@charset "UTF-8";



/* ----------右側メニュー---------- */

/* -----全体----- */

.contents_main,
.right_menu {
	display: inline-block;
}

.right_menu {
	float: right;
}



/* ----------リンクボタン---------- */

.button {
	margin-bottom: 30px;
}



/* ----------問い合わせ---------- */

/* -----全体----- */

/* 境界線 */

.right_contact div:not(:last-of-type) {
	padding-bottom: 7px;
	border-bottom: solid 0.5px #dbdcd9;
}

.right_contact div:not(:first-of-type) {
	padding-top: 6px;
}

/* 縦線 */

.right_contact p {
	width: 3px;
	height: 70px;
	background: #abcd03;
}

.right_contact div:last-child p {
	height: 90px;
}

/* 横並び */

.right_contact p,
.right_contact ul {
	display: inline-block;
	vertical-align: middle;
}



/* -----右側----- */

/* 全体 */

.right_contact ul {
	padding: 6px 0 0 2px;
	margin-left: 5px;
}

/* 1行目 */

.right_contact li:first-child h4 {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #abcd03;
	margin: 0;
}

.right_contact li:first-child h4 span {
	font-size: 14px;
}

/* 2行目 */

.right_contact li:nth-child(2) {
	font-family: "dnp-shuei-mgothic-std";
	font-size: 18px;
	color: black;
	margin-bottom: -2px;
}

/* 3行目 */

.right_contact li:last-child {
	font-size: 12px;
	color: #6f6f69;
}



/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{



/* ----------右側メニュー---------- */

/* 無効化 */

.right_menu {
	float: none;
	display: none;
}



}