@charset "utf-8";
/* CSS Document */
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input, select {
  -webkit-appearance: none;
  appearance: none;
}
/*  PC用   */
@media screen and (min-width: 800px) {
	html body{
		width: 750px;
		margin: auto;
	}
	.header{
		position: relative;
	}
	.header2{
		padding: 10px;
	}
	.header a{
		color: #fff;
		text-decoration: none;
}
	.header-btn{
		position: absolute;
		right: 0;
		bottom: 100px;
		left: 0;
		width: 50%;
		margin: auto;
		padding: 3vw;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		border-radius: 1vw;
		background: rgb(5,31,82);
		background: linear-gradient(90deg, rgba(5,31,82,1) 0%, rgba(11,48,122,1) 50%, rgba(5,31,82,1) 100%);
	}
	.search-result .num{
		padding: 5px 20px;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		background: #062258;
	}
	.search-result .sort{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px;
		font-size: 16px;
	}
	.search-result .sort p{
		font-weight: bold;
		color: #011469;
	}
	.search-result .sort select{
		width: 200px;
		color: #333;
		border: solid 1px #999;
		border-radius: 5px;
	}
.search_title{
	position: relative;
	padding: 30px 0 0 0;
	color: #fff;
	font-weight: bolder;
	text-align: center;
	background: #0d213a;
}
.search_title p:nth-child(1){
	width: 70%;
	margin: 0 auto 10px;
	padding: 4px 0;
	color: #0d213a;
	font-size: 24px;
	font-weight: bold;
	border-radius: 10vw;
	background: #fff;
}
.search_title p:nth-child(2){
	padding: 10px 0;
	font-size: 54px;
}
.search_icon1{
	position: absolute;
	bottom: 0;
	left: 0;
}
.search_icon2{
	position: absolute;
	right: 0;
	bottom: 0;
}
.search_wrap{
	overflow: hidden;
    display: flex;
    align-items: center;
	background: #fff;
}
.search_wrap .slideshow {
    display: flex;
    animation: loop-slide 20s infinite linear 1s both;
    -webkit-animation: loop-slide 20s infinite linear 1s both;
}
.content img{
	width: 10em;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.search_form{
	padding: 30px;
	color: #fff;
	background: #0d213a;
}
.radioarea{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.radioarea .title , .checkarea .title{
	width: 100%;
	font-weight: bold;
}
.radiobtn{
	position: relative;
	display: flex;
    align-items: center;
    width: 31%;
    margin: 0 0 24px 0;
	color: #333;
	font-size: 20px;
	font-weight: bold;
    background-color: #fff;
    border: 1px solid #5a5a5a;
    border-radius: 1vw;
}
.radioarea:nth-child(2) .radiobtn{
    width: 48%;
}
.radiobtn:has(input:checked) {
    background: #fffc00;
}
.radiobtn input{
	display: none;
}
.radiobtn label {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0 10px 40px;
    font-size: 20px;
    cursor: pointer;
}
.radiobtn span {
	position: absolute;
    top: 50%;
    left: 1vw;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    transform: translate(0, -50%);
	border-radius: 50%;
	border: solid 2px #0d213a;
    background: #fff;
}
.search_form .radiobtn:has(input:checked) span:after {
    position: absolute;
    display: block;
    content: "";
	background: #cf2020;
}
.radiobtn span:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
}
.search_form .checkarea select {
	width: 100%;
	padding: 2vw;
	border-radius: 1vw;
}
.search_form .search-count{
	margin: 10px 0 5px 0;
	font-size: 24px;
	text-align: center;
}
.search_form .search-count span{
	font-size: 32px;
	font-weight: bold;
}
.search_form .searchbtn{
	width: 50%;
	margin: auto;
	padding: 20px 0;
	font-size:30px;
	font-weight: bold;
	text-align: center;
	border-radius: 10vw;
	background: #ff7e00 url("../img/lp_016.png") no-repeat 90% center/ 8%;
}
.sitelist{
	margin: 5vw 0 0 0;
}
.sitelist .title{
	position: relative;
	font-size: 56px;
	font-weight: bold;
	text-align: center;
}
.sitelist .title p{
	line-height: 1.3;
}
.sitelist .title img{
	position: absolute;
	width: 100%;
	top:50%;
	right: 0;
	bottom: 50%;
	left: 0;
	margin: auto;
}
.sitelist .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 5px;
	padding: 20px;
}
.sitelist .tag-20 , .tag-30 ,.tag-40 ,.tag-gra ,.tag-wom ,.tag-high{
	width: 29%;	
	margin: 0 0 2vw 0;
	padding: 10px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 10vw;
	box-shadow: 0px 2px #ccc;
}
.tag-20 a ,.tag-30 a ,.tag-40 a ,.tag-gra a ,.tag-wom a ,.tag-high a {
	color: #222;
	text-decoration: none;
}
.tag-20.tagact,.tag-30.tagact,.tag-40.tagact,.tag-gra.tagact,.tag-wom.tagact,.tag-high.tagact{
	border: solid 1px #2280e9;
	background: #2280e9;
	box-shadow:none;
}
.tag-20.tagact a,.tag-30.tagact a,.tag-40.tagact a,.tag-gra.tagact a,.tag-wom.tagact a,.tag-high.tagact a{
	color: #fff;
}

.cardbox{
	margin: 0 0 30px 0;
}
.cardbox .box{
	margin: 0 0 30px 0;
}
.box .box_name{
	position: relative;
}
.box .box_name p{
	padding: 10px 0 10px 145px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	background: #07245d;
}
.box:nth-child(n+4) .box_name p{
	padding: 10px 0 10px 10px;
}
.box .box_name img{
	position: absolute;
	width: 16%;
	top: 10px;
	left: 10px;
}
.box .box_name .minitext{
	padding: 20px 0 10px 145px;
	color: #e92020;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
.box:nth-child(n+4) .box_name .minitext{
	padding: 10px 0 10px 10px;
}
.box_inner {
	padding: 20px;
}
.card_img img{
	width: 100%;
}
	
	.star-rating{
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 15px 0;
	}
	.star-rating div{
		display: flex;
		align-items: center;
	}
	.star-rating div div{
		margin: 0 0 0 10px;
		color: #fe4545;
		font-size: 20px;
		font-weight: bold;
		
	}
.card_spec table{
	width: 100%;
	box-sizing: border-box;
}
.card_spec table th{
	width: 50%;
	padding: 10px;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	border: solid 1px #07245d;
	background: #07245d;
}
.card_spec table th:nth-child(odd){
	border-right: solid 1px #fff;
}
.card_spec table td{
	padding: 10px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	border: solid 1px #07245d;
	box-sizing: border-box;
}
.card_point{
	position: relative;
	margin: 60px 0 0 0;
	border:solid 3px #07245d;
	border-radius: 18px;
	box-shadow: 0px 0px 0px 5px #e9e9e9;
}
.card_point .title{
	position: absolute;
	top: -34px;
	right: 0;
	left: 0;
	width: 50%;
	margin: auto;
	padding: 10px;
	color: #222222;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border: solid 3px #07245d;
	border-radius: 10vw;
	background: #fedc0c;
}
.card_point .inner{
	padding: 30px 30px 10px;
}
.point_box .midashi {
	position: relative;
	margin: 20px 0 5px 0;
	padding: 0 0 0 40px;
	color: #001743;
	font-size: 30px;
	font-weight: bold;
}
.point_box .midashi:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 12px;
	top: 18px;
	bottom: 50%;
	left: 10px;
	margin: auto;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 3px solid #07245d;
	border-bottom: 3px solid #07245d;
}
.point_box .midashi:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	margin: auto;
	width: 28px;
	height: 28px;
	border-radius: 1vw;
	background: #fedc0c;
	z-index: -1;
}
.point_box .textbox{
	line-height: 1.4;
}
.point-app{
	margin: 20px 0;
	color: #2a55d0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.point-app a{
	color: #2a55d0;
}
.apparea{
	margin: 40px 0 0 0;
}
.apparea .apptext{
	display: flex;
	align-items:flex-end; 
	justify-content: center; 
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}
.apparea .apptext::before , .apparea .apptext::after {
	background: #111; 
	border-radius: 5px; 
	content: "";
	height: 2px; 
	width: 24px; 
}
.apparea .apptext::before {
	margin: 0 2vw 20px 0;
	transform: rotate(60deg); 
}
.apparea .apptext::after {
	margin: 0 0 20px 2vw;
	transform: rotate(-60deg); 
}
.apparea a{
	color: #fff;
	text-decoration: none;
}
.apparea .appbtn{
	position: relative;
	margin: 1vw 0 0 0;
	padding: 20px;
	font-size: 50px;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	border: solid 2px #111;
	border-radius: 2vw;
	background: #c91b1b;
	box-shadow: inset 2px 2px #fff ,0px 3px #111 ;
}
.apparea .appbtn::before {
	content: '';
	width: 12px;
	height: 12px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	position: absolute;
	top: 50%;
	right: 5vw;
	bottom: 50%;
	margin: auto 0;
	transform: rotate(45deg);
}
.footer{}
.footer-list{
	padding: 20px;
	font-size: 12px;
	background: #f4f4f4;
}
.footer-list a{
	margin: 0 2vw 0 0;
	color: #0081ee;
}
.copyright{
	padding: 1vw 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #07235b;
}
}
/*  SP用   */
@media screen and (max-width: 799px) {
	.header{
		position: relative;
	}
	.header2{
		padding: 2vw;
	}
	.header a{
		color: #fff;
		text-decoration: none;
	}
	.header-btn{
		position: absolute;
		right: 0;
		bottom: 17vw;
		left: 0;
		width: 50%;
		margin: auto;
		padding: 3vw;
		font-size: 4.6vw;
		font-weight: bold;
		text-align: center;
		border-radius: 1vw;
		background: rgb(5,31,82);
		background: linear-gradient(90deg, rgba(5,31,82,1) 0%, rgba(11,48,122,1) 50%, rgba(5,31,82,1) 100%);
	}
	.search-result .num{
		padding: 1.5vw 3vw;
		color: #fff;
		font-size: 4vw;
		font-weight: bold;
		background: #062258;
	}
	.search-result .sort{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 3vw;
		font-size: 3.8vw;
	}
	.search-result .sort p{
		font-weight: bold;
		color: #011469;
	}
	.search-result .sort select{
		color: #333;
		border: solid 1px #999;
		border-radius: 1vw;
	}
	.search_title{
		position: relative;
		padding: 6vw 0 0 0;
		color: #fff;
		font-weight: bolder;
		text-align: center;
		background: #0d213a;
	}
	.search_title p:nth-child(1){
		width: 75%;
		margin: 0 auto 1vw;
		color: #0d213a;
		font-size: 3.6vw;
		font-weight: bold;
		border-radius: 10vw;
		background: #fff;
	}
.search_title p:nth-child(2){
	padding: 1vw 0;
	font-size: 7vw;
}
.search_icon1{
	position: absolute;
	bottom: 0;
	left: 0;
}
.search_icon2{
	position: absolute;
	right: 0;
	bottom: 0;
}
.search_wrap{
	overflow: hidden;
    display: flex;
    align-items: center;
	background: #fff;
}
.search_wrap .slideshow {
    display: flex;
    animation: loop-slide 20s infinite linear 1s both;
    -webkit-animation: loop-slide 20s infinite linear 1s both;
}
.content img{
	width: 6em;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.search_form{
	padding: 4vw;
	color: #fff;
	background: #0d213a;
}
.radioarea{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.radioarea .title , .checkarea .title{
	width: 100%;
	font-weight: bold;
}
.radiobtn{
	position: relative;
	display: flex;
    align-items: center;
    width: 31%;
    margin: 0 0 4vw 0;
	color: #333;
	font-size: 3.6vw;
	font-weight: bold;
    background-color: #fff;
    border: 1px solid #5a5a5a;
    border-radius: 1vw;
}
.radioarea:nth-child(2) .radiobtn{
    width: 48%;
}
.radiobtn:has(input:checked) {
    background: #fffc00;
}
.radiobtn input{
	display: none;
}
.radiobtn label {
    position: relative;
    display: block;
    width: 100%;
    padding: 3vw 0 3vw 7vw;
    font-size: 3.6vw;
    cursor: pointer;
}
.radiobtn span {
	position: absolute;
    top: 50%;
    left: 1vw;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    transform: translate(0, -50%);
	border-radius: 50%;
	border: solid 2px #0d213a;
    background: #fff;
}
.search_form .radiobtn:has(input:checked) span:after {
    position: absolute;
    display: block;
    content: "";
	background: #cf2020;
}
.radiobtn span:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
}
.search_form .checkarea select {
	width: 100%;
	padding: 2vw;
	border-radius: 1vw;
	background: #fff;
	color: #333;
}
.search_form .checkarea .selecticon {
        position: relative;
}
.search_form .checkarea .selecticon:before {
        content: '';
        width: 7px;
        height: 7px;
        border-top: solid 2px #333;
        border-right: solid 2px #333;
        position: absolute;
        top: 42%;
        right: 5vw;
        bottom: 50%;
        margin: auto 0;
        transform: rotate(-225deg);
}

.search_form .search-count{
	margin: 4vw 0 1vw 0;
	font-size: 4.4vw;
	text-align: center;
}
.search_form .search-count span{
	font-size: 5.6vw;
	font-weight: bold;
}
.search_form .searchbtn{
	width: 70%;
	margin: auto;
	padding: 3vw 0;
	font-size: 5.2vw;
	font-weight: bold;
	text-align: center;
	border-radius: 10vw;
	background: #ff7e00 url("../img/lp_016.png") no-repeat 90% center/ 8%;
}
.sitelist{
	margin: 5vw 0 0 0;
}
.sitelist .title{
	position: relative;
	font-size: 6.8vw;
	font-weight: bold;
	text-align: center;
}
.sitelist .title p{
	line-height: 1.3;
}
.sitelist .title img{
	position: absolute;
	width: 94%;
	top:50%;
	right: 0;
	bottom: 50%;
	left: 0;
	margin: auto;
}
.sitelist .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3vw 0 1vw;
	padding: 3vw;
}
.sitelist .tag-20 , .tag-30 ,.tag-40 ,.tag-gra ,.tag-wom ,.tag-high{
	width: 29.5%;	
	margin: 0 0 2vw 0;
	padding: 2vw 1vw;
	font-size: 4vw;
	font-weight: bold;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 10vw;
	box-shadow: 0px 2px #ccc;
}
.tag-20 a ,.tag-30 a ,.tag-40 a ,.tag-gra a ,.tag-wom a ,.tag-high a {
	color: #222;
	text-decoration: none;
}
.tag-20.tagact,.tag-30.tagact,.tag-40.tagact,.tag-gra.tagact,.tag-wom.tagact,.tag-high.tagact{
	border: solid 1px #2280e9;
	background: #2280e9;
	box-shadow:none;
}
	.tag-20.tagact a,.tag-30.tagact a,.tag-40.tagact a,.tag-gra.tagact a,.tag-wom.tagact a,.tag-high.tagact a{
	color: #fff;
}

.cardbox{
	margin: 0 0 8vw 0;
}
.cardbox .box{
	margin: 0 0 8vw 0;
}
.box .box_name{
	position: relative;
}
.box .box_name p{
	padding: 3vw 0 2vw 24vw;
	color: #fff;
	font-size: 5.6vw;
	font-weight: bold;
	line-height: 1.3;
	background: #07245d;
}
.cardbox2 .box .box_name p{
	padding: 3vw 0 2vw 3vw;
}
.box:nth-child(n+4) .box_name p{
	padding: 3vw 0 2vw 3vw;
}
.box .box_name img{
	position: absolute;
	width: 18%;
	top: 2vw;
	left: 3vw;
}
.box .box_name .minitext{
	padding: 2vw 0 0 24vw;
	color: #e92020;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.4;
}
.cardbox2 .box .box_name .minitext{
	padding: 2vw 0 0 3vw;
}
.box:nth-child(n+4) .box_name .minitext{
	padding: 3vw 0 2vw 3vw;
}
	.box_inner {
	padding: 3vw;
}
	.card_img img{
	width: 100%;
}
	.star-rating{
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 2vw 0;
	}
	.star-rating div{
		display: flex;
		align-items: center;
	}
	.star-rating div div{
		margin: 0 0 0 2vw;
		color: #fe4545;
		font-size: 5vw;
		font-weight: bold;
		
	}
	.card_spec table{
	width: 100%;
	box-sizing: border-box;
}
	.card_spec table th{
	width: 50%;
	padding: 1vw;
	color: #fff;
	font-size: 4vw;
	font-weight: normal;
	text-align: center;
	border: solid 1px #07245d;
	background: #07245d;
}
	.card_spec table th:nth-child(odd){
	border-right: solid 1px #fff;
}
	.card_spec table td{
	padding: 2vw;
	font-size: 4.vw;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	border: solid 1px #07245d;
	box-sizing: border-box;
}
	.card_point{
	position: relative;
	margin: 8vw 0 0 0;
	border:solid 3px #07245d;
	border-radius: 4vw;
	box-shadow: 0px 0px 0px 5px #e9e9e9;
}
	.card_point .title{
	position: absolute;
	top: -6vw;
	right: 0;
	left: 0;
	width: 50%;
	margin: auto;
	padding: 2vw;
	color: #222222;
	font-size: 4.6vw;
	font-weight: bold;
	text-align: center;
	border: solid 3px #07245d;
	border-radius: 10vw;
	background: #fedc0c;
}
	.card_point .inner{
		padding: 8vw 5vw 3vw;
	}
	.point_box .midashi {
	position: relative;
	margin: 3vw 0 1.5vw 0;
	padding: 1vw 0 0 10vw;
	color: #001743;
	font-size: 4.6vw;
	font-weight: bold;
}
	.point_box .midashi:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 12px;
	top: 12px;
	bottom: 50%;
	left: 10px;
	margin: auto;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 3px solid #07245d;
	border-bottom: 3px solid #07245d;
}
	.point_box .midashi:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	margin: auto;
	width: 28px;
	height: 28px;
	border-radius: 1vw;
	background: #fedc0c;
	z-index: -1;
}
	.point_box .textbox{
	line-height: 1.4;
}
	.point-app{
	margin: 2vw 0 0 0;
	color: #2a55d0;
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
}
	.point-app a{
	color: #2a55d0;
}
	.apparea{
	margin: 5vw 0 0 0;
}
	.apparea .apptext{
	display: flex;
	align-items:flex-end; 
	justify-content: center; 
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.4;
}
	.apparea .apptext::before , .apparea .apptext::after {
	background: #111; 
	border-radius: 5px; 
	content: "";
	height: 2px; 
	width: 24px; 
}
	.apparea .apptext::before {
	margin: 0 2vw 4vw 0;
	transform: rotate(60deg); 
}
	.apparea .apptext::after {
	margin: 0 0 4vw 2vw;
	transform: rotate(-60deg); 
}
	.apparea a{
	color: #fff;
	text-decoration: none;
}
	.apparea .appbtn{
	position: relative;
	margin: 1vw 0 0 0;
	padding: 3vw;
	font-size: 7vw;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	border: solid 2px #111;
	border-radius: 2vw;
	background: #c91b1b;
	box-shadow: inset 2px 2px #fff ,0px 3px #111 ;
}
	.apparea .appbtn::before {
	content: '';
	width: 12px;
	height: 12px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	position: absolute;
	top: 50%;
	right: 5vw;
	bottom: 50%;
	margin: auto 0;
	transform: rotate(45deg);
}
	.footer{}
	.footer-list{
	padding: 4vw;
	font-size: 3.4vw;
	background: #f4f4f4;
}
	.footer-list a{
	margin: 0 2vw 0 0;
	color: #0081ee;
}
	.copyright{
	padding: 1vw 0;
	color: #fff;
	font-size: 2.8vw;
	text-align: center;
	background: #07235b;
}
}

/*  ここから装飾   */