@import "http://";

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

:root {
	--maincolor: #ebebec;
--maincolor2: #4993ae;
}

*, *: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 {
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;
}
.copy_only {
webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
font-size: 0px;
line-height: 0;
}

html {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
font-family: "meiryo";
font-size: 0;
background: #ebebeb;
}
@media all and (-ms-high-contrast: none) {
	html {
	background: #f2f8f5;
	}
}

body {
height: 100%;
width: 100% ;
text-align: center;
position: relative;
margin: 0 auto 0 auto;
}

img {
border: none;
}

a:link {
color:#0000ff;
}
a:visited {
	color:#97cda5;
}
a:active {
	color:#97cda5;
text-decoration: none;
}
a:hover {
	color: #97cda5;
text-decoration: underline;
}
a {
outline: none;
}

p {
text-align: justify;
text-justify: inter-ideograph;
position: relative;
margin: 0 0 1.5em 1em;
padding: 0;
display: block;
}

.indenth4 {
	margin-left:0.7em;
	
}

.indenth5 {
	width: 94%;
	margin-left:2.5em;
	
}

.indenth5_2 {
	margin-left:2.5em;
	padding-left:1em;
	text-indent:-1em;
	
}

.lgn {
	float: left;
	
}
.lgn:hover {
	background:#06518B;
	opacity: 0.3;
}

.timetable_bot01 {
float:left;
display: table;
width: 100%;
z-index: 5 !important;
background: rgba(73,147,174,.3);
border: 2px solid #4993ae;
}
.timetable_bot01:hover {
background: rgba(117,183,135,.6);
border: 2px solid #4993ae;
}

.fontitalic {
font-style:italic;
}

.honbun {
text-align: justify;
text-justify: inter-ideograph;
position: relative;
margin: 0 0 0 1em;
padding: 0;
display: block;
}

p.indent-1 {
	margin:-0.3em 1em 1em 2em;
}

.moji1 {
margin-left: 1em;
text-indent: -1em;
}

.text_13l {
text-align: left;
position: relative;
font-family: meiryo, "メイリオ", "ＭＳ Ｐゴシック", "Osaka";
font-size: 13px;
line-height: 23px;
color: #000000;
margin-left: 1.0em;
text-align:justify;
text-justify: inter-ideograph;
}

h1 {
text-align: center;
float: center;
width: 100%;
height: 110px;
margin: 0px 0 10px 0;
padding: 0;
display: inline-block;
background: #4993ae;
}


h1 div {
float: center;
margin: 0 auto;
width: 980px;
}

h1 img {
width: 100%;
margin: 10px auto 0px auto;
float: center;
}

.pc_none {
display: none;
}

h2 {
letter-spacing: 0.1em;
display: inline-block;
width: 100%;
height: 42px;
color: #ffffff;
font-weight: normal;
text-indent: 15px;
padding: 0px 0px 0px 0px;
font-size:18px;
text-align: left;
clear: both;
margin: 0;
line-height: 43px;
	background: #4993ae;
}
@media all and (-ms-high-contrast: none) {
	h2 {
	background: #4993ae;
	}
}

h2.kyoiku {
letter-spacing: 0.1em;
display: inline-block;
width: 100%;
height: 30px;
color: #ffffff;
font-weight: normal;
text-indent: 15px;
padding: 0px 0px 0px 0px;
font-size:15px;
text-align: left;
clear: both;
margin: 0;
line-height: 30px;
	background: #4993ae;
}
@media all and (-ms-high-contrast: none) {
	h2 {
	background: #4993ae;
	}
}


h3 {
width: 100%;
height: 30px;
text-indent: 0.6em;
padding: 1px 0px 0px 0px;
font-size:14px;
text-align: left;
font-weight: normal;
color: #000000;
clear: both;
margin: 1.5em 0 5px 0;
line-height: 30px;
border-left: 5px solid #4993ae;
background: var(--maincolor);
}
@media all and (-ms-high-contrast: none) {
	h3 {
	background: #f2f8f5;
	}
}
h3:first-child {
margin: 0 0 5px 0;
}
h3 > span {
font-weight: normal;
float: right;
}

h4 {
width: 98%;
height: 25px;
padding: 1px 0px 0px 5px;
font-size:14px;
border-bottom: 2px solid #4993ae;
text-align: left;
font-weight: bold;
color: #4993ae;
clear: both;
margin: 0 10px 7px 10px;
line-height: 25px;
}
h4 span {
color: #0099ff;
}

h5 {
width: 96%;
height: 25px;
font-size:14px;
border-bottom: 1px solid #000;
text-align: left;
clear: both;
margin: 0 0 5px 2em;
line-height: 25px;
}

#contents {
margin: 0px auto;
max-width: 960px;
position: relative;
top: 0px;
text-align:justify;
text-justify: inter-ideograph;
display: table;
}

#menu {
float: left;
text-align: center;
position: absolute;
width: 230px;
margin: 0;
padding: 0;
z-index: 5;
display: table;
background: var(--maincolor2);
}
@media all and (-ms-high-contrast: none) {
	.menu {
		border: 1px solid #4993ae;
	}
}

.top_cover {
display: table;
width: 100%;
height: 400px;
text-align: center;
}
.top_box {
float: center;
vertical-align: bottom;
color: #000000;
font-size: 9px;
text-align: right;
line-height: 11px;
}

.box_skitter {
border: 0 !important;
	width: 719px !important;
	height: 438px !important;
z-index: 1;
	border: 1px solid #4993ae;
overflow: hidden;
background: #ffffff !important;
}
.box_skitter img {
	width: 719px !important;
	height: 438px !important;
border: 0 !important;
z-index: 1 !important;
}
.box_skitter_large {
	width: 719px !important;
	height: 438px !important;
}
.box_skitter_large img {
	width: 719px !important;
	height: 438px !important;
}

.img_box {
	width: 719px !important;
height: 438px !important;
display: table;
position: relative;
	border: 1px: solid #4993ae;
overflow: hidden;
margin: -477px 0 0 1px !important;
z-index: 5;
}
.img_box img {
	width: 719px;
height: 438px;
}


.gaiyo_box {
width: 100%;
display: table;
text-align: center !important;
margin: 10px auto 5px auto;
background: #4993ae;
float: center;
}
.gaiyo_box img {
margin: 15px 0 0 0;
border: 0px;
width: 100%;
}

.top_gaiyo {
display: table-cell;
text-align: center;
position: relative;
padding: 5px auto 5px auto !important;
margin: 5px auto 0 auto !important;
z-index : 4;
height: 109px;
vertical-align: middle;
}
.gaiyo_text {
text-align: left;
font-size: 20px;
line-height: 26px;
font-weight: bold;
color: #ffffff;
float: center;
display: table;
position: relative;
margin: 0px auto 0px auto !important;
}
.top_gaiyo span {
font-size: 16px;
line-height: 24px;
font-weight: normal;
}
.hyoki {
color: #ffffff !important;
font-weight: bold !important;
}

.button::-moz-focus-inner{
border: 0;
padding: 0;
}

.button-group li > span {
margin-left: 0em;
}

.button-group {
cursor: pointer;
font-size: 0; /* Inline block elements gap - fix */
margin: 0;
padding: 0;
overflow: hidden;
}

.button-group li{
list-style: none;
margin: 0;
height: 40px;
border-bottom: 1px solid #ffffff;
}
.button-group li:last-child {
border-bottom: 0px;
}

.button-group li a {
height: 40px;
overflow: visible;
text-decoration: none;
text-align: left;
letter-spacing: 0.05em;
font-size: 15px;
font-weight: normal;
white-space: nowrap;
color: #ffffff; /* ーーーーーーーーーーーーーーーーーーー文字の色 */
line-height: 40px;
width: 100%;
display: block;
text-indent: 0.5em;
transition:letter-spacing: 0em 1s, text-indent: 0em 1s;
transition-property: letter-spacing, text-indent;transition-duration:0.3s;transition-timing-function:ease;
-moz-transition-property: letter-spacing, text-indent;transition-duration:0.3s;transition-timing-function:ease;
-webkit-transition-property: letter-spacing, text-indent;transition-duration:0.3s;transition-timing-function:ease;
-o-transition-property: letter-spacing, text-indent;transition-duration:0.3s;transition-timing-function:ease;
-ms-transition-property: letter-spacing, text-indent;transition-duration:0.3s;transition-timing-function:ease;
}
@media all and (-ms-high-contrast: none) {
	.button-group li a {
color: #4993ae;
	}
}

.button-group li a:hover {
height: 40px;
letter-spacing: 0.1em !important;
	color: #97cda5 !important;
text-indent: 0.75em !important;
}

.button-group li a > span {
height: 13px !important;
	color: #97cda5 !important;
font-size: 11px;
line-height: 13px !important;
margin-left: 1em;
	background: #97cda5;
padding: 1px 2px 0px 2px;
}

.button-group li a.urleq {
letter-spacing: 0.1em !important;
	color: #97cda5 !important;
text-indent: 0.75em !important;
background: #007290;
border-bottom: 1px solid #ffffff;
cursor: default;
}
.button-group li:last-child a.urleq {
border-bottom: 0px;
}

.button-group li a.urleq2 {
background: #577566 !important;
color:#97cda5 !important;
}

.button-group li >a.button2 {
font-size: 13px !important;
border-bottom:1px solid #fff;
line-height: 18px;
text-align: left;
padding-top: 3px;
padding-left: 7px;
width: 100%;
	background: #7da48f;
	color: #fff;
text-indent: 0em !important;
}
.button-group li >a.button2:hover {
letter-spacing:0.05em !important;
	color: #97cda5 !important;
}

.button-box {
float: center;
display: table;
margin: 0 auto; 
white-space: nowrap !important;
width: 100%;
text-align: center;
}
.button-box-cover {
float: center;
text-align: center;
margin: 0 auto; 
width: 960px;
background: #666666;
border-bottom: solid 1px rgba(255,255,255,0.5);
display: table;
}
.button-group2 {
float: center;
text-align: center;
margin: 0 auto 0 auto;
display: table;
}
.button-group2 .button {
margin: 7px 5px;
float: left;
-webkit-float: left;
text-align: left;
display: table;
color: #ffffff !important;
text-decoration: none;
font-size: 12px;
white-space: nowrap;
cursor: pointer;
}
.button-group2 li{
float: center;
list-style: none;
margin: 0;
display: table-cell;
white-space: nowrap important;
}
.button-group2 .button:hover{ /* ーーーーーーーーーーーーーーーーーーーロールオーバーの時 */
text-decoration: none;
color: #97cda5 !important;
background: rgba(0,0,0,.3);
}
.button-group2 .button:active{ /* ーーーーーーーーーーーーーーーーーーークリック時 */
position: relative;
top: 1px;
left: 0px;
}
.button-group2 li span {
display: none !important;
}
.button-group2 li span.visible {
display: inline !important;
}
.button-group2 li a {
padding: 3px 5px;
}
.button-group2 .urleq {
letter-spacing: 0em !important;
color: #97cda5 !important;
text-indent: 0em !important;
background: rgba(0,0,0,.3);
cursor: default;
}

ul.button-group li a::before {
position: absolute;
margin: 0 0 0 0;
padding: 0;
left: 0;
z-index: -1;
content: '';
background: rgba(0,0,0,.3);
transform-origin: left center;
transform: scale(0, 1);
transition: transform .3s;
height: 38px;
width: 100%;
}
ul.button-group li a:hover::before {
transform: scale(1, 1);
display: none;
}

.button-group li:last-child::before {
}


.button-box > .button-group {
display: none !important;
}

.button_alone {
display: table;
cursor: pointer;
color: #ffffff !important;
margin: 0 5px 5px 5px !important;
background: #4993ae;
text-decoration: none;
text-align: center;
letter-spacing: 0.05em;
font-size: 14px !important;
font-weight: normal;
height: 40px;
line-height: 40px;
padding: 0 10px;
border: 1px solid #ffffff;
box-shadow: 3px 3px 3px #666666;
}
.button_alone:hover {
color: #97cda5 !important;
text-decoration: none;
}
.button_alone:active {
box-shadow: 0px 0px 0px #666666;
color: #ffffff;
text-decoration: none;
}

.button_midori {
display: table;
cursor: pointer;
color: #ffffff !important;
margin: 0 5px 5px 5px !important;
background: #97cda5;
text-decoration: none;
text-align: center;
letter-spacing: 0.05em;
font-size: 14px !important;
font-weight: normal;
height: 40px;
line-height: 40px;
padding: 0 10px;
border: 1px solid #ffffff;
box-shadow: 3px 3px 3px #666666;
}
.button_midori:hover {
color: #247d9e !important;
text-decoration: none;
}
.button_midori:active {
box-shadow: 0px 0px 0px #666666;
color: #ffffff;
text-decoration: none;
}

.button_bg {
padding:10px 20px;
background-color:#f5f5f5;
text-align:center;
}

.banabox:hover {
opacity: 0.7;
	
}
.bana {
width: 100%;
text-align: left;
background: #7da48f;
font-size: 14px;
line-height: 19px;
padding: 2px 5px 0 5px;
border: 1px solid #fff;
}
.bana > span {
color: #fff;
background: #7da48f;
width: 100%;
display: inline-block;
margin: 0px 5px 5px 0px;
padding: 6px 0px 3px 2px;
}

.bana > img {
margin: auto;
float: center;
background: #ffffff;
}
.bana > a:hover {
opacity: 0.7;
}

.button-group2 ~ .banabox {
display: none !important;
}

#naka {
float: left;
position: relative;
width: 720px;
margin: 0 0 0 240px;
display: table-cell;
}

.box1 {
float: left;
position: relative;
width: 100%;
margin: 0;
padding: 0;
display: block;
font-size: 13px;
line-height: 23px;
}

.top_img {
margin: 0;
border: 1px solid #4993ae;
overflow: hidden;
}
.top_img > div {
width: 680px;
height: 480px;
background: #4993ae;
}


#box1_home {
float: center;
display: block;
position: relative;
width: 100%;
margin: 0;
padding: 0;
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 0px;
}
.box1>img {
}

.box1a {
float: left;
display: table-cell;
position: relative;
width: 100%;
margin: 5px 10px 10px 0;
}
.box1b {
width: 275px;
float: left;
display: table-cell;
position: relative;
margin: 10px 0px 10px 0px;
text-align:justify;
text-justify: inter-ideograph;
}
.box1b:last-child {
margin: 10px 0px 10px 0px;
}

#box1c {
float: left;
display: table;
position: relative;
width: 245px;
margin: 10px 0px 20px 10px;
text-align:justify;
text-justify: inter-ideograph;
}
#box2 {
float: center;
position: relative;
width: 100%;
margin: 10px 0px 15px 0px;
padding: 10px 15px 10px 1.2em;
display: block;
text-align:justify;
text-justify: inter-ideograph;
font-size: 14px;
line-height: 24px;
min-height: 558px;
background: #ffffff;
}


#informationarea {
width: 100%;
height: 177px;
overflow: auto;
margin: 10px 0 0 0;
padding: 0 0 0 0;
text-align: left;
position: relative;
font-size: 13px;
line-height: 18px;
}
ol.info {
margin: 0 0 0 0.5em;
padding: 0;
}
ol.info li {
list-style: none;
text-indent: -9em;
margin-left: 9em;
}
ol.info li span {
	color: #97c7a5;
margin: 0 1em 0 0;
}

ul {
padding: 0;
margin: 0 0 0 1.5em;
display: block;
}
ul li {
margin: 0;
}

ul.ex1 {
list-style: none;
margin: 0 0 0 1em;
padding: 0;
text-indent: -1em;
}
ul.ex1 > li {
position:relative;
padding: 0;
}
ul.ex1 > li:before {
content: "・";
}

ol {
padding: 0;
}
ol.ex1 {
margin: 0 0 0 2em;
}

ol.kakko {
margin: 0 0 0 2em;
padding: 0;
counter-reset:li; 
list-style:none;
}
ol.kakko > li {
position:relative;
}
ol.kakko > li:before {
content:counter(li) ") ";
counter-increment:li;
position:absolute;
top:0px;
left: -1.3em;
display: marker;
text-align: right !important;
float: right !important;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
ol.kakko > li:nth-child(n + 10):before {
left: -1.9em;
}

.label_text {
width: 500px !important;
	background: #97c7a5;
}

.text_12l {
text-align: left;
position: relative;
font-size: 12px;
line-height: 18px;
margin-left: 1em;
}
.text_11l {
text-align: left;
position: relative;
font-size: 10.5px;
line-height: 16px;
margin-left: 1em;
}
.text_11 {
text-align: left;
position: relative;
font-size: 10.5px;
line-height: 16px;
}

.table_box {
border: 5px solid #cccccc;
float: center;
position: relative;
display: table;
margin: auto;
}

.table_border {
float: center;
position: relative;
display: table;
border-top: 1px solid #999999;
}
.table_row {
display: table-row;
}

.table_cell {
display: table-cell;
padding: 10px;
border: 1px solid #999999;
border-top: 0;
}

.table_cell:nth-child(odd) {
height: 60px;
background-color: #efefef;
text-align: center;
vertical-align: middle;
font-weight: bold;
color: #000000;
}
.table_cell:nth-child(even) {
vertical-align: middle;
text-align: left;
border-left: 0;
font-weight: normal;
background: rgba(255, 255, 255, .7)
}

table.border1 {
border: none;
border-collapse: collapse;
border-spacing: 0;
}

table.border1 td {
border-collapse: collapse;
border: 1px solid #000000;
border-spacing: 0;
padding: 3;
}

.aisatu_img {
display: table-cell;
vertical-align: middle;
width: 160px;
}
.aisatu_chairman {
display: table-cell;
vertical-align: middle;
}

.red {
	color: #97cda5;
}

.title{
display: none;
pointer-events: none;
padding: 8px;
background: #0e0e29;
color: #fff;
}

input{
display: none;
}


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: 13px;
line-height: 23px;
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);
}

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

/*================================================
 *  ページトップボタン
================================================*/
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
}
.pagetop a{
	display: block;
	color: #fff;
	width: 60px;
	height: 60px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	border: 2px solid #ffffff;
	background: #4993ae;
	margin: 0 10px 10px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.pagetop a:hover{
	background: #326578;
	text-decoration: none;
}

.pagetop a i{
    font-size: 30px;
    color:#ffffff;
    line-height: 45px;
}
.pagetop a:hover i{
    color:#ffff00;
}


#wrap {
height: 100%;
width: 100%;
float: center;
margin:0px auto;
background: url('../img/bg.jpg');
background-repeat: repeat-y;
background-position: top center;
padding: 0;
}

body > #wrap {
height: auto;
min-height: 100%;
}

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

#footer {
width: 100%;
float: center;
position: relative;
margin: -90px auto 0px auto; /* footerの高さをマイナス */
height: 90px;
padding: 0;
clear:both;
overflow: hidden;
background: #4993ae;
}
@media all and (-ms-high-contrast: none) {
	#footer {
	background: #4993ae;
	}
}
.footer-box {
width: 100%;
font-size: 12px;
line-height: 50px;
color: #ffffff;
margin-bottom: 0px;
}

/* 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 */