*{
	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;
	}
}

.lineup_btn a{
	max-width: 152px;
	margin: 0 0 0 4px;
}

.lineup_btn a:first-child{
	margin: 0;
}


.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;
	}
}

.contact_block{
	background-color: #f8f8f8;
	border: 1px solid #e4e4e4;
	margin-bottom:10px;
	padding: 15px 15px 10px;
}

.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 0 5px;
	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;
	}
}
