@import "http://";

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

:root {
--maincolor: #8d1d43;
--maincolor2: #ffffff;
}

*, *: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: -0.2em 0.1em 0 0 ;
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;
}

@font-face {
font-family: 'MPLUS2';
src: url('https://med-gakkai.jp/font/MPLUS2-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MPLUS2';
src: url('https://med-gakkai.jp/font/MPLUS2-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}

.pc_only {
display: block;
}

.sp_only {
display: none;
}

html {
height: 100%;
width: 100%;
min-width: 960px;
margin: 0;
padding: 0;
font-family: 'MPLUS2';
font-size: 0;
background: url(../img/bg.jpg);
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
}

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

img {
border: none;
}

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

details {
border: 0;
margin-top: 0.25em;
}
details .details-content-wrapper {

}
details .details-content {
overflow: hidden;  /* コンテンツがアニメーションで徐々に表示されるように */
}

details summary {
display: block; /* 矢印アイコンを非表示に */
cursor: pointer; /* カーソルの形状をポインターに */
position: relative; /* 絶対配置する疑似要素のアイコンの基準に */
padding: 0em 0.8em 0em 1.8em; /* padding-left にアイコンのスペースを確保 */
}
details summary::-webkit-details-marker {
display: none; /* Safari で三角形のアイコンを非表示に */
}
details summary::before {
content: ""; /* content は空を指定 */
position: absolute; /* 絶対配置 */
top: 0;
bottom: 0;
left: 0.5em;  /* 位置の調整 */
margin: auto 0;  /* top:0 と bottom:0 と共に指定して垂直方向中央揃え */
width: 10px; /* アイコンの辺の長さ */
height: 10px; /* アイコンの辺の長さ */
border-top: 3px solid var(--maincolor3);  /* アイコンの線の太さと種類と色 */
border-right: 3px solid var(--maincolor3);  /* アイコンの線の太さと種類と色 */
transform: rotate(45deg);  /* 回転して右向きの矢印に */
display: none;
}
summary.small {
font-size: 0.9em;
display: table;
position:relative;
border: 1px solid #999999;
border-radius: 5px;
background: #ffffff;
width: 6.5em;
}
summary.small:hover {
background: #ccc;
color: #000;
}

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

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

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

h1 {
background: var(--maincolor);
text-align: center;
float: center;
width: 960px;
height: 130px;
margin: 0;
padding: 0;
display: inline-block;
border-radius: 0 0 5px 5px;
}


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

h1 img {
width: 95%;
margin: 0 auto;
float: center;
}

h2 {
letter-spacing: 0.1em;
display: inline-block;
width: 100%;
height: 40px;
color: var(--maincolor2);
font-weight: bold;
text-indent: 15px;
padding: 0.5em 0px 0px 0px;
font-size:18px;
text-align: left;
clear: both;
margin: 0;
line-height: 1.2em;
vertical-align: middle;
background: var(--maincolor);
border-radius: 5px;
}

h3 {
width: 100%;
height: 30px;
text-indent: 0.9em;
padding: 1px 0px 0px 0px;
font-size:16px;
text-align: left;
font-weight: bold;
color: #000000;
clear: both;
margin: 0 0 10px 0;
line-height: 26px;
border: 1px solid #666666;
border-radius: 5px;
background: #f2f6f8; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
}
h3 > span {
font-weight: normal;
float: right;
}

h4 {
width: 100%;
padding: 0 0 2px 0;
font-size: 16px;
border-left: 5px solid var(--maincolor);
border-bottom: 1px solid var(--maincolor);
text-align: left;
text-indent: 0.7em;
font-weight: bold;
color: #000000;
clear: both;
margin: 1em 0 5px 0;
line-height: 25px;
}
h4 span {
color: #0099ff;
}

#contents {
margin: 10px auto 0 auto;
padding: 0;
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;
border-radius: 5px;
}

.top_cover {
display: table;
width: 100%;
text-align: center;
margin: 0 !important;
padding: 0 !important;
}
.top_box {
float: center;
font-size: 9px;
text-align: center;
margin: 0 !important;
padding: 0 !important;
}

.box_skitter {
border: 0 !important;
width: 719px !important;
height: 438px !important;
z-index: 1;
border: 1px solid var(--maincolor);
border-radius: 5px !important;
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 var(--maincolor);
border-radius: 5px;
overflow: hidden;
margin: -477px 0 0 1px !important;
z-index: 5;
}
.img_box img {
width: 700px;
height: 476px;
border-radius: 5px;
}


.gaiyo_box {
width: 100%;
display: table;
text-align: center !important;
margin: 0 auto !important;
padding: 0 !important;
float: center;
}
.gaiyo_box img {
margin: 0 !important;
padding: 0 !important;
width: 100%;
border-radius: 5px;
}

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

img.img_theme {
margin: 100px 0 0 0;
background: #ff0;
position: relative;
width: 300px;
}

.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;
background: var(--maincolor);
position: sticky;
border-radius: 5px;
}

.button-group li{
list-style: none;
margin: 0;
height: 41px;
border-bottom: 1px solid #ffffff;
}
.button-group li:last-child {
margin: 0 0 0 0;
border-bottom: 0px;
}
/*
.button-group li:nth-child(8) {
background: #008000;
}
*/

.button-group li a {
height: 41px;
overflow: visible;
text-decoration: none;
text-align: left;
letter-spacing: 0.05em;
font-size: 16px;
font-weight: normal;
white-space: nowrap;
color: var(--maincolor2); /* ーーーーーーーーーーーーーーーーーーー文字の色 */
line-height: 41px;
vertical-align: middle;
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: var(--maincolor);
	}
}

.button-group li a:hover {
letter-spacing: 0.2em !important;
color: #ffff00 !important;
text-indent: 0.8em !important;
}
.button-group li a.shitei:hover {
letter-spacing: 0.05em !important;
text-indent: 0.7em !important;
}
.button-group li a.kobo:hover {
letter-spacing: 0.2em !important;
text-indent: 0.7em !important;
}

.button-group li a > span.small {
font-size: 0.85em !important;
}

.button-group li a.urleq > span.small {
letter-spacing: 0.06em !important;
color: #ffff00 !important;
text-indent: 0.8em !important;
cursor: default;
}

.button-group li a.urleq {
letter-spacing: 0.2em !important;
color: #ffff00 !important;
text-indent: 0.8em !important;
background: rgba(0,0,0,.35);
border-bottom: 1px solid #ffffff;
cursor: default;
}

.button-group li:first-child a.urleq {
border-radius: 5px 5px 0 0
}
.button-group li:last-child a.urleq {
border-bottom: 0px;
border-radius: 0 0 5px 5px;
}
.button-group li.urleq a.shitei {
letter-spacing: 0.05em !important;
text-indent: 0.7em !important;
}
.button-group li.urleq a.kobo {
letter-spacing: 0.2em !important;
text-indent: 0.7em !important;
}

.button-group li a.no_url {
cursor: default;
color: #666666 !important;
background: var(--maincolor);
border-bottom: 1px solid #ffffff;
letter-spacing: 0.05em !important;
text-indent: 0.5em !important;
}

.button-group li >a.button2 {
font-size: 13px !important;
line-height: 18px;
text-align: left;
padding-top: 3px;
padding-left: 7px;
width: 100%;
background: #338866;
color: #ffffff !important;
text-indent: 0em !important;
}
.button-group li >a.button2:hover {
letter-spacing:0.05em !important;
color: #ffff00 !important;
}

.button-group02 {
float: left;
margin: 0 0 5px 0 !important;
width: 100%;
font-size: 0; /* Inline block elements gap - fix */
padding: 0;
}
.button-group02 li{
float: left;
width: 100%;
border:1px solid var(--fontcolor);
border-radius: 5px;
list-style: none;
margin: 5px 0 0 0;
min-height: 41px;
background: #008800;
text-alilgn: left !important;
display: table;
}
.button-group02 li:hover {
cursor: pointer;
background: #006600 !important;
}

.button-group02 li a {
display: block;
min-height: 41px;
overflow: visible;
text-decoration: none;
text-align: left;
letter-spacing: 0em;
font-size: 15px;
line-height: 17px;
font-weight: normal;
white-space: nowrap;
color: #fff !important;
padding: 3px 0 0 0;
margin: auto 0 auto 0.5em;
}

.button-group02 li a:hover {
color: #ffff00 !important;
}

.button-group02 li a.urleq {
color: #ffff00 !important;
cursor: default;
}
.button-group02 li.urleq {
background: #006600 !important;
}

button.button2 {
font-size: 16px;
line-height: 26px;
text-align: center;
padding-top: 3px;
width: 100%;
background: var(--maincolor) !important;
color: #ffffff !important;
box-shadow: 3px 3px 3px rgba(0,0,0, .5);
}
button.button2:hover {
cursor: pointer;
background: #2b3669 !important;
color: #ffff00 !important;
}
button.button2:active {
cursor: pointer;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.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: #ffff00 !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: #ffff00 !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,.35);
transform-origin: left center;
transform: scale(0, 1);
transition: transform .3s;
height: 41px;
width: 100%;
}
ul.button-group li a:hover::before {
transform: scale(1, 1);
}


/*
ul.button-group li:nth-child(8):hover {
background: #005300;
}
.button-group li:nth-child(8) a.urleq {
background: #005300;
}
*/


ul.button-group li:first-child a:hover::before {
border-radius: 5px 5px 0 0;
}
ul.button-group li:last-child a:hover::before {
border-radius: 0 0 5px 5px;
}

ul.button-group li a.urleq::before {
background: rgba(0,0,0,.0);
}



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

.button_alone {
display: table;
cursor: pointer;
color: #ffffff !important;
margin: 0.5em auto !important;
background: var(--maincolor);
text-decoration: none;
text-align: center;
letter-spacing: 0.05em;
font-size: 16px !important;
font-weight: normal;
min-height: 40px;
line-height: 20px;
padding: 0.5em 10px;
border-radius: 5px;
}
.button_alone:hover {
background: #5c132c;
color: #ffff00 !important;
text-decoration: none;
}
.button_alone:active {
color: #ffffff;
text-decoration: none;
}

.button_bg {
background: rgba(0,0,0,.2);
border-radius: 5px;
width: 100%;
display: table;
padding: 0.5em auto 0.5em auto;
text-align: center;
}

#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: 16px;
line-height: 26px;
}
.box1 a:hover img {
opacity: .7;
}

.top_img {
height: 600px;
padding-bottom: 0 !important;
border: 1px solid var(--maincolor);
overflow: hidden;
}
.top_img > img {
margin-bottom: 0 !important;
width: 100%;
}

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

.box1a {
float: left;
display: table-cell;
position: relative;
width: 420px;
margin: 5px 10px 10px 0;
}
.box1b {
width: 290px;
float: left;
display: table-cell;
position: relative;
margin: 10px 0px 2px 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 1em 10px 1em;
display: block;
text-align:justify;
text-justify: inter-ideograph;
font-size: 16px;
line-height: 26px;
min-height: 390px;
}


#informationarea {
width: 100%;
height: 87px;
overflow: auto;
margin: 0.5em 0 0 0;
padding: 0 0 0 1em;
text-align: left;
position: relative;
font-size: 16px;
line-height: 22px;
}
ol.info {
margin: 0 0 0 0;
padding: 0 0 0 1em;
padding: 0;
}
ol.info li {
list-style: none;
text-indent: -9em;
margin-left: 9em;
}
ol.info li span {
color: #ff0000;
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: #ff0000;
}

.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: 11px;
line-height: 17px;
margin-left: 1em;
}
.text_11 {
text-align: left;
position: relative;
font-size: 11px;
line-height: 17px;
}

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

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

.table_cell {
display: table-cell;
padding: 0.2em;
border-bottom: 1px solid #000000;
border-top: 0;
border-right: 0;
border-left: 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 #999999;
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: #ff0000;
}

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

select {
font-size: 16px;
line-height: 26px;
color: #ffffff;
background: rgba(0,0,0,.5);
border: 1px solid #999999;
padding: 0.25em 0.5em 0.25em 1em;
border-radius: 5px;
}

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="text"] {
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;
}

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="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);
}

button[type="submit"] {
width: 120px;
height: 30px;
border-radius: 5px;
border: 1px solid #ffffff;
display: inline !important;
color: #ffffff;
background: rgba(255,255,255,0);
}
button[type="submit"]:hover {
cursor: pointer;
background: #999999;
}
button[type="submit"]:active {
cursor: pointer;
background: rgba(255,255,255,0.3);
}

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

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


.button_small {
padding: 2px 10px;
font-size: 13px;
min-width: 120px;
background: var(--maincolor);
color: #ffffff !important;
text-decoration: none;
border-radius: 5px;
}
.button_small:hover {
background: #2b3669;
color: #ffff00 !important;
text-decoration: none;
}


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

a.banabox {
border: 0px;
border-radius: 5px;
padding: 0 auto;
margin: 5px 0 0 0 !important;
text-align: center;
display: table !important;
background: rgba(0,0,0,.15);
color: #666666;
line-height: 1.5em !important;
width: 230px;
font-size: 13px;
text-decoration: none;
}
a.banabox > div > img {
background: #ffffff;
}
a.banabox > div > img:hover {
opacity: .7;
}

/*================================================
 *  ページトップボタン
================================================*/
.pagetop{
display: none;
position: fixed;
right: 15px;
bottom: 15px;
}
.pagetop a{
display: block;
width: 60px;
height: 60px;
padding-top: 1px;
text-align: center;
text-decoration: none;
border-radius: 30px;
background: rgba(0,0,0,.5);
margin: 0 10px 10px 0;
}
.pagetop a:hover{
cursor: pointer;
color: #ffffcc !important;
text-decoration: none;
background: rgba(0,0,0,.75);
}

.pagetop a span{
font-size: 45px;
color: #fff;
line-height: 1em;
margin: 0;

transform: rotate(270deg) !important;
vertical-align: bottom;
text-align: right;
}
.pagetop a:hover span{
color:#ffff00;
}
.pagetop a:active{
box-shadow: 0px 0px 0px rgba(0,0,0,0);
}





.button-group li.special {
background:#0f9 !important;
border:0;
border-radius:0;
line-height: 2.5em;
height: 45px;
}
.button-group li.special>a {
color: var(--maincolor2) !important;
text-align: center;
margin-top: 16px;
letter-spacing: 0.2em;
margin-left: 0.5em;
font-weight: bold;
}
.button-group li.special>a:hover {
margin-left: 0.5em;
letter-spacing: 0.2em;
}
.button-group li.special>a.urleq {
margin-left: 0.5em;
letter-spacing: 0.2em;
color: #666600 !important;
}

#wrap {
height: 100%;
width: 980px;
float: center;
margin: auto;
background: rgba(255,255,255,.85);
background-repeat: repeat-y;
background-position: top center;
padding: 0;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}

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

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

.footer {
width: 960px;
float: center;
position: relative;
margin: -45px auto 0px auto; /* footerの高さをマイナス */
height: 45px;
padding: 0;
clear:both;
overflow: hidden;
background: var(--maincolor);
border-radius: 5px 5px 0 0;
}

.footer-box {
width: 100%;
font-size: 13px;
line-height: 50px;
color: var(--maincolor2);
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 */