@charset "UTF-8";

/*--------------------------------------
Med Co., Ltd
unauthorized use prohibited
無断利用禁止
--------------------------------------*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.material-icons {
	text-indent: 0;
	font-size: 130% !important;
	vertical-align: middle;
	margin-right: 0.1em;
	webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
.material-icons-outlined {
	text-indent: -1.1em;
	font-size: 140% !important;
	vertical-align: middle;
	margin-right: 0em;
	margin-top: -0.1em;
	webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
.material-icons-round {
	text-indent: 0;
	font-size: 130% !important;
	vertical-align: middle;
	margin-right: 0.1em;
	margin-top: -0.25em;
	webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

/*================================================
 *  一般・共通設定
================================================*/
html {
	height: 100%;
	margin: 0;
	font-size: 62.5%;
}

body {
	position: relative;
	height: 100%;
	margin: 0;
	font-size: 1.6rem;
	color: #333;
	font-family: 'M PLUS 2', sans-serif;
	line-height: 1.6em;
	width: 100%;
	min-width: 980px;
	background: rgb(109,163,212);
	background: linear-gradient(180deg, rgba(109,163,212,1) 120px, rgba(230,243,251,1) 90%, rgba(230,243,251,1) 100%);
	background-attachment: fixed;
}

#particles-js{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
}

#contents {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 15px;
	float: left;
	background-color: #ffffff;
	background-image: url(../img/bg.jpg);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: repeat;
	background-attachment: scroll;
	min-height: 600px;
}

#box {
	position: relative;
	float: right;
	width: 70%;
	min-width: 70%;
	padding: 0;
}

#sub {
	overflow: hidden;
	float: left;
	width: 30%;
	padding: 0 15px 0 0;
}

#inbox {
	width: 100%;
	min-height: 432px;
	position: relative;
	padding: 0;
	background: none;
	float: right;
}
#inbox.home {
	padding: 0;
	background: none;
	box-shadow: none;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

a {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #2c9eff;
}

p {
	margin: 0 10px 1em 1.5em;
	text-align: left;
}
p:last-child {
	margin-bottom: 3em;
}

img {
	border: none;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}

iframe {
	width: 100%;
}

b, em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #dd0000;
}

pre {
	margin: 1em 0;
	padding: 1em;
}

s {
	text-decoration: line-through;
}

i {
	font-style: italic;
}

.line_u {
	text-decoration: underline;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

sup {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.2em;
}

sub {
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
	top: 0.2em;
}

#inbox ul,ol,dl {
	margin: 0 1em 1em 0;
}
#inbox ul li {
	list-style: disc;
	margin-left: 3.5em;
}
#inbox ol li {
	list-style: decimal;
	margin-left: 3.7em;
}
#inbox li {
	margin-top: 0.2em;
	line-height: 1.6em;
}
#inbox li:first-of-type {
	margin-top: 0px;
}

table {
	width: auto;
	margin: 0.5em 1em 0.5em 1.5em;
	border-collapse: collapse;
	border: 1px solid #ccc;
	background: #fff;
}
th {
	padding: 5px 8px 2px;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #eee;
	text-align: left;
}
td {
	padding: 5px 8px 2px;
	text-align: left;
	border: 1px solid #ccc;
	vertical-align: top;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: relative;
	width: 100%;
	text-align: left;
}

header h1 {
	position: relative;
	max-width: 980px;
	width: 100%;
	margin: 0px auto;
	padding: 15px 15px;
	display: table;
}

#head_img_area {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#head_img_area img {
	display: inline-block;
	width: 70%;
	height: auto;
}

header a:hover {
	opacity: .8;
}

header a,
header a::before,
header a::after {
	-webkit-transition: all .5s ease 0;
	transition: all .5s ease 0;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	overflow: hidden;
}

nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
}
nav ul:first-of-type {
	margin: 0;
	padding: 0;
}

nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: solid 3px #fff;
}
nav li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

nav li a {
	display: block;
	position: relative;
	padding: 12px 15px;
	font-size: 16px;
	line-height: 1.4em;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.08em;
	pointer: cursor;
	font-family: "Zen Antique Soft", serif;
	font-weight: 400;
	font-style: normal;
	background: #174194;
}

nav li a:hover {
	color: #fff;
	background: #0e2d6a;
	padding-left: 20px;
}

nav li a:active {
	-webkit-transition: all 0s;
	transition: all 0s;
}

nav li.urleq a {
	cursor: default;
	background: #0e2d6a;
	padding-left: 20px;
}
nav li.urleq a:hover {
	opacity: 1;
}

nav li a,
nav li a::before,
nav li a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-unshown, #nav-open {
	display:none;
}

.mypage {
	background: #2c9eff;
	color: #fff;
}
.mypage:hover {
	background: #60b4fd;
}

.bnr_area {
	background: none;
	text-align: center;
	margin-top: 15px;
}


/*================================================
 *  ページトップボタン
================================================*/
#page_top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}

#page_top a {
	display: block;
	color: #174194;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}

#page_top > a > .material-icons-round {
	display: inline-flex;
	vertical-align: middle;
	margin-top: 0em;
	font-size: 240% !important;
}

#page_top a:hover {
	text-decoration: none;
	color: #0e2d6a;
	background: #fff;
}

#page_top a:active {
}

#page_top a,
#page_top a::before,
#page_top a::after {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}


/*================================================
 *  フッター
================================================*/
footer {
	clear: both;
	width: 100%;
	text-align: center;
	margin: -60px auto 0 auto; /* footerの高さをマイナス */
}

.copyright {
	display: inline-block;
	height: 60px;
	line-height: 1.5em;
	font-size: 12px;
	width: 100%;
	max-width: 980px;
	color: #174194;
	letter-spacing: 0.05em;
	padding: 20px 0 0;
}

html, body, #wrap {height: 100%;}

body > #wrap {
	width: 100%;
	max-width: 980px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
}

#main {
	padding-bottom: 60px; /* footerの高さプラス10px */
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */


/*================================================
 *  TOPページ関係
================================================*/
/*----------------更新情報*/
#information_area {
	position: relative;
	overflow: auto;
	padding: 0 5px;
	width: 100%;
	margin: 0 0;
	height: 125px;
	background: rgba(255,255,255,0);
}

#info_header {
	font-size: 15px;
	line-height: 1.4em;
	color: #174194;
	width: auto;
	letter-spacing: 0.1em;
	padding: 5px 10px;
	font-weight: normal;
	font-family: "Zen Antique Soft", serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	border: solid 1px #174194;
	margin: 30px 0 8px;
}
#info_header span {
	font-size: 18px;
	vertical-align: -4px;
}

#info_list {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #333;
	font-size: 14px;
}

#info_list dt {
	display: block;
	border-bottom: none;
	line-height: 1.4em;
	float: left;
	width: 14%;
}
#info_list dt:before {
	content: "";
}

#info_list dd {
	display: block;
	line-height: 1.4em;
	float: left;
	width: 86%;
	margin: 0 0 3px;
	padding-left: .5em;
}

#info_list a {
	color: #008dff;
}


/*================================================
 *  見出し
 ================================================*/
h2 {
	position: relative;
	width: 100%;
	font-size: 2.2rem;
	padding: 30px 20px;
	letter-spacing: 0.08em;
	margin: 0 0 15px;
	color: #fff;
	background: #6ea5d2 url(../img/h2.jpg) 0 0 / cover;
	font-family: "Zen Antique Soft", serif;
	font-weight: 400;
	font-style: normal;
	text-shadow: 0 0 10px rgba(0,0,128,.7);
}
h2.small {
	font-size: 20px;
}


h3 {
	position: relative;
	width: auto;
	margin: 2.5em 10px 0.5em 10px;
	color: #174194;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	padding: 8px 10px;
	border: solid 2px #174194;
	background: #e6f3fb;
}
h3:first-of-type {
	margin-top: 0px;
}


h4 {
	position: relative;
	width: auto;
	margin: 2em 10px 0.5em 14px;
	padding: 5px 10px 6px 8px;
	font-size: 1.7rem;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	color: #105831;
	font-weight: bold;
	border-bottom: solid 1px #105831;
	border-left: solid 5px #105831;
}
h3 + h4 {
	margin-top: 0;
}


h5 {
	width: auto;
	margin: 1.5em 10px 0.5em 22px;
	padding: 3px 10px 4px 0;
	font-size: 1.7rem;
	line-height: 1.4em;
	color: #333;
	font-weight: bold;
	border-bottom: dotted 2px #333;
	letter-spacing: 0.05em;
}
h4 + h5 {
	margin-top: .5em;
}

h6 {
	width: auto;
	margin: 1em 0 .2em 1.5em;
	color: #174194;
	font-size: 1.6rem;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
h5 + h6 {
	margin-top: 0;
}


/*================================================
 *  クラス
================================================*/
.fadeIn {
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.moji {
	margin: 1em;
}

.noborder {
	border-style: none;
	margin: 0em 0 0em 1.5em;
	padding: 0;
	border-collapse: collapse;
	width: auto;
	background: none !important;
}
.noborder tr{
	border-style: none;
	margin: 0;
	padding: 0;
	background: none !important;
}
.noborder td{
	border-style: none;
	margin: 0;
	padding: 0;
	background: none !important;
}

.button,
.button::before,
.button::after {
	transition: all .3s;
}

.button {
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font-weight: 700;
	background-color: #174194;
	color: #fff;
	margin: 5px 10px;
	padding: 10px;
	min-width: 200px;
	letter-spacing: 0.1em;
}
.button:hover {
	color: #fff;
	background: #0e2d6a;
}
.button:active {
	-webkit-transition: all 0s;
	transition: all 0s;
}

.button_gray {
	background-color: #aaa;
}

.button_small {
	padding: 2px 5px;
	font-size: 13px;
	min-width: 120px;
}


.button_bg {
	text-align: center;
	padding: 8px;
	margin: 0.5em 1em;
	background: rgba(0,0,0,.05);
}

table.table_small th,
table.table_small td {
	padding: 2px 5px;
	font-size: 12px;
}

table.table_middle th,
table.table_middle td {
	vertical-align: middle;
}

table.table_label {
	border-collapse: separate;
	border-spacing: 0px 4px;
	border: none;
	width: 100%;
	margin: 10px 0;
}
table.table_label th,
table.table_label td {
	padding: 10px;
	border: none;
	vertical-align: middle;
}
.table_label th {
	background: #1e2b58;
	color: #fff;
}
.table_label td {
	background: #f2f2f2;
	color: #1e2b58;
}

.nowrap {
	white-space: nowrap;
}

.indent_1 {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}

.no_text {
	opacity: 0;
}

.red {
	color: #dd0000;
}

.blue {
	color: #005ea1;
}

.endai {
	font-weight: bold;
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 1em;
	margin-bottom: 0;
}

.enja {
	padding-left: 3em;
}

.linklist {
	border: solid 2px #123e9e;
	padding: 1em 1em 1em 0em;
	background-color: #fff;
	margin: 1em !important;
}
.linklist h6 {
	margin: 1.5em 0 .5em 2em;
	color: #123e9e;
}
.linklist h6:first-child {
	margin: 0em 0 .5em 2em;
}

.linklist ul li {
	line-height: 1.6em;
}
.linklist a {
	color: #123e9e;
	text-decoration: none;
	font-weight: normal;
}
.linklist h6 a {
	color: #123e9e;
	text-decoration: none;
	font-weight: bold;
}
.linklist a:hover {
	text-decoration: underline;
}

summary {
	cursor: pointer;
	border: solid 1px #b3a6e0;
	background: #f6f3fe;
	padding: 5px 15px;
	margin: .5em 0 0;
	transition: 0.2s;
}
summary:hover {
	cursor: pointer; /* カーソルを指マークに */
	background-color: #e9e4fa;
}

details[open] {
	padding-bottom: 2em;
}



/*---------ログイン画面---------*/
input[type="username"] {
width: 20em;
display: inline !important;
font-size: 16px;
line-height: 26px;
font-family: meiryo, "メイリオ", "ＭＳ Ｐゴシック", "Osaka";
}

input[type="password"] {
width: 20em;
display: inline !important;
font-size: 16px;
line-height: 26px;
font-family: meiryo, "メイリオ", "ＭＳ Ｐゴシック", "Osaka";
}
button[type="submit"] {
width: 120px;
height: 30px;
border-radius: 5px;
border: 0px solid #ffffff;
display: inline !important;
background: rgba(255,255,255,0);
font-size: 16px;
line-height: 26px;
font-family: meiryo, "メイリオ", "ＭＳ Ｐゴシック", "Osaka";
border-top: 1px solid rgba(255,255,255,0);
border-right: 1px solid rgba(255,255,255,0);
border-bottom: 1px solid rgba(255,255,255,0);
border-left: 1px solid rgba(255,255,255,0);
}
.submit_cover:hover > button[type="submit"]:hover {
cursor: pointer;
border-top: 1px solid #efefef;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #efefef;
}
.submit_cover:hover > button[type="submit"]:active {
cursor: pointer;
border-top: 1px solid rgba(255,255,255,0);
border-right: 1px solid rgba(255,255,255,0);
border-bottom: 1px solid rgba(255,255,255,0);
border-left: 1px solid rgba(255,255,255,0);
background: rgba(0,0,0,.1);
box-shadow: 0 0 0 rgba(255,255,255,0);
}

.submit_cover {
margin: 0 !important;
padding: 0 !important;
cursor: pointer;
display: table;
border-radius: 6px;
border-top: 1px solid rgba(255,255,255,0);
border-right: 1px solid rgba(255,255,255,0);
border-bottom: 1px solid rgba(255,255,255,0);
border-left: 1px solid rgba(255,255,255,0);
}
.submit_cover2 {
display: table;
border-radius: 5px;
border-top: 1px solid rgba(255,255,255,0);
border-right: 1px solid rgba(255,255,255,0);
border-bottom: 1px solid rgba(255,255,255,0);
border-left: 1px solid rgba(255,255,255,0);
}
.submit_cover:hover {
cursor: pointer;
display: table;
border-radius: 6px;
border-top: 1px solid #999999;
border-right: 1px solid #efefef;
border-bottom: 1px solid #efefef;
border-left: 1px solid #999999;
}

.submit_cover:hover > button[type="submit"] {
cursor: pointer;
border-top: 1px solid #efefef;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #efefef;
}
.submit_cover:hover > button[type="submit"]:active {
cursor: pointer;
border-top: 1px solid rgba(255,255,255,0);
border-right: 1px solid rgba(255,255,255,0);
border-bottom: 1px solid rgba(255,255,255,0);
border-left: 1px solid rgba(255,255,255,0);
background: rgba(0,0,0,.1);
box-shadow: 0 0 0 rgba(255,255,255,0);
}


button[type="submit"].button {
height: 26px;
padding: 2px 5px;
font-size: 13px;
min-width: 120px;
background: #09357f;
color: #fff !important;
text-decoration: none;
float: left;
border-radius: 0;
}
button[type="submit"].button:hover {
cursor: pointer;
color: #ffff88 !important;
text-decoration: none;
}
button[type="submit"].button:active {
}


button[type="submit"].shinsei_but {
	background: #09357f;
	border-radius: 0;
	font-size: 14px;
	color: #fff;
}
button[type="submit"].shinsei_but:hover {
	opacity: .8;
	cursor: pointer;
}



.passbox {
margin: auto;
float: center;
display: table;
padding: 15px;
border: 1px solid #999999;
border-radius: 5px;
background-image: -moz-linear-gradient(top, #e7e7e7, #cccccc);
background-image: -ms-linear-gradient(top, #e7e7e7, #cccccc);
background-image: -o-linear-gradient(top, #e7e7e7, #cccccc);
background-image: -webkit-gradient(linear, center top, center bottom, from(#e7e7e7), to(#cccccc));
background-image: -webkit-linear-gradient(top, #e7e7e7, #cccccc);
background-image: linear-gradient(top, #e7e7e7, #cccccc);
}


select {
	font-size: 16px;
}

.oshirase {
text-align: left;
display: table;
margin: 0em auto;
}
.oshirase span {
color: #ff0000;
}







/*----表示・非表示ボタン----*/
.hidden_box {
	margin: 0 0 0 2em;
	padding: 0 0 1em;;
	text-align: left;
	border-bottom: dashed 1px #aaa;
}

.hidden_box label {
	padding: 0;
	font-weight: normal;
	background: #eee;
	border: solid 1px #ddd;
	cursor :pointer;
	transition: 0.5s;
	font-size: 12px;
	width: 7.5em;
	text-align: center;
	display: inline-block;
	margin: 0 0 5px;
}

.hidden_box label:hover {
	background: #ccc;
	border: solid 1px #bbb;
}

.hidden_box label:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	font-weight: 900;
	padding: 0 5px 0 0;
	font-size: 1.2em 
}

.hidden_box input {
	display: none;
}

.hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

.hidden_box input:checked ~ label:before{
	font-family: "Font Awesome 5 Free";
	content: "\f0d8";
	font-weight: 900;
	padding: 0 5px 0 0;
}

.hidden_box input:checked ~ .hidden_show {
	padding: 10px 0;
	margin: 0 0 5px;
	height: auto;
	opacity: 1;
	background: #f2f2f2;
}

.hidden_show p {
	margin: 0 10px !important;
	padding: 0;
	font-size: 14px;
	text-align: left;
	line-height: 1.6em;
}


table.poster {
	width: 100%;
	margin: 0 0 -1px;
	font-size: 14px;
}
table.poster th {
	width: 4.6em;
	vertical-align: middle;
	text-align: center;
}
table.poster td .endai {
	display: inline-block;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
table.poster td .endai:hover {
	color: #888;
	text-decoration: underline;
}
