@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "fontface.css";
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 140%;
	-webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
img {
	vertical-align: bottom;
}
a {
	color: #4b3b25;
}
a:hover, a:active {
	text-decoration: none;
}
table {
	width: 100%
}
p {
	margin: 0 0 1.5em;
	letter-spacing: 0px;
/*	font-family: 'rounded-mplus-2p-medium';*/
}
.section {
	margin: 0 0 30px;
}
.section .section {
	margin: 0 0 10px;
}
p, dd, td, th, li {
	line-height: 1.5em;
}
.image-l {
	float: left;
	margin: 0 16px 8px 0;
}
.image-r {
	float: right;
	margin: 0 0 8px 16px;
}
#totop {
	position: fixed;
	bottom: 92px;
	right: 50px;
	z-index: 1000;
	margin-bottom: 0;
}
#totop:hover{
	opacity: 0.7;
}
.bold {
	font-weight: bold;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
	color: #3e3a39;
/*	color: #000000;
*/}
#wrapper {
	min-width: 1000px;
	overflow: hidden;
}
.container {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
/*footer*/
#footer {
	background: #fff;
	padding: 20px 0 15px;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.f-name {
	text-align: center;
	margin-bottom: 10px;
	line-height: 0;
}
.f-copy {
	text-align: center;
	margin: 0;
	font-size: 12px;
	color: #717071;
}
/*TOP*/
#index #main{
	height: calc(100% - 82px);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: url(../images/idx_bg01.jpg) 0 0 repeat;
}
.box01 {
	height: 100%;
}
.box01-layout {
	width: 100%;
	height: 100%;
	padding: 0 50px 0 70px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box01-layout h1 {
	margin-right: 80px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 420px;
}
.box01-layout h1 img {
	max-height: 80%;
}
.box01-items {
	width: 380px;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 40px 0 25px;
	position: relative;
}
.box01-items h2 {
	text-align: center;
	color: #775222;
	font-size: 20px;
/*	font-family: 'rounded-mplus-2p-bold';*/
	font-weight: bold;
	margin-bottom: 16px;
}
.box01-txt {
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 28px;
}
.box01-btn {
	margin: 0;
	text-align: center;
}
.box01-btn a {
	display: inline-block;
	position: relative;
	z-index: 0;
	background: #e05c5c;
	color: #fff;
	border-radius: 5px;
	width: 240px;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: 0.2em;
	font-family: 'rounded-mplus-2p-bold', Meiryo, sans-serif;
	padding: 12px 0 14px;
	-webkit-transition: padding 0.05s linear;
	-moz-transition: padding 0.05s linear;
	transition: padding 0.05s linear;
}
.box01-btn a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: -3px;
	left: 0;
	border-radius: 5px;
	z-index: -1;
	background: #ff807c;
	-webkit-transition: top 0.05s linear;
	-moz-transition: top 0.05s linear;
	transition: top 0.05s linear;
}
.box01-btn a:hover {
	padding: 15px 0 11px;
}
.box01-btn a:hover:before {
	top: 0;
}
.box01-more {
	margin: 0;
	position: absolute;
	width: 96px;
	height: 90px;
	display: flex;
	box-sizing: border-box;
	padding-right: 6px;
	justify-content: center;
	align-items: center;
	background: url(../images/idx_img02.png) 0 0 no-repeat;
	background-size: contain;
	font-size: 20px;
	color: #fff;
	font-family: 'rounded-mplus-2p-medium', Meiryo, sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	top: -60px;
	left: -40px;
}
/*Question*/
.under #wrapper {
	background: #fff5cc;
}
.question-slider-wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 50px 0;
}
.question-slider-all{
	margin-top: 20px;
}
.question-box01 {
	width: 800px;
	margin: 0 auto 50px;
	padding: 30px 10px;
	box-sizing: border-box;
	background-image: url(../images/question_line01.png), url(../images/question_line01.png);
	background-repeat: repeat-x;
	background-size: auto 2px;
	background-position: 0 0, 0 100%;
}
.question-ttl-items, .question-ttl-items h1 {
	font-size: 30px;
	font-family: 'rounded-mplus-2p-medium', Meiryo, sans-serif;
	color: #775222;
	letter-spacing: 0.2em;
	line-height: 1em;
}
.question-ttl-items:first-letter, .question-ttl-items h1:first-letter {
	font-family: 'rounded-mplus-2p-heavy', Meiryo, sans-serif;
	color: #f29600;
}
.question-box02 {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
	position: relative;
	padding: 62px 50px 65px;
	box-sizing: border-box;
}
.layout-question-icon {
	position: absolute;
	right: 16px;
	bottom: 100%;
	width: 160px;
}
.question-text {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
/*	font-family: 'rounded-mplus-2p-medium', Meiryo, serif;*/
}
.question-text br { display:none; }
.question-btn {
	display: flex;
	justify-content: center;
}
.question-btn li {
	width: 240px;
}
.question-btn li:first-child {
	margin-right: 35px;
}
.question-btn li a {
	display: block;
	width: 100%;
	position: relative;
	z-index: 0;
	background: #e05c5c;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: 0.2em;
	font-family: 'rounded-mplus-2p-bold', Meiryo, sans-serif;
	padding: 12px 0 14px;
	text-align: center;
	-webkit-transition: padding 0.05s linear;
	-moz-transition: padding 0.05s linear;
	transition: padding 0.05s linear;
}
.question-btn li.question-btn-result a {
	background: #d87b00;
}
.question-btn li a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	margin-top: -3px;
	margin-right: 12px;
	width: 19px;
}
.question-btn li a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: -3px;
	left: 0;
	border-radius: 5px;
	z-index: -1;
	background: #ff807c;
	-webkit-transition: top 0.05s linear;
	-moz-transition: top 0.05s linear;
	transition: top 0.05s linear;
}
.question-btn li.question-btn-result a:before {
	background: #f29600;
}
.question-btn li a:hover {
	padding: 15px 0 11px;
}
.question-btn li a:hover:before {
	top: 0;
}
.question-process {
	width: 800px;
	margin: 0 auto;
	position: relative;
	background: #ffea99;
	height: 10px;
}
.question-process span {
	position: absolute;
	height: 10px;
	top: 0;
	left: 0;
	background: #f29600;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
/*Results*/
.result #footer{
	position: static;
}
.under .inner {
	width: 800px;
	margin: 0 auto;
}
.rs-box01 {
	background: #fff;
	position: relative;
	padding: 133px 0 44px;
}
.rs-box01 .image-l {
    margin: 10px 124px 0 80px;
}
.rs-box01 .image-l img {
    max-width: 240px;
}
.rs-box01:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(../images/result_box01_bg.jpg) center repeat-x;
}
.rs-h2 {
	font-size: 48px;
	color: #ff807c;
	line-height: 1.4em;
	text-align: center;
	font-family: 'rounded-mplus-2p-heavy', Meiryo, serif;
	letter-spacing: 7px;
	margin-bottom: 18px;
}
.rs-h1 {
	text-align: center;
	font-size: 16px;
	font-family: 'rounded-mplus-2p-medium', Meiryo, serif;
	line-height: 1.5em;
	margin-bottom: 6px;
	letter-spacing: 3.7px;
}
.ovflow {
	overflow: hidden
}
.rs-box02 {
	padding: 60px 0;
	background: #fff5cc;
}
.b-txt {
	background: #fff;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	padding: 38px 40px 47px;
}
.under .b-txt {
	margin-bottom: 44px;
	letter-spacing: 1px;
}
.rs-h3 {
	font-size: 24px;
	color: #ff807c;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 25px;
	font-family: 'rounded-mplus-2p-bold';
	letter-spacing: 1.2px;
}
.rs-h3 span {
	display: inline-block;
	/* padding-left: 43px;
	background: url(../images/result_ico_check.png) no-repeat left top 2px;
	background-size: 31px; */
}
.rs-h4 {
	color: #f29600;
	line-height: 1.5em;
	margin-bottom: 30px;
	font-size: 24px;
	font-family: 'rounded-mplus-2p-heavy', Meiryo, serif;
	text-align: center;
}
.rs-h5 {
	color: #775222;
	line-height: 1.5em;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: left;
	font-family: 'rounded-mplus-2p-bold';
}
.rs-dropbox {
	width: 800px;
	margin: 0 auto;
}
.rs-dropbox .drop {
	border-radius: 20px;
	margin-bottom: 40px;
	padding: 27px 40px 27px;
	background: #fff;
	position: relative;
}
.drop .show {
	max-height: 200vh;
	padding: 20px 0 8px;
	overflow: hidden;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.drop.shadow .show {
	max-height: 0;
	padding: 0;
}
.rs-dropbox p:last-child, .b-txt p:last-child {
	margin-bottom: 0
}
.rs-dropbox .ico {
	display: inline-block;
	float: right;
	position: absolute;
	top: 30px;
	right: 42px;
	padding: 10px 9px;
	z-index: 1;
}
.rs-dropbox .ico:before, .rs-dropbox .ico:after {
	content: "";
	position: absolute;
	height: 3px;
	width: 17px;
	background: #775222;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.rs-dropbox .ico:hover:before, .rs-dropbox .ico:hover:after {
	background: #ECB030;
}
.rs-dropbox .ico:before {
	transform: rotate(-45deg);
}
.rs-dropbox .ico:after {
	transform: rotate(45deg);
}
.rs-dropbox .ico.active:after {
	transform: rotate(-180deg);
}
.rs-dropbox .ico.active:before {
	transform: rotate(-90deg);
}
.rs-box02 .btn {
	text-align: center;
	margin-bottom: 0;
}
.rs-btn{
	padding: 17px 0 18px;
	color: #fff;
	text-align: center;
/*	background-color: #eab200;*/
	background-color: #d87b00;
	text-decoration: none;
	font-size: 26px;
	font-family: 'rounded-mplus-2p-bold', Meiryo, serif;
	border-radius: 5px;
	width: 400px;
	letter-spacing: 3px;
	display: block;
	position: relative;
	z-index: 0;
	margin: 0 auto;
	-webkit-transition: padding 0.05s linear;
	-moz-transition: padding 0.05s linear;
	transition: padding 0.05s linear;
}
.rs-btn:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: -3px;
	left: 0;
	border-radius: 5px;
	z-index: -1;
/*	background: #ffcb00;*/
	background: #f29500;	
	-webkit-transition: top 0.05s linear;
	-moz-transition: top 0.05s linear;
	transition: top 0.05s linear;
}
.rs-btn:hover {
	padding: 20px 0 15px;
}
.rs-btn:hover:before {
	top: 0;
}
.rs-btn span {
	display: inline-block;
	padding-left: 38px;
	background: url(../images/rs_btn.png) no-repeat left;
	background-size: 25px;
}
.rs-btn.c-pink {
	background-color: #e05c5c;
}
.rs-btn.c-pink:before{
	 background-color: #ff807c;
}
.rs-box03 {
	padding: 75px 0 30px;
	position: relative;
	background: #fff url(../images/result_box01_arrow.png) no-repeat center top -2px;
}
.rs-box03 .txt {
	margin-bottom: 35px;
	padding: 0 40px;
}
.drop .rs-h5 {
	margin-bottom: 0;
}

