/*--------------
	#sub_menu
--------------*/
.wrapper {
	padding-top: 80px;
}
.sub_menu_btn {
	display: none;
}
.sub_menu_wrap {
	position: fixed;
	width: 100%;
	z-index: 3;
	background: #fff;
	font-feature-settings: "palt";
}
.sub_menu_wrap::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	z-index: 1;
}
.sub_menu .accordion_btn_content {
	display: none;
}

.sub_menu_wrap .sub_menu > ul {
	display: table;
	width: 100%;
}
.sub_menu_wrap .sub_menu > ul > li {
	display: table-cell;
	width: 14%;
	height: 100%;
	border-right: 1px solid #e5e5e5;
	text-align: center;
}
.sub_menu_wrap .sub_menu > ul > li .table {
	height: 100%;
}
.sub_menu_wrap .sub_menu > ul > li.sp {
	display: none;
}
.sub_menu_wrap li .accordion_btn > span,
.sub_menu_wrap li a {
	display: block;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding: 52px 3px 15px;
	font-size: 1.3rem;
	line-height: 1.3;
	letter-spacing: -1px;
	color: #000;
	background: #fff no-repeat top center;
	box-sizing: border-box;
}
.sub_menu_wrap li .accordion_btn > span::before,
.sub_menu_wrap li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; right: 0; left: 0;
	width: 56px;
	height: 34px;
	margin: 5% auto 0;
	background: no-repeat center center;
	background-size: contain;
}
.sub_menu_wrap li.is_current > a,
.sub_menu_wrap li.is_current .head,
.sub_menu_wrap li.is_active .head,
.sub_menu_wrap li a:hover {
	text-decoration: none;
	background: #daf3ff;
}
.sub_list {
	display: none;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
	font-size: 0;
	line-height: 1;
	text-align: left;
	background: #daf3ff;
	z-index: 2;
}
.sub_list.is_active {
	display: block;
}
.sub_list {
	width: 100%;
	font-size: 0;
}
.sub_list li {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 20%;
	height: 60px;
	border-right: 1px solid #b3e1f5;
	border-bottom: 1px solid #b3e1f5;
	font-size: 1.3rem;
}
.sub_list li.sp {
	display: none;
}
.sub_list li a {
	display: block;
	height: 60px !important;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	color: #000;
	background: none;
}
html.fz_l .sub_list li,
html.fz_l .sub_list li a {
	height: 100px !important;
}
.sub_list li a:hover {
	opacity: 1;
	text-decoration: none;
	background: #b6e7ff;
}
.sub_list li span {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sub_list li a::before {
	display: none;
}
.mCustomScrollBox,
.mCSB_container {
	overflow: visible !important;
}


/*@media screen and (max-width: 1280px) {
	.sub_menu_wrap li a {
		font-size: 1rem;
	}
}*/
@media screen and (min-width: 961px) {
	.sub_menu_wrap {
		top: 0!important;
	}
}

@media screen and (max-width: 960px) {
	.sub_menu_wrap li a {
		line-height: 1;
	}
	.mCustomScrollBox,
	.mCSB_container {
		overflow: hidden !important;
	}
	.sub_menu_wrap {
		height: 100%;
		padding-right: 0;
		box-sizing: border-box;
		overflow: hidden;
		background-color: transparent;
		pointer-events: none;
	}
	.sub_menu_wrap.is_active {
		background: #353535;
		pointer-events: all;
	}
	.sub_menu .accordion_btn_content {
		display: table-cell;
	}
	.sub_menu_btn {
		display: block;
		width: 12%;
		height: 0;
		padding-bottom: 12%;
		border-bottom-left-radius: 5px;
		background: #353535;
		pointer-events: all;
		z-index: 1;
	}
	.sub_menu_btn:hover {
		cursor: pointer;
	}
	.sub_menu_btn .inner {
		position: absolute;
		width: 100%;
		height: 100%;
		font-size: 2.2rem;
		line-height: 1;
		color: #fff;
		text-align: center;
	}
	.sub_menu_btn .inner div {
		display: table;
		width: 100%;
		height: 100%;
	}
	.sub_menu_btn span {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	.sub_menu_btn .on {
		display: none;
	}
	.sub_menu_btn .off {
		display: inline;
	}
	.sub_menu_btn img {
		width: 80%;
	}
	.sub_menu_btn.is_active img {
		width: 40%;
	}
	.sub_menu_btn.is_active .on {
		display: inline;
		position: relative;
	}
	.sub_menu_btn.is_active .off {
		display: none;
	}
	.sub_menu_wrap .sub_menu {
		display: none;
		width: 100% !important;
		max-width: 100%;
		height: 100%;
		font-size: 0;
		background: #353535;
	}
	.sub_menu_wrap .sub_menu.is_active {
		display: block;
	}
	.sub_menu_wrap .sub_menu ul > li {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		border-right: none;
		text-align: left;
	}
	.sub_menu_wrap .sub_menu li.link {
		position: relative;
	}
	.sub_menu_wrap .sub_menu li.link::before {
		display: block;
		content: "";
		position: absolute;
		top: 0; bottom: 0; right: 5.25%;
		width: 2.5%;
		height: 0;
		margin: auto;
		padding-bottom: 2.5%;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 1;
	}
	.sub_menu_wrap .sub_menu > ul {
		display: block;
	}
	.sub_menu_wrap .sub_menu > ul > li.sp {
		display: block;
		width: 100%;
		height: auto !important;
		box-sizing: border-box;
	}
	.sub_menu_wrap .sub_menu ul > li .brackets {
		margin-left: 3px;
		font-size: 1.9rem;
	}
	.sub_menu_wrap li .accordion_btn > span,
	.sub_menu_wrap li a
	.sub_menu_wrap .sub_menu ul > li .head,
	.sub_menu_wrap .sub_menu ul > li a {
		padding: 8% 3%;
		box-sizing: border-box;
		font-size: 2.2rem;
		color: #fff;
		background: none;
	}
	.sub_menu_wrap .sub_menu ul > li a:hover {
		background: none;
	}
	.sub_menu_wrap li.is_current > a,
	.sub_menu_wrap li.is_current .head,
	.sub_menu_wrap li.is_active .head,
	.sub_menu_wrap li a:hover {
		text-decoration: none;
		background: none;
	}
	.sub_menu_wrap .sub_menu > ul > li > a,
	.sub_menu_wrap .sub_menu > ul > li .head {
		position: relative;
		padding-left: 15%;
		line-height: 1;
		height: 100% !important;
		display: block;
	}
	.sub_menu_wrap .sub_menu > ul > li > a {
		padding: 7% 0 7% 13.5%;
	}
	.sub_menu_wrap .sub_menu > ul > li > a::before,
	.sub_menu_wrap .sub_menu > ul > li .head::before {
		display: block;
		content: "";
		position: absolute;
		top: 0; bottom: 0; right: auto; left: 1%;
		width: 12.5%;
		max-width: 120px;
		height: 0;
		padding-top: 8%;
		margin: auto;
		background: no-repeat center center;
		background-size: contain;
	}
	.sub_menu_wrap .sub_menu > ul > li .table,
	.sub_menu_wrap .sub_menu > ul > li > a {
		border-bottom: 2px solid #4a4a4a;
	}
	.sub_menu_wrap ul > li:first-child > * {
		border-top: 2px solid #4a4a4a;
	}
	.sub_menu_wrap ul > li:first-child.link {
		display: table;
	}
	.sub_menu_wrap ul > li:first-child.link a {
		display: table-cell;
	}
	.sub_menu_wrap .sub_menu .under_list li a {
		padding: 6.5% 3% 6.5% 16%;
		line-height: 1.4;
		background: #4a4a4a;
	}
	.sub_menu_wrap .sub_menu .under_list li:not(:last-child) a {
		border-bottom: 2px solid #353535;
	}
	.sub_menu_wrap .sub_menu .under_list li br.pc {
		display: none;
	}
	.sub_menu_wrap .sub_menu .under_list li br.sp {
		display: block;
	}
	.sub_menu .accordion_btn_content::before {
		border-color: #fff;
	}
	/*.sub_menu_wrap .accordion_btn_content span {
		background-image: url('/common/images/icon_plus_white.png');
	}
	.sub_menu_wrap .accordion_btn.is_active .accordion_btn_content span {
		background-image: url('/common/images/icon_minus_white.png');
	}*/
	.sub_list {
		position: relative;
		padding: 0;
		background: none;
	}
	.sub_list {
		width: 100% !important;
	}
	.sub_list li {
		display: block;
		height: auto;
		width: 100%;
		border: none;
	}
	.sub_list li:not(:last-child)::after {
		display: none;
	}
	.sub_list li.sp {
		display: block;
	}
	.sub_list li a {
		display: block;
		height: auto !important;
		padding-left: 6%;
		text-align: left;
	}
	.sub_menu_wrap li.is_active a,
	.sub_menu_wrap li a:hover {
		box-shadow: none;
	}
	.sub_list li a:hover {
		opacity: 1;
		text-decoration: none;
	}
	.sub_list li span {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
@media screen and (max-width: 384px) {
	.sub_menu_wrap .sub_menu ul > li .brackets {
		margin-left: 0;
		font-size: 1.8rem;
	}
}

/*--------------
	.breadcrumb_area
--------------*/
.breadcrumb_area {
	background: #f0f0f0;
}
.breadcrumb_area .breadcrumb {
	margin-bottom: 4%;
	padding: 1.5% 0;
	font-size: 0;
}
.breadcrumb_area .breadcrumb a,
.breadcrumb_area .breadcrumb span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.1rem;
	line-height: 1;
	color: #000;
}
.breadcrumb_area .breadcrumb .bread_span::after,
.breadcrumb_area .breadcrumb a::after {
	display: inline-block;
	content: "\03e";
	margin: 0 5px;
}

@media screen and (max-width: 960px) {
	.breadcrumb_area {
		display: none;
	}
}

.page_title {
	margin-bottom: 30px;
	font-size: 3.8rem;
	font-weight: normal;
	line-height: 1;
	color: #01a0e9;
}

@media screen and (max-width: 960px) {
.page_title {
  margin: 5% 0 5%;
  padding-right: 9%;
	}
}

@media screen and (max-width: 640px) {
	.page_title {
		margin: 11% 0 34px;
		font-size: 5.2rem;
	}
}

/* ==========================================================================
	under not index page
========================================================================== */
/*--------------
	#fv
--------------*/
.not_index_page #fv .content_width {
	position: relative;
}
.not_index_page .page_title {
	/*margin-bottom: 0;*/
}
.not_index_page #fv h2 {
	margin-top: 0;
	font-size: 2.8rem;
	font-weight: normal;
}
.not_index_page #fv {
	margin-bottom: 50px;
}
.not_index_page #fv .mainimg {
	margin-bottom: 0;
}
.not_index_page #fv .mainimg img {
	width: 100%;
}

/* btn_page */
.btn_page {
	font-size: 1.3rem;
}
#fv .btn_page {
 margin-top: 1em;
 text-align: right;
}
.btn_page li, .btn_page li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	min-width: 150px;
}
.btn_page li + li {
	padding-left: 15px;
}
.btn_page li a,
.content .btn_page li a {
	color: #FFF;
	background: #01a0e9;
	padding: 5px 10px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
}
.content .btn_page li a {
	padding: 10px 15px;
}
.btn_page li a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

@media screen and (max-width: 1280px) {
	#fv .btn_page {
		right: 2%;
	}
}
@media screen and (max-width: 960px) {
	#fv .btn_page {
		right: 18%;
		display: none;
	}
	.btn_page {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 640px) {
	.btn_page,
	#fv .btn_page {
		position: relative;
		right: auto;
		top: auto;
		overflow: hidden;
	}
	.btn_page li,
	#fv .btn_page li {
		box-sizing: border-box;
		width: 48.5%;
		margin-right: 3%;
		float: left;
		min-width: 0;
	}
	.btn_page li:nth-of-type(n+3) {
		margin-top: 3%;
	}
	.btn_page li:nth-child(2n) {
		margin-right: 0;
	}
	.btn_page li + li {
		padding-left: 0;
	}
	.btn_page li a {
		display: block;
		min-width: 0;
		padding: 5px 0;
	}
}
@media screen and (max-width: 600px) {
	.not_index_page #fv {
		margin-bottom: 30px;
	}
	.not_index_page #fv h2,
	.btn_page {
		padding: 0 4%;
	}
	.not_index_page #fv h2 {
		font-size: 3.4rem;
		margin-bottom: 0;
		padding-left: 0;
	}

	.content .btn_page {
		padding: 0;
	}
	.content .btn_page li a {
		padding: 15px 0;
	}
	.sub_menu_btn {
		width: 55px;
		padding-bottom: 55px;
	}
}


/* btn_page2 */
.btn_page2 {
	font-size: 90%;
}
#fv .btn_page2 {
	position: absolute;
	right: 0;
	top: 40px;
}
.btn_page2 li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btn_page2 li + li {
	margin-left: 15px;
}
.btn_page2 li a {
	color: #01a0e9;
	text-decoration: underline;
}
.btn_page2 li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1280px) {
	#fv .btn_page2 {
		right: 2%;
	}
}
@media screen and (max-width: 960px) {
	#fv .btn_page2 {
		right: 18%;
	}
	#fv .btn_page2 li {
		padding-top: 1.4%;
		padding-bottom: 1.4%;
		background-position: left center;
	}
}
@media screen and (max-width: 640px) {
	#fv .btn_page2 {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 10px;
	}
}

/*--------------
	mCSB_scrollTools
--------------*/
.img_responsive {
	text-align: center;
}
.table_responsive {
	overflow-x: auto;
}
.table_responsive table {
	margin-bottom: 12px;
}
.img_responsive::-webkit-scrollbar,
.table_responsive::-webkit-scrollbar {
	width: 6px;
	background: #f2f2f2;
}
.img_responsive::-webkit-scrollbar:horizontal,
.table_responsive::-webkit-scrollbar:horizontal {
	height: 6px;
	background: #f2f2f2;
}
.img_responsive::-webkit-scrollbar-thumb,
.table_responsive::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #c2c2c2;
}
.img_responsive::-webkit-scrollbar-thumb:horizontal,
.table_responsive::-webkit-scrollbar-thumb:horizontal {
	border-radius: 3px;
	background: #c2c2c2;
}


@media screen and (max-width: 600px) {
	.img_responsive {
		text-align: left;
		overflow-x: auto;
		height: 386px;
	}
	.img_responsive img {
		width: auto;
		max-width: none;
		height: 100%;
		vertical-align: bottom;
	}
	.img_responsive img:after {
		content: "";
		display: block;
		height: 20px;
	}

	/* table_responsive */
	.table_responsive table {
		white-space: nowrap;
	}
}

/*--------------
	.content
--------------*/
.content {
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.5rem;
	padding-bottom: 80px;
}
.content_nobtm {
	padding-bottom: 0;
}

.content .box + .box {
	margin-top: -50px;
	padding-top: 100px;
}

.content .box .box + .box {
	margin-top: 30px;
}

/* bg_gray */
.bg_gray {
	background: #f5f5f5;
	padding: 5% 0;
	margin-top: 6%;
}

.bg_gray .title_index {
	margin-top: 0;
}

/* title */
.content .title_h2 {
	color: #01a0e9;
	font-size: 1.8rem;
	border-bottom: 1px solid #01a0e9;
	letter-spacing: 1px;
}

.content .title_h3 {
	color: #01a0e9;
	font-size: 1.9rem;
	margin-bottom: 15px;
}

.content .title_page {
	color: #01a0e9;
	font-size: 1.9rem;
	position: relative;
	padding-left: .9em;
}
.content .title_page:before {
	content: "[";
	position: absolute;
	left: 0;
	top: 0;
}
.content .title_page:after {
	content: "]";
	margin-left: .5em;
}

.content .title_sub {
	color: #01a0e9;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.content .title_sub + p {
	margin-top: 0;
}

.content .subtitle {
	font-size: 1.5rem;
}

.title_index {
	font-size: 2.3rem;
	font-weight: normal;
}

.content .box a {
	text-decoration: underline;
	color: #009FE8;
}
.content .box a:hover {
	text-decoration: none;
}

.ttl_logo {
	color: #01a0e9;
	font-size: 2rem;
}
.ttl_logo img {
	vertical-align: middle;
	margin-right: 20px;
}

.title_box {
	margin-bottom: 10px;
 font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
 .title_box {
  font-size: 2rem;
 }
}
@media screen and (max-width: 600px) {
 .title_box {
  font-size: 2.2rem;
 }
}

.txt_img_scroll {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.txt_img_scroll img {
	vertical-align: bottom;
}

@media screen and (max-width: 960px) {
	.content {
		font-size: 2rem;
	}
	.content .title_h2 {
		font-size: 2.4rem;
	}
	.content .title_h3,
	.content .title_page {
		font-size: 2.5rem;
	}
	.content .title_sub {
		font-size: 2.2rem;
	}
	.content .subtitle {
		font-size: 2.1rem;
	}

	.ttl_logo {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 600px) {
	.content {
		font-size: 2.2rem;
	}
	.content .title_h2 {
		font-size: 2.6rem;
	}
	.content .title_h3,
	.content .title_page {
		font-size: 2.7rem;
	}
	.content .title_sub {
		font-size: 2.4rem;
	}
	.content .subtitle {
		font-size: 2.3rem;
	}

	.content .box a[href^="tel:"] {
		color: #333;
		text-decoration: none;
	}

	/* bg_gray */
	.bg_gray {
		padding: 12% 0;
		margin-top: 13%;
	}

	.ttl_logo {
		font-size: 2.7rem;
	}
	.ttl_logo img {
		display: block;
		margin-right: 0;
	}

	.title_index {
		font-size: 3.4rem;
		margin-bottom: 10px;
	}
}

/*--------------
	parts
--------------*/
/* noteBox */
.noteBox {
	text-align: center;
	background: #E0F2FC;
	padding: 15px;
}
.noteBox p.title {
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 0;
	margin-bottom: 0;
}
.noteBox p.txt {
	margin-top: 10px;
	margin-bottom: 0;
}

/* icon */
.content .link,
.btn_page2 .link {
	padding-left: 25px;
	background-size: 17px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.content .link {
	margin-top: 10px;
}
.link_pdf {
	background-image: url(/common/images/icon_link_pdf.png);
}
.link_movie {
	background-image: url(/common/images/icon_link_movie.png);
}
.link_document {
	background-image: url(/common/images/icon_link_document.png);
}
.link_xls {
	background-image: url(/common/images/icon_link_xls.png);
}
.link_outside {
	background-image: url(/common/images/icon_link_outside.png);
}
.table_list .link {
	padding-top: 3px;
	padding-bottom: 3px;
}

/* list_item */
.list_item dt {
	font-weight: bold;
}
.list_item dd {
	margin-left: 0;
}
.list_item dd + dt {
	margin-top: 20px;
}

/* page_list */
.page_list li {
	margin-right: 3%;
	margin-top: 3%;
	width: 48.5%;
}
.page_list li:nth-child(2n) {
	margin-right: 0;
}
.page_list li:nth-of-type(-n+2) {
	margin-top: 0;
}

.page_list li > a {
	display: table;
	width: 100%;
	color: #000;
}
.page_list li > a:hover {
	text-decoration: none;
}
.page_list li > a .title {
	border: 1px solid #01a0e9;
	padding: 10px 60px 10px 10px;
	position: relative;
	height: 50px;
	line-height: 30px;
	box-sizing: border-box;
	font-size: 120%;
}
.page_list li > a:hover .title {
	background: #01a0e9;
	color: #FFF;
}
.page_list li > a .title:before {
	content: "";
	width: 49px;
	height: 48px;
	background: url(/common/images/arrow-page_list.png) center center no-repeat #01a0e9;
	background-size: 9px auto;
	position: absolute;
	right: 0;
	top: 0;
}
.page_list li > a .title span {
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-left: 5px solid #01a0e9;
	padding-left: 5px;
	font-weight: bold;
}
.page_list li > a:hover .title span {
	border-color: #FFF;
}

.page_list li .detail {
	padding: 25px 10px;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	box-sizing: border-box;
	width: 100%;
}
.page_list li .detail .thum {
	width: 19%;
	padding-right: 15px;
}
.page_list li .detail .thum img {
	vertical-align: middle;
	border: 1px solid #DDD;
}

.page_list li .detail .txt .link a {
	color: #01a0e9;
	text-decoration: underline;
}
.page_list li .detail .txt .link a:hover {
	text-decoration: none;
}

/* page_link */
.page_link li + li {
	margin-left: 30px;
}
.page_link li a {
	color: #01a0e9;
	text-decoration: underline;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 110%;
}
.page_link li a:hover {
	text-decoration: none;
}
.page_link li a[target=_blank] {
	padding-left: 35px;
	background: url(/common/images/icon_blank.png) left center no-repeat;
	background-size: 20px auto;
}

/* table_list */
.table_list {
	border-collapse: separate;
	border-spacing: 0;
}
.table_list.w100 {
	width: 100%;
	box-sizing: border-box;
}
.table_list th,
.table_list td {
	padding: 10px;
	line-height: 1.2;
}

.table_list thead th,
.table_list tbody th {
	font-weight: normal;
	white-space: nowrap;
	color: #FFF;
	background: #01a0e9;
	border-bottom: 1px solid #FFF;
}
.table_list thead th + th {
	border-left: 1px solid #FFF;
}
.table_list tbody th {
	text-align: left;
	border-right: 1px solid #FFF;
}
.table_list tbody th:last-of-type {
	border-right: 0;
}
.table_list tbody tr:last-child th {
	border-bottom: 0;
}
.table_list tbody tr:first-child td {
	border-top: 1px dotted #333;
}
.table_list thead + tbody tr:first-child td {
	border-top: 0;
}
.table_list tbody td {
	border-bottom: 1px dotted #333;
}
.table_list tbody td:nth-of-type(2n) {
	background: #F0F0F0;
}

.table_list .num {
	text-align: right;
}
.table_list .align-center {
	text-align: center;
	width: auto;
}

.table_list .link:first-child {
	margin-top: 0;
}

/* att_table */
.att_table {
	margin-top: 15px;
	font-size: 90%;
}
.att_table .title {
	vertical-align: top;
	padding-right: 5px;
}

/* img_list */
.img_list li {
	margin-right: 3%;
	width: 48.5%;
}
.img_list li:nth-child(2n) {
	margin-right: 0;
}
.img_list li:nth-of-type(n+3) {
	margin-top: 3%;
}
.img_list li img {
	vertical-align: bottom;
}

.tab {
	display: none;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}

/* recommend_list */
.recommend_list li {
	display:inline-block;
	margin-right:4%;
	margin-bottom:20px;
}

@media screen and (max-width: 960px) {
	.noteBox p.title {
		font-size: 2.4rem;
	}
	.tab {
		display: block;
	}
	.page_list li > a:hover .title {
		color: #000;
		background: transparent;
	}
	.page_list li > a:hover .title span {
		border-color: #01a0e9;
	}
}
@media screen and (max-width: 960px) and (min-width: 601px) {
	.page_link li a[target=_blank] {
		padding-left: 25px;
		background-size: 15px auto;
	}
}
@media screen and (min-width: 601px) {
	.table_list tbody th {
		width: 230px;
	}
	.table_list .date {
		width: 180px;
	}
	.table_list .place {
		width: 340px;
	}
}
@media screen and (max-width: 600px) {
	.noteBox {
		text-align: left;
	}

	/* page_list */
	.page_list li {
		margin-right: 0;
		width: 100%;
	}
	.content .page_list li + li {
		margin-top: 15px;
	}
	.page_list li > a .title {
		font-size: 180%;
		/* white-space: nowrap; */
	}
	.page_list li .detail {
		padding: 15px 10px;
	}
	.page_list li .detail .thum {
		width: 30%;
	}
	.page_list li .detail .txt {
		font-size: 160%;
	}

	/* page_link */
	.page_link li {
		display: block;
	}
	.page_link li a {
		font-size: 2.4rem;
	}
	.page_link li + li {
		margin-left: 0;
		margin-top: 10px;
	}

	/* table_list */
	.table_list.w100 {
		width: auto;
	}

	/* img_list */
	.img_list li {
		margin-right: 0;
		width: 100%;
		margin-top: 3%;
	}

	.tab {
		display: none;
	}

	/* recommend_list */
	.recommend_list li {
		display:block;
	}
}


/*--------------
	contentBox(form)
--------------*/
.contentBox {
	border: 1px solid #CCC;
	padding: 20px 60px;
	margin-bottom: 20px;
}

.color_required {
	color: #dd0000;
}

.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}

/* table_form */
.table_form {
	width: 100%;
	border-collapse: collapse;
}
.table_form th,
.table_form td {
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table_form th {
	font-weight: normal;
}
.table_form td {
	letter-spacing: -0.4em;
	position: relative;
	padding-left: 45px;
	padding-right: 6%;
}

.table_form td p {
	font-size: 1.4rem;
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.table_form .seibetsu {
	font-size: 1.4rem;
	letter-spacing: normal;
}

.table_form .name,
.table_form .business {
	padding-left: 0;
}

.table_form td .inputWrap + .inputWrap {
	margin-top: 10px;
}

.table_form td .ttl {
	text-align: right;
	width: 7%;
	margin-right: 2%;
	white-space: nowrap;
}
.table_form td .inputArea {
	width: 100%;
}
.table_form td .ttl + .inputArea {
	width: 91%;
}
.table_form .name .ttl + .inputArea {
	width: 41%;
}

.table_form td .inputArea .input {
	box-sizing: border-box;
	width: 100%;
	border: 0;
	box-shadow: 0 0 0 transparent;
	background: #f0f0f0;
	height: 35px;
	line-height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: bottom;
	border-radius: 0;
}

.table_form td label {
	margin-right: 10px;
	cursor: pointer;
	min-width: 14%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.table_form td input[type=radio] {
	display: none;
}
.table_form td input[type=radio] + label:before {
	content: "○";
	color: #CCC;
	margin-right: 5px;
	font-size: 130%;
}
.table_form td input[type=radio]:checked + label:before {
	content: "●";
	color: #01a0e9;
}

.table_form td .note {
	position: absolute;
	right: 0;
	top: 10px;
	width: 7%;
	white-space: nowrap;
}

.table_form td .attention {
	font-size: 1.3rem;
	line-height: 1.5;
}

.table_form .tel .inputArea {
	width: 30%;
}
.table_form .hyphen {
	width: 5%;
	text-align: center;
}

.table_form td textarea {
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	border: 0;
	box-shadow: 0 0 0 transparent;
	background: #f0f0f0;
	resize: none;
	vertical-align: bottom;
	border-radius: 0;
}

.content .table_form td .number {
	width: 145px;
	margin-right: 10px;
}

.form_button {
	text-align: center;
	font-size: 90%;
	margin-top: 35px;
}
.form_button button {
	color: #FFF;
	background: #01a0e9;
	padding: 10px 20px;
	cursor: pointer;
	border: 0;
	white-space: nowrap;
}
.form_button button:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.table_form td .selectArea select {
	background: url(/seikyu/images/bg_select.png) right center no-repeat #f0f0f0;
	background-size: 25px auto;
	padding: 5px 35px 5px 10px;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 30%;
	border-radius: 0;
}
.table_form td .selectArea select::-ms-expand {
	display: none;
}

@media screen and (max-width: 1190px) {
	.content .contentBox {
		padding: 20px 30px;
	}
}

@media screen and (max-width: 960px) {
	.table_form td p,
	.table_form .seibetsu {
		font-size: 2rem;
	}
	.table_form td .attention {
		font-size: 1.8rem;
		margin-top: 10px;
	}
}

@media screen and (max-width: 700px) {
	.content .contentBox {
		padding: 10px 20px;
	}
}

@media screen and (min-width: 601px) {
	/* Chrome, Safari 5+, Opera 15+, iOS, Android */
	.content ::-webkit-input-placeholder {
		color: transparent;
	}
	/* Firefox 18- */
	.content :-moz-placeholder {
		color: transparent;
		opacity: 1;
	}
	/* Firefox 19+ */
	.content ::-moz-placeholder {
		color: transparent;
		opacity: 1;
	}
	/* IE 10+ */
	.content :-ms-input-placeholder {
		color: transparent;
	}
	/* IE Edge */
	.content ::-ms-input-placeholder {
		color: transparent;
	}
}

@media screen and (max-width: 600px) {

	.content .contentBox {
		padding: 0 10px;
	}

	.table_form tbody,
	.table_form tr, .table_form th, .table_form td {
		display: block;
		width: auto;
	}
	.content .table_form th {
		font-weight: bold;
		line-height: 1.5;
		width: auto;
	}

	.table_form td .note,
	.table_form td .note_sp {
		position: relative;
		top: auto;
		right: auto;
		text-align: right;
		width: auto;
		display: block;
		line-height: 1.7;
	}

	.table_form td .attention {
		font-size: 2rem;
		margin-top: 0;
	}

	.table_form td .ttl {
		width: 10%;
		margin-right: 3%;
		white-space: nowrap;
	}
	.table_form td .ttl + .inputArea {
		width: 87%;
	}
	.content .table_form .name .ttl + .inputArea {
		width: 37%;
	}

	.table_form td .inputArea .input,
	.table_form td textarea,
	.table_form td .selectArea select {
		font-size: 16px;
	}

	.content .table_form td .number {
		width: 48%;
		text-align: center;
	}
	.table_form td .change_button {
		width: 50%;
		font-size: 2.4rem;
		text-align: right;
	}
	.table_form td .number.inputArea {
		width: 100%;
		text-align: left;
	}

	.table_form td input[type=radio] + label:before {
		font-size: 120%;
	}
	.table_form td label {
		width: 28%;
	}
}


@media screen and (max-width: 960px) {
	body.is_active.for-sub .header {
		position: absolute;
	}
	body.is_active.for-sub .container {
		background: #353535;
	}
	.sub_menu_wrap {
		z-index: 9998;
	}
	body.is_active.for-sub.for-sp .sub_menu_wrap {
		display: none;
	}
	.sub_menu_wrap.is_active {
		position: absolute;
		height: auto;
	}
	.sub_menu_wrap::before {
		display: none;
	}
	.sub_menu_wrap .sub_menu.is_active {
		box-sizing: border-box;
	}
	body.is_active.for-sp .sub_menu_btn {
		display: none;
	}
}

/*--------------
	additional
--------------*/
.table_backnum tbody th,
.table_backnum tbody td {
	text-align: center;
}
.table_backnum tbody th {
	width: 100px;
}
.table_backnum tbody .date {
	width: 150px;
}
.table_backnum tbody .link-area {
	width: 256px;
}
.table_backnum tbody .link-area span {
	position: relative;
}
.table_backnum tbody .link-area .movie {
	padding-left: 24px;
}
.table_backnum tbody .link-area .pdf {
	padding-left: 16px;
}
.table_backnum tbody .link-area span::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; bottom: 0; left: 0;
	margin: auto;
	background: no-repeat center center;
	background-size: cover;
}
.table_backnum tbody .link-area .movie::before {
	width: 16px;
	height: 10px;
	background-image: url('/common/images/icon_movie.png');
}
.table_backnum tbody .link-area .pdf::before {
	width: 12px;
	height: 16px;
	background-image: url('/common/images/icon_pdf.png');
}

@media screen and (max-width: 640px) {
	.table_backnum tbody .link-area .movie {
		display: inline-block;
		margin-bottom: 8px;
	}
}

.question_list {
	margin: 0;
}
.question_list dt,
.question_list dd {
	position: relative;
	padding: 20px 20px 20px 90px;
}
.question_list dt .num,
.question_list dd .num {
	font-size: 2.5rem;
	position: absolute;
	left: 20px;
	top: 12px;
}

.question_list dt {
	padding-right: 13%;
	background: url(/ir/question/images/arrow_off.png) right 2% top 50% no-repeat;
	background-size: 3% auto;
	border-bottom: 1px solid #f0f0f0;
}

.question_list dt .num {
	color: #01a0e9;
}

.question_list dd {
	margin-left: 0;
	background: #f0f0f0;
}
.question_list dd {
	padding-top: 0;
	padding-bottom: 0;
	height: 0;
	min-height: 0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.question_list dd + dt {
	margin-top: 0;
}
.question_list dt.on {
	background-image: url(/ir/question/images/arrow_on.png);
}
.question_list dt.on + dd {
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	min-height: 30px;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.question_list dd p {
	margin: 0;
}
.question_list dd p + p {
	margin-top: 10px;
}

.question_list dd .txt_small {
	font-size: 90%;
}

@media screen and (max-width: 600px) {
	.question_list dt,
	.question_list dd {
		padding-left: 17%;
	}
	.question_list dt {
		padding-right: 13%;
		background-position: right 4% top 50%;
		background-size: 6.5% auto;
		font-size: 2.7rem;
	}
	.question_list dt .num,
	.question_list dd .num {
		font-size: 3.2rem;
		left: 4%;
	}
	.question_list dt .num {
		top: 18px;
	}
	.question_list dd .num {
		top: 15px;
	}
}

/*追加CSS*/
p.document_date {
	margin-bottom: 1px;
}
ul.document_date_list {
	list-style: none;
}
ul li.document_date_list::before {
  content: "※";
  margin-right: 0.5rem;
}
li.document_date_list {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
