/*Style Setting
=======================================*/
@charset "utf-8";

.error-message {
	background-color: #dd4b39;
	border-radius: 0 0 10px 10px;
	color: rgb(255, 255, 255);
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 15px 30px 15px 15px;
}


/*基本情報
--------------------*/
.review_more{
	text-align:right;
	padding: 5px 10px 10px 0;
}
.review_more a{
	text-decoration-line: underline;
	color: deepskyblue;
}
.kuchikomi-post-btns{
    text-align: center;
}
.kuchikomi-post-btns .btn-primary .c-btn1{
    width: 80%;
    margin-top: 30px;
}

.star5_rating{
	  font-size: 1.7rem !important;
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #77b5f2; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */


/*口コミリビューモーダル画面用*/
.c-modalcmt{
	background: #fff;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 0;
}
.c-modalcmt .popup-modal-dismiss{
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 0;
	bottom: 105%;
	cursor: pointer;
}
.c-modalcmt .popup-modal-dismiss.btn{
	position:unset;
	width:unset;
	height:unset;
}
.c-modalcmt .popup-modal-dismiss img{
	display:block;
	width:100%;
}

.reviews_contents{
	padding: 0 5vw !important;
}

.c-modalcmt__inner .reviews_button{
	width: 100%;
	padding-bottom: 10px;
	display: inline-block;
}
.c-modalcmt__inner .reviews_button .cancel{
	float: left;
	width: 100px;
	height: 30px;
	line-height: 0px !important;
}
.c-modalcmt__inner .reviews_button .submit{
	float: right;
	width: 100px;
	height: 30px;
	line-height: 0px !important;
	background: linear-gradient(to right,#3794f0,#77b5f2);
    color: #fff!important;
    border: none;
    border-radius: 4px;
}

.c-form2 .reviews_rating{
	padding: 5px 0 5px 0;
}
.c-form2 .reviews_evaluation{
	font-size: 23px !important;
	margin-left: 30px;
	margin-bottom: 0px;
}
.c-form2 .reviews_name{
	padding: 5px 0 5px 0;
}
.c-form2 .reviews_content{
	padding: 20px 0 5px 0;
}
.c-form2 .modal_label{
	padding-top:10px;
	font-size: 16px !important;
}
.c-form2 .modal_textarea{
	height: 300px;
	margin-bottom: 0px;
}

.c-form2 > label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-family: '游ゴシック', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 21px;
  font-weight: 500; }

.c-form2 > input,
.c-form2 textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #000;
  background: #fff;
  padding: 10px; }

.c-form2 .rating {
  margin-bottom: 7px; }

.c-form2 textarea {
  height: 120px;
  margin-bottom: 50px; }

.c-form2 .c-btn1 {
  max-width: 135px;
  margin: 0 auto; }

  .rating {
  display: inline-block;
  position: relative;
  height: 16px; }
  .rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer; }
    .rating label:last-child {
      position: static; }
      .rating label:last-child .icon {
        color: #c4c4c4; }
    .rating label:nth-child(1) {
      z-index: 5; }
    .rating label:nth-child(2) {
      z-index: 4; }
    .rating label:nth-child(3) {
      z-index: 3; }
    .rating label:nth-child(4) {
      z-index: 2; }
    .rating label :nth-child(5) {
      z-index: 1; }
    .rating label input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .rating label .icon {
      float: left;
      color: transparent; }
    .rating label span {
      position: unset;
      padding-left: 0; }
      .rating label span::before, .rating label span::after {
        display: none; }

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #77b5f2; }

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #77b5f2; }


.c-alert {
  line-height: 60px;
  text-align: center;
  font-size: 1.6rem;
  font-family: '游ゴシック', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 2px; }
  .c-alert.success {
    background: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc; }
  .c-alert.warning {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba; }
  .c-alert.danger {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb; }    


/*講師一覧ページ*/
.users_info_rate{
  margin: 10px 0 0 10px;
}
.users_info_rate span{
  font-size: 20px;
}

/*講師詳細ページ*/
.user_detail{
  clear: both;
  display: -webkit-box;
}

.user_detail_rating{
  font-size: 20px;
  margin: 0px 0 0 20px;
}
.user_detail_rating .star5_rating{
  font-size: 2rem !important ;
}
.consultant-detail-contents .basic-info{
  display: block !important;
  margin-bottom: 30px;
}
.consultant-detail-contents .basic-info .basic-info__thumb{
    flex-direction: row;
    justify-content: center;
    display: flex !important;
}
.consultant-detail-contents .basic-info .basic-info__thumb figure{
    max-width: 350px;
    width: 100%;
    height: auto;
    margin-left:15px;
    flex-direction: row;
    justify-content: center;
}

.consultant-detail-contents .basic-info .basic-info__txt{
  margin-top: 30px;
}


.consultant-detail-link{
  position: relative;
  text-align: center;
  padding: 10px;
}
.consultant-detail-button{
    width: 100%;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 48%;
    color: #fff;
}
@media screen and (max-width: 480px){
  .consultant-detail-button {
      width: 100%;
      flex-direction: row;
      justify-content: center;
      position: absolute;
      text-align: center;
      z-index: 1;
      top: 47%;
      left: 0; 
      color: #fff;
  }
}
.consultant-detail-link-linkimg{
  width: 50%;
}

.seminar-user-ttl{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.seminar-user-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.benefits_point{
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (min-width: 480px){
  .benefits_point {
    font-weight: 400;
    margin-top: 5px;
    margin-right: 20px;
  }
}

.pickup_items_lists{
  position: relative;
  text-align:center; 
  margin: 20px 20px 0 20px;
}
.pickup_items{
    width: 90%;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    top: 32%;
    margin: 0 5%;
}
@media screen and (max-width: 480px){
  .pickup_items {
    top: 30%;
    margin: 0 5%;
    overflow: hidden;
  }
}
@media screen and (min-width: 940px){
  .pickup_items {
    top: 45%;
    width: 58%;
    left: calc((100% - 878px)/2);
  }
}
.pickup_item {
/*  max-width: 760px;*/
}
@media screen and (max-width: 480px){
  .pickup_item {
    margin-left: 0;
  }
}
.pickup_seminar-user-ttl{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pickup_seminar-user-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.pickup_benefits_point{
  font-weight: 400;
}
@media screen and (min-width: 480px){
  .pickup_benefits_point {
    font-weight: 400;
    margin-right: 20px;
  }
}
.pickup_party__block--ttl {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1c2224;
    padding-bottom: 10px;
    border-bottom: 1px solid #f8f8f8;
}
@media screen and (max-width: 480px){
  .pickup_party__block--ttl {
      font-size: 1.4rem;
  }
}


/* user/seminar_detailの固定ボタン */
@media screen and (max-width: 480px){
  .p-top-reservation-btns {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    width: -webkit-fill-available;
    padding: 10px 20px;
    background: white;
    text-align: center;
  }
}

/*オンライン婚活パーティー*/
.party__article{
  max-width: 794px;
  padding-bottom: 50px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 16%);
  box-shadow: 0 0 10px rgb(0 0 0 / 16%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.party__container{
  max-width: 550px;
  width: 100%;
  padding: 0px 15px;
}
.party__block{
  -webkit-box-shadow: 0 0 10px rgb(188 188 188 / 40%);
  box-shadow: 0 0 10px rgb(188 188 188 / 0%);
  margin: 20px auto;
/*  background-color: #fff;*/
}
.party__block .image-wrap img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.party__block--ttl {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c2224;
}
.party__block--ttl-name {
  font-size: 2rem;
  font-weight: 600;
  color: #1c2224;
}
.party__block--point {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c2224;
}
@media screen and (max-width: 480px){
  .party__block--point {
    font-size: 1.4rem;
  }  
}
@media screen and (max-width: 480px){
  .party__block--ttl {
    font-size: 1.4rem;
  }  
}
.party__block--point .man{
  color: #004da8;
}
.party__block--point .woman{
  color: #e0394c;
}
.party__block--point .man, .party__block--point .woman {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 0px;
  margin-right: 20px;
}
@media screen and (max-width: 480px){
  .party__block--point .man, .party__block--point .woman {
    font-size: 1.5rem;
    padding-left: 0px;
    margin-right: 10px;
  }
}
.party__block__time-remaining {
    color: #f5818f;
    font-weight: 600;
    font-size: 1.3rem;
}
.party__block--status {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1c2224;
}
.party__block--status .party__status_empty{
  color: #004da8;
}
.party__block--status .party__status_few{
  color: #004da8;
}
.party__block--status .party__status_full{
  color: #e0394c;
}
.party__block--status .party__status_adjust{
  color: #f5818f;
}


.party__block--time {
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #f06a7a;
    color: #fff;
    flex-grow: 3;
    padding: 0.8rem 1rem;
    margin: 0.8rem 0;
}
.party__block--thumb{
    margin: 0.8rem 0;
}
.party__block--area{
    font-size: 1.5rem;
    margin: 0 1rem;
}
.party__block--area p{
    font-size: 1.5rem;
}
.party__block--genders{
  margin-bottom: 1rem;
    padding: 0 1rem;
    font-size: 1.5rem;
}
.party__block--genders_woman{
  background-color: #faf0f2;
}
.party__block--genders_man {
    margin-bottom: 1rem;
    background-color: #f0f5fc;
    margin-top: 0.75rem;
}
.party__block--genders_man, .party__block--genders_woman {
    border-radius: 3px;
    display: flex;
}
.party__block--genders_man__details, .party__block--genders_woman__details {
    margin: 0.5rem 1rem 0;
    font-size: 1.3rem;
}
.party__block--genders_woman__name {
    color: #f58193;
    margin: 0.5rem 1rem 1.5rem 2rem;
    text-align: center;
}
.party__block--genders_man__name {
    color: #4dabcf;
    margin: 0.5rem 1rem 1.5rem 2rem;
    text-align: center;
}
.party__block--genders_man__icon, .party__block--genders_woman__icon {
    margin: 0.5rem 0 0.5rem 1rem;
    text-align: center;
}
.party__block--title{
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 20px;
}
.party__block--user{
  display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
  margin-left: 20px;
}
.party__block--user p{
  margin-left: 30px;
  font-size: 1.5rem;
  font-weight: 600;
}
.party__block__sticky {
    width: 100%;
    padding: 50px 30px;
    text-align: center;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 9px rgb(0 0 0 / 5%);
    box-shadow: 0 0 9px rgb(0 0 0 / 5%);
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    background: #fff;
}
@media screen and (max-width: 1200px){
  .party__block__sticky {
      max-width: 100%;
      padding: 10px;
      position: fixed;
      top: auto;
      bottom: 0;
      left: 0;
      border-radius: 15px 15px 0 0;
      z-index: 9;
  }
}
.party__block--name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1c2224;
    margin: 20px 0;
}
@media screen and (max-width: 480px){
  .party__block--name {
      font-size: 1.4rem;
      margin: 10px 0;
  }  
}

.shinro_line{
  margin: 30px 30px;
  text-align:center;
}
.shinro_comment{
  font-size: 3.5rem;
}
@media screen and (max-width: 480px){
  .shinro_line{
    margin: 10px 10px;
    text-align:center;
  }
  .shinro_comment {
      font-size: 1.5rem;
      margin: 10px 0;
  }  
}

.shinro-diagnosis-confirm{
  width: 100%;
  margin:10px 0 !important;
  text-align:center;
}
.shinro-diagnosis-confirm a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 50px 0px;
  text-align:center;
  font-size: 6rem;
}
@media screen and (max-width: 480px){
  .shinro-diagnosis-confirm{
    font-size: 1.5rem;
    margin:10px 0;
  }
  .shinro-diagnosis-confirm a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0px;
    text-align:center;
    font-size: 2.5rem;
  }
}
.personal_line_link{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  width: -webkit-fill-available;
  padding: 10px 20px;
  background: white;
  text-align: center;
}
.personal_line_link a{
  margin-bottom: 0px;
  width: 100%;
  height: 50px;
  line-height: 33px;
  font-size: 2.2rem;
}
.btn-primary-line a {
  background: -webkit-gradient(linear,left top,right top,from(#50cd1b),to(#50cd1b));
  background: -webkit-linear-gradient(left,#50cd1b,#50cd1b);
  background: linear-gradient(to right,#50cd1b,#50cd1b);
  color: #fff!important;
  border: none;
}

/* パーティートップページ作成 */
.party-area-btn {
  background-image: -webkit-linear-gradient(165deg,#f47137 0,#c746de 26%,#3dd9e6 51%,#c746de 76%,#f47137 100%);
  background-image: linear-gradient(-75deg,#f47137 0,#c746de 26%,#3dd9e6 51%,#c746de 76%,#f47137 100%);
  background-size: 200% auto;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 28px;
  line-height: 36px;
  display: block;
  padding: 2px;
  width: 100%;
  position: relative;
  text-align: center;
}
.party-area-btn:hover {
  opacity: 1;
  background-position: right;
}
.party-area-btn::before {
  content: '';
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  border-radius: 19px;
  position: absolute;
  top: 2px;
  left: 2px;
}
.party-area-btn span {
  text-align: center;
  font-weight: 600;
  border-radius: 19px;
  color: #000;
  background: -webkit-linear-gradient(165deg,#3dd9e6 0,#c746de 50%,#f47137 100%);
  background: linear-gradient(-75deg,#3dd9e6 0,#c746de 50%,#f47137 100%);
  background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  position: relative;
}

.party-btn1 {
  color: #fff;
  line-height: 40px;
  display: block;
  border-radius: 28px;
  width: 100%;
  text-align: center;
  background-image: -webkit-linear-gradient(165deg,#f47137 0,#c746de 26%,#3dd9e6 51%,#c746de 76%,#f47137 100%);
  background-image: linear-gradient(-75deg,#f47137 0,#c746de 26%,#3dd9e6 51%,#c746de 76%,#f47137 100%);
  background-size: 200% auto;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 auto;
}
.party-btn2 {
  width: 100%;
  font-size: 1.6rem;
  border-radius: 20px;
  background: #bebebe;
  color: #fff;
  display: block;
  text-decoration: none;
  pointer-events: none;
}

/* パーティー一覧ページ作成 */
.p-search-shortcut__inner{
	margin: 10px;
	font-size: 1.3rem;
	color: #212529;
}
.p-search-shortcut__list {
    display: flex;
    margin-bottom: 0.75rem;
    padding-right: 1rem;
    white-space: nowrap;
	flex-wrap: wrap;
    width: auto;
}
.p-search-shortcut__item {
	margin: 2px;
}
.p-area {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    color: #493e3e;
    cursor: pointer;
    display: inline-flex;
    line-height: 1.5;
    padding: 6px 12px;
    vertical-align: middle;
}
.p-search-shortcut__item__selected button.p-area{
	background-color: #ffd9dd;
    border-color: #ffd9dd;
    color: #430a11;
}
.p-area_selected__icon{
	margin-right: 4px;
    vertical-align: middle;
}
.p-list-party-count{
	font-size: 1.3rem;
    margin: 0 1rem;
}
.p-list-party-count strong {
    color: #e0394c;
    font-size: 1.3rem;
    margin-right: 0.125rem;
}
.p-list-cards {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    margin-bottom: 2rem;
}
.p-list-cards>li {
    padding: 0.5rem 1rem;
    width: 100%;
}
.party__block {
    border-radius: 8px;
    box-shadow: 0 0 2px rgb(0 0 0 / 14%), 0 2px 2px rgb(0 0 0 / 12%), 0 1px 3px rgb(0 0 0 / 20%);
    overflow: hidden;
}
.party__block__body {
    padding: 0.5rem 0 1rem 1.25rem;
}
.party__block__visual {
    background-color: #f8f5f2;
    flex-basis: 100%;
    padding-top: 66.6666%;
    position: relative;
    text-align: center;
}
.party__block--ttl {
	font-size: 1.5rem;
	font-weight: 600;
	color: #1c2224;
}
.party__block--ttl-name {
	font-size: 2rem;
	font-weight: 600;
	color: #1c2224;
}
.party__block--ttl-text {
	font-size: 1.5rem;
	font-weight: 400;
	color: #1c2224;
}
.party__block--point {
	font-size: 1.5rem;
	font-weight: 600;
	color: #1c2224;
}
@media screen and (max-width: 480px){
	.party__block--point {
	  font-size: 1.4rem;
	}  
}
@media screen and (max-width: 480px){
	.party__block--ttl {
	  font-size: 1.4rem;
	}  
}
.party__block--point .man{
	color: #004da8;
}
.party__block--point .woman{
	color: #e0394c;
}
.party__block--point .man, .party__block--point .woman {
	position: relative;
	font-size: 1.35rem;
	font-weight: 600;
	padding-left: 0px;
	margin-right: 20px;
}
@media screen and (max-width: 480px){
	.party__block--point .man, .party__block--point .woman {
		font-size: 1.35rem;
		padding-left: 0px;
		margin-right: 10px;
	}
}
.party__block__time-remaining {
	color: #f5818f;
	font-weight: 600;
	font-size: 1.3rem;
}
.party__block--status {
	font-size: 1.35rem;
	color: #1c2224;
}
.party__block--status .party__status_empty{
	color: #004da8;
}
.party__block--status .party__status_few{
	color: #004da8;
}
.party__block--status .party__status_full{
	color: #e0394c;
}
.party__block--status .party__status_adjust{
	color: #f5818f;
}

.party__block--time {
	font-size: 1.8rem;
	font-weight: 600;
	background-color: #f06a7a;
    color: #fff;
    flex-grow: 3;
    padding: 0.8rem 1rem;
    margin: 0.8rem 0;
}
.party__block--thumb{
    margin: 0.8rem 0;
}
.party__block--area{
    font-size: 1.5rem;
    margin: 0 1rem;
}
.party__block--area p{
    font-size: 1.5rem;
}
.party__block--genders{
	margin-bottom: 1rem;
    padding: 0 1rem;
    font-size: 1.5rem;
}
.party__block--genders_woman{
	background-color: #faf0f2;
}
.party__block--genders_man {
	margin-bottom: 1rem;
    background-color: #f0f5fc;
    margin-top: 0.75rem;
}
.party__block--genders_man, .party__block--genders_woman {
    border-radius: 3px;
    display: flex;
}
.party__block--genders_man__details, .party__block--genders_woman__details {
    margin: 0.5rem 1rem 0;
    font-size: 1.3rem;
}
.party__block--genders_woman__name {
    color: #f58193;
    margin: 0.5rem 1rem 1.5rem 2rem;
    text-align: center;
}
.party__block--genders_man__name {
    color: #4dabcf;
    margin: 0.5rem 1rem 1.5rem 2rem;
    text-align: center;
}
.party__block--genders_man__icon, .party__block--genders_woman__icon {
    margin: 0.5rem 0 0.5rem 1rem;
    text-align: center;
}
.party__block--title{
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 20px;
}
.party__block--user{
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
	margin-left: 20px;
}
.party__block--user p{
	margin-left: 30px;
	font-size: 1.5rem;
	font-weight: 600;
}
.party__block__sticky {
    width: 100%;
    padding: 50px 30px;
    text-align: center;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 9px rgb(0 0 0 / 5%);
    box-shadow: 0 0 9px rgb(0 0 0 / 5%);
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    background: #fff;
}
@media screen and (max-width: 1200px){
	.party__block__sticky {
	    max-width: 100%;
	    padding: 10px;
	    position: fixed;
	    top: auto;
	    bottom: 0;
	    left: 0;
	    border-radius: 15px 15px 0 0;
	    z-index: 9;
	}
}
.party__block--name {
	font-size: 2rem;
	font-weight: 600;
	color: #1c2224;
  	margin: 20px 0;
}
@media screen and (max-width: 480px){
	.party__block--name {
	  	font-size: 2rem;
	  	margin: 10px 0;
	}  
}

/*  */
.party-apply-form1 table {
  width: 100%;
  margin-bottom: 50px;
}
.party-apply-form1 table tr {
  border-bottom: 1px solid #fff;
}
.party-apply-form1 table tr th {
  width: 320px;
  background: #f2f2f2;
  text-align: left;
  padding: 15px 20px;
  font-weight: 600;
}
@media screen and (max-width: 992px){
  .party-apply-form1 table tr th {
      width: 32%;
  }
}
.party-apply-form1 table tr td {
  text-align: left;
  background: #f8f8f8;
  padding: 15px;
}
.party-apply-form1 table tr td select, .party-apply-form1 table tr td>input {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #000;
  background: #fff;
  width: 100%;
  max-width: 430px;
  padding: 0 10px;
}
.c-form4__row--radio {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-form4__row--radio label {
  margin-right: 25px;
  cursor: pointer;
}
.c-form4__row--radio label span {
  padding-left: 26px;
  position: relative;
}
.c-form4__row--radio label span::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #f47137;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.c-form4__row--radio label input:checked+span::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #f47137;
  position: absolute;
  left: 4px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-form4__row--radio label.checkbox span::before {
  border-radius: 2px;
}
.c-form4__row--radio label.checkbox input:checked+span::before {
  background: #f47137;
}
.c-form4__row--radio label input:checked+span::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #f47137;
  position: absolute;
  left: 4px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-form4__row--radio label.checkbox input:checked+span::after {
  border-radius: unset;
  width: 10px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: translateY(-85%) rotate(-45deg);
  transform: translateY(-85%) rotate(-45deg);
  background: 0 0;
}
.input-container input, .input-container textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  height: 38px;
  font-size: 1.6rem;
  padding: 0 10px;
}
.c-modalcmt__inner {
  padding: 0 10vw;
}
.c-modalcmt__inner h4 {
  text-align: center;
  margin-bottom: 50px;
}

/* column */
.web-media-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0 40px;
}
@media screen and (max-width: 767px){
  .web-media-categories {
    margin: 30px 0 30px;
  }
}
.web-media-categories li {
  margin-bottom: 10px;
}
.web-media-categories li a {
  color: #ED7B6F;
  font-size: 1.3rem;
  text-decoration: underline;
}
.web-media-categories li:first-child::before {
  display: inline-block;
  margin-right: 5px;
  color: #ED7B6F;
  font-size: 1.4rem;
  vertical-align: middle;
  content: "|";
}
.web-media-categories li::after {
  display: inline-block;
  margin: 0 5px;
  color: #ED7B6F;
  font-size: 1.4rem;
  vertical-align: middle;
  content: "|";
}

.c-activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13.8px 20px;
  margin-bottom: 21px;
  padding-top: 43px;
}
@media screen and (max-width: 1199px){
  .c-activities {
      margin: 0 auto;
  }
}
@media screen and (max-width: 767px){
  .c-activities {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
}

.c-activities__item {
  width: calc(25% - 26px);
  margin: 2px 13px 21.5px;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media screen and (max-width: 1199px){
  .c-activities__item {
    width: calc(33.3% - 26px);
  }
}
@media screen and (max-width: 767px){
  .c-activities__item {
    width: calc(33.3% - 10px);
    margin: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px){
  .c-activities__item {
    width: calc(50% - 5px);
    margin: 0;
    margin-bottom: 20px;
  }
}

.arial-font {
  font-family: "Arial", sans-serif;
}
.c-activities__item .date {
  margin-bottom: 3px;
  color: #767676;
  font-size: 1.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px){
  .c-activities__item .date {
    font-size: 1rem;
  }
}

.c-activities__item img {
  width: 100%;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px){
  .c-activities__item img {
    margin-bottom: 2px;
  }
}

.c-activities__item .type {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 15px;
  padding: 2px 14px;
  border: 1px solid #ED7B6F;
  border-radius: 3px;
  color: #ED7B6F;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: center;
}
@media screen and (max-width: 767px){
  .c-activities__item .type {
    margin-bottom: 7.5px;
    line-height: 11px;
  }
}
.c-activities__item .des {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
}
@media screen and (max-width: 1199px){
  .c-activities__item .des {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px){
  .c-activities__item .des {
    line-height: 22px;
  }
}

/* Medias詳細 */
.c-titleMain {
  position: relative;
  width: 100%;
  margin-top: 136px;
}
@media screen and (max-width: 991px){
  .c-titleMain {
    margin-top: 80px;
  }
}
.l-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px){
.l-container {
  padding: 0 15px;
}
}
.c-titleMain_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 200px;
  text-align: center;
}
@media screen and (max-width: 991px){
    .c-titleMain_inner {
    min-height: auto;
  }
}
@media screen and (max-width: 767px){
  .c-titleMain_inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.honoka-font {
  font-family: "Honoka Mincho", "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.c-titleMain_inner h3 {
  margin-bottom: 10px;
  padding-top: 11px;
  color: #ED7B6F;
  font-size: 3.1rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px){
  .c-titleMain_inner h3 {
    font-size: 2.7rem;
    text-align: left;
  }
}
.c-titleMain_inner .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
@media screen and (max-width: 1199px){
  .breadcrumb {
    font-size: 1.2rem;
  }
}
.l-report-detail1 {
  margin-bottom: 27px;
}
.c-article {
    padding-top: 57px;
}
@media screen and (max-width: 991px){
  .c-article {
    padding-top: 25px;
  }
}
.c-article__content {
    padding: 0 129px;
}
@media screen and (max-width: 991px){
  .c-article__content {
    padding: 0;
  }
}
.c-article__content span {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 15px;
  padding: 2px 14px;
  border: 1px solid #ED7B6F;
  border-radius: 3px;
  color: #ED7B6F;
  font-size: 1rem;
  letter-spacing: -1px;
}
.c-article__content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
}
@media screen and (max-width: 575px){
  .c-article__content img {
    margin-bottom: 30px;
  }
}
.inline {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.inline iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.title-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3px;
}
@media screen and (max-width: 991px){
  .title-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin: 0 10px 30px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1199px){
  .title-item {
    letter-spacing: 0;
  }
}
.title-item::before {
  z-index: 1;
  position: absolute;
  bottom: 17px;
  left: -20px;
  width: 60px;
  height: 60px;
  background: url(../img/top/logo.svg);
  content: '';
  opacity: 0.25;
}
@media screen and (max-width: 991px){
  .title-item::before {
    bottom: 58px;
    left: -6px;
    width: 40px;
    height: 40px;
    background-size: cover;
  }
}
.title-item span {
    position: relative;
    padding-left: 50px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px){
  .title-item span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px){
  .title-item span {
    padding-top: 33px;
    padding-left: 4px;
  }
}
@media screen and (max-width: 767px){
  .title-item span {
    font-size: 1.2rem;
  }
}
.title-item span::before {
  position: absolute;
  top: 45%;
  left: 5px;
  width: 30px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
  content: '';
}
@media screen and (max-width: 991px){
  .title-item span::before {
    top: 15px;
    width: 2px;
    height: 30px;
  }
}

.side {
  position: fixed;
  position: fixed;
  right: 0;
  bottom: 0px;
  z-index: 9999999;
}
.side a:hover {
    opacity: 1;
}
.formBtn {
  display: block;
  margin: 35px auto;
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /* -webkit-animation-direction: alternate; */
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /* -moz-animation-direction: alternate; */
  -moz-animation-timing-function: ease;
}
@-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale(1);
  transform: scale(1);
 }
  50% {
  -webkit-transform: scale(1);
  transform: scale(1);
 }
  100% {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
 }
 }
  @keyframes pulse {
  0% {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
 }
  50% {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
 }
  100% {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
 }
 }
 .pulse {
   -webkit-animation-name: pulse;
   animation-name: pulse;
 }
 .column_submenu{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
 }
 .btn-column-line a{
  height:50px;
  font-size: 3rem;
  line-height: 30px;
 }
 
@media screen and (max-width: 767px){
  .btn-column-line a{
    height:50px;
    font-size: 2.5rem;
    line-height: 30px;
  }
}
.ads-modalcmt{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 0;
}
.ads-modalcmt .popup-modal-dismiss {
  display: block;
  background: transparent;
  position: absolute;
  right: 5px;
  bottom: 90%;
  cursor: pointer;
  font-size: 2.5rem;
  border: none;
}
.ads-modalcmt .line_popup {
  max-width: 600px;
}
@media screen and (max-width: 480px){
  .ads-modalcmt .line_popup {
    max-width: 100%;
  }
}
.ads-modalcmt__inner{
  padding: 0 5vw;
}
.ads-modalcmt__inner a:hover{
  opacity: 1;
}

.ads-modalcmt__connents{
  position: relative;
}

.ads-modalcmt_time{
  color:#e71b24;
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 20px;
}
.ads-modalcmt_minutes{
  font-size: 6rem;
}
.ads-modalcmt_minute{
  font-size: 6rem;
}
@media screen and (max-width: 480px){
  .ads-modalcmt_time{
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .ads-modalcmt_minutes{
    font-size: 3rem;
  }
  .ads-modalcmt_seconds{
    font-size: 3rem;
  }
}
.ads-modalcmt_button-kenkyukai{
  width: 100%;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  text-align: center;
  z-index: 1;
  top: 67%;
  line-height: 9rem;
}
@media screen and (max-width: 480px){
  .ads-modalcmt_button-kenkyukai{
      width: 100%;
      flex-direction: row;
      justify-content: center;
      position: absolute;
      text-align: center;
      z-index: 1;
      top: 66%;
      line-height: 3.5rem;
  }
}
.ads-modalcmt_button_confirm-kenkyukai{
	width: 85%;
}
.ads-modalcmt_button_cancel-kenkyukai{
	width: 40%;
}
