@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 768px){
.sp_inline {display:none;!important}
.l_column h2.heading_border {
	padding:0 0 0 1.8rem;
}
.layout {
	padding:0 20px;
}
.first_lead {
	line-height:1.6;
	font-size:1.3rem;
	margin-bottom:2rem;
}
.first_lead .small {
	font-size:1.0rem;
}
}

.btn_box.flx {
	 -webkit-align-items: center;
	 -ms-align-items: center;
	 align-items: center;
}
.idBtn a {
	display:inline-block;
	border-radius:5px;
	color:#000;
	text-align:center;
	border:2px solid #f2d10a;
	width: 100%;
	padding: 2% 0 3%;
}
.idBtn a .txt {
	padding:10px 0 10px;
	display:inline-block;
}
.idBtn a .arrow {
	color:#f2d10a;
}
.idBtn a img {
	vertical-align:middle;
	margin-right: 6%;
	height: 1.3em;
	width: auto !important;
}
/*---------------------------------------------------------------------
会員登録
-----------------------------------------------------------------------*/
.about_txt {
	font-weight:bold;
}
.about_txt a {
	text-decoration:underline;
}
.about_txt a:hover {
	text-decoration:none;
}
.about_id_list .idBtn {
	width:276px;
	margin:0 auto;
}
.about_id_list .idBtn img {
	height:3.2rem;
	width:auto!important;
}
.about_id_list {
	text-align:center;
	width:100%;
	margin:20px auto 0;
}
.about_id_list li {
	width:49%;
	border:1px solid #c7c5c5;
	border-radius:1px;
	font-size:1.4rem;
	padding:4rem 0;
}
.about_id_list li.item02 {
	border-color: #f2d10a;
    border-width: 2px;
    background: #fffce4;
}
.about_id_list li .ttl {
	font-size: 1.6rem;
	font-weight:bold;
	margin-bottom:20px;
}

/* clearfix
------------------------------------- */
.cf:after,
.about_id_list:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}

@media screen and (max-width: 767px){
    
	.pc_inline {display:none;}
	.sp_inline {display:inline-block}
	.first_lead {
		line-height:1.3;
		font-size:1.4rem;
		margin-bottom:2rem;
	}
	.first_lead .small {
		font-size:1.0rem;
	}
	.layout {
		width:95%;
		margin:0 auto;
	}
	.idBtn a {
		border-radius:5px;
		width:100%;
		font-size:14px;
		border:1px solid #f2d10a;
		padding: 1.6rem 0 !important;
	}
	.idBtn a .txt {
		padding:0;
	}
	.sp_layout_lv02 {
		padding:0 10px;
	}
/*---------------------------------------------------------------------
会員登録
-----------------------------------------------------------------------*/
	.about_id_list {
		margin-top:25px;
		width:100%;
	}
	.about_id_list .idBtn {
		width:100%;
		margin:0 auto;
	}
	.about_id_list .idBtn a {
		font-size:3.5vw!important;
	}
	.about_id_list .idBtn img {
		height:1.3em;
		width:auto!important;
		margin-right:2%;
	}
	.about_id_list li {
		font-size:2.7vw;
		padding:2em;
	}
    .about_id_list .item01{margin-bottom: 2em;}
/*	.about_id_list li.item02 {
		background:#fdf9d1;
	}*/
.about_id_list li .ttl {
	font-size: 1.3rem;
	font-weight:bold;
	margin-bottom:18px;
}

.about_id_list li .ttl span {
	display: block;
	padding-top: 0.5rem;
	font-size: 1.6rem;
}

}
