@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 {
	display: inline-flex;
	vertical-align: middle;
}

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

body {
	position: relative;
	height: 100%;
	margin: 0;
	font-size: 1.5rem;
	color: #333;
	font-family: 'M PLUS 2', sans-serif;
	line-height: 1.6em;
	width: 100%;
  background: -moz-linear-gradient(top, #22a3f4, #74c5f9 40%, #023753);
  background: -webkit-linear-gradient(top, #22a3f4, #74c5f9 40%, #023753);
  background: linear-gradient(to bottom, #22a3f4, #74c5f9 40%, #023753);
	background-attachment: fixed;
}

hr {
border-top: 1px solid #000 !important;
border-bottom: 0 !important;
margin-top: 0.5em !important;
margin-bottom: -1em !important;
width: 100% !important;
}
hr:last-child {
margin-bottom: 0em !important;
}


#contents {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	background: #fff;
	padding: 15px;
	float: left;
	min-height: 600px;
}

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

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

#inbox {
	width: 100%;
	min-height: 500px;
	position: relative;
	padding: 0;
}
#inbox.home {
	padding: 0;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

a {
	color: #035a88;
	text-decoration: underline;
}
a:hover {
	color: #0374b0;
}

p {
	margin: 0 0 1em 2em;
	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: #3333ff;
}

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.5em;
}
#inbox li:first-of-type {
	margin-top: 0px;
}

table {
	width: auto;
	margin: 0.5em 1em 0.5em 2em;
	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;
	background: none;
}

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

#head_img_area {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#head_img_area img {
	display: inline-block;
	width: 95%;
	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;
	font-family: 'Zen Maru Gothic', sans-serif;
}

nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
nav ul:first-of-type {
	margin: 0;
	padding: 0;
}

nav li {
	list-style: none;
	margin: 0 0 2px;
	padding: 0;
	width: 100%;
}
nav li:last-child {
	margin-bottom: 0;
}

nav li a {
	display: block;
	position: relative;
	padding: 8px 10px 10px;
	font-size: 16px;
	line-height: 1.8em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.08em;
	background: #023753;
}

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

nav li a.menu2 {
	display: block;
	position: relative;
	padding: 8px 10px 10px;
	font-size: 16px;
	line-height: 1.6em;
	color: #0b0f2a;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.08em;
	background: #dca010;
}

nav li a.menu2:hover {
	color: #fff;
	background: #131d4e;
	padding-left: 15px;
}





nav li a.leaf {
	background: #ffd909;
	padding: 10px;
	margin: 10px 0;
	color: #3b82dd;
	border: solid 1px #3b82dd;
	text-align: center;
}
nav li a.leaf img {
	margin: 5px 0 0;
	max-width: 180px;
}
nav li a.leaf:hover {
	padding: 10px;
	background: #fff;
	color: #3b82dd;
	opacity: .8;
}

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

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;
}



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

#page_top a {
	display: block;
	color: #3b82dd;
	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 span {
	font-size: 40px;
}

#page_top a:hover {
	text-decoration: none;
	color: #4fa5e4;
	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: 60px;
	font-size: 12px;
	width: 100%;
	max-width: 960px;
	color: #fff;
	letter-spacing: 0.05em;
	background: none;

}

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

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

#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;
	width: 100%;
	margin: 15px 0 0;
	background: #fff;
	height: 125px;
}

#info_header {
	font-size: 13px;
	line-height: 1.4em;
	color: #fff;
	width: auto;
	letter-spacing: 0.2em;
	padding: 2px 2px 2px 5px;
	font-weight: normal;
	background: #023753;
	font-family: 'Zen Maru Gothic', sans-serif;
}
#info_header span {
	font-size: 18px;
	vertical-align: -4px;
}

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

#info_list dt {
	display: block;
	border-bottom: none;
	float: left;
	width: 13%;
}
#info_list dt:before {
	content: "";
}

#info_list dd {
	display: block;
	float: left;
	width: 87%;
	margin-left: 0;
	margin-bottom: .4rem;
}

#info_list a {
	color: #035a88;
}


#topimg {
	display: block;
	width: 100%;
	text-align: center;
}

#gaiyo {
	display: block;
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
	padding: 10px 5px;
	margin: 0 auto;
	color: #fff;
	width: 100%;
	font-weight: bold;
	background: #3b82dd;
}
#gaiyo_text {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1.4em;
}
#gaiyo_text span {
	font-size: 14px;
}


/*================================================
 *  見出し
 ================================================*/
h2 {
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 2.2rem;
	padding: 26px 15px;
	letter-spacing: 0.08em;
	font-weight: normal;
	margin: 0 0px 20px;
	background: #0d6501;
<!--background-image: url(../img/h2.png);-->
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: 98% 50%;
	font-family: 'Zen Maru Gothic', sans-serif;
}
h2.small {
	font-size: 20px;
}


h3 {
	position: relative;
	width: auto;
	margin: 3em 0 0.8em 0;
	color: #0d6501;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	border: solid 2px #0d6501;
	border-radius: 0px;
	padding: 5px 10px;
}
h3:first-of-type {
	margin-top: 0px;
}


h4 {
	position: relative;
	width: auto;
	margin: 2em 0em 0.6em 0.5em;
	padding: 4px 10px 4px 6px;
	font-size: 1.6rem;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	color: #333;
	font-weight: bold;
	border-left: solid 4px #3f6d53;
	border-bottom: solid 1px #ddd;
}
h3 + h4 {
	margin-top: 0;
}


h5 {
	width: auto;
	margin: 1.5em 0px 0.5em 1.2em;
	padding: 3px 10px 3px 0;
	font-size: 1.6rem;
	line-height: 1.4em;
	color: #3f6d53;
	font-weight: bold;
	border-bottom: dotted 0px #ccc;
	letter-spacing: 0.05em;
}
h4 + h5 {
	margin-top: 0;
}

h6 {
	width: auto;
	margin: 1em 0 .2em 1.8em;
	color: #333;
	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:2.5s;
	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;
}

.honbun {
	margin: 1em;
}

.noborder {
	border-style: none;
	margin: 0em 0 0em 2em;
	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: bold;
	background-color: #3f6d53;
	color: #fff;
	margin: 5px 10px;
	padding: 10px;
	min-width: 200px;
	letter-spacing: 0.1em;
}
.button:hover {
	color: #fff;
	background: #023753;
}
.button:active {
	-webkit-transition: all 0s;
	transition: all 0s;
}

.button_gray {
	background-color: #aaa;
}

.button_bg {
	text-align: center;
	padding: 8px;
	margin: 0.5em 0 0.5em 0;
	background: #f2f2f2;
}

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;
	/*border-bottom:dashed 1px #aaa;*/
	margin-bottom: .5em;
	text-indent: -1em;
	padding-left: 1em;
}

.zacho {
	padding-left: 4em;
	text-indent: -3em;
	margin-bottom: 0;
}
.zacho2 {
	padding-left: 4em;
	margin-bottom: 0;
}

.zacho + .enja,
.zacho2 + .enja {
	margin-top: .5em;
}

.enja {
	padding-left: 4em;
	text-indent: -3em;
	margin-bottom: 0;
}
.enja2 {
	padding-left: 4em;
	margin-bottom: 0;
}

.kyosai {
	font-size: 13px;
	text-align: right;
	margin-top: .5em;
}


/*--- MyPage関係 ---*/
input[type="submit"] {
font-family: "MPLUS2";
font-size: 16px;
line-height: 26px;
color: #ffffff;
border: 1px solid #000000;
padding: 0em 1em 0em 1em;
border-radius: 5px;
display: inline;
background: rgba(0,0,0,.5);
}
input[type="submit"]:hover {
cursor: pointer;
background: #999999;
color: #ffffff;
}

#menu_box1 {
display: none;
}

input[type="username"] {
color: #ffffff;
width: 20em;
display: inline !important;
font-size: 16px;
line-height: 26px;
border-radius: 3px;
border: 1px solid #ffffff;
background: rgba(255,255,255,0);
}
input[type="username"].username2 {
color: #000000;
border: 1px solid #000000;
}

input[type="password"] {
color: #ffffff;
width: 20em;
display: inline !important;
font-size: 16px;
line-height: 26px;
border-radius: 3px;
border: 1px solid #ffffff;
background: rgba(255,255,255,0);
}
input[type="text"]#password {
width: 20em;
display: inline !important;
font-size: 16px;
line-height: 26px;
border-radius: 3px;
border: 1px solid #ffffff;
background: rgba(255,255,255,0);
color: #ffffff;
}


.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);
}

.pass {
font-size: 16px;
}

.passbox {
margin: auto;
float: center;
display: table;
padding: 15px;
border: 1px solid #000000;
border-radius: 5px;
color: #ffffff;
background: rgba(0,0,0,.5);
}

.login_button {
width: 120px;
height: 30px;
border-radius: 5px;
border: 1px solid #ffffff;
display: inline !important;
color: #ffffff;
background: rgba(0,0,0,0);
}

.login_button:hover {
cursor: pointer;
color: #ffff00;
background: rgba(0,0,0,.5);
}

.oshirase_box_my {
display: table !important;
width: 100% !important;
border: 1px solid #000000;
border-radius: 5px;
background: #ffff00;
padding: 0em 0.5em;
margin: 0 auto 0.5em auto;
text-align: center;
}

.oshirase_box_top {
display: table !important;
width: 100% !important;
border: 1px solid #000000;
border-radius: 5px;
background: #ffff00;
padding: 0em;
margin: 0.5em auto 0.5em 0;
text-align: center;
}

.oshirase_box_top_my {
display: table !important;
width: 100% !important;
border: 1px solid #000000;
border-radius: 5px;
background: #ffff00;
padding: 0.5em;
margin: 0 auto 0.5em auto;
text-align: center;
}

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


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:920px) {
footer {
	width: 100%;
}

#box {
	float: right;
	width: 70%;
}

#sub {
	overflow:hidden;
	float: left;
	width: 30%;
}

.hidden_box {
	margin: 0 0 0 2em;
}


/*----------------TOP関係*/
#info_list dt {
	width: 16%;
}

#info_list dd {
	width: 84%;
}

}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

header h1 {
	padding: 15px 10px;
}

#head_img_area img {
	width: 100%;
}

#contents {
	padding: 0;
	min-height: 300px;
}

#box {
	clear: both;
	width: 100%;
	padding: 10px;
}

#inbox {
	min-height: 400px;
}

#sub {
	float: none;
	width: 100%;
	padding: 0;
}
nav {
	display: block;
	position: relative;
	width: 100%;
}

iframe {
	width: 100%;
}

img {
	width: 100%;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.hidden_box {
	margin: 0;
}


/*----------------TOP関係*/
#info_list dt {
	clear: both;
	width: 100%;
}

#info_list dd {
	clear: both;
	width: 100%;
}

#topimg {
	width: 100%;
}
#gaiyo_text {
	font-size: 14px;
}
#gaiyo_text span {
	font-size: 13px;
}


/*----------------見出し・部品*/
h2, h2.small {
	font-size: 1.7rem;
	padding: 15px;
	background-image: none;
}

h2 br{
	display: inline;
}
h2.small {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.7rem;
	margin: 3em 0 0.6em 0;
}

h4 {
	font-size: 1.6rem;
	margin: 2em 0em 0.6em 0;
}

h5 {
	font-size: 1.6rem;
	margin: 1.5em 0px 0.5em 0em;
}

h6 {
	margin: 1em 1em 0.2em 0;
}

p {
	margin-left: 0;
}

#inbox ul li {
	list-style: disc;
	margin-left: 1.6em;
}
#inbox ol li {
	list-style: decimal;
	margin-left: 1.8em;
}

table {
	margin: 0.5em 0em 0.5em 0em;
}

.noborder {
	margin: 0;
}
.table_small {
	margin: 0.5em 0em 0.5em 0em;
}
.table_middle {
	margin: 0.5em 0em 0.5em 0em;
}

.scroller {
width: 95vw;
} 


/*----------------メニュー*/
/*----ドロワーメニュー仕組み*/
#nav-drawer {
	position: relative;
}

.nav-unshown {
	display: none;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 400px;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: 1;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


/*--------パーツデザイン*/
/*メニューバー*/
#nav-open {
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	font-weight: bold;
	background: #124893;
	border-top: solid 1px rgba(255,255,255,.4);
	cursor: pointer;
	color: #f5f1d0;
	font-size: 16px;
	padding-left: 10px;
	vertical-align: middle;
	letter-spacing: 0.1em;
}
#nav-open span {
	font-size: 26px;
	vertical-align: -7px;
	padding: 0 10px 0 5px;
}

/*メニュー内見出し*/
#nav-content > div {
	font-weight: bold;
	background: #023753;
	color: #fff;
	padding: 15px 25px;
	letter-spacing: 0.1em;
	font-size: 16px;
}
#nav-content > div span {
	font-size: 26px;
	vertical-align: -7px;
	padding-right: 10px;
}

/*バツアイコン*/
#nav-close span {
	position: fixed;
	display: block;
	top: 10px;
	right: 15px;
	text-shadow: 0 0 3px rgba(0,0,0,.3);
	color: rgba(2,55,83,1);
	font-size: 40px;
}

/*メニュー内*/
#nav-content ul {
	margin: 15px 15px 15px 15px;
	overflow: hidden;
}

#nav-content li {
	list-style: none;
	margin: 0 0 2px;
	padding: 0;
	width: 100%;
}

#nav-content li a {
	display: block;
	position: relative;
	padding: 8px 15px;
	font-size: 15px;
	line-height: 1.4em;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	background: #eee;
}

#nav-content li a.leaf {
	margin: 0;
}

#nav-content li a:hover {
	color: #333;
	background: #ddd;
}

#nav-content li:last-child {
	margin-bottom: 0;
}

#nav-content li a br {
	display: none;
}

.minamo {
	max-width: 200px;
	margin: 20px auto 0;
	background: #fff !important;
}

}