@charset "utf-8";

a:hover {
  opacity: .8;
}

/* ナビゲーション */
#lp_nav {
  box-shadow: 0px 2px 2px rgba(111, 123, 144, 0.6);
  z-index: 1;
  position: relative;
}
#lp_nav ul {
  max-width: 1100px;
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;display: -ms-flexbox;display: flex;
}
#lp_nav ul li {
  -webkit-box-flex: 1;-ms-flex: 1;flex: 1;
  text-align: center;
  border-right: solid 2px #C3E5FC;
}
#lp_nav ul li:first-of-type {
  border-left: solid 2px #C3E5FC;
}
#lp_nav ul a {
  color: #264258;
  font-weight: 600;
  display: block;
  padding: .8em 0;
}

/* メインビジュアル */
#main_visual {
  background-size: cover;
  background-position: center;
  padding-bottom: 160px;
}
#main_visual h2 {
  text-align: center;
}

/* 中間・お問い合わせ エリア */
#top_contact {
  margin-top: -100px;
}
.middle_contact {
  background: #fff;
  border-radius: 4px;
  padding: 20px 15px 30px 15px;
  box-shadow: 0 0 6px rgba(130, 130, 130, 0.4);
}
.middle_contact h3 {
  text-align: center;
  color: #306795;
  font-size: 1.6rem;
}
.contact_box {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  padding: 15px 0 0 0;
}
.contact_box dl.middle_tel {
  line-height: 1.2;
  width: 48%;
  padding: 0 20px 0 0;
  white-space: nowrap;
}
.contact_box dl.middle_tel dt {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
  font-size: 3.0rem;
  font-weight: 700;
}
.contact_box dl.middle_tel dt::before {
  content: "総合受付";
  display: inline-block;
  font-size: 1.2rem;
  background: #306795;
  color: #fff;
  padding: .4em .4em;
  margin-right: 10px;
}
.contact_box dl.middle_tel dd {
  font-weight: 500;
  font-size: 1.6rem;
  text-align: right;
}
.contact_box .middle_btn {
  width: 48%;
}
.contact_box .middle_btn a {
  background: #F78C54;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 4px;
  height: 100%;
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
.contact_box .middle_btn a::before {
  content: "";
  display: inline-block;
  background: url(images/mail_icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

/* キャッチコピー */
#catchphrase {
  width: 62%;
}
#catchphrase h3.widget-title {
  text-align: center;
  color: #1B598C;
  font-size: 2.0rem;
  border-bottom: solid 1px #D3D3D3;
  padding-bottom: .5em;
}
#catchphrase .textwidget p {
  font-size: 1.4rem;
  text-align: center;
  border-bottom: solid 1px #D3D3D3;
  padding: .5em 0;
}

/* メリット */
#merit h3 {
  color: #1B598C;
  font-size: 1.8rem;
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  border-bottom: solid 4px #DCE9F4;
  padding-bottom: 10px;
}
#merit h3::before {
  content: "";
  display: block;
  background: url(images/fukidashi.png) no-repeat;
  background-size: contain;
  width: 400px;
  height: 75px;
  margin-left: 100px;
}
#merit .picture {
  background: #fff;
  padding: 20px 0;
}
#merit .picture .part_list,
#merit .picture .picture_img {
  width: 80%;
  margin: 0 auto;
}
#merit .picture .part_list {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -ms-flex-wrap: wrap;  flex-wrap: wrap;
  padding-bottom: 10px;
}
#merit .picture .part_list li {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  align-items: center;
  font-size: 1.0rem;
  margin-right: 1em;
}
#merit .picture .part_list li.part_a::before {
  content: "■";
  color: #DFEAF8;
  font-size: 22px;
}
#merit .picture .part_list li.part_b::before {
  content: "■";
  color: #BCD7F8;
  font-size: 22px;
}
#merit .picture .part_list li.part_c::before {
  content: "■";
  color: #7DB0EF;
  font-size: 22px;
}
#merit .picture .part_list li.part_d::before {
  content: "■";
  color: #FFBC3E;
  font-size: 22px;
}
.merit_box {
  padding: 20px 0 10px 0;
}
.merit_box h4 {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 10px 0;
}
.merit_box h4 .merit_num {
  background: #1b598c;
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  margin-right: .5em;
}

/* サービス */
.service_panel-grid-cell {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(100, 110, 138, 0.4);
}
.service_panel-grid-cell h3.widget-title {
  color: #306795;
  background: #fff;
  border-radius: 40px;
  font-size: 1.6rem;
  width: 10em;
  text-align: center;
  margin: 0 auto;
}
.service_box {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  padding: 15px 0 0 0;
}
.service_box .service_img {
  width: 30%;
  padding: 0 20px;
}
.service_box .service_text {
  width: 70%;
}
.service_box .service_text p {
  font-size: 1.0rem;
}
.service_box .service_text p.service_price {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 15px;
}
.service_arrow_inner {
  background: #F8C85B;
  color: #fff;
  font-weight: 700;
  font-size: 2.0rem;
  text-align: center;
  padding: .5em 0 .2em 0;
}
.service_arrow::after {
  content: "";
  display: block;
  background: url(images/triangle.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 27px;
}
.one_month_free {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.one_month_free .line {
  background: linear-gradient(transparent 60%, #FAF7B4 60%);
  width: 10em;
  margin: 0 auto;
}
.line_font_color {
  color: #e81515;
}

/* 料金プラン */
.plan_item_balloon {
  position: relative; /* 三角の位置を固定するために設定 */
  max-width: 100%; /* 幅 */
  margin: 0 auto 20px; /* 上 左右 下のマージン */
  padding: 20px; /* ふきだし内の余白 */
  background: #fff; /* 背景色 */
  text-align: center; /* テキストの揃え */
  border-radius: 8px; /* <-追加 */
  color: #162F4D;
}
.plan_item_balloon::before { /* 三角の部分 */
  content: '';
  position: absolute; /* 位置固定 */
  bottom: -28px; /* 線幅の2倍 */
  left: 50%;
  margin-left: -14px; /* 線幅だけずらす */
  border: 14px solid transparent; /* 線幅の設定 */
  border-top-color: #fff; /* 吹き出しの地と同じ色 */
}
#plan h3.widget-title {
  color: #162F4D;
  font-size: 1.6rem;
  text-align: center;
}
.plan_item_content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(100, 110, 138, 0.4);
  padding: 15px;
  margin-top: 10px;
  min-height: 265px;
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}
.plan_item_list li {
  background: #50AED8;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px;
}
.plan_price {
  color: #F78C54;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
  margin-top: auto;
}
.plan_price span {
  font-size: 2.0rem;
}
.note_plan {
  text-align: right;
  font-size: 1.2rem;
}

/* ご利用の流れ */
.start_guide_item {
  background: #fff;
  border: solid 3px #37639F;
  border-radius: 20px;
  padding: 15px;
}
#start_guide .panel-grid.panel-no-style {
  counter-reset: number;
}
#start_guide .panel-grid.panel-no-style .start_guide_item_content dt {
  color: #344990;
  font-weight: 700;
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  line-height: 1.2;
}
#start_guide .panel-grid.panel-no-style .start_guide_item_content dt::before {
  counter-increment: number;
  content: counter(number);
  font-size: 2.4rem;
  margin-right: .2em;
}
#start_guide .panel-grid.panel-no-style .start_guide_item_content dd {
  font-size: 1.0rem;
}
#start_guide .panel-grid-cell {
  position: relative;
}
#start_guide .panel-grid-cell:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: transparent transparent transparent #034499;
  position: absolute;
  right: -30px;
  top: 24%;
}

/* よくある質問 */
.so-widget-sow-accordion-default-47ba7692ac9d .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus,
.so-widget-sow-accordion-default-47ba7692ac9d .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border:focus {
  outline: 0;
}

/* 会社概要 */
.company_prof {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
}
.company_prof dt {
  width: 20%;
  border-bottom: solid 1px #B7B7B7;
  color: #1B598C;
  font-weight: 700;
  padding: .5em 0 .5em 2em;
}
.company_prof dd {
  width: 80%;
  border-bottom: solid 1px #B7B7B7;
  padding: .5em 0;
}

/* お問い合わせ */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  font-size: 16px;
  padding: .5em;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: solid 1px #C9C9C9;
  border-radius: 4px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  outline: 0;
}
.keiri_contact_form textarea {
  width: 80%;
}
/* select */
.cp_ipselect {
  overflow: hidden;
  width: 36%;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}
/* type="checkbox" */
.checkbox input[type='checkbox'] {
  display: none;
}
.wpcf7-list-item-label {
  padding-left: 30px;
  position:relative;
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center
}
.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox input[type='checkbox']:checked + .wpcf7-list-item-label {
  color: #034499;
}
.checkbox input[type='checkbox']:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 12px;
  height: 19px;
  transform: rotate(40deg);
  border-bottom: 3px solid #034499;
  border-right: 3px solid #034499;
}
#contact form.wpcf7-form {
  width: 80%;
  margin: 0 auto;
}
#contact .sow-sub-headline {
  margin-top: .5em;
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.keiri_contact_form {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
}
.keiri_contact_form dt {
  font-weight: 700;
  width: 30%;
  padding: 10px 0;
}
.keiri_contact_form dt.hissu::after {
  content: "(必須)";
  display: inline-block;
  color: #FF0000;
  font-size: 1.0rem;
  margin-left: .2em;
}
.keiri_contact_form dd {
  width: 70%;
  padding: 10px 0;
}
p.form_text {
  margin-bottom: 1em;
}
p.form_text a {
  color: #003BFF;
}
p.checkbox {
  margin-bottom: 1em;
}
p.checkbox label {
  cursor: pointer;
}
.span.wpcf7-list-item {
  margin: 0;
}
.keiri_form_btn input[type="submit"] {
  -webkit-appearance: none;
  background: #FCA75F;
  color: #fff;
  border-radius: 6px;
  display: block;
  width: 8em;
  font-weight: 700;
  font-size: 3.0rem;
  margin: 0 auto;
  box-shadow: 0 0 6px rgba(130, 130, 130, 0.4);
  cursor: pointer;
  border: 0;
}
.keiri_form_btn input[type="submit"]:hover {
  opacity: .8;
}

@media (max-width: 780px) {
  #start_guide .panel-grid-cell:not(:last-of-type) {
    margin: 0;
  }
  #start_guide .panel-grid-cell:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 40px 0 40px;
    border-color: #034499 transparent transparent transparent;
    position: relative;
    margin: 0 auto;
    right: 0;
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%;
  }
  .keiri_contact_form textarea {
    width: 100%;
  }
  #contact form.wpcf7-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #lp_nav {
    display: none;
  }
  .contact_box dl.middle_tel dt {
    font-size: 2.6rem;
  }
  #catchphrase {
    width: 90%;
  }
  .service_box .service_text p {
    font-size: 1.2rem;
  }
  .service_box .service_text p.service_price {
    font-size: 1.8rem;
  }
  .plan_item_content {
    min-height: auto;
  }
  #start_guide .panel-grid.panel-no-style .start_guide_item_content dd {
    font-size: 1.4rem;
  }
}
@media (max-width: 599px) {
  #main_visual {
    padding-bottom: 110px;
  }
  .middle_contact {
        padding: 20px 15px 20px 15px;
  }
  .middle_contact h3 {
    font-size: 1.2rem;
  }
  .contact_box {
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    padding: 5px 0 0 0;
  }
  .contact_box dl.middle_tel {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .contact_box dl.middle_tel dt {
    font-size: 9vw;
  }
  .contact_box .middle_btn {
    width: 100%;
  }
  .contact_box .middle_btn a {
    padding: 15px;
  }
  #catchphrase h3.widget-title {
    font-size: 4vw;
  }
  #catchphrase .textwidget p {
    font-size: 3.6vw;
  }
  #merit h3 {
    font-size: 4vw;
  }
  #merit h3::before {
    margin-left: 0;
    width: 300px;
    height: 56px;
  }
  #merit .picture .part_list,
  #merit .picture .picture_img {
    width: 98%;
  }
  #merit .picture .part_list li {
    line-height: 1.2;
  }
  #service .so-widget-sow-headline-default-8c1a837917b6 .sow-headline-container h3.sow-headline {
    font-size: 4.8vw;
  }
  .so-widget-sow-headline-default-8c1a837917b6 .sow-headline-container h3.sow-headline {
    font-size: 5.6vw;
  }
  .service_box .service_img {
    padding: 0 10px;
  }
  .service_arrow_inner {
    font-size: 4vw;
    padding: 1em 0 .5em 0;
  }
  #plan h3.widget-title {
    font-size: 2.0rem;
  }
  .plan_price {
    font-size: 2.0rem;
  }
  .plan_price span {
    font-size: 2.4rem;
  }
  .so-widget-sow-accordion-default-47ba7692ac9d .sow-accordion .sow-accordion-panel .sow-accordion-panel-header,
  .so-widget-sow-accordion-default-47ba7692ac9d .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
    padding: 10px 15px;
  }
  .faq_content .sow-accordion-title,
  .faq_content .sow-accordion-panel-content {
    font-size: 1.4rem;
  }
  .company_prof dt {
    padding: .5em 0;
  }
  .company_prof dd {
    padding: .5em;
  }
  .keiri_contact_form {
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  }
  .keiri_contact_form dt {
    width: 100%;
  }
  .keiri_contact_form dd {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .keiri_contact_form dt.hissu::after {
    font-size: 1.2rem;
  }
  .so-widget-sow-headline-default-8b47a9f03382 .sow-headline-container p.sow-sub-headline,
  p.form_text {
    font-size: 1.4rem;
  }
}