@charset "UTF-8";

/* カテゴリ名「メインビジュアル」「おすすめ記事」を非表示に */
.mv,
.recommend{
	display: none!important;
	}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: none!important;
	appearance: none!important;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
	display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
	outline-offset: -2px;
	}




* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	}
body {
	font-size: 16px;
	line-height: 1.6;
	}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	}
body > #wrapper {
	height: auto;
	}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }

@media print {
	html,
	html body{overflow: visible !important;}
	}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
	}
img {max-width: 100%;height: auto;vertical-align: bottom;} /* レスポンシブ対応 */
img {
	vertical-align: middle;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
	}
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0; /* IE7対応 */
	}

/* リンク */
a:link    {color:#000; text-decoration: none;}
a:visited {color:#000; text-decoration: none;}
a:hover   {
	color:#000;
	text-decoration: none;
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	transition: 0.2s;
	}
a:active  {color:#000; text-decoration: none;}

.mincho{
	/* font-family: "FOT-筑紫明朝 Pr6 L","TsukuMinPr6-L","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","TakaoEx明朝",TakaoExMincho,"MotoyaLCedar","Droid Sans Japanese","HGS明朝E","ipamin","ＭＳ Ｐ明朝",serif; */
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,'Sawarabi Mincho',serif;
/*	font-family: 'Sawarabi Mincho', serif;*/
	position: relative;
	font-weight: normal;
	}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {content: "";display: table;clear: both;}

.container {
	width: 100%;
	max-width:1230px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

/* ブロック関係 */
.row {padding-bottom: 0em;}
.col {display: block;float: left;width: 100%;margin: 0 1%;line-height: 1.5;}
.col:first-child {margin-left: 0;}
.col:last-child {margin-right: 0;}

/* グリッドの設定 */
.span_1 {width: 6.25%;}
.span_2 {width: 15%;}
.span_3 {width: 23.5%;}
.span_4 {width: 32%;}
.span_5 {width: 40.5%;}
.span_6 {width: 49%;}
.span_7 {width: 57.5%;}
.span_8 {width: 66%;}
.span_9 {width: 74.5%;}
.span_10 {width: 83%;}
.span_11 {width: 91.5%;}
.span_12 {width: 100%;}

.pc {display: block;}
.sp {display: none;}


#wrapper{
	background: #F8F8F8;
	}


/* タイトル */
h1#site_title{
	width: 100%;
	max-width: 278px;
	margin: 0 auto;
	padding: 11px 0;
	text-align: center;
}
h1#site_title a{
	display: block;
	position: relative;
	z-index: 2000;
	}
	h1#site_title a img{

		}
	h1#site_title + p{
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		/* z-index: 2000; */
		position: absolute;
		top: 10px;
		right: 140px;
	}


/* ▼▼▼ ヘッダー
=====================================*/
header{
	background: #000;
	width: 100%;
	height: 95px;
	position: absolute;
	z-index: 99999;
}
.header_inner:before{
	content: "";
	background: url(../img/header_bg.png) no-repeat left center/100%;
	width: 500px;
	height: 95px;
	position: absolute;
	top: 0;
}

/* メニューアイコン */
header .menu{
	width:60px;
	max-height: 60px;
	height: 100%;
	background: -moz-linear-gradient(top, #C266FC, #6A6AFF);
	background: -webkit-linear-gradient(top, #C266FC, #6A6AFF);
	background: linear-gradient(to bottom, #C266FC, #6A6AFF);
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	transition: 0.2s;
	z-index:2000;
}
	header .menu .menu_icon{
		width:24px;
		height:13px;
		margin: auto;
		background:url('../img/icon_menu.png') no-repeat;
		position: absolute;
		top: 22px;
		right: 0;
		left: 0;
	}
	header .menu_close .menu_icon{
		width:21px;
		height:20px;
		background:url('../img/icon_menu_close.png') no-repeat;
		background-size:contain;
		position: absolute;
		top: 20px;
		right: 0;
		left: 0;
		transform: rotate(90deg);
		}

/* サーチアイコン */
.search_icon{
	width: 60px;
	height: 60px;
	background-repeat:no-repeat;
	background-color:#3B3B3B;
	background-position:center;
	z-index: 2000;
	position: fixed;
	top: 0;
	right: 60px;
	cursor: pointer;
	}
	.search_open{
		background-image: url(../img/icon_search_white.png);
		background-size: 24px 24px;
		}
	.search_close{
		background-image: url(../img/icon_menu_close.png);
		background-size: 20px 20px;
		}
	/* 検索エリア */
	.search_inner{
		background: #f8f8f8;
		height: 60px;
		position: fixed;
		right: -1000px;
		top: 0;
	}
	.search_inner.close{
		/* display: block; */
		/* right: 120px; */
		-moz-transform: translateX(-1120px);
		-webkit-transform: translateX(-1120px);
		transform: translateX(-1120px);
	}
	.search_inner .custom_form{
		width: 220px;
		padding: 10px 0px 5px 0;
		margin: 0 40px;
		border-bottom: 1px solid #000;
		position: relative;
	}
	.search_inner .custom_form input[type="search"] {
		width: 200px;
		height: 20px;
		border:none;
		background:transparent;
		margin:0;
		font-size: 14px;
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.search_inner .custom_form .search_btn {
		width: 16px;
		height: 16px;
		background: url(../img/icon_search_black.png) no-repeat;
		background-size: contain;
		border: none;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		position: absolute;
		bottom:8px;
		right:0;
	}
	.search_inner .custom_form .search_btn:hover,
	.search_inner .custom_form .search_btn:focus {
		outline: none;
	}
	.search_inner .custom_form .search_btn::-moz-foucus-inner {
		border: none;
		padding: 0;
	}

	.custom_form{
		padding:5px 0;
		margin: 0 0 0 30px;
		border-bottom:1px solid #000;
		position: relative;
	}
	.custom_form input[type="search"] {
		width: 200px;
		height: 20px;
		border:none;
		background:transparent;
		margin:0 20px 0 0;
		font-size: 14px;
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.custom_form .search_btn {
		width: 16px;
		height: 16px;
		background: url(../img/icon_search_black.png) no-repeat;
		background-size: contain;
		border: none;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		position: absolute;
		bottom:8px;
		right:0;
	}
	.custom_form .search_btn:hover,
	.custom_form .search_btn:focus {
		outline: none;
	}
	.custom_form .search_btn::-moz-foucus-inner {
		border: none;
		padding: 0;
	}


/* gnav */
#gnav {
	display: block!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	float: none;
	width: 100%;
	max-width:300px;
	max-height: 100vh;
	padding-top: 60px;
	margin: 0;
	position: fixed;
	top: 0;
	right: -1000px;
	z-index: 1000;
	overflow: auto;
	}
#gnav.open {
	-moz-transform: translateX(-1000px);
	-webkit-transform: translateX(-1000px);
	transform: translateX(-1000px);
	}
#gnav ul {
	width:100%;
	max-width:300px;
	float: right;
	}
	#gnav ul > li {
		float: none;
		width: 100%!important;
		max-width: 100%!important;
		height: auto;
		text-indent: 0;
		position: relative;
		}
	#gnav ul > li > a {
		display: block;
		height: 50px!important;
		background: #fff;
		background-size: 10px 10px!important;
		border-bottom: 1px solid #ccc;
		padding: 0 15px;
		color: #333;
		line-height: 50px;
		font-weight: bold;
		}
	#gnav ul > li > a:hover {
		text-decoration: none;
		opacity: 1;
		}
	#gnav ul > li > a::after {
		display: block;
		content: '';
		width: 7px;
		height: 7px;
		border-top: 1px solid #B267FC;
		border-right: 1px solid #B267FC;
		position: absolute;
		top: 0;
		right: 15px;
		bottom: 0;
		margin: auto;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		}

/* sub_nav */
#sub_nav {
	padding-top: 95px;
	}

	#sub_nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 10px 0;
		margin-bottom: 15px;
		}
	#sub_nav ul > li{
		position: relative;
		}
	#sub_nav ul > li::before {
		display: block;
		content: '';
		width: 1px;
		height: 30px;
		background: #ccc;
		position: absolute;
		top: 2px;
		left: 0;
		}
	#sub_nav ul > li:last-of-type::after {
		display: block;
		content: '';
		width: 1px;
		height: 30px;
		background: #ccc;
		position: absolute;
		top: 2px;
		right: 0;
		}
	#sub_nav ul > li a {
		display: block;
		padding: 10px 40px 0;
		font-size:12px;
		font-weight: bold;
		position: relative;
		}

/* スクロールヘッダー */
.fix-header{
	display: none;
	background: #fff;
	/* padding: 20px; */
	height: 60px;
	line-height: 60px;
	position: fixed;
	top: 0;
	transition: .5s;
	width: 100%;
	z-index: 999;
}
	.fix-header.active{
		display: block;
	}
	.fix-header .scroll-menu{
		display: flex;
		justify-content: center;
		font-size: 12px;
	}
	.fix-header .scroll-menu li{
		position: relative;
	}
	.fix-header .scroll-menu li a{
		padding: 10px 30px;
	}
	.fix-header .scroll-menu li:not(:first-child):before{
		content: "";
		display: inline-block;
		border-left: 1px solid #ccc;
		height: 30px;
		position: absolute;
		top: 15px;
		left: 0;
	}
	.fix-header .scroll-menu li img{
		max-width: 138px;
	}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
.post-type-archive .single_main > #path {
	margin: 15px 0;
}
#main {
	max-width: 1000px;
	padding: 20px 0;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	}

/* パンくず */
#path {
	font-size: 14px;
	overflow: hidden;
	}
	#path li {
		float: left;
		margin-right: 10px;
		}
	#path li:after {
		content: ">";
		margin-left: 10px;
		color: #333;
		}
	#path li:last-child:after {content: "";}

/*記事内パンくず用*/
.single_article > #path{
	margin:0 0 20px 0;
	}
/*記事一覧パンくず用*/
.post-type-archive .single_main > #path{
	margin:15px 0 ;
}
/*検索結果・404ページパンくず用*/
.single_main > #path{
	margin:15px 0 0 0;
	}


/* latest_more_btn */
.latest_more_btn_wrap{
	width: 100%;
	text-align: center;
	}
.latest_more_btn{
	display: inline-block;
	border-bottom: 2px solid #707070;
	padding: 0 0 10px;
	font-weight: bold;
	}
	.latest_more_btn p{
		display: inline-block;
		margin: 0 10px 0 0;
		vertical-align: bottom;
		}
	.latest_more_title:before{
		display: inline-block;
		content: "";
		background: url(../img/arrow_right.png) no-repeat center/contain;
		width: 20px;
		height: 8px;
		margin: 0 10px;
		position: relative;
		top: 0;
		}
/* バナーリンク */
ul.bnr_list{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	margin: 60px auto 0;
	position: relative;
	z-index: 2;
	}
	ul.bnr_list li{
		width: 45%;
		max-width: 340px;
	}
	ul.bnr_list li:not(:last-child){
		margin-right: 40px;
	}
	ul.bnr_list li a{
		display:block;
	}

/* 記事内タグリンク */
.tag_link a:not(:last-of-type){
	margin-right: .5em;
}


/* ▼▼▼ フッター
=====================================*/
footer {
	width: 100%;
	background: #000;
	padding: 50px 0 25px;
	clear: both;
	overflow: hidden;
	}
.footer_cat_title{
	width: 112px;
	text-align: center;
	margin: 0 auto 15px;
	}
.fnav_wrap{
	height: 64px;
	background:#333;
	margin: 0 0 15px;
	}
.fnav_wrap .fnav{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
	}
.fnav_wrap .fnav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	}
.fnav_wrap .fnav ul::after{
	display: block;
	content: '';
	width: 1px;
    height: 60px;
    background: #707070;
    position: absolute;
    top: 2px;
	right: 0;
	}
.fnav_wrap .fnav li{
	flex: 1 0 auto;
	position: relative;
	}
.fnav_wrap .fnav li a{
	display: block;
	padding:20px;
	color:#fff;
	font-size:16px;
	font-weight: bold;
	}
.fnav_wrap .fnav li::before{
	display: block;
	content: '';
	width: 1px;
    height: 60px;
    background: #707070;
    position: absolute;
    top: 2px;
    left: 0;
	}
.fnav_wrap .fnav li::after{
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}

#footer_inner {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	}
	.footer_inner_top{
		background: url(../img/footer_bg_pc.png) no-repeat center/cover;
		width: 100%;
		padding:60px 0;
		margin: 0 0 10px;
		color: #fff;
		text-align: center;
	}
	.footer_inner_top p.footer_txt{
		margin: 0 0 20px;
		text-align: center;
	}
	.footer_inner_top p.footer_txt img{
		max-width: 526px;
		width: 100%;
	}
	.footer_inner_top p:not(.footer_txt){
		display: inline-block;
	}

.footer_logo{
	max-width:383px;
	margin: 50px auto 40px;
}
.footer_inner_bottom{
	display: inline-block;
	color:#fff;
	font-size:14px;
	}
	.footer_inner_bottom a{
		padding:0 20px 0 0;
		font-size:12px;
		}
	.footer_inner_bottom a:link{
		color:#fff;
		text-decoration: underline;
		}
	.footer_inner_bottom a:hover{
		color:#fff;
		text-decoration: none;
		}
	.footer_inner_bottom a:visited{
		color:#fff;
		}
.footer_inner_bottom .copyright{
	font-size:12px;
	}


/* ▼ ページ上部へ戻る */
.pagetop {
	width:64px;
	height:64px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2000;
	cursor: pointer;
	}




/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {

#wrapper {
	width: 100%;
	overflow: hidden;
	}
#screen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color:rgba(0,0,0,0.8);
	z-index: 200;
	}
.container{
	padding: 0;
}
.span_1,.span_2,.span_3,.span_4,.span_5,.span_6,.span_7,.span_8,.span_9,.span_10,.span_11,.span_12{width: 100%;}
.col {margin: 0;}

.pc {display: none;}
.sp {display: block;}

/* タイトル */
h1#site_title {
	max-width: 140px;
	width: 100%;
	height: auto;
	overflow: inherit;
	z-index: 2000;
}
	h1#site_title a{
	display: block;
	width:100%;
	max-width: initial;
	height:100%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	z-index: 2000;
	}
	h1#site_title a img {
		/* height: 90%;
		max-height: initial;
		padding: 5px;
		margin: auto; */
	}
	h1#site_title + p{
		display: none;
	}
/* ▼▼▼ ヘッダー
=====================================*/
header{
	height: 60px;
	position: static;
	margin-bottom: 52px;
}
.header_inner{
	background: #000;
	width: 100%;
	height: 60px;
	position: absolute;
	z-index: 99999;
}
.header_inner.active{
	background: #fff;
}

.header_inner:before{
	display: none;
}

/* メニューアイコン */
header .menu{
	position: absolute;
	left: 0;
	top: 0;
}

/* サーチアイコン */
.search_icon{
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	}
.header_inner.active .search_icon{
	background: #fff;
}

	.search_open{
		background-image: url(../img/icon_search_white.png);
		background-size: 24px 24px;
		}
		.header_inner.active .search_open{
			background-image: url(../img/icon_search_black.png);
			background-repeat: no-repeat;
			background-position: center;
			background-size: 24px 24px;
		}
	.search_close{
		background-image: url(../img/icon_menu_close.png);
		background-size: 20px 20px;
		}
		.header_inner.active .search_close{
			background-image: url(../img/icon_menu_close_bk.png);
			background-repeat: no-repeat;
			background-position: center;
			background-size: 24px 24px;
		}
	/* 検索エリア */
	.search_inner{
		background: #f8f8f8;
		border-bottom: 1px solid #ccc;
		height: 60px;
		position: fixed;
		right: auto;
		top: -943px;
		z-index: 2000;
		width: 100%;
	}
	.search_inner.close{
		-moz-transform: translateY(1000px);
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
	}
	.search_inner .custom_form{
		width: 220px;
		padding: 10px 0px 5px 0;
		margin: 0 auto;
		border-bottom: 1px solid #000;
		position: relative;
	}
	.search_inner .custom_form input[type="search"] {
			width: 200px;
			height: 20px;
			border:none;
			background:transparent;
			margin:0;
			font-size: 14px;
			outline: none;
			box-shadow: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		}
	.search_inner .custom_form .search_btn {
		width: 16px;
		height: 16px;
		background: url(../img/icon_search_black.png) no-repeat;
		background-size: contain;
		border: none;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		position: absolute;
		bottom:8px;
		right:0;
	}
	.search_inner .custom_form .search_btn:hover,
	.search_inner .custom_form .search_btn:focus {
		outline: none;
	}
	.search_inner .custom_form .search_btn::-moz-foucus-inner {
		border: none;
		padding: 0;
	}

	.custom_form{
		padding:5px 0;
		margin: 0 0 0 30px;
		border-bottom:1px solid #000;
		position: relative;
	}
	.custom_form input[type="search"] {
		width: 200px;
		height: 20px;
		border:none;
		background:transparent;
		margin:0 20px 0 0;
		font-size: 14px;
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.custom_form .search_btn {
		width: 16px;
		height: 16px;
		background: url(../img/icon_search_black.png) no-repeat;
		background-size: contain;
		border: none;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		position: absolute;
		bottom:8px;
		right:0;
	}
	.custom_form .search_btn:hover,
	.custom_form .search_btn:focus {
		outline: none;
	}
	.custom_form .search_btn::-moz-foucus-inner {
		border: none;
		padding: 0;
	}


/* gnav */
#gnav {
	display: none;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	float: none;
	width: 100%;
	max-width: 100%;
	max-height: 100vh;
	padding-top: 60px;
	margin: 0;
	position: fixed;
	top: -1000px;
	right: 0;
	left: 0;
	z-index: 1000;
	overflow: auto;
	}
#gnav.open {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);

	-moz-transform: translateY(1000px);
	-webkit-transform: translateY(1000px);
	transform: translateY(1000px);
	}
#gnav ul {
	width:100%;
	max-width:100%;
	float: none;
	}
	#gnav ul > li {
		float: none;
		width: 100%!important;
		max-width: 100%!important;
		height: auto;
		text-indent: 0;
		position: relative;
		}
	#gnav ul > li > a {
		display: block;
		height: 50px!important;
		background: #fff;
		background-size: 10px 10px!important;
		border-bottom: 1px solid #ccc;
		padding: 0 15px;
		color: #333;
		line-height: 50px;
		font-weight: bold;
		}
	#gnav ul > li > a:hover {
		text-decoration: none;
		opacity: 1;
		}
	#gnav ul > li > a::after {
		display: block;
		content: '';
		width: 7px;
		height: 7px;
		border-top: 1px solid #B267FC;
		border-right: 1px solid #B267FC;
		position: absolute;
		top: 0;
		right: 15px;
		bottom: 0;
		margin: auto;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		}

/* sub_nav */
#sub_nav{
	width: 100%;
	padding: 0;
	background: #333;
	position: absolute;
	top:60px;
	left: 0;
	}
#sub_nav.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
#sub_nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding: 0;
	margin-bottom: 0;
	}
#sub_nav ul li{
	border-right:1px solid #666;
	flex: 1 0 auto;
	}
#sub_nav ul li:last-of-type{
	border: none;
	}
#sub_nav ul > li:before {
	display: none;
	}
#sub_nav ul li a{
	display: block;
	height: 50px;
	padding: 15px 0;
	color:#fff;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	}
	#sub_nav ul > li:last-of-type::after{
		 display: none;
	}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#header_inner,
#main,#contents,#side,
footer,#footer_inner {
	float: none;
	width: 100%;
	}

#main {padding: 0 15px 40px;}
.menu_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

/* パンくず */
#path {
	font-size: 12px;
}

/*記事内パンくず用*/
.single_article > #path {
	margin: 0 ;
	padding: 15px 15px 0 15px;
}
/*全記事一覧パンくず用*/
.post-type-archive .single_main > #path{
	margin:0 ;
	padding: 15px;
	}
/*カテゴリ内記事一覧・検索結果・404ページパンくず用*/
.single_main > #path{
	padding: 15px 15px 0 15px;
	margin: 0;
	}

/* latest_more_btn */
.latest_more_btn_wrap {
		margin: 10px 0 40px;
	}

.bg_illust{
	background-position: center bottom;
	}

/* バナーリンク */
ul.bnr_list{
	display: block;
	margin: 10px auto 50px;
	}
	ul.bnr_list li{
		width: 100%;
		margin: 0 auto;
	}
	ul.bnr_list li:not(:last-child){
		margin:0 auto 20px;
	}

/* 記事内タグリンク */
.tag_link{
	width: 46%;
	line-height: 1;
}
.tag_link a{
	display: inline-block;
}

/* ▼▼▼ フッター
=====================================*/
footer {padding: 0 0 20px;}

.fnav_wrap{
	height: auto;
	background: none;
	}
.fnav_wrap .fnav ul{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #707070;
	}
	.fnav_wrap .fnav ul li{
		width:50%;
		border-bottom: 1px solid #707070;
		background:#333;
		}
		.fnav_wrap .fnav li::before{
			display: none;
			}
		.fnav_wrap .fnav ul li:nth-of-type(2n+1){
			width:50%;
			border-right: 1px solid #707070;
			}
		.fnav_wrap .fnav ul li:last-child{
			flex: 0 0 auto;
		}


.footer_inner_top{
	display: block;
	}
	.footer_inner_top{
		background: url(../img/footer_bg_sp.png) no-repeat center/cover;
		padding: 40px 0 20px 0;
	}

	.footer_inner_top p {
		margin:0 auto 20px;
	}
	.footer_inner_top p.footer_txt img{
		max-width: 310px;
	}
	.footer_inner_top p:not(.footer_txt){
		width: 280px;
	}
	.footer_logo{
		max-width: 280px;
	}
	.footer_inner_bottom{
		width: 100%;
		padding:0 20px;
		font-size:16px;
	}
	.footer_inner_bottom a{
		font-size:16px;
		line-height: 2.6;
	}
	.footer_inner_bottom span{
		display: block;
		margin: 15px 0 0 0;
	}

}
