@charset "UTF-8";

.inner {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
ul#logo {
	position: relative;
	width: 100%;
	max-width: 1000px;

    margin: auto;
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: stretch;
}
ul#logo li.logo-l {
	width: 88%;
}

ul#logo li.logo-r {
	width: 12%;
	padding: 10px 0 0 10px;
}
/* ボタン */
ul#logo li.logo-r a.btn {
	position: relative;
	display: inline-block;
	padding: 8px 10px 8px 10px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background:#0168b3;
	font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 1em;

}
.btn a:hover {
	color: #fff;
	background: rgba(1,104,179,0.8);
}


@media screen and (max-width:768px) {
ul#logo li.logo-l {
	width: 90%;
}

ul#logo li.logo-r {
	width: 97%;
	text-align: right;
	padding: 0 0 10px 0;
	font-size: .9em;
}
	
 }
.line15 {
    border-bottom: 1px dotted #ccc;
    padding-top: 50px;
    margin-bottom:50px;
 }
.topi  {
    margin: auto;
	width: 100%;
}
.topi p  {
    margin: 0;
}

img.shadow{
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.29);
}

.radi1 {
  border-radius: 10px;
}

/*----- about ------------------------------*/

.info  {
    margin: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: stretch;
}
.info dt {
    margin: 0;
    padding: 7px 0 3px;
	width: 100%;
	font-weight: bold;
	color: #3D82AF;
}
.info dd {
    margin: 0;
    padding: 7px 0 3px;
	width: 100%;
}


@media print, screen and  (min-width: 768px) {

.info dt {
	width: 15%;
}
.info dd {
	width: 85%;
}

}

.boshu  {
    margin: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: stretch;
}
.boshu a  {
	text-decoration: none;
}
.boshu dt {
    margin: 0;
    padding: 7px 0 3px;
	width: 100px;
	font-weight: bold;
	color: #3D82AF;
}
.boshu dd {
    margin: 0;
    padding: 7px 0 3px;
	width: 100%;
}

@media print, screen and  (min-width: 768px) {

.boshu  dt {
	width: 100px;
}
.boshu  dd {
	width: calc(100% - 100px);
}

}




.resizeimage{ 
  margin-top: 100px; 
  }
.resizeimage img { width: 100vw; }


/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 100;
	border-bottom: 4px solid #0168B3;
}

header:after {
	content: "";
	display: block;
	clear: both;
}


#contents {
	margin: 0 auto 100px;
	width: 96%;
	max-width: 1000px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

.contents-top {
	margin-top: 120px;
}
@media print, screen and  (min-width: 768px) {

.contents-top {
	margin-top: 140px;
}

}



/*================================================
 *  パンくず
 ================================================*/
.pankuzu{
	width: 960px;
	margin: 10px auto;
	padding:10px 0;
	font-size: 12px;
}


/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
		margin-top: 80px;
	background: #E3F3F8;

}
.footer-in {
	margin: auto;
	padding: 20px;
	width: 100%;
	max-width: 1260px;

}




ul.flex-2-footer {
    margin: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: stretch;
}

ul.flex-2-footer li.toi{
	margin: 0 auto 20px;
	width: 80%;
}
ul.flex-2-footer li.access{
	margin: auto;
	width: 100%;
}

/*----- ggmap ------------------------------*/
.ggmap {
    display: block;
    width: 100%;
    overflow: hidden;
}
.ggmap-in {
    width: 90%;
    margin: 0 5%;
}
 
.ggmap-in iframe,
.ggmap-in object,
.ggmap-in embed {
    width: 100%;
    height: 350px;
}



.copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: #0168b3;
}


@media screen and (min-width: 960px) {

ul.flex-2-footer li.toi{
	width: 45%;
}
ul.flex-2-footer li.access{
	width: 55%;
}


.ggmap {
    width: 100%;
    overflow: hidden;
}
.ggmap-in {
    width: 100%;
    height: 100%;
}
 
.ggmap-in iframe,
.ggmap-in object,
.ggmap-in embed {
    width: 100%;
    height: 300px;
}


}



h2 {
	margin-bottom: 1em;
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
}

h2 span {
	color:#333;
	position: relative;
	font-size: 12px;
	font-weight: bold;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}


ul.disc li {
	list-style: disc;
	color:#0168b3;
}
ol.num li {
	list-style: decimal;
}

ul.ma li , ol.ma li {
	padding: 5px 0;
}

/*----- flex ------------------------------*/

.flex-2 {
    margin: auto;
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: stretch;
}
ul.flex-2 li {
	width: 100%;
}


ul.flex-2-staff {
    margin: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: stretch;
}
ul.flex-2-staff li {
    margin: auto;
}



ul.flex-2-shiteisho {
    margin: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: stretch;
}
ul.flex-2-shiteisho li.naiyo {
	width: 100%;
}
ul.flex-2-shiteisho li.img {
	width: 100%;
}
ul.flex-2-shiteisho li:nth-child(2) {
	margin-top: 1rem;
}


ul.flex-3-link { /*- link -*/
    margin: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: flex-start;
}
ul.flex-3-link li {
	width: 100%;
}
ul.flex-3-link li a {
	color: #fff;
	text-decoration: none;
}



ul.flex-photo-3 {
    margin: auto;
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: stretch;
}
ul.flex-photo-3 li {
	width: 80%;
}
ul.flex-photo-3 li {
	margin: auto;
	width: 80%;
}

@media print, screen and  (min-width: 600px) {

ul.flex-3-link li {
	width: 49%;
}


}


@media print, screen and  (min-width: 768px) {


ul.flex-2-staff li.img {
    margin-top: 0;
	width: 25%;
}
ul.flex-2-staff li.aisatsu {
	width: 73%;
}


ul.flex-2-shiteisho li.naiyo {
	width: 60%;
}
ul.flex-2-shiteisho li.img {
	width: 36%;
}

ul.flex-photo-3 li {
	width: 33%;
}

}


@media print, screen and  (min-width: 960px) {

ul.flex-2 li {
	width: 50%;
}

ul.flex-3-link li {
	width: 33%;
}

}


/*- 矢 -----------*/
.ymaru:after {
    content: '\f138';
    font-family: FontAwesome;
    margin: 0 3px;
}
.ymaru1:before {
    content: '\f138';
    font-family: FontAwesome;
    margin: 0 3px;
}
/*-- 備考 -----------*/
.biko {
    font-size: .9em;
	color: #8086A2;
	margin-left: 10px;
}
.biko:before {
	font-family: FontAwesome;
	content: '\f069';
	font-size: .5em;
	vertical-align: middle;
}


/* ボタン .btn */

.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background:#0168b3;
	font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	border-radius: 20px;

}
.btn a:hover {
	color: #fff;
	background: rgba(1,104,179,0.8);
}

.btn a:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 7px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}




/* ボタン. barbtn .barbtn1 .barbtn2 */
.barbtn , .barbtn1 , .barbtn2 , .barbtn3 {
	width: 100%;
	margin-bottom: 10px;
	padding: 8px 40px 8px 40px;
	font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	text-align: center;
}

.barbtn{
	background:#0168b3;
	color: #fff;
	font-size: 24px;
}

.barbtn1{
	background-color: #0FB1FF;
	border-radius: 10px;
	color: #fff;
	font-size: 24px;
}
.barbtn2{
	background-color: #E2E7EB;
	color: #333;
	font-size: 18px;
}
.barbtn3{
	border-bottom: 3px double #0168b3;
	color: #0168b3;
	font-size: 36px;
}


/* ボタン .btn-anime */
.btn-anime {
	position: relative;
	overflow: hidden;
	margin-bottom: .3rem;
	color: #fff;
	border-radius: 0;
	background-color: #224388;
}

.btn-anime span {
	position: relative;
}
.btn-anime a{
	display: block;
	padding: 1.5rem 2rem;
}

.btn-anime a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-98%);
	transform: translateX(-98%);
	background-color: #33CCFF;
}

.btn-anime a:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}



/*----- 青いボタン .btn-double ------------------------------*/

div.btn-double {
  position:relative;
  background: #0168b3;
  width: 200px;
  height: 100px;
  color: #FFF;
  box-shadow: 0px 0px 0px 5px #0168b3;
  border: solid 4px rgba(255, 255, 255, 1);
}
div.btn-double p  {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #FFF;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}
div.btn-double a {
  display:block;
}



figure {
	max-width: 100%;
	margin: auto;
	text-align: center;
}

img {
	max-width: 100%;
}


.waku-1{
	display:inline-block;
	width: 100%;
	padding: 7px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #D1D3E2;
	box-shadow: 2px 1px 2px #D1D3E2;
	word-break:break-all;
	background: #FFF;
}





/*-----------------------------------------------------*/
hr {
    clear: both;
    border: hidden;
    width: 100%;
 }

.ma-t1{
        margin-top: 10px;
    }
.ma-t2{
        margin-top: 20px;
    }
.ma-t3{
        margin-top: 30px;
    }
.ma-t5{
        margin-top: 50px;
    }
.ma-t10{
        margin-top: 100px;
    }

.pa-b1{
        padding-bottom: 10px;
    }

.ma-l1{
        margin-left: 10px;
    }
.ma-l2{
        margin-left: 20px;
    }
.ma-l3{
        margin-left: 30px;
    }

.line0 {
    padding: 0;
 }
.line01 {
    padding-top: 10px;
 }
.line02 {
    padding-top: 20px;
 }
.line03 {
    padding-top: 30px;
 }
.line04 {
    padding-top: 40px;
 }
.line05 {
    padding-top: 50px;
 }
.line06 {
    padding-top: 60px;
 }
.line10 {
    padding-top: 100px;
 }
.line11 {
    border-bottom: 1px dotted #ccc;
    padding-top: 10px;
    margin-bottom: 10px;
 }
.line12 {
    border-bottom: 1px dotted #ccc;
    padding-top: 20px;
    margin-bottom: 20px;
 }
.line13 {
    border-bottom: 1px dotted #ccc;
    padding-top: 30px;
    margin-bottom: 30px;
 }
 
 
.t-c {
	margin: auto;
	text-align: center;
}
.t-r {
	text-align: right;
}
.t-l {
	text-align: left;
}

.wid80p {
	width: 80%;
}

.fl-logo {
	float: left;
}
.fr-logo {
	margin-top: 10px;
	margin-right: 100px;
	float: right;
}




/*-------------------------------------*/
.f-s1 {
	font-size: 0.9em;
}
.f-s2 {
	font-size: 0.8em;
}
.f-s3 {
	font-size: 0.7em;
}

/*-------------------------------------*/
.f-l1 {
	font-size: 1.1em;
}
.f-l2 {
	font-size: 1.2em;
}
.f-l3 {
	font-size: 1.3em;
}
.f-l5 {
	font-size: 1.5em;
}
.f-l7 {
	font-size: 1.7em;
}
.f-b {
	font-weight: bold;
}

.gray {
	color: #8A9AA8;
}
.dark-gray {
	color: #5F7687;
}
.red {
	color: #F00;
}
.blue {
	color: #4574A3;
	text-shadow: 1px 1px 1px #E6FFFF;/*- 青 -*/
}
.navy {
	color: #006;
	text-shadow: 1px 1px 1px #E6FFFF;/*- 藍 -*/
}

/*----- news , gakunai --------*/
  .pdf:after ,
  .word:after ,
  .excel:after ,
  .zip:after ,
  .dl:after {
  font-family: FontAwesome;
  padding-left: 3px;
  font-size: 1.4em;
  vertical-align: middle;
  }
  .pdf:after {
  content: '\f1c1';
  color: #BD0000;
  }
  .word:after {
  content: '\f1c2';
  color: #039;
  }
  .excel:after {
  content: '\f1c3';
  color: #690;
  }
  .zip:after {
	content: '\f1c6';
	color: #6D828B;
  }
  .gaib:after {
	content: "\f08e";
	font-family:FontAwesome;
	color: #8ABDF0;
	font-size: 16px;
	margin-left: 7px;
  }


/*--------------------------*/
.inline {
	display: inline-block;
    vertical-align: top;
}

ul.inline , ol.inline {
    letter-spacing: -.4em;
}
ul.inline li , ol.inline li {
	display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    padding: 3px 0;
}
.inline-ma-r1 , .inline-ma-r2 , .inline-ma-r3 , .inline-ma-l3 {
    letter-spacing: -.4em;
}
.inline-ma-r1 li , .inline-ma-r2 li , .inline-ma-r3 li , .inline-ma-l3 li {
	display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    padding: 3px 0;
}
ul.inline-ma-r1 li {
    margin-right: 10px;
}
ul.inline-ma-r2 li {
    margin-right: 20px;
}
ul.inline-ma-r3 li {
    margin-right: 30px;
}


/* ---- 枠 タブ風　 ----- */
.waku_tab {
    position: relative;
    margin: 5em 0;
    padding: 0.5em 1em;
}
.waku_tab .waku_tab-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 3px 9px 0;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.waku_tab.green {
 border: 3px solid #62c1ce;
}
.waku_tab.pink {
 border: 3px solid #E597B2;
}
.waku_tab.yellow {
 border: 3px solid #FBD26B;
}
.waku_tab.purple {
 border: 3px solid #9999FF;
}

.waku_tab.green .waku_tab-title.green {
    background: #62c1ce; /*タブ緑色 */
}
.waku_tab.pink .waku_tab-title.pink {
    background: #E597B2; /*タブ桃色 */
}
.waku_tab.yellow .waku_tab-title.yellow {
    background: #FBD26B; /*タブ黄色 */
}
.waku_tab.purple .waku_tab-title.purple {
    background: #9999FF; /*タブ紫色 */
}








