@charset "utf-8";
html {
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans Japanese', "Helvetica Neue",'Montserrat', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// margin
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.m10 {margin:0 10px;}

.mb4 {
	margin-bottom: 4px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.m0auto{
    margin-right: 0cm;
    margin-left: auto;
    margin-bottom: 0;
    display: block;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// text-align
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.alignC{text-align: center !important;}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// padding
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// flex
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
}
.justifySb {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-pack: justify;
	-moz-flex-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.justifyC {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.flex1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex: 1;
	flex: 1;
}
/*折り返し*/
.wrap {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*縦方向揃え*/
.alignItemC {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// font
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
a {
	color: inherit;
}
a:hover {
}
.headline_h2 {
	color: #fff;
	line-height: 1.5;
	font-weight: 500;
	font-size: 20px;
	font-size: 2.0rem;
	position: relative;
	padding: 10px 0 8px 2.4em;
	margin-bottom: 32px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#50d2a5+0,afebd7+100 */
	background: rgb(80,210,165); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(80,210,165,1) 0%, rgba(175,235,215,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(80,210,165,1) 0%, rgba(175,235,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(80,210,165,1) 0%, rgba(175,235,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50d2a5', endColorstr='#afebd7', GradientType=1 ); /* IE6-9 */
	overflow: hidden;
}
.headline_h2::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 42px;
	height: 48px;
	background: url("../img/common/h2_left.png") top left no-repeat;
	background-size: 42px 48px;
	z-index: 2;
}
.headline_h2::after {
	position: absolute;
	content: "";
	top: 0px;
	right: 0px;
	width: 98px;
	height: 48px;
	background: url("../img/common/h2_right.png") top right no-repeat;
	background-size: 98px 48px;
}
.headline_bg {
	position: relative;
	border-top: 1px solid #cdcdcd;
	padding: 62px 0;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 32px;
}
.headline_bg::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 191px;
	height: 150px;
	background: url("../img/common/headline_bg_left.svg") bottom left no-repeat;
	background-size: 191px 150px;
}
.headline_bg::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 300px;
	height: 121px;
	background: url("../img/common/headline_bg_right.svg") top right no-repeat;
	background-size: 300px 121px;
}
.headline_bg h2 {
	font-size: 20px;
}
h1 {
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
}
h3 {
	line-height: 1.4;
	font-weight: 600;
}
h4 {
	line-height: 1.4;
	font-weight: 600;
}
h5 {
	line-height: 1.4;
	font-weight: 400;
}
h6 {
	line-height: 1.4;
	font-weight: 400;
}
p, li, td, th, dt, dd {
	line-height: 1.4;
	font-weight: 400;
}
a {
	font-size: inherit;
}
.mini {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
}
.bold {
	font-weight: 700;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// color
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.color_red, .color_red a {
	color: #d7003a !important;
}
.color_blue, .color_blue a {
	color: #006dba !important;
}
.color_lightBlue, .color_lightBlue a {
	color: #67a7eb !important;
}
.color_emerald, .color_emerald a {
	color: #00b0b0 !important;
}
.color_green, .color_green a {
	color: #81be78 !important;
}
.color_purple, .color_purple a {
	color: #bf94cf !important;
}
.color_pink, .color_pink a {
	color: #f582b0 !important;
}
.color_orange, .color_orange a {
	color: #e3a34e !important;
}
.color_scarlet, .color_scarlet a {
	color: #fd7480 !important;
}
.color_gray {
	color: #ccc;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// background
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.bgWhite {
	background: #fff;
}
.bgGray {
	background: #f2f1f1;
}
.bgBlue {
	background: #0070bd;
	color: #fff;
	padding: 56px 0;
}
bgOffWhite {
	background: #fcfcfc;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// border
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.borderGray {
	border: 5px solid #ebebeb;
	padding: 13px 18px 14px 18px;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// list
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.listBase {
	padding-left: 1.5em;
}
ul.listBase li {
	margin-bottom: 16px;
	list-style: disc;
}
ol.listBase li {
	margin-bottom: 16px;
	list-style: decimal-leading-zero;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// table
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
table.style_1 {
	width: 100%;
	text-align: left;
}
table.style_1 thead {
	border-top: 2px solid #51D3A6;
}
table.style_1 tbody {
	border-top: 1px solid #ccc;
}
table.style_1 th, table.style_1 td {
	padding: 10px;
}
table.style_1 tbody tr {
	border-bottom: 1px dashed #ccc;
}
table.style_1 tbody tr:last-child {
	border-bottom: 1px solid #ccc;
}
table.style_1 tbody th {
	background: #f3f3f3;
}
table.style_1 tbody td {
	border-left: 1px solid #ccc;
}
table.style_1 tbody th span {
	margin-left: 10px;
	background: #fff;
	padding: 2px 10px;
	border-radius: 6px;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// footer
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.footer_inr {
	max-width: 1040px;
	width: 100%;
	padding: 32px 0;
	margin: 0 auto 0 auto;
}
.contact_ul li {
	border: 1px solid #64C3C3;
	background: rgba(255,255,255,0.8);
	max-width: 208px;
	padding: 16px 8px;
}
.contact_ul li + li {
	margin-left: 8px;
}
.contact_ul li .txt_1 {
	color: #666464;
	font-size: 14px;
	font-size: 1.4rem;
	min-height: 50px;
}
.contact_ul li .txt_2 {
	margin-top: 4px;
}
.contact_ul li .txt_2 span {
	color: #FFD900;
}
.contact_ul li .txt_2 a {
	font-size: 12px;
	font-size: 1.2rem;
	color: #0093D4;
}
.contact_ul li .txt_3 {
	padding-left: 1.5em;
	color: #0093D4;
}
footer {
	position: relative;
}
.copyright {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 0 auto;
	clear: both;
	padding: 32px 0;
	border-top: 1px solid #64c3c3;
	text-align: right;
}
.copyright a {
	display: block;
}
.copyright img {
	max-width: 200px;
	display: block;
	margin: 0 0 0 auto;
}
.copyright p {
	color: #666464;
	font-size: 11px;
	margin-top: 8px;
	line-height: 1.6;
}
/*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// other
--+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
#page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page_top a {
	display: block;
	z-index: 999;
	line-height: 40px;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	background: #51D3A6;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#page_top a:hover {
	background: #37BE8F;
}
