@charset "UTF-8";

/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TABS MAIN CONTAINERS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/





.dpl_tabs_wrapper {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	max-width: 1300px;
	text-align: center;
	position: relative;
	z-index: 300;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.dpl_tabs_wrapper {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.dpl_tabs_wrapper {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
}

.dpl_tabs {
	width: 100%;
	max-width: 1200px;
	border: 0px solid #ffcc00;
	position: relative;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TABS MAIN CONTAINERS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/





.tab-wrap {
	border-radius: 0px;
	width: 100%;
	max-width: 1300px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	list-style: none;
	justify-content: space-between;
	gap: 5px;
}

.tab_line_border {
	position: absolute;
	top: 39px;
	height: 0px;
	width: 100%;
	background-color: #ffffff;
	max-width: 1300px;
}
 @media only screen and (min-width : 1px) and (max-width :960px) {

.tab_line_border {
	display: none;
}
}

.tab {
	display: none;
}

.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
	opacity: 1;
	position: relative;
	top: 0;
	color: #ffffff;
	z-index: 1000;
}

.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
	opacity: 1;
	position: relative;
	color: #ffffff;
	top: 0;
	z-index: 1001;
}

.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
	opacity: 1;
	position: relative;
	color: #ffffff;
	top: 0;
	z-index: 1002;
}

.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
	opacity: 1;
	position: relative;
	color: #ffffff;
	top: 0;
	z-index: 1003;
}

.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
	opacity: 1;
	position: relative;
	color: #ffffff;
	top: 0;
	z-index: 1004;
}

.tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
	opacity: 1;
	position: relative;
	color: #ffffff;
	top: 0;
	z-index: 1005;
}

.tab:checked:nth-of-type(7) ~ .tab__content:nth-of-type(7) {
	opacity: 1;
	position: relative;
	color: #ffffff;
	top: 0;
	z-index: 1006;
}

.tab:checked:nth-of-type(8) ~ .tab__content:nth-of-type(8) {
	opacity: 1;
	position: relative;
	color: #ffffff;
	top: 0;
	z-index: 1007;
}

.tab:checked:nth-of-type(9) ~ .tab__content:nth-of-type(9) {
	opacity: 1;
	position: relative;
	color: #ffffff;
	top: 0;
	z-index: 1008;
}

.tab:checked:nth-of-type(10) ~ .tab__content:nth-of-type(10) {
	opacity: 1;
	position: relative;
	color: #ffffff;
	top: 0;
	z-index: 1009;
}

.tab:checked + label {
	cursor: default;
	background-color: rgba(204,0,0,1);
	color: #ffffff;
	z-index: 1000;
	border: 1px solid rgba(204,0,0,1);
}

.tab:checked + label:hover {
}

.tab + label {
	padding: 10px 0px 0px 0px;
	width: 100%;
	cursor: pointer;
	display: block;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 15px;
	color: rgba(0,0,0,.4);
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	text-align: center;
	background-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	height: 40px;
	box-sizing: border-box;
	text-transform: uppercase;
	max-width: 1300px;
	z-index: 1000;
	border: 1px solid rgba(0,0,0,.3);
}

.tab:checked + label:hover {
	cursor: default;
	background-color: rgba(204,0,0,1);
	color: #ffffff;
	border: 1px solid #cc0000;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.tab + label {
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 0px 10px;
	font-size: 15px;
	line-height: 15px;
	height: 35px;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: 23%;
}

.tab-wrap {
	justify-content: center;
}
}

.tab + label {
	width: auto;
}

.tab + label:hover {
	color: #222222;
	background-color: rgba(255,204,0,1);
	border: 1px solid #ffcc00;
}

.tab__content {
	padding: 70px 0px 0px 0px;
	position: absolute;
	width: 100%;
	opacity: 0;
	left: 0;
	max-width: 1300px;
	box-sizing: border-box;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	z-index: 600;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.tab__content {
	padding: 70px 0px 0px 0px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.tab__content {
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 0px 0px;
	width: 100%;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* CONTENT FOR EACH TAB */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/





.t_left {
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: calc(62% - 40px);
	min-height: 100px;
	float: left;
}

.t_right {
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: calc(38% - 40px);
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.t_left {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.t_right {
	margin: 40px 0px 0px 0px;
	width: 100%;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.t_left {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.t_right {
	margin: 40px 0px 0px 0px;
	width: 100%;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* DIARY PHOTO */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.dpl_diary_photo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	max-width: 600px;
	z-index: 500;
}

.dpl_diary_photo_outer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
	width: auto;
	font-size: 0;
	z-index: 500;
}

.dpl_diary_photo_img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
	z-index: 500;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.dpl_diary_photo {
	width: 100%;
	max-width: 100%;
}

.dpl_diary_photo_outer {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	max-width: 400px;
	border: 1px solid #ffcc00;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.dpl_diary_photo {
	width: 100%;
	max-width: 100%;
}

.dpl_diary_photo_outer {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	max-width: 300px;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TAB TEXT */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/




.tabs_txt_h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 16px;
	color: #cc0000;
	text-decoration: none;
	text-align: left;
	letter-spacing: -0.1px;
	text-transform: uppercase;
}

.tabs_txt_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 24px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
	text-align: left;
	letter-spacing: -0.2px;
	color: #222222;
}

ul.tabs_txt_p1 {
	padding-bottom: 24px;
	list-style-type: none;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.tabs_txt_h1 {
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 15px;
	letter-spacing: -0.2px;
}

.tabs_txt_p1 {
	padding-bottom: 22px;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -0.2px;
}
}

.tabs_txt_p1 a:link {
	text-decoration: none;
	color: #ffffff;
	font-family: "din700", Helvetica, Arial, sans-serif;
	font-style: normal;
}

.tabs_txt_p1 a:visited {
	text-decoration: none;
	color: #ffffff;
}

.tabs_txt_p1 a:hover {
	text-decoration: underline;
	color: #ffcc00;
}

.tabs_txt_p1 a:active {
	text-decoration: none;
	color: #ffffff;
}

.tabs_txt_p1:last-of-type {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.tabs_txt_p1 li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
