@charset "utf-8";

#cTest{
    max-width: 950px;
    margin: 0 auto;
}
#cTest *{
    box-sizing: border-box;
}
#cTest .cTestWrap{
    max-width: 845px;
    margin: 0 auto;
}

#cTest .topText{
    margin-top: 15px;
    font-size: 1.6rem;
}


#cTest .testStandard{
    margin-top: 40px;
}
#cTest .testStandard_title{
    background-color: #5c5f63;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    width: 260px;
    height: 40px;
    border-radius: 6px;
    margin: 0 auto 8px;
    position: relative;
}
#cTest .testStandard_title::before,#cTest .testStandard_title::after{
    content: "";
    position: absolute;
    border-radius: 5px;
    height: 10px;
    width: 10px;
    background-color: #ffffff;
}
#cTest .testStandard_title::before{
    left: 10px;
}
#cTest .testStandard_title::after{
    right: 10px;
}
#cTest .testStandard_title >h2{
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.06em;
}
#cTest .testStandard_table{
    width: calc(100% + 16px);
    margin-left: -8px;
    border-spacing: 8px 2px;
}
#cTest .testStandard_table tr{
    background-color: #7cd2f5;;
    font-size: 1.2rem;
}
#cTest .testStandard_table th,#cTest .testStandard_table td{
    width: calc(100% / 4);
}
#cTest .testStandard_table th{
    text-align: center;
    border: 1px solid #0063b1;
    border-radius: 5px 5px 0 0;
    padding: 5px;
}
#cTest .testStandard_table td{
    border: 1px solid #0063b1;
    border-radius: 0 0 5px 5px;
    padding: 10px 5px;
}
#cTest .testStandard_table tr th:nth-of-type(n+3),#cTest .testStandard_table tr td:nth-of-type(n+3){
    background-color: #cccdcf;
    border-color:#5c5f63;
}
#cTest .testStandard_table th:last-child{
    background-color: red;
}
#cTest .testStandard_table .testStandard_table_other{
    border-radius: 5px;
    font-size: 2.3rem;
}
#cTest .testStandard_dealingWith{
    font-size: 1.2rem;
    border: 1px solid #231815;
    border-radius: 5px;
    margin-top: 3px;
    padding: 5px 10px;
}
#cTest .testStandard_dealingWith p:first-of-type{
    font-weight: bold;
}


#cTest .anchorBtn{
    margin-top: 50px;
}
#cTest .anchorBtn_clickText{
    color: #a0a0a5;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
}
#cTest .anchorBtn_clickText::before{
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #a0a0a5;
}
#cTest .anchorBtn_clickText::after{
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #a0a0a5;
}
#cTest .anchorBtn_clickText > p{
    display: block;
    white-space: nowrap;
    margin: 0 10px;
}
#cTest .anchorBtn > .standard_column{
    margin-top: 25px;
    text-align: center;
}
#cTest .anchorBtn_item{
    width: 100%;
    border: 1px solid #007580;
}
#cTest .anchorBtn_item:last-child{
    margin-left: 18px;
}
#cTest .anchorBtn_item > a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    padding: 15px 10px 38px 10px;
    position: relative;
    color: #007580;
}
#cTest .anchorBtn_item > a::after{
    content: '';
    width: 24px;
    height: 24px;
    border-right: solid 3px #007580;
    border-bottom: solid 3px #007580;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
}


#cTest .facility{
    margin-top: 50px;
}
#cTest .facility_leftBox{
    background-color:#f8f3f9;
    background-image: url(../isg/img/standard/cTest_facility_bg01.png);
    background-size: cover;
    width: 50%;
}
#cTest .facility_rightBox{
    background-color:#eef8f9;
    background-image: url(../isg/img/standard/cTest_facility_bg02.png);
    background-size: cover;
    width: 50%;
}
#cTest .facility_title{
    color: #fff;
    border-radius: 0 30px 30px 0;
    display: inline-block;
    padding: 5px 25px;
    margin-top: 14px;
}
#cTest .facility_leftBox > .facility_title{
    background-color:#af8cc8;
    font-size: 2.3rem;
}
#cTest .facility_rightBox > .facility_title{
    background-color:#50bebe;
    font-size: 2rem;
}
#cTest .facility_rightBox{
    padding-right: 20px;
    margin-left: 18px;
}
#cTest .facility_rightBox .standard_column{
    align-items: flex-end;
}
#cTest .facility_inner-01{
    margin-top: 58px;
}
#cTest .facility_inner-02{
    margin-top: 42px;
}
#cTest .facility_rightBox_text{
    max-width: 202px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding: 18px 15px;
    background-color: #cfeded;
    position: relative;
}
#cTest .facility_rightBox_text div > p{
    margin-top: auto;
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
}
#cTest .facility_rightBox_text::after{
    content: "";
    position: absolute;
    border-top: 80px solid transparent;
    border-right: 90px solid #e1f3f3;
    bottom: 0;
    bottom: 8px;
    right: 8px;
}
#cTest .facility_rightBox_notes{
    margin: 6px 0 0 12px;
    font-size: 1.2rem;
}
#cTest .facility_imgBox{
    margin:0 auto;
}
#cTest .facility_imgBox-01{
    max-width: 312px;
    margin: 15px auto;
}
#cTest .facility_imgBox-02{
    max-width: 191px;
}
#cTest .facility_imgBox-03{
    max-width: 312px;
    margin: 22px auto 15px;
}
#cTest .facility_imgBox-04{
    max-width: 183px;
}
#cTest .facility_table{
    width: calc(100% + 20px);
    margin-left: -10px;
    border-spacing: 10px;
    text-align: center;
}
#cTest .facility_table th, #cTest .facility_table td{
    font-weight: normal;
}
#cTest .facility_table tr{
    background-color: #f8f3f9;
}
#cTest .facility_table .facility_table_bgc-orange{
    background-color: #fed5a9;
    text-align: center;
}
#cTest .facility_table_bgc-orange > th{
    padding: 10px 15px;
}
#cTest .facility_table .facility_table_bgc-green{
    background-color: #eef8f9;   
}
#cTest .facility_table tr > td:nth-of-type(3){
    padding:0 10px 0 30px;
    text-align: left;
}


/*-----------------
case
-------------------*/
#cTest .case_column{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 16px;
    margin-bottom: 30px;
}
#cTest .case_column_l{
    flex-shrink: 0;
    width: 399px;
    padding-top: 23px;
    margin-right: 20px;
}
#cTest .case_column_l h2{
    font-size:2.2rem;
    color:white;
    padding: 5px 0 5px 10px;
    margin-bottom: 8px;
    width: 330px;
    border-radius: 0 25px 25px 0;
}
#cTest .case_column_l.standard_case01 h2{
    margin-bottom: 16px;
}
#cTest .case_column_l.standard_case04 h2{
    margin-bottom: 13px;
}
#cTest .case_column_l.standard_case01 .clear{
    padding: 0 10px;
}
#cTest .case_column_l.standard_case01 figure{
    max-width: 188px;
}
#cTest .case_column_l.standard_case02 figure{
    max-width:198px;
}
#cTest .case_column_l figcaption{
    text-align: center;
    margin-top: 5px;
    font-size:1.6rem;
}
#cTest .case_column_l.standard_case03 h2+div{
    margin: 0 20px;
}
#cTest .case_column_l.standard_case03 img:nth-of-type(1),#cTest .case_column_l.standard_case03 img:nth-of-type(3){
    margin-right: 10px;
}
#cTest .case_column_l.standard_case03 img:nth-of-type(1),#cTest .case_column_l.standard_case03 img:nth-of-type(2){
    margin-bottom: 5px;
}
#cTest .case_column_l p{
    font-size:1.8rem;
    color:white;
    text-align: center;
    margin-top: 10px;
    padding: 5px 0;
}
#cTest .case_column_l.standard_case04 p{
    margin-top: 15px;
}
#cTest .case_column_l>ul{
    margin: 15px 10px;
}
#cTest .case_column_l ul ul{
    width: 185px;
}
#cTest .case_column_l ul ul:first-child{
    margin-right: 10px;
}
#cTest .case_column_l li{
    font-size:1.6rem;
    line-height: 1.7;
}

#cTest .standard_case01{
    background-color: #eff7fc;
    background-image: url(../isg/img/standard/case01_bg.png);
    background-repeat: no-repeat;
}
#cTest .standard_case01 h2,#cTest .standard_case01 p{
    background-color: #64AFE1;
}
#cTest .standard_case02{
    background-color: #edf8f8;
    background-image: url(../isg/img/standard/case02_bg.png);
    background-repeat: no-repeat;
}
#cTest .standard_case02 h2,#cTest .standard_case02 p{
    background-color: #50BEBE;
}
#cTest .standard_case03{
    background-color: #fef4e9;
    background-image: url(../isg/img/standard/case03_bg.png);
    background-repeat: no-repeat;
}
#cTest .standard_case03 h2,#cTest .standard_case03 p{
    background-color: #fa9628;
}
#cTest .standard_case04{
    background-color: #f0eaf5;
    background-image: url(../isg/img/standard/case04_bg.png);
    background-repeat: no-repeat;
}
#cTest .standard_case04 h2,#cTest .standard_case04 p{
    background-color: #7030A0;
}

#cTest .case_column_r li::before{
    content:'◎';
}
#cTest .case_column_r span{
    font-weight: bold;
    color:#0063b1;
}
#cTest .case_btn{
    margin-top: 30px;
    background-color: #e9f3fc;
    padding:30px 14px;
}
#cTest .case_btn>p{
    font-size: 2.6rem;
    color: #0064d2;
    margin-bottom: 18px;
}
#cTest .case_btn .cTest_contact_textCopy{
    padding-right: 13px;
}
#cTest .case_btn .cTest_contact_textCopy::after{
    border-left: 20px solid #FAD737;
}

/*-----------------
 .play-mark (再生マーク)
-------------------*/

.popup-video {
  position:relative;
}
.popup-video a img {
	opacity: inherit;
  position:relative;
}
.popup-video::before,
.popup-video::after {
  bottom:0;
  content:"";
  display:block;
  left:0;
  line-height:1;
  margin:auto;
  position:absolute;
  right:0;
  top:0;
}
.popup-video::before {
  background-color:rgba(0,0,0,0.4);
  border-radius:100%;
  height:100px;
  transition:all .2s;
  width:100px;
}
.popup-video:hover::before{
  background-color:#e61e1e;
}
.popup-video::after {
  border-top:15px transparent solid;
  border-bottom:15px transparent solid;
  border-left:26px #fff solid;
  height:0;
  right:-7px;
  width:0;
}
.popup-video:hover img{
  opacity: 1!important;
}
/*----------------------------*/