@charset "UTF-8";
/*! ================================================
****************************************************
このcssファイルはSassから生成されていますので、
編集しないようご注意ください。
****************************************************
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Yusei+Magic&display=swap");
.font_yusei {
  font-family: 'Yusei Magic', sans-serif; }

.pc_disp {
  display: block; }

.sp_disp {
  display: none; }

*:focus {
  outline: none; }

/* !Clearfix
---------------------------------------------------------- */
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  overflow: hidden; }

.clearfix::after {
  clear: both; }

@media only screen and (max-width: 2560px) {
  body {
    margin: 0; } }

@media only screen and (max-width: 1920px) {
  body {
    margin: 0; } }

@media only screen and (max-width: 1200px) {
  body {
    margin: 0; } }

@media only screen and (max-width: 1000px) {
  body {
    margin: 0; }
    .pc_disp {
      display: none; }
    .sp_disp {
      display: block; } }

@media only screen and (max-width: 900px) {
  body {
    margin: 0; } }

@media only screen and (max-width: 736px) {
  body {
    margin: 0; } }

@media only screen and (max-width: 580px) {
  body {
    margin: 0; } }

@media only screen and (max-width: 420px) {
  body {
    margin: 0; } }

@media only screen and (max-width: 340px) {
  body {
    margin: 0; } }

@media screen and (max-width: 736px) {
  .pc {
    display: none !important; }
  .sp {
    display: block; }
  sup {
    font-size: 18px;
    position: relative;
    top: -5px;
    left: -3px; }
  /*header
*****************************************************************/
  header {
    height: 76px; }
  header h1 {
    display: block;
    float: left;
    background: url(../images/svg/header_logo.svg) no-repeat center center;
    background-size: 115px auto;
    width: 130px;
    height: 44px; }
  header nav li {
    display: none; }
  header .subTitle {
    position: absolute;
    bottom: 13px;
    left: 10px;
    font-size: 14px; }
  header .menu-state,
  header .sp_btn {
    display: none; }
  header nav li a {
    position: relative;
    display: block;
    color: #5f5f5f;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    padding: 34px 35px 34px 20px; }
  header nav li.dob a {
    padding: 26px 35px 26px 20px; }
  header nav li.active a,
  header nav li a:hover {
    color: #142ddf; }
  header nav li a i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px; }
  header nav li.blue_li {
    display: none; }
  header nav li.blue_li p,
  header nav li.blue_li a {
    display: block;
    background: #142ddf url(../images/icon_login.png) no-repeat center 10px;
    background-size: 25px auto;
    width: 70px;
    padding: 40px 0 12px 0;
    font-size: 12px;
    line-height: 18px; }
  header nav li.blue_li.acount a {
    background: #4357e5;
    background: #4357e5 url(../images/icon_acount.png) no-repeat center 15px;
    background-size: 25px auto;
    padding: 34px 0 2px 0; }
  header nav li.blue_li a:hover,
  header nav li.blue_li p:hover {
    background: #7584ef url(../images/icon_login.png) no-repeat center 10px;
    background-size: 25px auto;
    color: #fff; }
  header nav li.blue_li.acount a:hover {
    background: #7584ef url(../images/icon_acount.png) no-repeat center 15px;
    background-size: 25px auto; }
  .login header nav li.blue_li.loginclose {
    background: #142ddf;
    display: block;
    margin-right: 70px;
    position: relative; }
  .login header nav li.blue_li.loginclose a {
    background: #142ddf; }
  .login header nav li.blue_li.loginclose a::before,
  .login header nav li.blue_li.loginclose a::after {
    content: "";
    display: block;
    width: 25px;
    /*バツ線の長さ*/
    height: 1px;
    /*バツ線の太さ*/
    background: #fff;
    transform: rotate(45deg);
    transform-origin: 0 50%;
    position: absolute;
    top: 14px;
    left: 26px; }
  .login header nav li.blue_li.loginclose a::after {
    transform: rotate(-45deg);
    transform-origin: 25px 0;
    left: 18px; }
  header .sp_btn {
    z-index: 202;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px; }
  header .sp_btn p {
    width: 70px;
    height: 70px;
    font-size: 12px;
    padding: 40px 0 0 0;
    line-height: 20px;
    text-align: center;
    -webkit-transition: 0.3s ease-out; }
  header .sp_btn .menu__line {
    position: absolute;
    left: 23px;
    display: block;
    width: 24px;
    height: 2px;
    background: #000; }
  header .menu-state:checked ~ .sp_btn .menu__line {
    left: 24px;
    width: 20px;
    height: 1px; }
  header .menu-state:checked ~ .sp_btn p {
    color: #fff;
    color: #000; }
  header .sp_btn p::before {
    content: "メニュー"; }
  header .menu-state:checked ~ .sp_btn p::before {
    content: "閉じる"; }
  header .sp_btn .menu__line:nth-child(1) {
    top: 15px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  header .sp_btn .menu__line:nth-child(2) {
    top: 22px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  header .sp_btn .menu__line:nth-child(3) {
    top: 29px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  header .menu-state:checked ~ .sp_btn .menu__line:nth-child(1) {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: translate(0, 7px) rotate(45deg) scaleX(1.4);
    transform: translate(0, 7px) rotate(45deg) scaleX(1.4);
    background: #fff;
    background: #000; }
  header .menu-state:checked ~ .sp_btn .menu__line:nth-child(2) {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    background: #fff;
    background: #000;
    opacity: 0; }
  header .menu-state:checked ~ .sp_btn .menu__line:nth-child(3) {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: translate(0, -7px) rotate(-45deg) scaleX(1.4);
    transform: translate(0, -7px) rotate(-45deg) scaleX(1.4);
    background: #fff;
    background: #000; }
  .spnavigation {
    position: fixed;
    top: -100vh;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease-out 0s, -webkit-transform 0s 0.3s;
    transition: opacity 0.3s ease-out 0s, -webkit-transform 0s 0.3s;
    transition: transform 0s 0.3s, opacity 0.3s ease-out 0s;
    transition: transform 0s 0.3s, opacity 0.3s ease-out 0s, -webkit-transform 0s 0.3s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
    background: #f0f0f0 url(../images/spnavigation_line.png) left top repeat-x;
    /* background:#142dde;*/
    color: #000;
    -webkit-overflow-scrolling: touch; }
  header .menu-state:checked ~ .spnavigation {
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0s;
    transition: opacity 0.3s ease-out, -webkit-transform 0s;
    transition: transform 0s, opacity 0.3s ease-out;
    transition: transform 0s, opacity 0.3s ease-out, -webkit-transform 0s;
    -webkit-transform: translate(0, 100vh);
    transform: translate(0, 100vh);
    opacity: 1; }
  header .spnavigation ul {
    padding: 100px 10px 0 30px;
    width: 100%; }
  header .spnavigation ul li {
    _font-size: 18px;
    padding: 0 0 0 0; }
  header .spnavigation ul dt {
    font-size: 22px;
    padding: 0 0 10px 0; }
  header .spnavigation ul .spscene dt {
    font-size: 22px;
    padding: 0 0 10px 0; }
  header .spnavigation ul li.spscene {
    padding: 0 0 15px 0; }
  header .spnavigation ul dd {
    display: inline-block;
    width: 58%;
    _line-height: 1;
    padding: 0px 0 10px 20px;
    font-size: 20px; }
  header .spnavigation ul dd:nth-child(odd) {
    width: 37%;
    padding: 0px 0 10px 0; }
  header .spnavigation ul dt,
  header .spnavigation ul dd {
    -webkit-transition: opacity 0.3s ease-out 0s, -webkit-transform 0s 0.3s;
    transition: opacity 0.3s ease-out 0s, -webkit-transform 0s 0.3s;
    transition: opacity 0.3s ease-out 0s, transform 0s 0.3s;
    transition: opacity 0.3s ease-out 0s, transform 0s 0.3s, -webkit-transform 0s 0.3s;
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
    opacity: 0; }
  header .menu-state:checked ~ .spnavigation ul dt,
  header .menu-state:checked ~ .spnavigation ul dd {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  header .menu-state:checked ~ .spnavigation ul li:nth-child(1) dt {
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  header .menu-state:checked ~ .spnavigation ul li:nth-child(2) dt {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  header .spnavigation ul a {
    /*	color:#fff;*/
    color: #000;
    text-decoration: none; }
  header .spnavigation .logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url(../images/svg/header_logo.svg) no-repeat center center;
    background-size: 115px auto;
    width: 130px;
    height: 44px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer; }
  header .spnavigation .subTitle {
    position: absolute;
    top: 41px;
    left: 10px;
    font-size: 14px; }
  .floatlink {
    display: none; }
  /*footer
*****************************************************************/
  footer {
    color: #fff;
    background: #7bb4ba;
    padding: 0 0 10px 0;
    width: 100%; }
  footer .footer_guide {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 35px 0; }
  footer .footer_guide dl {
    border-top: 1px solid #ffff; }
  footer .footer_guide dt {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ffff;
    line-height: 40px;
    padding: 0 10px 0 30px;
    background: url(../images/svg/keyboard_arrow_right-white-18dp.svg) no-repeat center left;
    background-size: 24px auto; }
  footer .footer_guide dt:last-child {
    border-right: none; }
  footer .footer_guide dt {
    display: inline-block; }
  footer .footer_guide dt a {
    color: #fff;
    text-decoration: none; }
  footer .footer_guide dt a:hover {
    opacity: 0.8; }
  footer .copyright {
    text-align: center;
    font-size: 12px;
    line-height: 30px; }
  /*pageTop
*****************************************************************/
  .pageTop {
    bottom: 10px; }
  .pageTop img {
    width: 68px; }
  /*top
*****************************************************************/
  #slider {
    padding: 72px 0 0 0;
    min-height: auto; }
  #slider .inner li .slidebox {
    width: 100%; }
  #slider .inner li .slidebox .text {
    width: 100%;
    color: #fff;
    padding: 10px 10px;
    margin: 0 0 20px 0; }
  #slider .inner li .slidebox .btn a:hover {
    opacity: 0.8; }
  #slider .inner li img {
    display: none; }
  /*top_section
*****************************************************************/
  #top_section {
    padding: 40px 0 50px 0;
    background: #fff; }
  #top_section .inner {
    padding: 0 15px; }
  #top_section .inner .title {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 20px 0; }
  #top_section .inner .text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 20px 0; }
  /*point_section
*****************************************************************/
  #point_section {
    padding: 40px 0 50px 0; }
  #point_section .inner {
    padding: 0px 15px; }
  #point_section .inner .title {
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    margin: 0 0 15px 0;
    background: url(../images/text_side.png) no-repeat center center;
    background-size: 220px auto; }
  #point_section .inner .subTitle {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #7bb4ba;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0 0 45px 0; }
  #point_section .inner .text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 70px 0; }
  #point_section .inner .pintlist li {
    float: none;
    width: 100%;
    padding: 0 0 20px 0; }
  #point_section .inner .pintlist li .box {
    width: 100%;
    height: auto;
    padding: 15px 0 25px 0;
    background: #fff;
    color: #000; }
  /*plan_section
*****************************************************************/
  #plan_section {
    padding: 40px 0 50px 0;
    background: #fff url(../images/bg_02.jpg) no-repeat center center;
    background-attachment: scroll;
    background-size: cover; }
  #plan_section .inner {
    padding: 0 15px; }
  #plan_section .inner .title {
    font-size: 24px;
    line-height: 35px;
    padding: 0 0 15px 0; }
  #plan_section .inner .subTitle {
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 10px 0;
    margin: 0 0 45px 0; }
  #plan_section .inner .text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 70px 0; }
  #plan_section .inner .planBlock {
    max-width: 540px;
    margin: 0 auto; }
  #plan_section .inner .planBlock .planInner {
    width: 100%;
    background: #fff;
    padding: 30px 20px 30px 20px;
    border-radius: 15px;
    -moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3); }
  #plan_section .inner .planBlock .planInner .planIcon {
    margin: 0 auto 20px auto;
    width: 80px;
    height: 80px;
    background: url(../images/svg/wp_logo.svg) no-repeat center center;
    background-size: 80px auto; }
  #plan_section .inner .planBlock .planInner .planPrice {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 0 0; }
  #plan_section .inner .planBlock .planInner .planPrice span:nth-child(1) {
    font-size: 32px;
    font-weight: normal;
    padding: 0 5px; }
  #plan_section .inner .planBlock .planInner .planPrice span:nth-child(2) {
    font-size: 20px;
    font-weight: normal; }
  #plan_section .inner .planBlock .planInner .planText {
    font-size: 18px;
    text-align: center;
    padding: 0 0 30px 0; }
  #plan_section .inner .planBlock .planInner dl {
    display: table;
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
    margin: 0 0 5px 0; }
  #plan_section .inner .planBlock .planInner dt {
    display: table-cell;
    text-align: left;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold; }
  #plan_section .inner .planBlock .planInner dd {
    display: table-cell;
    text-align: right;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold; }
  #plan_section .inner .planBlock .planInner dd .check_icon {
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/svg/check_icon.svg) no-repeat center center;
    background-size: 20px auto; }
  #plan_section .inner .planBlock .planlink {
    width: 150px;
    margin: 30px auto 0 auto;
    color: #7bb4ba;
    border: 3px solid #7bb4ba;
    border-radius: 5px;
    background: #fff; }
  #plan_section .inner .planBlock .planlink a {
    display: block;
    width: 100%;
    padding: 7px 0;
    color: #7bb4ba;
    background: #fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    font-size: 20px; }
  #plan_section .inner .planPlus {
    display: block;
    width: 50px;
    height: 50px;
    margin: 25px auto;
    background: url(../images/plus_icon.png) no-repeat center center;
    background-size: 50px auto; }
  #plan_section .inner .planServer {
    max-width: 540px;
    margin: 0 auto; }
  #plan_section .inner .planServer .planInner {
    position: relative;
    width: 100%;
    background: #7bb4ba;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    height: auto;
    -moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3); }
  #plan_section .inner .planServer .planInner .planRight {
    position: relative;
    float: right;
    top: 0;
    right: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    padding: 0 0 0 0;
    line-height: 50px; }
  #plan_section .inner .planServer .planInner .planRight span:nth-child(1) {
    font-size: 25px;
    font-weight: normal;
    padding: 0 5px; }
  #plan_section .inner .planServer .planInner .planRight span:nth-child(2) {
    font-size: 16px;
    font-weight: normal; }
  #plan_section .inner .planServer .planInner .planLeft {
    float: left;
    font-size: 16px;
    text-align: left;
    padding: 0 0 0 35px;
    line-height: 50px;
    background: url(../images/svg/server_icon.svg) no-repeat left center;
    background-size: 25px auto; }
  /*design_section
*****************************************************************/
  #design_section {
    padding: 40px 0 50px 0; }
  #design_section .inner {
    padding: 0 15px; }
  #design_section .inner .title {
    font-size: 24px;
    line-height: 35px;
    padding: 0 0 15px 0; }
  #design_section .inner .subTitle {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding: 0 0 10px 0;
    background: url(../images/subtitle_line.png) no-repeat center bottom;
    font-weight: normal;
    margin: 0 0 45px 0; }
  #design_section .inner .text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 70px 0; }
  #design_section .inner .imagelist ul {
    max-width: 980px; }
  #design_section .inner .imagelist li {
    float: none;
    width: 290px;
    padding: 0 0 20px 0;
    margin: 0 auto; }
  #design_section .inner .imagelist li img {
    width: 100%; }
  /*flow_section
*****************************************************************/
  #flow_section {
    padding: 40px 0 50px 0;
    background-attachment: scroll; }
  #flow_section .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px; }
  #flow_section .inner .title {
    font-size: 24px;
    line-height: 35px;
    padding: 0 0 10px 0; }
  #flow_section .inner .subTitle {
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 10px 0;
    background: url(../images/subtitle_line.png) no-repeat center bottom;
    margin: 0 0 45px 0; }
  #flow_section .inner .text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 70px 0; }
  #flow_section .inner .flowStep li {
    float: none;
    width: 100%;
    padding: 0 5px 20px 5px; }
  #flow_section .inner .flowStep li .box {
    width: 100%;
    height: 170px;
    padding: 20px;
    margin: 0 0 10px 0;
    border: 3px solid #7bb4ba;
    border-radius: 5px;
    background: #7bb4ba;
    color: #fff; }
  #flow_section .inner .flowStep li:nth-child(1) .box,
  #flow_section .inner .flowStep li:nth-child(6) .box {
    background: #fff;
    color: #7bb4ba; }
  #flow_section .inner .flowStep li .box .count {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    padding: 0 0 5px 0;
    text-align: center; }
  #flow_section .inner .flowStep li .box .step {
    font-size: 18px;
    padding: 0 0 5px 0;
    text-align: center; }
  #flow_section .inner .flowStep li .steText {
    height: auto; }
  /*faq_section
*****************************************************************/
  #faq_section {
    padding: 30px 0 50px 0;
    background: #7bb4ba;
    color: #fff; }
  #faq_section .inner {
    padding: 0 15px; }
  #faq_section .inner .title {
    font-size: 24px;
    line-height: 35px;
    padding: 0 0 5px 0; }
  #faq_section .inner .subTitle {
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 10px 0; }
  #faq_section .inner .text {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 70px 0; }
  #faq_section .faq_ac {
    padding: 0 0 40px 0; }
  #faq_section .faq_ac dt {
    padding: 15px 40px 15px 45px;
    line-height: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    background: #fff url(../images/svg/faq_q.svg) no-repeat 10px 18px;
    background-size: 18px auto; }
  #faq_section .faq_ac dt::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(135deg);
    position: absolute;
    top: 18px;
    right: 20px;
    margin: auto; }
  #faq_section .faq_ac dt.active {
    border-bottom: 1px solid #fff; }
  #faq_section .faq_ac dt.active::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(-45deg);
    position: absolute;
    top: 28px;
    right: 20px;
    margin: auto; }
  #faq_section .faq_ac dd {
    display: none;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    padding: 10px 25px 15px 25px;
    width: 100%;
    background: #fff;
    font-size: 16px; }
  /*form_section
*****************************************************************/
  #form_section {
    padding: 40px 0 50px 0; }
  #form_section .form_inner {
    padding: 0 15px; }
  #form_section .form_inner .title {
    line-height: 35px;
    padding: 0 0 15px 0; }
  #form_section .form_inner .subTitle {
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 10px 0;
    margin: 0 0 45px 0; }
  #form_section .form_inner .text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 30px 0; }
  /***** #form_sectiontion*************/
  #form_section .form_notice {
    margin: 0 auto;
    width: calc(100% - 2em);
    line-height: 1.6; }
  #form_section .form_notice .h2note {
    text-align: center;
    font-size: 1.125rem;
    color: #37acb7;
    font-weight: bolder;
    margin-bottom: 20px; }
  #form_section .form_notice .fn_txt {
    text-align: center;
    padding-bottom: 10px;
    font-size: 1.125rem; }
  #form_section .form_notice .fn_box {
    color: #000;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    font-weight: bold; }
  #form_section .steps {
    margin: 2em auto 2em;
    width: calc(100% - 2em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #form_section .steps li {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 0.5em;
    background-color: #37acb7;
    color: #fff;
    font-size: 1.125rem;
    margin-right: 2em;
    text-align: center; }
  #form_section .steps li:last-child {
    margin-right: 0; }
  #form_section .steps li:last-child::after {
    content: none; }
  #form_section .steps li::after {
    position: absolute;
    display: block;
    content: "";
    width: 2em;
    height: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2em;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23F1E986" d="M4,15V9H12V4.16L19.84,12L12,19.84V15H4Z" /></svg>') no-repeat center center;
    background-size: contain; }
  #form_section .udr_steps {
    margin-left: 55%;
    margin-right: 4em;
    padding-left: 1em;
    text-indent: -1em; }
  #form_section .udr_steps li + li {
    margin-top: 1em; }
  #form_section .form_outer {
    width: calc(100% - 10em);
    margin: 0 auto; }
  #form_section .form_inner {
    text-align: left;
    padding: 0 1em;
    font-size: 1rem;
    line-height: 1.6; }
  #form_section .form_inner .timearea2 + .bikou_wrap {
    margin-top: 1em; }
  #form_section .form_inner .bikou_wrap {
    display: inline;
    padding-left: 1em; }
  #form_section .form_inner .bikou_wrap .bikounote {
    font-size: 0.8125rem; }
  #form_section .form_inner .bikou_wrap .bikounote a {
    color: #c94642; }
  #form_section .form_inner .settlement {
    margin: 2em 0;
    font-size: 0.8125rem; }
  #form_section .form_inner .settlement .bullets {
    padding-left: 1em; }
  #form_section .form_inner .settlement .bullets li {
    font-size: 0.75rem;
    padding-left: 1em;
    text-indent: -1em; }
  #form_section .form_inner .settlement .mop {
    padding: 0.5em 0 0 1em; }
  #form_section .form_inner .settlement .method {
    padding: 0.5em 0 0; }
  #form_section .form_inner .form_item {
    padding-bottom: 30px; }
  #form_section .form_inner .form_item .head {
    padding-bottom: 10px; }
  #form_section .form_inner .form_item .head span {
    font-size: 0.875rem;
    color: white;
    background-color: #f50057;
    padding: 0 5px;
    margin-left: 10px;
    border-radius: 3px; }
  #form_section .form_inner .form_item .body {
    padding-left: 1em; }
  #form_section .form_inner .form_item .body input,
  #form_section .form_inner .form_item .body textarea {
    border: 1px solid #95989a;
    padding: 1em;
    max-width: 100%; }
  #form_section .form_inner .form_item .body input[type="text"],
  #form_section .form_inner .form_item .body input[type="tel"],
  #form_section .form_inner .form_item .body textarea[type="text"],
  #form_section .form_inner .form_item .body textarea[type="tel"] {
    width: 300px; }
  #form_section .form_inner .form_item .body input[type="email"],
  #form_section .form_inner .form_item .body textarea[type="email"] {
    max-width: 360px;
    width: 100%; }
  #form_section .form_inner .form_item .body input.p-region,
  #form_section .form_inner .form_item .body textarea.p-region {
    width: 8em; }
  #form_section .form_inner .form_item .body input.zip,
  #form_section .form_inner .form_item .body textarea.zip {
    width: 8em; }
  #form_section .form_inner .form_item .body input[name="muni"],
  #form_section .form_inner .form_item .body textarea[name="muni"] {
    width: 8em; }
  #form_section .form_inner .form_item .body textarea {
    width: 100%; }
  #form_section .form_inner .form_item .body select {
    border: 1px solid #95989a;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 5px; }
  #form_section .form_inner .form_item .body select[name="timearea1"].wpcf7-not-valid,
  #form_section .form_inner .form_item .body select[name="timearea2"].wpcf7-not-valid {
    position: relative;
    margin-bottom: 3em; }
  #form_section .form_inner .form_item .body select[name="timearea1"] + span.wpcf7-not-valid-tip,
  #form_section .form_inner .form_item .body select[name="timearea2"] + span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -4.5em; }
  #form_section .form_inner .form_item .body .wpcf7-list-item {
    display: block;
    padding: 0.5em 0 0; }
  #form_section .form_inner .btn_area {
    padding: 50px 0 0 0;
    text-align: center; }
  #form_section .form_inner .btn_area input {
    background-color: #37acb7;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 2%;
    max-width: 330px; }
  #form_section .form_inner .btn_area input[type="reset"] {
    width: 45%; }
  #form_section .form_inner .btn_area input[type="submit"] {
    width: 40%;
    max-width: 200px;
    min-width: 150px; }
  #form_section .form_inner .btn_area input:hover {
    background-color: #f50057;
    cursor: pointer; }
  #form_section .form_inner .reCAPTCHA_branding {
    padding: 3em 0;
    font-size: 0.75rem; }
  #form_section .form_inner .reCAPTCHA_branding a {
    text-decoration: underline; }
  #form_section .form_inner .wpcf7c-conf {
    background-color: white; }
  #form_section .form_inner input:-webkit-autofill,
  #form_section .form_inner .input:focus:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px white inset; }
  #form_section span.wpcf7-not-valid-tip {
    font-size: 12px; }
  #form_section input[type="checkbox"].wpcf7c-conf:checked {
    border-color: #ff6798; }
  #form_section .callTel {
    margin: 30px auto 10px;
    max-width: 860px;
    width: calc(100% - 50px); }
  #form_section .callTel a {
    display: block;
    padding: 20px;
    color: #936f30;
    border: 2px solid #936f30;
    border-radius: 5px;
    font-size: 1.875rem;
    font-weight: bolder;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
  #form_section .callTel a:hover,
  #form_section .callTel a:focus {
    -webkit-box-shadow: 0 0.5em 0.5em -0.4em #936f30;
    box-shadow: 0 0.5em 0.5em -0.4em #936f30;
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em); }
  #form_section p.description {
    padding-left: 20px;
    color: #936f30;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: left;
    display: none; }
  /*ad_section
*****************************************************************/
  #ad_section {
    padding: 40px 0 50px 0; }
  /*page_section
*****************************************************************/
  #page_section .inner {
    padding: 45px 0 40px 0; }
  #page_section .inner .title {
    font-size: 24px;
    padding: 0 0 10px 0; }
  #page_section .inner .line {
    max-width: 280px;
    height: 5px;
    margin: 0 auto;
    -moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
    background: #7bb4ba; }
  /*top_section
*****************************************************************/
  #d_section {
    padding: 40px 0 50px 0; }
  #d_section .inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px; }
  #d_section .inner .title {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    margin: 0 0 20px 0; }
  /*faq_section
*****************************************************************/
  #faq_d_section {
    padding: 30px 0 50px 0;
    background: #7bb4ba;
    color: #fff; }
  #faq_d_section .inner {
    padding: 0 15px; }
  #faq_d_section .inner .title {
    font-size: 24px;
    line-height: 35px;
    padding: 0 0 5px 0; }
  #faq_d_section .inner .subTitle {
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 10px 0; }
  #faq_d_section .inner .text {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 70px 0; }
  #faq_d_section .faq_ac {
    padding: 0 0 40px 0; }
  #faq_d_section .faq_ac dt {
    position: relative;
    margin: 0 0 0 0;
    padding: 15px 40px 15px 35px;
    width: 100%;
    background: #fff;
    cursor: pointer;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    line-height: 20px;
    font-size: 16px;
    background: #fff url(../images/svg/faq_q.svg) no-repeat 10px 18px;
    background-size: 18px auto; }
  #faq_d_section .faq_ac dt::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(135deg);
    position: absolute;
    top: 18px;
    right: 20px;
    margin: auto; }
  #faq_d_section .faq_ac dt.active {
    border-bottom: 1px solid #fff; }
  #faq_d_section .faq_ac dt.active::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(-45deg);
    position: absolute;
    top: 28px;
    right: 20px;
    margin: auto; }
  #faq_d_section .faq_ac dd {
    display: none;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    padding: 10px 25px 15px 25px;
    width: 100%;
    background: #fff;
    font-size: 16px; }
  /*price_d_section
*****************************************************************/
  #price_d_section {
    padding: 40px 0 50px 0;
    background: #fefefe;
    color: #fff; }
  #price_d_section .inner {
    padding: 0 15px; }
  #price_d_section .inner .table {
    width: 100%;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    -moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px; }
  #price_d_section .inner .table .title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #707070;
    background: #7bb4ba; }
  #price_d_section .inner .table .tbody {
    position: relative;
    display: table;
    width: 100%;
    border-bottom: 1px solid #707070; }
  #price_d_section .inner .table .tTitle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-right: none;
    width: auto;
    background: none;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    font-weight: bold; }
  #price_d_section .inner .table .tText {
    display: table-cell;
    border-right: 1px solid #707070;
    color: #000;
    background: #fff;
    padding: 40px 10px 10px 10px;
    font-size: 16px;
    vertical-align: middle; }
  #price_d_section .inner .table .tPrice {
    display: table-cell;
    width: 130px;
    color: #000;
    background: #fff;
    padding: 10px 10px 10px 2px;
    text-align: right;
    font-size: 16px;
    vertical-align: middle; }
  #price_d_section .inner .text {
    color: #000; } }

/*# sourceMappingURL=maps/sp_style.css.map */
