@charset "utf-8";
/*==================================================
cmn
==================================================*/
body {
	background: #f0fafd;
	
}

.no-fouc { display: none; }

.wrap {
	padding: 0;
	margin: 0 auto;
	box-shadow: none;
	max-width: 1200px;
	width: 100%;
}
.wrap-s {
	padding: 0;
	margin: 0 auto;
	box-shadow: none;
	max-width: 1000px;
	width: 100%;
}
.sp {
	display: none;
}
/*==================================================
head
==================================================*/
.site-header {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.site-header .site-title, .gnavi > ul > li {
	height: 80px;
	display: table;
}
.site-header .site-title .logo, .gnavi ul li a {
	display: table-cell;
	vertical-align: middle;
}
.site-header .site-title {
	float: left;
}
.site-header .site-title a {
	display: block;
	line-height: 0;
}
.gnavi {
	float: right;
}
.gnavi > ul > li {
	float: left;
	margin-left: 2.5em;
	font-weight: bold;
	color: #002d82;
	letter-spacing: 2px;
	text-align: center;
}
.gnavi li:hover .child {
	opacity: 1;
	visibility: visible;
	top: 80px;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gnavi li .child {
	position: absolute;
	top: 70px;
	left: 0;
	width: inherit;
	z-index: 9999 !important;
	height: inherit;
	display: block;
	opacity: 0;
	visibility: hidden;
	clip: inherit;
	width: 100%;
	height: auto;
	text-align: center;
	background: #002d82;
	color: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	padding: 40px 0;
}
.gnavi li .child p {
	color: #fff;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1.5em;
	letter-spacing: 0.05em;
}
.gnavi li .child {
	letter-spacing: -.4em;
}
.gnavi li .child li {
	display: inline-block;
	letter-spacing: 0.05em;
	vertical-align: middle;
}
.gnavi li .child li a {
	color: #002d82;
	border: 1px solid #002d82;
	padding: 15px 25px;
	text-align: center;
	background: #fff;
}
.gnavi-s {
	display: none;
}
/*==================================================
foot
==================================================*/
.site-footer {
	text-align: center;
	background: #fff;
}
.f-main-sec {
	background: #0075c1;
	text-align: center;
	padding: 0;
	background: url(../img/top/main_bg.png), url(../img/top/main_bg_re.png);
	background-position: center;
	background-repeat: no-repeat, repeat-y;
	background-size: auto 100%, 100% auto;
}
.f-main-sec a {
	display: block;
}
.f-main-sec a:hover {
	opacity: 1;
}
.f-main-sec a .txt-box {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.f-main-sec a:hover .txt-box {
	transform: scale(1.05, 1.05);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.f-main-sec .wrap {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.f-main-sec .img-box {
	position: absolute;
}
.f-main-sec .img-box img {
	height: 413px;
	width: auto;
}
.f-main-sec .img-l {
	bottom: 0;
	left: -70px;
}
.f-main-sec .img-r {
	bottom: 0;
	right: -70px;
}
.site-footer .fnavi {
	margin: 30px 0 0;
}
.site-footer .fnavi li {
	display: inline-block;
	margin: 0 5px;
}
.site-footer address {
	text-align: center;
	font-style: normal;
	font-size: 80%;
	padding: 20px 0;
}
/*PAGE TOPボタン追加*/
#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 1em;
	opacity: 0.6;
	z-index: 1;
}
#page_top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
/*==================================================
content
==================================================*/
.main-content {
	margin-top: 80px;
}
section {
	padding: 40px 0 0;
}
.content-sec {
	overflow: hidden;
}
.content-box {
	float: left;
	margin-right: -340px;
	padding-right: 340px;
	width: 100%;
}
.content-block {
	background: #fff;
	overflow: hidden;
	margin-bottom: 40px;
}
/*テキスト・カラー*/
.txt-center {
	text-align: center;
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
	display: -webkit-box;
}
.txt-r {
	text-align: right;
}
.txt-red {
	color: #ee0404;
	font-weight: bold;
}
.bg-blue {
	background: #0075c1;
}
.bg-blue-l {
	background: #f0fafd;
}
/*タイトル*/
.tit01 {
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	background: #c8ebf7;
	padding: 40px 10px;
	color: #002d82;
	letter-spacing: 2px;
}
/*カラム*/
.col-2, .col-3, .col-4 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-2 .col-box {
	width: 50%;
}
.col-3 .col-box {
	width: 31%;
}
.col-3:after {
	content: "";
	display: block;
	width: 31%;
}
/*ボタン*/
.detail-link {
	text-align: center;
	margin: 40px auto;
	max-width: 300px;
	width: 100%;
}
.detail-link a {
	display: block;
	padding: 15px 10px;
	border: 2px solid #002d82;
	color: #002d82;
	font-weight: bold;
	background: #fff;
}
.detail-link a:before {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../img/cmn/icon_arrow01.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin: -5px 12px 0 0;
}
/*==================================================
side
==================================================*/
.side-box {
	width: 300px;
	float: right;
}
.side-box .box {
	margin-bottom: 40px;
	background: #fff;
}
.side-box .search-box form {
	position: relative;
	background: #fff;
}
.side-box .search-box input.s {
	border: 2px solid #002d82;
	height: 60px;
	padding: 5px 40px 5px 20px;
	width: 100%;
	font-size: 16px;
	vertical-align: middle !important;
}
.side-box .search-box input.searchsubmit {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/cmn/icon_search.png) no-repeat center;
	background-size: 27px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: -15px;
}
.side-box h3 {
	background: #c8ebf7;
	color: #002d82;
	text-align: center;
	padding: 15px;
	font-size: 112.5%;
}
.side-box .tag-list {
	padding: 18px 16px;
	letter-spacing: -.4em;
	text-align: center;
}
.side-box .tag-list li {
	display: inline-block;
	letter-spacing: 0px;
	margin: 2px;
}
.side-box .tag-list li a {
	background: #f0fafd;
	display: block;
	padding: 8px 12px;
	font-size: 87.5%;
	font-weight: bold;
	color: #002d82;
}
.side-box .category-list li {
	border-bottom: 1px solid #eee;
	letter-spacing: 0;
	line-height: 1.6em;
}
.side-box .category-list li.cat-item-1 {
	display: none;
}
.side-box .category-list li:last-child {
	border-bottom: none;
}
.side-box .category-list li a {
	padding: 18px 20px 18px 40px;
	display: block;
	background: url(../img/cmn/icon_circle_blue.png) no-repeat 20px 24px;
	background-size: 12px;
	font-weight: bold;
}
.side-box .category-list li .num {
	font-size: 87.5%;
	color: #0075c1;
	margin-left: 0.6em;
	vertical-align: 1px;
}
.side-box .category-list li ul {
	margin-top: -10px;
	padding-left: 42px;
	padding-bottom: 15px;
	font-size: 90%;
}
.side-box .category-list li ul li {
	border-bottom: 0;
}
.side-box .category-list li ul li a {
	padding: 0;
	background: url(../img/cmn/arrow_next.png) no-repeat left 11px;
	background-size: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 14px;
}
.side-box .category-list.select {
	padding: 20px;
	border-top: 1px solid #eee;
}
.side-box .category-list.select > li > span {
	padding: 10px 10px;
	text-align: center;
	display: block;
	background: #0075c1;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.side-box .category-list.select li ul {
	padding: 0 0 0 2px;
}
/*==================================================
index
==================================================*/
.main-sec {
	text-align: center;
	padding: 0;
	background: url(../img/top/main_bg.png), url(../img/top/main_bg_re.png) #0075c1;
	background-position: center;
	background-repeat: no-repeat, repeat-y;
	background-size: auto 100%, 100% auto;
	overflow: hidden;
}
.main-sec .wrap {
	display: table;
	/*height: 350px;*/
	position: relative;
}
.main-sec .txt-box {
	display: table-cell;
	vertical-align: middle;
}
.main-sec .txt-box h2 {
}
.main-sec .img-box {
	position: absolute;
}
.main-sec .img-box img {
	height: 280px;
	width: auto;
}
.main-sec .img-l {
	bottom: 0;
	left: -110px;
}
.main-sec .img-r {
	bottom: 0;
	right: -130px;
}
.post-m-sec {
	position: relative;
	z-index: 2;
	background: #fff;
	padding-bottom: 80px;
}
.post-m-sec .post-col {
	margin: 0 -20px;
}
.post-col .col-box {
	background: #fff;
	margin: 0 20px;
}
.post-col .col-box img {
	width: 100%;
}
.post-col .col-box a {
	display: block;
}
.post-col .col-box figure {
	margin-bottom: 20px;
	position: relative;
}
.post-title {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.7em;
	margin-bottom: 15px;
}
.cat-tag {
	font-size: 75%;
	line-height: 1.5em;
	margin-bottom: 10px;
	letter-spacing: -.4em;
	font-weight: bold;
}
.cat-tag span, .cat-tag li {
	display: inline-block;
	letter-spacing: 0;
}
.cat-tag span {
	background: none;
	color: #0075c1;
	padding: 0 0 2px;
}
.cat-tag span:after {
	content: ",";
	padding: 0 3px;
}
.cat-tag span:last-child:after {
	display: none;
}
.post-data {
	text-align: right;
	display: block;
	font-size: 75%;
	color: #999;
	line-height: 1em;
}
.post-col .post-data, .post-list .post-data {
}
.post-list .post-box {
	padding: 40px 40px 40px 0;
	border-bottom: 1px solid #eee;
}
.post-list .post-box .excerpt {
	font-size: 87.5%;
	line-height: 1.6em;
	margin-bottom: 10px;
	color: #666;
}
.post-list a {
	display: block;
	overflow: hidden;
}
.post-list .img-box {
	width: 38%;
	float: left;
}
.post-list .txt-box {
	width: 57%;
	float: right;
}
.cat-list-box .tit01 {
	background: #0075c1;
	color: #fff;
}
/*ランキング*/
.ranking-box .tit01:before, .ranking-box .tit01:after {
	content: "";
	background: url(../img/cmn/icon_rank.png) no-repeat center;
	background-size: contain;
	width: 38px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
}
.ranking-box .tit01:before {
	margin-right: 30px;
}
.ranking-box .tit01:after {
	margin-left: 30px;
}
.ranking-list .post-box:last-child {
	border: none;
}
.ranking-list .post-box .img-box {
	position: relative;
}
.ranking-list .post-box .img-box:before {
	/*background: #002d82;*/
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	font-style: italic;
	font-size: 125%;
	position: absolute;
	top: 0;
	right: 0;
}
.side-box .ranking-list .post-box:nth-child(1) .img-box:before {
	content: "1";
	background: #ffcc0c;
}
.side-box .ranking-list .post-box:nth-child(2) .img-box:before {
	content: "2";
	background: #bfbcba;
}
.side-box .ranking-list .post-box:nth-child(3) .img-box:before {
	content: "3";
	background: #d85d13;
}
.side-box .ranking-list .post-box:nth-child(4) .img-box:before {
	content: "4";
	background: #4cd1eb;
}
.side-box .ranking-list .post-box:nth-child(5) .img-box:before {
	content: "5";
	background: #4cd1eb;
}
.breadcrumbs {
	font-size: 87.5%;
	padding: 20px 0;
	overflow: hidden;
	font-weight: bold;
	background: #fff;
}
.breadcrumbs li {
	float: left;
	line-height: 1.6em;
	color: #666;
	letter-spacing: 0;
}
.breadcrumbs li a {
	color: #002d82;
}
.breadcrumbs li a:after {
	content: ">";
	padding: 0 10px;
}
.no-content {
	padding: 0 0 5%;
	font-weight: bold;
	text-align: center;
}
/*==================================================
single
==================================================*/
.page-tit {
	background: #002d82;
	color: #fff;
	text-align: center;
	padding: 40px 0;
	letter-spacing: 3px;
}
.page-tit h1 {
	font-size: 24px;
	font-size: 2.4rem;
}
.post-single .meta-box {
	overflow: hidden;
	background: #f8f8f8;
	padding: 20px 20px 18px 20px;
}
.post-single .meta-box .cat-tag {
	float: left;
	margin: 0;
	font-size: 100%;
	width: 75%;
	font-size: 87.5%;
}
.post-single .meta-box .cat-tag li {
	margin: 0 2px 2px 0;
	font-size: 87%;
}
.post-single .meta-box .cat-tag li a {
	background: #0075c1;
	display: block;
	padding: 9px 15px 6px;
}
.post-single .meta-box .cat-tag li a span {
	color: #fff;
}
.post-single .meta-box .data {
	float: right;
	margin-top: 0;
	font-size: 87.5%;
	width: 25%;
}
.post-single .meta-box .data li {
	margin: 6px 0;
}
.entry-box {
	padding: 50px 50px;
}
.entry-img {
	margin: 0 50px;
}
.entry-img img {
	width: 100%;
}
.entry-content {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.1em;
}
.entry-content p {
	margin-bottom: 1.5em;
}
.entry-content .manga p {
	margin-bottom: 1em;
}
.entry-content .manga img {
	padding: 0;
}
.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.7em;
	padding: 30px 50px;
}
.chat-box {
	overflow: hidden;
	margin-bottom: 1.5em;
}
.chat-box p {
	margin-bottom: 1em;
}
.chat-box p:last-child {
	margin-bottom: 0;
}
.chat-box.a .img {
	float: right;
	margin: 0;
	margin-left: 20px;
}
.chat-box .img {
	width: 100px;
	height: 100px;
	float: left;
	border: 2px solid #c8ebf7;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 20px;
}
.chat-box .img img {
	margin: 0;
	padding: 0;
}
.chat-box .txt {
	display: block;
	overflow: hidden;
	border: 2px solid #eee;
	padding: 30px;
	border-radius: 10px;
}
.chat-box.a .txt {
	background: #fafdfe;
}
.entry-content img {
	padding-top: 1em;
	padding-bottom: 1em;
}
.entry-content h2 {
	font-size: 28px;
	font-size: 2.8rem;
	background: #002d82;
	color: #fff;
	padding: 35px 50px;
	margin: 2em -50px 1.5em;
	line-height: 1.7em;
}
.entry-content h3 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 2em 0 1.5em;
	border-left: 8px solid #002d82;
	color: #002d82;
	padding: 25px 30px;
	line-height: 1.7em;
	background: #c8ebf7;
}
.entry-content h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 2em 0 1.5em;
	border-bottom: 2px solid #000;
	padding: 0 0 12px;
	line-height: 2em;
}
.entry-content h5 {
	font-size: 2.1rem;
	margin: 2em 0 1.5em;
	border-left: 3px solid #000;
	padding: 0 12px;
}
.entry-content ul, .entry-content ol {
	margin: 1.5em 0;
	border: 2px solid #eee;
	background: #f8f8f8;
	padding: 20px 20px;
}
.entry-content ol li {
	list-style: decimal;
	font-weight: bold;
	margin-left: 1.5em;
}
.entry-content ul li {
	list-style: disc;
	font-weight: bold;
	margin-left: 1.5em;
}
.entry-content strong {
	font-weight: bold;/*background: linear-gradient(transparent 60%, #ffff00 40%);*/
}
.entry-content strong.red {
	font-weight: bold;
	color: #ff0000;
	background: none!important;
}
.entry-content em {
	font-weight: bold;
	font-style: normal;
	background: linear-gradient(transparent 60%, #ffff00 40%);
}
.entry-content a {
	color: #0075c1;
	font-weight: bold;
	text-decoration: underline;
}
.yarpp-related a {
	font-weight: normal;
}
.recommend-box .tit01:before, .recommend-box .tit01:after {
	content: "";
	background: url(../img/cmn/icon_recommend.png) no-repeat center;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}
.recommend-box .tit01:before {
	margin-right: 30px;
}
.recommend-box .tit01:after {
	margin-left: 30px;
}
/*目次*/
.counter-hierarchy {
	border: 2px solid #c8ebf7;
	padding: 30px 30px;
	margin-top: 50px;
}
.ez-toc-title {
	text-align: center;
	color: #002d82;
	font-size: 112.5%;
	font-weight: bold;
	background: #c8ebf7;
	padding: 10px;
	letter-spacing: 2px;
}
.ez-toc-list {
	margin-left: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}
.ez-toc-list a {
	color: inherit;
	text-decoration: none;
}
.ez-toc-list li {
	font-weight: bold;
	line-height: 2em;
	margin-left: 0 !important;
	list-style: none !important;
	border: none !important;
}
.ez-toc-list ul {
	font-size: 77.7%;
	margin-left: 1.6em;
	margin-top: 8px;
	margin-bottom: 20px !important;
	padding: 0 !important;
	border: none !important;
	background: none;
}
.ez-toc-list li:last-child ul {
	margin-bottom: 0px !important;
}
.ez-toc-list ul ul {
	font-size: 100%;
}
.ez-toc-list > li {
	background: url(../img/cmn/icon_mokuji.png) no-repeat 0 7px;
	background-size: 20px;
	padding-left: 30px;
	margin-bottom: 0.7em;
	line-height: 1.6em;
}
.ez-toc-list > li:last-child {
	margin-bottom: 0;
}
.ez-toc-list ul li {
	list-style: disc !important;
	color: #666;
	line-height: 1.6em;
	margin-bottom: 7px;
}
/*タグ*/
.entry-tag {
	padding: 30px;
	margin-top: 50px;
	text-align: center;
	background: #f0fafd;
}
.entry-tag .tit {
	text-align: center;
	font-weight: bold;
	color: #002d82;
	line-height: 1em;
}
.entry-tag ul {
	letter-spacing: -.4em;
}
.entry-tag li {
	display: inline-block;
	letter-spacing: 0px;
	margin: 2px;
}
.entry-tag li a {
	background: #fff;
	display: block;
	padding: 8px 10px;
	font-size: 87.5%;
	font-weight: bold;
	color: #002d82;
}
.single-navi li {
	border-top: 1px solid #eee;
	font-size: 87.5%;
	padding: 0 50px;
	line-height: 1.6em;
}
.single-navi li a {
	display: block;
	padding: 20px 0;
	color: #666;
	font-weight: bold;
}
.single-navi li.next {
	text-align: right;
}
.single-navi li.prev a {
	background: url(../img/cmn/arrow_prev.png) no-repeat left center;
	background-size: 10px;
	padding-left: 25px;
}
.single-navi li.next a {
	background: url(../img/cmn/arrow_next.png) no-repeat right center;
	background-size: 10px;
	padding-right: 25px;
}
.no-page .side-box {
	width: 100%;
	margin-top: 5%;
	float: none;
}
.no-page .side-box .box {
	margin: 0;
}
.no-page .entry-box {
	border-bottom: 1px solid #eee;
}
.wp-pagenavi {
	clear: both;
	padding: 40px;
	text-align: center;
	color: #002d82;
	font-size: 87.5%;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #002d82 !important;
	padding: 10px 14px !important;
	margin: 2px !important;
}
.wp-pagenavi a {
	background: #002d82 !important;
	color: #fff !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #002d82 !important;
}
.wp-pagenavi .extend {
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.entry-bnr {
	margin-top: 30px;
}
.link-pages-texts {
	text-align: center;
	max-width: 400px;
	width: 100%;
	margin: 2em auto 1.5em;
}
.link-pages-texts a {
	text-decoration: none;
}
.link-pages-texts span:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.link-pages-texts span {
	background: #002d82;
	color: #fff;
	border-radius: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 20px 10px;
	text-decoration: none;
	font-size: 115%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.link-pages-texts span:after {
	content: "";
	width: 25px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/cmn/arrow01.png) no-repeat center;
	background-size: contain;
	margin: -4px 0 0 5px;
}
.pagesprit {
	text-align: center;
	font-size: 87.5%;
}
.pagesprit span, .pagesprit a {
	border: 1px solid #002d82;
	padding: 10px 14px;
	margin: 2px;
}
.pagesprit a {
	background: #002d82;
	text-decoration: none;
}
.pagesprit a span {
	padding: 0;
	color: #fff;
	margin: 0;
	border: none;
}
.single-paged-2 .entry-img, .single-paged-3 .entry-img, .single-paged-4 .entry-img, .single-paged-5 .entry-img, .single-paged-6 .entry-img, .single-paged-7 .entry-img, .single-paged-8 .entry-img, .single-paged-9 .entry-img, .single-paged-10 .entry-img {
}
.keyword-bnr {
	padding: 10px;
	background: #f8f8f8;
	border: 3px solid #eee;
}
.keyword-bnr a {
	display: block;
}
.keyword-bnr h2 {
	font-size: 1.8rem;
	margin: 1em 0.5em;
	line-height: 1.6em;
}
.keyword-bnr .btn {
	max-width: 240px;
	width: 100%;
	border-radius: 6px;
	background: #e10000;
	text-align: center;
	color: #fff;
	padding: 15px 5px;
	margin: 0 auto 1em;
	border-bottom: 6px solid #c70000;
	font-weight: bold;
	font-size: 1.6rem;
}
/*==================================================
LP
==================================================*/
.btn01 {
	margin-top: 2em;
}
.btn01 p {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.btn01 a {
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-size: 24px;
	line-height: 1.6em;
	text-align: center;
	padding: 20px 10px 35px 10px;
	border-radius: 20px;
	border-bottom: 7px solid #9d0901;
	letter-spacing: 2px;
	background: url(../img/cmn/arrow02.png) no-repeat center 85% #e10000;
	text-shadow: 1px 1px 0px rgba(157,9,1,1);
	background-size: 120px;
}
.voice-box01 {
	border: 2px solid #ffba25;
	background: #fff9e7;
	padding: 35px 40px;
	line-height: 2em;
	margin: 1.5em 0;
}
.voice-box01 dt {
	font-size: 120%;
	color: #ee0404;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.voice-box01 dd {
	font-size: 87.5%;
	line-height: 2.1em;
	font-weight: bold;
}
.voice-box01 dd .txt-r {
	display: block;
	font-size: 87.5%;
}
.case-box {
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #eee;
}
.case-box .point {
	position: absolute;
	width: 100px;
	height: 100px;
	top: -30px;
	left: -20px;
}
.case-box .col-2 {
	align-items: center;
}
.case-box .img {
	width: 30%;
}
.case-box .img img {
	width: 100%;
	margin: 0;
}
.case-box .txt {
	width: 65%;
}
.case-box .txt p.tit {
	font-size: 2.4rem;
	background: url(https://saimu-soudanjo.com/wp/wp-content/themes/saimu/../img/lp07/icon_check.png) no-repeat left 2px;
	background-size: 30px;
	padding-left: 40px;
	margin-bottom: 10px;
	font-weight: bold;
}
.case-box .txt ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	letter-spacing: -.4em;
	border: none;
	background: none;
}
.case-box .txt ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 24px;
	display: inline-block;
	line-height: 1em;
	letter-spacing: normal;
}
.case-box .txt ul li .txt-s {
	font-size: 15px;
}
.case-box .txt ul li.before:after {
	content: "";
	display: inline-block;
	background: url(https://saimu-soudanjo.com/wp/wp-content/themes/saimu/../img/lp07/icon_arrow.png) no-repeat center;
	width: 18px;
	height: 12px;
	background-size: contain;
	padding: 0 10px;
}
.case-box .txt ul li.after {
	font-size: 32px;
	color: #ee0404;
	vertical-align: -1px;
}
.case-box .txt ul li.after .txt-m {
	font-size: 70%;
}
/*==================================================
office
==================================================*/
.post-point {
	border: 2px solid #c8ebf7;
	padding: 30px 30px;
	font-size: 18px;
	font-size: 1.8rem;
}
.post-point p.tit {
	text-align: center;
	color: #002d82;
	font-size: 112.5%;
	font-weight: bold;
	background: #c8ebf7;
	padding: 15px 10px;
	letter-spacing: 2px;
	margin-bottom: 1.5em;
}
.post-point li {
	background: url(../img/lp/op01/icon_check.png) no-repeat left 4px;
	background-size: 24px;
	padding-left: 34px;
	list-style: none;
	font-weight: bold;
	margin: 0.7em 0;
}
.post-point .link {
	max-width: 400px;
	margin: 2em auto 1em;
}
.post-point .link a {
	background: #002d82;
	color: #fff;
	border-radius: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 20px 10px;
}
.post-point .link a:after {
	content: "";
	width: 25px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/cmn/arrow01.png) no-repeat center;
	background-size: contain;
	margin: -4px 0 0 5px;
}
.office-box {
	background: #fff;
}
.office-box a {
	display: block;
}
.office-box .tit01 {
	background: #0075c1;
	color: #fff;
}
.office-box .tit01:before, .office-box .tit01:after {
	content: "";
	background: url(../img/cmn/icon_office.png) no-repeat center;
	background-size: contain;
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}
.office-box .tit01:before {
	margin-right: 30px;
}
.office-box .tit01:after {
	margin-left: 30px;
}
.office-box .office {
	padding: 40px 50px 50px;
}
.office-box .office h2 {
	font-size: 22px;
	font-size: 2.4rem;
	line-height: 1.7em;
	margin-bottom: 40px;
	color: #002d82;
}
.office-box .office h3 {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 1em;
}
.office-box .office .col-2 .col-box {
	width: 47.5%;
}
.office-box .office .col-3 .col-box {
	width: 32%;
}
.office-box .office .col-3 li {
	background: #0075c1;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	padding: 10px 10px;
}
.office-box .office .col-3 li.service_free {
	background: #e10000;
}
.office-box .office .area-box {
	margin-top: 25px;
}
.office-box .office .area-box p {
	font-size: 90%;
	line-height: 1em;
	margin-bottom: 0.6em;
	font-weight: bold;
}
.office-box .office .area-box ul {
	overflow: hidden;
}
.office-box .office .area-box li {
	font-size: 90%;
	float: left;
	line-height: 1.6em;
}
.office-box .office .area-box li:after {
	content: ",";
	padding: 0 3px;
}
.office-box .office .area-box li:last-child:after {
	display: none;
}
.office-box .office .link {
	color: #002d82;
	border: 2px solid #002d82;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	padding: 10px 10px;
	max-width: 300px;
	margin: 1.5em auto 0;
}
.office-box img.attachment-thumb01.size-thumb01.wp-post-image, .office-box img.noimage {
	width: 100%;
}
.office-box .office .area-box {
	margin-top: 0;
}
.office-box .area-box table {
	width: 100%;
}
.office-box .area-box table th {
	background: #c8ebf7;
	text-align: left;
	display: block;
	padding: 0.5em 1em;
}
.office-box .area-box table td {
	display: block;
	padding: 1em;
}
.office-box .office .area-box2 {
	margin-top: 0;
}
.office-box .area-box2 table {
	width: 100%;
	font-size: 12px;
}
.office-box .area-box2 table th {
	background: #ffdc40;
	width: 150px;
	text-align: left;
	padding: 0.5em 1em;
}
.office-box .area-box2 table td {
	padding: 0.5em 1em;
}
.content-block.ranking-box.recommended-area {
	border: 5px solid #ffdc40;
}
.entry-office {
	font-size: 80%;
	color: #999;
	font-weight: bold;
	padding: 0 50px;
	margin: -1em 0 2em;
}
.entry-office p {
	background: url(../img/cmn/icon_rss.png) no-repeat center left;
	background-size: 12px;
	padding-left: 20px;
}
/*==================================================
office-single
==================================================*/
.office-single h1.entry-title {
	background: #c8ebf7;
	color: #002d82;
	padding: 35px 50px;
}
.office-single h2.entry-copy {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.7em;
	padding: 0 50px;
	margin: 30px 0;
}
.office-single .service-list {
	padding: 0 50px;
	margin: 30px 0 50px;
}
.office-single .service-list li {
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	background: #002d82;
	color: #fff;
	padding: 12px 10px 10px;
	width: 32.5%;
}
.office-single .service-list li.service_free {
	background: #e10000;
	color: #fff;
}
.office-single .area-box {
	border: 2px solid #c8ebf7;
	padding: 30px 30px;
	font-size: 18px;
	font-size: 1.8rem;
}
.office-single .area-box p {
	text-align: center;
	color: #002d82;
	font-size: 112.5%;
	font-weight: bold;
	background: #c8ebf7;
	padding: 10px;
	letter-spacing: 2px;
}
.office-single .area-list li {
	display: inline-block;
}
.office-single .area-list li:after {
	content: ",";
	margin: 0 0 0 4px;
}
.office-single .area-list li:last-child:after {
	display: none;
}
.office-single .list-check {
	padding: 25px 30px;
}
.office-single .list-check li {
	font-size: 130%;
	background: url(../img/lp/op01/icon_check.png) no-repeat left 3px;
	background-size: 30px;
	padding-left: 45px;
	list-style: none;
	margin: 0.5em 0;
}
.profile-sec .profile {
	margin-bottom: 2em;
}
.profile-sec .profile .img {
	width: 25%;
}
.profile-sec .profile .img img {
	margin: 0;
	padding: 0;
}
.profile-sec .profile .txt {
	width: 70%;
}
.profile-sec .profile .txt .name {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em;
}
.profile-sec .profile .txt .name .en {
	font-size: 70%;
	display: block;
}
.officeinfo-box dl {
	border-top: 1px solid #eee;
	margin-bottom: 5%;
}
.officeinfo-box .col-2 dt {
	width: 18%;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.officeinfo-box .col-2 dd {
	width: 82%;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.office-single .offide-detail-link {
	max-width: 600px;
	margin: 5% auto 10%;
}
.office-single .officeinfo-sec .offide-detail-link {
	margin-bottom: 0;
}
.office-single .offide-detail-link a {
	background: #e10000;
	color: #fff;
	display: block;
	padding: 20px 10px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	border-bottom: 6px solid #cc1416;
	text-decoration: none;
}
.office-single .offide-detail-link a:after {
	content: "";
	width: 25px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/cmn/arrow01.png) no-repeat center;
	background-size: contain;
	margin: -4px 0 0 5px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: -0.5%;
	left: -0.5%;
	width: 101%;
	height: 101%;
}
/*==================================================
絞り込み検索
==================================================*/
.search-detail-box .tit01 {
	background: #0075c1;
	color: #fff;
	padding: 30px 10px;
}
.search-detail-box .tit01 .txt-s {
	display: block;
}
.search-detail-box .tit01 .tit {
	display: inline-block;
}
.search-detail-box .tit01:before, .search-detail-box .tit01:after {
	content: "";
	background: url(../img/cmn/icon_office.png) no-repeat center;
	background-size: contain;
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -35px;
}
.search-detail-box .tit01:before {
	margin-right: 30px;
}
.search-detail-box .tit01:after {
	margin-left: 30px;
}
.search-detail-box .inner {
	background: #fff;
	padding: 30px 40px 40px;
	margin-bottom: 40px;
	overflow: hidden;
	border: 3px solid #0075c1;
}
.search-detail-box dt {
	color: #0075c1;
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 0.3em;
}
.search-detail-box .col-2 .area-box {
	width: 100%;
}
.search-detail-box .col-2 .service-box {
	width: 55%;
}
.search-detail-box .area-box {
	width: 300px;
}
.search-detail-box .select-box {
	width: 100%;
	overflow: hidden;
	border: #002d82 2px solid;
	background: url(../img/cmn/icon_arrow01.png) 95% center no-repeat;
	background-size: 22px;
	float: left;
}
.search-detail-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 60px;
	width: 100%;
	margin: 0;
	border: 0;
	outline: none;
	padding: 10px 20px;
	background: transparent;
}
.search-detail-box .service-box dd {
	background: #f8f8f8;
	padding: 17px 20px;
}
.search-detail-box .checklist {
	position: relative;
	padding: 0 15px 0 35px;
}
.search-detail-box .checkbox {
	display: none;
	padding: 10px;
}
.search-detail-box label:after {
	content: "";
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 0;
	margin-top: -13px;
	border: #002d82 2px solid;
	background: #fff;
}
.search-detail-box .checklist.checked label:before {
	content: "";
	position: absolute;
	display: block;
	top: 55%;
	left: 6px;
	width: 16px;
	height: 8px;
	margin-top: -4px;
	border: none;
	border-left: 3px solid #002d82;
	border-bottom: 3px solid #002d82;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 2;
}
.search-detail-box .btn input[type="submit"] {
	background: #002d82;
	color: #fff;
	border-radius: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 15px 10px;
	max-width: 320px;
	width: 100%;
	margin: 30px auto 0;
	letter-spacing: 0.1em;
	-webkit-appearance: none;
}
.result-box {
	background: #c8ebf7;
	padding: 20px 50px;
	text-align: center;
	font-weight: bold;
}
.result-box p {
	margin: 0;
	color: #002d82;
	font-size: 120%;
}
.result-box .mar {
	margin-right: 1em;
}
.addtoany_shortcode {
	text-align: center;
	margin-top: 10%;
}
.lp07 .case-box .txt .tit {
	font-size: 2rem;
	background: url(../img/lp/lp07/icon_check.png) no-repeat left 4px;
	background-size: 25px;
	padding-left: 32px;
	margin-bottom: 2px;
}
.lp07 .case-box .txt ul li.before:after {
	content: "";
	display: inline-block;
	background: url(../img/lp/lp07/icon_arrow.png) no-repeat center;
	width: 18px;
	height: 12px;
	background-size: contain;
	padding: 0 3px;
}
.lp07 .txt-r {
	text-align: right;
	display: block;
}

@media screen and (min-width: 768px) {
.lp07 .case {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lp07 .case-box {
	width: 31%;
	float: left;
	border: none;
}
.lp07 .case-box .img {
}
.lp07 .case-box .img img {
	max-width: 240px;
}
.lp07 .case-box .img, .lp07 .case-box .txt {
	width: 100%;
}
}

@media screen and (max-width: 1280px) {
.wrap {
	padding: 0 40px;
}
.main-sec .img-l, .main-sec .img-r, .f-main-sec .img-l, .f-main-sec .img-r {
	display: none;
}
.gnavi > ul > li {
	font-size: 1.4rem;
}
}

@media screen and (max-width: 1000px) {
.content-box {
	float: none;
	margin-right: 0px;
	padding-right: 0px;
	width: 100%;
}
.side-box {
	float: none;
	width: 100%;
}
.side-box .box.bnr-box {
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.site-header .site-title .logo img {
	width: 200px;
}
.gnavi > ul > li {
	font-size: 70%;
	margin-left: 1.5em;
}
}

@media screen and (max-width: 768px) {
/*==================================================
cmn
==================================================*/
body {
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.wrap, .wrap-s {
	padding: 0 20px;
}

.page-template-page-lp .site-header {
	position: inherit;
}
.page-template-page-lp .main-content {
	margin: 0;
	padding: 0;
}
/*==================================================
head
==================================================*/
.site-header {
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.site-header.is-fixed {
	position: fixed;
}
.site-header.is-fixed .site-title {
	display: none;
}
.site-header .wrap {
	padding: 0;
}
.site-header .site-title {
	float: none;
	display: block;
	width: 100%;
	text-align: center;
	height: auto;
	padding: 0;
}
.site-header .site-title .logo {
	display: block;
	width: 100%;
	color: #002d82;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 1em;
	font-weight: bold;
}
.site-header .site-title .logo a {
	display: block;
	padding: 15px 0;
}
.site-header .site-title .logo img {
	width: auto;
	height: 15px;
}
.site-header .gnavi {
}
.site-header .gnavi ul .child {
	display: none;
}
.gnavi {
	text-align: center;
	font-weight: bold;
	color: #002d82;
	border-top: 1px solid #002d82;
	border-bottom: 1px solid #002d82;
	font-size: 12px;
	position: relative;
	z-index: 999;
	display: block;
	float: none;
	margin: 0;
	width: 100%;
}
.gnavi ul:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.gnavi > ul > li {
	float: left;
	display: block;
	width: 20%;
	background: #f0fafd;
	margin: 0;
	border-right: 1px solid #002d82;
	line-height: 1.4em;
	height: auto;
	letter-spacing: 0.05em;
}
.gnavi > ul > li:last-child {
	border-right: none;
}
.gnavi > ul > li > a {
	display: block;
	padding: 14px 5px;
}
.gnavi > ul > li > a > .txt-b {
	display: block;
}
.gnavi-s > ul > li.cat-navi > a > span {
	background: url(../img/cmn/icon_navi_cat.png) no-repeat left center;
	background-size: 20px;
	padding-left: 30px;
}
.gnavi-s > ul > li.tag-navi > a > span {
	background: url(../img/cmn/icon_navi_tag.png) no-repeat left center;
	background-size: 19px;
	padding-left: 25px;
}
.gnavi-s .child {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 55px;
	left: 0;
	background: #002d82;
	padding: 20px 20px 100px;
	display: none;
	height: inherit;
	overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch;
}
.gnavi-s .child p {
	color: #fff;
	line-height: 1em;
	margin-bottom: 15px;
	font-size: 87.5%
}
.gnavi-s .child li {
	border: 1px solid #002d82;
	font-size: 105%;
}
.gnavi-s .child li a {
	background: #fff;
	display: block;
	padding: 18px 20px;
}
.gnavi-s li.tag-navi .child li {
	display: inline-block;
	font-size: 87.5%;
}
.gnavi-s li.tag-navi .child li a {
	padding: 7px 12px;
}
.is-hide {
	position: fixed;
	top: -100px;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
	background: #fff;
}
.is-show {
	top: 0px;
}
/*==================================================
foot
==================================================*/
.f-main-sec .wrap {
	padding-top: 40px;
	padding-bottom: 40px;
}
.site-footer .site-title {
	margin-top: 20px;
}
.site-footer .site-title img {
	width: 200px;
}
/*==================================================
content
==================================================*/
section {
	padding: 0;
}
.main-content {
	margin: 0;
	padding-top: 87px;
}
.content-box {
	float: none;
	margin-right: 0px;
	padding-right: 0px;
	width: 100%;
}
.content-sec .wrap {
	padding: 0;
}
.side-box {
	float: none;
	width: 100%;
}
/*カラム*/
.col-3 .col-box, .col-4 .col-box {
	display: block;
	width: 100%;
}
/*==================================================
index
==================================================*/
.main-sec {
	text-align: center;
}
.main-sec .wrap {
	height: auto;
}
.main-sec .txt-box {
	padding: 25px 0;
}
.main-sec .txt-box h2 {
	margin: 0;
}
.main-sec .img-l, .main-sec .img-r, .f-main-sec .img-l, .f-main-sec .img-r {
	display: none;
}
.content-block {
	margin-bottom: 20px;
}
.side-box .box {
	margin-bottom: 20px;
}
.bnr-box {
	padding: 0 20px;
	background: none !important;
}
.side-box .search-box {
	padding: 0 20px;
	background: none;
}
.side-box .search-box input.s {
	height: 70px;
}
.side-box h3 {
	padding: 20px 10px;
	letter-spacing: 1px;
}
.side-box .tag-box {
	margin: 0 !important;
}
.side-box .tag-list {
	padding-bottom: 30px;
}
.side-box .category-list li {
	font-size: 100%;
}
.tit01 {
	text-align: center;
	font-size: 18px;
	padding: 35px 10px;
	letter-spacing: 1px;
}
.recommend-box {
	margin-bottom: 0 !important;
}
.ranking-box .tit01:before, .ranking-box .tit01:after {
	width: 30px;
	height: 27px;
	margin-top: -5px;
}
.recommend-box .tit01:before, .recommend-box .tit01:after {
	width: 30px;
	height: 30px;
	margin-top: -5px;
}
.ranking-box .tit01:before, .recommend-box .tit01:before {
	margin-right: 20px;
}
.ranking-box .tit01:after, .recommend-box .tit01:after {
	margin-left: 20px;
}
.ranking-list .post-box .img-box:before {
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	font-weight: bold !important;
	padding: 0;
}
.post-m-sec {
	padding: 20px 10px 60px;
	margin: 0 0px;
}
.post-m-sec .col-box {
	margin: 0 10px;
}
/*
.post-m-sec .post-col {
}
.post-m-sec .col-box {
	background: none;
	margin-bottom: 30px;
	background: #fff;
	padding: 20px;
}
.post-m-sec .col-box .cat-tag {
	top: 0;
}
.post-m-sec .col-box figure {
	width: 50%;
	float: left;
	margin: 0;
}
.post-m-sec .col-box figure img {
	width: 100%;
}
.post-col .col-box .post-title {
	margin-bottom: 15px;
	font-size: 19px;
	line-height: 1.6em;
	width: 50%;
	padding: 0 20px;
	float: left;
}
.post-col .col-box .post-data {
	margin-right: 20px;
}*/
.cat-tag {
	font-size: 9px;
	line-height: 1em;
	margin-bottom: 5px;
	letter-spacing: -.4em;
	font-weight: bold;
}
.cat-tag span, .cat-tag li {
}
.post-list .post-box .post-title {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.6em;
}
.post-list .post-box {
	padding: 20px 20px 20px 0;
	border-bottom: 1px solid #eee;
}
.post-list .img-box {
	width: 45%;
}
.post-list .txt-box {
	width: 50%;
}
.post-data {
	font-size: 10px;
}
.post-title {
	font-size: 17px;
	line-height: 1.5em;
}
.detail-link {
	text-align: center;
	margin: 20px 0;
	padding: 0 20px;
	max-width: inherit;
	width: 100%;
}
.breadcrumbs {
	font-size: 10px;
	padding: 10px 0;
	overflow: hidden;
}
.post-single .meta-box {
	padding: 10px;
}
.post-single .meta-box .cat-tag {
	float: none;
	width: 100%;
}
.post-categories {
	font-size: 11px;
}
.post-single .meta-box .cat-tag {
	text-align: center;
}
.post-single .meta-box .cat-tag li {
	text-align: center;
	margin: 0 1px 1px 0;
	float: none;
	display: inline-block;
	font-size: 10px;
}
.post-single .meta-box .cat-tag li a {
	padding: 7px 6px 4px;
}
.post-single .meta-box .data {
	float: none;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	line-height: 1em;
}
.post-single .meta-box .data li {
	margin: 0 5px;
	display: inline-block;
}
.entry-title {
	font-size: 23px;
	line-height: 1.7em;
	padding: 20px 20px;
}
.entry-box {
	padding: 20px;
}
.entry-content {
	font-size: 15px;
	line-height: 2em;
}
.counter-hierarchy {
	padding: 15px 15px 20px;
	margin-top: 30px;
}
.ez-toc-title {
	font-size: 100%;
	padding: 8px;
	letter-spacing: 2px;
}
.entry-img {
	margin: 0 0;
}
.ez-toc-list > li {
	background: url(../img/cmn/icon_mokuji.png) no-repeat 0 6px;
	background-size: 15px;
	padding-left: 24px;
	line-height: 1.5em;
}
.ez-toc-list ul {
	font-size: 12px;
	margin-bottom: 15px !important;
}
.ez-toc-list ul li {
	margin-bottom: 5px;
}
.entry-content h2 {
	font-size: 21px;
	padding: 25px 20px;
	margin: 2em -20px 1em;
	border-left: none;
	background: #002d82;
	color: #fff;
	line-height: 1.6em;
}
.entry-content h3 {
	font-size: 18px;
	padding: 20px 20px;
	line-height: 1.6em;
}
.entry-content h4 {
	font-size: 16px;
	padding: 0 0 10px;
	line-height: 1.6em;
}
.entry-content ul, .entry-content ol {
	padding: 20px 10px;
}
.entry-content ul li, .entry-content ol li {
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
	margin-bottom: 0;
}
.entry-tag {
	padding: 20px;
	margin-top: 30px;
	text-align: center;
	background: #f0fafd;
}
.single-navi li {
	font-size: 11px;
	padding: 0 20px;
}
.page-tit h1 {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 1.6em;
}
.bnr-single {
	margin: 20px auto 0;
}
.wp-pagenavi {
	padding: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 7px 10px !important;
}
.chat-box .img {
	width: 50px;
	height: 50px;
}
/*==================================================
LP
==================================================*/
.btn01 {
	margin-top: 1.5em;
}
.btn01 p {
}
.btn01 a {
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-size: 19px;
	line-height: 1.6em;
	text-align: center;
	padding: 20px 10px 35px 10px;
	border-radius: 15px;
	border-bottom: 7px solid #9d0901;
	letter-spacing: 0;
	background: url(../img/cmn/arrow02.png) no-repeat center 85% #e10000;
	text-shadow: 1px 1px 0px rgba(157,9,1,1);
	background-size: 120px;
}
.voice-box01 {
	border: 2px solid #ffba25;
	background: #fff9e7;
	padding: 20px;
	line-height: 2em;
	margin: 1.5em 0;
}
.voice-box01 dt {
	font-size: 112.5%;
	color: #ee0404;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.voice-box01 dd {
	font-size: 87.5%;
	line-height: 1.9em;
	font-weight: bold;
}
.voice-box01 dd .txt-r {
	display: block;
	font-size: 87.5%;
}
.case-box .txt p.tit {
	font-size: 16px;
	background: url(https://saimu-soudanjo.com/wp/wp-content/themes/saimu/../img/lp07/icon_check.png) no-repeat left 4px;
	background-size: 20px;
	padding-left: 25px;
	margin-bottom: 1px;
}
.case-box .txt ul li {
	font-size: 16px;
}
.case-box .txt ul li .txt-s {
	font-size: 11px;
}
.case-box .txt ul li.after {
	font-size: 22px;
}
.case-box .txt ul li.before:after {
	padding: 0 3px;
}
.case-box .point {
	width: 70px;
	height: 70px;
}
/*==================================================
office
==================================================*/
.post-point {
	padding: 15px 15px 20px;
	font-size: 15px;
}
.post-point li {
	background: url(../img/lp/op01/icon_check.png) no-repeat left 2px;
	background-size: 18px;
	padding-left: 24px;
	list-style: none;
	font-weight: bold;
	margin: 0.7em 0;
}
.post-point .link {
	margin: 1em auto;
}
.office-box .office {
	padding: 20px 20px 30px;
}
.office-box .office .col-2 > .col-box {
	width: 100%;
}
.office-box .office h2 {
	font-size: 20px;
	margin-bottom: 1em;
}
.office-box .office h3 {
	font-size: 18px;
	margin-top: 1.5em;
}
.office-box .office .area-box li {
	font-size: 90%;
}
.entry-office {
	padding: 0 20px;
}
.office-box .tit01:before, .office-box .tit01:after {
	content: "";
	background: url(../img/cmn/icon_office.png) no-repeat center;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}
.office-box .tit01:before {
	margin-right: 10px;
}
.office-box .tit01:after {
	margin-left: 10px;
}
.office-single h1.entry-title {
	font-size: 20px;
	line-height: 1.7em;
	padding: 20px 20px;
}
.office-single h2.entry-copy {
	font-size: 23px;
	padding: 0 20px;
	margin: 20px 0;
}
.office-single .service-list {
	padding: 0 20px;
	margin: 20px 0 30px;
}
.office-single .service-list li {
	font-size: 100%;
	padding: 8px 5px;
}
.office-single .area-box {
	border: 2px solid #c8ebf7;
	padding: 15px;
	font-size: 100%;
}
.office-single .list-check {
	padding: 15px;
}
.office-single .list-check li {
	font-size: 110%;
	background: url(../img/lp/op01/icon_check.png) no-repeat left 3px;
	background-size: 20px;
	padding-left: 30px;
}
.office-single .offide-detail-link a {
	font-size: 100%;
}
.profile-sec .profile .txt .name {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.6em;
	line-height: 1.2em;
}
.profile-sec .profile .txt p {
	font-size: 90%;
	line-height: 1.6em;
	margin-bottom: 0;
}
.profile-sec .profile {
	margin-bottom: 1em;
}
.officeinfo-box .col-2 dt {
	width: 30%;
}
.officeinfo-box .col-2 dd {
	width: 70%;
}
.search-detail-box {
	margin-bottom: 20px;
}
.search-detail-box .tit01 {
	font-size: 16px;
	padding: 20px 5px;
}
.search-detail-box .tit01:before, .search-detail-box .tit01:after {
	content: "";
	background: url(../img/cmn/icon_office.png) no-repeat center;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -25px;
}
.search-detail-box .tit01:before {
	margin-right: 10px;
}
.search-detail-box .tit01:after {
	margin-left: 10px;
}
.search-detail-box .col-box {
	width: 100% !important;
}
.search-detail-box .inner {
	padding: 20px 5%;
}
.search-detail-box .col-2 .area-box {
	margin-bottom: 15px;
}
.search-detail-box .service-box dd {
	background: none;
	padding: 0;
}
.search-detail-box select {
	font-size: 16px;
}
.result-box {
	padding: 15px 10px;
}
.result-box .mar {
	margin-right: 0;
}
}

@media screen and (max-width: 500px) {
.post-m-sec .col-box {
	background: none;
	padding: 0;
}
.post-m-sec .col-box .cat-tag {
	top: inherit;
}
.post-m-sec .col-box figure {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
.post-col .col-box .post-title {
	width: 100%;
	padding: 0;
	float: none;
	margin-top: 0px;
}
.post-col .col-box .post-data {
	margin-right: 0px;
}
.post-list .post-box .excerpt {
	display: none;
}
}
/*==================================================
チャットボット
==================================================*/

#chart {
	position: fixed;
	bottom: -1em;
	right: 0;
	z-index: 999999999999999;
}
button:focus {
	outline: 0;
}
button#btn_open {
	background: none;
	border: none;
	padding-top: 1em;
}
button.btn_close {
	position: absolute;
	top: -10px;
	right: -10px;
}
button.btn_close {
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #999;
	color: #999;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	transition: .2s;
}
button.btn_close:hover {
	background: #333;
	border-color: #333;
	color: #FFF;
}
#check {
	width: 100%;
	height: 150px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#check ul {
	padding: 0 50px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: 20px;
}
#check ul li {
	padding: 8px;
	float: left;
	width: 145px;
	list-style: none;
	margin-right: 10px;
	background: #888;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
}
#check ul li:last-child {
	margin-right: 0;
}
#check ul li:active {
	background-color: #FF4000!important;
}
#check ul li:hover {
	background: #FF4000;
}
.q {
	margin-left: 650px;
	padding: 0 50px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
}
.q:first-child {
	margin-left: 0;
}
.q dt {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
}
.q dt span {
	padding: 3px;
	margin-bottom: 15px;
	font-size: 16px;
	display: block;
	border: 2px #333 solid;
}
.q dd a.btn {
	display: block;
	padding: 8px;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	background: #ff390c;
	text-decoration: none;
	margin-top: 1em;
}
.q dd a.btn:hover {
	background: #ff390cba;
}
.q dd {
	margin-left: 0;
	line-height: 1.5;
	letter-spacing: 2px;
	font-size: 1.4rem;
}
dl#omedeto {
	z-index: 999999999;
	margin-top: 1.5em;
}
dl#q1a, dl#q2a, dl#q2b, dl#kaiketsu {
	margin-top: 1.5em;
}
dl#zannen {
	margin-top: 4em;
}
#modal {
	float: left;
}
#modal_content {
	width: 400px;
	border-radius: 20px;
	background: #fff;
	position: relative;
	animation: animatebottom 0.4s;
}
#modal_content:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff;
}
 @keyframes animatebottom {
 from {
bottom:-300px;
opacity:0
}
 to {
bottom:0;
opacity:1
}
}

@media screen and (max-width: 767px) {
#chart {
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translate(-45%, -50%);
}
button#btn_open {
	width: 90%;
	text-align: center;
	margin-top: -5em;
	padding-top: 0;
}
button#btn_open img {
	height: 80px;
}
#modal {
	width: 90%;
	bottom: 6em;
	left: 1em;
}
#modal_content {
	width: 100%;
	top: -3em;
}
#check ul li {
	width: 47.5%;
}
.q dd {
	margin-top: 0;
	font-size: 11px;
	width: 100%;
}
.q {
	padding: 0px 20px;
}
#check ul {
	padding: 0px 20px;
	bottom: 20px;
}
#check ul li:active {
	background-color: #FF4000!important;
}
#check ul li:hover {
	background: #888;
}
#check {
	height: 125px;
}
#modal_content:before {
	content: "";
	position: absolute;
	top: 135px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
}
button.btn_close {
	font-size: 12px;
}
}




/*====================================================================================================
チャットボット202010
====================================================================================================*/

.footbnr-box {
	max-width: 600px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	right: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-end;
	padding-left: 15px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	transform: translateY(50px);
	z-index: 999;
	
}
.footbnr-box.fixed {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.footbnr-box.fixed .txt-box.show {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
.footbnr-box .icon-box {
	width: 20%;
}
.footbnr-box .txt-box {
	width: 77%;
	background: #fff;
	text-align: center;
	margin-bottom: 1.5em;
	border-radius: 20px;
	padding: 5% 5% 6%;
	position: relative;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	transform: translateX(50px);
}
.footbnr-box .txt-box .close {
	font-family: "メイリオ", sans-serif;
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 150%;
	color: #999;
	background: #fff;
	border: 2px solid #999;
	width: 30px;
	height: 30px;
	line-height: 28px;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	letter-spacing: 0;
	cursor: pointer;
}
.footbnr-box .txt-box .tit {
	font-size: 2rem;
	line-height: 1.5em;
	font-weight: bold;
}
.footbnr-box .txt-box li {
	display: inline-block;
	width: 48%;
	margin: 0 1%;
}
.footbnr-box .txt-box ul {
	margin-top: 1em;
	letter-spacing: -.4em;
}
.footbnr-box .txt-box li a {
	display: block;
	color: #fff;
	padding: 20px 5px;
	line-height: 1em;
	font-weight: bold;
	border-radius: 10px;
	letter-spacing: 0;
}
.footbnr-box .txt-box li.yes a {
	background: #e10000;
	border-bottom: 6px solid #9d0901;
}
.footbnr-box .txt-box li.no a {
	background: #999;
	border-bottom: 6px solid #777;
}
.footbnr-box .txt-box .box {
	transition: all 0.6s;
}
.footbnr-box .txt-box .box02 {
	display: none;
	opacity: 0;
}
.footbnr-box .txt-box .box02 p {
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 0.8em;
}
.footbnr-box .txt-box .box02 .btn a {
	display: block;
	color: #fff;
	padding: 25px 5px;
	line-height: 1em;
	font-weight: bold;
	border-radius: 10px;
	letter-spacing: 0;
	background: #e10000;
	font-size: 112.5%;
		border-bottom: 6px solid #9d0901;

}
.border-yellow {
	font-weight: 700;
	background: linear-gradient(transparent 60%, #ffdc40 40%);
}

@media screen and (max-width: 600px) {
.wrap {
	padding: 5%;
}
	.footbnr-box{
bottom: 0px;
}
.footbnr-box .icon-box {
	width: 16%;
}
.footbnr-box .txt-box {
	width: 83%;
	margin-bottom: 44px;
}
.footbnr-box .txt-box {
	padding: 5% 3%;
}
.footbnr-box .txt-box .tit {
	font-size: 1.6rem;
}
.footbnr-box .txt-box ul {
	margin-top: 0.7em;
}
.footbnr-box .txt-box li a {
	font-size: 1.4rem;
}
.footbnr-box .txt-box .box02 p {
	line-height: 1.6em;
}
.footbnr-box .txt-box:after {
	top: 60%;
}
	.footbnr-box .txt-box .close {
	line-height: 23px;	
	}
}

@media screen and (max-width: 320px) {
.footbnr-box .txt-box .tit {
	font-size: 1.4rem;
}
.footbnr-box .txt-box li a {
	font-size: 1.2rem;
}
.footbnr-box .txt-box .box02 p {
	font-size: 88%;
}
.footbnr-box .txt-box .box02 .btn a {
	font-size: 1.4rem;
}
}

/*====================================================================================================
エリア検索
====================================================================================================*/

.area_search_ttl {
    background: #0068b8;
    color: #fff;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 3em 20px 0;
}

.area_search_ttl div {
    margin-bottom: 20px;
}

.area_search_ttl div:last-child {
    margin-bottom: 0;
}

table.area_link {
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0 0 10px 10px;
    border-spacing: 0;
    margin-bottom: 2em;
    background-color: #fff;
}

table.area_link tr:nth-of-type(even) {
    background-color: #f5f5f5;
}

table.area_link th {
    text-align: left;
    width: 26%;
    padding: 0.5em 1em;
}

table.area_link td {
    padding: 1em;
}

table.area_link td li {
    border: #002d82 solid 1px;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #002d82;
    background: #fff;
}

table.area_link td li a {
    display: block;
    padding: 0 5px;
}
/*==================================================
policy
==================================================*/
.policy{
	background: #f8f8f8;
	padding: 5%;
}
.policy .wrap{
	background: #fff;
	padding: 5%;
    max-width: 750px;
}
.policy section{
	padding: 0 0 1.5em;	
}
.policy h1{
	text-align: center;
	font-size:120%;
	margin-bottom: 1em;
}
.policy h2{
	margin-bottom: 0.5em;	
}
.policy ol {
	margin-left: 1.5em;
}
.policy ol li{
	list-style: decimal;
}

@media screen and (max-width: 400px) {
.area_search_ttl {
    padding: 2em 20px 0;
}

.area_search_ttl div {
    margin-bottom: 10px;
}
}

@media screen and (max-width: 768px) {
/*==================================================
タグ
==================================================*/
.side-box h3 {
    background: #fff;
    color: #002d82;
    border-top: 3px solid #002d82;
    border-bottom: 1px solid #002d82;
    padding: 5px 10px;
    text-align: left;
    font-size: 90%;
}
.side-box .tag-list {
    text-align: left;
}

.side-box .tag-list li {
    margin-right: 10px;
}

.side-box .tag-list li a {
    background: #fff;
    display: block;
    padding: 0;
    font-size: 87.5%;
    font-weight: bold;
    color: #002d82;
}

/*==================================================
カテゴリー
==================================================*/
.side-box .category-list li {
    padding-left: 0;
    padding-bottom: 0;
    font-size: 90%;
}

/*clearfix*/
.side-box .category-list:after {
  content: "";
  clear: both;
  display: block;
}
.side-box .category-list li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-box .category-list li:last-child {
  border-bottom: 1px solid #aaa;
}

/*奇数のli要素に適応*/
.side-box .category-list li:nth-child(odd) {
  border-right: 1px solid #aaa;
}
.side-box .category-list a {
  display: block;
  line-height: 44px;
  color: #000;
  text-decoration: none;
}
.side-box .category-list a:hover {
  color: #000;
  background: #e6e6e6;
}

.side-box .category-list li a {
    padding: 0;
    text-align: left;
    background: url(../img/cmn/arrow_next.png) no-repeat left 11px;
    background-position: right 10px center;
    background-size: 5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
}
}