@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;600&display=swap');
/*////////////////////////////////////////////////////////

common

////////////////////////////////////////////////////////*/
.free_view, .ppv_view {
  overflow: hidden;
  font-family: "Zen Old Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.inner {
  padding: 0 10px;
}
/* display
------------------------- */
.disp0, .disp-0, .free-0 .close, .free-1 .open {
  display: none !important;
}
.disp1, .disp-1, .free-0 .open, .free-1 .close {
  display: block !important;
}
.text-red.disp-1 {
  display: inline !important;
}
/* 一人/二人用 出しわけ */
.affinity-1 .two, .affinity-0 .one {
  display: block !important;
}
.affinity-0 .two, .affinity-1 .one {
  display: none !important;
}

/*////////////////////////////////////////////////////////

パーツ

////////////////////////////////////////////////////////*/
/* lead
------------------------- */
.lead.cmn {
  margin: 10px 15px;
  padding: 15px;
  box-shadow: 0 0 0 3px #d9be5e, 0 0 10px #003747;
  border: 1.5px solid #10057b;
  color: #100e42;
  background: #f2f3ec;
}
.lead.cmn.none {
  display: none;
}
[class^="lead"] p:last-child {
  margin-bottom: 0;
}
/* ぼかし
------------------------- */
[class^="bokashi"] {
  position: relative;
}
[class^="bokashi"] > img {
  width: 23px;
  margin: -5px;
  opacity: 0.95;
  vertical-align: middle;
}
.blur-1 span:not(.noblur), .blur-1 img {
  -ms-filter: blur(4px);
  filter: blur(4px);
}
/* btn (続きを見る)
------------------------- */
[class^="bokashi"] [class^="btn"], .btn_more_pay {
  display: block;
  width: 210px;
  margin: auto;
}
.btn_more_pay {
  margin-top: 15px;
}
[class^="bokashi"] [class^="btn"] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  height: 50px;
  overflow: hidden;
  text-shadow: none;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("../images/btn/btn_more_pay.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.senja + [class^="bokashi"] [class^="btn"] {
  top: auto;
  bottom: 50px;
  transform: translateY(0);
}
.free_view [class^="bokashi"] [class^="btn"] {
  background-image: url("../images/btn/btn_more_regist.png");
}
.btn_pointer a {
  position: relative;
}
.free_view [class^="bokashi"] [class^="btn"]:after,
.free_view .btn-regist a:after,
.btn_pointer a:after,
.btn_ppvmenu.notice:after,
.btn_ppvmenu.popular:after {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  animation: tap 8s linear infinite;
  background-image: url("../images/icon/icon_pointer2.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn_ppvmenu.notice:after,
.btn_ppvmenu.popular:after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  background-image: url("../images/icon/icon_pointer.png");
}
.free_view .btn-regist a:after {
  left: 30px;
}
[class^="btn_kao"], [class^="btn_juyo"], [class^="btn_jiki"], [class^="btn_yesno"] {
  width: 220px !important;
  height: 100px !important;
}
/* free */
.btn_juyo_free {
  background-image: url("../images/btn/btn_juyo_free.png") !important;
}
.btn_jiki_free {
  background-image: url("../images/btn/btn_jiki_free.png") !important;
}
.btn_yesno_free {
  background-image: url("../images/btn/btn_yesno_free.png") !important;
}
/* 占者
------------------------- */
.lead .senja {
  width: 130px;
  margin-left: -22px;
  float: left;
}
.lead .senja.right {
  margin-right: -22px;
  margin-left: 0;
  float: right;
}
.lead .senja.small {
  width: 70px;
  margin-top: 0;
}
.lead .senja.icon {
  width: 50px;
  margin: 0 0 0 10px;
}
/* cmn */
.lead._cmn .senja {
  width: 150px;
}

/*////////////////////////////////////////////////////////

挨拶

////////////////////////////////////////////////////////*/
.free_view > .light {
  display: none;
  width: 140%;
  height: 200%;
  position: fixed;
  top: -20%;
  left: -20%;
  z-index: 100;
} 
.komi_aisatsu {
  display: flex;
  align-items: center;
  min-height: 230px;
  margin-bottom: 0;
  padding: 20px 15px 10px;
  overflow: hidden;
  background: url("../images/result/komi_aisatsu/bg.png") no-repeat top;
  background-size: 100%;
}
.komi_aisatsu .serif {
  width: 195px;
  padding: 15px 22px;
  border-radius: 8px;
  box-shadow: 0 0 10px #edf8ff;
  font-weight: bold;
  color: #0a006f;
  background: rgba(253,249,255,.8);
}
.komi_aisatsu .senja {
  width: 150px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-45%);
}

/*////////////////////////////////////////////////////////

共通結果

////////////////////////////////////////////////////////*/
/* komi_common
------------------------- */
.komi_common .lead._cmn {
  margin-top: 0;
}
/*--- lead ---*/
.lead._cmn {
  margin: 25px 10px;
  border-radius: 3px;
  overflow: visible !important;
  box-shadow: 0 0 15px #d1aa41 inset, 0 0 8px #d1aa41;
  background: rgba(255,255,255,.8);
}
.lead._cmn._black {
  box-shadow: 0 0 15px #b163b1 inset, 0 0 15px #b163b1 inset, 0 0 8px #b163b1;
  color: #fff;
  background: #150865;
}
.lead._cmn:before,
.lead._cmn:after,
.lead._cmn .inner:before {
  content: '';
  width: 327px;
  position: absolute;
  background-position: center;
  background-size: 100%;
}
.lead._cmn:before,
.lead._cmn:after {
  height: 70px;
  left: -13px;
  z-index: 2;
  background-image: url("../images/result/parts/deco.png");
  background-repeat: no-repeat;
}
.lead._cmn:before {
  top: -15px;
}
.lead._cmn:after {
  bottom: -15px;
  transform: scale(1,-1);
}
.lead._cmn p:not(:last-child) {
  margin-bottom: 7px;
}
.lead._cmn .inner {
  padding: 12px 15px 20px;
  position: relative;
}
.lead._cmn .inner:before {
  height: 100%;
  top: 0;
  left: -23px;
  background-image: url("../images/result/parts/deco_mid.png");
  background-repeat: repeat-y;
}

/*////////////////////////////////////////////////////////

小見出し

////////////////////////////////////////////////////////*/
[class^="komi_"] {
  clear: both;
  position: relative;
  font-family: "Zen Old Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #040059;
}
[class^="komi_"] .lead {
  clear: both;
}
/* title
------------------------- */
[class^="tit_komi"] {
  position: relative;
  z-index: 1;
  line-height: 1.3;
  text-align: center;
  font-family: "Zen Old Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 15px;
  font-weight: bold;
  color: #040059;
}
[class^="tit_komi"]:before,
[class^="tit_komi"]:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
/*----- common -----*/
.tit_komi_cmn {
  margin: 0 -18px 8px;
  padding: 25px 18px 28px;
  font-size: 15px;  
}
.tit_komi_cmn:before,
.tit_komi_cmn:after {
  height: 30px;
  mix-blend-mode: screen;
  opacity: .7;
  background-image: url("../images/line/01_2.png");
  background-position: center;
}
.tit_komi_cmn:before {
  top: -5px;
}
.tit_komi_cmn:after {
  bottom: -5px;
  transform: scale(1,-1);
}
/* black */
._black .tit_komi_cmn {
  color: #fff;
}
._black .tit_komi_cmn:before,
._black .tit_komi_cmn:after {
  opacity: 1;
  background-image: url("../images/line/01_3.png");
}
/*----- mes -----*/
.tit_komi_mes {
  margin: -10px -15px 0;
  mix-blend-mode: screen;
}

/* komi_yesno
------------------------- */
/*--- box_yesno ---*/
[class^="box_yesno"] {
  margin: 0 -20px -20px;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.box_yesno-0 .boka {
  display: none !important;
}
.box_yesno-1 .boka {
  position: absolute;
  top: 0;
  left: 0;
}
/* komi_kao
------------------------- */
.box_kao {
  height: 235px;
  margin: -10px -10px 0;
  padding: 53px 38px 0;
  background: url("../images/result/komi_kao/bg.png") no-repeat center;
  background-size: 100%;
}
/* komi_juyo
------------------------- */
.label_juyo {
  width: 140px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
}
.box_juyo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 110%;
  height: 240px;
  margin: -25px 0 -10px -4%;
  padding: 0 22px 5px;
  text-shadow: 0 0 1px rgba(32,17,106,.1);
  font-size: 18px;
  font-weight: bold;
  color: #20116a;
  background: url("../images/result/komi_juyo/bg.png") no-repeat center;
  background-size: 100%;
}
.box_juyo p {
  width: 110px;
}
/* komi_honne
------------------------- */
.box_honne {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 200px;
  margin: 0 -10px;
  padding: 0 22px 35px;
  text-shadow: 0 1px 1px #431d9e, 0 1px 1px #431d9e, 0 0 3px #431d9e, 0 0 3px #431d9e, 0 0 3px #431d9e, 0 0 5px #932fd9, 0 0 5px #932fd9, 0 0 5px #932fd9, 0 0 5px #932fd9, 0 0 5px #932fd9, 0 0 5px #932fd9, 0 0 5px #932fd9, 0 0 5px #932fd9, 0 0 8px #932fd9;
  font-size: 15px;
  color: #fff;
  background: url("../images/result/komi_honne/bg.png") no-repeat;
  background-size: 100%;
}
.box_honne ul {
  width: 70%;
}
.box_honne li:nth-child(1) {
  transform: rotate(-8deg);
}
.box_honne li:nth-child(2) {
  margin: 15px 0 12px;
  text-align: right;
}
.box_honne li:nth-child(3) {
  text-align: center;
  transform: rotate(-3deg);
}
/* komi_sp
------------------------- */
.box_sp {
  height: 210px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  transform: scale(1.2);
  transform-origin: center;
  font-family: "Zen Maru Gothic", sans-serif;
  background: url("../images/result/komi_sp/bg.png") no-repeat center;
  background-size: 100%;
}
.sp_time,
.sp_name {
  position: absolute;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}
.sp_time {
  top: 51px;
  left: 47px;
  font-size: .7em;
}
.sp_name {
  top: 69px;
  left: 60px;
  font-size: 11px;
}
.box_sp ul{
  width: 60%;
  position: absolute;
  top: 100px;
  left: 45px;
}
.box_sp li {
  margin: 0 0 8px;
  padding-left: 5px;
  position: relative;
  text-align: left;
}
.box_sp li:not(.on) {
  opacity: 0;
  transform: translateY(20px) scale(0, 0);
  transform-origin: left bottom;
}
.box_sp li.active {
  animation: leftLight .3s forwards linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box_sp li > span {
  display: inline-block;
  min-width: 50px;
  min-height: 20px;
  padding: 5px 10px;
  border-radius: 12px;
  position: relative;
  line-height: 1.2;
  font-size: 11px;
  font-weight: bold;
  color: #1a1a1a;
  background: #fff;
}
.box_sp li:before {
  content: "";
  width: 14px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url("../images/result/komi_sp/fuki_sp.png") no-repeat;
  background-size: 100%;
}
.box_sp .blur-1 span {
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
/* アニメ無し */
.box_sp.on li {
  opacity: 1;
  transform: none;
}
/* komi_spmes
------------------------- */
.komi_spmes {
  margin-bottom: 0;
  padding-bottom: 20px;
  background: url("../images/result/komi_spmes/bg.png") no-repeat;
  background-size: 100%;
}
.komi_spmes > [class*="text"] {
  width: 96%;
  margin: auto;
  animation-duration: 1.2s !important;
}
.komi_spmes .text1_2 {
  position: absolute;
  top: 290px;
  right: 0;
  left: 0;
}
.komi_spmes .lead {
  margin-top: 220px;
}
.free_view .komi_spmes .lead {
  margin-top: 260px;
}
/* komi_choice
------------------------- */
/*--- 3つの未来 ---*/
[class^="komi_choice"] {
  margin-bottom: -1px; /* 線消し */
  padding: 0 0 35px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background-repeat: no-repeat, repeat-y;
  background-position: bottom, center;
  background-size: 100%;
}
[class^="komi_choice"].ppv {
  margin: 8px 8px 20px;
  border-radius: 5px;
}
.komi_choice1 {
  background-image: url("../images/result/komi_mirai/parts/1/bg_btm1.jpg"), url("../images/result/komi_mirai/parts/1/bg_mid1.jpg");
}
.komi_choice2 {
  background-image: url("../images/result/komi_mirai/parts/2/bg_btm1.jpg"), url("../images/result/komi_mirai/parts/2/bg_mid1.jpg");
}
.komi_choice3 {
  background-image: url("../images/result/komi_mirai/parts/3/bg_btm1.jpg"), url("../images/result/komi_mirai/parts/3/bg_mid1.jpg");
}
.tit_komi_choice {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-shadow: 0 0 1px rgba(4,0,89,.12);
  font-size: 20px;
  font-weight: bold;
}
.box_choice video {
  width: 186px;
  margin: auto;
  position: absolute;
  top: 75px;
  right: 0;
  left: 0;
}
.ppv .box_choice video {
  width: 195px;
  top: 83px;
}
[class^="komi_choice"] .lead {
  padding: 5px 30px;
  text-shadow: 0 0 1px rgba(4,0,89,.12);
}
/* komi_mirai
------------------------- */
.komi_mirai {
  margin-bottom: 0;
}
.komi_mirai > [class*="text"] {
  width: 94%;
  margin: auto;
}
/*----- 3つの未来選択 -----*/
.box_mirai_select {
  padding-right: 22px;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.box_mirai_select li {
  cursor: pointer;
  position: relative;
}
.box_mirai_select li:not(.disabled):after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  animation: decrease 1.2s linear infinite;
  background: url("../images/icon/icon_pointer.png") no-repeat;
  background-size: 100%;
}
.box_mirai_select li:nth-child(2):after {
  animation-delay: .2s !important;
}
.box_mirai_select li:nth-child(3):after {
  animation-delay: .4s !important;
}
/* 無効化 */
.box_mirai_select li.disabled {
  pointer-events: none;
}
.box_mirai_select li.disabled img {
  filter: grayscale(1) brightness(.8);
}
/* 誘導 */
.box_mirai_select .text_yudo {
  width: 80%;
  text-align: center;
  font-weight: bold;
  background: rgba(255, 255, 255, .65);
}
/*--- 1人用 ---*/
.box_mirai_select.one {
  height: 312px;
  padding-top: 140px;
  background-image: url("../images/result//komi_mirai/one/bg.jpg");
}
.box_mirai_select.one ul {
  justify-content: space-between;
}
.box_mirai_select.one li {
  width: 32%;
}
.box_mirai_select.one li:nth-child(2) {
  margin-top: -20px;
}
.box_mirai_select.one li:not(.disabled):after {
  right: -3px;
  bottom: -5px;
}
/*--- 2人用 ---*/
.box_mirai_select.two {
  padding-top: 5px;
  padding-bottom: 30px;
  background-image: url("../images/result//komi_mirai/two/bg.jpg");
  background-size: 100% 100%;
}
.box_mirai_select.two li + li {
  margin-top: -12px;
}
.box_mirai_select.two li:not(.disabled):after {
  right: 15px;
  bottom: 10px;
}
.box_mirai_select.two li.disabled:after {
  content: '鑑定へ進むには会員登録が必要です';
  width: 70%;
  margin: auto;
  padding: 7px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
  border: 1px solid #fff;
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Quicksand, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: rgba(255, 255, 255, .8);
}
/*----- modal -----*/
.komi_mirai_modal {
  display: none;
  width: 300px;
  margin: auto;
  height: 85vh;
  height: 85dvh; /* safari */
  border-radius: 8px;
  overflow-y: scroll;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 10;
  transform: translateY(-50%);
  background: rgba(255,255,255,.85);
}
.komi_mirai_modal > .inner {
  padding: 8px;
  overflow: hidden;
}
.komi_mirai_item {
  display: none;
}
/* CLOSE */
.btn_mirai_close {
  display: block;
  height: 20px;
  margin: 7px 0;
  background: url("../images/result/komi_mirai/parts/btn_close.png") no-repeat right;
  background-size: auto 100%;
}
/*--- komi_choice(3つの未来)直後の小見出し ---*/
[class*="komi_mirai_normal"] {
  padding: 30px 20px 40px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  color: #fff;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top, bottom, center;
  background-size: 100%;
}
.komi_mirai_normal1 {
  background-image: url("../images/result/komi_mirai/parts/1/bg_top2.jpg"), url("../images/result/komi_mirai/parts/1/bg_btm2.jpg"), url("../images/result/komi_mirai/parts/1/bg_mid2.jpg");
}
.komi_mirai_normal2 {
  background-image: url("../images/result/komi_mirai/parts/2/bg_top2.jpg"), url("../images/result/komi_mirai/parts/2/bg_btm2.jpg"), url("../images/result/komi_mirai/parts/2/bg_mid2.jpg");
}
.komi_mirai_normal3 {
  background-image: url("../images/result/komi_mirai/parts/3/bg_top2.jpg"), url("../images/result/komi_mirai/parts/3/bg_btm2.jpg"), url("../images/result/komi_mirai/parts/3/bg_mid2.jpg");
}
.tit_komi_mirai {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 98px;
  padding: 0 20px;
  text-shadow: 0 0 1px rgba(255,255,255,.12), 0 1px 5px #140057, 0 1px 5px #140057;
  font-size: 16px;
  color: #fff;
}
/*--- モーダル内の各小見出しの体裁調整 ---*/
.komi_mirai .lead._cmn .inner {
  padding: 12px 12px 25px;
}
.komi_mirai .lead._cmn:before,
.komi_mirai .lead._cmn:after,
.komi_mirai .lead._cmn .inner:before {
  content: '';
  width: 306px;
}
.komi_mirai_item > [class^="komi_"]:not([class^="komi_choice"]):not([class^="komi_mirai_"]) {
  margin: 0 -8px;
}
/* komi_kao */
.komi_mirai .box_kao {
  height: 220px;
  padding: 48px 36px 0;
}
/* komi_juyo */
.komi_mirai .box_juyo p {
  width: 95px;
}
.box_juyo .blur-1 span {
  text-shadow: 0 0 5px #040059;
}
/* komi_jiki / komi_yesno */
.komi_mirai [class^="box_yesno"] {
  margin: 0 -7px -20px;
}
.komi_mirai .komi_jiki .lead,
.komi_mirai .komi_yesno .lead {
  margin-top: 5px;
  margin-bottom: 10px;
}
/* komi_sp */
.komi_mirai .sp_time {
  top: 53.5px;
}
.komi_mirai .sp_name {
  top: 70px;
  left: 55px;
}
/* teller */
.komi_mirai .box_teller {
  min-height: 130px;
  padding: 0 0 0 12px;
}
.komi_mirai .box_teller .serif {
  width: 170px;
  box-shadow: 0 0 5px #fff, 0 0 8px #f9f8db;
  font-size: 13px;
  font-weight: bold;
}
/* komi_mes
------------------------- */
.komi_mes .inner {
  min-height: 290px;
}
/* komi_coupon
------------------------- */
/*--- lead ---*/
.box_coupon_use {
  padding: 10px 0 0;
}
.box_coupon_use .text-red {
  text-align: center;
}
.box_coupon_input {
  margin: 3px 0 0;
  position: relative;
}
.box_coupon_input input[type="text"] {
  width: 100%;
  padding: 0 10px;
  border: 1.5px solid #a97b0c;
  border-radius: 3px;
  line-height: 30px;
  font-weight: bold;
  background: #fff;
}
.box_coupon_input input.btn_use {
  display: block;
  width: 70px;
  height: 22px;
  margin: 0;
  padding: 0;
  box-shadow: none;
  background: url("../images/result/komi_coupon/btn_use.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

/*////////////////////////////////////////////////////////

無料結果

////////////////////////////////////////////////////////*/
/* free1
------------------------- */

/* free2
------------------------- */

/*////////////////////////////////////////////////////////

有料TOP

////////////////////////////////////////////////////////*/
/* komi_yudo_kekkon
------------------------- */
.komi_yudo_kekkon .lead {
  margin: 8px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px #351f7a inset, 0 0 10px #351f7a inset, 0 0 15px #351f7a inset;
  text-shadow: 0 1px 5px #3b307d, 0 0 10px #3b307d, 0 0 10px #3b307d;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: rgba(59,48,125,.66);
}
.komi_yudo_kekkon .box_mirai_select {
  height: auto;
  width: 108%;
  margin: 20px -4% 0;
  padding: 0;
  background: none;
}
.komi_yudo_kekkon .box_mirai_select li {
  width: 33%;
}
.btn_ppv036 {
  margin: -35px -20px;
}
/*////////////////////////////////////////////////////////

誘導

////////////////////////////////////////////////////////*/
/* 一部無料時の決済画面
------------------------- */
.ppv_view .confirm {
  background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.3) 25%, rgba(0,0,0,.5) 100%);
}
.ppv_view .confirm, .ppv_view .tit_sub01 {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Quicksand, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn_menu_check {
  width: 55%;
  margin: 0 auto 15px;
}
.frame-yellow {
  display: block;
  width: 70%;
  margin: 2px auto 5px;
  padding: 3px;
  color: #000;
  background: yellow;
}
/* form */
.disp-1 .confirmBox > li {
  margin-bottom: 10px;
}
.disp-1 .confirmBox > li img {
  display: block;
  width: auto;
  height: 20px;
  margin: 0 auto 5px;
}
/* coipo */
.disp-1 .box_point_form {
  margin-bottom: 10px;
  font-size: 12px;
}
.disp-1 .box_point_form p {
  margin-bottom: 0;
  line-height: 1.2;
}
.disp-1 .box_point_form .text-yellow {
  font-size: 1.3em;
  color: deeppink !important;
}
.disp-1 .box_point_form .pop_coipo {
  margin-bottom: 5px;
  font-size: .9em;
}
/* komi_yudo
------------------------- */
#yudo .lead._cmn {
  margin-top: 12px;
}
#yudo .menu_list:last-child {
  margin-bottom: 0;
}
#yudo [class^="komi_"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
#yudo .text_yudo > span:after {
  content: none;
}
#yudo .txt_notice {
  margin: 8px 0 0;
  text-align: center;
  line-height: 1.2;
  font-size: 11px;
}
#yudo a {
  text-decoration: none;
}

/*////////////////////////////////////////////////////////

free_connect

////////////////////////////////////////////////////////*/
/* btn
------------------------- */
[class^="bokashi"] .btn_free_connect_more {
  background: url("../images/btn/free_connect/btn_more.png") no-repeat;
  background-size: 100%;
}
/* free1
------------------------- */
/*--- temp1 ---*/
.modal_free_connect .new .box_vision {
  height: 540px;
  padding-top: 170px;
}
.modal_free_connect .vision_text2 {
  top: 170px;
  font-size: 22px;
}

/*--- temp2 ---*/

/* free2
------------------------- */
/*--- temp1 ---*/
