//*** SP ***//
body #page {
    display: block !important;
}
.pbPage {
    display: block !important;
}

.language-sp {
	width: 100%;
	height: auto;
	margin-top: 11px;
}
.language-sp ul {
	overflow :hidden;
	text-align: center;
	font-size: 0;
	width: 100%;
}
.language-sp ul li {
	display: inline-block;
	list-style-type: none !important;
	padding: 1%;
	font-size: 14px;
	background-color: #4288a1;
}
.language-sp ul li a {
	text-decoration: none;
	display: block;
}
.language-sp ul li a:link { color: #ffffff; }
.language-sp ul li a:visited { color: #ffffff; }
.language-sp ul li a:hover { color: #ffffff; }
.language-sp ul li a:active { color: #ffffff; }

.pbBlock img.logo {
    width: auto !important;
}
#pbBlock651680 .mskSpMenuBt {
	display: none;
}



/*------------------------------------------------------------
	アコーディオンメニュー
------------------------------------------------------------*/
#accordionMenu dt {
    background-color: #367e91;
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 15px;
    position: relative;
}
#accordionMenu dt::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #ffffff;
}
#accordionMenu .open::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
}
#accordionMenu dt::after {
    /* background-color: #ffffff; */
    /* border-radius: 1px; */
    /* box-shadow: 0 11px 0 #ffffff, 0 21px 0 #ffffff; */
    content: "";
    height: 4px;
    left: 10px;
    position: absolute;
    top: 7px;
    width: 30px;
}
/*
#accordionMenu dd {
	display: none;
}
*/
#accordionMenu dd ul li {
	list-style: none;
}
#accordionMenu dd ul li a {
	display: block;
	position: relative;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	background-color: #98bbc2;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	color:#2f4598;
}
#accordionMenu dd ul li a::before {
	content: '';
	position: absolute;
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: #367e91;
}




/*------------------------------------------------------------
	アコーディオンメニュー2
------------------------------------------------------------*/
#wrapper2 {
	height: 300px !important;
}
.header {
	width: 100%;
	z-index: 3; 
}
.header h1 {
	text-align: center;
	font-size: 16px;
	padding: 0 30px 0 15px;
	color: #fff;
}
.header .header__heading {
	background: #367e91;
	/* position: absolute; */
	position: relative;
	z-index: 3;
}
.nav-content {
	position: absolute;
	top: -100px;
	z-index: 2;
	-webkit-transition: 1.5s top;
	transition: 1.5s top;
}
.nav-content ul {
	list-style: none;
}
.nav-content ul li {
	font-size: 16px;
}
.nav-content ul li a {
	text-align: left;
	display: block;
	padding: 3px 0px;
	color: #fff;
}

.is-open .nav-content {
	top: 170px;
}

#js-cover {
	background: #98bbc2;
	width: 200px;
	height: 290px;
	display: block;
	position: absolute;
	top: 0px;
	opacity: 0;
	z-index: 1;
}

.menu-button {
	width: 200px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	/* right: 550px; */
	/* top: 130px; */
}
.menu-button i {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 3px;
	background: #fff;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	position: relative;
	left: 5px;
	top: 14px;
}
.menu-button i:before,
.menu-button i:after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 3px;
	background: #fff;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s !important;
	transition: all 0.3s !important;
}
.menu-button i:before {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}
.menu-button i:after {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.is-open .menu-button i {
	background: #000;
}
.is-open .menu-button i:after {
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
	transform: translateY(0px) rotate(-45deg);
}
.is-open .menu-button i:before {
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
}

.content {
	height: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.content p {
	color: #fff;
	position: relative;
	bottom: -80px;
	text-align: center;
}