/*title========*/
.pagetitle_wrap {
  background: url(../img/mot_hikari_img/mainimg_bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
.pagetitle_group .pagetitle {
  font-size: 2.0rem;
  line-height: 1.2;
}
.pagetitle_group .pagetitle_tx {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 16px;
}
.pagetitle_group .pagetitle_tx span {
  display: block;
  margin-top: 0.5em;
  font-weight: bold;
}
@media print, screen and (min-width: 992px) {
  .pagetitle_wrap {
    background: url(../img/mot_hikari_img/mainimg_bg.jpg) center center no-repeat;
    background-size: cover;
  }
  .pagetitle_group .pagetitle {
    font-size: 4.0rem;
  }
  .pagetitle_group .pagetitle_tx {
    font-size: 1.6rem;
  }
}
/*==================
intro
===================*/
#intro .title03 {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #intro .cts_p {
    text-align: center;
  }
}
/*==================
reason
===================*/
#reason .title01 {
  position: relative;
  padding: 0.6em;
}
#reason .title01 .merit {
  color: #0f3849;
}
#reason .title01 .merit em {
  display: inline-block;
  color: #fff;
  background: #0f3849;
  padding: 2px 10px 4px;
  border-radius: 50px;
  line-height: 1.1;
}
#reason .white_card ul.other li {
  background: #eee;
  margin: 1em 0;
  padding: 8px 10px;
  line-height: 2;
}
#reason .white_card ul.mot_h li {
  background: #a6dcd2;
  margin: 1em 0;
  padding: 8px 10px;
  line-height: 2;
}
#reason .white_card ul li span.tx_bold {
  font-size: 2rem;
  ;
}
#reason .white_card ul {
  position: relative;
}
#reason .white_card ul li:first-child {
  margin-bottom: 40px;
}
#reason .merit1 .white_card ul li:first-child::after {
  content: '+';
  position: absolute;
  top: 42%;
  color: #ccc;
  font-size: 3em;
  left: 0;
  right: 0;
  margin: auto;
}
#reason .merit2 .white_card ul li:first-child::after {
  content: '+';
  position: absolute;
  top: 17%;
  color: #ccc;
  font-size: 3em;
  left: 0;
  right: 0;
  margin: auto;
}
#reason .merit3 .white_card ul li:first-child {
  margin-bottom: 0;
}
#reason .merit4 .white_card ul.other li:first-child::after {
  content: '+';
  position: absolute;
  top: 38%;
  color: #ccc;
  font-size: 3em;
  left: 0;
  right: 0;
  margin: auto;
}
#reason .merit4 .white_card ul.mot_h li:first-child::after {
  content: '+';
  position: absolute;
  top: 21%;
  color: #ccc;
  font-size: 3em;
  left: 0;
  right: 0;
  margin: auto;
}
#reason .tx_box {
  background: #fff;
  margin-top: 2em;
  padding: 10px 20px;
  font-size: 1.1em;
  font-weight: bold;
}
#reason .tx_box ul li {
  text-align: left;
  font-weight: normal;
  font-size: 1em;
}
#reason .tx_box ul li::before {
  content: '※';
}
@media print, screen and (min-width: 768px) {
  #reason .title01 .pc_none {
    display: none;
  }
}
@media print, screen and (min-width: 992px) {
  #reason .merit4 .white_card ul.mot_h li:first-child::after {
    top: 17%;
  }
}
@media print, screen and (min-width: 1200px) {
  #reason .merit4 .white_card:nth-child(even) ul.mot_h {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #reason .merit4 .white_card:nth-child(even) ul.mot_h li {
    margin-bottom: 0;
    width: 46%;
  }
  #reason .merit4 .white_card:nth-child(even) ul.mot_h li:first-child::after {
    top: -7%;
    content: '+';
    position: absolute;
    color: #ccc;
    font-size: 3em;
  }
}
/*==================
price
===================*/
#price .title01 {
  word-break: keep-all;
}
#price .title01 img {
  width: 90px;
  height: auto;
  padding-bottom: 5px;
}
#price .sub_ti04 {
  line-height: 1.5;
}
#price .sub_ti04 span {
  background: #fff;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 0.8em;
  padding: 0 10px;
}
#price .price_table3 {
  width: 980px;
  border-collapse: separate;
}
#price .price_table3 tr th div, #price .price_table3 tr td:not(.inhouse) {
  border-right: 1px solid #0f3849;
}
#price .ly_card_2column .price_table3 {
  width: 100%;
}
#price .ly_card_2column .price_table3 tr th {
  width: 70%;
}
#price .btn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008368;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0px 3px 5px 0px rgba(15, 56, 73, 0.3);
  padding: 12px 16px;
  transition: 0.2s;
  margin: auto;
  max-width: 300px;
}
@media print, screen and (min-width: 768px) {
  #price .sub_ti04 .pc_none {
    display: block;
  }
#price .price_table3 {
  width: 100%;
}
}
@media print, screen and (min-width: 992px) {
  #price .sub_ti04 .pc_none {
    display: none;
  }
}