@charset "utf-8";

.contents{
	overflow:visible;
}
/* 眼精疲労 2020/10 */
#ganseihirou{
	display:block;
	width:100%;
	max-width:755px;
	margin:auto;
    font-family: "Noto Sans JP", sans-serif;
	background-color:#ffffff;
	font-size: 3.125vw;
	line-height: 2;
	color: #2d2d30;
    letter-spacing: 0;
}
#ganseihirou p,
#ganseihirou a,
#ganseihirou span,
#ganseihirou ul,
#ganseihirou li{
	padding:0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#ganseihirou a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
	-khtml-opacity:0.8;
	-moz-opacity:0.8;
	-webkit-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
}
#ganseihirou div{
	height: 100%;
}

/*ヘッダー*/
#ganseihirou .head_area{
	margin:0 0 0;
}
#ganseihirou .head_area img {
	display: block;
	margin: 0 auto;
}
#ganseihirou .head_main{
	position:relative;
	background-color:#3755c4;
    padding: 5% 6%;
}

#ganseihirou .head_txt{
    color: #FFFFFF;
    line-height: 2;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 0 3%;
    font-size: 2.8125vw;
}
@media screen and (min-width:756px) {
	#ganseihirou .head_txt {
		font-size: 16px;
	}
}
#ganseihirou .yellow_txt{
    color: #fffd4c;
}
#ganseihirou .yellow_back{
	background-color:#fff770;
}

#ganseihirou .bold_txt{
    font-weight: bold;
}

/*セルフチェック*/
#ganseihirou .check_zone{
    background-color: #FFFFFF;
    padding: 8% 6%;
    text-align: center;
    margin: 8% auto 0;
}

#ganseihirou .check_txt{
	font-size: 4.0625vw;
    color: #cb3958;
    font-weight: bold;
    margin: 4% auto;
}
@media screen and (min-width:756px) {
	#ganseihirou .check_txt {
		font-size: 16px;
	}
}
#ganseihirou .check_subtxt{
    line-height: 1.8;
    font-size: 2.8125vw;
    margin-bottom: 8%;
}
@media screen and (min-width:756px) {
	#ganseihirou .check_subtxt {
		font-size: 15px;
	}
}
#ganseihirou .btn {
    position: relative;
    width: 90%;
    max-width: 375px;
    height: 45px;
    margin: 2% auto;
    display: block;
}
#ganseihirou .btn::before {
	display: none;
}
#ganseihirou .btn::after {
	display: none;
}
#ganseihirou .btn_waku {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	border: solid 1px #3755c4;
    border-radius: 30px;
    background: #3755c4;
}
#ganseihirou .btn:hover img:nth-of-type(2) {
	opacity: 0;
}

#ganseihirou .selfcheck_img{
    width: 40%;
}

#ganseihirou .acd_zone{
    padding: 0 4%;
}

#ganseihirou .acd_zone .acd-check{
    display: none;
}
#ganseihirou .acd_zone .acd-label{
    background: #3755c4;
    text-align: center;
    color: #fff;
    font-size: 4.6875vw;
    display: block;
    padding: 4%;
    position: relative;
    margin: 6% auto 0;
}
@media screen and (min-width:756px) {
	#ganseihirou .acd_zone .acd-label {
		font-size: 24px;
	}
}
#ganseihirou .acd_zone .acd-label:after{
    content: "";
    display: block;
    position: absolute;
    right: 6%;
    top: 42%;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
}

#ganseihirou .acd_zone .acd-content{
    height: 100%;
    opacity: 1;
    padding: 6% 6% 8%;
    visibility: visible;
	border: 2px solid #3755c4;
	background: #fff;
}

#ganseihirou .acd_zone .acd-check:checked + .acd-label:after{
	content:"";
    display:block;
    position: absolute;
    right: 6%;
    top: 42%;
    border-style: solid;
    border-width: 0 4px 6px 4px;
	border-color: transparent transparent #ffffff transparent;
}

#ganseihirou .acd_zone .acd-check:checked + .acd-label + .acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    -webkit-transition: border-top .2s ease-out, padding-top .2s ease-out, padding-bottom .2s ease-out;
    visibility: hidden;
}

#ganseihirou .acd_zone_txt{
    font-size: 3.125vw;
    line-height: 2;
    text-align: left;
    color: #2d2d30;
}
@media screen and (min-width:756px) {
	#ganseihirou .acd_zone_txt {
		font-size: 16px;
	}
}
#ganseihirou .acd_zone_under{
	border-bottom: 1px solid #e73656;
    padding-bottom: 1px;
    display: inline;
    line-height: 2;
    color: #e73656;
}

#ganseihirou .fukidashi{
    margin: 8% auto 4%;
}

#ganseihirou .fukidashi2{
    margin: 5% auto 4%;
}

#ganseihirou .syoujyou{
    margin: 0 auto 5%;
    width: 85%;
}

#ganseihirou .point_zone{
    background-color: #ffeff2;
    padding: 8% 7%;
	font-size: 3.125vw;
    border-radius: 8px;
}
@media screen and (min-width:756px) {
	#ganseihirou .point_zone {
		font-size: 16px;
	}
}
#ganseihirou .point_zone2{
    background-color: #ffeff2;
    padding: 8% 7%;
    font-size: 3.125vw;
    border-radius: 8px;
    margin: 7% auto 9%;
}
@media screen and (min-width:756px) {
	#ganseihirou .point_zone2 {
		font-size: 16px;
	}
}
#ganseihirou .point_ttl{
    display: block;
    margin: 0 auto 6%;
}

#ganseihirou .genin_zone{
	text-align: center;
    margin: 0 auto 7%;
}
@media screen and (min-width:756px) {
	#ganseihirou .genin_zone {
		font-size: 16px;
	}
}
#ganseihirou .genin_aka{
    text-align: center;
    color: #cb3958;
    margin-top: 5%;
    font-weight: bold;
    font-size: 5vw;
}
@media screen and (min-width:756px) {
	#ganseihirou .genin_aka {
		font-size: 20px;
	}
}
#ganseihirou .ul-align-center{
    margin-left: 13%;
}
#ganseihirou .genin_zone ul{
}

#ganseihirou .genin_zone li{
    text-align: left;
    letter-spacing: 0.5px;
    list-style-type: disc;
}
@media screen and (min-width:756px) {
	#ganseihirou .genin_zone li {
		font-size: 16px;
	}
}
#ganseihirou .acd_zone_img{
	text-align: center;
    margin: 7% auto;
}

#ganseihirou .acd_zone_img2{
    text-align: center;
    margin: 10% auto;
    width: 80%;
}

#ganseihirou .pickup_area{
    margin: 8% auto;
    text-align: center;
    padding: 0 4%;
}

#ganseihirou .pickup_area p{
    margin: 7% auto;
}
@media screen and (min-width:756px) {
	#ganseihirou .pickup_area p {
		font-size: 16px;
	}
}
#ganseihirou .pickup_img{
	display: block;
	width: 20%;
    margin: 5% auto 4%;
}

#ganseihirou .tubo_zone{
	text-align: center;
}

#ganseihirou .kakomi{
    color: #3755c4;
    font-size: 3.75vw;
    border: solid 2px #3755c4;
    display: inline-block;
    padding: 0 2% 0 3%;
    margin: 0 auto;
    margin-top: 6%;
}
@media screen and (min-width:756px) {
	#ganseihirou .kakomi {
		font-size: 20px;
	}
}
#ganseihirou .kakomi_txt{
    margin-top: 2%;
}
@media screen and (min-width:756px) {
	#ganseihirou .kakomi_txt {
		font-size: 20px;
	}
}
#ganseihirou .kome{
    margin: 7% auto 2%;
}
@media screen and (min-width:756px) {
	#ganseihirou .kome {
		font-size: 16px;
	}
}
#ganseihirou .taisaku01{
	position: absolute;
    right: 5%;
	bottom: 3%;
	width: 40%;
}

#ganseihirou .high_btn{
	text-align: center;
    display: block;
    width: 90%;
    margin: 7% auto 0;

}

#ganseihirou .self_image{
    height: auto;
	margin: auto;
}

/*診断チェックエリアここから*/
#ganseihirou .check_area {
	position: relative;
    height: 100%;
    margin: 0 auto;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*診断入り口ここから*/
#ganseihirou #check_entrance {
	/*display: none;*/
	/*position: absolute;*/
	margin: 8% auto 0;
	z-index: 30;
	width: 100%;
	/*height: 100%;*/
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: opacity 0.3s linear 0.5s;
	-moz-transition:opacity 0.3s linear 0.5s;
	-webkit-transition:opacity 0.3s linear 0.5s;
	-o-transition:opacity 0.3s linear 0.5s;
}
#check_entrance.fade_out {
	opacity: 0;
}
#ganseihirou #check_entrance .main_scene {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10% 5% 8%;
    box-sizing: border-box;
    -moz-perspective: 1500;
    -webkit-perspective: 1500;
    -o-perspective: 1500;
    -ms-perspective: 1500;
    perspective: 1500;
}
#ganseihirou #check_entrance h2 {
	margin: 10px 0 30px 0;
	text-align: center;
}
#ganseihirou #check_entrance .lead_text {
	width: 637px;
	margin: 0 auto 20px;
}
#ganseihirou #check_entrance strong {
	color: #F5568C;
}
#ganseihirou #check_entrance .enter_panel {

}
#ganseihirou #check_entrance .enter_panel.ani {
	-ms-animation:flipY 0.5s ease-out forwards;
	-webkit-animation:flipY 0.5s ease-out forwards;
	-moz-animation:flipY 0.5s ease-out forwards;
	animation:flipY 0.5s ease-out forwards;
	z-index: 999;
}
@-webkit-keyframes flipY {
	from {
		-ms-transform:rotateY(0deg);
		-webkit-transform:rotateY(0deg);
		-moz-transform:rotateY(0deg);
		transform:rotateY(0deg);
	}
	to {
		-ms-transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
		transform:scale(1,1);
		-ms-transform:rotateY(180deg);
		-webkit-transform:rotateY(180deg);
		-moz-transform:rotateY(180deg);
		transform:rotateY(180deg);
		width: 715px;
		height: 637px;
		top: -10px;
		left: -10px;
	}
}

@-moz-keyframes flipY {
	from {
		-ms-transform:rotateY(0deg);
		-webkit-transform:rotateY(0deg);
		-moz-transform:rotateY(0deg);
		transform:rotateY(0deg);
	}
	to {
		-ms-transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
		transform:scale(1,1);
		-ms-transform:rotateY(180deg);
		-webkit-transform:rotateY(180deg);
		-moz-transform:rotateY(180deg);
		transform:rotateY(180deg);
		width: 715px;
		height: 637px;
		top: -10px;
		left: -10px;
	}
}
@keyframes flipY {
	from {
		-ms-transform:rotateY(0deg);
		-webkit-transform:rotateY(0deg);
		-moz-transform:rotateY(0deg);
		transform:rotateY(0deg);
	}
	to {
		-ms-transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
		transform:scale(1,1);
		-ms-transform:rotateY(180deg);
		-webkit-transform:rotateY(180deg);
		-moz-transform:rotateY(180deg);
		transform:rotateY(180deg);
		width: 715px;
		height: 637px;
		top: -10px;
		left: -10px;
	}
}
#ganseihirou #check_entrance .enter_panel.ani .front_inner {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
}
#ganseihirou #check_entrance .enter_panel > div {

}
#ganseihirou #check_entrance .enter_panel > div >div {
	width: 100%;
	height: 100%;
}


#ganseihirou #enter_symptom {
	top: 225px;
	left: 360px;
}
#ganseihirou #enter_symptom > div {

}

#ganseihirou #check_entrance .btn_rcmd_item {
	position: absolute;
	top: 550px;
	left: 0;
	width: 100%;
	text-align: center;
}
#ganseihirou #check_entrance .btn_rcmd_item a {
	display: inline-block;
	width: 450px;
	padding: 14px 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #EF6D25;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}
#ganseihirou #check_entrance .btn_rcmd_item a:hover {
	background-color: #f7893d;
}
/*診断入り口ここまで*/

/*ドライアイ診断ここから*/
#ganseihirou #check_symptom {
	display: none;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	margin-top: 8%;
    text-align: center;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#ganseihirou #check_symptom .main_scene {
	position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 7% 5%;
    box-sizing: border-box;
    -moz-perspective: 1500;
    -webkit-perspective: 1500;
    -o-perspective: 1500;
    -ms-perspective: 1500;
    perspective: 1500;
}
/*#ganseihirou #check_symptom .main_scene .pagination {
	padding: 20px 25px 0 0;
	text-align: right;
}*/
#ganseihirou #check_symptom .main_scene .qlist {
    margin: 4% auto;
}
#ganseihirou #check_symptom .main_scene .qlist li {
	display: none;
}
#ganseihirou #check_symptom .main_scene .qlist li:first-child {
	display: block;
}

#ganseihirou .qlist_img {
    width: 28%;
    display: block;
    margin: 0 auto 5%;
}

#ganseihirou .qlist_txt {
	font-size: 4.375vw;
    color: #cb3958;
    font-weight: bold;
    margin: 0 auto 7%;
    line-height: 1.5;
}
@media screen and (min-width:756px) {
	#ganseihirou .qlist_txt {
		font-size: 20px;
		color: #cb3958;
		font-weight: bold;
		margin: 0 auto 7%;
		line-height: 1.5;
	}
}
#ganseihirou #check_symptom .main_scene .btn1 {
    margin: 9% auto 0;
	position: relative;
    width: 100%;
    max-width: 375px;
    display: block;
    overflow: hidden;
}

#ganseihirou #check_symptom .ynbtn_zone{
	display: block;
	position: relative;
}

#ganseihirou #check_symptom .main_scene .btn_yes{
    position: relative;
    width: 90%;
    max-width: 320px;
    height: 40px;
    margin: 0 auto;
    display: block;
}

#ganseihirou #check_symptom .main_scene .btn_no{
	position: relative;
    width: 90%;
    max-width: 320px;
    height: 40px;
    margin: 0 auto;
    display: block;
}

#ganseihirou #check_symptom .main_scene .btn_yes img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
    border: solid 1px #3755c4;
    border-radius: 30px;
    background: #3755c4;
}


#ganseihirou #check_symptom .main_scene .btn_no img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
    border: solid 1px #3755c4;
    border-radius: 30px;
    background: #3755c4;
}
#ganseihirou #check_symptom .main_scene .btn_yes img:hover:nth-of-type(2){
	opacity: 0;
}
#ganseihirou #check_symptom .main_scene .btn_no img:hover:nth-of-type(2){
	opacity: 0;
}

#ganseihirou #check_symptom .btn_kuukan{
    padding: 3%;
}

#ganseihirou #check_symptom .main_scene .btn2 {
	margin: 45px 0 0 0;
    text-align: center;
}
#ganseihirou #check_symptom .main_scene .btn_prev{
    width: 40%;
    position: absolute;
    bottom: 3%;
    z-index: 40;

}

#ganseihirou #check_symptom .result_scene {
    display: none;
    position: relative;
    z-index: 1;
    padding: 7% 5% 9%;
    text-align: center;
}
#ganseihirou #check_symptom .result_scene .title {

	font-weight: bold;
	color: #85858A;
	font-size: 38px;
	line-height: 1;
}
#ganseihirou #check_symptom .result_scene .percent li {
	font-size: 4.375vw;
    color: #cb3958;
    font-weight: bold;
    margin: 4% auto;

}
@media screen and (min-width:756px) {
	#ganseihirou #check_symptom .result_scene .percent li {
		font-size: 30px;
	}
}
#ganseihirou #check_symptom .result_scene .percent li:first {
	display: block;
}
#ganseihirou #check_symptom .result_scene .comment li {
	font-size: 3.125vw;
    line-height: 2;
    color: #2d2d30;
}
#ganseihirou #check_symptom .result_scene .comment li:first {
	display: block;
}
#ganseihirou #check_symptom .result_scene .comment .text {
	margin: 5% auto 15%;
}
@media screen and (min-width:756px) {
	#ganseihirou #check_symptom .result_scene .comment .text {
		font-size: 16px;
	}
}
#ganseihirou #check_symptom .result_scene .btn span {

}


/*ドライアイ診断ここまで*/

/*最初に戻るボタン*/
#ganseihirou .check_area .return_entrance_btn {
    display: none;
    width: 40%;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 40;
}

#ganseihirou .check_area .return_entrance_btn span {

}
#ganseihirou .check_area .return_entrance_btn span:hover {

}

#ganseihirou .check_area .btn2 {

}

/*診断チェックエリアここまで*/
