@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: '游ゴシック Medium', '游ゴシック体', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-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;
}
.bg_g20{
	background-color: #cccccc;
	padding-bottom: 4rem;
}

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


#LP-mainbox strong{
	font-size: 1rem;
	line-height: 1.7;
	font-weight: normal;
}
#LP-mainbox strong span{
	color: #e5004f;
	font-weight: bold;
}

footer{
	padding: 0;
	background: #ffffff;
	color: #4d4d4d;
	font-size: 1rem;
	line-height: 2;
}
footer p{
	padding: 0.5rem 0;
	color: #333333;
	text-align:center;

}
footer p img{
	margin-bottom:  -0.6rem;
}

/*改行調整・文字調整*/
@media screen and (min-width: 480px) {
	.br_none { display:none; }
	footer{
	font-size: 1rem;
}
}


/*-----追加要素------*/
/*floatbutton*/
header{
	position: relative;
}
.float-button{
	position: absolute;
	z-index: 997;
    bottom: 20px;
}

/*固定ボタン*/
.fixed-btn {
    position: fixed;
	display: flex;
	justify-content: center;
	z-index: 998;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
    top: 0;
	text-align: center;
}
.fixed-btn a {
	margin: auto 10px;
}
.fixed-btn-tel{
	max-width: 90px;
	width: 15%;
}
.fixed-btn-form{
	max-width: 482px;
	width: 80%;
}
.fixed-btn a img{
	width: 100%;
	height: auto;
}



/*ボタン*/
.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;
	bottom: 6vw;
	left: 4vw;
	color: #fff;
	text-align: left;
	font-size: 2.8vw;
	line-height: 1.5;
	text-shadow: 0 0 0.5rem #000;
}
.kasane h1 span{
	font-size: 120%;
	font-weight: bold;
}

.kasane p{
	position: absolute;
	bottom: 4vw;
	right: 4vw;
	color: #fff;
	text-align: right;
	font-size: 4.2vw;
	line-height: 1.4;
	text-shadow: 0 0 0.5rem #000;
}

@media screen and (min-width: 640px) {
.kasane h1{
	font-size: 17.6px;
	bottom: 2rem;
	left: 1rem;
}
.kasane p{
  font-size: 27px;
	bottom: 1rem;
	right: 1rem;
}
}