@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');

/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
 -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

.searchiframe {
	width: 600px !important;
	margin: 0 auto;
}


/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1.4;
	min-width: 1000px;
}

a:hover, a:active {
	opacity: .7;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.clear:after {
 content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

ul {
	padding:0;
	margin:0;
}
a {
	text-decoration: none;
	color: #0089cb;
}
.sp {
	display: none;
}
.red {
	color: #F00;
}
.u {
	text-decoration: underline;
}
/*-------------------------------------------------common*/
.px1000 {
	width: 1000px;
	margin:0 auto;
}
.pcw {
	width: 947px;
}
img{
	-webkit-backface-visibility: hidden;
}
.icon-pdf {
	display: inline-block;
	background: url(../image/Adobe_PDF_file_icon_24x24.png) no-repeat 0 0;
	padding: 0 0 0 28px;
	line-height: 24px;
}
.ggmap {
	width: 900px;
	margin: 0 auto 20px;
}

/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
header {
	width: 100%;
	background-color: #0070b4;
}

header .firstBox {
	display: flex;
	height: 101px;
	border-bottom: 1px solid #0068A8;
}

header .logo {
	padding-top: 30px;
	margin-left: 25px;
}

header .logo img {
	width: 265px;
}

header .icons {
	margin: 5px 20px auto auto; 
}

header .icons a {
	cursor: pointer;
}

header .icons ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

header .icons ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

/*header .icons ul li.notice {
	vertical-align: -56px;
}
*/

header .icons ul li a {
	width: 76px;
}

header .icons ul li a img {
	width: 70px;
}

header .icons ul li.lang a {
	width: 60px;
}

header .icons li.lang a img {
	width: 50px;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, li.notice { position: relative; top: -54px; }
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, li.lang { position: relative; top: -7px; }
}

.iziModal,.iziModal2 {
	display: none;
}

.iziModal-content div {
	padding: 40px;
}
.iziModal-content div #field {
	width: 400px;
	padding: 5px;
}
.iziModal-content div .sbtn {
	padding: 5px 20px;
}

#cse-search-box input {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.iziModal2 p {
	padding: 40px 40px 0;
	font-size: 16px;
	font-weight: bold;
}

.iziModal2 p.flagTitle {
	padding: 0 40px 0;
}

.iziModal2 ul {
	margin: 0;
	padding:  20px 40px 40px;
	list-style:none;
	text-align: center;
}
.iziModal2 ul li {
	margin: 0 0 10px;
	padding: 0 20px;
	display: inline-block;
	width: 160px;
	text-align: center;
}

.iziModal2 ul li a {
	display: block;
	border: 1px solid #CCC;
	padding: 10px 0;
	background-color: #DDF2FF;
	color: #000000;
}

.iziModal2 ul.flag li {
	width: auto;
}

.iziModal2 ul.flag li img {
	width: 70px;
	height: auto;
}

.global-menu {
	height: 65px;
	border-top: 1px solid #008CC2;
	background: linear-gradient(to right, #0088CA 20%, #0089CB, #0089CB, #00BCCB 70%);
}

.global-menu ul li {
	list-style-type: none;
	display: inline-block;
	font-size: 16px;
	margin-top: 11px;
}

.global-menu ul li a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	display:block;
	height: 40px;
	line-height: 40px;
}

.global-menu ul li a::after {
 position: absolute;
 bottom: 0;
 left: 100%;
 top: 0;
 content: "";
 margin: auto;
 width: 1px;
 height: 80%;
 height: calc(100% - 30px);
 background: #80D3E5;
}

.global-menu ul li:nth-child(5) a::after {
	background: none;
}

.global-menu ul li:nth-last-child(4) a {
	border: none;
}

.global-menu ul li:last-child a,.global-menu ul li:nth-last-child(2) a,.global-menu ul li:nth-last-child(3) a {
	border:none;
	background-color: #00838e;
	border-radius: 4px;
	padding: 0 10px;
}

.global-menu ul li:last-child a::after,.global-menu ul li:nth-last-child(2) a::after,.global-menu ul li:nth-last-child(3) a::after {
	background: none;
}

.global-menu2 {
	margin: 1px 0 0;
	height: 60px;
	background-color: #F1E9DE;
}

.global-menu2 ul {
	display: table;
}

.global-menu2 ul li {
	list-style-type: none;
	display: table-cell;
	font-size: 15px;
	height: 60px;
	vertical-align: middle;
}

.global-menu2 ul li a {
	color: #000;
	text-decoration: none;
	width: 150px;
	text-align: center;
	display: block;
	line-height: 1;
}

.global-menu2 ul li:nth-child(5) a {
	width: 200px;
}

.global-menu2 ul li:last-child a {
	width: 200px;
	border: none;
}

.global-menu2 ul li span {
	display: block;
	font-size: 11px;
	margin-top: 3px;
}

.iziModal {
	transform: none !important;
}

/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#ptop {
    position: fixed;
    bottom: 120px;
    right: 10px;
		cursor: pointer;
		z-index: 10;
}

footer {
	background: url(../image/footer-bg.jpg);
	background-size: cover;
	background-position: center ;
	border-bottom: solid 40px #00b2b3;
	margin-top: 40px;
}
footer ul {
	margin-top: 60px;
	text-align: center;
}
footer ul li {
	list-style-type: none;
	display: inline-block;
	margin-right:14px;
}
footer ul li a {
	color: #333;
}
footer ul li a:before {
	content: url(../image/footer-arrow.png);
	padding-right:6px;
}
footer .foot-cover {
	width:300px;
	display: block;
	margin:0 auto;
	margin-top: 60px;
}
footer .foot-logo {
	display: block;
	margin:0 auto;
	margin-top: 40px;
	width: 265px;
}
footer .adress {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 55px;
}
footer .copyright {
	text-align: center;
	margin-bottom: 60px;
}


@media all and (min-width: 641px) {

/*------------------------------------------------------------------------------------------------
  pageHeader
--------------------------------------------------------------------------------------------------*/
#pageHeader0 {
	width: 100%;
	height: 200px;
	padding: 60px 0 0;
}

#pageHeader {
	width: 100%;
	height: 380px;
	padding: 60px 0 0;
}

#pageHeader0 h1,
#pageHeader h1 {
	margin: 0 0 30px;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 0.1em;
 text-shadow: 1px 1px 1px #333;
}

#pageHeader0 h1 span,
#pageHeader h1 span {
	display: block;
	font-weight: normal;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}

#pageHeader0 h1 span.beta,
#pageHeader h1 span.beta {
	display: block;
	font-weight: normal;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#pageHeader ul span.interval {
	height:10px;
	display:block;
}

#pageHeader p a {
	width: 350px;
	margin: 30px auto 0;
	padding: 20px;
	display: block;
	border-radius: 54px;
	background: url(../image/jump.png) #000 no-repeat 90% center;
	background-size: 17px;
	text-align: center;
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
}

/*------------------------------------------------------------------------------------------------
  pan
--------------------------------------------------------------------------------------------------*/
#pan {
	margin: 1px 0 0;
	padding: 10px 5px;
	background-color: #ECECEC;
	font-size: 12px;
}

#pan ol {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	color: #9d9d9d;
}

#pan ol li {
	float: left;
	margin: 0;
	padding: 0;
}

#pan ol li::after {
	content:"　>　";
	color: #000000;
}

#pan ol li:last-child:after {
	content: "";
}

#pan ol li a {
	color: #000000;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#second {
	line-height: 1.8;
}

#second h2 {
	margin: 0 0 40px;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.1em;
}

#second p {
	margin: 0 0 30px;
}

#second a.mark {
	display: block;
	padding: 0 0 0 18px;
	background: url(../image/arrow-02.png) no-repeat 0 5px;
	background-size: 16px;
}

#second a.blank::after {
	content:'';
	display:inline;
	padding:0 18px 0 0;
	background:url(../image/jump-02.png) no-repeat right 1px;
	background-size:16px;
}

#second h2 .line {
	display: inline-block;
	border-bottom: 6px solid #CECECE;
}

#second h3 {
	position: relative;
	padding: 10px;
	border-top: 1px solid #ccc;
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
	background-color: #FFF;
	color: #00B2B3;
}

#second h3:after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #00B2B3;
}

#second h4 {
	margin: 0 0 10px;
	font-weight: 600;
	font-size: 18px;
}

#second ul.pdfList {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

#second ul.pdfList li {
	margin: 0 0 5px;
	padding: 0;
}

#second ul.pdfList a {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 28px;
	line-height: 24px;
	background: url(../image/Adobe_PDF_file_icon_24x24.png) no-repeat 0 0;
}

#second ul.textMenu {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	font-size: 0;
}

#second ul.textMenu li {
	width: 32%;
	display: inline-block;
	margin: 0 2% 10px 0;
	font-size: 14px;
}

#second ul.textMenu li:nth-child(3n) {
	margin: 0 0 10px;
}

#second ul.textMenu li a {
	display: block;
	padding: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	font-weight: 600;
	background: url(../image/arrow-06.png) #FFFFFF no-repeat 95% center;
	background-size: 16px;	
}

.sec {
	padding: 60px 0;
}

.secSlash {
	padding: 60px 0;
 background: url(../image/sec_back.png) repeat 0 0;
}

.secDefault {
	padding: 60px 0;
 background-color: #E5F7F7;
}

.secBlue {
	margin: 10px 0;
	padding: 60px 0;
 background-color: #DDF2FF;
}

.secP {
	padding: 60px 0;
 background-color: #FDE2E4;
}

.secC {
	padding: 60px 0;
	background-color:#E9F2DB;
}

.secN {
	padding:60px 0;
	background-color:#D8E9F8;
}

.sec section,
.secSlash section,
.secDefault section,
.secP section ,
.secC section ,
.secN section,
.secBlue section {
	width: 1000px;
	margin: 0 auto;
}

.pageLead {
	text-align: center;
}

.pageLead dt {
	margin: 0 0 30px;
	font-weight: 500;
	font-size: 26px;
}

.tobira {
	width: 100%;
	display: table;
	min-height: 320px;
}

.tobira .imageBox {
	width: 50%;
	display: table-cell;
	background-size: cover;
}

.tobira .tobiraMenu {
	width: 50%;
	display: table-cell;
	padding: 30px 50px;
	background-color: #E5F7F7;
}

.tobira .tobiraMenu p {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px !important;
}

.tobira .tobiraMenu p::after {
	position: absolute;
 display: block;
 content: "";
 width: 20px;
 height: 2px;
	background-color: #00B2B3;
}

.tobira .tobiraMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tobira .tobiraMenu ul li {
	margin: 0 0 3px;
	padding: 0;
}

.tobira .tobiraMenu ul li a {
	padding: 0 0 0 16px;
	background: url(../image/arrow-03.png) no-repeat 0 3px;
	background-size: 12px;
	color: #000000;
}

.tobira .tobiraMenu ul li a:hover, .tobira .tobiraMenu ul li a:active {
	text-decoration: underline;
}

.tobiramini {
	margin: 60px 0 0;
}

.tobiramini ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.tobiramini ul li {
	width: 32%;
	margin-right: 2%;
	display: inline-block;
	font-size: 14px;
}

.tobiramini ul li:nth-child(3n) {
	margin-right: 0;
}

.tobiramini ul li a {
	display: block;
	font-weight: 600;
	padding: 14px 10px;
	border: 1px solid #CCC;
	background: url(../image/arrow-04.png) no-repeat 97% center;
	background-size: 10px;
}

.tobiramini ul li a:hover, .tobiramini ul li a:active {
	background: url(../image/arrow-04.png) #E5F0F7 no-repeat 97% center;
	background-size: 10px;
}

/*リンク用テキストメニュー*/
.textMenuPage {
	margin: 0;
	padding: 0;
	list-style: none;
}

.textMenuPage li {
	width: 31.6%;
	margin-right: 2%;
	margin-bottom:1.5%;
	display: inline-block;
	font-size: 14px;
}

.textMenuPage li:nth-child(3n) {
	margin-right: 0;
}

.textMenuPage li a {
	display: block;
	font-weight: 600;
	padding: 14px 10px;
	border: 1px solid #CCC;
	background: url(../image/arrow-04.png) #FFFFFF no-repeat 97% center;
	background-size: 10px;
}

.textMenuPage li a:hover, .textMenuPage li a:active {
	background: url(../image/arrow-04.png) #E5F0F7 no-repeat 97% center;
	background-size: 10px;
}

/*カリキュラムリスト*/
.curriList {
	margin: 0 0 30px;
	padding: 20px;
	list-style: none;
}

.curriList li {
	float: left;
	width: 22%;
	margin: 0 4% 10px 0;
	padding: 0 0 0 10px;
	background: url(../image/arrow-05.png) no-repeat 0 10px;
	background-size: 6px;
}

.curriList li:nth-of-type(4n) {
	margin: 0 0 10px;
}

.curriList:nth-of-type(2n) {
	background-color: #EEE;
}

.curriList2 {
	width: 80%;
	margin: 0 auto 30px;
}

.curriList2 thead th {
	font-weight: normal;
	border: 1px solid #CCC;
	padding: 5px 10px;
	background-color: #CCF0F0;
}

.curriList2 tbody th {
	padding: 5px 10px;
	background-color: #E5F7F7;
	border: 1px solid #CCC;
}

.curriList2 tbody td {
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.curriList2 tbody td.txc {
	text-align: center;
}

.curriList2 tbody td p {
	margin: 0 !important;
}

.curriList2 caption {
	text-align:left;
	margin-top:10px;
}

/*pager*/
.pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 10px;
}

.pager_wrap2 {
	position: relative;
	overflow: hidden;
	margin: 20px 0 60px;
}

.pager_wrap ul.pager,
.pager_wrap2 ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

.pager_wrap ul.pager li,
.pager_wrap2 ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

.pager_wrap ul.pager,
.pager_wrap2 ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pager_wrap ul.pager li {
	display: inline;
	min-width: 20px;
	margin: 2px;
	padding: 0;
	background-color: #CCF0F0;
	text-align: center;
}

.pager_wrap ul.pager li a,
.pager_wrap2 ul.pager li a {
	display: block;
	padding: 10px 15px;
}

.pager_wrap ul.pager li.active,
.pager_wrap2 ul.pager li.active {
	background-color: #00B2B3;
	display: block;
	padding: 10px 15px;
	color: #FFFFFF;
}

.pager_wrap2 ul.pager li {
	display: inline;
	width: 300px;
	margin: 0 10px;
	padding: 0;
	background: url(../image/arrow-02.png) #E5F7F7 no-repeat 98% center;
	border: 1px solid #CCC;
	background-size: 20px;
}

.pager_wrap ul.pager li.active a:link, .pager_wrap ul.pager li.active a:visited,
.pager_wrap ul.pager li.active a:hover, .pager_wrap ul.pager li.active a:active,
.pager_wrap2 ul.pager li.active a:link, .pager_wrap2 ul.pager li.active a:visited,
.pager_wrap2 ul.pager li.active a:hover, .pager_wrap2 ul.pager li.active a:active {
	color: #FFFFFF !important;
}

.aReader .icon {
	width: 180px;
}

.aReader td {
	line-height: 1.4;
}

.secbtn {
	text-align: center;
}

.secbtn a {
	display: block;
	width: 300px;
	margin: 0 10px;
	padding: 10px;
	text-align: center;
	border: 1px solid #CCC;
	background:url(../image/arrow-02.png) #E5F7F7 no-repeat 98% center;
	background-size: 20px;
}

.secbtn input[type=submit],
.secbtn input[type=button] {
	padding: 10px;
	margin: 0 5px;
}

.secbtn2 {
	margin: 0 0 50px;
	text-align: center;
}

.secbtn2 a {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	border: 1px solid #CCC;
	background:url(../image/arrow-02.png) #E5F7F7 no-repeat 98% center;
	background-size: 20px;
}




