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

 file name  : la_components.css
 author     : Ability Consultant
 style info : コンポーネント
=================================================================== */
/* -----------------------------------------------------------
	見出し
----------------------------------------------------------- */
.st_mark {
	background: url(../images/lang/common/ic_mark.png) center 20px no-repeat;
	-webkit-background-size: 40px;
	-moz-background-size: 40px;
	-o-background-size: 40px;
	background-size: 40px;
	text-align: center;
	padding: 70px 15px 0;
	margin-bottom: 30px;
	position: relative;
}

.st_mark h3 {
	font-size: 1.8em;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 10px;
}

.english .st_mark h3 {
	font-family: "Times New Roman", serif;
}

.korean .st_mark h3 {
	font-family: "Batang", "Apple Gothic", "Arial", sans-serif;
}

.traditional .st_mark h3 {
	font-family: "新細明體", Arial, Verdana, sans-serif;
}

.simplified .st_mark h3 {
	font-family: "宋体", Microsoft Yahei, Arial, Verdana, sans-serif;
}

.st_mark:before,
.st_mark:after {
	content: " ";
	width: 100%;
	height: 1px;
	background: #d6cdb4;
	position: absolute;
}

.st_mark:before {
	top: 0;
	left: 0;
}

.st_mark:after {
	top: 3px;
	left: 0;
}

@media only screen and (min-width: 737px) {
  .st_mark h3 {
	font-size: 2.4em;
}
}

/* -----------------------------------------------------------
ヨコ型
----------------------------------------------------------- */
.st_mark_h {
	background: url(../images/lang/common/ic_mark.png) left center no-repeat;
	padding: 15px 15px 15px 58px;
	margin: 0 0 20px;
	text-align: left;
}

.st_mark_h h3 {
	font-size: 1.8em;
	line-height: 1.2;
	font-weight: normal;
}

.english .st_mark_h h3 {
	font-family: "Times New Roman", serif;
}

.korean .st_mark_h h3 {
	font-family: "Batang", "Apple Gothic", "Arial", sans-serif;
}

.traditional .st_mark_h h3 {
	font-family: "新細明體", Arial, Verdana, sans-serif;
}

.simplified .st_mark_h h3 {
	font-family: "宋体", Microsoft Yahei, Arial, Verdana, sans-serif;
}

@media only screen and (min-width: 737px) {
  .st_mark_h h3 {
	font-size: 2.4em;
}
}

/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
.btn_style {
	width: 90%;
	max-width: 320px;
	margin: 0 auto;
}

.btn_style a {
	display: block;
	width: 100%;
	padding: 10px 15px;
	line-height: 1;
	position: relative;
}

.btn_style a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -.5em;
	font-size: 1.3em;
}

@media only screen and (min-width: 1025px) {
  .btn_style a {
	padding: 15px;
}
}
.btn_style.basic a {
	color: #b47f54;
	border: 3px solid #b47f54;
}

@media only screen and (min-width: 1025px) {
  .btn_style.basic a:hover {
	text-decoration: none;
	background: #b47f54;
	color: #fff;
}
}
.btn_style.white a {
	color: #fff;
	border: 3px solid #fff;
}

@media only screen and (min-width: 1025px) {
  .btn_style.white a:hover {
	text-decoration: none;
	background: #fff;
}
}

/* -----------------------------------------------------------
	.st_xxx
	透明見出し
----------------------------------------------------------- */
.st_alpha,
.st_alpha_green,
.st_alpha_green_l,
.st_alpha_beige,
.st_alpha_d {
	border-top: 1px solid #cfc9aa;
	border-bottom: 1px solid #cfc9aa;
	color: #68531e;
	background: url(../images/lang/common/bg_alpha.png);
	padding: .7em 0;
	position: relative;
	font-size: 1.4em;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.english .st_alpha,
.english .st_alpha_green,
.english .st_alpha_green_l,
.english .st_alpha_beige,
.english .st_alpha_d {
	font-family: "Times New Roman", serif;
}

.korean .st_alpha,
.korean .st_alpha_green,
.korean .st_alpha_green_l,
.korean .st_alpha_beige,
.korean .st_alpha_d {
	font-family: "Batang", "Apple Gothic", "Arial", sans-serif;
}

.traditional .st_alpha,
.traditional .st_alpha_green,
.traditional .st_alpha_green_l,
.traditional .st_alpha_beige,
.traditional .st_alpha_d {
	font-family: "新細明體", Arial, Verdana, sans-serif;
}

.simplified .st_alpha,
.simplified .st_alpha_green,
.simplified .st_alpha_green_l,
.simplified .st_alpha_beige,
.simplified .st_alpha_d {
	font-family: "宋体", Microsoft Yahei, Arial, Verdana, sans-serif;
}

.st_alpha:before,
.st_alpha_green:before,
.st_alpha_green_l:before,
.st_alpha_beige:before,
.st_alpha_d:before {
	content: "";
	background: rgba(236, 233, 223, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.st_alpha h3,
.st_alpha_green h3,
.st_alpha_green_l h3,
.st_alpha_beige h3,
.st_alpha_d h3,
.st_alpha h4,
.st_alpha_green h4,
.st_alpha_green_l h4,
.st_alpha_beige h4,
.st_alpha_d h4 {
	position: relative;
	display: inline-block;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1.2;
}

.st_alpha h3 small,
.st_alpha_green h3 small,
.st_alpha_green_l h3 small,
.st_alpha_beige h3 small,
.st_alpha_d h3 small,
.st_alpha h4 small,
.st_alpha_green h4 small,
.st_alpha_green_l h4 small,
.st_alpha_beige h4 small,
.st_alpha_d h4 small {
	display: block;
	padding-bottom: 3px;
}

@media only screen and (min-width: 737px) {
  .st_alpha,
  .st_alpha_green,
  .st_alpha_green_l,
  .st_alpha_beige,
  .st_alpha_d {
	border-left: 1px solid #cfc9aa;
	border-right: 1px solid #cfc9aa;
	font-size: 1.7em;
	text-align: left;
}

  .st_alpha h3,
  .st_alpha_green h3,
  .st_alpha_green_l h3,
  .st_alpha_beige h3,
  .st_alpha_d h3,
  .st_alpha h4,
  .st_alpha_green h4,
  .st_alpha_green_l h4,
  .st_alpha_beige h4,
  .st_alpha_d h4 {
	padding: 0 0 0 1em;
}

  .st_alpha h3:before,
  .st_alpha_green h3:before,
  .st_alpha_green_l h3:before,
  .st_alpha_beige h3:before,
  .st_alpha_d h3:before,
  .st_alpha h4:before,
  .st_alpha_green h4:before,
  .st_alpha_green_l h4:before,
  .st_alpha_beige h4:before,
  .st_alpha_d h4:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: inline-block;
	margin: 0 1em 0 0;
	width: 5px;
}

  .st_alpha h3 small,
  .st_alpha_green h3 small,
  .st_alpha_green_l h3 small,
  .st_alpha_beige h3 small,
  .st_alpha_d h3 small,
  .st_alpha h4 small,
  .st_alpha_green h4 small,
  .st_alpha_green_l h4 small,
  .st_alpha_beige h4 small,
  .st_alpha_d h4 small {
	font-size: .7em;
}
}

@media only screen and (min-width: 737px) {
  .st_alpha_green h3:before,
  .st_alpha_green h4:before {
	background: #9da042;
}
}

@media only screen and (min-width: 737px) {
  .st_alpha_green_l h3:before,
  .st_alpha_green_l h4:before {
	background: #7e918b;
}
}

@media only screen and (min-width: 737px) {
  .st_alpha_beige h3:before,
  .st_alpha_beige h4:before {
	background: #e8b269;
}
}

.st_alpha_d {
	background: url(../images/lang/common/bg_alpha_d.png);
}
