@charset "utf-8";

/* -------------------------------------
 * Since:     2015-01-15
 * Modified:  2015-01-15
 * Guideline: Ver.2.0
 * -------------------------------------
 */


/* !HTML5 elements
 * ---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* !Reseting
 * ---------------------------------------------------------- */
html {
    font-size: 12px;

}
body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.6;
}

@media print, screen and (min-width:640px) {
  html {
    font-size: 14px;
  }
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}
input, textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset, img {
  border: 0;
}
img {
  border-style: none;
}
img.imgAuto {
    border-style: none;
    height: auto;
    max-width: 100%;
    width: auto;
}
@media print, screen and (max-width:640px) {
  img {
    border-style: none;
    height: auto;
    max-width: 100%;
    width: auto;
  }
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after, q:before {
  content: ".";
}
a, input {
  outline: none;
}
input, textarea, select {
  border-radius: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
abbr, acronym {
  border: 0;
}
/*================================================================================================================== */
/*　共通
 * ---------------------------------------------------- */

/*　全体　*/
#wrapper {
  width: 100%;
  overflow: hidden;
  clear: both;
}

/*　囲み　*/
.wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

/*　hover　点滅　*/
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media print, screen and (min-width:640px) {
/*　囲み　*/
.wrap {
	max-width: 960px;
}
}
/*================================================================================================================== */
/*　ページ遷移でフェードイン
 * ---------------------------------------------------- */

body {
  animation: fadeIn 0.3s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

/* リンク
 * ---------------------------------------------------- */
a {
  color: #248b9a;
  text-decoration: underline;
}
a:visited, a:active, a:focus {
  text-decoration: none;
}
a:link {
	color: #0066B6;
}

a:active {
  color: #0000FF;
}

a:visited {
  color: #990066;
}

a:hover {
  color: #E20A16;
}

/*　PDF　*/
.container .PDF {
	margin: 0px;
	padding: 10px;
	width:100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border: 5px solid #EEE;
}
.container .PDF td.banner {
	padding-right: 0px;
}
.container .PDF p.file {
	padding: 0.25em 0em 0.5em 2.5em;
	margin: 0em 0em 0.5em;
	background-image: url(../img/ico_pdf.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.container .PDF p.file a {
	font-weight: bold;
	font-size: 1.067em;
}
.container .PDF p.file:link,
.container .PDF p.file:visited, 
.container .PDF p.file:hover {
	color: #000;
}
.container .PDF dl {
	padding: 0;
	margin: 0;
}
.container .PDF dt {
	padding: 0;
	margin: 0;
	text-align: center;
	float: none;
}
.container .PDF dd{
	margin: 0;
	padding: 0;
	font-size: 0.800rem;
}
@media print, screen and (min-width:640px) {
/*　PDF　*/
.container .PDF {
	padding: 15px 35px;
	margin: 0px;
	overflow: hidden;
}
.container .PDF td.banner {
	padding-right: 20px;
}
.container .PDF p.file {
	padding: 0.25em 0em 0.5em 2.5em;
	margin: 0em 0em 1em;
	background-image: url(../img/ico_pdf.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.container .PDF dt {
	float: left;
}
.container .PDF dd{
	margin: 0px;
	padding: 0px 0px 0px 170px;
}
}

/*================================================================================================================== */
/*　ヘッダー
 * ---------------------------------------------------- */
#headerArea {
	background-color: #006CB6;
}
#headerArea .inner {
	padding: 25px 10px;
}
#headerArea .flL {
	padding: 0;
	float:none;
	text-align: center;
}
#headerArea .flL img {
	max-width:240px;
}


#headerArea a,
#headerArea {
  text-decoration: none;
}
#headerArea .logo {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	height: auto;
	line-height: 0;
	font-size:0px;
}
#headerArea .logo a {
  outline:none;
  overflow: hidden;
}
#headerArea .logo a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#headerArea .flR {
	padding: 0;
	float:none;
}
/*　2022.10.12　追加　*/
#headerArea .page-title {
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
}
@media print, screen and (min-width:750px) {
#headerArea {
	margin: 0;
	padding: 0;
}
#headerArea .flL {
	padding: 0;
	max-width: 410px;
	float:left;
}
#headerArea .logo {
	max-width: 410px;
	margin: 0;
}
#headerArea .logo img {
	max-width: 100%;
}
#headerArea .logo a {
}
#headerArea .flR {
	padding: 0;
	float:right;
}
/*　2022.10.12　追加　*/
#headerArea .page-title {
	font-size: 2.142rem;
}
}

/*================================================================================================================== */
/*　グローバルナビ　ナビ
 * ---------------------------------------------------- */
#glNav {
	padding: 0px;
	margin: 0px;
	display:block;
}
#glNav ul {
	width: 100%;

	border-collapse: collapse;
}
#glNav ul li {
	text-align: center;
	float: left;
}
#glNav ul li:last-child {
	margin-left: 20px;
}
#glNav ul li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	line-height: normal;
	color: #006CB6;
	font-weight: bold;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,ffffff+69,e1e1e1+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 50%, #ffffff 69%, #e1e1e1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 50%,#ffffff 69%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 50%,#ffffff 69%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}
#glNav ul li a:link {
}
#glNav ul li a:hover {
	color: #E20A16;
}
@media print, screen and (max-width:750px) {
#glNav ul {
	display: flex;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/

	webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content:center;

}
}
@media print, screen and (min-width:640px) {
#glNav ul li a {
	padding: 15px 20px;
}
}
/*================================================================================================================== */
/* コンテンツ
 * ---------------------------------------------------- */
#contents {
	margin: 0;
	padding: 0 0 70px;
	text-align: left;
	position: relative;
}
.container {
  margin-right:auto;
  margin-left:auto;
  width:100%;
}

#headerContents {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 60px;
}
/*　コンテンツタイトル　*/
#contenstTit01 {
	width: 100%;
	text-align:center;
	background-color: #ebf1f7;
	padding: 30px 0px 25px;
	margin: 0px 0px 30px;
}
#contenstTit01 h1 {
	font-size: 1.65rem;
	color: #006CB6;
	font-weight:bold;
}

.container .headline01 {
	font-size: 1.25rem;
	text-align: center;
	font-weight: bold;
}
.container .headline02 {
	font-size: 1.286rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-feature-settings : "palt";
}

/*　タイトル　*/
.container .tit01 {
	font-size: 1.45rem;
	font-weight: bold;
	line-height:1;
	color: #FFF;
	background-color: #EB9E25;
	padding: 15px;
	text-align: center;
}

@media print, screen and (min-width:980px) {
#contents {
	padding: 0 0 100px;
}

/*　コンテンツタイトル　*/
#contenstTit01 {
	padding: 50px 0px;
}
#contenstTit01 h1 {
	font-size: 1.75rem;
}
.container .headline01 {
	font-size: 2.286rem;
}

/*　タイトル　*/
.container .tit01 {
	font-size: 2.143rem;
}
}
@media print, screen and (min-width:980px) {
.container {
	max-width:980px;
}
}
/*================================================================================================================== */
/*　page-top
 * ---------------------------------------------------- */
/*　ページトップへの誘導ボタン */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  margin: 0;
  height: 100px;
  width: 100px;
  z-index:99;
}
#pageTop i {
	margin-top:10px;
}
#pageTop a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 92px;
	width: 92px;
	background-color: #006CB6;
	font-size: 14px;
	line-height:1.5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	color: #FFF;
	position: relative;
	bottom: 0;
	left: 0;
	
	border: 4px solid #FFF;
}
@media print, screen and (min-width:640px) {
#pageTop a:hover {
	background-color: #BB0000;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
}
/*================================================================================================================== */
/*　フッタ
 * ---------------------------------------------------- */
#footerArea {
	clear: both;
	width: auto;
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #F4F6F8;
}
/*　copyright　 */
#copyright {
	clear: both;
	text-align:center;
	font-size: 0.75rem;
	margin: 0px;
	padding: 10px 0;
	color: #333;
}
/*================================================================================================================== */
/*　footerNavi
 * ---------------------------------------------------- */
#footerNavi {
	background-color: #006CB6;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
}

@media print, screen and (min-width:980px) {
#footerNavi {
	text-align:center;
}
#footerNavi .wrap > .inner {
	margin: 0;
	padding: 30px 0;
}
#footerNavi ul {
	display:inline;
	border-left:1px solid #fff;
}
#footerNavi li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #fff;
}
#footerNavi a {
	position: relative;
	text-decoration: none;
	color: #fff;
}
#footerNavi li.link {
	padding-right:28px;
}
#footerNavi li.link a:after {
	padding-left:10px;
	position: absolute;
	content: url(../img/ico_link.png);
	right:-15px;
	
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);	
}
#footerNavi a:hover {
	color:#F00;
}
}
@media screen and (max-width:980px)  {
#footerNavi .wrap {
}
#footerNavi .wrap > .inner {
	margin: 0;
	padding: 0;
}
#footerNavi ul {
	width:100%;
	overflow:hidden;
	border-top: 1px solid #FFF;
}
#footerNavi li:last-of-type {
	border-bottom: none;
}
#footerNavi li:nth-child(odd) {
	border-right: 1px solid #FFF;
}
#footerNavi li {
	border-bottom: 1px solid #FFF;
}
#footerNavi li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 15px;
	text-decoration: none;
	text-align:center;

	font-size:1.125rem;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#footerNavi li a:after {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight:900;
	
	content:"\f101";
	right: 20px;
	
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
#footerNavi li.link a:after {

	position: absolute;
	content: url(../img/ico_link.png);

	
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);	
}
#footerNavi a:link,
#footerNavi a:active,
#footerNavi a:visited {
	color: #FFF;	
}
#footerNavi a:hover {
	transition: background-color 1s linear;
	color: #FFF;

	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
}
@media screen and (min-width:500px) and (max-width:980px) {
#footerNavi li:nth-of-type(odd) {
	float:left;
}
#footerNavi li:nth-of-type(even) {
	float:right;
}
#footerNavi li {
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
}
@media screen and (max-width:500px)  {
#footerNavi li:nth-child(odd) {
	border-right: none;
}
}
