/*---------------------------
標準css
---------------------------*/
@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0
}
* {
    box-sizing: border-box;
}
table,
caption,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    text-align: left;
    font-weight: 400
}
a img,
iframe {
    border: none
}
img{
	width: 100%;
	height: auto;
}
ol,
ul,
li {
    list-style: none
}
input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit
}
body {
    text-align: left;
    background-color: #fff;
    line-height: 1.6em;
    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;
    overflow-x: hidden;
}
select {
    border: solid 1px #ccc;
}
.clr {
    border: 0;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.frame_outer {
    text-align: left;
    background-color: #fff;
}
#pan {
    padding: 0;
    line-height: 30px;
    text-align: right;
    font-size: 10px;
    width: 1065px;
    margin: 0 auto 10px;
}
#container {
    clear: both;
    width: 1065px;
    margin: 0 auto;
    padding: 0;
}
#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
#topcolumn {
    margin: 0 0 80px;
}
#bottomcolumn,
#footerbottomcolumn {
    margin: 20px auto 0;
    padding: 0;
    width: 1065px;
    background: #fff;
}
.main_column {
    padding: 0;
    margin: 0;
}
#undercolumn {
    width: 100%;
    margin: 0 0 30px;
}
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block;
}
.clear {
    clear: both;
}
a {
    cursor: pointer;
   	text-decoration: none;
}
a:link {
    color: #000;
}
a:visited {
    color: #000;
}
a:active {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #3e603b;
    text-decoration: underline;
}
a img:hover {
    opacity: .7;
}
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}
.hidden {
    display: none;
}
/*---------------------------
ブロック別css
---------------------------*/
/*---------------------------
【ヘッダー】
---------------------------*/
/*---------------------------
ヘッダーエリア
---------------------------*/
#header_upper {
    background: #3e603b;
    color: #fff;
}
#header_upper .header_upper_contents {
    width: 1065px;
    margin: 0 auto;
    padding: 6px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#header_upper .header_upper_contents, #header_upper .header_upper_contents ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
#header_upper .header_upper_contents li {
    padding: 0 10px;
}
#header_upper .header_upper_contents li a {
    color: #fff;
    text-decoration: none;
}
#header_upper .header_upper_contents h1 {
    font-weight: 400;
}
#header {
    width: 1065px;
    margin: 25px auto 10px;
}
#header .lead {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    vertical-align: top;
    padding:10px 0;
    font-size: 12px;
}
#header .logo {
    display: inline-block;
}
#header .logo img {
    width: 85%;
}
#header .tel {
    display: inline-block;
    float: right;
    padding:10px 0;
}
.common_fixed-banner_01 {
    display: block;
    background-color: #3e603b;
    width: 100%;
    text-align: center;
    margin: 0 -200%;
    padding: 0 200%;
}
.tel .num{
	font-size: 22px;
	color: #3e603b;
}
.tel .num:before{
    font-family: "font awesome 5 free";
    font-weight: 600;
    content: "\f095";
    margin-right: 10px;
}
#navwrapper{
	display: none;
}
/*---------------------------
メニューエリア
---------------------------*/
#global-nav {
    padding: 15px 0;
    text-align: center;
}
#menu {
	position: relative;
    margin: 0 0 15px;
    padding: 0;
}
#global-nav ul {
    font-size: 0;
    width: 1065px;
    margin: 0 auto;
}
#menu .menu-cell{
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    width: 16%;
    line-height: 70px;
}
#menu .menu-cell a {
    color: #000;
    text-decoration: none;
    display: block
}
#menu .menu-cell:not(:last-child) {
    border-right: 1px solid #ddd
}
#menu .menu-cell:hover {
    background-color: #f8fbf7;
}
#menu .menu-cell:hover .menu_second-level {
    top: 75px;
    visibility: visible;
    opacity: 1;
}
#menu .menu-cell .menu_second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 200px;
    box-sizing: border-box;
    width: 1065px;
    margin: 0 0;
    padding: 15px 0;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #d9d9d9;
    background: #fafcf9;
}
#menu .menu-cell .menu_second-level li{
    display: inline-block;
    box-sizing: border-box;
}
#menu .menu-cell .menu_second-level li a{
	display: flex;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    margin: 0 5px 0;
}
#menu .menu-cell .menu_second-level li a:hover{
    background: #eee;
}	
#menu .menu-cell .menu_second-level li img{
    width: 100%;
}
#menu .menu-cell .menu_second-level li img:hover{
	opacity: 1.0;
}
/*---------------------------
【トップ】
---------------------------*/
/*---------------------------
選ばれる理由エリア
---------------------------*/
.reasonsection{
	margin: 0 auto 80px;
}
.reasonsection .subtitle img{
	width: 100%;
	height: auto;
}
.bannersection, .categorysection{
	margin: 0 auto 65px;
    width: 1065px;
}
.reasonsection .suggestlist{
	margin: 0 auto 80px;
}
.reasonsection .suggestlist ul {
    margin: 15px 1vw 0;
    padding-bottom: 15px;
    padding-left: 0;
}
.reasonsection .suggestlist li{
    display: inline-block;
    margin: 0 2% 10px 0;
    position: relative;
    width: calc(92.8%/4);
    vertical-align: top;
    border: 3px solid #fb7e33;
    background: #fb7e3303;
    border-radius: 20px;
    padding: 15px;
}
.reasonsection .suggestlist li:last-child{
	margin-right: 0;
}
.reasonsection .suggestlist li img{
	width: 100%;
	height: auto;
}
.reasonsection .suggestlist li .subtitle{
	font-size: 1.0rem;
    margin: 0 0 10px;
    color: #fb7e33;
    text-align: center;
}
.reasonsection .suggestlist li p{
	width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: normal;
}
/*---------------------------
お問い合わせ誘導ボタン
---------------------------*/
.contactform-btn{
	text-align: center;
}
.contactform-btn:hover{
	opacity:0.8;
}
.contactform-btn img{
	width: 800px;
	transition: .5s;
}
.contactform-btn img:hover {
  transform: scale(1.1);
}
/*---------------------------
お客様の声エリア
---------------------------*/
.voicesection{
	background: url(../img/p0027_s.png);
    padding: 60px 50px;
    margin: 0 auto;
}
.customervoice-box {
    width: 50%;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    border: 3px solid #b0aca8;
}
.customervoice-head {
    border-bottom: 1px solid #dee2e1;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
.customervoice-head img {
    vertical-align: bottom;
    margin-top: -70px;
    margin-bottom: -7px;
    width: 100px;
}
.customervoice-title{
	font-size: 1.0rem;
	font-weight: bold;
}
.voicesection .box-upper, .voicesection .box-lower{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.voicesection .box-upper{
	margin: 0 0 60px;
}
.customervoice-box+.customervoice-box{
	margin-left: 25px;
}
/*---------------------------
リフォームの流れエリア
---------------------------*/
.flowsection{
    background: #F2F0E8;
    padding: 65px 0;
    margin: 0 auto 80px;
}
.flowsection .subtitle{
    position: relative;
}
.flowsection .flow-title-img{
    max-width: 213px;
    width: 20%;
    height: auto;
    position: absolute;
    top: 1%;
    right: 5%;
}
.flow-wrap{
	width: 1065px;
    padding: 0 24px;
    margin: 18px auto 0;
    position: relative;
    z-index: 2;
    text-align: center;
}
.flowsection .flow-box{
    width: calc(90.8%/4);
    height: 305px;
    background: #fff;
    color: #fb7e33;
	font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 67px;
	display: inline-block;
    margin: 0 2% 10px 0;
}
.flowsection .flow_num {
    margin-top: -35px;
    margin-bottom: 10px;
    width:70px;
    height: 70px;
}
.flowsection .flow-box img:last-child {
    position: absolute;
    left: 0;
    bottom: 0;
}
.flowsection+.contactform-btn{
    margin: 0 auto 80px;
}
/*---------------------------
施工事例カテゴリーボタンエリア
---------------------------*/
.categorysection .subtitle{
    font-size: 1.2rem;
    font-weight: bold;
    border: 1px solid #eee;
    border-bottom: 3px solid #eee;
    border-top: 3px solid #777;
    padding: 14px 10px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    box-sizing: border-box;
}
.type{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    clear: both;
    overflow: hidden;
}
.type ul{
	font-size: 0;
    text-align: center;
}
.type li {
    margin: 0 2% 20px 0;
    display: inline-block;
    background: #fb7e3303;
    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 a {
    display: block;
}
/*---------------------------
リフォームランキングエリア
---------------------------*/
.rankingsection{
    margin: 0 auto 65px;
    width: 1065px;
}
.rankingsection .content-01{
    margin: 0 auto 65px;
}
.rankingsection .title{
    font-size: 1.2rem;
    font-weight: bold;
    border: 1px solid #eee;
    border-bottom: 3px solid #eee;
    border-top: 3px solid #777;
    padding: 14px 10px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    box-sizing: border-box;
}
.rankingsection .carousel{
	margin-bottom: 80px;
}
/*---------------------------
山健保証制度エリア
---------------------------*/
.badge{
	position: relative;
    text-align: center;
    margin: 40px 0;
}
.badge:before{
    position: absolute;
    content: "";
    display: block;
    background: url(/rehome/pc/img/people_02.gif) no-repeat;
    background-size: contain;
    width: 220px;
    height: 300px;
    bottom: -48px;
    left: 78%;
    pointer-events: none;
}
.badge p{
	width: 620px;
    margin: 10px auto 0;
    text-align: right;
}
.badge img{
	width: 69%;
}
/*---------------------------
取り扱いメーカーエリア
---------------------------*/
.makersection{
	margin: 0 15px 40px;
}
.makersection .lead{
    font-size: 1.2rem;
	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;
    box-sizing: border-box;
}
.makersection .text, .makersection img{
	text-align: center;
}
.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;
}
 
#footer03 .inner-block {
  padding: 30px 0;
    margin: 0 auto;
    width: 1204px;
}
 
#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: 150px;
}
 
#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 .nav .footer-btn-wrap a {
    display: block;
    width: 150px;
    border: 2px solid transparent;
  }
  #footer03 .nav .footer-btn-wrap a + a {
    margin-top: 10px;
  }
  #footer03 .nav .footer-btn-wrap .contact-btn:hover {
    background: #fff;
    color: #0077bb;
    opacity: 1;
  }
  #footer03 .nav .footer-btn-wrap .login-btn:hover {
    background: #fff;
    color: #c4341a;
    opacity: 1;
  }
  #footer03 .area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
 
  #footer03 .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
  }
 
  #footer03 .nav li a {
    font-size: 14px;
  }
 
  #footer03 .nav li a:hover {
    opacity: 1;
    color: #c4341a;
  }
/*---------------------------
【下固定】見積もりボタン
---------------------------*/
.estimate-wrap{
    position: fixed;
    bottom:0;
    width: 100%;
    z-index: 9999;
	background: #F2F0E8;
    padding: 20px;
}
.estimate-wrap .estimate-items{
	display: flex;
	width: 1065px;
    margin: 0 auto;
    padding: 0;
}
.estimate-wrap .estimate-item:first-child{
	width: 77%;
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
}
.estimate-wrap .estimate-item::nth-child(2){
    width: 23%;
}
.estimate-wrap .estimate-title{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
}
.estimate-wrap .estimate-title > span {
    font-size: 20px;
    color: #ed6c00;
}
.estimate-wrap .estimate-btn{
    width: 100%;
    display: flex;
}
.estimate-wrap .estimate-btn span{
    display: inline-block;
    font-size: 15px;
    background: #fff;
    border-radius: 15px;
    color: #fb7e33;
    padding: 0.1em 0.8em;
    margin-left: 0.8em;
    position: relative;
    top: -3px;
}
.estimate-wrap .estimate-btn > a {
    border-radius: 5px;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    font-size: 25px;
    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 40px;
    padding: 30px 0 22px;
    background-color: #f0f0f0;
    font-size: 28px;
    text-align: center;
}
#company_wrap h2 span, #office_wrap h2 span, #sitemap_wrap h2 span, #contact_wrap h2 span, #products_wrap h2 span, #flow_wrap h2 span {
    display: block;
    font-size: 14px;
    font-family: verdana,tahoma,arial,sans-serif;
    margin-top: 5px;
}
/*---------------------------
【店舗案内】
---------------------------*/
#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-size: 13px;
    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-size: 16px;
    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;
    font-size: 16px;
    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);
    box-sizing: border-box;
    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{
	width: 100%;
}
#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_contents h3{
	font-size: 25px;
}
#flow_wrap table .td_2 h3, #flow_wrap table .td_2 div{
 	padding: 10px;
}
#flow_wrap table　td.span{
	width: 20px;
}
/*---------------------------
【リフォームメニュー】
---------------------------*/
#kitchen_wrap .main-img img{
	width: 100%;
}
#kitchen_wrap .recommend{
	margin: 40px 0 0;
	text-align:center;
}
#kitchen_wrap .recommend .title{
    font-size: 32px;
    font-weight: bold;
}
#kitchen_wrap .recommend .title{
	margin: 0 0 20px;
}
#kitchen_wrap .recommend .title span{
	color: #ff0000;
}
#kitchen_wrap .estimate{
    background: #F2F0E8;
    margin: 65px -200% 65px;
    padding: 70px 200%;
}
#kitchen_wrap .estimate h3.title{
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
}
#kitchen_wrap .estimate h3.title, #kitchen_wrap .estimate .text{
	text-align: center;
}
#kitchen_wrap .estimate .estimate-btn{
    width: 100%;
    display: flex;
}
#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;
    width: 100%;
    border-radius: 5px;
    font-size: 1.2rem;
    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;
    margin: 20px 0 0;
}
#kitchen_wrap .estimate .estimate-btn > a:hover{
	opacity:0.8;
}
#kitchen_wrap .company{
    text-align: center;
}
#kitchen_wrap .company ul{
    padding: 16px 0 16px 95px;
}
#kitchen_wrap .company ul li{
    display: inline-block;
    border: 2px solid #e5e5e3;
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    margin-right: 10px;
}
#kitchen_wrap .company ul li:last-child{
	border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#kitchen_wrap .company ul li:last-child p{
	font-weight: bold;
	font-size: 25px;
}
#kitchen_wrap .content-01{
    margin-top: 80px;
    padding: 20px;
}
#kitchen_wrap .content-02, #kitchen_wrap .content-03, #kitchen_wrap .content-04, #kitchen_wrap{
    margin-top: 50px;
    padding: 20px;
}
.content-04+.contactform-btn{
	margin: 50px 0;
}
#kitchen_wrap .content-01 .title, #kitchen_wrap .content-02 .title, #kitchen_wrap .content-03 .title, #kitchen_wrap .content-04 .title{
	font-size: 1.2rem;
	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;
    box-sizing: border-box;
}
#kitchen_wrap .content-01 .text, #kitchen_wrap .content-02 .text, #kitchen_wrap .content-03 .text{
	padding: 20px 0;
}
.ranking-slider ul{
    margin: 15px 1vw 0;
    padding-bottom: 15px;
    padding-left: 0;
}
.ranking-slider li{
	display: inline-block;
	margin: 0 2% 10px 0;
    position: relative;
    width: calc(92.5%/4);
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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:hover{
    -webkit-box-shadow:0 2px 0 0 #c76228;
	box-shadow:0 2px 0 0 #c76228;
	top: -4px;
}
.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(../img/icon/rank-01.png);
}
.ranking-slider li:nth-child(2)::before {
    content: url(../img/icon/rank-02.png);
}
.ranking-slider li:nth-child(3)::before {
    content: url(../img/icon/rank-03.png);
}
.ranking-slider li:nth-child(4)::before {
    content: url(../img/icon/rank-04.png);
}
.ranking-slider li:nth-child(5)::before {
    content: url(../img/icon/rank-05.png);
}
.ranking-slider li:nth-child(6)::before {
    content: url(../img/icon/rank-06.png);
}
.ranking-slider li:nth-child(7)::before {
    content: url(../img/icon/rank-07.png);
}
.ranking-slider li:nth-child(8)::before {
    content: url(../img/icon/rank-08.png);
}
#kitchen_wrap .content-03, #kitchen_wrap .content-02{
	clear: both;
    overflow: hidden;
}
#kitchen_wrap .content-02 .text-area{
    float: left;
    width: 50%;
}
#kitchen_wrap .content-02 .grafimg{
	display: flex;
    float: right;
    width: 50%;
}
#kitchen_wrap .content-02 .grafimg img{
	width:100%;
}
#kitchen_wrap .content-03 .warranty-list{
	display: flex;
    float: left;
    width: 50%;
}
#kitchen_wrap .content-03 .text-area{
    float: right;
    width: 50%;
}
.warranty-point{
	margin: 0 20px 0 0;
    width: 100%;
    max-width: 160px;
}
.warranty-point dl {
	margin: 0;
	font-weight: bold;
	font-size: 1.5em;
	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);
}

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

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

.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;
    font-size: 16px;
    height: 35px;
    line-height: 40px;
    padding: 0 5px 2px;
    font-weight: bold;
    margin: 0 30px 20px;
}
#kitchen_wrap .content-04 .faq .answer{
	padding: 0 5px 2px;
    margin: 0 30px 0;
}

/*---------------------------
【プライバシーポリシー】
---------------------------*/
.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 > .subtitle, #lp_wrap .suggestlist, #lp_wrap .flowsection .subtitle, #lp_wrap .flowsection .flow-wrap, #lp_wrap .lp_contactsection .lp_contactsection_box, #lp_wrap #kitchen_wrap{
	clear: both;
    width: 1065px;
    margin: 0 auto;
}
#lp_wrap .contactform-btn, #lp_wrap .company, #lp_wrap .voicesection, #lp_wrap .reasonsection, #lp_wrap .flowsection{
	margin: 0 auto 80px!important;
}
.lp_main-banner .sp_img{
	display: none;
}
.lp_contactsection{
	background-color: #fb7e33;
    padding: 80px 0;
    font-weight: bold;
}
.lp_contactsection_box{
    height: auto;
    border: 4px #fff solid;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 50px!important;
}
.lp_contactsection_box_title{
    position: relative;
    height: auto;
    color: #fff;
    border-bottom: 4px #fff solid;
    font-size: 0;
}
.lp_contactsection_box_left{
	padding-left: 25px;
    width: 240px;
    color: #f36f21;
    background-color: #fff;
    font-size: 26px;
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
}
.lp_contactsection_box_right{
    padding-left: 40px;
    width: calc(100% - 240px);
    font-size: 19px;
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
}
.lp_contactsection_box_inner{
	overflow: hidden;
    padding: 30px 30px 24px 30px;
}
.lp_contactsection_box_inner_left{
    float: left;
    width: 280px;
    height: auto;
}
.lp_contactsection_box_inner_right{
    float: right;
    width: 570px;
    color: #fff;
    font-weight: bold;
}
.lp_contactsection_box_inner_right_title{
    font-size: 26px;
    margin: 0 0 10px
}
.lp_contactsection_box_inner_right_subtitle{
    font-size: 19px;
    margin: 0 0 10px
}















