@charset 'UTF-8';

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
html,
body {
    font-family: 
    YakuHanJP,
    YuMincho,    /* Mac */
    'Yu Mincho', /* Windows */
    sans-serif;
    font-size: 26px;
    color: #6A3904;
    line-height: 1.6;
    letter-spacing: 1.5px;
    text-align: justify;
    position: relative;
    font-feature-settings: "palt";
}
img {
    width: 100%;
    height: auto;
}
a {
    transition: .3s;
}
a:hover {
    opacity: 0.8;
}
.flx {
    display: flex;
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 70px 15px;
}

#blanket {
    background-color: #FEF2DC;
}

.a-1img {
    margin-top: 30px;
    margin-bottom: 30px;
}
.a-234img {
    gap: 30px;
}
.orange {
    color: #F39830;
}
.brown {
    color: #6A3904;
}
.ouchi-sauna {
    margin-top: 30px;
    padding: 60px 120px 90px;
    position: relative;
    background: url('images/bg-img-sauna.png') center center no-repeat;
    background-size: 100%;
}
.ouchi-sauna .orange:nth-of-type(1) {
    font-size: 43px;
    line-height: 1;
    letter-spacing: 5px;
    text-align: center;
}
.ouchi-sauna .orange:nth-of-type(1) span {
    font-size: 84px;
}
.ouchi-sauna .brown:nth-of-type(2) {
    font-size: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.ouchi-sauna .brown:nth-of-type(2) span {
    font-size: 80px;
    background:linear-gradient(transparent 80%, #FFE437 0%);
}
.ouchi-sauna .orange:nth-of-type(4) {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 20px;
}

.ouchi-sauna .orange:nth-of-type(4) span {
    background:linear-gradient(transparent 70%, #FFE437 0%);
}

.img-sauna {
    max-width: 250px;
    position: absolute;
    top: 120px;
    right: 180px;
}
@media screen and (max-width: 1140px) {
    .ouchi-sauna {
        padding: 60px 50px 90px;
    }
    .ouchi-sauna .orange:nth-of-type(1) {
        font-size: 38px;
        line-height: 1;
        letter-spacing: 5px;
        text-align: center;
    }
    .ouchi-sauna .orange:nth-of-type(4) {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 5px;
        margin-top: 20px;
    }
    .img-sauna {
        right: 100px;
    }
}
#ase {
    margin-top: 80px;
    margin-bottom: 100px;
}
#ase h2 {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 30px;
}
.video {
    max-width: 830px;
    margin: 0 auto;
    padding: 0 15px;
}
.video video {
    width: 100%;
}
#osusume {
    background: url('images/bg-img-osusume.png') center center no-repeat;
    background-size: cover;
}
#osusume .container {
    max-width: 1000px;
    padding-top: 30px;
    padding-bottom: 170px;
}
#osusume .container h2,
#how-use .container h2 {
    max-width: 690px;
    text-align: center;
    margin: 0 auto;
    font-size: 67px;
    color: #fff;
    margin-bottom: 80px;
}
.check {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.check img{
    width: 40px;
}
#osusume .flx {
    align-items: center;
}
#osusume p {
    font-size: 36px;
    color: #fff;
    font-family: "Noto Sans JP";
    letter-spacing: 5px;
    line-height: 2;
}
#osusume p span {
    color: #FFE437;
}

#how-use {
    background: -moz-linear-gradient(top, #E9AC42, #F5D191);
    background: -webkit-linear-gradient(top, #E9AC42, #F5D191);
    background: linear-gradient(to bottom, #E9AC42, #F5D191);
}
#how-use .container {
    max-width: 1100px;
    padding-top: 30px;
    padding-bottom: 90px;
}
.use-box {
    gap: 60px;
    flex-wrap: wrap;
}
.use-list {
    width: calc(100% / 3 - 40px);
}
.use-list p {
    background-color: #260B03;
    color: #FFE437;
    font-family: "Noto Sans JP";
    padding: 10px 5px;
    text-align: center;
    border-radius: 0 0 20px 20px;
    letter-spacing: 0;
    font-size: 23px;
}
#merit {
    background: url('images/bg-img-merit.png') center center no-repeat;
    background-size: cover;
}
#merit h2 {
    font-family: "Noto Sans JP";
    font-size: 53px;
    background-color: #F39830;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
    position: relative;
}
#merit h2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-style: solid;
    border-color: #F39830 transparent transparent transparent;
    border-width: 30px 82px 0 82px;
}
.merit-box {
    max-width: 1140px;
    margin: 60px auto 0;
    gap: 40px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    color: #2F0F0E;
    letter-spacing: 3px;
}
.merit-list {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    text-align: center;
    width: calc(50% - 20px);
    padding: 30px;

}
.merit-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    margin: 0 auto;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    box-shadow: 3px 3px 10px gray;
    margin-bottom: 20px;
    font-weight: bold;
}
.merit-title.jurai {
    background-color: #FBF7DE;
}
.merit-title.sanukku {
    background-color: #F39830;
    color: #fff;
}

#use-video h2 {
    font-family: "Noto Sans JP";
    font-size: 53px;
    background-color: #4E1604;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
    position: relative;
	margin-bottom: 30px;
}

#use-video h2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-style: solid;
    border-color: #4E1604 transparent transparent transparent;
    border-width: 30px 82px 0 82px;
}
#use-video .video {
    margin-top: 80px;
}

#effect {
    background-color: #FEF2DC;
}

.saibou {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 30px;
}
.dakara {
    max-width: 470px;
    width: 45vw;
    margin: 0 auto;
    margin-top: -7vw;
}
.kouka {
    max-width: 1120px;
    margin: 0 auto;
}
#example .container {
    max-width: 1160px;
}
#example h2 {
    max-width: 590px;
    margin: 0 auto;
}
.ex-box {
    gap: 40px 10px;
    justify-content: center;
    margin-top: 60px;
    flex-wrap: wrap;
}
.ex-list {
    width: calc(100% / 3 - 6.66666667px);
}
.ex-list p {
    font-family: "Noto Sans JP";
    font-size: 30px;
    color: #2F0F0E;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

#thermography {
    background-color: #FEF2DC;
}
#thermography .container {
    padding-top: 5px;
}

#thermography .container p {
    max-width: 940px;
    margin: 0 auto;
}
.sarani {
    max-width: 470px;
    width: 45vw;
    margin: 60px auto;
}
#kousen {
    text-align: center;
    background: -moz-linear-gradient(top, #FEF2DC, #FEFBE6);
    background: -webkit-linear-gradient(top, #FEF2DC, #FEFBE6);
    background: linear-gradient(to bottom, #FEF2DC, #FEFBE6);

}
#kousen .container .honbun {
    margin-top: 20px;
}
#kousen .container figure {
    max-width: 1050px;
    margin: 0 auto;
    margin-top: 40px;
}
#rec {
    background: -moz-linear-gradient(top, #fffde6, #fefef2);
    background: -webkit-linear-gradient(top, #fffde6, #fefef2);
    background: linear-gradient(to bottom, #fffde6, #fefef2);
}
#rec h2 {
    font-size: 70px;
    background-color: #F39830;
    padding: 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    position: relative;
}
#rec h2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 25%;
    border-style: solid;
    border-color: #F39830 transparent transparent transparent;
    border-width: 15px 30px 0 30px;
}
.ikeda-box {
    font-family: "Noto Sans JP";
    margin-top: 50px;
    gap: 20px;
}
.ikeda-text p.orange:nth-of-type(1) {
    font-size: 24px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 3px;
}
.ikeda-text p.orange:nth-of-type(1) span {
    position: absolute;
    line-height: 1;
    bottom: -5px;
}
.ikeda-text p.orange:nth-of-type(2) {
    font-size: 80px;
    letter-spacing: 5px;
}
.ikeda-text p.ikeda-black {
    color: #242424;
    position: relative;
}
.ikeda-text p.ikeda-black span {
    position: absolute;
    line-height: 1;
    bottom: -5px;
}
.ikeda-text p.ikeda-black:nth-of-type(7) {
    font-size: 18px;
    margin-top: 10px;
}
#feature {
    background-color: #FDF6E0;
}
#feature h2 {
    font-size: 70px;
    background-color: #4E1604;
    padding: 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 10px;
    position: relative;
    font-family: "Noto Sans JP";
    font-weight: bold;
}
#feature h2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 25%;
    border-style: solid;
    border-color: #4E1604 transparent transparent transparent;
    border-width: 15px 30px 0 30px;
}
.feature-box {
    margin-top: 70px;
}
.feature-list {
    gap: 30px;
    margin-bottom: 80px;
}
.f-text {
    width: 58.333333%;
}
.f-text .orange {
    font-size: 46px;
}
.f-text .sub {
    font-size: 36px;
    margin: 40px 0;
}
.f-img {
    width: 36.666667%;
}
.ne-text1 {
    background: url('images/bg-img-neshisei.png') center center no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
}
.ne-text1 .container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.ne-text1 p {
    background-color: rgba(28, 7, 0, 0.6);
    color: #fff;
    padding: 10px;
    font-size: 40px;
    text-align: center;
}
.ne-text2 .container {
    padding: 30px 15px 100px;
    text-align: center;
    font-size: 36px;
}
#youtuber .container {
    max-width: 1050px;
}
#youtuber p {
    font-size: 42px;
    color: #242424;
    font-weight: bold;
    font-family: "Noto Sans JP";
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
#youtuber .orange {
    font-size: 122px;
}
#youtuber .kg.orange{
    font-size: 42px;
}
.youtuber {
    max-width: 800px;
    height: 500px;
    margin: 0 auto;
	margin-top: 50px;
	
}
.youtuber iframe {
    width: 100%;
    height: 100%;
}

#voice {
    background-color: #FDF6E0;
}
#voice h2 {
    font-size: 70px;
    background-color: #F39830;
    padding: 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    position: relative;
}
#voice h2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 25%;
    border-style: solid;
    border-color: #F39830 transparent transparent transparent;
    border-width: 15px 30px 0 30px;
}
.voice-box {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
}
.voice-list {
    background-color: #fff;
    padding: 80px 50px 15px;
    box-shadow: 3px 3px 5px silver;
    border-radius: 20px;
    font-size: 20px;
    position: relative;
    font-family: "Noto Sans JP";
}
.voice-list:not(:nth-of-type(4)) {
    margin-bottom: 90px;
}
.voice-icon {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 20px;
    top: -50px;
}
.bg-orange {
    position: absolute;
    left: 160px;
    top: 20px;
}
.bg-orange span {
    color: #fff;
    background-color: #F39830;
    border-radius: 20px;
    padding: 3px 15px;
}
.kome {
    font-family: "Noto Sans JP";
    letter-spacing: 0;
    color: #707070;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}
#media {
    background-color: #FDF6E0;
}
#system h2 {
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 40px;

}
.sarani2 {
    width: 325px;
}
#system p {
    margin-bottom: 30px;
}

#quality {
    background-color: #FEF2DC;
}
#quality .container .honbun {
    text-align: center;
    margin: 20px 0 30px;
}

#reason {
    background-color: #FEF2DC;
}
#reason h2 {
    margin-bottom: 60px;
}
.reason-box {
    padding: 20px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 3px silver;
    border-radius: 10px;
    margin-bottom: 30px;
}
.reason-box .orange {
    font-size: 32px;
    display: flex;
    align-items: center;
}
.reason-box .orange .r-number {
    font-size: 65px;
    margin-right: 10px;
    line-height: 1;
}
.reason-box .orange .r-rarge {
    font-size: 42px;
}
#faq h2 {
    margin-bottom: 30px;
}
.faq-box p {
    color: #000;
    font-family: "Noto Sans JP";
}
.faq-box p span {
    font-size: 54px;
    margin-right: 20px;
    line-height: 1;
}
.q-box {
    border-bottom: 1px dashed #707070;
    margin-bottom: 2px;
}
.q-box p {
    font-size: 36px;
}
.a-box {
    background-color: #FDF6E0;
    padding: 10px 5px 20px;
    margin-bottom: 40px;
}
.a-box p {
    font-size: 26px;
}
.a-box:nth-of-type(14) p {
    display: flex;
}
#faq .sehin-shiyou {
    font-family: "Noto Sans JP";
}
#faq .sehin-shiyou h2 {
    font-size: 38px;
    color: #000;
    margin-top: 80px;
    margin-bottom: 60px;
    padding: 20px;
    letter-spacing: 5px;
    text-align: center;
    border: 3px solid #000;
    font-weight: bold;
}
.img-shiyou {
    margin-bottom: 60px;
}
.shiyou-table {
    color: #000;
}
.pro-name-box {
    align-items: center;

}
.pro-name {
    background-color: #F39830;
    padding: 10px;
    color: #fff;
    width: 200px;
    text-align: center;
}
.pro-name-box p:nth-of-type(2) {
    padding: 10px 10px 10px 30px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 84%;
}
.shiyou-table table {
    width: 100%;
}
.shiyou-table table tbody tr td {
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 10px;
}
.shiyou-table table tbody tr td:first-child {
    background-color: #FDF6E0;
    width: 200px;
    text-align: center;
}
.shiyou-table table tbody tr td:last-child {
    padding-left: 30px;
}
.shiyou-table table tbody tr:last-child td:last-child{
    font-size: 22px;
}
#last .container {
  padding-bottom: 0;
}
#try {
  padding: 60px 15px;
  background-color: #FDF6E0;
}
#try p {
  font-size: 34px;
  text-align: center;
  font-family: "Noto Sans JP";
  letter-spacing: 3px;
}
#try p:nth-of-type(2) {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 30px;
}
.try-button {
    position: fixed;
    bottom: 30px;
    right: 0;
    max-width: 500px;
    width: 27vw;
}

@media screen and (max-width: 768px) {
    .honbun {
        font-size: 16px;
    }
    .try-button {
        bottom: 20px;
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        max-width: none;
        width: 90vw;
    }
    .container {
        padding: 30px 0px;
    }
    .a-img {
        padding: 0 15px;
    }
    .a-1img {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .a-234img {
        gap: 10px;
    }
    .ouchi-sauna {
        background: url('images/sp-bg-img-sauna.png') center center no-repeat;
        background-size: 99%;
        padding: 70px 15px 30px;
    }
    .ouchi-sauna .orange:nth-of-type(1) {
        font-size: 20px;
        line-height: 1.3;
    }
    .ouchi-sauna .orange:nth-of-type(1) span {
        font-size: 40px;
    }
    .ouchi-sauna .brown:nth-of-type(2) {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 33px;
        text-align: center;
    }
    .ouchi-sauna .brown:nth-of-type(2) span {
        font-size: 33px;
        background: linear-gradient(transparent 60%, #FFE437 0%);
    }
    .ouchi-sauna .orange:nth-of-type(4) {
        font-size: 23px;
        letter-spacing: 0;
    }
    .ouchi-sauna .brown:nth-of-type(3) {
        width: 65%;
    }
    .img-sauna {
        max-width: 150px;
        width: 40%;
        right: 0px;
        top: 210px;
    }
    #ase {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #osusume .container h2, #how-use .container h2 {
        font-size: 31px;
        width: 85vw;
        margin-bottom: 20px;
    }
    #osusume p {
        font-size: 15px;
        letter-spacing: 0;
    }
    .check {
        margin-right: 0;
    }
    .check img {
        width: 16px;
    }
    #osusume .container {
        padding: 30px 15px 40px;
    }
    #how-use .container {
        padding: 30px 15px;
    }
    .use-box {
        gap: 10px;
    }
    .use-list {
        width: calc(100% / 2 - 5px);
    }
    .use-list p {
        border-radius: 0 0 10px 10px;
        font-size: 14px;
    }
    .use-list p.sp-12 {
        font-size: 12px;
    }
    #merit .container {
        padding: 20px 15px 30px;
    }
    #merit h2 {
        font-size: 18px;
        letter-spacing: 0;
    }
    #merit h2::before {
        border-width: 13px 35px 0 35px;
    }
    .merit-box {
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .merit-list {
        width: 80%;
        border-radius: 10px;
        padding: 20px 0;
        letter-spacing: 0;
    }
    .merit-title {
        width: 163px;
        height: 163px;
        font-size: 20px;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }
    #use-video h2 {
        font-size: 18px;
        letter-spacing: 0;
    }
    #use-video h2::before {
        border-width: 13px 35px 0 35px;
    }
    #use-video .container {
        padding: 30px 15px;
    }
    #use-video .video {
        margin-top: 30px;
    }
    .video {
        width: 85%;
    }
    #effect .container {
        padding-bottom: 10px;
    }
    .saibou {
        margin-top: 10px;
    }
    .dakara {
        max-width: none;
        width: 80%;
    }
    .saibou {
        padding: 0 15px;
    }
    .kouka {
        margin-top: 20px;
    }
    #example .container {
        padding: 30px 15px;
    }
    #example h2 {
        width: 80%;
    }
    .ex-box {
        margin-top: 20px;
        gap: 10px;
    }
    .ex-list {
        width: calc(100% / 2 - 5px);
    }
    .ex-list p {
        font-size: 16px;
        margin-top: 5px;
    }
    #thermography .container {
        padding: 5px 15px 30px;
    }
    #thermography .container p {
        width: 80%;
    }
    .sarani {
        margin: 30px;
        max-width: none;
        width: 85%;
    }
    #kousen .container .honbun {
        margin-top: 10px;
        padding: 0 15px;
        letter-spacing: 0;
    }
    #kousen .container figure {
        margin-top: 30px;
        padding-left: 10px;
    }
    #rec .container {
        padding-top: 0;
    }
    #rec h2 {
        font-size: 28px;
        letter-spacing: 3px;
        padding: 5px;
    }
    #rec h2::before {
        border-width: 10px 20px 0 20px;
        left: 15%;
    }
    .ikeda-box {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .ikeda-img {
        width: 65%;
    }
    .ikeda-text p.orange:nth-of-type(1) {
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
    }
    .ikeda-text p.orange:nth-of-type(2) {
        font-size: 41px;
        text-align: center;
        line-height: 1;
        margin-bottom: 10px;
    }
    .ikeda-text p.ikeda-black {
        padding: 0 15px;
        letter-spacing: 0;
        line-height: 1.8;
    }
    .ikeda-text p.ikeda-black:nth-of-type(7) {
        font-size: 16px;
    }
    #feature .container {
        padding-top: 0;
    }
    #feature h2 {
        font-size: 28px;
        letter-spacing: 3px;
        padding: 5px;
    }
    #feature h2::before {
        border-width: 10px 20px 0 20px;
        left: 15%;
    }
    .feature-box {
        margin-top: 30px;
    }
    .f-text {
        width: 100%;
        padding: 0 15px;
    }
    .f-text .orange {
        font-size: 24px;
        text-align: center;
        letter-spacing: 2px;
    }
    .f-img {
        width: 100%;
    }
    .f-text .sub {
        margin: 5px 0;
        font-size: 18px;
        text-align: center;
    }
    .feature-list {
        margin-bottom: 25px;
    }
    .ne-text1 {
        height: 400px;
        background: url('images/sp-bg-img-neshisei.png') center center no-repeat;
        background-size: cover;
    }
    .ne-text1 .container {
        padding: 15px;
    }
    .ne-text1 p {
        font-size: 16px;
    }
    .ne-text2 .container {
        font-size: 16px;
        padding-bottom: 60px;
    }
    #youtuber .container {
        padding: 30px 15px;
    }
    #youtuber .container h2 {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }
    #youtuber p {
        font-size: 18px;
    }
    #youtuber .orange {
        font-size: 51px;
    }
    #youtuber .kg.orange {
        font-size: 18px;
    }
    .youtuber {
        width: 80%;
        height: 180px;
		margin-top: 20px;
    }
    #voice .container {
        padding-top: 0;
    }
    #voice h2 {
        font-size: 28px;
        letter-spacing: 0px;
        padding: 5px;
    }
    #voice h2::before {
        border-width: 10px 20px 0 20px;
        left: 15%;
    }
    .voice-box {
        margin-top: 40px;
        padding: 0 15px;
    }
    .voice-list {
        border-radius: 10px;
        padding: 40px 10px 10px;
    }
    .voice-icon {
        width: 60px;
        height: 60px;
        top: -26px;
    }
    .bg-orange {
        font-size: 12px;
        top: 10px;
        left: 90px;

    }
    .bg-orange span {
        padding: 1px 5px;
    }
    .voice-list:not(:nth-of-type(4)) {
        margin-bottom: 40px;
    }
    #media .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    #system .container {
        padding: 30px 15px;
    }
    #system h2 {
        margin-bottom: 30px;
    }
    .sarani2 {
        width: 50%;
    }
    #system p {
        margin-bottom: 10px;
    }
    #quality .container {
        padding-top: 0;
    }
    #quality .container .honbun {
        padding: 0 15px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .img-quality {
        padding: 0 15px;
    }
    #reason .container {
        padding-top: 0;
        padding: 0 15px 1px;
    }
    #reason h2 {
        margin-bottom: 20px;
    }
    .reason-box {
        padding: 10px 10px 20px;
        margin-bottom: 10px;
    }
    .reason-box .orange {
        font-size: 20px;
    }
    .reason-box .orange .r-rarge {
        font-size: 27px;
    }
    .reason-box .orange .r-number {
        font-size: 40px;
        margin-right: 30px;
    }
    .reason-box .orange .r-number:last-child {
        margin-right: 70px;
    }
    .faq-box p span {
        font-size: 16px;
        margin-right: 10px;
    }
    .q-box,
    .a-box {
        padding-right: 10px;
        padding-left: 10px;
    }
    .a-box {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .q-box p {
        font-size: 14px;
    }
    .a-box p {
        font-size: 14px;
        display: flex;
    }
    #faq .sehin-shiyou h2 {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 20px;
        letter-spacing: 2px;
        padding: 3px 15px;
        border: 2px solid #000;
    }
    .img-shiyou {
        margin-bottom: 0;
    }
    .pro-name-box {
        display: block;

    }
    .pro-name {
        width: 100%;
        font-size: 20px;
        padding: 5px;
    }
    .pro-name-box p:nth-of-type(2) {
        margin-left: 0;
        letter-spacing: 0;
        text-align: center;
        padding: 10px;
        border: none;
        width: 100%;
    }
    .shiyou-table table tbody tr td {
        display: block;
        border: none;
        font-size: 20px;
    }
    .shiyou-table table tbody tr td:first-child {
        width: 100%;
    }
    .shiyou-table table tbody tr td:last-child {
        text-align: center;
        font-size: 16px;
        padding-left: 15px;
    }
    .shiyou-table table tbody tr:last-child td:last-child {
        font-size: 16px;
    }
    #last .container {
        padding-top: 0;
    }
    #try p {
      font-size: 15px;
    }


}

.unei {
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  padding: 50px 0;
  background-color: #333;
  color: #fff;
  margin-bottom: 100px;

}
