
/* CSS Document */

/*==================================================

about-contents
=================================================*/

.page-cont .categorytop-inner {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}
.page-cont .categorytop-inner .title-head {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    border: 3px solid #303743;
    border-radius: 40px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    padding: 40px;
}
.page-cont .categorytop-inner .title-head dt {
    width: 40%;
    max-width: 400px;
}
.page-cont .categorytop-inner .title-head dd {
    width: 60%;
}
.page-cont .categorytop-inner .title-head dd h1 {
    margin: .3em 0 .5em;
}
.page-cont .categorytop-inner .title-head dd .c-tag {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    line-height: 160%;
    background-color: #303743;
    padding: .3em 1em;
}


/* WP調整用 追記 -----------------------------------*/
.page-cont .categorytop-inner .title-head dd h1 {
    font-size: clamp(1.25rem, 3.6vw, 2.5rem);
}


@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.page-cont .categorytop-inner .title-head {
        width: 100%;
        overflow: hidden;
        flex-direction: column;
        align-items: center;
        border: 3px solid #303743;
        border-radius: 20px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        margin-bottom: 4%;
        padding: 8% 6%;
    }
    .page-cont .categorytop-inner .title-head dt {
        width: 100%;
    }
    .page-cont .categorytop-inner .title-head dd {
        width: 100%;
        margin-top: 4%;
    }
    .page-cont .categorytop-inner .title-head dd h1 {
        text-align: center;
    }
    .page-cont .categorytop-inner .title-head dd .c-tag {
        width: 8em;
        display: block;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
    }

    /* WP調整用 追記 -----------------------------------*/
    .page-cont .categorytop-inner .title-head dd h1 {
        font-size: clamp(20px, 3.6vw, 40px);
    }
    .page-cont .categorytop-inner .title-head dd p {
        font-size: 12px;
    }
    .page-cont .categorytop-inner .title-head dd .c-tag {
        font-size: 12px;
    }
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

