@charset "UTF-8";
@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.cf::after, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: #e61010;
  display: inline-block;
  text-decoration: none;
}
a.click_none {
  color: #525252;
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

table {
  width: 100%;
}
@media (max-width: 767px) {
  table.table_collapse {
    display: block;
  }
  table.table_collapse tbody,
table.table_collapse tr,
table.table_collapse th,
table.table_collapse td {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
  }
}

table.table_default th,
table.table_default td {
  padding: 5px 15px;
  text-align: left;
  border: solid 1px #707070;
}
table.table_default th {
  background: #ff9c00;
  vertical-align: middle;
}
table.table_default td {
  background-color: #fff;
}
@media (max-width: 767px) {
  table.table_default tr:not(:last-of-type) td {
    border-bottom: 0;
  }
  table.table_default th {
    border-bottom: 0;
  }
}

.ch {
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

mark {
  background: linear-gradient(transparent 60%, #f8d3b9 60%);
}

.txt_catch {
  max-width: 575px;
  margin: auto auto 30px;
  font-size: 1.6rem;
}

.txt_link {
  text-decoration: underline;
}

.txt_attention {
  color: #c90000;
}

.txt120 {
  font-size: 120%;
}

@media (min-width: 768px) {
  .txtC_pc {
    text-align: center;
  }
}

.color_primary {
  color: #e61010;
}

.color_white {
  color: #fff;
}

[class^=ttl]:first-child {
  margin-top: 0;
}

.ttl_main {
  background: #e61010 url("../img/common/icon_h2.png") no-repeat 10px center;
  background-size: 22px 23px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 10px 10px 10px 40px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.ttl_main:first-child {
  margin-top: 0;
}

.ttl_live {
  background: url("../img/common/icon_live.png") no-repeat left center;
  color: #333;
  padding-left: 50px;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.ttl_main_center {
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e61010;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.ttl_main_center:before {
  content: "";
  margin-right: 5px;
  width: 22px;
  height: 23px;
  flex-shrink: 0;
  background: url("../img/common/icon_h2_02.png") no-repeat center;
}
@media (max-width: 767px) {
  .ttl_main_center {
    font-size: 2rem;
  }
}

.ttl_block {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 5px;
}
.ttl_block:before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  height: 14px;
  width: 14px;
  background: #e61010;
  margin-right: 5px;
}

.ttl_main + .ttl_block {
  margin-top: 0;
}

.ttl_box {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 10px;
  margin-bottom: 5px;
}

.ttl_box_center {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.bg_white {
  background-color: #fff;
  margin-top: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}
.bg_white .contents:first-child {
  margin-top: 0;
}

.bg_beige {
  background: #f6f5f1;
  padding: 30px;
}
@media (max-width: 767px) {
  .bg_beige {
    padding: 15px;
  }
}

.bg_primary {
  background: #e61010;
}

.bg_gradient_primary, header .header_btn .btn_regist, .btn_regist_s {
  background: #ff9c00;
  background: -moz-linear-gradient(left, #ff9c00 0%, #ff0002 100%);
  background: -webkit-linear-gradient(left, #ff9c00 0%, #ff0002 100%);
  background: linear-gradient(to right, #ff9c00 0%, #ff0002 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9c00", endColorstr="#ff0002", GradientType=1);
}

.bg_gradient_vertical_primary, #user_list .thumbnail_card .img_wrap {
  background: #ff9c00;
  background: -moz-linear-gradient(top, #ff0002 0%, #ff9c00 100%);
  background: -webkit-linear-gradient(top, #ff0002 0%, #ff9c00 100%);
  background: linear-gradient(to bottom, #ff0002 0%, #ff9c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0002", endColorstr="#ff9c00", GradientType=0);
}

@media (min-width: 768px) {
  .row {
    display: flex;
  }
  .row .img {
    flex-shrink: 0;
  }
  .row .img:first-child {
    margin-right: 30px;
  }
  .row .img:last-child {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .row .img {
    text-align: center;
    margin-bottom: 20px;
  }
}

.info_box_primary .info_box_title {
  background: #e61010;
  border-color: #e61010;
}
.info_box_primary .info_box_content {
  border-color: #e61010;
  background: #ff9c00;
}
.info_box_primary a {
  color: #340352;
}

.btn_wrap {
  text-align: center;
  margin: 5px 0 10px;
}

.btn_main {
  display: inline-block;
  color: #fff;
  background: #e61010;
  border-radius: 10px;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
}

.btn_back {
  display: inline-block;
  color: #fff;
  background: #707070;
  border-radius: 10px;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
}

.btn_member {
  display: block;
  background-color: #ffea00;
  color: #e61010 !important;
  font-weight: bold;
  border-radius: 10px;
  border: 2px solid #fff;
  padding: 5px 15px;
  text-align: center;
}

.btn_regist_s {
  display: block;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  border: 2px solid #fff;
  padding: 5px 15px;
  text-align: center;
}

.btn_lg {
  padding: 10px 30px;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  background-color: #edf1f5;
  font-family: YuGothic, "Yu Gothic Medium", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #303030;
  overflow-x: hidden;
}

.bold {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

#wrap {
  margin: auto;
}
@media (max-width: 767px) {
  #wrap {
    width: 100%;
  }
}

header {
  background: #fff;
}
header .header_top {
  padding: 13px 0;
  position: relative;
}
header .header_logo {
  text-align: center;
}
header .header_logo img {
  vertical-align: middle;
}
header .header_btn {
  font-weight: bold;
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
header .header_btn li {
  margin: 5px;
}
header .header_btn a,
header .header_btn div {
  border-radius: 5px;
  padding: 5px 10px;
}
header .header_btn .btn_login {
  background-color: #edf1f5;
  color: #604c9d;
  cursor: pointer;
}
header .header_btn .btn_regist {
  color: #fff;
}
header .profile img {
  object-fit: cover;
  width: 36px;
  height: 36px;
  padding: 2px;
  border: 2px solid #f4f4f4;
  border-radius: 50%;
  vertical-align: middle;
}
header .profile span {
  margin-left: 0.5em;
}
@media (max-width: 767px) {
  header {
    border-bottom: solid 2px #e61010;
  }
  header .header_top {
    padding: 10px;
    flex-wrap: wrap;
  }
  header .header_logo img {
    width: 60px;
  }
  header .header_btn {
    right: 0;
  }
  header .header_btn li {
    margin: 3px;
  }
  header .header_btn a,
header .header_btn div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    /*                border-radius: 100px;
                    width: 30px;
                    height: 30px;
                    padding: 0;
    */
  }
}

button#drawer_btn {
  position: fixed;
  top: 3px;
  left: 10px;
  display: block;
  margin-left: auto;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 100;
  outline: 0;
  border: 0;
  background: transparent;
}
@media (max-width: 767px) {
  button#drawer_btn {
    top: 0;
    left: 0;
  }
}
button#drawer_btn .line {
  position: absolute;
  display: block;
  height: 3px;
  width: 70%;
  left: 15%;
  background: #e61010;
  transition: 0.3s;
}
button#drawer_btn .line:nth-child(1) {
  top: 23%;
}
button#drawer_btn .line:nth-child(2) {
  top: 48%;
  opacity: 1;
}
button#drawer_btn .line:nth-child(3) {
  top: 72%;
}
button#drawer_btn.open .line {
  transition: 0.2s;
}
button#drawer_btn.open .line:nth-child(1) {
  top: 48%;
  transform: rotate(45deg);
}
button#drawer_btn.open .line:nth-child(2) {
  display: none;
  opacity: 0;
}
button#drawer_btn.open .line:nth-child(3) {
  top: 48%;
  transform: rotate(-45deg);
}

#drawer_nav {
  display: none;
  position: fixed;
  padding: 50px 0;
  z-index: 90;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}
#drawer_nav ul {
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  max-width: 320px;
  margin: auto;
}
#drawer_nav ul li a {
  color: #fff;
}
#drawer_nav ul li a.active, #drawer_nav ul li a:hover {
  color: #ffea00;
}

.login {
  display: none;
  position: fixed;
  padding: 50px 0;
  z-index: 90;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}
.login .inner {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 10px;
  max-width: 97%;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

main {
  display: block;
}

.contents {
  max-width: 100%;
  width: 1020px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.contents.bg_white {
  border-radius: 10px;
  width: 1060px;
  max-width: 96%;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .contents.bg_white {
    padding-right: 10px;
    padding-left: 10px;
  }
}

footer {
  background: #c40000;
  font-size: 1.2rem;
  margin-top: 60px;
}
footer a {
  color: #fff;
}
footer .footer_sitemap {
  padding: 20px 0;
  text-align: center;
}
footer .footer_sitemap li {
  border-left: solid 1px #fff;
  display: inline-block;
  margin: 3px 0;
}
footer .footer_sitemap li:first-child {
  border-left: 0;
}
footer .footer_sitemap a {
  padding: 0 5px;
}
footer .footer_bottom {
  background: #fff;
  color: #303030;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  padding: 10px;
}

#top_mv {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
#top_mv .swiper-container {
  overflow: visible;
}
#top_mv .swiper-slide {
  text-align: center;
}
#top_mv .swiper-slide-prev,
#top_mv .swiper-slide-next {
  background-color: #000;
}
#top_mv .swiper-slide-prev img,
#top_mv .swiper-slide-next img {
  opacity: 0.5;
}
#top_mv .swiper-button-prev,
#top_mv .swiper-container-rtl .swiper-button-next {
  left: -40px;
}
#top_mv .swiper-button-next,
#top_mv .swiper-container-rtl .swiper-button-prev {
  right: -40px;
}

#top_pr {
  width: 620px;
}

.blog_wrap {
  background-color: #fff;
  box-shadow: 0 0 3px #dadada;
  -webkit-box-shadow: 0 0 3px #dadada;
}
.blog_wrap h2 {
  background-color: #708fa0;
  color: #fff;
  padding: 10px;
}
.blog_wrap a {
  display: block;
  color: #000;
}
.blog_wrap .space {
  height: 283px;
  overflow-y: auto;
}
.blog_wrap .space .item {
  border-left: 3px solid #fff;
  display: flex;
  padding: 10px 10px 10px 7px;
}
.blog_wrap .space .item:hover {
  background-color: #f7f7f7;
  border-left: 3px solid #6fdbe8;
}
.blog_wrap .space .item .img {
  flex-shrink: 0;
  width: 50px;
  margin-right: 10px;
}
.blog_wrap .space .item .img img {
  border-radius: 3px;
}
.blog_wrap .space .item .txt .description {
  font-size: 1.2rem;
  line-height: 1.5;
}
.blog_wrap .space .item + a {
  border-top: 1px solid #eee;
}
.blog_wrap .mem .item_wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog_wrap .mem .item_wrap .item {
  width: 5%;
  position: relative;
}
@media (max-width: 767px) {
  .blog_wrap .mem .item_wrap .item {
    width: 12.5%;
  }
}
.blog_wrap .mem .item_wrap .item .name {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 1.1rem;
  padding: 3px 5px;
  width: max-content;
  position: absolute;
  top: 55px;
  z-index: 1;
}
.blog_wrap .mem .item_wrap .item:hover .name {
  display: block;
}

.thumbnail_card {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}
.thumbnail_card a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thumbnail_card .img {
  overflow: hidden;
  position: relative;
}
.thumbnail_card .img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
  width: 100%;
  height: 100%;
}
.thumbnail_card .announce {
  color: #0093f1;
  background: url("../img/top/icon_announce.png") no-repeat 8% 2px;
  padding-left: calc(8% + 15px);
}
.thumbnail_card .description {
  color: #a72525;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.thumbnail_card .name {
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .thumbnail_card p {
    padding: 0 8%;
  }
  .thumbnail_card .name {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .thumbnail_card p {
    padding: 0 10px;
  }
  .thumbnail_card .name {
    font-size: 1.8rem;
  }
  .thumbnail_card .description {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  img[src*="status_live.png"] {
    width: 40px;
  }
}

.thumbnail_list_wrap .thumbnail_list {
  display: flex;
  flex-wrap: wrap;
}
.thumbnail_list_wrap .thumbnail_card {
  margin: 1%;
}
.thumbnail_list_wrap .thumbnail_card .img {
  margin-bottom: 10px;
  padding-top: 100%;
}
.thumbnail_list_wrap .thumbnail_card .status {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 0;
}
.thumbnail_list_wrap .thumbnail_card .status img[src*="status_off_wrap.png"] {
  display: none;
}
@media (min-width: 768px) {
  .thumbnail_list_wrap .thumbnail_card {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .thumbnail_list_wrap .thumbnail_card {
    width: 48%;
  }
}

#user_list .carousel {
  position: relative;
}
#user_list .thumbnail_card {
  border: 1px solid #c1c1c1;
  height: auto;
}
#user_list .thumbnail_card .img_wrap {
  position: relative;
  border-radius: 500px;
  margin: 20px auto;
  width: 104px;
  padding: 2px;
}
#user_list .thumbnail_card .img {
  height: 100px;
  border: 2px solid #fff;
  border-radius: 500px;
  z-index: 1;
}
#user_list .thumbnail_card img[src*=status_] {
  position: absolute;
}
#user_list .thumbnail_card img[src*="status_off_wrap.png"] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#user_list .thumbnail_card img[src*="status_live.png"] {
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  z-index: 2;
}
#user_list .swiper-button-next,
#user_list .swiper-button-prev {
  outline: 0;
}
#user_list .swiper-button-next:after {
  text-indent: -9999px;
  background: url(../img/top/carousel_nav_next.png);
  width: 32px;
  height: 32px;
}
#user_list .swiper-button-prev:after {
  text-indent: -9999px;
  background: url(../img/top/carousel_nav_prev.png);
  width: 32px;
  height: 32px;
}
#user_list .swiper-button-next,
#user_list .swiper-container-rtl .swiper-button-prev {
  right: -15px;
  width: 32px;
  height: 32px;
}
#user_list .swiper-button-prev,
#user_list .swiper-container-rtl .swiper-button-next {
  left: -15px;
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  #user_list .swiper-container {
    height: 450px;
  }
}

#top_under {
  justify-content: space-between;
}
#top_under #top_info .info_box_title {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 5px 10px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 34px;
}
#top_under #top_info .info_box_content {
  background-color: #fff;
  padding: 15px 15px 10px;
  border: solid 1px #707070;
  border-top: 0;
}
@media (min-width: 768px) {
  #top_under #top_info {
    width: calc(100% - 340px);
  }
}
@media (max-width: 767px) {
  #top_under #top_info {
    margin-bottom: 20px;
  }
}
#top_under #top_bnr a {
  display: block;
}
#top_under #top_bnr a + * {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #top_under #top_bnr a + * {
    margin-bottom: 10px;
  }
}

.siteopen {
  font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, HGS明朝E, serif;
}
.siteopen .txt_01 {
  color: #e61010;
  font-size: 1.7rem;
}
.siteopen .txt_03 {
  text-align: left;
  display: flex;
  justify-content: center;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #cce5ff;
  font-size: 10px;
  margin: 40px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* 下層ページのCSS */
h3.ttl_catch {
  font-weight: bold;
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 20px;
  max-width: 800px;
  position: relative;
  z-index: 0;
}
h3.ttl_catch:before {
  content: "";
  background-color: #e61010;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
h3.ttl_catch span {
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
}
@media (max-width: 767px) {
  h3.ttl_catch {
    padding: 0 15px;
    font-size: 1.6rem;
    text-align: center;
  }
  h3.ttl_catch span {
    padding: 0 10px;
  }
}

.step_box {
  margin-bottom: 40px;
}
.step_box .step_ttl {
  font-size: 2rem;
  font-weight: bold;
  background: #e61010;
  color: #fff;
  padding: 10px;
  text-align: center;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step_box .step_ttl .step_label {
  flex-shrink: 0;
  background: #fff;
  color: #e61010;
  font-size: 1.2rem;
  display: inline-block;
  padding: 1px 10px;
  margin-right: 10px;
  border-radius: 20px;
}
.step_box .step_ttl .step_num {
  font-size: 1.5rem;
}
.step_box .step_content {
  padding: 30px;
  background: #fff;
}
.step_box .step_inner_flex {
  margin-top: 20px;
}
.step_box .step_inner_flex .box {
  padding: 20px 30px;
  background: #fff;
}
.step_box .step_inner_flex .ttl_box_center {
  color: #e61010;
}
.step_box .step_inner_flex p {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .step_box .step_inner_flex {
    display: flex;
    justify-content: space-between;
  }
  .step_box .step_inner_flex .box {
    background: #fff;
    width: 48.5%;
    box-sizing: border-box;
  }
}

.flow_box {
  margin-bottom: 50px;
}
.flow_box + .flow_box {
  position: relative;
}
.flow_box + .flow_box:before {
  content: "";
  width: 48px;
  height: 20px;
  background: url("../img/common/arrow_flow.png") no-repeat 0 0;
  position: absolute;
  top: -30px;
  left: 80px;
}
.flow_box .flow_ttl {
  background: #e61010;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
}
.flow_box .flow_num {
  font-size: 1.8rem;
  line-height: 32px;
  background: #fff;
  border-radius: 15px;
  color: #e61010;
  text-align: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.flow_box .flow_content {
  background: #f6f5f1;
  padding: 20px;
}
@media (min-width: 768px) {
  .flow_box {
    display: flex;
    justify-content: space-between;
  }
  .flow_box .flow_ttl {
    flex-shrink: 0;
    flex-basis: 215px;
  }
}
@media (max-width: 767px) {
  .flow_box + .flow_box:before {
    content: "";
    top: -30px;
    left: 50%;
    margin-left: -24px;
  }
}

.shoplist_item {
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: solid 1px #c1c1c1;
}
.shoplist_item:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.shoplist_item .img {
  float: left;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: 140px;
  height: 140px;
  overflow: hidden;
}
.shoplist_item .img_fit {
  width: 140px;
  height: 140px;
  overflow: hidden;
  text-align: center;
  display: table-cell;
  background: #f3f3f3;
  vertical-align: middle;
  position: relative;
}
.shoplist_item .img_fit img {
  vertical-align: middle;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.shoplist_item .description {
  font-size: 1.2rem;
  padding-left: 150px;
}
@media (max-width: 767px) {
  .shoplist_item .img,
.shoplist_item .img_fit {
    width: 80px;
    height: 80px;
  }
  .shoplist_item .description {
    width: 100%;
    clear: both;
    padding-left: 0;
  }
}

.ttl_item {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ttl_item {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.list_label {
  overflow: hidden;
  line-height: 1;
  margin: 5px 0;
}
.list_label dt {
  background: #e61010;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 5px;
  padding: 3px;
  width: 4em;
  text-align: center;
  float: left;
  clear: left;
}
.list_label dd {
  padding: 3px 3px 3px 4em;
}
@media (max-width: 767px) {
  .list_label dt {
    margin-top: 3px;
    font-size: 1rem;
  }
  .list_label dd {
    padding: 3px 3px 3px 3.5em;
  }
}

.campaign .campaign_catch {
  font-size: 1.8rem;
}
.campaign p img {
  width: 145px;
}
.campaign .campaign_bnr {
  width: 250px;
}
@media (min-width: 768px) {
  .campaign .campaign_catch {
    font-size: 2.4rem;
  }
  .campaign p img {
    width: 225px;
  }
  .campaign .campaign_bnr {
    width: 500px;
  }
}

.flow .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flow .item + .item {
  margin-top: 30px;
}
.flow .item dt {
  background-color: #e61010;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px;
  width: 110px;
}
.flow .item dd {
  width: calc(100% - 130px);
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .flow .item dt {
    width: 130px;
  }
  .flow .item dd {
    width: calc(100% - 150px);
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .line_bnr img {
    width: 200px;
  }
}

.stripe_thanks {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  display: block;
}

.freepoint .txt_01 {
  color: #e61010;
  font-size: 2rem;
  text-align: center;
}
.freepoint table th,
.freepoint table td {
  border-color: #e61010;
  padding: 15px;
}
.freepoint table th {
  background-color: #e61010;
  color: #fff;
}
.freepoint table td {
  background-color: #ff9c00;
}
.freepoint .error {
  margin-bottom: 30px;
  text-align: center;
}
.freepoint .error .sorry {
  font-size: 2rem;
  color: #0a1581;
}
.freepoint .btn_main {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .freepoint .btn_main {
    font-size: inherit;
  }
}

#loading {
  display: none;
}

.thanks {
  padding: 20px;
  font-size: 1.8rem;
}

.side_login {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
}
.side_login label {
  width: 3em;
  text-align: right;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
}
.side_login input[type=text], .side_login input[type=password] {
  width: calc(100% - 4em);
  margin-bottom: 5px;
}

.table_form {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin-top: 30px;
}
.table_form td {
  vertical-align: middle;
  padding: 10px;
}
@media (max-width: 767px) {
  .table_form td {
    padding: 10px 5px;
  }
}
.table_form th {
  width: 225px;
  text-align: left;
  vertical-align: top;
  position: relative;
  background-clip: padding-box !important;
  font-weight: bold;
}
@media (max-width: 767px) {
  .table_form th {
    padding: 5px;
  }
}
.table_form th:after {
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 65%;
  padding: 4px 5px;
  line-height: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .table_form th:after {
    top: 5px;
    right: 10px;
  }
}
.table_form th.required:after {
  content: "必須";
  color: #fff;
  background: #c90000;
}
.table_form th.option:after {
  content: "任意";
  color: #fff;
  background: #999999;
}

input[type=text], input[type=email], input[type=tel], input[type=nmber], input[type=date], input[type=password], select, textarea {
  font-size: 16px;
  font-family: inherit;
  box-sizing: border-box;
  box-shadow: none;
  border: solid 1px #707070;
  padding: 2px 4px;
  border-radius: 3px;
  max-width: 100%;
}
select {
  background-color: #fff;
}

.table_form input[type=checkbox]:checked + span, .table_form input[type=radio]:checked + span {
  font-weight: bold;
}
.table_form textarea {
  width: 100%;
  height: 130px;
}
.table_form select {
  padding: 2px 0 4px 4px;
  border: solid 1px #345372;
  border-radius: 3px;
  margin-right: 2px;
}
.table_form select option {
  padding: 0;
}
.table_form .mwform-tel-field input[type=text], .table_form .mwform-zip-field input[type=text] {
  width: 5em;
}
.table_form .horizontal-item {
  width: 49%;
  display: inline-block;
}
.table_form .horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .table_form .horizontal-item {
    width: auto;
    display: block;
  }
}
.table_form .mwform-radio-field {
  width: auto;
  display: inline-block;
}
.table_form .mwform-radio-field + .horizontal-item {
  margin-left: 10px !important;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

.form_button {
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}
.form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
  height: 60px;
  width: 220px;
  border: none;
  font-weight: bold;
  margin: 10px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  background: #000;
  color: #fff;
}
.form_button input[type=submit]:hover, .form_button input[type=button]:hover, .form_button button[type=submit]:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
    max-width: 80%;
  }
}
.form_button input[type=submit].confirm, .form_button input[type=submit].submit, .form_button input[type=button].confirm, .form_button input[type=button].submit, .form_button button[type=submit].confirm, .form_button button[type=submit].submit {
  background: linear-gradient(#ffd52c 48%, #ecb429 52%);
  background-size: 25px, auto;
  border-bottom: 3px solid #000;
}
.form_button input[type=submit].back, .form_button input[type=button].back, .form_button button[type=submit].back {
  border-bottom: 3px solid #0e3e61;
}
.frm.danger {
  display: block;
  background: #c90000;
  padding: 5px 10px;
  position: relative;
  margin-top: 12px;
  clear: both;
  color: #fff !important;
  font-size: 1.2rem;
}
.frm.danger:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: -20px;
  border: 10px solid #c90000;
  border-color: transparent;
  border-bottom-color: #c90000;
}
