@charset "UTF-8";
/* kracie @amana diagnosis.css */

.body-sec{
  margin-top: 10px;
}
@media screen and (max-width: 640px){
  .body-sec {
    margin-top: 15px;
  }
}

.whole {
  overflow: inherit;
}
@media screen and (max-width: 640px){
  .whole {
    min-width: auto;
    min-width: initial;
  }
}

/*------------------------------------
checke
------------------------------------*/
* {box-sizing: border-box;}
*::before {box-sizing: border-box;}
*::after {box-sizing: border-box;}

.js_shindan_check{
  position:relative;
  margin:0;padding:0;
  display:none;
}

/*shindan_kekka*/
.shindan_kekka{
  position:absolute;
  margin:0;padding:0;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:5;
  display:none;
}
.js_shindan2,.js_shindan3{
  display:none;
}
@media screen and (max-width: 640px){
  .shindan_kekka{
    position:relative;
    margin-top:-34vw;
    padding-bottom:8vw;
    top:auto;
    left:auto;
    transform:translate(0,0);
  }
}

.radio_input {
  opacity: 0;
  position: absolute;
  display:block;
  width:100%;
  height:19px;
  left:0;
  z-index:5;
}
.radio_txt{
  position: relative;
  padding-left:30px;
  display:block;
}
.radio_txt::before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  display: block;
  width:19px;
  height:19px;
  box-sizing:border-box;
  border:1px solid #4b4b4b;
}
.radio_txt::after {
  content: '';
  position: absolute;
  display: block;
  width:14px;
  height:10px;
  top:5px;
  left:2px;
  background-image:url("../imgs/icon_check.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity:0;
}
.radio_txt.delate_check::after {
  content:none;
  opacity:0;
}
.radio_input:checked + .radio_txt::after { 
  opacity:1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*checke_box*/
.checke_box{
  position:relative;
  cursor: pointer;
  display:block;
  margin:0;
  padding:0;
  font-size:12px;
  line-height:19px;
  font-weight:600;
  text-align:left;
  color: #4b4b4b;
}

/*------------------
diagnosis_body
------------------*/
.diagnosis_body{
  position:relative;
  margin:0 auto;
  padding:0;
  width:100%;
  height:700px;
  overflow:hidden;
  background-image:url("../imgs/diagnosis_bg.png");
  background-position:center;
  background-size:auto;
  background-color:#c8f1ff;
}
.diagnosis_body img{
  width:100%;
  height:auto;
}
.diagnosis_illust1{
  position:absolute;
  width:154px;
  bottom:-129px;/*-29px;*/
  left:50%;
  margin-left:-425px;
  pointer-events: none;
  z-index:3;
  opacity:0;
}
.diagnosis_illust2{
  position:absolute;
  width:157px;
  bottom:-137px;/*-37px;*/
  left:50%;
  margin-left:278px;
  pointer-events: none;
  z-index:3;
  opacity:0;
}
.diagnosis_main{
  position:relative;
  margin:0 auto;
  padding:28px 0 0 0;
  width:744px;
  z-index:1;
}
.kanposhindan_ttl{
  margin:0 auto;
  padding:0;
  width:744px;
}
.diagnosis_conts{
  margin:0 auto;
  padding:0;
  width:700px;
  height:575px;
  background-color:#f55a5c;
}
@media screen and (max-width: 640px){
  .diagnosis_body{
    width:100vw;
    height:auto;
    background-image:url("../imgs/diagnosis_bg_sp.png");
    background-position:top 0 center;
    background-size:100% auto;
  }
  .diagnosis_main{
    padding:8vw 0 0 0;
    width:100vw;
  }
  .kanposhindan_ttl{
    width:100vw;
  }
  .diagnosis_conts{
    width:94vw;
    height:auto;
  }
  .diagnosis_illust1{
    width:24vw;
    margin-left:-55vw;
  }
  .diagnosis_illust2{
    width:24vw;
    margin-left:35vw;
  }
  .diagnosis_illust2 img{
    margin-bottom:4vw;
  }
}

/*diagnosis_navi*/
.diagnosis_navi{
  margin:0 auto;
  padding:15px 0;
  display:flex;
  width:100px;
}
.diagnosis_navi li{
  position:relative;
  margin-left:9px;
  padding:0;
  list-style:none;
  vertical-align:top;
  width:27px;
  height:27px;
  background-image:url("../imgs/icon_dot_off.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.diagnosis_navi li:last-child{
  margin-right:0;
}
.diagnosis_navi li.active{
  background-image:url("../imgs/icon_dot_on.png");
}

/*diagnosis_base*/
.diagnosis_base{
  position:relative;
  margin:0 auto;
  padding:0;
  width:579px;
  height:362px;
  border-radius:10px;
  /*
  background-image:url("../imgs/diagnosis_base.png");
  background-repeat:no-repeat;
  background-position:top 0 center;
  background-size:cover;
  */
  box-shadow:-3px -3px #cc3543;
  background-image:url("../imgs/dot_diagnosis.gif");
  background-color:#fff9c8;
}
.diagnosis_ttl{
  position:relative;
  margin:0 auto;
  padding:30px 0 27px 0;
  text-align:center;
}
.diagnosis_sub_ttl{
  margin:0 auto;
  padding:0 0 12px 0;
  width:252px;
}
.diagnosis_main_ttl{
  margin:0 auto;
  padding:0;
  width:452px;
}
.check_main_bg{
  margin:0 auto;
  padding:0;
  width:521px;
  height:178px;
}
.check_main_line1{
  text-align:center;
  margin:0;padding:0;
  width:521px;
  height:13px;
}
.check_main_line2{
  text-align:center;
  margin:0;padding:0;
  width:521px;
  height:13px;
}
.check_main_line1 img,.check_main_line2 img{
  vertical-align:top;
}
.check_main_base{
  margin:0;padding:0;
  width:521px;
  height:152px;
  background-image:url("../imgs/check_main_line3.png");
  background-repeat:repeat-y;
  background-size:auto;
}
@media screen and (max-width: 640px){
  .diagnosis_base{
    width:90vw;
    height:auto;
  }
  .diagnosis_ttl{
    padding:6vw 0 5vw 0;
  }
  .diagnosis_sub_ttl{
    padding:0 0 2vw 0;
    width:65vw;
  }
  .diagnosis_main_ttl{
    width:80vw;
  }
  .check_main_bg{
    padding-bottom:4vw;
    width:85vw;
    height:auto;
  }
  .check_main_line1{
    width:85vw;
    height:2.12vw;
  }
  .check_main_line2{
    width:85vw;
    height:2.12vw;
  }
  .check_main_base{
    width:85vw;
    height:auto;
    background-image:url("../imgs/check_main_line3.png");
    background-size:100% auto;
  }
}

/*diagnosis_btn*/
.diagnosis_btn{
  margin:0 auto;
  padding:45px 0 0 0;
  display:flex;
  width:406px;
}
.diagnosis_btn li{
  margin-right:40px;
  list-style:none;
  vertical-align:top;
  width:183px;
}
.diagnosis_btn li:last-child{
  margin-right:0;
}
.diagnosis_btn a{
  margin:0;padding:0;
  display:block;
  width:183px;
  height:62px;
  text-decoration:none;
  text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.diagnosis_btn a:hover{
  text-decoration:none;
  opacity:0.7;
  transition:0.3s;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.diagnosis_btn.js_btn1,.diagnosis_btn.js_btn2,.diagnosis_btn.js_btn2{
  display:none;
}
.back_btn_img{
  margin:0;padding:0;
  width:183px;
  height:62px;
  background-image:url("../imgs/btn_back_on.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:auto;
}
.ok_btn_img{
  margin:0;padding:0;
  width:183px;
  height:62px;
  background-image:url("../imgs/btn_ok_on.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:auto;
  transition:0.3s;
}
.back_btn_img.noactive{
  pointer-events:none;
  background-image:url("../imgs/btn_back_off.png");
}
.ok_btn_img.noactive{
  pointer-events:none;
  background-image:url("../imgs/btn_ok_off.png");
}
@media screen and (max-width: 640px){
  .diagnosis_btn{
    padding:6vw 0 8vw 0;
    width:65vw;
  }
  .diagnosis_btn li{
    margin:0 auto;
    width:30vw;
  }
  .diagnosis_btn a{
    width:30vw;
    height:10.124vw;
  }
  .back_btn_img{
    width:30vw;
    height:10.124vw;
    background-size:100% auto;
  }
  .ok_btn_img{
    width:30vw;
    height:10.124vw;
    background-size:100% auto;
  }
}

/*shindan_ttl*/
.shindan_ttl{
  margin:0 auto;
  padding:12px 0 20px 0;
  font-size:14px;
  line-height:23px;
  font-weight:bold;
  text-align:center;
  color:#f96062;
}
.shindan_txt{
  margin:0;padding:0;
  font-size:12px;
  line-height:22px;
  color:#4b4b4b;
}
.shindan_list{
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  width:430px;
  text-align:left;
}
.shindan_list li{
  position:relative;
  margin-right:15px;
  margin-bottom:15px;
  padding:0;
  list-style:none;
  vertical-align:top;
}
.shindan_list.list_type1 li{
  width:30%;
}
.shindan_list.list_type1 li:nth-child(3n){
  margin-right:0;
}
.list_type2_1,.list_type2_2,.list_type2_3{
  display:none;
}
.list_type2_1{
  margin-top:10px;
  width:340px;
}
.list_type2_3{
  margin-top:10px;
  width:340px;
}
.list_type2_1 li,.list_type2_2 li,.list_type2_3 li{
  width:45%;
}
@media screen and (max-width: 640px){
  .shindan_ttl{
    padding:2vw 0 4vw 0;
    font-size:0.8rem;
    line-height:1.2rem;
  }
  .shindan_txt{
    font-size:0.8rem;
    line-height:1.2rem;
  }
  .shindan_list{
    width:75vw;
  }
  .shindan_list li{
    margin-right:0;
    margin-bottom:4vw;
  }
  .shindan_list.list_type1 li{
    width:35vw;
  }
  .shindan_list.list_type1 li:nth-child(3n){
    margin-right:0;
  }
  .list_type2_1,.list_type2_2,.list_type2_3{
    display:none;
  }
  .list_type2_1{
    margin-top:0;
    width:75vw;
  }
  .list_type2_3{
    margin-top:10px;
    width:75vw;
  }
  .list_type2_1 li,.list_type2_2 li,.list_type2_3 li{
    width:75vw;
  }
}

/*kekka_list*/
.kekka_list{
  position:relative;
  margin:0 auto;
  padding:0;
  /*display:flex;*/
  display:table; 
  z-index:5;
}
.kekka_list li{
  list-style:none;
  /*vertical-align:top;*/
  position:relative;
  display:table-cell;
  vertical-align:middle;
}
.kekka_list .kekka_pkg{
  margin-right:34px;
  padding:0;
  width:190px;
}
.kekka_list .kekka_detail{
  position:relative;
  margin:0;
  padding:0;
  width:260px;
}
.kekka_list .diagnosis_end_sub_ttl{
  margin-bottom:12px;
  padding:0;
  width:261px;
}
.kekka_list .kekka_name{
  margin:0 auto 22px auto;
  padding:0;
  width:215px;
}
.kekka_list .kekka_sub_ttl{
  text-align:center;
  font-size:14px;
  line-height:25px;
  font-weight:bold;
}
.kekka_list .kekka_txt_box{
  margin-top:6px;
  padding:12px 0;
}
/*color_maouto*/
.kekka_list .kekka_sub_ttl.color_maouto{
  color:#0e64c2;
}
.kekka_list .kekka_txt_box.color_maouto{
  border-top:2px dotted #0e64c2;
  border-bottom:2px dotted #0e64c2;
}
/*color_kakkonto*/
.kekka_list .kekka_sub_ttl.color_kakkonto{
  color:#fc4c1e;
}
.kekka_list .kekka_txt_box.color_kakkonto{
  border-top:2px dotted #fc4c1e;
  border-bottom:2px dotted #fc4c1e;
}
/*color_shoseiryuto*/
.kekka_list .kekka_sub_ttl.color_shoseiryuto{
  color:#22bcfb;
}
.kekka_list .kekka_txt_box.color_shoseiryuto{
  border-top:2px dotted #22bcfb;
  border-bottom:2px dotted #22bcfb;
}
/*color_gokoto*/
.kekka_list .kekka_sub_ttl.color_gokoto{
  color:#c29020;
}
.kekka_list .kekka_txt_box.color_gokoto{
  border-top:2px dotted #c29020;
  border-bottom:2px dotted #c29020;
}
/*color_bakumonto*/
.kekka_list .kekka_sub_ttl.color_bakumonto{
  color:#99c726;
}
.kekka_list .kekka_txt_box.color_bakumonto{
  border-top:2px dotted #99c726;
  border-bottom:2px dotted #99c726;
}
/*color_tikujyoutanto*/
.kekka_list .kekka_sub_ttl.color_tikujyoutanto{
  color:#e0254a;
}
.kekka_list .kekka_txt_box.color_tikujyoutanto{
  border-top:2px dotted #e0254a;
  border-bottom:2px dotted #e0254a;
}
/*color_saikokeishito*/
.kekka_list .kekka_sub_ttl.color_saikokeishito{
  color:#a01ed1;
}
.kekka_list .kekka_txt_box.color_saikokeishito{
  border-top:2px dotted #a01ed1;
  border-bottom:2px dotted #a01ed1;
}
/*color_gingyousan*/
.kekka_list .kekka_sub_ttl.color_gingyousan{
  color:#1cb67e;
}
.kekka_list .kekka_txt_box.color_gingyousan{
  border-top:2px dotted #1cb67e;
  border-bottom:2px dotted #1cb67e;
}
/*color_kanzouto*/
.kekka_list .kekka_sub_ttl.color_kanzouto{
  color:#1db11d;
}
.kekka_list .kekka_txt_box.color_kanzouto{
  border-top:2px dotted #1db11d;
  border-bottom:2px dotted #1db11d;
}

.kekka_list .kekka_txt{
  text-align:center;
  font-size:14px;
  line-height:22px;
  font-weight:bold;
  color:#555;
}
.kekka_list a{
  display:block;
  text-decoration:none!important;
}
.kekka_list .kekka_link{
  position:relative;
  margin:20px auto 0 auto;
  padding:0 6px 0 0;
  border-radius:15px;
  width:135px;
  height:30px;
  box-sizing:border-box;
  text-align:center;
  font-size:11px;
  line-height:26px;
  font-weight:bold;
  text-decoration:none!important;
  transition:.3s;
}
.kekka_list .kekka_link::after{
  content:'';
  position:absolute;
  width:8px;
  height:8px;
  border:0;
  top:50%;
  right:15px;
  margin-top:-4px;
  transform:rotate(45deg);
}
/*link_maouto*/
.kekka_list .kekka_link.link_maouto{
  color:#0e64c2;
  border:2px solid #0e64c2;
}
.kekka_list .kekka_link.link_maouto::after{
  border-top:solid 2px #0e64c2;
  border-right:solid 2px #0e64c2;
}
.kekka_list .kekka_link.link_maouto:hover{
  color:#fff;
  background-color:#0e64c2;
}
.kekka_list .kekka_link.link_maouto:hover::after{
  border-top:solid 2px #fff;
  border-right:solid 2px #fff;
}
/*link_kakkonto*/
.kekka_list .kekka_link.link_kakkonto{
  color:#fc4c1e;
  border:2px solid #fc4c1e;
}
.kekka_list .kekka_link.link_kakkonto::after{
  border-top:solid 2px #fc4c1e;
  border-right:solid 2px #fc4c1e;
}
.kekka_list .kekka_link.link_kakkonto:hover{
  color:#fff;
  background-color:#fc4c1e;
}
.kekka_list .kekka_link.link_kakkonto:hover::after{
  border-top:solid 2px #fff;
  border-right:solid 2px #fff;
}
/*link_shoseiryuto*/
.kekka_list .kekka_link.link_shoseiryuto{
  color:#22bcfb;
  border:2px solid #22bcfb;
}
.kekka_list .kekka_link.link_shoseiryuto::after{
  border-top:solid 2px #22bcfb;
  border-right:solid 2px #22bcfb;
}
.kekka_list .kekka_link.link_shoseiryuto:hover{
  color:#fff;
  background-color:#22bcfb;
}
.kekka_list .kekka_link.link_shoseiryuto:hover::after{
  border-top:solid 2px #fff;
  border-right:solid 2px #fff;
}
/*link_gokoto*/
.kekka_list .kekka_link.link_gokoto{
  color:#c29020;
  border:2px solid #c29020;
}
.kekka_list .kekka_link.link_gokoto::after{
  border-top:solid 2px #c29020;
  border-right:solid 2px #c29020;
}
.kekka_list .kekka_link.link_gokoto:hover{
  color:#fff;
  background-color:#c29020;
}
.kekka_list .kekka_link.link_gokoto:hover::after{
  border-top:solid 2px #fff;
  border-right:solid 2px #fff;
}
/*link_bakumonto*/
.kekka_list .kekka_link.link_bakumonto{
  color:#99c726;
  border:2px solid #99c726;
}
.kekka_list .kekka_link.link_bakumonto::after{
  border-top:solid 2px #99c726;
  border-right:solid 2px #99c726;
}
.kekka_list .kekka_link.link_bakumonto:hover{
  color:#fff;
  background-color:#99c726;
}
.kekka_list .kekka_link.link_bakumonto:hover::after{
  border-top:solid 2px #fff;
  border-right:solid 2px #fff;
}
/*link_tikujyoutanto*/
.kekka_list .kekka_link.link_tikujyoutanto{
  color:#e0254a;
  border:2px solid #e0254a;
}
.kekka_list .kekka_link.link_tikujyoutanto::after{
  border-top:solid 2px #e0254a;
  border-right:solid 2px #e0254a;
}
.kekka_list .kekka_link.link_tikujyoutanto:hover{
  color:#fff;
  background-color:#e0254a;
}
.kekka_list .kekka_link.link_tikujyoutanto:hover::after{
  border-top:solid 2px #fff;
  border-right:solid 2px #fff;
}
/*link_saikokeishito*/
.kekka_list .kekka_link.link_saikokeishito{
  color:#a01ed1;
  border:2px solid #a01ed1;
}
.kekka_list .kekka_link.link_saikokeishito::after{
  border-top:solid 2px #a01ed1;
  border-right:solid 2px #a01ed1;
}
.kekka_list .kekka_link.link_saikokeishito:hover{
  color:#fff;
  background-color:#a01ed1;
}
.kekka_list .kekka_link.link_saikokeishito:hover::after{
  border-top:solid 2px #fff;
  border-right:solid 2px #fff;
}
/*link_gingyousan*/
.kekka_list .kekka_link.link_gingyousan{
  color:#1cb67e;
  border:2px solid #1cb67e;
}
.kekka_list .kekka_link.link_gingyousan::after{
  border-top:solid 2px #1cb67e;
  border-right:solid 2px #1cb67e;
}
.kekka_list .kekka_link.link_gingyousan:hover{
  color:#fff;
  background-color:#1cb67e;
}
.kekka_list .kekka_link.link_gingyousan:hover::after{
  border-top:solid 2px #fff;
  border-right:solid 2px #fff;
}
/*link_kanzouto*/
.kekka_list .kekka_link.link_kanzouto{
  color:#1db11d;
  border:2px solid #1db11d;
}
.kekka_list .kekka_link.link_kanzouto::after{
  border-top:solid 2px #1db11d;
  border-right:solid 2px #1db11d;
}
.kekka_list .kekka_link.link_kanzouto:hover{
  color:#fff;
  background-color:#1db11d;
}
.kekka_list .kekka_link.link_kanzouto:hover::after{
  border-top:solid 2px #fff;
  border-right:solid 2px #fff;
}
@media screen and (max-width: 640px){
  .kekka_list{
    display:flex;
    flex-direction:column-reverse;
    flex-wrap: wrap;
    width:80vw;
  }
  .kekka_list li{
    margin:0 auto;
    vertical-align:top;
    display:block;
    width:80vw;
    text-align:center;
  }
  .kekka_list .kekka_pkg{
    margin:0 auto;
    padding:0;
    width:40vw;
  }
  .kekka_list .kekka_detail{
    margin:0 auto;
    padding-bottom:8vw;
    width:80vw;
  }
  .kekka_list .diagnosis_end_sub_ttl{
    margin:0 auto 3vw auto;
    width:70vw;
  }
  .kekka_list .kekka_name{
    margin:0 auto 6vw auto;
    width:60vw;
  }
  .kekka_list .kekka_sub_ttl{
    font-size:0.9rem;
    line-height:1.4rem;
  }
  .kekka_list .kekka_txt_box{
    margin-top:2vw;
    padding:4vw 0;
  }
  .kekka_list .kekka_txt{
    font-size:0.9rem;
    line-height:1.4rem;
  }
}

