/*
    # Variables

    `core/_variables.scss`
*/
/*
    ## Default
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Structure
*/
/*
    # Colors

    `core/_colors.scss`
*/
/*
    # Mixins

    `core/_mixins.scss`
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Forms
*/
/*
    ## Breakpoints
*/
/*
    ## Margin / Padding
*/
/*
    # Mixins

    `core/_mixins.scss`
*/
/*
    ## Layout
*/
/*
    ## Fonts
*/
/*
    ## Forms
*/
/*
    ## Breakpoints
*/
/*
    ## Margin / Padding
*/
/*
    # Fonts

    `core/_fonts.scss`
*/
body {
  font-family: "font_name";
  font-weight: 400;
}

body {
  font-size: 16px;
  font-family: Roboto, 'BIZ UDPGothic', YuGothic, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  color: #1a1a1a;
}

.office {
  width: 100%;
  max-width: 900px;
  padding: 20px;
  margin: 60px auto;
  border: 1px solid #599559;
}
@media screen and (max-width: 680px) {
  .office {
    width: 80%;
  }
}
.office > h2.top {
  color: #599559;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .office > h2.top {
    font-size: 24px;
  }
}
.office > h2.top > span {
  position: relative;
  top: -34px;
  background: white;
}
.office > .bottom {
  display: flex;
}
.office > .bottom > .left img {
  width: 100%;
  max-width: 160px;
}
.office > .bottom > .right {
  margin-left: 20px;
}
.office > .bottom > .right h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .office > .bottom > .right h3 {
    font-size: 18px;
  }
}
.office > .bottom > .right .address {
  display: flex;
  margin-bottom: 20px;
  font-size: 20px;
}
.office > .bottom > .right .address .left {
  font-weight: bold;
  color: #999;
  margin-right: 10px;
}
@media screen and (max-width: 680px) {
  .office > .bottom > .right .address {
    font-size: 14px;
    line-height: 20px;
    flex-direction: column;
  }
  .office > .bottom > .right .address .left {
    margin-bottom: 4px;
  }
}
.office > .bottom > .right .phone {
  display: flex;
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (max-width: 680px) {
  .office > .bottom > .right .phone {
    font-size: 16px;
  }
}
.office > .bottom > .right .phone .left {
  font-weight: bold;
  color: #999;
  margin-right: 10px;
}
@media screen and (max-width: 680px) {
  .office > .bottom > .right .phone {
    font-size: 14px;
    line-height: 20px;
    flex-direction: column;
  }
  .office > .bottom > .right .phone .left {
    margin-bottom: 4px;
  }
}
.office > .bottom > .right .phone .right a {
  color: #f08d18;
  font-weight: bold;
}
.office > .bottom > .right .tags ul {
  display: flex;
  flex-wrap: wrap;
}
.office > .bottom > .right .tags ul li {
  border: 1px solid #f08d18;
  margin-bottom: 10px;
  padding: 8px 10px;
  display: flex;
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 680px) {
  .office > .bottom > .right .tags ul li {
    padding: 4px 6px;
    font-size: 12px;
  }
}

.section-main {
  background-image: url(../../../src/img/bg@2x.png);
  height: 270px;
  background-size: cover;
  background-position: 0 0;
}
@media screen and (max-width: 680px) {
  .section-main {
    height: 220px;
  }
}
@media screen and (max-width: 480px) {
  .section-main .section-main {
    background-position: 550px;
  }
}
@media screen and (min-width: 900px) {
  .section-main {
    background-image: url(../../../src/img/bg@2x.png);
  }
}
.section-main .section-inner {
  width: 100%;
  max-width: 900px;
  padding: 20px;
}
.section-main .section-inner .section-main-header {
  height: 80px;
}
.section-main .section-inner .section-main-header--left {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 680px) {
  .section-main .section-inner .section-main-header--left img {
    width: 130px;
  }
}
@media screen and (max-width: 480px) {
  .section-main .section-inner .section-main-header--left img {
    width: 110px;
  }
}
.section-main .section-inner .section-main-header--right {
  width: 50%;
  text-align: right;
  color: #f08d18;
  font-size: 13px;
}
@media screen and (max-width: 680px) {
  .section-main .section-inner .section-main-header--right {
    font-size: 9px;
  }
}
@media screen and (max-width: 480px) {
  .section-main .section-inner .section-main-header--right {
    font-size: 8px;
  }
}
.section-main .section-inner .section-main-header--right img {
  width: 30px;
}
@media screen and (max-width: 680px) {
  .section-main .section-inner .section-main-header--right img {
    width: 24px;
  }
}
@media screen and (max-width: 480px) {
  .section-main .section-inner .section-main-header--right img {
    width: 16px;
  }
}
.section-main .section-inner .section-main-header--right a {
  color: #f08d18;
  text-decoration: none;
  font-family: "Oswald";
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .section-main .section-inner .section-main-header--right a {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .section-main .section-inner .section-main-header--right a {
    font-size: 16px;
  }
}
.section-main .section-inner .section-main-header--right > div:last-child {
  margin-top: 5px;
}
.section-main .section-inner .section-main-content {
  color: white;
  text-align: center;
  font-size: 22px;
}
.section-main .section-inner .section-main-content h1 {
  font-family: Roboto, 'BIZ UDPGothic', YuGothic, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  color: white;
  font-size: 42px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 680px) {
  .section-main .section-inner .section-main-content h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .section-main .section-inner .section-main-content h1 {
    font-size: 26px;
  }
}

.section-info .section-inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.section-info .section-inner .section-info-banner {
  height: 180px;
  background-color: #FAFAFA;
  border: 1px solid #D9D9D9;
  background-image: url(../../../src/img/operator@2x.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 20px bottom;
  overflow: hidden;
  margin: 50px;
}
@media screen and (max-width: 680px) {
  .section-info .section-inner .section-info-banner {
    background-size: 45%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 680px) {
  .section-info .section-inner .section-info-banner {
    margin: 0px;
  }
}
.section-info .section-inner .section-info-banner .section-info-banner--left {
  color: #f08d18;
  padding-top: 30px;
  font-size: 24px;
  font-weight: bold;
  padding-right: 20px;
}
@media screen and (max-width: 680px) {
  .section-info .section-inner .section-info-banner .section-info-banner--left {
    font-size: 16px;
  }
  .section-info .section-inner .section-info-banner .section-info-banner--left img {
    width: 100px;
  }
}
.section-info .section-inner .section-info-banner .section-info-banner--right {
  text-align: left;
}
.section-info .section-inner .section-info-banner .section-info-banner--right ul {
  padding-top: 30px;
}
.section-info .section-inner .section-info-banner .section-info-banner--right ul li {
  line-height: 26px;
  font-size: 14px;
}
@media screen and (max-width: 680px) {
  .section-info .section-inner .section-info-banner .section-info-banner--right ul li {
    line-height: 17px;
    font-size: 12px;
  }
}
.section-info .section-inner .section-info-banner .section-info-banner--right ul li span {
  color: #f08d18;
}
.section-info .section-inner .section-info-banner .section-info-banner--right ul li:last-child {
  margin-top: 30px;
  font-size: 12px;
  color: #ad8f2b;
}
@media screen and (max-width: 680px) {
  .section-info .section-inner .section-info-banner .section-info-banner--right ul li:last-child {
    margin-top: 10px;
    font-size: 9px;
  }
}
.section-info .section-inner .section-info-message {
  text-align: center;
  margin: 50px;
  font-size: 24px;
  line-height: 32px;
}
.section-info .section-inner .section-info-message span {
  color: #f08d18;
}
@media screen and (max-width: 680px) {
  .section-info .section-inner .section-info-message {
    font-size: 18px;
    line-height: 26px;
  }
}
.section-info .section-inner .section-info-message.section-info-message-sub {
  font-size: 18px;
  line-height: 23px;
  padding: 10px;
  color: #f08d18;
  border: 1px dashed #f08d18;
}
.section-info.section-info-download .section-inner .section-info-banner {
  height: 240px;
  background-image: none;
}
.section-info.section-info-download .section-inner .section-info-banner .section-info-banner--left {
  padding: 0;
}
@media screen and (max-width: 680px) {
  .section-info.section-info-download .section-inner .section-info-banner .section-info-banner--left {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-info.section-info-download .section-inner .section-info-banner .section-info-banner--left img {
    width: 100%;
  }
}
.section-info.section-info-download .section-inner .section-info-banner .section-info-banner--right {
  font-weight: bold;
  line-height: 36px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 680px) {
  .section-info.section-info-download .section-inner .section-info-banner .section-info-banner--right {
    width: 60%;
  }
}
.section-info.section-info-download .section-inner .section-info-banner .section-info-banner--right p span {
  padding-bottom: 4px;
  border-bottom: 4px solid #F08D17;
}
@media screen and (max-width: 680px) {
  .section-info.section-info-download .section-inner .section-info-banner .section-info-banner--right p {
    line-height: 26px;
    font-size: 13px;
  }
  .section-info.section-info-download .section-inner .section-info-banner .section-info-banner--right p span {
    padding-bottom: 2px;
    border-bottom: 2px solid #F08D17;
  }
  .section-info.section-info-download .section-inner .section-info-banner .section-info-banner--right p br {
    display: none;
  }
}

.section-info-finish .section-info-message a {
  color: #f08d18;
  text-decoration: none;
  font-family: "Oswald";
  font-weight: bold;
}
.section-info-finish .section-info-message > div {
  font-size: 14px;
}

.section-flow {
  max-width: 900px;
  margin-bottom: 40px;
}
.section-flow > div {
  padding: 20px;
}
.section-flow h5 {
  text-align: center;
  margin: 50px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 680px) {
  .section-flow h5 {
    line-height: 26px;
    font-size: 18px;
  }
}
.section-flow h5 span {
  position: relative;
  top: 15px;
  background: white;
  padding: 10px;
}
.section-flow .uk-tab li, .section-flow .uk-tab-left li {
  font-size: 18px;
  line-height: 22px;
}
.section-flow .uk-tab li a, .section-flow .uk-tab-left li a {
  text-decoration: none;
}
.section-flow .uk-tab li a span, .section-flow .uk-tab-left li a span {
  font-family: "Oswald";
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .section-flow .uk-tab li {
    width: 50%;
  }
}
.section-flow .uk-switcher {
  font-size: 18px;
  line-height: 28px;
}

.form-left .submit-note2 {
  display: none;
}

.submit {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  line-height: 1.4;
}
.submit .submit-note {
  font-size: 12px;
  text-align: left;
  color: #333;
  line-height: 16px;
  padding: 0 20px 0 0px;
}
.submit .submit-note2 {
  padding: 10px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #f0506e;
  margin-top: 30px;
  line-height: 24px;
  color: #f0506e;
}
.submit .submit-button {
  margin: 20px 0;
  background-color: #f08d18;
  color: white;
  padding: 20px 40px;
  width: 80%;
  border: none;
  border-radius: 10px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 680px) {
  .submit .submit-button {
    font-size: 20px;
  }
}
.submit .submit-button img {
  margin-left: 10px;
}
.submit .submit-button:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.submit a {
  text-decoration: underline;
  color: #f08d18;
  font-weight: bold;
}

.section-about {
  background-color: #eee;
  padding: 60px 0;
}
.section-about .section-inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 20px;
}
.section-about .section-inner .about-left {
  max-width: 360px;
}
.section-about .section-inner .about-right h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.section-about .section-inner .about-right p {
  font-size: 16px;
  line-height: 26px;
}
.section-about .section-inner .about-right p span {
  color: #ad8f2b;
}

footer {
  font-size: 12px;
}

.switch {
  margin-top: 80px;
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  .switch {
    margin-top: 40px;
    padding: 0px;
  }
}
.switch .section-inner {
  justify-content: center;
  align-items: center;
}
.switch .section-inner .button.left .bottom:last-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.switch .section-inner .button.left .on {
  display: none;
}
.switch .section-inner .button.left .off {
  display: inline-block;
}
.switch .section-inner .button.left.active .on {
  display: inline-block;
}
.switch .section-inner .button.left.active .off {
  display: none;
}
.switch .section-inner .button.right .bottom:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.switch .section-inner .button.right .on {
  display: none;
}
.switch .section-inner .button.right .off {
  display: inline-block;
}
.switch .section-inner .button.right.active .on {
  display: inline-block;
}
.switch .section-inner .button.right.active .off {
  display: none;
}
.switch .section-inner .button.active .bottom {
  cursor: normal !important;
}
.switch .section-inner .button.active .bottom:last-child {
  border: 4px solid #599559;
  color: #599559;
}
@media screen and (max-width: 480px) {
  .switch .section-inner .button.active .bottom:last-child {
    border: 2px solid #599559;
  }
}
.switch .section-inner .button > div.top {
  color: #599559;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.switch .section-inner .button > div.top img {
  width: 12px;
}
@media screen and (max-width: 480px) {
  .switch .section-inner .button > div.top img {
    width: 8px;
  }
}
@media screen and (max-width: 640px) {
  .switch .section-inner .button > div.top {
    font-size: 11px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .switch .section-inner .button > div.top {
    font-size: 10px;
    margin: 0px;
  }
  .switch .section-inner .button > div.top span {
    display: none;
  }
}
.switch .section-inner .button > div.bottom {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.switch .section-inner .button > div.bottom span {
  margin: 0 20px;
}
.switch .section-inner .button > div.bottom:last-child {
  border: 1px solid #ccc;
  height: 80px;
  margin-top: 10px;
  font-size: 24px;
  padding: 0 50px;
}
.switch .section-inner .button > div.bottom:last-child img {
  width: 40px;
}
@media screen and (max-width: 640px) {
  .switch .section-inner .button > div.bottom:last-child img {
    width: 24px;
  }
}
@media screen and (max-width: 480px) {
  .switch .section-inner .button > div.bottom:last-child img {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .switch .section-inner .button > div.bottom:last-child {
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
  }
}
@media screen and (max-width: 480px) {
  .switch .section-inner .button > div.bottom:last-child {
    font-size: 15px;
    height: 64px;
  }
}
.switch .section-inner .button > div.bottom .button-arrow {
  position: absolute;
  bottom: -14px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .switch .section-inner .button > div.bottom .button-arrow {
    bottom: -38px;
  }
}
.switch .section-inner .button > div.bottom .button-arrow img {
  width: 24px;
}

.steps .step h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 40px auto;
}
.steps .step .select, .steps .step .basic {
  max-width: 800px;
  margin: auto;
}
.steps .step .select h5, .steps .step .basic h5 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 30px 0;
}
.steps .step .select .label, .steps .step .basic .label {
  font-size: 20px;
  margin-bottom: 30px;
  display: block;
}
.steps .step .select {
  margin-bottom: 30px;
}
.steps .step .select > div {
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .steps .step .select > div > div {
    padding-left: 20px;
  }
}
.steps .step .select input {
  position: absolute;
  left: -9999px;
}
.steps .step .select label {
  display: block;
  position: relative;
  margin: 20px 0px 0px 0px;
  padding: 15px 30px 15px 62px;
  border: 3px solid #fff;
  border-radius: 100px;
  color: #1a1a1a;
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s, box-shadow 0.2s;
  width: 200px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #333;
}
@media screen and (max-width: 480px) {
  .steps .step .select label {
    margin: 20px 0px 0px 0px;
    padding: 13px 20px 12px 40px;
    width: 150px;
    font-size: 12px;
  }
}
.steps .step .select label::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  transition: background-color 0.2s;
  background-image: url(../../../src/img/radio-button-unchecked.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
}
.steps .step .select label:hover, .steps .step .select input:focus + label {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.steps .step .select input:checked + label {
  background-color: rgba(240, 141, 24, 0.2);
  color: #f08d18;
  border: 2px solid #f08d18;
}
.steps .step .select input:checked + label::before {
  background-image: url(../../../src/img/radio-button-checked.svg);
}
.steps .step .need {
  color: #f0506e !important;
  font-size: 10px;
  font-weight: bold;
  margin-left: 4px;
}
.steps .step .basic {
  font-size: 16px;
}
.steps .step .basic label {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.steps .step .basic select, .steps .step .basic input[type=text], .steps .step .basic input[type=email] {
  height: 48px;
}
.steps .step .basic textarea {
  height: 200px;
  padding: 10px 10px;
  line-height: 28px;
}
.steps .step .basic .note {
  padding: 10px;
  font-size: 14px;
  text-align: left;
  margin: 30px 0;
  line-height: 24px;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.steps .step .checkbox-style {
  text-align: left;
}
.steps .step .checkbox-style span.wpcf7-list-item {
  margin: 0;
}
.steps .step .checkbox-style label {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  font-size: 14px;
}
.steps .step .checkbox-style label input[type=checkbox] {
  display: none;
}
.steps .step .checkbox-style label span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  width: auto;
}
.steps .step .checkbox-style label span::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.steps .step .checkbox-style label span::after {
  border-right: 3px solid #f08e17;
  border-bottom: 3px solid #f08e17;
  content: "";
  display: block;
  height: 19px;
  left: 13px;
  margin-top: -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
.steps .step .checkbox-style label input[type=checkbox]:checked + span::before {
  border-color: #666;
}
.steps .step .checkbox-style label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .steps .step .checkbox-style .acceptance {
    margin-top: 7px;
  }
}
.steps .step {
  margin: 80px 0;
}
.steps .step h4 {
  background-color: #599559;
  color: white;
  font-size: 28px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .steps .step h4 {
    font-size: 16px;
  }
}
.steps .step h4 > img {
  width: 22px;
}
@media screen and (max-width: 640px) {
  .steps .step h4 img {
    width: 16px;
  }
}
.steps .step h4 span {
  font-family: "Oswald";
  margin: 0 10px;
}
.steps .step h4 .step-arrow {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps .step h4 .step-arrow img {
  width: 30px;
}
.steps .step .guide {
  justify-content: center;
  align-items: center;
  margin: 60px 0;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .steps .step .guide {
    margin: 40px 0 30px 0;
  }
}
.steps .step .guide > div {
  font-size: 12px;
  justify-content: center;
  align-items: center;
}
.steps .step .guide > div > img {
  margin-bottom: 10px;
}
.steps .step .guide span {
  border: 3px solid #f08d18;
  border-radius: 10px;
  padding: 20px 10px;
  color: #f08d18;
  font-size: 22px;
  line-height: 30px;
}
@media screen and (max-width: 640px) {
  .steps .step .guide span {
    padding: 10px 10px;
    font-size: 15px;
    line-height: 20px;
  }
}
.steps .step .guide img {
  text-align: center;
}
.steps .step .guide img.operator {
  min-width: 90px;
  width: 90px;
}
.steps .step .guide img.baloon-left {
  position: relative;
  right: -3px;
}
.steps .step .input-gruop {
  padding: 0 20px;
}
.steps .step .input-gruop .input-gruop-inner {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.steps .step .input-gruop .input-gruop-inner .cal-input-wrapper {
  justify-content: center;
  align-items: center;
}
.steps .step .input-gruop .input-gruop-inner .cal-input-wrapper > div:first-child {
  margin-right: 20px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .steps .step .input-gruop .input-gruop-inner .cal-input-wrapper > div:first-child {
    font-size: 14px;
    width: 70px;
    min-width: 70px;
  }
}
.steps .step .input-gruop .input-gruop-inner .cal-input-wrapper > div:first-child span.required {
  color: #f0506e;
  font-size: 11px;
  margin-top: 6px;
}
.steps .step .input-gruop .input-gruop-inner .cal-input-wrapper > div:last-child input {
  height: 41px;
  max-width: 300px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .steps .step .input-gruop .input-gruop-inner .cal-input-wrapper > div:last-child input {
    height: 37px;
    font-size: 16px !important;
  }
}
.steps .step .input-gruop .input-gruop-inner .cal-input-wrapper > div:last-child img {
  width: 20px;
  margin-right: 10px;
}
.steps .step .input-gruop .input-gruop-inner .cal-input-wrapper > div:last-child span.cal-open {
  background: linear-gradient(#6DAF6D, #599559);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: white;
  width: 180px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .steps .step .input-gruop .input-gruop-inner .cal-input-wrapper > div:last-child span.cal-open {
    font-size: 12px;
    width: 100px;
    min-width: 100px;
  }
  .steps .step .input-gruop .input-gruop-inner .cal-input-wrapper > div:last-child span.cal-open img {
    width: 16px;
    margin-right: 10px;
  }
}
.steps .step .input-gruop .input-gruop-inner .note {
  color: #f0506e;
  font-size: 12px;
  margin: 10px auto;
  max-width: 630px;
  padding: 20px;
  line-height: 22px;
}
.steps .step .input-gruop .input-gruop-inner .note .tel {
  color: #333;
  margin-top: 40px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.steps .step .input-gruop .input-gruop-inner .note .tel a {
  font-family: "Oswald";
  font-size: 29px;
  display: block;
  line-height: 50px;
  color: #f08d18;
}
.steps .step .input-gruop .input-gruop-inner .note .tel span {
  font-weight: normal;
  font-size: 13px;
}