@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%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

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


@media screen and (max-width: 767px) {
	.inner_box {
		width: 100%;
		width: calc(100% - 30px);
		max-width: auto;
		max-width: inherit;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.inner_box.inner_box_sp_no {
		width: 100%;
	}
}







/** #breadcrumb *****************************************************************/
#breadcrumb {
	position: relative;
	z-index: 10;
	width: 100%;
	margin: 23px auto 25px;
}
#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: #333;
	font-size: 14px;
	line-height: 1;
	letter-spacing: normal;
	vertical-align: middle;
	margin-bottom: 9px;
}

#breadcrumb ul li::after {
	content: ">";
	color: #333;
	font-size: 14px;
	display: inline-block;
	margin: 0 6px;
}
#breadcrumb ul li:last-child::after {
	display: none;
}

#breadcrumb ul li a {
	color: #333;
	text-decoration: none;
}


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

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




/** lower_mv *****************************************************************/
#lower_mv {
	background-image: url('../img/lower_mv_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#lower_mv .ttl {
	padding: 70px 0 57px;
}
#lower_mv .ttl .en {
	display: block;
	color: #FFF;
	font-size: 27px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 2px;
	padding-bottom: 13px;
}
#lower_mv .ttl .ja {
	display: block;
	color: #FFF;
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 5px;
}


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

	#lower_mv .ttl .en {
		font-size: 18px;
	}
	#lower_mv .ttl .ja {
		font-size: 25px;
	}
}






/** sub_nav *****************************************************************/
#sub_nav {
	letter-spacing: 21px;
	letter-spacing: calc(21px - 0.4em);
	padding: 14px 0 15px;
	background-color: #063a6c;
}
#sub_nav ul li {
	display: inline-block;
	letter-spacing: 0px;
}
#sub_nav ul li a {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	padding-left: 18px;
	background-image: url('../img/arrow_left_02.png');
	background-size: 10px 18px;
	background-position: left center;
	background-repeat: no-repeat;
}


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






/** .common_ttl *****************************************************************/
.common_ttl {
	position: relative;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 50px;
}
.common_ttl .ja {
	display: block;
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
}
.common_ttl .ja::after {
	content: " ";
	display: block;
	margin: auto;
	width: 24px;
	height: 2px;
	margin-top: 17px;
	margin-bottom: 17px;
	background-color: #333333;
}
.common_ttl .en {
	display: block;
	font-size: 19px;
	font-weight: 600;
	line-height: 1;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.common_ttl {
		padding-bottom: 15px;
		margin-bottom: 40px;
	}
	.common_ttl .en {
		font-size: 12px;
	}
	.common_ttl .ja {
		font-size: 34px;
	}
}




.common_ttl2 {
	font-size: 24px;
	font-weight: 600;
	vertical-align: middle;
	margin-bottom: 50px;
	padding-left: 15px;
	border-left: solid 2px #4791b8;
}
.common_ttl2 span {
	color: #3396cb;
	font-size: 19px;
	vertical-align: text-bottom;
	padding-left: 16px;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.common_ttl2 {
		font-size: 20px;
	}
	.common_ttl2 span {
		display: block;
		font-size: 14px;
	}
}




.common_ttl3 {
	color: #3396cb;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.common_ttl3 a {
	color: #3396cb;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.common_ttl3 {
		font-size: 20px;
	}
}






/** .catch_text *****************************************************************/
.catch_text {
	color: #063a6c;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 40px;
}
.catch_text .color {
	color: #3396cb;
}
.catch_text .small {
	font-size: 22px;
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}






/** .is_lower .text *****************************************************************/
.is_lower .text {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.5px;
}
.is_lower .text.t_center {
	font-weight: 600;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}






/** .indent *****************************************************************/
.indent {
	position: relative;
	padding-left: 50px;
	margin-bottom: 25px;
}
.indent .number {
	position: absolute;
	left: 0; top: 0;
	color: #3396cb;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	padding-right: 10px;
	border-right: solid 2px #c9c9c9;
}
.indent.bold {
	font-weight: 600;
}
.indent.normal, 
.indent .normal {
	font-weight: 400;
}





/** common_btn *****************************************************************/
.common_btn a {
	position: relative;
	display: block;
	overflow: hidden;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: 1px;
	text-align: center;
	width: 180px;
  height: 45px;
	margin: 0 auto;
	background-color: #063a6c;
	background-image: url('../img/arrow_left_01.png');
	background-size: 8px 14px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}


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






/** .common_table *****************************************************************/
table.common_table {
	width: 100%;
	margin: 0 auto 0;
}

table.common_table tbody th, 
table.common_table tbody td {
	font-size: 15px;
	vertical-align: top;
}

table.common_table tbody th {
	color: #FFF;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	color: #FFF;
	font-weight: 600;
	padding: 14px 17px;
	border-bottom: solid 1px #FFF;
	background-color: #3396cb;
}

table.common_table tbody td {
	color: #333;
	line-height: 1.8;
	width: auto;
	padding: 14px 17px;
	border-bottom: solid 1px #f2f4f5;
	background-color: #FFF;
}

table.common_table tbody tr:last-child th, 
table.common_table tbody tr:last-child td {
	border-bottom: none;
}


table.common_table tbody .required {
	color: #b80404;
}


table.common_table .bold {
	font-weight: 600;
}
table.common_table .space {
	display: inline-block;
	width: 0.5em;
	height: 1px;
}
table.common_table .flex p:not(:last-child) {
	margin-right: 1em;
}

table.common_table tbody td.t_center {
	text-align: center;
}


@media print, screen and (min-width: 768px) {
	table.common_table tbody.th1 th {
		width: 181px;
	}
	table.common_table tbody.th1 td {
		width: auto;
	}
	table.common_table tbody.th2 th {
		width: 106px;
	}
	table.common_table tbody.th2 td {
		width: auto;
	}
	table.common_table tbody.th3 th {
		width: 136px;
	}
	table.common_table tbody.th3 td {
		width: auto;
	}
}
@media screen and (max-width: 767px) {
	table.common_table:not(.break_none), 
	table.common_table:not(.break_none) thead, 
	table.common_table:not(.break_none) thead tr, 
	table.common_table:not(.break_none) thead tr th, 
	table.common_table:not(.break_none) tbody, 
	table.common_table:not(.break_none) tbody tr, 
	table.common_table:not(.break_none) tbody tr th, 
	table.common_table:not(.break_none) tbody tr td {
		display: block;
	}
	table.common_table:not(.break_none) tbody th {
		box-sizing: border-box;
		text-align: left;
		width: 100%;
		padding: 1em 10px 1em;
		border-top: none;
		border-bottom: none;
	}
	table.common_table:not(.break_none) tbody td {
		box-sizing: border-box;
		width: 100%;
		padding: 1em 10px 2em;
	}
}
@media screen and (max-width: 320px) {
	table.common_table:not(.break_none) tbody td {
		font-size: 12px;
	}
}






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

.gmap_wrapper_02 {
	position: relative;
	padding-bottom: 315px;
	height: 0;
}
.gmap_wrapper_02 iframe {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 767px) {
	.gmap_wrapper_01 {
		padding-bottom: 300px;
	}
	.gmap_wrapper_01 iframe {
		position: static;
		height: 300px;
	}

	.gmap_wrapper_02 {
		max-width: 300px;
		padding-bottom: 300px;
		margin: 0 auto;
	}
	.gmap_wrapper_02 iframe {
		position: static;
		height: 300px;
	}
}
@media screen and (max-width: 330px) {
}
@media screen and (max-width: 800px) and (orientation:landscape) {
	.gmap_wrapper_01 {
		padding-bottom: 280px;
	}
	.gmap_wrapper_01 iframe {
		height: 280px;
	}

	.gmap_wrapper_02 {
		padding-bottom: 280px;
	}
	.gmap_wrapper_02 iframe {
		height: 280px;
	}
}





/************************************************************************************************************************************
	ディスプレイ系
************************************************************************************************************************************/
/** 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; }
}
