@charset "utf-8";
@import "reboot.css";
html {
	overflow-y: scroll;
	width: 100%;
	font-size: 62.5%;
}
body {
	color: #000;
	font-size: 1.5rem;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, strong, b, .menu {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
}
a:link, a:visited {
	color: #0956b6;
	text-decoration: underline;
}
a:active, a:hover {
	color: #0956b6;
	text-decoration: underline;
	opacity: .6;
	transition: all 0.5s ease;
}
a:focus {
	outline: none;
}
.sp {
	display: none !important;
}
#toggle, #nav-content {
	display: none;
}
img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
#mainWrapper {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
/* header */
#headerWrapper {
	width: 100%;
	border-top: 6px solid #072454;
	margin: 0;
}
header {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	justify-content: start;
	align-items: center;
}
header h1 {
	width: 405px;
	margin: 0;
	padding: 0;
}
#logo {
	width: 85px;
}
#toptitle2 {
	width: 285px;
	margin: 0 0 0 50px;
}
header h1 a:active, header h1 a:hover {
	opacity: 1;
	transition: none;
}
/* nav */
nav {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
  height: 48px;
  overflow: visible;
}
.menu {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 1200px;
	display: flex;
	justify-content: space-between;
}
.menu li {
	margin: 0;
	padding: 0;
	text-align: center;
	flex-grow: 1;
	position: relative;
  width: calc(100% / 9);
}
.menu li::before {
	position: absolute;
	top: 9px;
	left: -3px;
	content: "|";
	width: 0;
	height: 0;
}
.menu li:last-child::after {
	position: absolute;
	top: 9px;
	right: 3px;
	content: "|";
	width: 0;
	height: 0;
}
.menu li a {
	padding: 16px 0 14px;
	line-height: 1;
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
  text-align: center;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 9999;
  width: 120px;
}
.menu ul li {
  margin: 0;
  padding: 0;
  z-index: 9999;
  width: 100%;
}
.menu ul li::before, .menu ul li:last-child::after {
  display: none;
}
.menu ul li a {
  padding: 10px 3px;
  color: #000;
  opacity: 1;
  background: #fff;
  font-size: 1.3rem;
}
.menu ul li a:hover {
  color: #7a7a7a;
}
.sub {
  display: none;
}
.menu a:active, .menu a:hover {
  transition: none;
}
#side_nav {
	margin: 0;
	padding: 0;
	width: 195px;
	text-align: left;
}
.side_menu {
	margin: 10px 0 60px 15px;
	padding: 0;
	list-style: none;
	width: 180px;
}
.side_menu li {
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #000;
}
.side_menu li a {
	padding: 15px 0 13px;
	line-height: 1;
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 600;
  background-image: none !important;
}
.side_menu ul {
	list-style: none;
  padding: 0 0 0 10px;
}
.side_menu ul li:last-child {
	border: none;
}
ul.banner {
	margin: 20px 0 40px;
	padding: 0;
	list-style: none;
	width: 100%;
}
ul.banner li {
	margin: 8px 0;
	padding: 0;
	width: 100%;
}
#footerWrapper {
	width: 100%;
	margin: 0;
	background-color: #072454;
	color: #fff;
}
#link {
	padding: 40px 10%;
	background-color: #ebebeb;
}
#addressWrapper {
	width: 990px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	justify-content: start;
	text-align: left;
	line-height: 1.5;
}
#footerTitle {
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
}
address {
	margin: 0 0 0 45px;
	padding: 0;
}
address a:link, address a:visited {
	color: #fff;
	text-decoration: underline;
}
address a:active, address a:hover {
	color: #fff;
	text-decoration: underline;
	opacity: .6;
	transition: all 0.5s ease;
}
footer {
	width: 990px;
	font-size: 1.3rem;
	margin: 0 auto;
	padding: 15px 0 35px;
	line-height: 1;
	border-top: 1px solid #536481;
}
/* ページトップへ戻る */
#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 70px;
	height: 45px;
	padding: 15px 10px 10px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	clear: both;
	opacity: .7;
}
#page-top:hover {
	opacity: .8;
}
.arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	border-left-color: #fff;
	border-top-color: #fff;
	top: 20px;
	left: 26px;
	transform: rotate(45deg);
}
@media print {
#page-top {
	display: none;
}
}
/*top page*/
main.top {
	width: 973px;
	margin: 0;
	padding: 0 0 60px;
	text-align: left;
}
#mainvisualWrapper {
	width: 100%;
	height: 445px;
	margin: 0 0 30px;
	background: url("../image/top.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: end;
}
#mainvisual {
	width: 900px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: start;
}
#mainvisual img {
	width: 725px;
	margin: 0;
}
main.top section {
	margin: 40px 0;
}
#aboutus {
	width: 973px;
	margin: 30px 0 30px;
}
#news {
	width: 97%;
	margin: 0 0 0 3%;
}
#news h2 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 2.0rem;
	border-bottom: 1px solid #000;
	line-height: 1;
	position: relative;
}
#news h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 145px;
	height: 1px;
	background: #0956b6;
	content: "";
}
#news dl {
	width: 100%;
	height: 495px;
	margin: 20px 0 0;
	list-style: none;
	overflow: auto;
  overflow-y: scroll;
}
#news dl dt {
	width: auto;
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	float: left;
	clear: left;
	color: #062566;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.3;
}
#news dl .date {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5e5e5e;
	font-weight: 400;
	font-size: 1.2rem;
}
#news dl dd {
	margin: 0 10px 40px 70px;
	padding: 0;
}
/* main */
main.contents {
	width: 1200px;
	min-height: 700px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 30px;
}
main.contents h1 {
	margin: 18px 0 25px;
	padding: 16px 6px;
	font-size: 2.4rem;
	line-height: 1;
	border-bottom: 2px solid #0956b6;
  position: relative;
}
main.contents h1::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #0956b6;
  content: "";
  border-radius: 50%;
}
main.contents h2 {
	margin: 35px 10px 15px;
	padding: 8px 13px 6px;
	line-height: 1.2;
	font-size: 1.8rem;
	border-left: 3px solid #0956b6;
	background-color: #dedede;
}
main.contents h3 {
	margin: 25px 15px 15px;
	padding: 6px 13px 4px;
	font-size: 1.7rem;
	line-height: 1.2;
	border: 1px solid #072454;
	color: #072454;
}
main.contents h4 {
	margin: 20px 30px 10px;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.2;
}
main.contents p {
	margin: 10px 35px;
	padding: 0;
}
/* list */
main.contents ul {
	margin: 5px 20px 5px 50px;
	padding: 0;
}
main.contents ul li {
	list-style: none;
	padding: 2px 0 2px 16px;
	margin: 0 0 0 7px;
	position: relative;
}
main.contents ul li::before {
	position: absolute;
	top: 13px;
	left: 0;
	content: "";
	width: 10px;
	height: 3px;
	background: #072454;
}
main.contents ul ul, main.contents ol ul {
	margin: 0 0 3px;
}
main.contents ul ul li, main.contents ol ul li {
	list-style: disc;
	padding: 0;
	margin: 0 0 0 20px;
}
main.contents ul ul li::before, main.contents ol ul li::before, main.contents ul ol li::before {
	display: none;
}
main.contents ul ul ul li {
	list-style: circle;
}
main.contents ul ol {
	margin: 0 0 0 20px;
}
main.contents ul ol li {
	list-style-type: inherit;
}
main.contents ol {
	margin: 5px 20px 5px 75px;
	padding: 0;
}
main.contents ol li {
	margin: 0;
	padding: 2px 0;
}
main.contents ol ol {
	margin: 0 0 0 20px;
}
main.contents ol ol li {
	margin: 0;
	padding: 0;
}
/* table */
table {
	padding: 0;
	margin: 25px auto;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px;
}
table th {
	padding: 7px 10px 5px;
	text-align: left;
	background-color: #072454;
	border: none;
	font-weight: 900;
	color: #fff;
}
table td {
	padding: 7px 10px 5px;
	border: 1px solid #072454;
}
table.noborder th {
	border: none;
}
table.noborder td {
	border: none;
}
table.center th, table.center td {
	text-align: center;
}
/* figure */
figure {
	margin: 20px 25px;
}
figure.center {
	margin: 30px auto;
}
figure.fr {
	float: right;
	margin: 0 25px 15px 15px;
}
figure.fl {
	float: left;
	margin: 0 15px 15px 25px;
}
figure img, video {
	margin: 3px 0;
	width: 100%;
}
figcaption {
	line-height: 1.4;
	padding: 5px;
	text-align: left;
}
hr {
	border: 0;
	height: 1px;
	margin: 45px 25px;
	clear: both;
	background: linear-gradient(to right, #fff, #072454, #fff);
}
/* utility */
a[target="_blank"] {
	background: url(../image/ic_blank.png) right no-repeat;
	padding-right: 22px;
	background-size: 18px 17px;
}
a[href$=".pdf"] {
	background: url(../image/ic_pdf.png) right no-repeat;
	padding-right: 24px;
	background-size: 20px 20px;
}
a[href$=".doc"], a[href$=".docx"] {
	background: url(../image/ic_doc.png) right no-repeat;
	padding-right: 24px;
	background-size: 20px 18px;
}
.no_icon {
	background-image: none !important;
	padding-right: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.w05 {
	width: 10%;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w95 {
	width: 95%;
}
.w98 {
	width: 98%;
}
.w100 {
	width: 100%;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	text-indent: 0;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.small {
	font-size: 0.85em;
}
.large {
	font-size: 1.2em;
}
blockquote {
	margin: 5px 0 5px 15px;
}
.red {
	color: #F00;
}
.border {
  border: 1px solid #000;
}
/*members*/
.membersSmall {
	padding: 0;
	margin: 0 0 3px;
	font-size: 1.3rem;
	display:inline-block;
}
@media only screen and (max-width: 480px) {
html {
	font-size: 2.5vw;
}
body {
	min-width: initial;
	min-width: auto;
	position: relative;
}
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
#mainWrapper {
	width: 100%;
}
#headerWrapper {
	margin: 0;
}
header {
	width: 100%;
	padding: 2vw 0;
	flex-wrap: wrap;
}
header h1 {
	width: 75%;
}
#logo {
	width: 10%;
}
#toptitle2 {
	width: 55%;
	margin: 0 0 2vw 10%;
}
nav, #side_nav {
	display: none;
}
#toggle {
	display: block;
	position: absolute;
	top: 5vw;
	right: 2%;
	background: #072454;
	padding: .2vw 0 1vw;
	cursor: pointer;
	z-index: 100;
	width: 10.7vw;
}
#toggle ul {
	margin: 0;
	padding: 0 0 3.5vw;
}
#toggle ul li {
	margin: 0;
	padding: 0;
	background: none;
	list-style: none;
}
.css-bar {
	display: inline-block;
	position: relative;
	margin: 0 1vw;
	padding: 0;
	background: #fff;
}
.css-bar, .css-bar:before, .css-bar:after {
	width: 9vw;
 height: .5vw;
}
.css-bar:before, .css-bar:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
}
.css-bar:before {
	margin-top: -2vw;
}
.css-bar:after {
	margin-top: 1.5vw;
}
.sb-toggle:after {
	display: block;
	content: "MENU";
	position: absolute;
	bottom: 1vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	font-size: 2.5vw;
	color: #fff;
	text-indent: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	text-align: center;
}
#nav-content {
	display: block;
	overflow: auto;
	width: 50%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(-250%);
	transition: transform .5s cubic-bezier(0.215, 0.61, 0.355, 1);
	text-align: left;
}
.is-open {
	overflow: hidden;
}
.is-open #nav-content {
	z-index: 999;
	transform: translateX(-100%);
}
.overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100vw;
	z-index: 990;
	position: absolute;
	top: 0;
	left: 0;
}
.menu {
	margin: 0 auto;
	width: 100%;
	display: block;
}
.menu li {
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #000;
}
.menu li a {
	padding: 5vw 0;
	width: 100%;
}
.menu li::before, .menu li:last-child::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 0;
	height: 0;
}
  .menu ul {
  width: 100%;
}
  .menu ul li {
  border: none;
}
.menu ul li a {
  padding: 2vw 0;
}
ul.banner {
	margin: 5vw 1%;
	width: 98%;
}
ul.banner li {
	margin: 2vw 0;
}
#addressWrapper {
	width: 100%;
	padding: 5vw 0;
	display: block;
}
#footerTitle {
	width: 80%;
	margin: 0 auto 5vw;
}
footer {
	width: 98%;
	padding: 3vw 0;
	font-size: 3vw;
	line-height: 1.2;
}
main.top {
	width: 100%;
	padding: 0 0 2vw;
}
#mainvisualWrapper {
	height: 35vw;
	margin: 0 0 6vw;
	background-size: 100%;
}
#mainvisual {
	width: 75%;
	margin: 0 0 3vw 5%;
}
#mainvisual img {
	width: 100%;
}
.sp_aboutus {
	font-size: 1em;
}
#aboutus {
	width: 100%;
	margin: 2vw 0 8vw;
}
main.top section {
	margin: 5vw 2%;
}
#news {
	width: 97%;
	margin: 0 auto 5vw;
}
#news h2 {
	margin: 0 0 3vw;
	padding: 2vw 0;
}
#news h2::after {
	width: 30vw;
}
#news dl {
	width: 100%;
	height: 300px;
	margin: 4vw auto 0;
}
#news dl dd {
	margin-bottom: 5vw;
	padding: 0;
}
main.contents {
	width: 100%;
	min-height: 150vw;
	padding: 0 0 5vw;
}
main.contents h1 {
	width: 98%;
	margin: 0 auto 5vw;
	padding: 4vw 1.5% 3vw;
}
main.contents h2 {
	width: 98%;
	margin: 5vw auto 3vw;
	padding: 2vw 2%;
}
main.contents h3 {
	width: 98%;
	margin: 5vw auto 2vw;
	padding: 1vw 1.5%;
}
main.contents h4 {
	width: 96%;
	margin: 4vw auto;
}
main.contents p {
	margin: 2vw 3%;
}
main.contents ul {
	margin: 3vw 2% 3vw 3%;
}
main.contents ul li {
	padding: 1vw 0 1vw 6vw;
	margin: 0;
}
main.contents ul li::before {
	top: 3.8vw;
	left: 1vw;
	width: 3vw;
 height: .8vw;
}
main.contents li p {
	margin: 3vw 0;
}
main.contents ul ul, main.contents ol ul {
	margin: 0 0 1vw;
}
main.contents ul ul li, main.contents ol ul li {
	margin: 0 0 0 4vw;
}
main.contents ul ol {
	margin: 0 0 0 2vw;
}
main.contents ol {
	margin: 3vw 3% 3vw 8%;
}
main.contents ol li {
 padding: .3vw 0;
}
main.contents ol ol {
	margin: 0 0 0 2vw;
}
table {
	width: 95%;
	margin: 3vw auto;
}
table th {
	padding: 1vw 2vw;
}
table td {
	padding: 1vw 2vw;
}
figure {
	width: 90%;
	margin: 6vw auto;
}
figure.fl, figure.fr, figure.center {
	float: none;
	width: 90%;
	margin: 2vw auto;
	text-align: center;
}
figure img, video {
	width: 100%;
	margin: 0 auto 1vw;
}
figcaption {
	padding: 0 2%;
}
hr {
	margin: 4vw;
}
a[target="_blank"] {
	padding-right: 4vw;
	background-size: 3.5vw 3.4vw;
}
a[href$=".pdf"] {
	padding-right: 4vw !important;
	background-size: 3.5vw 3.5vw !important;
}
a[href$=".doc"], a[href$=".docx"] {
	padding-right: 4vw !important;
	background-size: 3.5vw 3.3vw !important;
}
.mb0sp {
	margin-bottom: 0 !important;
}
.mb01sp {
	margin-bottom: 1vw !important;
}
.mb02sp {
	margin-bottom: 2vw !important;
}
.mb03sp {
	margin-bottom: 3vw !important;
}
.mb04sp {
	margin-bottom: 4vw !important;
}
.mb05sp {
	margin-bottom: 5vw !important;
}
.mb06sp {
	margin-bottom: 6vw !important;
}
.mb07sp {
	margin-bottom: 7vw !important;
}
.mb08sp {
	margin-bottom: 8vw !important;
}
.mb09sp {
	margin-bottom: 9vw !important;
}
.mb10sp {
	margin-bottom: 10vw !important;
}
.mt0sp {
	margin-top: 0 !important;
}
.mt01sp {
	margin-top: 1vw !important;
}
.mt02p {
	margin-top: 2vw !important;
}
.mt03sp {
	margin-top: 3vw !important;
}
.mt04sp {
	margin-top: 4vw !important;
}
.mt05sp {
	margin-top: 5vw !important;
}
.mt06sp {
	margin-top: 6vw !important;
}
.mt07sp {
	margin-top: 7vw !important;
}
.mt08sp {
	margin-top: 8vw !important;
}
.mt09sp {
	margin-top: 9vw !important;
}
.mt10sp {
	margin-top: 10vw !important;
}
.w05sp {
	width: 05% !important;
}
.w10sp {
	width: 10% !important;
}
.w15sp {
	width: 15% !important;
}
.w20sp {
	width: 20% !important;
}
.w25sp {
	width: 25% !important;
}
.w30sp {
	width: 30% !important;
}
.w35sp {
	width: 35% !important;
}
.w40sp {
	width: 40% !important;
}
.w45sp {
	width: 45% !important;
}
.w50sp {
	width: 50% !important;
}
.w55sp {
	width: 55% !important;
}
.w60sp {
	width: 60% !important;
}
.w65sp {
	width: 65% !important;
}
.w70sp {
	width: 70% !important;
}
.w75sp {
	width: 75% !important;
}
.w80sp {
	width: 80% !important;
}
.w85sp {
	width: 85% !important;
}
.w90sp {
	width: 90% !important;
}
.w95sp {
	width: 95% !important;
}
.w100sp {
	width: 100% !important;
}
#page-top {
	bottom: 5vw;
	right: 3vw;
}
.xscroll {
	width: 100%;
	overflow-x: auto;
}
.xscroll table {
	width: 900px;
	margin: 2vw 2%;
}
blockquote {
	margin: 2vw 0 2vw 3vw;
}
}