@charset "UTF-8";
/* CSS Document */

/******************************************************************************************
Theme Name: OFFICE-SERVICE
Description: OFFICE-SERVICE
Author: camelus
Author URI: http://camelus-design.com;
Version: 1.01
******************************************************************************************/


/******************************************************************************************
/* 1.0 - Reset css / meyer +++Camelus / Last Updated: 2016-10-15
******************************************************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address,
cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th,
td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	box-sizing: border-box;
}
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	line-height: 1;
	font-size: 62.5%;
	font-family: 'Noto Sans JP', sans-serif;

	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	transition: all 0.3s ease;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


/* --- reset for form --- */
input, button, textarea, select {
	margin: 0;
	padding: 0;
	color: inherit;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	*/
	vertical-align: middle;
}

button {
	transition: all 0.3s ease;
	cursor: pointer;
}

* {
	box-sizing: border-box;
}

body {
	background-color: white;
	color: #333;
}

a {
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
ul {
	list-style-type: none;
}


/******************************************************************************************
/* 2.0 - Layout setting
******************************************************************************************/

.content {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	z-index: 1;
	overflow: hidden;
}

main {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

aside, .main-left {
	width: 100%;
}

.main-left {
	float: left;
	overflow: hidden;
	max-width: -webkit-calc(100% - 250px);
	max-width: -moz-calc(100% - 250px);
	max-width: calc(100% - 250px);
}
.sidebar-right {
	float: right;
	max-width: 230px;
	padding-top: 55px;
}

.grid {
	-js-display: flex;
	/* with flexibility.js */
	display: flex;
	flex-flow: row wrap;
}

.block {
	position: relative;
	margin: 0 auto 20px auto;
	padding: 18px 12px 12px 12px;
	border: 12px solid #F4F4F4;
}
.block-nottl {
	margin: 0 auto 20px auto;
	padding: 12px 12px 12px 12px;
	border: 12px solid #F4F4F4;
}
.block:before {
	position: absolute;
	top: 0;
	left: 0;
	content: ' ';
	width: 100%;
	height: 6px;
}
@media only screen and (max-width: 1100px) {
	.content {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 480px) {
	.content {
		width: 96%;
		padding: 0 0;
	}
}

/* --- flexbox 最終box右寄せ with jquery --- */

.cell {
	vertical-align: middle;
}

.cell.is-empty {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
}

.grid.is-space-around {
	justify-content: space-around;
}

.grid.is-space-between {
	justify-content: space-between;
}

@media only screen and (max-width: 920px) {
	main,
	.main-left,.sidebar-right {
		float: none;
		max-width: 100%;
		margin: 0 auto;
	}
	.sidebar-right {
		padding: 0 20px;
	}
	/*.sidebar-right .side-contact {
	display: none;
	}*/
}
@media only screen and (max-width: 480px) {
	.sidebar-right {
		padding: 0;
	}
}


/******************************************************************************************
/* 3.0 - typograph
******************************************************************************************/

html {
	font-size: 10px;
}

body {
	line-height: 1.9;
	font-size: 15px;
	font-size: 1.5rem;
	color: #303030;
	word-wrap: break-word;
}

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

h1 {
	font-size: 22px;
	font-size: 2.2rem;
}

h2 {
	font-size: 20px;
	font-size: 2.0rem;
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

.ttl {
	font-weight: bold;
	color: #fff;
}

.narrow {
	letter-spacing: -1px;
}

blockquote {
	display: block;
	margin-bottom: 40px;
	padding: 16px;
	border: 2px solid #e2e5e8;
	quotes: "\201C""\2018";
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #fafafa;
}

blockquote:before {
	line-height: 0.1;
	content: open-quote;
	vertical-align: -32px;
	font-size: 60px;
	font-size: 6.0rem;
	color: #e2e5e8;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}

small, .small {
	font-size: 12px;
	font-size: 1.2rem;
}

strong {
	font-weight: bold;
}

a {
	color: #303030;
}

a:hover {
	color: #999;
	text-decoration: none;
}

.large {
	font-size: 24px;
	font-size: 2.4rem;
	color: #000c15;
}

.txt-center {
	text-align: center;
}

.notes {
	font-weight: bold;
	color: #cb6970;
}

a.sp-call {
	color: #111111;
	text-decoration: underline;
}

/******************************************************************************************
/* 4.0 - elements
******************************************************************************************/
/* --- table --- */

table {
	width: 100%;
	margin: 0;
	padding: 0;
}

table th, table td {
	padding: 17px 0;
	text-align: left;
}
table th {
	width: 30%;
	padding: 10px;
	margin: 0;
	border-bottom:2px solid;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2;
	vertical-align: top;
}
table td {
	width: 70%;
	padding: 10px 10px 10px 20px;
	margin: 0;
	border-bottom:2px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	vertical-align: middle;
}
table td a {
	text-decoration: underline;
}
table td a:hover {
	color:#ccc;
}

@media only screen and (max-width: 480px) {
	main table {
		display: block;
		margin: 0;
	}
	main table tbody {
		width: 100%;
		display: block;
	}
	main table tr {
		display: block;
		margin-bottom: 1em;
	}
	main table th, main table td {
		display: list-item;
		border: none;
		width: 100%;
		margin: 0 auto;
		list-style-type: none;
	}
	main table th {
		width: 100%;
		padding: 10px;
		margin: 0;
		border-bottom:none;
		display: inline-block;
		/*margin-bottom: 1em;*/
		list-style-type: none;
		color: #111;
		background-color: #f1f1f1;
		/*padding: .5em 0;*/
		text-indent: 1em;
		border-radius: 1px;

	}
	main table td {
		width: 100%;
		padding: 10px;
		margin: 0;
		border-bottom:none;
		display: inline-block;
		padding: .3em;
	}
	.group dl {
		width: 96%;
		margin: 0 auto 20px auto;
		float: none;
	}
}

dl {
	margin: 0;
}

dt {
	padding: 0;
	font-weight: bold;
}

dd {
	padding: 0;
}


/* --- form --- */

input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="password"], input[type="search"], textarea {
	padding: 8px;
	width: 100%;
	border: 2px solid #ddd;
	background-color: #fff;
	/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	*/
}

input[type="submit"] {
	border-radius: 50px;
	background: #d21100;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	margin: 0 5px;
	padding: 10px 100px;
}

input[type="date"] {
	padding: 6px 8px;
	border: 1px solid #e2e5e8;
	background-color: #fff;
	/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	*/
}

textarea {
	width: 100%;
	overflow: auto;
	vertical-align: top;
}

select {
	background-color: inherit;
	border: 1px solid #e2e5e8;
}

button {
	outline: none;
	/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	*/
}
#searchform > div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
#searchform .screen-reader-text {
	display: none;
}

#searchform input[type="text"] {
	width: 70%;
	height: 42px;
	margin: 0 10px 19px 0;
	padding: .8em;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 42px;
	background-color: #f1f1f1;
}

.searchform input[type="submit"] {
	width: 20%;
	height: 42px;
	margin-bottom: 19px;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 42px;
	color: #fff;
	background-color: #303030;
	cursor: pointer;
}


/******************************************************************************************
/* 6.0 - header
******************************************************************************************/

header {
	position: relative;
}
body:not(.home) header .wrap {
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,.2);
}
header .wrap {
	position: relative;
}

header div.box {
	position: relative;
	width: 98%;
	max-width: 1100px;
	padding: 16px 0 0 0;
	margin: 0 auto;
	justify-content: space-between;
	overflow: visible;
}
header .logo-box {
	width: 62%;
	margin-bottom: 10px;
}
header .logo-box .logo {
	max-width: 586px;
	line-height: 1;
}
header .logo-box .logo img {
	width: 100%;
	height: auto;
}
header .logo-box .logo .com-name {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	line-height: 1;
}
header h1 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 15px;
	line-height: 1;
}
header h1.head-txt {
	width: 100%;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: normal;
}
header h1.head-txt strong {
	font-weight: normal;
}

/*header-contact-box*/
.content .header-contact {
	display: none;
}
.header-contact {
	display: flex;
	width: 345px;
	margin-bottom: 15px;
	flex-flow: column wrap;
	align-items: flex-end;
}
.header-contact ul {
width: 345px;
    padding: 0 12px;
    background-image: url(images/hd-contact-bg.png);
    background-position: right 0px top 2px;
    background-size: auto 86px;
    background-repeat: no-repeat;
    border: 1px solid #D8D8D8;
}
.header-contact ul li {
	line-height: 1;
}
.header-contact li.ttl {
	margin: 10px 0 3px 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1.5px;
	color: #111;
	background-color: rgba(0, 0, 0, 0);
}
.header-contact ul li.phone {
	margin-bottom: 3px;
	font-size: 31px;
	font-weight: bold;
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', sans-serif;
	letter-spacing: -1px;
}
/*.header-contact ul li.phone:before {
margin: 0 5px 0 0;
content: '\f095';
font-family: FontAwesome;
}*/
.header-contact ul li.phone:before {
	display: inline-block;
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(images/icon-phone.png);
	background-size: 30px auto;
	background-repeat: no-repeat;
}
.header-contact ul li.time {
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: bold;
}
.header-contact ul li.mail {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
}
.header-contact ul li.mail a {
	position: relative;
	padding: 10px 0;
	text-indent: 40px;
}
.header-contact ul li.mail a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	margin: auto;
	display: inline-block;
	content: '';
	width: 32px;
	height: 23px;
	background-image: url(images/icon-mail.png);
	background-size: 32px auto;
	background-repeat: no-repeat;

}
.header-contact a.sitemap {
	margin: 0 5px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	align-items: center;
}
.header-contact a.sitemap i {
	margin: 0 5px 0 0;
	font-size: 20px;
}

@media only screen and (max-width: 970px) {
	header div.box {
		width: 100%;
		max-width: 1100px;
		padding: 0 !important;
		margin: 0 auto;
	}
	header .logo-box {
		width: 100%;
		height: 90px;
		margin: 0;
		padding: 10px;
		background: #fff;
		border-bottom: 1px solid #ccc;
		position: fixed;
    top: 0;
		z-index: 9998;
	}
	header h1 {
		margin-bottom: 0px;
		margin: 0;
		padding: 0;
	}
	header h1.head-txt {
		width: 100%;
		margin-bottom: 0;
		margin: 0;
		padding: 0;
	}
	header .logo {
		max-width: 90%;
		width: 90%;
		margin: 10px 0 0 0;
	}
	header .logo a{
		width: 40%;
		display: block;
		float: left;
		clear: none;
	}
	header .logo-box .logo .com-name {
		float:left;
		margin: 20px 0 0 10px;
		font-size: 10px;
		display: block;
	}
	header div.box {
		padding: 14px 0
	}
	header .header-contact {
		display: none;
	}
	.content .header-contact {
		display: block;
		margin: 0 auto 10px auto;
	}
}

@media only screen and (max-width: 620px) {
	header h1 {
		font-size: 13px;
		line-height: 1.2;
		letter-spacing: -1px;
	}
	header h1.head-txt {
		width: 100%;
		/*text-align: right;*/
		text-align:left;
	}
	header h1 strong {
		display: block;
	}
	header .logo {
		width: 96%;
		margin-bottom: 10px;
	}
	header .logo img {
		width: 100%;
		height: auto;
	}
	.header-contact {
		margin-bottom: 10px;
	}
	.header-contact,
	.header-contact ul {
		width: 100%;
	}
	.header-contact .sitemap {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	header .logo {
		height: auto;
	}
	header h1.head-txt {
		display: none;
	}
	header .logo-box {
		height: 60px;
	}
	header .logo {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	header .logo a{
		width: 50%;
		display: block;
		float: none;
		clear: both;
	}
	header .logo-box .logo .com-name {
		float:none;
		margin: 0;
		display: block;
	}
}
@media only screen and (max-width: 355px) {
	.header-contact ul {
		background-image: none;
	}
	.header-contact ul li.mail a:before {
		left: 20px;
	}
}

/******************************************************************************************
/* 5.0 - Navigations
******************************************************************************************/
/* ------ 5.1 - Global navigation ------ */
#nav-switch {
	display: none;
}

.g-nav {
	position: relative;
	margin: 0;
}

.g-nav a {
	text-decoration: none;
}

.nav-lv1 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	-js-display: flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	flex-wrap:nowrap;	
}
.nav-lv1-item {
	position: relative;
	width: calc(100 / 7 * 1%);
	height: 50px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	border-left: 1px solid #fff;
	cursor: pointer;
}
.nav-lv1-item:last-child {
	border-right: 1px solid #fff;
}
.nav-lv1-item.sp {
	display: none;
}
.nav-lv1-item a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	font-size: 15px;
	line-height: 1.1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-lv1-item::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	width: 40px;
	height: 2px;
	margin: auto;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.nav-lv1-item:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.nav-lv2 {
	justify-content: start;
}
.nav-lv2-wrap {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 688px;
	padding: 8px;
	z-index: 100000;
	background: rgba(255,255,255,.96);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}

.nav-lv2-item:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, .8);
}
.nav-lv2-item {
	position: relative;
	margin: 3px 4px;
}
.nav-lv2-item a {
	display: block;
	width: 215px;
	text-indent: 60px;
	text-align: left;
	font-size: 13px;
	line-height: 52px;
	letter-spacing: -1px;
	color: #111;
	background: #EEEEEE;
	border: 2px solid #CCCCCC;
}
.nav-lv2-item a.dobble {
	text-indent: 0;
	font-size: 13px;
	line-height: 1.5px;
}
.nav-lv2-item a span{
	display: block;
	float: right;
	text-align: left;
	width: 150px;
	padding: 10px 0 0 0;
	line-height: 1.5;
}

.nav-lv2-wrap_company {
	width: 155px;
}
.nav-lv2-wrap_company .nav-lv2-item a{
	width: 132px;	
	text-indent: 0;
	text-align: center;
	line-height: 45px;
}


.nav-lv2-item .thumb-box {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 50% 50%;
	overflow: hidden;
}
.nav-lv2-item:nth-child(1) a .thumb-box {
	background-image: url(images/service/moving/list-img.png);
}
.nav-lv2-item:nth-child(2) a .thumb-box {
	background-image: url(images/service/layout/list-img.png);
}
.nav-lv2-item:nth-child(3) a .thumb-box {
	background-image: url(images/service/carpentry/list-img.png);
}
.nav-lv2-item:nth-child(4) a .thumb-box {
	background-image: url(images/service/partition/list-img.png);
}
.nav-lv2-item:nth-child(5) a .thumb-box {
	background-image: url(images/service/floor2/list-img.png);
}
.nav-lv2-item:nth-child(6) a .thumb-box {
	background-image: url(images/service/network/list-img.png);
}
.nav-lv2-item:nth-child(7) a .thumb-box {
	background-image: url(images/service/phone/list-img.png);
}
.nav-lv2-item:nth-child(8) a .thumb-box {
	background-image: url(images/service/sign/list-img.png);
}
.nav-lv2-item:nth-child(9) a .thumb-box {
	background-image: url(images/service/lighting/list-img.png);
}
.nav-lv2-item:nth-child(10) a .thumb-box {
	background-image: url(images/service/wall/list-img.png);
}
.nav-lv2-item:nth-child(11) a .thumb-box {
	background-image: url(images/service/window/list-img.png);
}
.nav-lv2-item:nth-child(12) a .thumb-box {
	background-image: url(images/service/floor/list-img.png);
}
/* --- mobile-navi accordion --- */
@media screen and (max-width: 960px) {
	#nav-switch {
		display: block;
		position: fixed;
		top: 15px;
		right: 15px;
		width: 25px;
		height: 15px;
		cursor: pointer;
		z-index: 9999;
	}
	#nav-switch span {
		position: absolute;
		display: block;
		bottom: -18px;
		left: -7px;
		width: 40px;
		font-size: 8px;
		font-weight: bold;
		letter-spacing: -1px;
		text-align: center;
		color: #303030;
	}
	#nav-switch:before, #nav-switch:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		border-radius: 1px;
		background: #111111;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
	#nav-switch:before {
		top: 0;
		box-shadow: 0 6px 0 #303030;
	}
	#nav-switch:after {
		top: 12px;
	}
	#nav-switch.is-open:before {
		top: 5px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		box-shadow: none;
	}
	#nav-switch.is-open:after {
		top: 5px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.g-nav {
		display: none;
		position: fixed;
		top: 90px;
		left: 0;
		width: 100%;
		margin: 0;
		z-index: 10000;
	}
	.nav-lv1 {
		padding: 0;
		flex-wrap:wrap;
	}
	.nav-lv1-item {
		display: inherit;
		width: 100%;
		height: auto;
		padding: 0px;
		border: 0px;
		border-left: 0px;
	}
	.nav-lv1-item:after {
		content: none;
	}
	.nav-lv1-item:last-child {
		border-right: 0px;
	}
	.nav-lv1-item.sp {
		display: block;
	}
	.nav-lv1-item.half {
		width: 50%;
	}
	.nav-lv1-item a::after {
		content: none;
	}
	.nav-lv1-item.parent {
		position: relative;
		flex-direction: column;
	}
	.nav-lv1-item.parent > a:after {
		display: inline-block;
		content: '';
		width: 10px;
		height: 10px;
		margin: 0 0 0 10px;
		background-image: url(images/icon-plus.png);
		background-size: 10px auto;
	}
	.nav-lv1-item > a {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 16px;
		border-bottom: #fff 1px solid;
	}
	.nav-lv1-item a {
		display: block;
		padding: .8em 0;
	}
	.nav-lv1-item a br {
		display: none;
	}
	.nav-lv1-item .grid {
		width: 100%;
		margin: 0 auto;
		justify-content: space-around;
	}
	.nav-lv1-item .grid a {
		width: auto;
	}
	.nav-lv1-item span[class*="icon"] {
		font-size: 22px;
	}
	.nav-lv2-wrap {
		display: none;
		width: 100%;
		padding: 0;
		position: static;
		border-top: 0px;
		background-color: #fff;
		box-shadow: none;
	}
	.nav-lv2 {
		-js-display: flex;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start !important;
	}
	.nav-lv2-item {
		width: 50%;
		margin: 0;
	}
	.nav-lv2-item:nth-child(odd) {
		border-right: #fff 1px solid;
	}
	.nav-lv2-item a {
		width: 100%;
		padding: 1em 0;
		text-indent: 0;
		text-align: center;
		font-size: 14px;
		color: #222;
		line-height: 1.1;
		letter-spacing: -1px;
		background: none !important;
		border: none;
	}
	.nav-lv2-item a.dobble {
		width: 100%;
		padding: 1em 0;
		text-indent: 0;
		text-align: center;
		font-size: 14px;
		color: #222;
		line-height: 1.1;
		letter-spacing: -1px;
		background: none !important;
		border: none;
	}
	.nav-lv2-item a span{
		display: block;
		float: none;
		text-align: center;
		width: auto;
		padding: 0 0 0 0;
		line-height: 1.5;
	}
	.nav-lv2-item .thumb-box {
		display: none;
	}
	.nav-lv2-item:not(:last-child) {
		border-color: #fff;
	}
}
@media only screen and (max-width: 480px) {
	.g-nav {
		top: 60px;
	}
	.nav-lv2-item {
		width: 50%;
	}
}

/* ------ 5.2 - page-navi ------ */

.pnav-wrap {
	padding: 20px 0 60px 0;
	margin-bottom: 20px;
	text-align: left;
}

.pnav-wrap li {
	display: inline-block;
	float: left;
	margin: 0 2px 3px 2px;
	padding: 0;
	text-align: center;
	font-size: 1.4em;
	background-color: #333;
	border-radius: 1px;
}

.pnav-wrap li.current {
	padding: .6em;
	color: #ffffff;
	background-color: rgba(41, 128, 185, 1);
	border: solid 1px rgba(41, 128, 185, 1);
}

.pnav-wrap a {
	display: block;
	padding: .6em;
	color: #fff;
	border: solid 1px #333;
	border-radius: 1px;
}

.pnav-wrap a:hover {
	border-color: rgba(41, 128, 185, .9);
	background-color: rgba(41, 128, 185, .9);
}


/* ------ 5.3 - page-link ------ */

.page-link {
	width: 100%;
	padding-top: 100px;
	overflow: hidden;
	justify-content: space-between;
}

.page-link span {
	display: table;
	width: 49%;
	margin: 20px 1px;
	padding: 0;
	font-size: 1.3em;
	text-align: center;
	letter-spacing: -0.05em;
	background-color: #fff;
	border: 3px solid #ccc;
	transition: all 0.3s ease;
}

.page-link span:hover {
	background-color: #333;
	border: 3px solid #333;
}

.page-link span.pageprev {
	float: left;
}

.page-link span.pageprev a:before {
	content: '\f060';
	margin: 0 .5em 0 0;
	font-family: FontAwesome;
}

.page-link span.pagenext {
	float: right;
}

.page-link span.pagenext a:after {
	content: '\f061';
	margin: 0 0 0 .5em;
	font-family: FontAwesome;
}

.page-link span a {
	display: table-cell;
	height: 4em;
	padding: 0 .8em;
	color: #fff;
	vertical-align: middle;
	color: #040808;
}

.page-link span a:hover {
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 480px) {
	.page-link span {
		display: table;
		width: 98%;
	}
	.page-link span.pagenext, .page-link span.pageprev {
		float: none;
	}
}

/* ------ 5.4 - Button ------ */
a.btn {
	display: block;
	text-align: center;
}

.page-link-btn {
	width: 80%;
	margin: 30px auto;
}
.page-link-btn a {
	color: #fff !important;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none !important;
	padding: .6em 0;
	border-radius: 100px !important;
}

.more {
	padding: 35px 0 0 0;
	text-align: center;
}

.more a {
	padding: 10px 0 10px 16px;
	letter-spacing: 1px;
}

.more a:after {
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
}

@media only screen and (max-width: 600px) {
	.page-link-btn a {
		line-height: 1.3;
	}
	.page-link-btn a span {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.page-link-btn a {
		font-size: 18px;
	}
}
/* --- box-btn with jquery --- */
.box-link {
	cursor: pointer;
}

/* --- sp-call-btn with jquery --- */
a span[data-action="call"] {
	color: blue;
}

/* ------ 5.5 - bread-crumb ------ */
.bread-wrap {
	width: 100%;
	overflow: hidden;
}
.bread-wrap .box {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
}
ul.bread_crumb {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 12px 10px 15px 10px;
}
ul.bread_crumb li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	color: #222;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5;
}
ul.bread_crumb li.sub {
	padding: 5px 0 0 0;
	line-height: 1;
	display: inline-block;
}
ul.bread_crumb li:after {
	content: '\f105';
	margin: 0 .3em 0 .5em;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: FontAwesome;
}
ul.bread_crumb li:last-child:after {
	content: none;
}
ul.bread_crumb li a {
	color: #222;
}
ul.bread_crumb li a:hover {
	text-decoration: underline;
}
ul.bread_crumb li a i {
	margin: 0 .3em 0 0;
}
@media only screen and (max-width: 960px) {
	ul.bread_crumb {
		padding: 12px 0 15px 0;
	}
}
@media only screen and (max-width: 480px) {
	ul.bread_crumb li {
		display: flex;
	}
}
/* ------ 5.6 - page-top ------ */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 20px;
	z-index: 100;
}
#page-top a {
	background: rgba(0, 0, 0, .3);
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border-radius: 1px;
}
#page-top a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, .5);
}


/******************************************************************************************
/* 0.0 - main common parts
******************************************************************************************/
.content .ttl {
	margin-bottom: 12px;
	padding: 12px 25px 12px 25px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}
/* contact-box */
.contact-box {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 15px 15px 15px 45px;
	clear: both;
	border: 10px solid;
	background-image: url(images/hd-contact-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 96%;
}
.contact-box .grid {
	align-items: flex-end;
}
.contact-box p.msg {
	margin-bottom: 0;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 33px;
}
.contact-box .tel {
	margin-right: 20px;
	padding: 0;
}
.contact-box .tel p {
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #4A4A4A;
}
.contact-box .tel p span {
	margin-left: 20px;
	font-size: 13px;
}
.contact-box .tel-link {
	font-size: 70px;
	font-weight: bold;
	line-height: 1;
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', sans-serif;
}
.contact-box .link a {
	width: 460px;
	padding: 16px 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	border-radius: 100px;
}
@media only screen and (max-width: 768px) {
	.contact-box {
		/*background-size: auto auto;*/
	}
	.contact-box p.msg {
		font-size: 21px;
	}
	.contact-box .link a {
		width: 320px;
		padding: 14px 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
	}
}
@media only screen and (max-width: 667px) {
	.contact-box {
		padding: 15px;
		background-image: none;
	}
	.contact-box p.msg {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.4;
		text-align: justify;
	}
	.contact-box p.msg br {
		display: none;
	}
	.contact-box .tel {
		width: 100%;
		margin: 0 0 20px 0;
		text-align: center;
	}
		.contact-box .tel img {
			width: 100%;
			height: auto;
		}
	.contact-box .tel-link {
		font-size: 38px;
		text-align: center;
	}
	.contact-box .link {
		width: 100%;
	}
	.contact-box .link a {
		margin: 0 auto;
	}
	.contact-box .tel p span {
		display: block;
		margin: 5px 0 10px 0;
	}
}
@media only screen and (max-width: 480px) {
	.contact-box {
		padding: 18px 18px 25px 18px;
	}
	.content .ttl {
		padding: 12px;
		font-size: 20px;
	}
	.contact-box .grid {
		flex-direction: column;
	}
	.contact-box .link {
		width: 100%;
	}
	.contact-box .link a {
		width: auto;
		padding: 12px 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2;
	}
	.contact-box .link a span {
		display: block;
		border-radius: 100px;
	}
}

/* --- service-sub --- */
.service-sub p {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: justify;
}
.service-sub {
	width: 100%;
	max-width: 1100px;
	overflow: hidden;
}
.service-sub ul {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	justify-content: space-around;
}
.service-sub ul li {
	position: relative;
	width: 32%;
	height: 160px;
	border: 1px solid #ddd;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
	transition: all .3s;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 100%;
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}
.service-sub ul li a span {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 12px;
	height: 2em;
	text-align: right;
}
.service-sub ul li a span.single {
	height: 1em;
}
.service-sub ul li:first-child {
	background-image: url(images/img-servicesub-01.png);
}
.service-sub ul li:nth-child(2) {
	background-image: url(images/img-servicesub-02.png);
}
.service-sub ul li:nth-child(3) {
	background-image: url(images/img-servicesub-03.png);
}
.service-sub ul li a {
	display: block;
	height: 100%;
	padding: 15px 13px 10px 13px;
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	line-height: 1;
	letter-spacing: -1px;
	color: #333;
}
.service-sub ul li:hover:before {
	position: absolute;
	top: -1px;
	left: -1px;
	content: '';
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 4px solid #ddd;
	transition: all .3s;
}
@media only screen and (max-width: 667px) {
	.service-sub ul li {
		width: 100%;
		margin-bottom: 20px;
	}
}

/* --- エリア --- */
.area.block-nottl {
	width: 100%;
	margin-bottom: 60px;
}
.area.block-nottl .grid {
	/*justify-content: space-around;*/
}
.area.block-nottl .img {
	width: 246px;
	height: 206px;
	padding: 20px;
	float: left;
	background-color: #f1f1f1;
}
.area.block-nottl .txt {
	width: calc(100% - 246px);
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}
.area.block-nottl .txt span.largetxt {
	font-size: 120%;
}
.area.block-nottl .txt span.normaltxt {
	font-size: 80%;
	font-weight: normal;
}
.area.block-nottl img {
	width: 100%;
	height: auto;
}
.area.block-nottl dl {
	font-weight: bold;
}
.area.block-nottl dt {
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px 0;
}
.area.block-nottl dl div{
	width: 50%;
	float: left;
}
.area.block-nottl dd {
	font-size: 15px;
	margin: 0 0 0 20px;
	padding: 0 0 0 5px;
	font-weight: normal;
}
.area.block-nottl dd:before  {
	font-size: 15px;
	font-weight: normal;
	content: '\f0da';
	margin: 0 8px 0 0;
	font-family: FontAwesome;
	transition: all .3s;
	color: #FFA500;
}
@media only screen and (max-width: 1100px) {
	.area.block-nottl img {
		display: block;
		max-width: 220px;
		margin: 0 auto;
	}
	.area.block-nottl dd {
		font-size: 13px;
		letter-spacing: -1px;
	}
}
@media only screen and (max-width: 480px) {
	.area.block-nottl .img {
		float: none;
		margin: 0 auto;
	}
	.area.block-nottl .txt {
		width: 100%;
		float: left;
		clear: both;
		margin: 0;
	}
	.area.block-nottl dt {
		font-size: 15px;
		margin: 15px 0;
		text-align:left;
	}
	.area.block-nottl dl div{
		width: 50%;
		float: left;
	}
}

/*マニュアルリンク*/
.manual {
	margin-bottom: 40px;
}
.manual img {
	width: 100%;
	height: auto;
}
.manual.box-link:hover {
	opacity: 0.8;
}
/*
.manual.box-link h3 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 25px;
	text-align: center;
	line-height: 1.3;
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.50);
}
.manual.box-link .grid {
	justify-content: space-between;
	align-items: center;
}
.manual.box-link .img-box {
	width: 35%;
}
.manual.box-link ul {
	width: 58%;
}
.manual.box-link .lay-manual .img-box {
	width: 35%;
}
.manual.box-link .lay-manual ul {
	width: 64%;
}
.manual.box-link ul li {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #111;
}
.manual.box-link ul li:before {
	content: "\f046";
	margin-right: 10px;
	font-family: FontAwesome;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	position: relative;
	top: 6px;
}
.manual.box-link .img-box img {
	width: 100%;
	height: auto;
}
.manual.box-link a {
	width: 100%;
	display: block;
}
.manual.box-link a {
	width: 60%;
	margin: 10px auto 0 auto;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	background-color: #D21100;
	border-radius: 100px;
	box-shadow: 0 4px 0 0 #920D0D;
}*/
@media only screen and (max-width: 815px) {
	/*
	.manual.box-link .img-box,
	.manual.box-link .lay-manual .img-box {
		width: 60%;
		margin: 0 auto;
	}
	.manual.box-link ul {
		width: 380px;
		margin: 0 auto 20px auto;
	}*/

}
@media only screen and (max-width: 480px) {
	/*
	.manual.box-link h3 {
		margin-bottom: 10px;
		font-size: 15px;
		letter-spacing: -1px;
	}
	.manual.box-link ul li {
		font-size: 11px;
		line-height: 1.2;
	}
	.manual.box-link ul li:before {
		margin-right: 5px;
		font-size: 11px;
		top: 0px;
	}
	.manual.box-link .img-box {
		width: 25%;
	}
	.manual.box-link ul {
		width: 73%;
	}
	.manual.box-link a {
		width: 90%;
	}
	.manual.box-link ul,
	.manual.box-link .lay-manual ul {
		width: 330px;
	}
	.manual.box-link ul li {
		font-size: 15px;
		margin: 0 0 0 30px;
		text-indent: -30px;
	}
	.manual.box-link ul li:before {
		top: 3px;
		font-size: 22px;
	}*/
}

/******************************************************************************************
/* 7.0 - main
******************************************************************************************/
/* ----- article-head ----- */
.page .article-head,
.category .article-head,
.archive .article-head {
	padding: 0;
	border-width: 6px;
	border-style: solid;
}

.article-head div.page-ttl {
	position: relative;
	width: 100%;
	border: 1px solid rgba(255,255,255,.8);
	overflow: hidden;
}
.article-head div.page-ttl .thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 99;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 60% auto;
}
.service .article-head div.page-ttl .thumb {
	background-image: url(images/service/hd-img.png);
}
.contact .article-head div.page-ttl .thumb {
	top: 0;
	background-size: auto 100%;
	background-position: right center;
	background-image: url(images/contact/hd-img.png);
}
.follow .article-head div.page-ttl .thumb {
	top: 0;
	background-size: 40% auto;
	background-position: right -10px;
	background-image: url(images/follow/hd-img.jpg);
}
.article-head div.page-ttl .thumb:after {
	position: absolute;
	top: 0;
	left: 40%;
	z-index: 100;
	content: '';
	width: 30%;
	height: 100%;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 40%, rgba(255, 255, 255, 1) 80%);
}
.article-head h2 {
	position: relative;
	margin: 0;
	padding: 50px 20px 50px 10px;
	font-size: 40px;
	font-weight: bold;
	text-indent: 20px;
	line-height: 1.2;
	letter-spacing: -2px;
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
	z-index: 200;
}
.article-head h2 .com-hd {
	display: none;
}
.article-head.grid {
	position: relative;
	margin-bottom: 20px;
	justify-content: space-between;
	z-index: 100;
	overflow: hidden;
}

@media only screen and (max-width: 667px) {
	.article-head div.page-ttl {
		width: 100%;
		max-width: 100%;
		padding: 30px 0px;
	}
	.article-head .thumb {
		display: none;
	}
	.article-head,
	.article-head h2,
	.article-head p {
		padding: 0;
	}
	.article-head p br {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	article br.sp {
		display: block;
	}
	.article-head {
		padding: 0;
	}
	.article-head.grid {
		min-height: auto;
	}
	.article-head h2 {
		font-size: 24px;
	}
	.article-head p {
		font-size: 18px;
		line-height: 1.4;
	}
}

/* ----- article-body ----- */
.article-body h1 {
	margin: 10px 0;
}
.article-body .block p,
.article-body .block dl,
.article-body .block ul {
	padding: 0 5px;
}
.article-body .block dd {
	font-weight: bold;
}
.article-body .block dl dt {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
.article-body .block p {
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.6;
}
/* --- list --- */


/* --- table --- */


/* --- img --- */
/*.article-body img {
margin-bottom: 35px;
}*/
.article-body img.aligncenter,
.article-body img.size-full {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.article-body img.size-full {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 480px) {
	.article-body img {
		max-width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
}




/* ---------- article（page） ---------- */

.page .block {
	margin-bottom: 20px;
	overflow: hidden;
}
.page p.note {
	margin-bottom: 1em;
	font-size: 13px;
	color: rgb(231, 58, 40);
}
.page img.right-img {
	float: right;
	width: 280px;
	height: auto;
	margin: 0 0 25px 25px;
}
.page img.left-img {
	float: left;
	width: 280px;
	height: auto;
	margin: 0 25px 25px 0;
}


/* 固定ページ form関連 */
.contact-list dl {
	justify-content: space-around;
	margin-bottom: 100px;
}
.contact-list dt {
	width: 100%;
	padding: 0 0 35px 0;
	text-align: center;
	font-size: 16px;
}
.contact-list dd {
	width: 46%;
	max-width: 350px;
}
.contact-list dd a {
	display: block;
	color: #303030;
	padding: 1.3em 0;
	letter-spacing: 2px;
	text-align: center;
	border: 1px solid #303030;
}
.contact-list dd a:hover {
	color: #fff;
	background-color: #303030;
}
@media only screen and (max-width: 768px) {
	.contact-list dl {
		flex-direction: column;
	}
	.contact-list dd {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 35px auto;
	}
}
.contact-txt p {
	text-align: center;
}
.contact-txt p a {
	padding: 0 5px;
}
.contact-txt p a {
	font-weight: bold;
}

address {
	padding-top: 35px;
	margin-bottom: 70px;
	text-align: center;
	font-style: normal;
}



@media only screen and (max-width: 480px) {
	.contact-ginza h1 span {
		margin: 0;
		display: block;
	}
	.contact-txt p {
		text-align: left;
	}
	.form-list li {
		margin-right: 0;
	}
	.select-time select {
		display: block;
		width: 100%;
	}
	address {
		text-align: left;
	}
}


/******************************************************************************************
/* 0.0 - side
******************************************************************************************/
aside h3, .side-menu a {
	position: relative;
	padding: .8em 0;
	font-size: 18px;
	font-size: 1.8rem;
	text-indent: 1.5em;
	line-height: 1.4;
	background-color: #F4F4F4;
	border: 1px solid #e8e8e8;
	z-index: 1;
}
aside .bnr {
	margin-bottom: 25px;
}

aside .bnr.voice-bnr, aside .bnr.blog-bnr {
	margin-bottom: 50px;
}
aside .bnr li:not(:last-child) {
	margin-bottom: 25px;
}

aside .bnr li {
	line-height: 1;
}
aside .bnr a img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
aside .bnr a.hover-border {
	position: relative;
	display: block;
	font-size: 0px;
}
aside .bnr a.hover-border:hover:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 4px solid #ddd;
	transition: all .3s;
}
aside .bnr a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
aside .bnr a.hover-border img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
@media only screen and (max-width: 920px) {
	aside:first-child .bnr {
		width: 100%;
		margin: 0 auto 20px auto;
		display: flex;
		justify-content: space-around;
		/*flex-direction: column;*/
	}
	aside:nth-child(2) .bnr {
		width: 100%;
		margin: 0 auto 20px auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		/*flex-direction: column;*/
	}
	aside .bnr li {
		width: 32%;
		max-width: 320px;
	}
	aside .bnr li.pc {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	aside .bnr {
		max-width: 320px;
		flex-direction: column;
	}
	aside .bnr li {
		width: 100%;
	}
}

/* サイドサービスメニュー */
.side-service {
	margin-bottom: 30px;
	flex-direction: column;
}
.side-service h3 {
	border-left: 1px solid;
	border-right: 1px solid;
	color: #fff;
}
.side-service li {
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
.side-service li:last-child {
	border-bottom: 1px solid #E0E0E0;
}
.side-service li a {
	position: relative;
	display: block;
	width: 100%;
	padding: .5em 0;
	font-weight: normal;
	text-indent: 1em;
	color: #121212;
	background-color: #fff;
}
.side-service li a:hover span {
	text-decoration: underline;
}
.side-service li a br {
	display: none;
}
.side-service li:not(:last-child) a {
	border-bottom: 1px solid #e0e0e0;
}
.side-service li a:before {
	content: '\f0da';
	margin: 0 8px 0 0;
	font-family: FontAwesome;
	transition: all .3s;
}
.side-service li a:hover:before {
	text-decoration: none;
	text-decoration-color: #fff;
}

/* サイドサブリンク */
.sub-link li {
	margin-bottom: 20px;
	line-height: 1.3;
}
.sub-link li a {
	display: block;
	background-color: #f4f4f4;
	border: 1px solid #e8e8e8;
	padding: 1em;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}
.sub-link li a:before {
	content: '\f0da';
	margin: 0 8px 0 0;
	font-family: FontAwesome;
	transition: all .3s;
}

/* サイドお問い合せ */
.side-contact {
	margin-bottom: 30px;
	padding: 20px 15px 20px 15px;
}
.side-contact dt, .side-contact .tel-link, .side-contact .biz-time, .side-contact .link {
	text-align: center;
	line-height: 1;
}
.side-contact dt {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.side-contact .tel-link {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #fff;
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Noto Sans Japanese', sans-serif;
}
.side-contact .tel-link a {
	color: #fff;
}
.side-contact .tel-link:before {
	display: inline-block;
	content: '';
	width: 24px;
	height: 24px;
	background-image: url(images/icon-phone.png);
	background-size: 24px auto;
	background-repeat: no-repeat;
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	-ms-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.side-contact .biz-time {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #111;
}
.side-contact .msg {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #111;
}
.side-contact .link a {
	padding: 1em 0;
	font-size: 15px;
}




/*プライバシー*/
.privacypolicy .ttl:not(:first-child) {
	margin-top: 40px;
}
.privacypolicy .pp ul {
	padding: 0 10px 20px 10px !important;
}
.privacypolicy .pp ul li {
	margin: 0 0 0 2em;
	text-indent: -1.4em;
	line-height: 1.5;
	list-style-type: disc;
	list-style-position: inside;
}

/*.privacypolicy .article-head.grid {
margin-bottom: 20px;
}*/
/*.mailpp {
width: 100%;
height: 300px;
margin-top: 30px;
margin-bottom: 20px;
padding: 20px;
overflow-x: hidden;
overflow-y: scroll;
border: 4px solid #ddd;
box-sizing: border-box;
}
.mailpp h3 {
margin-bottom: 6px;
padding-bottom: 6px;
font-size: 16px;
border-bottom: 1px solid #666;
}
.article-body .block .mailpp p {
padding: 0;
font-size: 13px;
font-weight: normal;
line-height: 1.3;
}

.pp dd {
margin-bottom: 1em;
}
.pp dd dl {
padding: 20px 0 0 20px;
}
.pp .right {
width: 100%;
margin-bottom: 20px;
padding-top: 20px;
text-align: right;
}

.pm img {
display: block;
margin: 0 auto 30px auto;
}
.law h3,
.law h4 {
margin-bottom: 10px;
}
.law p {
margin-bottom: 0;
}
.law ul {
margin-bottom: 20px;
}
.law ul li {
margin: 0 0 0 1em;
text-indent: -1em;
}
.law table {
margin-bottom: 30px;
border: 1px solid #ccc;
}
.law table th {
padding: 8px;
background-color: #f1f1f1;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.law table td {
padding: 8px;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
vertical-align: top;
}
.law dd {
margin-bottom: 1em;
padding: 0 0 0 1em;
}

ul.ppmenu {
margin: 0 0 40px 0;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}

ul.ppmenu li {
width: 33%;
text-align: center;
font-size: 13px;
}
ul.ppmenu li a {
width: 100%;
display: block;
padding: 8px;
color: #fff;
display: flex;
align-items: center;
flex-flow: row wrap;
height: 5em;
text-align: left;
}
ul.ppmenu li a:hover {
background-color: rgba(0, 92, 166, 0.68);
}
@media only screen and (max-width: 550px) {
ul.ppmenu li {
width: 100%;
margin-bottom: 10px;
}
}
@media only screen and (max-width: 480px) {
.law table tbody {
width: 100%;
display: block;
}
.law table tr {
margin-bottom: 0;
}
.law table th {
margin-bottom: 0;
}
.law table td {
border-right-width: 0px;
}
.law table td.who {
background-color: #f3f3f3;
}
}
@media only screen and (max-width: 480px) {

}*/

/*sitemap*/
.sitemap .page-list ul {
	display: flex;
	padding: 0 !important;
	justify-content: space-between;
	flex-flow: row wrap;
}
.sitemap .page-list ul li {
	width: 48%;
	margin: 1%;
	line-height: 1.3;
	border: 2px solid #ddd;
}
.sitemap .page-list ul li a {
	display: block;
	padding: 1em;
}
@media only screen and (max-width: 568px) {
	.sitemap .page-list ul li {
		width: 100%;
	}
}
/******************************************************************************************
/* 0.0 - footer
******************************************************************************************/
footer {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: #F4F4F4;
	border-top: 1px solid #DDDDDD;
}
footer .box {
	position: relative;
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	justify-content: space-between;
}

/* --- com-info --- */
footer .com-info {
	width: 100%;
	margin-top: 25px;
	padding-top: 35px;
	padding-bottom: 45px;
	border-top: 1px solid #D8D8D8;
	align-items: center;
}
footer .logo {
	width: 293px;
	height: 55px;
	margin: 0;
}
footer .logo img {
	width: 100%;
	height: auto;
}
footer .com-info .phone {
	font-size: 18px;
}
footer .com-info .phone span {
	display: block;
	font-size: 33px;
	font-weight: bold;
	line-height: 1;
}
footer .com-info .phone span small {
	font-size: 25px;
}

/* --- nav --- */
footer .ft-nav {
	width: 75%;
	margin: 0 auto 0 0;
	justify-content: space-between;
}
footer dl {
	width: 200px;
	font-size: 14px;
}
footer dl a {
	display: inline;
	width: 100%;
	color: #111;
}
footer dl dt:before {
	content: '\f0da';
	margin: 0 8px 0 0;
	font-family: FontAwesome;
	transition: all .3s;
}
footer dl dt {
	margin-bottom: 15px;
	padding: 0 0 15px 5px;
	font-weight: bold;
	color: #111;
	line-height: 1;
	border-bottom: 1px solid #fff;
}
footer dl dd {
	margin-bottom: 1em;
	padding-left: 5px;
	font-weight: normal;
	line-height: 1;
}
footer dl dd br {
	display: none;
}
@media only screen and (max-width: 920px) {
	footer .ft-nav {
		width: 100%;
	}
	footer .logo {
		margin: 0 auto 20px auto;
	}
	footer .com-info {
		flex-direction: column;
		text-align: center;
	}
	footer .com-info .phone {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 667px) {
	footer .com-info {
		border-top-width: 0px;
	}
	footer dl {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		font-size: 14px;
	}
}
/* --- copy --- */
footer .copy {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
@media only screen and (max-width: 480px) {
	footer .com-info {
		width: 96%;
		margin: 0 auto;
		padding-top: 15px;
		padding-bottom: 25px;
	}
	footer .logo {
		width: 100%;
		margin: 0 0 35px 0;
	}
	footer dl {
		font-size: 14px;
	}
}
/******************************************************************************************
.mv-container　投稿ページのメイン画像及び動画をレスポンシブ表示
******************************************************************************************/

.mv-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin: 0 0 30px 0;
}

.mv-container iframe, .mv-container object, .mv-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-container {
	width: 100%;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.img-container img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 480px) {
	.img-container {
		width: 100%;
		margin: 0 0 10px 0;
		overflow: hidden;
	}
}

.error404 .article-body {
	padding-bottom: 100px;
}
.error404 h2 {
	padding: 20px 5px 0 5px;
}
.error404 p {
	padding: 0 5px;
}
.error404 form {
	padding: 10px 0 0 0;
}

.red {color: #cc0000;}
.fontlarge {font-size: 150%; font-weight: bold;}

.link_01 {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 10px 0;
	font-size: 14px;
	border-radius: 100px;
	box-shadow: 0px 0px 0px;
	background: #d21100;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.link_01:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.imglist4 {
	clear: both;
	list-style-type: none;
}
.imglist4 li {
	float: left;
	width: 25%;
	text-align: center;
	margin: 0 0 20px 0;
}
.imglist4 li img {
	width: 95%;
}

@media only screen and (max-width: 480px) {
	.imglist4 li {
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 0 0;
	}
	.imglist4 li img {
		width: 100%;
	}
}

.hrclr {
	clear: both;
	color: #fff;
	height: 1px;
	border: 0;
	background: #fff;
	display: inline;
	margin: 0;
	padding: 0;
}

/*お問い合わせ関連*/

.must {
    float: right;
    margin: 5px;
    background-color: #D21100;
    padding: 0 .5em;
    font-size: 12px;
    line-height: 1.8em;
    color: #FFF;
    display: block;
    border-radius: 2px;
}

@media screen and (max-width: 768px) {
    .must {
        float: left;
        margin: 4px 5px 0 0;
        line-height: 1.8em;
    }
}

.error {
	display: block;
	color: #ff0000;
	font-weight: bold;
}

.sub-btn {
	text-align: center;
	margin: 20px 0;
}

.sub-btn button {
	border-radius: 50px;
	background: #d21100;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	margin: 0 5px;
	padding: 10px 100px;
}

.sub-btn button:hover {
	opacity:0.7;
}

.faq .article-head div.page-ttl .thumb {
    top: 0;
    background-size: auto 100%;
    background-position: right center;
    background-image: url(images/faq/hd-img.png);
}


/* --- slide 施工事例 --- */
.result-item {
	margin-bottom: 0 !important;
	right: 0;
	z-index: 99;
}
.result-item li {
	margin: 0 5px;
	cursor: pointer;
}
.result-item li .thumb {
	height: 170px;
}
.result-item li .txt-info {
	flex-flow: column;
	padding-bottom: 10px;
	line-height: 1.5;
}
.result-item p.title {
	width: 100%;
	/*height: 45px;*/
	padding: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
@media only screen and (max-width: 1100px) {
	.result-item li .thumb {
		height: auto;
	}
}
@media only screen and (max-width: 480px) {
	.result-item li .thumb {
		height: auto;
	}
}
.results-bg{
	display: block;
	width: 100%;
	height: 152px;
	background-size: cover;
	background-position: center;
}

/*slide 事例／インタビュー*/
li .thumb {
	width:100%;
	overflow:hidden;
	position:relative;
}
li .thumb img {
	/*position: absolute;
	left: -100%;
	right: -100%;*/
	margin: auto;
	width: 100%;
	height: auto;
}
li:hover .thumb img {
	opacity: 1;
}
li.slick-slide {
	background-color: #f1f1f1;
}
