@charset "utf-8";

/**************************************************/
/* 陣モジュール */

/*----見出し(見出し 2)----*/
.elem_heading_lv2 {
	border: 1px solid #d5d5d5;
  background: #fff;
  margin: 37px 0 22px;
  padding: 1px;
  font-size: 114.28571%;
  font-weight: bold;
}
.elem_heading_lv2 > div {
	display: block;
	border-bottom: 2px solid #a00;
  padding: 8px 18px 6px;
}
.elem_heading_lv2 h2,
.elem_heading_lv2 .subtext {
	display: inline-block;
	margin: 0;
}

/*----見出し(見出し 3)----*/
.elem_heading_lv3 {
	background: #e6e6e6;
	margin: 37px 0 22px;
	padding: 10px 20px 8px;
	font-size: 114.28571%;
	font-weight: bold;
}
.elem_heading_lv3 h3,
.elem_heading_lv3 .subtext{
	display: inline-block;
	margin: 0;
}

/*----見出し(見出し 4)----*/
.elem_heading_lv4 {
	position: relative;
  border-bottom: 1px solid #d7d7d7;
  margin: 37px 0 22px;
  padding: 0 20px 5px;
  font-size: 114.28571%;
  font-weight: bold;
}
.elem_heading_lv4:after {
	position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  display: block;
  background: #bebebe;
  width: 100%;
  height: 1px;
}
.elem_heading_lv4 h4,
.elem_heading_lv4 .subtext{
	display: inline-block;
	margin: 0;
}

/*----本文(中央寄せ)----*/
.c_text{
	text-align: center;
}
/*----本文(中央寄せ)----*/
.elem_paragraph.center{
	text-align: center;
}
/*----本文(右寄せ)----*/
.r_text{
	text-align: right;
}
/*----本文(右寄せ)----*/
.elem_paragraph.right{
	text-align: right;
}
/*----箇条書きリスト(中黒)----*/
.elem_text_list.hedding > ul {
	margin: 5px 0 20px;
}
.elem_text_list.hedding > ul > li:last-child {
	padding-bottom: 0;
}
.elem_text_list.hedding > ul li {
	background: url(/common/img/icon/bullet01.png) 5px 0.4em no-repeat;
	padding: 0 0 5px 21px;
	list-style-type: none;
}
.elem_text_list.hedding > ul > li p {
	margin: 8px 0 10px;
}

/*----箇条書きリスト(なし)----*/
.elem_sp_navi > ul {
	margin: 5px 0 20px;
}
.elem_sp_navi > ul > li:last-child {
	padding-bottom: 0;
}
.elem_sp_navi > ul li {
	background: none;
	padding: 0 0 5px 21px;
	list-style-type: none;
}
.elem_sp_navi > ul > li p {
	margin: 8px 0 10px;
}

/*----箇条書きリスト(行頭文字指定)----*/
/*----箇条書きリスト(行頭画像指定)----*/
.elem_text_list.terms img {
	vertical-align: middle;
}
.elem_text_list.terms th,
.elem_text_list.terms td {
	padding-bottom: 5px;
}
.elem_text_list.terms .term{
	padding-right: 7px;
}

/*----番号付きリスト----*/
.elem_text_list.number .indent{
	width: 100%;
}
.elem_text_list.number .indent .term,
.elem_text_list.number .indent .separator{
	text-align: left;
	display: inline;
	padding-bottom: 5px;
}
.elem_text_list.number .indent .term {
	font-weight: normal;
}
.elem_text_list.number .indent .description{
	width: 97%;
	padding-bottom: 5px;
}

/*----定義リスト(中黒)----*/
/*----定義リスト(行頭文字なし)----*/
/*----定義リスト(行頭文字指定)----*/
.elem_text_list.definition .term{
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}
.elem_text_list.definition .term span{
	display: inline-block;
	margin-right: 5px;
}
.elem_text_list.definition > ul > li {
	padding-bottom: 10px;
	padding-left: 0;
	background: none;
}

/*----画像(左寄せ)----*/
.elem_pik_box tr .elem_pik_box{
	display: inline-block;
	direction: ltr;
	padding-right: 20px;
	box-sizing: border-box;
}
.elem_pik_box .pik{
	display: block;
}
.elem_pik_box .elem_paragraph{
	display: block;
	margin-top: 5px;
}
.elem_pik_box .elem_paragraph p{
	margin-bottom: 0;
}

/*----画像(右寄せ)----*/
.elem_pik_box.right tr .elem_pik_box{
	display: inline-block;
	direction: rtl;
	padding-right: 0;
	padding-left: 20px;
	box-sizing: border-box;
}

/*----画像(中央寄せ)----*/
.elem_pik_box.full .elem_pik_box,
.elem_pik_box.full .elem_pik_box .pik,
.elem_pik_box.full .elem_pik_box .elem_paragraph{
	text-align: center;
	padding: 0;
}
/*----画像(2列)----*/
.elem_pik_box.col2 .elem_pik_box {
	width: 100%;
}
.elem_pik_box.col2 .elem_pik_box .elem_pik_box{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.elem_pik_box.full .elem_pik_box img {
	margin-left: auto;
	margin-right: auto;
}
.elem_pik_box.col2 tr td:first-child {
	padding-right: 10px;
	padding-bottom: 0;
}
.elem_pik_box.col2 tr td:nth-child(3) {
	padding-left: 10px;
}
/*----画像(3列)----*/
.elem_pik_box.col3 .elem_pik_box {
	width: 100%;
}
.elem_pik_box.col3 .elem_pik_box .elem_pik_box{
	display: table-cell;
	width: 33.33%;
	vertical-align: top;
}
.elem_pik_box.col3 tr td:first-child {
	padding-right: 10px;
}
.elem_pik_box.col3 tr td:nth-child(3) {
	padding-left: 5px;
	padding-right: 5px;
}
.elem_pik_box.col3 tr td:nth-child(4) {
	padding-left: 10px;
}

/*----画像(クリッカブルマップ付き)----*/
.figureBlock{
	margin-bottom: 22px;
}

/*----FLASH(左寄せ)----*/
.figure-floated-L{
	margin-bottom: 22px;
}

/*----FLASH(中央寄せ)----*/
.figure-floated-C{
	margin-bottom: 22px;
}

.elem_pik_box {
	border: none;
}
.elem_pik_box.center{
	text-align: center;
}
.elem_pik_box.center .elem_pik_box{
	padding-right: 0;
}
.elem_pik_box .elem_pik_box{
	width: 100%;
}
.elem_pik_box .separator {
	display: none;
}
.elem_pik_box tr .elem_pik_box {
	/*padding-right: 0;*/
	border: none;
}
.elem_pik_box img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

/*----FLASH(右寄せ)----*/
.figure-floated-R{
	margin-bottom: 22px;
}

/*----画像&見出し&テキスト(左寄せ・回り込みあり)----*/
.elem_various{
	display: block;
	width: 100%;
}
.elem_various > .elem_pik_box{
	display: inline;
	float: left;
	padding-right: 10px;
}
.elem_various > .elem_pik_box + .inner > .elem_text_list ul {
	overflow: hidden;
}
.elem_various:after {
	content: '';
	clear: both;
	display: block;
}

/*----画像&見出し&テキスト(右寄せ・回り込みあり)----*/
.elem_various.img_right > .elem_pik_box{
	float: right;
}
.elem_various.img_right > tr .elem_pik_box {
	padding-left: 20px;
	padding-right: 0;
}
.elem_various.img_right > .elem_pik_box tr .elem_pik_box{
	padding-left: 20px;
	padding-right: 0;
}
.elem_various .term{
	vertical-align: top;
}

/*----単体リスト(左寄せ)----*/
/*----単体リスト(左寄せ 太字)----*/
.elem_link p:before{
	content: '';
	padding-left: 14px;
	background: url(/sp/common/img/icon/arrow01-e.png) left 7px no-repeat;
	background-size: 6px 6px;
	-webkit-background-size: 6px 6px;
	width: 6px;
	height: 6px;
}
/*----単体リスト(左寄せ 太字)----*/
.elem_link.emphasis{
	font-weight: bold;
}
/*----単体リスト(中央寄せ)----*/
.elem_link.center{
	text-align: center;
}
/*----単体リスト(右寄せ)----*/
.elem_link.right{
	text-align: right;
}
/*----表組み----*/
.elem_table{
	margin-bottom: 22px;
}

.elem_table table {
	border-bottom: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	margin-bottom: 25px;
	width: 100%;
}
.elem_table table caption {
	padding-bottom: 5px;
	font-weight: bold;
	text-align: left;
}
.elem_table table caption span.txt01 {
	float: right;
	font-weight: normal;
}
.elem_table table th, .elem_table table td {
	border-top: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	padding: 10px;
}
.elem_table table th > *:last-child, .elem_table table td > *:last-child {
	margin-bottom: 0;
}
.elem_table table thead th,
.elem_table table thead td.blank {
	-webkit-box-shadow: inset 0 2px 0 #ececec;
	-moz-box-shadow: inset 0 2px 0 #ececec;
	box-shadow: inset 0 2px 0 #ececec;
	background: #dbdbdb;

	font-weight: bold;
	text-align: center;
}
.elem_table table thead th.strong01,
.elem_table table thead td.blank.strong01 {
	-webkit-box-shadow: inset 0 2px 0 #f6d4d4;
	-moz-box-shadow: inset 0 2px 0 #f6d4d4;
	box-shadow: inset 0 2px 0 #f6d4d4;
	background: #eca1a1;
}
.elem_table table tbody tr th,
.elem_table table tbody tr td.head,
.elem_table table tbody tr td.blank {
	-webkit-box-shadow: inset 0 2px 0 white;
	-moz-box-shadow: inset 0 2px 0 white;
	box-shadow: inset 0 2px 0 white;
	background: #f1f1f1;
	font-weight: normal;
	vertical-align: middle;
}
.elem_table table tbody tr th.strong01 {
	background: #fae7e7;
}
.elem_table table tbody tr td {
	-webkit-box-shadow: inset 0 2px 0 white;
	-moz-box-shadow: inset 0 2px 0 white;
	box-shadow: inset 0 2px 0 white;
	background: #fff;
}
.elem_table table tbody tr td.strong01 {
	background: #fdf6f6;
}
.elem_table table tbody tr.even th {
	background: #e5e5e5;
}
.elem_table table tbody tr.even th.strong01 {
	background: #f7d9d9;
}
.elem_table table tbody tr.even td {
	background: #f1f1f1;
}
.elem_table table tbody tr.even td.strong01 {
	background: #fceeee;
}
.elem_table table .elem_table table {
	border-bottom: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	margin-bottom: 25px;
	width: 100%;
}
.elem_table table .elem_table table caption {
	padding-bottom: 5px;
	font-weight: bold;
	text-align: left;
}
.elem_table table .elem_table table caption span.txt01 {
	float: right;
	font-weight: normal;
}
.elem_table table .elem_table table th, .elem_table table .elem_table table td {
	border-top: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	padding: 10px;
}
.elem_table table .elem_table table th > *:last-child, .elem_table table .elem_table table td > *:last-child {
	margin-bottom: 0;
}
.elem_table table .elem_table table thead th,
.elem_table table .elem_table table thead td.blank {
	-webkit-box-shadow: inset 0 2px 0 #ececec;
	-moz-box-shadow: inset 0 2px 0 #ececec;
	box-shadow: inset 0 2px 0 #ececec;
	background: #dbdbdb;
	font-weight: bold;
	text-align: center;
}
.elem_table table .elem_table table thead th.strong01,
.elem_table table .elem_table table thead td.blank.strong01 {
	-webkit-box-shadow: inset 0 2px 0 #f6d4d4;
	-moz-box-shadow: inset 0 2px 0 #f6d4d4;
	box-shadow: inset 0 2px 0 #f6d4d4;
	background: #eca1a1;
}
.elem_table table .elem_table table tbody tr th,
.elem_table table .elem_table table tbody tr td.head,
.elem_table table .elem_table table tbody tr td.blank {
	-webkit-box-shadow: inset 0 2px 0 white;
	-moz-box-shadow: inset 0 2px 0 white;
	box-shadow: inset 0 2px 0 white;
	background: #f1f1f1;
	font-weight: normal;
	vertical-align: middle;
}
.elem_table table .elem_table table tbody tr th.strong01 {
	background: #fae7e7;
}
.elem_table table .elem_table table tbody tr td {
	-webkit-box-shadow: inset 0 2px 0 white;
	-moz-box-shadow: inset 0 2px 0 white;
	box-shadow: inset 0 2px 0 white;
	background: #fff;
}
.elem_table table .elem_table table tbody tr td.strong01 {
	background: #fdf6f6;
}
.elem_table table .elem_table table tbody tr.even th {
	background: #e5e5e5;
}
.elem_table table .elem_table table tbody tr.even th.strong01 {
	background: #f7d9d9;
}
.elem_table table .elem_table table tbody tr.even td {
	background: #f1f1f1;
}
.elem_table table .elem_table table tbody tr.even td.strong01 {
	background: #fceeee;
}

/*----汎用ブロック(枠線)----*/
/*----汎用ブロック(塗り グレー)----*/
.elem_block{
	background: #ededed;
	border-bottom: 1px solid #dbdbdb;
	margin: 0 0 25px 0;
}
.elem_block .heading{
	-webkit-box-shadow: 0 1px 0 white;
	-moz-box-shadow: 0 1px 0 white;
	box-shadow: 0 1px 0 white;
	border-bottom: 1px solid #dadee4;
	padding: 10px 20px 8px;
	margin-bottom: 0;
	font-size: 107.14286%;
	color: #5c6874;
}
.elem_block .inner{
	padding: 20px;
}
/*----ページトップへ戻る----*/
/*.elem_page_in_navi.top {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin: 0;
	margin-left: 510px;
	width: auto;
	z-index: 100;
}
.elem_page_in_navi.top a {
	margin-right: 0;
}*/
/*----罫線----*/
.elem_line{
	height: 1px;
	background: #000;
}
/*----ページ内リンクリスト(横並び)----*/
.elem_page_in_navi {
	position: relative;
	_position: static;
	margin: 30px 0;
}
.elem_page_in_navi:before {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	content: "";
	z-index: -1;
	top: 50px;
	bottom: 0;
	left: 10px;
	right: 10px;
}
.elem_page_in_navi:first-child {
	margin-top: 0;
}
.elem_page_in_navi ul {
	border: 7px solid #dbdbdb;
	background: #f6f8fa;
	padding: 8px 16px 3px;
}
.elem_page_in_navi ul:after{
	display: block;
	clear: both;
	content: '';
}
.elem_page_in_navi ul li {
	background: url(/common/img/icon/arrow04-s.png) left 0.3em no-repeat;
	margin-bottom: 5px;
	padding-left: 22px;
}
.elem_page_in_navi.row ul li {
	float: left;
	border-right: 1px dotted #c0c8d0;
	margin: 0 15px 5px 0;
	padding: 0 15px 0 22px;
}
/*----繰り返し----*/
.elem_pik_box.coln .elem_pik_box{
	margin-left: -20px;
}
.elem_pik_box.coln .elem_pik_box .elem_pik_box {
	float: left;
	margin-left: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	width: auto;
}
ul.imgList-col-noPadding li {
	padding-bottom: 0;
}


/**************************************************/

.jin strong {
	color: #333 !important;
	font-weight: bold !important;
}
.jin .elem_pik_box img{
	max-width:720px;
}
