@charset "UTF-8";


@font-face {
    font-family: 'NotoLighter';
    src: url(../font/NotoSansCJKjp-Thin.otf);
    font-weight: lighter;
}

h2::before {
    font-family: Oswald;
    font-weight: 500;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: nomal;
    font-size: max(14px,1.6rem);
    color: #333;
    line-height: 1.5em;
}

.body__inner {
    overflow-x: hidden;
    position: relative;
}

.only-pc {
    display: block !important;
}

.only-sp {
    display: none !important;
}
.only-sp-400 {
    display: none !important;
}

@media screen and (max-width:1350px) {
    html {
        font-size: .8vw;
    }
}

@media only screen and (min-width:751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

@media only screen and (max-width:750px) {
    html {
        font-size: 1.65vw;
    }

    .only-pc {
        display: none !important;
    }

    .only-sp {
        display: block !important;
    }

    #index a:hover {
        opacity: 1;
    }
}
@media only screen and (max-width:400px) {
    .only-sp-400 {
        display: block !important;
    }
}



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

  #simulation

------------------------------------------*/
#simulation{
    padding: 4rem 4% 6rem;
}
#simulation .--question{
    display: block!important;
}
#simulation.--active .--question{
    display: none!important;
}
#simulation .--result{
    display: none!important;
}
#simulation.--active .--result{
    display: block!important;
}
.inner{
    max-width: 750px;
    width: 100%;
    margin: auto;
}
#simulation h2{
    font-size: max(30px,3.6rem);
    font-weight: bold;
    color: #1d4380;
    text-align: center;
    line-height: 1.2em;
    margin: 0 0 4rem;
}
#simulation h2 small{
    font-size: max(14px,1.4rem);
    color: #7390bf;
    letter-spacing: .5em;
    display: block;
    font-weight: normal;
}
#simulation h2 span{
    font-size: max(16px,1.8rem);
    display: inline-block;
    background-color: #1d4380;
    border-radius: 100px;
    padding: 0 3rem .2rem;
    margin: 1rem 0 0;
    color: #fff;
    line-height: 2em;
    letter-spacing: 0.1em;
}
#simulation .simulation__txt{
    margin: 0 0 4rem;
}
#simulation .simulation__day{
    margin: 0 0 .5rem;
    font-size: max(14px,1.4rem);
    text-align: right;
}
#simulation .simulation__txt b{
    color: #1d4380;
    /* background: linear-gradient(transparent 80%, #ffde3e 20%); */
}
#simulation .simulation__txt small{
    display: block;
    padding: 0 0 0 1em;
    position: relative;
    /* color: #dc384f; */
    color: #1d4380;
    font-size: max(12px,1.4rem);
}
#simulation .simulation__txt small::before{
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
#simulation .simulation__link{
    color: #1d4380;
    text-decoration: underline;
    position: relative;
    margin: 1rem 0 0;
    display: inline-block;
}
#simulation .simulation__link::after{
    content: "";
    background-image: url("../img/icon-pdf.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    min-width: 14px;
    min-height: 14px;
    display: inline-block;
    margin: 0 .5rem -.35rem;
}

#simulation table{
    width: 100%;
    vertical-align: top;
}
#simulation table th,
#simulation table td{
    padding: 3rem 2rem;
}
#simulation table tr th{
    width: 30%;
    color: #1d4380;
}
#simulation table tr th span{
    display: inline-block;
}
#simulation table tr td{
    width: 70%;
    border-left: 1px dashed #fff;
}
#simulation table tr th{
    width: 30%;
}
#simulation.--active table tr th:nth-child(1){
    width: 20%;
}
#simulation.--active table tr td:nth-child(2){
    width: 45%;
}
#simulation.--active table tr td:nth-child(3){
    width: 35%;
}
#simulation table tr:nth-child(2n-1) th,
#simulation table tr:nth-child(2n-1) td{
    background-color: #edf5ff;
}
#simulation table tr:nth-child(2n) th,
#simulation table tr:nth-child(2n) td{
    background-color: #c1daf7;
}
#simulation.--active table tr.--result{
    display: table-row!important;
}
#simulation.--active table th.--result,
#simulation.--active table td.--result{
    display: table-cell!important;
}
#simulation table tr:first-child th{
    background-color: #1d4380;
    color: #fff;
    padding: 1rem;
    border-left: 1px solid #ddd;
    text-align: center;
}
#simulation table tr:first-child th:first-child{
    border-left: 0;
}
#simulation table tr:first-child th{
    background-color: #1d4380;
    color: #fff;
    padding: 1rem;
}

#simulation select{
    border: 1px solid #aaa;
    color: #333;
    padding: 1rem;
    width: 100%;
    cursor: pointer;
    background-color: #fff;
    display: inline-block;
    max-width: 300px;
    width: 100%;
}
#simulation select:checked {
    background-color: #fffddb;
}
#simulation select option[disabled] {
    display: none;
  }
#simulation .simulation__flex{
    display: flex;
    align-items: center;
    gap: 2rem;
}
#simulation .simulation__flex select{
    max-width: 200px;
    width: 50%;
}
#simulation table p em{
    display: block;
    font-style: normal;
    padding: 0 0 0 1em;
    position: relative;
    color: #1d4380;
}
#simulation table p em:before{
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

#simulation .simulation__error{
    display: none;
    color: #fff;
    background-color: #c00;
    position: relative;
    padding: .2rem 2em;
    margin: 1rem 0 0;
}
#simulation .simulation__error::before{
    content: "※";
    position: absolute;
    top: .2rem;
    left: 1em;
}

#simulation .btn{
    padding: 3rem;
    font-weight: bold;
    font-size: max(16px,1.8rem);
    text-align: center;
    border-radius: .5rem;
    max-width: 300px;
    width: 100%;
    box-shadow: 0 0 1rem rgba(0,0,0,.2);
    margin: 4rem auto 0;
    background-color: #1d4380;
    color: #fff;
    letter-spacing: .1em;
    display: block;
    position: relative;
}
#simulation .btn#closeButton{
    background-color: #aaa;
    border-radius: 100px;
    padding: .5rem;
    margin: 0 0 2rem auto;
    width: 13rem;
    min-width: 80px;
    font-size: max(12px,1.4rem)
}
#simulation .btn::before{
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}
#simulation .btn#questionButton::before{
    background-image: url("../img/icon_diagnosis.svg");
    width: 3rem;
    height: 3rem;
}
#simulation .btn#closeButton::before{
    background-image: url("../img/icon_close.svg");
    width: 2rem;
    height: 2rem;
    min-width: 13px;
    min-height: 13px;
}
#simulation .btn.--result::before{
    background-image: url("../img/icon_reset.svg");
    width: 2.2rem;
    height: 2.2rem;
}

#simulation .caution{
    padding: 2rem;
    background-color: #ffe9e9;
    margin: 4rem 0 2rem;
}
#simulation .caution.--big{
    background-color: #edf5ff;
}
#simulation .caution b{
    color: #c00;
    margin: 0 0 1rem;
    display: inline-block;
    letter-spacing: .2em;
    padding: 0 0 0 1em;
}
#simulation .caution ul li{
    color: #c00;
    padding: 0 0 0 1em;
    position: relative;
    font-size: max(14px,1.4rem);
}
#simulation .caution.--big ul li{
    text-align: center;
    font-size: max(18px,2rem);
    padding: 0;
    line-height: 1.5em;
}
#simulation .caution ul li b{
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    border-bottom: 2px dotted;
}
#simulation .caution:not(.--big) ul li::before{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
#simulation .caution ul li small{
    display: block;
    padding: 0 0 0 1em;
    position: relative;
    font-size: max(14px,1.4rem);
}
#simulation .caution ul li small::before{
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}


@media screen and (max-width: 750px) {
    #simulation table th,
    #simulation table td{
        padding: 2rem 1rem;
    }
    #simulation .caution.--big ul li{
        text-align: left;
    }
}