@charset "UTF-8";

/* common
--------------------------------------------------*/
body {
	font-size: 14px;
}
*{
  box-sizing: content-box;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

/* img-ov */
.img-ov {
	backface-visibility: hidden;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background: #ffffff;
}
.img-ov	img {
	transition: all 0.3s ease-out;
	transform: scale(1.001);
}
a:hover .img-ov	img{
	transform: scale(1.1) !important;
}

/* breadcrumb */
.p-breadcrumb {
	width: 1200px;
	box-sizing: border-box;
	margin: auto;
}
.p-breadcrumb:after {content: ""; clear: both; display: block;}
.p-breadcrumb__wrap {
	width: 100%;
	background: #555659;
	padding: 10px 0;
	display: flex;
	vertical-align: middle;
	box-sizing: border-box;
	height: 52px;
}
@media print, screen and (min-width: 668px){
	.p-breadcrumb{
		padding: 0 300px 0 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}
@media (max-width: 667px) {
	.p-breadcrumb__wrap {
		display: none;
	}
}
.p-breadcrumb__item {
	float: left;
	font-size: 12px;
	color: #fff;
}
.p-breadcrumb__item__link {
	position: relative;
	margin-right: 20px;
	color: #fff!important;
}
.p-breadcrumb__item__link:hover {
	cursor: pointer;
}
.p-breadcrumb__item__link:after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: -10px;
	top: 5px;
}


/* .main.column */
.main.column{
	min-width: 1000px;
}
.content p{
	margin-bottom: 0;
}
@media (max-width: 667px) {
	.main.column{
		min-width: 0;
		padding-top: 110px;
	}

	.mmbrSts-org ~ .main.column,
	.mmbrSts-org_pre ~ .main.column,
	.mmbrSts-hataraki ~ .main.column {
		padding-top: 154px;
	}
}

/* ttl */
.column__ttl{
	background: #F7934F;
	position: relative;
	z-index: 1;
}
.column__ttl .ttl{
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size: 24px;
	line-height: 1.4;
	color: #ffffff;
	padding: 12px 0;
	font-weight: 700;
}
.column__ttl .ttl span{
	display: inline-block;
	padding-left: 40px;
	position: relative;
}
.column__ttl .ttl span:before{
	position: absolute;
	left: 0;
	top: 3px;
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	background: url(../images/icon_pen.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.column__ttl .ttl span:after{
	position: absolute;
	left: 30px;
	bottom: -30px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #F7934F transparent  transparent;
}
@media (max-width: 667px) {
	.column__ttl .ttl{
		font-size: 20px;
		padding: 12px 10px;
	}
	.column__ttl .ttl span{
		padding-left: 30px;
	}
	.column__ttl .ttl span:before{
		width: 23px;
		height: 23px;
	}
	.column__ttl .ttl span:after{
		left: auto;
		right: 30px;
		bottom: -30px;
		border-width: 20px 20px 0 0;
		border-color: #F7934F transparent transparent  transparent;
	}
}


/* layout
--------------------------------------------------*/

/* section */
.section__body{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}
.section__ttl{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-left: 10px;
	border-left: 4px solid #F7934F;
	line-height: 1.3;
	margin-bottom: 30px;
}
@media (max-width: 667px) {
	.section__ttl{
		font-size: 20px;
		margin-bottom: 20px;
	}
}

/* content */
.content{
	padding-top: 60px;
}
.main.column .index .content{
	padding-top: 0;
}
.content__main{
	width: 630px;
	float: left;
}
.content__side{
	width: 300px;
	float: right;
}
@media (max-width: 667px) {
	.main.column .detail .content{
		padding-top: 40px;
	}
	.content__main{
		width: auto;
		float: none;
		margin-bottom: 30px;
	}
	.content__side{
		width: auto;
		float: none;
	}
}




/* index
--------------------------------------------------*/

/* MV */
.main.column .index .mv{
	background: #FFF7F2;
	padding: 50px 0 50px;
	margin-bottom: 50px;
}
.main.column .index .mv #mv__slide{
	margin-bottom: 0;
}
.main.column .index .mv .item a{
	display: block;
	text-decoration: none;
	position: relative;
	color: #ffffff;
}
.main.column .index .mv .item .item__img{
	padding-bottom: 39%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main.column .index .mv .item .item__img img{
	display: none;
}
.main.column .index .mv .item .item__tag{
	position: absolute;
	left: 0;
	top: 0;
	padding: 7px 14px;
	background: #9A0000;
	line-height: 1;
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
}
.main.column .index .mv .item .item__txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding: 20px;
	background:linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0,0,0,0));
}
.main.column .index .mv .item .item__txt .ttl{
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
}
.main.column .index .mv .item .item__txt .date{
	color: #ffffff;
	opacity: .7;
	font-size: 14px;
	margin-top: 5px;
}
@media (max-width: 667px) {
	.main.column .index .mv{
		padding: 0 0 50px;
		margin-bottom: 40px;
	}
	.main.column .index .mv .section__body{
		padding: 0;
	}
	.main.column .index .mv #mv__slide{
		margin-bottom: 0;
	}
	.main.column .index .mv .item .item__img{
		padding-bottom: 72%;
	}
	.main.column .index .mv .item .item__txt{
		padding: 15px;
	}
	.main.column .index .mv .item .item__txt .ttl{
		font-size: 18px;
	}
	.main.column .index .mv .item .item__txt .date{
		font-size: 13px;
	}
}

/* pager */
.slick-dots {
	bottom: -40px;
	text-align: center;
	line-height: 0;
}
.slick-dots li {
	display: inline-block;
	margin-right: 8px;
	width: auto;
}
.slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: rgba(0,0,0,0.4);
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	outline: none;
}
.slick-dots li button:before{
	display: none;
}
.slick-dots li.slick-active button,
.noTouch .slick-dots li button:hover {
	background: #F7934F;
	cursor: pointer;
}
button::-moz-focus-inner{
	border :0px;
}

/* nextBack */
button::-moz-focus-inner{
	border :0px;
}
.slick-next,
.slick-prev{
	background: none;
	border: medium none;
	color: transparent;
	cursor: pointer;
	display: block;
	line-height: 0;
	outline: medium none;
	padding: 0;
	border-radius: 0;
	z-index: 2;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
}
.slick-next:before,
.slick-prev:before{
	display: none;
}
.slick-next:after,
.slick-prev:after{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
}
.slick-next:hover,
.slick-prev:hover{
	cursor: pointer;
}
.slick-next{
	right:-20px;
}
.slick-next:after{
	background-image: url(../images/mv_arw-r.png) !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slick-prev{
	left:-20px;
}
.slick-prev:after{
	background-image: url(../images/mv_arw-l.png) !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 667px) {
	.slick-next,
	.slick-prev{
		margin-top: -15px;
		width: 30px;
		height: 30px;
	}
	.slick-next:after,
	.slick-prev:after{
		width: 30px;
		height: 30px;
	}
	.slick-next{
		right:15px;
	}
	.slick-prev{
		left:15px;
	}
}



/* post */
.articleArea{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.articleArea .articleBox{
	width: 300px;
	border: 1px solid #E2E2E2;
	position: relative;
	margin-bottom: 30px;
}
.articleArea .articleBox:before{
	position: absolute;
	right: 7px;
	bottom: 7px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #F7934F transparent;
}
.articleArea .articleBox a{
	display: block;
	box-sizing: border-box;
	padding: 20px;
	text-decoration: none;
}
.articleArea .articleBox .txtBox{
	margin-bottom: 10px;
}
.articleArea .articleBox .txtBox .cateTtl{
	font-size: 16px;
	font-weight: 700;
}
.articleArea .articleBox .imgBox {
	backface-visibility: hidden;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background: #ffffff;
	margin-bottom: 20px;
}
.articleArea .articleBox .imgBox	img {
	transition: all 0.3s ease-out;
	transform: scale(1.001);
}
.articleArea .articleBox a:hover .imgBox	img{
	transform: scale(1.1) !important;
}


@media (max-width: 667px) {
	.articleArea{
		display: block;
	}
	.articleArea .articleBox{
		width: auto;
		margin-bottom: 30px;
	}
	.articleArea .articleBox .txtBox{
		font-size: 15px;
		margin-bottom: 8px;
	}
	.articleArea .articleBox .txtBox .cateTtl{
		font-size: 15px;
	}
	.articleArea .articleBox .imgBox{
		margin-bottom: 15px;
	}
}



/* btn */
.main.column .moreBtn {
	width: 300px;
}
.main.column .moreBtn a{
	width: 100%;
	display: block;
	border: 1px solid #F7934F;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	color: #F7934F;
	line-height: 1;
	padding: 18px 0;
	position: relative;
	transition: all 0.3s ease-out;
}
.main.column .moreBtn a:hover{
	color: #fff;
	background: #F7934F;
}
.main.column .moreBtn a:hover:before{
	border-color:#ffffff;
}
.main.column .moreBtn a:before{
	position: absolute;
	content: "";
	display: block;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #F7934F;
	border-right: 2px solid #F7934F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* post_detail
--------------------------------------------------*/
.post__detail{
	border: 1px solid #E2E2E2;
}
@media (max-width: 667px) {
	.post__detail{
		border: none;
		margin: 0 -20px;
	}
}

/* ttlArea */
.detail__ttlArea{
	padding: 20px 30px;
	position: relative;
}
.detail__ttlArea:before{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	height: 100%;
	width: 4px;
	background: #F7934F;
}
.detail__ttlArea .ttlArea__tag{
	float: left;
	font-size: 0;
	margin-right: 5px;
}
.detail__ttlArea .ttlArea__tag li{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}
.detail__ttlArea .ttlArea__tag li a{
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	line-height: 1.3;
	display: block;
	font-size: 14px;
	padding: 5px;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.detail__ttlArea .ttlArea__tag li a:hover{
	border: 1px solid #EB660B;
	background: #EB660B;
	color: #ffffff;
}
.detail__ttlArea .ttlArea__date{
	float: left;
	font-size: 14px;
	color: #9F9F9F;
	position: relative;
	top: 5px;
}
.detail__ttlArea .ttlArea__ttl{
	font-size: 22px;
	font-weight: 700;
}
@media (max-width: 667px) {
	.detail__ttlArea{
		padding: 0 20px 20px;
	}
	.detail__ttlArea .ttlArea__ttl{
		font-size: 20px;
	}
}



/* mokuji */
.mokuji{
	margin-top: 40px;
	background: #FFF7F2;
}
.mokuji__ttl{
	padding:20px;
	position: relative;
	margin-bottom: 0px;
	font-size: 17px;
	color: #F7934F;
	font-weight: 700;
	position: relative;
	border-bottom: 1px dotted #D5D5D5;
}
.mokuji__ttl span{
	display: inline-block;
	padding-left: 36px;
	position: relative;
}
.mokuji__ttl span:before{
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 26px;
	height: 26px;
	background-image: url(../images/icon_index.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.mod-ank-list >.chapter > li{
	font-size: 15px;
	font-weight: 700;
	padding: 15px 20px;
}
.mod-ank-list >.chapter > li a{
	display: block;
	text-decoration: none;
	padding-left: 24px;
	position: relative;
	color: #000000;
	transition: all 0.3s ease-out;
}
.mod-ank-list >.chapter > li a:hover{
	color: #F7934F;
}
.mod-ank-list >.chapter > li a:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	background-image: url(../images/arw02_orange.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
.mod-ank-list >.chapter > .chapter{
	padding: 0 20px 20px;
	border-bottom: 1px dotted #D5D5D5;
}
.mod-ank-list >.chapter > .chapter li+li{
	margin-top: 8px;
}
.mod-ank-list >.chapter > .chapter li a{
	display: block;
	padding-left: 18px;
	text-decoration: underline;
	color: #000000;
	position: relative;
	transition: all 0.3s ease-out;
}
.mod-ank-list >.chapter > .chapter li a:hover{
	text-decoration: none;
}
.mod-ank-list >.chapter > .chapter li a:before{
	position: absolute;
	left: 2px;
	top: 5px;
	content: "";
	width: 4px;
	height: 4px;
	border: 2px solid #F7934F;
	border-radius: 6px;
}
@media (max-width: 667px) {
	.mokuji{
		margin: 30px -20px 0;
	}
	.mokuji__ttl{
		padding:20px 20px;
	}
	.mod-ank-list >.chapter > li{
		padding: 15px 20px;
	}
}





/* body */
.detail__body{
	border-top: 1px solid #E2E2E2;
	padding: 30px;
}
.detail__body img{
	display: block;
	width: auto !important;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.detail__body small{
	display: inline-block;
	margin-top: 15px;
}
.detail__body p{
	line-height: 1.7;
	font-size: 14px;
	margin-top: 15px;
}
.detail__body *:first-child,
.detail__body h1 + *,
.detail__body h2 + *,
.detail__body h3 + *,
.detail__body h4 + *,
.detail__body h5 + *,
.detail__body h6 + *,
.detail__body img + * {
	margin-top: 0 !important;
}
.detail__body h2{
	background: #F7934F;
	margin: 60px -30px 30px;
	padding: 10px 30px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
}
.detail__body h3{
	margin-top: 30px;
	margin-bottom: 20px;
	border: 1px solid #F7934F;
	border-left: 5px solid #F7934F;
	padding: 10px 12px;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
}
@media (max-width: 667px) {
	.detail__body{
		padding: 30px 20px;
	}
	.detail__body h2{
		padding: 10px 20px;
		dominant-baseline: 18px;
		margin: 50px -20px 20px;
	}
	.detail__body h3{
		margin-top: 30px;
		margin-bottom: 15px;
		font-size: 15px;
	}
}





/* serviceDetail */
.serviceDetail{
	border-top: 1px solid #E2E2E2;
	margin: 60px -30px 30px;
	background: #FFF7F2;
	position: relative;
}
.serviceDetail:before{
	position: absolute;
	left: 50%;
	content: "";
	display: block;
	top: 0;
	height: 100%;
	width: 1px;
	background: #E2E2E2;
}
.serviceDetail__list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.serviceDetail__list .item{
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
	border-bottom: 1px solid #E2E2E2;
}
.serviceDetail__list .item__ttl{
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	color: #F7934F;
	margin-bottom: 15px;
}
.serviceDetail__list .item__txt{
	margin-bottom: 15px;
}
.serviceDetail__list .item__btn a{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #F7934F;
	border: 1px solid #F7934F;
	background: #ffffff;
	line-height: 1;
	padding: 12px;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease-out;
}
.serviceDetail__list .item__btn a:hover{
	color: #fff;
	background: #F7934F;
}
.serviceDetail__list .item__btn a:hover:before{
	border-color:#ffffff;
}
.serviceDetail__list .item__btn a:before{
	position: absolute;
	content: "";
	display: block;
	right: 12px;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #F7934F;
	border-right: 2px solid #F7934F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 667px) {
	.serviceDetail{
		margin: 60px -20px 0;
	}
	.serviceDetail:before{
		display: none;
	}
	.serviceDetail__list{
		display: block;
	}
	.serviceDetail__list .item{
		width: auto;
		padding: 30px 20px 30px;
	}
	.serviceDetail__list .item__ttl{
		text-align: left;
	}
}





/* recommend */
.detail__body .recommend{
	padding-top: 30px;
}
.detail__body .recommend__ttl{
	padding-left: 36px;
	position: relative;
	margin-bottom: 20px;
	font-size: 17px;
	color: #F7934F;
	font-weight: 700;
	position: relative;
}
.detail__body .recommend__ttl:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	background-image: url(../images/icon_lead.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.detail__body .recommend__list .item+.item{
	margin-top: 20px;
}
.detail__body .recommend__list .item a{
	display: table;
	width: 100%;
	border:1px solid #E2E2E2;
	text-decoration: none;
}
.detail__body .recommend__list .item__img{
	width: 150px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.detail__body .recommend__list .item__img img{
	width: 100% !important;
	height: auto;
}
.detail__body .recommend__list .item__ttl{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}
.detail__body .recommend__list .item__ttl:before{
	position: absolute;
	right: 7px;
	bottom: 7px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #F7934F transparent;
}
@media (max-width: 667px) {
	.detail__body .recommend{
		padding-top: 30px;
	}
	.detail__body .recommend__list .item+.item{
		margin-top: 20px;
	}
	.detail__body .recommend__list .item a{
		border:none;
	}
	.detail__body .recommend__list .item__img{
		vertical-align: top;
	}
	.detail__body .recommend__list .item__ttl{
		vertical-align: top;
		padding-left: 17px;
	}
	.detail__body .recommend__list .item__ttl:before{
		right: 0;
		bottom: 0;
	}
}





/* sns */
.detail__body .sns{
	background: #F7F7F7;
	border-radius: 5px;
	padding: 20px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.detail__body .sns.top{
	margin-bottom: 30px;
}
.detail__body .sns.bottom{
	position: relative;
	top: -1px;
	border-top: 1px solid #E2E2E2;
	margin: 0 -30px;
	padding: 30px;
	border-radius: 0;
	width: calc(100% + 60px);
}
.detail__body .sns li{
	display: table-cell;
	width: 25%;
}
.detail__body .sns li+li a{
	border-left: 1px solid #ffffff;
}
.detail__body .sns li a{
	transition: all 0.3s ease-out;
	display: block;
	position: relative;
	padding-bottom: 29%;
}
.detail__body .sns li a:hover{
	opacity: 0.7;
}
.detail__body .sns li a:before{
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 50%;
	margin-left: -11px;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
}
.detail__body .sns li a span{
	display: none;
}
.detail__body .sns li.facebook a{
	background: #3A589B;
	border-radius: 5px 0 0 5px;
}
.detail__body .sns li.facebook a:before{
	background: #3A589B;
	background-image: url(../images/icon_facebook.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
.detail__body .sns li.twitter a{
	background: #55ACEE;
}
.detail__body .sns li.twitter a:before{
	background: #55ACEE;
	background-image: url(../images/icon_twitter.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
.detail__body .sns li.line a{
	background: #00B800;
}
.detail__body .sns li.line a:before{
	background: #00B800;
	background-image: url(../images/icon_line.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
.detail__body .sns li.hatena a{
	background: #1BA4DC;
	border-radius: 0 5px 5px 0;
}
.detail__body .sns li.hatena a:before{
	background: #1BA4DC;
	background-image: url(../images/icon_hatena.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
@media (max-width: 667px) {
	.detail__body .sns{
		background: no-repeat;
		border-radius: 0;
		padding: 0px;
	}
	.detail__body .sns.bottom{
		border-bottom: 1px solid #E2E2E2;
		margin: 0 -20px;
		padding: 20px;
		width: calc(100% + 40px);
	}
	.detail__body .sns li a{
		padding-bottom: 55%;
	}
}






/* side
--------------------------------------------------*/
.content__side >.item+.item{
	margin-top: 50px;
}
.content__side .item > .item__ttl{
	background: #F7934F;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	padding: 15px 15px 15px 50px;
	margin-bottom: 20px;
	position: relative;
	font-weight: 700;
}
.content__side .item > .item__ttl:before{
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 40px;
	height: 100%;
}
@media (max-width: 667px) {
	.content__side >.item+.item{
		margin-top: 40px;
	}
	.content__side .item > .item__ttl{
		background: #F7934F;
		color: #ffffff;
		font-size: 16px;
		line-height: 1;
		padding: 15px 15px 15px 50px;
		margin-bottom: 20px;
		position: relative;
		margin: 0 -20px 20px;
	}
}




/* タグ一覧 */
.content__side .tag .item__ttl:before{
	background-image: url(../images/icon_tag.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #EB660B;
	background-size: 19px auto;
}
.content__side .item .tag__list{
	font-size: 0;
}
.content__side .item .tag__list li{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}
.content__side .item .tag__list li a{
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	line-height: 1.3;
	display: block;
	font-size: 14px;
	padding: 5px;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.content__side .item .tag__list li a:hover{
	border: 1px solid #EB660B;
	background: #EB660B;
	color: #ffffff;
}



/* 人気コンテンツ */
.content__side .popularity > .item__ttl:before{
	background-image: url(../images/icon_popularity.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #EB660B;
	background-size: 19px auto;
}
.popularity__list .item{
	counter-increment: number;
}
.popularity__list .item:nth-child(1) .item__img .num:before{
	background: #C1AB4D;
}
.popularity__list .item:nth-child(1) a{
	padding-top: 0;
}
.popularity__list .item:nth-child(2) .item__img .num:before{
	background: #AAAAAA;
}
.popularity__list .item:nth-child(3) .item__img .num:before{
	background: #9F6A4E;
}
.popularity__list .item a{
	display: table;
	width: 100%;
	padding: 20px 0;
	border-bottom:1px solid #E2E2E2;
	text-decoration: none;
}
.popularity__list .item__img{
	width: 110px;
	display: table-cell;
	position: relative;
	vertical-align: top;
}
.popularity__list .item__img img{
	width: 100%;
	height: auto;
}
.popularity__list .item__img .num:before{
	z-index: 1;
	content: counter(number);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: #EB660B;
}
.popularity__list .item__ttl{
	vertical-align: top;
	display: table-cell;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}
.popularity__list .item__ttl:before{
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #F7934F transparent;
}
.popularity__list .item:nth-child(1) .item__ttl:before{
	border-color: transparent transparent #C1AB4D transparent;
}
.popularity__list .item:nth-child(2) .item__ttl:before{
	border-color: transparent transparent #AAAAAA transparent;
}
.popularity__list .item:nth-child(3) .item__ttl:before{
	border-color: transparent transparent #9F6A4E transparent;
}
@media (max-width: 667px) {
	.popularity__list{
		margin: 0 -20px;
	}
	.popularity__list .item a{
		padding: 20px;
		box-sizing: border-box;
	}
}



/* ボタン */
.content__side .item .btn__list li+li{
	margin-top: 15px;
}
.content__side .item .btn__list li a{
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 18px;
	text-decoration: none;
	transition: all 0.3s ease-out;
	position: relative;
}
.content__side .item .btn__list li.terminix a{
	border: 1px solid #F7934F;
}
.content__side .item .btn__list li.servicemaster a{
	border: 1px solid #3FCBDA;
}
.content__side .item .btn__list li a:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -7px;
	width: 15px;
	height: 15px;
}
.content__side .item .btn__list li.terminix a:before{
	background-image: url(../images/arw02_orange.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.content__side .item .btn__list li.terminix a:hover{
	background: #F7934F;
	color: #ffffff;
}

.content__side .item .btn__list li.servicemaster a:before{
	background-image: url(../images/arw02_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.content__side .item .btn__list li.servicemaster a:hover{
	background: #3FCBDA;
	color: #ffffff;
}




/* Module
--------------------------------------------------*/

/* mod-service */
.mod-service{
	margin-top: 80px;
	margin-bottom: 80px;
}
.service__list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.service__list:after{
	content:"";
	display: block;
	width: 31%;
}
.service__list .item{
	width: 31%;
}
.service__list .item a{
	text-decoration: none;
	color: #000000;
}
.service__list .item .item__img{
	margin-bottom: 15px;
}
.service__list .item .item__ttl{
	padding-left: 25px;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.service__list .item .item__ttl:before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	background-image: url(../images/arw02_orange.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.service__list .item .item__ttl span{
	font-size: 13px;
}
.mod-service .cap{
	text-align: right;
	line-height: 1;
}
@media (max-width: 667px) {
	.mod-service{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.service__list{
		display: block;
		margin-bottom: 0;
	}
	.service__list:after{
		display: none;
	}
	.service__list .item{
		width: auto;
		margin-bottom: 25px;
	}
	.service__list .item .item__img{
		margin-bottom: 15px;
	}
	.service__list .item .item__ttl{
		font-size: 15px;
	}
}


/* ------------ snsArea--------------- */

.snsArea{
	text-align: right;
	width: 100%;
	overflow: hidden;
}
.snsArea ul{
	overflow: hidden;
	float: right;
}
.snsArea li{
	display: block;
	float: left;
	margin: 0 0 0 10px;
}
.snsArea li:nth-child(1){
	width: 89px;
	margin-left:0;
}
.snsArea li:nth-child(3){
	width: 86px;
}
.snsArea li:nth-child(3) iframe{
	width: 100% !important;
}
.snsArea li:nth-child(4){
	width: 86px;
}





.info {
	color: #FF0004;
	text-align: center;
	border: 1px solid #FF0004;
	padding: 15px 0;
	margin: 20px -31px -60px;
}

@media (max-width: 667px) {
.info {
	line-height: 1.6;
	padding: 10px 0;
	margin: 30px -20px -60px;
}
}


/* NEW出しわけ 201908021追記 */
.imgNew00052,
.imgNew00051,
.imgNew00050,
.imgNew00049,
.imgNew00048,
.imgNew00047,
.imgNew00031,
.imgNew00053,
.imgNew00043,
.imgNew00040,
.imgNew00007{
	display: none;
}


/* 20191004追記 */
.col_list {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin: 20px 0 0;
}

.col_list th {
	background: #fce4d6;
}

.col_list th,
.col_list td {
	border: 1px solid;
	border-collapse: collapse;
	padding: 5px;
}

/* 20191121追記 */
/* btn */
@media (max-width: 667px) {
.main.column .moreBtn {
	width: 100%;
}
}


/* 閲覧数ランキング自動化 20200709追記 */
#recommendArea {
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 15px;
	margin: 0 0 15px;
}

.content p.rankTtl {
	font-size: 14px;
	font-weight: bold;
	background: url(/column/images/icon_rank.png) no-repeat left center;
	padding: 5px 0 5px 30px;
	margin: 0 0 15px;
}

.recommend_box {
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.recommend_box:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.recommend_img {
	position: relative;
	float: left;
	width: 50%;
}

.recommend_img img {
	width: 100%;
}

.recommend_txt {
	float: right;
	width: 48%;
}

.recommend_box .recommend_img:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #e13971;
	padding: 0.3em 0.5em 0.2em;
}

.recommend_box:nth-of-type(1) .recommend_img:before {
	content: '1';
}

.recommend_box:nth-of-type(2) .recommend_img:before {
	content: '2';
}

.recommend_box:nth-of-type(3) .recommend_img:before {
	content: '3';
	background: #ff9999;
}

.recommend_box:nth-of-type(4) .recommend_img:before {
	content: '4';
	background: #ff9999;
}

.recommend_box:nth-of-type(5) .recommend_img:before {
	content: '5';
	background: #ff9999;
}


@media screen and (max-width: 667px) {
#recommendArea {
	padding: 15px 10px;
}

.recommend_img {
	width: 30%;
}

.recommend_txt {
	width: 68%;
}
}


/* 20211014追記 */
@media screen and (max-width: 667px) {
.snsArea li{
	margin: 0 0 0 1px;
}
}

/* 20230417追記 */
.detail__body p.g_yosou{border: solid 1px #FF6600; padding:10px; margin:50px 0;}
.detail__body p.g_yosou span{font-weight:bold;}

/* news 20240611追記 */
.detail__body .news_link {
	margin-top: 0;
}
.news_link .date {
	margin-right: 1em;
	vertical-align: top;
}
.news_link .link_txt_b {
	vertical-align: top;
}
.news_link .icon {
	margin: 0 0 0 10px;
	display: inline;
	vertical-align: top;
}
@media screen and (max-width: 667px) {
.news_link {
	font-size: 4vw;
}
/* 2050321追記 */

    .mmbrSts-org ~ .main.column, .mmbrSts-org_pre ~ .main.column, .mmbrSts-hataraki ~ .main.column {
        padding-top: 180px;
    }

}

/* ***** border ***** */

.bd_top{
  border-top: none;
}