@charset "utf-8";
/* CSS Document */
body {
  background: #D9E8F2;
  font-size: 15px;
  line-height: 180%;
  word-break: break-all;
  margin: 0;
}
/**
 * 基本設定
 * ----------------------------------------------------------------------------
 */
h1, h2, h3 {
  margin-bottom: 20px;
}
h2 {
  font-size: 200%;
}
h3 {
  font-size: 180%;
}
img, object, embed, video {
  max-width: 100%;
}
a {}
a[target*="_blank"]::after {}
a.induction{color: #ff6155;font-weight: bold;}


/* クラス */
div.cont0, div.cont1, div.cont3, div.cont4, div.cont5, div.cont6, div.cont7, div.cont8, div.cont9, div.cont10 {
  text-align: center;
}
.text, .moviey, .img_s {
  margin-bottom: 30px;
}
.img1, .img2, .text1, .text2 {
  margin: 0 0 10px 0;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
div {
  margin: 0;
  padding: 0;
}
/**
 * メインビジュアル
 * ----------------------------------------------------------------------------
 */
.h1mainv {
  background: #002E7A;
  position: relative;
  height: auto;
}
.h1mainv h1 {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 200%;
  line-height: 50%;
  position: relative;
  left: -32px;
}
/**
 * リード文
 * ----------------------------------------------------------------------------
 */
.lead {
  text-align: left;
  padding: 20px 0;
  font-size: 150%;
  line-height: 160%;
  margin-bottom: 3rem;
}
/**
 * カラム
 * ----------------------------------------------------------------------------
 */
/* 2カラム */
.multi2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 3rem;
}
.multi2 .multi2cont {
  /*width: 47%;*/
  border-top: solid 5px #002E7A;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 1.5% 30px 1.5%;
  width: 43%;
  background: #fff;
  padding: 2%;
  position: relative;
}
/* 3カラム */
.multi3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.multi3 .multi3cont {
  width: 30.333333%;
  margin: 0 1.5% 30px 1.5%;
}
/* 4カラム */
.multi4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.multi4 .multi4cont {
  width: 22%;
  margin: 0 1.5% 30px 1.5%;
}
/**
 * コンテンツ
 * ----------------------------------------------------------------------------
 */
#container {
  background: #D9E8F2;
  clear: both;
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}
#container .wrap {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 97%;
  margin: 0 auto
}
#container table {
  text-align: left;
  margin-top: 0.5rem;
}
#container .Contents {
  padding: 10px 15px 30px 15px;
}
#container table tr td.name {
  width: 37%;
}
#container table tr td.name::before {
  content: "・";
}
#container table tr td.link a {
  color: #2A2A2A;
  text-decoration: none;
  position: relative;
}
#container table tr td.link a:hover {
  text-decoration: underline;
}
#container table tr td.link a[target=_blank]::after {
  content: "";
  background: url(img/link_icon.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  margin-left: 6px;
  top: 0;
}
#container div.title {
  text-align: left;
  font-size: 22px;
  color: #002E7A;
  padding: 0.4em 0.5em;
  background: #EDEFF1;
  border-top: solid 5px #002E7A;
}
.multi2 .multi2cont .text1 p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  color: #002E7A;
  padding-top: 25px;
}
.multi2 .multi2cont .text2 p {
  text-align: left;
}
.cont1::before {
  content: "";
  display: block;
  background: url(img/medaru_icon.png) no-repeat;
  width: 60px;
  height: 77px;
  position: absolute;
  top: -46px;
  left: 16px;
  background-size: contain
}
.ceremony, .movie, .sponsor {
  position: relative;
}
/*.ceremony:after {
  content: "";
  display: block;
  background: url(img/bgicon_02.png) no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  position: absolute;
  bottom: 20px;
  right: 38px
}

.sponsor::after {
  content: "";
  display: block;
  background: url(img/bgicon_03.png) no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  position: absolute;
  right: 0;
  bottom: 12px;
}*/
.subtitle{
    text-align: left;
    font-weight: bold;
    font-size: 120%;
    margin-top: 10px;
    margin-left: 5px;
}
.second{
    margin-top: 20px;
}

/**
 * フッター
 * ----------------------------------------------------------------------------
 */
.footer {
  border: 0;
  background: #1C5A96;
  padding: 30px 0;
  margin-top: 6rem;
}
.tCenter {
  text-align: center;
}