@charset "UTF-8";
.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.content_data {
  margin-bottom: 4rem;
}
.content_data p {
  margin-bottom: 40px;
}
.content_data p.lead {
  text-align: center;
  font-size: 110%;
  font-weight: 600;
  line-height: 2.2;
}
.content_data p.eventend {
  margin: 40px auto;
  text-align: center;
  font-weight: bold;
  color: red;
}
.content_data .bg {
  padding: 2rem 0;
  background: #eee;
}

/*** audience ***/
.aud-read {
  padding-top: 60px;
}
@media screen and (max-width: 520px) {
  .aud-read {
    padding-top: 40px;
  }
}
.aud-read .ttl_mega {
  font-size: 2.4rem;
  text-align: center;
  color: #2364cc;
}
@media screen and (max-width: 520px) {
  .aud-read .ttl_mega {
    font-size: 2rem;
  }
}
.aud-read .txt-c {
  line-height: 2.2;
  font-weight: 500;
}
.aud-read .txt-c span {
  color: #fc5c00;
  font-weight: bold;
}

.modal_area .modal-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.modal_area .modal-box a {
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.modal_area .modal-box::after {
  display: block;
  content: "";
  width: 33.3333333333%;
}
@media screen and (max-width: 989px) {
  .modal_area .modal-box::after {
    width: 100%;
  }
}
.modal_area .modal-box li {
  width: calc(33.3333333333% - 20px);
  text-align: center;
}
@media screen and (max-width: 989px) {
  .modal_area .modal-box li {
    width: calc(50% - 10px);
  }
}
.modal_area .modal-box li h3 {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 10px;
  background-color: #fc5c00;
  color: #fff;
  padding: 8px 8px 4px 8px;
  border-radius: 6px 6px 0px 0px;
}
.modal_area .modal-box li .modalimg img {
  margin: 0 auto;
  border-radius: 0px 0px 6px 6px;
}

.balloon {
  width: 100%;
  margin: 1.5em 0;
  display: flex;
}
@media screen and (max-width: 520px) {
  .balloon {
    flex-direction: column;
    align-items: center;
  }
}
.balloon .faceicon {
  width: 25%;
  max-width: 140px;
}
@media screen and (max-width: 520px) {
  .balloon .faceicon {
    width: 120px;
    margin-bottom: 20px;
  }
}
.balloon .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}
.balloon .chatting {
  width: 96%;
}
@media screen and (max-width: 520px) {
  .balloon .chatting {
    width: 100%;
  }
}
.balloon .says {
  display: block;
  position: relative;
  margin: 5px 0 0 20px;
  padding: 30px;
  border-radius: 12px;
  background: #d7ebfe;
}
@media screen and (max-width: 520px) {
  .balloon .says {
    margin: 0;
    padding: 20px;
    display: block;
  }
}
.balloon .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}
@media screen and (max-width: 520px) {
  .balloon .says:after {
    top: -24px;
    left: 50%;
    margin-left: -12px;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #d7ebfe;
  }
}
.balloon .says p {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.balloon .says p span {
  font-weight: bold;
  display: block;
}
.balloon.ex .faceicon img {
  border: solid 3px #fefdd7;
}
.balloon.ex .says {
  background: #fefdd7;
}
.balloon.ex .says:after {
  border-right: 12px solid #fefdd7;
}
@media screen and (max-width: 520px) {
  .balloon.ex .says:after {
    border-bottom: 12px solid #fefdd7;
  }
}

/*** faq ***/
.faq {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 520px) {
  .faq {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.faq .box {
  padding: 1em;
  margin: 1.5em 0;
  font-weight: bold;
  background: #fff;
  border: solid 2px #172136;
  border-radius: 10px;
  padding-bottom: 14px;
  position: relative;
}
.faq .box::after {
  content: "";
  width: 100%;
  height: 20px;
  left: 0;
  bottom: -10px;
  background-image: url(/osirase/0204/kaihouku/common/images/line_l.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  .faq .box::after {
    background-image: url(/osirase/0204/kaihouku/common/images/line_s.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
.faq .box strong {
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #C9C9C9;
  display: inline-block;
}
.faq .box span.blue {
  color: #2364cc;
  font-weight: bold;
}
.faq .box span.red {
  color: #e83328;
  font-size: 1.2rem;
  font-weight: bold;
}

/*** recruitment ***/
.recrutment {
  padding-top: 60px;
  padding-bottom: 60px;
}
.recrutment .linkbg {
  text-align: center;
  font-weight: 600;
}
.recrutment .linkbg span {
  text-align: center;
  font-weight: 600;
  background-color: rgb(251, 238, 184);
  display: inline-block;
  margin: 0 auto;
}
.recrutment .arrow {
  color: #2364cc;
  font-size: 300%;
  text-align: center;
}
.recrutment .box {
  padding: 1em;
  margin: 1em 0;
  font-weight: bold;
  background: #fff;
  border: solid 2px #172136;
  border-radius: 10px;
  padding-bottom: 14px;
  position: relative;
}
.recrutment .box p {
  margin-bottom: 10px;
}
.recrutment .box::after {
  content: "";
  width: 100%;
  height: 20px;
  left: 0;
  bottom: -10px;
  background-image: url(/osirase/0204/kaihouku/common/images/line_l.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  .recrutment .box::after {
    background-image: url(/osirase/0204/kaihouku/common/images/line_s.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
.recrutment .box .ttl_border {
  font-size: 1.4rem !important;
  border-color: #ddd !important;
}
@media screen and (max-width: 520px) {
  .recrutment .box .ttl_border {
    font-size: 1.2rem !important;
  }
}
.recrutment .box-inquiry {
  margin-top: 4rem;
  background: #fff;
  border: solid 2px #172136;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.recrutment .box-inquiry h4 {
  padding: 1rem 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  background-image: linear-gradient(90deg, #2364cc, #01727e);
}
@media screen and (max-width: 520px) {
  .recrutment .box-inquiry h4 {
    font-size: 1.6rem;
  }
}
.recrutment .box-inquiry h5 {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .recrutment .box-inquiry h5 {
    font-size: 1.4rem;
  }
}
.recrutment .box-inquiry ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .recrutment .box-inquiry ul {
    display: block;
  }
}
.recrutment .box-inquiry ul li {
  padding: 0 1rem;
}
.recrutment .box-inquiry ul li:first-child {
  border-right: 1px solid #C9C9C9;
}
@media screen and (max-width: 520px) {
  .recrutment .box-inquiry ul li:first-child {
    border-right: none;
  }
}
.recrutment .box-inquiry ul li span {
  color: #2364cc;
  font-size: 1.6rem;
}
@media screen and (max-width: 520px) {
  .recrutment .box-inquiry ul li span {
    font-size: 1.4rem;
  }
}
.recrutment .box-inquiry ul li span small {
  font-size: 1rem;
}
.recrutment .box-toi {
  padding: 1em;
  margin: 4em 0;
  background: #F2F4FD;
  border: solid 3px #2364cc;
  border-radius: 10px;
  text-align: center;
}
.recrutment .btn {
  margin-top: 5em;
}
.recrutment .btn a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  height: 100%;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1rem;
  border: 2px solid #000;
  border-radius: 40px;
  background-color: #2364cc;
  position: relative;
}
.recrutment .btn a:hover {
  color: #2364cc;
  background-color: #fff;
}
.recrutment .btn a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
}
.recrutment .btn .small {
  font-size: 12px;
  display: block;
}
.recrutment .btnmt {
  margin-top: 2em !important;
}

/* ------------------------------------------
					OLD
------------------------------------------ */
.schedule {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 520px) {
  .schedule {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.schedule .block-news {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 520px) {
  .schedule .block-news {
    display: block;
  }
}
.schedule .block-news li {
  padding: 0;
}
.schedule .block-news li:before {
  content: none;
}
.schedule .block-news p {
  margin: 0;
}
.schedule .block-news h2 {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.schedule .block-news .mt-be-column {
  position: relative;
  width: calc(50% - 20px);
  margin: 10px 10px 20px;
  color: #172136;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 520px) {
  .schedule .block-news .mt-be-column {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.schedule .block-news .mt-be-column::after {
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  bottom: -5px;
  background-image: url(/osirase/0204/kaihouku/common/images/line_l.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  .schedule .block-news .mt-be-column::after {
    background-image: url(/osirase/0204/kaihouku/common/images/line_s.png);
  }
}
.schedule .block-news .mt-be-column h3 {
  margin: 0 auto 15px;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
@media screen and (max-width: 520px) {
  .schedule .block-news .mt-be-column h3 {
    font-size: 1rem;
  }
}
.schedule .block-news .mt-be-column h3 span.end {
  background-color: #fc5c00;
  color: #fff;
  line-height: 1;
  padding: 1px 10px;
  letter-spacing: 3px;
  margin-right: 5px;
  text-align: center;
  font-weight: bold;
}
.schedule .block-news .mt-be-column .box {
  max-height: 100%;
  height: 100%;
  padding: 30px 30px 20px;
  border: 2px solid #000;
}
@media screen and (max-width: 520px) {
  .schedule .block-news .mt-be-column .box {
    padding: 20px;
  }
}
.schedule .block-news__dateWrap {
  display: flex;
  font-size: 0.75em;
  color: #172136;
  margin-bottom: 1rem;
  line-height: 1;
}
.schedule .block-news__date {
  width: 80px;
}
.schedule .block-news__category {
  margin-left: 12px;
}
.schedule .block-news__button {
  width: calc(100% - 26px);
  min-width: auto;
  margin: 0 auto 10px;
  color: #2364cc;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1rem;
  outline: solid 2px #2364cc;
  border-radius: 40px;
  color: #fff;
  background-color: #2364cc;
  display: block;
  position: relative;
}
.schedule .block-news__button:hover {
  color: #2364cc;
  background-color: #fff;
}
.schedule .block-news__button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

/* ------------------------------------------
				collumn
------------------------------------------ */
.oldcss .mt-be-columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.oldcss .mt-be-columns.collumn-2 .mt-be-column {
  width: calc(50% - 50px);
}
@media screen and (max-width: 989px) {
  .oldcss .mt-be-columns.collumn-2 .mt-be-column {
    width: 100%;
  }
}
.oldcss .mt-be-columns.collumn-2 .mt-be-column img {
  width: auto;
  max-height: 450px;
  margin: 0 auto;
}
.oldcss .mt-be-columns.collumn-2::after {
  display: block;
  content: "";
  width: 50%;
}
@media screen and (max-width: 989px) {
  .oldcss .mt-be-columns.collumn-2::after {
    width: 100%;
  }
}
.oldcss .mt-be-columns.collumn-3 .mt-be-column {
  width: calc(33.3333333333% - 50px);
}
@media screen and (max-width: 989px) {
  .oldcss .mt-be-columns.collumn-3 .mt-be-column {
    width: 100%;
  }
}
.oldcss .mt-be-columns.collumn-3::before {
  content: "";
  display: block;
  width: 33.3333333333%;
  height: 0;
  order: 1;
}
@media screen and (max-width: 989px) {
  .oldcss .mt-be-columns.collumn-3::before {
    display: none;
  }
}
.oldcss .mt-be-columns.collumn-3::after {
  display: block;
  content: "";
  width: 33.3333333333%;
}
@media screen and (max-width: 989px) {
  .oldcss .mt-be-columns.collumn-3::after {
    width: 100%;
  }
}
.oldcss .mt-be-columns .mt-be-column {
  margin: 0 auto 30px;
}
.oldcss .mt-be-columns .mt-be-column figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 0.8rem;
}
.oldcss .mt-be-columns .mt-be-column p {
  margin-bottom: 5px;
}
.oldcss .mt-be-columns .mt-be-column p.t-info {
  text-align: left;
  font-size: 1rem;
  padding: 10px;
}
.oldcss .mt-be-columns .mt-be-column hr {
  margin: 40px 0;
}
.oldcss .mt-be-columns .mt-be-column .button {
  min-width: auto;
  width: calc(100% - 24px);
}
.oldcss .mt-be-columns .bg-color-light,
.oldcss .mt-be-columns .bg-color-dark {
  padding: 28px;
}
.oldcss .mt-be-columns .bg-color-light > .inner-wrap,
.oldcss .mt-be-columns .bg-color-dark > .inner-wrap {
  padding: 20px 0;
}
.oldcss .collumn-2 > .mt-be-column > *:last-child,
.oldcss .collumn-3 > .mt-be-column > *:last-child {
  margin-bottom: 0;
}
.oldcss .collumn-2 h1,
.oldcss .collumn-3 h1 {
  font-weight: 100;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
.oldcss .collumn-2 .h1-shoulder > h1,
.oldcss .collumn-3 .h1-shoulder > h1 {
  margin-bottom: -4px;
}
.oldcss .collumn-2 .label h1, .oldcss .collumn-2 .label h2, .oldcss .collumn-2 .label h3, .oldcss .collumn-2 .label h4, .oldcss .collumn-2 .label h5,
.oldcss .collumn-3 .label h1,
.oldcss .collumn-3 .label h2,
.oldcss .collumn-3 .label h3,
.oldcss .collumn-3 .label h4,
.oldcss .collumn-3 .label h5 {
  margin: 0;
}
.oldcss .collumn-4 {
  width: 100%;
  display: flex;
  margin-bottom: 80px;
}
.oldcss .collumn-4 .col {
  width: 100%;
  margin-right: 40px;
}
.oldcss .collumn-4 .col:last-child {
  margin-right: 0;
}
.oldcss .collumn-4 h1 {
  font-weight: 100;
  font-size: 2.5rem;
  margin-bottom: 32px;
  text-align: left;
}
.oldcss .collumn-4 .label h1, .oldcss .collumn-4 .label h2, .oldcss .collumn-4 .label h3, .oldcss .collumn-4 .label h4, .oldcss .collumn-4 .label h5 {
  margin: 0;
}
.oldcss .timetable {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
.oldcss .artist {
  padding: 0.5em;
  color: #172136;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
}
.oldcss .toggle {
  display: none;
}
.oldcss .Label {
  padding: 1em;
  display: block;
  color: #fff;
  background: #019ac6;
}
.oldcss .Label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.oldcss .Label, .oldcss .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.oldcss .content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: left;
  overflow: hidden;
}
@media screen and (max-width: 989px) {
  .oldcss .content {
    font-size: 1rem;
  }
}
.oldcss .toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
.oldcss .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

/*** 2025 ***/
.section-bgwhite {
  padding: 40px 0 80px;
}

.event-map {
  width: 100%;
  margin: 50px 0;
}

.txt-font {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .txt-font {
    margin-bottom: 20px !important;
    font-size: 1.1rem !important;
  }
}

.ttl_font {
  color: #2364cc;
  font-size: 1.74rem;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .ttl_font {
    font-size: 1.55rem;
  }
}
@media screen and (max-width: 520px) {
  .ttl_font {
    margin: 20px 0 !important;
    font-size: 1.2rem;
  }
}

.scene_table, .time_table {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 !important;
}
.scene_table li, .time_table li {
  padding: 0 !important;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.scene_table li h4, .time_table li h4 {
  font-size: 0.9rem;
  margin-top: 0;
  margin-bottom: 10px;
}
.scene_table li p.time, .time_table li p.time {
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.scene_table li figure, .time_table li figure {
  margin: 0 auto 10px;
}
.scene_table li figure img, .time_table li figure img {
  max-width: 100%;
}
.scene_table li a, .time_table li a {
  max-width: 100%;
  display: block;
  background: #fff108;
  border: 2px solid #fff108;
  font-size: 100%;
  color: #000;
  padding: 10px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-top: auto;
  border-radius: 6px;
  transition: all 0.3s;
}
.scene_table li a:hover, .time_table li a:hover {
  background: #fff;
  border: 2px solid #000;
  color: #000;
}

.minatomirai_list {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.minatomirai_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  .minatomirai_list ul {
    display: block;
  }
}
.minatomirai_list ul li {
  width: calc(32% - 20px);
  padding-left: 0;
  margin: 10px;
}
@media screen and (max-width: 520px) {
  .minatomirai_list ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.minatomirai_list ul li a {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  background: #2364cc;
  display: block;
}

.maparea {
  margin-top: 4rem;
}

.map-info {
  text-align: left;
  width: 80%;
  max-width: 550px;
  margin: 0 auto 30px auto !important;
  display: flex;
}
@media screen and (max-width: 520px) {
  .map-info {
    width: 94%;
    margin: 0 auto 20px auto !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.map-info dt {
  width: 20%;
}
@media screen and (max-width: 520px) {
  .map-info dt {
    width: 100%;
    display: block;
  }
}
.map-info dd {
  width: calc(80% - 10px);
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .map-info dd {
    width: 100%;
    display: block;
  }
}

.map dl dt {
  text-align: center;
}
@media screen and (max-width: 520px) {
  .map dl dt {
    text-align: left;
  }
}
.map ul {
  margin-bottom: 0 !important;
  justify-content: center;
  display: flex;
}
.map ul li {
  width: 96%;
  max-width: 1100px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 520px) {
  .map ul li {
    width: 99%;
    font-size: 1.2rem;
    padding-left: 0;
  }
}
.map ul li img {
  max-width: 100%;
  margin: 0 auto 20px;
}

.time_table::before, .time_table::after {
  content: "";
  display: block;
  height: 0;
  width: calc(25% - 40px);
}
.time_table::before {
  order: 1;
}
.time_table::after {
  padding: 0 !important;
  margin: 0 0 40px !important;
}
.time_table li {
  width: calc(25% - 40px);
  margin: 0 0 40px !important;
}
@media screen and (max-width: 1020px) {
  .time_table::before, .time_table::after {
    width: calc(33.3333333333% - 40px);
  }
  .time_table::after {
    margin: 0 auto 40px !important;
  }
  .time_table li {
    width: calc(33.3333333333% - 40px);
  }
}
@media screen and (max-width: 520px) {
  .time_table li {
    width: 100%;
  }
}
.time_table.full li {
  width: 100%;
  padding: 0 !important;
  margin: 0 auto 20px !important;
  text-align: left;
}

.scene_table::before, .scene_table::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 40px);
  margin: auto;
}
.scene_table::before {
  order: 1;
}
.scene_table li {
  width: calc(33.3333333333% - 40px);
  margin: 0 auto 40px !important;
}
@media screen and (max-width: 520px) {
  .scene_table li {
    width: 100%;
  }
}
.scene_table.full li {
  width: 100%;
  padding: 0 !important;
  margin: 0 auto 20px !important;
  text-align: left;
}

.work_table {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 !important;
}
.work_table li {
  width: calc(50% - 40px);
  padding: 0 !important;
  margin: 0 auto 40px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 989px) {
  .work_table li {
    width: calc(33.3333333333% - 40px);
  }
}
@media screen and (max-width: 520px) {
  .work_table li {
    width: 100%;
  }
}
.work_table li h4 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 10px;
}
.work_table li p.time {
  font-size: 1.1rem;
}
.work_table li p.text {
  font-size: 1rem;
  text-align: left;
}
.work_table li figure {
  margin: 0 auto 10px;
}
.work_table li figure img {
  max-width: 100%;
}
.work_table li a {
  max-width: 100%;
  display: block;
  background: #fff108;
  border: 2px solid #fff108;
  font-size: 100%;
  color: #000;
  padding: 10px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-top: auto;
  border-radius: 6px;
}
.work_table li a:hover {
  background: #fff;
  border: 2px solid #000;
  color: #000;
}
.work_table:after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 40px);
  margin: 0 auto 40px !important;
  height: 0;
}
.work_table.full li {
  width: 100%;
  padding: 0 !important;
  margin: 0 auto 20px !important;
  text-align: left;
}

/* ------------------------------------------
				ボタン
------------------------------------------ */
.btn_box {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 520px) {
  .btn_box {
    width: 94%;
  }
}
.btn_box .btn_width {
  display: block;
  height: 78px;
  line-height: 78px;
  font-size: 104%;
  font-weight: 600;
  border-radius: 38px;
  text-decoration: none;
  text-align: center;
}
.btn_box .btn_width.btn_pink {
  background-color: #DF114F;
  color: #fff;
  border: 2px solid #DF114F;
}
.btn_box .btn_width.btn_pink:hover {
  background-color: #fff;
  color: #DF114F;
}
.btn_box .btn_width.btn_blue {
  background-color: #2364cc;
  color: #fff;
  border: 2px solid #000;
}
.btn_box .btn_width.btn_blue:hover {
  background-color: #fff;
  color: #2364cc;
}
/*# sourceMappingURL=style.css.map */