@charset "UTF-8";

/*============================
#common
============================*/

.text_got01{
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 1em;
	text-align: justify;
	line-height: 1.8em;
}
.text_min01{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1em;
	text-align: justify;
	line-height: 1.8em;
}
/*============================
#header
============================*/

header{
	text-align: center;
}

/*============================
#contents
============================*/

.LPwrap{
	width: 100%;
}
.LPpage{
	width: 100%;
}
.LPpage img {
	width:100%;
	height:100%;
	object-fit: contain;
}
.LPad {
	position: relative;
    padding-bottom: calc(100%*300/1600);/* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
	text-align: center;
	width:100%;
}
.LPad img{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width:55%;
	height:55%;
	object-fit: contain;

}
/*============================
#footer
============================*/

footer{
	background-color: #999;
	padding-top: 15px;
	padding-bottom: 15px;
}
.Flogo{
	text-align: center;
}
#copyright{
	color: #fff;
	font-size: 4px;
	font-weight: 200;
	text-align: center;
	padding-top:5px;
}

