/*---------------------------
標準css
---------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}
body, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, input, li, ol, p, td, textarea, th, ul {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
body {
    text-align: left;
    background-color: #fff;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", noto-sans-cjk-jp, "ＭＳ Ｐゴシック", sans-serif;
    color: #000;
}
a {
	text-decoration: none;
}
* {
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
    padding-left: 0;
}
img{
	width: 100%;
	height:auto;
}
/*---------------------------
ブロック別css
---------------------------*/
/*---------------------------
ヘッダーエリア
---------------------------*/
#header {
	-webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 43px;
    width: 100%;
    margin: 15px auto 10px;
	padding: 15px;
}
#header .lead {
	display: none;
}
#header .logo {
    text-align: center;
}
#header .logo img{
	width: 70%;
}
/*---------------------------
SP ハンバーガーメニュー
---------------------------*/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  opacity: 0;
  transition: opacity .5s
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: fixed
}
.menu-trigger {
    display: inline-block;
    z-index: 500;
}

.menu-trigger2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  z-index: 1000
}
.menu-trigger.active span {
  display: none
}
.menu-trigger2.active span {
  display: inline-block;
  width: 100%;
  background-color: #eee;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0
}

.menu-trigger2 i {
  font-size: 28px;
  vertical-align: middle
}

#navwrapper .navmenu {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, .92);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  transform: translate(-100vw);
  transition: all .5s;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch
}

#navwrapper .navmenu.open {
  transform: translateZ(0)
}

#navwrapper .navmenu li {
  color: #fff
}

.global-nav_tit {
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
  background: #fff
}

.global-drop_link, .global-drop_trigger {
  position: relative;
  display: block;
  padding: 16px;
  font-size: 12px;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #fff
}

.global-drop_trigger:nth-child(4) {
  border-bottom: none
}

.global-drop_target {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0
}

.global-drop_target li a {
  border-bottom: dotted 1px #aaa;
  background-color: #f7f7f7;
  color: #333;
  display: block;
  padding: 16px;
  text-decoration: none;
  font-size: 12px
}

.global-drop_link:after, .global-drop_trigger:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000
}

.global-drop .global-drop_link:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.global-drop .global-drop_link.active:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg)
}

.global-drop_link:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.navmenu .acMenu:after {
  display: block;
  height: 75px;
  visibility: hidden;
  clear: both
}

#backtop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 399
}

#backtop-item {
  position: fixed;
  bottom: 68px;
  right: 14px;
  z-index: 999
}

#backtop a, #backtop-item a {
  display: block
}

#backtop a:before, #backtop-item a:before {
  font-size: 370%;
  opacity: .5;
  display: block;
  font-family: "Font Awesome 5 Free";
  content: '\f139';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #85081a
}

#navwrapper .form, #navwrapper .tel {
  text-align: center;
  margin: 20px 0
}

#navwrapper .form p.form_title, #navwrapper .tel p.tel_title {
  font-size: 13px;
  font-weight: 700;
  margin: 0
}

#navwrapper .form p.form_title span, #navwrapper .tel p.tel_title span {
  font-size: 10px;
  font-weight: 400
}

#navwrapper a.form_cs, #navwrapper a.tel_cs {
  width: 80%;
  padding: 6px 0;
  margin: 5px auto;
  font-size: 20px;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  background-image: gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  background: linear-gradient(#fff, #f0f0f0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 1px #c76228;
  box-shadow: 0 1px 1px #c76228;
  border: 2px solid #fb7e33;
  letter-spacing: 2px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

#navwrapper a.form_cs {
  font-size: 17px
}

#navwrapper a.form_cs:before, #navwrapper a.tel_cs:before {
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  content: '\f139'
}

#navwrapper a.tel_cs:before {
  content: '\f2a0'
}

#navwrapper a.form_cs:before {
  content: '\f0e0'
}

#navwrapper .form p.form_info, #navwrapper .tel p.tel_info {
  font-size: 13px;
  margin: 0
}
/*---------------------------
メニューエリア
---------------------------*/
#global-nav {
    display: none;
}

/*---------------------------
スライダーバナーエリア
---------------------------*/
#main-banner{
	margin: 0 0 15px;
}

/*---------------------------
コンタクト方法エリア
---------------------------*/
.contactlist{
	text-align:center;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 pron w3", "hiragino mincho pron", hg明朝e, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.contactlist li{
    display: inline-block;
    background: #3e603b;
    font-size: 25px;
    text-align: center;
    margin: 7px 20px 0 0;
    line-height: 3;
    padding: 0px 30px;
    border-radius: 5px;
    color: #fff;
    -webkit-box-shadow: 0 3px 0 #2f352f;
    box-shadow: 0 3px 0 #2f352f;
}
.contactlist li:hover{
	opacity:.5;
}
.contactlist li a{
	display: block;
	color: #fff;
	text-decoration: none;
}
/*---------------------------
選ばれる理由エリア
---------------------------*/
.reasonsection{
    margin: 0 15px 40px;
}
.reasonsection h2{
    border: 1px solid #eee;
    border-bottom: 3px solid #eee;
    border-top: 3px solid #777;
    padding: 14px 10px;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #fbfbfb;
}
.reasonsection .suggestlist{
	margin: 0 auto 40px;
}
.reasonsection .text{
	display: none;
}
.reasonsection .linkbtn{
	text-align: right;
}
.suggestlist ul li{
	display: inline-block;
    margin: 0 2% 10px 0;
    position: relative;
    width: 48%;
    vertical-align: top;
    border: 3px solid #fb7e33;
    background: #fb7e3303;
    border-radius: 20px;
    padding: 15px;
}
.suggestlist ul li:nth-child(2n){
	margin-right:0;
}
.suggestlist ul li .detail-area h3 {
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1.3;
    color: #fb7e33;
    text-align: center;
}
.suggestlist ul li p{
	display: none;
}
/*---------------------------
お客様の声エリア
---------------------------*/
.voicesection{
background: url(/rehome/pc/img/p0027_s.png);
    padding: 30px 15px;
	margin: 0 15px 40px;
}
.customervoice-box {
	width: 100%;
    padding: 18px;
    border-radius: 6px;
    background: #fff;
    border: 1.5px solid #b0aca8;
    margin-top: 15px;
}
.customervoice-head {
    border-bottom: 1px solid #dee2e1;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
.customervoice-head img {
    width: 50px;
    vertical-align: bottom;
    margin-top: -70px;
    margin-bottom: -7px;
}
.customervoice-title{
	font-size: 1.0rem;
	font-weight: bold;
}
/*---------------------------
リフォームの流れエリア
---------------------------*/
.flowsection{
    background: #F2F0E8;
    padding: 40px 0;
    margin: 0 15px 40px;
}
.flowsection .flow-title-img{
    display: none;
}
.flow-wrap{
    padding: 0 24px;
    margin: 18px auto 0;
    position: relative;
    text-align: center;
}
.flowsection .flow-box{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    background: #fff;
    color: #eb6005;
    font-size: 1.0rem;
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flowsection .flow_num {
	width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    margin-top: -40px;
    margin-bottom: 0;
    margin-left: 8px;
}
.flowsection .flow-box img:last-child {
position: static;
	width: 140px;
    min-width: 140px;
    height: auto;
}
.flowsection .flow-box .text{
    width: 100%;
    margin-left: 9px;
    margin-right: 9px;
    text-align: left;
}
.flowsection+.contactform-btn{
	    margin: 0 15px 40px;
}
/*---------------------------
施工事例カテゴリエリア
---------------------------*/
.categorysection{
    margin: 0 15px 40px;
}
.categorysection .subtitle{
	border: 1px solid #eee;
    border-bottom: 3px solid #eee;
    border-top: 3px solid #777;
    padding: 14px 10px;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #fbfbfb;
}
.type{
    clear: both;
    overflow: hidden;
}
.type ul{
	font-size: 0;
    text-align: center;
}
.type li {
    margin: 0 7% 20px 0;
    display: inline-block;
    width:calc(86%/3);
    display: inline-block;
    border: 2px solid #fb7e33;
    box-shadow: 3px 4px 0 #d0cfcf;
    -webkit-box-shadow: 3px 4px 0 #d0cfcf;
    border-radius: 5px;
	padding: 5px 0 0;
}
.type li:nth-child(3){
	margin-right:0;
}
.type  li a {
    display: block;
}
/*---------------------------
リフォームランキングエリア
---------------------------*/
.rankingsection{
    margin: 0 15px 40px;
}
.rankingsection .content-01{
    margin: 0 0 40px;
}
.rankingsection .title{
    border: 1px solid #eee;
    border-bottom: 3px solid #eee;
    border-top: 3px solid #777;
    padding: 14px 10px;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #fbfbfb;
}
.rankingsection .carousel{
	margin-bottom: 80px;
	padding-left: 0;
}
/*---------------------------
山健保証制度エリア
---------------------------*/
.badgesection{
    margin: 0 15px 40px;
}
.badgesection .title{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.2rem;
}
.badgesection .title span{
	font-size: 2.0rem;
	color: #fb7e33;
}
.badgesection .badge-box{
	width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.badge-box img{
    width: 100px;
    min-width: 100px;
}
.badge-box .badge-title{
    color: #eb6005;
    font-size: 1.0rem;
    font-weight: bold;
}
.badgesection .badge-box .text{
	width: 100%;
    margin-left: 18px;
    margin-right: 9px;
    font-weight: bold;
}
/*---------------------------
取り扱いメーカーエリア
---------------------------*/
.makersection{
    margin: 0 15px 40px;
}
.makersection .lead{
	border: 1px solid #eee;
    border-bottom: 3px solid #eee;
    border-top: 3px solid #777;
    padding: 14px 10px;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #fbfbfb;
}
.makersection .text{
	padding: 0 0 10px;
}
.makersection img{
	width: 100%;
}
/*---------------------------
お問い合わせエリア
---------------------------*/
.contactsection{
    padding: 40px 20px;
    background: #e4e2d6;
    margin-bottom: 40px;
}
.contactsection .title{
	text-align: center;
	font-size: 18px;
}
.contactsection .form, .contactsection .tel {
  text-align: center;
  margin: 20px 0
}

.contactsection .form p.form_title, .contactsection .tel p.tel_title {
  font-size: 13px;
  font-weight: 700;
  margin: 0
}

.contactsection .form p.form_title span, .contactsection .tel p.tel_title span {
  font-size: 10px;
  font-weight: 400
}

.contactsection a.form_cs, .contactsection a.tel_cs {
  width: 80%;
  padding: 6px 0;
  margin: 5px auto;
  font-size: 20px;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  background-image: gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  background: linear-gradient(#fff, #f0f0f0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 1px #c76228;
  box-shadow: 0 1px 1px #c76228;
  border: 2px solid #fb7e33;
  letter-spacing: 2px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.contactsection a.form_cs {
  font-size: 17px
}

.contactsection a.form_cs:before, .contactsection a.tel_cs:before {
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  content: '\f139'
}

.contactsection a.tel_cs:before {
  content: '\f2a0'
}

.contactsection a.form_cs:before {
  content: '\f0e0'
}

.contactsection .form p.form_info, .contactsection .tel p.tel_info {
  font-size: 13px;
  margin: 0
}
/*---------------------------
フッターエリア
---------------------------*/
#footer03 {
  background: #222;
  overflow: hidden;
}
 
#footer03 .inner-block {
  padding: 30px 0;
}
 
#footer03 .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
 
#footer03 .logo > img {
  width: 160px;
}
 
#footer03 .logo .ja {
  padding-left: 20px;
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
}
 
#footer03 .address {
  margin-top: 20px;
  color: #ccc;
}
 
#footer03 .nav li a {
  padding: 10px 0;
  color: #ccc;
  font-weight: bold;
}
 
#footer03 .nav .footer-btn-wrap .contact-btn {
  background-color: #0077bb;
  color: #fff;
  text-align: center;
}
 
#footer03 .nav .footer-btn-wrap .login-btn {
  background: #c4341a;
  color: #fff;
  text-align: center;
}
 
#footer03 .js-aco li a {
  padding-left: 15px;
}
 
#footer03 .js-aco li a span {
  position: relative;
 
}
 
#footer03 .js-aco li a span::before {
  display: inline-block;
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  background-color: #ccc;
  top: 0;
  bottom: 0;
  right: calc(100% + 5px);
  margin: auto;
}
#footer03 .inner-block {
padding: 30px 10px 10px;
}
#footer03 .logo .ja {
font-size: 12px;
}
#footer03 .address {
margin: 20px 0;
}
#footer03 .nav {
padding: 0;
}
#footer03 .nav li {
border-top: 1px solid #555;
}
#footer03 .nav li a {
display: block;
padding: 12px 20px;
background-size: 6px auto;
}
#footer03 .nav li .nav-child{
display: none;
}
#footer03 .footer-btn-wrap {
display: flex;
align-items: flex-start;
justify-content: space-around;
padding-top: 15px;
border-top: 1px solid #ebebeb;
}
#footer03 .js-aco li a {
padding-left: 40px;
}
#footer03 .nav .footer-btn-wrap a {
padding: 10px;
width: 40%;
}
#footer03 .copyright {
font-size: 10px;
text-align: center;
color: #ccc;
}
/*---------------------------
【下固定】見積もりボタン
---------------------------*/
.estimate-wrap{
    position: fixed;
    bottom:0;
    width: 100%;
	background: #F2F0E8;
    padding: 20px;
}
.estimate-wrap.isActive {
	opacity: 1;
	transition: all 0.65s;
}
.estimate-wrap .tel{
	font-size: 12px;
	text-align: center;
}
.estimate-wrap .estimate-btn{
	margin: 0 0 10px;
}
.estimate-wrap .estimate-btn span{
    background: #fff;
    border-radius: 15px;
    color: #fb7e33;
    padding: 0.1em 0.8em;
    margin-left: 0.8em;
    top: -3px;
}
.estimate-wrap .estimate-btn > a {
    display: block;
    border-radius: 5px;
    font-size: 16px;
    background: #fb7e33;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: 0 3px 0 #c76228;
    box-shadow: 0 3px 0 #c76228;
    font-weight: bold;
    padding: 15px;
}
.estimate-wrap .estimate-btn > a:hover{
	opacity:0.8;
}
/*---------------------------
【会社概要】【店舗案内】【サイトマップ】タイトルエリア
---------------------------*/
#company_wrap h2, #office_wrap h2, #sitemap_wrap h2, #contact_wrap h2, #products_wrap h2, #flow_wrap h2{
    margin: 0 0 30px;
    padding: 20px 0;
    background-color: #f0f0f0;
    font-size: 20px;
    text-align: center;
}
/*---------------------------
【店舗案内】
---------------------------*/
#office_wrap .map{
	text-align:center;
}
.map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/*---------------------------
【お問い合わせ・資料請求】
---------------------------*/
#contact_wrap h3 {
    font-size: 25px;
    line-height: 160%;
}
#contact_wrap .faq-area {
    overflow: hidden;
    margin-top: 60px;
}
#contact_wrap .faq {
    margin: 0 2.5%;
    padding: 0;
    width: 45%;
    float: left;
}
#contact_wrap .faq h3 {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    position: relative;
}
#contact_wrap .faq h3:before {
    content: "";
    position: absolute;
    background: #ccc;
    top: 50%;
    left: 0;
    margin-top: -14px;
    height: 24px;
    width: 4px;
}
#contact_wrap .faq a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
}
#contact_wrap .faq label {
    display: block;
    font-weight: 700;
    margin: 0 0 2px;
    padding: 12px;
    line-height: 1;
    cursor: pointer;
    background: #fff;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%);
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#contact_wrap .faq .label_first-child {
    border-top: 1px solid #ccc;
}
#contact_wrap .faq label i {
    color: #29cccc;
    margin-right: 10px;
}
#contact_wrap .faq input {
    display: none;
}
#contact_wrap .faq p {
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.1s;
}
#qu_01:checked~#answer_01,
#qu_02:checked~#answer_02,
#qu_03:checked~#answer_03,
#qu_11:checked~#answer_11,
#qu_12:checked~#answer_12,
#qu_13:checked~#answer_13,
#qu_14:checked~#answer_14,
#qu_15:checked~#answer_15,
#qu_21:checked~#answer_21,
#qu_22:checked~#answer_22,
#qu_23:checked~#answer_23,
#qu_24:checked~#answer_24,
#qu_31:checked~#answer_31,
#qu_32:checked~#answer_32 {
    max-height: 200px;
    opacity: 1;
    padding: 10px 5px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#contact_wrap .faq-area .button-area {
    font-weight: 700;
    letter-spacing: 1px;
    width: 350px;
    margin: 0 2.5% 0 0;
    clear: both;
    float: right;
    text-align: center;
}
#contact_wrap .faq-area .button-area a {
    display: block;
    padding: 25px 0;
    color: #fff;
    background: #29cccc;
    border-radius: 5px;
    text-decoration: none;
    border: 2px solid #29cccc;
}
#contact_wrap .faq-area .button-area a:hover {
    color: #29cccc;
    background: #fff;
    border: 2px solid #29cccc;
}
#contact_wrap .faq-area .button-area a:after {
    font-family: "font awesome 5 free";
    font-weight: 600;
    content: "\f138";
    margin: 0 0 0 10px;
}
/*---------------------------
【リフォームメニュー一覧】
---------------------------*/
#products_wrap .category-list {
    background-color: #f1f3f4;
    margin: 0;
    padding: 0;
}
#products_wrap .category-list ul {
    margin: 0 20px;
    padding: 12px 0;
    font-size: 0;
}
#products_wrap .category-list li {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    width: calc(100%/5);
    padding: 0 0 0 14px;
}
#products_wrap .category-list li a {
    text-decoration: none;
    width: 100%;
}
#products_wrap .category-list li a:before {
    font-family: "font awesome 5 free";
    font-size: 10px;
    color: #333;
    margin: 0 5px 0 0;
    display: inline-block;
    font-weight: 900;
    content: '\f054';
}
/*---------------------------
【リフォームの流れ】
---------------------------*/
#flow_wrap > img{
	display: none;
}
#flow_wrap > p{
	    margin: 0 15px 40px;
}
#flow_wrap table, #flow_wrap table td{
	border:0;
}
#flow_wrap table .td_1{
	width: 70px;
    background: #3e603b;
    padding:0;
    vertical-align: top;
}
#flow_wrap table .td_2{
    padding: 0 8px;
}
#flow_wrap table .td_2_contents{
    background: #F2F0E8;
}
#flow_wrap table .td_2 .mt-15{
    margin-top: 15px;
}
#flow_wrap table .td_2 h3, #flow_wrap table .td_2 div{
 	padding: 10px;
}
#flow_wrap table　td.span{
	width: 20px;
}
/*---------------------------
【リフォームメニュー】
---------------------------*/
#kitchen_wrap .recommend{
	margin: 40px 15px 10px;
	text-align:center;
}
#kitchen_wrap .recommend .title{
    font-weight: bold;
}
#kitchen_wrap .recommend .title{
	margin: 0 0 10px;
}
#kitchen_wrap .recommend .title span{
	color: #ff0000;
}
#kitchen_wrap .estimate{
    padding: 20px;
    margin: 0 0 40px;
    background: #e4e2d6;
}
#kitchen_wrap .estimate h3.title{
    color: #000;
    margin-bottom: 10px;
}
#kitchen_wrap .estimate h3.title, #kitchen_wrap .estimate .text{
	text-align: center;
    margin-bottom: 10px;
}
#kitchen_wrap .estimate .estimate-btn span{
    display: inline-block;
    background: #fff;
    border-radius: 15px;
    color: #fb7e33;
    padding: 0.1em 0.8em;
    margin-left: 0.8em;
    position: relative;
    top: -3px;
}
#kitchen_wrap .estimate .estimate-btn > a {
	display: block;
    border-radius: 5px;
    font-size: 16px;
    background: #fb7e33;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: 0 3px 0 #c76228;
    box-shadow: 0 3px 0 #c76228;
    font-weight: bold;
    padding: 15px;
}
#kitchen_wrap .company, #kitchen_wrap .content-01, #kitchen_wrap .content-02, #kitchen_wrap .content-03, #kitchen_wrap .content-04, #kitchen_wrap .content-04+.contactform-btn{
    margin: 0 15px 40px;
}
#kitchen_wrap .content-01 .title, #kitchen_wrap .content-02 .title, #kitchen_wrap .content-03 .title, #kitchen_wrap .content-04 .title{
	border: 1px solid #eee;
    border-bottom: 3px solid #eee;
    border-top: 3px solid #777;
    padding: 14px 10px;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #fbfbfb;
}
#kitchen_wrap .content-03 .text{
	padding: 20px 0 0;
}
.ranking-slider ul{
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
    margin: 15px 1vw 0;
    padding-bottom: 15px;
    padding-left: 0;
}
.ranking-slider li{
	display: inline-block;
    margin: 0 2% 0 0;
    position: relative;
    width: calc(90%/2);
    vertical-align: top;
}
.ranking-slider li:last-child{
    margin-right:0;
}	
.ranking-slider li img{
	width: 100%;
    height: auto;
    display: block;
}
.ranking-slider li .item-exp{
	width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: normal;
}
.ranking-slider li .item-name{
    margin: 10px 0;
    font-weight: bold;
}
.ranking-slider li .item-maker{
	font-size: 11px;
    border: 1px solid #ccc;
    padding: 1px 4px;
    display: inline-block;
    margin: 0;
}
.ranking-slider li .item-exp{
    margin-bottom: 5px;
}
.ranking-slider li .item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.5em;
    margin-right: -0.25em;
    margin-bottom: 0.5em;
    margin-left: -0.25em;
}
.ranking-slider li .item-icon li{
	-webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc( 16.66667% - 0.5em);
    flex-basis: calc( 16.66667% - 0.5em);
    margin-right: 0.25em;
    margin-bottom: 0.5em;
    margin-bottom: 0;
    margin-left: 0.25em;
}
.ranking-slider li .item-btn{
    border-radius: 5px;
    margin-top: 10px;
    background: #fb7e33;
    -webkit-box-shadow: 0 3px 0 #c76228;
    box-shadow: 0 3px 0 #c76228;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}
.ranking-slider  li .item-btn a{
    color: #fff;
    text-decoration: none;
}
.ranking-slider li:before {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    position: absolute;
    top: -17px;
    left: -12px;
}
.ranking-slider li:nth-child(1)::before {
    content: url(https://yamakenzaimokuten.com/rehome/pc/img/icon/rank-01.png);
}
.ranking-slider li:nth-child(2)::before {
    content: url(https://yamakenzaimokuten.com/rehome/pc/img/icon/rank-02.png);
}
.ranking-slider li:nth-child(3)::before {
    content: url(https://yamakenzaimokuten.com/rehome/pc/img/icon/rank-03.png);
}
.ranking-slider li:nth-child(4)::before {
    content: url(https://yamakenzaimokuten.com/rehome/pc/img/icon/rank-04.png);
}
.ranking-slider li:nth-child(5)::before {
    content: url(https://yamakenzaimokuten.com/rehome/pc/img/icon/rank-05.png);
}
.ranking-slider li:nth-child(6)::before {
    content: url(https://yamakenzaimokuten.com/rehome/pc/img/icon/rank-06.png);
}
.ranking-slider li:nth-child(7)::before {
    content: url(https://yamakenzaimokuten.com/rehome/pc/img/icon/rank-07.png);
}
.ranking-slider li:nth-child(8)::before {
    content: url(https://yamakenzaimokuten.com/rehome/pc/img/icon/rank-08.png);
}
#kitchen_wrap .content-03{
	clear: both;
    overflow: hidden;
}
#kitchen_wrap .content-03 .warranty-list{
	display: flex;
}
.warranty-01, .warranty-02{
	margin: 0 20px 0 0;
    width: 100%;
    max-width: 160px;
}
.warranty-03{
    width: 100%;
    max-width: 160px;
}
.warranty-point dl {
	margin: 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.warranty-point dt,
.warranty-point dd {
	padding: 8px 0;
    border: 2px solid;
}

.warranty-01 dt,
.warranty-01 dd {
	border-color: #094;
}

.warranty-02 dt,
.warranty-02 dd {
	border-color: #ed6c00;
}

.warranty-03 dt,
.warranty-03 dd {
	border-color: #e60044;
}
.warranty-01 dt {
	color: #094;
	background: rgba(0, 153, 68, 0.1);
	font-size: 20px;
}

.warranty-02 dt {
	color: #ed6c00;
	background: rgba(237, 108, 0, 0.1);
	font-size: 20px;
}

.warranty-03 dt {
	color: #e60044;
	background: rgba(230, 0, 68, 0.1);
	font-size: 20px;
}

.warranty-01 dd {
	background: #094;
}

.warranty-02 dd {
	background: #ed6c00;
}

.warranty-03 dd {
	background: #e60044;
}
#kitchen_wrap .content-04 .faq{
    background-color: #f8f8f8;
    margin: 0 0 30px;
    padding: 15px;
    clear: both;
    overflow: hidden;
}
#kitchen_wrap .content-04 .faq .question{
    border-bottom: solid 1px #422b2b;
    color: #422b2b;
    padding: 0 0 5px;
    font-weight: bold;
    margin: 0 0 10px;
}
/*---------------------------
【プライバシーポリシー】
---------------------------*/
.policy_title{
	font-size: 25px;
    padding: 5px 0 5px 15px;
    background-color: #F2F0E8;
}
.policy_detail{
	margin: 30px 0;
}
/*---------------------------
【LP】
---------------------------*/
#lp_wrap .contactform-btn, #lp_wrap .company, #lp_wrap .voicesection, #lp_wrap .reasonsection, #lp_wrap .flowsection{
	margin: 0 15px 40px;
}
.lp_main-banner .pc_img{
	display: none;
}
.lp_contactsection{
	background-color: #fb7e33;
    font-weight: bold;
    padding: 40px 24px;
    text-align: center;
}
.lp_contactsection_box{
	border: 4px #fff solid;
    border-radius: 10px;
    margin-bottom: 24px;
}
.lp_contactsection_box_title{
    position: relative;
    height: auto;
    color: #fff;
    border-bottom: 4px #fff solid;
    font-size: 0;
}
.lp_contactsection_box_left{
    padding-left: 0;
    color: #fb7e33;
    background-color: #fff;
    font-size: 22px;
    text-align: center;
}
.lp_contactsection_box_right{
    padding: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    box-sizing: border-box;
}
.lp_contactsection_box_inner{
	overflow: hidden;
    padding: 20px 0px;
}
.lp_contactsection_box_inner_left{
	padding: 0 50px;
}
.lp_contactsection_box_inner_right{
    padding: 0 10px;
    color: #fff;
}
.lp_contactsection_box_inner_right_subtitle{
    margin: 0 0 10px
}