@charset "utf-8";

/*ベースはじまり*/

body {
  margin: 0;
  padding: 0;
  background: #FFF url(./img/background.png) no-repeat left top;
  color: #333333;
  font-size: 15px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 2;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

img {
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: #3583aa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img:hover {
  opacity: 0.8;
}

.red {
	color: #dc143c;
}

.bold {
	font-weight: bold;
}

/*ベースおわり*/

/*headerはじまり*/

header {
  width: 1200px;
  height: 150px;
  margin: 0 auto;
}

.logo {
  float: left;
  margin-top: 30px;
  margin-left: -90px;
}

.logo img {
 max-width: 100%;
}

.sp {
	display: none;
}

.g-nav {
  float: right;
  margin: 90px 0 20px 0;
  }

.g-nav li {
  float: left;
  margin: 0 20px 0 10px;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  list-style: none;
  white-space: nowrap;
}

.g-nav li a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.g-nav li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #B50080;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.g-nav li a:hover::after {
  transform: scale(1, 1);
}

/*headerおわり*/

/*メインコンテンツ（ベース）はじまり*/

#wrap {
  clear: both;
  margin-top: 10px;
  padding: 35px 0;
  box-shadow: 0px 2px 4px 0px grey inset;
  background: url(./img/background.png) no-repeat left center;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*メインコンテンツ（ベース）おわり*/

/*メインコンテンツ（HOME）はじまり*/

.main-center {
  width: 1100px;
  margin: 0 auto;
}

.home-image {
  margin-bottom: 25px;
  box-shadow: 0 0 10px grey;
}

.info-txt h2 {
  text-align: center;
}

.icon {
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 2px;
}

.icon:before {
  content: "";
  padding-right: 15px;
  border-left: 7px solid #333333;
}

.icon:after {
  content: "";
  padding-left: 15px;
  border-right: 7px solid #333333;
}

.scroll {
  width: 750px;
  height: 150px;
  overflow-y: scroll;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #CCCCCC;
}

.scroll p {
	
	font-size: 16px;
}

.info-plus {
	width: 90%;
	border: solid 2px #004097;
	margin: 10px auto 40px;
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, 0.6);
}

.info-plus p {
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 20px;
	margin-bottom: 8px;
}

.info-plus p.right {
	text-align: right;
	padding-right: 20px;
}

/*メインコンテンツ（HOME）おわり*/

/*メインコンテンツ（main）はじまり*/

.main {
	width: 850px;
	margin: 0 auto 60px;
}

.main h3{
	border-bottom: 2px solid #004097;
	font-size: 20px;
	line-height: 40px;
	padding-left: 20px;
}

.main h3 small {
	font-size: 16px;
}

.main h4{
	font-size: 18px;
	padding-left: 25px;
	margin-bottom: 5px;
}

.main p {
	font-size: 16px;
	padding-left: 30px;
}

.undecided {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}

.category_list {
	margin-bottom: 20px;
}

.category_list h4 {
	padding-left: 25px;
	margin-bottom: 5px;
}

.category_list ol {
	margin: 0 0 0 30px;
}

.category_list li {
	padding-left: 8px;
}

.e_list {
	margin-bottom: 30px;
}

.e_list ul {
	margin: 0 0 0 45px;
}

.e_list li {
	padding-left: 5px;
	margin-bottom: 8px;
}

.session {
	margin-bottom: 40px;
}

.t_button {
	text-align: center;
	padding-top: 20px;
}

.t_button img {
	display: inline;
}

.poster{
	text-align: center;
}

/*メインコンテンツ（main）おわり*/

/* program　はじまり */
#program.main{
	max-width: 1000px;
	width: 100%;
}
.program-content table{
	margin: 10px auto 50px;
	border-collapse: collapse;
	border-spacing: 0;
	display: block;
}
.program-content table th,
.program-content table td{
	padding: 5px 10px;
	border: 1px solid #999;
	background-color: #fdfce7;
	height: 30px;
	vertical-align: top;
}
.program-content table tr td:first-child{
	background: none;
	text-align: center;
}
.program-content table th.none{
	background: none;
}
.program-content table td.none{
	background-color: #f6f6f6;
}
.program-content table td span{
	color: #053aca;
}
.program-content table td.clear{
	background: none;
	border-right: none;
	border-bottom: none;
}
#program p{
	padding-left: 65px;
	padding-right: 65px;
}

/* program　おわり */

/* jizen　はじまり */
.jizen-content table{
	margin: 10px auto 50px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 70%;
}
.jizen-content table th,
.jizen-content table td{
	border: 1px solid #999;
	padding: 5px;
	width: 50%;
}
.jizen-content table th{
	background-color: #fdfce7;
}
.jizen-content table td{
	text-align: center;
}

.jizen-content2 table{
	margin: 10px auto 50px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 70%;
}
.jizen-content2 table th,
.jizen-content2 table td{
	border: 1px solid #999;
	padding: 5px;
	width: 30%;
}
.jizen-content2 table th{
	background-color: #fdfce7;
}
.jizen-content2 table td{
	text-align: center;
}

 .jizen-button img{
	display: block;
	margin: 10px auto;
	max-width: 90%;
	width: 350px;
}

.jizen .flow img{
	width: 100%;
	max-width: 350px;
  }
  
  .jizen .flow p{
	font-size: 15px;
  }

.jizen .important-list{
	list-style: none;
	margin: 0 20px;
	font-weight: bold;
  } 
  
  .jizen .important-list li{
	position: relative;
	padding-left: 80px;
  } 
  
  .jizen .important-list li::before{
	content: "※＜重要＞";
	position: absolute;
	top: 0;
	left: 0;
  } 

  .jizen .plus{
	position: relative;
	padding-left: 70px;
	margin-top: 0px;
  } 
  
  .jizen .plus::before{
	content: "※";
	position: absolute;
	top: 0px;
	left: 50px;
  } 

  .jizen .plus1,
  .jizen .plus2,
  .jizen .plus3{
	padding-left: 50px;
	margin-bottom: 0px;
  } 
  
  .jizen .plus1::before{
	content: "※1：";
  }
  
  .jizen .plus2::before{
	content: "※2：";
  } 
  
  .jizen .plus3::before{
	content: "※3：";
  } 

/* jizen　おわり */

/*footerはじまり*/

footer {
  width: 100%;
  text-align: center;
  color: #FCFCFC;
  padding: 20px 0;
  background-color: #333;
}

footer small {
  font-size: 14px;
}

/*footerおわり*/


/*以下、レスポンシブ周り*/
@media screen and (max-width:1200px) {

#wrap {
	width: 1200px;
	clear: both;
	margin-top: 10px;
	padding: 35px 0;
	background: url(./img/background.png) no-repeat left bottom;
  }

  footer {
	width: 1200px;
  }

}

@media screen and (max-width:600px) {
	
/*ベースはじまり*/
	body {
		font-size: 3.5vw;
	}
	
	h1 {
		font-size: 7.2vw;
	}
	
	h2 {
		font-size: 6vw;
	}
	
	
/*ベースおわり*/
	
/*headerはじまり*/
	
	header {
		width: 1200px;
		max-height: 100px;
		margin: 0 5%;
		/*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);*/
	}
	
	.logo {
		float: none;
		margin-top: 20px;
		text-align: center;
	}
	
	.sp {
		display: block;
	}
	
	.pc {
	    display: none;
    }
	
	.logo img {
		max-width: 100%;
	}
	
	.g-nav {
		float: none;
		margin-top: 20px;
		text-align: center;
	}
	
	.g-nav li {
		display: inline;
		float: none;
		margin: 0 10px;
		font-size: 18px;
	}
	
/*headerおわり*/

	
/*メインコンテンツ（ベース）はじまり*/
	
	#wrap {
		margin-top: 100px;
		padding: 35px 0 40px 0;
	}
	
	.content {
		width: 100%;
	}
	
/*メインコンテンツ（ベース）おわり*/
	
/*メインコンテンツ（index）はじまり*/
	
	.main-center {
		float: none;
		width: auto;
		margin: 0 5%;
	}
	
	.home-image {
		max-width: 100%;
	}
	
	.scroll {
		max-width: 90%;
		height: 100px;
		font-size: 14px;
	}
	
	.contact {
		padding: 5px 5%; 
	}
	
	.contact p {
		font-size: 14px;
	}
	
/*メインコンテンツ（index）おわり*/
	
/*メインコンテンツ（main）はじまり*/
	
	.main {
		float: none;
		width: auto;
		margin: 0 5% 40px;
	}
	
	h1 img {
		max-width: 100%;
	}
	
	.main h4 {
		font-size: 3.5vw;
	}
	
	.main p {
		font-size: 3.2vw;
	}
	
	.category_list h4 {
		font-size: 3.5vw;
	}
	
	.category_list ol li {
		font-size: 3vw;
	}
	
	.e_list ul li {
		font-size: 3vw;
	}
	
	.t_button img {
		max-width: 90%;
	}

	.poster img{
		width: 100%;
		max-width: 300px;
	}

/*メインコンテンツ（main）おわり*/

.program-content table{
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
    font-size: 14px;
}
}
	
	