@charset "UTF-8";
/*
Theme Name: tochigiassist.com
Version: 1.0.0
*/

/****************************************
General Setting
*****************************************/
html,body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,table,th,td {box-sizing: border-box;}

html {
	margin: 0px auto;
}


body {
	/*	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;  */
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;	
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8em;
	margin: 0px auto;
	padding: 0px;
	min-width: 1250px;
	color: #000;
	position: relative;
}
.fontLato {
	font-family: "Lato";
	letter-spacing: 1px;
	font-weight: 500;
}
img {
	border-style:none;
	max-width: 100%;
	height: auto;
}
strong{
	font-weight: 500;
}

/****************************************
Typography
*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

/****************************************
List
*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li { list-style: none; }


.sp,
.sponly  {display:none}
span.pcbr { display: block; }

.wp-pagenavi{clear: both;}
.wp-pagenavi a, .wp-pagenavi span {text-decoration: none;border: 1px solid #BFBFBF;padding: 3px 5px;margin: 2px;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {border-color: #000;}
.wp-pagenavi span.current {font-weight: bold;}

/****************************************

Link

*****************************************/

a {
	color: #3E3A39;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #737272;
}

a:hover img { opacity: 0.7; }

img {
	max-width: 100%;
}

p {
	margin-top: 0px;
}

footer { background: #fff; padding: 0px 0px 0px;}

#footer02 {
	padding-top: 35px;
	padding-bottom: 20px;
	color: #333;
	background: #f5f4f0;
}

hr.line {
	border: 0px;
	height: 2px;
	width: 100%;
	background: #eee;
}

#footer02 ul { display: table-cell; padding: 10px 10px 30px; vertical-align: top;  }
#footer02 ul li {
	padding: 0 0 0 0px;
	font-size: 14px;
	line-height: 2.2em;
}
#footer02 ul li.first span.wrap { display: block; margin-left: 0px; }
#footer02 ul li a {
	color: #333;
	display: block;
}

#footer02 ul li a:hover {
	color: #014797;
}

#footer02 ul li h2 { font-size: 15px; line-height: 1.5em; border-bottom: 1px solid #333; margin-bottom: 10px; }

#footer02 div.box1 .fmenu { display: table; width: 100%; }

#footer01 div.fcom {  padding-top: 0px; padding-bottom: 10px; line-height: 1.8em; font-size: 14px; }
#footer01 div.fcom .flogo { display: block; vertical-align: sub; margin: auto; }
#footer01 div.fcom h1 { font-size: 12px; margin: 0px 0px 0px; line-height: 1.8em; color: #999;}
#footer01 table.faddr td { vertical-align: top; width: 30%; }
#footer01 table.faddr td.item01 { vertical-align: top; width: 30%; }
#footer01 table.faddr td.item02 { vertical-align: top; width: 40%; }
#footer01 table.faddr td.item03 { vertical-align: middle; width: 20%; }

#footer03 { padding: 10px 0px 10px; text-align: center; font-size: 14px; margin: 10px 0px 0px; color: #000; border-top: 1px solid #ddd; }
#footer03 a { color: #000; }
#footer_fixed_top.fixed {
	display: block;	
}
#footer_fixed_top {
	display: none;	
}

#footer_fixed_pc {
	padding: 0px;
	position: fixed;
	bottom: 30px;
	right: 0px;
	width: 80px;
	z-index: 900;
	padding-top: 5px;
	text-align: right;
}
#footer_fixed_pc.fixed {
	position: fixed;
	display: block;
}
#footer_fixed_pc img {
	display: block;
	margin: 0px 0px 20px auto;
	max-width: 82px;
}
#footer_fixed_pc a { display: block; }

#footer_fixed_pc a img { display: block; }

#footer_fixed .fbtn {
	display: block;
}

#footer_fixed .fbtn .ftel {
}
#footer_fixed .fbtn .item02 {
}
#footer_fixed .fbtn .item03 {
}
#footer_fixed .fbtn #ft_top {
	/*	float: right; */

}

#footer_fixed .fbtn a {
	display: inline-block;
	margin: 0px 0px;
}


/****************************************

Layout

*****************************************/
#maincon {
	padding: 0px 0px 0px;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
	text-align: leftr;
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	position: relative;
}


.wrapper-f {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	position: relative;
	font-weight: 500;
}

.wrapper02 {
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	position: relative;
}
.wrapper03 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1440px;
	position: relative;
}

body.home header {
	width: 100%;
	z-index: 10;
}

#header {
	display: block;
	padding-bottom: 1px;
	background: rgba(255, 255, 255, 1);
}

#header #logo {
	float: left;
	margin:0;
	padding: 10px 0px 0px 20px;
	width: 20%;
}

#header #logo img { max-width: 100%; width: 280px; }

header #headerL.fixed {
	position:  fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: #fff;
	box-shadow: 3px 0px 10px #ddd;
}
body.home header #headerL.fixed {
	position:  fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 3px 5px -1px rgb(0,0,0,6%);
}

header #headerL.fixed #header { transition: .3s; }

header .toptel { float: right; width: 13%; margin-top: 10px; margin-right: 20px; }
header .toptel img { display: block; }

/* ------- メニュー部分 ------- */
.menu {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: 500;
	margin-left: auto;
	padding: 15px 0px 0px;
	height: auto;
	float: right;
	width: 74%;
	margin-right: 1%;
}

.menu ul{
	list-style-type: none;
	margin: 0px 0;
	padding: 0px 0;
	display: flex;
	align-items: center;
	justify-content: right;
}

.menu li{
	margin: 0;
	text-align: center;
	padding: 0px 0px 10px;
	position: relative;
	display: inline-block;
/*	width: calc(100% / 8); */
}

.menu span.awrap,
.menu a{
	text-align: center;
	padding: 10px 1.5vw 10px;
	position: relative;
	margin: 0px 0px 0px;
	position: relative;
	color: #000;
	font-size: 16px;
	display: block;
	box-sizing: border-box;	
	cursor: pointer;
}

.menu a:hover {
	color: #008803;
}

.menu a:hover:after {
	opacity: 1;
}

.menu ul:after {
	clear: both;
	display: block;
	content: "";
}

.menu .child {
	display: none;
	position: absolute;
	z-index: 1001;
	width: 250px;
	height: auto;
	top: 100%;
	background: #F5F4F0;
}
.menu li.has_child:hover .child {	
	display: block;
}
.menu .child li {
	padding: 0;
	display: block;
	margin: 0px;
	width: auto;	
}

.menu .child a {
	display: block;
	width: 100%;
	height: auto;
	padding: 12px 10px 12px 30px;
	color:#555!important;
	text-indent: 0em;
	background-size: 11px;
	position: relative;
	overflow: hidden;
	box-sizing:border-box;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px 0px; 
	text-align: left;
	font-weight: 500;
}

.menu .child a:hover {
	background: #96A240;
	color: #fff!important;
}
.menu .child a:before {
	content: "・";
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { text-align: center;}
.txtleft { text-align: left; }
.txtright { text-align: right; }
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
/****************************************

Navigation

*****************************************/



.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font21 { font-size: 21px; }
.font24 { font-size: 24px; }
.font28 { font-size: 28px; }
.font30 { font-size: 30px; }
.font36 { font-size: 36px; }

/****************************************

margin

*****************************************/

.mt0 { 	margin-top: 0px; }
.mt5 { 	margin-top: 5px; }
.mr5 { margin-right: 5px; }
.ml5 { 	margin-left: 5px; }
.mb5 { margin-bottom: 5px; }
.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.ml10 { margin-left: 10px; }
.mb10 { margin-bottom: 10px; }
.mt20 { margin-top: 20px; }
.mr20 { margin-right: 20px; }
.ml20 { margin-left: 20px; }
.mb20 { margin-bottom: 20px; }
.mt30 { margin-top: 30px; }
.mr30 { margin-right: 30px; }
.ml30 { margin-left: 30px; }
.mb30 { margin-bottom: 30px; }
.mt40 { margin-top: 40px; }
.mr40 { margin-right: 40px; }
.ml40 { margin-left: 40px; }
.mb40 { margin-bottom: 40px; }
.mt50 { margin-top: 50px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.mr80 { margin-right: 80px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }

/****************************************

padding

*****************************************/
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pl10 { padding-left: 10px; }
.pb10 { padding-bottom: 10px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pl20 { padding-left: 20px; }
.pb20 { padding-bottom: 20px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pl30 { padding-left: 30px; }
.pb30 { padding-bottom: 30px; }
.pt40 { padding-top: 40px; }
.pr40 { padding-right: 40px; }
.pl40 { padding-left: 40px; }
.pb40 { padding-bottom: 40px; }
.pt50 { padding-top: 50px; }
.pr50 { padding-right: 50px; }
.pl50 { padding-left: 50px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pt70 { padding-top: 70px; }
.pb80 { padding-bottom: 80px; }
.pb100 { padding-bottom: 100px; }

/* ------- フッターメニュー部分 ------- */
.menuf {
	font-size: 15px;
	padding: 0;
	text-align: left;
	color: #fff;
}

.menuf ul {
	vertical-align: top;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0;
	margin-top: 10px;
	display: inline-block;
	width: 160px;
}
.menuf li {
	line-height: 1em;
	text-align: left;
	padding: 0px 0px 0px;
	position:relative;
}

.menuf a {
	padding: 5px 10px 5px 0px;
	text-decoration:none;
	color: #fff;
	display: block;
	font-size: 13px;
}

.menuf a:before {
	content: "－";
	padding-right: 10px;
	font-size: 12px;
}

/* ------- フッターメニュー部分 ------- */

.red { color: #ee0000; }
span.pcbr { display: block; }

/* TOP */

.slider { position: relative; padding: 0px 0px; }
.metaslider { margin-left: auto; }
.slider a:hover img { opacity: 1; }
.metaslider .flexslider { margin-bottom: 0px!important; }
#top01 {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 100px;
	background: #f5f4f0;

}
#top02 {
}

#top03 {
	margin-bottom: 100px;
}


#top04 {
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(/images/concept-bg.jpg) no-repeat top center;
	background-size: cover;
}

#top05 {
	padding-top: 70px;
	padding-bottom: 70px;
}

#newstopics {
	background: linear-gradient(to right, #f5f4f0  0%, #f5f4f0  62%, #fff 62%, #fff 100%);
	background-size: cover;
	padding: 0px 0px 80px;
}
#newstopics .newswrap { display: flex; }
#newstopics .news_info {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin-bottom: 20px;
	margin-right: 0%;
	text-align: left;
	padding-top: 50px;
}
#newstopics .blog_info {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin-bottom: 20px;
	margin-right: 0%;
	text-align: left;
	padding-top: 50px;
}

#newstopics .pickup_info {
	padding-top: 50px;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-bottom: 20px;
	text-align: left;
}
#newstopics span.hiduke { color: #999; font-weight: 400; }

#newstopics .blog_info ul,
#newstopics .news_info ul { margin-top: 0px; }
#newstopics .blog_info li,
#newstopics .news_info li{
	padding: 10px 10px 0px;
	margin-bottom: 0px;
}
#newstopics .blog_info li a,
#newstopics .news_info li a{
	display: flex;
	justify-content: space-between;
}
#newstopics .blog_info li:last-child,
#newstopics .news_info li:last-child{
	border-bottom: 0px solid #ddd; 
}

#newstopics .newttl {  padding: 0px 20px; margin-bottom: 10px; text-align: center; }

#newstopics .blog_info li p,
#newstopics .news_info li p  {
	display:inline-block;
	line-height: 1.2;

}

#newstopics .blog_info .box_wrap,
#newstopics .news_info .box_wrap {
	background: #fff;
	height: 550px;
	padding: 20px 10px;
}

#newstopics .blog_info .box1-1,
#newstopics .news_info .box1-1 {
	float: left;
	width: 23%;
	padding: 0px;
}

#newstopics .blog_info .box1-2,
#newstopics .news_info .box1-2 {
	float: right;
	width: 76%;
	font-size: 14px;
	line-height: 1.5em;
	border-bottom: 1px solid #eee;
}
#newstopics .blog_info h2,
#newstopics .news_info h2 {
	font-size: 14px;
	margin: 10px 0px 0px;
	padding: 0px;
}
#newstopics .blog_info .box1-1 img,
#newstopics .news_info .box1-1 img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	padding: 0px;
	border: 1px solid #eee;
	display: block;
}
#newstopics .blog_info .label,
#newstopics .news_info .label { display: inline-block; color: #333; font-size: 12px; font-weight: 400; border: 1px solid #555; padding: 3px 4px; line-height: 1em; }

#newstopics .pickup_info .ttl,
#newstopics .blog_info .ttl,
#newstopics .news_info .ttl  { font-size: 18px; display: block; color: #008803; padding: 0px 0px 10px; font-weight: 500; }

#newstopics .pickup_info .subttl,
#newstopics .blog_info .subttl,
#newstopics .news_info .subttl { font-size: 34px; display: block; margin: 10px 20px 40px; color: #000; font-weight: 500; letter-spacing: 2px; text-align: center; }
#newstopics .pickup_info span.img {
	padding: 30px 0px 0px;
	margin: 80px 0px 0px;
	border-top: 1px solid #eee;
	display: block;
}
#newstopics .pickup_info span.img img {
	max-width: 100%;
	display: block;
	margin: auto;
}
#newstopics .pickup_info h2 {
	font-size: 16px;
	margin: 0px;
	padding: 10px 10px;
	text-align: left;
}
#newstopics .pickup_info .pickup_wrap { margin-top: 20px; width: 80%; margin-left: auto; margin-right: auto; }
#newstopics .more { 
	display: block;
	text-align: center;
	font-size: 15px;
	margin-left: auto;
	background: url(/images/yaji-off.png) no-repeat right center;
	background-position-x: 99%;
	line-height: 1.5em;
	padding: 10px 30px 10px;

	text-align: right;
}
#newstopics .more:hover {
	background: url(/images/yaji-on.png) no-repeat right center;
	background-position-x: 99%;
	color: #999;
} 
.morebottun_r {
	position: relative;
	display: inline-block;
	padding: 18px 50px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	overflow: hidden;
	font-size: 15px;
	color: #000;
	line-height: 1em;
	width: 250px;
	border: 1px solid #999;
	background: url(/images/yaji-b.png) no-repeat right center;
	background-position-x: 90%;
}
.morebottun_r:hover {
	color: #fff;
}

.morebottun_r::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 120%;
	height: 100%;
	background: #000;
	transform-origin: right top;
	transform: skewX(180deg) scale(0, 1);
	transition: transform .3s;
}
.morebottun_r:hover::before {
	transform-origin: left top;
	transform: skewX(180deg) scale(1, 1);
}
.morebottun_r::after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	content: '';
	width: 120%;
	height: 100%;
	background: #fff;
}
.morebottun_rw {
	position: relative;
	display: inline-block;
	padding: 13px 25px 13px 10px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	overflow: hidden;
	font-size: 15px;
	color: #000;
	line-height: 1em;
	border: 1px solid #333;
}
.morebottun_rw:hover {
	color: #fff;
}

.morebottun_rw::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 120%;
	height: 100%;
	background: #333;
	transform-origin: right top;
	transform: skewX(180deg) scale(0, 1);
	transition: transform .3s;
}
.morebottun_rw:hover::before {
	transform-origin: left top;
	transform: skewX(180deg) scale(1, 1);
}
.morebottun_rw::after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	content: '';
	width: 120%;
	height: 100%;
}


#top-work ul li:nth-child(4) { clear: none; }
#top-work ul { text-align: center; display: flex; flex-wrap: wrap; justify-content: center; padding-top: 0px; margin-bottom: 50px; }
#top-work ul li { float: none; display: inline-block; width: 24.2%; margin: 20px 1% 0px 0px; box-sizing: border-box; text-align: left; position: relative; padding-bottom: 10px; background: #fff; }
#top-work ul li:nth-child(4n + 4) {
	margin-right: 0px;
}
#top-work ul li .box1 { height: 285px; overflow: hidden; width: 100%; }
#top-work ul li img {
	width: 100%;
	height: 285px;
	object-fit: cover;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}
#top-work ul li h2 {
	font-size: 15px;
	padding: 0px 10px;
	margin: 5px 0px 10px;
	color: #3E3A39;
	font-weight: normal;
	line-height: 1.5em;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;	

}
#top-work ul li h2 a {
	padding: 10px 0px 0px 0px;
	display: block;
}
#top-work ul li div.labelwrap { position: block; width: 100%;  }
#top-work ul li span.label {
	color: #ff860d;
	font-size: 14px;
	line-height: 1em;
	margin: 0px 6px 0px 0px;
	padding: 7px 10px;
	display: inline-block;
}

#top-work .ttl { font-size: 18px; display: block; color: #008803; padding: 0px 0px 20px; font-weight: 500; }
#top-work .subttl { font-size: 34px; display: block; margin: 10px 20px 40px; color: #000; font-weight: 500; letter-spacing: 2px; }
#top-work ul li.pickup a:before {
	content: url("/images/pin.png");
	position: absolute;
	top: -30px;
	left: 0px;
}
#top-work ul li div.more {
	display: block;
	text-align: center;
	font-size: 15px;
	width: 7em;
	margin-left: auto;
	background: url(/images/yaji-off.png) no-repeat right center;
	background-position-x: 94%;
	line-height: 1em;
	padding: 5px 10px;
}
#top-work ul li a:hover div.more  {
	background: url(/images/yaji-on.png) no-repeat right center;
	background-position-x: 94%;
}

#top-work ul li span.img {
	display: block;
	position: relative;
}
a.topmore {
	display: inline-flex;
	align-items: center;
}
a.topmore img {
	margin-left: 10px;
}
#top-reform ul li:nth-child(4) { clear: none; }
#top-reform ul { text-align: center; display: flex; flex-wrap: wrap; justify-content: center; padding-top: 0px; margin-bottom: 50px; }
#top-reform ul li { float: none; display: inline-block; width: 24.2%; margin: 20px 1% 0px 0px; box-sizing: border-box; text-align: left; position: relative; padding-bottom: 10px; background: #f5f4f0; }
#top-reform ul li:nth-child(4n + 4) {
	margin-right: 0px;
}
#top-reform ul li .box1 { height: 285px; overflow: hidden; width: 100%; }
#top-reform ul li img {
	width: 100%;
	height: 285px;
	object-fit: cover;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}
#top-reform ul li h2 {
	font-size: 15px;
	padding: 0px 10px;
	margin: 5px 0px 10px;
	color: #3E3A39;
	font-weight: normal;
	line-height: 1.5em;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;	
}
#top-work ul li div.labelwrap { position: block; width: 100%;  }
#top-reform ul li span.label {
	color: #43a745;
	font-size: 14px;
	line-height: 1em;
	margin: 0px 6px 0px 0px;
	padding: 7px 10px;
	display: inline-block;
}

#top-reform .ttl { font-size: 18px; display: block; color: #008803; padding: 0px 0px 20px; font-weight: 500; }
#top-reform .subttl { font-size: 34px; display: block; margin: 10px 20px 40px; color: #000; font-weight: 500; letter-spacing: 2px; }
#top-reform ul li.pickup a:before {
	content: url("/images/pin.png");
	position: absolute;
	top: -30px;
	left: 0px;
}
#top-reform ul li div.more {
	display: block;
	text-align: center;
	font-size: 15px;
	width: 7em;
	margin-left: auto;
	background: url(/images/yaji-off.png) no-repeat right center;
	background-position-x: 94%;
	line-height: 1em;
	padding: 5px 10px;
}
#top-reform ul li a:hover div.more  {
	background: url(/images/yaji-on.png) no-repeat right center;
	background-position-x: 94%;
}

#top-reform ul li span.img {
	display: block;
	position: relative;
}
#top-concept { color: #fff; }
#top-concept .ttl { font-size: 18px; display: block; color: #fff; padding: 0px 0px 10px; font-weight: 500; }
#top-concept .subttl { font-size: 26px; display: block; margin: 10px 0px 50px; color: #fff; font-weight: 500; letter-spacing: 2px; }
#top-concept .ttl02 { font-size: 48px; display: block; margin: 10px 0px 40px; color: #fff; font-weight: 500; letter-spacing: 2px; line-height: 1.8em; }
#top-concept .txt { font-size: 20px; line-height: 2em; font-weight: 200; letter-spacing: 2px;  }
#top-concept ul { text-align: center; display: flex; justify-content: center; padding: 30px 0px 0px; margin-bottom: 50px; }
#top-concept ul li {
	display: inline-block;
	width: 35%;
	margin: 10px 5%;
	box-sizing: border-box;
}
#top-concept ul li span.box,
#top-concept ul li a {
	display: block;
	position: relative;
	padding: 20px;
	position: sticky;
	border: 1px solid #fff;
	font-size: 20px;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
transition: background-color 0.3s ease;	
}
#top-concept ul li a:hover {
	background: #008803;
	color: #fff;
} 
#top-concept .topcontxt {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#top-concept .topmore { color: #fff; }
#top-company .ttl { font-size: 18px; display: block; color: #008803; padding: 0px 0px 20px; font-weight: 500; }
#top-company .subttl { font-size: 30px; display: block; margin: 10px 20px 40px; color: #000; font-weight: 500; letter-spacing: 2px; }

#top-company ul { text-align: center; display: flex; justify-content: center; padding: 20px 0px; margin-bottom: 0px; }
#top-company ul li {
	display: inline-block;
	width: 31%;
	margin: 10px 1.5% 10px;	
}
#top-company ul li a {
	display: block;
	position: relative;
}
#top-company ul li a img { display: block; }


/* TOP */

/* kaso */
.breadcrumbs { font-size: 12px; text-align: right; margin-bottom: 50px; }

.subHeader { padding: 100px 0px 0px; }


.mB {
	font-size: 30px;
    margin: 0px 0px 10px;
    height: 180px;
    position: relative;
    display: block;
    line-height: 180px;
    background: #fff;
    padding-left: 0px;
    text-align: center;
    color: #000;
    letter-spacing: 2px;
    background-size: cover !important;
}
.mB .mbwrap {
	 background: #F8F8F8;
}
.kizi { padding-bottom: 120px; border-bottom: 1px solid #ddd; }
.kizittlnewc {  
	font-size: 1.8em;
	margin: 0px 0px 20px;
	padding: 30px 0px 30px;
	/* border-bottom: 1px solid #eee; */
	text-align: center;
	letter-spacing: .15em;
	color: #000;
}

.kizittlnewc::after {
	content: "";
	width: 140px;
	height: 10px;
	display: block;
	margin: 22px auto 0;
}

.kizittlpro {
	font-size: 24px;
	margin: 1em 0px;
	padding: 0.8em 1em;
	font-weight: 400;
	text-align: left;
	background: #1C1F88;
	color: #fff;
}


.kizittl.blogttl {
	font-size: 26px;
    margin: 20px 0px;
    padding: 10px;
    font-weight: 000;
    text-align: left;
    color: #000;
    border-bottom: 1.5px solid #000000;
    padding-bottom: 10px;
}

.kizittl.new {
	font-size: 1.6em;
	padding: 20px 0px 20px;
	background: #ed793b;
	text-align: center;
	color: #fff;
}

.kizittl.new a {
	color: #fff;
}


.kizittlevent {
	font-size: 28px;
	margin: 0px;
	padding: 10px 0px 20px;
	font-weight: 000;
	text-align: center;
	padding-top: 40px;
	color: #000;
	border-bottom: 1.5px solid #033361;
}

.midashievent {
	font-size: 16px;
    padding: 0.25em 0 0.25em 0.75em;
    border-left: 2px solid #000;
    margin-top: 10px;
    margin-bottom: 30px;
}


.midashievent:after {
	content: '';
	width: 100%;
	height: 1px;
	 /* background-color: #000; */
	display: block;
	position: absolute;
	left: 0;
}

.kizittl_line {
	font-size: 24px;
	margin: 0px;
	padding: 10px 0px 30px;
	font-weight: 600;
	text-align: left;
	background: url(/images/title-line.png) no-repeat top center;
	padding-top: 40px;
	color: #3E3A39;
}

.kizittl_line::after {
	content: "";
	display: block;
	height: 2px;
	background: #F29400;
	margin: 8px 0 0px;
}

.kizittlvoi {
	padding: 0px 0px 30px;
	font-size: 22px;
}

.kizittlchi {
	padding: 25px 0px;
	font-size: 26px;
	font-weight: 600;
	color: #886e4d;
	text-align: center;
	margin-bottom: 20px;
}

.eventline {
	border-bottom: double 6px #FC9D9D;
}

.eventlineb {
	background: linear-gradient(transparent 50%, #f7f6ad 50%);
}

.eventmainimg {
	border-style: none;
	max-width: 750px;
	height: auto;
}

.eventchirasi { text-align: center; }
.eventchirasi a { display: inline-block; width: 30%; margin-left: 0.5%; margin-right: 0.5%; }
.eventchirasi a img { display: block; margin: 10px auto; }
.alignleftkakudai {
	position: relative;
	text-align: center;
}
.bg-content { padding: 0px 0px; }
body.home .bg-content { padding-top: 0px; margin-top: 0px; }
.bg-content .wrapper .kizi { padding: 0px 50px; }

.midashi {
	padding: 15px 15px 12px;
	font-size: 25px;
	border-radius: 0px;
	color: #3E3A39;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


.midashi:after {
	position: absolute;
	left: 5px;
	width: 4px;
	height: 25px;
	content: '';
	-ms-filter: "alpha(opacity=20)";
	background: #fff;
}


.midashi-blog {
	clear: both;
	font-weight: 000;
	color: #333;
	padding: 5px 0px 10px 0px;
	margin-top: 50px;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1.5em;
}

.midashi-blog:after {
	content: "";
	display: block;
	height: 1px;
	height: 1px;
	background: #333;
	margin: 10px 0 0px;
}


.midashis {
	clear: both;
	font-size: 20px;
	font-weight: 500;
	color: #ba0018;
	padding: 2px 0px 2px 10px;
	border-left: 5px solid #ba0018;
	line-height: 1.5em;
}




.midashiblog {
	text-align: center;
	clear: both;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	padding: 5px 10px 5px 10px;
	margin-top: 50px;
}


.midashiblog:after {
	content: "";
	display: block;
	height: 1px;
	height: 2px;
	background: #4f2f24;
	margin: 15px 0 0px;
}

.midashikanren {
	text-align: center;
	clear: both;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	padding: 5px 10px 5px 10px;
	margin-top: 50px;
}


.midashikanren:after {
	content: "";
	display: block;
	height: 1px;
	height: 1px;
	background: #000;
	margin: 15px 0 0px;
}


.midashi-mo {
	margin-bottom: 20px;
	padding: 5px 0 5px 0;
	background-color: #efede6;
	font-size: 22px;
	line-height: 2em;
}

.midashi-mo:before {
	content: "";
	border-left: 5px solid #8fc321;
	height: 10px;
	padding-right: 15px;
}



.vtext {
	padding-left: 20px;
}

.kizittloffice {
	font-size: 24px;
	margin: 1em 0px;
	padding: 0.8em 1em;
	font-weight: 400;
	text-align: left;
	background: #1C1F88;
	color: #fff;
}


.imgvoice {
	/*	
	display: block;
	padding: 5px 20px 15px;
	width: 600px;
	height: 450px;
	text-align: center;
	background: url(/images/voice-pege-bg.jpg) no-repeat top center;
	margin: 10px auto;
	*/	
}

.imgvoice img {
	max-height: 450px;
}
.bloc1 {
	padding: 10px 20px 10px 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.kanren ul.list li { display: inline-block; width: 23%; text-align: center; margin: 10px 1.5% 10px 0px; vertical-align: top; box-sizing: border-box; }
.kanren ul.list02 li { display: inline-block; width: 47%; text-align: left; margin: 10px 1%; vertical-align: top; }
.kanren .list li img {
	border: 1px solid #eee;
	max-height: 100px;
	width: 100px;
	float: left;
	margin-right: 10px;
}

.kanren ul.list02 li h3,
.kanren ul.list li h3{
	font-size: 14px;
	text-align: left;
	margin: 0px 0px 20px 20px;
	font-weight: 400;
	line-height: 25px;
	line-height: 1.5em;
}
.kanren ul.list02 li img { width: 100%; height: 90px; object-fit: cover; }
.child_pages { margin-top: 20px; width: 100%; display: flex; flex-wrap: wrap; text-align: center; }
.child_page { display: inline-block;
	width: 24%;
	text-align: center;
	margin: 0px 0.5% 10px;
	box-sizing: border-box;
	background-color: #dcedf5; }

.child_page h3 { padding-left: 0px; font-weight: normal; font-size: 14px; border: 1px solid #dcedf5; margin: 0px; }
.child_page h3 a { display: block; padding: 10px; }
.child_page h3 a:after { content: "→"; padding-left: 1px; display:block; }
#voiceDedail li .dwrap { padding: 0px 10px 10px; }
.midashi_voice { font-size: 1.3em; padding: 10px 10px; font-weight: 400; border-bottom: 1px solid #555; margin-bottom: 20px; color: #ff6600; }

#main { float: left; width: 70%; }
#sidepage { float: right; width: 27%; }
#sidepage ul { margin-bottom: 0px; font-size: 14px;}


#sidepage ul li {
	padding: 8px 3px 1px;
	border-bottom: 1px dotted #ddd;
}
#sidepage li li:last-child {
	border-bottom: 0px dotted #ddd;
}
#sidepage li li {
	padding-left: 10px;
}
.widget_block h2,
.widgettitle {
	font-size: 16px;
    text-align: center;
    padding: 8px;
    margin: 20px 0px 10px;
    /* border: 1px solid #94a03c; */
    background: #ddd;
    color: #000000;
}

#sideblog ul {list-style: none; margin-bottom: 20px;}
#sideblog ul li {padding: 8px 10px 1px; border-bottom: 1px dotted #ddd; }
#sideblog ul li:last-child { border: 0px;}
#sideblog ul.children li a:before { content: "－"; }
#sideblog .calendrier { margin-bottom: 30px;}

.blogDetaildi {
	text-align: right;
	padding-right: 20px;
	color: #7e7e7e;
	font-weight: 600;
	margin-bottom: 10px;
}

.blogDetail {
    margin-bottom: 20px;
    margin-top: 20px;
}


ul#office_list li {
	display: inline-block;
	width: 23.3%;
	margin: 10px 1.5% 30px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	text-align: left;
}
ul#office_list li:nth-child(4n + 4) {
	margin-right: 0px;
}
ul#office_list li img { display: block;}
ul#office_list li h2 { font-size: 18px; padding: 10px 15px; margin: 0px 0px 10px; border-left: 3px solid #1D2087; font-weight: 600;}
ul#office_list li .more { background: #1D2087; color: #fff; font-size: 15px; text-align: center; }
ul#office_list ul li .more:after {
	content: "＞";
	padding-left: 20px;
	margin-right: -30px;
	font-size: 12px;
}
ul#office_list li .more:hover {
	background: #4a4db7;
}


.gaiyou {
	margin:10px 0px 50px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}

.gaiyou table.tab1 { 
	table-layout:auto; background:#f6f6f6; 
}

.gaiyou th {
	text-align: center;
    padding: 10px 20px;
    font-weight: normal;
    width: 14em;
    color: #000;
    background: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.gaiyou td {
	border: solid 0px #dddddd; 
	padding:20px 20px; 
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}




.history {
	border: 0;
	margin:10px 0px 20px 0px;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}
.history tr:nth-child(even) { background-color:#efefef;}
.history tr:nth-child(odd) { background-color:#fefefe; }
.history th {border: 1px solid #dddddd; text-align: left; padding:10px 10px; font-weight: normal; width: 9em; }
.history td {border: 1px solid #dddddd; padding:10px 10px 10px 20px;}
.history td.first {width: 12em;}

.torikumi {
	margin:10px 0px 50px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}

.torikumi table.tab1 { 
	table-layout:auto; background:#f6f6f6; 
}


.torikumi th {
	text-align: left; 
	padding:10px 10px; 
	font-weight: normal;
	width: 10em; 
	font-weight: 500;
	color: #333;
	background: #dae2fd;
	border: solid 1px #eee; 

}

.torikumi td {
	border: solid 1px #eee; 
	padding:20px 10px; 
}

.postlist { margin-bottom: 50px; }
.blog-thumbnail { float: left; margin-right: 20px; }
.bloglist-thumbnail { float: left; margin-right: 20px; width: 200px; border: 1px solid #eee; }
.blogDetail a.more { 
	display: block;
    text-align: center;
    font-size: 15px;
    width: 7em;
    margin-left: auto;
    background: url(/images/yaji-off.png) no-repeat right center;
    background-position-x: 94%;
    line-height: 1em;
    padding: 5px 10px;
	margin-top: 20px;
}
.blogDetail a.more:hover {
	background: url(/images/yaji-on.png) no-repeat right center;
	background-position-x: 94%;
}
.blogDetail .blogbloc { display: table-cell; }


.blogDetail span.label { 
	font-size: 14px;
	display: inline-block;
	color: #fff;
	background: #999;
	line-height: 1em;
	padding: 5px 10px 5px;
	margin: 10px 0px;
	border-radius: 3px;
	text-align: center;
}
.blogDetail span.label.label_post_23 {
	background: #CFE3AC;

}

.gray {
	color: #999;
}

.kanren-thumbnail { width: 100px; float: left; margin-right: 10px; }
.kanren-thumbnail img { border: 1px solid #eee; }

#prevANDnext {
	border-top:1.5px double #000;
	margin:25px 0 10px 0;
	padding:10px ;
	font-size:14px;
}

#prevANDnext .prev {
	float:  left;
	width:45%;
}

#prevANDnext .next {
	text-align: right;
	float:  right   ;
	width:45%;
}



/* work */
.photos {
	margin-top: 20px;
	margin-top: 20px;
	border: 0px solid #ddd;
	padding-top: 20px;
}

.photos:after {
	clear: both;
	content: "";
	display: block;
}

.photos li:after {
	clear: both;
	content: "";
	display: block;

	margin-bottom: 20px;
}

.photos .part {
margin-bottom: 15px;
    font-size: 20px;
    color: #6b4618;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    background: #f5f4f0;
}
.photos .part span {	
	font-size: 1.2rem;
	width: auto;
	padding: 0;
	margin-top: -30px;
	display: inline-block;
	line-height: 2.1em;
	margin: 0 auto;
}

.photos .part span:after {
	content: "";
	display: block;
	height: 1.8px;
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	position: relative;
	transform-origin: left;	
}

.photos li .table {
	display: table;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px;
}
.photos li img.alignleft { margin-right: 30px; }
.photos li img.alignright { margin-left: 30px; }

ul.work_list { display: flex; flex-wrap: wrap; padding-top: 10px; }

ul.work_list li { 
	display: inline-block;
	width: 31%;
	margin-bottom: 30px;
	position: relative;
	border-right: 0px solid #ddd;
	box-sizing: content-box;
	padding: 0px 1.3% 0px 1%;
	/* 	background-color: #fff;  */
}

ul.work_list li:last-child { border-right: 0px!important; }
ul.work_list li h2 { font-size: 16px; margin: 0px; padding: 10px 10px 5px 10px; text-align: left; margin-bottom: 0px; color: #3E3A39; font-weight: 000; }
ul.work_list li .txt {
	display: block;
	padding: 8px 8px 8px 10px;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	position: relative;
	background: #F5F4EF;
	margin-bottom: 30px;
}
ul.work_list li .txt .lab { font-weight: 500; }
ul.work_list li a { text-decoration: none;
	display: block;
}

ul.work_list li span.img { display: block; width: 100%; overflow: hidden; text-align: center; background: #eee;
	height: 250px;}

ul.work_list li span.img img {
	/* 	display: block;k */
	width: auto;
	height: 250px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
ul.work_list li span.more {
	display: block;
    text-align: center;
    font-size: 15px;
    width: 7em;
    margin-left: auto;
    background: url(/images/yaji-off.png) no-repeat right center;
    background-position-x: 94%;
    line-height: 1em;
    padding: 5px 10px;
}
ul.work_list li a:hover span.more {
	background: url(/images/yaji-on.png) no-repeat right center;
	background-position-x: 94%;
}

/* work */

.eventlist { display: flex; flex-wrap: wrap; }
.eventlist li { width: 31%;  display: inline-block; margin: 0px 2.5% 30px 0px;  text-align: left; }
.eventlist li:nth-child(3n + 3) { margin-right: 0px; }
.eventlist li img { display: block; margin: auto; margin-bottom: 30px; }
.eventlist li  h2 { font-size: 16px; padding: 0px 0px; margin: 0px; min-height: 3em; line-height: 1.5em; display: inline;}

.ttl-m {
	text-align: left;
	margin-bottom: 0px;
	font-size: 26px;
	line-height: 1.45;
	color: #004797;
	font-weight: 500;
	letter-spacing: .11em;
	background: url(/images/line2.png) no-repeat bottom center;
	padding-bottom: 20px;
}

/* 施工例詳細ページの見出し */
.midashi-d {
    margin: 0px;
    font-size: 20px;
    /* color: #3e3a39; */
    /* padding-bottom: 5px; */
    /* padding-top: 25px; */
    margin-bottom: 15px;
    position: relative;
    border-left: 3px solid #008803;
    height: 47px;
    padding: 0.4rem 1rem;
    border-bottom: 1px solid #ddd;
    font-weight: 000;
    text-align: left;
}

.midashi-d:before {
	content: '';
	width: 100%;
	height: 1px;
	/* background-color: #b7b7b7; */
	display: block;
	border-bottom: 0px dashed #3e3a39;
	position: absolute;
	left: 0;
	bottom: -1px;
}


.works-m {
	font-size: 20px;
	line-height: 1.2em;
	margin-top: 40px;
	color: #033361;
	font-weight: bold;
}

.bukendata { font-size: 15px; padding: 20px 0px; }

.bukendata dl {
	display: inline-block;
	width: 46%;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px 1%;
	border-bottom: 1px solid #ccc;
}


.midashi-d span {
	position: absolute;
	display: block;
	font-size: 12px;
	color: #8d8d8d;
	width: 200px;
	text-align: left;
	padding: 8px 0px 0px;
}

.bukendata dl dd,
.bukendata dl dt {
	float: left;
	padding: 0px 10px;
	margin: 0px;
}

.bukendata dl dt {
	font-weight: 000;
	width: 10em;
	color: #333;
}

.bukendata dl dd {
	width: auto;
	position: relative;
	padding-left: 20px;
	width: 300px;
	border-left: 1px solid #ddd;
}


.right_exit {
	border: 1.5px solid #333;
	margin: 20px 0px 0px 55%;
	padding: 10px;
	text-align: right;
	font-size: 14px;
	background-color: #fff;
}

.right_exit::after {
	clear: both;
	content: "";
	display: block;
}

.right_exit .link {
	padding: 0px 0px;
	margin-bottom: 0px;
	clear: both;
	padding-left: 30px;
	display: block;
}

.right_exit .link a {
	display: block;
	text-decoration: none !important;
	color: #000;
}

.right_exit .link a:after {
	content: "→";
	padding-left: 10px;
	color: #333;
}

.staffList { display: flex; flex-wrap: wrap; width: 1050px; justify-content: center; margin: auto;}

.staffList li { 
	display: inline-block;
	width: 280px;
	margin-bottom: 20px;
	text-align: left;
	overflow: hidden;
	padding: 15px 10px; 
	border: 0px solid #ddd;
	border-radius: 0px;
	margin-right: 18px;
	margin-left: 18px;
	vertical-align: top;
}


.staffList li:hover { background: #e9e8d9; border-radius: 0px; }
.staffList li a { text-decoration: none; color: #000; display: inline-block; width: 100%; height: 100%; }
.staffList li img { max-width: 100%; height: auto; border-radius: 0px; }
.staffList li p { line-height: 1.5em; padding: 0px; margin: 0px 0px; border-radius: 0px; }

.staffList li p.staffp1 { 
	color: #168e2c;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: .03em;
}
.staffList li p.staffp2 { color: #000; font-size: 18px; font-weight: 000;}
.staffList li p.staffp3 { color: #00863b; font-size: 15px; letter-spacing: 4px; }

.wrap_pagenavi { text-align: center; }
#staffDedail { margin-bottom: 100px; }
#staffDedail .box1 { width: 300px; display: inline-block; margin-right: 50px;  margin-left: 40px; margin-top: 5px;}
#staffDedail .box2 { width: 620px; display: inline-block; vertical-align: top; }

#staffDedail .en_name {
	color: #343434;
	font-size: 14px;
	letter-spacing: 2px;
	padding-left: 20px;
}

#staffDedail .position {
	color: #033361;
	font-size: 16px;
	display: block;
	font-weight: 600;
	padding-bottom: 0px;
}
#staffDedail .staffProfile { padding-top: 0px; width: 100%; }
#staffDedail .staffProfile tr { vertical-align: top; }
#staffDedail .staffProfile tr:first-child th {
	background: #edf5dd;
}

#staffDedail .staffProfile tr:first-child td {
	border-top: 1px solid #d9d9d9;
}

#staffDedail .staffProfile td { font-weight: normal;  border-bottom: 1px solid #d9d9d9; padding: 10px 10px; color: #333; }
#staffDedail .staffProfile th { font-weight: normal;  border-bottom: 0px solid #e9e8d9; padding: 10px 10px; color: #333; text-align: left; }
#staffDedail .staffProfile th { 
	padding-right: 20px;
	width: 14em;
	font-size: 16px;
	font-weight: 000; 
	color: #3E3A39;
	background: #edf5dd;
}
#staffDedail .staffProfile td { padding-left: 20px; }

#staffDedail table.staffProfile02 {
	margin: 0px 20px 50px;
	width: 950px;
}

#staffDedail table.staffProfile02 th {
	position: relative;
	padding: 15px 15px;
	text-align: left;
	/* border-bottom: 1px solid #e9e8d9; */
	vertical-align: top;
	/* background: #f7eae1; */
	font-weight: 000;
	/* border-bottom: 1px dashed #dddddd; */
}

#staffDedail table.staffProfile02 td {
	position: relative;
	padding: 10px 10px;
	text-align: left;
	border-bottom: 1px dashed #dddddd;
	border-top: 0px solid #e9e8d9;
	vertical-align: top;
}

#staffDedail table.staffProfile02 th {
	color: #3E3A39;
	width: 17em;
	border-bottom: 1px dashed #dddddd;
}

#recoStaff ul { text-align: center;}
#recoStaff li { display: inline-block; vertical-align: top; width: 13.2%; }
#recoStaff li a { text-decoration: none; color: #000; }
#recoStaff li p.wrapImage img { width: 150px; height: 150px; object-fit: cover; }
#recoStaff li p { margin: 5px; text-align: center; }
#recoStaff li p.staffp2,
#recoStaff li p.staffp1 { color: #999; }

.staffMainImage {
	border-radius: 0px;
}

.staff-m:after {
	content: "";
	display: block;
	background: #344655;
	margin: 15px 0 0px;
}

.staff-m {
	text-align: left;
	margin-bottom: 0px;
	padding-left: 15px;
	font-size: 26px;
	color: #ba0018;
	font-weight: 500;
	letter-spacing: .11em;
	padding-bottom: 0px;
}

.kizittlsekou {
	font-size: 26px;
	text-align: center;
	padding: 25px 0px;
	margin-bottom: 0px;
	color: #3E3A39;
	font-weight: 600;
}

.kizittlsekou::before {
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.kizittlsekou2 {
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    text-align: center;
    color: #061826;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: 500;
}

.kizittlsekour {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 29px;
	text-align: center;
	color: #008803;
	font-weight: 500;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

/* 
.kizittlsekou2::before,
.kizittlsekou2::after {
content: '';
width: 3px;
height: 40px;
background-color: #F29300;
}

.kizittlsekou2::before {
margin-right: 30px;
transform: rotate(-35deg)
}
.kizittlsekou2::after {
margin-left: 30px;
transform: rotate(35deg)
}
*/

.kizittlre {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 29px;
	text-align: center;
	color: #3E3A39;
	font-weight: 600;
}

.kizittlre::before,
.kizittlre::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #bbdbcc;
}

.kizittlre::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.kizittlre::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.ttlp {
	font-size: 28px;
    line-height: 1.8em;
    padding: 10px 20px;
    border-left: 4px solid #990;
    border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.event_list { display: flex; flex-wrap: wrap; }
.event_list li { display: inline-block; vertical-align: top; width: 29%; margin-bottom: 30px; position: relative; box-sizing: content-box; margin-right: 3%; margin-bottom: 30px; }
.event_list li:nth-child(3n + 3) { margin-right: 0px; }
.event_list li h2 { font-size: 16px; margin: 0px; padding: 0px 5px 5px; text-align: left; color: #333; margin-bottom: 10px; border-bottom: 1px solid #ddd;}
.event_list li .txt {
	display: block;
	padding: 10px;
	color: #696F79;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	position: relative;
}
.event_list li a { text-decoration: none; width: 100%; display: block; }

.event_list li span.img { display: block; width: 100%; overflow: hidden; text-align: center;}

.event_list li span.img img {
	width: 100%;
	display: block;
	/*
	height: 402px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; 
	*/
}

.event_list .is_new {
	display:inline-block;
	background:#dc143c;
	color:#fff;
	padding:2px 10px;
	margin-right:5px;
	border-radius:0px;
	font-size:13px;
	margin-bottom: 5px;

}

.event_list .is_before {
	display:inline-block;
	background:#2BB94D;
	color:#fff;
	padding:2px 10px;
	margin-right:5px;
	border-radius:5px;
	font-size:13px;
	margin-bottom: 5px;

}

.event_list .is_close {
	display:inline-block;
	background:#000;
	color:#fff;
	padding:2px 10px;
	margin-right:5px;
	border-radius:5px;
	font-size:13px;
	margin-bottom: 5px;

}
ul.event_list li span.more {
	display: block;
    text-align: center;
    font-size: 15px;
    width: 7em;
    margin-left: auto;
    background: url(/images/yaji-off.png) no-repeat right center;
    background-position-x: 94%;
    line-height: 1em;
    padding: 5px 10px;
}
ul.event_list li a:hover span.more {
	background: url(/images/yaji-on.png) no-repeat right center;
	background-position-x: 94%;
}

.plan_list { display: flex; flex-wrap: wrap; }

.plan_list li { 
	display: inline-block;
	vertical-align: top;
	width: 30.5%;
	margin-bottom: 30px;
	border-right: 1px solid #ddd;
	padding: 0px 1% 0px 1%;
	position: relative;
	box-sizing: content-box; 
}

.plan_list li:nth-child(3n + 2) { padding: 0px 1% 0px 1%; margin-left: 1%; margin-right: 1%; }
.plan_list li:last-child {  }
.plan_list li h2 { font-size: 16px; margin: 0px; padding: 0px 5px 5px; text-align: left; color: #000; margin-bottom: 2px;}
.plan_list li .txt {
	display: block;
	padding: 10px;
	color: #696F79;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	position: relative;
}
.plan_list li a { text-decoration: none; display: block; }

.plan_list li span.img { display: block; width: 100%; overflow: hidden; text-align: center; }
.plan_list li a.morelink { text-align: right; }
.icon.map01 {
	display:inline-block;
	background:#cfe3aa;
	color:#000;
	padding:2px 15px;
	margin-right:10px;
	border-radius:5px;
	font-size:13px;
	margin-bottom: 5px;

}

.icon.map02 {
	display:inline-block;
	background:#b7dfe1;
	color:#000;
	padding:2px 15px;
	margin-right:10px;
	border-radius:5px;
	font-size:13px;
	margin-bottom: 5px;

}


.worktags { margin-bottom: 20px; display: block; margin-left: 10px; }
.worktags li { display: inline-block; }

.worktags li a {
	display: block;
	padding: 5px 5px 5px 5px;
	text-decoration: none !important;
	width: auto;
	margin: 8px 10px 0px 0px;
	text-align: center;
	font-size: 15px;
	background: #fff;
	color: #000;
	line-height: 1.2em;
}

.worktags li.active a { 
	color: #fff;
	background: #424242;
}

.worktags li a:hover { background: #424242; color: #fff; }

.worktags.subTab li a { border: 0px solid #3971CD; border-bottom: 2px solid #33871c; }
.worktags.subTab li a:hover { background: #33871c; color: #fff; }
.worktags.subTab li.active a { border: 0px solid #3971CD; border-bottom: 2px solid #33871c;  background: #33871c; }


.worktagsre { margin-bottom: 20px; display: block; margin-left: 10px; }
.worktagsre li { display: inline-block; }

.worktagsre li a {
	display: block;
	padding: 5px 5px 5px 5px;
	text-decoration: none !important;
	width: auto;
	margin: 8px 10px 0px 0px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	background: #fff;
	color: #000;
	line-height: 1.2em;
}

.worktagsre li.active a { 
	border: 0px solid #e9e8d9;
	color: #fff;
	background: #424242; 
	border-bottom: 0px solid #ba0018;
}

.worktagsre li a:hover { background: #424242; color: #fff; }

.worktagsre.subTab li a { border: 0px solid #3971CD; border-bottom: 2px solid #33871c; }
.worktagsre.subTab li a:hover { background: #33871c; color: #fff; }
.worktagsre.subTab li.active a { border: 0px solid #3971CD; border-bottom: 2px solid #33871c;  background: #33871c; }







.makerlabel { position: absolute; left: 0px; display: inline-block; width: 110px; background: #1C1F88; padding: 10px; margin-bottom: 10px; color: #fff; }
.catelabel { position: absolute; left: 0px; display: inline-block; width: 110px; background: #1C1F88; padding: 10px; color: #fff; }
.tags {
	font-size: 16px;
	text-align: right;
	color: #fff;
}

.tags span,
.tags a {
	display: inline-block;
    padding: 8px 15px 5px 15px;
    margin: 8px 6px 0px 0px;
    color: #333;
    border: 1px solid #737373;
    border-radius: 0px;
    /* background: #f2f1f1; */
    border: 1px solid #737373;
    line-height: 1.2em;
    /* font-weight: 500; */
    font-size: 15px;
    border: 1px solid #737373;
}
.marker {
	background: linear-gradient(transparent 60%, #E8D062 60%);align-content
}
.marker02 {
	background: linear-gradient(transparent 60%, #F5F650 60%);align-content
}

.event_catch {
	font-size: 22px;
	text-align: center;
	line-height: 1.5em;
	padding: 20px 10px;
	margin: 35px 0px 30px;
	color: #343434;
	background-color: #f7eae1;
	border-radius: 8px;
}

.con_catch {
	font-size: 20px;
	line-height: 1.4em;
	color: #00913a;
}


.con-txt {
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 1.8em;
}

.con_title {
	margin-bottom: 65px;
	font-size: 42px;
	letter-spacing: .08em;
	line-height: 65px;
	color: #000;
	font-weight: 600;
	text-align: center;
}

ul.conkanren { text-align: center; display: flex; justify-content: center; }
ul.conkanren li { display: inline-block; width: 25%; }


.sekourei_catch {
	font-size: 24px;
	text-align: center;
	line-height: 1.5em;
	padding: 1em 10px;
	margin: -20px 0px 10px;
	color: #9f9f9f;
	background-color: #f2f2f0;
}

.button_m a {
	font-size: 14px;
	display: inline-block;
	color: #000;
	line-height: 1em;
	padding: 10px 30px 10px 15px;
	margin: 0px 10px;
	border: 1px solid #333;
	border-radius: 15px;
	text-align: center;	
	background: url(/images/yaji-bl.png) no-repeat right center;
	background-position-x: 94%;
}

.button_m a:hover {
	background: url(/images/yaji-w.png) no-repeat right center #333;
	background-position-x: 94%;
	color: #fff;
}
.showhouse_catch {
	font-size: 24px;
	text-align: center;
	color: #F07818;
}

.showhouse_buken {
	margin:10px 0px 50px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}

.showhouse_buken th {
	background: #eee;
	text-align: left; 
	padding:10px 10px; 
	font-weight: normal;
	width: 12em; 
	font-weight: 500;
	color: #333;
	border: 1px solid #ddd;
}

.showhouse_buken td {
	border: 1px solid #ddd;
	padding: 10px 10px; 
}

.zehtable {
	margin:10px 0px 20px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}

.zehtable th { border: solid 1px #dddddd; text-align: left; padding:10px 10px; font-weight: normal; width: 3em; vertical-align:top;}
.zehtable td { border: solid 1px #dddddd; padding:10px 10px; text-align: center;}

.ttlz span:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #303d50;
	margin-right: 12px;
	margin-bottom: 3px;
}

.ttlz {
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0px 10px;
}
.gallerylist li .title {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 15px;
	position: relative;
}

.gallerylist li .title:after {
	position: absolute;
	left: 0px;
	bottom: -5px;
	content: "";
	width: 3em;
	height: 3px;
	background:#90C31F;
}

ul.innerlink  { text-align: center; }

ul.innerlink  li {
	display: inline-block;
	width: 200px;
	margin: 10px 20px;
	background: #0C7231;
	color: #fff;
	border-radius: 50px;
	box-shadow: 5px 5px 3px #ddd;
}

ul.innerlink li span,
ul.innerlink li a {
	padding: 20px 50px;
	display: block;
	font-size: 22px;
	color: #fff;
	text-align: center;
	position: relative;
}

ul.innerlink li:hover {
	background: #F19A40;
	box-shadow: 6px 6px 0px #999;
}
ul.innerlink li.active {
	background: #90C31F;
	box-shadow: 5px 5px 3px #ddd;	
}

.shijiback {
	content: '';
	background: #eee;
	margin-bottom: 15px;
	padding: 10px 20px 10px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}


.more_dr {
	position: relative;
	display: inline-block;
	padding: 1.1em 3.5em 1.1em 3.2em;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	background: url(/wordpress/images/yaji-w.png) no-repeat right center #d84352;
	background-position-x: 90%;
	border-radius: 23px;
	line-height: 1em;
	border: 1px solid #d84352;
}

.more_dr:hover {
	color: #d84352;
	background: url(/wordpress/images/yaji-p.png) no-repeat right center;
	background-position-x: 90%;
	border: 1px solid #d84352; 	
}

.more_dr::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 120%;
	height: 100%;
	background: #fff;
	transform-origin: right top;
	transform: skewX(180deg) scale(0, 1);
	transition: transform .3s;
}
.more_dr:hover::before {
	transform-origin: left top;
	transform: skewX(180deg) scale(1, 1);
}
.more_dr::after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	content: '';
	width: 120%;
	height: 100%;
	background: #d84352;
}

.tenpobg3 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 500;
	padding: 0 0.5em;
	color: #697128;
}

.tenpobg3 span:before {
	content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 12px;
    margin-bottom: 1px;
    background: #697128;
}


#page-concept ul li:nth-child(4) { clear: none; }
#page-concept ul { text-align: center; display: flex; flex-wrap: wrap; justify-content: center; margin: 0px 0px 10px;
}
#page-concept ul li { float: none; display: inline-block; width: 23%; margin: 20px 2%; box-sizing: border-box; text-align: center;}
#page-concept ul li h2 { 
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin-top: 8px;
}
#page-concept ul li a.more {
	border: 0px solid #000;
	padding: 8px 25px;
	font-size: 14x;
	line-height: 1.2em;
	display: inline-block;
	background: #f29300;
	color: #fff;
}

#page-concept ul li a.more:hover {
	background: #eee;
}

.midashi-sub {
	border-bottom: solid 1px #886E4D;
	position: relative;
	font-size: 22px;
	margin-bottom: 20px;
	clear: both;
	color: #886E4D;
	padding-bottom: 6px;
	font-weight: 600;
}

.midashi-sub:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 0px #698EBB;
	bottom: -3px;
	width: 20%;
}

.kakomi {
	font-size: 20px;
	padding: 25px 0px 25px 0px;
	font-weight: 500;
	margin-bottom: 30px;
	background: #233f83;
	line-height: 2em;
	color: #fff;
	text-align: center;
}

.kakomi a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

/* kaso */

/* form */
.contactform {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	margin: 10px 0px 5px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
	font-size: 18px;
	color: #333;
}
.contactform.contactform02 {
	margin: 0px 0px 0px 0px;	
}
.contactform th { border: solid 1px #eee; background:#F8F8F8; text-align: left; padding:10px 10px; font-weight: 400; width: 15em;}
.contactform td { border: solid 1px #eee; padding: 10px 10px; background-color: #fff;}
.contactform .hissu { color: #fff; display: inline-block; background: #ee0000; padding: 1px 5px; float: right; font-size: 14px;}
.contactform .spw { vertical-align: text-bottom; display: inline-block; line-height: 2em; }
.contactform .shubetu span.wpcf7-list-item { display: block; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	margin: 0;
	max-width: 100%;
	width: 300px;
	outline: none;
	border: 1px solid #aaa;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: bottom;
	font-size: 16px;
	line-height: 1.8em;
	padding: 2px;
}

input[name="hope"] {
	border: 0px solid #ddd;
}
span.wpcf7-list-item { margin: 0px 1em 0px 0px !important; display: block; }
.yobo span.wpcf7-list-item,
.kibosiryou span.wpcf7-list-item { display: block; }
.wpcf7-form-control-wrap { line-height: 2em; }
input#zip { width: 8em !important; }
input.year { width: 4em; margin-left: 10px; margin-right: 3px;}
input.month { width: 2em; margin-left: 10px; margin-right: 3px;}
input#addr2 { width: 80%;}

input[type="date"] {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	font-size: 16px;
}

#text-18 { width: 98%; border: 0px; }
select {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	margin: 0;
	margin-bottom: 0px;
	max-width: 100%;
	font-size: 16px;
	line-height: 1.8em;
	border: 1px solid #aaa;	
	padding: 4px 2px;
	border-radius: 2px;

}

select option {

}
input.age,
input#age {
	width: 2em;
}
.contactform td.item_age span.wpcf7-form-control-wrap:after {
	content: " 人";
}
textarea { width: 90%; }

div.wpcf7 .wpcf7-submit:disabled {
	background: #aaa;
	border-color: #aaa;
	color: #ddd;
}

.wpcf7-form input[type=button],
.wpcf7-form input[type=submit]{
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	background:#537610;
	transition:all 0.3s;
	margin: 0px auto 0px;
	color:#fff;
	font-size: 24px;
	padding: 15px 50px;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #537610;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #ddd;
}

.bg-w {
	background: rgba(255,255,255,0.9);
	position: sticky;
}

.bg-k {
	padding: 20px 20px;
	margin-bottom: 30px;
	border: 1px solid #343434;
}
.bggray {
	background: #EEEEEE;
}


.kizittlplan {
	font-size: 26px;
	text-align: center;
	padding: 25px 0px;
	margin-bottom: 0px;
}

.concept-m {
	padding: 0px 0px;
	margin-bottom: 30px;
	font-size: 25px;
	letter-spacing: .08em;
	line-height: 45px;
	color: #168E2C;
	font-weight: 500;
	text-align: left;
}

.concept-mc {
	padding: 0px 0px;
	margin-bottom: 30px;
	font-size: 22px;
	letter-spacing: .08em;
	line-height: 45px;
	color: #343434;
	font-weight: 500;
	text-align: center;
}

.plan-m {
	margin-bottom: 15px;
	font-size: 1.5em;
	font-weight: 400;
	color: #343434;
	border: 0px solid #d6aa11;
	padding-top: 15px;
	padding-left: 10px;
	background: #d6aa11;
}

.plan-m span {
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1em;
	padding: 0px 10px 0px 10px;
	font-size: 18px;
	color: #000;
}

.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.con-ttl02 { font-size: 24px; text-align: center; line-height: 1.6em; margin-bottom: 1.5em;  color: #990; }
.con-ttl02 span { font-size: 18px; padding-right: 2em; }


.gaiyoup {
	font-size: 15px;
	margin:10px 0px 50px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}

.gaiyoup table.tab1 { 
	table-layout:auto; background:#f6f6f6; 
}

.gaiyoup th {
	text-align: left; 
	padding:10px 20px; 
	font-weight: normal;
	width: 12em; 
	font-weight: 400;
	color: #fff;
	background: #343434;
	border-bottom: 2px solid #e5e5e5;
}

.gaiyoup td {
	border: solid 0px #dddddd; 
	padding:20px 20px; 
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

.tenpobg {
	margin-bottom: 0px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 0 0.5em;
	font-size: 20px;
	padding-bottom: 10px;
}

.tenpobg span:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #0c623f;
	margin-right: 12px;
	margin-bottom: 3px;
}

.show_ttl02 {
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 50px;
    color: #000000;
    font-weight: 400;
}

ul.product-tr {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0px 50px;
    justify-content: center;
}

ul.product-tr li { 
display: inline-block; 
padding: 0px; 
margin: 5px 0px 0px 10px; 
text-align: left; 
vertical-align: top; 
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
}

ul.product-tr li img {
padding: 4px;
border: 1px solid #ddd;
width: 215px;
height: 306px;
object-fit: cover;
}

ul.product-tr li .ttl { font-size: 15px; text-align: center; background: #fff; padding: 0px; color: #333; margin: 0px 0px; font-weight: 500; }

ul.product-tr.product-tr02 li img {
	padding: 4px;
	border: 1px solid #ddd;
        width: auto;
	height: 332px;
	object-fit: cover;
}

.komid {
   padding: 0px 0px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 43px;
}


.kanrenttl {
	clear: both;
	font-weight: 000;
	color: #3e3a39;
	margin-top: 30px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 000;
}

.kanrenttl:after {
	content: "";
	display: block;
	/* width: 100px; */
	height: 1px;
	background: #3e3a39;
	margin: 5px 0 10px;
}


.cha {
	color: #886E4D

}

.bla {
	color: #333

}

.worksfont {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.mincho {
	font-size: 24px;
	clear: both;
	color: #3E3A39;
	font-weight: 000;
}

.w_desc {
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	font-size: 26px;
	text-align: center;
}

.w_desc:before, .w_desc:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
}

.w_desc:before {
	border-top: dotted 3px #8fc320;
	border-left: dotted 3px #8fc320;
	border-bottom: dotted 3px #8fc320;
	left: 0;
	margin-left: 120px;
}

.w_desc:after {
	content: '';
	border-top: dotted 3px #8fc320;
	border-right: dotted 3px #8fc320;
	border-bottom: dotted 3px #8fc320;
	right: 0;
	margin-right: 110px;
}

.company-m {
	padding: 0px 10px;
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 30px;
	letter-spacing: .08em;
	line-height: 40px;
	color: #168E2C;
	font-weight: 500;
	text-align: center;
}


.grecaptcha-badge { visibility: hidden; }

.midashiv {
	margin-bottom: 20px;
	padding: 5px 0 5px 15px;
	background-color: #e4f7e6;
	font-size: 25px;
	line-height: 2em;
	position: relative;
}

.midashiv:before {
	content: "";
	border-left: 5px solid #168E2C;
	height: 10px;
	padding-right: 15px;
	display: block;
	height: 60%;
	position: absolute;
	left: 0px;
	top: 15%;
}


#pdf_list li { display: inline-block; width: 48%; margin-bottom: 10px; }
#pdf_list li img { width: 200px; }
.hopedate textarea { height: 3em; }

#s4-1,#s4-2,
#c07,#c06,#c05,#c04,#c03,#c02,#c01,
#flow-15,#flow-14,#flow-13,#flow-12,#flow-11,#flow-10,#flow-09,#flow-08,#flow-07,#flow-06,#flow-05,#flow-04,#flow-03,#flow-02,#flow-01,
#h01,#h02,#h03,#h04,#h05,#h06,#h07,#h08,
#message,
#gaiyou,
#menseki,
#access,
#enkaku {
	padding-top: 200px;
	margin-top: -200px;
}
/* form */

.marker_linegreen {
	background: linear-gradient(transparent 75%,#ffced9 75%);
}

.gren {
	color: #168e2c;
}

.tenpobg01 {
	margin-bottom: 0px;
	/* font-weight: 600; */
	letter-spacing: 0.1em;
	padding: 0 0.5em;
	font-size: 18px;
	color: #168e2c;
	padding-bottom: 10px;
}

.tenpobg01 span:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #168e2c;
	margin-right: 12px;
	margin-bottom: 3px;
}


.conc {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	line-height: 60px;
	text-align: center;
	color: #6EC1E4;
	padding: 30px 30px 10px 30px;
}

.mid-con02 {
	font-size: 22px;
	line-height: 1.8em;
	padding: 10px 20px;
	border-left: 4px solid #008803;
	border-bottom: 1px solid #ddd;
}

.conbloc { margin-bottom: 100px; }
.conbloc .item01 { 
	display: inline-block;
	width: 665px;
	vertical-align: top;
	margin-right: 40px;
}


.conbloc02 { margin-bottom: 100px; }
.conbloc02 .item01 { 
	display: inline-block;
	width: 565px;
	vertical-align: top;
	margin-right: 40px;
}
.conbloc02 .item02 { display: inline-block; width: 420px; vertical-align: top; }

.m-boss {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-indent: 0.08em;
    font-size: 32px;
    line-height: 48px;
}


ul.conkanren {
	display: flex;
	justify-content: center;
}

ul.conkanren li {
	display: inline-block;
	width: 35%;
	margin-right: 2%;
}

.ttlc {
	color: #6ec1e4;
	text-align: center;
	padding: 8px 0px 8px;
	margin: 0px 0px 10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	letter-spacing: 2px;
}

.komento {
	font-size: 16px;
	text-align: left;
	line-height: 25px;
}
iframe { max-width: 100%; }
.col2 { display: flex; }
.col2 .item01 { display: inline-block; width: 49%; box-sizing: border-box; padding: 10px; }
.col2 .item02 { display: inline-block; width: 49%; box-sizing: border-box; padding: 10px; }

.sttlt2 {
    /* font-weight: bold; */
    margin-bottom: 0.5em;
    /* background: #efefef; */
    text-align: left;
    border: 2px solid #ff996f;
    padding: 15px 20px 10px 25px;
    color: #333;
    font-size: 24px;
}

.product-m {
    padding: 0px 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
	color: #999900;

}

.kizittlblog {
   font-size: 28px;
    margin: 0px;
    padding: 10px 0px 20px;
    font-weight: 000;
    text-align: left;
    padding-top: 40px;
    color: #000;
    border-bottom: 2px solid #000000;
}


.combloc {
    color: #2e2e2e;
    display: block;
    letter-spacing: 0.1em;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8em;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.midashi_t {
    padding: 18px 40px 15px;
    font-size: 20px;
    background: #f5f5f5;
    border-radius: 0px;
    color: #333;
    position: relative;
}

.midashi_t:after {
    position: absolute;
    top: 25%;
    left: 23px;
    width: 4px;
    height: 50%;
    content: '';
    /* opacity: .8; */
    -ms-filter: "alpha(opacity=20)";
    background: #008803;
}


/* css追加をここの上に記載 */

@media (max-width: 1740px) {
}

@media (max-width: 1640px) {
	.menu span.awrap,
	.menu a{
		text-align: center;
		font-size: 15px;
	}
}

@media (max-width: 1580px) {
	.menu span.wrap,
	.menu a{
		font-size: 15px;
	}
	#top-concept ul li a h2 { font-size: 20px;}
	.wrapper03 { max-width: 100%; width: auto;  margin-left: 5%; margin-right: 5%; }

}

@media (max-width: 1440px) {
	#header #logo { margin-left: 10px; width: 16%; }
	#footer01 ul li a { font-size: 13px; }
	
}

@media (max-width: 1250px) {
	body {min-width: 1250px;}
	body.home header #headerL.fixed { min-width: 1250px; }
	.flex-direction-nav .flex-next { right: 0px!important; }
	.flex-direction-nav .flex-prev { left: 0px!important; }

	#top-other ul li { margin-right: 20px; }
	#header { padding-left: 0px; padding-right: 0px; }
}
/****************************************************
* 端末ごとの調整で、PCのcssはここ以下に追加しない
*****************************************************/