@charset "utf-8";
/***************************************************************
Page blog
****************************************************************/

.pageblog-post {
	border-bottom: solid 1px #dfdfdf;
	padding-bottom: 20px;
	margin-top: 20px;
}

.pageblog__link {
	display: inline-block;
	width: 210px;
	height: 140px;
}

.pageblog__link-image {
	width: 100%;
	height: 100%;
}

.pageblog-right {
	display: inline-block;
	width: 420px;
	vertical-align: top;
	margin-left: 20px;
	font-size: 0;
}

.pageblog-right__title {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	line-height: 1.5;
	color: #3a7eb2;
	margin-bottom: 5px;
	font-size: 16px;
}

.pageblog-right__text {
	width: 100%;
	font-size: 14px;
	display: inline-block;
}

.pageblog-right__date {
	display: inline-block;
	font-size: 13px;
	color: #888;
	margin-top: 5px;
}

.pageblog-right__date + .pageblog-right__date {
	margin-left: 10px;
}

.pageblog-right__date:nth-of-type(3) {
	margin-left: 10px;
}

.pageblog__category-link {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px;
	border-radius: 2px;
	padding: 0 3px;
	margin-top: 5px;
	margin-right: 5px;
}

.pageblog-content {
	display: inline;
	width: 160px;
	height: 160px;
}

.pageblog-content-image {
	width: 160px;
	height: 160px;
	border: solid 1px #dfdfdf;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.pageblog-content-image__image,
.pageblog-content-image img {
	position: absolute;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


@supports (object-fit: cover) {
	.pageblog-content-image__image,
	.pageblog-content-image img {
		position: static;
		height: 100%;
		width: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}

/* archive-recommend-posts */
.archive_recommend_posts-post {
	position: relative;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 35px;
	margin-bottom: 20px;
}
.archive_recommend_posts-post__recommend {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px 15px;
	position: absolute;
	top: -6px;
	left: -15px;
	z-index: 1;
}
.archive-recommend-posts-link {
	display: inline-block;
	width: 660px;
	height: 330px;
	overflow: hidden;
	position: relative;
}
.archive_recommend_posts-posts-link__img {
	width: 660px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.archive_recommend_posts-post__title {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 15px;
}
.archive_recommend_posts-post__text {
	font-size: 14px;
	line-height: 1.5;
	margin: 15px 0 5px;
}

/***************************************************************
Single Post
****************************************************************/

/*************** wppost ***************/

.wppost {
	margin-top: 40px;
	margin-bottom: 30px;
}

.post_print__button {
	position: relative;
	margin: 10px 0 30px 0;
	padding: 3px 8px 3px 40px;
	display: inline-block;
	min-width: 70px;
	background-color: #f5f5f5;
	color: #707070;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.16);
	font-size: 12px;
	font-weight: bold;
}
.post_print__button:before {
	content: "";
	box-sizing: border-box;
	vertical-align: middle;
	font-family: "icomoon" !important;
	content: "\e954" !important;
	font-size: 16px;
	position: absolute;
	left: 15px;
	top: 0px;
	transform: translateY(-50%);
	top: 50%;
	font-weight: normal;
}
.post_print__button:hover {
	cursor: pointer;
}

.news > .wppost {
	margin-top: 20px;
}

.news-template-default .wppost__postimg {
	max-width: 360px;
}

.wppost img.aligncenter {
	display: block;
	margin: 0px auto;
}

.wppost img.alignleft {
	float: left;
	margin-top: 0;
	margin-right: 10px;
}

.wppost img.alignright {
	float: right;
	margin-top: 0;
	margin-left: 10px;
}

.wppost h1,
.h1-style {
	width: auto;
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}

.h1-style--tag {
	padding-bottom: 20px;
}

.h1bottomline {
	height: 2px;
	background-color: #444;
	margin: 20px 0 30px;
}

.wppost h2,
.h2-style {
	width: auto;
	background-color: #f2f2f2;
	border-left-style: solid;
	border-left-width: 6px;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	color: #333333;
	padding: 29px 29px 29px 29px;
	margin: 40px 0 20px 0;
}

.wppost h3,
.h3-style {
	width: auto;
	text-align: left;
	font-size: 22px;
	vertical-align: middle;
	font-weight: bold;
	color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	padding: 16px 16px 16px 0px;
	margin: 40px 0 20px 0;
}

.wppost h4,
.h4-style {
	width: auto;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	color: #333333;
	border-left-style: solid;
	border-left-width: 6px;
	padding: 0 9px 0 17px;
	box-sizing: border-box;
	margin: 40px 0 13px 0;
	font-size: 20px;
	line-height: 1.4;
}

.wppost h5,
.h5-style {
	font-weight: bold;
	color: #333333;
	margin: 13px 0;
	font-size: 18px;
	line-height: 1.4;
}

.wppost h6,
.h6-style {
	font-weight: bold;
	color: #333333;
	margin: 13px 0;
	font-size: 17px;
	line-height: 1.4;
}

.wppost table {
	margin-bottom: 25px;
}

.wppost caption {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.wppost tbody,
.wppost table,
.wppost tr,
.wppost td,
.wppost th,
.wppost tfoot,
.wppost thead {
	vertical-align: middle;
}

.wppost table.table_small {
	font-size: 100%;
	border-collapse: collapse;
}

.wppost table.table_small th,
.wppost table.table_small td {
	padding: 5px 5px;
}

.wppost table.table_no_border th,
.wppost table.table_no_border td {
	border: none;
}

.wppost ul {
	padding: 5px 15px;
	margin: 20px 0;
}

.wppost > img {
	margin-bottom: 15px;
}

/*
 ↑ とはわざと分けている。
 ビジュアルエディタでメディアを挿入すると p タグで囲まれるので、
 p タグの margin-bottom が効いてしまう為。
*/
.wppost img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}

.wppost p {
	margin-bottom: 25px;
	color: #111111;
}

.wppost ul {
	background-color: #fbfaf8;
	border: solid 1px #dddddd;
	padding: 20px;
	margin: 20px 0 40px;
}

.wppost ul.no_border {
	background-color: transparent;
	border: none;
	padding: 0 20px;
	margin: 0 0 25px;
}

.wppost .calculation {
	background-color: #fffab9;
}

.wppost .inyou ol,
.wppost .inyou ul,
.wppost blockquote ol,
.wppost blockquote ul {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

.wppost blockquote :last-child {
	margin-bottom: 0px;
}

.wppost li {
	position: relative;
	padding-left: 20px;
	margin: 5px 0;
}

.wppost ul li::before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #d8d8d8;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	bottom: 0;
	left: 0;
}

.wppost ol {
	background-color: #fbfaf8;
	border: solid 1px #dddddd;
	padding: 20px;
	margin: 20px 0 40px;
}

.wppost ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

.wppost hr {
	margin-bottom: 25px;
	height: 2px;
	background-color: #000;
}

.wppost th,
.wppost td {
	border: solid 1px #dddddd;
	padding: 10px;
}

@media screen and (max-width: 320px) {
	.wppost th,
	.wppost td {
		padding: 10px 7px;
	}
}

.wppost th {
	background-color: #fdfaf8;
	font-weight: bold;
}

.wppost__postimg {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}

.wppost .inyou,
.wppost blockquote {
	background-color: #fbfaf8;
	border: 1px solid #ddd;
	font-size: 15px;
	padding: 4%;
	margin: 24px 0;
}

.wppost .kome {
	font-size: 12px;
	line-height: 1.65;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 12px 0;
}

.wppost .hanrei {
	background-color: #fbfaf8;
	border: 1px solid #ddd;
	font-size: 15px;
	padding: 4%;
	margin-bottom: 50px;
	line-height: 2;
	position: relative;
	padding: 35px 45px 20px 100px;
}

.wppost .hanrei::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../img/hanrei.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 35px;
	left: 23px;
}

.wppost .jobun {
	background-color: #fbfaf8;
	border: 1px solid #ddd;
	font-size: 15px;
	padding: 4%;
	margin-bottom: 50px;
	line-height: 2;
	position: relative;
	padding: 35px 45px 20px 100px;
}

.wppost .jobun::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../img/jobun.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 35px;
	left: 23px;
}

.wppost .koe {
	background-color: #fbfaf8;
	border: 1px solid #ddd;
	font-size: 15px;
	padding: 4%;
	margin-bottom: 50px;
	line-height: 2;
	position: relative;
	padding: 35px 60px 20px 60px;
}

.wppost .koe::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../img/koe.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 15px;
	left: 15px;
}

.wppost .koe::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../img/koe.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.wppost .maker,
.wppost .marker {
	color: #ff0000;
	font-weight: bold;
}

.wppost .yellow_border {
	background: linear-gradient(transparent 50%, #faf73e 30%);
	font-weight: bold;
}

.wppost .inyou2 {
	color: rgb(128, 73, 0);
	text-align: left;
	width: 588px;
	background: rgb(254, 254, 203) url(../img/background-messagebox_warning.png)
		no-repeat;
	border: 1px solid rgb(255, 220, 128);
	font-size: 13px;
	margin: 10px 0px;
	padding: 14px 10px 10px 55px;
	line-height: 1.9;
	background-size: 60px;
	background-position: 0px;
}

.wppost .red {
	color: #fe7757;
}

.wppost strong {
	font-weight: bold;
}

.wppost .frame {
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	margin: 0;
	padding: 0;
}

.wppost .frame img {
	margin: auto;
	vertical-align: bottom;
}

.wppost .strong {
	font-weight: bold;
}

.wppost .frame {
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	margin: 0;
	padding: 0;
}

.wppost .frame img {
	margin: auto;
	vertical-align: bottom;
}

.officeimg td {
	padding: 0 38.75px 0;
	text-align: center;
	border: none;
}

.officeimg {
	border: none;
	float: left;
	clear: both;
}

.officeimg > tbody > tr > td.caption {
	padding-top: 0px;
	padding-bottom: 15px;
}

table.officeimg img {
	width: 142.5px;
	max-width: 100%;
	height: auto;
	margin: 20px 0 20px;
}

.essential {
	color: rgb(255, 255, 255);
	margin-right: 9px;
	font-size: 14px;
	border-radius: 3px;
	padding: 4px 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

/*************** campaign ***************/
.campaign {
	border-style: solid;
	border-width: 3px;
	background-color: #fbfaf8;
	padding: 30px;
	margin: 20px 0;
	text-align: center;
}

.campaign-title {
	text-align: center;
}

.campaign-title__prefecture {
	font-weight: bold;
}

.campaign-title__title {
	margin-bottom: 20px;
	display: inline-block;
	font-size: 23px;
	font-weight: bold;
}

.campaign-content {
	display: flex;
	margin-bottom: 20px;
}

.campaign-content-detail {
	text-align: left;
	width: 100%;
}

.campaign-content-detail-pr {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
}

.campaign-content-detail-pr__text {
	margin-bottom: 10px !important;
}

.campaign-content-detail__text {
	font-size: 14px;
	font-weight: bold;
}

.campaign-content-detail__telnum {
	font-family: Helvetica, Arial;
	font-size: 38px;
	font-weight: bold;
}

.campaign-content-detail-abstruct {
	font-size: 13px;
	margin-bottom: 15px;
}

.campaign-content-detail__businesshour {
	letter-spacing: -0.5px;
}

.campaign-content-image {
	height: 230px;
	min-width: 230px;
	max-width: 230px;
	display: block;
	border: solid 1px #dfdfdf;
	margin-right: 15px;
}

.wppost .campaign-content-image__image {
	margin-top: 0;
}

.campaign-content-image__image {
	width: 100%;
	height: 100%;
}

.campaign-detailbutton {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	font-weight: bold;
	background-color: #f3f8ff;
	border: solid 1px #3a7eb2;
	color: #3a7eb2;
	border-radius: 4px;
	box-sizing: border-box;
}

.campaign-detailbutton:hover {
	opacity: 0.8;
}


.campaign--ad {
	border-style: solid;
	border-width: 3px;
	background-color: #fbfaf8;
	padding: 30px 0 !important;;
	margin: 24px 16px;
	text-align: center;
}

.campaign-title--ad {
	text-align: center !important;
	color: inherit;
}

.campaign-title__prefecture--ad {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
	padding: 0;
}

.campaign-title__title--ad {
	margin-bottom: 0;
	display: inline-block;
	font-size: 23px;
	font-weight: bold;
}

.campaign-content--ad {
	display: flex;
	margin-bottom: 20px;
}

.businesshour--ad {
	text-align: center;
	display: block;
	background-color: transparent;
	font-size: 16px;
}


.campaign-content-detail--ad {
	text-align: left;
}

.campaign-content-detail-pr--ad {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
}

.campaign-content-detail-pr__text--ad {
	margin-bottom: 10px !important;
}

.campaign-content-detail__abstruct--ad {
	font-size: 13px;
	margin-bottom: 15px;
	padding: 8px 16px;
}

.campaign-detailbutton--ad {
	padding: 10px 0;
	font-weight: bold;
	background-color: #f3f8ff;
	color: #fff !important;
	border-radius: 4px;
	box-sizing: border-box;
	align-items: center;
	border: none !important;
	margin-bottom: -16px;
	display: flex;
	justify-content: center;
	width: 60% !important;
	min-width: 200px;
}

.campaign-detailbutton--ad:after {
	content: ">" !important;
	display: block;
	margin-left: 8px;
	font-weight: bold;
}

.campaign-detailbutton--ad:hover {
	opacity: 0.8;
}

/* special-campaign */
.campaign--special {
	padding: 0;
	border-width: 4px;
}

.campaign-head {
	padding: 10px 10px 12px;
}

.campaign-head__title {
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

.campaign-content--special {
	margin: 0;
	padding: 0;
	width: 100%;
}

.campaign-content-affiliate__link {
	margin: 0 auto;
}

.campaign-content-image--special {
	margin: auto 15px;
}

.campaign-content-div--special {
	padding: 12px 18px 16px;
	background-color: #FBFAF8;
}

.campaign-title__prefecture--special {
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #000;
	font-size: 16px;
}

.campaign-title__title--special {
	margin: 0;
	color: #004de9;
	text-decoration: underline;
	font-size: 23px !important;
	display: block;
}

.campaign-title__title--special:hover {
	text-decoration: underline;
}

.campaign .campaign-content-detail__ul {
	margin: 8px 0 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: none;
}

.campaign-content-detail__affiliate {
	margin: 0 auto;
	text-align: center;
	width: 80%;
	font-size: 21px;
}

.campaign .campaign-content-detail__li {
	margin: 0;
	padding: 4px;
	background-color: #e5df00;
	font-weight: bold;
}

.campaign .campaign-content-detail__li:nth-child(n+2) {
	margin: 0 0 0 12px;
}

.campaign .campaign-content-detail__li::before {
	display: none;
}

.campaign-content-detail-abstruct--special {
	margin: 0;
}

.campaign-content-detail-abstruct__text--special {
	margin-top: 12px;
	line-height: 1.3;
	font-size: 14px;
}

.campaign-content-detail__text--special {
	color: #f7445d;
	margin: 0 auto;
}

.campaign-content-detail__telnum--special {
	height: 38px;
	position: relative;
	top: -8px;
	color: #f7445d;
}

.campaign-content-detail__businesshour--special {
	font-size: inherit;
	font-weight: normal;
}

.campaign-content-detail__telnum--special::before {
	background-color: #f7445d;
}

.campaign-detailbutton--special {
	margin-top: 12px;
	width: 100% !important;
	border: solid 1px #3a7eb2 !important;
	color: #3a7eb2 !important;
}





/*************** relatedpost ***************/
/*文中に埋め込む関連記事の事*/
.relatedpost {
	width: 100%;
	border: solid 1px #dfdfdf;
	padding: 16px;
	background-color: #fbfaf8;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.relatedpost-title {
	border-bottom: solid 1px #dfdfdf;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 12px;
	font-size: 18px;
}

.relatedpost-content {
	display: flex;
}

.relatedpost-content-img {
	padding-right: 15px;
	display: inline-block;
}

.relatedpost-content-right__title {
	font-weight: bold;
	display: inline-block;
}

.relatedpost-titlemini{
	margin-right: 10px;
}

.relatedpost-content-right__titlemini {
	font-weight: bold;
	margin: 4px 0;
	padding-bottom: 8px;
	display: block;
	font-size: 17px;
}

.relatedpost-content-right__title--ex::after {
	font-family: 'icomoon' !important;
	content: "\e948";
	display: inline-block;
	position: relative;
	left: 5px;
	font-size: 14px;
	font-weight: normal;
}
.relatedpost-content-right__text {
	font-size: 14px;
}

/*関連記事の複数を一枠で表示する*/
.multi-rel-post{
	border: solid 1px #dfdfdf;
	padding: 5px;
	margin: 12px 0;
	background-color: #fbfaf8;
}

.multi-rel-post .relatedpost {
	width: 90%;
	border: none;
	padding: 0 16px 16px 16px;
	box-sizing: border-box;
	margin-bottom: 0;
}

.multi-rel-post .relatedpost:first-child .relatedpost-title {
	 font-weight: bold;
	 margin-bottom: 16px;
	 padding-bottom: 12px;
	 font-size: 18px;
	 display: block;
 }

.multi-rel-post .relatedpost:first-child .relatedpost-titlemini {
	font-weight: bold;
	margin-bottom: 16px;
	padding-bottom: 12px;
	font-size: 18px;
	display: block;
}

.multi-rel-post .relatedpost-title {
	display: none;
}

.multi-rel-post .relatedpost-titlemini {
	display: none;
}

.multi-rel-post .relatedpost-title {
	border-bottom: solid 1px #dfdfdf;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 12px;
	font-size: 18px;
}

.multi-rel-post .relatedpost-content {
	display: flex;
	padding: 0 0 16px 0;
	border-bottom: solid 1px #dfdfdf;
}

.multi-rel-post .relatedpost:last-child .relatedpost-content {
	border-bottom: none;
}

.multi-rel-post .relatedpost-content-img {
	padding-right: 15px;
	display: inline-block;
}

.multi-rel-post .relatedpost-content-right__title {
	font-weight: bold;
	display: inline-block;
}

.multi-rel-post .relatedpost-content-right__titlemini {
	font-weight: bold;
	margin: 4px 0;
	padding-bottom: 8px;
	display: block;
	font-size: 17px;
}

.multi-rel-post .relatedpost-content-right__title--ex::after {
	font-family: 'icomoon' !important;
	content: "\e948";
	display: inline-block;
	position: relative;
	left: 5px;
	font-size: 14px;
	font-weight: normal;
}
.multi-rel-post .relatedpost-content-right__text {
	font-size: 14px;
}

.wppost .relatedpost-content-left-img {
	vertical-align: top;
	width: 178px;
	height: 126px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.wppost .relatedpost-content-left-img__img {
margin: 0;
position: absolute;
width: auto;
height: auto;
top: 50%;
left: 50%;
min-height: 100%;
min-width: 100%;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}

@supports (object-fit: cover) {
.wppost .relatedpost-content-left-img__img {
position: static;
height: 100%;
width: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
top: 0;
-ms-transform: none;
-moz-transform: none;
-webkit-transform: none;
transform: none;
}
}

/*************** posttags ***************/

.posttagarea {
	position: relative;
	margin-bottom: 60px;
	box-sizing: border-box;
	height: 1px;
}

.posttags {
	text-align: right;
}

.posttags-cat {
	display: inline-block;
	margin-bottom: 10px;
}

.posttags-cat__link {
	font-size: 12px;
	display: inline-block;
	border-radius: 2px;
	width: auto;
	height: auto;
	padding: 3px 4px;
	line-height: 1;
	border-style: solid;
	border-width: 1px;
}

.posttags-tag {
	display: inline-block;
	position: relative;
	bottom: 30px;
}

.posttags-tag__link {
	font-size: 14px;
	font-weight: 500;
	color: #666;
}

.posttags-tag::before {
	display: inline-block;
	position: relative;
	font-family: "icomoon" !important;
	content: "\e927" !important;
	font-size: 14px;
	font-weight: normal;
	top: 1px;
	left: 0;
	color: #666;
}

.posttags-date {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: -43px;
	font-size: 13px;
	color: #888;
}

.posttags-date__posted {
	display: inline-block;
	margin-right: 5px;
}

.wppost .posttags-date__posted,
.wppost .posttags-date__modified {
	margin-bottom: 0;
}

.posttags-date__modified {
	display: inline-block;
}

/*************** readminute ***************/

.readminute__minute {
	font-size: 15px;
	font-weight: bold;
}

.readminute {
	font-size: 13px;
	margin-bottom: 13px;
}

/*************** toc+ ***************/

#toc_container {
	width: 100%;
	background-color: #f5f5f5;
	border: solid 1px #dfdfdf;
	box-sizing: border-box;
	margin-bottom: 38px;
	margin-top: 38px;
}

#toc_container .toc_title {
	font-size: 18px;
	letter-spacing: normal;
	font-weight: bold;
	text-align: left !important;
	color: #333333;
	position: relative;
	padding: 24px 24px 0px 24px !important;
	box-sizing: border-box;
}

/* #toc_container .toc_title:after {
	content: "";
	position: absolute;
	top: 20px;
	left: -28px;
	width: 5px;
	height: 7px;
	border-top: solid 1px #f5f5f5;
	border-left: solid 1px #f5f5f5;
	background-color: #f5f5f5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
} */

#toc_container .toc_list li > a {
	font-weight: 500;
	line-height: 2;
	color: #3a7eb2;
	box-sizing: border-box;
	margin-left: 15px;
}

#toc_container ul.toc_list {
	color: #3a7eb2;
	position: relative;
	padding: 0 24px 24px;
	box-sizing: border-box;
	font-size: 15px;
	border: none;
}

#toc_container ul,
#toc_container li {
	border: none;
}

#toc_container ul.toc_list li {
	list-style-type: none;
}

#toc_container ul.toc_list li::before {
	width: 3px;
	height: 3px;
	background-color: #3a7eb2;
	top: 15px;
}

#toc_container .toc_toggle {
	visibility: hidden;
}

/*************** points ***************/

.points {
	width: auto;
	height: auto;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 24px;
}

.wppost .points-list {
	box-sizing: border-box;
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.wppost .points-title {
	width: 208px;
	height: 16px;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
	margin-bottom: 16px;
}

.wppost .points-list__point {
	box-sizing: border-box;
	list-style-position: inside;
	padding-left: 20px;
	position: relative;
}

.wppost .points-list__point::before {
	content: "・";
	font-size: 18px;
	position: absolute;
	left: 0;
	top: -2px;
	width: auto;
	height: auto;
	background-color: transparent;
	border-radius: 0;
}

/*************** lvnmatch adsense ***************/

.wppost .lvnmatch_banner img,
.lvnmatch_banner img {
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
	max-width: 100%;
}

.wppost p.lvnmatch_banner,
.lvnmatch_banner {
	margin-bottom: 40px;
	text-align: center;
}

.lvnmatch_banner-button {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-radius: 4px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

/*************** page-story-archive ***************/

.wppost .page-story-archive p {
	margin-bottom: 0;
	line-height: 1;
}

.page-story-archive {
	letter-spacing: -0.4em;
}

.page-story-archive-item {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 316px;
	height: 174px;
	border-radius: 8px;
	border-width: 1px;
	border-style: solid;
}

.page-story-archive-item:nth-child(2n) {
	margin-left: 26px;
}

.page-story-archive-item:nth-child(n + 3) {
	margin-top: 20px;
}

.page-story-archive-item__number {
	box-sizing: border-box;
	width: 100%;
	height: 27px;
	padding: 7px 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #2284b3;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
}

.page-story-archive-item__title {
	display: inline-block;
	position: relative;
	height: 40px;
	margin-top: 16px;
	padding: 0 20px 0 42px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

.page-story-archive-item__title::before {
	display: inline-block;
	position: absolute;
	font-family: "icomoon" !important;
	content: "\e900" !important;
	font-size: 14px;
	font-weight: normal;
	top: 0;
	left: 20px;
}

.page-story-archive-item__text {
	margin-top: 12px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

/* アコーディオンコンテンツ */

.accordion-content-target {
	display: none;
}

.accordion-content-button {
	width: auto;
	height: 48px;
	border-radius: 4px;
	background-color: #f5f5f5;
	margin: 0;
	padding: 0 16px;
	box-shadow: 0 2px 0 0 #ccc;
	box-sizing: border-box;
	border: solid 1px #ccc;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #666666;
}

.accordion-content-button-open,.accordion-content-button-close {
	margin-bottom: 16px;
	padding-right: 32px;
}

.accordion-content-button-open:after {
	font-family: "icomoon" !important;
	content: "\e904" !important;
	padding: 0 12px;
	font-size: 16px;
	color: #666;
	position: absolute;
	margin-top: 4px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.accordion-content-button-close:after {
	font-family: "icomoon" !important;
	content: "\e904" !important;
	padding: 0 12px;
	font-size: 16px;
	color: #666;
	position: absolute;
	margin-top: 4px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.wppost .formula,
.wppost .caution,
.wppost .point{
	font-size:16px;
	position: relative;
	margin-bottom: 40px;
}
.wppost .formula::before,
.wppost .caution::before,
.wppost .point::before {
	font-size:16px;
	position: absolute;
	top:-40px;
	left:0px;
	font-family: "icomoon" !important;
}
.wppost .formula::after,
.wppost .caution::after,
.wppost .point::after {
	font-family: "icomoon" !important;
	left:10px;
	top:32px;
	transform: translateY(-50%);
	position:absolute;
	font-size:48px;
}

.wppost .formula {
	padding: 22px 24px;
	border: solid 3px #0fafe6;
	background-color: #f8fbfc;
}

.wppost .caution {
	padding: 18px 14px 18px 64px;
	border: solid 3px #e60f44;
	background-color: #fffcfc;
}
.wppost .caution::after {
	content:"\e94b";
}

.wppost .point {
	padding: 18px 14px 18px 64px;
	border-radius: 4px;
	border: solid 3px #dddddd;
	background-color: #f5f5f5;
}

.wppost .point::after {
	content:"\e94c";
}

/* addquick tag CV button */
.addquick-tag-cv-button {
	height: 64px;
	width: 80%;
	font-size: 16px;
}

.addquick-tag-cv-button:after {
	content: ">" !important;
	display: block;
	margin-left: 16px;
	font-weight: 700;
	font-size: 18px;
}

.addquick-tag-cv-button-small {
	width: 70%;
	margin-top: 12px;
	padding: 10px 0;
	font-weight: 700;
	background-color: #f3f8ff;
	border: solid 1px #3a7eb2;
	color: #3a7eb2;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: none;
}

.addquick-tag-cv-button-small:after {
	content: ">" !important;
	display: block;
	margin-left: 16px;
	font-weight: 700;
	font-size: 15px;
}


@media screen and (max-width: 767px) {
	/***************************************************************
	SP Page Blog
	****************************************************************/

	.posttags-tag {
		bottom: 33px;
	}

	.blog__blogtitle {
		font-size: 28px;
		margin-top: 20px;
	}

	.pageblog-post {
		display: flex;
		padding: 0 2.5vw 10px;
		margin: 20px -2.5vw 0;
	}

	.pageblog__link {
		width: 99px;
		height: 66px;
	}

	.pageblog-right__title {
		margin-bottom: 0;
	}

	.pageblog-right {
		margin-left: 10px;
	}

	.pageblog-right__title {
		font-size: 14px;
	}

	.pageblog-right__date {
		font-size: 10px;
		margin-right: 10px;
	}

	.pageblog-right__date + .pageblog-right__date {
		margin-left: 0;
		margin-right: 0;
	}

	.pageblog__category-link {
		font-size: 12px;
		padding: 0 4px;
		margin-top: 5px;
	}

	.pageblog__category-link:nth-child(n + 7) {
		margin-right: 5px;
	}

	.pageblog-content-image {
		width: 100px;
		height: 100px;
	}

	/* archive-recommend-posts */
	.archive_recommend_posts-post__recommend {
		font-size: 12px;
		top: -6.5px;
		left: -4px;
	}
	.archive-recommend-posts-link {
		width: 100%;
		height: calc(95vw * 0.581);
	}
	.archive_recommend_posts-posts-link__img {
		width: 100%;
		height: auto;
	}
	.archive_recommend_posts-post__title {
		margin-top: 10px;
	}
	.archive_recommend_posts-post__text {
		margin-top: 10px;
	}
	.archive_recommend_posts-post {
		padding-bottom: 10px;
	}


	/***************************************************************
	SP Single Post
	****************************************************************/

	/*************** wppost ***************/

	.wppost {
		width: 100%;
		margin: 0 auto;
	}

	.office-post {
		width: 95%;
	}

	.padding-bottom-5 {
		padding-bottom: 5px;
	}

	.wppost h1,
	.h1-style {
		width: auto;
		font-size: 26px;
		font-weight: bold;
		line-height: 1.2;
		color: #333333;
		margin-top: 16px;
		margin-bottom: 8px;
	}

	.h1-style--tag {
		padding-bottom: 20px;
	}

	.wppost h2,
	.h2-style {
		height: auto;
		margin: 30px 0 20px 0;
		padding: 10px;
		font-size: 22px;
	}

	.wppost h3,
	.h3-style {
		height: auto;
		font-size: 22px;
		padding: 10px 0;
		margin-bottom: 20px;
	}

	.h3margintopnone {
		margin-top: 0;
	}

	/* .wppost h3:before,
	.title2:before {
		width: 3px;
		height: 24px;
		margin-top: -12px;
	} */

	.wppost h4,
	.h4-style {
		font-size: 20px;
	}

	.wppost h5,
	.h5-style {
		height: auto;
		font-size: 18px;
		padding: 0;
	}

	.wppost h6,
	.h6-style {
		height: auto;
		font-size: 17px;
		padding: 0;
	}

	.wppost table:not(.table-over-x table) {
		width: 100%;
	}

	.wppost table.table_small {
		font-size: 14px;
	}

	.wppost table.table_small th,
	.wppost table.table_small td {
		padding: 3px;
	}

	.wppost .table_sp_block tr {
		display: block;
		margin-bottom: 10px;
	}

	.wppost .table_sp_block th,
	.wppost .table_sp_block td {
		display: block;
	}

	.wppost .table_sp_block td {
		border: none;
	}

	.event-link-button a {
		width: auto;
		font-size: 15px;
		line-height: 18px;
	}

	/*************** relatedpost ***************/

	.relatedpost {
		height: auto;
	}

	.wppost .relatedpost-content-left-img {
		width: 70px;
		height: 50px;
	}

	.relatedpost-content-right__title {
		font-size: 14px;
		line-height: 1.3;
	}

	/*************** campaign ***************/
	.campaign {
		padding: 20px 2.5vw;
		margin: 20px 0 30px;
	}

	.campaign-content {
		display: block;
		text-align: center;
		margin-bottom: 0;
	}

	/*szテーマでかかっている強い指定を上書きするための指定*/
	.campaign-content.campaign-content--ad {
		width: 100%;
	}

	.campaign-content--ad img{
		width: 100%;
		height: auto;
	}

	.campaign-telbutton {
		width: 100%;
		height: 51px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 15px;
	}

	.campaign-content-detail-abstruct,
	.campaign-content-detail-pr {
		text-align: center;
	}

	.campaign-content-detail__telnum {
		line-height: 1;
		text-align: center;
	}

	.campaign-content-detail-pr__text {
		width: auto;
		margin: 0 auto;
		text-align: left;
		display: inline-block;
		font-size: 15px;
	}

	.campaign-content-detail-abstruct {
		margin-bottom: 0;
	}

	.campaign-content-detail-abstruct__text {
		width: auto;
		margin: 0 auto 22px;
		text-align: left;
		display: inline-block;
		font-size: 14px;
	}

	.campaign-content-detail__abstruct--ad {
		padding: 0;
	}

	.campaign-detailbutton {
		height: auto;
		border: none;
		background: none;
	}

	.campaign-spimage {
		border: solid 1px #dfdfdf;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0 auto 10px;
	}

	.campaign-title {
		margin-bottom: 20px;
		text-align: left;
	}

	.campaign-title::after {
		content: "";
		display: block;
		clear: both;
	}

	.campaign-title__prefecture--ad {
		margin-bottom: 0px;
	}

	.campaign-title__title {
		display: inline;
		font-size: 20px;
	}

	.campaign-title-spright {
		text-align: left;
		padding-left: 10px;
	}

	.campaign-title-spleft {
		float: left;
		margin-right: 10px;
		max-width: 100px;
		min-width: 100px;
		height: 100px;
	}

	.campaign-content-detail__businesshour {
		font-weight: bold;
		font-size: 13px;
		text-align: center;
		margin-bottom: 10px;
	}


	/* special-campaign */
	.campaign--special {
		padding: 0;
		border-width: 4px;
	}

	.campaign-head {
		padding: 12px 0;
	}

	.campaign-title--special {
		margin: 0;
		padding: 8px 10px 0;
		display: flex;
		align-items: center;
		background-color: #FBFAF8;
	}

	.campaign-title-spright--special {
		padding: 0;
	}

	.campaign-head__title {
		font-size: 18px;
	}

	@media screen and (max-width: 374px) {
		.wppost table.table_small th,
		.wppost table.table_small td {
			font-size: 13px;
		}
		.campaign-head__title {
			font-size: 16px;
		}
	}

	@media screen and (max-width: 375px) {
		.campaign-telmail--special .campaign-telbutton--special {
			font-size: 15px;
		}
		.campaign-telmail--special .consultbox-mail__button--special {
			font-size: 15px;
		}
		.campaign--special .campaign-head__title.campaign-head__title--special {
			font-size: 18px;
			letter-spacing: 1px;
		}
	}

	.campaign-content-div--special {
		padding: 8px 0 12px;
	}

	.campaign-title__title--special.pc-only {
		display: none;
	}

	.campaign-title__title--special {
		display: inline-block;
		width: 100%;
		font-size: 19px !important;
		margin: 8px;
	}

	@media screen and (max-width: 374px) {
		.campaign-title__title--special {
			font-size: 18px !important;
		}
	}

	.campaign .campaign-content-detail__ul {
		margin: 8px 0 0;
		padding: 0;
		justify-content: center;
	}

	.campaign .campaign-content-detail__li {
		font-size: 14px;
	}

	.campaign-head__title.campaign-head__title--special {
		font-size: 21px;
		letter-spacing: -1px;
	}

	.campaign-content--affiliate {
		display: flex;
	}

	@media screen and (max-width: 374px) {
		.campaign .campaign-content-detail__li {
			font-size: 12px;
		}
	}

	.campaign-content-detail-abstruct--special {
		margin: 0;
	}

	.campaign-content-detail-abstruct__text--special {
		margin: 12px 0 0 !important;
		font-size: 13px;
		padding: 8px;
	}

	.campaign-content-detail__telnum--special {
		margin-top: 2px;
		position: static;
		height: auto;
	}

	@media screen and (max-width: 374px) {
		.campaign-content-detail__telnum--special {
			font-size: 32px;
		}
	}

	.campaign-detailbutton--special {
		margin: 6px auto 0 !important;
		padding: 6px 4px;
		width: 95% !important;
		display: block;
		border: solid 1px #3a7eb2;
		background-color: rgb(243, 248, 255);
		box-shadow: none;
		text-align: center;
		font-size: 13px;
	}

	@media screen and (max-width: 374px) {
		.campaign-detailbutton--special {
			font-size: 11px;
		}
	}




	.campaign-telmail--special {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.campaign-telbutton--special {
		width: 50% !important;
		margin: 0 4px;
		height: 42px;
		font-size: 16px;
		background-color: #f8032a;
		box-shadow: 0 4px 0 0 #c51621;
		position: relative;
	}

	.campaign-content-detail__text--special {
		width: 260px;
		margin: 0 auto;
	}

	.campaign-telmail__form {
		width: 50%;
		padding: 4px;
	}

	.consultbox-mail__button--special {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
		font-size: 16px;
		height: 42px;
		box-shadow: 0 4px 0 0 #bababa;
		background-color: #f2f2f2;
	}

	/*************** posttag ***************/

	.posttagarea {
		margin-bottom: 50px;
	}

	.posttags {
		text-align: left;
	}

	.posttags-cat {
		margin-top: 16px;
		margin-bottom: 0;
	}

	.posttag-item {
		font-size: 12px;
	}

	.posttags-date {
		font-size: 12px;
		width: auto;
		left: 0;
		bottom: -33px;
	}

	.points {
		padding: 8px;
	}

	#toc_container {
		background-color: #f5f5f5;
	}

	#toc_container .toc_title {
		padding: 0 0 10px 0 !important;
	}

	#toc_container ul.toc_list {
		padding: 5px;
	}

	.toc_title::before {
		font-size: 27px;
	}

	.archive-button {
		margin-bottom: 20px;
		padding: 0;
	}

	.snsbottom-title {
		height: 55px;
	}

	.officeimg td {
		padding: 0 1%;
	}

	/*************** page-story-archive ***************/
	.page-story-archive-item {
		width: 100%;
	}
	.page-story-archive-item:nth-child(2n) {
		margin-left: 0;
		margin-top: 20px;
	}
}
