@charset "utf-8";

html, body {
	height: 100%;
	font-family: "Noto Sans JP";
}

body, text {
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 2px;
	line-height: 1.6;
	font-size: 16px;
	margin: 0;
	color: #000;
}

a {
	text-decoration: none;
	color: #000;
	transition: 0.2s ease-in-out;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

label, button {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
	color: #717171;
}

::-moz-focus-inner {
	border: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: bottom;
	width: 100%;
}

h1, h2, h3, h4, p {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

input, input [type="text"], textarea {
	font-size: 16px;
}

button {
	display: block;
}


/* Common
-----------------------------------------------------*/
.contents_wrap {
	padding: 130px 0;
	overflow: hidden;
}

.contents_wrap2 {
	padding: 0 0 130px;
	overflow: hidden;
}

.contents_wrap3 {
	padding: 130px 0 0;
	overflow: hidden;
}

.contents_inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/* under 1200
-----------------------------------------------------*/
@media (max-width: 1200px) {
.contents_wrap {
	padding: 100px 0;
}

.contents_wrap2 {
	padding: 0 0 100px;
}

.contents_wrap3 {
	padding: 100px 0 0;
}
}

/* under 800
-----------------------------------------------------*/
@media (max-width: 800px) {
.contents_wrap {
	padding: 60px 0;
}

.contents_wrap2 {
	padding: 0 0 60px;
}

.contents_wrap3 {
	padding: 60px 0 0;
}
}

.head_img1 {
	background-image: url(image/header_1.png);
	height: 24vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.head_img2 {
	background-image: url(image/header_2.png);
	height: 24vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.menu_wrap {
	margin-bottom: 60px;
}

.kiyaku_list {
	margin-bottom: 60px;
}

.kiyaku_list:last-child {
	margin-bottom: 0;
}

.kiyaku_list p {
	margin-bottom: 10px;
	padding-left: 2.1em;
	text-indent: -2.1em;
}

.kiyaku_title1 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #acd6ee;
}

.kiyaku_title {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer {
	border-top: 1px solid #acd6ee;
	padding: 100px 0;
}


/* under 800
-----------------------------------------------------*/
@media (max-width: 800px) {
body, text {
	font-size: 14px;
}

.menu_wrap {
	margin-bottom: 40px;
}

.kiyaku_list {
	margin-bottom: 40px;
}

.kiyaku_title1 {
	font-size: 16px;
	margin-bottom: 30px;
}

.kiyaku_title {
	font-size: 15px;
	margin-bottom: 20px;
}

.footer {
	padding: 40px 0;
}

}


/* over 800
-----------------------------------------------------*/
@media (min-width: 801px) {
.sp {
	display: none;
}
}
