@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
    overflow-y: scroll;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

::selection {
    background-color: rgb(237 206 246 / 50%);
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    position: relative;
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #333;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  letter-spacing: 0.02em;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-lg-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-lg-between {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container {
  /*overflow: hidden;*/
}

@media print, (min-width: 768px) {
  body {
    position: static !important;
    top: auto !important;
  }

  .navigation {
    display: block !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  .flex-md {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

     justify-content: space-between;
  }

  .flex-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-between {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-align {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .order1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .container {
    min-width: 1024px;
  }

  .wrapper {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* RESPONSIVE
 * ----------------------------------------------- */
.sm {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  html {
    font-size: 15.625vw;
  }

  body {
    font-size: 0.27rem;
    line-height: 1.333;
    padding-top: 67px;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .flex-sm {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
}
.slick-slide:active, .slick-slide:focus {
  outline: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
/*  display: block; */
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow,
.slick-dots button {
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: block;
  cursor: pointer;
}





/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
header .wrapper {
  position: relative;
}
header .header-site {
  background: #fff;
}
header .header-top {
  background: #955c9f;
  line-height: 1;
  color: #fff;
}
header .header-r .btn-login {
  height: auto;
}
header .header-r .btn-login:after {
  display: none;
}
header .header-button .btn-register,
header .header-button .btn-login {
  height: 46px;
}
header .btn-guide {
  position: absolute;
  background: url(../img/common/icn_guide.png) no-repeat center 0;
  text-align: center;
  display: block;
}
header .btn01 {
  background: #97aee1;
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  color: #fff;
}
header .btn01 > span {
  background: url(../img/common/icn_home.png) no-repeat 0 center;
}

/* snjn 20221004 isk */
header .header-logo .sj_regi_md {
    width: 300px;
    margin-left: 20px;
    margin-top: 0px;
}
header .header-logo .sj_regi_fixed {
    width: 230px;
    margin-left: 15px;
    margin-top: 0px;
}
.sj_regi_sm {
    width: 100%;
    margin-left: 5px;
    margin-top: 0px;
}

/* バーガーここから */
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn4{
    position: absolute;

    cursor: pointer;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translate(0px, -50%);
	right:0.2rem;
}

/*ボタン内側*/
.openbtn4 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    height: 4px;
    background: #8d5f9b;
    width: 80%;
  }


.openbtn4 span:nth-of-type(1) {
  top:5px; 
}

.openbtn4 span:nth-of-type(2) {
  top:14px;
}

.openbtn4 span:nth-of-type(3) {
  top:23px;
}

.openbtn4 span:nth-of-type(3)::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0px);
    color: #8d5f9b;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn4.active span:nth-of-type(1) {
    top: 13px;
    left: 50%;
    transform: translate(-50%, 0px) rotate(-45deg);
}

.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn4.active span:nth-of-type(3){
    top: 13px;
    left: 50%;
    transform: translate(-50%, 0px) rotate(45deg);
}

.openbtn4.active span:nth-of-type(3)::after {
  content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 10px;
    left: 12px;
}
/*========= メニュー中身 ===============*/

.brgr_hidden {

}
.brgr_hidden .brgr_menubox {
    background-color: #efefef;
    position: fixed;
    width: 300px;
    height: 100%;
    z-index: 1999;
    right: -310px;
    transition-duration: .3s;
    transition-property: all;
    padding-top: 85px;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
.brgr_hidden .brgr_menu_bg {
    z-index: 1260;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgb(0 0 0 / 50%);
    display: none;
}

.brgr_hidden.active .brgr_menubox {
	right: 0;
	}
.brgr_hidden.active .brgr_menu_bg {
    display: block;
    transition-duration: .3s;
    transition-property: all;
    }
/* 背景を固定する */
.kote {
    width: 100%;
    height: 100%;
    position: fixed;
}

/* menu中身 */
.brgr_hidden .brgr_menubox .brgr_menu {
    margin-top: 15px;
    margin-bottom: 20px;
}
.brgr_hidden .brgr_menubox .brgr_regi_bt a img {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.brgr_hidden .brgr_menubox .brgr_menu dt {
    font-size: 13px;
    font-family: serif;
    font-weight: bold;
    margin-top: 0px;
    padding: 5px 10px;
    background: linear-gradient(45deg, #714680, #9973a6);
    color: #fff;
    letter-spacing: 1.5px;
}
.brgr_hidden .brgr_menubox .brgr_menulist li {
    border-bottom: 1px solid #cabcd0;
    font-size: 15px;
    position: relative;
    background-color: #fff;
}
.brgr_hidden .brgr_menubox .brgr_menulist li a {
    display: block;
    padding: 10px 0px 10px 15px;
}

.brgr_hidden .brgr_menubox .brgr_menulist li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #9172a0;
    border-right: solid 2px #9172a0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: rotate(45deg)translate(0px, -50%);
}

/* バーガーここまで */

@media print, (min-width: 768px) {
  header {
   /* height: 180px; */
  }
  header .header-site {
    padding: 10px 0;
  }

  header .header-top {
    font-size: 11px;
    padding: 7px 0;
  }
  header .header-logo {
    margin: 0;
  }
/* 20221028 isk */
  header .mon_bn {
    margin-left: 22px;
    margin-top: 4px;
}
  header .mon_bn img {
    width: 80%;
    height: auto;
}
@keyframes fuwafuwa {
  0%, 17%, 32%, 100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0.8deg);
  }
  23% {
    transform: rotate(-0.8deg);
  }
  26% {
    transform: rotate(0.8deg);
  }
  29% {
    transform: rotate(-0.8deg);
  }
}
  header .mon_bn {
  animation: 4.5s fuwafuwa infinite;
}

  header .header-logo .on {
    display: none;
  }
  header .header-r {
    position: absolute;
    top: -11px;
    right: 0;
    width: 145px;
  }
  header .header-tel {
    padding-left: 84px;
    position: absolute;
    right: 174px;
    font-size: 13px;
    letter-spacing: 0.01em;
    top: 11px;
    color: #000;
  }
  header .header-tel.mr {
    right: 275px;
  }
  header .header-tel img {
    height: 25px;
  }
  header .header-tel .txt-large {
    font-size: 14px;
  }
  header .header-tel .txt-small {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    font-size: 11px;
    background: url(../img/common/icn_phone.png) no-repeat center 9px;
    background-size: 45px auto;
    padding: 47px 5px 0;
    text-align: center;
    letter-spacing: 0.025em;
    color: #333;
  }
  header .header-contact {
    position: absolute;
    right: 0;
  }
  header .header-contact {
    top: 16px;
    width: 145px;
    right: 2px;
    font-size: 17px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 36px;
    color: #fff;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
  }
    header .regist_pc {
    background: #79397f;
    background: linear-gradient(4deg, #581c5e , #79397f, #a467b7);
    -moz-background: linear-gradient(4deg, #581c5e , #79397f, #a467b7);
    -webkit-background: linear-gradient(4deg, #581c5e , #79397f, #a467b7);
}

  header .header-r .btn-login {
    top: 57px;
    width: 145px;
    right: 2px;
    font-size: 17px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 36px;
  }
  header .header-r .btn-login > span {
    background-size: 22px auto;
    padding: 4px 0 5px 26px;
  }
  header .header-r .regist_pc > span {
    background-size: 22px auto;
    padding: 4px 0 5px 26px;
    background-image: url(../img/common/icn_registration2.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    text-align: left;
}

  .ie header .header-r .btn-login > span {
    padding-top: 8px;
  }
  header .btn-guide {
    top: 29px;
    right: 154px;
    padding-top: 38px;
    width: 70px;
  }
  header .btn01 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 51px;
    width: 145px;
    right: 2px;
    font-size: 17px;
    height: 38px;
  }
  header .btn01 > span {
    padding: 2px 0 3px 30px;
  }
  .ie header .btn01 > span {
    padding-top: 6px;
  }
  header.header-sub {
    margin-bottom: 0px;
  }

  .header-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  .header-button .btn-register,
  .header-button .btn-login {
    width: 230px;
    font-size: 18px;
  }
  .header-button .btn-register > span,
  .header-button .btn-login > span {
    padding: 0px 27px 0px 35px;
/*    padding: 6px 27px 9px 35px; */
    background-size: 27px auto;
    background-position: 0 42%;
  }
  .ie .header-button .btn-register > span, .ie
  .header-button .btn-login > span {
    padding-top: 13px;
  }
  .header-button .btn-register:after,
  .header-button .btn-login:after {
    width: 10px;
    right: 15px;
  }
  .header-button .btn-login {
    margin-left: 20px;
  }

  .header-block.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -moz-animation: smoothScroll 0.4s forwards;
    -webkit-animation: smoothScroll 0.4s forwards;
    animation: smoothScroll 0.4s forwards;
    width: 100%;
    min-width: 1024px;
    background: #fff;
    -moz-box-shadow: 0 1px 3px #d0d0d0;
    -webkit-box-shadow: 0 1px 3px #d0d0d0;
    box-shadow: 0 1px 3px #d0d0d0;
  }
  .header-block.header-fixed .header-r,
  .header-block.header-fixed .header-tel {
    display: none;
  }
  .header-block.header-fixed .header-logo {
    width: 238px !important;
    margin-top: 0;
  }
  .header-block.header-fixed .header-logo .off {
    display: none !important;
  }
  .header-block.header-fixed .header-logo .on {
    display: block !important;
  }
  .header-block.header-fixed .header-button {
    display: block;
  }
}
@-webkit-keyframes smoothScroll {
  0% {
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
  100% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes smoothScroll {
  0% {
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media only screen and (max-width: 767px) {
  header {
    box-shadow: 0 0px 7px rgb(155 155 155 / 50%);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2000;
  }
  header .header-r {
    position: absolute;
    right: 3.9em;
    top: 48%;
    transform: translateY(-50%);
  }
  header .header-top {
    font-size: 10px;
    padding: 3px 0;
  }
  header .header-logo {
    width: 170px;
    /* margin: 0 auto; */
  }
  header .header-contact,
  header .header-r .btn-login,
  header .btn-tel {
    width: 70px;
  }
  header .header-r .btn-login {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
  }
  header .header-r .btn-login > span {
    background: none;
  }
  header .btn-guide {
    top: 0.04rem;
    right: 1.86rem;
    padding-top: 0.48rem;
    background-image: url(../img/common/sm/icn_guide.png);
    background-size: 0.4rem auto;
    line-height: 1;
    font-size: 0.17rem;
    width: 0.7rem;
  }
  header .btn01 {
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    top: 0.14rem;
    width: 1.74rem;
    right: 0;
    font-size: 0.2rem;
    height: 0.48rem;
  }
  header .btn01 > span {
    padding: 0.08rem 0 0.08rem 0.36rem;
    background-image: url(../img/common/sm/icn_home.png);
    background-size: 0.3rem auto;
  }

header .header-site {
    padding: 6px 0;
}
  
  .header-site .header-button {
    position: fixed;
    left: 0;
    z-index: 9999;
    width: 100%;
    min-width: 320px;
    bottom: 0;
}

/* ===== isk new ====== */
    .tracking_bt {
    position: fixed;
    bottom: -100vh; /* 画面外に隠す */
    width: 100%;
    min-width: 320px;
    background-color: rgb(0 0 0 / 50%);
    padding: 35px 20px 25px;
    transition: bottom 0.3s ease-out;
    z-index: 1100;
    text-align: center;
    visibility: hidden; /* 最初は非表示 */
    }

/* 20250619 isk */
.top_regist_bt a {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
    background: linear-gradient(164deg, #4bdf64 0%, #169832 36%, #068944 100%);
    border-radius: 100px;
    text-align: center;
    padding: 16px 0 15px;
    border: 2px solid #fffa8f;
    background-origin: border-box;
    background-clip: border-box;
    box-shadow: 0px 6px 16px rgb(119 240 164 / 50%) inset, 0px -5px 10px rgb(12 101 46 / 60%) inset, 0px 7px 7px rgb(0 0 0 / 30%);
}
.top_regist_bt a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
    width: 26px;
    height: 26px;
    background-image: url(https://feel-i.jp/tmpl_smart_phone/assets/img/common/regi_bt_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.top_regist_bt a::after {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border-top: 3.5px solid #ffffff;
    border-right: 3.5px solid #ffffff;
    top: 50%;
    transform: translateY(-50%) rotate(45deg) skew(0deg, 0deg);
    position: absolute;
    right: 18px;
}
.top_regist_bt a .fuki_min {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    background-color: #fffee8;
    font-size: 13px;
    border-radius: 50px;
    padding: 3px 0;
    letter-spacing: 0;
    font-family: sans-serif;
    font-weight: bold;
    color: #d02c6b;
    box-shadow: 0 2px 5px rgb(0 0 0 / 17%);
}
.top_regist_bt a .fuki_min::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    border-top: 10px solid #fffee8;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.top_regist_bt a .fuki_main {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 2px rgb(0 0 0 / 40%);
    margin-left: 7px;
}




/* ================= */

/* コラムの時用のトラッキングbt ▼▼▼▼▼▼▼▼▼▼ */
#tracking_column {
    background-color: rgb(255 254 225 / 90%);
    padding: 15px 0px;
}
#tracking_column .tracking_inner {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 97%;
    max-width: 400px;
    margin: 0 auto;
}
#tracking_column .tracking_inner .tr_in_left {
    width: 19%;
    max-width: 100px;
    height: auto;
    position: relative;
}
#tracking_column .tracking_inner .tr_in_left img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 3px;
    box-shadow: 0 3px 4px rgb(26 94 114 / 30%);
    border: 1px solid #8f8f8f;
}
#tracking_column .tracking_inner .tr_in_right {
    width: 79%;
    padding: 0px 0;
}
#tracking_column .tracking_inner .tr_in_right p {
    text-align: center;
    font-family: serif;
    font-weight: bold;
   /* text-shadow: 0px 1px 2px #fff, 1px 0px 2px #fff, 0px -1px 2px #fff, -1px 0px 2px #fff; */
    color: #32312e;
    font-size: 16px;
}
#tracking_column .tracking_inner .tr_in_right .tr_col_bt {
    background: linear-gradient(0deg, #731a82 8%, #a03db3 50%,#be6bcc 89%,#de95e9 100%);
    border: 1px solid #fff;
    text-shadow: -1px -1px 0px #616161;
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    border-radius: 5px;
    padding: 13px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 3px 4px rgb(26 94 114 / 30%);
    display: block;
    letter-spacing: 0;
    overflow: hidden;
    position: relative;
}
#tracking_column .tracking_inner .tr_in_right .tr_col_bt::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: tracking_shiny 3s ease-in-out infinite;
}

#tracking_column .tracking_inner .tr_in_right .tr_col_bt::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: -200px;
    left: -180px;
    width: 75px;
    height: 100%;
    background-color: rgb(255 255 255 / 50%);
    animation: shiny-btn9 6s ease-in-out infinite;
}


/* コラムの時用のトラッキングbt ▲▲▲▲▲▲▲▲▲▲ */

.header-site.header-block .header-button {
    display: none;
}

  .header-site .header-button .flex {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header-site .header-button a {
    margin: 0 auto;
    height: 0.68rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header-site .header-button a > span {
    padding: 0rem 0.3rem 0rem 0.5rem;
  }
  .header-site .header-button .btn-register {
    margin-left: 0;
  }
  .header-site .header-button .btn-login {
    margin-right: 0;
  }
  .header-site.header-block.header-fixed .header-button {
    display: block;
    -moz-animation: smoothScroll 0.4s forwards;
    -webkit-animation: smoothScroll 0.4s forwards;
    animation: smoothScroll 0.4s forwards;
  }
}
.nav_menu ul {
  text-align: center;
}
.nav_menu ul a {
  display: block;
  color: #000;
}

@media print, (min-width: 768px) {
/* tracking_bt PCの時は非表示 */
.tracking_bt { display: none;}

.nav_menu {
    margin:5px 0 0 0;
  }
.nav_menu ul {
    font-size: 17px;
  }
.nav_menu ul > li {
    width: 16.6667%;
    border-left: 2px solid #d5d5d5;
    padding: 5px 12px;
  }
.nav_menu ul > li:last-child {
    border-right: 2px solid #d5d5d5;
  }
.nav_menu ul a:hover {
    background: #ede2ef;
    background: linear-gradient(45deg, #955c9f, #ba60c9);
    color: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }

/* 202503 占い師一覧ホバー */
#headermenu_hover {
    position: absolute;
    left: 0;
    top: 100%; /* .nav-fortune のすぐ下に配置 */
    width: 100%;
    background: white; /* 背景色（適宜変更してください） */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    max-height: 0;
    overflow: hidden; /* はみ出した部分を隠す */
    transition: max-height 0.3s ease-in-out;
    z-index:1;
}
#headermenu_hover li {
    width: 100% !important;
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-left: none !important;
    padding: 0 !important;
    font-size: 15px;
}
#headermenu_hover li:first-child { border-top: 1px solid #ccc;}
#headermenu_hover li:last-child {
    border-right: none !important;
    border-bottom: 4px solid #a376ab;
}
.nav-fortune {
    position: relative; /* 親要素として基準を作る */
}

.nav-fortune:hover #headermenu_hover { max-height: 213px; /* 充分大きめの値を指定 */}
.nav-fortune #headermenu_hover li a { 
    padding: 12px 10px;
}
.nav-fortune #headermenu_hover li a:hover { 
    background: linear-gradient(45deg, #fefcff, #fdf4ff);
    border-radius: 0;
    color: #955e9f;
    font-weight: bold;
    text-decoration: underline;
    }
}
@media only screen and (max-width: 767px) {
 .nav_menu {
    padding: 10px 0 8px;
    background-color: #eee;
  }
.nav_menu .wrapper {
    padding: 0 0.1rem 0 0.07rem;
  }
.nav_menu ul {
    padding: 0.09rem 0.05rem 0.07rem;
    background-color: #fff;
    width: 92%;
    margin: 0 auto 0;
    border-radius: 10px;
    justify-content: space-around;
  }
.nav_menu ul li {
    width: 25%;
    border-right: 1px solid #ccc;
}
.nav_menu ul li:last-child { border-right: none;}
.nav_menu ul .nav-guide {
  /* width: 18.9%; */
    width: 17.9%;  
  }
.nav_menu ul .nav-system a {
    background-image: url(../img/common/sm/icn_nav07.png);
  }
.nav_menu ul .nav-guide a {
    background-image: url(../img/common/sm/icn_nav01.png);
  }
.nav_menu ul .nav-word-mouth {
    width: 13.2%;
  }
.nav_menu ul .nav-word-mouth a {
    background-image: url(../img/common/sm/icn_nav02.png);
  }
.nav_menu ul .nav-how-use {
/* width: 17.8%; */
  }
.nav_menu ul .nav-how-use a {
    background-image: url(../img/common/sm/icn_nav09.png);
  }
.nav_menu ul .nav-fortune {
  /*  width: 17.6%; */
  }
.nav_menu ul .nav-fortune a {
    background-image: url(../img/common/sm/icn_nav04.png);
  }
.nav_menu ul .nav-divination {
/*   width: 19.3%;*/
    width: 18.2%;
  }
.nav_menu ul .nav-divination a {
    background-image: url(../img/common/sm/icn_nav05.png);
  }
.nav_menu ul .nav-faq {
    width: 10.7%;
  }
.nav_menu ul .nav-faq a {
    background-image: url(../img/common/sm/icn_nav06.png);
  }
.nav_menu ul a {
    font-size: 0.18rem;
    font-weight: bold;
    background-position: center 3px;
    background-repeat: no-repeat;
    background-size: auto 0.43rem;
    padding: 0.53rem 0 0;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
footer {
  background: #f3f3f3;
}
footer .wrapper {
  position: relative;
}
footer .footer-menu {
  line-height: 1.85;
}
footer .footer-menu > li {
  position: relative;
}
footer .footer-menu > li:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  color: #a1a1a1;
  line-height: 1.41;
}
footer .footer-menu > li.link {
  font-weight: bold;
}
footer .footer-menu > li.link:before {
  color: #b585be;
  line-height: 1.85;
  font-weight: bold;
}
footer .btn-login,
footer .btn-register {
  height: 38px;
}
footer .btn-login:after,
footer .btn-register:after {
  display: none;
}
footer .btn-login.btn {
  background: #97aee1;
}
footer .btn-register.btn {
  background: #e6819b;
}
footer .copyright {
  text-align: center;
}

@media print, (min-width: 768px) {
  footer {
    padding: 16px 0 35px;
  }
  footer .wrapper {
    padding: 0 20px;
  }
  footer .footer-btn {
    position: absolute;
    right: 20px;
    top: 60px;
  }
  footer .btn-login,
  footer .btn-register {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 175px;
    font-size: 17px;
    margin-left: 10px;
  }
  footer .btn-login:after,
  footer .btn-register:after {
    display: none;
  }
  footer .btn-login > span,
  footer .btn-register > span {
    padding: 4px 10px 5px 26px;
    background-size: 22px auto;
  }
  .ie footer .btn-login > span, .ie
  footer .btn-register > span {
    padding-bottom: 0;
    padding-top: 4px;
  }
  .edge footer .btn-login > span, .edge
  footer .btn-register > span {
    padding-top: 2px;
  }
  footer .btn-register > span {
    background-size: 23px;
  }
  footer .btn-login.btn > span {
    background-image: url(../img/common/icn_home.png);
    background-size: auto;
    padding-left: 31px;
    padding-right: 0;
  }
  footer .btn-register.btn > span {
    background-image: url(../img/common/icn_sign.png);
    background-size: auto;
    padding-right: 0;
  }
  footer .footer-logo {
    width: 408px;
    margin-bottom: 20px;
  }
  footer .footer-col {
    margin-bottom: 54px;
  }
    footer .col {
        border-right: 1px solid #d5d5d5;
        /* padding-left: 30px;
        padding-bottom: 11px;*/
        padding:0 30px 11px 20px;
    }

    footer .col01 {
        /* width: 193px; */
        padding-left: 40px;
    }

    footer .col02 {
       /* width: 220px;
        padding-left: 20px;*/
    }

    footer .col03 {
       /* width: 146px; */
    }

    footer .col04 {
       /* width: 178px; */
    }

    footer .col05 {
    /* width: 203px;*/
    /*padding-left: 20px;*/
    padding: 0 30px 0 20px;
    border-right: 1px solid #d5d5d5;
    }
  footer .footer-menu {
    font-size: 13px;
    line-height: 1.4;
    padding-top: 5px;
  }
  footer .footer-menu > li {
    padding-left: 14px;
  }
  footer .footer-menu > li + li {
    margin-top: 6px;
  }
  footer .footer-menu > li:before {
    font-size: 17px;
    line-height: 1;
  }
  footer .footer-menu > li.link:before {
    font-size: 13px;
    line-height: 1.4;
  }
  footer .js-accordion {
    display: block !important;
  }
  footer .copyright {
    font-size: 11px;
  }

  .footer-sub .footer-col {
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer-sub .col {
    padding-left: 24px;
    padding-right: 5px;
  }
  .footer-sub .col01 {
    width: 134px;
    padding-left: 10px;
  }
  .footer-sub .col02 {
    width: 160px;
  }
  .footer-sub .col03 {
    width: 134px;
  }
  .footer-sub .col04 {
    width: 168px;
  }
  .footer-sub .col05 {
    width: 206px;
    padding-left: 24px;
  }
  .footer-sub .col06 {
    width: 168px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 0.32rem 0 0.55rem;
  }
  footer .wrapper {
    padding: 0;
  }
  footer .footer-logo {
    width: 4.54rem;
    margin: 0 auto 0.24rem;
  }
  footer .footer-btn {
    margin-bottom: 0.38rem;
    padding: 0 0.2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .footer-btn a {
    width: 48.3%;
  }
  footer .btn-login,
  footer .btn-register {
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem;
    font-size: 0.32rem;
    height: 0.68rem;
    font-weight: bold;
  }
  footer .btn-login > span,
  footer .btn-register > span {
/*    padding: 0.12rem 0 0.12rem 0.52rem; */
    padding: 0.12rem 0 0.12rem 0.48rem;
    background-size: 0.4rem;
  }
  footer .btn-login.btn > span {
    background-image: url(../img/common/sm/icn_home.png);
    background-size: 0.38rem auto;
    padding-left: 0.5rem;
    padding-right: 0;
  }
  footer .btn-register.btn > span {
    background-image: url(../img/common/sm/icn_sign.png);
    background-size: 0.37rem auto;
    padding-right: 0;
    padding-left: 0.5rem;
  }
  footer .footer-col {
    margin-bottom: 0.5rem;
  }
  footer .footer-menu {
    font-size: 0.27rem;
    line-height: 1.4;
  }
  footer .footer-menu > li {
    padding-left: 0.45rem;
  }
  footer .footer-menu > li.link:before {
    font-weight: bold;
  }
  footer .col01 {
    border-top: 1px solid #c6c6c6;
  }
  footer .col {
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #c6c6c6;
  }
  footer .col .footer-menu {
    font-size: 0.27rem;
    background: #fff;
    margin-right: -1px;
  }
  footer .col .footer-menu > li {
    padding-left: 0.45rem;
    width: 50%;
    border-bottom: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    margin-bottom: -1px;
  }
  footer .col .footer-menu > li > a {
    height: 0.8rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  footer .col .footer-menu > li:before {
    content: "";
    left: 0.16rem;
    top: 50%;
    margin-top: -0.12rem;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../img/common/sm/icn_bullet02.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  footer .col .footer-menu > li.link:before {
    background-image: url(../img/common/sm/icn_bullet01.png);
  }
  footer .col .ttl {
    background: #b585be url(../img/common/sm/icn_expand_off.png) no-repeat 97.5% center;
    background-size: 0.24rem;
    padding: 0.22rem 0.5rem 0.22rem 0.16rem;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 0.27rem;
  }
  footer .col .ttl.is-active {
    background-image: url(../img/common/sm/icn_expand_on.png);
  }
  footer .col .js-accordion {
    display: none;
  }
  footer .col .js-accordion .footer-menu {
    border-top: 1px solid #c6c6c6;
  }
  footer .col .js-accordion .footer-menu > li.link {
    width: 100%;
  }
  footer .col .js-accordion .footer-menu a {
    height: 0.95rem;
  }
  footer .col05 {
    background: none;
    padding-top: 0.62rem;
  }
  footer .col05 .footer-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
    font-weight: normal;
  }
  footer .col05 .footer-menu a {
    padding: 0 0.25rem;
  }
  footer .col05 .footer-menu > li {
    border-right: 1px solid #333;
    padding: 0;
    font-weight: normal;
    margin-bottom: 0.2rem;
  }
  footer .col05 .footer-menu > li:last-child, footer .col05 .footer-menu > li:nth-child(2) {
   /* border-right: none; */
  }
  footer .col05 .footer-menu > li:before {
    display: none;
  }
  footer .copyright {
    font-size: 0.18rem;
    line-height: 1.67;
  }
}
/* COMMON TITLES
 * ----------------------------------------------- */
.sec-title {
  letter-spacing: 0.02em;
  color: #000;
  text-align: center;
}
.sec-title.txt-left {
  text-align: left;
}
.sec-title > span {
  display: inline-block;
  background: url(../img/common/icn_icon01.png) no-repeat 0 center;
  text-align: left;
}
.sec-title.icn01 > span {  background-image: url(../img/common/icn_icon02.png);}
.sec-title.icn02 > span {  background-image: url(../img/common/icn_icon03.png);}
.sec-title.icn03 > span {  background-image: url(../img/common/icn_icon04.png);}
.sec-title.icn04 > span {  background-image: url(../img/common/icn_icon05.png);}
.sec-title.icn05 > span {  background-image: url(../img/common/icn_icon06.png);}
.sec-title.icn06 > span {  background-image: url(../img/common/icn_icon07.png);}
.sec-title.icn07 > span {  background-image: url(../img/common/icn_icon08.png);}
.sec-title.icn08 > span {  background-image: url(../img/common/icn_icon09.png);}
.sec-title.icn09 > span {  background-image: url(../img/common/icn_icon10.png);}
.sec-title.icn10 > span {  background-image: url(../img/common/icn_icon11.png);}
.sec-title.icn11 > span {  background-image: url(../img/common/icn_icon12.png);}
.sec-title.icn12 > span {  background-image: url(../img/common/icn_icon13.png);}
.sec-title.icn13 > span {  background-image: url(../img/common/icn_icon14.png);}
.sec-title.icn14 > span {  background-image: url(../img/common/icn_icon15.png);}
.sec-title.icn15 > span {  background-image: url(../img/common/icn_icon16.png);}
.sec-title.icn16 > span {  background-image: url(../img/common/icn_icon17.png);}
.sec-title.icn17 > span {  background-image: url(../img/common/icn_icon18.png);}
.sec-title.icn18 > span {  background-image: url(../img/common/icn_icon19.png);}
.sec-title.icn19 > span {  background-image: url(../img/common/icn_icon20.png);}
.sec-title.icn20 > span {  background-image: url(../img/common/icn_icon21.png);}
.sec-title.icn21 > span {  background-image: url(../img/common/icn_icon22.png);}
.sec-title.icn22 > span {  background-image: url(../img/common/icn_icon23.png);}
.sec-title.icn23 > span {  background-image: url(../img/common/icn_icon24.png);}
.sec-title.icn24 > span {  background-image: url(../img/common/icn_icon25.png);}
.sec-title.icn25 > span {  background-image: url(../img/common/icn_icon26.png);}
.sec-title.icn26 > span {  background-image: url(../img/common/icn_icon27.png);}
.sec-title.icn27 > span {  background-image: url(../img/common/icn_icon28.png);}
.sec-title.icn28 > span {  background-image: url(../img/common/icn_icon29.png);}
.sec-title.icn29 > span {  background-image: url(../img/common/icn_icon30.png);}
.sec-title.icn30 > span {  background-image: url(../img/common/icn_icon31.png);}
.sec-title.icn31 > span {  background-image: url(../img/common/icn_icon32.png);}
.sec-title.icn32 > span {  background-image: url(../img/common/icn_icon33.png);}
.sec-title.icn33 > span {  background-image: url(../img/common/icn_icon34.png);}
.sec-title.icn34 > span {  background-image: url(../img/common/icn_icon35.png);}
.sec-title.icn35 > span {  background-image: url(../img/common/icn_icon36.png);}
.sec-title.icn36 > span {  background-image: url(../img/common/icn_icon37.png);}
.sec-title.icn37 > span {  background-image: url(../img/common/icn_icon38.png);}
.sec-title.icn38 > span {  background-image: url(../img/common/icn_icon39.png);}
.sec-title.icn39 > span {  background-image: url(../img/common/icn_icon40.png);}
.sec-title.icn40 > span {  background-image: url(../img/common/icn_icon41.png);}
.sec-title.icn41 > span {  background-image: url(../img/common/icn_icon42.png);}
.sec-title.icn42 > span {  background-image: url(../img/common/icn_icon43.png);}
.sec-title.icn43 > span {  background-image: url(../img/common/icn_icon44.png);}
.sec-title.icn44 > span {  background-image: url(../img/common/icn_icon45.png);}
.sec-title.icn45 > span {  background-image: url(../img/common/icn_icon46.png);}

.sec-title.Ind_icn01 > span {  background-image: url(../img/common/Ind_icn01.gif);}
.sec-title.Ind_icn02 > span {  background-image: url(../img/common/Ind_icn02.gif);}
.sec-title.Ind_icn03 > span {  background-image: url(../img/common/Ind_icn03.gif);}
.sec-title.Ind_icn04 > span {  background-image: url(../img/common/Ind_icn04.gif);}
.sec-title.Ind_icn05 > span {  background-image: url(../img/common/Ind_icn05.gif);}
.sec-title.Ind_icn06 > span {  background-image: url(../img/common/Ind_icn06.gif);}
.sec-title.Ind_icn07 > span {  background-image: url(../img/common/Ind_icn07.gif);}
.sec-title.Ind_icn08 > span {  background-image: url(../img/common/Ind_icn08.gif);}
.sec-title.Ind_icn09 > span {  background-image: url(../img/common/Ind_icn09.gif);}


.sec-pttl {
  font-weight: bold;
}

.sec-pttl01 {
  overflow: hidden;
  color: #b464c2;
  font-weight: bold;
}
.sec-pttl01:after {
  content: "";
  background: #cdcdcd;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  
}

@media print, (min-width: 768px) {
  .sec-title {
    font-size: 26px;
    font-weight: bold;
  }
  .sec-title > span {
    background-size: 60px;
    padding: 1.5rem 0 1.5rem 4.5rem;
  }
  .ie .sec-title > span {
    padding-top: 5px;
  }
  .sec-title small {
    font-size: 30px;
  }

  .sec-pttl {
    font-size: 17px;
    border-left: 5px solid #b585be;
    padding: 1px 0 1px 10px;
  }

  .sec-pttl01 {
    font-size: 24px;
  }
  .sec-pttl01:after {
    height: 2px;
    width: 100%;
    left: 10px;
    margin-right: -100%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-title {
    font-size: 18px;
    font-weight: bold;
  }
  .sec-title > span {
    padding: 0.1rem 0 0.1rem 0.6rem;
    background-size: 0.42rem;
  }
  .sec-title small {
    font-size: 0.28rem;
  }
  .sec-title.lh {
    width: 100vw;
    line-height: 1;
    letter-spacing: -0.05em;
    margin: 0 auto;
    text-align: center;
  }
  .sec-title.lh > span {
    display: inline-block;
  }
  .sec-title.lh small {
    display: block;
    letter-spacing: 0;
    margin-top: 0.02rem;
    text-align: left;
  }

  .sec-pttl {
    font-size: 0.32rem;
    border-left: 0.09rem solid #b585be;
    padding-left: 0.22rem;
  }

  .sec-pttl01 {
    font-size: 0.32rem;
   /* text-align: center; */
  }
  .sec-pttl01:after {
    height: 1px;
    width: 50%;
    left: 0.2rem;
    margin-right: -50%;
  }
  .sec-pttl01:before {
    content: "";
    width: 50%;
    height: 1px;
    background: #cdcdcd;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    right: 0.2rem;
    margin-left: -50%;
  }
}

/* h2周辺 */
.sec-title .min_moj {
    display: block;
    font-size: 12px;
}
section .wrapper .sec_intro {
    font-size: 14px;
    margin: 0 auto 20px;
    max-width: 700px;
}

@media screen and (min-width:768px) {
section .wrapper .sec_intro {
    text-align: center;
    }
}

/* COMMON BUTTONS
 * ----------------------------------------------- */
.btn-login,
.btn-register,
.btn-primary,
.btn-cmn,
.btn-favorite,
.btn-review,
.btn-default {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.5;
}

.btn-login,
.btn-register,
.btn-primary,
.btn-cmn,
.btn-default {
  cursor: pointer;
}

.btn-login,
.btn-register,
.btn-primary,
.btn-cmn,
.btn-favorite,
.btn-review {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.btn-primary {
  border: 1px solid #845492;
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #845492;
  background: #fff;
}
.btn-primary:after {
  content: "";
  position: absolute;
  top: 50%;
  background: url(../img/common/icn_arrow02.png) no-repeat center center;
  background-size: 100% auto;
}

.btn-default {
  color: #fff;
  /*line-height: 1.14;*/
  line-height: 2.54;
  background-repeat: no-repeat;
  font-weight: bold;
}
.btn-default.tel {
  background-image: url(../img/common/icn_tel02.png);
}
.btn-default.email {
  background-image: url(../img/common/icn_email02.png);
}
.btn-default.blue {
  background-color: #80b5d3;
  border-bottom-color: #4c91b8;
}
.btn-default.green {
  background-color: #54bd85;
  border-bottom-color: #4a9d71;
}
.btn-default.pink {
  background-color: #f27494;
  border-bottom-color: #e45075;
}
.btn-default.yellow {
  background-color: #f2ba57;
  border-bottom-color: #e48f20;
}
.btn-default.disabled {
  background-color: #b5b5b5;
  border-bottom-color: #a1a1a1;
}
.btn-default.pinktel {
  background-color: #f17494;
  border-bottom-color: #e55175;
}
.btn-default.greentel {
  background-color: #52be84;
  border-bottom-color: #4a9d71;
}

.ie .btn-default > span {
  width: 100%;
}


.btn-cmn {
  height: 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  background: #b585be;
  text-align: center;
  padding: 6px;
  border-bottom: 3px solid #a96cb4;
}
.btn-cmn.big {
  height: 44px;
  font-size: 16px;
  padding-top: 9px;
}
.ie .btn-cmn {
  padding-top: 7px;
}

.btn-login,
.btn-register {
  color: #fff;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-login:after,
.btn-register:after {
  content: "";
  top: 50%;
  background: url(../img/common/icn_arrow01.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
}
.btn-login > span,
.btn-register > span {
  background-position: 0 center;
  background-repeat: no-repeat;
  text-align: left;
}

.btn-login {
    background: #7c8dc0;
    background: linear-gradient(4deg, #607ac6, #83a1fb);
    -moz-background: linear-gradient(4deg, #607ac6, #83a1fb);
    -webkit-background: linear-gradient(4deg, #607ac6, #83a1fb);
}
.btn-login > span {
  background-image: url(../img/common/icn_login.png);
}

.btn-register {
    /* background: #59c198; */
    background: #79397f;
    background: linear-gradient(164deg, #a467b7, #7b4180, #7e3086);
    -moz-background: linear-gradient(4deg, #581c5e , #79397f, #a467b7);
    -webkit-background: linear-gradient(4deg, #581c5e , #79397f, #a467b7);
    box-shadow: 0 3px 5px rgb(211 161 214 / 35%) inset, 0 -4px 7px rgb(75 27 78 / 35%) inset;
}
.btn-register > span {
  background-image: url(../img/common/icn_registration.png);
}

.btn-favorite,
.btn-review {
  text-align: center;
  border: 1px solid #b7b7b7;
  color: #6b6b6b;
  background: #fff;
}
.btn-favorite > span,
.btn-review > span {
  display: inline-block;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.btn-favorite > span {
  background-image: url(../img/common/icn_heart_off.png);
}
.btn-favorite.is-active {
  background: #fd8eb5;
  color: #fff;
  border: none;
}
.btn-favorite.is-active > span {
  background-image: url(../img/common/icn_heart_on.png);
}

.btn-review > span {
  background-image: url(../img/common/icn_review_off.png);
}
.btn-review.current {
  background: #d3b4d8;
  color: #fff;
  border: none;
}
.btn-review.current > span {
  background-image: url(../img/common/icn_review_on.png);
}

.btn-favorites-like {
  background: #b7b7b7 url(../img/common/icn_favorites01.png) no-repeat center center;
  display: block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.btn-favorites-like.is-active {
  background-color: #fd8eb5;
}

.js-expand .close {
  display: none;
}
.js-expand.is-active .open {
  display: none;
}
.js-expand.is-active .close {
  display: block;
}

@media print, (min-width: 768px) {
  .btn-primary {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 22px;
    width: 450px;
    padding: 9px 30px 10px;
    height: 60px;
  }
  .btn-primary:after {
    right: 17px;
    top: 50%;
    width: 14px;
    margin-top: -10px;
    height: 20px;
  }
  .ie .btn-primary {
    padding-top: 12px;
  }

  .btn-default {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 44px;
    padding-left: 46px;
    font-size: 14px;
    line-height: 1.14;
    background-position: 11px center;
    background-size: 21px auto;
    border-bottom: 4px solid transparent;
  }

  .btn-login,
  .btn-register {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 330px;
    font-size: 22px;
    height: 60px;
  }
  .btn-login:after,
  .btn-register:after {
    width: 14px;
    height: 20px;
    margin-top: -10px;
    right: 20px;
  }
  .btn-login > span,
  .btn-register > span {
    background-size: 34px;
    padding: 9px 27px 12px 52px;
  }
  .ie .btn-login > span, .ie
  .btn-register > span {
    padding-top: 14px;
  }

  .btn-register > span {
    background-size: 37px;
  }

  .btn-favorite,
  .btn-review {
    width: 180px;
    height: 36px;
    font-size: 16px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
  }

  .btn-favorite > span {
    background-size: auto 26px;
    background-position: 9px 55%;
    padding: 3px 0 3px 35px;
  }
  .ie .btn-favorite > span {
    padding-top: 7px;
  }

  .btn-review > span {
    background-size: auto 30px;
    padding: 3px 0 3px 30px;
  }
  .ie .btn-review > span {
    padding-top: 7px;
  }

  .btn-favorites-like {
    width: 38px;
    height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-primary {
    -moz-border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    font-size: 0.3rem;
    width: 4.94rem;
    padding: 0.16rem 0.4rem 0.14rem 0.2rem;
    height: 0.8rem;
  }
  .btn-primary:after {
    right: 0.2rem;
    top: 50%;
    width: 0.18rem;
    margin-top: -0.15rem;
    height: 0.3rem;
  }
  .btn-primary.js-expand:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .btn-primary.js-expand.is-active:after {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .btn-default {
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem;
    height: 0.7rem;
    padding: 0.04rem 0 0 0.65rem;
    /*font-size: 0.24rem;*/
    font-size: 3.6vw;
    background-position: 0.2rem center;
    background-size: 0.32rem auto;
    border-bottom: 0.04rem solid transparent;
  }
  .btn-default.big {
    height: 0.94rem;
    font-size: 0.28rem;
  }

  .btn-login,
  .btn-register {
    -moz-border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 1rem;
    width: 2.94rem;
    height: 0.9rem;
    font-size: 0.28rem;
  }
  .btn-login:after,
  .btn-register:after {
    width: 0.18rem;
    height: 0.28rem;
    margin-top: -0.14rem;
    right: 0.2rem;
  }
  .btn-login > span,
  .btn-register > span {
    background-size: 0.4rem;
    padding: 0.1rem 0.3rem 0.1rem 0.5rem;
  }

  .btn-register > span {
    background-size: 0.4rem;
  }

  .btn-cmn {
    height: 0.6rem;
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem;
    font-size: 0.22rem;
    padding: 0.11rem 0.1rem;
    border-bottom-width: 0.04rem;
  }
  .btn-cmn.big {
    height: 0.7rem;
    font-size: 0.24rem;
    padding-top: 0.2rem;
  }

  .btn-favorite,
  .btn-review {
    width: 47%;
    font-size: 14px;
    line-height: 1;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }
  .btn-favorite > span,
  .btn-review > span {
    background-size: auto 0.4rem;
    background-position: 0 center;
    text-align: left;
  }
  .btn-favorite > span .sm,
  .btn-review > span .sm {
    display: inline !important;
  }
  .btn-favorite > span > span.sm,
  .btn-review > span > span.sm {
    display: block !important;
  }

  .btn-favorite > span {
    padding: 0.1rem 0 0.1rem 0.7rem;
  }

  .btn-review > span {
    padding: 0.15rem 0 0.15rem 0.55rem;
  }

  .btn-favorites-like {
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../img/common/icn_heart_on.png);
    background-size: 0.52rem auto;
    background-position: 55% 55%;
  }
}
/* COMMON BREADCRUMBS
 * ----------------------------------------------- */
.breadcrumb {
  padding-top: 7px;
  font-size: 13px;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
/*  font-weight: 500; */
  margin-right: 8px;
}
.breadcrumb li + li {
  padding-left: 20px;
  position: relative;
}
.breadcrumb li + li:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}
.breadcrumb li a {
  text-decoration: underline;
  color: #ad53be;
}

@media print, (min-width: 768px) {
  .breadcrumb > li > a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #fff;
    padding: 5px 8px 4px 8px;
    display: flex;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
  .breadcrumb li {
    line-height: 1.4;
    font-size: 12px;
    margin-right: 1.3vw;
    display: inline;
  }
  .breadcrumb li:last-child {
    margin-right: 0;
  }
  .breadcrumb li + li {
    padding-left: 4vw;
  }
}
/* COMMON PAGINATIONS
 * ----------------------------------------------- */
.pagination ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
}
.pagination ul li {
  line-height: 1;
}
.pagination ul li .page-numbers,
.pagination ul li .page-arrows {
  display: block;
  text-align: center;
}
.pagination ul li span.dots {
  border-color: transparent !important;
  background-color: transparent !important;
}

@media print, (min-width: 768px) {
  .pagination ul {
    font-size: 18px;
  }
  .pagination ul li .page-numbers,
  .pagination ul li .page-arrows {
    padding: 8px 10px;
  }
  .pagination ul li .page-numbers > span,
  .pagination ul li .page-arrows > span {
    border-bottom: 1px solid #333;
    display: inline-block;
  }
  .pagination ul li .page-numbers:hover > span,
  .pagination ul li .page-arrows:hover > span {
    border-bottom: none;
  }
  .pagination ul li span.page-numbers {
    font-weight: bold;
  }
  .pagination ul li span.page-numbers > span {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .pagination ul li {
    margin: 0 0.1rem 0.2rem;
    font-size: 0.32rem;
    color: #a269ac;
  }
  .pagination ul li .page-numbers,
  .pagination ul li .page-arrows {
    height: 0.7rem;
    min-width: 0.7rem;
    border: 1px solid #a269ac;
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem;
    padding-top: 0.18rem;
    color: #a269ac;
    background-color: #fff;
  }
  .pagination ul li span.page-numbers {
    background: #a269ac;
    color: #fff;
  }
  .pagination ul li span.dots {
    color: #a269ac !important;
    min-width: 0;
  }
  .pagination ul li .page-arrows {
    overflow: hidden;
    text-indent: -1000px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.34rem auto;
  }
  .pagination ul li .page-arrows > span {
    display: none;
  }
  .pagination ul li .page-arrows.prev {
    background-image: url(../img/common/btn_pager_prev.png);
  }
  .pagination ul li .page-arrows.next {
    background-image: url(../img/common/btn_pager_next.png);
  }
}
/* COMMON OTHER
 * ----------------------------------------------- */
.img {
  display: block;
}

.link-cmn {
  font-weight: bold;
  text-decoration: underline;
}

.link-clr {
  text-decoration: underline;
  color: #ad53be;
}

.link-un {
  text-decoration: underline;
}

.link-bullet {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  padding-left: 20px;
}
.link-bullet:before {
  content: "";
  position: absolute;
  border-left: 10px solid #b586bd;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: 0;
}

.red {
  color: #ff6665;
}

.list-tab a {
  display: block;
  border: 1px solid #845492;
  color: #845492;
  position: relative;
  text-align: center;
}
.list-tab .is-active {
   /* background: #a269ac; */
    background: #35ba73;
  border: none;
  color: #fff;
}
.list-tab .is-active:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
}

@media print, (min-width: 768px) {
  .img {
    max-width: 100%;
    height: auto;
  }

  a.link-cmn:hover,
  a.link-clr:hover,
  a.link-un:hover,
  a.link-bullet:hover {
    text-decoration: none;
  }

  .link-bullet:before {
    top: 5px;
  }

  .desc-cmn {
    text-align: center;
  }

  .list-tab > li {
    width: 150px;
    margin: 0 5px;
  }
  .list-tab a {
    font-size: 18px;
    height: 44px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-top: 4px;
  }
  .ie .list-tab a {
    padding-top: 8px;
  }
  .list-tab .is-active {
    padding-top: 5px;
  }
  .ie .list-tab .is-active {
    padding-top: 9px;
  }
  .list-tab .is-active:before {
    margin: -1px 0 0 -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    /*border-top: 12px solid #a269ac;*/
    border-top: 12px solid #35ba73;
  }

  .desktop .list-tab a:hover {
   /* background: #a269ac; */
    background: #35ba73;
    border: none;
    padding-top: 5px;
  }
  .desktop .list-tab a:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin: -1px 0 0 -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
        /*border-top: 12px solid #a269ac; */
        border-top: 12px solid #35ba73;
  }
}
@media only screen and (max-width: 767px) {
  .img {
    width: 100%;
    height: auto;
  }

  .link-bullet {
    padding-left: 0.25rem;
  }
  .link-bullet:before {
    border-left-width: 0.15rem;
    border-top-width: 0.12rem;
    border-bottom-width: 0.12rem;
    top: 0.06rem;
  }

  .list-tab {
    margin: 0 -0.1rem;
  }
  .list-tab > li {
    width: 33.33333%;
    padding: 0 0.1rem;
    margin-bottom: 0.28rem;
  }
  .list-tab a {
    font-size: 0.3rem;
    height: 0.8rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    padding-top: 0.15rem;
  }
  .list-tab a:after {
    content: "";
    position: absolute;
    width: 0.22rem;
    height: 0.12rem;
    background: url(../img/common/icn_arrow03.png) no-repeat 0 0;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -0.11rem;
    bottom: 0.12rem;
  }
  .list-tab .is-active {
    padding-top: 0.16rem;
  }
  .list-tab .is-active:before {
    margin: -1px 0 0 -0.1rem;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
        /*border-top: 0.14rem solid #8c5196; */
        border-top: 0.14rem solid #35ba73;
  }
  .list-tab .is-active:after {
    display: none;
  }
}
.tab-cmn > li {
  width: 20%;
}
.tab-cmn a {
  border: 2px solid #d5d5d5;
  border-bottom: none;
  height: 50px;
  text-align: center;
  text-decoration: underline;
  display: table;
  width: 100%;
  background: #f9f9f9;
}
.tab-cmn a > span {
  display: table-cell;
  vertical-align: middle;
}
.tab-cmn .is-active {
  background: #fff;
  font-weight: bold;
  border-color: #e4d8e7;
  color: #ad53be;
  text-decoration: none;
}

.tab-content-cmn {
  background: #fff;
  border: 2px solid #e4d8e7;
}

.tab-content-cmn .free-text {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    padding: 94px 0;
    letter-spacing: 0.8px;
}
.tab-content-cmn .free-text .title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 23px;
}
.tab-content-cmn .free-text p + p {
  margin-top: 23px;
}

@media print, (min-width: 768px) {
  .tab-cmn a {
    height: 50px;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
  }
  .tab-cmn a > span {
    padding-top: 5px;
  }
  .tab-cmn .is-active {
    height: 62px;
    margin: -10px 0 -2px;
    position: relative;
    z-index: 5;
  }
  .ie .tab-cmn .is-active {
    margin-bottom: -3px;
  }
  .tab-cmn a:hover {
    height: 62px;
    margin: -10px 0 -2px;
    background: #fff;
    font-weight: bold;
    border-color: #e4d8e7;
    text-decoration: none;
    color: #ad53be;
    position: relative;
    z-index: 5;
  }
  .ie .tab-cmn a:hover {
    margin-bottom: -3px;
  }

  .tab-content-cmn {
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0;
    border-radius: 0 0 10px 10px;
    padding: 40px 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-cmn a {
    height: 1.25rem;
    -moz-border-radius: 0.05rem 0.05rem 0 0;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem 0.05rem 0 0;
    font-size: 0.28rem;
    line-height: 1.1;
    border-width: 1px;
  }
  .tab-cmn a > span > span {
    display: block;
    width: 100%;
  }
  .tab-cmn a .small {
    text-decoration: none;
    font-size: 0.15rem;
    margin-top: 0.1rem;
  }
  .tab-cmn .is-active {
    text-decoration: none;
    position: relative;
  }
  .tab-cmn .is-active:after {
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    height: 0.1rem;
    margin-bottom: -0.05rem;
    width: 100%;
    bottom: 0;
  }

  .tab-content-cmn {
    -moz-border-radius: 0 0 0.1rem 0.1rem;
    -webkit-border-radius: 0;
    border-radius: 0 0 0.1rem 0.1rem;
    padding: 0.37rem 0.2rem 0.25rem;
    border-width: 1px;
  }
  .tab-content-cmn .free-text {
      text-align: left;
      font-size: 4.21875vw;
      line-height: 5.46875vw;
      padding: 5.9375vw 2.03125vw 6.25vw 3.125vw;
      letter-spacing: 0.125vw;
  }
  .tab-content-cmn .free-text .title {
      font-size: 4.21875vw;
      letter-spacing: 0.28125vw;
      line-height: 5.46875vw;
  }
  .tab-content-cmn .free-text p + p {
    margin-top: 5.46875vw;
  }

}
.item-cmn {
  position: relative;
}
.item-cmn .ul-txt-mypg > li {
  margin-bottom: 0;
  width: 100%;
}
.item-cmn .btn-favorites-like {
  position: absolute;
  z-index: 2;
}
.item-cmn strong {
  font-weight: bold;
}
.item-cmn .head {
  display: table;
  width: 100%;
}
.item-cmn .head .th,
.item-cmn .head .td {
  display: table-cell;
  vertical-align: top;
}

#wrap .teller_box .td p {
    margin: 0;
}

.item-cmn .head .th a {
  display: block;
}
.item-cmn .head .th img {
  width: 100%;
  height: auto;
}
.item-cmn .sec-pttl a {
  text-decoration: underline;
}
.item-cmn .txt-sns {
  background-repeat: no-repeat;
  background-position: 0 center;
  display: inline-block;
}
.item-cmn .txt-tel {
  background-image: url(../img/common/icn_tel03.png);
}
.item-cmn .txt-email {
  background-image: url(../img/common/icn_email03.png);
}
.item-cmn .box-txt {
  line-height: 1.53846;
  background: #f3f3f3;
  *zoom: 1;
}
.item-cmn .box-txt:after {
  content: "";
  display: table;
  clear: both;
}
.item-cmn .box-txt .new {
  float: left;
  background: #ff0000;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 6px 9px 4px;
  line-height: 1;
  margin: 3px 10px 0 0;
}

.status {
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: block;
}
.status.bg01 {
  background: #f54f82;
}
.status.bg02 {
  background: #80b5d3;
}
.status.bg03 {
  background: #f1b242;
}

@media print, (min-width: 768px) {
  .item-cmn {
    -moz-box-shadow: 0 0 6px #e9e9e9, 0 0 6px #e9e9e9, 0 0 6px #e9e9e9;
    -webkit-box-shadow: 0 0 6px #e9e9e9, 0 0 6px #e9e9e9, 0 0 6px #e9e9e9;
    box-shadow: 0 0 6px #e9e9e9, 0 0 6px #e9e9e9, 0 0 6px #e9e9e9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 22px 20px 22px;
  }
  .item-cmn .btn-favorites-like {
    right: 18px;
    top: 20px;
  }
  .item-cmn .head {
    margin: 10px 0;
  }
  .item-cmn .head .th {
    width: 115px;
    padding-right: 15px;
  }
  .item-cmn .head .td ol {
    line-height: 1.33;
    padding-top: 6px;
    margin-bottom: 10px;
  }
  .item-cmn .sec-pttl a:hover {
    text-decoration: none;
  }
  .item-cmn .btn-default.tel {
    margin-bottom: 7px;
  }
  .item-cmn .txt-sns {
    padding-left: 30px;
  }
  .item-cmn .ul-txt {
    margin-bottom: 13px;
  }
  .item-cmn .ul-txt > li {
    margin-left: 15px;
  }
  .item-cmn .ul-txt > li:first-child {
    margin-left: 0;
  }
  .item-cmn .box-txt {
    font-size: 13px;
    padding: 18px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 136px;
    margin-bottom: 16px;
  }
  .item-cmn .box-txt p {
   line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .item-cmn .ul-btn > li {
    width: 133px;
    margin-left: 10px;
  }
  .item-cmn .ul-btn > li:nth-child(2n+1) {
    margin-left: 0;
  }

  .item-tellers {
    padding: 20px 9px 22px 17px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f3f3f3;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .item-tellers .head {
    margin-top: 7px;
  }
  .item-tellers .head .th {
    width: 110px;
    padding-right: 10px;
  }
  .item-tellers .box-txt {
    background: #fff;
    margin-bottom: 0;
  }
  .item-tellers .ul-btn {
    margin-bottom: 13px;
  }

  .status {
    padding: 2px 5px 0;
    margin-bottom: 10px;
    font-size: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
  }
  .edge .status {
    padding-top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .item-cmn {
    -moz-box-shadow: 0 0 0.06rem #e9e9e9, 0 0 0.06rem #e9e9e9, 0 0 0.06rem #e9e9e9;
    -webkit-box-shadow: 0 0 0.06rem #e9e9e9, 0 0 0.06rem #e9e9e9, 0 0 0.06rem #e9e9e9;
    box-shadow: 0 0 0.06rem #e9e9e9, 0 0 0.06rem #e9e9e9, 0 0 0.06rem #e9e9e9;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    padding: 0.3rem 0.2rem 0.35rem;
  }
  .item-cmn .btn-favorites-like {
    right: 0.25rem;
    top: 0.25rem;
  }
  .item-cmn .sec-pttl {
    margin: 0 0 0.2rem 0.1rem;
  }
  .item-cmn .head {
    margin: 0 0 0.2rem;
    padding-left: 0.1rem;
  }
  .item-cmn .head .th {
    width: 1.25rem;
    padding-right: 0.25rem;
  }
  .item-cmn .head .td ol {
    margin: 0.07rem 0 0.1rem -0.3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item-cmn .head .td ol > li {
    margin-left: 0.3rem;
  }
  .item-cmn .btn-default.tel {
    margin-bottom: 0.07rem;
  }
  .item-cmn .txt-sns {
    padding-left: 0.45rem;
    padding-top: 0.03rem;
    font-size: 0.27rem;
    background-size: 0.31rem auto;
    margin-top: 0.04rem;
    line-height: 1.2;
    min-height: 0.32rem;
    display: block;
  }
  .item-cmn .txt-sns.txt-tel {
    background-image: url(../img/common/sm/icn_tel03.png);
  }
  .item-cmn .box-txt {
    padding: 0.2rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
/*    min-height: 1.08rem; /// 伊坂20191007 */
    margin-bottom: 0.2rem;
    line-height: 1.33333;
  }
  .item-cmn .box-txt .new {
    font-size: 0.27rem;
    padding: 0.1rem 0.09rem 0.07rem;
    margin: 0 0.2rem 0 0;
  }
  .details01text{
    padding: 2vw ; 
    margin: auto;
    min-height: auto !important; 
  }
  .details01text > p{
    font-size: 2.5vw;
    width: 38vw;
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .item-cmn .ul-btn {
    padding: 0 0.05rem;
  }
  .item-cmn .ul-btn > li {
    width: 50%;
    padding: 0 0.1rem;
  }

  .item-tellers {
    padding: 0;
  }
  .item-tellers .head {
    padding-left: 0;
  }
  .item-tellers .head .th {
    width: 1.2rem;
    padding-right: 0.2rem;
    vertical-align: top;
  }
  .item-tellers .head .ttl {
    font-weight: bold;
    font-size: 0.26rem;
    line-height: 1.4;
    margin-bottom: 0.16rem;
  }
  .item-tellers .head .td {
    vertical-align: top;
  }
  .item-tellers .head .txt-sns {
    padding-left: 0.26rem;
    font-size: 0.16rem;
    background-size: 0.19rem auto;
    margin-top: 0.04rem;
    min-height: 0.2rem;
  }

  .status {
    padding: 0.08rem 0.1rem 0.04rem;
    font-size: 0.24rem;
    line-height: 1.2;
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
    margin-bottom: 0.15rem;
  }
}
.list-news .date {
  line-height: 1.57;
  color: #919191;
}

.tag-cmn {
  display: inline-block;
  background: #f27494;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.tag-cmn.tag-cat01 {
  background: #6fc696;
}
.tag-cmn.tag-cat02 {
  background: #975ca9;
}
.tag-cmn.tag-cat03 {
  background: #f2ba57;
}
.tag-cmn.tag-cat04 {
  background: #00bcd4;
}

@media print, (min-width: 768px) {
  .list-news {
    display: table;
    padding: 7px 0 0 35px;
    width: 100%;
  }
  .list-news > li {
    display: table-row;
  }
  .list-news > li:last-child .th,
  .list-news > li:last-child .td {
    padding-bottom: 0;
  }
  .list-news .th,
  .list-news .td {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 20px;
  }
  .list-news .th {
    width: 196px;
    position: relative;
    padding-left: 110px;
  }
  .list-news .td {
    padding-left: 15px;
  }
  .list-news .td a {
    display: inline-block;
    text-decoration: underline;
  }
  .list-news .td a:hover {
    text-decoration: none;
  }
  .list-news .date {
    position: absolute;
    width: 90px;
    top: 4px;
    left: 0;
    font-size: 14px;
  }

  .tag-cmn {
    font-size: 12px;
    min-width: 85px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 5px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .list-news {
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem;
    padding: 0.25rem 0.2rem 0.1rem;
  }
  .list-news > li {
    border-top: 1px solid #cdcdcd;
    padding: 0.32rem 0.2rem 0.27rem;
  }
  .list-news > li:first-child {
    border-top: none;
    padding-top: 0;
  }
  .list-news .td {
    margin-top: 0.05rem;
  }
  .list-news .td a {
    display: block;
    text-decoration: none;
  }
  .list-news .date {
    font-size: 0.26rem;
    margin-right: 0.15rem;
  }
  .list-news .tag-cmn {
    position: relative;
    top: -0.02rem;
  }

  .tag-cmn {
    font-size: 0.22rem;
    min-width: 0.85rem;
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem;
    font-weight: bold;
    padding: 0.07rem 0.12rem 0.04rem;
  }
}
.item-message .txt {
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 1.57;
}
.item-message .txt a {
  text-decoration: underline;
}
.item-message .txt a:hover {
  text-decoration: none;
}
.item-message .ul-btn .btn-cmn {
  width: 100%;
}

.item-message01 .txt {
  background-image: url(../img/common/icn_message01.png);
}
.item-message01 .btn-cmn {
  background: #f27494;
  border-bottom-color: #e45075;
}

.item-message02 .txt {
  background-image: url(../img/common/icn_message02.png);
}
.item-message02 .btn-cmn {
  background: #80b5d3;
  border-bottom-color: #4c91b8;
}

.item-message03 .txt {
  background-image: url(../img/common/icn_message03.png);
}
.item-message03 .btn-cmn {
  background: #f2ba57;
  border-bottom-color: #e48f20;
}

.item-message04 .txt {
  background-image: url(../img/common/icn_message04.png);
}
.item-message04 .btn-cmn {
  background: #6fc696;
  border-bottom-color: #49ab75;
}

.item-message05 .txt {
  background-image: url(../img/common/icn_message05.png);
}
.item-message05 .btn-cmn {
  background: #a87eb0;
  border-bottom-color: #9868a1;
}

.item-message06 .txt {
  background-image: url(../img/common/icn_message06.png);
}
.item-message06 .btn-cmn {
  background: #7676c0;
  border-bottom-color: #6262ab;
}

@media print, (min-width: 768px) {
  .item-message .thumb {
    margin-bottom: 10px;
  }
  .item-message .txt {
    padding-left: 70px;
    min-height: 50px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .item-message .txt a:hover {
    text-decoration: none;
  }
  .item-message .btn-cmn {
    height: 36px;
    border-bottom-width: 4px;
    padding-top: 7px;
  }
  .ie .item-message .btn-cmn {
    padding-top: 8px;
  }
  .item-message .ul-btn {
    margin-top: -2px;
  }
  .item-message .ul-btn > li {
    width: 124px;
    margin-left: 4px;
  }
  .item-message .ul-btn > li:last-child {
    width: 172px;
  }
  .item-message .ul-btn > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
/* COMMON HEADING
 * ----------------------------------------------- */
.sec-heading {
  background: #f3f3f3;
  padding: 25px 0 16px;
}
.sec-heading .wrapper {
  padding: 0 !important;
}

@media only screen and (max-width: 767px) {
  .sec-heading {
    padding: 0;
  }
  .sec-heading .sec-title {
    margin: 0;
    padding: 0.2rem 0;
  }
}
/* COMMON HOTLINE
 * ----------------------------------------------- */
.hotline-box {
  border: 1px solid #d5d5d5;
  display: block;
}
.hotline-box .tel {
  position: relative;
}
.hotline-box .tel .txt {
  background: url(../img/common/icn_phone.png) no-repeat center 0;
  text-align: center;
  color: #b586bd;
  position: absolute;
  left: 0;
}
.hotline-box .tel .time {
  background: #f3f3f3;
  text-align: center;
  color: #000;
}

@media print, (min-width: 768px) {
  .hotline-box {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height: 228px;
    background: #fff url(../img/common/bg_hotline.jpg) no-repeat right bottom;
    margin: 0 10px;
    padding: 35px 42px;
    pointer-events: none;
  }
  .hotline-box .title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .hotline-box .tel {
    padding-left: 100px;
    width: 488px;
  }
  .hotline-box .tel span img {
    margin: 0 auto;
  }
  .hotline-box .tel .txt {
    font-size: 12px;
    width: 86px;
    top: -4px;
    padding-top: 75px;
  }
  .hotline-box .tel .time {
    font-size: 17px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-top: 18px;
    padding: 1px 5px;
  }
  .ie .hotline-box .tel .time {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .hotline-box {
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    min-height: 2.64rem;
    background: #fff url(../img/common/sm/bg_hotline.jpg) no-repeat right bottom;
    background-size: 2.26rem;
    padding: 0.3rem 1.75rem 0.25rem 0.2rem;
    position: relative;
    color: #000000;
  }
  .hotline-box .link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .hotline-box .title {
    font-size: 0.32rem;
    line-height: 1.32906;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0.24rem;
  }
  .hotline-box .tel span {
    background: url(../img/common/icn_phone.png) no-repeat 0 center;
    background-size: 0.45rem;
    padding-left: 0.5rem;
    display: block;
    margin-left: 0.05rem;
  }
  .hotline-box .tel span img {
    width: auto;
    height: 0.34rem;
  }
  .hotline-box .tel .time {
    font-size: 0.2rem;
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    margin-top: 0.2rem;
    letter-spacing: 0;
    padding: 0.1rem 0;
  }
}
.mCSB_scrollTools {
  width: 6px;
}

.mCSB_scrollTools {
  opacity: 1;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #d1bad5 !important;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background: #d1bad5;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background: #f3f3f3;
}

.mCSB_outside + .mCSB_scrollTools {
  right: 14px;
}

@media only screen and (max-width: 767px) {
  .mCSB_scrollTools {
    width: 0.12rem;
  }

  .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 0.12rem;
  }

  .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 0.12rem;
  }

  .mCSB_outside + .mCSB_scrollTools {
    right: 0.14rem;
  }
}
@media print, (min-width: 768px) {
  .list-category-cmn {
    background: #a269ac;
    width: 70px;
    position: absolute;
    z-index: 100;
    top: 60px;
    right: -110px;
  }
  .list-category-cmn a {
    display: block;
  }
}
/* PAGES
 * ----------------------------------------------- */
/* SECTION KEYVISUAL
 * ----------------------------------------------- */
.section-top-keyvisual {
  background: #eee;
  position: relative; 
}
.section-top-keyvisual .item-slide {
 /* 20230124 visibility: hidden; */
}
.section-top-keyvisual img {
  display: block;
  width: 100%;
  height: auto;
}
.section-top-keyvisual .slick-arrow {
  position: absolute;
  z-index: 1250;
}
.section-top-keyvisual .slick-initialized .item-slide {
    border-radius: 5px;
    overflow: hidden;
}


.slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots button {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #d2d2d2;
}
.slick-dots .slick-active button {
  background: #a269ac;
}

.slick-next{
  z-index: auto;
}

@media print, (min-width: 768px) {
  .slick-arrow {
    width: 46px;
    height: 46px;
    top: 50%;
  }

  .slick-prev {
    background-image: url(../img/common/btn_prev.png);
  }

  .slick-next {
    background-image: url(../img/common/btn_next.png);
  }

  .section-top-keyvisual {
    padding: 22px 0 54px;
  }
  .section-top-keyvisual .item-slide {
    width: 600px;
    margin: 0 10px;
  }
  .section-top-keyvisual .slick-arrow {
    margin-top: -23px;
    left: 50%;
  }
  .section-top-keyvisual .slick-prev {
    margin-left: -425px;
  }
  .section-top-keyvisual .slick-next {
    margin-left: 379px;
  }
  .section-top-keyvisual .slick-dots {
    bottom: -36px;
  }

  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots button {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-keyvisual {
   overflow: hidden; 
  }
  .section-top-keyvisual .keyvisual-slide {
    padding: 0 0.35rem 0.1rem;
  }
  .section-top-keyvisual .slick-list {
    overflow: visible;
  }
  .section-top-keyvisual .item-slide {
    margin: 0px 4px;
  }
  .section-top-keyvisual .slick-arrow {
    width: 0.7rem;
    height: 0.7rem;
    top: 50%;
    left: 50%;
    transform: translate(0, -40%);
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 30px;
    background-size: 0.3rem auto;
    background-color: #b6a5bb;
    opacity: 0.9;
    box-shadow: 0 2px 2px rgb(85 85 85 / 45%);
  }
  .section-top-keyvisual .slick-prev {
    margin-left: -3.15rem;
    background-image: url(../img/common/sm/btn_prev.png);
    background-position: 45% center;
  }
  .section-top-keyvisual .slick-next {
    background-image: url(../img/common/sm/btn_next.png);
    margin-left: 2.45rem;
    background-position: 55% center;
  }
  .section-top-keyvisual .slick-dots {
    display: none !important;
    width: 2rem;
    left: 50%;
    margin-left: -1rem;
    bottom: 0.36rem;
  }
  .section-top-keyvisual .slick-dots li {
    margin: 0 0.06rem;
  }
  .section-top-keyvisual .slick-dots button {
    width: 0.14rem;
    height: 0.14rem;
  }
}
/* SECTION TOP BUTTON
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .section-top-button {
    padding: 65px 0 60px;
  }
  .section-top-button .w-btn {
    width: 680px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-button {
    padding: 0.45rem 0 0.4rem;
  }
  .section-top-button .w-btn a {
    width: 48.3%;
  }
}
/* SECTION TOP RECOMMENDATION
 * ----------------------------------------------- */
.section-top-recommendation .recommendation-slide {
  background: #f3f3f3;
}
.section-top-recommendation .recommendation-slide .item-slide {
  font-weight: bold;
  text-align: center;
  visibility: hidden;
}
.section-top-recommendation .recommendation-slide .item-slide img {
  display: block;
}
.section-top-recommendation .slick-initialized .item-slide {
  visibility: visible;
}
.section-top-recommendation .wrap-tab {
/*    position: relative;
    overflow: hidden; */
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 50px 45px;
}

.section-top-recommendation .wrap-tab .js-tab-contents.is-active {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
 }
.section-top-recommendation .wrap-tab .js-tab-contents {
    display: none;
}
.section-top-recommendation .wrap-tab .js-tab-contents .item-slide {
    width: calc(95% / 6);
    text-align: center;
}
.section-top-recommendation .wrap-tab .js-tab-contents .item-slide .teller_img {
    width: 105px;
    height: 105px;
    overflow: hidden;
    border-radius: 50px;
    margin: 0 auto 10px;
    box-shadow: 0px 1px 5px #989898;
    border: 3px solid #fff;
}
.section-top-recommendation .wrap-tab .js-tab-contents .item-slide .teller_img img {
    width: 100%;
    height: auto;
}
.section-top-recommendation .wrap-tab .js-tab-contents .item-slide .t_name_slide {

}
.section-top-recommendation .wrap-tab .js-tab-contents .item-slide .t_name_slide .namee {
    font-weight: bold;
    text-decoration: underline;
    display: block;
    line-height: 22px;
    margin: 0px auto 0;
}
.section-top-recommendation .wrap-tab .js-tab-contents .item-slide .t_name_slide .ruby {
    text-decoration: none;
    font-size: 13px;
    display: block;
    line-height: 100%;
    margin: 0px auto 2px;
    height: 13px;
}
@media only screen and (max-width: 767px) {
.section-top-recommendation .wrap-tab { padding: 25px 10px}
.section-top-recommendation .wrap-tab .js-tab-contents.is-active { justify-content: space-between;}
.section-top-recommendation .wrap-tab .js-tab-contents .item-slide { width: calc(95% / 3); margin-bottom: 10px;}
.section-top-recommendation .wrap-tab .js-tab-contents .item-slide .teller_img {
    width: 85px;
    height: 85px;
    margin: 0 auto 6px;
    border: 2px solid #fff;
}
.section-top-recommendation .wrap-tab .js-tab-contents .item-slide .t_name_slide .namee { font-size: 15px;}
}

@media print, (min-width: 768px) {
  .section-top-recommendation {
    padding-bottom: 70px;
  }
  .section-top-recommendation .sec-title {
  }
  .section-top-recommendation .list-tab {
    margin-bottom: 36px;
  }
  .section-top-recommendation .recommendation-slide {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 38px 70px 60px;
  }
  .section-top-recommendation .recommendation-slide .item-slide {
    width: 140px;
    padding: 0 10px;
    font-size: 17px;
  }
  .section-top-recommendation .recommendation-slide .item-slide img {
    width: 100px;
    margin: 0 auto 12px;
  }
  .section-top-recommendation .slick-arrow {
    margin-top: -43px;
  }
  .section-top-recommendation .slick-prev {
    left: 20px;
  }
  .section-top-recommendation .slick-next {
    right: 20px;
  }
  .section-top-recommendation .slick-dots {
    bottom: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-recommendation {
    padding-bottom: 0.7rem;
  }
  .section-top-recommendation .sec-title {
    margin-bottom: 0.22rem;
  }
  .section-top-recommendation .list-tab {
    margin-bottom: 0;
  }
  .section-top-recommendation .recommendation-slide {
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    padding: 0.4rem 0.15rem 0.34rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-top-recommendation .recommendation-slide .item-slide {
    width: 33.33333%;
    padding: 0 0.1rem;
    font-size: 0.26rem;
  }
  .section-top-recommendation .recommendation-slide .item-slide img {
    width: 1.4rem;
    margin: 0 auto 0.16rem; 
  }
}
/* SECTION TOP TELLERS
 * ----------------------------------------------- */
.section-top-tellers {
/* ブロック入れ替えに当たって消し20191009
  background: #f3f3f3; */
}

@media print, (min-width: 768px) {
  .section-top-tellers {
    padding: 50px 0 38px;
  }
  .section-top-tellers .sec-title {
  }
  .section-top-tellers .list-tellers {
    margin-bottom: 20px;
  }
  .section-top-tellers .item-tellers {
    width: 303px;
    margin: 0 0 13px 13px;
  }
  .section-top-tellers .item-tellers:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-tellers {
    padding: 0.42rem 0 0.4rem;
  }
  .section-top-tellers .sec-title {
    margin-bottom: 0.3rem;
  }
  .section-top-tellers .list-tellers {
    margin: 0 -0.12rem 0.07rem;
  }
  .section-top-tellers .item-tellers {
    width: 50%;
    padding: 0 0.12rem;
    margin-bottom: 0.3rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
/* SECTION TOP NEWS
 * ----------------------------------------------- */
.section-top-news {
  background: #f3f3f3;
}
.section-top-news .wrapper {
  position: relative;
}
.section-top-news .list-news {
  background: #fff;
}

@media print, (min-width: 768px) {
  .section-top-news {
    padding: 25px 0 68px;
  }
  .section-top-news .sec-title {
    margin-bottom: 25px;
  }
  .section-top-news .link-cmn {
    position: absolute;
    right: 20px;
    top: 50px;
  }
  .section-top-news .list-news {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 33px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-news {
    padding: 0.16rem 0 0.75rem;
  }
  .section-top-news .sec-title {
    margin-bottom: 0.25rem;
  }
  .section-top-news .list-news {
    margin-bottom: 0.58rem;
  }
}
/* SECTION TOP FEATURE
 * ----------------------------------------------- */
.section-top-feature .list-feature .ttl {
  font-weight: bold;
  letter-spacing: 0.02em;
}
.section-top-feature .list-feature a {
  display: block;
}

@media print, (min-width: 768px) {
  .section-top-feature {
    padding: 60px 0 85px;
  }
  .section-top-feature .sec-title {
  }
  .section-top-feature .list-feature {
    margin-bottom: 33px;
  }
  .section-top-feature .list-feature > li {
    width: 470px;
    margin: 0 0 35px 40px;
  }
  .section-top-feature .list-feature > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .section-top-feature .list-feature .ttl {
    padding: 0 10px;
    line-height: 1.5;
    font-size: 16px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-feature {
    padding: 0.45rem 0 0.7rem;
  }
  .section-top-feature .sec-title {
    margin-bottom: 0.27rem;
  }
  .section-top-feature .list-feature {
    margin: 0 -0.15rem 0.18rem;
  }
  .section-top-feature .list-feature > li {
    width: 50%;
    padding: 0 0.15rem;
    margin-bottom: 0.3rem;
  }
  .section-top-feature .list-feature .ttl {
    margin-top: 0.15rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
h2.Ind_sec_t {
    background-color: #986ca7;
    background: linear-gradient(135deg, #8a6098 60%, #a97cb8);
    padding: 4px 0;
    color: #fff;
}

}
/* SECTION TOP EXPERIENCE
 * ----------------------------------------------- */
.section-top-experience {
  background: #f3f3f3;
}

@media print, (min-width: 768px) {
  .section-top-experience {
    padding: 42px 0 15px;
  }
  .section-top-experience .sec-title {
    margin-bottom: 36px;
  }
  .section-top-experience .list-experience .item-message {
    width: 300px;
    margin: 0 0 50px 40px;
  }
  .section-top-experience .list-experience .item-message:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-experience {
    padding: 0.37rem 0 0.5rem;
  }
  .section-top-experience .sec-title {
    margin-bottom: 0.3rem;
  }
  .section-top-experience .list-experience {
    margin: 0 -0.08rem 0;
  }
  .section-top-experience .list-experience .item-message {
    width: 50%;
    padding: 0 0.08rem 0.2rem;
  }
}
/* SECTION TOP MINI
 * ----------------------------------------------- */
.section-top-mini a {
  display: block;
}
.section-top-mini img {
  width: 100%;
}
.section-top-mini .ttl {
  font-weight: bold;
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-top-mini {
    padding: 60px 0 75px;
  }
  .section-top-mini .sec-title {
    margin-bottom: 32px;
  }
  .section-top-mini .list-mini > li {
    width: 230px;
    margin: 0 0 20px 20px;
  }
  .section-top-mini .list-mini > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .section-top-mini .ttl {
    font-size: 16px;
    margin-top: 10px;
  }
  .section-top-mini .thumb-large {
    width: 720px;
    margin: 18px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-mini {
    padding: 0.45rem 0 0.85rem;
  }
  .section-top-mini .sec-title {
    margin-bottom: 0.12rem;
  }
  .section-top-mini .list-mini {
    margin: 0 -0.15rem;
  }
  .section-top-mini .list-mini > li {
    width: 50%;
    padding: 0.15rem;
  }
  .section-top-mini .ttl {
    font-size: 0.27rem;
    margin-top: 0.1rem;
  }
  .section-top-mini .thumb-large {
    margin-top: 0.25rem;
  }
  .section-top-mini .js-accordion {
    display: none;
  }
  .section-top-mini .js-accordion.is-auto {
    display: block;
  }
  .section-top-mini .btn-primary {
    margin-top: 0.1rem;
  }
  .section-top-mini .btn-primary.is-active {
    margin-top: 0.3rem;
  }
}
/* SECTION TOP ABOUT
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .section-top-about {
    padding-bottom: 150px;
  }
  .section-top-about .sec-title {
    margin-bottom: 25px;
  }
  .section-top-about .thumb {
    margin-bottom: 20px;
  }
  .section-top-about .sec-pttl01 {
    margin-bottom: 10px;
  }
  .section-top-about .list-about {
    padding: 0 20px;
  }
  .section-top-about .list-about > li {
    margin-top: 48px;
  }
  .section-top-about .list-about > li:first-child {
    margin-top: 0;
  }
  .section-top-about .list-about .desc {
    padding: 0 20px;
    line-height: 1.73;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-about {
    padding-bottom: 1.28rem;
  }
  .section-top-about .sec-title {
    margin-bottom: 0.2rem;
  }
  .section-top-about .thumb {
    margin: 0 -0.2rem 0.27rem;
  }
  .section-top-about .sec-pttl01 {
    margin-bottom: 0.2rem;
  }
  .section-top-about .list-about {
    padding: 0 20px;
  }
  .section-top-about .list-about > li {
    margin-bottom: 0.6rem;
  }
  .section-top-about .list-about > li:last-child {
    margin-bottom: 0;
  }
  .section-top-about .list-about .desc {
    height: 3.9rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.15rem;
  }
  .section-top-about .list-about .desc:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -0.02rem;
    height: 1.35rem;
    background: url(../img/001/sm/bg_bg01.png) repeat-x 0 0;
    background-size: auto 100%;
  }
  .section-top-about .list-about .desc.is-auto {
    height: auto;
  }
  .section-top-about .list-about .desc.is-auto:after {
    display: none;
  }
  .section-top-about .list-about .btn-primary.is-active {
    margin-top: 0.3rem;
  }
}
/* SECTION TELLERS
 * ----------------------------------------------- */
.search-cmn .title {
  background: #b585be;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.search-cmn .title > span {
  position: relative;
  display: inline-block;
  background: url(../img/common/icn_search.png) no-repeat 0 center;
}
.search-cmn .title > span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url(../img/common/icn_expand01_off.png) no-repeat 0 center;
  background-size: 100% auto;
}
.search-cmn .title.is-active > span:after {
  background-image: url(../img/common/icn_expand01_on.png);
}
.search-cmn .ttl {
  font-weight: bold;
}
.search-cmn .js-accordion {
  display: none;
}
.search-cmn .search-content {
  background: #f3f3f3;
}
.search-cmn .search-content .inner {
  background: #fff;
}
.search-cmn .search-content .ul-check > li:last-child {
  margin-right: 0;
}
.search-cmn .search-content .row-check {
  position: relative;
}
.search-cmn .search-content .row-check .txt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background: #ede2ef;
  display: table;
  position: absolute;
  left: 0;
  font-weight: bold;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.search-cmn .search-content .row-check .txt > span {
  display: table-cell;
  vertical-align: middle;
}
.search-cmn .search-content .row-check .txt:before {
  content: "";
  position: absolute;
  top: 50%;
}

.text-input,
.select-cmn,
.textarea {
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
/*  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none; */
  outline: none;
  width: 100%;
}

.text-input {
  line-height: inherit;
}

.textarea {
  resize: none;
}

.text-input::-webkit-input-placeholder {
  color: #9e9e9e;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.text-input::-moz-placeholder {
  color: #9e9e9e;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.text-input:-ms-input-placeholder {
  color: #9e9e9e;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.text-input:-moz-placeholder {
  color: #9e9e9e;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.textarea::-webkit-input-placeholder {
  color: #9e9e9e;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.textarea::-moz-placeholder {
  color: #9e9e9e;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.textarea:-ms-input-placeholder {
  color: #9e9e9e;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.textarea:-moz-placeholder {
  color: #9e9e9e;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.select-cmn {
/*  background: #f5f5f5 url(../img/common/icn_select01.png) no-repeat right center; */
  color: #9e9e9e;
}
.select-cmn::-ms-expand {
  display: none;
}
.select-cmn.is-active {
  color: #333;
}

.item-check-box label {
  display: inline-block;
}
.item-check-box input {
  display: none;
}
.item-check-box span {
  background: url(../img/common/icn_check_off.png) no-repeat 0 0;
  display: inline-block;
}
.item-check-box input[type="checkbox"]:checked + span {
  background-image: url(../img/common/icn_check_on.png);
}

.item-radio-box label {
  display: inline-block;
}
.item-radio-box input {
  display: none;
}
.item-radio-box span {
  background: url(../img/common/icn_check_off.png) no-repeat 0 0;
  display: inline-block;
}
.item-radio-box input[type="radio"]:checked + span {
  background-image: url(../img/common/icn_check_on.png);
}

.btn-submit {
  background: #59c198 url(../img/common/icn_arrow05.png) no-repeat 95% center;
  color: #fff;
  margin: 0 auto;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
}
.btn-submit.btn-back {
  background: #565b6b url(../img/common/icn_arrow06.png) no-repeat 20px center;
}

@media print, (min-width: 768px) {
  .section-tellers {
    padding-bottom: 113px;
  }
  .section-tellers .wrapper {
    padding-top: 50px;
  }
  .section-tellers .list-tellers-cmn {
    margin-bottom: 25px;
  }
  .section-tellers .list-tellers-cmn .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .section-tellers .search-cmn {
    margin: 15px 0 42px;
  }

  .list-tellers-cmn .item-cmn {
    /* width: 312px;
    margin: 0 0 24px 22px; */

    width: 32.0%;
    margin: 0 0 24px 0px;
  }
  .list-tellers-cmn .item-cmn:nth-child(3n+1) {
    margin-left: 0;
  }
  .list-tellers-cmn .item-cmn .ul-btn > li {
    width: 131px;
  }

  .search-cmn .title {
    font-size: 18px;
    text-align: center;
  }
  .search-cmn .title > span {
    padding: 14px 50px;
    background-size: 38px auto;
  }
  .search-cmn .title > span:after {
    width: 36px;
    height: 100%;
  }
  .search-cmn .ttl {
    margin-bottom: 3px;
  }
  .search-cmn .search-content {
    padding: 22px 20px;
  }
  .search-cmn .search-content .inner {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
  }
  .search-cmn .search-content .ul-col {
    margin: 0 -11px 18px;
  }
  .search-cmn .search-content .ul-col > li {
    width: 50%;
    padding: 0 11px;
    margin-bottom: 20px;
  }
  .search-cmn .search-content .item-check-box {
    margin-bottom: 10px;
  }
  .search-cmn .search-content .item-radio-box {
    margin-bottom: 10px;
  }
  .search-cmn .search-content .ul-check > li {
    margin-right: 26px;
  }
  .search-cmn .search-content .ul-check > li:last-child {
    margin-right: 0;
  }
  .search-cmn .search-content .row-check {
    padding-left: 60px;
    margin-bottom: 26px;
  }
  .search-cmn .search-content .row-check .txt {
    font-size: 12px;
    width: 32px;
    top: -21px;
    height: 110px;
    padding-top: 9px;
  }
  .search-cmn .search-content .row-check .txt:before {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #ede2ef;
    margin-top: -9px;
    left: 31px;
  }

  .text-input,
  .select-cmn {
    height: 47px;
  }

  .text-input {
    padding: 0 20px;
  }

  .select-cmn {
    padding: 0 40px 0 20px;
  }

  .textarea {
    padding: 18px 20px;
    height: 187px;
  }

  html.ipad .textarea,
  html.tablet .textarea {
    font-size: 12px;
    line-height: 1.8;
  }

  .item-check-box span {
    background-size: 29px auto;
    padding: 7px 0 5px 40px;
    min-height: 30px;
  }

  .agree .item-check-box span {
    background: url(../img/common/icn_check01_off.png) no-repeat 0 center;
    padding-left: 25px;
    padding-top: 8px;
  }
  .agree .item-check-box input:checked + span {
    background-image: url(../img/common/icn_check01_on.png);
  }

  .item-radio-box span {
    background-size: 29px auto;
    padding: 7px 0 5px 40px;
    min-height: 30px;
  }

  .agree .item-radio-box span {
    background: url(../img/common/icn_check01_off.png) no-repeat 0 center;
    padding-left: 25px;
    padding-top: 8px;
  }
  .agree .item-radio-box input:checked + span {
    background-image: url(../img/common/icn_check01_on.png);
  }

  .btn-submit {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
padding:15px 0;
    width: 310px;
    font-size: 22px;
  }
  .ie .btn-submit {
    padding-top: 2px;
  }

  .w-btn-contact {
    width: 660px;
    margin: 0 auto;
  }
  .w-btn-contact > li {
    width: 50%;
    padding: 0 10px;
  }
  .w-btn-contact > li .btn-submit {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-cmn .search-content .row-check .txt > span {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-tellers {
    padding-bottom: 1.3rem;
  }
  .section-tellers .wrapper {
    padding-top: 0.34rem;
  }
  .section-tellers .caption {
    text-align: left;
    padding: 0 0.2rem;
  }
  .section-tellers .list-tellers-cmn {
    margin-bottom: 0.7rem;
  }
  .section-tellers .search-cmn {
    margin: 0.15rem 0 0.5rem;
  }
  .section-tellers .item-cmn .sec-pttl {
    padding-top: 0.06rem;
    padding-bottom: 0.06rem;
  }
  .section-tellers .item-cmn .txt-sns {
    margin-top: 0.12rem;
  }

  .list-tellers-cmn .item-cmn {
    margin-bottom: 0.45rem;
  }
/*  20200206 isk消し
.list-tellers-cmn .item-cmn:last-child {
    margin-bottom: 0;
  }
*/
  .search-cmn .title {
    font-size: 0.3rem;
    padding: 0 0.2rem;
  }
  .search-cmn .title > span {
    padding: 0.2rem 0.65rem;
    background-size: 0.5rem auto;
    display: block;
  }
  .search-cmn .title > span:after {
    width: 0.5rem;
  }
  .search-cmn .ttl {
    margin-bottom: 0.08rem;
  }
  .search-cmn .search-content {
    padding: 0.25rem 0.2rem 0.4rem;
  }
  .search-cmn .search-content .inner {
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
    padding: 0.35rem 0.2rem 0.4rem;
  }
  .search-cmn .search-content .ul-col {
    margin-bottom: 0.3rem;
  }
  .search-cmn .search-content .ul-col > li {
    margin-bottom: 0.27rem;
  }
  .search-cmn .search-content .ul-col > li:last-child {
    margin-bottom: 0;
  }
  .search-cmn .search-content .item-check-box {
    margin-bottom: 0.14rem;
  }
  .search-cmn .search-content .item-radio-box {
    margin-bottom: 0.14rem;
  }
  .search-cmn .search-content .ul-check {
    margin-left: -0.3rem;
  }
  .search-cmn .search-content .ul-check > li {
    margin-left: 0.3rem;
  }
  .search-cmn .search-content .row-check {
    padding-left: 1.15rem;
    margin-bottom: 0.36rem;
  }
  .search-cmn .search-content .row-check .txt {
    font-size: 0.27rem;
    width: 0.7rem;
    top: 0;
    height: 2.64rem;
    padding-top: 0.29rem;
  }
  .search-cmn .search-content .row-check .txt:before {
    border-top: 0.18rem solid transparent;
    border-bottom: 0.18rem solid transparent;
    border-left: 0.2rem solid #ede2ef;
    margin-top: -0.18rem;
    left: 0.66rem;
  }

  .text-input,
  .select-cmn {
    height: 0.8rem;
    padding: 0.2rem;
  }

  .textarea {
    height: 3.1rem;
    line-height: 1.4;
    padding: 0.25rem 0.2rem;
  }

  .iphone .textarea {
    font-size: 12px;
    line-height: 1.8;
  }

  .select-cmn {
    padding: 0 0.5rem 0 0.2rem;
    background: url(../img/common/sm/icn_select01.png) no-repeat right center;
    background-size: 0.45rem auto;
  }

  .item-check-box span {
    background-size: 0.4rem auto;
    padding: 0.09rem 0 0.05rem 0.6rem;
    min-height: 0.4rem;
  }
  .item-radio-box span {
    background-size: 0.4rem auto;
    padding: 0.09rem 0 0.05rem 0.6rem;
    min-height: 0.4rem;
  }

  .btn-submit {
    background-image: url(../img/common/icn_arrow01.png);
    -moz-border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    background-size: 0.18rem auto;
    height: 0.8rem;
    width: 4.74rem;
    font-size: 0.33rem;
  }
  .btn-submit.btn-back {
    background-image: url(../img/common/sm/icn_arrow06.png);
    background-position: 0.2rem center;
    background-size: 0.18rem auto;
  }

  .w-btn-contact {
    margin: 0 -0.1rem;
  }
  .w-btn-contact > li {
    width: 50%;
    padding: 0 0.1rem;
  }
  .w-btn-contact > li .btn-submit {
    width: 100%;
  }

  .agree .item-check-box span {
    background-image: url(../img/common/sm/icn_check01_off.png);
    background-size: 0.5rem auto;
    padding: 0.15rem 0 0.15rem 0.6rem;
    min-height: 0.6rem;
  }
  .agree .item-check-box input:checked + span {
    background-image: url(../img/common/sm/icn_check01_on.png);
  }
  .agree .item-radio-box span {
    background-image: url(../img/common/sm/icn_check01_off.png);
    background-size: 0.5rem auto;
    padding: 0.15rem 0 0.15rem 0.6rem;
    min-height: 0.6rem;
  }
  .agree .item-radio-box input:checked + span {
    background-image: url(../img/common/sm/icn_check01_on.png);
  }
}
.section-profile .text {
  font-weight: bold;
}
.section-profile .message {
  border: 2px solid #ff6666;
  color: #ff6666;
  text-align: center;
}
.section-profile .row .sec-title {
  text-align: left;
}

/* ↓ 20240417isk */
.prf_name_box {
font-weight: bold;
font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
color: #413843;
width: 95%;
margin: 0 auto;
display: block;
text-align: center;
position:relative;
}
.prf_name_box .prf_ruby {
    font-size: 13px;
}
.prf_name_box .name span {
    font-size: 21px;
    background: linear-gradient(0deg, #fffdc8 35%, transparent 65%);
}
.prf_name_box .name small {
    font-size: 14px;
}
@media print, (min-width: 768px) {
.prf_name_box .prf_ruby {
    font-size: 16px;
    line-height: 10px;
}
.prf_name_box .name span {
    font-size: 30px;
}
}
/* ↑ 20240417isk */



.box-profile {
  position: relative;
/*  border: 1px solid #c1c1c1; */
}
.box-profile .info .name {
  font-weight: bold;
  position: relative;
}
.box-profile .ul-txt {
  line-height: 1.6;
}
.box-profile .ul-txt01 .col01 .txt-tag {
  display: block;
  padding-left: 2px;
  padding-right: 2px;
}

.tel-cmn,
.email-cmn {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 1.4;
}

.tel-cmn {
  background-image: url(../img/common/sm/icn_tel03.png);
  font-weight: bold;
}

.email-cmn {
  background-image: url(../img/common/sm/icn_email03.png);
}

.txt-tag {
  background: #955c9f;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
}

.list-anchor a {
  display: block;
  border: 1px solid #a269ac;
  color: #a269ac;
  text-align: center;
}
.list-anchor a > span {
  display: inline-block;
  background-position: 0 center;
  background-repeat: no-repeat;
}
.list-anchor a .icn01 {
  background-image: url(../img/002/icn_icon01.png);
}
.list-anchor a .icn02 {
  background-image: url(../img/002/icn_icon02.png);
}
.list-anchor a .icn03 {
  background-image: url(../img/002/icn_icon03.png);
}
.list-anchor a .icn04 {
  background-image: url(../img/002/icn_icon04.png);
}
.list-anchor a .icn05 {
  background-image: url(../img/010/icn_icon01.png);
}
.list-anchor a .icn06 {
  background-image: url(../img/010/icn_icon02.png);
}
.list-anchor a .icn07 {
  background-image: url(../img/010/icn_icon03.png);
}
z
.table-schedule {
  line-height: 1;
}
.table-schedule th,
.table-schedule td {
  border: 1px solid #757575;
  text-align: center;
}
.table-schedule th {
  background: #ede2ef;
}
.table-schedule thead th {
  font-weight: bold;
}
.table-schedule .bg {
  background: url(../img/common/bg_pattern01.png) repeat 0 0;
}
.table-schedule .txt-sat {
  color: #0069df;
}
.table-schedule .txt-sun {
  color: #ef0038;
}

.ul-text-cmn > li {
  background: url(../img/common/bg_dots.png) repeat-x 0 bottom;
}
.ul-text-cmn strong {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-profile {
    padding-bottom: 125px;
  }
  .section-profile .wrapper {
    padding-top: 45px;
  }
  .section-profile .text {
    font-size: 22px;
    margin-bottom: 34px;
    text-align: center;
  }
  .section-profile .message {
    border: 2px solid #ff6666;
    padding: 15px;
    /* margin-bottom: 37px; 伊坂消し↓を追記 */
    margin: 37px auto 37px;
    width: 980px;
  }
  .section-profile .row {
    width: 980px;
    margin: 0 auto 73px;
/*    margin-bottom: 73px; */
  }
  .section-profile .row .sec-title {
    margin-bottom: 23px;
  }
  .section-profile .row .inner-accordion-sm {
    padding: 0 40px;
  }
  .section-profile .row.last {
    margin-bottom: 66px;
  }
  .section-profile .row .table-over {
    margin-top: 5px;
  }
  .section-profile .row .table-over .btn-schedule {
    display: none !important;
  }
  .section-profile .box-profile {
    margin-bottom: 35px;
  }
  .section-profile .list-anchor {
    margin-bottom: 37px;
  }
  .section-profile .list-anchor > li {
    width: 24.7%;
  }
  .section-profile .list-anchor > li:first-child {
    width: 25.9%;
  }
  .section-profile .btn-favorite > span {
    background-position: 0 55%;
    padding-left: 30px;
  }
  .section-profile .ul-text-cmn {
    padding: 0 20px;
    margin-top: -17px;
  }

  .box-profile {
    padding: 10px 40px 32px;
  }
  .box-profile .thumb {
    width: 230px;
  }
  .box-profile .info {
    width: 668px;
    padding-left: 15px;
  }
  .box-profile .info .name {
    font-size: 32px;
    padding-top: 7px;
    margin-bottom: 8px;
  }
  .box-profile .info .name small {
    font-size: 20px;
  }
  .box-profile .info .name .txt {
    font-size: 12px;
    left: 11px;
    top: -5px;
    position: absolute;
  }
  .box-profile .ul-txt {
    margin: 0 0 10px -20px;
    line-height: 1.6;
  }
  .box-profile .ul-txt > li {
    margin-left: 20px;
    margin-bottom: 5px;
    display: flex;
  }
  .box-profile .ul-txt .txt-tag {
    margin-right: 10px;
    display: inline-block;
  }
  .box-profile .ul-txt .col01 .txt-tag {
    width: 97px;
  }
  .box-profile .ul-txt01 > li {
    margin-bottom: 10px;
  }
  .box-profile .ul-txt01 > li:last-child {
    margin-bottom: 0;
  }
  .box-profile .ul-txt01 > li.mb {
    margin-bottom: 10px;
  }
  .box-profile .ul-txt01 .col01 {
    width: 97px;
  }
  .box-profile .ul-txt01 .col02 {
    width: 548px;
    padding-left: 15px;
  }
  .box-profile .row-btn {
    bottom: 0px;
    right: 40px;
   /* position: absolute; */
  }
  .box-profile .row-btn .btn-review {
    margin-left: 10px;
  }
  .box-profile .tel-cmn {
    font-weight: bold;
  }
  .box-profile .email-cmn {
    margin-top: 3px;
  }

  .tel-cmn,
  .email-cmn {
    background-size: 19px auto;
    padding-left: 30px;
    display: block;
  }

  .txt-tag {
    padding: 0px 10px;
    height: 24px;
  }
  .txt-tag.ls {
    padding-left: 2px;
    padding-right: 2px;
  }
  .ie .txt-tag {
    height: 25px;
  }
  .edge .txt-tag {
    height: 26px;
  }

  .list-anchor {
    margin: 0 -5px;
  }
  .list-anchor > li {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .list-anchor a {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    height: 54px;
/*    padding-top: 7px; */
  }
  .list-anchor a > span {
    background-size: 40px auto;
    padding: 11px 0 11px 44px;
  }
  .ie .list-anchor a > span {
    padding-top: 5px;
  }
  .list-anchor a .icn01 {
    /* padding: 3px 0 3px 35px; /// 伊坂20191007 */
    background-size: 33px auto;
    padding: 11px 0 11px 44px;
  }
  .list-anchor a .icn02 {
    background-size: 35px auto;
/*    padding: 3px 0 3px 40px; */
  }
  .list-anchor a .icn04 {
    background-size: 38px auto;
  }
  .list-anchor a .icn05 {
    background-size: 31px auto;
    padding-left: 40px;
  }
  .list-anchor a .icn07 {
    background-size: 36px auto;
    padding-left: 45px;
  }

  .table-schedule {
    font-size: 16px;
  }
  .table-schedule th,
  .table-schedule td {
    border: 1px solid #757575;
    padding: 5px 2px 3px;
  }
  .table-schedule th {
    width: 36px;
  }
  .table-schedule thead th {
    font-size: 20px;
  }
  .table-schedule thead th:first-child {
    width: 125px;
  }
  .table-schedule td {
    width: 18px;
  }
  .table-schedule .bg {
    background: url(../img/common/bg_pattern01.png) repeat 0 0;
  }
  .table-schedule tbody tr th:first-child {
    width: 125px;
  }

  .ul-text-cmn > li {
    padding: 31px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-profile {
    padding-bottom: 1.35rem;
  }
  .section-profile .wrapper {
    padding-top: 0.3rem;
  }
  .section-profile .text {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0.2rem;
    /* color: #5f3067; */
    letter-spacing: 0.5px;
  }
  .section-profile .row {
    padding-top: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .section-profile .row .sec-title {
    margin: 0 auto 0.2rem;
    width: 98%;
  }
  .section-profile .row.last {
        margin-bottom: 15px;
  }
  .section-profile .row .btn-primary {
    margin-top: -0.2rem;
  }
  .section-profile .row .btn-primary.is-active {
    margin-top: 0.3rem;
  }
  .section-profile .ul-text-cmn {
    padding: 0 0.2rem;
  }
/* 20240508 isk del
  .section-profile .ul-text-cmn > li {
    background: none;
    padding: 0;
  }
*/
  .section-profile .ul-text-cmn > li .text-right strong {
    font-size: 0.24rem;
  }
  .section-profile .box-profile {
    margin-bottom: 0.5rem; 
  }
  .section-profile .ul-txt01 {
    margin-bottom: 0.5rem;
  }
  .section-profile .ul-txt01 > li {
    *zoom: 1;
    margin-bottom: 0.16rem;
  }
  .section-profile .ul-txt01 > li:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-profile .ul-txt01 > li:first-child {
    margin-bottom: 0.13rem;
  }
  .section-profile .ul-txt01 > li:first-child .col01 {
    margin-top: -0.04rem;
    padding-top: 0;
  }
  .section-profile .ul-txt01 .col01 {
    float: left;
    margin-right: 0.15rem;
    padding-top: 0.04rem;
  }
  .section-profile .ul-txt01 .col02 .tel-cmn {
    margin-right: 0.2rem;
  }

  .box-profile {
    padding: 0.1rem auto;
    justify-content: space-around;
  }
  .box-profile .thumb {
    width: 35%;
    height: fit-content;
    overflow: hidden;
  }
  .box-profile .info {
    width: 55%;
  }
  .box-profile .info .name {
    font-size: 0.36rem;
    margin: -0.05rem 0 0.07rem;
  }
  .box-profile .info .name small {
    font-size: 0.25rem;
  }
  .box-profile .info .name .txt {
    font-size: 0.18rem;
    margin-left: 0.05rem;
    position: relative;
    top: -0.05rem;
  }
  .box-profile .info .name .txt .sm {
    display: inline !important;
  }
  .box-profile .ul-txt {
   /* margin: -0.05rem 0 10px -0.05rem; */
    line-height: 1.4;
  }
  .box-profile .ul-txt > li {
    border-bottom: 1px solid #cdcdcd;
    padding: 4px 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .box-profile .ul-txt > li:last-child {
    border-bottom: 0;
  }
  .box-profile .ul-txt .txt-tag {
    margin-right: 0.15rem;
    width: 30%;
    height: fit-content;
  }
  
/* isk 追加 */
.box-profile .ul-txt .txt { width: 60%;}

.box-profile .ul-txt .txt span {
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 25px;
  }
.box-profile .ul-txt .txt span.ictel {    background-image: url(https://feel-i.jp/tmpl_smart_phone/assets/img/common/sm/icn_tel03.png); font-weight: bold;}
.box-profile .ul-txt .txt span.icmail {    background-image: url(https://feel-i.jp/tmpl_smart_phone/assets/img/common/sm/icn_email03.png);}  
  
  .box-profile .row-btn {
    width: 100%;
    margin-top: 0.14rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .tel-cmn,
  .email-cmn {
    background-size: 0.31rem auto;
    padding-left: 0.4rem;
    font-size: 0.27rem;
  }

  .txt-tag {
    padding: 1px 0;
    font-size: 0.25rem;
  }

  .list-anchor {
        margin: 20px auto;
  }
  .list-anchor > li {
    width: 50%;
    padding: 0.09rem 0.1rem;
  }
  .list-anchor a {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 15px;
    background: #fff url(../img/common/icn_arrow03.png) no-repeat 95% center;
    background-size: 14px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-right: 0.4rem;
    letter-spacing: 0;
  }
  .list-anchor a > span {
    background-size: auto 0.4rem;
    padding: 0.1rem 0 0.1rem 0.58rem;
    text-align: left;
  }
  .list-anchor a .icn03 {
    padding-left: 0.55rem;
  }

  .table-over {
    overflow-x: auto;
    padding: 0.1rem 0;
    margin-right: -0.2rem;
    position: relative;
  }
  .table-over .btn-schedule {
    position: absolute;
    top: 50%;
    width: 2.92rem;
    height: 2.72rem;
    background: url(../img/002/btn_schedule.png) no-repeat center center;
    background-size: 100% 100%;
    right: 0.6rem;
    margin-top: -1.26rem;
    z-index: 2;
  }

  .table-schedule {
    font-size: 0.28rem;
    margin:0 5px;
  }
  .table-schedule th,
  .table-schedule td {
    border: 1px solid #757575;
    padding: 4px 2px;
  }
  .table-schedule th {
    width: 0.52rem;
  }
  .table-schedule th .w01 {
    width: 0.52rem;
    display: block;
    line-height: 1;
    padding-top: 0.05rem;
  }
  .table-schedule thead th {
    font-size: 16px;
  }
  .table-schedule thead th:first-child {
    width: 1.8rem;
  }
  .table-schedule td {
    width: 0.26rem;
  }
  .table-schedule .bg {
    background-image: url(../img/common/sm/bg_pattern01.png);
  }
  .table-schedule tbody tr th:first-child {
    width: 1.8rem;
  }
  .table-schedule tbody tr .w02 {
    display: block;
    width: 1.8rem;
    padding: 0.1rem 0;
    font-size: 16px;
  }
  .ul-text-cmn > li {
        padding: 0 0.2rem 0.42rem;
        font-size: 15px;
        margin-bottom: 0.42rem;
  }
  .ul-text-cmn > li .text-right {
    margin-top: 0.12rem;
  }
  .ul-text-cmn > li .text-right strong {
    font-size: 0.24rem;
  }

  .inner-accordion-sm {
    height: 4rem;
    padding: 0 0.2rem;
    overflow: hidden;
    position: relative;
  }
    .inner-accordion-sm:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -5px;
        height: 0.7rem;
        background: url(../img/common/sm/bg_bg02.png) repeat-x 0 0;
        background-size: auto 100%;
    }
  .inner-accordion-sm.is-auto {
    height: auto;
  }
  .inner-accordion-sm.is-auto:after {
    display: none;
  }

  .ul-btn-contact {
    margin: 0 -0.1rem 0.47rem;
  }
  .ul-btn-contact > li {
    /*width: 50%;*/
    width: 100%;
    padding: 0 0.1rem;
    margin-bottom:5px;
  }
}
/* SECTION DIVINATION
 * ----------------------------------------------- */
.list-col-3 a {
  display: block;
}
.list-col-3 img {
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-divination {
    padding-bottom: 85px;
  }
  .section-divination .list-col-3 {
    padding-top: 50px;
  }

  .list-col-3 > li {
    width: 300px;
    margin: 0 0 40px 40px;
  }
  .list-col-3 > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-divination {
    padding-bottom: 0.96rem;
  }
  .section-divination .list-col-3 {
    padding-top: 0.4rem;
  }

  .list-col-3 {
    margin: 0 -0.14rem;
  }
  .list-col-3 > li {
    width: 50%;
    padding: 0 0.14rem;
    margin-bottom: 0.3rem;
  }
}
.section-divination-details .box-detail {
  background: #f3f3f3;
}
.section-divination-details .box-detail .ttl {
  font-weight: bold;
}
.section-divination-details h2.title {
  font-weight: bold;
  text-align: center;
  background: #b585be;
  color: #fff;
  margin-top: 15px;
}
/*
.section-divination-details h1 {
  font-size: 36px;
  text-align: left;
}
*/
.section-divination-details .box-detail2 {
  margin-bottom: 80px;
}
.section-divination-details .box-detail2 .ttl2 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #d5d5d5;
}
.section-divination-details .box-detail2 .ttl2::before {
  content: "◆";
}
.section-divination-details .box-detail2 .text {
  padding: 0 40px;
}
.section-divination-details .box-detail2 .text strong {
  font-weight: bold;
  text-decoration: underline;
  margin: 50px 0 15px 0;
  display: block;
}
.section-divination-details .hotline-box {
  margin-top: -30px;
}
.section-divination-details .btn-register {
  width: 450px;
  margin: 60px auto 100px;
}

@media print, (min-width: 768px) {
  .section-divination-details {
    padding-bottom: 112px;
  }
  .section-divination-details .wrapper {
    padding-top: 50px;
  }
  .section-divination-details .thumb {
    padding: 0 20px;
    margin-bottom: 33px;
  }
  .section-divination-details .thumb img {
    margin: 0 auto;
  }
  .section-divination-details .box-detail {
    padding: 27px 40px 40px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.73;
    margin-bottom: 54px;
  }
  .section-divination-details .box-detail .ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
  }
  .section-divination-details h2.title {
    font-size: 18px;
    padding: 14px;
    margin-bottom: 35px;
    margin-top: 15px;
  }
  .section-divination-details .list-tellers-cmn {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-divination-details {
    padding-bottom: 1.1rem;
  }
.section-divination-details h1 {
  font-size: 0.42rem;
  text-align: left;
  margin-bottom: 0.18rem;
}
  .section-divination-details .wrapper {
    padding-top: 0.4rem;
  }
  .section-divination-details .thumb {
    margin-bottom: 33px;
  }
  .section-divination-details .thumb img {
    margin: 0 auto;
  }
  .section-divination-details .box-detail {
    padding: 0.3rem 0.4rem 0.32rem;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 0.55rem;
  }
  .section-divination-details .box-detail .ttl {
    font-size: 0.32rem;
    margin: 0 0 0.15rem -0.2rem;
    text-indent: -1em;
    padding-left: 1em;
  }
  .section-divination-details .title {
    padding: 0.18rem 0.2rem;
    margin-bottom: 0.35rem;
  }
  .section-divination-details .list-tellers-cmn {
    margin-bottom: 0.7rem;
  }
  .section-divination-details .list-tellers-cmn .item-cmn .sec-pttl {
    padding-top: 0.08rem;
    padding-bottom: 0.06rem;
  }
  .section-divination-details .thumb {
    margin-bottom: 6.25vw;
  }
  .section-divination-details .box-detail2 {
    margin-bottom: 15.625vw;
  }
  .section-divination-details .box-detail2 .ttl2 {
    font-size: 5vw;
    padding: 0 0 4.06vw;
    margin-bottom: 6.71vw;
  }
  .section-divination-details .box-detail2 .text {
    padding: 0 0.2rem;
  }
  .section-divination-details .box-detail2 .text strong {
    margin: 6.25vw 0 3.75vw 0;
  }
  .section-divination-details .hotline-box {
    margin-top: -6vw;
  }
  .section-divination-details .btn-register {
    width: 83.43vw;
    margin: 7.81vw auto 15.62vw;
  }
}
/* SECTION COMPPANY
 * ----------------------------------------------- */
.table-data > li {
  border-bottom: 1px solid #d5d5d5;
}
.table-data > li:last-child {
  border-bottom: none;
}
.table-data .th {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-company {
    padding-bottom: 100px;
  }
  .section-company .wrapper {
    padding-top: 50px;
  }
  .section-company .desc-cmn {
    margin-bottom: 52px;
  }

  .table-data > li {
    border-bottom: 1px solid #d5d5d5;
    display: table;
    width: 100%;
    padding: 17px 0;
  }
  .table-data > li:last-child {
    border-bottom: none;
  }
  .table-data .th,
  .table-data .td {
    display: table-cell;
    vertical-align: top;
  }
  .table-data .th {
    width: 190px;
    padding: 0 10px 0 40px;
  }
  .table-data .w01 {
    width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .section-company {
    padding-bottom: 0.92rem;
  }
  .section-company .wrapper {
    padding-top: 0.42rem;
  }
  .section-company .desc-cmn {
    margin-bottom: 0.23rem;
    padding: 0 0.2rem;
  }

  .table-data > li {
    padding: 0.28rem 0.2rem;
  }
  .table-data .td {
    padding-left: 0.2rem;
    margin-top: 0.05rem;
  }
}
/* SECTION PRIVACY
 * ----------------------------------------------- */
.section-privacy .row .list-decimal > li {
  counter-increment: step-counter;
  padding-left: 1em;
  position: relative;
}
.section-privacy .row .list-decimal > li:before {
  content: counter(step-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.section-privacy .row.last {
  margin-bottom: 0;
}
.section-privacy .row .list-dots > li {
  padding-left: 1em;
  position: relative;
}
.section-privacy .row .list-dots > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.section-privacy .row .ml {
  display: block;
  padding-left: 1em;
}
.section-privacy .title {
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
  line-height: 1.2;
}
.section-privacy .title small {
  display: block;
}

@media print, (min-width: 768px) {
  .section-privacy {
    padding-bottom: 120px;
  }
  .section-privacy .wrapper {
    padding-top: 50px;
  }
  .section-privacy .desc-cmn {
    margin-bottom: 62px;
  }
  .section-privacy .row {
    margin-bottom: 110px;
  }
  .section-privacy .row .inner {
    padding: 0 40px;
  }
  .section-privacy .row .list-decimal > li {
    margin-top: 28px;
  }
  .section-privacy .row p + .list-decimal,
  .section-privacy .row p + .list-dots {
    margin-top: 28px;
  }
  .section-privacy .row .list-decimal + p {
    margin-top: 28px;
  }
  .section-privacy .row p + p {
    margin-top: 28px;
  }
  .section-privacy .row .list-dots + p {
    margin-top: 28px;
  }
  .section-privacy .row .ml.list-dots {
    margin-top: 0;
  }
  .section-privacy .title {
    font-size: 24px;
    padding: 0 0 13px 20px;
    margin-bottom: 28px;
  }
  .section-privacy .title small {
    font-size: 15px;
    margin: 2px 0 9px;
  }
}
@media only screen and (max-width: 767px) {
  .section-privacy {
    padding-bottom: 1.2rem;
  }
  .section-privacy .wrapper {
    padding-top: 0.42rem;
  }
  .section-privacy .desc-cmn {
    margin-bottom: 0.58rem;
    padding: 0 0.2rem;
  }
  .section-privacy .row {
    margin-bottom: 0.9rem;
  }
  .section-privacy .row .inner {
    padding: 0 0.2rem;
  }
  .section-privacy .row .list-decimal > li {
    margin-top: 0.4rem;
  }
  .section-privacy .row p + .list-decimal,
  .section-privacy .row p + .list-dots {
    margin-top: 0.4rem;
  }
  .section-privacy .row .list-decimal + p {
    margin-top: 0.4rem;
  }
  .section-privacy .row p + p {
    margin-top: 0.4rem;
  }
  .section-privacy .row .list-dots + p {
    margin-top: 0.4rem;
  }
  .section-privacy .row .ml.list-dots {
    margin-top: 0;
    padding-left: 0.05em;
  }
  .section-privacy .row .ml01 {
    margin-left: 1.9em;
  }
  .section-privacy .title {
    font-size: 0.34rem;
    padding: 0 0.2rem 0.13rem;
    margin-bottom: 0.22rem;
  }
  .section-privacy .title small {
    margin: 0.1rem 0 0.05rem;
    font-size: 0.27rem;
    line-height: 1.333;
  }
}
/* SECTION GUIDE
 * ----------------------------------------------- */
.section-guide strong {
  font-weight: bold;
}
.section-guide .ul-note li {
  position: relative;
}
.section-guide .ul-note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.section-guide .grid-box > li {
  background: #f3f3f3;
}
.section-guide .ttl-box {
  color: #ff6666;
  font-weight: bold;
}
.section-guide .ul-dots-purple li {
  position: relative;
}
.section-guide .ul-dots-purple li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #d1bad5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.list-anchor.fill-two a .icn-tel {
  background-image: url(../img/common/icn_tel05.png);
}
.list-anchor.fill-two a .icn-mail {
  background-image: url(../img/common/icn_email05.png);
}

.list-flow .tit {
  font-weight: bold;
}

.cautions {
  border: 1px solid #c1c1c1;
}
.cautions .title {
  border-bottom: 1px solid #c1c1c1;
  text-align: center;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-guide {
    padding-bottom: 95px;
  }
  .section-guide .list-anchor {
    margin-bottom: 32px !important;
  }
  .section-guide .wrapper {
    padding-top: 48px;
  }
  .section-guide .bhead {
    padding: 0 40px;
    margin: 15px 0 31px;
  }
  .section-guide .cmn-pttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section-guide .row {
    margin-bottom: 9px;
    padding: 0 20px;
  }
  .section-guide .row.first .cmn-pttl {
    margin-bottom: 14px;
  }
  .section-guide .row.first .bhead {
    padding: 0 20px;
    margin: 10px 0 34px;
  }
  .section-guide .grid-box > li {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 39px 40px 32px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.75;
  }
  .section-guide .grid-box .head {
    width: 20%;
  }
  .section-guide .grid-box .info {
    width: 80%;
  }
  .section-guide .grid-box .txt {
    line-height: 2.15;
    margin: -3px 0;
  }
  .section-guide .ttl-box {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .section-guide .link-clr {
    margin-bottom: 10px;
  }
  .section-guide .link-clr:hover {
    border-color: transparent;
  }
  .section-guide .ul-note {
    margin-top: 10px;
  }
  .section-guide .ul-note li {
    padding-left: 19px;
    margin-bottom: 8px;
    font-size: 13px;
  }
  .section-guide .ul-dots-purple {
    margin-top: 13px;
  }
  .section-guide .ul-dots-purple li {
    padding-left: 18px;
    margin-bottom: 4px;
    font-size: 13px;
  }
  .section-guide .ul-dots-purple li:before {
    top: 7px;
    left: 2px;
    width: 8px;
    height: 8px;
  }

  .list-flow {
    padding: 0 20px;
  }
  .list-flow > li {
    padding-bottom: 40px;
    position: relative;
  }
  .list-flow > li:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 20px;
    height: 100%;
    background: #f3f3f3;
    top: 0;
    left: 120px;
  }
  .list-flow > li:last-child:before {
    background: none;
  }
  .list-flow .tbl {
    display: table;
    width: 100%;
  }
  .list-flow .tbl > * {
    display: table-cell;
  }
  .list-flow .head {
    width: 28.9%;
  }
  .list-flow .info {
    padding-left: 34px;
    width: 71.1%;
    vertical-align: middle;
  }
  .list-flow .tit {
    margin: -5px 0 4px;
    font-size: 20px;
  }

  .list-anchor {
    margin: 21px 0 52px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-anchor.fill-two > li {
    width: 30.1%;
    padding: 0 15px;
  }
  .list-anchor.fill-two a .icn-tel {
    padding-left: 44px;
    background-size: 34px auto;
  }
  .list-anchor.fill-two a .icn-mail {
    padding-left: 42px;
    background-size: 38px auto;
  }

  .guide-tel {
    margin-bottom: 104px;
    padding-top: 20px;
  }

  .guide-mail {
    margin-bottom: 94px;
  }
  .guide-mail .row {
    margin-bottom: 38px;
  }
  .guide-mail .bhead {
    margin-bottom: 45px;
  }
  .guide-mail .list-flow .tit {
    margin-top: 5px;
  }
  .guide-mail .grid-box > li {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .guide-mail .grid-box > li.second {
    padding-bottom: 40px;
  }
  .guide-mail .grid-box > li.second .thumb {
    margin-bottom: 30px;
  }
  .guide-mail .grid-box > li.third {
    padding: 24px 40px 18px;
  }

  .cautions {
    margin: 62px 20px 0;
    padding: 24px 30px 40px;
  }
  .cautions .title {
    padding: 0 20px 7px;
    font-size: 26px;
    margin-bottom: 27px;
  }
  .cautions .ul-dots-cmn {
    line-height: 1.8;
    padding: 0 35px;
  }
  .cautions .ul-dots-cmn li {
    margin-bottom: 3px;
  }
  .cautions .ul-dots-cmn li:last-child {
    margin-bottom: 0;
  }
  .cautions .ul-dots-cmn li:before {
    top: 9px;
  }

  .guide-support .hotline-box {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-guide {
    padding-bottom: 1.35rem;
  }
  .section-guide .wrapper {
    padding-top: 0.46rem;
  }
  .section-guide .desc-cmn {
    padding: 0 0.2rem;
  }
  .section-guide .cmn-pttl {
    font-size: 0.32rem;
    margin-bottom: 0.24rem;
  }
  .section-guide .ul-note {
    margin-top: 0.12rem;
  }
  .section-guide .ul-note li {
    padding-left: 0.28rem;
    margin-bottom: 0.14rem;
    font-size: 0.24rem;
  }
  .section-guide .row + .row {
    margin-top: 0.84rem;
  }
  .section-guide .row.first {
    margin-bottom: 0.3rem;
  }
  .section-guide .bhead {
    padding: 0 0.2rem;
    line-height: 1.35;
  }
  .section-guide .ul-dots-purple {
    margin-top: 0.1rem;
  }
  .section-guide .ul-dots-purple li {
    padding-left: 0.3rem;
    margin-bottom: 0.1rem;
    font-size: 0.24rem;
  }
  .section-guide .ul-dots-purple li:before {
    width: 0.16rem;
    height: 0.16rem;
    top: 0.1rem;
    left: 0.04rem;
  }
  .section-guide .list-anchor {
    margin-bottom: 0 !important;
  }

  .list-anchor.fill-two {
    background: none;
    padding-top: 0.26rem;
    margin-bottom: 0.5rem;
  }
  .list-anchor.fill-two a > span {
    padding-left: 0.7rem;
  }
  .list-anchor.fill-two .icn-mail {
    background-position: 0.05rem center;
  }

  .list-flow {
    padding: 0 0.2rem;
  }
  .list-flow > li {
    line-height: 1.4;
    margin-bottom: 0.44rem;
  }
  .list-flow .head {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .list-flow .thumb {
/*    width: 1.85rem;*/
  }
  .list-flow .head {
    margin-bottom: 0.28rem;
  }
  .list-flow .tit {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 0.35rem;
    line-height: 1.3;
    padding-left: 0.34rem;
  }

  .grid-box > li {
    line-height: 1.4;
    margin-bottom: 0.3rem;
    padding: 0.5rem 0.4rem 0.38rem;
  }
  .grid-box .head {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .grid-box .thumb {
    width: 1.4rem;
  }
  .grid-box .head {
    margin-bottom: 0.2rem;
  }
  .grid-box .ttl-box {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 0.32rem;
    line-height: 1.25;
    padding-left: 0.2rem;
  }

  .guide-tel {
    padding-top: 0.5rem;
  }
  .guide-tel .sec-title {
    margin-bottom: 0.24rem;
  }
  .guide-tel .grid-box .thumb {
    width: 1.7rem;
  }
  .guide-tel .grid-box .ttl-box {
    padding-left: 0.1rem;
  }

  .guide-mail {
    padding-top: 0.74rem;
    margin-bottom: 0.76rem;
  }
  .guide-mail .bhead {
    margin: 0.18rem 0 0.44rem;
  }
  .guide-mail .row + .row {
    margin-top: 0.66rem;
  }
  .guide-mail .row.first .bhead {
    margin-bottom: 0.3rem;
  }

  .cautions {
    padding: 0.3rem 0.2rem 0.1rem;
    margin-top: 0.52rem;
  }
  .cautions .title {
    font-size: 0.36rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.28rem;
  }
  .cautions .ul-dots-cmn {
    padding: 0 0.18rem;
  }
  .cautions .ul-dots-cmn li:before {
    top: 0.06rem;
  }

  .guide-support .bhead {
    margin: 0.18rem 0 0.44rem;
  }
}
/* COMMON
 * ----------------------------------------------- */
.cmn-pttl {
  font-weight: bold;
}

.ul-dots-cmn li {
  position: relative;
}
.ul-dots-cmn li:before {
  content: "";
  position: absolute;
  left: 0;
  background: #333;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media print, (min-width: 768px) {
  .cmn-pttl {
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 1.2;
  }

  .ul-dots-cmn {
    line-height: 1.75;
  }
  .ul-dots-cmn li {
    padding-left: 16px;
  }
  .ul-dots-cmn li:before {
    top: 7px;
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cmn-pttl {
    font-size: 0.34rem;
    margin-bottom: 0.18rem;
  }

  .ul-dots-cmn li {
    margin-bottom: 0.18rem;
    padding-left: 0.32rem;
  }
  .ul-dots-cmn li:before {
    top: 0.04rem;
    width: 0.18rem;
    height: 0.18rem;
  }
}
/* SECTION FEE
 * ----------------------------------------------- */
.fee-contact li {
  display: table;
  border: 1px solid #b585be;
  background: #fff;
}
.fee-contact li > * {
  display: table-cell;
  vertical-align: middle;
}
.fee-contact .tit {
  background: #b585be;
  color: #fff;
  background-repeat: no-repeat;
  font-weight: bold;
}
.fee-contact .tit.tel {
  background-image: url(../img/common/icn_tel04.png);
}
.fee-contact .tit.email {
  background-image: url(../img/common/icn_email04.png);
}

.section-system .clr-one {
  color: #ff6666;
}

.system-fee .fee-info {
  font-weight: bold;
  color: #ff6665;
}
.system-fee .fee-benefit {
  background: #f3f3f3;
}
.system-fee .fee-benefit .head {
  overflow: hidden;
  *zoom: 1;
}
.system-fee .fee-benefit .tit {
  float: left;
}
.system-fee .fee-benefit .desc strong {
  font-weight: bold;
}
.system-fee .fee-benefit strong {
  font-weight: bold;
}
.system-fee .fee-note {
  font-weight: bold;
}
.system-fee .btn-register {
  margin: 0 auto;
  text-align: center;
}

@media print, (min-width: 768px) {
  .fee-contact {
    margin-bottom: 51px;
  }
  .fee-contact li {
    width: 450px;
  }
  .fee-contact li > * {
    font-size: 18px;
  }
  .fee-contact li:last-child {
    width: 460px;
  }
  .fee-contact .tit {
    width: 174px;
    padding: 9px 9px 8px;
  }
  .fee-contact .tit.tel {
    padding-left: 49px;
    background-position: 11px center;
  }
  .fee-contact .tit.email {
    padding-left: 59px;
    background-position: 17px center;
  }
  .fee-contact .txt {
    padding: 8px 5px 5px 20px;
    font-weight: bold;
  }
  .ie .fee-contact .txt {
    padding-top: 7px;
  }

  .section-system {
    padding-bottom: 95px;
  }
  .section-system .wrapper {
    padding-top: 53px;
  }
  .section-system .inner {
    padding: 0 20px;
  }

  .system-fee {
    margin-bottom: 89px;
  }
  .system-fee .fee-info {
    margin: 17px 0;
    font-size: 18px;
    text-align: center;
  }
  .system-fee .fee-contact-note {
    margin-top: 16px;
    font-size: 13px;
    text-align: right;
  }
  .system-fee .fee-benefit {
    margin-bottom: 45px;
    padding: 32px 46px;
    overflow: hidden;
    *zoom: 1;
  }
  .system-fee .fee-benefit .head {
    display: inline;
  }
  .system-fee .fee-benefit .tit {
    width: 180px;
  }
  .system-fee .fee-benefit .desc {
    padding: 7px 0 11px 209px;
  }
  .system-fee .fee-benefit .ul-dots-cmn {
    padding-left: 212px;
  }
  .system-fee .fee-note {
    margin-bottom: 20px;
    font-size: 18px;
/*    text-align: center; */
  }
  .system-fee .btn-register {
    width: 450px;
  }
  .system-fee .btn-register > span {
    padding: 12px 0px 9px 54px;
  }
  .system-fee .btn-register:after {
    width: 13px;
    height: 19px;
    right: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .fee-contact {
    margin-bottom: 0.42rem;
  }
  .fee-contact li {
    margin-bottom: 0.1rem;
    width: 100%;
  }
  .fee-contact li > * {
    line-height: 1.35;
    padding: 0.18rem 0.1rem 0.12rem 0.16rem;
  }
  .fee-contact .tit {
    width: 2.4rem;
    padding-left: 0.64rem;
    background-position: 0.22rem center;
    background-size: 0.3rem auto;
  }
  .fee-contact .fee-contact-note {
    margin: 0.3rem 0.2rem 0;
  }

  .section-system {
    padding-bottom: 0.84rem;
  }
  .section-system .wrapper {
    padding-top: 0.4rem;
  }

  .system-fee {
    margin-bottom: 1rem;
  }
  .system-fee .fee-info {
    margin: 0.2rem 0 0.26rem;
    font-size: 0.3rem;
    line-height: 1.3;
    padding: 0 0.2rem;
  }
  .system-fee .fee-info .fee-contact-note {
    font-size: 0.24rem;
    line-height: 1.35;
    margin-top: 0.3rem;
    padding: 0 0.2rem;
  }
  .system-fee .fee-benefit {
    margin-bottom: 0.48rem;
    padding: 0.34rem 0.18rem 0.2rem;
  }
  .system-fee .fee-benefit .head {
    margin-bottom: 0.4rem;
  }
  .system-fee .fee-benefit .tit {
    width: 1.8rem;
  }
  .system-fee .fee-benefit .desc {
    padding: 0.06rem 0 0 2rem;
    line-height: 1.35;
  }
  .system-fee .fee-benefit .ul-dots-cmn {
    padding: 0 0.22rem;
  }
  .system-fee .fee-note {
    margin-bottom: 0.4rem;
    padding: 0 0.2rem;
    font-size: 0.3rem;
    line-height: 1.35;
  }
  .system-fee .btn-register {
    width: 4.74rem;
  }
  .system-fee .btn-register:after {
    right: 0.26rem;
  }
  .system-fee .btn-register > span {
    padding-left: 0.6rem;
  }
}
/* SECTION PAYMENT
 * ----------------------------------------------- */
.system-payment .list-anchor {
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.system-payment .list-anchor a > span {
  padding-left: 45px;
}
.system-payment .list-anchor a .icn01 {
  background-image: url(../img/009/icn_icon01.png);
}
.system-payment .list-anchor a .icn02 {
  background-image: url(../img/009/icn_icon02.png);
}
.system-payment .list-anchor a .icn03 {
  background-image: url(../img/009/icn_icon03.png);
}
.system-payment .list-anchor a .icn04 {
  background-image: url(../img/009/icn_icon04.png);
}
.system-payment .list-anchor a .icn05 {
  background-image: url(../img/009/icn_icon05.png);
}
.system-payment .list-anchor a .icn06 {
  background-image: url(../img/009/icn_icon06.png);
}
.system-payment .list-anchor a .icn07 {
  background-image: url(../img/009/icn_icon07.jpg);
}

.payment-method .row {
  background: #f3f3f3;
}

.info-payee {
  border: 1px solid #a269ac;
  background: #fff;
}
.info-payee .head {
  background: #b585be;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.info-payee .list {
  width: 100%;
}
.info-payee .list .tr {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.info-payee .list .th,
.info-payee .list .td {
  border-top: 1px solid #a269ac;
}
.info-payee .list .th {
  border-right: 1px solid #a269ac;
  background: #ede2ef;
  font-weight: bold;
}
.info-payee .list .td {
  -webkit-flex: 1;
  flex: 1;
}

@media print, (min-width: 768px) {
  .system-payment .box-inpage {
    margin: 14px 0 36px;
    padding: 0 40px;
  }

  .system-payment .list-anchor {
    margin: 21px -10px 0;
  }
  .system-payment .list-anchor a {
    height: 53px;
    padding-left: 15px;
    text-align: left;
  }
  .system-payment .list-anchor a .icn01 {
    background-size: 34px auto;
  }
  .system-payment .list-anchor a .icn02 {
    background-size: 37px auto;
  }
  .system-payment .list-anchor a .icn05 {
    background-size: 36px auto;
  }
  .system-payment .list-anchor > li {
    padding: 0 10px;
    width: 28.9%;
  }

  .payment-method {
    padding: 0 2px;
  }
  .payment-method .row {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 30px 38px 23px;
    min-height: 288px;
  }
  .payment-method .ul-dots {
    padding-left: 2px;
  }
  .payment-method .ul-dots li {
    padding-left: 20px;
    margin-bottom: 14px;
  }
  .payment-method .ul-dots li:last-child {
    margin-bottom: 0;
  }
  .payment-method .ul-logo {
    margin: 15px 0 8px;
  }
  .payment-method .ul-logo li {
    margin: 0 9px 10px 0;
  }
  .payment-method .thumb {
    margin: 17px 0 21px;
  }
  .payment-method .ul-dots-cmn > li {
    margin-bottom: 12px;
  }
  .payment-method .ul-dots-cmn > li:last-child {
    margin-bottom: 0;
  }

  .info-payee {
    margin-bottom: 17px;
    border-bottom: none;
    width: 711px;
  }
  .info-payee .head {
    padding: 8px 5px 4px;
  }
  .ie .info-payee .head {
    padding-top: 6px;
  }
  .info-payee .list {
    display: table;
  }
  .info-payee .list li {
    display: table-cell;
    width: 47.9%;
    border-bottom: 1px solid #a269ac;
  }
  .info-payee .list li:last-child {
    width: 52.1%;
  }
  .info-payee .list li:last-child .td {
    border-right: none;
  }
  .info-payee .list .th,
  .info-payee .list .td {
    padding: 8px 19px 4px;
  }
  .ie .info-payee .list .th, .ie
  .info-payee .list .td {
    padding-top: 6px;
  }
  .info-payee .list .th {
    width: 160px;
  }
  .info-payee .list .td {
    border-right: 1px solid #a269ac;
  }
}
@media only screen and (max-width: 767px) {
  .system-payment .box-inpage {
    margin: 0.26rem 0 0.08rem;
  }
  .system-payment .box-inpage .txt {
    padding: 0 0.2rem;
  }

  .system-payment .list-anchor {
    background: none;
    padding: 0.26rem 0.1rem;
    margin-bottom: 0;
  }
  .system-payment .list-anchor li:nth-child(4) a {
    padding-left: 0.12rem;
  }
  .system-payment .list-anchor a {
    -webkit-justify-content: left;
    justify-content: left;
    padding-left: 0.18rem;
    font-size: 0.28rem;
  }
  .system-payment .list-anchor a > span {
    padding-left: 0.6rem;
    background-size: 0.56rem auto;
  }
  .system-payment .list-anchor a .icn01,
  .system-payment .list-anchor a .icn03 {
    padding-left: 0.7rem;
  }
  .system-payment .list-anchor a .icn04 {
    padding-left: 0.6rem;
    letter-spacing: -0.025em;
  }

  .payment-method .ul-logo {
    margin-bottom: 0.18rem;
  }
  .payment-method .ul-logo li {
    width: 1.36rem;
    margin: 0 0.1rem 0.1rem 0;
  }
  .payment-method .row {
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    margin-bottom: 0.44rem;
    padding: 0.3rem 0.2rem 0.32rem;
  }
  .payment-method .row-credit .ul-logo {
    margin-bottom: 0.3rem;
  }
  .payment-method .ul-dots {
    padding: 0 0.04rem;
    line-height: 1.4;
  }
  .payment-method .ul-dots li {
    margin-bottom: 0.12rem;
  }
  .payment-method .ul-dots li:last-child {
    margin-bottom: 0;
  }
  .payment-method .txt {
    line-height: 1.4;
  }
  .payment-method .thumb {
    margin-bottom: 0.3rem;
    width: 1.38rem;
  }
  .payment-method .thumb.cover {
    width: 2.74rem;
  }

  .info-payee {
    margin-bottom: 0.3rem;
  }
  .info-payee .head {
    line-height: 1.2;
    padding: 0.12rem 0.1rem 0.1rem;
  }
  .info-payee .list .th,
  .info-payee .list .td {
    padding: 0.1rem 0.1rem 0.08rem 0.18rem;
  }
  .info-payee .list .th {
    width: 2.22rem;
  }
}
/* SECTION FAQ
 * ----------------------------------------------- */
/*
.section-faq .box-faq {
  background: #f3f3f3;
}
.section-faq .box-faq .tel {
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1;
}
.section-faq .box-faq .tel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff url(../img/common/icn_phone.png) no-repeat center center;
  border: 1px solid #d5d5d5;
}
.section-faq .box-faq .link-clr {
  display: inline-block;
  position: relative;
}
.section-faq .box-faq .link-clr:before {
  content: "";
  position: absolute;
  border-left: 10px solid #b586bd;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: 0;
}
.section-faq .list-faq a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.section-faq .list-faq a:before {
  content: "";
  position: absolute;
  border-left: 10px solid #b586bd;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: 0;
}
.section-faq .row.last {
  margin-bottom: 0;
}
.section-faq .row .sec-title {
  text-align: left;
}
.section-faq .question,
.section-faq .anwser {
  position: relative;
}
.section-faq .question:before,
.section-faq .anwser:before {
  content: "";
  position: absolute;
  top: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.section-faq .anwser {
  border: 1px solid #c1c1c1;
}
.section-faq .anwser:before {
  background-image: url(../img/common/icn_a.png);
}
.section-faq .question:before {
  background-image: url(../img/common/icn_q.png);
}
.section-faq .question .ttl {
  font-weight: bold;
}
.section-faq .question .box-txt {
  background: #f3f3f3;
}
.section-faq .question .box-txt strong {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-faq {
    padding-bottom: 130px;
  }
  .section-faq .wrapper {
    padding-top: 48px;
  }
  .section-faq .box-faq {
    width: 725px;
    margin: 16px auto 44px;
    padding: 20px 20px 22px;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .section-faq .box-faq .col {
    margin-right: 6px;
  }
  .section-faq .box-faq .tel {
    padding-left: 58px;
    font-size: 13px;
    margin-right: 48px;
  }
  .section-faq .box-faq .tel:before {
    width: 47px;
    height: 47px;
    background-size: 35px auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .section-faq .box-faq .tel img {
    height: 26px;
    margin-bottom: 5px;
  }
  .section-faq .box-faq .link-clr {
    padding-left: 20px;
  }
  .section-faq .box-faq .link-clr:before {
    top: 5px;
  }
  .section-faq .list-anchor {
    width: 862px;
    margin: 0 auto 55px;
  }
  .section-faq .list-anchor > li {
    width: 274px;
    margin-left: 20px;
    padding: 0;
  }
  .section-faq .list-anchor > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .section-faq .list-faq {
    padding: 0 10px;
  }
  .section-faq .list-faq > li {
    margin-bottom: 10px;
  }
  .section-faq .list-faq a {
    padding-left: 20px;
  }
  .section-faq .list-faq a:before {
    top: 5px;
  }
  .section-faq .list-faq a:hover {
    text-decoration: none;
  }
  .section-faq .list-faq .col01 {
    width: 334px;
  }
  .section-faq .list-faq .col02 {
    width: 304px;
  }
  .section-faq .list-faq .col03 {
    width: 426px;
  }
  .section-faq .list-faq .full {
    width: 100%;
  }
  .section-faq .row {
    padding: 0 20px;
    margin-bottom: 65px;
  }
  .section-faq .row.last {
    margin-bottom: 0;
  }
  .section-faq .row.mb {
    margin-bottom: 86px;
  }
  .section-faq .row .sec-title {
    margin-bottom: 22px;
  }
  .section-faq .row .box-hotline {
    padding: 0 10px;
  }
  .section-faq .row .desc {
    margin: -5px 0 34px;
  }
  .section-faq .question:before,
  .section-faq .anwser:before {
    width: 60px;
    height: 60px;
  }
  .section-faq .anwser {
    padding: 48px 30px 40px;
    margin-bottom: 82px;
  }
  .section-faq .anwser:before {
    top: 40px;
  }
  .section-faq .anwser .desc {
    padding-left: 92px;
  }
  .section-faq .anwser .mt {
    margin-top: 36px;
  }
  .section-faq .question {
    padding: 3px 30px 30px;
    margin-bottom: 20px;
  }
  .section-faq .question:before {
    top: 3px;
  }
  .section-faq .question .ttl {
    padding: 10px 0 0 92px;
    font-size: 24px;
    min-height: 60px;
  }
  .section-faq .question .box-txt {
    padding: 10px 20px;
    margin-top: 15px;
  } 
}

@media only screen and (max-width: 767px) {
  .section-faq {
    padding-bottom: 1.2rem;
  }
  .section-faq .wrapper {
    padding-top: 0.42rem;
  }
  .section-faq .desc-cmn {
    padding: 0 0.2rem;
  }
  .section-faq .box-faq {
    margin: 0.24rem 0 0;
    padding: 0.3rem 0.2rem 0.28rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .section-faq .box-faq .tel {
    padding-left: 0.85rem;
    font-size: 0.2rem;
    margin-bottom: 10px;
  }
  .section-faq .box-faq .tel:before {
    width: 0.68rem;
    height: 0.68rem;
    background-size: 0.52rem auto;
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem;
  }
  .section-faq .box-faq .tel img {
    width: auto;
    height: 0.39rem;
    margin-bottom: 0.04rem;
  }
  .section-faq .box-faq .col {
    width: 100%;
    text-align: center;
    margin-top: 0.24rem;
  }
  .section-faq .box-faq .link-clr {
    padding-left: 0.25rem;
  }
  .section-faq .box-faq .link-clr:before {
    border-left-width: 0.15rem;
    border-top-width: 0.12rem;
    border-bottom-width: 0.12rem;
    top: 0.06rem;
  }
  .section-faq .list-anchor {
    background: none;
    margin-top: 0.22rem;
    margin-bottom: 0.2rem;
  }
  .section-faq .list-anchor a {
    padding-right: 0.5rem;
  }
  .section-faq .list-anchor a > span {
    padding-left: 0.8rem;
  }
  .section-faq .list-faq > li {
    border-bottom: 1px solid #d5d5d5;
    padding: 0.32rem 0.2rem;
  }
  .section-faq .list-faq > li:first-child {
    padding-top: 0;
  }
  .section-faq .list-faq a {
    padding-left: 0.25rem;
  }
  .section-faq .list-faq a:before {
    border-left-width: 0.15rem;
    border-top-width: 0.12rem;
    border-bottom-width: 0.12rem;
    top: 0.06rem;
  }
  .section-faq .row {
    padding-top: 0.22rem;
    margin-bottom: 0.53rem;
  }
  .section-faq .row .sec-title {
    margin-bottom: 0.2rem;
  }
  .section-faq .row .box-hotline {
    padding: 0 10px;
  }
  .section-faq .row .desc {
    margin: 0 0.2rem 0.45rem;
  }
  .section-faq .question:before,
  .section-faq .anwser:before {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 100% 100%;
  }
  .section-faq .anwser {
    padding: 0.45rem 0.2rem 0.5rem;
    margin-bottom: 0.5rem;
  }
  .section-faq .anwser:before {
    top: 0.5rem;
  }
  .section-faq .anwser .desc {
    padding-left: 0.8rem;
  }
  .section-faq .anwser .mt {
    margin-top: 0.3rem;
  }
  .section-faq .question {
    padding: 0 0.2rem;
    margin-bottom: 0.4rem;
  }
  .section-faq .question:before {
    top: 0.03rem;
  }
  .section-faq .question .ttl {
    padding: 0.16rem 0 0 0.8rem;
    font-size: 0.3rem;
    min-height: 0.6rem;
  }
  .section-faq .question .box-txt {
    padding: 0.18rem 0.2rem;
    margin: 0.25rem -0.2rem 0;
  }
}
*/
/* SECTION CONTACT
 * ----------------------------------------------- */
.section-contact .row .sec-title {
  text-align: left;
}

.form-contact .step > li {
  text-align: center;
  background: #f3f3f3;
}
.form-contact .step > li strong {
  display: block;
  font-weight: bold;
  line-height: 1.2;
}
.form-contact .step > li.current {
  background: #b586bd;
  color: #fff;
}

.form-data .th {
  font-weight: bold;
/* 20210430 isk */
    border-left: 4px solid #b586bd;
    padding: 1px 0 1px 6px;
}
.form-data .ol > li:last-child {
  margin-bottom: 0;
}
.form-data .txt-required {
  background: #fff5f5;
  color: #ff0000;
  line-height: 1;
  font-weight: normal;
}
.form-data .note {
  font-weight: normal;
}
.form-data .txt-note {
  padding-left: 1.4em;
  position: relative;
  line-height: 1.54;
  color: #ff0000;
}
.form-data .txt-note:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.contact-note > li {
  padding-left: 1em;
  position: relative;
}
.contact-note > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.box-notification {
  border: 1px solid #c1c1c1;
  padding: 2px 0;
}
.box-notification ul li {
  padding-left: 1em;
  position: relative;
}
.box-notification ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.box-notification ul li p + p {
  margin-top: 1.5em;
}

@media print, (min-width: 768px) {
  .section-contact {
    padding-bottom: 130px;
  }
  .section-contact .wrapper {
    padding-top: 47px;
  }
  .section-contact .row .inner {
    padding: 0 40px;
  }
  .section-contact .row .sec-title {
    margin-bottom: 17px;
  }
  .section-contact .row01 {
    margin-bottom: 90px;
  }
  .section-contact .row01 .sec-title {
    margin-bottom: 36px;
  }
  .section-contact .hotline-box {
    margin: 36px 30px 0;
  }
  .section-contact .form-thanks {
    padding-top: 52px;
    padding-bottom: 60px;
    width: 940px;
    margin: 0 auto;
  }
  .section-contact .form-thanks .step {
    margin-bottom: 55px;
  }

  .form-contact {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 36px 40px 45px;
    -moz-box-shadow: 0 0 6px #e9e9e9, 0 0 6px #e9e9e9;
    -webkit-box-shadow: 0 0 6px #e9e9e9, 0 0 6px #e9e9e9;
    box-shadow: 0 0 6px #e9e9e9, 0 0 6px #e9e9e9;
  }
    .form-contact .caut {
    text-align: center;
    font-size: 13px;
    color: #ff0000;
    background-color: #fff5f5;
    padding: 10px 0;
    border: 1px solid #ff0000;
    margin: 0 auto 20px;      
    width:480px;
}
  .form-contact .desc-cmn {
    margin-bottom: 30px;
  }
  .form-contact .step {
    width: 716px;
    margin: 0 auto 42px;
  }
  .form-contact .step > li {
    width: 232px;
    margin-left: 10px;
    font-size: 12px;
    padding: 14px 10px 5px;
    height: 65px;
  }
  .ie .form-contact .step > li {
    padding-top: 12px;
  }
  .form-contact .step > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .form-contact .step > li strong {
    font-size: 17px;
  }

  .form-data {
    width: 445px;
    margin: 0 auto 44px;
  }
  .form-data > li {
    margin-bottom: 15px;
  }
  .form-data .th {
    margin-bottom: 10px;
  }
  .form-data .th .note {
    font-size: 13px;
  }
  .form-data .ol {
    padding-bottom: 10px;
  }
  .form-data .ol > li {
    margin-bottom: 10px;
  }
  .form-data .ol > li:last-child {
    margin-bottom: 0;
  }
  .form-data .ol .col-l {
    width: 120px;
  }
  .form-data .ol .col-r {
    width: 325px;
    margin-top: -10px;
  }
  .form-data .list-col {
    margin-right: -60px;
  }
  .form-data .list-col > li {
    width: 160px;
  }
  .form-data .list-col > li.col01 {
    width: 180px;
  }
  .form-data .list-col > li.col01 .col {
    width: 134px;
  }
  .form-data .list-col > li .txt {
    width: 45px;
    padding: 12px 0 0 12px;
  }
  .form-data .list-col > li .col {
    width: 115px;
  }
  .form-data .txt-required {
    font-size: 13px;
    padding: 0 7px;
    margin-left: 10px;
  }
  .form-data .list-check {
    margin-left: -27px;
  }
  .form-data .list-check .item-check-box {
    margin-left: 27px;
  }
  .form-data .list-check .item-radio-box {
    margin-left: 27px;
  }
  .form-data .pass-code .text-input {
    width: 305px;
  }
  .form-data .txt-note {
    font-size: 13px;
  }
  .form-data .txt-text {
    padding: 0 0 8px 25px;
  }

  .contact-note {
    width: 555px;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-contact {
    padding-bottom: 1.3rem;
  }
  .section-contact .wrapper {
    padding-top: 0.25rem;
  }
  .section-contact .row .inner {
    padding: 0 0.4rem;
  }
  .section-contact .row .sec-title {
    margin-bottom: 0.26rem;
  }
  .section-contact .row01 {
    margin-bottom: 0.9rem;
  }
  .section-contact .row01 .sec-title {
    margin-bottom: 0.26rem;
  }
  .section-contact .hotline-box {
    margin-top: 0.32rem;
  }
  .section-contact .form-thanks {
    padding-bottom: 0.5rem;
  }

  .form-contact {
/*    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    padding: 0.4rem 0.2rem 0.55rem;
    -moz-box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.32);
*/
  }
  .form-contact .caut {
    text-align: center;
    font-size: 13px;
    color: #ff0000;
    background-color: #fff5f5;
    padding: 10px 0;
    border: 1px solid #ff0000;
    margin: 0 auto 20px;
 }
  .form-contact .desc-cmn {
    padding: 0 0.2rem;
    margin-bottom: 0.3rem;
  }
  .form-contact .step {
    margin: 0 0 0.4rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .form-contact .step > li {
    width: 33%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0.24rem;
    line-height: 1.25;
    height: 0.8rem;
    padding-top: 0.04rem;
    font-weight: bold;
  }

  .form-data {
    padding: 0 0.2rem;
    margin-bottom: 0.45rem;
  }
  .form-data > li {
    margin-bottom: 0.36rem;
  }
  .form-data .th {
    margin-bottom: 0.1rem;
  }
  .form-data .th .note {
    font-size: 0.22rem;
    margin-left: 0.05rem;
  }
  .form-data .ol > li {
    margin-bottom: 0.2rem;
  }
  .form-data .ol > li:last-child {
    margin-bottom: 0;
  }
  .form-data .ol .col-l {
    margin-bottom: 0.1rem;
  }
  .form-data .list-col > li {
/*    width: 50%; 
    margin-top: 0.2rem; */
  }
  .form-data .list-col > li:first-child {
    margin-top: 0;
  }
  .form-data .list-col > li.col01 {
   /* width: 100%; */
  }
  .form-data .list-col > li.col01 .col {
/*    width: 3rem; */
  }
  .form-data .list-col > li.col01 .txt {
    width: auto;
  }
  .form-data .list-col > li .txt {
    width: 26.9%;
padding: 0.24rem 0.1rem 0 0.1rem;
  }
  .form-data .list-col > li .col {
/*    width: 73.1%; */
  }
  .form-data .txt-required {
    font-size: 0.22rem;
    padding: 0.02rem 0.12rem;
    margin-left: 0.15rem;
    position: relative;
/*    top: -0.04rem; */
  }
  .form-data .list-check {
    -webkit-justify-content: space-between;
    justify-content: space-between;
 /*   margin-right: -0.2rem; */
  }
  .form-data .list-check .item-check-box {
    width: 48.1%;
  }
  .form-data .list-check .item-check-box label {
    display: block;
  }
  .form-data .list-check .item-check-box label > span {
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 0.8rem;
    padding: 0.2rem;
  }
  .form-data .list-check .item-check-box label input:checked + span {
    background: #b586bd;
    border: none;
    color: #fff;
  }

  .form-data .list-check .item-radio-box {
    width: 48.1%;
  }
  .form-data .list-check .item-radio-box label {
    display: block;
  }
  .form-data .list-check .item-radio-box label > span {
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 0.8rem;
    padding: 0.2rem;
  }
  .form-data .list-check .item-radio-box label input:checked + span {
    background: #b586bd;
    border: none;
    color: #fff;
  }

  .form-data .txt-note {
    font-size: 0.22rem;
    line-height: 1.36;
  }
  .form-data .txt-text {
    padding: 0.26rem 0 0.14rem 0.3rem;
  }

  .contact-note {
    margin: 0 0.2rem 0.3rem;
  }
  .contact-note > li {
    padding-left: 1.3em;
  }
}


@media print, (min-width: 768px) {
  .form-confirm {
    padding-bottom: 55px;
  }
  .form-confirm .form-data {
    width: 480px;
    margin-bottom: 38px;
  }
  .form-confirm .form-data .td {
    padding: 12px 20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .form-confirm .form-data {
    margin-bottom: 0.6rem;
  }
  .form-confirm .form-data .td {
    padding: 0.25rem 0.27rem 0.2rem;
  }
}
/* SECTION LOGIN
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .section-login {
    padding-bottom: 90px;
  }
  .section-login .wrapper {
    padding-top: 40px;
  }
  .section-login .form-contact {
    width: 600px;
    padding: 37px 75px 40px;
    margin: 0 auto 44px;
  }
  .section-login .ttl {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 17px;
  }
  .section-login .form-data {
    width: 100%;
    margin-bottom: 24px;
  }
  .section-login .form-data > li {
    margin-bottom: 11px;
  }
  .section-login .form-data > li.agree {
    padding-top: 5px;
  }
  .section-login .btn-register,
  .section-login .btn-login {
    margin: 0 auto;
  }
  .section-login .btn-login {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .section-login {
    padding-bottom: 0.8rem;
  }
  .section-login .wrapper {
    padding-top: 0.44rem;
  }
  .section-login .form-contact {
    padding: 0.44rem 0.4rem 0.5rem;
  }
  .section-login .ttl {
    font-weight: bold;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .section-login .form-data {
    padding: 0;
    margin-bottom: 0.2rem;
  }
  .section-login .form-data > li {
    margin-bottom: 0.28rem;
  }
  .section-login .form-data > li:last-child {
    margin-bottom: 0;
  }
  .section-login .form-data > li.agree {
    padding-top: 0.05rem;
  }
  .section-login .form-data .th {
    margin-bottom: 0.12rem;
  }
  .section-login .btn-register,
  .section-login .btn-login {
    width: 4.74rem;
    margin: 0 auto;
  }
  .section-login .btn-login {
    margin-bottom: 0.3rem;
  }
  .section-login .btn-login > span {
    margin: 0 auto;
  }
}

.section-age .font_b-size-b{
  font-size: 20px;
  font-weight: 600;
}
.section-age .btn-submit.btn-back {
  background: #565b6b url(../img/common/icn_arrow05.png) no-repeat 95% center;
}
.section-age .link_rod{
  color: #ad55bd;
  border-bottom: 1px solid #ad55bd;
}
.section-age .link_rod:hover{
  border-bottom: none;
}
@media print, (min-width: 768px) {
  .section-age {
    padding-bottom: 135px;
  }
  .section-age .wrapper {
    padding-top: 45px;
  }
  .section-age .form-contact {
    margin: 0 40px 70px;
    padding-bottom: 40px;
  }
  .section-age .form-contact .caption {
    margin: 0 0 35px;
    text-align: center;
  }
  .section-age .form-contact .caption > span {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .section-age {
    padding-bottom: 1.3rem;
  }
  .section-age .wrapper {
    padding-top: 0.35rem;
  }
  .section-age .form-contact {
    margin-bottom: 0.8rem;
    padding-top: 0.45rem;
    padding-bottom: 0.5rem;
  }
  .section-age .form-contact .caption {
    margin: 0 0.2rem 0.48rem;
  }
  .section-age .btn-submit.btn-back {
    background-image: url(../img/common/icn_arrow01.png);
    -moz-border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    background-size: 0.18rem auto;
    height: 0.8rem;
/*    width: 4.74rem;*/
    font-size: 0.28rem;
  }
  .section-age .sp_none{
    display: none;
  }
}


@media print, (min-width: 768px) {
  .section-member-registry {
    padding-bottom: 125px;
  }
  .section-member-registry .wrapper {
    padding-top: 50px;
  }
  .section-member-registry .form-contact {
    width: 900px;
    margin: 0 auto;
    padding: 37px 40px 45px;
  }
  .section-member-registry .caption {
    width: 570px;
    margin: 0 auto 37px;
  }
  .section-member-registry .txt-link {
    width: 520px;
    margin: 25px auto 0;
  }
  .section-member-registry .form-data {
    width: 480px;
/*    padding-right: 36px; */
  }
}
@media only screen and (max-width: 767px) {
  .section-member-registry {
    padding-bottom: 1.35rem;
  }
  .section-member-registry .wrapper {
    padding-top: 0.4rem;
  }
  .section-member-registry .form-contact {
    padding: 0.5rem 0.2rem 0.5rem;
  }
  .section-member-registry .form-data {
    margin-bottom: 0.6rem;
  }
  .section-member-registry .caption {
    padding: 0 0.2rem 0.34rem;
    font-size: 13px;
  }
  .section-member-registry .txt-link {
    margin-top: 0.3rem;
    padding: 0 0.2rem;
  }
}
.section-beginner .caption strong {
  font-weight: bold;
}
.section-beginner .btn-register {
  margin: 0 auto;
}
.section-beginner .about-beginner .info img {
  display: block;
  max-width: 100%;
}
.section-beginner .flow-beginner .w-col > li {
  background: #f3f3f3;
  text-align: center;
  position: relative;
}
.section-beginner .flow-beginner .w-col > li:before {
  content: "";
  position: absolute;
}
.section-beginner .flow-beginner .w-col .step {
  color: #ba93c8;
}
.section-beginner .flow-beginner .w-col img {
  margin: 0 auto;
}
.section-beginner .list > li {
  display: table;
  width: 100%;
}
.section-beginner .list > li:last-child {
  margin-bottom: 0 !important;
}
.section-beginner .list .thumb,
.section-beginner .list .info {
  display: table-cell;
  vertical-align: middle;
}
.section-beginner .list .thumb img {
  width: 100%;
}
.section-beginner .list .info .ttl {
  font-weight: bold;
  line-height: 1.3;
}
.section-beginner .list .info ol li {
  padding-left: 1em;
  position: relative;
}
.section-beginner .list .info ol li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.section-beginner .fee-beginner .txt01 {
  font-weight: bold;
}
.section-beginner .solution-beginner {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.section-beginner .solution-beginner .title01 {
  line-height: 1.33;
  color: #000;
}
.section-beginner .solution-beginner .title01 .link-clr {
  line-height: 1.6;
  text-decoration: none;
}
.section-beginner .solution-beginner .pttl {
  font-weight: bold;
}
.section-beginner .solution-beginner .list .ttl {
  color: #ff6666;
}
.section-beginner .solution-beginner .item {
  background: #f3f3f3;
  display: table;
  width: 100%;
}
.section-beginner .solution-beginner .item .clr {
  color: #ff6666;
}
.section-beginner .solution-beginner .item .th,
.section-beginner .solution-beginner .item .td {
  display: table-cell;
  vertical-align: middle;
}
.section-beginner .solution-beginner .item .th img {
  margin: 0 auto;
}
.section-beginner .solution-beginner .item .th .case {
  color: #ba93c8;
  text-align: center;
}
.section-beginner .solution-beginner .item .td p {
  padding-left: 1em;
  position: relative;
}
.section-beginner .solution-beginner .item .td p:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.section-beginner .solution-beginner .box {
  border: 3px solid #d1bad5;
  font-weight: bold;
  text-decoration: underline;
}
.section-beginner .solution-beginner .box li {
  background: url(../img/014/icn_icon09.png) no-repeat 0 0;
}
.section-beginner .notice-beginner {
  font-size: 13px;
  color: #898989;
  line-height: 1.923;
}

@media print, (min-width: 768px) {
  .section-beginner {
    padding-bottom: 125px;
  }
  .section-beginner .caption {
    padding: 0 40px;
  }
  .section-beginner .btn-register {
    width: 450px;
  }
  .section-beginner .btn-register > span {
    padding-right: 10px;
  }
  .section-beginner .wrapper {
    padding-top: 50px;
  }
  .section-beginner .about-beginner {
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .section-beginner .about-beginner .thumb {
    width: 300px;
  }
  .section-beginner .about-beginner .info {
    width: 586px;
    padding-top: 9px;
    margin-left: 34px;
  }
  .section-beginner .about-beginner .info img {
    margin: 10px 0 13px;
  }
  .section-beginner .flow-beginner {
    margin-bottom: 80px;
  }
  .section-beginner .flow-beginner .sec-title {
    margin-bottom: 20px;
  }
  .section-beginner .flow-beginner .w-col {
    margin: 0 20px 25px;
  }
  .section-beginner .flow-beginner .w-col > li {
    width: 214px;
    margin-left: 28px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 23px 10px 27px;
  }
  .section-beginner .flow-beginner .w-col > li:before {
    top: 50%;
    left: 100%;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    border-left: 15px solid #f3f3f3;
    margin-top: -25px;
  }
  .section-beginner .flow-beginner .w-col > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .section-beginner .flow-beginner .w-col .step {
    font-size: 20px;
  }
  .section-beginner .flow-beginner .w-col .txt {
    height: 50px;
    margin-top: 20px;
    display: table;
    width: 100%;
    line-height: 1.7;
  }
  .section-beginner .flow-beginner .w-col .txt > span {
    display: table-cell;
    vertical-align: middle;
  }
  .section-beginner .flow-beginner .w-col .txt > span strong {
    font-weight: bold;
  }
  .section-beginner .reason-beginner {
    margin-bottom: 85px;
  }
  .section-beginner .reason-beginner .sec-title {
    margin-bottom: 20px;
  }
  .section-beginner .list {
    padding: 0 20px;
  }
  .section-beginner .list > li {
    margin-bottom: 40px;
  }
  .section-beginner .list > li:last-child {
    margin-bottom: 0;
  }
  .section-beginner .list .thumb {
    width: 300px;
  }
  .section-beginner .list .thumb img {
    width: 100%;
  }
  .section-beginner .list .info {
    padding-left: 34px;
  }
  .section-beginner .list .info .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section-beginner .list .info .pl {
    margin: 5px 0 5px 20px;
  }
  .section-beginner .fee-beginner {
    margin-bottom: 80px;
  }
  .section-beginner .fee-beginner .sec-title {
    margin-bottom: 25px;
  }
  .section-beginner .fee-beginner .txt01 {
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 22px;
  }
  .section-beginner .fee-beginner .fee-contact {
    margin: 0 20px 30px;
  }
  .section-beginner .fee-beginner .fee-contact .note {
    font-size: 13px;
    margin-top: 17px;
  }
  .section-beginner .fee-beginner .link {
    margin-bottom: 40px;
  }
  .section-beginner .solution-beginner {
    padding: 70px 20px 85px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  .section-beginner .solution-beginner .caption {
    padding: 0 20px;
  }
  .section-beginner .solution-beginner .caption p + p {
    margin-top: 28px;
  }
  .section-beginner .solution-beginner .title01 {
    font-size: 30px;
    margin-bottom: 54px;
  }
  .section-beginner .solution-beginner .pttl {
    font-size: 20px;
    margin-bottom: 21px;
  }
  .section-beginner .solution-beginner .list {
    margin-bottom: 76px;
  }
  .section-beginner .solution-beginner .list .thumb {
    width: 330px;
  }
  .section-beginner .solution-beginner .w-col {
    margin: 35px 0 66px;
  }
  .section-beginner .solution-beginner .w-col > li {
    width: 460px;
    margin: 0 0 20px 20px;
  }
  .section-beginner .solution-beginner .w-col > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .section-beginner .solution-beginner .item {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 45px 26px 44px;
  }
  .section-beginner .solution-beginner .item .th {
    width: 85px;
  }
  .section-beginner .solution-beginner .item .th img {
    margin: 0 auto;
  }
  .section-beginner .solution-beginner .item .th .case {
    font-size: 20px;
    line-height: 1;
  }
  .section-beginner .solution-beginner .item .td {
    padding-left: 32px;
  }
  .section-beginner .solution-beginner .box {
    border: 3px solid #d1bad5;
    padding: 27px 25px 22px;
    margin: 30px 20px 42px;
  }
  .section-beginner .solution-beginner .box li {
    padding: 8px 0 8px 50px;
    margin-bottom: 7px;
  }
  .section-beginner .hotline-box {
    margin-top: 62px;
  }
  .section-beginner .notice-beginner {
    font-size: 13px;
    margin-top: 50px;
  }
  .section-beginner .notice-beginner .btn-register {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .section-beginner {
    padding-bottom: 1.3rem;
  }
  .section-beginner .caption {
    padding: 0 0.2rem;
  }
  .section-beginner .btn-register {
    width: 4.74rem;
  }
  .section-beginner .wrapper {
    padding-top: 0.43rem;
  }
  .section-beginner .about-beginner {
    margin-bottom: 0.68rem;
    position: relative;
  }
  .section-beginner .about-beginner .thumb {
    width: 3.1rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .section-beginner .about-beginner .info {
    position: relative;
    z-index: 2;
    padding: 0 0.2rem;
  }
  .section-beginner .about-beginner .info img {
    margin: 0 -0.2rem 0.3rem 1.85rem;
    width: 3.95rem;
  }
  .section-beginner .flow-beginner {
    margin-bottom: 0.7rem;
  }
  .section-beginner .flow-beginner .sec-title {
    margin-bottom: 0.25rem;
  }
  .section-beginner .flow-beginner .w-col {
    margin-bottom: 0.26rem;
  }
  .section-beginner .flow-beginner .w-col > li {
    margin-bottom: 0.25rem;
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem;
    padding: 0.2rem;
    display: table;
    width: 100%;
  }
  .section-beginner .flow-beginner .w-col > li:before {
    top: 100%;
    left: 50%;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-top: 0.2rem solid #f3f3f3;
    margin: -1px 0 0 -0.3rem;
  }
  .section-beginner .flow-beginner .w-col > li:last-child {
    margin-bottom: 0;
  }
  .section-beginner .flow-beginner .w-col > li:last-child:before {
    display: none;
  }
  .section-beginner .flow-beginner .w-col .step {
    font-size: 0.24rem;
  }
  .section-beginner .flow-beginner .w-col .head,
  .section-beginner .flow-beginner .w-col .txt {
    display: table-cell;
    vertical-align: middle;
  }
  .section-beginner .flow-beginner .w-col .head {
    width: 1rem;
  }
  .section-beginner .flow-beginner .w-col .head img {
    width: 0.82rem;
    margin: 0 auto;
  }
  .section-beginner .flow-beginner .w-col .txt {
    padding-left: 0.35rem;
    text-align: left;
  }
  .section-beginner .flow-beginner .w-col .txt strong {
    font-weight: bold;
  }
  .section-beginner .reason-beginner {
    margin-bottom: 0.7rem;
  }
  .section-beginner .reason-beginner .sec-title {
    margin-bottom: 0.3rem;
  }
  .section-beginner .reason-beginner .list {
    padding: 0 0.2rem;
  }
  .section-beginner .reason-beginner .list > li {
    display: block;
    margin-bottom: 0.55rem;
  }
  .section-beginner .reason-beginner .list > li:last-child {
    margin-bottom: 0;
  }
  .section-beginner .reason-beginner .list .thumb {
    margin-bottom: 0.3rem;
  }
  .section-beginner .reason-beginner .list .th {
    width: 1.85rem;
  }
  .section-beginner .reason-beginner .list .td {
    padding-left: 0.34rem;
    font-weight: bold;
    font-size: 0.35rem;
    line-height: 1.28;
  }
  .section-beginner .reason-beginner .list .td > span {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
  }
  .section-beginner .list {
    padding: 0 0.2rem;
  }
  .section-beginner .list > li {
    display: block;
    margin-bottom: 0.4rem;
  }
  .section-beginner .list > li:last-child {
    margin-bottom: 0;
  }
  .section-beginner .list .thumb {
    display: table;
    width: 100%;
  }
  .section-beginner .list .thumb img {
    width: 100%;
  }
  .section-beginner .list .td,
  .section-beginner .list .th {
    display: table-cell !important;
    vertical-align: middle;
  }
  .section-beginner .list .info {
    display: block;
    padding: 0;
  }
  .section-beginner .fee-beginner {
    margin-bottom: 0.8rem;
  }
  .section-beginner .fee-beginner .sec-title {
    margin-bottom: 0.25rem;
  }
  .section-beginner .fee-beginner .txt01 {
    font-size: 0.3rem;
    line-height: 1.3;
    padding: 0 0.2rem;
    margin-bottom: 0.45rem;
    text-align: left;
  }
  .section-beginner .fee-beginner .fee-contact {
    margin: 0 0 0.3rem;
  }
  .section-beginner .fee-beginner .fee-contact .note {
    font-size: 0.24rem;
    line-height: 1.33;
    margin-top: 0.33rem;
    padding: 0 0.2rem;
    text-align: left;
  }
  .section-beginner .fee-beginner .link {
    margin-bottom: 0.45rem;
    text-align: left;
  }
  .section-beginner .solution-beginner {
    padding: 0.65rem 0 0.7rem;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  .section-beginner .solution-beginner .caption {
    padding: 0 0.2rem;
  }
  .section-beginner .solution-beginner .caption p + p {
    margin-top: 1.5em;
  }
  .section-beginner .solution-beginner .caption strong a.sm {
    display: inline !important;
  }
  .section-beginner .solution-beginner .title01 {
    font-size: 0.3rem;
    line-height: 1.33;
    margin-bottom: 0.7rem;
    letter-spacing: 0;
  }
  .section-beginner .solution-beginner .title01 .link-clr {
    font-size: 0.48rem;
    line-height: 1.2;
    display: block;
    margin-bottom: 0.2rem;
  }
  .section-beginner .solution-beginner .pttl {
    font-size: 0.32rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.25;
    margin-bottom: 0.32rem;
  }
  .section-beginner .solution-beginner .list {
    margin-bottom: 0.76rem;
    padding: 0;
  }
  .section-beginner .solution-beginner .list .thumb {
    margin-bottom: 0.3rem;
  }
  .section-beginner .solution-beginner .list .th {
    width: 2rem;
  }
  .section-beginner .solution-beginner .list .td {
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
    background: #ff6666;
    padding: 0.05rem 0.2rem 0 0.25rem;
  }
  .section-beginner .solution-beginner .list .info {
    padding: 0 0.2rem;
  }
  .section-beginner .solution-beginner .w-col {
    margin: 0.25rem 0 0.83rem;
  }
  .section-beginner .solution-beginner .w-col > li {
    margin-bottom: 0.2rem;
  }
  .section-beginner .solution-beginner .w-col > li:last-child {
    margin-bottom: 0;
  }
  .section-beginner .solution-beginner .item {
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem;
    padding: 0.25rem 0.2rem;
  }
  .section-beginner .solution-beginner .item .th {
    width: 1.1rem;
  }
  .section-beginner .solution-beginner .item .th img {
    width: 0.9rem;
  }
  .section-beginner .solution-beginner .item .td {
    padding: 0.06rem 0 0 0.2rem;
  }
  .section-beginner .solution-beginner .item .td p {
    padding-left: 1.5em;
  }
  .section-beginner .solution-beginner .box {
    border: 2px solid #d1bad5;
    padding: 0.32rem 0.4rem 0.25rem 0.15rem;
    margin: 0.3rem 0 0.5rem;
  }
  .section-beginner .solution-beginner .box li {
    background-image: url(../img/common/icn_message05.png);
    background-size: 0.7rem auto;
    padding: 0 0 0.15rem 0.85rem;
    margin-bottom: 0.25rem;
  }
  .section-beginner .solution-beginner .box li:last-child {
    margin-bottom: 0;
  }
  .section-beginner .hotline-box {
    margin-top: 0.58rem;
  }
  .section-beginner .notice-beginner {
    font-size: 0.24rem;
    margin-top: 0.5rem;
    padding: 0 0.2rem;
    line-height: 1.333;
  }
  .section-beginner .notice-beginner p {
    text-align: left;
  }
  .section-beginner .notice-beginner .btn-register {
    margin-top: 0.55rem;
  }
}

@media print, (min-width: 768px) {
  .section-news {
    padding-bottom: 120px;
  }
  .section-news .wrapper {
    padding-top: 27px;
  }
  .section-news .list-news {
    padding: 0;
    margin-bottom: 75px;
  }
  .section-news .list-news .th,
  .section-news .list-news .td {
    border-bottom: 1px solid #d5d5d5;
    padding-top: 24px;
    padding-bottom: 20px !important;
  }
  .section-news .list-news .th {
    padding-left: 130px;
    width: 216px;
  }
  .section-news .list-news .td {
    padding-right: 20px;
    padding-left: 15px;
  }
  .section-news .list-news .date {
    left: 20px;
    top: 28px;
  }
}

.section-news .news_header > .date{
  font-size: 14px;
  color: #919191;
  padding: 0 25px 0 0;
}
.section-news .font_b-size-b{
  font-size: 20px;
  font-weight: 600;
}
.section-news .wrapper > h2{
  padding: 10px 0 0 0;
}
.section-news .news_text{
  margin: 20px 25px;
  color: #333333;
  font-size: 15px;
}
.section-news .link_rod{
  color: #ad55bd;
  border-bottom: 1px solid #ad55bd;
}
.section-news .link_rod:hover{
  border-bottom: none;
}
.section-news .news_link{
  text-align:center;
  margin: 50px auto auto auto;
}
@media only screen and (max-width: 767px) {
  .section-news {
    padding-bottom: 1.05rem;
  }
  .section-news .wrapper {
    padding-top: 0.37rem;
  }
  .section-news .list-news {
    padding: 0;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 0.86rem;
  }

  .section-news .news_header > .date{
    font-size: 3.5vw;
    padding: 0 3vw;
  }
  .section-news .font_b-size-b{
    font-size: 4.5vw;
  }
  .section-news .wrapper > h2{
    padding: 4.5vw 0 0 0;
  }
  .section-news .news_text{
    margin: 1vw 2.5vw;
    font-size: 4vw;
  }
  .section-news .sp_none{
    display: none;
  }
}

.section-law .news_text{
  text-align: center;
}
.section-law {
  padding-bottom: 120px;
}
.section-law .wrapper {
  padding-top: 27px;
}
.section-law .list-text{
  line-height: 1.57;
  color: #333333;
  margin: 50px auto auto auto;
}
.section-law .list-text {
  display: table;
  width: 100%;
  border-collapse:collapse
}
.section-law .list-text > li {
  border-top: 1px solid #cdcdcd;
  display: table-row;
}
.section-law .list-text > li:first-child {
  border-top: none;
}
.section-law .list-text .th,
.section-law .list-text .td {
  display: table-cell;
  vertical-align: top;
  padding: 20px 0;
}
.section-law .list-text .th {
  width: 300px;
  font-weight: 600;
  padding: 20px 0 20px 40px;
  position: relative;
}

.section-law .list-text .td a {
  display: inline-block;
  text-decoration: underline;
}
.section-law .list-text .td a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .section-law {
    padding-bottom: 1.05rem;
  }
  .section-law .wrapper {
    padding-top: 0.37rem;
  }
  .section-law .news_text{
    margin: 1vw 2vw;
    font-size: 4vw;
    text-align: left;
  }
  .section-law .list-text{
    margin: 5vw auto auto auto;
  }
  .section-law .list-text > li:first-child {
    border-top: none;
  }
  .section-law .list-text .th,
  .list-text .td {
    display: block;
  }
  .section-law .list-text .th {
    width: 100%;
    padding: 4vw 0 0 3vw;
  }
  .section-law .list-text .td {
    width: 100%;
    padding: .5vw 2vw 4vw 8vw;
  }
  .section-law .list-text .td > span{
    display: block;
  }
}


.section-voice .title {
  background: #b585be;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-voice {
    padding-bottom: 120px;
  }
  .section-voice .wrapper {
    padding-top: 44px;
  }
  .section-voice .desc-cmn {
    margin-bottom: 44px;
  }
  .section-voice .title {
    font-size: 18px;
    padding: 14px 10px;
    margin-bottom: 32px;
  }
  .section-voice .list-tellers-cmn {
    margin-bottom: 45px;
  }
  .section-voice .item-cmn .box-txt {
   /* padding: 18px 10px 26px; */
  }
  .section-voice .item-cmn .btn-cmn {
    width: auto;
    margin: 0 6px;
  }
}
@media only screen and (max-width: 767px) {
  .section-voice {
    padding-bottom: 1rem;
  }
  .section-voice .wrapper {
    padding-top: 0.34rem;
  }
  .section-voice .desc-cmn {
    margin-bottom: 0.34rem;
    padding: 0 0.2rem;
  }
  .section-voice .title {
    padding: 0.18rem;
    margin-bottom: 0.35rem;
  }
  .section-voice .list-tellers-cmn {
    margin-bottom: 0.9rem;
  }
  .section-voice .item-cmn .sec-pttl {
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
  }
  .section-voice .item-cmn .head {
    margin-bottom: 0.1rem;
  }
  .section-voice .item-cmn .txt-sns {
    margin-top: 0.15rem;
  }
  .section-voice .item-cmn .status {
    margin-bottom: 0.1rem;
  }
  .section-voice .item-cmn .box-txt {
    padding: 0.2rem;
  }
  .section-voice .item-cmn .btn-cmn {
    width: auto;
    margin: 0 0.2rem;
  }
}
.section-message .box-profile .tel-cmn {
  margin-top: 0;
  position: relative;
}
.section-message .box-profile .sec-pttl {
  padding-top: 0;
  padding-bottom: 0;
}
.section-message .box-profile .sec-pttl a {
  text-decoration: underline;
}
.section-message .box-profile .sec-pttl a:hover {
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .section-message {
    padding-bottom: 140px;
  }
  .section-message .wrapper {
    padding-top: 50px;
  }
  .section-message .box-profile {
    padding: 30px 20px 20px;
    margin: 0 20px 25px;
  }
  .section-message .box-profile .thumb {
    width: 100px;
  }
  .section-message .box-profile .info {
    width: 425px;
    padding-left: 22px;
  }
  .section-message .box-profile .info .w01 {
    min-width: 100px;
  }
  .section-message .box-profile .tel-cmn {
    top: 1px;
  }
  .section-message .box-profile .sec-pttl {
    font-size: 20px;
    margin-bottom: 9px;
  }
  .section-message .box-profile .status {
    width: 273px;
  }
  .section-message .box-profile .group {
    position: relative;
  }
  .section-message .box-profile .group .link-bullet {
    position: absolute;
    right: 0;
    top: 0;
  }
  .section-message .row-link {
    margin: 20px auto 45px;
    font-size: 17px;
  }
  .section-message .ul-text-cmn {
    margin: 5px 20px 90px;
  }
}
@media only screen and (max-width: 767px) {
  .section-message {
    padding-bottom: 1.35rem;
  }
  .section-message .wrapper {
    padding-top: 0.3rem;
  }
  .section-message .box-profile {
    padding: 0.3rem 0.2rem 0.4rem 0.3rem;
    margin-bottom: 0.42rem;
  }
  .section-message .box-profile .thumb {
    width: 18.18%;
  }
  .section-message .box-profile .info {
    width: 81.82%;
    padding: 0 0 0 0.2rem;
  }
  .section-message .box-profile .ul-txt {
    margin: 0.05rem -0.2rem 0 0;
  }
  .section-message .box-profile .ul-txt > li {
    border-bottom: none;
    margin-left: 0.3rem;
    padding: 0;
  }
  .section-message .box-profile .ul-txt > li:first-child {
    margin-left: 0;
  }
  .section-message .box-profile .ul-txt > li.last {
    margin: 0.07rem 0 0;
    width: 100%;
  }
  .section-message .box-profile .txt-tag {
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #333;
    font-weight: bold;
    padding: 0;
    margin-right: 0;
    position: relative;
  }
  .section-message .box-profile .txt-tag:after {
    content: "：";
    display: inline;
  }
  .section-message .box-profile .tel-cmn {
    top: 1px;
  }
  .section-message .box-profile .sec-pttl {
    width: 100%;
    font-size: 0.34rem;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    margin-bottom: 0.2rem;
  }
  .section-message .box-profile .status {
    width: 5.6rem;
    margin: 0 0 0.15rem -0.1rem;
  }
  .section-message .box-profile .group {
    margin-top: 0.11rem;
  }
  .section-message .row-link {
    margin: 0.3rem auto 0.6rem;
    text-align: center;
  }
  .section-message .ul-text-cmn {
    margin: 0 0 0.6rem;
  }
  .section-message .ul-text-cmn > li .text-right {
    margin-top: 0.2rem;
  }
}

.section-terms {
  padding-bottom: 120px;
}
.section-terms .wrapper {
  padding-top: 27px;
}
.section-terms .sec-title.icn31 > span {
  background-image: url(../img/common/icn_icon32.png);
}
.section-terms .terms_text{
  text-align: center;
}
.section-terms .terms_dl{}
.section-terms .terms_dl dt{
  font-size: 24px;
  font-weight: 600;
  padding: 100px 0 5px 10px;
  border-bottom: 1px solid #cdcdcd;
}
.section-terms .terms_dl dt:first-of-type{
  padding: 50px 0 5px 10px;
}
.section-terms .terms_dl dd{
  margin: 30px 20px auto 30px;
}
.section-terms .terms_dl dd > p{
  margin: 20px auto;
}
.section-terms .terms_dl dd > p > a{
  font-weight: 600;
}
.section-terms .ul_disc{
  list-style-type: disc;
  list-style-position: outside;
  margin: auto auto auto 40px;
}
.section-terms .ul_decimal{
  list-style-type: decimal;
  list-style-position: outside;
  margin: auto auto auto 30p;
}
.section-terms .ul_decimal > li{
  margin: 20px auto;
}
.section-terms .ul_decimal > li > .ul_disc{
  margin: 10px;
}
.section-terms .note_text{
  margin: 20px auto;
}
.section-terms .note_text::before{
  content: '※';
}
@media only screen and (max-width: 767px) {
  .section-terms {
    padding-bottom: 1.05rem;
  }
  .section-terms .wrapper {
    padding-top: 0.37rem;
  }
  .section-terms .terms_text{
    margin: 1vw 2vw;
    font-size: 4vw;
    text-align: left;
  }
  .section-terms .terms_dl dt{
    font-size: 6vw;
    padding: 6vw 0 2vw 0;
    border-bottom: 1px solid #cdcdcd;
  }
  .section-terms .terms_dl dt:first-of-type{
    padding: 6vw 0 2vw 0;
  }
  .section-terms .terms_dl dd{
    margin: 3vw 2vw auto 3vw;
  }
  .section-terms .terms_dl dd > p{
    margin: 4vw auto;
  }
  .section-terms .ul_disc{
    margin: auto auto auto 8vw;
  }
  .section-terms .ul_decimal{
    margin: auto auto auto 6vw;
  }
  .section-terms .ul_decimal > li{
    margin: 4vw auto;
  }
  .section-terms .ul_decimal > li > .ul_disc{
    margin: 2vw;
  }
  .section-terms .note_text{
    margin: 2vw auto;
  }
  .section-terms .terms_dl dd > p > a{
    border-bottom: 1px solid #333333;
  }
}


.section-review-form .box-review {
  background: #f3f3f3;
}
.section-review-form .ttl {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-review-form {
    padding-bottom: 130px;
  }
  .section-review-form .wrapper {
    padding-top: 45px;
  }
  .section-review-form .box-review {
    padding: 27px 25px 25px;
    margin: 0 20px 47px;
  }
  .section-review-form .box-review .text-right {
    margin-top: -5px;
  }
  .section-review-form .form-contact {
    margin: 0 40px 70px;
    padding-bottom: 40px;
  }
  .section-review-form .form-contact .caption {
    margin: 0 0 35px;
    text-align: center;
  }
  .section-review-form .form-contact .caption > span {
    display: inline-block;
  }
  .section-review-form .form-contact .textarea {
    height: 177px;
    margin-bottom: 20px;
  }
  .section-review-form .form-contact .form-data {
    margin-bottom: 0;
  }
  .section-review-form .ttl {
    font-size: 20px;
    margin: 0 20px 25px;
  }
  .section-review-form .box-notification {
    margin: 0 20px 47px;
  }
  .section-review-form .custom-scrollbar {
    height: 240px;
    padding: 33px 40px 20px 20px;
    overflow: hidden;
  }
  .section-review-form .row-note {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-review-form {
    padding-bottom: 1.3rem;
  }
  .section-review-form .wrapper {
    padding-top: 0.35rem;
  }
  .section-review-form .box-review {
    padding: 0.25rem 0.4rem;
    margin-bottom: 1.15rem;
    position: relative;
  }
  .section-review-form .box-review .link-bullet {
    position: absolute;
    right: 0.2rem;
    bottom: -0.65rem;
  }
  .section-review-form .form-contact {
    margin-bottom: 0.8rem;
    padding-top: 0.45rem;
  }
  .section-review-form .form-contact .caption {
    margin: 0 0.2rem 0.48rem;
  }
  .section-review-form .form-contact .textarea {
    margin-bottom: 0.3rem;
    height: 2.3rem;
  }
  .section-review-form .form-contact .form-data {
    margin-bottom: 0;
  }
  .section-review-form .form-contact .form-data > li:last-child {
    margin-bottom: 0;
  }
  .section-review-form .form-contact .form-data .th .note {
    display: block;
    margin: 0.08rem 0 0.17rem;
  }
  .section-review-form .form-contact .form-data .th .note.dis {
    display: inline;
  }
  .section-review-form .ttl {
    font-size: 0.32rem;
    margin-bottom: 0.25rem;
  }
  .section-review-form .box-notification {
    margin-bottom: 0.5rem;
    padding: 0.16rem 0;
  }
  .section-review-form .custom-scrollbar {
    height: 2.8rem;
    padding: 0.17rem 0.4rem;
  }
  .section-review-form .row-note {
    margin-bottom: 0.25rem;
    text-align: left;
  }
}


@media print, (min-width: 768px) {
  .section-form-confirm {
    padding-bottom: 135px;
  }
  .section-form-confirm .wrapper {
    padding-top: 50px;
  }
  .section-form-confirm .form-contact {
    padding-bottom: 50px;
   /* margin-bottom: 0; */
  }
  .section-form-confirm .form-contact .form-data {
    width: 480px;
    margin-bottom: 38px;
  }
  .section-form-confirm .form-contact .form-data .td {
    padding: 12px 20px;
    margin-right: -20px;
  }
  .section-form-confirm .form-contact .form-data .txt-note {
    margin: 26px 0 0 -20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-form-confirm .wrapper {
    padding-top: 0.4rem;
  }
  .section-form-confirm .form-contact .caption {
    margin-bottom: 0.55rem;
  }
  .section-form-confirm .form-contact .form-data {
    margin-bottom: 0.6rem;
  }
  .section-form-confirm .form-contact .form-data .td {
    padding: 0.25rem 0 0.2rem 0.27rem;
  }
  .section-form-confirm .form-contact .form-data .txt-note {
    margin: 0.36rem 0 0 -0.3rem;
  }
}
.form-thanks .title {
  font-weight: bold;
  text-align: center;
  color: #955c9f;
}
.form-thanks .box {
  background: #f3f3f3;
}
.form-thanks .box .ttl {
  text-align: center;
}
.form-thanks .box .txt {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-form-thanks {
    padding-bottom: 150px;
  }
  .section-form-thanks .wrapper {
    padding-top: 50px;
  }
  .section-form-thanks .form-contact {
    width: 900px;
    margin: 0 auto;
    padding: 50px 70px 50px;
  }
  .section-form-thanks .form-contact .step {
    margin-bottom: 60px;
  }

  .form-thanks .title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .form-thanks .desc {
    margin-bottom: 44px;
  }
  .form-thanks .w01 {
    width: 540px;
    margin: 0 auto 30px;
  }
  .form-thanks .w02 {
    width: 615px;
    margin: 0 auto 40px;
  }
  .form-thanks .box {
    width: 610px;
    margin: 55px auto 5px;
    padding: 30px 65px 44px;
  }
  .form-thanks .box .ttl {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section-form-thanks {
    padding-bottom: 1.35rem;
  }
  .section-form-thanks .wrapper {
    padding-top: 0.55rem;
  }
  .section-form-thanks .form-contact {
    padding: 0.5rem 0.2rem 0.9rem;
  }

  .form-thanks .step {
    margin-bottom: 0.45rem;
  }
  .form-thanks .title {
    margin-bottom: 24px;
  }
  .form-thanks .desc {
    padding: 0 0.2rem;
    margin-bottom: 0.4rem;
  }
  .form-thanks .box {
    margin: 0.5rem 0 -0.35rem;
    padding: 0.45rem 0.35rem 0.55rem;
  }
  .form-thanks .box .ttl {
    font-size: 0.36rem;
    margin-bottom: 0.25rem;
  }
  .form-thanks .box .txt {
    margin-bottom: 0.1rem;
  }
}
.section-module .box-info {
  background: url(../img/on002/bg_bg03.png) repeat-y 0 0;
  background-size: 100% auto;
  position: relative;
}
.section-module .box-info:before, .section-module .box-info:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.section-module .box-info:before {
  top: 0;
}
.section-module .box-info:after {
  bottom: 0;
}
.section-module .box-info .col-l,
.section-module .box-info .col-r {
  position: relative;
  z-index: 2;
}
.section-module .box-info .col-l {
  display: table;
}
.section-module .box-info .col-l .th,
.section-module .box-info .col-l .td {
  display: table-cell;
  vertical-align: middle;
}
.section-module .box-info .col-l .th img,
.section-module .box-info .col-l .td img {
  width: 100%;
}
.section-module .box-info .col-l .txt {
  color: #999;
}
.section-module .box-info .col-r {
  text-align: right;
}
.section-module .box-info .col-r .txt-tag {
  background: #ad53be;
  font-weight: bold;
}
.section-module .box-info .col-r .price {
  font-weight: bold;
  color: #ad53be;
  text-decoration: underline;
}
.section-module .box-info .col-r .unline {
  text-decoration: underline;
}
.section-module .title {
  background: #d1bad5;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.list-menu > li {
  width: 33.33333%;
}
.list-menu > li a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #d5d5d5;
  margin: -1px 0 0 -1px;
  font-weight: bold;
}
.list-menu > li a > span {
  background-position: 0 center;
  background-repeat: no-repeat;
  display: inline-block;
}

.list-addition a {
  background: #a269ac;
  color: #fff;
  font-weight: bold;
  line-height: 1.41;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-module {
    padding-bottom: 55px;
  }
  .section-module .list-category-cmn {
    top: 340px;
  }
  .section-module .wrapper {
    padding-top: 48px;
    position: relative;
  }
  .section-module .box-info {
    padding: 17px 20px;
    margin: 0 20px 40px;
  }
  .section-module .box-info:before, .section-module .box-info:after {
    height: 18px;
  }
  .section-module .box-info:before {
    background-image: url(../img/on002/bg_bg01.png);
  }
  .section-module .box-info:after {
    background-image: url(../img/on002/bg_bg02.png);
  }
  .section-module .box-info .col-l {
    width: 60%;
  }
  .section-module .box-info .col-l .td {
    padding-top: 10px;
  }
  .section-module .box-info .col-l .th {
    width: 87px;
    padding-right: 20px;
  }
  .section-module .box-info .col-l .ttl {
    font-size: 16px;
  }
  .section-module .box-info .col-r {
    width: 40%;
    padding-top: 3px;
  }
  .section-module .box-info .col-r .txt-tag {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
  }
  .section-module .box-info .col-r .price {
    font-size: 20px;
  }
  .section-module .row {
    margin-bottom: 62px;
  }
  .section-module .row .sec-title {
    margin-bottom: 30px;
  }
  .section-module .title {
    font-size: 20px;
    padding: 4px 10px;
    margin-bottom: 22px;
  }

  .list-menu {
    margin: 0 40px 40px;
  }
  .list-menu > li a {
    height: 70px;
    font-size: 17px;
  }
  .list-menu > li a > span {
    padding: 10px 0 10px 65px;
    min-width: 216px;
  }
  .list-menu .item-cat01 > a > span {
    background-image: url(../img/common/icn_download.png);
    padding-left: 68px;
  }
  .list-menu .item-cat02 > a > span {
    background-image: url(../img/common/icn_mail_box.png);
    padding-left: 75px;
  }
  .list-menu .item-cat03 > a > span {
    background-image: url(../img/common/icn_mail_history.png);
  }
  .list-menu .item-cat04 > a > span {
    background-image: url(../img/common/icn_favorites.png);
    padding-left: 74px;
  }
  .list-menu .item-cat05 > a > span {
    background-image: url(../img/common/icn_history.png);
    padding-left: 74px;
  }
  .list-menu .item-cat06 > a > span {
    background-image: url(../img/common/icn_email_address.png);
  }
  .list-menu .item-cat07 > a > span {
    background-image: url(../img/common/icn_setting.png);
  }
  .list-menu .item-cat08 > a > span {
    background-image: url(../img/common/icn_logout.png);
  }

  .list-addition {
    margin: 0 40px;
  }
  .list-addition > li {
    width: 284px;
    margin: 0 0 12px 24px;
  }
  .list-addition > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .list-addition a {
    height: 60px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .section-module {
/*    padding-bottom: 0.7rem; */
    margin-top: -0.06rem;
  }
  .section-module .wrapper {
    padding-top: 0.32rem;
  }
  .section-module .box-info {
    padding: 0.31rem 0.2rem;
    margin-bottom: 0.3rem;
  }
  .section-module .box-info:before, .section-module .box-info:after {
    height: 0.2rem;
    background-size: 100% auto;
  }
  .section-module .box-info:before {
    background-image: url(../img/on002/sm/bg_bg01.png);
  }
  .section-module .box-info:after {
    background-image: url(../img/on002/sm/bg_bg02.png);
  }
  .section-module .box-info .col-l {
    width: 57%;
    padding-top: 0.05rem;
  }
  .section-module .box-info .col-l .th {
    width: 1.12rem;
    padding-right: 0.16rem;
  }
  .section-module .box-info .col-l .ttl {
    line-height: 1.11;
    margin-bottom: 0.05rem;
  }
  .section-module .box-info .col-l .txt {
    font-size: 0.22rem;
  }
  .section-module .box-info .col-r {
    width: 43%;
    font-size: 0.2rem;
  }
  .section-module .box-info .col-r .group {
    display: inline-block;
    text-align: left;
    margin-bottom: 0.05rem;
  }
  .section-module .box-info .col-r .txt-tag {
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    font-size: 0.2rem;
    line-height: 1.2;
    padding: 0.03rem 0.15rem 0;
    display: inline-block;
  }
  .section-module .box-info .col-r .price {
    font-size: 0.27rem;
    display: block;
    text-align: right;
  }
  .section-module .row {
    margin-bottom: 0.45rem;
  }
  .section-module .row .sec-title {
    margin-bottom: 0.3rem;
  }
  .section-module .title {
    font-size: 0.3rem;
    padding: 0.13rem 0.1rem 0.09rem;
    margin-bottom: 0.17rem;
  }

  .list-menu {
    margin: 0 0 0.4rem;
  }
  .list-menu > li a {
    height: 1.7rem;
    font-size: 0.26rem;
    line-height: 1.038;
    text-align: center;
    padding-bottom: 0.1rem;
  }
  .list-menu > li a > span {
    padding: 0.85rem 0 0;
    background-position: center 0;
    background-size: 1rem auto;
    display: block;
  }
  .list-menu .item-cat01 > a > span {
    background-image: url(../img/common/sm/icn_download.png);
  }
  .list-menu .item-cat02 > a > span {
    background-image: url(../img/common/sm/icn_mail_box.png);
  }
  .list-menu .item-cat03 > a > span {
    background-image: url(../img/common/sm/icn_mail_history.png);
  }
  .list-menu .item-cat04 > a > span {
    background-image: url(../img/common/sm/icn_favorites.png);
  }
  .list-menu .item-cat05 > a > span {
    background-image: url(../img/common/sm/icn_history.png);
  }
  .list-menu .item-cat06 > a > span {
    background-image: url(../img/common/sm/icn_email_address.png);
  }
  .list-menu .item-cat07 > a > span {
    background-image: url(../img/common/sm/icn_setting.png);
  }
  .list-menu .item-cat08 > a {
    padding-bottom: 0.2rem;
  }
  .list-menu .item-cat08 > a > span {
    background-image: url(../img/common/sm/icn_logout.png);
  }
  .list-menu.list-sm {
    margin-left: 0.16rem;
    margin-bottom: 0;
  }
  .list-menu.list-sm > li {
    width: auto;
    margin-bottom: 0;
  }
  .list-menu.list-sm > li > a {
    height: auto;
    border: none;
    display: block;
    text-align: left;
    text-decoration: underline;
    font-weight: normal;
  }
  .list-menu.list-sm > li > a > span {
    background-position: 0 center;
    background-size: 0.46rem auto;
    padding: 0.12rem 0 0.12rem 0.65rem;
  }

  .list-addition {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .list-addition > li {
    width: 49.1%;
    margin-bottom: 0.1rem;
  }
  .list-addition a {
    height: 0.8rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    line-height: 1.11;
  }
}
@media print, (min-width: 768px) {
  .section-list-favorites {
    padding-bottom: 110px;
  }
  .section-list-favorites .wrapper {
    padding-top: 45px;
    position: relative;
  }
  .section-list-favorites .list-category-cmn {
    top: 340px;
  }
  .section-list-favorites .desc-cmn {
    margin-bottom: 40px;
  }
  .section-list-favorites .item-cmn {
    padding-bottom: 16px;
  }
  .section-list-favorites .list-tellers-cmn {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .section-list-favorites {
    padding-bottom: 1.05rem;
  }
  .section-list-favorites .wrapper {
    padding-top: 0.38rem;
  }
  .section-list-favorites .desc-cmn {
    margin: 0 0.2rem 0.4rem;
  }
  .section-list-favorites .item-cmn {
    padding-bottom: 0.16rem;
  }
  .section-list-favorites .item-cmn .sec-pttl {
    padding-top: 0.13rem;
    padding-right: 0.75rem;
  }
  .section-list-favorites .list-tellers-cmn {
    margin-bottom: 0.8rem;
  }
}
.section-visa .ttl {
  font-weight: bold;
  color: #fff;
  background: #b183b9;
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .section-visa {
    padding-bottom: 130px;
  }
  .section-visa .wrapper {
    padding-top: 48px;
    position: relative;
  }
  .section-visa .caption {
    margin: 0 20px 42px;
  }
  .section-visa .ttl {
    font-size: 20px;
    padding: 8px 20px 6px;
    margin-bottom: 17px;
  }
  .section-visa .inner {
    padding: 0 40px;
  }
  .section-visa .row + .row {
    margin-top: 64px;
  }
  .section-visa .form {
    margin: 26px 0 25px;
  }
  .section-visa .form .th {
    padding: 3px 30px 0 0;
    font-size: 26px;
  }
  .section-visa .form .select-cmn {
    width: 255px;
  }
  .section-visa .btn-submit {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-visa {
    padding-bottom: 1.2rem;
  }
  .section-visa .wrapper {
    padding-top: 0.4rem;
  }
  .section-visa .caption {
    margin: 0 0.2rem 0.48rem;
  }
  .section-visa .ttl {
    font-size: 0.3rem;
    padding: 0.09rem 0.2rem;
    margin-bottom: 0.3rem;
  }
  .section-visa .inner {
    padding: 0 0.2rem;
  }
  .section-visa .row + .row {
    margin-top: 1rem;
  }
  .section-visa .form {
    margin: 0.34rem 0;
  }
  .section-visa .form .th {
    margin-bottom: 0.12rem;
    font-size: 0.32rem;
  }
  .section-visa .form .select-cmn {
    width: 4.2rem;
  }
}
.section-setting .btn-submit > span {
  background: url(../img/common/icn_setting01.png) no-repeat 0 center;
}
.section-setting .about-email {
  border: 3px solid #d1bad5;
}
.section-setting .about-email .ttl {
  position: relative;
  font-weight: bold;
}
.section-setting .about-email .ttl:before {
  content: "◆";
  position: absolute;
  top: 0;
  left: -1em;
}

@media print, (min-width: 768px) {
  .section-setting {
    padding-bottom: 130px;
  }
  .section-setting .wrapper {
    position: relative;
    padding-top: 48px;
  }
  .section-setting .desc-cmn {
    margin-bottom: 50px;
  }
  .section-setting .form-contact {
    width: 800px;
    margin: 0 auto 72px;
    padding-top: 46px;
  }
  .section-setting .form-contact .form-data {
    width: auto;
    margin-bottom: 50px;
  }
  .section-setting .form-contact .form-data > li {
    margin-bottom: 54px;
  }
  .section-setting .form-contact .form-data > li:last-child {
    margin-bottom: 0;
  }
  .section-setting .form-contact .form-data .th {
    width: 185px;
    text-align: right;
    margin-bottom: 0;
  }
  .section-setting .form-contact .form-data .td {
    padding-left: 40px;
  }
  .section-setting .form-contact .form-data .list > li {
    margin-top: 22px;
  }
  .section-setting .form-contact .form-data .list > li:first-child {
    margin-top: 0;
  }
  .section-setting .form-contact .form-data .list .col01 {
    width: 120px;
  }
  .section-setting .form-contact .form-data .list .col02 {
    width: 160px;
    margin-top: -10px;
  }
  .section-setting .form-contact .form-data .list .txt02 {
    width: 55px;
    padding: 11px 0 0 10px;
  }
  .section-setting .form-contact .form-data .list .col {
    width: 105px;
  }
  .section-setting .form-contact .txt01 {
    font-size: 13px;
    margin-top: 10px;
  }
  .section-setting .btn-submit {
    padding-right: 10px;
  }
  .section-setting .btn-submit > span {
    padding: 4px 0 4px 50px;
    background-size: 36px auto;
  }
  .section-setting .about-email {
    border: 3px solid #d1bad5;
    padding: 20px 30px 28px;
    margin: 0 40px;
  }
  .section-setting .about-email ul li {
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .section-setting .about-email ul li:last-child {
    margin-bottom: 0;
  }
  .section-setting .about-email .ttl {
    font-size: 20px;
  }
}



@media only screen and (max-width: 767px) {
  .section-setting {
    padding-bottom: 1.3rem;
  }
  .section-setting .wrapper {
    padding-top: 0.38rem;
  }
  .section-setting .desc-cmn {
    margin: 0 0.2rem 0.4rem;
  }
  .section-setting .form-contact {
    margin-bottom: 0.7rem;
    padding-top: 0.4rem;
  }
  .section-setting .form-contact .form-data {
    width: auto;
    margin-bottom: 0.5rem;
  }
  .section-setting .form-contact .form-data > li {
    margin-bottom: 0.48rem;
  }
  .section-setting .form-contact .form-data > li:last-child {
    margin-bottom: 0;
  }
  .section-setting .form-contact .form-data .th {
    margin-bottom: 0.14rem;
  }
  .section-setting .form-contact .form-data .list > li {
    margin-top: 0.16rem;
  }
  .section-setting .form-contact .form-data .list > li:first-child {
    margin-top: 0;
  }
  .section-setting .form-contact .form-data .list .col01 {
    width: 100%;
    margin-bottom: 0.12rem;
  }
  .section-setting .form-contact .form-data .list .col02 {
    width: 50%;
  }
  .section-setting .form-contact .form-data .list .txt02 {
    width: 31%;
    padding: 0.25rem 0 0 0;
    margin-right: -0.3rem;
  }
  .section-setting .form-contact .form-data .list .col {
    width: 69%;
    margin-right: 0.25rem;
  }
  .section-setting .form-contact .form-data .list .last {
    margin-left: 0.25rem;
    margin-right: -0.3rem;
  }
  .section-setting .form-contact .txt01 {
    font-size: 0.22rem;
    line-height: 1.36;
    margin-top: 0.2rem;
  }
  .section-setting .item-check-box span {
    background-image: url(../img/common/sm/icn_check02_off.png);
    background-size: 0.57rem auto;
    padding: 0.15rem 0 0.17rem 0.7rem;
  }
  .section-setting .item-check-box input:checked + span {
    background-image: url(../img/common/sm/icn_check02_on.png);
  }
  .section-setting .item-radio-box span {
    background-image: url(../img/common/sm/icn_check02_off.png);
    background-size: 0.57rem auto;
    padding: 0.15rem 0 0.17rem 0.7rem;
  }
  .section-setting .item-radio-box input:checked + span {
    background-image: url(../img/common/sm/icn_check02_on.png);
  }
  .section-setting .btn-submit {
    padding-right: 0.2rem;
  }
  .section-setting .btn-submit > span {
    padding: 0.1rem 0 0.1rem 0.7rem;
    background-size: 0.5rem auto;
  }
  .section-setting .about-email {
    border: 2px solid #d1bad5;
    padding: 0.37rem 0.4rem 0.45rem;
  }
  .section-setting .about-email ul li {
    margin-bottom: 0.3rem;
  }
  .section-setting .about-email ul li:last-child {
    margin-bottom: 0;
  }
  .section-setting .about-email .ttl {
    margin-bottom: 0.16rem;
  }

}

.mypg-on{
  display: none;
}


@media only screen and (max-width: 767px) {
.mypg-on{
  display: flex;
  position: fixed;
  bottom: -30vw;
  align-items:stretch;
}
.mypg-on > li{
  display: block;
  background-color: #a269ad;
}
.clone-nav {
  position: fixed;
  bottom: 0;
/*  bottom: -1vw; */
  left: 0;
  z-index: 100;
  width: 100vw;
  transition: .3s;
  transform: translateY(100%);
}
.is_show {
  transform: translateY(0);
}
.is-hide {
  bottom: -30vw;
}

}


/* ボタン設定 //////////////////////////////////////////////////////////////// */
.bt_gray {
margin:0 30px;
font-size:20px;
-webkit-text-shadow:#FFFFFF 0px 0px 3px; /* Safari,Chrome用 */
-moz-text-shadow:#FFFFFF 0px 0px 3px; /* Firefox用 */
text-shadow:#FFFFFF 0px 0px 3px; /* その他 */
background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#AFAFAF)); /* Safari,Chrome用 */
background:-moz-linear-gradient(top, #FFFFFF,#AFAFAF); /* Firefox用 */
background:-o-linear-gradient(top, #FFFFFF,#AFAFAF); /* Opera用 */
background:linear-gradient(top, #FFFFFF,#AFAFAF); /* その他 */
border:1px #666666 solid;
border-radius:5px;
display:block;
text-align:center;
text-decoration:none;
}

.bt_gray input ,.bt_gray a {
width:100%;
padding:12px 0;
border:none;
display:block;
text-decoration:none;
font-weight:bold;
font-size:16px;
color:#282828;
background:none;
}

.bt_gray .arrow_blue {
background:url(../img/common/n_arrow2.png) right no-repeat;
background-size:17px 12px;
color:#4B4B4B;
}

.bt_border {
margin:15px 30px 0;
border:1px #666666 solid;
border-radius:5px;
display:block;
text-align:center;
text-decoration:none;
}

.bt_border .icon_reset {
background:url(../img/recruit/reset.png) right no-repeat;
background-size:19px 11px;
color:#CCCCCC;
width:100%;
padding:12px 0;
border:none;
display:block;
text-decoration:none;
font-weight:bold;
font-size:20px;
}

/* 共通ボタン */
a.bt_l {
width: 84%;
display:block;
text-align:center;
text-decoration:none;
padding:18px 0;
margin:4px auto;
font-size:15px;
background:-webkit-gradient(linear, left top, left bottom, from(#b67ac1), to(#7d4788)); /* Safari,Chrome用 */
background:-moz-linear-gradient(top, #b67ac1,#7d4788); /* Firefox用 */
background:-o-linear-gradient(top, #b67ac1,#7d4788); /* Opera用 */
background:linear-gradient(top, #b67ac1,#7d4788); /* その他 */
border:1px #655568 solid;
color:#ffffff;
font-weight:bold;
appearance:none;
border-radius:5px;
}

.section-top-about .marker-thickYellow {
    background: linear-gradient(0deg, #fffdab 50%, transparent 50%);
}


/* 読み込みボタンisk追記 */
@media print, (min-width: 768px) {
#auto_bt {
    margin: 15px auto 0;
    width: 400px;
}
#autoPage {
    display: block;
    text-align: center;
    color: #a97bb1;
    font-size: 23px;
}
#autoPage img {
    width: 275px;
    display: block;
    margin: 0 auto;
}
#loading {
    margin: 30px auto 0;
    display: block;
    width: 70px;
}
}
@media only screen and (max-width: 767px) {
#auto_bt {
    width: 100%;
}
#autoPage {
    display: block;
    text-align: center;
    color: #a97bb1;
    font-size: 20px;
}
#autoPage img {
    width: 230px;
    margin: 0 auto;
    display: block;
}
#loading {
    margin: 0 auto;
    display: block;
    width: 50px;
}
}

/*top information*/
.information {
    max-width: 580px;
    width: 100%;
    font-size: 16px;
    line-height: 15px;
    border-radius: 4px;
    margin: -5px auto 0;
}
.information .info_title {
    font-weight: bold;
    margin-bottom: 3px;
    display: block;
}
.information ul { margin-bottom: 15px;}
.information li { 
    border-bottom: 1px solid #ccc;
}
.information li:last-child{ margin-bottom:0;}
.information li p {
    font-size: 13px;
    margin-top: 13px;
}
.information li span.date {
    border-radius: 2px;
    display: inline-block;
    margin-right: 6px;
    color: #333;
}
.information li span {
    border-radius: 3px;
    padding: 1px 2px;
    color: #fff;
}
.information li span.cat01 {    background-color: #975ca9; }
.information li span.cat04 {    background-color: #00bcd4;}
.information li a {
    display: block;
    padding: 7px 0 13px;
}
.information .view_more { text-align: right;}
.information .view_more a {
    text-decoration: underline;
    font-size: 15px;
    }

/* topログイン・新規登録ボタン */
.fst_cv {
    max-width: 600px;
    padding: 0 10px;
    text-align: center;
    margin: 15px auto;
}
.fst_cv .f_fst {
    background: linear-gradient(0deg, #fff9b0, #fffffe);
    color: #333;
    border: 1px solid #b3b19d;
    width: 98%;
    display: block;
    margin: 0px auto;
    padding: 7px 0;
    border-radius: 4px;
    font-size: 14px;
}
.fst_cv .f_fst img {
    margin: 1px 10px 0 0;
    vertical-align: text-top;
}

.regi_log_bt {
    margin: 5px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.regi_log_bt a {
    width: 50%;
}
.regi_log_bt a img {    width: 100%;    height: auto;}

/* 電話問い合わせ */
#h_tel {
    background-color: #f8f6ed;
    width: 95%;
    margin: 30px auto;
    padding: 20px;
}
#h_tel .cen_bol{
    text-align: center;
    font-weight: bold;
    }
#h_tel .cont {
    width: 90%;
    margin: 0 auto;
    max-width: 330px;
}
#h_tel .cont .txt {
    font-size: 13px;
    margin: 11px auto;
}
#h_tel .cont .tel_bt {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    display: block;
    background-color: #44aba7;
    color: #fff;
    padding: 18px 0;
    border-radius: 3px;
    box-shadow: 0px 2px 4px #4e6160;
}
#h_tel .cont .sprt_t {
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    color:#333;
}

.inc_regi .regist_bt {
    background: #79397f;
    background: linear-gradient(4deg, #581c5e , #79397f, #a467b7);
    -moz-background: linear-gradient(4deg, #581c5e , #79397f, #a467b7);
    -webkit-background: linear-gradient(4deg, #581c5e , #79397f, #a467b7);
    font-weight: bold;
    color: #fff;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 450px;
    font-size: 22px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 43px auto;
    display: flex;
}
.inc_regi .regist_bt:after {
    content: "";
    top: 50%;
    background: url(https://feel-i.jp/tmpl_smart_phone/assets/img/common/icn_arrow01.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    width: 14px;
    height: 20px;
    margin-top: -10px;
    right: 20px;
}
.inc_regi .regist_bt span {
    background-size: 37px;
    background-image: url(https://feel-i.jp/tmpl_smart_phone/assets/img/common/icn_registration2.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    text-align: left;
    padding: 9px 27px 12px 52px;    
}
@media only screen and (max-width: 767px) {
.inc_regi .regist_bt  {
    width: 4.74rem;
    -moz-border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    height: 0.8rem;
    font-size: 0.28rem;
}
.inc_regi .regist_bt span {
    background-size: 0.4rem;
    padding: 0.2rem 0.3rem 0.1rem 0.5rem;
    }
}

/*202309 footer isk */
.footer_four {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}
.footer_four .footer_two_left {    width: 50%; text-align: center;}
.footer_four .footer_two_right {    width: 50%; position: relative;}
.footer_four .footer_login_icon {
    display: block;
    max-width: 350px;
    margin: 0 auto;
}
.footer_four .footer_login_icon img {
    width: 100%;
    height: auto;
}
.footer_four .eigyo_jikan { letter-spacing: 0;}
.footer_four .eigyo_jikan span {
    margin-left: 5px;
    font-weight: bold;
}
.footer_four .mado_tel {
    font-family: serif;
    font-weight: bold;
    font-style: italic;
    line-height: 55px;
}
.footer_four .mado_tel a {
    font-size: 44px;
    color: #3b333d;
    background-image: url(../../img/common/footer_tel_icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 50px;
}

.footer_four .footer_regi_log {
    justify-content: right;
}
.footer_four .footer_regi_log a {
    margin-top: 35px;
}
.footer_four .footer_eat {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    margin-top: 58px;
}
.footer_four .footer_pmark {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    position: relative;
    width: 330px;
    height: fit-content;
}
.footer_four .footer_pmark img { width: 65px;}
.footer_four .footer_pmark .footer_p_txt {
    font-size: 11px;
    letter-spacing: -0.3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 73px;
    color: #024099;
    font-style: italic;
    line-height: 21px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
.footer_four { display: block;}
.footer_four .footer_two_left { width: 100%;}
.footer_four .footer_two_right { width: 100%;}
.footer_four .footer_login_icon { max-width: 275px;}
.footer_four .eigyo_jikan { font-size: 14px;}
.footer_four .eigyo_jikan span { display: block; margin-left: 0px;}
.footer_tel_time { margin: 10px auto 0;}
.footer_four .mado_tel { line-height: 40px;}
.footer_four .mado_tel a {
    font-size: 35px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    letter-spacing: 0;
}
.footer_four .footer_regi_log { justify-content: space-evenly;}
.footer_four .footer_regi_log a { margin-top: 10px;}
.footer_four .footer_pmark { width: fit-content; margin: 0 auto;}
.footer_four .footer_pmark .footer_p_txt { display: none;}
.footer_four .footer_eat .f_pmark_box { width: 50%; border-right: 1px solid #ccc;}
.footer_four .footer_eat .f_ssl_box { width: 50%; text-align: center;}
.footer_four .footer_eat .f_ssl_box img { width: 100px !important;}
.footer_four .footer_pmark img { width: 52px;}
.footer_four .footer_eat { margin-top: 30px; position: relative;}
}
