@charset "UTF-8";
/*=============================================================
04_modules
=============================================================*/
/*!  button
================================================ */
.mod_btn01 {
	display: table;
	table-layout: fixed;
	color: #fff;
	width: 100%;
	height: 70px;
	font-size: 2.3rem;
	border-radius: 5px;
	background: #76d001;
	box-shadow: 0px 4px 0px 0px rgba(103,167,0,1);
		-moz-box-shadow: 0px 4px 0px 0px rgba(103,167,0,1);
		-webkit-box-shadow: 0px 4px 0px 0px rgba(103,167,0,1);
}

.mod_btn01 > * {
	display: table-cell;
	color: inherit;
	height: 100%;
	font-size: inherit;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.mod_btn01 span {
	font-weight: inherit;
	padding-left: 42px;
	background: url(../img/ico/ico_mail01.png) no-repeat left 55%;
	background-size: 34px;
}

.mod_btn02 {
	display: table;
	table-layout: fixed;
	color: #fff;
	width: 60px;
	height: 60px;
	font-size: 1rem;
	background: #76d001;
	float: right;
	margin: -7px -10px -11px 0;
}

.mod_btn02 > * {
	display: table-cell;
	color: inherit;
	height: 100%;
	font-size: inherit;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 5px;
	text-decoration: none;
}

.mod_btn02 span {
	font-weight: inherit;
}

.mod_btn02 .mail{
	width: 40%;
	margin-bottom:9%;
}
.mod_btn02 .phone {
	width: 40%;
	//margin-bottom:9%;
}
.mod_btn02.phone {
	background: #0057a1;
	margin: -7px 0 -11px;
}

.mod_btn03 {
	display: table;
	table-layout: fixed;
	color: #fff;
	width: 100%;
	height: 70px;
	font-size: 2.3rem;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0px 4px 0px 0px rgba(255,255,255,1);
		-moz-box-shadow: 0px 4px 0px 0px rgba(255,255,255,1);
		-webkit-box-shadow: 0px 4px 0px 0px rgba(255,255,255,1);
}

.mod_btn03 > * {
	display: table-cell;
	color: inherit;
	height: 100%;
	font-size: inherit;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

@media screen and (min-width: 600px) {

	.mod_btn01 {
		height: 140px;
			-webkit-transition: all 0.1s ease-in-out;
			-moz-transition: all 0.1s ease-in-out;
			-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		box-shadow: 0px 3px 0px 0px rgba(103,167,0,1);
			-moz-box-shadow: 0px 3px 0px 0px rgba(103,167,0,1);
			-webkit-box-shadow: 0px 3px 0px 0px rgba(103,167,0,1);
	}

	.mod_btn01 > * {
		font-weight: 600;
		font-size: 2.8rem;
	}

	.mod_btn01:hover {
			-webkit-transform: translateY(3px);
		transform: translateY(3px);
		box-shadow: none;
	}

	.mod_btn01 span {
		padding-left: 48px;
		margin-left: -10px;
		background-size: 40px;
	}

	.mod_btn03 {
		height: 140px;
			-webkit-transition: all 0.1s ease-in-out;
			-moz-transition: all 0.1s ease-in-out;
			-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		box-shadow: 0px 3px 0px 0px rgba(255,255,255,1);
			-moz-box-shadow: 0px 3px 0px 0px rgba(255,255,255,1);
			-webkit-box-shadow: 0px 3px 0px 0px rgba(255,255,255,1);
	}

	.mod_btn03 > * {
		font-weight: 600;
		font-size: 2.8rem;
	}

	.mod_btn03:hover {
			-webkit-transform: translateY(3px);
		transform: translateY(3px);
		box-shadow: none;
	}

}


/*!  mod_tit01 （　＼　テキスト　／　）
		※色、サイズは各cssで調整
================================================ */

.mod_tit01 {
	display: table;
	margin: 0 auto;
	position: relative;
}

.mod_tit01:before,
.mod_tit01:after {
	content: "";
	width: 2px;
	display: block;
	position: absolute;
}

.mod_tit01:before {
		-webkit-transform: rotate(-33deg);
		-ms-transform: rotate(-33deg);
	transform: rotate(-33deg);
}

.mod_tit01:after {
		-webkit-transform: rotate(33deg);
		-ms-transform: rotate(33deg);
	transform: rotate(33deg);
}


@media screen and (min-width: 600px) {

	.mod_tit01:before,
	.mod_tit01:after {
		width: 6px;
	}

}


/*!  mod_tit02 （　中央にアイコンが敷かれた見出し　）
		※画像は各cssで調整
================================================ */

.mod_tit02 {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 115px;
}


@media screen and (min-width: 600px) {

	.mod_tit02 {
		padding: 40px 0;
		font-size: 3.8rem !important;
		background-size: 200px;
	}

}



/*!  mod_subTxt （青背景 丸枠 囲み文字）
================================================ */

.mod_subTxt {
	display: table;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	padding: 7px 18px 8px;
	margin: 0 auto 8px;
	background: #0058a2;
	border-radius: 50px;
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
	transform: scale(.9);
}

@media screen and (min-width: 600px) {

	.mod_subTxt {
		display: table !important;
		font-size: 2.2rem;
		padding: 13px 35px;
		transform: none;
	}

}
