@charset "UTF-8";



@media screen and (max-width: 768px) {
/*----------------------
*elements.css
【概要】エレメントの設定 
*SP版
-default
-clearfix
-header
-fotter
-link
-list
-title, text, img
-table
- enclose, line, background
-form
-item
----------------------*/

/* --------------------------------------------------
**
** default
**
** -------------------------------------------------- */
#content { margin-top: calc(55px + 7%); }

.row { overflow: inherit; }
body.js-header-active { background-color: #333; }
body.js-header-active #content,
body.js-header-active footer { display: none; }


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


/* --------------------------------------------------
**
** header
**
** -------------------------------------------------- */
header {
	position: absolute;
	top: 0;
    min-height: initial;
	margin-bottom: 0;
    padding: 0 0 7%;
    text-align: center;
    width: 100%;
	background: #FFF url(../images/bg-img-head-01-sp.svg) center bottom no-repeat;
	background-size: contain;
	border-bottom: solid 1px #d2ccc0;
	z-index: 100000;
}

header .container {
	padding-left: 0 !important;
    padding-right: 0 !important;
}
header .logo {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
}
header .logo a {
	display: block;
	width: 150px;
	height: 27px;
	padding: 12px 10px 10px;
}
header .accordionBtn {
	float: right;
	display: block;
	width: 35px;
	height: 35px;
	margin: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/bg-icon-open-01-sp.png) left top no-repeat;
	background-size: 35px 35px;
}
body.js-header-active header .accordionBtn {
	background: url(../images/bg-icon-close-01-sp.png) left top no-repeat;
	background-size: 35px 35px;
}
header .activeArea {
	display: none;
	clear: both;
	text-align: left;
}

/*gNav・sNav*/
header .itemLinks.gNav { padding-top: 0; }
header .itemLinks.gNav,
footer .colL .itemLinks.gNav {
    display: block;
	margin: 0;
	padding: 0;
	border-top: solid 1px #d2ccc0;
}
header .sNav { width: 100%; }
header .itemLinks.sNav,
footer .itemLinks.sNav {
	padding: 0;
	/*border-bottom: solid 1px #d2ccc0;*/
}
header .itemLinks.gNav li,
header .itemLinks.sNav li,
footer .colL .itemLinks.gNav li,
footer .colL .itemLinks.sNav li {
	box-sizing: border-box;
	margin-bottom: 0;
	border-bottom: solid 1px #d2ccc0;
}
header .itemLinks.sNav li:nth-child(odd),
footer .itemLinks.sNav li:nth-child(odd) { border-right: solid 1px #d2ccc0; }
header .itemLinks.sNav li:nth-child(5) { border-bottom: none; }
header .itemLinks.gNav a,
header .itemLinks.gNav a,
footer .itemLinks.gNav a {
    display: block;
	margin: 0 15px;
	padding: 15px 0;
	font-size: 14px;
}
header .itemLinks.gNav li:first-child a,
footer .itemLinks.gNav li:first-child a { margin-left: 15px; }
header .itemLinks.sNav,
footer .itemLinks.sNav {
	justify-content: flex-start;
	flex-wrap: wrap;
}
header .itemLinks.sNav li,
footer .itemLinks.sNav li {
	float: left;
	width: 50%;
}
header .itemLinks.sNav a,
footer .itemLinks.sNav a {
    display: block;
	margin: 0 15px;
	padding: 10px 0 9px 15px;
	color: #333;
	text-decoration: underline;
	font-size: 12px;
}
header .itemLinks.sNav a::before,
footer .itemLinks.sNav a::before {
	background-position:  0 18px;
	background-size: 5px 6px;
}
header .btns {
	display: block;
	width: 100%;
	height: 220px;
	margin-top: 0;
	padding: 20px 0 5px;
}

header .btns li {
	display: block;
	width: calc(100% - 80px);
	margin: 0 40px 10px;
	font-size: 12px;
}

header .btn-contact a,
header .btnBlanket {
	width: 100%;
	height: 40px;
	margin-right: 0;
	padding-left: 0;
	font-size: 12px;
}
header .btn-contact a::before {
	left: 18px;
	background-size: 18px 16px;
	margin-top: -9px;
}
header .btn-contact a::after {
	contact: "";
    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);
}
header .btnBlanket {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-color: #f8f4eb;
	border: solid 2px #d5d1c7;
}
header .btns .btnBlanket img {
	display: inline-block;
	width: 140px;
	height: auto;
	margin-right: 10px;
}
header .gNav-tel {
    text-align: center;
	margin-bottom: 30px;
}

header .faq{
	font-size: 12px;
	width: calc(100% - 60px);
	margin-inline: auto;
	margin-bottom: 20px;
	font-weight: 700;
}

header .faq a{
	text-decoration: underline;
}



/* --------------------------------------------------
**
** footer
**
** -------------------------------------------------- */
footer {
	margin: 0 0 5px;
	padding: 0 0 40px;
	background: #FFF url(../images/bg-img-head-01-sp.svg) center bottom no-repeat;
	background-size: contain;
}
footer .row { margin: 0 -20px; }
footer .colL {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
footer .colL .itemLinks.gNav,
footer .colL .itemLinks.sNav { width: 100%; }
footer .colL .itemLinks.sNav li { width: 50%; }
footer .pageTop {
	position: fixed;
	right: 10px;
	bottom: 60px;
}
footer .pageTop img {
	width: 40px;
	height: auto;
}
footer .colR {
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
}
footer .colR .logo { margin: 0 0 10px 0; }
footer .colR .logo img {
	width: 150px;
	height: auto;
}
footer .colR p { font-size: 12px; }
footer .colR p.faq { font-size: 12px; }
footer .copy {
	margin: 10px 0 0;
	text-align: center;
	font-size: 8px;
}





/* --------------------------------------------------
**
** link
**
** -------------------------------------------------- */


/* --------------------------------------------------
**
** list
**
** -------------------------------------------------- */
/*ul.items,


/* items */


/* itemNotes*/


/* itemLinks */
.itemLinks.gNav a {
	padding-right: 20px;
	font-size: 14px;
	background-size: 6px 10px;
}
.itemLinks.sNav a { padding-left: 20px; }
.itemLinks.sNav a::before {
	background-position: 5px 0.7em;
	background-size: 5px 6px;
}

/* itemTopics */
.itemTopics { border-top: solid 1px #e5e0d6; }
.itemTopics li {
	position: relative;
	padding: 7px 20px 5px 10px;
}
.itemTopics li::after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background: url(../images/bg-icon-arrow-01-cB.svg) right center no-repeat;
    background-size: 6px 10px;
}
.itemTopics--head { margin-bottom: 5px; }
.itemTopics--cat {
	display: inline-block;
	margin-left: 10px;
	margin-top: 5px;
	padding: 3px 5px;
	border-radius: 2px;
	font-size: 10px;
	color: #FFF;
}

/* itemPicLinks ,itemProducts*/
.itemPicLinks.typeA,
.itemPicLinks.typeB { margin: 0 -5px; }
.itemProducts.typeA { margin: 0; }
.itemPicLinks.typeA > li,
.itemPicLinks.typeB > li {
	width: 50%;
	padding: 0 5px 30px;
}
.itemProducts.typeA > li {
	width: 100%;
	max-width: 370px;
	margin: 0 auto;
	padding: 0 0 50px;
}


	@media screen and (max-width: 679px) {
	.enclose.typeA.products .itemProducts.typeA > li { width: 100%; max-width: 280px; }
	}
	
	
.itemPicLinks figure { margin-bottom: 10px; }
.itemProducts figure { margin-bottom: 15px; }
.itemPicLinks.radius figure img { border-radius: 4px; }
.itemProducts figure img { max-width: initial; }
.itemPicLinks h4 { font-size: 14px; }
.itemProducts h3,
.itemProducts-typeA--tit {
	margin-bottom: 10px;
	font-size: 18px;
}
.itemProducts--lighting.items { margin-bottom: 10px; }
.itemProducts--lighting.items > li { font-size: 12px; }
.itemProducts--range .col2of4 {
	float: left;
	width: 50%;
}
.itemProducts--range th,
.itemProducts--range td {
	height: auto;
	padding: 7px 0;
	font-size: 12px;
}
.itemProducts--fee th,
.itemProducts--fee td { height: auto; }
.itemProducts--fee th,
.itemProducts--range th {
	width: 90px;
	font-weight: normal;
	line-height: 1.2;
	color: #FFF;
}
.itemProducts--fee td .fz14,
.itemProducts--fee td,
.itemProducts--fee th,
.itemProducts--fee th strong { font-size: 12px !important; }
.itemProducts--fee td span.fee strong { font-size: 20px; }
.itemProducts--range .col2of4:nth-child(odd) { padding-right: 5px; }
.itemProducts--range .col2of4:nth-child(even) { padding-left: 5px; }
.itemProducts--range table { margin-bottom: 10px; }
.itemProducts .btns { justify-content: center; }
.itemProducts .btns li {
	width: 100%;
	padding: 0 20px;
}
.itemProducts .btns li .btnC {
	min-width: auto;
	width: 100%;
}
.enclose.typeA.products { padding: 14px 26px 0; }



/* btns */
.btns li .btnB {
	height: 40px;
	font-size: 14px;
}
.btns li .btnB::after,
.btns li .btnC::after {
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background-size: 6px 10px;
}
.btns.txtAR { justify-content: center; }
.btns li .btnA.bigger {
	width: initial;
	min-width: 280px;
}
.btns li .btnA .mail {
	padding-left: 30px;
	background-size: 20px 16px;
	text-align: left;
}
form .btns li .btnC.colorC {
	font-size: 14px;
	background-size: 6px 10px;
}
.btnA.sp-mt {
	margin-top: 10px;
}


/* --------------------------------------------------
**
** title, text, img
**
** -------------------------------------------------- */
/* title */
.pageTitA {
	padding-top: 60px;
	font-size: 14px;
	line-height: 1.5;
}
.pageTitA strong {
	display: block;
	margin-top: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

.bgPageTit.type02 .pageTitA,
.bgPageTit.type03 .pageTitA,
.bgPageTit.type04 .pageTitA,
.bgPageTit.type05 .pageTitA,
.bgPageTit.type06 .pageTitA,
.bgPageTit.type07 .pageTitA,
.bgPageTit.type07.error .pageTitA,
.bgPageTit.type08 .pageTitA {
	background-size: 70px 44px;
}
.bgPageTit.type07.link .pageTitA,
.bgPageTit.type08.privacy .pageTitA {
	background-size: 70px 51px;
}

.ttlA {
	margin: 0 0 20px;
    padding: 5px 0 10px 25px;
	font-size: 20px;
	line-height: 1.5;
}
.ttlA::before {
	top: 8px;
	font-size: 18px;
}
.ttlB,
.ttlJ,
.ttlK { font-size: 16px; }
.ttlB a,
.ttlB span {
	padding-right: 20px;
	background-size: 6px 10px;
}
.ttlC {
	margin: 15px 0;
	font-size: 16px;
}
.ttlD {
    font-size: 24px;
    margin-bottom: 10px;
}
.ttlD .en {
	display: inline-block;
	margin-left: 1em;
	font-size: 12px;
	color: #007533;
}
.ttlE .num {
	width: 60px;
	height: 60px;
}
.ttlE .txt {
	width: calc(100% - 60px);
	padding: 10px;
	font-size: 20px;
}
.ttlG { font-size: 16px; }
.ttlH {
	margin: 40px 0 10px;
	font-size: 20px;
}
.ttlH + p { margin-bottom: 30px; }
.ttlI {
	padding: 10px 15px 9px;
	font-size: 18px;
}



/* text */
/*p {


/* img */



/* --------------------------------------------------
**
** table
**
** -------------------------------------------------- */
.tableBox.thTxtAR th { text-align: left; }


/*typeA*/

/*typeB, typeC*/
.tableBox th,
.tableBox td {
}

/*common th td*/
.tableBox.spTypeA th,
.tableBox.spTypeA td { display: block; }
.tableBox.typeC.spTypeA th { padding: 14px 20px; } /*add*/
.tableBox.typeC.spTypeA tr > td { padding: 14px 20px 7px; }
.tableBox.typeC.spTypeA td,
.tableBox.typeC.spTypeB td { padding: 0 20px 7px; }
.tableBox.typeC.spTypeB th + td { padding: 14px 20px 7px 40px; }
.tableBox.typeC.spTypeA td:last-child { padding: 0 20px 14px; }
.tableBox.typeC.spTypeB td:last-child { padding: 0 20px 14px 40px; }

/*thead th td*/
.tableBox.typeC.spTypeA thead th { padding: 14px 20px; }

/*tbody th td*/
.tableBox.typeB.spTypeA tbody th,
.tableBox.typeC tbody th,
.tableBox.typeC tbody td { padding: 14px 20px; }
.tableBox.typeB.spTypeA tbody td { padding: 5px 20px; }
.tableBox.typeC.spTypeA tbody th { font-weight: bold; }
.tableBox.typeC.spTypeB h3 { display: block; }
.tableBox.spTypeB table .tHead { display: none; }
.tableBox.spTypeB table tr {
	display: block;
	margin-bottom: 20px;
}
.tableBox.spTypeB table tbody th,
.tableBox.spTypeB table tbody td { display: block; }
.tableBox.spTypeB table tbody th { background-color: #e5e0d6; }
.tableBox.spTypeB table td:before {
    content: attr(data-title) " ";
	display: block;
	margin-left: -20px;
	font-weight: bold;
  }
.tableBox.typeB tbody th,
.tableBox.typeB tbody td {
	height: auto;
	vertical-align: middle;
}
.tableBox.spTypeC {
	margin-right: -20px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.tableBox.spTypeC table { border-right: solid 20px #f8f4eb; }
.tableBox .w80,
.tableBox .w100,
.tableBox .w130,
.tableBox .w200,
.tableBox .w240,
.tableBox .w360,
.tableBox .w610,
.tableBox .w840 { width: auto; }
.tableBox.typeB tbody td .inner { padding: 5px 0; }



/* --------------------------------------------------
**
** enclose, line, background
**
** -------------------------------------------------- */
/*enclose*/
.enclose.typeA { padding: 14px 26px 4px; }
.enclose.typeB { padding: 14px 24px 0; }
.enclose.typeC,
.enclose.typeD { padding: 14px 20px 10px; }

.enclose.typeA.colorI { border: solid 4px #e5e0d6; }
.enclose.typeB.colorJ { border: solid 6px #e6baba; }
.enclose.typeC.colorI { border-bottom: solid 2px #e5e0d6; }


/* Line */

/*background*/
.bgPageTit {
	height: 200px;
	margin-bottom: 30px;
}



/* --------------------------------------------------
**
** form
**
** -------------------------------------------------- */
form input,
form textarea { font-size: 16px; }
form .tableBox input.w180,
form .tableBox .w360 { width: 100%; max-width: 100%; }
label { margin-top: 5px; }
textarea { height: 8em; }
select { margin: 15px 0; }
form .attPd {
	margin: 0 0 20px;
	font-size: 12px;
}
.thanksMessage { padding-bottom: 10px; }
.thanks {
	padding: 20px 0 0;
	font-size: 20px;
}
.contactBox.thanksContact { padding: 0; }
.thanksContact .wrapper { padding-bottom: 40px; }
.thanksContact .row { padding-bottom: 40px; }


/* --------------------------------------------------
**
** item
**
** -------------------------------------------------- */
/* recruitment */
.c__recruitment {
	padding: 45px 0 70px;
}
.c__recruitment.index {
	padding: 60px 0 60px;
}
.c__recruitment .col2of4 { padding-left: 0; }
.c__recruitment .btns {
	justify-content: center;
	margin-top: 10px;
}

/* topicPath */
.topicPath { display: none; }


/* contactBox */
.contactBox { padding: 40px 0 20px; }
.contactBox .bnr {
	margin-top: -20px;
	padding: 0 0 20px;
}
.contactBox h3 {
	margin: 10px 0 15px;
	font-size: 18px;
	line-height: 1.5;
}
.contactBox .tel,
.p04_4_4--02 .tel {
	margin-bottom: 20px;
	font-size: 24px;
}
.contactBox .tel span,
.p04_4_4--02 .tel span {
	padding-left: 27px;
	background-size: 17px 24px;
}
.contactBox .tel.flex{
	margin-left: 0px;
}
.contactBox .tel.flex span{
	margin: 0px;
}

.contactBox .time {
	width: initial;
	max-width: initial;
	margin-bottom: 20px;
	padding: 5px 30px;
}
.contactBox .btns li .btnA {
	width: 100%;
	height: 50px;
	padding: 11px 25px 10px;
	font-size: 14px;
}
.contactBox .itemPicLinks { margin-top: -20px; }



/* anchorList */
.anchorList.itemLinks.sNav {
	display: block;
	margin: -10px 0 30px;
	padding: 15px 0 5px;
}
.anchorList.itemLinks.sNav.typeB {
	display: block;
	margin: -30px 0 30px;
}
.anchorList.itemLinks.sNav li { margin-bottom: 10px; }
.anchorList.itemLinks.sNav.typeB li {
	margin-bottom: 0;
	padding: 5px 0;
}
.anchorList.itemLinks.sNav a { margin-bottom: 0; }
.anchorList.itemLinks.sNav.typeB .wAll { text-align: left; }
.anchorList.itemLinks.sNav.typeB .wAll a { font-size: 14px; }


/*itemPager*/
.c__pager {
	margin-top: 0;
	padding-bottom: 40px; }
.c__pager--archive { padding-bottom: 40px; }
.c__pager .itemPager li a::before {
	width: 6px;
	height: 10px;
	background-size: 6px 10px;
}
.c__pager .itemPager li a.prev { padding: 0 0 0 20px; }
.c__pager .itemPager li a.next { padding: 0 20px 0 0; }
.c__pager--archive .enclose.typeC {
	margin-bottom: 20px;
	padding: 24px 20px 5px;
}
.c__pager--archive .itemPager.itemLinks.sNav li {
	width: 50%;
	margin-bottom: 10px;
}


/* pageNav */
.c__pageNav { margin: -30px 0 30px; }
.pageNav li a {
	min-height: 30px;
	padding: 13px 10px;
	font-size: 14px;
}
.pageNav li span {
	padding-left: 10px;
	background-position: left 0.35em;
	background-size: 5px 6px;
}
.c__pageNav.typeB .pageNav,
.c__pageNav.typeC .pageNav { flex-wrap: wrap; }
.c__pageNav.typeB .pageNav li,
.c__pageNav.typeC .pageNav li {
	box-sizing: border-box;
	width: 50%;
	border-top: 2px solid #d2ccc0;
}
.c__pageNav.typeB .pageNav li { width: 50%; }
.c__pageNav.typeC .pageNav li {
	width: 100%;
	border-left: none;
}
.c__pageNav.typeB .pageNav li:nth-child(1),
.c__pageNav.typeB .pageNav li:nth-child(2),
.c__pageNav.typeC .pageNav li:nth-child(1) { border-top: none; }
.c__pageNav.typeB .pageNav li:nth-child(3) { border-left: none; }

/* youtube */


/* map */
.map .tel { font-size: 16px; }
.map .ttlC + p { padding-bottom: 30px; }


/*geotrust*/
.geotrust { padding: 20px 0; }


/*colBox*/
.colBox.typeA .col2of3,
.colBox.typeA .col2of4:nth-child(even),
.colBox.typeA .colR.pd,
.map .col2of4.rtl,
.colBox.typeA .col1of3.rtl + .col2of3,
.colBox.typeA .col2of4:nth-child(odd),
.colBox.typeA .colL.pd,
.map .col2of4:nth-child(odd),
.colBox.typeB .col2of3.pd,
.colBox.typeB .colL.pd,
.colBox.typeB .col2of3,
.colBox.typeB .colR.pd,
.colBox.typeB .col2of3.pd,
.colBox.typeB .colL.pd,
.colBox.typeB .col2of3,
.colBox.typeB .colR.pd,
.colBox.typeB .col2of4:last-child,
.colBox.typeB .col2of4:first-child,
.colBox.typeC .col2of4:first-child,
.colBox.typeC .col2of4:last-child,
.colBox.typeD .col2of4.rtl:first-child,
.colBox.typeD .col2of4:last-child,
.colBox.typeD .col2of4:first-child,
.colBox.typeD .col2of4.rtl + .col2of4:last-child {
	padding-right: 0;
	padding-left: 0;
}

/*news*/
.news .wrapper { padding-bottom: 0; }
.news .enclose.typeC { padding: 30px 60px 25px; }
.news .enclose.typeC { padding: 14px 20px 10px; }
.news figure {
	margin: 10px 0 15px;
	text-align: center;
}








}/*--spEND*/

