@charset "utf-8";
/* CSS Document */
body {
  background: #D9E8F2;
  font-size: 15px;
  line-height: 180%;
  word-break: break-all;
  margin: 0;
}
/**
 * 基本設定
 * ----------------------------------------------------------------------------
 */
#pgpage h1,#pgpage h2,#pgpage h3 {
  margin-bottom: 20px;
}
#pgpage h2 {
  font-size: 200%;
}
#pgpage h3 {
  font-size: 180%;
}
#pgpage img,#pgpage object,#pgpage embed,#pgpage video {
  max-width: 100%;
}
#pgpage a {}
#pgpage a[target*="_blank"]::after {}
#pgpage a.induction{color: #ff6155;font-weight: bold;}


/* クラス */
#pgpage div.cont0,#pgpage div.cont1,#pgpage div.cont3,#pgpage div.cont4,#pgpage div.cont5,#pgpage div.cont6,#pgpage div.cont7, #pgpage div.cont8,#pgpage div.cont9,#pgpage div.cont10 {
  text-align: center;
}
#pgpage .text,#pgpage .moviey,#pgpage .img_s {
  margin-bottom: 30px;
}
#pgpage .img1,#pgpage .img2,#pgpage .text1,#pgpage .text2 {
  margin: 0 0 10px 0;
}
#pgpage .clearfix:before,#pgpage .clearfix:after {
  content: "";
  display: table;
}
#pgpage .clearfix:after {
  clear: both;
}
#pgpage .clearfix {
  zoom: 1;
}
#pgpage .clear {
  clear: both;
}
#pgpage div {
  margin: 0;
  padding: 0;
}
/**
 * メインビジュアル
 * ----------------------------------------------------------------------------
 */
#pgpage .h1mainv {
  background: #002E7A;
  position: relative;
  height: auto;
}
#pgpage .h1mainv h1 {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 200%;
  line-height: 50%;
  position: relative;
  left: -32px;
}
/**
 * リード文
 * ----------------------------------------------------------------------------
 */
#pgpage .lead {
  text-align: left;
  padding: 20px 0;
  font-size: 150%;
  line-height: 160%;
  margin-bottom: 3rem;
}
/**
 * カラム
 * ----------------------------------------------------------------------------
 */
/* 2カラム */
#pgpage .multi2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 3rem;
}
#pgpage .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カラム */
#pgpage .multi3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#pgpage .multi3 .multi3cont {
  width: 30.333333%;
  margin: 0 1.5% 30px 1.5%;
}
/* 4カラム */
#pgpage .multi4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#pgpage .multi4 .multi4cont {
  width: 22%;
  margin: 0 1.5% 30px 1.5%;
}
/**
 * コンテンツ
 * ----------------------------------------------------------------------------
 */
#pgpage #container {
  background: #D9E8F2;
  clear: both;
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}
#pgpage #container .wrap {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 97%;
  margin: 0 auto
}
#pgpage #container table {
  text-align: left;
  margin-top: 0.5rem;
}
#pgpage #container .Contents {
  padding: 10px 15px 30px 15px;
}
#pgpage #container table tr td.name {
  width: 37%;
}
#pgpage #container table tr td.name::before {
  content: "・";
}
#pgpage #container table tr td.link a {
  color: #2A2A2A;
  text-decoration: none;
  position: relative;
}
#pgpage #container table tr td.link a:hover {
  text-decoration: underline;
}
#pgpage #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;
}
#pgpage #container div.title {
  text-align: left;
  font-size: 22px;
  color: #002E7A;
  padding: 0.4em 0.5em;
  background: #EDEFF1;
  border-top: solid 5px #002E7A;
}
#pgpage .multi2 .multi2cont .text1 p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  color: #002E7A;
  padding-top: 25px;
}
#pgpage .multi2 .multi2cont .text2 p {
  text-align: left;
}
#pgpage .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
}
#pgpage .ceremony,#pgpage .movie,#pgpage .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;
}*/
#pgpage .subtitle{
    text-align: left;
    font-weight: bold;
    font-size: 120%;
    margin-top: 10px;
    margin-left: 5px;
}
#pgpage .second{
    margin-top: 20px;
}

/**
 * 1080
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width:1080px){
	#pgpage .h1mainv h1,#pgpage #container,#pgpage #container table{
		width: auto!important;
		
	}
	#pgpage .h1mainv h1{
		left: 0;
	}
	#pgpage .lead{
		font-size: 100%;
		width: 95%;
		margin: 0 auto;
	}
	#pgpage div.cont0 p img{
		max-width: 95%;
		margin: 30px 0;
	}
	#pgpage .multi2 .multi2cont{
		width: 95%;
		margin-bottom: 50px;
	}
	#pgpage .multi2 .multi2cont .text2 p{
		width: 96%;
		margin: 0 auto;
	}
	#pgpage .multi2{
		justify-content: center;
	}
}


/**
 * 767
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width:767px){
	#pgpage #container .Contents table tr{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	#pgpage #container .Contents table tr td{
		width: 100%!important;
	}
	#pgpage #container .ceremony .Contents table tr{
		flex-wrap: nowrap;
	}
	#pgpage #container .ceremony .Contents table tr td:first-child{
		width: 35%!important;
	}
}