/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  outline: none;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  color: #141414;
  background-color: #fff;
}

.no-scroll {
  overflow: hidden;
}

a {
  color: #1A0DAB;
}

.osw {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

b {
  font-weight: bold;
}

.ctext {
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
}

.btn:hover {
  zoom: 1;
}

.btn a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

input[type=button] {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

header {
  background-color: #fff;
  width: 100%;
  height: min(8.974vw, 70px);
  position: fixed;
  z-index: 9999;
}

.inner {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#header {
  background-color: #fff;
  display: block;
  padding: 0;
  width: 100%;
  max-width: 780px;
  height: min(13.077vw, 102px);
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 99;
  box-sizing: border-box;
  /* HM Menu */
  /* HM Menu OPEN */
}
#header .logo {
  margin: min(0.769vw, 6px) 0;
}
#header .logo img {
  max-width: min(33.846vw, 264px);
  position: relative;
  z-index: 119;
}
#header .menu {
  position: absolute;
  right: min(5vw, 39px);
  top: min(4.103vw, 32px);
  width: min(7.692vw, 60px);
  height: min(4.744vw, 37px);
  z-index: 146;
  cursor: pointer;
  background-image: url(../img/menu_open.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#header .menu.active {
  position: absolute;
  right: min(4.103vw, 32px);
  top: min(2.308vw, 18px);
  width: min(10vw, 78px);
  height: min(10vw, 78px);
  z-index: 146;
  cursor: pointer;
  background-image: url(../img/menu_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#header .gnav {
  background: #063190;
  min-height: 100vh;
  position: fixed;
  display: none;
  width: 100vw;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  z-index: 120;
  overflow-y: scroll;
}
#header .gnav__wrap {
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  transform: translateY(-50%);
  width: min(61.538vw, 480px);
  margin: min(17.949vw, 140px) auto;
}
#header .gnav__wrap .ganv_icon {
  text-align: center;
  margin: 0 auto min(6.667vw, 52px);
}
#header .gnav__wrap .ganv_icon img {
  max-width: min(25.641vw, 200px);
}
#header .gnav__menu {
  margin: 0 auto;
  width: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
}
#header .gnav__menu__item {
  flex-basis: 100%;
  margin: 0 0 min(12.051vw, 94px);
  display: block;
  position: relative;
  text-align: center;
}
#header .gnav__menu__item a {
  text-decoration: none;
}
#header .gnav__menu__item a p {
  font-size: min(3.846vw, 30px);
  font-weight: 600;
  line-height: 1;
  position: relative;
  color: #fff;
  padding-left: min(3.846vw, 30px);
}
#header .gnav__menu__item a p span {
  font-size: min(3.077vw, 24px);
  line-height: 1;
  color: #fff;
  margin-left: min(2.564vw, 20px);
  font-weight: 400;
}
#header .hm_logo {
  text-align: center;
  margin: min(5.128vw, 40px) auto;
}
#header .hm_logo img {
  max-width: min(53.846vw, 420px);
}

#wrapper {
  max-width: min(100vw, 780px);
  width: 100%;
  margin: 0 auto;
  background-color: #D2151B;
  overflow-y: hidden;
}
#wrapper .kv {
  padding-top: min(13.077vw, 102px);
}
#wrapper .kv img {
  max-width: 100%;
}
#wrapper .s1 {
  max-width: min(100vw, 780px);
  width: 100%;
  background-color: #063190;
  padding: min(7.179vw, 56px) 0 min(10.256vw, 80px);
  text-align: center;
  margin: -12px auto 0;
}
#wrapper .s1 img {
  max-width: min(90vw, 702px);
}
#wrapper .red_base {
  max-width: min(100vw, 780px);
  width: 100%;
  background-image: url(../img/section_bg.png);
  background-repeat: no-repeat;
  background-size: min(100vw, 780px) min(108.205vw, 844px);
  background-position: top center;
  padding: min(16.41vw, 128px) 0 0;
  text-align: center;
  margin: 0 auto;
}
#wrapper .red_base h2 {
  max-width: min(100vw, 780px);
  width: 100%;
  height: 83px;
  background-image: url(../img/ttl_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 50px;
  text-align: center;
  padding: min(1.282vw, 10px) 0 0;
}
#wrapper .red_base h2 span {
  font-size: min(5.897vw, 46px);
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
#wrapper .red_base h3 {
  background-color: #063190;
  max-width: min(90vw, 702px);
  margin: min(9.487vw, 74px) -39px min(5vw, 39px) -39px;
  text-align: center;
  padding: min(2.564vw, 20px) 0;
  font-size: min(4.359vw, 34px);
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 780px) {
  #wrapper .red_base h2 {
    height: min(10.641vw, 83px);
    margin: 0 auto min(6.41vw, 50px);
  }
  #wrapper .red_base h3 {
    background-color: #063190;
    max-width: min(90vw, 702px);
    margin: min(9.487vw, 74px) -5vw min(5vw, 39px) -5vw;
    text-align: center;
    padding: min(3.205vw, 25px) 0;
    font-size: min(4.359vw, 34px);
    line-height: 1;
    color: #fff;
    font-weight: 700;
  }
}
#wrapper .red_base .wbase {
  max-width: min(90vw, 702px);
  margin: 0 auto;
  text-align: center;
  border: min(0.641vw, 5px) solid #063190;
  border-radius: min(1.795vw, 14px);
  padding: 0 min(5vw, 39px) min(5vw, 39px);
  background-color: #fff;
}
#wrapper .red_base .wbase .sttl {
  background-image: url(../img/sttl_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: min(40.256vw, 314px);
  height: min(8.974vw, 70px);
  margin: -36px auto 0;
  text-align: center;
  padding: min(2.564vw, 20px) 0 0;
  font-size: min(3.333vw, 26px);
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 780px) {
  #wrapper .red_base .wbase .sttl {
    margin: min(-2.308vw, -18px) auto 0;
  }
}
#wrapper .red_base .wbase .store_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 2px;
  margin-top: min(5vw, 39px);
}
#wrapper .red_base .wbase .store_flex .store_ttl_a {
  font-size: min(3.333vw, 26px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #063190;
  border-radius: 4px 0 0 4px;
  text-align: center;
  flex-basis: 49.5%;
  padding: min(2.564vw, 20px);
}
#wrapper .red_base .wbase .store_flex .store_ttl_b {
  font-size: min(3.333vw, 26px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #063190;
  border-radius: 0 4px 4px 0;
  text-align: center;
  flex-basis: 49.5%;
  padding: min(2.564vw, 20px);
}
#wrapper .red_base .wbase .store_flex .store_summary_a {
  font-size: min(3.333vw, 26px);
  line-height: 1.8;
  color: #1f1f1f;
  text-align: left;
  padding: min(2.564vw, 20px);
  flex-basis: 49.5%;
}
#wrapper .red_base .wbase .store_flex .store_summary_b {
  font-size: min(3.333vw, 26px);
  line-height: 1.8;
  color: #1f1f1f;
  text-align: left;
  background-color: rgba(6, 49, 144, 0.1);
  padding: min(2.564vw, 20px);
  flex-basis: 49.5%;
}
#wrapper .red_base .wbase .store_flex .bottom_line {
  width: 100%;
  height: 1px;
  background-color: #1F1F1F;
  margin-top: -4px;
}
#wrapper .red_base .wbase .product_img {
  max-width: min(94.359vw, 736px);
  text-align: center;
}
#wrapper .red_base .wbase .product_img img {
  max-width: min(94.359vw, 736px);
  margin: min(2.564vw, 20px) min(-7.179vw, -56px) min(2.564vw, 20px) min(-7.179vw, -56px);
}
#wrapper .red_base .wbase .prize_img {
  max-width: min(100vw, 780px);
  margin: 0 auto min(3.846vw, 30px);
}
#wrapper .red_base .wbase .prize_img img {
  max-width: min(100vw, 780px);
  margin: min(-2.564vw, -20px) min(-10vw, -78px) 0;
}
#wrapper .red_base .wbase .prize_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 min(1.282vw, 10px);
  background-color: rgba(6, 49, 144, 0.07);
  border-radius: 0 8px 8px 0;
}
#wrapper .red_base .wbase .prize_flex .prize_ttl {
  background-color: #063190;
  width: min(40vw, 312px);
  border-radius: 8px 0 0 8px;
  height: 134px;
  text-align: left;
  padding: 30px 0 30px 30px;
  position: relative;
}
#wrapper .red_base .wbase .prize_flex .prize_ttl p {
  font-size: min(3.333vw, 26px);
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
  margin: -10px 0 0 0;
}
#wrapper .red_base .wbase .prize_flex .prize_ttl p span {
  font-size: min(4.103vw, 32px);
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
#wrapper .red_base .wbase .prize_flex .prize_ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 67px solid transparent;
  border-bottom: 67px solid transparent;
  border-left: 30px solid #063190;
  border-right: 0;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 2;
}
#wrapper .red_base .wbase .prize_flex .prize_summary {
  width: min(36.154vw, 282px);
  border-radius: 8px 0 0 8px;
  height: 134px;
  text-align: left;
  padding: 20px 0 20px 50px;
  position: relative;
}
#wrapper .red_base .wbase .prize_flex .prize_summary p {
  font-size: min(3.077vw, 24px);
  font-weight: 700;
  line-height: 1;
  color: #1f1f1f;
  margin: 0;
}
#wrapper .red_base .wbase .prize_flex .prize_summary h6 {
  font-size: min(5.128vw, 40px);
  font-weight: 700;
  line-height: 1;
  color: #D2151B;
  margin: 0;
}
#wrapper .red_base .wbase .prize_flex .prize_summary h6 span {
  font-size: min(8.974vw, 70px);
  font-weight: 500;
}
@media (max-width: 780px) {
  #wrapper .red_base .wbase .prize_flex .prize_ttl {
    height: min(17.179vw, 134px);
    text-align: left;
    padding: min(3.846vw, 30px) 0 min(3.846vw, 30px) min(3.846vw, 30px);
    position: relative;
  }
  #wrapper .red_base .wbase .prize_flex .prize_ttl p {
    font-size: min(3.333vw, 26px);
    line-height: 1.8;
    color: #fff;
    font-weight: 500;
    margin: -1vw 0 0 0;
  }
  #wrapper .red_base .wbase .prize_flex .prize_ttl p span {
    font-size: min(4.103vw, 32px);
    line-height: 1;
    color: #fff;
    font-weight: 500;
  }
  #wrapper .red_base .wbase .prize_flex .prize_ttl:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: min(8.59vw, 67px) solid transparent;
    border-bottom: min(8.59vw, 67px) solid transparent;
    border-left: min(3.846vw, 30px) solid #063190;
    border-right: 0;
    position: absolute;
    top: 0;
    right: -3.6vw;
    z-index: 2;
  }
  #wrapper .red_base .wbase .prize_flex .prize_summary {
    width: min(36.154vw, 282px);
    border-radius: 8px 0 0 8px;
    height: min(17.179vw, 134px);
    text-align: left;
    padding: min(2.564vw, 20px) 0 min(2.564vw, 20px) min(6.41vw, 50px);
  }
}
#wrapper .red_base .wbase .prize_caution {
  width: 100%;
  border: 2px solid #063190;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(3.205vw, 25px);
}
#wrapper .red_base .wbase .prize_caution p {
  font-size: min(3.462vw, 27px);
  font-weight: 600;
  line-height: 1;
  color: #063190;
  margin: 0;
}
#wrapper .red_base .wbase .prize_caution p span {
  font-size: min(4.103vw, 32px);
  font-weight: 500;
}
#wrapper .red_base .wbase .prize_img02 {
  max-width: min(100vw, 780px);
  margin: 0 auto min(3.846vw, 30px);
}
#wrapper .red_base .wbase .prize_img02 img {
  max-width: min(100vw, 780px);
  margin: min(5vw, 39px) min(-10vw, -78px) 0;
}
#wrapper .red_base .wbase .prize_caution02 {
  width: 100%;
  margin: 0 auto min(3.846vw, 30px);
  text-align: left;
}
#wrapper .red_base .wbase .prize_caution02 p {
  font-size: min(3.077vw, 24px);
  font-weight: 400;
  line-height: 1.9;
  color: #1F1F1F;
}
#wrapper .red_base .wbase .step_box {
  background-color: rgba(6, 49, 144, 0.07);
  border-radius: 8px;
  border: 1px solid rgba(6, 49, 144, 0.08);
  margin: 0 auto;
  text-align: center;
  margin: min(2.564vw, 20px) auto 0;
  box-sizing: border-box;
}
#wrapper .red_base .wbase .step_box .step_img {
  max-width: min(83.077vw, 648px);
  text-align: center;
  margin: min(2.564vw, 20px) auto min(3.846vw, 30px);
}
#wrapper .red_base .wbase .step_box .step_img img {
  max-width: min(83.077vw, 648px);
  margin: 0 -15px 0 -18px;
}
#wrapper .red_base .wbase .step_box ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto min(6.41vw, 50px);
  text-align: left;
  width: min(70vw, 546px);
}
#wrapper .red_base .wbase .step_box ul .icon, #wrapper .red_base .wbase .step_box ul .icon02, #wrapper .red_base .wbase .step_box ul .icon03 {
  flex-basis: min(20vw, 156px);
  text-align: left;
}
#wrapper .red_base .wbase .step_box ul .icon03 img {
  margin-left: 5px;
}
#wrapper .red_base .wbase .step_box ul .summary {
  flex-basis: min(50vw, 390px);
  text-align: left;
  font-size: min(3.59vw, 28px);
  line-height: 1.8;
  color: #1f1f1f;
  font-weight: 500;
}
#wrapper .red_base .wbase .step_box .step_info {
  width: min(70vw, 546px);
  margin: 0 auto min(5vw, 39px);
  border: 2px solid #063190;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  padding: min(2.564vw, 20px) min(5vw, 39px);
  text-align: left;
}
#wrapper .red_base .wbase .step_box .step_info p {
  font-size: min(3.333vw, 26px);
  line-height: 2;
  color: #1f1f1f;
  font-weight: 600;
  margin: 0;
}
#wrapper .red_base .wbase .step_box .step_info p .under {
  background: linear-gradient(transparent 80%, #F4E205 20%);
  color: #063190;
}
#wrapper .red_base .wbase .step_box .step_info p span {
  font-size: min(4.103vw, 32px);
  font-weight: 500;
}
#wrapper .red_base .wbase .step_box .step_info p .month {
  font-size: min(4.615vw, 36px);
  font-weight: 500;
}
@media (max-width: 780px) {
  #wrapper .red_base .wbase .step_box ul .icon img {
    max-width: 15vw;
  }
  #wrapper .red_base .wbase .step_box ul .icon02 img {
    max-width: 12vw;
  }
  #wrapper .red_base .wbase .step_box ul .icon03 img {
    margin-left: 0.8vw;
    max-width: 11vw;
  }
}
#wrapper .red_base .wbase .arrow {
  text-align: center;
  margin: min(2.564vw, 20px) auto 0;
}
#wrapper .red_base .wbase .arrow img {
  max-width: min(4.872vw, 38px);
  margin: 0 auto;
}
#wrapper .red_base .wbase .kiyaku {
  width: min(80vw, 624px);
  background-color: rgba(229, 234, 244, 0.5);
  border: 2px solid #E5EAF4;
  padding: min(5vw, 39px) 0 min(5vw, 39px) min(5vw, 39px);
  margin: min(9.487vw, 74px) auto min(5.769vw, 45px);
}
#wrapper .red_base .wbase .kiyaku .kiyaku_inner {
  overflow-y: auto;
  height: min(66.026vw, 515px);
  padding-right: min(5vw, 39px);
}
#wrapper .red_base .wbase .kiyaku .kiyaku_inner h6 {
  line-height: 1.4;
  font-size: min(3.59vw, 28px);
  font-weight: 600;
  color: #1f1f1f;
  margin: min(3.846vw, 30px) 0 min(1.282vw, 10px);
  text-align: left;
}
#wrapper .red_base .wbase .kiyaku .kiyaku_inner p {
  line-height: 1.8;
  font-size: min(3.333vw, 26px);
  color: #1f1f1f;
  margin: 0;
}
#wrapper .red_base .wbase p {
  line-height: 1.8;
  font-size: min(2.821vw, 22px);
  color: #1f1f1f;
  margin-top: min(5vw, 39px);
  text-align: left;
  margin: 0 auto min(5vw, 39px);
}
#wrapper .red_base .wbase label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#wrapper .red_base .wbase .checkbox-input03 {
  display: none !important;
}
#wrapper .red_base .wbase .checkbox-parts03 {
  padding-left: 80px;
  position: relative;
  margin: 0 auto;
  font-size: min(3.59vw, 28px);
  font-weight: 400;
  vertical-align: middle;
}
#wrapper .red_base .wbase .checkbox-parts03::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  width: 52px;
  height: 52px;
  border-radius: 3px;
  border: 3px solid #B9B9B9;
  margin-right: 10px;
  background-color: #fff;
}
#wrapper .red_base .wbase .checkbox-input03:checked + .checkbox-parts03::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 18px;
  width: 18px;
  height: 36px;
  transform: rotate(40deg);
  border-bottom: 5px solid #d01137;
  border-right: 5px solid #d01137;
}
#wrapper .red_base .wbase input[type=button][disabled] {
  height: 128px;
  width: 546px;
  background: url(../img/entry_of.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#wrapper .red_base .wbase input[type=button] {
  height: 128px;
  width: 546px;
  background: url(../img/entry_on.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 50px auto 90px;
  cursor: pointer;
}
@media (max-width: 780px) {
  #wrapper .red_base .wbase .checkbox-parts03 {
    padding-left: 9vw;
    position: relative;
    margin: 4vw auto 4vw;
    font-size: min(3.333vw, 26px);
    font-weight: 400;
    vertical-align: middle;
  }
  #wrapper .red_base .wbase .checkbox-parts03::before {
    content: "";
    display: block;
    position: absolute;
    top: -1.5vw;
    left: 0;
    width: 7vw;
    height: 7vw;
    border-radius: 4px;
    border: 2px solid #E4E7ED;
    margin-right: 0;
    background-color: #fff;
    box-sizing: border-box;
  }
  #wrapper .red_base .wbase .checkbox-input03:checked + .checkbox-parts03::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.5vw;
    left: 2.5vw;
    width: 1.5vw;
    height: 3vw;
    transform: rotate(40deg);
    border-bottom: 3px solid #d01137;
    border-right: 3px solid #d01137;
  }
  #wrapper .red_base .wbase input[type=button][disabled] {
    height: min(16.41vw, 128px);
    width: min(70vw, 546px);
    background: url(../img/entry_of.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #wrapper .red_base .wbase input[type=button] {
    height: min(16.41vw, 128px);
    width: min(70vw, 546px);
    background: url(../img/entry_on.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5vw auto 10vw;
  }
}
#wrapper .red_base .footer {
  background-color: #fff;
  border-radius: min(1.795vw, 14px);
  max-width: min(90vw, 702px);
  border: min(0.641vw, 5px) solid #063190;
  width: 100%;
  margin: min(9.231vw, 72px) auto;
  text-align: center;
}
#wrapper .red_base .footer h4 {
  background-color: #063190;
  color: #fff;
  border-radius: min(1.026vw, 8px) min(1.026vw, 8px) 0 0;
  font-size: min(3.333vw, 26px);
  font-weight: 700;
  line-height: 1;
  padding: min(2.564vw, 20px) 0;
  margin: 0;
}
#wrapper .red_base .footer h5 {
  font-size: min(3.333vw, 26px);
  font-weight: 500;
  line-height: 1;
  padding: 0;
  margin: min(2.564vw, 20px) auto;
}
#wrapper .red_base .footer .tel {
  font-size: min(6.667vw, 52px);
  font-weight: 600;
  line-height: 1;
  margin: 0;
  color: #063190;
  margin: 0 auto min(2.564vw, 20px);
}
@media (max-width: 780px) {
  #wrapper .red_base .footer .tel {
    font-size: min(6.667vw, 52px);
    font-weight: 600;
    line-height: 1;
    margin: 0 auto min(2.564vw, 20px);
  }
  #wrapper .red_base .footer .tel a {
    text-decoration: none;
    color: #063190;
  }
}
#wrapper .red_base .footer span {
  font-size: min(3.333vw, 26px);
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  color: #1f1f1f;
  display: block;
  margin: 0 auto min(2.564vw, 20px);
}
#wrapper .red_base .copy {
  margin: min(15.385vw, 120px) auto;
  text-align: center;
}
#wrapper .red_base .copy p {
  font-size: min(2.821vw, 22px);
  font-weight: 400;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#wrapper .red_base .navy {
  background-color: #063190;
  color: #fff;
  border-radius: 100px;
  max-width: min(70vw, 546px);
  height: min(14.103vw, 110px);
  width: 100%;
  padding: min(2.564vw, 20px) 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapper .red_base .navy p {
  font-size: min(3.59vw, 28px);
  font-weight: 600;
  line-height: 1;
  margin: 0;
  color: #fff;
  margin-top: -5px;
}

@media (max-width: 780px) {
  body {
    width: 100%;
    height: 100vh;
  }
  img {
    max-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */