@charset "utf-8";
/* title */
.titlebar_black {
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	background-color: #3d3c42;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 14px;
	padding-bottom: 10px;
}

@media (max-width: 480px) {
.titlebar_black {
	font-size: 16px;
	text-align: center;
	background-color: #3d3c42;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	/*height: auto;*/
	padding-top: 7px;
	padding-bottom: 7px;
}
}
.title_underline {
	border-bottom: 2px solid #000000;
	border-left: 5px solid #000000;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	text-align: left;
	padding: 5px 0 0 10px
}
.title_underline1 {
	margin-top: 15px;
	border-bottom: 2px solid #000000;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
/* note */

.note {
	margin: 10px 20px;
	padding: 10px;
	border: 2px solid #CCCCCC;
	background-color: #f8f8f8;
}
.note_y {
	margin: 20px 5px;
	padding: 5px;
	background-color: #FCFCE2;
}
/* page top */
.pagetop {
	margin: 5px;
	padding: 0px;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	clear: both;
}
.con_left {
	float: left;
	width: 45%;
	margin-bottom: 20px
}
.con_right {
	float: right;
	width: 45%;
	margin-bottom: 20px
}
.con_right_l {
	float: right;
	width: 45%;
	margin-bottom: 20px
}
.con_left_btn {
	float: left;
	width: 45%;
	margin-top: 10px;
	margin-bottom: 40px;
}
.con_right_btn {
	float: right;
	width: 45%;
	margin-top: 10px;
	margin-bottom: 40px;
}

@media (max-width: 480px) {
.note {
	margin: 5px 5px;
	padding: 5px;
	border: 2px solid #CCCCCC;
	background-color: #f8f8f8;
}
ol {
	margin: 0 0 0 2em;
	padding: 0px;
}
.con_left {
	width: 100%;
	float: none;
	margin-bottom: 0px;
}
.con_right {
	width: 100%;
	float: none;
}
}
/* table */
.scroll {
	overflow: auto;
　　　
}
.scroll::-webkit-scrollbar {
 height: 10px;
}
.scroll::-webkit-scrollbar-track {
 background: #ffffff;
}
.scroll::-webkit-scrollbar-thumb {
 background: #cdcdcd;
}
.step {
	width: 100%;
}
.step tr {
	height: 40px;
}
.step tr>th:first-child {
	background-color: #cdcdcd;
	width: 15%;
}
.step tr>th {
	background-color: #cdcdcd;
	width: 30%;
	border: 1px solid #000000;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
}
.step tr>td:first-child {
	background-color: #e3e3e3;
	text-align: left;
	width: 15%;
}
.step tr>td {
	background-color: #fafafa;
	width: 30%;
	border: 1px solid #000000;
	text-align: left;
	font-size: 14px;
	padding: 10px;
	vertical-align: top;
}
.step img {
	width: 100%
}

@media(max-width : 767px ) {
.step img {
	width: 100%
}
}
/* table_lens */
.scroll {
	overflow: auto;
　　　
}
.scroll::-webkit-scrollbar {
 height: 10px;
}
.scroll::-webkit-scrollbar-track {
 background: #ffffff;
}
.scroll::-webkit-scrollbar-thumb {
 background: #cdcdcd;
}
.step_lens {
	width: 100%;
}
.step_lens tr {
	height: 40px;
}
.step_lens tr>th:first-child {
	background-color: #cdcdcd;
	width: 25%;
}
.step_lens tr>th {
	background-color: #cdcdcd;
	border: 1px solid #000000;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
}
.step_lens tr>td:first-child {
	background-color: #e3e3e3;
	text-align: left;
}
.step_lens tr>td {
	background-color: #fafafa;
	border: 1px solid #000000;
	text-align: left;
	font-size: 14px;
	padding: 10px;
	vertical-align: top;
}
.step_lens .center {
	text-align: center
}
dl.list {
	margin: 0 0 0 20px;
}
dl.list dt {
	float: left;
	clear: both;
}
dl.list dd {
	margin: 5px 0 5px -10px;
	padding: 0 0 0 10%;
}

@media(max-width : 767px ) {
dl.list dd {
	margin: 5px 0 5px 5px;
	padding: 0 0 0 10%;
}
}
.caption_i {
	display: inline-block
}
.caption_p {
	display: inline-block
}
