@charset "UTF-8";
/* ==================================================
	element
================================================== */
.mainvisual {
  background-image: url("../images_lp/main.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 785px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  z-index: 1;
}
.mainvisual .main_txt h1 {
  text-align: center;
  margin-bottom: 81px;
  position: relative;
}
.mainvisual .main_txt .mv_fukidashi {
  position: absolute;
  right: -4%;
  top: -100%;
}
.mainvisual .main_list {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.mainvisual .main_list span {
  color: #dd0011;
}
.mainvisual .main_list dl {
  width: 32%;
}
.mainvisual .main_list dl dt {
  background-color: #eeeeee;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 15px 20px;
}
.mainvisual .main_list dl dd {
  padding: 20px;
  background-color: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) {
  .mainvisual {
    background-image: url("../images_lp/main_sp.png");
    height: 886px;
  }
  .mainvisual .main_txt h1 {
    margin-bottom: 15%;
  }
  .mainvisual .main_list {
    margin-bottom: 10%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .mainvisual .main_list dl {
    width: 100%;
    margin-bottom: 3%;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  }
  .mainvisual .main_list dl dt {
    padding: 6% 2%;
    font-size: 143%;
  }
  .mainvisual .main_list dl dd {
    padding: 3%;
    font-size: 100%;
  }
  .mainvisual .main_txt .mv_fukidashi {
    width: 30%;
    top: -120%;
    right: 10%;
  }
}
/* ========== end △ */
#main {
  margin-top: -47px;
}
#main .text p {
  font-size: 16px;
  line-height: 1.7;
}
#main .txtred {
  color: #dd0011 !important;
}
#main .tt01 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#main .tt02 {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 10px;
  margin-bottom: 40px;
}
#main .tt02:before {
  content: '';
  background-color: #ffc72f;
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: -1;
}
#main .tt03 {
  text-align: center;
  color: #dd0011;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 70px;
}
#main .tt03 span {
  display: block;
  font-family: 'Lato', sans-serif;
  color: #333;
  font-size: 20px;
}
#main .tt04 {
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
}
#main .bg_red {
  background: #dd0011;
  color: #fff;
}
#main .bg_red1 {
  background-color: #dd0011;
  color: #fff;
}
#main .bg_red1 a {
  color: #fff;
}
#main .bg_red1 .tt03 {
  color: #fff !important;
}
#main .bg_red1 .tt03 span {
  color: #fff !important;
}
#main .bg_grey {
  background: #eeeeee;
}
#main .bg_w {
  background: #fff;
}
#main .ico {
  position: relative;
  padding-top: 70px;
}
#main .ico.grey .ico_img {
  background-color: #eeeeee;
}
#main .ico.red .ico_img {
  background-color: #dd0011;
}
#main .ico.red1 .ico_img {
  background-color: #dd0011;
}
#main .ico.white .ico_img {
  background-color: #fff;
}
#main .ico .ico_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  left: 50%;
  top: -70px;
  z-index: 10;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
#main .f30 {
  font-size: 30px !important;
}
#main .f34 {
  font-size: 34px !important;
}
#main .wrr > p {
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
}
#main .wrr .txt p {
  font-size: 14px;
}
#main .pbmbcomp {
  padding-bottom: 70px;
  margin-bottom: 70px;
}
#main .ptcomp {
  padding-top: 70px;
}
#main .pbcomp {
  padding-bottom: 70px;
}
#main .ptbcomp {
  padding-top: 100px;
  padding-bottom: 100px;
}
#main .pdcomp {
  padding: 50px;
}
#main .bn_contact {
  text-align: center;
  padding-bottom: 100px;
}
#main .bn_contact a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#main .bn_contact p {
  margin-bottom: 40px;
}
#main .bn_contact .tel {
  font-size: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin-right: 30px;
}
#main .bn_contact .tel span {
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
}
#main .bn_contact .btn_cont {
  background-color: #fff;
  max-width: 360px;
  width: 50%;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
#main .bn_contact .btn_cont:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background-color: #333;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  z-index: -1;
}
#main .bn_contact .btn_cont a {
  padding: 23px 23px 23px 95px;
  font-size: 20px;
  color: #333;
  background: url("../images_lp/ico_mail.png");
  background-repeat: no-repeat;
  background-position: center left 35px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 766px) {
  #main .bn_contact .btn_cont {
    overflow: hidden;
  }
  #main .bn_contact .btn_cont:hover:before {
    height: 100%;
    transform: translate(0, -50%) scale(1.2, 1.2);
    -webkit-transform: translate(0, -50%) scale(1.2, 1.2);
  }
  #main .bn_contact .btn_cont:hover a {
    color: #fff;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) {
  #main .ptbcomp {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #main .pbic {
    padding-bottom: 70px !important;
  }
  #main .tt01 {
    font-size: 143%;
    margin-bottom: 5%;
  }
  #main .tt02 {
    font-size: 189% !important;
    margin-bottom: 10%;
  }
  #main .tt02.f30 {
    font-size: 189% !important;
  }
  #main .tt03 {
    font-size: 229%;
    margin-bottom: 6%;
  }
  #main .tt03 span {
    font-size: 49%;
  }
  #main .tt04 {
    font-size: 143%;
    margin-bottom: 10%;
  }
  #main .text p {
    font-size: 100%;
  }
  #main .bn_contact p {
    margin-bottom: 4%;
  }
  #main .pdcomp {
    padding: 4%;
  }
  #main .lp02.ico,
  #main .lp04.ico {
    padding: 70px 6% 10%;
  }
  #main .ico {
    padding: 70px 0 10%;
  }
  #main .ico .ico_img {
    width: 105px;
    height: 105px;
    top: -50px;
  }
  #main .ico .ico_img img {
    width: 45%;
  }
  #main .ico .flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #main .ico .tel {
    font-size: 9vw;
    font-weight: 700;
    margin-right: 0;
    margin-bottom: 2%;
  }
  #main .ico .btn_cont {
    max-width: 100%;
    width: 100%;
  }
  #main .ico .btn_cont a {
    background-position: center left 20%;
    background-size: 11% auto;
    padding: 5% 5% 5% 20%;
    font-size: 129%;
  }
  #main .pbmbcomp {
    padding-bottom: 5%;
    margin-bottom: 40px;
  }
  #main .f34 {
    font-size: 143% !important;
  }
  #main .f30 {
    font-size: 139% !important;
  }
  #main .wrr p {
    font-size: 143%;
  }
  #main .wrr p span {
    font-size: 100% !important;
  }
}
/* ========== end △ */
@media only screen and (max-width: 375px) {
  #main .ico .btn_cont a {
    background-position: center left 10%;
  }
}

/***************lp01*******************/
.dots li {
  text-indent: -14px;
  padding-left: 14px;
}

.box01 {
  background-color: #fff;
  padding: 45px 35px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 50px;
}
.box01 .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.box01:before {
  content: '';
  position: absolute;
  top: -38px;
  left: 80px;
  width: 0;
  height: 0;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-bottom: 38px solid #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) {
  .box01 {
    width: 100%;
    max-width: 405px;
    margin: 0 auto 10% auto;
    padding: 4%;
  }
  .box01:before {
    border-left-width: 20px;
    border-right-width: 20px;
    border-bottom-width: 20px;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .box01 .ttl {
    font-size: 117%;
    margin-bottom: 2%;
  }
}
/* ========== end △ */
.col_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.col_4.ic {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.col_4 .ic-in {
  width: 23%;
  padding: 3.3% 2.3%;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.col_4 .ic-in:not(:nth-child(4n)) {
  margin-right: 2.6%;
}
.col_4 .ic-in:last-child {
  margin-right: 0;
}
.col_4 .ic-in figure {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.col_4 .img {
  width: 23%;
}
.col_4 .img span {
  text-align: center;
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
.col_4 .img img {
  max-width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) {
  .col_4 {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .col_4 .img {
    width: 100%;
    max-width: 405px;
    margin: 0 auto;
    padding-bottom: 10%;
  }
  .col_4 .img:first-child {
    padding-bottom: 30px;
  }
  .col_4 .img span {
    font-size: 134%;
    margin-bottom: 3%;
  }
  .col_4.ic {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 8%;
  }
  .col_4 .ic-in {
    padding: 5% 2.3%;
    width: 47.5%;
    margin-bottom: 3%;
    font-size: 114%;
  }
  .col_4 .ic-in:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .col_4 .ic-in img {
    width: auto;
  }
}
/* ========== end △ */
.lp01 {
  padding: 100px 0 74px 0;
}

.lp03 dl {
  padding: 20px 0;
}
.lp03 dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  font-size: 24px;
  font-weight: bold;
  background-color: #eeeeee;
}
.lp03 dl dt .bg_red1 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  width: 90px;
  padding: 18px;
  font-weight: normal;
  margin-right: 20px;
}
.lp03 dl dd {
  padding: 30px 30px 50px;
  border: 2px solid #eeeeee;
  border-top: none;
}
.lp03 dl dd tr th:first-child,
.lp03 dl dd tr td:first-child {
  border-right: 1px solid #333;
}
.lp03 dl dd th {
  width: 50%;
  border-bottom: 1px solid #333;
  padding: 15px 40px;
  font-weight: normal;
}
.lp03 dl dd td {
  vertical-align: top;
  padding: 30px 40px;
}
.lp03 dl dd td li {
  margin-bottom: 10px;
}
.lp03 dl dd td .tar {
  max-width: 271px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) {
  .lp03 dl dt {
    font-size: 119%;
  }
  .lp03 dl dt .bg_red1 {
    font-size: 25px;
    width: 60px;
    padding: 11px;
    margin-right: 3%;
  }
  .lp03 dl dd {
    padding: 2%;
  }
  .lp03 dl dd th {
    padding: 2% 3%;
  }
  .lp03 dl dd td {
    padding: 3%;
  }
  .lp03 dl dd td li {
    margin-bottom: 2%;
  }
}
/* ========== end △ */
/***************end_lp01*******************/
.col_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 70px;
}
.col_3 .img {
  width: 32%;
}
.col_3 .img figure {
  position: relative;
  padding-bottom: 15px;
}
.col_3 .img figure span {
  background-color: #dd0011;
  position: absolute;
  font-family: 'Lato', sans-serif;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.col_3 .txt h3 {
  text-align: center;
  font-size: 20px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) {
  .col_3 {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 0;
  }
  .col_3 .img {
    width: 100%;
    margin-bottom: 10%;
  }
  .col_3 .img figure span {
    width: 77px;
    height: 77px;
    font-size: 30px;
  }
}
/* ========== end △ */
.pbic {
  padding-bottom: 150px !important;
}

.lp05 .clearfix {
  margin-bottom: 40px;
  position: relative;
}
.lp05 .clearfix.right figure {
  float: left;
}
.lp05 .clearfix.right .txt {
  right: 0;
}
.lp05 .clearfix.left figure {
  float: right;
}
.lp05 .clearfix.left .txt {
  left: 0;
}
.lp05 .clearfix .txt {
  max-width: 600px;
  background-color: #fff;
  padding: 35px 50px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.lp05 .clearfix .txt h3 {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 15px;
}
.lp05 .clearfix .txt h3 span {
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  display: block;
  color: #dd0011;
  font-size: 36px;
  margin-bottom: 5px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) {
  .lp05 .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .lp05 .clearfix figure {
    float: none !important;
    order: 1;
  }
  .lp05 .clearfix .txt {
    position: static;
    order: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    padding: 3% 6%;
  }
  .lp05 .clearfix .txt h3 {
    font-size: 143%;
  }
  .lp05 .clearfix .txt h3 span {
    font-size: 129%;
    margin-bottom: 1%;
  }
}
/* ========== end △ */
.step {
  padding-bottom: 30px;
  margin-bottom: 10px;
  position: relative;
}
.step:last-child:before {
  display: none;
}
.step:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  background: url("../images_lp/arr.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 42px;
  height: 32px;
}
.step h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.step h3 span {
  color: #dd0011;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  display: block;
  font-size: 18px;
}
.step .txt {
  margin-left: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) {
  .step {
    padding-bottom: 7%;
    margin-bottom: 5%;
  }
  .step .txt {
    order: 0;
    margin-left: 0;
    margin-bottom: 4%;
  }
  .step figure {
    width: 100%;
    order: 1;
    margin-bottom: 5%;
  }
  .step h3 {
    font-size: 149%;
    margin-bottom: 2%;
  }
  .step h3 span {
    font-size: 84%;
  }
}
/* ========== end △ */
.lp07 .bg_w {
  padding: 30px;
  margin-bottom: 40px;
}
.lp07 .bg_w:last-child {
  margin-bottom: 0;
}
.lp07 .bg_w figure {
  float: right;
  margin-left: 20px;
}
.lp07 .bg_w h3 {
  color: #dd0011;
  font-size: 20px;
  margin-bottom: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) {
  .lp07 .bg_w {
    padding: 4%;
    margin-bottom: 4%;
  }
  .lp07 .bg_w figure {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5%;
  }
}
/* ========== end △ */
.box_faq {
  border-bottom: 3px solid #dd0011;
}
.box_faq dl {
  border-top: 3px solid #dd0011;
}
.box_faq dl dt {
  padding: 20px 30px;
  position: relative;
}
.box_faq dl dt span {
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  background: #dd0011;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.box_faq dl dt span:before, .box_faq dl dt span:after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.box_faq dl dt span:before {
  right: 0;
  width: 15px;
  height: 2px;
}
.box_faq dl dt span:after {
  right: 5px;
  width: 2px;
  height: 15px;
}
.box_faq dl dt spann.active:before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}
.box_faq dl dt span.active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-270deg);
  transform: translate(-50%, -50%) rotate(-270deg);
}
.box_faq dd {
  display: none;
  padding: 0 30px 20px;
}
.box_faq p {
  color: #dd0011;
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  margin-right: 10px;
  font-family: 'Lato', sans-serif;
}
.box_faq dt {
  font-size: 20px;
  font-weight: bold;
}
.box_faq dt p {
  margin-right: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) {
  .box_faq {
    border-bottom-width: 1px;
  }
  .box_faq dl {
    border-top-width: 1px;
  }
  .box_faq dl.open dd {
    display: flex !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }
  .box_faq dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 4% 45px 4% 0;
    font-size: 143%;
  }
  .box_faq dl dt span {
    right: 2%;
  }
  .box_faq dl dt p {
    margin-right: 5%;
  }
  .box_faq dl dd {
    padding: 0 45px 4% 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }
  .box_faq dl dd p {
    margin-right: 11%;
  }
}
/* ========== end △ */
.lp09 p {
  margin-bottom: 50px;
}
.lp09 .bg_w {
  padding: 10px 30px 30px 30px;
  margin-bottom: 30px;
}
.lp09 .btn_submit {
  background-color: #dd0011;
  margin: 0 auto;
  max-width: 370px;
}
.lp09 .btn_submit a,
.lp09 .btn_submit input {
  text-decoration: none;
  display: block;
  background: none;
  width: 100%;
  font-weight: bold;
  border: none;
  color: #fff !important;
  font-size: 18px;
  padding: 31px;
  line-height: 1.0;
  font-family: "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lp09 .form_submit {
  text-align: center;
  color: #333;
}
.lp09 .form_submit p {
  line-height: 2.0;
  margin-bottom: 20px;
}
.lp09 .form_submit a {
  color: #333 !important;
}
.lp09 .form_submit .btn_submit a {
  color: #fff !important;
}
.lp09 table {
  color: #333;
  margin-bottom: 40px;
}
.lp09 table th {
  vertical-align: top;
  width: 30%;
  font-size: 16px;
  font-weight: 500;
  padding: 30px 21px;
}
.lp09 table th span {
  padding: 4px 8px;
  margin-right: 20px;
  font-size: 12px;
  text-align: center;
}
.lp09 table th span.hissu {
  color: #fff;
  background-color: #dd0011;
}
.lp09 table th span.ninni {
  color: #333;
  background-color: #eee;
}
.lp09 table td {
  padding: 30px 65px 30px 21px;
}
.lp09 table tr.item_content td {
  padding-right: 0;
}
.lp09 table td p:last-child {
  margin-bottom: 0;
}
.lp09 table td p:not(:last-child) {
  margin-bottom: 15px;
}
.lp09 table td ul li {
  float: left;
  margin-right: 20px;
}
.lp09 table td input[type="radio"] {
  width: auto;
  margin-bottom: 4px;
}
.lp09 table td input[type="checkbox"] {
  width: auto;
}
.lp09 table td select,
.lp09 table td .input_txt {
  max-width: 240px;
  margin: 0 8px;
  display: inline-block;
}
.lp09 table td textarea,
.lp09 table td input,
.lp09 table td select {
  font-family: "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px;
  border: 1px solid #bfbebe;
  width: 100%;
}
.lp09 table th,
.lp09 table td {
  border-bottom: 1px solid #333;
}
.lp09 table ::placeholder {
  color: #bfbebe;
  opacity: 1;
}
.lp09 table :-ms-input-placeholder {
  color: #bfbebe;
}
.lp09 table ::-ms-input-placeholder {
  color: #bfbebe;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) {
  .lp09 .bg_w {
    padding: 3%;
    margin-bottom: 0;
  }
  .lp09 table th {
    width: auto;
  }
  .lp09 table th,
  .lp09 table td {
    padding: 3%;
    display: block;
  }
  .lp09 table td ul li {
    float: none;
  }
  .lp09 table td select,
  .lp09 table td .input_txt {
    max-width: 214px;
    width: 100%;
  }
}
/* ========== end △ */
.lp10 p {
  margin-bottom: 20px;
}
.lp10 p:last-child {
  margin-bottom: 0;
}
.lp10 p strong {
  font-size: 16px;
}

.f14 {
  font-size: 14px !important;
}
#main .bn_contact a.tel_link{
    background: url(../images_lp/icon_tel.png) center left no-repeat;
    padding-left: 70px;
}

.syomei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}


@media only screen and (max-width: 766px) {
    #main .bn_contact a.tel_link{
        padding-left: 55px;
        background-size: 45px;
    }
}
.text_n-under{
    text-decoration: none !important;
}
/* ▽ SP layout ========== */
/* ========== end △ */


/* 個人情報保護方針
 * ---------------------------------- */
 .contact-privacy {
	counter-reset: privacy;
}

 .contact-privacy .contact-privacy-item {
	padding-right: 20px;
	padding-left: 100px;
	position: relative;
  line-height: 1.75;
}

 .contact-privacy .contact-privacy-item p{
   margin: 14px 0;
   line-height: 1.75;
}

.contact-privacy .contact-privacy-item li{
  line-height: 1.75;
}

.box {
	border-bottom: 2px solid #dc0010;
	position: relative;
	background: #fff;
}
 
@media (min-width: 720px) {
.contact-privacy .contact-privacy-item::after {
	width: 80px;
	line-height: 50px;
	font-size: 22px;
}

.contact-privacy .contact-privacy-item .ulhead {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ulhead {
	font-size: 22px;
}
}

@media (max-width: 719px) {
.contact-privacy .contact-privacy-item::after {
	width: 40px;
	line-height: 32px;
	font-size: 12px;
}
}

.contact-privacy .contact-privacy-item::after {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: privacy;
	content: counter(privacy, decimal-leading-zero);
	color: #fff;
	background: rgba(240, 48, 48, .9);
	font-weight: 700;
	text-align: center;
}
.contact-privacy-list {
    counter-reset: privacy;
}

.ulhead {
	border-bottom: 1px solid #dc0010;
	color: #dc0010;
	font-weight: 700;
	margin-top: 16px;
}

.privacy-list-number,
.privacy-list-circle{
	margin: 15px 0;
	list-style: none;
	padding: 0;
}

.privacy-list-number li {
	text-indent: -38px;
	padding-left: 38px;
}

.privacy-list-circle li,
.privacy-list-indent01{
	text-indent: -1em;
	padding-left: 1em;
}

.contact-privacy .contact-privacy-item .privacy-list-indent01,
.privacy-list-indent01{
  margin-top: 0;
}

.privacy-list-indent02{
	text-indent: -2em;
	padding-left: 2em;
}

.privacy-item-box {
  display:-webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.privacy_syomei {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.privacy_syomei_in {
	text-align: right;
	margin-top: 14px;
	line-height: 1.75;
}

@media (max-width: 719px) {
.contact-privacy .contact-privacy-item {
	margin-top: 3.04569%;
	margin-bottom: 3.04569%;
	padding-right: 2.53807%;
	padding-left: 2.53807%;
}

  .contact-privacy .contact-privacy-item .ulhead {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
  }
  
  .ulhead {
    font-size: 16px;
  }

  .privacy-item-box .ttl {
    width: 25%;
    margin-right: 2% !important;
  }
  .privacy-item-box .list {
    width: 73%;
  }
}

