@charset "UTF-8";
/*
Theme Name: hikari-toyo.jp
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: "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: #333;
	position: relative;
	overflow-x: hidden;
}
.fontLato {
	font-family: "Lato";
	letter-spacing: 1px;
	font-weight: 500;
}
img {
	border-style:none;
	max-width: 100%;
	height: auto;
}

/****************************************
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; }
strong { font-weight: 500; }
.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: #a19e9e;  }

#footer02 {
	padding-top: 50px;
}
hr.line {
	border: 0px;
	height: 1px;
	width: 100%;
	background: #d9dcdf;
}

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

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

#footer02 ul li h2 { font-size: 15px; line-height: 1.5em; border-bottom: 1px solid #333; margin-bottom: 10px; }
#footer02 .foot02 {
	display: flex;
    justify-content: space-evenly;
    align-items: start;
    flex-direction: row-reverse;
	color: #fff;
}

#footer02 div.box1 { width: 56%; margin-left: auto; margin-right: auto;  display: table; margin-top: 0px; margin-bottom: 30px; }
#footer02 .comnamewrap { font-size: 26px; }
#footer02 .comnamewrap a {  color: #fff; }
#footer02 div.fcom { margin-left: auto; margin-right: auto; width: 40%; }
#footer02 div.fcom .flogo { display: block;  float: right; margin-top: 0px; margin-left: 10px; background:#fff; padding: 10px; width: 100px; }
#footer02 div.fcom h1 { margin: 0px; color: #fff; font-size: 11px; line-height: 1.3em;  }
#footer02 div.fcom .addr { font-size: 14px; line-height: 1.3em; letter-spacing: 1px; margin-top: 3px; }
#footer03 { padding: 20px 0px 100px; text-align: center; font-size: 12px; margin: 0px; color: #fff;  }
#footer03 a { color: #fff; }
#footer_fixed_top.fixed {
	display: block;	
}
#footer_fixed_top {
	display: none;	
}

#footer_fixed_pc {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 900;
	padding-top: 0px;
	text-align: center;
	width: 100%;
}
#footer_fixed_pc.fixed {
	position: fixed;
	display: block;
}
#footer_fixed_pc img {
	display: block;
	margin: 0px 10px;
}
#footer_fixed_pc #ft_top { }
#footer_fixed_pc .fbtn { display: flex; align-items: end; justify-content: center; width: 100%; background: #fff; padding: 1px 0px 10px;}
#footer_fixed_pc .fbtn a { 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 {
	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;
}

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

body.home header {
	width: 100%;
	z-index: 10000;
	background: #fff;
}

#header {
	display: block;
min-width: 1250px;	
}

#header #logo {
	margin:0;
	width: calc((100% - 1000px) / 2 );
	display: flex;
}
#header #logo img {  max-width: 100%; margin-top: 5px; }
#header .hdrwrap { display: flex; justify-content: space-around; width: 100%; }
header #headerL.fixed {
	position:  fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	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 #topcontact { float: right; }
header #topcontact img { float: right; }

/* ------- メニュー部分 ------- */
#gnavi {}
#rnavi { display: flex; align-items: center; }
#rnavi img { margin-right: 30px;}
.menu {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	padding: 10px 0px 10px;
	height: auto;
}
.menu ul{
	list-style-type: none;
	margin: 0px 0;
	padding: 0px 0;
	display: flex;
}
.menu li{
	display: inline-block;
	margin: 0;
	padding: 0 2em 0px;
	vertical-align: middle;
	position: relative;
	text-align: center;
	font-size: 15px;
}

.menu span.wrap,
.menu a{
	text-align: center;
	padding: 0px .1em;
	position: relative;
	color: #000;
	font-size: 17px;
	display: block;
	box-sizing: border-box;	
	font-weight: 600;
	position: relative;
	cursor: pointer;
}
.menu span.wrap span.en,
.menu a span.en {
	display: block;
	font-size: 14px;
	color: #eee;
}
.menu span.wrap::after,
.menu a:after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #de6500;
	opacity: 0;
	transition: .5s;
	position: absolute;
	left: 2px;
}
.menu a:hover:after {
	opacity: 1;
}


.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; }

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

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

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

/* TOP */

.slider { position: relative; }

.slider a:hover img { opacity: 1; }

#top00 {
	padding-top: 50px;
	padding-bottom: 50px;
}


#top01 {
	padding-bottom: 90px;
}


#top02 {
	padding-bottom: 90px;
}

#top03 {
	margin-bottom: 0px;
}

#top04 {
	margin-bottom: 90px;
}
#top05 {
	margin-bottom: 90px;
}

#newstopics {
	background: url(/images/bg-news.jpg) no-repeat top center;
	background-size: cover;
	padding: 60px 0px;
}
#newstopics-wrap {
	background: #fff;
	border-radius: 30px;
	padding: 50px;
}

#newstopics .box1 {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
	margin-right: 4.1%;
	padding: 0px;
}
#newstopics .box1 .box_wrap { padding: 0px; background: #fff; }
#newstopics .box2 {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
}

#newstopics .box1 li {
	padding: 0 5px 20px 0px;
	margin: 15px 30px;
	line-height: 1.2;
	vertical-align: top;
	margin-right: 3%;
	border-bottom: 1px solid #ddd;
}
#newstopics .box1 li:last-child {
	border-bottom: 0px dotted #ddd;	
}
#newstopics .newmark { display: inline-block; background: #e00; color: #fff; padding: 0px 10px; font-size: 12px; line-height: 1.5em; }
#newstopics .box1 li a {
	color: #333;
	background: url(/images/yaji-r.png) no-repeat right bottom;
	display: block;
	padding-right: 30px;
}
#newstopics .box1 li a:hover {
	color: #e00;	
}
#newstopics .box1 li h2  {
	display:block;
	line-height: 1.2;
	margin: 5px 0px;
	font-size: 16px;
	color: #3E3A39;
}

#newstopics .box1 .box1-1 {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 0px;
	padding: 3px;
	overflow: hidden;
	text-align: center;
	background: #fff;
	display: block;
}

#newstopics .box1 .box1-2 {
	float: right;
	width:320px;
	height: 120px;
	padding-top: 10px;
}
#newstopics .box1 .box1-1 img {
	/*	width: 175px;
	height: 134px;
	object-fit: cover;
	*/	
}

#newstopics .hiduke { color: #333; font-size: 13px; }
#newstopics .box1 span.label { 
	font-size: 13px;
	display: inline-block;
	color: #333;
	line-height: 1em;
	padding: 5px 6px 5px;
	margin: 7px 10px 5px 10px;
	text-align: center;
	border: 1px solid #999;
}
#newstopics .box1 .ttl { font-size: 24px; font-weight:500; color: #000; text-align: left; line-height: 1.7em; background: url(/images/icon-1.png) no-repeat left center; background-size: 30px; background-position-x :40px; padding: 10px 0px 10px 80px; border-bottom: 2px solid #E8B750; }
#newstopics .pickup_info { padding: 0px; background: #fff; position: sticky; margin-bottom: 0px; }
#newstopics .pickup_info .ttl { font-size: 24px; font-weight:500; color: #000; text-align: left; line-height: 1.7em; background: url(/images/icon-3.png) no-repeat left center; background-size: 30px; background-position-x :40px; padding: 10px 0px 10px 80px; border-bottom: 2px solid #E8B750; }
#newstopics .blog_info .ttl { font-size: 24px; font-weight:500; color: #000; text-align: left; line-height: 1.7em; background: url(/images/icon-2.png) no-repeat left center; background-size: 30px; background-position-x :40px; padding: 10px 0px 10px 80px; border-bottom: 2px solid #F35C25; }
#newstopics .blog_info div.txt {
	padding: 5px 0px 20px;
}

#newstopics .pickup_info div.txt {
	padding: 20px 0px 0px;
}

#newstopics .pickup_info .pickup_info_wrap {
	padding: 30px;
}

#newstopics .pickup_info h2 {
	font-size: 15px;
	margin: 30px 0px 30px;
	text-align: left;
}
#newstopics .pickup_info p {
	text-align: left;
}

#newstopics .pickup_info span.img {
	display: block;
	width: 225px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #f9f9f9;
}

#newstopics .pickup_info span.img img {
	width: 225px;
	height: 156px;
	object-fit: cover;
	display: block;
}
#newstopics .blog_info {
}
#newstopics .blog_info h2 {
	margin: 0px 0px;
	font-size: 14px;
	line-height: 1.5em;
	color: #3E3A39;
}
#newstopics .blog_info li {
	display: inline-block;
	width: 30%;
	padding-bottom: 15px;
	margin: 10px 1%;
}

#newstopics .blog_info .box1-1 {
	margin-bottom: 5px;
}

#newstopics .blog_info .box1-1 img {
	width:100%;
	height: 100px;
	display: block;
	object-fit: cover;
}

#newstopics .blog_info span.label { 
	font-size: 12px;
	display: inline-block;
	color: #000;
	line-height: 1em;
	padding: 5px 6px 5px;
	margin: 7px 10px 5px 20px;
	text-align: center;
	width: auto;
}
#newstopics .more {
	text-align: right;
}
#newstopics .more a {
    background: url(/images/yaji-r.png) no-repeat right center;
	background-position-x: 96%;
	background-size: 25px;
    display: inline-block;
	padding: 5px 40px 5px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 14px;
}
#newstopics .more a:hover {
    background: url(/images/yaji-r.png) no-repeat right center #f48301;
	background-position-x: 96%;	
	color: #fff;
} 

.morebottun_r {
	position: relative;
	display: inline-block;
	padding: 18px 15px 18px 10px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 1em;
	width: 350px;
	font-weight: 300;
	border: 1px solid #45220b;
	border-radius: 10px;
}
.morebottun_r:hover {
	color: #fff;
}
.morebottun_r::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 120%;
	height: 100%;
	background: #f5aa55;
	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;
}


.top-work .topttl { font-size: 32px; font-weight: 500; border-bottom: 2px solid #ddd; margin-bottom: 1.5em; padding-bottom: 0.9em; text-align: center; color: #45220b; }
.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: 23%; margin: 20px 1.2% 0px 0px; box-sizing: border-box; text-align: left; background: #fff; position: relative; }
.top-work ul li:nth-child(4n + 4) {
	margin-right: 0px;
}
.top-work ul li a { display: block; position: relative; }
.top-work ul li .box1 { height: 285px; overflow: hidden; width: 100%; }
.top-work ul li img {
	width: 100%;
	height: 285px;
	object-fit: cover;
}
.top-work ul li h2 {
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	color: #3E3A39;
	font-weight: 400;
	height: 3em;
	line-height: 1.5em;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.top-work ul li .txt { padding: 0px 0px; position: relative; }
.top-work ul li span.label {
	color: #fff;
	font-size: 13px;
	line-height: 1.1em;
	padding: 3px 10px;
	background: #34a872;
	display: inline-block;
	font-weight: 300;
	top: 0px;
}
.top-work ul li a:hover img { opacity: 1; }


#top-concept .topttl { font-size: 24px; font-weight: 500; }
#top-concept .item01 {
	font-size: 28px;
	line-height: 2em;
	font-weight: 500;
	letter-spacing: 2px;
}
#top-concept .item01 img { margin-right: 10px; margin-left: 10px;}
#top-concept .item01 .item0101 { display: flex; align-items: center; justify-content: center; }
#top-concept .item01 strong { font-weight: bold; font-size: 26px; }
#top-product ul { display: flex; justify-content: center; margin-left: 3%; margin-right: 3%; margin-bottom: 50px; }
#top-product ul li { width: 30%; margin: 10px 1% 20px; position: relative; }
#top-product ul li a { display: block; position: relative; }
#top-product ul li a img { display: block; }

#top-concept02 { background: #f48301; }
#top-concept02-wrap { display: flex; padding: 70px 0px; }
#top-concept02-wrap .item01 { width: 29%; }
#top-concept02-wrap .item02 { width: 35%; margin-left: 2%; margin-right: 2%; color: #fff; }
#top-concept02-wrap .item03 { width: 29%; background: #fff; padding: 10px; box-sizing: border-box; }
#top-concept02-wrap .item02 h2 { font-size: 22px; line-height 1.5em; margin: 0px 0px 20px; }
#top-concept02-wrap .item03 h2 { color: #fff; background: #e75400; font-size: 18px; line-height 1.5em; margin: 0px 0px 10px; text-align: center; padding: 5px 0px; }
#top-concept02-wrap .item02 p { font-size: 14px; line-height: 1.6em; padding-bottom: 10px; }
#top-concept02-wrap .item03 .item03wrap {  display: flex; }
#top-concept02-wrap .item03 .item03wrap iframe { margin-right: 20px; }
#top-concept02-wrap .item03 h3 { font-size: 18px; line-height 1.8em; margin: 20px 0px 40px; padding: 20px 0px; border-top: 1px solid #000; border-bottom: 1px solid #000; }
#top-concept02-wrap .item03 .more { text-align: right; }
#top-concept02-wrap .item03 .more a { background: url(/images/yaji-l.png) no-repeat left center; display: inline-block; padding-left: 30px; background-size: 25px; font-size: 14px; }
#top-company {
	padding: 0px 0px 50px;
}
#top-company ul { display: flex; justify-content: center; }
#top-company ul li { width: 30%; margin: 10px 1% 20px; position: relative; }
#top-company ul li a { display: block; position: relative; }
#top-company ul li a img { display: block; }
#top-company ul li h2 { font-size: 20px; margin: 0px; padding: 10px; position: absolute; bottom: 0px; text-align: center; width: 100%; box-sizing: border-box; color: #fff; line-height: 1.5em; background: rgba(0, 0, 0, 0.9); }
#top-company ul li a:hover h2 { background: rgba(104, 69, 30, 0.9);}

#top-link ul { display: flex; justify-content: center; align-items: stretch;}
#top-link ul li { 
    width: 241px;
    margin: 0px 0px 0px;
    position: relative;
    border-left: 1px solid #000;
}
#top-link ul li a {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	justify-content: center;
}
#top-link ul li:last-child {  border-right: 1px solid #000; }
#top-link ul li a img { display: block; margin: 0px auto 0px; }

/* TOP */

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

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

.mB .wrapper,
.kizi .wrapper { width: 1050px; }


.mB {
	font-size: 32px;
	margin: 0px 0px 10px;
	height: 160px;
	position: relative;
	display: block;
	line-height: 161px;
	background: #ddd;
	font-weight: 500;
	padding-left: 0px;
	text-align: center;
	color: #3E3A39;
	letter-spacing: 2px;
	background-size: cover !important;
	text-shadow: -5px 5px 0.7em #fff;
}

.kizi { padding-bottom: 50px; }
.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: #A03523;
	color: #fff;
}


.kizittl.blogttl {
	font-size: 18px;
	margin: 20px 0px;
	padding: 10px ;
	font-weight: 400;
	text-align: left;
	color: #3E3A39;
	border-bottom: 2px solid #66b791;
	padding-bottom: 5px;
}

.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: 24px;
	margin: 0px;
	padding: 10px 0px 20px;
	font-weight: 500;
	text-align: center;
	padding-top: 40px;
	color: #333;
	border-bottom: 1px solid #168E2C;
}
.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_pr {
    position: relative;
    padding: 1rem .5rem;
    font-size: 22px;
    background: #ffefe4;
    margin-bottom: 1em;
    padding-left: 20px;
    /* padding: 10px 10px 5px 25px; */
    border-radius: 12px;
}

.komi_pr {
    padding: 10px 5px 10px;
    font-size: 22px;
    border-radius: 0px;
    color: #FE6722;
    font-weight: 600;
}

.midashi {
	position: relative;
	padding: 1rem .5rem;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 1em;
}

.midashi:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#45220b), to(#845c1a));
	background-image: -webkit-linear-gradient(right, #45220b 0%, #845c1a 100%);
	background-image: linear-gradient(to left, #45220balternate 0%, #845c1a 100%);
}
.ewd-ufaq-faq-category-title h3 {
	padding: 13px 15px 10px;
	font-size: 22px;
	border-radius: 0px;
	color: #5C4C2C;
	background: #edeceb;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 400;
}


.midashi-blog {
	clear: both;
	font-weight: 400;
	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: #f0dfd5;
	margin: 10px 0 0px;
}


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


.midashievent {
	text-align: left;
	clear: both;
	font-size: 18px;
	color: #000;
	padding: 5px 0px 5px 0px;
	margin-top: 30px;
}


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

.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;
}
.midashi-b {
    position: relative;
    padding: 1rem .5rem;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1em;
color: #f48301;
}


.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 #333; */
	background: #814e21;
	color: #fff;
	font-weight: 400;
	border-radius: 10px;
}

#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: 400;
	margin-bottom: 10px;
}

.blogDetail {
	text-align: left;
	margin-bottom: 10px;
}

.blogContent img { margin-bottom: 10px; margin-top: 10px; }

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: 400;}
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: 12em; 
	font-weight: 300;
	color: #3E3A39;
	background: #fffcfc;
	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;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}
.history tr:nth-child(even) { background-color:#fff;}
.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 {
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
	font-size: 15px;
}

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


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

}

.torikumi td {
	border: solid 1px #eee; 
	padding: 10px 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: 13px;
	width: 8em;
	margin-left: auto;
	background: url(/images/yaji-wh.png) no-repeat right center, #66b791;
	background-position-x: 94%;
	background-size: 12px;
	color: #fff;
	line-height: 1em;
	padding: 5px 0px;
	border-radius: 10px;
}
.blogDetail a.more:hover {
	background: url(/images/yaji-wh.png) no-repeat right center #666;
	background-position-x: 94%;
}
.blogDetail .blogbloc { display: table-cell; }


.blogDetail span.label { 
	font-size: 14px;
	display: inline-block;
	line-height: 1em;
	padding: 5px 10px 5px;
	margin: 10px 0px;
	border-radius: 3px;
	text-align: center;
}
.blogDetail span.label.label_post_8 {
	border: 2px solid #E60012;
	color: #E60012;

}
.blogDetail span.label.label_post_9 {
	border: 2px solid #00A0E9;
	color: #00A0E9;

}

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

#prevANDnext {
	border-top:2px double #f0dfd5;
	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: 18px;
	font-weight: 500;
	padding-top: 10px;
	padding-left: 10px;
	background: #f2f2ed;
}
.photos .part span {	
	font-size: 1.2rem;
	width: auto;
	padding: 0;
	margin-top: -30px;
	display: inline-block;
	line-height: 2.1em;
	margin: 0 auto;
	color: #3e3a39;
}

.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: 30%;
	margin: 20px 1.2% 0px 0px;
	margin-bottom: 30px;
	position: relative;
	box-sizing: content-box;
	padding: 10px;
}

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: 500; }
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: #fff;
	margin-bottom: 30px;
}
ul.work_list li .txt .lab { font-weight: 500; }
ul.work_list li a { text-decoration: none;
}
ul.work_list li .tags { text-align: left; }
ul.work_list li span.img { display: block; width: 100%; overflow: hidden; text-align: center; background: #fff;
	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: 12px;
	width: 9em;
	margin-left: auto;
	background: url(/images/yaji-wh.png) no-repeat right center, #845c1a;
	background-position-x: 94%;
	background-size: 12px;
	color: #fff;
	line-height: 1em;
	padding: 5px 0px;
}

ul.work_list li a:hover span.more {
	background: url(/images/yaji-wh.png) no-repeat right center, #999;
	background-position-x: 94%;	
	background-size: 12px;
	border-radius: 3px;
}
}

/* work */

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

ul.chiik_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.chiik_list li:last-child { border-right: 0px!important; }
ul.chiik_list li h2 {
	font-size: 16px;
	margin: 0px;
	padding: 10px 10px 5px 10px;
	text-align: left;
	margin-bottom: 0px;
	color: #333;
	font-weight: 000;
	background: #fff2c9;
	height: 5em;
}
ul.chiik_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.chiik_list li .txt .lab { font-weight: 500; }
ul.chiik_list li a { text-decoration: none;
	background: url(/images/yaji-s.png) no-repeat right bottom;
	background-position-y: 98%;
	background-position-x: 98%;
	display: block;
}

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

ul.chiik_list li span.img img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
ul.chiik_list li span.more {
	display: block;
	width: 7em;
	border-bottom: 1px solid #999;
	padding: 5px 10px;
	font-size: 14px;
	margin-left: auto;
	text-align: right;
	color: #999;
	line-height: 1.3em;
}
ul.chiik_list li span.more:after {
	content: " →";
}





.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: 18px;
	color: #3e3a39;
	/* padding-bottom: 5px; */
	/* padding-top: 25px; */
	margin-bottom: 15px;
	position: relative;
	height: 47px;
	padding: 0.6rem 1rem;
	font-weight: 000;
	text-align: left;
	background: #f2f2ed;
}

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

.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: 500;
	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: 320px;
	margin-bottom: 20px;
	text-align: center;
	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: #fff9e8; 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 a:hover img { opacity: 1; }
.staffList li p { line-height: 1.5em; padding: 0px; margin: 0px 0px; border-radius: 0px; }

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


.wrap_pagenavi { text-align: center; }

#staffDedail .box1 { width:300px; display: inline-block; margin-right: 60px;  margin-left: 0px; margin-top: 5px;}
#staffDedail .box2 { width: 520px; display: inline-block; vertical-align: top; }

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

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

#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;
	color: #3E3A39;
	background: #fff9e8;
}
#staffDedail .staffProfile td { padding-left: 20px; }

#staffDedail table.staffProfile02 {
	margin: 0px 20px;
	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 solid #e9e7e7;
	border-top: 0px solid #e9e8d9;
	vertical-align: top;
}

#staffDedail table.staffProfile02 th {
	color: #000;
	width: 17em;
	border-bottom: 1px solid #e9e7e7;
}

#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 {
}

.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: 400;
}

.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: #168E2C;
	font-weight: 500;
}

.kizittlsekour {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 29px;
	text-align: center;
	color: #5C4C2C;
	font-weight: 500;
	margin-bottom: 40px;
}

/* 
.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: 400;
}

.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)
}




.event_list { display: flex; flex-wrap: wrap; }
.event_list li { display: inline-block; vertical-align: top; width: 31.8%; margin-bottom: 30px; position: relative; box-sizing: content-box; }
.event_list li:nth-child(3n + 2) { padding: 0px 1% 0px 1%; margin-left: 1%; margin-right: 1%; }
.event_list li:last-child {  }
.event_list li h2 { font-size: 16px; margin: 0px; padding: 0px 5px 5px; text-align: left; font-weight: 400; 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; border: 1px solid #ccc; }

.event_list li span.img img {
	width: 315px;
	height: 230px;
	object-fit: cover;
	padding-top: 10px;
	font-family: 'object-fit: cover;'; }

.event_list .is_new {
	display:inline-block;
	background:#dc143c;
	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;

}


.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: 150px; }
.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;
	font-weight: 500;
	background: #fff;
	color: #5C4C2C;
	line-height: 1.2em;
	border-bottom: 1px solid #a03523;
}

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

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

.worktags.subTab li a { border-bottom: 0px solid #845c1a; }
.worktags.subTab li a:hover { background: #ffdb6c; color: #5C4C2C; }
.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;
	background: #fff;
	line-height: 1.2em;
}

.worktagsre li.active a { 
	border: 0px solid #e9e8d9;
	color: #5C4C2C;
	background: #F9EED6;
	padding: 8px 15px 5px 15px;
	font-weight: 400;
	font-size: 14px;
}

.worktagsre li a:hover { background: #f2f2ed; color: #333; border-radius: 0px; }

.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: #A03523; padding: 6px; margin-bottom: 10px; color: #fff; text-align: center; }
.catelabel { position: absolute; left: 0px; display: inline-block; width: 110px; background: #845c1a; padding: 6px; color: #fff; text-align: center; }
.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: #5C4C2C;
	border-radius: 0px;
	background: #ffdb6c;
	line-height: 1.2em;
	font-weight: 400;
	font-size: 15px;
	border: 0px solid #a9a9a9;
}
.marker {
	background: linear-gradient(transparent 60%, #fcf79c 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: #feeeee;
	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: 400;
	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: 22px;
	text-align: center;
	line-height: 1.8em;
	padding: 1em 10px;
	margin: -20px 0px 10px;
	color: #333;
	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.inlink {
	text-align: center;
}
ul.inlink li {
	display: inline-block;
	width: 320px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	color: #fff;
}
ul.inlink li a {
	text-align: center;
	font-size: 18px;
	padding: 17px 5px;
	display: block;
	text-decoration: none !important;
	position: relative;
	background: #84550a;
	color: #fff;
	margin: 8px;
}
ul.inlink li a:hover {
	background: #aaa!important;
	color: #fff;
	text-decoration: underline;
}
ul.inlink li.no1 a { background: #017977;  }


.shijiback {
	content: '';
	background: #eee;
	margin-bottom: 15px;
	padding: 10px 20px 10px;
	font-size: 20px;
	font-weight: 400;
	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: 16px;
	font-weight: 400;
	padding: 0 0.5em;
	color: #5C4C2C;
}

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


#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: 400;
}

.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: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 300;
	margin: 10px 0px 5px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
	font-size: 16px;
	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; }
.contactform .radiolist span.wpcf7-list-item { display: block; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 300;
	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; }
.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: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 300;
	font-size: 16px;
}

#text-18 { width: 98%; border: 0px; }
select {
    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: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 300;
	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;
}

/* iida追加 */

.bg-w {
	padding: 40px 20px;
	margin-bottom: 20px;
	background: #fff;
}

.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;
}

.tenpobg {
	margin-bottom: 0px;
	font-weight: 400;
	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;
}



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

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


.cha {
	color: #886E4D

}

.bla {
	color: #333

}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;	
}

.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: #fff;
	font-size: 18px;
	line-height: 2em;
	position: relative;
	font-weight: 400;
	color: 	#5C4C2C;
}

.midashiv:before {
	content: "";
	border-left: 5px solid #eb7d8e;
	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; }

#business,
#entry,
#r03,#r02,#r01,
#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: 400; */
	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;
}

/* 強み */

.midashi_c {
	padding: 10px 5px 10px;
	font-size: 22px;
	border-radius: 0px;
	color: #FE6722;
	font-weight: 400;
}

.midashi_s {
	padding: 13px 15px 10px;
	font-size: 22px;
	border-radius: 0px;
	color: #5C4C2C;
	background: #edeceb;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 400;
}

.p-product-block__sub {
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt";
	font-size: 28px;
	/* letter-spacing: 0.1em; */
	color: #fb5981;
	padding: 0px 0px;
	line-height: 40px;
}

.p-product-block__sub:after {
	content: "";
	display: block;
	/* width: 100px; */
	height: 2px;
	background: #fb5981;
	margin: 15px 0 20px;
}

.bloc2 {
	padding: 15px 20px 15px 20px;
	/* border: 1px solid #ddd; */
	border-radius: 5px;
	background-color: #f1f0f0;
	margin-bottom: 10px;
	margin-top: -10px;
}
.fukidashi1 .balloonl {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden;
}

.fukidashi1 .balloonl .faceicon {
	float: left;
	margin-right: -90px;
	width: 80px;
}

.fukidashi1 .balloonl .faceicon img{
	width: 100%;
	height: auto;
}

.fukidashi1 .balloonl .chatting {
	width: 100%;
}

.fukidashi1 .says {
	display: inline-block;
	position: relative;
	margin: 5px 0 0 105px;
	padding: 17px 30px;
	border-radius: 12px;
	background: #feeeb0;
	border: 2px solid #feeeb0;
	width: 650px;
}

.fukidashi1 .says:after {
	content: url("/files/fuki01.png");
	display: inline-block;
	position: absolute;
	top: 18px; 
	left: -22px;
	/*  border: 12px solid transparent;
	border-right: 12px solid #FFBE91;
	*/
}
.fukidashi1 .says:after {
	content: url("/files/fuki01.png");
	display: inline-block;
	content: "";
	position: absolute;
	top: 35px;
	left: -29px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #feeeb0;
	z-index: 1;
}

.fukidashi1 .says:before {
	content: "";
	position: absolute;
	top: 35px;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #feeeb0;
	z-index: 2;
}


.fukidashi1 .says p {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
}

.midashi_price {
    position: relative;
    padding: 1rem .5rem;
    font-size: 22px;
   background: #f4f0e6;
    margin-bottom: 1em;
    padding-left: 20px;
    color: #000;
    /* padding: 10px 10px 5px 25px; */
    border-radius: 12px;
}


#servicebloc .inlink li:nth-child(4) a {
	line-height: 3em;
}

#servicebloc .inlink li:nth-child(3) a {
	line-height: 3em;
}

#servicebloc .inlink li:nth-child(2) a {
	line-height: 3em;
}

#servicebloc .inlink li:nth-child(1) a {
	line-height: 3em;
}

#servicebloc .inlink { display: flex; padding: 0px 0px 40px;  }
#servicebloc .inlink li { display: inline-block; width: 24%; margin-right: 1%; }
#servicebloc .inlink li:last-child { margin-right: 0px;  }
#servicebloc .inlink li a { line-height: 1.5em; display: block; padding: 15px 10px 15px 10px; border-radius: 5px; border: 2px solid #FE6722; box-shadow: 2px 2px 1px #FE6722;  font-size: 18px;  color: #6E685A; font-weight: bold; position: relative; background:#fff; }
#servicebloc .inlink li a:after { content: "▶"; position: absolute; right: 10px;  display: block; top: 21%; }
#servicebloc .inlink li a:hover { background: #f9f9f9; }



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

@media (max-width: 1740px) {
	.wrapper02 { margin-left: 0px; margin-right: 0px; }
}

@media (max-width: 1640px) {
	#rnavi img { margin-right: 1vw; }
}

@media (max-width: 1520px) {
	.wrapper02 { max-width: 100%; }
	#rnavi img { margin-right: 0.3vw; }
}

@media (max-width: 1440px) {
	.menu span.wrap, .menu a { font-size: 15px; }	
}
@media (max-width: 1250px) {
	.wrapper03 { max-width: 100%; }
	body {min-width: 1250px; overflow-x: auto; }
}
@media (max-width: 1100px) {
	.flex-direction-nav .flex-next { right: 0px!important; }
	.flex-direction-nav .flex-prev { left: 0px!important; }
}
/****************************************************
* 端末ごとの調整で、PCのcssはここ以下に追加しない
*****************************************************/