@charset "UTF-8";

article,
b,
body,
div,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
li,
p,
section,
span,
sub,
table,
td,
th,
tr,
ul,
var {
  font-family: noto-sans-cjk-jp, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box
}

article,
footer,
header,
main,
section {
  display: block
}

html {
  font-size: 62.5%
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: .5px
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
table {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700
}

table {
  line-height: 1.1
}

ul {
  list-style: none
}

img {
  vertical-align: top
}

a {
  color: inherit;
  text-decoration: none;
  color: #008dec
}

a.blank__link:after {
  width: 10px;
  height: 14px;
  background-image: url(/promotion/tanekabu/assets/images/icon_blue.png?ver=20250618);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  display: inline-block;
  margin-left: 6px;
  content: "";
  vertical-align: middle
}

* {
  box-sizing: border-box
}

img {
  max-width: 100%
}

a,
button {
  -webkit-tap-highlight-color: transparent
}

.text-left {
  text-align: left
}

.text-left-sp {
  text-align: center
}

@media screen and (max-width:768px) {
  .text-left-sp {
    text-align: left
  }

  .text-center {
    text-align: center
  }
}

.left-bar:after {
  width: 15px;
  height: 30px;
  background-image: url(/promotion/tanekabu/assets/images/left-bar.png);
  background-repeat: no-repeat;
  background-size: 10px 25px;
  display: inline-block;
  margin-right: 7px;
  content: "";
  vertical-align: middle;
  position: relative;
  top: -3px
}

.right-bar:after {
  width: 15px;
  height: 30px;
  background-image: url(/promotion/tanekabu/assets/images/right-bar.png);
  background-repeat: no-repeat;
  background-size: 10px 25px;
  display: inline-block;
  margin-left: 7px;
  content: "";
  vertical-align: middle;
  position: relative;
  top: -3px
}

@media screen and (max-width:768px) {
  .left-bar:after {
    width: 10px;
    height: 20px;
    background-size: 10px 20px
  }

  .right-bar:after {
    width: 10px;
    height: 20px;
    background-size: 10px 20px
  }
}

.left-bar-m:after {
  width: 15px;
  height: 30px;
  background-image: url(/promotion/tanekabu/assets/images/left-bar-m.png);
  background-repeat: no-repeat;
  background-size: 10px 25px;
  display: inline-block;
  margin-right: 7px;
  content: "";
  vertical-align: middle;
  position: relative;
  top: -3px
}

.right-bar-m:after {
  width: 15px;
  height: 30px;
  background-image: url(/promotion/tanekabu/assets/images/right-bar-m.png);
  background-repeat: no-repeat;
  background-size: 10px 25px;
  display: inline-block;
  margin-left: 7px;
  content: "";
  vertical-align: middle;
  position: relative;
  top: -3px
}

@media screen and (max-width:768px) {
  .left-bar-m:after {
    width: 10px;
    height: 20px;
    background-size: 10px 20px
  }

  .right-bar-m:after {
    width: 10px;
    height: 20px;
    background-size: 10px 20px
  }
}

#navSpeak,
.speakAnchor {
  display: none
}

body {
  color: #222;
  line-height: 1.5
}

.sp {
  display: none !important
}

@media screen and (max-width:768px) {
  .sp {
    display: block !important
  }
}

.pc {
  display: block !important
}

@media screen and (max-width:768px) {
  .pc {
    display: none !important
  }
}

.l-content {
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto
}

.c-btn01 {
  width: 100%;
  max-width: 414px;
  height: 60px;
  background: #595959;
  border: 2px solid #595959;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, .1);
  position: relative;
  transition: ease-in-out .3s;
  border-radius: 30px
}

.c-btn01:after {
  background: url(/promotion/ordercard/os_matome/image/ico_lineup_apply_arrow.png) 0 0/contain no-repeat;
  content: '';
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px
}

@media screen and (max-width:768px) {
  .c-btn01 {
    height: 45px;
    font-size: 16px
  }

  .c-btn01:after {
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px
  }
}

@media screen and (min-width:769px) {
  .c-btn01:hover {
    opacity: .7
  }
}

.c-btn02 {
  width: 100%;
  max-width: 414px;
  background: #ff853f;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, .1);
  position: relative;
  transition: ease-in-out .3s;
  border-radius: 60px;
  padding: 10px
}

.c-btn02:after {
  background: url(/promotion/tanekabu/assets/images/ico_lineup_apply_arrow.png) 0 0/contain no-repeat;
  content: '';
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px
}

@media screen and (max-width:768px) {
  .c-btn02 {
    font-size: 16px;
    padding: 10px;
    border-radius: 40px
  }

  .c-btn02:after {
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px
  }
}

@media screen and (min-width:769px) {
  .c-btn02:hover {
    opacity: .7
  }
}

.c-btn03 {
  width: 100%;
  max-width: 414px;
  background: #ffe611;
  color: #000;
  font-weight: 700;
  font-size: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, .1);
  position: relative;
  transition: ease-in-out .3s;
  border-radius: 60px;
  padding: 10px
}

.c-btn03:after {
  background: url(/promotion/tanekabu/assets/images/ico_lineup_apply_arrow2.png) 0 0/contain no-repeat;
  content: '';
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px
}

@media screen and (max-width:768px) {
  .c-btn03 {
    font-size: 16px;
    padding: 10px;
    border-radius: 40px
  }

  .c-btn03:after {
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px
  }
}

@media screen and (min-width:769px) {
  .c-btn03:hover {
    opacity: .7
  }
}

.c-btn04 {
  width: 100%;
  max-width: 414px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, .1);
  position: relative;
  transition: ease-in-out .3s;
  border: 2px solid #000;
  border-radius: 60px;
  padding: 10px
}

@media screen and (max-width:768px) {
  .c-btn04 {
    font-size: 16px;
    padding: 10px;
    border-radius: 40px
  }

  .c-btn03:hover {
    opacity: .7
  }
}

#header {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  padding-top: 15px;
  display: flex;
  justify-content: space-between
}

@media screen and (max-width:768px) {
  #header {
    padding-top: 10px;
  }
}

#header .logo {
  display: inline-block;
  margin-left: 25px
}

@media screen and (max-width:768px) {
  #header .logo {
    margin-left: 10px
  }
}

#header .logo img {
  width: 50px;
  height: auto
}

#header .tanekabu-logo {
  display: inline-block;
  margin-right: 20px
}

@media screen and (max-width:768px) {
  #header .tanekabu-logo {
    margin-right: 10px
  }
}

#header .tanekabu-logo img {
  width: 90px;
  height: auto
}

@media screen and (max-width:768px) {
  #header .tanekabu-logo img {
    width: 75px
  }
}

.c-mainvisual01 {
  width: 100%;
  height: auto;
  display: block;
  position: relative
}

.c-mainvisual01 .bg {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  position: absolute
}

.c-mainvisual01 .bg .c-img1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.c-mainvisual01 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.c-mainvisual01 .content {
  position: relative;
  width: 100%
}

.c-mainvisual01 .content .title {
  text-align: center
}

.c-mainvisual01 .content .title .c-img1 {
  width: 2500px;
  height: auto;
  display: inline-block;
  padding: 0;
  max-width: 100%
}

@media screen and (max-width:768px) {
  .c-mainvisual01 .content .title .c-img1 {
    width: 100%;
    padding: 0
  }
}

@media (min-width:768px) and (max-width:991px) {
  .c-mainvisual01 .content .title .c-img1 {
    padding: 20px 0 0
  }
}

.c-mainvisual01 .content .title .c-img1 img {
  width: 100%;
  height: auto
}

.index-sec1 {
  background: #fceebd;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 25px 0;
  text-align: center
}

@media screen and (max-width:768px) {
  .index-sec1 {
    padding: 20px 0
  }
}

.index-sec1 .l-content {
  width: auto;
  display: inline-block
}

@media screen and (max-width:768px) {
  .index-sec1 .l-content {
    padding: 0
  }
}

.index-sec1 .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .index-sec1 .flex {
    display: inline-block;
    max-width: 940px;
    padding: 0
  }
}

@media (min-width:768px) and (max-width:991px) {
  .index-sec1 .flex {
    max-width: 970px
  }
}

.index-sec1 .title,
.index-sec1 .title2 {
  color: #fff;
  text-align: center;
  margin: 10px 0 0;
  width: 50%
}

@media screen and (max-width:768px) {

  .index-sec1 .title,
  .index-sec1 .title2 {
    width: 100%;
    margin: 0 auto
  }
}

.index-sec1 .title .sub {
  font-size: 20px;
  color: #fff;
  background: #ff853f;
  display: inline-block;
  padding: 4px 25px;
  border-radius: 20px;
  position: relative;
  letter-spacing: 2px
}

.index-sec1 .title2 .sub {
  font-size: 20px;
  color: #000;
  background: #ffe63f;
  display: inline-block;
  padding: 4px 25px;
  border-radius: 20px;
  position: relative;
  letter-spacing: 2px
}

@media screen and (max-width:768px) {
  .index-sec1 .title2 .sub {
    padding: 4px 15px
  }
}

@media (min-width:768px) and (max-width:991px) {

  .index-sec1 .title .sub,
  .index-sec1 .title2 .sub {
    font-size: 16px
  }
}

.index-sec1 .title .desc,
.index-sec1 .title2 .desc2 {
  color: #000;
  width: 100%;
  height: 120px;
  padding: 20px 10px 10px;
  background-color: #fff;
  margin: -15px 0 15px;
  display: inline-block;
  border-radius: 5px
}

.index-sec1 .note-box {
  margin: 0 auto
}

.index-sec1 .title p,
.index-sec1 .title2 p {
  font-size: 20px;
  font-weight: 600;
  text-align: center
}

.index-sec1 .title p span {
  color: #ff853f;
  font-size: 18px;
  font-weight: 700
}

.index-sec1 .title2 p span {
  color: #fcbe02;
  font-size: 18px;
  font-weight: 700
}

@media (min-width:768px) and (max-width:991px) {

  .index-sec1 .title p,
  .index-sec1 .title2 p {
    font-size: 16px
  }
}

.index-sec1 .title h2,
.index-sec1 .title2 h2 {
  font-size: 20px;
  font-weight: 900;
  border-radius: 4px
}

.index-sec1 .title .desc-ttl,
.index-sec1 .title2 .desc-ttl {
  font-size: 22px;
  position: relative;
  display: inline-block;
  padding: 4px 10px
}

.index-sec1 .title h2,
.index-sec1 .title2 h2 {
  font-size: 22px;
  width: calc(90%);
  margin-top: -10px;
  margin-left: 5%;
  padding: 10px 10px
}

.index-sec1 .title h2 span,
.index-sec1 .title2 h2 span {
  font-size: 24px;
  font-weight: 600
}

.index-sec1 p.note {
  font-size: 14px;
  padding-top: 10px;
  text-align: left;
  font-weight: 400
}

@media screen and (max-width:768px) {

  .index-sec1 .title .desc {
    width: 90%;
    height: 100px;
    padding: 20px 10px 10px;
    margin: -15px 10px 15px
  }

  .index-sec1 .title2 .desc2 {
    width: 90%;
    height: 80px;
    padding: 20px 10px 10px;
    margin: -15px 10px 15px
  }

  .index-sec1 .title .sub,
  .index-sec1 .title2 .sub {
    font-size: 13px;
    width: 70%
  }

  .index-sec1 .note-box {
    width: 100%
  }

  .index-sec1 .title p span,
  .index-sec1 .title2 p span {
    font-size: 20px
  }

  .index-sec1 .title p,
  .index-sec1 .title2 p {
    font-size: 16px;
    font-weight: 600
  }

  .index-sec1 .title h2,
  .index-sec1 .title2 h2 {
    font-size: 14px;
    width: calc(90%);
    margin-top: -15px;
    margin-left: 5%;
    padding: 10px 10px
  }

  .index-sec1 .title h2 span,
  .index-sec1 .title2 h2 span {
    font-size: 18px
  }

  .index-sec1 .title .desc-ttl,
  .index-sec1 .title2 .desc-ttl {
    font-size: 16px;
    padding: 0 10px 4px;
  }

  .index-sec1 .note {
    font-size: 12px;
    padding: 0
  }
}

@media (min-width:768px) and (max-width:991px) {

  .index-sec1 .title h2,
  .index-sec1 .title2 h2 {
    font-size: 12px
  }
}

.index-sec1 .flex .note {
  margin: -15px 0 0;
}
.index-sec1 .flex .note p {
  color: #000;
}
.index-sec1 .flex .note p.ca::before {
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec1 .flex .note {
    text-align: center;
    position: relative;
    margin: -10px 0 0;
  }
}

.index-sec1 .note p {
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-sec1 .note p {
    font-size: 12px;
  }
}
.index-sec1 .note p.ca {
  position: relative;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec1 .note p.ca {
    font-size: 10px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .index-sec1 .note p.ca {
    font-size: 10px;
  }
}
.index-sec1 .note p.ca::before {
  content: "※";
  left: 0;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-sec1 .note p.ca::before {
    font-size: 12px;
  }
}
.index-sec1 .note span.space {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .note span.space {
    margin: 0;
  }
}

.index-sec2 {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  text-align: center;
  padding: 30px 0
}

@media screen and (max-width:768px) {
  .index-sec2 {
    padding: 10px 0
  }
}

.index-sec2 h2 {
  color: #00b88a;
  font-size: 40px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #ff99ac;
  text-underline-offset: 16px;
  text-decoration-thickness: 6px
}

@media screen and (max-width:768px) {
  .index-sec2 h2 {
    font-size: 36px;
    text-underline-offset: 13px;
    text-decoration-thickness: 4px
  }
}

.index-sec2 h2 span {
  font-size: 68px;
  font-weight: 700;
  line-height: 1
}

@media screen and (max-width:768px) {
  .index-sec2 h2 span {
    font-size: 48px
  }
}

.index-sec2 .block {
  text-align: left;
  margin-top: 50px;
  padding: 20px 0 60px;
  display: inline-block;
  width: 100%;
  height: auto
}

.index-sec2 .block-center {
  text-align: center;
  margin-top: 50px;
  padding: 20px 0 60px;
  display: inline-block;
  width: 100%;
  height: auto
}

.index-sec2 .block-center {
  text-align: center;
  margin-top: 20px;
  padding: 0;
  display: inline-block;
  width: 100%;
  height: auto
}

@media screen and (max-width:768px) {

  .index-sec2 .block,
  .index-sec2 .block-center {
    padding: 10px 0;
    margin-top: 0
  }
}

.index-sec2 .txt {
  font-size: 26px;
  font-weight: 700
}

.index-sec2 .txt2 {
  font-size: 36px;
  font-weight: 700;
  margin: 15px 0
}

.index-sec2 .txt2 span {
  font-size: 30px
}

.index-sec2 .campaign img {
  margin: 0 auto;
  width: 500px
}

.index-sec2 .title {
  color: #fff;
  text-align: center;
  margin: 10px 0 20px
}

.index-sec2 .title .sub {
  font-size: 30px;
  color: #fff;
  background: #ff853f;
  display: inline-block;
  padding: 4px 25px;
  border-radius: 5px;
  letter-spacing: 3px;
  width: 400px
}

.index-sec2 .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .index-sec2 .flex {
    display: inline-block;
    max-width: 940px;
    padding: 0 20px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .index-sec2 .flex {
    max-width: 970px
  }
}

.index-sec2 .camp-box1 {
  background: #f8ffff;
  border: 2px solid #ff853f;
  border-radius: 10px;
  margin: 20px auto 0;
  overflow: hidden;
  text-align: center
}

.index-sec2 .camp-box1 .camp-box-head {
  background: #ff853f;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding: 5px
}

.index-sec2 .camp-box1 .camp-box-content1 {
  padding: 10px 20px;
  background-color: #fbd6c1
}

.index-sec2 .camp-box1 .camp-box-content2 {
  margin: 0;
  padding: 5px 20px;
  background-image: repeating-linear-gradient(135deg, #fde2d7, #fde2d7 3px, #fde6d8 3px, #fde6d8 6px)
}

.index-sec2 .camp-box1 .camp-box-content1 p,
.index-sec2 .camp-box1 .camp-box-content2 p {
  font-size: 22px
}

.index-sec2 .camp-box1 .camp-box-content1 p span {
  font-size: 28px;
  font-weight: 600
}

.index-sec2 .camp-box1 .camp-box-content2 p span {
  font-size: 36px;
  font-weight: 500
}

.index-sec2 .camp-box1 .camp-box-content2 img,
.index-sec2 .camp-box2 .camp-box-content2 img {
  margin-top: 10px;
  width: 350px
}

@media screen and (max-width:768px) {
  .index-sec2 .txt {
    font-size: 18px
  }

  .index-sec2 .txt2 {
    font-size: 24px;
    margin: 10px 0
  }

  .index-sec2 .txt2 span {
    font-size: 20px
  }

  .index-sec2 .campaign img {
    margin: 0 auto;
    width: 75%
  }

  .index-sec2 .title {
    color: #fff;
    text-align: center;
    margin: 5px 0 20px
  }

  .index-sec2 .title .sub {
    font-size: 18px;
    width: 75%
  }

  .index-sec2 .camp-box1 {
    margin: 0 auto
  }

  .index-sec2 .camp-box1 .camp-box-content1 {
    padding: 5px 20px
  }

  .index-sec2 .camp-box1 .camp-box-content2 {
    margin: 0;
    padding: 5px 20px
  }

  .index-sec2 .camp-box1 .camp-box-content1 p,
  .index-sec2 .camp-box1 .camp-box-content2 p {
    font-size: 14px
  }

  .index-sec2 .camp-box1 .camp-box-content1 p.pr,
  .index-sec2 .camp-box1 .camp-box-content2 p.pr {
    font-size: 18px;
    font-weight: 400
  }

  .index-sec2 .camp-box1 .camp-box-content1 p span {
    font-size: 18px;
    font-weight: 600
  }

  .index-sec2 .camp-box1 .camp-box-content2 p span {
    font-size: 30px;
    font-weight: 600
  }

  .index-sec2 .camp-box1 .camp-box-content2 img {
    margin-top: 5px;
    max-width: 75%
  }
}

.index-sec2 .camp-box2 {
  background: #f8ffff;
  border: 2px solid #fce849;
  border-radius: 10px;
  margin: 20px auto 0;
  overflow: hidden;
  text-align: center
}

.index-sec2 .camp-box2 .camp-box-head {
  background: #fce849;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  padding: 5px
}

.index-sec2 .camp-box2 .camp-box-content1 {
  padding: 10px;
  background-color: #fbeaa8
}

.index-sec2 .camp-box2 .camp-box-content2 {
  margin: 0;
  padding: 5px 20px;
  background-image: repeating-linear-gradient(135deg, #fff7d9, #fff7d9 3px, #fffae9 3px, #fffae9 6px)
}

.index-sec2 .camp-box2 .camp-box-content1 p,
.index-sec2 .camp-box2 .camp-box-content2 p {
  font-size: 22px
}

.index-sec2 .camp-box2 .camp-box-content1 p span {
  font-size: 28px;
  font-weight: 600
}

.index-sec2 .camp-box2 .camp-box-content2 p span {
  font-size: 36px;
  font-weight: 500
}

.index-sec2 .txt3 {
  font-size: 34px;
  font-weight: 700;
  margin: 40px 0 0
}

.index-sec2 .camp-box1,
.index-sec2 .camp-box2 {
  width: 50%
}

@media screen and (max-width:768px) {

  .index-sec2 .camp-box1 .camp-box-head,
  .index-sec2 .camp-box2 .camp-box-head {
    font-size: 20px
  }

  .index-sec2 .camp-box2 .camp-box-content1 {
    padding: 5px
  }

  .index-sec2 .camp-box2 .camp-box-content2 {
    padding: 5px 20px
  }

  .index-sec2 .camp-box2 .camp-box-content1 p,
  .index-sec2 .camp-box2 .camp-box-content2 p {
    font-size: 14px
  }

  .index-sec2 .camp-box2 .camp-box-content1 p.pr,
  .index-sec2 .camp-box2 .camp-box-content2 p.pr {
    font-size: 18px;
    font-weight: 400
  }

  .index-sec2 .camp-box2 .camp-box-content1 p span {
    font-size: 18px;
    font-weight: 600
  }

  .index-sec2 .camp-box2 .camp-box-content2 p span {
    font-size: 30px;
    font-weight: 600
  }

  .index-sec2 .camp-box2 .camp-box-content2 img {
    margin-top: 5px;
    max-width: 75%
  }

  .index-sec2 .txt3 {
    font-size: 28px;
    margin: 20px 0 0
  }

  .index-sec2 .camp-box1,
  .index-sec2 .camp-box2 {
    width: 100%;
    margin: 10px auto
  }
}

@media (min-width:768px) and (max-width:991px) {

  .index-sec2 .camp-box1 .camp-box-head,
  .index-sec2 .camp-box2 .camp-box-head {
    font-size: 20px
  }

  .index-sec2 .camp-box1 .camp-box-content2,
  .index-sec2 .camp-box2 .camp-box-content2 {
    padding: 5px 20px
  }

  .index-sec2 .camp-box1 .camp-box-content1 p,
  .index-sec2 .camp-box1 .camp-box-content2 p,
  .index-sec2 .camp-box2 .camp-box-content1 p,
  .index-sec2 .camp-box2 .camp-box-content2 p {
    font-size: 18px
  }

  .index-sec2 .camp-box1 .camp-box-content1 p span,
  .index-sec2 .camp-box2 .camp-box-content1 p span {
    font-size: 18px;
    font-weight: 600
  }

  .index-sec2 .camp-box1 .camp-box-content2 p span,
  .index-sec2 .camp-box2 .camp-box-content2 p span {
    font-size: 30px;
    font-weight: 600
  }

  .index-sec2 .camp-box1 .camp-box-content2 img,
  .index-sec2 .camp-box2 .camp-box-content2 img {
    margin-top: 5px;
    max-width: 75%
  }
}

.index-sec3 {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  text-align: center
}

.index-sec3 .l-content {
  max-width: 740px;
  padding: 0
}

.index-sec3 .txt {
  font-size: 24px;
  font-weight: 700
}

.index-sec3 .txt-s {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0
}

@media screen and (max-width:768px) {
  .index-sec3 .txt {
    font-size: 18px
  }

  .index-sec3 .txt-s {
    font-size: 16px;
    margin: 10px 0
  }
}

.index-sec3 h2 {
  color: #00b88a;
  font-size: 40px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #ff99ac;
  text-underline-offset: 16px;
  text-decoration-thickness: 6px
}

@media screen and (max-width:768px) {
  .index-sec3 h2 {
    font-size: 36px;
    text-underline-offset: 13px;
    text-decoration-thickness: 4px
  }
}

.index-sec3 h2 span {
  font-size: 68px;
  font-weight: 700;
  line-height: 1
}

@media screen and (max-width:768px) {
  .index-sec3 h2 span {
    font-size: 48px
  }
}

.index-sec3 .block {
  text-align: left;
  padding: 0;
  display: inline-block;
  width: 100%;
  height: auto
}

@media screen and (max-width:768px) {
  .index-sec3 .block {
    padding: 0
  }
}

.index-sec3 .block .campaign {
  max-width: 740px
}

.index-sec3 .block .tab-a .catchbubble {
  background: #ff853f;
  border-radius: 5px;
  color: #fff;
  margin: 10px auto 0;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  padding: 10px;
  width: 75%;
  position: relative
}

.index-sec3 .block .tab-a .catchbubble span {
  font-size: 30px
}

.index-sec3 .block .tab-a .catchbubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 7px solid transparent;
  border-top: 10px solid #ff853f
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .catchbubble {
    width: 100%;
    font-size: 18px;
    padding: 5px;
    margin: 5px 0
  }

  .index-sec3 .block .tab-a .catchbubble span {
    font-size: 20px
  }
}

.index-sec3 .block .tab-a .catch {
  border-radius: 15px;
  padding: 0 75px;
  text-align: center
}

.index-sec3 .block .tab-a .catch p.txt {
  font-size: 26px;
  font-weight: 500
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .catch {
    margin-top: 0;
    padding: 10px
  }

  .index-sec3 .block .tab-a .catch p.txt {
    font-size: 22px;
    font-weight: 400;
    padding: 5px
  }
}

.index-sec3 .block .tab-a .catch .txt {
  padding: 10px;
  text-align: center
}

.index-sec3 .block .tab-a .catch .txt-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}

.index-sec3 .block .tab-a .catch .txt-box>div:nth-child(3n) {
  margin-right: 0
}

.index-sec3 .block .tab-a .catch .txt-box>div img {
  width: 300px
}

.index-sec3 .block .tab-a .catch .txt-box>div p {
  position: relative;
  top: 10px;
  margin-top: auto;
  font-size: 36px;
  margin-left: 5px;
  font-weight: 600
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .catch .txt-box>div img {
    width: 190px
  }

  .index-sec3 .block .tab-a .catch .txt-box>div p {
    width: 100%;
    font-size: 24px;
    top: 5px
  }
}

.index-sec3 .block .tab-a .item {
  background: #fff;
  border-radius: 15px;
  padding: 35px 75px 50px;
  text-align: center;
  margin: 30px 0;
  border: 2px solid #ff853f
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item {
    margin: 10px 0 20px;
    border-radius: 10px;
    padding: 25px 20px
  }
}

.index-sec3 .block .tab-a .item .step {
  background-color: #fff;
  border: 2px solid #ff853f;
  border-radius: 20px;
  padding: 7px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff853f;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  font-family: din-2014, sans-serif;
  line-height: 1;
  letter-spacing: 2px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .step {
    font-size: 18px;
    padding: 5px 25px
  }
}

.index-sec3 .block .tab-a .item .step span {
  font-size: 25px;
  font-weight: 700;
  font-family: din-2014, sans-serif
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .step span {
    font-size: 24
  }
}

.index-sec3 .block .tab-a .item h3 {
  font-size: 30px;
  font-weight: 700;
  text-underline-offset: 8px;
  text-decoration-thickness: 5px;
  margin-top: 20px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item h3 {
    font-size: 20px;
    margin-top: 15px;
    text-decoration-thickness: 4px
  }

  .index-sec3 .block .tab-a .item.noborder h3 {
    margin-top: 0
  }
}

.index-sec3 .block .tab-a .item .term {
  width: 100%;
  display: inline-block;
  margin-top: 40px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .term {
    text-align: center;
    margin-top: 20px
  }
}

.index-sec3 .block .tab-a .item .term span {
  font-size: 20px;
  font-weight: 700;
  position: relative
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .term span {
    font-size: 16px
  }
}

.index-sec3 .block .tab-a .item .term p {
  font-size: 22px;
  font-weight: 500;
  padding-top: 8px;
  text-align: center;
  width: 100%;
  height: 60px;
  padding: 20px 10px 10px;
  background-color: #f7f7f5;
  margin: -15px 0 10px;
  display: inline-block;
  border-radius: 5px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .term p {
    font-size: 15px;
    margin: -10px 0 0
  }
}

.index-sec3 .block .tab-a .item .term p span {
  font-weight: 500;
  padding-left: 0;
  display: block;
  padding-top: 5px
}

.index-sec3 .block .tab-a .item .term p span::before {
  display: none
}

.index-sec3 .block .tab-a .item .note {
  text-align: left;
  width: 100%;
  display: inline-block;
  margin-top: 20px
}

.index-sec3 .block .tab-a .item .entry {
  text-align: center;
  width: 100%;
  max-width: 450px;
  display: inline-block;
  margin-top: 20px
}

.index-sec3 .block .tab-a .item .note.border {
  border-bottom: 2px solid #ff853f;
  margin-bottom: 10px;
  padding-bottom: 20px
}

.index-sec3 .block .tab-a .item .desc h4,
.index-sec3 .block .tab-a .item .note h4 {
  text-align: center;
  margin-bottom: 20px
}

.index-sec3 .block .tab-a .item .desc {
  text-align: left;
  width: 100%;
  display: inline-block;
  margin-top: 20px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .note {
    margin-top: 10px
  }

  .index-sec3 .block .tab-a .item .desc h4,
  .index-sec3 .block .tab-a .item .note h4 {
    text-align: center;
    margin-bottom: 20px
  }

  .index-sec3 .block .tab-a .item .desc h4 span {
    font-size: 16px
  }

  .index-sec3 .block .tab-a .item .note.end {
    margin: 0 0 20px
  }

  .index-sec3 .block .tab-a .item .entry {
    margin-top: 15px
  }
}

.index-sec3 .block .tab-a .item .desc p {
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400
}

.index-sec3 .block .tab-a .item .desc p.btm {
  margin-bottom: 15px
}

.index-sec3 .block .tab-a .item .note .link01 {
  color: #3af;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 400;
  padding-left: 10px
}

.index-sec3 .block .tab-a .item .box {
  width: 100%;
  height: auto;
  background: #f7f7f5;
  padding: 40px 75px 30px;
  margin-top: 20px;
  border-radius: 5px
}

.index-sec3 .block .tab-a .item .box>div {
  padding: 0 15px
}

.index-sec3 .block .tab-a .item .box img {
  width: 100%;
  padding: 20px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .note p {
    font-size: 12px
  }

  .index-sec3 .block .tab-a .item .desc p.link {
    font-size: 12px
  }

  .index-sec3 .block .tab-a .item .box {
    padding: 20px 10px 20px
  }

  .index-sec3 .block .tab-a .item .box img {
    width: 100%;
    padding: 5px 10px 5px
  }
}

.index-sec3 .block .tab-a .item .box span {
  font-size: 22px;
  font-weight: 700;
  background: -webkit-linear-gradient(transparent 70%, #ff844183 50%);
  background: linear-gradient(transparent 70%, #ff844183 50%);
  position: relative;
  top: -20px;
  margin-bottom: 15px
}

.index-sec3 .block .tab-a .item .box p {
  font-size: 20px;
  position: relative;
  margin: 0 -45px
}

.index-sec3 .block .tab-a .item .box p.dot {
  text-indent: -1em;
  padding-left: 1.6em
}

.index-sec3 .block .tab-a .item .box p.sub {
  font-size: 22px;
  padding: 0;
  color: #ff853f;
  font-weight: 600
}

.index-sec3 .block .tab-a .item .box p.link {
  margin-top: 10px;
  font-size: 14px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .box span {
    font-size: 20px;
    top: -10px
  }

  .index-sec3 .block .tab-a .item .box p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0
  }

  .index-sec3 .block .tab-a .item .box p.sub {
    font-size: 16px;
    line-height: 1.5
  }

  .index-sec3 .block .tab-a .item .box p.link {
    font-size: 12px
  }
}

.index-sec3 .block .tab-a .item .box p.dot::before {
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute
}

.index-sec3 .block .tab-a .item .app-box {
  padding: 0 20px;
  position: relative
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .app-box {
    padding: 0;
    border-right-width: 0;
    border-left-width: 0;
    margin-top: 0
  }
}

.index-sec3 .block .tab-a .item .app-box .btn {
  max-width: 90%;
  height: auto;
  margin: 10px auto 0;
  display: inline-flex;
  justify-content: space-between
}

.index-sec3 .block .tab-a .item .app-box .btn a {
  width: calc(50% - 10px)
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .app-box .btn {
    max-width: 500px
  }

  .index-sec3 .block .tab-a .item .app-box .btn a {
    width: calc(50% - 5px)
  }
}

.index-sec3 .block .tab-a .item .box3 {
  width: 100%;
  max-width: 520px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .box3 {
    border: 2px solid #00b88a;
    flex-wrap: wrap;
    margin-top: -12px;
    padding: 20px 0
  }
}

.index-sec3 .block .tab-a .item .box3 .item1 {
  width: calc(50% - 10px);
  border: 2px solid #00b88a;
  position: relative;
  padding: 25px 20px 30px;
  margin-top: 30px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .box3 .item1 {
    width: 100%;
    padding: 0;
    border: 0 solid #000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0;
    padding: 5px 5px
  }
}

.index-sec3 .block .tab-a .item .box3 .item1 span {
  background: #fff;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  padding: 0 15px;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
  font-size: 15px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .box3 .item1 span {
    position: relative;
    width: auto;
    display: inline-block;
    left: 0;
    transform: translateX(0);
    top: 0;
    padding: 0
  }
}

.index-sec3 .block .tab-a .item .box3 .item1 p {
  color: #00b88a;
  font-weight: 700;
  font-size: 46px;
  line-height: 1
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .box3 .item1 p {
    font-size: 32px
  }
}

.index-sec3 .block .tab-a .item .speechbubble {
  background: #ff853f;
  border-radius: 30px;
  color: #fff;
  margin: 15px auto;
  font-weight: 300;
  text-align: center;
  padding: 5px;
  width: 65%;
  position: relative
}

.index-sec3 .block .tab-a .item .speechbubble p {
  font-size: 20px;
  font-weight: 400
}

.index-sec3 .block .tab-a .item .speechbubble p span {
  font-size: 22px
}

.index-sec3 .block .tab-a .item .speechbubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 7px solid transparent;
  border-top: 10px solid #ff853f
}

.index-sec3 .block .tab-a .item h4 {
  font-size: 22px
}

.index-sec3 .block .tab-a .item h4 span.title-border {
  font-size: 22px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .speechbubble {
    width: 100%
  }

  .index-sec3 .block .tab-a .item .speechbubble p {
    font-size: 16px
  }

  .index-sec3 .block .tab-a .item .speechbubble p span {
    font-size: 18px
  }

  .index-sec3 .block .tab-a .item h4,
  .index-sec3 .block .tab-a .item h4 span.title-border {
    font-size: 16px
  }
}

.index-sec3 .block .tab-a .item .table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  margin-top: 30px;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 10px 10px 0 0;
  overflow: hidden
}

.index-sec3 .block .tab-a .item .table th {
  background: #e8e8e8;
  color: #000;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  width: 50%
}

.index-sec3 .block .tab-a .item .table .l-right {
  border-right: 1px solid #fff
}

.index-sec3 .block .tab-a .item .table tr td,
.index-sec3 .block .tab-a .item .table tr th {
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px
}

.index-sec3 .block .tab-a .item .table td {
  border-right: 1px solid #e8e8e8;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  width: 50%
}

.index-sec3 .block .tab-a .item .table tr:last-child td,
.index-sec3 .block .tab-a .item .table tr:last-child th {
  border-bottom: none
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .table {
    margin-top: 10px
  }

  .index-sec3 .block .tab-a .item .table td,
  .index-sec3 .block .tab-a .item .table th {
    padding: 12px 0;
    font-size: 14px
  }
}

.index-sec3 .block .tab-a .item .table tr:first-child td {
  font-size: 14px;
  padding: 12px 0
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .table tr:first-child td {
    font-size: 12px;
    padding: 10px 0
  }
}

.index-sec3 .block .tab-a .item .ttl {
  font-size: 24px;
  color: #00b88a;
  font-weight: 700;
  margin-top: 50px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .ttl {
    font-size: 18px;
    background: #fff;
    width: auto;
    display: inline-block;
    padding: 0 10px;
    margin-top: 30px
  }
}

.index-sec3 .block .tab-a .item:nth-child(3) .note,
.index-sec3 .block .tab-a .item:nth-child(4) .note {
  text-align: left;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  margin: 10px 0
}

.index-sec3 .block .tab-a .caution p {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  top: -15px;
  left: 5px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .caution p {
    font-size: 11px;
    top: -15px
  }
}

.index-sec3 .block .tab-a .caution-note {
  margin-top: 5px;
  border: 2px solid #ff853f;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px
}

.index-sec3 .block .tab-a .caution-note p,
.index-sec3 .block .tab-a .item .note p {
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400
}

@media screen and (max-width:768px) {

  .index-sec3 .block .tab-a .caution-note p,
  .index-sec3 .block .tab-a .item .note p {
    font-size: 12px
  }
}

.index-sec3 .block .tab-a .caution-note p.ca,
.index-sec3 .block .tab-a .caution-note p.dot,
.index-sec3 .block .tab-a .item .note p.ca,
.index-sec3 .block .tab-a .item .note p.dot {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.8
}

@media screen and (max-width:768px) {

  .index-sec3 .block .tab-a .caution-note p.ca,
  .index-sec3 .block .tab-a .caution-note p.dot,
  .index-sec3 .block .tab-a .item .note p.ca,
  .index-sec3 .block .tab-a .item .note p.dot {
    font-size: 12px
  }
}

.index-sec3 .block .tab-a .item .caution-note p.ca::before,
.index-sec3 .block .tab-a .item .note p.ca::before {
  content: "※";
  left: 0;
  position: absolute;
  font-size: 14px;
  font-weight: 400
}

.index-sec3 .block .tab-a .item .caution-note p.dot::before,
.index-sec3 .block .tab-a .item .note p.dot::before {
  content: "・";
  left: 0;
  position: absolute;
  font-size: 14px;
  font-weight: 400
}

@media screen and (max-width:768px) {

  .index-sec3 .block .tab-a .item .caution-note p.ca::before,
  .index-sec3 .block .tab-a .item .caution-note p.dot::before,
  .index-sec3 .block .tab-a .item .note p.ca::before,
  .index-sec3 .block .tab-a .item .note p.dot::before {
    font-size: 12px
  }
}

.index-sec3 .block .tab-a .item.noborder {
  border: none
}

.index-sec3 .block .tab-a .item .logo {
  max-width: 150px;
  height: auto;
  text-align: center;
  margin: 0 auto 20px;
  padding: 15px
}

.index-sec3 .block .tab-a .item h4.border {
  margin: 0 auto;
  text-align: center;
  font-weight: 500
}

.index-sec3 .block .tab-a .title-border {
  background-image: linear-gradient(transparent 70%, #ffb973 0);
  font-weight: 700
}

.index-sec3 .block .tab-a .item .merit {
  margin: 0 auto;
  padding: 10px 0 0 0
}

.index-sec3 .block .tab-a .item .merit .merit-ttl {
  font-size: 18px;
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 4px 10px
}

.index-sec3 .block .tab-a .item .info-list {
  list-style: none;
  margin: -15px auto 10px;
  border: 2px solid #fd8d1e;
  border-radius: 8px;
  overflow: hidden
}

.index-sec3 .block .tab-a .item .info-list li {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 2px solid #fd8d1e;
  position: relative
}

.index-sec3 .block .tab-a .item .info-list li .icon {
  width: 80px;
  height: auto;
  margin: 10px 15px 10px 10px
}

.index-sec3 .block .tab-a .item .info-list li p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  padding: 20px 15px
}

.index-sec3 .block .tab-a .item .info-list li:last-child {
  border-bottom: none
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-a .item .info-list li {
    padding: 10px
  }

  .index-sec3 .block .tab-a .item .info-list li p {
    margin: 0;
    padding: 20px 10px;
    font-size: 14px
  }

  .index-sec3 .block .tab-a .item .info-list li .icon {
    width: 70px;
    height: auto;
    margin-left: 5px
  }
}

.index-sec3 .block .tab-b .catchbubble {
  background: #ffe611;
  border-radius: 5px;
  color: #000;
  margin: 10px auto 0;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  padding: 10px;
  width: 75%;
  position: relative
}

.index-sec3 .block .tab-b .catchbubble span {
  font-size: 30px
}

.index-sec3 .block .tab-b .catchbubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 7px solid transparent;
  border-top: 10px solid #ffe611
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .catchbubble {
    width: 100%;
    font-size: 18px;
    padding: 5px;
    margin: 5px 0
  }

  .index-sec3 .block .tab-b .catchbubble span {
    font-size: 20px
  }
}

.index-sec3 .block .tab-b .catch {
  border-radius: 15px;
  padding: 0 75px;
  text-align: center
}

.index-sec3 .block .tab-b .catch p.txt {
  font-size: 26px;
  font-weight: 500
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .catch {
    margin-top: 0;
    padding: 10px
  }

  .index-sec3 .block .tab-b .catch p.txt {
    font-size: 22px;
    font-weight: 400;
    padding: 5px
  }
}

.index-sec3 .block .tab-b .catch .txt {
  padding: 10px;
  text-align: center
}

.index-sec3 .block .tab-b .catch .txt-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}

.index-sec3 .block .tab-b .catch .txt-box>div:nth-child(3n) {
  margin-right: 0
}

.index-sec3 .block .tab-b .catch .txt-box>div img {
  width: 300px
}

.index-sec3 .block .tab-b .catch .txt-box>div p {
  position: relative;
  top: 10px;
  margin-top: auto;
  font-size: 36px;
  margin-left: 5px;
  font-weight: 600
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .catch .txt-box>div img {
    width: 190px
  }

  .index-sec3 .block .tab-b .catch .txt-box>div p {
    width: 100%;
    font-size: 24px;
    top: 5px
  }
}

.index-sec3 .block .tab-b .item {
  background: #fff;
  border-radius: 15px;
  padding: 35px 75px 50px;
  text-align: center;
  margin: 30px 0;
  border: 2px solid #ffe611
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item {
    margin: 10px 0 20px;
    border-radius: 10px;
    padding: 25px 20px
  }
}

.index-sec3 .block .tab-b .item-acdn {
  border-radius: 7px;
  margin: 20px auto 0;
  overflow: hidden;
  text-align: center
}

.index-sec3 .block .tab-b .item-acdn .acdn-box-btn {
  background: #e8e8e8;
  border: 2px solid #000;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  padding: 5px
}

.index-sec3 .block .tab-b .item-acdn .acdn-box-content {
  padding: 0;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
  top: -2px;
  z-index: 0
}

.index-sec3 .block .tab-b .item-acdn .acdn-box-content .box {
  text-align: center;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 20px 20px
}

.index-sec3 .block .tab-b .item-acdn .acdn-box-content .box p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400
}

.index-sec3 .block .tab-b .item-acdn .acdn-box-content .box h4 {
  margin: 20px 0
}

.index-sec3 .block .tab-b .item-acdn .acdn-box-content .box h4 span {
  font-size: 20px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item-acdn .acdn-box-content .box h4 {
    margin: 10px 0
  }

  .index-sec3 .block .tab-b .item-acdn .acdn-box-content .box h4 span {
    font-size: 16px
  }
}

.index-sec3 .block .tab-b .item-acdn .acdn-box-content .box p.mgnt {
  margin-top: 15px
}

.index-sec3 .block .tab-b .item-acdn .acdn-box-content .box .entry.mgnt {
  margin-top: 30px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item-acdn {
    border-radius: 5px;
    margin: 0 auto
  }

  .index-sec3 .block .tab-b .item-acdn .acdn-box-btn {
    font-size: 18px
  }

  .index-sec3 .block .tab-b .item-acdn .acdn-box-content {
    padding: 0
  }

  .index-sec3 .block .tab-b .item-acdn .acdn-box-content .box {
    padding: 10px 20px 20px
  }

  .index-sec3 .block .tab-b .item-acdn .acdn-box-content .box p {
    font-size: 12px
  }
}

button {
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: .3s
}

.acdn-box-btn {
  border-radius: 4px;
  display: block;
  margin: auto;
  padding: .8rem;
  position: relative;
  width: 100%;
  font-size: 16px;
  z-index: 1
}

.acdn-box-btn::after,
.acdn-box-btn::before {
  background: #000;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform: translateY(-50%);
  transition: .3s;
  width: 15px;
  top: 50%;
  right: .6rem
}

.acdn-box-btn::after {
  transform: rotate(90deg)
}

.acdn-box-btn.is-opened::after {
    top: 48%;
    transform: rotate(0deg);
}

.note-acc {
  display: none
}

.index-sec3 .block .tab-b .item-app {
  background: #fff;
  border-radius: 15px;
  padding: 35px 75px;
  text-align: center;
  margin: 30px 0
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item-app {
    margin: 10px 0 20px;
    padding: 25px 20px
  }
}

.index-sec3 .block .tab-b .item-app h4 span {
  font-size: 22px;
  color: #ff853f;
  font-weight: 600
}

@media screen and (max-width:768px) {

  .index-sec3 .block .tab-b .item-app h4,
  .index-sec3 .block .tab-b .item-app h4 span {
    font-size: 16px
  }
}

.index-sec3 .block .tab-b .item-app .logo {
  width: 160px;
  height: auto;
  text-align: center;
  margin: 10px auto 0;
  padding: 15px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item-app .logo {
    width: 130px;
    margin: 0 auto;
    padding: 10px
  }
}

.index-sec3 .block .tab-b .item-app .app-box {
  padding: 10px 20px;
  position: relative;
  margin-bottom: 10px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item-app .app-box {
    padding: 0;
    border-right-width: 0;
    border-left-width: 0;
    margin-top: 0
  }
}

.index-sec3 .block .tab-b .item .app-box .btn,
.index-sec3 .block .tab-b .item-app .app-box .btn {
  max-width: 90%;
  height: auto;
  margin: 10px auto 0;
  display: inline-flex;
  justify-content: space-between
}

.index-sec3 .block .tab-b .item-app .app-box .btn a {
  width: calc(50% - 10px)
}

@media screen and (max-width:768px) {

  .index-sec3 .block .tab-b .item .app-box .btn,
  .index-sec3 .block .tab-b .item-app .app-box .btn {
    max-width: 500px
  }

  .index-sec3 .block .tab-b .item-app .app-box .btn a {
    width: calc(50% - 5px)
  }
}

.index-sec3 .block .tab-b .item .step {
  background-color: #fff;
  border: 2px solid #ffe611;
  border-radius: 20px;
  padding: 7px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffb911;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  font-family: din-2014, sans-serif;
  line-height: 1;
  letter-spacing: 2px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .step {
    font-size: 18px;
    padding: 5px 25px
  }
}

.index-sec3 .block .tab-b .item .step span {
  font-size: 25px;
  font-weight: 700;
  font-family: din-2014, sans-serif
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .step span {
    font-size: 24
  }
}

.index-sec3 .block .tab-b .item h3 {
  font-size: 30px;
  font-weight: 700;
  text-underline-offset: 8px;
  text-decoration-thickness: 5px;
  margin-top: 20px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item h3 {
    font-size: 20px;
    margin-top: 15px;
    text-decoration-thickness: 4px
  }
}

.index-sec3 .block .tab-b .item .term {
  width: 100%;
  display: inline-block;
  margin-top: 40px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .term {
    text-align: center;
    margin: 10px 0
  }
}

.index-sec3 .block .tab-b .item .term span {
  font-size: 20px;
  font-weight: 700;
  position: relative
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .term span {
    font-size: 16px
  }
}

.index-sec3 .block .tab-b .item .term p {
  font-size: 22px;
  font-weight: 500;
  padding-top: 8px;
  text-align: center;
  width: 100%;
  height: 60px;
  padding: 20px 10px 10px;
  background-color: #f7f7f7;
  margin: -15px 0 10px;
  display: inline-block;
  border-radius: 5px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .term p {
    font-size: 15px;
    margin: -10px 0 10px
  }
}

.index-sec3 .block .tab-b .item .term p span {
  font-weight: 500;
  padding-left: 0;
  display: block;
  padding-top: 5px
}

.index-sec3 .block .tab-b .item .term p span::before {
  display: none
}

.index-sec3 .block .tab-b .item .info {
  padding: 10px 0;
  padding-bottom: 0
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .info {
    margin: 10px 0 0;
    padding: 0
  }
}

.index-sec3 .block .tab-b .item .note {
  text-align: left;
  width: 100%;
  display: inline-block;
  margin-top: 20px
}

.index-sec3 .block .tab-b .item .entry {
  text-align: center;
  width: 100%;
  max-width: 450px;
  display: inline-block;
  margin-top: 20px
}

.index-sec3 .block .tab-b .item .note.border {
  border-bottom: 2px solid #ff853f;
  margin-bottom: 10px;
  padding-bottom: 30px
}

.index-sec3 .block .tab-b .item .desc h4,
.index-sec3 .block .tab-b .item .note h4 {
  text-align: center;
  margin-bottom: 20px
}

.index-sec3 .block .tab-b .item .desc {
  text-align: left;
  width: 100%;
  max-width: 450px;
  display: inline-block;
  margin-top: 20px
}

.index-sec3 .block .tab-b .item .c-btn03 {
  font-size: 24px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .note {
    margin-top: 20px
  }

  .index-sec3 .block .tab-b .item .desc h4,
  .index-sec3 .block .tab-b .item .note h4 {
    margin-bottom: 20px
  }

  .index-sec3 .block .tab-b .item .desc h4 span {
    font-size: 16px
  }

  .index-sec3 .block .tab-b .item .note.end {
    margin: 0 0 20px
  }

  .index-sec3 .block .tab-b .item .entry {
    margin-top: 15px
  }

  .index-sec3 .block .tab-b .item .c-btn03 {
    font-size: 18px
  }
}

.index-sec3 .block .tab-b .item .note p,
.index-sec3 .block .tab-b .item-acdn .box p.ca,
.index-sec3 .block .tab-b .item-acdn .box p.dot,
.index-sec3 .block .tab-b .item-acdn .box p.sq {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: 400
}

@media screen and (max-width:768px) {

  .index-sec3 .block .tab-b .item .note p,
  .index-sec3 .block .tab-b .item-acdn .box p.ca,
  .index-sec3 .block .tab-b .item-acdn .box p.dot,
  .index-sec3 .block .tab-b .item-acdn .box p.sq {
    font-size: 12px
  }
}

.index-sec3 .block .tab-b .item .note p.ca::before,
.index-sec3 .block .tab-b .item-acdn .box p.ca::before {
  content: "※";
  left: 0;
  position: absolute;
  font-size: 14px;
  font-weight: 400
}

.index-sec3 .block .tab-b .item .note p.dot::before,
.index-sec3 .block .tab-b .item-acdn .box p.dot::before {
  content: "・";
  left: 0;
  position: absolute;
  font-size: 14px;
  font-weight: 400
}

.index-sec3 .block .tab-b .item .note p.sq::before,
.index-sec3 .block .tab-b .item-acdn .box p.sq::before {
  content: "■";
  left: 0;
  position: absolute;
  font-size: 14px;
  font-weight: 400
}

@media screen and (max-width:768px) {

  .index-sec3 .block .tab-b .item .note p.ca::before,
  .index-sec3 .block .tab-b .item .note p.dot::before,
  .index-sec3 .block .tab-b .item .note p.sq::before,
  .index-sec3 .block .tab-b .item-acdn .box p.ca::before,
  .index-sec3 .block .tab-b .item-acdn .box p.dot::before,
  .index-sec3 .block .tab-b .item-acdn .box p.sq::before {
    font-size: 12px
  }
}

.index-sec3 .block .tab-b .item .desc p {
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400
}

.index-sec3 .block .tab-b .item .desc p.btm {
  margin-bottom: 15px
}

.index-sec3 .block .tab-b .item .note .link01 {
  color: #3af;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 400;
  padding-left: 10px
}

.index-sec3 .block .tab-b .item .box {
  width: 100%;
  height: auto;
  background: #f7f7f5;
  padding: 40px 75px 30px;
  margin-top: 20px;
  border-radius: 5px
}

.index-sec3 .block .tab-b .item .box>div {
  padding: 0 15px
}

.index-sec3 .block .tab-b .item .box img {
  width: 100%;
  padding: 20px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .note p {
    font-size: 12px
  }

  .index-sec3 .block .tab-b .item .desc p.link {
    font-size: 12px
  }

  .index-sec3 .block .tab-b .item .box {
    padding: 20px 10px 20px
  }

  .index-sec3 .block .tab-b .item .box img {
    width: 100%;
    padding: 5px 10px 5px
  }
}

.index-sec3 .block .tab-b .item .box span {
  font-size: 22px;
  font-weight: 700;
  background: -webkit-linear-gradient(transparent 70%, #ffe611 50%);
  background: linear-gradient(transparent 70%, #ffe611 50%);
  position: relative;
  top: -20px;
  margin-bottom: 15px
}

.index-sec3 .block .tab-b .item .box p {
  font-size: 20px;
  position: relative
}

.index-sec3 .block .tab-b .item .box p.dot {
  text-indent: -1em;
  padding-left: 1.6em
}

.index-sec3 .block .tab-b .item .box p.sub {
  font-size: 22px;
  padding: 0;
  color: #ffb911;
  font-weight: 600
}

.index-sec3 .block .tab-b .item .box p.link {
  margin-top: 10px;
  font-size: 14px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .box span {
    font-size: 20px;
    top: -10px
  }

  .index-sec3 .block .tab-b .item .box p {
    font-size: 14px;
    line-height: 1.8
  }

  .index-sec3 .block .tab-b .item .box p.sub {
    font-size: 16px;
    line-height: 1.5
  }

  .index-sec3 .block .tab-b .item .box p.link {
    font-size: 12px
  }
}

.index-sec3 .block .tab-b .item .box p.dot::before {
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute
}

.index-sec3 .block .tab-b .item .app-box {
  padding: 10px 20px;
  position: relative
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .app-box {
    padding: 0;
    border-right-width: 0;
    border-left-width: 0;
    margin-top: 10px
  }
}

.index-sec3 .block .tab-b .item .app-box .btn a {
  width: calc(50% - 10px)
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .app-box .btn a {
    width: calc(50% - 5px)
  }
}

.index-sec3 .block .tab-b .item .box3 {
  width: 100%;
  max-width: 520px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .box3 {
    border: 2px solid #00b88a;
    flex-wrap: wrap;
    margin-top: -12px;
    padding: 20px 0
  }
}

.index-sec3 .block .tab-b .item .box3 .item1 {
  width: calc(50% - 10px);
  border: 2px solid #00b88a;
  position: relative;
  padding: 25px 20px 30px;
  margin-top: 30px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .box3 .item1 {
    width: 100%;
    padding: 0;
    border: 0 solid #000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0;
    padding: 5px 5px
  }
}

.index-sec3 .block .tab-b .item .box3 .item1 span {
  background: #fff;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  padding: 0 15px;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
  font-size: 15px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .box3 .item1 span {
    position: relative;
    width: auto;
    display: inline-block;
    left: 0;
    transform: translateX(0);
    top: 0;
    padding: 0
  }
}

.index-sec3 .block .tab-b .item .box3 .item1 p {
  color: #00b88a;
  font-weight: 700;
  font-size: 46px;
  line-height: 1
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .box3 .item1 p {
    font-size: 32px
  }
}

.index-sec3 .block .tab-b .item .speechbubble {
  background: #ff853f;
  border-radius: 30px;
  color: #fff;
  margin: 15px auto;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  width: 75%;
  position: relative
}

.index-sec3 .block .tab-b .item .speechbubble p {
  font-size: 22px;
  font-weight: 400
}

.index-sec3 .block .tab-b .item .speechbubble p span {
  font-size: 24px
}

.index-sec3 .block .tab-b .item .speechbubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 7px solid transparent;
  border-top: 10px solid #ff853f
}

.index-sec3 .block .tab-b .item h4 {
  font-size: 22px
}

.index-sec3 .block .tab-b .item .info h4 span {
  font-size: 22px;
  color: #ff853f;
  font-weight: 600
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .info h4 span {
    font-size: 16px
  }
}

.index-sec3 .block .tab-b .item h4 span.title-border {
  font-size: 22px
}

.index-sec3 .block .tab-b .item p {
  font-size: 22px
}

.index-sec3 .block .tab-b .item p span {
  font-size: 22px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .speechbubble p {
    font-size: 16px
  }

  .index-sec3 .block .tab-b .item .speechbubble p span {
    font-size: 18px
  }

  .index-sec3 .block .tab-b .item h4,
  .index-sec3 .block .tab-b .item h4 span.title-border {
    font-size: 16px
  }

  .index-sec3 .block .tab-b .item p {
    font-size: 18px
  }

  .index-sec3 .block .tab-b .item p span {
    font-size: 18px
  }
}

.index-sec3 .block .tab-b .item .table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  margin-top: 30px;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 10px 10px 0 0;
  overflow: hidden
}

.index-sec3 .block .tab-b .item .table th {
  background: #e8e8e8;
  color: #000;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  width: 50%
}

.index-sec3 .block .tab-b .item .table .l-right {
  border-right: 1px solid #fff
}

.index-sec3 .block .tab-b .item .table tr td,
.index-sec3 .block .tab-b .item .table tr th {
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px
}

.index-sec3 .block .tab-b .item .table td {
  border-right: 1px solid #e8e8e8;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  width: 50%
}

.index-sec3 .block .tab-b .item .table tr:last-child td,
.index-sec3 .block .tab-b .item .table tr:last-child th {
  border-bottom: none
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .table {
    margin-top: 10px
  }

  .index-sec3 .block .tab-b .item .table td,
  .index-sec3 .block .tab-b .item .table th {
    padding: 12px 0;
    font-size: 14px
  }
}

.index-sec3 .block .tab-b .item .table tr:first-child td {
  font-size: 14px;
  padding: 12px 0
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .table tr:first-child td {
    font-size: 12px;
    padding: 10px 0
  }
}

.index-sec3 .block .tab-b .item .ttl {
  font-size: 24px;
  color: #00b88a;
  font-weight: 700;
  margin-top: 50px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .ttl {
    font-size: 18px;
    background: #fff;
    width: auto;
    display: inline-block;
    padding: 0 10px;
    margin-top: 30px
  }
}

.index-sec3 .block .tab-b .caution {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  top: -15px;
  left: 5px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .caution {
    font-size: 11px;
    top: -15px
  }
}

.index-sec3 .block .tab-b .item.noborder {
  border: none
}

.index-sec3 .block .tab-b .item .logo {
  width: 160px;
  height: auto;
  text-align: center;
  margin: 10px auto 0;
  padding: 15px
}

.index-sec3 .block .tab-b .item .manex {
  width: 90px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  padding: 15px
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .logo {
    width: 130px;
    margin: 0 auto;
    padding: 10px
  }

  .index-sec3 .block .tab-b .item .manex {
    width: 90px;
    margin: 0 auto
  }
}

.index-sec3 .block .tab-b .item h4.border {
  margin: 0 auto;
  text-align: center;
  font-weight: 500
}

.index-sec3 .block .tab-b .title-border {
  background-image: linear-gradient(transparent 70%, #ffe611 0);
  font-weight: 700
}

.index-sec3 .block .tab-b .item .merit {
  margin: 0 auto;
  padding: 10px 0 0 0
}

.index-sec3 .block .tab-b .item .merit .merit-ttl {
  font-size: 18px;
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 4px 10px
}

.index-sec3 .block .tab-b .item .info-list {
  list-style: none;
  margin: -15px auto 10px;
  border: 2px solid #ffd215;
  border-radius: 8px;
  overflow: hidden
}

.index-sec3 .block .tab-b .item .info-list li {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 2px solid #ffd215;
  position: relative
}

.index-sec3 .block .tab-b .item .info-list li .icon {
  width: 80px;
  height: auto;
  margin: 10px 15px 10px 10px
}

.index-sec3 .block .tab-b .item .info-list li p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  padding: 20px 15px
}

.index-sec3 .block .tab-b .item .info-list li p.mgnb {
  margin-bottom: 15px;
}

.index-sec3 .block .tab-b .item .info-list li p.ca {
  font-size: 14px;
  position: absolute;
  top: 65px;
  left: 136px;
  padding: 0;
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .info-list li p.mgnb {
    margin-bottom: 15px;
  }

  .index-sec3 .block .tab-b .item .info-list li p.ca {
    font-size: 10px;
    position: absolute;
    top: 75px;
    left: 110px;
  }
}

.index-sec3 .block .tab-b .item .info-list li:last-child {
  border-bottom: none
}

@media screen and (max-width:768px) {
  .index-sec3 .block .tab-b .item .info-list li {
    padding: 10px
  }

  .index-sec3 .block .tab-b .item .info-list li p {
    margin: 0;
    padding: 20px 10px;
    font-size: 14px
  }

  .index-sec3 .block .tab-b .item .info-list li .icon {
    width: 70px;
    height: auto;
    margin-left: 5px
  }
}

.index-sec4 {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  padding: 0
}

.index-sec4 .l-content {
  max-width: 740px;
  padding: 0
}

.index-sec4 .txt {
  font-size: 23px;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .index-sec4 .txt {
    font-size: 18px
  }
}

.index-sec4 h2 {
  font-size: 35px;
  font-weight: 700;
  color: #ff853f
}

@media screen and (max-width:768px) {
  .index-sec4 h2 {
    font-size: 18px;
    text-underline-offset: 5px;
    text-decoration-thickness: 4px
  }
}

.index-sec4 .block {
  text-align: left;
  padding: 0;
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #fbfbdc;
  padding: 15px
}

.index-sec4 .block .item {
  background: #fff;
  border-radius: 15px;
  padding: 35px 50px 50px;
  text-align: center;
  margin: 20px 0;
  border: 2px solid #ff853f
}

@media screen and (max-width:768px) {
  .index-sec4 .block .item {
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px 15px 25px
  }
}

.index-sec4 .block h3 {
  font-size: 26px;
  margin: 25px 0 10px
}

@media screen and (max-width:768px) {
  .index-sec4 .block h3 {
    font-size: 18px;
    margin: 10px 0 0
  }
}

.index-sec4 .block .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  margin: 0 auto;
  flex-wrap: wrap
}

.index-sec4 .block .card .item1 {
  margin-top: 10px;
  width: calc(50% - 10px);
  margin-left: 25%
}

@media screen and (max-width:768px) {
  .index-sec4 .block .card .item1 {
    width: calc(50%);
    margin-left: 25%
  }
}

.index-sec4 .block .card .item2 {
  margin: 0;
  width: calc(50%)
}

@media screen and (max-width:768px) {
  .index-sec4 .block .card .item2 {
    width: calc(50%);
    margin: 0
  }
}

.index-sec4 .block .card .item3 {
  margin-top: 15px;
  width: calc(70%);
  margin-left: 15%
}

@media screen and (max-width:768px) {
  .index-sec4 .block .card .item3 {
    width: calc(80%);
    margin-left: 10%
  }
}

.index-sec4 .block .card .item h3 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px
}

@media screen and (min-width:769px) {
  .index-sec4 .block .card .item h3 .pc {
    display: inline !important
  }
}

@media screen and (max-width:768px) {
  .index-sec4 .block .card .item h3 {
    font-size: 14px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center
  }
}

.index-sec4 .block .card .c-btn01 {
  margin-top: 20px;
  font-size: 18px
}

@media screen and (max-width:768px) {
  .index-sec4 .block .card .c-btn01 {
    margin-top: 10px;
    font-size: 16px
  }
}

.index-sec5 {
  width: 100%;
  height: auto;
  padding: 80px 0
}

@media screen and (max-width:768px) {
  .index-sec5 {
    padding: 40px 0
  }
}

.index-sec5 h2 {
  text-align: center;
  font-size: 32px;
  padding-bottom: 20px
}

@media screen and (max-width:768px) {
  .index-sec5 h2 {
    font-size: 24px;
    padding-bottom: 15px
  }
}

.index-sec5 h3 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 20px
}

@media screen and (max-width:768px) {
  .index-sec5 h3 {
    font-size: 18px;
    padding-bottom: 15px
  }
}

.index-sec5 h4 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 5px
}

.index-sec5 h5 {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300
}

@media screen and (max-width:768px) {
  .index-sec5 h5 {
    font-size: 12px
  }
}

.index-sec5 .text-box p {
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400
}

@media screen and (max-width:768px) {
  .index-sec5 .text-box p {
    font-size: 12px
  }
}

.index-sec5 .text-box p.mgnb {
  margin-bottom: 20px
}

@media screen and (max-width:768px) {
  .index-sec5 .text-box p.mgnb {
    margin-bottom: 15px
  }
}

.index-sec5 .text-box p.dot {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.8
}

@media screen and (max-width:768px) {
  .index-sec5 .text-box p.dot {
    font-size: 12px
  }
}

.index-sec5 .text-box p.dot::before {
  content: "・";
  left: 0;
  position: absolute;
  font-size: 14px;
  font-weight: 400
}

@media screen and (max-width:768px) {
  .index-sec5 .text-box p.dot::before {
    font-size: 12px
  }
}

.index-sec5 .text-box {
  margin-bottom: 60px
}

.index-sec5 .text-box:last-child {
  margin-bottom: 0
}

.index-sec5 .link01 {
  color: #3af;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 400;
  position: relative
}

@media screen and (max-width:768px) {
  .index-sec5 .link01 {
    font-size: 12px
  }
}

.index-sec5 .link01::after {
  content: "";
  width: 15px;
  height: 100%;
  background: url(../images/link1.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: -18px;
  top: 2px
}

@media screen and (max-width:768px) {
  .index-sec5 .link01::after {
    width: 12px
  }
}

.index-sec6 {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: #f7f7f5;
  text-align: center
}

@media screen and (max-width:768px) {
  .index-sec6 {
    padding: 40px 0
  }
}

.index-sec6 h2 {
  text-align: center;
  font-size: 32px;
  padding-bottom: 20px
}

@media screen and (max-width:768px) {
  .index-sec6 h2 {
    font-size: 24px;
    padding-bottom: 15px
  }
}

.index-sec6 h3 {
  text-align: center;
  font-size: 26px;
  padding-bottom: 10px
}

@media screen and (max-width:768px) {
  .index-sec6 h3 {
    font-size: 18px;
    padding-bottom: 15px
  }
}

.index-sec6 h4 {
  font-size: 20px
}

@media screen and (max-width:768px) {
  .index-sec6 h4 {
    font-size: 16px
  }
}

.index-sec6 p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  padding: 10px 0;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .index-sec6 p {
    font-size: 14px
  }
}

.index-sec6 p::before {
  font-size: 14px;
  font-weight: 400
}

@media screen and (max-width:768px) {
  .index-sec6 p::before {
    font-size: 12px
  }
}

.index-sec6 .btn-box {
  margin-bottom: 50px
}

.index-sec6 .text-box {
  margin-bottom: 10px
}

.index-sec6 .c-btn01 {
  height: 70px;
  font-size: 22px
}

@media screen and (max-width:768px) {
  .index-sec6 .c-btn01 {
    font-size: 18px;
    height: 56px
  }
}

.index-sec6 .c-btn01::before {
  content: "";
  background: url(../images/arrow.png) no-repeat center;
  background-size: 100% auto;
  width: 26px
}

@media screen and (max-width:768px) {
  .index-sec5 .c-btn01::before {
    width: 20px
  }
}

.index-sec7 {
  width: 100%;
  height: auto;
  padding: 0;
  background: #f7f7f5;
  text-align: center
}

#footer {
  width: 100%;
  height: auto;
  background: #e7e6e6;
  padding: 50px 0 90px
}

@media screen and (max-width:768px) {
  #footer {
    padding: 30px 0 100px
  }
}

#footer ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  gap: 56px
}

@media screen and (max-width:768px) {
  #footer ul {
    display: block
  }
}

@media screen and (max-width:768px) {
  #footer ul li {
    width: auto;
    height: auto;
    margin-bottom: 10px
  }
}

#footer ul li a {
  font-size: 14px;
  font-weight: 500;
  transition: ease-in-out .3s;
  position: relative;
  color: #404040
}

@media screen and (max-width:768px) {
  #footer ul li a {
    font-size: 12px
  }
}

#footer ul li a::after {
  border-bottom: solid #000 2px;
  border-right: solid #000 2px;
  content: "";
  display: inline-block;
  height: .5em;
  margin-left: .5em;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  width: .5em
}

@media screen and (min-width:769px) {
  #footer ul li a:hover {
    opacity: .7
  }
}

#footer .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px
}

@media screen and (max-width:768px) {
  #footer .btn {
    margin-top: 15px
  }
}

#footer .btn .close {
  width: 100%;
  display: flex;
  max-width: 350px;
  height: 42px;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  transition: ease-in-out .3s
}

@media screen and (max-width:768px) {
  #footer .btn .close {
    max-width: 300px;
    height: 40px;
    font-size: 14px
  }
}

#footer .btn .close::after {
  content: "";
  background: url(/promotion/tanekabu/assets/images/close.png) no-repeat center;
  background-size: 100% auto;
  width: 13px;
  left: 5px;
  height: 100%;
  position: relative
}

@media screen and (min-width:769px) {
  #footer .btn .close:hover {
    opacity: .7
  }
}

#footer .logo {
  text-align: center;
  padding: 40px 0;
  display: flex;
  align-items: center
}

@media screen and (max-width:768px) {
  #footer .logo {
    text-align: left;
    padding: 30px 0 20px
  }
}

#footer .logo .img {
  width: auto;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  transition: ease-in-out .3s
}

#footer .logo .img img {
  width: 61px;
  height: auto;
  margin-right: 5px
}

@media screen and (min-width:769px) {
  #footer .logo .img:hover {
    opacity: .7
  }
}

#footer .copy {
  font-weight: 500;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width:768px) {
  #footer .copy {
    text-align: left;
  }
}

.fixed-button__list {
  justify-content: space-between;
  align-items: center;
  width: 680px;
  margin: 0 auto
}

.fixed-button__list li {
  width: calc(50% - 20px)
}

.fixed-button__list li.btn-manexcamp {
  margin-left: 10px
}

.fixed-button__list li.btn-manexcamp a {
  background-color: #fbe849;
  color: #000
}

.fixed-box {
  display: none
}

.fixed-button {
  align-items: center;
  background-color: rgba(0, 0, 0, .75);
  bottom: 0;
  display: flex;
  height: 79px;
  justify-content: center;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10
}

.fixed-button__list {
  display: flex
}

.fixed-button__list li a {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 57px;
  justify-content: center;
  border-radius: 5px
}

.fixed-button__list li {
  width: calc(50% - 8px)
}

.fixed-button__list li.btn-jcbcamp a {
  background-color: #ff853f
}

@media screen and (max-width:768px) {
  .fixed-button {
    align-items: center;
    background-color: rgba(0, 0, 0, .75);
    bottom: 0;
    display: flex;
    height: 90px;
    justify-content: center;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10
  }

  .fixed-button__list {
    display: flex;
    justify-content: center;
    width: 100%
  }

  .fixed-button__list li a {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 68px;
    justify-content: center;
    font-size: 16px
  }

  .fixed-button__list li {
    width: calc(49% - 10px)
  }
}

.tab-content {
  display: none;
  padding: 15px
}

.tab-content.active {
  display: block
}

.index-sec3 .block .tab-a {
  background-image: repeating-linear-gradient(135deg, #fde2d7, #fde2d7 3px, #fde6d8 3px, #fde6d8 6px)
}

.index-sec3 .block .tab-b {
  background-image: repeating-linear-gradient(135deg, #fff7d9, #fff7d9 3px, #fffae9 3px, #fffae9 6px)
}

.fixed-tab-button__list {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0
}

.fixed-tab-button__list li.btn-mnx-camp a {
  background-color: #70ad47
}

.fixed-tab-button__list li {
  width: calc(50%)
}

.fixed-tab-box {
  display: none
}

.fixed-tab-button {
  align-items: center;
  background-color: rgba(0, 0, 0, .75);
  bottom: 0;
  display: flex;
  height: 79px;
  justify-content: center;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10
}

.fixed-tab-button__list {
  display: flex
}

.fixed-tab-button__list li a {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 70px;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.fixed-tab-button__list li a span {
  font-size: 20px
}

.fixed-tab-button__list li.btn-jcb-camp a {
  background-color: #ffdecb;
  color: #6e756d;
  height: 70px;
  margin-top: 15px;
  border-bottom: 3px solid #ffe610
}

.fixed-tab-button__list li.btn-jcb-camp a.active {
  background-color: #ff853f;
  color: #fff;
  height: 85px;
  margin-top: 0;
  border-bottom: 3px solid #ff853f
}

.fixed-tab-button__list li.btn-mnx-camp a {
  background-color: #fef7da;
  height: 70px;
  margin-top: 15px;
  color: #6e756d;
  border-bottom: 3px solid #ff853f
}

.fixed-tab-button__list li.btn-mnx-camp a.active {
  background-color: #ffe610;
  color: #000;
  height: 85px;
  margin-top: 0;
  border-bottom: 3px solid #ffe610
}

@media screen and (max-width:768px) {
  .index-sec3 .block .jcb-camp {
    padding-bottom: 20px
  }

  .fixed-tab-button {
    align-items: center;
    background-color: rgba(0, 0, 0, .75);
    bottom: 0;
    display: flex;
    height: 90px;
    justify-content: center;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10
  }

  .fixed-tab-button__list {
    display: flex;
    justify-content: center;
    width: 100%
  }

  .fixed-tab-button__list li a {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    justify-content: center
  }

  .fixed-tab-button__list li a span {
    font-size: 18px;
    line-height: 1.3;
    text-align: center
  }
}