/*--------------------------------
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,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;
	-webkit-appearance: none;
	-moz-appearance: none;
	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: #fff;
	font-size: 24px;
	color: #2b4158;
	-webkit-text-size-adjust: 100%;
	font-family: sans-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: #cb1e2a;
}
.content-img{
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top .logo{
	padding: 4%;
	background: #fff;
}
/*--------------------------------
Contents
--------------------------------*/
.main{
	padding: 0;
}
.heading{
	margin: 0 0 4%;
}
.point .heading,.about .heading, .step .heading{
	padding: 0 4% 0 0;
}
.heading-txt{
	padding: 4% 2%;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	background: #cb1e2a;
	text-align: center;
}
.sub-head-txt{
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: bold;
	color: #cb1e2a;
}
.rank-table{
	padding: 4%;
}
.table{
	width: 100%;
	background: #fff;
	text-align: center;
}
.table-head{
	padding:2% 1%;
	width: 33.3%;
	border: 1px solid #ddd;
	background: #ffd1d4;
}
.table-head:nth-of-type(2){
	background: #ffebec;
}
.table-head span{
	font-size: 1.2em;
	color: #cb1e2a;
}
.table-data{
	padding: 2% 1%;
	font-size: .7em;
	line-height: 1.2;
	font-weight: bold;
	border: 1px solid #ddd;
}
.table-data .content-img{
	margin: 0 0 4%;
}
.table-data span{
	font-size: 1.1em;
	color: #cb1e2a;
}
.table-data .content-img + span{
	font-size: 1.2em;
	color: #2b4158;
}
.table .sm-txt{
	font-size: .6em;
}
.reg-btn-sm{
	padding: 8% 0;
	color: #fff;
	background: #63c931;
	display: block;
	border-radius: 4px;
	box-shadow: 0 2px 0 rgba(255,255,255,.2) inset,0 -2px 0 rgba(0,0,0,.2) inset;
	font-size: 1.2em;
}
.point{
	padding: 4% 0;
	background: #f0f0f0;
}
.point .heading-txt{
	padding: 4% 2% 4% 6%;
	background: url(../images/icon_search.webp) no-repeat left 8% center / auto 60% #cb1e2a;
}
.list-item{
	margin: 0 4% 4%;
	padding: 4% 4% 4% 12%;
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	border-left: 8px solid #cb1e2a;
	font-weight: bold;
}
.list-item:nth-last-child(1){
	margin: 0 4% 0;
}
.point .list-item:nth-of-type(1){
	background: url(../images/icon_01.webp) no-repeat left 4% center / auto 48px #fff;
}
.point .list-item:nth-of-type(2){
	background: url(../images/icon_02.webp) no-repeat left 4% center / auto 48px #fff;
}
.point .list-item:nth-of-type(3){
	background: url(../images/icon_03.webp) no-repeat left 4% center / auto 48px #fff;
}
.point .list-item:nth-of-type(4){
	background: url(../images/icon_04.webp) no-repeat left 4% center / auto 48px #fff;
}
.point .list-item:nth-of-type(5){
	background: url(../images/icon_05.webp) no-repeat left 4% center / auto 48px #fff;
}
.list-item .general-txt{
	font-size: .8em;
	line-height: 1.2;
}
.about{
	padding: 4% 0 0;
	background: #f0f0f0;
}
.about .heading-txt{
	padding: 4% 2% 4% 6%;
	background: url(../images/icon_card.webp) no-repeat left 8% center / auto 60% #cb1e2a;
}
.about .list-item{
	background: url(../images/icon_thumb.webp) no-repeat left 4% center / auto 48px #fff;
}
.desc{
	margin: 0 4% 4%;
	padding: 4% 4% 4% 16%;
	background: url(../images/icon_service.webp) no-repeat left 4% center / auto 56px #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	font-weight: bold;
}
.desc-txt span{
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: bold;
	background: linear-gradient(to bottom, #fff 50%,#ffe88a 51%,#ffe88a 100%);
}
.caution{
	margin: 0 4%;
	padding: 4%;
	background: #e3626b;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}
.caution .sub-head-txt{
	color: #fff;
}
.caution .general-txt{
	padding: 2% 0 0;
	font-size: .8em;
	line-height: 1.4;
}
.caution .general-txt span{
	font-size: 1.2em;
	font-weight: bold;
}
.step{
	padding: 4% 0;
	background: #f0f0f0;
}
.step .heading-txt{
	padding: 4% 2% 4% 6%;
	background: url(../images/icon_flow.webp) no-repeat left 8% center / auto 60% #cb1e2a;
}
.step .list-item:nth-of-type(1){
	background: url(../images/icon_01.webp) no-repeat left 4% center / auto 48px #fff;
}
.step .list-item:nth-of-type(2){
	background: url(../images/icon_02.webp) no-repeat left 4% center / auto 48px #fff;
}
.step .list-item:nth-of-type(3){
	background: url(../images/icon_03.webp) no-repeat left 4% center / auto 48px #fff;
}
.ranking{
	padding: 4%;
}
.ranking-item{
	margin: 0 0 4%;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}
.ranking-item:nth-last-child(1){
	margin: 0;
}
.ranking-head-txt{
	padding: 2% 4%;
	display: flex;
	font-size: 1.4em;
	font-weight: bold;
}
.item-rank{
	padding: 0 0 2%;
	width: 20%;
	height: auto;
	background: url(../images/icon_rank01.webp) no-repeat center / contain;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c9b25f;
	font-family: serif;
	font-size: 1.6em;
}
.ranking-item:nth-of-type(2) .item-rank{
	background: url(../images/icon_rank02.webp) no-repeat center / contain;
	color: #aaa;
}
.ranking-item:nth-of-type(3) .item-rank{
	background: url(../images/icon_rank03.webp) no-repeat center / contain;
	color: #af7d65;
}
.item-title{
	padding: 8% 0 8% 4%;
}
.item-info{
	padding: 0 4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item-thumb{
	margin: 0 0 4%;
	width: 40%;
}
.info-table{
	margin: 0 0 4%;
	padding: 0 0 0 2%;
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.info-table-item{
	padding: 2px;
	height: 18%;
	display: flex;
	align-items: cenetr;
	background: #cb1e2a;
	line-height: 1.2;
}
.info-table-item:nth-of-type(even){
	background: #e3626b;
}
.info-table-caption{
	padding: 0 2%;
	width: 50%;
	font-size: .7em;
	line-height: 1.1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.info-table-desc{
	padding: 1%;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	background: #fff;
	text-align: center;
}
.info-table-item .sm-txt{
	font-size: .6em;
}
.info-table-desc span{
	font-size: 1.2em;
	color: #e03131;
}
.item-desc{
	padding: 0 4% 4%;
}
.item-desc-txt{
	padding: 4%;
	font-size: 1.1em;
	line-height: 1.5;
	background: #fff;
	position: relative;
}
.item-desc-txt::after{
	width: 16px;
	height: 16px;
	content: "";
	background: #003073;
	position: absolute;
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.item-desc-txt span{
	font-weight: bold;
	background: linear-gradient(to bottom, rgba(255,255,102,0) 80%, rgba(255,255,102,1) 81%, rgba(255,255,102,1) 100%);
}
.review-rate{
	width: 82px;
	height: 16px;
	order: 1;
	background: url(../images/icon_star.webp) no-repeat 0 0 / auto 32px;
	display: block;
}
.review-star{
	height: 16px;
	background: url(../images/icon_star.webp) no-repeat 0 bottom / auto 32px;
	display: block;
}
.star-1{
	width: 20%;
}
.star-2{
	width: 40%;
}
.star-3{
	width: 60%;
}
.star-4{
	width: 80%;
}
.star-5{
	width: 100%;
}
.point-list{
	padding: 2% 4%;
	border: 2px solid #cb1e2a;
}
.point-list-item{
	padding: 2% 0 2% 32px;
	font-weight: bold;
	background: url(../images/icon_point.webp) no-repeat left / auto 28px;
}
.feature{
	padding: 0 4% 4%;
	display: flex;
	font-weight: bold;
}
.feature-head{
	width: 25%;
	background: #cb1e2a;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-head-txt{
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
.feature .general-txt{
	padding: 2%;
	width: 75%;
	border: 2px solid #cb1e2a;
}
.feature .general-txt span{
	color: #cb1e2a;
}
.faq .heading{
	margin: 0;
}
.faq-item{
	margin: 0 4% 4%;
	background: #fff;
	border-radius: 8px;
}
.faq-head{
	padding: 4% 48px 4% 64px;
	transition: .3s;
	font-size: 1em;
	font-weight: bold;
	list-style-type: none;
	position: relative;
	color: #cb1e2a;
	background: url(../images/icon_q.webp) no-repeat left 4% center/ 32px auto;
}
.faq-head::before, .faq-head::after{
	margin: auto;
	width: 32px;
	height: 4px;
	content: "";
	background: #cb1e2a;
	position: absolute;
	top: 0;
	right: 4%;
	bottom: 0;
	transition: .3s;
	transform-origin: center;
}
summary::-webkit-details-marker {
  display:none;
}
.faq-item[open] .faq-head{
	border-bottom: 1px solid #ccc;
}
.faq-item[open] .faq-head::before{
	transform: rotate(45deg);
}
.faq-item[open] .faq-head::after{
	transform: rotate(-45deg);
}
.faq-item .general-txt{
	padding: 4%;
	opacity: 0;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.6;
}
.faq-item[open] .general-txt{
	animation: fade-in .5s ease forwards;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	padding: 0 4% 4%;
	background: #fff;
}
.reg-btn{
	padding: 20% 0 0;
	display: block;
	position: relative;
	background: url(../images/btn_regbtn.webp) no-repeat  center top / contain;
}
.btn-txt{
	padding: 0 4% 0 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 8% 4%;
	text-align: center;
}
.copy{
	font-size: .8em;
	color: #fff;
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}

@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	/*--------------------------------
	Contents
	--------------------------------*/
	.list-item{
		padding: 4% 4% 4% 16%;
	}
	.point .heading-txt{
		background: url(../images/icon_search.webp) no-repeat left 4% center / auto 60% #cb1e2a;
	}
	.point .list-item:nth-of-type(1){
		background: url(../images/icon_01.webp) no-repeat left 4% center / auto 36px #fff;
	}
	.point .list-item:nth-of-type(2){
		background: url(../images/icon_02.webp) no-repeat left 4% center / auto 36px #fff;
	}
	.point .list-item:nth-of-type(3){
		background: url(../images/icon_03.webp) no-repeat left 4% center / auto 36px #fff;
	}
	.point .list-item:nth-of-type(4){
		background: url(../images/icon_04.webp) no-repeat left 4% center / auto 36px #fff;
	}
	.point .list-item:nth-of-type(5){
		background: url(../images/icon_05.webp) no-repeat left 4% center / auto 36px #fff;
	}
	.point-list-item{
		padding: 2% 0 2% 28px;
		background: url(../images/icon_point.webp) no-repeat left / auto 21px;
	}
	.about .heading-txt{
		background: url(../images/icon_card.webp) no-repeat left 4% center / auto 60% #cb1e2a;
	}
	.about .list-item{
		background: url(../images/icon_thumb.webp) no-repeat left 4% center / auto 36px #fff;
	}
	.desc{
		padding: 4% 4% 4% 20%;
	}
	.step .heading-txt{
		background: url(../images/icon_flow.webp) no-repeat left 4% center / auto 60% #cb1e2a;
	}
	.step .list-item:nth-of-type(1){
		background: url(../images/icon_01.webp) no-repeat left 4% center / auto 36px #fff;
	}
	.step .list-item:nth-of-type(2){
		background: url(../images/icon_02.webp) no-repeat left 4% center / auto 36px #fff;
	}
	.step .list-item:nth-of-type(3){
		background: url(../images/icon_03.webp) no-repeat left 4% center / auto 36px #fff;
	}
	.info-table-item .sm-txt{
		font-size: .4em;
	}
	.faq-head{
		padding: 4% 48px;
		background: url(../images/icon_q.webp) no-repeat left 4% center/ 28px auto;
	}
	/*--------------------------------
	Button
	--------------------------------*/
	/*--------------------------------
	Footer
	--------------------------------*/
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 13px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.info-table-caption{
		font-size: .7em;
	}
}