@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/*////////////////////////////////////////////////////////

common

////////////////////////////////////////////////////////*/
/*=======================================
Base Setting
========================================*/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}
img {
  width: 100%;
  margin: 0;
  border: none;
  vertical-align: bottom;
}
p {
  margin-bottom: 10px;
}
ul, li {
  list-style: none;
}
a {
  text-underline-offset: 2px;
  color: #00ffd8;
}
a:hover {
  text-decoration: none;
}
font, basefont {
  font-size: 13px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.palt {
  font-feature-settings: "palt";
  letter-spacing: -1px;
}
/* clearfix
------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
/*=======================================
utility
========================================*/
/* display
------------------------- */
.d-none, .none {
  display: none;
}
.d-block, .block {
  display: none;
}
/* キャリア出し分け */
.sp_on, .career-sp .sp_off {
  display: none;
}
.career-sp .sp_on {
  display: block;
}
/* space
------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-m10 {
  margin-bottom: -10px !important;
}
.mb-m30 {
  margin-bottom: -30px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 45px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-10 {
  padding: 0 10px !important;
}
/* width
------------------------- */
.w-50 {
  width: 50%;
  margin: 0 auto;
}
.w-90 {
  width: 90%;
  margin: 0 auto;
}
.w-100 {
  width: 100% !important;
}
/* text
------------------------- */
.to {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
/* align */
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
/* size */
.text-small {
  font-size: 0.8em !important;
}
.text-small02 {
  font-size: 0.9em !important;
}
.text-medium {
  font-size: 1.1em !important;
}
.text-medium02 {
  font-size: 1.2em !important;
}
.text-large {
  line-height: 1.6;
  font-size: 1.3em !important;
}
.text-large02 {
  line-height: 1.65;
  font-size: 1.5em !important;
}
.text-bigger {
  line-height: 1.7;
  font-size: 1.8em !important;
}
.text-bigger02 {
  line-height: 1.75;
  font-size: 2em !important;
}
.text-bold, .bold {
  font-weight: bold !important;
}
/* style */
.text-mincho {
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
/* color */
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-red {
  color: #f12525 !important;
  font-weight: bold;
}
.text-pink {
  color: #f15f99 !important;
}
.text-pink02 {
  color: #fb8ec9 !important;
}
.text-blue {
  color: #00fff6 !important;
}
.text-brown {
  color: #b14b00 !important;
}
.text-purple {
  color: #9000ff !important;
}
.text-purple02 {
  color: #9200fa !important;
}
.text-violet {
  color: #6300c0 !important;
}
.text-violet02 {
  color: #330099 !important;
}
.text-green {
  color: #008e00 !important;
}
.text-green02 {
  color: #00ff33 !important;
}
.text-yellow {
  color: #ffff00 !important;
}
.text-yellow02 {
  color: #ffe400 !important;
}
.text-yellow03 {
  color: #ffcb41 !important;
}
.text-orange {
  color: #f28904 !important;
}
/* shadow */
[class^="text-shadow"] {
  color: #fff;
}
[class^="text-shadow"] a {
  text-underline-offset: 4px;
}
.text-shadow {
  text-shadow: 0 1px 2px #000, 0 1px 2px #000, 0 1px 2px #000, 0 2px 2px #1e1d1f;
}
.text-shadow_purple {
  text-shadow: 0 0 10px #9710ff, 0 0 10px #9710ff, 0 0 10px #9710ff, 0 0 10px #9710ff, 0 0 10px #9710ff, 0 0 10px #9710ff;
}
.text-shadow_purple01 {
  text-shadow: 0 0 2px #7f14fa, 0 0 2px #7f14fa, 0 0 2px #7f14fa, 0 0 2px #7f14fa, 0 0 2px #7f14fa, 0 0 2px #7f14fa, 0 0 2px #7f14fa, 0 0 2px #7f14fa, 0 0 2px #7f14fa, 0 0 2px #7f14fa, 0 0 2px #7f14fa;
}
.text-shadow_pink {
  text-shadow: 0 0 1px #db21b3, 0 0 1px #db21b3, 0 0 5px #dc2075, 0 0 5px #dc2075;
}
.text-shadow_pink01 {
  text-shadow: 0 0 2px #fa14db, 0 0 2px #fa14db, 0 0 2px #fa14db, 0 0 2px #fa14db, 0 0 2px #fa14db, 0 0 2px #fa14db, 0 0 2px #fa14db, 0 0 2px #fa14db, 0 0 2px #fa14db, 0 0 2px #fa14db, 0 0 2px #fa14db;
}
.text-shadow_blue {
  text-shadow: 0 1px 10px #008aff, 0 3px 10px #008aff, 0 0 10px #008aff, 0 0 10px #008aff;
}
.text-shadow_red {
  text-shadow: 0 0 3px #ff1f1f, 0 0 5px #ff1f1f, 0 0 10px #ff1f1f, 0 0 10px #ff1f1f, 0 0 10px #ff1f1f, 0 0 10px #ff1f1f, 0 0 10px #ff1f1f;
}
.text-shadow_yellow {
  text-shadow: 0 0 1px #604a0a, 0 0 1px #816d30, 0 0 1px #ae9857, 0 0 3px #604a0a, 0 0 5px #ae9857, 0 0 10px #ffea00;
  font-weight: bold;
}
.text-light {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 140%;
  text-align: center !important;
  color: #fff799;
  text-shadow: 0 0 10px #ffff00;
}
.txt_notice {
  padding: 0 10px 5px;
  line-height: 17px;
  text-align: left;
  font-size: 12px;
}
.txt_guide {
  margin: 10px 0;
  padding: 0 10px 0 30px;
  line-height: 1.1;
  text-align: left !important;
  font-size: 12px;
  color: yellow;
  background: url(../images/icon/01.png) no-repeat 10px center;
  background-size: 15px;
  font-weight: bold;
}
/*=======================================
form
========================================*/
.form-box {
  padding-bottom: 20px;
}
.form-box .form-title {
  margin: 20px 0 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 105%;
  border-bottom: 1px solid #98750a;
}
.form-box .form-caution {
  margin-bottom: 3px;
  color: #f5d80f;
  font-size: 0.8em;
}
input, select, textarea, button {
  outline: none;
  box-shadow: none;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
input, select, textarea {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px;
  font-size: 14px;
  color: #1e1d1f;
}
input[type="image"] {
  width: 100%;
  padding: 0;
}
select {
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  padding: 0 20px 0 5px;
  border: 1px solid #9a9a9a;
  background: url(../images/icon/arrow_select.png) no-repeat 95% center #fff;
  background-size: 8px;
}
textarea {
  width: 100%;
  height: 10em;
  margin: 0 auto;
  background: #fff;
}
.form-box .form-btn {
  padding-top: 20px;
  text-align: center;
}
.form-box .form-btn p {
  margin-bottom: 10px;
  font-size: 0.9em;
}
.form-btn input, .form-btn a {
  display: block;
  width: 250px;
  height: 45px;
  margin: auto;
  padding: 0 0 1px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .8);
  border: 2px solid #fff;
  border-radius: 50px;
  letter-spacing: 1px;
  line-height: 35px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  color: #5d1214;
  position: relative;
  background: #fffbdc;
  background: -moz-linear-gradient(top, #fffbdc 0%, #f0df7c 50%, #aa6e08 100%);
  background: -webkit-linear-gradient(top, #fffbdc 0%, #f0df7c 50%, #aa6e08 100%);
  background: linear-gradient(to bottom, #fffbdc 0%, #f0df7c 50%, #aa6e08 100%);
}
.input-btn {
  width: 90%;
  margin: 0 auto;
  text-align: center !important;
}
.input-btn li {
  display: inline-block !important;
  width: 42% !important;
  margin: 0 2% !important;
}
.input-btn li input {
  width: 100% !important;
}
.input-btn li:first-child input {
  background: -webkit-gradient(linear, left top, left bottom, from(#DDD), to(#666));
  background: -moz-linear-gradient(top, #DDD, #666);
}
.box_form select {
  width: 90%;
  margin: 0 auto 10px;
  padding: 8px 5px;
  background: #fff;
}
/* radio */
.form-box input[type="radio"] {
  display: none;
}
.form-box label.radio-on, .form-box label.radio-off {
  display: inline-block;
  margin: 5px 10px 10px 0;
  padding-left: 25px;
  position: relative;
}
.form-box label.radio-off:before, .form-box label.radio-on:before, .form-box label.radio-on:after {
  content: "";
  position: absolute;
}
.form-box label.radio-off:before, .form-box label.radio-on:before {
  width: 18px;
  height: 18px;
  border: 2px solid #a38a24;
  border-radius: 18px;
  left: 0;
  background: #fff;
}
.form-box label.radio-on:after {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 12px;
  top: 5px;
  left: 5px;
  background: #a38a24;
}
/* checkbox */
.form-box input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  vertical-align: -5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: relative;
  z-index: 10;
}
.form-box input[type="checkbox"] + label {
  width: 20px;
  height: 20px;
  margin: 0;
  background: url(../images/icon/icon-chkbox.png) no-repeat left;
  background-size: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}
.form-box input[type="checkbox"]:checked + label {
  background: url(../images/icon/icon-chkbox_on.png) no-repeat left;
  background-size: 20px;
}
.form-box label.chkbox-on, .form-box label.chkbox-off {
  display: inline-block;
  margin: 5px 10px 20px 0;
  padding-left: 25px;
  position: relative;
}
.form-box label.chkbox-off:before, .form-box label.chkbox-on:before, .form-box label.chkbox-on:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}
.form-box label.chkbox-off:before, .form-box label.chkbox-on:before {
  background: url(../images/icon/icon-chkbox.png) no-repeat left;
  background-size: 20px;
}
.form-box label.chkbox-on:after {
  background: url(../images/icon/icon-chkbox_on.png) no-repeat left;
  background-size: 20px;
}
.error-message {
  padding: 0 10px;
  line-height: 1.5;
  font-size: 10px;
  font-weight: bold;
  color: red;
}
/*=======================================
Base layout
========================================*/
html {
  scroll-behavior: smooth;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Quicksand, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #2d223c;
}
#container {
  min-height: 100%;
  margin: 0 auto -100px;
  text-align: center;
  position: relative;
}
/* contents
------------------------- */
.contents {
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: left;
}
.contents02 {
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: left;
}
/* header
------------------------- */
h1.logo {
  position: relative;
  z-index: 1;
}
h1.logo img {
  width: 100%;
}
h1.logo a {
  display: block;
}
/* freeTop footer（固定ボタン）
------------------------- */
[id^="fix-nav"] {
  width: 100%;
  padding: 5px;
  border-top: 1px solid #5a5a5a;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}
[id^="fix-nav"] ul {
  display: flex;
  align-items: stretch;
  justify-content: space-around
}
[id^="fix-nav"] a {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  height: 45px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
[id^="fix-nav"] span {
  display: inline-block;
  padding: 3px 0 0;
  font-size: 10px;
  font-weight: normal;
}
#fix-nav .login {
  width: 100%;
}
#fix-nav .login a {
  padding: 0 0 4px;
  background: #383838;
}
#fix-nav .free {
  width: 25%;
}
#fix-nav .free a {
  font-size: 12px;
  background: #383838;
}
#fix-nav .regist a {
  background: #006672;
}
/* 赤ボタン時 registにredを付ける */
#fix-nav .regist.red a {
  font-weight: bold;
  color: #e1f600;
  background: #e10d12;
}
/* 固定ボタン ver02 */
#fix-nav02 li {
  width: 32%;
}
#fix-nav02 .login a {
  padding: 0 0 4px;
  background: #383838;
}
#fix-nav02 .free01 a {
  background: #006672;
}
#fix-nav02 .free02 a {
  background: #A71959;
}
#fix-nav02 .free01 a, #fix-nav02 .free02 a {
  line-height: 1;
}
.fix-nav_active {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
/* footer
------------------------- */
#footer-space {
  height: 190px;
  text-indent: -9999px;
  overflow: hidden;
}
.footer {
  width: 100%;
  padding: 15px 0 0;
  text-align: center;
  background: #392b4d;
}
#free .footer {
  padding-bottom: 50px;
}
.footer ul {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.footer li {
  width: 49%;
  float: left;
  margin-bottom: 8px;
}
.footer li:nth-child(even) {
  float: right;
}
.footer li.last {
  width: 100%;
  float: none;
  clear: both;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer li.last a {
  font-size: 13px;
}
.footer li a, .btn-pagetop a {
  display: block;
  padding: 10px 5px;
  box-shadow: 0 1px 3px #fff inset, 1px 0 3px #fff inset;
  border-radius: 7px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  background: #ffffd3;
  background: -moz-linear-gradient(top, #ffffd3 0%, #9a696a 10%, #9a6669 50%, #9c595e 90%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ffffd3 0%, #9a696a 10%, #9a6669 50%, #9c595e 90%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffd3 0%, #9a696a 10%, #9a6669 50%, #9c595e 90%, #ffffff 100%);
}
.footer p {
  margin: 0;
}
.footer p.btn-pagetop {
  width: 95%;
  margin: 0 auto 10px;
  overflow: hidden;
  text-align: center;
}
.btn-pagetop span {
  padding: 5px 27px 5px 27px;
  background: url(../images/icon/arrow_top.png) no-repeat left center, url(../images/icon/arrow_top.png) no-repeat right center;
  background-size: 18px;
}
.copy {
  clear: both;
  padding: 10px 10px 20px;
  font-size: 12px;
  color: #fff;
}
.pagetop {
  margin-right: 10px;
  text-align: right;
}
.pagetop a {
  display: inline-block;
  padding: 6px 23px 0 0;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  background: url(../images/icon/arrow_wh1.png) no-repeat right 8px;
  background-size: 17px;
}
/* フッターナビ */
.footer_nav {
  width: 100%;
  background: url(../images/common/footer/footer_nav.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* ウィンドウ固定用 */
.footer_nav.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1001;
}
.footer_nav ul {
  overflow: hidden;
}
.footer_nav li {
  width: 20%;
  height: 40px;
  float: left;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.footer_nav li a {
  display: block;
  width: 100%;
  height: 100%;
}
/* current */
.current_paytop {
  background-image: url("../images/common/footer/footer_nav_top.jpg");
}
.current_search {
  background-image: url("../images/common/footer/footer_nav_search.jpg");
}
.current_menu {
  background-image: url("../images/common/footer/footer_nav_menu.jpg");
}
.current_ppvtop {
  background-image: url("../images/common/footer/footer_nav_ppv.jpg");
}
.current_mypage {
  background-image: url("../images/common/footer/footer_nav_mypage.jpg");
}
/* coipo未連携&スタンプバッジ */
.footer_nav .no_connect {
  position: relative;
}
.footer_nav .no_connect:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  right: 2px;
  background: url(../images/coipo/icon-mark.png) no-repeat;
  background-size: 100%;
}
.footer_nav .connect:after {
  content: none;
}
/*=======================================
Common parts
========================================*/
/* carrier login
------------------------- */
.carrier-btn {
  margin: 15px 0;
  padding: 10px;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
}
.carrier-btn img:first-child {
  margin-bottom: 5px;
}
.carrier-btn ul {
  position: relative;
  overflow: hidden;
}
.carrier-btn ul li {
  width: 50%;
  margin: 20px auto 0;
}
.box-login {
  margin: 15px 0;
  padding: 10px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.box-login ul li {
  width: 30%;
  display: inline-block;
}
.box-login ul li a {
  line-height: 100%;
  display: block;
  padding: 12px 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px #FFFFFF inset, 0 -1px 2px #000000 inset;
  box-shadow: 0 1px 2px #FFFFFF inset, 0 -1px 2px #000000 inset;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 -1px #000000;
}
.box-login ul li.sp a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FD7D7D), color-stop(1, #A80006));
  background-image: -moz-linear-gradient(top, #FD7D7D 0%, #A80006 100%);
  background-image: linear-gradient(to bottom, #FD7D7D 0%, #A80006 100%);
}
.box-login ul li.spau a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDA015), color-stop(1, #BE3C00));
  background-image: -moz-linear-gradient(top, #FDA015 0%, #BE3C00 100%);
  background-image: linear-gradient(to bottom, #FDA015 0%, #BE3C00 100%);
}
.box-login ul li.spsb a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BDBDBD), color-stop(1, #4A4A4A));
  background-image: -moz-linear-gradient(bottom, #BDBDBD 0%, #4A4A4A 100%);
  background-image: linear-gradient(to bottom, #BDBDBD 0%, #4A4A4A 100%);
}
.space-master {
  padding-top: 85px !important;
}
/* confirm-box
------------------------- */
.confirm-box {
  width: 100%;
}
.confirm-box:after {
  content: "";
  display: block;
  clear: both;
}
.confirm-box .buy-btn, .partRelease-btn, .confirm-box center {
  margin-top: 10px;
}
/* checkbox */
.list-chk input[type="checkbox"] {
  display: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.list-chk label {
  display: block;
  margin: 0 10px;
  padding: 5px 10px 5px 30px;
  border-radius: 0;
  color: #fff;
}
.list-chk label a {
  color: #fff;
}
.list-chk label.checked {
  background: url(../images/icon/icon-chkbox_on.png) no-repeat left;
  background-size: 20px;
}
.list-chk label.unchecked {
  background: url(../images/icon/icon-chkbox.png) no-repeat left;
  background-size: 20px;
}
/* advertisement
------------------------- */
.ad-box, .pointBox {
  margin: 0 10px 15px;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  background: rgba(101, 79, 33, 0.8);
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px #ffcc00 inset, 0 0 10px #fbd45c inset, 0 0 5px rgba(0, 0, 0, 1) inset;
  box-shadow: 0 0 3px rgba(255, 204, 0, 0.7) inset, 0 0 10px rgba(251, 212, 92, 0.5) inset, 0 0 5px rgba(0, 0, 0, 1) inset;
}
.ad-box a, .pointBox a {
  color: #FFBC00;
}
/*=======================================
parts
========================================*/
/* title
------------------------- */
.title, .subtitle, .tit_sub {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 45px;
  margin: 0 0 10px;
  padding: 0 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  line-height: 1.3;
  font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.title {
  font-size: 16px;
}
.subtitle, .tit_sub {
  font-size: 15px;
}
.title, .tit_sub, .tit_sub.pink {
  background: url(../images/bar/pink.jpg) no-repeat center;
  background-size: 100%;
}
.tit_sub.red {
  background: url(../images/bar/red.jpg) no-repeat center;
  background-size: 100%;
}
.tit_sub.blue, .subtitle {
  background: url(../images/bar/blue.jpg) no-repeat center;
  background-size: 100%;
}
.tit_sub.purple {
  background: url(../images/bar/purple.jpg) no-repeat center;
  background-size: 100%;
}
.title.long {
  margin: 0;
  height: 72px;
  background: url("../images/bar/blue_long.jpg") no-repeat center;
  background-size: 100%;
}
.tit_sub01 {
  margin-bottom: 15px;
  padding: 5px;
  border-top: 2px solid #9c27b0;
  border-bottom: 2px solid #9c27b0;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.list_menu:not(.update) .tit_sub {
  margin: 0;
  letter-spacing: 1px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Quicksand, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  background: url(../images/bar/menu/pink.png) no-repeat center;
  background-size: 100%;
}
.list_menu:not(.update).blue .tit_sub {
  background: url(../images/bar/menu/blue.png) no-repeat center;
  background-size: 100%;
}
/* menu_title
------------------------- */
.menu_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 90px;
  padding: 20px 20px 20px 15px;
  position: relative;
  background: url(../images/result/parts/bg_menu_top.jpg) no-repeat top, url(../images/result/parts/bg_menu_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_menu_mid.jpg) repeat-y;
  background-size: 100%;
}
.menu_title .menu_icon {
  width: 23%;
  margin: 0;
}
.menu_title h2, .menu_title h3 {
  width: 75%;
  line-height: 1.4;
  text-align: left;
  font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.menu_title h2 a, .menu_title h3 a {
  text-shadow: none;
  font-weight: bold;
  color: #000;
}
/* button
------------------------- */
/* flex */
.btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-flex [class^="btn-"] {
  width: 45%;
  margin: 0 3px !important;
}
/* main */
.btn-main {
  position: relative;
}
.btn-main a, .btn-main input, .btn-submit a, input.btn-submit {
  display: block;
  width: 270px;
  margin: 0 auto;
  padding: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cd19fa;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background: #65018f;
}
.btn-main input {
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
}
.pointer {
  width: 20px;
  position: absolute;
  right: 56px;
  bottom: -10px;
}
/* menu */
.btn-menu {
  width: 92%;
  margin: 15px auto 0;
  overflow: hidden;
}
.btn-menu li {
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cd19fa;
  text-align: center;
  background: #65018f;
}
.btn-menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
}
/* link */
.btn-link {
  margin: 0 10px 15px 0;
  text-align: right;
}
.btn-link li:not(:last-child) {
  margin: 0 0 10px;
}
.btn-link01 {
  margin: 0 auto;
  text-align: center;
}
.btn-link.left {
  margin: 0 0 15px 10px;
  text-align: left;
}
.btn-link a {
  display: inline-block;
  padding: 8px 30px 8px 20px;
  color: #333 !important;
  text-decoration: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px #FFF inset, -1px -1px 1px #666 inset;
  box-shadow: 1px 1px 1px #FFF inset, -1px -1px 1px #666 inset;
  background: url(../images/icon/arrow_gr.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#AAA));
  background: url(../images/icon/arrow_gr.png) no-repeat right, -moz-linear-gradient(top, #EEE, #AAA);
  -webkit-background-size: 12px, 100%;
  background-size: 12px, 100%;
  z-index: 9;
}
.btn-link.left a {
  padding: 8px 20px 8px 30px;
  color: #333 !important;
  text-decoration: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px #FFF inset, -1px -1px 1px #666 inset;
  box-shadow: 1px 1px 1px #FFF inset, -1px -1px 1px #666 inset;
  background: url(../images/icon/arrow_gr2.png) no-repeat top 50% left 3px, -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#AAA));
  background: url(../images/icon/arrow_gr2.png) no-repeat top 50% left 3px, -moz-linear-gradient(top, #EEE, #AAA);
  -webkit-background-size: 15px auto, 100% auto;
  background-size: 15px auto, 100% auto;
  z-index: 9;
}
.btn-link01 a {
  padding: 6px 15px;
  font-weight: bold;
  text-shadow: none;
  color: #4a74fe !important;
  -webkit-box-shadow: 1px 1px 1px #FFF inset, -1px -1px 1px #ffffff inset;
  box-shadow: 1px 1px 1px #FFF inset, -1px -1px 1px #ffffff inset, 1px 1px 5px #555;
  background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#AAA));
}
/* color */
[class^="btn-color-"] {
  width: 92%;
  margin: auto;
  position: relative;
}
[class^="btn-color-"] + [class^="btn-color-"] {
  margin-top: 10px;
}
[class^="btn-color-"] a {
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  line-height: 1.4;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
}
[class^="btn-color-"] a span {
  line-height: 1.2;
  font-size: 1.15em;
  font-weight: bold;
}
.btn-color-red a {
  box-shadow: 0 2px 3px #e79cfa inset, 0 -2px 3px #59034a inset, 0 2px 5px rgba(0, 0, 0, 0.5);
  background: rgb(241, 77, 143);
  background: -moz-linear-gradient(top, rgba(241, 77, 143, 1) 0%, rgba(190, 0, 109, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(241, 77, 143, 1) 0%, rgba(190, 0, 109, 1) 100%);
  background: linear-gradient(to bottom, rgba(241, 77, 143, 1) 0%, rgba(190, 0, 109, 1) 100%);
}
.btn-color-pink a {
  box-shadow: 0 2px 3px #e79cfa inset, 0 -2px 3px #59034a inset, 0 2px 5px rgba(0, 0, 0, 0.5);
  background: rgb(201, 60, 192);
  background: -moz-linear-gradient(top, rgba(201, 60, 192, 1) 0%, rgba(165, 3, 152, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(201, 60, 192, 1) 0%, rgba(165, 3, 152, 1) 100%);
  background: linear-gradient(to bottom, rgba(201, 60, 192, 1) 0%, rgba(165, 3, 152, 1) 100%);
}
.btn-color-pink.trans a {
  box-shadow: 0 2px 3px #e79cfa inset, 0 -2px 3px #59034a inset, 0 2px 5px rgba(0, 0, 0, 0.5);
  background: rgb(201, 60, 192);
  background: -moz-linear-gradient(top, rgba(201, 60, 192, 0.7) 0%, rgba(165, 3, 152, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(201, 60, 192, 0.7) 0%, rgba(165, 3, 152, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(201, 60, 192, 0.7) 0%, rgba(165, 3, 152, 0.7) 100%);
}
.btn-color-purple a {
  box-shadow: 0 2px 3px #c69cfa inset, 0 -2px 3px #1e0236 inset, 0 2px 5px rgba(0, 0, 0, 0.5);
  background: rgb(152, 59, 198);
  background: -moz-linear-gradient(top, rgba(152, 59, 198, 1) 0%, rgba(74, 2, 145, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(152, 59, 198, 1) 0%, rgba(74, 2, 145, 1) 100%);
  background: linear-gradient(to bottom, rgba(152, 59, 198, 1) 0%, rgba(74, 2, 145, 1) 100%);
}
.btn-color-purple.trans a {
  box-shadow: 0 2px 3px #c69cfa inset, 0 -2px 3px #1e0236 inset, 0 2px 5px rgba(0, 0, 0, 0.5);
  background: rgb(152, 59, 198);
  background: -moz-linear-gradient(top, rgba(152, 59, 198, 0.7) 0%, rgba(74, 2, 145, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(152, 59, 198, 0.7) 0%, rgba(74, 2, 145, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(152, 59, 198, 0.7) 0%, rgba(74, 2, 145, 0.7) 100%);
}
.btn-color-blue a {
  box-shadow: 0 2px 3px #9cc4fa inset, 0 -2px 3px #031959 inset, 0 2px 5px rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(64, 164, 214, 1) 0%, rgba(3, 20, 170, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(64, 164, 214, 1) 0%, rgba(3, 20, 170, 1) 100%);
  background: linear-gradient(to bottom, rgba(64, 164, 214, 1) 0%, rgba(3, 20, 170, 1) 100%);
}
.btn-color-green a {
  box-shadow: 0 2px 3px #b0fa9c inset, 0 -2px 3px #055903 inset, 0 2px 5px rgba(0, 0, 0, 0.5);
  background: rgb(67, 170, 51);
  background: -moz-linear-gradient(top, rgba(67, 170, 51, 1) 0%, rgba(7, 104, 2, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(67, 170, 51, 1) 0%, rgba(7, 104, 2, 1) 100%);
  background: linear-gradient(to bottom, rgba(67, 170, 51, 1) 0%, rgba(7, 104, 2, 1) 100%);
}
.btn-color-yellow a {
  box-shadow: 0 2px 3px #faee9c inset, 0 -2px 3px #594803 inset, 0 2px 5px rgba(0, 0, 0, 0.5);
  background: rgb(214, 204, 64);
  background: -moz-linear-gradient(top, rgba(214, 204, 64, 1) 0%, rgba(193, 136, 3, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(214, 204, 64, 1) 0%, rgba(193, 136, 3, 1) 100%);
  background: linear-gradient(to bottom, rgba(214, 204, 64, 1) 0%, rgba(193, 136, 3, 1) 100%);
}
/* yudo */
.btn-yudo {
  width: 95%;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
}
.btn-yudo li {
  width: 100%;
  margin: 0 auto 10px;
}
.btn-yudo a {
  display: block;
  padding: 13px 10px;
  border: 1px solid #ffd54b;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.btn-yudo.red a, .btn-yudo .red a {
  background: rgb(207, 13, 13);
  background: -moz-linear-gradient(top, rgba(207, 13, 13, 0.8) 0%, rgba(141, 1, 1, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(207, 13, 13, 0.8) 0%, rgba(141, 1, 1, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(207, 13, 13, 0.8) 0%, rgba(141, 1, 1, 0.8) 100%);
}
.btn-yudo.pink a, .btn-yudo .pink a {
  background: rgb(214, 6, 148);
  background: -moz-linear-gradient(top, rgba(214, 6, 148, 0.8) 0%, rgba(132, 3, 72, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(214, 6, 148, 0.8) 0%, rgba(132, 3, 72, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(214, 6, 148, 0.8) 0%, rgba(132, 3, 72, 0.8) 100%);
}
.btn-yudo.blue a, .btn-yudo .blue a {
  background: rgb(13, 159, 207);
  background: -moz-linear-gradient(top, rgba(13, 159, 207, 0.8) 0%, rgba(21, 50, 77, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(13, 159, 207, 0.8) 0%, rgba(21, 50, 77, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(13, 159, 207, 0.8) 0%, rgba(21, 50, 77, 0.8) 100%);
}
.btn-yudo.purple a, .btn-yudo .purple a {
  background: rgb(197, 24, 234);
  background: -moz-linear-gradient(top, rgba(197, 24, 234, 0.8) 0%, rgba(54, 1, 141, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(197, 24, 234, 0.8) 0%, rgba(54, 1, 141, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(197, 24, 234, 0.8) 0%, rgba(54, 1, 141, 0.8) 100%);
}
.btn-yudo.green a, .btn-yudo .green a {
  background: rgb(45, 239, 205);
  background: -moz-linear-gradient(top, #1cb728 0%, #08520b 100%);
  background: -webkit-linear-gradient(top, #1cb728 0%, #08520b 100%);
  background: linear-gradient(to bottom, #1cb728 0%, #08520b 100%);
}
.btn-yudo.yellow a, .btn-yudo .yellow a {
  background: rgb(207, 132, 13);
  background: -moz-linear-gradient(top, rgba(207, 132, 13, 0.8) 0%, rgba(124, 54, 11, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(207, 132, 13, 0.8) 0%, rgba(124, 54, 11, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(207, 132, 13, 0.8) 0%, rgba(124, 54, 11, 0.8) 100%);
}
/* decobtn */
.decobtn-color01 {
  width: 90%;
  margin: 10px auto;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  /*background-image: -moz-linear-gradient(left, rgba(100, 66, 2, 1) 0%, rgba(247, 201, 114, 1) 25%, rgba(254, 238, 208, 1) 45%, rgba(247, 201, 114, 1) 65%, rgba(100, 66, 2, 1) 100%);
  background-image: -webkit-linear-gradient(left, rgba(100, 66, 2, 1) 0%, rgba(247, 201, 114, 1) 25%, rgba(254, 238, 208, 1) 45%, rgba(247, 201, 114, 1) 65%, rgba(100, 66, 2, 1) 100%);
  position: relative;
  overflow: hidden;*/
}
.decobtn-color01 a {
  display: block;
  padding: 10px;
  border-image-slice: 5;
  border-width: 5px;
  border-image-repeat: round;
  border-style: solid;
  line-height: 1.4 !important;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.decobtn-color01 a:after {
  content: "\025b6";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: scale(0.6, 1) translateY(-50%);
}
/* red */
.decobtn-color01 .btn-red {
  border-image-source: repeating-linear-gradient(45deg, #d92751 0, #d92751 6px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 8px);
  background-color: #fadce3;
}
.decobtn-color01 .btn-red:after {
  color: #d92751;
}
/* pink */
.decobtn-color01 .btn-pink {
  border-image-source: repeating-linear-gradient(45deg, #d927a9 0, #d927a9 6px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 8px);
  background-color: #fadce3;
}
.decobtn-color01 .btn-pink:after {
  color: #d927a9;
}
/* blue */
.decobtn-color01 .btn-blue {
  border-image-source: repeating-linear-gradient(45deg, #27acd9 0, #27acd9 6px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 8px);
  background-color: #dcf2fa;
}
.decobtn-color01 .btn-blue:after {
  color: #27acd9;
}
/* purple */
.decobtn-color01 .btn-purple {
  border-image-source: repeating-linear-gradient(45deg, #a927d9 0, #a927d9 6px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 8px);
  background-color: #efdcfa;
}
.decobtn-color01 .btn-purple:after {
  color: #a927d9;
}
/* list
------------------------- */
.list {
  padding: 0 10px 20px 10px;
  margin-bottom: 10px;
}
.list.b_red {
  background: url(../images/menu/bg_list01_btm.jpg) no-repeat bottom, url(../images/menu/bg_list01_mid.jpg) repeat-y;
  background-size: 100%;
}
.list.b_blue {
  background: url(../images/menu/bg_list02_btm.jpg) no-repeat bottom, url(../images/menu/bg_list02_mid.jpg) repeat-y;
  background-size: 100%;
}
.list.b_purple {
  background: url(../images/menu/bg_list02_btm.jpg) no-repeat bottom, url(../images/menu/bg_list02_mid.jpg) repeat-y;
  background-size: 100%;
}
.list.b_blue02 {
  background: url(../images/menu/bg_list03_btm.jpg) no-repeat bottom, url(../images/menu/bg_list03_mid.jpg) repeat-y;
  background-size: 100%;
}
.list li {
  width: 100%;
  position: relative;
  display: table;
  margin-bottom: 4px;
  height: 55px;
}
.list li a {
  display: table-cell;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  padding: 2px 30px 0 15px;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.3;
}
.list.b_red a {
  color: #d23d64;
  background: url(../images/menu/bg_list01.png) no-repeat;
  background-size: 100% auto;
}
.list.b_blue a {
  color: #4400cc;
  background: url(../images/menu/bg_list02.png) no-repeat;
  background-size: 100% auto;
}
.list.b_purple a {
  color: #cc00cc;
  background: url(../images/menu/bg_list03.png) no-repeat;
  background-size: 100% auto;
}
.list.b_blue02 a {
  color: #4400cc;
  background: url(../images/menu/bg_list04.png) no-repeat;
  background-size: 100% auto;
}
/* all, nolink, arrow */
li.all {
  width: auto;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: none;
  box-shadow: none;
}
li.all a {
  padding: 8px 20px 8px 10px;
  border: none;
  text-decoration: none;
  text-align: right;
  font-size: 13px;
  background: url(../images/icon/arrow_wh.png) no-repeat 99%;
  background-size: 10px;
}
li.all a:after {
  content: "";
  width: 8px;
  height: 12px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../images/icon/arrow_cha.png) no-repeat;
  background-size: 100%;
}
.list .nolink a {
  display: block;
  padding: 5px;
  text-align: left;
  text-decoration: none;
  background: none;
}
.list li.nolink {
  display: block;
  padding: 5px;
  text-align: left;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #eee;
  background: #999;
}
.list.no-arrow a:after {
  content: none;
}
.list font {
  padding: 0 10px;
  font-size: 11px !important;
}
/* list-menu
------------------------- */
[class^="list-menu"] li, [class^="list-menu"] dl {
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
[class^="list-menu"] li.nolink, [class^="list-menu"] dl.nolink {
  padding: 8px 10px;
  font-size: 13px;
  color: #ddd;
}
[class^="list-menu"] li.nolink span, [class^="list-menu"] dl.nolink dt {
  display: block;
  font-size: 0.85em;
  color: #e4b22b;
}
[class^="list-menu"] a {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  color: #fff;
}
[class^="list-menu0"] a {
  padding-right: 20px;
  background: url(../images/icon/arrow_wh.png) no-repeat 99%;
  background-size: 10px;
}
.list-menu {
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
}
.list-menu li {
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  text-align: center;
  background: #e72656;
}
.list-menu a {
  font-weight: bold;
}
/* 01 */
.list-menu01 {
  border-top: 1px solid #6761d7;
  background: #3c3895;
}
.list-menu01 li {
  border-bottom: 1px solid #6761d7;
}
.list-menu01 .guide {
  display: block;
  font-size: 0.85em;
  color: yellow;
}
/* 02 */
.list-menu02 {
  border-top: 1px solid #fff;
  background: #6d609a;
}
.list-menu02 li {
  border-bottom: 1px solid #fff;
}
.list-menu02 li.all {
  background: #4c3895;
}
.ppvhistory .nolink, .box_history .nolink {
  padding: 10px;
}
/* caution and dot */
.list-caution, .list-dot {
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: left;
}
.list-caution li, .list-dot li {
  margin-bottom: 5px;
  padding-left: 1.2em;
  position: relative;
}
.list-caution li {
  line-height: 15px;
  font-size: 10px;
}
.accordion .list-caution li {
  padding-left: 2em;
}
.list-caution li span, .list-dot li span {
  position: absolute;
  top: 0;
  left: 0;
}
.list-new {
  color: #666;
  font-size: 14px;
  margin: 0;
}
.list-new a, .list-new dl.nolink {
  text-decoration: none !important;
  display: block;
  padding: 10px 20px 6px 10px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.10);
  border-top: 1px solid rgba(255, 255, 255, 0.50);
}
.list-new a:last-child, .list-new dl.nolink:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.50) !important;
}
.list-new a, .list-new .other {
  background-image: url(../images/icon/arrow_wh.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: 15px auto;
  -moz-background-size: 15px auto;
  background-size: 15px auto;
}
.list-new a dl {
  margin: 0;
  padding: 0;
}
.list-new dt {
  color: #1e1d1f;
  font-weight: bold;
}
.list-new dd {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #1e1d1f;
}
.list-new a.other {
  color: #fff;
  font-size: 13px;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.20);
}
.list-color li, #box-ppvmuryo .inner ul li {
  text-align: left;
  border-bottom: solid rgba(255, 255, 255, 0.5) 1px;
  background-color: rgba(255, 255, 255, 0.10);
}
.list-color li:first-child, #box-ppvmuryo .inner ul li:first-child {
  border-top: solid rgba(255, 255, 255, 0.5) 1px;
}
.list-color li.nolink, .list-color li a, #box-ppvmuryo .inner ul li a {
  display: block;
  padding: 4px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.list-color li a, #box-ppvmuryo .inner ul li a {
  padding-right: 30px;
  background: url(../images/icon/arrow_wh.png);
  background-position: 99% center;
  background-repeat: no-repeat;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
}
.list-color .other, #box-ppvmuryo .inner .other {
  display: block;
  padding: 5px 30px 5px 15px;
  background-color: rgba(0, 0, 0, 0.20);
  text-decoration: none;
  color: #ffee5f;
  font-size: 0.9em;
  text-align: right;
  border-bottom: solid rgba(255, 255, 255, 0.5) 1px;
  background-image: url(../images/icon/arrow_wh.png);
  background-position: 99% center;
  background-repeat: no-repeat;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
}
.list-box {
  margin-bottom: 5px;
  border: 5px solid #1e1d1f;
  border-width: 5px 0 5px 5px;
}
.list-box li a {
  display: block;
  padding: 15px 10px;
  color: #1e1d1f;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.50);
  text-decoration: none;
  text-align: left;
  background-color: #e3d9a0;
  background-image: url(../images/icon/arrow_bk.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right center;
  box-shadow: 0 0 30px #fbd77f inset, 0 0 30px #fbd77f inset;
  border-bottom: 4px solid #1e1d1f;
}
.list-box li:last-child a {
  border-bottom: none;
}
/* table
------------------------- */
.table {
  width: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.table th, .table td {
  padding: 10px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #FFF;
  color: #1e1d1f;
}
.table th {
  background-color: #111;
  color: #FFF;
}
.table tr:first-child th:first-child, .table tr:first-child td:first-child {
  border-top-left-radius: 5px;
}
.table tr:first-child th:last-child, .table tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.table tr:last-child th:first-child, .table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.table tr:last-child th:last-child, .table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.table-caption {
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 0.9em;
  text-align: right;
}
/* accordion menu
------------------------- */
.accordion {
  margin-bottom: 30px;
  color: #333;
}
.accordion dt {
  padding: 15px 35px 15px 10px;
  border-bottom: 1px solid #999;
  background: url(../images/icon/accordion_b.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#D5D5D5));
  background: url(../images/icon/accordion_b.png) no-repeat right, -moz-linear-gradient(top, #EEE, #D5D5D5);
  background-size: auto 20px, 100% auto;
  -webkit-box-shadow: 1px 1px 1px #FFF inset;
  box-shadow: 1px 1px 1px #FFF inset;
}
.accordion dt.close {
  background: url(../images/icon/accordion_t.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#D5D5D5));
  background: url(../images/icon/accordion_t.png) no-repeat right, -moz-linear-gradient(top, #FFF, #D5D5D5);
  background-size: auto 20px, 100% auto;
}
.single dt {
  background: url(../images/icon/accordion_b.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#917917));
  background: url(../images/icon/accordion_b.png) no-repeat right, -moz-linear-gradient(top, #FFF, #917917);
  background-size: auto 20px, 100% auto;
}
.single dt.close {
  background: url(../images/icon/accordion_t.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#917917));
  background: url(../images/icon/accordion_t.png) no-repeat right, -moz-linear-gradient(top, #FFF, #917917);
  background-size: auto 20px, 100% auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion dt:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.accordion dt.last, .single dt {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: none;
}
.accordion dd {
  display: none;
  padding: 8px 10px;
  background: #FFF;
  border-bottom: 1px solid #999;
}
.accordion dd a {
  color: #C00;
}
.accordion dd:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.accordion-btn {
  padding-top: 5px;
}
.accordion-btn li {
  margin-bottom: 5px;
  text-align: right;
}
.accordion-btn li a {
  display: inline-block;
  padding: 5px 30px 5px 15px;
  color: #333;
  text-decoration: none;
  border: 1px solid #999;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px #FFF inset, -1px -1px 1px #333 inset;
  box-shadow: 1px 1px 1px #FFF inset, -1px -1px 1px #333 inset;
  background: url(../images/icon/arrow_gr.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#D5D5D5));
  background: url(../images/icon/arrow_gr.png) no-repeat right, -moz-linear-gradient(top, #FFF, #D5D5D5);
  background-size: 18px auto, 100% auto;
}
/* arrow
------------------------- */
.down {
  position: relative;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 -30px -16px;
  border: 16px solid transparent;
  border-top-color: #FFEE78;
  z-index: 9;
}
.down:after {
  position: absolute;
  content: "";
  top: -30px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: #FFEE78;
}
/* box-image img
------------------------- */
.box-image img {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}
.box-image-s img {
  display: block;
  width: 50%;
  margin: 10px auto;
}
/* pager
------------------------- */
.btn-page {
  width: 100%;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
}
.btn-page li:first-child {
  float: left;
  text-align: right;
}
.btn-page li:last-child {
  float: right;
}
.btn-page li a {
  display: block;
  padding: 5px 20px;
  color: #333 !important;
  font-size: 0.9em;
  text-decoration: none;
  border: 1px solid #666;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn-page li:first-child a {
  background: url(../images/icon/arrow_gr2.png) no-repeat left, -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#AAA));
  background: url(../images/icon/arrow_gr2.png) no-repeat left, -moz-linear-gradient(top, #EEE, #AAA);
  -webkit-background-size: 12px, 100%;
  background-size: 12px, 100%;
}
.btn-page li:last-child a {
  background: url(../images/icon/arrow_gr.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#AAA));
  background: url(../images/icon/arrow_gr.png) no-repeat right, -moz-linear-gradient(top, #EEE, #AAA);
  -webkit-background-size: 12px, 100%;
  background-size: 12px, 100%;
}
.pager li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 30px;
  line-height: 28px;
  font-size: 10px;
}
.pager a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.pager em {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #1e1d1f;
  background: #fff;
}
/*=======================================
fortuneSearch
========================================*/
.search-nav {
  width: 100%;
  margin: 15px auto 20px auto;
  padding: 0 0;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  position: relative;
}
.search-nav li {
  padding: 0;
  margin: 0;
  float: left;
  width: 80px;
}
.search-nav li a {
  display: block;
  border-top: 1px solid #132f67;
  border-left: 1px solid #132f67;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 3px #132f67;
  color: #fff;
  background: #132f67;
  background: -moz-linear-gradient(top, #376cd3 0%, #132f67 100%);
  background: -webkit-linear-gradient(top, #376cd3 0%, #132f67 100%);
  background: linear-gradient(to bottom, #376cd3 0%, #132f67 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#132f67', endColorstr='#376cd3', GradientType=0);
}
.search-nav li.active a {
  background: #132f67;
}
#tab, .tab {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 10px -1px;
}
#tab li, #tab a, .tab li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
}
#tab li, .tab li {
  width: 50%;
  height: 45px;
  font-size: 14px;
  font-weight: bold;
}
#tab a {
  width: 100%;
  height: 100%;
  font-size: 11px;
  font-weight: normal;
}
#tab .noselect-ppv, #tab .noselect-monthly {
  background: #cd19fa;
}
#tab li, .content_wrap {
  line-height: 1.2;
  color: #fff;
  background: #65018f;
}
#tab a, .content_wrap a {
  text-decoration: none;
  color: #fff;
}
.content_wrap {
  margin: 0 10px 15px;
  padding: 5px 10px;
  border-radius: 0 0 10px 10px;
  text-align: left;
}
.content_wrap dl {
  font-size: 13px;
}
.content_wrap dl:not(:last-child) {
  border-bottom: 1px solid #f0b2ff;
}
.content_wrap dt {
  padding: 0 0 5px;
  font-size: 10px;
  font-weight: bold;
  color: yellow;
}
.content_wrap a {
  display: block;
  padding: 7px 20px 7px 3px;
  text-decoration: none;
  background: url(../images/icon/arrow_wh.png) no-repeat right;
  background-size: 10px;
}
/*=======================================
jiki
========================================*/
.jikiBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 30px;
}
.jikiBox li {
  position: relative;
  letter-spacing: -2px;
  display: inline-block;
  font-size: 33px;
}
.jikiBox img {
  width: 24px;
  margin: 0 0 0 -8px;
}
.jiki_box [class^="ymd"] {
  width: 15px;
}
.jikiBox img[src*="spacer"] {
  width: 0;
  height: 0;
}
.jikiBox .disp-1 {
  display: inline !important;
}
/*=======================================
teller
========================================*/
.box_teller {
  display: flex;
  align-items: center;
  min-height: 250px;
  padding: 10px;
  position: relative;
}
.box_teller.right {
  background: url("../images/teller/right.jpg") no-repeat center;
  background-size: 100%;
}
.box_teller.right02 {
  background: url("../images/teller/right02.jpg") no-repeat center;
  background-size: 100%;
}
.box_teller.right03 {
  min-height: 265px;
  background: url("../images/teller/right03.jpg") no-repeat center;
  background-size: 100%;
}
.box_teller.left, .box_teller.left02 {
  justify-content: flex-end;
}
.box_teller.left {
  background: url("../images/teller/left.jpg") no-repeat center;
  background-size: 100%;
}
.box_teller.left02 {
  background: url("../images/teller/left02.jpg") no-repeat center;
  background-size: 100%;
}
.box_teller .serif {
  width: 180px;
  padding: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .6);
  border-radius: 10px;
  line-height: 1.5;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  color: #000;
  position: relative;
  background: rgba(255, 255, 255, .8);
}
.box_teller .serif:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent rgba(255, 255, 255, .8);
  position: absolute;
  top: 40%;
}
.box_teller.right .serif:after, .box_teller.right02 .serif:after, .box_teller.right03 .serif:after {
  right: -13.5px;
}
.box_teller.left .serif:after, .box_teller.left02 .serif:after {
  left: -13.5px;
  transform: scale(-1, 1);
}
/*=======================================
notice close
========================================*/
.close_notice {
  padding: 5px;
  color: #fff;
  background-color: #D40000;
}
.close_notice .tit {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}
.close_notice .text-yellow {
  color: #FFE900;
}
.close_notice .link {
  text-align: right;
}
.close_notice .link a {
  color: #fff;
}
.link {
  margin: 0 10px;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
}
.link a {
  text-decoration: none;
}
/*=======================================
payment
========================================*/
input[type="submit"]:-webkit-search-decoration, input[type="button"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus, input[type="button"]:focus {
  outline-offset: -2px;
}
.btn-link.btn-link_c {
  margin: 0 0 20px 0;
  text-align: center !important;
}
.btn-link.btn-link_c a {
  width: 57%;
  padding: 12px 30px 12px 20px;
}
/*=======================================
会員登録・ログイン
========================================*/
/* common
--------------------------------------- */
.bg_mkb_box {
  padding-top: 1px !important;
}
.career_box .inner {
  padding: 5px 10px;
}
.button_submit a {
  -webkit-appearance: none;
  display: block;
  width: 80%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 8px auto 8px auto;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  background: #f21212 none;
  padding: 15px 0;
  color: #fff;
  border: 1px solid #b3b1b1;
  text-decoration: none;
}
.btn_prev {
  text-decoration: none;
  background: #fff;
  border: 1px solid #d2d6d8;
  border-radius: 4px;
  color: #393e42 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  padding: 8px 15px;
  margin: 0 0 30px 10px;
}
.btn_next {
  text-decoration: none;
  background: #fff;
  border: 1px solid #d2d6d8;
  border-radius: 4px;
  color: #393e42 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  padding: 8px 10px;
  margin: 0 0 30px auto;
}
.txt_mkb {
  margin: 0 0 7px 0;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}
.career_box .text-small {
  font-size: 12px !important;
}
.career_box .text-large {
  font-size: 14px !important;
  font-weight: bold;
}
.career_box .text-kome {
  font-size: 10px;
  color: #ff0000;
  line-height: 1.5;
  text-align: left;
}
.career_box h1 {
  display: block;
  padding: 10px 10px 10px 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 10px 0;
  background: #14c1b8;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.career_box h1.noice {
  background: #44546a;
}
.career_box .paymentBox ul {
  padding-bottom: 5px;
  overflow: hidden;
}
.career_box .paymentBox li {
  width: 32%;
  float: left;
  margin-right: 5px;
}
.career_box .paymentBox li:last-child {
  margin-right: 0;
}
.career_box .paymentBox a, .career_box .paymentBox button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 7px 0 3px;
  box-shadow: 0 2px #aaa, 0 1px 1px #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  text-shadow: 0 1px 1px #fff, 1px 1px 1px #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  color: #707070;
  background: rgb(237, 242, 244);
  background: -moz-linear-gradient(top, rgba(237, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(197, 201, 208, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(237, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(197, 201, 208, 1) 100%);
  background: linear-gradient(to bottom, rgba(237, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(197, 201, 208, 1) 100%);
}
/* 2022.11.01追加career_select */
.regist_credit_txt {
  margin-bottom: 13px;
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
}
.regist_credit_radio label {
  width: auto;
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  position: relative;
  text-align: left;
  line-height: 1.2;
}
.regist_credit_radio input[type="radio"] {
  display: none;
}
.regist_credit_radio .radio {
  font-size: 12px;
  margin-right: 12px;
  padding-left: 20px;
  position:
    relative;
  line-height: 1.2;
  display: block;
}
.regist_credit_radio .radio::before {
  background: white;
  border: 1px solid #a38a24;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
}
.regist_credit_radio input[type="radio"]:checked + .radio::after {
  background-color: #a38a24;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
}
/* 無料TOP（上部：SNSログイン状態） */
.login_status {
  background: #666666;
  text-align: right;
  padding: 3px 3px;
}
.login_status p {
  font-size: 10px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0;
}
.login_status p a {
  color: yellow;
}
/* マイページ（上部：SNSログイン状態） */
.login_status_pref {
  margin: 0 10px 0 0;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
/* お問い合わせ（contact） */
.card_noice {
  margin: -15px 0 15px 0;
  font-size: 16px;
  line-height: 1.4;
}
.card_noice a {
  color: #ff0000;
  font-weight: bold;
}
/* キャリアログイン */
.career_box .paymentBox span {
  display: inline-block;
  padding: 2px 0 0;
  line-height: 1.8;
  font-size: 12px;
}
.career_box .paymentBox img {
  display: block;
  width: 85px !important;
  margin: 0 auto;
}
.career_box .docomo a {
  letter-spacing: -1px;
}
/* SNSログイン */
.sns_login {
  margin: 0;
}
.sns_login li {
  background: #FFF;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  margin-bottom: 7px;
}
.sns_login li a {
  display: flex;
  align-items: center;
  height: 43px;
  padding: 0 8px;
  line-height: 43px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  color: #333;
  border: 1px solid #b3b1b1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #eff0f0, #eff0f0);
  background: -moz-linear-gradient(to bottom, #FFF, #eff0f0);
  background: -webkit-gradient(linear, left top, left bottom, from(#eff0f0), to(#eff0f0));
  background: -webkit-linear-gradient(top, #FFF 0%, #FFF 100%);
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.4);
}
.sns_login li a img {
  width: 27px;
  margin-right: 10px;
  vertical-align: -9px;
}
.text-caution {
  padding: 0 10px;
  text-align: left;
  font-size: 12px;
}
.box_noice {
  color: #333;
}
/*=======================================
会員登録
========================================*/
.career_celect section {
  margin-bottom: 20px;
}
.career_celect .inner {
  padding: 0 10px;
}
.career_celect .box_teller {
  height: 160px;
  background: url(../images/teller/06.png) no-repeat right;
  background-size: 40%;
}
.career_celect .box_teller p {
  width: 60%;
  padding: 30px 0 0 10px;
  text-align: left;
  text-shadow: 0 1px 1px #00054c, 0 1px 1px #00054c;
  font-size: 12px;
  color: #fff;
}
.career_celect .text-yellow {
  font-weight: bold;
}
/* 会員登録後にできること */
.privilege {
  padding: 10px 10px 15px;
}
.privilege li {
  text-align: left;
}
.privilege li {
  padding: 0 0 10px 65px;
  line-height: 15px;
  font-size: 12px;
  position: relative;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.privilege li:first-child {
  background: url(../images/regist/icon/01.png) no-repeat left top;
  background-size: 55px;
}
.privilege li:nth-child(2) {
  background: url(../images/regist/icon/02.png) no-repeat left top;
  background-size: 55px;
}
.privilege li:nth-child(3) {
  background: url(../images/regist/icon/03.png) no-repeat left top;
  background-size: 55px;
}
.privilege li:nth-child(4) {
  background: url(../images/regist/icon/04.png) no-repeat left top;
  background-size: 55px;
}
.privilege li h4, .privilege .txt01 {
  font-weight: bold;
  font-size: 1.1em;
}
.privilege li h4 {
  padding-bottom: 7px;
  color: #f2c531;
}
.privilege .txt01 {
  padding: 20px 0;
}
/*=======================================
会員登録後
========================================*/
.first_regist_finish .contents {
  padding: 0 25px;
  text-align: left;
  font-size: 13px;
}
/*=======================================
メルマガ(LINE＠)ページ
========================================*/
.mag-caution li {
  padding-left: 1.2em;
  position: relative;
}
.mag-caution li span {
  position: absolute;
  top: 0;
  left: 0;
}
.mag_btn {
  width: auto;
  margin: 0 auto;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0 20px;
}
.mag_btn a {
  display: block;
  padding: 12px 5px;
  color: #000000;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #fff inset;
  box-shadow: 0 0 10px #fff inset;
  background: url(../images/icon/arrow_gr.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#AAA));
  background-size: 15px;
}
.line_step_title {
  margin-bottom: 7px;
  line-height: 150%;
}
.line_step_text {
  background: #202b40;
  padding: 7px;
  border-radius: 5px;
  text-align: left;
  color: #fff;
}
/*=======================================
myinfo
========================================*/
/* アンケート
------------------------- */
.qa_disp-0 {
  display: none;
}
.qa_disp-1 {
  display: block;
}
.form-box .questionnaire_box .form-title {
  margin: 0 0 10px;
  padding: 3px 5px;
  border-bottom: 0;
  border-radius: 3px;
  background: #a38a24;
  color: #fff;
}
.form-box .questionnaire_box label {
  width: auto;
  display: block;
  margin: 0 10px 10px;
  font-size: 13px;
}
.form-box .questionnaire_box .questionnaire_list {
  display: none;
}
.form-box .questionnaire_box .questionnaire_list.selected {
  display: block;
}
.form-box .questionnaire_box #qa_result {
  display: none;
  background: rgba(153, 51, 51, 0.5);
  padding: 15px;
  font-size: 15px;
  border-top: 2px solid #a38a24;
  border-bottom: 2px solid #a38a24;
  line-height: 1.5;
  color: #fff;
}
.form-box .questionnaire_box #qa_result span {
  display: inline-block;
  color: #fbe703;
}
.form-box .questionnaire_box #qa_result.selected {
  display: block;
}
.form-box .questionnaire_box .form-title {
  font-weight: normal;
  font-size: 95%;
}
.form-box .questionnaire_box input {
  margin-left: -22px;
}
.form-box .question_noice {
  padding: 10px;
  margin: 10px 0 15px;
  font-size: 12px;
  border: 2px solid #c09822;
  line-height: 1.7;
  color: #fff;
  border-radius: 3px;
  background: rgba(101, 79, 33, 0.5);
}
.form-box .question_noice.dis_none {
  display: none;
}
.form-box #qa_result {
  background: rgba(153, 51, 51, 0.5);
  padding: 10px;
  font-size: 13px;
  border-top: 1px solid #bfa569;
  border-bottom: 1px solid #bfa569;
}
.form-box #textarea_open {
  padding: 10px;
  width: 100%;
  resize: vertical;
  overflow: auto;
  height: 75px;
  font-size: 12px;
}
/* 姓名の入力について
------------------------- */
.name_help {
  margin: 20px 10px;
  font-size: 14px;
}
.name_help * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.name_help #NameTit {
  width: auto;
  height: auto;
  padding-top: 0;
  text-indent: 0;
  padding-bottom: 20px;
  font-size: 1.5em;
  color: #fc0;
  text-align: center;
  background-image: none;
}
.name_help .alert-list {
  text-align: left;
  margin-bottom: 25px;
  padding-left: 25px;
}
.name_help li {
  margin-bottom: 10px;
  float: none;
  list-style-type: disc !important;
  text-align: left;
}
.name_help p.tit {
  color: #FC0;
  font-size: 1.1em;
  text-align: left;
  margin-bottom: 5px;
  margin-left: 5px;
}
.name_help table {
  width: 100%;
  margin: 0 auto 30px auto;
  border-top: 1px solid #1e1d1f;
  border-left: 1px solid #1e1d1f;
  font-size: 1.1em;
}
.name_help table th, .name_help table td {
  padding: 5px;
  color: #CCC;
  border-right: 1px solid #1e1d1f;
  border-bottom: 1px solid #1e1d1f;
}
.name_help table tr th {
  color: #1e1d1f;
  background: #99CCFF;
}
.name_help table tr td {
  color: #1e1d1f;
  background: #CCC;
  text-align: center;
}
.name_help table tr:first-child th {
  color: #FFF;
  background: #003399;
}
.name_help table tr:first-child td {
  color: #FFF;
  background: #666666;
}
.name_help li.Circle {
  list-style-type: circle !important;
}
.name_help #More {
  padding-left: 20px;
}
.name_help #More li {
  margin-bottom: 3px;
}
/*=======================================
addressBook
========================================*/
.addressBook .list-menu {
  margin-top: 10px;
  text-align: left;
}
/*=======================================
bookmark
========================================*/
.icon-hart {
  margin: 10px;
  text-align: right;
}
.icon-hart a {
  display: inline-block;
  padding: 5px 0 5px 20px;
  text-decoration: none;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  background: url(../images/icon/icon-hart.png) no-repeat left center;
  background-size: 15px;
}
/*=======================================
利用規約
========================================*/
#agreement_box dl {
  margin-bottom: 30px;
}
#agreement_box dt {
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
#agreement_box dt + dt {
  border-bottom: 0;
}
#agreement_box dd {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 10px;
}
#agreement_box dd.ind {
  margin-left: 15px;
  padding-left: 1.5em;
  text-indent: -1.7em;
}
#agreement_box dd.ind02 {
  margin-left: 15px;
  padding-left: 1.5em;
  text-indent: -2.3em;
}
#agreement_box dd.ind03 {
  padding-left: 1.2em;
  text-indent: -1.8em;
}
#agreement_box dd.no_ind {
  padding-left: 0;
  text-indent: 0;
}
/*=======================================
privacy policy
========================================*/
#privacy dt {
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #333;
}
#privacy dd {
  margin-bottom: 15px;
  padding-left: 1em;
}
/*=======================================
ppv confirm
========================================*/
.ppvdo.confirm .form-box {
  padding: 0;
}
.paymentBox {
  margin-bottom: 10px;
}
.paymentBox select {
  width: 250px;
  height: 35px;
  margin: 0 auto 15px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 33px;
  background: url(../images/icon/arrow_select.png) no-repeat 96% center #fff;
  background-size: 10px;
}
.paymentBox br {
  display: none;
}
.confirmBox {
  width: 250px;
  margin: 0 auto;
}
.confirmBox li {
  margin-bottom: 15px;
}
.confirmBox li:last-child {
  margin-bottom: 0;
}
.confirmBox button, .confirmBox2 button {
  width: 100%;
  height: 50px;
}
.confirmBox .text-small {
  line-height: 15px;
}
/* 一部無料 */
.confirmBox .btn-ichibu, .confirmBox .partRelease-btn {
  display: block;
  height: 45px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .8);
  border: 2px solid #fff;
  border-radius: 50px;
  letter-spacing: 1px;
  line-height: 35px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  color: #5d1214;
  position: relative;
  background: #e7d778;
}
.confirmBox .partRelease-btn {
  margin-bottom: 20px;
}
/* 購入する */
.confirmBox .btn-pay {
  background: url(../images/common/btn-pay.png) no-repeat;
  background-size: 100%;
}
/* クレカ */
.confirmBox .btn-credit {
  background: url(../images/common/btn-credit.png) no-repeat;
  background-size: 100%;
}
/* webマネー */
.confirmBox .btn-web {
  background: url(../images/common/btn-web.png) no-repeat;
  background-size: 100%;
}
/* paypay */
.confirmBox .btn-paypay {
  background: url(../images/common/btn-paypay.png) no-repeat;
  background-size: 100%;
}
/* Amazon */
.confirmBox .ppvDoAmazonPayArea {
  padding: 5px 0 15px;
}
/* ドコモ対応
------------------------------------------------------- */
/* ドコモ表示 */
.docomo-branch-docomo .is-docomo {
  display: inline;
}
.docomo-branch-docomo .no-docomo {
  display: none;
}
/* ausb表示 */
.docomo-branch-common .no-docomo {
  display: inline;
}
.docomo-branch-common .is-docomo {
  display: none;
}