@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : components.css
 author     : Ability Consultant
 style info : 各種パーツ
=================================================================== */
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
/* Hover animation */
/* -----------------------------------------------------------
	見出し
----------------------------------------------------------- */
.st_basic {
	text-align: center;
	position: relative;
	padding-top: 10px;
}
.st_basic:before {
	content: "";
	background: #95a74d;
	width: 110px;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
}
.st_basic .jp {
	font-size: 214%;
	color: #7b8519;
	font-weight: normal;
}
@media only screen and (max-width: 1199px) {
  .st_basic .jp {
		font-size: 174%;
  }
}
@media print {
  .st_basic .jp {
		font-size: 174%;
  }
}
.ie8 .st_basic .jp {
	font-size: 174%;
}
@media only screen and (max-width: 767px) {
  .st_basic .jp {
		font-size: 160%;
  }
}
.st_basic .en {
	font-family: "Crimson Text", serif;
	color: #bda452;
	text-transform: uppercase;
	display: block;
	letter-spacing: .05em;
	font-weight: normal;
}
.st_basic.left {
	text-align: left;
}
.st_basic.left:before {
	right: auto;
}

.sst_basic {
	text-align: center;
	background: #95a74d url(../images/common/bg_st_green.png) center 0 no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-weight: normal;
	font-size: 147%;
	padding: 10px;
}
@media only screen and (max-width: 1199px) {
  .sst_basic {
		font-size: 134%;
  }
}
@media print {
  .sst_basic {
		font-size: 134%;
  }
}
.ie8 .sst_basic {
	font-size: 134%;
}
@media only screen and (max-width: 767px) {
  .sst_basic {
		font-size: 120%;
  }
}
.sst_basic span:before {
	content: "-";
	margin-right: 10px;
}
.sst_basic span:after {
	content: "-";
	margin-left: 10px;
}

.st_m {
	color: #333;
  /*文字色*/
	padding: 0.5em 0;
  /*上下の余白*/
	border-top: solid 3px #038daa;
  /*上線*/
	border-bottom: solid 3px #038daa;
  /*下線*/
}

.st_s .jp {
	border-bottom: solid 3px #95a74d;
	position: relative;
}
.st_s .jp:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ef8120;
	bottom: -3px;
	width: 30%;
}

/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
.btn {
	text-align: center;
	border: 1px solid #000;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.btn a,
.btn button,
.btn > span {
	color: #000;
	font-size: 107%;
	display: block;
	padding: 1em;
}
@media only screen and (max-width: 767px) {
  .btn a,
  .btn button,
  .btn > span {
		font-size: 100%;
		padding: .5em;
  }
}
.btn a:after,
.btn button:after,
.btn > span:after {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-left: 10px;
}
@media only screen and (min-width: 1025px) {
  .btn {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
  }
  .btn:hover {
		background: #000;
  }
  .btn:hover a,
  .btn:hover button,
  .btn:hover > span {
		color: #fff;
  }
}
@media print {
  .btn {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
  }
  .btn:hover {
		background: #000;
  }
  .btn:hover a,
  .btn:hover button,
  .btn:hover > span {
		color: #fff;
  }
}
.ie8 .btn {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.ie8 .btn:hover {
	background: #000;
}
.ie8 .btn:hover a,
.ie8 .btn:hover button,
.ie8 .btn:hover > span {
	color: #fff;
}
.btn.orange {
	border: 1px solid #ef8120;
	background: #ef8120;
}
.btn.orange a {
	color: #000;
}
@media only screen and (min-width: 1025px) {
  .btn.orange {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
  }
  .btn.orange:hover {
		background: none;
  }
  .btn.orange:hover a {
		color: #ef8120;
  }
}
@media print {
  .btn.orange {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
  }
  .btn.orange:hover {
		background: none;
  }
  .btn.orange:hover a {
		color: #ef8120;
  }
}
.ie8 .btn.orange {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.ie8 .btn.orange:hover {
	background: none;
}
.ie8 .btn.orange:hover a {
	color: #ef8120;
}
.btn.yellow {
	border: 1px solid #e0be55;
	background: #e0be55;
}
.btn.yellow a {
	color: #000;
}
@media only screen and (min-width: 1025px) {
  .btn.yellow {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
  }
  .btn.yellow:hover {
		background: none;
  }
  .btn.yellow:hover a {
		color: #e0be55;
  }
}
@media print {
  .btn.yellow {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
  }
  .btn.yellow:hover {
		background: none;
  }
  .btn.yellow:hover a {
		color: #e0be55;
  }
}
.ie8 .btn.yellow {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.ie8 .btn.yellow:hover {
	background: none;
}
.ie8 .btn.yellow:hover a {
	color: #e0be55;
}
.btn.green {
	border: 1px solid #95a74d;
	background: #95a74d;
}
.btn.green a {
	color: #fff;
	padding: .5em;
}
@media only screen and (min-width: 1025px) {
  .btn.green {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
  }
  .btn.green:hover {
		background: none;
  }
  .btn.green:hover a {
		color: #95a74d;
  }
}
@media print {
  .btn.green {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
  }
  .btn.green:hover {
		background: none;
  }
  .btn.green:hover a {
		color: #95a74d;
  }
}
.ie8 .btn.green {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.ie8 .btn.green:hover {
	background: none;
}
.ie8 .btn.green:hover a {
	color: #95a74d;
}
.btn.white {
	border: 1px solid #fff;
	background: #fff;
}
.btn.white a,
.btn.white input {
	padding: .5em;
}
@media only screen and (min-width: 1025px) {
  .btn.white {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
  }
  .btn.white:hover {
		background: none;
  }
  .btn.white:hover a,
  .btn.white:hover input {
		color: #fff;
  }
}
@media print {
  .btn.white {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
  }
  .btn.white:hover {
		background: none;
  }
  .btn.white:hover a,
  .btn.white:hover input {
		color: #fff;
  }
}
.ie8 .btn.white {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.ie8 .btn.white:hover {
	background: none;
}
.ie8 .btn.white:hover a,
.ie8 .btn.white:hover input {
	color: #fff;
}
.btn.white_bd {
	border: 1px solid #fff;
}
.btn.white_bd a,
.btn.white_bd input,
.btn.white_bd span {
	padding: .5em;
	color: #fff;
}
.btn.white_bd a:after,
.btn.white_bd input:after,
.btn.white_bd span:after {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-left: 10px;
}
@media only screen and (min-width: 1025px) {
  .btn.white_bd {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
  }
  .btn.white_bd:hover {
		background: #fff;
  }
  .btn.white_bd:hover a,
  .btn.white_bd:hover input,
  .btn.white_bd:hover span {
		color: #333 !important;
  }
}
@media print {
  .btn.white_bd {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
  }
  .btn.white_bd:hover {
		background: #fff;
  }
  .btn.white_bd:hover a,
  .btn.white_bd:hover input,
  .btn.white_bd:hover span {
		color: #333 !important;
  }
}
.ie8 .btn.white_bd {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.ie8 .btn.white_bd:hover {
	background: #fff;
}
.ie8 .btn.white_bd:hover a,
.ie8 .btn.white_bd:hover input,
.ie8 .btn.white_bd:hover span {
	color: #333 !important;
}
