@charset "utf-8";

/* float clear */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* リンク色 */
a:link {
	text-decoration: underline;
	color: #000;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #FF4500;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
}


/* ページ内目次 */
#sp_page_index_link_wrap {
	display: none;
}

/* スマホ用メニュー */
.sp_button {
	display: none;
}

#spm_wrap {
	display: none;
}

#spm_sp {
	display: none;
	width: auto;
	height: auto;
	margin: 10px 20px;
	padding: 20px 100px;
	border-radius: 20px;
	background: rgba(0,0,0,0.75);
	z-index: 100;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4rem;
	border: none;
	text-align: left;
}

/* レスポンシブアコーディオン用 */
.acc_title + input {
	display: none;
}
.acc_icon {
	display: none;
}

/* 全体 */
html{
	font-size: 62.5%;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	min-width: 1280px;
	background: #FFFFFF;
	color: #333;
	font-size: 1.6rem;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
em {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#container {
	width: auto;
	height: auto;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* リンク色を隠す */
.img_b {
	vertical-align: top;
	border: none;
}

/* ヘッダー */
#header {
	position: static;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	top: -100px;
	-webkit-transition: top 0.25s ease;
	transition: top 0.25s ease;
	background: #000;
	color: #fff;
}
#header.header_fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
}
#header2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 14px 10px 14px;
	position: relative;
}
#header2 > div{
}

#he_left p#logo, #he_left h1#logo {
	margin: 0;
	padding: 0;
	/* display: inline-block; */
}
#he_left p#logo a, #he_left h1#logo a {
	height: 78px;
	padding: 0;
	padding-left: 120px;
	text-decoration: none;
	background: url(/img/common/kabuto_white.png) no-repeat left center;
	font-size: 2rem;
	color: currentColor;
	/* 	line-height: 78px; */
	width: calc(120px + 11em);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	justify: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;

}
#logo span{
	display: block;
	width: 100%;
	text-align: center;
}
#logo span.subtitle{
	font-size: 1.2rem;
}
#logo span.maintitle{
	/* font-size: 1.8rem; */
}
#logo span.maintitle:before,#logo span.maintitle:after{
	content: '～';
}

#he_right {
	position: static;
}
#he_right_a{
	position: static;
}

#header_link {
	display: block;
}
#header_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header_link ul li {
	display: inline-block;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	vertical-align: middle;
}
#header_link ul li:first-child {
	margin-left: 0px;
}
#header_link ul li a {
	display: block;
	background: url(/img/common/icon_head03.png) no-repeat left center;
	color: #043E94;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 15px;
}
#header_link ul li a:hover {
	color: #FF4500;
}

#skip_link a {
	background: url(/img/common/icon_head01.png) no-repeat left center;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 15px;
}
#skip_link a:hover {
	color: #FF4500;
}

/* 文字サイズ・背景色 */
#header_func {
	position: absolute;
	right: 10px;
	top: 10px;
}
ul#acc_box_wrap{
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
ul#acc_box_wrap .acc_box{
	display: none;
	position: relative;
}
ul#acc_box_wrap .open .acc_box {
	display: block;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 100%;
	background: #fff;
	padding: 20px 30px;
	width: 10em;
	text-align: center;
	outline: 1px solid;
}
ul#acc_box_wrap .acc_box span{
	display: inline-block;
	vertical-align: middle;
}
ul#acc_box_wrap .acc_box button{
	display: block;
	width: 100%;
	border: none;
	background: #eee;
	margin: 10px 0 0;
	padding: 10px;

}

ul#acc_box_wrap li{
	display: block;
	text-align: center;
	margin: 0 5px;
}
ul#acc_box_wrap li > button,
#header_func li:not([class]) a{
	background: none;
	color: #fff;
	border: 1px solid currentColor;
	border-radius: 1000px;
	font-size: 1.3rem;
	line-height: 1em;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}
/*
#header_func li:not([class]) a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border: 1px solid currentColor;
	border-radius: 100px;
	padding: 0 15px;
	line-height: 1em;
	padding: 4px 15px;
}
*/
#header_func li:not([class]) a:hover{
	text-decoration: underline;
}
#header_func .acc_box a {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	background: #E0E6E9;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 3px 7px;
}
#header_func a#haikei_white {
	color: #000 !important;
	background-color: #E0E6E9;
}
#header_func a#haikei_black {
	color: #fff !important;
	background-color: #000;
}
#header_func a#haikei_blue {
	color: #ff0 !important;
	background-color: #00f;
}

/* フッター */
#footer {
	clear: both;
	width: auto;
	height: auto;
	background: #282624;
	color: #fff;
	margin: 0px;
	padding: 20px 0px 150px;
	font-size: 1.3rem;
}
#footer a{
	color: currentColor;
}


#footer_navi {
	width: auto;
	margin-right: 0;
	margin-left: auto;
	/* padding-bottom: 50px; */
	/* 	float: right; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#footer_navi h2{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 104px;
	height: auto;
	margin: 0;
	padding: 0;
	padding-top: 100px;
	padding-right: 50px;
	background: url(/img/common/kabuto_white.png) no-repeat center top;
	/* line-height: 104px; */
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	white-space: none;
}

.footer_nav_box {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 20px 0 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	width: 13rem;
}

.footer_nav_box h3{
	margin: 0;
	padding: 0;
}
.footer_nav_box h3 a {
	text-decoration: none;
}
.footer_nav_box h3 a:hover,.footer_nav_box h3 a:focus {
	text-decoration: underline;
}
.footer_nav_box ul{
	margin: 0;
	padding: 0;
	height: 36em;
	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.footer_nav_box ul li{
	display: block;
	line-height: 1em;
	margin: 0 10px;
}
.footer_nav_box ul li:before{
	content:'─ ';
}
.footer_nav_box ul li br{
	display: none;
}
.footer_nav_box .column_num1 ul li{
	height: 100%;
}
.footer_nav_box .column_num2 ul li{
	height: 18em;
}
.footer_nav_box .column_num3 ul li{
	height: 12em;
}
.footer_nav_box .column_num4 ul li{
	height: 5em;
}
.footer_nav_box ul li a{
	text-decoration: none;
}
.footer_nav_box ul li a:hover,.footer_nav_box ul li a:focus{
	text-decoration: underline;
}



/* ページトップに戻る */
#back_or_pagetop {
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
	clear: both;
	position: static;
	display: block;
	width: 100%;
	height: 0px;
	margin: 0px;
	margin-top: 20px;
	text-align: right;
	position: relative;
}
#back_or_pagetop #to_page_top a{
	display: block;
	width: 108px;
	height: 35px;
	background: url(/img/common/pagetop.png) no-repeat center center;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#footer_link {
	padding-right: 128px;
}

#footer_link ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	/* width: 100%; */
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#footer_link ul li{
	display: block;
	padding-left: 50px;
}
#footer_link ul li a{
	text-decoration: none;
}

.footer_column.footer_column1,
.footer_column.footer_column2{
	clear: both;
}

.footer_column.footer_column2 {
	height: 15em;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
}

.author_box {
	padding-left: 10px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;;
	text-orientation: upright;
}




.footer_column.footer_column3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 0px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.footer_link_common ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_link_common ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0 20px;
	line-height: 1em;
	border-left: 1px solid currentColor;
}
.footer_link_common ul li:first-child{
	border-left: none;
}


p.copyright {
	margin: 0;
	padding: 0;
	margin-right: 40px;
}

/* 3カラム */
#mymainback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	clear: both;
	float: none;
	width: auto;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	line-height: 1.6em;
}
#main {
	-webkit-box-ordinal-group: 12;
	    -ms-flex-order: 11;
	        order: 11;
	width: calc(100% - 300px - 300px);
	text-align: left;
	margin: 0px;
	padding: 0px 0px 20px;
}
#main_a {
	padding: 0px 30px 0px 30px;
}
#main_body {
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar1 {
	-webkit-box-ordinal-group: 11;
	    -ms-flex-order: 10;
	        order: 10;
	width: 300px;
	margin: 0px;
	padding: 0px;
	/* height: 100%; */
}
#sidebar2 {
	-webkit-box-ordinal-group: 13;
	    -ms-flex-order: 12;
	        order: 12;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

.sidebar1_box {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0;
	background: #EAF5FF;
}

#sidebar1 h2,
#sidebar1 .sidebar_title > p {
	clear: both;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px;
	padding: 15px 20px 10px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #77D2FF;
}

#sidebar2 p {
	margin: 0px;
	padding: 2px;
}
#sidebar2_top, #sidebar2_bottom img {
	display: none;
}

/* パンくずナビ */
#pankuzu_wrap {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: url(/img/common/header_bg.jpg) repeat center top;
}
.pankuzu {
	clear: both;
	margin: 0px;
	padding: 5px 10px;
	text-align: left;
	line-height: 2rem;
}

/* 印刷用アイコン */
#content_header {
	display: none;
	margin: 8px 0px;
}
#content_header > span {
	display: inline-block;
	vertical-align: top;
	padding-left: 1em;
}
#content_header > span > span {
	display: inline-block;
	vertical-align: top;
}
#print_mode_link {
	width: 12em;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	background: url(/img/print-icon.jpg) no-repeat left center;
	height: 1em;
}

/* レコメンド機能 */
#sidebar_recommend {
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
#sidebar_recommend #recommend_title {
	margin: 0px;
	padding: 0px;
	background: #badfff;
	border-bottom: 1px solid #cccccc;
}
#sidebar_recommend #recommend_title h2,
#sidebar_recommend #recommend_title p {
	width: auto;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background: url(/img/common/ttl_recommend.png) no-repeat center center;
}
#sidebar_recommend ul {
	margin: 0px;
	padding: 0px 10px 10px;
	list-style: none;
}
#sidebar_recommend ul li {
	border-top: 1px solid #cccccc;
	background: url(/img/common/icon_list_recommend.png) no-repeat 10px 0.9em;
	padding: 10px;
	padding-left: 30px;
}
#sidebar_recommend ul li:first-child {
	border-top: none;
}

#common_banner_link {
	width: 300px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
#common_banner_link ul, #sidebar1 #common_banner_link ul, #sidebar2 #common_banner_link ul {
	display: block;
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
#common_banner_link li, #sidebar1 #common_banner_link li, #sidebar2 #common_banner_link li {
	display: block;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}
#common_banner_link li:first-child, #sidebar1 #common_banner_link li:first-child, #sidebar2 #common_banner_link li:first-child {
	margin-top: 0px;
}
#common_banner_link li a, #sidebar1 #common_banner_link li a, #sidebar2 #common_banner_link li a {
	display: block;
	margin: 0px;
	padding: 0px;
}

/* 承認枠 */
#approval_table {
	font-size: 1.4rem;
}