/* destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: bold
}
/* end_destyle.css */
* {
  word-break: break-all
}
html {
  font-family: sans-serif;
  font-size: 62.5%;
  scroll-behavior: smooth
}
body {
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333
}
@media only screen and (max-width:660px) {
  body {
    font-size: 1.4rem;
  }
}
img {
  max-width: 100%;
}
em {
  font-style: normal;
}
p {
  line-height: 1.8;
}

/* .p-header */
.p-header {
  width: 100%;
}
.p-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 40px 0;
}
.p-header__logo {
  max-width: 250px;
}
@media only screen and (min-width:661px) {
  .p-header__inner {
    display: flex;
    justify-content: space-between;
  }
  .p-header__contact {
    margin-left: 40px;
  }
}
@media only screen and (max-width:810px) {
  .p-header__inner {
    padding: 28px 28px 0;
  }
}
@media only screen and (max-width:660px) {
  .p-header__inner {
    padding: 5px 10px 5px 5px;
  }
  .p-header__logo {
    max-width: 200px;
  }
}
/*
  layout
*/
.l-container {
  width: 100%;
}
#practicable, #feature, #case, #howto {
  background: #e4eef4;
}
.sectionWrap {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}
@media only screen and (max-width:810px) {
  .l-container {
    padding: 0 28px;
  }
}
@media only screen and (max-width:660px) {
  .l-container {
    padding: 0 20px;
  }
    .sectionWrap {
        padding: 0 20px;
    }
}

/*
  .c-block-col2
*/
.c-block-col2__item.--img {
  text-align: center
}
.pick .c-block-col2__item {
  background: #FFF;
  padding: 20px;
}
@media only screen and (max-width:810px) {
  .c-block-col2__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (min-width:811px) {
  .c-block-col2 {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 4vw, 30px)
  }
  .c-block-col2__item {
    width: calc(40% - clamp(10px, 2.083vw, 25px))
  }
  .c-block-col2__item:nth-child(n+2) {
    margin-top: 0;
    width: 55%;
      
  }
}

@media only screen and (min-width:811px) {
  .c-block-col2.--align-center {
    align-items: center;
  }
}
@media only screen and (min-width:811px) {
  .c-block-col2.--reverse .c-block-col2__item:first-child {
    order: 2;
  }
}
@media only screen and (min-width:811px) {
  .c-block-col2.--gap30 {
    gap: clamp(20px, 2.5vw, 30px);
  }
  .c-block-col2.--gap30 .c-block-col2__item {
    width: calc(50% - clamp(10px, 1.25vw, 15px));
  }
} /*
  .c-block
*/
.c-block {
  background-color: #fff;
  padding: 3rem;
  border: 10px solid #004ba5;
}
.c-block > section + section {
  margin-top: 4.8rem;
}
@media only screen and (max-width:1025px) {
  .c-block {
    padding: 2.8rem;
  }
}
@media only screen and (max-width:810px) {
  .c-block {
    padding: 2.4rem;
  }
}
@media only screen and (max-width:660px) {
  .c-block {
    padding: 2rem;
  }
} /*
  .c-block-center
*/
.c-block-center {
  text-align: center;
}
.c-block-center__inner {
  display: inline-block;
} /*
  .c-box
*/
.c-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.c-box__item {
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 5px;
}
.c-box__label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 1.4rem 1.6rem;
  color: #fff;
  z-index: 1;
  font-size: 1.8rem
}
.c-box__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 84px 84px 0 0;
  border-color: #707070 transparent transparent transparent;
  z-index: -1
}
.c-box__img {
  display: flex;
  flex-wrap: wrap;
  align-items: anchor-center;
  justify-content: center;
    gap: 10px 20px;
}
.c-box__img img {
  max-height: 50px;
  max-width: 120px;
}
.c-box__title {
  text-align: center;
  color: #004ba5;
  font-size: 2.8rem;
  border-bottom: 1px solid #004ba5;
  padding-bottom: 1.5rem;
  margin-bottom: 2.2rem;
}
@media only screen and (max-width:810px) {
  .c-box {
    grid-template-columns: 1fr 1fr;
  }
.itemBox > .c-box__item {
    display: block;
    text-align: center;
}

    .c-box__item .shopcase {
    margin-top: 20px;
    }
     .c-box__item .separator {
        padding-bottom: 50px;
        border-bottom: 1px dotted #004ba5;
}
}
@media only screen and (max-width:660px) {
  .c-box {
    display: block
  }
  .c-box__item {
    margin-bottom: 15px;
  }
} /*
  .c-box-vertical
*/
.c-box-vertical__item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 5.4rem;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #004ba5;
}
.c-box-vertical__item + .c-box-vertical__item {
  margin-top: 3rem;
}
.c-box-vertical__img {
  margin-top: 1rem;
}
.c-box-vertical__img p {
  background: #004ba5;
  padding: 5px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px;
}
.c-box-vertical span {
  display: inline-block;
    padding:15px 5px;
    text-align: center;
    vertical-align:middle;
}

@media only screen and (max-width:1025px) {
  .c-box-vertical__item {
    grid-template-columns: 150px 1fr;
  }
  .c-box-vertical__img {
    margin-left: 0;
  }
}
@media only screen and (max-width:810px) {
  .c-box-vertical__item {
    display: block;
    border-bottom: 1px dotted #004ba5;
  }
  .c-box-vertical__content {
    padding-top: 2rem;
  }
  .c-box-vertical__img {
      max-width:250px;
    text-align: center;
    margin: 0 auto
  }
    .c-box-vertical span img{
        max-height: 60px;
    }
} /*
  .c-box-img
*/
.c-box-img__link {
  display: block;
  background-color: #fff
}
.c-box-img__link:hover .c-box-img__img {
  opacity: .7
}
.c-box-img__img {
  transition: opacity .4s
}
.c-box-img__text {
  font-size: clamp(1.4rem, 1.33vw, 1.6rem)
}
.c-box-img__content {
  padding: 4rem 3rem
}
@media only screen and (min-width:1026px) {
  .c-box-img__link {
    display: grid;
    grid-template-columns: 1fr 1fr
  }
  .c-box-img__img {
    height: 100%
  }
  .c-box-img__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
  }
  .c-box-img__content {
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}
@media only screen and (max-width:1025px) {
  .c-box-img__content {
    padding: 3rem 2rem
  }
} /*
  .c-btn-form
*/
.c-btn-form {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 585px;
  padding-top: 10px
}
.c-btn-form__link {
  padding: 32px 20px 20px;
  font-size: 2.3rem;
  font-size: clamp(16px, 1.75vw, 23px);
  position: relative;
  display: inline-block;
  width: 100%;
  background: #ff4b00;
  box-shadow: 0 5px 0 #c34d27;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
  transition-duration: .3s;
  transition-property: transform background-color
}
.c-btn-form__link:hover {
  background-color: #e64400;
  transform: translateY(5px);
  box-shadow: 0 2px 0 #c34d27
}
.c-btn-form__label {
  padding: 2px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
  border: 2px solid #ff4b00;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #ed7a54;
  font-size: 1.9rem;
  border-radius: 4px;
  font-weight: normal
}
.c-btn-form__text {
  display: inline-block
}
.c-btn-form__ico {
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: clamp(16px, 1.75vw, 23px);
  margin-left: 12px
}
@media only screen and (max-width:660px) {
  .c-btn-form {
    width: 100%
  }
  .c-btn-form__link {
    padding: 24px 20px 10px;
    font-size: 1.4rem
  }
  .c-btn-form__label {
    font-size: 1.2rem;
    top: -10px
  }
  .c-btn-form__ico {
    margin-left: 4px;
    width: 1.4rem
  }
}
@media only screen and (max-width:376px) {
  .c-btn-form__link {
    font-size: 1.3rem
  }
  .c-btn-form__ico {
    width: 1.3rem
  }
} /*
  .c-btn-square
*/
.c-btn-square__link {
  position: relative;
  display: inline-block;
  padding: 1.2rem 2.4rem 1rem 4rem;
  background-color: #fff;
  color: #004ba5;
  border-radius: 4px;
  transition: opacity .4s
}
.c-btn-square__link:hover {
  opacity: .8
}
.c-btn-square__ico {
  position: relative;
  top: -.2rem;
  margin-left: 2rem;
  display: inline-block
}
.c-btn-square__ico img {
  vertical-align: middle;
  width: 1rem
} /*
  color
*/
.c-color-yellow {
  color: #fcdf8a
}
.c-color-primary {
  color: #004ba5
}
.c-color-secondary {
  color: #ff4b00
} /*
  .c-contact
*/
.c-contact {
  line-height: 1.3
}
.c-contact__tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #004ba5
}
.c-contact__tel__ico {
  position: relative;
  top: -2px;
  width: 3rem;
  vertical-align: middle
}
.c-contact__tel__num {
  font-size: 3rem;
  font-weight: bold
}
.c-contact__tel__label {
  font-size: 1rem;
  margin-left: 1rem
}
.c-contact__mail {
  max-width: 398px;
  margin: 4px 0 auto auto
}
.c-contact__mail__link {
  display: block;
  transition: opacity .4s
}
.c-contact__mail__link:hover {
  opacity: .8
}
@media only screen and (min-width:811px) {
  .c-contact__num {
    pointer-events: none
  }
}
@media only screen and (max-width:810px) {
  .c-contact__tel__num {
    font-size: 2.1rem
  }
  .c-contact__tel__ico {
    width: 2.1rem
  }
  .c-contact__tel__label {
    margin-left: 4px
  }
  .c-contact__mail {
    max-width: 280px
  }
}
@media only screen and (max-width:660px) {
  .c-contact__tel__num {
    order: 2;
    font-size: 1.6rem
  }
  .c-contact__tel__ico {
    width: 1.6rem
  }
  .c-contact__mail {
    max-width: 200px
  }
} /*
  .c-heading-primary
*/
.c-heading-primary {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.8rem
}
.c-heading-primary__title {
  color: #ff4b00;
  font-weight: normal;
  font-size: 4.5rem;
}
@media only screen and (max-width:1025px) {
  .c-heading-primary__title {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width:810px) {
  .c-heading-primary__title {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width:660px) {
  .c-heading-primary__title {
    font-size: 3rem;
  }
  .c-heading-primary {
    margin-bottom: 1.6rem;
  }
} /*
  .c-heading-bg
*/
.c-heading-bg {
    display: inline;
  padding:0 10px;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  box-shadow: #e3f643 0px -10px 0px 0px inset;
}
.c-heading-bg__small {
  font-size: 1.6rem;
}
@media only screen and (max-width:810px) {
  .c-heading-bg {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
  .c-heading-bg__small {
    font-size: 1.4rem;
  }
}
.c-heading-normal {
  font-size: 2rem;
  color: #004ba5;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width:660px) {
  .c-heading-normal {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
} /*
  .c-heading-num
*/
.c-heading-num {
  line-height: 1.8;
}
.c-heading-num__label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.6rem;
  min-width: 3.9rem;
  height: 3.3rem;
  color: #fff;
  background-color: #004ba5;
  text-align: center;
}
.c-heading-num__text {
  font-size: 1.2em;
  color: #004ba5;
} 
@media only screen and (max-width:810px) {
    .c-heading-num__text {
        text-align: center;
    }
}
/*
  .c-link
*/
.c-link {
  color: #0067b3;
  text-decoration: underline
}
.c-link:hover {
  text-decoration: none
}
.c-link[target="_blank"] {
  padding-right: 2px
}
.c-link[target="_blank"]::after {
  content: '';
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.4rem;
  background-position: right bottom 2px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22blank%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.001%22%20height%3D%2214%22%20viewBox%3D%220%200%2014.001%2014%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9%22%20d%3D%22M714.924%2C4955.531H704.306v-10.618h4.457v-1.692h-6.148v14h14v-6.148h-1.691v4.457Z%22%20transform%3D%22translate(-702.615%20-4943.221)%22%20fill%3D%22%230067b3%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3Cpath%20id%3D%22%E8%A4%87%E5%90%88%E3%83%91%E3%82%B9%22%20d%3D%22M714.925%2C4943.221h-4.074v1.691h2.823l-6%2C6%2C1.2%2C1.2%2C6.056-6.056v2.933h1.691v-5.768h-1.691Zm0%2C1.7Z%22%20transform%3D%22translate(-702.615%20-4943.221)%22%20fill%3D%22%230067b3%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
}
/* .c-list */
.c-list {
  padding: 20px;
  background: #FFFFEC;
  margin-top: 1.8rem;
  border-radius: 1rem;
}
.c-list .point{
    color:  #FF4B01;
    font-weight: bold;
}
.c-list__item {
  position: relative;
  padding-left: 1.5em
}
.c-list__item::before {
  content: '';
  position: absolute;
  top: .9rem;
  left: .6rem;
  width: .6rem;
  height: .6rem;
  background-color: #FF4B01;
  border-radius: 50%;
}
.c-list__item + .c-list__item {
  margin-top: 1.2rem
}
.c-list.--large {
  font-size: 2rem;
}
.c-list.--large .c-list__item::before {
  top: 1.2rem;
}
.c-list.--large .c-list__item + .c-list__item {
  margin-top: 1rem;
}
@media only screen and (max-width:810px) {
  .c-list.--large {
    font-size: 1.6rem;
  }
  .c-list.--large .c-list__item::before {
    top: 1rem;
  }
} /*
  .c-section
*/
.c-section {
  padding: 5rem 0;
}
@media only screen and (max-width:810px) {
  .c-section {
    padding-top: 4.8rem
  }
}
@media only screen and (max-width:660px) {
  .c-section {
    padding-top: 3.2rem
  }
} /*
  .p-cv
*/
.p-cv {
  background: #fcdf8a
}
.p-cv__inner {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem
}
.p-cv__copy {
  text-align: center;
  font-size: clamp(1.8rem, 2.66vw, 3.2rem);
  line-height: 1.4;
  color: #004ba5
}
@media only screen and (max-width:660px) {
  .p-cv__inner {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
}
/*
  .p-footer
*/
.p-footer {
  padding: 4rem;
  background-color: #004ba5;
  color: #fff
}
.p-footer__logo {
  max-width: 16rem
}
.p-footer__copy {
  margin-top: 1rem;
  text-align: center
}
@media only screen and (min-width:811px) {
  .p-footer__content {
    display: flex;
    justify-content: center;
    align-items: center
  }
  .p-footer__btn {
    margin-left: 20px;
    max-width: 305px
  }
}
@media only screen and (max-width:810px) {
  .p-footer {
    text-align: center
  }
  .p-footer__logo {
    margin: 0 auto
  }
  .p-footer__btn {
    margin: 10px auto 0
  }
} /*
  .p-hero
*/
.p-hero {
  background-color: #ffff78;
}
.p-hero__main {
  background-image: url("../img/main_image.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 124px;
  padding-bottom: 32px;
  background-position: center center
}
.p-hero__main p {
  font-size: 1.1em;
  margin: 20px auto 0;
  max-width: 800px;
}
.p-hero__title {
  margin-top: 10px;
  text-align: center;
  font-size: 3rem;
  color: #172c57;
}
.p-hero__title__inner {
  display: inline-block;
}
} /*
  margin
*/
.u-mt4 {
  margin-top: 4px
}
@media only screen and (max-width:660px) {
  .u-mt4 {
    margin-top: 3px
  }
}
.u-mt8 {
  margin-top: 8px
}
@media only screen and (max-width:660px) {
  .u-mt8 {
    margin-top: 6px
  }
}
.u-mt12 {
  margin-top: 12px
}
@media only screen and (max-width:660px) {
  .u-mt12 {
    margin-top: 9px
  }
}
.u-mt16 {
  margin-top: 16px
}
@media only screen and (max-width:660px) {
  .u-mt16 {
    margin-top: 12px
  }
}
.u-mt20 {
  margin-top: 20px
}
@media only screen and (max-width:660px) {
  .u-mt20 {
    margin-top: 15px
  }
}
.u-mt24 {
  margin-top: 24px
}
@media only screen and (max-width:660px) {
  .u-mt24 {
    margin-top: 18px
  }
}
.u-mt28 {
  margin-top: 28px
}
@media only screen and (max-width:660px) {
  .u-mt28 {
    margin-top: 21px
  }
}
.u-mt32 {
  margin-top: 32px
}
@media only screen and (max-width:660px) {
  .u-mt32 {
    margin-top: 24px
  }
}
.u-mt36 {
  margin-top: 36px
}
@media only screen and (max-width:660px) {
  .u-mt36 {
    margin-top: 27px
  }
}
.u-mt40 {
  margin-top: 40px
}
@media only screen and (max-width:660px) {
  .u-mt40 {
    margin-top: 30px
  }
}
.u-mt44 {
  margin-top: 44px
}
@media only screen and (max-width:660px) {
  .u-mt44 {
    margin-top: 33px
  }
}
.u-mt48 {
  margin-top: 48px
}
@media only screen and (max-width:660px) {
  .u-mt48 {
    margin-top: 36px
  }
}
.u-mt52 {
  margin-top: 52px
}
@media only screen and (max-width:660px) {
  .u-mt52 {
    margin-top: 39px
  }
}
.u-mt56 {
  margin-top: 56px
}
@media only screen and (max-width:660px) {
  .u-mt56 {
    margin-top: 42px
  }
}
.u-mt60 {
  margin-top: 60px
}
@media only screen and (max-width:660px) {
  .u-mt60 {
    margin-top: 45px
  }
}
.u-mt64 {
  margin-top: 64px
}
@media only screen and (max-width:660px) {
  .u-mt64 {
    margin-top: 48px
  }
}
.u-mt68 {
  margin-top: 68px
}
@media only screen and (max-width:660px) {
  .u-mt68 {
    margin-top: 51px
  }
}
.u-mt72 {
  margin-top: 72px
}
@media only screen and (max-width:660px) {
  .u-mt72 {
    margin-top: 54px
  }
}
.u-mt76 {
  margin-top: 76px
}
@media only screen and (max-width:660px) {
  .u-mt76 {
    margin-top: 57px
  }
}
.u-mt80 {
  margin-top: 80px
}
@media only screen and (max-width:660px) {
  .u-mt80 {
    margin-top: 60px
  }
} /*
  text
*/
.u-text-start {
  text-align: left !important
}
.u-text-center {
  text-align: center !important
}
.u-text-end {
  text-align: right !important
}
.u-text-weight-bold {
  font-weight: bold
}
@media only screen and (max-width:660px) {
    .u-text-center img{
        max-height: 250px;
    }
}
@media only screen and (min-width:811px) {
  .u-text-block-upperMd {
    display: block
  }
}
@media only screen and (min-width:1026px) {
  .u-text-block-upperLg {
    display: block
  }
}
.introduce {
  margin: 15px;
  font-size: 1.6rem;
}
.midashi.c-block-col2__item {
  font-size: 2.8rem;
  color: #004ba5;
  margin: 0 10px;
    font-weight: bold;
    line-height: 2em;
}
.listmark {
  margin-top: 3rem;
}
.listmark li {
  text-indent: -1em;
  margin: 0 0.5em 0.7em 1.5em;
}
.listmark li::before {
  content: "※";
  margin-right: .3em;
}
#recommend{
    padding-top: 0;
}
#recommend .payment {
  background: #F5F5F5;
  border-radius: 10px;
  padding:20px;
  margin: 0px auto 30px;
}
h3.catchcopy {
  font-size: 3rem;
  margin: 0px;
  padding: 0px 5px;
  display: inline-block;
  font-weight: bold;
}
h4.push {
  font-size: 3.2rem;
  margin: 10px 0;
}
h4.push span {
  display: inline-block;
  font-size: 1.5rem;
  color: #000;
  background: #e3f643;
  padding: 15px 10px;
  border-radius: 10px;
  margin-right: 10px;
  font-weight: bold;
}
@media only screen and (max-width:660px) {
    .midashi.c-block-col2__item {
        font-size: 2rem;
    }
}
@media only screen and (max-width:810px) {
    .midashi.c-block-col2__item {
        font-size: 2.4rem;
        text-align: center;
    }
    
  #recommend .sectionWrap {
    padding: 0 20px 30px;
  }
  h3.catchcopy {
    font-size: 2.3rem;
  }
  h4.push {
    font-size: 2.2rem;
  }
  h4.push span {
    padding: 10px;
  }

}

.checkLine {
  margin: 10px;
  color: #004ba5;
}
@media only screen and (max-width:810px) {
    .checkLine {
        margin: 10px 10%;
    }
}
.c-box-vertical__img a:hover {
  opacity: .5;
}
.itemBox {
  display: grid;
  gap: 15px;
}
.itemBox img {
    padding: 7px;
    border: 2px solid #ccc;
}
.itemBox > li {
  display: flex;
  padding: 30px;
  gap: 50px;
}
.itemBox .casePayment {
  flex-basis: 70%;
}
.casePayment h3 {
  font-size: 2.8rem;
  color: #004ba5;
  margin: 10px 0;
}
.casePayment h3 span {
  font-size: 1.75rem;
  padding: 10px;
  display: block;
}
.casePayment .industry {
  display: inline-block;
  background: #004ba5;
  color: #FFF;
  font-size: 1.75rem;
  padding: 0px 20px;
  border-radius: 50px;
}
.logo_pay {
      display: flex;
    flex-direction: column;
    background: #F5F5F5;
    padding: 15px;
}
.logo_pay .mds {
    font-weight: bold;
    margin-bottom: 10px;
}
.logomark li{
    font-size: 1.25em;
    font-weight: normal;
}
.logo_pay .logomark span {
  display: inline-block;
    width: 125px;
    margin: 10px;
}
@media only screen and (max-width:980px) {
    .logo_pay .mds {
        text-align: center;
    }
}
@media only screen and (max-width:810px) {
    .itemBox {
        display: block;
    }
    .casePayment h3 {
        font-size: 2.2rem;
    }
}
@media only screen and (max-width:660px) {
    .caseBox > li {
        flex-direction: column;
        gap:20px;
        padding: 20px;
    }
   .casePayment, .shopcase {
        text-align: center;
    }
    .casePayment h3 span {
  font-size: 1.5rem;
    }
}
.applyBox{
    display: grid;
    background: #004ba5;

    padding:20px;
    gap:20px;
}
.applyBox .accept{
    display: grid;
    grid-template-columns: 50% 50%;
    background: #FFF;
}
.company{
    padding: 20px;
}
.company h4{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid;
    display: inline-block;
    color:#004ba5;
}
.company h4 span{
    font-size: 1.5rem;
}

.means {
    margin:15px;
    text-align: center;
    align-content: center;
}
.means > img{
    max-width: 240px;
}
.settlement{
    display: flex;
    flex-wrap: wrap;
    gap:10px 3%;
    font-weight: bold;
}
.settlement span img{
    display: inline-block;
    max-width: 100px;
}

@media only screen and (max-width:980px) {
    .applyBox{
    padding:10px;
    gap:10px;
}
    .applyBox .accept{
        grid-template-columns:auto;
    }
    .means {
    margin:30px 20px;
    }
    .settlement{
        justify-content: center;
    }
    .company{
       text-align: center;
        background: #FFFFF0;
    }
}
.destination {
  background-color: #ff4b00;
  border: solid 2px #ff4b00;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.2em;
  box-shadow: 0 2px 0 #9a2e02;
  display: inline-block;
  transition: .3s;
}

.destination:hover {
  transform: translateY(2px);
  box-shadow: 0 0 0 #9a2e02;
}
.text_s{
    font-size: 1em;
}
@media only screen and (min-width:811px) {
    .movieBox{
        width: 75%;
    }
}
.movieBox{
     margin: 50px auto 0;
    background: #F5F5F5;
    padding: 15px;
    border-radius: 7px;
}
.movieBox h4{
    text-align: center;
    font-size: 1.5em;
    padding-bottom: 15px;
    color: #004ba5;
}
.movieBox h4 span {
    color: #FF4B01;
    font-weight: bold;
}
.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
