@charset "utf-8";
/* CSS Document */

@import "common.css";


/*-------------------------------------------------
LP専用
-------------------------------------------------*/


body {
	background: url("../img/back.png") repeat;
}

#LP-mainbox {
	background: #ffffff;
	margin: 0 auto;
	padding-bottom: 3rem;
	max-width: 640px;
	width: 100%;
	height: auto;
}

#LP-main img {
	max-width: 640px;
	width: 100%;
	height: auto;
	text-align: center;
}
#LP-main p {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-feature-settings: "palt" 1;
}

.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-40{
	margin-top: 40px;
}
.mt-60{
	margin-top: 60px;
}

.txt24{
	font-size: 24px !important;
}


.flex{
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.flex aside{
	width: 50%;
}
.flex aside a img{
	margin: 0.5rem 0 ;
}


#merit {
	background: #f2f2f2;
}
#merit p {
	margin: 1rem;
	line-height: 1.7;
	text-align: left;
	font-size: 1rem;
}
#merit img.meritp {
	margin: 1rem auto 2rem auto;
	max-width: 440px;
	width: 90%;
	height: inherit;
}
#merit img.meritp2 {
	margin: 1rem auto 2rem auto;
	max-width: 500px;
	width: 95%;
	height: inherit;
}

footer{
	padding: 1.5rem 0;
	background: #2b4c7f;
	color: #ffffff;
	font-size: 0.8rem;
	line-height: 2;
}
footer p{
	margin-bottom: 0.7rem;
	text-align:center;
}

/*改行調整・文字調整*/
@media screen and (min-width: 480px) {
	.br_none { display:none; }
	#merit p {
	margin: 1rem 2rem;
	font-size: 1.2rem;
}
	footer{
	font-size: 0.8rem;
}
}
@media screen and (min-width: 640px) {
	.br_none { display:none; }
	#merit p {
	font-size: 1.3rem;
}
}

/*-----追加要素------*/
/*floatbutton*/
header{
	position: relative;
}

/*ボタン*/
.fixed-top-right {
    position: fixed;
	display: flex;
	justify-content: flex-end;
	z-index: 998;
    top: 0;
	max-width: 640px;
	width: 100%;
}
.fixed-top-right a{
	right: 0;
	max-width: 100px;
	width: 15%;
}

.fixed-btn-top {
    position: fixed;
	display: flex;
	justify-content: flex-end;
	z-index: 997;
    bottom: 0;
	right: 0;
	max-width: 70px;
	width: 13%;
}


/*テキスト配置*/
.kasane{
	position: relative;
}
.kasane h1{
	position: absolute;
	top: 8vw;
	left: 3vw;
	color: #fff;
	font-size: 2.5vw;
	text-align: left;
	line-height: 1.2;
}


@media screen and (min-width: 640px) {
.kasane h1{
	font-size: 16px;
	top: 50px;
	left: 20px;
}
}
