@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body {
  width: 100%;
  line-height: 1.8;
  background: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.width {
  width: 100%;
  max-width: 1125px;
  margin: auto;
}

a {
  text-decoration: none;
}

@media (max-width: 640px) {
  #body {
    font-size: 1em;
  }
  .w {
    padding-right: 15px;
    padding-left: 15px;
  }
  .qw30,
  .qw40,
  .qw50,
  .qw60,
  .qw70 {
    width: 100%;
  }
  .innerPad {
    padding: 30px 20px;
  }
}
@media (min-width: 641px) and (max-width: 828px) {
  #body {
    font-size: 1.05em;
  }
  .w {
    padding-right: 30px;
    padding-left: 30px;
  }
  .innerPad {
    padding: 30px;
  }
}
@media (min-width: 829px) {
  #body {
    font-size: 1.05em;
  }
  .w {
    padding-right: 40px;
    padding-left: 40px;
  }
  .innerPad {
    padding: 40px;
  }
  .qfl {
    display: flex;
  }
  .qfw {
    flex-wrap: wrap;
  }
  .qfb {
    justify-content: space-between;
  }
  .qfc {
    align-items: center;
  }
  .qfr {
    flex-flow: row-reverse;
  }
  .qw70 {
    width: calc(70% - 20px);
  }
  .qw60 {
    width: calc(60% - 20px);
  }
  .qw50 {
    width: calc(50% - 20px);
  }
  .qw40 {
    width: calc(40% - 20px);
  }
  .qw30 {
    width: calc(30% - 20px);
  }
  .qw33 {
    width: calc(33% - 20px);
  }
}
.fl {
  display: flex;
}

.sumahoyou {
  display: flex;
}

.sumahoyou2 {
  display: flex;
}

.simTitle {
  width: 400px;
  font-size: 110%;
  white-space: nowrap;
}

.mcta {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 60px;
}
.mcta_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 800px;
  z-index: -1;
}
.mcta_left {
  color: #fff;
  width: calc(40% - 30px);
}
.mcta_right {
  width: 60%;
}
.mcta_right_img {
  width: 100%;
}
.mcta_right_telMailBox {
  width: 100%;
  background: #ff0;
  padding: 20px;
}
.mcta_right_telMailBox_img {
  width: 100%;
}

@media (max-width: 1125px) {
  .sumahoyou {
    display: block;
  }
  .simTitle {
    width: 180px;
    font-size: 110%;
    white-space: nowrap;
  }
  .sp-hidden {
    display: none !important;
  }
  .mcta {
    padding: 0;
  }
  .mcta_right {
    width: 100%;
  }
  .mcta_right_img {
    margin: auto;
  }
}
@media (min-width: 829px) {
  .pc-hidden {
    display: none !important;
  }
}
.fw {
  flex-wrap: wrap;
}

.fb {
  justify-content: space-between;
}

.fjc {
  justify-content: center;
}

.fac {
  align-items: center;
}

.fr {
  flex-flow: row-reverse;
}

#template {
  position: relative;
  overflow: hidden;
}

#main {
  min-height: calc(100vh - 120px);
}

.section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.section_h2 {
  text-align: center;
  font-size: 180%;
  margin-bottom: 30px;
}

.button {
  cursor: pointer;
  color: #333;
  transition: 0.25s;
}
.button:hover {
  color: #fff;
  transition: 0.25s;
}

.menberOnly {
  opacity: 0.5;
}

.nmpmUp,
.nmpmUpRadius {
  background: #fff;
  box-shadow: 3px 3px 5px #111111, -3px -3px 5px #2f2f2f;
  color: #fff;
}

.nmpmUpRadius {
  border-radius: 24px;
}

.header {
  position: fixed;
  background: #fff;
  top: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 10px #ddd;
  z-index: 100;
}
.header_img {
  height: 45px;
}
.header_img2 {
  height: 70px;
}

.main {
  width: 100%;
}
.main_img {
  display: block;
  width: 100%;
  padding: 60px 0;
}
.main_img2 {
  padding: 60px 0;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

#logo {
  margin-left: 20px;
}

#tel {
  margin-right: 30px;
}

.imageBox {
  padding: 20px;
}

.cta {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.cta_title {
  text-align: center;
}
.cta_wrap {
  padding: 40px 20px;
}
.cta_wrap:nth-child(even) {
  background: #eee;
}
.cta_wrap_label {
  width: 180px;
  color: #333;
}
.cta_wrap_input1 {
  padding: 10px;
  flex: 1;
}
.cta_wrap2 {
  padding: 40px 20px;
  background: #ffe221;
}

#submit {
  flex: 1;
  padding: 20px;
  font-size: 120%;
  color: #fff;
  margin-left: 20px;
  background: linear-gradient(#ff7752, #cf2727);
  border: none;
}

.required {
  margin-right: 5px;
  font-size: 70%;
  color: #cf2727;
}

.footer {
  padding: 40px 30px 20px 30px;
  background: #000;
  color: #fff;
}
.footer_address {
  margin-bottom: 10px;
}
.footer_left {
  font-size: 90%;
}
.footer_left_left {
  border-right: 1px solid #bbb;
  margin-right: 20px;
  padding-right: 20px;
}
.footer_left_left_logo {
  width: 120px;
}
.footer_left_left_title {
  font-size: 100%;
}
.footer_right_link {
  color: #fff;
}

@media (max-width: 828px) {
  .footer_left_left_logo {
    width: 50px;
  }
  footer {
    display: block !important;
  }
  .footer_left {
    display: block;
  }
  .footer_right {
    font-size: 20%;
  }
}
#comment {
  flex: 1;
  height: 100px;
  border: 1px solid #ddd;
}

.simSelect {
  max-width: 100px;
}

/* CSS */
.sim-button {
  background-clip: padding-box;
  background-color: #CF2727;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 30px auto;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.sim-button:hover,
.sim-button:focus {
  background-color: #cc5151;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.sim-button:hover {
  transform: translateY(-1px);
}

.sim-button:active {
  background-color: #ac1f1f;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  transform: translateY(0);
}

.text-white a {
  color: #fff !important;
  text-decoration: none;
}

.result {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 9999;
}
.result_logo {
  position: fixed;
  top: 60px;
  left: 60px;
}
@media (max-width: 828px) {
  .result_logo {
    top: 30px;
    left: 30px;
    width: 30%;
  }
}
.result_hero {
  display: block;
  margin: auto;
}
@media (max-width: 828px) {
  .result_hero {
    display: none;
  }
}
.result_herosp {
  max-width: 100%;
  display: block;
  margin: auto;
}
@media (min-width: 829px) {
  .result_herosp {
    display: none;
  }
}
.result_close {
  position: fixed;
  bottom: 80px;
  right: 80px;
  color: #fff;
  font-size: 1.5vw;
}
@media (max-width: 828px) {
  .result_close {
    font-size: 3vw;
    bottom: 50px;
    right: 50px;
  }
}
.result h1 {
  text-align: center;
  color: #fff;
}
@media (max-width: 828px) {
  .result h1 {
    font-size: 3vw;
  }
}

#result {
  text-align: center;
  line-height: 35vh;
  color: #fff;
  font-size: 2.5vw;
}
#result span {
  padding: 20px;
}
@media (max-width: 828px) {
  #result {
    padding-top: 100px;
    line-height: 10vh;
    font-size: 4vw;
  }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.sdddd {
  font-weight: bold;
}

#input1 {
  width: 84px;
}

.sim-buttonbox {
  width: 100%;
  align-items: center;
  display: flex;
}/*# sourceMappingURL=style.css.map */