@charset "UTF-8";
/* ex_margin
-----------------------------------------*/ 
.ex_marginB0{
 margin-bottom:0px!important;
}
.ex_marginBS{
 margin-bottom:10px!important;
}
.ex_marginBM{
 margin-bottom:20px!important;
}
.ex_marginT0{
 margin-top:0px!important;
}
.ex_marginTSS{
 margin-top:5px!important;
}
.ex_marginTS{
 margin-top:10px!important;
}
.ex_marginTM{
 margin-top:20px!important;
}
.ex_marginTL{
 margin-top:40px!important;
}
.ex_marginTLL{
 margin-top:60px!important;
}
.ex_marginTLLL{
 margin-top:80px!important;
}
.ex_marginTLLLL{
	 margin-top:120px!important;
}
/* ------------------------

.sec_item_list

------------------------ */
.sec_item_list .colum3_wrap li .colum3_txtarea{
  margin-top: 20px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .sec_item_list .colum3_wrap li .colum3_txtarea{
    margin-top: 0;
  }
}
/* ------------------------

.mv_slider_box

------------------------ */
.mv_slider_txt {
  top: 204px;
  width: 490px;
}
.mv_slider_txt img{
  width: 100%;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .mv_slider_box {
    padding-bottom: 125.33%;
  }
  .mv_slider_img {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(/interior/door/img/2025/mv01.webp) no-repeat -140px top;
    background-size: 300%;
  }
  .mv_slider_img img{
    display: none;
    /* max-width: none;
    height: 100%;
    animation-name: slide;
    animation-delay: 1s;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite; */
  } 
  .mv_slider_txt {
    top: 31.5%;
    width: 70%;
  }
}
/*-------------------------
   featherlight_box
-------------------------*/
.featherlight_box{
  display: none;
}
/*-------------------------
   inline_box
-------------------------*/
.inline_box{
	width: 1000px;
	background: #FFF;
	padding: 20px 70px 70px;
	box-sizing: border-box;
	line-height: 1.6;
	margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.inline_box img {
	max-width: 100%;
	height: auto;
	}

.inline_box h3 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 0.8em;
}

.inline_box h4 {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin: 0.8em 0 0.4em;
}


.inline_box h4.label {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin: 0.8em 0 0.4em;
	padding: 6px 0;
	border-top: 1px solid;
}

.inline_box h5 {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin: 0.8em 0 0.4em;
}

.label_name {
	width: 220px;
}


.inline_box p {
	font-size: 14px;
}
.inline_box p.caution {
	font-size: 12px;
}

.inline_box p+p,
.inline_box p+img,
.inline_box img+p,
.inline_box img+img{
	margin-top: 10px;
}
@media screen and (max-width: 640px) {
.inline_box{
	margin: 2em auto 0;
	width: 94vw;
	padding: 10px 20px 20px;
}
.inline_box h3 {
	font-size: 5.2vw;
}
.inline_box h4 {
	font-size: 4vw;
}
.label_name {
	width: 50vw;
}
}

/*-------------------------
   nine_three_column
-------------------------*/
.nine_three_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.nine_three_column .column{
    width: 8%;
}

@media screen and (max-width: 640px) {
.nine_three_column::before {
        content: "";
        width: 24%;
        order: 1;
    }
 
.nine_three_column::after {
        content: "";
        width: 24%;
    }
.nine_three_column .column{
    width: 24%;
}
.nine_three_column .column:nth-child(n+5){
	margin-top: 1em;
}
}

/*-------------------------
    modal_two_column
-------------------------*/
.modal_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.modal_two_column .column{
    width: 48%;
}
.modal_two_column .column:nth-child(n+3) {
	margin: 2em 0 0;
}

@media screen and (max-width: 640px) {
.modal_two_column::after{
    width: 100%;
}
.modal_two_column .column{
    width: 100%;
}

.modal_two_column .column:nth-child(n+2) {
	margin: 1em 0 0;
}
}

/*-------------------------
    modal_three_column
-------------------------*/
.modal_three_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.modal_three_column .column{
    width: 31%;
}
.modal_three_column .column:nth-child(n+4) {
	margin: 2em 0 0;
}

.modal_three_column+.modal_three_column{
	margin-top: 2em;
}

@media screen and (max-width: 640px) {
.modal_three_column::after{
    width: 100%;
}
.modal_three_column .column{
    width: 100%;
}

.modal_three_column .column:nth-child(n+2) {
	margin: 2em 0 0;
}
}

.btn_label {
  margin: 20px auto 0;
  width: 100%;
}
.btn_label a{
  position: relative;
  display: block;
  padding: 18px 12px;
  text-decoration: none;
  color: #333333;
  border: 1px solid #707070;
  text-align: center;
  line-height: 1.5;
  transition: all .4s ease;
  font-size: 15px;
  letter-spacing: 1px;
}
.btn_label a:hover{
  background-color: #ffffff;
}
.btn_label a span{
  position: relative;
}
.btn_label a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 5px;
  margin-top: -3px;
  background : url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
  background-size: 100%;
  transition: all .4s ease;
}
.btn_label a:hover:after{
  right: -11px;
}
.btn_label a:hover:before {
  left: 0;
  right: auto;
  width: calc(100% - 1px);
}
/*-------------------------
   feature_column
-------------------------*/
.feature_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
	width: 976px;
	margin: 2em auto 0;
}

.feature_column::after{
    content:"";
    display: block;
    width: 31%;
}

.feature_column .column{
    width: 31%;
}
.feature_column .column a{
    display: block;
    text-decoration: none;
    color: #333333;
}
.feature_column .column:nth-child(n+4){
	margin-top: 2em;
}

@media screen and (max-width: 640px) {
.feature_column{
	width: auto;
	border-top: 1px solid #cccccc;
}
.feature_column::after{
    width: 100%;
}
.feature_column .column{
    width: 100%;
	border-bottom: 1px solid #cccccc;
}
.feature_column .column:nth-child(n+3){
	margin-top: 0em;
}
}
/*-------------------------
   feature_box
-------------------------*/
.feature_box{
	background: #FFF;
	text-align: center;
	display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
	position: relative;
}

.feature_box .feature_box_img{
    max-width: 100%;
	overflow: hidden;
}

.feature_box .feature_box_txt{
    width: 100%;
	padding: 30px 0;
	line-height: 1.5;
}

.feature_box .feature_box_txt h3{
    font-weight: bold;
	font-size: 20px;
}

.feature_box .feature_box_txt p{
	margin-top: 20px;
}

a .feature_box:after{
	content: "";
	position: absolute;
	bottom: 12px;
	right: 22px;
	width: 26px;
	height: 5px;
	background : url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
	background-size: 100%;
	transition: all .4s ease;
}

a .feature_box:hover:after {
	right: 5px;
}

@media screen and (max-width: 640px) {
.feature_box{
	align-items: center;
}
.feature_box .feature_box_img{
    width: 45%;
}

.feature_box .feature_box_txt{
    width: 55%;
	padding: 0 10px;
	box-sizing: border-box;
}
.feature_box .feature_box_txt h3{
	font-size: 18px;
}
.feature_box .feature_box_txt p{
	font-size: 14px;
	margin-top: 6px;
}
}
/* ------------------------

.series_wrap

------------------------ */
.series_wrap{
  margin-top: 60px;
}
.series_box{
    position: relative;
    background: linear-gradient(#f8f6f2 94%, white 6%);
    padding-top: 3em;
}
.series_block{
  position: absolute;
  top: 18%;
  right: 60%;
  margin: auto 0;
  padding: 55px 0 60px;
  width: 386px;
  height: 352px;
  background-color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 5px 10px 20px 0 rgba(0,0,0,0.05);
}
.series_block .series_sub_ttl{
  font-size: 20px;
  font-weight: bold;
}
.series_block .series_ttl{
  margin-top: 10px;
  line-height: 1.1;
  font-size: 36px;
  font-weight: bold;
}
.series_block .series_ttl_s {
  font-weight: bold;
  font-size: 24px;
}
.series_block .series_txt{
  margin-top: 24px;
  line-height: 2;
  font-size: 18px;
}
.series_btn.btn_sec_type01 {
  margin-top: 30px;
}
.series_btn.btn_sec_type01 a{
  width: 310px;
  padding-right: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.series_box_R .series_thum{
  text-align: right;
}
.series_box .series_thum img{
  width: 77.5%;
}
.series_box_L .series_block{
  left: 60%;
  right: auto;
  height: 352px;
}
.series_box_full {
  padding-bottom: 250px;
  margin-bottom: 60px;
}
.series_box_full .series_block{
  width: 660px;
  height: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 60px;
}
.series_box_full .series_thum{
  width: 95%;
  margin: 0 auto;
}
.series_box_full .series_thum img{
  width: 100%;
}
.series_block.series_block_2row {
  padding-top: 50px;
}
.series_block.series_block_2row .btn_sec_type01 {
  margin-top: 20px;
}
.sec_series .colum3_wrap{
  margin: 60px auto 0;
}

.sec_series .standard_label_block{
    background: #9f712d;
    color: #FFF;
}
.sec_series .craft_label_block{
    background: #005d97;
    color: #FFF;
}
.sec_series .plus_label_block{
    background: #4d5357;
    color: #FFF;
}
.series_block .series_name{
  margin-top: 10px;
  line-height: 1.1;
  font-size: 16px;
}
.series_block .series_name img{
    display: inline-block;
    margin-bottom: 20px;
}
.series_block .series_label_box{
  margin-top: 24px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
    border: 1px solid #FFF;
    display: inline-block;
    padding: 4px 10px 2px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .series_box {
    margin-top: 20px;
    background: linear-gradient(#f8f6f2 80%, white 20%);
    padding-top: 1em;
  }
  .series_box:after {
    content:"";
    display:block;
    clear:both;
    height:0;
    overflow:hidden;
  }
  .series_thum{
    width: 94vw;
  }
  .series_box .series_thum img {
    width: 100%;
  }
  .series_box_R .series_thum,
  .series_box_L .series_thum{
    margin-left: 3vw;
  }
  .series_block {
    position: relative;
    left: 8vw;
    margin-top: -4.5%;
    padding: 20px 0 20px;
    width: 84vw;
    height: auto;
  }
  .series_box_L .series_block {
    left: 8vw;
    float: none;
    margin-right: 3vw;
    height: auto;
  }

  .series_box_full {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .series_box_full .btn_sec_type01 {
    margin-top: 35px;
  }
  .series_box_full .series_block{
    width: 74.66%;
    margin-top: -8.5%;
    padding-top: 34px;
  }
  .series_box_full .series_thum{
    width: 95%;
    margin: 0 auto;
  }
  .series_box_full .series_thum img{
    width: 100%;
  }

  .series_block .series_ttl {
    font-size: 26px;
    line-height: 1.2;
  }
  .series_block .series_sub_ttl {
    font-size: 16px;
  }
  .series_block .btn_sec_type01 {
    margin-top: 16px;
  }
  .series_btn.btn_sec_type01 {
    width: 100%;
  }
  .series_btn.btn_sec_type01 a {
    padding: 10px 40px 10px 20px;
    text-align: left;
    width: 79.28%;
    box-sizing: border-box;
  }
  .series_block.series_block_2row {
    padding-top: 34px;
  }
  .sec_business_customer .btn_area li a {
    font-size: 14px;
  }
.series_block .series_txt{
  margin-top: 20px;
  font-size: 4.2vw;
}
.series_block .series_name{
  font-size: 4vw;
}
.series_block .series_label_box{
  margin-top: 20px;
  font-size: 4vw;
}
}
@media only screen and (max-width: 320px){
  .ttl_sec_type01 {
    font-size: 21px;
  }
  .sec_business_customer .btn_area li a {
    font-size: 12px;
  }
}
/* ------------------------

colum4_wrap

------------------------ */
.colum4_wrap {
    margin-top: 45px;
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}
.colum4_wrap::after {
    content: "";
    display:block;
    width:23%; 
}
.colum4_wrap::before { 
    content: ""; 
    display:block; 
    width:23%;
    order: 1; 
}
.colum4_wrap li {
    width: 23%;
	margin: 0 0 1em;
}

.colum4_wrap li a{
  display: block;
  text-decoration: none;
  color: #333333;
}
.colum4_wrap li .colum4_thum {
  overflow: hidden;
}
.colum4_wrap li .colum4_txtarea{
  margin-top: 20px;
}
.colum4_wrap li .colum4_ttl{
  font-weight: bold;
  line-height: 1.5;
}
.colum4_wrap li .colum4_txt{
  margin-top: 10px;
  line-height: 1.86;
}
.colum4_wrap li a:hover .colum4_ttl{
  text-decoration: underline;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .colum4_wrap li {
    width: 48.73%;
  }
}
/* sec_sticking_points
-----------------------------------------*/ 
.sec_sticking_points{
    line-height: 1.8;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sec_sticking_points .sec_inner{
    background:linear-gradient(180deg,#FFF 0%,#FFF 2%,#f8f6f2 2%,#f8f6f2 100%);
}

.sec_sticking_points h2{
    text-align: center;
    width: 270px;
    margin: 0 auto;
}

.sec_sticking_points h2 img{
	max-width: 100%;
	height: auto;
}

.sec_sticking_points h3{
    margin: 2em 0;
    font-size: 18px;
    text-align: center;
}

.sec_sticking_points .sticking_points_block{
    text-align: center;
    padding-bottom: 4em;
    position: relative;
}

.sec_sticking_points .sticking_points_block a{
    color: #000;
    text-decoration: none;
}

.sec_sticking_points .sticking_points_block .model{
    width: auto;
    margin: 0 auto;
}

.sticking_points_container{
}

.sticking_points_container p{
    text-align: left;
    font-size: 16px;
    margin-top: 1em;
}

.sticking_points_container {
  transition: all .4s ease;
}
.sticking_points_container:hover {
  opacity: .6;
}

.sticking_points_01{
    position: absolute;
    top:10px;
    left:100px;
}

.sticking_points_02{
    position: absolute;
    top:240px;
    left:100px;
}

.sticking_points_03{
    position: absolute;
    top:30px;
    left:690px;
}

.sticking_points_04{
    position: absolute;
    top:174px;
    left:690px;
}

.sticking_points_05{
    position: absolute;
    top:336px;
    left:690px;
}

.sticking_points_box{
    display: table;
}

.sticking_points_no{
    display: table-cell;
}

.sticking_points_ttl{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.sticking_points_ttl span{
    font-size: 24px;
    font-weight: bold;
}

.sticking_points_ttl span:after {
	color: #000;
	content: " \f0da";
	font-family: FontAwesome;
	font-size: 100%;
    display: inline-block;
    padding-left: 10px;
}


@media screen and (max-width: 640px) {
.sec_sticking_points h2{
    width: 60vw;
}
.sec_sticking_points h3{
    margin: 1em 0;
    font-size: 3.8vw;
}
.sec_sticking_points .sticking_points_block{
    padding-bottom: 2em;
}
    
.sticking_points_container p{
    display: none;
}
    
.sec_sticking_points .sticking_points_block .model{
    width: 80vw;
	max-width: 100%;
	height: auto;
    margin: 0 auto;
}
    
.sticking_points_01{
    position: absolute;
    top:2%;
    left:0%;
}

.sticking_points_02{
    position: absolute;
    top:45%;
    left:0%;
}

.sticking_points_03{
    position: absolute;
    top:8%;
    left:70%;
}

.sticking_points_04{
    position: absolute;
    top:37%;
    left:70%;
}

.sticking_points_05{
    position: absolute;
    top:65%;
    left:70%;
}

.sticking_points_box{
    display: block;
    text-align: left;
}

.sticking_points_no{
    display: block;
    width: 12vw;
}
.sticking_points_ttl{
    display: block;
    padding-left: 0;
}
.sticking_points_ttl span{
    font-size: 4.4vw;
}
.sticking_points_ttl span:after {
    padding-left: 4px;
}
}

/* sec_three_label
-----------------------------------------*/ 
.sec_three_label{
    line-height: 1.8;

}
.sec_three_label p{
    font-size: 18px;
    text-align: center;
    margin: 2em 0;
}

@media screen and (max-width: 640px) {
.sec_three_label p{
    font-size: 3.8vw;
    text-align: left;
}
}

/* three_label_column
-----------------------------------------*/ 

.three_label_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 40px auto 0;
}

.three_label_column::after{
    content:"";
    display: block;
    width: 31%;
}

.three_label_column .column{
    width: 31%;
    margin: 0;
}

.three_label_column .column p{ 
    text-align: left;
	margin: 10px 0 0;
	font-size: 16px;
}

.three_label_column .column a {
  transition: all .4s ease;
}
.three_label_column .column a:hover {
  opacity: .8;
}

@media screen and (max-width: 640px) {
.three_label_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    width: 92vw;
}

.three_label_column::after{
    content:"";
    display: block;
    width: 100%;
}

.three_label_column .column{
    width: 100%;
    margin: 0 0 1em;
}
}


.btn_sec_col2 i,
.btn_sec_type01 i{
    font-size: 125%;
    color: #cc3300;
    margin-right: 10px;
}
.pdf_caution{
	text-align: center;
	margin-top: 1.4em;
	font-size: 88%;
}

@media screen and (max-width: 640px) {
.pdf_caution{
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
}

/* sec
-----------------------------------------*/
.sec {
  font-family: "Noto Sans JP", sans-serif;
}

.sec img{
  width: 100%;
  height: auto;
}

.sec_customer .sec_inner{
	border-top: 1px solid #666;
	padding: 4em 0 0;
}

/* ------------------------

.ttl_sec_type02

------------------------ */
.ttl_sec_type02 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .ttl_sec_type02 {
    font-size: 20px;
  }
}

/* sec_reform
-----------------------------------------*/
.sec_reform .colum3_wrap,
.sec_hint .colum3_wrap {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.sec_reform .colum3_wrap li:nth-of-type(2) ,
.sec_hint .colum3_wrap li:nth-of-type(2) {
  margin-right: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
.sec_reform .colum3_wrap,
  .sec_hint .colum3_wrap {
    width: 100%;
  }
}

/* bnr_miriyo
-----------------------------------------*/
.bnr_miriyo_wrapper a{
	color: #000;
	text-decoration: none;
}

.bnr_miriyo{
    display : flex;
    flex-wrap : wrap;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	line-height: 1.8;
	transition: 0.3s;
	background: #FFF;
	margin-top: 40px;
}
.bnr_miriyo:hover{
    opacity: 0.7;
}
.bnr_miriyo_img{
    width: 46%;
}
.bnr_miriyo_img img{
	max-width: 100%;
	height: auto;
}
.bnr_miriyo_txt{
    width: 54%;
	padding: 2em;
	box-sizing: border-box;
	text-align: left;
}

.bnr_miriyo_txt p.sub{
	font-size: 14px;
}
.bnr_miriyo_txt p.main{
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
.bnr_miriyo_img{
    width: 100%;
}

.bnr_miriyo_txt{
    width: 100%;
	padding: 1em 1em;
	text-align: center;
}
.bnr_miriyo_txt p.sub{
	font-size: 3.4vw;
}
.bnr_miriyo_txt p.main{
	font-size: 4.4vw;
}
}

/* bnr_veritis_public
-----------------------------------------*/
.bnr_veritis_public{
	overflow: hidden;
	margin: 30px 0 0 0;
}


/* catalog_box_btn
-----------------------------------------*/
.catalog_box_btn .btn_sec_type01{
	background: #FFF;
}
.catalog_box{
	background: #f2f2f2;
	display: table;
	width: 100%;
	text-align: center;
	padding: 30px 0;
	margin: 100px 0 0 0;
}

.catalog_box_img{
	display: table-cell;
	width: 500px;
	position: relative;
}

.catalog_box_img img{
	width: 320px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.catalog_box_btn{
	display: table-cell;
	width: 478px;
}
.catalog_box_btn .btn_sec_type01{
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
.catalog_box{
	display: block;
	padding: 30px 0 50px;
}

.catalog_box_img{
	display: block;
	width: auto;
}

.catalog_box_img img{
	width: 320px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.catalog_box_btn{
	display: block;
	width: auto;
	margin-top: 30vw;
}
}

/* consultation */
.contents__consultation {
  background-color: #f0ede4;
  padding: 58px 0 65px;
  line-height: 1.5;
}
.consultation {
  margin-top: 35px;
  text-align: left;
}
.consultation__1col {
  width: 100%;
  margin-bottom: 40px;
}
.consultation__item a {
  display: flex;
  background-color: #FFFFFF;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  text-decoration:none;
	color: #000;
	line-height: 1.5;
}
.consultation__item:hover {
  opacity: 0.8;
}
.consultation__item:hover .consultation__img img {
  transform: scale(1.1);
}
.consultation__balloon {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 7px 13px;
  background-color: #791327;
  white-space: nowrap;
  z-index: 1;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
.consultation__balloon__2__block{
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 20;
}
.consultation__balloon__2 {
  font-size: 13px;
  font-weight: bold;
  color: #BA5D00;
  padding: 4px 13px;
  border: solid 2px #BA5D00;
  background-color: #FFFFFF;
  white-space: nowrap;
  z-index: 1;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
	border-radius: 20px;
}
.consultation__balloon__2::before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 8px);
  content: "";
  border-right: 8px solid transparent;
  border-bottom: 8px solid #BA5D00;
  border-left: 8px solid transparent;
  transform: rotate(180deg);
}
.consultation__balloon__2::after {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  content: "";
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFF;
  border-left: 5px solid transparent;
  transform: rotate(180deg);
}


.consultation__1col .h4Title {
  font-size: 24px;
	font-weight: bold;
}
.consultation__item .lead {
  font-size: 14px;
	margin-top: 6px;
}
.consultation__1col .consultation__item {
  margin-bottom: 15px;
}
.consultation__1col .consultation__img,
.consultation__1col .consultation__text {
  width: 50%;
}
.consultation__img {
  overflow: hidden;
}
.consultation__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}
.consultation__text {
  flex-direction: column;
  display: flex;
}
.consultation__textInner {
  box-sizing: border-box;
  padding: 25px 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
	position: relative;
}
.consultation__wire {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  background-color: #BA5D00;
  text-align: center;
  box-sizing: border-box;
}
.consultation__wire::after {
  content: "";
  display: block;
  width: 24px;
  height: 8px;
  margin-left: 10px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) skew(45deg);
  transform: translateY(-50%) skew(45deg);
  transition: all 0.4s ease;
}

.consultation__2col {
  display: flex;
  justify-content: space-between;
}
.consultation__2col .consultation__item {
  width: calc(50% - 10px);
}
.consultation__2col .consultation__img {
  width: 166px;
}
.consultation__2col .consultation__text {
  width: calc(100% - 166px);
}
.consultation__2col .consultation__textInner {
  padding: 20px;
}
.consultation__2col .consultation__wire {
  font-size: 16px;
  background-color: #1F1F1F;
}
.consultation__2col .consultation__wire span::before {
  width: 26px;
  height: 26px;
}
.consultation__2col .consultation__wire span::after {
  color: #202020;
  font-size: 9px;
}

.consultation__2col .h4Title {
  font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
.consultation__balloon__2__block{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 20;
}
  .contents__consultation {
    padding: 40px 0 20px;
    background: #f7f7f7;
  }
  .consultation {
    margin: 20px 0 0 0;
  }
  .consultation__1col {
    margin-bottom: 35px;
  }
  .consultation__1col .consultation__item a {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .consultation__1col .consultation__img,
  .consultation__1col .consultation__text {
    width: 100%;
  }
  .consultation__1col .consultation__text {
    position: relative;
    text-align: center;
  }
  .consultation__balloon {
    position: absolute;
    top: -34px;
    left: 0;
  }
  .consultation__1col .h4Title {
    font-size: 16px;
	  	font-weight: bold;
  }
  .consultation__textInner {
    padding: 25px 15px 40px;
    align-items: center;
  }
  .consultation__item .lead {
    font-size: 12px;
  }
  .consultation__wire {
    font-size: 16px;
  }
  .consultation__wire span::before {
    width: 27px;
    height: 27px;
  }
  .consultation__wire span::after {
    font-size: 10px;
    left: 4px;
  }
  .consultation__2col {
    flex-direction: column;
  }
  .consultation__2col .consultation__item {
    width: 100%;
  }
  .consultation__2col .consultation__item + .consultation__item {
    margin-top: 20px;
  }
  .consultation__2col .consultation__img {
    width: 120px;
  }
  .consultation__2col .consultation__textInner {
    align-items: start;
    padding: 17px 20px;
  }
  .consultation__2col .consultation__text {
    width: calc(100% - 120px);
  }
  .consultation__2col .consultation__wire {
    font-size: 14px;
    padding-right: 40px;
  }
  .consultation__2col .consultation__wire span {
    padding-left: 27px;
  }
  .consultation__2col .consultation__wire span::before {
    width: 23px;
    height: 23px;
  }
  .consultation__2col .consultation__wire span::after {
    font-size: 8px;
    left: 2px;
  }
}


