@charset "UTF-8";

@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese';


#top_area {
  overflow: hidden;
  min-height: 500px;
}

#top_img_area {
  text-align: center;
  width: 100%;
  height: 100vh;
  min-width: 1000px;
  min-height: 500px;
  position: relative;
  background-image: url(../01pc/img/top_back04_img.jpg);
  background-size: cover;
  background-position: center;
  line-height: 0;
}

#topimg {
  min-height: 500px;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 0%);
}

#top_img_wap {
  overflow: hidden;
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1000px;
}

#top_img_wap img {
  position: relative;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.top_contact {
  position: absolute;
  left: 4%;
  bottom: 4%;
  width: 520px;
  border: 2px solid #000;
  background: #FFF;
}

.top_contact:hover img {
  opacity: 0.7;
}

.top_contact img {
  width: 100%;
}

#news_area {
  text-align: center;
  padding: 20px;
  color: #000;
  background: #FFF;
  margin-bottom: 10px;
}

#news_title {
  margin-top: 40px;
  margin-bottom: 40px;
}

#news_title:before,
#news_title:after {
  border-color: #000;
}

#news_box {
  width: 90%;
  margin: 0 auto;
  padding: 0px 10px;
  max-width: 1000px;
  max-height: 400px;
  overflow: auto;
  /* スクロールバー本体 */
  /* 横方向のスクロールバー本体 */
  /* スクロールバーの動く部分 */
  /* 横方向のスクロールバーの動く部分 */
  /* スクロールバーの動く部分の前 */
  /* スクロールバーの動く部分の後ろ */
  /* スクロールバー角 */
}

#news_box::-webkit-scrollbar {
  width: 5px;
  background: #707175;
}

#news_box::-webkit-scrollbar:horizontal {
  width: 5px;
  background: #707175;
}

#news_box::-webkit-scrollbar-thumb {
  background: #707175;
  border-radius: 2px;
}

#news_box::-webkit-scrollbar-thumb:horizontal {
  background: #707175;
  border-radius: 2px;
}

#news_box::-webkit-scrollbar-track-piece:start,
#news_box::-webkit-scrollbar-track-piece:end {
  background: #dcdcdc;
}

#news_box::-webkit-scrollbar-corner {
  background: transparent;
}

#news_box li {
  border-bottom: 1px dashed #333;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
}

#news_box li time {
  margin-bottom: 5px;
  display: block;
}

#news_box li:last-child {
  border: none;
}

#news_box li a {
  display: inline;
  text-decoration: underline;
}

#news_box dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#news_box dt {
  font-weight: 600;
  padding: 3px 0px 2px;
  background-color: #8e6bb4;
  border-radius: 3px;
  width: 16%;
  color: #fff;
  line-height: 1.5rem;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
  display: grid;
  align-content: center;
}

#news_box dd {
    /* text-indent: 1rem; */
    width: 70%;
    /* margin-bottom: 0px; */
    padding-top: 11px;
    text-indent: unset;
    line-height: 1.3;
    margin-left: 10px;
}

#data_area {
  text-align: center;
  padding: 30px 0;
  width: 100%;
  margin: 0px auto;
  color: #000;
  background: #FFF;
}

.area_name {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 30px auto;
  width: 70%;
}

.area_name img {
  width: 100%;
}

#data_title {
  margin-top: 60px;
  margin-bottom: 40px;
}

#data_title:before,
#data_title:after {
  border-color: #000;
}

#data_w {
  max-width: 1000px;
  margin: 0 auto;
}

.data_tr {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0px;
  border-top: 2px #e3e3e3;
  border-style: dashed;
}

.data_tr.last,
.notice_tr {
  border-bottom: 2px #e3e3e3;
  border-style: dashed;
  width: 90vw;
  margin: 0 auto;
}

.data_tr>div {
  text-align: left;
  width: 50%;
}

.data_tr .data_title {
  text-align: right;
  font-size: 40px;
  font-size: 2.5rem;
  width: 40%;
  line-height: 1.3;
}

.day_data {
  font-style: italic;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  line-height: 1;
}

.day_data .day2 {
  margin-top: 20px;
  position: relative;
  right: 12%;
}

.day_data .day {
  font-size: 40px;
  font-size: 2.5rem;
  display: inline-block;
}

.day_data .time {
  display: inline-block;
  line-height: 1.4;
}

.hall_data .hall_name {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 20px;
}

.data_ticket .fee {
  margin-bottom: 20px;
}

.data_ticket .of {
  font-size: 32px;
  display: block;
  line-height: 1.2;
}

#data_cast {
  text-align: center;
  padding: 30px 0;
  width: 100%;
  margin: 0px auto;
  color: #fff;
  background: #8774cf;
}

#data_cast h2:before,
#data_cast h2:after {
  border-color: #fff;
}

#cast_wa {
  text-align: center;
}

#cast_title {
  margin: 20px;
  margin-top: 60px;
  color: #fff;
}

#song_title {
  margin: 20px;
  /* margin-top: 60px; */
  color: #5b397f;
  font-weight: 800;
  text-shadow: 0 0 10px #fff;
}

.moderator_title {
  margin-top: 0;
}

.sub_text {
  text-align: center;
}

.lineName {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #424242;
  text-align: left;
  text-indent: 2em;
  margin-bottom: 10px;
}

ul.castList,
ul.moderatorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  /* margin-bottom: 30px; */
}

ul.castList li,
ul.moderatorList li {
  width: 80%;
  vertical-align: top;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}

ul.castList .eachImg,
ul.moderatorList .eachImg {
  line-height: 0;
  /* border: 1px solid #fff; */
  border-radius: 4px;
  overflow: hidden;
}
.state-box {
  /* display: flex; */
  width: 100%;
  padding-bottom: 50px;
}
.eachImg-sp-mc {
  margin-left: 5%;
}

.eachImg-mc {
  width: 80%;
  margin: 0 auto;
}

ul.castList .eachImg img,
ul.moderatorList .eachImg img {
  width: 100%;
}

.flex .eachImg02 img {
  width: 95%;
}

.eachImg02 img {
  width: 85%;
}

ul.castList .eachNeme,
ul.moderatorList .eachNeme {
  margin-top: 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 17px;
  padding-top: 8px;
}

ul.castList .subName,
ul.moderatorList .subName {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #424242;
  margin-top: 5px;
  letter-spacing: -1px;
}

ul.castList .subData,
ul.moderatorList .subData {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #424242;
  margin-top: 5px;
  letter-spacing: -1px;
}

.button-official-site a {
  color: #FFF;
}
.button-official-site a:hover {
  color: rgb(255, 204, 108);
}

#areaBox li {
  margin: 15px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmN2U0MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2NjcyYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #af7e42), color-stop(100%, #96672a));
  background: -moz-linear-gradient(top, #af7e42, #96672a);
  background: -webkit-linear-gradient(top, #af7e42, #96672a);
  background: linear-gradient(to bottom, #af7e42, #96672a);
}

#areaBox li a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #FFF;
  padding: 10px;
}

#areaBox li a::after {
  content: "〉";
  font-weight: bold;
  position: absolute;
  right: 16px;
}

#areaBox .area_name {
  font-size: 27px;
  font-size: 1.6875rem;
}

#areaBox .day_data {
  display: flex;
}

#castBox a {
  text-decoration: underline;
}

#castBox a:hover {
  opacity: 0.6;
  text-decoration: none;
}

#castBox .areaTitle {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#castBox .areaTitle .area_name {
  font-size: 27px;
  font-size: 1.6875rem;
}

.preparation {
  text-align: center;
  font-size: 27px;
  font-size: 1.6875rem;
  color: #870101;
  margin-top: 30px;
  margin-bottom: 20px;
}

h3.section_title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-top: 30px;
  margin-bottom: 20px;
}

h3.section_title:before,
h3.section_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h3.section_title:before {
  left: 0;
}

h3.section_title:after {
  right: 0;
}

/* .sectionline {
  width: 70%;
  margin: 0 auto;
} */

.sectionline {
  width: 65%;
  margin: 0 auto;
}

.another_cast ul.castList.flex-start {
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
/* 
.another_cast ul.castList.flex-start li {
  width: 20%;
  margin-right: 4%;
} */

.another_cast ul.castList.flex-start li {
  width: 25%;
  margin-right: 8%;
}

.another_cast ul.castList.flex-start li.cast_size_s {
  width: 16%;
}
/* 
.another_cast ul.castList.flex-start li:nth-child(4n) {
  margin-right: 0;
} */

.another_cast ul.castList.flex-start li:nth-child(3n),.another_cast ul.castList.flex-start li:nth-child(5n) {
  margin-right: 0;
}

.play_guide li {
  margin-bottom: 20px;
  font-weight: 800;
}

.fee span,
.play_guide span {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

.ticket_sales {
  background: #F00;
  color: #FFF;
  font-size: 30px;
  font-size: 1.875rem;
  width: 60%;
  margin: 0 auto;
  padding: 10px 0;
}

#about_area {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
  background: #5b397f;
  color: #FFF;
  line-height: 2;
}

#about_area span {
  font-size: 30px;
}

.link-area {
  margin-top: 30px;
}

.link-area .link-list a {
  display: inline;
}

/* ライトボックス */
.light-box {
  background: #FFF;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
}

.light-box img.c-checklist {
  width: 100%;
  max-width: 1000px;
}

.light-box p.indent span {
  font-weight: 600;
  font-size: 1.3rem;
}
/* ライトボックス02 */
.light-box02 {
  background: #FFF;
  padding: 30px;
  margin: 0 auto;
  text-align: left;
}

.light-box02 p.indent {
  text-indent: -1em;
  padding-left: 1em;
  /* width: 100%; */
  width: 80%;
  margin: 0 auto;
  margin-bottom: 7px;
}
.light-box02 dl {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 7px;
  line-height: 1.2;
}
.light-box02 img.c-checklist {
  width: 100%;
  max-width: 1000px;
}

.light-box02 p.indent span {
  font-weight: 600;
  font-size: 1.3rem;
}
.inline {
  /* border: 1px solid #4eb7a9; */
  padding: 5px 15px;
  text-decoration: none;
  /* background: #4eb7a9; */
  color: #FFF;
}

a.inline img.width80{
  max-width: 980px;
}
.c-taisaku {
  text-align: left;
  text-align: center;
}

.sns-area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.logo-area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px;
}

.sns-area .insta-icn,
.sns-area .twitter-icn,
.sns-area .facebook-icn {
  width: 60px;
  margin: 10px;
}

.logo-area img {
  width: 120px;
  margin: 20px;
}

.logo-area img.big {
  width: 160px;
  margin: 20px auto 0;
}

.sns-area .insta-icn img,
.sns-area .twitter-icn img,
.sns-area .facebook-icn img {
  width: 100%;
}

/* ---▼▼▼LIVE内容＆歌唱曲▼▼▼--- */
#data_song {
  text-align: center;
  padding: 30px 0 0;
  width: 100%;
  margin: 0px auto;
  color: #000;
  background-image: url(../01pc/img/top_back_img.jpg);
  background-position: top;
  background-size: cover;
}

#about_box h2 {
  color: #fff;
}

#data_song h2:before,
#data_song h2:after,
#about_box h2:before,
#about_box h2:after {
  border-color: #fff;
}

#data_song h2:before,
#data_song h2:after {
  border-color: #000;
  text-shadow: 0 0 15px #fff;
}

#data_song #songBox {
  color: #000000;
  font-size: 18px;
  width: 60%;
  margin: 0 auto 30px;
  background: #ffffffbb;
  padding: 40px 20px 0px;
  box-sizing: border-box;
  border-radius: 20px;
}

#data_song #songBox span {
  font-size: 15px;
}

#data_song #songBox .songBoxCast {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.8;
  /* margin-bottom: 15px; */
}

#data_song #songBox li {
  font-size: 25px;
  /* font-weight: bold; */
  line-height: 0.9;
  margin-top: 40px;
}
#data_song #songBox li:first-child {
  margin-top: 20px;
}

#data_song #songBox li span {
  line-height: 1.5;
  font-size: 0.75em;
  font-weight: normal;
}

#data_song ul.t-l {
  text-align: left;
}

#data_cast h2:before,
#data_cast h2:after {
  border-color: #fff;
}
.fukidashi {
  position: relative;
  margin: 40px auto;
  width: fit-content;
  padding: 0px 32px;
  border: 2px solid #333333;
  border-radius: 4px;
  background-color: #ffffff;
}
.fukidashi::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.fukidashi::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #333333 #333333 transparent transparent;
  rotate: 135deg;
  translate: -50%;
}

/* ---▲▲▲LIVE内容＆歌唱曲▲▲▲--- */

.notice_data {
  text-align: center;
  font-size: 35px;
    font-weight: bold;
    padding: 50px 0;
    line-height: 1.2;
}
.notice_data .t-l {
  text-align: center;
  font-size: 20px;
  width: 980px;
  margin: 0 auto;
  line-height: 1.5;
}

/* .notice_data .t-l span {
  background-color: #5b397f;
  border-radius: 5px;
  padding: 6px;
  color: #fff;
  display: block;
  margin-top: 18px;
  font-size: 1.5rem;
} */

.notice_data h3 {
  background-color: #5b397f;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  display: block;
  margin-top: 18px;
  font-size: 1.8rem;
  width: 980px;
  text-align: center;
  margin: 20px auto;
  display: block;
}

.notice_data img {
  max-width: 980px;
}
.notice_data a{
  color: #000;
}
.notice_data a:hover{
  color: #F00;
}

.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.data_cast span {
  line-height: 1.2;
}
.data_cast a {
  font-size: 30px;
}
.data_cast a.tel2 {
  font-size: 1.5rem;
}


/* ---▲▲▲20240216お知らせ＆SNS追加用css▲▲▲--- */
.flex {
  display: flex;
  justify-content: center;
}
#news_box {
  width: 50%;
  margin: 0;
  padding: 10px;
  /* margin-right: 30px; */
  max-width: 1000px;
  max-height: 530px;
  overflow: auto;
  background: #fff;
}
#news_area {
  text-align: center;
  padding: 20px;
  color: #000;
  background: #FFF;
  margin-bottom: 10px;
  padding: 80px 30px 60px;
  /* padding-top: 80px; */
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.eachNeme span {
font-size: 0.8rem;
} 

#data_song {
  background: radial-gradient(rgb(255 255 255), rgb(208 158 213)) fixed, url(../01pc/img/song_back.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
}

.btn {
  position: relative;
  z-index: 1;
}
.btn .main, .btn .before {
  display: block;
  position: relative;
  width: 320px;
  padding: 10px 0;
  text-decoration: none;
  margin: 50px auto 0px;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  border: solid 2px #000;
  background: #fff;
  border-radius: 100px;
}

.fa-twitter:before {
  content: '𝕏'!important;
  font-family: unset;
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
}


.btn .main:hover{
	background: #5b397f;
	transition: 0.3s ease all;
	color: #FFF;
}

.btn .main:hover:before{
	top: 0;
	left: 0;
	transition: 0.3s ease all;
}
.btn i {
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  background-color: #000;
  border-radius: 22px;
  color: #e50012;
  text-align: center;
  vertical-align: middle;
  margin-right: 8px;
}
/* .btn i {
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  background-color: #000;
  border-radius: 15px;
  color: #e50012;
  text-align: center;
  vertical-align: middle;
  margin-right: 8px;
} */

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.info-text {
  font-size: 18px;
  line-height: 1.4;
}
#data_song #songBox span {
  font-size: 1.5rem;
}

.tx-l {
 text-align: left;
}
span.tx16 {
  font-size: 1.2rem;
}

.dot li {
  border-bottom:1px dashed #bdb2e5 ;
  padding: 0 0 1.2rem 0 ;
}

.dot li:last-child {
  border-bottom:none;
  /* padding: 0.5rem 0 1rem 0 ; */
}

.t-l {
  /* text-align: left; */
}

/* ---▼▼▼プロフィール内▼▼▼--- */
#data_profile {
  /* background: radial-gradient(rgb(255 255 255), rgb(208 158 213)) fixed, url(../01pc/img/song_back.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed; */
}

.data_tr02 {
  display: flex;
}

.data_tr03 {
  display: flex;
  flex-direction: row-reverse;
}

.data_tr02 .data-half01,.data_tr03 .data-half01 {
  min-height: 500px;
  padding: 2em;
  width: 50%;
  font-size: 1.5rem;
  line-height: 28px;
  background-color: #000512bd;
  /* color: #fff; */
}

.data_tr02 .data-half02 {
  min-height: 500px;
  padding: 2em;
  width: 50%;
  font-size: 1.5rem;
  line-height: 28px;
  background-color: #eee;
  position: relative;
  /* color: #fff; */
  z-index: 1;
}

.data_tr03 .data-half02 {
  min-height: 500px;
  padding: 2em;
  width: 50%;
  font-size: 1.5rem;
  line-height: 28px;
  background-color: #e9e2f6;
  position: relative;
  /* color: #fff; */
  z-index: 1;
}
.data_tr02 .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.data_tr03 .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.data-half02 p {
  font-size: 1.2rem;
}
.data-half02 span {
font-weight: 700;
font-size: 1.2rem;
color: #5b397f;
}

img.deco {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 49vw;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* ---▲▲▲プロフィール内▲▲▲--- */

#gaiyou-ttl {
  color: #fff;
}

#about_box .eachImg img {
width: 60vw;
max-width: 950px;
}

.light-box p, .light-box02 p {
  width: 80%;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.4;
}

.light-box h4, .light-box02 h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: #3b424b;
  padding: 8px 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5vw;
}

.head-border {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 26px;
}

.head-border:before,
.head-border:after {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
}

.head-border:before {
  left: 0;
}

.head-border:after {
  right: 0;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.width90 {
  width: 90%;
}
.m-c {
  margin: 0 auto;
  text-align: center;
}

/* ---▲▲▲配信アーカイブ情報内▲▲▲--- */

#haishin {
  text-align: center;
  color: #000;
  background: #f2e5ff;
  font-size: 1.2rem;
  line-height: 1;
}
#haishin p {
  line-height: 1.8;
  font-weight: 800;
}

.notice_box {
  padding: 20px;
  color: #000;
  /* background: #FFF; */
  /* margin-bottom: 10px; */
  padding: 80px 30px 60px;
  /* padding-top: 80px; */
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.notice_box span {
  font-size: 0.95rem;
  line-height: -0.5;
}

#haishin dl {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 20px auto;
  justify-content: flex-end;
  font-size: 1.3rem;
}


#haishin dt {
  font-weight: 600;
  padding: 3px 0px 2px;
  background-color: #8e6bb4;
  border-radius: 3px;
  width: 23%;
  color: #fff;
  line-height: 1.5rem;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
  display: grid;
  align-content: center;
}

#haishin dd {
    /* text-indent: 1rem; */
    width: 70%;
    /* margin-bottom: 0px; */
    padding-top: 11px;
    /* text-indent: unset; */
    line-height: 1.3;
    margin-left: 10px;
    text-align: left;
}
#haishin span {
  line-height: 1;
}