@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&family=Noto+Serif+JP:wght@400;600&display=swap');

/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0px;
	margin: 0px;
	line-height: 1.7;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
}

html {
	font-size: 62.5%;
	height: 100%;
}
body {
	font-size: 100%;
	background: #fff;
	margin: 0px;
	padding: 0px;
}
body.opmenu {
	overflow: hidden;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border-style: none;
}
img.full {
	width: 100%;
}

.sp_br {
	display: none;
}

.para {
	margin-bottom: 1.5em;
}

.para-half {
	margin-bottom: 1em;
}

.large_size {
	font-size: 1.6rem;
}
.nomal_size {
	font-size: 1.4rem;
}
.mid_size {
	font-size: 1.3rem;
}
.small_size {
	font-size: 1.2rem;
}

.bluelist li {
	padding-left: 1.2em;
	position: relative;
	list-style: none;
}
.bluelist li:before {
	content: "●";
	font-size: 80%;
	color: #000e66;
	position: absolute;
	left: 0px;
	top: 3px;
}

.inlineblock {
	display: inline-block;
}
.redtxt {
	color: #e2525d;
}
.centernote {
	text-align: center;
}


/* 大枠 */
body #allcontents {
	position: relative;
}

/* ヘッダ
------------------------------------------------------------ */
header {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	margin-top: 60px;
	transform: translate(0,-60px);
	-webkit-transform: translate(0,-60px);
	transition: .3s;
}
header > div {
	width: 100%;
	height: 60px;
	padding: 10px 15px;
	position: absolute;
	left: 0px;
	top: 0px;
}
header .logo_header {
	display: table-cell;
	position: relative;
	z-index: 1000;
}
header .logo_header img {
	width: 40px;
	display: block;
}
header .logo_header span {
	display: none;
}
header.compact {
	background: #000e66;
	position: fixed;
	margin: auto;
	left: 0px;
	top: 0px;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition: .3s;
}

.opmenu header {
}
.opmenu header .logo_header img {
}
.opmenu header .logo_header span {
}


/* コンテンツ
------------------------------------------------------------ */
section {
	clear: both;
	margin: 0px auto;
	position: relative;
	padding: 0px 0px 50px;
	transition: .3s;
}

/* メイン */
section article {
	margin-top: 50px;
}
.contents_area {
	padding: 0px 15px;
}

/* ページタイトル */
section article.page_title {
	margin: 0;
	padding: 51.17% 0 0;
	position: relative;
	background: url("../img/back_pagetitle_sp.jpg") no-repeat;
	background-size: contain;
}
section article.page_title h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: bold;
	color: #000e66;
	margin: 0;
	width: 90%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* 見出し */
.midashi {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	color: #000e66;
	letter-spacing: 0.05em;
	margin: 0 0 1.5em;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.midashi * {
	color: #000e66;
}
.midashi img {
	width: 42px;
	margin: 0 10px auto 0;
}
.midashi strong {
	color: #000e66;
}

/* 他 */

@media (min-width: 375px) {
header {
	height: 70px;
}
header > div {
}
header .logo_header img {
	width: 50px;
}
}
@media (min-width: 520px) {
}

@media (min-width: 768px) {
.large_size {
	font-size: 1.8rem;
}
.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.3rem;
}

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header {
	background: #000e66;
	height: 120px;
	margin-top: 120px;
	transform: translate(0,-120px);
	-webkit-transform: translate(0,-120px);
	transition: .3s;
}
header > div {
	width: 100%;
	height: 120px;
	padding: 0 50px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
	transition: .3s;
}
header .logo_header {
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
}
header .logo_header a {
	display: table-cell;
	vertical-align: middle;
	height: 120px;
	transition: .5s;
}
header .logo_header img {
	width: 80px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px 0px 0px;
}
header .logo_header span {
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
	margin-left: 6px;
}
header .logo_header small {
    color: #fff;
    font-size: 1.5rem;
	line-height: 1.3;
}
header .logo_header br {
	line-height: 1.3;
}
/* コンパクトヘッダ */
header.compact {
	height: 80px;
	transition: .3s;
}
header.compact > div {
	height: 80px;
}
header .logo_header a {
	height: 80px;
}
header.compact .logo_header img {
	width: 60px;
}
header.compact .logo_header span {
    font-size: 1.6rem;
}
header.compact .logo_header small {
    font-size: 1.3rem;
}

section {
	padding-top: 120px;
	transition: .3s;
}
section article {
	margin-top: 80px;
}
section article:first-child {
	margin-top: 0px;
}
.contents_area {
	padding: 0px 50px;
}

/* ページタイトル */
section article.page_title {
	padding: 0;
	height: 344px;
	background: #dff7ff url("../img/back_pagetitle_pc.jpg") no-repeat;
	background-size: cover;
	background-position: 50% top;
}
section article.page_title div {
	height: 344px;
	position: relative;
}
section article.page_title div:before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background: url("../img/back_pagetitle_icon_l.png") no-repeat left bottom;
	background-size: contain;
	position: absolute;
	left: 30px;
	bottom: 50%;
}
section article.page_title div:after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background: url("../img/back_pagetitle_icon_r.png") no-repeat right top;
	background-size: contain;
	position: absolute;
	right: 30px;
	top: 50%;
}
section article.page_title h2 {
	font-size: 3.6rem;
}

/* 見出し */
.midashi {
	font-size: 2.6rem;
}
.midashi img {
	width: 56px;
	margin: 0 10px auto 0;
}
.midashi strong {
	margin-top: 5px;
}

}

@media (min-width: 1240px) {
body.opmenu {
	overflow: visible;
	height: auto;
}
.large_size {
	font-size: 2rem;
}
.nomal_size {
	font-size: 1.8rem;
}
.mid_size {
	font-size: 1.6rem;
}
.small_size {
	font-size: 1.4rem;
}

/* 大枠 */
body #allcontents {
}

/* コンテンツ */
section {
	padding: 145px 0 100px;
	transition: .3s;
}
section article {
	margin-top: 100px;
}
section article:first-child {
	margin-top: 0px;
}
.contents_area {
	padding: 0px 50px;
	max-width: 1465px;
	margin: auto;
}

/* ページタイトル */
section article.page_title {
	background-size: 1423px;
}
section article.page_title div {
	max-width: 1423px;
	margin: auto;
}
section article.page_title div:before {
	width: 144px;
	height: 144px;
}
section article.page_title div:after {
	width: 144px;
	height: 144px;
}
section article.page_title h2 {
	font-size: 4.8rem;
}

/* ヘッダ */
header {
	height: 145px;
	margin-top: 145px;
	transform: translate(0,-145px);
	-webkit-transform: translate(0,-145px);
}
header > div {
	height: 145px;
	max-width: 1465px;
	margin: 145px auto 0;
    transform: translate(0,-145px);
    -webkit-transform: translate(0,-145px);
	position: static;
}
header .logo_header img {
	width: 108px;
}
header .logo_header span {
	font-size: 2.4rem;
}
header .headmenu {
	margin: 0;
	display: block;
}

/* コンパクトヘッダ */
header.compact {
	height: 80px;
}
header.compact > div {
	height: 80px;
}
header.compact .logo_header img {
	width: 60px;
}

/* 見出し */
.midashi {
	font-size: 3.6rem;
}
.midashi img {
	width: auto;
	margin: 0 15px auto 0;
}
.midashi strong {
	margin-top: 5px;
}

}

@media (min-width: 1400px) {

/* コンパクトヘッダ */
}

/* フッタ
------------------------------------------------------------ */
footer {
	position: relative;
	clear: both;
	background: #000e66;
}

footer .copyright_area {
	padding: 0.5em;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:column-reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
}
footer .copyright_area * {
	font-weight: bold;
	color: #fff;
	margin: 0;
}

footer .pagetop {
}
footer .pagetop a {
}

@media (min-width: 360px) {
}
@media (min-width: 768px) {
footer {
}

footer .pagetop {
}
footer .pagetop a {
}
footer .copyright_area {
	padding: 0.8em 50px;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
footer .copyright_area .copyright {
	letter-spacing: 0.1em;
}
}
@media (min-width: 1000px) {
}
@media (min-width: 1200px) {
footer .copyright_area {
	max-width: 1200px;
	margin: auto;
}
}



/* ■■■■■■■■■■■■■■■■■■■■■ メニュー ■■■■■■■■■■■■■■■■■■■■■ */

/* スマホ */
#menu-box {
	display: block;
	width: auto;
	list-style: none;
	z-index: 1000;
}
#menu-box * {
}
#toggle {
	display: inline-block;
	cursor: pointer;
	padding: 0px;
	position: absolute;
	z-index: 1000;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
}
#toggle a {
	font-size: 1.2rem;
	display: block;
	height: 60px;
	width: 60px;
	position: relative;
	margin: 0px;
	text-align: center;
	transition: .3s;
	font-weight: 200;
	outline: none;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#toggle span {
	display: block;
	width: 30px;
	height: 4px;
	background: #000e66;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	left: 15px;
	transition: .3s;
}
#toggle span.menu_first {
	top: 18px;
}
#toggle span.menu_mid {
	top: 28px;
}
#toggle span.menu_last{
	top: 38px;
}
.compact #toggle span,
.opmenu #toggle span {
	background: #fff;
}
.opmenu #toggle span.menu_first {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	top: 28px;
	transition: .3s;
}
.opmenu #toggle span.menu_last {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	top: 28px;
	transition: .3s;
}
#toggle span.menu_mid.close {
	background: transparent;
}
#menu-box #menu {
	display: none;
	width: 100%;
	padding: 60px 0px 40px;
	left: 0px;
	top: 0px;
	z-index: 999;
	position: absolute;
	height: 100vh;
	background: #000e66;
	overflow: auto;
}
#menu nav {
	padding-bottom: 15px;
}
#menu .menu_main > ul {
}
#menu .menu_main > ul > li {
	list-style: none;
	border-bottom: solid 1px #728caf;
}
#menu .menu_main > ul > li > a {
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.2;
	padding: 1em 0em;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	display: block;
	position: relative;
}

@media (min-width: 375px) {
#toggle {
    top: 5px;
}
#menu-box #menu {
	padding: 70px 0px;
}
}

/* タブレット */
@media (min-width: 768px) {
/* ヘッダ */
#menu-box {
	display: block;
	width: auto;
}

#toggle {
	height: 80px;
	width: 80px;
	right: 20px;
	top: 20px;
}
header.compact #toggle {
	top: 0px;
}
#toggle a {
	height: 80px;
	width: 80px;
}
#toggle span {
	width: 50px;
	background: #fff;
	height: 6px;
}
#toggle span.menu_first{
	top: 22px; 
}
.opmenu #toggle span.menu_first {
	top: 37px;
}
#toggle span.menu_mid {
	top: 37px;
}
#toggle span.menu_last{
	top: 52px;
}
.opmenu #toggle span.menu_last {
	top: 37px;
}

#menu-box #menu {
	top: 120px;
	padding-top: 0;
	height: 80％; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 120px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 120px);/*Firefox4~15対応*/
	height: calc(100vh - 120px);
}
header.compact #menu-box #menu {
	top: 80px;
	height: 80％; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 80px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 80px);/*Firefox4~15対応*/
	height: calc(100vh - 80px);
}
#menu-box #menu nav {
	padding: 0 50px 30px;
}
#menu .menu_main > ul > li > a {
	font-size: 2rem;
}

}

/* PC */
@media (min-width: 1240px) {
/* メインメニュー */
#menu-box {
	position: relative;
	z-index: 800;
	clear: both;
}
#toggle {
	display: none;
}
#menu-box #menu {
	position: static;
	padding: 0px;
	display: block !important;
	background: none;
	height: auto;
	border-top: none;
	overflow: visible;
}
#menu-box #menu nav {
	padding: 0;
}
#menu-box #menu .menu_main {
	display: block;
	padding: 0px;
}
#menu .menu_main > ul {
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items: center;
}
#menu .menu_main > ul > li {
	padding: 0;
	border-bottom: none;
	border-left: solid 2px #fff;
	white-space: nowrap;
}
#menu .menu_main > ul > li:first-child {
	border-left: none;
}
#menu .menu_main > ul > li > a {
	font-size: 2.2rem;
	display: block;
	padding: 0 1em;
	background-size: contain;
	text-align: left;
}

/* コンパクトメニュー */
header.compact #menu-box #menu {
	height: auto;
}
header.compact #menu .menu_main > ul > li.menu_ex ul {
	height: 80px;
}
header.compact #menu .menu_main > ul > li {
    padding: 0px;
}
#menu .menu_main > ul > li > a {
//    font-size: 1.8rem;
}
}

/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */

