@charset "UTF-8";
/* CSS Document */
html {
	padding: 0;
	margin: 0;
}
@media only screen and (max-width: 767px) {
html {
	background-color: #FFF;
}
}

img {
  pointer-events: none;
}

body * {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 1.8;
    letter-spacing: 0.05em;
    -moz-osx-font-smoothing: unset;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    pointer-events:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}

.txt {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.8;
	background-color: #FFF;
	padding: 5%;
}

h1 {
	font-size: 28px;
	text-align: center;
	padding-bottom: 50px;
}

h4 {
	font-size: 18px;
	padding: 0 0.5em;
	color: #333;
	background: transparent;
	margin: 40px 0 20px;
}

h5 {
	color: #333;
	line-height: 1.4;
	margin: 40px 0 10px;
}

p.img {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

p {
	margin-bottom: 60px;
}

.btn {
	width: 100%;
	max-width: 300px;
	padding: 15px 10px;
	margin: 30px auto;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
	letter-spacing: 0.1em;
	color: #fff;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	background-image: -webkit-linear-gradient(left, #e88bf3 0%, #ed576c 51%, #e88bf3 100%);
	background-image: -o-linear-gradient(left, #e88bf3 0%, #ed576c 51%, #e88bf3 100%);
	background-image: linear-gradient(to right, #e88bf3 0%, #ed576c 51%, #e88bf3 100%);
	background-size: 200% auto;
}