@charset "UTF-8";



/*header
----------------------------------------*/
header {
	min-width: 1080px;
}

.header_simple {
	padding: 13px 0;
	background-color: #333;
}

.header_body {
	position: relative;
	z-index: 9999;
	background: #fff;
}

.header_block {
	display: table;
	width: 100%;
	max-width: -webkit-calc(1280px + 100px);
	max-width: calc(1280px + 100px);
	margin: 0 auto;
	padding: 0 50px;
	table-layout: fixed;
}

.header_simple .header_block {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
}

.header_box {
	display: table-cell;
	vertical-align: middle;
	min-height: 73px;
	padding: 25px;
}

.firefox .header_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: inherit;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.head_contents .head_logo {
	text-align: center;
}

.head_contents .head_logo .en {
	margin: 0 10px 0 0;
}

.head_contents .head_logo .en img {
	width: 81px;
	height: 23px;
}

.head_contents .head_logo .jp img {
	width: 126px;
	height: 18px;
}

.header_simple .head_logo img {
	width: 126px;
	height: 18px;
}

.head_contents .head_map_btn,
.head_contents .head_search_btn,
.head_contents .head_global_btn,
.head_contents .sp_head_menu_btn {
	cursor: pointer;
	display: table-cell;
	vertical-align: bottom;
	width: 75px;
	padding: 5px 5px 3px;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.head_contents .head_map_btn.js-show,
.head_contents .head_search_btn.js-show,
.head_contents .sp_head_menu_btn.js-show {
	color: #fff;
	background: #2ca9e1;
}

.head_contents .head_map_btn .img,
.head_contents .head_search_btn .img,
.head_contents .head_global_btn .img  {
	margin: 0 0 5px;
}

.head_contents .head_map_btn.js-show .img,
.head_contents .head_search_btn.js-show .img {
	margin: -10px 0 10px;
}

.head_contents .head_map_btn .img [class*="icon"],
.head_contents .head_search_btn .img [class*="icon"],
.head_contents .head_global_btn .img [class*="icon"],
.head_contents .sp_head_menu_btn .img [class*="icon"] {
	color: #2ca9e1;
}

.head_contents .head_map_btn.js-show .img [class*="icon"],
.head_contents .head_search_btn.js-show .img [class*="icon"],
.head_contents .sp_head_menu_btn.js-show .img [class*="icon"] {
	color: #fff;
}

.head_contents .head_map_btn .img [class*="icon"] {
	font-size: 33px;
}

.head_contents .head_search_btn .img [class*="icon"] {
	font-size: 25px;
}

.head_contents .head_map_btn .img [class*="icon"].close,
.head_contents .head_map_btn.js-show .img [class*="icon"].open,
.head_contents .head_search_btn .img [class*="icon"].close,
.head_contents .head_search_btn.js-show .img [class*="icon"].open,
.head_contents .sp_head_menu_btn .img [class*="icon"].close,
.head_contents .sp_head_menu_btn.js-show .img .open {
	display: none;
}

.head_contents .head_map_btn.js-show .img [class*="icon"].close,
.head_contents .head_search_btn.js-show .img [class*="icon"].close,
.head_contents .sp_head_menu_btn.js-show .img [class*="icon"].close  {
	display: block;
	font-size: 25px
}

.head_contents .head_map_btn .txt p,
.head_contents .head_search_btn .txt p,
.head_contents .head_global_btn .txt p,
.head_contents .sp_head_menu_btn .txt p {
	font-weight: bold;
}

.head_contents .head_map_btn.js-show .txt p .open,
.head_contents .head_search_btn.js-show .txt p .open,
.head_contents .head_map_btn .txt p .close,
.head_contents .head_search_btn .txt p .close,
.head_contents .sp_head_menu_btn.js-show .txt p .open,
.head_contents .sp_head_menu_btn .txt p .close {
	display: none;
}

.head_contents .head_map_btn.js-show .txt p .close,
.head_contents .head_search_btn.js-show .txt p .close,
.head_contents .sp_head_menu_btn.js-show .txt p .close {
	display: block;
}

.head_contents .head_map_nav,
.head_contents .head_search_nav,
.head_contents .sp_head_gnav {
	display: none;
	width: 100%;
	min-width: 1080px;
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
	border-top: 4px solid #2ca9e1;
	background: #f0f3f5;
	-webkit-animation: fade-in .2s linear;
	animation: fade-in .2s linear;
}

.head_contents .sp_head_gnav {
	min-width: 100%;
	background: #fff;
}

.head_contents .head_map_nav.js-show,
.head_contents .head_search_nav.js-show,
.head_contents .sp_head_gnav.js-show {
	display: block;
}

.head_contents .head_map_nav_contents,
.head_contents .head_search_nav_contents {
	max-width: 860px;
	margin: 0 auto;
	padding: 40px 0 80px;
}

.head_contents .head_nav_common_ttl_h3_01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}

.head_contents .head_nav_common_ttl_h3_01 .lang {
	display: inline-block;
	vertical-align: middle;
}

.head_contents .head_nav_common_ttl_h3_01 [class*="icon"] {
	margin: 0 10px 0 0;
	color: #2ca9e1;
	font-size: 27px;
}

.head_contents .head_search_nav .head_nav_common_ttl_h3_01 [class*="icon"] {
	font-weight: bold;
}

.head_contents .head_map_nav .head_nav_common_ttl_h3_01 [class*="icon"] {
	margin: 0 12px 0 0;
	font-size: 38px;
}

.head_contents .head_map_nav .ttl_h3_01,
.head_contents .head_search_nav .ttl_h3_01 {
	margin: 0 0 20px;
	padding: 0 0 0 15px;
	font-size: 1.8rem;
}

.head_contents .head_map_nav .ttl_h3_01:before,
.head_contents .head_search_nav .ttl_h3_01:before {
	top: 4px;
	width: 5px;
	height: calc(100% - 8px);
}

.head_contents .head_map_nav_column,
.head_contents .head_search_nav_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.head_contents .head_map_nav_column {
	-ms-flex-pack: center;
	justify-content: center;
}

.head_contents .head_map_nav_column_left {
	width: 400px;
	/*width: 290px;*/
}

.head_contents .head_map_nav_column_right {
	width: 400px;
	/*width: 500px;*/
}

.head_contents .head_search_nav_column_left {
	width: 368px;
}

.head_contents .head_search_nav_column_right {
	width: 420px;
}

.head_contents .head_map_nav_column_left_contents,
.head_contents .head_search_nav_column_left_contents {
	margin: 40px 0 0;
}

.head_contents .head_map_nav_column_left_contents:first-child,
.head_contents .head_search_nav_column_left_contents:first-child {
	margin: 0;
}

.head_contents .search_form_column .cse .gsc-control-cse,
.head_contents .search_form_column .gsc-control-cse {
	padding: 0 !important;
}

.head_contents .search_form_column .gsc-control-cse {
	background: none !important;
}

.head_contents .search_form_column .gsc-input-box,
.head_contents .search_form_column .gsc-control-cse {
	border: none !important;
}

.head_contents .search_form_column .gsib_a,
.head_contents .search_form_column .cse .gsc-search-button-v2,
.head_contents .search_form_column .gsc-search-button-v2 {
	padding: 0 !important;
}

.head_contents .search_form_column form.gsc-search-box,
.head_contents .search_form_column table.gsc-search-box {
	margin: 0 !important;
}

.head_contents .search_form_column form.gsc-search-box {
	padding: 0 15px !important;
}

.head_contents .search_form_column #___gcse_0,
.head_contents .search_form_column .gsc-control-cse,
.head_contents .search_form_column .gsc-control-wrapper-cse,
.head_contents .search_form_column form.gsc-search-box,
.head_contents .search_form_column table.gsc-search-box,
.head_contents .search_form_column .gsc-search-box-tools .gsc-search-box .gsc-input {
	height: 100% !important;
}

.head_contents .search_form_column .gsc-selected-option-container {
	max-width: 100% !important;
}

.head_contents .search_form_column .gsc-results-wrapper-overlay {
	max-width: 1080px;
	width: 100% !important;
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-overflow-scrolling: touch;
}

.head_contents .search_form_column [class^="gsc-search-button"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.head_contents .search_form_column button.gsc-search-button:before {
	content: "\e90b";
	color: #185d7c;
	font-size: 18px;
}

.head_contents .search_form_column button svg {
	display: none;
}

.head_contents .search_form_column .gsc-search-button-v2,
.head_contents .search_form_column .gsc-search-button-v2:hover,
.head_contents .search_form_column .gsc-search-button-v2:focus {
	border: none !important;
	background-color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.head_contents .search_form_column .gsc-search-button-v2 {
	width: 20px !important;
	height: 20px !important;
}

.head_contents .search_form_column .gsc-search-box-tools .gsc-search-box .gsc-input {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.head_contents .detail_conditions .tab_area .tab_list {
	margin: 0 0 0 -6px;
}

.head_contents .detail_conditions .tab_area .tab_list li {
	min-height: 42px;
	margin: 0 0 0 6px;
	font-size: 1.5rem;
}

.head_contents .detail_conditions .tab_area .tab_list .x3 li {
	width: -webkit-calc(33.3333% - 6px);
	width: calc(33.3333% - 6px);
}

.head_contents .detail_conditions .tab_area {
	margin: 0 0 6px;
}

.head_contents .detail_conditions .tab_content {
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.head_contents .head_map_nav_column .detail_conditions .tab_content .label_list ul {
	margin: -8px 0 0 -15px;
}

.head_contents .head_map_nav_column .detail_conditions .tab_content .label_list ul li {
	display: inline-block;
	vertical-align: top;
	margin: 8px 0 0 15px;
}

.head_contents .head_map_nav .btn_area {
	margin: 55px 0 0;
}

.head_contents .head_map_nav .btn_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: -20px 0 0 -20px;
}

.head_contents .head_map_nav .btn_list li {
	margin: 20px 0 0 20px;
}

.head_contents .head_map_nav .btn_list li .btn_reset {
	width: 160px;
	min-height: 43px;
	font-size: 1.4rem;
}

.head_contents .head_map_nav .btn_list li .btn_reset .btn_white01 {
	color: #666;
}

.head_contents .head_map_nav .btn_list li .btn_search {
	width: 226px;
	min-height: 52px;
}

.head_contents .head_search_nav_column .select_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.head_contents .head_search_nav_column .select_column_left {
	width: 40px;
}

.head_contents .head_search_nav_column .select_column_left .circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	position: relative;
	color: #fff;
	background: #2ca9e1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.head_contents .head_search_nav_column .select_column_left .circle [class*="icon"] {
	margin: -4px 0 0;
	font-size: 22px;
}

.head_contents .head_search_nav_column .select_column_left .circle .icon_tv01 {
	margin: -2px 0 0;
}

.head_contents .head_search_nav_column .select_column_right {
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	margin-left: 10px;
}

.head_contents .head_search_nav_column .select_column_list li {
	margin: 20px 0 0;
}

.head_contents .head_search_nav_column .select_column_list li:first-child {
	margin: 0;
}

.head_contents .head_search_nav_column .category_list {
	padding: 0 12px;
}

.head_contents .head_search_nav_column .category_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 0 -50px;
}

.head_contents .head_search_nav_column .category_list li {
	width: 96px;
	margin: 20px 0 0 50px;
}

.head_contents .head_search_nav_column .category_list li a {
	text-align: center;
	text-decoration: none;
}

.head_contents .head_search_nav_column .category_list li .circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	position: relative;
	color: #fff;
	background: #2ca9e1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.head_contents .head_search_nav_column .category_list li:nth-child(1) .circle [class*="icon"] {
	font-size: 43px;
}

.head_contents .head_search_nav_column .category_list li:nth-child(2) .circle [class*="icon"] {
	font-size: 30px;
}

.head_contents .head_search_nav_column .category_list li:nth-child(3) .circle [class*="icon"] {
	font-size: 35px;
}

.head_contents .head_search_nav_column .category_list li:nth-child(4) .circle [class*="icon"] {
	font-size: 41px;
}

.head_contents .head_search_nav_column .category_list li:nth-child(5) .circle [class*="icon"] {
	font-size: 30px;
}

.head_contents .head_search_nav_column .category_list li:nth-child(6) .circle [class*="icon"] {
	font-size: 27px;
}

.head_contents .head_search_nav_column .category_list li a:hover .circle [class*="icon"] {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-backface-visibility: hidden;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.head_contents .head_search_nav_column .category_list li .txt p {
	font-weight: bold;
}

.head_contents .head_search_nav_program_list {
	margin: 50px 0 0;
	padding: 50px 0 0;
	border-top: 1px solid #d1dce1;
}

.head_contents .head_search_nav_program_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 0 -10px;
}

.head_contents .head_search_nav_program_list li {
	width: -webkit-calc(25% - 10px);
	width: calc(25% - 10px);
	margin: 20px 0 0 10px;
}

.head_contents .head_search_nav_program_list li a {
	display: block;
}

.head_contents .head_search_nav_program_list li a:hover {
	opacity: 0.6;
}

.head_contents .head_search_nav_program_list li img {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.head_contents .head_map_nav_bg,
.head_contents .head_search_nav_bg,
.head_contents .sp_head_gnav_bg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9998;
	background: rgba(0,0,0,0.3);
	-webkit-animation: fade-in .2s linear;
	animation: fade-in .2s linear;
}

.head_contents .head_map_nav_bg.js-show,
.head_contents .head_search_nav_bg.js-show,
.head_contents .sp_head_gnav_bg.js-show {
	display: block;
}


/*グロナビ*/
.gnav {
	background-color: #f0f3f5;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #2ca9e1;
}

.gnav ul {
	display: table;
	width: 100%;
	max-width: 878px;
	margin: 0 auto;
}

.gnav li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #ccc;
}

.gnav li:first-child {
	border-left: 1px solid #ccc;
}

.gnav li a,
.gnav li > .no_link {
	display: table;
	width: 100%;
	min-height: 50px;
	text-decoration: none;
}

.gnav li a.current,
.gnav li a:hover,
.gnav li > .no_link:hover,
.gnav li > .no_link.current {
	color: #fff;
	background-color: #2ca9e1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gnav li .lang {
	display: table-cell;
	vertical-align: middle;
	min-height: inherit;
	padding: 5px 30px;
	text-align: center;
}

.firefox .gnav li .lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.gnav li .lang .blank:after,
.sp_head_gnav li .lang .blank:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: -2px 0 0 5px;
	background-image: url(../../img/common/icon_blank_bl01.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.gnav li:hover .lang .blank:after {
	background-image: url(../../img/common/icon_blank_wt01.png);
}

.sub_gnav_item {
	display: none;
}


/*お知らせ表示部*/
.head_news {
	min-width: 1080px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.head_news_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	max-width: -webkit-calc(1280px + 100px);
	max-width: calc(1280px + 100px);
	margin: 0 auto;
	padding: 20px 50px;
}

.head_news_list li {
	display: table;
	margin: 10px 0 0;
}

.head_news_list li:first-child {
	margin: 0;
}

.head_news_list li:after {
	content: '';
	display: block;
	clear: both;
}

.head_news_list li .cate {
	float: left;
}

.head_news_list li h4 {
	overflow: hidden;
	zoom: 1;
}




@media only screen and (min-width: 751px) {
	
	.gnav ul {
		width: 100% !important;
	}

	.head_contents .sp_head_menu_btn,
	.head_contents .sp_head_gnav {
		display: none !important;
	}

}


@media only screen and (max-width: 750px) {
	
	header {
		min-width: 100%;
	}
	
	.header_block {
		min-height: 56px;
		padding: 0;
	}
	
	.header_simple .header_block {
		min-height: inherit;
	}
	
	.header_box {
		min-height: inherit;
		padding: 10px;
	}
	
	.head_contents .head_logo .en img {
		width: 56px;
		height: auto;
	}
	
	.head_contents .head_logo .jp img {
		width: 88px;
		height: auto;
	}
	
	.head_contents .head_map_btn,
	.head_contents .head_search_btn,
	.head_contents .sp_head_menu_btn {
		width: 56px;
		padding: 3px;
	}
	
	.head_contents .head_map_btn {
		border-left: none;
	}
	
	.head_contents .head_search_btn {
		border-right: none;
	}
	
	.head_contents .head_global_btn {
		display: none;
	}

	.head_contents .head_map_btn .img,
	.head_contents .head_search_btn .img,
	.head_contents .sp_head_menu_btn.js-show .img {
		margin: 0 0 3px;
	}

	.head_contents .sp_head_menu_btn .img {
		margin: 0 0 7px;
	}
	
	.head_contents .head_map_btn.js-show .img,
	.head_contents .head_search_btn.js-show .img {
		margin: 0 0 5px;
	}
	
	.head_contents .head_map_btn .img [class*="icon"] {
		font-size: 27px;
	}
	
	.head_contents .head_search_btn .img [class*="icon"] {
		font-size: 21px;
	}
	
	.head_contents .head_map_btn.js-show .img [class*="icon"].close,
	.head_contents .head_search_btn.js-show .img [class*="icon"].close,
	.head_contents .sp_head_menu_btn.js-show .img [class*="icon"].close {
		font-size: 22px;
	}
	
	.head_contents .head_map_btn .txt p,
	.head_contents .head_search_btn .txt p,
	.head_contents .sp_head_menu_btn .txt p {
		font-size: 1rem;
	}
	
	.head_contents .head_map_nav,
	.head_contents .head_search_nav {
		min-width: 100%;
	}
	
	.head_contents .head_map_nav.js-show,
	.head_contents .head_search_nav.js-show,
	.head_contents .sp_head_gnav.js-show {
		border-top: 2px solid #2ca9e1;
	}
	
	.head_contents .head_map_nav_contents,
	.head_contents .head_search_nav_contents {
		padding: 25px 5% 40px;
	}
	
	.head_contents .head_map_nav .head_nav_common_ttl_h3_01 [class*="icon"] {
		font-size: 28px;
	}
	
	.head_contents .head_map_nav_column,
	.head_contents .head_search_nav_column {
		display: block;
	}
	
	.head_contents .head_map_nav_column_left,
	.head_contents .head_map_nav_column_right,
	.head_contents .head_search_nav_column_left,
	.head_contents .head_search_nav_column_right {
		width: 100%;
	}
	
	.head_contents .head_map_nav_column_left,
	.head_contents .head_search_nav_column_left {
		margin: 0 0 40px;
	}
	
	.head_contents .head_search_nav_column .gsc-results-wrapper-overlay {
		width: 94% !important;
	}
	
	.head_contents .head_nav_common_ttl_h3_01 {
		font-size: 2.4rem;
	}
	
	.head_contents .head_nav_common_ttl_h3_01 [class*="icon"] {
		font-size: 20px;
	}
	
	.head_contents .head_map_nav .ttl_h3_01,
	.head_contents .head_search_nav .ttl_h3_01 {
		margin: 0 0 15px;
		padding: 0 0 0 10px;
		font-size: 1.5rem;
	}
	
	.head_contents .head_map_nav .ttl_h3_01:before,
	.head_contents .head_search_nav .ttl_h3_01:before {
		top: 3px;
		width: 3px;
		height: calc(100% - 6px);
	}
	
	.head_contents .head_map_nav .btn_area {
		margin: 40px 0 0;
	}

	.head_contents .head_map_nav .btn_list ul {
		display: block;
		margin: 0;
	}

	.head_contents .head_map_nav .btn_list li {
		margin: 20px 0 0;
	}
	
	.head_contents .head_map_nav .btn_list li:first-child {
		margin: 0;
	}

	.head_contents .head_map_nav .btn_list li .btn_reset {
		width: -webkit-calc(100% - 115px);
		width: calc(100% - 115px);
	}

	.head_contents .head_map_nav .btn_list li .btn_search {
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
	}
	
	.head_contents .head_search_nav_column .select_column_left .circle [class*="icon"] {
		font-size: 20px;
	}
	
	.head_contents .head_search_nav_column .select_column_left .circle .icon_tv01 {
		margin: 0;
	}
	
	.head_contents .head_search_nav_column .category_list ul {
		margin: -20px 0 0 -20px;
	}
	
	.head_contents .head_search_nav_column .category_list li {
		width: -webkit-calc(33.3333% - 20px);
		width: calc(33.3333% - 20px);
		margin: 20px 0 0 20px;
	}
	
	.head_contents .head_search_nav_program_list {
		margin: 30px 0 0;
		padding: 30px 0 0;
	}
	
	.head_contents .head_search_nav_program_list ul {
		margin: -15px 0 0 -15px;
	}
	
	.head_contents .head_search_nav_program_list li {
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
		margin: 15px 0 0 15px;
	}
	
	.head_contents .head_search_nav_column .category_list li .circle {
		width: 80px;
		height: 80px;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	
	.head_contents .head_search_nav_column .category_list li .txt p {
		font-size: 1.1rem;
	}
	
	.head_contents .head_search_nav_program_list li img {
		width: 100%;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	
	.head_contents .sp_head_gnav_contents {
		padding: 20px;
	}

	.head_contents .sp_head_gnav_contents .btn {
		width: 100%;
	}

	.head_contents .sp_head_gnav > nav > ul > li {
		border-bottom: 1px solid #c8c8c8;
		background-color: #fff;
	}

	.head_contents .sp_head_gnav > nav > ul > li:first-child {
		border-top: 1px solid #c8c8c8;
	}
	
	.head_contents .sp_head_gnav > nav > ul > li > a,
	.head_contents .sp_head_gnav > nav > ul > li > h4.toggle_ttl {
		display: block;
		padding: 15px 20px;
		font-size: 1.4rem;
		text-align: left;
		text-decoration: none;
		position: relative;
	}

	.head_contents .sp_head_gnav > nav > ul > li h4.toggle_ttl:after {
		display: block;
		content: "";
		width: 17px;
		height: 17px;
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background: url(../../img/common/toggle_plus.png) right center no-repeat;
		-webkit-background-size: 17px auto;
		-moz-background-size: 17px auto;
		-o-background-size: 17px auto;
		background-size: 17px auto;
	}
	
	.head_contents .sp_head_gnav > nav > ul > li h4.toggle_ttl.js_show:after {
		background: url(../../img/common/toggle_minutes.png) right center no-repeat;
		-webkit-background-size: 17px auto;
		-moz-background-size: 17px auto;
		-o-background-size: 17px auto;
		background-size: 17px auto;
	}

	.head_contents .sp_head_gnav > nav > ul > li > ul > li {
		background-color: #f0f3f5;
	}

	.head_contents .sp_head_gnav > nav > ul > li > ul > li:first-child {
		border-top: 1px solid #c8c8c8;
	}
	
	.head_contents .sp_head_gnav > nav > ul > li > ul > li a {
		display: block;
		padding: 15px 20px;
		font-size: 1.3rem;
		border-bottom: 1px solid #c8c8c8;
	}
	
	.head_contents .sp_head_gnav > nav > ul > li > ul > li:last-child a {
		border-bottom: none;
	}
	
	/*グロナビ*/
	.gnav .js-sp-scroll-view {
		overflow: hidden;
	}
	
	.gnav .js-sp-scroll {
		-webkit-overflow-scrolling: touch; 
	}
	
	.gnav ul {
		display: block;
		max-width: 100%;
		white-space: nowrap;
		font-size: 0;
	}
	
	.gnav li {
		display: inline-block;
		width: 90px;
	}
	
	.gnav li a {
		min-height: 42px;
		font-size: 1.2rem;
		white-space: normal;
	}
	
	.gnav li a .lang {
		padding: 5px;
	}
	
	/*お知らせ表示部*/
	.head_news {
		min-width: 100%;
	}
	
	.head_news_list {
		padding: 15px 3%;
	}
	
}


@media only screen and (max-width: 640px) {
	
	.gnav li:first-child {
		border-left: none;;
	}
	
	.gnav li:last-child {
		border-right: none;;
	}
	
}




/*container
----------------------------------------*/
#container {
	min-width: 1080px;
	background-color: #f0f3f5;
}

#container.container_simple {
	background-color: #fff;
}



@media only screen and (max-width: 750px) {
	
	#container {
		min-width: 100%;
	}
	
}




/*contents
---------------------------------------------------------- */
#contents {
	padding: 40px 0;
}

.container_simple #contents {
	padding: 80px 0 100px;
}

.fit_contents,
.page_column_contents {
	max-width: 1080px;
	margin: 0 auto;
}

.page_column_contents {
	padding: 40px 0 80px;
}

.page_column_contents .fit_contents {
	max-width: 100%;
}

.container_simple .page_column_contents {
	padding: 0;
}

.ly_contents {
	max-width: 960px;
	margin: 0 auto;
}

.page_main_contents {
	float: left;
	width: -webkit-calc(100% - 380px);
	width: calc(100% - 380px);
}

.page_side_contents {
	float: right;
	width: 290px;
}

.page_contents_item {
	margin: 0 0 150px;
}

.page_contents_item:last-child {
	margin: 0;
}

.page_contents_item_in {
	margin: 0 0 100px;
}

.page_contents_item_in:last-child {
	margin: 0;
}

.page_contents_item_body {
	margin: 0 0 80px;
}

.page_contents_item_wrap {
	margin: 0 0 60px;
}

.page_contents_item_txt {
	margin: 0 0 40px;
}

.page_contents_item_txt_in {
	margin: 0 0 30px;
}



@media screen and (max-width: 750px) {
	
	#contents {
		padding: 20px 3%;
	}
	
	#contents.sp_contents_wide {
		padding-left: 0;
		padding-right: 0;
	}
	
	#contents.sp_contents_wide .fit_contents {
		padding: 0 3%;
	}
	
	.container_simple #contents {
		padding: 40px 0 50px;
	}
	
	.page_column_contents {
		padding: 20px 0 40px;
	}

	.page_main_contents,
	.page_side_contents {
		float: none;
		width: 100%;
	}
	
	.page_main_contents {
		margin: 0 0 60px;
	}
	
	.page_contents_item {
		margin: 0 0 60px;
	}
	
	.page_contents_item_in {
		margin: 0 0 50px;
	}
	
	.page_contents_item_body {
		margin: 0 0 40px;
	}
	
	.page_contents_item_wrap {
		margin: 0 0 40px;
	}

	.page_contents_item_txt {
		margin: 0 0 20px;
	}
	
	.page_contents_item_txt_in {
		margin: 0 0 15px;
	}
	
}




/*page_side_contents
---------------------------------------------------------- */
.page_side_contents .bnr_list ul.x2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -12px 0 0 -12px;
}

.page_side_contents .bnr_list ul li {
	margin: 20px 0 0;
}

.page_side_contents .bnr_list ul li:first-child {
	margin: 0;
}

.page_side_contents .bnr_list ul.x2 li {
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
	margin: 12px 0 0 12px;
}

.page_side_contents .bnr_list ul.x2 li:first-child {
	width: 100%;
}

.page_side_contents .bnr_list ul li a {
	display: block;
}

.page_side_contents .bnr_list ul li a:hover {
	opacity: 0.6;
}

.page_side_contents .bnr_list ul li a img {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.page_side_contents .bnr_list ul li .img figcaption {
	margin: 10px 0 0;
	font-size: 1.6rem;
	font-weight: bold;
}

.page_side_contents .movie_list > ul > li a {
	display: table;
	width: 100%;
	padding: 25px 0;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #d1dce1;
}

.page_side_contents .movie_list > ul > li:first-child a {
	padding-top: 0;
}

.page_side_contents .movie_list > ul > li a:hover .txt h3 {
	text-decoration: underline;
}

.page_side_contents .movie_list > ul > li .img {
	display: table-cell;
	vertical-align: top;
	width: 147px;
	padding: 0 15px 0 0;
}

.page_side_contents .movie_list > ul > li .img .img_body {
	padding-top: 56.25%;
	background-color: #f1f1f1;
	border: 1px solid #b3c5cd;
	position: relative;
}

.page_side_contents .movie_list > ul > li .img .img_background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.page_side_contents .movie_list > ul > li .txt {
	display: table-cell;
	vertical-align: top;
	font-size: 1.4rem;
}

.page_side_contents .link-list {
	margin: 0 0 15px;
}

.page_side_contents .link-list li {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #d1dce1;
}

.page_side_contents .link-list.borber_none li {
	padding: 0;
	border-bottom: none;
}

.page_side_contents .link-list li:last-child {
	margin: 0;
}

.page_side_contents .link-list li a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 5px;
	font-size: 1.4rem;
	text-decoration: none;
}

.page_side_contents .link-list li:last-child a {
	margin: 0;
}

.page_side_contents .link-list.borber_none li a {
	margin: 0;
}

.page_side_contents .link-list a:hover .lang {
	text-decoration: underline;
}

.page_side_contents .link-list .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: baseline;
}

.page_side_contents .link-list .lang {
	display: inline-block;
	vertical-align: middle;
}

.page_side_contents .link-list a [class*="icon"] {
	margin: 0 8px 0 0;
	font-size: 10px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.page_side_lnav > nav > ul > li {
	margin: 0 0 60px;
}

.page_side_lnav > nav > ul > li:last-child {
	margin: 0;
}



@media screen and (max-width: 750px) {
	
	.page_side_contents .bnr_list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin: -15px 0 0 -15px;
	}
	
	.page_side_contents .bnr_list ul li {
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
		margin: 15px 0 0 15px;
	}
	
	.page_side_contents .bnr_list ul li:first-child {
		margin: 15px 0 0 15px;
	}
	
	.page_side_contents .bnr_list ul li a img {
		width: 100%;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	
	.page_side_contents .bnr_list ul li .img figcaption {
		font-size: 1.4rem;
	}
	
	.page_side_contents .movie_list > ul > li a {
		padding: 20px 0;
	}
	
	.page_side_contents .movie_list > ul > li .img {
		width: 120px;
	}
	
	.page_side_contents .movie_list > ul > li .txt h3 {
		color: #000;
		font-weight: bold;
	}
	
	.page_side_lnav {
		padding: 40px 3%;
		background-color: #f0f3f5;
	}
	
	.page_side_lnav > nav > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin: -25px 0 0 -20px;
	}
	
	.page_side_lnav > nav > ul > li {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
		margin: 25px 0 0 20px !important;
	}
	
	.page_side_lnav > nav > ul > li .link-list {
		padding: 0 0 0 5px;
	}

}




/*page_contents_item_movie
---------------------------------------------------------- */
.page_main_contents .page_contents_item_movie {
	max-width: 100%;
	margin: 0 auto;
}

.page_contents_item_movie .uliza_body {
	border: 1px solid #b3c5cd;
}

.page_contents_item_movie .uliza {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}

.page_contents_item_movie .uliza .inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.page_contents_item_movie .txt {
	margin: 20px 0 0;
}

.page_contents_item_movie .txt h3 {
	margin: 0 0 5px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

.page_contents_item_movie .txt .txt_box {
	color: #444;
}



@media screen and (max-width: 750px) {
	
	.page_contents_item_movie .txt {
		margin: 10px 0 0;
	}

	.page_contents_item_movie .txt h3 {
		font-size: 1.4rem;
	}
}




/*page_top
---------------------------------------------------------- */
.page_top {
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 2%;
	right: 1.5%;
	z-index: 9999;
}

.page_top a {
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.page_top a img {
	width: 122px;
	height: auto;
}

.page_top .img {
	display: block;
	width: 142px;
	height: 103px;
	margin: 0 0 -13px;
	position: relative;
	background: url(../../img/common/page_top.png) right bottom no-repeat;
	-webkit-background-size: 142px auto;
	-moz-background-size: 142px auto;
	-o-background-size: 142px auto;
	background-size: 142px auto;
}

.page_top.js-changeimg-click .img {
	background: url(../../img/common/page_top_click.png) right bottom no-repeat;
	-webkit-background-size: 142px auto;
	-moz-background-size: 142px auto;
	-o-background-size: 142px auto;
	background-size: 142px auto;
}

.page_top.js-changeimg-hover .img {
	background: url(../../img/common/page_top_hover.png) right bottom no-repeat;
	-webkit-background-size: 142px auto;
	-moz-background-size: 142px auto;
	-o-background-size: 142px auto;
	background-size: 142px auto;
}

.page_top a .circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 75px;
	margin: 0 auto;
	background: #333;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}



@media screen and (max-width: 750px) {
	
	.page_top {
		position: fixed !important;
		bottom: 15px !important;
		right: 0;
	}
	
	.page_top a img {
		width: 104px;
		height: auto;
	}
	
	.page_top .img {
		display: block;
		width: 115px;
		height: 84px;
		margin: 0 0 -7px;
		position: relative;
		background: url(../../img/common/page_top.png) right bottom no-repeat;
		-webkit-background-size: 115px auto;
		-moz-background-size: 115px auto;
		-o-background-size: 115px auto;
		background-size: 115px auto;
	}

	.page_top.js-changeimg-click .img {
		background: url(../../img/common/page_top_click.png) right bottom no-repeat;
		-webkit-background-size: 115px auto;
		-moz-background-size: 115px auto;
		-o-background-size: 115px auto;
		background-size: 115px auto;
	}

	.page_top.js-changeimg-hover .img {
		background: url(../../img/common/page_top_hover.png) right bottom no-repeat;
		-webkit-background-size: 115px auto;
		-moz-background-size: 115px auto;
		-o-background-size: 115px auto;
		background-size: 115px auto;
	}

	.page_top a .circle {
		width: 50px;
		height: 50px;
	}
	
}




/*footer
----------------------------------------*/
.ft_contents {
	position: relative;
	z-index: 1;
}

footer {
	padding: 40px 115px;
}

.footer_simple {
	padding: 30px 0;
}

.footer_simple .copyright {
	color: #4c5356;
	font-size: 1.2rem;
	text-align: center;
}

.footer_block {
	max-width: 1080px;
	margin: 0 auto;
}

.fnav {
	margin: 0 0 50px;
}

.fnav > nav > ul {
	display: table;
	width: 100%;
	margin: 0 0 0 -70px;
}

.fnav > nav > ul > li {
	display: table-cell;
	vertical-align: top;
	width: 198px;
	padding: 0 0 0 70px;
}

.fnav > nav > ul > li > h4 {
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-size: 1.6rem;
	text-align: center;
	border-bottom: 1px solid #c8c8c8;
}

.fnav > nav > ul > li > ul {
	padding: 0 0 0 10px;
}

.fnav > nav > ul > li > ul > li {
	margin: 15px 0 0;
}

.fnav > nav > ul > li > ul > li:first-child {
	margin: 0;
}

.fnav > nav > ul > li > ul > li a {
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.fnav .btn [class*="btn"] {
	font-weight: normal;
}

.fnav .btn [class*="btn_"] {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.fnav .kbc_bnr_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: -20px 0 0 -50px;
}

.fnav .kbc_bnr_list li {
	margin: 20px 0 0 50px;
}

.fnav .kbc_bnr_list li a {
	display: block;
}

.fnav .kbc_bnr_list li a:hover {
	opacity: 0.6;
}

.fnav .kbc_bnr_list li img {
	max-width: 400px;
	max-height: 90px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.ft_copy {
	color: #4c5356;
	font-size: 1.2rem;
	text-align: center;
}

.ft_copy p {
	margin: 10px 0 0;
}

.ft_copy p:first-of-type {
	margin: 0;
}

.ft_copy .copyright {
	margin: 40px 0 0;
}

.sp_ft_map_nav_btn {
	display: none;
}



@media only screen and (max-width: 1440px) {
	
	footer {
		padding: 40px 50px;
	}
	
	.fnav > nav > ul {
		margin: 0 0 0 -40px;
	}
	
	.fnav > nav > ul > li {
		padding: 0 0 0 40px;
	}
}



@media only screen and (min-width: 751px) {
	
	.fnav .toggle_ttl {
		cursor: default !important;
		pointer-events: none;
	}

	.fnav .toggle_txt {
		display: block !important;
	}

	
	.footer_simple .copyright .sp_none {
		display: inline-block !important;
	}

}



@media only screen and (max-width: 750px) {
	
	footer {
		padding: 0 0 20px;
	}
	
	.footer_simple {
		padding: 15px 0;
	}
	
	.fnav {
		margin: 0 0 25px;
	}
	
	.fnav > nav > ul {
		display: block;
		margin: 0;
	}
	
	.fnav > nav > ul > li {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	.fnav > nav > ul > li > h4.toggle_ttl {
		margin: 0;
		padding: 15px 20px;
		font-size: 1.4rem;
		text-align: left;
		border-bottom: 1px solid #c8c8c8;
		position: relative;
	}
	
	.fnav > nav > ul > li:first-child > h4.toggle_ttl {
		border-top: 1px solid #c8c8c8;
	}
	
	.fnav > nav > ul > li h4.toggle_ttl:after {
		display: block;
		content: "";
		width: 17px;
		height: 17px;
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background: url(../../img/common/toggle_plus.png) right center no-repeat;
		-webkit-background-size: 17px auto;
		-moz-background-size: 17px auto;
		-o-background-size: 17px auto;
		background-size: 17px auto;
	}
	
	.fnav > nav > ul > li h4.toggle_ttl.js_show:after {
		background: url(../../img/common/toggle_minutes.png) right center no-repeat;
		-webkit-background-size: 17px auto;
		-moz-background-size: 17px auto;
		-o-background-size: 17px auto;
		background-size: 17px auto;
	}
	
	.fnav > nav > ul > li > ul {
		padding: 0;
	}
	
	.fnav > nav > ul > li > ul > li {
		margin: 0;
	}
	
	.fnav > nav > ul > li > ul > li a {
		display: block;
		padding: 15px 20px;
		font-size: 1.3rem;
		border-bottom: 1px solid #c8c8c8;
	}
	
	.fnav > nav > ul > li > ul > li a:before {
		left: 20px;
	}
	
	.fnav .btn_area .btn {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	}

	.fnav .kbc_bnr_list {
		margin: 0 0 50px;
		padding: 0 13%;
	}

	.fnav .kbc_bnr_list ul {
		display: block;
		margin: 0;
	}
	
	.fnav .kbc_bnr_list li {
		margin: 20px 0 0;
	}

	.fnav .kbc_bnr_list li:first-child {
		margin: 0;
	}
	
	.fnav .kbc_bnr_list li img {
		width: 100%;
		max-width: 100%;
		max-height: 100%;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	
	.ft_copy {
		padding: 0 3%;
		font-size: 1.1rem;
	}
	
	.ft_copy p {
		margin: 5px 0 0;
	}
	
	.ft_copy .copyright {
		margin: 30px 0 0;
	}
	
	.footer_simple .copyright {
		font-size: 1.1rem;
	}
	
	.sp_ft_map_nav_btn {
		display: block;
	}
	
	.sp_ft_map_nav_btn .btn {
		width: 100%;
		color: #fff;
		background-color: #333;
	}
	
}




/*見出し
---------------------------------------------------------- */
.ttl_h2_01 {
	margin: 0 0 40px;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

.ttl_h2_01:after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	margin: 10px auto 0;
	background-color: #2ca9e1;
}

.ttl_h2_01 .sub_ttl {
	display: block;
	margin: 0 0 5px;
	color: #2ca9e1;
	font-size: 3rem;
}

.ttl_h3_01 {
	margin: 0 0 20px;
	padding: 0 0 0 23px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
}

.ttl_h3_01:before {
	content: "";
	position: absolute;
	top: 5.5px;
	left: 0;
	width: 6px;
	height: calc(100% - 10px);
	background-color: #2ca9e1;
}

.page_side_contents .ttl_h3_01 {
	margin: 0 0 15px;
	padding: 0 0 0 15px;
	font-size: 1.8rem;
}

.page_side_contents .ttl_h3_01:before {
	top: 2.5px;
	width: 4px;
	height: calc(100% - 6px);
}

.ttl_h4_01 {
	margin: 0 0 15px;
	color: #2ca9e1;
	font-size: 1.6rem;
	font-weight: bold;
}

.ttl_round_corner {
	display: table;
	width: 100%;
	max-width: 700px;
	margin: 0 auto 20px;
	min-height: 50px;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	-o-border-radius: 99em;
	border-radius: 99em;
}

.page_side_contents .ttl_round_corner {
	min-height: 40px;
}

.ttl_round_corner [class*="ttl_round_corner"] {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	min-height: inherit;
	padding: 5px 20px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	word-break: break-all;
	overflow: hidden;
	position: relative;
	-webkit-appearance: none;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	-o-border-radius: 99em;
	border-radius: 99em;
}

.firefox .ttl_round_corner [class*="ttl_round_corner"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.page_side_contents .ttl_round_corner [class*="ttl_round_corner"] {
	font-size: 1.8rem;
}

.ttl_round_corner01 {
	color: #000;
	background-color: #d5eef9;
}

.ttl_round_corner02 {
	color: #fff;
	background-color: #2ca9e1;
}

.ttl_round_corner03 {
	color: #000;
	background-color: #81cbee;
}

.ttl_cover01,
.ttl_cover02 {
	margin: 0 0 20px;
	padding: 10px 15px;
	background-color: #f0f3f5;
}

.ttl_cover02 {
	background-color: #d5eef9;
}



@media only screen and (max-width: 750px) {
	
	.ttl_h2_01 {
		margin: 0 0 25px;
		font-size: 2.4rem;
	}
	
	.ttl_h2_01 .sub_ttl {
		font-size: 2.1rem;
	}
	
	.ttl_h3_01 {
		margin: 0 0 15px;
		padding: 0 0 0 13px;
		font-size: 1.8rem;
	}
	
	.page_side_contents .ttl_h3_01 {
		padding: 0 0 0 13px;
		font-size: 1.7rem;
	}
	
	.ttl_h3_01:before {
		top: 3.5px;
		width: 3px;
		height: calc(100% - 6px);
	}
	
	.page_side_contents .ttl_h3_01:before {
		top: 3px;
		width: 3px;
		height: calc(100% - 6px);
	}
	
	.ttl_h4_01 {
		margin: 0 0 10px;
		font-size: 1.4rem;
	}
	
	.ttl_round_corner {
		margin: 0 auto 15px;
		min-height: 43px;
		-webkit-border-radius: 99em;
		-moz-border-radius: 99em;
		-o-border-radius: 99em;
		border-radius: 99em;
	}

	.ttl_round_corner [class*="ttl_round_corner"] {
		font-size: 1.7rem;
	}
	
	.ttl_cover01,
	.ttl_cover02 {
		margin: 0 0 15px;
	}

}




/*ボタン
---------------------------------------------------------- */
.btn_area {
	margin: 40px 0 0;
}

.btn_list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 0 -20px;
}

.btn_list > ul > li {
	margin: 0 0 0 20px;
}

.btn_bg_all_cover {
	padding: 15px;
}

.btn_bg_all_cover [class*="btn_"] {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn {
	display: table;
	width: 350px;
	margin: 0 auto;
	min-height: 54px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.btn a,
.btn button,
.btn input,
.btn .no_link {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	min-height: inherit;
	padding: 5px 18px;
	text-decoration: none;
	text-align: center;
	border: none;
	outline: none;
	word-break: break-all;
	overflow: hidden;
	position: relative;
	-webkit-appearance: none;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	-o-border-radius: 99em;
	border-radius: 99em;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.firefox .btn a,
.firefox .btn button,
.firefox .btn input,
.firefox .btn .no_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.btn .no_link.tel_link a {
	display: inline;
	padding: 0;
}

.btn_common01,
.btn_blue01 {
	color: #fff;
	background-color: #2ca9e1;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.btn_blue02 {
	color: #333;
	background-color: #d1dce1;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.btn_white01,
.btn_white02 {
	color: #2ca9e1;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.btn_white02 {
	color: #333;
}

.btn_pink01 {
	color: #fff;
	background-color: #ea2566;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.btn_gray01 {
	background-color: #e4e4e4;
}

.btn_black01 {
	color: #fff;
	background-color: #333;
}

.btn .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.btn .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}

.btn .lang {
	display: inline-block;
	vertical-align: middle;
}

.btn [class*="icon"] {
	margin: 0 10px 0 0;
}



@media screen and (min-width: 751px) {
	
	.btn:hover a,
	.btn:hover input,
	.btn:hover button {
		opacity: 0.6;
	}
	
	.btn:hover [disabled] {
		opacity: 1;
	}
}



@media screen and (max-width: 750px) {
	
	.btn_area {
		margin: 20px 0 0;
	}
	
	.btn_list > ul {
		display: block;
		margin: 0;
	}

	.btn_list > ul > li {
		margin: 20px 0 0;
	}
	
	.btn_list > ul > li:first-child {
		margin: 0;
	}
	
	.btn {
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
		font-size: 1.8rem;
	}
	
	.btn.sp_w100per {
		width: -webkit-calc(100% - 60px) !important;
		width: calc(100% - 60px) !important;
	}
	
	.btn_blue01,
	.btn_white01,
	.btn_white02,
	.btn_pink01 {
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	
}




/*インデント
--------------------------------------------------------- */
p.indent01,
.indent01 > li{
	margin-left: 1.2em !important;
	text-indent: -1.2em;
}

p.indent02,
.indent02 > li{
	margin-left: 1.5em !important;
	text-indent: -1.5em;
}

p.indent03,
.indent03 > li{
	margin-left: 2em !important;
	text-indent: -2em;
}

.asterisk > li > *,
.indent01 > li > *,
.indent02 > li > *,
.indent03 > li > * {
	text-indent: 0;
}




/*注釈
--------------------------------------------------------- */
#contents p.asterisk {
	margin-left: 1em !important;
	text-indent: -1em;
}

span.asterisk {
	display: inline-block;
	margin-left: 1em !important;
	text-indent: -1em;
	font-size: 12px;
	font-size: 1.2rem;
}




/*タブ
---------------------------------------------------------- */
.tab_area {
	margin: 0 0 40px;
}

.tab_area .tab_list {
	margin: 0 0 0 -8px;
}

.tab_area .tab_list li {
	float: left;
	cursor: pointer;
	width: -webkit-calc(50% - 8px);
	width: calc(50% - 8px);
	margin: 0 0 0 8px;
	color: #2ca9e1;
	font-size: 1.8rem;
	font-weight: bold;
	word-break: break-all;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tab_area .tab_list .x2  li {
	width: -webkit-calc(50% - 8px);
	width: calc(50% - 8px);
}

.tab_area .tab_list .x3 li {
	width: -webkit-calc(33.3333% - 8px);
	width: calc(33.3333% - 8px);
}

.tab_area .tab_list .x4 li {
	width: -webkit-calc(25% - 8px);
	width: calc(25% - 8px);
}

.tab_area .tab_list .x5 li {
	width: -webkit-calc(20% - 8px);
	width: calc(20% - 8px);
}

.tab_area .tab_list .x6 li {
	width: -webkit-calc(16.6666% - 8px);
	width: calc(16.6666% - 8px);
}

.tab_area .tab_list .x7 li {
	width: -webkit-calc(14.2857143% - 8px);
	width: calc(14.2857143% - 8px);
}

.tab_area .tab_list li.select,
.tab_area .tab_list li:hover,
.tab_area .tab_list li a.active {
	color: #fff;
	background-color: #2ca9e1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tab_area .tab_list li a {
	text-decoration: none;
}

.tab_area .tab_list li .center {
	display: table;
	width: 100%;
	min-height: 50px;
}

.tab_area .tab_list li .center .lang {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	min-height: inherit;
	padding: 5px;
}

.firefox .tab_area .tab_list li .center .lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.tab_content_box {
	display: none;
}

.tab_content_box.select {
	display: block;
}



@media screen and (max-width: 750px) {
	
	.tab_area {
		margin: 0 0 20px;
	}
	
	.tab_area.js-sp-scroll-view {
		overflow: hidden;
		margin: 0 -3% 4px;
	}
	
	.tab_area.js-sp-scroll-view .tab_list.js-sp-scroll {
		-webkit-overflow-scrolling: touch;
	}
	
	.tab_area.js-sp-scroll-view .tab_list.js-sp-scroll .js-sp-scroll-body {
		display: block;
		max-width: 100%;
		padding: 5px;
		white-space: nowrap;
		font-size: 0;
	}
	
	.tab_area .tab_list li {
		font-size: 1.4rem;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	
	.tab_area.js-sp-scroll-view .tab_list.js-sp-scroll .x5 li,
	.tab_area.js-sp-scroll-view .tab_list.js-sp-scroll .x6 li,
	.tab_area.js-sp-scroll-view .tab_list.js-sp-scroll .x7 li {
		width: 155px;
		display: inline-block;
		float: none;
	}
	
	.tab_area.js-sp-scroll-view .tab_list.js-sp-scroll .x7 li:last-child {
		margin-right: 8px;
	}
	
	.tab_content.bg_white {
		margin: 0 -3%;
		padding: 30px 5%;
		background: #fff;
	}
	
}




/*アコーディオン
---------------------------------------------------------- */
.toggle_ttl {
	cursor: pointer;
}

.toggle_txt {
	display: none;
}




/*画像・テキストブロック（回り込みなし）
---------------------------------------------------------- */
.img_columns_list01 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -4px 0 0 -4px;
}

.img_columns_list01 > ul.x1 {
	display: block;
	margin: 0;
}

.img_columns_list01 > ul > li {
	width: -webkit-calc(50% - 4px);
	width: calc(50% - 4px);
	margin: 4px 0 0 4px;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.img_columns_list01 > ul.x1 > li {
	width: 100%;
	margin-left: 0;
}

.img_columns_list01 > ul.x1 > li:first-child {
	margin-top: 0;
}

.img_columns_list01 > ul.x3 > li {
	width: -webkit-calc(33.3333% - 4px);
	width: calc(33.3333% - 4px);
}

.img_columns_list01 > ul > li > a {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 20px;
	text-decoration: none;
}

.img_columns_list01 > ul > li > a:hover .txt h3 {
	text-decoration: underline;
}

.img_columns_list01 > ul > li .img {
	display: table-cell;
	vertical-align: top;
	width: 102px;
	padding: 0 20px 0 0;
}

.img_columns_list01 > ul > li .img .img_background {
	padding-top: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.img_columns_list01 > ul > li .txt {
	display: table-cell;
	vertical-align: top;
	color: #444;
}

.img_columns_list01 > ul > li .txt h3 {
	margin: 0 0 10px;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

.img_columns_list01 > ul > li .btn_area {
	margin: 0 !important;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.img_columns_list01 > ul > li .btn {
	width: 130px;
	min-height: 30px;
	margin: 0 0 0 auto;
	font-size: 1.4rem;
}



@media only screen and (max-width: 750px) {
	
	.img_columns_list01 > ul {
		display: block;
		margin: 0;
	}
	
	.img_columns_list01 > ul > li {
		width: 100%;
		margin: 3px 0 0;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	
	.img_columns_list01 > ul > li:first-child {
		margin: 0;
	}
	
	.img_columns_list01 > ul.x3 > li {
		width: 100%;
	}
	
	.img_columns_list01 > ul > li .img {
		width: 105px;
		padding: 0 15px 0 0;
	}
	
	.img_columns_list01.btn_area_none > ul > li .txt {
		padding-bottom: 0;
	}
	
	.img_columns_list01 > ul > li .txt h3 {
		font-size: 1.6rem;
	}
	
	.img_columns_list01 > ul > li .btn {
		width: 90px;
		font-size: 1.2rem; 
	}

}





/*記事一覧
----------------------------------------*/
.article_list_label,
.article_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 40px;
}

.article_list_label .label_select,
.article_label .label_select {
	width: 320px;
}

.page_side_contents .article_label .label_select {
	width: 100%;
}

.article_pager_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	align-items: center;
}

.article_pager_column .prev .btn,
.article_pager_column .next .btn {
	width: 140px;
	font-size: 1.8rem;
	font-weight: normal;
}

.article_pager_column.article_dt_pager .prev .btn,
.article_pager_column.article_dt_pager .next .btn {
	width: 193px;
}

.article_pager_column .count {
	padding: 0 10px;
	color: #333;
	font-size: 1.8rem;
}

.article_pager_column .prev .btn .btn_white01,
.article_pager_column .next .btn .btn_white01 {
	color: #000;
}

.article_pager_column .prev .btn [class*="btn_"] {
	padding-left: 20px;
}

.article_pager_column .next .btn [class*="btn_"] {
	padding-right: 20px;
}

.article_pager_column .prev .btn .no_link .center,
.article_pager_column .next .btn .no_link .center {
	opacity: 0.5;
}

.article_pager_column .prev .center,
.article_pager_column .next .center {
	position: relative;
}

.article_pager_column .prev .center:before,
.article_pager_column .next .center:before {
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #185d7c;
	font-family: 'icomoon';
}

.article_pager_column .prev .center:before {
	left: 0;
	font-size: 15px;
	content: "\e904";
}

.article_pager_column .next .center:before {
	right: 0;
	font-size: 15px;
	content: "\e905";
}

.article_list_main {
	margin: 0 0 80px;
	padding: 60px 0;
	background-color: #f0f3f5;
}

.article_list_main .article_list_item {
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	margin: 0 auto;
	position: relative;
}

.article_list_main .article_list_item > a {
	display: block;
	width: 100%;
	color: #333;
	font-size: 1.6rem;
	text-decoration: none;
}

.article_list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -40px;
}

.article_list > ul li {
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	position: relative;
	margin: 0 0 0 40px;
}

.article_list > ul.x2 li {
	width: -webkit-calc(50% - 40px);
	width: calc(50% - 40px);
}

.article_list > ul > li > a,
.article_list > ul > li > .no_link {
	display: block;
	width: 100%;
	padding: 40px 0;
	color: #333;
	font-size: 1.6rem;
	text-decoration: none;
	border-bottom: 1px solid #d1dce1;
}

.page_side_contents .article_list > ul > li > a,
.page_side_contents .article_list > ul > li > .no_link {
	padding: 20px 0;
	font-size: 1.3rem;
}

.article_list > ul > li:nth-child(1) > a,
.article_list > ul.x2 > li:nth-child(2) > a,
.article_list > ul > li:nth-child(1) > .no_link,
.article_list > ul.x2 > li:nth-child(2) > .no_link {
	padding-top: 0;
}

.article_list > ul > li > a:hover h3,
.article_list_main .article_list_item > a:hover h3 {
	text-decoration: underline;
}

.article_list > ul > li > a .table,
.article_list > ul > li > .no_link .table,
.article_list_main .article_list_item > a .table {
	width: 100%;
	table-layout: fixed;
}

.article_list > ul > li .img,
.article_list_main .article_list_item .img {
	display: table-cell;
	vertical-align: top;
	width: 230px;
	padding: 0 20px 0 0;
}

.article_list_main .article_list_item .img {
	width: 408px;
	padding: 0 30px 0 0;
}

.page_side_contents .article_list > ul > li .img {
	width: 130px;
	padding: 0 10px 0 0;
}

.article_list > ul > li .img .img_body,
.article_list_main .article_list_item .img .img_body {
	padding-top: 56.25%;
	background-color: #f1f1f1;
	box-shadow: 0px 0px 0px 1px #b3c5cd inset;
	position: relative;
}

.article_list > ul > li .img .img_background,
.article_list_main .article_list_item .img .img_background {
	position: absolute;
	width: -webkit-calc(100% - 2px);
	width: calc(100% - 2px);
	height: -webkit-calc(100% - 2px);
	height: calc(100% - 2px);
	top: 1px;
	left: 1px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.article_list > ul > li .txt,
.article_list_main .article_list_item .txt {
	display: table-cell;
	vertical-align: top;
}

.article_list > ul > li .txt > .flex,
.article_list_main .article_list_item .txt > .flex {
	flex-wrap: wrap;
}

.article_list > ul > li .txt .cp,
.article_list_main .article_list_item .txt .cp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: baseline;
	width: 100%;
	margin: 0 0 8px;
	font-size: 1.4rem;
}

.article_list_main .article_list_item .txt .cp {
	margin: 0 0 20px;
}

.page_side_contents .article_list > ul > li .txt .cp {
	display: block;
	margin: 0;
	font-size: 1.2rem;
}

.article_list > ul > li .txt .cp .date,
.article_list_main .article_list_item .txt .cp .date {
	width: 135px;
}

.page_side_contents .article_list > ul > li .txt .cp .date {
	width: 100%;
}

.article_list > ul > li .txt .cp .name,
.article_list_main .article_list_item .txt .cp .name {
	width: -webkit-calc(100% - 135px);
	width: calc(100% - 135px);
	color: #2ca9e1;
	font-weight: bold;
}

.page_side_contents .article_list > ul > li .txt .cp .name {
	width: 100%;
}

.article_list > ul > li .txt h3,
.article_list_main .article_list_item .txt h3 {
	width: 100%;
	margin: 0 0 5px;
	color: #000;
	font-weight: bold;
}

.article_list_main .article_list_item .txt h3 {
	margin: 0 0 15px;
}

.article_list > ul > li > .cp,
.article_list_main .article_list_item > .cp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: -webkit-calc(100% - 230px);
	width: calc(100% - 230px);
	margin: 0;
	position: absolute;
	bottom: 20px;
	right: 0;
	color: #444;
	font-size: 1.4rem;
}

.article_list_main .article_list_item > .cp {
	width: -webkit-calc(100% - 408px);
	width: calc(100% - 408px);
	bottom: 0;
}

.article_list > ul > li > .cp .date,
.article_list_main .article_list_item > .cp .date {
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
}

.article_list > ul > li > .cp .btn,
.article_list_main .article_list_item > .cp .btn {
	width: 130px;
	min-height: 30px;
	margin: 0 0 0 auto;
	font-size: 1.4rem;
}



@media only screen and (max-width: 750px) {
	
	.article_list_label,
	.article_label {
		margin: 40px 0 0;
		padding: 40px 3%;
		background: #f0f3f5;
	}
	
	.article_list_label .label_select,
	.article_label .label_select {
		width: 100%;
	}
	
	.article_dt_pager {
		margin: 0 0 40px;
		padding: 30px 3%;
		background-color: #f0f3f5;
	}
	
	.article_pager_column .prev,
	.article_pager_column .next {
		width: -webkit-calc(50% - 50px);
		width: calc(50% - 50px);
	}
	
	.article_pager_column.article_dt_pager .prev,
	.article_pager_column.article_dt_pager .next {
		width: -webkit-calc(50% - 7.5px);
		width: calc(50% - 7.5px);
	}
	
	.article_pager_column .prev .btn,
	.article_pager_column .next .btn {
		width: 100% !important;
		min-height: 50px;
		font-size: 1.7rem;
	}
	
	.article_pager_column .count {
		width: 100px;
		font-size: 1.7rem;
		text-align: center;
	}
	
	.article_list_main {
		margin: 0 0 30px;
		padding: 0;
		background-color: #fff;
	}
	
	.article_list_main .article_list_item {
		width: 100%;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		overflow: hidden;
	}
	
	.article_list_main .article_list_item > a {
		font-size: 1.4rem;
	}
	
	.article_list_main .article_list_item .img,
	.article_list_main .article_list_item .txt {
		display: block;
	}
	
	.article_list_main .article_list_item .img {
		width: 100%;
		padding: 0;
	}
	
	.article_list_main .article_list_item .img .img_body {
		box-shadow: none;
	}
	
	.article_list_main .article_list_item .txt {
		padding: 20px 20px 0;
	}
	
	.article_list_main .article_list_item .txt .txt_in {
		display: none;
	}
	
	.article_list > ul {
		display: block;
		margin: 0;
	}
	
	.article_list > ul > li {
		width: 100%;
		margin: 0;
	}
	
	.article_list > ul.x2 li {
		width: 100%;
	}
	
	.article_list > ul > li > a,
	.article_list > ul > li > .no_link {
		padding: 20px 5px;
		font-size: 1.4rem;
	}
	
	.article_list > ul.x2 > li:nth-child(2) > a,
	.article_list > ul.x2 > li:nth-child(2) > .no_link {
		padding-top: 20px;
	}
	
	.article_list > ul > li .img {
		width: 120px;
		padding: 0 15px 0 0;
	}
	
	.article_list_main .article_list_item .img .img_background {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.article_list > ul > li .txt_in {
		display: none;
	}
	
	.article_list > ul > li .txt > .flex,
	.article_list_main .article_list_item .txt > .flex {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.article_list_main .article_list_item .txt .cp {
		margin: 0 0 10px;
	}
	
	.article_list > ul > li > .cp,
	.article_list_main .article_list_item > .cp {
		font-size: 1.2rem;
	}
	
	.article_list > ul > li > .cp {
		width: -webkit-calc(100% - 125px);
		width: calc(100% - 125px);
	}
	
	.article_list_main .article_list_item > .cp {
		width: 100%;
		padding: 0 20px 20px;
		position: relative;
		bottom: auto;
		right: auto;
	}
	
	.article_list > ul > li > .cp .date,
	.article_list_main .article_list_item > .cp .date {
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
	}
	
	.article_list > ul > li > .cp .btn,
	.article_list_main .article_list_item > .cp .btn {
		width: 90px;
		font-size: 1.2rem;
	}
	
	.article_list > ul > li .txt > .flex h3,
	.article_list_main .article_list_item > .flex .txt h3 {
		margin: 0;
	}
	
}




/*記事詳細
---------------------------------------------------------- */
.article_dt {
	margin: 0 0 80px;
	color: #333;
}

.article_dt_movie {
	margin: 0 0 20px;
	background-color: #f0f3f5;
}

.article_dt_movie .movie {
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #b3c5cd;
}

.article_dt_movie .uliza,
.article_dt_movie .youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.article_dt_movie .uliza .inner,
.article_dt_movie .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.article_dt_movie .uliza .inner img {
	height: auto;
}

.article_dt_movie .uliza .ulizahtml5,
.article_dt_movie .uliza .vjs-tech {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.article_dt_main {
	max-width: 800px;
	margin: 0 auto;
}

.article_dt .article_ttl,
.program_article_dt .article_ttl {
	margin: 0 0 40px;
}

.article_dt .article_ttl h2,
.program_article_dt .article_ttl h2 {
	margin: 0 0 20px;
	color: #f66aa0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

.article_dt .article_ttl h2 {
	color: #2ca9e1;
}

.article_dt .article_ttl h2:after,
.program_article_dt .article_ttl h2:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	margin: 10px auto 0;
	background-color: #ff70a2;
}

.article_dt .article_ttl h2:after {
	background-color: #2ca9e1;
}

.article_dt .article_ttl_h3_01,
.program_article_dt .article_ttl_h3_01 {
	margin: 0 0 20px;
	color: #000;
	font-size: 1.6rem;
	font-weight: bold;
}

.article_dt_main .img,
.article_dt_main .txt,
.article_dt_main .youtube,
.article_dt_main .uliza,
.program_article_dt_main .img,
.program_article_dt_main .txt,
.program_article_dt_main .youtube,
.program_article_dt_main .uliza {
	margin: 0 0 40px;
}

.article_dt_main .img img,
.program_article_dt_main .img img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.article_dt_main .img figcaption,
.program_article_dt_main .img figcaption {
	margin: 10px 0 0;
	color: #444;
	font-size: 1.2rem;
}

.article_dt_main .youtube,
.program_article_dt_main .youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.article_dt_main .youtube iframe,
.program_article_dt_main .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.article_dt_main .uliza,
.program_article_dt_main .uliza {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.article_dt_main .uliza .inner,
.program_article_dt_main .uliza .inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.article_dt_main .uliza .inner img,
.program_article_dt_main .uliza .inner img {
	height: auto;
}

.article_dt_main .uliza .ulizahtml5,
.article_dt_main .uliza .vjs-tech,
.program_article_dt_main .uliza .ulizahtml5,
.program_article_dt_main .uliza .vjs-tech {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.article_dt_main .txt p {
	margin: 30px 0 0;
}

.article_dt_main .txt p:first-child {
	margin: 0;
}

.article_dt_main .btn_area .btn {
	width: 326px;
}

.article_dt_main .widget_list {
	margin: 40px 0 0;
	color: #000;
}

.article_dt .widget_list .name_block,
.program_article_dt_side .widget_list .name_block {
	margin: 0 0 20px;
}

.article_dt .widget_list .name_block .center,
.program_article_dt_side .widget_list .name_block .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.article_dt .widget_list .name_block .lang,
.program_article_dt_side .widget_list .name_block .lang {
	display: inline-block;
	vertical-align: middle;
	font-size: 2rem;
	font-weight: bold;
}

.article_dt .widget_list .name_block [class*="icon"]:before,
.program_article_dt_side .widget_list .name_block [class*="icon"]:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
}

.article_dt .widget_list .name_block .icon_house:before,
.program_article_dt_side .widget_list .name_block .icon_house:before {
	width: 23px;
	height: 23px;
	margin: 0 8px 0 0;
	background: url(../../img/common/icon_house01.svg) left center no-repeat;
	-webkit-background-size: 23px 23px;
	-moz-background-size: 23px 23px;
	-o-background-size: 23px 23px;
	background-size: 23px 23px;
}

.link_icon_btn_list ul,
.article_dt_main .widget_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -20px;
}

.link_icon_btn_list ul li,
.article_dt_main .widget_list ul li {
	margin: 10px 0 0 20px;
}

.link_icon_btn_list ul.x2 li,
.article_dt_main .widget_list ul.x2 li {
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
}

.link_icon_btn_list li .btn,
.article_dt .widget_list li .btn,
.program_article_dt_side .widget_list li .btn {
	width: 100%;
	min-height: 44px;
	font-size: 1.4rem;
}

.firefox .link_icon_btn_list li .btn a,
.firefox .link_icon_btn_list li .btn button,
.firefox .link_icon_btn_list li .btn input,
.firefox .link_icon_btn_list li .btn .no_link,
.firefox .article_dt .widget_list li .btn a,
.firefox .article_dt .widget_list li .btn button,
.firefox .article_dt .widget_list li .btn input,
.firefox .article_dt .widget_list li .btn .no_link,
.firefox .program_article_dt_side .widget_list li .btn a,
.firefox .program_article_dt_side .widget_list li .btn button,
.firefox .program_article_dt_side .widget_list li .btn input,
.firefox .program_article_dt_side .widget_list li .btn .no_link {
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}

.link_icon_btn_list li .btn [class*="icon"]:before,
.article_dt .widget_list li .btn [class*="icon"]:before,
.program_article_dt_side .widget_list li .btn [class*="icon"]:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
}

.link_icon_btn_list li .btn .icon_document:before,
.article_dt .widget_list li .btn .icon_document:before,
.program_article_dt_side .widget_list li .btn .icon_document:before {
	width: 20px;
	height: 24px;
	margin: 0 0 0 3px;
	background: url(../../img/common/icon_document01.svg) left center no-repeat;
	-webkit-background-size: 20px 24px;
	-moz-background-size: 20px 24px;
	-o-background-size: 20px 24px;
	background-size: 20px 24px;
}

.link_icon_btn_list li .btn .icon_tel:before,
.article_dt .widget_list li .btn .icon_tel:before,
.program_article_dt_side .widget_list li .btn .icon_tel:before {
	width: 20px;
	height: 24px;
	background: url(../../img/common/icon_tel01.svg) left center no-repeat;
	-webkit-background-size: 20px 24px;
	-moz-background-size: 20px 24px;
	-o-background-size: 20px 24px;
	background-size: 20px 24px;
}

.link_icon_btn_list li .btn .icon_map:before,
.article_dt .widget_list li .btn .icon_map:before,
.program_article_dt_side .widget_list li .btn .icon_map:before {
	width: 19px;
	height: 27px;
	background: url(../../img/common/icon_map01.svg) left center no-repeat;
	-webkit-background-size: 19px 27px;
	-moz-background-size: 19px 27px;
	-o-background-size: 19px 27px;
	background-size: 19px 27px;
}

.link_icon_btn_list li .btn .icon_url:before,
.article_dt .widget_list li .btn .icon_url:before,
.program_article_dt_side .widget_list li .btn .icon_url:before {
	width: 25px;
	height: 24px;
	background: url(../../img/common/icon_url01.svg) left center no-repeat;
	-webkit-background-size: 25px 24px;
	-moz-background-size: 25px 24px;
	-o-background-size: 25px 24px;
	background-size: 25px 24px;
}

.link_icon_btn_list li .btn .icon_station:before,
.article_dt .widget_list li .btn .icon_station:before,
.program_article_dt_side .widget_list li .btn .icon_station:before {
	width: 21px;
	height: 27px;
	background: url(../../img/common/icon_station01.svg) left center no-repeat;
	-webkit-background-size: 21px 27px;
	-moz-background-size: 21px 27px;
	-o-background-size: 21px 27px;
	background-size: 21px 27px;
}

.link_icon_btn_list li .btn .icon_time:before,
.article_dt .widget_list li .btn .icon_time:before,
.program_article_dt_side .widget_list li .btn .icon_time:before {
	width: 24px;
	height: 24px;
	background: url(../../img/common/icon_time01.svg) left center no-repeat;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-o-background-size: 24px 24px;
	background-size: 24px 24px;
}

.link_icon_btn_list li .btn .icon_calendar:before,
.article_dt .widget_list li .btn .icon_calendar:before,
.program_article_dt_side .widget_list li .btn .icon_calendar:before {
	width: 24px;
	height: 25px;
	background: url(../../img/common/icon_calendar01.svg) left center no-repeat;
	-webkit-background-size: 24px 25px;
	-moz-background-size: 24px 25px;
	-o-background-size: 24px 25px;
	background-size: 24px 25px;
}

.archive_column_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 40px;
}

.archive_column_ttl .ttl_h3_01,
.archive_column_ttl .article_list_label {
	margin: 0;
}

.archive_column_ttl .ttl_h3_01 {
	width: -webkit-calc(100% - 330px);
	width: calc(100% - 330px);
	font-size: 2.4rem;
}



@media only screen and (max-width: 750px) {
	
	.article_dt {
		margin: 0 0 60px;
		padding: 0 3%;
	}
	
	.article_dt_movie {
		margin: 0 0 25px;
		background-color: #fff;
	}
	
	.article_dt .article_ttl,
	.program_article_dt .article_ttl {
		margin: 0 0 20px;
	}
	
	.article_dt .article_ttl h2,
	.program_article_dt .article_ttl h2 {
		margin: 0 0 15px;
		font-size: 1.7rem;
	}
	
	.article_dt .article_ttl_h3_01,
	.program_article_dt .article_ttl_h3_01 {
		margin: 0 0 15px;
		font-size: 1.5rem;
	}
	
	.article_dt_main .img,
	.article_dt_main .txt,
	.article_dt_main .youtube,
	.article_dt_main .uliza,
	.program_article_dt_main .img,
	.program_article_dt_main .txt,
	.program_article_dt_main .youtube,
	.program_article_dt_main .uliza {
		margin: 0 0 20px;
	}
	
	.article_dt_main .img figcaption,
	.program_article_dt_main .img figcaption {
		font-size: 1.1rem;
	}
	
	.article_dt_main .img img,
	.article_dt_main #uliza .inner img,
	.program_article_dt_main .img img,
	.program_article_dt_main #uliza .inner img {
		width: 100%;
	}
	
	.article_dt_main .btn,
	.program_article_dt_main .btn {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	
	.article_dt_main .txt p {
		margin: 15px 0 0;
	}
	
	.article_dt_main .btn_area {
		margin: 30px 0 0;
	}
	
	.article_dt_main .widget_list {
		margin: 30px 0 0;
	}
	
	.article_dt .widget_list .name_block .lang,
	.program_article_dt_side .widget_list .name_block .lang {
		font-size: 1.8rem;
	}
	
	.link_icon_btn_list ul,
	.article_dt_main .widget_list ul {
		display: block;
		margin: 0;
	}
	
	.link_icon_btn_list ul li,
	.article_dt_main .widget_list ul li {
		margin: 10px 0 0;
	}
	
	.link_icon_btn_list ul.x2 li,
	.article_dt_main .widget_list ul.x2 li {
		width: 100%;
	}
	
	.link_icon_btn_list li .btn,
	.article_dt .widget_list li .btn,
	.program_article_dt_side .widget_list li .btn {
		width: 100%;
	}
	
	.archive_column_ttl {
		margin: 0 0 30px;
	}
	
	.archive_column_ttl .ttl_h3_01 {
		width: 100%;
		font-size: 1.7rem;
	}
	
}




/*番組記事詳細
---------------------------------------------------------- */
.program_article_dt {
	max-width: 1080px;
	margin: -15px auto 50px;
	padding: 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
}

.program_article_dt_main {
	float: left;
	width: 560px;
}

.program_article_dt_main .btn {
	width: 226px;
}

.program_article_dt_side {
	float: right;
	width: 340px;
}

.program_article_dt_side .widget_list li {
	margin: 15px 0 0;
}

.program_article_dt_side .widget_list li:first-child {
	margin: 0;
}

.article_dt_others,
.program_article_dt_others {
	padding: 0 0 40px;
	background-color: #fff;
}

.article_dt_others {
	padding: 80px 0 60px;
}

.program_article_dt_others .btn_back {
	margin: 40px 0 80px;
}

.program_article_dt_others .btn_back .btn {
	width: 230px;
}



@media only screen and (max-width: 750px) {
	
	.program_article_dt {
		margin: -20px -3% 0;
		padding: 30px 3%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	
	.program_article_dt_main,
	.program_article_dt_side {
		float: none;
		width: 100%;
	}
	
	.program_article_dt_main {
		margin: 0 0 30px;
	}
	
	.program_article_dt_others {
		margin: 0 -3%;
		padding: 0 3% 30px;
	}
	
	.article_dt_others {
		padding: 40px 0;
		background-color: #f0f3f5;
	}
	
	.program_article_dt_others .btn_bg_all_cover {
		margin: 0 -3%;
	}
	
	.program_article_dt_others .btn_back {
		margin: 20px 0 40px;
	}
	
	.program_article_dt_others .btn_back .btn {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 85px);
	}
	
}




/*広告バナー
---------------------------------------------------------- */
.advertisement_bnr {
	background-color: #f0f3f5;
}

.advertisement_bnr_list {
	max-width: -webkit-calc(1270px + 40px);
	max-width: calc(1270px + 40px);
	margin: 0 auto;
	padding: 0 20px;
}

.advertisement_bnr_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: -20px 0 0 -50px;
}

.advertisement_bnr_list ul.x4 {
	margin: -17px 0 0 -23px;
}

.advertisement_bnr_list li {
	margin: 20px 0 0 50px;
}

.advertisement_bnr_list .x4 li {
	margin: 17px 0 0 23px;
}

.advertisement_bnr_list li a {
	display: block;
}

.advertisement_bnr_list li a:hover {
	opacity: 0.6;
}

.advertisement_bnr_list li a img {
	max-width: 300px;
	max-height: 85px;
}



@media only screen and (max-width: 750px) {
	
	.advertisement_bnr_list {
		padding: 0 3%;
		text-align: center;
	}
	
	.advertisement_bnr_list ul.x2,
	.advertisement_bnr_list ul.x4 {
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
		margin: -10px 0 0 -10px;
	}
	
	.advertisement_bnr_list li {
		max-width: none;
		max-height: none;
		margin: 20px 0 0;
	}
	
	.advertisement_bnr_list li:first-child {
		margin: 0;
	}
	
	.advertisement_bnr_list ul.x2 li,
	.advertisement_bnr_list .x4 li {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
		margin: 10px 0 0 10px;
	}
	
	.advertisement_bnr_list li a img {
		width: 100%;
		max-width: 100%;
		max-height: 100%;
	}
	
}




/*番組カラムリスト
---------------------------------------------------------- */
.program_column_list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.program_column_list > ul {
	margin: -30px 0 0 -10px;
}

.program_column_list.wide > ul {
	margin: -30px 0 0 -30px;
}

.program_column_list.detailed > ul {
	margin: -11px 0 0 -11px;
}

.program_column_list.detailed > ul > li {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.program_column_list > ul > li {
	margin: 30px 0 0 10px;
}

.program_column_list.wide > ul > li {
	margin: 30px 0 0 30px;
}

.program_column_list.detailed > ul > li {
	margin: 11px 0 0 11px;
}

.program_column_list.wide > ul.x5 > li {
	width: -webkit-calc(20% - 30px);
	width: calc(20% - 30px);
}

.program_column_list.detailed > ul.x3 > li {
	width: -webkit-calc(33.3333% - 11px);
	width: calc(33.3333% - 11px);
}

.program_column_list > ul.x5 > li {
	width: -webkit-calc(20% - 10px);
	width: calc(20% - 10px);
}

.program_column_list > ul > li > a,
.program_column_list.detailed > ul > li > a {
	display: block;
	color: #333;
	text-decoration: none;
}

.program_column_list > ul > li > a:hover .program_name,
.program_column_list.detailed > ul > li > a:hover .program_name {
	text-decoration: underline;
}

.program_column_list > ul > li .img img {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.program_column_list.detailed > ul > li .img img {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.program_column_list > ul > li .txt {
	margin: 10px 0 0;
	color: #333;
}

.program_column_list.detailed > ul > li .txt {
	margin: 0;
	padding: 20px;
	border-top: 1px solid #e5e5e5;
}

.program_column_list > ul > li .txt .program_name {
	font-size: 1.6rem;
	font-weight: bold;
}

.program_column_list.detailed > ul > li .txt .program_name {
	font-size: 1.8rem;
	line-height: 1.4;
}

.program_column_list > ul > li .txt .program_date {
	margin: 3px 0 0;
}

.program_column_list > ul > li .txt .program_week {
	margin: 10px 0 0;
}

.program_column_list > ul > li .txt .program_week > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -4px 0 0 -4px;
}

.program_column_list > ul > li .txt .program_week > ul > li {
	width: 26px;
	margin: 4px 0 0 4px;
}

.program_column_list > ul > li .txt .program_week > ul > li .circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	position: relative;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.program_column_list.detailed > ul > li .txt .program_week > ul > li .circle {
	background: #f0f3f5;
}

.program_column_list > ul > li .txt .program_week > ul > li.sat .circle {
	background: #cbdee7;
}

.program_column_list > ul > li .txt .program_week > ul > li.sun .circle,
.program_column_list > ul > li .txt .program_week > ul > li.holiday .circle {
	background: #eecbcb;
}

.program_column_list > ul > li .txt .program_week > ul > li .circle .lang {
	display: inline-block;
	vertical-align: middle;
}

.program_column_list > ul > li .txt .program_detail {
	margin: 15px 0 0;
	font-size: 1.6rem;
}



@media only screen and (max-width: 750px) {
	
	.program_column_list > ul,
	.program_column_list.wide > ul {
		margin: -25px 0 0 -15px;
	}
	
	.program_column_list.detailed > ul {
		margin: 0;
	}
	
	.program_column_list > ul > li,
	.program_column_list.wide > ul > li {
		margin: 25px 0 0 15px;
	}
	
	.program_column_list.detailed > ul > li {
		margin: 0;
		padding: 0;
		background-color: inherit;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		overflow: visible;
	}
	
	.program_column_list.detailed > ul > li > a {
		display: table;
		width: 100%;
		padding: 15px 0;
		border-bottom: 1px solid #f1f2f4;
	}
	
	.program_column_list.detailed > ul > li:first-child > a {
		padding-top: 0;
	}
	
	.program_column_list > ul.x5 > li,
	.program_column_list.wide > ul.x5 > li {
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
	}
	
	.program_column_list.detailed > ul.x3 > li {
		width: 100%;
	}
	
	.sp_program_column_slider li.slick-slide a {
		text-decoration: none;
	}
	
	.program_column_list.detailed > ul > li .img {
		display: table-cell;
		vertical-align: top;
		width: 25%;
		min-width: 120px;
	}
	
	.program_column_list > ul > li .img img,
	.sp_program_column_slider li.slick-slide .img img,
	.program_column_list.detailed > ul > li .img img {
		width: 100%;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	
	.sp_program_column_slider li.slick-slide .img img,
	.program_column_list.detailed > ul > li .img img {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
	}
	
	.sp_program_column_slider li.slick-slide .txt {
		margin: 10px 0 0;
	}
	
	.program_column_list.detailed > ul > li .txt {
		padding: 0 0 0 15px;
		border-top: none;
	}
	
	.program_column_list > ul > li .txt .program_name,
	.program_column_list.detailed > ul > li .txt .program_name {
		font-size: 1.4rem;
	}
	
	.sp_program_column_slider li.slick-slide .txt .program_name {
		font-size: 1.3rem;
	}
	
	.program_column_list > ul > li .txt .program_week > ul > li {
		width: 18px;
	}
	
	.program_column_list > ul > li .txt .program_week > ul > li .circle {
		width: 18px;
		height: 18px;
		font-size: 1rem;
	}
	
	.program_column_list > ul > li .txt .program_detail {
		display: none;
	}
}




/*コメント表示
---------------------------------------------------------- */
.article_dt_cmt{
	max-width: 780px;
	margin: -15px auto 50px;
	padding: 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
}

.program_article_dt_cmt {
	max-width: 1080px;
	margin: -15px auto 50px;
	padding: 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
}



@media only screen and (max-width: 750px) {
	
	.article_dt_cmt,
	.program_article_dt_cmt  {
		margin: -20px -3px 0;
		padding: 30px 3%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		border-top: 3px solid #ddd;
	}
	
}





/*ページタイトル
---------------------------------------------------------- */
.page_ttl {
	padding: 15px;
	text-align: center;
	background-color: #fff;
}



@media only screen and (max-width: 750px) {
	
	.page_ttl {
		padding: 15px 3%;
	}
	
}



/*リンク
---------------------------------------------------------- */
.normal_link a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.normal_link .txt_line .lang {
	text-decoration: underline;
}

.normal_link a:hover .lang {
	text-decoration: underline;
}

.normal_link .txt_line  a:hover .lang {
	text-decoration: none;
}

.normal_link a .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: baseline;
}

.normal_link a .lang {
	display: inline-block;
	vertical-align: middle;
}

.normal_link a.icon_blank .lang:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: -2px 0 0 10px;
	background-image: url(../../img/common/icon_blank_bl01.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.normal_link a [class*="icon"] {
	margin: 0 8px 0 0;
}

.normal_link a [class*="icon_arrow01"] {
	font-size: 10px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.normal_link a .icon_document {
	margin: 0 0 0 10px;
}

.normal_link a .icon_document:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 22px;
	background: url(../../img/common/icon_document01.svg) left center no-repeat;
	-webkit-background-size: 18px 22px;
	-moz-background-size: 18px 22px;
	-o-background-size: 18px 22px;
	background-size: 18px 22px;
}

.normal_link .txt_link a {
	color: #2ca9e1;
}

.normal_link .txt_link a:hover {
	text-decoration: underline;
}




/*ボーターブロック
---------------------------------------------------------- */
.border_block {
	padding: 20px;
	border: 1px solid #d1dce1;
}



@media only screen and (max-width: 750px) {
	
	.border_block {
		padding: 15px;
	}
	
}




/*装飾リスト
---------------------------------------------------------- */
.icon-list01 li .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: baseline;
}

.icon-list01 li .lang {
	display: inline-block;
	vertical-align: middle;
}

.icon-list01 li [class*="icon"] {
	margin: 0 8px 0 0;
	color: #333;
	font-size: 10px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}



@media only screen and (max-width: 750px) {
	
	.icon-list01 li [class*="icon"] {
		margin: 0 5px 0 0;
	}
	
}




/*番号リスト
---------------------------------------------------------- */
.number_txt .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: baseline;
}

.number_txt .lang {
	display: inline-block;
	vertical-align: middle;
}

.number_txt .number {
	margin: 0 8px 0 0;
}



@media only screen and (max-width: 750px) {
	
	.number_txt .number {
		margin: 0 5px 0 0;
	}
	
}




/*フォーム関連
---------------------------------------------------------- */
.label_select {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 0px 0px 1px #c8c8c8 inset;
	box-shadow: 0px 0px 0px 1px #c8c8c8 inset;
	overflow: hidden;
}

.label_select:after {
	content: "\e902";
	font-size: 10px;
	font-family: 'icomoon';
	position: absolute;
	display: block;
	top: 50%;
	right: 14px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #185d7c;
}

.label_select select {
	cursor: pointer;
	width: 100%;
	height: 100%;
	padding: 0 40px 0 15px;
	color: #000;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
	background: none;
	border: none;
	position: relative;
	z-index: 10;
}

html:not(.ie) .label_select select {
	font-size: 16px;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	width: -webkit-calc(100% / 0.85);
	width: calc(100% / 0.85);
	height: -webkit-calc(100% / 0.85);
	height: calc(100% / 0.85);
}

.label_select select::-ms-expand {
	display: none;
}

.search_form_column {
	height: 45px;
	-webkit-box-shadow: 0px 0px 0px 1px #c8c8c8 inset;
	box-shadow: 0px 0px 0px 1px #c8c8c8 inset;
	background: #fff;
}

.search_form_column_body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search_form_column_body .txt {
	width: -webkit-calc(100% - 45px);
	width: calc(100% - 45px);
	padding: 6px 15px;
	padding-right: 0;
	font-size: 1.4rem;
	border: none;
}

.search_form_column_body .submit {
	width: 45px;
	color: #185d7c;
	font-size: 18px;
	position: relative;
	z-index: 10;
}

.search_form_column_body .txt::-webkit-input-placeholder {
	font-size: 1.4rem;
}

.search_form_column_body .txt:-ms-input-placeholder {
	font-size: 1.4rem;
}

.search_form_column_body .txt::-moz-placeholder {
	font-size: 1.4rem;
}

.radio_input,
.checkbox_input {
	display: none;
}

.radio_parts,
.checkbox_parts {
	cursor: pointer;
	display: inline-block;
	padding-left: 28px;
	font-size: 1.6rem;
	position: relative;
}

.radio_parts::before,
.checkbox_parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 14px;
	height: 14px;
	border: 3px solid #2ca9e1;
	background: #fff;
}

.radio_parts::before {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.checkbox_input:checked + .checkbox_parts::before {
	background: #2ca9e1;
}

.checkbox_input:checked + .checkbox_parts::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 3px;
	margin-top: -7px;
	width: 10px;
	height: 6px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.radio_input:checked + .radio_parts::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 6px;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background: #2ca9e1;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.radio_input:checked + .btn .btn_white01,
.checkbox_input:checked + .btn .btn_white01  {
	color: #fff;
	background: #2ca9e1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.radio_input_list > ul,
.checkbox_input_list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -40px 0 0 -40px;
}

.radio_input_list > ul > li,
.checkbox_input_list > ul > li {
	margin: 40px 0 0 40px;
}

.radio_input_list > ul.btn_radio_input {
	margin: -20px 0 0 -20px;
}

.radio_input_list > ul.btn_radio_input > li {
	margin: 20px 0 0 20px;
}

.form_contents {
	padding: 60px 60px 90px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.form_overview_txt {
	margin: 0 0 50px;
	padding: 40px 30px;
	border: 1px dashed #2ca9e1;
}

.form_overview_txt .txt {
	font-size: 1.6rem;
	line-height: 2;
}

.form_contents .form_items .ttl_h3_01 {
	margin: 0 0 20px;
	padding: 0 0 0 15px;
	font-size: 1.8rem;
}

.form_contents .form_items .ttl_h3_01:before {
	top: 4px;
	width: 5px;
	height: calc(100% - 8px);
}

.form_overview .explanatory_txt {
	font-size: 1.6rem;
	line-height: 2;
}

.form_step .form_step_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 40px;
}

.form_step .form_step_list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.form_step .form_step_list ul:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #2ca9e1;
}

.form_step .form_step_list > ul > li {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.form_step .form_step_list > ul > li:nth-child(n+2) {
	margin: 0 0 0 130px;
}

.form_step .form_step_list > ul > li .circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	margin: 0 auto 5px;
	color: #2ca9e1;
	font-size: 2rem;
	font-weight: bold;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 2px #2ca9e1 inset;
	box-shadow: 0px 0px 0px 2px #2ca9e1 inset;
}

.form_step .form_step_list > ul > li.current .circle {
	color: #fff;
	background-color: #2ca9e1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form_contents .form_items > dl {
	margin: 50px 0 0;
}

.form_contents .form_items > dl:first-child {
	margin: 0;
}

.form_contents .form_items .must {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	margin: 0 0 0 10px;
	padding: 0 2px;
	color: #d70022;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	border: 2px solid #d70022;
	-webkit-border-radius: 99em;
	border-radius: 99em;
}

.form_contents .form_items > dl dd {
	line-height: 2;
}

.form_contents .form_items .error_txt p {
	color: #df3570;
}

.form_contents .form_items .error_txt p:first-child {
	margin: 10px 0 0;
}

.form_contents .form_items label .btn,
.form_contents .btn_area .btn {
	width: 310px;
}

.form_contents .btn_white01 {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.form_contents .form_items input.error,
.form_contents .form_items textarea.error,
.form_contents .form_items .label_select select.error {
	-webkit-box-shadow: 0px 0px 0px 2px #df3570 inset;
	box-shadow: 0px 0px 0px 2px #df3570 inset;
}

.form_contents .form_items textarea {
	min-height: 185px;
}

.form_contents form .btn_area {
	margin: 80px 0 0;
}

.form_contents .form_items input:focus,
.form_contents .form_items textarea:focus {
	-webkit-box-shadow: 0px 0px 0px 2px #35addf inset;
	box-shadow: 0px 0px 0px 2px #35addf inset;
}

.form_contents .form_items .not,
.form_contents .form_items .not + .btn .btn_white01 {
	color: #000;
	border: none;
	background-color: #fff8c7;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form_contents .btn_area .btn :disabled {
	opacity: .4;
}

.form_contents .form_onsent {
	max-width: 780px;
	margin: 80px auto 0;
	padding: 30px;
	text-align: center;
	background-color: #f8f9fb;
}

.form_contents .form_onsent .txt {
	font-size: 1.6rem;
	line-height: 2;
}

.form_contents .form_onsent .txt a {
	color: #2ca9e1;
}

.form_contents .form_onsent .btn_area {
	margin: 20px 0 0;
}

.form_contents .form_onsent .btn_area .btn {
	width: 250px;
}

.form_thanks {
	text-align: center;
}

.form_thanks h2 {
	margin: 0 0 30px;
	color: #2ca9e1;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}

.form_thanks .txt {
	line-height: 2.4;
}



@media only screen and (max-width: 750px) {
	
	.radio_input_list > ul:not(.btn_radio_input),
	.checkbox_input_list > ul {
		display: block;
		margin: 0;
	}
	
	.radio_input_list > ul:not(.btn_radio_input) > li,
	.checkbox_input_list > ul > li {
		margin: 10px 0 0;
	}
	
	.radio_input_list > ul:not(.btn_radio_input) > li:first-child,
	.checkbox_input_list > ul > li:first-child {
		margin: 0;
	}
	
	.radio_input_list > ul.btn_radio_input {
		margin: -10px 0 0 -10px;
	}
	
	.radio_input_list > ul.btn_radio_input > li {
		margin: 10px 0 0 10px;
	}
	
	.radio_input_list > ul.btn_radio_input > li {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	
	.radio_input_list > ul.btn_radio_input > li .btn {
		width: 100%;
	}
	
	.form_contents {
		padding: 0;
		background-color: inherit;
	}
	
	.form_overview_txt {
		margin: 0 0 30px;
		padding: 25px;
	}

	.form_overview_txt .txt {
		font-size: 1.4rem;
	}
	
	.form_contents .form_items .ttl_h3_01 {
		margin: 0 0 15px;
		padding: 0 0 0 10px;
		font-size: 1.5rem;
	}
	
	.form_contents .form_items .ttl_h3_01:before {
		top: 3px;
		width: 3px;
		height: calc(100% - 6px);
	}
	
	.form_overview {
		margin: 0 0 30px;
	}
	
	.form_overview .explanatory_txt {
		font-size: 1.4rem;
	}
	
	.form_step .form_step_list {
		margin: 0 0 30px;
	}
	
	.form_step .form_step_list > ul > li {
		font-size: 1.35rem;
	}
	
	.form_step .form_step_list > ul > li:nth-child(n+2) {
		margin: 0 0 0 75px;
	}
	
	.form_contents .form_items > dl {
		margin: 40px 0 0;
	}
	
	.form_contents .form_items dd .label_select,
	.form_contents .form_items dd input[class*="w"],
	.form_contents .form_items dd textarea[class*="w"] {
		width: 100% !important;
	}
	
	.form_contents .form_items .must {
		font-size: 1.1rem;
	}
	
	.form_contents .form_items label .btn,
	.form_contents form .btn_area .btn {
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
	}
	
	.form_contents form .btn_area {
		margin: 40px 0 0;
	}

	.form_contents .form_onsent {
		max-width: 100%;
		margin: 40px auto 0;
		padding: 20px;
		text-align: left;
	}
	
	.form_contents .form_onsent .txt {
		font-size: 1.3rem;
		line-height: 2;
	}

	.form_contents .form_onsent .btn_area {
		margin: 10px 0 0;
	}

	.form_contents .form_onsent .btn_area .btn {
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
	}

	.form_thanks h2 {
		margin: 0 0 10px;
		font-size: 2rem;
	}
	
}



/*お問い合わせ
---------------------------------------------------------- */
.overview_contact > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}

.overview_contact > ul > li {
	margin-left: 20px;
	padding: 20px;
	border: 1px solid #d1dce1;
	background-color: #f0f3f5;
}

.overview_contact > ul.x2 > li {
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
}

.overview_contact > ul > li .list_item_in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.overview_contact > ul > li .circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin: 0 20px 0 0;
	position: relative;
	color: #2ca9e1;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.overview_contact > ul > li .circle [class*="icon"] {
	font-size: 34px;
}

.overview_contact > ul > li .ttl_h4_01 {
	margin: 0 0 5px;
}

.overview_contact > ul > li .tel_link {
	color: #e40000;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.3;
}

.overview_contact > ul > li .tel_link a {
	display: inline-block;
	color: #e40000;
	text-decoration: none;
}

.overview_contact > ul > li .meta {
	margin: 5px 0 0;
	font-size: 1.2rem;
}

.overview_contact_exclamation .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: baseline;
}

.overview_contact_exclamation [class*="icon"] {
	margin: 0 8px 0 0;
	color: #ff3366;
	font-size: 20px;
	top: 2px;
	position: relative;
}

.overview_contact_exclamation .lang {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}



@media only screen and (max-width: 750px) {
	
	.overview_contact > ul {
		display: block;
		margin-left: 0;
	}

	.overview_contact > ul > li {
		margin-left: 0;
		padding: 35px 15px 15px;
		text-align: center;
		position: relative;
	}
	
	.overview_contact > ul.x2 > li {
		width: 100%;
		margin-top: 17.5px;
	}
	
	.overview_contact > ul > li:nth-child(n+2) {
		margin-top: 35px;
	}
	
	.overview_contact > ul > li .list_item {
		display: inline-block;
		text-align: left;
	}

	.overview_contact > ul > li .list_item_in {
		display: block;
	}
	
	.overview_contact > ul > li .circle {
		width: 65px;
		height: 32.5px;
		margin: 0 auto;
		color: #2ca9e1;
		position: absolute;
		top:-17.5px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background: #f0f3f5;
		border: 1px solid #d1dce1;
		border-bottom: none;
		border-radius: 65px 65px 0 0;
	}
	
	.overview_contact > ul > li .circle:before {
		content: "";
		display: block;
		width: 65px;
		height: 15px;
		position: absolute;
		top: 16.5px;
		left: -1px;
		background: #f0f3f5;
	}
	
	.overview_contact > ul > li .circle [class*="icon"] {
		margin-top: 25px;
		font-size: 26px;
		position: relative;
		z-index: 1;
	}
	
	.overview_contact > ul > li .tel_link {
		font-size: 2.2rem;
	}
	
	.overview_contact_exclamation [class*="icon"] {
		font-size: 16px;
	}

	.overview_contact_exclamation .lang {
		font-size: 1.6rem;
	}

	
}




/*ボーダー囲い
---------------------------------------------------------- */
.border-panel-pd-4030 {
	padding: 40px 30px;
	border: 1px dashed #2ca9e1;
}



@media only screen and (max-width: 750px) {
	
	.border-panel-pd-4030 {
		padding: 25px;
	}
	
	[class*="border-panel-pd"] .btn_area .btn {
		width: 100%;
	}
	
}




/*テーブル
---------------------------------------------------------- */
[class*="table_type"] table {
	word-break: break-all;
}

.table_type02 table {
	font-size: 1.6rem;
}

.table_type01 thead th {
	color: #fff;
	text-align: center;
	border: 2px solid #f0f3f5;
	border-bottom: none;
	background-color: #2ca9e1;
}

[class*="table_type"] th,
[class*="table_type"] td {
	padding: 20px;
}

.table_type01 th {
	text-align: center;
	border: 2px solid #f0f3f5;
	background: #d5eef9;
}

.table_type02 th {
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #2ca9e1;
}

.table_type02 tr:last-child th {
	border-bottom: 1px solid #2ca9e1;
}

.table_type01 td {
	border: 2px solid #f0f3f5;
}

.table_type02 td {
	border-bottom: 1px solid #c2c5c7;
}

.table_type02 tr:first-child td {
	border-top: 1px solid #c2c5c7;
}



@media screen and (max-width: 750px) {
	
	.table_type02 table {
		font-size: 1.4rem;
	}
	
	.sp_table_block > table th,
	.sp_table_block > table td {
		display: block;
		width: 100%;
	}
	
	[class*="table_type"] th,
	[class*="table_type"] td {
		padding: 15px;
	}
	
	.table_type02.sp_table_block th,
	.table_type02.sp_table_block td {
		border: none !important;
	}
	
	.table_type02.sp_table_block th {
		text-align: center;
	}
	
	.table_type02.sp_table_block td {
		padding: 20px 15px 30px;
	}
	
}




/*余白
---------------------------------------------------------- */
.space-mg-t5 {
	margin-top: 5px;
}

.space-mg-t10 {
	margin-top: 10px;
}

.space-mg-t15 {
	margin-top: 15px;
}

.space-mg-t20 {
	margin-top: 20px;
}

.space-mg-t30 {
	margin-top: 30px;
}

.space-mg-t40 {
	margin-top: 40px;
}

.space-mg-t50 {
	margin-top: 50px;
}

.space-mg-t60 {
	margin-top: 60px;
}

.space-mg-t70 {
	margin-top: 70px;
}

.space-mg-t80 {
	margin-top: 80px;
}

.space-mg-t90 {
	margin-top: 90px;
}

.space-mg-t100 {
	margin-top: 100px;
}

.space-mg-b5 {
	margin-bottom: 5px;
}

.space-mg-b10 {
	margin-bottom: 10px;
}

.space-mg-b15 {
	margin-bottom: 15px;
}

.space-mg-b20 {
	margin-bottom: 20px;
}

.space-mg-b30 {
	margin-bottom: 30px;
}

.space-mg-b40 {
	margin-bottom: 40px;
}

.space-mg-b50 {
	margin-bottom: 50px;
}

.space-mg-b60 {
	margin-bottom: 60px;
}

.space-mg-b70 {
	margin-bottom: 70px;
}

.space-mg-b80 {
	margin-bottom: 80px;
}

.space-mg-b90 {
	margin-bottom: 90px;
}

.space-mg-b100 {
	margin-bottom: 100px;
}

.space-pd-tb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.space-pd-tb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.space-pd-tb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.space-pd-tb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.space-pd-tb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.space-pd-tb60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.space-pd-tb70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.space-pd-tb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.space-pd-tb90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.space-pd-tb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}



@media screen and (max-width: 750px) {
	
	.space-mg-t10 {
		margin-top: 5px;
	}

	.space-mg-t15 {
		margin-top: 10px;
	}

	.space-mg-t20 {
		margin-top: 10px;
	}

	.space-mg-t30 {
		margin-top: 15px;
	}

	.space-mg-t40 {
		margin-top: 20px;
	}

	.space-mg-t50 {
		margin-top: 25px;
	}

	.space-mg-t60 {
		margin-top: 30px;
	}

	.space-mg-t70 {
		margin-top: 35px;
	}

	.space-mg-t80 {
		margin-top: 40px;
	}

	.space-mg-t90 {
		margin-top: 45px;
	}

	.space-mg-t100 {
		margin-top: 50px;
	}
	
	.space-mg-b10 {
		margin-bottom: 5px;
	}

	.space-mg-b15 {
		margin-bottom: 10px;
	}

	.space-mg-b20 {
		margin-bottom: 10px;
	}

	.space-mg-b30 {
		margin-bottom: 15px;
	}

	.space-mg-b40 {
		margin-bottom: 20px;
	}

	.space-mg-b50 {
		margin-bottom: 25px;
	}

	.space-mg-b60 {
		margin-bottom: 30px;
	}

	.space-mg-b70 {
		margin-bottom: 35px;
	}

	.space-mg-b80 {
		margin-bottom: 40px;
	}

	.space-mg-b90 {
		margin-bottom: 45px;
	}

	.space-mg-b100 {
		margin-bottom: 50px;
	}
	
	.sp-space-mg-b10 {
		margin-bottom: 10px !important;
	}
	
	.sp-space-mg-b15 {
		margin-bottom: 15px !important;
	}

	.sp-space-mg-b20 {
		margin-bottom: 20px !important;
	}

	.sp-space-mg-b30 {
		margin-bottom: 30px !important;
	}

	.sp-space-mg-b40 {
		margin-bottom: 40px !important;
	}

	.sp-space-mg-b50 {
		margin-bottom: 50px !important;
	}

	.sp-space-mg-b60 {
		margin-bottom: 60px !important;
	}

	.sp-space-mg-b70 {
		margin-bottom: 70px !important;
	}

	.sp-space-mg-b80 {
		margin-bottom: 80px !important;
	}

	.sp-space-mg-b90 {
		margin-bottom: 90px !important;
	}

	.sp-space-mg-b100 {
		margin-bottom: 100px !important;
	}
	
	.space-pd-tb10 {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.space-pd-tb20 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.space-pd-tb30 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.space-pd-tb40 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.space-pd-tb50 {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.space-pd-tb60 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.space-pd-tb70 {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.space-pd-tb80 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.space-pd-tb90 {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.space-pd-tb100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.sp-space-pd-tb10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.sp-space-pd-tb20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.sp-space-pd-tb30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.sp-space-pd-tb40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.sp-space-pd-tb50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.sp-space-pd-tb60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.sp-space-pd-tb70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.sp-space-pd-tb80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.sp-space-pd-tb90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.sp-space-pd-tb100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
}


