.ateb {
    font-family: 'AudiTypeExtendBold','DFHSBold';
}
/*---------------------------------------------------*/

.max1520 {
    max-width: 1520px;
    width: calc(100% - 80px);
    margin: 20px auto;
}
.max1520.relative {
    position: relative;
    padding: 25px;
}

@media all and (max-width: 1700px) {
    .max1520 {
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1024px) {
    .max1520 {
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 500px) {
    .max1520 {
        width: calc(100% - 40px);
    }
    .max1520.relative {
        padding: 0;
    }
}


.max1200 {
    max-width: 1280px;
    width: calc(100% - 80px);
    margin: 20px auto;
}
.max1200.relative {
    position: relative;
    padding: 25px;
}
@media all and (max-width: 500px) {
    .max1200 {
        width: calc(100% - 40px);
    }
    .max1200.relative {
        padding: 0;
    }
    }


.max980 {
    max-width: 980px;
    width: calc(100% - 80px);
    margin: 20px auto;
}
@media all and (max-width: 500px) {
    .max980 {
        width: calc(100% - 40px);
    }
}


/*---------------------------------------------------*/

.flex_wrap {
    max-width: 1520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px auto;
    align-items: center;
}
.flex_wrap.start {
    justify-content: start;
}
.flex_wrap.alignstart {
    align-items: start;
}

@media all and (max-width: 500px) {
    .flex_wrap {
        width: 100%;
        margin: 0 auto;
        align-items: flex-start;
    }
    }
/*---------------------------------------------------*/

.flex_wrap.small {
    width: 83%;
}
@media all and (max-width: 980px) {
    .flex_wrap.small {
        width: 80%;
    }
}
@media all and (max-width: 640px) {
    .flex_wrap.small {
        width: 70%;
    }
}


/*---------------------------------------------------*/

.two_column_flex_inner {
    width: 48%;
}
.two_column_flex_inner .point {
    font-size: 1.5rem;
    line-height: 1.8!important;
}

@media all and (max-width: 1024px) {
    .two_column_flex_inner {
        align-items: flex-start;
    }
}

@media all and (max-width: 500px) {
    .two_column_flex_inner {
        width: 100%;
        flex-direction: column;
        margin-bottom: 0px;
    }
}

/*---------------------------------------------------*/

.col2 {
    width: 48%;
    margin-bottom: 20px;
}
.col2.img {
    order: 1;
}
.col2.text {
    order: 2;
}
@media all and (max-width: 640px) {
    .col2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .col2 .pattern_btn {
        width: 100%;
    }
}

/*---------------------------------------------------*/

.col3 {
    width: calc(95%/3);
    margin-bottom: 20px;
}
.flex_wrap.start .col3 {
    margin-right: 1.5%;
}
.flex_wrap.start .col3:last-child {
    margin-right: 0;
}
@media all and (max-width: 768px) {
    .col3.sp2col {
        width: calc(96%/2);
        margin-right: 4%;
        margin-bottom: 15px;
    }

    .col3.sp2col:nth-child(2n) {
        margin-right: 0;
    }
}
@media all and (max-width: 640px) {
    .col3 {
        width: 100%;
        margin-bottom: 30px;
    }
    .col3 .pattern_btn {
        width: 100%;
    }
}

/*---------------------------------------------------*/

.col4 {
    width: calc(90%/4);
}

@media all and (max-width: 810px) {
    .col4 {
        width: calc(90%/2);
        margin-bottom: 50px;
    }
}
@media all and (max-width: 640px) {
    .col4 {
        width: 100%;
        margin-bottom: 30px;
    }
}


/*---------------------------------------------------*/

.col7 {
    width: calc(94%/7);
}
.flex_wrap.start .col7 {
    margin-right: 1%;
}
.flex_wrap.start .col7:last-child {
    margin-right: 0;
}

@media all and (max-width: 1520px) {
}

@media all and (max-width: 1024px) {

}

@media all and (max-width: 500px) {
    .col7 {
        width: calc(97%/4);
        margin-bottom: 20px;
    }
    .flex_wrap.start .col7:nth-child(4n) {
        margin-right: 0;
    }
}

/*---------------------------------------------------*/
.text_center {
    max-width: 980px;
    margin: 0 auto 10px;
    text-align: center;
}
.center {
    max-width: 980px;
    margin: 0 auto 10px;
    text-align: center;
}
.bold {
    font-weight: bold;
}

.title_1 {
    font-size: 2.8rem;
    margin: 0 auto 10px;
    font-weight: 400;
    line-height: 1.8;
}
.title_2 {
    font-size: 2.3rem;
    margin: 0 auto 20px;
    margin-bottom: 1rem;
    font-weight: 400;
}
.title_3 {
    font-size: 2.2rem;
    margin: 0 auto 5px;
    font-weight: 400;
    line-height: 1.6!important;
}
.text_lead {
    font-size: 1.6rem;
    margin: 0 auto 15px;
    line-height: 1.8;
}
.text_cap {
    font-size: 1.3rem!important;
}
.text_anchor {
    font-size: 1.3rem;
    text-align: center;
}

@media all and (max-width: 980px) {
    .title_1 {
        font-size: 2rem;
        margin-bottom: 1rem;
        /* width: calc(100% - 80px); */
    }
    .title_2 {
        font-size: 1.9rem;
        margin-bottom: 1rem;
        /* width: calc(100% - 80px); */
    }
    .two_column_text .title_2 {
        width: 100%;

    }
    .title_3 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        /* width: calc(100% - 80px); */
    }
    .text_lead {
        /* width: calc(100% - 80px); */
    }
    .text_lead.center {
        width: 100%;
    }
    .text_center {
    max-width: 980px;
    margin: 0 auto 10px;
    text-align: center;
    }
}
@media all and (max-width: 768px) {
    .text_center {
        width: calc(100% - 40px);
        text-align: left;
    }
}

@media all and (max-width: 640px) {
    .text_lead {
        font-size: 1.5rem!important;
        line-height: 1.8;
        /* width: calc(100% - 40px); */
        text-align: left;
    }
}

@media all and (max-width: 500px) {
    .title_1 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        /* width: calc(100% - 40px); */
        text-align: left;
    }
    .title_2 {
        font-size: 1.7rem;
        /* width: calc(100% - 40px); */
        text-align: left;
    }
    .title_3 {
        font-size: 1.6rem;
        margin: 0 auto 1rem;
        /* width: calc(100% - 40px); */
        text-align: left;
    }
    .text_lead {
        font-size: 1.5rem!important;
        line-height: 1.8;
        /* width: calc(100% - 40px); */
        text-align: left;
    }
}

/*---------------------------------------------------*/

.text_sns_c {
    font-size: 2.8rem;
    margin: 0 auto 10px;
    text-align: center;
}

@media all and (max-width: 1100px) {
    .text_sns_c {
        font-size: 2.3rem;
    }
}

@media all and (max-width: 640px) {
    .text_sns_c {
        font-size: 2.2rem;
        text-align: left;
    }
}

/*---------------------------------------------------*/

.icon {
    width: 2.5rem;
    margin: 0 0 3px 8px;
}
@media all and (max-width: 1024px) {
    .icon {
        width: 2.3rem;
        margin: 0 0 1px 5px;
    }
}
/*---------------------------------------------------*/

.dl_1 {
	display: flex;
	flex-wrap: wrap;
	font-size: 2rem;
    margin-bottom: 4rem;
}
.dl_1 dt {
	width: 50%;
}
.dl_1 dd {
	width: 47%;
}

@media all and (max-width: 640px) {
    .dl_1 {
        margin-bottom: 1rem;
    }
    .dl_1 dt {
        width: 100%;
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
    .dl_1 dd {
        width: 100%;
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
}

/*---------------------------------------------------*/

.dl_2 {
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 3rem;
    align-items: center;
}
.dl_2 dt {
	width: 15%;
    font-size: 1.5rem;
}
.dl_2 dd {
	width: 80%;
    font-size: 2rem;
}

@media all and (max-width: 750px) {
    .dl_2 dt {
        width: 50%;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .dl_2 dd {
        width: 45%;
        font-size: 1.7rem;
        margin-bottom: 10px;
    }
}

/*---------------------------------------------------*/

.dl_3 {
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 3rem;
    align-items: center;
    font-family: 'AudiTypeBold','DFHSBold';
}
.dl_3 dt {
	width: 30%;
    font-size: 1.5rem;
}
.dl_3 dd {
	width: 65%;
    font-size: 1.5rem;
}

@media all and (max-width: 640px) {
    .dl_3 dt {
        width: 100%;
        font-size: 1.8rem;
        margin-bottom: 5px;
    }
    .dl_3 dd {
        width: 100%;
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
}

/*---------------------------------------------------*/
/* gray内余白調整 */
@media all and (max-width: 1700px) {
    .gray_contents_sec_2 .two_column_flex {
    width: calc(100% - 0px);
    }

    .gray_contents_sec_2 .max1520 {
        width: calc(100% - 0px);
    }
}
@media all and (max-width: 980px) {
    .gray_contents_sec_2 .title_1,
    .gray_contents_sec_2 .title_2,
    .gray_contents_sec_2 .title_3,
    .gray_contents_sec_2 .text_lead {
        width: calc(100% - 0px);
    }
}
@media all and (max-width: 640px) {
    .gray_contents_sec_2 .two_column_text{
        padding: 30px 0;
    }
}

/*---------------------------------------------------*/



/*---------------------------------------------------*/


/*---------------------------------------------------*/

@media all and (max-width: 1520px) {
}

@media all and (max-width: 1024px) {

}

@media all and (max-width: 500px) {

}

/*---------------------------------------------------*/

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*---------------------------------------------------*/

.block_mt3 {
    margin-top: 3rem;
}
.block_mt5 {
    margin-top: 5rem;
}
.block_mt8 {
    margin-top: 8rem;
}
.block_mt10 {
    margin-top: 10rem;
}
.block_mt12 {
    margin-top: 12rem;
}
.block_mb3 {
    margin-bottom: 3rem;
}
.block_mb5 {
    margin-bottom: 5rem;
}
.block_mb8 {
    margin-bottom: 8rem;
}
.block_mb10 {
    margin-bottom: 10rem;
}
.block_mb12 {
    margin-bottom: 12rem;
}
.block_mb15 {
    margin-bottom: 15rem;
}

@media all and (max-width: 500px) {
    .block_mb5 {
        margin-bottom: 4rem;
    }
    .block_mb8 {
        margin-bottom: 5rem;
    }
    .block_mb10 {
        margin-bottom: 6rem;
    }
    .block_mb12 {
        margin-bottom: 7rem;
    }
    .block_mb15 {
        margin-bottom: 7rem;
    }
}


/*---------------------------------------------------*/

