@charset "utf-8";

/* ==================================================================

	enquete.css
	
=================================================================== */

.debug{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	width: 400px;
	border-radius: 10px;
	color: #fff;
}

body .contents .buttonStyle a{
	padding: 20px;
	font-size: 164%;
	width: 387px;
	border-radius: 50px;
	position: relative;
	transition: 0.5s;
	background-color: #3FB2B2;
	border: 1px solid #3FB2B2;

	&:hover{
		background: #fff;
		color: #3FB2B2;
		border: 1px solid #3FB2B2;
	}
}





/* --------------------------------
   □ diagnosis
-------------------------------- */ 

header#top{
	display: none;
}

.contents {
    background: #fff;
	padding-bottom: 0;
}

.contents #accentArea {
	padding-top: 20px;
}

.contents #accentArea *{
	text-align: center;
}

.contents #accentArea p.logo{
	margin-bottom: 20px;
}

.contents #accentArea h2.lead{
	color: #090909;
}

.contents #accentArea h2.lead span{
	display: block;
	font-size: 65%;
	background:url("../../images/lp/diagnosis/fukidashi.png") 50% 50% no-repeat;
	margin-bottom: 5px;
}

.contents #accentArea h2.lead span em{
	position: relative;
	display: inline-block;
	padding: 0 30px;
}

.contents #accentArea p.txt{
	font-size: 114%;
	margin-bottom: 20px;
	line-height: 1.7;
}

.contents #accentArea .buttonStyle{
	margin-top: 20px;
}


@media only screen and
    (max-width : 767px) {
 
    .contents #accentArea {
        background-size: cover;
        margin-bottom: 60px;
        border-bottom: none;
    }
    .contents #accentArea p.logo{
        margin-bottom: 20px;
        text-align: center;
    } 
        .contents #accentArea p.logo img{
            width: 62%;
        }       
    .contents #accentArea h2 img{
        width: 98%;
    }

    .contents #accentArea h2.lead span {
        background-size: cover;
    }

}


.contents main > section {
    width: 1090px;
	margin-bottom: 0;
}

/* --------------------------------
   □ 質問
-------------------------------- */ 

main#qa{
	padding: 30px;
    background: url(../../images/lp/diagnosis/qa/parts.png) 50% 50% no-repeat #F2F2F2;
    background-size: contain;
}

#qa h1{
	margin-bottom: 30px;
}

#qa .inner{
	background: #fff;
	border-radius: 20px;
	padding: 90px 0;
	position: relative;
	margin-bottom: 50px;
}

#qa .inner p.number{
	width: 130px;
    height: 130px;
    line-height: 2.5;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
	font-size: 371%;
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -45px;
	font-family: 'Roboto', sans-serif;
}

#qa .inner p.number span{
}

#qa .inner *{
	text-align: center;
}

#qa .inner h3{
	font-size: 171%;
	margin: 10px 0 50px 0;
	padding: 0 148px;
}

#qa .inner ul.btn{

	& + ul.btn{
		margin-top: 48px;
	}
}
#qa .inner ul.btn li{
	width: 800px;
	margin-inline: auto;
	margin-bottom: 28px;

	&.hidden{
		display: none;
	}

	a , label{
		background: #3FB2B2;
		color: #fff;
		padding: 12px;
		border-radius: 64px;
		display: block;
		margin: auto;
		font-size: 164%;
		text-decoration: none;
		border: 1px solid #3FB2B2;
		transition: 0.5s;
		box-sizing: border-box;
		cursor: pointer;
		&:hover{
			background: #fff;
			color: #318080;
		}
	}

	textarea{
		width: 100%;
		height: 6em;
		padding: 12px;
		border-radius: 8px;
		display: block;
		margin: auto;
		text-align: left;

		& + *{
			margin-top: 28px;
		}
	}
}

#qa button{
	width: 400px;
	background: #318080;
	color: #fff;
	padding: 12px;
	border-radius: 64px;
	display: block;
	margin: auto;
	font-size: 164%;
	text-decoration: none;
	border: 1px solid #318080;
	transition: 0.5s;
	box-sizing: border-box;
	cursor: pointer;
	&:hover{
		background: #fff;
		color: #2D3442;
		border: 1px solid #2D3442;
	}

	@media only screen and
	(max-width : 767px) {
		font-size: 100%;
	}
}


.checkbox {
	appearance: none;
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	cursor: pointer;
	vertical-align: middle;
  }
  
  .checkbox:checked {
	background-color: #2D3442;
  }
  
  .checkbox:checked::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 3px;
	width: 12px;
	height: 6px;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: rotate(-45deg);
  }

/* --------------------------------
   □ pager
-------------------------------- */ 

.bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-pager.bx-default-pager a {
  background: #D1D1D1;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	cursor: default;
}
/*
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active,
.bx-pager.bx-default-pager a:focus {
  background: #FD5A23;
}
*/
.bx-pager.bx-default-pager a.active {
  background: #FD5A23;
}

.bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
}
.bx-pager-item {
  font-size: 0;
  line-height: 0;
}

p.back{
	font-size: 142%;
	text-align: center;
}

p.back a{
	position: relative;
    display: inline-block;
    padding-left: 20px;
}

p.back a:after{
	content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #565656 #565656;
    transform: rotate(45deg);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* --------------------------------
   □ 質問
-------------------------------- */ 

main#result{
	padding: 30px;
	background: url(../../images/lp/diagnosis/result/bg.png) 50% 5% no-repeat #F2F2F2;
}

#result h1{
	margin-bottom: 30px;
}

#result h2{
	text-align: center;
	font-weight: 700;
	font-size: 285%;
	margin-bottom: 28px;
}

#result .section{
	width: 1000px;
    margin: 0 auto 0 auto;
}

#result .fukidashi{
	position: relative;
}

#result .fukidashi:before{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

#result .inner{
	background: #fff;
	border-radius: 20px;
	padding: 90px 0;
	position: relative;
	margin-bottom: 50px;
}

#result .inner:before{
	content: "";
	position: absolute;
	background: url("../../images/lp/diagnosis/result/parts1.png");
	width: 60px;
	height: 133px;
	top: 35px;
	left: 65px;
}

#result .inner:after{
	content: "";
	position: absolute;
	background: url("../../images/lp/diagnosis/result/parts2.png");
	width: 51px;
	height: 140px;
	top: 35px;
	right: 74px;
}

#result .inner h3{
	text-align: center;
	font-size: 264%;
	font-weight: 700;
	margin-bottom: 60px;
}

#result .inner ul.list{
	width: 786px;
	margin: auto;
	border: 7px solid #F2F2F2;
	overflow: hidden;
}

#result .inner ul.list li{
	width: 50%;
	float: left;
	padding: 50px 45px;
	box-sizing: border-box;
}

#result .inner ul.list li.gray,
#result .inner ul.list li.no1,
#result .inner ul.list li.no4,
#result .inner ul.list li.no5,
#result .inner ul.list li.no8,
#result .inner ul.list li.no9,
#result .inner ul.list li.no12,
#result .inner ul.list li.no13{
	background: #EBEAE8;
}

#result .inner ul.list li h4{
	font-size: 214%;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
}

#result .inner ul.list li h4:after{
	content: "";
    position: absolute;
    width: 30px;
    border-bottom: 2px solid #C4C4C4;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#result .inner ul.list li h4 span{
	font-size: 50%;
	display: block;
	color: #C4C4C4;
	margin-bottom: 15px;
}

#result .inner ul.list li p.image{
	margin-bottom: 25px;
	text-align: center;
}

#result .inner ul.list li p.text{
	margin-bottom: 25px;
}

#result .inner ul.list li .buttonStyle a {
	width: 85%;
    box-sizing: border-box;
    font-size: 114%;
}

#result #guest .eventArea iframe {
	position: relative;
	top: inherit;
	left: inherit;
	width: 100%;
	height: 550px;
}



@media only screen and
(max-width : 767px) {
	
/* --------------------------------
   □ 
-------------------------------- */ 

body .buttonStyle a {
	width: 80%;
    padding: 15px;
    font-size: 116%;
}

body .buttonStyle.search a {
    box-sizing: border-box;
	width: 100%;
	padding: 15px;
}

body .buttonStyle.search a:after {
	left: 7%;
	zoom: 0.7;
}

body .buttonStyle.search a:hover:after {
    zoom: 0.7;
}



.contents main > section {
    width: auto;
}

#diagnosis main #case h3.title {
    font-size: 155%;
    border: none;
    padding-left: 0;
    text-align: left;
	margin-bottom: 40px;
}

#diagnosis main #case ul.list li {
    margin-bottom: 60px;
}

#diagnosis main #case ul.list li .textarea {
    width: auto;
    float: none;
    margin-bottom: 37px;
}

#diagnosis main #case ul.list li .textarea .flex {
    display: flex;
}

#diagnosis main #case ul.list li .textarea .flex p.number {
    width: 60px;
    height: 60px;
	line-height: 27px;
	font-family: "Roboto";
}
	
#diagnosis main #case ul.list li .textarea .flex p.number span {
    font-size: 87%;
}
	
#diagnosis main #case ul.list li .textarea .flex p.number span em {
    font-size: 200%;
}

#diagnosis main #case ul.list li .textarea .flex h4 {
    font-size: 122%;
}

#diagnosis main #case ul.list li .textarea p.text {
    font-size: 114%;
}
	
#diagnosis main #case ul.list li .diagnosis:before,
#diagnosis main #case ul.list li .diagnosis:after{
	zoom:0.5;
}

#diagnosis main #case ul.list li .diagnosis .leftarea {
    width: auto;
    float: none;
    position: relative;
}
	
#diagnosis main #case ul.list li .diagnosis .leftarea p.parts {
    padding-left: 0;
    text-align: center;
	zoom: 0.7;
    margin-bottom: 30px;
}
	
#diagnosis main #case ul.list li .diagnosis .rightarea {
    width: auto;
    float: none;
    min-height: auto;
}

#diagnosis main #case ul.list li .diagnosis .rightarea dl {
    margin-bottom: 35px;
}

#diagnosis main #case ul.list li .diagnosis .rightarea dl dt {
    font-size: 107%;
	margin-bottom: 10px;
}
	
#diagnosis main #case ul.list li .diagnosis .rightarea dl dd {
    font-size: 83%;
}
	
#diagnosis main #case ul.list li .diagnosis .rightarea p.buttonStyle {
    position: relative;
	z-index: 1;
}

#guest h3 {
    font-size: 155%;
    text-align: left;
    border: none;
    padding-left: 0;
}

#guest p.text {
    font-size: 114%;
    text-align: left;
}

#guest .eventArea {
    height: 1000px;
    padding: 0;
}
#guest .eventArea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* --------------------------------
   □ qa
-------------------------------- */ 
	
main#qa {
    padding:5% 2%;
    background: #F2F2F2;
	position: relative;
	overflow: hidden;
}

	main#qa:after{
		content: "";
		background: url("../../images/lp/diagnosis/qa/parts1.png");
		width: 225px;
		height: 250px;
		position: absolute;
		left: -55px;
		top: 210px;
		zoom: 0.4;
	}

	main#qa:before{
		content: "";
		background: url("../../images/lp/diagnosis/qa/parts2.png");
		width: 279px;
		height: 346px;
		position: absolute;
		right: -55px;
		top: 210px;
		zoom: 0.4;
	}

	#qa .chapter{
		position: relative;
	}

	#qa .chapter:before{
		content: "";
		background: url("../../images/lp/diagnosis/qa/parts3.png");
		width: 168px;
		height: 217px;
		position: absolute;
		left: -55px;
		bottom: 60px;
		zoom: 0.4;
	}

	#qa .chapter:after{
		content: "";
		background: url("../../images/lp/diagnosis/qa/parts4.png");
		width: 135px;
		height: 147px;
		position: absolute;
		right: -30px;
		bottom: 110px;
		zoom: 0.4;
		visibility: visible;
	}


	#qa h1 {
		margin-bottom: 60px;
	}

	#qa .inner p.number {
		width: 80px;
		height: 80px;
		font-size: 180%;
	}

	#qa .inner {
		padding: 7% 4%;
		position: relative;
		z-index: 1;
	}

	#qa .inner:before,
	#qa .inner:after{
		display: none;
	}

	#qa .inner h3 {
		font-size: 116%;
		text-align: left;
		margin-bottom: 25px;
		margin-top: 15px;
		padding: 0 0;
	}

	#qa .inner ul.btn li {
		width: auto;
		a , label{
			padding: 15px;
			font-size: 100%;
		}
	}



/* --------------------------------
   □ result
-------------------------------- */ 

	main#result {
		padding:5% 2%;
		background: url(../../images/lp/diagnosis/result/bg.png) 0 3% no-repeat #F2F2F2;
		background-size: contain;
	}

		main#result .section{
			margin: 0;
			width: auto;
		}

		#result h2 {
			font-size: 220%;
		}
	
		#result .inner {
			padding: 30px 0;
		}
	
		#result .inner:after {
			right: 10px;
			zoom: 0.7;
			top: 30px;
		}

		#result .inner:before{
			left: 10px;
			zoom: 0.7;
			top: 30px;
		}

		#result .inner h3 {
			font-size: 155%;
			margin-bottom: 40px;
		}

		#result .inner ul.list {
			width: 85%;
		}

		#result .inner ul.list li {
			width: auto;
			float: none;
			padding: 7% 4%;
		}

		#result .inner ul.list li.gray,
		#result .inner ul.list li.no1,
		#result .inner ul.list li.no4,
		#result .inner ul.list li.no5,
		#result .inner ul.list li.no8,
		#result .inner ul.list li.no9,
		#result .inner ul.list li.no12,
		#result .inner ul.list li.no13{
			background: none;
		}

		#result .inner ul.list li:nth-child(2n){
			background: #EBEAE8;
		}

		#result .inner ul.list li h4 {
			font-size: 142%;
		}
	
		#result #guest .container{
			margin: 0;
		}
	
		#result #guest .eventArea iframe {
			height: 100%;
		}










}

	
