@charset "UTF-8";
/* PC */

.midasi01 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing:0.1em;
}

.midasi02 {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing:0.2em;
}

.p-text-absolute {
	position: absolute;/*絶対配置*/
	color: white;/*文字は白に*/
	letter-spacing: 0.4em;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	z-index: 10;
	text-align: center;
	width: 90%;
}

.p-text-absolute img {
	width: 50%;
	text-align:center;
	margin:0 auto;
}

.p-text01 {
	font-size: 1.8rem;
	margin-bottom: 3%;
}
.p-text02 {
	font-size: 2.5rem;
	line-height: 5rem;
	z-index: 10;
	text-align: center;
}
.p-text03 {
	font-size: 1.5rem;
	letter-spacing: 0.4em;
	margin: 5% 0 1% 0;
}

.p-text04 {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height:3rem;
	margin: 3% 0 5% 0;
	text-align:center;
}
.p-text05 {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height:2.5rem;
	color:#3a3a3a;
	text-align:justify;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.p-text06 {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height:2rem;
	color:#3a3a3a;
	text-align:justify;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.text-center {
	text-align:center;
}





/*モバイル*/
 @media only screen and (max-width: 767px), print {
.midasi01 {
	font-size: 19px;
	text-align: center;
	margin: 8% 0;
}

.midasi02 {
	font-size: 16px;
	text-align: center;
	margin: 2% 0;
}
.p-text01 {
	font-size: 1.5rem;
	margin-bottom: 3%;
}
.p-text02 {
	font-size: 2rem;
	line-height: 4rem;
	z-index: 10;
	text-align: center;
}
.p-text03 {
	font-size: 1.4rem;
	letter-spacing: 0.4em;
	margin: 5% 0 1% 0;
}

.p-text04{
	font-size: 1.4rem;
	letter-spacing: 0.0em;
	line-height:2.5rem;
	margin: 3% 0 5% 0;
	text-align:center;
}

.p-text05 {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height:2.4rem;
	text-align:justify;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
}
.kuwasiku {
	font-size: 0.8em;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0em;
	padding: 3px 20px;
	border-radius: 10px; /*角の丸み*/
	margin-top: 1%;
}
/*　あき　*/
.m20 {
	margin-top: 30px;
}
