@charset 'utf-8';
@import "common.css";

/* change font-size of master.css 1.4em(14px) -> 1.6em(16px) -> 2.0em(20px)*/
body {
  font-size: 2.0em;
}

/* ------------------------------------------------------- */
/*                       LP LOCAL CSS                      */
/* ------------------------------------------------------- */

#main-visual {
  background-color: #f8f6ee;
  font-weight: bold;
  padding: 50px 0 25px;
  text-align: left;
}
#main-visual h1 img {
  width: calc(703px * 0.9);
  height: calc(214px * 0.9);
}
#main-visual .grid[data-col='2']._anomalous > .grid-col._wide {
  width: 61.73938%;
}
#main-visual .grid[data-col='2']._anomalous > .grid-col._narrow {
  width: 32%;
}
#main-visual .grid[data-col='2']._anomalous > .grid-col._narrow img {
  width: calc(460px * 0.65);
  height: calc(360px * 0.65);
}
#main-visual h2 {
  color: #94252a;
  font-size: 42px;
  margin: 40px 0 15px;
}
#main-visual h2 + p {
  color: #94252a;
  font-weight: normal;
  margin-bottom: 0;
}
.m-wrapper {
  padding: 0;
}
.m-main-contents {
  text-align: center;
}
.m-main-contents strong {
  color: #910000;
}
.m-main-contents-about {
  padding-bottom: 20px;
  text-align: left;
}
.m-main-contents-title {
  margin-top: 50px;
  text-align: center;
}
.m-main-contents-about .grid._anomalous h3 {
  font-size: 32px;
  margin: 40px 0 22px 0;
  color: #910000;
}
.m-main-contents-about .grid._anomalous p{
  margin-bottom: 30px;
}
.m-main-contents-about .grid[data-col='2']._anomalous > .grid-col._wide {
  width: 64%;
}
.m-main-contents-about .grid[data-col='2']._anomalous > .grid-col._narrow {
  padding-top: 60px;
  width: 32%;
  margin-left: 10px;
}
.m-main-contents-about .grid[data-col='2']._anomalous > .grid-col._narrow img{
  width: auto;
  height: auto;
}
.m-main-contents-title2 {
  color: #910000;
  font-size: 28px;
  font-weight: bold;
  padding: 8px 5px 6px;
  margin-bottom: 30px;
  border-bottom: 1px solid #910000;
  border-top: 1px solid #910000;
}
.balloon-customer-reviews {
  max-width: 550px;
  margin: 0 auto 40px;
}
.customer-reviews:before{
  content: "";
  width: 180px;
  height: 40px;
  background: linear-gradient(0deg, rgba(144, 0, 0, 1), rgba(255, 255, 255, 1));
  clip-path: polygon(50% 100%, 0 0%, 100% 0%);
  display: inline-block;
  margin: -25px auto 0 -90px;
  position: absolute;
  z-index: 10;
}
.customer-reviews h2 {
  background-color: #F3EDDF;
  border-radius: 8px;
  font-size: 26px;
  font-weight: bold;
  padding: 30px;
  position: relative;
  line-height: 1.6;
}
.customer-reviews h2 img{
  vertical-align: top;
  padding: 0 5px;
}
.customer-reviews h2 img:last-child {
  position: absolute;
  margin-top: 18px;
  bottom: 0;
}

/*--- .bunsan ---*/
.bunsan{
  position: relative;
  text-align: left;
}
.bunsan h3{
  background: #4d9368;
  color: #fff;
  padding: 16px 16px 12px;
  margin-bottom: 2rem;
  margin-top: 50px;
}
.bunsan h3 span{
  font-size: 3rem;
}
.bunsan p{
  padding-right: 340px;
}
.bunsan img{
  position: absolute;
  display: block;
  top: 50px;
  right: 0;
}

/*--- font-size ----*/
.m-main-contents .fs32{
  font-size: 32px;
}

/* --- .panel-blln (balloon) ------------------------------------------- */
.panel-blln {
  display: table;
  margin: 0 0 20px;
  width: 100%;
  direction: rtl;
}
.panel-blln2 {
  direction: ltr;
}
.panel-blln > .panel-col, .panel-blln > .panel-pic {
  display: table-cell;
  vertical-align: bottom;
}
.panel-blln > .panel-col > .panel-inner {
  position: relative;
  box-sizing: border-box;
  padding: 22px 20px 23px;
  min-height: 73px;
  border: 2px solid #999;
  border-radius: 6px;
  background-color: #fff;
  text-align: left;
}
.panel-blln > .panel-col > .panel-inner::before, .panel-blln > .panel-col > .panel-inner::after, .panel-blln > .panel-col > .panel-inner2::before, .panel-blln > .panel-col > .panel-inner2::after {
  position: absolute;
}
.panel-blln > .panel-col > .panel-inner::before {
  top: 28px;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 15px solid #999;
  border-bottom: 9px solid transparent;
}
.panel-blln > .panel-col > .panel-inner::after {
  top: 29px;
  left: -11px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 13px solid #fff;
  border-bottom: 8px solid transparent;
}
.panel-blln.panel-blln2 > .panel-col > .panel-inner::before {
  left: auto;
  right: -15px;
  border-right: none;
  border-left: 15px solid #999;
}
.panel-blln.panel-blln2 > .panel-col > .panel-inner::after {
  left: auto;
  right: -11px;
  border-right: none;
  border-left: 13px solid #fff;
}
.panel-blln > .panel-col > .panel-inner > :last-child {
  margin-bottom: 0;
}
.panel-blln > .panel-pic {
  padding: 0 20px 0 0;
  width: 70px;
  white-space: nowrap;
}
.panel-blln2 > .panel-pic {
  padding: 0 0 0 20px;
  width: 70px;
  white-space: nowrap;
}

/* --- .anshin-point ------------------------------------------- */
.anshin-point {
  background-color: #f8f6ee;
}
.anshin-point .m-wrapper {
  padding-bottom: 30px;
}
.anshin-point h2, #service h2 {
  font-size: 42px;
  font-weight: bold;
  margin: 40px 0 15px;
  padding-top: 24px;
  text-align: center;
}
.anshin-point h2 > span {
  color: #94252a;
  font-size: 84px;
}
.anshin-point h2 img{
  padding: 0 5px;
  vertical-align: baseline;
}
.anshin-point table th{
  width: 160px;
  font-size: 1.8rem;
  background: #910000;
  color: #fff;
}
  .anshin-point table tr.point_list03 th{
    background: #275981;
  }
.anshin-point table th h3 span{
  display: block;
  font-size: 3.3rem;
}
.anshin-point table td.ttl_s{
  background: #740003;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
  width: 8rem;
}
  .anshin-point table .point_list03 td.ttl_s,
  .anshin-point table .point_list04 td.ttl_s{
    background: #002B62;
  }
.anshin-point table td.ttl_s h4{
  padding: 0;
  font-size: 2.4rem;
}
.anshin-point .point_list03 td.ttl_s h4,
.anshin-point .point_list04 td.ttl_s h4{
  font-size: 2rem;
}
.anshin-point table td{
  padding: 15px;
}
.anshin-point table td h5{
  font-size: 2.3rem;
  margin-bottom: 1.2rem;
  background: #ffebeb;
  padding: 14px 10px 8px;
  line-height: 1.2;
  color: #910000;
}
  .anshin-point table .point_list03 td h5,
  .anshin-point table .point_list04 td h5{
    color: #002B62;
    background: #e7f2ff;
  }
.anshin-point table td p{
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.5;
  padding: 0;
}
ul.list-note{
  text-align: left;
  font-size: 1.8rem;
}
p.btn_dtl{
  text-align: right;
  padding: 0;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: normal;
}
p.btn_dtl a{
  color: #ffffff;
  padding: 8px 18px 5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #910000;
  font-size: 2rem;
  font-weight: bold;
}
.anshin-point table .point_list03 p.btn_dtl a,
.anshin-point table .point_list04 p.btn_dtl a{
  background: #275981;
}
.anshin-point .list-note {
  line-height: 1.5;
  padding: 5px 10px 0 10px;
}
.anshin-point a:hover, .anshin-point a:active, .anshin-point a:focus {
  opacity: 0.8;
}

/* --- #service ------------------------------------------- */
.m-wrapper#service {
  text-align: left;
}
.servise_info h3{
  background: #910000;
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
  #point03.servise_info h3,
  #point04.servise_info h3{
    background: #002B62;
  }
.servise_info h3 span{
  display: inline-block;
  background: #660008;
  padding: 16px;
  min-width: 100px;
  text-align: center;
}
  #point03.servise_info h3 span,
  #point04.servise_info h3 span{
    background: #275981;
  }
.servise_info h3 em{
  padding: 16px;
  display: inline-block;
  color: #fff;
}
#point04.servise_info h4{
  margin-bottom: 10px;
}
#service h4 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #002b62;
  margin-bottom: 1rem;
  background: #e7f2ff;
  padding: 10px 12px;
}
#service section{
  margin-bottom: 50px;
}
#service p{
  margin-bottom: 30px;
}
.balloon-service-point03 .panel-blln > .panel-col, .panel-blln > .panel-pic {
  vertical-align: top;
}
/* --- .bottom-banner ------------------------------------------- */
.bottom-banner {
  margin-top: 100px;
}
.bottom-banner div {
  margin-bottom: 2em;
}
/* --- disclaimer ------------------------------------------- */
#disclaimer {
  padding-top: 0;
}
.m-notice .panel-hdg-02 {
  font-size: 20px;
}
.m-notice .panel-note {
  margin-bottom: 40px;
}
.m-notice .panel-note .underline{
  text-decoration: underline;
}
.footer-nav-top {
  font-size: 16px;
}
/* --- SP ONLY ------------------------------------------- */
@media screen and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
  .m-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main-visual {
    text-align: center;
  }
  #main-visual h1 img {
    height: auto;
    width: auto;
  }
  #main-visual h1 + img.nopc {
    margin-top: 20px;
  }
  #main-visual h2 {
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
  }
  .m-main-contents-about{
    padding-bottom: 0;
  }
  .m-main-contents-about .grid._anomalous h3 {
    font-size: 3rem;
  }
  .m-main-contents-title2 {
    font-size: 2.6rem;
  }
  #main-visual .grid[data-col='2']._anomalous > .grid-col._wide, .m-main-contents-about .grid[data-col='2']._anomalous > .grid-col._wide {
    width: 100%;
    text-align: left;
  }
  .m-main-contents-about .grid[data-col='2']._anomalous > .grid-col._narrow {
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
    width: 70%;
  }
  .balloon-customer-reviews {
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .panel-blln > .panel-col, .panel-blln > .panel-pic {
    vertical-align: top;
  }
  .customer-reviews {
    max-width: 100%;
    padding: 15px 0;
  }
  .customer-reviews h2 {
    font-size: 22px;
    margin-bottom: 10px;
    padding: 18px;
    text-align: left;
  }
  .customer-reviews h2 img:last-child{
    position: static;
    text-align: center;
    margin: 10px auto 0;
    display: block;
  }
    /*--- font-size ----*/
  .m-main-contents .fs30_sp{
    font-size: 3rem;
  }
  /* --- .anshin-point ------------------------------------------- */
  .anshin-point h2, #service h2 {
    font-size: 30px;
  }
  .anshin-point h2 img{
    display: block;
    width: auto;
  }
  .anshin-point h2 > span {
    font-size: 40px;
  }
  .anshin-point table th,
  .anshin-point table td{
    width: 100% !important;
    display: block !important;
  }
  .anshin-point table td.ttl_s{
    text-align: left;
    padding: 10px 15px 6px;
  }
  .anshin-point h4 {
    font-size: 2.5rem;
    height: auto;
  }
  .point_list03 h4{
    font-size: 2rem;
  }
  .anshin-point p {
    font-size: 22px;
  }
  .anshin-point img {
    position: static;
    float: right;
    margin: 10px;
    max-width: 100%;
  }
  .anshin-point .list-note {
    height: auto;
  }
  .anshin-point .list-note > li > .list-mark {
    font-size: 20px;
  }
  /* --- #service ------------------------------------------- */
  .servise_info h3 span{
    text-align: left;
    padding: 8px 16px 4px;
    display: block;
    font-size: 2.3rem;
  }
  /*--- 上書き ---*/
  .tbl.th-up > tbody > tr > td:nth-of-type(2){
    float:none;
    clear: both;
  }  
  /*--- .bunsan ---*/
  .bunsan p{
    padding-right: 0;
  }
  .bunsan img{
    position: static;
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }
  .footer-nav-top {
    font-size: 14px;
  }
}
/* --- PC ONLY ------------------------------------------- */
@media screen and (min-width: 767.1px) and (max-width: 767.5px) {
  .nopc, .logo-header__logo img.logo-pc {
    display: none !important;
  }
}
