@charset 'Shift_JIS';

/* -------------------------------------------------- UTILITY  -------------------------------------------------- */

.mt-5	{ margin-top:-5px !important; }
.mt0	{ margin-top:0px !important; }
.mt5	{ margin-top:5px !important; }
.mt10	{ margin-top:10px !important; }
.mt15	{ margin-top:15px !important; }
.mt20	{ margin-top:20px !important; }
.mt25	{ margin-top:25px !important; }
.mt30	{ margin-top:30px !important; }
.mt40	{ margin-top:40px !important; }
.mt50	{ margin-top:50px !important; }
.mt100	{ margin-top:100px !important; }

.mr0	{ margin-right:0px !important; }
.mr5	{ margin-right:5px !important; }
.mr10	{ margin-right:10px !important; }
.mr15	{ margin-right:15px !important; }
.mr20	{ margin-right:20px !important; }
.mr25	{ margin-right:25px !important; }
.mr30	{ margin-right:30px !important; }
.mr40	{ margin-right:40px !important; }
.mr50	{ margin-right:50px !important; }
.mr100	{ margin-right:100px !important; }

.mb0		{ margin-bottom:0px !important; }
.mb5		{ margin-bottom:5px !important; }
.mb10	{ margin-bottom:10px !important; }
.mb15	{ margin-bottom:15px !important; }
.mb20	{ margin-bottom:20px !important; }
.mb25	{ margin-bottom:25px !important; }
.mb30	{ margin-bottom:30px !important; }
.mb40	{ margin-bottom:40px !important; }
.mb50	{ margin-bottom:50px !important; }
.mb100	{ margin-bottom:100px !important; }

.ml0		{ margin-left:0px !important; }
.ml5		{ margin-left:5px !important; }
.ml10	{ margin-left:10px !important; }
.ml15	{ margin-left:15px !important; }
.ml20	{ margin-left:20px !important; }
.ml25	{ margin-left:25px !important; }
.ml30	{ margin-left:30px !important; }
.ml40	{ margin-left:40px !important; }
.ml50	{ margin-left:50px !important; }
.ml100	{ margin-left:100px !important; }

/* -------------------------------------------------- FONT -------------------------------------------------- */

/* defalt font-size */
.f10 { font-size:77%; }
.f11 { font-size:85%; }
.f12 { font-size:93%; }
.f13 { font-size:100%; }
.f14 { font-size:108%; }
.f15 { font-size:116%; }
.f16 { font-size:123.1%; }
.f17 { font-size:131%; }
.f18 { font-size:138.5%; }
.f19 { font-size:146.5%; }
.f20 { font-size:153.9%; }
.f21 { font-size:161.6%; }
.f22 { font-size:167%; }
.f23 { font-size:174%; }
.f24 { font-size:182%; }
.f25 { font-size:189%; }
.f26 { font-size:197%; }



.Blue	{ color:#2c8ed2 !important; }
.Gray	{ color:#777 !important; }
.red	{ color:#ee0000 !important; }
.black	{ color:#000000 !important; }
.B	{
	font-weight: bold;
}


#main ul.notesList_aq li {
	font-size: 76.92307%;
	color: #666;
	padding-left: 2.2em;
	text-indent: -2.2em;
}

#main ul.notesList {
	margin-top: 30px;
}


/* .consulArea_aq
----------------------------------------------------------- */


#contentInner {
	width: 950px;
	margin: 15px 0;
}

#contentInner:after {
	content: '';
	display: block;
	clear: both;
}

#contentInner {
/zoom : 1;
}


.consulArea_aq {
	width: 950px;
	padding: 10px 0;
	clear: both;
	background-image: url(../images_global/n_bg_consul_02b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.consulArea_aq .flLeft {
	width: 590px;
	margin: 0 0 0 18px;
	display: inline;
}

.consulArea_aq .flLeft p {
	float: left;
	margin: 0 6px 0 0;
}

.consulArea_aq .flLeft p.tit {
	margin: 0 17px 0 0;
}

.consulArea_aq .flLeft li {
	float: left;
	margin: 0 4px 0 0;
}

.consulArea_aq .flRight {
	width: 328px;
}

.consulArea_aq .flRight p {
	float: left;
	margin: 0 8px 0 0;
}

.consulArea_aq .flRight li {
	float: left;
	margin: 0 4px 0 0;
}



#main .titStyle01b {
	font-weight: bold;
	font-size: 107.6923%;
	background-image: url(../images/n_bg_title_01b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0.8em;
	padding-top: 10px;
	padding-right: 21px;
	padding-bottom: 10px;
	padding-left: 21px;
}


.arrow{
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 13px;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 16px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.grayarrow::before{
width: 12px;
height: 12px;
background: #969ba0;
}
.grayarrow::after{
left: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #fff;
}


.container_acc{
  display: flex;
}
.container_acc .side {
  width: 260px;
}
.container_acc .contents {
	flex: 1;
	font-size: 88%;
}

.line-height_2{
	line-height: 2em;
}