@charset "UTF-8";

/*----------------------
*elements.css
【概要】エレメントの設定 
*PC・共通版
-font
-default
-clearfix
-header
-fotter
-link
-list
-title, text, img
-table
- enclose, line, background
-form
-item
----------------------*/

/* --------------------------------------------------
**
** font
**
** -------------------------------------------------- */
body {
	/*letter-spacing: 0.04em;*/
}


/* --------------------------------------------------
**
** default
**
** -------------------------------------------------- */
/*.js-switch { visibility: hidden; }*/
#content { background-color: #f8f4eb; }
.container {
	width: 100%;
	margin: 0 auto;
}
.container {
	box-sizing: border-box;
	/*width: 1080px*/
	max-width: 1120px;
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.container--s {
	box-sizing: border-box;
	/*width: 900px*/
	max-width: 940px;
	padding-right: 20px !important;
	padding-left: 20px !important;
	margin-inline: auto;
}

header .container {
	/*width: 1180px;*/
	max-width: 1220px;
}
.container.c__slickSlide,
.container.c__pageNav {
	max-width: 100%;
	padding: 0 !important;
}
.row { overflow: hidden; }

/* --------------------------------------------------
**
** clearfix
**
** -------------------------------------------------- */
.innerBlock:after {
	content: "";
	display: block;
	clear: both;
}
.innerBlock { display: inline-table; }
* html .innerBlock { height: 1%; }
.innerBlock {
	zoom: 1;
	display: block;
}


/* --------------------------------------------------
**
** header
**
** -------------------------------------------------- */
header {
	box-sizing: border-box;
	width: 100%;
	min-height: 140px;
	margin-bottom: 10px;
	padding: 0 0 50px;
	text-align: center;
	background: url(../images/bg-img-head-01-pc.svg) center bottom no-repeat;
	background-size: 1257px 43px;
}
header .logo {
	float: left;
	width: 260px;
	margin: 0 10px 10px 0;
	padding-top: 29px;
}
header .logo a {
	display: block;
	width: 260px;
	height: 50px;
}
header .logo img {
	width: 100%;
	height: auto;
}
/*header nav,
header .btns {
	display: table-cell;
	vertical-align: top;
}*/
header .btn-contact a::before,
header .btn-contact a::after,
header .btn-contactB a::before,
header .btn-documents a::before {
	position: absolute;
	top: 50%;
	content: "";
	display: block;
}

/*gNav・sNav*/
header nav.sNav-wrapper,
header nav.gNav-wrapper {
	display: flex;
	flex-wrap: wrap;
}
header ul.sNav,
header ul.gNav { display: flex; }
header .sNav {
	box-sizing: border-box;
	width: 260px;
	padding: 20px 10px 10px 0;
}

/*header nav.sNav-wrapper { height: 45px; }*/
@media screen and (max-width: 879px) {
header nav.sNav-wrapper { height: auto; }
}

header .sNav-wrapper .sNav,
header .sNav-wrapper .btns { height: 45px; }



header .sNav li,
header .itemLinks.gNav li { line-height: 1.333; }
header .sNav a {
	display: block;
	padding-left: 22px;
	font-size: 14px;
	color: #333;
}
header .sNav a::before {
	content: "|";
	padding-right: 22px;
	color: #b7b7b7;
}
header .sNav li:first-child a::before {
	content: "";
	padding-right: 0;
}
header .btns {
	display: flex;
	flex-wrap: nowrap;
	width: 620px;
	margin: 0;
	height: 45px;
	overflow: hidden;
}
header .btn-contact,
header .btn-blanket {
	width: 190px;
	margin-right: 10px;
}
header .btn-contactB { width: 130px; }
header .btn-documents { width: 150px; }
header .btn-contact a,
header .btn-contactB a,
header .btn-documents a {
	color: #FFF;
	font-size: 14px;	
	font-weight: bold;
}

header .btn-blanket a {
	display: block;
	margin-top: -4px;
}

header .btn-blanket img {
	width: 100%;
	height: auto;
}

header .btn-contact p{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding-left: 10px;
    font-size: 14px;
	margin-bottom: 0;
	font-weight: bold;
}

header .btn-contact-flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	min-width: 420px;
}

.btn-contact-flex a{
	width: 200px;
	padding: 10px 0;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: bold;
}

.btn-contact-list a{
	padding: 5px 0;
	font-size: 13px!important;
}

@media screen and (max-width: 767px) {

	header .btn-contact p {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		width: 34%;
		height: 34px;
		padding-left: 10px;
		font-size: 10px;
		margin-bottom: 0;
		font-weight: bold;
		right: 63px;
		top: 7px;
		width: 144px;
	}
	.btn-contact-lists {
		display: none;
		background: #9C9482;
		position: absolute;
		z-index: 2;
		right: 63px;
		top: 41px;
		width: 144px;
		font-size: 10px;
	}
	.btn-contact-list {
		padding: 6px 0px!important;
		width: 144px!important;
		margin: 0!important;
		border-bottom: 1px solid #FFF!important;
	}
	.btn-contact-list a {
		padding: 5px 0;
		font-size: 10px!important;
	}
	header .btn-contact a::after {
		content: "";
		right: 26px;
		width: 9px;
		height: 15px;
		margin-top: -7px;
		background: url(../images/bg-icon-arrow-01-cF.svg) left top / 14px 8px no-repeat;
		transform: rotate(90deg);
		display: none;
	}
}

header .btn-contactB a,
header .btn-documents a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	padding-left: 25px;	
}
header .btn-contact p { background-color: #d70c19; color: #FFF; }
header .btn-contact-flex a.faq { background-color: #0c3bd7; color: #FFF; }
header .btn-contactB a,
header .btn-documents a { background-color: #007533; }
/* header .btn-contact a::before {
	left: 7px;
	width: 24px;
	height: 22px;
	margin-top: -11px;
	background: url(../images/bg-icon-contact-01.svg) left top no-repeat;
	background-size: 24px 22px;
} */
header .btn-contactB a::before {
	left: 10px;
	width: 19px;
	height: 14px;
	margin-top: -7px;
	background: url(../images/bg-icon-contactB-01.svg) left top no-repeat;
	background-size: 19px 14px;
}


header .btn-contact p::before {
	content: "";
    left: 7px;
    width: 22px;
    height: 22px;
    margin-top: -5px;
    background: url(../images/bg-icon-contact-01.svg) left top no-repeat;
    background-size: contain;
    position: relative;
    left: -11px;
	top: 2px;
}

header .btn-documents a::before {
	left: 10px;
	width: 16px;
	height: 21px;
	margin-top: -10px;
	background: url(../images/bg-icon-documents-01.svg) left top no-repeat;
	background-size: 16px 21px;
}


header .itemLinks.gNav,
header .gNav-tel {
	/*height: 45px;*/
}
header .itemLinks.gNav {
	margin: 0 22px;
	padding-top: 13px;
}
header .itemLinks.gNav a {
	margin-left: 33px;
	padding-right: 23px;
}
header .itemLinks.gNav li:first-child a { margin-left: 0; }
header .gNav-tel {
	flex-grow: 1;
	text-align: right;
	margin: 0;
}
header .gNav-tel img {
	width: 280px;
	height: auto;
}



/*---------------------------------------------------------
							SlickNav
---------------------------------------------------------*/
/*SlickNav*/
.slicknav_menu { display:none; }



/* --------------------------------------------------
**
** footer
**
** -------------------------------------------------- */
footer {
	padding: 43px 0 60px;
	margin: 0 0 10px;
	background: url(../images/bg-img-head-01-pc.svg) center bottom no-repeat;
	background-size: 1257px 43px;
}
footer .colR {width: 280px; }

		@media screen and (max-width: 980px) {
		footer .colR { float: left; }
		}

footer .colL {
	display: flex;
}

footer .colL .itemLinks.gNav {
	width: 220px;
}
footer .colL .itemLinks.sNav {
	display: flex;
	flex-wrap: wrap;
	width: 400px;
}

footer .colL .itemLinks.gNav { padding: 0 60px 20px 0; }
footer .colL .itemLinks.gNav li { margin-bottom: 15px; }

footer .colL .itemLinks.sNav { margin-right: 10px; }
footer .colL .itemLinks.sNav li {
	width: 200px;
	margin-bottom: 6px;
}


footer .colR p { margin: 0; }
footer .colR p.faq { font-size: 0.875rem; font-weight: 500;}
footer .colR p.faq a { font-weight: 700; color: #d70c19; }

footer .colR .logo { margin: 0 20px 25px 0; }
footer .colR .logo img {
	width: 260px;
	height: auto;
}
footer .copy {
	margin: 35px 0 0;
	text-align: center;
	font-size: 12px;
}
footer .container { position: relative; }
footer .pageTop {
	position: fixed;
	right: 50px;
	bottom: 70px;
}
footer .pageTop img {
	width: 80px;
	height: auto;
}


/* --------------------------------------------------
**
** link
**
** -------------------------------------------------- */
a {
	cursor: pointer;
	word-wrap: break-word;
	color: #333;
	text-decoration: underline;
}

a:hover { text-decoration: underline; }
header a,
header a:hover,
.itemLinks.gNav a,
.itemLinks.gNav a:hover { text-decoration: none; }


/* --------------------------------------------------
**
** list
**
** -------------------------------------------------- */
ul.items,
ol.items,
ul.itemNotes,
ul.itemLinks { margin: 0 0 auto; }

/* items */
ul.items > li {
	position: relative;
	padding-left: 1.5em;
}
ul.items > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}
ol.items { padding-left: 25px; }
ol.items > li { list-style: decimal outside; }


/* itemNotes*/
.itemNotes > li {
	position: relative;
	padding: 0 0 6px 1.5em;
	line-height: 1.5;
}
.itemNotes > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "※";
}


/* itemLinks */
.itemLinks.gNav { margin: 0; }
.itemLinks.gNav a {
	display: inline-block;
	padding-right: 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.333;
	background: url(../images/bg-icon-arrow-01-cB.svg) right center no-repeat;
	background-size: 9px 15px;
}
.itemLinks.sNav a {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	line-height: 1.875;
}
.itemLinks.sNav a::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: "";
	width: 16px;
	height: 30px;
	background: url(../images/bg-icon-arrow-02-cB.svg) 5px 0.6em no-repeat;
	background-size: 6px 7px;
}
footer .itemLinks.sNav a::before {
	background: url(../images/bg-icon-arrow-02-cB.svg) 10px 0.6em no-repeat;
	background-size: 6px 7px;
}
.itemLinks .pdf {
	padding-left: 25px;
	background: url(../images/bg-icon-pdf-01.svg) left top no-repeat;
	background-size: 19px 23px;
}


/* itemTopics */
.itemTopics {
	background-color: #FFF;
	border-top: solid 2px #e5e0d6;
}
.itemTopics li {
	padding: 15px 20px 17px;
	border-bottom: solid 1px #e5e0d6;
}
.itemTopics--head {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	line-height: 1;
}
.itemTopics--head .itemTopics--cat:nth-child(n+2){
	margin-left: 10px;
}
.itemTopics--date {
	display: inline-block;
	padding-top: 5px;
	color: #7a7a7a;
}
.itemTopics--cat {
	display: inline-block;
	margin-top: 5px;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
	color: #FFF;
}
.itemTopics--cat.typeA { background-color: #014099; }
.itemTopics--cat.typeB { background-color: #d70c19; }
.itemTopics--cat.typeC { background-color: #007533; }
.itemTopics--cat.typeD { background-color: #9c9482; }
.itemTopics--cat.typeE { background-color: #d70c19; }

/* itemPicLinks ,itemProducts*/
.itemPicLinks,
.itemProducts {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.itemPicLinks.typeA,
.itemProducts.typeA { margin: 0 -30px; }
.itemPicLinks.typeB { margin: 0 -20px; }
.itemPicLinks li,
.itemProducts li {
	float: none;
	box-sizing: border-box;
}
.itemPicLinks.typeA > li,
.itemProducts.typeA > li {
	width: 33.33%;
	padding: 0 30px 60px;
}
.itemPicLinks.typeA > li { text-align: left; } /*add 20170320*/
	@media screen and (max-width: 1080px) {
	.itemProducts.typeA > li { width: 50%; }
	}

	@media screen and (max-width: 739px) {
	.enclose.typeA.products .itemProducts.typeA > li { width: 50%; }
	}

.itemPicLinks.typeB > li {
	width: 25%;
	padding: 0 20px 60px;
}
.itemPicLinks figure,
.itemProducts figure {
	margin-bottom: 20px;
	text-align: center;
}
.itemProducts figure img { max-width: 320px; }

.enclose .itemProducts figure { border: solid 1px #e5e0d6; }
.itemPicLinks.radius figure img { border-radius: 8px; }
.itemProducts h3,
.itemProducts-typeA--tit {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
.itemProducts-typeA--tit.margin{
	margin-bottom: 58px;
}

.itemProducts .itemNotes.small { font-size: 13px; }
.itemProducts--lighting.items {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 7px 7px 2px;
	margin-bottom: 15px;
	background-color: #bcb4a3;
	border-radius: 6px;
}
.itemProducts--lighting.items.height{
	min-height: 57px;
}
.itemProducts--lighting.items > li,
.itemProducts--lighting.items > p {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	margin-bottom: 3px;
	padding: 0 5px 0 1em;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.25;
}
.itemProducts--lighting.items > li.wAll,
.itemProducts--lighting.items > p.wAll { width: 100%; }
.itemProducts--lighting.items > li .bg,
.itemProducts--lighting.items > p .bg {
	margin-left: -1em;
	padding: 2px 0.5em 2px 1em;
	background-color: #cc0000;
	color: #FFF;
}
.itemProducts--fee {
	width: 100%;
	margin-bottom: 10px;
}
.itemProducts--fee th,
.itemProducts--fee td,
.itemProducts--range th,
.itemProducts--range td {
	padding: 11px 0;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}
.itemProducts--fee th,
.itemProducts--fee td { height: 37px; }

.itemProducts--fee th,
.itemProducts--fee td { border: solid 1px #eb7c4c; }
.itemProducts--fee th,
.itemProducts--range th {
	width: 100px;
	font-weight: normal;
	line-height: 1.2;
	color: #FFF;
}
.itemProducts--fee th {
	font-size: 14px;
	background-color: #eb7c4c;
}
.itemProducts--range th { background-color: #bcb4a3; }
.itemProducts--fee th strong {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.itemProducts--fee td,
.itemProducts--range td {
	width: calc(100% - 100px);
	font-weight: bold;
	background-color: #FFF;
}
.itemProducts--fee td span.fee { color: #cc0000; }
.itemProducts--fee td span.fee strong {
	font-size: 24px;
	color: #cc0000;
}
.itemProducts--txt { line-height: 1.5; }
.itemProducts--txt.small { font-size: 15px; }
.itemProducts .btns li{ width: 100%; }
.itemProducts .btns li .btnC {
	height: 40px;
	border-radius: 20px;
}
.itemProducts--range .col2of4 { box-sizing: border-box; }
.itemProducts--range .col2of4:nth-child(odd) { padding-right: 10px; }
.itemProducts--range .col2of4:nth-child(even) { padding-left: 10px; }
.itemProducts--range table {
	width: 100%;
	margin-bottom: 15px;
}
.itemProducts--range th,
.itemProducts--range td {
	border: solid 1px #bcb4a3;
	font-weight: bold;
}
.itemProducts .btns { margin-top: 20px; }
.itemProducts--txt + .btns { margin-top: 0; }
.itemProducts--fee + .itemLinks { margin: 20px 0 -5px; }
.enclose.typeA.products { padding: 14px 54px 0; }


/* btns */
.btns { margin: 0 0 auto; }

.btns {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.btns.mt {
	margin-top: 20px;
}
.btns.txtAR { justify-content: flex-end; }
.btns.txtAC { justify-content: center; }
.btns.txtSE { justify-content: space-evenly; }

.btns li { float: none; }
.btns li .btnA,
.btns li .btnB,
.btns li .btnC,
.btns li .btnP {
	position: relative;
	display: flex;
	/*align-items: stretch;*/
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	line-height: 1.333;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.btns li .btnA::after,
.btns li .btnB::after,
.btns li .btnC::after {
	position: absolute;
	top: 50%;
	content: "";
}
.btns li .btnA {
	min-height: 50px;
	margin-bottom: 5px;
	padding: 15px 25px 14px;
	border-radius: 8px;
}
.btns li .btnA.bigger { width: 360px; }
.btns li .btnA.mid { width: 300px; }
.btns li .btnA.colorA { box-shadow: 0 4px 0 0 #bcb4a3; }
.btns li .btnA.colorC {
	color: #FFF;
	box-shadow: 0 4px 0 0 #00401c;
}
.btns li .btnA.colorD {
	color: #FFF;
	box-shadow: 0 4px 0 0 #9c9482;
}
.btns li .btnA.colorE {
	color: #FFF;
	box-shadow: 0 4px 0 0 #9d000a;
}
.btns li .btnA.colorZ {
	color: #FFF;
	box-shadow: 0 4px 0 0 #001f4b;
}
.btns li .btnA::after {
	right: 16px;
	width: 6px;
	height: 9px;
	margin-top: -5px;
}
.btns li .btnA.colorA::after {
	background: url(../images/bg-icon-arrow-01-cG.svg) left top no-repeat;
	background-size: 6px 9px;
}
.btns li .btnA.colorC::after,
.btns li .btnA.colorD::after,
.btns li .btnA.colorE::after {
	background: url(../images/bg-icon-arrow-01-cF.svg) left top no-repeat;
	background-size: 6px 9px;
}
form .btns li { margin: 0 20px 20px; }
form .btns li .btnA.colorD {
	display: inline-block;
	background: #bcb4a3 url(../images/bg-icon-arrow-01-cF.svg) 95% center no-repeat;
	background-size: 6px 9px;
}
form .btns li .btnA.colorE {
	display: inline-block;
	background: #d70c19 url(../images/bg-icon-arrow-01-cF.svg) 95% center no-repeat;
	background-size: 6px 9px;
}
.itemProducts form .btns li { margin: 0; }
form .btns li .btnC.colorC {
	display: inline-block;
	width: 100%;
	background: #007533 url(../images/bg-icon-arrow-01-cF.svg) 92% center no-repeat;
	background-size: 9px 15px;
}
form .btns li .btnC.colorD {
	display: inline-block;
	width: 100%;
	background-color: #bcb4a3;
}


.btns li .btnA .mail {
	display: inline-block;
	padding-left: 50px;
	background: url(../images/bg-icon-mail-01.svg) left center no-repeat;
	background-size: 30px 24px;
}
.btns li .btnB {
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #FFF;
}
.btns li .btnB::after,
.btns li .btnC::after {
	right: 20px;
	width: 9px;
	height: 15px;
	margin-top: -7px;
}
.btns li .btnB::after { right: 20px; }
.btns li .btnC::after { right: 25px; }
.btns li .btnB::after,
.btns li .btnC::after {
	background: url(../images/bg-icon-arrow-01-cF.svg) left top no-repeat;
	background-size: 9px 15px;
}
.btns li .btnC,
.btns li .btnP {
	min-width: 240px;
	height: 50px;
	padding: 0 25px;
	line-height: 1.333;
	color: #FFF;
	border-radius: 25px;
}
.btns li .btnP { min-width: 320px; }
.btns li .btnP span {
	padding-right: 40px;
	background: url("/images/bg-icon-print.png") right center / contain  no-repeat;
}
.btns li .btnC.icon-none::after {
	background-size: 0;
}








/* --------------------------------------------------
**
** title, text, img
**
** -------------------------------------------------- */
/* title */
h1, h2, h3, h4 { margin: 0 0 auto; }

.pageTitA {
	margin: 0 auto;
	padding-top: 80px;
	font-size: 16px;
	line-height: 1.333;
	color: #FFF;
	text-align: center;
}
.pageTitA strong {
	display: block;
	margin-top: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.bgPageTit.type02 .pageTitA {
	background: url(../images/bg-icon-pageTtl-02.png) center top no-repeat;
	background-size: 95px 60px;
}
.bgPageTit.type03 .pageTitA {
	background: url(../images/bg-icon-pageTtl-03.png) center top no-repeat;
	background-size: 95px 60px;
}
.bgPageTit.type04 .pageTitA {
	background: url(../images/bg-icon-pageTtl-04.png) center top no-repeat;
	background-size: 95px 60px;
}
.bgPageTit.type05 .pageTitA {
	background: url(../images/bg-icon-pageTtl-05.png) center top no-repeat;
	background-size: 95px 60px;
}
.bgPageTit.type06 .pageTitA {
	background: url(../images/bg-icon-pageTtl-06.png) center top no-repeat;
	background-size: 95px 60px;
}
.bgPageTit.type07 .pageTitA {
	background: url(../images/bg-icon-pageTtl-07.png) center top no-repeat;
	background-size: 95px 60px;
}
.bgPageTit.type07.link .pageTitA {
	background: url(../images/bg-icon-pageTtl-07--link.png) center top no-repeat;
	background-size: 95px 70px;
}
.bgPageTit.type07.error .pageTitA {
	background: url(../images/bg-icon-pageTtl-07--error.png) center top no-repeat;
	background-size: 95px 60px;
}
.bgPageTit.type08 .pageTitA {
	background: url(../images/bg-icon-pageTtl-08.png) center top no-repeat;
	background-size: 95px 60px;
}
.bgPageTit.type08.privacy .pageTitA {
	background: url(../images/bg-icon-pageTtl-08--privacy.png) center top no-repeat;
	background-size: 95px 70px;
}
.bgPageTit.type09 .pageTitA {
	background: url(../images/bg-icon-pageTtl-09.png) center top no-repeat;
	background-size: 95px 60px;
}
.bgPageTit.type10 .pageTitA {
	background: url(../images/bg-icon-pageTtl-06.png) center top no-repeat;
	background-size: 95px 60px;
}

.ttlA {
	position: relative;
	margin: -5px 0 25px;	
	padding: 0 0 10px 30px;
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
	color: #eb7c4c;
	border-bottom: solid 5px #e5e0d6;
}
.ttlA::before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "●";
	font-size: 22px;
	color: #bcb4a3;
}
.ttlA_2 {
	position: relative;
	margin: -5px 0 25px;	
	padding: 0 0 10px 30px;
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
	border-bottom: solid 5px #e5e0d6;
}
.ttlA_2::before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "●";
	font-size: 22px;
	color: #bcb4a3;
}
.ttlB {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.333;
}
.ttlB a,
.ttlB span {
	padding-right: 30px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/bg-icon-arrow-01-cB.svg) right center no-repeat;
	background-size: 9px 15px;
}
.ttlB.fz24 a,
.ttlB.fz24 span {
	padding-right: 35px;
}
.ttlB.dotLine {
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: url(../images/bg-line-dot-01.png) left bottom repeat-x;
	background-size: 48px 2px;
}
.ttlC {
	margin: 15px 0 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.333;
}
.ttlD {
		font-size: 36px;
		font-weight: bold;
		line-height: 1.333;
		margin-bottom: 20px;
}
.ttlD .en {
	display: inline-block;
	margin-left: 1em;
	font-size: 18px;
	color: #007533;
}
.c__recruitment .ttlD,
.c__recruitment .ttlD .en,
.c__recruitment p {
	color: #FFF;
}
.ttlE {
	display: flex;
	align-items: center;
	line-height: 1.333;
	font-weight: bold;
}
.ttlE .num {
	width: 80px;
	height: 80px;
}
.ttlE .txt {
	display: inline-block;
	box-sizing: border-box;
	width: calc(100% - 90px);
	margin-left: 10px;
	padding: 20px 10px;
	font-size: 24px;
}
.ttlF {
	position: relative;
	padding: 0 0 15px 25px;
	line-height: 1.333;
	font-weight: bold;
}
.ttlF::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "●";
}
.ttlG {
	padding: 18px 20px 15px;
	font-size: 20px;
	line-height: 1.333;
	font-weight: bold;
	background-color: #e5e0d6;
}

.ttlH {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.333;
	text-align: center;
}
.ttlH + p {
	margin-bottom: 60px;
	text-align: center;
}
.ttlI {
	padding: 17px 15px 16px;
	margin: 5px 0 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.333;
	color: #FFF;
	background-color: #cc0000;
}
.ttlJ {
	margin-bottom: 5px;
	font-size: 18px;
}
.ttlK {
	margin-bottom: 20px;
	padding: 9px 15px 7px;
	background-color: #9c9482;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.333;
	color: #FFF;
}
.ttlL {
	
}



/* text */
p {
	margin: 0 0 15px;
	line-height: 1.875;
}
.att,
.att strong { color: #cc0000; }
.underLine { text-decoration: underline; }

/* img */
figure { margin: 0 0 10px; }
figure img {
	width: 100%;
	height: auto;
}


.m-op{
	opacity: 1;
	transition: all .5s;
}
.m-op:hover{
	opacity: .6;
	transition: all .5s;
}
/* --------------------------------------------------
**
** table
**
** -------------------------------------------------- */
.tableBox { margin: 0 0 15px; }
.tableBox th,
.tableBox td {
	text-align: left;
	vertical-align: top;
}
.tableBox.thTxtAR th { text-align: right; }

/*typeA*/

/*typeB, typeC*/
.tableBox.typeB table,
.tableBox.typeC table {
	width: 100%;
	border-top: solid 2px #e5e0d6;
}
.tableBox th,
.tableBox td { background-color: #FFF; }
.tableBox.typeB tr,
.tableBox.typeC tr { border-bottom: solid 2px #e5e0d6; }
.tableBox.typeB thead th {
	padding: 14px 20px;
	background-color: #ada79b;
	color: #FFF;
}

.tableBox.typeC thead th {
	padding: 14px 20px;
	background-color: #e5e0d6;
	font-weight: normal;
}
.tableBox.typeB tbody th,
.tableBox.typeB tbody td {
	padding: 9px 20px 8px;
	font-weight: normal;
}
.tableBox.typeC tbody th,
.tableBox.typeC tbody td {
	padding: 24px 40px;
	font-weight: normal;
}
.tableBox.typeC.line table { border-top: solid 1px #e5e0d6; }
.tableBox.typeC.line tr { border-bottom: solid 1px #e5e0d6; }
.tableBox.typeB tbody th,
.tableBox.typeC.line thead th {
	font-weight: bold;
	background-color: #d7d2c8;
}
.tableBox.typeB tbody th,
.tableBox.typeB tbody td {
	height: 60px;
	vertical-align: middle;
}
.tableBox.typeB tbody td .inner { padding: 10px 0; }
.tableBox.typeC.line thead th:nth-child(2),
.tableBox.typeC.line thead th:nth-child(3) { border-left: solid 1px #e5e0d6; }
.tableBox.typeC.line tbody td { padding: 14px 20px; }
.tableBox.typeC.line tbody td:nth-child(2),
.tableBox.typeC.line tbody td:nth-child(3) { border-left: solid 1px #e5e0d6; }
.tableBox .w80 { width: 80px; }
.tableBox .w100 { width: 100px; }
.tableBox .w130 { width: 130px; }
.tableBox .w200 { width: 200px; }
.tableBox .w240 { width: 240px; }
.tableBox .w360 { width: 360px; }
.tableBox .w610 { width: 610px; }
.tableBox .w840 { width: 840px; }
.tableBox.typeC.spTypeB h3 { display: none; }
.tableBox .wsNo { white-space: nowrap; }

.table--com th{ letter-spacing: 9px;}

@media screen and (max-width: 768px) {
	.table--com th{ letter-spacing: 1px;}
}

.pc-only {
	display: block; }
  
  .sp-only {
	display: none; }
  
  @media screen and (max-width: 768px) {
	.pc-only {
	  display: none; }
  
	.sp-only {
	  display: block; } }
/* --------------------------------------------------
**
** enclose, line, background
**
** -------------------------------------------------- */
/*enclose*/
.enclose {
	margin: 0 0 20px;
	background-color: #FFF
}
.enclose.typeA { padding: 14px 34px; }
.enclose.typeB { padding: 14px 70px; }
.enclose.typeC { padding: 24px 40px 10px; }
.enclose.typeD { padding: 19px 20px 10px; }
.enclose.typeE { padding: 50px; margin-bottom: 50px; }
.enclose.typeA.colorI { border: solid 6px #e5e0d6; }
.enclose.typeB.colorJ { border: solid 10px #e6baba; }
.enclose.typeC.colorI { border-bottom: solid 2px #e5e0d6; }
.enclose.typeD.colorI {
	border-top: solid 2px #e5e0d6;
	border-bottom: solid 2px #e5e0d6;
}
@media screen and (max-width: 768px) {
	.enclose.typeE { padding: 20px; }
}


/* Line */
.line.typeA.colorI {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: solid 1px #e5e0d6;
}


/*background*/
.bgPageTit {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	height: 260px;
}
.bgPageTit.type02 {
	background: url(../images/bg-pic-pageTtl-02.jpg) center center no-repeat;
	background-size: cover;
}
.bgPageTit.type03 {
	background: url(../images/bg-pic-pageTtl-03.jpg) center center no-repeat;
	background-size: cover;
}
.bgPageTit.type04 {
	background: url(../images/bg-pic-pageTtl-04.jpg) center center no-repeat;
	background-size: cover;
}
.bgPageTit.type05 {
	background: url(../images/bg-pic-pageTtl-05.jpg) center center no-repeat;
	background-size: cover;
}
.bgPageTit.type06 {
	background: url(../images/bg-pic-pageTtl-06.jpg) center center no-repeat;
	background-size: cover;
}
.bgPageTit.type07 {
	background: url(../images/bg-pic-pageTtl-07.jpg) center center no-repeat;
	background-size: cover;
}
.bgPageTit.type08 {
	background: url(../images/bg-pic-pageTtl-08.jpg) center center no-repeat;
	background-size: cover;
}
.bgPageTit.type09 {
	background: url(../images/bg-pic-pageTtl-09.jpg) center center no-repeat;
	background-size: cover;
}
.bgPageTit.type10 {
	background: url(../images/bg-pic-pageTtl-10.jpg) center center no-repeat;
	background-size: cover;
}

.colorA { background-color: #f8f4eb; }
.colorB { background-color: #d2ccc0; }
.colorC { background-color: #007533; }
.colorD { background-color: #bcb4a3; }
.colorE { background-color: #d70c19; }
.colorF { background-color: #FFF; }
.colorG { background-color: #333; }
.colorH { background-color: #efeae0; }
.colorZ { background-color: #014099; }
.colorL {
	background: url(../images/bg-colorL-01.png) left bottom repeat-x;
	background-size: 15px 360px;
}



/* --------------------------------------------------
**
** form
**
** -------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="reset"],
input[type="submit"],
input[type="number"],
textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0;
	padding: 10px 10px 9px;
	background-color: #f7f6f3;
	border: solid 1px #e5e0d6;
	border-radius: 8px;
}
textarea { height: 6em; }
input[type="radio"],
input[type="checkbox"] { margin: 10px 0; }
input[type="reset"],
input[type="submit"] { cursor: pointer; }
label {
	display: inline-block;
	min-width: 80px;
	padding-right: 20px;
}
form label.wAll { padding-right: 0; }
label.w120 { min-width: 120px; }
label.w170 { min-width: 170px; }
form .w80 { max-width: 80px; }
form .w100 { max-width: 100px; }
form .w120 { max-width: 120px; }
form .w180 { max-width: 180px; }
form .w360 { max-width: 360px; }
form .w480 { max-width: 480px; }
form .wAll { max-width: 100%; }
form .tableBox.typeB li {
	margin-top: 5px;
	padding-bottom: 0;
}
form .tableBox.typeB input + ul li {
	margin-top: 0;
	padding-bottom: 5px;
}
form .tableBox.typeB p { margin-bottom: 0; }
form .attPd {
	display: inline-block;
	margin-left: 100px; 
}
input.problem[type="text"],
input.problem[type="email"],
textarea.problem {
	border: solid 1px #F00;
	background-color: #fcc;
}
form .price,
form #mfp_price {
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	color: #cc0000;
	font-weight: bold;
}
form .price {
	font-size: 20px;
}
form .price span,
form #mfp_price span {
	font-size: 16px;
	color: #cc0000;
	font-weight: normal;
}



.thanksMessage { padding-bottom: 30px; }
.thanksMessage .btns { padding-bottom: 30px; }
.thanks {
	padding: 80px 0 0;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.thanksContact .wrapper { padding-bottom: 60px; }


/* --------------------------------------------------
**
** item
**
** -------------------------------------------------- */
/* recruitment */
.c__recruitment { 
	box-sizing: border-box;
	padding: 95px 0 160px;
	background-color: #E18E5C;
}
.c__recruitment.index {
	padding: 95px 0 95px;
}

.c__recruitment .col2of4 {
	box-sizing: border-box;
	padding-left: 60px;
}
.c__recruitment .btns {
	justify-content: flex-end;
	margin-top: 25px;
}

.m-recruit__mv{
	width: 100%;
	display: flex;
	flex-direction: row;
}

.m-recruit__mv--l{
	width: 50%;
	background: linear-gradient(125deg, rgba(219,118,73,1) 0%, rgba(232,152,73,1) 100%);
}

.m-recruit__mv--l .textbox{
	width: 100%;
	max-width: 472px;
	padding-left: 30px;
	padding-top: 7%;
	padding-bottom: 7%;
	margin-left: auto;
	padding-right: 7%;
}

.m-recruit__mv--l .ttl h3{
	font-size: 16px;
	color:#fff;
	line-height: 1;
}

.m-recruit__mv--l .ttl p{
	margin-top: 8px;
	font-size: 36px;
	color:#fff;
	font-weight: bold;
	line-height: 1;
}

.m-recruit__mv--l .sentence p{
	margin-top: 30px;
	font-size: 14px;
	color: #fff ;
	letter-spacing: 1.1px;
}

.m-recruit__mv--r{
	width: 50%;
	overflow: hidden;
}

.m-recruit__mv--r .bg{
	background-image: url(/recruit/images/img_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
}

@media screen and (max-width: 769px) {
	.m-recruit__mv{
		flex-direction: column;
	}
	.m-recruit__mv--l,.m-recruit__mv--r{
		width: 100%;
	}
	.m-recruit__mv--l .textbox{
		max-width: inherit;
		width: 90%;
		margin-inline: auto;
		padding-inline: 0;
	}
	.m-recruit__mv--l .ttl h3{
		font-size: 16px;
		color:#fff;
		line-height: 1;
	}
	
	.m-recruit__mv--l .ttl p{
		margin-top: 8px;
		font-size: 24px;
		color:#fff;
		font-weight: bold;
		line-height: 1;
	}
	
	.m-recruit__mv--l .sentence p{
		margin-top: 30px;
		font-size: 13px;
		color: #fff ;
		letter-spacing: 1px;
	}
	.m-recruit__mv--r .bg{
		min-height: 195px;
	}
}

.m-recruit__interview{
	width: 100%;
	display: flex;
	flex-direction: row;
	max-height: 420px;
}
.m-recruit__interview--img,.m-recruit__interview--profile{
	width: 50%;
}

.m-recruit__interview--img img{
	width: 100%;
}

.m-recruit__interview--profile{
	text-align: center;
	max-width: 510px;
	padding-top: 7%;
	padding-bottom: 7%;
	padding-right: 30px;
}

.m-recruit__interview--profile .name{
	margin-bottom: 50px;
}

.m-recruit__interview--profile .name p{
	font-size: 36px;
	line-height: 1;
	margin-bottom: 10px;
}

.m-recruit__interview--profile .name p span{
	font-size: 16px;
	line-height: 1;
}

@media screen and (max-width: 769px) {
	.m-recruit__interview{
		flex-direction: column;
		max-height: fit-content;
	}
	.m-recruit__interview--img,.m-recruit__interview--profile{
		width: 100%;
	}
	
	.m-recruit__interview--img img{
		width: 100%;
	}
	
	.m-recruit__interview--profile{
		padding: 0;
		text-align: right;
		max-width: 100%;
	}
	
	.m-recruit__interview--profile .name{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.m-recruit__interview--profile .name p{
		font-size: 28px;
		line-height: 1;
		margin-bottom: 10px;
	}
	
	.m-recruit__interview--profile .name p span{
		font-size: 16px;
		line-height: 1;
	}
}

/* topicPath */
.topicPath {
	margin: 15px 0 60px;
	font-size: 0;
	color: #333;
}
.topicPath li {
	display: inline-block;
	font-size: 14px;
	line-height: 1.333;
}

.topicPath a {
	color: #7a7a7a;
	text-decoration: none;
}
.topicPath a::after {
	display: inline-block;
	content: "＞";
	padding: 0 1em;
}
.topicPath li:first-child	a::before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 14px;
	background: url(../images/bg-icon-home-01.svg) left center no-repeat;
	background-size: 14px 14px;
}

/* contactBox */
.contactBox { padding: 80px 0 100px; }
.contactBox .bnr { padding: 0 0 70px; }
.contactBox .colL { width: 440px; }
.contactBox .colR { width: 480px; }

	@media screen and (max-width: 1120px) {
	.contactBox,
	.contactBox .colL,
	.contactBox .colR,
	.contactBox h3 {
		float: none;
		width: 100%;
		text-align: center;
		}
	}

.contactBox h3 {
	margin: 15px 0 10px;
	font-size: 24px;
	font-weight: bold;
}
.contactBox .tel,
.p04_4_4--02 .tel {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}
.contactBox .tel span,
.p04_4_4--02 .tel span {
	display: inline-block;
	padding-left: 45px;
	background: url(../images/bg-icon-tel-01.svg) left bottom no-repeat;
	background-size: 25px 35px;
}
.contactBox .tel.flex{
	margin-left: 30px;
}
.contactBox .tel.flex span{
	margin: 15px 0 10px;
}

.contactBox .time {
	display: inline-block;
	width: 100%;
	max-width: 260px;
	margin-bottom: 25px;
	padding: 5px 40px;
	text-align: center;
	background-color: #e8e5df;
	border-radius: 25px;
}
.contactBox .btns { margin-bottom: 25px; }
.contactBox .btns li { width: 100%; }
.contactBox .btns li .btnA {
	width: 100%;
	max-width: 480px;
	height: 80px; /*min*/
	margin: 0 auto 5px;
	padding: 30px 25px 29px;
	font-size: 22px;
}


/* anchorList */
.anchorList.itemLinks.sNav {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 60px;
	padding: 25px 20px 5px;
	background-color: #FFF;
}
.anchorList.itemLinks.sNav.typeB {
	margin: -60px 0 60px;
	padding: 0;
}
.anchorList.itemLinks.sNav.sb { justify-content: space-between; }
.anchorList.itemLinks.sNav a { margin: 0 10px 20px 15px; }
.anchorList.itemLinks.sNav.typeD a { margin-right: 55px; }
.anchorList.itemLinks.sNav a:before { transform: rotate(90deg); }
.anchorList.itemLinks.sNav.typeB li {
	box-sizing: border-box;
	padding: 11px 20px;
}
.anchorList.itemLinks.sNav.typeB .wAll {
	display: block;
	width: 100%;
	background-color: #007533; 
	text-align: center;
}

.anchorList.itemLinks.sNav.typeB .wAll a {
	margin-bottom: 0;
	font-size: 20px;
	color: #FFF;
}


/*itemPager*/
.c__pager {
	margin-top: -20px;
	padding-bottom: 60px;
}
.c__pager--archive {
	margin-top: -20px;
	padding-bottom: 90px;
}
.c__pager--archive .enclose.typeC {
	margin-bottom: 30px;
	padding: 29px 40px 20px;
}
.c__pager--archive h3 { margin-bottom: 10px; }
.c__pager .itemPager,
.c__pager--archive .itemPager.itemLinks.sNav {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 15px;
}
.c__pager--archive .itemPager.sb,
.c__pager .itemPager.sb { justify-content: space-between; }
.c__pager .itemPager li { text-align: center; }
.c__pager .itemPager li:first-child { text-align: left; }
.c__pager .itemPager li:last-child { text-align: right; }
.c__pager .itemPager a {
	position: relative;
	display: inline-block;
	font-weight: bold;
	line-height: 1.333;
	text-decoration: none;
}
.c__pager .itemPager a::before {
	position: absolute;
	top: 3px;
	display: inline-block;
	content: "";
	width: 16px;
	height: 15px;
	background: url(../images/bg-icon-arrow-01-cB.svg) right top no-repeat;
	background-size: 9px 15px;
}
.c__pager .itemPager li a.prev { padding: 0 0 0 25px; }
.c__pager .itemPager li a.next { padding: 0 25px 0 0; }
.c__pager .itemPager li a.prev::before {
	left: 0;
	background-position: left top;
	transform: rotate(180deg);
}
.c__pager .itemPager li a.next::before { right: 0; }

.c__pager--archive .itemPager.itemLinks.sNav.category li {
	margin-right: 1em;
}

.c__pager--archive .itemPager.itemLinks.sNav.monthly li {
	width: 8.33%;
	min-width: 60px;
}

/*itemPager*/
.c__wp_pagenavi__links{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.c__wp_pagenavi__links span,
.c__wp_pagenavi__links a
{
	margin: 0 1em;
}

/* ---------------------------
mod-wysiwyg
--------------------------- */
.mod-wysiwyg {
	overflow: hidden;
	margin-bottom: 2em;
}
.mod-wysiwyg p {
	margin-bottom: 1em;
}
.mod-wysiwyg ul, .mod-wysiwyg ol {
	margin-bottom: 1em;
	margin-left: 2em;
}
.mod-wysiwyg ul li {
	list-style: disc !important;
}
.mod-wysiwyg ol li {
	list-style: decimal !important;
}
.mod-wysiwyg img {
	max-width: 100%;
	height: auto;
}
.mod-wysiwyg a {
	text-decoration: underline;
	color: #95B06D;
}
.mod-wysiwyg strong {
	font-weight: bold;
}
.mod-wysiwyg em {
	font-style: italic;
}
.mod-wysiwyg blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
.mod-wysiwyg .aligncenter {
	display: block;
	margin: 0 auto;
}
.mod-wysiwyg .alignright {
	float: right;
}
.mod-wysiwyg .alignleft {
	float: left;
}

@media screen and (min-width: 769px) {
	.mod-wysiwyg h1 {
		font-size: 2.2rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em;
		font-weight: bold;
	}
	.mod-wysiwyg h2 {
		font-size: 1.8rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
		font-weight: bold;
	}
	.mod-wysiwyg h3 {
		font-size: 1.4rem;
		line-height: 1.1852;
		margin-top: 2.3704em;
		margin-bottom: 1.1852em;
		font-weight: bold;
	}
	.mod-wysiwyg h4 {
		font-size: 1.2rem;
		line-height: 1.4545;
		margin-top: 2.9091em;
		margin-bottom: 1.4545em;
		font-weight: bold;
	}
	.mod-wysiwyg h5 {
		line-height: 1.2632;
		margin-top: 3.3684em;
		margin-bottom: 1.6842em;
		font-weight: bold;
	}
	.mod-wysiwyg h6 {
		line-height: 1.2632;
		margin-top: 3.3684em;
		margin-bottom: 1.6842em;
		font-weight: bold;
	}
}

@media screen and (max-width: 768px) {
	.mod-wysiwyg h1 {
		font-size: 1.6rem;
		line-height: 1.2308;
		margin-top: 1.641em;
		margin-bottom: 0.8205em;
		font-weight: bold;
	}
	.mod-wysiwyg h2 {
		font-size: 1.4rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
		font-weight: bold;
	}
	.mod-wysiwyg h3 {
		font-size: 1.3rem;
		line-height: 1.1852;
		margin-top: 2.3704em;
		margin-bottom: 1.1852em;
		font-weight: bold;
	}
	.mod-wysiwyg h4 {
		font-size: 1.2rem;
		line-height: 1.4545;
		margin-top: 2.9091em;
		margin-bottom: 1.4545em;
		font-weight: bold;
	}
	.mod-wysiwyg h5 {
		line-height: 1.2632;
		margin-top: 3.3684em;
		margin-bottom: 1.6842em;
		font-weight: bold;
	}
	.mod-wysiwyg h6 {
		line-height: 1.2632;
		margin-top: 3.3684em;
		margin-bottom: 1.6842em;
		font-weight: bold;
	}
}








/* pageNav */
.c__pageNav { background-color: #bcb4a3; }
.pageNav {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.pageNav li {
	width: 33.33%;
	border-left: solid 2px #d2ccc0;
	
	display: flex;
	justify-content: center;
}
.pageNav li.active { background-color: #9c9482; }
.pageNav li:first-child { border-left: none; }
.pageNav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 60px;
	padding: 18px 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	color: #FFF;
	text-decoration: none;
}
.pageNav li span {
	display: inline-block;
	padding-left: 20px;
	background: url(../images/bg-icon-arrow-02-cF.svg) left 0.4em no-repeat;
	background-size: 6px 7px;
}

/* youtube */
.youtube {
		padding-top: 56.25%;
		position: relative;
}
.youtube iframe,
.youtube video {
		height: 100% !important;
		position: absolute;
		right: 0;
		top: 0;
		width: 100% !important;
}

/* map */
.mapBox iframe {
	width: 100%;
	height: 320px;
	border: none;
}
.mapBox small { display: none; }
.map .tel { font-size: 18px; }


/*geotrust*/
.geotrust {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
}
.geotrust figure {
	width: 115px;
	height: auto;
	margin-right: 25px;
}
.geotrust p { line-height: 1.333; }


/*colBox*/
.colBox .col2of3,
.colBox .col2of4,
.colBox .pd,
.map .col2of4,
.colBox.typeC .col2of4 { box-sizing: border-box; }

.colBox.typeA .col2of3,
.colBox.typeA .col2of4:nth-child(even),
.colBox.typeA .colR.pd,
.map .col2of4.rtl { padding: 0 0 0 40px; }

.colBox.typeA .col2of3.pd,
.colBox.typeA .col1of3.rtl + .col2of3,
.colBox.typeA .col2of4:nth-child(odd),
.colBox.typeA .colL.pd,
.map .col2of4:nth-child(odd) { padding: 0 40px 0 0; }

.colBox.typeB .col2of3.pd,
.colBox.typeB .colL.pd,
.colBox.typeB .col2of4:first-child { padding: 0 30px 0 0; }
.colBox.typeB .col2of3,
.colBox.typeB .colR.pd,
.colBox.typeB .col2of4:last-child { padding: 0 0 0 30px; }
.colBox.typeC .col2of4:first-child { padding-right: 20px; }
.colBox.typeC .col2of4:last-child { padding-left: 20px; }
.colBox.typeC .col2of4.rtl:first-child { padding: 0 0 0 20px; }
.colBox.typeC .col2of4.rtl + .col2of4:last-child { padding: 0 20px 0 0; }
.colBox.typeD .col2of4:first-child,
.colBox.typeD .col2of4.rtl + .col2of4:last-child { padding: 0 10px 0 0; }
.colBox.typeD .col2of4.rtl:first-child,
.colBox.typeD .col2of4:last-child { padding: 0 0 0 10px; }


/*news*/
.news .wrapper { padding-bottom: 20px; }
.news .enclose.typeD.colorI { margin: 0; }
.news .enclose.typeD .itemTopics--head { margin-bottom: 5px; }
.news .enclose.typeC { padding: 30px 60px 25px; }
.news.entry .enclose.typeC p { margin-bottom: 30px; }
.news .enclose.typeC .more {
	display: block;
	text-align: right;
}
.news figure {
	margin: 30px 0 35px;
	text-align: center;
}
.news figure img {
	width: auto;
	max-width: 100%;
}






@media screen and (min-width: 769px) {
/*----------------------
*elements.css
【概要】エレメントの設定 
*PC版
-link
----------------------*/

/* --------------------------------------------------
**
** link
**
** -------------------------------------------------- */
a,
input[type="submit"] {
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	opacity: 1;
		filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
a:hover,
input[type="submit"]:hover {
	opacity: 0.7;
		filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.bgPic.c__household a:hover {
	opacity: 1;
		filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.bgPic.c__household .householdList li a:hover,
.bgPic.c__household .btns li a:hover { background-color: #FFF; }





}/*--pcEND*/


.mod-cats01-item{
}
.mod-cats01-item:not(:nth-child(4n)){
}
.mod-cats01-item a{
}
.mod-cats01-item.current a{
	background: #9c9482;
}

@media screen and (min-width: 769px) {
	.mod-cats01{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.mod-cats01-item{
		width: 24%;
		font-size: 0.9em;
		display: block;
		text-align: center;

	}
	.mod-cats01-item a{
		display: block;
		background: #bcb4a3;
		color: #fff;
		position: relative;
		font-weight: bold;
		text-decoration: none;
	}
	.mod-cats01-item a:after{
		content:"";
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		border: 4px solid transparent;
		border-left-color: #fff;
		margin-top: -4px;
	}
	.mod-cats01-item:not(:nth-child(4n)){
		margin-right: 1.3%;
		margin-bottom: 1.3%;
	}
	.mod-cats01-item a{
		padding: 8px 20px;
	}
}

@media screen and (max-width: 768px) {
	.mod-cats01{
		margin-bottom: 30px;
		border: 1px solid #9c9482;
		padding: 14px;
	}
	.mod-cats01-item{
		display: inline;
		font-size: 0.8em;
		margin-right: 1em;

	}
	.mod-cats01-item a{
		position: relative;
		padding-left: 20px;

	}
	.mod-cats01-item a:after{
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		content: "";
		width: 16px;
		height: 30px;
		background: url(../images/bg-icon-arrow-02-cB.svg) 5px 0.6em no-repeat;
		background-size: 6px 7px;
	}
	.mod-cats01-item.current a{
	}

}

.works .enclose.typeD.colorI { margin: 0; }
.works-h-01{
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 1em;
}
.works-h-01:before{
	content:"";
	display: inline-block;
	margin-right: 10px;
	width: 18px;
	height: 18px;
	background: url(../images/img-icon-h01.png) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.works-trigger{
	margin-bottom: 60px;
}
.works-beforeAfter-imgs{
	margin-bottom: 50px;
}
.works-beforeAfter-imgs-item{
	position: relative;
}
.works-beforeAfter-imgs-item.is-before:after{
	content:"";
	position: absolute;
	background: url(../images/img-icon-tripleArrow.png) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.works-beforeAfter-imgs-label{
	position: absolute;
	left: -20px;
	top: -30px;
	border-radius: 50%;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.is-before .works-beforeAfter-imgs-label{
	background: #726e65;
}
.is-after .works-beforeAfter-imgs-label{
	background: #eb7c4c;
}
.works-enquete-img{
	margin-bottom: 40px;
}
.works-point{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
	justify-content: space-between;
	border: 3px solid #ef936c;
	border-radius: 10px;
	padding: 40px;
	padding-bottom: 0;
	margin-bottom: 40px;
}
.works-point-img{
	width: 40%;
}
.works-point-txts{
	width: 55%;
}
.works-point-h{
	border-bottom: 2px solid #ef936c;
	margin-bottom: 30px;
	color: #ef936c;
	position: relative;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 0.2em;
}
.works-point-h:after{
	content:"";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/works/works_point_img.png) center bottom no-repeat;
	-webkit-background-size: contain;
	background-size: 95px;
	width: 95px;
	height: 52px;
}

@media screen and (min-width: 769px) {

	.works-beforeAfter-imgs{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}

	.works-beforeAfter-imgs-item{
		width: 40%;
	}

	.works-beforeAfter-imgs-item.is-before:after{
		left: 100%;
		top: 50%;
		width: 50%;
		height: 12%;
		margin-top: -6%;
	}

	.works-beforeAfter-imgs-label{
		width: 80px;
		height: 80px;
	}

	.is-before .works-beforeAfter-imgs-label{
	}

	.is-after .works-beforeAfter-imgs-label{
	}

}

@media screen and (max-width: 768px) {
	.works-h-01{
		font-size: 1rem;
	}
	.works-h-01:before{
		width: 12px;
		height: 12px;
	}
	.works-beforeAfter-imgs{
		margin-bottom: 30px;
	}

	.works-beforeAfter-imgs-item.is-before{
		margin-bottom: 50px;
	}

	.works-beforeAfter-imgs-item.is-before:after{
		left: 50%;
		top: 100%;
		width: 40px;
		height: 40px;
		margin-left: -20px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.works-beforeAfter-imgs-label{
		width: 60px;
		height: 60px;
		font-size: 0.8em;
	}

	.is-before .works-beforeAfter-imgs-label{
	}

	.is-after .works-beforeAfter-imgs-label{
	}

	.works-point{
		display: block;
		padding: 20px;
	}
	.works-point-img{
		width: auto;
		text-align: center;
	}
	.works-point-txts{
		width: auto;
		margin-bottom: 20px;
	}
	.works-point-h{
		font-size: 1em;
	}
	.works-point-h:after{
		background: url(../images/works/works_point_img.png) center bottom no-repeat;
		background-size: 60px;
		width: 60px;
		height: 52px;
	}


}


.m-map-row{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: flex-start;
}
.m-map-map{
	position: relative;
	background: #eee;
}
.m-map-map-btn{
	position: absolute;
	color: #fff;
	background: #007533;
	border-radius: 2em;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 1.1rem;
}
.m-map-map-btn:after{
	content: '';
	padding-right: 20px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/bg-icon-arrow-01-cF.svg) right center no-repeat;
	background-size: 9px 15px;
}
.m-map-map-btn.is-01{
	left: 30%;
	top: 63%;
}
.m-map-map-btn.is-02{
	left: 20%;
	top: 82%;
}
.m-map-map-btn.is-03{
	right: 76%;
	top: 46%;
}
.m-map-map-btn.is-04{
	left: 70%;
	top: 50%;
}

.m-map-info{

}
.m-map-tab{
	display: none;
	opacity: 0;
}
.m-map-tab.is-active{
	display: block;
	opacity: 1;
	transition: 0.3s;
}

.m-map-areaName{
	color: #fff;
	background: #007533;
	text-align: center;
	padding: 10px;
}
.m-map-price-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
.m-map-price{
	display: flex;
	align-items: center;
	gap: 20px;
}
.m-map-price .ico{
	margin-right: 5px 10px;
}
.m-map-price .ico img{
	width: 30px;
}
.m-map-price .label{
}
.m-map-price .num{
	color: #cc0000;
	font-size: 1.6rem;
	font-weight: bold;
}
.m-map-notes{
	font-weight: 600;
	font-size: 0.85rem;
}

@media screen and (max-width: 768px) {
	.m-map-row{
		grid-template-columns: 1fr;
	}
	.m-map-map-btn{
		padding: 5px 8px;
		font-size: 0.85rem;
	}
	.m-map-map-btn:after{
		padding-right: 15px;
		background-size: 6px 8px;
	}

	.m-map-areaName{
		padding: 5px;
	}
	.m-map-price-wrap{
		margin-bottom: 20px;
		gap: 20px;
	}
	.m-map-price{
		gap: 0;
		flex-direction: column;
	}
	.m-map-price .ico{
		margin-right: 2px 5px;
	}
	.m-map-price .ico img{
		width: 20px;
	}
	.m-map-price .label{
	}
	.m-map-price .num{
		font-size: 1.4rem;
	}
	.m-map-price dd{
		line-height: 1.2;
	}
	.m-map-notes{
		font-size: 0.8rem;
	}
}


.m-3kyu-row {
	display: grid;
	grid-template-columns: 4fr 6fr;
	gap: 40px;
	align-items: center;
}
.m-3kyu-img {
}
.m-3kyu-h {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 1em;
}
.m-3kyu-charms {
	display: grid;
	gap: 0.5em;
}
.m-3kyu-charm {
	position: relative;
	width: 100%;
	padding-left: 20px;
	line-height: 1.3;
}
.m-3kyu-charm::before {
	position: absolute;
	top: 0.1em;
	left: 0;
	content: "●";
	color: #007f41;
}
.m-3kyu-charm > strong {
	color: #cc0000;
}

@media screen and (max-width: 768px) {
	.m-3kyu-row {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 20px;
	}
	.m-3kyu-img {
		text-align: center;
	}
	.m-3kyu-h {
		text-align: center;
		font-size: 1.1rem;
	}

}



.m-price-orange{
	display: flex;
	height: 50px;
	margin-bottom: 10px;
}
.m-price-orange-l{
	background: #FF9900;
	color: #FFF;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-left: 20px;
	font-size: 16px;
	width: 40%;
	font-weight: bold;
}
.m-price-orange-r{
	padding-left: 20px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	background: #FFD89C;
	color: #000;
	width: 60%;
	font-weight: bold;
}
.m-price-orange-r span{
	font-size: 24px;
	color: #CC0000;
	padding-right: 5px;
}
.m-price-gray{
	display: flex;
	height: 50px;
	margin-bottom: 30px;
}
.m-price-gray-l{
	background: #D7D2C8;
	color: #333333;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-left: 20px;
	font-size: 16px;
	width: 40%;
	font-weight: bold;
}
.m-price-gray-r{
	padding-left: 20px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	background: #F8F4EB;
	color: #000;
	width: 60%;
	font-weight: bold;
}
.m-price-gray-r.is-p55{
	width: auto;
}

.m-price-gray-r span{
	font-size: 24px;
	padding-right: 5px;
}
.m-price-table{
	width: 100%;
	margin-bottom: 5px;
}
.m-price-tbody{
	width: 100%;
}
.m-price-tr{
	vertical-align: middle;
	text-align: center;
}
.m-price-tr01 {
	
}
.m-price-td01 {
	width: 358px;
}
.m-price-td02 {
	width: 160px;
}
.m-price-bold {
	font-weight: bold;
}
.m-price-td.m-gray{
	background: #D7D2C8;
}
.m-price-td{
	border: 1px solid #E5E0D6;
	padding: 5px 0;
}
.m-price-td span{
	font-size: 24px;
	color: #CC0000;
	padding-right: 5px;
	font-weight: bold;
}
.m-price-attention{
	margin-bottom: 30px;
}
.m-price-meter{
	margin-top: 50px;
	margin-bottom: 50px;
}
.m-price-meter .ttlC{
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.m-price-orange{
		display: block;
		height: auto;
		box-sizing: border-box;
	}
	.m-price-orange-l{
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
	}
	.m-price-orange-r{
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
	}
	.m-price-orange-r span{
		
	}
	.m-price-gray{
		display: block;
		height: auto;
	}
	.m-price-gray-l{
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
	}
	.m-price-gray-r{
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
	}
	.m-price-gray-r span{
		
	}
	.m-price-table{
		width: 1000px;
	}
	.m-price-table-scroll{
		overflow: scroll;
	}
	.m-price-tbody{
		
	}
	.m-price-tr{
		
	}
	.m-price-tr01 {
		
	}
	.m-price-td01 {
		width: 280px;
	}
	.m-price-td02 {
		width: 130px;
	}
	.m-price-bold {
		
	}
	.m-price-td.m-gray{
		
	}
	.m-price-td{
		
	}
	.m-price-td span{
		
	}
	.m-price-attention{
		
	}
}

.attentionItem {

}

.attentionItem .itemTopics--cat {
    background-color: red; /* カテゴリ背景を赤 */
    color: white; /* カテゴリ文字を白 */
}

.attentionItem .itemTopics--txt a {
    color: red; /* リンクを赤文字 */
}