@charset "utf-8";

html{
font-size: 100%;
overflow-y:scroll;
}


/* タブレット向けのスタイル：600px ～ 333px */
@media screen and (min-width: 900px) and (max-width: 1099px) {
.h1 {
background-image: url("../img/hea/top-image-1.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 100%;
height: 100vh;
}
.h2 {
display: flex;
justify-content: space-between;
align-items: center;
width: 95%;
height: 100px;
background: #82a0aa;
border-radius: 0 0 15px 15px;
padding: 0 0 0 40px;
overflow: hidden;
}
.h2 h1 {
padding-top: 5px;
}
.h2 nav ul {
display: flex;
}
.h2 nav ul li {
height: 100px;
}
.h2 nav ul li a {
display: flex;
flex-direction: column;
padding: 25px 20px 0;
text-align: center;
height: 100px;
font-size: 120%;
font-weight: 700;
color: #1e2633;
}
.h2 nav ul li a span {
color: #fff;
font-size: 70%;
display: block;
padding-top: 10px;
text-align: center;
}
.h2 nav ul li a:hover {
background: #fff;
}
.h2 nav ul li a:hover span {
color: #000;
}

.i1 {
width: 95%;
max-width: 650px;
margin: 0 auto;
padding: 120px 0;
}
.i1 h2 {
text-align: center;
padding-bottom: 20px;
}
.i1 p {
text-align: center;
color: #82a0aa;
padding-bottom: 40px;
font-weight: bold;
font-size: 140%;
}
.i1-1 {
display: flex;
justify-content: center;
}
.i1-1 input[type="password"] {
    background-color: #fff;
    width: 440px;
    height: 70px;
    text-indent: 2em;
	border: 1px solid #82a0aa;
	margin: 0;
}
.i1-1 input[type="button"] {
    -webkit-appearance: none; 
	width: 160px;
	height: 70px;
	background: url("../img/i1/i1_2.png") center center no-repeat #2e4656;
	cursor:pointer;
	border:none;
	text-indent:-9999px;
}
.i2 {
width: 95%;
margin: 0 auto;
display: flex;
padding-bottom: 120px;
}
.i2l {
width: 50%;
padding-right: 10px;
display: flex;
justify-content: flex-end;
}
.i2l img {
width: 100%;
height: auto;
}
.i2r {
width: 50%;
padding-top: 30px;
padding-left: 10px;
}
.i2r h3 img {
max-width: 100%;
}
.i2r h4 {
color: #82a0aa;
padding: 20px 0 50px;
font-weight: bold;
font-size: 140%;
}
.i2r p {
font-size: 125%;
line-height: 30px;
padding-top: 50px;
}
.i3 {
background-image: url("../img/i3/top-image-1.jpg");
background-position: center center;
background-size: cover;
padding: 100px 0;
}
.i3m {
width: 95%;
max-width: 1035px;
margin: 0 auto;
}
.i3m h2 {
text-align: center;
}
.i3m p {
color: #82a0aa;
padding: 30px 0 40px;
font-weight: bold;
font-size: 150%;
text-align: center;
}
.i3b {
display: flex;
justify-content: center;
}
.i3b div img {
max-width: 100%;
}
.i4 {
width: 95%;
max-width: 1035px;
margin: 0 auto;
padding: 130px 0;
display: flex;
}
.i4l {
width: 200px;
}
.i4l p {
color: #82a0aa;
padding: 30px 0;
font-weight: bold;
font-size: 140%;
}
.i4r {
width: calc(100% - 200px);
border-top: 1px solid #004779;
}
.i4r dl {
display: flex;
border-bottom: 1px solid #004779;
padding: 20px 0;
font-size: 115%;
color: #2a3d5d;
width: 100%;
}
.i4r dt {
width: 150px;
}
.i4r dd {
width: calc(100% - 150px);
}
.f_nav {
width: 100%;
height: 60px;
background: #82a0aa;
display: flex;
justify-content: center;
align-items: center;
}
.f_nav ul {
display: flex;
justify-content: center;
align-items: center;
}
.f_nav ul li {
position: relative;
}
.f_nav ul li::after {
position: absolute;
right: 0;
top: 50%;
width: 1px;
height: 14px;
margin-top: -7px;
background: #fff;
content: "";
}
.f_nav ul li:last-child::after {
display: none;
}
.f_nav ul li a {
display: block;
padding: 3px 25px;
font-size: 110%;
color: #fff;
font-weight: bold;
}
footer {
background: #2e4656;
text-align: center;
padding: 60px 0 15px;
}
footer h4 {
padding-bottom: 30px;
}
footer p {
color: #82a0aa;
font-weight: bold;
}
.navToggle {
display: none;
}

.h1mem {
background-image: url("../img/hea/top-image-1.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
height: 300px;
}
.mem1 {
color: #fff;
text-align: center;
padding-top: 60px;
font-size: 250%;
letter-spacing: 2px;
}
.mem1 span {
display: block;
text-align: center;
font-size: 50%;
padding-top: 10px;
}
.i1mem {
width: 95%;
max-width: 800px;
margin: 0 auto;
padding: 50px 0;
}
.i1mem-form {
display: flex;
justify-content: space-between;
width: 100%
}
.i1meml {
width: 350px;
}
.i1meml h2 img {
max-width: 100%;
}
.i1meml p {
color: #82a0aa;
font-weight: bold;
font-size: 140%;
padding-top: 10px;
}
.i1-1memr {
width: 400px;
}
.i1-1memr div {
display: flex;
width: 100%;
}
.i1-1memr input[type="password"] {
    background-color: #fff;
width: calc(100% - 130px);
    height: 58px;
    text-indent: 2em;
	border: 1px solid #82a0aa;
	margin: 0;
}
.i1-1memr input[type="button"] {
    -webkit-appearance: none; 
	width: 130px;
	height: 58px;
	background: url("../img/mem/mem_b.png") center center no-repeat #2e4656;
	cursor:pointer;
	border:none;
	text-indent:-9999px;
}
.mem2 {
width: 100%;
padding: 25px 0;
background: #82a0aa;
display: flex;
justify-content: center;
}
.mem2 ul {
display: flex;
justify-content: center;
}
.mem2 ul li {
padding: 0 20px;
}
.mem2 ul li a {
width: 235px;
height: 70px;
border-radius: 10px;
background: url("../img/mem/mem_u.png") no-repeat 94% center #2e4656;
color: #fff;
font-size: 150%;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
}


.memm {
width: 95%;
max-width: 800px;
margin: 0 auto;
padding: 50px 0;
}


#sec1 {
	padding: 10px 45px;
	color: #FFFFFF;
	margin-bottom: 40px;
	font-weight: bold;
	background: #2e4656;
font-size: 130%;
	border-radius: 10px;
	display: inline-block;
}
#sec2 {
	padding: 10px 45px;
	color: #FFFFFF;
	margin-bottom: 40px;
	font-weight: bold;
	background: #2e4656;
font-size: 130%;
	border-radius: 10px;
	display: inline-block;
}


.m_dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #2e4656;
	padding: 0 5px 6px 35px;
	margin-bottom: 40px;
	width: 100%;
}
.m_dl dt {
	width : -webkit-calc(100% - 155px) ;
	width : calc(100% - 155px) ;
}
.m_dl dt h5 {
	font-size: 130%;
}
.m_dl dt h5 span {
	display: block;
	font-size: 80%;
}
.m_dl dd {
	width: 112px;
}
.m_dl dd a {
	width: 112px;
	height: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	background: url("../img/mem/mem_04.png") 93% center no-repeat #2e4656;
	font-size: 120%;
	border-radius: 10px;
}



}