@charset "utf-8";
*{
    margin: 0;
    padding: 0; 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 0;
}

img {
    border: 0;
    max-width: 100%;
}

#jstp43{
	line-height: 1.5;
	color: #000;
	/* overflow: hidden; */
}
#jstp43 .layout{
	max-width: 1100px;
	width: 90%;
	margin: auto;
}
#jstp43 .fade{
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#jstp43 header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 101;
}
#jstp43 header.fixed{
	background-color: #0c95da;
}
#jstp43 header .layout{
	max-width: 1100px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#jstp43 header .logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}
#jstp43 header .logo .menu-mob{
	display: none;
}
#jstp43 header .logo a{
	width: 116px;
	height: 110px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#jstp43 header .logo a:hover{
	opacity: 0.8;
}
#jstp43 header .logo a img{
	display: block;
}
#jstp43 header .anchor-point{
	width: calc(100% - 100px);
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: flex-end;
	z-index: 2;
}
#jstp43 header .anchor-point>ul{
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin-top: 15px;
}
#jstp43 header .anchor-point>ul>li{
	display: flex;
	align-items: stretch;
	justify-content: center;
	position: relative;
}
#jstp43 header .anchor-point>ul>li>a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	padding: 0 17px;
}
#jstp43 header .anchor-point>ul>li>a span{
	border-bottom: 1px solid transparent;
}
#jstp43 header .anchor-point>ul>li>a span.active{
	color: #931d23;
	border-bottom: 1px solid #931d23;
}
#jstp43 header .anchor-point>ul>li:hover>a span{
	color: #931d23;
	border-bottom: 1px solid #931d23;
}
#jstp43 header .anchor-point>ul>li .lis{
	display: none;
	position: absolute;
	background-color: #931d23;
	bottom: 0;
	left: 50%;
	margin: auto;
	transform: translateY(calc(100% + 4px)) translateX(-50%);

	border-radius: 10px;
}
#jstp43 header .anchor-point>ul>li .lis ul{
	position: relative;
	padding: 15px 25px;
}
#jstp43 header .anchor-point>ul>li .lis ul:before{
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 13px solid #931d23;
	position: absolute;
	left: 0;
	right: 0;
	top: -12px;
	margin: auto;
	z-index: 1;
}
#jstp43 header .anchor-point>ul>li .lis ul li{
	list-style-type: none;
	margin-bottom: 7px;
}
#jstp43 header .anchor-point>ul>li .lis ul li:last-of-type{
	margin-bottom: 0;
}
#jstp43 header .anchor-point>ul>li .lis ul li a{
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
}
#jstp43 header .anchor-point>ul>li .lis ul li a:before{
	content: '・';
	font-size: 1.4rem;
	position: absolute;
	left: -15px;
	top: 0;
	color: #fff;
}
#jstp43 header .anchor-point>ul>li:hover .lis{
	display: block;
}
#jstp43 header .anchor-point>ul>li .lis ul li a:hover{
	border-bottom: 1px solid #fff;
}
#jstp43 header .anchor-point>ul>li .part01{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 20px;
}
#jstp43 header .anchor-point>ul>li .part01 a{
	width: 134px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	padding: 8px 0;
	background-color: #333333;
	color: #fff;
	text-align: center;
	border: 1px solid transparent;
}
#jstp43 header .anchor-point>ul>li .part01 a:hover{
	background-color: transparent;
	color: #931d23;
	border-color: #931d23;
}
#jstp43 header .anchor-point>div.part02{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
#jstp43 header .anchor-point>div.part02 a{
	width: 172px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	border: 1px solid #fff;
}
#jstp43 header .anchor-point>div.part02 a:nth-of-type(2n){
	margin: 0 6px;
}
#jstp43 header .anchor-point>div.part02 a:last-of-type{
	width: 134px;
	border-color: #931d23;
	background-color: #931d23;
}
#jstp43 header .anchor-point>div.part02 a:hover{
	color: #931d23;
	border-color: #931d23;
}
#jstp43 header .anchor-point>div.part02 a:last-of-type:hover{
	background-color: transparent;
}
#jstp43 .top{
	position: fixed;
	right: 5%;
	bottom: 15%;
	display: none;
}
#jstp43 .top:hover{
	transform: translateY(-5px);
}
#jstp43 .top img{
	width: 45px;
	height: auto;
}
#jstp43 .top img{
	max-width: 100%;
}
#jstp43 footer{
	padding: 70px 0 55px;
	background-color: #333333;
}
#jstp43 footer .ul_lis{
	width: calc(100% - 91px - 53px);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
#jstp43 footer .ul_lis>div{
	margin-bottom: 20px;
}
#jstp43 footer .ul_lis>div:not(:last-of-type){
	margin-right: 60px;
}
#jstp43 footer .ul_lis>div>ul:not(:first-of-type){
	margin-top: 20px;
}
#jstp43 footer .ul_lis>div>ul>li{
	list-style-type: none;
	font-size: 1.4rem;
	color: #fff;
	margin-bottom: 5px;
}
#jstp43 footer .ul_lis>div>ul>li:first-of-type{
	margin-bottom: 15px;
}
#jstp43 footer .ul_lis>div>ul>li:last-of-type{
	margin-bottom: 0;
}
#jstp43 footer .ul_lis>div>ul>li p{
	font-weight: bold;
	font-size: 1.6rem;
}
#jstp43 footer .ul_lis>div>ul>li a{
	display: block;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	line-height: 1.79;
	position: relative;
	padding-left: 10px;
}
#jstp43 footer .ul_lis>div>ul>li a::before{
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 10px;
	background: url(../img/footer_arrow.png) no-repeat center center;
}
#jstp43 footer .ul_lis>div>ul>li p a{
	padding-left: 0;
}
#jstp43 footer .ul_lis>div>ul>li p a::before{
	display: none;
}
#jstp43 footer .ul_lis>div>ul>li a:hover{
	border-bottom: 1px solid #fff;
}
#jstp43 footer .ul_lis>div>ul>li a.active{
	border-bottom: 1px solid #fff;
}
#jstp43 footer .part{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#jstp43 footer .part>a{
	width: 91px;
}
#jstp43 footer .part a:hover{
	opacity: 0.8;
}
#jstp43 footer .part>a img{
	display: block;
	width: 100%;
}

@media only screen and (max-width: 1600px) {
	#jstp43 header .anchor-point>ul>li>a{
		padding: 0 15px;
	}
	#jstp43 header .anchor-point>ul>li .part01{
		padding-left: 15px;
	}
	#jstp43 header .anchor-point>div.part02 a{
		width: 170px;
	}
}
@media only screen and (max-width: 1280px) {
	#jstp43 header .anchor-point>ul>li .part01{
		padding-left: 10px;
	}
	#jstp43 header .anchor-point>ul>li .lis ul{
		padding: 10px 20px;
	}
}
@media only screen and (max-width: 1024px) {
	#jstp43 header {
		position: sticky;
	}
	#jstp43 header.fixed {
		background-color: #fff;
	}
	#jstp43 header .layout{
		display: block;
	}
	#jstp43 header .logo{
		width: 100%;
		padding: 10px 2%;
		background-color: #fff;
		border-bottom: 1px solid #0c95da;
	}
	#jstp43 header .logo a{
		width: 80px;
		height: auto;
	}
	#jstp43 header .logo .menu-mob{
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 50px;
		height: 50px;
		background: #0c95da;
		border-radius: 5px;
		cursor: pointer;
	}
	#jstp43 header .logo .menu-mob span{
		display: block;
		width: 65%;
		height: 4px;
		background-color: #fff;
	}
	#jstp43 header .logo .menu-mob:before{
		content: '';
		width: 65%;
		height: 4px;
		background-color: #fff;
		position: absolute;
		top: 12px;
		left: 0;
		right: 0;
		margin: auto;
		transition: .3s;
	}
	#jstp43 header .logo .menu-mob:after{
		content: '';
		width: 65%;
		height: 4px;
		background-color: #fff;
		position: absolute;
		bottom: 12px;
		left: 0;
		right: 0;
		margin: auto;
		transition: .3s;
	}
	#jstp43 header .logo .active span{
		height: 0 !important;
	}
	#jstp43 header .logo .active:before{
		transform: rotate(-45deg);
		top: 46%;
	}
	#jstp43 header .logo .active:after{
		transform: rotate(-135deg);
		bottom: 46%;
	}
	#jstp43 header .anchor-point{
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		display: none;
		padding: 0 2%;
		border-bottom: 1px solid #931d23;
		position: fixed;
		bottom: 0;
		overflow-y: scroll;
		background-color: #fff;
	}
	#jstp43 header .anchor-point>ul{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0;
		width: 100%;
		overflow: auto;
		/*height: 80vh;*/
		margin-top: 0;
	}
	#jstp43 header .anchor-point>ul>li{
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		border-bottom: 1px solid #931d23;
		padding: 15px 0;
	}
	#jstp43 header .anchor-point>ul>li>a{
		font-size: 1.4rem;
		width: 100%;
		padding: 0;
		justify-content: flex-start;
		align-items: flex-start;
		color: #333;
	}
	#jstp43 header .anchor-point>ul>li>a:hover{
		background-color: transparent;
	}
	#jstp43 header .anchor-point>ul>li .lis{
		display: block;
		position: static;
		transform: none;
		width: 100%;
		border-radius: 0;
		margin-top: 5px;
	}
	#jstp43 header .anchor-point>ul>li .lis ul{
		border-radius: 0;
	}
	#jstp43 header .anchor-point>ul>li .lis ul:before{
		display: none;
	}
	#jstp43 header .anchor-point>ul>li .lis ul li a{
		white-space: normal;
		font-size: 1.2rem;
	}
	#jstp43 header .anchor-point>ul>li .lis ul li a:before{
		font-size: 1.2rem;
		top: -1px;
	}
	#jstp43 header .anchor-point>ul>li .part01{
		padding-left: 0;
	}
	#jstp43 header .anchor-point>ul>li .part01 a{
		font-size: 1.4rem;
		padding: 5px 20px;
	}
	#jstp43 header .anchor-point>div.part02{
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin: 10px 0;
	}
	#jstp43 header .anchor-point>div.part02 a{
		font-size: 1.4rem;
		width: 33.3%;
		margin: 0 !important;
		height: 42px;
		padding: 0 5px;
		border-color: #931d23;
	}
	#jstp43 header .anchor-point>div.part02 a:not(:last-of-type){
		color: #931d23;
	}
	#jstp43 footer .part>a{
		width: 80px;
	}
	#jstp43 footer .ul_lis{
		width: calc(100% - 100px);
	}
	#jstp43 footer .ul_lis>div:not(:last-of-type){
		margin-right: 4vw;
	}
}
@media only screen and (max-width: 768px) {
	#jstp43 header .logo a{
		width: 70px;
	}
	#jstp43 footer{
		padding: 70px 0 50px;
	}
	#jstp43 footer .part{
		flex-direction: column;
	}
	#jstp43 footer .part>a{
		width: 70px;
	}
	#jstp43 footer .ul_lis{
		width: 100%;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 480px) {
	#jstp43 header .logo a{
		width: 60px;
	}
	#jstp43 header .logo .menu-mob{
		width: 40px;
		height: 40px;
	}
	#jstp43 header .logo .menu-mob span{
		height: 2px;
	}
	#jstp43 header .logo .menu-mob:before{
		height: 2px;
		top: 12px;
		left: 0;
		right: 0;
	}
	#jstp43 header .logo .menu-mob:after{
		height: 2px;
		bottom: 12px;
		left: 0;
		right: 0;
	}
	#jstp43 header .logo .active:before{
		transform: rotate(-45deg);
		top: 48%;
	}
	#jstp43 header .logo .active:after{
		transform: rotate(-135deg);
		bottom: 47%;
	}
	#jstp43 footer{
		padding: 60px 0 40px;
	}
	#jstp43 footer .ul_lis>div{
		width: 50%;
	}
	#jstp43 footer .ul_lis>div:not(:last-of-type){
		margin-right: 0;
		padding-right: 5vw;
	}
	#jstp43 footer .ul_lis>div:nth-of-type(2n){
		border-right: none;
		padding-right: 0;
		padding-left: 5vw;
	}
	#jstp43 footer .ul_lis>div>ul:not(:first-of-type){
		margin-top: 15px;
	}
	#jstp43 footer .ul_lis>div>ul>li{
		font-size: 1.2rem;
	}
	#jstp43 footer .ul_lis>div>ul>li:first-of-type{
		margin-bottom: 10px;
	}
	#jstp43 footer .part>a{
		width: 60px;
		margin-right: 0;
		margin-bottom: 0;
	}
	#jstp43 .top img{
		width: 40px;
	}
}


