/*
Theme Name: k1_blue_custom
Theme URI:
Description: キャッシングサイトのテーマです
Author: wk
Author URI: none
Version: 1.0
*/

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

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: #000000;
	background: url(image/common/bg_body.png) repeat;
	margin: 0;
}
a {
	color: #03C;
	text-decoration: none;
	transition: all 200ms ease-out 0s;
}
/*▼▼スマホだけのコンテンツ▼▼*/
.ad_area, .btm_ad, .button-best3 {
	display: none;
}
ul li {
	list-style-type: none;
}
header {
	background: #FFFFFF;
	border-bottom: 3px solid #a0a0a0;
}
.sp_menu {
	display: none;
}
.sitelogo {
	margin: 0;
	padding: 20px 0;
}
.sitelogo a {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	float: none;
	margin: 0 auto 0;
	/*width: 50%*/
}
.sitelogo a img {
	width: 100%;
}
.sitelogo a {
	display: block;
	float: left;
	margin: 10px 30px 10px 0;
}
.sitediscription {
	float: left;
	font-size: 90%;
	margin: 20px 0 0 0;
}
#breadcrumb {
	font-size: 80%;
	background-color: #f6f6f6;
	padding: 10px 0;
	border-bottom: 1px solid #d3d3d3;
}
#main_contents {
	margin: 30px 0 60px;
}
.mainarea {
	background-color: #fff;
	border: 1px solid #d3d3d3;
	margin-bottom: 60px;
}
.main_tit {
	font-size: 32px;
	font-weight: bold;
	background: #004986;
	color: #fff;
	margin: 0 0 30px;
	padding: 20px 40px;
	line-height: 1.315em;
}
.main_tit h1 {
	font-size: 32px;
	margin: 0;
    line-height: 1.315em;
	font-weight: bold;
}
.content_text {
	padding: 0 40px 40px;
}
.beans {
	padding: 0 40px 40px;
}
.content_text .beans {
	padding: 0 0 40px;
}
.content_text h2 {
	font-size: 28px;
	font-weight: bold;
	background: #e9f2f9;
	border-left: 15px solid #004986;
	border-top: 1px solid #bcc8d2;
	border-right: 1px solid #bcc8d2;
	border-bottom: 1px solid #bcc8d2;
	padding: 20px 0 20px 15px;
	margin: 70px 0 20px;
	line-height: 1.3em;
}
.content_text h3 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 3px solid #dadada;
	position: relative;
	padding: 0 0 10px 0;
	margin: 60px 0 20px 0;
	line-height: 1.3em;
}
.content_text h3:after {
	content: "";
	display: block;
	width: 30%;
	border-bottom: 3px solid #e5004f;
	position: absolute;
	bottom: 0;
	margin-bottom: -3px;
}
.content_text ul {
	margin: 20px 0;
}
.content_text li {
	font-weight: bold;
	padding: 3px 0 3px 15px;
	background: url(image/common/icon-disk.png) no-repeat left center;
	background-size: 0.5em auto;
}
.bgb-beige {
	background-color: #fffed1;
	font-weight: bold;
	padding: 30px;
	margin: 20px 0 20px;
}
/* 装飾 */
.content_txt a {
	display: inline;
}
.content_txt p {
	margin: 0 0 30px;
	font-size: 100%;
	text-align: justify;
}
.content_txt p:last-child {
	margin: 0;
}
.content_txt ul {
	font-weight: bold;
	margin: 0 35px 50px 12px;
}
.content_txt li {
	background: url("image/common/list-disc.png") left 8px no-repeat;
	padding: 0 0 0 23px;
	margin: 0 0 17px 0;
	font-weight: bold;
}
.content_txt li:last-child {
	margin-bottom: 0;
}
.check-box {
	padding: 30px;
	background-color: #f6fbff;
	border: solid 1px #bcc8d2;
	border-radius: 10px;
}
.check-box li {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 35px;
	background: url("image/common/icon-check.png") no-repeat left 0.2em;
	background-size: 1.5em;
}
.check-box li:last-child {
	margin-bottom: 0;
}
.content_txt blockquote {
	padding: 40px 35px;
	margin: 0 0 35px 0;
	border: 2px solid rgba(158,211,255,1);
	font-size: 14px;
	font-style: italic;
	position: relative;
}
.content_txt blockquote:before {
	width: 24px;
	height: 18px;
	content: "";
	background: url("images/common/bg-blockquote-top.png") top left no-repeat;
	position: absolute;
	top: 11px;
	left: 12px;
}
.content_txt blockquote:after {
	width: 24px;
	height: 18px;
	content: "";
	background: url("images/common/bg-blockquote-bottom.png") right bottom no-repeat;
	position: absolute;
	bottom: 14px;
	right: 17px;
}
.content_txt blockquote p:last-child {
	margin: 0;
}
.content_txt .b {
	font-weight: bold!important;
	font-size: 112.5%;
	line-height: 155.6%;
}
.content_txt .red {
	font-weight: bold!important;
	font-size: 112.5%;
	line-height: 155.6%;
	color: rgba(255,75,71,1);
}
.bgc-yellow {
	background: -moz-linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	background: -webkit-linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, transparent), color-stop(0.5, rgba(255,249,92,1)));
	background: -o-linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	background: linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
}
.bgb-beige {
	margin: 30px 0;
	padding: 1.5em;
	background: rgba(255,254,215,1);
	color: rgba(63,60,30,1);
	font-weight: bold;
	border: 1px solid #e2e1bc;
}
.bgb-beige p:last-child {
	margin: 0;
}
.b {
	font-weight: bold;
	font-size: 18px;
    line-height: 28px;
}
.red {
	color: #e5004f;
	font-weight: bold;
	font-size: 18px;
    line-height: 28px;
}
.referrer {
	padding: 10px 30px;
	margin: 0 0 35px 0;
	border: 2px solid rgba(158,211,255,1);
}
.referrer span {
	font-weight: bold;
}
.waku {
	position: relative;
	margin: 30px 0;
	padding: 20px 30px;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
	border-radius: 2px;
	border: 7px solid rgba(158,211,255,1);
	border-image: 7 7 url(images/common/border-check.png);
}
.waku p {
	margin: 0 0 12px 0;
}
.waku p:last-child {
	margin: 0;
}
.waku ul:last-child {
	margin-bottom: 0;
}
table {
	width: 100%;
	margin: 20px auto 20px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid rgba(255,150,0,1);
	border-collapse: separate;
}
table th, table td {
}
table th, table.typeTL tr:first-child th:first-child {
	background-color: rgba(241,128,52,1);
	font-size: 100%;
	line-height: 1.4em;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border-right: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
}
table th:last-child {
	border-right: none;
}
table td {
	color: #000000;
	font-size: 100%;
	line-height: 1.4em;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-right: 1px solid rgba(231,218,198,1);
	border-bottom: 1px solid rgba(231,218,198,1);
}
/*サイドメニュー*/
.sidebar_topics, .sidebar_category {
	margin: 0 0 50px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
}
.sidebar_topics h2, .sidebar_category h2 {
	font-size: 20px;
	font-weight: bold;
	/* text-align: center; */
	background-color: #f6f6f6;
	padding: 15px 15px 15px 20px;
	margin: 0;
	border-top: 2px solid #004986;
	border-bottom: 1px solid #d3d3d3;
}
.sidebar_topics ul, .sidebar_category ul {
	padding: 0 20px;
}
.sidebar_topics li, .sidebar_category li {
	border-bottom: 1px dotted #d3d3d3;
	padding: 16px 0 16px 0;
}
.sidebar_topics li a, .sidebar_category li a {
	background: url(image/common/arrow-link.png) no-repeat left 0.3em;
	padding: 0 0 0 21px;
	background-size: 1em;
	display: block;
}
.sidebar_topics li:last-child, .sidebar_category li:last-child {
	border-bottom: none;
}
/*サイドバー検索*/
.sidebar_search form {
  margin: 30px 15px 20px;
}
/*カテゴリの新着記事*/
.category_box, .topics_box {
	border-bottom: 1px solid #d3d3d3;
    padding: 0 83px 10px 40px;
	/*background: url(image/common/arrow-link.png) no-repeat 45.5em center ;*/
	background: url(image/common/arrow-link.png) no-repeat right 3% center;
}
.category_box:last-child, .topics_box:last-child {
	border-bottom: none;
}
.category_box_tit, .topics_box_tit {
	font-size: 20px;
	font-weight: bold;
    background-color: #f6f6f6;
    padding: 15px 15px 15px 45px;
    margin: 50px 0 0;
	border-top: 2px solid #004986;;
	border-bottom: 1px solid #d3d3d3;
}
.mArchive_item_tit {
	font-size: 22px;
	line-height: 1.3em;
	font-weight: bold;
}
.mArchive_item_cat {
	display: inline-block;
    margin: 10px 0 10px 0;
}
.mArchive_item_cat a {
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 6px 10px 6px 40px;
    font-size: 50%;
    margin: 0 0 10px 0;
	position: relative;
}
.mArchive_item_cat a:before {
	content: "";
    width: 24px;
    height: 16px;
    background: url(image/common/icon-category.png) no-repeat;
    position: absolute;
    top: 0.5em;
	left: 1em;
	background-size: contain;
}
/*子カテ記事ジャンル一覧*/
.category-matome h2 {
    font-size: 20px;
    font-weight: bold;
    background-color: #f6f6f6;
    padding: 15px 15px 15px 45px;
    margin: 50px 0 15px;
    border-top: 2px solid #004986;
    border-bottom: 1px solid #d3d3d3;
}
.m_archive_in ul {
    margin: 0 0px 0px 40px;
}
.m_archive_in li a {
	background: url(image/common/arrow-link.png) no-repeat left 0.5em;
    padding: 4px 0 4px 21px;
    background-size: 1em;
    display: inline-block;
}



footer {
	background: #004986;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
}
.copyright {
	font-size: 14px;
}
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
.pagetop a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 62px;
    padding: 18px 0;
	text-align: center;
	display: block;
}
.pagetop a:hover {
	text-decoration: none;
	background: #999;
}

/*body.single {
	margin: 5.5em 0 0;
}*/

/*ページナビ*/
.wp-pagenavi {
	text-align: center;
    padding: 10px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
    padding: 9px 13px;
    margin: 5px;
    width: 46px;
    height: 46px;
    display: inline-block;
	border: 1px solid #004986;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #004986;
	color: #fff;
	border: 1px solid #004986;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi span.extend {
	border: none;
}
img {
    max-width: 100%;
    height: auto;
}





/* ========================================================================
スマホ表示
======================================================================== */
@media (max-width: 767px) {
body {
	width: 100%;
	overflow-x: hidden;
	font-size: 16px/1.6;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	line-height: 1.66em;
}
.pagetop, .sidebar_category {
	display: none;
}
.content_text {
	padding: 0 1.3em 2em;
}
.beans {
	padding: 2em 1.3em;
}
.content_text .beans {
	padding: 0 1.3em 2em;
}
ul li {
	list-style-type: none;
}
header {
	background: #FFFFFF;
	border-bottom: 3px solid #a0a0a0;
}
.sitelogo {
	padding: 10px 0;
}
.sitelogo a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	float: none;
	margin: 0 auto 0;
	width: 100%;
}
.sitelogo a img {
	width: 100%;
}
.sitediscription {
	float: none;
	font-size: 85%;
	margin: 5px 0 10px 0;
	text-align: center;
}
#breadcrumb {
	font-size: 0.8em;
	line-height: 1.3em;
	background-color: #f6f6f6;
	padding: 10px 0;
}
#main_contents {
	margin: 0 0 60px;
}
.mainarea {
	background-color: #fff;
	border: 1px solid #d3d3d3;
	margin-bottom: 20px;
}
.main_tit {
	font-size: 1.2em;
	font-weight: bold;
	background: #004986;
	color: #fff;
	margin: 0 0 20px;
	padding: 15px 1em;
	line-height: 1.315;
}
.main_tit h1 {
	font-size: 1.2em;
	margin: 0;
	line-height: 1.315;
	font-weight: bold;
}
.content_text h2 {
	font-size: 1.3em;
	background: #e9f2f9;
	border-left: 0.5em solid #004986;
	border-top: 1px solid #bcc8d2;
	border-right: 1px solid #bcc8d2;
	border-bottom: 1px solid #bcc8d2;
	padding: 15px 0 15px 0.8em;
	margin: 50px 0 20px;
	font-weight: bold;
}
.content_text h3 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 3px solid #dadada;
	position: relative;
	padding: 0 0 10px 0;
	margin: 40px 0 20px 0;
}
.content_text h3:after {
	content: "";
	display: block;
	width: 30%;
	border-bottom: 3px solid #e5004f;
	position: absolute;
	bottom: 0;
	margin-bottom: -3px;
}
.content_text li {
	font-weight: bold;
	padding: 3px 0 3px 15px;
	background: url(image/common/icon-disk.png) no-repeat left center;
	background-size: 0.5em auto;
}
.bgb-beige {
	background-color: #fffed1;
	font-weight: bold;
	padding: 30px;
	margin: 20px 0 20px;
}
/* 装飾 */
.content_text a {
	display: inline;
}
.content_text p {
	margin: 0 0 30px;
	font-size: 100%;
	text-align: justify;
}
.content_text p:last-child {
	margin: 0;
}
.content_text ul {
	font-weight: bold;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0.5em;
}
.content_text li {
	background: url(image/common/icon-disk.png) left 0.4em no-repeat;
	padding: 0 0 0 1em;
	margin: 0 0 8px 0;
	font-weight: bold;
	background-size: 0.5em;
}
.content_text li:last-child {
	margin-bottom: 0;
}
.mainarea .check-box {
	padding: 1.2em;
	background-color: #f6fbff;
	border: solid 1px #bcc8d2;
	border-radius: 10px;
}
.check-box li {
	font-size: inherit;
	line-height: 28px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 1.8em;
	background: url(image/common/icon-check.png) no-repeat left 0.2em;
	background-size: 1.5em;
}
.check-box li:last-child {
	margin-bottom: 0;
}
.content_txt blockquote {
	padding: 40px 35px;
	margin: 0 0 35px 0;
	border: 2px solid rgba(158,211,255,1);
	font-size: 14px;
	font-style: italic;
	position: relative;
}
.content_txt blockquote:before {
	width: 24px;
	height: 18px;
	content: "";
	background: url("images/common/bg-blockquote-top.png") top left no-repeat;
	position: absolute;
	top: 11px;
	left: 12px;
}
.content_txt blockquote:after {
	width: 24px;
	height: 18px;
	content: "";
	background: url("images/common/bg-blockquote-bottom.png") right bottom no-repeat;
	position: absolute;
	bottom: 14px;
	right: 17px;
}
.content_txt blockquote p:last-child {
	margin: 0;
}
.content_txt .b {
	font-weight: bold!important;
	font-size: 112.5%;
	line-height: 155.6%;
}
.content_txt .red {
	font-weight: bold!important;
	font-size: 112.5%;
	line-height: 155.6%;
	color: rgba(255,75,71,1);
}
.bgc-yellow {
	background: -moz-linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	background: -webkit-linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, transparent), color-stop(0.5, rgba(255,249,92,1)));
	background: -o-linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	background: linear-gradient(transparent 50%, rgba(255,249,92,1) 50%);
	font-weight: bold;
	font-size: 1.1em;
    line-height: 1.3em;
}
.bgb-beige {
	margin: 30px 0;
	padding: 1.3em;
	background: rgba(255,254,215,1);
	color: rgba(63,60,30,1);
	font-weight: bold;
	border: 1px solid #e2e1bc;
}
.bgb-beige p:last-child {
	margin: 0;
}
.referrer {
	padding: 10px 30px;
	margin: 0 0 35px 0;
	border: 2px solid rgba(158,211,255,1);
}
.referrer span {
	font-weight: bold;
}
.waku {
	margin: 30px 0;
	padding: 0.8em;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
	border-radius: 2px;
	border: 5px solid rgba(158,211,255,1);
}
.waku p {
	margin: 0 0 12px 0;
}
.waku p:last-child {
	margin: 0;
}
.waku ul:last-child {
	margin-bottom: 0;
}
.b {
	font-weight: bold;
	font-size: 1.1em;
    line-height: 1.3em;
}
.red b {
	color: #e5004f;
	font-weight: bold;
	font-size: 1.1em;
    line-height: 1.3em;
}
table {
	width: 100%;
	margin: 20px auto 20px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid rgba(255,150,0,1);
	border-collapse: separate;
}
table th, table td {
}
table th, table.typeTL tr:first-child th:first-child {
	background-color: rgba(241,128,52,1);
	font-size: 100%;
	line-height: 1.4em;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border-right: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
}
table th:last-child {
	border-right: none;
}
table td {
	color: #000000;
	font-size: 100%;
	line-height: 1.4em;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-right: 1px solid rgba(231,218,198,1);
	border-bottom: 1px solid rgba(231,218,198,1);
}
/*サイドメニュー*/
.sidebar_topics, .sidebar_category {
	margin: 0 0 50px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
}
.sidebar_topics h2, .sidebar_category h2 {
	font-size: 20px;
	/* text-align: center; */
	background-color: #f6f6f6;
	padding: 15px 15px 15px 20px;
	margin: 0;
	border-top: 2px solid #004986;
}
.sidebar_topics ul, .sidebar_category ul {
	padding: 0 20px;
}
.sidebar_topics li, .sidebar_category li {
	border-bottom: 1px dotted #333;
	padding: 16px 0 16px 0;
}
.sidebar_topics li a, .sidebar_category li a {
	background: url(image/common/arrow-link.png) no-repeat left 0.3em;
	padding: 0 0 0 21px;
	background-size: 1em;
	display: block;
}
.sidebar_topics li:last-child, .sidebar_category li:last-child {
	border-bottom: none;
}
.sidebar_topics {
	margin: 0 0 0;
}
footer {
	background: #004986;
	text-align: center;
	padding: 10px;
	margin-bottom: 3em;
	color: #FFFFFF;
}
#footer_inner {
	background: #004986;
	text-align: center;
	padding: 10px;
	margin-bottom: 3.5em;
	color: #FFFFFF;
}
.copyright {
	font-size: 0.8em;
}

/*スマホ用メニュー*/
.sp_menu {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 3000;
}
/*.sp_menu a {
	font-family: "UD 新丸ゴM", "UD Shin Maru Go Medium", sans-serif;
	color: #505050;
	text-decoration: none;
	line-height: 100%;
}*/
.sp_menu a:hover, .sp_menu a:active {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	zoom: 1;
}
.sp_menu_btn {
	line-height: 0;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 -3px 10px 0 rgba(0,0,0,0.35);
}
.sp_menu_btn > div {
	width: 50vw;
	float: left;
	text-align: center;
	padding: 14px 0 16px;
	border-top: 4px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
}
.sp_menu_btn a {
	font-size: 1em;
	font-weight: bold;
	color: #023967;
	text-decoration: none;
}
.sp_menu_btn_pages {
	border-right: 1px solid #ffffff;
}
.sp_menu_btn_cat {
	border-right: 1px solid #ffffff;
}
/*.sp_menu_close {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #fb679f;
	border: 4px solid #ffffff;
	z-index: 10;
}
.sp_menu_category_btn, .sp_menu_pages_btn {
	width: 14px;
	height: 14px;
	padding: 7px;
}*/

.sp_menu_close {
		width: 90%;
		margin: 30px auto 0;
}
.sp_menu_close img {
		width: 100%
	}
	.sp_menu_category {
		overflow-y: auto;
		height: 100%;
		/*position: fixed;*/
		padding: 1.5em 0;
		border-top: 3px solid #c5c5c5;
		display: none;
		max-height: calc(100vh - 100px);
		overflow-x: hidden;
		overflow-y: scroll;
	}
.sp_menu_category ul {
	background-color: #ffffff;
	width: 100%;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sp_menu_category li {
	width: auto;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 100%;
	color: #ffffff;
	padding: 10px 1.3em 0;
}
.sp_menu_category li a {
	background: url(image/common/arrow-link.png) no-repeat left 0.2em;
    padding: 0 0 0 21px;
    background-size: 1em;
    line-height: 1.3em;
    display: block;
}
.sp_menu_btn_pages_icon:before {
	content: "";
	display: inline-block;
	background: url(image/sp_common/icon-pagetop-sp.png) left center no-repeat;
	background-size: 10px auto;
	height: 16px;
	width: 10px;
	vertical-align: middle;
	margin-right: 8px;
}
.sp_menu_btn_cat_icon:before {
	content: "";
	display: inline-block;
	background: url(image/common/icon-category-sp.png) left center no-repeat;
	background-size: 15px auto;
	height: 15px;
	width: 15px;
	vertical-align: middle;
	margin-right: 8px;
}
.sp_menu_btn_pagetop_icon:before {
	content: "";
	display: inline-block;
	background: url(image/common/icon-pagetop-sp.png) left center no-repeat;
	background-size: 16px auto;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 8px;
}
/*カテゴリの新着記事*/

.category_box, .topics_box {
	border-bottom: 1px solid #d3d3d3;
    padding: 0 3.5em 10px 1.3em;
    background: url(image/common/arrow-link.png) no-repeat right 4% center;
    background-size: 7%;
}
.category_box:last-child, .topics_box:last-child {
	border-bottom: none;
}
.category_box_tit, .topics_box_tit {
	font-size: 1.1em;
    font-weight: bold;
    background-color: #f6f6f6;
    padding: 0.8em 15px 0.8em 1.2em;
    margin: 20px 0 0;
    border-top: 2px solid #004986;
    border-bottom: 1px solid #d3d3d3;
}
.mArchive_item_txt {
	font-size: 0.8em
}
.mArchive_item_tit {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
}
.mArchive_item_cat {
	display: inline-block;
    margin: 10px 0 10px 0;
}
.mArchive_item_cat a {
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 6px 10px 6px 40px;
    font-size: 80%;
    margin: 0 0 10px 0;
	position: relative;
}
.mArchive_item_cat a:before {
	content: "";
    width: 24px;
    height: 16px;
    background: url(image/common/icon-category.png) no-repeat;
    position: absolute;
    top: 0.5em;
	left: 1em;
	background-size: contain;
}
/*子カテ記事ジャンル一覧*/
.category-matome h2 {
    font-size: 1.1em;
    font-weight: bold;
    background-color: #f6f6f6;
    padding: 0.8em 15px 0.8em 1.2em;
    margin: 20px 0 0.8em;
    border-top: 2px solid #004986;
    border-bottom: 1px solid #d3d3d3;
	line-height: 1.35em;
}
.m_archive_in ul {
    margin: 0 0 0 1.3em;
}
.m_archive_in li a {
	background: url(image/common/arrow-link.png) no-repeat left 0.5em;
    padding: 4px 0 4px 21px;
    background-size: 1em;
}

.overlay {
    display: none;
    position: absolute;
    z-index: 2000;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: scroll;
}
/*TOPの広告部分*/
/*.ad_area {
	display: block;
	margin: 20px 0 30px;
}*/
#rank1 {
	text-align: center;
	width: 95%;
    margin: 0 auto;
}
#rank2 {
	width: 95%;
	margin: 20px auto 5px;
	text-align: center;
}
#rank3 {
	width: 95%;
	margin: 20px auto 5px;
	text-align: center;
}
#rank1 img, #rank2 img, #rank3 img {
	width: 100%;
}
.rank-button {
	text-align: center;
}
.rank-button img {
	width: 95%;
}
.rank_arrow_center {
	text-align: center;
}
/*.button-best3 {
	display: block;
	width: 92%;
	margin: 1em auto;
}*/
/*広告バナー*/
/*.btm_ad {
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 500;
}*/
.btm_ad_bnr {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 550;
}
.btm_ad_close {
	width: 5%;
	height: auto;
	display: block;
	position: absolute;
	bottom: 4%;
	left: 1%;
	z-index: 560;
}
.btm_ad_close img {
	width: 100%;
}
.close{
	display: none;
}
}
@media only screen and (orientation:landscape) {
.btm_ad_close {
	width: 5vh!important;
}
.btm_ad_bnr {
	width: 100vh!important;
	margin: 0 auto;
}
}

/*量産キャッシング用記事内コメント*/
.comment_char01 {
    background: #ebeff6;
    padding: 14px 10px 10px 13px;
    border-radius: 15px;
    margin: 125px 10px 40px 10px;
    position: relative;
}

.comment_char01:before {
    content: "";
    width: 120px;
    height: 120px;
    background: url(/wp/wp-content/themes/wk_k1_blue/image/common/comment-char01.png) no-repeat;
    background-size: 120px;
    position: absolute;
    top: -110px;
    left: 0;
}



.comment_char01 p:last-child,
.comment_char02 p:last-child {
	margin: 0 0 0;
}

.matome {
        border-top: 2px solid #bbb;
	position: relative;
	margin: 0 0 60px;
	padding: 20px 0 0;
	min-height: 180px;
}

.matome p {
	margin-bottom: 20px;
}

.matome:before {
	content: "";
	width: 200px;
	height: 200px;
	background: url(/wp/wp-content/themes/wk_k1_blue/image/common/matome.png) no-repeat;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
	display: block;
	margin: -10px 10px 0 -8px;
	float: left;
}
