@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap');

/*初期設定
----------------------------------------------------*/
html {
	min-width: 320px;
	font-size: 62.5%;/*10px*/
}

body {
	padding: 0;
	min-width: 320px;
	line-height: 1.8;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}

.ie8 img{
	width: auto;
}

h1,h2,h3,h4,h5,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

i {
	padding: 0 0.5em 0 0;
}

p {
	margin: 0 0 10px;
}

a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*clearfix*/
.clearfix,
article section,
article .section02 {
	zoom: 1;
}

.clearfix:after,
article section:after,
article .section02:after {
	content: "";
	display: block;
	clear: both;
}


/*layout
----------------------------------------------------*/
header {
	width: 100%;
	margin: 0 0 20px;
}

header .inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 10px 0;
}

header h1 {
	margin: 20px 10px 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}

header h1 a {
	text-decoration: none;
	color: #4972c6;
}

header h1 a span {
	color: #59c4c4;
	font-size: 0.6em;
	font-weight: 400;
	font-family: 'Quicksand', sans-serif;
}

header p.tel {
	margin: 0 auto 20px;
	padding: 0 10px;
	text-align: center;
}

header p.tel a {
	text-decoration: none;
}

header p.tel span {
	display: block;
	height: 32px;
	line-height: 32px;
	background: #eee;
	border-radius: 20px;
	color: #4972c6;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Quicksand', sans-serif;
}

header #mainImage {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0 auto 30px;
}

section {
	padding: 0 10px;
	max-width: 1400px;
	margin: 0 auto 80px;
}

section.full {
	padding: 0;
	max-width: none;
	margin: 0 0 5%;
}

section.full .inner {
	padding: 0 10px;
	max-width: 1400px;
	margin: 0 auto;
}

.section02 {
	margin: 0 0 30px;
}

article h2 {
	position: relative;
	margin: 0 0 40px;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	color: #4972c6;
	font-weight: normal;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	padding: 20px 0 0;
	line-height: 1.2;
}

article h2::before {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #59c4c4;
	margin-left: -15px;
}

article h2 span {
	font-size: 14px;
	font-size: 1.4rem;
	color: #777;
	font-family: 'Quicksand', sans-serif;
}

.page_top {
	display:none;
	position:relative;
	width:90%;
	max-width:1040px;
	height:0;
	margin:0 auto;
}

.page_top a {
	position: fixed;
	bottom: 0px;
	left: auto;
	right: 5%;
	display: block;
	width: 50px;
	height: 47px;
	padding: 3px 0 0;
	margin-left:100%;
	outline:none;
	z-index: 2000;
	color: #fff;
	font-size: 34px;
	font-size: 3.4rem;
	background: rgba(73,114,198,0.6);
	text-align: center;
	margin-bottom: 20px;
	border-radius: 50%;
	line-height: 1;
	letter-spacing: 0;
}

.page_top a i {
	padding: 0;
}

footer {
	clear: both;
	padding: 20px 10px;
	text-align: center;
	background: #eee;
	font-size: 0.9em;
}

