*{
	font-family: "Osaka","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","ＭＳ ゴシック",Verdana,Arial,Helvetica,	Gothic,sans-serif;
	line-height: 1.5em;
	box-sizing: border-box; 
}

.clearfix:after{
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

body{
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #d4d4d4;
}

img{
	max-width: 100%;
}

a{
	color:#ff648b;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#index2_wrapper{
	max-width: 752px;
	margin: 0 auto;
	padding: 0 21px 20px;
	background-color: #fff;
}

@media screen and (max-width: 570px) {
	#index2_wrapper{
		max-width: 100%;
		padding: 0 10px 10px;
	}
}

.lineup_title{
	font-size: 138.5%;
	font-weight: bold;
	color: #999;
	border-top: 6px solid #ff648b;
	margin-bottom: 10px;
	padding: 5px 0;
}

@media screen and (max-width: 570px) {
	.lineup_title{
		font-size: 123.1%;
	}
}

.lineup_btn{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

@media screen and (max-width: 570px) {
	.lineup_btn{
		justify-content: center;
	}
}

.btn_lineup{
	position: relative;
	display: block;
	width: 158px;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 1.1;
	background-color: #fc0d1b;
	margin: 0 0 0 4px;
	padding: 10px 10px 8px;
}

.btn_lineup:hover{
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

.btn_lineup:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	top: 2px;
	left: 15px;
	bottom: 0;
	margin: auto;
}

.btn_lineup:hover:before{
	border-color: transparent transparent transparent #fc0d1b;
}

.lineup_main{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.lineup_main_title{
	width: 100%;
	background: linear-gradient(180deg, #ff6585 0px, #ff6585 65px, #fff 65px, #fff 87px);
	margin-bottom: 15px;
}

.lineup_main_left{
	width: 320px;
	margin-right: 10px;
}

@media screen and (max-width: 570px) {
	.lineup_main_left{
		width: 100%;
		text-align: center;
	}
}

.lineup_main_right{
	width: calc(100% - 330px);
	text-align: center;
}

@media screen and (max-width: 570px) {
	.lineup_main_right{
		width: 100%;
	}
}

.lineup_main_right img{
	margin-bottom: 20px;
}

@media screen and (max-width: 570px) {
	.lineup_main_right img{
		margin: 10px 0 0;
	}
}

#enrty{
	border: 1px solid #ff648b;
	border-top-width: 6px;
	margin-bottom:20px;
}

.payment_main_title{
	font-size: 182%;
	font-weight: bold;
	padding: 5px 10px;
}

.payment_link_block{
	color: #777;
	padding: 5px 0 10px 10px;
}

.payment_link_txt{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (max-width: 445px) {
	.payment_link_txt{
		text-align: center;
	}
}

.payment_link{
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 445px) {
	.payment_link{
		width: 276px;
		margin: 0 auto;
	}
}

.payment_link a{
	display: block;
	min-width: 135px;
	height: 38px;
	font-size: 100%;
	font-weight:bold;
	color: #ff648b;
	line-height: 1.1;
	margin: 0 3px 5px 0;
	padding: 11px 0 0;
	border: 1px solid #ff648b;
	text-align: center;
}

.payment_link a.link_2line{
	padding-top: 4px;
}

.payment_link a:hover{
	color:#fff;
	background-color: #ff648b;
	text-decoration: none;
}

.payment_block{
	margin: 0 0 25px;
}

.payment_title{
	font-size: 108%;
	font-weight: bold;
	color: #fff;
	line-height: 1.1;
	background-color: #ff648b;
	padding: 5px 15px;
}

@media screen and (max-width: 570px) {
	.payment_title{
		padding: 5px 10px;
	}
}

.payment_detail{
	display: flex;
	flex-wrap: wrap;
	padding: 10px 15px 0;
}

@media screen and (max-width: 570px) {
	.payment_detail{
		padding: 10px 10px 0;
	}
}

.payment_detail_catch{
	width: calc(100% - 220px);
	font-size: 85%;
	font-weight: bold;
	color: #777;
	margin: 0 20px 20px 0;
}

@media screen and (max-width: 570px) {
	.payment_detail_catch{
		width: 100%;
		margin-right: 0;
	}
}

.payment_detail_catch_full{
	width: 100%;
	margin: 0 0 20px 0;
}

.payment_detail_img{
	width: 200px;
	margin-bottom: 20px;
	text-align: center;
}

@media screen and (max-width: 570px) {
	.payment_detail_img{
		width: 100%;
		order: -1;
		margin: 5px 0 10px;
		text-align: left;
	}
}

.payment_detail_img_full{
	width: 100%;
	margin-top: -10px;
	margin-bottom: 20px;
	text-align: left;
}

@media screen and (max-width: 570px) {
	.payment_detail_img_full{
		order: 0;
	}
}

.payment_detail_txt{
	width: 100%;
	font-size: 85%;
	color: #777;
}

.show_terms1,.show_terms2{
	color: #ff648b;
	text-decoration: none;
	cursor: pointer;
}

.show_terms1:hover,.show_terms2:hover{
	text-decoration: underline;
}

.payment_detail_btn{
	width: 100%;
	margin: 15px 0 0;
}

.btn_submit{
	box-sizing: border-box;
	width: 100%;
	font-size: 93%;
	font-weight: bold;
	color: #000;
	line-height: 1.1;
	background-color: #fff;
	margin: 0;
	padding: 10px;
	border: 2px solid #000;
	border-radius: none;
	cursor: pointer;
}

.btn_submit:hover{
	color: #fff;
	background-color: #fc0d1b;
	border-color: #fc0d1b;
}

.btn_pay{
	display: block;
	font-size: 93%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000;
	line-height: 1.1;
	background-color: #fff;
	margin: 0;
	padding: 10px;
	border: 2px solid #000;
	border-radius: none;
}

.btn_pay:hover{
	color: #fff;
	background-color: #fc0d1b;
	border-color: #fc0d1b;
	text-decoration: none;
}

.payment_note{
	width: 100%;
	border: 1px solid #d4d4d4;
	margin-top: 15px;
	padding: 10px;
}

.payment_note_txt{
	font-size: 77%;
	color: #777;
	line-height: 1.8;
}

#terms_wrapper1,#terms_wrapper2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
}

.terms_wrapper_inner{
	width: calc(100% - 40px);
	max-width: 752px;
	height: calc(100% - 40px);
	margin: 20px auto;
	padding: 20px 50px;
	background-color:#fff;
}

@media screen and (max-width: 570px) {
	.terms_wrapper_inner{
		width: calc(100% - 20px);
		max-width: calc(100% - 20px);
		height: calc(100% - 20px);
		margin: 10px auto;
		padding: 20px 10px;
	}
}

.terms_catch{
	font-size:100%;
	font-weight: bold;
	margin-bottom: 20px;
}

.terms_title{
	font-size:100%;
	font-weight: bold;
	line-geeight: 1.1;
	padding: 5px 10px 0;
	background-color: #ff8788;
}

.terms_form{
	height: calc(100% - 130px);	
}

@media screen and (max-width: 570px) {
	.terms_form{
		height: calc(100% - 150px);	
	}
}

.terms_txt{
	width: 100%;
	height: 100%;	
	font-size: 93%;
	padding: 10px;
	border: 2px solid #ff8788;
}

.terms_btn{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.terms_btn_agree,.terms_btn_disagree{
	display: block;
	width: 150px;
	font-size: 93%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 1.1;
	background-color: #fc0d1b;
	margin: 0 10px;
	padding: 10px;
	cursor: pointer;
}

.terms_btn_disagree{
	background-color: #808080;
}

.terms_btn_agree:hover,.terms_btn_disagree:hover{
	background-color: #000;
	text-decoration: none;
}

.contact_block{
	background-color: #f8f8f8;
	border: 1px solid #e4e4e4;
	margin-bottom:10px;
	padding: 15px;
}

.contact_txt{
	font-size: 77%;
	color: #777;
	margin-bottom: 5px;
}

.btn_contact{
	display: block;
	font-size: 77%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 1.1;
	background-color: #fc0d1b;
	margin: 0;
	padding: 7px;
	cursor: pointer;
}

.btn_contact:hover{
	background-color: #000;
	text-decoration: none;
}

.topbtn{
	margin:0;
	padding:10px 0 0;
	text-align:right;
}

#fotter{
	margin:10px 0 0;
	padding:0;
}

#fotter .fotter_copy_img{
	width:160px;
	float:left;
}

@media screen and (max-width: 604px) {
	#fotter .fotter_copy_img{
		margin:0 auto;
		float:none;
	}
}

#fotter .fotter_copy_txt{
	font-size:70%;
	margin:0;
	padding:5px 5px 0;
	float:left;
}

@media screen and (max-width: 604px) {
	#fotter .fotter_copy_txt{
	text-align:center;
	float:none;
	}
}

@media screen and (max-width: 485px) {
	#fotter .fotter_copy_txt{
	text-align:left;
	}
}

.fotter_logo{
	margin:20px 0 0;
	text-align:center;
}

@media screen and (max-width: 604px) {
	.fotter_logo{
		margin:10px 0;
	}
}
