@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap');
/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li{list-style-type:none;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

article, aside, dialog, figure, footer, header, menu, nav, section, time, mark, audio, video {
  display: block;
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

ul li, ol li {
  list-style-type: none;
}

body {
  font-family: 'Noto Sans SC', sans-serif;
	-webkit-text-size-adjust: 100%;
  font-size: 16px;
  background: #fff;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

* {
  box-sizing: border-box;
}

* img {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:hover img {
  opacity: 0.7;
}

.em {
  color: #0180c9;
}
span.txt_small {
	font-size:62%;
	color:#333333;
	font-weight:normal;
	margin-top:0;
	display:block;
}

.subtitle {
  font-size: 200%;
}

.inner {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}

.inner section {
  padding-top: 7.2%;
}

.pc_appear {
  display: block !important;
}

.sp_appear {
  display: none !important;
}


/*----------------------------------------
    #header
----------------------------------------*/
#header {
  margin: 0 2.66% 0 3.33%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .nav {
  width: 700px;
}

#header .nav ul {
  display: flex;
  justify-content: space-between;
}

#header .nav ul > li {
  flex: 1 1 0%;
}

#header .nav ul > li > a {
  display: block;
  padding: 15% 0;
  text-align: center;
}

#header .nav ul > li > a.current {
  background: #f1f3f4;
}

#header .nav ul > li > a:hover {
  opacity: 1;
  background: #f1f3f4;
}

#header .modal {
  display: none;
}

/*----------------------------------------
    #contents
----------------------------------------*/
#contents {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

#contents .main {
  text-align: center;
  padding: 5% 0;
  font-size: 150%;
}

#contents .main .text {
  margin: 35px auto 0;
  width: 80%;
}

#contents .inner {
  padding-bottom: 5.5%;
}

#contents .inner h2 {
  text-align: center;
  margin: 0 auto 2.5em;
}

#contents .inner h2 > p {
  display: inline-block;
  padding: 0 1em;
  padding-bottom: 5px;
  border-bottom: 2px #0180c9 solid;
  color: #0180c9;
  font-size: 200%;
}

#contents .inner h2 > small {
  color: #666;
}

/*----------------------------------------
    #footer
----------------------------------------*/
#footer {
  background: #f1f3f4;
  border-bottom: 10px solid #0180c9;
  color: #666666;
}

#footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.ga {
	margin-left:20px;
	background:url(/img/ico-ghs.jpg) left center no-repeat;
	padding-left:25px;
}

