@charset "UTF-8";

/* --------------------------------------------------
  sponsorship
-------------------------------------------------- */

/* --------------------------------------------------
  common
-------------------------------------------------- */
.text {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: -0.02em;
}
.text:not(:last-child) {
  margin-bottom: 30px;
}
.text .note {
  font-size: 75%;
}
.stitle {
  margin-bottom: 14px;
  padding-left: 15px;
  border-left: 6px solid #f03f69;
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
}

.caption {
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}



/* --------------------------------------------------
  contents
-------------------------------------------------- */
#contents {
  padding-top: 81px;
  padding-bottom: 112px;
}

h3{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.main_title {
  margin-bottom: 54px;
}
.main_box {
  margin-bottom: 26px;
}
.main_box .text_box {
  float: left;
  width: 47.92%;
  max-width: 460px;
}
.main_box .img {
  float: right;
  width: 47.92%;
  max-width: 460px;
  padding-top: 8px;
}
.main_name {
  float: right;
  margin-top: -17px;
  margin-bottom: 97px;
}
.main_label {
  float: left;
  padding-right: 15px;
  font-size: 14px;
  line-height: 1.36;
}
.main_sign {
  float: left;
  margin-top: -6px;
}
.volunteer_box{
  clear: both;
  margin-bottom: 73px;
}

.volunteer_box .img_list01,
.volunteer_box .img_list02{
  display: flex;
}

.volunteer_box .img_list01{
  margin-bottom: 30px;
}

.volunteer_box .img_list01 li{
  width: 48.959%;
}
.volunteer_box .img_list01 li:first-child{
  margin-right: 2.082%;
}


.volunteer_box .img_list02 li{
  width: 48.959%;
}
.volunteer_box .img_list02 li:first-child{
  margin-right: 2.082%;
}

.volunteer_box .img_list01 img,
.volunteer_box .img_list02 img{
  width: 100%;
}

.exhibit_box{
  margin-bottom: 73px;
}
.exhibit_box .img_list,
.exhibit_box .img_list02{
  display: flex;
  flex-wrap:wrap;
}

.exhibit_box .img_list li{
  width: 31.98%;
  margin-right: 2.03%;
}

.exhibit_box .img_list li:last-child{
  margin-right: 0;
}

.exhibit_box .img_list02 li{
  width: 48.959%;
  margin: 2.082% 0 0 2.082%;
}
.exhibit_box .img_list02 li:first-child,
.exhibit_box .img_list02 li:nth-child(3){
  margin-left: 0;
}
.exhibit_box .img_list02 li:nth-child(n+3){
  width: 32%;
}
.exhibit_box .img_list02 li:nth-child(n+4){
  margin-left: 2%;
}

.exhibit_box .img_list02 img{
  width: 100%;
}

.exhibit_box #event_cancellation {
	border: solid 2px #f00;
	padding: 30px;
	margin-top: 40px;
}

.exhibit_box #event_cancellation p {
	font-size: 16px;
	line-height: 1.6;
}


.symbol_box {
  margin-bottom: 79px;
}
.symbol_box .text_box {
  float: left;
  width: 65.31%;
  max-width: 627px;
}
.symbol_box .img {
  float: right;
  width: 29.38%;
  max-width: 282px;
  padding-top: 8px;
}



.column_box {
  margin-bottom: 101px;
  padding: 53px 50px 50px 50px;
  background-color: #eeeeee;
}
.column_box .catch {
  margin-bottom: 32px;
}
.column_box .name {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1;
}
.column_box .name span {
  vertical-align: baseline;
  font-size: 26px;
}
.column_box .img_box {
  display: flex;
}
.column_box .img_box .img:first-child {
  margin-right: 20px;
}



.btn_back {
  text-align: center;
}
.btn_back a {
  position: relative;
  display: inline-block;
  padding: 12px 43px 12px 53px;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  text-decoration: none;
}
.btn_back a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 12px;
  height: 4px;
  margin-top: -2px;
  background: url(../img/common/icon_arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}



/* --------------------------------------------------
  1025px以上 pc style
-------------------------------------------------- */
@media screen and (min-width: 1025px) {
}



/* --------------------------------------------------
  1024px以下 tablet + sp style
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
}



/* --------------------------------------------------
  769px以上で1024px以下 tablet style
-------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}



/* --------------------------------------------------
  769px以上 pc + tablet style
-------------------------------------------------- */
@media screen and (min-width: 768px) {

  /* --------------------------------------------------
    hover
  -------------------------------------------------- */
  .notouch .btn_back a,
  .notouch .btn_back a:before {
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .notouch .btn_back a:hover {
    padding: 9px 41px 9px 51px;
    border-width: 3px;
    border-color: #f03f69;
    color: #f03f69;
  }
  .notouch .btn_back a:hover:before {
    -webkit-transform: scale(-1,1) translate3d(5px,0,0);
            transform: scale(-1,1) translate3d(5px,0,0);
  }

}



/* --------------------------------------------------
  768px以下 sp style
-------------------------------------------------- */
@media screen and (max-width: 767px) {

  /* --------------------------------------------------
    common
  -------------------------------------------------- */
  .text {
    font-size: 14px;
    line-height: 2;
  }

  .text:not(:last-child) {
    margin-bottom: 20px;
}
  .stitle {
    position: relative;
    margin-bottom: 7px;
    padding-left: 13px;
    border-left: none;
    font-size: 20px;
    line-height: 1.5;
  }
  .stitle:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 4px;
    height: 74%;
    background-color: #f03f69;
  }

  .caption {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.5;
}



  /* --------------------------------------------------
    contents
  -------------------------------------------------- */
  #contents {
    padding-top: 40px;
    padding-bottom: 102px;
  }
  .main_title {
    margin-bottom: 40px;
  }
  .main_box {
    margin-bottom: 26px;
  }
  .main_box .text_box {
    float: none;
    width: auto;
    max-width: 100%;
  }
  .main_box .img {
    float: none;
    width: auto;
    max-width: 100%;
    margin-bottom: 11px;
    padding-top: 0;
  }
  .main_name {
    float: none;
    padding-left: 50%;
    margin-top: -15px;
    margin-bottom: 45px;
  }
  .main_label {
    float: none;
    padding-right: 0;
    font-size: 10px;
  }
  .main_sign {
    float: none;
    margin-top: auto;
  }

  h3{
  font-size: 14px;
  margin-bottom: 10px;
}

  .volunteer_box{
    margin-bottom: 30px;
  }

  .exhibit_box {
    margin-bottom: 30px;
  }

  .volunteer_box .img_list01,
  .volunteer_box .img_list02,
  .exhibit_box .img_list{
    display: block;
  }

  .volunteer_box .img_list01 {
    margin-bottom: 20px;
}

  .volunteer_box .img_list01 li:first-child,
  .volunteer_box .img_list01 li:last-child,
  .volunteer_box .img_list02 li,
  .exhibit_box .img_list li,
  .exhibit_box .img_list02 li,
  .exhibit_box .img_list02 li:first-child,
  .exhibit_box .img_list02 li:nth-child(3),
  .exhibit_box .img_list02 li:nth-child(n+3),
  .exhibit_box .img_list02 li:nth-child(n+4){
    width: 100%;
    margin: 0 0 20px;
  }

  .volunteer_box .img_list02 li:last-child{
    margin-bottom: 0;
  }
  .exhibit_box .img_list li:last-child{
    margin-bottom: 0;
  }

.exhibit_box #event_cancellation {
	padding: 20px;
	margin-top: 0;
}
	
.exhibit_box #event_cancellation p {
	font-size: 14px;
	line-height: 2;
}

  .event_box {
    clear: none;
    margin-bottom: 30px;
  }
  .symbol_box {
    margin-bottom: 39px;
  }
  .symbol_box .text_box {
    float: none;
    width: auto;
  }
  .symbol_box .img {
    float: none;
    padding-top: 20px;
  }



  .column_box {
    margin-bottom: 51px;
    padding: 32px 15px 19px 15px;
  }
  .column_box .catch {
    margin-bottom: 30px;
  }
  .column_box .name {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .column_box .name span {
    font-size: 19px;
  }
  .column_box .img_box {
    display: block;
    margin-top: -17px;
  }
  .column_box .img_box .img:first-child {
    margin-bottom: 20px;
    margin-right: auto;
  }



  .btn_back a {
    font-size: 13px;
  }

}


