.blue{
    background: #7496B7!important;
    color: #fff;
}

/* -------- KV ---------*/

.article-wrap{
    width: 100%;
    margin: 0 auto;
}
.rank-ttl p,.compair-ttl p{
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
}
.rank-ttl span{
    width: 61%;
    display: block;
    margin: -4px auto;
}
.compair-ttl span{
    width: 65%;
    display: block;
    margin: 0px auto;
}
.i-ranking{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 32px;
    padding: 60px 16px 0 16px;
}
.rank-box{
    border: solid 1px #A0A0A0;
    position: relative;
}
.one-column{
    grid-column: span 2 / span 2;
    text-align: center;
    height: 160px;
}
.two-column,.last-box{
    grid-row: span 2 / span 2;
    margin-top: -6px;
}
h2.common-ttl{
    background: #124B8E;
    color: #fff;
    text-align: center;
    height: 76px;
    line-height: 76px;
    font-size: 2rem;
}
.rank-box h3{
    background: #7496B7;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    letter-spacing: 0rem;
}
.rank-box h4{
    text-align: center;
}
.r-txt-inner{
    padding: 16px 16px 24px 16px;
}
.rank-ico,.rank-ico01{
    position: absolute;
    width: 40px;
    top: -46px;
}
.rank-ico{
    left: 62px;
}
.rank-ico01{
    left: 156px;
}
.lead-ico{
    width: 112px;
    margin:  24px auto;
    display: block;
}
.txt-lead{
    font-weight: 600;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 32px;
}
.site-intro{
    background: #EAEFF5;
    padding: 0px 16px;
    position: relative;
}
.site-intro:first-of-type{
    padding: 24px 16px 16px;
}
.site-intro:last-of-type{
    padding: 16px 16px 24px;
}
.site-inner{
    background: #fff;
    position: relative;
}
.site-inner h3{
    background: #7496B7;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    height: 48px;
    line-height: 48px;
}
.site-overview{
    padding: 24px 16px 0 16px;
}
.site-detail{
    padding: 0px 0px 20px 0px;
    background: #eaeff5;
    margin: 20px 16px 16px 16px;;
}
.rate-box{
    margin: 12px 0 24px;
}
.rate-box p{
    font-weight: bold;
    font-size:1.5rem;
}
.site-point{
    position: relative;
    padding: 24px 16px 0 16px;
}
.index-point{
    background: #124b8e;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.top-ico02{
    width: 30px;
    position: absolute;
    left: 0px;
    top: 24px;
    z-index: 100;
}
.site-point ul{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 8px;
}
.site-point li{
    background: #fff;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    padding-left: 44px;
    font-size: 1.5rem;
    /* margin-bottom: 8px; */
    position: relative;
}
.site-point li::before{
    content: "";
    background: url(../img/index/check.svg) no-repeat center;
    width: 34px;
    height: 34px;
    display: inline-block;
    background-size: 60%;
    position: absolute;
    left: 8px;
    top: 4.5px;
}
.site-point li:last-child{
    margin-bottom: 0px;
}
.forte-cat{
    margin: 20px 0;
}
.forte-cat h4{
    margin-bottom: 8px;
    height: 28px;
    line-height: 28px;
}
.forte-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 4px;
}
.forte-cat01,.forte-cat02,.forte-cat03,.forte-cat04,.forte-cat05,.forte-cat06,.forte-cat07,.forte-cat08{
    background: #fff;
    text-align: center;
    font-size: 1.4rem;
    height: 36px;
    line-height: 36px;
}
.site-comment{
    background: #fff;
    padding: 24px 20px;
    display: flex;
    flex-wrap: wrap;
}
.top-ico03{
    width: 64px;
    background: #eaeff5;
    border-radius: 50%;
    padding: 14px;
    display: block;
    margin: 0px auto 8px;
}
.site-comment h4{
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: 4px;
}
.site-reviews{
    padding: 0px 16px 20px 16px;
}
.site-reviews h4{
    font-size: 1.8rem;
    padding-left: 16px;
    margin-bottom: 8px;
}
.site-reviews-box{
    background: #F2F2EB;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
}
.site-reviews-box > div:first-of-type{
    margin-bottom: 12px;
}
.site-reviews-inner{
    background: #fff;
    padding: 20px;

}
.site-reviews-info{
    display: flex;
    margin:0px 0 12px 0;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px 0 0;
}
.site-reviews-txt{
    text-align: right;
    margin-top: 12px;
}
.site-reviews-txt h5{
    font-size: 1.8rem;
    height: 24px;
    line-height: 26px;

}
.voice-ico{
    width: 28%;
}
.ctaArea{
    padding-bottom: 6px;
}
.ctaArea a{
    background: #22B1AB;
    max-width: 55%;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 48px;
    line-height: 52px;
    color: #fff;
    font-size: 1.7rem;
    border-radius: 80px;
    box-shadow: 0px 4px 0px 0px rgba(35, 136, 131, 1);
}
.ctaArea img{
    width: 1px;
    height:1px;
} 
a.detail-button{
    line-height: 42px;
    background: #f1f1f1;
    color: #000000;
    border: 1px solid #a3a3a3;
    box-shadow: 0px 3px 0px 0px rgb(158 158 158);
    height: 40px;
    margin-top: 6px;
    font-size: 1.6rem;
    margin-bottom: 12px;
}

@media screen and (min-width: 780px) {
    .pc-main{
        background: url(../img/index/pc-bg02.jpg) top;
    }
    .fv-inner{
        width: 1040px;
        margin: 0 auto;
    }
    .article-wrap {
      width: 800px;
      margin: 0 auto;
    }
    .rank-ttl span{
        width: 32%;
        margin: -8px auto;
    }
    .compair-ttl span{
        width: 32%;
        display: block;
        margin: 0px auto;
    }
    .i-ranking{
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin-bottom: 40px;
        padding: 80px 0px 0 0px;
        grid-template-rows: repeat(1, 1fr);
    }
    .one-column{
        grid-column: unset;
        text-align: left;
        height: auto;
    }
    h2.common-ttl{
        height: 88px;
        line-height: 88px;
        font-size: 2.4rem;
    
    }
    .rank-box h3{
        font-size: 1.8rem;
        height: 56px;
        line-height: 56px;
    }
    .two-column,.last-box{
        margin-top: 0px;
        grid-row: unset;
    }
    .r-txt-inner{
        padding: 24px 32px;
    }
    .rank-ico,.rank-ico01{
        left: 104px;
        width: 48px;
        top: -56px;
    }
    .site-intro{
        padding: 0px 40px;
    }
    .site-intro:first-of-type{
        padding: 48px 40px 0;
    }
    .site-intro:last-of-type{
        padding: 0 40px 40px;
    }
    .site-point{
        padding: 24px 32px 0 32px;
    }
    .site-point ul{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
    }
    .site-comment h4{
        text-align: left;
    }
    .top-ico02{
        left: 18px;
    }
    .top-ico03{
        height: 64px;
        margin-right: 20px;
        margin-top: 4px;
    }
    .site-detail {
        padding: 0px 0px 32px 0px;
        margin: 20px 40px 16px 40px;
    }
    .site-inner h3{
        font-size: 2rem;
        height: 60px;
        line-height: 60px;
    }
    .site-overview{
        padding: 48px 40px 0 40px;
    }
    .rate-box{
        margin: 24px 0 32px;
    }
    .site-comment{
        flex-wrap: nowrap;
        padding: 24px;
    }
    .site-reviews {
        padding: 0px 40px 28px 40px;
    }
    .site-reviews h4 {
        padding-left: 32px;
    }
    .site-reviews-inner{
        width: 49%;
    }
    .site-reviews-box {
        padding: 32px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .site-reviews-box > div:first-of-type{
        margin-bottom: 0px;
    }
    .ctaArea {
        padding-bottom: 48px;
    }
    .carArea{
        max-width: 38%;
        height: 52px;
        line-height: 56px;
    }    
  }

  /* -------- 診断フォーム ---------*/

    .diagnosis{
        background:#eaeff5;
        padding: 20px 20px 32px 20px;;
    }
    .diagnosis-inner{
        background: #fff;
        margin-top: -88px;
        z-index: 10;
        position: relative;
    }
    .ico-seconds{
        max-width: 160px;
        position: absolute;
        top: -20px;
        left: 96px;
    }
    .diagnosis h2{
        text-align: center;
        font-size: 2.7rem;
        padding: 32px 0;
        height: 88px;
        line-height: 40px;
    }
    .diagnosis h3{
        height: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .diagnosis h4{
        font-size: 1.5rem;
        font-weight: 400;
        height: 16px;
        line-height: 16px;
        margin: 16px 0 8px;
    }
    .first-ico{
        position: absolute;
        max-width: 68px;
        right: -8px;
        top: -36px;
    }
    .diagnosis-form{
        padding: 0 20px 24px;
    }
    .diagnosis-grid2{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 8px;
        margin-bottom: 12px;
    }
    .diagnosis-grid3{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 8px;
        margin-bottom: 12px;
    }
    .select-box{
        border: solid 1px #c5c5c5;
        padding: 1px 8px;
    }
    .prefecture-box{
        margin-bottom: 12px;
    }
    .diagnosis-button{
        margin: 16px 0 8px;
    }
    .diagnosis-button a{
        background: #22B1AB;
        max-width: 58%;
        display: block;
        margin: 0 auto;
        text-align: center;
        height: 44px;
        line-height: 48px;
        color: #fff;
        font-size: 1.8rem;
        border-radius: 80px;
        box-shadow: 0px 4px 0px 0px rgba(35, 136, 131, 1);
    }
    label{
        font-size: 1.4rem;
    }
    .select-box.active{
        background: #EAEFF5;
        font-weight: bold;
    } 
    /* input:checked + label[for] {
        background-image: url(../img/common/radio-button.svg);
    }   */
    @media screen and (min-width: 780px) {
        .diagnosis {
        padding: 20px 40px 48px 40px;
        }
        .diagnosis-inner {
        margin-top: 40px;
        }
        .diagnosis-form {
        padding: 0 40px 48px;
        }
        .ico-seconds{
        left: 39%;
        }
        .diagnosis h2 {
        height: 96px;
        line-height: 56px;   
        }
        .diagnosis-button{
        margin: 32px 0 8px;
        }
        .diagnosis-button a{
        max-width: 38%;
        height: 52px;
        line-height: 56px;
        }
    }


  /* -------- 星 ---------*/

  .star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    font-size: 1.8rem;
    margin-left: 8px;
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */


  /* -------- 比較表 ---------*/

.index-compair{
    margin-bottom: 32px;
}

.compair-table-wrap{
    padding: 0px 16px 32px 16px;
    overflow-x: scroll;
}  
.compair-table{
    width: 100%;
    white-space: nowrap;
}
.compair-table img{
    width: 24px;
    display: block;
    margin: 0 auto 4px;
}
.compair-btn a{
    padding: 0 14px;
    background: #22B1AB;
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 80px;
    box-shadow: 0px 4px 0px 0px rgba(35, 136, 131, 1);  
}
.compair-btn img{
    width: 1px;
    height: 1px;
}
table , td, th {
	border: 1px solid #A0A0A0;
	border-collapse: collapse;
}
td, th {
	padding: 20px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
}
.lightblue{
    /* background: #c4d3e2; */
    background: #f8f8f4;
}
th {
    padding: 4px 32px;
	background: #EAEFF5;
}
.even {
	background: #fff;
}
.odd {
	background: #fff;
}
@media screen and (min-width: 780px) {
    .compair-table-wrap{
        padding: 0px 0px 40px 0px;
        overflow-x: scroll;
    } 
}

  /* -------- お役立ち ---------*/

.archive-box{
    padding: 8px 20px 48px;
    background: #EAEFF5;
    position: relative;
}
.archive-box h3{
    font-size: 2rem;
    padding-bottom: 20px;
}
.top-ico04{
    position: absolute;
    width: 160px;
    right: 16px;
    top: -32px;
}
.archive-wrap{
    position: relative;
}
.archive-list{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
}
.archive-list > div{
    min-width: 62%;
    padding-right: 12px;
}
.archive-list p{
    margin-top: 8px;
    width: 90%;
    line-height: 20px;
}
@media screen and (min-width: 780px) {
    .archive-list{
        overflow-x: unset;
    }
    .archive-box{
        padding: 8px 40px 48px;
    }
    .top-ico04{
        top: -16px;
    }
    .archive-list > div{
        min-width: 34%;
        padding-right: 20px;
    }
}

  /* -------- 条件から選ぶ ---------*/

.select-wrap{
    padding: 32px 20px 40px;
}

.select-wrap h3{
    font-size: 1.8rem;
    margin-bottom: 12px;
}
.select-list,.select-list4{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}
.select-list4{
    grid-template-rows: repeat(4, 1fr);  
    margin-bottom: 0px;   
}
.select-info-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select-info-box img{
    background: #eaeff5;
    border-radius: 100%;
    width: 20.573%;
}
.select-info-box > div{
    width: 73%;
}
.select-info-box h4{
    font-size: 1.8rem;
}
.select-info-box p{
    height: 20px;
}
@media screen and (min-width: 780px) {
    .select-wrap{
        padding: 32px 40px 48px;
    }
    .select-wrap h3{
        font-size: 1.8rem;
        margin-bottom: 16px;
    }
    .select-list,.select-list4{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
    .select-info-box h4{
        font-size: 1.8rem;
    }   
}

  /* -------- タブ切り替え　---------*/

  .tabArea{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0px;
    margin-bottom: 40px;
  }
  .tab {
    background-color: #C2D3E3;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
  }

  .tab.active {
    background-color: #134B8E;
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

  /* 別デザイン　タブ切り替え　*/

  .site-point-tab,
  .site-point-tab02,
  .site-point-tab03,
  .site-point-tab04,
  .site-point-tab05,
  .site-point-tab06,
  .site-point-tab07,
  .site-point-tab08,
  .site-point-tab09,
  .site-point-tab10,
  .site-point-tab11,
  .site-point-tab12,
  .site-point-tab13,
  .site-point-tab14,
  .site-point-tab15 {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
}

.site-point-tab > label,
.site-point-tab02 > label,
.site-point-tab03 > label,
.site-point-tab04 > label,
.site-point-tab05 > label,
.site-point-tab06 > label,
.site-point-tab07 > label,
.site-point-tab08 > label,
.site-point-tab09 > label,
.site-point-tab10 > label,
.site-point-tab11 > label,
.site-point-tab12 > label,
.site-point-tab13 > label,
.site-point-tab14 > label,
.site-point-tab15 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #124b8f;
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
}

.site-point-tab > label:hover,
.site-point-tab02 > label:hover,
.site-point-tab03 > label:hover,
.site-point-tab04 > label:hover,
.site-point-tab05 > label:hover,
.site-point-tab06 > label:hover,
.site-point-tab07 > label:hover,
.site-point-tab08 > label:hover,
.site-point-tab09 > label:hover,
.site-point-tab10 > label:hover,
.site-point-tab11 > label:hover,
.site-point-tab12 > label:hover,
.site-point-tab13 > label:hover,
.site-point-tab14 > label:hover,
.site-point-tab15 > label:hover{
    opacity: .8;
}

.site-point-tab input,
.site-point-tab02 input,
.site-point-tab03 input,
.site-point-tab04 input,
.site-point-tab05 input,
.site-point-tab06 input,
.site-point-tab07 input,
.site-point-tab08 input,
.site-point-tab09 input,
.site-point-tab10 input,
.site-point-tab11 input,
.site-point-tab12 input,
.site-point-tab13 input,
.site-point-tab14 input,
.site-point-tab15 input {
    display: none;
}

.site-point-tab > div,
.site-point-tab02 > div,
.site-point-tab03 > div,
.site-point-tab04 > div,
.site-point-tab05 > div,
.site-point-tab06 > div,
.site-point-tab07 > div,
.site-point-tab08 > div,
.site-point-tab09 > div,
.site-point-tab10 > div,
.site-point-tab11 > div,
.site-point-tab12 > div,
.site-point-tab13 > div,
.site-point-tab14 > div,
.site-point-tab15 > div {
    display: none;
    width: 100%;
    padding: 24px 16px 0 16px;
    background-color: #eaeff6;
}

.site-point-tab label:has(:checked),
.site-point-tab02 label:has(:checked),
.site-point-tab03 label:has(:checked),
.site-point-tab04 label:has(:checked),
.site-point-tab05 label:has(:checked),
.site-point-tab06 label:has(:checked),
.site-point-tab07 label:has(:checked),
.site-point-tab08 label:has(:checked),
.site-point-tab09 label:has(:checked),
.site-point-tab10 label:has(:checked),
.site-point-tab11 label:has(:checked),
.site-point-tab12 label:has(:checked),
.site-point-tab13 label:has(:checked),
.site-point-tab14 label:has(:checked),
.site-point-tab15 label:has(:checked)  {
    background-color: #eaeff6;
    border-color: #18477f;
    border-top: solid 6px #104b8e;
    border-width: 6px 0px 0px;
    border-radius: 0px;
    color: #000000;
    font-weight: bold;
    height: 60px;
    line-height: 50px;
}

.site-point-tab label:has(:checked) + div,
.site-point-tab02 label:has(:checked) + div,
.site-point-tab03 label:has(:checked) + div,
.site-point-tab04 label:has(:checked) + div,
.site-point-tab05 label:has(:checked) + div,
.site-point-tab06 label:has(:checked) + div,
.site-point-tab07 label:has(:checked) + div,
.site-point-tab08 label:has(:checked) + div,
.site-point-tab09 label:has(:checked) + div,
.site-point-tab10 label:has(:checked) + div,
.site-point-tab11 label:has(:checked) + div,
.site-point-tab12 label:has(:checked) + div,
.site-point-tab13 label:has(:checked) + div,
.site-point-tab14 label:has(:checked) + div,
.site-point-tab15 label:has(:checked) + div  {
    display: block;
}
@media screen and (min-width: 780px) {
    .site-point-tab > div,
    .site-point-tab02 > div,
    .site-point-tab03 > div,
    .site-point-tab04 > div,
    .site-point-tab05 > div,
    .site-point-tab06 > div,
    .site-point-tab07 > div,
    .site-point-tab08 > div,
    .site-point-tab09 > div,
    .site-point-tab10 > div,
    .site-point-tab11 > div,
    .site-point-tab12 > div,
    .site-point-tab13 > div,
    .site-point-tab14 > div,
    .site-point-tab15 > div {
        padding: 24px 32px 0 32px;
    }
}

/* -------- レーダーチャート　---------*/

.rader-wrap{
    background: #fff;
    padding: 24px 0;
    margin-bottom: 20px;
}
.radar-chart-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 192px;
    height: 192px;
    margin: 0px auto;
    padding: 24px;
    box-sizing: content-box;
}

.radar-chart-3 svg {
    width: 100%;
    height: 100%;
}

.radar-chart-3 dl {
    position: absolute;
    width: 100%;
    height: 100%;
}

.radar-chart-3 dl > div {
    position: absolute;
    color: #000;
    text-align: center;
}
.radar-chart-3 dt {
    font-size:1.4rem;
}

.radar-chart-3 dl > div:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.radar-chart-3 dl > div:nth-child(2) {
    top: 24%;
    right: 10%;
    transform: translateX(50%);
}

.radar-chart-3 dl > div:nth-child(3) {
    bottom: 24%;
    right: 10%;
    transform: translateX(50%);
}

.radar-chart-3 dl > div:nth-child(4) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.radar-chart-3 dl > div:nth-child(5) {
    bottom: 24%;
    left: 10%;
    transform: translateX(-50%);
}

.radar-chart-3 dl > div:nth-child(6) {
    top: 24%;
    left: 10%;
    transform: translateX(-50%);
}

.radar-chart-3 dd {
    margin: 0;
}
.site-outline{
    background: #fff;
    padding: 24px 20px 24px;
}
.site-outline h4{
    text-align: center;
}
.site-outline dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 12px 0 0;
    align-items: center;
}
.site-outline dt,.site-outline dd{
    width: 40%;
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
    background: #eaeff6;
    border-top: solid 1px #a0a0a0;
    padding-left: 8px;
}
.site-outline dt{
    border-right: solid 1px #a0a0a0;
    width: 40%;
}
.site-outline dd{
    width: 60%;
    background: #fff;
}
.border-bol{
    border-bottom: solid 1px #a0a0a0;
}


@media screen and (min-width: 780px) {
    .radar-chart-3 {
        width: 256px;
        height: 256px;
        padding: 24px;
    }
    .site-outline {
        background: #fff;
        padding: 32px 32px 32px;
    }
}
/*追加CSS*/
.site_mainIMG a img:nth-child(1){
	width: 100%;
}
.site_mainIMG img:nth-child(2){
	width:1px;
	height:1px;
}
@media screen and (min-width: 780px) {
    .site_mainIMG a img:nth-child(1){
        width: 100%;
        max-width: 320px;
        display: block;
        margin: 0 auto;
    }
}
label{
    font-size: 1.4rem;
    display: block;
    border: solid 1px #c5c5c5;
    padding: 3px 8px 4px;
}
input:checked + label{
    content: "";
    width: 100%;
    height: 100%;
    background: #EAEFF5;
    font-weight: bold;
}
select.feas_term_dropdown{
    font-size: 1.4rem;
    display: block;
    border: solid 1px #c5c5c5;
    padding: 3px 8px 4px;
	width: 100%;
}
.diagnosis-button input[type="submit"] {
    background: #22B1AB;
    max-width: 75%;
    display: block;
    margin: 0 auto;
	padding: 0 60px;
    text-align: center;
    height: 50px;
    line-height: 48px;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 80px;
    box-shadow: 0px 4px 0px 0px rgba(35, 136, 131, 1);
}
.NoForm .feas_clevel_01{
    display: none;
}

.FormWrap.active{
    background: #EAEFF5;
}

input[type="radio"] {

}

.checkLabel,
label.feas_clevel_02
{
    position: relative;
}
.checkInput:checked + span:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #007acc29;
    color: #fff;
    font-weight: bold;
}

.NoForm .feas_clevel_02 input[type="radio"]:checked + span:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #007acc29;
    color: #fff;
    font-weight: bold;
}

