@charset "utf-8";
/*------------------------------------------------------------
Theme Name: 久野商事
Theme URI: null
Description: Description
Author: 81bridge - LSZ
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	html {
		font-size: 59%;
	}
}
@media all and (max-width: 360px) {
	html {
		font-size: 56%;
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LXH */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 90px;
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
.fax,
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	#container {
		/*padding-bottom: 100px; 追従バナーの削除のため */
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 60px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #FFF;
	box-shadow : 0px 5px 10px rgba(2, 0, 73, 0.3);
	z-index: 99;
	box-sizing: border-box;
}
#gHeader .hBox {
	width: 100%;
	padding-left: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
#gHeader .rightBox {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#gNavi .naviUl {
	display: flex;
	justify-content: flex-end;
}
#gNavi .naviUl > li {
	width: 175px;
	position: relative;
}
#gNavi .naviUl > li::after,
#gNavi .naviUl > li::before {
	margin-top: -8px;
	width: 1px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #B7B7B7;
	content: "";
}
#gNavi .naviUl > li::after {
	left: auto;
	right: 0;
}
#gNavi .naviUl > li:last-child:after {
	display: none;
}
#gNavi .naviUl > li > a {
	height: 90px;
	color: #4D4D4D;
	font-size: 1.5rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.08em;
	position: relative;
}
#gNavi .naviUl > li > a::before {
	width: 100%;
	height: 4px;
	background-color: #0052A4;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	opacity: 0;
	transition: .3s;
}
#gNavi .naviUl .on::before {
	opacity: 1 !important;
}
#gNavi .dorpBtn::after {
	margin-top: -1px;
	width: 11px;
	height: 7px;
	position: absolute;
	top: 50%;
	right: 10px;
	background: url("img/common/icon22.png") no-repeat left top / 100% 100%;
	content: "";
}
#gNavi .en {
	margin-top: -1px;
	color: #0192E5;
	font-size: 1rem;
	display: block;
	letter-spacing: 0.05em;
}
#gNavi .dorpUl {
	padding-top: 5px;
	min-width: 100%;
	position: absolute;
	top: calc(100% - 4px);
	left: 0;
	background-color: rgba(0,82,164,0.95);
	display: none;
}
#gNavi .dorpUl a {
	padding: 14px 25px 16px 11px;
	color: #fff;
	font-weight: 500;
	display: block;
	font-size: 1.3rem;
	position: relative;
	background: url("img/common/icon23.png") no-repeat right 13px center / 6px auto;
	white-space:nowrap;
}
#gNavi .dorpUl li {
	border-bottom: 1px dashed #fff;
}
#gNavi .dorpUl li:last-child {
	border-bottom: none;
}
#gHeader .logo {
	margin-right: 10px;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#gNavi .naviUl > li {
		width: 146px;
	}
	#gNavi .naviUl > li > a {
		font-size: 1.4rem;
	}
	#gNavi .en {
		font-size: 0.8rem;
	}
	#gNavi .dorpBtn::after {
		margin-top: -1px;
		width: 9px;
		height: 5px;
		right: 5px;
	}
	#gHeader .hBox {
		padding-left: 10px;
	}
}
@media all and (min-width: 897px) {
	#gNavi .naviUl > li > a:hover::before {
		opacity: 1;
	}
	#gNavi .naviUl .on > a::before {
		opacity: 1;
	}
	#gNavi .naviUl .active > a::before {
		opacity: 1;
	}
	#gNavi .dorpUl a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 10px 60px 10px 8px;
	}
	#gHeader .btnUl {
		display: flex;
	}
	#gHeader .btnUl li {
		margin-left: 7px;
	}
	#gHeader {
		box-shadow: 0 0px 9px rgba(2, 0, 73, 0.3);
	}
}

.menu {
	position: absolute;
	top: 17px;
  	right: 15px;
	height: 26px;
	width: 30px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.active .top {
	-webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(7px) translateX(0) rotate(-45deg);
	transform: translateY(7px) translateX(0) rotate(-45deg);
	background: #0052A4;
}
.menu.active .middle {
	opacity: 0;
	background: #0052A4;
}
.menu.active .bottom {
	-webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(45deg);
	transform: translateY(-7px) translateX(0) rotate(45deg);
	background: #0052A4;
}
.menu span {
	background: #0052A4;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 12px;
}
.menu span:nth-of-type(3) {
	top: 24px;
}


/* menuBox */
.menuBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,82,164,0.9);
	z-index: 999;
	overflow-y: auto;
	display: none;
}
.menuBox .innerBox {
	padding: 73px 20px;
	position: relative;
}
.menuBox .close {
	width: 24px;
	position: absolute;
	top: 18px;
	right: 18px;
	cursor: pointer;
}
.menuBox .naviUl a {
	color: #fff;
	display: block;
	font-weight: 500;
	font-size: 1.5rem;
}
.menuBox .naviUl .en {
	font-weight: 400;
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.05em;
	margin: -4px 0 0 9px;
}
.menuBox .naviUl > li > a {
	padding: 12px 8px 9px;
	display: block;
	letter-spacing: 0.07em;
	border-bottom: 1px solid #fff;
}
.menuBox .naviUl .dorpUl {
	padding: 15px 33px 7px;
	letter-spacing: 0.12em;
	display: none;
}
.menuBox .naviUl .dorpUl li {
	margin-bottom: 11px;
}
.menuBox .naviUl .dorpUl li:last-child {
	margin-bottom: 0;
}
.menuBox .naviUl .dorpBtn {
	padding-right: 30px;
	position: relative;
}
.menuBox .naviUl .dorpBtn::after {
	width: 10px;
	height: 5px;
	position: absolute;
	top: 50%;
	right: 15px;
	background: url("img/common/icon28.png") no-repeat left top / 100% 100%;
	content: "";
}
.menuBox .naviUl .dorpBtn.on::after {
	background-image: url("img/common/icon29.png");
}
.menuBox .comLinkUl {
	margin-top: 21px;
}
.menuBox .comLinkUl li {
	margin-bottom: 17px;
	max-width: 270px;
}
.menuBox .comLinkUl a {
	font-weight: bold;
	height: 56px;
	font-size: 1.566rem;
	background-size: 18px auto;
	background-position: right 23px center;
}
.menuBox .comLinkUl .download a {
	background-color: #fff;
	color: #0052A4;
}
.menuBox .comLinkUl .quote span {
	background-size: 15px auto;
}
.menuBox .comLinkUl .download span {
	background-image: url("img/common/icon01_over.svg");
	background-size: 20px auto;
}
.menuBox .comLinkUl .download a {
	background-image: url("img/common/icon02_over.svg");
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox {
	padding: 0 15px;
	position: relative;
	background: url("img/common/f_bg.jpg") no-repeat center center / cover;
}
#gFooter .fBox::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 82, 164,0.81);
}
#gFooter .fInner {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
#gFooter .lBox {
	padding: 115px 15px 39px;
	width: 36.4%;
	text-align: center;
	box-sizing: border-box;	
	background-color:  rgba(255, 255, 255, 0.85);
}
#gFooter .fLogo {
	margin-bottom: 22px;
}
#gFooter .addTxt {
	margin-bottom: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1.35;
}
#gFooter .tel {
	margin-bottom: 20px;
	letter-spacing: 0.04em;
}
#gFooter .tel a {
	padding: 0 0 4px 32px;
	display: inline-block;
	color: #0052A4;
	font-size: 3rem;
	font-weight: 700;
	background: url("img/common/icon04.svg") no-repeat left center / 24px;
}
#gFooter .tel .date {
	margin-top: -9px;
	display: block;
	color: #0052A4;
	letter-spacing: 0.04em;
	font-size: 1.2rem;
}
#gFooter .comLinkUl {
	display: block;
}
#gFooter .comLinkUl li {
	margin: 0 auto 20px;
	width: auto;
	max-width: 280px;
}
#gFooter .comLinkUl li:last-child {
	margin-bottom: 0;
}
#gFooter .comLinkUl li a {
	padding-right: 25px;
	height: 54px;
	font-size: 1.5rem;
	background-size: 16px;
	background-position: right 24px center;
}
#gFooter .comLinkUl .ico03 {
	background: url("img/common/icon05.svg") no-repeat left center / 18px;
}
#gFooter .comLinkUl li a span {
	background-size: 18px;
}
#gFooter .comLinkUl .quote a span {
	background-size: 14px;
}
#gFooter .navBox {
	margin-top: 180px;
	width: 50.5%;
	color: #FFF;
	font-feature-settings: normal;
}
#gFooter .navBox .fNavi > li {
	width: 50%;
	padding-right: 5px;
	box-sizing: border-box;
}
#gFooter .navBox .fNavi .ttl {
	font-weight: 700;
}
#gFooter .navBox .fNavi a {
	display: inline-block;
	padding-left: 0.6em;
	color: #FFF;
	text-indent: -0.6em;
	font-size: 1.4rem;
}
#gFooter .navBox .subNavi {
	margin: 13px 11px 0;
}
#gFooter .navBox .subNavi li:not(:last-child) {
	margin-bottom: 12px;
}
#gFooter .navBox .spcNav {
	margin: 192px 14px 0;
}
#gFooter .navBox a:hover {
	opacity: 0.8;
}
#gFooter address {
	padding: 17px 0 15px;
	text-align: center;
	font-style: normal;
	color: #FFF;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	background: #333;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 55px;
	}
	#gFooter .fInner {
		padding-top: 15px;
		display: block;
	}
	#gFooter .lBox {
		padding: 30px 10px;
		width: auto;
	}
	#gFooter .comLinkUl li a {
		font-size: 1.4rem;
	}
	#gFooter .navBox {
		margin-top: 0;
		width: auto;
	}
	#gFooter .navBox .fNavi {
		display: block;
	}
	#gFooter .navBox .fNavi li {
		margin-bottom: 0 !important;
		width: auto;
	}
	#gFooter .navBox .fNavi .ttl,
	#gFooter .navBox .fNavi a {
		padding: 15px 10px;
		display: block;
		text-indent: 0;
		border-bottom: 1px solid #FFF;
	}
	#gFooter .navBox .subNavi {
		margin: 0;
	}
	#gFooter .navBox .spcNav {
		margin: 0;
	}
	#gFooter .navBox .spcNav li:last-child a {
		border-bottom: none;
	}
	#gFooter address {
		padding-bottom: 60px;
	}
}
@media all and (max-width: 360px) {
	#gFooter address {
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	fixedBox
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	.fixedBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	.fixedBox {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 100;
		display: none;
	}
	.fixedBox li {
		width: calc((100% - 60px) / 2);
	}
	.fixedBox li a {
		width: 100%;
		height: 55px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFF;
		font-size: 1.3rem;
		box-sizing: border-box;
		background: #0052A4 url("img/common/icon02.svg") no-repeat right 10px center / 13px;
	}
	.fixedBox li .ico {
		padding: 0 19px;
		display: inline-block;
		background: url("img/common/icon01.svg") no-repeat left center / 14px;
	}
	.fixedBox .quote a {
		background-color: #F17723;
	}
	.fixedBox .quote .ico {
		background: url("img/common/icon03.svg") no-repeat left center / 11px;
	}
	.fixedBox .phone {
		width: 60px;
	}
	.fixedBox .phone a {
		padding-top: 26px;
		color: #0052A4;
		font-size: 1.2rem;
		letter-spacing: 0.04em;
		font-weight: 900;
		background:  #FFF url("img/common/icon04.svg") no-repeat center top 9px / 24px;
	}
}
@media all and (max-width: 350px) {
	.fixedBox li a {
		font-size: 3.3vw;
	}
}
/*------------------------------------------------------------
	bodyStyle
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	.bodyStyle #gFooter .lBox {
		padding-top: 50px;
	}
	.bodyStyle #gFooter .navBox {
		margin-top: 115px;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 0 15px;
	max-width: 1128px;
	margin: 0 auto 89px;
	font-size: 1.1rem;
}
#pagePath li {
	margin-right: 2px;
	display: inline;
	letter-spacing: 0.04em;
}
#pagePath li a {
	margin-right: 3px;
	letter-spacing: 0.04em;
}
#pagePath li a:hover {
	opacity: 0.8;
} 
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 30px !important;
	}
}
/*------------------------------------------------------------
	bgWrap
------------------------------------------------------------*/
.bgWrap {
	padding-top: 12px;
	background: url("img/common/bg01.png") no-repeat left top / 700px , url("img/common/bg02.png") no-repeat right top / 700px;
}
.bgWrap.padStyle {
	padding-top: 17px;
}
@media all and (max-width: 1900px)  and (min-width: 897px) {
	.bgWrap {
		background-size: 36%;
	}
}
@media all and (max-width: 896px) {
	.bgWrap {
		background-size: 130px;
	}
}


/* comBg */
.comBg {
	padding-bottom: 112px;
	background: url("img/common/bg01_btm.png") no-repeat left bottom / 700px , url("img/common/bg02_btm.png") no-repeat right bottom / 700px;
}
@media all and (max-width: 1900px)  and (min-width: 897px) {
	.comBg {
		background-size: 36%;
	}
}
@media all and (max-width: 896px) {
	.comBg {
		padding-bottom: 80px;
		background-size: 130px;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-top: -90px;
	padding-top: 80px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 370px;
	box-sizing: border-box;
	background: url("img/privacy/page_img.jpg") no-repeat center center / cover;
}
.pageTitle::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background : rgba(0, 82, 164, 0.5);
	content: "";
}
.pageTitle h2 {
	width: 100%;
	position: relative;
	color: #FFF;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.04em;
}
.pageTitle h2 .en {
	margin-top: -3px;
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-top: -60px;
		padding-top: 50px;
		min-height: 300px;
	}
	.pageTitle h2 {
		font-size: 2.4rem;
	}
	.pageTitle h2 .en {
		font-size: 1.6rem;
	}
}

/*------------------------------------------------------------
	kv
------------------------------------------------------------*/
.kv {
  min-height: 460px;
  background: url(//kuno-fence.com/wp/wp-content/themes/kuno-corporation/img/fence/kv_pc_img.png) no-repeat center center / cover;
}
@media (max-width: 1200px) {
  .kv {
    background-position: left -100px center;
  }
}
@media (max-width: 896px) {
  .kv {
    min-height: 0;
    padding: 60% 0;
    background-position: center center;
  }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 33px;
	text-align: center;
	color: #0052A4;
	font-size: 3.6rem;
	letter-spacing: 0.04em;
}
.headLine01 .line {
	padding-bottom: 3px;
	background: url("img/common/line.jpg") repeat-x left bottom;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 33px;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 28px;
	color: #0052A4;
	font-size: 2.8rem;
	letter-spacing: 0.04em;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 38px;
	padding-bottom: 29px;
	text-align: center;
	font-weight: 700;
	font-size: 3.6rem;
	letter-spacing: 0.04em;
	background: url("img/common/line03.png") no-repeat center bottom / 71px;
}
.headLine03 .blue {
	color: #0052A4;
}
.headLine03 .big {
	font-size: 5.3rem;
	line-height: 1;
}
@media all and (max-width: 896px) {
	.headLine03 {
		padding-bottom: 12px;
		font-size: 2.3rem;
		background-size: 35px 2px;
	}
	.headLine03 .big {
		font-size: 3.6rem;
	}
}
@media all and (max-width: 374px) {
	.headLine03 {
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0.04em;
}
.headLine04 .en {
	margin-top: -6px;
	display: block;
	color: #64C4F1;
	font-size: 1.4rem;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.headLine04 .en {
		margin-top: 0;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comQaList
------------------------------------------------------------*/
.comQaList dt {
	margin-top: 28px;
	padding: 21px 10px 19px 100px;
	position: relative;
	color : rgba(51, 51, 51,0.85);
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
	box-sizing: border-box;
	background: #E0F3FC url("img/common/icon08.svg") no-repeat right 70px center / 21px;
}
.comQaList dt:first-child {
	margin-top: 0;
}
.comQaList dt.on {
	background-image: url("img/common/icon08_on.svg");
}
.comQaList dt::before {
	padding-bottom: 5px;
	position: absolute;
	left: 0;
	width: 70px;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 3rem;
	content: "Q";
	font-weight: 500;
	box-sizing: border-box;
	background-color: #0192E5;
}
.comQaList dd {
	display: none;
}
.comQaList .inner {
	padding: 26px 99px 4px;
	min-height: 114px;
	letter-spacing: 0.04em;
	line-height: 1.75;
	text-align: justify;
	box-sizing: border-box;
}
.comQaList .inner p {
	margin-bottom: 15px;
}
.comQaList .inner p:last-child {
	margin-bottom: 0;
}
.comQaList dd .comLink01 {
	margin-top: 25px;
}
.comQaList dd:first-of-type {
	display: block;
}
.comQaList + .comLink01 {
	margin-top: 68px;
}
@media all and (max-width: 896px) {
	.comQaList dt {
		margin-top: 20px;
		padding: 10px 40px 11px 60px;
		font-size: 1.6rem;
		background-position: right 15px center;
	}
	.comQaList dt::before {
		width: 45px;
		font-size: 2rem;
	}
	.comQaList .inner {
		padding: 15px 40px 0 60px;
		min-height: inherit;
	}
	.comQaList dd .comLink01 {
		margin-top: 15px;
	}
}
/*------------------------------------------------------------
	comLink01
------------------------------------------------------------*/
.comLink01 a {
	width: 300px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #0192E5;
	letter-spacing: 0.04em;
	border-radius: 30px;
	font-weight: 700;
	box-sizing: border-box;
	border: 1px solid #0192E5;
	background: #fff url("img/common/icon09.svg") no-repeat right 25px center / 6px;
}
.comLink01 .pdf {
	background-color: #FFF;
}
.comLink01 .pdf .ico {
	padding: 0 25px;
	display: inline-block;
	background: url("img/common/icon27.svg") no-repeat left center / 15px;
}
.comLink01 .close {
	display: none;
}
.comLink01 a.open .close {
	display: inline-block;
}
.comLink01 a.open .txt {
	display: none;
}
.comLink01.blue a {
	color: #fff;
	font-weight: 500;
	background-color: #0192e5;
	background-image: url("img/common/icon12.svg");
}
@media all and (min-width: 897px) {
	.comLink01 a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.comLink01 a {
		max-width: 300px;
		margin: 0 auto;
		width: auto !important;
		height: 50px;
		background-position: right 15px center;
	}
	.comLink01 .pdf .ico {
		padding: 0 20px;
	}
}

/*------------------------------------------------------------
	comLink02
------------------------------------------------------------*/
.comLink02 a {
	width: 362px;
	height: 64px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	letter-spacing: 0.03em;
	border-radius: 50px;
	font-weight: 700;
	font-size: 1.8rem;
	box-sizing: border-box;
	background: #0052A4 url("img/common/icon25.png") no-repeat right 28px center / 21px;
	text-align: center;
}
.comLink02 .inner {
	width: 100%;
}
.comLink02 img {
	margin: -2px 11px 0 -22px;
	display: inline-block;
	vertical-align: middle;
}
@media all and (min-width: 897px) {
	.comLink02 a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.comLink02 a {
		width: 100%;
		height: 55px;
		font-size: 1.6rem;
		max-width: 300px;
	}
}
/*------------------------------------------------------------
	comCaption
------------------------------------------------------------*/
.comCaption {
	margin: 0 1px 14px;
	text-align: right;
}
.comCaption .ico {
	padding: 2px 0 2px 27px;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	background: url("img/common/icon10.png") no-repeat left center / 21px;
}
@media all and (max-width: 896px) {
	.comCaption .ico {
		font-size: 1.3rem;
		min-height: 24px;
	}
}
/*------------------------------------------------------------
	comGallyList
------------------------------------------------------------*/
.comGallyList {
	margin: -1.15% 0 37px;
}
.comGallyList li {
	margin: 1.15% 1.15% 0 0;
	width: 13.3%;
}
.comGallyList li:nth-child(7n) {
	margin-right: 0;
}
.comGallyList li a {
	height: 95px;
	display: block;
	overflow: hidden;
}
.comGallyList li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (min-width: 897px) {
	.comGallyList li a:hover {
		opacity: 0.8;
	}	
}
@media all and (max-width: 896px) {
	.comGallyList {
		margin: -2% 0 35px;
	}
	.comGallyList li {
		margin: 2% 0 0 !important;
		width: 32%;
	}
	.comGallyList li:nth-child(3n-1) {
		margin: 2% 2% 0 !important;
	}
	.comGallyList li a {
		height: auto;
		padding-bottom: 65%;
		position: relative;
	}
	.comGallyList li img {
		position: absolute;
		top: 0;
		left: 0;
	}
}
/*------------------------------------------------------------
	comContanct
------------------------------------------------------------*/
.comContanct {
	position: relative;
	margin: 140px 15px -58px;
	z-index: 10;
}
.content .comContanct {
	margin-left: 0;
	margin-right: 0;
}
.comContanct .subBox {
	padding: 28px 10px 12px;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 15px;
	box-shadow: 5px 5px 10px rgba(51,51, 51, 0.4);
	background-color: #FFF;
}
.comContanct .pic {
	position: absolute;
	right: 0.7%;
	bottom: 0;
	width: 24.8%;
}
.comContanct .txtImg {
	position: absolute;
	left: 2.8%;
	top: -12.2%;
	width: 11%;
}
.comContanct .title {
	margin-bottom: 15px;
	max-width: 905px;
	color: #4D4D4D;
	font-size: 2.2rem;
	text-align: center;
	font-weight: 700;
}
.comContanct .title .line {
	padding: 3px 49px 7px;
	display: inline-block;
	letter-spacing: 0.06em;
	background: url("img/common/line01.png") no-repeat left center / 34px,url("img/common/line02.png") no-repeat right center / 34px;
}
.comContanct .title .corTxt {
	color: #F17723;
}
.comContanct .comLinkUl {
	margin-bottom: 29px;
	width: 80%;
	max-width: 850px;
}
.comContanct .phone {
	max-width: 850px;
	width: 80%;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.04em;
}
.comContanct .phone .txt {
	margin-bottom: -8px;
	display: block;
	font-size: 2.2rem;
	letter-spacing: 0.04em;
}
.comContanct .phone a {
	padding: 0 0 6px 54px;
	display: inline-block;
	color: #0052A4;
	font-size: 5.3rem;
	background: url("img/common/icon04.svg") no-repeat left center / 42px;
}
.comContanct .phone .date {
	margin-left: 10px;
	display: inline-block;
	color: #0052A4;
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	vertical-align: 8px;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	.comContanct .phone a {
		font-size: 5vw;
	}
	.comContanct .phone .date {
		font-size: 1.9vw;
	}
	.comContanct .pic {
		width: 21.7%;
	}
}
@media all and (max-width: 896px) {
	.comContanct {
		margin: 100px 15px 30px;
	}
	.content .comContanct {
		margin-left: 0;
		margin-right: 0;
	}
	.comContanct .subBox {
		padding: 20px 10px;		
	}
	.comContanct .pic {
		right: 0;
		width: 85px;
		display: none;
	}
	.comContanct .txtImg {
		width: 80px;
	}
	.comContanct .title {
		font-size: 1.6rem;
	}
	.comContanct .title .corTxt {
		display: block;
	}
	.comContanct .title .line {
		padding: 0 20px;
		background-size: 17px;
	}
	.comContanct .comLinkUl {
		max-width: inherit;
	}
	.comContanct .phone {
		max-width: inherit;
		width: auto;
	}
	.comContanct .phone .txt {
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	.comContanct .phone a {
		padding-left: 30px;
		font-size: 3rem;
		background-size: 24px;
	}
	.comContanct .phone .date {
		margin: -10px 0 0;
		display: block;
		font-size: 1.2rem;
	}
}
@media all and (max-width: 360px) {
	.comContanct .pic {
		width: 70px;
	}
	.comContanct .txtImg {
		width: 62px;
	}
}


/*------------------------------------------------------------
	comContanct2
------------------------------------------------------------*/
.comContanct2 {
	position: relative;
	margin: 40px 15px -58px;
	z-index: 10;
}
.comContanct2 .subBox {
	padding: 28px 10px 12px;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 15px;
	box-shadow: 5px 5px 10px rgba(51,51, 51, 0.4);
	background-color: #FFF;
}
.comContanct2 .title {
	margin-bottom: 15px;
	color: #4D4D4D;
	font-size: 2.2rem;
	text-align: center;
	font-weight: 700;
}
.comContanct2 .title .line {
	padding: 3px 49px 7px;
	display: inline-block;
	letter-spacing: 0.06em;
	background: url("img/common/line01.png") no-repeat left center / 34px,url("img/common/line02.png") no-repeat right center / 34px;
}
.comContanct2 .title .corTxt {
	color: #F17723;
}
.comContanct2 .comLinkUl {
	margin-bottom: 29px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.comContanct2 .comLinkUl li {
    width: 30%;
    margin: 0;
}
.comContanct2 .comLinkUl li.tel {
    width: 35%;
}
.comContanct2 .comLinkUl li.tel a {
	color: #333333;
    font-size: 4.3rem;
    background: url(//kuno-fence.com/wp/wp-content/themes/kuno-corporation/img/common/icon30.svg) no-repeat left center / 42px;
    padding: 0;
}
.comContanct2 a {
	display: inline-block;
	color: #333333;
	font-size: 5.3rem;
	background: url("img/common/icon04.svg") no-repeat left center / 42px;
}
.comContanct2 .date {
  padding-left: 0;
	display: block;
	color: #333333;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	vertical-align: 8px;
  text-align: center;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	.comContanct2 a {
		font-size: 5vw;
	}
	.comContanct2 .date {
		font-size: 1.9vw;
	}
}
@media all and (max-width: 896px) {
	.comContanct2 {
		margin: 10px 15px 30px;
	}
	.comContanct2 .subBox {
		padding: 20px 10px;		
	}
	.comContanct2 .title {
		font-size: 1.6rem;
	}
	.comContanct2 .title .corTxt {
		display: block;
	}
	.comContanct2 .title .line {
		padding: 0 20px;
		background-size: 17px;
	}
	.comContanct2 .comLinkUl {
		max-width: inherit;
    display: flex;
    flex-direction: column;
	}
  .comContanct2 .comLinkUl li,
  .comContanct2 .comLinkUl li.tel {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    max-width: none;
  }
  .comContanct2 .comLinkUl li.tel {
    border: solid 1px;
    border-radius: 35px;
    padding: 5px 0;
    background: url(//kuno-fence.com/wp/wp-content/themes/kuno-corporation/img/common/icon16.png) no-repeat right 27px center / 20px;
  }
  .comContanct2 .comLinkUl li.tel a{
    font-size: 3.3rem;
    background: url(//kuno-fence.com/wp/wp-content/themes/kuno-corporation/img/common/icon30.svg) no-repeat left 30px center / 32px;
    padding: 0 0 0 10px;
    height: 50px;
  }
  .comContanct2 .comLinkUl li a{
    height: 70px;
    font-size: 1.6rem;
    border-radius: 35px;
  }
	.comContanct2 .date {
		margin: -10px 0 0;
		display: block;
		font-size: 1.2rem;
    background:none;
	}
}
/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
.comLinkUl li {
	margin: 0 1.8%;
	width: 42.6%;
}
.comLinkUl li a {
	padding-right: 20px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 32px;
	box-sizing: border-box;
	background: #0052A4 url("img/common/icon02.svg") no-repeat right 27px center / 20px;
}
.comLinkUl li span {
	padding-left: 30px;
	display: inline-block;
	background: url("img/common/icon01.svg") no-repeat left center / 22px;
}
.comLinkUl .quote a {
	background-color: #F17723;
}
.comLinkUl .quote span {
	background: url("img/common/icon03.svg") no-repeat left center / 16px;
}
.comLinkUl li a:hover {
	opacity: 0.8;
}
@media all and (max-width: 896px) {
	.comLinkUl {
		display: block;
		width: auto !important;
	}
	.comLinkUl li {
		margin: 0 auto 20px;
		width: auto;
		max-width: 300px;
	}
	.comLinkUl li:last-child {
		margin-bottom: 0;
	}
	.comLinkUl li a {
		height: 54px;
		font-size: 1.6rem;
	}
}


/*------------------------------------------------------------
	centerTxt
------------------------------------------------------------*/
.centerTxt {
	margin-bottom: 58px;
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.centerTxt {
		margin-bottom: 58px;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}

/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.07;
	text-align: center;
}
.comList li {
	padding: 0 12px;
	width: 25%;
	box-sizing: border-box;
}
.comList .image {
	margin-bottom: 10px;
}
.comList .image img {
	width: 100%;
	border-radius: 10px;
}
.comList .title {
	margin-bottom: -5px;
	color: #0052a4;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.81;
}
.comList a {
	display: block;
}
@media all and (min-width: 897px) {
	.comList a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.comList {
		margin: 0;
		display: block;
		font-size: 1.2rem;
	}
	.comList li {
		margin-bottom: 40px;
		padding: 0;
		width: auto;
	}
	.comList li:last-child {
		margin-bottom: 0;
	}
	.comList .title {
		font-size: 1.4rem;
	}
}


/*------------------------------------------------------------
	comBtmBox
------------------------------------------------------------*/
.comBtmBox {
	margin-top: 218px;
	position: relative;
}
.comBtmBox::after {
	width: 9999px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
	background-color: #f8f8f8;
	content: "";
}
.comBtmBox .comLinkUl02 {
	position: relative;
	top: -73px;
}
.comBtmBox .comLinkUl02 + .comContanct {
	margin-top: 21px;
}
@media all and (max-width: 896px) {
	.comBtmBox {
		margin-top: 170px;
	}
}

/*------------------------------------------------------------
	comLinkUl02
------------------------------------------------------------*/
.comLinkUl02 {
	display: flex;
	justify-content: space-between;
}
.comLinkUl02 li {
	width: calc(50% - 20px);
}
.comLinkUl02 a {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	position: relative;
	letter-spacing: 0.02em;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.comLinkUl02 a::before {
	margin-top: -6px;
	width: 7px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 9px;
	background: url("img/common/icon11.png") no-repeat left top / 100% 100%;
	content: "";
	z-index: 10;
}
.comLinkUl02 a::after {
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background : rgba(0, 82, 164, 0.8);
	content: "";
}
.comLinkUl02 .txt {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	transform: translateY(-50%);
}
.comLinkUl02 .image {
	height: 155px;
	overflow: hidden;
	position: relative;
}
.comLinkUl02 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comLinkUl02 .image::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 3px solid rgba(1, 146, 229, 0.6);
	background-color: rgba(0, 82, 164, 0.45);
	content: "";
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	.comLinkUl02 a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.comLinkUl02 li {
		margin: 0 0 30px 0;
		width: auto;
	}
	.comLinkUl02 li:last-child {
		margin-bottom: 0;
	}
	.comLinkUl02 {
		display: block;
	}
	.comLinkUl02 a {
		font-size: 1.5rem;
	}
	.comLinkUl02 .image {
		height: 130px;
	}
}

/* headLine05 */
.headLine05 {
	margin-bottom: 29px;
	color: #0052a4;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.03em;
}
.headLine05 span {
	padding: 0 40px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.headLine05 span::before,
.headLine05 span::after {
	width: 30px;
	height: 22px;
	position: absolute;
	bottom: 4px;
	left: 0;
	background: url("img/common/line04.png") no-repeat left top / 100% 100%;
	content: "";
}
.headLine05 span::after {
	left: auto;
	right: 0;
	background-image: url("img/common/line05.png");
}
@media all and (max-width: 896px) {
	.headLine05 {
		font-size: 1.9rem;
	}
	.headLine05 span::before, .headLine05 span::after {
		width: 25px;
		height: 21px;
		bottom: 8px;
	}
}

/* comLable */
.comLable {
	margin: -5px -6px 0 0;
	line-height: 1 !important;
}
.comLable span {
	margin: 5px 6px 0 0;
	padding: 4px;
	min-width: 94px;
	color: #fff;
	font-size: 1.2rem;
	background-color: #0192e5;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.comLable span {
		font-size: 1.1rem;
	}	
}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#privacy .privacyBox p {
	margin-bottom: 25px;
	line-height: 1.75;
	letter-spacing: 0.04em;
	word-break: break-all;
}
#privacy .privacyBox .pTop {
	margin-bottom: 45px;
}
#privacy .privacyBox p:last-child {
	margin-bottom: 0;
}
#privacy .privacyBox h3 {
	margin-bottom: 8px;
	color: #0052A4;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.75;
}
#privacy .privacyBox h4 {
	margin-bottom: 4px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#privacy .privacyBox .inner {
	margin-bottom: 58px;
}
#privacy .privacyBox .inner:last-of-type {
	margin-bottom: 0;
}
#privacy .privacyBox .subInner {
	margin-bottom: 36px;
}
#privacy .privacyBox .subInner:last-of-type {
	margin-bottom: 0;
}
#privacy .privacyBox p a:hover {
	opacity: 0.8;
}
#privacy .privacyBox .txtList {
	margin: 15px 25px 0;
}
#privacy .privacyBox .txtList li {
	padding-left: 0.6em;
	letter-spacing: 0.04em;
	line-height: 1.75;
	text-indent: -0.6em;
}  
@media all and (max-width: 896px) {
	#privacy .privacyBox h3 {
		font-size: 2rem;
	}
	#privacy .privacyBox h4 {
		font-size: 1.8rem;
	}
	#privacy .privacyBox .inner {
		margin-bottom: 40px;
	}
	#privacy .privacyBox .subInner {
		margin-bottom: 25px;
	}
	#privacy .privacyBox .txtList {
		margin: 15px 0 0;
	}
}
/*------------------------------------------------------------
	notFound
------------------------------------------------------------*/
#notFound .pageTitle {
	background-image: url("img/404/page_img.jpg");
}
#notFound .bgWrap {
	padding-top: 114px;
}
#notFound .pTop {
	margin-bottom: 57px;
	text-align: center;
	line-height: 1.75;
	letter-spacing: 0.04em;
}
#notFound .siteBox {
	padding: 30px 0 37px;
	border-radius: 14px;
	border: 30px solid #EBF6FD;
	background-color: #FFF;
}
#notFound .siteBox h4 {
	margin-bottom: 22px;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.04em;
}
#notFound .siteBox .linkBox {
	margin-left: 5.8%;
}
#notFound .siteBox ul {
	width: 27.8%;
}
#notFound .siteBox .wid01 {
	width: 23.0%;
}
#notFound .siteBox .wid02 {
	width: 21.4%;
}
#notFound .siteBox li {
	margin: 0 5px 15px 0;
}
#notFound .siteBox li:last-child {
	margin-bottom: 0;
}
#notFound .siteBox li a {
	padding-left: 22px;
	display: inline-block;
	color: #0052A4;
	background: url("img/common/icon06.svg") no-repeat left 5px / 16px;
}
@media all and (min-width: 897px) {
	#notFound .siteBox li a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	#notFound .bgWrap {
		padding-top: 30px;
	}
	#notFound .pTop {
		margin-bottom: 57px;
		text-align: left;
	}
	#notFound .siteBox {
		padding: 20px;
		border-width: 10px;
		border-radius: 5px;
	}
	#notFound .siteBox h4 {
		font-size: 1.8rem;
	}
	#notFound .siteBox .linkBox {
		margin-left: 0;
		display: block;
		border-top: 1px solid #EBF6FD;
	}
	#notFound .siteBox ul {
		width: auto !important;
	}	
	#notFound .siteBox li {
		margin: 0;
	}
	#notFound .siteBox li a {
		padding: 15px 30px;
		display: block;
		background-position: left center;
		border-bottom: 1px solid #EBF6FD;
	}
}
/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
#faq #pagePath {
	margin-bottom: 122px;
}
#faq .faqBox .anchorList {
	margin: -40px -0.9% 101px;
}
#faq .faqBox .anchorList li {
	margin: 40px 0.9% 0;
	width: 23.2%;
}
#faq .faqBox .anchorList li a {
	padding: 16px 0 18px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 0.04em;
	box-sizing: border-box;
	border: 1px solid #0192E5;
	background: #FFF url("img/common/icon07.svg") no-repeat right 25px center / 12px;
}
#faq .faqBox .inner {
	margin-bottom: 100px;
}
#faq .faqBox .inner:last-of-type {
	margin-bottom: 0;
}
@media all and (max-width: 1000px)  and (min-width: 897px) {
	#faq .faqBox .anchorList li a {
		background-position: right 10px center;
	}
}
@media all and (min-width: 897px) {
	#faq .faqBox .anchorList li a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	#faq .faqBox .anchorList {
		margin: -20px -2% 50px;
	}
	#faq .faqBox .anchorList li {
		margin: 20px 2% 0;
		width: 46%;
	}
	#faq .faqBox .anchorList li a {
		padding: 10px 0 20px;
		background-position: center bottom 10px;
	}
	#faq .faqBox .inner {
		margin-bottom: 50px;
	}
}
/*------------------------------------------------------------
	gallery
------------------------------------------------------------*/
#gallery .galleryBox {
	margin-top: -29px;
}
#gallery .galleryBox .pTop {
	margin-bottom: 113px;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
}
#gallery .galleryBox .inner {
	margin-bottom: 60px;
}
#gallery .galleryBox .inner:last-of-type {
	margin-bottom: 0;
}
#gallery .comGallyList li:nth-child(n+22){
	display: none;
}
@media all and (max-width: 896px) {
	#gallery .galleryBox {
		margin-top: 0;
	}
	#gallery .galleryBox .pTop {
		margin-bottom: 50px;
		font-size: 1.6rem;
	}
	#gallery .galleryBox .inner {
		margin-bottom: 40px;
	}
}
/*------------------------------------------------------------
	staffs
------------------------------------------------------------*/
#staffs .pageTitle {
	background-image: url("img/staffs/page_img.jpg");
}
#staffs .bgWrap {
	background: none;
}
#staffs #pagePath {
	margin-bottom: 31px;
}
@media all and (max-width: 896px) {
	#staffs .comBtmBox {
		margin-top: 150px;
	}
}
/*------------------------------------------------------------
	staffs02
------------------------------------------------------------*/
#staffs02 #pagePath {
	margin-bottom: 20px;
}
#staffs02 .mainImg {
	margin-bottom: 141px;
	position: relative;
}
#staffs02 .mainImg .image {
	overflow: hidden;
	height: 520px;
	border-radius: 15px;
}
#staffs02 .mainImg .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#staffs02 .mainImg .textBox {
	padding: 25px 26px 11px;
	width: 620px;
	min-height: 130px;
	border-radius: 10px;
	box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.3);
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 1.4rem;
	box-sizing: border-box;
	position: absolute;
	bottom: -67px;
	right: 44px;
	font-weight: 500;
}
#staffs02 .mainImg .textBox p {
	margin-bottom: 20px;
}
#staffs02 .mainImg .textBox p:last-child {
	margin-bottom: 0;
}
#staffs02 .mainImg .textBox .name {
	margin-left: -3px;
	font-weight: 500;
}
#staffs02 .mainImg .textBox .name .big {
	margin-right: 22px;
	color: #0052a4;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.06em;
}
#staffs02 .imgBox {
	display: flex;
	justify-content: space-between;
}
#staffs02 .imgBox .photo {
	width: 553px;
}
#staffs02 .imgBox .photo img {
	width: 100%;
}
#staffs02 .imgBox .textBox {
	margin: 33px 0 0 63px;
	flex: 1;
	font-weight: 400;
	line-height: 1.78;
	letter-spacing: 0.08em;
}
#staffs02 .imgBox .textBox p {
	margin-bottom: 28px;
}
#staffs02 .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#staffs02 .imgBox .title {
	margin-bottom: 17px;
	color: #0052a4;
	font-weight: 500;
	font-size: 2.4rem;
}
#staffs02 .comLink01 {
	margin-top: 75px;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#staffs02 .imgBox .textBox {
		margin: 20px 0 0 30px;
	}
	#staffs02 .imgBox .photo {
		width: 50%;
	}
}
@media all and (min-width: 897px) {
	#staffs02 .comContanct {
		margin-top: 97px;
	}
}
@media all and (max-width: 896px) {
	#staffs02 .imgBox {
		display: block;
	}
	#staffs02 .imgBox .photo {
		width: auto;
	}
	#staffs02 .imgBox .textBox {
		margin: 20px 0 0 0;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}
	#staffs02 .imgBox .title {
		font-size: 2rem;
	}
	#staffs02 .mainImg .image {
		padding-bottom: 56%;
		position: relative;
		height: auto;
		border-radius: 10px;
	}
	#staffs02 .mainImg .image img {
		position: absolute;
		top: 0;
		left: 0;
	}
	#staffs02 .mainImg .textBox {
		padding: 20px;
		margin: -15px 0 0 18px;
		width: auto;
		min-height: auto;
		border-radius: 10px;
		font-size: 1.2rem;
		position: relative;
		bottom: auto;
		right: auto;
	}
	#staffs02 .mainImg .textBox .name .big {
		margin: 0 0 5px 0;
		font-size: 2.5rem;
		display: block;
	}
	#staffs02 .mainImg {
		margin-bottom: 70px;
	}
	#staffs02 .comLink01 {
		margin-top: 40px;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .bgWrap {
	padding-top: 17px;
}
#contact #pagePath {
	margin-bottom: 68px;
}
#contact .content {
	max-width: 800px;
}
#contact .topBox {
	margin-bottom: 52px;
}
#contact .topBox p {
	margin-bottom: 38px;
	line-height: 1.75;
	font-size: 1.4rem;
}
#contact .headLine01 {
	margin-bottom: 38px;
	font-size: 2.4rem;
}
#contact .notesUl {
	padding: 18px 28px 19px;
	font-size: 1.2rem;
	border: 1px solid #dedede;
}
#contact .notesUl li {
	margin-bottom: 3px;
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: 0.03em;
}
#contact .notesUl li:last-child {
	margin-bottom: 0;
}
#contact {
	margin-bottom: 144px;
}
@media all and (max-width: 896px) {
	#contact .headLine01 {
		font-size: 2.2rem;
	}
	#contact .topBox p {
		font-size: 1.3rem;
	}
	#contact .notesUl {
		padding: 18px 18px 19px;
	}
	#contact {
		margin-bottom: 80px;
	}
	#contact .content {
		max-width: inherit;
	}
}

/*------------------------------------------------------------
	formBox
------------------------------------------------------------*/
.formBox table {
	width: 100%;
	border-collapse: collapse;
}
.formBox table th,
.formBox table td {
	padding: 12px 0;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}
.formBox table th {
	width: 31.2%;
}
.formBox table .ttl {
	width: 162px;
	text-align: right;
	display: inline-block;
}
.formBox input[type="text"],
.formBox input[type="number"],
.formBox input[type="tel"],
.formBox input[type="email"],
.formBox textarea {
	padding: 0 20px;
	width: 100%;
	height: 60px;
	font-weight: 500;
	font-size: 1.6rem;
	box-sizing: border-box;
	background-color: #f3f1ee;
	border-radius: 5px;
	border: none;
}
.formBox .confirm input[type="text"],
.formBox .confirm input[type="number"],
.formBox .confirm input[type="tel"],
.formBox .confirm input[type="email"],
.formBox .confirm textarea {
	background-color: #fff;
}
.formBox textarea {
	height: 154px;
	padding: 16px 20px;
}
.formBox input::-webkit-input-placeholder,
.formBox textarea::-webkit-input-placeholder {
	color: #868686;
	opacity: 1;
}
.formBox input:-moz-placeholder,
.formBox textarea:-moz-placeholder {
	color: #868686;
	opacity: 1;
}
.formBox input::-moz-placeholder,
.formBox textarea::-moz-placeholder {
	color: #868686;
	opacity: 1;
}
.formBox input:-ms-input-placeholder,
.formBox textarea:-ms-input-placeholder {
	color: #868686;
	opacity: 1;
}
.formBox .must {
	padding: 5px 2px 7px;
	width: 47px;
	line-height: 1;
	color: #fff;
	font-weight: 900;
	font-size: 1.4rem;
	background-color: #9b272d;
	display: inline-block;
	text-align: center;
	margin: 0 0 -2px 10px;
	box-sizing: border-box;
}
.formBox .checkUl {
	padding: 9px 1px;
}
.formBox .checkUl li {
	margin-bottom: 9px;
}
.formBox .checkUl li:last-child {
	margin-bottom: 0 !important;
}
.formBox .checkUl input[type="checkbox"],
.formBox .agreeTxt input[type="checkbox"],
.formBox .radioUl input[type="radio"],
.formBox .radioUl02 input[type="radio"] {
	display: none;
}
.formBox .checkUl input[type="checkbox"] ~ span,
.formBox .agreeTxt input[type="checkbox"] ~ span,
.formBox .radioUl input[type="radio"] ~ span,
.formBox .radioUl02 input[type="radio"] ~ span {
	display: inline-block;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 24px;
	padding: 0 0 4px 34px;
	border-radius: 0;
	border: none;
	background: url("img/common/check_icon01.jpg") no-repeat left top 1px;
	background-size: 24px 24px;
	cursor: pointer;
}
.formBox .checkUl input[type="checkbox"]:checked ~ span,
.formBox .agreeTxt input[type="checkbox"]:checked ~ span,
.formBox .radioUl input[type="radio"]:checked ~ span,
.formBox .radioUl02 input[type="radio"]:checked ~ span {
	background-image: url("img/common/check_icon02.jpg");
}
.formBox .checkUl .wpcf7-list-item {
	display: block;
	margin: 0 0 9px 0;
}
.formBox .checkUl .wpcf7-list-item:last-child {
	margin-bottom: 0;
}
.formBox .agreeTxt input[type="checkbox"] ~ span {
	padding-left: 47px;
	background-position: left 4px top 15px;
	background-size: 26px auto;
}
.formBox .agreeTxt {
	margin-top: 30px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
}
.formBox .agreeTxt span {
	line-height: 28px !important;
}
.formBox .agreeTxt a {
	text-decoration: underline;
}
.formBox .agreeTxt .wpcf7-list-item {
	margin-left: 0;
}
.formBox .checkUl .red {
	color: #a02d2d;
}
.formBox .notes {
	margin-bottom: 23px;
	font-size: 1.4rem;
	color: #a02d2d;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.32;
}
.formBox .submit {
	margin-top: 30px;
	text-align: center;
}
.formBox .submit li {
	margin-bottom: 20px;
	position: relative;
}
.formBox .submit li:last-child {
	margin-bottom: 0;
}
.formBox .submit input {
	width: 540px;
	height: 80px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	background: #0052a4 url("img/common/icon13.svg") no-repeat right 43px center;
	background-size: 9px auto;
	border-radius: 0;
	border: none;
	cursor: pointer;
}
.formBox .btmNotes {
	margin-top: 37px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.formBox .btmNotes .red {
	color: #a02d2d;
}
.formBox .radioUl {
	margin: -9px -20px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.formBox .radioUl li {
	margin: 9px 13px 0 0;
}
.formBox .radioUl input[type="radio"] ~ span {
	padding: 8px 5px 10px;
	min-width: 138px;
	color: #333333;
	background-image: none;
	text-align: center;
	background-color: #f3f1ee;
	box-sizing: border-box;
}
.formBox .radioUl input[type="radio"]:checked ~ span {
	background-image: none;
	color: #fff;
	background-color: #0192e5;
}
.formBox .radioUl02 {
	margin: -9px -32px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.formBox .radioUl02 li {
	margin: 9px 32px 0 0;
}
.formBox .radioUl02 input[type="radio"] ~ span {
	background-image: url("img/common/radio_icon01.png");
	background-size: 27px auto;
}
.formBox .radioUl02 input[type="radio"]:checked ~ span {
	background-image: url("img/common/radio_icon02.png");
}
.formBox .checkUl.special {
	margin-top: 15px;
	padding: 29px 23px 27px;
	background-color: #eff9fe;
}
.formBox .checkUl.special .notes {
	margin: 3px 0 0 0;
}
.formBox .checkUl.special li {
	margin-bottom: 0;
}
.formBox .numTxt {
	margin-top: 28px;
	display: block;
}
.formBox .numTxt input {
	margin-right: 11px;
	width: 130px;
	text-align: right;
}
.formBox .submit .wpcf7-spinner {
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
}
@media all and (min-width: 897px) {
	.formBox .agreeTxt a:hover {
		text-decoration: none;
	}
	.formBox .submit input:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.formBox table th,
	.formBox table td {
		width: 100%;
		float: left;
		font-size: 1.4rem;
	}
	.formBox table th {
		padding: 0;
	}
	.formBox table td {
		margin-bottom: 18px;
	}
	.formBox table .ttl {
		width: auto;
		text-align: left;
	}
	.formBox input[type="text"],
	.formBox input[type="tel"],
	.formBox input[type="email"],
	.formBox input[type="number"],
	.formBox textarea {
		padding-left: 15px;
		height: 56px;
		font-size: 1.4rem;
	}
	.formBox .must {
		padding: 4px 2px 4px;
		width: 40px;
		font-size: 1.1rem;
	}
	.formBox textarea {
		padding: 15px;
		height: 200px;
	}
	.formBox .checkUl input[type="checkbox"] ~ span,
	.formBox .agreeTxt input[type="checkbox"] ~ span,
	.formBox .radioUl02 input[type="radio"] ~ span {
		font-size: 1.4rem;
		padding: 0 0 4px 29px;
		background-size: 22px auto;
		background-position: left top 2px;
	}
	.formBox .checkUl li {
		margin-bottom: 4px;
	}
	.formBox .agreeTxt input[type="checkbox"] ~ span {
		background-position: left top 5px;
	}
	.formBox .submit input {
		width: 100%;
		max-width: 340px;
		height: 60px;
		font-size: 1.5rem;
		background-position: right 15px center;
		background-size: 6px auto;
	}
	.formBox .submit li {
		margin-bottom: 15px;
	}
	.formBox .notes {
		font-size: 1.1rem;
	}
	.formBox .radioUl input[type="radio"] ~ span {
		font-size: 1.4rem;
		min-width: 104px;
	}
	.formBox .checkUl .wpcf7-list-item {
		margin-bottom: 4px;
	}
}


/*------------------------------------------------------------
	select-btn
------------------------------------------------------------*/
.formBox .select-btn {
	margin: -9px -20px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.formBox .select-btn input {
	margin: 9px 13px 0 0;
	font-weight: 500;
	color: #333333;
	font-size: 1.6rem;
	min-width: 138px;
	line-height: 24px;
	padding: 8px 5px 10px;
	border-radius: 0;
	border: none;
	text-align: center;
	background: #f3f1ee;
	cursor: pointer;
	box-sizing: border-box;
}
.formBox .select-btn .is-active {
	color: #fff;
	background-color: #0192e5;
}

@media all and (max-width: 896px) {
	.formBox .select-btn input {
		font-size: 1.4rem;
		min-width: 104px;
	}
}


/*------------------------------------------------------------
	thanksBox
------------------------------------------------------------*/
#main .thanksBox p {
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
#main .thanksBox .image {
	margin-bottom: 44px;
	text-align: center;
}
#main .thanksBox .headLine01 {
	margin-bottom: 50px;
	font-size: 2.4rem;
}
#main .thanksBox .comLink01 {
	margin-top: 68px;
}
@media all and (max-width: 896px) {
	#main .thanksBox .headLine01 {
		margin-bottom: 40px;
		font-size: 2.2rem;
	}
	#main .thanksBox .image img {
		width: 100%;
		max-width: 280px;
	}
	#main .thanksBox .comLink01 {
		margin-top: 40px;
	}
}

.formBox .quote-radio {
	margin: -9px -32px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.formBox .quote-radio .quote-list-item {
	margin: 9px 32px 0 0;
}
.formBox .quote-radio input[type="radio"] {
	display: none;
}
.formBox .quote-radio input[type="radio"] ~ span {
	display: inline-block;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 24px;
	padding: 0 0 4px 34px;
	border-radius: 0;
	border: none;
	background: url("img/common/radio_icon01.png") no-repeat left top 1px;
	background-size: 27px auto;
	cursor: pointer;
}
.formBox .quote-radio input[type="radio"]:checked ~ span {
	background-image: url("img/common/radio_icon02.png");
}
@media all and (max-width: 896px) {
	.formBox .quote-radio input[type="radio"] ~ span {
		font-size: 1.4rem;
		padding: 0 0 4px 29px;
		background-size: 22px auto;
		background-position: left top 2px;
	}
}

.formBox .singleCheckUl {
	margin: 0;
	padding: 9px 1px;
	display: block;
}
.formBox .singleCheckUl .quote-list-item {
	margin: 0 0 9px;
	display: block;
}
.formBox .singleCheckUl .quote-list-item:last-child {
	margin-bottom: 0 !important;
}
.formBox .singleCheckUl input[type="checkbox"] {
	display: none;
}
.formBox .singleCheckUl input[type="checkbox"] ~ span {
	display: block;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 24px;
	padding: 0 0 4px 34px;
	border-radius: 0;
	border: none;
	background: url("img/common/check_icon01.jpg") no-repeat left top 1px;
	background-size: 24px 24px;
	cursor: pointer;
}
.formBox .singleCheckUl input[type="checkbox"]:checked ~ span {
	background-image: url("img/common/check_icon02.jpg");
}
.formBox .singleCheckUl .wpcf7-list-item {
	display: block;
	margin: 0 0 9px 0;
}
.formBox .singleCheckUl .wpcf7-list-item:last-child {
	margin-bottom: 0;
}
.formBox .singleCheckUl .red,
.formBox .singleCheckUl .quote-price{
	color: #a02d2d;
	display: inline;
}
.formBox .singleCheckUl.special {
	margin-top: 15px;
	padding: 29px 23px 27px;
	background-color: #eff9fe;
}
.formBox .singleCheckUl.special .notes {
	margin: 2px 0 0 0;
	padding-left: 0;
	text-indent: 0;
	display: block;
	line-height: 1.5;
}
.formBox .singleCheckUl.special li {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.formBox .singleCheckUl input[type="checkbox"] ~ span {
		font-size: 1.4rem;
		padding: 0 0 4px 29px;
		background-size: 22px auto;
		background-position: left top 2px;
	}
	.formBox .singleCheckUl .quote-list-item {
		margin: 0 0 4px;
	}
	.formBox .singleCheckUl .wpcf7-list-item {
		margin-bottom: 4px;
	}
}


/*------------------------------------------------------------
	quote
------------------------------------------------------------*/
#main .quote .formBox table .borStyle th,
#main .quote .formBox table .borStyle td {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
@media all and (min-width: 897px) {
	#main .quote .formBox table th {
		width: 26.1%;
	}
	#main .quote .formBox table .ttl {
		width: 123px;
	}
	#main .quote .headLine01 {
		margin-bottom: 86px;
	}
	#main .quote .formBox .trStyle th,
	#main .quote .formBox .trStyle td {
		padding: 38px 0 26px;
	}
	#main .quote .formBox table .btmStyle th,
	#main .quote .formBox table .btmStyle td {
		padding-bottom: 32px;
	}
	#main .quote .formBox table .borStyle th,
	#main .quote .formBox table .borStyle td {
		padding: 24px 0 37px;
	}
	#main .quote .formBox .checkUl li,
	#main .quote .formBox .singleCheckUl .quote-list-item {
		margin-bottom: 27px;
	}
}
@media all and (max-width: 896px) {
	#main .quote .formBox table .borStyle th {
		padding-top: 20px;
		border-bottom: none;
	}
	#main .quote .formBox table .borStyle td {
		border: none;
	}
}

/*------------------------------------------------------------
	download
------------------------------------------------------------*/
#download .pageTitle {
	background-image: url("img/download/main_img.jpg");
}
#download .bgBox {
	padding-top: 74px;
	background-color: #f8f8f8;
}
#download .topBox {
	margin-bottom: 45px;
}
#download .topBox p {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 1.75;
}
#download #pagePath {
	margin-bottom: 46px;
}
#download .bgWrap {
	background: none;
}
#download .linkUl {
	margin: -20px -12px 131px;
	display: flex;
	flex-wrap: wrap;
}
#download .linkUl li {
	margin-top: 20px;
	padding: 0 12px;
	width: 25%;
	box-sizing: border-box;
}
#download .linkUl a {
	display: block;
	padding: 13px 12px 15px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}
#download .linkUl a::after {
	margin-top: -11px;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	right: -5px;
	background: url("img/common/icon14.png") no-repeat left top / 100% 100%;
	content: "";
}
#download .linkUl .ttl {
	font-weight: 500;
	font-size: 1.6rem;
	text-align: center;
}
#download .linkUl .lable {
	margin: 0 2px 10px;
	line-height: 1;
}
#download .linkUl .lable span {
	padding: 4px;
	min-width: 94px;
	color: #fff;
	font-size: 1.2rem;
	background-color: #0192e5;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
}
#download .linkUl .image {
	margin-bottom: 14px;
	aspect-ratio: 465/309;
}
#download .linkUl .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#download .linkUl .ttl {
		font-size: 1.4rem;
	}
	#download .linkUl a {
		padding: 8px 8px 15px;
	}
}
@media all and (min-width: 897px) {
	#download .linkUl a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	#download .topBox p {
		font-size: 1.4rem;
	}
	#download .linkUl {
		margin: 0 0 80px;
		display: block;
	}
	#download .linkUl li {
		margin: 0 0 30px;
		padding: 0;
		width: auto;
	}
	#download .bgBox {
		padding-top: 30px;
	}
}


/*------------------------------------------------------------
	download_detail
------------------------------------------------------------*/
#download_detail .formBox {
	margin-left: 72px;
	padding: 28px 40px 34px;
	width: calc(50% + 10px);
	border-radius: 15px;
	box-shadow : 3px 3px 10px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}
#download_detail .formBox th,
#download_detail .formBox td {
	padding: 0;
	width: 100%;
	float: left;
}
#download_detail .formBox th {
	padding: 0 19px 7px;
}
#download_detail .formBox td {
	padding-bottom: 23px;
}
#download_detail .formBox tr:last-child td:last-child {
	padding-bottom: 0;
}
#download_detail .formBox .ttl {
	width: auto;
	text-align: left;
}
#download_detail #pagePath {
	margin-bottom: 45px;
}
#download_detail .comLable {
	margin-bottom: 13px;
}
#download_detail h1 {
	margin-bottom: 21px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#download_detail .contsBox {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.03em;
}
#download_detail .contsBox figure {
	margin: 0 0 28px;
	padding: 0;
}
#download_detail .contsBox p {
	margin-bottom: 28px;
}
#download_detail .contsBox p:last-child {
	margin-bottom: 0;
}
#download_detail .formBox .submit {
	margin-top: 27px;
}
#download_detail .formBox .submit input {
	width: 100%;
	height: 74px;
}
@media all and (min-width: 897px) {
	#download_detail .bgWrap {
		padding-top: 17px;
	}
	#download_detail .flexBox {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	#download_detail .detailBox {
		flex: 1;
	}
}
@media all and (max-width: 896px) {
	#download_detail .formBox {
		margin: 50px 0 0 0;
		width: auto;
		padding: 20px;
	}
	#download_detail h1 {
		font-size: 2.1rem;
	}
	#download_detail .formBox .submit input {
		height: 60px;
	}
}


/*------------------------------------------------------------
	snsBox
------------------------------------------------------------*/
.snsBox {
	margin-top: 54px;
}
.snsBox .headLine05 {
	margin-bottom: 9px;
	color: #333333;
	font-size: 1.6rem;
}
.snsBox .headLine05 span::after,
.snsBox .headLine05 span::before {
	width: 23px;
	height: 16px;
	bottom: 2px;
}
.snsBox .headLine05 span {
	padding: 0 29px;
}
.snsBox .snsUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.snsBox .snsUl li {
	margin: 0 6px;
	width: 41px;
}
@media all and (min-width: 897px) {
	.snsBox .snsUl a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.snsBox {
		margin-top: 30px;
	}
}

/*------------------------------------------------------------
	voice
------------------------------------------------------------*/
#voice .bgWrap {
	background: none;
}
#voice .pageTitle {
	background-image: url("img/voice/main_img.jpg");
}
#voice #pagePath {
	margin-bottom: 47px;
}
#voice .headLine05 {
	margin-bottom: 27px;
}


/* mainBox */
.mainBox {
	padding-right: 1px;
	display: flex;
}
#conts {
	flex: 1;
}
#sideBar {
	margin: 1px 0 0 27px;
	width: 255px;
}
#sideBar .banner {
	margin-bottom: 31px;
	text-align: center;
}
#sideBar .banner a {
	display: block;
}
#sideBar .sideTitle {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #666666;
	padding: 2px 0 4px;
	letter-spacing: 0.06em;
}
#sideBar .sideUl {
	margin-bottom: 38px;
}
#sideBar .sideUl li {
	border-bottom: 1px solid #dedede;
}
#sideBar .sideUl a {
	padding: 12px 40px 12px 22px;
	color: #4d4d4d;
	font-size: 1.4rem;
	display: block;
	position: relative;
	letter-spacing: 0.1em;
	position: relative;
}
#sideBar .sideUl a::after {
	margin-top: -6px;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 23px;
	background: url(img/common/icon16.png) no-repeat left top / 100% 100%;
	content: "";
}
#sideBar .sideTitle + .comList04 {
	padding-top: 25px;
}
@media all and (min-width: 897px) {
	#sideBar .sideUl a:hover {
		opacity: 0.8;
	}
	#sideBar .banner a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.mainBox {
		display: block;
	}
	#sideBar {
		margin: 70px 0 0 0;
		width: auto;
	}
	#sideBar .banner a {
		display: inline-block;
	}
}



/* comList02 */
.comList02 {
	border-top: 1px solid #dedede;
}
.comList02 li {
	border-bottom: 1px solid #dedede;
}
.comList02 a {
	padding: 19px 35px 19px 17px;
	display: flex;
	font-weight: 500;
	position: relative;
}
.comList02 a::after {
	margin-top: -7px;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 15px;
	background: url(img/common/icon15.png) no-repeat left top / 100% 100%;
	content: "";
}
.comList02 .left {
	margin-right: 15px;
	display: flex;
	white-space:nowrap;
}
.comList02 .txt {
	flex: 1;
}
.comList02 .time {
	margin-top: 4px;
	width: 68px;
	font-weight: normal;
	font-size: 1.2rem;
	letter-spacing: -0.02em;
}
.comList02 .comLable {
	font-weight: normal;
	margin: -1px 6px 0 0;
	display: inline-block;
	vertical-align: top;
}
.comList02 .ttl {
	letter-spacing: 0.03em;
}
.comList02 .comLable span {
	padding: 4px 9px;
	min-width: 0;
}
@media all and (min-width: 897px) {
	.comList02 a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.comList02 a {
		padding: 15px 35px 15px 17px;
		display: block;
	}
	.comList02 .left {
		margin: 0 0 10px;
		width: 100%;
	}
	.comList02 .txt {
		display: block;
	}
	.comList02 .time {
		margin-top: 1px;
	}
	.comList02 .comLable {
		margin: -4px 0px 0 0;
	}
}

.blog-archive__pnav {
	margin-top: 84px;
	font-size: 0;
	clear: both;
	text-align: center;
}
.blog-archive__pnav a,
.blog-archive__pnav span {
	padding: 10px 5px 2px;
	min-width: 36px;
	min-height: 40px;
	color: #0052a4;
	font-size: 1.6rem;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #0052a4;
	margin: 0 5px;
	line-height: 1;
	box-sizing: border-box;
	vertical-align: top;
}
.blog-archive__pnav span.current {
	color: #fff;
	background-color: #0052a4;
}
.blog-archive__pnav svg {
	width: 7px;
}
@media all and (min-width: 897px) {
	.blog-archive__pnav a:hover path {
		fill:#fff;
	}
	.blog-archive__pnav a:hover {
		color: #fff;
		background-color: #0052a4;
	}
}
@media all and (max-width: 896px) {
	.blog-archive__pnav a,
	.blog-archive__pnav span {
		padding: 7px 5px 2px;
		min-width: 30px;
		min-height: 30px;
		font-size: 1.3rem;
		margin: 0 2px;
	}
	.blog-archive__pnav svg {
		width: 5px;
	}
	.blog-archive__pnav {
		margin-top: 50px;
	}
}

/* voice_detail */
#voice_detail .bgWrap {
	padding-top: 17px;
}
#voice_detail #pagePath {
	margin-bottom: 45px;
}
#voice_detail .titleBox .time {
	margin: 2px 20px 4px 0;
	font-size: 1.5rem;
	letter-spacing: 0.01em;
}
#voice_detail .titleBox img {
	margin: 4px 5px 0 0;
	display: inline-block;
	vertical-align: top;
}
#voice_detail .titleBox h1 {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#voice_detail .titleBox .flex {
	margin-bottom: 3px;
}
#voice_detail .titleBox {
	margin-bottom: 27px;
}
#voice_detail #sideBar {
	margin-top: -18px;
}
#voice_detail .tableBox {
	margin-bottom: 53px;
}
#voice_detail .voiceBox {
	margin: 0 auto;
	padding: 22px 28px 26px;
	width: calc(100% - 30px);
	max-width: 740px;
	border: 5px solid #e0f3fc;
	box-sizing: border-box;
	font-size: 1.4rem;
}
#voice_detail .voiceBox .title {
	margin-bottom: 10px;
	color: #0052a4;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#voice_detail .snsBox {
	margin-top: 31px;
}
@media all and (max-width: 896px) {
	#voice_detail .titleBox h1 {
		font-size: 2.2rem;
	}
	#voice_detail .titleBox .time {
		font-size: 1.3rem;
	}
	#voice_detail .titleBox img {
		width: 12px;
	}
	#voice_detail .voiceBox {
		font-size: 1.3rem;
		padding: 15px;
		max-width: inherit;
	}
	#voice_detail .tableBox {
		margin-bottom: 30px;
	}
	#voice_detail #sideBar {
		margin-top: 70px;
	}
}


/* comTable */
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 25px 0 24px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.43;
	box-sizing: border-box;
}
.comTable th {
	width: 29%;
	font-weight: 500;
	border-color: #34a8ea;
	text-align: center;
}
.comTable td {
	padding-left: 39px;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.comTable th,
	.comTable td {
		padding: 15px 0;
		letter-spacing: 0;
		font-size: 1.3rem;
	}
	.comTable td {
		padding-left: 15px;
	}
}

/* pageNavi */
.pageNavi {
	margin-top: 53px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
.pageNavi a {
	display: block;
}
.pageNavi .prev,
.pageNavi .next {
	width: 38%;
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	transform: translateY(-50%);
}
.pageNavi .next {
	left: auto;
	right: 0;
	text-align: right;
}
.pageNavi .prev a {
	padding-left: 30px;
}
.pageNavi .next a {
	padding-right: 30px;
}
.pageNavi .comLink01 a {
	width: 190px;
	height: 46px;
	font-size: 1.4rem;
	display: flex;
}
.pageNavi img {
	width: 20px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.pageNavi .next img {
	right: 0;
	left: auto;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.pageNavi .prev, .pageNavi .next {
		width: 31%;
	}
}
@media all and (min-width: 897px) {
	.pageNavi a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.pageNavi {
		padding: 0 0 80px;
		justify-content: space-between;
	}
	.pageNavi .prev, .pageNavi .next {
		width: 45%;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		transform: translateY(0);
	}
	.pageNavi .comLink01 {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}


/* comList03 */
.comList03 {
	margin: -48px -12px 0;
	display: flex;
	flex-wrap: wrap;
}
.comList03 > li {
	margin-top: 48px;
	padding: 0 12px;
	width: 33.33%;
	box-sizing: border-box;
}
.comList03 a {
	display: block;
	font-weight: 500;
	line-height: 1.3125;
	letter-spacing: 0.05em;
}
.comList03 .image {
	margin-bottom: 11px;
	padding-bottom: 66.6%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.comList03 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.comList03 .flex {
	margin-bottom: 14px;
	flex-wrap: nowrap;
}
.comList03 .comLable {
	flex: 1;
}
.comList03 .comLable span {
	min-width: 0;
	padding: 3px 8px 5px;
	letter-spacing: 0.03em;
}
.comList03 .time {
	margin-right: 9px;
	padding-bottom: 1px;
	font-size: 1.2rem;
	letter-spacing: -0.03em;
}
@media all and (min-width: 897px) {
	.comList03 a:hover {
		opacity: 0.8;
	}
	.comList03.row4 {
		margin: -48px -12px 0;
	}
	.comList03.row4 li {
		width: 25%;
		padding: 0 12px;
	}
}
@media all and (max-width: 896px) {
	.comList03 {
		margin: 0;
		display: block;
	}
	.comList03 > li {
		margin: 0 0 50px;
		padding: 0;
		width: auto;
	}
	.comList03 > li:last-child {
		margin-bottom: 0;
	}
}


/*------------------------------------------------------------
	performance
------------------------------------------------------------*/
#performance .bgWrap {
	background: none;
}
#performance .pageTitle {
	background-image: url("img/performance/main_img.jpg");
}
#performance #pagePath {
	margin-bottom: 47px;
}
#performance .headLine05 {
	margin-bottom: 27px;
}

/* performance_detail */
#performance_detail .bgWrap {
	padding-top: 17px;
}
#performance_detail #pagePath {
	margin-bottom: 45px;
}
#performance_detail .titleBox .time {
	margin: 2px 20px 0 0;
	font-size: 1.5rem;
	letter-spacing: 0.01em;
}
#performance_detail .titleBox img {
	margin: 4px 5px 0 0;
	display: inline-block;
	vertical-align: top;
}
#performance_detail .titleBox h1 {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#performance_detail .titleBox .flex {
	margin-bottom: 7px;
}
#performance_detail .titleBox {
	margin-bottom: 23px;
}
#performance_detail .titleBox .comLable span {
	min-width: 0;
	padding: 4px 8px;
}
#performance_detail #sideBar {
	margin-top: -18px;
}
#performance_detail .tableBox {
	margin-bottom: 53px;
}
#performance_detail .slideBox {
	margin-bottom: 50px;
}
#performance_detail .slideBox .image {
	padding-bottom: 61.25%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
#performance_detail .slideBox .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#performance_detail .slideBox .imgUl {
	margin-bottom: 17px;
}
#performance_detail .slideBox .smallUl {
	margin: -5px -5px;
	display: flex;
	flex-wrap: wrap;
}
#performance_detail .slideBox .smallUl li {
	padding: 5px;
	width: 20%;
	box-sizing: border-box;
	cursor: pointer;
	transition: .3s;
}
#performance_detail .slideBox .smallUl li.on {
	opacity: 0.8;
}
#performance_detail .slideBox .smallUl .image {
	padding-bottom: 64.1%;
}
#performance_detail .pageNavi {
	margin-top: 103px;
}
@media all and (min-width: 897px) {
	#performance_detail .slideBox .smallUl li:hover {
		opacity: 0.8;
	}
	#performance_detail #conts {
		width: calc(100% - 282px);
	}
}
@media all and (max-width: 896px) {
	#performance_detail .titleBox h1 {
		font-size: 2.2rem;
	}
	#performance_detail .titleBox .time {
		font-size: 1.3rem;
	}
	#performance_detail .titleBox img {
		width: 12px;
	}
	#performance_detail .tableBox {
		margin-bottom: 30px;
	}
	#performance_detail #sideBar {
		margin-top: 70px;
	}
	#performance_detail .slideBox .smallUl li {
		width: 33.33%;
	}
}



/*------------------------------------------------------------
	blog
------------------------------------------------------------*/
#blog .bgWrap {
	background: none;
}
#blog .pageTitle {
	background-image: url("img/blog/main_img.jpg");
}
#blog #pagePath {
	margin-bottom: 47px;
}
#blog .headLine05 {
	margin-bottom: 27px;
}
#blog .wp-pagenavi {
	margin-top: 47px;
}

/*------------------------------------------------------------
	blog_detail
------------------------------------------------------------*/
#blog_detail .bgWrap {
	padding-top: 17px;
}
#blog_detail #pagePath {
	margin-bottom: 45px;
}
#blog_detail .titleBox .time {
	margin: 2px 20px 0 0;
	font-size: 1.5rem;
	letter-spacing: 0.01em;
}
#blog_detail .titleBox img {
	margin: 4px 5px 0 0;
	display: inline-block;
	vertical-align: top;
}
#blog_detail .titleBox h1 {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#blog_detail .titleBox .flex {
	margin-bottom: 7px;
}
#blog_detail .titleBox {
	margin-bottom: 22px;
}
#blog_detail .titleBox .comLable span {
	min-width: 0;
	padding: 4px 8px;
}
#blog_detail #sideBar {
	margin-top: -18px;
}
#blog_detail figure {
	margin: 0 0 36px;
	padding: 0;
	overflow: hidden;
}
#blog_detail figure img {
	border-radius: 10px;
}
#blog_detail .detailBox {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
#blog_detail .detailBox p {
	margin-bottom: 28px;
}
#blog_detail .detailBox p:last-child {
	margin-bottom: 0;
}
#blog_detail .detailBox p a {
	text-decoration: underline;
	color: #0000ff;
	font-weight: bold;
}
#blog_detail .detailBox h2 {
	font-size: 2.2rem;
	color: #fff;
	font-weight: 500;
	line-height: 1.75;
	background-color: #64C4F1;
	border-radius: 3px;
	padding: 10px 19px 12px;
	margin-bottom: 34px;
}
#blog_detail .detailBox h3 {
	padding-top: 17px;
	margin-bottom: 21px;
	font-size: 2rem;
	line-height: 1.75;
}
#blog_detail .snsBox {
	margin-top: 69px;
}
#blog_detail .pageNavi {
	margin-top: 76px;
}
#blog_detail table th,
#blog_detail table td {
	box-sizing: border-box;
}
#blog_detail table th,
#blog_detail table tr td:first-child {
	padding-right: 10px;
}
@media all and (min-width: 897px) {
	#blog_detail .detailBox p a:hover {
		opacity: 0.7 !important;
	}
}
@media all and (max-width: 896px) {
	#blog_detail .titleBox h1 {
		font-size: 2.2rem;
	}
	#blog_detail .titleBox .time {
		font-size: 1.3rem;
	}
	#blog_detail .titleBox img {
		width: 12px;
	}
	#blog_detail #sideBar {
		margin-top: 70px;
	}
	#blog_detail .detailBox h2 {
		padding: 10px 15px 12px;
		font-size: 1.8rem;
	}
	#blog_detail .detailBox h3 {
		margin-top: 12px;
		font-size: 1.8rem;
	}
	#blog_detail table th,
	#blog_detail table tr td:first-child,
	#blog_detail table tr td:first-child span {
		padding-right: 0;
		font-weight: bold !important;
	}
	#blog_detail table th,
	#blog_detail table td {
		width: 100% !important;
		float: left;
	}
	#blog_detail table td {
		margin-bottom: 10px;
	}
	#blog_detail table tr td:first-child {
		margin-bottom: 0;
	}
	#blog_detail table tr:last-child td {
		margin-bottom: 0;
	}
}

/*------------------------------------------------------------
	comList04
------------------------------------------------------------*/
.comList04 {
	counter-reset: num;
}
.comList04 li {
	margin-bottom: 20px;
	counter-increment: num;
}
.comList04 li:last-child {
	margin-bottom: 0;
}
.comList04 a {
	width: 100%;
	display: flex;
	position: relative;
}
.comList04 a::before {
	padding-bottom: 2px;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FECF00;
	border-radius: 1px;
	position: absolute;
	top: -5px;
	left: -3px;
	content: counter(num, decimal);
	z-index: 10;
	line-height: 1;
	box-sizing: border-box;
}
.comList04 .image {
	width: 86px;
	padding-bottom: 57px;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}
.comList04 .image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.comList04 .textBox {
	margin: -3px 0 0 12px;
	flex: 1;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.28;
}
#sideBar .comList04 .textBox p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media all and (min-width: 897px) {
	.comList04 a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.comList04 .image {
		padding-bottom: 19.27%;
		width: 30%;
	}
}

/*------------------------------------------------------------
	directoryBox
------------------------------------------------------------*/
.directoryBox,
#ez-toc-container {
	padding: 18px 24px 26px;
	border: 1px solid #DEDEDE;
	margin: 42px 0 39px 0;
}
.directoryBox .title,
#ez-toc-container .ez-toc-title-container {
	margin-bottom: 19px !important;
	font-size: 1.4rem;
}
.directoryBox .linkUl,
#ez-toc-container .ez-toc-list {
	font-size: 1.8rem;
	font-weight: 400;
}
.directoryBox .linkUl > li,
#ez-toc-container .ez-toc-list > li {
	margin-bottom: 18px;
}
.directoryBox .linkUl > li:last-child,
#ez-toc-container .ez-toc-list > li:last-child {
	margin-bottom: 0;
}
.directoryBox .linkUl .innerUl,
#ez-toc-container .ez-toc-list .ez-toc-list-level-3 {
	margin: 0 0 0 45px;
	font-size: 1.6rem;
}
.directoryBox .linkUl .innerUl li,
#ez-toc-container .ez-toc-list .ez-toc-list-level-3 li {
	margin-bottom: 8px;
}
.directoryBox .linkUl .innerUl li:last-child,
#ez-toc-container .ez-toc-list .ez-toc-list-level-3 li:last-child {
	margin-bottom: 0;
}
.directoryBox .linkUl .innerUl a,
#ez-toc-container .ez-toc-list .ez-toc-list-level-3 a {
	display: inline-block;
	vertical-align: top;
}
@media all and (min-width: 897px) {
	.directoryBox .linkUl a:hover,
	#ez-toc-container .ez-toc-list a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.directoryBox,
	#ez-toc-container {
		padding: 15px 15px;
	}
	.directoryBox .title,
	#ez-toc-container .ez-toc-title-container {
		margin-bottom: 5px !important;
		font-size: 1.2rem;
	}
	.directoryBox .linkUl,
	#ez-toc-container .ez-toc-list {
		font-size: 1.6rem;
	}
	.directoryBox .linkUl .innerUl,
	#ez-toc-container .ez-toc-list .ez-toc-list-level-3 {
		 font-size: 1.4rem;
	}
}


/*------------------------------------------------------------
	contributorBox
------------------------------------------------------------*/
.contributorBox {
	margin: 35px auto 0;
	padding: 21px 39px;
	max-width: 740px;
	box-sizing: border-box;
	border: 5px solid #E0F3FC;
	font-size: 1.4rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.contributorBox .title {
	margin: 0 -10px 17px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.contributorBox .imgBox {
	display: flex;
	justify-content: space-between;
}
.contributorBox .imgBox .photo {
	width: 104px;
	height: 104px;
	overflow: hidden;
}
.contributorBox .imgBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contributorBox .imgBox .textBox {
	margin: 1px 0 0 24px;
	flex: 1;
}
.contributorBox .snsUl {
	margin: 1px 0 0 15px;
	display: flex;
	flex-wrap: wrap;
}
.contributorBox .snsUl li {
	margin-right: 6px;
	width: 20px;
}
.contributorBox .name {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
}
.contributorBox .flex {
	margin-bottom: 1px;
}
@media all and (max-width: 896px) {
	.contributorBox {
		margin: 50px 15px 0;
		padding: 18px 20px;
		max-width: inherit;
	}
	.contributorBox .imgBox {
		display: block;
	}
	.contributorBox .imgBox .photo {
		width: 180px;
		height: 180px;
		margin: 0 auto 20px;
	}
	.contributorBox .imgBox .textBox {
		margin: 0;
	}
	.contributorBox .title {
		margin: 0 0 10px;
		text-align: center;
	}
	.contributorBox .name {
		font-size: 1.8rem;
	}
	.contributorBox .snsUl {
		margin: -1px 0 0 15px;
	}
}


/*------------------------------------------------------------
	associationBox
------------------------------------------------------------*/
.associationBox {
	margin-top: 39px;
}
.associationBox .headLine02 {
	margin-bottom: 26px;
	color: #333333;
	font-size: 2rem;
}
@media all and (max-width: 896px) {
	.associationBox {
		margin-top: 50px;
	}
	.associationBox .headLine02 {
		margin-bottom: 26px;
		font-size: 1.8rem;
	}
}

/*------------------------------------------------------------
	strength
------------------------------------------------------------*/
#strength .pageTitle {
	background-image: url("img/strength/main_img.jpg");
}
#strength #pagePath {
	margin-bottom: 60px;
}
#strength .headLine03 {
	margin-bottom: 33px;
}
#strength .centerTxt {
	margin-bottom: 61px;
}
#strength .sec03 {
	padding-bottom: 0;
}
#strength .sec03 .headLine03 {
	margin-bottom: 58px;
}
#strength .sec03 .comImgBox .title .en {
	color: #CCDCED;
}
#strength .comContanct {
	margin-top: 0;
}
@media all and (max-width: 896px) {
	#strength .sec03 .headLine03 {
		margin-bottom: 40px;
	}
}



/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	margin-bottom: 84px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.comImgBox .photo {
	padding: 10px;
	width: calc(50% - 20px);
	border-radius: 15px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.comImgBox .photo img {
	border-radius: 5px;
	width: 100%;
}
.comImgBox .textBox {
	margin: 29px 0 0 39px;
	flex: 1;
}
.comImgBox p {
	line-height: 1.75;
	letter-spacing: 0.03em;
}
.comImgBox .title {
	color: #0052A4;
	font-weight: bold;
	font-size: 2.4rem;
	position: relative;
	letter-spacing: 0.04em;
	padding-bottom: 9px;
	margin-bottom: 9px;
}
.comImgBox .title::before {
	width: calc(100% + 105px);
	height: 1px;
	background-color: #0052A4;
	position: absolute;
	bottom: 0;
	right: 1px;
	content: "";
}
.comImgBox .title::after {
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -4px;
	left: -110px;
	border-radius: 50px;
	overflow: hidden;
	background-color: #0052A4;
	content: "";
}
.comImgBox .title .en {
	color : #FCE4D3;
	font-size: 4.1rem;
	font-style: italic;
	line-height: 1;
	position: absolute;
	bottom: -2px;
	right: 0;
	font-weight: 500;
	letter-spacing: -0.02em;
}
.comImgBox .title .en span {
	margin-left: -1px;
	font-size: 6.3rem;
}
.comImgBox .title .inner {
	position: relative;
	z-index: 5;
}
.comImgBox.left .photo {
	order: 3;
}
.comImgBox.left .textBox {
	margin: 29px 39px 0 0;
}
.comImgBox.left .title::after {
	right: -110px;
	left: auto;
}
.comImgBox.left .title::before {
	left: -1px;
	right: auto;
}
.comImgBox:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.comImgBox {
		display: block;
	}
	.comImgBox .photo {
		margin-bottom: 20px;
		width: auto;
		padding: 6px;
		border-radius: 10px;
	}
	.comImgBox .textBox {
		margin: 0 !important;
	}
	.comImgBox .title {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	.comImgBox .title .en {
		font-size: 2.5rem;
		bottom: 0;
	}
	.comImgBox .title .en span {
		font-size: 3.6rem;
	}
	.comImgBox .title::before {
		width: 100%;
		right: 0;
	}
	.comImgBox.left .title::before {
		left: 0;
		right: auto;
	}
	.comImgBox .title::after {
		width: 8px;
		height: 8px;
		left: 0;
		bottom: -4px;
	}
	.comImgBox.left .title::after {
		right: auto;
		left: 0;
	}
}


/*------------------------------------------------------------
	comDealing
------------------------------------------------------------*/
.comDealing {
	padding: 66px 0 80px;
}
.comDealing .headLine03 {
	margin-bottom: 29px !important;
}
.comDealing .bannerBox {
	margin-bottom: 47px;
}
.comDealing .bnrList {
	display: flex;
	justify-content: center;
}
.comDealing .bnrList li {
	margin: 0 25px;
	flex-shrink: 0;
}
.comDealing .bnrList img {
	height: 81px;
	width: auto;
}
.comDealing .dealingTxt {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}
.comDealing .dealingTxt .inner {
	padding: 24px 36px 18px;
	background-color: #F8F8F8;
	border-radius : 15px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.comDealing .dealingTxt .inner::before,
.comDealing .dealingTxt .inner::after {
	width: 42px;
	height: 110px;
	position: absolute;
	top: -11px;
  	left: -22px;
	background: url("img/common/icon18.png") no-repeat left top / 100% 100%;
	content: "";
}
.comDealing .dealingTxt .inner::after {
	left: auto;
	right: -22px;
	background-image: url("img/common/icon19.png");
}
.comDealing .dealingTxt .col {
	margin-right: 18px;
	color: #0052A4;
	font-size: 3rem;
	letter-spacing: 0.05em;
	line-height: 1;
}
.comDealing .dealingTxt .col span {
	font-size: 4.4rem;
}
.comDealing .dealingTxt .num {
	margin-top: -16px;
	display: inline-block;
	vertical-align: middle;
}
@media all and (max-width: 896px) {
	.comDealing .bnrList img {
		height: 54px;
	}
	.comDealing .dealingTxt {
		font-size: 1.8rem;
	}
	.comDealing .dealingTxt .col {
		font-size: 2.1rem;
		margin-right: 0;
		letter-spacing: 0;
	}
	.comDealing .dealingTxt .col span {
		font-size: 3rem;
	}
	.comDealing .dealingTxt .inner {
		padding: 20px 10px 18px;
	}
	.comDealing .dealingTxt .inner::before,
	.comDealing .dealingTxt .inner::after {
		width: 32px;
		height: 90px;
		top: -2px;
		left: -16px;
	}
	.comDealing .dealingTxt .inner::after {
		right: -16px;
		left: auto;
	}
}
@media all and (max-width: 360px) {
	.comDealing .dealingTxt .num {
		  margin-top: -13px;
	}
}

/*------------------------------------------------------------
	comBg02
------------------------------------------------------------*/
.comBg02 {
	padding: 90px 0;
	background: url("img/common/bg03.jpg") repeat left top / 34px auto;
}
@media all and (max-width: 896px) {
	.comBg02 {
		padding: 50px 0;
		background-size: 28px auto;
	}
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about .pageTitle {
	background-image: url("img/about/main_img.jpg");
}
#about #pagePath {
	margin-bottom: 60px;
}
#about .sec01 .subTitle {
	color: #0052A4;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin: -6px 0 41px 0;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#about .centerTxt {
	font-size: 1.6rem;
	line-height: 2.06;
}
#about .sec01 .txt {
	margin-bottom: 87px;
	text-align: center;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#about .sec01 .textBox {
	background: url("img/about/bg.png") no-repeat center center / 135px auto;
}
#about .sec01 .imgUl {
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#about .sec01 .imgUl li {
	margin: 20px 10px 0;
	padding: 13px 0 7px;
	width: 203px;
	border-radius: 14px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	text-align: center;
	font-weight: 500;
}
#about .sec01 .imgUl img {
	margin-bottom: 5px;
	width: 60px;
}
#about .sec01 .h4Title {
	padding-top: 11px;
	margin-bottom: 18px;
	color: #333333;
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
}
#about .comBg {
	padding-bottom: 90px;
}
#about .sec02 {
	padding: 90px 0;
	background-color: #F8F8F8;
}
#about .sec02 .headLine03 {
	margin-bottom: 39px;
}
#about .sec02 .comTable th,
#about .sec02 .comTable td {
	padding: 31px 0 28px;
}
#about .sec02 .comTable th {
	width: 24.1%;
}
#about .sec02 .comTable td {
	padding-left: 87px;
}
#about .sec03 {
	padding-top: 90px;
}
#about .sec03 .headLine02 {
	margin-bottom: 26px;
	font-size: 3rem;
}
#about .sec03 .centerTxt {
	margin-bottom: 48px;
}
#about .comLinkUl03 a {
	cursor: default;
	pointer-events: none;
}
@media all and (max-width: 896px) {
	#about .sec01 .subTitle {
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	#about .centerTxt {
		font-size: 1.3rem;
	}
	#about .sec01 .textBox {
		background-size: 100px auto;
	}
	#about .sec01 .txt {
		font-size: 1.7rem;
	}
	#about .sec01 .h4Title {
		padding-top: 0;
		font-size: 1.7rem;
	}
	#about .sec01 .imgUl li {
		width: 130px;
	}
	#about .sec01 .imgUl img {
		width: 44px;
	}
	#about .comBg {
		padding-bottom: 80px;
	}
	#about .sec02 .comTable th,
	#about .sec02 .comTable td {
		padding: 15px 0;
	}
	#about .sec02 .comTable th {
		width: 29%;
	}
	#about .sec02 .comTable td {
		padding-left: 15px;
	}
	#about .sec02 {
		padding: 40px 0 60px;
	}
	#about .sec03 .headLine02 {
		font-size: 2.2rem;
	}
}



/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 21px;
	text-align: center;
	position: relative;
	color: #333333;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: 0.03em;
}
.headLine06::after {
	width: 600px;
	height: 1px;
	position: absolute;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #64C4F1;
	content: "";
}
.headLine06 .jp {
	color: #F17723;
	font-size: 1.2rem;
	display: block;
}
.headLine06 .en {
	opacity: 0.85;
}
.headLine06 .inner {
	padding: 0 23px;
	min-width: 200px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	position: relative;
	z-index: 5;
	box-sizing: border-box;
}
.headLine06 .inner::before,
.headLine06 .inner::after {
	width: 1px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 0;
	transform: rotate(30deg);
	background-color: #64C4F1;
	content: "";
}
.headLine06 .inner::after {
	left: auto;
	right: 0;
}
@media all and (max-width: 896px) {
	.headLine06::after {
		width: 100%;
		top: 24px;
	}
	.headLine06 {
		font-size: 2.8rem;
	}
	.headLine06 .inner {
		padding: 0 20px;
		min-width: 150px;
	}
}


/*------------------------------------------------------------
	comLinkUl03
------------------------------------------------------------*/
.comLinkUl03 {
	margin: -20px -12px 0;
	display: flex;
	flex-wrap: wrap;
}
.comLinkUl03 li {
	margin-top: 20px;
	padding: 0 12px;
	width: 25%;
	box-sizing: border-box;
}
.comLinkUl03 a {
	color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.comLinkUl03 a::after {
	width: 100%;
	height: 100%;
	background-color: #0052A4;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.comLinkUl03 .image {
	height: 160px;
}
.comLinkUl03 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comLinkUl03 .txt {
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	z-index: 10;
	transform: translateY(-50%);
}
@media all and (min-width: 897px) {
	.comLinkUl03 a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.comLinkUl03 {
		margin: -16px -8px 0;
	}
	.comLinkUl03 li {
		margin-top: 16px;
		width: 50%;
		padding: 0 8px;
	}
	.comLinkUl03 .txt {
		font-size: 1.6rem;
	}
}

/*------------------------------------------------------------
	comBtnList
------------------------------------------------------------*/
.comBtnList {
	display: flex;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.comBtnList li {
	width: 205px;
}
.comBtnList a {
	padding: 17px 15px 15px 0;
	color: #fff;
	height: 90px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F17723;
	line-height: 1.2;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	overflow: hidden;
}
.comBtnList .inner {
	position: relative;
}
.comBtnList .webLink img {
	position: absolute;
	top: 9px;
	left: 4px;
}
.comBtnList .webLink .inner {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 30px;
	text-align: center;
}
.comBtnList .telLink a {
	padding: 10px 10px;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: #0052A4;
	text-align: center;
	letter-spacing: 0.02em;
}
.comBtnList .telLink .sml {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0;
}
.comBtnList .telLink img {
	margin: -5px 3px 0 0;
	display: inline-block;
	vertical-align: middle;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.comBtnList li {
		width: 70px;
	}
	.comBtnList .inner {
		display: none !important;
	}
	.comBtnList a {
		background: #0052a4 url("img/common/icon20.png") no-repeat center center / 26px auto;
	}
	.comBtnList .webLink a {
		background: #F17723 url("img/common/icon21.png") no-repeat center center / 22px auto;
	}
}
@media all and (min-width: 897px) {
	.comBtnList a:hover {
		opacity: 0.8;
	}
}


/*------------------------------------------------------------
	partner
------------------------------------------------------------*/
#partner .pageTitle {
	background-image: url("img/partner/main_img.jpg");
}
#partner #pagePath {
	margin-bottom: 60px;
}
#partner .headLine03 {
	margin-bottom: 33px;
}
#partner .headLine01 {
	margin-bottom: 80px;
	color: #4D4D4D;
	font-size: 3rem;
}
#partner .headLine01 .line {
	color: #0052A4;
}
#partner .h2Title {
	margin-bottom: 93px;
}
#partner .h2Title02 {
	margin-bottom: 29px;
}
#partner .headLine04 {
	margin-bottom: 35px;
}
#partner .comBg {
	padding-bottom: 79px;
}
#partner .sec02 {
	padding: 90px 0;
	background-color: #F8F8F8;
}
#partner .sec02 .headLine03 {
	margin-bottom: 74px;
}
#partner .faqBox {
	padding-top: 90px;
}
#partner .faqBox .headLine03 {
	margin-bottom: 66px;
}
#partner .faqBox .comQaList+.comLink01 {
	display: none;
}
@media all and (max-width: 896px) {
	#partner .headLine01 {
		font-size: 2rem;
	}
	#partner .comBg {
		padding-bottom: 60px;
	}
}



/* comList05 */
.comList05 {
	margin: -72px -14px 74px;
	display: flex;
	flex-wrap: wrap;
}
.comList05 li {
	margin: 72px 14px 0;
	padding: 90px 0 25px;
	width: calc(33.33% - 28px);
	background-color: #E5EEF6;
	border-radius: 15px;
	box-sizing: border-box;
	color: #4D4D4D;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.44;
	position: relative;
}
.comList05 .image {
	margin-bottom: 11px;
	text-align: center;
}
.comList05 .image img {
	width: 147px;
}
.comList05 .txt {
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	letter-spacing: 0.05em;
}
.comList05 .title {
	padding: 19px 10px 0;
	width: 90px;
	height: 90px;
	color: #4C86BF;
	position: absolute;
	top: -44px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.comList05 .title .num {
	margin-top: -1px;
	display: block;
	font-size: 4rem;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.comList05 .txt {
		letter-spacing: 0;
	}
	.comList05 li {
		font-size: 1.6rem;
	}
}
@media all and (min-width: 897px) {
	.comList05.style {
		margin-bottom: 38px;
	}
	.comList05.style .image {
		margin-bottom: 14px;
	}
	.comList05.style li {
		padding-bottom: 47px;
	}
}
@media all and (max-width: 896px) {
	.comList05 {
		display: block;
		margin: 0 0 50px;
	}
	.comList05 li {
		margin: 0 0 50px;
		padding: 40px 20px 25px;
		width: auto;
		font-size: 1.4rem;
	}
	.comList05 li:last-child {
		margin-bottom: 0;
	}
	.comList05 .image img {
		width: 100px;
	}
	.comList05 .title {
		padding: 16px 10px 0;
		width: 65px;
		height: 65px;
		top: -30px;
		font-size: 1rem;
	}
	.comList05 .title .num {
		font-size: 2.6rem;
	}
}


/* comList06 */
.comList06 {
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
}
.comList06 li {
	padding: 0 12px;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
}
.comList06 .image {
	margin-bottom: 12px;
	border-radius: 10px;
	overflow: hidden;
}
.comList06 .image img {
	width: 100%;
}
.comList06 .name {
	margin-bottom: 2px;
	color: #0052A4;
	font-size: 1.6rem;
	font-weight: bold;
}
@media all and (max-width: 896px) {
	.comList06 {
		margin: 0;
		display: block;
	}
	.comList06 li {
		margin-bottom: 40px;
		padding: 0;
		width: auto;
		font-size: 1.3rem;
	}
	.comList06 li:last-child {
		margin-bottom: 0;
	}
	.comList06 .name {
		font-size: 1.4rem;
	}
}


/* comFlowUl */
.comFlowUl {
	margin: 0 -27px 55px;
	display: flex;
	flex-wrap: wrap;
}
.comFlowUl li {
	padding: 0 27px;
	width: 33.33%;
	box-sizing: border-box;
	position: relative;
	line-height: 1.75;
}
.comFlowUl li::after {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 71px;
	right: -18px;
	background: url("img/common/arrow_icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
.comFlowUl .num {
	padding: 11px 10px 0;
	width: 56px;
	height: 56px;
	color: #fff;
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background-color: #0192E5;
	border-radius: 50%;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: bold;
}
.comFlowUl .num .big {
	display: block;
	font-size: 2rem;
}
.comFlowUl .image {
	margin-bottom: 20px;
	height: 172px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comFlowUl .image img {
	width: 95px;
}
.comFlowUl .title {
	margin-bottom: 6px;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	opacity: 0.85;
	letter-spacing: 0.07em;
	line-height: 1.5;
}
.comFlowUl.row3 li:nth-child(3n - 1)::after {
	background-image: url("img/common/arrow_icon02.png");
}
.comFlowUl.row3 li:nth-child(3n)::after {
	display: none;
}
@media all and (max-width: 896px) {
	.comFlowUl {
		margin: 0 0 55px;
		display: block;
	}
	.comFlowUl li {
		margin-bottom: 60px;
		padding: 0;
		width: auto;
		line-height: 1.75;
	}
	.comFlowUl .num .big {
		font-size: 1.7rem;
	}
	.comFlowUl .num {
		padding: 14px 10px 0;
		font-size: 1rem;
	}
	.comFlowUl li::after {
		display: none;
	}
	.comFlowUl .image img {
		width: 70px;
	}
	.comFlowUl .image {
		height: 160px;
	}
}

.comFlowUl02 {
	margin: -40px -66px 47px 0;
}
.comFlowUl02 li {
	margin: 40px 63px 0 0;
	padding: 0;
	width: 170px;
}
.comFlowUl02 .image {
	margin-bottom: 11px;
	border-radius: 50%;
	height: 170px;
}
.comFlowUl02 .title {
	margin-bottom: 0;
	font-size: 1.8rem;
}
.comFlowUl02 .num {
	top: -15px;
	left: 0;
	transform: translateX(0);
}
.comFlowUl02 li::after {
	right: -47px;
}
.comFlowUl02 li:last-child::after {
	display: none;
}
.comFlowUl02 li:nth-child(4):after {
	background-image: url("img/common/arrow_icon02.png");
}
.comFlowUl02 li:nth-child(2):after {
	background-image: url("img/common/arrow_icon03.png");
}
.comFlowUl02 li:first-child:after {
	background-image: url("img/common/arrow_icon04.png");
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.comFlowUl02 li {
		margin-right: 32px;
		width: 145px;
	}
	.comFlowUl .image img {
		width: 74px;
	}
	.comFlowUl02 .image {
		height: 145px;
	}
	.comFlowUl02 li::after {
		width: 20px;
  		height: 22px;
		right: -27px;
	}
}
@media all and (max-width: 896px) {
	.comFlowUl02 {
		margin: 0 0 35px;
	}
	.comFlowUl02 li {
		margin: 0 auto 40px;
	}
	.comFlowUl02 .image {
		margin: 0 auto 10px;
		width: 130px;
		height: 130px;
	}
}
/*------------------------------------------------------------
	construction
------------------------------------------------------------*/
#construction .pageTitle {
	background-image: url("img/construction/main_img.jpg");
}
#construction #pagePath {
	margin-bottom: 60px;
}
#construction .headLine03 {
	margin-bottom: 32px;
}
#construction .centerTxt {
	margin-bottom: 66px;
}
#construction .comImgBox {
	margin-top: 66px;
}
#construction .comImgBox .headLine02 {
	margin-bottom: 11px;
	text-align: left;
	font-size: 2.4rem;
}
#construction .comImgBox .comLink01 {
	margin-top: 62px;
}
#construction .comBg {
	padding-bottom: 102px;
}
#construction .sec03 {
	padding: 90px 0;
}
#construction .sec03 .headLine03 {
	margin-bottom: 71px;
}
#construction .sec04 {
	padding: 90px 0;
	background-color: #F8F8F8;
}
#construction .sec04 .headLine03 {
	margin-bottom: 82px;
}
#construction .faqBox {
	padding-top: 90px;
}
#construction .faqBox .headLine03 {
	margin-bottom: 66px;
}
#construction .faqBox .comLink01 {
	margin-top: 68px;
}
#construction .comShow {
	margin-top: 70px;
}
@media all and (min-width: 897px) {
	#construction .sec04 .comLink01 a {
		width: 410px;
	}
	#construction .faqBox .comLink01 a {
		width: 410px;
	}
}
@media all and (max-width: 896px) {
	#construction .comImgBox .headLine02 {
		font-size: 2rem;
	}
	#construction .comImgBox .comLink01 {
		margin-top: 30px;
	}
	#construction .comBg {
		padding-bottom: 80px;
	}
	#construction .sec03 {
		padding: 40px 0 50px;
	}
}

/* comWorks */
.comWorks {
	padding: 90px 0;
	background-color: #EBF6FD;
}
.comWorks .headLine03 {
	margin-bottom: 50px;
}
@media all and (max-width: 896px) {
	.comWorks {
		padding: 50px 0 50px;
	}
}

/* comList07 */
.comList07 {
	margin-top: -70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.comList07 li {
	margin-top: 70px;
	width: calc(50% - 20px);
}
.comList07 .image {
	margin-bottom: 27px;
	background-color: #fff;
	padding: 10px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	border-radius: 15px;
}
.comList07 .image img {
	border-radius: 5px;
	width: 100%;
}
.comList07 .title {
	margin-bottom: 10px;
	color: #0052A4;
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
.comList07 .comLink01 {
	margin-top: 26px;
}
.comList07 .textBox {
	box-sizing: border-box;
	padding-bottom: 15px;
}
@media all and (max-width: 896px) {
	.comList07 {
		margin: 0;
		display: block;
	}
	.comList07 li {
		margin: 0 0 30px;
		width: auto;
	}
	.comList07 li:last-child {
		margin-bottom: 0;
	}
	.comList07 .title {
		font-size: 2rem;
	}
	.comList07 .image {
		margin-bottom: 15px;
	}
	.comList07 .comLink01 {
		margin-top: 0;
	}
}

/* comShow */
.comShow {
	margin-bottom: 72px;
	padding: 83px 20px 49px;
	position: relative;
	background-color: #EBF6FD;
}
.comShow .iconImg {
	margin-left: -40px;
	position: absolute;
	left: 50%;
	top: -50px;
}
.comShow .innerBox {
	margin: 0 auto;
	padding: 58px 65px 39px;
	max-width: 900px;
	background-color: #fff;
	position: relative;
	border-radius: 15px;
	box-sizing: border-box;
}
.comShow .image {
	position: absolute;
	bottom: 0;
	right: 45px;
}
.comShow .headLine01 {
	margin-bottom: 17px;
	font-weight: 500;
	color: #333333;
	font-size: 2rem;
	text-align: left;
	line-height: 2;
}
.comShow .headLine01 .line {
	color: #0052A4;
	font-weight: bold;
}
.comShow .textBox {
	max-width: 550px;
}
@media all and (max-width: 896px) {
	.comShow .iconImg {
		margin-left: -30px;
		top: -33px;
		width: 60px;
	}
	.comShow .innerBox {
		padding: 45px 20px 0;
	}
	.comShow {
		margin-bottom: 50px;
		padding: 60px 15px 30px;
	}
	.comShow .headLine01 {
		font-size: 2rem;
		line-height: 1.7;
		letter-spacing: 0;
		text-align: center;
	}
	.comShow .image {
		margin-top: 30px;
		position: static;
		bottom: auto;
		right: auto;
		text-align: center;
	}
	.comShow .image img {
		width: 170px;
	}
	.comShow .comLink02 a {
		font-size: 1.4rem;
		background-position: right 15px center;
		background-size: 20px auto;
	}
	.comShow .textBox {
		max-width: inherit;
	}
}
@media all and (max-width: 360px) {
	.comShow .headLine01 {
		font-size: 1.8rem;
	}
	.comShow .innerBox {
		padding: 45px 10px 0;
	}
}

/* comSlideBox */
.comSlideBox {
	margin: 0 auto 50px;
	padding: 0 90px;
	max-width: 1406px;
	box-sizing: border-box;
	position: relative;
}
.comSlideBox .comList03 li a {
	line-height: 1.4;
}
.comSlideBox .arrowUl li {
	width: 60px;
	position: absolute;
	top: 125px;
	left: 0;
	cursor: pointer;
}
.comSlideBox .arrowUl .next {
	left: auto;
	right: 0;
}
.comSlideBox .comList03 {
	margin: 0;
	display: block;
}
.comSlideBox .comList03 > li {
	margin: 0;
	width: 280px;
	padding: 0;
	font-size: 1.5rem;
}
.comSlideBox .comList03 .image {
	margin-bottom: 18px;
	border-radius: 0;
	padding-bottom: 64.6%;
}
.comSlideBox .comList03 .comLable span {
	padding: 5px 9px 5px;
	background-color: #0052A4;
	border: 1px solid #0052A4;
	font-size: 1.3rem;
}
.comSlideBox .comList03 .comLable {
	margin-bottom: 6px;
}
.comSlideBox .comList03 .time {
	margin: 7px 0 0 0;
	color: #808080;
	font-size: 1.4rem;
}
.comSlideBox .notesTop {
	position: absolute;
	top: -22px;
	right: 93px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.comSlideBox {
		padding: 0 60px;
	}
	.comSlideBox .arrowUl li {
		width: 60px;
		text-align: center;
	}
	.comSlideBox .arrowUl img {
		width: 50px;
	}
}
@media all and (min-width: 897px) {
	.comSlideBox .arrowUl li:hover {
		opacity: 0.8;
	}
	.comSlideBox .comList03 .slick-slide > div {
		width: 280px;
		margin: 0 13px;
	}
	.comSlideBox .comList10 .slick-slide > div {
		width: 340px;
		margin: 0 20px;
	}
}
@media all and (max-width: 896px) {
	.comSlideBox {
		margin-bottom: 30px;
		padding: 0 40px;
	}
	.comSlideBox .arrowUl li {
		width: 35px;
		top: 21vw;
	}
	.comSlideBox .comList03 > li {
		margin: 0;
		width: auto;
		padding: 0;
		font-size: 1.4rem;
	}
	.comSlideBox .comList03 .time {
		font-size: 1.3rem;
	}
	.comSlideBox .comList03 .comLable span {
		padding: 3px 5px 5px;
		font-size: 1.2rem;
	}
	.comSlideBox .notesTop {
		font-size: 1rem;
		top: -22px;
  		right: 40px;
	}
}

/* comSlideBox .comList10*/
.comSlideBox .comList10 > li {
	width: 340px;
}
.comSlideBox .comList10 .image {
	padding-bottom: 67.1%;
}


/* comTxt */
.comTxt {
	margin-bottom: 46px;
	color: #4D4D4D;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
}
.comTxt .line {
	color: #0052A4;
}
@media all and (max-width: 896px) {
	.comTxt {
		font-size: 2rem;
	}
}


/*------------------------------------------------------------
	weed
------------------------------------------------------------*/
#weed .pageTitle {
	background-image: url("img/weed/main_img.jpg");
}
#weed  .kv {
  background-image: url("img/weed/kv_pc_img_weed.png");
}
@media (max-width: 896px) {
  #weed  .kv {
    background-image: url("img/weed/kv_sp_img_weed.png");
  }
}
#weed .sec01 {
	margin-bottom: 116px;
}
#weed .sec03 {
	padding-top: 90px;
}
#weed .sec04 {
	padding-top: 90px;
	margin-bottom: 90px;
}
@media all and (min-width: 897px) {
	#weed #pagePath {
		margin-bottom: 60px;
	}
	#weed .sec01 .headLine03 {
		margin-bottom: 33px;
	}
	#weed .comBg {
		padding-bottom: 108px;
	}
	#weed .comBg .comContanct .pic {
		right: 2.1%;
		width: 24.84%;
	}
	#weed .sec03 .headLine03 {
		margin-bottom: 53px;
	}
	#weed .sec04 .headLine03 {
		margin-bottom: 71px;
	}
	#weed .faqBox .headLine03 {
		margin-bottom: 66px;
	}
	#weed .faqBox .comLink01 a {
		width: 410px;
	}
	#weed .comBg .comContanct {
		margin: 113px 0 0;
	}
}
@media all and (max-width: 896px) {
	#weed .sec01 {
		margin-bottom: 70px;
	}
	#weed .sec03 {
		padding-top: 50px;
	}
	#weed .sec04 {
		padding-top: 50px;
	}
	#weed .sec04 .headLine03 {
		margin-bottom: 66px;
	}
}

/* comSlideBox02 */
.comSlideBox02 {
	margin-top: -20px;
	position: relative;
}
.comSlideBox02 .slideUl > .slick-list > .slick-track > .slick-slide > div {
	margin: 20px 20px;
	width: 1100px;
	border-radius : 14px;
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
}
.comSlideBox02 .slideUl .slide {
	padding: 24px 28px;
	background-color: #fff;
	box-sizing: border-box;
}
.comSlideBox02 .slideUl .slide .flexBox{
	display: flex;
	align-items: flex-start;
}
.comSlideBox02 .bigUl {
	font-size: 0;
	line-height: 1;
}
.comSlideBox02 .photoBox {
	width: calc(50% - 4px);
}
.comSlideBox02 .photoBox .phoInner {
	padding-bottom: 67%;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}
.comSlideBox02 .photoBox .phoInner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.comSlideBox02 .rightBox {
	margin: 12px 0 0 26px;
	flex: 1;
}
.comSlideBox02 .headLine02 {
	margin: 0 0 7px -3px;
	text-align: left;
	font-size: 3rem;
}
.comSlideBox02 .title {
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 2rem;
}
.comSlideBox02 .slideBox .image {
	padding-bottom: 67%;
	overflow: hidden;
	position: relative;
}
.comSlideBox02 .slideBox .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.comSlideBox02 .slideBox .bigUl .image {
	border-radius: 15px;
}
.comSlideBox02 .slideBox .smallUl {
	margin: 16px -3px 0;
	display: flex;
	flex-wrap: wrap;
}
.comSlideBox02 .slideBox .smallUl li {
	padding: 4px 3px;
	width: 20%;
	box-sizing: border-box;
	cursor: pointer;
}
.comSlideBox02 .typeList {
	padding: 18px 0 13px 18px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
.comSlideBox02 .typeList li {
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}
.comSlideBox02 .typeList li:last-child {
	margin-bottom: 0;
}
.comSlideBox02 .typeList .ttl {
	width: 30.5%;
	font-size: 1.6rem;
}
.comSlideBox02 .typeList .right {
	flex: 1;
	font-size: 1.8rem;
}
.comSlideBox02 .typeList .comPrice {
	margin: -7px 0;
}
.comSlideBox02 .typeList .comPrice .num {
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}
.comSlideBox02 .notesUl {
	margin-top: 12px;
	font-size: 1.2rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
.comSlideBox02 .notesUl li {
	padding-left: 1em;
	text-indent: -1em;
}
.comSlideBox02 .phoInner + .notesUl {
	margin-top: 14px;
}
.comSlideBox02 .arrowUl li {
	margin-left: -557px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.comSlideBox02 .arrowUl .next {
	margin-left: 557px;
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	.comSlideBox02 .slideUl > .slick-list > .slick-track > .slick-slide > div {
		width: 860px;
	}
	.comSlideBox02 .photoBox {
		width: calc(50% - 40px);
	}
	.comSlideBox02 .slideUl .slide {
		padding: 15px;
	}
	.comSlideBox02 .rightBox {
		margin-top: 0;
	}
	.comSlideBox02 .arrowUl li {
		margin-left: -426px;
		width: 30px;
	}
	.comSlideBox02 .arrowUl .next {
		margin-left: 426px;
	}
	.comSlideBox02 .typeList li {
		display: block !important;
	}
	.comSlideBox02 .typeList .ttl {
		width: auto !important;
	}
	.comSlideBox02 .typeList .comPrice {
		margin: 0;
	}
}
@media all and (min-width: 897px) {
	.comSlideBox02 .arrowUl li:hover {
		opacity: 0.8;
	}
	.comSlideBox02 .slideBox .smallUl li:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.comSlideBox02 .slideUl {
		margin: 0 -15px;
	}
	.comSlideBox02 .slideUl > .slick-list > .slick-track > .slick-slide > div {
		width: auto;
		margin: 15px;
		border-radius: 10px;
	}
	.comSlideBox02 .slideUl .slide {
		padding: 15px;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	}
	.comSlideBox02 .slideUl .slide .flexBox {
		display: block;
	}
	.comSlideBox02 .photoBox {
		width: auto;
	}
	.comSlideBox02 .rightBox {
		margin: 20px 0 0 0;
	}
	.comSlideBox02 .headLine02 {
		font-size: 2.5rem;
	}
	.comSlideBox02 .title {
		font-size: 1.6rem;
	}
	.comSlideBox02 .slideBox .smallUl {
		margin: 10px -3px 0;
	}
	.comSlideBox02 .typeList {
		padding: 18px 0 13px 0;
	}
	.comSlideBox02 .typeList .ttl {
		width: auto !important;
		font-size: 1.4rem;
	}
	.comSlideBox02 .typeList .right {
		font-size: 1.4rem;
	}
	.comSlideBox02 .typeList .comPrice {
		margin: 0;
		font-size: 1.4rem;
	} 
	.comSlideBox02 .typeList .comPrice .num {
		font-size: 2.2rem;
	}
	.comSlideBox02 .notesUl {
		font-size: 1.1rem;
	}
	.comSlideBox02 {
		padding: 0 20px;
	}
	.comSlideBox02 .arrowUl li {
		margin-left: 0;
		width: 20px;
		top: 24vw;
		left: 6px;
		transform: translateX(0);
	}
	.comSlideBox02 .arrowUl .next {
		margin-left: 0;
		left: auto;
		right: 6px;
	}
	.comSlideBox02 .typeList li {
		display: block;
	}
}



/* comTable02 */
.comTable02 {
	width: 100%;
	border-collapse: collapse;
}
.comTable02 th,
.comTable02 td {
	padding: 12px 0 12px 18px;
	font-weight: normal;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	line-height: 1.25;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}
.comTable02 th {
	width: 35%;
}
.comTable02 .notes {
	margin-top: 4px;
	font-size: 1.2rem;
}
.comTable02 tr:last-child td,
.comTable02 tr:last-child th {
	border-bottom: none;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.comTable02 th,
	.comTable02 td {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 896px) {
	.comTable02 th,
	.comTable02 td {
		padding: 8px 0;
		font-size: 1.3rem;
		width: 100% !important;
		float: left;
		border-bottom: none;
	}
	.comTable02 td {
		border-top: none;
	}
	.comTable02 th {
		padding-bottom: 0;
		font-weight: bold;
	}
}

/* comPrice */
.comPrice {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1 !important;
}
.comPrice .col {
	font-weight: bold;
	color: #F17723;
}
.comPrice .num {
	font-size: 2.8rem;
}
@media all and (max-width: 896px) {
	.comPrice {
		font-size: 1.5rem;
	}
	.comPrice .num {
		font-size: 2.4rem;
	}
}


/* compareBox */
.comCompare .headLine03 {
	margin-bottom: 54px;
}
.compareBox {
	position: relative;
}
.compareBox .scrollBox {
	position: relative;
}
.compareBox .iconImg {
	position: absolute;
	top: -68px;
	right: 3px;
	z-index: 10;
}
.compareBox .compareList {
	display: flex;
	width: fit-content;
}
.compareBox .compareList > li {
	width: 263px;
	flex-shrink: 0;
	box-sizing: border-box;
	border-right: 1px solid #DEDEDE;
	font-size: 1.4rem;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.compareBox .compareList > li:first-child {
	width: 242px;
	position: sticky;
	left: 0;
	background-color: #fff;
}
.compareBox .compareList > li:last-child {
	border-right: none;
}
.compareBox .innerUl li {
	padding: 4px;
	min-height: 73px;
	border-bottom: 1px solid #DEDEDE;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}
.compareBox .compareList .title {
	padding: 0 !important;
	height: 40px;
	min-height: 0;
	color: #fff;
	font-weight: bold;
	background-color: #64C4F1;
	letter-spacing: 0.05em;
	border-bottom: none;
}
.compareBox .compareList .row02 {
	padding: 15px 14px;
}
@media all and (max-width: 896px) {
	.compareBox .iconImg {
		top: -38px;
		right: 3px;
		width: 50px;
	}
	.compareBox .compareList > li:first-child {
		width: 170px;
	}
	.compareBox .compareList > li {
		width: 240px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}


/* comList08 */
.comList08 {
	margin: -85px -12px 0;
	display: flex;
	flex-wrap: wrap;
}
.comList08 li {
	margin-top: 85px;
	padding: 0 12px;
	width: 25%;
	box-sizing: border-box;
}
.comList08 a {
	display: block;
	font-size: 1.4rem;
	line-height: 1.42;
	letter-spacing: 0.05em;
}
.comList08 .image {
	margin-bottom: 10px;
	padding-bottom: 66.4%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.comList08 .image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.comList08 .title {
	margin-bottom: 6px;
	color: #0052A4;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.81;
}
.comList08 .listDl {
	margin-bottom: 10px;
	clear: both;
	letter-spacing: 0.05em;
}
.comList08 .listDl dt {
	margin-top: 2px;
	float: left;
}
.comList08 .listDl dd {
	font-size: 1.6rem;
	padding: 0 0 10px 7.5em;
}
.comList08 .listDl .col {
	color: #F17723;
	font-weight: 500;
}
@media all and (min-width: 897px) {
	.comList08 a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.comList08 {
		margin: 0;
		display: block;
	}
	.comList08 li {
		margin: 0 0 50px;
		padding: 0;
		width: auto;
	}
	.comList08 li:last-child {
		margin-bottom: 0;
	}
	.comList08 a {
		font-size: 1.2rem;
	}
	.comList08 .listDl dd {
		font-size: 1.3rem;
	}
	.comList08 .title {
		font-size: 1.4rem;
	}
	.comList08 .listDl dt {
		margin-top: 1px;
	}
}

/*------------------------------------------------------------
	fence-point
------------------------------------------------------------*/
#fence-point .pageTitle {
	background-image: url("img/fence-point/page_img.jpg");
}
#fence-point #pagePath {
	margin-bottom: 60px;
}
#fence-point .installBox .centerTxt {
	margin: -6px 0 75px;
	letter-spacing: 0.04em;
}
#fence-point .installBox .imgBox {
	margin-bottom: 83px;
	align-items: center;
}
#fence-point .installBox .imgBox .phoBox {
	width: 48.1%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 15px;
	box-shadow : 2px 3px 8px rgba(0, 0, 0, 0.35);
}
#fence-point .installBox .imgBox .phoBox img {
	border-radius: 5px;
	width: 100%;
}
#fence-point .installBox .imgBox .txtBox {
	margin-bottom: 5px;
	width: 45.5%;
}
#fence-point .installBox .imgBox .txtBox li {
	margin-bottom: 10px;
	padding-left: 30px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.04em;
	background: url("img/fence-point/icon01.png") no-repeat left 5px / 25px;
}
#fence-point .installBox .imgBox .txtBox li:last-child {
	margin-bottom: 0;
}
#fence-point .installBox .inner {
	padding: 5px 35px 40px;
	border-radius: 14px;
	text-align: center;
	background-color: #EBF6FD;
}
#fence-point .installBox .inner .mark {
	margin: -56px 0 29px;
}
#fence-point .installBox .inner .topText {
	margin-bottom: 24px;
	letter-spacing: 0.04em;
	font-weight: 700;
	line-height: 1.73;
}
#fence-point .installBox .inner .title {
	margin-bottom: 73px;
	font-size: 3rem;
	letter-spacing: 0.04em;
	font-weight: 700;
	line-height: 1.57;
}
#fence-point .installBox .inner .title .blue {
	padding-bottom: 5px;
	color: #0052A4;
	background: linear-gradient(transparent 90%, #FECF00 0%);
}
#fence-point .installBox .inner .caseBox {
	padding: 5px 37px 40px;
	border-radius: 14px;
	background-color: #FFF;
}
#fence-point .installBox .inner .caseBox h4 {
	margin: -30px 0 18px;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.04em;
}
#fence-point .installBox .inner .caseBox h4 .icoImg {
	margin-bottom: -5px;
	display: block;
}
#fence-point .installBox .inner .caseBox .imgList {
	margin: -20px 0 17px;
}
#fence-point .installBox .inner .caseBox .imgList li {
	margin: 20px calc(7.6% / 3) 0 0;
	width: 23.1%;
	text-align: left;
	letter-spacing: 0.04em;
}
#fence-point .installBox .inner .caseBox .imgList li:nth-child(4n) {
	margin-right: 0;
}
#fence-point .installBox .inner .caseBox .imgList li .ttl {
	margin-bottom: 6px;
	display: block;
	color: #0052A4;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
#fence-point .installBox .inner .caseBox .imgList li .pho {
	margin-bottom: 17px;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
#fence-point .installBox .inner .caseBox .imgList li .pho img {
	width: 100%;
}
#fence-point .installBox .inner .caseBox .imgList li .txt {
	display: block;
	line-height: 1.35;
}
#fence-point .installBox {
	margin-bottom: 57px;
}
#fence-point .pointBox .headLine03 {
	margin-bottom: -30px;
}
#fence-point .pointBox .pointList {
	margin: 30px 0 80px;
}
#fence-point .pointBox .pointList li {
	margin-top: 30px;
	padding-top: 49px;
	width: 48.2%;
	position: relative;
}
#fence-point .pointBox .pointList li .num {
	position: absolute;
	left: 0;
	top: 0;
	color: #E8F6FD;
	font-size: 9rem;
	line-height: 1.2;
	font-style: italic;
	font-weight: 700;
	letter-spacing: -0.02em;
}
#fence-point .pointBox .pointList li .sub {
	position: relative;
	display: block;
}
#fence-point .pointBox .pointList li .ttl {
	margin-bottom: 9px;
	color: #0052A4;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.04em;
	text-align: center;
}
#fence-point .pointBox .pointList li .pho {
	margin-bottom: 17px;
	display: block;
    padding: 10px;
    border-radius: 15px;
	background-color: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
#fence-point .pointBox .pointList li .pho img {
	width: 100%;
	border-radius: 5px;
}
#fence-point .pointBox .pointList li .txt {
	display: block;
	line-height: 1.75;
	letter-spacing: 0.04em;
}
#fence-point .pointBox .partnerBox {
	padding: 35px;
	position: relative;
	border-radius: 14px;
	background-color: #EBF6FD;
}
#fence-point .pointBox .partnerBox .mapImg {
	position: absolute;
	right: -52px;
	top: -38px;
	width: 332px;
}
#fence-point .pointBox .partnerBox .phoBox {
	width: 43.7%;
	overflow: hidden;
	border-radius: 14px;
}
#fence-point .pointBox .partnerBox .txtBox {
	margin-right: 32px;
	padding-top: 39px;
	position: relative;
	width: 48.2%;
	box-sizing: border-box;
	text-align: center;
}
#fence-point .pointBox .partnerBox .txtBox h4 {
	margin-bottom: 19px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: 0.04em;
}
#fence-point .pointBox .partnerBox .txtBox h4 .corTxt {
	color: #F17723;
}
#fence-point .pointBox .partnerBox {
	margin-bottom: 134px;
}
#fence-point .pointBox {
	margin-bottom: 52px;
}
#fence-point .strengthBox .headLine03 {
    margin-bottom: 71px;
}
#fence-point .comBg {
	padding-bottom: 95px;
}
#fence-point .caseBox {
    padding: 70px 0 79px;
    background-color: #EBF6FD;
}
#fence-point .caseBox .headLine03 {
    margin-bottom: 50px;
}
#fence-point .faqBox {
	padding-top: 90px;
}
#fence-point .faqBox .headLine03 {
    margin-bottom: 65px;
}
#fence-point .faqBox .comLink01 {
    margin-top: 68px;
}
#fence-point .faqBox .comLink01 a {
	width: 410px;
}
@media all and (max-width: 1000px) {
	#fence-point .installBox .inner .caseBox .imgList li .ttl {
		font-size: 1.6rem;
	}
	#fence-point .pointBox .pointList li .ttl {
		font-size: 2.2rem;
	}
	#fence-point .pointBox .partnerBox .mapImg {
		right: -15px;
	}
}
@media all and (max-width: 896px) {
	#fence-point .installBox .centerTxt {
		margin-bottom: 40px;
	}
	#fence-point .installBox .imgBox {
		display: block;
	}
	#fence-point .installBox .imgBox .phoBox {
		width: auto;
	}
	#fence-point .installBox .imgBox .txtBox {
		margin: 25px 0 0;
		width: auto;
	}
	#fence-point .installBox .imgBox .txtBox li {
		background-position: left 4px;
	}
	#fence-point .installBox .inner {
		padding: 5px 20px 40px;
	}
	#fence-point .installBox .inner .mark {
		margin: -56px 0 29px;
	}
	#fence-point .installBox .inner .topText {
		text-align: left;
	}
	#fence-point .installBox .inner .title {
		margin-bottom: 70px;
		font-size: 1.8rem;
		text-align: left;
	}
	#fence-point .installBox .inner .caseBox {
		padding: 5px 20px 40px;
	}
	#fence-point .installBox .inner .caseBox h4 {
		margin: -20px 0 20px;
		font-size: 2rem;
	}
	#fence-point .installBox .inner .caseBox h4 .icoImg {
		width: 38px;
		margin: 0 auto;
	}
	#fence-point .installBox .inner .caseBox .imgList {
		margin: 0 0 30px;
		display: block;
	}
	#fence-point .installBox .inner .caseBox .imgList li {
		margin: 0 0 20px;
		width: auto;
	}
	#fence-point .installBox .inner .caseBox .imgList li:last-child {
		margin-bottom: 0;
	}
	#fence-point .installBox .inner .caseBox .imgList li .ttl {
		font-size: 1.6rem;
	}
	#fence-point .pointBox .headLine03 {
		margin-bottom: 30px;
	}
	#fence-point .pointBox .pointList {
		margin: 0 0 40px;
		display: block;
	}
	#fence-point .pointBox .pointList li {
		margin: 0 0 30px;
		padding-top: 30px;
		width: auto;
	}
	#fence-point .pointBox .pointList li:last-child {
		margin-bottom: 0;
	}
	#fence-point .pointBox .pointList li .num {
		font-size: 4rem;
	}
	#fence-point .pointBox .pointList li .ttl {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	#fence-point .pointBox .pointList li .pho {
		border-radius: 10px;
	}
	#fence-point .pointBox .partnerBox {
		padding: 20px;
		display: block;
	}
	#fence-point .pointBox .partnerBox .mapImg {
		right: -15px;
		top: inherit;
		bottom: -25px;
		width: 50%;
		max-width: 330px;
	}
	#fence-point .pointBox .partnerBox .phoBox {
		width: auto;
		border-radius: 10px;
		position: relative;
	}
	#fence-point .pointBox .partnerBox .txtBox {
		margin-right: 0;
		width: auto;
	}
	#fence-point .pointBox .partnerBox .txtBox h4 {
		font-size: 1.8rem;
	}
	#fence-point .comBg {
		padding-bottom: 50px;
	}
	#fence-point .faqBox {
		padding-top: 45px;
	}
	#fence-point .faqBox .headLine03 {
		margin-bottom: 40px;
	}
}

/*------------------------------------------------------------
	comMovieBox
------------------------------------------------------------*/
.comMovieBox {
	padding: 5px 15px 48px;
	border-radius: 14px;
	border: 1px solid #0192E5;
}
.comMovieBox h4 {
	margin: -53px 0 42px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.04em;
}
.comMovieBox h4 .sub {
	padding: 0 13px;
	display: inline-block;
	background-color: #FFF;
}
.comMovieBox h4 .blue {
	padding-bottom: 3px;
	color: #0052A4;
	background: linear-gradient(transparent 90%, #FECF00 0%);
}
.comMovieBox .video {
	margin: 0 auto 28px;
	width: 652px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.comMovieBox .video iframe {
	width: 100%;
	height: 370px;
	vertical-align: top;
	background-color: #000;
}
.comMovieBox .text {
	margin: 0 auto 29px;
	max-width: 786px;
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: 0.04em;
}
.comMovieBox .text .line {
	padding-bottom: 3px;
	background: linear-gradient(transparent 94%, #FECF00 0%);
}
.comMovieBox .comLink01 a {
	width: 340px;
}
@media all and (max-width: 896px) {
	.comMovieBox {
		padding: 5px 15px 48px;
		border-radius: 10px;
	}
	.comMovieBox h4 {
		font-size: 1.8rem;
	}
	.comMovieBox .video {
		width: auto !important;
		padding-bottom: 62.5%;
	}
	.comMovieBox .video iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.comMovieBox .text {
		font-size: 1.6rem;
	}
}



/*------------------------------------------------------------
	comImgBox02
------------------------------------------------------------*/
.comImgBox02 {
	align-items: flex-start;
}
.comImgBox02 .photo {
	width: calc(50% + 26px);
	overflow: hidden;
	border-radius: 14px;
}
.comImgBox02 .textBox {
	margin: 52px 0 0 -41px;
	padding: 28px 35px 29px;
	width: calc(50% + 15px);
	min-height: 248px;
	background-color: #FFF;
	border-radius: 14px;
	box-sizing: border-box;
	z-index: 1;
	box-shadow : 5px 5px 8px rgba(51, 51, 51, 0.4);
}
.comImgBox02 .textBox .title {
	margin-bottom: 15px;
	padding-left: 19px;	
	position: relative;
	color: #0052A4;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;	
}
.comImgBox02 .textBox .title::before {
	position: absolute;
	left: -52px;
	top: 19px;
	height: 1px;
	width: 59px;
	background-color: #0052A4;
	content: "";
	z-index: 1;
}
.comImgBox02 .textBox .title .sub {
	position: relative;
	display: inline-block;
	background-color: #FFF;
	z-index: 10;
}	
.comImgBox02 .textBox .text {
	line-height: 1.75;
	letter-spacing: 0.04em;
}
.comImgBox02 .textBox .text .col {
	color: #0052A4;
	font-weight: 700;
}
.comImgBox02 .textBox h4 {
	margin: 21px 0 11px;
	padding: 3px 0 5px;
	width: 100px;
	color: #FFF;
	font-weight: 400;
	border-radius: 16px;
	letter-spacing: 0.04em;
	text-align: center;
	background-color: #0192E5;
}
.comImgBox02 .textBox .textUl {
	margin: 0 -25px 10px 3px;
}
.comImgBox02 .textBox .textUl li {
	margin-bottom: 13px;
	display: flex;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
}
.comImgBox02 .textBox .textUl li:last-child {
	margin-bottom: 0;
}
.comImgBox02 .textBox .textUl .ttl {
	width: 18.5%;
}
.comImgBox02 .textBox .textUl .name {
	width: 30.5%;
}
.comImgBox02 .textBox .textUl .sise {
	width: 17.9%;
}
.comImgBox02 .textBox .textUl .comPrice {
	margin: -6px -15px 0 0;
	font-size: 1.6rem;
}
.comImgBox02 .textBox .textUl .comPrice .num {
	font-size: 2.6rem;
	letter-spacing: 0.04em;
}
.comImgBox02 .textBox .note {
	margin: 0 -8px -7px;
	text-align: right;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
}
.comImgBox02 {
	margin-bottom: 46px;
}
.comImgBox02.left .photo {
	margin-left: -41px;
	order: 1;
}
.comImgBox02.left .photo img {
	width: 100%;
}
.comImgBox02.left .textBox {
	margin-left: 0;
}
.comImgBox02.left .textBox .title {
	padding-left: 0;
}
.comImgBox02.left .textBox .title::before {
	width: 100%;
	left: inherit;
	right: -66px;
}
.comImgBox02.left .textBox .title .sub {
	padding-right: 15px;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	.comImgBox02 .textBox .textUl .comPrice {
		font-size: 1.2vw;
	}
	.comImgBox02 .textBox .textUl .comPrice .num {
		font-size: 2.8vw;
	}
}
@media all and (max-width: 896px) {
	.comImgBox02 {
		display: block;
	}
	.comImgBox02 .photo {
		margin: 0 !important;
		width: auto;
		border-radius: 10px;
	}
	.comImgBox02 .textBox {
		margin: 30px 0 0;
		padding: 20px;
		width: auto;
		min-height: inherit;
		border-radius: 10px;
	}
	.comImgBox02 .textBox .title {
		padding: 0 0 0 10px !important;	
		font-size: 2rem;	
	}
	.comImgBox02 .textBox .title::before {
		width: 59px !important;
		right: inherit !important;
		left: -35px !important;
		top: 14px !important;
	}
	.comImgBox02 .textBox .title .sub {
		padding: 0 0 0 10px!important;
	}	
	.comImgBox02 .textBox .textUl li {
		flex-wrap: wrap;
	}
	.comImgBox02 .textBox .textUl p {
		padding: 10px 0;
		width: 30% !important;
	}
	.comImgBox02 .textBox .textUl p:nth-child(2n) {
		width: 70% !important;
	}
	.comImgBox02 .textBox .textUl .comPrice {
		margin: 0;
	}
	.comImgBox02 .textBox .textUl .comPrice .num {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	comList09
------------------------------------------------------------*/
.comList09 {
	margin: -30px 0 46px;
}
.comList09 > li {
	margin-top: 30px;
	width: 31%;
	letter-spacing: 0.04em;
}
.comList09 > li:nth-child(3n-1) {
	margin: 30px 3.5% 0;
}
.comList09 li .image {
	overflow: hidden;
	position: relative;
	padding-bottom: 67%;
}
.comList09 li .image img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.comList09 li .notes {
	margin: 5px 2px 26px;
	text-align: right;
	font-size: 1.2rem;
}
.comList09 li .txtList {
	padding: 1px 0 2px;
	background-color: #FFF;
}
.comList09 li .txtList li {
	padding: 10px 0 9px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	justify-content: space-between;
	border-bottom: 2px dotted #E5EEF6;
}
.comList09 li .txtList li:last-child {
	border-bottom: none;
}
.comList09 li .txtList li .ttl {
	padding-left: 18px;
	width: 40%;
	font-weight: 700;
	color: #0052A4;
	box-sizing: border-box;
}
.comList09 li .txtList li .txt {
	width: 58.3%;
}
.comList09 li a {
	display: block;
}
@media all and (min-width: 897px) {
	.comList09 li a:hover {
		opacity: 0.8;
	}
}
@media all and (max-width: 896px) {
	.comList09 {
		margin: 0 0 50px;
		display: block;
	}
	.comList09 > li {
		margin: 0 0 40px !important;
		width: auto;
	}
	.comList09 > li:last-child {
		margin-bottom: 40!important;
	}
}
/*------------------------------------------------------------
	frame
------------------------------------------------------------*/
#frame .pageTitle {
	background-image: url("img/frame/main_img.jpg");
}
#frame #pagePath {
	margin-bottom: 60px;
}
#frame .sec01 {
	padding-bottom: 110px;
}
#frame .sec01 .headLine03 {
	margin-bottom: 72px;
}
#frame .sec01 .comImgBox02:last-of-type {
	margin-bottom: 0;
}
#frame .sec02 {
	padding: 90px 0;
	background: url("img/common/bg04.png") repeat center center / 23px;
}
#frame .sec03 {
	padding: 90px 0;
	background: url("img/frame/bg.jpg") repeat center center / cover;
}
#frame .sec03 .headLine03 {
	margin-bottom: 45px;
}
#frame .sec03 .comList07 {
	margin-top: -58px;
}
#frame .sec03 .comList07 li {
	margin-top: 58px;
}
#frame .sec03 .comList07 .image {
	margin-bottom: 18px;
}
#frame .faqBox {
	padding-top: 90px;
}
#frame .faqBox .headLine03 {
    margin-bottom: 65px;
}
#frame .faqBox .comLink01.blue {
    margin-top: 68px;
}
#frame .faqBox .comLink01.blue  a {
	width: 410px;
}
@media all and (max-width: 896px) {
	#frame .sec01 {
		padding-bottom: 50px;
	}
	#frame .sec01 .headLine03 {
		margin-bottom: 40px;
	}
	#frame .sec02 {
		padding: 45px 0 50px;
	}
	#frame .sec03 {
		padding: 45px 0 50px;
	}
	#frame .sec03 .headLine03 {
		margin-bottom: 45px;
	}
	#frame .sec03 .comList07 {
		margin-top: 0;
	}
	#frame .sec03 .comList07 li {
		margin: 0 0 30px;
	}
	#frame .sec03 .comList07 li:last-child {
		margin-bottom: 0;
	}
	#frame .faqBox {
		padding-top: 45px;
	}
	#frame .faqBox .headLine03 {
		margin-bottom: 40px;
	}
}




/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#top .mainImg {
	padding: 40px 61px 0 20px;
	background: url("img/index/main_bg.jpg") no-repeat left top / cover;
	text-align: center;
}
#top .comDealing {
	padding: 65px 0 80px;
}
#top .comWorks {
	padding: 0 0 90px;
  	background-color: transparent;
}
#top .areaBox {
	padding: 90px 0 136px;
	background: #EBF6FD url("img/index/bg.png") no-repeat left -104px bottom 13px;
	background-size: 800px auto;
}
#top .areaBox .headLine03 {
	margin-bottom: 44px;
}
#top .areaBox .centerTxt {
	margin-bottom: 73px;
}
#top .comShow {
	margin-bottom: 54px;
	padding: 0;
}
#top .comShow .innerBox {
	max-width: inherit;
	padding: 58px 115px 42px;
}
#top .comShow .headLine01 {
	margin-bottom: 0;
}
#top .comShow .textBox {
	max-width: 650px;
}
#top .comShow .headLine01 .line {
	background-position: left bottom 5px;
}
#top .comShow .image {
	right: 96px;
}
#top .areaBox .headLine02 {
	margin-bottom: 13px;
	font-size: 2.4rem;
}
#top .areaBox .listUl {
	margin: -15px -8px 0;
	display: flex;
	flex-wrap: wrap;
}
#top .areaBox .listUl li {
	margin: 15px 8px 0;
	padding-top: 3px;
	width: calc(25% - 16px);
	height: 63px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #0052A4;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
#top .areaBox .listUl .bg {
	background-color: #3375B6;
}
#top .strengthBox {
	padding: 90px 0;
	position: relative;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
#top .strengthBox .titleImg {
	position: absolute;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
}
#top .strengthBox .headLine03 {
	margin-bottom: 72px;
}
#top .frameBox {
	padding: 90px 0;
}
#top .frameBox .comList10 {
	margin-bottom: 80px;
}
#top .frameBox .headLine04 {
	margin-bottom: 23px;
}
#top .frameBox .headLine02 {
	margin-bottom: 29px;
}
#top .frameBox .comLink01 {
	margin: 45px 0 67px;
}
#top .frameBox .comLinkUl04 {
	margin: 72px 0 0 0;
}
#top .constructionBox {
	padding: 90px 0;
}
#top .constructionBox .headLine03 {
	margin-bottom: 53px;
	padding-bottom: 0;
	color: #4D4D4D;
	font-size: 3rem;
	font-weight: 500;
	background: none;
}
#top .constructionBox .headLine03 .blue {
	font-size: 2.8rem;
}
#top .constructionBox .image {
	margin: 0 auto;
	max-width: 980px;
	position: relative;
}
#top .constructionBox .image::after {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -29px;
  	right: -32px;
	background-color: #0052A4;
	content: "";
	z-index: -1;
}
#top .constructionBox .textBox {
	margin: -73px auto 54px;
	max-width: 850px;
	box-sizing: border-box;
	border-radius: 13px;
	font-size: 1.8rem;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	line-height: 1.75;
	position: relative;
	z-index: 10;
	padding: 25px 33px 29px;
	letter-spacing: 0.05em;
}
#top .constructionBox .textBox .col {
	color: #0052A4;
	font-weight: bold;
}
#top .constructionBox .textBox .line {
	padding-bottom: 3px;
	background: url("img/common/line.jpg") repeat-x left bottom / auto 2px;
}
#top .flowBox {
	padding: 90px 0;
	background-color: #F8F8F8;
}
#top .flowBox .headLine03 {
	margin-bottom: 82px;
}
#top .flowBox .comFlowUl {
	margin-bottom: 0;
}
#top .flowBox .comLinkUl .ico03 {
	background: url("img/common/icon05.svg") no-repeat left center / 22px;
}
#top .thoughtsBox {
	padding: 148px 0 89px;
	color: #fff;
	background: url("img/index/thoughts_bg.jpg") no-repeat center center / cover;
}
#top .thoughtsBox .textImg {
	margin-bottom: 53px;
	text-align: center;
}
#top .thoughtsBox .headLine03 {
	margin-bottom: 56px;
	background-image: url("img/common/line06.png");
}
#top .thoughtsBox .imgBox {
	margin-bottom: 46px;
	padding: 16px 50px 18px;
	background-color: #fff;
	border-radius: 14px;
	display: flex;
}
#top .thoughtsBox .imgBox .photo {
	width: 390px;
}
#top .thoughtsBox .imgBox .textBox {
	margin: 3px 0 0 41px;
	color: #333333;
	flex: 1;
	line-height: 2.18;
	display: flex;
	align-items: center;
	letter-spacing: 0.05em;
	background: url("img/index/logo.png") no-repeat center center / 259px auto;
}
#top .thoughtsBox .imgBox .col {
	color: #0052A4;
	font-weight: bold;
}
#top .thoughtsBox .imgBox .inner {
	width: 100%;
}
#top .blogBox {
	padding-top: 90px;
}
#top .blogBox .centerTxt {
	margin-bottom: 39px;
	font-size: 1.6rem;
}
#top .blogBox .headLine03 {
	margin-bottom: 35px;
}
#top .blogBox .comList03 {
	font-size: 1.8rem;
}
#top .blogBox .comList03 a {
	line-height: 1.5;
}
#top .blogBox .comList03 .image {
	border-radius: 0;
}
#top .blogBox .comList03 .image {
	margin-bottom: 13px;
	padding-bottom: 65%;
}
#top .blogBox .comList03 .time {
	margin-right: 22px;
	color: #808080;
	font-size: 1.4rem;
}
#top .blogBox .comList03 .flex {
	margin-bottom: 12px;
}
#top .blogBox .comLink01 {
	margin-top: 38px;
}
#top .aboutBox {
	padding: 167px 0 90px;
	background-color: #F8F8F8;
}
#top .aboutBox .headLine01 {
	margin-bottom: 29px;
	color: #333333;
	font-size: 3rem;
	font-weight: 500;
}
#top .aboutBox .listUl {
	margin-top: -23px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.68;
}
#top .aboutBox .listUl li {
	margin-top: 23px;
	width: calc(50% - 20px);
	box-sizing: border-box;
}
#top .aboutBox .listUl .title {
	margin-bottom: 12px;
	padding: 0 6px 7px;
	font-size: 1.8rem;
	color: #0052A4;
	font-weight: bold;
	border-bottom: 1px solid #0052A4;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
#top .aboutBox .listUl .inner {
	margin: 0 11px;
}
#top .productBox {
	padding: 90px 0;
}
#top .productBox .headLine03 {
	margin-bottom: 43px;
}
#top .productBox .headLine04 {
	margin-bottom: 34px;
}
#top .productBox .comSlideBox {
	margin-bottom: 35px;
	max-width: 1320px;
}
#top .productBox .smlTxt,
#top .productBox .notesUl {
	margin-top: -12px;
}
#top .productBox .smlTxt + *,
#top .productBox .notesUl + * {
	margin-top: 15px;
}
#top .productBox .comList03 > li {
	font-size: 1.6rem;
}
#top .productBox .comList03 li p {
	line-height: 1.5;
}
#top .productBox .comLinkUl04 {
	margin: 43px 0 50px;
}
#top .productBox .comMovieBox {
	border: none;
	padding: 0;
}
#top .productBox .comMovieBox .headLine04 {
	margin-bottom: 24px;
}
#top .productBox .comMovieBox .video {
	border-radius: 0;
	margin-bottom: 0;
	width: 657px;
}
#top .weedBox {
	padding: 90px 0;
}
#top .weedBox .comSlideBox {
	margin-bottom: 60px;
	max-width: 1320px;
}
#top .weedBox .headLine04 {
	margin-bottom: 29px;
}
#top .weedBox .comList03 a {
	font-size: 1.6rem;
}
#top .weedBox .comList03 p {
	line-height: 1.5;
}
#top .weedBox .comLinkUl04 {
	margin-top: 39px;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#top .areaBox {
		background-size: 500px auto;
	}
	#top .comShow .innerBox {
		padding: 58px 30px 42px;
	}
	#top .comShow .image {
		right: 0;
	}
	#top .productBox .arrowUl li {
		left: 0;
	}
	#top .productBox .arrowUl .next {
		left: auto;
		right: 0;
	}
	#top .weedBox .arrowUl li {
		left: 0;
	}
	#top .weedBox .arrowUl .next {
		left: auto;
		right: 0;
	}
	#top .flowBox .comContanct .pic {
		right: 1.7%;
	}
}
@media all and (min-width: 897px) {
	#top .flowBox .comContanct {
		margin: 90px 0 -123px;
	}
	#top .flowBox .comContanct .txtImg {
		top: -21%;
	}
	#top .flowBox .comContanct .comLinkUl {
		margin-bottom: 0;
	}
	#top .flowBox .comContanct .subBox {
		padding-bottom: 31px;
	}
	#top .flowBox .comContanct .pic {
		right: 4.7%;
		width: 19.6%;
	}
	#top .comContanct {
		margin: 105px 0 -107px;
	}
	#top .comContanct .pic {
		right: 1.9%;
	}
	#top .weedBox .comSlideBox .notesTop,
	#top .productBox .comSlideBox .notesTop {
		top: -27px;
		right: 113px;
	}
	#top .weedBox .arrowUl li {
		margin-top: -26px;
		top: 50%;
		left: 21px;
	}
	#top .weedBox .arrowUl .next {
		left: auto;
		right: 21px;
	}
	#top .productBox .arrowUl li {
		margin-top: -26px;
		top: 50%;
		left: 21px;
	}
	#top .productBox .arrowUl .next {
		left: auto;
		right: 21px;
	}
}
@media all and (max-width: 896px) {
	#top .mainImg {
		margin-top: -60px;
		padding: 0;
		background: none;
	}
	#top .mainImg img {
		width: 100%;
	}
	#top .comDealing {
		padding: 31px 0 80px;
	}
	#top .comShow .innerBox {
		padding: 45px 20px 0;
	}
	#top .comShow .headLine01 {
		font-size: 1.8rem;
	}
	#top .areaBox .headLine02 {
		margin-bottom: 30px;
		font-size: 2rem;
	}
	#top .areaBox .listUl {
		margin: 0 20px;
		display: block;
	}
	#top .areaBox .listUl li {
		margin: 0 0 15px;
		padding-top: 0;
		width: auto;
		height: 56px;
		font-size: 1.4rem;
	}
	#top .areaBox .listUl li:last-child {
		margin-bottom: 0;
	}
	#top .areaBox .listUl .bg {
		background-color: #0052A4;
	}
	#top .areaBox .listUl li:nth-child(2n) {
		background-color: #3375B6;
	}
	#top .strengthBox .titleImg {
		top: -40px;
		width: 90px;
	}
	#top .areaBox {
		padding: 70px 0 90px;
		background-size: 500px auto;
	}
	#top .strengthBox {
		padding: 70px 0 80px;
	}
	#top .productBox {
		padding: 50px 0;
	}
	#top .weedBox .comList03 a {
		font-size: 1.4rem;
	}
	#top .productBox .comList03 > li {
		font-size: 1.4rem;
	}
	#top .frameBox {
		padding: 50px 0;
	}
	#top .frameBox .comLinkUl04 {
		margin-top: 40px;
	}
	#top .constructionBox .headLine03 .blue {
		font-size: 2.2rem;
	}
	#top .constructionBox .headLine03 {
		margin-bottom: 40px;
		font-size: 2.4rem;
	}
	#top .constructionBox {
		padding: 50px 0;
	}
	#top .constructionBox .textBox {
		margin: 20px auto 30px;
		padding: 15px;
		font-size: 1.5rem;
	}
	#top .constructionBox .image::after {
		bottom: -10px;
		right: -10px;
	}
	#top .constructionBox .image img {
		width: 100%;
	}
	#top .flowBox .contactBox {
		margin: 0;
	}
	#top .flowBox .contactBox .comLinkUl {
		margin-bottom: 0;
	}
	#top .thoughtsBox {
		padding: 70px 0 50px;
	}
	#top .thoughtsBox .textImg img {
		width: 100%;
		max-width: 345px;
	}
	#top .thoughtsBox .headLine03 {
		margin-bottom: 30px;
	}
	#top .thoughtsBox .textImg {
		margin-bottom: 30px;
	}
	#top .thoughtsBox .imgBox .photo {
		margin-bottom: 20px;
		width: auto;
		text-align: center;
	}
	#top .thoughtsBox .imgBox .photo img {
		width: 100%;
		max-width: 305px;
	}
	#top .thoughtsBox .imgBox {
		padding: 16px 20px;
		display: block;
	}
	#top .thoughtsBox .imgBox .textBox {
		margin: 0;
		background-size: 160px auto;
	}
	#top .blogBox {
		padding-top: 50px;
	}
	#top .comContanct {
		margin: 90px 15px -20px;
	}
	#top .aboutBox .headLine01 {
		font-size: 2.2rem;
	}
	#top .aboutBox {
		padding: 80px 0 50px;
	}
	#top .aboutBox .listUl {
		margin: 0;
		display: block;
	}
	#top .aboutBox .listUl li {
		margin: 0 0 23px;
		width: auto;
	}
	#top .aboutBox .listUl li:last-child {
		margin-bottom: 0;
	}
	#top .aboutBox .listUl .title {
		font-size: 1.6rem;
	}
	#top .comShow .textBox {
		max-width: inherit;
	}
}
@media all and (max-width: 360px) {
	#top .areaBox .centerTxt {
		font-size: 1.3rem;
	}
}


.comList10 {
	margin: -48px -19px 0;
}
.comList10 > li {
	padding: 0 19px;
}
.comList10 .image {
	margin-bottom: 6px;
	border-radius: 0;
}
.comList10 .smlTxt,
.comList10 .notesUl {
	font-size: 1.2rem;
	text-align: right;
}
.comList10 .listDl {
	margin-top: 27px;
	padding-bottom: 3px;
	font-size: 1.6rem;
	background-color: #fff;
}
.comList10 .listDl dt {
	padding: 12px 0 0 19px;
	color: #0052A4;
	float: left;
}
.comList10 .listDl dd {
	padding: 12px 0 11px 8.95em;
	border-bottom: 1px dashed #E5EEF6;
}
.comList10 .listDl dd:last-child {
	border-bottom: none;
}
.comList10 .title {
	padding: 3px 0;
	color: #0052A4;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4 !important;
}
.comList10 .listDl02 {
	margin: 15px 0;
	display: flex;
	flex-wrap: wrap;
}
.comList10 .listDl02 dd {
	width: calc(100% - 106px);
	padding: 12px 15px 11px;
	text-align: right;
	box-sizing: border-box;
}
.comList10 .listDl02 dd:nth-child(2) {
	text-align: center;
}
.comList10 .listDl02 .comPrice {
	margin: -3px 0 -1px;
	font-size: 1.6rem;
}
.comList10 .listDl02 .comPrice .col {
	color: #0052A4;
	font-size: 1.6rem;
}
.comList10 .listDl02 .comPrice .num {
	font-size: 2.6rem;
}
.comList10 .listDl02 .comPrice .sml {
	font-size: 1.2rem;
}
.comList10 .listDl02 dt {
	padding: 10px 0 0 0;
	color: #333333;
	width: 106px;
	font-size: 1.8rem;
	text-align: center;
}
.comList10 .priceTxt {
	margin: 10px 0 13px;
	padding: 12px 7px 9px;
	font-size: 1.6rem;
	text-align: right;
	background-color: #F2F6FA;
}
.comList10 .priceTxt .col {
	color: #0052A4;
	font-size: 1.6rem;
}
.comList10 .priceTxt .num {
	font-size: 2.6rem;
}
.comList10 .priceTxt .sml {
	font-size: 1.2rem;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.comList10 > li {
		padding: 0 12px;
	}
	.comList10 {
		margin: -48px -12px 0;
	}
	.comList10 .listDl {
		font-size: 1.3rem;
	}
}
@media all and (max-width: 896px) {
	.comList10 .title {
		padding: 0;
		font-size: 1.8rem;
	}
	.comList10 .listDl {
		font-size: 1.3rem;
	}
	.comList10 .smlTxt,
	.comList10 .notesUl {
		font-size: 1rem;
	}
	.comList10 {
		margin: 0;
	}
	.comList10 > li {
		padding: 0;
	}
	.comList10 .priceTxt .col {
		font-size: 1.4rem;
	}
	.comList10 .priceTxt .num {
		font-size: 2.4rem;
	}
	.comList10 .listDl02 dt {
		font-size: 1.4rem;
		width: 98px;
	}
	.comList10 .listDl02 dd {
		width: calc(100% - 98px);
	}
	.comList10 .listDl02 .comPrice {
		margin: -7px 0 -3px;
		font-size: 1.4rem;
	}
	.comList10 .listDl02 .comPrice .col {
		font-size: 1.4rem;
	}
	.comList10 .listDl02 .comPrice .num {
		font-size: 2.3rem;
	}
	.comList10 .listDl02 .comPrice .sml {
		font-size: 1rem;
	}
	.comList10 .listDl02 dd:nth-child(2) {
		text-align: right;
	}
}


/* comLinkUl04 */
.comLinkUl04 {
	margin: 72px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.comLinkUl04 li {
	margin: 0 21px;
}
@media all and (max-width: 896px) {
	.comLinkUl04 {
		display: block;
	}
	.comLinkUl04 li {
		margin: 0 0 20px;
	}
	.comLinkUl04 li:last-child {
		margin-bottom: 0;
	}
}


/* fixBtmBox */
.fixBtmBox {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 99;
	box-sizing: border-box;
}
.fixBtmBox .iconImg {
	position: absolute;
	top: -42px;
	left: -17px;
	width: 124px;
}
.fixBtmBox .comLinkUl {
	flex: 1;
	justify-content: flex-end;
}
.fixBtmBox .comLinkUl li {
	margin: 0 0 0 26px;
	width: 310px;
}
.fixBtmBox .comLinkUl li:first-child {
	margin-left: 0;
}
.fixBtmBox .comTel {
	margin-top: 3px;
}
@media all and (min-width: 897px){
	.fixBtmBox .pageTop a:hover {
		opacity: 0.8;
	}
	.fixBtmBox .pageTop {
		position: absolute;
		top: -82px;
		right: -87px;
	}
	.fixBtmBox {
		padding: 18px 20px 18px 48px;
		background-color: rgba(100,196,241,0.8);
	}
	.fixBtmBox .content {
		max-width: 1098px;
		display: flex;
		position: relative;
		box-sizing: border-box;
		padding-left: 133px;
	}
}
@media all and (min-width: 897px) and (max-width: 1350px) {
	.fixBtmBox .pageTop {
		right: 10px;
	}
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	.fixBtmBox {
		padding-left: 20px;
	}
	.fixBtmBox .iconImg {
		top: -42px;
		left: 0;
		width: 80px;
	}
	.fixBtmBox .comLinkUl li {
		margin-left: 10px;
		width: 230px;
	}
	.fixBtmBox .comLinkUl li a {
		font-size: 1.4rem;
		background-position: right 15px center;
		background-size: 15px auto;
	}
	.fixBtmBox .content {
		padding-left: 75px;
	}
	.fixBtmBox .comTel {
		letter-spacing: 0;
	}
	.fixBtmBox .comTel .sml {
		font-size: 1.4rem;
	}
	.fixBtmBox .comTel a {
		font-size: 3.2rem;
	}
	.fixBtmBox .comTel img {
		width: 25px;
		margin: -9px 6px 0 0;
	}
}
@media all and (max-width: 896px) {
	.fixBtmBox {
		bottom: 64px;
		right: 10px;
		left: auto;
		width: 40px;
		display: none;
	}
	.fixBtmBox .content {
		padding: 0;
		margin: 0;
	}
}
@media all and (max-width: 360px) {
	.fixBtmBox {
		bottom: 64px;
		right: 3px;
		width: 30px;
	}
}


/* comTel */
.comTel {
	color: #0052A4;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
}
.comTel .sml {
	margin: 6px 0 0 27px;
	display: block;
	font-size: 1.6rem;
}
.comTel a {
	color: #0052A4;
	font-size: 3.4rem;
	font-weight: bold;
}
.comTel img {
	width: 29px;
	display: inline-block;
	vertical-align: middle;
	margin: -9px 6px 0 0;
}


/*------------------------------------------------------------
	fence
------------------------------------------------------------*/
#fence .pageTitle {
	background-image: url("img/fence/main_img.jpg");
}
#fence .kv {
  background-image: url("img/fence/kv_pc_img.png");
}
@media (max-width: 896px) {
  #fence .kv {
    background-image: url("img/fence/kv_sp_img.png");
  }
}
#fence #pagePath {
	margin-bottom: 60px;
}
#fence .sec01 .headLine03 {
	margin-bottom: 33px;
}
#fence .comTable02 td {
	font-weight: 500;
}
#fence .comTable02 .notes {
	margin-top: 2px;
}
#fence .comSlideBox02 {
	margin-bottom: 43px;
}
#fence .sec01 .comLink01 a {
	width: 420px;
}
#fence .sec01 .headLine05 {
	margin-bottom: 9px;
	color: #F17723;
	font-size: 1.8rem;
	font-weight: 500;
}
#fence .sec01 .headLine05 span {
	padding: 0 21px;
}
#fence .sec01 .headLine05 span::before,
#fence .sec01 .headLine05 span::after {
	width: 17px;
	height: 21px;
	bottom: 1px;
	background-image: url("img/common/line07.png");
}
#fence .sec01 .headLine05 span::after {
	background-image: url("img/common/line08.png");
}
#fence .sec01 {
	margin-bottom: 89px;
}
#fence .comCompare .headLine03 {
	margin-bottom: 72px;
}
#fence .sec02 {
	margin-bottom: 76px;
}
#fence .sec02 .content{
  max-width: 1205px;
}
#fence .sec02 .compareBox .compareList>li:first-child {
  width: 150px;
}
#fence .sec03 .headLine03 {
	margin-bottom: 72px;
}
#fence .comMovieBox {
	margin-top: 140px;
}
#fence .sec03 {
	margin-bottom: 72px;
}
#fence .sec04 .headLine03 {
	margin-bottom: 9px;
}
#fence .sec04 .comGallyList {
	margin-bottom: 43px;
}
#fence .sec04 {
	margin-bottom: 73px;
  margin-top: 150px;
}
@media all and (max-width: 896px) {
  #fence .sec04 {
    margin-top: 100px;
  }
}
#fence .comShow {
	margin-bottom: 0;
	box-sizing: border-box;
}
#fence .comBg {
	padding-bottom: 101px;
}
#fence .sec07 {
	padding: 63px 0 78px;
}
#fence .sec07 .headLine03 {
	margin-bottom: 56px;
}
#fence .sec07 .comSlideBox02 .typeList {
	border-bottom: none;
}
#fence .sec08 .headLine03 {
	margin-bottom: 53px;
}
#fence .sec08 .comList03 .image {
	padding-bottom: 67.6%;
}
#fence .sec08 .listDl02 dd:nth-child(2) {
	text-align: right;
}
#fence .sec08 .listDl02 dd {
	padding: 0 0 22px;
	border-bottom: none;
}
#fence .sec08 .comList10 .title {
	padding: 6px 0;
	font-size: 1.6rem;
}
#fence .sec08 .comList10 .listDl02 dt {
	padding-top: 0;
	margin-top: -5px;
	width: 125px;
	font-size: 1.4rem;
}
#fence .sec08 .comList10 .listDl02 dd {
	width: calc(100% - 125px);
}
#fence .sec08 .comList10 .listDl02 {
	margin: 14px 0 -2px 0;
	font-size: 1.4rem;
	padding-bottom: 0;
}
#fence .sec08 .comList10 .listDl02 .comPrice .num {
	font-size: 2rem;
	letter-spacing: 0.05em;
}
#fence .sec08 .comList10 .listDl02 .comPrice .col {
	color: #F17723;
	font-size: 1.2rem;
}
#fence .sec08 .comList10 .listDl02 .comPrice {
	margin: -7px 0 0;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
}
#fence .sec08 .btn {
	margin-top: 55px;
}
#fence .sec08 .btn a {
	margin: 0 auto;
	width: 100%;
	height: 73px;
	max-width: 891px;
	color: #0052A4;
	font-size: 2rem;
	font-weight: bold;
	background-color: #EBF6FD;
	display: flex;
	align-items: center;
	border-radius: 50px;
	justify-content: center;
	cursor: default;
	pointer-events: none;
}
#fence .sec08 .btn .inner {
	padding: 5px 57px 5px 145px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.08em;
}
#fence .sec08 .btn .inner img {
	margin-top: -2px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 50%;
}
#fence .faqBox .headLine03 {
	margin-bottom: 66px;
}
#fence .faqBox .comLink01 a {
	width: 410px;
}
#fence .faqBox {
	padding-top: 90px;
}
@media all and (min-width: 897px) {
	#fence .comSlideBox02 .comTable02 th {
		width: 30.5%;
	}
}
@media all and (max-width: 896px) {
	#fence .sec01 .headLine05 {
		font-size: 1.4rem;
	}
	#fence .sec01 .headLine05 span::before,
	#fence .sec01 .headLine05 span::after {
		width: 13px;
		height: 16px;
	}
	#fence .sec01 .headLine05 span {
		padding: 0 18px;
	}
	#fence .comCompare .headLine03 {
		margin-bottom: 54px;
	}
	#fence .sec08 .btn a {
		font-size: 1.3rem;
		max-width: 300px;
	}
	#fence .sec08 .btn .inner img {
		margin-top: 1px;
		width: 60px;
	}
	#fence .sec08 .btn .inner {
		padding: 5px 30px 5px 70px;
	}
}

#download_detail .addtoany_shortcode {
	text-align: center;
}

.snsUl .addtoany_list a {
	padding: 0 6px !important;
	font-size: 0 !important;
	line-height: 1 !important;
}
.snsUl .addtoany_list a img {
	width: 41px !important;
	height: auto !important;
}
@media all and (max-width: 896px) {

}


.loading-form {
	display: none;
  }
  
  .load-background {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	z-index: 20;
	cursor: wait;
	background-color: #333333;
	height: 100%;
	width: 100%;
	opacity: 0.5;
  }
  
  .loader {
	border: 12px solid #fafafa;
	border-radius: 50%;
	margin-left: 20%;
	border-top: 12px solid #3498db;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 1s linear infinite;
			animation: spin 1s linear infinite;
  }
  
  @-webkit-keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  
  @keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  
.load {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	z-index: 201;
	text-align: center;
	color: #1f3d99;
	font-weight: bold;
	opacity: 1;
}

.performance-voice {
	margin-bottom: 50px;
}
.performance-voice .performance-voice__title {
	color: #333;
	margin-bottom: 15px;
	font-size: 1.8rem;
}
.performance-point {
	background: url("img/common/section-lines.png") repeat top left / 4rem auto;
	padding: 25px 20px;
}
.performance-point__inner {
	background: #fff;
	padding: 20px 20px;
}
.performance-point__title {
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 12px;
	position: relative;
}
.performance-point__title::before {
	content: "";
	width: 25px;
	border-top: 1px solid #333;
	position: absolute;
	left: -32px;
	top: 50%;
}



/* quote-wrapper */
.quote-wrapper .quote-top {
	background: url("img/common/section-lines.png") repeat top left / 4rem auto;
	padding: 25px 20px;
}
.quote-top__text {
	background: #fff;
	text-align: center;
	padding: 3.6rem 0;
	font-size: 1.8rem;
	line-height: 2;
}
.quote-pdf {
	margin: 4rem 0 8rem;
	position: relative;
	width: 100%;
	padding-top: 125%;
	overflow: auto;
}
.quote-pdf iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.quote-bottom__note {
	margin-top: 30px;
	text-align: center;
}