@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : members.css
 author     : Ability Consultant
 style info : メンバーズクラブ「ソレイユ」
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_intro, .wrp_benefits .con_benefits, .con_information, .con_contact, .con_request, .display_error {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_intro, .wrp_benefits .con_benefits, .con_information, .con_contact, .con_request, .display_error {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .con_intro, .wrp_benefits .con_benefits, .con_information, .con_contact, .con_request, .display_error {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ie8 .con_intro, .ie8 .wrp_benefits .con_benefits, .wrp_benefits .ie8 .con_benefits, .ie8 .con_information, .ie8 .con_contact, .ie8 .con_request, .ie8 .display_error {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_intro, .wrp_benefits .con_benefits, .con_information, .con_contact, .con_request, .display_error {
    width: 92%;
  }
}

.con_request:after {
  content: "";
  display: table;
  clear: both;
}

/*Animate */
/* -----------------------------------------------------------
	.con_pgtitle ページタイトル
----------------------------------------------------------- */
.con_pgtitle {
  background-image: url(../members/images/img_titlemain.jpg);
}
.con_pgtitle.sub {
  background-image: url(../members/images/img_titlesub.jpg);
}
.con_pgtitle h1 rt {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5em;
}

/* -----------------------------------------------------------
	.con_btns
----------------------------------------------------------- */
.con_btns {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_btns {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_btns {
    margin-top: 30px;
  }
}
.con_btns .box_btns {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_btns .box_btns {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .con_btns .box_btns {
    display: block;
  }
}
.con_btns .box_btns li:not(:last-child) {
  margin-right: 2.5%;
}
@media only screen and (max-width: 767px) {
  .con_btns .box_btns li:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_btns .box_btns li {
    margin-bottom: 10px;
  }
}
.con_btns .box_btns li .btn a {
  font-size: 107%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_btns .box_btns li .btn a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_btns .box_btns li .btn a {
    font-size: 94%;
  }
}
.con_btns .box_btns.colum1 li {
  width: 100%;
}
.con_btns .box_btns.colum2 li {
  width: calc(100% / 2 - (2.5% - 2.5% / 2));
}
@media only screen and (max-width: 767px) {
  .con_btns .box_btns.colum2 li {
    width: 100%;
  }
}
.con_btns .box_btns.colum3 li {
  width: calc(100% / 3 - (2.5% - 2.5% / 3));
}
@media only screen and (max-width: 767px) {
  .con_btns .box_btns.colum3 li {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_login マイページログイン
----------------------------------------------------------- */
.con_login .box_login .password_wrapper {
  position: relative;
}
.con_login .box_login .password_wrapper #toggle_password i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_login .box_login .password_wrapper #toggle_password i {
    right: 20px;
  }
}
.con_login .box_login .password_wrapper #toggle_password i.ion-eye-disabled, .con_login .box_login .password_wrapper #toggle_password i.ion-eye {
  color: #494949;
  font-size: 175%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_login .box_login .password_wrapper #toggle_password i.ion-eye-disabled, .con_login .box_login .password_wrapper #toggle_password i.ion-eye {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .con_login .box_login .password_wrapper #toggle_password i.ion-eye-disabled, .con_login .box_login .password_wrapper #toggle_password i.ion-eye {
    font-size: 150%;
  }
}
.con_login .box_login .txt_pass {
  position: relative;
}
.con_login .box_login .txt_pass #toggle_password_top,
.con_login .box_login .txt_pass #toggle_password_bottom {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_login .box_login .txt_pass #toggle_password_top,
  .con_login .box_login .txt_pass #toggle_password_bottom {
    right: 20px;
  }
}
.con_login .box_login .txt_pass #toggle_password_top i.ion-eye-disabled, .con_login .box_login .txt_pass #toggle_password_top i.ion-eye,
.con_login .box_login .txt_pass #toggle_password_bottom i.ion-eye-disabled,
.con_login .box_login .txt_pass #toggle_password_bottom i.ion-eye {
  color: #494949;
  font-size: 175%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_login .box_login .txt_pass #toggle_password_top i.ion-eye-disabled, .con_login .box_login .txt_pass #toggle_password_top i.ion-eye,
  .con_login .box_login .txt_pass #toggle_password_bottom i.ion-eye-disabled,
  .con_login .box_login .txt_pass #toggle_password_bottom i.ion-eye {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .con_login .box_login .txt_pass #toggle_password_top i.ion-eye-disabled, .con_login .box_login .txt_pass #toggle_password_top i.ion-eye,
  .con_login .box_login .txt_pass #toggle_password_bottom i.ion-eye-disabled,
  .con_login .box_login .txt_pass #toggle_password_bottom i.ion-eye {
    font-size: 150%;
  }
}

.con_login .box_login {
  width: 100%;
  max-width: 600px;
  margin: 0em auto 4em;
  font-size: 107%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_login .box_login {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_login .box_login {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_login .box_login {
    margin: 0 auto 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_login .box_login {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_login .box_login {
    font-size: 94%;
  }
}
.con_login .box_login input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 1.5em;
  outline: 0;
  font-family: inherit;
  font-size: 107%;
}
@media only screen and (max-width: 767px) {
  .con_login .box_login input {
    padding: 1.25em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_login .box_login input {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_login .box_login input {
    font-size: 94%;
  }
}
.con_login .box_login input[type="id"],
.con_login .box_login input[type="password"] {
  background: #fff;
  border-color: #bbb;
  color: #555;
}
.con_login .box_login input[type="id"]:focus,
.con_login .box_login input[type="password"]:focus {
  border-color: #888;
}
.con_login .box_login select {
  box-sizing: border-box;
  display: block;
  width: 23%;
  border-width: 1px;
  border-style: solid;
  padding: 1.5em 1em;
  outline: 0;
  font-family: inherit;
  font-size: 100%;
  background: #fff;
  border-color: #767676;
}
@media only screen and (max-width: 767px) {
  .con_login .box_login select {
    padding: 1em;
  }
}
.con_login h2 {
  background: #1f1f1f;
  padding: 20px;
  font-size: 150%;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_login h2 {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .con_login h2 {
    font-size: 125%;
  }
}
.con_login .form_login {
  background: #f2ede9;
  padding: 2em;
}
.con_login .form_login p:not(:last-child) {
  margin-bottom: 1em;
}
.con_login .form_login p.btn.rsv {
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .con_login .form_login p.btn.rsv {
    margin: 20px auto 0;
  }
}
.con_login .form_login p.btn.rsv input {
  cursor: pointer;
  padding: 1.5em !important;
}
.con_login .form_login .txt_error {
  margin: 0 auto 1em;
  text-align: center;
  font-weight: bolder;
  font-size: 113%;
  color: #FF0000;
}
.con_login .form_login .sst_pass {
  width: auto;
  font-size: 113%;
  font-weight: bolder;
  padding: .25em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_login .form_login .sst_pass {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_login .form_login .sst_pass {
    width: 100%;
  }
}
.con_login .form_login .txt_pass {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .con_login .form_login .txt_pass {
    flex-wrap: wrap;
  }
}
.con_login .form_login .txt_pass p {
  width: 100%;
}
.con_login .form_login .txt_pass .txt_check {
  background: #fff;
  padding: 0.5em;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_login .form_login .txt_pass #my_password_birthday_year {
    width: 88%;
    margin-bottom: 1em;
  }
  .con_login .form_login .txt_pass #my_password_birthday_month,
  .con_login .form_login .txt_pass #my_password_birthday_day {
    width: 35%;
  }
}
.con_login .txt_login, .con_login .txt_lnk {
  margin: 1em auto;
  text-align: center;
}
.con_login .box_entry {
  width: 100%;
  max-width: 600px;
  margin: 0em auto 4em;
  font-size: 100%;
  border: 1px solid #940045;
  text-align: center;
  padding: 2em 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_login .box_entry {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_login .box_entry {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_login .box_entry {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_login .box_entry {
    font-size: 88%;
  }
}
.con_login .box_entry .txt_entry span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 113%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_login .box_entry .txt_entry span {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_login .box_entry .txt_entry span {
    font-size: 113%;
  }
}
.con_login .box_entry .btn {
  width: 60%;
  margin: 20px auto 0;
  font-size: 88%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_login .box_entry .btn {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_login .box_entry .btn {
    width: 90%;
  }
}
.con_login .box_btn {
  margin-bottom: 3.5em;
}
.con_login .box_btn .btn {
  width: 50%;
  margin: 3em auto 0;
}
@media only screen and (max-width: 767px) {
  .con_login .box_btn .btn {
    width: 80%;
    margin: 3em auto;
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  max-width: 920px;
  margin-top: 80px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin-bottom: 2em;
  }
}
.con_intro .st_basic {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .st_basic {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .st_basic {
    margin-bottom: 1.5em;
  }
}
.con_intro .txt {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .txt {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    display: block;
  }
}
.con_intro .txt img {
  width: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .txt img {
    width: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt img {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt img {
    margin: 0 auto 1em;
    display: block;
  }
}
.con_intro .txt p {
  margin-bottom: 2em;
  width: 70%;
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .txt p {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt p {
    width: 100%;
  }
}
.con_intro .txt p span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_intro .nav_intro {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .nav_intro {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .nav_intro {
    display: block;
  }
}
.con_intro .nav_intro .btn {
  width: 32%;
  margin: 0 15px 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .nav_intro .btn {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .nav_intro .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .nav_intro .btn {
    margin: 0 15px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .nav_intro .btn {
    margin: 10px 0;
  }
}
.con_intro .nav_intro .btn:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_intro .nav_intro .btn {
    margin-bottom: 1em;
  }
}
.con_intro .nav_intro .btn a {
  border-radius: 0;
}
.con_intro .nav_intro .btn a i {
  margin-right: .2em;
  font-size: 125%;
}
.con_intro .nav_intro .btn a:after {
  display: none;
}
.con_intro .nav_intro i {
  margin: 0 0.5em;
}
.con_intro .last .rsv a {
  padding: 1em 0;
  font-weight: bolder;
}
.con_intro .last .rsv a span {
  font-size: 107%;
}
.con_intro .txt_login, .con_intro .txt_lnk {
  text-align: center;
}

/* -----------------------------------------------------------
	.wrp_benefits
----------------------------------------------------------- */
.wrp_benefits {
  background-color: #f2ede9;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits {
    padding-top: 3.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits {
    padding-bottom: 4em;
  }
}
.wrp_benefits .con_benefits .tl_basic {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .tl_basic {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .tl_basic {
    margin-bottom: 1.5em;
  }
}
.wrp_benefits .con_benefits .nav_benefits {
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .nav_benefits {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .nav_benefits {
    padding-bottom: 4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .nav_benefits {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .nav_benefits {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .nav_benefits {
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .nav_benefits {
    justify-content: space-between;
  }
}
.wrp_benefits .con_benefits .nav_benefits li {
  width: calc((100% - 30px) / 5);
  margin-bottom: 0px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .nav_benefits li {
    width: calc((100% - 30px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .nav_benefits li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .nav_benefits li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .nav_benefits li {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .nav_benefits li {
    border-bottom: 1px solid;
  }
}
.wrp_benefits .con_benefits .nav_benefits li:hover {
  opacity: 0.3;
  transition: 0.6s;
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .nav_benefits li a {
    padding: .25em 0;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .nav_benefits li a img {
    width: calc(15% - .5em);
    margin-right: .5em;
  }
}
.wrp_benefits .con_benefits .nav_benefits li a span {
  display: block;
  font-size: 116%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-weight: bold;
}
.wrp_benefits .con_benefits .nav_benefits li a span em {
  color: #940045;
}
.wrp_benefits .con_benefits .nav_benefits li a span span {
  font-size: 90%;
}
.wrp_benefits .con_benefits .nav_benefits li a i {
  margin-top: 20px;
  display: block;
  font-size: 188%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .nav_benefits li a i {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .nav_benefits li a i {
    margin-top: 0.5em;
  }
}
.wrp_benefits .con_benefits .box_benefits ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .box_benefits ul {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .box_benefits ul {
    display: block;
  }
}
.wrp_benefits .con_benefits .box_benefits ul li {
  margin-bottom: 20px;
  width: calc(100%/3 - (2% - 2% / 3));
  margin-right: 2%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .box_benefits ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .box_benefits ul li {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .box_benefits ul li {
    width: calc(100%/3 - (2% - 2% / 3));
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .box_benefits ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .box_benefits ul li {
    margin-right: 0;
  }
}
.wrp_benefits .con_benefits .box_benefits ul li:nth-of-type(3n) {
  margin-right: 0;
}
.wrp_benefits .con_benefits .box_benefits ul li.special {
  background: #f5decc;
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .box_benefits ul li.special {
    padding-bottom: 1em;
  }
}
.wrp_benefits .con_benefits .box_benefits ul li .ribbon9 {
  display: block;
  position: absolute;
  left: -15px;
  top: -5px;
  text-align: center;
  box-sizing: border-box;
}
.wrp_benefits .con_benefits .box_benefits ul li .ribbon9:before {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: 0;
  border-right: solid 15px #bb3f0e;
  border-left-color: transparent;
}
.wrp_benefits .con_benefits .box_benefits ul li .ribbon9 h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  margin: 0;
  padding: 10px 20px;
  font-size: 125%;
  color: #FFF;
  background: #bb3f0e;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .box_benefits ul li .ribbon9 h4 {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .box_benefits ul li .ribbon9 h4 {
    font-size: 100%;
  }
}
.wrp_benefits .con_benefits .box_benefits ul li .ribbon9 h4:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #511700;
}
.wrp_benefits .con_benefits .box_benefits ul li img {
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .box_benefits ul li img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .box_benefits ul li img {
    margin-bottom: 1em;
  }
}
.wrp_benefits .con_benefits .box_benefits ul li .txt {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .box_benefits ul li .txt {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .box_benefits ul li .txt {
    width: 95%;
  }
}
.wrp_benefits .con_benefits .box_benefits ul li .txt h3 {
  margin-bottom: .5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-align: center;
  font-size: 150%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .box_benefits ul li .txt h3 {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .box_benefits ul li .txt h3 {
    font-size: 125%;
  }
}
.wrp_benefits .con_benefits .box_benefits ul li .txt h3 span.col_red {
  color: #940045;
}
.wrp_benefits .con_benefits .box_benefits ul li .txt h3 em {
  font-size: 90%;
}
.wrp_benefits .con_benefits .box_benefits ul li .txt h3 em.ss_txt {
  display: block;
  font-size: 80%;
}
.wrp_benefits .con_benefits .box_benefits ul li .txt p {
  font-size: 100%;
}
.wrp_benefits .con_benefits .box_benefits ul li .txt .caution {
  margin-top: .5em;
  font-size: 88%;
  letter-spacing: 0.35px;
}
.wrp_benefits .con_benefits .box_benefits ul li .txt .caution .col_red {
  color: #940045;
  padding: .5em;
  display: block;
  border: 2px solid #940045;
  background: #fff;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

/* -----------------------------------------------------------
	.con_information
----------------------------------------------------------- */
.con_information {
  padding-top: 90px;
  padding-bottom: 60px;
  border-bottom: 1px solid #f2ede9;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_information {
    padding-top: 3.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_information {
    padding-bottom: 2em;
  }
}
.con_information .tl_basic {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information .tl_basic {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .tl_basic {
    margin-bottom: 1.5em;
  }
}
.con_information .box_information table.tbl_basic {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information .box_information table.tbl_basic {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_information table.tbl_basic {
    margin-bottom: 1em;
  }
}
.con_information .box_information table.tbl_basic tr th {
  font-size: 113%;
  width: 20%;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information .box_information table.tbl_basic tr th {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_information table.tbl_basic tr th {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information .box_information table.tbl_basic tr th {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_information table.tbl_basic tr th {
    width: 100%;
  }
}
.con_information .box_information table.tbl_basic tr td {
  font-size: 100%;
  padding: 1em 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information .box_information table.tbl_basic tr td {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_information table.tbl_basic tr td {
    font-size: 88%;
  }
}

/* -----------------------------------------------------------
	.con_contact
----------------------------------------------------------- */
.con_contact {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact {
    padding-top: 60px;
  }
}
.con_contact .title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .title {
    margin-bottom: 15px;
  }
}
.con_contact .box_intro h3 span {
  display: block;
  font-size: 75%;
}
@media only screen and (min-width: 1025px) {
  .con_contact .box_intro {
    width: 85%;
    margin: 0 auto;
  }
}
@media print {
  .con_contact .box_intro {
    width: 85%;
    margin: 0 auto;
  }
}
.ie8 .con_contact .box_intro {
  width: 85%;
  margin: 0 auto;
}
.con_contact .box_intro .st_basic {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_intro .st_basic {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_intro .st_basic {
    margin-bottom: 15px;
  }
}
.con_contact .box_intro .txt_intro {
  font-size: 100%;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_intro .txt_intro {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_intro .txt_intro {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_intro .txt_intro {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_intro .txt_intro {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_intro .txt_intro {
    margin-bottom: 20px;
  }
}
.con_contact .box_intro .txt_intro .col_red {
  color: #f00;
  font-weight: bold;
}
.con_contact .box_intro .txt_intro .required {
  background: #eee;
  color: #940045;
  display: inline-block;
  padding: 0 .5em;
  margin-right: 3px;
  font-size: 88%;
}
.con_contact .box_intro .box_btn-s {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_intro .box_btn-s {
    display: block;
  }
}
.con_contact .box_intro .box_btn-s .txt_lnk {
  text-align: center;
  display: block;
}
.con_contact .box_intro .box_btn-s .txt_lnk:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_intro .box_btn-s .txt_lnk:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_intro .box_btn-s .txt_lnk:not(:last-child) {
    margin-bottom: 15px;
  }
}
.con_contact .box_intro .btn_log {
  text-align: center;
}
.con_contact .box_intro .btn_log a {
  font-size: 88%;
  padding: 1em 3em;
  display: inline-block;
  border-radius: 0;
}
.con_contact .box_intro .btn_remenber {
  margin: 1em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_intro .btn_remenber {
    margin: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_intro .btn_remenber {
    margin: 0 auto;
  }
}
.con_contact .box_intro .btn_remenber a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_intro .btn_remenber a {
    flex-direction: column;
  }
}
.con_contact .box_intro .btn_remenber .tit_b {
  font-size: 125%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_intro .btn_remenber .tit_b {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_intro .btn_remenber .tit_b {
    font-size: 113%;
  }
}
.con_contact .box_intro .btn_remenber .tit_l {
  font-size: 113%;
  font-weight: bold;
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 5px 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_intro .btn_remenber .tit_l {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_intro .btn_remenber .tit_l {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_intro .btn_remenber .tit_l {
    margin: .75em 0 0 0;
    display: block;
  }
}
.con_contact .box_step {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_step {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_step {
    width: 95%;
  }
}
.con_contact .box_step li {
  padding: 0 1em;
  text-align: center;
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_step li {
    font-size: 88%;
  }
}
.con_contact .box_step li:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: -1;
}
.con_contact .box_step li i {
  color: #940045;
  display: block;
  font-size: 250%;
  line-height: 1.1;
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_step li i {
    font-size: 188%;
  }
}
.con_contact .box_step li.now {
  color: #000;
}
.con_contact .box_step li.now i {
  opacity: 1;
}

/* -----------------------------------------------------------
	con_request 会員情報マイページ
----------------------------------------------------------- */
.con_request {
  margin-top: -60px;
  padding-top: 120px;
  margin-bottom: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_request {
    margin-top: -2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_request {
    padding-top: 4em;
  }
}
.con_request > .con_gmail {
  margin: 0;
  width: 100%;
}
.con_request > .con_gmail .box_gmail {
  display: block;
}
.con_request .txt_name {
  font-size: 113%;
  font-weight: bolder;
  margin-bottom: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .txt_name {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .txt_name {
    font-size: 100%;
  }
}
.con_request .box_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn {
    margin-top: 2em;
  }
}
.con_request .box_btn p {
  margin: 0 1em;
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn p:not(:first-child) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn p {
    width: 100%;
  }
}
.con_request .box_btn input, .con_request .box_btn a {
  cursor: pointer;
  font-size: 113%;
  text-align: center;
  padding: 1.25em 4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .box_btn input, .con_request .box_btn a {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn input, .con_request .box_btn a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn input, .con_request .box_btn a {
    width: 100%;
  }
}
.con_request .tbl_primary {
  width: 100%;
}
.con_request .tbl_primary .txt_id {
  display: none;
}
.con_request .tbl_primary tr {
  border: 1px solid #ddd;
  width: 100%;
}
.con_request .tbl_primary th, .con_request .tbl_primary td {
  padding: 0.6em 1.5em;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary th, .con_request .tbl_primary td {
    padding: 0.65em 1em;
    width: 100%;
    display: block;
  }
}
.con_request .tbl_primary th input, .con_request .tbl_primary th select, .con_request .tbl_primary td input, .con_request .tbl_primary td select {
  border: 1px solid #acacac;
  padding: 0.3em 1em;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary th input, .con_request .tbl_primary th select, .con_request .tbl_primary td input, .con_request .tbl_primary td select {
    padding: 0.3em 0.8em;
  }
}
.con_request .tbl_primary th {
  font-size: 100%;
  width: 25%;
  overflow: hidden;
  text-align: left;
  background: #f2ede9;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary th {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary th {
    font-size: 82%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary th {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary th {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.con_request .tbl_primary th .required {
  float: right;
  color: #cc0000;
  padding-left: 0.5em;
  font-size: .8em;
  line-height: 2.5;
  background: #fff;
  color: #940045;
  display: inline-block;
  padding: 0 .5em;
  margin-right: 3px;
  font-size: 88%;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary th .required {
    font-size: 75%;
  }
}
.con_request .tbl_primary th .txt_s {
  font-size: 75%;
}
.con_request .tbl_primary td {
  font-size: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary td {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary td {
    font-size: 82%;
  }
}
.con_request .tbl_primary td p {
  margin-top: .2em;
}
.con_request .tbl_primary td .err {
  font-weight: bolder;
  color: #FFEA00;
  background: #FF0000;
  margin: 0.25em 0;
  padding: 0.25em;
  width: calc(80% + 1.5em);
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary td .err {
    width: 97.5%;
  }
}
.con_request .tbl_primary .company input, .con_request .tbl_primary .mail input {
  width: 50%;
}
.con_request .tbl_primary .name input {
  width: 40%;
  margin-right: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .name input {
    width: 80%;
    margin: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .name input {
    width: 48%;
    margin: 0.3em 0;
  }
}
.con_request .tbl_primary .name #work_place {
  width: 100%;
}
.con_request .tbl_primary .tel input, .con_request .tbl_primary .email input {
  width: 60%;
  border: 1px solid #acacac;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .tel input, .con_request .tbl_primary .email input {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .tel input, .con_request .tbl_primary .email input {
    width: 100%;
  }
}
.con_request .tbl_primary .tel .p-region01 {
  margin: 0em 0.6em 0.6em 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .tel .p-region01 {
    margin: 0.25em 0 0.6em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .tel .p-region01 {
    width: 100%;
  }
}
.con_request .tbl_primary .tel .p-region02 {
  margin: 0em 0.6em 0.6em 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .tel .p-region02 {
    margin: 0.25em 0 0.6em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .tel .p-region02 {
    width: 100%;
  }
}
.con_request .tbl_primary .day input {
  width: 30%;
  border: 0;
  background: url(../images/common/ic_calender.png) right center no-repeat;
  border: 1px solid #acacac;
}
@media only screen and (max-width: 1024px) {
  .con_request .tbl_primary .day input {
    width: 160px;
    font-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .day input {
    width: 100% !important;
  }
}
.con_request .tbl_primary .select select {
  width: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .tbl_primary .select select {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .select select {
    width: 100%;
  }
}
.con_request .tbl_primary .text textarea {
  width: 95%;
  height: 150px;
  border: 1px solid #acacac;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .text textarea {
    width: 100%;
  }
}
.con_request .tbl_primary .member td input:not(:first-child) {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .member td input {
    width: 10%;
    margin: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .member td label {
    width: 50%;
    margin: 1em 3em 1em 0;
  }
}
.con_request .tbl_primary .member td #rdobtn2 {
  margin: 1em 0;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .member td #rdobtn2 input {
    width: 70%;
    margin: 1em 0 0 0.5em;
  }
}
.con_request .tbl_primary .gender td input:not(:first-child),
.con_request .tbl_primary .sending_address td input:not(:first-child) {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .gender td input,
  .con_request .tbl_primary .sending_address td input {
    width: 10%;
    margin: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .gender td label,
  .con_request .tbl_primary .sending_address td label {
    width: auto;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .gender #how_know input,
  .con_request .tbl_primary .sending_address #how_know input {
    width: 10%;
    margin: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .gender #how_know label,
  .con_request .tbl_primary .sending_address #how_know label {
    width: 80%;
    margin: 0 auto;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .con_request .tbl_primary .payment td input:not(:first-child) {
    margin-left: 1em;
  }
}
@media print {
  .con_request .tbl_primary .payment td input:not(:first-child) {
    margin-left: 1em;
  }
}
.ie8 .con_request .tbl_primary .payment td input:not(:first-child) {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .payment td input {
    width: 10%;
    margin: .5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .payment td label {
    width: 80%;
    margin: 0 auto;
    display: inline-block;
  }
}
.con_request .tbl_primary .payment td p span {
  display: block;
  background: #f2ede9;
  margin: 0 0 10px;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .birthday td {
    padding-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .birthday td select {
    margin: 1em 0;
    padding: 0.3em 0.5em;
    width: 20%;
    min-width: 5em;
    color: black;
  }
}
.con_request .tbl_primary .birthday td #birthday_year {
  min-width: 6em;
  padding: 0.3em 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .birthday td label {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .address td {
    padding-bottom: 1.5em;
  }
}
.con_request .tbl_primary .address td .h-adr .p-postal-code {
  margin: .6em .6em .6em .5em;
  width: 12em;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .address td .h-adr .p-postal-code {
    margin: .5em;
  }
}
.con_request .tbl_primary .address td .h-adr .p-region {
  margin: 0em 0.6em 0.6em 1.5em;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .address td .h-adr .p-region {
    margin: 0.25em 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .address td .h-adr .p-region {
    width: 100%;
  }
}
.con_request .tbl_primary .address td .h-adr .txt {
  margin: 0em .6em .6em .5em;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .con_request .tbl_primary .address td .h-adr .txt {
    margin: 0;
    width: 100%;
  }
}
.con_request .tbl_primary .gender #how_know_memo {
  width: 100%;
}
.con_request .tbl_primary .password td .inner {
  display: inline-block;
  position: relative;
}
.con_request .tbl_primary .password td .inner > input {
  padding: 0.3em 2em .3em 1em;
}
.con_request .tbl_primary .password td .inner #toggle_password_top,
.con_request .tbl_primary .password td .inner #toggle_password_bottom {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.con_request .con_pri {
  max-width: 950px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 3em 4em;
  height: 300px;
  overflow-y: scroll;
  background: #f2ede9;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .con_pri {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .con_pri {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .con_pri {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .con_pri {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .con_pri {
    padding: 2em 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .con_pri {
    padding: 2em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .con_pri {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .con_pri {
    height: 350px;
  }
}
.con_request .con_pri .box_st {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .con_pri .box_st {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .con_pri .box_st {
    margin-bottom: 20px;
  }
}
.con_request .con_pri .con_txt .box_intro h4 {
  text-align: center;
}
.con_request .con_pri .con_txt .inner ul li {
  margin-bottom: .5em;
}
.con_request .con_pri .con_txt .inner ul li p {
  font-size: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .con_pri .con_txt .inner ul li p {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .con_pri .con_txt .inner ul li p {
    font-size: 82%;
  }
}
.con_request .con_pri .con_txt .inner ul li p a {
  text-decoration: underline;
}
.con_request .con_pri .con_txt .inner ul li p a:hover {
  text-decoration: none;
}
.con_request .con_pri .con_txt .inner ul li > div ul li {
  font-size: 94%;
  text-indent: -1em;
  padding-left: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .con_pri .con_txt .inner ul li > div ul li {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .con_pri .con_txt .inner ul li > div ul li {
    font-size: 82%;
  }
}
.con_request .policy {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .policy {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .policy {
    margin-bottom: 20px;
  }
}
.con_request .policy p {
  font-size: 100%;
  color: #f00;
  margin-bottom: 1em;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .policy p {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .policy p {
    font-size: 88%;
  }
}
.con_request .box_btn01 {
  margin: 2em 0;
  text-align: center;
}
.con_request .box_btn01 .btn {
  width: 320px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn01 .btn {
    width: 100%;
  }
}
.con_request .box_btn01 .btn a, .con_request .box_btn01 .btn button {
  font-size: 107%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .box_btn01 .btn a, .con_request .box_btn01 .btn button {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn01 .btn a, .con_request .box_btn01 .btn button {
    font-size: 94%;
  }
}
.con_request .box_btn01 .btn a {
  padding: 1em;
}
.con_request .box_btn01 .btn button {
  width: 320px;
  margin: 0 auto;
  display: block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #940045;
  border: 2px solid #940045;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 1em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn01 .btn button {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_request .box_btn01 .btn button:hover {
    background: none;
    color: #940045;
  }
}
@media print {
  .con_request .box_btn01 .btn button:hover {
    background: none;
    color: #940045;
  }
}
.ie8 .con_request .box_btn01 .btn button:hover {
  background: none;
  color: #940045;
}
.con_request .box_btn01 .btn button:after {
  content: "→";
  position: absolute;
  right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .box_btn01 .btn button:after {
    right: 10px;
  }
}
.con_request .box_btn01 .btn button[type="submit"][disabled] {
  background-color: #fff;
  color: #ccc;
  border-color: #ccc;
  cursor: default;
}
.con_request .box_btn01 .btn button[type="submit"][disabled]:hover {
  opacity: 1;
}
.con_request .box_btn02 {
  margin: 2em 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn02 {
    flex-wrap: wrap;
  }
}
.con_request .box_btn02 .btn {
  margin: 0;
  margin-left: 1%;
  display: inline-block;
}
.con_request .box_btn02 .btn:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn02 .btn:first-child {
    order: 2;
  }
}
.con_request .box_btn02 .btn a, .con_request .box_btn02 .btn input {
  cursor: pointer;
  width: 320px;
  display: inline-block;
  text-align: center;
  padding: 1em;
  font-size: 107%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .box_btn02 .btn a, .con_request .box_btn02 .btn input {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn02 .btn a, .con_request .box_btn02 .btn input {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn02 .btn a, .con_request .box_btn02 .btn input {
    width: 100%;
  }
}
.con_request .box_btn02 .btn a:after, .con_request .box_btn02 .btn input:after {
  content: " ";
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn02 .btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.con_request .box_btn02 .btn.btn_next input {
  border: 2px solid #000;
}
.con_request .box_btn02 .rsv {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_request .box_btn02 .rsv {
    order: 1;
  }
}
.con_request .box_btn02 .rsv:after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 1.25em;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
.con_request .box_tran {
  margin-top: 3em;
  border-top: 1px solid;
}
.con_request .box_tran .btn {
  width: 40%;
  margin: 3em auto 0;
}
@media only screen and (max-width: 767px) {
  .con_request .box_tran .btn {
    width: 100%;
    margin: 2em auto;
  }
}
.con_request .box_tran .btn a {
  font-size: 107%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .box_tran .btn a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .box_tran .btn a {
    font-size: 94%;
  }
}
.con_request .modal_box {
  display: none;
  position: relative;
}
.con_request .modal_box:target {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con_request .modal_box:target .modal_body {
  animation: anime1 1s ease;
}
.con_request .modal_box:target .close {
  animation: anime2 2s ease;
}
.con_request .modal_box:target .close_bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.con_request .modal_box .modal_body {
  width: 100%;
  max-width: 600px;
  position: fixed;
  padding: 1em;
  background-color: #FFF;
  top: 20vh;
}
@media only screen and (max-width: 767px) {
  .con_request .modal_box .modal_body {
    max-width: 90%;
    top: 10vh;
    height: 80vh;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .modal_box .modal_body .box_leave {
    height: 100%;
    overflow: scroll;
  }
}
.con_request .modal_box .modal_body .box_leave h4 {
  text-align: center;
  font-size: 163%;
}
.con_request .modal_box .modal_body .box_leave h4 span {
  display: block;
  font-size: 63%;
}
.con_request .modal_box .modal_body .box_leave .txt_leave {
  margin: 1em;
}
.con_request .modal_box .modal_body .box_leave .txt_leave > p {
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .modal_box .modal_body .box_leave .txt_leave > p {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .modal_box .modal_body .box_leave .txt_leave > p {
    font-size: 88%;
  }
}
.con_request .modal_box .modal_body .box_leave .txt_leave ul {
  margin: 1em 0;
}
.con_request .modal_box .modal_body .box_leave .txt_leave ul li {
  font-size: 100%;
  margin: 1em 0;
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .modal_box .modal_body .box_leave .txt_leave ul li {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .modal_box .modal_body .box_leave .txt_leave ul li {
    font-size: 88%;
  }
}
.con_request .modal_box .modal_body .box_leave .txt_tel {
  text-align: center;
}
.con_request .modal_box .modal_body .box_leave .txt_tel .txt {
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
  background: #940045;
  padding: 1.5%;
}
@media only screen and (max-width: 767px) {
  .con_request .modal_box .modal_body .box_leave .txt_tel .txt {
    font-size: 88%;
  }
}
.con_request .modal_box .modal_body .box_leave .txt_tel .tel {
  font-size: 150%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .modal_box .modal_body .box_leave .txt_tel .tel {
    font-size: 144%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .modal_box .modal_body .box_leave .txt_tel .tel {
    font-size: 113%;
  }
}
.con_request .modal_box .modal_body .box_leave .txt_tel .tel .tel-link {
  font-size: 188%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_request .modal_box .modal_body .box_leave .txt_tel .tel .tel-link {
    font-size: 175%;
  }
}
@media only screen and (max-width: 767px) {
  .con_request .modal_box .modal_body .box_leave .txt_tel .tel .tel-link {
    font-size: 150%;
  }
}
.con_request .modal_box .close {
  right: -1rem;
  top: -1rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 50%;
  color: white;
  cursor: pointer;
}
@keyframes anime1 {
  0% {
    top: 30vh;
    opacity: 0;
  }
  100% {
    top: 20vh;
    opacity: 1;
  }
}
@keyframes anime2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.con_request .txt_login {
  text-align: center;
  margin-top: 1em;
}

/* -----------------------------------------------------------
	.box_btns 　確認画面用
----------------------------------------------------------- */
.box_btns {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .box_btns {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.box_btns .txt_lnk {
  text-align: right;
  display: inline-block;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .box_btns .txt_lnk {
    width: 100%;
    margin-right: 0;
    order: 2;
    text-align: center;
    margin-top: 20px;
  }
}
.box_btns .btn_submit {
  display: inline-block;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .box_btns .btn_submit {
    order: 1;
  }
}

/* -----------------------------------------------------------
	.box_thanks　送信完了
----------------------------------------------------------- */
.box_thanks {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .box_thanks {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_thanks {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .box_thanks {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .box_thanks {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .box_thanks {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ie8 .box_thanks {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.box_thanks h2 {
  font-size: 125%;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_thanks h2 {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .box_thanks h2 {
    font-size: 113%;
  }
}
.box_thanks .txt {
  font-size: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_thanks .txt {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .box_thanks .txt {
    font-size: 88%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_thanks .txt {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .box_thanks .txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box_thanks .txt {
    text-align: left;
  }
}
.box_thanks .btn {
  width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .box_thanks .btn {
    width: 100%;
  }
}

/* appearance設定
----------------------------------------------------------- */
button, input[type="text"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 0px;
  -webkit-appearance: normal;
  -moz-appearance: normal;
  appearance: normal;
}

button {
  border: none;
  cursor: pointer;
  background: none;
  padding: 0;
  margin: 0;
}

textarea,
input[type="text"] {
  padding: 5px;
  border: 1px solid #ccc;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: 1px solid #ccc;
  padding-right: 25px !important;
  background: #fff url(../images/common/ic_arrow_down.png) right center no-repeat;
  background-size: 25%;
  width: 90px;
}
@media only screen and (max-width: 767px) {
  select {
    background-size: 15%;
  }
}

select::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

textarea {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  height: 10em;
  max-width: 900px;
}

.credit_st {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 120%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .credit_st {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .credit_st {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .credit_st {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .credit_st {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .card_img {
    display: block;
  }
  .card_img img {
    max-width: 310px;
  }
}
@media print {
  .card_img {
    display: block;
  }
  .card_img img {
    max-width: 310px;
  }
}
.ie8 .card_img {
  display: block;
}
.ie8 .card_img img {
  max-width: 310px;
}

@media only screen and (max-width: 767px) {
  .box_card_input dt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_card_input dd {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .box_card_input .card_numb,
  .box_card_input .card_date_st,
  .box_card_input .card_nump_st {
    width: 20%;
    padding: 8px 0;
    float: left;
    display: block;
  }
}
@media print {
  .box_card_input .card_numb,
  .box_card_input .card_date_st,
  .box_card_input .card_nump_st {
    width: 20%;
    padding: 8px 0;
    float: left;
    display: block;
  }
}
.ie8 .box_card_input .card_numb, .ie8
.box_card_input .card_date_st, .ie8
.box_card_input .card_nump_st {
  width: 20%;
  padding: 8px 0;
  float: left;
  display: block;
}
@media only screen and (max-width: 767px) {
  .box_card_input .card_numb,
  .box_card_input .card_date_st,
  .box_card_input .card_nump_st {
    padding: 8px 0;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .box_card_input .card_date,
  .box_card_input .card_nump {
    width: 80%;
  }
}
@media print {
  .box_card_input .card_date,
  .box_card_input .card_nump {
    width: 80%;
  }
}
.ie8 .box_card_input .card_date, .ie8
.box_card_input .card_nump {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .box_card_input .card_date,
  .box_card_input .card_nump {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .card_security_st {
    width: 20%;
    padding: 8px 0;
    float: left;
    display: block;
  }
}
@media print {
  .card_security_st {
    width: 20%;
    padding: 8px 0;
    float: left;
    display: block;
  }
}
.ie8 .card_security_st {
  width: 20%;
  padding: 8px 0;
  float: left;
  display: block;
}
@media only screen and (max-width: 767px) {
  .card_security_st {
    padding: 8px 0;
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .con_request .tbl_primary td .box_card_input .card_num,
  .box_card_input dd {
    width: 80%;
    margin-bottom: 10px;
  }
}
@media print {
  .con_request .tbl_primary td .box_card_input .card_num,
  .box_card_input dd {
    width: 80%;
    margin-bottom: 10px;
  }
}
.ie8 .con_request .tbl_primary td .box_card_input .card_num, .ie8
.box_card_input dd {
  width: 80%;
  margin-bottom: 10px;
}

#security_about_con {
  padding: 20px;
}
#security_about_con .st_m {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 1.8em;
  line-height: 1.2;
  text-align: center;
  border-bottom: 4px solid #940045;
}
#security_about_con p.img {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  background: #f2ecdc;
}

.con_gmail {
  text-align: center;
  margin: 1em auto 3em;
}
@media only screen and (max-width: 767px) {
  .con_gmail {
    margin: 1em auto 2em;
  }
}
.con_gmail .box_gmail {
  display: inline-block;
  background: #FFB4C7;
  padding: 0.5em 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gmail .box_gmail {
    padding: 0.5em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_gmail .box_gmail {
    padding: 0.5em 1em;
  }
}
.con_gmail .box_gmail .tit_gmail {
  color: #DE2E80;
  font-size: 125%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gmail .box_gmail .tit_gmail {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gmail .box_gmail .tit_gmail {
    font-size: 100%;
  }
}
.con_gmail .box_gmail p {
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gmail .box_gmail p {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gmail .box_gmail p {
    font-size: 88%;
  }
}
.con_gmail .box_gmail p a {
  text-decoration: underline;
  color: #DE2E80;
}

#contact_form {
  margin-top: -1em;
}

.display_period {
  margin: 10px auto 0 auto;
  padding: 10px 0;
  width: 90%;
  text-align: center;
  border: solid 5px #f00;
  font-size: 200%;
  font-weight: bold;
  font-size: 200%;
}
.display_period p {
  color: #f00;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .display_period {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .display_period {
    font-size: 95%;
  }
}

.display_success {
  margin-bottom: 10px;
  text-align: center;
}

.txt_success {
  color: #000;
  font-size: 25px;
  font-weight: bold;
}

.display_error {
  margin: 0 auto 2em;
  text-align: center;
}

.txt_error {
  color: #f00;
  font-size: 25px;
  font-weight: bold;
}
.txt_error .btn_log {
  margin-top: 20px;
  text-align: center;
  display: block;
}
.txt_error .btn_log a {
  font-size: 63%;
  padding: 1em 3em;
  display: inline-block;
  border-radius: 0;
  font-weight: normal;
}
