﻿@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;
  }
}