@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: ハイアルチ | KC peaks
Author: KCpeaks
Author URI: http://highalti-kcpeaks.com/
---------------------------------------------------------*/

* {
	font-family: ヒラギノ角ゴシック, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 0px;
}
/* 全体 */

.fs10 {
	font-size: 10px;
	line-height:20px;
}
.fs12 {
	font-size: 12px;
	line-height:22px;
}
.fs14 {
	font-size: 14px;
	line-height:24px;
}
.fs16 {
	font-size: 16px;
	line-height:26px;
}
.fs18 {
	font-size: 18px;
	line-height:28px;
}
.fs20 {
	font-size: 20px;
	line-height:30px;
}
.fs24 {
	font-size: 24px;
	line-height:34px;
}
.fs28 {
	font-size: 28px;
	line-height:38px;
}
.fs30 {
	font-size: 30px;
	line-height:40px;
}
.fs36 {
	font-size: 36px;
	line-height:46px;
}
.fcb {
	color: #567fc0;
}
.space10 {
	height:10px;
}
.space20 {
	height:20px;
}
.space30 {
	height:30px;
}
.space40 {
	height:40px;
}
.space50 {
	height:50px;
}
.space60 {
	height:60px;
}
.space70 {
	height:70px;
}
.space80 {
	height:80px;
}
.space100 {
	height:100px;
}
.fcenter {
	text-align: center;
}
.fleft {
	text-align: left;
}
.fright {
	text-align: right;
}
.fbold {
	font-weight: bold;
}
.box800 {
	width:auto;
	max-width: 800px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
.clear {
	clear: both;
}
.col2-1 {
	box-sizing: border-box;
	width: 50%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 40px 0px;
	float: left;
}
.more a{
	display: block;
	width: 250px;
	height: 45px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background: #567fc0;
	border-radius: 10px;
	border: #567fc0 solid 1px;
}
.more a:hover{
	color: #567fc0;
	text-decoration: none;
	background: #ffffff;
	border: #567fc0 solid 1px;
}
/* 全体ここまで */

/* タブレット用 */
@media screen and (max-width: 959px) and (min-width: 600px) {

.col2-1 {
	box-sizing: border-box;
	width: 50%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 40px 0px;
	float: left;
}
	
}
/* タブレットここまで */

/* スマホ用 */
@media screen and (max-width: 599px) {

.col2-1 {
	box-sizing: border-box;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	float: none;
}
	
}
/* スマホここまで */


