/*font*/

@font-face {
	font-family: "NotoSerifJapanese";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/NotoSerifCJKjp-Regular.woff2') format('woff'), url('../fonts/NotoSerifCJKjp-Regular.woff') format('woff'), url('../fonts/NotoSerifCJKjp-Regular.otf') format('opentype');
}
@font-face {
	font-family: "NotoSerifJapaneseMedium";
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/NotoSerifCJKjp-Medium.woff2') format('woff'), url('../fonts/NotoSerifCJKjp-Medium.woff') format('woff'), url('../fonts/NotoSerifCJKjp-Medium.otf') format('opentype');
}
@font-face {
	font-family: "NotoSerifJapaneseBold";
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/NotoSerifCJKjp-Bold.woff2') format('woff'), url('../fonts/NotoSerifCJKjp-Bold.woff') format('woff'), url('../fonts/NotoSerifCJKjp-Bold.otf') format('opentype');
}
html {
	overflow: auto;
}
body {
	overflow: hidden;
	font-family: "NotoSerifJapanese";
	color: #262626;
}
/* ----------------------------------------------------------------header*/
.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.75);
	z-index: 200;
}
.header.fixed {
	background: rgba(255, 255, 255, 0.98);
	border-bottom: #012961 2px solid;
}
.header h1.h1_tx {
	width: 100%;
	background: #012961;
	font-size: 11px;
	line-height: 2;
	text-align: center;
	color: #e5eaf8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.header p.logo {
	width: 170px;
	margin: 1em 0 1em 1em;
	position: relative;
	z-index: 50;
}
.header p.logo a img {
	position: relative;
	z-index: 50;
}
.header ul.h_contact {
	position: absolute;
	top: 44px;
	right: 4.5em;
}
/*h_tel*/
.header ul.h_contact li.h_tel p, .header ul.h_contact li.h_tel a img {
	display: none;
}
.header ul.h_contact li.h_tel a {
	display: block;
	height: 35px;
	width: 35px;
	background: #012961;
	color: #fff;
	font-size: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
/*h_mail*/
.header ul.h_contact li.h_mail {
	display: none;
}
.btn_area {
	position: absolute;
	top: 44px;
	right: 1em;
	z-index: 10000;
}
.nav-button {
	z-index: 20;
	position: relative;
	width: 40px;
	height: 36px;
}
.touch_area{
	position:absolute;
	bottom:0;
	left:0;
	display: block;
	width:100%;
	height: 100%;
	z-index: 20;
}
.nav-wrap.close, .touch_area.close {
	display: none;
}
.nav-wrap.open, .touch_area.open {
	display: block;
}
.nav-wrap {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.nav-wrap .navi {
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 1em;
}
.nav-wrap .navi li {
	display: block;
	margin: 2em;
}
.nav-wrap .navi li a {
	position: relative;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	transition: 0.2s;
	z-index: 10000;
}
.nav-wrap .navi li a:focus, .nav-wrap .navi li a:hover, .nav-wrap .navi li.on a {
	box-sizing: border-box;
	color: #e3b700;
}
.content {
	padding: 20px;
}
/*動いたときついてくる*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.fixed h1.h1_tx {
	display: none;
}
.fixed ul.h_contact {
	top: 20px;
	right: 4.5em;
}
.fixed .btn_area {
	position: absolute;
	top: 20px;
	right: 1em;
}
/*動いたときついてくるアニメーション*/
.fixed {
	position: fixed;
	top: 0;
	margin-top: 0;
	padding-right: 0;
	z-index: 101;
	height: auto;
	animation-name: down;
	animation-duration: 0.5s;
	animation-timing-function: liner;
	animation-delay: 0s;
	animation-iteration-count: 1;
}
	
	/*降りてくるアニメーション*/
	@keyframes down {
 0% {
 opacity:0;
 top: -100px;
}
 100% {
 opacity:1;
 top: 0;
}
}

@media print, screen and (min-width:768px) {
.header h1.h1_tx {
	text-align: left;
	padding: 0 1.5em;
}
.header p.logo {
	width: 200px;
}
}

@media print, screen and (min-width:992px) {
.header p.logo {
	width: 238px;
	margin: 1.2em 0 1.2em 1em;
}
.header ul.h_contact {
	position: absolute;
	top: 35px;
	right: 6em;
}
.fixed ul.h_contact {
	top: 15px;
}
/*h_tel*/
.header ul.h_contact {
	display: flex;
}
.header ul.h_contact li.h_tel {
	text-align: left;
	color: #012961;
}
.header ul.h_contact li.h_tel p {
	display: block;
	font-size: 14px;
	padding-bottom: 11px;
}
.header ul.h_contact li.h_tel i {
	font-size: 28px;
	vertical-align: middle;
	margin-right: 5px;
}
.btn_area {
	position: absolute;
	top: 60px;
	right: 1.5em;
}
.fixed .btn_area {
	top: 40px;
}
}

@media print, screen and (min-width:1200px) {
.header h1.h1_tx {
	padding: 0 40px;
}
.header p.logo {
	margin: 1.2em 0 1.2em 40px;
}
.header ul.h_contact {
	right: 40px;
}
/*h_mail*/
.header ul.h_contact li.h_mail {
	display: block;
	margin-left: 20px;
	position: relative;
	z-index: 5555;
}
.header ul.h_contact li.h_mail a {
	display: block;
	color: #fff;
	font-size: 28px;
	line-height: 68px;
	text-align: center;
	width: 72px;
	height: 68px;
	background: #012961;
	z-index: 201;
	transition: 0.2s;
}
.header ul.h_contact li.h_mail a:hover {
	background: #1a68b7;
}
.nav-button {
	display: none !important;/*ハンバーガー消す*/
}
.nav-wrap {
	display: block !important;/*ナビの中表示*/
	background: none;
	height: auto;
	position: absolute;
	top: 60px;
	text-align: right;
}
.nav-wrap .navi {
	padding-right: 360px;
}
.nav-wrap .navi li {
	display: inline-block;
	margin: 0 5px;
}
.nav-wrap .navi li a {
	color: #012961;
	font-size: 16px;
	display: block;
	transition: 0.2s;
}
.nav-wrap .navi li a:focus, .nav-wrap .navi li a:hover, .nav-wrap .navi li.on a {
	color: #015cc7;
}
.fixed .nav-wrap {
	top: 40px;
}
}
/*メニューボタンのエフェクト*/
.nav-button, .nav-button span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
.nav-button {
	z-index: 20;
	position: relative;
	width: 36px;
	height: 30.6px;
}
.nav-button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #012961;
	border-radius: 3px;
}
.nav-button span:nth-of-type(1) {
	top: 0;
}
.nav-button span:nth-of-type(2) {
	top: 13.6px;
}
.nav-button span:nth-of-type(3) {
	bottom: 0;
}
.nav-button.active span:nth-of-type(1) {
	-webkit-transform: translateY(13.6px) rotate(-45deg);
	transform: translateY(13.6px) rotate(-45deg);
	background-color: #fff;
}
.nav-button.active span:nth-of-type(2) {
	opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
	-webkit-transform: translateY(-13.6px) rotate(45deg);
	transform: translateY(-13.6px) rotate(45deg);
	background-color: #fff;
}
.nav-button span.tx {
	font-size: 11px;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	background-color: none;
	color:rgba(1,41,97,1.00);
}
.nav-button.active span.tx {
	
	color:#fff;
}
/*------------------------------------------------------------mainnavi*/
#mainnavi {
	background: #C0C0C0;
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	text-align: center;
	font-family: "NotoSerifJapaneseBold";
	color: #fff;
	font-size: 20px;
	height: 200px;
	padding-top: 130px;
}

@media print, screen and (min-width:768px) {
#pagetitle {
	font-size: 30px;
	height: 250px;
	padding-top: 150px;
}
}

@media print, screen and (min-width:992px) {
#pagetitle {
	font-size: 36px;
	height: 280px;
	padding-top: 170px;
}
}

@media print, screen and (min-width:1200px) {
#pagetitle {
	font-size: 42px;
	height: 330px;
	padding-top: 190px;
}
}
/*------------------------------------------------------------content*/
#footer_contact {
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
	padding: 30px 0;
	background: url(../img/common_img/contact_bg_sp.jpg) center bottom no-repeat;
	background-size: 100% auto;
}
#footer_contact h2 {
	color: #012961;
	font-size: 18px;
	font-family: "NotoSerifJapaneseBold";
	margin-bottom: 15px;
}
#footer_contact h2 span {
	display: block;
	font-size: 0.8em;
}
/*tel mail*/
#footer_contact .contact_link .f_tel p {
	display: none;
}
#footer_contact .contact_link .f_tel a {
	background: #012961;
	display: block;
	padding: 10px 0;
	margin-bottom: 10px;
}
#footer_contact .contact_link .f_tel a img {
	width: 70%;
	margin: 0 auto;
}
#footer_contact .contact_link .f_mail a {
	display: block;
	background: #012961;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
}
#footer_contact .contact_link .f_mail i {
	margin-right: 5px;
}
#footer_contact .contact_link .f_mail p {
	display: inline-block;
	font-size: inherit;
}
#footer_contact .contact_link .f_mail p span {
	font-size: 0.79em;
}
#footer_contact .contact_link a {
	transition: 0.2s;
}
#footer_contact .contact_link a:hover {
	background: #1a68b7;
}
/*対応地域*/
#footer_contact .area_tx {
	padding: 20px 0 0;
}
#footer_contact .area_tx dt {
	color: #257fd9;
	font-size: 16px;
	font-family: "NotoSerifJapaneseBold";
	text-align: left;
	margin-bottom: 10px;
}
#footer_contact .area_tx dd {
	text-align: left;
	width: 70%;
}

@media print, screen and (min-width:768px) {
#footer_contact {
	padding: 60px 0;
	background: url(../img/common_img/contact_bg_pc.jpg) right 30% to no-repeat;
	background-size: cover;
}
#footer_contact h2 {
	font-size: 24px;
	text-align: left;
}
#footer_contact .contact_link {
	width: 50%;
}
#footer_contact .contact_link li.f_tel {
	margin-bottom: 10px;
}
}

@media print, screen and (min-width:992px) {
#footer_contact {
	background: url(../img/common_img/contact_bg_pc.jpg) right 35% top no-repeat;
}
#footer_contact h2 {
	font-size: 30px;
}
#footer_contact .contact_link {
	width: 353px;
}
#footer_contact .contact_link li.f_tel p {
	display: block;
	text-align: left;
	font-size: 18px;
	color: #012961;
	padding-bottom: 5px;
}
#footer_contact .area_tx {
	display: flex;
}
#footer_contact .area_tx dt {
	font-size: 24px;
	padding-right: 30px;
}
}

@media print, screen and (min-width:1200px) {
#footer_contact {
	background: url(../img/common_img/contact_bg_pc.jpg) center top no-repeat;
}
#footer_contact h2 {
	margin-bottom: 40px;
}
#footer_contact .contact_link {
	display: flex;
	width: 760px;
}
#footer_contact .contact_link li.f_mail {
	padding-top: 5px;
}
#footer_contact .contact_link li.f_mail a {
	width: 379px;
	font-size: 24px;
	padding: 0;
	margin-left: 25px;
}
#footer_contact .contact_link li.f_mail a i {
	font-size: 44px;
	vertical-align: middle;
	margin-right: 10px;
	line-height: 70px;
}
#footer_contact .area_tx {
	padding-top: 50px;
}
}
/* ----------------------------------------------------------------footer*/
footer {
	background: url(../img/common_img/footer_bg.png);
	padding: 30px 0;
	color: #fff;
	text-align: left;
}
footer .info01 {
	margin-bottom: 20px;
}
footer .info01 dt {
	width: 150px;
	margin-bottom: 10px;
}
footer .info01 dd {
	font-size: 12px;
	padding-bottom: 5px;
}
footer .info02 ul {
	margin-bottom: 20px;
}
footer .info02 ul li {
	font-size: 12px;
	padding-bottom: 5px;
}
footer .info02 p {
	font-size: 12px;
	margin-bottom: 20px;
}
footer .info02 a {
	display: block;
	border: 1px solid #99a8bc;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 70%;
	max-width: 210px;
	padding: 10px;
	transition: 0.2s;
}
footer .info02 a i {
	margin-right: 5px;
}
footer .info02 a:hover {
	background: rgba(153,168,188,0.6);
}
/*f_navi*/
.f_navi {
	padding: 20px 0;
}
.f_navi li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	line-height: 2;
	transition: 0.2s;
}
.f_navi li::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: bold;
	line-height: 1;
	margin-right: 5px;
}
.f_navi li a:hover {
	color: #1a68b7;
}
/*copy*/
footer small {
	display: block;
	text-align: center;
	font-size: 10px;
}

@media print, screen and (min-width:768px) {
footer {
	padding: 60px 0
}
.footer_inner {
	display: flex;
}
.info_area {
	width: 60%;
}
footer .info01 dt {
	width: 180px;
	margin-bottom: 25px;
}
footer .info02 a {
	font-size: 16px;
}
.f_navi {
	width: 40%;
	border-left: 1px solid #344f75;
	padding: 0 0 0 30px;
}
footer .info01 dd {
	font-size: 14px;
}
footer .info02 ul li {
	font-size: 14px;
}
footer .info02 p {
	font-size: 14px;
}
/*f_navi*/
.f_navi li a {
	font-size: 14px;
	line-height: 2.2;
}
/*copy*/
footer small {
	font-size: 11px;
	padding-top: 40px;
}
}

@media print, screen and (min-width:1200px) {
.info_area {
	width: 80%;
	display: flex;
}
.info_area .info01 {
	width: 31.83%;
}
footer .info01 dt {
	width: 216px;
	margin-bottom: 25px;
}
.info_area .info02 {
	border-left: 1px solid #344f75;
	width: 68.16%;
	padding: 0 0 0 56px;
}
.f_navi {
	width: 20%;
	padding: 0 0 0 24px;
}
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
	width: 100%;
	margin: 20px 0 20px;
	clear: both;
}
#pankuzu ol {
	list-style: none;
}
#pankuzu ol li {
	float: left;
	font-size: 11px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
	font-style: normal;
}
#pankuzu ol li.home {
	padding-left: 0;
	background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
	text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
	text-decoration: underline;
}
/* ----------------------------------------------------------------rayout*/
.center {
	margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
	width: 100%;
	border-collapse: collapse;
}
.sheet_basic tr th, .sheet_basic tr td {
	border: 1px dotted #6D6D6D;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	display: block;
}

@media print, screen and (min-width:768px) {
.sheet_basic tr th, .sheet_basic tr td {
	display: table-cell;
}
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------Text*/
/*title01*/
.title01 {
	color: #012961;
	font-family: "NotoSerifJapaneseBold";
	font-size: 18px;
}
.title01::after {
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	margin: 10px auto 0;
	background: #012961;
}

@media print, screen and (min-width:768px) {
.title01 {
	font-size: 24px;
}
.title01::after {
	content: "";
	display: block;
	width: 200px;
	height: 6px;
	margin: 20px auto 0;
}
}

@media print, screen and (min-width:992px) {
.title01 {
	font-size: 30px;
}
}
/*title02*/
.title02 {
	display: flex;
	height: auto;
	width: 80%;
	margin: 0 auto;
}
.title02 span {
	display: block;
	font-size: 16px;
	color: #012961;
	width: calc(100% - 30px);
	padding: 10px 0;
	line-height: 1.5;
	font-weight: bold;
}
.title02::before {
	content: "";
	display: block;
	border: 1px dotted #3e516b;
	border-right: none;
	width: 15px;
}
.title02::after {
	content: "";
	display: block;
	border: 1px dotted #3e516b;
	border-left: none;
	width: 15px;
}

@media print, screen and (min-width:768px) {
.title02 {
	width: 70%;
}
.title02 span {
	font-size: 20px;
	padding: 15px 0;
}
}

@media print, screen and (min-width:1200px) {
.title02 {
	width: 50%;
}
}
/*title03 */

.title03 {
	text-align: left;
	font-size: 16px;
	background: #012961;
	border-left: 5px #405773 solid;
	color: #fff;
	padding: 8px 10px;
	margin: 15px 0 10px;
	line-height: 1.2;
}
.title03 span {
	color: #e3b700;
	font-size: 0.875em;
}

@media print, screen and (min-width:768px) {
.title03 {
	padding: 10px 15px;
	margin: 25px 0 15px;
	font-size: 18px;
	border-left: 10px #405773 solid;
}
}

@media print, screen and (min-width:992px) {
.title03 {
	font-size: 22px;
}
}
/*title04 */

.title04 {
	text-align: left;
	font-size: 16px;
	border-left: 5px #405773 solid;
	border-bottom: 1px #405773 dotted;
	padding: 5px 10px 7px;
	margin: 15px 0 10px;
	line-height: 1.2;
	color: #012961;
}

@media print, screen and (min-width:768px) {
.title04 {
	padding: 6px 10px 10px;
	margin: 25px 0 15px;
	font-size: 18px;
	border-left: 10px #405773 solid;
}
}

@media print, screen and (min-width:992px) {
.title04 {
	font-size: 20px;
}
}
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	display: block;
	font-size: 12px;
	line-height: 130%;
	margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*phbox*/
.phbox_right {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.phbox_right img {
	max-width: 100%;
	height: auto;
	margin: auto;
}
.phbox_left {
	text-align: center;
	margin-bottom: 20px;
}
.phbox_left img {
	max-width: 100%;
	height: auto;
	margin: auto;
}
.ov_hidden {
	overflow: hidden;
}

@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 30px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 30px;
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
	margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.margin-xs-b10 {
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
	position: fixed;
	right: 10px;
	bottom: 20px;
}
#pagetop img {
	width: 40px;
	height: auto;
}

@media print, screen and (min-width:768px) {
#pagetop {
	right: 20px;
	bottom: 40px;
}
#pagetop img {
	width: 74px;
}
}
/*br*/
br.pc_none {
	display: block;
}
br.sp_none {
	display: none;
}

@media print, screen and (min-width:768px) {
br.pc_none {
	display: none;
}
br.sp_none {
	display: block;
}
}
/**/
.bg_img {
	background: url(../img/common_img/bg01.png);
	padding: 30px 0 40px;
}
.bg_img p {
	text-align: left;
}

@media print, screen and (min-width:768px) {
.bg_img {
	padding: 50px 0 70px;
}
}
.cts_space {
	padding: 30px 0 40px;
}
.cts_space p {
	text-align: left;
}

@media print, screen and (min-width:768px) {
.cts_space {
	padding: 50px 0 70px;
}
}
/* anchor link */
.anchor {
	padding-top: 40px;
	margin-top: -40px;
}

@media print, screen and (min-width:768px) {
.anchor {
	padding-top: 20px;
	margin-top: -20px;
}
}

@media print, screen and (min-width:992px) {
.anchor {
	padding-top: 30px;
	margin-top: -30px;
}
}
/**/
.list_normal {
	padding: 0 0 0 20px;
}
.list_normal li {
	text-align: left;
	list-style: disc;
	padding: 5px 0;
}
/**/
.dl_normal {
}
.dl_normal dt {
	background: #405773;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px;
}
.dl_normal dd {
	text-align: left;
	padding: 10px 0 30px;
}
.dl_normal dd:last-child {
	padding: 10px 0 0;
}

@media print, screen and (min-width:768px) {
.dl_normal dt {
	padding: 8px 10px;
}
}
