@charset "UTF-8";
/* ===================================================================
CSS information
 Author   : City Field Kagohara
 CSS Name : information.css
 CSS Info : 案内
=================================================================== */
.con_intro .box_int, .con_method .box_met {
	max-width: 1200px;
	margin: auto;
}

@media only screen and (min-width: 768px) {
	.con_intro .box_int, .con_method .box_met {
		width: 95%;
	}
}

@media print {
	.con_intro .box_int, .con_method .box_met {
		width: 95%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int, .con_method .box_met {
		width: 90%;
	}
}

.con_intro .box_btn .btn > a:after, .con_intro .box_btn .btn > span:after, .con_information .box_cor.information .inner .wrp_met .btn > a:after, .con_information .box_cor.information .inner .wrp_met .btn > span:after {
	font-family: "ic" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro .box_int {
	position: relative;
	padding-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_intro .box_int {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int {
		padding-top: 2em;
	}
}

.con_intro .box_int:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -20px;
	width: 1px;
	height: 40px;
	background: #1C6F00; /* #ff6317 */
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int:before {
		top: -0.4em;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int:before {
		height: 1.8em;
	}
}

.con_intro .box_int h3 {
	margin-bottom: 25px;
	text-align: center;
	font-size: 150%;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	letter-spacing: .06em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_intro .box_int h3 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int h3 {
		margin-bottom: 0.8em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_intro .box_int h3 {
		font-size: 138%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int h3 {
		font-size: 125%;
	}
}

@media only screen and (min-width: 768px) {
	.con_intro .box_int .txt {
		text-align: center;
	}
}

@media print {
	.con_intro .box_int .txt {
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_intro .box_int .txt {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_int .txt {
		font-size: 88%;
	}
}

.con_intro .box_btn {
	padding: 25px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_intro .box_btn {
		padding: 20px 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_btn {
		padding: 0.8em 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_intro .box_btn {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_btn {
		margin-top: 1em;
	}
}

.con_intro .box_btn .btn {
	margin: auto;
}

@media only screen and (min-width: 768px) {
	.con_intro .box_btn .btn {
		width: 390px;
	}
}

@media print {
	.con_intro .box_btn .btn {
		width: 390px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_btn .btn {
		width: 100%;
	}
}

.con_intro .box_btn .btn > a, .con_intro .box_btn .btn > span {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 100%;
	color: #FFF;
	padding: .9em 1.5em 1em;
	background: #1C6F00; /* #ff6317 */
	text-align: center;
	position: relative;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	letter-spacing: .08em;
	-webkit-transition: background 400ms, color 400ms;
	-moz-transition: background 400ms, color 400ms;
	-o-transition: background 400ms, color 400ms;
	transition: background 400ms, color 400ms;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_intro .box_btn .btn > a, .con_intro .box_btn .btn > span {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_btn .btn > a, .con_intro .box_btn .btn > span {
		font-size: 88%;
		padding: .8em 1em;
	}
}

.con_intro .box_btn .btn > a:after, .con_intro .box_btn .btn > span:after {
	content: "";
	display: inline-block;
	margin-left: .5em;
	font-size: 63%;
	display: inline-block;
	vertical-align: .2em;
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	right: 1em;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.con_intro .box_btn .btn > a:hover, .con_intro .box_btn .btn > span:hover {
	background: #ff9664;
	color: #FFF;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_btn .btn {
		width: 90%;
	}
}

.con_intro .box_btn .btn a:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* -----------------------------------------------------------
	.con_information
----------------------------------------------------------- */
.con_information {
	max-width: 1600px;
	margin: auto;
	margin-top: 55px;
}

@media only screen and (min-width: 768px) {
	.con_information {
		width: 95%;
	}
}

@media print {
	.con_information {
		width: 95%;
	}
}

@media only screen and (max-width: 767px) {
	.con_information {
		width: 90%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information {
		margin-top: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.con_information {
		margin-top: 1.5em;
	}
}

@media only screen and (min-width: 768px) {
	.con_information {
		display: -webkit-flex;
		display: flex;
	}
}

@media print {
	.con_information {
		display: -webkit-flex;
		display: flex;
	}
}

@media only screen and (min-width: 768px) {
	.con_information .box_cor {
		width: 48.875%;
	}
}

@media print {
	.con_information .box_cor {
		width: 48.875%;
	}
}

.con_information .box_cor .wrp_st {
	position: relative;
}

.con_information .box_cor .wrp_st > div {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 5.11509%;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor .wrp_st > div {
		padding: 0 1em;
	}
}

.con_information .box_cor .wrp_st > div .txt {
	margin-bottom: 7px;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	text-shadow: 0.3em 0 0.3em #d7e6fb, 0 0.3em 0.3em #d7e6fb, -0.3em 0 0.3em #d7e6fb, 0 -0.3em 0.3em #d7e6fb;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor .wrp_st > div .txt {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor .wrp_st > div .txt {
		margin-bottom: 0.3em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor .wrp_st > div .txt {
		font-size: 88%;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor .wrp_st > div .txt {
		font-size: 75%;
	}
}

.con_information .box_cor .wrp_st > div h4 {
	font-size: 188%;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	letter-spacing: .01em;
	line-height: 1;
	text-shadow: 0.15em 0 0.3em rgba(255, 255, 255, 0.6), 0 0.15em 0.3em rgba(255, 255, 255, 0.6), -0.15em 0 0.3em rgba(255, 255, 255, 0.6), 0 -0.15em 0.3em rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor .wrp_st > div h4 {
		font-size: 157%;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor .wrp_st > div h4 {
		font-size: 125%;
	}
}

.con_information .box_cor .wrp_st > div h4 span {
	font-size: 114%;
}

.con_information .box_cor .wrp_st > div h4 em {
	color: #1C6F00; /* #ff6317 */
	font-size: 134%;
}

.con_information .box_cor .inner {
	padding: 40px 35px;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor .inner {
		padding: 30px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor .inner {
		padding: 1em;
	}
}

.con_information .box_cor .inner ul li {
	margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor .inner ul li {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor .inner ul li {
		margin-top: 0.5em;
	}
}

.con_information .box_cor .inner ul li:first-child {
	margin-top: 0;
}

.con_information .box_cor .inner ul li .st {
	position: relative;
	padding-left: .8em;
	margin-bottom: 8px;
	box-sizing: border-box;
	color: #572605;/*#b2846e;*/
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor .inner ul li .st {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor .inner ul li .st {
		margin-bottom: 0.3em;
	}
}

@media only screen and (min-width: 1200px) {
	.con_information .box_cor .inner ul li .st {
		font-size: 125%;
		letter-spacing: .06em;
	}
}

@media print {
	.con_information .box_cor .inner ul li .st {
		font-size: 125%;
		letter-spacing: .06em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor .inner ul li .st {
		font-size: 107%;
		letter-spacing: .03em;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor .inner ul li .st {
		font-size: 94%;
	}
}

.con_information .box_cor .inner ul li .st:before {
	content: '';
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background: #1C6F00; /* #ff6317 */
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor .inner ul li .st:before {
		top: 0.65em;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor .inner ul li .st:before {
		width: .3em;
		height: .3em;
	}
}

.con_information .box_cor .inner ul li .txt {
	padding-left: 1em;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor .inner ul li .txt {
		padding-left: 0.8em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor .inner ul li .txt {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor .inner ul li .txt {
		font-size: 82%;
	}
}

.con_information .box_cor .inner ul li .txt span {
	font-size: 94%;
}

.con_information .box_cor.information {
	background: #faf1ea;
}

.con_information .box_cor.information .inner .wrp_met {
	padding: 30px 35px;
	margin-top: 35px;
	background: #fff;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_met {
		padding: 20px 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_met {
		padding: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_met {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_met {
		margin-top: 1em;
	}
}

.con_information .box_cor.information .inner .wrp_met .st {
	margin-bottom: 20px;
	text-align: center;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_met .st {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_met .st {
		margin-bottom: 0.8em;
	}
}

@media only screen and (min-width: 1200px) {
	.con_information .box_cor.information .inner .wrp_met .st {
		font-size: 125%;
		letter-spacing: .06em;
	}
}

@media print {
	.con_information .box_cor.information .inner .wrp_met .st {
		font-size: 125%;
		letter-spacing: .06em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_met .st {
		font-size: 113%;
		letter-spacing: .03em;
	}
}

.con_information .box_cor.information .inner .wrp_met .st:after {
	content: '';
	display: block;
	width: 46px;
	height: 1px;
	background: #1C6F00; /* #ff6317 */
	margin: 10px auto 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_met .st:after {
		margin: 8px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_met .st:after {
		margin: 0.5em auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_met .st:after {
		width: 2em;
	}
}

@media only screen and (min-width: 1200px) {
	.con_information .box_cor.information .inner .wrp_met .txt {
		text-align: center;
	}
}

@media print {
	.con_information .box_cor.information .inner .wrp_met .txt {
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_met .txt {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_met .txt {
		font-size: 82%;
	}
}

.con_information .box_cor.information .inner .wrp_met .txt .view_c {
	display: none;
}

@media only screen and (min-width: 1650px) {
	.con_information .box_cor.information .inner .wrp_met .txt .view_c {
		display: block;
	}
}

@media print {
	.con_information .box_cor.information .inner .wrp_met .txt .view_c {
		display: block;
	}
}

.con_information .box_cor.information .inner .wrp_met .btn {
	margin: 25px auto 0;
}

@media only screen and (min-width: 768px) {
	.con_information .box_cor.information .inner .wrp_met .btn {
		width: 285px;
	}
}

@media print {
	.con_information .box_cor.information .inner .wrp_met .btn {
		width: 285px;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_met .btn {
		width: 100%;
	}
}

.con_information .box_cor.information .inner .wrp_met .btn > a, .con_information .box_cor.information .inner .wrp_met .btn > span {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 100%;
	color: #FFF;
	padding: .9em 1.5em 1em;
	background: #b2846e;
	text-align: center;
	position: relative;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	letter-spacing: .08em;
	-webkit-transition: background 400ms, color 400ms;
	-moz-transition: background 400ms, color 400ms;
	-o-transition: background 400ms, color 400ms;
	transition: background 400ms, color 400ms;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_met .btn > a, .con_information .box_cor.information .inner .wrp_met .btn > span {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_met .btn > a, .con_information .box_cor.information .inner .wrp_met .btn > span {
		font-size: 88%;
		padding: .8em 1em;
	}
}

.con_information .box_cor.information .inner .wrp_met .btn > a:after, .con_information .box_cor.information .inner .wrp_met .btn > span:after {
	content: "";
	display: inline-block;
	margin-left: .5em;
	font-size: 63%;
	display: inline-block;
	vertical-align: .2em;
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	right: 1em;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.con_information .box_cor.information .inner .wrp_met .btn > a:hover, .con_information .box_cor.information .inner .wrp_met .btn > span:hover {
	background: #cdaea0;
	color: #FFF;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_met .btn {
		margin: 20px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_met .btn {
		margin: 0.8em auto 0;
	}
}

@media only screen and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_met .btn {
		width: 100%;
	}
}

.con_information .box_cor.information .inner .wrp_met .btn a {
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
}

@media only screen and (min-width: 1200px) {
	.con_information .box_cor.information .inner .wrp_met .btn a {
		font-size: 94%;
	}
}

@media print {
	.con_information .box_cor.information .inner .wrp_met .btn a {
		font-size: 94%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_met .btn a {
		font-size: 88%;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_met .btn a {
		font-size: 82%;
	}
}

.con_information .box_cor.information {
	background: #f7f7f7;
	margin: 0 0 0 2.25%;
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information {
		margin: 1.5em 0 0;
	}
}

.con_information .box_cor.information .inner .wrp_contact {
	padding: 20px 0;
	margin-top: 50px;
	background: #fff;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_contact {
		padding: 15px 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_contact {
		padding: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_contact {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_contact {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 1200px) {
	.con_information .box_cor.information .inner .wrp_contact {
		letter-spacing: -.4em;
	}
	.con_information .box_cor.information .inner .wrp_contact > * {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
		letter-spacing: normal;
	}
}

@media print {
	.con_information .box_cor.information .inner .wrp_contact {
		letter-spacing: -.4em;
	}
	.con_information .box_cor.information .inner .wrp_contact > * {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
		letter-spacing: normal;
	}
}

.con_information .box_cor.information .inner .wrp_contact .st {
	color: #007712;/*#b2846e;*/
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
}

@media only screen and (min-width: 1200px) {
	.con_information .box_cor.information .inner .wrp_contact .st {
		width: 43.53933%;
	}
}

@media print {
	.con_information .box_cor.information .inner .wrp_contact .st {
		width: 43.53933%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_contact .st {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_contact .st {
		font-size: 88%;
	}
}

.con_information .box_cor.information .inner .wrp_contact .wrp_txt {
	box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
	.con_information .box_cor.information .inner .wrp_contact .wrp_txt {
		width: 56.17978%;
		border-left: 1px solid #faf1ea;
	}
}

@media print {
	.con_information .box_cor.information .inner .wrp_contact .wrp_txt {
		width: 56.17978%;
		border-left: 1px solid #faf1ea;
	}
}

@media only screen and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_contact .wrp_txt {
		padding-top: .5em;
		border-top: 1px solid #faf1ea;
		margin-top: .5em;
	}
}

.con_information .box_cor.information .inner .wrp_contact .wrp_txt .txt_tel {
	color: #007712;/*#b2846e;*/
	letter-spacing: .06em;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	line-height: 1;
}

@media only screen and (min-width: 1200px) {
	.con_information .box_cor.information .inner .wrp_contact .wrp_txt .txt_tel {
		font-size: 125%;
	}
}

@media print {
	.con_information .box_cor.information .inner .wrp_contact .wrp_txt .txt_tel {
		font-size: 125%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_contact .wrp_txt .txt_tel {
		font-size: 113%;
	}
}

.con_information .box_cor.information .inner .wrp_contact .wrp_txt .txt_tel a, .con_information .box_cor.information .inner .wrp_contact .wrp_txt .txt_tel span {
	color: #007712;/*#b2846e;*/
	font-family: "Times New Roman", serif;
	font-size: 150%;
}

.con_information .box_cor.information .inner .wrp_contact .wrp_txt .fax {
	margin-top: 7px;
	color: #007712;/*#b2846e;*/
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_contact .wrp_txt .fax {
		margin-top: 0.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_information .box_cor.information .inner .wrp_contact .wrp_txt .fax {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_contact .wrp_txt .fax {
		font-size: 88%;
	}
}

.con_information .box_cor.information .inner .wrp_contact .wrp_txt .fax span {
	font-family: "Times New Roman", serif;
	font-size: 125%;
}

.con_information .box_cor.information .inner .wrp_contact .wrp_txt .btn {
	width: 90%;
	margin: 10px auto 0;
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_contact .wrp_txt .btn {
		margin: 0.5em auto 0;
	}
}

@media only screen and (min-width: 1200px) {
	.con_information .box_cor.information .inner .wrp_contact .wrp_txt .btn {
		max-width: 240px;
	}
}

@media print {
	.con_information .box_cor.information .inner .wrp_contact .wrp_txt .btn {
		max-width: 240px;
	}
}

.con_information .box_cor.information .inner .wrp_contact .wrp_txt .btn a {
	display: block;
	padding: 7px 0.5em;
	border: 1px solid #cccccc;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 82%;
	letter-spacing: .05em;
	-webkit-transition: background 400ms ease;
	-moz-transition: background 400ms ease;
	-o-transition: background 400ms ease;
	transition: background 400ms ease;
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_contact .wrp_txt .btn a {
		padding: 0.5em;
	}
}

.con_information .box_cor.information .inner .wrp_contact .wrp_txt .btn a:before, .con_information .box_cor.information .inner .wrp_contact .wrp_txt .btn a:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: baseline;
}

.con_information .box_cor.information .inner .wrp_contact .wrp_txt .btn a:before {
	content: "";
	margin-right: .5em;
}

@media only screen and (max-width: 767px) {
	.con_information .box_cor.information .inner .wrp_contact .wrp_txt .btn a {
		font-size: 75%;
	}
}

.con_information .box_cor.information .inner .wrp_contact .wrp_txt .btn a:hover {
	background: rgba(204, 204, 204, 0.3);
}

/* -----------------------------------------------------------
	.con_method
----------------------------------------------------------- */
.con_method {
	margin-top: 70px;
	border-top: 1px solid #ccc;
	padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_method {
		margin-top: 2.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_method {
		padding-top: 1.5em;
	}
}

.con_method .box_met h4 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 150%;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	letter-spacing: .06em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met h4 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met h4 {
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met h4 {
		font-size: 138%;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met h4 {
		font-size: 125%;
	}
}

.con_method .box_met h4:after {
	content: '';
	display: block;
	width: 46px;
	height: 1px;
	background: #1C6F00; /* #ff6317 */
	margin: 10px auto 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met h4:after {
		margin: 8px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met h4:after {
		margin: 0.5em auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met h4:after {
		width: 2em;
	}
}

.con_method .box_met .wrp_login {
	padding: 25px;
	background: #fefde6;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_login {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_login {
		padding: 1em;
	}
}

@media only screen and (min-width: 768px) {
	.con_method .box_met .wrp_login {
		max-width: 600px;
		margin: auto;
	}
}

@media print {
	.con_method .box_met .wrp_login {
		max-width: 600px;
		margin: auto;
	}
}

.con_method .box_met .wrp_login .st {
	margin-bottom: 10px;
	text-align: center;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_login .st {
		margin-bottom: 0.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_login .st {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_login .st {
		font-size: 82%;
	}
}

.con_method .box_met .wrp_login input[type="text"] {
	display: block;
	padding: .5em;
	border: 1px solid #ccc;
	margin: auto;
	background: #fff;
	box-sizing: border-box;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}

@media only screen and (min-width: 768px) {
	.con_method .box_met .wrp_login input[type="text"] {
		width: 310px;
	}
}

@media print {
	.con_method .box_met .wrp_login input[type="text"] {
		width: 310px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_login input[type="text"] {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_login input[type="text"] {
		width: 80%;
		font-size: 88%;
	}
}

.con_method .box_met .wrp_login .att {
	margin: .5em auto 0;
}

@media only screen and (min-width: 768px) {
	.con_method .box_met .wrp_login .att {
		width: 310px;
	}
}

@media print {
	.con_method .box_met .wrp_login .att {
		width: 310px;
	}
}

.con_method .box_met .wrp_login .att li {
	color: #ff1717;
}

@media only screen and (min-width: 1200px) {
	.con_method .box_met .wrp_login .att li {
		font-size: 88%;
	}
}

@media print {
	.con_method .box_met .wrp_login .att li {
		font-size: 88%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_login .att li {
		font-size: 82%;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_login .att li {
		font-size: 75%;
	}
}

.con_method .box_met .wrp_login .btn {
	margin: 25px auto 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_login .btn {
		margin: 15px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_login .btn {
		margin: 1em auto 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_method .box_met .wrp_login .btn {
		width: 160px;
	}
}

@media print {
	.con_method .box_met .wrp_login .btn {
		width: 160px;
	}
}

.con_method .box_met .wrp_login .btn input[type="submit"] {
	display: block;
	width: 100%;
	padding: 10px 0.5em;
	border: none;
	background: #1C6F00; /* #ff6317 */
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_login .btn input[type="submit"] {
		padding: 0.8em 0.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_login .btn input[type="submit"] {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_login .btn input[type="submit"] {
		font-size: 88%;
	}
}

.con_method .box_met .wrp_login .btn input[type="submit"]:hover {
	cursor: pointer;
}

.con_method .box_met .wrp_txt {
	margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_txt {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_txt {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 768px) {
	.con_method .box_met .wrp_txt .txt,
	.con_method .box_met .wrp_txt .att {
		text-align: center;
	}
}

@media print {
	.con_method .box_met .wrp_txt .txt,
	.con_method .box_met .wrp_txt .att {
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_txt .txt {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_txt .txt {
		font-size: 88%;
	}
}

.con_method .box_met .wrp_txt .att {
	margin-top: .3em;
}

@media only screen and (min-width: 1200px) {
	.con_method .box_met .wrp_txt .att {
		font-size: 88%;
	}
}

@media print {
	.con_method .box_met .wrp_txt .att {
		font-size: 88%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_txt .att {
		font-size: 82%;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_txt .att {
		font-size: 75%;
	}
}

.con_method .box_met .wrp_tel {
	padding: 20px;
	border: 1px solid #b2846e;
	margin: 35px auto 0;
	box-sizing: border-box;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_tel {
		padding: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_tel {
		padding: 0.8em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_tel {
		margin: 25px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_tel {
		margin: 1em auto 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_method .box_met .wrp_tel {
		max-width: 800px;
		letter-spacing: -.4em;
	}
	.con_method .box_met .wrp_tel > * {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
		letter-spacing: normal;
	}
}

@media print {
	.con_method .box_met .wrp_tel {
		max-width: 800px;
		letter-spacing: -.4em;
	}
	.con_method .box_met .wrp_tel > * {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
		letter-spacing: normal;
	}
}

.con_method .box_met .wrp_tel .st {
	color: #b2846e;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	letter-spacing: .06em;
}

@media only screen and (min-width: 1200px) {
	.con_method .box_met .wrp_tel .st {
		font-size: 113%;
	}
}

@media print {
	.con_method .box_met .wrp_tel .st {
		font-size: 113%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_tel .st {
		font-size: 107%;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_tel .st {
		font-size: 94%;
	}
}

.con_method .box_met .wrp_tel .inner {
	margin: 0 0 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_tel .inner {
		margin: 0 0 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_tel .inner {
		margin: 0.5em 0 0;
	}
}

.con_method .box_met .wrp_tel .inner .txt_tel {
	color: #b2846e;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	font-size: 150%;
	line-height: 1;
	letter-spacing: .06em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_tel .inner .txt_tel {
		font-size: 132%;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_tel .inner .txt_tel {
		font-size: 113%;
	}
}

.con_method .box_met .wrp_tel .inner .txt_tel a, .con_method .box_met .wrp_tel .inner .txt_tel span {
	color: #b2846e;
	font-family: "Times New Roman", serif;
	font-size: 142%;
}

.con_method .box_met .wrp_tel .inner .txt {
	margin-top: .2em;
	color: #b2846e;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_method .box_met .wrp_tel .inner .txt {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_method .box_met .wrp_tel .inner .txt {
		font-size: 82%;
	}
}

/*# sourceMappingURL=../maps/information.css.map */
