@charset "utf-8";
/************************************************************************************************************************************
	全ページ共通パーツ的レイアウトのクラスによる適用
************************************************************************************************************************************/
.inner_box {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.is_index .inner_box {
	max-width: 960px;
}
.is_lower .inner_box {
	max-width: 960px;
}


.section {
	margin-bottom: 75px;
}
.section:last-child {
	margin-bottom: 75px;
}
.section .section:not(:last-child) {
	margin-bottom: 75px;
}
.section .section:last-child {
	margin-bottom: 0px;
}


.inner_section {
	margin-bottom: 40px;
}
.inner_section:last-child {
	margin-bottom: 0px;
}


.nest {
	padding-left: 10px;
	padding-right: 10px;
}
.nest.nestbox {
	margin-bottom: 27px;
}


@media print, screen and (min-width: 768px) {
	.nest>.nest {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 767px) {
	.inner_box {
		width: 100%;
		width: calc(100% - 30px);
		max-width: none;
		max-width: auto;
		max-width: inherit;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.section:last-child {
		margin-bottom: 95px;
	}

	.nest {
		-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}




/** lower_mv *****************************************************************/
#lower_mv {
	overflow: hidden;
	position: relative;
	padding: 140px 0 55px;
	background-color: #f2f7f9;
	background-image: url('../img/lower_mv_bg.png');
	background-size: 681px 300px;
	background-position: right bottom;
	background-repeat: no-repeat;
}


#lower_mv .ttl {
	line-height: 1;
	text-align: left;
}
#lower_mv .ttl span {
	display: block;
	margin: 0 auto;
}
#lower_mv .ttl .ja {
	position: relative;
	color: #00a0e9;
	font-size: 35px;
	font-weight: 700;
	padding-bottom: 46px;
}
#lower_mv .ttl .en {
	color: #666666;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Century Gothic', CenturyGothic, 'Futura', Futura , AppleGothic, "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
	text-transform: uppercase;
}

#lower_mv .ttl .ja::after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 24px;
	display: block;
	width: 40px;
	height: 4px;
	background-color: #00a0e9;
}


@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 1380px) {
}
@media print, screen and (min-width: 768px) and (max-width: 1380px) {
}
@media screen and (max-width: 767px) {
	#lower_mv {
		padding: 55px 0 35px;
		background-image: url('../img/lower_mv_bg_sp.png');
		background-size: 307.33333333333333333333333333333px 100%;
		background-position: right -50px bottom;
	}
	#lower_mv .ttl .ja {
		font-size: 28px;
		line-height: 1.2;
	}
	#lower_mv .ttl .en {
		font-size: 13px;
	}
}
@media screen and (max-width: 330px) {
}








/** #main_content *****************************************************************/
.is_lower #main_content {
}

@media print, screen and (min-width: 768px) {

}
@media print, screen and (min-width: 1380px) {
}
@media print, screen and (min-width: 768px) and (max-width: 1380px) {
}
@media screen and (max-width: 767px) {
}








/** #breadcrumb *****************************************************************/
#breadcrumb {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 11px 0 0px;
	margin: 0px 0 80px;
	background-color: #00a0e9;
}
#breadcrumb ul {
	position: relative;
	letter-spacing: -0.4em;
	line-height: 1;
}
#breadcrumb ul::after {
	content: ' ';
	display: block;
	clear: both;
	z-index: ;
	width: 1px;
	height: 1px;
}
#breadcrumb ul li {
	display: inline-block;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: normal;
	vertical-align: middle;
	padding: 0;
	padding-bottom: 8px;
}

#breadcrumb ul li::after {
	content: " ";
	display: inline-block;
	position: relative;
	top: 0px;
	width: 5px;
	height: 8px;
	margin: 0 9px 0 13px;
	background-image: url('../img/icon_arrow-white_5-8.png');
	background-size: 5px 8px;
	background-position: center center;
	background-repeat: no-repeat;
}
#breadcrumb ul li:last-child::after {
	display: none;
}

#breadcrumb ul li a {
	color: #FFF;
}
#breadcrumb ul li:first-child a {
	display: inline-block;
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 25px;
	height: 25px;
	padding: 0 11px;
	background-color: #ffffff;
}


@media print, screen and (min-width: 768px) {
	#breadcrumb {
		z-index: 100;
	}
}

@media screen and (max-width: 767px) {
	#breadcrumb {
		margin-bottom: 60px;
	}
}




/** .common_ttl1 *****************************************************************/
.common_ttl1 {
	position: relative;
	color: #00a0e9;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	padding-bottom: 24px;
	margin-bottom: 50px;
}
.common_ttl1::before, 
.common_ttl1::after {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 4px;
}
.common_ttl1::before {
	margin-left: -40px;
	background-color: #00a0e9;
}
.common_ttl1::after {
	background-color: #d9edf6;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.common_ttl1 {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 40px;
	}
}




/** .common_ttl2 *****************************************************************/
.common_ttl2 {
	position: relative;
	color: #00a0e9;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	padding-left: 22px;
	margin-bottom: 40px;
}
.common_ttl2::before {
	content: " ";
	display: block;
	position: absolute;
	top:0;	bottom:0;
	left: 0;
	width: 4px;
	height: 100%;
	margin: auto;
	background-color: #00a0e9;
}

.common_ttl2.type2.line2 {
	line-height: 1.4;
}


@media print, screen and (min-width: 768px) {
	.common_ttl2.type2 {
		min-height: 65px;
	}
	.common_ttl2.type2.line1 {
		line-height: 65px;
	}
}
@media screen and (max-width: 767px) {
	.common_ttl2 {
		font-size: 18px;
		margin-bottom: 35px;
	}
	.common_ttl2.type2.line2 {
		min-height: 52px;
	}
}




/** .common_ttl3 *****************************************************************/
.common_ttl3 {
	position: relative;
	color: #00a0e9;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 11px;
	margin-bottom: 24px;
	border-bottom: solid 4px #d9edf6;
}
.common_ttl3::after {
	content: " ";
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 50px;
	height: 4px;
	background-color: #00a0e9;
}

.common_ttl3 .wrap {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-right: 15px;
}
.common_ttl3 .wrap::before, 
.common_ttl3 .wrap::after {
	content: " ";
	position: absolute;
	top:0;bottom:0;margin: auto;
	display: block;
	width: 9px;
	height: 9px;
	background-image: url('../img/icon_common_ttl3.png');
	background-size: 9px 9px;
	background-position: center center;
	background-repeat: no-repeat;
}
.common_ttl3 .wrap::before {
	left: 4px;
}
.common_ttl3 .wrap::after {
	right: 0px;
}

@media print, screen and (min-width: 768px) {
	.common_ttl3.line2 {
		padding-top: 14px;
		padding-bottom: 23px;
	}
}
@media screen and (max-width: 767px) {
	.common_ttl3 {
		font-size: 16px;
		line-height: 1.2;
	}
}




/** .common_ttl4 *****************************************************************/
.common_ttl4 {
	position: relative;
	color: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0px;
}

@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.common_ttl4 {
		font-size: 16px;
		line-height: 1.2;
	}
}

/** .common_ttl5 *******************2020.0521追加*****************************/
.common_ttl5 {
	position: relative;
	color: #00a0e9;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	padding-top: 24px;
	/*margin-bottom: 24px;*/
}


/** .is_lower .text *****************************************************************/
.is_lower .text {
	color: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.4px;
	margin-bottom: 12px;
}
.is_lower .text.center {
	text-align: center;
}
.is_lower .text.right {
	text-align: right;
}
.is_lower .text.indent_left {
	padding-left: 1em;
}
.is_lower .text:last-child {
	margin-bottom: 0;
}
.is_lower .text .large {
	font-size: 18px;
}
.is_lower .text .small {
	font-size: 14px;
}
.is_lower .text .bold {
	font-weight: 700;
}
.is_lower .text .italic {
	font-style: italic;
}
.is_lower .text .color {
	color: #00a0e9;
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.is_lower .text {
		font-size: 14px;
	}
	.is_lower .text .small {
		font-size: 12px;
	}
}







/** .is_lower .indent *****************************************************************/
.is_lower .indent {
	position: relative;
	color: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.4px;
	padding-left: 15.4px;
	margin-bottom: 4px;
}
.is_lower .indent:not(.asterisk)::before {
	content: " ";
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 9px;
	height: 9px;
	background-color: #222222;
}

.is_lower .indent.asterisk.ast1 {
	padding-left: 18px;
}
.is_lower .indent.asterisk.ast2 {
	padding-left: 33px;
}
.is_lower .indent.asterisk .icon {
	position: absolute;
	top: 0px;
	left: 0;
}

.is_lower .indent .small {
	font-size: 12px;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 320px) {
}






/** .is_lower . *****************************************************************/
.is_lower . {
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 320px) {
}






/** .is_lower .common_list *****************************************************************/
.is_lower .common_list {
}
.is_lower .common_list li {
}

.is_lower .designbox2.common_list {
	padding: 30px 40px 26px 40px;
}
.is_lower .common_list li.indent {
	font-size: 18px;
}
.is_lower .common_list li.indent::before {
	content: " ";
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width: 9px;
	height: 9px;
	background-color: transparent;
	background-image: url('../img/icon_common_ttl3.png');
	background-size: 9px 9px;
	background-position: center center;
	background-repeat: no-repeat;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.is_lower .designbox2.common_list {
		padding: 20px 15px 20px 15px;
	}
	.is_lower .common_list li.indent {
		font-size: 15px;
	}
	.is_lower .common_list li.indent::before {
		top: 11px;
	}
}






/** .common_button *****************************************************************/
.common_button {
	letter-spacing: calc(20px - 0.7em);
}

.common_button a {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 80px;
	letter-spacing: 0px;
	width: 280px;
	height: 80px;
	text-align: center;
	background-size: 8px 14px;
	background-position: right 22px center;
	background-repeat: no-repeat;
}

.common_button a.blue {
	color: #FFF;
	background-color: rgba(80, 50, 255 , 0.851);
	background-image: url('../img/icon_arrow-white_8-14.png');
}
.common_button a.white {
	color: #0075ab;
	background-color: rgba(255, 255, 255 , 0.851);
	background-image: url('../img/icon_arrow-blue_8-14.png');
}
.is_lower .common_button a.blue {
	background-color: rgba(80, 50, 255 , 1);
}
.is_lower .common_button a.white {
	background-color: rgba(255, 255, 255 , 1);
}

.common_button.contact {
}
.common_button.contact a {
	position: relative;
	color: #FFF;
	font-size: 20px;
	line-height: 100px;
	max-width: 100%;
	width: 500px;
	height: 100px;
	background-size: 100% 100%;
	background-position: center center;
	background-image: -moz-linear-gradient( 0deg, rgba(80, 50, 255, 0.85) 0%, rgba(23, 0, 255, 0.85) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgba(80, 50, 255, 0.85) 0%, rgba(23, 0, 255, 0.85) 100%);
	background-image: -ms-linear-gradient( 0deg, rgba(80, 50, 255, 0.85) 0%, rgba(23, 0, 255, 0.85) 100%);
}
.common_button.contact a::before {
	content: " ";
	display: inline-block;
	width: 25px;
	height: 17px;
	margin-right: 17px;
	margin-bottom: -2px;
	background-image: url('../img/header_icon_mail.png');
	background-size: 25px 17px;
	background-position: center center;
	background-repeat: no-repeat;
}
.common_button.contact a::after {
	content: " ";
	position: absolute;
	top:0; bottom:0;
	right: 22px;
	display: block;
	width: 8px;
	height: 14px;
	margin: auto;
	background-image: url('../img/icon_arrow-white_8-14.png');
	background-size: 8px 14px;
	background-position: center center;
	background-repeat: no-repeat;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.common_button {
		text-align: center;
	}
	.common_button a:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 320px) {
}






/** .designbox1 *****************************************************************/
.designbox1 {
	position: relative;
	padding: 40px 40px 30px 40px;
	border-top: solid 3px #cbcbcb;
	border-bottom: solid 3px #cbcbcb;
}
.designbox1::after, 
.designbox1::before {
	content: " ";
	position: absolute;
	top:0;
	display: block;
	width: 4px;
	height: 100%;
	background-image: url('../img/bg_pattern_01.png');
	background-size: 4px 12px;
	background-position: center top;
	background-repeat: repeat-repeat-y;
}
.designbox1::after {
	left: 0;
}
.designbox1::before {
	right: 0;
}


@media print, screen and (min-width: 768px) {
	.designbox1 .inner_section:not(:last-child) {
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 767px) {
	.designbox1 {
		padding: 30px 20px 25px 20px;
	}
}
@media screen and (max-width: 320px) {
}






/** .designbox2 *****************************************************************/
.designbox2 {
	position: relative;
	padding: 8px 15px;
	background-color: #f2f7f9;
}

#business_lower .designbox2.mgb {
	margin-bottom: 57px;
}

@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.designbox2 {
		padding: 15px 15px;
	}
}
@media screen and (max-width: 320px) {
	.designbox2 {
		padding: 15px 5px;
	}
}






/** .column_2 *****************************************************************/
.column_2 {
	display:-webkit-box;
	display:-webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.column_2 .item {
	position: relative;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
}
.column_2 .item:not(.section):not(.inner_section) {
	margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
	.column_2 {
	}
	.column_2>.item {
		width: 470px;
	}
}
@media screen and (max-width: 767px) {
	.column_2>.item {
		width: 100%;
	}
}




/** .column_3 *****************************************************************/
.column_3 {
}
.column_3>.item {
	position: relative;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
}


.column_3 .common_ttl3 {
	line-height: 1;
	padding-bottom: 8px;
}
.column_3 .common_list {
	margin-bottom: 20px;
}


@media print, screen and (min-width: 768px) {
	.column_3 {
		display:-webkit-box;
		display:-webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.column_3>.item {
		width: 33.333333333333333333333333333333333333%;
	}
}
@media screen and (max-width: 767px) {
}






/** .img_float_box *****************************************************************/
.img_float_box {
}
.img_float_box::after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

.img_float_box .left  {	margin: 0 auto 10px;	}
.img_float_box .right {	margin: 0 auto 10px;	}

@media print, screen and (min-width: 768px) {
	.img_float_box .left  {	float: left;	width: 680px;	}
	.img_float_box .right {	float: right;	}

	.img_float_box.rev .left  {	width: auto;	}
	.img_float_box.rev .right {	width: 665px;	}
}
@media screen and (max-width: 767px) {
}






/** .common_table *****************************************************************/
table.common_table {
	position: relative;
	display: block;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	width: 100%;
	margin: 0 auto 0;
}
table.common_table tbody {
	display: table;
	width: 100%;
}

table.common_table tbody th, 
table.common_table tbody td {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6666666666666666666666666666667;
	text-align: left;
	vertical-align: top;
}

table.common_table tbody th {
	color: inherit;
	white-space: nowrap;
	padding: 26px 18px 26px 18px;
	background-color: inherit;
	border-bottom: dotted 4px #d9edf6;
}

table.common_table tbody td {
	color: #666666;
	padding: 26px 18px 26px 18px;
	background-color: inherit;
	border-bottom: solid 4px #d9edf6;
}


table.common_table .small {
	font-size: 12px;
}
table.common_table .bold {
	font-weight: 700;
}


table.common_table:not(.is_braek) tbody tr td:nth-child(3) {
	width: 50%;
	border-left: solid 10px #FFF;
}
table.common_table:not(.is_braek) tbody tr td:not(:last-child):nth-child(2) {
	width: 50%;
}


#business_lower table.common_table tbody th, 
#business_lower table.common_table tbody td {
	font-size: 14px;
}
#business_lower table.common_table tbody th {
	padding: 20px 14px 20px 10px;
}
#business_lower table.common_table tbody td {
	padding: 20px 4px 20px 4px;
}


@media print, screen and (min-width: 768px) {
	table.common_table tbody th {
		width: 94px;
	}
	#company table.common_table tbody th {
		width: 84px;
	}


	table.common_table tbody tr:first-child th, 
	table.common_table tbody tr:first-child td {
		padding-top: 0;
	}
}
@media screen and (max-width: 767px) {
	/** :not(.is_braek) *****************************************************************/
	table.common_table:not(.is_braek) tbody th {
		width: auto;
		line-height: 2;
		padding-right: 5px;
		padding-left: 5px;
	}
	table.common_table:not(.is_braek) tbody td {
		line-height: 2;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	table.common_table:not(.is_braek) tbody th, 
	table.common_table:not(.is_braek) tbody td {
		font-size: 12px;
	}
	table.common_table:not(.is_braek) tbody tr:first-child th, 
	table.common_table:not(.is_braek) tbody tr:first-child td {
		padding-top: 0;
	}
	/** .is_braek *****************************************************************/
	table.common_table.is_braek, 
	table.common_table.is_braek tbody, 
	table.common_table.is_braek tbody tr, 
	table.common_table.is_braek tbody th, 
	table.common_table.is_braek tbody td {
		display: block;
	}
	table.common_table.is_braek tbody th, 
	table.common_table.is_braek tbody td {
		font-size: 14px;
		padding-right: 10px;
		padding-left: 15px;
	}
	table.common_table.is_braek tbody th {
		padding-top: 16px;
		padding-bottom: 8px;

padding-bottom: 0;
border-bottom: 0;

	}
	table.common_table.is_braek tbody td {
		padding-top: 8px;
		padding-bottom: 16px;
	}
}








/** .common_table_2 *****************************************************************/
table.common_table_2 {
	position: relative;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	width: 100%;
	margin: 0 auto 0;
	border-top: solid 2px transparent;
}
table.common_table_2::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #00a0e9;
}


table.common_table_2 thead th {
	position: relative;
	color: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 20px 5px 20px 5px;
	background-color: inherit;
	border-bottom: dotted 4px #d9edf6;
}
table.common_table_2 thead th.line2 {
	line-height: 1.5;
}

table.common_table_2.cols2 thead th {
	width: 50%;
}
table.common_table_2.cols3 thead th {
	width: 150px;
}
table.common_table_2.cols3 thead th:nth-child(3) {
	width: 120px;
}

table.common_table_2.border-none {
	margin-top: -10px;
}
table.common_table_2.border-none::before {
	display: none;
}
table.common_table_2.border-none thead th {
	padding-top: 0;
}



table.common_table_2 tbody td {
	position: relative;
	color: #666666;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	padding: 26px 5px 26px 5px;
	background-color: inherit;
	border-bottom: solid 4px #d9edf6;
}


table.common_table_2 tbody tr.row2_top td:not(:first-child) {
	padding-bottom: 10px;
	border-bottom: solid 2px #FFF;
}
table.common_table_2 tbody tr.row2_bottom td {
	padding-top: 10px;
}

table.common_table_2 tbody tr.row2_top td:not(:first-child)::after {
	content: " ";
	position: absolute;
	left:0; right:0;
	bottom: -2px;
	display: block;
	max-width: 100px;
	width: 100%;
	height: 2px;
	margin: auto;
	background-color: #f2f7f9;
}




table.common_table_2 thead th:nth-child(1), 
table.common_table_2 tbody td:nth-child(1) {
	border-right: solid 10px #FFF;
}
table.common_table_2.cols3 thead th:nth-child(3), 
table.common_table_2.cols3 tbody td:nth-child(3) {
	border-left: solid 10px #FFF;
}




@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	table.common_table_2 thead th {
		width: auto;
	}
	table.common_table_2 tbody td {
	}
	table.common_table_2 thead th, 
	table.common_table_2 tbody td {
		font-size: 12px;
	}
}








/** .common_table_3 *****************************************************************/
table.common_table_3 {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	width: 100%;
	margin: 0 auto 0;
}

table.common_table_3 tbody th {
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	padding: 12px 20px 12px 20px;
	background-color: #0980b7;
	border-top: solid 2px #0980b7;
	border-bottom: solid 2px #d9edf6;
}

table.common_table_3 tbody td {
	color: #666666;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 33%;
	padding: 12px 20px 12px 20px;
	background-color: #FFF;
	border-top: solid 2px #d9edf6;
	border-bottom: solid 2px #d9edf6;
	border-right: solid 2px #d9edf6;
}


table.common_table_3 tbody tr:last-child th {
	border-bottom: solid 2px #0980b7;
}


#business_lower table.common_table_3 tbody tr th {
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	padding: 12px 8px 12px 8px;
}
#business_lower table.common_table_3 tbody tr td {
	font-size: 14px;
	line-height: 1.2;
	padding: 12px 8px 12px 8px;
}
#business_lower table.common_table_3 tbody tr td:first-child:last-child {
	line-height: 1.4;
	text-align: left;
	padding-left: 15px;
	border-left: solid 2px #d9edf6;
}


@media print, screen and (min-width: 768px) {
	#business_lower table.common_table_3 tbody tr th, 
	#business_lower table.common_table_3 tbody tr td {
		height: 38px;
	}
}
@media screen and (max-width: 767px) {
	table.common_table_3 tbody th {
		font-size: 14px;
		padding: 12px 10px 12px 10px;
	}
	table.common_table_3 tbody td {
		font-size: 14px;
		padding: 12px 10px 12px 10px;
	}

	#business_lower table.common_table_3 {
		width: 470px;
	}
}








/** .common_table_4 *****************************************************************/
table.common_table_4 {
	position: relative;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	width: 100%;
	margin: 0 auto 0;
	border: solid 1px #ccc;
}


table.common_table_4 thead th {
	position: relative;
	color: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 10px 5px 10px 5px;
	background-color: #f2f7f9;
	border: solid 1px #ccc;
}
table.common_table_4 thead th.line2 {
	line-height: 1.5;
}

table.common_table_4.cols4 thead th {
	width: 25%;
}
table.common_table_4.cols5 thead th {
	width: 20%;
}




table.common_table_4 tbody td {
	position: relative;
	color: #666666;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	padding: 12px 5px 12px 5px;
	background-color: #FFF;
	border: solid 1px #ccc;
}
table.common_table_4 tbody td.line2 {
	padding: 4px 5px 4px 5px;
}
table.common_table_4 tbody td .small {
	font-size: 11px;
}

table.common_table_4 tbody td.notets {
	line-height: 1.5;
	text-align: left;
	padding-left:  10px;
	padding-right: 10px;
}
table.common_table_4 tbody td.notets .indent {
	line-height: 1.5;
}

table.common_table_4 tbody td.notets .indent:not(.asterisk)::before {
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}





@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	table.common_table_4 thead th, 
	table.common_table_4 tbody td {
		font-size: 12px;
	}

	table.common_table_4 tbody td .small {
		font-size: 10px;
	}

	table.common_table_4 tbody td.notets .indent {
		font-size: 12px;
	}
}








/** .img_float_box *****************************************************************/
@media screen and (max-width: 767px) {
	.table_wrap .inner {
		overflow: auto;
		white-space: nowrap;
	}
	.table_wrap .inner::-webkit-scrollbar {
		overflow:hidden;
		width:5px;
		background:#eee;
		-webkit-border-radius:3px;
		border-radius:3px;
	}
	.table_wrap .inner::-webkit-scrollbar:horizontal {
		height:5px;
	}
	.table_wrap .inner::-webkit-scrollbar-button {
		display:none;
	}
	.table_wrap .inner::-webkit-scrollbar-piece {
		background:#eee;
	}
	.table_wrap .inner::-webkit-scrollbar-piece:start {
		background:#eee;
	}
	.table_wrap .inner::-webkit-scrollbar-thumb {
		overflow:hidden;
		-webkit-border-radius:3px;
		border-radius:3px;
		background:#333;
	}
	.table_wrap .inner::-webkit-scrollbar-corner {
		overflow:hidden;
		-webkit-border-radius:3px;
		border-radius:3px;
		background:#333;
	}
}








.info_list {
	overflow: hidden;
	position: relative;
}
.info_list {
}
.info_list li {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: solid 1px #99d9f6;
}
.info_list li:last-child {
	margin-bottom: 0;
}

.info_list li::after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: dashed 2px #FFF;
}

.info_list li .date {
	color: #00a0e9;
	font-size: 15px;
	letter-spacing: 0px;
	margin-right: 25px;
}
.info_list li .description {
	font-size: 15px;
	line-height: 1.8666666666666666666666666666667;
}


@media print, screen and (min-width: 768px) {
	.info_list li {
		text-indent: -106px;
		padding-left: 126px;
	}
}
@media screen and (max-width: 767px) {
	.info_list li .date {
		font-size: 14px;
	}
	.info_list li .description {
		display: block;
		font-size: 14px;
		margin-top: 6px;
	}
}










/** Googleマップ埋め込みタグをレスポンシブ対応にする *****************************************************************/
.gmap_wrapper {
	position: relative;
	height: 0;
	margin: 0 auto;
}
.gmap_wrapper iframe {
	position: absolute;
	left: 0;
	width: 100%;
}

.gmap_wrapper.gmap_01 {
	padding-bottom: 360px;
	margin-bottom: 10px;
}
.gmap_wrapper.gmap_01 iframe {
	height: 360px;
}


@media screen and (max-width: 767px) {
}
@media screen and (max-width: 330px) {
}
@media screen and (max-width: 800px) and (orientation:landscape) {
	.gmap_wrapper {
		padding-bottom: 280px !important;
	}
	.gmap_wrapper iframe {
		height: 280px !important;
	}
}





/************************************************************************************************************************************
	JSプラグインの不具合修正
************************************************************************************************************************************/
/** fancybox の不具合修正 *****************************************************************/
/* 既知のfancyboxのレイアウト崩れを防ぐ記述 */
div#fancy_outer {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
}


@media print, screen and (min-width: 768px) {
	/* 追従headerや他のfixedに負けないよう強制的にz-indexを大幅に上げる　親要素 */
	.fancybox-overlay {
		z-index: 9999999999999999 !important;
	}
	/* 追従headerや他のfixedに負けないよう強制的にz-indexを大幅に上げる　子要素 */
	.fancybox-opened {
		z-index: 99999999999999999 !important;
	}
	/* PC時はスクロールロックは不要、アニメーション挙動がおかしくなる */
	.fancybox-margin.fancybox-lock body {
		overflow: visible !important;
	}
	/* fancybox本体の縦スクロールもautoにする(見栄えの問題) */
	.fancybox-lock .fancybox-overlay {
		overflow-y: auto !important;
	}

}
@media screen and (max-width: 767px) {
}




/************************************************************************************************************************************
	ディスプレイ系
************************************************************************************************************************************/
/** flex *****************************************************************/
.flex {
	display:-webkit-box;
	display:-webkit-flex;
	display: flex;
	/* 以下初期値 **************************************/
	/* 行制御　自動改行 */
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/* 表示方向　昇順 */
	-webkit-flex-direction: row;
	flex-direction: row;
}
/* 行制御　flex-wrap
 **************************************/
/* 改行なし */
.wrap-nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
/* 自動改行 */
.wrap-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* 自動改行＋行方向の逆方向へ折り返し */
.wrap-reverse {
	-webkit-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
/* 表示方向　flex-direction
 **************************************/
/* 昇順 */
.direction-row {
	-webkit-flex-direction: row;
	flex-direction: row;
}
/* 降順 */
.direction-row-reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
/* 文字方向準 */
.direction-column {
	-webkit-flex-direction: column;
	flex-direction: column;
}
/* 文字方弱向準 */
.direction-column-reverse {
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
/* 横位置　justify-content
 **************************************/
/* 左寄せ */
.justify-fstart {
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
/* 右寄せ */
.justify-fend {
	-webkit-box-pack: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
/* 中央寄せ */
.justify-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
/* 両端均等配置 */
.justify-between {
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/* 中央均等配置 */
.justify-around {
	-webkit-box-pack: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
/* 縦位置　align-items
 **************************************/
/* 上揃え */
.align-fstart {
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
/* 下揃え */
.align-fend {
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
/* 中央寄せ */
.align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/* 最初のflexアイテムのbaseline揃え */
.align-baseline {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}
/* コンテナの高さにflexアイテムが揃う */
.align-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}


@media print, screen and (min-width: 768px) {
	.pc-flex {
		display:-webkit-box;
		display:-webkit-flex;
		display: flex;
		/* 以下初期値 **************************************/
		/* 行制御　自動改行 */
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		/* 表示方向　昇順 */
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	/* 行制御　flex-wrap
	 **************************************/
	/* 改行なし */
	.pc-wrap-nowrap {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	/* 自動改行 */
	.pc-wrap-wrap {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/* 自動改行＋行方向の逆方向へ折り返し */
	.pc-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	/* 表示方向　flex-direction
	 **************************************/
	/* 昇順 */
	.pc-direction-row {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	/* 降順 */
	.pc-direction-row-reverse {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	/* 文字方向準 */
	.pc-direction-column {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	/* 文字方弱向準 */
	.pc-direction-column-reverse {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	/* 横位置　justify-content
	 **************************************/
	/* 左寄せ */
	.pc-justify-fstart {
		-webkit-box-pack: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	/* 右寄せ */
	.pc-justify-fend {
		-webkit-box-pack: flex-end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	/* 中央寄せ */
	.pc-justify-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	/* 両端均等配置 */
	.pc-justify-between {
		-webkit-box-pack: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	/* 中央均等配置 */
	.pc-justify-around {
		-webkit-box-pack: space-around;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	/* 縦位置　align-items
	 **************************************/
	/* 上揃え */
	.pc-align-fstart {
		-webkit-box-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	/* 下揃え */
	.pc-align-fend {
		-webkit-box-align: flex-end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	/* 中央寄せ */
	.pc-align-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	/* 最初のflexアイテムのbaseline揃え */
	.pc-align-baseline {
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		align-items: baseline;
	}
	/* コンテナの高さにflexアイテムが揃う */
	.pc-align-stretch {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
	}
}


@media screen and (max-width: 767px) {
	.sp-flex {
		display:-webkit-box;
		display:-webkit-flex;
		display: flex;
		/* 以下初期値 **************************************/
		/* 行制御　自動改行 */
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		/* 表示方向　昇順 */
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	/* 行制御　flex-wrap
	 **************************************/
	/* 改行なし */
	.sp-wrap-nowrap {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	/* 自動改行 */
	.sp-wrap-wrap {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/* 自動改行＋行方向の逆方向へ折り返し */
	.sp-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	/* 表示方向　flex-direction
	 **************************************/
	/* 昇順 */
	.sp-direction-row {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	/* 降順 */
	.sp-direction-row-reverse {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	/* 文字方向準 */
	.sp-direction-column {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	/* 文字方弱向準 */
	.sp-direction-column-reverse {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	/* 横位置　justify-content
	 **************************************/
	/* 左寄せ */
	.sp-justify-fstart {
		-webkit-box-pack: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	/* 右寄せ */
	.sp-justify-fend {
		-webkit-box-pack: flex-end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	/* 中央寄せ */
	.sp-justify-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	/* 両端均等配置 */
	.sp-justify-between {
		-webkit-box-pack: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	/* 中央均等配置 */
	.sp-justify-around {
		-webkit-box-pack: space-around;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	/* 縦位置　align-items
	 **************************************/
	/* 上揃え */
	.sp-align-fstart {
		-webkit-box-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	/* 下揃え */
	.sp-align-fend {
		-webkit-box-align: flex-end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	/* 中央寄せ */
	.sp-align-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	/* 最初のflexアイテムのbaseline揃え */
	.sp-align-baseline {
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		align-items: baseline;
	}
	/* コンテナの高さにflexアイテムが揃う */
	.sp-align-stretch {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
	}
}




/** displayの強制指定 *****************************************************************/
.tb-show {
	display: none !important;
}
br.tb-show {
	display: none !important;
}
span.tb-show {
	display: none !important;
}
.sp-show {
	display: none !important;
}
br.sp-show {
	display: none !important;
}
span.sp-show {
	display: none !important;
}
.sp_min-show {
	display: none !important;
}
br.sp_min-show {
	display: none !important;
}
span.sp_min-show {
	display: none !important;
}

@media print, screen and (max-width: 1024px) {
	.tb-hide {
		display: none !important;
	}
	.tb-show {
		display: block !important;
	}
	br.tb-show {
		display: inline !important;
	}
	span.tb-show {
		display: inline !important;
	}
}

@media screen and (max-width: 767px) {
	.sp-hide,
	br.sp-hide {
		display: none !important;
	}
	.sp-show {
		display: block !important;
	}
	br.sp-show {
		display: inline !important;
	}
	span.sp-show {
		display: inline !important;
	}
}

@media print, screen and (max-width: 360px) {
	.sp_min-hide,
	br.sp_min-hide {
		display: none !important;
	}
	.sp_min-show {
		display: block !important;
	}
	br.sp_min-show {
		display: inline !important;
	}
	span.sp_min-show {
		display: inline !important;
	}
}






/** margin-bottomの強制指定 5px単位/最大60pxまで *****************************************************************/
.mg-b-05 { margin-bottom:  5px !important; }
.mg-b-10 { margin-bottom: 10px !important; }
.mg-b-15 { margin-bottom: 15px !important; }
.mg-b-20 { margin-bottom: 20px !important; }
.mg-b-25 { margin-bottom: 25px !important; }
.mg-b-30 { margin-bottom: 30px !important; }
.mg-b-35 { margin-bottom: 35px !important; }
.mg-b-40 { margin-bottom: 40px !important; }
.mg-b-45 { margin-bottom: 45px !important; }
.mg-b-50 { margin-bottom: 50px !important; }
.mg-b-55 { margin-bottom: 55px !important; }
.mg-b-60 { margin-bottom: 60px !important; }
@media print, screen and (min-width: 768px) {
	.mg-b-05-pc { margin-bottom:  5px !important; }
	.mg-b-10-pc { margin-bottom: 10px !important; }
	.mg-b-15-pc { margin-bottom: 15px !important; }
	.mg-b-20-pc { margin-bottom: 20px !important; }
	.mg-b-25-pc { margin-bottom: 25px !important; }
	.mg-b-30-pc { margin-bottom: 30px !important; }
	.mg-b-35-pc { margin-bottom: 35px !important; }
	.mg-b-40-pc { margin-bottom: 40px !important; }
	.mg-b-45-pc { margin-bottom: 45px !important; }
	.mg-b-50-pc { margin-bottom: 50px !important; }
	.mg-b-55-pc { margin-bottom: 55px !important; }
	.mg-b-60-pc { margin-bottom: 60px !important; }
}
@media screen and (max-width: 767px) {
	.mg-b-05-sp { margin-bottom:  5px !important; }
	.mg-b-10-sp { margin-bottom: 10px !important; }
	.mg-b-15-sp { margin-bottom: 15px !important; }
	.mg-b-20-sp { margin-bottom: 20px !important; }
	.mg-b-25-sp { margin-bottom: 25px !important; }
	.mg-b-30-sp { margin-bottom: 30px !important; }
	.mg-b-35-sp { margin-bottom: 35px !important; }
	.mg-b-40-sp { margin-bottom: 40px !important; }
	.mg-b-45-sp { margin-bottom: 45px !important; }
	.mg-b-50-sp { margin-bottom: 50px !important; }
	.mg-b-55-sp { margin-bottom: 55px !important; }
	.mg-b-60-sp { margin-bottom: 60px !important; }
}
/** padding-bottomの強制指定 5px単位/最大60pxまで *****************************************************************/
.pd-b-05 { padding-bottom:  5px !important; }
.pd-b-10 { padding-bottom: 10px !important; }
.pd-b-15 { padding-bottom: 15px !important; }
.pd-b-20 { padding-bottom: 20px !important; }
.pd-b-25 { padding-bottom: 25px !important; }
.pd-b-30 { padding-bottom: 30px !important; }
.pd-b-35 { padding-bottom: 35px !important; }
.pd-b-40 { padding-bottom: 40px !important; }
.pd-b-45 { padding-bottom: 45px !important; }
.pd-b-50 { padding-bottom: 50px !important; }
.pd-b-55 { padding-bottom: 55px !important; }
.pd-b-60 { padding-bottom: 60px !important; }
@media print, screen and (min-width: 768px) {
	.pd-b-05-pc { padding-bottom:  5px !important; }
	.pd-b-10-pc { padding-bottom: 10px !important; }
	.pd-b-15-pc { padding-bottom: 15px !important; }
	.pd-b-20-pc { padding-bottom: 20px !important; }
	.pd-b-25-pc { padding-bottom: 25px !important; }
	.pd-b-30-pc { padding-bottom: 30px !important; }
	.pd-b-35-pc { padding-bottom: 35px !important; }
	.pd-b-40-pc { padding-bottom: 40px !important; }
	.pd-b-45-pc { padding-bottom: 45px !important; }
	.pd-b-50-pc { padding-bottom: 50px !important; }
	.pd-b-55-pc { padding-bottom: 55px !important; }
	.pd-b-60-pc { padding-bottom: 60px !important; }
}
@media screen and (max-width: 767px) {
	.pd-b-05-sp { padding-bottom:  5px !important; }
	.pd-b-10-sp { padding-bottom: 10px !important; }
	.pd-b-15-sp { padding-bottom: 15px !important; }
	.pd-b-20-sp { padding-bottom: 20px !important; }
	.pd-b-25-sp { padding-bottom: 25px !important; }
	.pd-b-30-sp { padding-bottom: 30px !important; }
	.pd-b-35-sp { padding-bottom: 35px !important; }
	.pd-b-40-sp { padding-bottom: 40px !important; }
	.pd-b-45-sp { padding-bottom: 45px !important; }
	.pd-b-50-sp { padding-bottom: 50px !important; }
	.pd-b-55-sp { padding-bottom: 55px !important; }
	.pd-b-60-sp { padding-bottom: 60px !important; }
}
