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

/*-----------------------------------------------
  Guide
-----------------------------------------------*/
a.box{
  display: block;
  width: 48.83%;
  position: relative;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  background: #eaeaeaab;
  color: inherit;
  text-decoration: none;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
a.box:hover{
	opacity: 0.7;
	text-decoration: none;
	font-weight: inherit;
	cursor:pointer;
}
a.box,
a.box a,
a.box .link{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

a.box a,
a.box .link{
    height:100%;
}

a.box .ttl {
  font-size: 22px;
  font-weight: bold;
  color: #F79800;
  border-bottom: #B3B3B3 dotted 1px;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

a.box .more .link {
  position: relative;
  background: none;
  border-radius: 0;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: left;
  color: #6FBA2D;
  line-height: 100%;
}

a.box .more .link::after {
  content: '\f105 ';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  top: -2px;
  right: -8px;
  font-family: FontAwesome;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  background: #6FBA2D;
  line-height: 16px;
}

/* Hide empty links accidentally emitted by WYSIWYG/wpautop formatting */
a.box:empty {
  display: none;
}

p > a.box:only-child:empty {
  display: none;
}

p:has(> a.box:only-child:empty) {
  display: none;
}

@media screen and (max-width: 767px) {
  a.box{
    width: 100%;
  }
}


/*-----------------------------------------------
  Faq
-----------------------------------------------*/

.faq.p_link .inner .box{
  width: 24%;
}

.faq.p_link .inner .box:not(:nth-child(4n)) {
    margin-right: 1.3%;
}

@media screen and (max-width: 767px) {
  .faq.p_link .inner .box{
    width: 50%;
  }
  .faq.p_link .inner .box:not(:nth-child(4n)) {
      margin-right: 0;
  }
}

.qa .inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.qa .inner dl {
  width: 49%;
  margin-bottom: 16px;
}

.qa .inner dl dt {
  position: relative;
  background: #E7F4E4;
  height: 60px;
  padding: 5px 85px 5px 60px;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  border: #B3B3B3 solid 1px;
  cursor: pointer;
}

.qa .inner dl dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left:14px;
  margin: auto;
  background: url(../images/subpage/icon_q.png);
  width: 32px;
  height: 33px;
}

.qa .inner dl dt::after {
  content: "＋";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  text-align: center;
  color: #397A28;
  margin: auto;
  width: 58px;
  height: 58px;
  border-left: 1px #B3B3B3 solid;
  line-height: 60px;
}

.qa .inner dl dt.open::after {
  display: block;
  content: "ー";
}

.qa .inner dl dd {
  display: none;
  position: relative;
  padding:10px 10px 10px 60px;
  font-size: 16px;
  border: #B3B3B3 solid 1px;
  border-top: none;
}

.qa .inner dl dd::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 0;
  left:20px;
  background: url(../images/subpage/icon_a.png);
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 1000px) {
  .qa .inner dl {
    width: 100%;
  }
  .qa .inner dl dt{
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .qa .inner dl dt {
    height: auto;
    padding:6px 50px 4px 45px;
    line-height: 1.4;
    font-size: 13px;
  }

  .qa .inner dl dt::before {
    left: 10px;
    margin: auto;
    background: url(../images/subpage/icon_q.png);
    background-size: cover;
    width: 20px;
    height: 21px;
  }

  .qa .inner dl dt::after {
      width: 43px;
      height: 100%;
  	display: flex;
      justify-content: center;
      align-items: center;
  }

  .qa .inner dl dt.open::after {
    display: flex;
  }

  .qa .inner dl dd {
    font-size: 13px;
    padding: 10px 10px 10px 45px;
    line-height: 1.8;
  }

  .qa .inner dl dd::before {
    left: 10px;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}

/*-----------------------------------------------
  facility
-----------------------------------------------*/

.facility .inner ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
  @media screen and (min-width: 769px) {
    .facility .inner ul li{
      width: 49%;
    }

  }

.facility .inner ul li img{
  margin-bottom: 10px;
}

.facility .inner ul li span.gre{
  font-size: 20px;
  color: #53a048;
  font-weight: bold;
}

.facility .inner ul li span.txt{
  margin-bottom: 30px;
  display: block;
}

@media screen and (max-width: 767px) {
  .facility .inner ul li span.gre{
    font-size: 17px;
  }
}


/*---------------------------------------------
	features
---------------------------------------------*/

.dl01 dt {
  display: inline-block;
  font-size:18px;
  color:#397a28;
  text-align:center;
  font-weight:bold;
  border: 1px #b3b3b3 solid;
  padding: 4px 0;
  width: 126px;

}

.dl01 dd {
  font-size:16px;
  margin:3px 0 15px;

}

.features .inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 20px;
}

.features .inner:last-child{
  border-bottom:0;
  margin-bottom:0;
  padding-bottom: 0;
}

.features .inner .img {
  width: 38.01%;
}
@media screen and (max-width: 768px) {
  .features.grid.-col2{
    grid-template-columns: 1fr;
}
}
.dl-num {
	width: 54.59%;
}

.dl-num dt{
  height:45px;
  margin: 0 0 10px 0;
}
  @media screen and (max-width: 768px) {
    .dl-num dt.num01 {
      width: 215px;
    }

  }

.dl-num dt.num02 {
  width: 308px;
}

.dl-num dt.num03 {
  width: 285px;
}

.dl-num dt.num04 {
  width: 255px;
}

.dl-num dd p {
  margin: 0 0 20px 0;
}

.dl-num dd .more a {
  margin-left: 0;
}
.customer .more{
	margin-top:20px;
}
.customer .l-primary{
	width:100%;
}

@media screen and (max-width: 767px) {
  .features .inner {
    display: block;
  }

  .features .inner .img {
    width: 100%;
    margin-bottom: 20px;
  }

  .dl-num {
    width: 100%;
  }

  .dl-num dd .more a {
    margin-left: auto;
    width: 250px;
  }
}

/*---------------------------------------------
	voice
---------------------------------------------*/
.voice.p_link .inner .box{
  width: 32.4%;
}

.voice.p_link .inner .box:not(:nth-child(3n)) {
  margin-right: 1.3%;
}

@media screen and (max-width: 767px) {
  .voice.p_link .inner .box{
    width: 50%;
  }
  .voice.p_link .inner .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.voicerisu .inner{
  text-align: center;
  margin-top: 20px;
}

.voicerisu .textimg{
  width: 50%;
}

@media screen and (max-width: 767px) {
  .voicerisu .inner .textimg{
    width: 100%;
    max-width: 800px;
  }
}

.customer .inner ul.box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #e7f4e4;
  border: 1px solid #6fba2d;
  padding: 10px;
  margin-top: 20px;
}

.customer .inner ul.box li:first-child {
  width: 9%;
}

.customer .inner ul.box li:last-child{
  width: 91%;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .customer .inner ul.box li:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .customer .inner ul.box li:last-child{
    width: 100%;
    font-size: 14px;
    line-height: 160%;
  }
}

/*===============================================
	SP CSS
===============================================*/
@media screen and (max-width: 767px) {
}



/*===============================================
	414px CSS
===============================================*/
@media screen and (max-width: 414px) {

}

/*===============================================
	320px CSS
===============================================*/
@media screen and (max-width: 320px) {
}
