@charset "UTF-8";
.dist__inner {
  width: 100%;
  margin: auto;
}
@media (min-width: 769px) {
  .dist__inner {
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .dist__inner {
    padding: 0 20px;
  }
}

/*------------------------------------------
breadcrumb
------------------------------------------*/
@media (min-width: 769px) {
  .cmn__breadcrumb {
    padding: 156px 0 10.6881405564vw;
  }
}
@media (max-width: 768px) {
  .cmn__breadcrumb {
    padding: 80px 0 25.6vw;
  }
}
.cmn__breadcrumb.has--bg {
  background: #F2FAFD;
}
@media (max-width: 768px) {
  .cmn__breadcrumb .dist__inner {
    overflow: auto;
    overscroll-behavior-y: contain;
    scrollbar-width: thin;
    scrollbar-color: #c9c9c9 #ededed;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .breadcrumb__list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 6px;
  }
}

.breadcrumb__list--item {
  color: #000000;
  font-size: 14px;
}
.breadcrumb__list--item a {
  color: #0099D9;
  display: block;
  text-decoration: underline;
  padding-right: 16px;
  margin-right: 20px;
  position: relative;
}
.breadcrumb__list--item a::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

/*------------------------------------------
SNS
------------------------------------------*/
.dist__sns--area {
  border-bottom: 2px solid #e0e0e0;
}
@media (min-width: 769px) {
  .dist__sns--area {
    margin-top: 100px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .dist__sns--area {
    margin-top: 80px;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
}
.dist__sns--area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 22px;
}
.dist__sns--area .inner .share__txt {
  color: #0099D9;
  font-size: 16px;
}
.dist__sns--area .inner .sns__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .dist__sns--area .inner .sns__list {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .dist__sns--area .inner .sns__list {
    gap: 8px;
  }
}
.dist__sns--area .inner .sns__list > li > a {
  width: 40px;
  height: 40px;
}
.dist__sns--area.no--border {
  border-bottom: none;
}

/*------------------------------------------
dist__cmn--mv
------------------------------------------*/
.dist__cmn--mv {
  width: 100%;
  background: #33AEE1;
  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;
  position: relative;
}
@media (min-width: 769px) {
  .dist__cmn--mv {
    height: 20.9370424597vw;
  }
}
@media (max-width: 768px) {
  .dist__cmn--mv {
    height: 216px;
  }
}
.dist__cmn--mv::before, .dist__cmn--mv::after {
  content: "";
  position: absolute;
}
.dist__cmn--mv::before {
  background: url(/assets/images/dist/mv_icon_1_pc.png) no-repeat center/100%;
}
@media (min-width: 769px) {
  .dist__cmn--mv::before {
    width: 400px;
    height: 115px;
    top: 7.1010248902vw;
    left: -87px;
  }
}
@media (max-width: 768px) {
  .dist__cmn--mv::before {
    width: 160px;
    height: 46px;
    left: -34px;
    bottom: 10px;
  }
}
@media (min-width: 769px) {
  .dist__cmn--mv::after {
    background: url(/assets/images/dist/mv_icon_2_pc.png) no-repeat center/100%;
    width: 285px;
    height: 119px;
    top: 2.7818448023vw;
    right: -55px;
  }
}
@media (max-width: 768px) {
  .dist__cmn--mv::after {
    background: url(/assets/images/dist/mv_icon_2_sp.png) no-repeat center/100%;
    width: 180px;
    height: 60px;
    top: 2px;
    right: -23px;
  }
}

.dist__mv--ttl {
  color: #fff;
  text-align: center;
}
.dist__mv--ttl span {
  display: block;
}
@media (min-width: 769px) {
  .dist__mv--ttl .en {
    font-size: 40px;
    margin-bottom: 7px;
  }
}
@media (max-width: 768px) {
  .dist__mv--ttl .en {
    font-size: 32px;
    margin-bottom: 6px;
  }
}
.dist__mv--ttl .ja {
  font-weight: 700;
}
@media (min-width: 769px) {
  .dist__mv--ttl .ja {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .dist__mv--ttl .ja {
    font-size: 14px;
  }
}

/*------------------------------------------
dist--wave
------------------------------------------*/
.dist--wave {
  position: absolute;
  width: 100%;
  left: 0;
}
@media (min-width: 769px) {
  .dist--wave {
    height: 3.3674963397vw;
  }
}
@media (max-width: 768px) {
  .dist--wave {
    height: 4.2666666667vw;
  }
}
@media (min-width: 769px) {
  .dist--wave.top {
    top: -3.3674963397vw;
  }
}
@media (max-width: 768px) {
  .dist--wave.top {
    top: -21px;
  }
}
@media (min-width: 769px) {
  .dist--wave.bottom {
    bottom: 1px;
  }
}
@media (max-width: 768px) {
  .dist--wave.bottom {
    bottom: 5px;
  }
}
@media (min-width: 769px) {
  .dist--wave.bottom2 {
    bottom: 1px;
  }
}
@media (max-width: 768px) {
  .dist--wave.bottom2 {
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .dist--wave.type--2 {
    height: 7.7598828697vw;
  }
}
@media (max-width: 768px) {
  .dist--wave.type--2 {
    height: 14.9333333333vw;
  }
}

.wave__box {
  width: 100%;
  position: relative;
}

/*------------------------------------------
dist__cmn--container
------------------------------------------*/
.dist__cmn--container {
  position: relative;
}
@media (min-width: 769px) {
  .dist__cmn--container {
    padding: 100px 0 10px;
  }
}
@media (max-width: 768px) {
  .dist__cmn--container {
    padding: 40px 0 10px;
  }
}
@media (min-width: 769px) {
  .dist__cmn--container.p56 {
    padding: 56px 0 10px;
  }
}
@media (min-width: 769px) {
  .dist__cmn--container.type--2 {
    padding: 100px 0 calc(116px + 3.3674963397vw);
  }
}
@media (max-width: 768px) {
  .dist__cmn--container.type--2 {
    padding: 40px 0 calc(80px + 4.2666666667vw);
  }
}
.dist__cmn--container.has--bg {
  background: #F2FAFD;
}

/*------------------------------------------
detail__cmn--ttl
------------------------------------------*/
.detail__cmn--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  .detail__cmn--ttl {
    padding-bottom: 14px;
    border-bottom: 2px solid #0099D9;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .detail__cmn--ttl .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 2px solid #0099D9;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl .left {
    width: 100%;
    padding-bottom: 36px;
    border-bottom: 2px solid #0099D9;
    margin-bottom: 24px;
  }
}
.detail__cmn--ttl .left .label {
  margin-bottom: 28px;
}
.detail__cmn--ttl .left .label .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0099D9;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 769px) {
  .detail__cmn--ttl .left .label .txt {
    width: 280px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl .left .label .txt {
    width: 168px;
    height: 34px;
  }
}
.detail__cmn--ttl .left .label.open .txt {
  background: #FFEB00;
  color: #000;
}
.detail__cmn--ttl .left .label.renewal .txt {
  background: #52E3A6;
  color: #000;
}
.detail__cmn--ttl .left .ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .detail__cmn--ttl .right {
    width: 280px;
    padding: 10px 0 10px 26px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl .right {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 2px solid #0099D9;
  }
}
.detail__cmn--ttl .right .r--top {
  margin-bottom: 20px;
}
.detail__cmn--ttl .right .txt--1 {
  color: #0099D9;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
}
.detail__cmn--ttl .right .txt--2 {
  font-size: 16px;
}
.detail__cmn--ttl.type--2 .left {
  border-right: none;
}
.detail__cmn--ttl.type--2 .left .label {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .detail__cmn--ttl.type--2 .left .label {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl.type--2 .left .label {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.detail__cmn--ttl.type--2 .left .label .date {
  line-height: 1;
  color: #9F9F9F;
}
@media (min-width: 769px) {
  .detail__cmn--ttl.type--2 .left .label .date {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl.type--2 .left .label .date {
    font-size: 16px;
  }
}
.detail__cmn--ttl.type--3 .left {
  border-right: none;
}
.detail__cmn--ttl.type--3 .left .label {
  width: 100%;
}
@media (max-width: 768px) {
  .detail__cmn--ttl.type--3 .left .label {
    text-align: right;
  }
}
.detail__cmn--ttl.type--3 .left .label .date {
  line-height: 1;
  color: #9F9F9F;
}
@media (min-width: 769px) {
  .detail__cmn--ttl.type--3 .left .label .date {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl.type--3 .left .label .date {
    font-size: 16px;
  }
}

/*------------------------------------------
detail__cmn--ttl2
------------------------------------------*/
.detail__cmn--ttl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #0099D9;
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 {
    padding-bottom: 12px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl2 {
    padding-bottom: 32px;
    margin-bottom: 40px;
  }
}
.detail__cmn--ttl2 .logo {
  overflow: hidden;
  position: relative;
  outline: 2px solid #EFEFEF;
  aspect-ratio: 18/11;
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 .logo {
    margin-right: 24px;
    margin-bottom: 13px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl2 .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 128px;
  }
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 13px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl2 .info {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 28px;
  }
}
.detail__cmn--ttl2 .info .shop {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 .info .shop {
    width: 100%;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl2 .info .shop {
    line-height: 1.5;
    font-size: 32px;
  }
}
.detail__cmn--ttl2 .info .category {
  color: #9F9F9F;
  font-size: 16px;
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 .info .category {
    width: 100%;
  }
}
.detail__cmn--ttl2 .f__detail {
  color: #0099D9;
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 .f__detail {
    width: 200px;
    border-left: 2px solid #0099D9;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl2 .f__detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.detail__cmn--ttl2 .f__detail .floor {
  font-weight: 600;
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 .f__detail .floor {
    font-size: 60px;
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl2 .f__detail .floor {
    font-size: 44px;
  }
}
@media (min-width: 769px) {
  .detail__cmn--ttl2 .f__detail .floor .s--txt {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .detail__cmn--ttl2 .f__detail .floor .s--txt {
    font-size: 24px;
  }
}
.detail__cmn--ttl2 .f__detail .museum {
  font-size: 12px;
}

/*------------------------------------------
wysiwyg__block
------------------------------------------*/
.wysiwyg__block {
  width: 100%;
  margin: auto;
}
@media (min-width: 769px) {
  .wysiwyg__block {
    max-width: 894px;
  }
}
.wysiwyg__block .img {
  width: 100%;
}
@media (min-width: 769px) {
  .wysiwyg__block .img {
    margin: 0 auto 60px;
  }
}
@media (max-width: 768px) {
  .wysiwyg__block .img {
    margin: 0 auto 40px;
  }
}

/*------------------------------------------
shopnews__recommend
------------------------------------------*/
.shopnews__recommend {
  position: relative;
  background: #F2FAFD;
}
@media (min-width: 769px) {
  .shopnews__recommend {
    padding: 70px 0 10px;
  }
}
@media (max-width: 768px) {
  .shopnews__recommend {
    padding: 42px 0 10px;
  }
}
@media (min-width: 769px) {
  .shopnews__recommend .recommend__ttl {
    margin: 0 auto 40px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .shopnews__recommend .recommend__ttl {
    margin: 0 auto 35px;
  }
}
.shopnews__recommend .recommend__ttl span {
  display: block;
}
.shopnews__recommend .recommend__ttl .en {
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .shopnews__recommend .recommend__ttl .en {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .shopnews__recommend .recommend__ttl .en {
    font-size: 24px;
  }
}
.shopnews__recommend .recommend__ttl .ja {
  color: #0099D9;
  font-weight: 700;
  font-size: 12px;
}
.shopnews__recommend .shopnews__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
@media (min-width: 769px) {
  .shopnews__recommend .shopnews__list {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .shopnews__recommend .shopnews__list {
    overflow: scroll;
    padding: 0 0 0 8px;
    margin-left: -8px;
    margin-bottom: 30px;
  }
}
.shopnews__recommend .shopnews__list > li {
  background: #fff;
}
@media (min-width: 769px) {
  .shopnews__recommend .shopnews__list > li {
    width: calc(25% - 21px);
  }
}
@media (max-width: 768px) {
  .shopnews__recommend .shopnews__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}
.shopnews__recommend .shopnews__list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #0099D9;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .shopnews__recommend .shopnews__list > li > a:hover {
    background: #F2FAFD;
  }
}
.shopnews__recommend .shopnews__list > li .info .ttl {
  line-height: 1;
  width: 100%;
  color: #0099D9;
  padding: 12px 12px 9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #0099D9;
}
.shopnews__recommend .shopnews__list > li .info .ttl span {
  display: block;
}
.shopnews__recommend .shopnews__list > li .info .ttl .floor {
  font-size: 24px;
  position: relative;
}
.shopnews__recommend .shopnews__list > li .info .ttl .floor::after {
  content: "F";
  font-size: 13px;
  display: inline-block;
  margin-left: 3px;
}
.shopnews__recommend .shopnews__list > li .info .ttl .build {
  font-size: 12px;
}
.shopnews__recommend .shopnews__list > li .info .img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}
.shopnews__recommend .shopnews__list > li .info .detail {
  padding: 20px 20px 28px;
}
.shopnews__recommend .shopnews__list > li .info .detail .shop {
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 12px;
}
.shopnews__recommend .shopnews__list > li .info .detail .txt {
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 20px;
}
.shopnews__recommend .shopnews__list > li .info .detail .option {
  line-height: 1;
  color: #9F9F9F;
  font-size: 13px;
}
.shopnews__recommend .shopnews__list > li.icon--new {
  position: relative;
}
.shopnews__recommend .shopnews__list > li.icon--new::before {
  content: "";
  background: url(/assets/images/common/icon_new.svg) no-repeat center/100%;
  position: absolute;
  z-index: 2;
  width: 52px;
  height: 38px;
  top: 58px;
  left: -8px;
}

/*------------------------------------------
コミュニティスペースへのお問い合わせ
------------------------------------------*/
@media (min-width: 769px) {
  .form .dist__cmn--mv {
    height: 20.1317715959vw;
  }
}
@media (max-width: 768px) {
  .form .dist__cmn--mv {
    height: 196px;
  }
}
.form .dist__cmn--mv::before, .form .dist__cmn--mv::after {
  display: none;
}
.form .dist__cmn--mv .dist__mv--ttl .ja {
  line-height: 1.2;
}
@media (min-width: 769px) {
  .form .dist__cmn--mv .dist__mv--ttl .ja {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .form .dist__cmn--mv .dist__mv--ttl .ja {
    font-size: 32px;
    margin-bottom: 6px;
  }
}
@media (min-width: 769px) {
  .form .dist__cmn--mv .dist__mv--ttl .en {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .form .dist__cmn--mv .dist__mv--ttl .en {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .form .dist__inner {
    max-width: 1000px;
  }
}
.form .confirm--txt {
  line-height: 1.6;
}

.header__container--community {
  background: #fff;
}
@media (min-width: 769px) {
  .header__container--community {
    padding: 16px 0 24px;
  }
}
@media (max-width: 768px) {
  .header__container--community {
    padding: 11px 0 15px;
  }
}
.header__container--community .inner {
  padding: 0 20px;
}
.header__container--community .inner .h__logo {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .header__container--community .inner .h__logo {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .header__container--community .inner .h__logo {
    width: 146px;
  }
}

.footer__container--community {
  background: #33AEE1;
}
@media (min-width: 769px) {
  .footer__container--community {
    padding: 32px 0;
  }
}
@media (max-width: 768px) {
  .footer__container--community {
    padding: 24px 0;
  }
}
.footer__container--community .inner {
  padding: 0 20px;
}
.footer__container--community .inner .footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
}

@media (min-width: 769px) {
  .community__container {
    padding: 100px 0 110px;
  }
}
@media (max-width: 768px) {
  .community__container {
    padding: 60px 0 80px;
  }
}

@media (min-width: 769px) {
  .community__lead {
    text-align: center;
    font-size: 16px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .community__lead {
    line-height: 2;
    font-size: 15px;
    margin-bottom: 40px;
  }
}

.form .form__block {
  border-top: 1px solid #E0E0E0;
}
@media (min-width: 769px) {
  .form .form__block {
    padding: 24px 0;
  }
}
@media (max-width: 768px) {
  .form .form__block {
    padding: 32px 0;
  }
}
.form .form__block .form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  .form .form__block .form__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 82px;
  }
}
@media (max-width: 768px) {
  .form .form__block .form__list {
    gap: 16px;
  }
}
@media (min-width: 769px) {
  .form .form__block .form__list.other--type {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.form .form__block .form__list .list--left {
  width: 100%;
}
@media (min-width: 769px) {
  .form .form__block .form__list .list--left {
    width: 285px;
    padding-left: 10px;
  }
}
.form .form__block .form__list .list--left .category {
  line-height: 1;
  color: #0099D9;
  font-weight: 700;
  font-size: 16px;
}
.form .form__block .form__list .list--left .required {
  background: #FF0100;
  width: 48px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
}
.form .form__block .form__list .list--right {
  width: 100%;
}
@media (min-width: 769px) {
  .form .form__block .form__list .list--right {
    width: calc(100% - 367px);
  }
}
.form .form__block .form__list .list--right.space {
  position: relative;
}
@media (min-width: 769px) {
  .form .form__block .form__list .list--right.space {
    width: 340px;
  }
}
.form .form__block .form__list .list--right.space::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #0099D9 transparent transparent transparent;
}
@media (min-width: 769px) {
  .form .form__block .form__list .list--right.tel {
    width: 340px;
  }
}
.form .form__block .form__list .list--right select,
.form .form__block .form__list .list--right textarea,
.form .form__block .form__list .list--right input {
  width: 100%;
  background: #F8F8F8;
}
@media (min-width: 769px) {
  .form .form__block .form__list .list--right select,
  .form .form__block .form__list .list--right textarea,
  .form .form__block .form__list .list--right input {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .form .form__block .form__list .list--right select,
  .form .form__block .form__list .list--right textarea,
  .form .form__block .form__list .list--right input {
    padding: 20px 20px 20px 16px;
  }
}
.form .form__block .form__list .list--right select.is-empty,
.form .form__block .form__list .list--right textarea.is-empty,
.form .form__block .form__list .list--right input.is-empty {
  color: #9F9F9F;
}
.form .form__block .form__list .list--right select.is-empty.error,
.form .form__block .form__list .list--right textarea.is-empty.error,
.form .form__block .form__list .list--right input.is-empty.error {
  background: #FDEDED;
  border: 1px solid #FF0100;
}
.form .form__block .form__list .list--right .name__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 769px) {
  .form .form__block .form__list .list--right .name__list {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .form .form__block .form__list .list--right .name__list {
    gap: 10px;
  }
}
@media (min-width: 769px) {
  .form .form__block .form__list .list--right .name__list .item {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .form .form__block .form__list .list--right .name__list .item {
    width: calc(50% - 5px);
  }
}
.form .form__block .form__list .list--right .file__input > input {
  padding: 0;
  background: #fff;
}
.form .form__block .form__list .list--right textarea {
  height: 140px;
}
.form .form__block .form__list .list--right input[type=text] {
  color: #000000;
}
.form .form__block .form__list .list--right .file--notice {
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 769px) {
  .form .form__block .form__list .list--right .file--notice {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .form .form__block .form__list .list--right .file--notice {
    margin-top: 12px;
  }
}
.form .form__block.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form .form__block.checkbox .custom-checkbox {
  position: relative;
  padding-left: 2.2em;
}
.form .form__block.checkbox .custom-checkbox::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  border: 1px solid #BABABA;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .form .form__block.checkbox .custom-checkbox::before {
    bottom: 0;
  }
}
.form .form__block.checkbox .custom-checkbox::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  top: 0;
  left: 6px;
  margin: auto;
  border-right: 2px solid #0099D9;
  border-bottom: 2px solid #0099D9;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 769px) {
  .form .form__block.checkbox .custom-checkbox::after {
    bottom: 0;
  }
}
.form .form__block.checkbox .custom-checkbox .txt--2 {
  margin-left: 32px;
}
.form .form__block.checkbox .custom-checkbox > a {
  color: #0099D9;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .form .form__block.checkbox .custom-checkbox > a:hover {
    text-decoration: none;
  }
}
.form .form__block.checkbox input[type=checkbox]:checked + .custom-checkbox::after {
  opacity: 1;
}
@media (min-width: 769px) {
  .form .form__block.error .list--left {
    margin-top: -24px;
  }
}
@media (min-width: 769px) {
  .form .form__block.error .list--right.space::after {
    top: calc(50% - 12px);
  }
}
.form .form__block.error .list--right select.is-empty,
.form .form__block.error .list--right input[type=text],
.form .form__block.error .list--right input {
  background: #FDEDED;
  border: 1px solid #FF0100;
}

.cmn__btn {
  width: 100%;
}
@media (min-width: 769px) {
  .cmn__btn {
    max-width: 360px;
    height: 64px;
    margin: 40px auto 0;
  }
}
@media (max-width: 768px) {
  .cmn__btn {
    height: 56px;
    margin: 8px auto 0;
  }
}
.cmn__btn > input {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #0099D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 100px;
  border: 2px solid #0099D9;
  -webkit-box-shadow: 0px 4px 0px #0099D9;
          box-shadow: 0px 4px 0px #0099D9;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
}
@media (min-width: 769px) {
  .cmn__btn > input {
    cursor: pointer;
  }
  .cmn__btn > input:hover {
    background: #0099D9;
    color: #fff;
  }
}
.cmn__btn.disable > input {
  color: #9F9F9F;
  border: 2px solid #9F9F9F;
  -webkit-box-shadow: 0px 4px 0px #9F9F9F;
          box-shadow: 0px 4px 0px #9F9F9F;
}
@media (min-width: 769px) {
  .cmn__btn.disable > input {
    pointer-events: none;
  }
}

.community__ttl {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .community__ttl {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .community__ttl {
    font-size: 24px;
  }
}

.error--txt {
  line-height: 1;
  color: #FF0100;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 769px) {
  .error--txt {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .error--txt {
    margin-top: 12px;
  }
}

.error--txt_2 {
  display: block;
  color: #FF0100;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .error--txt_2 {
    line-height: 1;
    text-align: center;
    margin: 16px auto 0;
  }
}
@media (max-width: 768px) {
  .error--txt_2 {
    max-width: 272px;
    line-height: 1.6;
    margin: 14px auto 40px;
  }
}

@media (min-width: 769px) {
  .error__checkbox .form__block.checkbox {
    padding: 24px 0 0;
  }
}
@media (max-width: 768px) {
  .error__checkbox .form__block.checkbox {
    padding: 32px 0 0;
  }
}