@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

/** ***************************************************************************
 * セクショニング
 */

#main .column ~ .column {
  margin-top: 40px;
}

#main .section ~ .section {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .column ~ .column {
    margin-top: 70px;
  }

  #main .section ~ .section {
    margin-top: 80px;
  }

}

#main::after {
  content: "";
  display: block;
  background: url("../_image/event/bg-right.png") no-repeat;
  position: absolute;
  top: 20%;
  right: 0;
  width: 270px;
  height: 5076px;
  z-index: -1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main::after {
  display: none;
}

}

/** ***************************************************************************
 * 下層ビジュアル
 * ************************************************************************* */

/** ***************************************************************************
 * ロゴ
 */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body.page-event
#visual .logo img {
  width: 290px;
}

}

/** ***************************************************************************
 * リード文
 * ************************************************************************* */

#lead {
  position: relative;
  text-align: center;
}

#lead .body {}

#lead .title {
  background: #7ebbae;
  margin-top: 60px;
  padding: 10px 0;
}

#lead .title p {
  font-size: 30px;
  font-weight: bold;
  color: #006c69;
}

#lead .img {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  
#lead {
  position: relative;
  text-align: center;
}

#lead .body {}

#lead .title {
  background: #7ebbae;
  margin-top: 30px;
  padding: 10px;
}

#lead .title p {
  font-size: 16px;
  font-weight: bold;
  color: #006c69;
}
#lead .title p .br-sp {
  display: block;
}

}


/** ***************************************************************************
 * コンテンツ
 * ************************************************************************* */

#content {
  position: relative;
  text-align: center;
  margin-top: 0 !important;
  padding-bottom: 130px;
  overflow: hidden;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

}

/** ***************************************************************************
 * 内容（共通）
 */

#content .title {
  text-align: center;
  display: inline-block;
  font-size: 40px;
  font-weight: 900;
  min-width: 400px;
}

#content .sub-title {
  position: relative;
  z-index: 3;
  font-size: 40px;
  font-weight: bold;
}

#content .title-1 {
  color: #000;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  margin-top: 30px;
}
#content .catch {
  color: #000;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  margin-top: 40px;
}
#content .text {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  color: #505050;
  font-size: 16px;
  text-align: left;
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content .title {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  min-width: 200px;
}

#content .sub-title {
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: bold;
}

#content .title-1 {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin-top: 15px;
}
#content .catch {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  margin-top: 20px;
}

#content .text {
  max-width: 550px;
  margin: 1em auto 0;
  color: #000;
  font-size: 16px;
  text-align: left;
}

}

/** ***************************************************************************
 * セクション1
 */
#content .section-1 {
  max-width: 1400px;
  margin-top: 50px;
  margin-bottom: 150px;
  margin-right: auto;
  margin-left: auto;
}
#content .section-1 .title {
  border-top: 1px solid #edb100;
  border-bottom: 1px solid #edb100;
}
#content .section-1 .sub-title {
  color:#edb100;
}

/* 横並び*/
#content .layout-flex-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
#content .layout-flex-2 > * {
  width: 50%;
}

#content .layout-flex-2 .item:nth-child(n+3) {
  margin-top: 100px;
}
/*
#content .layout-flex-2 a {
  display: inline-block;
}
#content .layout-flex-2 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
*/
#content .layout-flex-2 .icon {
  margin-top: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content .section-1 {
  max-width: 1400px;
  margin-top: 20px;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}
#content .layout-flex-2 {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
#content .layout-flex-2 > * {
  width: 100%;
}
/*
#content .layout-flex-2 a {
  display: inline-block;
  margin-top: 10px;
}*/
#content .layout-flex-2 .item ~ .item {
  margin-top: 50px;
}
#content .layout-flex-2 .icon {
  margin-top: 25px;
}

/* アイコン*/
#content .section-1 .icon .img-1 {
  width: 50px;
}
#content .section-1 .icon .img-2 {
  width: 132px;
}
#content .section-1 .icon .img-3 {
  width: 75px;
}
#content .section-1 .icon .img-4 {
  width: 127px;
}
#content .section-1 .icon .img-5 {
  width: 78px;
}
#content .section-1 .icon .img-6 {
  width: 49px;
}
#content .section-1 .icon .img-9 {
  width: 75px;
}


}


/** ***************************************************************************
 * セクション2
 */
#content .section-2 {
  max-width: 1090px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 150px;
}
#content .section-2 .title {
  border-top: 1px solid #0065b0;
  border-bottom: 1px solid #0065b0;
}
#content .section-2 .sub-title {
  color:#0065b0;
}

#content .section-2 .contents {
  margin-top: 120px;
}
#content .section-2 .contents .item {
  padding-bottom: 100px;
}
#content .section-2 .contents .item ~ .item {
  padding-top: 100px;
  border-top: 1px solid #dcdcdc;
}

#content .section-2 .contents .text {
  max-width: 650px;
  text-align: center;
}

/* 横並び*/
#content .section-2 .layout-flex-2 {
  position: relative;
  border-top: 1px solid #505050;
  padding-top: 70px;
}
#content .section-2 .layout-flex-2::before {
  content: "";
  display: block;
  background: #505050;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 70px auto 0;
}

#content .section-2 .layout-flex-2 > * {
  width: 48%;
}

#content .section-2 .layout-flex-2 .text {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #content .section-2 {
    max-width: 1090px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80px;
  }
  #content .section-2 .contents {
    margin-top: 60px;
  }
  #content .section-2 .contents .item {
    padding-bottom: 50px;
  }
  #content .section-2 .contents .item ~ .item {
    padding-top: 50px;
    border-top: 1px solid #dcdcdc;
  }
  #content .section-2 .contents .item .icon .img-1 {
    width: 98px;
    display: block;
    margin: 0 auto;
  }
  
  /* 横並び*/
  #content .section-2 .layout-flex-2 {
    position: relative;
    border-top: 1px solid #505050;
    padding-top: 30px;
  }
  #content .section-2 .layout-flex-2::before {
    display: none;
  }
  
  #content .section-2 .layout-flex-2 > * {
    width: 100%;
  }
  #content .section-2 .layout-flex-2 .images .img-1 {
    width: 179px;
  }
  #content .section-2 .layout-flex-2 .icon .img-1 {
    width: 145px;
    display: block;
    margin: 0 auto;
  }
  #content .section-2 .layout-flex-2 .images .img-2 {
    width: 132px;
  }
}

/** ***************************************************************************
 * テーブル
 */

#content table.period {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

table.period { 
  border-collapse:collapse;
  font-size: 15px;
  width: 100%;
}

table.period th {
	font-weight: normal;
}

table.period > thead > tr > th,
table.period > tbody > tr > th,
table.period > tbody > tr > td {
  padding:10px 20px;
}

table.period > thead > tr > th {
  border: solid 1px #505050;
  background: #93603e;
  text-align: center;
}

table.period > tbody > tr > th {
  text-align: center;
}

table.period > tbody > tr > td {
  border: 1px solid #505050;
  color:#000;
  background: #fff;
  padding: 10px 20px;
  vertical-align: middle;
}

table.period > tbody > tr > th[scope="col"] {
  border: 1px solid #505050;
  color:#000;
  background: #fff;
  padding: 10px 20px;
  vertical-align: middle;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

}



/** ***************************************************************************
 * セクション3
 */
#content .section-3 {
  max-width: 1090px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 290px;
}
#content .section-3 .title {
  border-top: 1px solid #9b9fcd;
  border-bottom: 1px solid #9b9fcd;
}
#content .section-3 .sub-title {
  color:#9b9fcd;
}

#content .section-3 .contents {
  margin-top: 120px;
}
#content .section-3 .contents .item {
  padding-bottom: 100px;
}

#content .section-3 .contents .text {
  max-width: 650px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #content .section-3 {
    max-width: 1090px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
  }
  #content .section-3 .contents {
    margin-top: 60px;
  }
  #content .section-3 .contents .item {
    padding-bottom: 50px;
  }
  #content .section-3 .contents .images .img-1 {
    width: 170px;
  }
}

/** ***************************************************************************
 * ボタン
 */

#content .section-3 .contents .btn {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#content .section-3 .contents .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  text-align: center;
  transition: 0.3s;
  background: #1a6c69;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  min-width: 350px;
}
#content .section-3 .contents .btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content .section-3 .contents .btn {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#content .section-3 .contents .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  transition: 0.3s;
  background: #1a6c69;
  color: #fff;
  font-size: 16px;
  min-width: 100%;
  font-weight: bold;
}
}

/** ***************************************************************************
 * 注意事項
 */

#content .box {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #4c4a4a;
  padding: 20px;
  font-size: 16px;
  color: #505050;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#content .box {
  max-width: 100%;
  margin: 45px auto 0 !important;
  background: #fff;
  border: 1px solid #4c4a4a;
  padding: 20px;
  font-size: 14px;
  color: #505050;
  text-align: left;
}
}
