/*--------------------------------
笆ｼreset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ol,ul{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
body{
	font-size: 24px;
	font-family: "Rounded Mplus 1c",sans-serif;
	color: #654843;
	background: #f0f0f0;
	-webkit-text-size-adjust: 100%;
}
a{
	transition: 0.5s;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	background: #fff;
}
.wrap.form {
    padding: 92px 0 0 0;
}
.clear{
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
/*--------------------------------
header
--------------------------------*/
.top{
	position: relative;
	background: #fff;
}
.logo-link{
	display: block;
	padding: 4% 12%;
}
/*--------------------------------
Search
--------------------------------*/
.search-block{
	background: #fff6e6;
}
.search-block .inner{
	margin: 0 auto;
	padding: 4%;
	overflow: hidden;
}

.member-search{
	margin: 0;
	padding: 4%;
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
}
.member-search .heading{
	padding: 0 0 4%;
}
.member-search fieldset{
	padding: 0 0 4% 0;
	display:flex;
	flex-basis: 50%;
}
.member-search label{
	width: 60px;
	display:block;
	line-height: 50px;
	text-align: center;
	
}
.member-search select{
	padding: 0 0 0 10px;
	width: 100%;
	height: 50px;
	background: url(../images/icon_select.png) no-repeat right #e2f0fe;
	background-size: 40px 50px;
	border-radius: 10px;
	border: 2px solid #b3d6ff;
	color: #666;
}
.member-search footer{
	padding: 4% 0 0;
	width: 100%;
	text-align: center;
}
.member-search button{
	margin: 0 auto;
	width: 210px;
	height: 50px;
	display; block;
	background: url(../images/icon_searchbtn.png) no-repeat 0 0 #f9753f;
	background-size: 50px;
	color: #fff;
	border-radius: 25px;
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
	transition: 0.4s;
	transform:translate3d(0,0,0);
}
.member-search button:hover{
	box-shadow: 1px 1px 0 rgba(0,0,0,.1);
	transform:translate3d(0,1px,0);
}

/*--------------------------------
Contents
--------------------------------*/
.heading{
	width: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	overflow: hidden;
}
.top-contents{
	padding: 10px;
}
.content .inner{
	padding: 0 4% 4%;
}
.review .heading{
	padding: 4% 0;
}
.voice{
	background: #fff6e6;
	border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.voice-inner{
	padding: 4%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}
.voice-detail{
	padding: 0 0 0 10px;
	flex-grow: 1;
}
.voice-detail li{
	padding: 2% 0;
	display:flex;
	text-align: center;
	border-bottom: 2px dotted #c7b190;
}
.voice-detail li p:nth-of-type(1){
	width: 40%;
	font-size: .8em;
}
.voice-detail li p:nth-of-type(2){
	width: 60%;
	font-size: .9em;
	font-weight: bold;
}
.voice figure{
	padding: 4px;
	width: 30%;
	max-width: 164px;
	aspect-ration: 1 / 1;
	background: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.voice-txt{
	margin: 4% 0 0 0;
	padding: 4%;
	width: 100%;
	font-size: 1em;
	line-height: 1.6;
	background: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.caution{
	padding: 2% 0 0;
	font-size: .8em;
	text-align: right;
}
.result .inner{
	padding: 0 4%;
}
.result-item{
	margin: 0 0 4%;
	padding: 4%;
	background: #fff6e6;
	border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.result-detail{
	padding: 0 0 0 10px;
	flex-grow: 1;
}
.result-detail li{
	padding: 2% 0;
	display:flex;
	text-align: center;
	border-bottom: 2px dotted #c7b190;
}
.result-detail li p:nth-of-type(1){
	width: 40%;
	font-size: .8em;
}
.result-detail li p:nth-of-type(2){
	width: 60%;
	font-size: .9em;
	font-weight: bold;
}
.result-thumb{
	padding: 0 0 4% 0;
	text-align: center;
}
.result-thumb img{
	padding: 4px;
	width: 40%;
	max-width: 304px;
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.result-txt{
	margin: 20px 0 0 0;
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	background: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.general-item{
	padding: 4% 4% 0;
	background: #fff6e6;
	border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.general-item h3{
	margin: 0 0 2%;
	padding: 2% 0;
	font-size: 1em;
	line-height: 1.4;
	border-bottom: 2px dotted #c7b190;
	font-weight: bold;
}
.general-item h4{
	padding: 2% 0;
	font-size: 1em;
	line-height: 1.4;
	font-weight: bold;
	color: #aa4d26;
}
.general-item .sub-head{
	margin: 0;
	text-align: center;
}
.general-item p{
	padding: 0 0 4%;
	font-size: 1em;
	line-height: 1.6;
}
.general-item .general-txt{
	padding: 4% 0;
	border-top: 1px solid #c7b190
}
.general-item .general-txt:nth-of-type(1){
	margin: 0;
	padding: 0 0 4%;
	border: 0;
}
.result .general-item{
	margin: 0 0 4%;
	padding: 0 0 4%;
	padding: 4%;
	font-size: 1em;
	line-height: 1.6;
	background: #fff6e6;
	border: 1px solid #c7b190;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.sub-txt{
	height: 120px;
	overflow: hidden;
	background: url(../images/bg_subtxt.jpg) no-repeat center top;
	background-size: 320px 120px;
}
.sub-txt span{
	padding: 120px 0 0 0;
	display: block;
}
.slide{
	padding: 0 4% 4%;
}
.review .slick-track {
  display: flex;
}
.slide .slick-slide {
  height: auto;
}
.slick-arrow{
	margin: auto;
	width: 44px;
	height: 44px;
	background: rgba(255,255,255,.9);
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	text-indent: -9999px;
	border-radius: 50%;
	box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}
.slick-arrow::after{
	margin: auto;
	width: 16px;
	height: 16px;
	content: "";
	background: #ac4b2d;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.slick-prev{
	left: 0;
}
.slick-prev::after{
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.slick-next{
	right: 0;
}
.slick-next::after{
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.slick-disabled{
	filter: grayscale(1);
	background: rgba(255,255,255,.25);
}
.slick-disabled::after{
	opacity: .5;
}

/*--------------------------------
Button
--------------------------------*/
.btn-row{
	padding: 0 4% 4%;
}
.reg-btn{
	display: block;
}

.reg-btn-main{
	background: url(../images/btn_regbtn_main.png) no-repeat center top #f9753f;
	border-radius: 30px;
}
.reg-btn-sub{
	background: url(../images/btn_regbtn_sub.png) no-repeat center top #2286c1;
	border-radius: 10px;
}
.reg-btn-general{
	background: url(../images/btn_regbtn.png) no-repeat center top #f9753f;
	border-radius: 30px;
}
.btn-img{
	padding: 0 0 4% 0;
}

body .lpprtitle {
	margin: 10px;
	background:#ffbe6a;
}
body .lpprbox {
	background:#fff6e6;
}


/*20201024*/
.feature-img{
	margin: 4% 0;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.btn-desc{
	margin: 4px 0 0 0;
	padding: 8px 4px;
	background: #f9753f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.btn-desc::after{
	margin: 0 auto;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 0 6px 16px 6px;
	border-color: transparent transparent #f9753f transparent;
	position: absolute;
	top: -16px;
	right: 0;
	left: 0;
}
.btn-desc-txt1{
	padding: 0 8px;
	line-height: 20px;
	background: #fff;
	font-size: .8em;
	border-radius: 10px;
	flex-shrink: 0;
	color: #664744;
}
.btn-desc-txt2{
	padding: 0 4px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4%;
	text-align: center;
	background: #3e2607;
	color: #fff;
}
.gnav-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gnav-item{
	width: 33%;
	text-align: center;
}
.nav-link{
	padding: 4% 0;
	color: #fff;
	display: block;
	font-size: .9em;
	text-decoration: underline;
}
.copy{
	padding: 4% 0;
	font-size: .9em;
	line-height: 1.2;
	display: block;
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 4% 0;
	}
	.gnav-item{
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.nav-link{
		padding: 4% 0;
	}
	.copy{
		padding: 4% 0;
		font-size: .8em;
	}
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 13px;
	}
}