@charset "utf-8";
/* =======================================
	BASIC
======================================= */
:root {
  --main-color: #73BFE6;
  --sub-color: #12757B;
  --text-color: #333;
  --red-color:#E05334;
  --blue-color:#2996CC;
  --yellow-color:#FFE28C ;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Noto Sans JP Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto Sans JP Regular.woff") format("woff");
  font-display: swap;
}
body{
	color: var(--text-color);
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 170%;
	background-color:#fff;
	margin:0;
}
img{
	width:auto;
	width:100%;
	vertical-align: bottom;
	max-width: 100%;
}
h1{
	font-size:160%;
	font-weight: bold;
	line-height:1.5;
	margin-bottom:20px;
}
p{
	line-height:1.7;
	color:var(--text-color);
	margin-bottom:20px;
}
a {
  color: #1a0dab;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  cursor: pointer;
  opacity: .7;
  text-decoration: none;
}
input[type="image"]:hover{
	opacity:0.6;
}
iframe{
	margin:0;
	padding:0;
	width:100%;
	box-sizing: border-box;
}
.full_img img{
	width: 100%;
	vertical-align: bottom;
}
/* =======================================
SP
======================================= */
header{
	margin: 0 auto 20px;
}
.contents{
	width:100vw;
	margin:0 auto;
	background-color:#fff;
}
.questionnaireArea__form{
	overflow: hidden;
}
.questionnaireStart{
	margin:0px auto;
}
.questionnaireBox{
	margin:40px 0 0;
}
.questionnaireBox.q1{
	margin-top: 0;
}
.questionnaireBox.already,
.questionnaireBox.inactive{
	opacity: 0.4;
}
.questionnaireTxt{
	position: relative;
	padding:0 20px;
	margin-bottom:10px;
}
.questionnaireTxt img{
    width: 124px;
    display: block;
    margin: 0 auto 10px;
}
.questionnaireCount{
	position: absolute;
	left:0;
	top:0;
	padding:10px;
	background-color:#D90C18;
}
.questionnaireTxt .txt{
	font-size:24px;
	line-height:1.5;
	color:#12757B;
	font-weight: bold;
	display: block;
	text-align: center;
}
.questionnaireChoices{
	margin: 30px auto 0;
	padding: 0 20px;
}
.questionnaireChoices-label{
	display: block;
	border-radius: 300px;
	border: 3px solid #12757B;
	padding: 20px 28px;
	box-sizing: border-box;
	margin: 20px auto 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}
.questionnaireChoices-radio{
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 28px;
	margin-top: -12px;
}
/* ラジオボタン */
.questionnaireChoices-radio {
  display: none;
}
.questionnaireChoices-label {
  position: relative;
}
.questionnaireChoices-label::before {
    position: absolute;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #12757B;
    top: 50%;
    margin-top: -12px;
    left: 28px;
}
.questionnaireChoices-label.checked::after {
	position: absolute;
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: var(--red-color);
	border: 1px solid var(--red-color);
	top: 50%;
	margin-top: -12px;
	left: 28px;
	background-size: 12px 9px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS44NjgiIGhlaWdodD0iOC44NSIgdmlld0JveD0iMCAwIDExLjg2OCA4Ljg1Ij4KICA8cGF0aCBpZD0iSWNvbl9hd2Vzb21lLWNoZWNrIiBkYXRhLW5hbWU9Ikljb24gYXdlc29tZS1jaGVjayIgZD0iTTQuMDMxLDEzLjI1My4xNzQsOS40YS41OTMuNTkzLDAsMCwxLDAtLjgzOWwuODM5LS44MzlhLjU5My41OTMsMCwwLDEsLjgzOSwwbDIuNiwyLjYsNS41NjUtNS41NjVhLjU5My41OTMsMCwwLDEsLjgzOSwwbC44MzkuODM5YS41OTMuNTkzLDAsMCwxLDAsLjgzOUw0Ljg3LDEzLjI1M0EuNTkzLjU5MywwLDAsMSw0LjAzMSwxMy4yNTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC00LjU3NykiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
	z-index: 10;
}
.questionnaireChoices-label.checked{
	font-weight: bold;
	border: 3px solid var(--red-color);
}
.questionnaireChoices-label::after {
 opacity: 1;
}
.questionnaireThx{
	margin: 44px 0 0;
}
.offer__ttl{
	margin: 20px auto 0;
}
section.offer,
section.norikae ,
section.last,
section.reason,
section.clinic{
	padding: 20px;	
}
.offer_img{
	width: calc(100% + 26px);
}
.offer_img img{
	margin: 0 -13px;
	width: 100%;
}
.last__img{
	margin-bottom: 40px;
}
.clinic__title,
.reason__title{
	font-size: 20px;
	color: #1F2057;
	font-weight: bold;
	text-align: center;
	margin: 40px auto 20px;
}
.clinic__logo{
	width: 200px;
	margin: 0 auto 20px;
}
.clinic__logo img{
	width: 100%;
	vertical-align: bottom;
}
.clinic__title small{
	display: block;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 3.0;
}
.reason__title::before{
	content: "";
	 width: 45px;
	 height: 36px;
	 background-size: 45px 36px;
	 background-image: url("../img/crown.svg");
	 display: block;
	 margin: 0 auto 15px;
}
/*
フォームボタン
*/
.formSubmit{
	position: relative;
	margin: 20px;
}
section .formSubmit{
	margin: 20px auto;
}
.formSubmit a{
	display: block;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 4px;
	background: rgb(57,178,187);
	background: linear-gradient(180deg, rgba(57,178,187,1) 0%, rgba(40,150,160,1) 50%, rgba(16,136,145,1) 51%, rgba(96,185,191,1) 99%, rgba(181,222,225,1) 100%);
	color: #fff;
	border: solid 2px #12757B;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
}
.formSubmit a:before{
	content: "";
	width: 20px;
	height: 13px;
	background-size: 20px 13px;
	display: inline-block;
	position: absolute;
	top:50%;
	margin-top: -7px;
	background-image: url("../img/ionic-ios-arrow-round-forward.svg");
	right:20px;
}
.formSubmit a:hover{
	opacity: 0.8;
}
.formSubmit:before{
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: #12757B;
	border-radius: 4px;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.norikae__bnr{
	margin-top: 20px;
}
/* =======================================
PC
======================================= */
@media screen and (min-width: 768px) {
	.contents{
		width:600px;
		margin:20px auto;
	}
	img{
	width:auto;
	max-width:100%;
	vertical-align: bottom;
	}
}
/*

FOOTER

footer {
	background-color: #12757B;
	color: #2996CC;
	text-align: center;
	margin-top: 50px;
  }
  
  footer .footer {
	padding: 10px 0;
  }
  
  footer .footer .foot_link li {
	display: inline-block;
	color: #fff;
	font-size: 10.92px;
  }
  
  footer .footer .foot_link li a {
	border-right: 1px solid #fff;
	padding: 0 8px 0 5px;
	color: #fff;
	text-decoration: none;
  }
  
  footer .footer .foot_link li:nth-last-of-type(1) a {
	border-right: none;
  }
  
  footer .footer .logo {
	display: block;
	margin: 0 auto;
	width: 84.5px;
	opacity: 0.6;
  }
  
  footer .footer .logo img {
	width: 100%;
	vertical-align: bottom;
	position: relative;
	top: -2.7px;
  }
  
 .copyright{
 	text-align: center;
	color: #2996CC;
	font-size: 10px;
  }
  
  .to_top {
	position: fixed;
	bottom: 15px;
	right: -160px;
	z-index: 9998;
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	text-indent: -9999px;
	cursor: pointer;
	background-image: url(https://static.epilino.jp/img/to_top.png);
	background-size: 50px 50px;
	opacity: 0.8;
  }
*/
/*アンケート送信ボタン*/
/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}
/*ボタン装飾*/
.hidden_box label {
	display: inline-block;
	text-decoration: none;
	background: #ff8181;
	color: #FFF;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-bottom: solid 3px #bd6565;
	transition: .4s;
}
/*ボタンホバー時*/
.hidden_box label:hover {
    background: #FFF;
}
/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
/*配色変更版アンケートBOX*/
.questionnaireBox_ep{
	margin:15px 15px 40px;
}
.questionnaireBox_ep .questionnaireTxt{
	background-color:#FBAFB815;
	position: relative;
	padding:20px;
	padding-left:55px;
	margin-bottom:10px;
}
.questionnaireBox_ep .questionnaireTxt .count{
	color:#fff;
	font-size:120%;
	position: absolute;
	left:0;
	top:0;
	padding:10px;
	background-color:#D90C18;
}
.questionnaireBox_ep.q1 .questionnaireTxt .count,
.questionnaireBox_ep.q2 .questionnaireTxt .count,
.questionnaireBox_ep.q3 .questionnaireTxt .count,
.questionnaireBox_ep.q4 .questionnaireTxt .count,
.questionnaireBox_ep.q5 .questionnaireTxt .count,
.questionnaireBox_ep.q6 .questionnaireTxt .count,
.questionnaireBox_ep.q7 .questionnaireTxt .count,
.questionnaireBox_ep.q8 .questionnaireTxt .count,
.questionnaireBox_ep.q9 .questionnaireTxt .count{
	text-indent: -9999px;
	width:60px;
	height:60px;
	background-color: transparent;
	background-image:url(../img/icon_q01_pink.png);
	background-size:60px 60px;
	box-sizing: border-box;
}
.questionnaireBox_ep.q2 .questionnaireTxt .count{
	background-image:url(../img/icon_q02_pink.png);
}
.questionnaireBox_ep.q3 .questionnaireTxt .count{
	background-image:url(../img/icon_q03_pink.png);
}
.questionnaireBox_ep.q4 .questionnaireTxt .count{
	background-image:url(../img/icon_q04.png);
}
.questionnaireBox_ep.q5 .questionnaireTxt .count{
	background-image:url(../img/icon_q05.png);
}
.questionnaireBox_ep.q6 .questionnaireTxt .count{
	background-image:url(../img/icon_q06.png);
}
.questionnaireBox_ep.q7 .questionnaireTxt .count{
	background-image:url(../img/icon_q07.png);
}
.questionnaireBox_ep.q8 .questionnaireTxt .count{
	background-image:url(../img/icon_q08.png);
}
.questionnaireBox_ep.q9 .questionnaireTxt .count{
	background-image:url(../img/icon_q09.png);
}
.questionnaireBox_ep .questionnaireTxt .txt{
	font-size:130%;
	line-height:1.4;
	color:#111;
	font-weight: bold;
	margin-top: 12px;
}
.questionnaireBox_ep label{
	display: block;
	margin:0 15px 15px 0px;
	padding-left:25px;
	font-size:120%;
	position:relative;
}
.questionnaireBox_ep label input[type="checkbox"]{
	position: absolute;
	left:0;
	top:3px;
}
/*文字装飾系*/
.marker_pink {
    background: linear-gradient(transparent 60%, #ff7a9726 0%);
}
.marker_gray {
    background: linear-gradient(transparent 60%, #81818126 0%);
}
.b {
    font-weight: bold;
}
/*
フッターリンク

.footer_link_area{
	width:600px;
	border-top:1px solid #bb2121;
	margin:15px auto 0;
}
.footer_link_area .footer_link_box .footer_link_title{
	border-bottom:1px solid #bb2121;
	padding:15px;
	text-align:left;
	font-weight: bold;
	position: relative;
}
.footer_link_area .footer_link_box .footer_link_title:hover{
	cursor: pointer;
	opacity: 0.6;
}
.footer_link_area .footer_link_box .footer_link_title:before{
	content:"+";
	position: absolute;
	right:10px;
	color:#fff;
}
.footer_link_area .footer_link_box .footer_link_title.active:before{
	content:"-";
}
.footer_link_area .footer_link_box ul{
	display: none;
}
.footer_link_area .footer_link_box ul li a{
	padding:10px;
	background-color:#fff;
	line-height:1.0;
	text-align:left;
	border-bottom:1px solid #ccc;
	width:100%;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	position: relative;
	color:var(--text-color);
}
.footer_link_area .footer_link_box ul li a:after{
	content:">";
	position: absolute;
	right:10px;
	color:#F83E5B;	
}
*/

/*
アンケート表示
*/
.questionnaireBox.already .questionnaireChoices{
  position: relative;
}
.questionnaireBox.already .questionnaireChoices::before{
  content:"";
  top: 0;
  left: 0;
  z-index: 3000;
  background-color: rgba(0,0,0,0.0);
  width: 100%;
  height: 100%;
  position: absolute;
}
.questionnaireBox.already .questionnaireChoices::after{
  content: "アンケート結果";
  top: -30px;
  right: 20px;
  font-size: 12px;
  text-align: right;
  z-index: 3000;
  width: 200px;
  color: #FA6464;
  height: 20px;
  position: absolute;
  font-weight: bold;
}
.questionnaireBox.already{
  opacity: 1.0 !important;
}
.questionnaireBox .questionnaireChoices-label span.ratio{
  display: none;
}
.questionnaireBox .questionnaireChoices-label span.ratio{
  background-color:#edc8c0;
  opacity: 0.5;
  display: block;
  position: absolute;
  top:0;
  left:-9999px;
  width:1px;
  z-index: 1;
  height:100%;
  width:200px;
  transition: 0.8s;
}
.questionnaireChoices-labelText{
  position: relative;
  z-index:10;
  color: #12757B;
}
.questionnaireBox.already .questionnaireChoices-label span.ratio{
  left:0;
  display: inline-block;
  box-sizing: border-box;
  padding:10px;
}
.questionnaireBox .questionnaireChoices-label span.ratioTxt{
  display: none
}
.questionnaireBox.already .questionnaireChoices-label span.ratioTxt{
  color: var(--red-color);
  font-size: 16px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 20px;
  display: inline-block;
  z-index: 10;
}
.questionnaireBox.already .questionnaireChoices-label{
  overflow: hidden;
}
.questionnaireBox.already .questionnaireChoices-label input{
  position: relative;
  z-index: 100;
}

