@charset "utf-8";
/* CSS Document */

html,body,p,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,dt,dd,table,tr,th,td,form,a,span { margin:0; padding:0; }
input[type=submit]:focus { border-color:transparent !important; }
img { border:none; }
a:link, a:visited { text-decoration:none; }
/* a:active, a:hover { filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6; } */

html { height:100%; overflow-y:scroll; }
body {
	height:100%; background:#FFF;
	font-family: 'Noto Sans JP','Droid Sans','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings : "palt";
}
ul,ol { list-style:none; }
input, textarea { font-family: 'Noto Sans JP','Droid Sans','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
-webkit-font-feature-settings: 'pkna';
font-feature-settings : "pkna"; }

hr {
	border-width: 1px 0 0 0; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #999; /* 線色 */
	height: 1px; /* IE6用対策 */
	clear: both; /* IE6用対策 */
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.tyou90 {
    transform-origin: 0 0;  /* 要素の左上を基準に変形をかける */
    width: 111%;
    transform: scale(0.90, 1);
}
.tyou80 {
    transform-origin: 0 0;  /* 要素の左上を基準に変形をかける */
    width: 125%;
    transform: scale(0.80, 1);
}
.tyou70 {
    transform-origin: 0 0;  /* 要素の左上を基準に変形をかける */
    width: 142%;
    transform: scale(0.70, 1);
}

@media screen and (min-width: 1040px) {

.spbr { display: none}
#container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}
.header img {
width: 100%;
    max-width: 1200px;
    height:auto;
    margin: 0 auto
}
 .head_logo img {
     display: block;
    margin: 20px auto 6px
 }
.program_pdf {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 80px auto
}
 h2 {
    font-size: 24px;
    line-height: 1em;
     font-weight: 400;
    margin: 0;
    color: #005096;
     text-align: center
}
.program_pdf p {
    font-size: 14px;
    line-height: 1em;
    margin: 10px 0 20px
}
.program_pdf img {
    width: 212px;
    height: auto;
    border: 1px solid #999999
}
.program_pdf a {
    margin-right: 50px;
}
.program_pdf a:nth-of-type(3){
    margin: 0;
}

.global_menu h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 40px 0 0;
    text-align: center
}
.global_menu h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 22px 0 8px;
    text-align: center
}
.g_navi {
    width:1040px;
  list-style: none;
  font-size: 0;
  margin: 0 auto
}
.g_navi li {
  width: 200px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  margin-right: 10px;
  border-radius: 5px
}
.g_navi li:nth-of-type(5) {
    margin: 0;
}
.g_navi li:nth-of-type(n+6) {
    margin-top: 10px;
}

.g_navi li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  padding: 20px 0;
}
.col01 li { background-color: #00A4CD;}
.col02 li { background-color: #E39300;}
.col03 li { background-color: #72AF2D;}
.col04 li { background-color: #4774B9;}
.col05 li { background-color: #A74D7A;}

#content {
	width: 96%;
	max-width: 1040px;
	margin: 0 auto;
/*	border: 1px solid #000000;*/
}
/*#content img {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0
}*/

.content_title {
    width: 100%;
    background-color: #C8E0E5;
    padding: 12px 25px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    margin: 100px 0 12px
}
.bg01 {background-color: #C8E0E5;}
.bg02 {background-color: #F7EC96;}
.bg03 {background-color: #E1E7C1;}
.bg04 {background-color: #BCD4E7;}
.bg05 {background-color: #E2C9DA;}

.title_left {
    display: inline-block;
    margin-right: 30px
}
.title_left h3 {
    font-size: 30px;
    line-height: 1em;
    margin: 0 0 8px;
    font-weight: 200
}
.print_btn {
    display: inline-block;
}
/*.print_btn_01 {
    display: inline-block;
    background: #00A4CD;
    border-radius: 4px
}
.print_btn_01 p {
    margin: 6px 10px;
    color: #FFFFFF;
}*/
.title_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 25px
}
.pdf_box {
text-align: center;
margin-top: 40px
}
.pdf_box img {
display: inline-block;
width: auto;
height: 48px;
margin-right: 10px;
vertical-align: middle
}
.pdf_box h4 {
display: inline-block;
text-align: left;
font-size: 20px;
font-weight: 400;
text-decoration: underline
}
.pdf_box a {
color: #000000
}
.pdf_box a:nth-child(n+2) {
    margin-left: 50px;
}
/*.title {
	font-size: 30px;
	line-height: 1.0;
	text-align:center;
	font-weight:normal;
	color:#ED6C00
}

.slider {
	position:relative;
	margin-bottom:50px
}*/

.footer {
	background-image: url(img/footer_bg.jpg);
	padding:50px 0 50px;
	margin-top: 80px;
	text-align: center
}
.footer h4 {
	font-size:24px;
	line-height:1.0;
	margin: 10px 0 10px;
	font-weight:normal;
}
.footer h5 {
	font-size:14px;
	line-height:1.0;
	font-weight:normal;
	margin: 0
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
    /*background: url(img/btn_pagetop02.png);
    text-decoration: none;
    color: #fff;*/
    width: 80px;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    /*padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;*/
}
#page-top a:hover { filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5; }
}

@media screen and (min-width:760px) and ( max-width:1039px) {

.spbr { display: none}
#container {
    width: 100%;
    max-width: 1199px;
    margin: 0 auto
}
.header img {
width: 100%;
    max-width: 1199px;
    height:auto;
    margin: 0 auto
}
 .head_logo img {
     display: block;
    margin: 20px auto 6px
 }
#content {
	width: 96%;
	margin: 0 auto;
}
/*#content img {
	width: 100%;
	height: auto;
	margin: 0
}*/

.program_pdf {
    width: 100%;
    max-width: 1199px;
    text-align: center;
    margin: 80px auto
}
 h2 {
    font-size: 24px;
    line-height: 1em;
     font-weight: 400;
    margin: 0;
    color: #005096;
     text-align: center
}
.program_pdf p {
    font-size: 14px;
    line-height: 1em;
    margin: 10px 0 20px
}
.program_pdf img {
    width: 200px;
    height: auto;
    border: 1px solid #999999
}
.program_pdf a {
    margin-right: 50px;
}
.program_pdf a:nth-of-type(3){
    margin: 0;
}

.global_menu h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 40px 0 0;
    text-align: center
}
.global_menu h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 22px 0 8px;
    text-align: center
}
.g_navi {
    width:96%;
  list-style: none;
  font-size: 0;
  margin: 0 auto
}
.g_navi li {
  width: 32%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  margin-right: 2%;
  border-radius: 5px
}
.g_navi li:nth-of-type(3n) {
    margin-right: 0;
}
.g_navi li:nth-of-type(n+4) {
    margin-top: 2%;
}

.g_navi li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  padding: 20px 0;
}
.col01 li { background-color: #00A4CD;}
.col02 li { background-color: #E39300;}
.col03 li { background-color: #72AF2D;}
.col04 li { background-color: #4774B9;}
.col05 li { background-color: #A74D7A;}

.content_title {
    width: 100%;
    background-color: #C8E0E5;
    padding: 12px 25px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    margin: 100px 0 12px
}
.bg01 {background-color: #C8E0E5;}
.bg02 {background-color: #F7EC96;}
.bg03 {background-color: #E1E7C1;}
.bg04 {background-color: #BCD4E7;}
.bg05 {background-color: #E2C9DA;}
.title_left {
    display: inline-block;
    margin-right: 30px
}
.title_left h3 {
    font-size: 32px;
    line-height: 1em;
    margin: 0 0 8px;
    font-weight: 200
}
.print_btn {
    display: none;
}
/*.print_btn_01 {
    display: inline-block;
    background: #00A4CD;
    border-radius: 4px
}
.print_btn_01 p {
    margin: 6px 10px;
    color: #FFFFFF;
}*/
.title_right {
    display: inline-block;
}
.pdf_box {
text-align: center;
margin-top: 40px
}
.pdf_box img {
display: inline-block;
width: auto;
height: 38px;
margin-right: 10px;
vertical-align: middle
}
.pdf_box h4 {
display: inline-block;
font-size: 16px;
font-weight: 400;
text-decoration: underline
}
.pdf_box a {
color: #000000
}
.pdf_box a:nth-child(n+2) {
    margin-left: 50px;
}
/*.title {
	font-size: 30px;
	line-height: 1.0;
	text-align:center;
	font-weight:normal;
	color:#ED6C00
}

.slider {
	width:100%;
	margin-bottom:50px;
	text-align:center
}*/

/*.slider img {
	width:100%;
	height:auto
}*/


.footer {
	background-image: url(img/footer_bg.jpg);
	padding:50px 0 50px;
	margin-top: 80px;
	text-align: center
}
.footer h4 {
	font-size:24px;
	line-height:1.0;
	margin: 10px 0 10px;
	font-weight:normal;
}
.footer h5 {
	font-size:14px;
	line-height:1.0;
	font-weight:normal;
	margin: 0
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
    /*background: url(img/btn_pagetop02.png);
    text-decoration: none;
    color: #fff;*/
    width: 80px;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    /*padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;*/
}
#page-top a:hover { filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5; }
}

@media screen and (min-width:320px) and ( max-width:759px) {
#container {
    width: 100%;
    max-width: 759px;
    margin: 0 auto
}

.header img {
width: 100%;
    max-width: 759px;
    height:auto;
    margin: 0 auto
}
 .head_logo img {
 width: 90%;
    max-width: 759px;
    height:auto;
     display: block;
    margin: 20px auto 6px
 }
#content {
	width: 96%;
	margin: 0 auto;
}
/*#content img {
	width: 100%;
	height: auto;
	margin: 0
}*/

.program_pdf {
    width: 100%;
    max-width: 759px;
    text-align: center;
    margin: 80px auto
}
 h2 {
    font-size: 24px;
    line-height: 1.5;
     font-weight: 400;
    margin: 0;
    color: #005096;
     text-align: center
}
.program_pdf p {
    font-size: 14px;
    line-height: 1em;
    margin: 10px 0 20px
}
.program_pdf img {
    width: 38%;
    height: auto;
    border: 1px solid #999999
}
.program_pdf a {
    margin-right: 4%;
}
.program_pdf a:nth-of-type(2){
    margin-right: 0;
    margin-bottom: 8%
}
.program_pdf a:nth-of-type(n+3) {
    margin-right: 0;
    margin-top: 8%;
}
.global_menu h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 40px 0 0;
    text-align: center
}
.global_menu h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 22px 0 8px;
    text-align: center
}
.g_navi {
    width:96%;
  list-style: none;
  font-size: 0;
  margin: 0 auto
}
.g_navi li {
  width: 49%;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-right: 2%;
  border-radius: 5px
}
.g_navi li:nth-of-type(2n) {
    margin-right: 0;
}
.g_navi li:nth-of-type(n+3) {
    margin-top: 2%;
}

.g_navi li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  padding: 20px 0;
}
.col01 li { background-color: #00A4CD;}
.col02 li { background-color: #E39300;}
.col03 li { background-color: #72AF2D;}
.col04 li { background-color: #4774B9;}
.col05 li { background-color: #A74D7A;}

.content_title {
    width: 100%;
    background-color: #C8E0E5;
    padding: 12px 0 12px 20px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    margin: 100px 0 12px
}
.bg01 {background-color: #C8E0E5;}
.bg02 {background-color: #F7EC96;}
.bg03 {background-color: #E1E7C1;}
.bg04 {background-color: #BCD4E7;}
.bg05 {background-color: #E2C9DA;}
.title_left {
    display: inline-block;
    margin-right: 30px
}
.title_left h3 {
    font-size: 150%;
    line-height: 1em;
    margin: 0 0 8px;
    font-weight: 200
}
.print_btn {
    display: none;
}
/*.print_btn_01 {
    display: inline-block;
    background: #00A4CD;
    border-radius: 4px
}
.print_btn_01 p {
    margin: 6px 10px;
    color: #FFFFFF;
}*/
.title_right {
    margin-top:10px
}
.title_right img {
    max-width: 90%;
    height:auto
}
.pdf_box {
text-align: center;
margin-top: 40px
}
.pdf_box img {
display: inline-block;
width: auto;
height: 48px;
margin-top: 10px;
margin-right: 10px;
vertical-align: middle
}
.pdf_box h4 {
display: inline-block;
font-size: 20px;
text-align: left;
font-weight: 400;
text-decoration: underline
}
.pdf_box a {
color: #000000
}
/*.title {
	font-size: 30px;
	line-height: 1.0;
	text-align:center;
	font-weight:normal;
	color:#ED6C00
}

.slider {
	width:100%;
	margin-bottom:50px;
	text-align:center
}*/

.footer {
	background-image: url(img/footer_bg.jpg);
	padding:50px 0 50px;
	margin-top: 80px;
	text-align: center
}
.footer h4 {
	font-size:24px;
	line-height:1.5;
	margin: 10px 0 10px;
	font-weight:normal;
}
.footer h5 {
	font-size:14px;
	line-height:1.0;
	font-weight:normal;
	margin: 0
}
#page-top {
    position: fixed;
    bottom: 1%;
    right: 2%;
}

#page-top a {
    /*background: url(img/btn_pagetop02.png);
    text-decoration: none;
    color: #fff;*/
    width: 60px;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    /*padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;*/
}
#page-top a:hover { filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5; }
}