@charset "UTF-8";
/* CSS Document */


.box01{ background: url(../../images/consultation/bg_pattern_01.jpg); padding: 10px; border-radius: 5px; margin-bottom: 40px;}
.box01 .inner{ background: white; border-radius: 5px; padding: 40px 20px; text-align: center;}
.box01 .txtOr{ font-size: min(4.5vw,30px); font-weight: bold; color: #e88017;}
.box01 .txt{ font-size: min(3.4vw,20px); font-weight: bold; margin-top: 10px;}

.box02{ background:url(../../images/asset/bg.jpg); padding: 10px 10px 0 10px; border-radius: 10px;}
.box02 .tit{ padding: 35px 25px; display: block; text-align: center; background:#e88017; color:#fff; font-size: min(5vw,24px); line-height: 1.5em; font-weight: bold; margin-bottom:10px; border-radius:5px; position: relative;}
.box02 .tit::after {
  content: '';
  right: 50px;
  bottom: -10px;
  position: absolute;
  width: 203px;
  height: 148px;
  display: inline-block;
  background: url(../../images/consultation/tit_img_man.png) no-repeat center bottom / contain;
}
.box02 li{ flex-basis: calc((100% - 10px)/2); margin-bottom: 10px; padding: 5px; box-sizing: border-box; background:#fff; font-size: 16px; font-weight: bold; border-radius: 5px; box-shadow: 0px 2px 3px 0px rgba(63, 63, 63, 0.15); display: flex;}
.box02 li span{ flex-basis: 6px; background:#e88017; display: block; margin-right: 10px; border-radius: 3px;}
.box02 li p{ flex-basis: calc(100% - 16px); padding: 10px 0; font-size: min(3.5vw, 16px);}
.box02 .cont{ position: relative; min-height: 245px; padding: 25px 295px 0 15px; line-height: 1.7;} 
.box02 .txt{ padding-bottom: 10px;}
.box02 .txt .rows{ margin-bottom:20px;}
.box02 .img{ position: absolute; bottom:0; right:20px;}

.arrow{ margin: 20px auto; height: 19px; overflow: hidden; text-align: center;}
.arrow span{ border: solid transparent; border-width: 19px 32px; border-top-color: #e88017; display: inline-block;}

.box03{ margin-bottom: 60px; padding: 30px; text-align:center; border: 5px solid #e88017; border-radius: 10px;}
/* .box03 .tit{min-height:32px; padding-left:42px; font-weight:bold; font-size:16px; position:relative; line-height:1.9;}
.box03 .tit span{background:#e88017; width:32px; height:32px; display:block; font-size:24px; color:#fff; text-align:center; line-height:27px; position:absolute; top:50%; left:0; margin-top:-16px; font-family: 'Bree Serif', serif; font-weight:normal; border-radius:50%;} */

.box03 .txt{ font-size: min(3.4vw,20px); font-weight: bold;}
.box03 .txtOr{ margin-top: 10px;}
.box03 .txtOr p{ font-size: min(4.5vw,25px); font-weight: bold; color: #e88017;}
.box03 .txtOr em{ font-style: normal; font-size: 1.5em; display: inline-block; margin: 0 5px; ;}
.box03 .txtOr2{ font-size: min(3.2vw,20px); font-weight: bold; color: #e88017; margin-top: 10px;}
.box03 .btn {
  text-align: center;
  margin: auto;
  margin: 40px auto;
  max-width: 470px;
  width: 100%;
  background: #50921a;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(56,104,18,1);
  -moz-box-shadow: 0px 2px 1px 0px rgba(56,104,18,1);
  box-shadow: 0px 2px 1px 0px rgba(56,104,18,1);
}
.box03 .btn a {
  height: 74px;
  line-height: 74px;
  display: flex;
  justify-content: center;
  font-size: 22px;
}
.box03 .btn a::before {
  content: '';
  width: 24px;
  margin-right: 10px;
  display: inline-block;
  background: url(../../images/consultation/icon_mail.png) no-repeat 50% 50% / contain;
}
.box03 .btn:hover{ opacity: 0.8;}
.box03 .box-tel{ background: #F6F6F5; padding: 20px;}
.box03 .box-tel .tel{ color:#e88017; font-size: min(8vw,40px); font-weight: bold;}
.box03 .box-tel .tel span:after { font-family: FontAwesome; content: "\f095"; color: #e88017; padding-right: 5px;}





/*===============================
             MEDIA
================================*/
 
@media only screen and (max-width:980px){
  .box03 .step .contL{padding-right:230px;}
  .box03 .tit br{display:none;}
  }

@media only screen and (max-width:736px){
  .box02 {padding: 10px 10px 1px;}
}

@media only screen and (min-width:641px){
  .box02 ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
  .box03 .box-tel .tel a{ pointer-events: none;}

}

@media only screen and (max-width:640px){
  .box01 .inner{ padding: 30px 20px;}
  .box02 .tit{ padding: 15px 25px; text-align: left;}
  .box02 .tit::after {
    right: 10px;
    bottom: -10px;
    width: 120px;
    height: 100px;
  }
  .box03 { padding: 30px 20px;}
  .box03 .btn a {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .box03 .btn a::before {
    width: 20px;
  }
}

@media only screen and (max-width:480px){
  .box02 .tit{text-align:left;}

}

@media only screen and (max-width:414px){
  .box02 li p{padding: 5px 0;}
  /* .box02 li{font-size:4vw; height:40px;}	
  .box02 li span{height:30px;}
  .box02 .img img{width:150px;}	

  .box03 .step{padding:10px;}
  .box03 .step .contR img{width:180px;} */

}

@media only screen and (max-width:360px){
  .box02 li p{padding-top:5px;}	
}