@charset "UTF-8";
/* RESET
----------------------------------------------- */
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
  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;
}
*,
*: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 {
  background: none;
  border: 0;
  display: inline-block;
  font: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
}
input:focus,
button:focus,
select:focus {
  outline: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  display: none;
}
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;
  }
}

/* BASE
----------------------------------------------- */
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;
}
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;
}
.sm_isk {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }
  .sm {
    display: block !important;
  }
 .sm_isk {
    display: flex !important;
    width:75px;
  }
  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;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.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;
}
/* isk20200316追加 */
header .btn-faq {
  position: absolute;
  background: url(../img/common/icn_nav06.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;
}
/* 20210330 isk */
header .btn02 {
/*  background: #97aee1; */
  background-color:#fff;
  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; */
  color: #717171;
  border: 1px solid #aaaaaa;
}
header .btn02 > span {
  background: url(../img/common/icn_home.png) no-repeat 0 center;
}
/* /////// */
/* バーガーここから */
/*ボタン外側※レイアウトによって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: 60px;
    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::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%);
}
.brgr_hidden .brgr_menubox .brgr_menulist li a {
    display: block;
    padding: 10px 0px 10px 15px;
}
/* バーガーここまで */

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

  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,
  header .header-r .btn-login {
    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 .btn-faq {
    top: 29px;
    right: 154px;
    padding-top: 38px;
    width: 70px;
    background-image: url(../img/common/sm/icn_nav06.png);
    background-size: 38px;
}
  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;
  }
/* 20210330 isk */  
    header .btn02 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 51px;
    width: 145px;
    right: 2px;
    font-size: 17px;
    height: 38px;
  }
  header .btn02 > span {
    padding: 2px 0 3px 30px;
  }
  .ie header .btn02 > 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: 50%;
    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: 0.72rem;
    margin-left: 0.1rem; 
  }
  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;
  }
  
/* isk追加20200316 */
    header .btn-faq {
    top: 0.04rem;
    right: 1.86rem;
    padding-top: 0.48rem;
    background-image: url(../img/common/sm/icn_nav06.png);
    background-size: 0.42rem 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;
  }
/* ↑の複製 20210330 isk */
  header .btn02 {
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    font-size: 13px;
    position: relative;
  }
  header .btn02 > span {
    padding: 7px 5px;
    background-size: 0.3rem auto;
    background-image: url(https://feel-i.jp/tmpl_smart_phone/assets/img/common/sm/icn_home.png);
    letter-spacing: 0;
  }

 header .header-site {
    padding: 6px 0;
  }

/* mail空 */
 header .mail_empty:before {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    background-color: #f00;
    border-radius: 50%;
    font-size: 10px;
    line-height: 1;
    min-width: 1em;
    padding: 4px;
    border: 2px solid #fff;
    box-shadow: 0px 1px 1px rgb(153 153 153 / 50%);
    top: 0;
    left: 0;
    transform: translate(-10px, -10px);
    content: "\FF01";
    font-family: sans-serif;
}

}

.nav_menu ul {
  text-align: center;
}
.nav_menu ul a {
  display: block;
  color: #000;
}
@media print, (min-width: 768px) {
.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-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 .nav-system a {
    background-image: url(../img/common/sm/icn_nav07.png);
  }
.nav_menu ul .nav-comprar_pt a {
    background-image: url(../img/common/sm/icn_nav08.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; */
    padding: 0.32rem 0 1rem;
  }
  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;
  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;
    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: 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: #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;
}
/* isk     .btn-register > span {  background-image: url(../img/common/icn_registration.png);}      */
.btn-register > span {  background-image: url(../img/common/icn_registration2.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: 430px;
    font-size: 22px;
    height: 60px;
    /* margin: 0 auto; */
  }
  .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: 0.4rem;
    width: 2.94rem;
    height: 0.8rem;
    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.45rem;
  }
  .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;
    color: #fff;
    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 .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;
    height: 117px;
  }
  .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;
    margin-top: 5px;    
    display:block; /*isk*/
  }
  .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;
  }
/* 口コミpcの時sp用消える */
.item-cmn .box-txt .c_voice_sp {
    display: none;
}
  .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.7rem;
    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.2rem;
  }
  .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 .c_voice_pc {
    display:none;
}
  .item-cmn .box-txt {
    padding: 0.1rem 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; */
    margin-bottom: 0.1rem;
    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.7vw; /// 伊坂20191007 */
    font-size: 11px;
    width: 38vw;
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*padding: 2vw;*/
  }
  .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.18rem;
    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;
  }
}

/* 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%;
}
.section-top-keyvisual .slick-arrow {
  position: absolute;
}
.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-arrow {
  position: absolute;
  z-index: 1250;
}
.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.15rem;
  }
  .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.14rem;
    background-image: url(../img/common/sm/btn_prev.png);
    background-position: 45% center;
    
    display: flex;
    /*    margin-left: -1.95rem;
    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 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: 20px auto;
  }
  .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 {
/* ブロック入れ替えに当たって消し20191008
  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.08rem;
    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 TELLERS
 * ----------------------------------------------- */
.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;
}
/* 伊坂追加 */
span.select-cmn > select {
    font-size: 20px;
    height: 45px;
}

.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 .list-tellers-cmn .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
  .list-tellers-cmn .item-cmn {
/*    width: 312px;
    margin: 0 0 24px 22px;
    float:left; */

    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;
  }
  .text-input,
  .select-cmn {
    height: 47px;
  }
  .text-input {
    padding: 0 20px;
  }
  .select-cmn {
    padding: 0 15px 0 10px;
  }
  .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;
  }
  .item-radio-box span {
    background-size: 29px auto;
    padding: 7px 0 5px 40px;
    min-height: 30px;
  }
  .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;
  }
}
@media only screen and (max-width: 767px) {
  .list-tellers-cmn .item-cmn {
    margin-bottom: 0.45rem;
  }
/* 20200206isk消し
.list-tellers-cmn .item-cmn:last-child {
    margin-bottom: 0;
  }
*/
  .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;
    width: 4.74rem;
    font-size: 0.33rem;
    padding: 0.2rem 0;
}
  .btn-submit.btn-back {
    background-image: url(../img/common/sm/icn_arrow06.png);
    background-position: 0.2rem center;
    background-size: 0.18rem auto;
  }
}
.txt-tag {
  background: #955c9f;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
}
@media print, (min-width: 768px) {
  .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;
  }
}
@media only screen and (max-width: 767px) {
  .txt-tag {
    margin-right: 0.15rem;
    width: 30%;
    height: fit-content;
  }
  .table-over {
    overflow-x: auto;
    padding: 0.1rem 0;
    margin-right: -0.2rem;
    position: relative;
    width:100%;
  }
  .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;
  }
}

/* SECTION GUIDE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .guide-support .hotline-box {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .guide-support .bhead {
    margin: 0.18rem 0 0.44rem;
  }
}

/* COMMON
 * ----------------------------------------------- */
.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) {
  .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) {
  .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 PAYMENT
 * ----------------------------------------------- */
.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) {
  .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) {
  .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 CONTACT
 * ----------------------------------------------- */
.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;
}
@media print, (min-width: 768px) {
  .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;
  }
}
@media only screen and (max-width: 767px) {
  .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;
  }
}

/* SECTION LOGIN
 * ----------------------------------------------- */
.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: 17px 0 17px 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-cat15 > a > span {
    background-image: url(../img/common/icn_coin.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-menu .item-cat09 > a > span {
    background-image: url(../img/common/mypg_icon_01.png);
  }
  .list-menu .item-cat10 > a > span {
    background-image: url(../img/common/mypg_icon_02.png);
  }
  .list-menu .item-cat11 > a > span {
    background-image: url(../img/common/mypg_icon_03.png);
  }
  .list-menu .item-cat12 > a > span {
    background-image: url(../img/common/mypg_icon_04.png);
  }
  .list-menu .item-cat13 > a > span {
    background-image: url(../img/common/mypg_icon_05.png);
  }
  .list-menu .item-cat14 > a > span {
    background-image: url(../img/common/mypg_icon_06.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;
  }
  .list-addition a img {  
    display: inline-block;
    width: 280px;
    margin-left: 20px;
    margin-right: -50px;
    }
}
@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.1rem;
    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.35rem;
    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-cat15 > a > span {
    background-image: url(../img/common/sm/icn_coin.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 > li a > span{
    padding: 16vw 0 0 0;
  }
  .list-menu .item-cat09 > a > span {
    background: url(../img/common/mypg_icon_01.png) no-repeat center 1vw;
    background-size: 50%;
  }
  .list-menu .item-cat10 > a > span {
    background: url(../img/common/mypg_icon_02.png) no-repeat center 1vw;
    background-size: 55%;
  }
  .list-menu .item-cat11 > a > span {
    background: url(../img/common/mypg_icon_03.png) no-repeat center 1vw;
    background-size: 55%;
  }
  .list-menu .item-cat12 > a > span {
    background: url(../img/common/mypg_icon_04.png) no-repeat center 1vw;
    background-size: 88%;
  }
  .list-menu .item-cat13 > a > span {
    background: url(../img/common/mypg_icon_05.png) no-repeat center 1vw;
    background-size: 100%;
  }
  .list-menu .item-cat14 > a > span {
    background: url(../img/common/mypg_icon_06.png) no-repeat center 1vw;
    background-size: 100%;
  }
  .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;
  }

  /*20200225isk追加*/
    .list-addition a img {
    display: inline-block;
    margin-left: 10px;
    width: 220px;
    }
}
@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 .inner a {        color:#fff;  }
  .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; */
    margin: 0 auto;
  }
}
@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.3rem;
  }
  .section-visa .ttl {
    font-size: 0.3rem;
    padding: 0.09rem 0.2rem;
    margin-bottom: 0.2rem;
  }
  .section-visa .inner {
    padding: 0 0.2rem;
  }
  .section-visa .inner a {        color:#fff;  }
  .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-visa .item_title {
    background-color: #fdefff;
    margin: 30px auto 10px;
    padding: 3px 5px;
}
}

.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;
  }
}

/* ADD Login css
 * ----------------------------------------------- */
/*---------------- common ----------------*/
.mypg-on{
  display: none;
}
.mypg_text_link{
  color: #ad53be;
  text-decoration: underline;
}
.mypg_text_link:hover{
  color: #b5b5b5;
  text-decoration: none;
}
.mypg-top_pding5{
  padding-top: 5vw;
}
.mypg-updown_pding3{
  padding-top: 3vw;
  padding-bottom: 3vw;
}
.mypg-bottom_pding10{
  padding-bottom: 10vw;
}
.mypg_width72{
  width: 720px;
  margin: auto;
}
.mypg-ul_bank-transfer{
}
.mypg-ul_bank-transfer li{
  margin: 20px auto;
}
.mypg-no_message{
  font-size: 20px;
  font-weight: 600;
  text-align:center;
}
.mypg-top_pding5{
  padding-top: 5vw;
}
.mypg-bottom_pding10{
  padding-bottom: 10vw;
}
.mypg-all-center{
  margin: auto;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.mypg-all-center > .btn-submit{
  margin: auto;
}
.mypg-top_pding1{
  padding-top: 1vw;
}
input[type=text].mypg-input-text{
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  padding: 12px 20px;
  font-size: 15px;
  width: 516px;
}
input[type=text]:focus.mypg-input-text{
  border: 1px solid #d1bad5;
  background-color: #fbfbfb;
}
.mypg_icon-setting{
  display: block;
  background-image: url(../img/common/icn_setting01.png);
  background-repeat: no-repeat;
  background-position: 20% center;
  background-size: 12%;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .mypg_width72{
    width: 100%;
    margin: auto;
  }
  .mypg-ul_bank-transfer li{
    margin: 4vw auto;
  }
  .mb_mypg-all-left{
    text-align: left;
  }
  input[type=text].mypg-input-text{
    padding: 3.2vw;
    font-size: 4vw;
    width: 100%;
  }
}

/*---------------- on001 ----------------*/
/*--//　マイページリンクボタン　--*/
.btn-mypg {
  background: #97aee1;
  background-image: url(../img/common/mypg_icon_home.png);
  background-repeat: no-repeat;
  background-position: 20% center;
  background-size: 15%;
  display: block;
  color: #fff;
  margin:auto;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 330px;
  text-align: center;
  font-size: 22px;
  height: 60px;
  cursor: pointer;
}
.btn-mypg > span {
  line-height: 2.8;
  padding: 0 0 0 20px;
}
/*--//　口コミ　--*/
.word_mouth {
  margin: auto;
}
@media print, (min-width: 768px) {
  .word_mouth-link{
    display: table;
    width: 940px;
    margin: auto auto 20px auto;
    padding: 20px 60px 20px 20px;
    background: #fff url(../img/common/icn_arrow07.png) no-repeat 920px center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -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;
    -webkit-transition: 0.4s ;
    transition: 0.4s ;
  }
}
.word_mouth-link:hover{
  opacity: 0.8;
  -webkit-transition: 0.4s ;
  transition: 0.4s ;
}
.word_mouth-th{
  display: table-cell;
  width: 130px;
  vertical-align: top;
  text-align: center;
}
.word_mouth-th > img{
  width: 110px;
  height: 110px;
}
.word_mouth-td{
  display: table-cell;
  text-align:left;
}
.word_mouth-name{
  margin:auto auto 5px auto;
}
.word_mouth-name > strong{
  font-size: 17px;
  font-weight:600;
  vertical-align: middle;
  display: inline-block;
  margin: auto 20px auto auto;
}
.word_mouth-name > span{
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight:600;
  padding: 1px 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.word_mouth-icon01{
  background-color: #f17494;
}
.word_mouth-icon02{
  background-color: #52be84;
}
.word_mouth-icon03{
  background-color: #e8b458;
}
.word_mouth-icon04{
  background-color: #b5b5b5;
}
.word_mouth-btn_area{
  margin: 60px auto auto auto;
}
.word_mouth-btn{
  background: url(../img/common/icn_arrow02.png) no-repeat 420px center;
  background-size: 3%;
  display: block;
  color: #b458c5;
  margin:auto;
  border: 1px solid #b458c5;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 450px;
  text-align: center;
  line-height: 2.6;
  font-size: 22px;
  height: 60px;
  cursor: pointer;
}
/*--//　占い師一覧　--*/
.tab-cmn-mypg > li{
  width: 25%;
}
.item-cmn .ul-txt-mypg {
  margin-top: 0;
}
.item-cmn .ul-txt-mypg > li {
  margin-bottom: 0;
  width: 100%;
}
.list_mypg_icon01{
  display: block;
  text-align: center;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  padding: 1px 0;
  background-color: #f54f82;  
}
.list_mypg_icon02{
  display: block;
  text-align: center;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  padding: 1px 0;
  background-color: #80b5d3;  
}
.list_mypg_icon03{
  display: block;
  text-align: center;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  padding: 1px 0;
  background-color: #f1b242;  
}
.mypg-on{
  display: none;
}
/*--//　twitter　--*/
.section-mypg_twitter-area{
  margin: 70px auto 30px auto;
}
.section-mypg_twitter-area > h2{
  padding-bottom: 30px;
}
.section-mypg_twitter{
  width: 620px;
  margin: auto;
  height: 610px;
  overflow: auto;
}
.section-mypg_twitter::-webkit-scrollbar {
  width: 6px;
}
.section-mypg_twitter::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f3f3f3;
}
.section-mypg_twitter::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background:#d2b9d6;
}
@media only screen and (max-width: 767px) {
/*--//　マイページリンクボタン　--*/
  .btn-mypg {
    background-position: 19vw center;
    background-size: 11vw;
    width: 80vw;
    text-align: center;
    font-size: 6vw;
    height: 14vw;
    cursor: pointer;
  }
  .btn-mypg > span {
    line-height: 2.4;
    padding: 0 0 0 14vw;
  }
/*--//　口コミ　--*/
  .word_mouth {
    -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);
  }
  .word_mouth {
    background: #fff url(../img/common/icn_arrow07.png) no-repeat 89vw center;
    background-size: 2vw;
    margin: auto auto 4vw auto;
    padding: 3vw;
  }
  .word_mouth-th{
    width: 20vw;
  }
  .word_mouth-th > img{
    width: 16vw;
    height: 16vw;
  }
  .word_mouth-name{
    margin:auto auto 2vw auto;
  }
  .word_mouth-name > strong{
    font-size: 4.5vw;
    margin: auto 2vw auto auto;
  }
  .word_mouth-name > span{
    font-size: 3vw;
    padding: 1.2vw 2vw .8vw 2vw;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .word_mouth-td > p{
    margin: auto 6vw auto auto ;
  }
  .word_mouth-btn_area{
    margin: 10vw auto auto auto;
  }
  .word_mouth-btn{
    background: url(../img/common/icn_arrow02.png) no-repeat 76vw center;
    background-size: 3.5%;
    width: 82vw;
    height: auto;
    font-size: 5vw;
    padding: 1.5vw 0;
    line-height: 1.8;
    cursor: pointer;
    background-color:#fff;
  }
/*--//　占い師一覧　--*/
  .tab-cmn-mypg > li > a{
    text-decoration: none;
  }
  .link-border-mypg > a{
    /* border-bottom: 1px solid; */
    text-decoration:underline;
  }
  .list_mypg_icon01{
    padding: 1vw 0 .6vw 0;
    font-size: 3.5vw;
    margin: auto auto 3vw auto ;
  }
  .list_mypg_icon02{
    padding: 1vw 0 .6vw 0;
    font-size: 3.5vw;
    margin: auto auto 3vw auto ;
  }
  .list_mypg_icon03{
    padding: 1vw 0 .6vw 0;
    font-size: 3.5vw;
    margin: auto auto 3vw auto ;
  }

/*--//　twitter　--*/
  .section-mypg_twitter-area{
    margin: 4vw auto 3vw auto;
  }
  .section-mypg_twitter-area > h2{
    padding-bottom: 2vw;
  }
  .section-mypg_twitter{
    width: 96vw;
    height: 60vw;
  }
}

/*--//　サイドメニューtop　--*/
.list-category-cmn-mypg-top {
  position: absolute;
  bottom: 0px;
  right: 0;
  background: #a269ac;
  width: 70px;
  z-index: 1001;
}
.list-category-cmn-mypg-top a {
  display: block;
}
.profile_fixed{
  position: fixed;
  bottom: 0;
  right: 0;
  background: #a269ac;
  width: 70px;
  z-index: 1001;
}
/*--//　サイドメニューその他　--*/
.list-category-cmn-mypg {
  position: absolute;
  top: 325px;
  right: 0;
  background: #a269ac;
  width: 70px;
  z-index: 1001;
}
.list-category-cmn-mypg a {
  display: block;
}


/*--//　Bottomメニュー　--*/
  .mypg-on{
    display: flex;
    position: fixed;
    bottom: -30vw;
    align-items:stretch;
  }
  .mypg-on > li{
    display: block;
    background-color: #a269ad;
  }
  .mypg-no_message{
    font-size: 5vw;
  }
  .clone-nav {
    position: fixed;
    bottom: 0;
/*    bottom: -1vw; */
    left: 0;
    z-index: 100;
    width: 100vw;
    transition: .5s;
    transform: translateY(100%);
  }
  .is_show {
    transform: translateY(0);
  }
  .is-hide {
    bottom: -47vw;
  }


/* 口コミメニュー isk追加20191009*/
/* スマホ クチコミ*/
@media only screen and (max-width: 767px) {
.kutikomi_teller {
    background: url(../img/common/icn_arrow02.png) no-repeat;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    margin: 0 auto 9px;
    width: 97%;
    padding: 8px 0;
    line-height: 1.2em;
    background-size: 12px;
    background-position: right center;
    background-color:#fff;
}

.kutikomi_teller img { margin: 0 4px; }

.kutikomi_teller p {
	margin: 0 4px;
    font-size:13px;
	width:93%;
}
#ico_new {
    position: relative;
/*    width: 75px; */
    margin: 0 auto;
/*    display: inline-block; */
}
#ico_new #newicon {
    bottom: 0;
    position: absolute;
    z-index: 2;
    width: 65%;
    left: -7px;
    bottom: 1px;
    margin:0;
}
}

/* PC クチコミ */
@media print, (min-width: 768px) {
.kutikomi_teller {
    background: url(../img/common/icn_arrow02.png) no-repeat;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    margin: 0 auto 9px;
    width: 700px;
    padding: 8px 0;
    line-height: 1.4em;
    background-size: 12px;
    background-position: right center;
    background-color:#fff;
}

.kutikomi_teller img { margin: 0 4px; }

.kutikomi_teller p {
	margin: 0 4px;
    font-size:15px;
	width:93%;
}
#ico_new {
    position: relative;
    width: 100px;
    display: block;
}
#ico_new #newicon {
    bottom: 0;
    position: absolute;
    z-index: 2;
    width: 65%;
    left: -7px;
    bottom: 1px;
    margin:0;
}
}

/* Feelポイント */
.wrap_lank {
    margin: 0 auto;
    width: 95%;
    max-width: 640px;
    font-size: 15px;
    padding: 20px 0;
}
.wrap_lank table {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 13px;
}
.wrap_lank table tr.col1 {
background-color:#fbefff;
}
.wrap_lank table td {
    border:1px solid #ccc;
}
.wrap_lank table td.left {
    background-color:#f7f7f7;
}
.wrap_lank table td.top {
    background-color:#ddd;
}
.wrap_lank .table_title {
    width: 90%;
    margin: 30px auto 0;
    font-weight:bold;
}
.wrap_lank h2 {
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 19px;
    font-family: serif;
    color: #ff5b5b;
}
    
/* /// 占術紹介 /// */
.method {
    max-width: 640px;
    margin: 0 auto;
}
.method li {
    float: left;
    margin: 13px 5px;
}
.method li a {
    background-color: #ba8fc2;
    padding: 10px 20px;
    width: 150px;
    display: block;
    color: #fff;
}

/* 順番待ち表示 */
.waiting {
    width: 96%;
    max-width: 500px;
    margin: 10px auto;
    background-color: #fffdff;
    border: 1px solid #955c9f;
    padding: 10px 12px;
    font-size: 14px;
    border-radius : 3px;
}
.waiting .wt_wrp {
    font-weight: bold;
    margin-bottom: 10px;
}
.waiting .ato {
    color: #e51d61;
    font-size: 12px;
}
.waiting ul li {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0;
    list-style: decimal;
    list-style-position: inside;
}
.waiting ul li:last-child {
    margin-bottom: 15px;
}
.waiting ul li a {
    text-decoration: underline;
    /*color: #a525bc;*/
}
.waiting ul li span {
    font-weight: bold;
    color: #e51e61;
    background-color: #fff8fa;
   /* border: 1px solid #e51e61; */
    padding: 3px 4px;
    font-size: 16px;
}

/* 読み込みボタン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;
}
}

/* PC表示の時の鑑定ボタン表示 */
@media print, (min-width: 768px) {
#call_bts_pc {
    width: 800px;
    margin: 0 auto 70px;
    text-align:center;
    letter-spacing:1px;
}
#call_bts_pc .reserve {
    text-align: left;
    color: #e55173;
    font-weight: bold;
}
#call_bts_pc .labels {
    display: block;
    color: #fff;
    padding: 3px 0;
    margin-bottom: 10px;
}

#call_bts_pc .talking_label { background-color: #e55174;}
#call_bts_pc .talking_info {    border: 1px solid #e55174;    margin: 0px auto 30px;    padding: 0 0 10px;}
#call_bts_pc .waiting_label { background-color: #598de4;}
#call_bts_pc .waiting_info {    border: 1px solid #598de4;    margin: 0 auto 30px;    padding-bottom: 10px;}
#call_bts_pc .next_label { background-color: #52be84;}
#call_bts_pc .next_info {    border: 1px solid #52be84;    margin: 0 auto 30px;    padding:0 0 10px;}
#call_bts_pc .talking_noline {    border: 1px solid #668ad7;    margin: 0px auto 30px;    padding: 0 0 10px;}
.talking_noline_label {    background-color: #668ad7;}


#call_bts_pc li { list-style:none; margin-bottom: 20px;}
#call_bts_pc .go_talk a {
    width: 50%;
    margin: 0 auto 30px;
    border-radius: 40px;
    text-align: center;
    background-color: #52be84;
    padding: 15px 0px;
    display: block;
    color: #fff;
    box-shadow: 0px 3px 0px #4a9d71;
    font-size: 19px;
    letter-spacing: 3px;
    background-image: url(../img/common/icn_tel06.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
#call_bts_pc .reserve_bt { position:relative;}

#call_bts_pc .reserve_bt .reserve_action {
    width: 50%;
    margin: 30px auto;
    border-radius: 40px;
    text-align: center;
    background-color: #f39b47;
    padding: 15px 0px;
    display: block;
    color: #fff;
    box-shadow: 0px 3px 0px #c7803d;
    font-size: 19px;
    letter-spacing: 3px;
    background-image: url(../img/common/icn_tel07.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

/* ポップアップ表示用 isk20200722 */
#yt_icon_pc .popupbt {
    background-color: #d15353;
    padding: 6px 10px 5px 38px;
    color: #fff;
    border-radius: 2px;
    background-image: url(../img/common/yt_cutinside.png);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: 9px center;
    position:absolute;
    right:24px;
    top:25%;

    animation-name: mov_ht_reserve;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.2s;
}
#yt_icon_pc .popupbt:after {
    border: solid transparent;
    content: '';
    position: absolute;
    border-color: rgba(255, 237, 196, 0);
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 6px;
    border-right-color: #d15252;
    right: 100%;
    top: 11px;
    display: inline-block;
    line-height: 0;
}
@keyframes mov_ht_reserve {
    0% {        transform: translate(-2px,0px);    }
    100% {        transform: translate(3px,0px)    }
}

#yt_icon_pc .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .13s;
}
#yt_icon_pc .popup.pop-show {
  opacity: 1;
  visibility: visible;
}
#yt_icon_pc .popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 700px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
#yt_icon_pc .popup-inner img {
  width: 100%;
}
#yt_icon_pc .close-btn {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 65px;
    cursor: pointer;
}
#yt_icon_pc .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 1;
  cursor: pointer;
}
/* isk20200722end */



#call_bts_pc .reserve_cancel {
    text-align:right;
    text-decoration:underline;
    margin-bottom:30px;
}
#call_bts_pc .reserve_ovtime {
    margin-bottom :30px;
}
#call_bts_pc .reserve_ovtime .app {
    width: 50%;
    margin: 0 auto 30px;
    border-radius: 40px;
    text-align: center;
    background-color: #d3b4d8;
    padding: 6px 0;
    display: block;
    color: #fff;
    box-shadow: 0px 3px 0px #ab86b1;
}
#call_bts_pc .other_num a {
    width: 50%;
    margin: 0 auto 30px;
    border-radius: 40px;
    text-align: center;
    background-color: #d3b4d8;
    padding: 6px 0;
    display: block;
    color: #fff;
    box-shadow: 0px 3px 0px #ab86b1;
}
#call_bts_pc .not_online {
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: bold;
}

#call_bts_pc .not_online span {
    width: 60%;
    margin: 30px auto;
    border-radius: 40px;
    text-align: center;
    background-color: #b7b7b7;
    padding: 15px 0px;
    display: block;
    color: #fff;
    font-size: 19px;
    letter-spacing: 2px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

#totel {
    width: 800px;
    margin: 0 auto;
}
#totel .tngr {
    color: #668ad7;
    font-weight: bold;
    font-size: 18px;
    text-align:center;
}
#totel .num_pc {
    border: 1px solid #668ad6;
    padding: 30px 0;
    text-align: center;
}
#totel .num_pc span {
    color: #668ad6;
    font-weight: bold;
    font-size: 37px;
    display: block;
}
#totel .pink {
    font-size: 13px;
    margin-top: 10px;
}
}




/* 鑑定ボタン表示SP表示時 */
@media only screen and (max-width: 767px) {
#call_bts_pc {
    width:100%;
    max-width:450px;
    font-size:14px;
    margin: 0 auto 10px;
    text-align:center;
    letter-spacing:1px;
}
#call_bts_pc .reserve {
    text-align: left;
    color: #e55173;
    font-weight: bold;
}
#call_bts_pc .labels {
    margin: 0px auto;
    display: block;
    color: #fff;
    padding: 4px 0px;
    font-size: 15px;
    font-weight: bold;
}

#call_bts_pc .reserve_status {
    margin: 0px auto 10px;
    border-radius: 4px;
}
#call_bts_pc .reserve_status p {
    padding: 12px 1px;
    font-size: 13px;
}

#call_bts_pc .talking_label { background-color: #e55174;}
#call_bts_pc .talking_info {        border: 1px solid #e55174;}
#call_bts_pc .waiting_label { background-color: #598de4;}
#call_bts_pc .waiting_info {    border: 1px solid #598de4;}
#call_bts_pc .next_label { background-color: #52be84;}
#call_bts_pc .next_info {    border: 1px solid #52be84;}
#call_bts_pc .talking_noline {    border: 1px solid #668ad7;}

.talking_noline_label {    background-color: #668ad7;}

#call_bts_pc li { list-style:none; margin-bottom: 20px;}
#call_bts_pc .go_talk a {
    width: 87%;
    margin: 0 auto 20px;
    border-radius: 40px;
    text-align: center;
    background-color: #52be84;
    padding: 15px 0px;
    display: block;
    color: #fff;
    box-shadow: 0px 3px 0px #4a9d71;
    font-size: 20px;
    letter-spacing: 3px;
    background-image: url(../img/common/icn_tel06.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 42px;
    font-weight:bold;
}
#call_bts_pc .reserve_bt { position:relative;}

#call_bts_pc .reserve_bt .reserve_action {
    width: 87%;
    margin: 0px auto 15px;
    border-radius: 40px;
    text-align: center;
    background-color: #f39b47;
    padding: 15px 0px;
    display: block;
    color: #fff;
    box-shadow: 0px 3px 0px #c7803d;
    font-size: 20px;
    letter-spacing: 2px;
    background-image: url(../img/common/icn_tel07.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 42px;
    font-weight:bold;
}

#call_bts_pc .mail_telling {
    border-top: 1px solid #b9b9b9;
    padding-top: 20px;
}
#call_bts_pc .mail_telling .go_mail_telling {
    width: 70%;
    margin: 0 auto 10px;
    border-radius: 40px;
    text-align: center;
    background-color: #86a0dd;
    padding: 10px 0;
    display: block;
    color: #fff;
    box-shadow: 0px 3px 0px #6377a7;
    font-size:16px;
}
#call_bts_pc .mail_telling .mail_telling_smpl {
    color: #6377a7;
    text-decoration: underline;
    font-size: 13px;
}


/* ポップアップ表示用 isk20200722 */
#yt_icon_pc .popupbt {
    background-color: #d15353;
    padding: 6px 10px 5px 38px;
    color: #fff;
    border-radius: 2px;
    background-image: url(../img/common/yt_cutinside.png);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: 9px center;
    position:absolute;
    right:24px;
    top:25%;

    animation-name: mov_ht_reserve;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.2s;
}
#yt_icon_pc .popupbt:after {
    border: solid transparent;
    content: '';
    position: absolute;
    border-color: rgba(255, 237, 196, 0);
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 6px;
    border-right-color: #d15252;
    right: 100%;
    top: 11px;
    display: inline-block;
    line-height: 0;
}
@keyframes mov_ht_reserve {
    0% {        transform: translate(-2px,0px);    }
    100% {        transform: translate(3px,0px)    }
}

#yt_icon_pc .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .13s;
}
#yt_icon_pc .popup.pop-show {
  opacity: 1;
  visibility: visible;
}
#yt_icon_pc .popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 700px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
#yt_icon_pc .popup-inner img {
  width: 100%;
}
#yt_icon_pc .close-btn {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 65px;
    cursor: pointer;
}
#yt_icon_pc .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 1;
  cursor: pointer;
}


#call_bts_pc .reserve_cancel {
    text-align:right;
    text-decoration:underline;
    margin-bottom:20px;
}
#call_bts_pc .reserve_ovtime {
    margin :10px auto;
}
#call_bts_pc .reserve_ovtime .app {
    width: 70%;
    margin: 0 auto 20px;
    border-radius: 40px;
    text-align: center;
    background-color: #d3b4d8;
    padding: 5px 0;
    display: block;
    color: #fff;
    box-shadow: 0px 3px 0px #ab86b1;
}
#call_bts_pc .other_num a {
    width: 70%;
    margin: 0 auto 20px;
    border-radius: 40px;
    text-align: center;
    background-color: #d3b4d8;
    padding: 5px 0;
    display: block;
    color: #fff;
    box-shadow: 0px 3px 0px #ab86b1;
}
#call_bts_pc .not_online {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
}

#call_bts_pc .not_online span {
    width: 80%;
    margin: 20px auto;
    border-radius: 40px;
    text-align: center;
    background-color: #b7b7b7;
    padding: 12px 0px;
    display: block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

#totel {
    margin: 0 auto;
}
#totel .tngr {
    color: #668ad7;
    font-weight: bold;
    font-size: 18px;
    text-align:center;
}
#totel .num_pc {
    border: 1px solid #668ad6;
    padding: 30px 0;
    text-align: center;
}
#totel .num_pc span {
    color: #668ad6;
    font-weight: bold;
    font-size: 37px;
    display: block;
}
#totel .pink {
    font-size: 13px;
    margin-top: 10px;
}
}



/*順番待ち系ボタン表示*/
#reserve {
    margin: 20px auto 30px ;
    max-width: 500px;
    width: 90%;
}
#reserve .reserve_bt {
    text-align:right;
    margin-top: 20px;
}
#reserve .reserve_bt a {
    color: #955c9f;
    text-align: right;
    margin-top: 5px;
    text-decoration: underline;
}
#reserve h2 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

#reserve .reserve_no_tel {
    border: 1px solid #ff4040;
    padding: 15px 0;
    color: #ff4040;
}
#reserve .reserve_no_tel_txt {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
}

#reserve .reserve_chk_num {
background-color: #2ab8c4;
    padding: 17px 0;
    font-size: 21px;
    border-radius: 50px;
    width: 310px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background-image: url(../img/common/icn_tel08.png);
    background-repeat: no-repeat;
    background-position: 7px center;
    color: #fff;
    letter-spacing: 2px;
}

.wrapper .chk_tel h2 {
    border-left: 5px solid #349dd8;
    padding: 9px 0 7px 10px;
    font-size: 16px;
    background-color: #f7f7f7;
    font-weight: bold;
    margin: 0 auto 13px;
}
.wrapper .chk_tel {
    max-width: 600px;
    margin: 0 auto 0px;
    width: 92%;
}
.wrapper .chk_tel .caption {
    margin: 0 auto 25px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.2px;
}
.wrapper .chk_tel dt {
    border-left: 4px solid #955c9f;
    padding: 3px 0 3px 7px;
    margin-bottom: 3px;
    font-weight: bold;
}
.wrapper .chk_tel dt span {
    font-weight: normal;
    font-size: 12px;
    color: #ff6666;
}

#reserve .totop {
    text-decoration: underline;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
#reserve .totop a {
    color:#955c9e;
}
#reserve .topay {
    width: 280px;
    padding: 20px 0;
    display: block;
    text-align: center;
    border-radius: 4px;
    font-size: 19px;
    margin: 15px auto 0;
    color: #fff;
    background: #779be7;
    background: linear-gradient(0deg, #3c6cd2 0%, #5e83f0 45%, #7da2f0 100%);
    border: 1px solid #8094be;
}


 #fortune_telling_mov {
    display: block;
    margin: 0 auto;
}
/* PC表示 動画 */
@media print, (min-width: 768px) {
 #fortune_telling_mov {
    width: 560px;    
    height: 315px;
 }
}
/* スマホ表示 動画 */
@media only screen and (max-width: 767px) {
 #fortune_telling_mov {
    width: 90%;
    height:180px;
 }
}

/*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;
    }

/* 電話問い合わせ */
#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;
}


/* 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;
    margin-bottom: 0.55rem;
  }
  .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;
  }
}

/* pwa dialog */
.pwa_dialog {
    position: fixed;
    z-index: 2010;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.2);
    border: none;
}
.pwa_dialog .pwa_dialog_box {
    margin: 25% auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    font-size: 17px;
    max-width: 550px;
}
.pwa_dialog .pwa_dialog_box img {
    margin: 0 auto;
    display: block;
    width: 100px;
}
.pwa_dialog .pwa_dialog_box p { 
    font-size: 14px;
    margin: 5px auto 15px;
    color: #666;
    text-align: center;
    letter-spacing: 0;
}
.pwa_dialog .pwa_dialog_box button {
    margin: 0 auto;
    display: block;
    width: 85%;
    max-width: 350px;
    border-radius: 3px;
    padding: 10px 0;
    margin-bottom: 10px;
    color: #fff;
}
.pwa_dialog .pwa_dialog_box .ok_u { background-color: #5c1454;}
.pwa_dialog .pwa_dialog_box .ok_anu { background-color: #aaaaaa;}

.clr_pwa {
    background-color: #5c1454;
    text-align: center;
}
.clr_pwa input {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
    padding: 10px 0;
    display: inline-block;
}

/*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: 0px;
    position: absolute;
    bottom: 0;
}
.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;}
}