@charset "utf-8";

/*contents */

section{
	margin-bottom:50px;
}
	
section p{
	margin-bottom:1.6em;
	line-height:1.8;
  font-size: 107.1428571429%;
}


.layout-title{
	font-size:35px;
	margin-bottom:30px;
}
#header1{
	font-size:15px;
	border-style: solid;
	border-width: 6px;
	border-color: #000080 #ffffff #000080 #ffffff;
	height: 55px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	background-color: #ffffff;
}

h1{
	letter-spacing: 2px;
	font-size:20px;
}

@media screen and (max-width: 1019px) {

section{
	margin-bottom:35px;
}
section p{
  font-size: 100;
}
.layout-title{
	font-size:25px;
	margin-bottom:20px;
}


}

  .index-p #topicpath li,
  .index-p #topicpath li a { color: #FFFFFF;}

  .index-p .index-top {
    max-width: 1070px;
    margin: 0 auto 300px;
    overflow: hidden;
  }
  .index-p .index-top .index {
    float: right;
    background-color: #005c92;
    padding: 40px;
    text-align: center;
  }

h1{
	letter-spacing: 2px;
	font-size:20px;
}


/* text-group */

.text-gr h2{
	font-family:Meiryo-UI,"メイリオ","Ryumin Bold KL","TsukuGoPro-E",'Midashi Go MB31','EB Garamond', serif,'Oswald', sans-serif;
  font-size: 171.4285714286%;
	margin:15px 0;
}

.text-gr .img img{
	max-width:100%;
}
.text-gr .caption{
	margin-top:15px;
}


.text-gr.layout-img-r .text,
.text-gr.layout-img-l .text{
	max-width:350px;
}
.text-gr.layout-img-r .text{
	float:left;
}
.text-gr.layout-img-l .text{
	float:right;
}

.text-gr.layout-img-r .img{
	float:right;
}
.text-gr.layout-img-l .img{
	float:left;
}

.text-gr.layout-img-r .img,
.text-gr.layout-img-l .img{
	max-width:350px;
}

.text-gr.layout-img-r .caption{
	text-align:left;
}

@media (min-width: 767px) and (max-width: 1219px) {
.text-gr.layout-img-r .text,
.text-gr.layout-img-l .text,
.text-gr.layout-img-r .img,
.text-gr.layout-img-l .img{
	max-width:48%;
}

}

@media (min-width: 351px) and (max-width: 766px) {
.text-gr.layout-img-r .text,
.text-gr.layout-img-l .text,
.text-gr.layout-img-r .img,
.text-gr.layout-img-l .img{
	max-width:82%;
}

}


@media screen and (max-width: 350px) {
.text-gr.layout-img-r .text,
.text-gr.layout-img-l .text,
.text-gr.layout-img-r .img,
.text-gr.layout-img-l .img{
	width:auto;
	float:none;
	margin-bottom:20px;
	max-width:inherit;
}

.text-gr.layout-img-r .img,
.text-gr.layout-img-l .img{
	text-align:center;
}
.text-gr.layout-img-r .img .caption,
.text-gr.layout-img-l .img .caption{
	text-align:center;
}

}





/* gray-frame-textbox */

.gray-frame-textbox{
	border-top:1px solid #D8D8D8;
	background:#F1F0F0;
	padding:20px 5.3%;
}

.gray-frame-textbox .inner{
	background:#;
	padding:40px 6%;

	box-shadow: 2px 1px 3px 0 rgba(30,30,30,0.1);

}

.gray-frame-textbox .inner h2{
	font-family:Meiryo-UI,"メイリオ","Ryumin Bold KL","TsukuGoPro-E",'Midashi Go MB31','EB Garamond', serif,'Oswald', sans-serif;
  font-size: 178.5714285714%;
	line-height:1.1;
	padding-left:15px;
	border-left:5px solid #7D85AB;
	margin-bottom:25px;
}


@media screen and (max-width: 349px) {
.gray-frame-textbox{
	padding:10px 3%;
}

.gray-frame-textbox .inner{
	padding:20px 3%;

}
.gray-frame-textbox .inner h2{
	font-size:140%;
	margin-bottom:15px;
}

}

/*gray-box */

.gray-box{
	border-top:1px solid #D8D8D8;
	background:#F1F0F0;
	padding:45px 5.3% 30px 5.3%;
}
div.gray-box{
	margin-bottom:20px;
}
.gray-box:after{content: ""; display: block; clear: both;}
.oldie .gray-box{ zoom: 1; }

.gray-box h2{
	font-family: "TsukuGoPro-E";
  font-size: 142.8571428571%;
	margin-bottom:15px;
}
.gray-box.layout-img-l .text{
	overflow:hidden;
}

.gray-box .img{
	margin-bottom:20px;
}
.gray-box p:last-child{
        float: right;
	margin-bottom:0;
}

@media screen and (max-width: 767px) {
.gray-box{
	padding:25px 3% 15px 3%;
}
}




/* three-column */

.three-column:after{content: ""; display: block; clear: both;}
.oldie .three-column{ zoom: 1; }

.three-column .gr{
	float:left;
	width:32%;
	margin-left:1%;
}

@media screen and (max-width: 767px) {
.three-column .gr{
	float:none;
	width:auto;
	margin:0 0 15px 0;
}


}


/* two-column */

.two-column:after{content: ""; display: block; clear: both;}
.oldie .two-column{ zoom: 1; }

.two-column .group{
	float:left;
	width:48%;
	margin-right:1%;
}
.two-column .group:nth-child(odd){
	clear:both;
}
/*
.two-column .group:nth-child(even){
	float:none;
	width:auto;
	margin-right:0;
}
*/

@media screen and (max-width: 767px) {
.two-column .group{
	float:none;
	width:auto;
	margin:0 0 15px 0;
}

}




/* ==========================================================================
 table
   ========================================================================== */

.width10{width:10%!important;}
.width15{width:15%!important;}
.width20{width:20%!important;}
.width25{width:25%!important;}
.width30{width:30%!important;}
.width35{width:35%!important;}
.width40{width:40%!important;}
.width45{width:45%!important;}
.width50{width:50%!important;}
.width55{width:55%!important;}
.width60{width:60%!important;}
.width65{width:65%!important;}
.width70{width:70%!important;}
.width75{width:75%!important;}
.width80{width:80%!important;}
.width85{width:85%!important;}
.width90{width:90%!important;}
.width95{width:95%!important;}
.width100{width:100%!important;}


.table{
	margin-bottom:35px;
}

.table caption{
	text-align:left;
  font-size: 142.8571428571%;
	font-family: Meiryo, Meiryo-UI, "メイリオ","ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;";
	color:#fff;
	background:#7D85AB;
	padding:10px 15px;

}


.table th,
.table td{
	padding:10px 25px;
  font-size: 114.2857142857%;
}


.table thead th{
	text-align:left;
  font-size: 142.8571428571%;
	font-family:Meiryo-UI,"メイリオ","Ryumin Bold KL","TsukuGoPro-E",'Midashi Go MB31','EB Garamond', serif,'Oswald', sans-serif;
	padding:35px 20px 20px 20px;
	border-bottom:1px solid #D8D8D8;
	font-weight:normal;
}

.table tbody th,
.table tbody td{
	border-bottom:1px dotted #D8D8D8;
}

.table .data-start th,
.table .data-start td{
	padding-top:35px;
}

.table .data-end th,
.table .data-end td{
	border-bottom:0;
}


.table .foot th,
.table .foot td{
	background:#EFF1F5;
	font-family:Meiryo-UI,"メイリオ","Ryumin Bold KL","TsukuGoPro-E",'Midashi Go MB31','EB Garamond', serif,'Oswald', sans-serif;
	border-bottom:0;
	border-top:1px solid #CED2E0;
}

.table .price{
	font-family:Meiryo-UI,"メイリオ","Ryumin Bold KL","TsukuGoPro-E",'Midashi Go MB31','EB Garamond', serif,'Oswald', sans-serif;
	text-align:right;
}
.table .foot .price{
  font-size: 142.8571428571%;
}

@media screen and (max-width: 767px) {
.table caption{
  font-size: 110%;
	padding:5px 10px;
}

.table th,
.table td{
	padding:5px 10px;
  font-size: 100%;
}

.table thead th{
  font-size: 110%;
	padding:20px 10px 10px 10px;
}

.table .data-start th,
.table .data-start td{
	padding-top:20px;
}
.table .foot .price{
	white-space:nowrap;
}

.table .foot .price{
  font-size: 110%;
}
}



/* other */

.table-normal td{
	padding:0 10px 5px 0;
}
.table-normal td img{
	vertical-align:middle;
}

.td-middle td,
.th-middle th{
	vertical-align:middle;
}





.text-group.layout-center {
	max-width: 640px;
	text-align: center;
	margin: 0 auto 50px;
}

.text-gr.layout-center .text{
	margin-top: 15px;
	text-align: left;
}

.text-gr.layout-center table {
	margin: 40px auto;
	text-align: left;
}

.text-gr.layout-center th,td {
}

.text-gr.layout-center th {
	vertical-align: middle;
	padding: 0 80px;
	font-size: 20px;
}

.text-gr.layout-center td p{
	margin-bottom: 4px;
}

.action-buttons {
	text-align: center;
	margin: 20px 0;
}
@media screen and (max-width: 767px) {
	.text-gr.layout-center tr {
		display: block;
	}

	.text-gr.layout-center table th{
		display: block;
		padding: 15px 0;
		margin: 0;
	}	
}



/* ==========================================================================
   home-p
   ========================================================================== */

/*
===== top =====
*/

#home-top{
	background:url(../image/nunobiki.jpg) center no-repeat;
            background-size:cover;
	position:relative;
	padding:25px 0 1px 0;
	margin-bottom:70px;
}
/* menu */
#home-top .top-menu{
	margin:0px 45px 135px 0;
	text-align:right;
	font-family:Meiryo-UI,"メイリオ","Ryumin Bold KL","TsukuGoPro-E",'Midashi Go MB31','EB Garamond', serif,'Oswald', sans-serif;
	color:#2a305c;
  font-size: 107.1428571429%;
}

@media screen and (max-width: 1500px) {
#home-top .top-menu{
	margin-bottom:50px;
}
}
@media screen and (max-width: 1019px) {
#home-top{
	margin-bottom:30px;
}
#home-top .top-menu{
	margin-bottom:30px;
}
}

#home-top .top-menu li{
	display:inline-block;
	margin-right:15px;
}
#home-top .top-menu li:after{
	content:"|";
	display:inline-block;
}
#home-top .top-menu li:last-child{
	margin-right:0;
}
#home-top .top-menu li:last-child:after{
	display:none;
}

#home-top .top-menu a{
	color:#2a305c;
	display:inline-block;
	margin-right:15px;

}
#home-top .top-menu li:last-child a{
	margin-right:0;
}


@media screen and (max-width: 767px) {
#home-top .top-menu{
	margin:0px 5% 30px 0;
  font-size: 75.7142857143%;
}
#home-top .top-menu li{
	margin-right:5px;
}
#home-top .top-menu a{
	margin-right:5px;

}

}
@media screen and (max-width: 480px) {
#home-top .top-menu{
	margin-bottom:20px;
}

#home-top .top-menu li{
	display:block;
	margin:0 0 5px 0;
}
#home-top .top-menu li:after{
	display:none;
}

}


/* middle */

#home-top .middle{
	margin-left:250px;
	min-height:413px;
}

#home-top .middle-inner{
	max-width:793px;
	margin:0 auto;
}

@media screen and (max-width: 1019px) {
#home-top .middle{
	margin:0 4% 30px 4%;
	min-height: inherit;
}
#home-top .middle-inner{
	max-width:inherit;
}

}



#home-top h2{
	font-family:"游ゴシック",Meiryo-UI,"メイリオ","Ryumin Bold KL","TsukuGoPro-E",'Midashi Go MB31','EB Garamond', serif,'Oswald', sans-serif;
	font-weight: 100;
        font-size:57px;
	line-height:2.1;
        margin-left:26%;
	margin-bottom:0px;
	color:#000000;
	letter-spacing: 10px;
        text-shadow: 0 0 8px #FFFFFF;
}
#home-top .subcopy{
	font-family:Meiryo-UI,"メイリオ","Ryumin Bold KL","TsukuGoPro-E",'Midashi Go MB31','EB Garamond', serif,'Oswald', sans-serif;
	color:#000000;
	font-size:228%;
        margin-left:35%;
	margin-bottom:10px;
	text-shadow: 0 0 6px #FFFFFF;
}

@media screen and (max-width: 780px) {
#home-top h2{
	font-size:45px;
}
#home-top .subcopy{
	font-size:150%;
}
}
@media screen and (max-width: 680px) {
#home-top h2{
	font-size:40px;
}
#home-top .subcopy{
	font-size:145%;
}
}
@media screen and (max-width: 580px) {
#home-top h2{
	font-size:35px;
}
#home-top .subcopy{
	font-size:120%;
}
}
@media screen and (max-width: 480px) {
#home-top h2{
	font-size:18px;
}
#home-top .subcopy{
	font-size:90%;
}
}







/* menu */


#home-top .menu-inner{
	max-width:992px;
	padding-left:54px;
	margin:0 auto;
        margin-top: 15px;
}


#home-top .menu-inner:after{content: ""; display: block; clear: both;}
.oldie #home-top .menu-inner{ zoom: 1; }



@media screen and (min-width: 1020px) {
#home-top .menu{
	margin-left:165px;
}
}
@media screen and (max-width: 1260px) {
#home-top .menu{
	margin-right:7px;
}

}


@media screen and (max-width: 1019px) {
#home-top .menu-inner{
	padding-left:55px;
	margin:0 2%;
	max-width:inherit;
}

}

#home-top .menu .gr{
	float:left;
	position:relative;
	margin-right:7px;
	margin-bottom:2px;
	background:#;
}
#home-top .menu .group:last-child{
	margin-right:0;
}
}

@media screen and (max-width: 1260px) {

#home-top .menu .gr{
	width:165px;
	margin-right:4%;
}
#home-top .menu .gr img{
	max-width:100%;
	height:auto;
}


}


@media screen and (max-width: 768px) {

#home-top .menu .gr{
	width:135px;
	margin-right:6%;
}
#home-top .menu .gr img{
	max-width:100%;
	height:auto;
}


}

@media screen and (max-width: 468px) {

#home-top .menu .gr{
	width:96px;
        height:auto;
	margin-right:13%;
}
#home-top .menu .gr img{
	max-width:100%;
	height:auto;
}
}


@media screen and (max-width: 350px) {
#home-top .menu .gr{
	width:85px;
	margin-right:4%;
}
#home-top .menu .group:nth-child(5){
	clear:both;
}

#home-top .menu .group:nth-child(5){
	float:right;

}

}

#home-top .menu a{
	display:block;
	padding:5px 5px 7px 7px;
	position:relative;
	border-bottom-width:6.3px;
	border-bottom-style:solid;
	color:#ffffff;
	text-decoration:none;
        text-shadow: 0 0 2px #000000;

}


#home-top .menu .about a{border-color:#fcae65;}
#home-top .menu .shinsei a{border-color:#86f0e9;}
#home-top .menu .kainanboushi a{border-color:#85f0e8;}
#home-top .menu .kouzi a{border-color:#9df257;}
#home-top .menu .tiiki a{border-color:#be12fc;}

#home-top .menu a:hover,
#home-top .menu a:focus{
}
#home-top .menu .img{
	margin-bottom:10px;
}

#home-top .menu .img img{
	width: 130px;
	height: 100px;
}

#home-top .menu .ja{
	font-family:Meiryo-UI,"メイリオ","Ryumin Bold KL","TsukuGoPro-E",'Midashi Go MB31','EB Garamond', serif,'Oswald', sans-serif;
  font-size: 128.5714285714%;
	margin-left:5px;
}
#home-top .menu .en{
  font-size: 78.5714285714%;
	font-family: 'Oswald', sans-serif;
	font-style:italic;
	margin-left:5px;
}


#home-top .menu .about .en{color:#fcae65;}
#home-top .menu .shinsei .en{color:#86f0e9;}
#home-top .menu .kainanboushi .en{color:#85f0e8;}
#home-top .menu .kouzi .en{color:#9df257;}
#home-top .menu .tiiki a{border-color:#be12fc;}

@media screen and (max-width: 640px) {

#home-top .menu a{
	padding:3px 3px 5px 5px;
}

#home-top .menu .ja,
#home-top .menu .en{
	margin-left:0;
}

#home-top .menu .ja{
  font-size: 100%;
}
#home-top .menu .en{
  font-size: 60%;
}

#home-top .menu .img img{
	height: 64px;
}

}
@media screen and (max-width: 300px) {

#home-top .menu a{
	padding:3px 3px 5px 5px;
}

#home-top .menu .ja,
#home-top .menu .en{
	margin-left:0;
}

#home-top .menu .ja{
  font-size: 100%;
}
#home-top .menu .en{
  font-size: 60%;
}

#home-top .menu .img img{
	height: 54px;
}

}

/*
===== layout =====
*/

#home-contents{
	margin:0 auto 75px auto;
	max-width:1200px;
}
#home-contents:after{content: ""; display: block; clear: both;}
.oldie #home-contents{ zoom: 1; }


#home-main{
	float:left;
	width:830px;
}

#home-sub{
	float:right;
	width:310px;
	margin-right:10px;
}

@media screen and (max-width: 1201px) {
#home-contents img{
	max-width:100%;
	height:auto;
}
}

@media (min-width: 768px) and (max-width: 1201px) {

#home-contents{
	margin:0 3% 50px 3%;
}
#home-main{
	width:71%;
}

#home-sub{
	width:24%;
	margin-right:0px;
}

}

@media screen and (max-width: 767px) {

#home-contents{
	margin:0 3% 30px 3%;
}
#home-main{
	float:none;
	width:auto;
	margin-bottom:40px;
}

#home-sub{
	float:none;
	width:auto;
	margin-right:0px;
}

}

/*
===== main =====
*/

/* headline */
.home-headline{
	border:1px solid #CDD4DD;
	padding:25px;
	background:#F9F9F9;
	margin-bottom:65px;
  font-size: 114.2857142857%;
}
.home-headline li{
	margin-bottom:10px;
}
.home-headline li:last-child{
	margin-bottom:0;
}
.home-headline li a{
	color:#000;
}

@media (min-width: 768px) and (max-width: 1201px) {
.home-headline{
	margin-bottom:45px;
}
}



/* news */

.home-news{
	padding-left:10px;
}

.home-news h3{
	font-size:200%;
	margin-bottom:30px;
	font-family:Meiryo-UI,"メイリオ","Ryumin Bold KL","TsukuGoPro-E",'Midashi Go MB31','EB Garamond', serif,'Oswald', sans-serif;
}


@media (max-width: 1201px) {
.home-news h3{
  font-size: 185.7142857143%;
	margin-bottom:25px;

}

}


.home-news dl{
	position:relative;
	font-family:Meiryo-UI,"メイリオ","Ryumin Bold KL","TsukuGoPro-E",'Midashi Go MB31','EB Garamond', serif,'Oswald', sans-serif;
}
.home-news dt{
	position:absolute;
	left:0;
}
.home-news dd{
  font-size: 114.2857142857%;
	padding-left:130px;
	margin-bottom:15px;
}


@media screen and (max-width: 639px) {

.home-news dt{
	position: relative;
	left:0;
}
.home-news dd{
  font-size: 114.2857142857%;
	padding-left:0px;
	margin-bottom:15px;
}

}





/*
===== footer =====
*/

@media screen and (min-width: 1020px) {
#home-p footer{
	margin:0 auto;
	max-width:1200px;

}

#home-p footer .frame{
	max-width: inherit;
}
#footer-menu{
	text-align:center;
}

}

  @media screen and (max-width: 767px) {

#home-p footer{
	margin:0 auto;
	max-width:600px;

}

#home-p footer .frame{
	max-width: inherit;
}
#footer-menu{
	text-align:center;
}

}



#standard-program-p .layout-text-imgbox {
    padding-top: 50px;
  }
  #standard-program-p .layout-text-imgbox .imgbox .caption {
    font-size: 24px;
    text-decoration:none ;
  }



  
#info-shutugan-p h3 {
	font-size: 142.8571428571%;
    font-family: "TsukuGoPro-B";
    padding: 10px 0;
    font-weight: normal;
}