@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
}
body {
	font-size: 18px;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	min-width: 1200px;
	word-break: normal;
	word-wrap: break-word;
	line-height: 1.5;
	color: #000;
}
a {
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
	opacity: 0.7;
}
p, dt, dd, li, th, td {
	line-height: 1.5;
}
/*clearfix */
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 0px;
}
h1 {
	margin-bottom: 0px;
	background: none;
	padding: 0;
	border-radius: inherit;
	font-size: 2em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: inherit;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-rendering: inherit;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: underline;
}
.content {
	position:relative;
	padding:220px 0 30px;
	text-align:center;
}
.content:before {
	content: "";
	display: block;
	position:absolute;
	top:0;
	background: rgb(245,200,196);
	background: linear-gradient(180deg, rgba(30,192,255,1) 0%, rgba(255,255,255,1) 100%);
	width:100%;
	height: 220px;
}
.box {
	padding:0 3%;
}
.pt01 {
	margin-bottom:35px;
}
.pt02 {
	margin-bottom:45px;
	line-height:2;
}
.pt03 {
	font-weight:bold;
	margin-bottom:15px;
}
.pt04 {
	margin-bottom:220px;
}
.pt04 a {
	color: #0872E3;
	text-decoration: underline;
}
.pt05 {
	font-size: 16px;
}



@media (max-width: 767px) {
	
body {
	font-size: 14px;
	min-width: 100%;
}
.content {
	position:relative;
	padding:120px 0 30px;
	text-align:center;
}
.content:before {
	width:100%;
	height: 120px;
}
.box {
}
.pt01 {
	width:220px;
	margin:0 auto 20px;
}
.pt02 {
	margin-bottom:20px;
	line-height:1.7;
}
.pt03 {
	margin-bottom:10px;
}
.pt04 {
	margin-bottom:50px;
}
.pt04 a {
}
.pt05 {
	font-size: 11px;
}
	
}