/*
Theme Name: takasugi201706
Author: ecopage
Author URI: http://ecopage.jp/
*/



*{
	color:#333;
	font-size:15px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}


::-webkit-input-placeholder {color: #999}
::-moz-placeholder {color: #999}
:-moz-placeholder {color: #999}
:-ms-input-placeholder {color: #999} 


a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#333;
}
a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


.red{ color:#f00; }
.blue{ color:#00f; }
.bold{ font-weight:bold; }

.block{ display:block; }

.left{ float:left; }
.right{ float:right; }

.alignleft{ text-align:left; }
.alignright{ text-align:right; }
.aligncenter{ text-align:center; }

img.alignnone{
	display:block;
	clear:both;
	margin-bottom:10px;
}
img.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignleft{
	float:left;
	margin:0 10px 10px 0;
}
img.alignright{
	float:right;
	margin:0 0 10px 10px;
}

.font16{
	font-size:16px;
}

.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }
.mt30{ margin-top:30px; }
.mt40{ margin-top:40px; }
.mt50{ margin-top:50px; }

.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }
.mb50{ margin-bottom:50px; }



.flexbox{
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:flex;

	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	flex-direction:row;

	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flex_bw{
	-moz-box-pack:justify;
	-ms-box-pack:justify;
	box-pack:justify;
	flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.flex_ard{
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flex_cen{
	-moz-box-pack: center;
	-ms-box-pack: center;
	box-pack: center;
	flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_st{
	-moz-box-pack: start;
	-ms-box-pack: start;
	box-pack: start;
	flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.flex_aic {
	align-items: center;
}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.smincho { font-family: "Sawarabi Mincho"; }

body {
	font-family: "Hiragino Kaku Gothic ProN","游ゴシック","メイリオ", sans-serif;
	line-height:1.7;
	background:#FFF url(images/common/header-nav/bg-gnav.jpg) left top repeat-x;
	overflow:hidden;
}




/*********************************************
    common coding by promoteweb
*********************************************/


area{
  border:none;
  outline:none;
}


.float-l {
	float:left;
}

.float-r {
    float:right;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE Mac */
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}




/*********************************************
	レイアウト
*********************************************/
#wrapper{ }

header, #contents, footer{
	width:1020px;
	margin:0 auto;
}
header{ }

#contents{
	padding:0 10px;
}
.home #contents{
	padding:0;
}

#footer_wrap{
	background:url(images/common/footer/img-footer.png) center top no-repeat, #F4EED9 url(images/common/footer/bg-footer.png) left top repeat-x;
	padding-top:210px;
	text-align:center;
	font-size:0;
}


/*********************************************
	fonts
*********************************************/
@font-face {
  font-family: 'GenJyuuXP_Bold';
  src: url('fonts/GenJyuuGothicX-P-Bold.eot?') format('eot'),
	url('fonts/GenJyuuGothicX-P-Bold.woff') format('woff'),
	url('fonts/GenJyuuGothicX-P-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'GenJyuuXms_Regular';
  src: url('fonts/GenJyuuGothicX-Monospace-Regular.eot?') format('eot'),
	url('fonts/GenJyuuGothicX-Monospace-Regular.woff') format('woff'),
	url('fonts/GenJyuuGothicX-Monospace-Regular.ttf') format('truetype');
}

.gjxp_b{
	font-family: 'GenJyuuXP_Bold';
}
.gjxms_r{
	font-family: 'GenJyuuXms_Regular';
}

/* ウェブフォント追加 coding by promoteweb */

@font-face {
  font-family: 'GenJyuuGothicXP-Medium';
  src: url('fonts/GenJyuuGothicX-P-Medium.eot?') format('eot'),
	url('fonts/GenJyuuGothicX-P-Medium.woff') format('woff'),
	url('fonts/GenJyuuGothicX-P-Medium.ttf') format('truetype');
}

.gjxp_m{
	font-family: 'GenJyuuGothicXP-Medium';	
}

/* 毛筆ウェブフォント追加 */
@font-face {
  font-family: 'honokamin';
  src: url('fonts/font_1_honokamin.eot?') format('eot'),
	url('fonts/font_1_honokamin.woff') format('woff'),
	url('fonts/font_1_honokamin.ttf') format('truetype');
}



/*********************************************
	g_navi
*********************************************/
#g_navi{
	font-size:0;
}
#g_navi > li{
	display:inline-block;
	position:relative;
	z-index:999;
}
#g_navi > li > a{
	display:block;
	height:0;
	padding-top:81px;
	overflow:hidden;
}
#g_navi > li:nth-of-type(2):after,
#g_navi > li:nth-of-type(3):after,
#g_navi > li:nth-of-type(5):after,
#g_navi > li:nth-of-type(7):after{
	content:"";
	display:block;
	width:28px;
	height:28px;
	margin-left:-14px;
	position:absolute;
	left:50%;
	bottom:-12px;
	z-index:999;
}
#g_navi > li:nth-of-type(2):after{ background:url(images/common/header-nav/btn-gnav01.png) center top no-repeat; }
#g_navi > li:nth-of-type(3):after{ background:url(images/common/header-nav/btn-gnav02.png) center top no-repeat; }
#g_navi > li:nth-of-type(5):after{ background:url(images/common/header-nav/btn-gnav04.png) center top no-repeat; }
#g_navi > li:nth-of-type(7):after{ background:url(images/common/header-nav/btn-gnav06.png) center top no-repeat; }

#g_navi > li:nth-of-type(1) a{
	width:260px;
	padding-top:133px;
	margin-left:-75px;
	background:url(images/common/header-nav/header-logo.png) left top no-repeat;
}
#g_navi > li:nth-of-type(2) > a{
	width:138px;
	background:url(images/common/header-nav/gnav01.png) left top no-repeat;
}
#g_navi > li:nth-of-type(3) > a{
	width:138px;
	background:url(images/common/header-nav/gnav02.png) left top no-repeat;
}
#g_navi > li:nth-of-type(4) > a{
	width:138px;
	background:url(images/common/header-nav/gnav03.png) left top no-repeat;
}
#g_navi > li:nth-of-type(5) > a{
	width:132px;
	background:url(images/common/header-nav/gnav04.png) left top no-repeat;
}
#g_navi > li:nth-of-type(6) > a{
	width:80px;
	background:url(images/common/header-nav/gnav05.png) left top no-repeat;
}
#g_navi > li:nth-of-type(7) > a{
	width:88px;
	background:url(images/common/header-nav/gnav06.png) left top no-repeat;
}
#g_navi > li:nth-of-type(8) > a{
	width:120px;
	background:url(images/common/header-nav/gnav07.png) left top no-repeat;
}


#g_navi > li ul {
	visibility: hidden;
	perspective: 400px;
	position:absolute;
	top:81px;
	left:50%;
	margin-left:-125px;
	z-index:998;
}
#g_navi > li:hover ul{
	visibility: visible;
}
#g_navi > li ul li{
	width:250px;
	background:#fff;
	border:solid 1px #eee;
	margin-bottom:-1px;
	transform: rotateY(90deg);
	transform-origin: 50% 0;
	transition: .3s;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}
#g_navi > li ul li a{
	display:block;
	font-size:14px;
	text-align:center;
	height:40px;
	line-height:40px;
	overflow: hidden;
}
#g_navi > li:hover li{
	transform: rotateY(0);
}
#g_navi > li ul li:nth-child(2) { transition-delay: .1s; }
#g_navi > li ul li:nth-child(3) { transition-delay: .2s; }
#g_navi > li ul li:nth-child(4) { transition-delay: .3s; }
#g_navi > li ul li:nth-child(5) { transition-delay: .4s; }
#g_navi > li ul li:nth-child(6) { transition-delay: .5s; }
#g_navi > li ul li:nth-child(7) { transition-delay: .6s; }
#g_navi > li ul li:nth-child(8) { transition-delay: .7s; }
#g_navi > li ul li:nth-child(9) { transition-delay: .8s; }

/*hover anime*/
/* Sweep To Right */
#g_navi > li:nth-of-type(2) .hvr-sweep-to-right:before {
  content: "";
  background:#F5B387;
}
#g_navi > li:nth-of-type(3) .hvr-sweep-to-right:before {
  content: "";
  background:#46B7DF;
}
#g_navi > li:nth-of-type(5) .hvr-sweep-to-right:before {
  content: "";
  background:#E5BE78;
}
#g_navi > li:nth-of-type(7) .hvr-sweep-to-right:before {
  content: "";
  background:#F3B7D1;
}



/*********************************************
	グリッドレイアウト
*********************************************/
#grid_wrap{
	width: 100%;
	font-size:0;

}
.item {
	display:inline-block;
	margin-bottom: 14px;
	width: 194px;
	background:#fff;
	border-radius:5px;
	box-sizing:border-box;
}
.item.x2 {
	width: 395px
}
.item.x3 {
	width: 602px;
}
.item.x4 {
	width: 797px;
}

.item.x5 {
	width: 1015px;
}

.item img {
	display:block;
}



/*********************************************
	見出し
*********************************************/
h1.pagetitle01{
	text-align:center;
	font-family: 'GenJyuuXP_Bold';
	margin-bottom:30px;
}
h1.pagetitle01 > span{
	font-size:34px;
	display:inline-block;
	line-height: 67px
}
h1.pagetitle01 > span span{
	display:inline-block;
	width:80px;
	height:80px;
	line-height:80px;
	padding:0 10px;
	font-size:60px;
	color:#fff;
	vertical-align:bottom;
	margin: 0 3px 5px 0;
}

h1.pagetitle01.green > span{ background:url(images/common/title-bk-green2.jpg) left bottom repeat-x; }
h1.pagetitle01.green > span span{ background:url(images/common/title-bk-green.png) left top no-repeat; }
h1.pagetitle01.green > span:nth-of-type(2){
	display: block;
	font-size: 36px;
}

h2.h201{
	font-size:30px;
	font-family: 'GenJyuuXP_Bold';
	margin-bottom:10px;
}

h2.green{ color: #2BB04E; }

h3.h301{
	color:#fff;
	font-size:22px;
	font-family: 'GenJyuuXms_Regular';
	padding:0 30px;
	position:relative
}
h3.h301:after{
	content:"";
	width:97%;
	height:100%;
	position:absolute;
	top:0;
	left:1.5%;
	background:rgba(255,255,255,0.4);
}
h3.green{ background: #006600; }



/*********************************************
	パンクズ
*********************************************/
#breadcrumb_list{
	font-size:0;
	text-align:right;
	padding:10px 0 25px 0;
}
#breadcrumb_list *{
	display:inline-block;
	font-size:12px;
}
#breadcrumb_list li:first-child{
	background:url(images/common/img-sitenavigation.png) left center no-repeat;
	padding:0 0 0 110px;
}
#breadcrumb_list li:first-child a{
	background:url(images/common/icon-home.png) left center no-repeat;
	padding:0 0 0 18px;
}
#breadcrumb_list li:after{
	content:"<";
	display:inline-block;
	padding:0 5px;
}
#breadcrumb_list li:last-child:after{
	content:"";
	padding:0;
}



#breadcrumb{
	font-size:0;
	text-align:right;
	padding:10px 0 25px 0;
}
#breadcrumb *{
	display:inline-block;
	font-size:12px;
}
#breadcrumb > span:first-child{
	background:url(images/common/img-sitenavigation.png) left center no-repeat;
	padding:0 0 0 110px;
}
#breadcrumb > span:first-child a{
	background:url(images/common/icon-home.png) left center no-repeat;
	padding:0 0 0 18px;
}
#breadcrumb > span:after{
	content:"<";
	display:inline-block;
	padding:0 5px;
}
#breadcrumb > span:last-child:after{
	content:"";
	padding:0;
}





/*********************************************
	土地・新築一戸建
*********************************************/


/* 熊本エリア */

.tochi-shinchiku {
    font-family: メイリオ;
}

.orange-border {
    border-radius: 6px;
	-webkit-border-radius: 6px;
	border-top-left-radius: 0px;  
	-webkit-border-top-left-radius: 0px;
    position: relative;
}

.bg-map {
	position: absolute;
}

.orange-border img{
	vertical-align: bottom;
}

.areasearch-list li img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.areasearch-list li {
	display:inline-block;
}

.areasearch-list {
	margin-left: -1px;
}

.kumamotoarea {
    
}

.fukuokaarea {
	margin-left:5px;
}

.areasearch-l {
	width:490px;
}

.areasearch-r {
    width:490px;
	min-height:525px;
}

.tit-news {
    font-size: 22px;
    background: url(images/tochi-shinchiku/kumamoto-area/ico-news.png) no-repeat 8px;
    padding-left: 50px;
    border-bottom: #44B963 solid 2px;
    border-image: url(images/tochi-shinchiku/kumamoto-area/tit-border.png) 24 24 round;
    padding-bottom: 5px;
    margin-bottom:5px;
    padding-top: 6px;
}

.infocate{
	background: #2FAD4D;
	color:#fff;
	border-radius: 2px;
	padding: 2px 7px;
	font-size:12px;
	margin-right:15px;
}
.sd-fukuoka, .sd-kurume {
	background: #79BBB9;
    color:#fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px 7px;
    font-size:12px;
    margin-right:15px;
}
.sd-kurume{
	background: #9EBE35;
}
.sd-kumamoto,.sd-osirase {
	background: #FF6600;
    color:#fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px 7px;
    font-size:12px;
    margin-right:15px;
}
.news-li li a{
	font-size:14px;
	color: #666;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-li li a:hover {
	color: #13A73C;
}

.news-li li {
	border-image: url(images/tochi-shinchiku/kumamoto-area/news-border.jpg) 24 24 round;
    border-bottom: #44B963 solid 1px;
    padding: 10px 0 5px;
    margin-left: 15px;
}

.img-family {
    margin-left: 11px;
    margin-top: 11px;
}

.click-message {
    position: absolute;
    border: 2px solid #13A73C;
    padding: 2px 6px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 13px;
    text-align: center;
    top: 20px;
    left: 17px;
    color: #13a73c;
    
}

.area-cat {
	position: absolute;
    left: 17px;
	top: 100px;
}



.area-cat li {
    background-color: #fff;
    background-image: url(images/tochi-shinchiku/kumamoto-area/ico-house.png);
    background-repeat: no-repeat;
    color: #13a73c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #13A73C;
    padding: 2px 7px 0px 34px;
    background-position: 5px 2px;
    margin-bottom: 5px;
    font-size: 15px;
}

.area-cat li span{
	margin-left:10px;
    color: #13a73c;
}

.under-navi-container {
	font-size:0;
    margin-top: 40px;
}

.under-navi {
	width: 235px;
    background: #f6f6f6;
    height: auto;
    text-align: center;
    padding-bottom: 25px;
	display:inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
	margin-right: 2%;
}

.under-navi.last{
	margin-right:0;

}

.under-navi:hover {
    opacity: 0.8;

}

.under-navi .text{
	color: #666;
	line-height:1.4;
    font-size:14px;
	margin-bottom:15px;
    
}

.under-navi h3 {
    margin-top: 15px;
    margin-bottom: 8px;
}

/* 久留米・福岡エリア */

span.city {
    width: 60px;
    display: inline-block;
}


.area-cat.fukuoka {
    top: 88px;
	left: 17px;
    color: #333;
}

.area-o {
    background-color:#F1D27F!important;
}

.area-p {
    background-color:#E2D8EB!important;
}

.area-cat.fukuoka li span{
	margin-left:10px;
    color: #333;
}

.area-cat.fukuoka li {
    background-color: #fff;
    background-image: url(images/tochi-shinchiku/kumamoto-area/ico-house.png);
    background-repeat: no-repeat;
    color: #13a73c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #13A73C;
    padding: 5px 7px 0px 34px;
    background-position: 5px 0px;
    margin-bottom: 5px;
    font-size: 15px;
}



.post-type-archive-bunjyochi #contents {
    width: 100%;
}

.contents-bunjyochi {
	width:1040px;
	margin:0 auto;
	padding:0 10px;
}


/* 分譲地詳細ページ */

.concept1 {
	text-align:center;
    margin-bottom:80px;
}

.concept1 img.alignnone{
    margin-left:auto;
    margin-right:auto;
}

.single-bunjyochi .pagetitle01{
    text-align: center;
    font-family: 'GenJyuuXP_Bold';
    margin-bottom:0;
}

.single-bunjyochi .constructioncase_message {
    margin-bottom:20px;
}

.photo-wrap{
    background: url(images/constructioncase/carousel_bk.png) left top repeat;
    padding:60px 0 80px;
}

.single-bunjyochi #contents {
    width: 100%;
    font-family: メイリオ;
    padding: 0;
}

.photo-g li{
	display:inline-block;
    width:320px;
    margin: 0 10px 25px 10px;
}

/* .photo-g li:nth-child(3n){
    margin: 0 0 25px 0;
} */

.contact_subdivision input, .contact_subdivision textarea{
    font-family: メイリオ;
}

.photo-g {
    font-size:0;
	margin-bottom:50px;
    text-align:center;
}

.caption-photo {
    font-size:14px;
    line-height:1.6;
    margin-top:10px;
    text-align:left;
}

.photo-wrap h2 {
	text-align: center;
    margin-bottom: 20px;
}

.t_c{
    text-align:center;
}

.photophoto{
    width: 320px;
    height: 214px;
    overflow: hidden;
}

.photophoto img {
    width: 100%;
}

.tit-bunjyochi-detail {
    margin-top: 60px;
    text-align:center;
    margin-bottom:20px;
}

.bnr1 {
    margin-bottom:10px;
}

.opa {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.opa:hover {
    opacity: 0.8;
}

.eyecatch1 {
    width: 100%;
    position: relative;
    background-repeat: repeat-x;
    background-position: center top;
    border-bottom: #CCCCCC 5px solid;
    padding-bottom: 2px;
    margin: 10px 0;
}

.eyecatch1:before {
    position: absolute;
    background-color: rgba(255,255,255,0.6);
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
}

.eyecatch1_in {
    z-index: 5;
    position: relative;
    margin: auto;
    text-align: center;
    /* border-bottom: #BADEC5 5px solid; */
    /* width: 900px; 20160120*/
    /* padding-bottom: 2px; */
    max-width:1020px;
}

.eyecatch1_in:after {
    content: '';
    width: 100%;
    position: absolute;
    background-color: #badec5;
    height: 5px;
    bottom: -7px;
    left: 50%;
    margin-left: -50%;
}

.eyecatch1_in img{
    vertical-align: bottom;
}

.mb_80{
    margin-bottom: 80px;
}

.car-nav {
    text-align:center;
}

.car-nav span span {
    font-weight:bold;
}

.car-nav p > span{
    background:#FFFF66;
    padding: 10px;

}

.photophoto2 {
    height:154px;
    overflow: hidden;
    width:233px;
    position: relative;
}

.mt_30 {
    margin-top:30px;
}


figure.photophoto2 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin:0;
}
figure.photophoto2 img{
	width:100%;
	height:auto;
}
.photophoto2 figcaption {
    position: absolute;
    z-index: 5;
    bottom: 0;
    background: rgba(255,255,255,0.76);
    width: 100%;
    text-align: center;
    font-size:14px;
    padding: 3px 0;
}

.access-li {
    font-size: 0;

}

.access-li li {
    width: 233px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin:0 20px 11px 0;
    border: 1px solid #ccc;
}
.access-li li.map{
	width:490px;
	height:490px;
}
.access-li li img {
	max-width: 100%;
}

.access-left {
    width: 506px;
}

.access-right {
    border: 1px solid #ccc;
}

.float-l.life-information {
    width: 50%;
}

.float-r.life-information {
    width: 45%;
}

.contents-bunjyochi2{
   max-width: 950px;
   height:auto;
   margin: auto auto 80px auto;
   font-size: 15px;
}

.contents-bunjyochi3{
   max-width: 810px;
   height:auto;
   margin:auto;
   font-size: 15px;
   line-height: 2.5;
}

.contact-message {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.dl-odd {
	background:#E5EFFF;
}

.contact_subdivision{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border:1px solid #ccc;
}

.contact_subdivision dl {
    padding: 12px 0;
}

.contact_subdivision dt{
    display: inline-block;
    width:20%;
    vertical-align: middle;
    color: #0066FF;
    font-weight: bold;
    font-size: 15px;
    margin-left:2%;
}

.contact_subdivision dd{
    display: inline-block;
    width:77%;
    vertical-align: middle;
    font-size: 15px;
}

.contact_subdivision input, .contact_subdivision textarea{
    border:1px solid #7DAEFF;
}

.contact_subdivision input {
   padding:10px;
}

.contact_subdivision textarea {
   width: 630px;
   height:105px;
}


.input290{
    width: 290px;
}

.input440 {
    width: 440px;
}

#addr {
    width:520px;
}

.nec {
    background: #FF0066;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 4px 5px 4px 3px;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    vertical-align: inherit;
    margin-left: 5px;   
}

span.wpcf7-list-item{
    margin-left :0!important;
}

.chem {
    margin-left: -1.4%;
    width: 67%!important;
}

.contact_subdivision_submit input{
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    padding:15px; 
    color: #fff;
    background:#0066FF;
    border-radius:6px;
    -webkit-border-radius: 6px;
    border:none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor : pointer;
    font-family: メイリオ;
}

.contact_subdivision_submit input:hover {
    background:#FF0066;
}

.contact_subdivision_submit {
    text-align: center;
    margin-top: 20px;
}

#zip {
    width:150px;
}

.inl {

    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
}

.your_zipcode {
    display: inline-block;
}

.blue1 {
    color: #0066FF;
    text-decoration: underline;
}

.blue1:hover {
    text-decoration: none;
}

.bunjyochi-search-result{
    background: url(images/constructioncase/carousel_bk.png) left top repeat;
    padding:40px 0 0;
}

.tax-area #contents{
    width: 100%;
    padding: 0;
}

.no-result1 {
font-size: 14px;
    padding: 50px 0 90px;
}

.contents-bunjyochi.concon {
    width:1020px;
}

.access-li li:nth-child(10){
    margin-left:3px;
}

.access-li li:nth-child(11){
    margin-left:5px;
}

/* 分譲地一覧ページ  */

h1.pagetitle01 {
    text-align: center;
    font-family: 'GenJyuuXP_Bold';
    /* margin-bottom: 30px; */
}

.mb_0{
    margin-bottom:0!important;
}

.constructioncase_message.ttt {
    font-size: 14px;
}

.search-b-list {
    width:300px;
    height:auto;
    display: inline-block;
    vertical-align: top;
    /* margin-right:40px; */
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom:40px;
}

/* .contents-bunjyochi article.search-b-list:nth-child(3n) {
    margin: 0 0 40px 0;
} */


.search-b-list img{
    max-width: 100%;
}

.font0 {
    font-size: 0;
}

.search-b-list h1 {
    font-size: 16px;
    font-weight: bold;
    text-align:left;
    line-height: 1.3;
}

.car-nav-a {
    text-align: left;
    color: #666666;
    font-size: 12px;
}

.information_art1 {
    border-bottom: #ccc 1px solid;
    min-height:68px;
    margin-bottom:7px;
}

.info-a {
    text-align: left;
    font-size: 12px;

    padding-bottom: 3px;
}

.text-bbb{
    text-align: left;
    font-size: 14px;
}

.new123 {
	color: #FF66FF;
    font-weight:bold;
}

.last123{
    color: #FF0033;
    font-weight:bold;
}

.img-search1 {
    width: 300px;
    height:230px;
    overflow: hidden;
    margin-bottom:8px;
}

.text-bbb a {
    text-decoration: none;
}

.text-bbb a:hover {
    text-decoration: underline;
}

.tit-relate {
    text-align:center;
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.bg-line{
    background: url(images/tochi-shinchiku/taxsonomy-area/bg-line.jpg) bottom center no-repeat;
}

.pb_80{
    padding-bottom: 70px;
}

.width1020 {
    width: 1020px;
    margin: 40px auto;
}



/*********************************************
	ブランド
*********************************************/

ul#bland-list li { margin-bottom:30px; }

/*********************************************
	ワンランク上の家づくり
*********************************************/

/*ワンランク上の家づくり*/
.rankup section.rankupbox{
	border: solid 1px #ccc;
	border-radius:10px;
	margin-bottom: 16px;
	padding:20px 15px;
}
.rankup section.rankupbox p{
	width: 449px;
	padding: 10px 0 0 10px;
}
.rankup section.rankupbox2{
	font-size:0;
}
.rankup section.rankupbox2 > img{
	display:inline-block;
	margin-bottom: 16px;
}
.rankup section.rankupbox2 > img:nth-child(4),
.rankup section.rankupbox2 > img:nth-child(6),
.rankup section.rankupbox2 > img:nth-child(8){
	margin-right:15px;
}
/*ハウスガードシステム*/
.rankup .box1{ margin-bottom:100px; }
.rankup .box1 > div{
	width:605px;
}
.rankup .box1 > div p{
	margin-left:10px;
}
.rankup .box2, .box3{
	margin-bottom:50px;
}
.rankup .box2{
	background:rgba(19,166,59,0.1);
}
.rankup .box2 > div{
	padding:20px;
	overflow:hidden;
}
.rankup .box2.w420 p{
	width:420px;
}
.rankup .box2 > div p{
	margin:0 10px;
}
.rankup .box2 > div table{
	background:#fff;
	border-collapse:collapse;
}
.rankup .box2 > div table th, .box2 > div table td{
	border:solid 1px #000;
	font-size:12px;
	line-height: 1.2;
	vertical-align:middle;
}
.rankup .box2 > div table td{
	padding:5px;
}
.rankup .box2 > div table tr:first-child th{
	text-align:center;
	font-weight:bold;
	padding:5px 0;
}
.rankup .box2 > div table tr:first-child th:nth-child(1){ width:170px; }
.rankup .box2 > div table tr:first-child th:nth-child(2){ width:173px; }
.rankup .dl01{
	border-left: solid 9px #13A63B;
	padding: 0 0 0 27px
}
.rankup .box4{
	background:#13A63B;
	border-radius:15px;
	padding:20px;
}
.rankup .box4 *{ color:#fff; text-align:center; }
.rankup .box4 > div > *{
	display:inline-block;
	padding:0 7px;
}
.rankup .box4 > div > p{
	text-align:left;
	width:316px;
	text-align: justify;
}

p .right { float:right; margin:0 0 0 40px; }

img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*FFC免疫住宅*/
h1.pagetitle01.green p{ background:url(images/common/title-bk-green2.jpg) left bottom repeat-x; }
h1.pagetitle01.green p span{ background:url(images/common/title-bk-green.png) left top no-repeat; }
h2.blue{ color: #5BACFF; }
h3.blue{ background: #50A8FF; }
.rankup section.box2.blue { background:#EAF5FF; }

/*省令準耐火構造*/
h1.pagetitle01.green p{ background:url(images/common/title-bk-green2.jpg) left bottom repeat-x; }
h1.pagetitle01.green p span{ background:url(images/common/title-bk-green.png) left top no-repeat; }
h2.red{ color: #CC0033; }
h3.red{ background: #D32450; }
.rankup section.box2.red { background:#FCF2F5; }
.rankup section.box2.red b { color:#CC0033; }

/*省エネルギー対策等級４の家*/
h1.pagetitle01.green p{ background:url(images/common/title-bk-green2.jpg) left bottom repeat-x; }
h1.pagetitle01.green p span{ background:url(images/common/title-bk-green.png) left top no-repeat; }

h3.kimidori{ background: #93B44E; }
.rankup section.box2.kimidori { background:#F2F6EA; }

/*構造・基礎・金物*/
h1.pagetitle01.green p{ background:url(images/common/title-bk-green2.jpg) left bottom repeat-x; }
h1.pagetitle01.green p span{ background:url(images/common/title-bk-green.png) left top no-repeat; }
h3.ocher{ background: #9A9332; }
.rankup section.box2.ocher { background:#F5F4EA; }

/*パワーボード*/
h1.pagetitle01.green p{ background:url(images/common/title-bk-green2.jpg) left bottom repeat-x; }
h1.pagetitle01.green p span{ background:url(images/common/title-bk-green.png) left top no-repeat; }
h2.orenge{ color: #D86C00; }
h3.orenge{ background: #D86C00; }
.rankup section.box2.orenge { background:#FFF7EE; }
.rankup section.box2.orenge2 { background:none; }

section.box2.orenge2 dl {
width: 940px;
line-height: 1.5;
overflow: hidden;
margin-bottom:40px;
}
section.box2.orenge2 dt {
float: left;
width: 100px;
padding: 10px;
}
section.box2.orenge2 dd {
margin-left: 140px;
padding: 10px;
}

/*安心の検査・保証体制*/

h3.purple{ background: #5E6191; }
.page-id-41 section { margin-bottom:60px; }

.page-id-41 .rankup div { background:#D9DAE6; padding:20px; margin-top:20px; }

.page-id-41 #contents p { margin-bottom:20px; }


/*********************************************
	施工例
*********************************************/
/*詳細*/
#single_constructioncase{
	text-align:center;
}
.catchcopy{
	margin:0 0 40px 0;
}
.catchcopy dt{
	font-family: 'GenJyuuXP_Bold';
	font-size:30px;
}

ul.constructioncase_img{ font-size:0; }
ul.constructioncase_img > li{
	display:inline-block;
	margin:0 40px 40px 0;
	width:300px;
}
ul.constructioncase_img > li:nth-child(3n){ margin:0 0 40px 0; }
ul.constructioncase_img > li > a{
	display:block;
	width:300px;
	height:200px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
ul.constructioncase_img > li > p{
	font-size:14px;
	margin-top:5px;
}


/*********************************************
	会社概要 id=101
*********************************************/
.page-id-101 #contents h2 { margin-bottom:30px; }
.page-id-101 h2.smincho{
	padding: 0 0 7px 5px;
	border-bottom: solid 3px #eee;
	box-sizing: border-box;
	position: relative;
}
.page-id-101 h2.smincho::after{
	content: "";
	width: 15%;
	height: 3px;
	background: #14A83A;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.page-id-101 .smincho{
	font-size: 23px;
	font-weight: bold;
}
.page-id-101 .leftbox01 { margin-right:40px; float:left; text-align:center; }

.page-id-101 .container {
  display: -wbkit-flex;
  display: flex;
}
div.rightbox01 > p { margin:30px 0; }
div.rightbox01 p:first-child { margin:0 0 30px 0; }

.page-id-101 #contents section { margin-bottom:60px; }

.page-id-101 #concept {
width:960px;
height:632px;
background:url(images/aboutus/img02.jpg) no-repeat;
position:relative;
}

.page-id-101 p#concept-txt { text-align:center; padding-top:50px; }

.page-id-101 #concept-are {
width:910px;
height:330px;
padding:30px;
background:url(images/aboutus/img03.jpg) no-repeat;
position:absolute;
bottom:30px;
left:25px;
font-size:14px;
}

.page-id-101 #concept-are .rightbox02 {
float:right;
margin-left:20px;
}

table.tbstyle01 {
border-collapse: collpase;
border:1px solid #ccc;
}

table.tbstyle01 th {
padding:10px;
background:#F9F7F2;
border:1px solid #ccc;
}

table.tbstyle01 td {
padding:10px;
border:1px solid #ccc;
}

#company > table { width:490px; float:left; margin-right:10px; }

#company > table th { width:140px; }

#history > table th { width:100px; }


/*********************************************
	感動の家づくりid=53
*********************************************/

.page-id-53 section { margin-bottom:60px; }

.page-id-53 h2 { margin-bottom:24px; }

.page-id-53 #bg-hw { 
	background:url(images/heartwarming/img03.png) no-repeat 0px 204px;;
	position:relative;
}

.page-id-53 #hw01 {
	position:absolute;
	left: 338px;
	top: 55px;
}

.page-id-53 #hw02 { margin-top:168px; }

.page-id-53 #hw03 {
	position: absolute;
	left: 26px;
	bottom: 26px;
}

.page-id-53 #hw01 h3,.page-id-53 #hw03 h3 { font-size:18px; font-weight:bold; }

.page-id-53 .column2 { display:flex; margin-top:24px; }

.page-id-53 .column2 img:first-child { margin-right:20px; }

/*********************************************
	採用情報 id=61
*********************************************/

.page-id-61 #contents h2, .page-id-61 h3 { margin-bottom:30px; text-align:center; }

.page-id-61 #contents p { margin-bottom:36px; }

.page-id-61 #contents section { margin-bottom:60px; }

.page-id-61 #contents section {
border: #ccc 1px solid;
padding: 40px;
border-radius: 20px;
}

.entrysheet01, .entrysheet02 { margin:0 auto; }

.catch-tit01 { font-size:20px; font-weight:bold; font-family: "游明朝","メイリオ", sans-serif; }

.recdl dl {
width: 47%;
margin: 30px 0 0;
}

.recdl dt {
line-height: 55px;
margin-bottom: 16px;
color: #f28f1e;
font-weight: bold;
}

.recdl dt:before {
content: "Q";
background: #f28f1e;
padding: 20px;
color: #fff;
font-weight: bold;
font-size: 18px;
margin-right: 9px;
}

.recname {
font-size: 14px;
font-weight: normal;
line-height: 1.5;
}

/*********************************************
	タイプロジェクトについて id=67
*********************************************/

.page-id-67 #contents section { padding-top:30px; }

.page-id-67 #contents p { margin-bottom:36px; }


/*********************************************
	プライバシーポリシー id=65
*********************************************/

.page-id-65 #contents section {
border: #ccc 1px solid;
padding: 40px;
border-radius: 20px;
}

.page-id-65 #contents p { margin-bottom:30px; }

.page-id-65 #contents dt { font-weight:bold; }

.page-id-65 #contents dd { margin-bottom:20px; }

.page-id-65 #contents ol { margin-left:1.2em; }

.page-id-65 #contents li { list-style-type:disc; }


/*********************************************
	footer
*********************************************/
footer > *{
	display:inline-block;
	margin:0 20px;
}
footer > div{
	font-size:10px;
	line-height:1.1;
}
footer > div p{
	margin:15px 0;
	letter-spacing: -1px;
}
footer > div img{
	display:block;
}
footer ul{
	font-size:14px;
	text-align:left;
}
footer > ul > li:before{
	content:"■";
}
footer > ul > li > ul li:before{
	content:"- ";
}
footer > ul > li > ul{
	margin:0 0 25px 14px;
}
footer > ul > li > ul > li > ul{
	margin:0 0 0 14px;
}
footer > small{
	display:block;
	text-align:center;
	font-size:14px;
}




/*********************************************
	entrysheet
*********************************************/
.entrysheet01, .entrysheet02 { width:900px; background:#fff; margin-bottom:30px; }

.entrysheet01 p,  .entrysheet02 p{ line-height:1.5; margin-bottom:8px; }

.entrysheet01 h4 { width:200px; font-weight:bold; float:left; display: inline-block; margin-right:20px; }

.entrysheet02 h4 { font-weight:bold; margin-bottom:10px; }

.es-content { padding:36px; border:2px solid #ccc;  border-top:none; }

.es-content-top { padding:36px; border:2px solid #ccc; }

.es-content-last { text-align:center; background:#fff; }

.required { color: #C50000; font-weight: bold; }

input, textarea, select, label {
margin-top: 0px;
margin-bottom: 0px;
padding:3px 8px;
vertical-align: middle;
font-size: 15px;
}



#fancybox-wrap{ box-sizing: content-box; }



.contact_midashi{
	padding: 0 10px;
}
.contact_midashi h3{
    margin: 30px 0 30px 0!important;
	text-align:center;
}
.contact_midashi p{
	margin-bottom:20px;
}
.contact_document{
	background:#FFF3A7;
	padding:30px 0;
}
.contact_document ul li{
	width:48%;
	margin-bottom:30px;
}
.contact_document ul li dl{
	width:232px;
}
.contact_document ul li:last-child{
	font-size:18px;
	padding:50px 40px;
	background-image:url(images/contact/bg-waku.png);
	background-repeat:no-repeat;
    font-family: 'GenJyuuXP_Bold';
}
.contact_document ul li:last-child .yellow_b{
	background:#ff0;
}
.contact_document ul li:last-child img{
	float:right;
	margin-top:20px;
}
.contact_telno{
	margin-bottom:50px;
}
.contact_telno li{
	vertical-align:middle;
	height: 45px;
	line-height:30px;
	border-bottom:solid 3px #136829;
	padding: 0 10px 5px 10px;
	margin:0 auto;
}
.contact_telno li a{
	pointer-events: none;
}
.contact_telno li img{
	margin:0 7px;
}
.contact_telno li span{
	line-height:30px;
    font-family: 'GenJyuuXP_Bold';
}
.contact_telno li span:last-child{
	font-size:28px;
}


nav a { text-decoration:underline; }

nav a:hover { color:#14A73B; text-decoration:none; }



.owner-txt {
text-align:center;
margin-bottom:40px;
}


.post_block a { color:#2ca9e1 !important; text-decoration:underline; transition: 1s; }
.post_block a:visited { color:#4d4398 !important; text-decoration:underline; }
.post_block a:hover { color:#14A73B !important; text-decoration:underline; }


#grid_wrap a:hover { color:#365899 !important; text-decoration:underline; transition: 0.5s;  }

#standard { display:none; }


article#mamechishiki { font-size:16px; }

article#mamechishiki p { margin-bottom:2.5em; }

article#mamechishiki h2 {
margin-bottom: 1.5em;
font-size: 22px;
font-weight: bold;
border: 1px solid forestgreen;
border-left: none;
border-right: none;
padding: 18px 10px;
color: green;
background: #f2ffde;
}
article#mamechishiki h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	background: #e2f5d9;
	padding: 5px 10px;
}
article#mamechishiki h3:before {
    content: "\f046";
    font-family: FontAwesome;
	margin-right: 5px;
}
article#mamechishiki dl { margin-bottom:2.5em; counter-reset: wpp-ranking; }

article#mamechishiki dl dt { font-weight:bold; }

article#mamechishiki dl dt:before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	background: #008000;
	border-radius: 50%;
	height: 23px;
	width: 23px;
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	text-indent: 0.4em;
}

article#mamechishiki dl dd { margin-left:1.8em; margin-bottom:1em; }

.oyakudachi {
	padding: 20px;
	border: 1px solid #63c2ff;
	background: #f2fdff;
	margin:40px 0 60px;
}

/*********************************************
	南区特集
*********************************************/

#minamiku-sp section {
	margin-bottom: 100px;
}

#minamiku-sp h2 {
	margin: 0 auto 50px;
	display: table;
}

#minamiku-sp p {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom:18px;
}

#minamiku-sp p span.b {
	font-weight:bold;
}

.boximg img {
	margin: 0 30px 30px;
}

.m-point {
	text-align: center;
	position: relative;
}

.m-point img:nth-of-type(1) {
	position: absolute;
	top: 0px;
	left: -105px;
	z-index: -100;
}
.m-point img:nth-of-type(2) {
	position: absolute;
	bottom: -10px;
	left: -160px;
	z-index: -100;
}
.m-point img:nth-of-type(3) {
	position: absolute;
	top: 0px;
	right: -105px;
	z-index: -100;
}
.m-point img:nth-of-type(4) {
	position: absolute;
	bottom: -10px;
	right: -160px;
	z-index: -100;
}
.fuwafuwa {
	-webkit-animation-name: fuwafuwa;
	animation-name: fuwafuwa;
}

.fuwafuwa {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes fuwafuwa {
	0% {
		-webkit-transform: traslate(0, 0);
		transform: traslate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}
	100% {
		-webkit-transform: tran1late(0, 0);
		transform: tran1late(0, 0);
	}
}

.bunjyo-box {
	width:1000px;
	border:1px solid #3F1000;
	border-radius:10px;
	padding: 0 30px 30px;
}

.bunjyo-box h3 {
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	display: table;
	padding: 0 60px;
	margin: -30px auto 30px;
	border-radius: 10px;
}

.m-catch {
	font-size: 21px !important;
	font-weight: bold;
}

.bunjyo-box .flexbox div {
	margin-left: 30px;
}

.bunjyo-box li {
	font-size: 17px;
	font-weight: bold;
	position: relative;
	margin-left: 70px;
	margin-bottom: 30px;
}

.bunjyo-box li:nth-child(1)::before {
	content: url(http://www.takasugi.co.jp/kumamoto/wp-content/themes/takasugi/images/minamiku/m-img03-icon01.png);
	position: absolute;
	top: 50%;
	margin-top: -28px;
	left: -70px;
}

.bunjyo-box li:nth-child(2)::before {
	content: url(http://www.takasugi.co.jp/kumamoto/wp-content/themes/takasugi/images/minamiku/m-img03-icon02.png);
	position: absolute;
	top: 50%;
	margin-top: -28px;
	left: -70px;
}

.bunjyo-box li:nth-child(3)::before {
	content: url(http://www.takasugi.co.jp/kumamoto/wp-content/themes/takasugi/images/minamiku/m-img03-icon03.png);
	position: absolute;
	top: 50%;
	margin-top: -28px;
	left: -70px;
}

.photo-area {
	margin: 30px 0 50px;
}

.bunjyo-box figure {
	margin: 0;
}

.area-btn a {
	width: 600px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 6px;
	margin: 0 auto 30px;
	display: block;
}

.color1 {
	background: #D9A300;
}

.color2 {
	background:#FD7F00;
}

.color3 {
	background:#B20000;
}

.color4 {
	background:#0080FF;
}

.color5 {
	background:#FF33B3;
}

.photo-area figcaption {
	text-align: center;
}

#btn-bunjyochi-list li {
	border: 1px solid #ccc;
	width: 300px;
	text-align: center;
	margin: 10px 10px 30px;
	height: 76px;
	line-height: 76px;
}

#btn-bunjyochi-list a {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

#btn-bunjyochi-list img {
	vertical-align: middle;
}

.area-btn a:hover {
	background: Green;
	color: #fff;
	border: 1px solid #666;
	cursor: pointer;
}

.page-id-28073 h1.pagetitle01 {
	display:none;
}

.mk-fv {
	background: url(http://www.takasugi.co.jp/kumamoto/wp-content/themes/takasugi/images/minamiku/m-image.jpg);
	height: 500px;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	box-sizing: border-box;
	padding: 1.5em calc((100vw - 100%) / 2);
}

.mk-fv img {
	margin: 270px auto 0;
	display: block;
}


#posts .post_content h2 {
	font-size: 20px;
	font-weight: bold;
}

.page-id-28668 section *{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
#tku_tenji img{
	display: block;
}
#tku_tenji figure{
	overflow: hidden;
	width: 100%;
}
#tku_tenji figure img{
	width: 100%;
}
#tku_tenji > img{
	width: 100%;
	height: auto;
}
#tku_tenji section{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
.page-id-28668 h2.tkutitle01,.page-id-28668 h2.tkutitle02{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    background: #fff6f6;
    border-top: 4px double #ad5c16;
    border-bottom: 4px double #ad5c16;
    padding: 15px 0;
}
.page-id-28668 h2.tkutitle02{
	font-size: 34px;
}
.page-id-28668 h2.tkutitle02 span{
    font-size: 55px;
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    background: #333;
    padding: 0 15px;
    line-height: 85px;
    margin-right: 10px;
}
#tku_tenji .tku01 > p{
	font-size: 17px;
}
/*#tku_tenji .tku01 > div{
	margin-top: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	position: relative;
}*/
#tku_tenji div p{
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}
.flex_bw{
	justify-content: space-between;
}
.flex .box{
	width: calc(50% - 2px)
}
.tku02 .flex .box{
	width: calc(50% - 20px)
	margin:0;
}
.tku02 .flex figure.box img{
	width:100%;
}
.tku02 .flex p.box{
	text-align: left;
}
.tku01 dl,.tku02 dl{
	margin-bottom: 80px;
}
.tku01 dl dt,.tku02 dl dt{
    font-size: 32px;
    background: linear-gradient(to top,#f57b1ba8 0px,#f57b1ba8 10.8px,#ffd62aa8 10.8px,#ffd62aa8 24.3px,#fff 24.3px);
    margin-bottom: 30px;
    font-weight: 600;
}
.tku01 dl dt span,.tku02 dl dt span{
    font-weight: 800;
    display:block;
}
#tku_tenji .tku01 dl dd p.box,#tku_tenji .tku02 dl dd p.box{
	font-weight: 300;
}
#tku_tenji .tku01 dl:nth-of-type(2n) dd,#tku_tenji .tku02 dl:nth-of-type(2n) dd{
	flex-flow:row-reverse;
}
#tku_tenji .tku01 figure,#tku_tenji .tku02 figure{
	width: calc(50% - 2px);
	margin:0;
	padding:0 20px;
	overflow: hidden;
}
dl.box figure{
	width: 100%;
	overflow: hidden;
	margin: 0;
}
dl.box figure img{
	width: 100%;
}
#tku_tenji .tku01 > div p span,
#tku_tenji .tku02 > div p span{
	display: inline;
	border-bottom: 1px solid #763B1B;
}
#tku_tenji .tku01 > div > p{
	position: absolute;
}
#tku_tenji .tku01 > div > .secright{
	width: 510px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
}
#tku_tenji .tku01 > div > .secright img:nth-of-type(1){
	margin-bottom: 20px;
}
#tku_tenji .kai{
	font-size: 30px;
	color: #fff;
	width: 52px;
	height: 52px;
	line-height: 54px;
	text-align: center;
	background: #763B1B;
	font-weight: normal;
	margin-bottom: 40px;
}
#tku_tenji .tku01 > div > .secleft p:nth-of-type(2){
	margin-bottom: 40px;
}
#tku_tenji .tku02{
	position: relative;
}
#tku_tenji .tku02 dl dd
#tku_tenji .tku02 .kai{
	position: absolute;
	top: 50px;
	right: 0;
}
/*#tku_tenji .tku02 > div{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#tku_tenji .tku02 > div:nth-of-type(1){
	align-items: center;
}
#tku_tenji .tku02 > div:nth-of-type(1) p{
	width: 220px;
}
#tku_tenji .tku02 > div:nth-of-type(2){
	padding-left: 65px;
}*/
#tku_tenji .tku03{
	padding-top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
#tku_tenji .tku03 > div{
	position: relative;
}
#tku_tenji .tku03 > div:nth-of-type(2){
	padding: 0 20px 30px 0;
}
#tku_tenji .tku03 > div .kai{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
	font-size: 17px;
	width: 30px;
	height: 30px;
	line-height: 32px;
}
#tku_tenji .tku03 > p{
	width: 100%;
	margin-top: 100px;
	font-size: 12px;
}
.tku04 div figure,.tku05 div figure{
	width:calc(50% - 20px);
	margin:0;
	text-align: left;
}
.tku04 div,.tku05 div{
	margin-bottom: 20px;
}
.tku05 div{
	flex-flow: row-reverse;
}
.tku04 div figure img,.tku05 div figure img{
	width:100%;
}
.tku04 div figure + dl,.tku05 div figure + dl{
	width:calc(50% - 20px);
}
.tku04 div figure + dl dt,.tku05 div figure + dl dt{
	font-size: 24px;
	font-weight: 800;
}
.tku04 div figure + dl dd,.tku05 div figure + dl dd{
	text-align: left;
}
h2.tkutitle01{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}
h2.tkutitle01 span{
	display: block;
	font-size: 32px;
}

.sp{
	display: none;
}
.pcview{
	display:block;
}
.page-id-76 h3.pagetitle01.green > span span {
    background: url(images/common/title-bk-green.png) left top no-repeat;
}

.tenjijyo-navi li{
	margin-bottom:30px;
}

/********************************
	リフォーム（新）
********************************/
.refm01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.refm01 li{
	width: 19%;
	background: #22AC38;
	border-radius: 5px;
	position: relative;
}
.refm01 li a{
	display: block;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-weight: 600;
}
.refm01 li::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #22ac39 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: calc(50% - 10px);
}
.refm_title01{
	color: #fff;
	background: #22AC38;
	text-align: center;
	padding: 15px 0;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}
.refm02{
	margin-bottom: 60px;
}
.refm02 > div{
	display: flex; 
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	position: relative;
	margin-bottom: 50px;
}
.refm02 > div img{
	display: block;	
	margin-bottom: 20px;
}
.refm02 > div img:nth-of-type(3){
	position: absolute;
	top: calc(50% - 70px);
	left: calc(50% - 123px);
}
.refm02 h3{
	color: #EA5514;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	height: 106px;
	line-height: 106px;
	background: url(images/refm/arrow01.png) center center no-repeat;
	background-size: auto 100%;
	text-shadow: 2px 2px 1px #fff,
		-2px 2px 1px #fff,
		2px -2px 1px #fff,
		-2px -2px 1px #fff;
	margin-bottom: 40px;
}
.refm02 ul li{
	display: flex;
	align-items: flex-start;
	border: solid 3px #ccc;
	border-radius: 14px;
	position: relative;
	margin-bottom: 20px;
}
.refm02 ul li > img{
	display: block;
}
.refm02 ul li > img:last-of-type{
	position: absolute;
	right: 0;
	top: 50px;
}
.refm02 ul li dl{
	padding: 20px;
}
.refm02 ul li dl dt{
	width: 340px;
	font-size: 18px;
	line-height: 1.4;
}
.refm02 ul li dl dt::after{
	content: url(images/refm/img08.png);
	display: block;
	text-align: center;
}
.refm02 ul li:nth-of-type(2) dl dt::after{ content: url(images/refm/img11.png); }
.refm02 ul li:nth-of-type(3) dl dt::after{ content: url(images/refm/img14.png); }
.refm02 ul li:nth-of-type(4) dl dt::after{ content: url(images/refm/img17.png); }

.refm02 ul li dl dd{
	width: 340px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}
.refm03{
	margin-bottom: 60px;
}
.refm03 > p{
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 40px;
}
.refm03 > div{
	background: rgba(97,183,64,0.1);
	margin-bottom: 20px;
	padding: 30px;
}
.refm03 > div h3{
	font-size: 28px;
	font-weight: 600;
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.refm03 > div h3 span{
	display: block;
	background: #22AC38;
	color: #fff;
	font-size: 20px;
	padding: 2px 20px;
	border-radius: 7px;
	margin-right: 20px;
}
.refm03 > div > p{
	padding: 0 20px;
	font-size: 16px;
	margin-bottom: 20px;
}
.refm03 > div > ul{
	display: flex;
	justify-content: space-between;
}
.refm03 > div > ul li{
	position: relative;
}
.refm03 > div > ul li:nth-of-type(1)::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 16px 26px;
	border-color: transparent transparent transparent #22ac39;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(100% + 8px);
}

.refm04{
	margin-bottom: 60px;
}
.refm04 ol{
	list-style: decimal outside;
	padding-left: 40px;
}
.refm04 ol li{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.8;
}
.refm05{
	margin-bottom: 60px;
}
.refm05 ul li{
	background: #4AAFDF;
	margin-bottom: 60px;
	position: relative;
}
.refm05 ul li::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #e60013 transparent transparent transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: calc(50% - 15px);
}
.refm05 ul li:last-of-type::after{
	border: none;
}
.refm05 ul li dl{
	display: flex;
}
.refm05 ul li dl dt{
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	height: 80px;
	line-height: 80px;
	background: #00A0E9;
	padding: 5px 20px 0 20px;
	position: relative;
}
.refm05 ul li dl dt span{
	display: inline-block;
	color: #00A0E9;
	font-size: 38px;
	font-weight: 600;
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 51px;
	text-align: center;
	margin-top: 8px;
}
.refm05 ul li dl dt::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 0 0 80px;
	border-color: transparent transparent transparent #009fe9;
	position: absolute;
	left: 100%;
	top: 0;
}
.refm05 ul li dl dd{
	position: relative;
	padding: 0 0 0 80px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	width: 600px;
	text-align: center;
}
.refm05 ul li dl dd img{
	position: absolute;
	left: 100%;
	top: calc(50% - 53px);
}

.jobrepo{
	display: block;
	width: 100%;
	padding: 40px;
	text-align: center;
	background: #f28f1e;
	border-radius: 10px;
    color: #fff;
    font-size: 32px;
	font-weight: bold;
	margin: 40px 0;
}
.jobrepo::after{
	content: "\f101";
	font-family: FontAwesome;
	margin-left: 20px;
}
.jobrepo:hover{
	color: #fff;
	opacity: 0.5;
}
.sns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 617px;
}
.page-id-24 #bottom-nav{
	width:100%;
}


.post_block b,
.post_block strong{
	font-weight: bold;
}
.page-id-4 .smincho {
    font-size: 24px;
    font-weight: bold;
}
.page-id-4 #contents h2 {
    margin-bottom: 30px;
}
.page-id-4 h2.smincho{
    padding: 0 0 7px 5px;
    border-bottom: solid 3px #eee;
    box-sizing: border-box;
    position: relative;
}
.page-id-4 h2.smincho::after {
    content: "";
    width: 15%;
    height: 3px;
    background: #14A83A;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.page-id-4 .leftbox01 {
    margin-right: 40px;
    float: left;
    text-align: center;
}
.page-id-4 .container {
  display: -wbkit-flex;
  display: flex;
}
div.rightbox01 > p { margin:30px 0; }
div.rightbox01 p:first-child { margin:0 0 30px 0; }

.page-id-4 #contents section { margin-bottom:60px; }

.page-id-4 #concept {
width:960px;
height:632px;
background:url(images/aboutus/img02.jpg) no-repeat;
position:relative;
}

.page-id-4 p#concept-txt { text-align:center; padding-top:50px; }

.page-id-4 #concept-are {
width:910px;
height:330px;
padding:30px;
background:url(images/aboutus/img03.jpg) no-repeat;
position:absolute;
bottom:30px;
left:25px;
font-size:14px;
}

.page-id-4 #concept-are .rightbox02 {
float:right;
margin-left:20px;
}
#voice_archive article a dd{
	text-align:left;
	font-size:18px;
}

p {
overflow: hidden;
}
#madorishu dd h4{
	font-weight:600;
}
#madorishu dd h4 span{
	font-size:2.6rem;
}
#madorishu dd{
	width:45%;
}
#madorishu dd a{
    text-align: center;
    display: inline-block;
    width: 100%;
    background: #0d9630;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 2px;
    line-height: 2.5em;
    border-radius: 5px;
}
#madorishu{
	padding:45px;
	    background: #ffdd68;
}
#set3 {
    margin: 45px;
    border: 4px solid #108a31;
    border-radius: 5px;
    padding: 40px 40px 20px;
	position:relative;
}
#set3 h4 {
    background: #FFF3A7;
    position: absolute;
    font-size: 1.3rem;
    font-weight: 600;
    top: -20px;
    padding: 0 15px;
    left: calc(50% - 216px);
}
#set3_02{
    background: #fee799;
    margin: 0 45px;
    padding: 35px 35px 10px;
}
#set3_02 p{
    width: 73%;
    letter-spacing: 1px;
}
#set3_02 figure{
	margin:-15px 0 0;
}
#sarani{
    color: #f00;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    top: -57px;
    left: 130px;
    transform: rotate(-15deg);
}
#set3 dd{
	margin-top:20px;
}

#constructioncase_archive article dl{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.7);
	opacity: 0;
	transition: 0.3s;
}
#constructioncase_archive article a:hover dl{
	opacity: 1;
}
span.wpcf7-list-item {
    display: inline-block;
    padding: 5px 0;
    min-width: 253px;
} 
input.wpcf7-free-text{
	width: 100%;
	display: inline-block;
}
body.page-id-34219 img{
	max-width:100%;
}
body.page-id-34219 h3 {
    font-size: 24px;
    font-weight: 800;
}
body.page-id-34219 h4 {
    font-size: 20px;
    font-weight: 800;
}
body.page-id-34219 p{
	font-size:18px;
	margin:1% auto;
}
body.page-id-34219 .h201{
	font-size:38px;
	font-weight:bold;
}
.h301.d-blue {
    background: #0b47f4;
}
.h201.d-blue{
	color: #0a0e92;
	background:none;
}
body.page-id-34219 .rankup .box2{
	background: rgba(10, 93, 217, 0.1);
}
ul.box-4colum,ul.box-3colum{
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align:center;
}
ul.box-4colum li{
    display:inline-block;
    width: 23.5%;
    padding: 5px;
    box-sizing: border-box;
    text-align:left;
}
ul.box-4colum li p:nth-of-type(1){
	font-size:20px;
	font-weight:800;
	text-align:center;
}
ul.box-4colum li p:nth-of-type(2){
	font-size:18px;
}
ul.box-3colum li{
    display:inline-block;
    width: 32%;
    padding:10px;
    box-sizing: border-box;
    text-align:left;
}

body.page-id-34219 .box-colum {
    background: #f3f5ff;
    display: table;
    margin-top:1%;
}
.box-colum h4 {
    width: 200px;
    height: 100%;
    display: table-cell;
    background-image: linear-gradient(
		-45deg,
		#7e97e9 25%,
		#6b84d6 25%,
		#6b84d6 50%,
		#7e97e9 50%,
		#7e97e9 75%,
		#6b84d6 75%,
		#6b84d6
	);
	background-size: 20px 20px;
	text-align: center;
	vertical-align: middle;
	color: white;
}
.box-colum p{
	padding: 5px;
}
body.page-id-34219 strong {
    font-weight: bold;
    font-size: 1.15em;
    vertical-align: bottom;
}
body.page-id-34219 .box1.cf.frame {
    text-align: center;
    box-sizing: border-box;
    border: 20px solid #b4c4ff99;
    padding: 4% 4% 7%;
}
body.page-id-34219 section.box1.cf.center {
    text-align: center;
}
body.page-id-34219 section.box1.cf.center h3.h201.d-blue{
	color: #242424;
}
body.page-id-34219 section.box1.cf.center h3.h201.d-blue strong{
	color: #0a0e92;
}
.t_right{
	text-align: right;
}
body.page-id-34219 .box1.cf.frame p {
    font-size: 28px;
    margin: 2% auto;
    font-weight: 500;
}

body.page-id-34219 section.box4 {
    background: #456eb3;
    padding: 5% 2%;
    margin-bottom: 100px;
}
body.page-id-34219 section.box4 h3,
body.page-id-34219 section.box4 p{
	color:white;
}
body.page-id-34219 section.box4 > p{
	margin:3%;
}
body.page-id-34219 section.box4 > p  span{
	display: block;
	color: #fff;
}
body.page-id-34219 section.box4 h3{
	font-size: 38px;
	text-align: center;
	margin-bottom: 50px;
}
body.page-id-34219 section.box4 > ul{
	display: flex;
	justify-content: space-between;
	position: relative;
}
body.page-id-34219 section.box4 ul > div{
    font-size: 65px;
    position: absolute;
    line-height: .7em;
    font-weight: 600;
    /* background: #456db3; */
    color: #e4ff11;
    padding: 0 10px;
    bottom: 0;
    left: calc(50% - 75px);
    text-align: center;
}
body.page-id-34219 section.box4 ul > div span{
	display: block;
	color: #fff;
	font-size: 23px;
}
body.page-id-34219 section.box4 ul > div span:nth-of-type(2){
    text-align: right;
    font-size: 18px;
    display: inline-block;
    vertical-align: text-bottom;
}
.font_liga {
  /* 任意の合字を有効にする */
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "dlig" 1;
}
body.page-id-34219 section.box4 > ul > li{
	background:white;
	width:42%;
	margin:0 1%;
	padding:0 0 2%;
	box-sizing:border-box;
	display:inline-block;
}
body.page-id-34219 section.box4 ul h4 + ul{
    padding: 5% 5% 4% 12%;
    font-size: 24px;
    font-weight: 600;
    list-style: disc;
}
body.page-id-34219 section.box4 ul h4 + ul dl{
    display: flex;
    justify-content: space-between;
}

body.page-id-34219 section.box4 > ul > li > ul > li > p:nth-of-type(1),
body.page-id-34219 section.box4 > ul > li > ul > li > p:nth-of-type(2){
	font-weight:bold;
}
body.page-id-34219 section.box4 > ul > li > ul > li > p:nth-of-type(2),
body.page-id-34219 section.box4 > ul > li > ul > li > p:nth-of-type(3){
	text-align:right;
}
body.page-id-34219 section.box4 > ul > li > ul > li > p:nth-of-type(3){
	font-size:14px;
}
body.page-id-34219 section.box4 ul h4,
body.page-id-34219 section.box4 ul p{
	color:#292929;
}
body.page-id-34219 section.box4 ul li ul li p{
    font-size: 14px;
    font-weight: 300;
}
body.page-id-34219 section.box4 ul h4{
    background: #456db3;
    color: #fff;
    font-size: 34px;
    text-align: center;
    padding:0 0 3%;
}
body.page-id-34219 section.box4  ol > li p{
	display:inline-block;
	text-align:right;
	font-weight:800;
}
body.page-id-34219 section.box4  ol > li p:nth-of-type(1){
    width: 57%;
    text-align: left;
    margin-left: 0;
}
body.page-id-34219 section.box4  ol > li p:nth-of-type(2){
    width: 40%;
    margin-right: 0;
}
body.page-id-34219 section.box4 ol > li p:nth-of-type(1),body.page-id-34219 section.box4 ol > li p:nth-of-type(2) {
    font-size: 24px;
    font-weight: 600;
}
body.page-id-34219 section.box4 ol{
	padding-left: 1em;
}
body.page-id-34219 section.box4 ol li{
    display: flex;
    justify-content: space-between;
}
body.page-id-34219 section.box4 ul li p.chui{
	padding:0 5%;
}
body.page-id-34219 section.comment{
	width:1000px;
	margin:0 auto 100px;
}
body.page-id-34219 section.comment h3{
    font-size: 34px;
    border-left: 17px solid #1014af;
    line-height: 40px;
    padding-left: 15px;
    margin-left: 60px;
    margin-bottom: 60px;
}
body.page-id-34219 section.comment ul{
	width:900px;
	margin:20px auto;
}
body.page-id-34219 section.comment ul:nth-of-type(2n+1){
	flex-flow: row-reverse;
}
body.page-id-34219 section.comment ul li:nth-of-type(1){
    width: 13%;
    margin-top: 40px;
}
body.page-id-34219 section.comment ul li:nth-of-type(2){
    background: url(images/jio/user04.png) no-repeat;
    background-size: 100%;
    display: block;
    width: 83%;
    padding: 35px 55px 35px 35px;
    height: 220px;
    font-size: 18px;
    line-height: 1.7em;
    letter-spacing: 1px;
    color: #6265ad;
    font-weight: 600;
}
body.page-id-34219 section.comment ul:nth-of-type(2) li:nth-of-type(1){
    width: 13%;
    margin-top: 0px;
}
body.page-id-34219 section.comment ul:nth-of-type(2) li:nth-of-type(2){
    background: url(images/jio/user01_1.png) no-repeat;
    background-size: 100%;
    padding: 30px 25px 30px 50px;
    color: #f17a6d;
    height: 140px;
}
body.page-id-34219 section.comment ul:nth-of-type(2) li:nth-of-type(2) span{
	color: #f17a6d;
}
body.page-id-34219 section.comment ul:nth-of-type(2) li:nth-of-type(1){
    width: 13%;
    margin-top: -10px;
}
body.page-id-34219 section.comment ul:nth-of-type(3) li:nth-of-type(2){
    background: url(images/jio/user02_1.png) no-repeat;
    background-size: 100%;
    padding: 40px 55px 0px 35px;
    height: 170px;
}
body.page-id-34219 section.comment ul:nth-of-type(4) li:nth-of-type(1){
    width: 13%;
    margin-top: 25px;
}
body.page-id-34219 section.comment ul:nth-of-type(4) li:nth-of-type(2){
    background: url(images/jio/user03_1.png) no-repeat;
    background-size: 100%;
    display: block;
    width: 83%;
    padding: 20px 30px 5px 55px;
    height: 187px;
}
body.page-id-34219 #oneran-nav{
	margin:0 auto;
}
.min{
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 21px;
}
body.page-id-34219 p.min{
	font-size: 21px;
}
 h1 sup{
    font-size: 21px;
    line-height: 70px;
}
sup{
    font-size: 21px;
    line-height: 30px;
}
sup.blue{
	color: #0a0e92;
}
body.page-id-34219 h1.pagetitle01.green > span span{
    background: linear-gradient(-45deg,#0a0e92 5%,#2f34dc 5%,#2f34dc 10%,#0a0e92 10%,#0a0e92 15%,#2f34dc 15%,#2f34dc 20%,#0a0e92 20%,#0a0e92 25%,#2f34dc 25%,#2f34dc 30%,#0a0e92 30%,#0a0e92 35%,#2f34dc 35%,#2f34dc 40%,#0a0e92 40%,#0a0e92 45%,#2f34dc 45%,#2f34dc 50%,#0a0e92 50%,#0a0e92 55%,#2F34DC 55%,#2f34dc 60%,#0a0e92 60%,#0a0e92 65%,#2f34dc 65%,#2f34dc 70%,#0a0e92 70%,#0a0e92 75%,#2f34dc 75%,#2f34dc 80%,#0A0E92 80%,#0a0e92 85%,#2f34dc 85%,#2f34dc 90%,#0a0e92 90%,#0a0e92 95%);
    border-radius: 10px;
}
body.page-id-34219 h1.pagetitle01.green > span strong,body.page-id-34219 h1.pagetitle01.green > span strong sup{
    color: #0a0e92;
}
strong.bold{
	font-weight: 600;
}
body.page-id-34219 section.box2:nth-of-type(2),body.page-id-34219 section.box2:nth-of-type(3){
	background: rgba(10, 93, 217, 0.23);
}
.t_u{
	text-decoration: underline;
}
body.page-id-34219 .rankup .box2 > div p {
    margin: 0 10px 30px;
}
body.page-id-34219 h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
body.page-id-34219 h4 strong{
	font-weight: 800;
}
p.strong{
	font-weight: 600;
}

/***************** 家づくりLP *******************/

.page-id-34885 .sptitle02{
	display: none;
}
.page-id-34885 section:not(:nth-of-type(1)){
	padding:120px 0;
}
.page-id-34885 section > img{
	width: 100%;
}
.page-id-34885 section dl dt img{
	width: 100%;
}
div.irai_area{
    background: #0eb56b;
    margin-top: -120px;
    padding: 40px 40px 40px;
    text-align: center;
}
div.irai_area:nth-of-type(4){
	margin-top: 0;
	}
div.irai_area div{
	margin: 40px 160px;
}
div.irai_area dl{
    width: calc(50% - 10px);
    background: #fefefe;
    border-radius: 5px;
    overflow: hidden;
}
div.irai_area dl dt{
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    background: #d8d8d8;
    padding: 5px;
}
div.irai_area dl dd{
	text-align: center;
    position: relative;
}

/*div.irai_area dl dd select{
    margin: 0;
    padding: 10px 0 10px 5px;
    font-weight: 600;
    width: 100%;
    -webkit-appearance: none;
    border: none;
    font-size: 24px;
    transform: scale(0.8);
}*/
div.irai_area dl dd select{
    background-image: linear-gradient(45deg, transparent 50%, #333 50%), linear-gradient(135deg, #333 46%, transparent 46%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 24px) calc(1em + 0px), calc(100% - 14.5px) calc(1em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 10px 10px, 11px 10px, 0px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    border: none;
    font-size: 24px;
    transform: scale(0.8);
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
/*div.irai_area dl dd select option:after{
    content: "▼";
    position: absolute;
    top: calc(50% - 13px);
    right: 15px;
    z-index: 10;
}*/
#ietukuri02{
    background-image: url(images/ietukuri/lpsec02_bgimg01.jpg),url(images/ietukuri/lpsec02_bgimg02.jpg);
    background-size: 100%,100%;
    background-position: top center,bottom center;
    background-repeat: no-repeat;
    background-color: #fcf4e0;
}
#ietukuri02 h3{
	text-align: center;
}
#ietukuri02 dl{
    background: #fff;
    margin: 0 50px 40px;
    padding: 20px 40px 40px;
    box-shadow: 0 0 9px #d2d1d1;
}
#ietukuri02 dl dd{
    border: 1px solid #0eb56c;
    border-radius: 3px;
    padding: 15px;
}
#ietukuri02 dl dd h4{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding: 20px 0 0;
}
#ietukuri02 dl dd p{
    font-size: 24px;
    color: #4c4c4c;
    padding: 10px 45px;
}
#ietukuri03{
	padding:0;
}
#ietukuri05{
	background: url(images/ietukuri/lpsec05_bgimg.jpg) repeat-y;
	background-size: cover;
	padding:120px 0px;
}
#ietukuri05 h3{
    width: 80%;
    margin: 0 auto 80px;
    text-align: center;
}
#ietukuri05 dl{
    background: #fff;
    box-shadow: 10px 10px 1px #adadad61;
    margin: 0 50px 40px;
    padding: 0px 0px 40px;
}
#ietukuri05 dl dd{
	padding:20px;
}
#ietukuri05 dl dd h4 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding: 20px 0 0;
}
#ietukuri05 dl dd p {
    font-size: 24px;
    color: #4c4c4c;
    padding: 10px 45px;
}
#ietukuri07 h3{
	text-align: center;
}
#ietukuri07 div.flex{
    border: 2px solid #333;
    margin: 40px 195px;
    overflow: hidden;
}
#ietukuri07 dl,#ietukuri07 div.flex > img{
	width: 50%;
}
#ietukuri07 dl{
	padding:29px;
}
#ietukuri07 dl dd{
    text-align: center;
    font-weight: 600;
    font-size: 110px;
    line-height: 1.1em;
    font-family: Bebas;
    transform: scale(1.3,1.6);
    padding-top: 15px;
    letter-spacing: 1px;
    color: #0eb56b;
}
#ietukuri08 img:nth-of-type(1){
	margin-bottom: -30px;
}
#ietukuri08 img:not(:nth-of-type(1)){
	margin-bottom: 40px;
}
#ietukuri09{
	background: url(images/ietukuri/lpsec09_bgimg.jpg) repeat-y;
	background-size: cover;
	padding:40px 10px;
}
#ietukuri09 h3{
	text-align: center;
}
#ietukuri09 h3 span{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
#ietukuri09 div{
    background: #fff;
    box-shadow: 5px 5px 1px #5454544d;
    padding: 35px 20px 20px;
    margin: 30px 0;
    position: relative;
}
#ietukuri09 div:after{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 35px;
    background: url(images/ietukuri/lpsec09_icon.png) no-repeat;
    background-size: cover;
    top: -5px;
    left: calc(50% - 10px);
}


body.page-id-34885 #page-top,
body.page-id-34885 #pop_qa{
	display:none;
}




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


.kiboplan{
	display: none;
}


.constructioncase_vr > div{
	margin: 0 auto;
}

#bnr_mikoukaibukken p{
	font-size: 16px;
	text-align: center;
}

#contents-bunjyochi{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
#search-b-list{
	margin: 0;
}
.bnr_hikokai{
	text-align: center;
	margin-top: 30px;
}


/*******20200706**********/
.osoji-set{
	text-align: center;
	margin-bottom: 20px;
}


/*******20200714**********/
#popup_img{
	width: 280px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	z-index: 99999;
	border: 1px solid #fff;
}
#popup_img a,
#popup_img a img{
	display: block;
	width: 100%;
	height: auto;
}
.btn_close{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 20px;
	height: 20px;
	font-size: 12px;
	background: #333;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

dl dd h2.sititle{
	font-size: 100%;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

/******************************
	オンライン名刺
******************************/
@media screen and (min-width: 767px){
.wrap{
    max-width: 1560px;
    width: calc(100% - 80px);
    margin: 0 auto;
}
.wrap1160 {
    max-width: 1160px;
}
#namecard01 div.wrap{
    margin-top: 10px;
    padding: 40px 60px;
    background: #15a839ab;
    margin: 40px auto;
    border-radius: 10px;
    width: 900px;
}
#namecard01 div.box_right{
	width: calc(45% - 10px);
}
a.name_logo + dl{
	text-align: center;
}
a.name_logo{
    width: 200px;
    display: block;
    margin: 10px auto 10px;
}
a.name_logo img{
	width: 100%;
}
.namecard_mainimg{
    height: 340px;
    margin-top: 0px;
    border-radius: 5px;
}
.prof_box{
    width: 50%;
    background: #fffffff2;
    border-radius: 5px;
    padding: 20px;
}
.prof_box dl dt{
    font-size: 21px;
    font-weight: 600;
    background: linear-gradient(to top,#75c67e4f 50%, transparent 50%);
    padding-left: 10px;
}
#namecard01{
    padding: 10px 0 20px;
    margin-bottom: 20px;
}
.name_logo + dl span{
	margin-right: .5em;
}
.name_logo + dl dt{
	font-weight: 600;
	font-size: 14px;
}
.name_logo + dl dd{
	font-size: 14px;
}
.prof_box > dl:nth-of-type(2) span {
    width: 55px;
    display: inline-block;
    text-align: center;
    background: #14a839;
    color: #fff;
    margin-right: 5px;
}
.prof_box > dl:nth-of-type(2) dd{
    font-size: 24px;
    font-weight: 600;
}
.namecard_comment{
    border: 1px solid;
    padding: 10px;
    margin: 20px 0 0;
    background: #fff;
    border-radius: 5px;
}
.pr_box{
	border:1px solid;
}
.pr_box > div{
	border-bottom: 1px solid;
}
.pr_box > div dl,.pr_box > div dl dt,.pr_box > div dl dd{
	width: 50%;
	text-align: center;
}
.pr_box > div dl dt{
	background: #14a839;
	color: #fff;
}
.pr_box > div dl dt,.pr_box > div dl dd{
	padding: 5px;
}
.pr_box > dl dt{
    background: #ffe1a9;
    padding: 5px;
    font-weight: 600;
}
.pr_box > dl dd{
	padding:5px;
}
#namecard02 > div.wrap{
	width: 900px;
}
#namecard03 dl dt.topic_img{
    width: calc(40% - 10px);
    height: 300px;
}
#namecard03 dl dd{
	width: 55vw;
}
#namecard03 div:nth-of-type(even) dl{
	flex-flow: row-reverse;
}
#namecard03 dl{
	margin: 40px auto;
}
.prof_box > dl dd {
    font-weight: normal;
    font-size: 18px;
    padding-left: .5em;
    margin: 0px 0 5px 5px;
}
.prof_box > dl{
	margin-bottom: 1em;
}
#hp_link{
	margin:40px 0;
}
#hp_link a{
    width: calc(50% - 5px);
    background: #14a839;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding:10px;
}
#hp_link a span{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
    display: block;
}
#namecard_body footer {
    background: #333;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}
#namecard03 dl{
	position: relative;
	width: 900px;
}
#namecard03 div:nth-of-type(odd) dl dd{
    position: absolute;
    right: 0;
    background: #fff;
    padding: 20px;
    width: 60%;
    border-radius: 5px;
}
#namecard03 div:nth-of-type(odd){
    padding: 1px 0;
    margin: 40px 0;
    background: linear-gradient(to right, #15a839, transparent);
}
#namecard03 div:nth-of-type(even) dl dd{
    position: absolute;
    left: 0;
    background: #fff;
    padding: 20px;
    width: 60%;
    border-radius: 5px;
}
#namecard03 div:nth-of-type(even){
    padding: 1px 0;
    margin: 40px 0;
    background: linear-gradient(to left, #15a839, transparent);
}
footer > small {
    font-size: 12px;
    padding-bottom: 30px;
    color: #fff;
}
}