﻿@import url("https://fonts.googleapis.com/css?family=Oswald:700");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  height: 100%;
  font-size: 14px;
  font-family: "メイリオ", "Hiragino Sans", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  line-height: 1.6;
  color: #323232;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  min-height: 0;
  min-width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt {
  color: #454545;
}

table {
  width: 100%;
  border-collapse: collapse;
}

em {
  font-style: normal;
  font-weight: bold;
}

mark {
  background-color: transparent;
}

dl {
  margin-bottom: 2rem;
}

dt {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

dd {
  margin-left: 0;
  margin-bottom: 1rem;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #333;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ccc;
}

body.lb-disable-scrolling {
  overflow: hidden;
}
.mb20 {
  margin-bottom: 2rem !important;
}
.fc_blue {
  color: #0076dd;
}
.fc_green {
  color: #00acac;
}
.fc_red {
  color: #db2020;
}
@media (min-width: 415px) {
  .pc-disp {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sp-disp {
    display: none;
  }
}
@media (min-width: 415px) {
  .pcsp-disp {
    display: none;
  }
}

/* Header-Info */
.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  height: auto;
  align-items: center;
}
.header__ci {
  height: 100%;
  padding: 0;
  line-height: 1;
  margin-bottom: 0;
}
.header__ci img {
  max-width: 480px;
}
.header__title {
  margin: 0;
  padding: 0.2rem 1rem 0 2rem;
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: bold;
}
.header__contents {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0.5rem 1rem 0.5rem;
}
.freedial {
  display: inline-block;
  margin: 0;
  height: 1em;
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  color: #333;
  line-height: 1;
  text-decoration: none;
}
.freedial:link {
  color: #333;
  text-decoration: none;
}
.freedial:visited {
  color: #333;
}
.headerTel__number {
  display: block;
}
.headerTel__businesstime {
  display: block;
  margin: 0.5em 0 0;
  font-size: 1.8rem;
  text-align: right;
  font-weight: bold;
}

.headerTel.-negative .headerTel__businesstime {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 414px) {
  .header {
    display: block;
    position: relative;
  }
  .header__ci {
    padding: 0;
  }
  .header__ci img {
    max-width: 240px;
  }
  .header__contents {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .freedial {
    font-size: 2rem;
  }
  .headerTel__number {
    text-indent: -9999em;
    background-color: #0881da;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
  }
  .headerTel__number::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/icon_tel.svg) no-repeat center center;
  }
  .headerTel__businesstime {
    font-size: 1.2rem;
    display: inline-block;
    display: none;
  }
}

.btn_entry {
  display: inline-block;
  background: transparent
    linear-gradient(180deg, #028ee7 0%, #0b7ad4 48%, #1467c2 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #0b3564;
  border-radius: 6px;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #333333;
  text-decoration: none;
  min-width: 280px;
  padding: 1px;
  font-weight: 700;
  font-size: 20px;
}
.btn_entry:hover {
  background: transparent
    linear-gradient(180deg, #48b8fd 0%, #3495e6 48%, #2e86e4 100%) 0% 0%
    no-repeat padding-box;
  border-color: #2e86e4;
}
.btn_entry span {
  border: 2px solid #4eb2f0;
  padding: 0.8em 2em;
  display: block;
  border-radius: 4px;
  position: relative;
}
.btn_entry span::after {
  content: " ";
  width: 16px;
  height: 20px;
  background: url(../img/icon_btn.svg) no-repeat center center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.2em;
  margin-top: -0.5em;
}
@media (max-width: 1024px) {
  .btn_entry {
    font-size: 16px;
    border-width: 1px;
  }
  .btn_entry span {
    border-width: 1px;
    padding: 0.4em 1em;
  }
}

/* hero_area */
.hero_area {
  background: url("../img/bg_arrow.svg") 0% 0% repeat padding-box #fff97c;
  background-size: 20%;
  padding: 1px 0;
  position: relative;
}
.hero_content {
  background: url(../img/bg_hero.svg) no-repeat center top;
  padding-bottom: 20px;
}
.hero_logo img {
  max-width: 100%;
}
.hero_logo {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 0;
  padding: 2em 0 0;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero_img_left {
  width: 34%;
  text-align: right;
}
.hero_img_right {
  width: 34%;
  text-align: left;
}
.coupon_code {
  width: 50%;
  max-width: 1200px;
  margin: 0 auto 40px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 4px solid #028ee7;
  border-radius: 10px;
  padding: 2% 0 1%;
  box-sizing: border-box;
  text-align: center;
}

.coupon_code span.coupon_code__value {
  font-size: 2.4em;
  font-weight: bold;
  color: #ff4400;
}

.layout_logo {
  margin: -3em -4% 0;
  width: 36%;
}
.hero_logo h1 span {
  display: block;
}
.hero_logo h1 span:nth-child(1) {
  width: 70%;
  max-width: 412px;
  margin: 0 auto -0.8em;
}
.hero_logo h1 span:nth-child(2) {
  width: 90%;
  margin: 0 auto -0.5em 0;
}
.hero_logo h1 span:nth-child(3) {
  width: 100%;
  margin: 0 auto;
}
.hero_logo ul {
  display: flex;
  justify-content: space-around;
}
.hero_logo ul li {
  margin: 0 1%;
}
.hero_logo .txt_period {
  width: 60%;
  margin: -1em auto 0;
}
.hero_logo .txt_price {
  width: 80%;
  margin: 0.2em auto 0.5em;
}

/* FV02 */
.fv02 .hero_logo h1 span:nth-child(1) {
  max-width: 392px;
  width: 70%;
  margin: 0.2em auto -0.6em;
}
.fv02 .hero_logo h1 span:nth-child(2) {
  max-width: 470px;
  width: 80%;
  margin: 0 auto -0.8em;
}
.fv02 .hero_logo .txt_cp {
  width: 90%;
  max-width: 500px;
  margin: -0.8em auto 0.4em;
}
.fv02 .hero_logo .txt_price {
  width: 90%;
  max-width: 480px;
  margin: 0.5em auto 1em;
}
.fv02 .hero_logo .txt_period {
  margin: 0 auto 0;
}

/* FV03 */
.fv03 .hero_img_left {
  width: 34%;
  text-align: right;
  margin-top: 2%;
}
.fv03 .hero_img_left img {
  transform: rotate(-10deg);
  margin-right: -10%;
}
.fv03 .hero_img_right {
  width: 34%;
  text-align: left;
  margin-top: 3%;
}
.fv03 .hero_img_right img {
  margin-left: -10%;
}
.fv03 .layout_logo {
  margin: 0 0 0;
  width: 32%;
  z-index: 1;
  position: relative;
}
.fv03 .hero_logo {
  align-items: flex-start;
}
.fv03 .hero_logo h1 span {
  display: block;
}
.fv03 .hero_logo h1 span:nth-child(1) {
  width: 90%;
  margin: 0 auto -0.3em;
}
.fv03 .hero_logo h1 span:nth-child(2) {
  width: 90%;
  margin: 0 auto -0.4em;
}
.fv03 .hero_logo .txt_cap {
  width: 94%;
  margin: 1em auto;
}
.fv03 .hero_logo .txt_cp {
  width: 90%;
  margin: 0 auto;
}
.fv03 .hero_logo .txt_price {
  width: 90%;
}
.fv03 .hero_logo .txt_glade {
  width: 90%;
}
.fv03 .hero_logo .txt_period {
  width: 60%;
  margin: 0.5em auto;
}

@media (max-width: 1024px) {
  .hero_logo,
  .fv02 .hero_logo {
    background-size: 100%;
    min-height: 300px;
  }
  .hero_logo {
    background-position: center 45%;
  }
  .fv02 .hero_logo {
    background-position: center top;
  }
  .hero_img_left {
    width: 28%;
  }
  .hero_img_right {
    width: 28%;
  }
  .fv03 .hero_img_left img,
  .fv03 .hero_img_right img {
    margin: 0;
  }
  .layout_logo {
    margin: 0 -4%;
    width: 46%;
    padding-bottom: 2%;
  }
  .fv03 .hero_logo {
    background: url(../img/bg_hero_sp.svg) no-repeat center top;
    background-size: 100%;
    background-position: center top;
    min-height: 300px;
    align-items: flex-start;
  }
  .fv03 .hero_img_left {
    width: 30%;
  }
  .fv03 .hero_img_right {
    width: 30%;
  }
  .fv03 .layout_logo {
    margin: 0 -20%;
    width: 80%;
    padding-bottom: 4%;
    z-index: 4;
  }
  .fv03 .hero_logo h1 span:nth-child(1) {
    max-width: 340px;
  }
}
@media (max-width: 414px) {
  .hero_logo {
    flex-wrap: wrap;
    width: 98%;
    background: url(../img/background_layout_logo.png) no-repeat center 45%;
    background-size: 100%;
    padding-top: 0;
  }
  .fv02 .hero_logo {
    background-position: center 30%;
  }
  .fv03 .hero_logo {
    background: url(../img/background_layout_logo.png) no-repeat center 15%;
    background-size: 100%;
  }
  .fv03 .layout_logo {
    margin: 0 auto;
    width: 98%;
  }
  .hero_img_left,
  .hero_img_right {
    display: none;
  }
  .coupon_code {
    width: 94%;
  }
  .layout_logo {
    width: 100%;
    margin: 0 auto 4%;
    padding-bottom: 2%;
  }
  .layout_logo h1 {
    margin-bottom: 0;
  }
  .fv02 .layout_logo {
    width: 100%;
    margin: 0 auto 2%;
    padding-bottom: 2%;
  }
  .fv02 .hero_logo h1 span:nth-child(1) {
    max-width: 226px;
    margin: 0.2em auto 0;
  }
  .fv02 .hero_logo h1 span:nth-child(2) {
    padding-right: 0;
  }
  .fv02 .hero_logo .txt_price {
    max-width: 320px;
  }
  .fv02 .hero_logo .txt_price,
  .fv03 .hero_logo .txt_glade {
    margin-bottom: 0;
  }
  .fv03 .hero_logo h1 span:nth-child(3) img {
    margin-bottom: 0;
  }
  .fv03 .hero_logo h1 span:nth-child(1) {
    max-width: 440px;
    margin: 0.5em auto -0.5em;
  }
  .fv03 .hero_logo h1 span:nth-child(2) {
    max-width: 440px;
    margin: 0 auto;
    padding-right: 0;
  }
  .fv03 .hero_logo .txt_cap {
    margin: 0 auto;
  }
  .fv03 .hero_logo .txt_cp {
    max-width: 420px;
    margin: 0.4em auto;
  }
  .fv03 .hero_logo .txt_price {
    max-width: 280px;
    margin: 0.4em auto;
  }
  .fv03 .hero_logo .txt_glade {
    max-width: 380px;
    margin: 0.2em auto;
  }
  .fv03 .hero_logo .txt_period {
    max-width: 234px;
    margin: 0 auto 0;
  }
  .hero_logo h1 span:nth-child(1) {
    max-width: 226px;
    margin: 0.2em auto -0.5em;
  }
  .hero_logo h1 span:nth-child(2) {
    max-width: 368px;
  }
  .hero_logo h1 span:nth-child(3) {
    max-width: 396px;
  }
  .hero_logo .txt_period {
    max-width: 234px;
  }
  .hero_logo .txt_price {
    max-width: 312px;
  }
  .hero_logo h1 span:nth-child(2) {
    margin: 0 auto -8%;
    padding-right: 10%;
    width: 100%;
  }
}

/* CTA */
.cta {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 40px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 1px 0;
}
.cta h2 {
  margin-top: -32px;
  text-align: center;
}
.cta h2 span {
  background: #1e4366 0% 0% no-repeat padding-box;
  border-radius: 220px;
  font-size: 32px;
  color: #fff;
  display: inline-block;
  padding: 0.4em 2em;
}
.cta ul {
  width: 100%;
  margin: 2em auto 1.5em;
  display: flex;
  justify-content: space-around;
}
.cta ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 2%;
  text-align: center;
}
.cta ul li:nth-child(1) {
  border-right: 1px solid #ccc;
}
.cta .cta_detail {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
}
.cta .cta_detail div {
  margin: 0 2%;
}
.cta .cta_detail .thumb img {
  max-width: 100%;
}
.cta ul li h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 0;
}
.cta ul li h3 span {
  display: block;
  color: #ff903a;
  font-size: 22px;
}
.cta .cta_detail .txt p {
  font-size: 20px;
  margin-bottom: 0;
}
.cta .cta_detail .txt p b {
  font-size: 40px;
  color: #ff4400;
}
.cta .tag {
  font-size: 18px;
}
.cta .tag a {
  text-decoration: none;
}
.cta .tag a:hover {
  text-decoration: underline;
}
.cta.foot {
  padding-top: 2em;
}
.cta.foot li:nth-child(1) {
  padding-left: 0;
}
.cta.foot li:nth-child(2) {
  padding-right: 0;
}
.cta.foot .cta_detail {
  margin-bottom: 1em;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .cta {
    width: 94%;
    margin: -2% auto 40px;
  }
  .cta h2 span {
    font-size: 24px;
  }
  .cta ul li h3 {
    font-size: 22px;
  }
  .cta ul li h3 span {
    font-size: 18px;
  }
  .cta .cta_detail .txt p {
    font-size: 15px;
  }
  .cta .cta_detail .txt p b {
    font-size: 24px;
  }
  .cta .tag {
    font-size: 16px;
  }
  .cta .cta_detail .thumb {
    max-width: 110px;
  }
  .cta.foot {
    margin: 2% auto;
    padding-top: 0;
  }
}
@media (max-width: 414px) {
  .cta {
    margin: 0 auto 40px;
  }
  .cta h2 span {
    font-size: 22px;
    border-radius: 0.5em 0.5em 0 0;
    padding: 0.6em 1em 0.4em;
    display: block;
  }
  .cta ul {
    margin: 2em auto 1.5em;
    flex-direction: column;
  }
  .cta ul li {
    width: 100%;
  }
  .cta ul li:nth-child(1) {
    border-bottom: 1px solid #ccc;
    border-right: none;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
@media (max-width: 375px) {
  .cta h2 span {
    font-size: 18px;
    padding: 0.4em 0.5em 0.2em;
    border-radius: 0.4em 0.4em 0 0;
  }
  .cta ul li h3 {
    font-size: 18px;
  }
  .cta ul li h3 span {
    font-size: 16px;
  }
  .cta .cta_detail .txt p {
    font-size: 14px;
  }
  .cta .cta_detail .txt p b {
    font-size: 20px;
  }
  .cta .tag {
    font-size: 14px;
  }
  .cta .cta_detail .thumb {
    max-width: 90px;
  }
}

/* CAMPAIGN */
.cp_content {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 40px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 4px solid #24b372;
  border-radius: 10px;
  padding: 3% 2% 2%;
  box-sizing: border-box;
}
.cp_content .cp_period {
  text-align: center;
  color: #ff4400;
  font-size: 36px;
  font-weight: 700;
}
.cp_content .cp_period::before {
  content: "＼";
  margin-right: 0.5em;
}
.cp_content .cp_period::after {
  content: "／";
  margin-left: 0.5em;
}
.cp_content h2 {
  background: url(../img/img_ribbon.svg) no-repeat right center;
  background-size: cover;
  color: #fff;
  font-size: 38px;
  position: relative;
  padding: 0.4em 1em 0.2em 2em;
  width: 94%;
  max-width: 980px;
  margin: 0 auto 0.5em;
}
.cp_content h2::before {
  content: "";
  width: 110px;
  height: 110px;
  display: block;
  background: url(../img/icon_arrow.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -15px;
  left: -40px;
  z-index: 2;
}
.cp_content h2::after {
  content: "";
  width: 10px;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
}
.cp_content h3 {
  font-size: 38px;
  color: #1e4366;
  text-align: center;
}
.cp_content > ul {
  width: 94%;
  max-width: 960px;
  margin: 1.5em auto 1em;
  font-size: 24px;
  color: #1e4366;
  font-weight: 700;
}
.cp_content > ul li {
  margin-bottom: 0.6em;
}
.cp_content > ul li b {
  color: #ff4400;
  background: linear-gradient(transparent 60%, #fff369 0%);
}
.cp_content .lead {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #24b372;
}
.cp_content .cautin {
  width: 94%;
  max-width: 960px;
  margin: 2em auto 0;
  border-top: 1px solid #ccc;
  padding-top: 2em;
}
.cp_content .cautin h4 {
  font-size: 24px;
  letter-spacing: 1.2px;
  color: #1e4366;
}
.cp_content .cautin li {
  font-size: 18px;
  margin-bottom: 0.6em;
}

@media (max-width: 1024px) {
  .cp_content h2 {
    font-size: 24px;
    padding-left: 3em;
  }
  .cp_content h2::before {
    content: "";
    width: 75px;
    height: 75px;
    top: -10px;
    left: -14px;
  }
  .cp_content .cp_period {
    font-size: 18px;
    margin-top: 0.5em;
  }
  .cp_content h3 {
    font-size: 24px;
  }
  .cp_content > ul {
    font-size: 20px;
  }
  .cp_content .lead {
    font-size: 18px;
  }
  .cp_content .cautin h4 {
    font-size: 18px;
  }
  .cp_content .cautin li {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .cp_content h2 {
    padding-left: 2.5em;
    text-align: center;
  }
  .cp_content h2::before {
    width: 55px;
    height: 55px;
    top: -10px;
    left: -14px;
  }
  .cp_content h3 {
    font-size: 22px;
  }
  .cp_content > ul {
    font-size: 18px;
    margin-top: 1em;
  }
  .cp_content .lead {
    margin: 0 2%;
  }
}
@media (max-width: 375px) {
  .cp_content h2 {
    font-size: 20px;
    padding-left: 1em;
  }
  .cp_content h2::before {
    width: 45px;
    height: 45px;
    top: -10px;
    left: -14px;
  }
  .cp_content h3 {
    font-size: 20px;
  }
  .cp_content > ul {
    font-size: 16px;
  }
  .cp_content .lead {
    font-size: 16px;
  }
  .cp_content .cautin {
    padding-top: 1em;
  }
  .cp_content .cautin h4 {
    font-size: 16px;
  }
}

/* ENTRY */
.entry {
  background: #fff97c 0% 0% no-repeat padding-box;
  padding: 100px 0;
}
.entry h2 {
  font-size: 52px;
  text-align: center;
  margin-bottom: 50px;
  color: #1e4366;
}
.entry h2::before {
  content: " ";
  width: 60px;
  height: 58px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3em;
  background: url(../img/icoN_check.svg) no-repeat center top;
  background-size: 100%;
}
.entry ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
}
.entry ol li {
  width: 100%;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 3.5em 2em 2.5em;
  margin-bottom: 30px;
}
.entry ol li h3 {
  font-size: 32px;
  margin: 0.2em 0 0.6em;
}
.entry ol li p {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}
.entry ol li h3 {
  color: #ff4400;
}

.entry img {
  max-width: min(600px, 100%);
}

.entry .entry_step {
  display: flex;
  justify-content: center;
}
.entry .entry_step span {
  width: min(600px, 100%);
  background: #ffbf00 0% 0% no-repeat padding-box;
  text-align: center;
  font-size: 28px;
  letter-spacing: 1.4px;
  padding: 0.25em 0;
  color: #ffffff;
}

.entry span.code {
  color: #ff4400;
  font-size: 1.3em;
}

@media (max-width: 1024px) {
  .entry {
    padding: 50px 0 30px;
  }
  .entry h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .entry h2::before {
    content: " ";
    width: 40px;
    height: 38px;
  }
  .entry ol li {
    padding: 2em 1em 1em;
  }
  .reason ol li h3 {
    font-size: 24px;
  }
  .entry ol li p {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .entry ol li {
    width: 100%;
  }
  .entry h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .entry ol li h3 {
    font-size: 22px;
  }
  .reason ol li p {
    font-size: 16px;
  }
}

/* RANKING */
.ranking_area {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  padding: 50px 0;
}
.ranking_area ol {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ranking_area ol li {
  display: flex;
  background-color: #fff;
  margin-bottom: 2em;
  padding: 2em;
  box-sizing: border-box;
}
.ranking_area ol li img {
  max-width: 100%;
}
.ranking_area ol li img:hover {
  opacity: 0.7;
}
.ranking_area ol li:nth-child(1),
.ranking_area ol li:nth-child(2) {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 2em 4em;
}
.ranking_area ol li:nth-child(1) .thumb,
.ranking_area ol li:nth-child(2) .thumb {
  width: 30%;
}
.ranking_area ol li:nth-child(1) {
  background: #fffdc5 0% 0% no-repeat padding-box;
}
.ranking_area ol li:nth-child(1) h2 {
  font-size: 26px;
  display: flex;
}
.ranking_area ol li:nth-child(1) h2 b {
  font-size: 68px;
  color: #c2ae14;
}
.ranking_area ol li:nth-child(1) h2 > span:before {
  content: " ";
  display: block;
  width: 64px;
  height: 34px;
  background: url(../img/img_ranking_top.svg) no-repeat center center;
  background-size: 100%;
  margin: 0 auto 1em;
}
.ranking_area ol li:nth-child(1) h2 b span {
  font-size: 40px;
}
.ranking_area ol li:nth-child(1) h2::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 180px;
  background: url(../img/img_ranking_left.svg) no-repeat center center;
  background-size: 100%;
}
.ranking_area ol li:nth-child(1) h2::after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 180px;
  background: url(../img/img_ranking_right.svg) no-repeat center center;
  background-size: 100%;
}
.ranking_area ol li:nth-child(2) h2 {
  display: flex;
}
.ranking_area ol li:nth-child(2) h2 b {
  color: #a2a091;
}
.ranking_area ol li:nth-child(2) h2 > span:before {
  content: " ";
  display: block;
  width: 56px;
  height: 30px;
  background: url(../img/img_ranking_top_s.svg) no-repeat center center;
  background-size: 100%;
  margin: 0 auto 1em;
}
.ranking_area ol li:nth-child(2) h2 b span {
  font-size: 34px;
}
.ranking_area ol li:nth-child(2) h2::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 160px;
  background: url(../img/img_ranking_left_s.svg) no-repeat center center;
  background-size: 100%;
}
.ranking_area ol li:nth-child(2) h2::after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 160px;
  background: url(../img/img_ranking_right_s.svg) no-repeat center center;
  background-size: 100%;
}
.ranking_area ol li:nth-child(3),
.ranking_area ol li:nth-child(4),
.ranking_area ol li:nth-child(5) {
  flex-direction: column;
  width: 32%;
  box-sizing: border-box;
}
.ranking_area
  ol
  li:nth-child(1)
  .detail
  .ranking_area
  ol
  li:nth-child(2)
  .detail {
  margin-top: 1em;
}
.ranking_area ol li:nth-child(3) .detail,
.ranking_area ol li:nth-child(4) .detail,
.ranking_area ol li:nth-child(5) .detail {
  margin-top: 0;
}
.ranking_area ol li:nth-child(3) .thumb,
.ranking_area ol li:nth-child(4) .thumb,
.ranking_area ol li:nth-child(5) .thumb {
  margin-top: 0;
}
.ranking_area ol li:nth-child(2) h2,
.ranking_area ol li:nth-child(3) h2,
.ranking_area ol li:nth-child(4) h2,
.ranking_area ol li:nth-child(5) h2 {
  font-size: 22px;
}
.ranking_area ol li:nth-child(2) h2 b,
.ranking_area ol li:nth-child(3) h2 b,
.ranking_area ol li:nth-child(4) h2 b,
.ranking_area ol li:nth-child(5) h2 b {
  font-size: 56px;
}
.ranking_area ol li:nth-child(3) h2 b {
  color: #d26a10;
}
.ranking_area h2 {
  line-height: 1.2;
  font-family: oswald;
  text-align: center;
}
.ranking_area h2 b {
  letter-spacing: 0.1em;
}
.ranking_area h2 > span {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.ranking_area .detail {
  text-align: center;
}
.ranking_area .detail .num {
  background: #ffbf00 0% 0% no-repeat padding-box;
  text-align: center;
  font-size: 28px;
  font-family: Oswald;
  letter-spacing: 1.4px;
  padding: 0.1em 0;
  color: #ffffff;
}
.ranking_area .detail h3 {
  font-size: 24px;
  margin: 15px 0 10px;
}
.ranking_area .detail .price {
  font-size: 20px;
  margin-bottom: 1em;
}
.ranking_area .detail .price b {
  color: #ff4400;
  font-size: 40px;
}
.ranking_area .thumb img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .ranking_area ol li {
    padding: 1em;
  }
  .ranking_area ol li:nth-child(1) h2,
  .ranking_area ol li:nth-child(2) h2,
  .ranking_area ol li:nth-child(3) h2,
  .ranking_area ol li:nth-child(4) h2,
  .ranking_area ol li:nth-child(5) h2 {
    font-size: 20px;
  }
  .ranking_area ol li:nth-child(1) h2 b,
  .ranking_area ol li:nth-child(2) h2 b,
  .ranking_area ol li:nth-child(3) h2 b,
  .ranking_area ol li:nth-child(4) h2 b,
  .ranking_area ol li:nth-child(5) h2 b {
    font-size: 38px;
  }
  .ranking_area ol li:nth-child(1) h2 b span,
  .ranking_area ol li:nth-child(2) h2 b span,
  .ranking_area ol li:nth-child(3) h2 b span,
  .ranking_area ol li:nth-child(4) h2 b span,
  .ranking_area ol li:nth-child(5) h2 b span {
    font-size: 24px;
  }
  .ranking_area ol li:nth-child(1) h2::before,
  .ranking_area ol li:nth-child(1) h2::after,
  .ranking_area ol li:nth-child(2) h2::before,
  .ranking_area ol li:nth-child(2) h2::after {
    width: 40px;
    height: 120px;
  }
  .ranking_area ol li:nth-child(1) h2 > span:before,
  .ranking_area ol li:nth-child(2) h2 > span:before,
  .ranking_area ol li:nth-child(3) h2 > span:before,
  .ranking_area ol li:nth-child(4) h2 > span:before,
  .ranking_area ol li:nth-child(5) h2 > span:before {
    width: 36px;
    height: 20px;
    margin: 0.6em auto 0.5em;
  }
  .ranking_area ol li:nth-child(1) .thumb,
  .ranking_area ol li:nth-child(2) .thumb {
    width: 100%;
  }
  .ranking_area ol li:nth-child(1),
  .ranking_area ol li:nth-child(2),
  .ranking_area ol li:nth-child(3),
  .ranking_area ol li:nth-child(4),
  .ranking_area ol li:nth-child(5) {
    flex-direction: column;
    width: 48%;
  }
  .ranking_area .detail .num {
    font-size: 18px;
  }
  .ranking_area .detail h3 {
    font-size: 20px;
  }
  .ranking_area .detail .price {
    font-size: 16px;
  }
  .ranking_area .detail .price b {
    font-size: 24px;
  }
}
@media (max-width: 414px) {
  .ranking_area {
    padding: 40px 0 10px;
  }
  .ranking_area ol li:nth-child(1),
  .ranking_area ol li:nth-child(2),
  .ranking_area ol li:nth-child(3),
  .ranking_area ol li:nth-child(4),
  .ranking_area ol li:nth-child(5) {
    width: 100%;
  }
  .ranking_area ol li .thumb {
    text-align: center;
    margin-top: 0;
  }
  .ranking_area ol li .thumb img {
    width: 60%;
  }
}

/* ONE STEP */
.one_step {
  padding: 100px 0;
  background: #fff97c;
}
.one_step dl {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.one_step dl dt {
  width: 48%;
}
.one_step dl dd {
  width: 50%;
}
.one_step dl img {
  max-width: 100%;
}
.one_step dl dd img {
  border: 4px solid #1e4366;
}
.one_step h2 {
  font-size: 42px;
  color: #1e4366;
  margin: 0 0 0.5em 1em;
}
.one_step h2 b {
  color: #ff4400;
}

@media (max-width: 1024px) {
  .one_step {
    padding: 50px 0;
  }
  .one_step dl {
    flex-direction: column;
    width: 94%;
    max-width: 700px;
    max-width: 0 auto;
  }
  .one_step dl dt {
    width: 100%;
    text-align: center;
  }
  .one_step dl dd {
    width: 100%;
  }
  .one_step h2 {
    font-size: 24px;
    margin: 0 0 0.5em 0;
    text-align: center;
  }
  .one_step h2 br:nth-child(1) {
    display: none;
  }
  .one_step dl dt img {
    max-width: 400px;
  }
}
@media (max-width: 414px) {
  .one_step h2 {
    font-size: 24px;
  }
  .one_step dl dt img {
    max-width: 320px;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .one_step h2 {
    font-size: 18px;
  }
}

/* STORE */
.store_list {
  margin-bottom: 50px;
}
.store_list table {
  width: 94%;
  max-width: 1200px;
  margin: 60px auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.store_list table thead th {
  padding: 0.5em 1em;
  border-bottom: 1px solid #ccc;
  font-size: 28px;
}
.store_list table thead th:nth-child(2) {
  background-color: #dddddd;
}
.store_list table thead th:nth-child(3) {
  background-color: #ffcd00;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.store_list table thead th:nth-child(4) {
  background-color: #eeeeee;
}
.store_list table tbody th,
.store_list table tbody td {
  padding: 1.5em 1em;
  font-size: 18px;
}
.store_list table tbody th {
  word-break: keep-all;
}
.store_list table tbody td b {
  color: #ff4400;
  font-size: 20px;
}
.store_list table tr th:nth-child(1) {
  border-bottom: 1px solid #ccc;
}
.store_list table tr td:nth-child(2),
.store_list table tr td:nth-child(3) {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.store_list table tr td:nth-child(4) {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 414px) {
  .store_list {
    padding: 0.5em;
    box-sizing: border-box;
  }
  .table-wrap {
    width: 100%;
  }
  .store_list table {
    border: 1px solid #ccc;
    margin: 30px 0 0;
    width: 100%;
  }
  .store_list table tbody th,
  .store_list table tbody td {
    padding: 0.5em;
    font-size: 15px;
    position: relative;
  }
  .store_list table thead th {
    padding: 0.5em 1em;
    font-size: 18px;
  }
  .store_list table tr th:nth-child(1),
  .store_list table tbody th {
    display: none;
  }
  .store_list table tbody td {
    padding-top: 2.5em;
  }
  .store_list table tbody td b {
    font-size: 16px;
  }
  .store_list table tr td::before {
    display: block;
    background: #f9f9f9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.2em;
    text-align: center;
    border-bottom: 1px dashed #ccc;
  }
  .store_list table tr:nth-child(1) td:nth-child(2)::before,
  .store_list table tr:nth-child(1) td:nth-child(3)::before,
  .store_list table tr:nth-child(1) td:nth-child(4)::before {
    content: "種類";
  }
  .store_list table tr:nth-child(2) td:nth-child(2)::before,
  .store_list table tr:nth-child(2) td:nth-child(3)::before,
  .store_list table tr:nth-child(2) td:nth-child(4)::before {
    content: "最短納期";
  }
  .store_list table tr:nth-child(3) td:nth-child(2)::before,
  .store_list table tr:nth-child(3) td:nth-child(3)::before,
  .store_list table tr:nth-child(3) td:nth-child(4)::before {
    content: "送料";
  }
  .store_list table tr:nth-child(4) td:nth-child(2)::before,
  .store_list table tr:nth-child(4) td:nth-child(3)::before,
  .store_list table tr:nth-child(4) td:nth-child(4)::before {
    content: "小ロット";
  }
}

/* REASON */
.reason {
  background: #ffcd00 0% 0% no-repeat padding-box;
  padding: 100px 0;
}
.reason h2 {
  font-size: 52px;
  text-align: center;
  margin-bottom: 50px;
  color: #1e4366;
}
.reason h2::before {
  content: " ";
  width: 60px;
  height: 58px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3em;
  background: url(../img/icoN_check.svg) no-repeat center top;
  background-size: 100%;
}
.reason ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
}
.reason ol li {
  width: 49%;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 5em 2em 3.5em;
  margin-bottom: 30px;
}
.reason ol li h3 {
  font-size: 32px;
  margin: 0.2em 0 0.6em;
}
.reason ol li p {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.reason ol li:nth-child(1) h3 {
  color: #ff903a;
}
.reason ol li:nth-child(2) h3 {
  color: #24b372;
}
.reason ol li:nth-child(3) h3 {
  color: #ff7bac;
}
.reason ol li:nth-child(4) h3 {
  color: #2eafe6;
}
@media (max-width: 1024px) {
  .reason {
    padding: 50px 0 30px;
  }
  .reason h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .reason h2::before {
    content: " ";
    width: 40px;
    height: 38px;
  }
  .reason ol {
  }
  .reason ol li {
    padding: 2em 1em 1em;
  }
  .reason ol li h3 {
    font-size: 24px;
  }
  .reason ol li p {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .reason ol li {
    width: 100%;
  }
  .reason h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .reason ol li h3 {
    font-size: 22px;
  }
  .reason ol li p {
    font-size: 16px;
  }
}

/* VOICE */
.voice {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  padding: 80px 0;
}
.voice h2 {
  text-align: center;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.voice h2 span {
  background: #1e4366 0% 0% no-repeat padding-box;
  border-radius: 220px;
  font-size: 42px;
  letter-spacing: 4.2px;
  color: #ffffff;
  display: block;
  padding: 0.4em 2em;
}
.voice h2 span::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 62px;
  margin-right: 0.4em;
  background: url(../img/icon_voice.svg) no-repeat center top;
  background-size: 100%;
}
.voice ul {
  width: 94%;
  max-width: 1000px;
  margin: 40px auto;
}
.voice ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voice ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.voice ul li > p {
  width: 28%;
}
.voice ul li > p img {
  max-width: 100%;
}
.voice ul li .comment {
  background-color: #fff97c;
  width: 70%;
  box-sizing: border-box;
  padding: 2.5em;
  border-radius: 8px;
  position: relative;
}
.voice ul li .comment:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0px;
  height: 0px;
  margin: -20px auto;
  border-style: solid;
}
.voice ul li:nth-child(odd) .comment:after {
  border-color: transparent #fff97c transparent transparent;
  border-width: 20px 25px 20px 20px;
  left: -40px;
}
.voice ul li:nth-child(even) .comment:after {
  border-color: transparent transparent transparent #fff97c;
  border-width: 20px 20px 20px 25px;
  right: -40px;
}
.voice ul li:nth-child(even) > p {
  text-align: right;
}
.voice ul li .comment p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .voice {
    padding: 40px 0;
  }
  .voice h2 {
    margin: 0 auto;
  }
  .voice h2 span {
    font-size: 24px;
  }
  .voice h2 span::before {
    width: 70px;
    height: 42px;
  }
  .voice ul li > p {
    width: 20%;
  }
  .voice ul li .comment {
    width: 76%;
  }
  .voice ul li .comment p {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .voice {
    padding-bottom: 20px;
  }
  .voice h2 span {
    letter-spacing: 0.1em;
  }
  .voice h2 span::before {
    display: block;
    margin: 0 auto;
  }
  .voice ul {
    margin-bottom: 0;
  }
  .voice ul li,
  .voice ul li:nth-child(even) {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .voice ul li:nth-child(odd) .comment:after,
  .voice ul li:nth-child(even) .comment:after {
    border-color: transparent transparent #fff97c transparent;
    border-width: 20px 20px 25px 20px;
    right: 50%;
    left: 50%;
    top: -20px;
    margin-left: -17px;
  }
  .voice ul li > p {
    width: 50%;
  }
  .voice ul li .comment {
    width: 100%;
    padding: 1em 1.5em;
  }
}
@media (max-width: 375px) {
  .voice h2 span {
    font-size: 20px;
  }
  .voice ul li .comment p {
    font-size: 16px;
  }
}

/* HOWTO */
.howto {
  background: #fff97c 0% 0% no-repeat padding-box;
  padding: 100px 0;
}
.howto h2 {
  font-size: 42px;
  color: #1e4366;
  text-align: center;
  padding-left: 1.5em;
}
.howto h2 span {
  display: inline-block;
  text-align: left;
}
.howto h2 > span {
  border-bottom: 5px solid #24b372;
}
.howto h2 > span::before {
  content: " ";
  display: inline-block;
  margin-right: 0.5em;
  width: 64px;
  height: 124px;
  background: url(../img/icon_light.svg) no-repeat center center;
  background-size: 100%;
}
.howto ol {
  width: 94%;
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.howto ol li {
  background: #fff;
  width: 49%;
  padding-bottom: 3em;
  margin-bottom: 20px;
}
.howto ol li h3 {
  background: #24b372 0% 0% no-repeat padding-box;
  font-size: 34px;
  color: #ffffff;
  text-align: center;
  padding: 0.7em 0 0.5em;
  margin-bottom: 0.8em;
}
.howto ol li h4,
.howto ol li .txt {
  width: 84%;
}
.howto ol li h4 {
  margin: 0 auto 0.5em;
}
.howto ol li .txt {
  margin: 0 auto 1.5em;
  min-height: 56px;
}
.howto ol li:nth-child(3) .txt,
.howto ol li:nth-child(4) .txt {
  min-height: 84px;
}
.howto ol li .thumb,
.howto ol li .btn {
  text-align: center;
  margin: 0;
}
.howto ol li .btn a {
  width: 84%;
  font-size: 20px;
}
.howto ol li .btn a span {
  padding: 0.8em 1em;
}
.howto ol li h4 {
  font-size: 26px;
  letter-spacing: 0px;
  color: #1e4366;
}
.howto ol li p {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .howto {
    padding: 50px 0;
  }
  .howto h2 {
    font-size: 24px;
  }
  .howto h2 > span::before {
    width: 34px;
    height: 70px;
  }
  .howto ol li h3 {
    font-size: 20px;
  }
  .howto ol li h4 {
    font-size: 20px;
  }
  .howto ol li p {
    font-size: 16px;
  }
  .howto ol li .btn a {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .howto h2 {
    padding: 0;
  }
  .howto h2 > span::before {
    display: block;
    margin: 0 auto 0.5em;
  }
  .howto h2 span {
    text-align: center;
  }
  .howto ol {
    margin-top: 30px;
  }
  .howto ol li {
    width: 100%;
  }
  .howto ol li img {
    max-width: 50%;
  }
  .howto ol li .txt,
  .howto ol li:nth-child(3) .txt,
  .howto ol li:nth-child(4) .txt {
    min-height: 10px;
  }
}
@media (max-width: 375px) {
  .howto h2 {
    font-size: 20px;
  }
  .howto ol li h3 {
    font-size: 18px;
  }
  .howto ol li h4 {
    font-size: 18px;
  }
}

/* FLOW */
.flow {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  padding: 80px 0;
}
.flow h2 {
  text-align: center;
  color: #1e4366;
  font-size: 42px;
}
.flow h2 span {
  display: inline-block;
  border-bottom: 5px solid #1e4366;
  font-size: 28px;
  padding-bottom: 0.3em;
  margin-bottom: 0.7em;
}
.flow ol {
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 94%;
  max-width: 1200px;
  margin: 60px auto 30px;
  padding: 0;
}
.flow ol li {
  width: 21%;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  color: #1e4366;
  box-sizing: border-box;
  padding: 1em;
  line-height: 1.4;
  position: relative;
}
.flow ol li:last-child {
  background-color: #1e4366;
  color: #fff;
}
.flow ol li:nth-child(1)::after,
.flow ol li:nth-child(2)::after,
.flow ol li:nth-child(3)::after {
  content: " ";
  display: block;
  width: 37px;
  height: 15px;
  background: url(../img/before_arrow.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -21%;
  margin-top: -7.5px;
}
@media (max-width: 1024px) {
  .flow {
    padding: 40px 0;
  }
  .flow h2 {
    font-size: 24px;
  }
  .flow h2 span {
    font-size: 18px;
  }
  .flow ol {
    margin: 30px auto;
  }
  .flow ol li {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .flow ol {
    flex-direction: column;
    margin-bottom: 0;
    width: 80%;
  }
  .flow ol li {
    width: 100%;
    margin-bottom: 3.5em;
  }
  .flow ol li br {
    display: none;
  }
  .flow ol li:nth-child(1)::after,
  .flow ol li:nth-child(2)::after,
  .flow ol li:nth-child(3)::after {
    left: 50%;
    top: 5em;
    margin-left: -15px;
    transform: rotate(90deg);
  }
  .flow ol li:last-child {
    margin-bottom: 0;
  }
}

/* footer */
.footer {
  background: #262626 0% 0% no-repeat padding-box;
  text-align: center;
  padding-top: 1.5em;
}
.footer p {
  color: #ccc;
  font-weight: 700;
  color: #ccc;
}
.footer dl {
  font-size: 14px;
  color: #cccccc;
}
.footer dl dt {
  font-size: 18px;
  color: #cccccc;
  margin-bottom: 0.8em;
}
.footer dl dd {
  margin-bottom: 0.5em;
}
.footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #434343;
  font-weight: 400;
  padding: 1.5rem 0 1rem;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  margin: 0.5em 0 0;
}
@media (max-width: 414px) {
  .footer dl {
    font-size: 13px;
  }
  .footer dl dt {
    font-size: 14px;
  }
  .footer img {
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .footer dl {
    font-size: 12px;
  }
  .footer dl dt {
    font-size: 13px;
  }
}

/* contact */
.contact_contents {
  text-align: center;
  padding: 60px 0 50px;
  border-top: 1px solid #1e4366;
  border-bottom: 1px solid #1e4366;
}
.contact_contents h2 {
  font-size: 28px;
  color: #1e4366;
}
.contact_contents .freedial:link {
  color: #24b372;
  font-size: 48px;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 414px) {
  .contact_contents {
    padding: 30px 0 20px;
    border-width: 5px;
  }
  .contact_contents h2 {
    font-size: 20px;
  }
  .contact_contents .freedial:link {
    font-size: 36px;
  }
}
