@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

/* common */
* {
	font-family: 'Rounded M+ 1c', sans-serif;
}

body {
	font-family: 'Rounded M+ 1c', sans-serif;
}

button:hover {
	opacity: 0.6;
}

a:hover {
	color: #0085B2 !important;
}

/* breadCrumb */
.top-menu-title p {
	color: #0085B2;
}

/* box */
.box {
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	font-weight: 400;
	color: #444;
}

.box1 {
	font-size: 22px;
	line-height: 1.25;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	color: #555;
	border-bottom: 1px solid #888;
	border-top: 2px solid #0085B2;
}

.box2 {
	font-size: 22px;
	line-height: 1.25;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 20px;
	color: #fff;
	background: #0085B2;
}

.box3 {
	font-size: 22px;
	line-height: 1.25;
	text-align: left;
	font-weight: bold;
	padding: 5px 20px;
	margin-bottom: 20px;
	color: #333;
	border-left: 8px solid #0085B2;
}

.box4 {
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
	padding: 20px 20px;
	margin-bottom: 20px;
	border: 2px solid #ccc;
}

.box5 {
	font-size: 22px;
	line-height: 1.25;
	text-align: left;
	left: 500px;
	padding: 13px 25px;
	margin-bottom: 20px;
	background: #ddd;
	border-left: 8px solid #0085B2;
	color: #0085B2;
}

/* text style */
.tit_01 {
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	color: #000;
}

.tit_02 {
	font-weight: 800;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	color: #000;
}

.tit_03 {
	font-weight: 400;
	font-size: 26px;
	line-height: 42px;
	text-align: left;
	color: #000;
}

.tit_04 {
	font-weight: 300;
	font-size: 15px;
	line-height: 27px;
	text-align: left;
	color: #000;
}

.tit_05 {
	font-weight: 300;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
	color: #000;
}

/*font*/
.tit_06 {
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	color: #000;
}

/* text style_vertical */
.tit_01_v {
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 5px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-tb;
	-ms-writing-mode: tb-rl;
	text-align: center;
	color: #000;
}

.tit_02_v {
	font-weight: 800;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 5px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-tb;
	-ms-writing-mode: tb-rl;
	text-align: center;
	color: #000;
}

.tit_03_v {
	font-weight: 400;
	font-size: 30px;
	line-height: 42px;
	letter-spacing: 5px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-tb;
	-ms-writing-mode: tb-rl;
	text-align: left;
	color: #000;
}

.tit_04_v {
	font-weight: 300;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 5px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-tb;
	-ms-writing-mode: tb-rl;
	text-align: left;
	color: #000;
}

.tit_05_v {
	font-weight: 300;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 5px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-tb;
	-ms-writing-mode: tb-rl;
	text-align: left;
	color: #000;
}

/*font*/
.tit_06_v {
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 5px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-tb;
	-ms-writing-mode: tb-rl;
	text-align: left;
	color: #000;
}

/* sub_table */
.s_table01 {
	width: 100%;
	margin: auto;
}

.s_table01 th, .s_table01 td {
	border-width: 1px 0;
	border-style: solid;
	border-color: #d0d4d9;
}

.s_table01 th {
	font-size: 18px;
	line-height: 28px;
	padding: 15px 25px;
	text-align: left;
	font-weight: bold;
	background: #f5f7f9;
	width: 200px;
}

.s_table01 td {;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	padding: 15px;
	background: #fff;
	vertical-align: middle;
}

.s_table02 {
	width: 100%;
	margin: auto;
}

.s_table02 th {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	border: 3px solid #fff;
	padding: 12px 3px;
	background: #333;
	color: #fff;
}

.s_table02 td {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #f1f1f1;
	padding: 8px 3px;
	color: #333;
}

.s_table02 th a {
	color: #fff;
}

.s_table03 {
	width: 100%;
	margin: auto;
}

.s_table03 th {
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	font-weight: 900;
	border-bottom: 1px dotted #ccc;
	padding: 15px 10px;
	vertical-align: top;
	width: 30%;
	color: #0085B2;
}

.s_table03 td {
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	font-weight: 300;
	border-bottom: 1px dotted #ccc;
	padding: 15px 10px;
	color: #888;
}

.s_table04 {
	width: 100%;
	margin: auto;
	border-bottom: 1px solid #bcbcbc;
}

.s_table04 th {
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding: 15px 10px;
	vertical-align: top;
	color: #313131;
}

.s_table04 td {
	font-size: 16px;
	line-height: 28px;
	text-align: right;
	border-bottom: 1px dotted #ccc;
	padding: 15px 10px;
	color: #d10000;
}

.s_table05 {
	width: 100%;
	border-bottom: solid 1px #e4e4e4;
}

.s_table05 th {
	font-size: 16px;
	padding: 20px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #e4e4e4;
	line-height: 1;
	letter-spacing: 0.1em;
	width: 200px;
}

.s_table05 td {
	font-size: 14px;
	padding: 20px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #e4e4e4;
}
.s_table05 tbody th, .s_table05 tbody td {padding: 10px 20px;}
/* button */
.btn01 {
	font-size: 16px;
	color: #000;
	font-weight: 200;
	width: 100px;
	margin: 0 auto;
	float: left;
	bottom: 0px;
	border: 0px;
	background: #eee;
	padding: 5px 0px;
	overflow: hidden;
}

.btn02 {
	font-size: 16px;
	color: #fff;
	font-weight: 200;
	width: 150px;
	margin: 0 auto;
	border: 1px solid #fff;
	background: none;
	padding: 12px 0px 14px 0px;
	overflow: hidden;
}

.btn01:hover {
	color: #fff;
	background: #0085B2;
	transition: all 0.3s;
	border: 1px solid #fff;
}

.btn02:hover {
	color: #a6937c;
	background: #fff;
	transition: all 0.3s;
	border: 0px solid #fff;
}

/*Board*/
.Board .m_titbox-type {
	width: 150px;
	writing-mode: lr-tb;
	-webkit-writing-mode: lr-tb;
	-ms-writing-mode: lr-tb;
}

/*Board mod_article01*/
.mod_article01 .time {
	color: #fff;
	background: #0085B2;
}

.mod_article01 .tit {
	color: #000;;
}

/*Board mod_article02*/
.mod_article02 .time {;
	color: #fff;
	background: #0085B2;
}

.mod_article02 .tit {
	color: #000;
}

.mod_article02 .txt {
	color: #999;
}

/*Board mod_article03*/
.mod_article03 .time {
	color: #fff;
	background: #0085B2;
}

.mod_article03 .tit {
	color: #000;
}

.mod_article03 .txt {
	color: #999;
}

/*etc*/
.link_content {
	width: 100%;
}

.link_content .link_box {
	width: 47%;
}

.link_content .link_box .link_btn {
	background: #f7f7f7;
	border: 2px solid #ddd;
	border-radius: 50px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}

.link_content .link_box .link_btn a {
	padding: 10px 30px;
}

.link_content .link_box .box:nth-child(1) {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.link_content .l_left {
	float: left;
}

.link_content .l_right {
	float: right;
}

/* PC [ 769px ~ ] */
@media all and (min-width: 769px),(max-width: 1200px) {

	/* header for nav */
	.P-nav-logo {
		padding: 25px 20px 15px 20px;
		font-size: 30px;
		line-height: 40px;
		color: #000;
	}

	.P-nav-logo img {
		width: 200px;
	}

	/* Nav links */
	.P-nav-item {
		position: relative;
		display: inline-block;
		padding: 30px 20px;
		font-weight: 500;
		color: #111;
	}

	.P-nav-item:hover, .P-nav-item:focus {
		color: #000;
		text-decoration: none;
	}

	/* main _ slide */
	.main-slider {
		overflow: hidden;
	}

	.main-slide-text {
		position: relative;
		width: 1200px;
		margin: 0 auto;
		text-align: center;
		z-index: 1;
	}

	.main-slide-text .visual-text {
		height: 400px;
		position: absolute;
		margin: 0;
		padding-top: 50px;
		left: 10%;
		color: #fff;
		z-index: 5;
		letter-spacing: 5px;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-tb;
		-ms-writing-mode: tb-rl;
		overflow-y: auto;
	}

	.main-slide-text .visual-text span {
		background: #fff;
		font-size: 15px;
		padding: 10px 3px;
		vertical-align: top;
		display: block;
		margin-right: 10px;
	}

	.main-slider {
		width: 100%;
		overflow: hidden;
	}

	.main-slider li {
		position: relative;
		width: 100%;
		height: 530px;
		overflow: hidden;
		background-size: 100% auto;
		overflow-y: auto;
	}

	/* main _ contents */
	.P-contents {
		width: 100%;
		position: relative;
		display: block;
		overflow-x: hidden;
	}

	section {
		width: 100%;
		margin: 0px auto 100px auto;
		overflow: hidden;
	}

	.m_titbox {
		width: 100px;
		margin-right: 0;
		display: inline-block;
	}

	.m_titbox-type {
		text-align: left;
		font-size: 28px;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		letter-spacing: 5px;
		color: #0085B2;
	}

	.m_titbox-type span {
		color: #888;
		font-size: 15px;
		padding-top: 8px;
		letter-spacing: 5px;
	}

	.m_titbox-type_w {
		text-align: left;
		font-size: 28px;
		line-height: 40px;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		letter-spacing: 5px;
		margin-bottom: 50px;
		color: #fff;
	}

	.m_titbox-type_w span {
		font-size: 15px;
		padding-top: 8px;
		letter-spacing: 5px;
	}

	/*section_01*/
	.section_01 {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0 30px 0;
		position: relative;
		background: #0085B2;
	}

	.about_bg {
		position: absolute;
		z-index: 1;
		bottom: 10px;
		right: 10%;
		overflow: hidden;
	}

	.about_content {
		width: 100%;
		max-width: 1200px;
		overflow: hidden;
	}

	.about_img {
		width: 50%;
		padding: 45px 0;
		float: left;
		margin-right: 5%;
	}

	.about_img img {
		width: 100%;
		max-width: 700px;
	}

	.about_txt {
		width: 40%;
		padding: 60px 0 0 0;
		margin: 0;
		float: left;
		position: relative;
		z-index: 999;
	}

	.about_txt .m_titbox {
		width: 30%;
		max-width: 100px;
		margin-right: 6%;
		float: left;
	}

	.about_txt .tit_04_v {
		width: 60%;
		height: 400px;
		float: right;
		line-height: 35px;
		color: #fff;
	}

	/*section_02*/
	.section_02 {
		width: 100%;
		margin: 50px 0px;
		position: relative;
		overflow: hidden;
		background: #fff;
	}

	.category_content {
		width: 678px;
		height: 410px;
		margin: 0 auto;
	}

	.cate_box {
		width: 192px;
		height: 410px;
		float: left;
		margin-right: 50px;
		padding: 30px;
		border: 1px solid #000;
	}

	.cate_box:last-child {
		margin-right: 0;
	}

	.cate_img {
		text-align: center;
		margin-bottom: 20px;
	}

	.cate_img img {
		width: 100%;
		max-width: 111px;
	}

	.cate_box .m_titbox-type {
		width: 95px;
		margin: 8px auto 0 auto;
	}

	.cate_box .p_btn {
		width: 100px;
		margin: 55px auto 0 auto;
	}

	.cate_box .p_btn_1 {
		width: 100px;
		margin: 21px auto 0 auto;
	}

	/*section_03*/
	.section_03 {
		width: 100%;
		margin: 0px auto 90px auto;
		position: relative;
		overflow: hidden;
		background: #fff;
	}

	.menu_bg {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}

	.menu_content {
		position: relative;
		z-index: 5;
		margin-top: 90px;
		float: right;
	}

	.menu_box {
		width: 440px;
		height: 440px;
		padding: 40px;
		background: rgba(0, 133, 178, 0.8);
	}

	.menu_box .m_titbox-type_w {
		margin-bottom: 20px;
	}

	.menu_box .tit_04 {
		color: #fff;
		margin-bottom: 25px;
	}


	/*SNS_link*/
	.call_box {
		width: 300px;
		margin: 30px auto;
		float: left;
	}

	.call_txt {
		width: 300px;
		height: 70px;
		margin-bottom: 20px;
	}

	.sns_content .sns_box {
		width: 200px;
		margin: 30px auto;
		float: right;
	}

	.sns_content .sns_box a:nth-child(1) {
		background: #0085B2;
	}

	.sns_content .sns_box a:nth-child(2) {
		background: #97897b;
		margin-right: 0;
	}

	.sns_content .sns_box a:nth-child(3) {
		background: #888;
		margin-right: 0;
	}

	/* etc */
	.box01_content {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 70px auto;
	}

	.box01_left {
		float: left;
		margin-right: 2%;
	}

	.box01_right {
		float: right;
	}
}


/* mobile [0 ~ 768px] */
@media all and (max-width: 768px) {

	/* header for nav */
	.P-nav-logo {
		padding: 18px 0 18px 20px;
		font-size: 24px;
		color: #000;
		z-index: 999;
	}

	#btn-top-menu {
		width: 38px;
		float: right;
		padding-top: 20px;
		margin-right: 15px;
	}

	/* main _ slide */
	.main-slider {
		width: 100%;
		display: none;
	}

	.main-slide-text .visual-text {
		width: 100%;
		padding-top: 50px;
	}

	.main-slide-text .visual-text {
		position: absolute;
		margin: 0;
		padding-top: 50px;
		color: #fff;
	}

	.main-slide-text .visual-text span {
	}

	.main-slider li {
		position: relative;
		width: 100%;
		height: 535px;
		overflow: hidden;
		background-size: 100% auto;
	}

	.wrap ul.slides {
		width: 100%;
		overflow: hidden;
	}

	.wrap ul.slides li {
		position: relative;
		width: 100%;
		height: 500px;
		overflow: hidden;
		background-size: 100% auto;
		background-position: center center;
	}


	/*section_01*/
	.section_01 {
		width: 100%;
		margin: 0px 0px 0px 0px;
		position: relative;
		background: #0085B2;
	}

	.about_bg {
		position: absolute;
		z-index: 1;
		bottom: 10px;
		right: -10%;
	}

	.about_content {
		width: 100%;
		overflow: hidden;
	}

	.about_img {
		width: 100%;
		padding: 45px 0;
		float: left;
	}

	.about_img img {
		width: 100%;
		max-width: 700px;
	}

	.about_txt {
		width: 100%;
		margin: 0 auto 0 15%;
		padding: 40px 0;
		margin: 0 auto 0 0%;
		float: left;
	}

	.about_txt .m_titbox {
		float: left;
	}

	.about_txt .tit_04_v {
		width: 60%;
		height: 400px;
		float: left;
		line-height: 35px;
		color: #fff;
	}

	/*section_02*/
	.section_02 {
		width: 100%;
		margin: 50px 0px;
		position: relative;
		overflow: hidden;
		background: #fff;
	}

	.category_content {
		width: 100%;
		height: 410px;
		margin: 0 auto;
	}

	.cate_box {
		width: 31%;
		height: 410px;
		float: left;
		margin-right: 3%;
		padding: 30px;
		border: 1px solid #000;
	}

	.cate_box:last-child {
		margin-right: 0;
	}

	.cate_img {
		text-align: center;
		margin-bottom: 20px;
	}

	.cate_box .m_titbox-type {
		width: 95px;
		margin: 8px auto 0 auto;
	}

	.cate_box .p_btn {
		width: 100px;
		margin: 55px auto 0 auto;
	}

	.cate_box .p_btn_1 {
		width: 100px;
		margin: 21px auto 0 auto;
	}

	/*section_03*/
	.section_03 {
		width: 100%;
		margin: 0px auto 90px auto;
		position: relative;
		overflow: hidden;
		background: #fff;
	}

	.menu_bg {
		width: 100%;
		position: absolute;
		top: 0;
		left: -50%;
		z-index: 0;
	}

	.menu_content {
		position: relative;
		z-index: 5;
		margin-top: 90px;
		float: right;
	}

	.menu_box {
		padding: 40px;
	}

	.menu_box .m_titbox-type_w {
		margin-bottom: 20px;
	}

	.menu_box .tit_04 {
		color: #fff;
		margin-bottom: 25px;
	}

	/*SNS_link*/
	.SNS_link {
		width: 100%;
		height: 230px !important;
	}

	.sns_content {
		width: 300px !important;
		margin: 0 auto;
		padding-bottom: 50px;
	}

	.call_box {
		width: 270px;
		margin: 30px auto;
		overflow: hidden;
		float: none;
	}

	.call_txt {
		width: 270px;
		height: 70px;
		margin-bottom: 20px;
	}

	.call_txt .ct_02 {
		width: 220px;
		padding-top: 13px;
	}

	.call_txt .ct_02 .tit_05 {
		color: #0085B2;
		line-height: 15px;
	}

	.call_box .tit_04 {
		text-align: center;
	}

	.sns_content .sns_box {
		margin: 30px auto;
		float: none;
	}

	.sns_content .sns_box a {
		float: left;
	}

	.main-slide-text {
		width: 100%;
	}

	.main-slide-text .visual-text {
		left: 3%;
		width: auto;
	}

}

/* mobile [0 ~ 480px] */
@media all and (max-width: 480px) {

	.s_table01 th, .s_table02 th, .s_table03 th, .s_table04 th, .s_table05 th {
		width: auto;
		display: block;
		padding: 10px 13px;
	}

	.s_table01 td, .s_table02 td, .s_table03 td, .s_table04 td, .s_table05 td {
		width: auto;
		display: block;
		padding: 10px 13px;
	}

	/* main _ slide */
	.main-slide-text .visual-text {
		position: absolute;
		margin: 0;
		padding-top: 35px;
		color: #fff;
		z-index: 5;
	}

	.wrap ul.slides li {
		height: initial;
	}

	/*section_01*/
	.section_01 {
		width: 100%;
		margin: 0px 0px 0px 0px;
		position: relative;
		background: #0085B2;
	}

	.about_bg {
		position: absolute;
		z-index: 1;
		bottom: 10px;
		right: -30%;
	}

	.about_content {
		width: 100%;
		overflow: hidden;
	}

	.about_img {
		width: 100%;
		padding: 45px 0;
		float: left;
	}

	.about_img img {
		width: 100%; /*max-width:700px;*/
	}

	.about_txt {
		width: 100%;
		margin: 0 auto 0 0%;
		padding: 80px 0;
		float: none;
	}

	.about_txt .m_titbox {
		width: 28%;
		float: left;
	}

	.about_txt .tit_04_v {
		height: 580px;
		float: right;
		padding-bottom: 50px;
		line-height: 35px;
		color: #fff;
	}

	/*section_02*/
	.section_02 {
		width: 100%;
		margin: 50px 0px;
		position: relative;
		overflow: hidden;
		background: #fff;
	}

	.category_content {
		width: 100%;
		height: 420px;
		margin: 0 auto;
	}

	.cate_box {
		width: 100%;
		height: 420px;
		float: left;
		margin-right: 0%;
		margin-bottom: 30px;
		padding: 30px;
		border: 1px solid #000;
	}

	.cate_box:last-child {
		margin-right: 0;
	}

	.cate_img {
		text-align: center;
		margin-bottom: 20px;
	}

	.cate_box .m_titbox-type {
		margin: 8px auto 0 32%;
	}

	.cate_box .p_btn {
		width: 100px;
		margin: 55px auto 0 auto;
	}

	.cate_box .p_btn_1 {
		width: 100px;
		margin: 21px auto 0 auto;
	}

	/*section_03*/
	.section_03 {
		width: 100%;
		margin: 0px auto 90px auto;
		position: relative;
		overflow: hidden;
		background: #fff;
	}

	.menu_bg {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0%;
		z-index: 0;
	}

	.menu_bg img {
		width: 200%;
	}

	.menu_content {
		position: relative;
		z-index: 5;
		margin-top: 90px;
		float: none;
	}

	.menu_box {
		width: 100%;
		height: 490px;
		padding: 40px;
	}

	.menu_box .m_titbox-type_w {
		margin-bottom: 20px;
	}

	.menu_box .tit_04 {
		color: #fff;
		margin-bottom: 25px;
	}

	.link_content .link_box {
		width: 100%;
		margin-bottom: 50px;
	}

	/* etc */
	.box01_left {
		width: 100% !important;
		float: left;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.box01_right {
		width: 100% !important;
		float: left;
	}
}

/* Sub : photobox 50% ---------------------------*/
.photobox {
	width: 100%;
	overflow: hidden;
}

.photobox ul li {
	width: 50%;
	float: left;
	padding: 1%;
	transition: all .5s;
}

.phot03 ul li {
	width: 33.3%;
}

.phot04 ul li {
	width: 25%;
}

.phot05 ul li {
	width: 20%;
}

@media all and (max-width: 768px) {
	.photobox ul li {
		width: 50%;
	}

	.phot03 ul li {
		width: 33.3%;
	}
}

/* photo05 */
.photo05 ul li {
	width: 33.33%;
	float: left;
	padding: 0;
	transition: all .5s;
}

.layer {
	position: relative;
	width: 100%;
	padding: 20px;
}

.layer {
	position: relative;
	width: 100%;
	padding: 20px 30px;
}

.layer .sub {
	position: relative;
}

.layer .sub p {
	color:#fff;
}

.layer .sub .tit {
	font-size: 20px;
}

.layer .sub .eg {
	font-size: 13px;
	padding: 0 0 65px;
	opacity: .8;
}

.layer .sub .btn {
	font-size: 15px;
	padding: 0;
}

.layer-rd {
	background: #26588c;
}

.layer-bl {
	background: #0085b2;
}

.photo05 li .layer:before {
	content: '';
	position: absolute;
	z-index: 0;
	width: 100px;
	height: 97px;
	right: 20px;
	bottom: 20px;
	opacity: .15;
}

.photo05 li:hover .layer:before {
	transition: all 0.35s linear;
	opacity: .9;
}


.photo05 li:nth-child(1) .layer:before {
	background: url(/images/sub/icon_01.png) center no-repeat;
}

.photo05 li:nth-child(2) .layer:before {
	background: url(/images/sub/icon_02.png) center no-repeat;
}

.photo05 li:nth-child(3) .layer:before {
	background: url(/images/sub/icon_03.png) center no-repeat;
}

.photo05 li:nth-child(4) .layer:before {
	background: url(/images/sub/icon_04.png) center no-repeat;
}

.photo05 li:nth-child(5) .layer:before {
	background: url(/images/sub/icon_05.png) center no-repeat;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex .ta_ct {width:40%}
.flex .rightSec {width: 55%;margin-top:20px;}
.flex .w3 {width:30%}
.flex .w3 img {
    max-height: 190px;
    object-fit: cover;
  margin-bottom: 18px;
    border: 1px solid #ddd;
}
.popbtn {width:50%;max-width:180px;border:1px solid #ddd;margin: 10px;}
.ctarea {display:flex;justify-content: space-around;align-items:center;align-items: center;}
.ctarea img {width:48%;}
.ctarea div {width:50%;}
.ctarea div a {
background: #0085B2;
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    display: block;
    text-align: center;
    max-width: 340px;
    margin: auto;
}
.ctarea div a:hover {background:#333;}
.s_table05 thead {background:#eee;}
.slick-arrow {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    border-radius: 20px;
  z-index: 999;
  opacity:.8;
}
.slick-arrow.slick-prev {left:10px;}
.slick-arrow.slick-next {right:10px;transform:rotate(180deg);}
.slick-arrow.slick-prev::before, .slick-arrow.slick-next::before {
    position: absolute;
    content: "<";
    font-weight: bold;
    font-size: 16px;
    width: 15px;
    height: 15px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 16px;
    transform: rotateY(45deg);
}
@media all and (max-width: 768px) {
	.layer .sub .tit {
		font-size: 17px;
	}
.flex .ta_ct, .flex .rightSec, .flex .w3 {width: 100%!important;}
}

@media all and (max-width: 480px) {

	.photo05 ul li {
		width: 100%;
	}
}


