/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/

.sankaku {
    width: 0;
    height: 0;
    left: 50%;
    border: 50px solid transparent;
    border-top: 80px solid #FFF;
    position: absolute;
    top: -150px;
    margin-left: -50px;
}

.sankaku_02 {
    width: 0;
    height: 0;
    left: 50%;
    border: 50px solid transparent;
    border-top: 80px solid #393939;
    position: absolute;
    top: -150px;
    margin-left: -50px;
}

/* 見出し ↓↓ここから↓↓ */
.textwidget h3 {
	background-color: transparent;
	background-color: rgba(0,0.36);
	border-color: rgba(0,0,0,0);
}

h3.custom_h3_en {
	text-align: center;
	font-size: 2.5em;
	line-height: 2em;
	color: #8a8a8a;
	/*margin-top: .2em;*/
	background-color: transparent;
}

h3.custom_h3_en::after {
	border-style: none;
	background-color: transparent;
}

h3.custom_h3_en:first-letter {
	margin-right: 0;
	font-size: 1.5em;
}

h3.custom_h3_jp {
	text-align: center;
	font-size: 1.5em;
	line-height: 2em;
	color: #8a8a8a;
	/*margin-top: -3em;*/
	margin-top:-0.8em;
}

h3.custom_h3_jp::before {
	position: absolute;
	bottom: 1px;
	left: 50%;
	margin-left: -9%;
	content: "";
	width: 18%;
	height: 2px;
}

h3.custom_h3_jp::after {
	content: "";
	background-color: rgba(0,0,0,0);
	background-color: transparent;
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
}

p.custom_h3_line {
	text-align: center;
	background-color: #C0BFA0;
	height: 1px;
	width: 140px;
	margin: 10px auto;
	/*margin-top: -2.5em;*/
	margin-top:-0.5em;
	padding: 0 0 5px;
}

/* 見出し ↑↑ここまで↑↑ */

/* 見出し ↓↓ここから↓↓ */
h3.custom_h3_en_02 {
	text-align: center;
	font-size: 2.5em;
	line-height: 2em;
	color: #FFF;
	/*margin-top: .2em;*/
	background-color: transparent;
}

h3.custom_h3_en_02::after {
	border-style: none;
	background-color: transparent;
}

h3.custom_h3_en_02:first-letter {
	margin-right: 0;
	font-size: 1.5em;
}

h3.custom_h3_jp_02 {
	text-align: center;
	font-size: 1.5em;
	line-height: 2em;
	color: #FFF;
	/*margin-top: -3em;*/
	margin-top:-0.8em;
}

h3.custom_h3_jp_02::before {
	position: absolute;
	bottom: 1px;
	left: 50%;
	margin-left: -9%;
	content: "";
	width: 18%;
	height: 2px;
}

h3.custom_h3_jp_02::after {
	content: "";
	background-color: rgba(0,0,0,0);
	background-color: transparent;
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
}
/* 見出し ↑↑ここまで↑↑ */