
/* CSS Document */

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

Each contents
=================================================*/


.top-image.about-head .photo .mv_item.base {
    background-image: url("../../about/images/waku_p0.png");
}
.about-cont {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.about-cont h1 {
    color: #208c8b;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(2rem, 4vw, 4rem);
    text-align: center;
    font-weight: 700;
    background-image: url("../../about/images/about_03.png"),url("../../about/images/about_07.png");
    background-position: left top,right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 30px 0 60px;
    padding: 20px 0;
}
.about-cont p {
    font-size: clamp(1.4rem, 2vw, 2rem);
    line-height: 200%;
}
.about-cont .logo-info {
    width: 100%;
    margin-top: 60px;
}
.about-cont .logo-info img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.profile-cont {
    width: 90%;
    max-width: 1000px;
    margin: 100px auto 0;
}
.profile-cont dl {
    width: 100%;
    overflow: hidden;
    display: table;
    background-color: #fff;
    border-radius: 80px;
    margin-bottom: 30px;
}
.profile-cont dl dt {
    width: 9em;
    display: table-cell;
    color: #FFF;
    font-size: clamp(1.4rem, 2vw, 2rem);
    text-align: center;
    vertical-align: middle;
    background-color: #69caae;
    padding: 1.5em 1em;
}
.profile-cont dl:nth-of-type(2) dt {
    background-color: #f8a657;
}
.profile-cont dl:nth-of-type(3) dt {
    background-color: #dd5e8a;
}
.profile-cont dl:nth-of-type(4) dt {
    background-color: #7993c8;
}
.profile-cont dl:nth-of-type(5) dt {
    background-color: #69caae;
}
.profile-cont dl:nth-of-type(6) dt {
    background-color: #f8a657;
}
.profile-cont dl:nth-of-type(7) dt {
    background-color: #dd5e8a;
}
.profile-cont dl dd {
    display: table-cell;
    font-size: clamp(1.4rem, 2vw, 2rem);
    text-align: left;
    vertical-align: middle;
    padding: 1.5em 1.5em;
}

.top-image.feature-head .photo .mv_item.base {
    background-image: url("../../service/images/waku_p0_1.png");
}
.feature-cont {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto 300px;
}
.feature-cont .speacer {
    display: none;
}
.feature-cont > section {
    width: 58%;
    max-width: 720px;
    position: relative;
    margin: -7% 0 0 0;
    padding: 8% 0;
}
.feature-cont > section:nth-of-type(odd) {
    margin: -7% 0 0 auto;
}
.feature-cont > section .circle {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    padding: 50% 0;
    border-radius: 50%;
    background-color: #fff;
    border: 9px solid #14adab;
    top: 0;
    left: 0;
    z-index: 1;
}
.feature-cont > section .circle::before {
    content: " ";
	display: block;
    position: absolute;
    width: 18%;
    max-width: 132px;
    background-image: url("../../service/images/step01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 48% 0;
    top: 0;
    left: 50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
    z-index: 2;
}
.feature-cont > section .circle::after {
    content: " ";
	display: block;
    position: absolute;
    width: 50%;
    max-width: 330px;
    background-image: url("../../service/images/f_icon1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50% 0;
    left: 50%;
    bottom: 0;
	-webkit-transform: translate(-50%, 30%);
	transform: translate(-50%, 30%);
    z-index: 2;
}
.feature-cont > section:nth-of-type(2) .circle {
    border: 9px solid #f38b27;
}
.feature-cont > section:nth-of-type(3) .circle {
    border: 9px solid #dd5e8a;
}
.feature-cont > section:nth-of-type(4) .circle {
    border: 9px solid #7993c8;
}
.feature-cont > section:nth-of-type(5) .circle {
    border: 9px solid #14adab;
}
.feature-cont > section:nth-of-type(6) .circle {
    border: 9px solid #f38b27;
}

.feature-cont > section:nth-of-type(2) .circle::before {
    background-image: url("../../service/images/step02.png");
}
.feature-cont > section:nth-of-type(3) .circle::before {
    background-image: url("../../service/images/step03.png");
}
.feature-cont > section:nth-of-type(4) .circle::before {
    background-image: url("../../service/images/step04.png");
}
.feature-cont > section:nth-of-type(5) .circle::before {
    background-image: url("../../service/images/step05.png");
}
.feature-cont > section:nth-of-type(6) .circle::before {
    background-image: url("../../service/images/step06.png");
}


.feature-cont > section:nth-of-type(2) .circle::after {
    background-image: url("../../service/images/f_icon2.png");
}
.feature-cont > section:nth-of-type(3) .circle::after {
    background-image: url("../../service/images/f_icon3.png");
}
.feature-cont > section:nth-of-type(4) .circle::after {
    background-image: url("../../service/images/f_icon4.png");
}
.feature-cont > section:nth-of-type(5) .circle::after {
    background-image: url("../../service/images/f_icon5.png");
}
.feature-cont > section:nth-of-type(6) .circle::after {
    background-image: url("../../service/images/f_icon6.png");
}



.feature-cont > section .inner {
    width: 100%;
    position: relative;
    padding: 0 10%;
    z-index: 3;
}
.feature-cont > section h1 {
    width: 18%;
    max-width: 132px;
    position: absolute;
    top: 0;
    left: 50%;
	-webkit-transform: translate(-50%, -125%); 
	transform: translate(-50%, -125%);
    margin: 0 auto;
}
.feature-cont > section h2 {
    color: #14adab;
    font-size: clamp(1.8rem, 2.4vw, 3.6rem);
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    line-height: 150%;
    margin: 0 auto 4%;
}
.feature-cont > section:nth-of-type(2) h2 {
    color: #f38b27;
}
.feature-cont > section:nth-of-type(3) h2 {
    color: #dd5e8a;
}
.feature-cont > section:nth-of-type(4) h2 {
    color: #7993c8;
}
.feature-cont > section:nth-of-type(5) h2 {
    color: #14adab;
}
.feature-cont > section:nth-of-type(6) h2 {
    color: #f38b27;
}


.feature-cont > section p {
    font-size: clamp(1.3rem, 1.4vw, 1.8rem);
    line-height: 180%;
}
.feature-cont > section .icon {
    width: 40%;
    position: absolute;
    left: 50%;
    bottom: 0;
	-webkit-transform: translate(-50%, 70%); 
	transform: translate(-50%, 70%);
    z-index: 2;
}
.feature-cont > section img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.top-image.service-head .photo .mv_item.base {
    background-image: url("../../service/images/waku_p0_2.png");
}
.top-image.program-head .photo .mv_item.base {
    background-image: url("../../service/images/waku_p0_3.png");
}
.service-cont {
    width: 90%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
.service-cont > p {
    text-align: center;
}
.service-cont > section {
    position: relative;
    text-align: center;
    border: 7px solid #ff708f;
    background-color: #fff;
    border-radius: 40px;
    margin-top: 60px;
    padding: 6% 6%;
}
.service-cont > section:nth-of-type(2) {
    border: 7px solid #7199c7;
}
.service-cont > section > h1 {
    width: 100%;
    text-align: center;
    background-image: url("../../service/images/title_bg1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 85%;
}
.service-cont > section:nth-of-type(2) > h1 {
    background-image: url("../../service/images/title_bg2.png");
}
.service-cont > section > h1 img {
    width: 40%;
	max-width: 388px;
}
.service-cont > section > h2 {
    color: #FFF;
    display: inline-block;
    text-align: center;
    background-color: #ff708f;
    border-radius: 60px;
    margin: 40px auto 20px;
    padding: .5em 2em;
}
.service-cont > section:nth-of-type(2) > h2 {
    background-color: #7199c7;
}
.service-cont > section img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.service-cont > section > section h1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 160%;
    color: #ff708f;
    margin: 20px 0 20px;
}
.service-cont > section:nth-of-type(2) > section h1 {
    color: #7199c7;
}
.service-cont > section > section p {
    -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-wrap: break-word;
    margin-bottom: 40px;
}
.service-cont > section > section p small {
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    line-height: 160%;
    color: #999;
}

.program-cont {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.program-cont img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.program-cont > p.left {
    max-width: 1000px;
    margin: 0 auto;
}
.program-cont .inner {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.program-cont .inner dl {
    width: 45.8%;
    overflow: hidden;
    background-color: #14adab;
    border-radius: 40px;
    margin-top: 80px;
}
.program-cont .inner dl:nth-of-type(2) {
    background-color: #f38b27;
}
.program-cont .inner dl:nth-of-type(3) {
    background-color: #dd5e8a;
}
.program-cont .inner dl:nth-of-type(4) {
    background-color: #7993c8;
}
.program-cont .inner dl:nth-of-type(6) {
    background-color: #f38b27;
}
.program-cont .inner dl:nth-of-type(7) {
    background-color: #dd5e8a;
}
.program-cont .inner dl:nth-of-type(8) {
    background-color: #7993c8;
}
.program-cont .inner dl dd {
    color: #FFF;
    padding: 8%;
}
.program-cont .inner dl dd h2 {
    text-align: center;
    margin-bottom: 1em;
}
.program-cont .inner dl dd h2 span {
    display: block;
    font-size: 70%;
    line-height: 160%;
}

.howto-cont {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.howto-cont .inner-link {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.howto-cont .inner-link.short {
    max-width: 1000px;
}
.howto-cont .inner-link li {
    width: 30%;
    cursor: pointer;
    border-radius: 8px;
    background-color: #f8a657;
    background-image: url("../../howto/images/arrow_u.png");
    background-position: left 1em center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.howto-cont .inner-link.short li {
    width: 48%;
}
.howto-cont .inner-link li:nth-of-type(2) {
    background-color: #dd5e8a;
}
.howto-cont .inner-link li:nth-of-type(3) {
    background-color: #5b82d1;
}
@media (hover: hover) {
    .howto-cont .inner-link li:hover {
        background-color: #fff;
    }
    .howto-cont .inner-link li:hover a {
        color: #000;
    }
}
.howto-cont .inner-link li a {
    width: 100%;
    display: block;
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    text-align: center;
    text-decoration: none;
    color: #FFF;
    padding: 1em 1em;
}
.howto-cont > section {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 40px;
    margin-top: 80px;
    padding: 6% 6%;
}
.howto-cont > section.nomt {
    margin-top: 0;
}
.howto-cont > section h1 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.howto-cont > section img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.howto-cont > section .inner {
    position: relative;
    z-index: 2;
}
.howto-cont > section::before {
    content: " ";
	display: block;
    position: absolute;
    width: 170px;
    height: 170px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background-color: #f8a657;
    top: 0;
    left: 0;
    z-index: 1;
}
.howto-cont > section::after {
    content: " ";
	display: block;
    position: absolute;
    width: 170px;
    height: 170px;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);
    background-color: #f8a657;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.howto-cont > section:nth-of-type(2)::before,.howto-cont > section:nth-of-type(2)::after {
    background-color: #dd5e8a;
}
.howto-cont > section:nth-of-type(3)::before,.howto-cont > section:nth-of-type(3)::after {
    background-color: #5b82d1;
}
.howto-cont > section .inner > p {
    margin: 4% 0;
}
.howto-cont > section dl {
    width: 100%;
    display: table;
    border-bottom: 2px solid #CCC;
    margin: 50px 0;
    padding-bottom: 50px;
}
.howto-cont > section dl:nth-last-of-type(1) {
    border-bottom: none;
    padding-bottom: 0;
}
.howto-cont > section dl dt {
    width: 10%;
    display: table-cell;
    vertical-align: top;
}
.howto-cont > section dl dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 3%;
}
.howto-cont > section dl dd h2 {
    text-align: left;
    font-size: clamp(2rem, 3.6vw, 3.6rem);
    line-height: 160%;
    color: #f8a657;
}
.howto-cont > section dl dd p {
    text-align: left;
    margin-top: 1em;
}
.howto-cont > section dl dd ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.howto-cont > section dl dd ul li {
    width: 23%;
    max-width: 233px;
    margin-top: 3%;
}
.howto-cont > section .pdf-link {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.howto-cont > section .pdf-link li {
    width: 48%;
    background-color: #14adab;
    border-radius: 60px;
    margin-top: 5%;
}
.howto-cont > section .pdf-link li a {
    display: block;
    width: 100%;
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    text-align: left;
    text-decoration: none;
    color: #FFF;
    background-image: url("../../service/images/pdf_icon.png");
    background-position: left 8% center;
    background-repeat: no-repeat;
    background-size: 6%;
    padding: 1em 2em 1em 16%;
}


.top-image.location-head .photo .mv_item.base {
    background-image: url("../../about/images/waku_p0_2.png");
}

.howto-cont > section .inner .photo {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.howto-cont > section .inner .photo div {
    width: 32%;
    margin-top: 6%;
}
.howto-cont > section .inner .address {
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 180%;
    text-align: center;
    margin: 1em 0;
}
.howto-cont > section .inner .tell {
    width: 100%;
    max-width: 640px;
    font-size: clamp(2rem, 3.6vw, 3.6rem);
    color: #FFF;
    background-color: #5fa9a8;
    line-height: 180%;
    text-align: center;
    margin: 0 auto;
    padding: .8em 1em 1em;
}
.howto-cont > section .inner .tell span {
    display: block;
    text-align: center;
    font-size: 55%;
    line-height: 100%;
}
.howto-cont > section .inner > h3 {
    text-align: center;
    font-size: clamp(3rem, 4vw, 4rem);
    line-height: 160%;
    color: #5fa9a8;
    margin: 5% 0 0;
}
.howto-cont > section .inner .map {
    margin-top: 6%;
}

.top-image.faq-head .photo .mv_item.base {
    background-image: url("../../howto/images/waku_p0_2.png");
}

.faq-cont {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.faq-cont dl {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #5b82d1;
    background-color: #5b82d1;
    margin-bottom: 8%;
}
.faq-cont dl dt {
    width: 100%;
    cursor: pointer;
    user-select: none;
    color: #FFF;
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    background-image: url("../../howto/images/q.png"),url("../../howto/images/open.png");
    background-position: left 24px center,right 24px center;
    background-repeat: no-repeat;
    background-size: auto;
    line-height: 160%;
    padding: 1.5em 100px 1.5em 100px;
}
.faq-cont dl dt.addbg {
    background-image: url("../../howto/images/q.png"),url("../../howto/images/close.png");
}

.faq-cont dl dd {
    width: 100%;
    background-color: #fff;
    background-image: url("../../howto/images/a.png");
    background-position: left 24px top 30px;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 2em 2em 2em 100px;
}
.faq-cont dl dd .att {
    color: #666;
    margin-top: 1em;
}

.top-image.contact-head .photo .mv_item.base {
    background-image: url("../../contact/images/waku_p0_1.png");
}
.contact-cont {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.contact-cont .contact {
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    padding: 3% 5% 5%;
}
.contact-cont .tellnumber {
    width: 100%;
    background-color: #fff;
    border-top: 3px solid #5fa9a8;
    border-bottom: 3px solid #5fa9a8;
    margin-bottom: 80px;
    padding: 5% 0;
}
.contact-cont .tellnumber ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.contact-cont .tellnumber ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 5%;
    padding: 0 5%;
}
.contact-cont .tellnumber ul li img {
    width: 100%;
	max-width: 292px;
	height: auto;
}
.contact-cont .tellnumber ul li:nth-of-type(1) {
    border-right: 2px solid #f8f1ea;
}
.contact-cont .tellnumber ul li a {
    display: block;
    text-align: center;
    color: #5fa9a8;
    font-size: clamp(2rem, 3.6vw, 3.6rem);
    text-decoration: none;
    margin-top: 3%;
}
.contact-cont .tellnumber p {
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    text-align: center;
}

.privacy-cont {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.privacy-cont h2 {
    font-size: clamp(1.8rem, 2vw, 2rem);
    line-height: 180%;
    border: 3px solid #5fa9a8;
    border-radius: 40px;
    background-color: #fff;
    margin: 2em 0 1em;
    padding: .6em 1.5em;
}

@media only screen and (min-width:1px) and (max-width: 1200px) {
    
    .about-cont {
        margin: -20% auto 0;
    }
    .feature-cont {
        margin: -20% auto 280px;
    }
    .feature-cont > section .circle::after {
        -webkit-transform: translate(-50%, 40%);
        transform: translate(-50%, 40%);
    }

    .service-cont {
        margin: -15% auto 0;
    }
    
    
    .program-cont {
        margin: -15% auto 0;
    }
    .howto-cont {
         margin: -15% auto 0;
    }
    .howto-cont .inner-link li {
        background-size: 20px;
        background-position: center bottom 10px;
        padding: 1em 1em 20px;
    }
    .faq-cont {
         margin: -15% auto 0;
    }
    .contact-cont {
         margin: -15% auto 0;
    }
    .privacy-cont {
         margin: -15% auto 0;
    }
}

@media only screen and (min-width:1px) and (max-width: 768px) {
    
    #contents-page {
        width: 100%;
        position: relative;
        margin: -15% auto 12%;
    }
    .about-cont h1 {
        background-size: 10%;
        margin: 3% 0 6%;
        padding: 20px 0;
    }
    .about-cont .logo-info {
        margin-top: 6%;
    }

    .profile-cont {
        width: 90%;
        max-width: 1000px;
        margin: 10% auto 0;
    }
    .profile-cont dl {
        border-radius: 80px;
        margin-bottom: 4%;
    }
    .profile-cont dl dt {
        width: 8em;
        padding: 1.2em 1em;
    }
    .profile-cont dl dd {
        display: table-cell;
        padding: 1.2em 1em;
    }
    
    .feature-cont {
        margin: 0 auto 18%;
    }
    .feature-cont .speacer {
        width: 100%;
        display: block;
        padding: 8% 0;
    }
    .feature-cont > section {
        width: 100%;
        max-width: 480px;
        position: relative;
        margin: 0 auto;
        padding: 12% 0 180px;
    }
    .feature-cont > section:nth-of-type(odd) {
        margin: 0 auto;
    }
    .feature-cont > section .circle {
        width: 100%;
        height: 100%;
        position: absolute;
        border: 5px solid #14adab;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0); 
        transform: translate(0, 0);
        border-radius: 18px;
        padding: 0;
        z-index: 1;
    }
    .feature-cont > section .circle::after {
        width: 160px;
        height: 160px;
        position: absolute;
        padding: 0;
        left: 50%;
        bottom: 10px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 2;
    }
    
    .feature-cont > section:nth-of-type(2) .circle {
        border: 5px solid #f38b27;
    }
    .feature-cont > section:nth-of-type(3) .circle {
        border: 5px solid #dd5e8a;
    }
    .feature-cont > section:nth-of-type(4) .circle {
        border: 5px solid #7993c8;
    }
    .feature-cont > section:nth-of-type(5) .circle {
        border: 5px solid #14adab;
    }
    .feature-cont > section:nth-of-type(6) .circle {
        border: 5px solid #f38b27;
    }
    
    .feature-cont > section .inner {
        width: 100%;
        position: relative;
        padding: 0 8%;
        z-index: 3;
    }
    .feature-cont > section h1 {
        width: 13%;
        max-width: 80px;
        position: absolute;
        -webkit-transform: translate(-50%, -130%); 
        transform: translate(-50%, -130%);
        margin: 0 auto;
    }
    .feature-cont > section h2 {
        color: #14adab;
        line-height: 150%;
        margin: 0 auto 4%;
    }
    .feature-cont > section p {
        line-height: 160%;
    }
    
    .service-cont > section {
        text-align: center;
        border: 4px solid #ff708f;
        background-color: #fff;
        border-radius: 20px;
        margin-top: 6%;
        padding: 8% 6%;
    }
    .service-cont > section:nth-of-type(2) {
        border: 4px solid #7199c7;
    }
    .service-cont > section > h1 {
        background-image: none;
    }
    .service-cont > section:nth-of-type(2) > h1 {
        background-image: none;
    }
    .service-cont > section > h1 img {
        width: 75%;
        max-width: 388px;
    }
    .service-cont > section > h2 {
        margin: 6% auto 4%;
        padding: .5em 2em;
    }
    .service-cont > section > section h1 {
        margin: 4% 0;
    }
    .service-cont > section > section p {
        margin-bottom: 5%;
    }
    
    .program-cont .inner {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .program-cont .inner dl {
        width: 100%;
        max-width: 550px;
        border-radius: 20px;
        margin-top: 8%;
    }
    
    .howto-cont .inner-link {
        width: 100%;
        flex-direction: column;
        align-items: center; 
        margin: 0 auto;
    }
    .howto-cont .inner-link li {
        width: 100%;
        max-width: 320px;
        border-radius: 8px;
        margin-bottom: 5%;
    }
    .howto-cont .inner-link.short li {
        width: 100%;
        max-width: 320px;
    }
    .howto-cont > section {
        border-radius: 20px;
        margin-top: 10%;
        padding: 6% 6%;
    }
    .howto-cont > section h1 {
        width: 70%;
        max-width: 360px;
        margin: 0 auto;
    }
    .howto-cont > section::before {
        width: 100px;
        height: 100px;
    }
    .howto-cont > section::after {
        width: 100px;
        height: 100px;
    }
    .howto-cont > section .inner > p {
        margin: 4% 0;
    }
    .howto-cont > section dl {
        width: 100%;
        display: table;
        border-bottom: 2px solid #CCC;
        margin: 5% 0;
        padding-bottom: 5%;
    }
    .howto-cont > section dl dt {
        width: 11%;
        display: table-cell;
        vertical-align: top;
    }
    .howto-cont > section dl dd {
        display: table-cell;
        vertical-align: middle;
        padding-left: 3%;
    }
    .howto-cont > section dl dd h2 {
        text-align: left;
        font-size: clamp(2rem, 3.6vw, 3.6rem);
        line-height: 160%;
        color: #f8a657;
    }
    .howto-cont > section dl dd p {
        text-align: left;
        margin-top: 3%;
    }
    .howto-cont > section dl dd ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .howto-cont > section dl dd ul li {
        width: 48%;
        max-width: 233px;
        margin-top: 4%;
    }
    .howto-cont > section .inner > h3 {
        margin: 6% 0 0;
    }
    
    .howto-cont > section .pdf-link {
        flex-direction: column;
    }
    .howto-cont > section .pdf-link li {
        width: 100%;
    }
    .howto-cont > section .pdf-link li a {
        background-position: left 7% center;
        background-repeat: no-repeat;
        background-size: 6%;
        padding: 1em 2em 1em 16%;
    }
    
    .faq-cont dl {
        width: 100%;
        border-radius: 10px;
        border: 4px solid #5b82d1;
        margin-bottom: 8%;
    }
    .faq-cont dl dt {
        width: 100%;
        cursor: pointer;
        color: #FFF;
        font-size: clamp(1.8rem, 2.4vw, 2.4rem);
        background-image: url("../../howto/images/q.png"),url("../../howto/images/open.png");
        background-position: left 10px center,right 10px center;
        background-repeat: no-repeat;
        background-size: 40px,30px;
        line-height: 160%;
        padding: 1em 60px 1em 60px;
    }

    .faq-cont dl dd {
        width: 100%;
        background-color: #fff;
        background-image: url("../../howto/images/a.png");
        background-position: left 10px top 20px;
        background-repeat: no-repeat;
        background-size: 40px;
        padding: 1.5em 2em 1.5em 60px;
    }
    
    .contact-cont .contact {
        width: 100%;
        border-radius: 10px;
        background-color: #fff;
        padding: 3% 5% 5%;
    }
    .contact-cont .tellnumber {
        width: 100%;
        margin-bottom: 8%;
        padding: 0 0 5%;
    }
    .contact-cont .tellnumber ul {
        width: 100%;
        display: block;
    }
    .contact-cont .tellnumber ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        padding: 5% 5%;
    }
    .contact-cont .tellnumber ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        padding: 5% 5%;
    }
    .contact-cont .tellnumber ul li img {
        width: 100%;
        max-width: 200px;
        height: auto;
    }
    .contact-cont .tellnumber ul li:nth-of-type(1) {
        border-right: none;
        border-bottom: 2px solid #f8f1ea;
    }
}

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

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

}

