@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}

html {
  min-height: 100%;
  position: relative;
}
 
body {
	color: #000;
	background-color: #FFF;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	word-wrap: break-word;
	letter-spacing: 0.1em;
}

section {
	display: block;
}

img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
li {
	list-style-type: none;
}
a {
	color: #333;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #00AE53;
	text-decoration: none;
}

h2 {
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
}

p {
	line-height: 2;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 10px;
}


/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	position: fixed;
	z-index: 200;
	background-color: rgba(0,0,0,0.8);
	height: 60px;
}
header h1 {
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 5px;
}

/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	background-color: #EEE;
	position: relative;
	display: block;
	padding-top: 50px;
	padding-bottom: 20px;
}

.footer_in {
	width: 1200px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.f_tel {
	position: absolute;
	right: 0px;
	top: 0px;
}
.f_tel p {
	font-size: 16px;
	color: #555;
}
.f_tel p strong {
	font-size: 34px;
	color: #5AB331;
	font-weight: normal;
}

.f_tel02 h2 {
	font-family: none;
	font-size: 35px;
}
.f_tel02 p {
	font-size: 20px;
	color: #555;
}
.f_tel02 p strong {
	font-size: 70px;
	color: #5AB331;
	font-weight: normal;
}

.f_tel02--sp h2 {
	font-family: none;
	font-size: 20px;
}
.f_tel02--sp p {
	font-size: 15px;
	color: #555;
	margin-top: 0px;
}
.f_tel02--sp p strong {
	font-size: 40px;
	color: #5AB331;
	font-weight: normal;
	margin-top: 0px;
}

.f_info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 340px;
	background-image: url(./img/f_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 280px;
}
.f_info p {
	font-size: 12px;
	line-height: 24px;
	color: #555;
}

.f_info--sp {
	background-image: url(./img/f_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
}

address {
	position: absolute;
	bottom: 20px;
	right: 0px;
	font-size: 12px;
	font-style: normal;
	text-align: right;
	display: block;
	color: #555;
}

.btn_trial a {
	font-size: 20px;
	color: #5AB331;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 2px solid #5AB331;
	line-height: 40px;
}

.btn_trial a i {
	padding-right: 10px;
}

.btn_trial a:hover {
	background-color: #5AB331;
	color: #FFF;
}

/*
col
-------------------------------------------*/

.col__wrap, .col__wrap--margin, .col__wrap--marginL, .col__wrap--marginS, .col__wrap--center {
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.col__wrap--margin {
	margin: 1% 0%;
}
.col__wrap--margin > li {
	padding: 1%;
}
.col__wrap--marginL {
	margin: 2% -2%;
}
.col__wrap--marginL > li {
	padding: 2%;
}
.col__wrap--marginS {
	margin: .5% -.5%;
}
.col__wrap--marginS > li {
	padding: .5%;
}
.col__wrap--stretch {
	align-items: stretch;
}
.col__wrap--center > li {
	align-self: center;
}

/*
width
-------------------------------------------*/

@media all and (min-width: 40em) {
	.col--pc-6 {
		width: 50%;
		list-style: none;
		text-indent: inherit;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}
	.col--pc-6.col--right {
		float: right;
	}
}
/*全スマホ*/
@media only screen and (max-width: 40em) {
	.col--sp-6 {
		width: 50%;
		list-style: none;
		text-indent: inherit;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}
	.col--sp-6.col--right {
		float: right;
	}

	.col--12 {
		width: 100%;
		list-style: none;
		text-indent: inherit;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}
	.col--12.col--right {
		float: right;
	}

	@media only screen and (max-width: 40em) {
		.col--sp-12 {
			width: 100%;
			list-style: none;
			text-indent: inherit;
			padding: 0;
			margin: 0;
			box-sizing: border-box;
		}
		.col--sp-12.col--right {
			float: right;
		}
	}
}

.width--980 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	/*全スマホ*/
}
@media only screen and (max-width: 40em) {
	.width--980 {
		width: 86%;
		padding-left: 7%;
		padding-right: 7%;
	}
}

.pc {
	/*全スマホ*/
}
@media only screen and (max-width: 40em) {
	.pc {
		display: none !important;
	}
}

.sp {
	/*PC*/
}
@media all and (min-width: 40em) {
	.sp {
		display: none !important;
	}
}

/*
padding-top
-------------------------------------------*/

.PT50{padding-top:10px;}
.PT80{padding-top:80px;}
.PT100{padding-top:100px;}
.PB60{padding-bottom:60px;}

/*
fontsize
-------------------------------------------*/

.fontsize--50 {font-size: 50%;}
.fontsize--60 {font-size: 60%;}
.fontsize--70 {font-size: 70%;}
.fontsize--80 {font-size: 80%;}
.fontsize--90 {font-size: 90%;}
.fontsize--110 {font-size: 110%;}
.fontsize--120 {font-size: 120%;}
.fontsize--130 {font-size: 130%;}
.fontsize--140 {font-size: 140%;}
.fontsize--150 {font-size: 150%;}
.fontsize--180 {font-size: 180%;}
.fontsize--230 {font-size: 230%;}


