@charset "UTF-8";

#contents,
#contents p,
ul li,
ol li {
	font-size: 1.3rem;
}

table h2,
table h3,
table h4,
table h5 {
	margin: 0;
	padding: 0;
	line-height: inherit;
	font-size: inherit;
	border: none;
}

table th a,
table td a {
	color: #2288b9 !important;
}

.f_red {
	color: #c00;
}

.f_blue {
	color: #0078bd;
}

.align_c {
	text-align: center;
}




/*ブロックカテゴリ [見出し] サブタイトル
---------------------------------------------------------- */
.headline2_box {
	margin: 35px 0 30px;
	padding: 13px 20px;
	border: 1px solid #ccc;
	position: relative;
}

.headline2_box:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: -webkit-calc(100% + 2px);
	width: calc(100% + 2px);
	height: 2px;
	background: #00a7db;
}

.headline2_box h2 {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.6;
	border: none;
	position: relative;
}

.headline2_box h2:after {
	display: none;
}



/*グレー背景ボタンボックス
---------------------------------------------------------- */
.button_gray_bg_block {
	margin:0 0 20px;
	padding:10px 0;
	background-color: #eee;
	text-align: center;
}

.button_gray_bg_block img {
	display: inline-block;
	margin: 0 5px;
}



@media screen and (max-width: 750px) {
	
	.button_gray_bg_block img {
		height: 40px;
	}
}




/*inquiry_number_block
---------------------------------------------------------- */
.inquiry_number_block {
	margin: 0 0 20px;
	background: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.inquiry_number_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding:20px;
}

.inquiry_number_inner_left {
	width: 180px;
	padding: 10px 0 10px 15px;
	border-left: 3px solid #00a7db;
}

.inquiry_number_inner_right {
	flex: 1;
	-ms-flex: 1;
	margin-left: 50px;
	padding: 10px 0 10px 20px;
	border-left: 1px dotted #aaa;
}

.inquiry_number_inner_left p {
	font-size: 1.4rem !important;
	font-weight: bold;
	line-height: 1.6 !important;
}

.inquiry_number_phone {
	color: #00a7db;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 4rem !important;
	font-weight:bold;
	line-height: 1 !important;
}

.inquiry_number_phone img {
	vertical-align: -5px;
	margin: 0 0 0 10px;
}

.inquiry_number_text {
	font-size: 1.2rem !important;
	line-height: 1.6 !important;
}



@media screen and (max-width: 750px) {
	
	.inquiry_number_inner {
		display: block;
	}
	
	.inquiry_number_inner_left {
		width: 100%;
		margin-bottom: 10px;
		padding: 5px 0 5px 10px;
		background: none;
		border-left: 2px solid #00a7db;
	}
	
	.inquiry_number_inner_left p br {
		display: none;
	}
	
	.inquiry_number_inner_right {
		margin-left: 0;
		padding: 0;
		border-left: none;
	}
	
	.inquiry_number_phone {
		font-size: 2.8rem!important;
	}
	
	.inquiry_number_phone img {
		height: 25px;
	}
}




/*ブロックカテゴリ [ページパーツ] ボタン 2カラム通常
---------------------------------------------------------- */
.text_bt_set_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -15px 0 20px -15px;
}

.text_bt_set_block + .text_bt_set_block {
	margin-top: -20px;
}

.text_bt_set_left,
.text_bt_set_center,
.text_bt_set_right {
	width: -webkit-calc(33.3333% - 15px);
	width: calc(33.3333% - 15px);
	margin: 15px 0 0 15px;
}

.text_bt_item_inner {
	display: table;
	width: 100%;
	min-height: 60px;
	line-height: 1.4 !important;
	background: #00a7db;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.text_bt_item_inner a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	min-height: 60px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 30px 10px 15px;
	text-align: left;
	background: url(../../common/img/common/icon_arrow06.png) right 15px center no-repeat;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
	-o-background-size: 8px auto;
	background-size: 8px auto;
}

.firefox .text_bt_item_inner a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.text_bt_item_inner:hover {
	opacity: 0.6;
}



@media screen and (max-width: 750px) {
	
	.text_bt_set_block {
		display: block;
		margin: -10px 0 20px;
	}

	.text_bt_set_left,
	.text_bt_set_center,
	.text_bt_set_right {
		width: 100%;
		margin: 10px 0 0;
	}
}




/*お知らせ記事詳細
---------------------------------------------------------- */
.topics_date_info_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px;
}

.topics_date_info_block.clearfix:before,
.topics_date_info_block.clearfix:after {
	display: none;
}

.topics_date_info_left {
	font-weight:bold;
}

.topics_date_info_right {
	text-align:right;
}

.topics_date_info_right img {
	margin: 0 5px;
}



/*ブロックカテゴリ 汎用ブロック
---------------------------------------------------------- */
.common_border_block {
	margin:0 0 20px;
	padding: 20px 20px 0;
	border: 3px solid #ddd;
}

.common_border_block_red {
	margin:0 0 20px;
	padding: 20px 20px 0;
	border: 3px solid #c00;
}




/*ブロックカテゴリ [テキスト]
---------------------------------------------------------- */
.text_block {
	margin: 0 0 20px;
	line-height: 1.7;
}

.text_block p,
.text_block span {
	font-size: 1.3rem;
}

.text_block span span {
	font-size: inherit;
}

.text_block_align_c {
	margin: 0 0 20px;
	text-align: center;
}

.text_block_align_r {
	margin: 0 0 20px;
	text-align: right;
}



/*ブロックカテゴリ [表組み]
---------------------------------------------------------- */
.table_style01_block {
	margin: 0 0 20px;
}



/*ブロックカテゴリ [テキスト] 見出し・装飾指定
---------------------------------------------------------- */
.text_set_block01 { /* ●スタイル(1) */
	margin: 0 0 20px;
	border: 3px solid #d9d9d9;
	padding: 15px 20px;
}

.text_set_block02 { /* ●スタイル(2) */
	margin: 0 0 20px;
	border: 1px solid #ccc;
	padding: 15px 20px;
}

.text_set_block03 { /* ●スタイル(3) */
	margin: 0 0 20px;
	border: 1px dotted #bbb;
	padding: 15px 20px;
}

.text_set_block04 { /* ●スタイル(4) */
	margin: 0 0 20px;
	border: 3px solid #d9d9d9;
	padding: 12px 17px;
	background-color: #ffcccc;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.text_set_block01 .text_set_headline,
.text_set_block02 .text_set_headline,
.text_set_block03 .text_set_headline {
	padding: 0 0 5px;
	margin: 0 0 6px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.text_set_block01 .text_set_headline p,
.text_set_block02 .text_set_headline p,
.text_set_block03 .text_set_headline p {
	padding-left: 10px;
	border-left: 3px solid #00a7db;
}

.text_set_block01 .text_set_link,
.text_set_block02 .text_set_link,
.text_set_block03 .text_set_link {
	margin: 10px 0 0;
	padding: 5px 0 0;
	border-top: 1px dotted #ccc;
	text-align: right;
}

.text_set_block01 .text_set_link a,
.text_set_block02 .text_set_link a,
.text_set_block03 .text_set_link a {
	display: inline-block;
	padding: 5px 0 5px 28px;
	background: url(../../common/img/common/icon_arrow04.png) left 0.5em no-repeat;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-o-background-size: 20px auto;
	background-size: 20px auto;
}



@media screen and (max-width: 750px) {
	
	.text_set_block01,
	.text_set_block02,
	.text_set_block03 {
		padding: 10px 15px;
	}
}



/*ブロックカテゴリ [ページパーツ] ページトップへ戻る
---------------------------------------------------------- */
.page_top_link_block {
	margin:0 0 20px;
}

.page_top_link_block p {
	text-align: right
}



/*ブロックカテゴリ [画像・Flash] 画像 1列のみ
---------------------------------------------------------- */
.single_image_block {
	margin: 0 0 20px;
}

.single_image_image {
	text-align: center;
}

.single_image_image a:hover img {
	opacity: 0.6;
}

.single_image_caption {
	padding: 5px 0 0;
	text-align: center;
	font-size: 85%;
}

.single_image_margin_minus_block {
	margin: -20px 0 20px;
}

.single_image_margin_minus_block {
	text-align: center;
}

.single_image_margin_minus_block {
	padding: 5px 0 0;
	text-align: center;
	font-size: 85%;
}



/*ブロックカテゴリ [画像・Flash] 画像ボックス (中央寄せ)
---------------------------------------------------------- */
.plural_image_block02 {
	margin: 0 0 20px;
	text-align: center;
}

.plural_image_block02 .plural_image_set {
	display: inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
	margin: 0 5px 10px;
}

.plural_image_block02 .plural_image_set p {
	padding: 5px 0 0;
	text-align: center;
	font-size: 85%;
}

.plural_image_block02 .plural_image_set img {
	line-height:1;
}

.plural_image_block02 .plural_image_set a:hover img {
	opacity: 0.6;
}



@media screen and (max-width: 750px) {
	
	.plural_image_block02 .plural_image_set {
		display: block;
	}
	
}


/*お願い
---------------------------------------------------------- */
.onegai_title {
	font-size: 15px;
	text-align: center
}

.onegai_r {
	color: #cc0000;
}

.onegai_ru {
	color: #cc0000;
	font-size:15px;
	text-decoration:underline
}




/*ロックカテゴリ [表組み]
---------------------------------------------------------- */
.table_style01_block {
	margin: 0 0 20px;
}

.table_style01_block table,
.table_style02_block table {
	width:100%;
}

.table_style01_block th {
	font-weight: bold;
}

.table_style02_block {
	margin: 0 0 20px;
}

.table_style01_block table h1,
.table_style02_block table h1 {
	margin: 0 !important;
	font-size: inherit !important;
	text-align: left !important;
	line-height: inherit !important;
}

.table_style02_block th,
.table_style02_block th h3,
.table_style02_block th h4,
.table_style02_block th h5 {
	font-weight: bold;
}

.table_style01_block th,
.table_style01_block td,
.table_style01_block th p,
.table_style01_block td p,
.table_style02_block th,
.table_style02_block td,
.table_style02_block th p,
.table_style02_block td p {
	font-size: 1.1rem !important;
}

.table_style01_block th,
.table_style01_block td,
.table_style02_block th,
.table_style02_block td {
	padding: 6px !important;
}

.table_style01_block li.asterisk,
.table_style02_block li.asterisk {
	margin: 0 0 0 1em;
	padding: 0;
	text-indent: -1em;
	font-size: inherit;
	line-height: 1.4;
}

.table_style01_block li.asterisk:before,
.table_style02_block li.asterisk:before {
	display: none;
}



@media screen and (max-width: 750px) {
	
	.table_style01_block,
	.table_style02_block {
		overflow-x: auto !important;
		white-space: nowrap !important;
	}
	
	.table_style01_block table,
	.table_style02_block table {
		width: 100% !important;
		margin-bottom:5px !important;
		table-layout:inherit !important;
	}
	
	.table_style01_block table tr th,
	.table_style01_block table tr td,
	.table_style02_block table tr th,
	.table_style02_block table tr td {
		word-break:break-all !important;
	}

	.table_style01_block::-webkit-scrollbar,
	.table_style02_block::-webkit-scrollbar {
		height: 6px !important;
	}
	
	.table_style01_block::-webkit-scrollbar-track,
	.table_style02_block::-webkit-scrollbar-track {
		border-radius: 0 !important;
		background: #eee !important;
	}
	
	.table_style01_block::-webkit-scrollbar-thumb,
	.table_style02_block::-webkit-scrollbar-thumb {
		border-radius: 3px !important;
		background: #c0c0c0 !important;
	}
	
	
}




/*ブロックカテゴリ [フリーHTMLブロック]
---------------------------------------------------------- */
.free_html_block {
	margin: 0 0 20px;
}



/*ブロックカテゴリ [ページパーツ] プラグイン
---------------------------------------------------------- */
.plugin_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	padding: 20px;
	border: 1px solid #ccc;
}

.plugin_banner01 {
	margin:0 15px 0 0;
}

.plugin_text01 {
	overflow: hidden;
}

.plugin_text01 p {
	line-height: 1.6 !important;
}



@media screen and (max-width: 750px) {
	
	.plugin_block {
		display: block;
		padding: 15px;
	}
	
	.plugin_banner01 {
		margin:0 0 10px;
		text-align: center;
	}
}



/*ブロックカテゴリ [リンク]
---------------------------------------------------------- */
.link_list_vertical_block {
	margin: 0 0 20px;
	padding:0 10px;
}

.link_list_vertical_block li {
	margin: 0;
	padding: 5px 0 5px 36px;
	background: url(../../common/img/common/icon_arrow04.png) left 0.5em no-repeat;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-o-background-size: 20px auto;
	background-size: 20px auto;
}

.link_list_vertical_block ul li:before {
	display: none;
}

.link_list_vertical_block li img {
	display: inline-block;
	margin:0 0 0 4px;
	vertical-align: -2px;
}

.link_list_vertical_block li a  { 
	display: inline;
}

.link_list_float_block {
	margin: 0 0 20px;
}

.link_list_float_block a {
	color: #333;
}

.link_list_float_block a:hover {
	color: #2fceed;
}

.link_list_float_block li {
	margin:0 10px 0.3em 0;
	padding: 0 0 0 16px;
	float:left;
	white-space: nowrap;
}

.link_list_float_block li img {
	margin:0 0 0 4px;
	vertical-align: -2px;
}

.link_list_float_block li { 
	background: url(../img_common/all/mark_arrow01.gif) 2px 5px no-repeat;
}




/*ブロックカテゴリ [リスト] 接頭辞指定リスト
---------------------------------------------------------- */
.prefix_list_block {
	margin: 0 0 20px;
	line-height: 1.7;
}

.prefix_list_block dt {
	float:left;
	clear:left;
	padding:0;
	margin:0;
}

.prefix_list_block dd {
	overflow:hidden;
	_zoom:1; /* for IE6 */
	padding:0;
	margin:0;
}

.prefix_list_block dt.lv1 { padding-left:0em; }
.prefix_list_block dt.lv2 { padding-left:2em; }
.prefix_list_block dt.lv3 { padding-left:4em; }
.prefix_list_block dt.lv4 { padding-left:6em; }
.prefix_list_block dt.lv5 { padding-left:8em; }




/*ブロックカテゴリ [画像・Flash] 画像ボックス (左寄せ) 
---------------------------------------------------------- */
.plural_image_block01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}

.plural_image_block01.clearfix:before,
.plural_image_block01.clearfix:after {
	display: none;
}

.plural_image_block01 .plural_image_set p {
	padding: 10px 0 0;
	text-align: center;
	font-size: 1.2rem !important;
}

.plural_image_block01 .plural_image_set {
	margin: 0 5px 10px;
}



@media screen and (max-width: 750px) {
	
	.plural_image_block01 {
		display: block;
	}
	
	.plural_image_block01 .plural_image_set {
		text-align: center;
	}
	
	.plural_image_block01 .plural_image_set + .plural_image_set {
		margin: 10px 0 0;
	}
}



/*ブロックカテゴリ [画像+テキスト+見出し] 画像+テキスト 
---------------------------------------------------------- */
.unit_col1_block {
	margin: 0 0 20px;
}

.unit_col1_text_block,
.unit_col1_text_around {
	overflow: hidden;
	zoom: 1;
	line-height: 1.7;
}

.unit_col1_set_left {
	float: left;
	margin: 0 15px 10px 0;
}

.unit_col1_set_right {
	float: right;
	margin: 0 0 10px 15px;
}

/* unit_col1_block bugfix */

.unit_col1_block:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.unit_col1_block {
	display: inline-block;
	min-height: 1%;
}

/* For Except Mac IE \*/
* html .unit_col1_block { height: 1%;}
.unit_col1_block { display: block;}
/* */



@media screen and (max-width: 750px) {
	
	.unit_col1_set_left img {
		display: block;
		margin: 0 auto;
	}
	
	.unit_col1_text_block,
	.unit_col1_text_around {
		margin: 15px 0 0;
	}
	
	.unit_col1_text_block,
	.unit_col1_text_around {
		overflow: hidden;
		zoom: 1;
		line-height: 1.7;
	}
	
	.unit_col1_set_left,
	.unit_col1_set_right {
		float: none;
		margin: 0;
		text-align: center;
	}
}




/*ブロックカテゴリ [画像+テキスト+見出し] 画像+テキスト 2列(単数リンク) 
---------------------------------------------------------- */
/* - 2カラム通常 */
.unit_col2_block_bg_1set,
.unit_col2_block_bg_2set,
.unit_col3_block_bg_1set,
.unit_col3_block_bg_2set,
.unit_col3_block_bg_3set {
	margin:0 0 20px;
}

.unit_col2_block_nobg_2set,
.unit_col3_block_nobg_3set { /* ●背景なし 2セット */
	margin:0 0 20px;
}

.unit_col2_block_nobg_1set,
.unit_col3_block_nobg_1set { /* ●背景なし 1セット */
	margin:0 0 20px;
}

.unit_col2_inner,
.unit_col3_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -30px;
}

.unit_col2_block_bg_1set:before,
.unit_col2_inner.clearfix:after,
.unit_col2_inner.clearfix:before,
.unit_col2_inner.clearfix:after,
.unit_col2_plural_link.clearfix:before,
.unit_col2_plural_link.clearfix:after {
	display: none;
}

.unit_col2_title_box,
.unit_col3_title_box {
	padding: 0 0 5px;
	margin: 0 0 6px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.unit_col2_title_box p,
.unit_col3_title_box p {
	padding-left: 10px;
	border-left: 3px solid #00a7db;
}

.unit_col2_title_box p a,
.unit_col3_title_box p a {
	color: #333;
	display: block;
	text-decoration: none;
}

.unit_col2_title_box p a:hover,
.unit_col3_title_box p a:hover {
	color: #029aca;
}

.unit_col2_set_left,
.unit_col2_set_right,
.unit_col3_set_left,
.unit_col3_set_center,
.unit_col3_set_right {
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	margin-left: 30px;
	padding: 15px 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.unit_col3_set_left,
.unit_col3_set_center,
.unit_col3_set_right {
	width: -webkit-calc(33.3333% - 30px);
	width: calc(33.3333% - 30px);
}

.unit_col2_block_bg_1set .unit_col2_main,
.unit_col2_block_bg_2set .unit_col2_main,
.unit_col3_block_bg_1set .unit_col3_main,
.unit_col3_block_bg_2set .unit_col3_main,
.unit_col3_block_bg_3set .unit_col3_main {
	padding: 15px 0 0;
}

.unit_col2_block_bg_1set .unit_col2_main img,
.unit_col2_block_bg_2set .unit_col2_main img,
.unit_col3_block_bg_1set .unit_col3_main img,
.unit_col3_block_bg_2set .unit_col3_main img,
.unit_col3_block_bg_3set .unit_col3_main img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}

.unit_col2_title_box p a {
	color: #333;
	display: block;
}

.unit_col2_title_box p a:hover {
	color: #029aca;
}

.unit_col2_image,
.unit_col3_image {
	text-align: center;
}

.unit_col2_image a:hover img,
.unit_col3_image a:hover img {
	opacity: 0.6;
}

.unit_col2_image_left,
.unit_col3_image_left {
	float: left;
	margin: 0 10px 10px 0;
}

.unit_col2_image_right,
.unit_col3_image_right {
	float: right;
	margin: 0 0 10px 10px;
}

.unit_col2_image_left a:hover img,
.unit_col3_image_left a:hover img {
	opacity: 0.6;
}

.unit_col2_image_right a:hover img,
.unit_col3_image_right a:hover img {
	opacity: 0.6;
}

.unit_col2_text,
.unit_col3_text {
	line-height: 1.7;
}

.unit_col2_image + .unit_col2_text {
	margin: 15px 0 0;
	line-height: 1.3;
}

.unit_col3_image + .unit_col3_text {
	margin: 15px 0 0;
}

.unit_col2_link,
.unit_col3_link {
	text-align: right;
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
}

.unit_col2_link a,
.unit_col3_link a {
	color: #333;
	display:inline-block;
	text-align:left;
	padding: 5px 0 5px 28px;
	background: url(../../common/img/common/icon_arrow04.png) left 0.3em no-repeat;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-o-background-size: 20px auto;
	background-size: 20px auto;
}

.unit_col2_plural_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.unit_col2_info_block,
.unit_col2_link_block {
	flex: 1;
	-ms-flex: 1;
}

.unit_col2_link_block {
	margin-left: 15px;
}



@media screen and (max-width: 750px) {
	
	.unit_col2_inner,
	.unit_col3_inner {
		display: block;
		margin-left: 0;
	}
	
	.unit_col2_set_left,
	.unit_col2_set_right,
	.unit_col3_set_left,
	.unit_col3_set_center,
	.unit_col3_set_right {
		width: 100%;
		margin: 0;
		padding: 10px 15px;
	}
	
	.unit_col2_set_right,
	.unit_col3_set_center,
	.unit_col3_set_right {
		margin: 20px 0 0;
	}
	
	.unit_col2_plural_link {
		display: block;
	}
	
	.unit_col2_link_block {
		margin: 0;
	}
	
	.unit_col2_link_block img {
		display: block;
		margin: 0 auto;
	}

}




/*ブロックカテゴリ [リスト] マーク付き
---------------------------------------------------------- */
.arrow_list_block {
	margin: 0 0 20px;
}

.arrow_list_block li {
	margin-top: 0 !important;
	padding-left: 10px;
	background: url(../../common/img/common/icon_arrow08.png) left 0.6em no-repeat;
	-webkit-background-size: 5px auto;
	-moz-background-size: 5px auto;
	-o-background-size: 5px auto;
	background-size: 5px auto;
}

.arrow_list_block li:before {
	display: none;
}

.arrow_list_block li.lv1 { margin-left:0; }
.arrow_list_block li.lv2 { margin-left:1em; }
.arrow_list_block li.lv3 { margin-left:2em; }
.arrow_list_block li.lv4 { margin-left:3em; }
.arrow_list_block li.lv5 { margin-left:4em; }




/*ブロックカテゴリ [リスト] 定義リスト
--------------------------------------------------------- */
.define_list_block01 {
	margin: 0 0 20px;
}

.define_list_block01 dt {
	margin: 6px 0 0;
	padding-left: 13px;
	font-weight: bold;
	position: relative;
	line-height: 2;
}

.define_list_block01 dt:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.8em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #00a7db;
}

.define_list_block01 dd {
	padding-left: 13px;
	line-height: 2;
}




/*Googleマップ
--------------------------------------------------------- */
.googlemap_errorjava {
	text-align: center;
}

.googlemap_01_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px;
}

.googlemap_01_block .googlemap_text {
	flex: 1;
	-ms-flex: 1;
	margin-left: 30px;
}

.googlemap_01r_block .googlemap_01r_box {
	width: 300px;
	float: right;
	margin-left: 20px;
}

.googlemap_01r_block .googlemap_text_l {
	overflow: hidden;
	zoom: 1;
}

.googlemap_02_block {
	margin: 0 0 20px;
}

#shop_map_canvas {
	width: 100% !important;
}



@media screen and (max-width: 750px) {
	
	.googlemap_01_block {
		display: block;
	}
	
	.googlemap_01_block .googlemap_01_inner #kokura_map {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		width: 100% !important;
		height: 0 !important;
		overflow: hidden;
	}

	.googlemap_01_block .googlemap_01_inner #kokura_map iframe,
	.googlemap_01_block .googlemap_01_inner #kokura_map object,
	.googlemap_01_block .googlemap_01_inner #kokura_map embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.googlemap_01_block .googlemap_text {
		margin: 15px 0 0;
	}
	
	.googlemap_01r_block .googlemap_01r_box {
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}
	
	.googlemap_01r_block .googlemap_01r_box .googlemap_01r_inner img {
		width: 100%;
	}
	
	.googlemap_01r_block .googlemap_text_l {
		overflow: visible;
	}
	
	#shop_map_canvas {
		height: 280px !important;
	}
}




/*disclaimer_block
--------------------------------------------------------- */
.disclaimer_block {
	margin: 0 0 20px;
}




/*page_nav_block
--------------------------------------------------------- */
.page_nav_block01 li {
	padding: 0 !important;
}

.page_nav_block01 li:before {
	display: none !important;
}

.page_nav_block01 a {
	display: inline-block;
	padding: 5px 0 5px 28px;
	background: url(../../common/img/common/icon_arrow04.png) left 0.5em no-repeat;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-o-background-size: 20px auto;
	background-size: 20px auto;
}




/*ブロックカテゴリ [ページパーツ] 区切り線
--------------------------------------------------------- */
hr.stop_line {
	margin: 0 0 20px;
	border-top: #ccc solid 1px;
	border-bottom-style:none;
	border-right-style:none;
	border-left-style:none;
}

hr.stop_dotline {
	margin: 0 0 20px;
	border-top: #ccc dotted 1px;
	border-bottom-style:none;
	border-right-style:none;
	border-left-style:none;
}




/* [ビジネスバンキングWeb・ダイレクトバンキング] ニュースリスト
--------------------------------------------------------- */
.topic_list_block {
	margin:0 0 20px;
	border: 1px solid #ccc;
}

.gray_title_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	align-items: center;
	padding: 8px 20px;
	background: #eee;
}

.gray_title_inner.clearfix:before,
.gray_title_inner.clearfix:after {
	display: none;
}

.topic_list_block_main {
	padding: 15px 20px;
}

.topic_list_block_main dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: baseline;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #aaa;
}

.topic_list_block_main dl.clearfix:before,
.topic_list_block_main dl.clearfix:after {
	display: none;
}

.topic_list_block_main dt {
	font-weight: bold;
}

.topic_list_block_main dd {
	flex: 1;
	-ms-flex: 1;
	margin-left: 15px;
}

.topic_list_block_main dd a {
	display: inline-block;
	text-align: left;
	padding: 5px 0 5px 28px;
	background: url(../../common/img/common/icon_arrow04.png) left 0.3em no-repeat;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-o-background-size: 20px auto;
	background-size: 20px auto;
}




/* フレーム仕様
--------------------------------------------------------- */
.form_frame {
	height: 300px;
	margin: 0 auto;
	padding: 15px 20px 0 20px;
	overflow-y: scroll;
	overflow-x: hidden;
	border:1px solid #ccc;
}

.form_check {
	margin: 15px 1px 30px 1px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.form_check_noborder {
	margin: 15px 1px 0 1px;
}




/*sub_navigation
--------------------------------------------------------- */
.sub_navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sub_navigation ul.clearfix:before,
.sub_navigation ul.clearfix:after,
.sub_navigation li:before {
	display: none;
}

.sub_navigation li {
	margin: 0;
	padding: 0;
}

.sub_navigation li:not(:first-child) {
	margin-left: -1px;
}

.sub_navigation li a {
	display: block;
	padding: 13px 45px 13px 20px;
	font-size: 1.6rem;
	line-height: 1.6;
	text-decoration: none;
	border: 1px solid #ccc;
	background: url(../../common/img/common/icon_arrow01.png) right 20px center no-repeat;
	-webkit-background-size: 6px auto;
	-moz-background-size: 6px auto;
	-o-background-size: 6px auto;
	background-size: 6px auto;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
}

.sub_navigation li.navi_parent a {
	font-weight: bold;
}

.sub_navigation li a:hover {
	text-decoration: underline;
}



@media screen and (max-width: 750px) {
	
	.sub_navigation ul {
		display: block;
		border: 1px solid #ccc;
	}
	
	.sub_navigation li {
		cursor: pointer;
		height: 0;
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
		margin: 0 !important;
	}
	
	.sub_navigation .opened li {
		height: auto;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	.sub_navigation .opened li:nth-child(2) {
		-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	}
	
	.sub_navigation .opened li:nth-child(3) {
		-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
	}
	
	.sub_navigation .opened li:nth-child(4) {
		-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
	}

	.sub_navigation .opened li:nth-child(5) {
		-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.45s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.45s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.45s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.45s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.45s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.45s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.45s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.45s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.45s;
	}

	.sub_navigation .opened li:nth-child(6) {
		-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
	}

	.sub_navigation .opened li:nth-child(7) {
		-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.75s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.75s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.75s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.75s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.75s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.75s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.75s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.75s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.75s;
	}

	.sub_navigation .opened li:nth-child(8) {
		-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
	}

	.sub_navigation .opened li:nth-child(9) {
		-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.05s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.05s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.05s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.05s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.05s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.05s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.05s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.05s;
	}

	.sub_navigation .opened li:nth-child(10) {
		-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
		transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s,transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s,-webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	}
	
	.sub_navigation .opened li a {
		padding: 13px 45px 13px 20px;
		line-height: normal;
		text-indent: inherit;
		background: url(../../common/img/common/icon_arrow01.png) right 15px center no-repeat;
		-webkit-background-size: 8px auto;
		-moz-background-size: 8px auto;
		-o-background-size: 8px auto;
		background-size: 8px auto;
	}
	
	.sub_navigation li.navi_parent {
		display: block !important;
		height: auto;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		padding: 13px 45px 13px 20px;
		background: url(../../common/img/common/icon_arrow02.png) right 15px center no-repeat;
		-webkit-background-size: 20px auto;
		-moz-background-size: 20px auto;
		-o-background-size: 20px auto;
		background-size: 20px auto;
	}
	
	.sub_navigation .opened li.navi_parent {
		background: url(../../common/img/common/icon_arrow03.png) right 15px center no-repeat;
		-webkit-background-size: 20px auto;
		-moz-background-size: 20px auto;
		-o-background-size: 20px auto;
		background-size: 20px auto;
	}
	
	.sub_navigation li a {
		padding: 0;
		line-height: 0;
		border: none;
		text-indent: -9999px;
	}
	
	.sub_navigation li.navi_parent a {
		display: inline-block;
		padding: 0;
		line-height: 1.6;
		text-indent: inherit;
		background: none;
	}
	
}




/*iframe
--------------------------------------------------------- */
.iflame_investmenttrust01 {
	width:720px;
	height:5100px;
	*height:5480px;
	border-style:none;
}

.iflame_investmenttrust02 {
	width:720px;
	height:4020px;
	*height:4360px;
	border-style:none;
}

.iflame_investmenttrust03 {
	width:720px;
	height:1400px;
	border-style:none;
}

.iflame_investmenttrust03b {
	width:720px;
	height:200px;
	border-style:none;
}

.iflame_market01 {
	width:100%;
	height:2450px;
	border-style:none;
}

.iflame_market02 {
	width:100%;
	height:2800px;
	border-style:none;
}

.iflame_market03 {
	width:100%;
	height:1000px;
	border-style:none;
}



@media screen and (max-width: 750px) {
	
	.iflame_investmenttrust01 {
		width: 100%;
	}

	.iflame_investmenttrust02 {
		width: 100%;
	}

	.iflame_investmenttrust03 {
		width: 100%;
	}

	.iflame_investmenttrust03b {
		width: 100%;
	}

	.iflame_market01 {
		width: 100%;
	}

	.iflame_market02 {
		width: 100%;
	}

	.iflame_market03 {
		width: 100%;
	}
}




/*フォントカラー
--------------------------------------------------------- */
.f_red { color:#c00; }
.f_blue { color:#0078bd; }
.f_glay { color:#666; }
.f_white { color:#fff; }
.f_white a, .f_white a { color:#fff !important; }




/* カスタムCSS
--------------------------------------------------------- */

.h1_disabled {
	
}

.h2_disabled {
    border: none;
    padding: 0;
}

.h2_disabled:after {
	content: none;
}

.h3_disabled {
	border-left: none;
	margin:0;
	padding: 0;
	
}


.ul_disabled li {
	padding-left: 0;
}

.ul_disabled li:before {
	content: none;
}

.color-primary {
	color: #00a7db;
}

.video video{
	width: 100%;
}

.table_style02_block.table_style_disabled,
.table_style01_block.table_style_disabled  {
	overflow: visible  !important;
    white-space: normal !important;
}