.sp {
	display: none;
}
@media screen and (max-width: 999px) and (min-width: 741px){
#wrapper {
	min-width: 100%;
}
.container {
	width: 100%;
}
.box01-layout h1 {
	width: calc(100% - 460px);
}
.question-slider-wrapper, .question-process, .question-box01, .question-box02,
.under .inner, .rs-dropbox {
	width: 720px;
}
.rs-box01 .image-l { margin: 10px 94px 0 50px; }

}

@media screen and (max-width: 741px) and (min-width: 500px){
.question-page #footer{
	position: static;
}
}

@media screen and (max-width: 740px) {
#wrapper {
	min-width: 100%;
}
.container {
	width: 100%;
	padding: 0 3%;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
/*footer*/
#footer {
	padding: 15px 0 10px;
	min-width: inherit;
}
.f-name {
	margin-bottom: 5px;
}
.f-name img {
	width: 200px;
}
.f-copy {
	font-size: 10px;
}
#totop {
	bottom: 65px;
	right: 10px;
	width: 50px;
}
#totop:hover {
	opacity: 1;
}
/*TOP*/
#index #main{
	height: calc(100% - 59px);
}
.box01-layout {
	height: 100%;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.box01-layout h1 {
	margin-right: 0;
	height: 45%;
	margin-bottom: 10%;
	text-align: center;
	width: 96%;
}
.box01-layout h1 img {
	max-height: 100%;
	max-width: 100%;
}
.box01-items {
	width: 90%;
	padding: 30px 3% 25px;
}
.box01-items h2 {
	font-size: 5vw;
}
.box01-txt {
	font-size: 3.6vw;
	margin-bottom: 18px;
	line-height: 1.8em;
}
.box01-btn a {
	width: 200px;
	font-size: 18px;
	padding: 8px 0 10px;
}
.box01-btn a:hover, .box01-btn a:active {
	padding: 11px 0 7px;
}
.box01-more {
	width: 85px;
	height: 80px;
	padding-right: 4px;
	font-size: 16px;
	top: -60px;
	left: -10px;
}
/*Question*/
.question-slider-wrapper{
	width: 96%;
	padding: 30px 0;
}
.question-slider-all{
	margin-top: 10px;
}
.question-box01 {
	width: 96vw;
	margin: 0 auto 30px;
	padding: 20px 3%;
}
.question-ttl-items, .question-ttl-items h1 {
	font-size: 22px;
}
.question-box02 {
	width: 96vw;
	margin: 0 auto 30px;
	padding: 30px 5%;
}
.layout-question-icon {
	right: 10px;
	width: 100px;
}
.question-text {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	font-size: 16px;
	margin-bottom: 25px;
}
.question-text br { display: block; }
.question-btn li {
	width: 48%;
	max-width: 240px;
}
.question-btn li:first-child {
	margin-right: 2%;
}
.question-btn li a {
	font-size: 18px;
	padding: 8px 0 10px;
}
.question-btn li a:hover, .question-btn li a:active {
	padding: 11px 0 7px;
}
.question-process {
	width: 96%;
}
/*result*/
.under .inner {
	width: 100%;
}
.rs-box01 {
	padding: 0 0 15px;
}
.rs-box01 .bg {
	overflow: hidden;
	background: #FFF5CC url(../images/result_box01_bg.png) repeat-x center;
	background-size: cover;
	padding: 20px 10px;
	text-align: center;
	margin-bottom: 30px;
}
.rs-box01 .bg img {
	max-width: 200px;
}
.rs-box01 .inner {
	padding: 0 10px;
}
.rs-box01:before {
	display: none
}
.rs-box02 {
	padding: 30px 10px;
}
.rs-dropbox {
	width: 100%
}
.drop .show {
	padding: 10px 0
}
.b-txt {
	padding: 25px;
}
.rs-h2 {
	font-size: 34px;
	margin-bottom: 15px;
}
.rs-h3 {
	font-size: 23px;
	margin-bottom: 15px;
}
.rs-h3 span {
	/* background-size: 26px;
	padding-left: 36px;
	background-position: 0 5px; */
}
.under .b-txt {
	margin-bottom: 25px;
}
.rs-h4 {
	margin-bottom: 25px;
}
.rs-dropbox .drop {
	margin-bottom: 25px;
	padding: 15px 25px 13px;
}
.rs-dropbox .drop.shadow {
	box-shadow: 0px 3px 0px #d4a671;
}
.rs-h5 {
	font-size: 18px;
}
.rs-dropbox .rs-h5 {
	padding-right: 20px;
}
.rs-dropbox .ico {
	right: 20px;
	top: 17px
}
.rs-btn {
	width: 80%;
	max-width: 400px;
	font-size: 20px
}
.rs-btn span {
	background-size: 21px;
	padding-left: 28px;
}
.rs-box01 .image-l img {
	max-width: 100%
}
.rs-box03 {
	padding: 85px 10px 30px;
	background: #fff url(../images/result_box01_arrow01.png) no-repeat center top;
	background-size: 375px;
}
.rs-box03 .txt {
	padding: 0;
	margin-bottom: 25px;
}
.rs-dropbox .ico:hover:before, .rs-dropbox .ico:hover:after {
	background: #775222;
}
.img-sp {
	height: 240px;
	width: 240px;
	position: relative;
	border-radius: 100%;
	margin: 0 auto;
	line-height: 0;
	background: #fff;
	overflow: hidden;
}
.img-sp img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
}

@media screen and (max-width: 375px) {
.rs-box02 {
	padding: 30px 10px 15px;
}
}

@media screen and (max-height: 400px) and (min-height: 320px) {
.box01-items h2 {
	font-size: 16px;
	margin-bottom: 10px;
}
.box01-txt {
	font-size: 12px;
	margin-bottom: 12px;
}
.box01-items {
	padding: 10px 3% 5px;
}
.box01-btn a {
	width: 200px;
	font-size: 14px;
	padding: 3px 0 6px;
}
}
