@charset "UTF-8";

/* 
 ============================================================
@group 初期設定 

更新履歴：
2016.09.29
 ============================================================
*/

html {
	color: #333;
}

/* tohoku-bank-基本サイズ16px */

body {
	font:16px 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;	
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
	min-width: 1028px;/*iosで背景が切れる対策 */
	line-height: 1.5;
	border-top: 3px solid #004276;
	position: relative;
}

input,
textarea,
keygen,
select,
button{
	font:16px 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
	font-size:14px;}

.fontsize_small {
	font-size: 13px;
}

.fontsize_normal {
	font-size: 16px;
}

.fontsize_large {
	font-size: 18px;
}

ul ol,
ol ul {
	font-size: 100% !important;
}

ul {
	list-style: none;
}

sup {
	vertical-align: top;
	font-size: 0.77em;
}

sup {
	vertical-align: top;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: baseline;
	font-size: 0.77em;
}

img {
	vertical-align: bottom;
}

label {
	cursor: pointer;
}

a {
	color: #2788AF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* fontsize */

.fz-ss {
	font-size: 72% !important;
}

/* base 16px -> 12px */

.fz-s {
	font-size: 86% !important;
}

/* base 16px -> 14px */

.fz-m {
	font-size: 100% !important;
}

.fz-l {
	font-size: 115% !important;
}

/* base 16px -> 18px */

.fz-ll {
	font-size: 129% !important;
}

/* base 16px -> 20px */

.fz-lll {
	font-size: 143% !important;
}

/* base 16px -> 22px */

/* margin */

.mb-0 {margin-bottom: 0px !important;}

.mb-10 {margin-bottom: 10px !important;}

.mb-15 {margin-bottom: 15px !important;}

.mb-20 {margin-bottom: 20px !important;}

.mb-25 {margin-bottom: 25px !important;}

.mb-30 {margin-bottom: 30px !important;}

.mb-35 {margin-bottom: 35px !important;}

.mb-40 {margin-bottom: 40px !important;}

.mb-45 {margin-bottom: 45px !important;}

.mb-50 {margin-bottom: 50px !important;}

.mb-55 {margin-bottom: 55px !important;}

.mb-60 {margin-bottom: 60px !important;}

.mb-70 {margin-bottom: 70px !important;}

.ml-0{margin-left:0 !important;}

.ml-10 {margin-left: 10px !important;}

.ml-15 {margin-left: 15px !important;}

.ml-20 {margin-left: 20px !important;}

.ml-25 {margin-left: 25px !important;}

.ml-30 {margin-left: 30px !important;}

.ml-35 {margin-left: 35px !important;}

.mr-0 {margin-right: 10px !important;}

.mr-10 {margin-right: 10px !important;}

.mr-15 {margin-right: 15px !important;}

.mr-20 {margin-right: 20px !important;}

.mr-25 {margin-right: 25px !important;}

.mr-30 {margin-right: 30px !important;}

.mr-35 {margin-right: 35px !important;}

.mt-10 {margin-top: 10px !important;}

.mt-15 {margin-top: 15px !important;}

.mt-20 {margin-top: 20px !important;}

.mt-25 {margin-top: 25px !important;}

.mt-30 {margin-top: 30px !important;}

.mt-35 {margin-top: 35px !important;}

.pr-0{
	padding-right:0 !important}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#main-content .last-para {
	margin-bottom: 55px !important;
}

#main-content .last-para2 {
	margin-bottom: 70px !important;
}

/* @end */

/* @group header */

/* @group function-overlay */

#function-overlay{
	z-index:2000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
	overflow: hidden;
	display:none;
}

html.blank_function_hidden{
	overflow:hidden;
}

#function-overlay .blank_function{
	z-index:2000;
	background:#FFF;
	width:750px;
	height:365px;
	margin:200px auto 0;
	padding:35px;
	border-radius:4px;
}

#function-overlay .blank_function h2 {
    font-size: 125%;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 3px solid #004077;
    padding-left: 35px;
    position: relative;
    margin-bottom: 40px;}
	#function-overlay .blank_function h2:before {
		display: block;
		content: '';
		position: absolute;
		top: 3px;
		left: 5px;
		width: 10px;
		height: 10px;
		background-color: #fff;
		border: 5px solid #004077;
		border-radius: 100%;
		-webkit-border-radius: 100%;
	}
	
#function-overlay .blank_function figure{
	float:left;
	margin-right:15px;
}

#function-overlay .blank_function .link-button{
	text-align:center;
}

#function-overlay .blank_function .link-button a{
	width:100%;
}

#function-overlay .blank_function .link-button.function-btn-L input{
	display: inline-block;
    border: 1px solid #D7D7D7;
    padding: 13px 35px 13px 13px;
    width: 100%;
    text-align: center;
    background: url(/cmn/imgs/icon_link01.png) no-repeat;
    background-position: 95% center;
    border-radius: 3px;
    -webkitborder-radius: 3px;
    line-height: 1.3;
    font-weight: bold;
	cursor:pointer;
	font-size:16px;
	color: #2788AF;
	outline:none;
}

#function-overlay .blank_function .link-button.function-btn-L input:hover {
    opacity: 0.7;
}
#function-overlay .blank_function .link-button.function-btn-L input:visited {
    color: #004276;
}

/* @end */


/* @group header-content */

#header {
	width: 980px;
	height: 160px;
	margin: 0px auto 0px auto;
	background: #fff !important;
	
}


.header_inner {
	position: relative;
	width: 980px;
	z-index:210;
}

#header #logo {
	position: absolute;
	top: 17px;
	left: 20px;
}

#header #cord {
	font-size: 11px;
	margin-top: 10px;
}

#header-nav-area {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 580px;
	text-align: right;
}

#header-nav-area #header-nav {
	float: left;
	margin-right: 20px;
	margin-top: 4px;
	font-size: 12px;
}

#header-nav-area #header-nav a {
	color: #333;
	background: url(/cmn/imgs/icon_head_nav.png) 0px 1px no-repeat;
	padding: 0 0 3px 20px;
}


/* 2階層目ナビ無し */

.header-height-low #header {
	height: 108px;
}

/* @group 文字サイズ */

.resizeFunc {
	float: left;
	display: inline-block;
}

.resizeFunc > p {
	margin-right: 3px;
	display: inline-block;
	font-size: 12px;
}

.resizeFunc .btn {
	display: inline-block;
}

.resizeFunc .btn li span {
	
}

.resizeFunc li {
	border: #CCC 1px solid;
	display: inline-block;
	width: 50px;
	cursor: pointer;
	background: #FFF;
	text-align: center;
	font-size: 12px;
	margin-right: 0;
	padding: 3px 0;
}

.resizeFunc li:first-child {
	border: #CCC 1px solid;
}

.resizeFunc li.fontresizeNormalBtn.active,
.resizeFunc li.fontresizeSmallBtn.active,
.resizeFunc li.fontresizeLargeBtn.active {
	background: #004077;
	color: #fff;
}

/* @end */

/* @group 検索ボタン */

form#js-search-header {
	
}

button.search-button {
	padding: 0 !important;
	margin: 0 !important;
	height: 26px;
	width: 40px;
	float: left;
	cursor: pointer;
	border: 0;
}

button.search-button:hover {
	opacity: 0.7;
}

input.search-input {
	
}

.searchArea {
	position: absolute;
	top: 0px;
	right: 80px;
}

.search-box {
	
}

.search-box #search_txt {
	width: 160px;
	float: left;
	height: 25px;
	border: 1px solid #ccc;
	margin-right: 0;
	font: 14px 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
	font-size: 12px;
	color: #333;
}

.search-box .search-btn {
	float: right;
	width: 40px;
	height: 25px;
	cursor: pointer;
	margin-left: 0;
}

.searchArea .dummy_text {
	background: url(/cmn/imgs/dummy_text.png) no-repeat 5px center;
}

/* @end */

#header-nav-area .illust {
	margin-top: -15px;
	margin-bottom: 1em;
}

.sanrio-copy {
	font-size: 9px;
	color: #AAA;
}

/* @end */

/* @group gnav */

#header .globalNavi {
	position: relative;
	width: 980px;
	height: 103px;
	top: 75px;
	right: 0;
	margin: 0 auto 0 auto;
	z-index: 210;
}

#header .globalNavi img.icon {
	vertical-align: middle !important;
	margin-left: 5px !important;
	margin-right: 3px !important;
}

#header .gnav_level1 {
	padding-left: 255px;
}

.gnav_private {
	top: 0;
	right: 500px;
}

.gnav_recuit {
	top: 0;
	right: 24px;
}

.gnav_recuit {
	top: 0;
	right: 0px;
}

#header .gnav_level1_list {
	text-align: center;
	vertical-align: top;
	width: 140px;
	float: left;
	margin-left: 2px;
}

#header .gnav_level1_list > a {
	display: block;
	padding: 9px 4px;
	background: #ccc;
	text-align: center;
	background: #85BEFE;
	color: #fff;
	line-height: 1.1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	overflow: hidden;
	font-size: 14px;
}

#header .gnav_level1_list > a:hover,
	#header .gnav_level1 > li.active > a {
	text-decoration: none;
	background: #004276;
}

#header .gnav_level1_list.active .gnav_level2 {
	display: block;
}

#header .gnav_level2 {
	display: none;
	position: absolute;
	width: 980px;
	top: 33px;
	left: 0;
	padding-top: 10px;
	border-top: 1px solid #EEE;
}

#header .active .gnav_level2 > li {
	display: table-cell;
	text-align: center;
	height: 35px;
	font-size: 15px;
	border-bottom: 5px solid #fff;
	background: url(/cmn/imgs/gnav_level2_back.png) right center no-repeat !important;
	padding-right: 1px;
}

#header .active .gnav_level2 > li:last-child {
	background-image: none !important;
}

#header .active .gnav_level2 > li > a {
	display: table-cell;
	text-align: center;
	height: 35px;
	line-height: 1.2;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	padding: 2px 13px 0 13px;
	vertical-align: middle;
	border-bottom: 3px solid #fff;
	background: #fff;
}

#header .gnav_level2 > li > a:hover,
#header .gnav_level2 > li.active > a{
	border-bottom: 3px solid #004077;
	color: #004077;
}


#medical-support #header .gnav_level2 > li.gm-medical-support > a{
	border-bottom: 3px solid #004077;
	color: #004077;
}

#ir.id-notice #header .gnav_level2 > li.gm-ir > a{
	border-bottom: 3px solid #004077;
	color: #004077;
}


#header .gnav_menu .personal > li {
	padding: 0 30px;
}

#header .gnav_menu .profdisk > li {
	padding: 0px 37px 0px 37px;
}

#header .gnav_menu .ir > li {
	padding: 0px 22px;
}


#header .gnav_menu .corporate > li {
	padding: 0 6px;
}

#header .gnav_menu .recruit > li {
	padding: 0px 44px 0px 43px;
}

#header .gnav_level3 {
	display: none;
	border-top: 3px solid #1C7DC6;
	position: absolute;
	width: 980px !important;
	background: #D0E7FF;
	left: 0 !important;
	right: 0;
	margin: 0 auto;
	top: 50px;
	z-index: 999;
}

#header .gnav_level3_inner {
	width: 920px;
	margin: 25px auto 28px;
	border-radius: 5px;
}

.gnav_level3 .gnav_level2_closebtn {
	position: absolute;
	right: 30px;
	top: 18px;
	font-size: 12px;
}

.gnav_level3 .gnav_level2_closebtn img {
	vertical-align: middle;
	margin-left: 8px;
}

.gnav_level3 .gnav_level2_closebtn:hover {
	cursor: pointer;
	opacity: 0.7;
}

#header .gnav_level3_inner li a {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	text-align: left;
}

#header .gnav_level3_inner a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#header .gnav_level3_inner a span {
	background: none;
}

#header .gnav_level3_inner dt {
	text-align: left;
	padding-bottom: 15px !important;
	margin-bottom: 20px;
	border-bottom: #f6f6f6 2px solid;
	display: table;
}

#header .gnav_level3_inner dt a {
	display: table-cell;
	color: #333;
	font-size: 23px;
	text-decoration: none;
	border: none;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 18px;
	background: url(/cmn/imgs/gnav_icon_arrow01.png) 0 center no-repeat;
	line-height: 1.2;
	margin-right: 10px;
	white-space: nowrap;
	vertical-align: middle;
}

#header .gnav_level3_inner dt span {
	font-size: 13px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-right: 90px;
}

#header .gnav_level3_inner dd {
	margin-right: -13px;
}

#header .gnav_level3_inner dd li {
	display: table;
	float: left;
	margin-right: 13px;
	margin-bottom: 12px;
	width: 220px;
}

#header .gnav_level3_inner dd li a {
	display: table-cell;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(189,205,214,1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(189,205,214,1);
	box-shadow: 0px 2px 0px 0px rgba(189,205,214,1);
	border-radius: 5px;
	padding: 5px 10px 5px 33px;
	width: 220px;
	height: 57px;
	vertical-align: middle;
	line-height: 1.2;
	background: #FFF url(/cmn/imgs/gnav_icon_arrow01.png) 10px center no-repeat;
}


#header .gnav_level3_inner dd li a.threelines{
	height: 80px;
}

#header .gnav_level3_inner dd li.gnav_2col {
	width: 453px;
}

#header .gnav_level3_inner dd li.gnav_2col a {
	text-align: center;
}

#header .gnav_level3_inner dd li.gnav_iconnav {
	height: 150px;
}

#header .gnav_level3_inner dd li.height-short {
	height: 126px;
}

#header .gnav_level3_inner dd li.gnav_iconnav a {
	padding: 5px 10px 5px 10px;
	background-image: none;
	text-align: center;
}

#header .gnav_level3_inner dd li.gnav_iconnav a .gnavicon {
}

#header .gnav_level3_inner dd li.gnav_iconnav a .text {
	margin-top: 15px !important;
	margin: 20px auto 0;
}

#header .gnav_level3_inner dd li.gnav_iconnav a .text span {
	padding-right: 15px;
	background: url(/cmn/imgs/gnav_icon_arrow02.png) center right no-repeat;
	text-align: left !important;
	display: inline-block;
	color: #333 !important;
}

/* @group 世代別マネーアドバイス */

#header .gnav_level3_inner dd.money_advice ul li {
	height: 125px;
}

#header .gnav_level3_inner dd.money_advice ul li.gnav_iconnav a .text span {
	color: #fff !important;
}

#header .gnav_level3_inner dd.money_advice li.gnav_iconnav a .text span {
	background: url(/cmn/imgs/gnav_icon_arrow03.png) center right no-repeat;
}

li.color_single a {
	background: #00A557 !important;
}

li.color_nurturing a {
	background: #ED7A97 !important;
}

li.color_senior a {
	background: #E47C14 !important;
}

li.color_second a {
	background: #3E99E3 !important;
}

/* @end */

/* @group プルダウン時背景透過 */

.group-nav-global-drop-overlay {
	display: none;
}

.is-js-drop .group-nav-global-drop-overlay {
	display: block;
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.5;
}

/* @end */

/* @end */

/* @end */

/* @group side-nav */

#aside {
	position: relative;
	float: left;
	width: 230px;
	background: #fff;
	margin-top: -90px;
}

#ir #aside,
#profdisk #aside,
#student #aside {
	margin-top: 0;
}

#aside a img:hover {
	opacity: 0.7;
}

/* @group  local-nav */

.sideNav_localNav {
	margin-bottom: 15px;
}

.sideNav_localNav h2 {
	padding: 0;
	font-size: 19px;
	color: #004077;
	border-top: 3px solid #004077;
	line-height: 1.2 !important;
	display: table;
	text-align: center;
	width: 100%;
}

.sideNav_localNav h2 > a{
	padding:20px 0;
	display:block;
	width:100%;
	text-align:center;
	color: #004077;
	text-decoration:none;
}
.sideNav_localNav h2 > a:hover{
	opacity:0.7
}

.sideNav_localNav h2 > a:hover .h2icon{
	opacity:1;
}


.sideNav_localNav h2 span {
	width: auto;
	vertical-align: middle !important;
	display: inline-block;
	text-align: left;
}

.sideNav_localNav h2 .h2icon {
	width: auto;
	vertical-align: middle !important;
	display:inline-block;
	text-align: right;
	padding-right: 10px;
}


.localNav_level2 {
	border-top: 1px solid #004077;
	background: #fff;
}

.localNav_level2 > li a {
	display: block;
	color: #004077;
	padding: 12px 5px 12px 29px;
	border-top: 1px solid #004077;
	text-decoration: none;
	font-size: 14px !important;
	font-size: 100%;
	background: url(/cmn/imgs/icon_side01.png) no-repeat;
	background-position: 8px 15px;
}

.sideNav_localNav img.icon {
	vertical-align: middle !important;
	margin-left: 5px !important;
}

.localNav_level2 > li:first-child > a:first-child {
	border-top: none;
}

.localNav_level2 > li:last-child > a {
	border-bottom: 1px solid #004077;
}

.localNav_level2 a:hover {
	background-color: #DFEEFF;
}

.sideNav_localNav .localNav_level2 > .current > a,
.sideNav_localNav .localNav_level2 > .current_parent > a.active {
	font-weight: bold;
	color: #004279;
	background-color: #DFEEFF !important;
}

.sideNav_localNav .localNav_level2 > .current.open > a,
.sideNav_localNav .localNav_level2 > .current_parent.open > a {
	background: url(/cmn/imgs/icon_side01-2.png) no-repeat;
	background-position: 8px 15px;
}

.sideNav_localNav .current > a.uncurrent {
	background-color: #fff !important;
	font-weight: normal !important;
}

.sideNav_localNav .current_parent > a.uncurrent {
	font-weight: normal;
}

.sideNav_localNav .localNav_level3 a {
	padding: 12px 5px 12px 30px;
	background: url(/cmn/imgs/icon_side02.png) no-repeat;
	background-position: 15px 18px;
	font-weight: normal;
	color: #333;
	border-bottom: 1px dotted #d4d4d4;
	border-top: none;
}

.sideNav_localNav .localNav_level3 a:hover,
.sideNav_localNav .localNav_level3 li.current a {
	font-weight: bold;
	background-color: #fff !important;
	color: #004077;
}

.sideNav_localNav .localNav_level3 li.current.open a {
	background: url(/cmn/imgs/icon_side02-2.png) no-repeat;
	background-position: 13px 18px;
}

.sideNav_localNav .localNav_level3 li:first-child {
	border-top: 1px dotted #d4d4d4;
}

.localNav_level3 {
	display: none;
}

.current .localNav_level3,
.current_parent .localNav_level3 {
	display: block;
}

.sideNav_localNav .localNav_level4 a {
	padding: 10px 5px 10px 38px;
	background: url(/cmn/imgs/icon_side03.png) no-repeat !important;
	background-position: 25px 15px !important;
	font-weight: normal !important;
	border-bottom: none;
	border-top: none;
	font-size: 13px;
	text-decoration: none !important;
	color: #333 !important;
}



.sideNav_localNav .localNav_level4 a:hover,
	.sideNav_localNav .localNav_level4 li.current a {
	text-decoration: underline !important;
	background-color: #fff;
}

.sideNav_localNav .localNav_level4 li:first-child {
	border-top: none;
}

.sideNav_localNav .localNav_level4 li:last-child {
	border-bottom: 1px dotted #d4d4d4;
}

.localNav_level4 {
	display: none;
}

.localNav_level3 li.current .localNav_level4 {
	display: block;
}


.nisa_index .sideNav_localNav .localNav_level4 .menu_nisa_index a {
	text-decoration: underline !important;
	background-color: #fff;
}

/* @end */

/* @group netbanking */

.sideNav_ibArea {
	padding: 20px 0;
	background-color: #FFF;
	text-align: center;
}

.sideNav_ibArea h2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	border: none;
}

.sideNav_ibArea ul {
	width: 210px;
	margin: 0 auto;
}

.sideNav_ibArea li {
	margin-bottom: 5px;
}

.sideNav_ibArea .ibList01 {
	margin-bottom: 0;
}

.sideNav_ibArea .ibList02 {
	
}

/* @end */

/* @group guidenav */

.sideNav_guideNav,
.sideNav_bnrArea {
	width: 230px;
	margin: 30px auto 0 auto;
}

.sideNav_guideNav ul {
	border-left: 1px solid #0092BF;
}

.sideNav_guideNav ul li {
	float: left;
	border-right: 1px solid #0092BF;
	border-bottom: 1px solid #0092BF;
	width:114px;
	height:50px;
	text-align:center;
}
	.sideNav_guideNav ul li:nth-child(even){
		width:115px;
	}
	
.sideNav_guideNav ul li a{
	display:block;
	width:100%;
	height:100%;
	padding-top:12px;
	}

.sideNav_bnrArea li {
	margin-bottom: 10px;
	background-color: #FFF;
}

/* @end */

/* @end */

/* @group contents */

#breadcrumb {
	font-size: 0.92em;
	width: 720px;
	margin: 0 auto 40px;
}

#breadcrumb li {
	display: inline;
	position: relative;
	margin-right: 5px;
	font-size: 14px;
}

#breadcrumb li:first-child:before {
	content: '';
	margin: 0;
}

#breadcrumb li:before {
	content: '>';
	margin-right: 10px;
}

.totop a {
	display: none;
	position: fixed;
	width: 49px;
	height: 49px;
	background: url(/cmn/imgs/pagetop.png) no-repeat left top;
	right: 20px;
	bottom: 90px;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}

/* @group content-area */

#contents {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 60px;
}

#main-content-area {
	width: 720px;
	float: right;
	margin-bottom: 60px;
}

#main-content {
	/*overflow: hidden;*/
	width: 720px;
	float: right;
}

#main-content section {
	margin-bottom: 70px;
}

#main-content p {
	line-height: 1.7;
	margin-bottom: 25px;
}

#main-content strong {
	color: #0092BF;
	font-weight: bold;
}

#main-content s{
	text-decoration:line-through;
}

#main-content .bold {
	font-weight: bold !important;
}

#main-content .red {
	color: #cc0000 !important;
}

#main-content a:hover img {
	opacity: 0.7;
}

#main-content figure {
	margin-bottom: 25px;
}

#main-content a img:hover {
	opacity: 0.5;
}

.no-wrap {
	white-space: nowrap;
}

/* @group caution */

#main-content p.caution,
#main-content span.caution {
	padding-left: 18px;
	font-size:90%;
	background: url(/cmn/imgs/icon_caution.gif) 0px 5px no-repeat;
}

#main-content p.caution_a {
	padding-left: 18px;
	font-size:90%;
	background: none;
}

#main-content ul.caution li {
	padding-left: 18px;
	background: url(/cmn/imgs/icon_caution.gif) 0px 5px no-repeat;
}

#main-content dl.caution {
	padding: 0;
	border: 1px solid #E73329;
	margin-bottom: 40px;

}

#main-content dl.caution dt {
	background: #E73329;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
	padding-left: 20px;
}

#main-content dl.caution dt:after {
	display: none !important;
}

#main-content dl.caution dd {
	padding: 5px 20px 0px 20px;
}


/* @end */

/* @group box */
.box {
	border: 1px solid #D7D7D7;
	padding: 25px;
	margin-bottom: 40px;
}

.box .left-col {
	width: 140px;
	float: left;
}

.box .right-col {
	width: 500px;
	float: right;
}

.box p,
.box figure {
	margin-bottom: 0 !important;
}



/* @end */





/* @group position */

.left-position,
tr.left-position th,
tr.left-position td {
	text-align: left;
}

.right-position,
#main-content .right-position th,
#main-content .right-position td {
	text-align: right;
}

.center-position,
#main-content .center-position th,
#main-content .center-position td {
	text-align: center !important;
}

.middle-position,
#main-content .middle-position th,
#main-content .middle-position td {
	vertical-align: middle;
}

/* @end */

/* @group heading */

h1,h2,h3,h4,h5,h6 {
	line-height: 1.3;
}

.h1-area {
	width: 100%;
	background: #004276;
	margin-bottom:20px;
}

.h1-area h1 {
	display: table;
	width: 980px;
	margin: 0 auto !important;
	height: 120px;
	line-height: 1.2;
	position: relative;
	font-weight: normal;
	padding-left:260px;
}


.h1-area h1 span.h1icon,
.h1-area h1 span {
	display: table-cell;
	padding: 0;
	font-size: 35px;
	color: #fff;
	vertical-align: middle;
}

.h1-area h1 span.h1icon {
	width:60px;
	padding-right:20px;
}


#main-content h2 {
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 3px solid #004077;
	padding-left: 35px;
	position: relative;
	margin-bottom: 18px;
}

#main-content h2:before {
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	left: 5px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 5px solid #004077;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}


#main-content h3 {
	font-size: 112.5%;
	color: #004176;
	margin-bottom: 18px;
	padding-left: 23px;
	position: relative;
}

#main-content h3:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 23px;
	background-color: #004077;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#main-content h4 {
	font-size: 106%;
	margin-bottom: 15px;
	color: #004077;
}

#main-content h5 {
	font-size: 100%;
	margin-bottom: 13px;
}

#main-content h6 {
	font-size: 100%;
	margin-bottom: 13px;
}

#main-content h1 a,
#main-content h2 a,
#main-content h3 a,
#main-content h4 a,
#main-content h5 a,
#main-content h6 a {
	text-decoration: underline;
}

#main-content h1 a:hover,
#main-content h2 a:hover,
#main-content h3 a:hover,
#main-content h4 a:hover,
#main-content h5 a:hover,
#main-content h6 a:hover {
	text-decoration: none;
}

/* @end */

/* @group pattern */

/* @group pattern1-1 */

#main-content div.pattern1-1 {
	margin: 0 -20px 30px 0;
}

#main-content div.pattern1-1 div.col {
	float: left;
	width: 350px;
	margin-right: 20px;
}

/* @end */

/* @group pattern1-1-1 */

#main-content div.pattern1-1-1 {
	margin: 0 -21px 30px 0;
}

#main-content div.pattern1-1-1 div.col {
	float: left;
	width: 226px;
	margin-right: 21px;
}
	#main-content a:hover div.col {
		opacity:0.8;
	}

/* @end */

/* @group pattern1-1-1-1 */

#main-content div.pattern1-1-1-1 {
	margin: 0 -20px 30px 0;
}

#main-content div.pattern1-1-1-1 div.col {
	float: left;
	width: 165px;
	margin-right: 20px;
}

/* @end */

/* @group pattern1-2 */

#main-content div.pattern1-2 {
	margin: 0 0 30px 0;
}

#main-content div.pattern1-2 div.left-col {
	float: left;
	width: 226px;
}

#main-content div.pattern1-2 div.right-col {
	float: right;
	width: 474px;
}

/* @end */

/* @group pattern2-1 */

#main-content div.pattern2-1 {
	margin: 0 0 30px 0;
}

#main-content div.pattern2-1 div.left-col {
	float: left;
	width: 474px;
}

#main-content div.pattern2-1 div.right-col {
	float: right;
	width: 226px;
}

/* @end */

/* @group pattern特殊1 */

#main-content div.pattern-special-1 {
	margin: 0 0 30px 0;
}

#main-content div.pattern-special-1 div.left-col {
	float: left;
	width: 200px;
}

#main-content div.pattern-special-1 div.right-col {
	float: right;
	width: 500px;
}

/* My Comment */

/* @end */

/* @group pattern特殊2 */

#main-content div.pattern-special-2 {
	margin: 0 0 30px 0;
}

#main-content div.pattern-special-2 div.left-col {
	float: left;
	width: 500px;
}

#main-content div.pattern-special-2 div.right-col {
	float: right;
	width: 200px;
}

/* @end */

/* @end */



/* @group link */

/* @group ページ内リンク */
.internal-link ul {
	margin-bottom: 40px;
	margin-right: -20px;
}

.internal-link ul li {
	width: 165px;
	margin-right: 20px;
	float: left;
}

.internal-link ul li a {
	display: block;
	background: #E1E4EC url(/cmn/imgs/icon_link_anchor02.png) no-repeat 9px 14px;
	padding: 6px 5px 5px 29px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.internal-link ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}


/* @end */

/* @group リンクパターンテキスト */

#main-content p.link-next {
	vertical-align: middle;
}

#main-content p.link-next a {
	padding-left: 22px;
	background: url(/cmn/imgs/icon_link01.png) left 2px no-repeat;
}


#main-content ul.link-list {
	margin: 0 0 2em 0;
	list-style: none;
}
#main-content ul.link-list li a {
	padding-left: 22px;
	background: url(/cmn/imgs/icon_link01.png) left 2px no-repeat;
	
}

#main-content ul.link-list li {
	margin-bottom: 12px;
}

#main-content ul.link-list li ul {
	margin: 12px 0 0 0;
	list-style: none;
}

#main-content ul.link-list li ul li {
	padding-left: 15px !important;
	margin-bottom: 10px;
}

#main-content ul.link-list li ul li a {
	padding-left: 15px;
	background: url(/cmn/imgs/icon-link02.png) no-repeat left 5px !important;
}

#main-content img.icon {
	vertical-align: middle;
	margin-left: 6px;
}

.link-anchor a {
	padding-left: 17px;
	background: url(/cmn/imgs/icon_link_anchor.png) left 5px no-repeat;
}

/* @end */

/* @group リンクボタン */

.link-button a {
	display: inline-block;
	border: 1px solid #D7D7D7;
	padding: 13px 35px 13px 13px;
	width: 350px;
	text-align: center;
	background: url(/cmn/imgs/icon_link01.png) no-repeat;
	background-position: 95% center;
	border-radius: 3px;
	-webkitborder-radius: 3px;
	line-height: 1.3;
	font-weight: bold;
}

.link-button a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.col .link-button a,
.right-col .link-button a {
	width: 100% !important;
}

/* @end */

/* @group リンクパネル */

/* @group リンクパネル1 */

.link-panel-1 p,
.link-panel-2 p,
.link-panel-3 p,
.link-panel-4 p,
.link-panel-4 p,
.link-panel-noimg p {
	font-size: 86% !important;
}

.link-panel-1 p.link-button a,
.link-panel-2 p.link-button a,
.link-panel-3 p.link-button a,
.link-panel-4 p.link-button a ,
.link-panel-noimg p.link-button a {
	font-size: 112%;
}

.link-panel-1 .col {
}

.link-panel-1 figure {
	margin-bottom: 0 !important;
}

.link-panel-1 .panel-1-text  {
	background: #F3F4F8;
	padding: 10px 15px 15px 15px;
}

.link-panel-1 .panel-1-text p {
	margin-bottom: 0 !important;
}

.link-panel-1 a p {
	color: #333 !important;
}

.link-panel-1 a img {
	opacity: 1 !important;
}

.link-panel-1 .panel-1-text p.head {
	font-weight: bold;
	color: #003399 !important;
	font-size: 112% !important;
}

.link-panel-1 a:hover {
	opacity: 0.7;
}

/* @end */

/* @group リンクパネル2 */

.link-panel-2 {
	border: 1px solid #D7D7D7;
	padding: 20px;
}

.link-panel-2 p.head {
	font-weight: bold;
	color: #004077 !important;
	font-size: 112.5% !important;
	margin-bottom: 10px !important;
}


.link-panel-2 .left-col {
	width: 240px;
}

.link-panel-2 .right-col {
	width: 410px !important;
}


#main-content .link-panel-2 figure {
	margin-bottom: 0;
}


/* @end */

/* @group リンクパネル3 */

.link-panel-3 {
	border: 1px solid #D7D7D7;
} 
	#main-content a:hover div.col.link-panel-3{
		opacity:0.5 !important;
	} 
.link-panel-3 p {
	margin-bottom: 0 !important;
	color:#333;
}

.link-panel-3 figure {
	margin-bottom: 0 !important;
}
.link-panel-3 img:hover{
	opacity:0.7 !important;
}
.link-panel-3 p.link-button {
	width: 100% !important;
	text-align: left !important;
	font-weight: bold;
	color: #004077 !important;
	font-size: 110% !important;
	border-bottom: 1px solid #D7D7D7;
	color: #004077;
    display: inline-block;
    padding: 13px 35px 13px 13px;
    background: url(/cmn/imgs/icon_link01.png) no-repeat !important;
    background-position: 95% center !important;
	line-height: 1.3 !important;
}


.link-panel-3 .pattern1-2 {
	padding: 20px;
	margin-bottom: 0 !important;
} 

.link-panel-3 .pattern1-2 .left-col {
	float: left;
	width: 90px !important;
}

.link-panel-3 .pattern1-2 .right-col {
	float: right;
	width: 200px !important;
} 

/* @end */

/* @group リンクパネル4 */


.link-panel-4 .col {
	border: 1px solid #D7D7D7;
	padding: 16px;
}

.link-panel-4 .col figure {
	margin-bottom: 0 !important;
}

.link-panel-4 p.link-button {
	margin-bottom: 8px !important;
}

.link-panel-4 p.link-button a {
	text-align: left !important;
	color: #0070A0 !important;
	font-size: 112%;
	border: none;
	padding: 0 20px 0 0;
	background-position: right center;
}

/* @end */

/* @group リンクパネルイメージ無し */


.link-panel-noimg .col {
	border: 1px solid #D7D7D7;
}

#main-content .link-panel-noimg p.link-button {
	display:block;
	text-align: left !important;
	color: #004077 !important;
	font-weight: bold;
	font-size: 18px !important;
	border-bottom: 1px solid #D7D7D7;
	padding: 15px 30px 15px 15px;
	background: url(/cmn/imgs/icon_link01.png) no-repeat #fafafa;
    background-position: 95% center;
	line-height: 1.3;
}

.link-panel-noimg p {
	margin-bottom: 0 !important;
	color:#333;
}

.link-panel-noimg .panel-noimg-txt {
	padding: 20px;
}

#main-content .link-panel-noimg a:hover .col {
    opacity: 0.5 !important;
}

#contents p.link-button.link-button-2lines{
	padding-top:26px;
	padding-bottom:26px;
}

/* @end */

/* @group アイコンリンクパネル */

.link-panel-icon {
	width: 100%;
	background: #E1E4EC;
	padding: 14px 26px;
	margin-bottom: 40px;
}

.link-panel-icon ul {
	margin-bottom: 0 !important;
	background: #fff;
	border-radius: 5px;
}

.link-panel-icon ul li {
	display: table;
	float: left;
	text-align: center;
	margin-bottom: 0 !important;
	font-weight: bold;
	border-right: 2px solid #E1E4EC;
}

.link-panel-icon ul li:last-child {
	border-right: none;
}

.link-panel-icon ul li a {
	display: table-cell;
	width: 220px;
	padding: 20px;
	vertical-align: bottom;
	color: #333;
}

.link-panel-icon ul li a:hover img {
	opacity: 1 !important;
}

.link-panel-icon ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.link-panel-icon ul li span {
	display: block;
	margin-top: 10px;
}

/* @end */

/* @end */



/* @end */

/* @group list */

/* @group ul */

#main-content ul {
	line-height: 1.6;
	margin-bottom: 40px;
}

#main-content ul li {
	line-height: 1.6;
	margin-bottom: 10px;
}

#main-content ul.list {
	margin: 0 0 2em 18px;
}

#main-content ul.list li {
	position: relative;
	list-style: none;
	margin-bottom: 10px;
	padding-left: 0px;
}

#main-content ul.list li::after {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	left: -1em;
	width: 8px;
	height: 8px;
	background-color: #004072;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

#main-content ul.list li ul {
	margin: 8px 0 0 7px;
}

#main-content ul.list li ul li {
	padding-left: 13px;
	position: relative;
}

#main-content ul.list li ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 5ox;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #999;
	border-radius: 100%;
}

#main-content ul.list li ol {
	margin: 3px 0 0 26px;
}

#main-content ul.list li ol li {
	list-style-type: decimal;
	margin-bottom: 3px;
	padding-left: 0;
}

#main-content ul.list li ol li::after {
	background: none;
}

#main-content ul.list-no-style li {
	margin-bottom: 4px;
	list-style: none;
}

/* @end */

/* @group ol */

#main-content ol {
	margin: 0 0 40px 25px;
	line-height: 1.6;
}

#main-content ol li {
	margin-bottom: 10px;
}

#main-content ol li ol,
#main-content ol li ul.list {
	margin: 10px 0 0 17px;
}

#main-content ul.list li ol {
	margin: 10px 0 0 22px;
}

#main-content ul.list li ol li {
	list-style: decimal;
	padding-left: 0;
	background: none;
}

/* 括弧付き数字リスト */
#main-content ol.list_parentheses {
	padding: 0;
	margin-left: 0;
}

ol.list_parentheses > li,
ol.list_parentheses > li ul {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	padding-left: 1.9em;
	text-indent: -1.9em;
}

ol.list_parentheses > li::before {
	display: marker;
	content: "(" counter(cnt) ") ";
}

#main-content ol.list_parentheses > li ul.list li::after {
	left: -40px;
}

#main-content ol.list_parentheses > li ul.list li li::after {
	left: -28px;
}


#main-content table ol {
	margin-bottom: 0;
}

/* @end */

/* @group dl */


#main-content dl {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	padding-left: 18px;
	font-weight: bold;
}

#main-content dl dt {
	position: relative;
	color: #003f79;
	margin-bottom: 10px;
	font-size: 112%;
}

#main-content dl dt::after {
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	left: -1em;
	width: 8px;
	height: 8px;
	background-color: #004072;
	border-radius: 100%;
}

#main-content dl dd {
	margin: 0 0 30px 0;
	font-weight: normal;
	line-height: 1.6;
}

/* @end */


/* @end */


/* @group tab */

.e-tab1-1 .e-tab-list {
 }

.e-tab1-1 .e-tab-list > li {
	float: left;
	width: 350px;
	margin-right: 20px;
 }
 
 .e-tab1-1 .e-tab-list > li:last-child {
	margin-right: 0px;
 }

.e-tab1-1-1 .e-tab-list > li {
	width: 226px;
	float: left;
	margin-right: 21px; }
 
.e-tab1-1-1 .e-tab-list > li:last-child {
	margin-right: 0;
}

.e-tab1-1-1-1 .e-tab-list > li {
	width: 165px;
	float: left;
	margin-right: 20px;
}
 
.e-tab1-1-1-1 .e-tab-list > li:last-child {
	margin-right: 0;
}

#main-content .e-tab-list {
	box-sizing: border-box;
	width: 100%;
 }
 
.e-tab-list:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

#main-content .e-tab-list {
	margin-bottom: 0 !important;
}

#main-content .e-tab-list > li {
	display: table;
	text-align: center;
	background: #EEE none;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	line-height: 1.1em;
	margin-bottom: 0 !important;
	height: 50px;
}

#main-content .e-tab-list > li > span {
	display: table-cell;
	vertical-align: middle !important;
	text-align: center;
	padding:5px 10px;
}

#main-content .e-tab-list > li.active,
#main-content .e-tab-list > li:hover  {
	background: #0092BF;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	color: #fff;
	text-decoration: none;
	position: relative;
}

#main-content .e-tab-list > li.active::before,
#main-content .e-tab-list > li:hover::before  {
	content:'';
	height:14px;
	width:14px;
	display:block;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	position:absolute;
	bottom:-7px;
	left: 49%;
	background: #0092BF;
	opacity: 1;
	z-index: 1999;
}


.e-tab-list > li.active a {
	color: #fff;
}

#main-content .e-tab-details {
}
		  
#main-content .e-tab-details > li {
	background-color: #AAA;
	display: none;
	padding: 23px 20px 20px 20px;
}

#main-content .e-tab-details .active {
	display: block;
}

		
/* @end */

/* @group slider */

.sp-thumbnails {
	display: none;
}

.sp-image img {
	width: 650px;
}

.sp-previous-arrow::before,
.sp-previous-arrow::after,
.sp-next-arrow::before,
.sp-next-arrow::after {
	display: none;
 }
 
.sp-next-arrow {
	height: 70px;
	width: 27px;
	right: -35px !important;
	top: -20px !important;
	background: url(/cmn/imgs/slide_btn_02.png) no-repeat;
}

.sp-previous-arrow {
	height: 70px;
	width: 27px;
	left: -35px !important;
	top: -20px !important;
	background: url(/cmn/imgs/slide_btn_01.png) no-repeat;
}

.sp-arrows:hover {
	opacity: 0.7;
}
 
/* @end */





/* @group table */

#main-content table {
	margin-bottom: 40px;
	width: 100%;
	line-height: 1.5;
}

#main-content table th {
	padding: 15px 14px;
	border: 1px solid #ccc;
	background-color: #f3f4f8;
	font-weight: bold;
	text-align: left;
}

#main-content table td {
	padding: 15px 14px;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	vertical-align: top;
}

table.table-2line th {
	width: 25%;
}

table.table-2line td {
	width: 75%;
}

.word-wrap {
	word-wrap: break-word;
}

#main-content table th.middle,
#main-content table td.middle {
	vertical-align: middle;
}

#main-content table.table-middle th {
	text-align: center;
	vertical-align: middle;
}

table.no-border td,
table.no-border th {
	border: none !important;
	padding: 10px !important;
}



/* @end */

/* @group contact */

.contact-pattern-area {
	background: #004276;
	padding: 13px;
	margin-bottom: 40px;
}

.contact-pattern-area p.head {
	color: #fff;
	font-size: 18px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px !important;
}

.contact-pattern-area p.head:before {
	display: block;
	content: '';
	position: absolute;
	top: 2px;
	left: 5px;
	width: 7px;
	height: 26px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contact-pattern-area p.head2 {
	color: #003F79;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.contact-pattern-area p.head2 img {
	vertical-align: middle;
	margin-right: 10px;
}

.contact-pattern-area p.link-contact {
	text-align: center;
	background: #f5f5f5 url(/cmn/imgs/icon_link-contact.png) no-repeat 95% center !important;
	margin: 0 auto !important;
	padding: 10px 20px 10px 10px;
	width: 215px;
	border-radius: 3px;
	-webkit-border-radius: 5px;
	box-shadow:0px 2px 0px 0px #C9C9C9;
	-moz-box-shadow:0px 2px 0px 0px #C9C9C9;
	-webkit-box-shadow:0px 2px 0px 0px #C9C9C9;
	font-weight: bold;
}

.contact-pattern-area p.link-contact a {
	color: #333;
}

.contact-pattern-area p.link-contact a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.box p.contact-head {
	font-size: 16px;
	margin-bottom: 15px !important;
	color:  #003F79;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

/* @group パターン1 */

.contact-pattern-01 {
	background: #fff;
	padding: 23px 25px 25px 25px;
}

.contact-pattern-01 .left-col {
	width: 253px;
	padding-right: 20px;
	float: left;
	border-right: 2px solid #EAE7DE;
	height: 170px;
}

.contact-pattern-01 .right-col {
	width: 366px;
	float: right;
}

.contact-pattern-01 p.tel {
	text-align: center;
	font-size: 31px;
	margin-bottom: 0px !important;
}

.contact-pattern-01 p.tel img {
	vertical-align: middle;
	margin-right: 10px;
}

.contact-pattern-01 p.time {
	font-size: 11px;
	text-align: center;
	line-height: 1.2;
}

.contact-pattern-01 .mb {
	margin-bottom: 90px !important;
}


/* @end */

/* @group パターン2 */

.contact-pattern-02 {
	background: #fff;
	padding: 23px 25px 25px 25px;
}

.contact-pattern-02 .left-col {
	width: 318px;
	padding-right: 25px;
	float: left;
	border-right: 2px solid #EAE7DE;
}

.contact-pattern-02 .right-col {
	width: 298px;
	float: right;
}

.contact-pattern-02 p.tel {
	line-height: 1.2 !important;
	font-size: 31px;
	margin-bottom: 0px !important;
}

.contact-pattern-02 p.tel img {
	vertical-align: middle;
	margin-right: 10px;
}

.contact-pattern-02 p.tel span {
	display: block;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}

.contact-pattern-02 p.time {
	font-size: 11px;
	line-height: 1.2;
}

.contact-pattern-02 .mb {
	margin-bottom: 50px !important;
}

.contact-pattern-02 .col {
	border-top: 2px solid #EAE7DE;
	padding: 20px 0 0 0;
	margin-top: 20px;
}

.contact-pattern-02 .col .col-inner {
	width: 515px;
	margin: 0 auto;
}

.contact-pattern-02 .col p.head2 {
	font-size: 17px;
	text-align: left;
}

.contact-pattern-02 .col p.head2 .donichi {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding: 3px 5px;
	border: 1px solid #ccc;
	margin-right: 10px;
}

.contact-pattern-02 .col p.head2 .plaza {
	font-size: 22px;
}

.contact-pattern-02 .col p.tel {
	font-size: 35px;
}

.contact-pattern-02 .col p.link-contact {
	float: right;
	margin-top: -50px !important;
	width: 205px;
}

/* @end */



/* @end */

/* @group merit */

.m_flow_icon_default {
	display: inline-block;
	padding: 12px 0;
	background: #fff;
	color: #003F79;
	border: 3px solid #003F79;
	border-radius: 68px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
}

.m_flow_name {
	display: block;
	min-width: 6.3em;
	margin: 0 auto 6px;
	font-size: 10px;
}

.m_flow_nameonly {
	display: block;
	min-width: 5.4em;
	margin: 1.1em auto;
	font-size: 12px;
}

.m_flow_number {
	display: block;
	margin: 0 auto;
	font-size: 24px;
}

.s_flow_list {
	background: #fff;
}

.s_flow_list > ul > li {
	position: relative;
	margin: 15px 0 25px 0;
	padding: 0 0 0 85px;
	min-height: 68px;
}

.s_flow_list > ul > li .s_flow_ttl {
	display: table-cell;
	padding-top: 10px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 20px;
	color: #003F79;
}


#main-content .s_flow_list > ul > li .s_flow_ttl strong{
	    color: #003F79;
}

.s_flow_step_number {
	display: block;
	position: absolute;
	width: 68px;
	height: 68px;
	left: 0;
	top: 0;
}


/* @end */

/* @group Q&A */

dl.qa {
	padding-left: 0 !important;
}

dl.qa dt {
	padding: 10px 0 10px 55px !important;
	margin-left: 0 !important;
	padding-bottom: 10px;
	margin-bottom: 0.5em !important;
	background: url(/cmn/imgs/icon_qa_q.png) no-repeat left 0px;
	color: #00387f;
}

dl.qa dt:after {
	display: none !important;
}

dl.qa dd {
	padding: 0 0 0 55px !important;
	margin-bottom: 40px !important;
	background: url(/cmn/imgs/icon_qa_a.png) no-repeat top left !important;
}


/* @end */

/* @group accordion */

.accordion1 dl {
	margin-bottom: 40px;
	width: 100%;
	padding-left: 0 !important;
}

.accordion1 dt {
	display: block;
	margin-bottom: 2px !important;
	background-color: #E1E4EC;
	position: relative;
	min-height: 41px;
	padding: 0px !important;
	line-height: 1.3 !important;
}

.accordion1 dt:after {
	display: none !important;
}

.accordion1 dt span {
	display: block;
	background: url(/cmn/imgs/icon_acco_02.png) no-repeat 98.6% 9px;
	padding: 12px 40px 12px 20px !important;
}

.accordion1 dt span.open {
	display: block;
	background: url(/cmn/imgs/icon_acco_01.png) no-repeat 98.6% 9px;
}

.accordion1 dd {
	margin-bottom: 40px !important;
	margin-top: 10px !important;
	padding-left: 0 !important;
	background: #FFF;
	display: none;
	text-indent: 0 !important;
	line-height: 2 !important;
}

.accordion1 dt:hover {
	cursor: pointer;
	opacity: 0.7;
}

/*#main-content .accordion1 h2 {
	background: #fff !important;
	border-top: none !important;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
}

.accordion1 h2 span {
	display: block;
	min-height: 26px;
	padding-right: 30px;
	padding-top: 3px;
	background: url(../images/icon_detail.gif) no-repeat right 3px;
}

.accordion1 h2 span.open {
	display: block;
	background: url(../images/icon_close.gif) no-repeat right 3px;
}


.accordion1 h2:hover {
	text-decoration: none;
	cursor: pointer;
}*/

/* @end */

/* @group news */


dl.news-release dt {
	float: left !important;
	width: 160px !important;
	margin-right: 10px !important;
}

dl.news-release dd {
	float: left !important;
	width: 530px !important;
	margin-bottom: 20px !important;
}

#main-content .contact-pattern-area.contact-cms-area p.department,
#main-content .contact-pattern-area.contact-cms-area p.charge{
	display:inline-block;
	margin-bottom:5px;
}
#main-content .contact-pattern-area.contact-cms-area p.department{
	margin-right:20px;
}
#main-content .contact-pattern-area.contact-cms-area p.tel{
	background:url(/cmn/imgs/icon_contact_tel.png) no-repeat left center;
	padding-left:32px;
	font-weight:bold;
	margin-bottom:10px !important;
}
#main-content .contact-pattern-area.contact-cms-area p.sales{
	margin-bottom:0;
}

/* @end */

/* @group yumeclub */

table.table-yumeclub {
	border-top: 1px dashed #999;
}

table.table-yumeclub td {
	background: #FFFFCA !important;
}

/* @end */

/* @group atm */

#main-content table.table-atm th {
	padding: 6px 6px;
	vertical-align: middle;
	border: 1px solid #AAA;
}

#main-content table.table-atm td {
	padding: 6px 6px;
	vertical-align: middle;
	border: 1px solid #AAA;
}

#main-content table td.blue1 {
	background-color: #E3FDFF;
}

#main-content table td.blue2 {
	background-color: #CCE5FF;
}

#main-content table.table-atm a {
	text-decoration: underline;
}

#main-content table.table-atm a:hover {
	text-decoration: none;
}

.card table {
	width: 60px !important;
	height: 20px !important;
	float: left !important;
	margin-right: 10px;
}

.card table td {
	width: 30px;
	padding: 0 !important;
}

.card p {
	float: left;
}

/* @end */



/* @group news */

#main-content .news-list ul{
	margin-bottom:0;
}
.e-tab1-1-1-1 .e-tab-list > li {
	width: 24.5%;
    margin-right: 0.666%;
	height:48px;
	font-weight:bold;
}
  .e-tab1-1-1-1 .e-tab-list > li:nth-child(4n) {
    float: right;
    margin-right: 0; }

.e-tab1-1-1-1 .e-tab-details{
	height:310px;
	background:#FFF;
	margin:0;
	padding:30px 30px 20px;
}

.e-tab1-1-1-1 .e-tab-details > li{
	background:#FFF;
	margin:0;
	padding:0;
}


.news-list{
	width:100%;
	margin:0;
	padding:0 5px 0 0;
}
.news-list li{
	width:100%;
	margin:0;
	padding:10px 0;
	border-bottom:1px dotted #CCCCCC;
}
.news-list li:last-child{
	border-bottom:none;
}
	.news-list li p{
		margin:0;
		padding:0;
		display:table-cell;
		vertical-align:top;
		font-size:14px;
	}
	.news-list li p.news-date{
		width:110px;
		padding-left:5px;
	}
	.news-list li p.news-txt{
		width:788px;
		padding-right:5px;
	}
.news-list li p.news-txt a.icn-pdf:after{
	content:"";
	display: inline-block;
	width:30px;
	height:13px;
	background: url(/cmn/imgs/icon_pdf.png) no-repeat top right;
	}


.e-tab-details .link-next{
	text-align:right;
	margin:0;
	margin-top:20px;
}


/* @end */






/* @end */

/* @group home */

/* @end */



/* @group footer */

#footer-area {
	width: 100%;
	background: #DFEEFF;
}

#footer {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
}

#footer-sitemap {
	padding-bottom: 52px;
	font-size: 13px;
	margin-right: -20px;
}

#footer-sitemap .col {
	width: 230px;
	margin-right: 20px;
	float: left;
}

#footer-sitemap .col ul {
}

#footer-sitemap .col ul li {
	padding-bottom: 0 !important;
}

#footer-sitemap .col ul li:first-child {
	margin-top: 10px;
}

#footer-sitemap .col ul li ul li:first-child {
	margin-top: 0px;
}

#footer-sitemap .col ul li.head {
	background: #fff url(/cmn/imgs/icon_side02.png) 213px 9px no-repeat !important;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#footer-sitemap .col ul li.head a {
	color: #004077;
}

#footer-sitemap .col ul li a {
	display: block;
	padding: 7px 15px 5px 15px;
	font-weight: bold;
}

#footer-sitemap .col ul li ul {
	background-color: #DFEEFF !important;
	padding-top: 10px;
}

#footer-sitemap .col ul li ul li {
	margin-bottom: 5px;
}

#footer-sitemap .col ul li ul li a {
	padding: 3px 0 3px 21px;
	display: block;
	background: url(/cmn/imgs/icon_footer01.png) 10px 7px no-repeat;
	font-weight: normal;
	color: #333;
	line-height: 1.2;
}

#footer-sitemap2 {
	font-size: 11px;
	border-top: 2px solid #004077;
	padding-top: 45px;
}

#footer-sitemap2 a {
	color: #333;
}

#footer-sitemap2 .left-col {
	width: 883px;
	float: left;
}

#footer-sitemap2 p img {
	vertical-align: middle;
	margin-left: 2px;
}

#footer-sitemap2 .right-col {
	width: 94px;
	float: right;
	text-align: right;
	margin-top: -10px;
}


#footer p.sanrio-copy {
	text-align: right !important;
	margin-top: 3px;
}

#footer-address-area {
	width: 100%;
	background: #004276;
	margin-top: 15px;
}

#footer-address {
	width: 980px;
	margin: 0 auto;
	color: #fff;
	padding: 15px 0;
}

#footer-address address {
	font-style: normal;
	float: left;
	font-size: 11px;
	width: 57%;
	line-height: 2.0;
}

#footer-address address strong {
	font-size: 15px;
}

#footer-address address .tel {
	font-size: 12px !important;
}

#footer-address address .tel .icon-free {
	vertical-align: middle;
	margin-right: 5px;
}

#footer-address .footer-nav {
	float: right;
	width: 43%;
	text-align: right;
	position: relative;
}

#footer-address .footer-nav ul {
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
}

#footer-address .footer-nav ul li {
	float: left;
	margin-left: 15px;
}

#footer-address .footer-nav ul li a {
	padding: 2px 0;
	color: #fff;
	padding-left: 20px;
	background: url(/cmn/imgs/icon_footer_nav01.png) left 2px no-repeat;
}

#footer-address #copyright {
	font-size: 10px;
	margin-top: 30px;
}

/* @end */


/* @group footer bnr-area */

#bnr-area{
	width:100%;
	border-top: 2px solid #ececec;
}


#bnr-area .inner{
	width:980px;
	margin:0 auto;
	padding:46px 0;
}

#bnr-area ul,
#bnr-area li{
	margin:0;
	padding:0;
}

#bnr-area .bnr_block_big,
#bnr-area .bnr_block{
	width:927px;
	margin:0 auto;
	margin-bottom:15px;
	zoom: 1;}
#bnr-area .bnr_block{
	margin-bottom:30px;
}
	#bnr-area .bnr_block_big:after,
	#bnr-area .bnr_block:after {
		content: "";
		display: block;
		clear: both;
		height: 0;
	}


#bnr-area .bnr_block_big > li{
	float:left;}
	#bnr-area .bnr_block_big > li:nth-child(2n){
		float:right;}

#bnr-area .bnr_block > li{
	float:left;
	margin-right:16px;}
	#bnr-area .bnr_block > li:nth-child(4n){
		float:right;
		margin-right:0;
	}


#bnr-area .bnr_block_slide{
	position:relative;
}
#bnr-area .bnr_block_slide .bx-wrapper{
	width:927px;
	margin:0 auto;
	margin-bottom:10px;
}
#bnr-area .bnr_block_slide .bxslider li{
	width:180px !important;
}


#bnr-area .bx-prev{
	width:16px;
	height:60px;
	background: url(/corporate/img/arw_prev02.png) no-repeat center left;
	position:absolute;
	top:0;
	left:0;
}

#bnr-area .bx-next{
	width:16px;
	height:60px;
	background: url(/corporate/img/arw_next02.png) no-repeat center right;
	position:absolute;
	top:0;
	right:0;
}
	


/* @end */













/* @group component追加 */

a.fc_fff{
	color:#fff !important;
}
a.fc_fff,
a.fc_fff:visited{
	color:#fff !important;
}

.tar{
	text-align:right !important;
}
.tal{
	text-align:left !important;
}
.tac{
	text-align: center !important;
}

.vat{
	vertical-align:top !important;
}
.vam{
	vertical-align:middle !important;
}
.vabase{
	vertical-align:baseline !important;
}
.vab{
	vertical-align:bottom !important;
}

.txtind1em{
	text-indent:-1em;
	margin-left:1em;
}

.txtind2em{
	text-indent:-2em;
	margin-left:2em;
}
.txtind2fem{
	text-indent:-2.5em;
	margin-left:2.5em;
}

.txtind3em{
	text-indent:-3em;
	margin-left:3em;
}
.txtind3fem{
	text-indent:-3.5em;
	margin-left:3.5em;
}


.txtind4em{
	text-indent:-4em;
	margin-left:4em;
}
.txtind4fem{
	text-indent:-4.5em;
	margin-left:4.5em;
}


.fwb{
	font-weight:bold !important;
}
.txdU{
	text-decoration:underline !important;
}


.ly_2clm > * {
  float: left;
  width: 48.5%;
  }
  .ly_2clm > *:nth-child(2n) {
    float: right; }
  .ly_2clm > *:nth-child(2n + 1) {
    clear: left;}
	
.ly_2clm:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
  
.ly_3clm > * {
  float: left;
  width: 32%;
  margin-right: 2%;
  }
  .ly_3clm > *:nth-child(3n) {
    float: right;
    margin-right: 0; }
  .ly_3clm > *:nth-child(3n + 1) {
    clear: left; }

.ly_3clm:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.ly_4clm > * {
  float: left;
  width: 23.6%;
  margin-right: 1.8%;
}
  .ly_4clm > *:nth-child(4n) {
    float: right;
    margin-right: 0; }
  .ly_4clm > *:nth-child(4n + 1) {
    clear: left; }
	
.mg_auto {
  margin-left: auto;
  margin-right: auto; }

.wd_0px {
  width: 0px !important; }

.wd_5px {
  width: 5px !important; }

.wd_10px {
  width: 10px !important; }
  
.wd_15px {
  width: 15px !important; }

.wd_20px {
  width: 20px !important; }

.wd_25px {
  width: 25px !important; }

.wd_30px {
  width: 30px !important; }

.wd_35px {
  width: 35px !important; }

.wd_40px {
  width: 40px !important; }

.wd_45px {
  width: 45px !important; }

.wd_50px {
  width: 50px !important; }

.wd_55px {
  width: 55px !important; }

.wd_60px {
  width: 60px !important; }

.wd_65px {
  width: 65px !important; }

.wd_70px {
  width: 70px !important; }

.wd_75px {
  width: 75px !important; }

.wd_80px {
  width: 80px !important; }

.wd_85px {
  width: 85px !important; }

.wd_90px {
  width: 90px !important; }

.wd_95px {
  width: 95px !important; }

.wd_100px {
  width: 100px !important; }

.wd_105px {
  width: 105px !important; }

.wd_110px {
  width: 110px !important; }

.wd_115px {
  width: 115px !important; }

.wd_120px {
  width: 120px !important; }
  
.wd_125px {
  width: 125px !important; }

.wd_130px {
  width: 130px !important; }

.wd_135px {
  width: 135px !important; }

.wd_140px {
  width: 140px !important; }
  
.wd_145px {
  width: 145px !important; }

.wd_150px {
  width: 150px !important; }

.wd_155px {
  width: 155px !important; }

.wd_160px {
  width: 160px !important; }

.wd_165px {
  width: 165px !important; }

.wd_170px {
  width: 170px !important; }

.wd_175px {
  width: 175px !important; }

.wd_180px {
  width: 180px !important; }

.wd_185px {
  width: 185px !important; }

.wd_190px {
  width: 190px !important; }

.wd_195px {
  width: 195px !important; }

.wd_200px {
  width: 200px !important; }

.wd_205px {
  width: 205px !important; }

.wd_210px {
  width: 210px !important; }
  
.wd_215px {
  width: 215px !important; }

.wd_220px {
  width: 220px !important; }

.wd_225px {
  width: 225px !important; }

.wd_230px {
  width: 230px !important; }

.wd_235px {
  width: 235px !important; }

.wd_240px {
  width: 240px !important; }

.wd_245px {
  width: 245px !important; }

.wd_250px {
  width: 250px !important; }

.wd_255px {
  width: 255px !important; }

.wd_260px {
  width: 260px !important; }

.wd_265px {
  width: 265px !important; }

.wd_270px {
  width: 270px !important; }

.wd_275px {
  width: 275px !important; }

.wd_280px {
  width: 280px !important; }

.wd_285px {
  width: 285px !important; }

.wd_290px {
  width: 290px !important; }

.wd_295px {
  width: 295px !important; }

.wd_300px {
  width: 300px !important; }

.wd_305px {
  width: 305px !important; }

.wd_310px {
  width: 310px !important; }

.wd_315px {
  width: 315px !important; }

.wd_320px {
  width: 320px !important; }

.wd_325px {
  width: 325px !important; }

.wd_330px {
  width: 330px !important; }

.wd_335px {
  width: 335px !important; }

.wd_340px {
  width: 340px !important; }

.wd_345px {
  width: 345px !important; }

.wd_350px {
  width: 350px !important; }

.wd_355px {
  width: 355px !important; }
  
.wd_360px {
  width: 360px !important; }

.wd_365px {
  width: 365px !important; }

.wd_370px {
  width: 370px !important; }

.wd_375px {
  width: 375px !important; }

.wd_380px {
  width: 380px !important; }

.wd_385px {
  width: 385px !important; }

.wd_390px {
  width: 390px !important; }

.wd_395px {
  width: 395px !important; }

.wd_400px {
  width: 400px !important; }

.wd_405px {
  width: 405px !important; }

.wd_410px {
  width: 410px !important; }

.wd_415px {
  width: 415px !important; }

.wd_420px {
  width: 420px !important; }

.wd_425px {
  width: 425px !important; }

.wd_430px {
  width: 430px !important; }

.wd_435px {
  width: 435px !important; }

.wd_440px {
  width: 440px !important; }

.wd_445px {
  width: 445px !important; }

.wd_450px {
  width: 450px !important; }

.wd_455px {
  width: 455px !important; }

.wd_460px {
  width: 460px !important; }

.wd_465px {
  width: 465px !important; }

.wd_470px {
  width: 470px !important; }

.wd_475px {
  width: 475px !important; }

.wd_480px {
  width: 480px !important; }

.wd_485px {
  width: 485px !important; }

.wd_490px {
  width: 490px !important; }

.wd_495px {
  width: 495px !important; }

.wd_500px {
  width: 500px !important; }

.wd_5p {
  width: 5% !important; }

.wd_10p {
  width: 10% !important; }

.wd_15p {
  width: 15% !important; }

.wd_20p {
  width: 20% !important; }

.wd_25p {
  width: 25% !important; }

.wd_30p {
  width: 30% !important; }

.wd_35p {
  width: 35% !important; }

.wd_40p {
  width: 40% !important; }

.wd_45p {
  width: 45% !important; }

.wd_48p {
  width: 48% !important; }

.wd_50p {
  width: 50% !important; }

.wd_55p {
  width: 55% !important; }

.wd_60p {
  width: 60% !important; }

.wd_65p {
  width: 65% !important; }

.wd_70p {
  width: 70% !important; }

.wd_75p {
  width: 75% !important; }

.wd_80p {
  width: 80% !important; }

.wd_85p {
  width: 85% !important; }

.wd_90p {
  width: 90% !important; }

.wd_95p {
  width: 95% !important; }

.wd_100p {
  width: 100% !important; }

.wd_105p {
  width: 105% !important; }

.wd_33p {
  width: 33%; }

.wd_66p {
  width: 66%;}
  
.m_height2em {
  height: 2em !important; }

.m_height3em {
  height: 3em !important; }

.m_height4em {
  height: 4em !important; }

.m_height5em {
  height: 5em !important; }

.m_height6em {
  height: 6em !important; }

.m_height7em {
  height: 7em !important; }

.m_height8em {
  height: 8em !important; }

.m_height9em {
  height: 9em !important; }  

.fl{
	float:left;
}

.fr{
	float:right;
}

.cf:after{
	clear:both;
	content:"";
	display:block;
}

/*a.e_lnk_blank_function{
	color: #2788AF;
}*/


/* @end */



/* @group Android対策 */

/* Android4で要素の右側に空きができるバグ。背景色or透過背景画像指定すると直る。 */

#main-content p,
#footer-sitemap2 p,
#main-content dd,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content ul li,
#main-content ol li {
	background: url(/cmn/imgs/dummy_1px.png);


/* 1px透過画像 */
}

/* @end */

/* ------------------------------------------------------------
	キャンペーンは終了しました。
   ------------------------------------------------------------ */
.campEnd{
        display: block;
        position: relative
    }
    .campEnd::after{
        position: absolute;
        content: 'キャンペーンは終了しました。';
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        padding: 10px;
        background: rgba(255,255,255,.95);
        border: 2px solid #ca1624;
        color: #ca1624;
        width: 80%;
        max-width: 300px;
        font-size: 1.2em;
        font-weight: bold;
    }