@charset "utf-8";
@import "reboot.css";
html {
	overflow-y: scroll;
	width: 100%;
	font-size: 62.5%;
}
body {
	color: #000;
	font-size: 1.7rem;
	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, nav, .date {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
}
a:link, a:visited {
	color: #112979;
	text-decoration: underline;
}
a:active, a:hover {
	color: #112979;
	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;
}
/* header */
#headerWrapper {
	width: 100%;
	height: 132px;
	margin: 0;
	border-bottom: 4px solid #0932a7;
}
header {
	width: 1200px;
	height: 132px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	z-index: 100;
}
header h1 {
	width: 381px;
	margin: 0;
	padding: 0;
}
header h1 img {
	margin: 21px 0 0;
}
#lang img {
	width: 75px;
}
header h1 a:active, header h1 a:hover {
	opacity: 1;
	transition: none;
}
/* nav */
nav {
	margin: 0;
	padding: 0 0 25px;
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: space-between;
}
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: end;
}
.menu li {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.menu li a {
	padding: 2px 0 8px 52px;
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;
}
.menu li a::before {
	position: absolute;
	left: 54px;
	bottom: 0;
	width: 15px;
	height: 2px;
	background: #809af1;
	content: "";
}
#footerWrapper {
	width: 100%;
	margin: 0;
	padding: 27px 0 34px;
	background: #727272;
	color: #FFF;
	text-align: left;
}
#footerTitle {
	width: 1200px;
	margin: 0 auto 32px;
	font-size: 1.5rem;
	line-height: 1.2;
}
footer {
	width: 1200px;
	margin: 0 auto;
	font-size: 1.3rem;
	line-height: 1;
}
/* ページトップへ戻る */
#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*/
#mainvisualWrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0 20px;
	background-color: #e2e2e2;
}
.flexslider {
	width: 1165px;
	height: 455px;
	margin: 0 auto 10px !important;
}
main.top {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#aboutWrapper {
	width: 100%;
	margin: 0 0 100px;
	padding: 40px 0 5px;
	background: #fff;
	box-shadow: 0 -167px #0f3fdd inset;
}
#about {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
#about h2 {
	margin: 10px 0 10px;
	padding: 0;
	font-size: 1.7rem;
	position: relative;
}
#about h2::after {
	position: absolute;
	bottom: -8px;
	left: 48.4%;
	right: 0;
	width: 36px;
	height: 2px;
	background: #0f3fdd;
	content: "";
}
#about p {
	margin: 30px 15px;
	padding: 0;
	line-height: 2.4;
}
#about ul {
	margin: 0;
	width: 100%;
	padding: 10px 0 30px;
	list-style: none;
	display: flex;
	justify-content: center;
}
#about ul li {
	width: 299px;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	color: #fff;
}
#about ul li img {
	width: 299px;
	padding: 0 3px;
}
#newsWrapper {
	width: 100%;
	height: 402px;
	margin: 0 auto 55px;
}
#news {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
#news h2 {
	width: 297px;
	margin: 0;
	padding: 0;
}
#news ul {
	width: 903px;
	height: 400px;
	margin: 0 0 40px;
	padding: 0 30px 30px;
	list-style: none;
	overflow: auto;
	overflow-y: scroll;
	background: rgba(255,255,255,0.8);
}
#news ul li {
	margin: 0;
	padding: 10px 0;
	line-height: 1.5;
}
#news ul li > img {
	width: 15%;
}
#news ul li p {
	margin: 0 0 0 20px;
	text-indent: -5px;
	position: relative;
}
#news ul li .date {
	color: #797979;
}
/* main */
main.contents {
	width: 1200px;
	min-height: 600px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 30px;
	background-color: #FFF;
}
#h1Wrapper {
	width: 100%;
	margin: 0 0 35px;
	padding: 30px 0 25px;
	background: #e2e2e2;
}
#h1Wrapper h1 {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 0 15px;
	font-size: 2.9rem;
	font-weight: 600;
	line-height: 1;
	text-align: left;
	color: #0932a7;
	border-left: 6px solid #FFF;
}
main.contents h2 {
	margin: 30px 10px 20px;
	line-height: 1.8;
	padding: 3px 15px;
	font-size: 2rem;
	color: #FFF;
	background-color: #0932a7;
}
main.contents h3 {
	margin: 25px 25px 15px;
	padding: 8px 0 0;
	font-size: 1.9rem;
	line-height: 1.4;
	position: relative;
}
main.contents h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #0932a7;
  content: "";
}
main.contents h4 {
	margin: 18px 30px 10px;
	padding: 0;
	font-size: 1.8rem;
	line-height: 1.2;
}
main.contents p {
	margin: 10px 35px;
	padding: 0;
}
/* list */
main.contents ul {
	margin: 5px 15px 5px 35px;
	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: 15px;
	left: 0;
	content: "";
	width: 10px;
	height: 3px;
	background: #0932a7;
}
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 15px 5px 60px;
	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: #0932a7;
	border: none;
	font-weight: 900;
	color: #fff;
}
table td {
	padding: 7px 10px 5px;
	border: 1px solid #0932a7;
}
table.noborder th {
	border: none;
}
table.noborder td {
	border: none;
}
table.center th, table.center td {
	text-align: center;
}
/* figure */
figure {
	margin: 20px 45px;
}
figure.center {
	margin: 30px auto;
}
figure.fr {
	float: right;
	margin: 0 20px 15px 15px;
}
figure.fl {
	float: left;
	margin: 0 15px 15px 20px;
}
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, #0932a7, #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 !important;
	background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
	background: url(../image/ic_doc.png) right no-repeat;
	padding-right: 24px !important;
	background-size: 20px 18px !important;
}
.no_icon {
	background-image: none !important;
	padding-right: 0;
}
.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%;
}
.w65 {
	width: 65%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w85 {
	width: 85%;
}
.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 35px;
}
/* 組織 */
main.contents ul.organization {
  width: 98%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
main.contents ul.organization li {
  width: 29%;
  margin: 5px 2%;
  padding: 0;
  line-height: 1.5;
}
main.contents ul.organization li::before {
  position: static;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  background: none;
}
main.contents ul.organization img {
	height: 230px;
	object-fit: cover;
	flex-shrink: 0;
  margin: 0 0 5px;
}
/*ご利用の流れ*/
.flow {
  width: 94%;
  margin: 10px auto;
  display: flex;
  align-items: center;
}
.flow figure {
  width: 20%;
}
.flow p {
  width: 70%;
  margin: 0 !important;
}