@charset "utf-8";

/* ---------- 全ページ共通 --------------- */

/* btn_page */
.btn_page {
	cursor: pointer;
	text-align: center;
	background-color: #c25251;
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
	padding: 3px;
}
/**/
.btn_page.spiritual { background-color: #44a8e3;}
.btn_page.interior  { background-color: #5bb45f;}

.btn_page span:before {
	font-family: 'CONDENSEicon';
	content: 'F';
	font-size: 24px;
	color: #FFF;
	display: inline-block;
	margin-right: 10px;
	vertical-align: sub;
}

.btn_page a {
	border: solid 1px rgba(255,255,255,0.75);
	box-sizing: border-box;
	background-image: url(../images/btn_corner.png);
	background-repeat: no-repeat;
	background-position: right 3px bottom 3px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	padding: 17px 25px;
}
.btn_page:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);  
}


/* ---------- home ---------------------------------------- */

.home .area_ttl {
	margin-bottom: 35px;
	text-align: center;
	color: #212121;
	font-size: 32px;
}
.home .area_ttl span {
	display: block;
	font-style: italic;
	color: #c85554;
	font-size: 21px;
}

/* news */
.home .news-ticker {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 70px;
}
.home .news-ticker .title {
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 180%;
	text-align: center;
	color: #FFF;
	background-color: #5bb45f;
	padding: 0 30px;
	line-height: 56px;
}
.home .news-ticker .ticker {
	background-color: #FFF;
	position: relative;
	overflow: hidden;
	padding: 17px 20px;
}
.home .news-ticker .ticker ul {
	width: 100%;
	position: relative;
}
.home .news-ticker .ticker ul li {
	display: none;
	width: 100%;
}

.home .news-ticker .ticker ul li {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.home .news-ticker .ticker ul li span {
	font-family: "Noto Serif JP", "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 ProN W6",HiraMinProN-W6,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","Hiragino Kaku Gothic ProN",sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin-right: 20px;
	color: #838383;
}



.home #exterior {
	padding: 80px 0;
}
.home #exterior .area_ttl span {color: #58ae5c;}





.home #lineup {
	background-color: #5bb45f;
	background-image: url(../images/bg_pattern2.png);
	padding: 80px 0;
}
.home #lineup .lineup {}
.home #lineup .lineup .left_area {
	width: 280px;
	float: left;
}
.home #lineup .lineup .left_area h2 {
	text-align: left;
	color: #FFF !important;
	margin-bottom: 20px;
}
.home #lineup .lineup .left_area h2 span { color:#FFF;}
.home #lineup .lineup .left_area p {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 25px;
}
.home #lineup .lineup .left_area .btn_page {
	background-color: #FFF;
	width: 210px;
}
.home #lineup .lineup .left_area .btn_page a {
	color: #58ae5c;
	border: solid 1px #5bb45f;
	font-size: 14px;
	padding: 15px 25px;
	background-image: url(../images/btn_corner_green.png);
}
.home #lineup .lineup .list {
	width: 670px;
	float: right;
}
.home #lineup .lineup .list li {
	float: left;
	margin-right: 35px;
}
.home #lineup .lineup .list li:nth-of-type(3n) { margin-right: 0;}

.home #lineup .lineup .list li a {}
.home #lineup .lineup .list li .photo {
	margin-bottom: 10px;
	overflow: hidden;
}
.home #lineup .lineup .list li h3 {
	color: #FFF;
	font-size: 15px;
	background-image: url(../images/ic_interior_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	font-weight: 500;
}

.home #relation_site {
	z-index: 100;
	position: relative;
}
.home #relation_site section {
  background: #000;
	position: relative;
	width: 50%;
	height: 400px;
	float: left;
	cursor: pointer;
	background-image: url(../images/home/003.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home #relation_site section.flow { background-image: url(../images/home/Fotolia_209667894_Subscription_Monthly_XXL.jpg);}

.home #relation_site section:last-of-type { margin-right: 0;}

.home #relation_site section a {
  transition-duration: 0.3s;
	background-color: rgba(0,0,0,0.5);
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	margin: auto;
}
.home #relation_site section a:before {
	content: "";
	border: solid 1px rgba(255,255,255,0.75);
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 98%;
	height: 98%;
}
.home #relation_site section a:hover {
	background-color: rgba(0,0,0,0.2);
}

.home #relation_site section .txt_center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
}

.home #relation_site section h2 {
	color: #FFF;
	font-size: 30px;
	margin-bottom: 20px;
}
.home #relation_site section h2 span {
	font-size: 17px;
	display: block;
	font-weight: 500;
}
.home #relation_site section p {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 20px;
}
.home #relation_site section .jump {
	position: relative;
	box-sizing: border-box;
	padding: 3px;
	width: 210px;
	margin: auto;
	background-color: #5bb45f;
}
/**/
.home #relation_site section.flow .jump { background-color: #5bb45f;}

.home #relation_site section .jump:before {}
.home #relation_site section .jump span {
	border: solid 1px rgba(255,255,255,0.75);
	color: #FFF;
	line-height: 50px;
	width: 100%;
	display: block;
	height: 100%;
	box-sizing: border-box;
	background-image: url(../images/btn_corner.png);
	background-repeat: no-repeat;
	background-position: bottom 3px right 3px;
}
.home #relation_site section .jump span:before { display: none;}





/* ---------- news ---------------------------------------- */

.news-cont {
	width: 960px;
	margin: 60px auto 100px;
}
.news-area {
	width: 700px;
	float: left;
}


.news-ttl {
	position: relative;
	margin-bottom: 35px;
}

.news-ttl:after {
	content: '';
	position: absolute;
	left: -5px;
	bottom: -10px;
	border-bottom: solid 1px #000;
	width: 100%;
	display: block;
}

.news-ttl .catname {
	float: left;
	line-height: 20px;
	background-color: #44a8e3;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	padding: 1px 12px;
	margin-bottom: 10px;
}
/**/
.news-ttl .catname.spir {	background-color: #44a8e3;}
.news-ttl .catname.boch { background-color: #60b864;}
.news-ttl .catname.term { background-color: #e69145;}

.news-ttl .date {
	font-weight: 500;
	float: left;
	display: block;
	color: #9e9e9e;
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 7px;
	letter-spacing: 0.1em;
}
.news-ttl .title {
	clear: both;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 0.1em;
}

.news-post {
	padding-bottom: 70px;
}


/* column_navi_btn */
.column_navi_btn {
	border-top: solid 1px #707070;
	padding-top: 40px;
	font-size: 0;
	text-align: center;
}
.column_navi_btn .column_btn {
	display: inline-block;
}
/**/
.column_navi_btn .column_btn.prev {float: left;}
.column_navi_btn .column_btn.all  {}
.column_navi_btn .column_btn.next {float: right;}

.column_navi_btn .column_btn a {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 150%;
	padding-bottom: 7px;
	border-bottom: solid 1px #707070;
}
.column_navi_btn .column_btn a:hover {	border-bottom: none;}

/* postbody */
.postbody {
	overflow: hidden;
	font-size: 14px;
	line-height: 180%;
}
.postbody h1,
.postbody h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 1.2em 0;
	letter-spacing: 0.08em;
}
.postbody h3,
.postbody h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0.8em 0;
	letter-spacing: 0.08em;
}
.postbody p {
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.08em;
}
.postbody a {
	color: #278c3f;
}
.postbody a:hover {
	text-decoration: underline;
}

.postbody img {
	display: block;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.postbody img:first-child {
	margin-top: 0;
}

.postbody ul {
	margin-bottom: 1.5em;
}
.postbody ul > li {
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 0.5em;
	list-style-position: inside;
	list-style-type: disc;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.08em;
}

.postbody ol {
	margin-bottom: 1.5em;
}
.postbody ol > li {
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 0.5em;
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.08em;
}

.postbody table {
	width: 100%;
	margin-bottom: 2em;
}
.postbody table th,
.postbody table td {
	font-family: 'Noto Sans JP', sans-serif;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	padding: 12px 14px;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
}
.postbody table thead,
.postbody table th {
	background-color: #e7f5ea;
}
.postbody table tbody th {
	font-weight: bold;
}

.postbody .alignleft {
	float: left;
	margin-right: 1em;
}
.postbody .alignright {
	float: right;
	margin-left: 1em;
}
.postbody .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.postbody .wp-caption {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.postbody .wp-caption > img {
	margin: 0;
}
.postbody .wp-caption .wp-caption-text {
	font-size: 12px;
	margin: 0;
}



/* sidenav */
#sidenav {
	float: right;
	width: 180px;
}
#sidenav > section {
	margin-bottom: 40px;
}
#sidenav h2 {
	font-size: 18px;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: solid 1px #707070;
	color: ##333333;
	font-weight: bold;
}
#sidenav nav ul { margin-left: 0em;}
#sidenav nav ul li {
	line-height: 140%;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #707070;
}
#sidenav a {
	display: block;
	padding: 15px 10px 15px 25px;
	position: relative;
	font-weight: 400;
	font-size: 15px;
	background-image: url(../images/ic_interior.png);
	background-repeat: no-repeat;
	background-position: left top 16px;
}

#sidenav a:link ,
#sidenav a:visited {
	text-decoration: none;
	color: #112C46;
}
#sidenav a:hover,
#sidenav a:active {
	text-decoration: underline;
}




/* wp-pagenavi */
.pagenavi-area {
	margin-bottom: 50px;
}
.wp-pagenavi {
	clear: both;
	position: relative;
	margin: 40px auto 0;
	text-align: center;
	font-size: 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-weight: 400;
	color: #5bb45f;
	overflow: hidden;
	box-sizing: border-box;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	border: solid 1px #5bb45f;

	font-size: 15px;
	letter-spacing: 0.08em;
	line-height: 40px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #5bb45f;
	border: solid 1px #5bb45f;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width: auto;
	padding: 0 18px;
}
.wp-pagenavi span.pages {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	width: auto;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}
.wp-pagenavi span.extend {
	background-color: inherit;
}

#interior .wp-pagenavi a,
#interior .wp-pagenavi span {
	color: #c85554;
	border: solid 1px #c85554;
}
#interior .wp-pagenavi span.current,
#interior .wp-pagenavi a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #c85554;
	border: solid 1px #c85554;
}
#interior .wp-pagenavi span.pages {
	border: none;
}






/* ---------- works ---------------------------------------- */


#interior {
	background-image: url(../images/bg_contents_pattern.png);
	padding: 0 0 80px;
}
.work #interior {
	background-image: none;
	padding: 0 0 30px;
}
.work #exterior {
	padding: 0 0 30px;
}
.works_list_area {}


.works_list_area .works_menu {
	min-width: 1000px;
	font-size: 0;
	text-align: center;
	border-bottom: solid 4px #c85554;
	margin-top: 90px;
	margin-bottom: 80px;
}

.works_list_area .works_menu .button {
	width: 100%;
	max-width: 490px;
	text-align: center;
	display: inline-block;
}
.works_list_area .works_menu .button:first-of-type { margin-right: 18px;}


.works_list_area .works_menu .button a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	background-color: #f0f0f0;
	line-height: 70px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}

.works_list_area .works_menu .button.inte.select a,
.works_list_area .works_menu .button.inte:hover a {
 background-color: #c85554;
 color: #FFF;
}
.works_list_area .works_menu .button.exte.select a,
.works_list_area .works_menu .button.exte:hover a {
 background-color: #5bb45f;
 color: #FFF;
}



.works_list_area ol {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	margin: 0 auto 50px;
	display: table;
	border: solid 1px #c85554;
}
.works_list_area ol li {
	text-align: center;
	display: table-cell;
	position: relative;
	border-right: solid 1px #c85554;
}
.works_list_area ol li:last-child { border-right: none !important;}

.works_list_area ol li a {
	padding: 15px 20px;
	font-size: 14px;
	color: #c85554;
}
.works_list_area ol li a.select {
	background-color: #c85554;
	color: #FFF;
}

.works_list_area ol li a:hover {
	background-color: #c85554;
	color: #FFF !important;
}

.works_ctgr_area {margin-bottom: 40px;}
.works_ctgr_area .ctgr_name {
	font-size: 24px;
	font-weight: 600;
	border-bottom: solid 1px #d3d3d3;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.works_ctgr_area .detail { margin-bottom: 35px;}


.works_list {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.works_list li {
	float: left;
	width: 308px;
	margin-right: 38px;
	margin-bottom: 40px;
}
.works_list li:nth-of-type(3n) { margin-right: 0 !important;}

.works_list li a {}
.works_list li .visual {
	position: relative;
	margin-bottom: 12px;
}
.works_list li .visual .photo {
	width: 308px;
	height: 231px;
	overflow: hidden;
}
.works_list li .visual .photo img {
	width: 100%;
	height: auto;
}
.works_list li .ctgr {
	display: inline-block;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background-color: #c85554;
	padding: 0 15px;
	margin-right: 6px;
	margin-bottom: 4px;
}
.works_list li .ttl {
	color: #212121;
	font-size: 18px;
	font-weight: 500;
}


.works_list_area .btn_page {
	width: 210px;
	margin: 0 auto;
}
.works_list_area .btn_page a {padding: 15px 25px; font-size: 14px;}




#exterior.works_list_area ol { border: solid 1px #5bb45f;}
#exterior.works_list_area ol li { border-right: solid 1px #5bb45f;}
#exterior.works_list_area ol li a { color: #58ae5c;}
#exterior.works_list_area ol li a.select {
	background-color:#5bb45f;
	color: #FFF;
}
#exterior.works_list_area ol li a:hover  { background-color:#5bb45f;}
#exterior .works_list li .ctgr { background-color: #5bb45f;}
.exte .works_list_area .works_menu {
	border-bottom: solid 4px #5bb45f;
}








/* ------ 施工事例　詳細 ------ */

#detail_area {}
#detail_area .work_ttl {
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 50px;
}
#detail_area .work_ttl .category {
	display: inline-block;
	background-color: #c85554;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 2px 15px;
	margin: 12px 3px 0;
}

#detail_area .visual {
	text-align: center;
	width: 800px;
	margin: 0 auto 50px;
	overflow: hidden;
}
#detail_area .fotorama .fotorama__stage {
	background-color: #f5f5f5;
}
#detail_area .fotorama .fotorama__arr {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	width: 37px;
	height: 90px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}
#detail_area .fotorama .fotorama__arr--prev {
	left: 0;
	right: auto;
	background-image: url(../images/btn_prev.png);
}
#detail_area .fotorama .fotorama__arr--next {
	right: 0;
	left: auto;
	background-image: url(../images/btn_next.png);
}
#detail_area .fotorama__thumb-border {
	border-color: #5bb45f;
}

#detail_area.interior .fotorama .fotorama__arr--prev {
	background-image: url(../images/btn_prev_inte.png);
}
#detail_area.interior .fotorama .fotorama__arr--next {
	background-image: url(../images/btn_next_inte.png);
}
#detail_area.interior .fotorama__thumb-border {
	border-color: #c85554;
}


#detail_area .data {
	width: 470px;
	float: left;
	margin-bottom: 50px;
}
#detail_area .specification {
	width: 470px;
	float: right;
	margin-bottom: 50px;
}
#detail_area .data .block {
	margin-bottom: 30px;
}

#detail_area .block h4 {
	font-size: 21px;
	font-weight: 500;
	border-left: solid 4px #c85554;
	padding-left: 10px;
	margin-bottom: 15px;
}
#detail_area .block p { margin-bottom: 1em;}



#detail_area .back {
	width: 360px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
	background-color: #c85554;
	text-align: center;
	margin: 0 auto 100px;
	clear: both;
}
#detail_area .back a {line-height: 50px;}
#detail_area .back span {
	background-image: url(../images/ic_corporate_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	padding-left: 25px;
}



#detail_area.exterior .work_ttl .category {background-color: #5bb45f;}
#detail_area.exterior .block h4 {
	border-left: solid 4px #5bb45f;
}
#detail_area.exterior table th {
	background-color: #E0F1E1;
	color: #5bb45f;
}

#detail_area.exterior .back { background-color: #5bb45f;}
#detail_area.exterior .back span { background-image: url(../images/ic_interior_right.png);}



/* ---------- lineup ---------------------------------------- */
.line .breadcrumb { margin-bottom: 0;}
.lineup_menu {
	border-bottom: solid 4px #60b864;
} 
.lineup_menu .button {
	width: 320px;
	float: left;
	margin-right: 20px;
}
.lineup_menu .button:last-of-type { margin-right: 0;}

.lineup_menu .button a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;

	background-color: #f0f0f0;
	color: #333333;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
} 
.lineup_menu .button a:hover,
.lineup_menu .button.select a {	background-color: #60b864; color: #FFF;} 



#lineup_detail {
	background-image: url(../images/bg_contents_pattern.png);
	padding: 60px 0;
}
#lineup_detail .top_area {
	margin-bottom: 50px;
}
#lineup_detail .top_area .photo {
	float: left;
}
#lineup_detail .top_area p {
	color: #424242;
	padding-left: 320px;
}
#lineup_detail .internet_exhibition {
	box-sizing: border-box;
	background-color: #FFF;
	padding: 30px 40px;
	margin-bottom: 50px;
}
#lineup_detail .internet_exhibition .left {
	width: 500px;
	float: left;
}
#lineup_detail .internet_exhibition .left h3 {
	font-size: 21px;
	font-weight: 600;
	line-height: 170%;
	margin-bottom: 15px;
}
#lineup_detail .internet_exhibition .left h3 span { color: #c85554;}
#lineup_detail .internet_exhibition .left p { color: #424242;}
#lineup_detail .internet_exhibition .right {
	width: 380px;
	float: right;
}
#lineup_detail .internet_exhibition .right .count {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
}
#lineup_detail .internet_exhibition .right .count span {
	color: #c85554;
	font-size: 36px;
	font-weight: bold;
	padding: 0 5px;
}
#lineup_detail .internet_exhibition .right .btn_page {}

#lineup_detail .memo {
	box-sizing: border-box;
	background-color: #FFF;
	padding: 20px 40px;
	margin-top: 40px;
	margin-bottom: 50px;
}
#lineup_detail .memo ul { margin-left: 10px;}
#lineup_detail .memo ul li {
	font-family: 'Noto Sans JP', sans-serif;
	list-style-type: disc;
	font-size: 16px;
	color: #60b864;
	margin: 9px 0;
}
#lineup_detail .memo ul li span {
	color: #424242;
}


.search_area.category {
	background-color: inherit;
	padding: 0;
	margin-bottom: 70px;
}
.search_area.category ol {
	background-color: #FFF;
	padding: 20px 20px;
	display: inline-block;
	box-sizing: border-box;
	text-align: left;
	font-size: 0;
}
.search_area.category ol li {
	display: inline-block;
	border-right: solid 1px #d3d3d3;
}
.search_area.category ol li:last-child { border-right: none;}

.search_area.category ol li a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #5db261;
	font-size: 15px;
	border-bottom: solid 1px #5db261;
	margin: 0 20px;
	padding-bottom: 3px;
}
.search_area.category ol li a:hover {
	border-bottom: none;
}


.line .item_lineup { margin-bottom: 50px;}
.line .item_lineup h3 {
	font-size: 24px;
	font-weight: 600;
	border-bottom: solid 1px #d3d3d3;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.line .item_lineup ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.line .item_lineup ul li {
	background-color: #FFF;
	box-sizing: border-box;
	padding: 10px 30px 30px;
	width: 320px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.line .item_lineup ul li:nth-child(3n) { margin-right: 0;}
.line .item_lineup ul li .photo {
	border-bottom: solid 1px #d3d3d3;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	min-height: 180px;
}
/**/
.line #item1.item_lineup ul li .photo { min-height: 160px;}
.line #item2.item_lineup ul li .photo { min-height: 330px;}
.line #item3.item_lineup ul li .photo { min-height: 330px;}
.line #item4.item_lineup ul li .photo { min-height: 180px;}
.line #item5.item_lineup ul li .photo { min-height: 180px;}

.line .item_lineup ul li .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

.line .item_lineup ul li dl {}
.line .item_lineup ul li dl dt {
	float: left;
	color: #5db261;
	font-weight: bold;
}
.line .item_lineup ul li dl dd {padding-left: 60px;}
.line .item_lineup ul li dl dt,
.line .item_lineup ul li dl dd {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	margin-bottom: 2px;
}


/* ---------- advantage ---------------------------------------- */

.adva #top_gree {
	text-align: center;
	padding: 70px 0 100px;
	margin-top: -60px;
}
.adva #top_gree .gree {
	font-size: 24px;
	line-height: 180%;
	font-weight: 500;
	margin-bottom: 25px;
}
.adva #top_gree p {
	font-size: 16px;
	color: #424242;
	line-height: 200%;
}


.adva .advantage_area {
	margin-bottom: 40px;
}
.adva .advantage_area .txt_area {
	width: 640px;
	float: left;
}
.adva .advantage_area dl {}
.adva .advantage_area dl dt {
	float: left;
	font-size: 21px;
	color: #5db261;
	font-weight: 500;
	text-align: center;
	margin-right: 20px;
}
.adva .advantage_area dl dt span {
	display: block;
	font-size: 78px;
	padding-top: 8px;
}

.adva .advantage_area dl dd {
	font-size: 40px;
	line-height: 130%;
	font-weight:600;
	padding-top: 10px;
	padding-left: 70px;
}
.adva .advantage_area dl dd span {
	font-size: 21px;
	line-height: 180%;
	display: block;
}

.adva .advantage_area dl dt,
.adva .advantage_area dl dd { margin-bottom: 25px;}

.adva .advantage_area .txt_area p { margin-bottom: 40px;}
.adva .advantage_area .txt_area .btn  {
	width: 300px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
	background-color: #5bb45f;
	text-align: center;
}
.adva .advantage_area .txt_area .btn a { line-height: 50px;}

.adva .advantage_area .txt_area .btn span {
	background-image: url(../images/ic_interior_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	padding-left: 25px;
}

.adva .advantage_area .photo {
	width: 300px;
	float: right;
	background-color: #FFF;
}

.adva #area2.advantage_area .txt_area { float: right;}
.adva #area2.advantage_area .photo {float: left;}
.adva #area3.advantage_area { margin-bottom: 100px;}


/* ---------- flow ---------------------------------------- */

#flow-detail {margin-bottom: 100px;}
#flow-detail .top_txt {
	text-align: center;
	margin-bottom: 60px;
}
#flow-detail .step {
	padding-left: 48px;
	background-image: url(../images/flow/txt_flow1.png), url(../images/flow/flow_green.png);
	background-repeat: no-repeat;
	background-position: 19px 25px, bottom left;
	background-color: #60b864;
	padding-left: 60px;
	margin-bottom: 40px;
}

#flow-detail #step2 {
	background-image: url(../images/flow/txt_flow2.png), url(../images/flow/flow_red.png);
	background-repeat: no-repeat;
	background-position: 20px 30px, bottom left;
	background-color: #c85554;
}
#flow-detail .flow-blk {
	background-color: #FFF;
	box-sizing: border-box;
	padding-left: 40px;
	padding-bottom: 40px;
	position: relative;
}

#flow-detail .flow-blk .information {
	clear: both;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 3px #f0f0f0;
	box-sizing: border-box;
	padding: 20px 35px;
	display: table;
	margin-top: 30px;
}
#flow-detail .flow-blk .information .tel_info {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#flow-detail .flow-blk .information .btn_page {
	display: inline-block;
	vertical-align: middle;
}
#flow-detail .flow-blk .information.build { padding: 30px 35px;}
#flow-detail .flow-blk .information.build h4 {
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: 500;
}
#flow-detail .flow-blk .information.build p {}



#flow-detail .flow-blk .txt-area .title {	margin-bottom: 15px;}
#flow-detail .flow-blk .txt-area .title h3 {
	font-size: 27px;
	display: inline-block;
	font-weight: 500;
	vertical-align: middle;
}
#flow-detail .flow-blk .txt-area .title h3 span { font-size: 24px;}

#flow-detail .flow-blk .txt-area .title .no {
	display: inline-block;
	color: #60b864;
	font-size: 48px;
	font-weight: 500;
	line-height: 100%;
	vertical-align: middle;
	padding-right: 10px;
}
#flow-detail #step2 .flow-blk .txt-area .title .no { color: #c85554;}

#flow-detail .flow-blk .txt-area p {
}
#flow-detail .flow-blk .txt-area .btn {
	background-color: #f0f0f0;
	text-align: center;
	width: 360px;
	margin-top: 30px;
}
#flow-detail .flow-blk .txt-area .btn a { line-height: 50px;}







/* ---------- contact ---------------------------------------- */

.cont .top_area {
	margin-bottom: 50px;
}
.cont .top_area h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}
.cont .top_area h3 p {}
.cont .top_area .information {
	clear: both;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 3px #f0f0f0;
	box-sizing: border-box;
	padding: 20px 35px;
	display: table;
	margin-top: 35px;
}

/* cont_form */
.cont_form {
	width: 1000px;
	margin: auto;
}
.cont_form table {
	width: 100%;
	margin-bottom: 50px;
}
.cont_form th {
	background-color: #e0f4e1;
	color: #212121;
	font-size: 16px;
	font-weight: bold;
	width: 300px;
	padding: 15px 20px;
}
.cont_form th span {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	float: right;
	line-height: 20px;
	background-color: #c85554;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: 200;
	color: #FFF;
	margin-top: 4px;
	padding: 2px 5px;
}
.cont_form th span.any { background-color: #9e9e9e;}

.cont_form td {
	padding: 10px 20px;
}
.cont_form th,
.cont_form td {
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom: solid 1px #d3d3d3;
	border-top: solid 1px #d3d3d3;
	box-sizing: border-box;
}

.cont_form input {
	width: 480px;
}
.cont_form textarea {
	width: 100%;
	min-height: 200px;
}
.cont_form input,
.cont_form textarea {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	border: solid 1px #e0e0e0;
	background-color: #f0f0f0;
	font-size: 15px;
	padding: 10px;
}
#contents .formtable input[type="radio"], #contents .formtable input[type="checkbox"] { width: auto;}
.cont_form label {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 300;
	display: block;
	margin: 10px 0 10px;
  cursor: pointer;
}
.cont_form label input {
	margin-right: 5px;
}

.cont_form .txt_end {
	text-align: center;
	font-size: 16px;
	margin-bottom: 35px;
}
.cont_form .txt_end a {
	display: initial;
	color: #424242;
	border-bottom: solid 1px #424242;
	padding-bottom: 2px;
}
.cont_form .txt_end a:hover { border-bottom: none;}

.cont_form .send_btn {
	cursor: pointer;
	background-color: #e69145;
	width: 360px;
	margin: 0 auto 100px;
	text-align: center;
	box-sizing: border-box;
	padding: 3px;
}
.cont_form .send_btn button {
	cursor: pointer;
	border: solid 1px #ffffff;
	background-color: inherit;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	color: #FFF;
	width: 100%;
	height: 100%;
	line-height: 80px;
	box-sizing: border-box;
	background-image: url(../images/btn_corner.png);
	background-repeat: no-repeat;
	background-position: bottom 3px right 3px;
}

/* アップデートに伴う改修 */
.cont_form .send_btn {
	cursor: default;
	background-color: transparent;
	width: 360px;
	padding: 0;
}
.cont_form .send_btn button {
	cursor: pointer;
	border: none;
	background-color: #e69145;
	position: relative;
	background-position: bottom 7px right 7px;
}
.cont_form .send_btn button:before {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	position: absolute;
	top: 3px;
	left: 3px;
	box-sizing: border-box;
	border: solid 1px #FFF;
}
.cont_form .send_btn .wpcf7-spinner {
    margin-top: 10px;
}

/* contact form 7 */
.formtable .wpcf7-list-item {
	display: block;
	margin: 0;
}
.formtable .wpcf7-list-item > label {
	display: block;
	padding: 0;
}
.formtable .wpcf7-list-item-label {
	vertical-align: middle;
}
.formtable .gender .wpcf7-list-item,
.formtable .mailnews .wpcf7-list-item {
	display: inline-block;
	padding: 0;
	margin-right: 0;
}

.wpcf7 span.wpcf7-not-valid-tip {
	color: #e50012;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px;
}
.wpcf7 div.wpcf7-response-output {
	margin: 1.5em 0.5em;
	padding: 14px 11px;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}
.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
	color: #e50012;
	border: 2px solid;
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ng {
	color: #e50012;
	border: 2px solid;
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #5bb45f;
	border: 2px solid;
}
.wpcf7 .wpcf7-form .ajax-loader {
	position: absolute;
	left: 49.5%;
	visibility: hidden;
	display: block;
	border: medium none;
	margin: 6px auto 0;
}



/* ---------- privacypolicy ---------------------------------------- */
.priv .top_announce {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 50px;
}
.priv .block {margin-bottom: 50px;}
.priv .block.end { margin-bottom: 100px;}

.priv .block h3 {
	position: relative;
	border-left: solid 4px #60b864;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 160%;
	padding-left: 15px;
}
.priv .block h3:after {
	content: '';
	border-bottom: solid 1px #d3d3d3;
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 1px;
}
.priv .block p {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 1em;
}
.priv .block ol {
	margin-left: 1.3em;
}
.priv .block ol li {
	font-family: 'Noto Sans JP', sans-serif;
	list-style-type: decimal;
	font-size: 15px;
	line-height: 180%;
	font-weight: 400;
	margin-bottom: 0.3em;
}






/* ---------- sitemap ---------------------------------------- */
.site .top_announce {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 50px;
}
.site .block {margin-bottom: 40px;}
.site .block.end { margin-bottom: 100px;}

.site .block h3 {
	border-bottom: solid 1px #d3d3d3;
	font-size: 17px;
	line-height: 160%;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.site .block h3 a {color: #333333;}
.site .block h3 a:hover {color: #5172AD;}
.site .block p {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 1em;
}
.site .block ul {
	margin-left: 1.3em;
}
.site .block ul li {
	font-family: 'Noto Sans JP', sans-serif;
	list-style-type: disc;
	font-size: 15px;
	line-height: 180%;
	font-weight: 400;
	margin-bottom: 0.3em;
}
.site .block ul li a {color: #333333;}
.site .block ul li a:hover {color: #5172AD;}








@media screen and (max-width: 768px) {



.btn_page a {
	font-size: 13px;
	font-weight: bold;
	padding: 13px 10px;
}
.btn_page span::before {
	font-size: 22px;
	margin-right: 10px;
}


/* ---------- home ---------------------------------------- */
#interior {
	padding: 210px 0 60px;
}


.home .news-ticker {
	margin-bottom: 40px;
}
.home .news-ticker .title {
	font-size: 14px;
	padding: 0 3%;
	line-height: 48px;
}
.home .news-ticker .ticker {
	padding: 14px 10px 14px 15px;
}
.home .news-ticker .ticker ul li {
	font-size: 13px;
	font-weight: 400;
}
.home .news-ticker .ticker ul li span {
	font-size: 12px;
	margin-right: 5%;
}

.home .area_ttl {
	margin-bottom: 30px;
	font-size: 21px;
}
.home .area_ttl span {
	font-size: 17px;
}

.works_list_area ol {
	margin: 0 auto 40px;
	display: block;
	width: auto;
	padding: 8px;
	font-size: 0;
}
.works_list_area ol li {
	margin: 6px 0;
	display: inline-block;
}
.works_list_area ol li a {
	padding: 2px 13px;
	font-size: 13px;
}

.works_list li {
	float: none;
	width: 100%;
	margin: 0 auto 30px !important;
	max-width: 308px;
}
.works_list li:nth-of-type(3n) {margin-right: auto !important;}
.works_list li .visual {margin-bottom: 10px;}
.works_list li .visual .photo {
	width: auto;
	height: auto;
	overflow: hidden;
}
.works_list li .visual .photo img {
	width: 100%;
	height: auto;
}
.works_list li .visual .ctgr {
	line-height: 27px;
	font-size: 13px;
	padding: 0 12px;
}
.works_list li .ttl {
	font-size: 15px;
}
.works_list_area .btn_page {
	width: auto;
	margin: 0 auto;
}
.works_list_area .btn_page a {
	padding: 13px 10px;
	font-size: 13px;
}


.home #exterior {padding: 50px 0 60px;}
.home #lineup {padding: 50px 0 40px;}
.home #lineup .lineup .left_area {
	width: auto;
	float: none;
	margin-bottom: 40px;
}
.home #lineup .lineup .left_area p {margin-bottom: 20px;}
.home #lineup .lineup .left_area .btn_page {width: auto;}
.home #lineup .lineup .list {
	width: auto;
	float: none;
}
.home #lineup .lineup .list li {
	float: none;
	margin: 0 auto 20px;
	text-align: center;
}



.home #relation_site section {
	float: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.home #relation_site section a {
	padding: 12% 6%;
	position: static;
}
.home #relation_site section .txt_center {
	position: static;
	top: 0;
	left: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	width: 100%;
}
.home #relation_site section h2 {
	font-size: 24px;
	line-height: 120%;
	margin-bottom: 15px;
}
.home #relation_site section h2 span {
	font-size: 15px;
}
.home #relation_site section p br {display: none;}
.home #relation_site section .jump {
	width: 100%;
	margin: auto;
}
.home #relation_site section .jump span {
	font-size: 13px !important;
	font-weight: bold;
}








/* ---------- news ---------------------------------------- */
.news-cont {
	margin: 50px 6% 40px;
	width: auto;
}
.news-area {
	width: auto;
	float: none;
	margin-bottom: 30px;
}
.news-post {
	padding-bottom: 40px;
}
.news-ttl {
	margin-bottom: 30px;
}
.news-ttl .date {
	font-size: 14px;
	margin-right: 15px;
}
.news-ttl .catname {
	line-height: 18px;
	font-size: 10px;
	padding: 1px 10px;
	margin-bottom: 10px;
}
.news-ttl .title {
	font-size: 18px;
}


/* postbody */
.postbody {}
.postbody h1,
.postbody h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0.8em 0;
	letter-spacing: 0.08em;
}
.postbody h3,
.postbody h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0.6em 0;
	letter-spacing: 0.08em;
}
.postbody p {
	margin-bottom: 0.8em;
	font-size: 14px;
	line-height: 180%;
}
.postbody img {
	max-width: 100%;
	height: auto;
	margin: 0.7em auto 1.2em;
}
.postbody img:first-child {
	margin-top: 0;
}

.postbody ul {}
.postbody ul > li {
	padding-bottom: 0.3em;
	font-size: 14px;
}

.postbody ol {
	margin-bottom: 1.5em;
}
.postbody ol > li {
	padding-left: 0.2em;
	padding-bottom: 0.3em;
	font-size: 14px;
}

.postbody table {
	width: 100%;
	margin-bottom: 2em;
}
.postbody table th,
.postbody table td {
	padding: 8px 10px;
	font-size: 14px;
}
.postbody blockquote {
	padding: 6px 0 6px 10px;
	margin: 6px 0 6px 15px;
	border-left: 4px solid #bdbdbd;
}

.postbody .alignleft {
	float: none;
	margin-right: 0;
}
.postbody .alignright {
	float: none;
	margin-left: 0;
}
.postbody .aligncenter {}


/* wp-pagenavi */
.pagenavi-area {
	margin-bottom: 20px;
}
.pagenavi {
	margin: 0 auto 40px;
}
.wp-pagenavi {
	clear: both;
	position: relative;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	width: 36px;
	height: 36px;
	margin-left: 8px;
	margin-bottom: 8px;

	font-size: 13px;
	line-height: 36px;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	padding: 0 16px;
}
.wp-pagenavi span.pages {
	position: relative;
	top: inherit;
	left: inherit;
	display: block;
	width: auto;
	border: none;
	background: none;
	padding: 0;
	margin: 0 auto 6px;
}



#sidenav {
	float: none;
	width: auto;
	margin-bottom: 60px;
}
#sidenav a {
	padding: 13px 10px 13px 21px;
	font-size: 13px;
	background-position: left top 16px;
	background-size: 13px auto;
}




/* ---------- works ---------------------------------------- */
.works_list_area .works_menu {
	min-width: auto;
	margin-top: 60px;
	margin-bottom: 50px;
}
.works_list_area .works_menu .button {
	width: 40%;
	max-width: 100%;
}
.works_list_area .works_menu .button:first-of-type {margin-right: 3%;}
.works_list_area .works_menu .button a {
	line-height: 160%;
	font-size: 13px;
	padding: 12px 10px;
}

.work .works_list_area ol {margin: 0 6% 40px;}
.works_ctgr_area .ctgr_name {
	font-size: 20px;
	margin-bottom: 25px;
}
.works_ctgr_area .detail {margin-bottom: 20px;}
.works_ctgr_area {margin-bottom: 30px;}
.work #interior {padding: 0 0;}
.work #exterior {padding: 0 0;}


#detail_area .work_ttl {
	font-size: 21px;
	margin-bottom: 40px;
}
#detail_area .work_ttl .category {
	font-size: 12px;
	padding: 2px 12px;
	margin: 10px auto 0;
}
#detail_area .visual {
	margin-bottom: 40px;
	width: auto;
	height: auto;
	overflow: auto;
}
#detail_area .fotorama .fotorama__arr {
	margin-top: -32px;
	width: 25px;
	height: 65px;
	background-size: 100% auto;
}
#detail_area .data {
	width: auto;
	float: none;
	margin-bottom: 30px;
}
#detail_area .block h4 {
	font-size: 18px;
	padding-left: 8px;
	margin-bottom: 13px;
}
#detail_area .specification {
	width: auto;
	float: none;
	margin-bottom: 40px;
}
#detail_area .back {
	width: auto;
	margin: 0 auto 70px;
}
#detail_area .back a {
	line-height: 45px;
}
#detail_area .back span {
	padding-left: 20px;
	background-size: 13px auto;
	font-size: 13px !important;
	font-weight: bold;
}







/* ---------- lineup ---------------------------------------- */

#lineup_detail {padding: 40px 0;}
#lineup_detail .top_area {margin-bottom: 40px;}
#lineup_detail .top_area .photo {
	float: none;
	margin-bottom: 20px;
	text-align:center;
}
#lineup_detail .top_area p {padding-left: 0;}

#lineup_detail .internet_exhibition {
	padding: 20px 25px 35px;
	margin-bottom: 40px;
}
#lineup_detail .internet_exhibition .left {
	width: auto;
	float: none;
	margin-bottom: 15px;
}
#lineup_detail .internet_exhibition .left h3 {
	font-size: 18px;
}
#lineup_detail .internet_exhibition .left h3 br { display: none;}
#lineup_detail .internet_exhibition .right {
	width: auto;
	float: none;
}
#lineup_detail .internet_exhibition .right .count {
	font-size: 14px;
	margin-bottom: 7px;
}
#lineup_detail .internet_exhibition .right .count span {
	font-size: 30px;
	padding: 0 4px;
}


.search_area.category {
	margin-bottom: 50px;
}
.search_area.category ol {
	padding: 15px 5px 5px;
	display: block;
}
.search_area.category ol li { margin-bottom: 10px;}
.search_area.category ol li a {
	font-size: 13px;
	margin: 0 15px;
	padding-bottom: 2px;
}
.line .item_lineup {margin-bottom: 10px;}
.line .item_lineup h3 {
	font-size: 20px;
	margin-bottom: 25px;
}
.line .item_lineup ul li {
	padding: 10px 6% 20px;
	width: 100%;
	float: none;
	margin: 0 auto 30px !important;
	max-width: 320px;
}
.line .item_lineup ul li .photo {
	min-height: auto !important;
	padding: 15px 0
}
.line .item_lineup ul li .photo img {
	position: static;
	top: 0;
	left: 0;
	-webkit-transform: translate(0);
	transform: translate(0);
}
.line .item_lineup ul li dl dt, .line .item_lineup ul li dl dd {
	font-size: 13px;
	font-weight: 500;
}







/* ---------- advantage ---------------------------------------- */
.adva #top_gree {
	padding: 10px 0 50px;
	margin-top: 0;
}
.adva #top_gree .gree {
	font-size: 18px;
	font-weight: bold;
	line-height: 170%;
	display: table;
	text-align: left;
	margin: 0 auto 15px;
}
.adva #top_gree .gree br { display: none;}
.adva #top_gree p {
	line-height: 190%;
	text-align: left;
}


.adva .advantage_area {
	margin: 0 auto 40px;
}

.adva .advantage_area dl {}
.adva .advantage_area dl dt {
	float: none;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-right: 0;
}
.adva .advantage_area dl dt span {
	font-size: 54px;
	padding-top: 8px;
}
.adva .advantage_area dl dd {
	font-size: 24px;
	padding-top: 5px;
	padding-left: 0;
	margin-bottom: 15px !important;
}
.adva .advantage_area dl dd span {
	font-size: 17px;
}
.adva .advantage_area dl dt,
.adva .advantage_area dl dd {
	margin-bottom: 25px;
}

.adva .advantage_area .txt_area {
	width: auto;
	float: none;
	margin-bottom: 20px;
}
.adva .advantage_area .txt_area p {margin-bottom: 0;}

.adva .advantage_area .photo {
	width: auto;
	float: none;
	text-align: center;
}
.adva .advantage_area .photo img {
	max-width: 100%;
	height: auto;
}
.adva .advantage_area .txt_area .btn {
	width: auto;
	margin: 25px auto 40px;
}
.adva .advantage_area .txt_area .btn span { font-weight: bold;}
.adva #area3.advantage_area {margin-bottom: 70px;}









/* ---------- flow ---------------------------------------- */
#flow-detail .top_txt {margin-bottom: 40px;}
#flow-detail .flow-blk .txt-area .title .no {
	display: block;
	font-size: 38px;
	padding-right: 10px;
	float: left;
}

#flow-detail {margin-bottom: 40px;}
#flow-detail .step {
	padding-left: 40px;
	margin-bottom: 30px;
}
#flow-detail #step1 {
	background-position: 10px 25px, bottom left;
	background-size: auto, 40px auto;
}
#flow-detail #step2 {
	background-position: 10px 25px, bottom left;
	background-size: auto, 40px auto;
}
#flow-detail .flow-blk {
	padding-left: 20px;
	padding-bottom: 30px;
}
#flow-detail .flow-blk .txt-area .title .no {
	display: block;
	font-size: 32px;
	padding-right: 0;
	float: left;
}
#flow-detail .flow-blk .txt-area .title h3 {
	font-size: 19px;
	font-weight: bold;
	display: block;
	padding-left: 50px;
	padding-top: 3px;
}
#flow-detail .flow-blk .txt-area .btn {
	width: auto;
	margin-top: 20px;
}
#flow-detail .flow-blk .txt-area {
	width: auto;
	float: none;
}
#flow-detail .flow-blk .photo {
	float: none;
	margin-top: 30px;
}
#flow-detail .flow-blk .photo img {
	max-width: 100%;
	height:auto;
}

#flow-detail .flow-blk .information {
	padding: 15px 20px 20px;
	margin-top: 20px;
	display: block;
}
#flow-detail .flow-blk .information .tel_info {
	display: table;
	vertical-align: middle;
	margin: 0 auto 17px;
}
#flow-detail .flow-blk .information .btn_page {display: block;}
#flow-detail .flow-blk .information.build {padding: 15px 20px 20px;}
#flow-detail .flow-blk .information.build h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px;
}







/* ---------- contact ---------------------------------------- */
.cont .top_area h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cont .top_area .information {
	padding: 15px 25px;
	display: block;
	margin-top: 25px;
}


.cont_form {
	width: auto;
	margin: 0 6%;
}
.cont_form table {
	width: auto;
	margin-bottom: 30px;
	border-bottom: solid 1px #d3d3d3;
}
.cont_form th, .cont_form td {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	padding: 10px 3% !important;
}
.cont_form td {
	border: none !important;
}
.cont_form th span {
	line-height: 18px;
	font-size: 10px;
	margin-top: 2px;
}
.cont_form input {
	width: 100%;
	box-sizing: border-box;
}
.cont_form textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 130px;
}
.cont_form input, .cont_form textarea {
	font-size: 14px;
	padding: 7px;
}
.cont_form label {
	font-size: 14px;
	margin: 5px 0 8px;
}


.cont_form .txt_end {
	margin-bottom: 20px;
}
.cont_form .send_btn {
	width: auto;
	margin: 0 auto 60px;
}
.cont_form .send_btn button {
	font-size: 17px;
	line-height: 60px;
}









/* ---------- sitemap ---------------------------------------- */
.site .block {margin-bottom: 30px;}
.site .block.end {margin-bottom: 70px;}
.site .block h3 {font-size: 15px;}
.site .block ul li {font-size: 14px;}





/* ---------- privacypolicy ---------------------------------------- */
.priv .top_announce {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 40px;
}
.priv .block {margin-bottom: 40px;}
.priv .block.end {margin-bottom: 60px;}
.priv .block h3 {
	margin-bottom: 25px;
	font-size: 17px;
	padding-left: 12px;
}
.priv .block h3::after {bottom: -11px;}
.priv .block ol li {font-size: 14px;}



}
