/*
Theme Name: yorkbell
Text Domain: yorkbell
*/





/*リンクテキスト*/
.link_text1 a {
	transition: color .3s;
}
.link_text1 a:hover {
	color:#ccc;
}

.linkButton_r{
	width:112px;
  	text-decoration: none;
	display:block;
	background:url(/img/sankaku-icon_r.png?) no-repeat left center;
	background-size:10px;
	background-position:24px 11px;
	font-size:13px;
	color: #660000;
	border:solid 1px #660000;
	padding: 7px 25px 6px 45px;
	background-color: rgba(0,0,0,0);
}
.linkButton_r:hover{
	background:url(/img/sankaku-icon_w.png?) no-repeat left center;
	background-size:10px;
	background-position:24px 11px;
	color: #fff;
	background-color: #660000;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.linkButton_r:hover a{
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.linkButton_b{
	width:112px;
  	text-decoration: none;
	display:block;
	background:url(/img/sankaku-icon_b.png?) no-repeat left center;
	background-size:10px;
	background-position:24px 11px;
	font-size:13px;
	color: #000;
	border:solid 1px #000;
	padding: 7px 25px 6px 45px;
	background-color: #fff;
}
.linkButton_b:hover{
	background:url(/img/sankaku-icon_w.png?) no-repeat left center;
	background-size:10px;
	background-position:24px 11px;
	color: #fff;
	background-color: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.linkButton_b:hover a{
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.linkButton_slider {
    width: 176px;
    text-decoration: none;
    display: block;
    background: url(/img/sankaku-icon_w.png?) no-repeat left center;
    background-size: 10px;
    background-position: 24px 16px;
    font-size: 17px;
    color: #ffffff;
    border: solid 1px #fff;
    padding: 7px 10px 6px 45px;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 45px;
    right: 45px;
}
.linkButton_slider:hover {
 	color:#FFF;
	opacity:0.8;
}
.top_slider_link{
    display: block;
    height: 100%;
    width: 100%;
}
.top_slider_link:hover {
    background-color: rgba(255,255,255,0.2);
}

.top_slider_linksp{
    z-index: 1111;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    height: 100%;
    width: 100%;
}

.top_slider_linksp{
    z-index: 1111;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    height: 100%;
    width: 100%;
}
.top_slider_linksp:hover{
	opacity:0.5;
}
/*topへ戻る*/

#pagetop {
	position: fixed;
	right: 4%;
	bottom: 2%;
	zoom: 1;
	z-index: 9999;
	width: 37px;
}
#pagetop a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#pagetop a:hover {
	display: block;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}
/*/topへ戻る*/
/*全ページ共通*/
.content-area{
	width: 100%;
	max-width: 2560px;
	padding-bottom: 97px;
}
.home .content-area{
	padding-bottom:0;
}
.site-main{
	width: 1020px;
	max-width: 1020px;
	margin: 0 auto;
	display:block
}
#page {
	width: 100%;
	max-width: 2560px;
	overflow:hidden;
}
header#masthead {
	width: 100%;
	margin: 0 auto;
}
.header_logo {
	width: 230px;
	display: block;
	margin:65px auto 52px auto;
}

@media screen and (min-width: 1061px) and (max-width: 1500px) {
	.header_logo {
		margin:55px auto 45px auto;
	}
}

/*見出し*/
.midashi-18{
	font-size: 18px;
	color: #660000;
	padding-bottom: 15px;
	margin-top: -7px;
	font-weight: bold;
}

/*リンクテキスト*/
.linkeffect1 a{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.linkeffect1 a:hover {
	color: #fff;
	background-color: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
}


/* グローバルナビ */

/* ドロップダウンメニュー */
a {
  color: black;
  text-decoration: none;
}

#gnav_container {
  text-align: center;
  height:45px;
}
#gnav_container ul{
	width:100%;
	max-width:1020px; 
	margin-left:auto;margin-right:auto;
	letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する。 */
	text-align: justify;
	text-justify: distribute-all-lines; 
}
#gnav_container ul:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
} 
#gnav_container li{
	display: inline-block;/*ブロックレベル要素に横並びにする*/
	text-align: center;
	letter-spacing:normal;
}
#gnav_container ul li {
  position: relative;
}
#gnav_container > ul > li > a {
    border-bottom:2px solid #000;
    color: #333333;
    display: block;
    font-size: 15px;
    margin: 0 15px;
	line-height:1.9;
    text-transform: uppercase;
}
#gnav_container ul li li{
  width:224px;
}
#gnav_container ul li ul li{
  display:none; 
}
#gnav_container li li {
  border-bottom: 1px solid #ccc;
}

#gnav_container ul li {
  position: relative;
}
#gnav_container a {
  display: block;
  transition: 0.3s;
}
#gnav_container a:hover {
  text-decoration: none;

}

#gnav_container > ul > li > a.active {
  border-bottom-color: #000;
}
#gnav_container .level1, #gnav_container .level2 {
  width: 100%;
  position: absolute;
  z-index: 9;
}
#gnav_container .level1 a, #gnav_container .level2 a {
  padding: 10px 15px;
  background: #fff;
}
#gnav_container .level1 .active, #gnav_container .level2 .active {
  background: #FAEBF0;
}
#gnav_container .level1 {
  top: 100%;
  left: 0;
}
#gnav_container .level2 {
  top: 0;
  left: 100%;
}
#gnav_container .item-arrow:after {
  content: "";
  position: absolute;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  border-color: #37a0da;
}

/* slicknav */
.slicknav_menu {
	display:none;
}

@media screen and (max-width: 830px) {
	/* #menu is the original menu */
	#menu {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}

	header#masthead {
		height: 110px;
	}
}
/* slicknav終わり */



#topSlider {
	width: 100%;
}
#topSlider_container{

}
#content {
	max-width: 2560px;
	margin: 0px auto 0 auto;
	
}



footer#colophon {
	width: 1020px;
	margin: 0 auto;
}
.footerSitemap {
	width: 660px;
	height: 175px;
	font-size: 14px;
	/*font-size: 1.4rem;*/
	text-align: center;
	margin: 0 0 2.3em 0;
	line-height: 1.4;
}
.footerSitemap p {
	margin-bottom: 34px;
	border-left: solid 1px #333;
	text-align: center;
	float: left;
}

.pan_box {
	width: 100%;
	height: 24px;
	max-width: 2560px;
	background-color: rgba(0,0,0,0.5);
	margin: -24px auto 0px auto;
	/*font-size: 1.2rem;*/
	font-size: 12px;
	padding: 4px 0;
	position: relative;
}

.pan {
	width: 1020px;
	height: 100%;
	color: #fff !important;
	text-align:left;
	margin:0 auto;
}
.pan a{
	color: #fff !important;
	text-align:left;
	
}

.pan ul {
	height: 100%;
	display: table;
	text-align:left;
}
.pan ul li {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
	text-align: center;
}
.pan ul li:before {
	content: "　>　";
}
.pan ul li:first-child:before {
	content: "";
}
.pan ul li:first-child a {
	color: #fff;
}

.zengo {
	font-size:13px;
	max-width: 1020px;
	width: 100%;
	margin: 60px auto 20px auto;
}
.zengo td {
	width: 340px;
}
.zengo2 {
	width: 1020px;
	margin: 40px auto 0 auto;
}
.zengo2 td {
	width: 340px;
}
.zengo3 {
	width: 1020px;
	margin: 60px auto 20px auto;
}
.zengo3 td {
	width: 340px;
}
.prev-art {
	text-align: right;
  	text-decoration: underline;
	display:block;
	padding-right:20px;
	background:url(/img/sankaku-icon_b.png) no-repeat right center;
	background-size:10px;
}
.next-art {
	text-align: left;
  	text-decoration: underline;
	display:block;
	padding-left:20px;
	background:url(/img/sankaku-icon_b_l.png) no-repeat left center;
	background-size:10px;
}
.toAchive {
	text-align: center;
}
.toAchive a{
	min-width:140px;
	display:block;
	padding:6px;
	border:#383838 solid 1px ;
	margin:0 auto;
	font-weight:bold;
	color:#383838;
	text-align:center;
}
.zengo3 .prev-art a, .zengo3 .next-art a {
	color: #000;
}
.site-footer {
	width: 1020px;
	margin: 0 auto;
}
.thumb {
	width: 300px;
	height: 150px;
	text-align: center;
}
.thumb img {
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 150px;
	border-radius: 10px;
}
/*メイン画像*/
.headerImg{
	display:table;
	position:relative;
	background:no-repeat center #666;
	background-size:cover;
	width:100%;
	height:200px;
	}
.headerImgsp{
	display:table;
	position:relative;
	background:no-repeat center #666;
	background-size:cover;
	width:100%;
	height:200px;
	}
.header_title {
	width: 100%;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	margin-top: 75px;
}
.header_title p{

	text-align: center;
}
.header_title_sp {
	width: 100%;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	margin-top: 0px;
}
.header_title_sp p{
	padding-top:70px;
	text-align: center;
}

/*topSlider*/

#topSlider {
}
#topSlider li {
	width: 100%;
	max-width: 2560px;

}
#topSlider li img {
	visibility: hidden;
}
#rhino_container {
	overflow: hidden;
}
.rhino-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.rhino-bullets {
	bottom: 20px;
	background: none;
	left: 80%;
}
.rhino-bullets:before {
	background: none;
}
.rhino-bullets:after {
	background: none;
}
.aaaa {
	position: relative;
	width: 1020px;
}
.rhino-bullets li a.rhino-bullet {
	background: #DCDDDD;
	color: #DCDDDD;
	padding: 0;
	width: 11px;
	height: 11px;
	font-size: 0;
}
.rhino-bullets li a.rhino-bullet:hover {
	background: #DCDDDD;
	color: #DCDDDD;
	padding: 0;
}
.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	background: #40220F;
	color: #40220F;
	padding: 0;
}


.topEvent {
	width: 480px;
	float: left;
}
.topEvent div.flexcroll {
	width: 480px;
	height: 458px;
	overflow: auto;
	position: relative;
}
.topEvent div.flexcroll div.fl {
	width: 185px;
}
.topEvent div.flexcroll div.fr {
	width: 268px;
	padding-right: 10px;
	letter-spacing: -0.04em;
	line-height: 1.6;
}
.topEvent div.flexcroll div.fr span {
	font-weight: bold;
}
/* 本体 */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
/* 縦スクロール範囲 */

.vscrollerbase {
	width: 10px;
	background-color: #fff;
}
/* 縦スクロールバー */

.vscrollerbar {
	width: 10px;
	background-color: #ccc;
	border-radius: 10px;
}

/*button*/

.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* TOPページ */
.top_concept {
    background-color: #FAEBF0;
    /*margin: 60px -100% 9px -100%;分譲情報あり*/
	margin: 9px -100% 9px -100%;
    padding: 27px 100% 33px;
}
.top_concept .p1{
	font-size:18px;
	text-align: center;
	line-height: 2.2;
	margin-bottom:30px;
	padding:0 20px;
}
.top_concept .p2{
	font-size:18px;
	text-align: center;
	line-height: 2.6;
	padding:0 20px;
}
.top_concept_midashi {
	font-size: 28px;
	text-align: center;
	margin-bottom: 14px;
}
.top_concept .linkButton_b{
	float:right;
	margin-top:-45px;
}
.top_saishin_wrap{
	padding: 40px 0 40px;
	display: flex;
	justify-content: space-between;
}
.top_saishin {
    flex: 0 1 auto;
	width: 60%;
   /* margin: 0px -100% 50px -100%;
    padding: 27px 100% 26px;*/
}
.top_saishin ul{
	/*margin-left: 220px;*/
	margin-bottom: 7px;
	display:block;
}
.top_saishin li{
	background:url(/img/sankaku-icon_b.png) no-repeat left center;
	background-size:10px;
	padding-left:16px;
}
.top_saishin_midashi{
	text-align: center;
	margin-bottom:24px;
	font-size: 25px;
	line-height:1.4;
}
.top_saishin span{
	margin-left: 10px;
	color: #660000;
	font-weight: bold;
}
.top_pickup{
	flex: 0 1 auto;
	width: 32%;
	text-align: center;
}
.top_pickup_midashi{
	text-align: center;
	margin-bottom:24px;
	font-size: 25px;
	line-height:1.4;
}
.top_pickup p{
	text-align :center;
}
.top_pickup img{
	margin-bottom: 15px;
	width: 100%;
}
.top_gallery_wrap{
	background-color: #efebeb;
    margin: 0px -100% 50px -100%;
    padding: 27px 100% 26px;
}
.top_gallery_wrap .linkButton_b{
	background-color: #efebeb;
}
@media screen and (min-width:690px) {
.top_sdgs{
	margin-top: 75px;
}
.top_banner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	flex-wrap: wrap;
}
.top_banner div{
	max-width: 490px;
}
}
.top_banner div{
	width: 100%;
	margin-top: 40px;
	display: inline-block;
}
@media screen and (min-width:738px) {
.top_garally{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */

}
.top_garally div{
	max-width: 313px;
}
}
.top_garally_midashi{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 40px;
	font-size: 25px;
}
.top_garally div{
	width: 100%;
	margin-bottom:8px;
}
.top_garally p{
	text-align: center;
	margin-top:6px;
}
.top_garally_button{
	float:right;
	margin-top:22px;
}

.top_advice_midashi {
	text-align: center;
	margin-bottom: 18px;
	margin-top: 40px;
	font-size: 26px;
}
.top_advice_midashi2 {
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 27px;
    color: #660000;
}
.top_advice p {
	text-align: center;
}
.top_bunjyo_advice_intro{
	font-size: 15px;	
	margin-bottom: 25px;
}
.top_advice_video {
	text-align: center;
	margin-top: 12px;
}

.top_advice_menu {
	background-color: #FAEBF0;
	display: table;
	width: 564px;
	margin: -10px auto 0 auto;
	padding: 0 60px 0 0;
}

.top_advice_menu li{
	display: table-cell;
	text-align: center;
	padding: 10px 0;
	background: url(/img/sankaku-icon_b.png) no-repeat left center;
	background-size: 8px;
}
.top_advice_menu li:first-child {
	background: none;
	width: 220px;
	padding: 0 20px 0 45px;
	text-align: left;
}
.linework{
	display: block;
	margin: 70px auto 0;
   padding: 5px 5px 8px;
   border: 2px solid #009c41;
}

/*フッター*/
footer{
	width:100%;
	/*border-top: 1px solid #000;*/
}
#footer_bigcontainer{
	position:relative;
	width: 100%;
	max-width: 1310px;
	margin: 0 auto;	
}
#footer_container{
	width: 1020px;
	margin: 0 auto;	
	padding:0 0 24px 0;
}

.footer_description {
	margin:0 auto 30px;
	text-align: center;
	font-size: 13px;
}

.footer_logo{
	float: left;
	width: 196px;
	max-width: 196px;
	margin-left: 8%;	
}
.footer_addres{
	float: right;
	margin:5px 47px 10px 0;
	font-size: 13px;
	line-height: 1.8;
}
.footer_Copy{
	text-align: center;
	font-size: 12px;
}
.footer_link{
	position: absolute;
	right:8%;
	bottom: 24px;
	font-size: 12px;
}
/*固定ページディレクトリメニュー*/
@media screen and (min-width: 738px) {
/*
.kotei_menu_container{
	width:100%;
	height:50px;
	background: #FAEBF0;
	line-height:1.5;
}
.kotei_menu{
	margin:0 auto;
	max-width:1020px;
	height:50px;
}
.kotei_menu:after{
	content:" ";
	display:block;
	clear:both;
}
.kotei_menu li{
	height:50px;
	float: left;
	display:inline-block;
}
.kotei_menu li:hover{
	background-color: #F4D9E2 !important;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.menu2 li{
	width:50%;
}
.menu3 li{
	width:50%;
}
.menu4 li{
	width:25%;
}
.menu5 li{
	width:20%;
}
.menu6 li{
	width:16.666%;
}
.kotei_menu li p{
	text-align: center;
}
.kotei_menu .select{
	background-color: #F4D9E2 !important;
}
.kotei_menu li.noselect:hover{
	background-color: #FAEBF0 !important;
	color: #000;
}

.navu-li_space{
letter-spacing: -.1em;
}

.kotei_menu a{
    display:block;
    width:100%;
    padding:15px 15px;
}*/
.kotei_main-title{
	margin:60px 0 60px 0;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
.kotei_sub-title{
	margin:0 0 40px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
}

/*共通部分*/
.midashi_common{
	font-size:18px;
	margin-bottom: 15px;
	color: #660000;
	font-weight: bold;
}
/*こだわりの現場*/
.genba_kodawari section{
	display:table;
	margin-bottom: 60px;
}
.genba_kodawari section:last-child{
	margin-bottom: 10px;
}
.genba_kodawari section .midashi{
	font-size: 18px;
	color: #660000;
	margin-bottom: 15px;
	font-weight: bold;
}
.genba_kodawari img{
	display:table-cell;
	max-width: 380px;
	vertical-align:middle;
	box-sizing: content-box;
}
.genba_kodawari div{
	display:table-cell;
	vertical-align:top;
}
.genba_kodawari .first{
	padding-right: 70px;
}
.genba_kodawari .second{
	padding-left: 70px;

}
.genba_shokunin_container{ 
	width: 100%;
	margin-top: 75px;
	padding: 40px;
	background-color: #FAEBF0;
}  
.genba_shokunin_title{ 
	font-size: 24px;
	text-align: center;
	margin-bottom:20px;
}  
.genba_shokunin_container section{
	display:table;
	margin-bottom: 60px;
}
.genba_shokunin_container section:last-child{
	margin-bottom: 10px;
}
.genba_shokunin_container section .midashi{
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: bold;
}
.genba_shokunin_container img{
	display:table-cell;
	max-width: 270px;
	padding-right: 50px;
	vertical-align:middle;
	box-sizing: content-box;
}
.genba_shokunin_container div{
	display:table-cell;
	vertical-align:middle;
}


/*新築事例INDEX*/
.jireiIndex_intro{
	text-align: center;
	margin-bottom: 63px;
	font-size: 16px;
	line-height: 2;
}
.jireiIndex_3ren ul{
	overflow:hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jireiIndex_3ren ul::after {
	display: block;
	content:"";
	width:30.33%;
}

.jireiIndex_3ren li{
	width:30.33%;
	height: 382px;
	list-style-type:none;
	/*float:left;
	padding-left:40px;*/
	margin-bottom:60px;
	text-align:center;
}

@media screen and (min-width:1060px) {
.jireiIndex_3ren li{
        min-height: 340px;
        height: auto;
        margin-bottom: 32px;
}


}
.jireiIndex_3ren img{
	width: 100%;
	margin-bottom:8px;
}
.jireiIndex_3ren h2 {
    margin: 0 auto 7px;
    padding-bottom: 18px;
    border-bottom: 1px #ccc solid;
    text-align: left !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
.jireiIndex_3ren h2 br {
    display:none;
}
.jireiIndex_3ren p{
	width: 100%;
	font-size:12px;
}
.jireiIndex_3ren p.first{
	text-align: center;
}
.jireiIndex_3ren h2 small{
	display:block;
	color:#999;
	margin-bottom:7px;
	font-size:12px;
	transition:0.5s;
}
.jireiIndex_3ren span.flag{
	position:absolute;top:0;left:0;
	display:block;
	color:#fff;
	padding: 2px 17px 2px 15px;
	font-size:.14rem;
    pointer-events: none;
}

/*新築事例*/

.underlayer-main{
	margin-top:100px;
}

.case-heading{
	width:1366px;
	max-width:100%;
    margin: 0 auto 40px;
	display: flex;
	align-items: center;
}

.case-heading h1{
	font-size:.30rem;
	font-weight: bold;
	
}

.approach-template-default h1{
	color:#6a222e;
}

.reform-template-default h1{
	color:#9b7f45;
}


.case-heading p {
    font-size: .33rem;
    font-weight: 500;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 11%;
    text-align: center;
    color: #FFF;
    margin-right: 41px;
    line-height: 2.3;
}


.approach-template-default .case-heading p{
/*	background-image: url(./images/approach-label-individual.svg);*/
	background-color: #6a222e;
}

.reform-template-default .case-heading p{
	/*background-image: url(./images/reform-label-individual.svg);*/
	background-color: #9b7f45;
}

.jirei_container{
	border-left:solid 1px #000;
	padding-left: 30px;
	position: relative;
}

.old-jirei .jirei_container {
    border-left: none;
    padding-left: 0;
}

.old-jirei .jirei_r{
    max-width: 740px;
    margin: 0 auto 70px;
}

.old-jirei .jirei_set1{
	margin:30px 0;
}

.old-jirei .bun {
	margin-bottom:30px;
}

.old-jirei .jirei_pdf {
    bottom: 25px;
}

.old-jirei .jirei_gaiyou {
    width: 740px;
    max-width: 100%;
    margin: 0 auto;
}

.old-jirei .zengo {
    max-width: 740px;
}

.jirei_titel_s{
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	text-align:right;
}

.approach-template-default .jirei_titel_s{
	color:#5C0E07;
}

.reform-template-default .jirei_titel_s{
	color:#7D5426;
}


.approach-template-default .jirei_titel_b{
	color:#6a222e;
}

.reform-template-default .jirei_titel_b{
	color:#9b7f45;
}

.jirei_titel_b {
    font-size: 25px;
    font-weight: bold;
    color: #660000;
    margin-bottom: 36px;
    text-align: center;
    line-height: 2.3;
}
.jirei_gaiyou p{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.jirei_gaiyou dl dt{
	font-size: 14px;
	margin-bottom: 5px;
}
.jirei_gaiyou dl dd{
	font-size: 13px;
	margin-bottom: 22px;
}
.jirei_l1{
	float: left;
	width: 100%;
	max-width: 220px;
	height: auto;
}
.jirei_r1{
	float: right;
	width: 100%;
	max-width: 738px;
	background:#DEF;
}
.hananomori2{
display:none;
}
@media screen and (max-width:1060px) {
.jirei_r1{
	float: none !important;
	width: 100%;
	max-width: 738px;
	margin: 0 auto;
}
.jirei_l1{
	display:none;
}
.jirei_titel_s{
	width: 90%;
	max-width: 738px;
	margin: 0 auto 20px auto;
}
.jirei_titel_b{
	width: 90%;
	max-width: 738px;
	margin: 0 auto 50px auto;
}
.jirei_l{
	width: 100%;
	height: auto;
}
}

@media screen and (max-width:1060px) {
.jirei_r{
	float: none !important;
	width: 100%;
	max-width: 738px;
	margin: 0 auto;
}
div.jirei_l{
	margin-top: 50px;
	display: block;
}
.jirei_r{
	float: right;
	width: 100%;
	max-width: 738px;
}


.jirei_r  section .midashi{
	font-size: 18px;
	color: #660000;
	margin-bottom: 15px;
	font-weight: bold;
}
.jirei_r  section .bun{
	margin-bottom: 40px;
}
.jirei_r  section .bun1{
	margin-bottom: 15px;
}
}
@media screen and (min-width:738px) {
.jirei_3ren{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
}}
.jirei_3ren div{
	display: block;
}
.jirei_3ren img{
	width: 100%;
	max-width: 226px;
	margin-bottom:8px;
}
.jirei_3ren div .cap{
	width: 100%;
	max-width: 226px;
	font-size: 13px;
	margin-bottom: 40px;
}
@media screen and (min-width:738px) {
.jirei_2ren{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
}}
.jirei_1ren img{
	width: 100%;
	max-width: 100%;
	margin-bottom: 8px;
}
.jirei_1ren .cap{
	width: 100%;
	max-width: 100%;
	font-size: 13px;
	margin-bottom: 40px;
}
.jirei_2ren div{
	display: block;
}
.jirei_2ren img{
	width: 100%;
	max-width: 354px;
	margin-bottom:8px;
}
.jirei_2ren div .cap{
	width: 100%;
	max-width: 354px;
	font-size: 13px;
	margin-bottom: 40px;
}
.jirei_set1 li{
	float: left;
}
.jirei_set1 img{
	margin-bottom: 8px;
}
.jirei_set1 .cap{
	font-size: 13px;
	margin-bottom: 40px;
}
.jirei_set1 .first{
	width: 100%;
	max-width: 308px;
	margin-right: 75px;
}
.jirei_set1 .second{
	width: 100%;
	max-width: 355px;
}

.jirei_voice_box{
	max-width: 738px;
	width: 100%;
	border: 1px solid #000;
	margin-top: 30px;
	padding:25px;
}
.jirei_voice_bun{
	float: right;
	display: block;
	width: 60%;
}
.jirei_voice_bun .p1{
	font-size: 15px;
	font-weight:bold;
	color: #660000;
	margin-bottom:10px;
}
.jirei_voice_box img{
        float: left;
        display: block;
        width: 40%! important;
        padding-right: 30px;
}

.rjirei_3ren {
	display: table;
	margin: -30px 0 50px;
}

.rjirei_3ren > div {
	display: table-cell;
}
.jirei_smallcontainer{
	width:574px;
	float:left;
}
@media screen and (max-width:1060px) {
.jirei_smallcontainer{
	width:574px;
	float:none;
	display:block;
	margin:0 auto;
}
.jirei_smallcontainer .jirei_2ren div .cap {
	margin:0 auto 40px;
}
}
@media screen and (max-width:738px) {
.jirei_smallcontainer{
	width:100%;
}
}
.jirei_smallcontainer .jirei_2ren img{
	width: 100%;
	max-width: 272px;
	margin-bottom:8px;
}
.jirei_smallcontainer .jirei_2ren div .cap{
	width: 100%;
	max-width: 272px;
	font-size: 13px;
	margin-bottom: 40px;
}


.jirei_smallcontainer .jirei_set1 .first{
	width: 100%;
	max-width: 272px;
	margin-right: 30px;
}
.jirei_smallcontainer .jirei_set1 .second{
	width: 100%;
	max-width: 272px;
}
@media screen and (max-width:738px) {
.jirei_smallcontainer .jirei_set1 .first{
	width: 100%;
	max-width: 100%;
	margin-right: 0px;
}
.jirei_smallcontainer .jirei_set1 .second{
	width: 100%;
	max-width: 272px;
	margin:0 auto;
}
}

.yazirushi {
	vertical-align: middle;
}


/*アクセスマップ*/
.access section{
	display:table;
	margin-bottom: 60px;
}
.access section div{
	padding-left: 70px;
}
.access section{
	margin-bottom: 60px;
}
.access section .midashi{
	font-size: 18px;
	color: #660000;
	margin-bottom: 15px;
	font-weight: bold;
}
.access section .first{
	margin: 30px 0 15px 0;
}
.access section .second{
	margin: 30px 0 15px 0;
}
.access img{
	display:table-cell;
	max-width: 580px;
	vertical-align:middle;
	box-sizing: content-box;
}
.access div{
	display:table-cell;
	vertical-align:top;
}
.access div{
	display:table-cell;
	vertical-align:top;
}
.access_illust{
	margin:54px auto 28px;
}
.access_illust .kotei_sub-title {
    margin: 0 auto 8px;
    font-weight: normal;
}
.access .access_img{
	margin: 0 auto;
	margin-bottom: 60px;
	display: block;
}

/*沿革*/
#enkaku_table{
    clear:both;
    margin:30px 0 30px 0;
    width:100%;
    height:auto;
    font-size:14px;
}

#enkaku_table tr {
	border-bottom: 3px double #ccc;
}

#enkaku_table tr:last-child {
	border-bottom: none;
}

#enkaku_table th {
	width: 160px;
	text-align: conter;
	padding: 20px;
	color: #660000;
}

#enkaku_table td {
	padding: 20px;
}

#enkaku_table tr:nth-child(even){
	background:#eee;
}

/*沿革 500以下*/
@media screen and (max-width:500px) { 
	#enkaku_table{
		margin:2em 0 2em 0;
	}

	#enkaku_table tr{
		border: none;
	}

	#enkaku_table th,#enkaku_table td {
		display: block;
		width: 100%;
		font-size: 13px;
	}

	#enkaku_table td{
		padding: 1em 2em;
	}

	#enkaku_table tr:nth-child(even){
		background:initial;
	}

	#enkaku_table th{
		background:#eee;
		padding: 0.5em 2em;
	}
}

/*ヨークベルについて*/
#about_1{
	max-width:850px;
	margin:0 auto;
	}
#about_1 .p1{
	margin-top:50px;
	text-align:right;
	}
#about_1 .p1 span{
	font-size:26px;
	}
#about_1 .p1 span.spa1{
	font-size:15px;
	font-weight:normal;
}

/*会社概要*/
#gaiyou_table{
	clear:both;
	margin:30px 0 30px 0;
	width:100%;
	font-size:14px;
	border-collapse: collapse;
}
table#gaiyou_table{

}
#gaiyou_table tr {
	border-bottom: double 3px #ccc;
}

#gaiyou_table tr:last-child {
	border-bottom: none;
}

#gaiyou_table th {
	width: 140px;
	font-weight: bold;
	font-size: 14px;
        vertical-align: middle;
        color: #660000;

}
.gaiyou_yurai {
	font-size: 12px;
	margin-top: 10px;
}
.gaiyou_syozoku:not(:first-child),
.gaiyou_torihiki:not(:first-child) {
	margin-top: 10px;
}

#gaiyou_table th,#gaiyou_table td { padding: 20px;}

#gaiyou_table td {
	vertical-align: top;
	padding-left:30px;
}
table#gaiyou_table tbody tr:nth-child(even){
	background:#eee;
}


/*リンク*/

.link_container a{
  	text-decoration: underline;
	display:block;
	padding-left:10px;
	background:url(/img/sankaku-icon.png?) no-repeat left center;
}
.link_table a{
	text-decoration: underline;
}
.link_table tr{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.link_table th{
	border-right: 1px solid #ccc;
}

.link_table th{
	padding: 10px 40px 10px 40px;
	background: #eee;
	font-weight: normal;
}

.link_table td{
    padding: 15px 15px 15px 40px;
}

.link_table td span{
	display: block;
	float: left;
	margin-right: 4em;
}

.link_table td span:last-child{
	margin-right: 0;
}

.link_table td span:last-child:after{
	content:" ";
	display:block;
	clear:both;
}

.link_midashi{
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	margin-bottom: 15px;
	margin-top: 40px;
	font-weight: bold;
}

.link_ol{
	width: 100%;
	margin: 0 auto;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}

.link_ol li{
	display: block;
	float: left;
	min-width: 300px;
	line-height:2.5;
}
.link_ol a{
	text-decoration: underline;
}

.link_ol:after{
	content:" ";
	display:block;
	clear:both;
}
 
.link2_container a{
	min-width:140px;
	display:block;
	padding:6px;
	border:#383838 solid 1px ;
	margin:0 8px 4px 0;
	border-radius:5px;
	font-size:12px;
	font-weight:bold;
	color:#383838;
	text-align:center;
}
.link2_table{
    border-top: 1px solid #ccc;
}
.link2_table{
    margin-bottom: 50px;
}
.link2_table a{
}
.link2_table tr{
}

.link2_table th{
    padding: 30px 25px 30px 25px;
    background: #eee;
    font-weight: normal;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    width: 14%;
}

.link2_table td{
    padding: 15px 15px 15px 65px;
    border-bottom: 1px solid #ccc;
}

.link2_table td span{
	display: block;
	float: left;
	margin-right: 4em;
}

.link2_table td span:last-child{
	margin-right: 0;
}

.link2_table td span:last-child:after{
	content:" ";
	display:block;
	clear:both;
}

.link2_midashi{
    font-size: 18px;
    font-weight: bold;
    color: #660000;
    text-align: center;
    padding: 0 0 10px 0
	font-weight: bold;
}
.link2_box{
	margin-bottom:30px;
}


.link_ol li{
	display: block;
	float: left;
	min-width: 300px;
	line-height:2.5;
}
.link2_ol a{
	float:left;
	width: 29%;
	min-width:140px;
	display:block;
	padding:6px;
	border:#383838 solid 1px ;
	margin:0 8px 4px 0;
	border-radius:5px;
	font-size:12px;
	font-weight:bold;
	color:#383838;
	text-align:center;
}


/*住まいづくりのステップ*/
.step_index section{
}
.step_index section .midashi{
	font-size: 18px;
	color: #660000;
	margin-bottom: 15px;
	line-height: 1.7;
	font-weight: bold;
}
.step_index .first{
	float: left;
	max-width: 300px;
	padding-right: 40px;
}
.step_index .second{
	float:right;
	width: 680px;
}

/*住まいづくりのステップ*/
.step_container {
	max-width: 750px;
	margin:0 auto;
}
.step_box {
	margin: 0px -100% 0px -100%;
	padding: 0 100% 40px 100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	
}
.step_content {
}
.step_content .background1{
	background-color: #FAEBF0;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 30px;
}
.step_content .background1 .p1{
	margin-bottom: 15px;
	font-weight: bold;
	color: #660000;
}
.step_content .background1 .p3{
	margin-left: 20px;
	margin-bottom: 12px;
}
.step_content .background1 .p2{
	margin-left: 20px;
}

.step_content2 p{
	float: left;
	width: 49.4%;
	padding-right: 40px;
}

.step_content2 img{
	float: right;
	width: 50.6%;
}

.step_box .midashi{
	text-align: center;
	padding:20px 0 40px 0;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
}
.step_No {
	width: 120px;
	background: #FFF;
	text-align: center;
	margin: -22px auto 0 auto;
	font-size: 24px;
}

.sankaku-icon2 {
	display: block;
	width: 70px;
	text-align: center;
	margin: 40px auto 50px auto;
}

/*住まいづくりのステップ1*/
.step1_kids{
	display: table;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 5px;
}
.step_content .cap{
	font-size: 13px;
}

.step1_kids div{
	display: table-cell;
	width: 50%;
	height: 250px;
}

@media screen and (max-width:1020px) { 
	.step_container {
	 padding:0 20px;
}}


.button {
	display: block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.step1_button {
	position: relative;
	margin: -40px auto 0 auto;
	padding:20px 60px 20px 60px;
	border: 1px solid #000;
	border-radius: 0px;
	background-color: #fff;
	font-size:15px;
	color: #000;
}
.step1_button:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	font-weight:normal;
}
.stepindex_button {
    margin: 50px auto 0 auto;
    padding: 20px 80px 20px 100px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    background: url(/img/sankaku-icon_b.png) no-repeat left center;
    background-size: 7px;
    background-position: 80px 22px;
    color: #000;
    background-color: #fff;
    border: solid 1px #000;
}
.stepindex_button:hover{
	background:url(/img/sankaku-icon_w.png) no-repeat left center;
	background-size:10px;
        padding: 20px 80px 20px 100px;
        background-position: 80px 20px;
	color: #fff;
	background-color: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.step1_button{
        margin: 50px auto 0 auto;
        padding: 20px 80px 20px 100px;
        font-size: 15px;
        text-decoration: none;
        display: block;
        background: url(/img/sankaku-icon_b.png) no-repeat left center;
        background-size: 10px;
        background-position: 80px 20px;
        color: #000;
        background-color: #fff;
        border: solid 1px #000;
}
.step1_button:hover{
	background:url(/img/sankaku-icon_w.png) no-repeat left center;
	background-size:10px;
        padding: 20px 80px 20px 100px;
        background-position: 80px 20px;
	color: #fff;
	background-color: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.step2_button{
        margin: 50px auto 0 auto;
        padding: 20px 80px 20px 100px;
        font-size: 15px;
        text-decoration: none;
        display: block;
        background: url(/img/sankaku-icon_b.png) no-repeat left center;
        background-size: 10px;
        background-position: 80px 20px;
        color: #000;
        background-color: #fff;
        border: solid 1px #000;
}
.step2_button:hover{
	background:url(/img/sankaku-icon_w.png) no-repeat left center;
	background-size:10px;
        padding: 20px 80px 20px 100px;
        background-position: 80px 20px;
	color: #fff;
	background-color: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.step3_button{
        margin: 50px auto 0 auto;
        padding: 20px 80px 20px 100px;
        font-size: 15px;
        text-decoration: none;
        display: block;
        background: url(/img/sankaku-icon_b.png) no-repeat left center;
        background-size: 10px;
        background-position: 80px 20px;
        color: #000;
        background-color: #fff;
        border: solid 1px #000;
}
.step3_button:hover{
	background:url(/img/sankaku-icon_w.png) no-repeat left center;
	background-size:10px;
        padding: 20px 80px 20px 100px;
        background-position: 80px 20px;
	color: #fff;
	background-color: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
}
/*サイトマップ*/
.sitemap_container {
}
.sitemap_midashi {
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	margin: 50px 0 15px 30px;
}
.sitemap_midashi a{
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	display:block;
	padding-left:10px;
	background:url(/img/sankaku-icon.png?) no-repeat left center;
}
/*
.sitemap_box{
	float:left;
	width: 33.33%;
	padding: 10px;
}
*/
.sitemap_ol{
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 10px 0 0 120px;
}
@media screen and (max-width:690px) {
.sitemap_ol{
	padding: 10px 0 0 40px;
}}
.sitemap_ol_no{
	width: 100%;
	border-top: 1px solid #ccc;
	margin-bottom:65px;
	padding: 10px 0 0 30px;
}

.sitemap_ol li{
	float:left;
	display: block;
	min-width: 200px;
	margin-bottom: 15px;
	line-height:2.5;
}
.sitemap_ol li ul li{
	float:none;
	display: block;
	min-width: 200px;
	margin-bottom: 0px;
	padding-left: 20px;
	font-size:13px;
	line-height:2.5;
}
.sitemap_ol a{
  	text-decoration: underline;
	display:block;
	padding-left:10px;
	background:url(/img/sankaku-icon.png?) no-repeat left center;
}

.sitemap_ol:after{
	content:" ";
	display:block;
	clear:both;
}


/*リボンの家*/
.ribonnoie {
	/*margin-top: -25px;*/
	margin-bottom: 60px;
}
.ribonnoie_ie .linkButton_r {
	text-align:center;
	margin:19px auto 0;
}
.ribonnoie p {
	font-size: 18px;
	text-align: center;
	line-height: 2.2;
	maegin-bottom: 1em;
}
.ribonnoie_ie {
	width: 100%;
	background-color: #FAEBF0;
	text-align: center;
	padding:0 145px 55px;
}
.ribonnoie_ie .img1 {
    margin-top: -67px;
    width: 246px;
    max-width: 40%;
}

.ribonnoie .p1, .ribonnoie .p2{
	margin-bottom: 39px;
}
.ribonnoie_ie .clearfix{
	max-width: 750px;
	width:100%;
	margin: 0 auto;
}

.ribonnoie_ie .ie_single{
	width: 270px;
	margin:0 auto;
}
.ribonnoie_ie_single:nth-child(odd){
	float: left;
}
.ribonnoie_ie_single:nth-child(even){
	float: right;
}
.ribonnoie_ie_single .ie_single_1{
	font-size: 24px;
	color: #600;
	text-align: center;
}
.ribonnoie_ie_single .ie_single_2{
	margin-top:5px;
	font-size: 24px;
	text-align: center;
}
.ribonnoie_ie_single .ie_single_3{
	margin:5px 0 12px;
	text-align: center;
}

.ribonnoie_ie_34{
	margin-top:50px !important ;
}

@media screen and (max-width: 900px) {
	.ribonnoie_ie{
		padding:0 5% 55px;
	}
}

/*お客様の声*/
#voiceIndex_intro section{
	margin-bottom: 60px;
}


.post-type-archive-usersvoice .kotei_sub-title{
	margin-top:130px;
}

#voiceIndex_intro img{
	box-sizing: content-box;
}
#voiceIndex_intro div{
	font-size:16px;
	line-height:1.8;
}
#voiceIndex_intro p{
	margin-top: 20px;
	text-align: center;
}
ul.voiceIndex_hukidashi{
	margin-left:-60px;
	overflow:hidden;
}
.voiceIndex_hukidashi li{
	position: relative;
	float:left;
	width:50%;
	margin-bottom:60px;
	padding-left:60px;
	list-style-type:none;

}
.voiceIndex_hukidashi div{
	padding: 25px 20px 15px 15px;
}
.voiceIndex_hukidashi h2{
	padding-bottom:15px;
	font-size:16px ;
	line-height:1.8;
	color: #660000;
	border-bottom: 1px solid #660000;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "黎ミンY30 M", "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.voiceIndex_hukidashi h3{
	text-align: right;
	margin-top: 10px;
	margin-right: 8px;
	font-size:14px ;
	color: #660000;
}
.row {
  display: flex;
}

/* 吹き出し・全共通 */
.balloon {
  position: relative;
  min-height: 60px;
  padding: 20px;
}
.balloon::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 20px; height: 20px;
}
.balloon::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.balloon>* {
  position: relative;
  z-index: 3;
}
.balloon,
.balloon::after {
  border-radius: 5px;
}
.balloon,
.balloon::before {
  box-shadow: 0 0 10px 0 rgba(163,163,163,0.50); 
}

.balloon,
.balloon::before,
.balloon::after {
  background: #FAEBF0;
}

.balloon:hover,
.balloon:hover::before,
.balloon:hover::after {
	background: #F4D9E2;
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* 吹き出し・上辺左側 */
.balloon--top_left::before {
  top: -10px; left: 10px; /* 位置 */
  transform: rotate(45deg) skew(20deg,20deg); /* 傾斜角(skew) */
}
/* 吹き出し・上辺中央 */
.balloon--top_center::before {
  top: -10px; left: 50%; /* 位置 */
  transform: translateX(-50%) rotate(45deg) skew(20deg,20deg); /* 傾斜角(skew) */
}
/* 吹き出し・上辺右側 */
.balloon--top_right::before {
  top: -10px; right: 10px; /* 位置 */
  transform: rotate(45deg) skew(20deg,20deg); /* 傾斜角(skew) */
}

/* 吹き出し・右辺上側 */
.balloon--right_top::before {
  right: -10px; top: 10px; /* 位置 */
  transform: rotate(45deg) skew(-20deg,-20deg); /* 傾斜角(skew) */
}
/* 吹き出し・右辺中央 */
.balloon--right_middle::before {
  right: -10px; top: 50%; /* 位置 */
  transform: translateY(-50%) rotate(45deg) skew(-20deg,-20deg); /* 傾斜角(skew) */
}
/* 吹き出し・右辺下側 */
.balloon--right_bottom::before {
  right: -10px; bottom: 10px; /* 位置 */
  transform: rotate(45deg) skew(-20deg,-20deg); /* 傾斜角(skew) */
}

/* 吹き出し・下辺左側 */
.balloon--bottom_left::before {
  bottom: -10px; left: 60px; /* 位置 */
  transform: rotate(45deg) skew(20deg,20deg); /* 傾斜角(skew) */
}
/* 吹き出し・下辺中央 */
.balloon--bottom_center::before {
  bottom: -10px; left: 50%; /* 位置 */
  transform: translateX(-50%) rotate(45deg) skew(20deg,20deg); /* 傾斜角(skew) */
}
/* 吹き出し・下辺右側 */
.balloon--bottom_right::before {
  bottom: -10px; right: 10px; /* 位置 */
  transform: rotate(45deg) skew(20deg,20deg); /* 傾斜角(skew) */
}

/* 吹き出し・左辺上側 */
.balloon--left_top::before {
  left: -10px; top: 10px; /* 位置 */
  transform: rotate(45deg) skew(-20deg,-20deg); /* 傾斜角(skew) */
}
/* 吹き出し・左辺中央 */
.balloon--left_middle::before {
  left: -10px; top: 50%; /* 位置 */
  transform: translateY(-50%) rotate(45deg) skew(-20deg,-20deg); /* 傾斜角(skew) */
}
/* 吹き出し・左辺下側 */
.balloon--left_bottom::before {
  left: -10px; bottom: 10px; /* 位置 */
  transform: rotate(45deg) skew(-20deg,-20deg); /* 傾斜角(skew) */
}

/* スタッフ紹介INDEX */
.staffIndex_intro{
	text-align: center;
	margin-bottom:40px;
	font-size: 16px;
	line-height: 2;
}
/*
.staffIndex_4ren ul{
	margin-left:-50px;
	overflow:hidden;
}
.staffIndex_4ren li{
	width:25%;
	list-style-type:none;
	float:left;
	padding-left:50px;
	margin-bottom:60px;
	text-align:center;
}
*/
.staffIndex_4ren{
	width:800px;
	margin:0 auto;
}

.staffIndex_4ren ul{
	padding-left:0;
	width:800px;
	margin-left:-30px;
	overflow:hidden;
}
ul.staffIndex_4renBox li:nth-child(3n) {
	padding-right:0px;
}
.staffIndex_4ren li{
	width:33.3%;
	list-style-type:none;
	float:left;
	padding-left:60px;
	margin-bottom:40px;
	text-align:center;
}
.staffIndex_4ren img{
	width: 100%;
	margin-bottom:13px;
}
.staffIndex_4ren h2{
	text-align: center;
	font-size:16px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "黎ミンY30 M", "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.staffIndex_4ren .first{
	text-align:center;
	width: 100%;
	font-size:12px;
	margin-bottom:8px;
}
.staffIndex_4ren .second{
    text-align:center;
    color: #999;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.075em;
}

/* スタッフ紹介個別 */
/*
.staff_detail_img{
	float:left;
	width: 30%;
}
.staff_detail_box{
	float:left;
	width: 70%;
	padding: 80px 14% 20px;
}
.staff_detail_pos {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 52px;
}
.staff_detail_name {
    font-size: 32px;
    line-height: 46px;
    margin: 0 0 19px;
}
    .staff_detail_yomi {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.075em;
}
.staff_detail_table{
    width: 85%;
    margin:60px auto 0;
}

.staff_detail_table th {
	font-weight: normal;
	width: 180px;
}
.staff_detail_table td,.staff_detail_table th {
    border-bottom: 1px solid #ccc;
    padding: 16px 0;
    vertical-align: top;
}
.staff_detail_list ul{
	margin-top: 30px;
	margin-left:-20px;
	overflow:hidden;
}
.staff_detail_list li{
	width:16.6%;
	list-style-type:none;
	float:left;
	padding-left:20px;
	margin-bottom:60px;
	text-align:center;
	overflow:hidden;
}
.staff_detail_list img{
	width: 100%;
	margin-bottom:5px;
}
.staff_detail_list h2{
	text-align: center;
	font-size:13px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "黎ミンY30 M", "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.staff_detail_list .first{
	text-align:center;
	width: 100%;
	font-size:12px;
	margin-bottom:4px;
}
.staff_detail_list .second{
    display:none;
    text-align:center;
    color: #999;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.075em;
}
.staff_detail_listTitle{
    text-align:center;
    width: 100%;
    margin:80px 0 30px;
    font-size: 20px;
    line-height: 20px;
}
*/


/* スタッフ紹介個別 */
.staff_detail_img{
	float:left;
	width: 30%;
}
.staff_detail_box{
	float:left;
	width: 70%;
	padding: 0px 0 0px 14%;
}
.staff_detail_pos {
	display:none;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 52px;
}
.staff_detail_name {
    font-size: 32px;
    line-height: 46px;
    margin: 30px 0 50px;
}
    .staff_detail_yomi {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.075em;
}
.staff_detail_table{
    width: 570px;
    margin:0px auto 0;
float:right;
}

.staff_detail_table th {
	font-weight: normal;
	width: 145px;
}
.staff_detail_table td,.staff_detail_table th {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    vertical-align: top;
}
.staff_detail_table td {
    padding-left: 20px;
}

.staff_detail_list ul{
	margin-top: 30px;
	margin-left:-20px;
	overflow:hidden;
}
.staff_detail_list li{
	width:16.6%;
	list-style-type:none;
	float:left;
	padding-left:20px;
	margin-bottom:60px;
	text-align:center;
	overflow:hidden;
}
.staff_detail_list img{
	width: 100%;
	margin-bottom:5px;
}
.staff_detail_list h2{
	text-align: center;
	font-size:13px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "黎ミンY30 M", "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.staff_detail_list .first{
	text-align:center;
	width: 100%;
	font-size:12px;
	margin-bottom:4px;
}
.staff_detail_list .second{
    display:none;
    text-align:center;
    color: #999;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.075em;
}
.staff_detail_listTitle{
    text-align:center;
    width: 100%;
    margin:120px 0 30px;
    font-size: 20px;
    line-height: 20px;
   /*border-bottom:1px solid #000;*/
}


/*オンリーワン設計*/
.onlyone-sekkei section{
	display:table;
	margin-bottom: 60px;
}
.onlyone-sekkei section:last-child{
	margin-bottom: 10px;
}
.onlyone-sekkei section .midashi{
	font-size: 18px;
	color: #660000;
	margin-bottom: 15px;
	font-weight: bold;
}
.onlyone-sekkei img{
	display:table-cell;
	max-width: 380px;
	vertical-align:middle;
	box-sizing: content-box;
}
.onlyone-sekkei div{
	display:table-cell;
	vertical-align:top;
}
.onlyone-sekkei .first{
	padding-right: 70px;
}
.onlyone-sekkei .second{
	padding-left: 70px;

}
.onlyone-customize_container{ 
	width: 100%;
	margin-top: 75px;
	padding: 40px;
	background-color: #FAEBF0;
}  
.onlyone-customize_title{ 
	font-size: 24px;
	text-align: center;
	margin-bottom:40px;
}  
.onlyone-customize_sub_title{ 
	font-size: 18px;
	text-align: center;
	margin-bottom:40px;
}  
.onlyone-customize_container section{
	display:table;
	width:100%;
}
.onlyone-customize_container section:last-child{
	margin-bottom: 10px;
}
.onlyone-customize_container .midashi{
	font-size: 18px;
	margin-bottom: 10px;
	color: #660000;
	font-weight: bold;
}
.onlyone-customize_container table{
	margin:5px 0 0 0.5em;
	width:100%;
}
.onlyone-customize_container th{
	color: #660000;
	vertical-align:top;
	min-width:5em;
	font-weight:normal;
}
.onlyone-customize_container td{
	vertical-align:top;
	line-height: 1.8;
}
.onlyone-customize_container .onlyone-customize_img{
	display:table-cell;
	width: 270px;
}
.onlyone-customize_container .onlyone-customize_img img{
	box-sizing: content-box;
}

.onlyone-customize_container .onlyone-customize_l{
	padding-left: 1.5em;
	display: table-cell;
	vertical-align: top;
	padding-right: 50px;

}
.onlyone-customize_container ul{
	margin-left: 1em;
}
.onlyone-customize_container li{
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
}
.onlyone-customize_container ul li:first-letter{
	color: #660000;
}

/*安心の性能*/
.anshin_seino {
	margin-bottom: 50px;
}
.anshin_seino section{
	display:table;
	margin-bottom: 60px;
}
.anshin_seino section:last-child{
	margin-bottom: 10px;
}
.anshin_seino section .midashi{
	font-size: 18px;
	color: #660000;
	margin-bottom: 15px;
	font-weight: bold;
}
.anshin_seino img{
	display:table-cell;
	max-width: 380px;
	vertical-align:middle;
	box-sizing: content-box;
	padding-left:70px;
}
.anshin_seino div{
	display:table-cell;
	vertical-align:top;
}

.anshin_seino_container{ 
	width: 100%;
	margin-top: 50px;
	padding: 40px;
	background-color: #FAEBF0;
}  
.anshin_seino_title{ 
	font-size: 24px;
	text-align: center;
	margin-bottom:10px;
}  
.anshin_seino_sub_title{ 
	font-size: 18px;
	text-align: center;
	margin-bottom:20px;
}  
.anshin_seino_container section{
	display:table;
	width:100%;
	margin-bottom:15px;
}

.anshin_seino_container .midashi{
	font-size: 18px;
	margin-bottom: 0px;
	color: #660000;
	font-weight: bold;
}

.anshin_seino_container .anshin_seino_r{
	display:table-cell;
	width: 290px;
	vertical-align: top;
	padding-left: 10px;
}

.anshin_seino_container .anshin_seino_l{
	padding-left: 1.5em;
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
	max-width: 620px;
	padding-bottom:45px;
	position:relative;
}

.anshin_seino_container .anshin_seino_c{
	display: table-cell;
	vertical-align:top;
	width:26px;
}

.anshin_seino_container .seino_c1{
	padding-top:80px
}

.anshin_seino_container .seino_c2{
	padding-top:85px
}

.anshin_seino_container .seino_c3{
	padding-top:30px
}

.anshin_seino_container .seino_l_title{
	font-size:18px;
	margin-bottom:10px;
}
.anshin_seino_container .seino_r_title{
	font-weight:bold;
	color: #660000;
}
.anshin_seino_container .seino_r_box{
	background-color:#fff;
	padding:15px;
	margin-top:5px;
}
.anshin_seino_l button{
	font-size:13px;
	color: #660000;
	border:solid 1px #660000;
	padding:10px 25px 10px 20px;
	background-color: rgba(0,0,0,0);
	position:absolute;
	right:35px;
	margin: 10px 0 0 0;
}

.anshin_taishin-onnetsu{
width:100%;
max-width:1020px;
margin-bottom:50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
    border: 1px solid #660003;
}
.anshin_taishin-onnetsu h2{
text-indent: -18px;
}
.anshin_taishin-onnetsu h3{
    font-size: 18px;
    margin-top: -13px;
    margin-bottom: 10px;
}
.anshin_taishin-onnetsu a{
    position: absolute;
    right: 34px;
    bottom: 25px;
}
.anshin_taishin-onnetsu .left{
    width: calc(100% - 380px);
    padding: 29px 34px 72px 52px;
    position: relative;
}
.anshin_taishin-onnetsu .right{
    background-image: url(/img/anshin_taishin.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
width:380px;
}
.anshin_taishin-onnetsu .right2{
    background-image: url(/img/anshin_dannetsu.jpg) ;
}
.anshin_seino_container section.anshin_table{
margin: -20px auto 60px;
    padding-left: 1.5em;
}
.anshin_table p:first-child{
    font-size: 18px;
    margin-bottom: 10px;
    color: #660000;
}


/*省令準耐火構造*/
.taika_container section{
	display:table;
	margin-bottom: 60px;
}
.taika_container section:last-child{
	margin-bottom: 10px;
}
.taika_container section .midashi{
	font-size: 18px;
	color: #660000;
	margin-bottom: 15px;
	font-weight: bold;
}
.taika_container img{
	display:table-cell;
	max-width: 380px;
	vertical-align:middle;
	box-sizing: content-box;
	height: 620px;
}
.taika_container div{
	display:table-cell;
	vertical-align:top;
}
.taika_container .first{
	padding-right: 70px;
}
.taika_container .second{
	padding-left: 70px;

}
.taika_container{ 
	width: 100%;
	margin-top: 60px;
/*	padding: 40px;
	background-color: #FAEBF0;*/
}  
.taika_title{ 
	font-size: 18px;
	color: #660000;
	margin-bottom: 15px;
}  
.taika_l .p1{ 
	font-size: 16px;
	margin-bottom: 3px;
}  
.taika_l .p2{ 
	margin-bottom: 30px;
}  

.taika_img{ 
	padding-right: 70px;
}  
.taika_container section{
	display:table;
	width:100%;
}
.taika_container section:last-child{
	margin-bottom: 10px;
}
.taika_l{
	display: table-cell;
	vertical-align: top;
	padding-right: 50px;

}
.taika_l2{
	padding-right: 0px;

}



/*お客様の声*/
.voice_container{
	display:table;
}
.single-usersvoice .jirei_titel_b{
	margin-top:70px;
}
.voice_container_YS{
	display:block;
}
.voice_container_YS .voice_l{
	max-width: 680px;
	padding-right:0px;
	display:block;
	margin:0 auto;
}
voice_container_
.voice_titel_s{
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	text-align:right;
}
.voice_titel_b{
	font-size: 23px;
	font-weight: bold;	
	color: #660000;
	margin-bottom: 50px;
	text-align:center;
}


.voice_l{
	display: table-cell;
	vertical-align:top;
	max-width: 680px;
	padding-right:60px;
}
.voice_l img{
	box-shadow: 0 0 10px 0 rgba(163,163,163,0.50); 
	padding: 25px 0 25px 0px;
	margin-bottom:30px;
}

.voice_p {
	margin-top: 20px;
}
.voice_p span:first-child{
	font-weight: bold;
}
.voice_r{
    display: table-cell;
    vertical-align:top;
    width: 340px;
    font-size: 13px;
    line-height: 2.0;
}
.voice_r_box{
    width: 100%;
    padding: 30px;
    background-color: #FAEBF0;
}
.voice_fromyork{
	font-size: 16px;
	font-weight: bold;
	color: #660000;
        margin: 0px -5px 18px -5px;
        padding: 0px 5px 10px;
        border-bottom: 1px solid #660000;
}
.voice_fromyork2{
	font-size: 13px;
        margin-top: 10px;
	text-align:right;
}



/*長期優良住宅*/
.choki_container section .midashi{
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: bold;
}
.choki_container{ 
	width: 100%;
	margin-top: 75px;
} 

.choki_container2{ 
	margin-top: 0px;
}  
.choki_title{ 
	font-size: 18px;
	color: #660000;
	margin-bottom: 15px;
}  
.choki_container .midashi{ 
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: bold;
}  
.choki_container .midashi2{
	margin-top:10px;
	font-weight:bold;
}
.choki_komidashi{
	margin-top:20px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}



.choki_container .bun{ 
    padding-left: 1.2em;
}
.choki_container2 .midashi1{
	margin-top:0px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #660000;
	font-weight: bold;
}
.choki_container2 .bun{
	margin-bottom:40px;
}

.taika_taiou_img{
	display: block;
	margin:20px auto;
}
.choki_taiou_box {
	display: table;
	width: 100%;
}
.choki_taiou_box .d1{
	display: table-cell;
	width:48.5%;
    padding: 20px 15px 14px;
    box-sizing: content-box;
    /* background-color: #FAEBF0; */
    border: 1px solid;
    margin-bottom: 15px;
}
.choki_taiou_box .d1_2{
	display: table-cell;
	width:3%;
}
.choki_meri .midashi1{
	font-size: 16px;
	color: #000;
	margin-bottom: 3px;
	font-weight: bold;
}
.choki_meri .midashi{
	font-size: 18px;
	color: #660000;
	margin-bottom: 15px;
	font-weight: bold;
}
.choki_meri{
	margin-top: 70px;
}
.choki_meri .p0{
	margin-bottom: 20px;
}
.choki_meri .p1{
        padding-left: 0.6em;
}
.choki_bun{
        padding-left: 1.2em;
}
.choki_meri .p2{
        padding-left: 1.5em;
}
.choki_meri .bun{
	margin-bottom:20px;
        padding-left: 1.2em;
}
.choki_taiou_box .p1{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
}
.choki_taiou_box .p2{
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 5px;
}
.choki_taiou_box .p3{
	font-size: 15px;
	font-weight: bold;
	color: #660000;
}
.choki_link{
	margin-top:40px;
}
.choki_link p{
	float:right;
	margin:10px 30px 0 0;
}
.choki_link a{
	float:right;
	width:324px;
}

.choki_container img {
    float: right;
    margin-top: 160px;
}
.choki_taiou_box .d1 {
    padding: 15px 15px 10px;
    box-sizing: content-box;
    /* background-color: #FAEBF0; */
    border: 1px solid;
    margin-bottom: 15px;
}
.choki_container {
    width: 100%;
    margin-top: 60px;
}
.choki_taiou_box .p3{
	background:url(/img/sankaku-icon_r.png?) no-repeat left center;
	background-size:10px;
	background-position:0px 6px;
	padding-left: 15px;
}
.choki_taiou_box .p4{
   letter-spacing: -0.04em;
}

/*温熱環境・省エネ対策*/

.onnetsu_intro{
width:100%;
max-width:1020px;
margin-bottom:90px;
background:#faebf0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
}
.onnetsu_intro .left{
width:380px;
    background-image: url(/img/onnetsu_intro.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.onnetsu_intro .right{
width:calc(100% - 380px);
padding:52px 55px;
font-size:18px;
}

.onnetsu_section {
    display: table;
    margin-bottom: 80px;
}
.onnetsu_section div {
    display: table-cell;
width:calc(100% - 450px);
    vertical-align: top;
}
.onnetsu_section img {
    display: table-cell;
    max-width: 380px;
padding-left:70px;
    vertical-align: middle;
    box-sizing: content-box;
}




/*耐震構造*/

.taishin_intro{
width:100%;
max-width:1020px;
margin-bottom:90px;
background:#faebf0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
}
.taishin_intro .left{
width:380px;
    background-image: url(/img/taishin_intro.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.taishin_intro .right{
width:calc(100% - 380px);
padding:52px 55px;
font-size:18px;
}

.taishin_jwood-lvl {
    display: table;
    margin-bottom: 60px;
}
.taishin_jwood-lvl div {
    display: table-cell;
width:calc(100% - 450px);
    vertical-align: top;
}
.taishin_jwood-lvl img {
    display: table-cell;
    max-width: 380px;
padding-left:70px;
    vertical-align: middle;
    box-sizing: content-box;
}

.taishin_kanamono-ari .left{
float:left;
width:380px;
}
.taishin_kanamono-ari .right{
float:right;
width:calc(100% - 450px);
}
.taishin_kanamono-ari .right p{
	margin-bottom:70px;
}
.taishin_kanamono-ari .right h3:nth-of-type(2) {
margin-top:60px;
}
.taishin_shiroari p{
float:left;
width:calc(100% - 330px);
}
.taishin_shiroari img{
float:right;
max-width:300px;
    margin-top: 19px;
}






















.marusuzi{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    width: 12px;
    height: 12px;
    border-radius: 9px;
    /* border: 1px solid black; */
    padding: 3px;
    color: #fff;
    background: #000;
    line-height: 1;
}
.slicknav_menu{
	width: 100%;
	background: #FFF !important;
	position: absolute !important;
	z-index: 1111;
	box-shadow:0 4px 11px 0 rgba(163,163,163,0.50); 
	padding: 0px !important;
}
.slicknav_nav a {
	color:#000 !important;
}
@media screen and (max-width: 830px) {
.header_logo {
	display: block;
        height: 46px;
	margin: 0px;
	position: absolute;
	top:13px;
	left:10px;
	z-index: 111111;
	max-width:230px;
}
}

.slicknav_nav {
	margin: 110px 0;
	background: #fff;
}

.slicknav_menu {
	height: 45px;
	box-shadow: initial;
}

.slicknav_nav li {
    display: block;
    border-bottom: 1px solid #000;
}
.slicknav_open .level1 li:last-child{
    border:none !important;
}
.slicknav_open .level1 li {
    border-bottom:dotted 1px #000 !important;
}

.slicknav_btn {
	text-shadow: initial;
	background-color: #fff;
	width: 32px;
	margin: 35px 15px 6px;
}

.slicknav_menu .slicknav_menutxt {
	color: #000;
	text-shadow: none;
	float: none;
	font-size: 11px;
	position: absolute;
	top: 25px;
	right: 0;
	clear: both;
	text-align: right;
	width: 32px;
}

.slicknav_menu .slicknav_icon {
	float: none;
	width: 32px;
	margin: 0;
	position: absolute;
	right: 0;
	clear: both;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #000;
}

.slicknav_menu .slicknav_icon-bar {
	width: 36px;
	height: 3px;
}


/*安心の性能*/
.aftermente section{
	display:table;
	margin-bottom: 60px;
}
.aftermente section:last-child{
	margin-bottom: 10px;
}
.aftermente section .midashi{
	font-size: 18px;
	color: #660000;
	margin-bottom: 15px;
	font-weight: bold;
}
.aftermente img{
	display:table-cell;
	max-width: 380px;
	vertical-align:middle;
	box-sizing: content-box;
	padding-left:70px;
}
.aftermente div{
	display:table-cell;
	vertical-align:top;
}

.aftermente_container{ 
	width: 100%;
	margin-top: 75px;
	padding: 40px;
	background-color: #FAEBF0;
}  
.aftermente_title{ 
	font-size: 24px;
	text-align: center;
	margin-bottom:10px;
}  
.aftermente_sub_title{ 
	font-size: 18px;
	text-align: center;
	margin-bottom:20px;
}  
.aftermente_container section{
	display:table;
	width:100%;
	margin-bottom:15px;
}

.aftermente_container .midashi{
	font-size: 18px;
	margin-bottom: 0px;
	color: #660000;
	font-weight: bold;
}

.aftermente_container .aftermente_r{
	display:table-cell;
	width: 290px;
	vertical-align: top;
	padding-left: 10px;
}

.aftermente_container .aftermente_l{
	padding-left: 1.5em;
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
	max-width: 620px;
	padding-bottom:45px;
	position:relative;
}

.aftermente_container .aftermente_c{
	display: table-cell;
	vertical-align:top;
	width:26px;
}

.aftermente_container .seino_c1{
	padding-top:80px
}

.aftermente_container .seino_c2{
	padding-top:85px
}

.aftermente_container .seino_c3{
	padding-top:30px
}

.aftermente_container .seino_l_title{
	font-size:18px;
	margin-bottom:10px;
}
.aftermente_container .seino_r_title{
	font-weight:bold;
	color: #660000;
}
.aftermente_container .seino_r_box{
	background-color:#fff;
	padding:15px;
	margin-top:5px;
}
.aftermente_l button{
	font-size:13px;
	color: #660000;
	border:solid 1px #660000;
	padding:10px 25px 10px 20px;
	background-color: rgba(0,0,0,0);
	position:absolute;
	right:35px;
	margin: 10px 0 0 0;
}
.aftermente_table {
	width: 100%;
	margin:75px 0;
}
.aftermente_table thead th{
	background-color: #eee;
}
.aftermente_table tbody th{
	width: 20%;
	background-color: #fafafa;
}
.aftermente_table th,.aftermente_table td{
	padding: 10px 20px;
	font-size:13px;
	vertical-align: top;
	border: 1px solid #ccc;
}

.garelly_index{
	margin:60px auto 0;
}

.aftermente_hosho {
margin-top:60px;
}

.aftermente_hosho .midashi{
	margin-top:60px;
	font-size: 18px;
	margin-bottom: 10px;
	color: #660000;
	font-weight: bold;
}
.aftermente_table {
    width: 100%;
    margin: 20px 0;
}
.jirei_pdf {
	position: absolute;
	bottom: 0;
}

.jirei_pdf img{
	border: 1px solid #660000;
}

.jirei_pdf_kotei{
	margin: -25px auto 70px;
	text-align: center;
}
.jirei_pdf_kotei img {
    border: 1px solid #660000;
    padding: 10px 25px;
    width: 356px;
}

.omimai{
    background-color: #efebeb;
    font-size: 18px;
    text-align: center;
    line-height: 2.2;
    /*margin: 0px -100% 50px -100%;分譲情報あり*/
	margin: 0px -100% 9px -100%;
    padding: 27px 100% 26px;
}




/*採用情報*/
.motomerujinzai {
    max-width: 1020px;
    margin: 0 auto 10px;
    background: url(/img/saiyou_met3.jpg?a);
    background-size: cover;
    background-position: center top 59%;
    background-repeat: no-repeat;
    padding: 40px 51px;
}
.motomerujinzai h2 {
    border-bottom: 2px solid #FFF;
    margin: 0px auto 0px auto;
    padding: 0px 0 6px 0;
    font-size: 24px;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(29, 15, 111, 0.2);
}
.motomerujinzai .div1 {
    width: 100%;
    margin: 0px auto;
text-align:center;
}
.motomerujinzai p {
    margin-top: 30px;
    font-size: 19px;
    /*font-size: 1.9rem;*/
    text-align: center;
    text-shadow: 2px 2px 5px rgba(29, 15, 111, 0.4);
}
.motomerujinzai_cap{
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}

#saiyou_table{
	clear:both;
	margin:0px auto 30px auto;
max-width:1020px;
	width:100%;
	font-size:16px;
	border-collapse: collapse;
}
table#saiyou_table{
border-top: double 3px #ccc;
}
#saiyou_table tr {
	border-bottom: double 3px #ccc;
}

#saiyou_table tr:last-child {
	border-bottom: none;
}

#saiyou_table th {
	width: 225px;
	font-weight: bold;
	font-size: 16px;
        vertical-align: middle;
        color: #660000;

}
#saiyou_table th,#gaiyou_table td { padding: 20px;}

#saiyou_table td {
        vertical-align: middle;
	padding-left:30px;
}
table#saiyou_table tbody tr:nth-child(odd){
	background:#eee;
}

.motomerujinzai_inner{
    width: 415px;
    color: #FFF;
}
.saiyou_tabletitle{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.oubohouho {
    background-color: #FAEBF0;
    margin: 20px -100% 80px -100%;
    padding: 35px 100% 37px;
}
.oubohouho h2{
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}
.oubohouho .d1 span{
    font-size: 14px;
}
.oubohouho ol li {
    font-size: 18px;
    /*font-size: 1.8rem;*/
    text-align: center;
    line-height: 1.8;
}
.oubohouho ol li:after {
    content: "";
    display: block;
    margin: 20px auto 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 35px 0 35px;
    border-color: #c7c9c9 transparent transparent transparent;
}
.oubohouho ol li:last-child:after {
    display: none;
}




/*採用情報メールフォーム*/
.top-mailfrom .img1{
	margin:0px auto 40px;
	display:block;
}
.top-mailfrom h3{
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
}


.form table {
    max-width: 1020px;
    width:	100%;
    margin: 0 auto;
    border-bottom: 1px solid #d5d9e2;
}
.form table th, #mailformpro table td {
  padding: 35px 10px;
}
.form table th {
    width: 25%;
    background-color: #eee;
    border-top: 1px solid #d5d9e2;
    color: #660000;
    font-size: 16px;
}
.form table td {
    padding: 19px 50px 19px 35px;
    border-left: 1px dashed #d5d9e2;
    border-top: 1px solid #d5d9e2;
}
.form table th:first-child,.form table td:first-of-type{

}
textarea {
    height: 300px;
}
#submitxxx {
  margin-top: 20px;
  padding: 15px 45px;
  font-size: 18px;
  /*font-size: 1.8rem;*/
  text-align: center;
}
.form #submitxxx {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 485px;
  width: 100%;
  background: #bf0909 !important;
  color: #fff;
  font-weight: bold;
  padding: 20px 50px;
  text-shadow: none;
}
.form #submitxxx:hover {
  opacity: 0.7;
  text-shadow: none;
}
.form input[type="text"] {
  width: 100%;
}
.form textarea {
  width: 100% !important;
    height: 100px;	
}
.form input.form-width {
  width: 100%;
}
.form input.form-width2 {
  width: 30%;
}
.form input.form-width500{
	max-width:200px	;
}
.form td.last_td {
  border: none;
}
form.form {
    padding: 0px 0px;
}
.saiyou_form_title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
a.saiyou_formlink{
color: #4d70b5;
}

div.wpcf7 input[type="file"]{
font-size: 16px;
line-height:0;
}

.form .form_seinengappi input[type="text"]{
    width: 100px;
    display: inline-block;
}
.form_ssl {
    text-align: right;
    font-size: 12px;
}
