@charset "UTF-8";
.cf:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.menu-contents {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .24rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .menu-contents {
    padding-top: 90px;
    padding-bottom: 270px;
    font-size: 14px;
  }
}

.menu-local-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .menu-local-nav ul {
    justify-content: center;
    margin-bottom: -20px;
  }
}

.menu-local-nav li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.28rem;
  height: .8rem;
  background: #fff;
  border-radius: .10rem;
  box-shadow: 0.04rem 0.06rem 6px rgba(153, 151, 151, 0.75);
}

@media screen and (min-width: 769px) {
  .menu-local-nav li {
    margin-top: 0 !important;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 290px;
    height: 70px;
    border-radius: 10px;
    box-shadow: 4px 6px 6px rgba(153, 151, 151, 0.75);
  }
  .menu-local-nav li:last-child {
    margin-right: 0;
  }
}

.menu-local-nav li::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: .1rem;
  width: .15rem;
  height: .1rem;
  background: url(../img/menu/local_nav_arrow.png) no-repeat top center/contain;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .menu-local-nav li::after {
    right: 13px;
    width: 15px;
    height: 10px;
  }
}

.menu-local-nav li:nth-child(n + 3) {
  margin-top: .13rem;
}

.menu-local-nav a {
  display: block;
}

@media screen and (min-width: 769px) {
  .menu-local-nav a {
    font-size: 18px;
  }
}

.menu-local-nav a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .10rem;
  transition: .4s;
}

@media screen and (min-width: 769px) {
  .menu-local-nav a::after {
    border-radius: 10px;
  }
}

.menu-local-nav a:hover::after {
  box-shadow: 0 0 0 5px #d81781;
}

.menu-contents-sc {
  position: relative;
  margin-top: .50rem;
  padding: 0.35rem 0.12rem 1rem;
  background: #fff;
  border-radius: .15rem;
  box-shadow: 0.04rem 0.06rem 6px rgba(153, 151, 151, 0.75);
  color: #000;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc {
    margin-top: 50px;
    padding: 85px 40px 90px;
    border-radius: 15px;
    box-shadow: 4px 6px 6px rgba(153, 151, 151, 0.75);
  }
}

.menu-contents-sc:nth-of-type(1) .menu-contents-sc-ttl::before {
  content: '';
  display: block;
  margin: 0 auto .08rem;
  width: 2.62rem;
  height: 2.58rem;
  background: url("../img/menu/list_img01.png") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc:nth-of-type(1) .menu-contents-sc-ttl::before {
    margin-bottom: 5px;
    width: 220px;
    height: 216px;
    background: url("../img/menu/pc/list_img01.png") no-repeat center center/contain;
  }
}

.menu-contents-sc:nth-of-type(2) .menu-contents-sc-ttl::before {
  content: '';
  display: block;
  margin: 0 auto .08rem;
  width: 3.29rem;
  height: 1.67rem;
  background: url("../img/menu/list_img02.png") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc:nth-of-type(2) .menu-contents-sc-ttl::before {
    margin-bottom: 5px;
    width: 270px;
    height: 137px;
    background: url("../img/menu/pc/list_img02.png") no-repeat center center/contain;
  }
}

.menu-contents-sc:nth-of-type(3) .menu-contents-sc-ttl::before {
  content: '';
  display: block;
  margin: 0 auto .08rem;
  width: 1.73rem;
  height: 2.11rem;
  background: url("../img/menu/list_img03.png") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc:nth-of-type(3) .menu-contents-sc-ttl::before {
    margin-bottom: 5px;
    width: 144px;
    height: 176px;
    background: url("../img/menu/pc/list_img03.png") no-repeat center center/contain;
  }
}

.menu-contents-sc:nth-of-type(4) .menu-contents-sc-ttl::before {
  content: '';
  display: block;
  margin: 0 auto .08rem;
  width: 1.44rem;
  height: 1.76rem;
  background: url("../img/menu/list_img04.png") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc:nth-of-type(4) .menu-contents-sc-ttl::before {
    margin-bottom: 5px;
    width: 147px;
    height: 179px;
    background: url("../img/menu/pc/list_img04.png") no-repeat center center/contain;
  }
}

.menu-contents-sc-ttl {
  text-align: center;
}

.menu-contents-sc-ttl span {
  display: inline-block;
  font-size: .36rem;
  line-height: 1;
  letter-spacing: .1em;
  color: #002588;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc-ttl span {
    font-size: 30px;
  }
}

.menu-contents-sc-ttl span::after {
  content: '';
  display: block;
  margin-top: .05rem;
  margin-left: -1%;
  width: 102%;
  height: .02rem;
  background: #002588;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc-ttl span::after {
    margin-top: 5px;
    height: 2px;
  }
}

.menu-contents-sc-catch {
  position: relative;
  margin-top: .17rem;
  padding: .25rem .2rem .3rem;
  line-height: 1.5;
  background: url(../img/menu/dot_gray_bg.png) repeat top left / 2.48062%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc-catch {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    padding: 20px 20px 25px;
    letter-spacing: .05em;
    line-height: 1.85;
    background: url(../img/menu/dot_gray_bg.png) repeat top left/auto;
  }
}

.menu-contents-sc-catch::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: .33rem;
  height: .19rem;
  background: url(../img/menu/dot_arrow.png) no-repeat top left/contain;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 769px) {
  .menu-contents-sc-catch::after {
    width: 33px;
    height: 19px;
    transform: translate(-50%, -25%);
  }
}

.menu-contents-sc-catch .strong {
  color: #d81781;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc-catch .strong {
    font-size: 18px;
    line-height: 1;
  }
}

.menu-contents-sc-check {
  position: relative;
  margin-top: .15rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc-check {
    padding-top: 48px;
    padding-left: 110px;
    margin: 20px auto 0;
    width: 690px;
  }
}

.menu-contents-sc-check::before {
  content: '';
  display: block;
  margin-bottom: .3rem;
  width: 1.19rem;
  height: 1.19rem;
  background: url(../img/menu/check_fukidashi.png) no-repeat top left/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc-check::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 79px;
    height: 79px;
    margin-bottom: 0;
    background: url(../img/menu/pc/check_fukidashi.png) no-repeat top left/contain;
  }
}

.menu-contents-sc-check li {
  display: flex;
  align-items: center;
  padding-bottom: .08rem;
  font-size: .25rem;
  letter-spacing: .05em;
  border-bottom: #ccc 1px solid;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc-check li {
    padding-bottom: 8px;
    font-size: 22px;
  }
}

.menu-contents-sc-check li::before {
  content: '';
  display: block;
  margin-right: .1rem;
  width: .34rem;
  height: .33rem;
  background: url(../img/menu/check.png) no-repeat top left/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc-check li::before {
    margin-right: 10px;
    width: 31px;
    height: 29px;
    background: url(../img/menu/pc/check.png) no-repeat top left/contain;
  }
}

.menu-contents-sc-check li + li {
  margin-top: .2rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc-check li + li {
    margin-top: 15px;
  }
}

.menu-contents-sc-price {
  margin-top: .4rem;
  padding: .35rem 0 .28rem;
  text-align: center;
  color: #fff;
  background: #d81781;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc-price {
    margin-top: 65px;
    padding: 22px 20px 22px;
  }
}

.menu-contents-sc-price .strong {
  display: block;
  margin-bottom: .15rem;
  font-size: .36rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc-price .strong {
    margin-bottom: 8px;
    font-size: 30px;
  }
}

.menu-contents-sc1-list {
  margin-top: .25rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-list {
    display: flex;
    margin-top: 25px;
  }
}

.menu-contents-sc1-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 5rem;
  height: 3.98rem;
  font-size: .48rem;
  letter-spacing: .05em;
  text-align: center;
  color: #000;
  border: #ccc 1px solid;
  border-radius: .15rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-list li {
    width: 22.36136%;
    height: 200px;
    font-size: 24px;
    border-radius: 10px;
  }
}

.menu-contents-sc1-list li:nth-of-type(1)::before {
  content: '';
  display: block;
  margin: 0 auto .3rem;
  width: 0.46rem;
  height: 0.42rem;
  background: url("../img/menu/list1_icon01.png") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-list li:nth-of-type(1)::before {
    margin: 0 auto 10px;
    width: 23px;
    height: 37px;
    background: url("../img/menu/pc/list1_icon01.png") no-repeat center center/auto;
  }
}

.menu-contents-sc1-list li:nth-of-type(2)::before {
  content: '';
  display: block;
  margin: 0 auto .3rem;
  width: 0.56rem;
  height: 0.74rem;
  background: url("../img/menu/list1_icon02.png") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-list li:nth-of-type(2)::before {
    margin: 0 auto 10px;
    width: 29px;
    height: 37px;
    background: url("../img/menu/pc/list1_icon02.png") no-repeat center center/auto;
  }
}

.menu-contents-sc1-list li:nth-of-type(3)::before {
  content: '';
  display: block;
  margin: 0 auto .3rem;
  width: 0.72rem;
  height: 0.72rem;
  background: url("../img/menu/list1_icon03.png") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-list li:nth-of-type(3)::before {
    margin: 0 auto 10px;
    width: 36px;
    height: 37px;
    background: url("../img/menu/pc/list1_icon03.png") no-repeat center center/auto;
  }
}

.menu-contents-sc1-list li:nth-of-type(4)::before {
  content: '';
  display: block;
  margin: 0 auto .3rem;
  width: 0.48rem;
  height: 0.62rem;
  background: url("../img/menu/list1_icon04.png") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-list li:nth-of-type(4)::before {
    margin: 0 auto 10px;
    width: 23px;
    height: 37px;
    background: url("../img/menu/pc/list1_icon04.png") no-repeat center center/auto;
  }
}

.menu-contents-sc1-list li::after {
  content: '×';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.18rem;
  height: 1.18rem;
  font-size: .48rem;
  border-radius: 50%;
  color: #fff;
  background: #002588;
  transform: translate(-50%, 75%);
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-list li::after {
    top: 50%;
    left: 100%;
    width: 4.21429vw;
    height: 4.21429vw;
    font-size: 24px;
    transform: translate(-25%, -50%);
  }
}

.menu-contents-sc1-list li:nth-of-type(3)::after {
  content: '=';
}

.menu-contents-sc1-list li:nth-of-type(4)::after {
  display: none;
}

.menu-contents-sc1-list li + li {
  margin-top: .42rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-list li + li {
    margin-top: 0;
  }
}

.menu-contents-sc1-list + P {
  margin-top: .25rem;
  color: #000;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-list + P {
    margin-top: 15px;
  }
}

.menu-contents-sc1-more {
  margin-top: .8rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-more {
    margin-top: 40px;
  }
}

.menu-contents-sc1-more a {
  position: relative;
  display: block;
  padding: .42rem .15rem .32rem;
  font-size: .4rem;
  text-align: center;
  color: #fff;
  background: #002588;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-more a {
    padding: 40px 20px 15px;
    font-size: 36px;
  }
}

.menu-contents-sc1-more a::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 98.14241%;
  height: 93.33333%;
  border: 1px #fff solid;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-more a::after {
    width: 99.46333%;
    height: 97.47899%;
  }
}

.menu-contents-sc1-more a .en {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: .4rem;
  font-size: .36rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-more a .en {
    margin-top: 5px;
    font-size: 24px;
  }
}

.menu-contents-sc1-more a .en::after {
  content: '';
  display: block;
  margin-left: .07rem;
  width: .18rem;
  height: .22rem;
  background: url(../img/menu/arrow_more.png) no-repeat top left/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-more a .en::after {
    margin-left: 13px;
    width: 13px;
    height: 14px;
  }
}

.menu-contents-sc1-txt {
  margin-top: .57rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-txt {
    margin-top: 60px;
  }
}

.menu-contents-sc1-txt h3 {
  margin-bottom: .24rem;
  font-size: .3rem;
  letter-spacing: .05em;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-txt h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }
}

.menu-contents-sc1-txt p {
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-txt p {
    line-height: 1.85;
  }
}

.menu-contents-sc1-txt .strong {
  color: #d81781;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-txt .strong {
    font-size: 18px;
    line-height: 1;
  }
}

.menu-contents-sc1-choice {
  margin-top: .8rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice {
    margin-top: 75px;
  }
}

.menu-contents-sc1-choice h3 {
  font-size: .36rem;
  letter-spacing: .1em;
  text-align: center;
  color: #002588;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice h3 {
    font-size: 24px;
  }
}

.menu-contents-sc1-choice h3::before, .menu-contents-sc1-choice h3::after {
  content: '';
  display: block;
  width: 100%;
  height: .02rem;
  background: #002588;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice h3::before, .menu-contents-sc1-choice h3::after {
    height: 2px;
  }
}

.menu-contents-sc1-choice h3 span {
  display: block;
  padding: .25rem 0;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice h3 span {
    padding: 18px 0;
  }
}

.menu-contents-sc1-choice-tab {
  display: flex;
  justify-content: space-between;
  margin-top: .35rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice-tab {
    margin-top: 45px;
  }
}

.menu-contents-sc1-choice-tab li {
  padding: .2rem 0 .1rem;
  width: 2.1rem;
  text-align: center;
  line-height: 1.25;
  color: #fff;
  background: #002588;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice-tab li {
    padding: 17px 0 10px;
    width: 32.20036%;
    line-height: 1;
    letter-spacing: .05em;
    white-space: nowrap;
  }
}

@media screen and (min-width: 960px) {
  .menu-contents-sc1-choice-tab li {
    font-size: 18px;
    letter-spacing: .1em;
  }
}

.menu-contents-sc1-choice-tab li::after {
  content: '';
  display: block;
  margin: .15rem auto 0;
  width: .23rem;
  height: .12rem;
  background: url(../img/menu/arrow_white.png) no-repeat top left/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice-tab li::after {
    margin-top: 10px;
    width: 23px;
    height: 12px;
  }
}

.menu-contents-sc1-choice-tab li.active {
  color: #002588;
  background: #eee;
  border: #ccc solid 0.03rem;
  border-bottom: none;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice-tab li.active {
    border-width: 3px;
  }
}

.menu-contents-sc1-choice-tab li.active::after {
  background: url(../img/menu/arrow_blue.png) no-repeat top left/contain;
}

.menu-contents-sc1-choice-tab li:nth-of-type(1)::before {
  content: '';
  display: block;
  margin: 0 auto .15rem;
  width: 0.21rem;
  height: 0.23rem;
  background: url("../img/menu/choice_white_icon01.png") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice-tab li:nth-of-type(1)::before {
    margin-bottom: 5px;
    width: 21px;
    height: 23px;
  }
}

.menu-contents-sc1-choice-tab li.active:nth-of-type(1)::before {
  background: url("../img/menu/choice_blue_icon01.png") no-repeat center center/contain;
}

.menu-contents-sc1-choice-tab li:nth-of-type(2)::before {
  content: '';
  display: block;
  margin: 0 auto .15rem;
  width: 0.26rem;
  height: 0.23rem;
  background: url("../img/menu/choice_white_icon02.png") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice-tab li:nth-of-type(2)::before {
    margin-bottom: 5px;
    width: 26px;
    height: 23px;
  }
}

.menu-contents-sc1-choice-tab li.active:nth-of-type(2)::before {
  background: url("../img/menu/choice_blue_icon02.png") no-repeat center center/contain;
}

.menu-contents-sc1-choice-tab li:nth-of-type(3)::before {
  content: '';
  display: block;
  margin: 0 auto .15rem;
  width: 0.23rem;
  height: 0.23rem;
  background: url("../img/menu/choice_white_icon03.png") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice-tab li:nth-of-type(3)::before {
    margin-bottom: 5px;
    width: 23px;
    height: 23px;
  }
}

.menu-contents-sc1-choice-tab li.active:nth-of-type(3)::before {
  background: url("../img/menu/choice_blue_icon03.png") no-repeat center center/contain;
}

.menu-contents-sc1-choice-contents li {
  display: none;
  padding: .4rem .16rem .5rem;
  border: #ccc solid 0.03rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice-contents li {
    padding: 50px 35px 35px;
    border-width: 3px;
  }
}

.menu-contents-sc1-choice-contents li.active {
  display: block;
}

.menu-contents-sc1-choice-contents dl + dl {
  margin-top: .5rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice-contents dl + dl {
    margin-top: 35px;
  }
}

.menu-contents-sc1-choice-contents dt {
  position: relative;
  margin-bottom: .08rem;
  padding-left: .1rem;
  font-size: .3rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .1em;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice-contents dt {
    padding: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
  }
}

.menu-contents-sc1-choice-contents dt::before {
  content: '';
  position: absolute;
  left: -.03rem;
  display: block;
  width: .03rem;
  height: 100%;
  background: #002588;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice-contents dt::before {
    top: 0;
    left: -3px;
    width: 3px;
    height: 100%;
  }
}

.menu-contents-sc1-choice-contents dd {
  line-height: 1.5;
  border-top: 1px dashed #7f7f7f;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc1-choice-contents dd {
    margin-top: 5px;
    line-height: 1.85;
  }
}

.menu-contents-sc2-list {
  margin-top: .25rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc2-list {
    margin-top: 20px;
  }
}

.menu-contents-sc2-list p {
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc2-list p {
    line-height: 1.85;
  }
}

.menu-contents-sc3-txt {
  padding-top: .4rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc3-txt {
    padding-top: 25px;
  }
}

.menu-contents-sc3-txt h3 {
  font-size: .3rem;
  font-weight: 700;
  letter-spacing: .05em;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc3-txt h3 {
    font-size: 14px;
  }
}

.menu-contents-sc3-txt ul {
  margin-top: .1rem;
  padding-left: 1em;
}

.menu-contents-sc3-txt li {
  padding-left: .1em;
  text-indent: -1em;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc3-txt li {
    line-height: 1.85;
  }
}

.menu-contents-sc3-txt p {
  margin-top: .55rem;
  font-size: .32rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc3-txt p {
    margin-top: 50px;
    font-size: 18px;
  }
}

.menu-contents-sc4-box {
  margin-top: .25rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc4-box {
    margin-top: 25px;
  }
}

.menu-contents-sc4-box h3 {
  position: relative;
  padding-left: .1rem;
  padding-bottom: .08rem;
  font-size: .3rem;
  font-weight: 700;
  letter-spacing: .1em;
  border-bottom: 1px dashed #7f7f7f;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc4-box h3 {
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
  }
}

.menu-contents-sc4-box h3::before {
  content: '';
  position: absolute;
  left: -.03rem;
  display: block;
  width: .03rem;
  height: .3rem;
  background: #002588;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc4-box h3::before {
    top: -6px;
    left: -3px;
    width: 3px;
    height: 30px;
  }
}

.menu-contents-sc4-box dl {
  margin-top: .14rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc4-box dl {
    line-height: 1.85;
    margin-top: 15px;
  }
}

.menu-contents-sc4-box dt {
  font-weight: 700;
  color: #20b2e0;
}

.menu-contents-sc4-box dd {
  padding-left: 1em;
  text-indent: -1em;
}

.menu-contents-sc4-box dd + dt {
  margin-top: .2rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc4-box dd + dt {
    margin-top: 10px;
  }
}

.menu-contents-sc4-box + .menu-contents-sc4-box {
  margin-top: .6rem;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc4-box + .menu-contents-sc4-box {
    margin-top: 25px;
  }
}
.flow_wrap {
    margin: 3% 0;
}
.flow_wrap li {
	background: url("../img/flow/down_arrow.png") no-repeat center bottom 10px/contain;
    background-color: #fff;
	background-size:59px;
    margin-bottom: 40px;
	box-shadow: 4px 6px 6px rgba(153, 151, 151, 0.75);
	border-radius:10px;

}
.flow_wrap .last{
	background:none;
	background-color: #fff;
    margin-bottom: 40px;
	box-shadow: 4px 6px 6px rgba(153, 151, 151, 0.75);
	border-radius:10px;}
p.fl_tit {
    font-size: 30px;
    border-bottom: 1px solid;
	padding: 0 0 1% 0;
	margin-bottom: 5px;
}
p.fl_text {
    line-height: 1.5;
    padding-bottom: 40px;
	color: #000;
	font-size: 16px;
}
.flow_wrap li dl {
    display: flex;
    padding: 40px;
}
.flow_wrap li dt {
	max-width: 196px;
    margin: 0 auto;
	
}
.flow_wrap li dd {
	width: 80%;
}
p.b_rink {
    text-align: center;
    width: 250px;
    float: right;
	font-size: 16px;
}
p.b_rink a {
    display: block;
    color: #fff;
    padding: 20px 0;
    background: url("../img/flow/arrow_link.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 6px;
	background-color:#20b2e0;
    border-radius: 35px;
}
span.fl_span {
    font-size: 18px;
}
@media screen and (min-width:0px) and (max-width:767px) {
.flow_wrap li dl {
    display: block;
    padding: 20px;
}
.flow_wrap li dt {
    max-width: 50%;
    margin: 0 auto;
}
.flow_wrap li dd {
    width: 100%;
}
p.fl_tit {
    font-size: 21px;}
	
p.b_rink {
    text-align: center;
    width: 250px;
    float: none;
    margin: 0 auto;
    padding-bottom: 40px;
}
.flow_wrap li {
    background: url(../img/flow/down_arrow.png) no-repeat center bottom 10px/contain;
    background-color: #fff;
    background-size: 39px;
    margin-bottom: 40px;
    box-shadow: 4px 6px 6px rgba(153, 151, 151, 0.75);
    border-radius: 10px;
}
span.fl_span {
    font-size: 12px;
}	
}





