/*!
 * rev. 2022-06-28
 * copyright c 2022
 * 
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .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: -.25em;
}

sup {
  top: -.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;
}

[type=button],[type=reset],[type=submit],button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .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;
}

[hidden],template {
  display: none;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium")
}

@font-face {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/icons.eot);
  src: url(/fonts/icons.eot?#iefix) format("embedded-opentype"),url(/fonts/icons.woff) format("woff"),url(/fonts/icons.ttf) format("truetype")
}

:root {
  font-size: 62.5%;
  height: 100%;
}

[data-lazy-font] {
  visibility: hidden;
}

.wf-active [data-lazy-font] {
  visibility: visible;
}

*,:after,:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background-color: #48db41;
}

::selection {
  background-color: #48db41;
}

* [inert] {
  pointer-events: none!important;
  cursor: default!important;
}

* [inert],* [inert] * {
  -webkit-user-select: none!important;
     -moz-user-select: none!important;
      -ms-user-select: none!important;
          user-select: none!important;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

pre.prettyprint {
  word-break: break-all;
}

.prettyprint ol.linenums>li {
  list-style-type: decimal;
}

pre.prettyprint ol.linenums {
  width: 95%;
  margin: 1em auto;
  padding: 1em;
  white-space: pre-wrap;
}

body {
  color: #2b2b2b;
  font-family: Hiragino Kaku Gothic ProN,Hiragino Sans,YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  font-size: 1.6rem;
  line-height: 1.6875;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  min-width: 1100px;
}

@media (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

body[data-humburger=open] {
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 767px) {
  body [data-visibility=pc] {
    display: none!important;
  }
}

@media (min-width: 768px) {
  body [data-visibility=sp] {
    display: none!important;
  }
}

body a {
  color: #0048bc;
}

body a:hover {
  text-decoration: none;
}

button {
  border-radius: 0;
}



.c-page-sub__header {
  position: relative;
  z-index: 10000;
}

@media (max-width: 767px) {
  .c-page-sub__header {
    position: sticky;
    top: 0;
  }
}

@media (--sm-gt)and (-ms-high-contrast: none) {
  .c-page-sub__nav-global {
    position: sticky;
    top: -7px;
    z-index: 10000;
    -webkit-animation: nav-following .4s;
            animation: nav-following .4s;
  }
}

@media (min-width: 768px) {
  .c-page-sub__nav-global[data-following=true] {
    position: sticky;
    top: -7px;
    z-index: 10000;
    -webkit-animation: nav-following .4s;
            animation: nav-following .4s;
  }
}

@-webkit-keyframes nav-following {
  0% {
    top: -200px;
  }
  to {
    top: -7px;
  }
}

@keyframes nav-following {
  0% {
    top: -200px;
  }
  to {
    top: -7px;
  }
}

.c-page-sub__title-page {
  margin-bottom: 30px;
}

.c-page-sub__title-page[data-page-category] {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .c-page-sub__title-page[data-page-category] {
    margin-bottom: 30px;
  }
}

.c-page-sub__title-page[data-page-category=comic] {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .c-page-sub__title-page[data-page-category=comic] {
    margin-bottom: 25px;
  }
}


.c-page-sub__content {
  margin: 0 auto;
  position: relative;
}

.c-page-sub__content:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: .4s;
  transition: .4s;
}

[data-megadrop=open] .c-page-sub__content:before {
  height: 100%;
  background: rgba(52,52,52,.9);
}

.c-page-sub__content-title {
  margin-bottom: 50px;
}

.c-page-sub__nav-breadcrumb {
  margin-bottom: 20px;
}

.c-page-sub__content-detail {
  width: 992;
  margin: 0 auto;
  padding: 26px 0 80px;
}

@media (max-width: 1052px) {
  .c-page-sub__content-detail {
    max-width: 1052px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .c-page-sub__content-detail {
    padding: 26px 0 80px;
  }
}


[data-page-category] .c-title-page {
  min-height: 300px;
  padding: 55px 25px 70px;
}

@media (max-width: 767px) {
  [data-page-category] .c-title-page {
    display: block;
    min-height: auto;
    padding: 25px 30px 79px;
  }
}

[data-page-category=comic] .c-title-page {
  background: url(/resource/common/img/pict-title-comic.webp) no-repeat bottom 0 right calc(50% - 369.5px)/677px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (min-width: 768px) {
  [data-page-category=comic] .c-title-page {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  [data-page-category=comic] .c-title-page {
    background: url(/resource/common/img/pict-title-comic.webp) no-repeat bottom -60px center/285px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}

[data-page-category=comic02] .c-title-page {
  background: url(/resource/common/img/pict-title-comic02.webp) no-repeat bottom -28px right calc(50% - 394.5px)/727px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (max-width: 767px) {
  [data-page-category=comic02] .c-title-page {
    background: url(/resource/common/img/pict-title-comic02-sp.webp) no-repeat bottom 0 center/375px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}




[data-page-category=book] .c-title-page {
  background: url(/resource/common/img/pict-title-book.webp) no-repeat bottom 0 right calc(50% - 369.5px)/677px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (max-width: 767px) {
  [data-page-category=book] .c-title-page {
    background: url(/resource/common/img/pict-title-book.webp) no-repeat bottom -60px center/285px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}

[data-page-category=cd] .c-title-page {
  background: url(/resource/common/img/pict-title-cd.webp) no-repeat bottom 0 right calc(50% - 369.5px)/677px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (max-width: 767px) {
  [data-page-category=cd] .c-title-page {
    background: url(/resource/common/img/pict-title-cd.webp) no-repeat bottom -60px center/285px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}

[data-page-category=dvd] .c-title-page {
  background: url(/resource/common/img/pict-title-dvd.webp) no-repeat bottom 0 right calc(50% - 369.5px)/677px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (max-width: 767px) {
  [data-page-category=dvd] .c-title-page {
    background: url(/resource/common/img/pict-title-dvd.webp) no-repeat bottom -60px center/285px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}
[data-page-category=game] .c-title-page {
  background: url(/resource/common/img/pict-title-game.webp) no-repeat bottom 0 right calc(50% - 369.5px)/677px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (max-width: 767px) {
  [data-page-category=game] .c-title-page {
    background: url(/resource/common/img/pict-title-game.webp) no-repeat bottom -60px center/285px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}

[data-page-category=gamebody] .c-title-page {
  background: url(/resource/common/img/pict-title-gamebody.webp) no-repeat bottom 0 right calc(50% - 369.5px)/677px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (max-width: 767px) {
  [data-page-category=gamebody] .c-title-page {
    background: url(/resource/common/img/pict-title-gamebody.webp) no-repeat bottom -60px center/285px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}

[data-page-category=bodyswitch] .c-title-page {
  background: url(/resource/common/img/pict-title-body-switch.webp) no-repeat bottom 0 right calc(50% - 369.5px)/677px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (max-width: 767px) {
  [data-page-category=bodyswitch] .c-title-page {
    background: url(/resource/common/img/pict-title-body-switch.webp) no-repeat bottom -45px center/285px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}

[data-page-category=bodyswitch2] .c-title-page {
  background: url(/resource/common/img/pict-title-body-switch2.webp) no-repeat bottom 0 right calc(50% - 369.5px)/677px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (max-width: 767px) {
  [data-page-category=bodyswitch2] .c-title-page {
    background: url(/resource/common/img/pict-title-body-switch2.webp) no-repeat bottom -45px center/285px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}

[data-page-category=body3ds] .c-title-page {
  background: url(/resource/common/img/pict-title-body-3ds.webp) no-repeat bottom 0 right calc(50% - 369.5px)/677px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (max-width: 767px) {
  [data-page-category=body3ds] .c-title-page {
    background: url(/resource/common/img/pict-title-body-3ds.webp) no-repeat bottom -45px center/285px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}
[data-page-category=bodyps5] .c-title-page {
  background: url(/resource/common/img/pict-title-body-ps5.webp) no-repeat bottom 0 right calc(50% - 369.5px)/677px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (max-width: 767px) {
  [data-page-category=bodyps5] .c-title-page {
    background: url(/resource/common/img/pict-title-body-ps5.webp) no-repeat bottom -55px center/280px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}

[data-page-category=bodyps4] .c-title-page {
  background: url(/resource/common/img/pict-title-body-ps4.webp) no-repeat bottom 0 right calc(50% - 369.5px)/677px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (max-width: 767px) {
  [data-page-category=bodyps4] .c-title-page {
    background: url(/resource/common/img/pict-title-body-ps4.webp) no-repeat bottom -50px center/285px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}

[data-page-category=bodypsvita] .c-title-page {
  background: url(/resource/common/img/pict-title-body-psvita.webp) no-repeat bottom 0 right calc(50% - 369.5px)/677px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (max-width: 767px) {
  [data-page-category=bodypsvita] .c-title-page {
    background: url(/resource/common/img/pict-title-body-psvita.webp) no-repeat bottom -50px center/285px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}

[data-page-category=bodyanother] .c-title-page {
  background: url(/resource/common/img/pict-title-body-another.webp) no-repeat bottom 0 right calc(50% - 369.5px)/677px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (max-width: 767px) {
  [data-page-category=bodyanother] .c-title-page {
    background: url(/resource/common/img/pict-title-body-another.webp) no-repeat bottom -50px center/285px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}

[data-page-category=top] .c-title-page {
  background: url(/resource/common/img/pict-title-booktop.webp) no-repeat bottom -28px right calc(50% - 394.5px)/727px,url(/resource/common/img/bg-title.svg) no-repeat 100% 100%/contain,#196e15;
}

@media (max-width: 767px) {
  [data-page-category=top] .c-title-page {
    background: url(/resource/common/img/pict-title-booktop.webp) no-repeat bottom 0 center/375px,url(/resource/common/img/bg-title-sp.svg) no-repeat 100% 100%/contain,#196e15;
  }
}

.c-title-page__container {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .c-title-page__container {
    width: 1000px;
  }
}

@media (max-width: 767px) {
  .c-title-page__container {
    margin: 0;
    text-align: left;
  }
}


.c-title-page__title {
  text-align: left;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  font-size: 0;
  margin: 0;
}


@media (max-width: 767px) {
  .c-title-page__title>span.c-title-page__title-sm {
    display: block;
  }
}

.c-title-page__title-fukidashi {
  font-size: 1.8rem;
  line-height: 1.4;
  min-width: 130px;
  text-align: center;
  color: #2b2b2b;
  display: table;
  padding: 8px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #fff;
  position: relative;
  letter-spacing: .08em;
}

@media (max-width: 767px) {
  .c-title-page__title-fukidashi {
    font-size: 1.2rem;
    min-width: 72px;
    padding: 4px 10px;
    margin-bottom: 4px;
  }
}

.c-title-page__title-fukidashi:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 7px);
}

@media (max-width: 767px) {
  .c-title-page__title-fukidashi:after {
    border-width: 5px 4.5px 0;
    bottom: -4px;
    left: calc(50% - 4.5px);
  }
}

@media (min-width: 768px) {
  [data-page-category=comic] .c-title-page__title-fukidashi {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  [data-page-category=book] .c-title-page__title-fukidashi {
    margin-bottom: 8px;
  }
}



.c-title-page__title-lg {
  font-size: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: .08em;
}

@media (max-width: 767px) {
  .c-title-page__title-lg {
    font-size: 3.2rem;
    line-height: 1.4375;
    display: inline-block;
  }
}

[data-page-category] .c-title-page__title-lg {
  font-size: 6rem;
}

@media (max-width: 767px) {
  [data-page-category] .c-title-page__title-lg {
    font-size: 3.6rem;
  }
}

[data-page-category=guide] .c-title-page__title-lg {
  font-size: 4.4rem;
}

@media (max-width: 767px) {
  [data-page-category=guide] .c-title-page__title-lg {
    font-size: 2rem;
  }
}

.c-title-page__title-sm {
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: .08em;
}

@media (max-width: 767px) {
  .c-title-page__title-sm {
    font-size: 2.4rem;
    display: inline-block;
  }
}

.c-title-page__title-yellow {
  color: #f5ff00;
}

.c-title-page__title-red {
  color: #d90000;
}

.c-title-page__title-underline {
  text-decoration: underline;
}

.c-title-page__note {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: -15px;
  left: 0;
}

@media (max-width: 767px) {
  .c-title-page__note {
    bottom: auto;
    top: 100%;
    font-size: 1.1rem;
  }
}

.c-title-page__note-container {
  width: 1000px;
  margin: 0 auto;
  padding: 8px 34px 5px 112px;
  background: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .c-title-page__note-container {
    width: 100%;
    padding: 7px 7px 7px 69px;
    background: #ecf8e4;
  }
}

.c-title-page__note-container:before {
  content: "";
  display: block;
  width: 92px;
  height: 66px;
  background: url(/resource/common/img/pict-illust-tel02.webp) no-repeat bottom/contain;
  position: absolute;
  left: 12px;
  bottom: 0;
}

@media (max-width: 767px) {
  .c-title-page__note-container:before {
    width: 81px;
    height: 49px;
    left: -2px;
  }
}

.c-title-page__note-main {
  color: #196e15;
  margin: 0 11px 0 0;
  display: inline-block;
}

@media (max-width: 767px) {
  .c-title-page__note-main {
    margin-bottom: 7px;
  }
}

.c-title-page__note-sub {
  color: #2b2b2b;
  background: #f5ff00;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  margin: 0;
}

@media (max-width: 767px) {
  .c-title-page__note-sub {
    padding: 5px 8px;
  }
}

.c-title-page__note-sub-red {
  color: #d90000;
}

.c-appeal-message {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}

@media (min-width: 768px) {
  .c-appeal-message {
    margin-top: -35px;
  }
}

@media (max-width: 767px) {
  .c-appeal-message {
    bottom: auto;
    top: 100%;
    font-size: 1.1rem;
  }
}

div.c-purchasing-item .c-appeal-message {
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  div.c-purchasing-item .c-appeal-message {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.c-appeal-message__container {
  width: 1000px;
  margin: 0 auto;
  padding: 8px 20px 5px 102px;
  background: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .c-appeal-message__container {
    width: 100%;
    padding: 6px 3px 7px 66px;
    background: #ecf8e4;
  }
}

div.c-purchasing-item .c-appeal-message__container {
  width: 100%;
  padding: 8px 10px 8px 76px;
  background: #ecf8e4;
}

@media (max-width: 767px) {
  div.c-purchasing-item .c-appeal-message__container {
    padding: 6px 3px 7px 58px;
  }
}

.c-appeal-message__container:before {
  content: "";
  display: block;
  width: 92px;
  height: 66px;
  background: url(/resource/common/img/pict-illust-tel02.webp) no-repeat bottom/contain;
  position: absolute;
  left: 12px;
  bottom: 0;
}

@media (max-width: 767px) {
  .c-appeal-message__container:before {
    width: 81px;
    height: 49px;
    left: -2px;
  }
}

div.c-purchasing-item .c-appeal-message__container:before {
  width: 58px;
  height: 52px;
  background: url(/resource/common/img/pict-illust-tel03.webp) no-repeat bottom/contain;
  position: absolute;
  left: 14px;
  bottom: -2px;
}

@media (max-width: 767px) {
  div.c-purchasing-item .c-appeal-message__container:before {
    width: 52px;
    height: 49px;
    background-image: url(/resource/common/img/pict-illust-tel03-sp.webp);
    left: 4px;
    bottom: 0;
  }
}

.c-appeal-message__text {
  margin: 0;
  letter-spacing: .05em;
}

.c-appeal-message__main {
  margin: 0 10px 0 0;
}

@media (max-width: 767px) {
  div.c-purchasing-item .c-appeal-message__main {
    margin-right: 0;
  }
}

.c-appeal-message__sub {
  color: #2b2b2b;
  background: #f5ff00;
  padding: 8px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .c-appeal-message__sub {
    padding: 5px 8px;
  }
}

div.c-purchasing-item .c-appeal-message__sub {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  div.c-purchasing-item .c-appeal-message__sub {
    font-size: 1.1rem;
  }
}

.c-appeal-message__sub-red {
  color: #d90000;
}



div.c-search__barcode .c-modal__button {
  background: none;
  border: none;
  top: 0;
  right: 0;
}

div.c-search__barcode .c-modal__button:after,div.c-search__barcode .c-modal__button:before {
  width: 30px;
  border-color: #ff6685;
  left: calc(50% - 15px);
}

.c-modal__video {
  display: block;
  width: 100%;
}


.c-important-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .c-important-notice {
    display: block;
  }
}

.c-important-notice__title {
  width: 142px;
  padding: 22px;
  background: #ffeded;
  font-size: 1.4rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-important-notice__title {
    width: 100%;
    padding: 12px 22px 10px;
  }
}

.c-important-notice__body {
  width: calc(100% - 142px);
}

@media (max-width: 767px) {
  .c-important-notice__body {
    width: 100%;
  }
}

.c-important-notice__dl {
  padding: 20px;
  margin: 0;
}

@media (max-width: 767px) {
  .c-important-notice__dl {
    padding: 13px 20px 16px;
  }
}

.c-important-notice__dl-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .c-important-notice__dl-block {
    display: block;
  }
  .c-important-notice__dl-block:not(:last-of-type) {
    margin-bottom: 16px;
  }
}

.c-important-notice__dt {
  width: 138px;
}

@media (max-width: 767px) {
  .c-important-notice__dt {
    width: 100%;
  }
}

.c-important-notice__dd {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-image {
  text-align: center;
  position: relative;
}

.c-image__tag {
  padding: 5px 8px;
  background-color: #196e15;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

div.c-text-image__frame-orange .c-image__tag {
  background: #ff5800;
  font-size: 1.4rem;
  font-weight: 400;
}

.c-image__figure {
  margin: 0;
}

.c-image__figure-caption {
  font-size: 1.3rem;
  padding: 0 10px;
  margin-top: 10px;
  text-align: left;
}

.c-image a {
  display: block;
  -webkit-transition: .4s;
  transition: .4s;
}

.c-image a:hover {
  opacity: .6;
}

.c-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}


.c-button {
  text-align: center;
}

@media (max-width: 767px) {
  .c-button {
    max-width: calc(100vw - 40px);
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .c-button__col,.c-button__col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.c-button__col-left>a,.c-button__col>a {
  width: 324px;
  padding: 12px 55px 11px;
}

@media (min-width: 768px) {
  .c-button__col-left>a,.c-button__col>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .c-button__col-left>a,.c-button__col>a {
    margin-bottom: 15px;
  }
}

.c-button__col-left>a:not(:last-of-type),.c-button__col>a:not(:last-of-type) {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .c-button__col-left>a:not(:last-of-type),.c-button__col>a:not(:last-of-type) {
    margin: 0 40px 15px;
  }
}

@media (max-width: 575px) {
  .c-button__col-left>a:not(:last-of-type),.c-button__col>a:not(:last-of-type) {
    margin-left: auto;
    margin-right: auto;
  }
}

.c-button__col-left,.c-button__col-left>a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-button__col-left>a {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .c-button__col-left>a {
    text-align: left;
    padding-left: 26px;
  }
}

.c-button__link {
  max-width: 890px;
  min-width: 32%;
  padding: 12px 95px 11px;
  margin: 0;
  background: #fff;
  border: 1px solid #196e15;
  border-radius: 80px;
  display: inline-block;
  color: #196e15 !important;
  font-weight: 700;
  line-height: 1.5625;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 767px) {
  .c-button__link {
    width: 100% !important;
    padding: 15px 40px !important;
    line-height: 1.4;
  }
}


.c-button__link>span {
  font-size: 1.2rem;
  font-weight: 400;
}

.c-button__link:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #196e15;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
}

@media (max-width: 767px) {
  .c-button__link:after {
    right: 16px;
  }
}


.c-button__link[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 4px;
  background: url(/resource/common/img/icon-external.svg) no-repeat 50%/contain;
  border: none;
  -webkit-transform: none;
          transform: none;
  top: calc(50% - 4.5px);
  right: 20px;
}

.c-button__link[href$=".pdf"]:after {
  background: url(/resource/common/img/icon-pdf.svg) no-repeat 50%/contain;
}

.c-button__link[href$=".pdf"]:after,.c-button__link[href$=".xls"]:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-left: 4px;
  border: none;
  -webkit-transform: none;
          transform: none;
  top: calc(50% - 6.5px);
  right: 20px;
}

.c-button__link[href$=".xls"]:after {
  background: url(/resource/common/img/icon-xls.svg) no-repeat 50%/contain;
}

.c-button__link[href$=".doc"]:after {
  background: url(/resource/common/img/icon-doc.svg) no-repeat 50%/contain;
}

.c-button__link[data-icon=file]:after,.c-button__link[href$=".doc"]:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-left: 4px;
  border: none;
  -webkit-transform: none;
          transform: none;
  top: calc(50% - 6.5px);
  right: 20px;
}

.c-button__link[data-icon=file]:after {
  background: url(/resource/common/img/icon-file.svg) no-repeat 50%/contain;
}

@media (max-width: 767px) {
  .c-button__link[href^="#"] {
    border-radius: 10px;
    padding: 12px 37px 12px 20px;
    text-align: left;
  }
}

.c-button__link[href^="#"]:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (min-width: 768px) {
  .c-button__link:hover {
    opacity: 1;
    background: #196e15;
    color: #fff !important;
  }
  .c-button__link:hover:after {
    border-color: #fff;
  }
}

.c-button__link-em {
  max-width: 890px;
  padding: 12px 95px 11px;
  margin: 0;
  background: #fff;
  border: 1px solid #196e15;
  border-radius: 80px;
  display: inline-block;
  color: #196e15;
  font-weight: 700;
  line-height: 1.5625;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #196e15;
  color: #fff;
}

@media (max-width: 767px) {
  .c-button__link-em {
    max-width: 100%;
    width: 80vw;
    padding: 11px 30px;
    line-height: 1.4;
  }
}


.c-button__link-em>span {
  font-size: 1.2rem;
  font-weight: 400;
}

.c-button__link-em:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #196e15;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
}

@media (max-width: 767px) {
  .c-button__link-em:after {
    right: 16px;
  }
}

.c-button__link-em[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 4px;
  background: url(/resource/common/img/icon-external.svg) no-repeat 50%/contain;
  border: none;
  -webkit-transform: none;
          transform: none;
  top: calc(50% - 4.5px);
  right: 20px;
}

.c-button__link-em[href$=".pdf"]:after {
  background: url(/resource/common/img/icon-pdf.svg) no-repeat 50%/contain;
}

.c-button__link-em[href$=".pdf"]:after,.c-button__link-em[href$=".xls"]:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-left: 4px;
  border: none;
  -webkit-transform: none;
          transform: none;
  top: calc(50% - 6.5px);
  right: 20px;
}

.c-button__link-em[href$=".xls"]:after {
  background: url(/resource/common/img/icon-xls.svg) no-repeat 50%/contain;
}

.c-button__link-em[href$=".doc"]:after {
  background: url(/resource/common/img/icon-doc.svg) no-repeat 50%/contain;
}

.c-button__link-em[data-icon=file]:after,.c-button__link-em[href$=".doc"]:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-left: 4px;
  border: none;
  -webkit-transform: none;
          transform: none;
  top: calc(50% - 6.5px);
  right: 20px;
}

.c-button__link-em[data-icon=file]:after {
  background: url(/resource/common/img/icon-file.svg) no-repeat 50%/contain;
}

@media (max-width: 767px) {
  .c-button__link-em[href^="#"] {
    border-radius: 10px;
    padding: 12px 37px 12px 20px;
    text-align: left;
  }
}

.c-button__link-em[href^="#"]:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (min-width: 768px) {
  .c-button__link-em:hover {
    opacity: 1;
    background: #196e15;
    color: #fff;
  }
  .c-button__link-em:hover:after {
    border-color: #fff;
  }
}

.c-button__link-em:after {
  border-color: #fff;
}

.c-button__link-em:hover {
  opacity: 1;
  color: #196e15;
  background: #fff;
}

.c-button__link-em:hover:after {
  border-color: #196e15;
}

.c-button__link-back {
  max-width: 890px;
  padding: 12px 95px 11px;
  margin: 0;
  background: #fff;
  border-radius: 80px;
  display: inline-block;
  color: #000000 !important;
  font-weight: 700;
  line-height: 1.5625;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #f2f2f2;
  color: #2b2b2b;
  border: 1px solid #888;
}

@media (max-width: 767px) {
  .c-button__link-back {
    max-width: 100%;
    width: 80vw;
    padding: 11px 30px;
    line-height: 1.4;
  }
}


.c-button__link-back>span {
  font-size: 1.2rem;
  font-weight: 400;
}

.c-button__link-back:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #196e15;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
}

@media (max-width: 767px) {
  .c-button__link-back:after {
    right: 16px;
  }
}


.c-button__link-back[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 4px;
  background: url(/resource/common/img/icon-external.svg) no-repeat 50%/contain;
  border: none;
  -webkit-transform: none;
          transform: none;
  top: calc(50% - 4.5px);
  right: 20px;
}

.c-button__link-back[href$=".pdf"]:after {
  background: url(/resource/common/img/icon-pdf.svg) no-repeat 50%/contain;
}

.c-button__link-back[href$=".pdf"]:after,.c-button__link-back[href$=".xls"]:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-left: 4px;
  border: none;
  -webkit-transform: none;
          transform: none;
  top: calc(50% - 6.5px);
  right: 20px;
}

.c-button__link-back[href$=".xls"]:after {
  background: url(/resource/common/img/icon-xls.svg) no-repeat 50%/contain;
}

.c-button__link-back[href$=".doc"]:after {
  background: url(/resource/common/img/icon-doc.svg) no-repeat 50%/contain;
}

.c-button__link-back[data-icon=file]:after,.c-button__link-back[href$=".doc"]:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-left: 4px;
  border: none;
  -webkit-transform: none;
          transform: none;
  top: calc(50% - 6.5px);
  right: 20px;
}

.c-button__link-back[data-icon=file]:after {
  background: url(/resource/common/img/icon-file.svg) no-repeat 50%/contain;
}

@media (max-width: 767px) {
  .c-button__link-back[href^="#"] {
    border-radius: 10px;
    padding: 12px 37px 12px 20px;
    text-align: left;
  }
}

.c-button__link-back[href^="#"]:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (min-width: 768px) {
  .c-button__link-back:hover {
    opacity: 1;
    background: #196e15;
    color: #fff !important;
  }
  .c-button__link-back:hover:after {
    border-color: #fff;
  }
}

.c-button__link-back:after {
  display: none;
}

.c-button__link-back:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #343434;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: calc(50% - 6px);
  left: 20px;
}

@media (max-width: 767px) {
  .c-button__link-back:before {
    right: 16px;
  }
}

.c-button__link-back:hover {
  opacity: 1;
  color: #fff;
  background: #343434;
}

.c-button__link-back:hover:before {
  border-color: #fff;
}

.c-button__link-sub {
  max-width: 890px;
  padding: 12px 95px 11px;
  margin: 0;
  background: #fff;
  border-radius: 80px;
  display: inline-block;
  color: #196e15 !important;
  font-weight: 700;
  line-height: 1.5625;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 1px solid #196e15;
  background: #196e15;
  color: #fff !important;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .c-button__link-sub {
    max-width: 100%;
    width: 80vw;
    padding: 11px 30px;
    line-height: 1.4;
  }
}


.c-button__link-sub>span {
  font-size: 1.2rem;
  font-weight: 400;
}

.c-button__link-sub:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #196e15;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
}

@media (max-width: 767px) {
  .c-button__link-sub:after {
    right: 16px;
  }
}


.c-button__link-sub[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 4px;
  background: url(/resource/common/img/icon-external.svg) no-repeat 50%/contain;
  border: none;
  -webkit-transform: none;
          transform: none;
  top: calc(50% - 4.5px);
  right: 20px;
}

.c-button__link-sub[href$=".pdf"]:after {
  background: url(/resource/common/img/icon-pdf.svg) no-repeat 50%/contain;
}

.c-button__link-sub[href$=".pdf"]:after,.c-button__link-sub[href$=".xls"]:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-left: 4px;
  border: none;
  -webkit-transform: none;
          transform: none;
  top: calc(50% - 6.5px);
  right: 20px;
}

.c-button__link-sub[href$=".xls"]:after {
  background: url(/resource/common/img/icon-xls.svg) no-repeat 50%/contain;
}

.c-button__link-sub[href$=".doc"]:after {
  background: url(/resource/common/img/icon-doc.svg) no-repeat 50%/contain;
}

.c-button__link-sub[data-icon=file]:after,.c-button__link-sub[href$=".doc"]:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-left: 4px;
  border: none;
  -webkit-transform: none;
          transform: none;
  top: calc(50% - 6.5px);
  right: 20px;
}

.c-button__link-sub[data-icon=file]:after {
  background: url(/resource/common/img/icon-file.svg) no-repeat 50%/contain;
}

@media (max-width: 767px) {
  .c-button__link-sub[href^="#"] {
    border-radius: 10px;
    padding: 12px 37px 12px 20px;
    text-align: left;
  }
}

.c-button__link-sub[href^="#"]:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (min-width: 768px) {
  .c-button__link-sub:hover {
    opacity: 1;
    background: #196e15;
    color: #fff;
  }
  .c-button__link-sub:hover:after {
    border-color: #fff;
  }
}

.c-button__link-sub:after {
  border-color: #fff;
}

.c-button__link-sub:hover {
  opacity: 1;
  color: #196e15 !important;
  background: #fff;
}

.c-button__link-sub:hover:after {
  border-color: #196e15 ;
}

.c-button__link-md {
  max-width: 100%;
  padding: 19px 80px;
  margin: 0;
  background: #ff5800;
  border: 2px solid #ff5800;
  border-radius: 80px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0 0 6px rgba(52,52,52,.16);
          box-shadow: 0 0 6px rgba(52,52,52,.16);
}

@media (min-width: 768px) {
  .c-button__link-md {
    min-width: 420px;
  }
  .c-button__link-md:first-of-type:last-of-type {
    min-width: 600px;
  }
}

@media (max-width: 767px) {
  .c-button__link-md {
    width: 100%;
    padding: 13px 35px;
  }
}

.c-button__link-md:not(:last-of-type) {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .c-button__link-md:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 14px;
  }
}

.c-button__link-md>span {
  position: relative;
}

.c-button__link-md:before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 80px;
  background: -webkit-gradient(linear,left top, left bottom,from(#ff5800),to(#e25c14));
  background: linear-gradient(#ff5800,#e25c14);
  position: absolute;
  top: -2px;
  left: -2px;
}

.c-button__link-md:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
}

@media (max-width: 767px) {
  .c-button__link-md:after {
    width: 14px;
    height: 14px;
    top: calc(50% - 4.5px);
    right: 20px;
  }
}

.c-button__link-md[target=_blank]:after {
  width: 18px;
  height: 18px;
  background: url(/resource/common/img/icon-external-orange.svg) no-repeat 50%/contain;
  border: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: calc(50% - 9px);
}

.c-button__link-md:hover {
  opacity: 1;
  background: #fff;
}

.c-button__link-md:hover span,.c-button__link-md:hover span>span {
  color: #ff5800;
}

.c-button__link-md:hover:before {
  opacity: 0;
}

.c-button__link-md:hover:after {
  border-color: #ff5800;
}

.c-button__link-md-text-xs {
  font-size: 1.8rem;
  color: #f5ff00;
}

@media (max-width: 767px) {
  .c-button__link-md-text-xs {
    font-size: 1.6rem;
  }
}

.c-button__link-md-text-sm {
  font-size: 2.2rem;
  color: #f5ff00;
}

@media (max-width: 767px) {
  .c-button__link-md-text-sm {
    font-size: 1.7rem;
  }
}

.c-button__link-md-text-lg {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .c-button__link-md-text-lg {
    font-size: 2.3rem;
  }
}

.c-button__link-lg {
  width: 700px;
  max-width: 100%;
  padding: 12px 52px;
  margin: 0;
  background: #196e15;
  border: 2px solid #196e15;
  border-radius: 80px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 767px) {
  .c-button__link-lg {
    max-width: calc(100vw - 40px);
    padding: 8px 44px;
  }
}

.c-button__link-lg>span {
  display: inline-block;
}

.c-button__link-lg:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #f5ff00;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
}

.c-button__link-lg:hover {
  opacity: 1;
  background: #fff;
}

.c-button__link-lg:hover>span {
  color: #196e15;
}

.c-button__link-lg:hover:after {
  border-color: #196e15;
}

.c-button__link-lg-text-sm {
  font-size: 1.4rem;
  color: #fff;
}

@media (max-width: 767px) {
  .c-button__link-lg-text-sm {
    font-size: 1.2rem;
  }
}

.c-button__link-lg-text-lg {
  font-size: 2.6rem;
  color: #f5ff00;
}

@media (max-width: 767px) {
  .c-button__link-lg-text-lg {
    font-size: 2rem;
  }
}



.c-button__link-hosyo {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-top: 3px solid #196e15;
  border-bottom: 3px solid #196e15;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  text-align: center !important;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-size:40px !important;
}

@media (max-width: 767px) {
  .c-button__link-hosyo {
    padding: 8px;
  }
}

.c-button__link-hosyo>span {
  display: inline-block;
}



.c-button__link-hosyo:hover {
  opacity: 1;
  background: #fff;
}

.c-button__link-hosyo:hover>span {
  color: #196e15;
}

.c-button__link-hosyo:hover:after {
  border-color: #196e15;
}

.c-button__link-hosyo-text-sm {
  font-size: 1.4rem;
  color: #fff;
}

@media (max-width: 767px) {
  .c-button__link-hosyo-text-sm {
    font-size: 1.2rem;
  }
}

.c-button__link-hosyo-text-lg {
  font-size: 2.6rem;
  color: #f5ff00;
}

@media (max-width: 767px) {
  .c-button__link-hosyo-text-lg {
    font-size: 2rem;
  }
}

.c-contact {
  margin-bottom: 15px;
}

.c-contact__tel {
  background: #71b349;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-bottom: 14px;
  position: relative;
}

@media (max-width: 767px) {
  .c-contact__tel {
    padding-bottom: 25px;
  }
}


.c-contact__tel:before {
  content: "";
  display: block;
  width: 204px;
  height: 103px;
  background: url(/resource/common/img/pict-illust-tel.webp) no-repeat 50%/contain;
  position: absolute;
  bottom: 0;
  left: calc(50% - 450px);
}

@media (max-width: 767px) {
  .c-contact__tel:before {
    width: 52px;
    height: 58px;
    background: url(/resource/common/img/pict-illust-tel02-sp.webp) no-repeat 50%/contain;
    left: 9px;
  }
}


.c-contact__tel-fukidashi {
  display: inline-block;
  padding: 4px 15px;
  background: #196e15;
  font-size: 1.8rem;
  position: relative;
}

@media (max-width: 767px) {
  .c-contact__tel-fukidashi {
    font-size: 1.6rem;
    line-height: 1.375;
    padding: 6px 19px;
  }
}


.c-contact__tel-fukidashi:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: #196e15 transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 7px);
}


.c-contact__tel-num {
  margin-top: 22px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .c-contact__tel-num {
    margin-top: 14px;
  }
}

.c-contact__tel-num-link {
  display: inline-block;
  padding-left: 67px;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: url(/resource/common/img/icon-tel.svg) no-repeat 0/59px;
}

@media (max-width: 767px) {
  .c-contact__tel-num-link {
    font-size: 2.6rem;
    background-size: 37px;
    padding-left: 50px;
  }
}

.c-contact__tel-time {
  margin-top: 7px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .c-contact__tel-time {
    margin-top: 2px;
    font-size: 1.4rem;
  }
}

.c-container {
  max-width: 1060px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .c-container {
    padding: 0 20px;
    overflow-x: hidden;
    width: 100%;
  }
}

.c-banner-colomn2 {
  padding: 20px;
  border: 1px solid #bcbcbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-banner-colomn2>div:first-of-type {
  margin-right: 27px;
}

.c-banner-colomn2__image,.c-banner-colomn2__text {
  width: 46.875%;
}

.c-banner-colomn2__text>:first-child {
  margin-top: 0;
}

.c-banner-colomn2__text>:last-child {
  margin-bottom: 0;
}

.c-banner-full-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .c-banner-full-column2 {
    display: block;
  }
}

.c-banner-full-column2__item {
  width: 50%;
}

@media (max-width: 767px) {
  .c-banner-full-column2__item {
    width: 100%;
  }
}

.c-banner-full-column2__item img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.c-heading-h1 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #196e15;
  padding: 5px;
  margin: 0;
  border-radius: 5px;
  background: #fff;
}

@media (max-width: 767px) {
  .c-heading-h1 {
    font-size: 1.8rem;
    padding: 0 5px;
  }
}


.c-heading-h2 {
  padding-top: 24px;
  margin: 0 0 45px;
  border-top: 5px solid #e5e5e5;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

@media (max-width: 767px) {
  .c-heading-h2 {
    font-size: 2.6rem;
    margin: 0 0 30px;
    padding-top: 14px;
  }
}

.c-heading-h2:before {
  content: "";
  display: block;
  width: 50px;
  border-top: 5px solid #5fab48;
  position: absolute;
  top: -5px;
  left: 0;
}

.c-heading-h2__tagleft {
  width: auto;
  margin: 6px 20px 20px 0;
  padding: 4px 12px;
  border-radius: 5px;
  display: inline-block;
  background-color: #196e15;
  font-size: 1.4rem;
  line-height: 1.5;
  vertical-align: text-bottom;
  color: #fff;
}

@media (-ms-high-contrast: none) {
  .c-heading-h2__tagleft {
    padding: 6px 12px 2px;
  }
}

@media (min-width: 768px) {
  .c-heading-h2__tagleft {
    float: left;
  }
}

@media (max-width: 767px) {
  .c-heading-h2__tagleft {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
}

@media (-ms-high-contrast: none) {
  .c-heading-h2__tagleft {
    vertical-align: top;
    margin-bottom: 12px;
  }
}


@media (min-width: 768px) {
  .c-heading-h2__tagright {
    overflow: hidden;
    display: block;
    min-width: 70%;
  }
}

.c-heading-h2-noborder {
  margin: 0 0 35px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .05em;
  text-align: center;
}

@media (max-width: 767px) {
  .c-heading-h2-noborder {
    font-size: 3rem;
    line-height: 1.33333;
    margin: 0 0 35px;
  }
}

.c-heading-h2-noborder__fukidashi {
  padding: 6px 16px;
  margin-bottom: 16px;
  display: inline-block;
  background: #2e2e2e;
  font-size: 1.8rem;
  line-height: 1.3889;
  letter-spacing: 0;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .c-heading-h2-noborder__fukidashi {
    padding: 7px 15px;
  }
}

.c-heading-h2-noborder__fukidashi:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: #2e2e2e transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 7px);
}

.c-heading-h2-noborder__note {
  margin-top: 4px;
  font-size: 1.5rem;
  line-height: 1;
  display: block;
}

.c-heading-h2-noborder-yellow {
  margin: 0 0 35px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .05em;
  text-align: center;
  color: #f5ff00;
}

@media (max-width: 767px) {
  .c-heading-h2-noborder-yellow {
    font-size: 3rem;
    line-height: 1.33333;
    margin: 0 0 35px;
  }
}

.c-heading-h2-noborder-yellow__fukidashi {
  padding: 6px 16px;
  margin-bottom: 16px;
  display: inline-block;
  background: #2e2e2e;
  font-size: 1.8rem;
  line-height: 1.3889;
  letter-spacing: 0;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .c-heading-h2-noborder-yellow__fukidashi {
    padding: 7px 15px;
  }
}

.c-heading-h2-noborder-yellow__fukidashi:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: #2e2e2e transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 7px);
}

.c-heading-h2-noborder-yellow__note {
  margin-top: 4px;
  font-size: 1.5rem;
  line-height: 1;
  display: block;
}

.c-heading-h2-noborder-yellow__fukidashi {
  color: #196e15;
  background: #f5ff00;
}

.c-heading-h2-noborder-yellow__fukidashi:after {
  border-color: #f5ff00 transparent transparent;
}

.c-heading-h3 {
  padding: 12px 16px 8px 19px;
  margin: 0 0 30px;
  background: #f8f5e1;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545;
  position: relative;
}

@media (max-width: 767px) {
  .c-heading-h3 {
    font-size: 2.2rem;
    padding: 10px 16px 5px 19px;
  }
}


.c-heading-h3:before {
  content: "";
  display: block;
  height: 100%;
  border-left: 4px solid #5fab48;
  position: absolute;
  top: 0;
  left: 0;
}


.c-heading-h3__tagleft {
  padding: 4px 10px;
  margin: 3px 20px 6px 0;
  border-radius: 5px;
  display: inline-block;
  background-color: #196e15;
  font-size: 1.2rem;
  line-height: 1.416;
  vertical-align: text-bottom;
  color: #fff;
}

@media (-ms-high-contrast: none) {
  .c-heading-h3__tagleft {
    padding: 6px 10px 2px;
  }
}

@media (min-width: 768px) {
  .c-heading-h3__tagleft {
    float: left;
  }
}

@media (max-width: 767px) {
  .c-heading-h3__tagleft {
    margin-bottom: 0;
  }
}

@media (-ms-high-contrast: none) {
  .c-heading-h3__tagleft {
    vertical-align: top;
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .c-heading-h3__tagright {
    overflow: hidden;
    display: block;
    min-width: 70%;
  }
}

.c-heading-h4 {
  padding: 12px 15px 0;
  margin: 0 0 45px;
  border-top: 2px solid #e5e5e5;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}

.c-heading-h4:before {
  content: "";
  display: block;
  width: 15px;
  border-top: 2px solid #5fab48;
  position: absolute;
  top: -2px;
  left: 0;
}

.c-heading-campaign {
  margin: 0 0 17px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .c-heading-campaign {
    font-size: 2.6rem;
    line-height: 1.5;
    width: 100%;
  }
}

.c-heading-campaign__decoration {
  display: inline-block;
  padding: 0 46px;
  position: relative;
}

.c-heading-campaign__decoration:after,.c-heading-campaign__decoration:before {
  display: block;
  margin: 0;
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .c-heading-campaign__decoration:after,.c-heading-campaign__decoration:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-heading-campaign__decoration:before {
  content: "\ff3c";
  left: 0;
}

.c-heading-campaign__decoration:after {
  content: "\ff0f";
  right: 0;
}

.c-heading-campaign__general {
  color: #bf8a35;
  font-size: 3.6rem;
  line-height: 4.5rem;
}

@media (max-width: 767px) {
  .c-heading-campaign__general {
    font-size: 2.6rem;
    line-height: 3.6rem;
    padding: 0 16px;
  }
}

.c-heading-campaign__general:after,.c-heading-campaign__general:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-heading-campaign__general-sm {
  color: #2b2b2b;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .c-heading-campaign__general-sm {
    font-size: 2.2rem;
  }
}

.c-heading-ribbon {
  margin: 0 auto 24px;
  background: #ff5800;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33333;
  text-align: center;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .c-heading-ribbon {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1.33333;
  }
}

.c-heading-ribbon:after,.c-heading-ribbon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  position: absolute;
  top: 0;
}

@media (max-width: 767px) {
  .c-heading-ribbon:after,.c-heading-ribbon:before {
    border-width: 45px 0 45px 15px;
  }
}

.c-heading-ribbon:before {
  left: 0;
}

.c-heading-ribbon:after {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-heading-ribbon>span {
  width: 100%;
  height: 100%;
  padding: 9px 35px;
  display: block;
}

.c-heading-ribbon>span:after,.c-heading-ribbon>span:before {
  content: "";
  width: 100%;
  border-top: 1px dashed #fff;
  position: absolute;
  left: 0;
}

.c-heading-ribbon>span:before {
  top: 3px;
}

.c-heading-ribbon>span:after {
  bottom: 3px;
}

.c-heading-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/resource/common/img/bg-title-02.webp) no-repeat 100% 0/cover,#71b349;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  margin: 0 0 60px;
  padding: 20px 32px;
}

@media (max-width: 767px) {
  .c-heading-image {
    background: url(/resource/common/img/bg-title-02.webp) no-repeat 100% 0/cover,#71b349;
    line-height: 1.4;
    margin: 0 0 30px;
    min-height: 77px;
    padding: 8px 152px 8px 15px;
  }
}

.c-col-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .c-col-banner {
    display: block;
  }
}

.c-col-banner>li {
  margin: 0;
  padding: 0;
  border: 1px solid #707070;
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .c-col-banner>li {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-col-banner>li:not(:last-of-type) {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .c-col-banner>li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.c-col-banner>li>a {
  display: block;
  -webkit-transition: .4s;
  transition: .4s;
  text-decoration: none;
  color: #2b2b2b;
}

.c-col-banner>li>a:hover {
  opacity: .6;
}

.c-col-banner>li>a img {
  width: 100%;
}

.c-col-banner div.c-image {
  height: 172px;
}

@media (max-width: 767px) {
  .c-col-banner div.c-image {
    height: 37.86667vw;
  }
}

.c-col-banner div.c-image img {
  height: 100%;
  font-family: "object-fit:cover;object-position:top";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.c-col-banner__text {
  padding: 13px 42px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.c-col-banner__text:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(/resource/common/img/icon-arrow-bg-green.svg) no-repeat 50%/contain;
  position: absolute;
  right: 20px;
  bottom: calc(50% - 10.5px);
  z-index: 1;
}

.c-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .c-step {
    display: block;
  }
}

.c-step__col {
  margin-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .c-step__col {
    margin-right: 0;
  }
}

.c-step__col:last-of-type {
  margin-right: 0;
}

.c-step__col:last-of-type [class=c-step__image]:after {
  display: none;
}

@media (max-width: 767px) {
  .c-step__col:not(:last-of-type) {
    margin-bottom: 35px;
  }
}

.c-step__col:first-of-type [class=c-step__image]:before {
  width: 154px;
  height: 117px;
  background: url(/resource/common/img/pict-illust-step1.webp) no-repeat 50%/contain;
  left: calc(50% - 77px);
  bottom: -6px;
}

@media (max-width: 767px) {
  .c-step__col:first-of-type [class=c-step__image]:before {
    width: 204px;
    height: 137px;
    background: url(/resource/common/img/pict-illust-step1-sp.webp) no-repeat 50%/contain;
    left: calc(50% - 102px);
    bottom: 0;
  }
}

.c-step__col:nth-of-type(2) [class=c-step__image]:before {
  width: 184px;
  height: 102px;
  background: url(/resource/common/img/pict-illust-step2.webp) no-repeat 50%/contain;
  left: calc(50% - 92px);
}

@media (max-width: 767px) {
  .c-step__col:nth-of-type(2) [class=c-step__image]:before {
    width: 204px;
    height: 148px;
    background: url(/resource/common/img/pict-illust-step2-sp.webp) no-repeat 50%/contain;
    left: calc(50% - 102px);
  }
}

[data-pagetype=general] .c-step__col:nth-of-type(2) [class=c-step__image]:before {
  background: url(/resource/common/img/pict-illust-step2-general.webp) no-repeat 50%/contain;
}

@media (max-width: 767px) {
  [data-pagetype=general] .c-step__col:nth-of-type(2) [class=c-step__image]:before {
    background: url(/resource/common/img/pict-illust-step2-general-sp.webp) no-repeat 50%/contain;
  }
}

.c-step__col:nth-of-type(3) [class=c-step__image]:before {
  width: 187px;
  height: 143px;
  background: url(/resource/common/img/pict-illust-step3.webp) no-repeat 50%/contain;
  left: calc(50% - 94.5px);
  bottom: -25px;
}

@media (max-width: 767px) {
  .c-step__col:nth-of-type(3) [class=c-step__image]:before {
    width: 224px;
    height: 147px;
    background: url(/resource/common/img/pict-illust-step3-sp.webp) no-repeat 50%/contain;
    left: calc(50% - 113px);
    bottom: 0;
  }
}

.c-step__col:nth-of-type(4) [class=c-step__image]:before {
  width: 176px;
  height: 117px;
  background: url(/resource/common/img/pict-illust-step4.webp) no-repeat 50%/contain;
  left: calc(50% - 88px);
}

@media (max-width: 767px) {
  .c-step__col:nth-of-type(4) [class=c-step__image]:before {
    width: 204px;
    height: 147px;
    background: url(/resource/common/img/pict-illust-step4-sp.webp) no-repeat 50%/contain;
    left: calc(50% - 102px);
  }
}

@media (min-width: 768px) {
  .c-step__col:nth-of-type(4) [class=c-step__image]:after {
    display: none;
  }
}

.c-step__image {
  padding: 66px 0 80px;
  border: 2px solid #71b349;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .c-step__image {
    padding: 48px 0 68px;
  }
}


.c-step__image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}

.c-step__image:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #71b349;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  position: absolute;
  right: -20px;
  top: calc(50% - 25px);
}

@media (max-width: 767px) {
  .c-step__image:after {
    border-width: 25px 35px 0;
    border-color: #71b349 transparent transparent;
    bottom: -25px;
    right: calc(50% - 35px);
    top: auto;
  }
}


.c-step__image-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: calc(50% - 20px);
  top: 21px;
}

@media (max-width: 767px) {
  .c-step__image-num {
    top: 12px;
  }
}

.c-step__image-num>span:first-of-type {
  font-size: 1.5rem;
  line-height: 1;
  color: #196e15;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .c-step__image-num>span:first-of-type {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
}

.c-step__image-num>span:last-of-type {
  font-size: 1.9rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  background: #196e15;
  width: 29px;
  height: 29px;
  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;
          align-items: center;
}

@media (max-width: 767px) {
  .c-step__image-num>span:last-of-type {
    font-size: 2.2rem;
    width: 32px;
    height: 32px;
  }
}


.c-step__image-text {
  min-height: 155px;
  padding: 22px 16px 12px;
  background: #71b349;
  text-align: center;
}

@media (max-width: 767px) {
  .c-step__image-text {
    min-height: 110px;
    padding: 23px 10px 36px;
  }
}

.c-step__image-text>p {
  font-size: 3rem;
  color: #fff;
  letter-spacing: .075em;
  line-height: 1.333;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .c-step__image-text>p {
    font-size: 2.8rem;
  }
}

.c-step__image-text>p:not(:first-of-type) {
  font-size: 1.6rem;
  line-height: 1.375;
  color: #2b2b2b;
  margin-top: 7px;
}

@media (max-width: 767px) {
  .c-step__image-text>p:not(:first-of-type) {
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
}


.c-step__image-text>p:first-child {
  margin-top: 0;
}

.c-step__image-text>p:last-child {
  margin-bottom: 0;
}

.c-step__text {
  font-size: 1.4rem;
  margin-top: 15px;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .c-step__text {
    padding: 0;
    margin-top: 30px;
  }
}

.c-step__text-heading {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .c-step__text-heading {
    margin-bottom: 0;
  }
}

.c-step__text-heading+*,.c-step__text>:first-child {
  margin-top: 0;
}

.c-step__text>:last-child {
  margin-bottom: 0;
}

.c-step-lg {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .c-step-lg {
    margin-bottom: 55px;
  }
}

.c-step-lg__anker {
  padding: 0;
  margin: 0 auto 97px;
  border: 2px solid #c4c4c4;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 767px) {
  .c-step-lg__anker {
    margin-bottom: 78px;
  }
}

.c-step-lg__anker>li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-step-lg__anker>li:not(:last-of-type) {
  border-right: 2px solid #c4c4c4;
}

.c-step-lg__anker>li>a {
  padding: 18px 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
}

@media (min-width: 768px) {
  .c-step-lg__anker>li>a:hover {
    opacity: .6;
  }
}

@media (max-width: 767px) {
  .c-step-lg__anker>li>a {
    padding: 12px 5px 26px;
  }
}

.c-step-lg__anker>li>a:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #196e15;
  position: absolute;
  top: calc(50% - 11.5px);
  right: 20px;
}

@media (max-width: 767px) {
  .c-step-lg__anker>li>a:before {
    width: 16px;
    height: 16px;
    top: auto;
    bottom: 6px;
    right: calc(50% - 8px);
  }
}

.c-step-lg__anker>li>a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 7px);
  right: 26px;
}

@media (max-width: 767px) {
  .c-step-lg__anker>li>a:after {
    width: 7px;
    height: 7px;
    top: auto;
    bottom: 12px;
    right: calc(50% - 3.5px);
  }
}

.c-step-lg__anker-number {
  display: inline-block;
  padding: 5px 28px 3px;
  border-radius: 15px;
  background: #71b349;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #f5ff00;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-step-lg__anker-number {
    font-size: .9rem;
    padding: 3px 10px 2px;
  }
}

.c-step-lg__anker-text {
  font-size: 2.6rem;
  color: #196e15;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-step-lg__anker-text {
    font-size: 1.3rem;
    margin-top: 7px;
  }
}

@media (max-width: 575px) {
  .c-step-lg__anker-text {
    font-size: 3.46667vw;
  }
}

.c-step-lg__content {
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-step-lg__content>li {
  padding: 0 54px 36px 44px;
  border: 4px solid #71b349;
  border-radius: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .c-step-lg__content>li {
    padding: 0 14px 31px;
  }
}

.c-step-lg__content>li:not(:last-of-type) {
  margin-bottom: 105px;
}

@media (max-width: 767px) {
  .c-step-lg__content>li:not(:last-of-type) {
    margin-bottom: 82px;
  }
}

.c-step-lg__content>li:not(:last-of-type):after,.c-step-lg__content>li:not(:last-of-type):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 55px 0;
  position: absolute;
  left: calc(50% - 55px);
}

@media (max-width: 767px) {
  .c-step-lg__content>li:not(:last-of-type):after,.c-step-lg__content>li:not(:last-of-type):before {
    border-width: 28px 37px 0;
    left: calc(50% - 37px);
  }
}

.c-step-lg__content>li:not(:last-of-type):before {
  border-color: #71b349 transparent transparent;
  bottom: -40px;
}

@media (max-width: 767px) {
  .c-step-lg__content>li:not(:last-of-type):before {
    bottom: -28px;
  }
}

.c-step-lg__content>li:not(:last-of-type):after {
  border-color: #fff transparent transparent;
  bottom: -35px;
}

@media (max-width: 767px) {
  .c-step-lg__content>li:not(:last-of-type):after {
    bottom: -23px;
  }
}

.c-step-lg__content-number {
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  background: #f5ff00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #196e15;
  line-height: 2.6rem;
}

@media (max-width: 767px) {
  .c-step-lg__content-number {
    min-width: 48px;
    min-height: 48px;
    line-height: 1.8rem;
  }
}

.c-step-lg__content-number-sm {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .c-step-lg__content-number-sm {
    font-size: 1rem;
  }
}

.c-step-lg__content-number-lg {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .c-step-lg__content-number-lg {
    font-size: 2.1rem;
  }
}

.c-step-lg__content-title {
  margin: -41px 0 48px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .c-step-lg__content-title {
    margin-bottom: 8px;
  }
}

.c-step-lg__content-title-outside {
  padding: 13px 48px 13px 30px;
  border-radius: 12px;
  background: #71b349;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 768px) {
  .c-step-lg__content-title-outside {
    max-width: 472px;
  }
}

@media (max-width: 767px) {
  .c-step-lg__content-title-outside {
    padding: 7px 26px 10px 22px;
  }
}

.c-step-lg__content-title-outside:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #f5ff00;
  position: absolute;
  right: -12px;
  bottom: -9px;
  z-index: -10;
}

@media (max-width: 767px) {
  .c-step-lg__content-title-outside:before {
    right: -8px;
    bottom: -8px;
  }
}

.c-step-lg__content-title-outside:after {
  content: "";
  display: block;
  width: 30px;
  height: 45px;
  background: url(/resource/img/sell/reason/bg-steplg-title-kira.webp) no-repeat 50%/contain;
  position: absolute;
  top: 22px;
  right: 30px;
}

@media (max-width: 767px) {
  .c-step-lg__content-title-outside:after {
    width: 17px;
    height: 28px;
    background-image: url(/resource/img/sell/reason/bg-steplg-title-kira-sp.webp);
    top: 9px;
    right: 11px;
  }
}

.c-step-lg__content-title-main {
  font-size: 4.4rem;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .c-step-lg__content-title-main {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .c-step-lg__content-text-area {
    padding: 0 10px 0 20px;
  }
}

.c-step-lg__content-text-heading {
  margin-bottom: 26px;
  font-size: 3.2rem;
  letter-spacing: .03em;
  font-weight: 700;
  color: #196e15;
  line-height: 1.0625;
}

@media (max-width: 767px) {
  .c-step-lg__content-text-heading {
    margin-bottom: 6px;
    font-size: 2.2rem;
    line-height: 1.54545;
  }
}

.c-step-lg__content-text-sub-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .c-step-lg__content-text-sub-heading {
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}

@media (min-width: 768px) {
  .c-step-lg__content-image {
    width: 346px;
    float: right;
  }
}

@media (max-width: 767px) {
  .c-step-lg__content-image {
    width: 291px;
    max-width: 100%;
    margin: 0 auto 24px;
  }
}

.c-step-lg__content-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.c-step-lg__content a.c-button__link-md {
  padding: 19px 40px;
}

.c-step-lg__content a.c-button__link-md:not(:last-of-type) {
  margin-right: 20px;
}

.c-reasons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-reasons__item {
  width: calc(50% - 10px);
  padding: 36px 20px 138px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  .c-reasons__item {
    width: 100%;
    padding: 18px 20px 69px;
    min-height: 200px;
  }
  .c-reasons__item:last-of-type {
    margin-bottom: 0;
    min-height: 210px;
  }
}


.c-reasons__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 287px;
  height: 119px;
  background: url(/resource/common/img/pict-illust-reason2.webp) no-repeat 50%/contain;
  left: calc(50% - 143.5px);
  bottom: 0;
}

@media (max-width: 767px) {
  .c-reasons__item:after {
    width: 144px;
    height: 60px;
    left: calc(50% - 72px);
  }
}

.c-reasons__item:first-of-type:after {
  width: 325px;
  height: 121px;
  background: url(/resource/common/img/pict-illust-reason1.webp) no-repeat 50%/contain;
  left: calc(50% - 162.5px);
  bottom: 12px;
}

@media (max-width: 767px) {
  .c-reasons__item:first-of-type:after {
    width: 250px;
    height: 93px;
    background: url(/resource/common/img/pict-illust-reason1-sp.webp) no-repeat 50%/contain;
    left: calc(50% - 125px);
    bottom: 11px;
  }
}


.c-reasons__item:nth-of-type(2):after {
  width: 224px;
  height: 113px;
  background: url(/resource/common/img/pict-illust-reason2.webp) no-repeat 50%/contain;
  left: calc(50% - 112px);
  bottom: 16px;
}

@media (max-width: 767px) {
  .c-reasons__item:nth-of-type(2):after {
    width: 194px;
    height: 98px;
    background: url(/resource/common/img/pict-illust-reason2-sp.webp) no-repeat 50%/contain;
    left: calc(50% - 97px);
    bottom: 0;
  }
}


.c-reasons__item:nth-of-type(3):after {
  width: 329px;
  height: 142px;
  background: url(/resource/common/img/pict-illust-reason3.webp) no-repeat 50%/contain;
  left: calc(50% - 164.5px);
  bottom: 0;
}

@media (max-width: 767px) {
  .c-reasons__item:nth-of-type(3):after {
    width: 241px;
    height: 98px;
    background: url(/resource/common/img/pict-illust-reason3-sp.webp) no-repeat 50%/contain;
    left: calc(50% - 120.5px);
  }
}


.c-reasons__item:nth-of-type(4):after {
  width: 199px;
  height: 103px;
  background: url(/resource/common/img/pict-illust-reason4.webp) no-repeat 50%/contain;
  left: calc(50% - 99.5px);
  bottom: 23px;
}

@media (max-width: 767px) {
  .c-reasons__item:nth-of-type(4):after {
    width: 161px;
    height: 84px;
    background: url(/resource/common/img/pict-illust-reason4-sp.webp) no-repeat 50%/contain;
    left: calc(50% - 80.5px);
    bottom: 20px;
  }
}


.c-reasons__item:nth-of-type(5):after {
  width: 382px;
  height: 124px;
  background: url(/resource/common/img/pict-illust-reason5.webp) no-repeat 50%/contain;
  left: calc(50% - 191px);
  bottom: 0;
}

@media (max-width: 767px) {
  .c-reasons__item:nth-of-type(5):after {
    width: 289px;
    height: 105px;
    background: url(/resource/common/img/pict-illust-reason5-sp.webp) no-repeat 50%/contain;
    left: calc(50% - 144.5px);
  }
}


.c-reasons__item:nth-of-type(6):after {
  width: 308px;
  height: 110px;
  background: url(/resource/common/img/pict-illust-reason6.webp) no-repeat 50%/contain;
  left: calc(50% - 154px);
  bottom: 18px;
}

@media (max-width: 767px) {
  .c-reasons__item:nth-of-type(6):after {
    width: 216px;
    height: 77px;
    background: url(/resource/common/img/pict-illust-reason6-sp.webp) no-repeat 50%/contain;
    left: calc(50% - 108px);
  }
}

.c-reasons__tag {
  margin: 0;
  position: absolute;
  top: 17px;
  left: 19px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  .c-reasons__tag {
    top: 10px;
    left: 12px;
  }
}

.c-reasons__tag:before {
  content: "";
  display: block;
  width: 109px;
  height: 109px;
  background: #f5ff00;
  border-radius: 55px;
  position: absolute;
  left: -30px;
  top: -47px;
}

@media (max-width: 767px) {
  .c-reasons__tag:before {
    width: 80px;
    height: 80px;
    left: -22px;
    top: -39px;
  }
}

.c-reasons__tag>span {
  position: relative;
}

.c-reasons__tag-sm {
  display: block;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .c-reasons__tag-sm {
    font-size: 1.1rem;
  }
}

.c-reasons__tag-lg {
  display: block;
  font-size: 1.7rem;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .c-reasons__tag-lg {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}

.c-reasons__title {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  color: #196e15;
}

@media (max-width: 767px) {
  .c-reasons__title {
    font-size: 2.4rem;
  }
}


.c-reasons__title-sub {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .c-reasons__title-sub {
    font-size: 1rem;
  }
}

.c-reasons__text {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.c-reasons-lg {
  background: #196e15;
  text-align: center;
  position: relative;
}


.c-reasons-lg__bg {
  position: relative;
  overflow: hidden;
}

.c-reasons-lg__bg:before {
  content: "";
  display: block;
  width: 425px;
  height: 275px;
  background: url(/resource/common/img/pict-illust-reason7-bg.webp) no-repeat 50%/contain;
  position: absolute;
  left: calc(50% + 200px);
  bottom: 0;
}

@media (max-width: 767px) {
  .c-reasons-lg__bg:before {
    width: 425px;
    height: 295px;
    background: url(/resource/common/img/pict-illust-reason7-bg-sp.webp) no-repeat 50%/contain;
    left: auto;
    bottom: auto;
    top: -30px;
    right: -178px;
  }
}


.c-reasons-lg__label {
  font-size: 2.4rem;
  font-weight: 700;
  color: #196e15;
  padding: 0 26px;
  background: #fff;
  border: 2px solid #196e15;
  border-radius: 10px;
  position: absolute;
  top: -25px;
  left: calc(50% - 69px);
}

@media (max-width: 767px) {
  .c-reasons-lg__label {
    font-size: 1.6rem;
    padding: 2px 16px 3px;
    top: -12px;
    left: calc(50% - 45px);
  }
}


.c-reasons-lg__label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0;
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
}

.c-reasons-lg__container {
  max-width: 1060px;
  width: 100%;
  padding: 38px 30px 45px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .c-reasons-lg__container {
    padding: 38px 20px 22px;
  }
}

.c-reasons-lg__tag {
  margin: 0;
  position: absolute;
  top: 17px;
  left: 58px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  .c-reasons-lg__tag {
    top: 18px;
    left: 14px;
  }
}

.c-reasons-lg__tag:before {
  content: "";
  display: block;
  width: 109px;
  height: 109px;
  background: #f5ff00;
  border-radius: 55px;
  position: absolute;
  left: -28px;
  top: -49px;
}

@media (max-width: 767px) {
  .c-reasons-lg__tag:before {
    width: 94px;
    height: 94px;
    left: -30px;
    top: -40px;
  }
}

.c-reasons-lg__tag>span {
  position: relative;
}

.c-reasons-lg__tag-sm {
  display: block;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .c-reasons-lg__tag-sm {
    font-size: 1.2rem;
  }
}

.c-reasons-lg__tag-lg {
  display: block;
  font-size: 1.7rem;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .c-reasons-lg__tag-lg {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

.c-reasons-lg__title {
  margin: 0;
  font-weight: 700;
  line-height: 1;
}

.c-reasons-lg__title-sm {
  display: block;
  font-size: 3.5rem;
  color: #f5ff00;
}

@media (max-width: 767px) {
  .c-reasons-lg__title-sm {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.c-reasons-lg__title-lg {
  display: block;
  font-size: 8rem;
  color: #fff;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .c-reasons-lg__title-lg {
    font-size: 5rem;
    margin-top: 7px;
  }
}

.c-reasons-lg__text {
  padding: 3px 27px 3px 80px;
  margin: 24px auto 0;
  background: #fff;
  font-size: 2rem;
  font-weight: 700;
  color: #196e15;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .c-reasons-lg__text {
    max-width: 774px;
  }
}

@media (max-width: 767px) {
  .c-reasons-lg__text {
    font-size: 1.8rem;
    line-height: 1.38889;
    padding: 5px 27px 5px 52px;
    margin-top: 18px;
    border-radius: 40px;
  }
}


.c-reasons-lg__text-ps {
  position: relative;
}

.c-reasons-lg__text-ps:before {
  content: "";
  display: block;
  width: 95px;
  height: 73px;
  background: url(/resource/common/img/pict-illust-reason7.webp) no-repeat 50%/contain;
  position: absolute;
  left: -100px;
  top: calc(50% - 36.5px);
}

@media (max-width: 767px) {
  .c-reasons-lg__text-ps:before {
    left: -138px;
  }
}

.c-list-category {
  text-align: center;
  position: relative;
}

div.c-search .c-list-category {
  margin-bottom: 40px;
}

.c-list-category:before {
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: calc(100% - 46px);
  background: #dbf5cb;
  border-radius: 10px;
  position: absolute;
  left: 50px;
  top: 22px;
}

@media (max-width: 767px) {
  .c-list-category:before {
    width: 100vw;
    left: -20px;
    border-radius: 0;
  }
}

div.c-search .c-list-category:before {
  display: none;
}

.c-list-category__icon {
  margin-bottom: 18px;
  position: relative;
}

.c-list-category__icon img {
  vertical-align: top;
}

.c-list-category__title {
  font-size: 2.4rem;
  line-height: 1;
  color: #196e15;
  margin: 0;
  position: relative;
}

.c-list-category__title-sub {
  position: relative;
  padding: 4px 10px;
  margin: 0;
  border-radius: 10px;
  background: #fff;
  display: inline-block;
  font-size: 1.4rem;
  color: #196e15;
}

.c-list-category__lists {
  padding: 0;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  position: relative;
}

@media (max-width: 767px) {
  .c-list-category__lists {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-list-category__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .c-list-category__list {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media (min-width: 768px) {
  .c-list-category__list:not(:last-of-type) {
    margin-right: 8px;
  }
  div.c-search .c-list-category__list:not(:last-of-type) {
    margin-right: 5px;
  }
}

@media (min-width: 768px) {
  div.c-search .c-list-category__list {
    max-width: 124px;
  }
}

.c-list-category__list-block {
  display: block;
  height: 100%;
  padding: 31px 10px;
  border: 1px solid #939393;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

@media (max-width: 767px) {
  .c-list-category__list-block {
    padding: 22px 10px;
  }
}

.c-list-category__list-block:hover {
  opacity: .6;
}

.c-list-category__list-block:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/resource/common/img/icon-arrow-bg-green.svg) no-repeat 50%/contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.c-list-category__list-name {
  color: #0048bc;
  margin-top: 13px;
}


.c-list-category__lists2 {
  padding: 0;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  position: relative;
}

@media (max-width: 767px) {
  .c-list-category__lists2 {
    margin-bottom: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-list-category__list2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .c-list-category__list2 {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .c-list-category__list2:not(:last-of-type) {
    margin-right: 8px;
  }
  div.c-search .c-list-category__list2:not(:last-of-type) {
    margin-right: 5px;
  }
}

@media (min-width: 768px) {
  div.c-search .c-list-category__list2 {
    max-width: 124px;
  }
}

.c-list-category__list-block2 {
  display: block;
  height: 100%;
  padding: 25px 10px;
  border: 1px solid #71b349;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

@media (max-width: 767px) {
  .c-list-category__list-block2 {
    padding: 22px 10px;
  }
}

.c-list-category__list-block2:hover {
  opacity: .6;
}

.c-list-category__list-block2:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/resource/common/img/icon-arrow-bg-green.svg) no-repeat 50%/contain;
  position: absolute;
  right: 10px;
  bottom: 25px;
}


.c-list-category__list-name2 {
  color: #000000;
  margin-top: 0px;
  text-align:left;
  padding-left:10px;
  font-weight:600;
}

@media (max-width: 767px) {
.c-list-category__list-block2:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(/resource/common/img/icon-arrow-bg-green.svg) no-repeat 50%/contain;
  position: absolute;
  right: 5px;
  bottom: 22px;
}


.c-list-category__list-name2 {
  padding-left:0px;
  padding-right:10px;
}

}

@media (max-width: 767px) {
  .c-example-slider {
    padding-bottom: 48px;
    position: relative;
  }
  .c-example-slider:after {
    content: "";
    display: block;
    width: 135px;
    height: 28px;
    background: url(/resource/common/img/text-scroll.webp) no-repeat 50%/contain;
    position: absolute;
    bottom: 0;
    left: calc(50% - 67.5px);
  }
}

.c-example-slider__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .c-example-slider__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
}

.c-example-slider__img {
  width: 170px;
}

.c-example-slider__item {
  width: 200px;
  padding: 15px 15px 19px;
  margin: 0 5px;
  border-radius: 10px;
  background: #fff;
  height:320px !important;
}

.c-example-slider__title {
  margin: 0;
  padding: 4px 0 5px;
  font-size: 1.4rem;
}

.c-example-slider__price {
  margin: 0;
  padding-top: 9px;
  border-top: 1px solid #bcbcbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-example-slider__price-tag {
  padding: 3px 6px 4px;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.09;
  color: #196e15;
  text-align: center;
  background: #f5ff00;
}

.c-example-slider__price-tag2{
  padding: 3px 6px 4px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.09;
  color: #d90000;
  text-align: center;
  font-weight: 700;
}

.c-example-slider__price-num {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #d90000;
}

.c-example-slider__price-num2 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}


.c-purchasing-list {
  padding: 0 8px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .c-purchasing-list {
    padding: 0;
    margin-bottom: 40px;
  }
}


.c-purchasing-list:after {
  content: "";
  display: block;
  width: calc(33.33333% - 13.33333px);
}

.c-purchasing-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(33.33333% - 13.33333px);
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .c-purchasing-list__item {
    width: 100%;
    margin-bottom: 20px;
  }
}


@media (min-width: 768px) {
  .c-purchasing-list__item:last-of-type,.c-purchasing-list__item:nth-last-of-type(2),.c-purchasing-list__item:nth-last-of-type(3) {
    margin-bottom: 0;
  }
}


@media (max-width: 767px) {
  .c-purchasing-list__item:last-of-type {
    margin-bottom: 0;
  }
}

.c-purchasing-list__image {
  width: 33.43949%;
}

@media (max-width: 767px) {
  .c-purchasing-list__image {
    width: 105px;
  }
}


.c-purchasing-list__image div.c-image img {
  max-height: 300px;
}


.c-purchasing-list__text {
  width: 66.56051%;
  padding-top: 9px;
}

@media (max-width: 767px) {
  .c-purchasing-list__text {
    width: calc(100% - 105px);
  }
}


.c-purchasing-list__text-price {
  margin: 16px 0 0;
  padding: 0 20px;
}


.c-purchasing-list__text-price-tag {
  padding: 2px 6px 3px;
  margin-right: 10px;
  background: -webkit-gradient(linear,left top, right top,from(#5eb22a),to(#3f960b));
  background: linear-gradient(90deg,#5eb22a,#3f960b);
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.27273;
  font-weight: 700;
  color: #fff;
}


.c-purchasing-list__text-price-num {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #d90000;
  font-family: Oswald,sans-serif,Hiragino Kaku Gothic ProN,Hiragino Sans,YuGothic,YuGothicM,メイリオ,Meiryo;
  vertical-align: sub;
}


.c-purchasing-list__text-price-num-yen {
  font-size: 1.8rem;
  font-family: Hiragino Kaku Gothic ProN,Hiragino Sans,YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
}

.c-purchasing-list__text-name {
  padding: 5px 11px 5px 20px;
  margin: 0;
  background: #ecf8e4;
  font-size: 1.4rem;
  line-height: 1.571;
}


.c-purchasing-list+div.c-button {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .c-purchasing-list+div.c-button {
    margin-bottom: 50px;
  }
}

.c-purchasing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-bottom: 58px;
}

@media (max-width: 767px) {
  .c-purchasing-item {
    display: block;
    margin-bottom: 42px;
  }
}

.c-purchasing-item__image {
  width: 190px;
}

@media (max-width: 767px) {
  .c-purchasing-item__image {
    width: 126px;
    max-width: 100%;
    margin: 0 auto 23px;
  }
}

.c-purchasing-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .c-purchasing-item__text {
    padding-top: 3px;
  }
}

.c-purchasing-item__text-container {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .c-purchasing-item__text-container {
    padding-left: 0;
  }
}

.c-purchasing-item__text-title {
  padding: 10px 25px 10px 50px;
  margin: 0 0 25px;
  background-color: #ecf8e4;
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-purchasing-item__text-title {
    font-size: 2.4rem;
    line-height: 3rem;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
}

.c-purchasing-item__text-title-sm {
  font-size: 2rem;
}

.c-purchasing-item__text-price {
  margin: 0 0 22px;
}

@media (max-width: 767px) {
  .c-purchasing-item__text-price {
    margin-bottom: 8px;
  }
}

.c-purchasing-item__text-price-tag {
  padding: 2px 6px;
  margin-right: 10px;
  background: -webkit-gradient(linear,left top, right top,from(#5eb22a),to(#3f960b));
  background: linear-gradient(90deg,#5eb22a,#3f960b);
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}

.c-purchasing-item__text-price-num {
  margin-right: 12px;
  font-size: 5rem;
  font-weight: 700;
  font-family: Oswald,sans-serif,Hiragino Kaku Gothic ProN,Hiragino Sans,YuGothic,YuGothicM,メイリオ,Meiryo;
  line-height: 1;
  color: #d90000;
}

@media (max-width: 767px) {
  .c-purchasing-item__text-price-num {
    font-size: 4.8rem;
  }
}

.c-purchasing-item__text-price-num-yen {
  font-size: 3.6rem;
}

@media (max-width: 767px) {
  .c-purchasing-item__text-price-num-yen {
    font-size: 3rem;
  }
}

.c-purchasing-item__text-price-date {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .c-purchasing-item__text-price-date {
    font-size: 1.2rem;
  }
}

.c-purchasing-item__text-data {
  margin: 0;
}

@media (max-width: 767px) {
  .c-purchasing-item__text-data {
    font-size: 1.4rem;
  }
}

.c-purchasing-item__text-data-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 6px 0;
}

@media (max-width: 767px) {
  .c-purchasing-item__text-data-block {
    padding: 8px 0;
  }
}

.c-purchasing-item__text-data-block:nth-of-type(2n) {
  background: #f2f2f2;
}

.c-purchasing-item__text-data-dt {
  width: 191px;
  padding: 0 20px;
  margin: 0;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-purchasing-item__text-data-dt {
    width: 164px;
  }
}

.c-purchasing-item__text-data-dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30px;
  margin: 0;
  position: relative;
  word-break: break-all;
}

@media (max-width: 767px) {
  .c-purchasing-item__text-data-dd {
    width: calc(100% - 164px);
    padding: 0 22px;
  }
}

.c-purchasing-item__text-data-dd:before {
  content: "";
  display: block;
  border-left: 1px solid #bcbcbc;
  height: calc(100% - 11px);
  position: absolute;
  left: 0;
  top: 6px;
}

.c-purchasing-item__text-detail {
  font-size: 1.4rem;
}

.c-purchasing-table {
  width: 100%;
  margin: 0 auto 50px;
  border-collapse: collapse;
  font-weight: 700;
}

@media (min-width: 768px) {
  .c-purchasing-table {
    width: calc(100% - 30px);
  }
}

@media (max-width: 767px) {
  .c-purchasing-table {
    display: block;
  }
}

.c-purchasing-table__head {
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
}

@media (max-width: 767px) {
  .c-purchasing-table__head {
    display: none;
  }
}

.c-purchasing-table__head th {
  padding: 1em;
  position: relative;
}

@media (max-width: 767px) {
  .c-purchasing-table__head th {
    display: block;
  }
}

@media (min-width: 768px) {
  .c-purchasing-table__head th:first-of-type {
    width: 480px;
  }
  .c-purchasing-table__head th:nth-of-type(2) {
    width: 295px;
  }
  .c-purchasing-table__head th:nth-of-type(3) {
    width: 198px;
  }
}

.c-purchasing-table__head th:last-of-type {
  color: #d90000;
}

.c-purchasing-table__head th:before {
  content: "";
  display: block;
  height: calc(100% - 2em);
  border-left: 1px solid #2e2e2e;
  position: absolute;
  left: 0;
  top: 1em;
}
.c-purchasing-table__head th:first-of-type:before {
  border-left: 0px;
}

.c-purchasing-table__body {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .c-purchasing-table__body {
    display: block;
  }
}

@media (max-width: 767px) {
  .c-purchasing-table__body tr {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-purchasing-table__body tr:nth-of-type(odd) {
  background: #f2f2f2;
}

.c-purchasing-table__body td {
  padding: calc(1em - 8px) 1em;
  position: relative;
}

@media (max-width: 767px) {
  .c-purchasing-table__body td {
    display: block;
  }
}

@media (max-width: 767px) {
  .c-purchasing-table__body td:not(:last-of-type) {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .c-purchasing-table__body td:nth-of-type(2) {
    font-size: 1.2rem;
  }
}

.c-purchasing-table__body td:last-of-type {
  color: #d90000;
  text-align: right;
}

@media (max-width: 767px) {
  .c-purchasing-table__body td:last-of-type {
    padding-top: 0;
  }
}

.c-purchasing-table__body td:last-of-type>span {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: Oswald,sans-serif,Hiragino Kaku Gothic ProN,Hiragino Sans,YuGothic,YuGothicM,メイリオ,Meiryo;
  line-height: 1.08333;
}

.c-purchasing-table__body td:last-of-type:before {
  content: "";
  display: block;
  height: 19px;
  border-left: 1px solid #bcbcbc;
  position: absolute;
  left: 1px;
  top: calc(50% - 9.5px);
}

@media (max-width: 767px) {
  .c-purchasing-table__body td:last-of-type:before {
    content: "\8cb7\53d6\4fa1\683c";
    display: inline-block;
    margin-right: 1em;
    border-left: none;
    font-size: 1.2rem;
    position: relative;
    left: auto;
    top: auto;
  }
}

.c-purchasing-table__price-up {
  display: inline-block;
  border-radius: 5px;
  background: #196e15;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 15px 5px 0;
  padding: 2px 5px 3px;
}

.c-purchasing-table+div.c-button {
  margin-bottom: 80px;
}

.c-purchasing-search {
  background: #196e15;
  margin-bottom: 90px;
  padding: 45px 0 50px;
}

@media (max-width: 767px) {
  .c-purchasing-search {
    padding-top: 20px;
  }
}

.c-purchasing-search h3.c-search__title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .c-purchasing-search h3.c-search__title {
    margin-bottom: 20px;
  }
}

.c-purchasing-results {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .c-purchasing-results {
    margin-bottom: 30px;
  }
}

.c-purchasing-results div.h-text__scroll {
  margin-bottom: 20px;
}

.c-purchasing-results__number {
  background: #ecf8e4;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .c-purchasing-results__number {
    margin-bottom: 20px;
  }
}

.c-purchasing-results__course {
  margin-bottom: 20px;
  text-align: right;
}

.c-purchasing-results__course>div {
  font-size: 1.3rem;
}

.c-purchasing-results__course>div+div {
  margin-left: 5px;
}

.c-purchasing-results__not-found {
  margin-bottom: 80px;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .c-purchasing-results__not-found {
    margin-bottom: 52px;
    font-size: 1.5rem;
  }
}

.c-purchasing-results div.h-space__scrollx-1000 {
  margin-bottom: 20px;
}

.c-purchasing-results div.c-pagination {
  margin-bottom: 95px;
}

@media (max-width: 767px) {
  .c-purchasing-results div.c-pagination {
    margin-bottom: 50px;
  }
}

.c-purchasing-results__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .c-purchasing-results__list {
    margin-top: 20px;
  }
}

.c-purchasing-results__list-item {
  width: 50%;
padding: 21px 30px 23px 40px;
  margin-top: -1px;
  border: 1px solid #c4c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .c-purchasing-results__list-item {
    width: 100%;
    padding: 16px 20px 20px;
  }
}

@media (min-width: 768px) {
  .c-purchasing-results__list-item:nth-of-type(2n) {
    margin-left: -1px;
  }
}

.c-purchasing-results__list-img {
  width: 76px;
  padding-top: 6px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .c-purchasing-results__list-img {
    padding-top: 3px;
    margin-right: 20px;
  }
}

.c-purchasing-results__list-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
}

.c-purchasing-results__list-title {
  font-size: 1.4rem;
  line-height: 1.71429;
  margin: 0 0 7px;
}

.c-purchasing-results__list-author,.c-purchasing-results__list-date {
  margin: 0 0 8px;
}

.c-purchasing-results__list-price {
  margin: 0;
  font-weight: 700;
}

.c-purchasing-results__list-price-tag {
  padding: 2px 8px 3px;
  margin-right: 10px;
  background: -webkit-gradient(linear,left top, right top,from(#5eb22a),to(#3f960b));
  background: linear-gradient(90deg,#5eb22a,#3f960b);
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.27273;
  color: #fff;
  vertical-align: super;
}

.c-purchasing-results__list-price-num {
  font-size: 3rem;
  line-height: 1;
  color: #d90000;
  font-family: Oswald,sans-serif,Hiragino Kaku Gothic ProN,Hiragino Sans,YuGothic,YuGothicM,メイリオ,Meiryo;
  vertical-align: sub;
}

.c-purchasing-results__list-price-yen {
  font-size: 1.8rem;
  line-height: 1;
  color: #d90000;
  font-family: Hiragino Kaku Gothic ProN,Hiragino Sans,YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  vertical-align: sub;
}

.c-purchasing-results__list-price-marked {
  display: inline-block;
  position: relative;
}

.c-purchasing-results__list-price-marked:before {
  content: "";
  display: block;
  width: calc(100% + 9px);
  border-bottom: 15px solid #f5ff00;
  position: absolute;
  left: -4px;
  bottom: -3px;
  z-index: -10;
}

.c-purchasing-course {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .c-purchasing-course {
    margin-bottom: 30px;
  }
}

.c-purchasing-case div.h-text__column {
  margin-bottom: 40px;
}

.c-purchasing-case ul.c-col {
  margin-bottom: 30px;
}

.c-purchasing-case div.c-button {
  margin-bottom: 90px;
}

.c-purchasing-button-area__inner {
  background: #ecf8e4;
  margin-bottom: 90px;
  padding: 35px 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .c-purchasing-button-area__inner {
    margin-bottom: 58px;
    padding: 20px;
  }
}

.c-purchasing-button-area__heading {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 767px) {
  .c-purchasing-button-area__heading {
    font-size: 2rem;
    line-height: 1.35;
  }
}

.c-purchasing-button-area__detail {
  margin-top: 10px;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .c-purchasing-button-area__detail {
    text-align: left;
  }
}


.c-faq {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-faq>li {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.c-faq>li:not(:last-of-type) {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .c-faq>li:not(:last-of-type) {
    margin-bottom: 14px;
  }
}

.c-faq__question {
  padding: 33px 100px 0 150px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
}
.c-faq__question h3 {
  margin: 0;
  position: relative;
  font-size:18px;
}

@media (max-width: 767px) {
  .c-faq__question {
    padding: 15px 42px 15px 68px;
    font-size: 1.6rem;
  }
  .c-faq__question[data-accordion=open]>p:before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .c-faq__question[data-accordion=open]>h3:before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.c-faq__question>p {
  margin: 0;
  position: relative;
}
.c-faq__question>h3 {
  margin: 0;
  position: relative;
}

@media (max-width: 767px) {
  .c-faq__question>p:after,.c-faq__question>p:before {
    content: "";
    display: block;
    width: 19px;
    border-bottom: 3px solid #196e15;
    position: absolute;
    top: calc(50% - 1.5px);
    right: -22px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .c-faq__question>p:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .c-faq__question>h3:after,.c-faq__question>h3:before {
    content: "";
    display: block;
    width: 19px;
    border-bottom: 3px solid #196e15;
    position: absolute;
    top: calc(50% - 1.5px);
    right: -22px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .c-faq__question>h3:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.c-faq__answer {
  padding: 18px 100px 45px 200px;
  position: relative;
}

@media (max-width: 767px) {
  .c-faq__answer {
    padding: 20px 24px 25px 68px;
    font-size: 1.5rem;
    display: none;
  }
}

.c-faq__answer:before {
  content: "A";
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #d90000;
  position: absolute;
  top: 16px;
  left: 150px;
}

@media (max-width: 767px) {
  .c-faq__answer:before {
    font-size: 2.6rem;
    top: 20px;
    left: 13px;
  }
}

.c-faq__answer>:first-child {
  margin-top: 0;
}

.c-faq__answer>:last-child {
  margin-bottom: 0;
}

.c-faq__question:before {
  content: "Q";
  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;
          align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: 57px;
  height: 57px;
  background: #2e2e2e;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .c-faq__question:before {
    width: 48px;
    height: 100%;
    font-size: 2.2rem;
  }
}

.c-faq-guide {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-faq-guide>li {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.c-faq-guide>li:not(:last-of-type) {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .c-faq-guide>li:not(:last-of-type) {
    margin-bottom: 14px;
  }
}

.c-faq-guide__question {
  padding: 33px 100px 0 150px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
}

@media (max-width: 767px) {
  .c-faq-guide__question {
    padding: 15px 42px 15px 68px;
    font-size: 1.6rem;
  }
  .c-faq-guide__question[data-accordion=open]>p:before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.c-faq-guide__question>p {
  margin: 0;
  position: relative;
}

@media (max-width: 767px) {
  .c-faq-guide__question>p:after,.c-faq-guide__question>p:before {
    content: "";
    display: block;
    width: 19px;
    border-bottom: 3px solid #196e15;
    position: absolute;
    top: calc(50% - 1.5px);
    right: -22px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .c-faq-guide__question>p:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.c-faq-guide__answer {
  padding: 18px 100px 45px 200px;
  position: relative;
}

@media (max-width: 767px) {
  .c-faq-guide__answer {
    padding: 20px 24px 25px 68px;
    font-size: 1.5rem;
    display: none;
  }
}

.c-faq-guide__answer:before {
  content: "A";
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #d90000;
  position: absolute;
  top: 16px;
  left: 150px;
}

@media (max-width: 767px) {
  .c-faq-guide__answer:before {
    font-size: 2.6rem;
    top: 20px;
    left: 13px;
  }
}

.c-faq-guide__answer>:first-child {
  margin-top: 0;
}

.c-faq-guide__answer>:last-child {
  margin-bottom: 0;
}

.c-faq-guide__question:before {
  content: "";
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: 57px;
  height: 57px;
  background: url(/resource/common/img/icon-beginner.svg) no-repeat 50%/14.5px,#2e2e2e;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .c-faq-guide__question:before {
    width: 49px;
    height: 100%;
    background-size: 19px;
  }
}

.c-news-list {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .c-news-list {
    padding: 0 20px;
  }
}

.c-news-list__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}

@media (max-width: 767px) {
  .c-news-list__block {
    padding: 15px 0;
    display: block;
  }
}

.c-news-list__block:not(:last-of-type) {
  border-bottom: 1px solid #bcbcbc;
}

.c-news-list__date {
  width: 168px;
}

@media (max-width: 767px) {
  .c-news-list__date {
    width: 100%;
    margin-bottom: 5px;
  }
}

.c-news-list__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  line-height: 1.5625;
}

@media (max-width: 767px) {
  .c-news-list__title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.c-news-list__title>a {
  color: #0048bc;
}


.c-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  list-style: none;
  margin-left:-40px !important;
}

@media (max-width: 767px) {
  .c-col {
    display: block;
  }
}

@media (min-width: 768px) {
  .c-col>li {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.c-col>li:not(:last-of-type) {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .c-col>li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.c-text-image__image {
  width: 100%;
}

.c-text-image__text {
  padding: 0 25px;
  margin-top: 15px;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .c-text-image__text {
    padding: 0 10px;
  }
}

.c-text-image__text-heading {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align:center;
}

@media (max-width: 767px) {
  .c-text-image__text-heading {
    font-size: 1.5rem;
  }
}

.c-text-image__text-heading+* {
  margin-top: 0;
}

@media (max-width: 767px) {
  .c-text-image__text>p {
    margin: 7px 0;
  }
}

.c-text-image__text>:first-child {
  margin-top: 0;
}

.c-text-image__text>:last-child {
  margin-bottom: 0;
}

.c-text-image-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .c-text-image-column2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-text-image-column2__image {
  width: 435px;
  margin-left:20px;
}

@media (max-width: 767px) {
  .c-text-image-column2__image {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  margin-left:0px;
  }
}

.c-text-image-column2__text {
  width: calc(100% - 465px);
}

@media (max-width: 767px) {
  .c-text-image-column2__text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.c-text-image-column2__text>:first-child {
  margin-top: 0;
}

.c-text-image-column2__text>:last-child {
  margin-bottom: 0;
}

.c-text-image-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-text-image-list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #bcbcbc;
}

@media (max-width: 767px) {
  .c-text-image-list>li {
    display: block;
    border-top: none;
  }
}

.c-text-image-list>li:not(:last-of-type) {
  margin-bottom: 15px;
}

.c-text-image-list__image {
  width: 160px;
}

@media (max-width: 767px) {
  .c-text-image-list__image {
    width: 100%;
  }
}

.c-text-image-list__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 25px 0 0 30px;
}

@media (max-width: 767px) {
  .c-text-image-list__text {
    width: 100%;
    padding: 20px 0;
  }
}

.c-text-image-list__text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4167;
  color: #71b349;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .c-text-image-list__text-heading {
    font-size: 2rem;
  }
}

.c-text-image-list__text-heading-sub {
  font-weight: 700;
}

.c-text-image-list__text-heading+*,.c-text-image-list__text>:first-child {
  margin-top: 0;
}

.c-text-image-list__text>:last-child {
  margin-bottom: 0;
}

.c-text-image-list-column2 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .c-text-image-list-column2 {
    display: block;
  }
}

.c-text-image-list-column2>li {
  width: 48%;
  margin-bottom: 35px;
  border-top: 1px solid #bcbcbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .c-text-image-list-column2>li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  .c-text-image-list-column2>li:last-of-type,.c-text-image-list-column2>li:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

.c-text-image-list-column2__image {
  width: 130px;
}

@media (max-width: 767px) {
  .c-text-image-list-column2__image {
    width: 110px;
  }
}

.c-text-image-list-column2__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 0 0 20px;
}

@media (max-width: 767px) {
  .c-text-image-list-column2__text {
    width: calc(100% - 110px);
    padding: 10px 0 0 10px;
    border-top: none;
  }
}

.c-text-image-list-column2__text-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #71b349;
  margin-top: 15px;
  margin-bottom: 15px;
}

.c-text-image-list-column2__text-heading-sub {
  font-weight: 700;
}

.c-text-image-list-column2__text>:first-child {
  margin-top: 0;
}

.c-text-image-list-column2__text>:last-child {
  margin-bottom: 0;
}

.c-text-image__frame-orange img {
  border: 1px solid #ff5800;
}

.c-text-image__frame-gray img {
  border: 1px solid #d6d6d6;
}


.c-criteria__quality {
  margin: 20px 0 0;
  border: solid #c5c5c5;
  border-width: 1px 0;
}

@media (max-width: 767px) {
  .c-criteria__quality {
    padding: 0 15px;
    margin-top: 0;
    border-bottom: 0;
  }
}

.c-criteria__quality>dt>button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  outline: none;
  padding: 32px 45px 32px 0;
  position: relative;
  text-align: left;
  width: 100%;
}

@media (max-width: 767px) {
  .c-criteria__quality>dt>button {
    font-size: 1.6rem;
    padding: 17px 45px 17px 0;
  }
}

.c-criteria__quality>dt>button span {
  position: relative;
}

.c-criteria__quality>dt>button span[data-question-active] {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
}

@media (max-width: 767px) {
  .c-criteria__quality>dt>button span[data-question-active] {
    right: 0;
  }
}

.c-criteria__quality>dt>button span[data-question-active]:before {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #71b349;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  margin: auto;
}

.c-criteria__quality>dt>button span[data-question-active]:after {
  position: absolute;
  width: 3px;
  height: 100%;
  background: #71b349;
  right: calc(50% - 1.5px);
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  margin: auto;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,-webkit-transform .3s;
  transition: transform .3s,opacity .3s;
  transition: transform .3s,opacity .3s,-webkit-transform .3s;
  opacity: 1;
}

.c-criteria__quality>dt>button span[data-question-active=true]:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}

.c-criteria__quality dd {
  margin: 0;
  padding: 0;
}

.c-criteria__quality dd ul.c-col {
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

@media (min-width: 768px) {
  .c-criteria__quality dd ul.c-col>li {
    width: calc(33.33333% - 5.33333px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media (min-width: 768px) {
  .c-criteria__quality dd ul.c-col>li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .c-criteria__quality dd ul.c-col>li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.c-criteria__quality-detail {
  line-height: 2;
  margin: 0;
  padding: 0 0 2.5em 36px;
  position: relative;
  word-break: break-all;
}

@media (max-width: 767px) {
  .c-criteria__quality-detail {
    padding-right: 1em;
  }
}

.c-criteria__quality-detail[aria-hidden=true] {
  display: none;
}

.c-link-block__box {
  padding: 20px;
  border: 1px solid #bcbcbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  text-decoration: none;
  color: #2b2b2b;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 767px) {
  .c-link-block__box {
    padding-bottom: 50px;
    display: block;
  }
}

.c-link-block__box:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #196e15;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 30px;
  right: 30px;
}

@media (max-width: 767px) {
  .c-link-block__box:after {
    bottom: 20px;
    right: 20px;
  }
}

.c-link-block__box:hover {
  opacity: .6;
}

.c-link-block__box>div:first-of-type {
  margin-right: 25px;
}

@media (max-width: 767px) {
  .c-link-block__box>div:first-of-type {
    margin-right: 0;
  }
}

.c-link-block__image {
  width: 46.875%;
}

@media (max-width: 767px) {
  .c-link-block__image {
    width: 100%;
  }
}

.c-link-block__text {
  width: 47.39583%;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .c-link-block__text {
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
  }
}

.c-link-block__text-heading {
  font-size: 1.6rem;
  font-weight: 700;
}

.c-link-block__text>:first-child {
  margin-top: 0;
}

.c-link-block__text>:last-child {
  margin-bottom: 0;
}

.c-link-block-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-link-block-column2__box {
  padding: 20px;
  border: 1px solid #bcbcbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  text-decoration: none;
  color: #2b2b2b;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 767px) {
  .c-link-block-column2__box {
    padding-bottom: 50px;
    display: block;
  }
}

.c-link-block-column2__box:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #196e15;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 30px;
  right: 30px;
}

@media (max-width: 767px) {
  .c-link-block-column2__box:after {
    bottom: 20px;
    right: 20px;
  }
}

.c-link-block-column2__box:hover {
  opacity: .6;
}

.c-link-block-column2__box>div:first-of-type {
  margin-right: 25px;
}

@media (max-width: 767px) {
  .c-link-block-column2__box>div:first-of-type {
    margin-right: 0;
  }
}

.c-link-block-column2__image {
  width: 46.875%;
}

.c-link-block-column2__text {
  width: 47.39583%;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .c-link-block-column2__text {
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
  }
}

.c-link-block-column2__text-heading {
  font-size: 1.6rem;
  font-weight: 700;
}

.c-link-block-column2__text>:first-child {
  margin-top: 0;
}

.c-link-block-column2__text>:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .c-link-block-column2 {
    display: block;
  }
}

.c-link-block-column2>* {
  width: 49%;
}

@media (max-width: 767px) {
  .c-link-block-column2>* {
    width: 100%;
  }
  .c-link-block-column2>:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.c-link-block-column2__image {
  width: 37.77778%;
}

@media (max-width: 767px) {
  .c-link-block-column2__image {
    width: 100%;
  }
}

.c-link-block-column2__text {
  width: 50%;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .c-link-block-column2__text {
    width: 100%;
    padding-bottom: 0;
  }
}
