@charset "utf-8";

* {
min-height: 0.01px;
}
section{
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/* PC・SP
----------------------------------------------------------*/
@media screen and (min-width: 978px){
.pc { display: block !important; }
.sp { display: none !important; }
.xsp { display: none !important; }
.sp_xsp { display: none !important; }
.text-cl {
text-align: center !important;
}
.text-lf {
text-align: left !important;
}
}
@media only screen and (max-width: 979px) {
.pc { display: none !important; }
.sp { display: block !important; }
.xsp { display: none !important; }
.sp_xsp { display: block !important; }
.text-cl {
text-align: center !important;
}
.text-lf  {
text-align: left !important;
}
}

@media screen and (max-width: 448px) {
.pc { display: none !important; }
.sp { display: none !important; }
.xsp { display: block !important; }
.sp_xsp { display: block !important; }
.text-cl {
text-align: left !important;
font-size: 1.25rem !important;
}
}

.top-area_houjin {
min-height: 800px;
padding-top: 100px;

}
.top-image_houjin {
background-color: #009c84;
height: 440px;
padding-top: 40px;

}
.top-txt_houjin {
background-color: #009c84;
background: url(../img/ilp00.png) no-repeat right bottom;
height: 480px;
font-weight: 600;
line-height: 1.85;
color: #fff;
position: relative;
}
@media screen and (max-width: 978px) {
  .top-area_houjin {
background-color: #009c84;
  }
.top-txt_houjin {
  background: url(../img/ilp00.png) no-repeat right top;
  background-size: 50%;
}
}
@media screen and (max-width: 448px) {
  .top-area_houjin {

  background-color: #009c84;
  }
.top-txt_houjin {
  background: url(../img/ilp00.png) no-repeat right bottom;
  background-size: contain;

}
}


.top-txt_houjin p{
font-size: 1.65em;
}
.top-txt_houjin p.category{
display: inline-block;
background-color: #fff;
font-size: 2.55em;
line-height: 1.0em;
color: #009c84;
padding: 10px 50px;
}
.top-txt_houjin h2{
font-size: 3.65em;
padding: 20px 0;
}
@media screen and (max-width: 978px) {
  .top-txt_houjin h2{
  font-size: 3.25em;
  padding: 20px 0;
  }
  .top-txt_houjin p{
  font-size: 1.55em;
  }
  }
@media screen and (max-width: 448px) {
  .top-txt_houjin h2{
  font-size: 2.65em;
  padding: 20px 0;
  text-align: center;
  }
  .top-txt_houjin p{
  font-size: 1.25em;
  text-align: center;
  }
  }

.circle{
display: block;
z-index: 100000000000000000;
position: absolute;
top:460px;
clear: both;
min-height: 269px;
width: 100%;
margin: 0 auto;
text-align: center;
}
@media screen and (max-width: 978px) {
  .circle{
position:initial;}
  }

.cir01{
background: url(../img/cir01.png) no-repeat top center;
background-size: 100％;
min-height: 269px;
text-align: center;
}
.cir02{
background: url(../img/cir02.png) no-repeat top center;
background-size: 100％;
min-height: 269px;
text-align: center;
}
.cir03{
background: url(../img/cir03.png) no-repeat top center;
background-size: 100％;
min-height: 269px;
text-align: center;
}
.cir04{
background: url(../img/cir04.png) no-repeat top center;
background-size: 100％;
min-height: 269px;
text-align: center;
}
.cir02 p,.cir03 p{
font-size: 1.2em;
font-weight: 600;
margin-top: 140px;
padding: 40px 0 0 0;
line-height: 1.85;
letter-spacing: -0.03em;
min-height: 116px;
}
.cir01 p,.cir04 p{
font-size: 1.2em;
font-weight: 600;
margin-top: 140px;
padding: 20px 0 0px 0;
line-height: 1.85;
letter-spacing: -0.03em;
min-height: 116px;
}

/*-------------------------------------------*/
.second_area{
text-align: center;
padding: 2rem 0 6rem 0;
}
.second_area h2{
margin: 1.5rem;
text-align: center;
}
.second_area h2 img{
margin: 0 auto;
}
.feature{
border-radius: 6px;
border: solid 3px #009c84;
color: #009c84;
font-size: 1.2em;
font-weight: 600;
margin: 2rem;
}
.feature p{
padding: 23px 0;
}
.feature p.tx_noticebefore{
padding: 10px 0 0 0;
}
.feature p.tx_notice{
padding: 0 0 10px 0;
font-size: 0.45em;
font-weight: lighter;
}

/*-------------------------------------------*/
.third_area{
background-color: #e6f7f4;
text-align: center;
padding: 7rem 0;
}
.third_area h2{
margin: 1.5rem;
text-align: center;
}
.third_area h2 img{
margin: 0 auto;
}
}
.third_area h3{
font-size: 1.65em;
margin: 1.5rem;
}

.third_area p{
font-size: 1.45em;
font-weight: 600;
padding: 20px 0;
line-height: 1.85;
}

.third_area .tag{
margin: 2rem 0;
color: #009c84;
}


.third_area .tag ul{
text-align: left;
font-size: 1.25em;
font-weight: 600;
margin: 20px 0 0 0;
border-left: 5px solid #009c84;
}
.third_area .tag ul li{
display: inline-block;
background-color: #fff;
border: 1px solid #009c84;
padding: 1rem 1rem;
margin: 0.75rem 0 0.75rem 1.5rem;
}

/*-------------------------------------------*/
.fee_area{
text-align: center;
padding: 7rem 0;
}
.fee_area h2{
margin: 1.5rem;
font-size: 3.25em;
font-weight: 600;
}
.fee_area h3{
font-size: 1.65em;
margin: 1.5rem;
}
.fee_area h4{
font-size: 3.65em;
color: #009c84;
font-weight: 600;
line-height: 1.65;
display: inline-block;
}

.fee_area .sim{
background: url(../img/sim.jpg) no-repeat top left;
padding: 0 0 0 90px;
display: inline-block;
min-height: 120px;
}
@media screen and (max-width: 448px) {
.fee_area h4{
font-size: 1.65em;
  }
  .fee_area .sim{
  background: url(../img/sim.jpg) no-repeat top left;
  background-size: 50px auto;
  padding: 0 0 0 50px;
  display: inline-block;
  }
  }

.fee_area .mini{
font-size: 0.5em;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 978px) {
  .row-eq-height {
      display: block;
      flex-wrap: wrap;
  }

}
.prod{
border-radius: 2px;
border: solid 1px #ccc;
margin: 1rem;
text-align: center;
padding: 15px 25px;
height: 100%;
}

.prod p.prod_img{
display: block;
min-height: 200px;
vertical-align: middle;
}
.prod p.prod_img img{
max-width: 100%;
}
.prod p{
font-size: 1.0em;
font-weight: lighter;
}
.prod p.prod_name{
font-size: 1.35em;
font-weight: 600;
}
.prod p.rentalprice{
padding: 13px 0 0 0;
font-size: 1.35em;
text-align: left;
font-weight: 600;
}
.memo{
font-size: 1.45rem;
color: #000;
font-weight:lighter;
}

@media screen and (max-width: 978px) {
  .prod p.rentalprice{
  padding: 13px 0 0 0;
  font-size: 1.35em;
  text-align: center;
  font-weight: 600;
  }
}


/*-------------------------------------------*/
.case_area{
background-color: #e6f7f4;
text-align: center;
padding: 7rem 0;
}
.case_area h2{
margin: 1.5rem;
font-size: 3.25em;
font-weight: 600;
}
.case_area h3{
font-size: 1.45em;
margin: 2.5rem 0 0 0;
border-bottom: 3px solid #009c84;
display: block;
line-height: 1.85;
}
.case_area p{
font-size: 1.45em;
font-weight: 600;
padding: 20px 0;
line-height: 1.85;
}
.case_area p.term{
font-size: 1.2em;
font-weight: 600;
padding: 20px 0;
line-height: 1.85;
}
.case_area p.detail{
font-size: 1.0em;
font-weight: lighter;
padding: 0;
line-height: 1.85;
}
.case{
background-color:#fff;
border-radius: 6px;
border: solid 6px #009c84;
font-size: 1.2em;
font-weight: lighter;
margin: 2rem;
padding: 0;
text-align: left;
}

.case_detail{
padding: 0 40px;

}
.space_m5{
margin-top: -5px;
margin-bottom: -5px;
}

/*-------------------------------------------*/

#contact_area h3{
color: #fff;
border-bottom: 3px solid #fff;
display: inline-block;
margin: 2.5rem  0 0.5rem 0;
line-height: 1.85;
}
.contact_area{
background-color: #009c84;
text-align: center;
padding: 7rem 0;
}

.contact_area h2{
margin: 1.5rem;
font-size: 3.25em;
font-weight: 600;
color: #fff;
}
.contact_area p{
font-size: 1.15em;
font-weight: lighter;
padding: 0;
line-height: 1.85;
color: #fff;
}

.contact_area p a{
color: #fff;
text-decoration: underline;
}
.contact_area button{
      border-style:none;
}
.contact_area .btn_hj {
    background-color: #fff;
    text-align: center;
    margin: 20px 0 40px;
    color: #009c84;
    border-color: #fff;
    font-size: 1.65em;
    font-weight: 600;
    padding: 1.2rem 1.6rem 1.2rem 2.3rem;
}
.contact_area .btn_hj:hover{
    background-color: #dff809;
}
.contact_area .btn_arrow{
background: url(../img/arrow_gr.png) no-repeat top right;
background-size: contain;
padding: 0 40px 0 0;
}
.iframe-wrap {
    position: relative;
    width:100% !important;
    overflow:auto !important;
    -webkit-overflow-scrolling:touch !important;
    display: inline-block;
    padding: calc(380 / 854 * 100%) 0 0;
    background-color: #fff;
    margin-bottom: 2rem;
  }
.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
    border: 1px solid #ccc;
    display: block;
}

.contact_area p.suggest,
table.form p.suggest{
  color: #009c84;
  font-size: 0.9em;
}
