﻿@charset "utf-8";
/* Foundation
***********************************************************************/
*,
:before,
:after{
	box-sizing:border-box;
}
html,
body{
	/*min-width:320px;*/
	height:100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
			overflow-scrolling:touch;
	overflow-y:auto;
}
body,
input,
select,
textarea,
button{
	line-height:1.5;
	color:#123371;
	font-size:16px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "MSゴシック", Arial, Helvetica, sans-serif;
	letter-spacing:.02em;
	word-wrap:break-word;
}
body{
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
}
body.pc{
	overflow-y:visible;
}

body.page-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 770px;
	margin: 0 auto;
	padding: 0 15px;
}
body.page-form > * {
	max-width: 100%;
	min-height: 0%;
}
img{
	vertical-align:bottom;
	width:auto\9;
	max-width:100%;
	height:auto;
	-ms-interpolation-mode:bicubic;
}
button{
	padding:0;
	background:transparent;
	border:none;
	cursor:pointer;
	outline:none;
	appearance:none;
}
a{
	color: #353D4C;
	text-decoration: none;
}
a.btn{
	color:#081b38;
	text-decoration:none;
}

/* input */
input[type="submit"],
input[type="button"],
input[type="search"],
select{
	-moz-appearance:none;
	-webkit-appearance:none;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
textarea{
	-moz-appearance:none;
	-webkit-appearance:none;
	max-width:100%;
	border-radius: 3px;
	padding: 5px;
	border: none;
	background: #e6e6e6;
}

.textarea-wrap{
	display:inline-flex;
	width:100%;
}
textarea{
	vertical-align:top;
	width:100%;
	height:120px;
	padding:8px;
	overflow:auto;
	resize:vertical;
	border-radius: 5px;
}

::-webkit-input-placeholder{
	color:#b0b0b1;
}
::-moz-placeholder{
	color:#b0b0b1;
	opacity:1;
}
:-ms-input-placeholder{
	color:#b0b0b1;
}

/* select */
select{
	height:40px;
	padding:0 40px 0 16px;
	background:#e5e5df;
	border:1px solid #232129;
	border-radius:10px;
	white-space:nowrap;
}
select::-ms-expand{
	display:none;
}
.selectWrap{
	display:inline-block;
	position:relative;
	margin:4px 0;
}
.selectWrap + .selectWrap{
	margin-left:4px;
}
.selectWrap:after{
	display:block;
	position:absolute;
	top:0;
	right:12px;
	bottom:4px;
	width:8px;
	height:8px;
	margin:auto;
	border-right:2px solid #232129;
	border-bottom:2px solid #232129;
	content:"";
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
}

/* Layout
***********************************************************************/
#container{
	min-height: calc(100vh - 34px);
	background: #F7F5F1;
}
.inner{
	max-width: 1020px;
	padding: 0 20px;
	margin: 0 auto;
}

/* Object
***********************************************************************/
.btn_area{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-top:15px;
	flex-direction: row-reverse;
}
.art_box .btn_area{
	margin-top: 30px;
}
.btn{
	display:inline-block;
	position:relative;
	line-height:1;
	white-space:nowrap;
	transition:opacity .3s ease;
	cursor:pointer;
}
.btn-ghost{
	position: relative;
	padding:6px;
	font-weight:bold;
	font-size:16px;
	border-radius: 30px;
	height: 46px;
	background: linear-gradient(90deg, #81A2EC, #5582e8 40%);
}
.btn-ghost .txt{
	display: block;
	padding: 0 30px;
	width: 100%;
	height: 100%;
	background: #fff;
	line-height: 34px;
	border-radius: 30px;
}
.content:nth-of-type(odd) .btn-ghost .txt{
	background: #F7F5F1;
}
.icon::before, .icon::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 6px;
}
.logout .txt{
	padding-left: 40px;
	padding-right: 10px;
	font-size: 14px;
}
.more .txt{
	padding-left: 54px;
}
.logout::before{
	left: 15px;
	width: 22px;
	height: 18px;
	background: url("../images/img_logout.png") center / contain no-repeat;
}
.more::before, .more::after{
	background: #123372;
}
.more::before{
	left: 30px;
	width: 16px;
	height: 4px;
}
.more::after{
	left: 36px;
	width: 4px;
	height: 16px;
}
.page-login .btn{
	width:100%;
	margin-top: 10px;
	margin-bottom: 0;
}
.btn-login{
	height: 50px;
}
.btn-login .txt{
	line-height: 38px;
}
#btnTop{
	position: fixed;
	bottom: 8px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: linear-gradient(#81A2EC, #5582e8);
	border-radius: 50%;
	z-index: 99;
}
/*
#btnTop.stop{
	position: absolute;
	bottom: 40px;
}
*/
#btnTop a{
	display: block;
	height: 100%;
	border-radius: 50%;
}
#btnTop a::after{
	content: "";
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 0;
	left: 0;
	width: 16px;
	height: 16px;
	margin: auto;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
}
.txt_area{
	color: #353D4C;
	width: 100%;
}
.radio_wrap{
	margin-top:-16px;
}
.radio,
.checkbox{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	cursor:pointer;
}
.radio:not(:only-child),
.checkbox:not(:only-child){
margin:16px 16px 0 0;
}
.checkcfm {
	margin:16px 0 0 0;
}
.radio_input,
.radio_btn {
	display:inline-block;
	position:absolute;
	top:0;
	width:22px;
	height:22px;
	margin:auto;
	left: -1px;
}
.checkbox_input,
.checkbox_btn {
	display:inline-block;
	position:absolute;
	top:0;
	width:20px;
	height:20px;
	margin:auto;
}
.radio_input,
.checkbox_input{
	opacity:0;
}
.radio_input + .radio_btn:before,
.radio_input + .radio_btn:after,
.checkbox_input + .checkbox_btn:before,
.checkbox_input + .checkbox_btn:after{
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	content:"";
}
.checkbox_input + .checkbox_btn:before{
	width:20px;
	height:20px;
	background:#fff;
	border:1px solid #081b39;
	border-radius: 3px;
}
.radio_input + .radio_btn:before {
	width:22px;
	height:22px;
	border-radius: 50%;
	background:#fff;
	border:1px solid #081b39;
}
.radio_input:checked + .radio_btn:before,
.checkbox_input:checked + .checkbox_btn:before{
	background:#fff;
	border-color:#081b39;
}

.checkbox_input:checked + .checkbox_btn:after{
	width:16px;
	height:16px;
	background-image: url(../images/ck.png);
	background-size: 16px 16px;
}
.radio_input:checked + .radio_btn:after {
	width:12px;
	height:12px;
	background:#5582e8;
	border-radius: 50%;
}
.radio_txt,
.checkbox_txt{
	display:inline-block;
	padding-left:28px;
}
.dl > dl + dl{
	margin-top:16px;
}
.dlTable{
	display:table;
}
.dlTable > dl{
	position:relative;
	display:table-row;
}
.dlTable > dl > dt,
.dlTable > dl > dd{
	display:table-cell;
}
.dlTable > dl:not(:first-child) > dt,
.dlTable > dl:not(:first-child) > dd{
	padding-top: 5px;
}
.dlTable > dl > dt {
	white-space: nowrap;
	width: 1px;
}
.dlTable-line input[type="text"],
.dlTable-line input[type="password"],
.dlTable-line input[type="tel"],
.dlTable-line input[type="url"],
.dlTable-line input[type="email"],
.dlTable-line input[type="search"],
.dlTable-line input[type="datetime"],
.dlTable-line input[type="datetime-local"],
.dlTable-line input[type="date"],
.dlTable-line input[type="month"],
.dlTable-line input[type="week"],
.dlTable-line input[type="time"],
.dlTable-line input[type="number"],
.dlTable-line .textarea_wrap {
	margin-top: 5px;
	margin-bottom: 5px;
}

.row{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.dlTable > dl > dd + dt {
	padding-left: 20px;
}

.attention {
	margin-top: 25px;
	padding: 18px 36px;
	font-size: 14px;
}
.attention-error {
	background: #ffcfcf;
	border-radius: 5px;
}

.page_ttl{
	position:relative;
	width:100%;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.login_wrap{
	max-width:280px;
	margin:0 auto; 
	margin-top: 80px;
}
.login_wrap > * {
	max-width: 100%;
	min-height: 0%;
}
.login_wrap p.header_logo_mark{
	text-align:center;
}
	.login_wrap p.header_logo_mark img {
		width: 64px;
		max-width: none;
	}
.login_wrap .page_ttl{
	margin:10px 0 16px 0;
	font-size:26px;
}
.login_wrap .attention {
	margin: 0 0 10px 0;
	padding: 5px 15px;
}
.login_wrap .is-error {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ffcfcf;
	border-radius: 5px;
}
.login_wrap .login_name,
.login_wrap .login_pass{
	margin-top:30px;
	border-bottom: solid 2px #8A99B9; 
}
.login_wrap input[type="text"],
.login_wrap input[type="password"]{
	background:none;
	width: 100%;
	border-radius: 0;
}
.login_wrap .login_name input[type="text"]::placeholder,
.login_wrap .login_pass input[type="password"]::placeholder{
	color:#CCC;
	font-weight:bold;
	padding-left:10px;
}
.login_wrap .btn_area{
	margin:40px 0 10px 0;
}
.login_wrap .txt_area p{
	font-size:15px;
}
.login_wrap .txt_area p a{
	color:#81A2EC;
	font-weight:bold;
}
.page-form li,.page-form p,.page-form dl {
	font-size: 14px;
}
.box {
	padding: 15px 18px;
	margin-bottom:5px;
	border-radius: 5px;
}
.box + .box {
	margin-top: 16px;
}
.list{
	border-bottom: 1px solid #E4E5E5;
}
.list li{
	border-top: 1px solid #E4E5E5;
}
.list a{
	padding: 20px 10px;
	transition: color .3s, background .3s;
}

/* header
***********************************************************************/
header{
	position: relative;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #353D4C;
	background: rgba(256, 256, 256, .7);
}
header > .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	height: 100%;
}
header .logo{
	display: inline-flex;
}
header .logo img{
	width: 5vw;
	min-width: 20px;
	height: 5vw;
	min-height: 20px;
	margin-right: .5em;
}
.title{
	color: #123372;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}

/* gnav
***********************************************************************/
#gnav ul{
	position: absolute;
	top: 270px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 16px;
	width: 100%;
	max-width: 270px;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(#81A2EC, #5582e8);
	z-index: 2;
}
#gnav li + li{
	border-top: 1px solid #E4E5E5;
}
#gnav a{
	display: block;
	position: relative;
	color: #fff;
	padding: 16px;
	margin: 0 -16px;
}

/* mainvisual
***********************************************************************/
#mainvisual{
	width: 100%;
	height: 300px;
	margin-top: -70px;
	margin-bottom: 140px;
	background: center / cover no-repeat;
}
#mainvisual .page_ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-top: 70px;
	font-size: 38px;
	color: #FFF;
	/* color: #123371; */
	height: 100%;
	pointer-events: none;
	text-shadow: 2px 0px 15px rgba(255,255,255,.3);
}

/* main
***********************************************************************/
#container > .content:first-of-type{
	padding-top: 100px;
}
.content{
	position: relative;
}
.content > .inner{
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
.content:nth-of-type(even)::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
}

.art_ttl{
	position: relative;
	padding-top: 80px;
	font-size: 22px;
	text-align: center;
	z-index:1;
}

.art_ttl::after{
	position: absolute;
	content: "";
	top: 0;
	left: -130px;
	right: 0;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	background: linear-gradient(#dde6fa, #cfdcf9);
	border-radius: 50%;
	z-index: -1;
}

.art_box{
	position: relative;
	margin-top: 50px;
	max-width: 800px;
	margin-right: 0;
}
.art_box .col-2{
	margin: 0 -20px;
	background: #fff;
}
.art_box .col-2 + .col-2{
	margin-top: 20px;
}
.Lbox.img_box > div{
	width: 100%;
	background: center / cover no-repeat;
}
.Lbox.img_box > div::before{
	content: "";
	display: block;
	padding-top: 33.33%;
}
.Rbox.txt_area{
	padding: 20px;
}
.art_box > .list a{
	display: block;
}
a.mv_filter,
a.mv_filter img{
	position: relative;
	width: 100%;
	display:block;
}
a.mv_filter:hover{
	opacity:0.7;
}
a.mv_filter:after{
	content: url("../images/mv_play.png");
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-20px;
}

/* list */
.list .date{
	display: block;
	position: relative;
	padding: 0 0 8px 30px;
	margin-right: 30px;
	font-weight: bold;
}
.list_pdf li a{
	font-weight: bold;
	padding-left: 40px;
}

.list_dl li a,
.list_pdf li a,
.list_video li a{
	position: relative;
}
.list_dl li a::before,
.list_pdf li a::before,
.list_video li a::before{
	content: "";
	position: absolute;
	top: 21px;
	left: 0;
	width: 22px;
	height: 22px;
}

.list_dl li a::before{
	background: url("../images/img_download.png") center / contain no-repeat;
}
.list_pdf li a::before{
	background: url("../images/img_pdf.png") center / contain no-repeat;
}
.list_video li a::before{
	background: url("../images/img_video.png") center / contain no-repeat;
}

.list_total{
	text-align:left;
	color: #363e4d;
	margin-bottom:5px;
}
.list_total a{
	display:inline-block;
	color: #5682E6;
	margin-left:5px;
	margin-right:5px;
}
.list_total a:hover{
	color: #7FA0EC;
}
.list_total b{
	margin-left:5px;
	margin-right:5px;
}

/* モーダル */
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:100;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content{
	background: #fff;
	left: 50%;
	padding: 15px 40px 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
}
.close_btn{
	text-align:right;
}
.close_btn a{
	position: relative;
}
.close_btn a:after{
	content: url("../images/mv_close.png");
	position: absolute;
	margin-left:6px;
}
.videobox{
	margin-top:15px;
}
.videobox > video{
	width:100%;
}
.videobox_youtube{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin-top:15px;
}
.videobox_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* サイトに戻る */
.button_back{
	padding:30px 0;
	text-align:center;
}
.button_back a{
	position: relative;
	display:inline-block;
	color:#FFF;
	font-weight:bold;
	background:#7297ED;
	border-radius: 25px;
	padding:10px 22px 10px 44px;
}
.button_back a:hover{
	opacity:0.8;
}
.button_back a::after {
	content: "";
	position: absolute;
	top:0px;
	bottom: 0;
	left: 22px;
	width: 12px;
	height: 12px;
	margin: auto;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: rotate(45deg);
}
/* footer
***********************************************************************/
footer{
	height: 34px;
	padding: 8px 0;
	font-size: 12px;
	color: #fff;
	background: #353D4C;
	text-align: center;
}
	
/* Utility
***********************************************************************/
.u-col-red {
	color: #ff0000;
}
.u-ta-c{
	text-align:center;
}
.u-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.u-width-max {
	width: 100%;
 }
.u-width-45 {
	width: 45px;
}
.u-width-60 {
	width: 60px;
}
.u-width-115 {
	width: 115px;
}
.u-mr-40 {
	margin-right:40px;
}
.u-mr-20 {
	margin-right:20px;
}
.u-mt-16 {
	margin-top:16px;
}
.subttl {
	padding-left: 5px;
	border-left: solid 5px #5582e8; 
}
.u-pc {
	display: none;
}
/*=====================================================================
   PC start
======================================================================*/
@media print, screen and (min-width:768px){
/* Foundation
***********************************************************************/
html,
body{
	overflow-y:visible;
}
.pc a.is-hover{
	text-decoration:none;
}
	
/* object
***********************************************************************/

	
#btnTop a:hover{
	background: linear-gradient(#7A9FF0, #3062CF);
}
.list a:hover{
	color: #5682E6;
	background: #F1F4FC;
}
	
/* Layout
***********************************************************************/
.inner{
	padding: 0 30px;
}
/* header
***********************************************************************/
header{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #353D4C;
	background: rgba(256, 256, 256, .7);
}
	header .logo{
		margin-right: .3em;
	}
header .logo img{
	width: 38px;
	min-width: auto;
	height: 38px;
	min-height: auto;
}

/* gnav
***********************************************************************/
.title{
	font-size: 26px;
}
	#gnav{
		font-size: 14px;
	}
#gnav ul, #gnav-inner{
	position: static;
	width: auto;
	max-width: none;
	padding: 0;
	background: transparent;
}
#gnav li + li{
	border: none;
}
#gnav a{
	color: #363e4d;
	padding: 0;
	margin: 0;
}
#gnav .btn{
	margin-left: 20px;
}
	
/* main
***********************************************************************/
#mainvisual{
	margin-bottom: 0;
}
	
/* content
***********************************************************************/
.content.inner{
	max-width: 1020px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
.art_ttl{
	position: absolute;
	top: 70px;
	left: 0;
	padding: 20px 0 0 30px;
	margin-right: 30px;
	text-align: left;
	white-space: nowrap;
}
.art_box{
	margin: 0 0 0 180px;
}
.art_box .col-2{
	margin: 0;
}
.art_box > .list a{
	display: flex;
}
.list .date{
	padding-left: 30px;
	margin-right: 30px;
	font-weight: bold;
}

.Lbox.img_box > div{
	width: 280px;
}
	.Lbox.img_box > div::before{
		padding-top: 150px;
	}

/* モーダル */
.modal__content{
	width: 70%;
}

/* list */
.list_total{
	font-size:15px;
	text-align:right;
	font-weight:bold;
}


/* Object
***********************************************************************/
.pc .btn.is-hover{
	opacity:.7;
}
.attention {
	padding: 18px 54px;
}

.dlTable-pc{
	display:table;
	margin: 0 auto;
}

.dlTable-line > dl > dt {
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.dlTable-pc > dl{
	position:relative;
	display:table-row;
}
.dlTable-pc > dl > dt,
.dlTable-pc > dl > dd{
	display:table-cell;
}
.dlTable-pc > dl > dt {
		white-space: nowrap;
		width: 1px;
}
	.dlTable-pc.dlTable-line > dl > dd {
		padding-top: 20px;
	}

/* Utility
***********************************************************************/
.u-flex-pc{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.col-2{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
/*=====================================================================
   PC end
======================================================================*/
}