@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');

bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}



body{
	font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #000;
	font-weight: 600;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	opacity:0.6;
}
#wrap{
	overflow:hidden;
	width: 100vw;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:1100px;
	margin:0 auto;
	position: relative;
	z-index: 2;
}
.in_in{
	width:900px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
body{
	font-size: 1.3rem;
}
.pc{
	display:none;
}
.sp{
	display:block;
}
.in,.in_in{
  width: 90%;
  margin: 0 auto;
}
.flex_w_sp{
	flex-wrap: wrap;
}
}


.section_w{
	padding: 80px 0;
}
.sec_ttl{
	text-align: center;
	margin-bottom: 40px;
}
.bor_img{
	border: 4px solid #000;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 1);
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	.section_w{
		padding: 50px 0;
	}
	.sec_ttl{
		text-align: center;
		margin-bottom: 30px;
	}
}

#faq{
	background: #fafafa;
}
.faq_i{
	padding: 20px 10px;
	margin-bottom: 20px;
}
.faq_i .flex{
	align-items: center;
}
.faq_i dt{
	position: relative;
	cursor: pointer;
}
.faq_i dt:after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	right: 0;
	top:50%;
	transform: translate(0,-50%);
}
.faq_i dt h3{
	font-size: 1.6rem;
	color: #000;
	font-weight: 900;
	letter-spacing: 2px;
}
.faq_i .ico{
	width: 50px;
	text-align: center;
	margin-right: 10px;
}
.faq_i dd{
	display: none;
	margin-top: 15px;
	border-top: 2px solid #000;
	padding-top: 10px;
}
@media screen and (max-width: 750px) {
	.faq_i{
		padding-right: 30px;
	}
	.faq_i dt:after{
		right: -20px;
	}
}


#main_v{
	background-image: url(../images/main_bg@x2.jpg);
	background-size: cover;
	background-position: center;
	padding: 50px 0 0;
}
@media screen and (max-width: 750px) {
	#main_v .in{
		width: 100%;
	}
}

#whats{
	background: #fafafa;
}
#whats .flex{
	align-items: center;
}
#whats .imgarea{
	flex-shrink: 0;
	margin-right: 30px;
}
#whats .description p{
	margin-bottom: 10px;
}
#whats .description p:nth-last-of-type(1){
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	#whats .flex{
		flex-direction: column-reverse;
	}
	#whats .imgarea{
		margin-right: 0;
		margin-top: 20px;
	}
}


#recommend{
	background: #fce1e1 url(../images/line_bg.png);
	background-size: cover;
	background-position: center;
}
.recommend_w{
	justify-content: space-between;
	padding-top: 20px;
}
.recommend_i{
	width: 24%;
	background: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 40px 10px 20px;
	overflow: inherit;
}
.recommend_i .num{
	position: absolute;
	left: 50%;
	top:-30px;
	transform: translate(-50%,0);
}
.recommend_i .ico{
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.recommend_i p{
	text-align: center;
	line-height: 1.5;
	font-weight: 900;
}
.recommend_i p span{
	color: #f53737;
}
@media screen and (max-width: 750px) {
	.recommend_i{
		width: 100%;
		display: flex;
		align-items: center;
		padding: 20px 10px 10px;
		justify-content: center;
		margin-bottom: 40px;
	}
	.recommend_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.recommend_i .ico{
		width: 60px;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.recommend_i p{
		text-align: left;
		width: 60%;
		flex-shrink: 0;
	}
}


#ranking{
	padding-top: 60px;
}
.ranking_w{
	padding: 40px 0;
}
.ranking_w.no1{
	background: #fdf4d0 url(../images/line_bg.png);
	background-size: cover;
	background-position: center;
}
.ranking_w.no2{
	background: #dedede url(../images/line_bg.png);
	background-size: cover;
	background-position: center;
}
.ranking_w.no3{
	background: #ddb78f url(../images/line_bg.png);
	background-size: cover;
	background-position: center;
}

.ranking_meta{
	align-items: center;
	margin-bottom: 40px;
}
.ranking_meta .imgarea{
	flex-shrink: 0;
	margin-right: 30px;
}
.ranking_meta .txtarea{

}
.ranking_meta .txtarea h3{
	margin-bottom: 30px;
}
.ranking_meta .txtarea .table{
	justify-content: space-between;
	margin-bottom: 20px;
}
.ranking_meta .txtarea .table_i_w{
	width: 24.5%;
	text-align: center;
}
.ranking_meta .txtarea .table_i_w dt{
	color: #fff;
	font-weight: 900;
	padding: 5px;
	box-sizing: border-box;
}
.ranking_meta .txtarea .table_i_w dd{
	font-weight: 900;
	background: #fff;
	padding:5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.no1 .ranking_meta .txtarea .table_i_w dt{
	background: #bb950c;
}
.no2 .ranking_meta .txtarea .table_i_w dt{
	background: #757575;
}
.no3 .ranking_meta .txtarea .table_i_w dt{
	background: #875d32;
}
.rankig_other .ranking_meta .txtarea .table_i_w dt{
	background: #757575;
}
.ranking_u_area{
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid #000;
	margin-bottom: 20px;
	position: relative;
}
.ranking_u_area.point{
	padding-top: 75px;
}
.ranking_u_area.point h3{
	position: absolute;
  top: -15px;
}
.point_w{
	align-items: center;
}
.point_w p{
	width: 70%;
	margin-right: 40px;
}
.point_w a{
	flex-shrink: 0;
	display: block;
}
.ranking_u_area.voice h3{
	margin-bottom: 30px;
}
.voice_w{
	justify-content: center;
}
.voice_i{
	width: 33%;
	padding:0 30px;
	box-sizing: border-box;
	border-right: 2px solid #000;
}
.voice_i:nth-last-of-type(1){
	border-right: 0;
}
.voice_i .ico{
	text-align: center;
	margin-bottom: 10px;
}
.voice_i p.age{
	color: #f53737;
	font-weight: 900;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.voice_i p.description{
	font-size: 1.4rem;
}
.rankig_other{
	background: #f0f0f0;
}

@media screen and (max-width: 750px) {
	.ranking_meta .imgarea {
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 30px;
	}
	.ranking_meta .txtarea .table_i_w{
		    width: 49.5%;
				margin-bottom: 4px;
	}
	.point_w p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
	}
	.point_w a {
    flex-shrink: unset;
	}
	.voice_i {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    border-right: 0px solid #000;
    border-bottom: 2px solid #000;
	}
	.voice_i:nth-of-type(1){
		padding-top: 0;
	}
	.voice_i:nth-last-of-type(1){
		border-bottom: 0;
	}
}


.flow_w{
	justify-content: center;
}
.flow_i{
	width: 25%;
	margin: 0 20px;
	text-align: center;
}
.flow_ii{
	padding: 20px;
	text-align: center;
}
.flow_ii .ico{
	margin-bottom: 20px;
}
.flow_ii p{
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	.flow_i{
		width: 100%;
		margin: 0 0px 30px;
		text-align: center;
	}
}

.copy{
	text-align: center;
	padding: 20px;
}






















