body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  background: #fafafa;
  position: relative;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 15px;
  }
}

* {
  box-sizing: border-box;
}
.l-wrap {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 4%;
}
.inner{
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1em;
}
.l-wrap {
  padding: 0;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
p {
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 14px;
}
p:last-child {
  margin-bottom: 0;
}
p small {
  font-size: 80%;
}
p a {
  color: #0076ff;
  text-decoration: underline;
}
hr {
  border: none;
  border-top: 1px dashed #b1cdef;
  margin: 1rem 0;
}
.col-orange{
  color: #EB7000;
}
.tac{
  text-align: center !important;
}
.fw-b{
  font-weight: bold !important;
}
.mt1e{
  margin-top: 1em !important;
}
.mb1e{
  margin-bottom: 1em !important;
}
.indent{
  text-indent: -1em;
  padding-left: 1em;
}
sup {
  top: -0.25em;
}
.dib{
  display: inline-block;
}
.posr{
  position: relative;
}
section{
  margin-bottom: 4em;
}
h1{
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 0 0.5em;
  line-height: 1.4;
}
h1 span{
  display: inline-block;
  line-height: 1.2;
}
h1 span:first-of-type{
  margin-right: 0.5em;
}
@media screen and (min-width: 769px) {
  h1{
    font-size: 26px;
  }
}
.elm_h2 {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 486px;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .elm_h2{
      font-size: 20px;
  }
}
.elm_h2 span{
  position: relative;
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.5em 1.25em;
  color: #fff;
  font-size: 22px;
  background: #299077;
  border-radius: 5px;
  line-height: 1;
}
@media screen and (max-width: 359px) {
  .elm_h2 span{
    font-size: 20px;
  }
}
.elm_h2 span:before{
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #299077;
}

.elm_h2 + p {
  line-height: 1.6;
  text-align: justify;
}
.ribbon {
  position: relative;
  padding: 0.5em;
  background: #299077;
  color: white;
  font-size: 22px;
  margin: 1em auto;
  max-width: 420px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 359px) {
  .ribbon{
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .ribbon{
    font-size: 26px;
  }
}
.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.elm_h3 {
  padding: 0.75em 0 0.5em;
  font-weight: 600;
  color: #EB7000;
  font-size: 22px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .elm_h3{
    font-size: 23px;
  }
}
.exclamation-button{
  display: block;
  font-weight: 600;
  border:solid 1px #333;
  border-radius: 5px;
  line-height: 1;
  padding: 1em;
  position: relative;
  text-align: center;
  font-size: 120%;
  width: 94%;
  margin: 0 auto 1em;
  position: relative;
}
.exclamation-button.acc1{
  font-size: 170%;
}
.exclamation-button.acc1:after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  position: absolute;
  right: 20px;
  top: calc(50% - 0.125em);
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.exclamation-button.acc1.active:after {
  content: "";
  top: calc(50% + 0.125em);
  transform: translateY(-50%) rotate(-135deg);
}
.exclamation-button.acc2:after {
  content: "－";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.exclamation-button.acc2.active:after {
  content: "＋";
  transform: translateY(-50%) rotate(-90deg);
}
.exclamation-button.acc2+.exclamation-wrap{ /* 注意事項：初期値非表示 */
  display: none;
}
.elm_chu, .exclamation {
  text-align: left;
  margin-bottom: 0.25em;
}
.exclamation{
  display: flex;
}
.exclamation:before{
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  margin-right: 0.25em;
  background: url(../images/marker.png) no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.lead {
  color: #595959;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
.lead {
    font-size: 16px;
  }
}

/* 金利特典を詳しく見る */
.benefits-bg{
  border: solid 2px #d29200;
  border-radius: 6px;
  overflow: hidden;
  padding: 0 1em 1em;
}
@media screen and (min-width: 769px) {
  .benefits-bg{
    max-width: 480px;
    margin: 0 auto;
    padding: 0em 2em 1em;
  }
}
.benefits-bg+.benefits-bg{
  margin-top: 2em;
}
.benefits-bg p.benefits-ttl{
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.benefits-bg p+p:not(.benefits-ttl+p){
  margin-top: 1.5em;
}
.benefits-bg .benefits-gold-card{
  margin-top: 0.25em !important;
}

.benefits-bg .clickable-area{
  position: relative;
}
.benefits-bg .clickable-area a{
  width: 86%;
  height: 22%;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

/* ------------------------------
header
------------------------------ */
#header_content{
	background-color: #fff;
	padding:2% 0;
	position: relative;
  border-bottom: solid 1px #ccc;
}
#header_content .header-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header_content img.logoL{
	width: auto;
	height: 25px;
	margin-left: 2%;
}
@media screen and (max-width: 768px) {
	#header_content .header-inner{ height: 30px; }
	#header_content img.logoL{ height: 80%; }
}

/* ------------------------------
contents
------------------------------ */
#convenience h2{
  font-size: 20px;
  font-weight: bold;
  background: #ffe699;
  padding: 0.75em 0.5em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #convenience h2{
    font-size: 26px;
  }
}
#convenience .convenience_img{
  display: block;
  max-width: 820px;
  margin: 0 auto;
}
#convenience img {
  display: block;
  padding: 1em 0.5em 0;
}
.mod_tab {
  margin: 54px 0 1rem ;
  position: relative;
}
.mod_tab .trigg {
  display: flex;
}
.mod_tab .trigg li {
  flex: 1;
  text-align: center;
  font-weight: 600;
  background: rgba(51, 51, 51, 0.07);
  padding: 1em;
  color: rgba(51, 51, 51, 0.4);
  cursor: pointer;
}
.mod_tab .trigg li:first-child {
  border-radius: 7px 0 0 0;
}
.mod_tab .trigg li:last-child {
  border-radius: 0 7px 0 0;
}
.mod_tab .trigg li.active {
  background: #EB7000;
  color: #fff;
}
@media screen and (max-width: 320px) {
  .mod_tab .trigg li {
    font-size: 12px;
  }
}
.mod_tab .target {
  background: #fff;
  padding: 1em;
  border-radius: 0 0 7px 7px;
  border-top: 2px solid #EB7000;
}
@media screen and (max-width: 320px) {
  .mod_tab .target {
    padding: 0.5em;
  }
}
.mod_tab .target li {
  display: none;
}
.mod_tab .target li.active {
  display: block;
}
.mod_tab .balloon1 {
  position: absolute;
  display: inline-block;
  margin: 1.5em 2em;
  padding: 7px 10px;
  max-width: 100%;
  font-size: 14px;
  background: yellow;
  top: -54px;
  left: -24px;
  transform: rotate(-18deg);
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}
.mod_tab .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid yellow;
}
.mod_tab .balloon1 p {
  margin: 0;
  padding: 0;
}
.mod_tab .balloon1.disable{
  display: none;
}
.mod_tab .fz-adj01{
  font-size: 12px;
  font-size: clamp(0.625rem, -0.102rem + 3.64vw, 1.125rem);
  color: #333;
  position: absolute;
  top: 11.5%;
  left:15%;
}
@media screen and (max-width: 320px) {
  .mod_tab .fz-adj01{
    font-size: 10px;
  }
}
.from-web{
  display: none; /* 初期値 */
}
.apply-myNumber{
  margin: 1em auto 0;
  max-width: 480px;
  padding: 1em 0;
  background: #fff;
  border-radius: 6px;
}
.mod_cv {
  padding: 0 1em;
}
.mod_cv-inner{
  max-width: 600px;
  margin: 0 auto;
  border: solid 2px #ccc;
  padding: 2rem 1rem 1.3rem;
  border-radius: 7px;
}
.mod_cv .cvBtn, .mod_cv .cvAori{
  max-width: 460px;
}
.mod_cv .cvBtn {
  text-align: center;
  margin: 0 auto 1em;
}
.mod_cv .cvAori {
  padding: 0 0.6rem;
  margin: 0 auto 1em;
}

.btn-primary {
  background: #eb5505;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: clamp(1rem, 0.063rem + 4.17vw, 1.625rem);
  display: block;
  border-radius: 2em;
  padding: 1em;
  cursor: pointer;
  transition: all 0.5s ease;
  border: 2px solid #eb5505;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary.large{
  font-size: clamp(1.25rem, 0.625rem + 2.67vw, 1.625rem);
}
.btn-primary:after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: .5em;
  height: .5em;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .btn-primary:hover {
    background: #fff;
    color: #eb5505;
  }
  .btn-primary:hover:after{
    border-top: solid 2px #eb5505;
    border-right: solid 2px #eb5505;
  }
}
/*** floating ***/
.floating-btn{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.floating-btn .btn-primary{
  border-radius: 10px;
  width: 98%;
  margin: 5px auto;
  padding: 0.75em 1em;
}
@media screen and (min-width: 769px) {
  .floating-btn{
    background: none;
    box-shadow: none;
    left: auto;
    right: 5px;
    max-width: 300px;
  }
  .floating-btn .btn-primary{
    border-radius: 2em;
    padding: 0.5em 1em;
  }
  .btn-primary:hover {
    background: #eb5505;
    color: #fff;
  }
  .btn-primary:hover:after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

.btn-secondary {
  background: #1B4C86;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: clamp(1rem, 0.063rem + 4.17vw, 1.625rem);
  display: block;
  border-radius: 400px;
  padding: 1em;
  cursor: pointer;
  transition: all 0.5s ease;
  border: 2px solid #1B4C86;
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
.btn-secondary:after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: .5em;
  height: .5em;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .btn-secondary:hover {
    background: #fff;
    color: #1B4C86;
  }
  .btn-secondary:hover:after{
    border-top: solid 2px #1B4C86;
    border-right: solid 2px #1B4C86;
  }
}

/* ------------------------------
  mv-sec
------------------------------ */
.mv-sec {
  overflow: hidden;
  margin: 20px 0 0;
  padding: 0;
}
.mv-sec-inner {
  position: relative;
}
@media (max-width: 750px) {
  .mv-sec-inner {
    margin: 0;
  }
}

/* ------------------------------
  mv-carousel
------------------------------ */
.mv-carousel {
  margin-top: 2px;
}
.mv-carousel .slick-list {
  overflow: visible;
}
.mv-carousel-slide {
  background: #FFF;
  padding: 1px;
  -webkit-transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (max-width: 750px) {
  .mv-carousel-slide {
    padding: 0;
  }
}
.mv-carousel-slide:not(.slick-now) {
  opacity: 0.2;
  pointer-events: none;
}
.mv-carousel-ui {
  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;
  margin-top: 1rem;
}
.tpl-icon-arrow {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 1em;
  height: 1em;
  line-height: 1;
  border: 0.06em solid currentColor;
  background-color: #FFF;
  border-radius: 50%;
}
.tpl-icon-arrow::before {
  content: "\e409";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 0.75em;
  height: 1em;
  padding-left: 0.05em;
}
.tpl-icon-arrow.prev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.tpl-icon-arrow-corner::before, .tpl-icon-arrow::before {
  font-family: "Material Icons";
  font-style: normal !important;
}

/* ------------------------------
 Slick
------------------------------ */
.slick-arrow {
  color: #eb7000;
  pointer-events: auto;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 751px) {
  .slick-arrow {
    font-size: 3rem;
  }
}
@media (max-width: 750px) {
  .slick-arrow {
    font-size: 2rem;
  }
}
.slick-arrow.prev {
  right: auto;
  left: -0.5em;
}
.slick-arrow.next {
  left: auto;
  right: -0.5em;
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.slick-arrow.static {
  position: static;
  margin: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slick-arrow.static.next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 750px) {
  .slick-arrow.sp-static {
    position: static;
    margin: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .slick-arrow.sp-static.next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.slick-dots {
  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;
  margin: 0 1em;
  pointer-events: auto;
}
@media (min-width: 751px) {
  .slick-dots {
    font-size: 1.5rem;
  }
}
@media (max-width: 750px) {
  .slick-dots {
    font-size: 1rem;
  }
}
.slick-dots li {
  margin: 0 0.3em;
}
.slick-dots button {
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999%;
  background: #e6e6e6;
  border: #FFF 1px solid;
}
.slick-dots li.slick-active button {
  background-color: #eb7000;
}

.mv-carousel .slick-list {
  overflow: hidden;
}

.mv-carousel-slide:not(.slick-now) {
  opacity: 1;
  pointer-events: auto;
}

.mv-carousel-slide {
  padding: 0 10px;
}

@media(min-width: 750px) {
  .mv-carousel .slick-list {
    overflow: hidden;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

@media(max-width: 749px) {
  .mv-carousel-slide {
    padding: 0 0.5rem;
  }
}

.slick-slide .img-bd-adj{
  border: 1px solid #f45501;
}

/* -------- PC版は3枚のみの場合、dots非表示 -------- */
/* @media(min-width: 750px) {
.mv-carousel-ui{display: none;}
} */

/* ------------------------------
  キャンペーン一覧ボタン
------------------------------ */
.icon-campaign {
  text-align: center;
  margin-top: 1.5em;
  display: block;
}
.icon-campaign a{
  position: relative;
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  padding: .5em;
  font-size: 18px;
  font-weight: bold;
  border: solid 2px #333;
  padding: .5em;
  border-radius: 1.5em;
  line-height: 1;
}
.icon-campaign a:after {
  content: "";
  display: block;
  border-top: solid 2px #333;
  width: .5em;
  height: .5em;
  border-right: solid 2px #333;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#sec_01 {
  padding: 1em 0;
  background-color: #fff6f4;
}
section#sec_02{
  margin-bottom: 2em;
}
#sec_02 .elm_chu, #sec_03 .elm_chu{
  display: flex;
}
#sec_02 .elm_chu .num, #sec_03 .elm_chu .num{
  white-space: nowrap;
  margin-right: .5em;
}
#sec_02 [class^="sec_02_img_"]{
  text-align: center;
}
#sec_02 .sec_02_img_01{
  padding-top: 1em;
}
#sec_02 .sec_02_img_01 img{
  max-width: 410px;
}
@media screen and (min-width: 769px) {
  #sec_02 .sec_02_img_02{
    padding: 0 3em;
  }
}
#sec_02 .sec_02_date{
  text-align: right;
  width: 85%;
  max-width: 350px;
  margin: 2px auto 1em;
}
#sec_02 .manekatsu_link{
  margin: 1em 0 1em;
  font-size: 120%;
}
#sec_02 .manekatsu_link+.manekatsu_link{
  margin-top: -0.5em;
}

/* モーダル */
.mod_cv.modal .btn-primary{
  pointer-events: auto;
}
/* .mod_cv.modal .btn-primary br{
  display: none;
} */
@media screen and (max-width: 359px) {
  .mod_cv.modal .btn-primary{
    line-height: 1.2;
  }
  /* .mod_cv.modal .btn-primary br{
    display: block;
  } */
}
.mod_cv.modal #btn_manekatsu_apply{
  line-height: 1.4;
  border-radius: 3em;
  font-size: min(4.5vw, 26px);
  padding: 0.5em;
}
.mod_cv.modal #btn_manekatsu_apply:after{
  display: none;
}
/* モーダル展開 */
body.active{
  overflow: hidden;
}
.modal .modal-area, .modal-area-bg{
  display: none;
}
body.active .modal .modal-area-bg, body.active .modal-area-bg{
  display: block;
}
.modal .modal-area{
  z-index: 102;
  position: fixed;
  width: 92%;
  height: auto;
  max-width: 600px;
  background: #fef6e0;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border: none;
}
.modal .modal-area .close-btn {
  width: 3em;
  height: 3em;
  background: #333;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.modal .modal-area .elm_h2{
  margin-bottom: 1em;
}
body.active .modal-area-bg{
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 101;
  cursor: pointer;
}

#sec_03 .icon-liquid-wrap h2{
  font-size: 22px;
  color: #333;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #sec_03 .icon-liquid-wrap h2{
    font-size: 24px;
  }
}
#sec_03 .table-wrap{
  overflow-x: auto;
}
@media screen and (max-width: 819px) {
  #sec_03 .table-wrap{
    margin: 1em 0 1em 1em;
  }
}
#sec_03 table{
  text-align: center;
  /* font-weight: bold; */
  width: 100%;
  max-width: 820px;
  margin: 1em auto 10px;
  border-collapse: separate;
  border-top: solid 1px #595959;
  border-right: solid 1px #595959;
}
@media screen and (max-width: 768px) {
  #sec_03 table{
    width: 768px;
  }
}
@media screen and (max-width: 819px) {
  #sec_03 table{
    margin-right: 1em;
  }
}
#sec_03 table td{
  padding: 0.5em;
  vertical-align: middle;
  border-left: solid 1px #595959;
  border-bottom: solid 1px #595959;
  font-size: 13px;
  line-height: 1.4;
  width: calc(100% / 6);
  white-space: nowrap;
}
#sec_03 table .fixed01{
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
}
#sec_03 table .fixed01:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #595959;
  border-bottom: solid 1px #595959;
}
#sec_03 table .bdl-n{
  border-left: none;
}
#sec_03 table .gray{
  background: #f2f2f2;
}
#sec_03 table .regular{
  color: #fff;
  background: #EB7000;
}
#sec_03 table .silver{
  color: #fff;
  background: #a0b3b7;
}
#sec_03 table .gold{
  color: #fff;
  background: #c7ad47;
}
#sec_03 table .premium{
  color: #fff;
  background: #b368aa;
}
#sec_03 table .table_num{
  font-size: 18px;
}
#sec_03 table .table_num2{
  padding-right: 0.1em;
  font-weight: bold;
  color: #EB7000;
}
#sec_03 table .table_num2 i{
  visibility: hidden;
}

#sec_03 table
/* スクロールバー設定 */
.table-wrap::-webkit-scrollbar {
  height: 4px;
}
table-wrap::-webkit-scrollbar-track {
  background: #eee;
}
.table-wrap::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.table-wrap::-webkit-scrollbar-thumb:hover {
  background: #999;
}
#sec_03 .w820_notice{
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 819px) {
  #sec_03 .w820_notice{
    margin: 1em 1em 0;
  }
}
#sec_03 .icon-liquid-wrap{
  margin-top: 3em;
  background: #fef6e0;
  padding: 3em 1em;
}
@media screen and (min-width: 769px) {
  #sec_03 .icon-liquid-wrap{
    padding: 3em 0;
  }
}
#sec_03 .icon-liquid {
  display: flex;
  margin: 2em auto 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #sec_03 .icon-liquid{
    justify-content: space-between;
    max-width: 740px;
  }
}
#sec_03 .icon-liquid li {
  font-size: 11px;
  font-size: clamp(0.688rem, 0.495rem + 0.82vw, 0.875rem);
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  position: relative;
  width: calc(100% / 3 - 5px);
  margin-bottom: 2em;
  border: solid 4px #fff;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
  #sec_03 .icon-liquid li{
    font-size: 14px;
    width: calc(100% / 5 - 10px);
  }
}
@media screen and (max-width: 768px) {
  #sec_03 .icon-liquid li:nth-of-type(2){
    margin-left: 5px;
    margin-right: 5px;
  }
  #sec_03 .icon-liquid li:nth-of-type(4){
    margin-left: calc(50% / 3);
  }
  #sec_03 .icon-liquid li:nth-of-type(5){
    margin-left: 5px;
  }
}
#sec_03 .icon-liquid li:after{
  content: url(../images/icon__arrow--text.svg);
  position: absolute;
  right: 5px;
  bottom: 6px;
  display: block;
  width: 16%;
  height: 16%;
}
#sec_03 .icon-liquid li a{
  border: solid 2px #ddd;
  border-color: #EB7000;
  display: block;
  border-radius: 5px;
  height: 100%;
  width: 100%;
}
#sec_03 .icon-liquid li .icon-liquid-inner {
  background: #fff;
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-align: center;
  flex-wrap: wrap;
}
#sec_03 .icon-liquid li .icon-liquid-inner img {
  padding-top: 1em;
  width: 50%;
}

#sec_04 .app-area{
  background: #f2f2f2;
  display: flex;
  padding: 2em;
  margin: 0.5em 0;
  border: solid 1px #ccc;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  #sec_04 .app-area{
    flex-direction: column;
    padding: 2em 1em;
  }
}
#sec_04 .app-area .app-area-left, #sec_04 .app-area .app-area-right{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #sec_04 .app-area .app-area-left, #sec_04 .app-area .app-area-right{
    width: 100%;
  }
}
#sec_04 .app-area .app-area-left{
  border-right: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  #sec_04 .app-area .app-area-left{
    border-right: none;
    border-bottom: solid 1px #ccc;
    padding-bottom: 2em;
  }
}
#sec_04 .app-area .app-area-left img{
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  #sec_04 .app-area .app-area-right{
    padding-top: 2em;
  }
}
#sec_04 .app-area .app-area-right a+a{
  margin-top: 20px;
}
#sec_04 .app-area .app-area-right img{
  max-width: 160px;
}

.scroll-top{
  display: none; /* 初期値 */
  z-index: 1;
}
.scroll-top a{
  position: relative;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 80px;
  border-radius: 50%;
}
.scroll-top a:before{
  content: "";
  width: 16px;
  height: 16px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* ------------------------------
footer
------------------------------ */
.mod_footer {
  text-align: center;
  padding: 2rem 0 100px;
}
@media screen and (min-width: 769px) {
  .mod_footer{
    padding-bottom: 60px;
  }
}
.mod_footer img {
  display: inline-block;
  width: 70px;
}

.mod_footer .footer-requirements3{
  margin-bottom: 1em;
}

.mod_contact {
  margin-top: 2.3rem;
}
.mod_contact .ttl {
  font-size: 110%;
  font-weight: 600;
  margin-bottom: 1em;
}
.mod_contact .box {
  border-radius: 7px;
  background: #fff;
  padding: 1.3rem 1rem;
  text-align: center;
  border: 1px solid #ccc;
}
.mod_contact .box .ttl {
  color: #EB7000;
}

.mod_terms {
  background: #6C6C6C;
  padding: 1.5rem 0;
}
.mod_terms h5 {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.8em;
}
.mod_terms p {
  color: #d5d5d5;
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
}