@charset "utf-8";





body {
    color: #333;
}

body #contents {
    font-family: noto-sans-cjk-jp, sans-serif;
    /*font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-weight: 900;*/
}

#contents section {
    max-width: 1000px;
    margin: 0 auto;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/*******************************
header
*******************************/
header {
    /*background-image: url(/landingnight/images/header_bg01.png);
    background-repeat: repeat-x;
    background-position: left top;*/
}

header #header {
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 15px;
    overflow: hidden;
}

header h1 {
    font-size: 12px;
    line-height: 12px;
    color: #808080;
    text-align: left;
    padding-top: 5px;
}

header .headerLogo {
    float: left;
    padding-top: 23px;
}

header .headerContact {
    float: right;
}

header .headerContact .headerTel {
    padding-bottom: 9px;
}

/*******************************
footer
*******************************/
footer {
    text-align: center;
    padding-top: 45px;
    background-color: #ffffff;
}

#footer {
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}

footer .footerLogo01 {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
}

footer .footerNavi {
    padding-top: 13px;
    float: left;
    position: relative;
    z-index: 150;
}

footer .pageTop {
    padding-top: 13px;
    float: right;
    position: relative;
    z-index: 151;
}

footer .footerNavi a {
    /*background-image: url(/landingnight/images/footer_icon_ar01.png);
    background-repeat: no-repeat;
    background-position: left center;*/
    font-size: 12px;
    line-height: 30px;
    padding-left: 30px;
    display: inline-block;
    color: #333;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

footer .pageTop a {
    /*background-image: url(/landingnight/images/footer_icon_ar02.png);
    background-repeat: no-repeat;
    background-position: left center;*/
    font-size: 12px;
    line-height: 30px;
    padding-left: 30px;
    display: inline-block;
    color: #333;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

footer #footer .footerNavi a img,
footer #footer .pageTop a img {
    width: 17px;
    margin-right: 6px;
}

footer a:link { color: #4d4d4d; text-decoration: none;}
footer a:visited {	color: #4d4d4d;	text-decoration: none;}
footer a:hover { color:#4d4d4d; text-decoration: underline;}
footer a:active { color:#4d4d4d; text-decoration: none;}

footer .copyRight {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 36px 0px;
    background-image: url(/landingnight/images/footer_bg01.png);
    background-repeat: repeat-x;
    background-position: center top;
    background: #eee;
}



#contents #key section {
    background-image: url(/lp_stqualified/images/kv.png);
    padding: 0;
    position: relative;
    /*background-size: cover;
    padding-top: 47%;*/
    width: 100%;
    /*padding-top: 39%;
    background-size: 100% auto;*/
    background-size: contain;
    height: 651px;
    background-repeat: no-repeat;
}

#contents #key section ul {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin: 0 auto;
    justify-content: space-around;
    position: absolute;
    bottom: 175px;
    left: 0;
    right: 0;
}

#contents #key section ul li {
    background: #fff;
    width: 32%;
    text-align: center;
    margin-bottom: 7px;
    padding: 0px 0px;
    font-size: 18px;
    width: 150px;
    height: 75px;
    line-height: 75px;
    border: 1px solid #00b5b7;
    border-radius: 100px / 50px;
}

#contents #key section ul li:last-of-type {
    position: relative;
}


#contents #key section ul li:last-of-type span {
    position: absolute;
    bottom: -23px;
    right: -35px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#contents #key section .ttl_back {
    height: 170px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#contents #key section .ttl {
    text-align: center;
    position: relative;
    height: 170px;
}

#contents #key section .ttl>p {
    background: #00b5b7;
    color: #fff;
    display: inline-block;
    padding: 0px 30px;
    margin: 20px 0 18px;
    font-size: 28px;
    width: 50%;
}

#contents #key section .ttl>h2 {
    color: #00b5b7;
    background: none;
    font-size: 74px;
    margin: 0;
    font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
    line-height: 1;
    letter-spacing: 9px;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 0px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0px -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

#contents #key section .ttl .fix01 {
    border: 2px solid #d8b152;
    display: inline-block;
    border-radius: 85px;
    position: absolute;
    right: 27px;
    bottom: 60px;
    width: 130px;
    height: 130px;
    background: #ffffeb;
}

#contents #key section .ttl .fix01 img {
    width: auto;
    margin-top: 8px;
}

#contents #key section .ttl .fix01 p:first-of-type {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

#contents #key section .ttl .fix01 p:nth-of-type(2) {
    font-size: 29px;
    font-weight: 900;
    color: #e14f7b;
    letter-spacing: 5px;
}
#contents #key section .ttl .fix01 .add0115_txt01 {

}
#contents #key section .ttl .add0115_txt02 {
  position: absolute;
  right: 19px;
  text-align: left;
  bottom: 8px;
}
#contents #key section .ttl .add0115_txt02 ol {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 10px;
}

#contents #sec01 {
    background-image: url(/lp_stqualified/images/bg1.png);
    border-top: 12px solid #64d2d3;
    border-bottom: 12px solid #64d2d3;
}

#contents #sec01 dl {
    background: #fff;
    width: 80%;
    margin: 30px auto;
    text-align: center;
    padding: 25px 0 10px;
}

#contents #sec01 dl dt {
    font-size: 30px;
    line-height: 1.5;
    color: #00b5b7;
}

#contents #sec01 dl dd {
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    margin-top: 5px;
}

#contents #sec01 dl dd:nth-of-type(1) span {
    font-size: 20px;
}

#contents #sec01 dl dd:nth-of-type(2) span:first-of-type {
    color: #e14f7b;
    font-weight: bold;
    font-size: 70px;
}

#contents #sec01 dl dd:nth-of-type(2) span:nth-of-type(2) {
    color: #e14f7b;
    font-size: 20px;
}

#contents #sec02 section a {
    font-weight: bold;
    background: #80dadb;
    font-size: 26px;
    padding: 24px 0;
    width: 70%;
    display: block;
    text-align: center;
    margin: 65px auto;
    border-radius: 30px;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

#contents #sec02 section a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#contents #sec03 {
    font-weight: bold;
    background: #00b5b7;
    text-align: center;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

#contents #sec03 section {
    padding: 25px 0;
}

#contents #sec03 section p:first-of-type {
    color: #fff;
    font-size: 23px;
font-weight: normal;
}

#contents #sec03 section p:last-of-type {
    color: #fff;
    font-size: 31px;
}

#contents #sec03 section p:last-of-type span {
    border-bottom: double;
}

#contents #sec03 section ul {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 10px auto;
    position: relative;
}

#contents #sec03 section ul:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 18px;
    background: url(/lp_stqualified/images/img03a.png) no-repeat;
    background-size: contain;
    left: -72px;
    top: 50%;
}

#contents #sec03 section ul:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 18px;
    background: url(/lp_stqualified/images/img03b.png) no-repeat;
    background-size: contain;
    right: -72px;
    top: 50%;
}

#contents #sec03 section ul li {
    background: #fff;
    width: 30%;
    font-size: 27px;
    padding: 22px 0;
    font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
    border-radius: 70px / 30px;
    font-weight: 900;
}

#contents #sec04 section {
    padding: 50px 0;
    text-align: center;
}

#contents #sec04 section p {
    font-size: 20px;
    line-height: 2;
}

#contents #sec04 section p span {
    background: linear-gradient(transparent 70%, #FFFF00 0%);
}

#contents #sec05 {
    background: #f2f5f9;
    color: #033f7e;
    text-align: center;
    position: relative;
}

#contents #sec05 section h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

#contents #sec05 section p {
    font-size: 18px;
    line-height: 1.8;
}

#contents #sec05 section>ul {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 40px auto 0px;
}

#contents #sec05 section>ul>li {
    width: 33%;
    padding: 0 30px;
}

#contents #sec05 section>ul>li:nth-of-type(2) {
    border-right: 1px dotted #033f7e;
    border-left: 1px dotted #033f7e;
}

#contents #sec05 section>ul>li dl {
    line-height: 1.5;
}

#contents #sec05 section>ul>li dl dt {
    font-size: 20px;
    background: #fff;
    width: 130px;
    margin: 0 auto 20px;
    padding: 5px 0;
    border-radius: 70px / 30px;
}

#contents #sec05 section>ul>li dl dd {
    font-size: 16px;
}

#contents #sec05 section>ul>li dl dd ul li {
    line-height: 2;
}

#contents #sec05 section>img.abimg {
    width: auto;
    position: absolute;
    bottom: 0;
    /*right: -569px;
    left: 0;
    margin: auto;*/
    right: 13%;
}

#contents #sec05 section>img.img05 {
    width: auto;
    margin: 30px 0;
}

#contents #sec06 section {
    padding: 70px 0;
    text-align: center;
    position: relative;
}

#contents #sec06 section h3 {
    font-size: 26px;
    display: inline-block;
    position: relative;
}

#contents #sec06 section h3:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 18px;
    background: url(/lp_stqualified/images/img06a.png) no-repeat;
    background-size: contain;
    left: -67px;
}

#contents #sec06 section h3:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 18px;
    background: url(/lp_stqualified/images/img06b.png) no-repeat;
    background-size: contain;
    right: -67px;
}

#contents #sec06 section>ul {
    display: flex;
    width: 80%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto 0;
}

#contents #sec06 section>ul>li {
    width: 48%;
    border: 2px dotted #00b5b7;
    margin-bottom: 38px;
}

#contents #sec06 section>ul>li:nth-of-type(3),
#contents #sec06 section>ul>li:nth-of-type(4){
    margin-bottom: 0px;
}

#contents #sec06 section>ul>li dl {
    padding: 30px 10px;
    position: relative;
    line-height: 1.5;
}

#contents #sec06 section>ul>li dl dt {
    font-size: 20px;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    background: #fff;
    display: inline-block;
    width: 30%;
    margin: auto;
    font-weight: bold;
}

#contents #sec06 section>ul>li:nth-of-type(1) dl dt {
    color: #13aade;
}
#contents #sec06 section>ul>li:nth-of-type(2) dl dt {
    color: #746fca;
}
#contents #sec06 section>ul>li:nth-of-type(3) dl dt {
    color: #3ebd1d;
}
#contents #sec06 section>ul>li:nth-of-type(4) dl dt {
    color: #da7e00;
}

#contents #sec06 section>ul>li dl dd {
    font-size: 16px;
    text-align: left;
}

#contents #sec06 section>ul>li:last-of-type dl dd {
    width: 44%;
    margin: 0 auto;
}

#contents #sec06 section>ul>li dl dd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#contents #sec06 section>ul>li:last-of-type dl dd ul {
    display: block;
}

#contents #sec06 section>ul>li dl dd ul li {
    width: 48%;
    margin-bottom: 10px;
}

#contents #sec06 section>ul>li:first-of-type dl dd ul li.w20 {
    width: 20%;
}

#contents #sec06 section>ul>li:first-of-type dl dd ul li.w65 {
    width: 65%;
}

#contents #sec06 section>ul>li:last-of-type dl dd ul li {
    width: 100%;
}

#contents #sec06 section>img {
    max-width: 140px;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: auto;
}

#contents #sec07 {
    background-image: url(/lp_stqualified/images/bg07.png);
    padding: 25px 0;
    background-size: cover;
}

#contents #sec07 section {
    position: relative;
}

#contents #sec07 section:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 203px;
    height: 173px;
    background: url(/lp_stqualified/images/img07a.png) no-repeat;
    background-size: contain;
    left: 5%;
    top: -31px;
}

#contents #sec07 section:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 208px;
    height: 183px;
    background: url(/lp_stqualified/images/img07b.png) no-repeat;
    background-size: contain;
    right: 5%;
    top: -34px;
}

#contents #sec07 section p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 3px;
}

#contents #sec07 section p span {
    color: #ffff00;
    font-size: 30px;
}

#contents #sec08 section {
    background-image: url(/lp_stqualified/images/bg08.png);
    padding: 45px 0 25px
}

#contents #sec08 section ul {
    margin: 22px 50px 60px;
    background: #fff;
    padding: 0px 20px;
}

#contents #sec08 section ul li {
    padding: 40px 0px;
}

#contents #sec08 section ul li:nth-of-type(1),
#contents #sec08 section ul li:nth-of-type(2){
    border-bottom: 1px dotted #333;
}

#contents #sec08 section ul li dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#contents #sec08 section ul li dl dd:first-of-type {
    font-size: 22px;
    color: #4d4d4d;
    font-weight: bold;
    line-height: 1.5;
    margin-left: 25px;
    flex-grow: 1;
}

#contents #sec08 section ul li dl dd:first-of-type span {
    background: linear-gradient(transparent 70%, #FFFF00 0%);
}

#contents #sec08 section ul li dl dd:last-of-type {

}

#contents #sec08 section ul li dl dd:last-of-type a {
    text-align: center;
    font-size: 14px;
    border: 1px solid #4d4d4d;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    width: 100px;
}

#contents #sec09,
#contents #sec12,
#contents #sec14 {
    background-image: url(/lp_stqualified/images/bg07.png);
    padding: 15px 0;
    background-size: cover;
    margin-top: 70px;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

#contents #sec09 section,
#contents #sec12 section,
#contents #sec14 section {
    background: #fff;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

#contents #sec09 section dl,
#contents #sec12 section dl,
#contents #sec14 section dl {
    display: flex;
    justify-content: center;
    padding: 25px 0;
    align-items: center;
}

#contents #sec09 section dl dt img,
#contents #sec12 section dl dt img,
#contents #sec14 section dl dt img {
    width: auto;
}

#contents #sec09 section dl dt,
#contents #sec12 section dl dt,
#contents #sec14 section dl dt {
    margin-right: 50px;
}

#contents #sec09 section dl dd,
#contents #sec12 section dl dd,
#contents #sec14 section dl dd {
    font-size: 28px;
    color: #4d4d4d;
    line-height: 1.5;
    font-weight: bold;
}

#contents #sec09 section dl dd span,
#contents #sec12 section dl dd span,
#contents #sec14 section dl dd span {
    background: linear-gradient(transparent 70%, #FFFF00 0%);
}

#contents #sec10 section>p:first-of-type {
    text-align: center;
    font-size: 20px;
    margin: 50px 0 35px;
}

#contents #sec10 section>p:nth-of-type(2) {
    color: #033f7e;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

#contents #sec10 section>p:nth-of-type(2) span {
    background: linear-gradient(transparent 70%, #FFFF00 0%);
}

#contents #sec10 section>img {
    width: auto;
    margin: 20px auto 0;
    display: block;
}

#contents #sec10 section>dl {
    width: 80%;
    background: #e4f8f7;
    padding: 57px 70px 60px;
    margin: 0 auto 60px;
    text-align: center;
}

#contents #sec10 section>dl>dt {
    font-size: 26px;
    color: #4d4d4d;
    text-align: center;
    line-height: 1;
    position: relative;
    display: inline-block;
}

#contents #sec10 section>dl>dt:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 18px;
    background: url(/lp_stqualified/images/img06a.png) no-repeat;
    background-size: contain;
    left: -75px;
}

#contents #sec10 section>dl>dt:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 18px;
    background: url(/lp_stqualified/images/img06b.png) no-repeat;
    background-size: contain;
    right: -75px;
}

#contents #sec10 section>dl>dd {
    margin-top: 47px;
}

#contents #sec10 section>dl>dd>ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#contents #sec10 section>dl>dd>ul>li {
    width: 46%;
    margin-bottom: 30px;
}

#contents #sec10 section>dl>dd>ul>li>dl {
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

#contents #sec10 section>dl>dd>ul>li>dl>dt {
    font-weight: bold;
    font-size: 25px;
    padding: 25px 0;
    color: #4d4d4d;
    background: #ccc;
    text-align: center;
}

#contents #sec10 section>dl>dd>ul>li:nth-of-type(1)>dl>dt {
    background: #afebff;
}

#contents #sec10 section>dl>dd>ul>li:nth-of-type(2)>dl>dt {
    background: #c9eec8;
}

#contents #sec10 section>dl>dd>ul>li:nth-of-type(3)>dl>dt {
    background: #fbe4ee;
}

#contents #sec10 section>dl>dd>ul>li:nth-of-type(4)>dl>dt {
    background: #ffedc1;
}

#contents #sec10 section>dl>dd>ul>li>dl>dd {
    font-size: 20px;
    padding: 20px;
    color: #4d4d4d;
    background: #fff;
    height: 280px;
    text-align: left;
}

#contents #sec10 section>dl>dd>ul>li>dl>dd ul {
    padding-left: 1.2em;
    min-height: 276px;
}

#contents #sec10 section>dl>dd>ul>li>dl>dd li {
    list-style-type: disc;
    line-height: 2;
    font-size: 20px;
}

#contents #sec11 {
    background: #fcf9f0;
    padding: 55px 0 80px;
    text-align: center;
}

#contents #sec11 section>h5 {
    font-size: 26px;
    display: inline-block;
    position: relative;
}

#contents #sec11 section>h5:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 18px;
    background: url(/lp_stqualified/images/img06a.png) no-repeat;
    background-size: contain;
    left: -75px;
}

#contents #sec11 section>h5:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 18px;
    background: url(/lp_stqualified/images/img06b.png) no-repeat;
    background-size: contain;
    right: -75px;
}

#contents #sec11 section>dl {
    margin: 40px auto 0;
    width: 80%;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
    text-align: left;
}

#contents #sec11 section>dl:first-of-type>dt {
    background-image: url(/lp_stqualified/images/bg11a.png);
    height: 80px;
    background-size: cover;
    font-size: 28px;
    line-height: 80px;
    font-weight: bold;
}

#contents #sec11 section>dl:nth-of-type(2)>dt {
    background-image: url(/lp_stqualified/images/bg11b.png);
    height: 80px;
    background-size: cover;
    font-size: 28px;
    line-height: 80px;
    font-weight: bold;
}

#contents #sec11 section>dl>dt span:first-of-type {
    background: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 28px 3px 20px;
    margin-right: 10px;
    position: relative;
}

#contents #sec11 section>dl>dt span:first-of-type:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 25px transparent;
    border-top: solid 33px #9edf9d;
    z-index: 2;
}

#contents #sec11 section>dl:nth-of-type(2)>dt span:first-of-type:after {
    border-top: solid 33px #77d9fe;
}

#contents #sec11 section>dl>dt span:last-of-type {
    background: #c9eec8;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 20px;
    margin-left: 10px;
}

#contents #sec11 section>dl:nth-of-type(2)>dt span:last-of-type {
    background: #afebff;
}

#contents #sec11 section>dl>dd {
    background: #fff;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    padding: 30px 10px;
}

#contents #sec11 section>dl>dd>div {

}

#contents #sec11 section>dl>dd>div img {
    width: auto;
}

#contents #sec11 section>dl>dd>div p {
    text-align: center;
    margin-top: 15px;
}

#contents #sec11 section>dl>dd>dl {
    margin-left: 10px;
}

#contents #sec11 section>dl>dd>dl dt {
    color: #2bad48;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
}

#contents #sec11 section>dl:nth-of-type(2)>dd>dl dt {
    color: #14aceb;
}

#contents #sec11 section>dl>dd>dl dd {
    font-size: 16px;
    margin-top: 20px;
}

#contents #sec13 section>p:first-of-type {
    font-size: 20px;
    margin: 60px 0;
    text-align: center;
}

#contents #sec13 section>p:last-of-type {
    width: 85%;
    margin: 10px auto 100px;
}

#contents #sec13 section>dl {
    border: 6px solid #00b5b7;
    border-top: 15px solid #00b5b7;
    width: 80%;
    margin: 0 auto;
    background-image: url(/lp_stqualified/images/bg13.png);
    background-size: cover;
    padding: 25px 18px 47px;
}

#contents #sec13 section>dl>dt {
    font-size: 39px;
    color: #00b5b7;
    letter-spacing: 8px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#contents #sec13 section>dl>dt>span {
    background: #f6cad7;
    font-size: 20px;
    color: #333;
    letter-spacing: 3px;
    padding: 8px 36px;
    border-radius: 10px;
}

#contents #sec13 section>dl>dd:first-of-type {
    background: #fff;
    text-align: center;
    font-size: 26px;
    margin: 23px 0 18px;
    padding: 39px 0 20px;
}

#contents #sec13 section>dl>dd:first-of-type>span {
    color: #e14f7b;
    margin-left: 1em;
    letter-spacing: 5px;
}

#contents #sec13 section>dl>dd:first-of-type>span>span:first-of-type {
    font-size: 93px;
    font-weight: 900;
}

#contents #sec13 section>dl>dd:first-of-type>span>span:last-of-type {
    font-weight: 900;
}


#contents #sec13 section>dl>dd:nth-of-type(2) {
    position: relative;
}

#contents #sec13 section>dl>dd:nth-of-type(2) table {
    border-collapse: collapse;
    border-spacing: 0;
}

#contents #sec13 section>dl>dd:nth-of-type(2) table tr {

}

#contents #sec13 section>dl>dd:nth-of-type(2) table tr th {
    font-size: 14px;
    font-weight: 900;
    border: 1px solid #00b5b7;
    background: #e5f7f7;
    text-align: center;
    padding: 7px 0;
}

#contents #sec13 section>dl>dd:nth-of-type(2) table tr th:first-of-type {
    width: 85%;
}

#contents #sec13 section>dl>dd:nth-of-type(2) table tr th:nth-of-type(2) {
    width: 15%;
}

#contents #sec13 section>dl>dd:nth-of-type(2) table tr td {
    border: 1px solid #00b5b7;
    background: #fff;
    font-size: 14px;
    padding: 15px;
    line-height: 1.5;
}

#contents #sec13 section>dl>dd:nth-of-type(2) table tr td:nth-of-type(2) {
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
}

#contents #sec13 section>dl>dd:nth-of-type(2) table tr td:nth-of-type(2) span {
    font-size: 47px;
    font-weight: 900;
}

#contents #sec13 section>dl>dd:nth-of-type(2) img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -126px;
}

#contents #sec13 section>ul {
    width: 80%;
    margin: 0 auto;
    background: #f8f2e2;
    padding: 45px 25px;
    margin-top: 50px;
}

#contents #sec13 section>ul>li {
    background: #fff;
    border: 3px solid #00b5b7;
    border-top: 10px solid #00b5b7;
    position: relative;
}

#contents #sec13 section>ul>li:first-of-type {
    margin-bottom: 50px;
}

#contents #sec13 section>ul>li>dl {

}

#contents #sec13 section>ul>li>dl>dt {
    font-size: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333;
    padding: 15px;
    margin: 0 20px;
}

#contents #sec13 section>ul>li>dl>dt span:first-of-type {
    font-size: 20px;
    flex-grow: 1;
}

#contents #sec13 section>ul>li>dl>dt span:last-of-type {
    background: #b1e9e8;
    font-size: 20px;
    color: #333;
    letter-spacing: 3px;
    padding: 8px 23px;
    border-radius: 10px;
    flex-grow: 0;
}

#contents #sec13 section>ul>li>dl>dd {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 28px 0 15px;
}

#contents #sec13 section>ul>li>dl>dd p:first-of-type {
    font-size: 26px;
}

#contents #sec13 section>ul>li>dl>dd p:last-of-type {
    font-size: 28px;
    color: #e14f7b;
    font-weight: 900;
}

#contents #sec13 section>ul>li>dl>dd p:last-of-type span:first-of-type {
    font-size: 93px;
    color: #e14f7b;
    font-weight: 900;
}

#contents #sec13 section>ul>li>dl>dd p:last-of-type span:nth-of-type(2) {
    font-size: 28px;
    color: #333;
    font-weight: 900;
}

#contents #sec13 section>ul>li>div {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    background: #4d4d4d;
    display: inline-block;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 27px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -48px;
}

#contents #sec15 section p {
    font-size: 20px;
    margin-top: 55px;
    text-align: center;
    line-height: 2;
}

#contents #sec15 section img {
    width: auto;
    display: block;
    margin: 10px auto 85px;
}

#contents #sec16 p {
    font-weight: 900;
    background: #00b5b7;
    font-size: 30px;
    line-height: 100px;
    height: 100px;
    text-align: center;
    color: #ffff00;
}

#contents #sec16 p span {
    color: #fff;
    font-size: 24px;
}

#contents #sec16 h3 {
    background: #e5f7f7;
    color: #00b5b7;
    font-size: 70px;
    text-align: center;
    height: 140px;
    line-height: 140px;
    font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
    letter-spacing: 7px;
}

#contents #sec17 section {
    padding: 0 12%;
}

#contents #sec17 section>ul {
    margin: 80px auto 70px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

#contents #sec17 section>ul>li {
    width: 29%;
    border: 1px solid #00b5b7;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 6px 20px;
}

#contents #sec17 section>ul>li>img {
    width: auto;
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: auto;
}

#contents #sec17 section>ul>li>p {
    font-size: 26px;
    text-align: center;
    line-height: 1.5;
}

#contents #sec17 section>ul>li>p.ab {
    position: absolute;
    bottom: -14%;
    font-size: 16px;
    font-weight: normal;
    left: 0;
}

#contents #sec17 section>dl {
    text-align: center;
}

#contents #sec17 section>dl>dt {
    font-size: 26px;
    display: inline-block;
    margin-bottom: 40px;
    letter-spacing: 5px;
    position: relative;
}

#contents #sec17 section>dl>dt:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 18px;
    background: url(/lp_stqualified/images/img06a.png) no-repeat;
    background-size: contain;
    left: -75px;
}

#contents #sec17 section>dl>dt:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 18px;
    background: url(/lp_stqualified/images/img06b.png) no-repeat;
    background-size: contain;
    right: -75px;
}

#contents #sec17 section>dl>dd {
    margin-bottom: 50px;
}

#contents #sec17 section>dl>dd>ol {

}

#contents #sec17 section>dl>dd>ol>li {
    font-size: 20px;
    background: #e5f7f7;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
    position: relative;
}

#contents #sec17 section>dl>dd>ol>li span {
    font-size: 15px;
}

#contents #sec17 section>dl>dd>ol>li div {
    position: absolute;
    background: #00b5b7;
    color: #fff;
    line-height: 1.3;
    font-size: 18px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    letter-spacing: 0;
    top: -20px;
    margin: auto;
    left: -184px;
    right: 0;
}

#contents #sec17 section>dl>dd>ol>li:not(:last-of-type):after {
    content: '';
    width: 0;
    border-bottom-width: 0px;
    display: inline-block;
    position: absolute;
    bottom: -22px;
    margin: auto;
    right: 0;
    left: 0;
    border: 12px solid transparent;
    border-top-color: #00b5b7;
    border-bottom-width: 0;
}

#contents #sec17 section>div {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

#contents #sec17 section>div>a {
    background: #eee2bc;
    font-size: 22px;
    font-weight: 700;
    width: 42%;
    display: block;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    text-align: center;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

#contents #sec17 section>div>a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#contents #sec18 section {
    background: #eefafa;
    padding: 60px 0;
}

#contents #sec18 section a {
    font-weight: 900;
    display: block;
    text-align: center;
    height: 80px;
    line-height: 80px;
    border-radius: 45px;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

#contents #sec18 section a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#contents #sec18 section a:first-of-type {
    width: 70%;
    margin: 0 auto;
    background: #80dadb;
    font-size: 26px;
}

#contents #sec18 section a:nth-of-type(2) {
    margin: 30px auto;
    width: 35%;
    background: #eee2bc;
    font-size: 22px;
}

#contents #sec18 section a:nth-of-type(3) {
    width: 70%;
    margin: 0 auto;
    background: #4dcacc;
    font-size: 26px;
}




header #header {
    max-width: 1000px;
}

footer #footer {
    max-width: 1000px;
}

footer #footer img {
    width: auto;
}

/*----------------------------------------------------
contents
----------------------------------------------------*/
@media screen and (max-width:768px) {

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    /*******************************
    header
    *******************************/
    header {
        /*background-image: url(/landingnight/images/sp_header_bg01.png);
        background-repeat: repeat-x;
        background-position: left top;*/
    }
    header #header {
        width: auto;
        margin: 0px auto;
        padding: 0px 10px 10px 10px;
    }
    header h1 {
        font-size: 9px;
        line-height: 1.3;
        padding: 10px 0;
    }
    header .headerLogo {
        float: left;
        /*padding-top: 20px;*/
        width: 56%;
        padding-top: 4px;
    }
    header .headerLogo img {
        width: 100%;
    }
    header .headerContact {
        float: right;
        width: 40%;
    }
    header .headerContact img {
        width: 100%;
    }
    header .headerContact .headerTel {
        padding-bottom: 9px;
    }

    /*******************************
    footer
    *******************************/
    footer {
        text-align: center;
        padding-top: 0px;
        margin-top: 30px;
    }
    #footer {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        padding-bottom: 7px;
        background-color: #ffffff;
    }
    footer .footerLogo01 {
        width: 100%;
        text-align: center;
        float: left;
        position: relative;
        left: 0px;
        top: 0px;
        z-index: 100;
        padding: 25px 0px 0px 0px;
    }
    footer .footerLogo01 img {
        width: 60%!important;
    }
    footer .footerNavi {
        padding-top: 0px;
        padding-left:20px;
        float: left;
        position: relative;
        z-index: 150;
    }
    footer .pageTop {
        padding-top: 0px;
        padding-right: 20px;
        float: right;
        position: relative;
        z-index: 151;
    }
    footer .footerNavi a {
        background-image: url(/landingnight/images/sp_footer_icon_ar01.png);
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 16px;
        line-height: 16px;
        padding-left: 47px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
        color: #808080;
    }
    footer .pageTop a {
        background-image: url(/landingnight/images/sp_footer_icon_ar02.png);
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 28px;
        line-height: 23px;
        padding-left: 47px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
        color: #808080;
    }
    footer a:link { color: #4d4d4d; text-decoration: none;}
    footer a:visited {	color: #4d4d4d;	text-decoration: none;}
    footer a:hover { color:#4d4d4d; text-decoration: underline;}
    footer a:active { color:#4d4d4d; text-decoration: none;}
    footer .copyRight {
        font-size: 12px;
        line-height: 0px;
        text-align: center;
        padding: 30px 0px;
        color: #808080;
        background: #eee;
    }

    footer #footer .flink {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    footer #footer .flink a {
        font-size: 12px;
        color: #333;
        font-weight: 600;
    }

    footer #footer .flink a img {
        width: 17px;
    }

    #contents #key section .ttl>h2 {
        font-size: 40px;
        letter-spacing: 0px;
    }

    #contents #key section .ttl>p {
        padding: 0px 21px;
        margin: 5px 0 5px;
        font-size: 18px;
        width: auto;
    }

    #contents #key section .ttl_back {
        height: 80px;
    }

    #contents #key section {
        /*padding-top: 78%;
        background-size: 100% auto;*/
        background-size: 100% auto;
        background-repeat: no-repeat;
        height: 330px;
    }

    #contents #key section ul li {
        margin-bottom: 3px;
        font-size: 12px;
        width: 90px;
        height: 45px;
        line-height: 45px;
    }

    #contents #key section .ttl .fix01 {
        right: 12px;
        bottom: 320px;
        width: 90px;
        height: 90px;
    }

    #contents #key section .ttl .fix01 img {
        margin-top: 2px;
    }

    #contents #key section .ttl .fix01 p:first-of-type {
        font-size: 12px;
    }

    #contents #key section .ttl .fix01 p:nth-of-type(2) {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #contents #key section .ttl .add0115_txt01 {
        font-size: 10px;
        line-height: 1;
    }
    #contents #key section .ttl .add0115_txt02 {
      bottom: 190px;
      text-align: right;
    }

    #contents #key section .ttl_back {
        background: rgba(255,255,255,1);
    }

    #contents #key section ul {
        width: 80%;
        bottom: 129px;
    }

    #contents #key section ul li:last-of-type span {
        bottom: -14px;
        right: -27px;
    }

    #contents #sec01 dl {
        width: 95%;
        margin: 10px auto;
        padding: 5px 0;
    }

    #contents #sec01 dl dt {
        font-size: 22px;
    }

    #contents #sec01 dl dd {
        font-size: 17px;
        line-height: 1;
    }

    #contents #sec01 dl dd:nth-of-type(1) span {
        font-size: 12px;
    }

    #contents #sec01 dl dd:nth-of-type(2) span:first-of-type {
        font-size: 50px;
    }

    #contents #sec01 dl dd:nth-of-type(2) span:nth-of-type(2) {
        font-size: 18px;
    }

    #contents #sec02 section a {
        font-size: 19px;
        padding: 7px 0;
        width: 95%;
        margin: 30px auto;
        border-radius: 50px;
        line-height: 1.3;
    }

    #contents #sec03 section {
        padding: 15px 0;
    }

    #contents #sec03 section p:first-of-type {
        font-size: 20px;
    }

    #contents #sec03 section ul {
        width: 80%;
        justify-content: space-around;
        width: 81%;
    }

    #contents #sec03 section ul li {
        font-size: 17px;
        padding: 11px 0;
    }

    #contents #sec03 section p:last-of-type {
        font-size: 19px;
    }

    #contents #sec03 section ul:before {
        height: 18px;
        left: -28px;
        width: 31px;
    }

    #contents #sec03 section ul:after {
        height: 18px;
        right: -28px;
        width: 31px;
    }

    #contents #sec04 section p {
        font-size: 18px;
        line-height: 1.7;
    }

    #contents #sec04 section {
        padding: 30px 2.5%;
    }

    #contents #sec05 section>img.img05 {
        width: 80px;
        margin: 17px 0;
    }

    #contents #sec05 section h3 {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    #contents #sec05 section p {
        font-size: 18px;
        line-height: 1.2;
    }

    #contents #sec05 {
        padding: 0 2.5%;
    }

    #contents #sec05 section {
        padding-bottom: 40px;
    }

    #contents #sec05 section>ul {
        width: 100%;
        margin: 20px auto 0px;
    }

    #contents #sec05 section>ul>li {
        width: 30%;
        padding: 0 3px;
    }

    #contents #sec05 section>ul>li dl dt {
        font-size: 16px;
        width: auto;
        margin: 0 auto 0px;
        padding: 5px 0;
    }

    #contents #sec05 section>ul>li dl dd {
        font-size: 11px;
    }

    #contents #sec05 section>ul>li dl dd ul li {
        line-height: 1.5;
    }

    #contents #sec05 section>img.abimg {
        width: 171px;
        /*right: -184px;*/
        right: 0px;
    }

    #contents #sec06 section {
        padding: 30px 0;
    }

    #contents #sec06 section h3 {
        font-size: 17px;
    }

    #contents #sec06 section h3:before {
        width: 31px;
        height: 18px;
        left: -33px;
    }

    #contents #sec06 section h3:after {
        width: 31px;
        height: 18px;
        right: -33px;
    }

    #contents #sec06 section>img {
        top: 50%;
    }

    #contents #sec06 section>ul {
        width: 95%;
        margin: 27px auto 0;
    }

    #contents #sec06 section>ul>li dl {
        padding: 13px 10px;
    }

    #contents #sec06 section>ul>li dl dt {
        font-size: 16px;
        top: -14px;
        width: 59%;
        right: 47px;
    }

    #contents #sec06 section>ul>li:nth-of-type(2) dl dt,
    #contents #sec06 section>ul>li:nth-of-type(4) dl dt {
        left: 58px;
    }

    #contents #sec06 section>ul>li dl dd {
        font-size: 13px;
    }

    #contents #sec06 section>ul>li:last-of-type dl dd {
        width: 100%;
    }

    #contents #sec06 section>ul>li dl dd ul {
        display: block;
    }

    #contents #sec06 section>ul>li dl dd ul li {
        width: 100%;
        margin-bottom: 1px;
        text-align: left;
    }

    #contents #sec06 section>ul>li:first-of-type dl dd ul li.w20 {
        width: 100%;
    }

    #contents #sec06 section>ul>li:first-of-type dl dd ul li.w65 {
        width: 100%;
    }

    #contents #sec06 section>ul>li:last-of-type dl dd ul li {
        text-align: left;
    }

    #contents #sec07 {
        padding: 10px 0;
    }

    #contents #sec07 section p {
        font-size: 16px;
        letter-spacing: 1px;
    }

    #contents #sec07 section p span {
        font-size: 19px;
    }

    #contents #sec07 section:before {
        display: none;
    }

    #contents #sec07 section:after {
        display: none;
    }

    #contents #sec08 section {
        padding: 15px 0 25px;
    }

    #contents #sec08 section h3 img.sp {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    #contents #sec08 section ul {
        margin: 10px 2.5% 60px;
        padding: 0;
    }

    #contents #sec08 section ul li dl {
        display: block;
        text-align: center;
    }

    #contents #sec08 section ul li dl dt img {
        width: 24%;
        margin: 0 auto;
        display: block;
    }

    #contents #sec08 section ul li dl dd:first-of-type {
        font-size: 18px;
        line-height: 1.5;
        margin-left: 0px;
        flex-grow: 0;
        text-align: left;
        margin: 10px 0;
        display: inline-block;
    }

    #contents #sec08 section ul li dl dd:last-of-type a {
        font-size: 14px;
        padding: 4px 10px;
        width: 100px;
        margin: 10px auto;
    }

    #contents #sec08 section ul li {
        padding: 10px 0px;
    }

    #contents #sec08 section ul {
        margin: 10px 2.5% 0px;
    }

    #contents #sec09, #contents #sec12, #contents #sec14 {
        margin-top: 40px;
        padding: 10px 0;
        filter: none;
    }

    #contents #sec09 section dl, #contents #sec12 section dl, #contents #sec14 section dl {
        display: block;
        padding: 32px 0 15px;
        position: relative;
        text-align: center;
    }

    #contents #sec09 section, #contents #sec12 section, #contents #sec14 section {
        filter: none;
    }

    #contents #sec09 section dl dt, #contents #sec12 section dl dt, #contents #sec14 section dl dt {
        margin-right: 0px;
        position: absolute;
        left: 0;
        right: 0;
        top: -30px;
        text-align: center;
    }

    #contents #sec09 section dl dd, #contents #sec12 section dl dd, #contents #sec14 section dl dd {
        font-size: 18px;
        padding: 0 2.5%;
        text-align: left;
        display: inline-block;
    }



    #contents #sec09 section dl dt img, #contents #sec12 section dl dt img, #contents #sec14 section dl dt img {
        width: 19%;
        background: #fff;
        padding: 0 8px;
    }

    #contents #sec10 section>p:first-of-type {
        font-size: 17px;
        margin: 20px 0 20px;
    }

    #contents #sec10 section>p:nth-of-type(2) {
        font-size: 20px;
    }

    #contents #sec10 section>img {
        width: 60%;
    }

    #contents #sec10 section>dl {
        max-width: 100%;
        width: auto;
        padding: 30px 2.5% 30px;
        margin: 0 auto 0px;
    }

    #contents #sec10 section>dl>dt {
        font-size: 21px;
    }

    #contents #sec10 section>dl>dt:before {
        width: 31px;
        height: 18px;
        left: -40px;
        top: 6px;
    }

    #contents #sec10 section>dl>dt:after {
        width: 31px;
        height: 18px;
        right: -40px;
        top: 6px;
    }

    #contents #sec10 section>dl>dd>ul>li {
        width: 100%;
        margin-bottom: 20px;
    }

    #contents #sec10 section>dl>dd>ul>li>dl>dt {
        font-size: 20px;
        padding: 11px 0;
    }

    #contents #sec10 section>dl>dd>ul>li>dl>dd li {
        line-height: 1.5;
        font-size: 18px;
    }

    #contents #sec10 section>dl>dd>ul>li>dl>dd {
        height: auto;
    }

    #contents #sec10 section>dl>dd>ul>li>dl>dd ul {
        min-height: auto;
    }

    #contents #sec11 {
        padding: 30px 0 30px;
    }

    #contents #sec11 section>h5 {
        font-size: 19px;
    }

    #contents #sec11 section>h5:before {
        width: 31px;
        height: 18px;
        left: -40px;
        top: 6px;
    }

    #contents #sec11 section>h5:after {
        width: 31px;
        height: 18px;
        right: -40px;
        top: 6px;
    }

    #contents #sec11 section>dl {
        margin: 20px auto 0;
        width: 95%;
    }

    #contents #sec11 section>dl>dt span:first-of-type {
        font-size: 12px;
        margin-right: 0px;
    }

    #contents #sec11 section>dl>dt span:last-of-type {
        font-size: 13px;
        padding: 3px 10px;
        margin-left: 10px;
    }

    #contents #sec11 section>dl:first-of-type>dt {
        height: 54px;
        font-size: 23px;
        line-height: 48px;
    }

    #contents #sec11 section>dl>dd {
        font-size: 16px;
        display: block;
        padding: 10px 10px;
    }

    #contents #sec11 section>dl>dd>div img {
        width: 40%;
        display: block;
        margin: 0 auto;
    }

    #contents #sec11 section>dl>dd>div p {
        text-align: center;
        margin-top: 5px;
    }

    #contents #sec11 section>dl>dd>dl dt {
        font-size: 18px;
        margin-top: 10px;
    }

    #contents #sec11 section>dl>dd>dl {
        margin-left: 0;
    }

    #contents #sec11 section>dl:nth-of-type(2)>dt {
        height: 54px;
        font-size: 20px;
        line-height: 48px;
    }

    #contents #sec13 section>p:first-of-type {
        font-size: 16px;
        margin: 15px 0;
    }

    #contents #sec13 section>dl {
        border: 3px solid #00b5b7;
        border-top: 8px solid #00b5b7;
        width: 91%;
        padding: 8px 5px 20px;
    }

    #contents #sec13 section>dl>dt {
        font-size: 23px;
        letter-spacing: 4px;
    }

    #contents #sec13 section>dl>dt>span {
        font-size: 13px;
        letter-spacing: 3px;
        padding: 5px 17px;
        border-radius: 7px;
    }

    #contents #sec13 section>dl>dd:first-of-type {
        font-size: 18px;
        margin: 10px 0 10px;
        padding: 15px 0 10px;
    }

    #contents #sec13 section>dl>dd:first-of-type>span>span:first-of-type {
        font-size: 47px;
    }

    #contents #sec13 section>dl>dd:nth-of-type(2) table tr td {
        font-size: 13px;
        padding: 10px 5px;
        line-height: 1.3;
    }

    #contents #sec13 section>dl>dd:nth-of-type(2) table tr td:nth-of-type(2) span {
        font-size: 25px;
    }

    #contents #sec13 section>dl>dd:nth-of-type(2) table tr th:first-of-type {
        width: 80%;
    }

    #contents #sec13 section>dl>dd:nth-of-type(2) table tr th:nth-of-type(2) {
        width: 20%;
    }

    #contents #sec13 section>dl>dd:nth-of-type(2) img {
        width: 90%;
        bottom: -57px;
    }

    #contents #sec13 section>ul {
        width: 87%;
        padding: 20px 15px;
        margin-top: 21px;
    }

    #contents #sec13 section>ul>li {
        border: 2px solid #00b5b7;
        border-top: 5px solid #00b5b7;
    }

    #contents #sec13 section>ul>li>dl>dt {
        font-size: 17px;
        display: block;
        padding: 5px;
        margin: 28px 7px 0;
        position: relative;
        text-align: center;
    }

    #contents #sec13 section>ul>li>dl>dt span:first-of-type {
        font-size: 12px;
    }

    #contents #sec13 section>ul>li>dl>dt span:last-of-type {
        background: #b1e9e8;
        font-size: 12px;
        color: #333;
        letter-spacing: 3px;
        padding: 1px 5px;
        border-radius: 5px;
        position: absolute;
        top: -20px;
        display: inline-block;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        width: 94px;
    }

    #contents #sec13 section>ul>li>dl>dd p:first-of-type {
        font-size: 15px;
    }

    #contents #sec13 section>ul>li>dl>dd p:last-of-type span:first-of-type {
        font-size: 58px;
    }

    #contents #sec13 section>ul>li>div {
        font-size: 25px;
        line-height: 25px;
        width: 25px;
        border-radius: 27px;
        bottom: -33px;
    }

    #contents #sec13 section>ul>li:first-of-type {
        margin-bottom: 37px;
    }

    #contents #sec13 section>ul>li>dl>dd p:last-of-type {
        font-size: 20px;
    }

    #contents #sec13 section>ul>li>dl>dd p:last-of-type span:nth-of-type(2) {
        font-size: 20px;
    }

    #contents #sec13 section>p:last-of-type {
        width: 95%;
        margin: 5px auto 46px;
        font-size: 12px;
    }

    #contents #sec15 section p {
        font-size: 15px;
        margin-top: 8px;
        line-height: 1.5;
    }

    #contents #sec15 {
        padding: 15px 2.5%;
    }

    #contents #sec15 section img {
        width: 100%;
        margin: 10px auto 20px;
    }

    #contents #sec16 p {
        font-size: 22px;
        line-height: 1;
        height: auto;
        padding: 5px 0;
    }

    #contents #sec16 p span {
        font-size: 17px;
    }

    #contents #sec16 h3 {
        font-size: 48px;
        height: 77px;
        line-height: 77px;
    }

    #contents #sec17 section>ul {
        margin: 30px auto 55px;
        flex-wrap: wrap;
    }

    #contents #sec17 section {
        padding: 0 2.5%;
    }

    #contents #sec17 section>ul>li>p {
        font-size: 18px;
    }

    #contents #sec17 section>ul>li {
        width: 100%;
        padding: 24px 6px 20px;
        margin-bottom: 20px;
    }

    #contents #sec17 section>ul>li>img {
        width: 18%;
        top: -17px;
    }

    #contents #sec17 section>ul>li>p.ab {
        bottom: -25%;
        font-size: 13px;
    }

    #contents #sec17 section>dl>dt {
        font-size: 22px;
        margin-bottom: 25px;
    }

    #contents #sec17 section>dl>dt:before {
        width: 31px;
        height: 18px;
        left: -40px;
        top: 6px;
    }

    #contents #sec17 section>dl>dt:after {
        width: 31px;
        height: 18px;
        right: -40px;
        top: 6px;
    }

    #contents #sec17 section>div {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    #contents #sec17 section>div>a {
        font-size: 19px;
        width: 80%;
        height: 55px;
        line-height: 55px;
        border-radius: 40px;
        margin-bottom: 25px;
    }

    #contents #sec17 section ul li span.arrow {
        display: inline;
    }

    #contents #sec18 section {
        padding: 30px 0;
    }

    #contents #sec18 section a:first-of-type {
        width: 95%;
        font-size: 18px;
    }

    #contents #sec18 section a:nth-of-type(2) {
        margin: 20px auto;
        width: 80%;
        font-size: 18px;
    }

    #contents #sec18 section a:nth-of-type(3) {
        width: 95%;
        font-size: 18px;
        line-height: 1.3;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
    }

    #contents #sec18 section a {
        height: 55px;
        line-height: 55px;
    }


}


@media screen and (max-width:320px) {
  #contents #key section {
    height: 290px;
  }
  #contents #key section ul li {
    width: 79px;
    font-size: 10px;
  }
  #contents #key section ul {
    width: 84%;
    bottom: 118px;
  }
  #contents #key section ul li {
    height: 34px;
    line-height: 34px;
  }
  #contents #key section .ttl .fix01 img {
    width: 35%;
  }
  #contents #key section .ttl .fix01 p:first-of-type {
    font-size: 10px;
  }
  #contents #key section .ttl .fix01 p:nth-of-type(2) {
    font-size: 14px;
  }
  #contents #key section .ttl .fix01 {
    bottom: 290px;
    width: 80px;
    height: 80px;
  }
  #contents #key section .ttl .add0115_txt02 {
    bottom: 178px;
  }
  #contents #sec06 section h3 {
    font-size: 15px;
  }
  #contents #sec06 section>img {
    top: 41%;
  }
  #contents #sec06 section>ul>li dl dt {
    width: 60%;
  }
  #contents #sec10 section>dl>dt {
    font-size: 18px;
  }
  #contents #key section .ttl>h2 {
    font-size: 38px;
  }
  #contents #sec05 section>ul>li dl dd {
    font-size: 10px;
  }
  #contents #sec11 section>dl>dd>dl dt {
    font-size: 17px;
  }
  #contents #sec13 section>dl>dt {
    font-size: 20px;
  }
  #contents #sec13 section>dl>dt>span {
    padding: 5px 10px;
  }
  #contents #sec13 section>ul>li>dl>dd p:first-of-type {
    font-size: 12px;
  }
  #contents #sec13 section>ul>li>dl>dd p:last-of-type {
    font-size: 16px;
  }
  #contents #sec13 section>ul>li>dl>dd p:last-of-type span:nth-of-type(2) {
    font-size: 16px;
  }
  #contents #sec09 section dl dd, #contents #sec12 section dl dd, #contents #sec14 section dl dd {
    font-size: 16px;
  }
  #contents #sec13 section>p:last-of-type {
    font-size: 11px;
  }
  #contents #sec13 section>dl>dd:nth-of-type(2) table tr td:nth-of-type(2) {
    font-size: 13px;
  }
  #contents #sec08 section ul li dl dd:first-of-type {
    font-size: 16px;
  }
}
