/*--------------------------------
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;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul, li, summary{
    list-style-type: none;
}
summary::-webkit-details-marker {
  display:none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
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;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	font-size: 24px;
	color: #555;
	font-family: serif;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: relative;
	overflow: hidden;
	opacity: 0;
	animation: fade-in .3s ease .3s forwards;
	background: #fff;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
.clear{
	margin: 0;
	padding: 0;
	clear: both;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	position: relative;
	overflow: hidden;
}
.top .btn-row{
	padding: 4% 8%;
	position: absolute;
	bottom: 0;
	background: url(../images/bg_btnrow.webp) no-repeat center  / cover;
}
.sub-top{
	position: relative;
	text-align: center;
	background: #9d8b75;
}
.sub-top .logo{
	padding: 4% 0;
}
.logo-link{
	padding: 0 4%;
	height: 88px;
	display: block;
}
.logo-link .content-img{
	margin: 0 auto;
	width: auto;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 0;
	position: relative;
	overflow: hidden;
}
.heading{
	margin: 0 0 4%;
	padding: 0;
	width: 100%;
	position: relative;
}
.heading-txt{
	padding: 4%;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #8d6eac;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sub-head{
	margin: 0 0 2%;
}
.sub-head-txt{
	font-size: 1.1em;
	line-height: 1.4;
	color: #8d6eac;
	font-weight: bold;
}
.content-head{
	padding: 8% 0;
	width: 100%;
}
.about{
	padding: 0 0 4%;
	background: url(../images/bg_about.webp) no-repeat center top / 100% auto #f8fafb;
}
.about .general-item{
	margin: 0 4% 4%;
	padding: 4% 4% 0;
	background: rgba(255,255,255,.8);
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
}
.recommend{
	padding: 0 0 4%;
	background: url(../images/bg_recommend.webp) no-repeat right top / cover;
	display: flex;
	flex-wrap: wrap;
}
.recommend .general-list{
	margin: 0 4% 4%;
	padding: 4%;
	max-width: 60%;
	background: rgba(255,255,255,.8);
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
}
.recommend .general-list-item{
	padding: 2% 0 2% 32px;
	border-bottom: 2px solid #8d6eac;
	position: relative;
}
.recommend .general-list-item::after{
	margin: auto 0;
	width: 16px;
	height: 16px;
	content: "";
	background: #8d6eac;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
}
.step{
	background: #fcf9f0;
}
.step .heading-txt{
	padding: 4% 16%;
}
.step .general-list{
	margin: 0 4% 4%;
}
.step .general-list-item{
	margin: 0 0 4%;
	padding: 4% 2%;
	border: 2px solid #9f8d76;
	display: flex;
	align-items: center;
	background: #fff;
}
.step .general-list-item:nth-of-type(even){
	border: 2px solid #ae7e5b;
}
.step .list-label{
	padding: 0 2% 0 0;
	font-weight: bold;
	font-style: italic;
	color: #9f8d76;
}
.step .general-list-item:nth-of-type(even) .list-label{
	color: #ae7e5b;
}
.howto{
	padding: 0 0 4%;
	background: url(../images/bg_howto.webp) no-repeat right top / cover;
	display: flex;
	flex-wrap: wrap;
}
.howto .general-list{
	margin: 0 4% 4%;
	padding: 4%;
	max-width: 60%;
	background: rgba(255,255,255,.8);
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
}
.howto .general-list-item{
	padding: 2% 0 2% 32px;
	border-bottom: 2px solid #8d6eac;
	position: relative;
}
.howto .general-list-item::after{
	margin: auto 0;
	width: 16px;
	height: 16px;
	content: "";
	background: #8d6eac;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
}
.wrapup{
	padding: 8%;
	background: #fcf9f0;
	font-size: .9em;
}
.txt-link{
	color: #9f8d76;
	text-decoration: underline;
}
.general{
	padding: 0 0 4%;
}
.general .general-item{
	padding: 0 8% 4%;
}
.general-item h3{
	margin: 0 0 4%;
	padding: 2% 0;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 2px solid #8d6eac;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color:  #8d6eac;
	font-size: 1.1em;
}
.general-txt{
	padding: 0 0 4%;
	line-height: 1.6;
}
.general .general-txt, .general .general-item p{
	margin: 0 0 4%;
	font-size: .9em;
	line-height: 1.8;
}
.general .general-item li{
	margin: 0 0 2%;
	padding: 1%;
	font-size: .9em;
	line-height: 1.6;
	border-left: 4px solid #ddd;
}
.hl-txt{
	color:  #f93;
}
.w100{
	width: 100%;
}
.wrap .lpprtitle{
	margin: 10px;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	margin: 0 auto;
	padding: 8%;
	width: 100%;
	max-width: 768px;
}
.reg-btn{
	margin: 0 auto;
	display: block;
	position: relative;
}
.btn-desc{
	padding: 0 0 2%;
	text-align: center;
	color: #62bd43;
	font-size: 1.2em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: #9f8d76;
	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.4;
}
/*--------------------------------
POPUP
--------------------------------*/
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes btn-action01{
0% {opacity: 0;filter: blur(4px);transform: translate3d(0,-32px,0);}
100% {opacity: 1;filter: blur(0); transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 18px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	.logo-link{
		height: 64px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.sub-head-txt{
		font-size: 1em;
	}
	.recommend .general-list-item, .howto .general-list-item{
		padding: 4% 0 4% 32px;
		font-size: .9em;
		border-bottom: 1px solid #8d6eac;
	}
	.step .general-list{
		margin: 0;
		padding: 4%;
	}
	.step .general-list-item{
		margin: 0 0 8%;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 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: 16px;
	}
}