@charset "UTF-8";
/*
/* Mixin
/*
----------------------------------------------------------------- */
@font-face {
	font-family: "icon";
	src: url("/dcms_media/css/fonts/icon.eot");
	src: url("/dcms_media/css/fonts/icon.eot?#iefix") format("eot"), url("/dcms_media/css/fonts/icon.woff") format("woff"), url("/dcms_media/css/fonts/icon.ttf") format("truetype"), url("/dcms_media/css/fonts/icon.svg#icon") format("svg");
	font-style: normal;
	font-display: swipe;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	        transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	        transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	        transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	        animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */
.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0;
	        transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

/* Caption */
.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	        animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

/* Transition effects */
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	        transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	        transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	        transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	        transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	        transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	        transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	        transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	        transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	        transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	        transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	        transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	.fancybox-slide--image {
		padding: 6px 0;
	}
	.fancybox-close-small {
		right: -6px;
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* Share */
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.tn-btn-contact {
	margin: 32px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tn-btn-contact:first-child {
	margin-top: 0;
}

.tn-btn-contact:last-child {
	margin-bottom: 0;
}

.tn-btn-contact > a {
	position: relative;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	min-width: 300px;
	max-width: 100%;
	color: #fff;
	text-decoration: none;
	padding: 16px 56px 16px 15px;
	background: -webkit-linear-gradient(left, #3C9BC5, #3E8C50);
	background: linear-gradient(to right, #3C9BC5, #3E8C50);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.tn-btn-contact > a::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: inline-block;
	font-size: 28.8px;
	font-size: 1.8rem;
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.tn-btn-contact > a:hover {
	opacity: .8;
}

@-webkit-keyframes link {
	0% {
		right: 100%;
	}
	100% {
		right: 0;
	}
}

@keyframes link {
	0% {
		right: 100%;
	}
	100% {
		right: 0;
	}
}

.tn-cv {
	padding: 57px 20px 57px;
	background: url(../image/common/cv_img_thumb_01.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.tn-cv__inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, .91);
	padding: 46px 50px 46px 30px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media screen and (max-width: 900px) {
	.tn-cv__inner {
		display: block;
	}
}

@media screen and (max-width: 690px) {
	.tn-cv__inner {
		padding: 30px 20px 30px 20px;
	}
}

.tn-cv__header {
	padding-right: 20px;
}

@media screen and (max-width: 900px) {
	.tn-cv__header {
		padding-right: 0;
		padding-bottom: 24px;
	}
}

.tn-cv__label {
	color: #0C8CE6;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	color: #01A7A5;
	letter-spacing: .15em;
}

.tn-cv__title {
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 16px;
}

@media screen and (max-width: 690px) {
	.tn-cv__title {
		font-size: 22px;
	}
}

.tn-cv__desc {
	font-size: 16px;
	max-width: 300px;
}

@media screen and (max-width: 900px) {
	.tn-cv__desc {
		max-width: none;
	}
}

.tn-cv__btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -10px;
	max-width: 620px;
}

@media screen and (max-width: 900px) {
	.tn-cv__btns {
		max-width: none;
	}
}

@media screen and (max-width: 690px) {
	.tn-cv__btns {
		display: block;
		margin: -5px;
	}
}

.tn-cv__btns__item {
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
}

@media screen and (max-width: 690px) {
	.tn-cv__btns__item {
		width: 100%;
		padding: 5px;
	}
}

.tn-cv__btn {
	height: 100%;
}

.tn-cv__btn a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	position: relative;
	display: flex;
	padding: 16px 40px 16px 20px;
	background-color: #fff;
	border: 2px solid #0C8CE6;
	color: #0C8CE6;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease;
}

.tn-cv__btn a:hover {
	background-color: #0C8CE6;
	color: #fff;
}

.tn-cv__btn a::after {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: currentcolor;
	font-size: 22px;
}

.tn-cv__btn.-mail a {
	border: none;
	background: -webkit-linear-gradient(left, #3C9BC5, #3E8C50);
	background: linear-gradient(to right, #3C9BC5, #3E8C50);
	color: #fff;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.tn-cv__btn.-mail a::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}

.tn-cv__btn.-mail a:hover {
	opacity: .8;
}

.tn-cv__btn.-download a::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}

.tn-cv__btn.-list a::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 26px;
}

.tn-cv__btn.-phone a::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}

.tn-def > dt {
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	padding-left: 18px;
	margin-top: 20px;
	position: relative;
}

@media screen and (max-width: 690px) {
	.tn-def > dt {
		font-size: 1.4rem;
	}
}

.tn-def > dt:first-child {
	margin-top: 0;
}

.tn-def > dt::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
	background: #01A7A5;
}

.tn-def > dd {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 5px;
}

@media screen and (max-width: 690px) {
	.tn-def > dd {
		font-size: 1.2rem;
	}
}

.tn-faq-content {
	padding: 50px 90px 80px;
	background: url(../image/use_img_content_01.jpg) 50% 50% no-repeat;
	background-size: cover;
}

@media screen and (max-width: 690px) {
	.tn-faq-content {
		padding: 30px 20px 30px;
	}
}

.tn-faq-content__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

@media screen and (max-width: 690px) {
	.tn-faq-content__inner {
		display: block;
	}
}

.tn-faq-content__title {
	font-size: 28px;
	color: #fff;
	margin-bottom: 16px;
}

@media screen and (max-width: 690px) {
	.tn-faq-content__title {
		font-size: 20px;
	}
}

.tn-faq-content__desc {
	color: #fff;
}

@media screen and (max-width: 690px) {
	.tn-faq-content__desc {
		margin-bottom: 32px;
	}
}

.tn-faq-content__body {
	width: 240px;
}

.tn-feature {
	background: #F8F8F8;
	padding: 24px 0;
	margin: 30px 0;
}

@media screen and (max-width: 690px) {
	.tn-feature {
		padding: 16px 0;
	}
}

.tn-feature__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.tn-feature__list__item {
	width: 50%;
	font-size: 20px;
	font-weight: bold;
	padding: 4px 30px 4px 75px;
	background: url(../image/common/icon_check.png) 30px 5px no-repeat;
	background-size: 38px 32px;
	box-sizing: border-box;
	color: #333;
}

@media screen and (max-width: 690px) {
	.tn-feature__list__item {
		width: 100%;
		font-size: 16px;
		padding: 4px 10px 4px 44px;
		background-position: 20px 8px;
		background-size: 19px 16px;
	}
}

.tn-figcaption {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 12px;
}

@media screen and (max-width: 690px) {
	.tn-figcaption {
		font-size: 1.4rem;
	}
}

.tn-footer {
	background-color: #F8F8F8;
}

.tn-footer__inner {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.tn-footer__header {
	padding: 60px 20px 0;
}

@media screen and (max-width: 690px) {
	.tn-footer__header {
		padding: 0 20px;
	}
}

.tn-footer__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 690px) {
	.tn-footer__nav {
		display: block;
	}
}

.tn-footer__nav__content {
	width: 25%;
	box-sizing: border-box;
	padding-right: 16px;
}

@media screen and (max-width: 690px) {
	.tn-footer__nav__content {
		padding-right: 0;
		width: auto;
	}
}

.tn-footer__list {
	list-style: none;
}

.tn-footer__list__item {
	margin-top: 24px;
}

@media screen and (max-width: 690px) {
	.tn-footer__list__item {
		margin-top: 0;
		border-bottom: 1px solid #ddd;
	}
}

.tn-footer__list__item:first-child {
	margin-top: 0;
}

.tn-footer__list__item > a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

@media screen and (max-width: 690px) {
	.tn-footer__list__item > a {
		font-size: 14px;
		display: block;
		padding: 16px 0;
	}
}

.tn-footer__child-list {
	list-style: none;
	line-height: 1.4;
}

@media screen and (max-width: 690px) {
	.tn-footer__child-list {
		padding-bottom: 16px;
	}
}

.tn-footer__child-list__item {
	position: relative;
	margin-top: 10px;
	line-height: 22px;
}

@media screen and (max-width: 690px) {
	.tn-footer__child-list__item {
		margin-top: 0;
	}
}

.tn-footer__child-list__item > a {
	display: inline-block;
	font-size: 14px;
	padding-left: 18px;
	text-decoration: none;
	line-height: 22px;
	vertical-align: middle;
}

@media screen and (max-width: 690px) {
	.tn-footer__child-list__item > a {
		font-size: 12px;
		display: block;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 14px;
	}
}

.tn-footer__child-list__item > a::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 12px;
	color: #0C8CE6;
}

@media screen and (max-width: 690px) {
	.tn-footer__child-list__item > a::before {
		font-size: 10px;
	}
}

.tn-footer__body {
	padding: 100px 20px 16px;
}

@media screen and (max-width: 690px) {
	.tn-footer__body {
		padding: 60px 20px 16px;
	}
}

.tn-footer__body__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 690px) {
	.tn-footer__body__inner {
		display: block;
	}
}

@media screen and (max-width: 690px) {
	.tn-footer__id {
		margin-bottom: 16px;
	}
}

.tn-footer__banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: -4px;
}

.tn-footer__banner__item {
	padding: 4px;
}

.tn-footer__footer {
	background-color: #0C8CE6;
	padding: 10px;
}

.tn-footer__copyright {
	font-size: 15px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 690px) {
	.tn-footer__copyright {
		font-size: 12px;
	}
}

.tn-gray-box {
	background-color: #F5F5F5;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 25px;
}

.tn-gray-content {
	padding: 50px;
	background-color: #F8F8F8;
}

@media screen and (max-width: 690px) {
	.tn-gray-content {
		padding: 30px 20px;
	}
}

.tn-gray-content__title {
	font-size: 28px;
	text-align: center;
}

@media screen and (max-width: 690px) {
	.tn-gray-content__title {
		font-size: 20px;
	}
}

.tn-gray-content__body {
	margin-top: 40px;
}

@media screen and (max-width: 690px) {
	.tn-gray-content__body {
		margin-top: 24px;
	}
}

.tn-gray-content__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -12px;
}

@media screen and (max-width: 690px) {
	.tn-gray-content__list {
		margin: -5px;
	}
}

.tn-gray-content__list__item {
	width: 33.333%;
	padding: 12px;
	box-sizing: border-box;
}

@media screen and (max-width: 690px) {
	.tn-gray-content__list__item {
		width: 50%;
		padding: 5px;
	}
}

@media screen and (max-width: 690px) {
	.tn-gray-content__list__item .dlb_btn a {
		min-width: 0;
		padding: 12px 35px 12px 10px;
	}
}

.tn-gray-lead {
	font-size: 25px;
	line-height: 1.4;
	font-weight: bold;
	background: #F8F8F8;
	padding: 24px;
	text-align: center;
	margin: 15px 0;
}

@media screen and (max-width: 690px) {
	.tn-gray-lead {
		font-size: 1.6rem;
	}
}

.tn-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 116px;
	z-index: 200;
	background-color: #fff;
	padding: 0 20px;
}

@media screen and (max-width: 690px) {
	.tn-header {
		height: 50px;
	}
}

.tn-header__inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.tn-header__header {
	height: 66px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media screen and (max-width: 690px) {
	.tn-header__header {
		height: 50px;
	}
}

.tn-header__id {
	margin: 0;
}

@media screen and (max-width: 690px) {
	.tn-header__id {
		position: relative;
		top: -2px;
	}
}

.tn-header__id img {
	vertical-align: middle;
}

.tn-header__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tn-header__lang {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 30px;
}

@media screen and (max-width: 840px) {
	.tn-header__lang {
		margin-right: 15px;
	}
}

.tn-header__lang__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #DFE7EF;
	color: #B7B7B7;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.tn-header__lang__item a:hover {
	background-color: #0C8CE6;
	color: #fff;
}

.tn-header__lang__item.-current a {
	background-color: #0C8CE6;
	color: #fff;
}

.tn-header__search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.tn-header__search::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	right: 5px;
	top: 5px;
	color: #fff;
	font-size: 18px;
	pointer-events: none;
}

.tn-header__search .search_txt {
	border: 1px solid #ddd;
	border-radius: 0;
	width: 150px;
	height: 30px;
	box-sizing: border-box;
	margin: 0;
	padding: 0 8px;
}

@media screen and (max-width: 840px) {
	.tn-header__search .search_txt {
		width: 100px;
	}
}

@media screen and (max-width: 690px) {
	.tn-header__search .search_txt {
		width: 150px;
	}
}

.tn-header__search .search_txt::-webkit-input-placeholder {
	color: #000;
	font-size: 14px;
	color: #E1E1E1;
}

.tn-header__search .search_txt::-moz-placeholder {
	color: #000;
	font-size: 14px;
	color: #E1E1E1;
}

.tn-header__search .search_txt::-ms-input-placeholder {
	color: #000;
	font-size: 14px;
	color: #E1E1E1;
}

.tn-header__search .search_txt::placeholder {
	color: #000;
	font-size: 14px;
	color: #E1E1E1;
}

.tn-header__search .submit_btn {
	width: 30px;
	height: 30px;
	border: none;
	margin: 0;
	border-radius: 0;
	text-indent: -5000px;
	background-color: #0C8CE6;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.tn-header__search .submit_btn:hover {
	opacity: .8;
}

.tn-header__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 30px;
}

@media screen and (max-width: 840px) {
	.tn-header__btn {
		margin-left: 15px;
	}
}

@media screen and (max-width: 690px) {
	.tn-header__btn {
		margin-left: 0;
	}
}

.tn-header__btn__item a {
	position: relative;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 180px;
	height: 45px;
	padding: 0 12px;
	font-size: 14px;
	color: #0C8CE6;
	border: 1px solid #0C8CE6;
	text-decoration: none;
}

@media screen and (max-width: 840px) {
	.tn-header__btn__item a {
		width: 140px;
		font-size: 12px;
	}
}

.tn-header__btn__item a::after {
	position: absolute;
	color: currentcolor;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 16px;
}

.tn-header__btn__item a:hover {
	color: #fff;
	background-color: #0C8CE6;
}

.tn-header__btn__item.-mail a {
	border: none;
	background: -webkit-linear-gradient(left, #3C9BC5, #3E8C50);
	background: linear-gradient(to right, #3C9BC5, #3E8C50);
	color: #fff;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.tn-header__btn__item.-mail a::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}

.tn-header__btn__item.-mail a:hover {
	opacity: .8;
}

.tn-header__btn__item.-download a::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}

.tn-header__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}

@media screen and (max-width: 690px) {
	.tn-header__nav {
		display: block;
		border-bottom: 1px solid #ddd;
	}
}

.tn-header__nav__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	text-decoration: none;
	height: 50px;
}

.tn-header__nav__item a:hover {
	color: #0C8CE6;
}

@media screen and (max-width: 900px) {
	.tn-header__nav__item a {
		font-size: 14px;
	}
}

@media screen and (max-width: 690px) {
	.tn-header__nav__item a {
		height: auto;
		padding: 12px 0;
		border-top: 1px solid #ddd;
	}
}

.tn-header__nav__item.-current a {
	color: #0C8CE6;
}

.tn-index {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

@media screen and (max-width: 690px) {
	.tn-index {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
}

.tn-index__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: calc(50% - 40px);
	margin: 30px 20px 0;
	padding: 30px 29px;
	border: 1px solid #ddd;
}

@media screen and (min-width: 691px) {
	.tn-index__item:nth-child(1), .tn-index__item:nth-child(2) {
		margin-top: 0;
	}
}

@media screen and (max-width: 690px) {
	.tn-index__item {
		width: auto;
		margin: 20px 0 0;
		padding: 20px 20px 30px;
	}
	.tn-index__item:first-child {
		margin-top: 0;
	}
}

.tn-index__thumb {
	margin-bottom: 20px;
}

.tn-index__ttl {
	color: #01A7A5;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 12px;
}

@media screen and (max-width: 690px) {
	.tn-index__ttl {
		font-size: 1.6rem;
	}
}

.tn-index__desc {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 25px;
}

@media screen and (max-width: 690px) {
	.tn-index__desc {
		font-size: 1.4rem;
	}
}

.tn-index__btn {
	margin-top: auto;
	text-align: center;
}

.tn-index__btn > a {
	display: inline-block;
	min-width: 240px;
	padding: 12px 50px 12px 25px;
	text-align: left;
	border-width: 1px;
	border: 1px solid #0C8CE6;
	color: #0C8CE6;
	font-size: 1.6rem;
	line-height: 1.5;
	text-decoration: none;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	position: relative;
}

@media screen and (max-width: 690px) {
	.tn-index__btn > a {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 1.4rem;
	}
}

.tn-index__btn > a::before {
	content: '';
	display: block;
	width: 25px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0C8CE6;
}

.tn-index__btn > a::after {
	content: '';
	width: 4px;
	height: 4px;
	border-color: #fff;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	z-index: 1;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.tn-index__btn > a:hover {
	background: #0C8CE6;
	color: #fff;
}

.tn-lead {
	font-size: 13px;
	font-family: "Poppins", sans-serif;
	color: #01A7A5;
	letter-spacing: .15em;
}

.tn-list-circle > li {
	list-style: none;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	padding-left: 18px;
	margin-top: 20px;
	position: relative;
}

@media screen and (max-width: 690px) {
	.tn-list-circle > li {
		font-size: 1.4rem;
	}
}

.tn-list-circle > li:first-child {
	margin-top: 0;
}

.tn-list-circle > li::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
	background: #01A7A5;
}

.tn-list-note > li {
	list-style: none;
	line-height: 1.8;
	font-size: 1.6rem;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 690px) {
	.tn-list-note > li {
		font-size: 1.4rem;
	}
}

.tn-list-note.-ind2 > li {
	padding-left: 2em;
	text-indent: -2em;
}

.tn-list-rules > li {
	list-style: none;
	line-height: 1.8;
	font-size: 1.6rem;
	margin-top: 20px;
}

.tn-list-rules > li:fisrt-child {
	margin-top: 0;
}

@media screen and (max-width: 690px) {
	.tn-list-rules > li {
		font-size: 1.4rem;
	}
}

.tn-list-rules.-circle > li {
	position: relative;
}

.tn-list-rules.-circle > li::before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: relative;
	left: 0;
	top: -2px;
	background: #333;
}

.tn-nav-btn {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 202;
	width: 50px;
	height: 50px;
	padding: 0;
	background-color: transparent;
}

@media screen and (min-width: 691px) {
	.tn-nav-btn {
		display: none;
	}
}

.tn-nav-btn::after, .tn-nav-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 30px;
	height: 2px;
	background-color: #0C8CE6;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.tn-nav-btn::before {
	margin-top: -8px;
	box-shadow: 0 8px 0 0 #0C8CE6;
}

.tn-nav-btn::after {
	margin-top: 8px;
}

.tn-nav-btn.-active::before {
	margin-top: 0;
	box-shadow: 0 8px 0 0 transparent;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.tn-nav-btn.-active::after {
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

.tn-nav {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	box-sizing: border-box;
	background-color: #f4f4f4;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
}

@media screen and (min-width: 691px) {
	.tn-nav {
		display: none;
	}
}

.tn-nav.-active {
	opacity: 1;
	visibility: visible;
}

.tn-nav__inner {
	padding: 40px 20px;
}

.tn-nav__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 20px;
}

.tn-nav__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 40px;
}

.tn-note {
	line-height: 1.8;
	font-size: 1.6rem;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 690px) {
	.tn-note {
		font-size: 1.4rem;
	}
}

.tn-note.-ind2 {
	padding-left: 2em;
	text-indent: -2em;
}

.tn-pattern-box {
	margin: 30px auto;
}

.tn-pattern-box__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.tn-pattern-box__content {
	position: relative;
	width: 33.333%;
	padding: 40px;
}

@media screen and (max-width: 690px) {
	.tn-pattern-box__content {
		padding: 24px;
		width: 100%;
	}
}

.tn-pattern-box__content::after {
	content: '';
	position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
	bottom: 4px;
	z-index: -1;
}

.tn-pattern-box__content.-odd::after {
	background-color: #DDF6F3;
}

.tn-pattern-box__content.-even::after {
	background-color: #EAF8F7;
}

.tn-pattern-box__title {
	margin-bottom: 24px;
	text-align: center;
	font-size: 22px;
	color: #333;
}

@media screen and (max-width: 690px) {
	.tn-pattern-box__title {
		font-size: 18px;
		margin-bottom: 16px;
	}
}

.tn-permalink > a {
	position: relative;
	color: #0C8CE6;
	padding-left: 15px;
}

.tn-permalink > a::before {
	content: '';
	width: 4px;
	height: 4px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
	z-index: 1;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.tn-products-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 30px;
	background: #f8f8f8;
}

@media screen and (max-width: 690px) {
	.tn-products-btn {
		display: block;
		padding: 20px;
	}
}

.tn-products-btn__item {
	width: calc(50% - 50px);
	margin: 0 25px;
}

@media screen and (max-width: 690px) {
	.tn-products-btn__item {
		width: auto;
		margin: 10px 0 0;
	}
	.tn-products-btn__item:first-child {
		margin-top: 0;
	}
}

.tn-products-btn__item a {
	position: relative;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 70px;
	padding: 0 55px 0 15px;
	font-size: 18px;
	color: #0C8CE6;
	border: 2px solid #0C8CE6;
	background: #fff;
	text-decoration: none;
}

@media screen and (max-width: 690px) {
	.tn-products-btn__item a {
		font-size: 16px;
		height: 60px;
	}
}

.tn-products-btn__item a::after {
	position: absolute;
	color: currentcolor;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 26px;
}

@media screen and (max-width: 690px) {
	.tn-products-btn__item a::after {
		font-size: 22px;
	}
}

.tn-products-btn__item a:hover {
	color: #fff;
	background-color: #0C8CE6;
}

.tn-products-btn__item.-sm a {
	font-size: 1.4rem;
}

.tn-products-btn__item.-lg {
	width: 100%;
}

.tn-products-btn__item.-lg a {
	font-size: 1.4rem;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 979px) {
	.tn-products-btn__item.-single {
		width: auto;
	}
}

.tn-products-btn__item.-download a::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}

.tn-products-btn__item.-mail a {
	border: none;
	background: -webkit-linear-gradient(left, #3C9BC5, #3E8C50);
	background: linear-gradient(to right, #3C9BC5, #3E8C50);
	color: #fff;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.tn-products-btn__item.-mail a::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}

.tn-products-btn__item.-mail a:hover {
	opacity: .8;
}

.tn-products-btn__item.-link a {
	border-width: 1px;
	font-size: 1.6rem;
	font-weight: normal;
}

@media screen and (max-width: 690px) {
	.tn-products-btn__item.-link a {
		font-size: 1.4rem;
	}
}

.tn-products-btn__item.-link a::before {
	content: '';
	display: block;
	width: 25px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0C8CE6;
}

.tn-products-btn__item.-link a::after {
	content: '';
	width: 4px;
	height: 4px;
	border-color: #fff;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	z-index: 1;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.tn-return > a {
	position: relative;
	color: #0C8CE6;
	padding-left: 15px;
}

.tn-return > a::before {
	content: '';
	width: 4px;
	height: 4px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform: rotate(225deg);
	        transform: rotate(225deg);
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
	z-index: 1;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.tn-strength-content {
	padding: 50px 112px 40px;
	background: url(../image/electronic-equipment-equipment_img_content_02.jpg) 50% 50% no-repeat;
	background-size: cover;
}

@media screen and (max-width: 690px) {
	.tn-strength-content {
		padding: 30px 20px 30px;
	}
}

.tn-strength-content__title {
	text-align: center;
	font-size: 28px;
	color: #fff;
	margin-bottom: 16px;
}

@media screen and (max-width: 690px) {
	.tn-strength-content__title {
		font-size: 20px;
	}
}

.tn-strength-content__desc {
	color: #fff;
	margin-bottom: 32px;
}

.tn-tab-button {
	margin-bottom: 80px;
}

@media screen and (max-width: 690px) {
	.tn-tab-button {
		margin-bottom: 40px;
	}
}

.tn-tab-button__item {
	width: 33.333%;
	box-sizing: border-box;
	padding: 5px;
}

@media screen and (max-width: 690px) {
	.tn-tab-button__item {
		width: 50%;
	}
}

.tn-tab-button__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #848484;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	background-color: #F8F8F8;
	padding: 12px;
}

@media screen and (max-width: 690px) {
	.tn-tab-button__item a {
		font-size: 14px;
	}
}

.tn-tab-button__item a:hover {
	background-color: #0C8CE6;
	color: #fff;
}

.tn-tab-button__item.-current a {
	background-color: #0C8CE6;
	color: #fff;
}

.tn-tab-button__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -5px;
}

.tn-tab-content {
	margin-bottom: 100px;
}

@media screen and (max-width: 690px) {
	.tn-tab-content {
		margin-bottom: 60px;
	}
}

.tn-tab-content__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -16px -16px 16px;
}

@media screen and (max-width: 690px) {
	.tn-tab-content__btn {
		margin: -5px -5px 16px;
	}
}

.tn-tab-content__btn__item {
	width: 25%;
	box-sizing: border-box;
	padding: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 979px) {
	.tn-tab-content__btn__item {
		width: 33.3333%;
		padding: 10px;
	}
}

@media screen and (max-width: 690px) {
	.tn-tab-content__btn__item {
		width: 50%;
		padding: 5px;
	}
}

.tn-tab-content__btn__item > div,
.tn-tab-content__btn__item > div a {
	width: 100%;
	height: 100%;
}

.tn-tab-content__btn__item > div a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 0;
}

.tn-table {
	width: 100%;
}

.tn-table th,
.tn-table td {
	padding: 16px 15px;
	border: 2px solid #fff;
	font-weight: normal;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.8;
	background: #f8f8f8;
}

.tn-table th.-r,
.tn-table td.-r {
	text-align: right;
}

.tn-table th.-l,
.tn-table td.-l {
	text-align: left;
}

.tn-table th.-c,
.tn-table td.-c {
	text-align: center;
}

.tn-table th.-nowrap,
.tn-table td.-nowrap {
	white-space: nowrap;
}

.tn-table th.-wid1,
.tn-table td.-wid1 {
	width: 1%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm1,
	.tn-table td.-widSm1 {
		width: 1%;
	}
}

.tn-table th.-wid2,
.tn-table td.-wid2 {
	width: 2%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm2,
	.tn-table td.-widSm2 {
		width: 2%;
	}
}

.tn-table th.-wid3,
.tn-table td.-wid3 {
	width: 3%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm3,
	.tn-table td.-widSm3 {
		width: 3%;
	}
}

.tn-table th.-wid4,
.tn-table td.-wid4 {
	width: 4%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm4,
	.tn-table td.-widSm4 {
		width: 4%;
	}
}

.tn-table th.-wid5,
.tn-table td.-wid5 {
	width: 5%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm5,
	.tn-table td.-widSm5 {
		width: 5%;
	}
}

.tn-table th.-wid6,
.tn-table td.-wid6 {
	width: 6%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm6,
	.tn-table td.-widSm6 {
		width: 6%;
	}
}

.tn-table th.-wid7,
.tn-table td.-wid7 {
	width: 7%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm7,
	.tn-table td.-widSm7 {
		width: 7%;
	}
}

.tn-table th.-wid8,
.tn-table td.-wid8 {
	width: 8%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm8,
	.tn-table td.-widSm8 {
		width: 8%;
	}
}

.tn-table th.-wid9,
.tn-table td.-wid9 {
	width: 9%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm9,
	.tn-table td.-widSm9 {
		width: 9%;
	}
}

.tn-table th.-wid10,
.tn-table td.-wid10 {
	width: 10%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm10,
	.tn-table td.-widSm10 {
		width: 10%;
	}
}

.tn-table th.-wid11,
.tn-table td.-wid11 {
	width: 11%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm11,
	.tn-table td.-widSm11 {
		width: 11%;
	}
}

.tn-table th.-wid12,
.tn-table td.-wid12 {
	width: 12%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm12,
	.tn-table td.-widSm12 {
		width: 12%;
	}
}

.tn-table th.-wid13,
.tn-table td.-wid13 {
	width: 13%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm13,
	.tn-table td.-widSm13 {
		width: 13%;
	}
}

.tn-table th.-wid14,
.tn-table td.-wid14 {
	width: 14%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm14,
	.tn-table td.-widSm14 {
		width: 14%;
	}
}

.tn-table th.-wid15,
.tn-table td.-wid15 {
	width: 15%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm15,
	.tn-table td.-widSm15 {
		width: 15%;
	}
}

.tn-table th.-wid16,
.tn-table td.-wid16 {
	width: 16%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm16,
	.tn-table td.-widSm16 {
		width: 16%;
	}
}

.tn-table th.-wid17,
.tn-table td.-wid17 {
	width: 17%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm17,
	.tn-table td.-widSm17 {
		width: 17%;
	}
}

.tn-table th.-wid18,
.tn-table td.-wid18 {
	width: 18%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm18,
	.tn-table td.-widSm18 {
		width: 18%;
	}
}

.tn-table th.-wid19,
.tn-table td.-wid19 {
	width: 19%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm19,
	.tn-table td.-widSm19 {
		width: 19%;
	}
}

.tn-table th.-wid20,
.tn-table td.-wid20 {
	width: 20%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm20,
	.tn-table td.-widSm20 {
		width: 20%;
	}
}

.tn-table th.-wid21,
.tn-table td.-wid21 {
	width: 21%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm21,
	.tn-table td.-widSm21 {
		width: 21%;
	}
}

.tn-table th.-wid22,
.tn-table td.-wid22 {
	width: 22%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm22,
	.tn-table td.-widSm22 {
		width: 22%;
	}
}

.tn-table th.-wid23,
.tn-table td.-wid23 {
	width: 23%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm23,
	.tn-table td.-widSm23 {
		width: 23%;
	}
}

.tn-table th.-wid24,
.tn-table td.-wid24 {
	width: 24%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm24,
	.tn-table td.-widSm24 {
		width: 24%;
	}
}

.tn-table th.-wid25,
.tn-table td.-wid25 {
	width: 25%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm25,
	.tn-table td.-widSm25 {
		width: 25%;
	}
}

.tn-table th.-wid26,
.tn-table td.-wid26 {
	width: 26%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm26,
	.tn-table td.-widSm26 {
		width: 26%;
	}
}

.tn-table th.-wid27,
.tn-table td.-wid27 {
	width: 27%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm27,
	.tn-table td.-widSm27 {
		width: 27%;
	}
}

.tn-table th.-wid28,
.tn-table td.-wid28 {
	width: 28%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm28,
	.tn-table td.-widSm28 {
		width: 28%;
	}
}

.tn-table th.-wid29,
.tn-table td.-wid29 {
	width: 29%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm29,
	.tn-table td.-widSm29 {
		width: 29%;
	}
}

.tn-table th.-wid30,
.tn-table td.-wid30 {
	width: 30%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm30,
	.tn-table td.-widSm30 {
		width: 30%;
	}
}

.tn-table th.-wid31,
.tn-table td.-wid31 {
	width: 31%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm31,
	.tn-table td.-widSm31 {
		width: 31%;
	}
}

.tn-table th.-wid32,
.tn-table td.-wid32 {
	width: 32%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm32,
	.tn-table td.-widSm32 {
		width: 32%;
	}
}

.tn-table th.-wid33,
.tn-table td.-wid33 {
	width: 33%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm33,
	.tn-table td.-widSm33 {
		width: 33%;
	}
}

.tn-table th.-wid34,
.tn-table td.-wid34 {
	width: 34%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm34,
	.tn-table td.-widSm34 {
		width: 34%;
	}
}

.tn-table th.-wid35,
.tn-table td.-wid35 {
	width: 35%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm35,
	.tn-table td.-widSm35 {
		width: 35%;
	}
}

.tn-table th.-wid36,
.tn-table td.-wid36 {
	width: 36%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm36,
	.tn-table td.-widSm36 {
		width: 36%;
	}
}

.tn-table th.-wid37,
.tn-table td.-wid37 {
	width: 37%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm37,
	.tn-table td.-widSm37 {
		width: 37%;
	}
}

.tn-table th.-wid38,
.tn-table td.-wid38 {
	width: 38%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm38,
	.tn-table td.-widSm38 {
		width: 38%;
	}
}

.tn-table th.-wid39,
.tn-table td.-wid39 {
	width: 39%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm39,
	.tn-table td.-widSm39 {
		width: 39%;
	}
}

.tn-table th.-wid40,
.tn-table td.-wid40 {
	width: 40%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm40,
	.tn-table td.-widSm40 {
		width: 40%;
	}
}

.tn-table th.-wid41,
.tn-table td.-wid41 {
	width: 41%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm41,
	.tn-table td.-widSm41 {
		width: 41%;
	}
}

.tn-table th.-wid42,
.tn-table td.-wid42 {
	width: 42%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm42,
	.tn-table td.-widSm42 {
		width: 42%;
	}
}

.tn-table th.-wid43,
.tn-table td.-wid43 {
	width: 43%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm43,
	.tn-table td.-widSm43 {
		width: 43%;
	}
}

.tn-table th.-wid44,
.tn-table td.-wid44 {
	width: 44%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm44,
	.tn-table td.-widSm44 {
		width: 44%;
	}
}

.tn-table th.-wid45,
.tn-table td.-wid45 {
	width: 45%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm45,
	.tn-table td.-widSm45 {
		width: 45%;
	}
}

.tn-table th.-wid46,
.tn-table td.-wid46 {
	width: 46%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm46,
	.tn-table td.-widSm46 {
		width: 46%;
	}
}

.tn-table th.-wid47,
.tn-table td.-wid47 {
	width: 47%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm47,
	.tn-table td.-widSm47 {
		width: 47%;
	}
}

.tn-table th.-wid48,
.tn-table td.-wid48 {
	width: 48%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm48,
	.tn-table td.-widSm48 {
		width: 48%;
	}
}

.tn-table th.-wid49,
.tn-table td.-wid49 {
	width: 49%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm49,
	.tn-table td.-widSm49 {
		width: 49%;
	}
}

.tn-table th.-wid50,
.tn-table td.-wid50 {
	width: 50%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm50,
	.tn-table td.-widSm50 {
		width: 50%;
	}
}

.tn-table th.-wid51,
.tn-table td.-wid51 {
	width: 51%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm51,
	.tn-table td.-widSm51 {
		width: 51%;
	}
}

.tn-table th.-wid52,
.tn-table td.-wid52 {
	width: 52%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm52,
	.tn-table td.-widSm52 {
		width: 52%;
	}
}

.tn-table th.-wid53,
.tn-table td.-wid53 {
	width: 53%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm53,
	.tn-table td.-widSm53 {
		width: 53%;
	}
}

.tn-table th.-wid54,
.tn-table td.-wid54 {
	width: 54%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm54,
	.tn-table td.-widSm54 {
		width: 54%;
	}
}

.tn-table th.-wid55,
.tn-table td.-wid55 {
	width: 55%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm55,
	.tn-table td.-widSm55 {
		width: 55%;
	}
}

.tn-table th.-wid56,
.tn-table td.-wid56 {
	width: 56%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm56,
	.tn-table td.-widSm56 {
		width: 56%;
	}
}

.tn-table th.-wid57,
.tn-table td.-wid57 {
	width: 57%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm57,
	.tn-table td.-widSm57 {
		width: 57%;
	}
}

.tn-table th.-wid58,
.tn-table td.-wid58 {
	width: 58%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm58,
	.tn-table td.-widSm58 {
		width: 58%;
	}
}

.tn-table th.-wid59,
.tn-table td.-wid59 {
	width: 59%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm59,
	.tn-table td.-widSm59 {
		width: 59%;
	}
}

.tn-table th.-wid60,
.tn-table td.-wid60 {
	width: 60%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm60,
	.tn-table td.-widSm60 {
		width: 60%;
	}
}

.tn-table th.-wid61,
.tn-table td.-wid61 {
	width: 61%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm61,
	.tn-table td.-widSm61 {
		width: 61%;
	}
}

.tn-table th.-wid62,
.tn-table td.-wid62 {
	width: 62%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm62,
	.tn-table td.-widSm62 {
		width: 62%;
	}
}

.tn-table th.-wid63,
.tn-table td.-wid63 {
	width: 63%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm63,
	.tn-table td.-widSm63 {
		width: 63%;
	}
}

.tn-table th.-wid64,
.tn-table td.-wid64 {
	width: 64%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm64,
	.tn-table td.-widSm64 {
		width: 64%;
	}
}

.tn-table th.-wid65,
.tn-table td.-wid65 {
	width: 65%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm65,
	.tn-table td.-widSm65 {
		width: 65%;
	}
}

.tn-table th.-wid66,
.tn-table td.-wid66 {
	width: 66%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm66,
	.tn-table td.-widSm66 {
		width: 66%;
	}
}

.tn-table th.-wid67,
.tn-table td.-wid67 {
	width: 67%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm67,
	.tn-table td.-widSm67 {
		width: 67%;
	}
}

.tn-table th.-wid68,
.tn-table td.-wid68 {
	width: 68%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm68,
	.tn-table td.-widSm68 {
		width: 68%;
	}
}

.tn-table th.-wid69,
.tn-table td.-wid69 {
	width: 69%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm69,
	.tn-table td.-widSm69 {
		width: 69%;
	}
}

.tn-table th.-wid70,
.tn-table td.-wid70 {
	width: 70%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm70,
	.tn-table td.-widSm70 {
		width: 70%;
	}
}

.tn-table th.-wid71,
.tn-table td.-wid71 {
	width: 71%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm71,
	.tn-table td.-widSm71 {
		width: 71%;
	}
}

.tn-table th.-wid72,
.tn-table td.-wid72 {
	width: 72%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm72,
	.tn-table td.-widSm72 {
		width: 72%;
	}
}

.tn-table th.-wid73,
.tn-table td.-wid73 {
	width: 73%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm73,
	.tn-table td.-widSm73 {
		width: 73%;
	}
}

.tn-table th.-wid74,
.tn-table td.-wid74 {
	width: 74%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm74,
	.tn-table td.-widSm74 {
		width: 74%;
	}
}

.tn-table th.-wid75,
.tn-table td.-wid75 {
	width: 75%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm75,
	.tn-table td.-widSm75 {
		width: 75%;
	}
}

.tn-table th.-wid76,
.tn-table td.-wid76 {
	width: 76%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm76,
	.tn-table td.-widSm76 {
		width: 76%;
	}
}

.tn-table th.-wid77,
.tn-table td.-wid77 {
	width: 77%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm77,
	.tn-table td.-widSm77 {
		width: 77%;
	}
}

.tn-table th.-wid78,
.tn-table td.-wid78 {
	width: 78%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm78,
	.tn-table td.-widSm78 {
		width: 78%;
	}
}

.tn-table th.-wid79,
.tn-table td.-wid79 {
	width: 79%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm79,
	.tn-table td.-widSm79 {
		width: 79%;
	}
}

.tn-table th.-wid80,
.tn-table td.-wid80 {
	width: 80%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm80,
	.tn-table td.-widSm80 {
		width: 80%;
	}
}

.tn-table th.-wid81,
.tn-table td.-wid81 {
	width: 81%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm81,
	.tn-table td.-widSm81 {
		width: 81%;
	}
}

.tn-table th.-wid82,
.tn-table td.-wid82 {
	width: 82%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm82,
	.tn-table td.-widSm82 {
		width: 82%;
	}
}

.tn-table th.-wid83,
.tn-table td.-wid83 {
	width: 83%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm83,
	.tn-table td.-widSm83 {
		width: 83%;
	}
}

.tn-table th.-wid84,
.tn-table td.-wid84 {
	width: 84%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm84,
	.tn-table td.-widSm84 {
		width: 84%;
	}
}

.tn-table th.-wid85,
.tn-table td.-wid85 {
	width: 85%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm85,
	.tn-table td.-widSm85 {
		width: 85%;
	}
}

.tn-table th.-wid86,
.tn-table td.-wid86 {
	width: 86%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm86,
	.tn-table td.-widSm86 {
		width: 86%;
	}
}

.tn-table th.-wid87,
.tn-table td.-wid87 {
	width: 87%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm87,
	.tn-table td.-widSm87 {
		width: 87%;
	}
}

.tn-table th.-wid88,
.tn-table td.-wid88 {
	width: 88%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm88,
	.tn-table td.-widSm88 {
		width: 88%;
	}
}

.tn-table th.-wid89,
.tn-table td.-wid89 {
	width: 89%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm89,
	.tn-table td.-widSm89 {
		width: 89%;
	}
}

.tn-table th.-wid90,
.tn-table td.-wid90 {
	width: 90%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm90,
	.tn-table td.-widSm90 {
		width: 90%;
	}
}

.tn-table th.-wid91,
.tn-table td.-wid91 {
	width: 91%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm91,
	.tn-table td.-widSm91 {
		width: 91%;
	}
}

.tn-table th.-wid92,
.tn-table td.-wid92 {
	width: 92%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm92,
	.tn-table td.-widSm92 {
		width: 92%;
	}
}

.tn-table th.-wid93,
.tn-table td.-wid93 {
	width: 93%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm93,
	.tn-table td.-widSm93 {
		width: 93%;
	}
}

.tn-table th.-wid94,
.tn-table td.-wid94 {
	width: 94%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm94,
	.tn-table td.-widSm94 {
		width: 94%;
	}
}

.tn-table th.-wid95,
.tn-table td.-wid95 {
	width: 95%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm95,
	.tn-table td.-widSm95 {
		width: 95%;
	}
}

.tn-table th.-wid96,
.tn-table td.-wid96 {
	width: 96%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm96,
	.tn-table td.-widSm96 {
		width: 96%;
	}
}

.tn-table th.-wid97,
.tn-table td.-wid97 {
	width: 97%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm97,
	.tn-table td.-widSm97 {
		width: 97%;
	}
}

.tn-table th.-wid98,
.tn-table td.-wid98 {
	width: 98%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm98,
	.tn-table td.-widSm98 {
		width: 98%;
	}
}

.tn-table th.-wid99,
.tn-table td.-wid99 {
	width: 99%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm99,
	.tn-table td.-widSm99 {
		width: 99%;
	}
}

.tn-table th.-wid100,
.tn-table td.-wid100 {
	width: 100%;
}

@media screen and (max-width: 690px) {
	.tn-table th.-widSm100,
	.tn-table td.-widSm100 {
		width: 100%;
	}
}

.tn-table.-va-m th,
.tn-table.-va-m td {
	vertical-align: middle;
}

.tn-table.-fixed {
	table-layout: fixed;
}

.tn-table th {
	background-color: #DDF6F3;
}

.tn-table thead th {
	text-align: center;
}

.tn-table.-p-sm th, .tn-table.-p-sm td {
	padding-left: 8px;
	padding-right: 8px;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		color: #333;
		text-decoration: none;
	}
}

@media screen and (max-width: 768px) {
	a[href^="tel:"] {
		pointer-events: auto;
		text-decoration: underline;
		color: #0C8CE6;
	}
}

.tn-thumb-content {
	margin-bottom: 160px;
}

@media screen and (max-width: 979px) {
	.tn-thumb-content {
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 690px) {
	.tn-thumb-content {
		margin-bottom: 40px;
	}
}

.tn-thumb-content.-reverse .tn-thumb-content__inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.tn-thumb-content.-reverse .tn-thumb-content__header {
	margin-left: calc(-50vw - -600px);
	margin-right: calc(-50vw - -400px);
}

@media screen and (max-width: 1280px) {
	.tn-thumb-content.-reverse .tn-thumb-content__header {
		margin-left: -3%;
		margin-right: -10%;
	}
}

@media screen and (max-width: 690px) {
	.tn-thumb-content.-reverse .tn-thumb-content__header {
		margin-left: -3%;
		margin-right: -3%;
	}
}

.tn-thumb-content__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

@media screen and (max-width: 979px) {
	.tn-thumb-content__inner {
		display: block;
	}
}

.tn-thumb-content__header {
	margin-right: calc(-50vw - -600px);
	margin-left: calc(-50vw - -400px);
}

@media screen and (max-width: 1280px) {
	.tn-thumb-content__header {
		margin-right: -3%;
		margin-left: -10%;
		width: 60%;
	}
}

@media screen and (max-width: 979px) {
	.tn-thumb-content__header {
		width: auto;
		margin-left: -3%;
		margin-right: -3%;
	}
}

.tn-thumb-content__body {
	position: relative;
	top: 80px;
	background-color: #fff;
	width: 100%;
	max-width: 810px;
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0, 0, 0, .16);
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

@media screen and (max-width: 1280px) {
	.tn-thumb-content__body {
		width: 50%;
	}
}

@media screen and (max-width: 979px) {
	.tn-thumb-content__body {
		width: auto;
		top: -40px;
		padding: 35px;
	}
}

@media screen and (max-width: 690px) {
	.tn-thumb-content__body {
		padding: 20px;
	}
}

.tn-thumb-content__title {
	font-size: 28px;
	margin-bottom: 24px;
}

@media screen and (max-width: 690px) {
	.tn-thumb-content__title {
		font-size: 20px;
		margin-bottom: 16px;
	}
}

.tn-top-visual {
	margin-top: 116px;
	padding: 0 40px;
	background: url(../image/top_img_visual_01.jpg) 50% 50% no-repeat;
	background-size: cover;
}

@media screen and (max-width: 690px) {
	.tn-top-visual {
		margin-top: 50px;
		padding: 0 20px;
	}
}

.tn-top-visual__inner {
	padding: 112px 0 198px;
	position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.tn-top-visual__inner {
		padding: 60px 0 60px;
	}
}

.tn-top-visual__body {
	background-color: #fff;
	width: 50%;
	padding: 42px 35px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.tn-top-visual__body {
		width: auto;
		padding: 30px 20px;
		background: rgba(255, 255, 255, .9);
	}
}

.tn-top-visual__title {
	font-size: 40px;
	color: #0795BF;
	line-height: 1.4;
	margin-bottom: 24px;
	letter-spacing: 0;
}

@media screen and (max-width: 690px) {
	.tn-top-visual__title {
		font-size: 22px;
	}
}

.tn-top-visual__contact {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 38px 0;
}

@media screen and (max-width: 768px) {
	.tn-top-visual__contact {
		position: static;
		width: auto;
		display: block;
		padding: 20px;
		margin-top: 20px;
		background: rgba(255, 255, 255, .9);
	}
}

.tn-top-visual__contact__body {
	margin-top: 20px;
}

.tn-top-visual__contact__btn a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	max-width: 100%;
	color: #fff;
	text-decoration: none;
	padding: 16px 56px 16px 23px;
	background: -webkit-linear-gradient(left, #3C9BC5, #3E8C50);
	background: linear-gradient(to right, #3C9BC5, #3E8C50);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.tn-top-visual__contact__btn a::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	display: inline-block;
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.tn-top-visual__contact__btn a:hover {
	opacity: .8;
}

.tn-top-visual__contact__title {
	font-size: 28px;
	color: #0795BF;
	margin-bottom: 8px;
}

@media screen and (max-width: 690px) {
	.tn-top-visual__contact__title {
		font-size: 18px;
	}
}

.tn-top-visual__contact__body {
	width: 260px;
}

.tn-top-visual__contact__link {
	margin-top: 10px;
	line-height: 25px;
	vertical-align: baseline;
}

.tn-top-visual__contact__link a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #0C8CE6;
	padding-left: 1em;
	line-height: 25px;
	vertical-align: baseline;
}

.tn-top-visual__contact__link a::before {
	position: absolute;
	left: 0;
	top: 9px;
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 10px;
}

.tn-top-visual__contact__link a:hover {
	opacity: .8;
	text-decoration: none;
}

.tn-top-banner {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media screen and (max-width: 690px) {
	.tn-top-banner {
		padding: 30px 10px;
	}
}

.tn-top-banner__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: -20px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.tn-top-banner__row {
		margin: 0;
	}
}

.tn-top-banner__col {
	padding: 20px;
	width: 50%;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.tn-top-banner__col {
		width: 100%;
		padding: 5px 0;
	}
}

.tn-top-banner__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	box-shadow: 0 3px 14px rgba(208, 220, 232, .4);
	height: 100%;
}

@media screen and (max-width: 768px) {
	.tn-top-banner__content {
		height: auto;
	}
}

.tn-top-banner__content__header {
	position: relative;
	width: 46%;
}

@media screen and (max-width: 768px) {
	.tn-top-banner__content__header {
		width: 240px;
		-webkit-flex-shrink: 0;
		    -ms-flex-negative: 0;
		        flex-shrink: 0;
	}
}

@media screen and (max-width: 690px) {
	.tn-top-banner__content__header {
		width: 80px;
		-webkit-flex-shrink: 0;
		    -ms-flex-negative: 0;
		        flex-shrink: 0;
	}
}

.tn-top-banner__content__header img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

.tn-top-banner__content__body {
	width: 54%;
	padding: 32px 38px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.tn-top-banner__content__body {
		width: 100%;
		padding: 20px;
	}
}

@media screen and (max-width: 768px) {
	.tn-top-banner .dlb_btn a {
		min-width: 0;
		max-width: 240px;
	}
}

.tn-top-bg {
	padding: 144px 40px;
	background: url(../image/top_bg_about_01.jpg) 50% 50% no-repeat;
	background-size: cover;
}

@media screen and (max-width: 690px) {
	.tn-top-bg {
		padding: 70px 10px;
	}
}

.tn-top-topics {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #F8F8F8;
}

@media screen and (max-width: 690px) {
	.tn-top-topics {
		padding: 30px 0;
	}
}

.tn-top-topics .dlb_media_01_area .slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: rgba(12, 140, 230, .3);
}

.tn-top-topics .dlb_media_01_area .slick-dots li button::before {
	width: 10px;
	height: 10px;
}

.tn-top-topics__body {
	margin-top: 50px;
	margin-bottom: 80px;
}

@media screen and (max-width: 690px) {
	.tn-top-topics__body {
		margin-top: 25px;
		margin-bottom: 60px;
	}
}

.tn-top-company {
	padding: 100px 20px 0;
}

@media screen and (max-width: 690px) {
	.tn-top-company {
		padding: 50px 10px 0;
	}
}

.tn-top-company__body {
	position: relative;
	padding: 40px;
	background: url(../image/top_img_company_01.jpg) 50% 50% no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

@media screen and (max-width: 690px) {
	.tn-top-company__body {
		display: block;
	}
}

.tn-top-company__body::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 167, 165, .6);
}

.tn-top-company__label, .tn-top-company__title, .tn-top-company__desc {
	position: relative;
	z-index: 1;
	color: #fff;
}

.tn-top-company__label {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	letter-spacing: .15em;
}

.tn-top-company__title {
	font-size: 28px;
}

.tn-top-company__desc {
	margin-top: 24px;
}

.tn-top-company__btn {
	position: relative;
	z-index: 1;
	width: 240px;
}

@media screen and (max-width: 690px) {
	.tn-top-company__btn {
		margin-top: 20px;
	}
}

@media screen and (min-width: 691px) {
	.hidden__pc {
		display: none !important;
	}
}

@media screen and (max-width: 690px) {
	.hidden__sp {
		display: none !important;
	}
}

.tn-mw10 {
	max-width: 10px;
}

.tn-mw20 {
	max-width: 20px;
}

.tn-mw30 {
	max-width: 30px;
}

.tn-mw40 {
	max-width: 40px;
}

.tn-mw50 {
	max-width: 50px;
}

.tn-mw60 {
	max-width: 60px;
}

.tn-mw70 {
	max-width: 70px;
}

.tn-mw80 {
	max-width: 80px;
}

.tn-mw90 {
	max-width: 90px;
}

.tn-mw100 {
	max-width: 100px;
}

.tn-mw110 {
	max-width: 110px;
}

.tn-mw120 {
	max-width: 120px;
}

.tn-mw130 {
	max-width: 130px;
}

.tn-mw140 {
	max-width: 140px;
}

.tn-mw150 {
	max-width: 150px;
}

.tn-mw160 {
	max-width: 160px;
}

.tn-mw170 {
	max-width: 170px;
}

.tn-mw180 {
	max-width: 180px;
}

.tn-mw190 {
	max-width: 190px;
}

.tn-mw200 {
	max-width: 200px;
}

.tn-mw210 {
	max-width: 210px;
}

.tn-mw220 {
	max-width: 220px;
}

.tn-mw230 {
	max-width: 230px;
}

.tn-mw240 {
	max-width: 240px;
}

.tn-mw250 {
	max-width: 250px;
}

.tn-mw260 {
	max-width: 260px;
}

.tn-mw270 {
	max-width: 270px;
}

.tn-mw280 {
	max-width: 280px;
}

.tn-mw290 {
	max-width: 290px;
}

.tn-mw300 {
	max-width: 300px;
}

.tn-mw310 {
	max-width: 310px;
}

.tn-mw320 {
	max-width: 320px;
}

.tn-mw330 {
	max-width: 330px;
}

.tn-mw340 {
	max-width: 340px;
}

.tn-mw350 {
	max-width: 350px;
}

.tn-mw360 {
	max-width: 360px;
}

.tn-mw370 {
	max-width: 370px;
}

.tn-mw380 {
	max-width: 380px;
}

.tn-mw390 {
	max-width: 390px;
}

.tn-mw400 {
	max-width: 400px;
}

.tn-mw410 {
	max-width: 410px;
}

.tn-mw420 {
	max-width: 420px;
}

.tn-mw430 {
	max-width: 430px;
}

.tn-mw440 {
	max-width: 440px;
}

.tn-mw450 {
	max-width: 450px;
}

.tn-mw460 {
	max-width: 460px;
}

.tn-mw470 {
	max-width: 470px;
}

.tn-mw480 {
	max-width: 480px;
}

.tn-mw490 {
	max-width: 490px;
}

.tn-mw500 {
	max-width: 500px;
}

.tn-mw510 {
	max-width: 510px;
}

.tn-mw520 {
	max-width: 520px;
}

.tn-mw530 {
	max-width: 530px;
}

.tn-mw540 {
	max-width: 540px;
}

.tn-mw550 {
	max-width: 550px;
}

.tn-mw560 {
	max-width: 560px;
}

.tn-mw570 {
	max-width: 570px;
}

.tn-mw580 {
	max-width: 580px;
}

.tn-mw590 {
	max-width: 590px;
}

.tn-mw600 {
	max-width: 600px;
}

.tn-mw610 {
	max-width: 610px;
}

.tn-mw620 {
	max-width: 620px;
}

.tn-mw630 {
	max-width: 630px;
}

.tn-mw640 {
	max-width: 640px;
}

.tn-mw650 {
	max-width: 650px;
}

.tn-mw660 {
	max-width: 660px;
}

.tn-mw670 {
	max-width: 670px;
}

.tn-mw680 {
	max-width: 680px;
}

.tn-mw690 {
	max-width: 690px;
}

.tn-mw700 {
	max-width: 700px;
}

.tn-mw710 {
	max-width: 710px;
}

.tn-mw720 {
	max-width: 720px;
}

.tn-mw730 {
	max-width: 730px;
}

.tn-mw740 {
	max-width: 740px;
}

.tn-mw750 {
	max-width: 750px;
}

.tn-mw760 {
	max-width: 760px;
}

.tn-mw770 {
	max-width: 770px;
}

.tn-mw780 {
	max-width: 780px;
}

.tn-mw790 {
	max-width: 790px;
}

.tn-mw800 {
	max-width: 800px;
}

.tn-mw810 {
	max-width: 810px;
}

.tn-mw820 {
	max-width: 820px;
}

.tn-mw830 {
	max-width: 830px;
}

.tn-mw840 {
	max-width: 840px;
}

.tn-mw850 {
	max-width: 850px;
}

.tn-mw860 {
	max-width: 860px;
}

.tn-mw870 {
	max-width: 870px;
}

.tn-mw880 {
	max-width: 880px;
}

.tn-mw890 {
	max-width: 890px;
}

.tn-mw900 {
	max-width: 900px;
}

.tn-mw910 {
	max-width: 910px;
}

.tn-mw920 {
	max-width: 920px;
}

.tn-mw930 {
	max-width: 930px;
}

.tn-mw940 {
	max-width: 940px;
}

.tn-mw950 {
	max-width: 950px;
}

.tn-mw960 {
	max-width: 960px;
}

.tn-mw970 {
	max-width: 970px;
}

.tn-mw980 {
	max-width: 980px;
}

.tn-mw990 {
	max-width: 990px;
}

.tn-w10 {
	width: 10px !important;
}

.tn-w20 {
	width: 20px !important;
}

.tn-w30 {
	width: 30px !important;
}

.tn-w40 {
	width: 40px !important;
}

.tn-w50 {
	width: 50px !important;
}

.tn-w60 {
	width: 60px !important;
}

.tn-w70 {
	width: 70px !important;
}

.tn-w80 {
	width: 80px !important;
}

.tn-w90 {
	width: 90px !important;
}

.tn-w100 {
	width: 100px !important;
}

.tn-w110 {
	width: 110px !important;
}

.tn-w120 {
	width: 120px !important;
}

.tn-w130 {
	width: 130px !important;
}

.tn-w140 {
	width: 140px !important;
}

.tn-w150 {
	width: 150px !important;
}

.tn-w160 {
	width: 160px !important;
}

.tn-w170 {
	width: 170px !important;
}

.tn-w180 {
	width: 180px !important;
}

.tn-w190 {
	width: 190px !important;
}

.tn-w200 {
	width: 200px !important;
}

.tn-w210 {
	width: 210px !important;
}

.tn-w220 {
	width: 220px !important;
}

.tn-w230 {
	width: 230px !important;
}

.tn-w240 {
	width: 240px !important;
}

.tn-w250 {
	width: 250px !important;
}

.tn-w260 {
	width: 260px !important;
}

.tn-w270 {
	width: 270px !important;
}

.tn-w280 {
	width: 280px !important;
}

.tn-w290 {
	width: 290px !important;
}

.tn-w300 {
	width: 300px !important;
}

.tn-w310 {
	width: 310px !important;
}

.tn-w320 {
	width: 320px !important;
}

.tn-w330 {
	width: 330px !important;
}

.tn-w340 {
	width: 340px !important;
}

.tn-w350 {
	width: 350px !important;
}

.tn-w360 {
	width: 360px !important;
}

.tn-w370 {
	width: 370px !important;
}

.tn-w380 {
	width: 380px !important;
}

.tn-w390 {
	width: 390px !important;
}

.tn-w400 {
	width: 400px !important;
}

.tn-w410 {
	width: 410px !important;
}

.tn-w420 {
	width: 420px !important;
}

.tn-w430 {
	width: 430px !important;
}

.tn-w440 {
	width: 440px !important;
}

.tn-w450 {
	width: 450px !important;
}

.tn-w460 {
	width: 460px !important;
}

.tn-w470 {
	width: 470px !important;
}

.tn-w480 {
	width: 480px !important;
}

.tn-w490 {
	width: 490px !important;
}

.tn-w500 {
	width: 500px !important;
}

.tn-w510 {
	width: 510px !important;
}

.tn-w520 {
	width: 520px !important;
}

.tn-w530 {
	width: 530px !important;
}

.tn-w540 {
	width: 540px !important;
}

.tn-w550 {
	width: 550px !important;
}

.tn-w560 {
	width: 560px !important;
}

.tn-w570 {
	width: 570px !important;
}

.tn-w580 {
	width: 580px !important;
}

.tn-w590 {
	width: 590px !important;
}

.tn-w600 {
	width: 600px !important;
}

.tn-w610 {
	width: 610px !important;
}

.tn-w620 {
	width: 620px !important;
}

.tn-w630 {
	width: 630px !important;
}

.tn-w640 {
	width: 640px !important;
}

.tn-w650 {
	width: 650px !important;
}

.tn-w660 {
	width: 660px !important;
}

.tn-w670 {
	width: 670px !important;
}

.tn-w680 {
	width: 680px !important;
}

.tn-w690 {
	width: 690px !important;
}

.tn-w700 {
	width: 700px !important;
}

.tn-w710 {
	width: 710px !important;
}

.tn-w720 {
	width: 720px !important;
}

.tn-w730 {
	width: 730px !important;
}

.tn-w740 {
	width: 740px !important;
}

.tn-w750 {
	width: 750px !important;
}

.tn-w760 {
	width: 760px !important;
}

.tn-w770 {
	width: 770px !important;
}

.tn-w780 {
	width: 780px !important;
}

.tn-w790 {
	width: 790px !important;
}

.tn-w800 {
	width: 800px !important;
}

.tn-w810 {
	width: 810px !important;
}

.tn-w820 {
	width: 820px !important;
}

.tn-w830 {
	width: 830px !important;
}

.tn-w840 {
	width: 840px !important;
}

.tn-w850 {
	width: 850px !important;
}

.tn-w860 {
	width: 860px !important;
}

.tn-w870 {
	width: 870px !important;
}

.tn-w880 {
	width: 880px !important;
}

.tn-w890 {
	width: 890px !important;
}

.tn-w900 {
	width: 900px !important;
}

.tn-w910 {
	width: 910px !important;
}

.tn-w920 {
	width: 920px !important;
}

.tn-w930 {
	width: 930px !important;
}

.tn-w940 {
	width: 940px !important;
}

.tn-w950 {
	width: 950px !important;
}

.tn-w960 {
	width: 960px !important;
}

.tn-w970 {
	width: 970px !important;
}

.tn-w980 {
	width: 980px !important;
}

.tn-w990 {
	width: 990px !important;
}

@media screen and (min-width: 691px) {
	.tn-w10-pc {
		width: 10px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w20-pc {
		width: 20px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w30-pc {
		width: 30px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w40-pc {
		width: 40px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w50-pc {
		width: 50px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w60-pc {
		width: 60px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w70-pc {
		width: 70px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w80-pc {
		width: 80px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w90-pc {
		width: 90px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w100-pc {
		width: 100px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w110-pc {
		width: 110px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w120-pc {
		width: 120px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w130-pc {
		width: 130px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w140-pc {
		width: 140px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w150-pc {
		width: 150px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w160-pc {
		width: 160px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w170-pc {
		width: 170px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w180-pc {
		width: 180px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w190-pc {
		width: 190px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w200-pc {
		width: 200px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w210-pc {
		width: 210px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w220-pc {
		width: 220px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w230-pc {
		width: 230px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w240-pc {
		width: 240px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w250-pc {
		width: 250px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w260-pc {
		width: 260px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w270-pc {
		width: 270px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w280-pc {
		width: 280px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w290-pc {
		width: 290px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w300-pc {
		width: 300px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w310-pc {
		width: 310px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w320-pc {
		width: 320px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w330-pc {
		width: 330px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w340-pc {
		width: 340px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w350-pc {
		width: 350px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w360-pc {
		width: 360px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w370-pc {
		width: 370px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w380-pc {
		width: 380px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w390-pc {
		width: 390px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w400-pc {
		width: 400px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w410-pc {
		width: 410px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w420-pc {
		width: 420px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w430-pc {
		width: 430px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w440-pc {
		width: 440px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w450-pc {
		width: 450px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w460-pc {
		width: 460px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w470-pc {
		width: 470px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w480-pc {
		width: 480px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w490-pc {
		width: 490px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w500-pc {
		width: 500px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w510-pc {
		width: 510px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w520-pc {
		width: 520px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w530-pc {
		width: 530px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w540-pc {
		width: 540px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w550-pc {
		width: 550px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w560-pc {
		width: 560px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w570-pc {
		width: 570px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w580-pc {
		width: 580px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w590-pc {
		width: 590px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w600-pc {
		width: 600px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w610-pc {
		width: 610px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w620-pc {
		width: 620px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w630-pc {
		width: 630px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w640-pc {
		width: 640px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w650-pc {
		width: 650px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w660-pc {
		width: 660px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w670-pc {
		width: 670px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w680-pc {
		width: 680px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w690-pc {
		width: 690px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w700-pc {
		width: 700px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w710-pc {
		width: 710px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w720-pc {
		width: 720px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w730-pc {
		width: 730px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w740-pc {
		width: 740px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w750-pc {
		width: 750px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w760-pc {
		width: 760px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w770-pc {
		width: 770px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w780-pc {
		width: 780px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w790-pc {
		width: 790px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w800-pc {
		width: 800px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w810-pc {
		width: 810px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w820-pc {
		width: 820px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w830-pc {
		width: 830px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w840-pc {
		width: 840px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w850-pc {
		width: 850px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w860-pc {
		width: 860px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w870-pc {
		width: 870px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w880-pc {
		width: 880px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w890-pc {
		width: 890px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w900-pc {
		width: 900px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w910-pc {
		width: 910px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w920-pc {
		width: 920px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w930-pc {
		width: 930px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w940-pc {
		width: 940px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w950-pc {
		width: 950px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w960-pc {
		width: 960px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w970-pc {
		width: 970px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w980-pc {
		width: 980px !important;
	}
}

@media screen and (min-width: 691px) {
	.tn-w990-pc {
		width: 990px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w10-sp {
		width: 10px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w20-sp {
		width: 20px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w30-sp {
		width: 30px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w40-sp {
		width: 40px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w50-sp {
		width: 50px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w60-sp {
		width: 60px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w70-sp {
		width: 70px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w80-sp {
		width: 80px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w90-sp {
		width: 90px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w100-sp {
		width: 100px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w110-sp {
		width: 110px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w120-sp {
		width: 120px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w130-sp {
		width: 130px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w140-sp {
		width: 140px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w150-sp {
		width: 150px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w160-sp {
		width: 160px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w170-sp {
		width: 170px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w180-sp {
		width: 180px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w190-sp {
		width: 190px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w200-sp {
		width: 200px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w210-sp {
		width: 210px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w220-sp {
		width: 220px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w230-sp {
		width: 230px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w240-sp {
		width: 240px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w250-sp {
		width: 250px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w260-sp {
		width: 260px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w270-sp {
		width: 270px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w280-sp {
		width: 280px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w290-sp {
		width: 290px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w300-sp {
		width: 300px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w310-sp {
		width: 310px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w320-sp {
		width: 320px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w330-sp {
		width: 330px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w340-sp {
		width: 340px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w350-sp {
		width: 350px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w360-sp {
		width: 360px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w370-sp {
		width: 370px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w380-sp {
		width: 380px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w390-sp {
		width: 390px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w400-sp {
		width: 400px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w410-sp {
		width: 410px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w420-sp {
		width: 420px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w430-sp {
		width: 430px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w440-sp {
		width: 440px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w450-sp {
		width: 450px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w460-sp {
		width: 460px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w470-sp {
		width: 470px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w480-sp {
		width: 480px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w490-sp {
		width: 490px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w500-sp {
		width: 500px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w510-sp {
		width: 510px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w520-sp {
		width: 520px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w530-sp {
		width: 530px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w540-sp {
		width: 540px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w550-sp {
		width: 550px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w560-sp {
		width: 560px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w570-sp {
		width: 570px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w580-sp {
		width: 580px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w590-sp {
		width: 590px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w600-sp {
		width: 600px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w610-sp {
		width: 610px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w620-sp {
		width: 620px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w630-sp {
		width: 630px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w640-sp {
		width: 640px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w650-sp {
		width: 650px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w660-sp {
		width: 660px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w670-sp {
		width: 670px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w680-sp {
		width: 680px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w690-sp {
		width: 690px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w700-sp {
		width: 700px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w710-sp {
		width: 710px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w720-sp {
		width: 720px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w730-sp {
		width: 730px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w740-sp {
		width: 740px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w750-sp {
		width: 750px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w760-sp {
		width: 760px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w770-sp {
		width: 770px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w780-sp {
		width: 780px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w790-sp {
		width: 790px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w800-sp {
		width: 800px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w810-sp {
		width: 810px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w820-sp {
		width: 820px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w830-sp {
		width: 830px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w840-sp {
		width: 840px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w850-sp {
		width: 850px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w860-sp {
		width: 860px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w870-sp {
		width: 870px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w880-sp {
		width: 880px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w890-sp {
		width: 890px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w900-sp {
		width: 900px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w910-sp {
		width: 910px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w920-sp {
		width: 920px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w930-sp {
		width: 930px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w940-sp {
		width: 940px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w950-sp {
		width: 950px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w960-sp {
		width: 960px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w970-sp {
		width: 970px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w980-sp {
		width: 980px !important;
	}
}

@media screen and (max-width: 690px) {
	.tn-w990-sp {
		width: 990px !important;
	}
}
