@charset "UTF-8";
/* Scss Document */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

/*
@include lg{
	a[href^="tel:"] {
		pointer-events: none;
	}
}*/
img {
  max-width: 100%;
  width: 100%;
}

input {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
input::-webkit-input-placeholder {
  color: #989898;
}
input::-moz-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #EBEBEB;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  br.br_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  br.br_pc {
    display: none;
  }
}

#wrapper {
  margin: 0 auto;
  position: relative;
}

.content-wrap {
  max-width: 750px;
  width: 90%;
  margin: auto;
}

.content-wrap_pc {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

.content-inner {
  max-width: 750px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .content-inner {
    width: 750px;
  }
}

.content-inner_pc {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.main_contents01 {
  min-height: calc( 100vh - 102px );
}
@media screen and (min-width: 768px) {
  .main_contents01 {
    min-height: calc( 100vh - 198px );
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

.font-serif {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.font-nomal {
  font-weight: normal !important;
}

.txt-center {
  text-align: center;
}

.mb05em {
  margin-bottom: 0.5em;
}

.btn_Gred {
  background: -ms-linear-gradient(90deg, #bb0000 0%, #bb0000 49.8%, #cc0000 49.9%, #cc0000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BB0000', endColorstr='#CC0000' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#bb0000), color-stop(49.8%, #bb0000), color-stop(49.9%, #cc0000), to(#cc0000));
  background: linear-gradient(0deg, #bb0000 0%, #bb0000 49.8%, #cc0000 49.9%, #cc0000 100%);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CC0000",endColorstr="#BB0000" , GradientType=0);
}

.btn_Ggreen {
  background: -ms-linear-gradient(90deg, #6b9999 0%, #6b9999 49.8%, #81a9a9 49.9%, #81a9a9 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B9999', endColorstr='#81A9A9' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#6b9999), color-stop(49.8%, #6b9999), color-stop(49.9%, #81a9a9), to(#81a9a9));
  background: linear-gradient(0deg, #6b9999 0%, #6b9999 49.8%, #81a9a9 49.9%, #81a9a9 100%);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#81A9A9",endColorstr="#6B9999" , GradientType=0);
}

.btn_GdarkGreen {
  background: -ms-linear-gradient(90deg, #325353 0%, #325353 49.9%, #3d5c5c 50%, #3d5c5c 99.91%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#325353', endColorstr='#3D5C5C' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#325353), color-stop(49.9%, #325353), color-stop(50%, #3d5c5c), color-stop(99.91%, #3d5c5c));
  background: linear-gradient(0deg, #325353 0%, #325353 49.9%, #3d5c5c 50%, #3d5c5c 99.91%);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3D5C5C",endColorstr="#325353" , GradientType=0);
}

.btn_GlightGreen {
  background: -ms-linear-gradient(90deg, #cbd2d1 0%, #cbd2d1 49.9%, #e1eaea 50%, #e1eaea 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CBD2D1', endColorstr='#E1EAEA' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#cbd2d1), color-stop(49.9%, #cbd2d1), color-stop(50%, #e1eaea), to(#e1eaea));
  background: linear-gradient(0deg, #cbd2d1 0%, #cbd2d1 49.9%, #e1eaea 50%, #e1eaea 100%);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1EAEA",endColorstr="#CBD2D1" , GradientType=0);
}

.btn_Ggray {
  background: -ms-linear-gradient(90deg, #b6b6b6 0%, #b6b6b6 49.8%, #c4c4c4 49.9%, #c4c4c4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B6B6B6', endColorstr='#C4C4C4' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#b6b6b6), color-stop(49.8%, #b6b6b6), color-stop(49.9%, #c4c4c4), to(#c4c4c4));
  background: linear-gradient(0deg, #b6b6b6 0%, #b6b6b6 49.8%, #c4c4c4 49.9%, #c4c4c4 100%);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C4C4C4",endColorstr="#B6B6B6" , GradientType=0);
}

.btn_Gwhite {
  background: -ms-linear-gradient(90deg, #e0e0e0 0%, #e0e0e0 49.8%, white 49.9%, white 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#FFFFFF' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#e0e0e0), color-stop(49.8%, #e0e0e0), color-stop(49.9%, white), to(white));
  background: linear-gradient(0deg, #e0e0e0 0%, #e0e0e0 49.8%, white 49.9%, white 100%);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#E0E0E0" , GradientType=0);
}

.btn_GwhiteGray {
  background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0.94) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ABABAB' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(171, 171, 171, 0.94)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0.94) 100%);
  border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#ABABAB" , GradientType=0);
}

.btn_GdarkGray {
  background: -ms-linear-gradient(90deg, #707070 0%, #707070 49.8%, #919191 49.9%, #919191 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#707070', endColorstr='#919191' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#707070), color-stop(49.8%, #707070), color-stop(49.9%, #919191), to(#919191));
  background: linear-gradient(0deg, #707070 0%, #707070 49.8%, #919191 49.9%, #919191 100%);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#919191",endColorstr="#707070" , GradientType=0);
}

.btn_Gblue {
  background: -ms-linear-gradient(90deg, #1d53b1 0%, #1d53b1 49.8%, #335bc1 49.9%, #335bc1 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D53B1', endColorstr='#335BC1' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#1d53b1), color-stop(49.8%, #1d53b1), color-stop(49.9%, #335bc1), to(#335bc1));
  background: linear-gradient(0deg, #1d53b1 0%, #1d53b1 49.8%, #335bc1 49.9%, #335bc1 100%);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#335BC1",endColorstr="#1D53B1" , GradientType=0);
}

.btn_gray-plus {
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 0.4em 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#CCCCCC));
  background: linear-gradient(to bottom, #F2F2F2, #CCCCCC);
}
@media screen and (min-width: 768px) {
  .btn_gray-plus {
    padding: 0.25em 1em;
  }
}

.btn_salmonPink {
  background: -ms-linear-gradient(90deg, rgba(246, 174, 106, 0.94) 0%, #ea7f70 0%, #f4b6ad 50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6AE6A', endColorstr='#F4B6AD' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(246, 174, 106, 0.94)), color-stop(0%, #ea7f70), color-stop(50%, #f4b6ad));
  background: linear-gradient(0deg, rgba(246, 174, 106, 0.94) 0%, #ea7f70 0%, #f4b6ad 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4B6AD",endColorstr="#F6AE6A" , GradientType=0);
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
}
#loader-bg {
  background: #fff;
  position: fixed;
  z-index: 20000;
  width: 100vw;
  height: 100vh;
  top: 0;
}

.spinner {
  width: 215px;
  height: 260px;
  vertical-align: middle;
  content: "";
  background: url("../../img/front/common/logo_loading.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: sk-scaleout 3s infinite ease-in-out;
  animation: sk-scaleout 3s infinite ease-in-out;
  position: absolute;
  left: calc(50% - 108px);
  top: 0;
}
@media screen and (max-width: 768px) {
  .spinner {
    width: 129px;
    height: 156px;
    left: calc(50% - 64px);
  }
}

/* 画像コピーライト */
.imgCopy {
  position: absolute;
  bottom: 5px;
  right: 10px;
  text-align: right;
  color: #fff;
  text-shadow: 0px 0px 4px #000;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .imgCopy {
    font-size: 1.4rem;
  }
}
.imgCopy::before {
  content: "";
  background: url("../../img/front/common/ico_photo.svg") no-repeat left center;
  background-size: contain;
  padding-left: 1.2em;
  margin-right: 0.5em;
  -webkit-filter: drop-shadow(0px 0px 4px #000);
          filter: drop-shadow(0px 0px 4px #000);
}

/* 共通部分
_________________________________*/
/* header ログイン・お気に入りボタンあり */
header .header_public-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
@media screen and (min-width: 768px) {
  header .header_public-logo {
    height: 100px;
  }
}
header .header_public-logo .logo_mark {
  margin-right: 2px;
  width: 42px;
}
@media screen and (min-width: 768px) {
  header .header_public-logo .logo_mark {
    width: 84px;
    margin-right: 6px;
  }
}
header .header_public-logo .logo_txt1 {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  header .header_public-logo .logo_txt1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  header .header_public-logo .logo_txt1 {
    font-size: 1.2rem;
  }
}
header .header_public-logo .logo_txt2 {
  margin-left: 2px;
  width: 68px;
}
@media screen and (min-width: 768px) {
  header .header_public-logo .logo_txt2 {
    width: 136px;
  }
}
header .header_public-left {
  width: calc(100% - 100px);
  padding: 0 2%;
}
@media screen and (min-width: 768px) {
  header .header_public-left {
    padding: 0 3% 0 15px;
    width: calc(100% - 200px);
  }
}
header .btn-list {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 50px;
}
@media screen and (min-width: 768px) {
  header .btn-list {
    height: 100px;
    width: 200px;
  }
}
header .btn-list li {
  width: 50px;
}
@media screen and (min-width: 768px) {
  header .btn-list li {
    width: 70px;
    margin-bottom: 15px;
    margin-right: 10px;
  }
}
header .btn-list li a {
  display: block;
}
header .btn-list li img {
  width: 100%;
}
header .btn-list li button {
  display: block;
  background: none;
  padding: 0;
  border: none;
  margin: 0;
  width: 100%;
}
header .btn-list li button:hover {
  cursor: pointer;
}
header.header_public-bb_line {
  border-bottom: 3px solid #81A9A9;
}
@media screen and (min-width: 768px) {
  header.header_public-bb_line {
    border-bottom: 6px solid #81A9A9;
  }
}

.header_public-01 {
  background-color: #fff;
  margin: 0;
  padding: 0 !important;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .header_public-01 {
    height: 100px;
  }
}

.header_public-02 {
  background-color: #fff;
  margin: 0;
  padding: 0;
  height: 50px;
  border-bottom: 3px solid #81A9A9;
}
@media screen and (min-width: 768px) {
  .header_public-02 {
    height: 100px;
    border-bottom: 6px solid #81A9A9;
  }
}

.gnav_btn-wrap #gnav_btn {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 200;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .gnav_btn-wrap #gnav_btn {
    width: 80px;
    height: 80px;
  }
}
.gnav_btn-wrap #gnav_btn:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gnav_btn-wrap #gnav_btn span {
  background: url("../../img/front/common/btn_header-menu.svg") no-repeat;
  background-size: contain;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .gnav_btn-wrap #gnav_btn span {
    width: 70px;
    height: 70px;
    margin-top: 20px;
  }
}
.gnav_btn-wrap #gnav_btn span:hover {
  opacity: 0.7;
}
.gnav_btn-wrap #gnav_btn.open span {
  background: url("../../img/front/common/btn_header-menu_close.svg") no-repeat;
  background-size: contain;
}
.gnav_btn-wrap nav {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 60, 60, 0.5);
  z-index: 10000;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gnav_btn-wrap nav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .gnav_btn-wrap nav {
    top: 100px;
  }
}
.gnav_btn-wrap nav #nav_inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  clear: both;
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list {
  width: 80%;
  margin: 0 0 0 auto;
  background-color: #fff;
  padding-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .gnav_btn-wrap nav #nav_inner .nav_inner-list {
    width: 50%;
  }
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li {
  width: 96%;
  margin: auto;
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li a {
  color: #333;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #333;
  display: block;
  padding: 4%;
  letter-spacing: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .gnav_btn-wrap nav #nav_inner .nav_inner-list li a {
    font-size: 1.8rem;
    padding: 20px 30px 10px;
  }
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li a::before {
  content: "";
  padding: 0.2em 0 0.2em 2.5em;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li a.gnav_ico-01::before {
  background-image: url("../../img/front/common/ico_nav-01.svg");
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li a.gnav_ico-02::before {
  background-image: url("../../img/front/common/ico_nav-02.svg");
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li a.gnav_ico-03::before {
  background-image: url("../../img/front/common/ico_nav-03.svg");
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li a.gnav_ico-04::before {
  background-image: url("../../img/front/common/ico_nav-04.svg");
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li a.gnav_ico-05::before {
  background-image: url("../../img/front/common/ico_nav-05.svg");
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li a.gnav_ico-06::before {
  background-image: url("../../img/front/common/ico_nav-06.svg");
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li a.gnav_ico-07::before {
  background-image: url("../../img/front/common/ico_nav-07.svg");
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li a.gnav_ico-08::before {
  background-image: url("../../img/front/common/ico_nav-08.svg");
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li a.gnav_ico-09::before {
  background-image: url("../../img/front/common/ico_nav-09.svg");
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li a.gnav_ico-10::before {
  background-image: url("../../img/front/common/ico_nav-10.svg");
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li a.gnav_ico-11::before {
  background-image: url("../../img/front/common/ico_nav-11.svg");
}
.gnav_btn-wrap nav #nav_inner .nav_inner-list li a.gnav_ico-12::before {
  background-image: url("../../img/front/common/ico_nav-12.svg");
}
.gnav_btn-wrap nav #nav_inner .nav_inner-bottom {
  background-color: #fff;
  width: 80%;
  margin: 0 0 0 auto;
  padding-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .gnav_btn-wrap nav #nav_inner .nav_inner-bottom {
    width: 50%;
  }
}
.gnav_btn-wrap nav #nav_inner .nav_inner-bottom .nav_bottom-list li {
  width: 96%;
  margin: auto;
}
.gnav_btn-wrap nav #nav_inner .nav_inner-bottom .nav_bottom-list li a {
  border-bottom: 1px solid #333;
  display: block;
  padding: 4%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .gnav_btn-wrap nav #nav_inner .nav_inner-bottom .nav_bottom-list li a {
    font-size: 1.6rem;
    padding: 20px 30px 10px;
  }
}

.tabContents .tab_main {
  display: none;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.tab_main.is_show {
  display: block;
}

.breadcrumb {
  background-color: #B3CBCB;
  color: #000;
  font-size: 1.1rem;
  padding: 0.4em 0;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 1.4rem;
  }
}
.breadcrumb .breadcrumb-list {
  width: 94%;
  margin: auto;
  letter-spacing: 0;
  font-size: 0;
}
.breadcrumb .breadcrumb-list li {
  display: inline-block;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-list li {
    font-size: 1.4rem;
  }
}
.breadcrumb .breadcrumb-list li::after {
  content: "＞";
  margin: 0 0.5em;
}
.breadcrumb .breadcrumb-list li:last-child::after {
  content: "";
  margin: 0;
}
.breadcrumb .breadcrumb-list li a:hover {
  text-decoration: underline;
}
.breadcrumb p {
  width: 94%;
  margin: auto;
}
.breadcrumb.breadcrumb-lime {
  background-color: #E5EDDC;
}

footer {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 4% 0 0;
}
footer.pd_btn {
  padding-bottom: 50px;
}
footer.footer_z100 {
  position: relative;
  z-index: 100;
}
footer .footer_compact-logo {
  text-align: center;
  margin: 0 auto 3%;
}
@media screen and (min-width: 768px) {
  footer .footer_compact-logo {
    margin: 0 auto 30px;
  }
}
footer .footer_compact-logo .logo_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_compact-logo .logo {
  width: 155px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  footer .footer_compact-logo .logo {
    width: 310px;
  }
}
footer .footer_compact-logo .txt {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  footer .footer_compact-logo .txt {
    font-size: 1.8rem;
  }
}
footer h1 {
  border-left: none;
  max-width: 50%;
  margin: 0 auto 3%;
}
@media screen and (min-width: 768px) {
  footer h1 {
    margin: 0 auto 30px;
  }
}
footer h1 img {
  max-height: 50px;
  width: auto;
}
@media screen and (min-width: 768px) {
  footer h1 img {
    max-height: 100px;
  }
}
footer .footer-company {
  letter-spacing: 0;
  font-size: 1.3rem;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  footer .footer-company {
    font-size: 1.8rem;
  }
}
footer .footer-company span {
  margin-right: 0.5em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  footer .footer-company span {
    font-size: 1.6rem;
  }
}
footer .footer-link {
  margin: 0 auto 5%;
  width: 80%;
}
footer .footer-link a {
  display: block;
  border: 2px solid #333;
  padding: 0.7em 0;
  text-align: center;
}
footer .footer-Lifee {
  padding-bottom: 3%;
}
@media screen and (min-width: 768px) {
  footer .footer-Lifee {
    padding-bottom: 15px;
  }
}
footer .footer-Lifee p {
  margin-bottom: 1%;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  footer .footer-Lifee p {
    font-size: 1.8rem;
  }
}
footer .footer-Lifee .footer-Lifee_info {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer-Lifee .footer-Lifee_info {
    display: block;
    text-align: center;
  }
}
footer .footer-Lifee .footer-Lifee_info .footer_logo {
  width: 30%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .footer-Lifee .footer-Lifee_info .footer_logo {
    width: 175px;
  }
}
footer .footer-Lifee .footer-Lifee_info .Lifee_info {
  padding-top: 2%;
}
footer .footer-Lifee .footer-Lifee_info .Lifee_info p {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .footer-Lifee .footer-Lifee_info .Lifee_info p {
    text-align: center;
  }
}
footer .footer-Lifee .footer-Lifee_info .Lifee_info .lifee_Tel {
  margin-bottom: 2.5%;
}
@media screen and (min-width: 768px) {
  footer .footer-Lifee .footer-Lifee_info .Lifee_info .lifee_Tel {
    margin-bottom: 20px;
  }
}
footer .footer-Lifee .footer-Lifee_info .Lifee_info .lifee_Tel a {
  display: block;
  background-color: #dc727c;
  max-width: 600px;
  width: 80%;
  margin: auto;
  border-radius: 2.5px;
  padding: 3.5% 3%;
  line-height: 1;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  footer .footer-Lifee .footer-Lifee_info .Lifee_info .lifee_Tel a {
    font-size: 3.2rem;
    border-radius: 5px;
    padding: 3%;
  }
}
footer .footer-Lifee .footer-Lifee_info .Lifee_info .lifee_Tel a img {
  width: 64%;
  line-height: 1;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  footer .footer-Lifee .footer-Lifee_info .Lifee_info .lifee_Tel a img {
    width: 50%;
  }
}
footer .footer-Lifee .footer_logo-txt {
  font-size: 1.1rem;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  footer .footer-Lifee .footer_logo-txt {
    font-size: 1.4rem;
  }
}
footer .footer_sns {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  footer .footer_sns {
    margin-bottom: 5%;
  }
}
footer .footer_sns .footer_sns-link {
  max-width: 300px;
  width: 50%;
  margin: auto;
}
footer .footer_sns .footer_sns-link li {
  width: 22%;
  margin-right: 6%;
}
footer .footer_sns .footer_sns-link li:last-child {
  margin-right: 0;
}
footer .footer_bottom {
  background-color: #000;
  color: #fff;
  width: 100%;
  letter-spacing: 0.06em;
  padding: 1em 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  footer .footer_bottom {
    font-size: 1.4rem;
  }
}
footer .footer_bottom address {
  font-style: normal;
}
footer .footer_bottom .footer_bottom-link {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 0.5%;
}
@media screen and (min-width: 768px) {
  footer .footer_bottom .footer_bottom-link {
    margin-bottom: 5px;
  }
}
footer .footer_bottom .footer_bottom-link li {
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  margin-right: 0.5em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  footer .footer_bottom .footer_bottom-link li {
    font-size: 1.6rem;
  }
}
footer .footer_bottom .footer_bottom-link li::after {
  content: "｜";
  margin-left: 0.5em;
  color: #999;
}
footer .footer_bottom .footer_bottom-link li:last-child::after {
  content: "";
  margin-left: 0;
}
footer .footer_bottom .footer_bottom-link li a {
  color: #fff;
}
footer .footer_bottom .footer_bottom-link li a:hover {
  text-decoration: underline;
}
footer.end_box .footer_bottom {
  padding: 1em 0 55px;
}
@media screen and (min-width: 768px) {
  footer.end_box .footer_bottom {
    padding: 1em 0 75px;
  }
}

/* 提供業者フッター */
.company_footer {
  text-align: center;
}
.company_footer-logo {
  border-left: none;
  max-width: 50%;
  margin: 0 auto 3%;
}
@media screen and (min-width: 768px) {
  .company_footer-logo {
    margin: 0 auto 30px;
  }
}
.company_footer-logo img {
  max-height: 50px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .company_footer-logo img {
    max-height: 100px;
  }
}
.company_footer-txt {
  text-align: center;
  letter-spacing: 0;
  font-size: 1.3rem;
  margin-bottom: 6%;
}
@media screen and (min-width: 768px) {
  .company_footer-txt {
    font-size: 1.8rem;
  }
}
.company_footer-txt span {
  margin-right: 0.5em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .company_footer-txt span {
    font-size: 1.6rem;
  }
}

/* ページ先頭ボタン（プレーン） */
.fixed_btn-plain {
  float: right;
  z-index: 8000;
  position: fixed;
  bottom: 20px;
  right: 3%;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .fixed_btn-plain {
    width: 60px;
    bottom: 50px;
    right: 30px;
  }
}
.fixed_btn-plain.lp_fixed {
  bottom: 130px;
}
@media screen and (min-width: 768px) {
  .fixed_btn-plain.lp_fixed {
    bottom: 220px;
  }
}
.fixed_btn-plain a {
  display: block;
}
.fixed_btn-plain .fixed_btn-pagetop {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .fixed_btn-plain .fixed_btn-pagetop {
    width: 60px;
  }
}

/* 下部ボタンメニュー */
.fixed_btn-lp {
  width: 100%;
  position: fixed;
  bottom: 0;
}
.fixed_btn-lp.fixed {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 90;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  /*&.none {
  	opacity: 0;
  	z-index: -1;
  }*/
}
.fixed_btn-lp .fixed_btn-wrap {
  right: 0;
  margin-right: 0;
  float: right;
}
.fixed_btn-lp .fixed_btn-wrap .fixed_btn-pagetop {
  width: 40px;
  margin-left: 30px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .fixed_btn-lp .fixed_btn-wrap .fixed_btn-pagetop {
    width: 60px;
    margin: 0 auto 10px;
  }
}
.fixed_btn-lp .fixed_btn-wrap .fixed_btn-tokuten {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .fixed_btn-lp .fixed_btn-wrap .fixed_btn-tokuten {
    width: 150px;
  }
}
.fixed_btn-lp a {
  display: block;
}

.fixed_btn-tokuten {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 90;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .fixed_btn-tokuten {
    width: 150px;
  }
}
.fixed_btn-tokuten.lp_fixed {
  bottom: 52px;
}
@media screen and (min-width: 768px) {
  .fixed_btn-tokuten.lp_fixed {
    bottom: 64px;
  }
}

.fixed_btn-formList {
  width: 100%;
  background-color: #fff;
  color: #fff;
  position: relative;
  z-index: 90;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fixed_btn-formList.fixed_btn-3column li {
  width: 33%;
}
.fixed_btn-formList.fixed_btn-3column li:last-child {
  width: 34%;
}
.fixed_btn-formList.fixed_btn-3column .btn_form-item {
  width: 33%;
}
.fixed_btn-formList.fixed_btn-3column .btn_form-item:last-child {
  width: 34%;
}
.fixed_btn-formList .btn_form-item {
  width: 25%;
  height: 52px;
  background-color: #3d5c5c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .fixed_btn-formList .btn_form-item {
    height: 64px;
    border-right: 2px solid #fff;
    font-size: 2rem;
  }
  .fixed_btn-formList .btn_form-item br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fixed_btn-formList .btn_form-item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .fixed_btn-formList .btn_form-item {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 321px) {
  .fixed_btn-formList .btn_form-item {
    font-size: 1.1rem;
  }
}
.fixed_btn-formList .btn_form-item:last-child {
  border-right: none;
  width: 25%;
}
.fixed_btn-formList a {
  background-color: #3d5c5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 321px) {
  .fixed_btn-formList a {
    letter-spacing: 0;
  }
}
.fixed_btn-formList a.btn_form-schedule {
  padding-left: 2.3em;
  background: url("../../img/front/form/ico_fix-schedule.svg") no-repeat 0.5em center #d3343e;
  background-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .fixed_btn-formList a.btn_form-schedule {
    background-position: 1em center;
    padding-left: 2.5em;
  }
}
.fixed_btn-formList a.btn_form-send {
  padding-left: 2.3em;
  background: url("../../img/front/common/ico_fix-send.svg") no-repeat 0.5em center #3d5c5c;
  background-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .fixed_btn-formList a.btn_form-send {
    background-position: 1em center;
    padding-left: 2.5em;
  }
}
.fixed_btn-formList a.btn_form-tel {
  padding-left: 2em;
  background: url("../../img/front/form/ico_fix-tel.svg") no-repeat 0.5em center #3d5c5c;
  background-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .fixed_btn-formList a.btn_form-tel {
    background-position: 1em center;
    padding-left: 2.2em;
  }
}
.fixed_btn-formList a.btn_form-request {
  padding-left: 2.2em;
  background: url("../../img/front/form/ico_fix-request.svg") no-repeat 0.5em center #3d5c5c;
  background-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .fixed_btn-formList a.btn_form-request {
    background-position: 1em center;
    padding-left: 2.5em;
  }
}
.fixed_btn-formList a.btn_form-clip {
  padding-left: 2.3em;
  background: url("../../img/front/common/ico_heart-01.svg") no-repeat 0.7em center #ff557e;
  background-size: 1.4em;
}
@media screen and (min-width: 768px) {
  .fixed_btn-formList a.btn_form-clip {
    background-position: 1.2em center;
    padding-left: 2.6em;
  }
}
.fixed_btn-formList a.btn_disabled {
  background-color: #ccc;
  pointer-events: none;
}
.fixed_btn-formList li {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .fixed_btn-formList li {
    border-right: 2px solid #fff;
    font-size: 2rem;
  }
  .fixed_btn-formList li br {
    display: none;
  }
}
@media screen and (max-width: 321px) {
  .fixed_btn-formList li {
    font-size: 1.1rem;
  }
}
.fixed_btn-formList li:last-child {
  border-right: none;
  width: 25%;
}

.fixed_bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
}
.fixed_bottom .fixed_btn-formList {
  width: 100%;
  background-color: #D3343E;
  color: #fff;
  border-top: 2px solid #fff;
}
.fixed_bottom .fixed_btn-formList .btn_form-item {
  width: 33.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .fixed_bottom .fixed_btn-formList .btn_form-item {
    border-right: 2px solid #fff;
    font-size: 2rem;
  }
  .fixed_bottom .fixed_btn-formList .btn_form-item br {
    display: none;
  }
}
@media screen and (max-width: 321px) {
  .fixed_bottom .fixed_btn-formList .btn_form-item {
    font-size: 1.1rem;
  }
}
.fixed_bottom .fixed_btn-formList .btn_form-item:last-child {
  border-right: none;
  width: 33.4%;
}
.fixed_bottom .fixed_btn-formList a {
  background-color: #3d5c5c;
  display: block;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 321px) {
  .fixed_bottom .fixed_btn-formList a {
    letter-spacing: 0;
  }
}
.fixed_bottom .fixed_btn-formList a.btn_form-tel {
  padding-left: 2em;
  background: url("../../img/front/form/ico_fix-tel.svg") no-repeat 0.5em center;
  background-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .fixed_bottom .fixed_btn-formList a.btn_form-tel {
    background-position: 1em center;
    padding-left: 2.2em;
  }
}
.fixed_bottom .fixed_btn-formList a.btn_form-video {
  padding-left: 2em;
  background: url("../../img/front/common/ico_fixed-video.svg") no-repeat 0.5em center;
  background-size: 1em;
}
@media screen and (min-width: 768px) {
  .fixed_bottom .fixed_btn-formList a.btn_form-video {
    background-position: 1em center;
    padding-left: 2.2em;
  }
}
.fixed_bottom .fixed_btn-formList a.btn_form-mail {
  padding-left: 2.3em;
  background: url("../../img/front/common/ico_fixed-mail.svg") no-repeat 0.7em center;
  background-size: 1.4em;
}
@media screen and (min-width: 768px) {
  .fixed_bottom .fixed_btn-formList a.btn_form-mail {
    background-position: 1.2em center;
    padding-left: 2.6em;
  }
}
.fixed_bottom .fixed_btn-formList a.btn_disabled {
  background-color: #ccc;
  pointer-events: none;
}

/* 白いページ */
.page_white {
  background-color: #fff;
}

/*  物件ページ・イベントフォーム
_________________________________*/
/* 物件別 フォーム */
.page_form {
  /*確認画面*/
  /* 完了画面 */
  /* フォーム部分に関するCSS */
  /* エラーの場合 */
}
.page_form .breadcrumb {
  background-color: #B3CBCB;
  color: #000;
  font-size: 1.1rem;
  padding: 0.4em 0;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_form .breadcrumb {
    font-size: 1.4rem;
  }
}
.page_form .breadcrumb p {
  width: 94%;
  margin: auto;
}
.page_form .page_form-wrap {
  padding: 50px 0;
  background-color: #F7F8EB;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_form .page_form-wrap {
    padding: 5% 0;
    background-size: 27px;
  }
}
.page_form .page_form-wrap.form_thank {
  padding: 0 0 1%;
}
.page_form .page_form-wrap.form_thank .form_contents {
  margin-bottom: 0;
}
.page_form .page_form-wrap.form_thank .fixed_btn {
  float: right;
  z-index: 8000;
  position: fixed;
  bottom: 20px;
  right: 3%;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_form .page_form-wrap.form_thank .fixed_btn {
    width: 60px;
    bottom: 50px;
    right: 30px;
  }
}
.page_form .page_form-wrap.form_thank .fixed_btn a {
  display: block;
}
.page_form .page_form-wrap.form_thank .fixed_btn .fixed_btn-pagetop {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_form .page_form-wrap.form_thank .fixed_btn .fixed_btn-pagetop {
    width: 60px;
  }
}
.page_form h2 {
  text-align: left;
  font-weight: bold;
  color: #231815;
  margin-bottom: 2%;
  border-left: 6px solid #81A9A9;
  padding: 0.1em 0 0.1em 0.5em;
  letter-spacing: 0.01em;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .page_form h2 {
    font-size: 3rem;
    border-left: 12px solid #81A9A9;
  }
}
.page_form h3 {
  color: #fff;
  background-color: #81A9A9;
  max-width: 1000px;
  margin: 0 auto 2%;
  padding: 0.25em 5% 0.2em;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_form h3 {
    padding: 0.5em 1em;
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.page_form h3.tit_Diamond {
  color: #333;
  background-color: transparent;
  padding: 0.25em 0 0.2em;
  margin: 0 auto 1%;
  font-size: 2.4rem;
  font-weight: normal;
}
.page_form h3.tit_Diamond::before {
  content: "◆";
  color: #81A9A9;
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  .page_form h3.tit_Diamond {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .page_form h3.tit_Diamond {
    font-size: 1.2rem;
  }
}
.page_form h3.tit_Diamond-green {
  color: #3D5C5C;
  background-color: inherit;
  padding: 0;
  font-weight: normal;
}
.page_form h3.tit_Diamond-green::before {
  content: "◆";
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .page_form h3.tit_Diamond-green {
    padding: 0 2%;
  }
}
.page_form h3 span.tag_required {
  background-color: #DC0014;
  width: auto;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  padding: 0.1em 0.5em;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .page_form h3 span.tag_required {
    font-size: 1.6rem;
  }
}
.page_form h4 {
  background-color: #CDDDDD;
  padding: 0.4em 1em;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .page_form h4 {
    font-size: 1.8rem;
  }
}
.page_form .read_txt {
  color: #333;
  margin-bottom: 2%;
}
.page_form .read_txt p {
  letter-spacing: 0.02em;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .page_form .read_txt p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.page_form .form_cont-wrap {
  margin-bottom: 2%;
}
.page_form .form_cont-wrap input {
  border: 1px solid #666;
  border-radius: 5px;
  padding: 1.2em 0.8em;
  width: auto;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap input {
    font-size: 1.8rem;
  }
}
.page_form .form_cont-wrap input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.page_form .form_cont-wrap input::-moz-placeholder {
  color: #b3b3b3;
}
.page_form .form_cont-wrap input:-ms-input-placeholder {
  color: #b3b3b3;
}
.page_form .form_cont-wrap input::-ms-input-placeholder {
  color: #b3b3b3;
}
.page_form .form_cont-wrap input::placeholder {
  color: #b3b3b3;
}
.page_form .form_cont-wrap input.mb10 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap input.mb10 {
    margin-bottom: 20px;
  }
}
.page_form .form_cont-wrap input.w100-70px {
  width: calc( 100% - 70px );
}
.page_form .form_cont-wrap input.width_small {
  width: 50%;
}
.page_form .form_cont-wrap input.InputInline {
  width: 4em;
  margin: 0 0.5em;
}
.page_form .form_cont-wrap input.InputInline2 {
  width: auto;
  margin: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap input.InputInline2 {
    padding: 0.5em 0.8em;
  }
}
.page_form .form_cont-wrap input.InputCity {
  min-width: 120px;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap input.InputCity {
    min-width: 200px;
  }
}
@media screen and (max-width: 321px) {
  .page_form .form_cont-wrap input.InputCity {
    min-width: 86px;
  }
}
.page_form .form_cont-wrap input.w100per {
  width: 100%;
}
.page_form .form_cont-wrap .w100-70px {
  width: calc( 100% - 70px );
}
.page_form .form_cont-wrap .item_wrap-half {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_form .form_cont-wrap .item_wrap-half input {
  width: 49%;
}
.page_form .form_cont-wrap select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  padding: 1.2em 2em 1.2em 0.8em;
  border: 1px solid #808080;
  border-radius: 5px;
  font-size: 1.2rem;
  background: url("../../img/front/form/ico_arrow-down.png") no-repeat #fff;
  background-size: 2%;
  background-position: 97% center;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap select {
    font-size: 1.8rem;
    background-size: 1.5%;
  }
}
.page_form .form_cont-wrap select.form_select-date {
  background: url("../../img/front/form/ico_calendar.png") no-repeat #fff;
  background-size: 8%;
  background-position: 97% center;
}
.page_form .form_cont-wrap select.form_select-age {
  width: 80%;
  width: calc( 100% - 70px );
}
.page_form .form_cont-wrap .wHalf select {
  width: 49%;
  margin-right: 2%;
  background-size: 4%;
}
.page_form .form_cont-wrap .wHalf select:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap .wHalf select {
    background-size: 3%;
  }
}
.page_form .form_cont-wrap textarea {
  width: 100%;
  color: #333;
  padding: 1em 0.8em;
  border: 1px solid #808080;
  border-radius: 5px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap textarea {
    font-size: 2rem;
  }
}
.page_form .form_cont-wrap textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}
.page_form .form_cont-wrap textarea::-moz-placeholder {
  color: #b3b3b3;
}
.page_form .form_cont-wrap textarea:-ms-input-placeholder {
  color: #b3b3b3;
}
.page_form .form_cont-wrap textarea::-ms-input-placeholder {
  color: #b3b3b3;
}
.page_form .form_cont-wrap textarea::placeholder {
  color: #b3b3b3;
}
.page_form .form_cont-wrap .container {
  margin-bottom: 2%;
}
.page_form .form_cont-wrap p {
  color: #333;
  font-size: 1.2rem;
  margin-bottom: 1em;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap p {
    font-size: 2rem;
  }
}
.page_form .form_cont-wrap p label {
  font-weight: 700;
  vertical-align: middle;
}
.page_form .form_cont-wrap p span {
  color: #fff;
  background-color: #DC0014;
  font-weight: normal;
  line-height: 1.75;
  width: auto;
  border-radius: 3px;
  display: inline-block;
  font-size: 1rem;
  padding: 0.1em 0.5em;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap p span {
    font-size: 1.6rem;
  }
}
.page_form .form_cont-wrap p span.tag_any {
  background-color: #929292;
}
.page_form .form_cont-wrap p span.txt-small {
  color: #333;
  background: none;
}
.page_form .form_cont-wrap p span.txt_green-star {
  background: none;
  color: #69B320;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap p span.txt_green-star {
    font-size: 2rem;
  }
}
.page_form .form_cont-wrap p.txt-inputCaution {
  display: inline;
  margin-left: 0.25em;
  font-size: 1.1rem;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap p.txt-inputCaution {
    font-size: 1.6rem;
  }
}
.page_form .form_cont-wrap .address_wrap {
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_form .form_cont-wrap .address_wrap .address_number1 {
  width: 25%;
  margin: 0 0.5em 1% 0;
}
.page_form .form_cont-wrap .address_wrap .address_number2 {
  width: 25%;
  margin: 0 0.5em 1% 0.5em;
}
.page_form .form_cont-wrap .address_wrap span {
  letter-spacing: 0;
}
.page_form .form_cont-wrap .address_wrap .address_txt {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap .address_wrap .address_txt {
    font-size: 1.6rem;
  }
}
.page_form .form_cont-wrap .address_wrap .w100per {
  margin-bottom: 1%;
}
.page_form .form_cont-wrap .address_wrap .item_wrap-half {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1%;
}
.page_form .form_cont-wrap .address_wrap .item_wrap-half input {
  width: 49%;
}
.page_form .form_cont-wrap .address_wrap .width_auto {
  width: auto !important;
  padding: 0.2em 0.5em;
}
.page_form .form_cont-wrap .form_confirm-btn button {
  display: block;
  background-color: #E5888E;
  width: 90%;
  margin: 2% auto 1%;
  padding: 4% 0;
  border: none;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  /*
  &:active{
  	-webkit-transform: translateY(5px);
  	transform: translateY(5px);
  	box-shadow: none;
  	@include lg{
  		-webkit-transform: translateY(10px);
  		transform: translateY(10px);
  	}
  }
  &:hover{
  	cursor: pointer;
  	opacity: 1;
  	-webkit-transform: translateY(5px);
  	transform: translateY(5px);
  	box-shadow: none;
  	@include lg{
  		-webkit-transform: translateY(10px);
  		transform: translateY(10px);
  	}
  }*/
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap .form_confirm-btn button {
    font-size: 2.6rem;
    border-radius: 5px;
    max-width: 500px;
    padding: 25px 0;
  }
}
.page_form .form_cont-wrap .form_confirm-btn button span {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.page_form .form_cont-wrap.content-formInfo .container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: middle;
}
.page_form .form_cont-wrap.content-formInfo .container label {
  margin-top: 0.9em;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap.content-formInfo .container label {
    margin-top: 1.2em;
  }
}
.page_form .form_cont-wrap.content-formInfo .container label p {
  display: inline;
  color: #333;
  font-weight: normal;
  margin-right: 0.5em;
}
@media screen and (max-width: 375px) {
  .page_form .form_cont-wrap.content-formInfo .container label p {
    font-size: 1.1rem;
  }
}
.page_form .form_cont-wrap.content-formInfo .container label .ml2em {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .page_form .form_cont-wrap.content-formInfo .container label .ml2em {
    margin-left: 0.5em;
  }
}
.page_form .form_cont-wrap.content-formInfo .container label .ml05em {
  margin-left: 0.5em;
}
.page_form .form_cont-wrap.content-formInfo .container span.tag_required {
  background-color: #DC0014;
  width: 60px;
  margin-left: 10px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap.content-formInfo .container span.tag_required {
    font-size: 1.6rem;
  }
}
.page_form .form_cont-wrap.content-formInfo .container span.tag_any {
  background-color: #929292;
  width: 60px;
  margin-left: 10px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap.content-formInfo .container span.tag_any {
    font-size: 1.6rem;
  }
}
.page_form .form_cont-wrap.content-formInfo .container.peopleNumber {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_form .form_cont-wrap.content-formInfo .container.peopleNumber label {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap.content-formInfo .container.peopleNumber label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .page_form .form_cont-wrap.content-formInfo .container.peopleNumber label {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.page_form .form_cont-wrap.content-formInfo .container.peopleNumber label span {
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page_form .form_cont-wrap.content-formInfo .container.peopleNumber label span {
    width: auto;
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 375px) {
  .page_form .form_cont-wrap.content-formInfo .container.peopleNumber label span {
    letter-spacing: 0;
  }
}
.page_form .form_cont-wrap.content-formInfo .selectBox {
  margin-top: 6%;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap.content-formInfo .selectBox {
    margin-top: 40px;
  }
}
.page_form .form_cont-wrap.content-formInfo .selectBox.otherCheck {
  margin-top: 3%;
  line-height: 1.6;
}
.page_form .form_cont-wrap.content-formInfo .selectBox.otherCheck span {
  text-align: left;
  letter-spacing: 0.01em;
}
.page_form .form_cont-wrap.content-formInfo .selectBox.otherCheck span.ml1 {
  margin-left: 1em;
}
.page_form .form_cont-wrap.content-formInfo .selectBox.otherCheck p {
  font-weight: normal;
}
.page_form .form_cont-wrap.content-formInfo .selectBox.otherCheck a {
  color: #00339D;
  text-decoration: underline;
}
.page_form .form_cont-wrap.content-formInfo .selectBox label {
  margin-top: 0;
  margin-left: 0;
  margin-right: 2em;
  margin-bottom: 0.5em;
  display: inline-block;
}
.page_form .form_cont-wrap.content-formInfo .selectBox label input {
  width: auto;
}
.page_form .form_cont-wrap.content-formInfo .selectBox label span {
  width: auto;
  color: #333;
  font-weight: normal;
  line-height: 1.75;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .page_form .form_cont-wrap.content-formInfo .selectBox label span {
    font-size: 1.4rem;
  }
}
.page_form .form_cont-wrap.content-formInfo .selectBox label.checkBlock {
  display: block;
  letter-spacing: 0.05em;
}
.page_form .form_cont-wrap .txtareaBox {
  margin-top: 6%;
}
.page_form .form_cont-wrap .txtareaBox .counter {
  text-align: right;
  padding: 0.25em;
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap .txtareaBox .counter {
    font-size: 1.6rem;
  }
}
.page_form .form_cont-wrap .container_option {
  margin-top: 4%;
}
.page_form .form_cont-wrap .container_option-inner {
  border-bottom: 1px solid #808080;
  padding-bottom: 3%;
  margin-bottom: 3%;
}
.page_form .form_cont-wrap .container_option h5 {
  color: #81a9a9;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap .container_option h5 {
    font-size: 2.2rem;
  }
}
.page_form .form_cont-wrap .container_option .checkBlock .checkbox_option {
  line-height: 1.3;
}
.page_form .form_cont-wrap .labelTit {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap .labelTit {
    font-size: 2.2rem;
  }
}
.page_form .form_cont-wrap .labelTit .tag_required {
  font-weight: normal;
  line-height: 1.75;
  width: auto !important;
}
.page_form .form_cont-wrap .labelTit .tag_any {
  font-weight: normal;
  line-height: 1.75;
  width: auto !important;
}
.page_form .form_cont-wrap.questionnaire .container {
  margin-bottom: 4%;
}
.page_form .form_cont-wrap.questionnaire .selectBox label {
  font-size: 1.4rem;
  margin-right: 2em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .page_form .form_cont-wrap.questionnaire .selectBox label {
    font-size: 1.8rem;
  }
}
.page_form .form_cont-wrap.questionnaire .selectBox label input[type=checkbox] {
  margin-right: 0.5em;
}
.page_form .content-infoEvent {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_form .content-infoEvent {
    margin-bottom: 30px;
  }
}
.page_form .content-infoEvent p {
  font-size: 1.3rem;
  margin-bottom: 0.25em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .page_form .content-infoEvent p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.page_form .content-infoEvent p span {
  font-weight: bold;
}
.page_form .content-infoEvent p.mb20 {
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .page_form .content-infoEvent p.mb20 {
    margin-bottom: 20px;
  }
}
.page_form .content-infoEvent .infoEvent_company {
  font-size: 1.4rem;
  padding: 1em 0 0.5em;
}
@media screen and (min-width: 768px) {
  .page_form .content-infoEvent .infoEvent_company {
    font-size: 2.2rem;
  }
}
.page_form .content-infoEvent .infoEvent_bold {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_form .content-infoEvent .infoEvent_bold {
    font-size: 2.2rem;
  }
}
.page_form .content-infoEvent .infoEvent_required {
  margin-bottom: 0.75em;
}
.page_form .content-infoEvent .infoEvent_required .tag_required {
  background-color: #DC0014;
  width: auto;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  padding: 0.1em 0.5em;
}
@media screen and (min-width: 768px) {
  .page_form .content-infoEvent .infoEvent_required .tag_required {
    font-size: 1.6rem;
  }
}
.page_form .content-infoEvent .infoEvent_catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_form .content-infoEvent .infoEvent_catalog label {
  width: 46%;
  margin-right: 3%;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .page_form .content-infoEvent .infoEvent_catalog label {
    width: 30%;
  }
}
.page_form .content-infoEvent .infoEvent_catalog label:hover {
  cursor: pointer;
}
.page_form .content-infoEvent .infoEvent_catalog label span {
  font-weight: normal;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_form .content-infoEvent .infoEvent_catalog label span {
    font-size: 1.8rem;
  }
}
.page_form .content-infoEvent .infoEvent_catalog label .infoEvent_catalogImg {
  max-width: 90%;
  margin-left: 2em;
}
.page_form .content-infoEvent .content-infoEvent-detail {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  margin: 0.5em 0 1em;
}
@media screen and (min-width: 768px) {
  .page_form .content-infoEvent .content-infoEvent-detail {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.page_form .content-infoEvent .content-infoEvent-detail li {
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.page_form .content-infoEvent .content-infoEvent-detail li span {
  font-weight: 700;
  margin-right: 0.5em;
}
.page_form .content-infoEvent .radioBox {
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .page_form .content-infoEvent .radioBox {
    margin-bottom: 40px;
  }
}
.page_form .content-infoEvent .form_cont-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_form .content-infoEvent .form_cont-wrap select {
  margin-bottom: 1%;
  width: 49%;
  margin-right: 2%;
  background: url("../../img/front/form/ico_arrow-down.png") no-repeat #fff;
  background-size: 4%;
  background-position: 97% center;
}
@media screen and (min-width: 768px) {
  .page_form .content-infoEvent .form_cont-wrap select {
    background-size: 3%;
  }
}
.page_form .content-infoEvent .form_cont-wrap select:nth-child(2n) {
  margin-right: 0;
}
.page_form .content-infoEvent .form_cont-wrap select.form_select-date {
  background: url("../../img/front/form/ico_calendar.png") no-repeat #fff;
  background-size: 8%;
  background-position: 97% center;
}
.page_form .content-infoEvent .selectBox label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .page_form .content-infoEvent .selectBox label {
    font-size: 2.4rem;
  }
}
.page_form .content-infoEvent .selectBox label span {
  font-weight: bold;
}
.page_form .form_confirm .form_cont-wrap .container {
  padding: 4% 1% 4.5%;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}
.page_form .form_confirm .form_cont-wrap .container.bbNone {
  border-bottom: none;
}
.page_form .form_confirm .form_cont-wrap .container .infoEvent p {
  letter-spacing: 0.05em;
  font-weight: normal;
}
.page_form .form_confirm .form_cont-wrap .container .infoEvent p span {
  background-color: transparent;
  color: #333;
  font-weight: bold;
  padding: 0;
  margin-left: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_form .form_confirm .form_cont-wrap .container .infoEvent p span {
    font-size: 2rem;
  }
}
.page_form .form_confirm .form_cont-wrap p.detail {
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_form .form_confirm .form_cont-wrap p.detail {
    font-size: 2.2rem;
  }
}
.page_form .form_confirm .form_cont-wrap .agree_content {
  margin-bottom: 5%;
}
.page_form .form_confirm .form_cont-wrap .agree_content p {
  padding: 4% 1% 1%;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.page_form .form_confirm .form_cont-wrap .agree_content p a {
  color: #c3d600;
  text-decoration: underline;
}
.page_form .form_confirm .form_cont-wrap .agree_content p a:hover {
  text-decoration: none;
}
.page_form .content_form_thank {
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_form .content_form_thank {
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.page_form .content_form_thank.last {
  margin-bottom: 0;
}
.page_form .content_form_thank h2 {
  text-align: center;
  border-left: none;
  letter-spacing: 0.01em;
}
.page_form .content_form_thank h2 span {
  font-weight: bold;
}
.page_form .content_form_thank h2 span::before {
  content: "";
  background: url("../../img/front/form/bg_slash-01.svg") no-repeat center left;
  padding: 0.5em 0 0.5em 1em;
  margin-right: 1em;
}
.page_form .content_form_thank h2 span::after {
  content: "";
  background: url("../../img/front/form/bg_slash-02.svg") no-repeat center right;
  padding: 0.5em 1em 0.5em 0;
  margin-left: 1em;
}
.page_form .content_form_thank p {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_form .content_form_thank p {
    font-size: 1.8rem;
  }
}
.page_form input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}
.page_form input[type=checkbox] + span::before {
  display: inline-block;
  content: "";
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  background-color: inherit;
  margin-right: 0.5rem;
  background-image: url("../../img/front/form/ico_check.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page_form input[type=checkbox] + span::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.page_form input[type=checkbox]:checked + span::before {
  background-image: url("../../img/front/form/ico_checked.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.page_form .form_send-btn {
  padding-bottom: 5%;
  margin-top: 5%;
  text-align: center;
}
.page_form .form_send-btn button {
  display: inline;
  background-color: #C3D600;
  margin: 2% auto 1%;
  padding: 4% 0;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px #6d8700;
          box-shadow: 0px 5px #6d8700;
  text-align: center;
  color: #000;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_form .form_send-btn button {
    font-size: 2.6rem;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px #6d8700;
            box-shadow: 0px 10px #6d8700;
    padding: 25px 0;
    max-width: 500px;
  }
}
.page_form .form_send-btn button.btn_gray {
  width: 30%;
  margin-right: 2%;
  background-color: #999;
  -webkit-box-shadow: 0px 5px #4f4f4f;
          box-shadow: 0px 5px #4f4f4f;
}
@media screen and (min-width: 768px) {
  .page_form .form_send-btn button.btn_gray {
    -webkit-box-shadow: 0px 10px #4f4f4f;
            box-shadow: 0px 10px #4f4f4f;
  }
}
.page_form .form_send-btn button.btn_gray span {
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
}
.page_form .form_send-btn button.btn_gray span::before {
  content: "";
  background: url("../../img/front/form/ico_arrow-left.svg") no-repeat center left;
  padding-left: 0.5em;
  margin-right: 0.5em;
}
.page_form .form_send-btn button.btn_red {
  width: 68%;
  color: #fff;
  background-color: #E5888E;
  -webkit-box-shadow: 0px 5px #D84C55;
          box-shadow: 0px 5px #D84C55;
}
@media screen and (min-width: 768px) {
  .page_form .form_send-btn button.btn_red {
    -webkit-box-shadow: 0px 10px #D84C55;
            box-shadow: 0px 10px #D84C55;
  }
}
.page_form .form_send-btn button.btn_red span {
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
}
.page_form .form_send-btn button.btn_red span::after {
  content: "";
  background: url("../../img/front/form/ico_arrow-right.svg") no-repeat center right;
  padding-right: 0.5em;
  margin-left: 0.5em;
}
.page_form .form_send-btn button:active {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /*下に動く*/
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .page_form .form_send-btn button:active {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    /*下に動く*/
  }
}
.page_form .form_send-btn button:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /*下に動く*/
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .page_form .form_send-btn button:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    /*下に動く*/
  }
}
.page_form .txt_center {
  text-align: center;
}
.page_form .mt10 {
  margin-top: 1%;
}
@media screen and (min-width: 768px) {
  .page_form .mt10 {
    margin-top: 10px;
  }
}
.page_form input.error {
  background-color: #F5D0D2;
}
.page_form select.error {
  background-color: #F5D0D2 !important;
}

.homeLp-recommend {
  background-color: #E7EFEF;
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  .homeLp-recommend {
    padding: 40px 0;
  }
}
.homeLp-recommend .tit_Diamond {
  width: 94%;
  max-width: 750px;
  margin: auto;
}
.homeLp-recommend .homeLp-recommend-inner {
  background-color: #fff;
  width: 96%;
  max-width: 750px;
  margin: auto;
  padding: 0 0 5%;
}
@media screen and (min-width: 768px) {
  .homeLp-recommend .homeLp-recommend-inner {
    padding: 0 0 40px;
  }
}
.homeLp-recommend .homeLp-recommend-money {
  width: 94%;
  margin: auto;
}
.homeLp-recommend .public_money {
  color: #D3343E;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 5px;
}
.homeLp-recommend .public_money .number {
  font-family: Helvetica, Arial, "sans-serif", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .homeLp-recommend .public_money .number {
    font-size: 7rem;
  }
}
@media screen and (max-width: 321px) {
  .homeLp-recommend .public_money .number {
    font-size: 3.2rem;
  }
}
.homeLp-recommend .public_money .yen {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .homeLp-recommend .public_money .yen {
    font-size: 4rem;
  }
}
@media screen and (max-width: 321px) {
  .homeLp-recommend .public_money .yen {
    font-size: 2rem;
  }
}
.homeLp-recommend .public_money-txt {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .homeLp-recommend .public_money-txt {
    font-size: 2.2rem;
  }
}
.homeLp-recommend .mbPlus {
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .homeLp-recommend .mbPlus {
    margin-bottom: 30px;
  }
}

.radioBox.flex .radio {
  margin-right: 2em;
}
.radioBox input[type=text] {
  width: 100%;
  margin-bottom: 0.5em;
}
.radioBox input[type=text].radio_txt-mb {
  margin-bottom: 1em;
}
.radioBox .radio {
  display: block;
  margin-bottom: 0.4em;
}
.radioBox .radio:hover {
  cursor: pointer;
}
.radioBox .radio_inline {
  display: inline-block;
  margin-right: 1em;
}
.radioBox .radio .radio-input {
  display: none;
}
.radioBox .radio .radio-input + label {
  display: block;
  width: 100%;
  padding-left: 30px;
  margin-top: 0;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .radioBox .radio .radio-input + label {
    font-size: 1.3rem;
    padding-left: 26px;
  }
}
.radioBox .radio .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ABABAB;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .radioBox .radio .radio-input + label::before {
    top: calc(50% - 11px);
    width: 18px;
    height: 18px;
  }
}
.radioBox .radio .radio-input + label:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.radioBox .radio .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 5px;
  width: 14px;
  height: 14px;
  background: #81A9A9;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .radioBox .radio .radio-input:checked + label::after {
    top: calc(50% - 7px);
    left: 4px;
    width: 12px;
    height: 12px;
  }
}
.radioBox .radio .radio-input.radio-input-red:checked + label::after {
  background: #db0014;
}
.radioBox .radio .radio-input:disabled + label::before {
  border: none;
}
.radioBox .radio .radio-input:disabled + label:hover {
  cursor: default;
  opacity: 1;
}

/*  物件ページ（上部イベント等紹介）
_________________________________*/
.page_house {
  background-color: #fff;
}
.page_house h2.page_tit {
  background-color: #e6eeee;
  color: #1a1a1a;
  border: none;
  font-size: 1.9rem;
  text-align: center;
  line-height: 1.25;
  padding: 0.75em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page_house h2.page_tit {
    margin-top: 0;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .page_house h2.page_tit {
    margin-bottom: 2%;
  }
}
.page_house h2.page_tit p {
  margin-bottom: 0.2em;
  font-weight: bold;
}
.page_house h2.page_tit .page_tit-company {
  color: #333;
  font-weight: normal;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_house h2.page_tit .page_tit-company {
    font-size: 2rem;
  }
}
.page_house h4.tit_dia {
  font-size: 1.4rem;
  background-color: inherit;
  padding: 0;
  line-height: 1.4;
  margin-bottom: 0.3em;
  padding-left: 1.25em;
}
@media screen and (min-width: 768px) {
  .page_house h4.tit_dia {
    font-size: 2.4rem;
  }
}
.page_house h4.tit_dia::before {
  content: "◆";
  color: #81a9a9;
  margin-right: 0.25em;
  margin-left: -1.25em;
}
.page_house .page_house-areaTit {
  color: #fff;
  background-color: #d3343e;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-areaTit {
    font-size: 2.4rem;
  }
}
.page_house .content_event {
  background-color: #FDFAD6;
  padding: 5% 3%;
  margin-bottom: 6%;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_house .content_event {
    padding: 40px;
    margin-bottom: 70px;
  }
}
.page_house .content_event.mb00 {
  margin-bottom: 0;
}
.page_house .content_event h3 {
  color: #333333;
  margin-bottom: 0.5em;
  background-color: inherit;
  font-weight: normal;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_house .content_event h3 {
    font-size: 2rem;
  }
}
.page_house .content_event h3.tit_Diamond-green {
  color: #3D5C5C;
}
.page_house .content_event h4 {
  color: #333333;
  padding: 0 2%;
  margin-bottom: 0.25em;
  background-color: inherit;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_house .content_event h4 {
    font-size: 2.4rem;
  }
}
.page_house .content_event h4 .txt_blue {
  color: #29ABE2;
  font-weight: bold;
}
.page_house .content_event h4 .txt_red {
  color: #ED1C24;
  font-weight: bold;
}
.page_house .content_event h5 {
  color: #333333;
  padding: 0 2%;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page_house .content_event h5 {
    font-size: 2.6rem;
  }
}
.page_house .content_event-list .content_event-item {
  background-color: #fff;
  padding: 3% 3% 3% 2%;
  margin-bottom: 3%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_house .content_event .content_event-left {
  width: 64%;
}
.page_house .content_event .content_event-left .time {
  font-size: 1.1rem;
  margin-bottom: 0.1em;
  padding: 0 2%;
}
@media screen and (min-width: 768px) {
  .page_house .content_event .content_event-left .time {
    font-size: 1.8rem;
  }
}
.page_house .content_event .content_event-left .place {
  font-size: 1.1rem;
  margin-bottom: 0.1em;
  padding: 0 2%;
}
@media screen and (min-width: 768px) {
  .page_house .content_event .content_event-left .place {
    font-size: 1.8rem;
  }
}
.page_house .content_event .content_event-left .category {
  background-color: #BBE1F8;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  padding: 0.25em 2%;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .page_house .content_event .content_event-left .category {
    font-size: 1.6rem;
  }
}
.page_house .content_event .content_event-left .category.ct_blue {
  background-color: #BBE1F8;
}
.page_house .content_event .content_event-left .category.ct_orange {
  background-color: #FCC062;
}
.page_house .content_event .content_event-right {
  width: 36%;
  position: relative;
}
.page_house .content_event .content_event-right::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.page_house .content_event .content_event-right img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.page_house .content_event .content_event-right .btn_VR {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .page_house .content_event .content_event-right .btn_VR {
    font-size: 1.8rem;
  }
}
.page_house .content_event .content_event-right .btn_VR span {
  background-color: #c20000;
  font-weight: bold;
  padding: 0.75em;
  line-height: 1;
}
.page_house .content_event .content_event-right .btn_VR span::after {
  content: "";
  background: url("../../img/front/event/ico_arrow-02.svg") no-repeat right center;
  background-size: 1em;
  padding-right: 1em;
  margin-left: 0.5em;
}
.page_house .content_event .content_event-soon {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page_house .content_event .content_event-soon {
    width: 70%;
  }
}
.page_house .content_event .content_event-link {
  padding: 0 2%;
  text-align: right;
}
.page_house .content_event .content_event-link a {
  color: #216887;
  text-decoration: underline;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_house .content_event .content_event-link a {
    font-size: 1.8rem;
  }
}
.page_house .content_event .content_event-link a:hover {
  text-decoration: none;
}
.page_house .content_company {
  background-color: #EFF5F9;
  padding: 5% 0;
  margin-bottom: 6%;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_house .content_company {
    padding: 40px 0;
    margin-bottom: 60px;
  }
}
.page_house .content_company .content_company-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 5%;
}
.page_house .content_company .content_company-left {
  width: 40%;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .page_house .content_company .content_company-left {
    width: 50%;
  }
}
.page_house .content_company .content_company-right {
  width: 57%;
}
@media screen and (max-width: 768px) {
  .page_house .content_company .content_company-right {
    width: 47%;
  }
}
.page_house .content_company .content_company-right h4 {
  background-color: inherit;
  padding: 0;
}
.page_house .content_company .content_company-right h4 span {
  display: inline-block;
  padding: 0.5em 2%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page_house .content_company .content_company-right h4 span {
    padding: 0.5em;
  }
}
.page_house .content_company .content_company-right p {
  padding: 0 2%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_house .content_company .content_company-right p {
    font-size: 1.8rem;
  }
}
.page_house .content_company .content_company-linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_house .content_company .content_company-linkList li {
  width: 32%;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .page_house .content_company .content_company-linkList li {
    width: 49%;
  }
}
.page_house .content_company .content_company-linkList li a {
  display: block;
  position: relative;
  border: 1px solid #333;
  padding: 1em;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_house .content_company .content_company-linkList li a {
    font-size: 2rem;
  }
}
.page_house .content_company .content_company-linkList li a::after {
  content: "→";
  position: absolute;
  right: 0.5em;
}
.page_house .content_company .content_company-linkList li a.link-grayOut {
  border: 1px solid #999;
  color: #999;
  pointer-events: none;
}
.page_house .pagelink_block {
  margin-bottom: 6%;
}
@media screen and (min-width: 768px) {
  .page_house .pagelink_block {
    margin-bottom: 50px;
  }
}
.page_house .pagelink_block .pagelink_block-list {
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_house .pagelink_block .pagelink_block-list li {
  width: 33%;
  color: #3d5c5c;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  font-size: 1.2rem;
}
.page_house .pagelink_block .pagelink_block-list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .page_house .pagelink_block .pagelink_block-list li {
    font-size: 2rem;
  }
}
.page_house .pagelink_block .pagelink_block-list li a {
  display: block;
  padding: 0.5em;
  border: 1px solid #81a9a9;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .page_house .pagelink_block .pagelink_block-list li a {
    border: 2px solid #81a9a9;
    border-radius: 2px;
  }
}
.page_house .pagelink_block .pagelink_block-list li a:hover {
  background-color: #cddddd;
}
.page_house .page_house-wrap {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap {
    padding: 30px 0 0;
  }
}
.page_house .page_house-wrap .bg_ribbon-bottom {
  text-align: center;
  margin-bottom: 2%;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  border-radius: 25px;
  margin-top: 0.4em;
  padding: 0.4em 2em;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .bg_ribbon-bottom {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .bg_ribbon-bottom {
    font-size: 2.6rem;
  }
}
.page_house .page_house-wrap .bg_ribbon-bottom span {
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  border-radius: 25px;
  margin-top: 0.4em;
  padding: 0.4em 2em;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .bg_ribbon-bottom span {
    font-size: 2.6rem;
  }
}
.page_house .page_house-wrap .maintxt-access {
  text-align: center;
  margin-bottom: 2%;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .maintxt-access {
    font-size: 2.6rem;
  }
}
.page_house .page_house-wrap .maintxt-ct {
  color: #4D4D4D;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .maintxt-ct {
    font-size: 2rem;
    text-align: center;
  }
}
.page_house .page_house-wrap .maintxt-ct li {
  display: inline-block;
  border: 1px solid #ABABAB;
  border-radius: 24px;
  padding: 0.25em 1em;
  margin-right: 0.25em;
  margin-bottom: 0.5em;
  letter-spacing: 0;
  line-height: 1.1;
}
.page_house .page_house-wrap .maintxt-ct li:last-child {
  margin-right: 0;
}
.page_house .page_house-wrap .house_content-01 {
  margin-bottom: 2%;
}
.page_house .page_house-wrap .house_content-01-mainImg {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 1%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-01-mainImg {
    margin: 0 auto 8px;
  }
}
.page_house .page_house-wrap .house_content-01-mainImg .slider li {
  position: relative;
}
.page_house .page_house-wrap .house_content-01-mainImg .slider li::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.page_house .page_house-wrap .house_content-01-mainImg .slider li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.page_house .page_house-wrap .house_content-01-mainImg .slider .slick-prev {
  z-index: 2;
  left: 0;
}
.page_house .page_house-wrap .house_content-01-mainImg .slider .slick-prev:before {
  content: "";
  color: #fff;
  background-image: url("../../img/front/common/ico_slick-left.svg");
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(33, 33, 33, 0.8);
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  .page_house .page_house-wrap .house_content-01-mainImg .slider .slick-prev:before {
    background-size: 6px;
    padding: 15px 10px;
  }
}
.page_house .page_house-wrap .house_content-01-mainImg .slider .slick-next {
  z-index: 2;
  right: 0;
}
.page_house .page_house-wrap .house_content-01-mainImg .slider .slick-next:before {
  content: "";
  color: #fff;
  background-image: url("../../img/front/common/ico_slick-right.svg");
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(33, 33, 33, 0.8);
  padding: 20px 15px;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .page_house .page_house-wrap .house_content-01-mainImg .slider .slick-next:before {
    background-size: 6px;
    padding: 15px 10px;
    margin-left: 0px;
  }
}
.page_house .page_house-wrap .house_content-01 .maintxt-wrap {
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-01 .maintxt-wrap {
    margin-bottom: 35px;
  }
}
.page_house .page_house-wrap .house_content-01 .maintxt-wrap.pc {
  margin-bottom: 0;
}
.page_house .page_house-wrap .house_content-01 .maintxt-wrap .schedule-update {
  color: #666;
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-01 .maintxt-wrap .schedule-update {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}
.page_house .page_house-wrap .house_content-01 .maintxt-wrap .schedule-update span {
  letter-spacing: 0;
}
.page_house .page_house-wrap .house_content-01 .maintxt-wrap .schedule-update span::before {
  content: "";
  background: url("../../img/front/form/ico_clock-01.svg") no-repeat left center;
  background-size: 1.2em;
  padding-left: 1.2em;
  padding: 0.6em 0 0.6em 1.2em;
  margin-right: 0.4em;
}
.page_house .page_house-wrap .house_content-01 .maintxt-wrap .release-txt {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 1%;
  /*
  &::before{
  	content: '';
  	padding: 0.2em 0 0.2em 1em;
  	background: url("../../img/front/form/bg_slash-03.svg") no-repeat left top;
  	margin-right: 0.5em;
  }
  &::after{
  	content: '';
  	padding: 0.2em 1em 0.2em 0;
  	background: url("../../img/front/form/bg_slash-04.svg") no-repeat right top;
  	margin-left: 0.5em;
  }*/
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-01 .maintxt-wrap .release-txt {
    font-size: 2.6rem;
  }
}
.page_house .page_house-wrap .house_content-01 .maintxt-wrap .release-txt .bg_yellow {
  background-color: #FFEF00;
  padding: 0.2em;
}
.page_house .page_house-wrap .house_content-01 .maintxt-wrap .release-txt .bg_none {
  padding: 0.2em;
  border: 1px solid #1a1a1a;
}
.page_house .page_house-wrap .house_content-01 .maintxt-wrap .release-txt .tit_dia::before {
  content: "◇";
  margin: 0 0.25em;
}
.page_house .page_house-wrap .house_content-01 .maintxt-wrap .release-txt .txt_red {
  color: #D3343E;
  font-weight: bold;
}
.page_house .page_house-wrap .house_content-01 .maintxt-wrap .bg_ribbon {
  background: url("../../img/front/form/bg_ribbon-01.svg") no-repeat center top;
  background-size: contain;
  padding: 2.5% 10% 8%;
  width: 98%;
  margin: 0 auto 1%;
  text-align: center;
  border: none;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-01 .maintxt-wrap .bg_ribbon {
    width: 100%;
    font-size: 3.2rem;
    padding: 20px 10px 40px;
    background: url("../../img/front/form/bg_ribbon-pc.svg") no-repeat center top;
  }
}
@media screen and (max-width: 375px) {
  .page_house .page_house-wrap .house_content-01 .maintxt-wrap .bg_ribbon {
    font-size: 1.5rem;
  }
}
.page_house .page_house-wrap .house_content-01 .mb30 {
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-01 .mb30 {
    margin-bottom: 30px;
  }
}
.page_house .page_house-wrap .house_content-01 .VR_block {
  background-color: #3D5C5C;
  margin: 0 auto 4%;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-01 .VR_block {
    margin: 0 auto 40px;
    padding-top: 10px;
  }
}
.page_house .page_house-wrap .house_content-01 .VR_block h2 {
  text-align: center;
  color: #fff;
  border: none;
  padding: 0.75em 0;
  line-height: 1;
  margin-bottom: 0;
}
.page_house .page_house-wrap .house_content-01 .VR_block .VR_block-inner iframe {
  width: 100%;
}
.page_house .page_house-wrap .house_content-01 .btn_block {
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-01 .btn_block {
    margin-bottom: 50px;
  }
}
.page_house .page_house-wrap .house_content-01 .btn_block .btn_block-txt {
  margin-bottom: 1%;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-01 .btn_block .btn_block-txt {
    font-size: 2.6rem;
  }
}
.page_house .page_house-wrap .house_content-01 .btn_block .btn_block-link1 {
  margin: 0 auto 2%;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-01 .btn_block .btn_block-link1 {
    width: 600px;
    margin-bottom: 20px;
  }
}
.page_house .page_house-wrap .house_content-01 .btn_block .btn_block-link1 a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 1em 0;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-01 .btn_block .btn_block-link1 a {
    font-size: 3.4rem;
  }
}
.page_house .page_house-wrap .house_content-01 .btn_block .btn_block-link1 a span {
  font-weight: bold;
}
.page_house .page_house-wrap .house_content-01 .btn_block .btn_block-link1 a span::before {
  content: "";
  background: url("../../img/front/form/ico_arrow-02.svg") no-repeat left center;
  padding-left: 1em;
  margin-right: 0.5em;
}
.page_house .page_house-wrap .house_content-01 .btn_block .btn_block-link1 a span.point_get {
  padding-left: 1em;
}
.page_house .page_house-wrap .house_content-01 .btn_block .btn_block-link1 a span.point_get::after {
  content: "";
  background: url("../../img/front/home_lp/ico_point-get.svg") no-repeat right center;
  padding: 1em 3em 1em 0;
  margin-left: 0.5em;
}
.page_house .page_house-wrap .house_content-01 .btn_block .btn_block-link2 {
  text-align: center;
}
.page_house .page_house-wrap .house_content-01 .btn_block .btn_block-link2 a {
  display: inline-block;
  border: 1px solid #666;
  border-radius: 38px;
  padding: 0.75em 2em;
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-01 .btn_block .btn_block-link2 a {
    font-size: 2.8rem;
  }
}
.page_house .page_house-wrap .house_content-01 .btn_block .btn_block-link2 a span::before {
  content: "";
  background: url("../../img/front/form/ico_present-01.svg") no-repeat left center;
  padding: 0.5em 0 0.5em 2em;
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public {
    margin: auto;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public h2 {
  border: none;
  padding: 0 1%;
  margin-bottom: 1%;
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public h2 {
    font-size: 3.6rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public h2.pd_none {
  padding: 0;
}
.page_house .page_house-wrap .report_block-01 .report_public .report_block-detail {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .report_block-detail {
    font-size: 1.8rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .report_floorPlan {
  color: #fff;
  margin-bottom: 2%;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .report_floorPlan {
    font-size: 4rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .report_floorPlan span {
  background-color: #81A9A9;
  padding: 0.3em 0.75em;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  letter-spacing: 0;
  -webkit-box-shadow: 5px 5px #81A9A9;
          box-shadow: 5px 5px #81A9A9;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .report_floorPlan span {
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-box-shadow: 7px 7px #81A9A9;
            box-shadow: 7px 7px #81A9A9;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .report_floorPlan.mb5per {
  margin-bottom: 5%;
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap {
  margin-bottom: 2%;
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap h3 {
  background-color: inherit;
  color: #495F5F;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 0;
  margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap h3 {
    font-size: 3.4rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .txt-red {
  color: #D3343E;
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt {
  margin-top: 0.25em;
  margin-bottom: 1em;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt {
    font-size: 1rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt .txt-middile {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt .txt-middile {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 375px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt .txt-middile {
    font-size: 1.6rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt .txt-middle {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt .txt-middle {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 375px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt .txt-middle {
    font-size: 1.6rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt .number {
  font-family: Helvetica, Arial, "sans-serif", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt .number {
    font-size: 7rem;
  }
}
@media screen and (max-width: 375px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt .number {
    font-size: 3rem;
  }
}
@media screen and (max-width: 321px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt .number {
    font-size: 2.8rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt .txt_number {
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt .txt_number {
    font-size: 3.6rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt .txt_yen {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt .txt_yen {
    font-size: 2.8rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt.mtPlus {
  margin-top: 1.5em;
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt02 {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-txt02 {
    font-size: 2.4rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-left {
  margin-right: 1%;
  padding-left: 1%;
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-right {
  margin-left: 1%;
  padding-top: 2%;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-right {
    font-size: 2rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money-right p {
  margin-bottom: 0.25em;
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money {
  color: #D3343E;
  font-weight: bold;
  font-size: 4.2rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money {
    font-size: 8rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money .number {
  font-family: Helvetica, Arial, "sans-serif", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
  font-weight: bold;
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money .number {
    font-size: 8rem;
  }
}
@media screen and (max-width: 321px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money .number {
    font-size: 3.2rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money .yen {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money .yen {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 321px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money .yen {
    font-size: 2rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money .tax {
  color: #333;
  font-size: 1.1rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money .tax {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money .tax {
    font-size: 1rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money .txt_price {
  color: #231815;
  font-size: 1.3rem;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money .txt_price {
    font-size: 2.2rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money .strikethrough {
  text-decoration: line-through;
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money.money-old {
  color: #231815;
  font-size: 2.8rem;
  margin-bottom: 8px;
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money.money-old .number {
  font-size: 2.8rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money.money-old .number {
    font-size: 4rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money.money-old .yen {
  font-size: 1.6rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_public .public_money-wrap .public_money.money-old .yen {
    font-size: 2.4rem;
  }
}
.page_house .page_house-wrap .report_block-01 .txt_price-kinds {
  color: #231815;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  padding-top: 0.75em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .txt_price-kinds {
    font-size: 2.2rem;
  }
}
.page_house .page_house-wrap .report_block-01 .public_money-undecided {
  font-weight: bold;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .public_money-undecided {
    font-size: 2.4rem;
  }
}
.page_house .page_house-wrap .report_block-01 .txt_price-undecided {
  color: #d3343e;
  font-size: 4rem;
  font-weight: bold;
  margin-left: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .txt_price-undecided {
    font-size: 4.6rem;
  }
}
.page_house .page_house-wrap .report_block-01 .public_money-caution {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .public_money-caution {
    font-size: 1.6rem;
  }
}
.page_house .page_house-wrap .report_block-01 .public_money-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .public_money-flex {
    margin-bottom: 10px;
  }
}
.page_house .page_house-wrap .report_block-01 .public_money-new {
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .public_money-new {
    font-size: 1.6rem;
  }
}
.page_house .page_house-wrap .report_block-01 .public_money-old {
  color: #231815;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .public_money-old {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 321px) {
  .page_house .page_house-wrap .report_block-01 .public_money-old {
    font-size: 1.1rem;
  }
}
.page_house .page_house-wrap .report_block-01 .public_money-old dt {
  font-weight: bold;
}
.page_house .page_house-wrap .report_block-01 .public_money-old .number {
  font-size: 2.8rem;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .public_money-old .number {
    font-size: 4rem;
  }
}
@media screen and (max-width: 321px) {
  .page_house .page_house-wrap .report_block-01 .public_money-old .number {
    font-size: 2.4rem;
  }
}
.page_house .page_house-wrap .report_block-01 .public_money-old .yen {
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: -webkit-baseline-middle;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .public_money-old .yen {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 321px) {
  .page_house .page_house-wrap .report_block-01 .public_money-old .yen {
    font-size: 1.4rem;
  }
}
.page_house .page_house-wrap .report_block-01 .public_money-old .ml025em {
  margin-left: 0.25em;
}
.page_house .page_house-wrap .report_block-01 .public_money-old .ml05em {
  margin-left: 0.5em;
}
.page_house .page_house-wrap .report_block-01 .public_money-old.mrPlus {
  margin-right: 0.5em;
}
.page_house .page_house-wrap .report_block-01 .strikethrough {
  position: relative;
}
.page_house .page_house-wrap .report_block-01 .strikethrough::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
}
.page_house .page_house-wrap .report_block-01 .report_stripe {
  background-color: #D7E4E4;
  margin: 2% auto 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_stripe {
    background-size: 28px;
    margin: 2% auto 6%;
  }
}
.page_house .page_house-wrap .report_block-01 .report_stripe::before {
  content: "";
  background: url("../../img/front/form/ico_stapler-01.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -5px;
  left: -8px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_stripe::before {
    top: -3px;
    left: -3px;
    width: 20px;
    height: 20px;
  }
}
.page_house .page_house-wrap .report_block-01 .report_stripe::after {
  content: "";
  background: url("../../img/front/form/ico_stapler-01.svg") no-repeat right bottom;
  background-size: contain;
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -5px;
  right: -8px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_stripe::after {
    bottom: -3px;
    right: -3px;
    width: 20px;
    height: 20px;
  }
}
.page_house .page_house-wrap .report_block-01 .report_stripe a {
  text-decoration: underline;
}
.page_house .page_house-wrap .report_block-01 .report_stripe a:hover {
  text-decoration: none;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner {
  width: 92%;
  margin: auto;
  padding: 4% 0;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner {
    padding: 20px 0;
  }
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner p {
  color: #000;
  margin-bottom: 1%;
  letter-spacing: 0;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner p {
    font-size: 1.8rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner h3 {
  background-color: inherit;
  color: #495F5F;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 0;
  margin-bottom: 1%;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner h3 {
    font-size: 3.4rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner h3.mb_none {
  margin-bottom: 0;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner .txt-red {
  color: #D3343E;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl {
  padding-bottom: 1%;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl dt {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl dt {
    font-size: 2rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl dt span {
  background-color: #b3cbcb;
  padding: 0.25em 0.5em;
  min-width: 9em;
  line-height: 1.2;
  display: inline-block;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl dd {
  margin-bottom: 0.2em;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl dd {
    font-size: 2.2rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl dd::before {
  content: "●";
  color: #81A9A9;
  margin-left: -1em;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl.report_madori dt span {
  background-color: #e4adb2;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl.report_madori dd::before {
  color: #e4adb2;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl.report_facility dt span {
  background-color: #c8d287;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl.report_facility dd::before {
  color: #c8d287;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl.report_construction dt span {
  background-color: #e4bc6b;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl.report_construction dd::before {
  color: #e4bc6b;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl.report_idea dt span {
  background-color: #cfadc5;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner dl.report_idea dd::before {
  color: #cfadc5;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner .report_stripe-list li {
  color: #000;
  margin-bottom: 0.25em;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.5;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner .report_stripe-list li {
    font-size: 1.8rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner .report_stripe-list li::before {
  content: "●";
  color: #81A9A9;
  margin-left: -1em;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner ol li {
  margin-bottom: 0.2em;
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner ol li {
    font-size: 1.8rem;
  }
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner .bb_linedots {
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: 1px dashed #000;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner .report_stripe-left {
  width: 60%;
  margin-right: 4%;
}
.page_house .page_house-wrap .report_block-01 .report_stripe .report_stripe-inner .report_stripe-right {
  width: 36%;
}
.page_house .page_house-wrap .report_block-02 h2 {
  padding: 0.2em 0;
  border-bottom: 4px solid #e4adb2;
  border-left: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-02 h2 {
    font-size: 1.8rem;
  }
}
.page_house .page_house-wrap .report_block-02 h2 span {
  background-color: #e4adb2;
  padding: 0.5em 0.75em;
  margin: 0;
  line-height: 1.2;
}
.page_house .page_house-wrap .report_block-02 h3 {
  color: #231815;
  background-color: inherit;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 0 0 1em;
}
.page_house .page_house-wrap .report_block-02 h3::before {
  content: "●";
  color: #81A9A9;
  margin-left: -1em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-02 h3 {
    font-size: 2.6rem;
  }
}
.page_house .page_house-wrap .report_block-02 .report_madori h2 {
  border-bottom: 4px solid #e4adb2;
}
.page_house .page_house-wrap .report_block-02 .report_madori h2 span {
  background-color: #e4adb2;
}
.page_house .page_house-wrap .report_block-02 .report_madori h3::before {
  color: #e4adb2;
}
.page_house .page_house-wrap .report_block-02 .report_facility h2 {
  border-bottom: 4px solid #c8d287;
}
.page_house .page_house-wrap .report_block-02 .report_facility h2 span {
  background-color: #c8d287;
}
.page_house .page_house-wrap .report_block-02 .report_facility h3::before {
  color: #c8d287;
}
.page_house .page_house-wrap .report_block-02 .report_construction h2 {
  border-bottom: 4px solid #e4bc6b;
}
.page_house .page_house-wrap .report_block-02 .report_construction h2 span {
  background-color: #e4bc6b;
}
.page_house .page_house-wrap .report_block-02 .report_construction h3::before {
  color: #e4bc6b;
}
.page_house .page_house-wrap .report_block-02 .report_idea h2 {
  border-bottom: 4px solid #cfadc5;
}
.page_house .page_house-wrap .report_block-02 .report_idea h2 span {
  background-color: #cfadc5;
}
.page_house .page_house-wrap .report_block-02 .report_idea h3::before {
  color: #cfadc5;
}
.page_house .page_house-wrap .report_block-02 .report_block-txt {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
.page_house .page_house-wrap .report_block-02 .content-img_wrap {
  max-width: 750px;
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-02 .content-img_wrap {
    margin: 0 auto 30px;
  }
}
.page_house .page_house-wrap .report_block-02 .content-img_wrap figcaption {
  width: 90%;
  margin: auto;
  padding-bottom: 1%;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-02 .content-img_wrap figcaption {
    width: 98%;
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
}
.page_house .page_house-wrap .report_block-02 .content-img_wrap p {
  position: relative;
  margin: 0 auto 0.5em;
}
.page_house .page_house-wrap .report_block-02 .content-img_wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  margin: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_house .page_house-wrap .report_block-02 .content-img_wrap-flex .content-img_wrap {
  width: 46%;
  margin-right: 2%;
  margin-left: 2%;
}
.page_house .page_house-wrap .report_block-02 .content-img_wrap-flex .content-img_wrap figcaption {
  width: 94%;
}
.page_house .page_house-wrap .report_block-02 p {
  margin: 0 auto 3%;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-02 p {
    margin: 0 auto 20px;
    font-size: 1.8rem;
  }
}
.page_house .page_house-wrap .report_block-02 .report_block-item {
  margin: 0 auto 7%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .report_block-02 .report_block-item {
    margin: 0 auto 70px;
  }
}
.page_house .page_house-wrap .maintxt-schedule {
  background-color: #e6eeee;
  border-top: 6px solid #81A9A9;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .maintxt-schedule {
    border-top: 12px solid #81A9A9;
    margin-bottom: 40px;
  }
}
.page_house .page_house-wrap .maintxt-schedule h3.tit_middle {
  font-size: 1.8rem;
  padding-top: 2%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .maintxt-schedule h3.tit_middle {
    font-size: 3.2rem;
  }
}
.page_house .page_house-wrap .maintxt-schedule .schedule-wrap_01 {
  padding-left: 2%;
  padding-bottom: 2%;
  background: url("../../img/front/form/bg_dotline-01.svg") repeat-x left bottom;
  background-size: 10px;
}
@media screen and (max-width: 768px) {
  .page_house .page_house-wrap .maintxt-schedule .schedule-wrap_01 {
    background-size: 6px;
  }
}
.page_house .page_house-wrap .maintxt-schedule .schedule-wrap_02 {
  padding: 2% 2%;
}
.page_house .page_house-wrap .maintxt-schedule ul.schedule-place {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 1%;
}
.page_house .page_house-wrap .maintxt-schedule ul.schedule-place li {
  display: inline;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .maintxt-schedule ul.schedule-place li {
    font-size: 1.8rem;
  }
}
.page_house .page_house-wrap .maintxt-schedule ul.schedule-place li::after {
  content: "｜";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.page_house .page_house-wrap .maintxt-schedule ul.schedule-place li:last-child::after {
  content: "";
  margin-left: 0;
  margin-right: 0;
}
.page_house .page_house-wrap .maintxt-schedule h3 {
  color: #333;
  font-size: 2.2rem;
  padding: 0;
  margin-bottom: 1%;
  background-color: inherit;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .maintxt-schedule h3 {
    font-size: 4rem;
  }
}
.page_house .page_house-wrap .maintxt-schedule .schedule-company {
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .maintxt-schedule .schedule-company {
    font-size: 1.8rem;
  }
}
.page_house .page_house-wrap .maintxt-schedule .schedule-date {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Arial Black", Gadget, "sans-serif", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .maintxt-schedule .schedule-date {
    font-size: 4.6rem;
  }
}
.page_house .page_house-wrap .maintxt-schedule .schedule-date span {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .maintxt-schedule .schedule-date span {
    font-size: 3.2rem;
  }
}
.page_house .page_house-wrap .maintxt-schedule .schedule-date_caution {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .maintxt-schedule .schedule-date_caution {
    font-size: 1.8rem;
  }
}
.page_house .page_house-wrap .maintxt-schedule .maintxt-schedule-event dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.25em;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .maintxt-schedule .maintxt-schedule-event dt {
    font-size: 2.8rem;
  }
}
.page_house .page_house-wrap .maintxt-schedule .maintxt-schedule-event dd {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .maintxt-schedule .maintxt-schedule-event dd {
    font-size: 2rem;
  }
}
.page_house .page_house-wrap .house_content-02 {
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-02 {
    margin: 0 auto 40px;
  }
}
.page_house .page_house-wrap .house_content-02 .content-img_wrap {
  position: relative;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-02 .content-img_wrap {
    margin-bottom: 20px;
  }
}
.page_house .page_house-wrap .house_content-02 .maintxt-schedule {
  width: 92%;
  margin: 0 auto 3%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-02 .maintxt-schedule {
    width: 100%;
    margin: 0 auto;
  }
}
.page_house .page_house-wrap .house_content-tit {
  color: #fff;
  background: -ms-linear-gradient(-90deg, #d50000 0%, #af343e 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D50000', endColorstr='#AF343E' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, left bottom, from(#d50000), to(#af343e));
  background: linear-gradient(180deg, #d50000 0%, #af343e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D50000",endColorstr="#AF343E" , GradientType=0);
  padding: 0.5em 0.75em;
  border: none;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-tit {
    font-size: 2.6rem;
  }
}
.page_house .page_house-wrap .house_content-gallery {
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-gallery {
    margin: 0 auto 50px;
  }
}
.page_house .page_house-wrap .house_content-gallery .tabBox .tabArea {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-gallery .tabBox .tabArea {
    margin-bottom: 30px;
  }
}
.page_house .page_house-wrap .house_content-gallery .tabBox .tabArea .one_tab {
  width: 49%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #000;
  cursor: pointer;
  margin-right: 2%;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-gallery .tabBox .tabArea .one_tab {
    font-size: 2.8rem;
  }
}
.page_house .page_house-wrap .house_content-gallery .tabBox .tabArea .one_tab:hover {
  opacity: 0.7;
  text-decoration: none;
}
.page_house .page_house-wrap .house_content-gallery .tabBox .tabArea .one_tab:last-child {
  margin-right: 0;
}
.page_house .page_house-wrap .house_content-gallery .tabBox .tabArea .one_tab .tab_inner {
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding: 0.5em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.page_house .page_house-wrap .house_content-gallery .tabBox .tabArea .one_tab .tab_inner.font-serif {
  font-weight: normal;
}
.page_house .page_house-wrap .house_content-gallery .tabBox .tabArea .one_tab.select .tab_inner {
  border-bottom: 6px solid #81a9a9;
}
.page_house .page_house-wrap .house_content-gallery .txt-supplement {
  text-align: left;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-gallery .txt-supplement {
    font-size: 1.5rem;
  }
}
.page_house .page_house-wrap .house_content-gallery .txt-link {
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-gallery .txt-link {
    font-size: 1.6rem;
  }
}
.page_house .page_house-wrap .house_content-gallery .txt-link a {
  color: #d3343e;
  text-decoration: underline;
}
.page_house .page_house-wrap .house_content-gallery .txt-link a:hover {
  text-decoration: none;
}
.page_house .page_house-wrap .house_content-gallery .shop_gallery-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_house .page_house-wrap .house_content-gallery .shop_gallery-cont li {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.page_house .page_house-wrap .house_content-gallery .shop_gallery-cont li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .house_content-gallery .shop_gallery-cont li {
    width: 23.5%;
    margin-right: 2%;
  }
  .page_house .page_house-wrap .house_content-gallery .shop_gallery-cont li:nth-child(3n) {
    margin-right: 2%;
  }
  .page_house .page_house-wrap .house_content-gallery .shop_gallery-cont li:nth-child(4n) {
    margin-right: 0;
  }
}
.page_house .page_house-wrap .house_content-gallery .shop_gallery-cont li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page_house .page_house-wrap .house_content-gallery .shop_gallery-cont li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.page_house .page_house-wrap .lifeInfo {
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo {
    margin: 0 auto 50px;
  }
}
.page_house .page_house-wrap .lifeInfo .GoogleMap {
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .GoogleMap {
    margin-bottom: 20px;
  }
}
.page_house .page_house-wrap .lifeInfo .GoogleMap iframe {
  width: 100%;
  height: 214px;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .GoogleMap iframe {
    height: 300px;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfoMapImg {
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfoMapImg {
    margin-bottom: 40px;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list-wrap:first-of-type {
  border-top: 1px solid #ABABAB;
  padding: 2% 0 0;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list-wrap:first-of-type {
    border-top: none;
    padding: 15px 0 0;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list-facility {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.3;
  background-color: #e6eeee;
  position: relative;
  text-align: left;
  padding: 0.2em 0.5em 0.2em 2.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list-facility {
    font-size: 2rem;
    margin-bottom: 0.75em;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list-facility::before {
  content: "";
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background-image: url("../../img/front/common/ico_info-01.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list-facility.tit_ico-school::before {
  background-image: url("../../img/front/common/ico_school-01.svg");
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list-facility.tit_ico-traffic::before {
  background-image: url("../../img/front/common/ico_traffic-01.svg");
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list-facility.tit_ico-traffic::before {
  background-image: url("../../img/front/common/ico_traffic-01.svg");
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list-facility.tit_ico-government::before {
  background-image: url("../../img/front/common/ico_government-01.svg");
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list-facility.tit_ico-store::before {
  background-image: url("../../img/front/common/ico_store-01.svg");
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list-facility.tit_ico-hospital::before {
  background-image: url("../../img/front/common/ico_hospital-01.svg");
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list-facility span {
  background-color: #E6EEEE;
  padding: 0.25em 0.5em 0.25em 0;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list-facility span {
    padding: 0.25em 1em 0.25em 0;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list {
    font-size: 1.1rem;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list p {
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-top: 0.8em;
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list p.lifeInfo_list-facility {
  margin-top: 0;
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList {
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList li {
  border-bottom: 1px dashed #ababab;
  padding: 3% 0;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList li {
    padding: 15px 0;
    width: 49%;
    border-bottom: 1px solid #ababab;
  }
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList li:nth-child(2) {
    padding: 0 0 15px;
  }
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList li:nth-child(2n) {
    margin-left: 2%;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList li:first-child {
  padding: 0 0 3%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList li:first-child {
    padding: 0 0 15px;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList li:last-child {
  border-bottom: 1px solid #ababab;
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList dl {
  width: 62%;
  margin-right: 3%;
  padding-left: 1%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList dl {
    padding-left: 5px;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList dl dt {
  margin-bottom: 0.25em;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList dl dt {
    font-size: 2.2rem;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList dl dd {
  padding: 0 0 0 1.25em;
  line-height: 1.5;
  margin-bottom: 0.25em;
  font-size: 1.2rem;
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList dl dd::before {
  content: "●";
  color: #81A9A9;
  margin-left: -1.25em;
  margin-right: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-imgList dl dd {
    font-size: 1.8rem;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-facilityTxt {
  width: 62%;
  margin-right: 3%;
  padding-left: 1%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-facilityTxt {
    padding-left: 5px;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-facilityTxt.width_full {
  width: 100%;
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-facilityTxt.width_full p {
  margin-top: 0;
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-facilityTxt p {
  padding: 0 0 0 1.25em;
  line-height: 1.5;
  margin-bottom: 0.25em;
  font-size: 1.2rem;
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-facilityTxt p::before {
  content: "●";
  color: #81A9A9;
  margin-left: -1.25em;
  margin-right: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-facilityTxt p {
    font-size: 1.8rem;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .surroundingImg {
  width: 35%;
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .surroundingImg-image {
  line-height: 1;
  margin: 0;
  position: relative;
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .surroundingImg-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../../img/front/common/ico_magnify.svg") no-repeat center center;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 17px;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 3px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list .surroundingImg-image::after {
    background-size: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 4px;
    width: 33px;
    height: 33px;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .surroundingImg-image img {
  width: 100%;
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .surroundingImg-image img:hover {
  cursor: pointer;
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .surroundingImg-caption {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-top: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list .surroundingImg-caption {
    font-size: 1.4rem;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-txt li {
  padding: 0 0 0 1.25em;
  line-height: 1.5;
  margin-bottom: 0.25em;
  font-size: 1.2rem;
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-txt li::before {
  content: "●";
  color: #81A9A9;
  margin-left: -1.25em;
  margin-right: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-txt li {
    font-size: 1.6rem;
  }
}
.page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-caution {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .lifeInfo .lifeInfo_list .lifeInfo_list-caution {
    font-size: 1.6rem;
  }
}
.page_house .page_house-wrap .aboutHouse {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .aboutHouse {
    margin-bottom: 50px;
  }
}
.page_house .page_house-wrap .aboutHouse h3 {
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .aboutHouse h3 {
    font-size: 2.6rem;
  }
}
.page_house .page_house-wrap .aboutHouse h3::before {
  content: "";
  background: url("../../img/front/form/bg_tit-line.png") no-repeat left center;
  background-size: contain;
  padding-left: 1em;
  margin-right: 0.5em;
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff {
  max-width: 1000px;
  margin: auto;
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff .aboutHouse_staff-02 {
  background-color: #E4EAEA;
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff .aboutHouse_staff-inner {
  padding: 4% 0;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .aboutHouse .aboutHouse_staff .aboutHouse_staff-inner {
    padding: 20px 0;
  }
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff h4 {
  background-color: transparent;
  color: #333;
  padding: 0;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .aboutHouse .aboutHouse_staff h4 {
    font-size: 1.6rem;
  }
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff dl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff dl dt {
  width: 10%;
  margin-right: 3%;
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff dl dt img {
  border-radius: 50%;
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff dl dd {
  width: 87%;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 1.1rem;
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff dl dd .staff_name {
  font-weight: bold;
  margin-bottom: 0.2em;
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff dl dd .staff_name .staff_category-01 {
  color: #fff;
  background-color: #333;
  padding: 0.1em 0.7em;
  margin-left: 0.5em;
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff dl dd .staff_name .staff_category-02 {
  color: #fff;
  background-color: #D3343E;
  padding: 0.1em 0.7em;
  margin-left: 0.5em;
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff dl dd .staff_name .staff_category-03 {
  margin-left: 0.5em;
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff dl dd .staff_name .staff_campany {
  display: inline-block;
  margin-right: 1em;
  font-weight: bold;
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff dl dd .staff_name .staff_personal-name {
  display: inline-block;
  font-weight: bold;
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff dl dd .staff_position {
  margin-bottom: 0.1em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .aboutHouse .aboutHouse_staff dl dd {
    font-size: 1.6rem;
  }
}
.page_house .page_house-wrap .aboutHouse .aboutHouse_staff dl dd .staff_edit-date {
  color: #808080;
  margin-top: 0.2em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .aboutHouse .aboutHouse_staff dl dd .staff_edit-date {
    font-size: 1.4rem;
  }
}
.page_house .page_house-wrap .aboutHouse-btn {
  color: #fff;
  font-size: 1.4rem;
  padding: 0.75em 1.5em 0.75em;
  margin: 0.1em;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .aboutHouse-btn {
    font-size: 2rem;
    padding: 0.5em 2.5em 0.5em 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .page_house .page_house-wrap .aboutHouse-btn {
    width: 100%;
    text-align: center;
  }
}
.page_house .page_house-wrap .aboutHouse-btn::after {
  content: "";
  width: 1em;
  height: 1em;
  padding: 0.1em 0;
  margin: auto;
  background: url("../../img/front/common/ico_pin-01.svg") no-repeat right center;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
}
.page_house .page_house-wrap .content-review {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .content-review {
    max-width: 1000px;
    margin: 0 auto 50px;
  }
}
.page_house .page_house-wrap .content-review h2 {
  border-left: none;
  border-top: 1px solid #919191;
  padding: 0.5em 4%;
  margin-bottom: 1%;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .content-review h2 {
    font-size: 1.8rem;
    padding: 0.5em 20px;
  }
}
.page_house .page_house-wrap .content-review h2::before {
  content: "★";
  color: #3d5c5c;
}
.page_house .page_house-wrap .content-review .review_write-btn-wrap {
  text-align: center;
  margin-bottom: 1%;
}
.page_house .page_house-wrap .content-review .review_write-btn-wrap .review_write-btn {
  display: inline-block;
  color: #3D5C5C;
  border: 1px solid #969696;
  padding: 1em 2em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .content-review .review_write-btn-wrap .review_write-btn {
    font-size: 1.8rem;
  }
}
.page_house .page_house-wrap .content-review .review_more {
  display: block;
  text-align: center;
  margin-top: 1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .content-review .review_more {
    font-size: 1.8rem;
  }
}
.page_house .page_house-wrap .content-review .review_more .review_more-btn {
  border: 1px solid #919191;
  padding: 0.75em 2em;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #3D5C5C;
  cursor: pointer;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .content-review .review_more .review_more-btn {
    width: 60%;
  }
}
.page_house .page_house-wrap .content-review .review_more .review_more-btn::before {
  content: "来場者レビューをもっと見る";
  background-image: url("../../img/front/common/ico_arrow-03.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0.8em;
  padding-right: 1.5em;
}
.page_house .page_house-wrap .content-review .review_more .review_more-btn.close::before {
  content: "とじる";
  background-image: url("../../img/front/common/ico_arrow-04.svg");
}
.page_house .page_house-wrap .content-review .review_more .review_more-btn:hover {
  background-color: #E6EEEE;
}
.page_house .page_house-wrap .scheduleAcc__body {
  border-top: 1px solid #919191;
}
.page_house .page_house-wrap .content-keyword {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .content-keyword {
    margin-bottom: 50px;
  }
}
.page_house .page_house-wrap .content-keyword .keyword-list {
  margin-top: 2%;
}
.page_house .page_house-wrap .content-keyword .keyword-list a {
  color: #4d4d4d;
  display: inline-block;
  line-height: 2;
  font-size: 1.4rem;
  background-color: #e1ebf4;
  margin-bottom: 0.5em;
  margin-right: 0.2em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page_house .page_house-wrap .content-keyword .keyword-list a {
    font-size: 2rem;
  }
}
.page_house .page_house-wrap .content-keyword .keyword-list a::before {
  content: "";
  width: 0;
  height: 0;
  float: left;
  line-height: 1;
  border-top: 1em solid #fff;
  border-right: 0.5em solid #e1ebf4;
  border-bottom: 1em solid #fff;
  border-left: 0 solid #fff;
}
.page_house .page_house-wrap .content-keyword .keyword-list a span {
  padding: 0 0.5em 0 0;
}
.page_house .page_house-wrap .content-keyword .keyword-list a span::before {
  content: "";
  background: url("../../img/front/common/ico_tag-circle.svg") no-repeat left center;
  background-size: 0.5em;
  padding-left: 0.5em;
  width: 0.5em;
  margin-right: 0.25em;
}
.page_house .accordion-content {
  display: none;
}
.page_house .fixed_btn {
  z-index: 8000;
  position: fixed;
  bottom: 0;
}
.page_house .fixed_btn .fixed_btn-wrap {
  right: 0;
  margin-right: 0;
  float: right;
  /*@include lg{
  	width: 150px;
  }*/
}
.page_house .fixed_btn a {
  display: block;
}
.page_house .fixed_btn .fixed_btn-pagetop {
  width: 40px;
  margin-left: 30px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .page_house .fixed_btn .fixed_btn-pagetop {
    width: 60px;
    margin: 0 auto 10px;
  }
}
.page_house .bb_line {
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-bottom: 2px dashed #aaa;
}
.page_house .content-tokuten {
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.page_house .content-tokuten .content-tokuten-inner01 {
  background-repeat: repeat-x;
}
.page_house .content-tokuten .content-tokuten-inner01 p {
  max-width: 1000px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page_house .content-tokuten .content-tokuten-inner01 {
    background-image: url("../../img/front/top/bg_tokuten-01-pc.png");
    background-size: 38px;
  }
}
.page_house .content-tokuten .content-tokuten-inner02 {
  max-width: 1000px;
  margin: auto;
  padding-bottom: 3%;
}
.page_house .report_block-schedule {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .page_house .report_block-schedule {
    font-size: 1.8rem;
  }
}
.page_house .report_block-schedule dd {
  margin-bottom: 0.2em;
}
.page_house .report_block-schedule-tit {
  color: #d3343e;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_house .report_block-schedule-tit {
    font-size: 3.2rem;
  }
}
.page_house .aboutHouse_list {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_house .aboutHouse_list {
    margin-bottom: 50px;
  }
}
.page_house .aboutHouse_list dl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  border-bottom: 1px dashed #ABABAB;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_house .aboutHouse_list dl {
    font-size: 1.6rem;
  }
}
.page_house .aboutHouse_list dl:first-child {
  border-top: 1px solid #6D6D6D;
}
.page_house .aboutHouse_list dl:last-child {
  border-bottom: 1px solid #6D6D6D;
}
.page_house .aboutHouse_list dl dt {
  background-color: #f3f6f6;
  width: 30%;
  padding: 3%;
  font-weight: bold;
  color: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .page_house .aboutHouse_list dl dt {
    padding: 1em 3%;
  }
}
.page_house .aboutHouse_list dl dt.w50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page_house .aboutHouse_list dl dt.w100 {
    width: 100%;
    display: block;
    margin-bottom: 0.25em;
  }
}
.page_house .aboutHouse_list dl dd {
  width: 70%;
  padding: 3%;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page_house .aboutHouse_list dl dd {
    padding: 1em 3%;
  }
}
.page_house .aboutHouse_list dl dd.w50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page_house .aboutHouse_list dl dd.w100 {
    width: 100%;
    display: block;
  }
}

.homeLp-card {
  display: block;
  background-color: #e6eeee;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  margin: 3% auto 6%;
  padding: 0 0 4%;
}
@media screen and (min-width: 768px) {
  .homeLp-card {
    margin: 30px auto 50px;
    padding: 0 0 20px;
  }
}
.homeLp-card .homeLp-card-img {
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .homeLp-card .homeLp-card-img {
    margin: 0 auto 52px;
  }
}
.homeLp-card .homeLp-card-img li {
  width: auto;
  margin: 0 4px 0 0;
}
.homeLp-card .homeLp-card-img li img {
  width: auto;
  margin: 0;
  height: 160px;
}
@media screen and (min-width: 768px) {
  .homeLp-card .homeLp-card-img li img {
    height: 400px;
  }
}
.homeLp-card .homeLp-card-txt {
  position: relative;
  background-color: #fff;
  width: 94%;
  margin: 3% auto 0;
  padding: 3%;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .homeLp-card .homeLp-card-txt {
    width: calc(100% - 40px);
    margin: 20px auto 0;
    padding: 20px;
    font-size: 1.8rem;
  }
}
.homeLp-card .homeLp-card-addr {
  margin-bottom: 0.5em;
}
.homeLp-card .homeLp-card-tit {
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.homeLp-card .homeLp-card-subTit {
  margin-bottom: 0.25em;
}
.homeLp-card .homeLp-card-price {
  color: #d3343e;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .homeLp-card .homeLp-card-price {
    font-size: 2.4rem;
  }
}
.homeLp-card .homeLp-card-price .txt_big {
  font-family: Helvetica, Arial, "sans-serif", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .homeLp-card .homeLp-card-price .txt_big {
    font-size: 3.8rem;
  }
}
.homeLp-card .homeLp-card-breadth {
  margin-bottom: 0.3em;
}
.homeLp-card .homeLp-card-negotiation {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../img/front/common/bg_triangle-01.svg") no-repeat right top;
  background-size: contain;
  padding: 0.5em 0.4em 2em 3.2em;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .homeLp-card .homeLp-card-negotiation {
    font-size: 2.6rem;
  }
}

.slider_card .slick-dotted.slick-slider {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .slider_card .slick-dotted.slick-slider {
    margin-bottom: 48px;
  }
}
.slider_card .slick-dots {
  bottom: -24px;
}
@media screen and (min-width: 768px) {
  .slider_card .slick-dots {
    bottom: -30px;
  }
}
@media screen and (min-width: 768px) {
  .slider_card .slick-dots li {
    margin: 0 10px;
  }
}
.slider_card .slick-dots li button::before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .slider_card .slick-dots li button::before {
    width: 20px;
    height: 20px;
  }
}
.slider_card .slick-dots li.slick-active button::before {
  background-color: #81a9a9;
}

.homeLp_model {
  background-color: #e6eeee;
  padding: 5% 0 2%;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .homeLp_model {
    padding: 40px 0 10px;
    margin-bottom: 50px;
  }
}
.homeLp_model .homeLp_model-img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 38px;
}
@media screen and (min-width: 768px) {
  .homeLp_model .homeLp_model-img {
    margin: 0 auto 58px;
  }
}
.homeLp_model .homeLp_model-img li {
  width: auto;
  margin: 0 6px;
}
.homeLp_model .homeLp_model-img li img {
  width: auto;
  margin: 0;
  height: 160px;
}
@media screen and (min-width: 768px) {
  .homeLp_model .homeLp_model-img li img {
    height: 400px;
  }
}
.homeLp_model .homeLp_model-map {
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .homeLp_model .homeLp_model-map {
    margin-bottom: 40px;
  }
}

.plan_contents-wrap {
  height: 100%;
  display: block;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .plan_contents-wrap {
    margin-bottom: 10px;
  }
}
.plan_contents-wrap .plan_contents-tit {
  background-color: #e6eeee;
  width: 100%;
  top: 0;
  left: 0;
  letter-spacing: 0;
  z-index: 1;
}
.plan_contents-wrap .plan_contents-tit .plan_tit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  width: 92%;
  margin: auto;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .plan_contents-wrap .plan_contents-tit .plan_tit-inner {
    padding: 20px 0;
  }
}
.plan_contents-wrap .plan_contents-tit .plan_tit-left {
  text-align: center;
  padding-right: 2%;
}
@media screen and (min-width: 768px) {
  .plan_contents-wrap .plan_contents-tit .plan_tit-left {
    width: 30%;
  }
}
.plan_contents-wrap .plan_contents-tit .plan_tit-left .plan_tit-plan {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .plan_contents-wrap .plan_contents-tit .plan_tit-left .plan_tit-plan {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 321px) {
  .plan_contents-wrap .plan_contents-tit .plan_tit-left .plan_tit-plan {
    font-size: 1.6rem;
  }
}
.plan_contents-wrap .plan_contents-tit .plan_tit-left .plan_tit-status {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .plan_contents-wrap .plan_contents-tit .plan_tit-left .plan_tit-status {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 321px) {
  .plan_contents-wrap .plan_contents-tit .plan_tit-left .plan_tit-status {
    font-size: 1.5rem;
  }
}
.plan_contents-wrap .plan_contents-tit .plan_tit-left .plan_tit-status span {
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 321px) {
  .plan_contents-wrap .plan_contents-tit .plan_tit-left .plan_tit-status span {
    padding: 0.25em 0.25em;
  }
}
.plan_contents-wrap .plan_contents-tit .plan_tit-left .status-red {
  background: #d3343e;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#d3343e));
  background: linear-gradient(#ff0000 0%, #d3343e 100%);
}
.plan_contents-wrap .plan_contents-tit .plan_tit-left .status-green {
  background-color: #81a9a9;
}
.plan_contents-wrap .plan_contents-tit .plan_tit-left .status-gray {
  background-color: #666;
}
.plan_contents-wrap .plan_contents-tit .plan_tit-middle {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2%;
  border-left: 1px solid #81a9a9;
  border-right: 1px solid #81a9a9;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .plan_contents-wrap .plan_contents-tit .plan_tit-middle {
    width: 40%;
    font-size: 2rem;
    border-left: 2px solid #81a9a9;
    border-right: 2px solid #81a9a9;
  }
}
@media screen and (max-width: 321px) {
  .plan_contents-wrap .plan_contents-tit .plan_tit-middle {
    font-size: 1.2rem;
  }
}
.plan_contents-wrap .plan_contents-tit .plan_tit-middle .plan_tit-area li {
  margin-bottom: 0.25em;
}
.plan_contents-wrap .plan_contents-tit .plan_tit-middle .plan_tit-area li:last-child {
  margin-bottom: 0;
}
.plan_contents-wrap .plan_contents-tit .plan_tit-right {
  padding-left: 2%;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .plan_contents-wrap .plan_contents-tit .plan_tit-right {
    width: 30%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 321px) {
  .plan_contents-wrap .plan_contents-tit .plan_tit-right {
    font-size: 1.1rem;
  }
}
.plan_contents-wrap .plan_contents-tit .plan_tit-right .money-txt .number {
  font-family: Helvetica, Arial, "sans-serif", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .plan_contents-wrap .plan_contents-tit .plan_tit-right .money-txt .number {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 375px) {
  .plan_contents-wrap .plan_contents-tit .plan_tit-right .money-txt .number {
    font-size: 2rem;
  }
}
.plan_contents-wrap .accordion-title {
  margin: auto;
  position: relative;
  top: 0;
  width: 38px;
  height: 38px;
  margin-top: -10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .plan_contents-wrap .accordion-title {
    width: 50px;
    height: 50px;
    margin-top: -20px;
  }
}
.plan_contents-wrap .accordion-title.open {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.review-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #919191;
  padding: 3% 5%;
}
@media screen and (min-width: 768px) {
  .review-wrap {
    padding: 20px;
  }
}
.review-wrap:first-of-type {
  border-top: none;
}
.review-wrap.review-wrap-login {
  background-color: #f3f6f6;
}
.review-wrap .review-ico {
  width: 10%;
  margin-right: 3%;
}
.review-wrap .review-ico img {
  border-radius: 50%;
}
.review-wrap .review-txt {
  width: 87%;
  letter-spacing: 0;
}
.review-wrap .review-txt .review-name {
  font-weight: bold;
  margin-bottom: 0.2em;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .review-wrap .review-txt .review-name {
    font-size: 1.8rem;
  }
}
.review-wrap .review-txt .review-name .review_category-01 {
  color: #fff;
  background-color: #335BC1;
  padding: 0.1em 0.7em;
  margin-left: 0.5em;
}
.review-wrap .review-txt .review-name .review_category-pro {
  color: #fff;
  background-color: #DD4B4F;
  padding: 0.1em 0.7em;
  margin-left: 0.5em;
}
.review-wrap .review-txt dd {
  line-height: 1.35;
  font-size: 1.1rem;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .review-wrap .review-txt dd {
    font-size: 1.6rem;
  }
}
.review-wrap .review-txt .review-date {
  color: #808080;
}
.review-wrap .review-txt .review-image {
  margin: 2% 0;
}
.review-wrap .review-txt .review-image ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.review-wrap .review-txt .review-image ul li {
  height: 84px;
  margin-right: 1%;
  margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .review-wrap .review-txt .review-image ul li {
    height: 168px;
  }
}
.review-wrap .review-txt .review-image ul li img {
  height: 100%;
  width: auto;
}
.review-wrap .review-txt .review-helpful {
  color: #333;
  margin-top: 0.5em;
  font-size: 1.5rem;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .review-wrap .review-txt .review-helpful {
    font-size: 2.4rem;
  }
}
.review-wrap .review-txt .review-helpful button {
  background: none;
  border: 1px solid #666;
  border-radius: 20px;
  font-size: 1.2rem;
  margin-right: 0.5em;
  padding: 0.5em 1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .review-wrap .review-txt .review-helpful button {
    font-size: 1.8rem;
  }
}
.review-wrap .review-txt .review-helpful button:hover {
  cursor: pointer;
}
.review-wrap .review-txt .review-helpful button:hover .helpful-ico {
  background-image: url("../../img/front/form/ico_helpful-on.svg");
}
.review-wrap .review-txt .review-helpful button .helpful-ico {
  padding-left: 1em;
  background-image: url("../../img/front/form/ico_helpful-off.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 1.25em;
}
.review-wrap .review-txt .review-helpful button.active {
  background-color: #eee;
  color: #777;
  border: 1px solid #bbb;
}
.review-wrap .review-txt .review-helpful button.active .helpful-ico {
  background-image: url("../../img/front/form/ico_helpful-on.svg");
}
.review-wrap .review-txt .review-helpful button .eraser-ico {
  background-image: url("../../img/front/common/ico_eraser-01.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 1.5em;
}
.review-wrap .review-txt .review-helpful button .basket-ico {
  background-image: url("../../img/front/common/ico_basket-01.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 1.45em;
}
.review-wrap .review-txt .review-helpful .helpful-number {
  padding-top: 0.5em;
}

/*  .page_policy　プライバシーポリシー等
__________________________________________________________________*/
.page_policy {
  background-color: #fff;
}
.page_policy .policy-wrap {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  padding: 40px 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page_policy .policy-wrap {
    font-size: 1.3rem;
    padding: 5% 0;
  }
}
.page_policy .policy-wrap h2 {
  text-align: left;
  font-weight: bold;
  color: #231815;
  margin-bottom: 2%;
  border-left: 6px solid #81A9A9;
  padding: 0.1em 0 0.1em 0.5em;
  letter-spacing: 0.01em;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .page_policy .policy-wrap h2 {
    font-size: 3rem;
    border-left: 12px solid #81A9A9;
  }
}
.page_policy .policy-wrap h3 {
  margin: 0 auto 2%;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 1.4rem;
  color: #333;
  margin: 0 auto 0.5em;
  padding-left: 1.5em;
}
.page_policy .policy-wrap h3::before {
  content: "◆";
  color: #81A9A9;
  margin-right: 0.5em;
  margin-left: -1.5em;
}
@media screen and (min-width: 768px) {
  .page_policy .policy-wrap h3 {
    font-size: 2rem;
  }
}
.page_policy .policy-wrap h3.tit_green {
  color: #3d5c5c;
  padding-left: 0em;
}
.page_policy .policy-wrap h3.tit_green::before {
  content: "";
  margin-right: 0em;
  margin-left: 0em;
}
.page_policy .policy-wrap section {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_policy .policy-wrap section {
    margin-bottom: 40px;
  }
}
.page_policy .policy-wrap section p {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.page_policy .policy-wrap section a {
  color: #3d5c5c;
  text-decoration: underline;
}
.page_policy .policy-wrap section a:hover {
  text-decoration: none;
}
.page_policy .policy-wrap section a.a-target_blank {
  margin-left: 0.25em;
}
.page_policy .policy-wrap section a.a-target_blank::after {
  content: "";
  background: url("../../img/front/common/ico_targetblank.svg") no-repeat right center;
  background-size: 0.9em;
  padding-right: 1em;
  margin-left: 0.1em;
  margin-right: 0.25em;
}
.page_policy .policy-wrap section ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 0.25em;
}
.page_policy .policy-wrap section ol li {
  line-height: 1.5;
  margin-bottom: 0.25em;
  padding-left: 1.4em;
}
.page_policy .policy-wrap section ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  margin-left: -1.4em;
  font-weight: bold;
  color: #444;
  font-weight: normal;
}
.page_policy .policy-wrap section ol.parentheses_number li {
  line-height: 1.5;
  margin-bottom: 0.25em;
  padding-left: 1.9em;
}
.page_policy .policy-wrap section ol.parentheses_number li::before {
  counter-increment: item;
  content: "(" counter(item) ")";
  padding-right: 0.5em;
  margin-left: -1.9em;
  font-weight: bold;
  color: #444;
  font-weight: normal;
}
.page_policy .policy-wrap section ol.circle_number {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}
.page_policy .policy-wrap section ol.circle_number li {
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding-left: 2.25em;
}
.page_policy .policy-wrap section ol.circle_number li::before {
  counter-increment: item;
  content: counter(item);
  margin-left: -2.25em;
  margin-right: 0.5em;
  font-weight: bold;
  color: #3d5c5c;
  font-weight: normal;
  border: 1px solid #81A9A9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 0.25em 0.5em;
}
.page_policy .policy-wrap section dl {
  margin-bottom: 0.5em;
}
.page_policy .policy-wrap section dl dt {
  color: #81A9A9;
  font-weight: bold;
  margin-bottom: 0.1em;
}
.page_policy .policy-wrap section dl dd {
  line-height: 1.6;
}
.page_policy .policy-wrap section dl dd.dd_dots {
  margin-bottom: 0.25em;
  padding-left: 1em;
}
.page_policy .policy-wrap section dl dd.dd_dots::before {
  content: "・";
  margin-left: -1em;
  margin-right: 0.5em;
}
.page_policy .fixed_btn {
  float: right;
  z-index: 8000;
  position: fixed;
  bottom: 20px;
  right: 3%;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_policy .fixed_btn {
    width: 60px;
    bottom: 50px;
    right: 30px;
  }
}
.page_policy .fixed_btn a {
  display: block;
}
.page_policy .fixed_btn .fixed_btn-pagetop {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_policy .fixed_btn .fixed_btn-pagetop {
    width: 60px;
  }
}

/*  .page_login　ログインページ
__________________________________________________________________*/
.page_login {
  background-color: #fff;
  /* お店選択 ラジオボタン */
}
.page_login .tabBox .tabArea {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #81a9a9;
}
.page_login .tabBox .tabArea .one_tab {
  width: 50%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 1.45rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.8em 0.5em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page_login .tabBox .tabArea .one_tab {
    font-size: 2.6rem;
    padding: 0.75em 0.5em;
  }
}
.page_login .tabBox .tabArea .one_tab:hover {
  opacity: 0.7;
  text-decoration: none;
}
.page_login .tabBox .tabArea .one_tab:last-child {
  margin-right: 0;
}
.page_login .tabBox .tabArea .one_tab.select {
  background-color: #fff;
  color: #4d4d4d;
}
.page_login .tab_main {
  background-color: #fff;
  padding: 6% 0;
}
@media screen and (min-width: 768px) {
  .page_login .tab_main {
    padding: 60px 0;
  }
}
.page_login .main_entry {
  padding: 3% 0;
}
@media screen and (min-width: 768px) {
  .page_login .main_entry {
    padding: 30px 0;
  }
}
.page_login .main_entry h2 {
  margin-bottom: 0.5em;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_login .main_entry h2 {
    font-size: 3rem;
    margin-bottom: 0.25em;
  }
}
.page_login .main_entry h2 span {
  background-color: #DD4B4F;
  color: #fff;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page_login .main_entry h2 span {
    font-size: 2.5rem;
  }
}
.page_login .main_entry h3 {
  color: #D50000;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_login .main_entry h3 {
    font-size: 3.1rem;
  }
}
.page_login .main_entry h4 {
  color: #216887;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_login .main_entry h4 {
    font-size: 2.6rem;
  }
}
.page_login .main_entry h4 span {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_login .main_entry h4 span {
    font-size: 2.2rem;
  }
}
.page_login .main_entry .btn_block .aBtn_wrap {
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .page_login .main_entry .btn_block .aBtn_wrap {
    margin-bottom: 40px;
  }
}
.page_login .main_entry .btn_block a {
  display: block;
  width: 86%;
  margin: auto;
  padding: 0.75em 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .page_login .main_entry .btn_block a {
    width: 70%;
    font-size: 2.2rem;
  }
}
.page_login .main_practicable {
  padding: 3% 0;
}
@media screen and (min-width: 768px) {
  .page_login .main_practicable {
    padding: 30px 0;
  }
}
.page_login .main_practicable h2 {
  margin-bottom: 3%;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_login .main_practicable h2 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
.page_login .content-practicable {
  margin-bottom: 7%;
}
@media screen and (min-width: 768px) {
  .page_login .content-practicable {
    margin-bottom: 60px;
  }
}
.page_login .content-practicable h3 {
  background-color: #EEEADC;
  padding: 0.25em 5%;
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .page_login .content-practicable h3 {
    padding: 0.4em 20px;
    font-size: 2.4rem;
  }
}
.page_login .content-practicable h3::before {
  content: "▶";
  color: #829898;
}
.page_login .content-practicable h3.bg_pink {
  background-color: #E6CFCF;
}
.page_login .content-practicable h3.bg_green {
  background-color: #D1E0E0;
}
.page_login .content-practicable a {
  color: #335BC1;
  text-decoration: underline;
}
.page_login .content-practicable .practicable-list {
  width: 90%;
  margin: 0 auto 3%;
}
@media screen and (min-width: 768px) {
  .page_login .content-practicable .practicable-list {
    width: 94%;
  }
}
.page_login .content-practicable .practicable-list li {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_login .content-practicable .practicable-list li {
    font-size: 1.8rem;
  }
}
.page_login .content-practicable .practicable-list li::before {
  content: "";
  background: url("../../img/front/common/ico_check-01.svg") no-repeat left center;
  background-size: 1.2em;
  padding-left: 1.5em;
  padding-top: 0.2em;
  margin-left: -1.5em;
}
.page_login .content-practicable .btn_block h4 {
  color: #007683;
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_login .content-practicable .btn_block h4 {
    font-size: 2.4rem;
  }
}
.page_login .content-practicable .btn_block a {
  display: block;
  width: 86%;
  margin: auto;
  padding: 0.75em 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .page_login .content-practicable .btn_block a {
    width: 70%;
    font-size: 2.2rem;
  }
}
.page_login .content-practicable .btn_block .btn_block-2colum {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page_login .content-practicable .btn_block .btn_block-2colum {
    width: 86%;
  }
}
.page_login .content-practicable .btn_block .btn_block-2colum a {
  margin-right: 4%;
  padding: 1em 0 1em 1.5em;
}
.page_login .content-practicable .btn_block .btn_block-2colum .a_link-entry::after {
  content: "";
  background: url("../../img/front/common/ico_link-entry.svg") no-repeat right center;
  background-size: 3em;
  padding: 1em 3em 1em 0;
  margin-left: 0.75em;
}
.page_login .content-practicable .btn_block .btn_block-2colum .a_link-detail::after {
  content: "";
  background: url("../../img/front/common/ico_link-detail.svg") no-repeat right center;
  background-size: 3em;
  padding: 1em 3em 1em 0;
  margin-left: 0.75em;
}
.page_login .content-practicable .bg_gray {
  width: 92%;
  margin: 0 auto 0.75em;
  background-color: #F2F2F2;
  padding: 3% 5%;
  line-height: 1.5;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_login .content-practicable .bg_gray {
    width: 96%;
    padding: 0.75em 3%;
    font-size: 1.8rem;
  }
}
.page_login .main_shopEntry h2 {
  color: #4D4D4D;
  margin-bottom: 3%;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_login .main_shopEntry h2 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
}
.page_login .main_shopEntry h2 .h2_time {
  border: 1px solid #808080;
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
  font-weight: bold;
}
.page_login .main_shopEntry h2 .h2_time::before {
  content: "";
  background: url("../../img/front/common/ico_time-01.svg") no-repeat left center;
  padding-left: 1em;
  margin-right: 0.25em;
}
.page_login .main_shopEntry .content_shopRead {
  background-color: #F3E0D5;
  padding: 4% 0 5%;
}
@media screen and (min-width: 768px) {
  .page_login .main_shopEntry .content_shopRead {
    padding: 30px 0;
  }
}
.page_login .main_shopEntry .content_shopRead h3 {
  color: #D50000;
  margin-bottom: 0.25em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_login .main_shopEntry .content_shopRead h3 {
    font-size: 2.6rem;
  }
}
.page_login .main_shopEntry .content_shopRead p {
  margin-bottom: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_login .main_shopEntry .content_shopRead p {
    font-size: 1.8rem;
  }
}
.page_login .main_shopEntry .content_shopRead-flow {
  background-color: #fff;
  padding: 3%;
}
@media screen and (min-width: 768px) {
  .page_login .main_shopEntry .content_shopRead-flow {
    padding: 30px;
  }
}
.page_login .main_shopEntry .content_shopRead-flow h3 {
  margin-bottom: 0.75em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_login .main_shopEntry .content_shopRead-flow h3 {
    font-size: 2.4rem;
  }
}
.page_login .main_shopEntry .content_shopRead-flow p {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_login .main_shopEntry .content_shopRead-flow p {
    font-size: 1.6rem;
  }
}
.page_login .main_shopEntry .content_shopSearch {
  padding: 4% 0 0;
}
@media screen and (min-width: 768px) {
  .page_login .main_shopEntry .content_shopSearch {
    padding: 40px 0 0;
  }
}
.page_login .main_shopEntry .content_shopSearch p {
  margin-bottom: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_login .main_shopEntry .content_shopSearch p {
    font-size: 1.6rem;
  }
}
.page_login .shopRead-wrap {
  padding: 3% 0;
}
@media screen and (min-width: 768px) {
  .page_login .shopRead-wrap {
    padding: 30px 0;
  }
}
.page_login .shopEntry-wrap {
  padding: 3% 0;
}
@media screen and (min-width: 768px) {
  .page_login .shopEntry-wrap {
    padding: 30px 0;
  }
}
.page_login .shopEntry-wrap .h3_redDia {
  margin: 0 auto 0.5em;
  color: #D50000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .page_login .shopEntry-wrap .h3_redDia {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page_login .shopEntry-wrap .h3_redDia {
    width: 90%;
  }
}
.page_login .shopEntry-wrap .h3_redDia::before {
  content: "◆";
  margin-right: 0.25em;
}
.page_login .shopSearch_block {
  margin: auto;
  max-width: 750px;
  width: 100%;
}
.page_login .shopSearch_block label {
  width: 85%;
}
.page_login .shopSearch_block label input[type=search] {
  width: 100%;
  padding: 0.75em 0.5em;
  border: 1px solid #919191;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  -webkit-appearance: textfield;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page_login .shopSearch_block label input[type=search] {
    font-size: 1.8rem;
  }
}
.page_login .shopSearch_block .search_btn {
  width: 15%;
  border: none;
  background: url("../../img/front/common/ico_search-white.svg") no-repeat center center #ABABAB;
  background-size: 40%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page_login .shopSearch_block .search_btn {
    background-size: 30%;
  }
}
.page_login .shopSearch_block .search_btn:hover {
  cursor: pointer;
  background-color: #808080;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page_login .shopSearch_block.mb30 {
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .page_login .shopSearch_block.mb30 {
    margin-bottom: 30px;
  }
}
.page_login .content_selectShop h3 {
  padding: 0 5% 0.25em;
  margin: 0 auto 3%;
  border-bottom: 1px solid #ABABAB;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_login .content_selectShop h3 {
    padding: 0 0 0.25em;
    margin: 0 auto 10px;
    border-bottom: none;
    font-size: 1.8rem;
  }
}
.page_login .content_selectShop .selectShop-read {
  width: 90%;
  margin: 0 auto 3%;
  background-color: #F3E0D5;
  padding: 3%;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_login .content_selectShop .selectShop-read {
    width: 100%;
    padding: 20px;
    font-size: 1.8rem;
  }
}
.page_login .selectShop-list .radio-input {
  display: none;
}
.page_login .selectShop-list .radio-input + label {
  display: block;
  width: 100%;
  padding-left: 30px;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_login .selectShop-list .radio-input + label {
    font-size: 2.2rem;
    padding-left: 40px;
  }
}
.page_login .selectShop-list .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ABABAB;
  border-radius: 50%;
}
.page_login .selectShop-list .radio-input + label:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page_login .selectShop-list .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: 4px;
  width: 16px;
  height: 16px;
  background: #335BC1;
  border-radius: 50%;
}
.page_login .selectShop-list .radio-input:disabled + label::before {
  border: none;
}
.page_login .selectShop-list .radio-input:disabled + label:hover {
  cursor: default;
  opacity: 1;
}
.page_login .selectShop-list .selectShop-item {
  padding: 0 3% 3%;
  margin-bottom: 3%;
  border-bottom: 1px solid #ABABAB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_login .selectShop-list .selectShop-item:last-child {
  border-bottom: none;
}
.page_login .selectShop-list .selectShop-item .selectShop_name {
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 0;
  line-height: 1.3;
}
.page_login .selectShop-list .selectShop-item .selectShop_name span {
  font-weight: bold;
  margin-right: 0.5em;
  display: inline-block;
}
.page_login .selectShop-list .selectShop-item .selectShop_name span:last-child {
  margin-right: 0;
}
.page_login .selectShop-list .selectShop-item .selectShop_flex {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2%;
}
.page_login .selectShop-list .selectShop-item .selectShop_flex .selectShop_img {
  width: 23.5%;
  margin-right: 3%;
  position: relative;
}
.page_login .selectShop-list .selectShop-item .selectShop_flex .selectShop_img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page_login .selectShop-list .selectShop-item .selectShop_flex .selectShop_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.page_login .selectShop-list .selectShop-item .selectShop_flex .selectShop_detail {
  width: 73.5%;
}
.page_login .selectShop-list .selectShop-item .selectShop_detail-area {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 1%;
}
.page_login .selectShop-list .selectShop-item .selectShop_detail-area li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_login .selectShop-list .selectShop-item .selectShop_detail-area li {
    font-size: 1.8rem;
  }
}
.page_login .selectShop-list .selectShop-item .selectShop_detail-area li::after {
  content: "｜";
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.page_login .selectShop-list .selectShop-item .selectShop_detail-area li:last-child::after {
  content: "";
}
.page_login .selectShop-list .selectShop-item .selectShop_detail-genre {
  font-size: 0;
  letter-spacing: 0;
}
.page_login .selectShop-list .selectShop-item .selectShop_detail-genre li {
  display: inline-block;
  background-color: #EBE7D9;
  padding: 0.25em;
  margin: 0 0.25em 0.25em 0;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_login .selectShop-list .selectShop-item .selectShop_detail-genre li {
    font-size: 1.8rem;
  }
}
.page_login .selectShop-list .selectShop-item .selectShop_detail-title {
  width: 100%;
  margin-bottom: 0.2em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: clip;
  -webkit-text-overflow: clip;
  /* Safari */
  -o-text-overflow: clip;
  /* Opera */
}
@media screen and (min-width: 768px) {
  .page_login .selectShop-list .selectShop-item .selectShop_detail-title {
    font-size: 2.6rem;
  }
}
.page_login .selectShop-list .selectShop-item .selectShop_detail-address {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_login .selectShop-list .selectShop-item .selectShop_detail-address {
    font-size: 1.8rem;
  }
}
.page_login .selectShop-list .selectShop-item .selectShop_status {
  color: #64A9A9;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_login .selectShop-list .selectShop-item .selectShop_status {
    font-size: 2.2rem;
  }
}
.page_login .selectShop-list .selectShop-item .selectShop_status.status_red {
  color: #D50000;
}
.page_login .img_confirm {
  margin-bottom: 2%;
}
.page_login .thank_border-txt {
  width: 90%;
  margin: 8% auto 5%;
  text-align: center;
  padding: 1em 0.5em;
  border: 2px solid #4D4D4D;
  border-radius: 5px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .page_login .thank_border-txt {
    margin: 50px auto 50px;
    border-radius: 10px;
    font-size: 2.4rem;
  }
}
.page_login .thank_border-txt .txt_bold {
  font-weight: bold;
  color: #4D4D4D;
}
.page_login .thank_border-txt .txt_general {
  color: #333;
  margin-top: 1.5em;
}
.page_login .thank_read-txt {
  width: 90%;
  margin: 0 auto 2%;
}
.page_login .thank_read-txt p {
  margin-bottom: 2em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page_login .thank_read-txt p {
    font-size: 1.8rem;
  }
}
.page_login .thank_read-txt .txt_red-bold {
  font-weight: bold;
  color: #CC0000;
}
.page_login .fixed_btn {
  float: right;
  z-index: 8000;
  position: fixed;
  bottom: 20px;
  right: 3%;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_login .fixed_btn {
    width: 60px;
    bottom: 50px;
    right: 30px;
  }
}
.page_login .fixed_btn a {
  display: block;
}
.page_login .fixed_btn .fixed_btn-pagetop {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_login .fixed_btn .fixed_btn-pagetop {
    width: 60px;
  }
}
.page_login .fixed_btn.fixed_btn-bottomPlus {
  bottom: 58px;
}
@media screen and (min-width: 768px) {
  .page_login .fixed_btn.fixed_btn-bottomPlus {
    bottom: 70px;
  }
}
.page_login .accordion-content {
  display: none;
  padding: 0;
}
.page_login .accordion-content .item_wrap-acc {
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .page_login .accordion-content .item_wrap-acc {
    margin-bottom: 4%;
    padding: 0 2%;
  }
}
.page_login .accordion-content .item_wrap-acc:last-child {
  margin-bottom: 0;
}
.page_login .accordion-content .item_wrap-acc .pdPlus {
  padding: 0 1%;
}
@media screen and (max-width: 768px) {
  .page_login .accordion-content .item_wrap-acc .pdPlus {
    padding: 0 2%;
  }
}
.page_login .accordion-container {
  position: relative;
  width: 100%;
  margin: 1% auto 0;
  outline: 0;
}
.page_login .accordion-container .accordion-title {
  display: inline-block;
  position: relative;
  margin: 0 auto 0.5em;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
  color: #003396;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .page_login .accordion-container .accordion-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page_login .accordion-container .accordion-title {
    margin: 0 5% 0.5em;
  }
}
.page_login .accordion-container .accordion-title:hover {
  color: #003396;
  text-decoration: none;
}
.page_login .accordion-container .accordion-title:hover i::before {
  color: #003396;
}
.page_login .accordion-container .accordion-title:hover i:active {
  color: #003396;
}
.page_login .accordion-container .accordion-title:active {
  color: #003396;
}
.page_login .accordion-container .content-entry.open .accordion-title {
  color: #003396;
}
.page_login .accordion-container .content-entry.open i {
  color: #003396;
}
.page_login .accordion-title {
  position: relative;
}
.page_login .accordion-title::after {
  content: "";
  position: absolute;
  top: 30%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-left: 0.5em;
  width: 8px;
  height: 8px;
  border-top: solid 2px #003396;
  border-right: solid 2px #003396;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.page_login .accordion-title.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.thank_border-txt {
  width: 90%;
  margin: 8% auto 5%;
  text-align: center;
  padding: 1em 0.5em;
  border: 2px solid #4D4D4D;
  border-radius: 5px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .thank_border-txt {
    margin: 50px auto 50px;
    border-radius: 10px;
    font-size: 2.4rem;
  }
}
.thank_border-txt .txt_bold {
  font-weight: bold;
  color: #4D4D4D;
}
.thank_border-txt .txt_general {
  color: #333;
  margin-top: 1.5em;
}

.thank_read-txt {
  width: 90%;
  margin: 0 auto 2%;
}
.thank_read-txt p {
  margin-bottom: 2em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .thank_read-txt p {
    font-size: 1.8rem;
  }
}
.thank_read-txt .txt_red-bold {
  font-weight: bold;
  color: #CC0000;
}

/*  .page_contact　お問い合わせページ
__________________________________________________________________*/
.page_contact {
  background-color: #fff;
}
.page_contact .fixed_btn {
  float: right;
  z-index: 8000;
  position: fixed;
  bottom: 20px;
  right: 3%;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_contact .fixed_btn {
    width: 60px;
    bottom: 50px;
    right: 30px;
  }
}
.page_contact .fixed_btn a {
  display: block;
}
.page_contact .fixed_btn .fixed_btn-pagetop {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_contact .fixed_btn .fixed_btn-pagetop {
    width: 60px;
  }
}
.page_contact .main_contact-inner {
  padding: 3% 0;
}
@media screen and (min-width: 768px) {
  .page_contact .main_contact-inner {
    padding: 30px 0;
  }
}
.page_contact h2 {
  color: #4D4D4D;
  margin-bottom: 0.5em;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_contact h2 {
    font-size: 3rem;
    margin-bottom: 0.25em;
  }
}
.page_contact .read_txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page_contact .read_txt {
    margin-bottom: 4%;
  }
}
.page_contact .read_txt p {
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_contact .read_txt p {
    font-size: 1.6rem;
  }
}
.page_contact .thank_txt-wrap {
  padding: 0 2%;
}
.page_contact .thank_txt-wrap h2 {
  text-align: center;
  padding: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .page_contact .thank_txt-wrap h2 {
    padding-top: 4% 0 2%;
  }
}
.page_contact .thank_txt-wrap p {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .page_contact .thank_txt-wrap p {
    font-size: 1.4rem;
  }
}

/*  .page_faq　よくあるご質問ページ
__________________________________________________________________*/
.page_faq {
  background-color: #fff;
}
.page_faq .fixed_btn {
  float: right;
  z-index: 8000;
  position: fixed;
  bottom: 20px;
  right: 3%;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_faq .fixed_btn {
    width: 60px;
    bottom: 50px;
    right: 30px;
  }
}
.page_faq .fixed_btn a {
  display: block;
}
.page_faq .fixed_btn .fixed_btn-pagetop {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_faq .fixed_btn .fixed_btn-pagetop {
    width: 60px;
  }
}
.page_faq .main_faq-inner {
  padding: 3% 0 0;
}
@media screen and (min-width: 768px) {
  .page_faq .main_faq-inner {
    padding: 30px 0 0;
  }
}
.page_faq h2 {
  color: #4D4D4D;
  margin-bottom: 0.5em;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_faq h2 {
    font-size: 3rem;
    margin-bottom: 0.25em;
  }
}
.page_faq .read_txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page_faq .read_txt {
    margin-bottom: 4%;
  }
}
.page_faq .read_txt p {
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_faq .read_txt p {
    font-size: 1.6rem;
  }
}
.page_faq .faqSearch_block {
  margin: 0 auto 4%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page_faq .faqSearch_block {
    margin: 0 auto 5%;
  }
}
.page_faq .faqSearch_block label {
  position: relative;
  width: 100%;
  border: 1px solid #333;
  border-radius: 40px;
}
.page_faq .faqSearch_block label input[type=search] {
  width: calc(100% - 68px);
  padding: 0.75em 2em;
  background-color: inherit;
  border: none;
  border-radius: 40px;
  font-size: 1.8rem;
  -webkit-appearance: textfield;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page_faq .faqSearch_block label input[type=search] {
    font-size: 1.4rem;
    padding: 0.75em 1.5em;
    width: calc(100% - 48px);
  }
}
.page_faq .faqSearch_block label input[type=search]:focus {
  outline: 0;
}
.page_faq .faqSearch_block .search_btn {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  width: 38px;
  border: none;
  background: url("../../img/front/common/btn_faq-search.svg") no-repeat right center;
  background-size: 100%;
  margin: 0;
}
.page_faq .faqSearch_block .search_btn:hover {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .page_faq .faqSearch_block .search_btn {
    width: 28px;
    right: 20px;
  }
}
.page_faq .faq_link-wrap {
  margin: 0 auto 4%;
}
.page_faq .faq_link-wrap .faq_link-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_faq .faq_link-wrap .faq_link-list li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.page_faq .faq_link-wrap .faq_link-list li:nth-child(2n) {
  margin-right: 0;
}
.page_faq .faq_link-wrap .faq_link-list li a {
  display: block;
  color: #fff;
  background-color: #6B938E;
  height: 100%;
  border-radius: 3px;
  padding: 0.7em 0.5em 0.75em;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .page_faq .faq_link-wrap .faq_link-list li a {
    font-size: 1.4rem;
  }
}
.page_faq .section_faq {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_faq .section_faq {
    margin-bottom: 50px;
  }
}
.page_faq .section_faq h3 {
  background-color: #F7F8EB;
  color: #D50000;
  padding: 0.5em 1em;
  margin: 0 auto 0.75em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page_faq .section_faq h3 {
    padding: 0.5em 5%;
    font-size: 1.4rem;
  }
}
.page_faq .section_faq .faq-Q {
  color: #6B938E;
  padding-top: 10px;
  padding-left: 56px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page_faq .section_faq .faq-Q {
    font-size: 1.4rem;
    padding-top: 0;
    padding-left: 28px;
    margin-bottom: 5px;
  }
}
.page_faq .section_faq .faq-Q::before {
  content: "";
  background: url("../../img/front/common/ico_faq-q.svg") no-repeat left top;
  background-size: contain;
  padding: 12px 0 12px 46px;
  margin-right: 10px;
  margin-left: -56px;
}
@media screen and (max-width: 768px) {
  .page_faq .section_faq .faq-Q::before {
    padding: 5px 0 10px 23px;
    margin-right: 5px;
    margin-left: -28px;
  }
}
.page_faq .section_faq .faq-A {
  padding-left: 56px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page_faq .section_faq .faq-A {
    font-size: 1.4rem;
    padding-top: 0;
    padding-left: 28px;
  }
}
.page_faq .section_faq .faq-A::before {
  content: "";
  background: url("../../img/front/common/ico_faq-a.svg") no-repeat left top;
  background-size: contain;
  padding: 0px 0 46px 46px;
  margin-right: 10px;
  margin-left: -56px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page_faq .section_faq .faq-A::before {
    padding: 0 0 10px 23px;
    margin-right: 5px;
    margin-left: -28px;
  }
}
.page_faq .section_faq .faq-A h4 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-top: -12px;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .page_faq .section_faq .faq-A h4 {
    font-size: 1.4rem;
    margin-top: -14px;
  }
}
.page_faq .section_faq .faq-A p {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .page_faq .section_faq .faq-A p {
    font-size: 1.4rem;
  }
}
.page_faq .section_faq .content_faq-wrap {
  border-bottom: 1px solid #A4A4A4;
  padding-bottom: 4%;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .page_faq .section_faq .content_faq-wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.page_faq .accordion-wrap .btn {
  float: right;
  color: #335BC1;
  text-align: right;
  padding-right: 30px;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .page_faq .accordion-wrap .btn {
    font-size: 1.2rem;
    padding-right: 20px;
  }
}
.page_faq .accordion-wrap .btn::after {
  content: "";
  position: absolute;
  top: 30%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-left: 0.5em;
  width: 8px;
  height: 8px;
  border-top: solid 2px #003396;
  border-right: solid 2px #003396;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .page_faq .accordion-wrap .btn::after {
    width: 6px;
    height: 6px;
    top: 25%;
  }
}
.page_faq .accordion-wrap .btn:hover {
  cursor: pointer;
  text-decoration: underline;
  opacity: 1;
}
.page_faq .accordion-wrap .btn.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

/*  .page_review　レビュー投稿
__________________________________________________________________*/
.page_review {
  background-color: #fff;
}
.page_review .fixed_btn {
  float: right;
  z-index: 8000;
  position: fixed;
  bottom: 20px;
  right: 3%;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_review .fixed_btn {
    width: 60px;
    bottom: 50px;
    right: 30px;
  }
}
.page_review .fixed_btn a {
  display: block;
}
.page_review .fixed_btn .fixed_btn-pagetop {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_review .fixed_btn .fixed_btn-pagetop {
    width: 60px;
  }
}
.page_review .page_review-form {
  min-height: 82vh;
}
.page_review .page_thank-form {
  min-height: 55vh;
}
.page_review .content_review-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 5% auto;
}
@media screen and (min-width: 768px) {
  .page_review .content_review-wrap {
    margin: 50px auto;
  }
}
.page_review .content_review-inner {
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page_review .content_review-inner {
    width: 94%;
  }
}
.page_review .content_review-tit {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_review .content_review-tit {
    margin-bottom: 40px;
  }
}
.page_review .content_review-tit .review-tit {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_review .content_review-tit .review-tit {
    font-size: 2.8rem;
  }
}
.page_review .content_review-tit .review-tit-company {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_review .content_review-tit .review-tit-company {
    font-size: 2rem;
  }
}
.page_review .review-profile-tit {
  background-color: #216887;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .page_review .review-profile-tit {
    font-size: 2.4rem;
  }
}
.page_review .content_review {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_review .content_review {
    margin-bottom: 40px;
  }
}
.page_review .content_review h4 {
  background-color: #eaeaea;
  padding: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_review .content_review h4 {
    font-size: 1.6rem;
  }
}
.page_review .content_review .review-profile-name {
  font-size: 1.5rem;
  padding: 0 1%;
}
@media screen and (min-width: 768px) {
  .page_review .content_review .review-profile-name {
    font-size: 2.2rem;
  }
}
.page_review .content_block {
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .page_review .content_block {
    margin-bottom: 30px;
  }
}
.page_review .review_label {
  display: block;
  background-color: #e1eaea;
  color: #666;
  padding: 0.4em 4%;
  margin-bottom: 0.75em;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_review .review_label {
    padding: 0.4em 3%;
    font-size: 1.6rem;
  }
}
.page_review .mandatory {
  display: inline-block;
  color: #fff;
  background-color: #cc0000;
  padding: 0.25em 0.5em;
  border-radius: 5px;
  margin-left: 0.75em;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page_review .mandatory {
    font-size: 1.4rem;
  }
}
.page_review .content_review-txt {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .page_review .content_review-txt {
    font-size: 1.6rem;
  }
}
.page_review .inputW100 {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  padding: 0.5em;
  border: 1px solid #808080;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .page_review .inputW100 {
    font-size: 1.6rem;
  }
}
.page_review .radioBox {
  margin-bottom: 1em;
}
.page_review textarea {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  padding: 0.5em;
  margin-bottom: 0.25em;
  border: 1px solid #808080;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .page_review textarea {
    font-size: 1.6rem;
  }
}
.page_review .counter {
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_review .counter {
    font-size: 1.4rem;
  }
}
.page_review .review_image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_review .review_image p {
  width: 32%;
  position: relative;
  display: inline-block;
}
.page_review .review_image p::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page_review .review_image p img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
  z-index: 1;
}
.page_review .review_image .btn_close {
  position: absolute;
  background-color: inherit;
  border: none;
  padding: 0;
  width: 28px;
  height: 28px;
  z-index: 2;
  top: 2px;
  right: 2px;
}
@media screen and (min-width: 768px) {
  .page_review .review_image .btn_close {
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
  }
}
.page_review .review_image-item {
  margin-right: 2%;
}
.page_review .review_image-item:nth-child(3n) {
  margin-right: 0;
}
.page_review .review_image-wrap {
  width: 100%;
}
.page_review .review_image-wrap label > input {
  display: none;
  /* アップロードボタンのスタイルを無効にする */
}
.page_review .review_image-wrap label {
  color: #AAAAAA;
  /* ラベルテキストの色を指定する */
  background-color: #dedede;
  /* ラベルの背景色を指定する */
  padding: 10px;
  /* ラベルとテキスト間の余白を指定する */
  display: block;
  width: 32%;
  min-height: 62px;
  display: block;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .page_review .review_image-wrap label {
    min-height: 114px;
  }
}
.page_review .review_image-wrap label span {
  position: absolute;
  color: #333;
  background: url("../../img/front/common/ico_camera-01.svg") no-repeat center 10px;
  background-size: 32px;
  padding: 42px 0 10px;
  display: block;
  text-align: center;
  line-height: 1;
  width: 100%;
  font-size: 1.2rem;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page_review .review_image-wrap label span {
    background-size: 64px;
    padding: 74px 0 10px;
    font-size: 1.6rem;
  }
}
.page_review .privacy_check-wrap {
  padding: 4% 5%;
  margin: auto;
  border-top: 1px solid #4d4d4d;
  text-align: center;
}
.page_review .privacy_check-wrap .check_inlineBlock {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_review .privacy_check-wrap .check_inlineBlock {
    font-size: 1.8rem;
  }
}
.page_review .link_txt {
  color: #003396;
  text-decoration: underline;
}
.page_review .privacy_btn-wrap {
  text-align: center;
  width: 90%;
  margin: auto;
}
.page_review .privacy_btn-wrap .btnArea {
  color: #fff;
  display: inline-block;
  width: 49%;
  font-size: 1.4rem;
  padding: 1em 1.5em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.page_review .privacy_btn-wrap .btnArea:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .page_review .privacy_btn-wrap .btnArea {
    font-size: 2rem;
  }
}
.page_review .privacy_btn-wrap .btnArea._check {
  background: -ms-linear-gradient(90deg, #c94b53 0%, #c94b53 49.9%, #d95159 50%, #d95159 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C94B53', endColorstr='#D95159' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#c94b53), color-stop(49.9%, #c94b53), color-stop(50%, #d95159), to(#d95159));
  background: linear-gradient(0deg, #c94b53 0%, #c94b53 49.9%, #d95159 50%, #d95159 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D95159",endColorstr="#C94B53" , GradientType=0);
}
.page_review .privacy_btn-wrap .btnArea.btn_Gwhite {
  color: #333333;
  border: 1px solid #969696;
}
.page_review .privacy_btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  margin: auto;
}
.page_review .privacy_btn-flex .btnArea {
  width: 49%;
}
.page_review .review-wrap-confirm {
  border: none;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  width: 94%;
  padding: 3% 3%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page_review .review-wrap-confirm {
    padding: 20px;
  }
}
.page_review .content_review-confirmFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92%;
  margin: 0 auto 0.25em;
}
@media screen and (min-width: 768px) {
  .page_review .content_review-confirmFlex {
    width: 94%;
  }
}
.page_review .content_review-confirmFlex h3 {
  color: #262626;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_review .content_review-confirmFlex h3 {
    font-size: 2.4rem;
  }
}
.page_review .content_review-confirmFlex .review_edit-link {
  text-align: right;
  color: #003396;
  font-size: 1.4rem;
  text-decoration: underline;
}
.page_review .content_review-confirmFlex .review_edit-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .page_review .content_review-confirmFlex .review_edit-link {
    font-size: 1.8rem;
  }
}
.page_review .content_review-confirm {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .page_review .content_review-confirm {
    margin-bottom: 70px;
  }
}
.page_review .content_reviewThank {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .page_review .content_reviewThank {
    margin-bottom: 70px;
  }
}
.page_review .content_reviewThank .reviewThank-tit {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .page_review .content_reviewThank .reviewThank-tit {
    font-size: 2.6rem;
  }
}
.page_review .reviewThank-txt {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .page_review .reviewThank-txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .page_review .reviewThank-txt.pc_center {
    text-align: center;
  }
}
.page_review .content_review-delete {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .page_review .content_review-delete {
    margin-bottom: 70px;
  }
}
.page_review .content_review-delete h3 {
  padding: 0.25em 0 0.25em 1.5em;
  margin-bottom: 0.5em;
  background: url("../../img/front/common/ico_basket-02.svg") no-repeat left center;
  background-size: 1.2em;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_review .content_review-delete h3 {
    font-size: 2.6rem;
  }
}
.page_review .content_review-delete h4 {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_review .content_review-delete h4 {
    text-align: left;
    font-size: 2rem;
  }
}

/*  .page_questionnaire　アンケート関連
__________________________________________________________________*/
.page_questionnaire {
  background-color: #fff;
}
.page_questionnaire .questionnaire_main {
  min-height: 98vh;
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .questionnaire_main {
    padding: 40px 0;
  }
}
.page_questionnaire .questionnaire_main-thank {
  min-height: 60vh;
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .questionnaire_main-thank {
    padding: 40px 0;
  }
}
.page_questionnaire .questionnaire_lead {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .questionnaire_lead {
    margin-bottom: 40px;
  }
}
.page_questionnaire .questionnaire_lead .lead_tit-slash {
  color: #231815;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .questionnaire_lead .lead_tit-slash {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.page_questionnaire .questionnaire_lead .lead_tit-slash span {
  font-weight: bold;
}
.page_questionnaire .questionnaire_lead .lead_tit-slash::before {
  content: "";
  position: absolute;
  border-left: 4px solid #81a9a9;
  padding-left: 4px;
  height: 100%;
  left: 4px;
  top: 0;
  transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
}
.page_questionnaire .questionnaire_lead .lead_tit-slash::after {
  content: "";
  position: absolute;
  border-right: 4px solid #81a9a9;
  padding-right: 4px;
  height: 100%;
  right: 4px;
  top: 0;
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}
.page_questionnaire .questionnaire_lead-txt {
  color: #000;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .questionnaire_lead-txt {
    font-size: 1.8rem;
  }
}
.page_questionnaire .container {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .container {
    width: 94%;
    margin: 0 auto 40px;
  }
}
.page_questionnaire .container .container-inner {
  width: 98%;
  margin: 0 auto 4%;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .container .container-inner {
    margin: 0 auto 30px;
  }
}
.page_questionnaire .container.bb_line {
  border-bottom: 1px solid #808080;
  padding-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .container.bb_line {
    padding-bottom: 10px;
  }
}
.page_questionnaire .confirm-tit {
  background-color: #eaeaea;
  padding: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .confirm-tit {
    font-size: 1.6rem;
  }
}
.page_questionnaire .confirm-txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .confirm-txt {
    font-size: 1.8rem;
  }
}
.page_questionnaire .questionnaire_event-tit {
  background-color: #f7f8eb;
  border-left: 4px solid #81a9a9;
  padding: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .questionnaire_event-tit {
    border-left: 6px solid #81a9a9;
    font-size: 2.4rem;
  }
}
.page_questionnaire .questionnaire_event-txt {
  margin-bottom: 0.25em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .questionnaire_event-txt {
    font-size: 2.2rem;
  }
}
.page_questionnaire .questionnaire_event-txt span {
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .questionnaire_event-txt span {
    font-size: 3rem;
  }
}
.page_questionnaire .questionnaire_label {
  background-color: #f7f8eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5em 3%;
  margin-bottom: 16px;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .questionnaire_label {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.page_questionnaire .questionnaire_label .questionnaire_label-tag {
  width: 50px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .questionnaire_label .questionnaire_label-tag {
    width: 80px;
    font-size: 1.6rem;
  }
}
.page_questionnaire .questionnaire_label .questionnaire_label-txt {
  width: calc(100% - 50px);
}
@media screen and (min-width: 768px) {
  .page_questionnaire .questionnaire_label .questionnaire_label-txt {
    width: calc(100% - 80px);
  }
}
.page_questionnaire .tag_red {
  color: #fff;
  display: inline-block;
  background-color: #db0014;
  border-radius: 3px;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
}
.page_questionnaire .tag_green {
  color: #fff;
  display: inline-block;
  background-color: #81a9a9;
  border-radius: 3px;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
}
.page_questionnaire textarea {
  width: 100%;
  display: block;
  font-size: 1.3rem;
  padding: 0.5em;
  border: 1px solid #808080;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .page_questionnaire textarea {
    font-size: 1.6rem;
  }
}
.page_questionnaire .InputInline {
  width: 4em;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0.5em;
  margin: 0 0.25em;
  border: 1px solid #808080;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .InputInline {
    font-size: 1.6rem;
  }
}
.page_questionnaire .InputBlock {
  width: 100%;
  display: block;
  font-size: 1.3rem;
  padding: 0.5em;
  margin: 0 0.25em;
  border: 1px solid #808080;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .InputBlock {
    font-size: 1.6rem;
  }
}
.page_questionnaire .radioBox .radio .radio-input + label {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .radioBox .radio .radio-input + label {
    font-size: 2rem;
  }
}
.page_questionnaire .meetingDay-wrap {
  margin: 3% auto 5%;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .meetingDay-wrap {
    margin: 10px auto 40px;
  }
}
.page_questionnaire .meetingDay-wrap .meetingDay-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .meetingDay-wrap .meetingDay-flex {
    font-size: 1.8rem;
  }
}
.page_questionnaire .meetingDay-wrap .meetingDay-flex p {
  width: 75px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .meetingDay-wrap .meetingDay-flex p {
    width: 150px;
    font-size: 2rem;
  }
}
.page_questionnaire .meetingDay-wrap .meetingDay-flex label {
  width: calc(100% - 75px);
  position: relative;
  display: inline-block;
  max-width: 500px;
  height: 3em;
  border: 1px solid #808080;
  border-radius: 5px;
}
.page_questionnaire .meetingDay-wrap .meetingDay-flex .meetingDay-Input::before {
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
  width: 20px;
  height: 100%;
  background-image: url("../../img/front/common/ico_calendar-02.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .meetingDay-wrap .meetingDay-flex .meetingDay-Input::before {
    width: 36px;
  }
}
.page_questionnaire .meetingDay-wrap .meetingDay-flex .meetingTime-Input::before {
  position: absolute;
  content: "";
  top: 0;
  right: 15px;
  width: 10px;
  height: 100%;
  background-image: url("../../img/front/common/ico_arrow-down03.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .meetingDay-wrap .meetingDay-flex .meetingTime-Input::before {
    width: 20px;
    right: 18px;
  }
}
.page_questionnaire .meetingDay-wrap .meetingDay-flex input {
  position: relative;
  padding: 0 10px;
  width: 100%;
  max-width: 500px;
  height: 100%;
  padding: 0.5em;
  border: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #999;
}
.page_questionnaire .meetingDay-wrap .meetingDay-flex input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.page_questionnaire .meetingDay-wrap .meetingDay-flex input::-webkit-clear-button {
  -webkit-appearance: none;
}
.page_questionnaire .meetingDay-wrap .meetingDay-flex input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 10px;
  top: 0px;
  padding: 0;
  width: 36px;
  height: 100%;
  background: none;
  color: transparent;
  cursor: pointer;
}
.page_questionnaire .form_send-btn {
  text-align: center;
  margin: 7% auto 0;
  margin-top: 7%;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .form_send-btn {
    margin: 70px auto 0;
  }
}
.page_questionnaire .form_send-btn .btn_confirm {
  color: #fff;
  padding: 1em 3.5em;
  border: none;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .form_send-btn .btn_confirm {
    font-size: 2.4rem;
  }
}
.page_questionnaire .form_send-btn .btn_modification {
  color: #333;
  width: 35%;
  padding: 1em 1em;
  border: 1px solid #969696;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .form_send-btn .btn_modification {
    font-size: 2.4rem;
  }
}
.page_questionnaire .form_send-btn .btn_send {
  color: #fff;
  width: 63%;
  padding: 1em 1em;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .form_send-btn .btn_send {
    font-size: 2.8rem;
  }
}
.page_questionnaire .form_send-flex {
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page_questionnaire .container_thank {
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .container_thank {
    margin-top: 100px;
  }
}
.page_questionnaire .container_thank h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #db0014;
  margin-bottom: 1.5em;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .container_thank h2 {
    font-size: 2.8rem;
  }
}
.page_questionnaire .container_thank h2::before {
  content: "";
  background: url("../../img/front/common/ico_mail-01.svg") no-repeat left center;
  background-size: contain;
  display: inline-block;
  padding: 0em 0 1.5em 1.5em;
  margin-right: 0.5em;
}
.page_questionnaire .container_thank p {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_questionnaire .container_thank p {
    font-size: 1.8rem;
  }
}

.questionnaire_event-first {
  padding-top: 5%;
}
@media screen and (min-width: 768px) {
  .questionnaire_event-first {
    padding-top: 40px;
  }
}

/* 5段階評価 */
.fifthEvaluation {
  border: none;
  padding: 0;
  margin: 0 0 0.5em;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fifthEvaluation .radio-inline__input {
  width: 19%;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  cursor: pointer;
}
.fifthEvaluation .radio-inline__label {
  display: inline-block;
  background-color: #ececf0;
  width: 19%;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0.5em;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .fifthEvaluation .radio-inline__label {
    font-size: 2rem;
  }
}
.fifthEvaluation .radio-inline__label:hover {
  background-color: #81a9a9;
  opacity: 1;
}
.fifthEvaluation .radio-inline__input:checked + .radio-inline__label {
  background: #81a9a9;
}
.fifthEvaluation.Evaluation-choose5 .radio-inline__label:first-of-type {
  background-color: #e6eeee;
}
.fifthEvaluation.Evaluation-choose5 .radio-inline__label:nth-of-type(2) {
  background-color: #cddddd;
}
.fifthEvaluation.Evaluation-choose5 .radio-inline__label:nth-of-type(3) {
  background-color: #b3cbcb;
}
.fifthEvaluation.Evaluation-choose5 .radio-inline__label:nth-of-type(4) {
  background-color: #9ababa;
}
.fifthEvaluation.Evaluation-choose5 .radio-inline__label:nth-of-type(5) {
  background-color: #81a9a9;
}
.fifthEvaluation.Evaluation-choose4 .radio-inline__label:first-of-type {
  background-color: #cddddd;
}
.fifthEvaluation.Evaluation-choose4 .radio-inline__label:nth-of-type(2) {
  background-color: #b3cbcb;
}
.fifthEvaluation.Evaluation-choose4 .radio-inline__label:nth-of-type(3) {
  background-color: #9ababa;
}
.fifthEvaluation.Evaluation-choose4 .radio-inline__label:nth-of-type(4) {
  background-color: #81a9a9;
}
.fifthEvaluation.Evaluation-choose3 .radio-inline__label:first-of-type {
  background-color: #b3cbcb;
}
.fifthEvaluation.Evaluation-choose3 .radio-inline__label:nth-of-type(2) {
  background-color: #9ababa;
}
.fifthEvaluation.Evaluation-choose3 .radio-inline__label:nth-of-type(3) {
  background-color: #81a9a9;
}
.fifthEvaluation.Evaluation-choose2 .radio-inline__label:first-of-type {
  background-color: #9ababa;
}
.fifthEvaluation.Evaluation-choose2 .radio-inline__label:nth-of-type(2) {
  background-color: #81a9a9;
}
.fifthEvaluation.Evaluation-choose1 .radio-inline__label:first-of-type {
  background-color: #81a9a9;
}

/*  .page_404　404エラーページ
__________________________________________________________________*/
.page_404 .fixed_btn {
  float: right;
  z-index: 8000;
  position: fixed;
  bottom: 20px;
  right: 3%;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_404 .fixed_btn {
    width: 60px;
    bottom: 50px;
    right: 30px;
  }
}
.page_404 .fixed_btn a {
  display: block;
}
.page_404 .fixed_btn .fixed_btn-pagetop {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_404 .fixed_btn .fixed_btn-pagetop {
    width: 60px;
  }
}
.page_404 .main_container {
  background-color: #E1EAEA;
}
.page_404 .errorTxt-wrap {
  padding: 100px 0 70px;
  padding-left: 120px;
}
@media screen and (max-width: 768px) {
  .page_404 .errorTxt-wrap {
    padding: 10% 0 8%;
    padding-left: 70px;
  }
}
.page_404 .errorTxt-wrap::before {
  content: "";
  background-size: contain;
  padding: 0px 0 100px 100px;
  margin-right: 20px;
  margin-left: -120px;
}
@media screen and (max-width: 768px) {
  .page_404 .errorTxt-wrap::before {
    padding: 0px 0 60px 60px;
    margin-right: 10px;
    margin-left: -70px;
  }
}
.page_404 .errorTxt-wrap.icon_error::before {
  background: url("../../img/front/common/ico_exclamation-error.svg") no-repeat left top;
}
.page_404 .errorTxt-wrap.icon_404::before {
  background: url("../../img/front/common/ico_exclamation-green.svg") no-repeat left top;
}
.page_404 .errorTxt-wrap h2 {
  margin-bottom: 0.5em;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page_404 .errorTxt-wrap h2 {
    font-size: 1.8rem;
  }
}
.page_404 .errorTxt-wrap p {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .page_404 .errorTxt-wrap p {
    font-size: 1.8rem;
  }
}
.page_404 .errorTxt-en {
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: bold;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .page_404 .errorTxt-en {
    font-size: 3rem;
  }
}
.page_404 .errorTxt-en::after {
  content: "";
  background: url("../../img/front/common/img_logomark.png") no-repeat right center;
  background-size: contain;
  padding: 0.5em 2em 0.5em 0;
  margin-left: 0.25em;
}
.page_404 .errorBtn-wrap {
  text-align: center;
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .page_404 .errorBtn-wrap {
    padding: 0 0 10%;
  }
}
.page_404 .errorBtn-wrap p {
  margin-bottom: 1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_404 .errorBtn-wrap p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .page_404 .errorBtn-wrap p {
    font-size: 1rem;
  }
}
.page_404 .errorBtn-wrap a {
  color: #fff;
  width: 90%;
  display: block;
  margin: auto;
  padding: 1em;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .page_404 .errorBtn-wrap a {
    font-size: 1.4rem;
  }
}

.stepflow01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
  padding: 0;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .stepflow01 {
    font-size: 2rem;
    margin: 40px 0 30px;
  }
}
.stepflow01 > li {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  text-overflow: ellipsis;
  color: #7EDCFF;
  -ms-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  font-weight: bold;
}
.stepflow01 > li .bubble {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 0.5em;
  border-radius: 1000px;
  background-color: #7EDCFF;
  z-index: 2;
}
.stepflow01 > li .bubble::after {
  position: absolute;
  top: 9px;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #7EDCFF;
  z-index: 1;
}
.stepflow01 > li .bubble::before {
  position: absolute;
  top: 9px;
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #7EDCFF;
  z-index: 1;
}
.stepflow01 > li.completed {
  color: #335BC1;
}
.stepflow01 > li.completed .bubble {
  color: #335BC1;
  background-color: #335BC1;
}
.stepflow01 > li.completed .bubble::after {
  background-color: #335BC1;
}
.stepflow01 > li.completed .bubble::before {
  background-color: #335BC1;
}
.stepflow01 > li:last-child .bubble::after {
  width: 0%;
  margin-right: 50%;
}
.stepflow01 > li:last-child .bubble::before {
  width: 0%;
  margin-right: 50%;
}
.stepflow01 > li.active {
  font-weight: bold;
  color: #335BC1;
}
.stepflow01 > li.active .bubble {
  font-weight: bold;
  color: #335BC1;
  background-color: #335BC1;
}
.stepflow01 > li.active .bubble::after {
  background-color: #335BC1;
}
.stepflow01 > li.active .bubble::before {
  background-color: #335BC1;
}

.form-wrap {
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .form-wrap {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .form-wrap {
    font-size: 1.2rem;
  }
}
.form-wrap input {
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 0.5em 0.75em;
}
.form-wrap input.w100per {
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 1em 0.75em;
}
.form-wrap textarea {
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 0.5em 0.75em;
}
.form-wrap .container-01 {
  margin-bottom: 5%;
  position: relative;
}
.form-wrap .container-02 {
  margin-bottom: 4%;
  position: relative;
}
.form-wrap .container-02 .w100per {
  padding: 0.6em 0.75em;
}
@media screen and (min-width: 768px) {
  .form-wrap .container-02 .w100per {
    padding: 0.5em 0.75em;
  }
}
.form-wrap .container-02 .w90per {
  padding: 0.6em 0.75em;
}
@media screen and (min-width: 768px) {
  .form-wrap .container-02 .w90per {
    padding: 0.5em 0.75em;
  }
}
@media screen and (max-width: 768px) {
  .form-wrap .container-02 .form_error-txt {
    width: 90%;
  }
}
.form-wrap .bb_line {
  padding-bottom: 5%;
  border-bottom: 1px solid #4d4d4d;
}
.form-wrap .labelTit-01 {
  display: block;
  color: #333;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.form-wrap .labelTit-02 {
  display: block;
  background-color: #eeeadc;
  color: #333;
  margin-bottom: 0.5em;
  padding: 0.25em 5%;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .form-wrap .labelTit-02 {
    padding: 0.25em 1em;
  }
}
.form-wrap .labelTit-02.bg_blue {
  background-color: #DEE3F1;
  padding: 0.25em 3%;
}
@media screen and (min-width: 768px) {
  .form-wrap .labelTit-02.bg_blue {
    padding: 0.25em 1em;
  }
}
.form-wrap .labelTit-02 .mandatory {
  background-color: #cc0000;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  margin-left: 0.5em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .form-wrap .labelTit-02 .mandatory {
    font-size: 1.4rem;
  }
}
.form-wrap .labelTit-02 .mandatory_border {
  color: #D50000;
  padding: 0.2em 0.5em;
  border: 1px solid #D50000;
  border-radius: 3px;
  margin-left: 0.5em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .form-wrap .labelTit-02 .mandatory_border {
    font-size: 1.4rem;
  }
}
.form-wrap .labelTit-bottom {
  width: 90%;
  margin: 0 auto 0.25em;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .form-wrap .labelTit-bottom {
    width: 100%;
    font-size: 1.6rem;
  }
}
.form-wrap .contact_bottom-txt {
  margin: 0.5em auto 0.25em;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .form-wrap .contact_bottom-txt {
    width: 90%;
    font-size: 1.2rem;
  }
}
.form-wrap .contact_bottom-txt a {
  color: #335BC1;
  text-decoration: underline;
}
.form-wrap .contact_bottom-txt a:hover {
  text-decoration: none;
}
.form-wrap .txt_caution {
  font-size: 1.2rem;
  padding-left: 1em;
  margin-bottom: 0.25em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .form-wrap .txt_caution {
    font-size: 1.6rem;
  }
}
.form-wrap .txt_caution::before {
  content: "※";
  margin-left: -1em;
}
.form-wrap .w100per {
  width: 100%;
  display: block;
}
.form-wrap .w90per {
  width: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .form-wrap .w90per {
    width: 90%;
  }
}
.form-wrap .w90per.input_ico-calendar {
  padding-right: 2.5em;
}
.form-wrap .w94per {
  width: 94%;
  margin: auto;
  display: block;
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 0.75em;
}
@media screen and (min-width: 768px) {
  .form-wrap .w94per {
    width: 98%;
  }
}
.form-wrap .mbPlus {
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .form-wrap .mbPlus {
    margin-bottom: 10px;
  }
}
.form-wrap .input_ico-calendar {
  background: url("../../img/front/common/ico_calendar-01.svg") no-repeat 99% center;
  background-size: 1.75em;
  padding-right: 2.5em;
}
.form-wrap .form_error-txt {
  color: #cc0000;
  line-height: 1.3;
  margin: 0.3em auto;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .form-wrap .form_error-txt {
    font-size: 1.6rem;
  }
}
.form-wrap .form_bubble-wrap {
  position: relative;
}
.form-wrap .form_bubble-txt {
  position: absolute;
  top: -2.2em;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .form-wrap .form_bubble-txt {
    left: 0;
  }
}
.form-wrap .form_bubble-txt span {
  background-color: #335bc1;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .form-wrap .form_bubble-txt span {
    font-size: 1.8rem;
  }
}
.form-wrap .form_bubble-txt::after {
  content: "";
  background: url("../../img/front/form/bg_arrow-02.svg") no-repeat 1em bottom;
  padding-bottom: 1em;
  display: block;
}
.form-wrap .item_wrap {
  width: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .form-wrap .item_wrap {
    width: 90%;
  }
}
.form-wrap .item_wrap.bb_line-black {
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: 1px solid #000;
}
.form-wrap .item_wrap .img_prev-width {
  width: auto;
}
.form-wrap .item_wrap-half {
  width: 100%;
  margin: 0 auto 2%;
}
@media screen and (min-width: 768px) {
  .form-wrap .item_wrap-half {
    margin-bottom: 10px;
  }
}
.form-wrap .item_wrap-half input {
  width: 49%;
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 0.6em 0.75em;
  margin-right: 2%;
}
@media screen and (min-width: 768px) {
  .form-wrap .item_wrap-half input {
    padding: 0.5em 0.75em;
  }
}
.form-wrap .item_wrap-half input:nth-child(2n) {
  margin-right: 0;
}
.form-wrap .item_wrap-acc .item_inner-acc {
  width: 94%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .form-wrap .item_wrap-acc .item_inner-acc {
    width: 98%;
  }
}
.form-wrap .item_wrap-acc .item_inner-acc p {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .form-wrap .item_wrap-acc .item_inner-acc p {
    font-size: 1.6rem;
  }
}
.form-wrap .item_wrap-acc input {
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 0.6em 0.75em;
}
@media screen and (min-width: 768px) {
  .form-wrap .item_wrap-acc input {
    padding: 0.5em 0.75em;
  }
}
.form-wrap .item_wrap-acc select option .txt_gray {
  color: #888;
}
.form-wrap .address_number-wrap {
  margin: 0 auto 2%;
}
@media screen and (min-width: 768px) {
  .form-wrap .address_number-wrap {
    margin-bottom: 10px;
  }
}
.form-wrap .address_number-wrap span {
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .form-wrap .address_number-wrap span {
    font-size: 1.8rem;
  }
}
.form-wrap .address_number-wrap .address_number1 {
  width: 30%;
  margin: 0 0.5em 0 0;
}
.form-wrap .address_number-wrap .address_number2 {
  width: 30%;
  margin: 0 0.5em 0 0.5em;
}
.form-wrap .address_wrap input {
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 0.6em 0.75em;
}
@media screen and (min-width: 768px) {
  .form-wrap .address_wrap input {
    padding: 0.5em 0.75em;
  }
}
.form-wrap .address_wrap .w100per {
  margin: 0 auto 1.5%;
}
.form-wrap .address_wrap .address_number1 {
  width: 30%;
  margin: 0 0.5em 1.5% 0;
}
.form-wrap .address_wrap .address_number2 {
  width: 30%;
  margin: 0 0.5em 1.5% 0.5em;
}
.form-wrap .address_wrap span {
  letter-spacing: 0;
}
.form-wrap select {
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 0.6em 2.5em 0.6em 0.75em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../img/front/form/ico_arrow-03.svg") no-repeat #fff;
  background-size: 1.2em;
  background-position: right center;
}
.form-wrap .birth_wrap .realAge {
  text-align: right;
  margin-top: 0.25em;
}
.form-wrap .img_prev-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 2% auto 3%;
}
@media screen and (min-width: 768px) {
  .form-wrap .img_prev-wrap {
    width: 100%;
    margin: 20px auto 30px;
  }
}
.form-wrap .img_prev-wrap .img_prev-left {
  width: 67%;
  margin-right: 3%;
}
.form-wrap .img_prev-wrap .img_prev-left .form__file input[type=file] {
  display: none;
}
.form-wrap .img_prev-wrap .img_prev-left .form__file label {
  position: relative;
  cursor: pointer;
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  margin-bottom: 0.4em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .form-wrap .img_prev-wrap .img_prev-left .form__file label {
    font-size: 2rem;
    padding: 0.5em 2em;
  }
}
.form-wrap .img_prev-wrap .img_prev-left .form__file label:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.form-wrap .img_prev-wrap .img_prev-left .form__file .filename {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .form-wrap .img_prev-wrap .img_prev-left .form__file .filename {
    font-size: 1.6rem;
  }
}
.form-wrap .img_prev-wrap .img_prev-left p {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .form-wrap .img_prev-wrap .img_prev-left p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .form-wrap .img_prev-wrap .img_prev-left p {
    font-size: 1.2rem;
  }
}
.form-wrap .img_prev-wrap .img_prev-right {
  width: 30%;
  background-color: #C4C4C4;
  position: relative;
}
.form-wrap .img_prev-wrap .img_prev-right::before {
  content: "選択画像";
  color: #fff;
  opacity: 0.7;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .form-wrap .img_prev-wrap .img_prev-right::before {
    font-size: 1.8rem;
  }
}
.form-wrap .img_prev-wrap .img_prev-right img {
  width: 100%;
  z-index: 2;
}
.form-wrap .img_prev-wrap .btn-img_reset {
  background-color: #ddd;
  border: 2px solid #ccc;
  border-radius: 6px;
  padding: 0.5em 1em;
  display: inline-block;
}
.form-wrap .btn_block-imgPlus {
  display: block;
  width: 100%;
  text-align: center;
  background: url("../../img/front/common/ico_plus.svg") no-repeat 0.5em center #fff;
  background-size: 1.25em;
  border: 2px solid #216887;
  border-radius: 6px;
  padding: 0.5em;
  color: #216887;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .form-wrap .btn_block-imgPlus {
    font-size: 2.2rem;
  }
}
.form-wrap .btn_block-imgPlus:hover {
  cursor: pointer;
}
.form-wrap .loginKeep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  margin-top: 2%;
}
.form-wrap .loginKeep li {
  width: 55%;
}
.form-wrap .loginKeep li:nth-of-type(2) {
  width: 45%;
  text-align: right;
}
.form-wrap .loginKeep a {
  text-align: right;
  color: #003396;
  text-decoration: underline;
  margin-top: 0.1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .form-wrap .loginKeep a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 321px) {
  .form-wrap .loginKeep a {
    font-size: 1rem;
  }
}
.form-wrap .loginKeep a:hover {
  text-decoration: none;
}
.form-wrap .js-passcheck_wrap {
  margin-top: 1%;
}
@media screen and (min-width: 768px) {
  .form-wrap .js-passcheck_wrap {
    margin-top: 10px;
  }
}
.form-wrap .pass_input-wrap input {
  margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .form-wrap .pass_input-wrap input {
    margin-bottom: 10px;
  }
}
.form-wrap .checkBlock:hover {
  cursor: pointer;
}
.form-wrap .passcheck_block-wrap {
  position: relative;
}
.form-wrap .passcheck_block {
  position: absolute;
  top: 1em;
  right: 0.5em;
}
.form-wrap .passcheck_block input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}
.form-wrap .passcheck_block input[type=checkbox] + span::before {
  display: inline-block;
  content: "";
  width: 3rem;
  height: 2rem;
  vertical-align: middle;
  background-color: inherit;
  margin-right: 0.5rem;
  background-image: url("../../img/front/form/ico_password.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: -0.25em;
}
.form-wrap .passcheck_block input[type=checkbox]:checked + span::before {
  background-image: url("../../img/front/form/ico_passcheck.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.form-wrap .passcheck_block input[type=checkbox] + span:hover {
  cursor: pointer;
  opacity: 0.7;
}
.form-wrap .check_inlineBlock {
  display: inline-block;
  margin-right: 2em;
}
.form-wrap .check_inlineBlock:last-child {
  margin-right: 0;
}
.form-wrap .check_inlineBlock a {
  color: #335bc1;
  text-decoration: underline;
}
.form-wrap .check_inlineBlock a:hover {
  text-decoration: none;
}
.form-wrap .check_block-01 {
  display: block;
}
@media screen and (min-width: 768px) {
  .form-wrap .check_block-01 {
    display: inline-block;
    width: 48%;
  }
}
.form-wrap .practicable_form {
  width: 90%;
  margin: 0 auto 4%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .form-wrap .practicable_form {
    width: 96%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .form-wrap .practicable_form {
    font-size: 1.1rem;
  }
}
.form-wrap .check_2colum {
  width: 50%;
  display: inline-block;
  margin-bottom: 0.5em;
}
.form-wrap .radio {
  margin-right: 2em;
  display: inline-block;
}
.form-wrap .radio:hover {
  cursor: pointer;
}
.form-wrap .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.form-wrap .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.form-wrap .radio input[type=radio]:checked + .radio-label:before {
  background-color: #81a9a9;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}
.form-wrap .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #81a9a9;
}
.form-wrap .radio input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.form-wrap .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.form-wrap .mail_caution {
  color: #333;
  padding-left: 1em;
  margin-bottom: 1em;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .form-wrap .mail_caution {
    font-size: 1.6rem;
  }
}
.form-wrap .mail_caution::before {
  content: "※";
  margin-left: -1em;
}
.form-wrap .term_caution {
  font-size: 1.4rem;
  margin-bottom: 1em;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .form-wrap .term_caution {
    font-size: 1.6rem;
  }
}
.form-wrap .privacy_check-wrap {
  margin-bottom: 3%;
}
.form-wrap .remaining_num {
  width: 80%;
  margin: auto;
  padding: 0.25em 0;
  color: #d50000;
  background-color: #f7e3e4;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .form-wrap .remaining_num {
    font-size: 1.8rem;
  }
}
.form-wrap .remaining_num span {
  font-size: 1.9rem;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .form-wrap .remaining_num span {
    font-size: 2.6rem;
  }
}
.form-wrap .remaining_num-wrap::after {
  content: "";
  background: url("../../img/front/form/bg_arrow-01.svg") no-repeat center bottom;
  padding-bottom: 1em;
  display: block;
}
.form-wrap .btn_wrap-01 {
  color: #fff;
  width: 86%;
  margin: 7% auto 0;
  padding-bottom: 10%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .form-wrap .btn_wrap-01 {
    font-size: 2.2rem;
    padding-bottom: 0;
  }
}
.form-wrap .btn_wrap-01 p {
  margin-bottom: 3%;
}
.form-wrap .btn_wrap-01 .mb50 {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .form-wrap .btn_wrap-01 .mb50 {
    margin-bottom: 50px;
  }
}
.form-wrap .btn_wrap-01 input {
  color: #fff;
  border: none;
  width: 100%;
  padding: 1em;
  font-weight: bold;
}
.form-wrap .btn_wrap-01 input:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.form-wrap .btn_wrap-01 a {
  display: block;
  text-align: center;
  padding: 1em;
  font-weight: bold;
}
.form-wrap .btn_wrap-02 {
  color: #fff;
  width: 86%;
  margin: 0 auto;
  padding-bottom: 2%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .form-wrap .btn_wrap-02 {
    font-size: 2.2rem;
    padding-bottom: 0;
  }
}
.form-wrap .btn_wrap-02 p {
  margin-bottom: 3%;
}
.form-wrap .btn_wrap-02 input {
  color: #fff;
  border: none;
  width: 100%;
  padding: 1em;
}
.form-wrap .btn_wrap-02 input:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.form-wrap .btn_wrap-02 input._check {
  background: -ms-linear-gradient(90deg, #bb0000 0%, #bb0000 49.8%, #cc0000 49.9%, #cc0000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BB0000', endColorstr='#CC0000' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#bb0000), color-stop(49.8%, #bb0000), color-stop(49.9%, #cc0000), to(#cc0000));
  background: linear-gradient(0deg, #bb0000 0%, #bb0000 49.8%, #cc0000 49.9%, #cc0000 100%);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CC0000",endColorstr="#BB0000" , GradientType=0);
}
.form-wrap .btn_wrap-02 a {
  display: block;
  text-align: center;
  padding: 1em;
}
.form-wrap .btn_wrap-03 {
  width: 94%;
  margin: auto;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .form-wrap .btn_wrap-03 {
    font-size: 2.2rem;
  }
}
.form-wrap .btn_wrap-03 input {
  padding: 1em;
}
.form-wrap .btn_wrap-03 button {
  padding: 1em;
}
.form-wrap .btn_wrap-03 .btn_Gwhite {
  color: #333;
  width: 36%;
  border: 1px solid #969696;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 3%;
}
.form-wrap .btn_wrap-03 .btn_Gred {
  width: 61%;
  border: none;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-wrap .btn_wrap-03 .btn_Ggray {
  width: 61%;
  border: none;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-wrap .btn_wrap-03 .btn_Ggray._check {
  background: -ms-linear-gradient(90deg, #bb0000 0%, #bb0000 49.8%, #cc0000 49.9%, #cc0000 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BB0000', endColorstr='#CC0000' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#bb0000), color-stop(49.8%, #bb0000), color-stop(49.9%, #cc0000), to(#cc0000));
  background: linear-gradient(0deg, #bb0000 0%, #bb0000 49.8%, #cc0000 49.9%, #cc0000 100%);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CC0000",endColorstr="#BB0000" , GradientType=0);
}
.form-wrap .btn_wrap-03 .btn_Ggray._check:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.form-wrap .btn_wrap-04 {
  font-size: 1.4rem;
  margin: 0 auto 5%;
  text-align: right;
  padding-right: 5%;
}
@media screen and (min-width: 768px) {
  .form-wrap .btn_wrap-04 {
    font-size: 2rem;
    padding-right: 2%;
  }
}
.form-wrap .btn_wrap-04 button {
  padding: 0.5em 1em;
}
.form-wrap .btn_wrap-04 .btn_Gwhite {
  color: #333;
  width: 36%;
  border: 1px solid #969696;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0;
}
.form-wrap .btn_wrap-right {
  text-align: right;
}
.form-wrap .btn_gray-plus {
  display: inline-block;
  text-align: right;
}

.confirm_caution-txt {
  color: #D50000;
  background: url("../../img/front/common/ico_exclamation.svg") no-repeat 0.75em center #F7E3E4;
  background-size: 3em;
  border-radius: 5px;
  margin-bottom: 5%;
  padding: 0.75em 0.75em 0.75em 4.5em;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .confirm_caution-txt {
    border-radius: 10px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 321px) {
  .confirm_caution-txt {
    font-size: 1.4rem;
  }
}
.confirm_caution-txt p {
  font-weight: bold;
}

/*  .main_mypage　マイページ
__________________________________________________________________*/
.page_mypage {
  background-color: #fff;
}
.page_mypage .fixed_btn {
  float: right;
  z-index: 8000;
  position: fixed;
  bottom: 20px;
  right: 3%;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_mypage .fixed_btn {
    width: 60px;
    bottom: 50px;
    right: 30px;
  }
}
.page_mypage .fixed_btn a {
  display: block;
}
.page_mypage .fixed_btn .fixed_btn-pagetop {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_mypage .fixed_btn .fixed_btn-pagetop {
    width: 60px;
  }
}
.page_mypage h2 {
  color: #4D4D4D;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_mypage h2 {
    font-size: 3rem;
    margin-bottom: 0.25em;
  }
}
.page_mypage .mypage_follow {
  max-width: 1000px;
  margin: auto;
  background-color: #e1eaea;
  padding: 0.5em 3%;
  border-bottom: 1px solid #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_mypage .tit_mypage-follow {
  margin: 0;
  padding: 0.25em 0 0.25em 1.8em;
  background: url("../../img/front/mypage/ico_follow-01.svg") no-repeat left center;
  background-size: 1.5em;
  font-size: 1.7rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page_mypage .tit_mypage-follow {
    font-size: 2.4rem;
  }
}
.page_mypage select {
  width: 40%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  padding: 0.75em 2em 0.75em 0.5em;
  border: none;
  border-radius: 5px;
  font-size: 1.3rem;
  background: url("../../img/front/common/ico_arrow-down03.svg") no-repeat #fff;
  background-size: 11px;
  background-position: right 3% center;
}
@media screen and (min-width: 768px) {
  .page_mypage select {
    font-size: 1.8rem;
    background-size: 14px;
  }
}
.page_mypage .mypage_profile-agree {
  padding: 3% 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_profile-agree {
    padding: 20px 0;
    font-size: 1.8rem;
  }
}
.page_mypage .mypage_profile-agree a {
  color: #31bcc7;
  text-decoration: underline;
}
.page_mypage .mypage_profile-agree a:hover {
  text-decoration: none;
  opacity: 1;
}
.page_mypage .profile_container {
  max-width: 1000px;
  width: 100%;
  margin: 5% auto;
}
@media screen and (min-width: 768px) {
  .page_mypage .profile_container {
    margin: 50px auto;
  }
}
.page_mypage .profile_container-inner {
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page_mypage .profile_container-inner {
    width: 94%;
  }
}
.page_mypage .profile_container.btnArea {
  text-align: center;
}
.page_mypage .profile_container .btnSetting {
  color: #fff;
  padding: 0.5em 2em;
  margin: auto;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: none;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page_mypage .profile_container .btnSetting {
    font-size: 2.6rem;
  }
}
.page_mypage .profile_container .btnSetting::after {
  content: "";
  background: url("../../img/front/common/ico_arrow-right05.svg") no-repeat right center;
  background-size: contain;
  padding: 0 0.75em 0 0;
  margin-left: 0.5em;
  width: 1em;
  height: 100%;
  display: inline;
}
.page_mypage .edit_label {
  color: #666;
  background-color: #e1eaea;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 0.5em 4%;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .page_mypage .edit_label {
    font-size: 1.8rem;
    padding: 0.5em 3%;
  }
}
.page_mypage .edit_label .mandatory {
  background-color: #ff557e;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.2em 0.5em;
}
@media screen and (min-width: 768px) {
  .page_mypage .edit_label .mandatory {
    font-size: 1.6rem;
  }
}
.page_mypage .edit_label.labelBlock {
  display: block;
}
.page_mypage .inputW100 {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  padding: 0.5em;
  border: 1px solid #808080;
  border-radius: 5px;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_mypage .inputW100 {
    font-size: 1.6rem;
  }
}
.page_mypage textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #808080;
  border-radius: 6px;
  padding: 0.5em 0.75em;
  margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .page_mypage textarea {
    margin-bottom: 5px;
  }
}
.page_mypage .profile_edit-txt {
  font-size: 1.3rem;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_mypage .profile_edit-txt {
    font-size: 1.8rem;
  }
}
.page_mypage .profile_edit-txt a {
  color: #335bc1;
  text-decoration: underline;
}
.page_mypage .profile_edit-txt a:hover {
  text-decoration: none;
  opacity: 1;
}
.page_mypage .mypage_profile-count {
  width: 100%;
  text-align: center;
}
.page_mypage .mypage_profile-count-wrap {
  padding: 4% 0;
  border-bottom: 1px solid #666;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_profile-count-wrap {
    padding: 30px 0;
  }
}
.page_mypage .mypage_profile-count th, .page_mypage .mypage_profile-count td {
  width: 50%;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}
.page_mypage .mypage_profile-count th {
  padding: 0.25em 0.5em 0.25em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_profile-count th {
    font-size: 1.8rem;
  }
}
.page_mypage .mypage_profile-count th.w3column {
  width: 33.3%;
}
.page_mypage .mypage_profile-count td {
  padding: 0 0.5em 0.5em;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_profile-count td {
    font-size: 2.6rem;
  }
}
.page_mypage .mypage_profile-count td.w3column {
  width: 33.3%;
}
.page_mypage .mypage_profile-detail {
  padding: 5% 1%;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_profile-detail {
    font-size: 1.6rem;
    padding: 40px 1%;
  }
}
.page_mypage .mypage_profile-detail dl {
  margin-bottom: 1em;
}
.page_mypage .mypage_profile-detail dl dt {
  margin-bottom: 0.25em;
}
.page_mypage .mypage_profile-detail .profile_tag-pro {
  margin-right: 0.1em;
}
.page_mypage .mypage_follow-wrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.page_mypage .mypage_follow-wrap .mypage_follow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4% 3%;
  border-bottom: 1px solid #666;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_follow-wrap .mypage_follow-item {
    padding: 30px 3%;
  }
}
.page_mypage .mypage_follow-wrap .mypage_follow-item button {
  background-color: inherit;
  border: none;
}
.page_mypage .mypage_follow-wrap .mypage_profile-img {
  width: 12%;
  height: 12%;
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_follow-wrap .mypage_profile-img {
    max-width: 76px;
    max-height: 76px;
  }
}
.page_mypage .mypage_follow-wrap .item-follower .mypage_follow-detail {
  width: 72%;
}
.page_mypage .mypage_follow-wrap .item-followed .mypage_follow-detail {
  width: 62%;
}
.page_mypage .mypage_follow-wrap .mypage_follow-detail {
  margin-right: 3%;
  line-height: 1.4;
}
.page_mypage .mypage_follow-wrap .mypage_follow-detail dt {
  font-size: 1.5rem;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_follow-wrap .mypage_follow-detail dt {
    font-size: 1.8rem;
  }
}
.page_mypage .mypage_follow-wrap .mypage_follow-detail dd {
  color: #999;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_follow-wrap .mypage_follow-detail dd {
    font-size: 1.6rem;
  }
}
.page_mypage .mypage_follow-wrap .mypage_follow-article {
  width: 77%;
  margin-right: 3%;
  line-height: 1.4;
  text-align: left;
}
.page_mypage .mypage_follow-wrap .mypage_follow-article dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_follow-wrap .mypage_follow-article dt {
    font-size: 2.4rem;
  }
}
.page_mypage .mypage_follow-wrap .mypage_follow-article dd {
  color: #424242;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_follow-wrap .mypage_follow-article dd {
    font-size: 1.6rem;
  }
}
.page_mypage .mypage_follow-wrap .mypage_follow-btn {
  width: 10%;
  height: 10%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_follow-wrap .mypage_follow-btn {
    max-width: 70px;
    max-height: 70px;
  }
}
.page_mypage .mypage_follow-wrap .mypage_follow-picture {
  width: 20%;
  position: relative;
}
.page_mypage .mypage_follow-wrap .mypage_follow-picture::before {
  content: "";
  display: block;
  padding-top: 80%;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_follow-wrap .mypage_follow-picture::before {
    padding-top: 66%;
  }
}
.page_mypage .mypage_follow-wrap .mypage_follow-picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.page_mypage .mypage_history {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.page_mypage .mypage_history .tabArea {
  width: 100%;
  background-color: #e1eaea;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border-top: 1px solid #666;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.page_mypage .mypage_history .tabArea .one_tab {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 0.75em 1em 1em;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_history .tabArea .one_tab {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 321px) {
  .page_mypage .mypage_history .tabArea .one_tab {
    font-size: 1.3rem;
  }
}
.page_mypage .mypage_history .tabArea .one_tab:hover {
  opacity: 0.7;
  text-decoration: none;
}
.page_mypage .mypage_history .tabArea .one_tab:last-child {
  margin-right: 0;
}
.page_mypage .mypage_history .tabArea .one_tab.select::after {
  content: "";
  border-bottom: 6px solid #81a9a9;
  position: absolute;
  width: 65px;
  height: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_history .tabArea .one_tab.select::after {
    width: 130px;
  }
}
.page_mypage .mypage_message {
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_message {
    padding: 40px 0;
  }
}
.page_mypage .mypage_message h2.tit_important {
  color: #cc0000;
}
.page_mypage .mypage_message p {
  margin-bottom: 1em;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_message p {
    font-size: 1.6rem;
  }
}
.page_mypage .mypage_message .mypage_message-img {
  margin-bottom: 1em;
}
.page_mypage .mypage_message-inner {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_mypage .mypage_message-inner {
    margin-bottom: 40px;
  }
}
.page_mypage .pager_nextPre {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_mypage .pager_nextPre {
    margin-bottom: 40px;
  }
}
.page_mypage .pager_nextPre .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page_mypage .pager_nextPre .pagination {
    font-size: 2rem;
  }
}
.page_mypage .pager_nextPre .pagination a {
  color: #6b938e;
  text-decoration: underline;
}
.page_mypage .pager_nextPre .pagination a:hover {
  text-decoration: none;
  opacity: 1;
}
.page_mypage .btn_wrap-center {
  text-align: center;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_mypage .btn_wrap-center {
    margin-bottom: 40px;
  }
}
.page_mypage .btn_wrap-center .btn_message {
  display: inline-block;
  padding: 0.75em 2em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page_mypage .btn_wrap-center .btn_message {
    font-size: 2.4rem;
  }
}
.page_mypage .btn_wrap-center .btn_message::before {
  content: "";
  background: url("../../img/front/mypage/ico_mail-02.svg") no-repeat left center;
  padding: 0.5em 0 0.5em 2em;
  margin-right: 0.5em;
}

.main_mypage {
  min-height: 55vh;
}
.main_mypage .bb_line {
  border-bottom: 1px solid #666;
  padding-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .main_mypage .bb_line {
    padding-bottom: 40px;
  }
}
.main_mypage .mypage_profile {
  margin: 4% auto 3%;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile {
    margin: 40px auto 20px;
  }
}
.main_mypage .mypage_profile-flexwrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main_mypage .mypage_profile-img {
  width: 26%;
  margin-right: 4%;
  position: relative;
}
.main_mypage .mypage_profile-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.main_mypage .mypage_profile-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
  border-radius: 50%;
}
.main_mypage .mypage_profile-img .img-select {
  position: absolute;
}
.main_mypage .mypage_profile-txt {
  width: 70%;
}
.main_mypage .mypage_profile-done {
  margin: 0 auto 5%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile-done {
    margin: 0 auto 40px;
  }
}
.main_mypage .mypage_profile-done p {
  display: inline-block;
  color: #f15a24;
  padding: 0.75em 2em;
  border: 2px solid #f7931e;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile-done p {
    font-size: 2rem;
  }
}
.main_mypage .mypage_profile-notSet {
  text-align: center;
  font-size: 1.4rem;
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile-notSet {
    font-size: 2rem;
  }
}
.main_mypage .mypage_profile .profile_tag {
  display: block;
  padding: 0.25em 0;
  margin: 0 auto 0.5em;
  line-height: 1;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile .profile_tag {
    margin: 0.5em auto 1em;
    font-size: 1.8rem;
  }
}
.main_mypage .mypage_profile .profile_tag-pro {
  color: #fff;
  background-color: #ed1c24;
  padding: 0.25em 0.5em;
}
.main_mypage .mypage_profile .profile_name {
  color: #000;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile .profile_name {
    margin-bottom: 1em;
    font-size: 2.8rem;
  }
}
.main_mypage .mypage_profile .profile_link {
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile .profile_link {
    font-size: 1.8rem;
  }
}
.main_mypage .mypage_profile .profile_link a {
  color: #6b938e;
  text-decoration: underline;
}
.main_mypage .mypage_profile .profile_link a:hover {
  text-decoration: none;
}
.main_mypage .mypage_profile .profile_link-edit .btn_edit {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.75em 1em;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile .profile_link-edit .btn_edit {
    font-size: 2rem;
  }
}
.main_mypage .mypage_profile .profile_link-edit .btn_edit::after {
  content: "";
  background-image: url("../../img/front/mypage/ico_arrow-red.svg");
  background-size: 0.6em;
  background-position: right 4% center;
  background-repeat: no-repeat;
  padding: 0.75em;
}
.main_mypage .mypage_profile .profile_link-edit .btn_delete {
  color: #4d4d4d;
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 1px solid #969696;
  margin-right: 2%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile .profile_link-edit .btn_delete {
    font-size: 2rem;
  }
}
.main_mypage .mypage_profile .profile_link-edit .btn_change {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.75em 1.5em;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile .profile_link-edit .btn_change {
    font-size: 2.2rem;
  }
}
.main_mypage .mypage_profile .profile_link-edit .btn_follow {
  color: #216887;
  background: url("../../img/front/mypage/ico_follow-02.svg") no-repeat;
  background-position: right 1em center;
  background-size: 1.25em;
  font-size: 1.5rem;
  font-weight: bold;
  border: 2px solid #216887;
  border-radius: 6px;
  padding: 0.5em 4em 0.5em 3em;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile .profile_link-edit .btn_follow {
    font-size: 2.2rem;
  }
}
.main_mypage .mypage_profile .profile_link-edit .btn_followed {
  color: #fff;
  background: url("../../img/front/mypage/ico_follow-03.svg") no-repeat;
  background-position: right 1em center;
  background-size: 1.25em;
  background-color: #216887;
  font-size: 1.5rem;
  font-weight: bold;
  border: 2px solid #216887;
  border-radius: 6px;
  padding: 0.5em 4em 0.5em 3em;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile .profile_link-edit .btn_followed {
    font-size: 2.2rem;
  }
}
.main_mypage .mypage_profile-contents {
  text-align: center;
  padding-bottom: 4%;
  border-bottom: 1px solid #ababab;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile-contents {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.main_mypage .mypage_profile-contents .profile_contents {
  width: 92%;
  margin: 0 auto 2%;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile-contents .profile_contents {
    margin: 0 auto 20px;
  }
}
.main_mypage .mypage_profile-contents .profile_contents dt {
  margin-bottom: 0.25em;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile-contents .profile_contents dt {
    font-size: 1.8rem;
  }
}
.main_mypage .mypage_profile-contents .profile_contents dd {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profile-contents .profile_contents dd {
    font-size: 2rem;
  }
}
.main_mypage .mypage_profile-contents .profile_contents dd.done_txt {
  color: #f15a24;
}
.main_mypage .mypage_profile-contents .profile_contents .mypage_profile-img {
  margin: 0.5em auto;
}
.main_mypage .mypage_profile-contents .profile_contents .mypage_profile-address {
  height: 1.5em;
  overflow: hidden;
  position: relative;
}
.main_mypage .mypage_profile-contents .profile_contents .mypage_profile-address::after {
  content: "...";
  position: absolute;
  right: 0;
  top: 0;
}
.main_mypage .mypage_profile-contents .btn_block {
  display: block;
}
.main_mypage .mypage_profile-contents .btn_block a {
  display: block;
  width: 60%;
  margin: auto;
}
.main_mypage .btn_profile-edit {
  border-radius: 8px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0.75em 1em;
}
@media screen and (min-width: 768px) {
  .main_mypage .btn_profile-edit {
    font-size: 2.2rem;
    padding: 0.5em 1em;
  }
}
.main_mypage .btn_profile-edit::after {
  content: "";
  background-image: url("../../img/front/mypage/ico_arrow-red.svg");
  background-size: 0.6em;
  background-position: right 4% center;
  background-repeat: no-repeat;
  padding: 0.75em;
}
.main_mypage .btn_profile-edit span {
  font-weight: bold;
  background: url("../../img/front/mypage/ico_edit-01.svg") no-repeat right center;
  background-size: 1.5em;
  padding: 0.75em 2em;
}
.main_mypage .mypage_withdrawal {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_withdrawal {
    font-size: 1.8rem;
  }
}
.main_mypage .mypage_withdrawal .link_withdrawal {
  color: #6b938e;
  text-decoration: underline;
}
.main_mypage .mypage_withdrawal .link_withdrawal:hover {
  text-decoration: none;
}
.main_mypage .mypage_withdrawal .link_withdrawal::before {
  content: "";
  background: url("../../img/front/mypage/ico_withdrawal.svg") no-repeat left center;
  background-size: 1.5em;
  padding: 1em 0.75em;
  margin-right: 0.5em;
}
.main_mypage .mypage_point .mypage_point-number {
  background-color: #e1eaea;
  padding: 0.75em 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_point .mypage_point-number {
    font-size: 1.8rem;
    padding: 0.75em 36px;
  }
}
.main_mypage .mypage_point .mypage_point-number .point_tit {
  background: url("../../img/front/mypage/ico_point-01.svg") no-repeat left center;
  background-size: 2.2em;
  padding-left: 2.75em;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_point .mypage_point-number .point_tit {
    font-size: 2rem;
  }
}
.main_mypage .mypage_point .mypage_point-number .point_tit .modal_btn {
  text-decoration: underline;
  cursor: pointer;
}
.main_mypage .mypage_point .mypage_point-number .point_tit .modal_btn:hover {
  text-decoration: none;
}
.main_mypage .mypage_point .mypage_point-number .point_number {
  font-size: 1.3rem;
  width: 48%;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_point .mypage_point-number .point_number {
    font-size: 2rem;
  }
}
.main_mypage .mypage_point .mypage_point-number .point_number-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0.25em auto;
}
.main_mypage .mypage_point .mypage_point-number a {
  color: #ed1c24;
  font-size: 1.5rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_point .mypage_point-number a {
    font-size: 2.6rem;
  }
}
.main_mypage .mypage_point .mypage_point-number a:hover {
  text-decoration: none;
}
.main_mypage .mypage_point a {
  color: #333;
  font-size: 1.2rem;
  text-decoration: underline;
}
.main_mypage .mypage_point a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_point a {
    font-size: 1.8rem;
  }
}
.main_mypage .mypage_point .point_link {
  text-align: center;
  font-size: 1.3rem;
  padding: 0.75em 5%;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_point .point_link {
    font-size: 1.8rem;
  }
}
.main_mypage .mypage_point .point_link a {
  text-decoration: underline;
}
.main_mypage .mypage_point .point_link a:hover {
  text-decoration: none;
}
.main_mypage .mypage_menu {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu {
    margin-bottom: 50px;
  }
}
.main_mypage .mypage_menu-inner {
  background-color: #b3cbcb;
}
.main_mypage .mypage_menu-list {
  width: 94%;
  padding: 3% 0;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.main_mypage .mypage_menu-list li {
  text-align: center;
  width: 49%;
  background-color: #fff;
  border: 1px solid #6b938e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 2%;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.3);
}
.main_mypage .mypage_menu-list li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li {
    border: 2px solid #6b938e;
    font-size: 1.8rem;
  }
}
.main_mypage .mypage_menu-list li a {
  background-color: #fff;
  position: relative;
  display: block;
  padding: 65px 0 1em;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li a {
    padding: 100px 0 1em;
  }
}
.main_mypage .mypage_menu-list li a:hover {
  background-color: #e1eaea;
  opacity: 1;
}
.main_mypage .mypage_menu-list li a.menu_disabled {
  opacity: 0.7;
  background-color: #ccc;
  pointer-events: none;
}
.main_mypage .mypage_menu-list li.menuItem-2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 49%;
  background-color: #ecefef;
  margin-right: 2%;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
.main_mypage .mypage_menu-list li.menuItem-2column:last-child {
  margin-right: 0;
}
.main_mypage .mypage_menu-list li.menuItem-2column a {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25em 0.5em 1.25em 48px;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li.menuItem-2column a {
    padding: 2.25em 0.5em 2em 96px;
  }
}
.main_mypage .mypage_menu-list li .menu-message {
  background: url("../../img/front/mypage/ico_mail-01.svg") no-repeat center 2.75em;
  background-size: 24px;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li .menu-message {
    background-size: 48px;
  }
}
.main_mypage .mypage_menu-list li .menu-profile {
  background: url("../../img/front/mypage/ico_profile.svg") no-repeat center 2em;
  background-size: 22px;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li .menu-profile {
    background-size: 44px;
  }
}
.main_mypage .mypage_menu-list li .menu-reservation {
  background: url("../../img/front/mypage/ico_multiple-02.svg") no-repeat center 1.5em;
  background-size: 105px;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li .menu-reservation {
    background-size: 168px;
  }
}
.main_mypage .mypage_menu-list li .menu-view {
  background: url("../../img/front/mypage/ico_view-02.svg") no-repeat center 2.5em;
  background-size: 70px;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li .menu-view {
    background-size: 140px;
  }
}
.main_mypage .mypage_menu-list li .menu-ownHouse {
  background: url("../../img/front/mypage/ico_pro-write.svg") no-repeat center 1.5em;
  background-size: 26px;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li .menu-ownHouse {
    background-size: 52px;
  }
}
.main_mypage .mypage_menu-list li .menu-clip {
  background: url("../../img/front/mypage/ico_clip-01.svg") no-repeat center 2.25em;
  background-size: 19px;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li .menu-clip {
    background-size: 38px;
  }
}
.main_mypage .mypage_menu-list li .menu-request {
  background: url("../../img/front/mypage/ico_request-01.svg") no-repeat center 2.25em;
  background-size: 22px;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li .menu-request {
    background-size: 44px;
  }
}
.main_mypage .mypage_menu-list li .menu-proApplication {
  background: url("../../img/front/mypage/ico_pro-application.svg") no-repeat center 1em;
  background-size: 29px;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li .menu-proApplication {
    background: url("../../img/front/mypage/ico_pro-application.svg") no-repeat center 1.5em;
    background-size: 58px;
  }
}
.main_mypage .mypage_menu-list li .menu-proWrite {
  background: url("../../img/front/mypage/ico_pro-write.svg") no-repeat 1.25em center;
  background-size: 26px;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li .menu-proWrite {
    background: url("../../img/front/mypage/ico_pro-write.svg") no-repeat 1.75em center;
    background-size: 52px;
  }
}
.main_mypage .mypage_menu-list li .menu_ico-number {
  position: absolute;
  color: #fff;
  display: inline;
  text-align: center;
  min-width: 1.5em;
  background-color: #ff00ff;
  padding: 0.25em 0.25em;
  border-radius: 18px;
  margin: auto;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li .menu_ico-number {
    font-size: 1.6rem;
  }
}
.main_mypage .mypage_menu-list li .menu_ico-pro {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 33px;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li .menu_ico-pro {
    width: 50px;
  }
}
.main_mypage .mypage_menu-list li .menu_ico-pointget {
  position: absolute;
  width: 51px;
  top: 2em;
  right: 1em;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_menu-list li .menu_ico-pointget {
    width: 102px;
  }
}
.main_mypage .mypage_menu-list li .menu-tips {
  padding: 0.75em 0.5em;
  border-top: 2px solid #6b938e;
}
.main_mypage .mypage_menu-list li .menu-tips::before {
  content: "";
  background: url("../../img/front/mypage/ico_tips-01.svg") no-repeat left center;
  background-size: 1em;
  padding: 0.5em 0 0.5em 1.5em;
}
.main_mypage .mypage_about {
  max-width: 980px;
  width: 86%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_about {
    margin: 0 auto 40px;
  }
}
.main_mypage .mypage_about-list li {
  margin-bottom: 1.5em;
  text-align: left;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_about-list li {
    font-size: 2rem;
  }
}
.main_mypage .mypage_about-list li a {
  background-size: contain;
  padding: 0.75em 0 0.75em 3.5em;
  text-decoration: underline;
}
.main_mypage .mypage_about-list li a:hover {
  text-decoration: none;
}
.main_mypage .mypage_about-list .mypage_about-profile {
  background: url("../../img/front/mypage/ico_profile.svg") no-repeat 0.5em center;
}
.main_mypage .mypage_about-list .mypage_about-proWrite {
  background: url("../../img/front/mypage/ico_pro-application.svg") no-repeat 0.5em center;
}
.main_mypage .mypage_about-list .mypage_about-point {
  background: url("../../img/front/mypage/ico_point-01.svg") no-repeat left center;
}
.main_mypage .mypage_profileEdit {
  padding: 7% 0 3%;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profileEdit {
    padding: 70px 0 30px;
  }
}
.main_mypage .mypage_profileEdit .profileEdit_lead {
  line-height: 1.5;
  font-size: 1.6rem;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profileEdit .profileEdit_lead {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
.main_mypage .mypage_profileEdit .profileEdit_inner {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profileEdit .profileEdit_inner {
    margin-bottom: 40px;
  }
}
.main_mypage .mypage_profileEdit .profileEdit_caution {
  font-size: 1.2rem;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profileEdit .profileEdit_caution {
    font-size: 1.6rem;
  }
}
.main_mypage .mypage_profileEdit h2 {
  margin-bottom: 0.75em;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profileEdit h2 {
    font-size: 2.8rem;
  }
}
.main_mypage .mypage_profileEdit input[type=text],
.main_mypage .mypage_profileEdit input[type=tel],
.main_mypage .mypage_profileEdit input[type=email],
.main_mypage .mypage_profileEdit input[type=password] {
  font-size: 1.4rem;
  padding: 0.5em;
  border: 1px solid #808080;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profileEdit input[type=text],
.main_mypage .mypage_profileEdit input[type=tel],
.main_mypage .mypage_profileEdit input[type=email],
.main_mypage .mypage_profileEdit input[type=password] {
    font-size: 2rem;
  }
}
.main_mypage .mypage_profileEdit .profileEdit_pass {
  margin-bottom: 2%;
}
.main_mypage .mypage_profileEdit .profileEdit_pass input {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profileEdit .profileEdit_pass input {
    font-size: 1.6rem;
  }
}
.main_mypage .mypage_profileEdit .passcheck_block-wrap input {
  padding: 1em 0.5em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profileEdit .passcheck_block-wrap input {
    font-size: 1.8rem;
  }
}
.main_mypage .mypage_profileEdit .inputW100 {
  width: 100%;
}
.main_mypage .mypage_profileEdit .profile_label {
  display: block;
  padding: 0.5em;
  margin-bottom: 2%;
  background-color: #eaeaea;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profileEdit .profile_label {
    font-size: 1.8rem;
  }
}
.main_mypage .mypage_profileEdit .profile_name-inputWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_mypage .mypage_profileEdit .profile_name-inputWrap input {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.main_mypage .mypage_profileEdit .profile_name-inputWrap input:nth-child(2n) {
  margin-right: 0;
}
.main_mypage .mypage_profileEdit .profile_address-inputWrap input {
  margin-bottom: 2%;
}
.main_mypage .mypage_profileEdit .profile_address-inputWrap span {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_profileEdit .profile_address-inputWrap span {
    font-size: 1.6rem;
  }
}
.main_mypage .mypage_profileEdit .profile_address-inputWrap .address_number1 {
  width: 30%;
  margin-right: 0.5em;
}
.main_mypage .mypage_profileEdit .profile_address-inputWrap .address_number2 {
  width: 30%;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.main_mypage .mypage_profileEdit .profile_address-inputWrap .item_wrap-half input {
  width: 49%;
  margin-right: 2%;
}
.main_mypage .mypage_profileEdit .profile_address-inputWrap .item_wrap-half input:nth-child(2n) {
  margin-right: 0;
}
.main_mypage .img_prev-wrap {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main_mypage .img_prev-wrap .img_prev-left {
  width: calc(97% - 112px);
}
@media screen and (min-width: 768px) {
  .main_mypage .img_prev-wrap .img_prev-left {
    width: calc(97% - 224px);
  }
}
.main_mypage .img_prev-wrap .img_prev-leftPointImg {
  width: 67%;
  margin-right: 3%;
}
.main_mypage .img_prev-wrap .img_prev-leftPointImg .form__file input[type=file] {
  display: none;
}
.main_mypage .img_prev-wrap .img_prev-leftPointImg .form__file label {
  position: relative;
  cursor: pointer;
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  margin-bottom: 0.4em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .img_prev-wrap .img_prev-leftPointImg .form__file label {
    font-size: 2rem;
    padding: 0.5em 2em;
  }
}
.main_mypage .img_prev-wrap .img_prev-leftPointImg .form__file label:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.main_mypage .img_prev-wrap .img_prev-leftPointImg .form__file .filename {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .main_mypage .img_prev-wrap .img_prev-leftPointImg .form__file .filename {
    font-size: 1.6rem;
  }
}
.main_mypage .img_prev-wrap .img_prev-leftPointImg p {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .img_prev-wrap .img_prev-leftPointImg p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .main_mypage .img_prev-wrap .img_prev-leftPointImg p {
    font-size: 1.2rem;
  }
}
.main_mypage .img_prev-wrap .img_prev-right {
  width: 112px;
  height: 112px;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main_mypage .img_prev-wrap .img_prev-right {
    width: 224px;
    height: 224px;
  }
}
.main_mypage .img_prev-wrap .img_prev-right::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.main_mypage .img_prev-wrap .img_prev-right img {
  width: 100%;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
  border-radius: 50%;
  background-color: #808080;
}
.main_mypage .img_prev-wrap .img_prev-pointImg-wrap {
  width: 30%;
}
.main_mypage .img_prev-wrap .img_prev-pointImg {
  display: block;
  background-color: #C4C4C4;
  position: relative;
  min-height: 60%;
}
@media screen and (min-width: 768px) {
  .main_mypage .img_prev-wrap .img_prev-pointImg {
    min-height: 70%;
  }
}
.main_mypage .img_prev-wrap .img_prev-pointImg::before {
  content: "選択画像";
  color: #fff;
  opacity: 0.7;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .main_mypage .img_prev-wrap .img_prev-pointImg::before {
    font-size: 1.8rem;
  }
}
.main_mypage .img_prev-wrap .img_prev-pointImg img {
  border-radius: 0;
  width: 100%;
  z-index: 4;
  cursor: pointer;
  position: relative;
}
.main_mypage .point_reserve .img_prev-wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.main_mypage .point_reserve .accordion-content {
  display: none;
}
.main_mypage .point_reserve .js-accordion-title.open {
  display: none;
}
.main_mypage .point_reserve .img_prev-txt {
  display: block;
  margin-top: 0.25em;
  text-align: right;
  font-size: 1.1rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .main_mypage .point_reserve .img_prev-txt {
    font-size: 1.4rem;
  }
}
.main_mypage .profileEdit_btn {
  text-align: center;
  display: block;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .main_mypage .profileEdit_btn {
    margin-bottom: 40px;
  }
}
.main_mypage .profileEdit_btn a {
  display: block;
  width: 70%;
  margin: auto;
}
.main_mypage .mypage_proReviewer {
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_proReviewer {
    padding: 50px 0;
  }
}
.main_mypage .mypage_proReviewer h2 {
  color: #000;
  font-size: 1.5rem;
  vertical-align: middle;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_proReviewer h2 {
    font-size: 2.4rem;
  }
}
.main_mypage .mypage_proReviewer h2 .tag_pro {
  color: #fff;
  font-size: 1.3rem;
  padding: 0.1em 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  background-color: #ED1C24;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_proReviewer h2 .tag_pro {
    font-size: 1.8rem;
  }
}
.main_mypage .mypage_proReviewer h2 .tag_reviewer {
  color: #fff;
  font-size: 1.3rem;
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
  background-color: #335BC1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_proReviewer h2 .tag_reviewer {
    font-size: 1.8rem;
  }
}
.main_mypage .mypage_proReviewer-contents {
  margin-bottom: 5%;
}
.main_mypage .mypage_proReviewer h3 {
  background-color: #EAEAEA;
  padding: 0.25em 3%;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_proReviewer h3 {
    font-size: 2rem;
  }
}
.main_mypage .mypage_proReviewer .pro_Qualification-list li {
  font-size: 1.4rem;
  padding: 0.5em 3%;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ABABAB;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_proReviewer .pro_Qualification-list li {
    font-size: 1.8rem;
  }
}
.main_mypage .mypage_proReviewer .pro_capable-list li {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  line-height: 1.4;
  padding-left: 1.75em;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_proReviewer .pro_capable-list li {
    font-size: 1.8rem;
  }
}
.main_mypage .mypage_proReviewer .pro_capable-list li::before {
  content: "";
  background: url("../../img/front/mypage/ico_checked-01.svg") no-repeat left top;
  background-size: 1.25em;
  padding: 0.05em 0 1.2em 1.25em;
  margin-right: 0.5em;
  margin-left: -1.75em;
}
.main_mypage .mypage_proReviewer .pro_capable-list li.no_check::before {
  background: none;
}
.main_mypage .mypage_proReviewer .pro_capable-list a {
  color: #335BC1;
  text-decoration: underline;
}
.main_mypage .mypage_proReviewer .pro_capable-list a:hover {
  text-decoration: none;
}
.main_mypage .mypage_proReviewer .btn_block {
  width: 94%;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 321px) {
  .main_mypage .mypage_proReviewer .btn_block {
    width: 100%;
  }
}
.main_mypage .mypage_proReviewer .btn_block a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  padding: 1em 0.75em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_proReviewer .btn_block a {
    font-size: 2rem;
  }
}
.main_mypage .page_tit-wrap {
  background-color: #E1EAEA;
  padding: 8px 0;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .main_mypage .page_tit-wrap {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.main_mypage .page_tit-wrap.paddingNone {
  padding: 0;
}
.main_mypage .page_tit-wrap .page_tit-flex {
  max-width: 1000px;
  width: 94%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_mypage .page_tit-wrap .tit_h2 {
  margin: 0 0.25em 0 0;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .main_mypage .page_tit-wrap .tit_h2 {
    font-size: 2.8rem;
  }
}
.main_mypage .page_tit-wrap .tit_h2-message {
  color: #333333;
}
.main_mypage .page_tit-wrap .tit_h2-message::before {
  content: "";
  background: url("../../img/front/mypage/ico_mail-02.svg") no-repeat left center;
  background-size: 1.5em;
  padding: 0.6em 0 0.6em 1.5em;
  margin-right: 0.3em;
}
.main_mypage .page_tit-wrap .tit_h2-history {
  color: #6B938E;
}
.main_mypage .page_tit-wrap .tit_h2-history::before {
  content: "";
  background: url("../../img/front/mypage/ico_view-01.svg") no-repeat left center;
  background-size: 1.5em;
  padding: 0.6em 0 0.6em 1.5em;
  margin-right: 0.3em;
}
.main_mypage .page_tit-wrap .tit_h2-clips {
  color: #6B938E;
}
.main_mypage .page_tit-wrap .tit_h2-clips::before {
  content: "";
  background: url("../../img/front/mypage/ico_clip-01.svg") no-repeat 0.1em center;
  background-size: 1.25em;
  padding: 0.6em 0 0.6em 1.5em;
  margin-right: 0.3em;
}
.main_mypage .page_tit-wrap .tit_h2-request {
  color: #6B938E;
}
.main_mypage .page_tit-wrap .tit_h2-request::before {
  content: "";
  background: url("../../img/front/mypage/ico_request-01.svg") no-repeat 0.1em center;
  background-size: 1.25em;
  padding: 0.6em 0 0.6em 1.5em;
  margin-right: 0.3em;
}
.main_mypage .page_tit-wrap .tit_h2-reservation {
  color: #6B938E;
}
.main_mypage .page_tit-wrap .tit_h2-reservation::before {
  content: "";
  background: url("../../img/front/mypage/ico_schedule-01.svg") no-repeat left center;
  background-size: 1.5em;
  padding: 0.6em 0 0.6em 1.5em;
  margin-right: 0.3em;
}
.main_mypage .page_tit-wrap select {
  width: 40%;
  max-width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  padding: 0.75em 2em 0.75em 0.75em;
  border: none;
  border-radius: 5px;
  font-size: 1.2rem;
  background: url("../../img/front/form/ico_arrow-03.svg") no-repeat #fff;
  background-position: right 2px center;
  background-size: 15px;
}
@media screen and (min-width: 768px) {
  .main_mypage .page_tit-wrap select {
    font-size: 1.6rem;
    background-position: right 10px center;
    background-size: 20px;
  }
}
.main_mypage .mypage_select-tit {
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_select-tit {
    font-size: 2.4rem;
  }
}
.main_mypage .mypage_select-tit.width_60 {
  width: 60%;
}
.main_mypage .mypage_select-tit.width_100 {
  width: 100%;
}
.main_mypage .mypage_select-tit li {
  position: relative;
  text-align: center;
  min-width: 40px;
  padding: 1em 0.5em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_select-tit li {
    min-width: 80px;
  }
}
.main_mypage .mypage_select-tit li:hover {
  cursor: pointer;
}
.main_mypage .mypage_select-tit li:hover::after {
  content: "";
  border-bottom: 6px solid #6b938e;
  position: absolute;
  width: 40px;
  height: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_select-tit li:hover::after {
    width: 80px;
  }
}
.main_mypage .mypage_select-tit .select::after {
  content: "";
  border-bottom: 6px solid #6b938e;
  position: absolute;
  width: 40px;
  height: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_select-tit .select::after {
    width: 80px;
  }
}
.main_mypage .mypage_message-Unread {
  color: #EA2212;
  font-size: 1.3rem;
  margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_message-Unread {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.main_mypage .mypage_form {
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_form {
    padding: 50px 0;
  }
}
.main_mypage .mypage_form h2 {
  color: #333333;
  font-size: 1.5rem;
  vertical-align: middle;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_form h2 {
    font-size: 2.4rem;
  }
}
.main_mypage .mypage_form h2.h2_mypage-cancel::before {
  content: "";
  background: url("../../img/front/mypage/ico_cancel.svg") no-repeat left center;
  background-size: 1.2em;
  padding: 0.6em 0 0.6em 1.2em;
  margin-right: 0.5em;
}
.main_mypage .mypage_form h2.h2_mypage-withdrawal::before {
  content: "";
  background: url("../../img/front/mypage/ico_withdrawal.svg") no-repeat left center;
  background-size: 1.2em;
  padding: 0.6em 0 0.6em 1.2em;
  margin-right: 0.5em;
}
.main_mypage .mypage_form h3 {
  display: block;
  background-color: #EAEAEA;
  padding: 0.25em 3%;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_form h3 {
    font-size: 2rem;
  }
}
.main_mypage .mypage_form .mypage-container {
  margin-bottom: 5%;
}
.main_mypage .mypage_form .mypage-container-thank {
  margin: 160px auto;
}
.main_mypage .mypage_form .mypage-container-thank p {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_form .mypage-container-thank p {
    font-size: 2rem;
  }
}
.main_mypage .mypage_form .mypage_form-label {
  display: block;
  background-color: #EAEAEA;
  padding: 0.5em 3%;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  vertical-align: middle;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_form .mypage_form-label {
    font-size: 2rem;
  }
}
.main_mypage .mypage_form .mypage_form-label span {
  color: #fff;
  background-color: #CC0000;
  padding: 0.25em 0.5em;
  margin-left: 0.5em;
  border-radius: 6px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_form .mypage_form-label span {
    font-size: 1.6rem;
  }
}
.main_mypage .mypage_form textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #808080;
  border-radius: 6px;
  padding: 0.5em 0.75em;
  margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_form textarea {
    margin-bottom: 5px;
  }
}
.main_mypage .mypage_form .checkbox-wrap {
  font-size: 1.3rem;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_form .checkbox-wrap {
    font-size: 1.8rem;
  }
}
.main_mypage .mypage_form .checkbox-wrap:hover {
  cursor: pointer;
}
.main_mypage .mypage_form input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  cursor: pointer;
}
.main_mypage .mypage_form input[type=checkbox] + span::before {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  background-color: inherit;
  margin-right: 0.5rem;
  background-image: url("../../img/front/form/ico_check-01.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_form input[type=checkbox] + span::before {
    width: 2rem;
    height: 2rem;
  }
}
.main_mypage .mypage_form input[type=checkbox]:checked + span::before {
  background-image: url("../../img/front/form/ico_checked-01.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.main_mypage .mypage_form .radio {
  display: block;
  margin-bottom: 0.5em;
}
.main_mypage .mypage_form .radio:hover {
  cursor: pointer;
}
.main_mypage .mypage_form .radio-input {
  display: none;
}
.main_mypage .mypage_form .radio-input + label {
  display: block;
  width: 100%;
  padding-left: 30px;
  margin-top: 0;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .main_mypage .mypage_form .radio-input + label {
    font-size: 1.3rem;
    padding-left: 26px;
  }
}
.main_mypage .mypage_form .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ABABAB;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .main_mypage .mypage_form .radio-input + label::before {
    top: calc(50% - 11px);
    width: 18px;
    height: 18px;
  }
}
.main_mypage .mypage_form .radio-input + label:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main_mypage .mypage_form .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 5px;
  width: 14px;
  height: 14px;
  background: #81A9A9;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .main_mypage .mypage_form .radio-input:checked + label::after {
    top: calc(50% - 7px);
    left: 4px;
    width: 12px;
    height: 12px;
  }
}
.main_mypage .mypage_form .radio-input:disabled + label::before {
  border: none;
}
.main_mypage .mypage_form .radio-input:disabled + label:hover {
  cursor: default;
  opacity: 1;
}
.main_mypage .mypage_form .mypage_form-txt {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_form .mypage_form-txt {
    font-size: 1.6rem;
  }
}
.main_mypage .mypage_form .wordCount {
  margin-top: 0;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_form .wordCount {
    font-size: 1.5rem;
  }
}
.main_mypage .mypage_form .mypage-container-btn {
  text-align: center;
  margin-bottom: 4%;
}
.main_mypage .mypage_form .btn_form-send {
  width: 70%;
  display: block;
  color: #fff;
  border: none;
  margin: auto;
  font-size: 1.4rem;
  padding: 1em 2em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_form .btn_form-send {
    width: 60%;
    font-size: 2rem;
  }
}
.main_mypage .mypage_form .withdrawal-caution {
  margin-top: 0.5em;
}
.main_mypage .mypage_form .withdrawal-caution li {
  line-height: 1.4;
  margin-bottom: 0.5em;
  padding-left: 1em;
  font-size: 1.2rem;
}
.main_mypage .mypage_form .withdrawal-caution li::before {
  content: "・";
  width: 1em;
  display: inline-block;
  margin-left: -1em;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_form .withdrawal-caution li {
    font-size: 1.6rem;
  }
}
.main_mypage .mypage_pageMenu {
  background-color: #E1EAEA;
  padding: 0 3%;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_pageMenu {
    padding: 0 5%;
    margin-bottom: 20px;
  }
}
.main_mypage .mypage_pageMenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_pageMenu-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
  }
}
.main_mypage .mypage_pageMenu-list li {
  margin-right: 1em;
}
.main_mypage .mypage_pageMenu-list li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_pageMenu-list li {
    margin-right: 3em;
  }
}
.main_mypage .mypage_pageMenu-list a {
  display: block;
  padding: 0.75em 0 0.5em;
  border-bottom: 5px solid #E1EAEA;
}
.main_mypage .mypage_pageMenu-list a.active {
  border-bottom: 5px solid #6B938E;
}
.main_mypage .mypage_pageMenu-list a:hover {
  border-bottom: 5px solid #6B938E;
}
.main_mypage .mypage_point .btn_wrap-point {
  margin: 5% auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_point .btn_wrap-point {
    margin: 40px auto;
  }
}
.main_mypage .mypage_point .btn_wrap-point a {
  color: #fff;
  display: inline-block;
  padding: 0.75em 2.5em;
  line-height: 1.3;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_point .btn_wrap-point a {
    font-size: 2.2rem;
  }
}
.main_mypage .mypage_point .point_cumulative {
  margin-bottom: 1em;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_point .point_cumulative {
    font-size: 2rem;
  }
}
.main_mypage .mypage_point .point_cumulative .txt_red-big {
  color: #CC0000;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_point .point_cumulative .txt_red-big {
    font-size: 3.5rem;
  }
}
.main_mypage .mypage_point .point_cumulative .txt_red {
  color: #CC0000;
}
.main_mypage .mypage_point .mypage_point-about {
  max-width: 768px;
  width: 94%;
  margin: 0 auto 5%;
  padding: 2%;
  text-align: center;
  background-color: #FAE3D8;
  border-radius: 10px;
  line-height: 1.5;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .mypage_point .mypage_point-about {
    margin: 0 auto 40px;
    padding: 20px;
    font-size: 1.6rem;
  }
}
.main_mypage .point_term {
  background-color: #E1EAEA;
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  .main_mypage .point_term {
    padding: 40px 0;
  }
}
.main_mypage .point_term .point_term-none {
  background-color: #fff;
  max-width: 768px;
  width: 94%;
  margin: 0 auto;
  padding: 2%;
  border-radius: 10px;
}
.main_mypage .point_term .point_term-item {
  background-color: #fff;
  max-width: 768px;
  width: 94%;
  margin: 0 auto 3%;
  padding: 2%;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .main_mypage .point_term .point_term-item {
    margin: 0 auto 20px;
  }
}
.main_mypage .point_term .point_term-item:last-child {
  margin: 0 auto;
}
.main_mypage .point_term .point_term-item .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_mypage .point_term .point_term-item .accordion-title:hover {
  cursor: pointer;
}
.main_mypage .point_term .point_term-item .accordion-title::after {
  content: "";
  background: url("../../img/front/common/ico_arrow-up01.png") no-repeat right center;
  background-size: contain;
  padding: 2.5%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main_mypage .point_term .point_term-item .accordion-title.open::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.main_mypage .point_term .point_term-point {
  width: 30%;
  margin-right: 3%;
  text-align: right;
  color: #CC0000;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .point_term .point_term-point {
    font-size: 2rem;
  }
}
.main_mypage .point_term .point_term-point span {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .point_term .point_term-point span {
    font-size: 3.5rem;
  }
}
.main_mypage .point_term .point_term-deadline {
  width: 62%;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .main_mypage .point_term .point_term-deadline {
    font-size: 1.8rem;
  }
}
.main_mypage .point_term .point_term-txt {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .main_mypage .point_term .point_term-txt {
    font-size: 1.8rem;
  }
}
.main_mypage .point_term .accordion-content {
  display: none;
  padding: 1em 0 0;
  margin-top: 1em;
  border-top: 1px solid #C4C4C4;
}
.main_mypage .first_contents {
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  .main_mypage .first_contents {
    margin-top: 20px;
  }
}
.main_mypage .first_contents p {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .main_mypage .first_contents p {
    font-size: 1.6rem;
  }
}

.mypage_message-list {
  margin-bottom: 4%;
}
.mypage_message-list li {
  border-bottom: 1px solid #666;
  line-height: 1.3;
}
.mypage_message-list li:first-child {
  border-top: 1px solid #666;
}
.mypage_message-list li.unread {
  background: url("../../img/front/mypage/ico_mail-03.svg") no-repeat #F7E0E0;
  background-size: 25px 20px;
  background-position: 10px center;
}
@media screen and (min-width: 768px) {
  .mypage_message-list li.unread {
    background-size: 50px 40px;
    background-position: 20px center;
  }
}
.mypage_message-list li.alreadyRead {
  background: url("../../img/front/mypage/ico_mail-open.svg") no-repeat #fff;
  background-size: 25px 30px;
  background-position: 10px center;
}
@media screen and (min-width: 768px) {
  .mypage_message-list li.alreadyRead {
    background-size: 50px 60px;
    background-position: 20px center;
  }
}
.mypage_message-list li a {
  display: block;
  padding: 4% 4% 4% 45px;
}
@media screen and (min-width: 768px) {
  .mypage_message-list li a {
    padding: 20px 40px 20px 90px;
  }
}
.mypage_message-list h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  .mypage_message-list h3 {
    font-size: 2.4rem;
  }
}
.mypage_message-list h3 span {
  color: #CC0000;
  font-weight: bold;
}
.mypage_message-list .txt-letterBody {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .mypage_message-list .txt-letterBody {
    font-size: 1.8rem;
  }
}
.mypage_message-list .txt-date {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .mypage_message-list .txt-date {
    font-size: 1.6rem;
  }
}

.mypage_matter-list {
  margin-bottom: 4%;
}
.mypage_matter-list .mypage_matter-item {
  position: relative;
  border-bottom: 1px solid #ABABAB;
  line-height: 1.3;
  text-align: left;
}
.mypage_matter-list .mypage_matter-item .mypage_matter-eventLink {
  display: block;
  padding: 4% 4% 2%;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-item .mypage_matter-eventLink {
    padding: 20px 40px 10px;
  }
}
.mypage_matter-list .mypage_matter-item .mypage_matter-eventLink.link_GrayOut {
  padding: 4% 4% 4%;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-item .mypage_matter-eventLink.link_GrayOut {
    padding: 20px 40px 20px;
  }
}
.mypage_matter-list .mypage_matter-item .mypage_matter-projectLink {
  display: block;
  padding: 4%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-item .mypage_matter-projectLink {
    padding: 20px 40px;
  }
}
.mypage_matter-list .mypage_matter-document {
  margin-top: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mypage_matter-list .mypage_matter-document figure {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: left;
}
.mypage_matter-list .mypage_matter-document figure:nth-child(4n) {
  margin-right: 0;
}
.mypage_matter-list .mypage_matter-document figcaption {
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 1.1rem;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-document figcaption {
    font-size: 1.4rem;
  }
}
.mypage_matter-list .link_GrayOut-wrap {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mypage_matter-list .link_GrayOut-wrap .link_GrayOut-wrap-inner {
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .link_GrayOut-wrap .link_GrayOut-wrap-inner {
    font-size: 3rem;
  }
}
.mypage_matter-list .link_GrayOut-wrap .link_GrayOut-wrap-txt {
  font-weight: bold;
  margin-bottom: 0.25em;
}
.mypage_matter-list .classification-list {
  text-align: left;
  font-size: 0;
  margin-bottom: 1%;
}
.mypage_matter-list .classification-list li {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .classification-list li {
    font-size: 1.6rem;
  }
}
.mypage_matter-list .classification-list li::after {
  content: "｜";
  padding: 0 0.5em;
}
.mypage_matter-list .classification-list li:last-child::after {
  content: "";
  padding: 0;
}
.mypage_matter-list .mypage_matter-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mypage_matter-list .mypage_matter-flex .mypage_matter-image {
  width: 30%;
  margin-right: 2%;
  position: relative;
}
.mypage_matter-list .mypage_matter-flex .mypage_matter-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-flex .mypage_matter-image::before {
    padding-top: 66%;
  }
}
.mypage_matter-list .mypage_matter-flex .mypage_matter-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.mypage_matter-list .mypage_matter-flex .mypage_matter-txt {
  width: 78%;
  color: #1A1A1A;
}
.mypage_matter-list .mypage_matter-flex .mypage_matter-txt h3 {
  margin-bottom: 0.25em;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.25;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-flex .mypage_matter-txt h3 {
    font-size: 2.4rem;
    margin-bottom: 0.4em;
  }
}
.mypage_matter-list .mypage_matter-flex .mypage_matter-txt h3 span {
  display: inline-block;
  background-color: #FFFF00;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  font-size: 1.2rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-flex .mypage_matter-txt h3 span {
    font-size: 1.6rem;
  }
}
.mypage_matter-list .mypage_matter-flex .mypage_matter-txt h3.h3_event {
  margin-bottom: 0.1em;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-flex .mypage_matter-txt h3.h3_event {
    font-size: 3rem;
  }
}
.mypage_matter-list .mypage_matter-flex .mypage_matter-txt h4 {
  margin-bottom: 0.25em;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-flex .mypage_matter-txt h4 {
    font-size: 2.8rem;
  }
}
.mypage_matter-list .mypage_matter-flex .mypage_matter-company {
  color: #1A1A1A;
  background-color: #E1EAEA;
  padding: 0.25em 0.5em;
  margin-bottom: 0.25em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-flex .mypage_matter-company {
    margin-bottom: 0.75em;
    font-size: 1.6rem;
  }
}
.mypage_matter-list .mypage_matter-flex .mypage_matter-eventDate {
  line-height: 1.2;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-flex .mypage_matter-eventDate {
    font-size: 2.4rem;
  }
}
.mypage_matter-list .mypage_matter-flex .mypage_matter-eventDate .eventDate-big {
  font-family: "Arial Black", Gadget, "sans-serif", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-flex .mypage_matter-eventDate .eventDate-big {
    font-size: 3.8rem;
  }
}
.mypage_matter-list .mypage_matter-flex .mypage_matter-eventDate .eventDate-middle {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-flex .mypage_matter-eventDate .eventDate-middle {
    font-size: 2.8rem;
  }
}
.mypage_matter-list .mypage_matter-date {
  color: #8E8E8E;
  text-align: right;
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-date {
    font-size: 1.4rem;
  }
}
.mypage_matter-list .mypage_matter-detail {
  padding: 0 4% 4%;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-detail {
    padding: 0 40px 30px;
  }
}
.mypage_matter-list .mypage_matter-detail .mypage_matter-place {
  margin-bottom: 0.25em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-detail .mypage_matter-place {
    font-size: 2rem;
  }
}
.mypage_matter-list .mypage_matter-detail .mypage_matter-tel {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .mypage_matter-detail .mypage_matter-tel {
    font-size: 2rem;
  }
}
.mypage_matter-list .mypage_matter-detail .detail-flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.75em;
}
.mypage_matter-list .matter-point {
  margin-bottom: 0.25em;
  font-size: 1.1rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .matter-point {
    font-size: 1.6rem;
  }
}
.mypage_matter-list .matter-point.schedule {
  color: #00a53d;
}
.mypage_matter-list .matter-point.acquired {
  color: #cc0000;
}
.mypage_matter-list .btn_cancel-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mypage_matter-list .btn_cancel {
  display: inline-block;
  color: #666;
  background-color: #E1EAEA;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
  padding: 1em 1.5em;
  border: 2px solid #E1EAEA;
  border-radius: 50px;
  margin: 0 1% 2%;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .btn_cancel {
    font-size: 1.8rem;
    padding: 0.75em 1em;
    margin: 0 0.5% 0.5%;
    min-width: 300px;
    -webkit-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .mypage_matter-list .btn_cancel {
    width: 44%;
    border: 1px solid #E1EAEA;
  }
}
@media screen and (max-width: 321px) {
  .mypage_matter-list .btn_cancel {
    padding: 1em;
  }
}
.mypage_matter-list .btn_cancel:hover {
  opacity: 1;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  background-color: #DAE5E5;
  color: #555;
  border-color: #DAE5E5;
}
.mypage_matter-list .btn_request {
  display: inline-block;
  color: #6b938e;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
  padding: 1em 1.5em;
  border: 2px solid #6b938e;
  border-radius: 50px;
  margin: 0 1% 2%;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mypage_matter-list .btn_request {
    font-size: 1.8rem;
    padding: 0.75em 1em;
    margin: 0 0.5% 0.5%;
    min-width: 300px;
    -webkit-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .mypage_matter-list .btn_request {
    width: 54%;
    border: 1px solid #6b938e;
  }
}
@media screen and (max-width: 321px) {
  .mypage_matter-list .btn_request {
    padding: 1em;
  }
}
.mypage_matter-list .btn_request:hover {
  opacity: 1;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  background-color: #6b938e;
  color: #fff;
  border-color: #6b938e;
}

/*  .page_event　イベントページ
__________________________________________________________________*/
.page_event {
  background-color: #fdfad6;
}
.page_event .event_lead {
  margin: 5% auto;
}
@media screen and (min-width: 768px) {
  .page_event .event_lead {
    margin: 40px auto;
  }
}
.page_event .event_lead.mbNone {
  margin-bottom: 0;
}
.page_event .event_lead-inner {
  background-color: #fff;
  padding: 4%;
}
@media screen and (min-width: 768px) {
  .page_event .event_lead-inner {
    padding: 30px;
  }
}
.page_event .event_lead-address {
  font-size: 0;
  margin-bottom: 1%;
}
.page_event .event_lead-address li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_event .event_lead-address li {
    font-size: 1.6rem;
  }
}
.page_event .event_lead-address li::after {
  content: "|";
  margin: 0 0.5em;
}
.page_event .event_lead-address li:last-child::after {
  content: "";
  margin: 0;
}
.page_event .event_lead h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 0.2em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .page_event .event_lead h2 {
    font-size: 3.2rem;
  }
}
.page_event .event_lead h2.mbNone {
  margin-bottom: 0;
}
.page_event .event_lead h3 {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_event .event_lead h3 {
    font-size: 1.8rem;
  }
}
.page_event .event_schedule {
  background-color: #fff;
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  .page_event .event_schedule {
    padding: 40px 0;
  }
}
.page_event .event_schedule-center {
  text-align: center;
  margin-bottom: 0.25em;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_event .event_schedule-center {
    font-size: 2rem;
  }
}
.page_event .event_schedule table {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_event .event_schedule table {
    font-size: 1.6rem;
  }
}
.page_event .event_schedule table th {
  width: calc(100% / 7);
}
.page_event .event_schedule table td {
  width: calc(100% / 7);
  padding: 0.75% 0.5%;
}
.page_event .event_schedule table .day_border {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 2% 0;
}
.page_event .event_schedule table .day_border.active {
  background-color: #e6eeee;
}
.page_event .event_schedule table .txt_red {
  color: #ed1c24;
}
.page_event .event_schedule table .txt_blue {
  color: #29abe2;
}
.page_event .event_schedule-arrow {
  display: block;
  width: 40px;
  margin: 3% auto;
}
@media screen and (min-width: 768px) {
  .page_event .event_schedule-arrow {
    margin: 10px auto;
  }
}
.page_event .event_schedule-arrow a {
  display: block;
}
.page_event .event_schedule .scheduleAcc {
  margin: 0 auto;
  color: #444;
}
.page_event .event_schedule .scheduleAcc__link {
  position: relative;
}
.page_event .event_schedule .scheduleAcc__text img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page_event .event_schedule .scheduleAcc__text img:hover {
  cursor: pointer;
}
.page_event .event_schedule .scheduleAcc__text.close img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page_event .event_schedule .scheduleAcc__body {
  margin: 0;
}
.page_event .event_list {
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  .page_event .event_list {
    padding: 40px 0;
  }
}
.page_event .event_list-item {
  background-color: #fff;
  border-top: 6px solid #81a9a9;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_event .event_list-item {
    margin-bottom: 40px;
  }
}
.page_event .event_list .event_content {
  padding: 4% 2%;
}
@media screen and (min-width: 768px) {
  .page_event .event_list .event_content {
    padding: 3% 2%;
  }
}
.page_event .event_list h2 {
  color: #222;
  padding: 0 2%;
  margin-bottom: 0.25em;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_event .event_list h2 {
    font-size: 2.8rem;
  }
}
.page_event .event_list h2 .txt_blue {
  color: #29abe2;
  font-weight: bold;
}
.page_event .event_list h2 .txt_red {
  color: #ed1c24;
  font-weight: bold;
}
.page_event .event_list h3 {
  color: #333333;
  font-size: 2rem;
  font-weight: 600;
  padding: 0 2% 0.25em;
  border-bottom: 2px dotted #333333;
  margin: 0.5em 0 0.25em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_event .event_list h3 {
    font-size: 3rem;
  }
}
.page_event .event_list h4 {
  font-size: 1.8rem;
  padding: 0 2%;
  margin: 0.1em auto 0.25em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_event .event_list h4 {
    font-size: 2.6rem;
  }
}
.page_event .event_list p {
  padding: 0 2%;
  margin-bottom: 0.1em;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_event .event_list p {
    font-size: 1.6rem;
  }
}
.page_event .event_list .content-img_wrap {
  margin-bottom: 4%;
}
.page_event .event_list .content-img_wrap:last-of-type {
  margin-bottom: 1%;
}
.page_event .event_list .content-img_wrap p {
  padding: 0;
  position: relative;
}
.page_event .event_list .content-img_wrap figcaption {
  padding: 2% 4% 0;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_event .event_list .content-img_wrap figcaption {
    font-size: 1.6rem;
  }
}
.page_event .event_list .VR_block h2 {
  background-color: #3d5c5c;
  color: #fff;
  text-align: center;
  padding: 0.25em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page_event .event_list .VR_block h2 {
    font-size: 2.5rem;
  }
}
.page_event .event_list .btn_block {
  text-align: center;
  padding: 4%;
}
@media screen and (min-width: 768px) {
  .page_event .event_list .btn_block {
    padding: 40px 2%;
  }
}
.page_event .event_list .btn_block .btn_reservation {
  color: #fff;
  padding: 0.75em 1em 0.75em 1.5em;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_event .event_list .btn_block .btn_reservation {
    font-size: 2.8rem;
    padding: 0.75em 1.5em 0.75em 2em;
  }
}
.page_event .event_list .btn_block .btn_reservation::before {
  content: "";
  background: url("../../img/front/common/ico_arrow-01.svg") no-repeat left center;
  padding-left: 1.2em;
  margin-right: 0.5em;
}
.page_event .event_list .btn_block .btn_reservation::after {
  content: "";
  background: url("../../img/front/event/ico_point-get.svg") no-repeat right center;
  padding: 1.4em;
  margin-left: 0.25em;
}
.page_event .event_list .btn_block .btn_eventList {
  color: #fff;
  padding: 0.75em 1.5em;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_event .event_list .btn_block .btn_eventList {
    font-size: 2.8rem;
    padding: 0.75em 2em;
  }
}
.page_event .event_shop {
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  .page_event .event_shop {
    padding: 40px 0;
  }
}
.page_event .event_shop-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.page_event .event_shop .event_shop-tit {
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .page_event .event_shop .event_shop-tit {
    font-size: 2.4rem;
  }
}
.page_event .event_shop .tab_main-tit {
  width: 94%;
  text-align: left;
  margin: 0 auto 0.5em;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .page_event .event_shop .tab_main-tit {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 375px) {
  .page_event .event_shop .tab_main-tit {
    width: 92%;
  }
}
.page_event .event_shop .tabBox {
  padding: 0 2em;
  border-bottom: 2px solid #6b938e;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .page_event .event_shop .tabBox {
    margin-bottom: 30px;
  }
}
.page_event .event_shop .tabBox .tabArea {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .page_event .event_shop .tabBox .tabArea {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page_event .event_shop .tabBox .tabArea .one_tab {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-align: center;
  color: #000;
  cursor: pointer;
  margin-right: 2em;
  padding-bottom: 0.5em;
  border-bottom: 7px solid #fff;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_event .event_shop .tabBox .tabArea .one_tab {
    font-size: 2rem;
  }
}
@media screen and (max-width: 321px) {
  .page_event .event_shop .tabBox .tabArea .one_tab {
    font-size: 1.5rem;
  }
}
.page_event .event_shop .tabBox .tabArea .one_tab:hover {
  opacity: 0.7;
  text-decoration: none;
}
.page_event .event_shop .tabBox .tabArea .one_tab:last-child {
  margin-right: 0;
}
.page_event .event_shop .tabBox .tabArea .one_tab:first-child {
  margin-left: 0;
}
.page_event .event_shop .tabBox .tabArea .one_tab.select {
  border-bottom: 7px solid #6b938e;
}
.page_event .event_shop .tabBox .tabArea .one_tab .selectHome {
  color: #6b938e;
  font-weight: bold;
}
.page_event .event_shop-item {
  width: 96%;
  background-color: #fff;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  display: block;
  margin: 0 auto 3%;
  padding: 2%;
}
.page_event .event_shop-item .btn_wrap {
  margin-top: 2%;
}
.page_event .event_shop-item .btn_wrap .btn_reservation {
  width: 100%;
  margin: auto;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .page_event .event_shop-item .btn_wrap .btn_reservation {
    font-size: 2.4rem;
  }
}
.page_event .event_shop-item .btn_wrap .btn_reservation::after {
  content: "";
  background: url("../../img/front/common/ico_arrow-01.svg") no-repeat right center;
  background-size: 1em;
  padding-right: 1em;
  margin-left: 0.5em;
}
.page_event .event_shop .event_shop-flex {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_event .event_shop-itemLeft {
  width: 64%;
  text-align: left;
  line-height: 1.5;
}
.page_event .event_shop-itemLeft p {
  width: 100%;
  padding-left: 1%;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .page_event .event_shop-itemLeft p {
    font-size: 1.6rem;
  }
}
.page_event .event_shop-itemLeft .store {
  margin-bottom: 0.25em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page_event .event_shop-itemLeft .store {
    margin-bottom: 0.4em;
    font-size: 2rem;
  }
}
.page_event .event_shop-itemLeft .point {
  margin-bottom: 0.25em;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_event .event_shop-itemLeft .point {
    font-size: 2.6rem;
  }
}
.page_event .event_shop-itemLeft .point .txt_blue {
  font-weight: bold;
  color: #29abe2;
}
.page_event .event_shop-itemLeft .point .txt_red {
  font-weight: bold;
  color: #ed1c24;
}
.page_event .event_shop-itemLeft .time {
  margin-bottom: 0.1em;
}
.page_event .event_shop-itemLeft .place {
  margin-bottom: 0.1em;
  max-height: 1.5em;
  overflow: hidden;
}
.page_event .event_shop-itemLeft .category {
  background-color: #ccc;
  padding: 0.25em 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .page_event .event_shop-itemLeft .category {
    padding: 0.5em;
  }
}
.page_event .event_shop-itemLeft .category.ct_blue {
  background-color: #bbe1f8;
}
.page_event .event_shop-itemLeft .category.ct_orange {
  background-color: #fcc062;
}
.page_event .event_shop-itemLeft .category.ct_green1 {
  background-color: #ecf2b9;
}
.page_event .event_shop-itemLeft .category.ct_green2 {
  background-color: #daedda;
}
.page_event .event_shop-itemRight {
  width: 36%;
  position: relative;
}
.page_event .event_shop-itemRight::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.page_event .event_shop-itemRight img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.page_event .event_shop-itemRight .btn_VR {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .page_event .event_shop-itemRight .btn_VR {
    font-size: 1.8rem;
  }
}
.page_event .event_shop-itemRight .btn_VR span {
  background-color: #c20000;
  font-weight: bold;
  padding: 0.75em;
  line-height: 1;
}
.page_event .event_shop-itemRight .btn_VR span::after {
  content: "";
  background: url("../../img/front/event/ico_arrow-02.svg") no-repeat right center;
  background-size: 1em;
  padding-right: 1em;
  margin-left: 0.5em;
}

/*  .page_pickUp ピックアップページ
__________________________________________________________________*/
.page_pickUp .pickUp_detail {
  max-width: 1000px;
  margin: 5% auto 7%;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_detail {
    margin: 30px auto 70px;
  }
}
.page_pickUp .pickUp_detail .pickUp-ct {
  margin-bottom: 0.5em;
}
.page_pickUp .pickUp_detail .pickUp-tit {
  margin-bottom: 0.25em;
  line-height: 1.2;
}
.page_pickUp .pickUp_detail-tit {
  width: 90%;
  margin: 0 auto 3.5%;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_detail-tit {
    width: calc(100% - 40px);
    margin: 0 auto 24px;
  }
}
.page_pickUp .pickUp_detail-txt {
  width: 90%;
  margin: 0 auto 5%;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_detail-txt {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
.page_pickUp .pickUp_detail-image {
  margin: 0 auto 3.5%;
  width:90%;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_detail-image {
    margin: 0 auto 24px;
  }
}
.page_pickUp .pickUp_detail-image figure {
  position: relative;
}
.page_pickUp .pickUp_detail-image-cap {
  width: 90%;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0.75em auto 0;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_detail-image-cap {
    width: calc(100% - 40px);
    font-size: 1.6rem;
  }
}
.page_pickUp .pickUp_detail-heading {
  color: #000;
  background-color: #e1eaea;
  border-left: 9px solid #6b938e;
  padding: 0.25em 0.4em;
  margin-bottom: 0.4em;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_detail-heading {
    font-size: 2.8rem;
    padding: 0.5em;
  }
}
.page_pickUp .pickUp_list {
  margin-bottom: 7%;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_list {
    margin-bottom: 70px;
  }
}
.page_pickUp .pickUp_list-wrap {
  width: 92%;
  max-width: 1000px;
  margin: 5% auto;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_list-wrap {
    margin: 30px auto 70px;
  }
}
.page_pickUp .pickUp_list-tit {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_list-tit {
    font-size: 2.4rem;
  }
}
.page_pickUp .pickUp_list-item-wrap {
  border-bottom: 1px solid #ababab;
}
.page_pickUp .pickUp_list-item-wrap:first-child {
  border-top: 1px solid #ababab;
}
.page_pickUp .pickUp_list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3% 0;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_list-item {
    padding: 20px;
  }
}
.page_pickUp .pickUp_list-txt {
  width: 68%;
}
.page_pickUp .pickUp_list-txt .pickUp-ct {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: baseline;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_list-txt .pickUp-ct {
    font-size: 2.4rem;
    margin-bottom: 0.5em;
  }
}
.page_pickUp .pickUp_list-txt .pickUp-ct-new {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_list-txt .pickUp-ct-new {
    font-size: 1.7rem;
  }
}
.page_pickUp .pickUp_list-txt .pickUp-time {
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_list-txt .pickUp-time {
    font-size: 1.6rem;
  }
}
.page_pickUp .pickUp_list-txt .pickUp-tit {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_list-txt .pickUp-tit {
    font-size: 2.6rem;
  }
}
.page_pickUp .pickUp_list-image {
  width: 30%;
  position: relative;
}
.page_pickUp .pickUp_list-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp_list-image::before {
    padding-top: 60%;
  }
}
.page_pickUp .pickUp_list-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.page_pickUp .pickUp-ct {
  color: #31bcc7;
}
.page_pickUp .pickUp-ct-theme {
  color: #666;
}
.page_pickUp .pickUp-ct-new {
  color: #ff557e;
  padding: 0.1em 0.25em;
  margin-right: 0.5em;
  border: 1px solid #ff557e;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp-ct-new {
    border: 2px solid #ff557e;
  }
}
.page_pickUp .pickUp-time {
  color: #666;
  background: url("../../img/front/common/ico_clock-01.svg") no-repeat left center;
  background-size: 1em;
  padding-left: 1.25em;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp-time {
    font-size: 1.6rem;
  }
}
.page_pickUp .pickUp-tit {
  color: #000;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp-tit {
    font-size: 3.2rem;
  }
}
.page_pickUp .pickUp-pager {
  color: #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_pickUp .pickUp-pager {
    font-size: 1.8rem;
  }
}
.page_pickUp .pickUp-pager a {
  color: #6b938e;
  text-decoration: underline;
}
.page_pickUp .pickUp-pager a:hover {
  text-decoration: none;
}

/* プレゼント部分 .content_present */
.content_present {
  background-color: #fff;
  padding-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .content_present {
    padding-bottom: 50px;
  }
}
.content_present .present_tit {
  background: url("../../img/front/common/bg_present-01.jpg") repeat left top;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .content_present .present_tit {
    padding: 2% 0;
    background-size: 20px;
  }
}
.content_present .present_tit h2 {
  border: none;
}
.content_present .present_txt {
  text-align: center;
  padding: 2% 0 1%;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .content_present .present_txt {
    padding: 20px 0 5px;
    font-size: 2rem;
  }
}
.content_present .present_txt-caution {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0.25em auto;
}
@media screen and (min-width: 768px) {
  .content_present .present_txt-caution {
    font-size: 2rem;
    text-align: center;
  }
}
.content_present .present_arrow {
  text-align: center;
}
.content_present .present_arrow a {
  display: block;
  width: 40px;
  margin: 0 auto 2%;
}
@media screen and (min-width: 768px) {
  .content_present .present_arrow a {
    width: 30px;
    margin: 0 auto 20px;
  }
}

/* 各種予約特典ページ .form_entry-wrap */
.form_entry-wrap {
  background-color: #fff;
  padding-bottom: 1%;
}
.form_entry-wrap .h3_login {
  color: #333333;
  line-height: 1.3;
  font-weight: normal;
  background-color: #cddddd;
}

/* チェックボックス */
.checkBlue input[type=checkbox]:checked + span::before {
  background-image: url("../../img/front/form/ico_checked-02.svg");
}

.checkSkyBlue input[type=checkbox]:checked + span::before {
  background-image: url("../../img/front/form/ico_checked-03.svg");
}

input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}

input[type=checkbox] + span:hover {
  cursor: pointer;
}

input[type=checkbox] + span::before {
  display: inline-block;
  content: "";
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  background-color: inherit;
  margin-right: 0.5rem;
  background-image: url("../../img/front/form/ico_check-01.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: -0.25em;
}
@media screen and (min-width: 768px) {
  input[type=checkbox] + span::before {
    width: 2rem;
    height: 2rem;
  }
}

input[type=checkbox]:checked + span::before {
  background-image: url("../../img/front/form/ico_checked-01.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/* ページャー */
.pager .pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}
.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  min-width: 36px;
  min-height: 36px;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .pager .pagination li {
    min-width: 50px;
    min-height: 50px;
    font-size: 1.8rem;
  }
}
.pager .pagination li.pre {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .pager .pagination li.pre {
    width: 90px;
  }
}
.pager .pagination li.next {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .pager .pagination li.next {
    width: 90px;
  }
}
.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #333;
  text-decoration: none;
  background-color: #e1eaea;
  opacity: 1;
}
.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}
.pager .pagination li a:hover {
  color: #fff;
  background-color: #b3cbcb;
}
.pager .pagination li a.active {
  color: #6b938e;
  background-color: #b3cbcb;
}
.pager .pagination li.abridgement {
  background-color: inherit;
}
.pager .pagination li.abridgement span {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #333;
  text-decoration: none;
}

/* 会社概要ページ
_________________________________*/
.page_about {
  background-color: #fff;
}
.page_about .about-wrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 40px 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page_about .about-wrap {
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    padding: 5% 0 0;
  }
}
.page_about .about-wrap-tit {
  color: #4D4D4D;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 0 20px;
  margin: 0 auto 0.5em;
}
@media screen and (max-width: 768px) {
  .page_about .about-wrap-tit {
    font-size: 1.6rem;
    padding: 0 5%;
  }
}
.page_about .about-wrap-cont {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .page_about .about-wrap-cont {
    font-size: 1.2rem;
  }
}
.page_about .about-wrap-cont dt {
  color: #A8996C;
  background-color: #F7F8EB;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.5em 20px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .page_about .about-wrap-cont dt {
    padding: 0.5em 5%;
  }
}
.page_about .about-wrap-cont dd {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page_about .about-wrap-cont dd {
    padding: 0 5%;
  }
}
.page_about .about-wrap-image {
  width: 94%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .page_about .about-wrap-image {
    margin: 5% auto;
  }
}
.page_about .about-wrap-image li {
  width: 49%;
}

/* プロコメンテーターについてモーダル */
.modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9000;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100vh;
  width: 100%;
}

.modal__content {
  background: #fff;
  padding: 4%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-height: 96%;
  border-radius: 15px;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .modal__content {
    max-width: 1000px;
    padding: 2%;
  }
}
.modal__content h1 {
  color: #333;
  background-color: #EEEADC;
  display: inline-block;
  padding: 0.25em 0.75em 0.25em 0;
  margin-bottom: 0.5em;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .modal__content h1 {
    font-size: 2.8rem;
  }
}
.modal__content h1::before {
  content: "";
  background: url("../../img/front/common/ico_mark-01.svg") no-repeat left center;
  padding: 0.5em 1.5em 0.5em 0;
  margin-right: 0.5em;
}
.modal__content .modal_content-innner01 {
  position: relative;
  margin-bottom: 3%;
}
.modal__content .modal_content-innner01 .top_close {
  position: absolute;
  width: 30px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .modal__content .modal_content-innner01 .top_close {
    width: 35px;
  }
}
.modal__content .modal_content-innner01 p {
  padding: 0 1%;
  margin-bottom: 1em;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .modal__content .modal_content-innner01 p {
    margin-bottom: 0.75em;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.modal__content .modal_content-innner02::before {
  content: "";
  display: block;
  background: url("../../img/front/common/bg_line-top.svg") repeat-x left top;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .modal__content .modal_content-innner02::before {
    padding-top: 10px;
  }
}
.modal__content .modal_content-innner02::after {
  content: "";
  display: block;
  background: url("../../img/front/common/bg_line-bottom.svg") repeat-x left bottom;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .modal__content .modal_content-innner02::after {
    padding-bottom: 10px;
  }
}
.modal__content .modal_content-innner02 .modal_content-block {
  padding: 3% 1%;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .modal__content .modal_content-innner02 .modal_content-block {
    padding: 2.5% 1%;
  }
}
.modal__content .modal_content-innner02 .modal_content-block h2 {
  color: #216887;
  margin-bottom: 0.4em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .modal__content .modal_content-innner02 .modal_content-block h2 {
    font-size: 2.4rem;
  }
}
.modal__content .modal_content-innner02 .modal_content-block h2 span {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .modal__content .modal_content-innner02 .modal_content-block h2 span {
    font-size: 2rem;
  }
}
.modal__content .modal_inner-list li {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.3em;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .modal__content .modal_inner-list li {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
  }
}
.modal__content .modal_inner-list li::before {
  content: "●";
  color: #333;
  vertical-align: middle;
  margin-right: 0.25em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .modal__content .modal_inner-list li::before {
    font-size: 1.3rem;
  }
}
.modal__content .modal_content-last {
  padding: 3% 1%;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .modal__content .modal_content-last {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 321px) {
  .modal__content .modal_content-last {
    font-size: 1.2rem;
  }
}
.modal__content .modal_content-last p {
  width: 80%;
}
.modal__content .modal_content-last a {
  width: 20%;
  color: #335BC1;
  text-decoration: underline;
  text-align: right;
  margin-right: 0;
}
.modal__content .modal_content-last a:hover {
  text-decoration: none;
}

/* ポイントについてのモーダル */
.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal_inner {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 750px;
  width: 94%;
  height: calc(100% - 20px);
}
.modal_inner .modal_inner-scroll {
  overflow-y: scroll;
  height: 100%;
}

.modal_close {
  color: #000;
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 30px;
  height: 30px;
}

.modal_bg {
  background-color: rgba(30, 30, 30, 0.8);
  height: 100%;
  width: 100%;
  z-index: 9998;
}

.modal_area-point {
  line-height: 1.75;
}
.modal_area-point .modal_block {
  padding: 6% 1%;
  background-color: #FDF5BF;
}
.modal_area-point .modal_bg {
  background-color: rgba(30, 30, 30, 0.8);
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_area-point .pointGet-h2 {
  color: #CC0000;
  background-color: inherit;
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .modal_area-point .pointGet-h2 {
    font-size: 2.6rem;
  }
}
.modal_area-point .pointGet_block-01 {
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  padding-bottom: 2%;
  margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .modal_area-point .pointGet_block-01 {
    font-size: 1.8rem;
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 321px) {
  .modal_area-point .pointGet_block-01 {
    font-size: 1.3rem;
  }
}
.modal_area-point .pointGet_block-01::before {
  content: "";
  position: absolute;
  background: url("../../img/front/common/bg_point-left.svg") no-repeat left bottom;
  width: 30%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .modal_area-point .pointGet_block-01::before {
    padding-top: 20px;
  }
}
.modal_area-point .pointGet_block-01::after {
  content: "";
  position: absolute;
  background: url("../../img/front/common/bg_point-right.svg") no-repeat right bottom;
  width: 30%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .modal_area-point .pointGet_block-01::after {
    padding-top: 20px;
  }
}
.modal_area-point .pointGet_block-01 .pointGet_block-txt {
  margin-bottom: 0.5em;
}
.modal_area-point .pointGet_block-01 .pointGet_block-txtBold {
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: middle;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .modal_area-point .pointGet_block-01 .pointGet_block-txtBold {
    font-size: 2.2rem;
  }
}
.modal_area-point .pointGet_block-01 .pointGet_block-txtBold .txtBold-red {
  color: #CC0000;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .modal_area-point .pointGet_block-01 .pointGet_block-txtBold .txtBold-red {
    font-size: 3.4rem;
  }
}
.modal_area-point .pointGet_block-01 .pointGet_block-txtBold .txtBold-black {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .modal_area-point .pointGet_block-01 .pointGet_block-txtBold .txtBold-black {
    font-size: 2.6rem;
  }
}
.modal_area-point .pointGet_block-02 {
  font-size: 1.2rem;
  padding: 0 2%;
}
@media screen and (min-width: 768px) {
  .modal_area-point .pointGet_block-02 {
    font-size: 1.6rem;
  }
}
.modal_area-point .pointGet_block-02 p {
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 1.3;
}
.modal_area-point .pointGet_block-02 .pointGet_btn-wrap {
  text-align: center;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .modal_area-point .pointGet_block-02 .pointGet_btn-wrap {
    margin-bottom: 30px;
  }
}
.modal_area-point .pointGet_block-02 .pointGet_btn-wrap a {
  display: inline-block;
  color: #fff;
  padding: 1em;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .modal_area-point .pointGet_block-02 .pointGet_btn-wrap a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 321px) {
  .modal_area-point .pointGet_block-02 .pointGet_btn-wrap a {
    font-size: 1.2rem;
  }
}
.modal_area-point .pointGet_block-02 .pointGet_btn-wrap a::before {
  content: "";
  background: url("../../img/front/common/ico_write-02.svg") no-repeat left center;
  padding: 1em 0 1em 2em;
  margin-right: 0.5em;
}
.modal_area-point .pointGet_block-03 {
  text-align: center;
  padding: 10px;
}
.modal_area-point .pointGet_block-03 .modal_close {
  color: #335BC1;
  position: relative;
  width: auto;
  height: auto;
  text-decoration: underline;
}
.modal_area-point .present_txt-caution {
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0.25em auto;
}
@media screen and (min-width: 768px) {
  .modal_area-point .present_txt-caution {
    font-size: 1.6rem;
  }
}
.modal_area-point .pointGet_block-inner {
  z-index: 2;
  position: relative;
}