@charset "UTF-8";
/**
 * 共通スタイル
 */
/* ==========================================================================
   共通
   ========================================================================== */
#wrapper #g_nav_wrap_lower {
	background: url(/hasec/common/css/img/bg_gnav.png) repeat;
	margin-top: 0;
}
#wrapper #g_nav_wrap_lower * {
	box-sizing: content-box;
}
#wrapper #g_nav_wrap_lower ul#g_nav {
	max-width: 1280px;
	margin: 0 auto;
	height: 75px;
	padding-top: 15px;
	position: relative;
}
#wrapper #g_nav_wrap_lower ul#g_nav li {
	float: left;
	width: 18%;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #384772;
}
#wrapper #g_nav_wrap_lower ul#g_nav li span {
	display: block;
	height: 58px;
}
#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav_home {
	width: 10%;
}
#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav_home a {
	background: url(/hasec/common/img/gnav_home.png) no-repeat center bottom;
	background-size: 36px 116px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 58px;
}
#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav_home a:hover {
	background-position: center top;
	opacity: 1.0;
}
#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav01 a {
	background: url(/hasec/common/img/gnav01.png) no-repeat center bottom;
	background-size: 125px 116px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 58px;
}
body.company #wrapper #g_nav_wrap_lower ul#g_nav li#g_nav01 a,
#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav01 a:hover {
	background-position: center top;
	opacity: 1.0;
}
#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav02 a {
	background: url(/hasec/common/img/gnav02.png) no-repeat center bottom;
	background-size: 125px 116px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 58px;
}
body.business #wrapper #g_nav_wrap_lower ul#g_nav li#g_nav02 a,
#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav02 a:hover {
	background-position: center top;
	opacity: 1.0;
}
#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav03 a {
	background: url(/hasec/common/img/gnav03.png) no-repeat center bottom;
	background-size: 125px 116px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 58px;
}
body.product #wrapper #g_nav_wrap_lower ul#g_nav li#g_nav03 a,
#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav03 a:hover {
	background-position: center top;
	opacity: 1.0;
}
#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav04 a {
	background: url(/hasec/common/img/gnav04.png) no-repeat center bottom;
	background-size: 125px 116px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 58px;
}
body.bosai3set #wrapper #g_nav_wrap_lower ul#g_nav li#g_nav04 a,
#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav04 a:hover {
	background-position: center top;
	opacity: 1.0;
}
#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav05 a {
	background: url(/hasec/common/img/gnav05.png) no-repeat center bottom;
	background-size: 125px 116px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 58px;
}
body.group #wrapper #g_nav_wrap_lower ul#g_nav li#g_nav05 a,
#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav05 a:hover {
	background-position: center top;
	opacity: 1.0;
}
#wrapper #g_nav_wrap_lower ul#g_nav li.first_child {
	border-left: 1px solid #384772;
}
#wrapper #main_wrapper {
	height: 266px;
	height: 90px;
	margin-bottom: 20px;
}
#wrapper #main_wrap #main {
	margin-bottom: 10px;
	padding: 25px 0;
}
#wrapper #main_wrap #main p {
	margin-bottom: 3px;
	text-align: center;
}
#wrapper #main_wrap #main h1 {
	font-size: 157.1428571429%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.4;
}
#wrapper #main_wrap #main h1 span {
	font-size: 55%;
	font-weight: bold;
	text-align: center;
	display: block;
	opacity: 0.6;
}
#wrapper #topicpath ul li {
	display: inline-block;
}
#wrapper #topicpath ul li img {
	vertical-align: middle;
}
#wrapper #topicpath ul li span {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}
#wrapper #contents {
	max-width: 1280px;
	margin: 0 auto;
}
#wrapper #contents h2 {
	font-size: 171.4285714286%;
	font-weight: normal;
	/*border-bottom: 1px solid #013192;*/
	/*padding-bottom: 10px;*/
	/*background: url(/hasec/common/img/ico_h2.gif) no-repeat center left;*/
	/*padding-left: 40px;*/
	line-height: 1.3;
	margin-top: 45px;
	margin-bottom: 20px;
}
#wrapper #contents h2.sub {
	font-size: 142.8571428571%;
	font-weight: bold;
	padding: 25px 0 25px 25px;
	border-top: 2px solid #013192;
	border-bottom: 3px double #013192;
}
#wrapper #contents h3.product_category,
#wrapper #contents h3.product_feature {
	font-size: 111.1111111111%;
	font-weight: bold;
	background-color: #eee;
	padding: 6px 12px;
	color: #666;
	margin-top: 35px;
	margin-bottom: 15px;
	text-align: left;
}
#wrapper #contents h3.default {
	font-size: 111.1111111111%;
	font-weight: bold;
	background-color: #eee;
	padding: 6px 12px;
	color: #666;
	margin-top: 35px;
	margin-bottom: 20px;
	text-align: left;
}
#wrapper #contents h3.feature {
	font-size: 111.1111111111%;
	font-weight: bold;
	background-color: #c1dda2;
	padding: 6px 12px;
	color: #222;
	margin-top: 35px;
	margin-bottom: 20px;
	text-align: left;
}
#wrapper #contents .feature_point h3 {
	font-size: 111.1111111111%;
	font-weight: bold;
	padding: 6px 12px;
	color: #015a9c;
	margin-top: 35px;
	margin-bottom: 20px;
	text-align: left;
	border-bottom: 2px solid #015a9c;
}
#wrapper #contents h4 {
	font-size: 111.1111111111%;
	font-weight: bold;
	padding-left: 12px;
	color: #013192;
	margin-top: 35px;
	margin-bottom: 15px;
}
#wrapper #contents h4.privacy {
	font-size: 128.5714285714%;
	margin-top: 55px;
	margin-bottom: 20px;
	border-top: 1px solid #c3c3c3;
	padding-top: 40px;
	padding-left: 0;
}
#wrapper #contents h4.privacy span {
	display: block;
	background-color: #fbeaab;
	padding: 8px 12px;
	color: #333;
}
ol.numberList01>li>strong {
	color: #ba5212;
}
#wrapper #contents .sub_contents {
	display: inline-block;
	width: 29%;
	margin-right: 5%;
	vertical-align: top;
}
#wrapper #contents .sub_contents.last_child {
	margin-right: 0;
}
#wrapper #contents .btn_contact01 a {
	color: #fff;
	background-color: #013192;
	border-radius: 3px;
	font-size: 107.1428571429%;
	font-weight: bold;
	padding: 10px 40px;
	display: inline-block !important;
	margin-top: 20px;
}
#wrapper #contents .btn_link a {
	color: #fff;
	background-color: #013192;
	border-radius: 3px;
	font-size: 107.1428571429%;
	font-weight: bold;
	padding: 10px 40px;
	display: inline-block !important;
}
#wrapper #contents .btn_link a span {
	background: url(/hasec/common/css/img/arrow09.png) no-repeat left center;
	display: inline-block;
	padding-left: 28px;
}
#wrapper #contents .ico_print {
	width: 25%;
	float: right;
	margin-right: 10px;
}
#wrapper #contents .ico_print a {
	background-color: #013192;
	border-radius: 3px;
	display: block;
	font-size: 107.1428571429%;
	font-weight: bold;
	margin-bottom: 7px;
	padding: 8px 0;
	text-align: center;
	color: #FFF;
}
#wrapper #contents .ico_print a span {
	background: url("/hasec/common/css/img/ico_print.png") no-repeat scroll right center;
	display: inline-block;
	padding-right: 28px;
}
#wrapper #contents .ico_pdf {
	width: 25%;
	float: right;
}
#wrapper #contents .ico_pdf a {
	background-color: #013192;
	border-radius: 3px;
	display: block;
	font-size: 107.1428571429%;
	font-weight: bold;
	margin-bottom: 7px;
	padding: 8px 0;
	text-align: center;
	color: #FFF;
}
#wrapper #contents .ico_pdf a span {
	background: url("/hasec/common/css/img/ico_pdf.png") no-repeat scroll right center;
	display: inline-block;
	padding-right: 35px;
}
#wrapper #contents .ico_ex {
	width: 25%;
	float: right;
}
#wrapper #contents .ico_ex a {
	background-color: #013192;
	border-radius: 3px;
	display: block;
	font-size: 107.1428571429%;
	font-weight: bold;
	margin-bottom: 7px;
	padding: 8px 0;
	text-align: center;
	color: #FFF;
}
#wrapper #contents .ico_ex a span {
	background: url("/hasec/common/css/img/ico_excel.png") no-repeat scroll right center;
	display: inline-block;
	padding-right: 35px;
}
#wrapper #contents .ico_window {
	width: 25%;
	float: right;
}
#wrapper #contents .ico_window a {
	background-color: #013192;
	border-radius: 3px;
	display: block;
	font-size: 107.1428571429%;
	font-weight: bold;
	margin-bottom: 7px;
	padding: 8px 0;
	text-align: center;
	color: #FFF;
}
#wrapper #contents .ico_window a span {
	background: url("/hasec/common/css/img/ico_window03.png") no-repeat scroll right center;
	display: inline-block;
	padding-right: 35px;
}
#wrapper #contents .ttl_wrap {
	margin: 80px 0 40px;
}
#wrapper #contents .ttl_wrap .ttl {
	margin-bottom: 40px;
}
#wrapper #contents .ttl_wrap .ttl p {
	margin-bottom: 3px;
	text-align: center;
}
#wrapper #contents .ttl_wrap .ttl h3 {
	font-size: 178.5714285714%;
	font-weight: bold;
	text-align: center;
	color: #2a2a2a;
	line-height: 1.4;
}
#wrapper #contents .ttl_wrap .ttl h3 span {
	font-size: 60%;
	font-weight: bold;
	text-align: center;
	display: block;
	opacity: 0.6;
}
#wrapper #contents .acc1 {
	border-bottom: 1px solid #d5d5d5;
}
#wrapper #contents .acc1 dt {
	padding: 10px 20px;
	font-size: 114.2857142857%;
	font-weight: normal;
	border-top: 1px solid #d5d5d5;
	background: url(/hasec/common/css/img/btn_plus.png) no-repeat center right 20px;
	line-height: 1.3;
	cursor: pointer;
	color: #013192;
	vertical-align: middle !important;
}
#wrapper #contents .acc1 dt span {
	background: url(/guide/img/ico_guide02.gif) no-repeat center left;
	padding-left: 52px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper #contents .acc1 dt:first-child {
	margin-top: 45px;
}
#wrapper #contents .acc1 dt.active {
	background: url(/hasec/common/css/img/btn_minus.png) no-repeat center right 20px;
}
#wrapper #contents .acc1 dd {
	display: none;
	width: 90%;
	margin: 0 auto 30px;
	line-height: 1.7;
}
#wrapper #contents .acc1 dd ul {
	padding-left: 15px;
}
#wrapper #contents .acc1 dd ul li {
	list-style-type: square;
}
#wrapper #contents .acc1 dd ul.number li {
	list-style-type: decimal;
}
#wrapper #contents .acc1 dd table {
	width: 100%;
	border-top: 1px solid #d5d5d5;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper #contents .acc1 dd table tr th {
	background-color: #efefef;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	box-sizing: border-box;
	padding: 20px 20px;
	text-align: left;
}
#wrapper #contents .acc1 dd table tr th:last-child {
	border-right: none;
}
#wrapper #contents .acc1 dd table tr td {
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	box-sizing: border-box;
	padding: 15px;
}
#wrapper #contents .acc1 dd table tr td:last-child {
	border-right: none;
}
#wrapper #contents .acc1 dd table tr td.short {
	background-color: #e3f4fa;
	width: 40%;
}
#wrapper #contents .acc1 dd table tr td.long {
	background-color: #e3f4fa;
	width: 60%;
}
#wrapper #contents .acc1 dd table tr td.bb_d {
	border-bottom: 1px dotted #d5d5d5 !important;
}
#wrapper #contents .acc1 dd table tr .fonts {
	font-size: 85.7142857143%;
}
#wrapper #contents .acc1 dd p.ttl_guide_in {
	font-size: 128.5714285714%;
	color: #013192;
	margin-top: 10px;
	font-weight: bold;
}
#wrapper #contents .acc1 dd p.ttl_guide_in span {
	font-size: 71.4285714286%;
}
#wrapper #contents .acc1 dd p.ttl_guide_in02 {
	font-size: 114.2857142857%;
	color: #013192;
	margin-top: 30px;
	font-weight: bold;
}
#wrapper #contents .acc1 dd span.ttl_guide_in {
	font-size: 128.5714285714%;
	color: #013192;
	margin-top: 40px;
	font-weight: bold;
	display: block;
}
#wrapper #contents .acc1 dd .ast {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
#wrapper #contents .acc1 dd .ttl_credit {
	margin-bottom: 40px;
}
#wrapper #contents .acc1 dd .ttl_credit p {
	font-size: 107.1428571429%;
}
#wrapper #contents .acc1 dd .ttl_credit p span {
	margin-right: 5px;
}
#wrapper #contents .acc1 dd .ttl_credit p span:last-child {
	margin-right: 0;
}
#wrapper #contents .acc1 dd .bd_t {
	border-top: 1px dotted #d5d5d5;
	padding-top: 40px;
}
#wrapper #contents .acc1 dd .btn_link {
	margin-top: 20px;
}
#wrapper #contents .acc1 dd p.margin_l {
	margin-top: 50px;
}
#wrapper #contents .edit_article {
	line-height: 1.7;
}
#wrapper #contents .edit_article ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#wrapper #contents .edit_article ul li {
	line-height: 1.7;
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 5px;
}
#wrapper #contents .edit_article a.pdf {
	background: url("/hasec/common/css/img/ico_pdf02.png") no-repeat scroll left center;
	display: inline-block;
	padding-left: 28px;
	vertical-align: top;
}
#wrapper #contents .edit_article .img-left {
	margin-right: 40px;
	margin-bottom: 10px;
}
#wrapper #contents .edit_article .img-right {
	margin-left: 40px;
	margin-bottom: 10px;
}
#wrapper #contents .edit_article .img-wrap-c {
	text-align: center;
	margin-bottom: 10px;
}
#wrapper .news_area .enews {
	line-height: 2.0;
	background-color: #fcf3f3;
	padding: 30px 40px;
	border-bottom: 1px solid #d5d5d5;
}
#wrapper .news_area .enews span {
	display: inline-block;
	color: #c93434;
	width: 71%;
}
#wrapper .news_area .enews span a {
	color: #c93434;
	text-decoration: none;
}
#wrapper .news_area .enews span a:hover {
	text-decoration: underline;
}
#wrapper .news_area .enews .category {
	background-color: #c93434;
	padding: 8px 0;
	width: 24%;
	text-align: center;
	color: #FFF;
	margin-right: 5%;
	vertical-align: top;
	line-height: 1.0;
}
#wrapper .news_area .enews .news a.pdf {
	background: url(/hasec/common/css/img/ico_pdf03.png) no-repeat center left;
	display: inline-block;
	padding-left: 30px;
}
#wrapper .news_area .unews {
	line-height: 2.0;
	padding: 30px 40px;
	border-bottom: 1px solid #d5d5d5;
}
#wrapper .news_area .unews span {
	display: inline-block;
	width: 71%;
}
#wrapper .news_area .unews span a {
	text-decoration: none;
}
#wrapper .news_area .unews span a:hover {
	text-decoration: underline;
}
#wrapper .news_area .unews .day {
	color: #013192;
	font-weight: bold;
	width: 10%;
	margin-right: 4%;
	vertical-align: top;
}
#wrapper .news_area .unews .category {
	background-color: #013192;
	padding: 8px 0;
	width: 10%;
	text-align: center;
	color: #FFF;
	margin-right: 5%;
	vertical-align: top;
	line-height: 1.0;
}
#wrapper .news_area .unews .news a.pdf {
	background: url(/hasec/common/css/img/ico_pdf02.png) no-repeat center left;
	display: inline-block;
	padding-left: 30px;
}

@media print, screen and (max-width: 1400px) {
	#wrapper #g_nav_wrap_lower {
		width: 100%;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav {
		width: 980px;
	}
	#wrapper #contents {
		max-width: 980px;
	}
}
@media screen and (max-width: 767px) {
	#wrapper #g_nav_wrap_lower {
		margin-top: 40px;
		margin-bottom: 0;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav {
		width: 100%;
		height: auto;
		margin-top: 0;
		padding-top: 10px;
		padding-bottom: 8px;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li {
		width: 20% !important;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li a {
		background-size: 60px !important;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li span {
		height: 42px;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li.first_child {
		border-left: none;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li.last_child {
		border-right: none;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav01 a, #wrapper #g_nav_wrap_lower ul#g_nav li#g_nav01 a, #wrapper #g_nav_wrap_lower ul#g_nav li#g_nav01 a, #wrapper #g_nav_wrap_lower ul#g_nav li#g_nav02 a, #wrapper #g_nav_wrap_lower ul#g_nav li#g_nav01 a, #wrapper #g_nav_wrap_lower ul#g_nav li#g_nav03 a, #wrapper #g_nav_wrap_lower ul#g_nav li#g_nav01 a, #wrapper #g_nav_wrap_lower ul#g_nav li#g_nav04 a, #wrapper #g_nav_wrap_lower ul#g_nav li#g_nav01 a, #wrapper #g_nav_wrap_lower ul#g_nav li#g_nav05 a {
		height: inherit;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav01 a {
		background: url(/hasec/common/img/gnav01_sp.png) no-repeat center bottom;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav01 a:hover {
		background-position: center top;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav02 a {
		background: url(/hasec/common/img/gnav02_sp.png) no-repeat center bottom;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav02 a:hover {
		background-position: center top;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav03 a {
		background: url(/hasec/common/img/gnav03_sp.png) no-repeat center bottom;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav03 a:hover {
		background-position: center top;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav04 a {
		background: url(/hasec/common/img/gnav04_sp.png) no-repeat center bottom;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav04 a:hover {
		background-position: center top;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav05 a {
		background: url(/hasec/common/img/gnav05_sp.png) no-repeat center bottom;
	}
	#wrapper #g_nav_wrap_lower ul#g_nav li#g_nav05 a:hover {
		background-position: center top;
	}
	#wrapper #main_wrapper {
		height: 160px;
		height: 60px;
		margin-bottom: 20px;
	}
	#wrapper #main_wrap #main {
		padding: 10px 0;
		margin-bottom: 10px;
	}
	#wrapper #main_wrap #main p {
		width: 76px;
		height: 35px;
		margin: 0 auto;
	}
	#wrapper #main_wrap #main h1 {
		font-size: 107.1428571429%;
		font-weight: bold;
		text-align: center;
		margin-top: 7px;
	}
	#wrapper #main_wrap #main h1 span {
		font-size: 55%;
	}
	#wrapper #contents {
		max-width: 90%;
		margin: 0 auto 70px;
	}
	#wrapper #contents h2 {
		font-size: 142.8571428571%;
		padding-left: 25px;
		background-position: top 8px left;
		background-size: 16px;
	}
	#wrapper #contents h4 {
		font-size: 114.2857142857%;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#wrapper #contents .sub_contents {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	#wrapper #contents .btn_contact01 a {
		margin-top: 10px;
	}
	#wrapper #contents .ico_print {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	#wrapper #contents .ico_print a span {
		background: url("/hasec/common/css/img/ico_print_sp.png") no-repeat scroll right center;
		background-size: 20px 24px;
	}
	#wrapper #contents .ico_pdf {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	#wrapper #contents .ico_pdf a span {
		background: url("/hasec/common/css/img/ico_pdf_sp.png") no-repeat scroll right center;
		background-size: 18px 24px;
		padding-right: 26px;
	}
	#wrapper #contents .ico_ex {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	#wrapper #contents .ico_ex a span {
		background: url("/hasec/common/css/img/ico_excel_sp.png") no-repeat scroll right center;
		background-size: 18px 24px;
		padding-right: 26px;
	}
	#wrapper #contents .ico_window {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	#wrapper #contents .ico_window a span {
		background: url("/hasec/common/css/img/ico_window03_sp.png") no-repeat scroll right center;
		background-size: 10px 11px;
		padding-right: 18px;
	}
	#wrapper #contents .ttl_wrap {
		margin: 50px 0 15px;
	}
	#wrapper #contents .ttl_wrap .ttl {
		margin-bottom: 0;
	}
	#wrapper #contents .ttl_wrap .ttl p {
		width: 10%;
		margin: 0 auto;
	}
	#wrapper #contents .ttl_wrap .ttl h3 {
		font-size: 128.5714285714%;
	}
	#wrapper #contents .ttl_wrap .ttl h3 span {
		font-size: 55%;
	}
	#wrapper #contents .acc1 dt {
		background: url(/hasec/common/css/img/btn_plus_sp.png) no-repeat center right;
		background-size: 18px 18px;
		padding-left: 0;
		padding-right: 25px;
	}
	#wrapper #contents .acc1 dt span {
		background: url(/guide/img/ico_guide02_sp.gif) no-repeat center left;
		background-size: 42px 42px;
		line-height: 1.3;
	}
	#wrapper #contents .acc1 dt:first-child {
		margin-top: 20px;
	}
	#wrapper #contents .acc1 dt.active {
		background: url(/hasec/common/css/img/btn_minus_sp.png) no-repeat center right;
		background-size: 18px 18px;
	}
	#wrapper #contents .acc1 dd {
		line-height: 1.7;
		width: 100%;
	}
	#wrapper #contents .acc1 dd table tr th {
		padding: 5px;
	}
	#wrapper #contents .acc1 dd table tr td {
		padding: 5px;
	}
	#wrapper #contents .acc1 dd table tr td.short {
		width: 35%;
	}
	#wrapper #contents .acc1 dd table tr td.long {
		width: 55%;
	}
	#wrapper #contents .acc1 dd table tr .short02 {
		width: 20%;
	}
	#wrapper #contents .acc1 dd table tr .short03 {
		width: 30%;
	}
	#wrapper #contents .acc1 dd p.ttl_guide_in {
		font-size: 100%;
	}
	#wrapper #contents .acc1 dd .ttl_credit p {
		margin-right: -3px;
	}
	#wrapper #contents .acc1 dd .ttl_credit p span {
		width: 22%;
		display: inline-block;
		margin-right: 3px;
		margin-bottom: 3px;
	}
	#wrapper #contents .edit_article {
		line-height: 1.7;
	}
	#wrapper #contents .edit_article ul li {
		line-height: 1.7;
		margin-bottom: 5px;
	}
	#wrapper #contents .edit_article a.pdf {
		background: url(/hasec/common/css/img/ico_pdf02_sp.png) no-repeat center left;
		background-size: 9px 12px;
		padding-left: 15px;
	}
	#wrapper #contents .edit_article .img-left {
		margin-right: 0;
		width: 100% !important;
	}
	#wrapper #contents .edit_article .img-right {
		margin-left: 0;
		width: 100% !important;
	}
	#wrapper #contents .edit_article .img-wrap-c {
		text-align: center;
		width: 100% !important;
	}
	#wrapper .news_area {
		width: 100%;
		margin-top: 15px;
	}
	#wrapper .news_area .enews {
		padding: 15px;
		line-height: 1.7;
	}
	#wrapper .news_area .enews span {
		display: block;
		width: 100%;
	}
	#wrapper .news_area .enews .category {
		font-size: 78.5714285714%;
		margin-bottom: 6px;
		width: 30%;
		padding: 4px 0;
	}
	#wrapper .news_area .enews .news a.pdf {
		background: url(/hasec/common/css/img/ico_pdf03_sp.png) no-repeat top 5px left;
		background-size: 9px 12px;
		padding-left: 15px;
	}
	#wrapper .news_area .unews {
		padding: 15px;
		line-height: 1.7;
	}
	#wrapper .news_area .unews span {
		display: block;
		width: 100%;
	}
	#wrapper .news_area .unews .day {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	#wrapper .news_area .unews .category {
		font-size: 78.5714285714%;
		margin-bottom: 6px;
		display: block;
		width: 30%;
		vertical-align: middle;
		padding: 4px 0;
	}
	#wrapper .news_area .unews .news a.pdf {
		background: url(/hasec/common/css/img/ico_pdf02_sp.png) no-repeat top 5px left;
		background-size: 9px 12px;
		padding-left: 15px;
	}
}



.content_tab {
	margin-bottom: 50px;
}
.content_tab .col-sm-6 .item {
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #013192;
	font-weight: bold;
}
ul.list_normal {
	list-style: disc;
	padding-left: 20px;
}
ol.list_normal {
	padding-left: 20px;
}
ul.product_index_list {
}
ul.product_index_list li {
	display: table;
	width: 100%;
}
ul.product_index_list li .photo {
	display: table-cell;
	width: 80px;
	max-width: 80px;
	padding: 10px 20px 10px 0;
	border-bottom: 1px solid #ccc;
}
ul.product_index_list li .photo img {
	border: 1px solid #ccc;
}
ul.product_index_list li .name {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
.product_item_wrap {
	margin-top: 35px;
}
.product_index_wrap {
	margin-top: 20px;
}
.product_index_wrap .name {
	margin-top: 8px;
}
.product_item_wrap {
	margin-top: 35px;
}
.product_index_wrap .photo,
.product_item_wrap .photo {
	border: 1px solid #ccc;
}
.product_index_list .photo img,
.product_index_wrap .photo img,
.product_item_wrap .photo img {
	width: 100%;
	height: auto;
}
.photo {
	position: relative;
}
.photo a.lightbox:after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: url(/hasec/common/img/ico_zoom_in.png) no-repeat top left;
	background-size: 25px 25px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.row .photo {
	margin-bottom: 30px;
}
#contents .end {
	margin-bottom: 0;
}
.row .photo+.caption,
.row .photo+.name {
	margin-top: -25px;
}
.row .caption,
.row .name {
	margin: 5px 0 15px;
}
.product_item_wrap h3 {
	margin: 35px 0 20px;
	background: url(/hasec/common/css/img/bg_h3.png) repeat-x 0 8px;
	background-size: 7px 11px;
	font-size: 117%;
	font-weight: bold;
	color: #013192;
}
.product_item_wrap h3:first-child {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.product_item_wrap h3:first-child {
		margin-top: 35px;
	}
}
.product_item_wrap h3 span {
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding: 4px 15px 0 15px;
	margin-left: 22px;
}
/*
.product_item_wrap h3 span:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(/hasec/common/img/ico_h3.png) no-repeat top left;
	background-size: 24px 24px;
	position: absolute;
	top: 0;
	left: 0;
}
*/
.product_item_wrap .note {
	margin-top: 35px;
	/*padding-top: 35px;
	border-top: 1px dotted #ccc;*/
}
.product_item_wrap .note img {
	max-width: 100%;
	height: auto;
}
.product_item_wrap .note p {
	margin: 0 0 1em;
}
.product_item_wrap dl.maker {
	margin-top: 35px;
	background: #f2f2f2;
	font-size: 89%;
}
.product_item_wrap dl.maker dt {
	float: left;
	padding: 5px 10px;
	background: #ddd;
}
.product_item_wrap dl.maker dd {
	float: right;
	padding: 5px 10px;
}
.feature_wellup_results {
	width: 755px;
}
@media screen and (max-width: 767px) {
	.feature_wellup_results {
		max-width: 100%;
	}
}



.btn_long {
	width: 100%;
	margin-top: 55px;
}
.btn_long a {
	display: block;
	text-align: center;
	font-size: 142.8571428571%;
	font-weight: bold;
	padding: 25px 0 25px 25px;
	border: 2px solid #013192;
	box-sizing: border-box;
}
.btn_long a span {
	background: url(/hasec/common/css/img/arrow02.png) no-repeat center left;
	display: inline-block;
	padding-left: 27px;
}
@media screen and (max-width: 767px) {
	.btn_long {
		margin-top: 25px;
	}
	.btn_long a {
		padding: 12px;
		font-size: 121.4285714286%;
	}
	.btn_long a span {
		background: url(/hasec/common/css/img/arrow03_sp.png) no-repeat center left;
		background-size: 7px 12px;
		padding-left: 20px;
	}
}

.table ol {
	margin-left: 20px;
}



dl.table {
	margin: 20px 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
}
dl.table dt {
	margin: 0;
	margin-right: -13em;
	padding: 0.45em 0.5em 0.3em;
	border: 0;
	border-top: 1px solid #ccc;
	float: left;
	clear: both;
	display: inline;
	width: 12em;
}
dl.table dd {
	margin: 0;
	margin-left: 13em;
	padding: 0.45em 0.5em 0.3em;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #fff; 
}
dl.table {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}
dl.table::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
dl.table.dtr dt {
	text-align: right;
}
dl.table.zebra, dl.table.zebra dt, dl.table.zebra dd {
	border: 0;
}
dl.table.zebra dt.odd, dl.table.zebra dd.odd {
	background-color: #efebf8; 
}
dl.table.zebra dt.even, dl.table.zebra dd.even {
	background-color: #d8ceed; 
}
dl.table.num dd {
	text-align: right;
}
dl.table.w4 dt {
	margin-right: -6em;
	width: 5em;
}
dl.table.w4 dd {
	margin-left: 6em;
}
dl.table.w7 dt {
	margin-right: -9em;
	width: 8em;
}
dl.table.w7 dd {
	margin-left: 9em;
}
dl.table.w24 dt {
	margin-right: -26em;
	width: 25em;
}
dl.table.w24 dd {
	margin-left: 26em;
}
dl.table.course {
	margin: 10px 0;
	background-color: #FFF5D5;
}
body.kenshu dl.table.course {
	background-color: #f1ebf5;
}
dl.table.course dt {
	margin-right: -2em;
	width: 1em;
}
dl.table.course dd {
	margin-left: 2em;
}
dl.table.course dd ul {
	margin-top: 0;
	margin-bottom: 0;
}
form#form1 {
}
dl.table.form-contact {
	margin: 35px auto;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #eee;
	width: 100%;
}
dl.table.form-contact dt {
	padding: 8px 1em;
	border-top: 1px solid #aaa;
	font-weight: bold;
	margin-right: -13em;
	width: 13em;
}
dl.table.form-contact dd {
	padding: 8px 1em;
	border-left: 0;
	border-top: 1px solid #aaa;
	background-color: #fff;
	margin-left: 13em;
}
dl.table.form-contact dd>p {
	margin: 10px 0;
}
dl.table.form-contact dd>p:first-child {
	margin-top: 0;
}
dl.table.form-contact dd>p:last-child {
	margin-bottom: 0;
}
dl.table.form-contact dd .name-label,
dl.table.form-contact dd .address-label,
dl.table.form-contact dd .phone-label,
dl.table.form-contact dd .type-label1,
dl.table.form-contact dd .type-label2,
dl.table.form-contact dd .type-label3 {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-left: 20px;
	white-space: nowrap;
}
dl.table.form-contact dd label {
	margin-left: 20px;
}
dl.table.form-contact dd .name-label:first-child,
dl.table.form-contact dd .address-label:first-child,
dl.table.form-contact dd .phone-label:first-child,
dl.table.form-contact dd .type-label1,
dl.table.form-contact dd label:first-child {
	margin-left: 0;
}
dl.table.form-contact dt.ask_about+dd label {
	margin-left: 20px;
	font-weight: normal;
}
dl.table.form-contact dt.ask_about+dd label:first-child {
	margin-left: 20px;
}
dl.table.form-contact dt.ask_about+dd label input[type="checkbox"] {
	vertical-align: text-top;
}
form#form1 .txtfiled {
	width: 350px;
	margin: 0;
	padding: 4px;
	line-height: 1;
	border: solid 1px #bbb;
	background: #fff;
	border-radius: 3px;
}
form#form1 .txtfiled-half {
	width: 150px;
}
form#form1 .txtfiled-year,
form#form1 .txtfiled-age,
form#form1 .txtfiled-zip,
form#form1 .txtfiled-num {
	width: 4em;
}
form#form1 .txtfiled:focus {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}
form#form1 textarea.txtfiled {
	width: 450px;
	height: 100px;
}
form#form1 .submit-box {
	text-align: center;
}
form#form1 p input[type="submit"],
form#form1 p input[type="reset"],
form#form1 p input[type="button"] {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	margin: 11px auto 0;
	padding: 6px 20px 4px;
	background-color: #0086cd;
	border: none;
	color: #fff;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}
form#form1 p input[type="submit"]:hover ,
form#form1 p input[type="reset"]:hover,
form#form1 p input[type="button"]:hover {
	background-color: #59b1eb;
}
form#form1 p input[type="submit"][disabled] {
	background-color: #ccc;
	color: #fff;
	cursor: default;
}
form#form1 .agreement-box {
	clear: both;
	margin: 20px auto;
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #e4e3f0;
	text-align: left;
	font-size: 13px;
}
form#form1 .agreement-box p {
	font-size: 13px;
}
form#form1 .agreement-box p:after {
	display: none;
}
form#form1 .agreement-box .privacy-policy-box {
	margin: 0 auto;
	padding: 10px 15px 0 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	height: 200px;
	overflow: auto;
}
form#form1 .agreement-box .privacy-policy-box p {
	margin: 0 0 1em;
}
form#form1 .agreement-box p.agreement-check {
	margin: 15px 0 0;
	text-align: center;
}
.required,
.error-list {
	color: #f00;
}
.veriSignBox {
	border: 1px solid #dedede;
	margin-top: 20px;
	padding: 12px 30px 12px 40px;
	font-size: 13px;
}
.veriSignBox dt {
	float: left;
	font-size: 0;
	margin-right: 30px;
}
.veriSignBox dd {
	overflow: hidden;
}



img {
	max-width: 100%;
	height: auto;
}
#contents p {
	margin-bottom: 20px;
}
.cover {
	height: 300px;
	margin-bottom: 35px;
}
.cover.wingjetter {
	background: url(/wingjetter/img/cover.jpg) no-repeat top right;
	background-size: 980px 300px;
}
.cover.wellup {
	background: url(/wellup/img/cover.jpg) no-repeat top right;
	background-size: 980px 300px;
}
@media screen and (max-width: 767px) {
	.cover {
		height: auto;
	}
	.cover.wingjetter {
		background-image: none;
	}
	.cover.wellup {
		background-image: none;
	}
}
.btn_short a {
	background-color: #013192;
	border-radius: 3px;
	color: #fff;
	display: inline-block !important;
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

.table-company,
.table-company > thead > tr > th,
.table-company > tbody > tr > th,
.table-company > tfoot > tr > th,
.table-company > thead > tr > td,
.table-company > tbody > tr > td,
.table-company > tfoot > tr > td {
	border-left: 0px !important;
	border-right: 0px !important;
}



.numberList01 {
	margin-top: 20px;
	list-style: none;
}
.numberList01 li {
	margin-top: 1.5em;
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.numberList01 .heading04, .numberList01 .tableType01 th, .numberList01 .tableType01 td, .numberList01 .normalList01 li {
	text-indent: 0;
}
.numberList01 .twoDigits {
	padding-left: 1.8em;
	text-indent: -1.8em;
}
.numberList01 li .num {
	/*color: #636d8b;*/
	font-weight: bold;
	margin-right: 0.2em;
}
.numberList02 {
	margin-top: 20px;
}
.numberList02 li {
	margin-top: 1.5em;
	padding-left: 2.2em;
	text-indent: -2.2em;
}
.numberList02 .twoDigits {
	padding-left: 2.8em;
	text-indent: -2.8em;
}
.numberList02 li .num {
	color: #636d8b;
	font-weight: bold;
	margin-right: 0.2em;
}
ol.childList {
	list-style: none;
}
ol.childList li {
	margin-top: 5px;
	padding-left: 1.6em;
	text-indent: -1.6em;
}
.numberList01 ol.childList li, .numberList02 ol.childList li {
	margin-top: 5px;
	padding-left: 1.6em;
	text-indent: -1.6em;
}
.numberList01 ul.childList li, .numberList02 ul.childList li {
	margin-top: 5px;
	padding-left: 0.6em;
	text-indent: -0.6em;
}
.defineList01 {
	clear: both;
	margin-top: 20px;
}
.defineList01 dt {
	clear: left;
	float: left;
	margin: 0 10px 0 0;
}
.defineList01 dd {
	overflow: hidden;
}
.defineList01 dd img {
	vertical-align: middle;
}
.defineList02 {
	clear: both;
	margin-top: 20px;
}
.defineList02 dt {
	font-weight: bold;
}
.defineList02 .linkList01 li {
	margin-top: 5px;
}
.stylet {
	font-family: "HGSｺﾞｼｯｸM";
	font-size: 110%;
}
.tableType01 {
	border-color: #dedede;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	margin-top: 20px;
}
.tableType01 th, .tableType01 td {
	padding: 6px 8px;
	vertical-align: top;
}
.tableType01 th {
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	font-weight: bold;
}
.tableType01 td {
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.number td {
	text-align: right;
}
.tableType01 .lv01 {
	background-color: #e7e8ec;
}
.tableType01 .lv02 {
	background-color: #b3b9cf;
}
.tableType01 .lv03 {
	background-color: #d1d4df;
}
.tableType01 .lv04 {
	background-color: #ffffff;
	font-weight: normal;
}
.tableType01 .lv05 {
	background-color: #cfcfcf;
}
.tableType01 .lv06 {
	background-color: #cfcfcf;
	font-weight: normal;
}
.tableType01 .line01 th, .tableType01 .line01 td {
	border-bottom: 1px solid #b3b9cf;
}
.tableType01 .normalList01, .tableType01 .numberList01, .tableType01 .normalList01 li, .tableType01 .numberList01 li, .tableType01 .linkList01 li {
	margin-top: 5px;
}
.tableType01 .iconLink01 {
	margin-top: 0;
}
.pluginBox {
	border: 1px solid #dedede;
	margin: 20px 0 0;
	padding: 14px;
}
.pluginBox p {
	margin: 0;
}
.pluginBox dl {
	overflow: hidden;
}
.pluginBox dt {
	float: left;
	font-size: 0;
	margin-right: 15px;
}
.pluginBox dd {
	overflow: hidden;
}
.noteBox {
	border: 2px solid #dadce2;
	margin-top: 20px;
	padding: 2px;
}
.noteBox .noteHead {
	background: #8f96ab;
	color: #ffffff;
	font-size: 105%;
	line-height: 105%;
	font-weight: bold;
	padding: 6px 0 5px 16px;
}
.noteBox .noteBody {
	background-color: #f8f8f8;
	padding: 15px 35px;
}
.noteBox .noteBody > *:first-child {
	margin-top: 0 !important;
}



.box_secure {
	border: 1px solid #e4e4e4;
	clear: both;
	margin-bottom: 20px;
	padding: 2.597%;
}
.box_secure dt {
	float: left;
	width: 14%;
}
.box_secure dd {
	float: left;
	font-size: 85%;
	width: 84%;
}
@media screen and (max-width: 767px) {
	.box_secure dt {
		float: none;
		margin: 0 auto 10px;
		text-align: center;
		width: 70px;
	}
	.box_secure dd {
		clear: both;
		font-size: 85%;
		width: 100%;
	}
}
