#header #logo span {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.pnavi {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.pnavi > span + a + strong {
  margin-left: 10px;
  font-weight: 600;
}
.pnavi strong {
  font-weight: normal;
}
#footer {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
#sec1 {
  margin-bottom: 18px;
}
#sec1 h4.orange-color {
  color: #d14604;
  background: #fff2df;
  border-color: #fb7643;
}
#sec2 {
  margin-bottom: 28px;
}
#sec2 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 41px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
#sec2 h3 {
  padding-left: 16px;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 18px;
  letter-spacing: 0;
  position: relative;
}
#sec2 h3::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 17px;
  background: #32a04b;
}
#sec2 h3.orange-color::before {
  background: #fb7643;
}
#sec3.orange-color .tab__area {
  border-color: #fb7643;
}
#sec3.orange-color .tab__area dt::before {
  color: #fb7643;
}
#sec3.orange-color .tab__area dt::after {
  background: url(../images/qa/s3-plus_orange.png) no-repeat center center / 100% auto;
}
#sec3.orange-color .tab__area dt.sub-active::after {
  background: url(../images/qa/s3-minus_orange.png) no-repeat center center / 100% auto;
}
#sec3.orange-color .tab__list {
  background: #fff2df;
}
#sec3.orange-color .tab__item a.selected {
  background: #fb7643;
}
#sec3.orange-color .tab__item a {
  color: #fb7643;
}
#sec3.orange-color .tab__item a:hover {
  background: #fb7643;
}

#sec3 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
#sec3 .tab__area {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-top: 7px #32a04b solid;
  border-right: 1px #32a04b solid;
  border-bottom: 1px #32a04b solid;
  border-left: 1px #32a04b solid;
  border-radius: 10px 10px 0 0;
  width: 70%;
  max-width: 70%;
  box-sizing: border-box;
}

#sec3 .tab__list {
  display: flex;
  background: #e9fce8;
  border-radius: 8px 8px 0 0;
  padding: 9px;
  box-sizing: border-box;
}
#sec3 .tab__item {
  display: block;
  margin-right: 11px;
  height: 100%;
}
#sec3 .tab__item:last-child {
  margin-right: 0;
}
#sec3 .tab__item a.selected {
  background: #32a04b;
  color: #fff;
}
#sec3 .tab__item a {
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 0;
  padding: 0 15px;
  transition: all 0.3s ease;
  background: #fff;
  color: #32a04b;
  border: 0;
  transition: all 0.3s ease;
  min-width: 88px;
  max-width: 135px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec3 .tab__list.pd0 .tab__item a {
  padding: 0;
}
#sec3 .tab__item2 a {
  border: 0;
  color: #32a04b;
  background: #ffffff;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 0;
  transition: all 0.3s ease;
  width: 88px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec3 .tab__item a.selected {
  border: 0;
}
#sec3 .tab__item2 a.selected {
  border: 0;
  background: transparent;
}

#sec3 .tab__item a:hover {
  border: 0;
  background: #32a04b;
  color: #fff;
}
#sec3 .tab__item2 a:hover {
  background: #32a04b;
  border: 0;
  color: #fff;
}
#sec3 .tab__inner .js-tab-box {
  border: 0;
  background: transparent;
  padding: 23px 27px 45px;
  box-sizing: border-box;
}
#sec3 .tab__inner .orange {
  padding: 0;
  background: transparent;
  border: 0;
}
#sec3 .tab__inner .box {
  display: block;
  width: 100%;
}
#sec3 .inner-box {
  flex-basis: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
#sec3 .tab__area dl {
  background: url(../images/qa/s3-line.png) repeat-x center bottom;
  padding: 28px 0;
  margin-bottom: 0;
}
#sec3 .tab__area dl:first-child {
  padding-top: 0;
}
#sec3 .tab__area dt {
  padding: 0 41px;
  position: relative;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.025em;
  color: #131313;
  cursor: pointer;
}
#sec3 .tab__area dt::before {
  content: 'Q.';
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #2aa744;
}
#sec3 .tab__area dd {
  padding: 0 41px;
  margin-top: 24px;
  position: relative;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.025em;
}
#sec3 .tab__area dd::before {
  content: 'A.';
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #000000;
}
#sec3 .tab__area dd p {
  margin-bottom: 15px;
}
#sec3 .tab__area dd p:last-child {
  margin-bottom: 0;
}
#sec3 .telhref {
  text-decoration: none;
  color: #333333;
  font-family: 'メイリオ', 'MS PGothic', 'Hiragino Kaku Gothic Pro', 'Lucida Grande', sans-serif, Helvetica, Verdana;
  font-weight: bold;
}
#sec3 a {
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease;
  word-break: break-all;
}
#sec3 .tab__area dd a:hover {
  opacity: 0.8;
}
#sec3 .telhref:hover {
  opacity: 1;
}
#sec3 .box-img {
  display: block;
  min-height: 120px;
}
#sec3 .box-img p.img {
  width: 40%;
  margin: 0 auto;
}
#sec3 .box-img p.img img {
  width: 100%;
  height: auto;
}
#sec3 .wrap > .col {
  width: 25.8%;
  max-width: 25.8%;
  min-width: 25.8%;
  padding: 10px 8px;
  box-sizing: border-box;
  border: 1px solid #cbcccc;
  border-radius: 8px;
}
#sec3 .wrap > .col li {
  margin-bottom: 2px;
}
#sec3 .wrap > .col li a {
  display: block;
  width: 100%;
  padding: 11px;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#sec3 .wrap > .col li a:hover {
  opacity: 1;
}
#sec3 .wrap > .col li img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
#sec3 .wrap > .col li.item-green a {
  color: #32a04b;
}
#sec3 .wrap > .col li.item-orange a {
  color: #fb7643;
  letter-spacing: 0;
}
#sec3 .wrap > .col li.item-green.active a,
#sec3 .wrap > .col li.item-green:hover a {
  background: #32a04b;
  color: #fff;
}

#sec3 .wrap > .col li.item-orange.active a,
#sec3 .wrap > .col li.item-orange:hover a {
  background: #fb7643;
  color: #fff;
}
#sec3 .tab__area dt::after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  background: url(../images/qa/s3-plus.png) no-repeat center center / 100% auto;
  width: 20px;
  height: 20px;
}
#sec3 .tab__area dt.sub-active::after {
  top: 15px;
  right: 0;
  background: url(../images/qa/s3-minus.png) no-repeat center center / 100% auto;
  width: 20px;
  height: 4px;
}
.contact #sec3 .row {
  width: 70%;
  max-width: 70%;
  margin: 0;
}
.contact #sec3 .row .col {
  width: 100%;
  min-width: 100%;
  border: 1px solid #cbcccc;
  border-radius: 8px;
  padding: 34px 40px;
  box-sizing: border-box;
}
.contact #sec3 .row .col-1 {
  margin-bottom: 48px;
}
.contact #sec3 .ttl {
  text-align: center;
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #000000;
  margin-bottom: 26px;
}
.contact #sec3 .ttl span {
  border: 0;
  display: block;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.025em;
  padding: 12px 0;
}
.contact #sec3 .ttl span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 120px;
  height: 1px;
  background: #4f4b4c;
}
.contact #sec3 .ttl span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 120px;
  height: 1px;
  background: #4f4b4c;
}
.contact #sec3 .ttl small {
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #333333;
}

.attention_txt {
  color: #fb4343;
  font-size: 80%;
  margin-bottom: 26px;
  text-align: center;
}

.contact #sec3 .flbox {
  display: flex;
  align-items: center;
  background: #fb7643;
  border-radius: 4px;
  
  padding: 2px 2px 2px 0px;
  
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
}
.contact #sec3 .flbox.displayNone {
  display: none;
}
.contact #sec3 .flbox2 {
  background: #fb7643;
  margin-top: 20px;
  padding: 2px 2px 2px 0;
}
.contact #sec3 .flbox h3 {
  border: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #fff;
  background: transparent;
  margin-bottom: 0;
  line-height: 1;
  
  text-align: center;
  
  width: 41%;
}
.contact #sec3 .flbox h3.big {
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.contact #sec3 .flbox h3.mb {
  margin-bottom: 0.4em;
}
.contact #sec3 .flbox h3 span.h3_span {
  display: inline-block;
  margin-bottom: 0.4em;
  font-size: 0.7rem;
}
.contact #sec3 .flbox h3 span.h3_span-yellow {
  display: block;
  color: #fcee21;
  margin: 0.5em auto 0;
}
.contact #sec3 .flbox2 h3 {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.contact #sec3 .flbox2 h3 span {
  font-size: 20px;
  letter-spacing: 0.06em;
}
.contact #sec3 .flbox p.btn {
  width: 59%;
  min-width: 59%;
  background: #fff;
  border-radius: 2px;
  padding: 0;
}
.contact #sec3 .flbox p.btn a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #fb7643;
  padding: 15px 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.contact #sec3 .flbox p.btn a:hover {
  opacity: 0.8;
}
.contact #sec3 .flbox p.btn span {
  position: relative;
  padding-left: 30px;
}
.contact #sec3 .flbox p.btn span:not(.small):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/qa/ic-mail.png) no-repeat center center / 100% auto;
  width: 26px;
  height: 26px;
}
.contact #sec3 .flbox p.btn-chat span:not(.small)::before {
  background: url(../images/qa/ic-chat.png) no-repeat center center / 100% auto;
}

.contact #sec3 .flbox p.btn-chat span.small,
.contact #sec3 .flbox p.btn-tel span.small,
.contact #sec3 .flbox p.btn span.small {
  font-size: 0.7rem;
  padding-left: 0;
  display: inline-block;
  line-height: 1.25;
  margin-top: 0.5em;
}
.contact #sec3 .flbox p.tel {
  width: 59%;
  min-width: 59%;
  background: #fff;
  border-radius: 2px;
  color: #fb7643;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding: 15px 0 16px;
  line-height: 1;
}
.contact #sec3 .flbox p.tel a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 26px;
  letter-spacing: 0.06em;
  transition: all 0.3s ease;
  color: #fb7643;
  margin-top: 7px;
}

#sec4 {
  margin-top: 30px;
}

@media only screen and (max-width: 999px) {
  #sec1 {
    margin-bottom: 22px;
  }
  #sec2 {
    padding: 0 5%;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  #sec2 .wrap {
    padding: 20px 5%;
    display: block;
  }
  #sec2 h3 {
    margin-bottom: 18px;
  }
  #sec3 {
    overflow: hidden;
  }
  #sec3 .wrap {
    display: block;
  }
  #sec3 .box-img {
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  #sec3 .box-img p.img {
    float: inherit;
    width: 100%;
    margin: 0;
    order: 1;
    margin-top: 10vw;
  }
  #sec3 .box-img p:not(.img) {
    order: 0;
  }
  #sec3 .tab__area {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  #sec3 .tab__area .dropdownlist {
    background: #fff2df;
    border-radius: 8px 8px 0 0;
    padding: 9px;
    box-sizing: border-box;
  }
  #sec3 .tab__area .dropdownlist span {
    color: #fff;
    background: #32a04b;
    border-radius: 6px;
    text-align: left;
    display: block;
    padding: 24px 21px 20px;
    font-size: 16px;
    position: relative;
  }
  #sec3.orange-color .tab__area .dropdownlist span {
    background: #fb7643;
  }
  #sec3.orange-color .tab__area.active .dropdownlist span::before {
    background: url(../images/qa/s3-ic_orange_on_sp.png) no-repeat center center / 100% auto;
  }
  #sec3.orange-color .tab__list {
    background: #fff;
  }
  #sec3.orange-color .tab__item a.selected {
    background: transparent;
    color: #fb7643;
  }

  #sec3 .tab__area .dropdownlist span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: url(../images/qa/s3-ic_sp.png) no-repeat center center / 100% auto;
    width: 14px;
    height: 9px;
    z-index: 2;
  }
  #sec3 .tab__area.active .dropdownlist span::before {
    background: url(../images/qa/s3-ic_on_sp.png) no-repeat center center / 100% auto;
    width: 20px;
    height: 10px;
    right: 16px;
  }
  #sec3 .tab__list {
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 11.64px 0.36px rgb(0 0 0 / 16%);
    width: 95%;
    border-radius: 6px 6px 0 0;
    padding: 20px 36px 24px 24px;
    box-sizing: border-box;
    display: none;
  }
  #sec3 .tab__area.active .tab__list {
    display: block;
  }
  #sec3 .tab__item a.selected {
    background: transparent;
    color: #32a048;
  }
  #sec3 .tab__item {
    text-align: left;
    margin: 0;
  }
  #sec3 .tab__item:last-child {
    margin-bottom: 0;
  }
  #sec3 .tab__item a {
    font-size: 16px;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    padding: 7px 0;
  }
  #sec3 .tab__list.pd0 .tab__item a {
    padding: 7px 0;
  }
  #sec3 .tab__inner .js-tab-box {
    padding: 23px 15px 45px;
  }
  #sec3 .tab__area dt::before {
    font-size: 26px;
    top: 0;
  }
  #sec3 .tab__area dt {
    font-size: 14px;
    line-height: 26px;
    padding: 0 35px 0 41px;
  }
  #sec3 .tab__area dd::before {
    top: 0;
    font-size: 26px;
    font-family: hiraginoSans;
  }
  #sec3 .tab__area dd {
    font-size: 13px;
    font-family: gengothic;
    padding: 0 35px 0 41px;
  }
  #sec3 .wrap > .col {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  #sec3 .wrap > .col li a {
    font-size: 16px;
  }
  #sec3 .wrap > .col li img {
    width: 43px;
    height: 43px;
    margin-right: 18px;
  }
  .btitle {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .bar {
    display: block;
  }
  .contact #sec3 .row {
    width: 100%;
    max-width: 100%;
  }
  .contact #sec3 .row .col {
    width: 100%;
    min-width: 100%;
    padding: 30px 5%;
  }
  .contact #sec3 .ttl {
    font-size: 18px;
    margin-bottom: 22px;
    letter-spacing: 0.025em;
  }
  .contact #sec3 .ttl span {
    font-size: 14px;
    padding: 12px 0;
  }
  .contact #sec3 .ttl span::before,
  .contact #sec3 .ttl span::after {
    display: none;
  }
  .contact #sec3 .ttl small {
    font-size: 14px;
    line-height: 1.6;
  }
  .contact #sec3 .flbox {
    display: block;
    padding: 2px;
  }
  .contact #sec3 .flbox h3 {
    padding: 19px 0;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .contact #sec3 .flbox h3.mb {
    margin-bottom: 0;
    margin-top: -0.4em;
  }
  .contact #sec3 .flbox p.btn {
    width: 100%;
    min-width: 100%;
  }
  .contact #sec3 .flbox p.btn a {
    padding: 18px 0;
    font-size: 16px;
  }
  .contact #sec3 .flbox2 h3 {
    font-size: 14px;
    padding: 16px 0;
    line-height: 1.6;
  }
  .contact #sec3 .flbox h3 span.h3_span {
    display: inline-block;
    margin-bottom: 0.4em;
    font-size: 0.6rem;
  }
  .contact #sec3 .flbox h3.big {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .contact #sec3 .flbox2 h3 span {
    font-size: 18px;
  }
  .contact #sec3 .flbox p.tel {
    width: 100%;
    min-width: 100%;
    font-size: 16px;
    padding: 17px 0 19px;
  }
  .contact #sec3 .flbox p.tel a {
    font-size: 23px;
    margin-top: 11px;
  }

  #sec4 .btitle {
    margin-bottom: 27px;
  }
  #sec4 .container {
    padding-bottom: 15px !important;
  }
  #sec4 .row {
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
  }
  #sec4 .row .col-3 {
    width: 48%;
    max-width: 48%;
    -ms-flex: inherit;
    flex: inherit;
    padding: 0;
    margin: 0 1% 27px;
    border-radius: 10px;
    overflow: hidden;
  }
}


.contact #sec3 .flbox3 {
  background-color: #32a04b;
}
.contact #sec3 .flbox3 p.btn a {
  color: #32a04b;
}
.contact #sec3 .flbox p.btn-tel span:not(.small)::before {
  background: url(../images/qa/ic-tel.png) no-repeat center center / 100% auto;
}
.contact #sec3 .flbox3 p.btn-tel span:not(.small)::before {
  background: url(../images/qa/ic-tel_green.png) no-repeat center center / 100% auto;
}
.btn-life{
  color:#32a04b;
  width: 59%;
  min-width: 59%;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 15px 0;
  line-height: 1.2;
}

@media only screen and (max-width: 999px) {
.btn-life{
  width: 100%;
  min-width: 100%;
}
}
.btn-life02{
  color: #fb7643;
  width: 59%;
  min-width: 59%;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 15px 0;
  line-height: 1.2;
}
.btn-call01-link{
  color: #fb7643 !important ;
}
.btn-call01__life{
  color:#32a04b;
  width: 59%;
  min-width: 59%;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 15px 0;
  line-height: 1.4;
}
@media only screen and (max-width: 999px) {
.btn-call01__life{
  width: 100%;
  min-width: 100%;
}
}
.p-small{
  font-size: 0.75rem;
}
.c-green{
  color:#32a04b !important;
}
.p-life__font26{
  line-height: normal;
  font-size: 26px;
}
@media only screen and (max-width: 999px) {
.p-life__font26{
  line-height: 1;
}}
.p-life__font18{
  font-size: 18px !important;
}
.p-life__font15{
  font-size: 15px;
}
.p-life__font13{
  font-size: 13px !important;
}
.p-life__font12{
  font-size: 12px !important;
}
.p-life__ml{
  margin-left: 0.4rem;
}
.p-call01__point01{
  font-size: 18px !important;
  line-height: 1.4 !important;
}
.p-call01__point03{
  font-size: 15px;
  line-height: 1.4 !important;
}
.btn-call01 span{
  padding-left: 0 !important;

}
.contact #sec3 .flbox p.btn-call01 span:not(.small)::before {
  background-image: none;
}
.btn-call01__04{
  width: 100%;
  height: 100%;
  display: block;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #fb7643;
  padding: 15px 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
  padding: 15px 0 !important;
}
.p-call01__attention-wrap{
  margin-top: 12px;
  width: 80%;
  margin: 12px auto;
}
@media only screen and (max-width: 999px) {
.p-call01__attention-wrap{
  width: 100%;
}}
.p-call01__attention-wrap p{
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
.p-call01__attention_txt01{
  color: #fb4343;
  font-size: 80%;
}
.p-call01__attention_txt02{
  color: #fb4343;
  font-size: 100%;
}
.p-call01__attention_link{
  color: #0070c0 !important;
}
.p-call02__checkbox-link{
    color: #0070c0 !important;
}
.p-call02__checkbox-wrap{
  margin: 0 auto;
  color: #fb4343;
}
.p-call02__checkbox{
  margin-bottom: 24px;
  display: block;
}
@media only screen and (max-width: 999px) {
.p-call02__checkbox{
  display: flex;
  align-items: flex-start;
}}
.p-call02__checkbox label{
  width: auto;
}
@media only screen and (max-width: 999px) {
.p-call02__checkbox label{
  width: 90%;
}
}
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #0070c0;
  
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 999px) {
input[type="checkbox"] {
  margin: 4px 10px 0 0;
}
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #0070c0;
  border-bottom: 2px solid #0070c0;
  content: '';
}
.p-call02__checkbox01{
  vertical-align: 13px;
}
.p-call02__checkbox02{
  vertical-align: -3px;
}
.p-hidden{
    display: none;
}
.tel2{
    width: 59%;
    min-width: 59%;
    background: #fff;
    border-radius: 2px;
    height: 82px;
}
@media only screen and (max-width: 999px) {
.tel2{
    width: 100%;
    min-width: 100%;
}}
.p-marginBottom0{
  margin-bottom: 48px;
}
@media only screen and (max-width: 999px) {
.p-marginBottom0{
  margin-bottom: 0 !important;
}}
.c-strong{
  font-weight: 600 !important;
}

.box-item-indent{
  padding-left:1em;
  text-indent:-1em;
}
.box-list-item{
  margin-bottom: 2.0rem;
}
.c-margin-bottom_01{
  margin-bottom: 1.0rem;
  display: block;
}
.c-margin-bottom_02{
  margin-bottom: 2.0rem !important;
  display: block;
}


.box_wrap {
  margin-bottom: 10%;
}
.box_wrap:last-child {
  margin-bottom: 0;
}
.ttl_images {
  margin-bottom: 5%;
}
.ttl_images img {
  width: 100%;
}
.contact #sec3 .flbox-green { background-color: #009260; }
.contact #sec3 .flbox-green p.tel { color: #009260; }
.contact #sec3 .flbox-green p.tel a { color: #009260; }

.contact #sec3 .flbox-blue { background-color: #1d2087; }
.contact #sec3 .flbox-blue p.tel { color: #1d2087; }
.contact #sec3 .flbox-blue p.tel a { color: #1d2087; }

