@charset "utf-8";

/* *******************************************************************************************
* 
*	okeiko sp
*
******************************************************************************************* */

@media screen and (max-width : 768px){


/* -------------------------------------------------------------------------------------------
*
* インデックスページ
*
* ----------------------------------------------------------------------------------------- */

.okeiko_container {
	width: 100%;
	padding: 60px 0 120px;
}



/* ----------------------------- ページタイトル ----------------------------- */

.okeiko_container .pageHeader_ttl {
    font-size: 31px;
    padding-bottom: 14px;
    margin-bottom: 8px;
    background: url(../image/title_bg_sp.png) no-repeat center bottom;
    background-size: auto 12px;
}

.okeiko_container .pageHeader_ttl rt {
	font-size: 14px;
}

.pageHeader_lead {
	font-weight: normal;
	width: 90%;
	margin: 0 auto;
}


/* ----------------------------- ソートボタン ----------------------------- */

.filter_container {
	width: 90%;
	padding: 10px 0 80px;
}

.filter_container .filter_item {
	width: 100%;
}

.filter_container .reset {
	width: 100%;
}

.filter_container .filter_btn.all {
	padding: 10px 0;
}

.filter_container .filter_item.filter_item_all {
	width: 100%;
}

.filter_container .filter_btn-wrap {
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
}

.filter_container .filter_parent {
	width: 100%;
	background: #fff url('../image/btn_sort_off.png') 95% 15px no-repeat;
	background-size: 30px 30px;
	text-indent: 2em;
	line-height: 1.5em;
	padding-top: 6px;
}

.filter_container .filter_parent .filter_parent_inner {
	padding: 15px 0;
	margin-left: -2em;
}

.filter_container .filter_btn {
	width: 100%;
	display: block;
	text-indent: 0;
}

.filter_container .filter_parent:hover {
	background-color: #fff;
}

.filter_container .filter_parent.open {
	background: #b4ddfa url('../image/btn_sort_on.png') 95% 15px no-repeat;
	background-size: 30px 30px;
}

.filter_container .sort {
	width: 100%;
}

.filter_container.footer_btn_container {
	padding: 10px 0 100px;
}



/* ----------------------------- 記事一覧 ----------------------------- */


.boxes {
	width: 90%;
	margin: 0 auto;
}

.okeiko_list_item {
	width : 100% ;
	float: none;
	height: auto;
	padding-bottom: 8%;
}

.okeiko_list_item .okeiko_list_item-inner {
	width: 100%;
}

.okeiko_list_item .okeiko_list_item_txt {
	padding: 0 20px 10px;
}

.okeiko_list_item_img {
	width: 90%;
	height: auto;
}

.okeiko_list_item_img.side {
	height: auto;
	padding-top: 0;
}

.okeiko_list_item_btn {
	width: 90px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -45px;
}

.pdf_link_container .pdf_link {
	width: 90%;
	height: auto;
	margin: 15px auto 20px;
}

.pdf_link .pdf_link-inner {
	width: 14em;
	margin: 0 auto;
}




/* ----------------------------- もっとみるボタン ----------------------------- */


.btn_more {
	width: 100%;
	height: auto;
	background-color:  #2294e6;
	border: 2px solid #2294e6;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	color: #fff;
	font-weight: bold;
	padding: 15px 0 10px;
	margin: 20px auto 0;
	cursor: pointer;
}

.btn_more .btn_more_inner {
	background: url('../image/btn_more.png') left top no-repeat;
	background-size: 30px auto;
	display: block;
	width: 120px;
	height: 30px;
	margin: 0 auto;
	text-indent: 2.5em;
}

.btn_more_inner_txt {
	display: block;
	padding: 3px 0 5px;
}



/* ----------------------------- おうちの方へ ----------------------------- */

.okeiko_tips {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-top: 32px;
	padding: 50px 5% 30px;
}

.tips_btn .transition {
	width: 100%;
	height: auto;
	margin: 60px auto;
}

.tips_btn .tips_btn_inner {
	background: url('../image/btn_sort_all.png') left center no-repeat;
	background-size: 18px 17px;
	width: 14em;
}



/* ----------------------------- アドビアクロバットバナー ----------------------------- */

.home_adobe_container {
	width: 90%;
	margin: 0 auto 120px;
}

.home_adobe_L {
	width: 35%;
}

.home_adobe_R {
	line-height: 1.5em;
}

.home_adobe_img {
	width: 95%;
}





.reference {
	padding-right: 0;
}


}