/*
    # 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: 'Noto Sans JP', sans-serif;
  color: #1a1a1a;
}

.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: 'Noto Sans JP', 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-info-finish .section-info-message span {
  font-family: 'Oswald';
  font-weight: bold;
}

.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;
}

.section-form {
  padding: 20px;
  border: 2px solid #ffe3a5;
  background-color: rgba(255, 233, 206, 0.2);
}

.section-form .section-inner {
  max-width: 700px;
  margin: auto;
}

.section-form .section-inner h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 40px auto;
}

.section-form .section-inner fieldset {
  margin-top: 80px;
}

.section-form .section-inner fieldset legend {
  text-align: left;
  font-size: 24px;
  border-bottom: 1px solid #939393;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.section-form .section-inner fieldset legend img {
  width: 11px;
  margin-right: 10px;
}

.section-form .section-inner fieldset.select > div {
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .section-form .section-inner fieldset.select > div > div {
    padding-left: 20px;
  }
}

.section-form .section-inner fieldset.select input {
  position: absolute;
  left: -9999px;
}

.section-form .section-inner fieldset.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 .2s, box-shadow .2s;
  width: 200px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #333;
}

@media screen and (max-width: 480px) {
  .section-form .section-inner fieldset.select label {
    margin: 20px 0px 0px 0px;
    padding: 13px 20px 12px 40px;
    width: 150px;
    font-size: 12px;
  }
}

.section-form .section-inner fieldset.select label::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  transition: background-color .2s;
  background-image: url(../../../src/img/radio-button-unchecked.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
}

.section-form .section-inner fieldset.select label:hover, .section-form .section-inner fieldset.select input:focus + label {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.section-form .section-inner fieldset.select input:checked + label {
  background-color: rgba(240, 141, 24, 0.2);
  color: #f08d18;
  border: 2px solid #f08d18;
}

.section-form .section-inner fieldset.select input:checked + label::before {
  background-image: url(../../../src/img/radio-button-checked.svg);
}

.section-form .section-inner fieldset .need {
  color: #f0506e !important;
  font-size: 10px;
  font-weight: bold;
  margin-left: 4px;
}

.section-form .section-inner fieldset.basic {
  font-size: 16px;
}

.section-form .section-inner fieldset.basic label {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.section-form .section-inner fieldset.basic select, .section-form .section-inner fieldset.basic input[type="text"], .section-form .section-inner fieldset.basic input[type="email"] {
  height: 48px;
}

.section-form .section-inner fieldset.basic textarea {
  height: 200px;
  padding: 10px 10px;
  line-height: 28px;
}

.section-form .section-inner fieldset .checkbox-style {
  text-align: left;
}

.section-form .section-inner fieldset .checkbox-style span.wpcf7-list-item {
  margin: 0;
}

.section-form .section-inner fieldset .checkbox-style label {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  font-size: 14px;
}

.section-form .section-inner fieldset .checkbox-style label input[type=checkbox] {
  display: none;
}

.section-form .section-inner fieldset .checkbox-style label span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  width: auto;
}

.section-form .section-inner fieldset .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;
}

.section-form .section-inner fieldset .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;
}

.section-form .section-inner fieldset .checkbox-style label input[type=checkbox]:checked + span::before {
  border-color: #666;
}

.section-form .section-inner fieldset .checkbox-style label input[type=checkbox]:checked + span::after {
  opacity: 1;
}

@media screen and (min-width: 960px) {
  .section-form .section-inner fieldset .acceptance {
    margin-top: 7px;
  }
}

.section-form.section-form--download .section-inner fieldset {
  margin-top: 40px;
}

.section-form.section-form--download .policy {
  text-align: center;
}

.section-form.section-form--download .policy label {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.section-form.section-form--download .policy .uk-form-horizontal .uk-form-label {
  width: auto;
}

.section-form .note {
  padding: 4px 0 10px 0;
  font-size: 12px;
  text-align: left;
  color: #333;
  line-height: 16px;
}

.section-form button {
  margin: 30px 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) {
  .section-form button {
    font-size: 20px;
  }
}

.section-form button img {
  margin-left: 10px;
}

.section-form button:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.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;
}
