@charset "utf-8";

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


/* スマートフォン向けのスタイル：1px ～ 599px */
@media screen and (min-width: 1px) and (max-width: 899px) {
.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;
align-items: center;
width: 95%;
height: 100px;
background: #82a0aa;
border-radius: 0 0 15px 15px;
padding: 0 10px;
overflow: hidden;
}
.h2 h1 {
padding-top: 5px;
padding-left: 15px;
width: 100%;
}
.h2 h1 a {
}
.h2 h1 img {
max-width: 80%;
}
.h2 nav {
display: none;
}
.h3 {
width: 95%;
margin: 0 auto;
text-align: center;
}
.h3 img {
max-width: 80%;
}
.i1 {
width: 95%;
max-width: 650px;
margin: 0 auto;
padding: 70px 0 50px;
}
.i1 h2 {
text-align: center;
padding-bottom: 20px;
}
.i1 h2 img {
max-width: 80%;
}
.i1 p {
text-align: center;
color: #82a0aa;
padding-bottom: 20px;
font-weight: bold;
}
.i1-1 {
display: flex;
justify-content: center;
}
.i1-1 input[type="password"] {
    background-color: #fff;
width: calc(100% - 100px);
    height: 50px;
    text-indent: 2em;
	border: 1px solid #82a0aa;
	margin: 0;
}
.i1-1 input[type="button"] {
    -webkit-appearance: none; 
	width: 100px;
	height: 50px;
	background: url("../img/i1/i1_2.png") -40% center no-repeat #2e4656;
	cursor:pointer;
	border:none;
	text-indent:-9999px;
}
.i2 {
width: 95%;
margin: 0 auto;
padding-bottom: 50px;
}
.i2l {
width: 100%;
display: flex;
justify-content: flex-end;
padding-bottom: 30px;
}
.i2l img {
width: 100%;
height: auto;
}
.i2r {
width: 100%;
}
.i2r h2 img {
max-width: 100%;
}
.i2r h3 img {
max-width: 100%;
}
.i2r h4 {
color: #82a0aa;
padding: 20px 0 20px;
font-weight: bold;
}
.i2r p {
padding-top: 30px;
}
.i3 {
background-image: url("../img/i3/top-image-1.jpg");
background-position: center center;
background-size: cover;
padding: 80px 0 50px 0;
}
.i3m {
width: 95%;
max-width: 1035px;
margin: 0 auto;
}
.i3m h2 {
text-align: center;
}
.i3m h2 img {
max-width: 100%;
}
.i3m p {
color: #82a0aa;
padding: 20px 0 20px;
font-weight: bold;
text-align: center;
}
.i3b {
display: flex;
flex-direction: column;
align-items: center;
}
.i3b div img {
max-width: 100%;
}
.i4 {
width: 95%;
max-width: 1035px;
margin: 0 auto;
padding: 80px 0;
}
.i4l {
width: 100%;
}
.i4l p {
color: #82a0aa;
padding: 30px 0;
font-weight: bold;
}
.i4r {
width: 100%;
border-top: 1px solid #004779;
}
.i4r dl {
border-bottom: 1px solid #004779;
padding: 10px 0;
color: #2a3d5d;
width: 100%;
}
.i4r dt {
width: 100%;
padding-bottom: 10px;
}
.i4r dd {
width: 100%;
}
.f_nav {
width: 100%;
height: 60px;
background: #82a0aa;
display: flex;
justify-content: center;
align-items: center;
}
.f_nav ul {
display: flex;
flex-direction: column;
align-items: center;
}
.f_nav ul li {
position: relative;
}
.f_nav ul li::after {
position: absolute;
right: 50%;
bottom: 0;
width: 30px;
height: 1px;
margin-right: -15px;
background: #fff;
content: "";
}
.f_nav ul li:last-child::after {
display: none;
}
.f_nav ul li a {
display: block;
padding: 15px 10px;
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;
}
	nav.globalMenuSp {
		position: fixed;
		z-index: 20000;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.9);
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
		-webkit-overflow-scrolling: touch;
		overflow: auto;
		padding: 20px 0;
	}
/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
		transform: translateY(0%);
	}
	.navToggle {
		display: block;
		position: fixed; /* bodyに対しての絶対位置指定 */
		right: 10px;
		top: 23px;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 20001;
		background: #232323;
		text-align: center;
		border-radius: 50%;
	}
	.navToggle span {
		display: block;
		position: absolute; /* .navToggleに対して */
		width: 30px;
		border-bottom: solid 1px #fff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 10px;
	}
	.navToggle span:nth-child(1) {
		top: 22px;
	}
	.navToggle span:nth-child(2) {
		top: 31px;
	}
	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		top: 25px;
		left: 10px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
		top: 25px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

.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: 650px;
margin: 0 auto;
padding: 70px 0 50px;
}
.i1mem-form {
display: flex;
flex-direction: column;
width: 100%
}
.i1meml {
width: 100%;
padding-bottom: 20px;
text-align: center;
}
.i1meml h2 img {
max-width: 80%;
}
.i1meml p {
color: #82a0aa;
font-weight: bold;
padding: 20px 0;
}
.i1-1memr {
width: 100%;
text-align: center;
}
.i1-1memr div {
display: flex;
width: 100%;
max-width: 400px;
margin: 0 auto;
}
.i1-1memr input[type="password"] {
    background-color: #fff;
width: calc(100% - 100px);
    height: 50px;
    text-indent: 2em;
	border: 1px solid #82a0aa;
	margin: 0;
}
.i1-1memr input[type="button"] {
    -webkit-appearance: none; 
	width: 100px;
	height: 50px;
	background: url("../img/i1/i1_2.png") -40% 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: space-around;
max-width: 400px;
margin: 0 auto;
width: 100%;
}
.mem2 ul li {
padding: 0 20px;
width: 48%;
}
.mem2 ul li a {
width: 100%;
height: 50px;
border-radius: 10px;
background: #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 25px;
	color: #FFFFFF;
	margin-bottom: 40px;
	font-weight: bold;
	background: #2e4656;
font-size: 130%;
	border-radius: 10px;
	display: inline-block;
}
#sec2 {
	padding: 10px 25px;
	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 0;
	margin-bottom: 40px;
	width: 100%;
}
.m_dl dt {
	width : -webkit-calc(100% - 80px) ;
	width : calc(100% - 80px) ;
}
.m_dl dt h5 {
	font-size: 130%;
}
.m_dl dt h5 span {
	display: block;
	font-size: 80%;
}
.m_dl dd {
	width: 80px;
}
.m_dl dd a {
	width: 70px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	background: #2e4656;
	font-size: 110%;
	border-radius: 10px;
}









}