@charset "UTF-8";




/* CSS STYLE */

html {
	height: -webkit-fill-available;
}

body {
	background: #fff6ec;
	min-width: 320px;
	padding: 100px 0 0 0;
	line-height: 1.8;
	font-size: 13px;
}

a:link,
a:visited {
	color: #ff8400;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
	-ms-interpolation-mode: bicubic;
	image-rendering: -webkit-pixelated;
	image-rendering: -moz-pixelated;
	image-rendering: -o-pixelated;
	image-rendering: pixelated;
}

hr {
	border: none;
	border-top: 1px solid #ddd;
	background: none;
	width: 100%;
	margin: 20px 0;
}

hr.type1 {
	border-top: 3px solid #ff9c24;
}




/* MAIN */

.spnone {
	display: none !important;;
}

.big {
	font-size: 16px;
}
.small {
	font-size: 11px;
	color: #666;
}

.caution {
	color: #e00;
}

.bg-oran {
	background: #fff6ec;
	width: 100%;
}

.bread {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	font-size: 11px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #ff9c24;
}
.bread a {
	color: #ff9c24;
	text-decoration: none;
}
.bread a:nth-of-type(1) {
	display: inline-block;
	background: url(../img/home-icon.svg) left center no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	padding: 16px 0 0 0;
	overflow: hidden;
	vertical-align: middle;
}
.bread a:nth-of-type(1):hover {
	opacity: 0.5;
}

.inner {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.tag {
}
.tag span {
	display: inline-block;
	border: 1px solid #fe6177;
	border-radius: 2px;
	background: #fff;
	margin: 0 2px 2px 0;
	padding: 4px 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	color: #fe6177;
	white-space: nowrap;
}
.tag a {
	position: relative;
	display: inline-block;
	border: 1px solid #7dc041;
	border-radius: 2px;
	background: #7dc041;
	margin: 0 5px 2px 0;
	padding: 4px 18px 4px 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-decoration: none;
	color: #fff;
}
.tag a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 4px;
	background: url(../img/ar_02.svg) no-repeat;
	background-size: 10px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
}

.btn {
	padding-left: 15px;
	padding-right: 15px;
}
.btn a {
	position: relative;
	display: block;
	border: 1px solid #ff8400;
	border-radius: 100px;
	background: #ff8400;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 16px 30px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.08em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.btn a img {
	margin: 0 6px 0 0;
	vertical-align: middle;
}
.btn a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #fff;
	overflow: hidden;
}
.btn.color2 a {
	border: 2px solid #f2bf0d !important;
	background: #f2bf0d;
}
.btn.color2 a[target="_blank"]::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
	overflow: hidden;
	background: url(../img/btn2-blank-icon_02.svg) no-repeat;
	background-size: 10px;
}
.btn.color2 a.pdf-btn:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
	overflow: hidden;
	background: url(../img/pdf-icon_01.svg) no-repeat;
	background-size: 12px;
}
.btn a.mail:after,
.btn a.list:after,
.btn a.schedule:after,
.btn a.faq:after {
	display: none;
}
.btn a.mail:before {
	content: "";
	display: inline-block;
	background: url(../img/btn-mail-icon_02.svg) left center no-repeat;
	background-size: 16px;
	width: 16px;
	height: 20px;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.btn a.list:before {
	content: "";
	display: inline-block;
	background: url(../img/btn-list-icon_02.svg) left center no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	margin: 0 4px 0 0;
	vertical-align: middle;
}
.btn a.schedule:before {
	content: "";
	display: inline-block;
	background: url(../img/btn-schedule-icon_02.svg) left center no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	margin: 0 4px 0 0;
	vertical-align: middle;
}
.btn a.faq:before {
	content: "";
	display: inline-block;
	background: url(../img/btn-faq-icon_02.svg) left center no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

.btn2 {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 0;
}
.btn2 a {
	position: relative;
	display: inline-block;
	border: 2px solid #f2bf0d;
	border-radius: 25px;
	background: #fff;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	color: #f2bf0d;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.btn2 a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 4%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #f2bf0d;
	overflow: hidden;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .btn2 a:after {
	top: 23px;
}
.btn2 a[target="_blank"] {
	background: #f2bf0d;
	color: #fff;
}
.btn2 a[target="_blank"]:after {
	content: "";
	background: url(../img/btn2-blank-icon_02.svg) right center no-repeat;
	background-size: 10px;
}
.btn.type2 a {
	height: auto;
	padding: 16px 30px;
	line-height: 18px;
}
.btn.type3 a {
	height: auto;
	background: #ff9c24;
	padding: 16px 30px;
	background: #ff8400;
	line-height: 18px;
}
.btn.type2 a:after,
.btn.type3 a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #fff;
	overflow: hidden;
}

.hear {
	text-align: right;
	line-height: none;
}
.hear a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 15px;
	letter-spacing: 0.08em;
	text-decoration: none;
}
.hear a[target="_blank"]  {
	background: url(../img/blank-icon.svg) right center no-repeat;
	background-size: 10px;
	padding-right: 15px;
}
.hear a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 9px;
	height: 9px;
	margin: 0;
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	color: #7dc041;
	overflow: hidden;
}

.link-area {
	position: relative;
	padding-left: 16px !important;
}
.link-area:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #7dc041;
	overflow: hidden;
}
.link-area a {
	position: relative;
	letter-spacing: 0.08em;
	font-weight: bold;
	text-decoration: none;
}
.link-area a[target="_blank"]  {
	background: url(../img/blank-icon.svg) right 5px no-repeat;
	background-size: 10px;
	padding-right: 14px;
}

a.blank {
	background: url(../img/blank-icon.svg) right 2px no-repeat;
	background-size: 10px;
	margin: 0 2px 0 0;
	padding-right: 14px;
}
a.pdf {
	background: url(../img/pdf-icon.svg) right 8px no-repeat !important;
	background-size: 12px !important;
	margin: 0 2px 0 0;
	padding-right: 16px !important;
}

.pager {
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 40px 0 0 0;
	font-size: 0;
	text-align: center;
}
.pager p,
.pager ul,
.pager li {
	margin: 0 !important;
	display: inline-block;
}
.pager a {
	display: inline-block;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: #333;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.pager .prev {
	position: absolute;
	top: 0;
	left: 0;
}
.pager .prev a {
	padding-left: 20px;
}
.pager .prev a:before {
	content: "\FF1C";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #333;
	overflow: hidden;
}
.pager .next {
	position: absolute;
	top: 0;
	right: 0;
}
.pager .next a {
	padding-right: 20px;
}
.pager .next a:before {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #333;
	overflow: hidden;
}
.pager li a {
	margin: 2px;
	border-radius: 4px;
	background: #f3efeb;
	width: 40px;
}
.pager li.active a {
	background: #f3c832;
	color: #fff;
}

.list-ul,
.list-ol {
	margin: 20px 0;
}
.list-ul:first-child,
.list-ol:first-child {
	margin-top: 0 !important;
}
.list-ul:last-child,
.list-ol:last-child {
	margin-bottom: 0 !important;
}
.list-ul li {
	position: relative;
	margin: 2px 0;
	padding: 0 0 0 1em;
}
.list-ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 3px;
	background: #7dc041;
	width: 6px;
	height: 6px;
}
.list-ol {
	counter-reset: count;
}
.list-ol li {
	position: relative;
	margin: 5px 0;
	padding: 0 0 0 2em;
}
.list-ol li:before {
	counter-increment: count;
	content: counter(count)".";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	color: #7dc041;
}

.table-block {
	width: 100%;
	width: calc(100% + 10px);
	margin: 20px -10px 20px 0;
}
.table-block th {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
	background-size: 9px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
	border-right: 10px solid #fff;
	padding: 10px 5px;
	font-weight: bold;
	text-align: left;
}
.table-block td {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
	background-size: 9px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
	border-right: 10px solid #fff;
	padding: 10px 5px;
	text-align: left;
}
.table-block tr:first-of-type th,
.table-block tr:first-of-type td {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px), linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
	background-size: 9px 2px, 9px 2px;
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;
}
.table-block:first-child {
	margin-top: 0 !important;
}
.table-block:last-child {
	margin-bottom: 0 !important;
}
.table-block.flat {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
	background-size: 9px 2px;
	background-position: top;
	background-repeat: repeat-x;
	width: calc(100%);
	margin: 20px 0;
}
.table-block.flat th {
	display: block;
	border-right: none;
	width: 100%;
	padding: 8px 0;
}
.table-block.flat td {
	display: block;
	border-right: none;
	width: 100%;
	padding: 8px 0 8px 10px;
}
.table-block.flat tr:first-of-type th,
.table-block.flat tr:first-of-type td {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
	background-size: 9px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}

.table-block2 {
	width: 100%;
	margin: 20px 0;
}
.table-block2 th {
	vertical-align: middle;
	border: 1px solid #fff;
	background: #ff9c24;
	padding: 10px 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	color: #fff;
}
.table-block2 tr:first-of-type th {
	border-top: 1px solid #ff9c24;
}
.table-block2 tr:last-of-type th {
	border-bottom: 1px solid #ff9c24;
}
.table-block2 th:first-of-type {
	border-left: 1px solid #ff9c24;
}
.table-block2 th:last-of-type {
	border-right: 1px solid #ff9c24;
}
.table-block2 td {
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px 12px;
	line-height: 1.6;
}
.table-block2:first-child {
	margin-top: 0 !important;
}
.table-block2:last-child {
	margin-bottom: 0 !important;
}
.table-block2.flat th {
	display: block;
	border-top: none;
	width: 100%;
}
.table-block2.flat td {
	display: block;
	border-top: none;
	width: 100%;
}

dl.table-dl {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
	background-size: 9px 2px;
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
}
dl.table-dl dt {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
	background-size: 9px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px 0;
	font-weight: bold;
	text-align: left;
}
dl.table-dl dd {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
	background-size: 9px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px 0 10px 10px;
	text-align: left;
}
dl.table-dl p {
	margin: 0;
}
dl.table-dl[data-type="borderless"] {
	background-image: none;
}
dl.table-dl[data-type="borderless"] > div:first-child dt {
	padding-top: 0;
}

.code {
	display: block;
	border: 1px solid #ccc;
	background: #eee;
	width: 90%;
	height: 100px;
	margin: 20px auto;
	padding: 10px;
	font-size: 10px;
	line-height: 1.6;
	color: #666;
}




/* BASE */

.base {
	position: relative;
	border-radius: 6px;
	width: 100%;
	background: #fff;
	margin: 20px 0;
	padding: 25px 15px;
	z-index: 1;
}

.base p {
	position: relative;
	margin: 20px 0;
}
.base p:first-child {
	margin-top: 0;
}
.base p:last-child {
	margin-bottom: 0;
}

.base .catch {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 2.4;
	letter-spacing: 0.1em;
	text-align: center;
}
.base .catch span {
	padding: 0 0 1px 0;
	border-bottom: 1px solid #888;
}

.main-head-area {
	position: relative;
	background: #ff9c24;
	border-radius: 6px;
	color: #fff;
	margin: 20px 0 -10px 0;
	padding: 20px;
	letter-spacing: 0.08em;
}
.main-head-area:before,
.main-head-area:after {
	content: "";
	display: block;
	border-radius: 3px;
	background: #fff;
	width: 6px;
	height: 6px;
}
.main-head-area:before {
	position: absolute;
	top: 10px;
	left: 10px;
}
.main-head-area:after {
	position: absolute;
	top: 10px;
	right: 10px;
}
.main-head-area h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.main-head-area .sub-title {
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.head-page {
	position: relative;
	border-bottom: 3px solid #ff9c24;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
}

.head1 {
	position: relative;
	border-radius: 6px;
	background: #ff9c24;
	margin: 30px 0 15px 0;
	padding: 14px 10px 14px 26px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.2;
	color: #fff;
}
.head1:first-child {
	margin-top: 0 !important;
}
.head1:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 12px;
	border-radius: 2px;
	background: #fff;
	width: 4px;
	height: 24px;
	height: calc(100% -28px);
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.head2 {
	position: relative;
	border: 2px solid #eee;
	border-radius: 6px;
	background: #fff;
	margin: 20px 0 15px 0;
	padding: 12px 10px 12px 24px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.2;
	color: #333;
}
.head2:first-child {
	margin-top: 0 !important;
}
.head2:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	border-radius: 2px;
	background: #f3c832;
	width: 4px;
	height: 24px;
	height: calc(100% -24px);
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.head3 {
	position: relative;
	border-bottom: 2px solid #eee;
	margin: 25px 0 15px 0;
	padding: 0 0 8px 24px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.head3:first-child {
	margin-top: 0 !important;
}
.head3:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 9px;
	border-radius: 3px;
	background: #7dc041;
	width: 6px;
	height: 6px;
}
.head4 {
	position: relative;
	border-bottom: 1px dashed #ff9c24;
	margin: 20px 0 15px 0;
	padding: 0 0 8px 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #ff9c24;
}
.head4:first-child {
	margin-top: 0 !important;
}
.head5 {
	position: relative;
	margin: 20px 0 15px 0;
	padding: 2px 0 2px 16px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
.head5:first-child {
	margin-top: 0 !important;
}
.head5:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	background: #ff9c24;
	width: 4px;
	height: 100%;
}
.head6 {
	position: relative;
	margin: 20px 0 12px 0;
	padding: 0 0 0 16px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.08em;
	color: #ff9c24;
}
.head6:first-child {
	margin-top: 0 !important;
}
.head6:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 1px;
	border-radius: 3px;
	background: #ff9c24;
	width: 6px;
	height: 6px;
}
.head7 {
	position: relative;
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.08em;
	color: #ff9c24;
}
.head7:first-child {
	margin-top: 0 !important;
}
.head1 span,
.head2 span,
.head3 span,
.head4 span {
	font-size: 1.2em;
	color: #333;
	line-height: 1.6;
}

.onepoint {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	background: #7dc041;
	margin: 0 5px 8px 0;
	padding: 4px 14px;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	text-decoration: none;
	color: #fff;
}

.column {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.column:first-child {
	margin-top: 0;
}
.column > div {
	width: 100%;
	margin: 0 0 20px 0;
}
.column > div:last-of-type {
	margin: 0;
}
.column .head5 {
	font-weight: bold;
}

.column.box > div {
	border: 1px dashed #ff9c24;
	border-radius: 6px;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 15px;
	overflow: hidden;
}
.column.box .image {
	margin: 10px 0;
}
.column.box .read {
	margin: 10px 0;
}
.column.box p,
.column.box .list-ul,
.column.box .list-ol {
	margin: 10px 0;
}
.column.box .btn a {
	width: 100%;
}
.column > div:last-child,
.column p:last-child,
.column.box .list-ul:last-child,
.column.box .list-ol:last-child,
.column.box .read:last-child {
	margin-bottom: 0;
}

.column.box.fill > div {
	background: #fff8f0;
	border: 3px solid #fee8d0;
	border-radius: 6px;
}

.line-box {
	border: 1px dashed #ff9c24;
	border-radius: 6px;
	margin: 10px 0 20px 0;
	padding: 15px;
	overflow: hidden;
}
.line-box.fill {
	background: #fff8f0;
	border: 3px solid #fee8d0;
	border-radius: 6px;
	margin-top: 20px;
}
.column.box .head4 span,
.line-box .head4 span {
	font-size: 0.8em;
	color: #ff9c24;
}
.line-box .head5 {
	font-weight: bold;
}
.line-box hr {
	border: none;
	border-top: 1px dashed #ff9c24;
	background: none;
	width: 100%;
	margin: 15px 0;
}
.line-box img {
	vertical-align: middle;
}

.data-column {
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
}
.data-column .image {
	width: 100%;
	margin: 0 0 15px 0;
}
.data-column .data {
	width: 100%;
}
.data-column .title {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.2;
	color: #ff9c24;
}

.base table p {
	position: relative;
	margin: 5px 0;
}
.base table p:first-child {
	margin-top: 0;
}
.base table p:last-child {
	margin-bottom: 0;
}

table.data {
	width: 100%;
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
	background-size: 9px 2px;
	background-position: top;
	background-repeat: repeat-x;
	margin: 20px 0;
	letter-spacing: 0.08em;
	line-height: 1.2;
}
table.data tr {
}
table.data th {
	background-image: none;
	background-size: none;
	background-position: none;
	background-repeat: none;
	display: block;
	width: 100%;
	padding: 12px 10px 6px 0;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: left;
	white-space: nowrap;
}
table.data td {
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
	background-size: 9px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
	display: block;
	width: 100%;
	padding: 10px 10px 12px 15px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.movie {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
.movie .column-left,
.movie .column-right,
.movie .column-3 div {
	margin: 0 0 15px 0;
}
.movie > br {
	display: none;
}
.movie .uss-area_video {
	border: 1px solid #eee !important;
	width: 300px !important;
	height: 168px;
}
.movie .myvideoid1-dimensions,
.movie .myvideoid2-dimensions,
.movie .myvideoid3-dimensions,
.movie .myvideoid4-dimensions,
.movie .myvideoid5-dimensions,
.movie .myvideoid6-dimensions {
	width: 300px !important;
	height: 168px;
}
.movie p {
	text-align: center;
}
.movie p.prelusion {
	display: inline-block;
	border-bottom: 1px solid #ff9c24;
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #ff9c24;
}

.attention {
	border: 2px solid #cde7b6;
	border-radius: 6px;
	background: #eff7e7;
	margin: 20px 0;
	padding: 15px;
}
.attention:last-child {
	margin-bottom: 0;
}
.attention h2,
.attention h3,
.attention h4 {
	position: relative;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.attention h2:before,
.attention h3:before,
.attention h4:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	background: #6eb92b;
	width: 4px;
	height: 100%;
}
.attention p {
	margin: 0px 0;
}

.googlemap {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	width: 100%;
	margin: 15px 0;
	padding: 56.25% 0 0 0;
}
.googlemap  iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.twitter {
	border: 4px solid #f0f0f0;
	width: 100%;
	padding: 10px;
}

img.alignright,
img.alignleft,
img.aligncenter,
img.float-right,
img.float-left {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}

.tab-area {
	width: 100%;
	margin: 30px 0 20px 0;
}
.tab-area:first-child {
	margin-top: 0 !important;
}
.tab-area:last-child {
	margin-bottom: 0 !important;
}
.tab-list {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}
.tab-list li {
	display: table;
	position: relative;
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 8px;
}
.tab-list li:nth-of-type(2n+1):before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	border-left: 1px dashed #ddd;
	height: 20px;
	margin: -10px 0 0 0;
}
.tab-list li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	border-right: 1px dashed #ddd;
	height: 20px;
	margin: -10px 0 0 0;
}
.tab-list li span,
.tab-list li a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #ff8400;
	border-radius: 4px;
	background: #ff8400;
	padding: 10px 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.tab-list li span.active,
.tab-list li a.active {
	border: 1px solid #ff8400;
	background: #fff;
	color: #ff8400;
}
.tab-list li span.active:before,
.tab-list li span.active:after,
.tab-list li a.active:before,
.tab-list li a.active:after {
	position: absolute;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
}
.tab-list li span.active:before,
.tab-list li a.active:before {
	bottom: -14px;
	border-color: rgba(255, 132, 0, 0);
	border-top-color: #ff8400;
	border-width: 7px;
	margin-left: -7px;
}
.tab-list li span.active:after,
.tab-list li a.active:after {
	bottom: -12px;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.tab-panel {
	position: relative;
	display: none;
	width: 100%;
}




/* HEADER */

#sp-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	height: 100px;
	z-index: 1000;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
#sp-menu.sp-active {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.sp-top {
	background: #fff;
	display: flex;
	width: 100%;

	.logo {
		img {
			height: 50px;
			width: 50px;
		}
	}

	.tab {
		align-self: center;
		display: flex;
		gap: 5px;
		margin-left: 15px;

		li {
			a {
				align-items: center;
				background-color: #fff;
				border: 1px solid #E7E7E7;
				border-radius: 6px;
				color: #727171;
				display: flex;
				font-size: 12px;
				font-weight: bold;
				height: 44px;
				justify-content: center;
				line-height: 1.4;
				text-decoration: none;
				width: 46px;

				&.is_current {
					color: #fff;
				}
			}

			&.business {
				a {
					&.is_current {
						background-color: #00a0e6;
						border-color: #00a0e6;
					}
				}
			}

			&.personal {
				a {
					&.is_current {
						background: #ff9c24;
						border-color: #ff9c24;
					}
				}
			}

			&.corporate {
				a {
					&.is_current {
						background-color: #055C81;
						border-color: #055C81;
						color: #fff;
					}
				}
			}
		}
	}

	.func {
		display: flex;
		margin-left: auto;

		li {
			span,
			a {
				align-items: center;
				display: flex;
				height: 50px;
				justify-content: center;
				width: 50px;

				&::before {
					content: "";
					display: block;
					mask-repeat: no-repeat;
					mask-size: cover;
				}

				i {
					display: none;
				}
			}

			&.search {
				background-color: #fff;

				span,
				a {
					&::before {
						background-color: #ff9c24;
						height: 18px;
						mask-image: url(../../img/icon_loupe.svg);
						width: 18px;
					}

					[data-theme="corporate"] & {
						&::before {
							background-color: #055C81;
						}
					}

					&.active {
						background-color: #F1F2F4;

						&::before {
						}
					}
				}
			}

			&.contact {
				span,
				a {
					background-color: #ff9c24;

					&::before {
						background-color: #fff;
						height: 20px;
						mask-image: url(../../img/icon_mail.svg);
						width: 25px;
					}
				}
			}
		}
	}
}

#sp-menu-list {
	align-items: center;
	background: #fff;
	display: flex;
	height: 50px;
	justify-content: space-evenly;
	position: relative;
	width: 100%;

	> li {
		> span,
		> a {
			align-items: center;
			color: #333;
			display: flex;
			gap: 4px;
			text-decoration: none;

			&::before {
				background-color: #ff9c24;
				content: "";
				flex-shrink: 0;
				height: 18px;
				mask-repeat: no-repeat;
				mask-size: cover;
				width: 18px;
			}

			&.event {
				&::before {
					background-color: #f44e66;
					mask-image: url(../img/menu-icon_01.svg);
				}
			}

			&.products {
				&::before {
					background-color: #f7c721;
					mask-image: url(../img/menu-icon_02.svg);
				}
			}

			&.news {
				&::before {
					background-color: #30a9d1;
					mask-image: url(../img/menu-icon_03.svg);
				}
			}
		}
	}
}

#sp-menu-list li .menuarea,
#sp-menu .searcharea {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	background: #ff9c24;
	width: 100%;
	padding: 15px 0 20px 0;
	z-index: 9;
}
#sp-menu .searcharea {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	background: #444;
	width: 100%;
	padding: 15px 0;
	font-size: 0;
	z-index: 10;
}
.menuarea .inner,
.searcharea .inner {
	padding: 0 15px;
}

.menuarea .go {
	display: inline-block;
	position: relative;
	padding: 0 16px 0 0;
	text-decoration: none;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #fff;
}
.menuarea .go:after {
	content: "\FF1E";
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 9px;
	font-weight: bold;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.menuarea a {
	color: #fff;
}
.menuarea .service {
	width: 100%;
	overflow: hidden;
	margin: 0 0 -15px 0;
}
.menuarea .service li {
	position: relative;
	float: left;
	display: table;
	width: 50%;
	margin: 0 0 10px 0;
	text-align: center;
}
.menuarea .main {
	width: 100%;
	overflow: hidden;
}
.menuarea .main li {
	float: left;
	width: 50%;
	margin: 0;
	padding: 8px 0;
	text-align: center;
}
.menuarea .main li:nth-child(2n) {
	float: right;
}
.menuarea .main li img {
	margin: 0 0 8px 0;
	padding: 0;
}
.menuarea .main li:last-child {
	margin: 0;
}
.menuarea .sub {
	border-top: 1px solid rgba(255,255,255,0.5);
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	line-height: 1;
	text-align: left;
}
.menuarea .sub li {
	margin: 0 0 10px 0;
	font-size: 12px;
}
.menuarea .sub li:last-child {
	margin: 0;
}
.menuarea .sub li a {
	display: inline-block;
	position: relative;
	line-height: 1.2;
	color: #fff;
	padding: 0 0 0 14px;
	text-decoration: none;
}
.menuarea .sub li a:after {
	content: "\FF1E";
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 9px;
	font-weight: bold;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.menuarea .sub.tc {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.menuarea .sub.tc li {
	font-size: 12px;
	margin: 0;
	text-align: center;
	width: 50%;
}
.menuarea .sub.tc li:nth-child(n + 3) {
	margin-top: 20px;
}
.menuarea .sub.tc li.pdf {
	background-image: none !important;
	padding-right: 0 !important;
}
.menuarea .sub.tc li.pdf a {
	align-items: center;
	display: inline-flex;
	padding: 0;
}
.menuarea .sub.tc li.pdf a:after {
	background-image: url(../img/pdf-icon_01.svg);
	background-repeat: no-repeat;
	background-size: 12px;
	content: "";
	display: block;
	height: 12px;
	margin-left: 3px;
	position: static;
	top: 0;
	transform: none;
	vertical-align: text-bottom;
	width: 12px;
}

#sp-menu form {
	overflow: hidden;
}
#sp-menu form input {
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
}
#sp-menu form input[type="search"] {
	vertical-align: middle;
	border: 2px solid #000;
	background: #fff;
	width: 80%;
	height: 30px;
	margin: 0;
	padding: 5px 10px;
}
#sp-menu form input[type="submit"] {
	vertical-align: middle;
	border: 2px solid #000;
	background: #000;
	width: 20%;
	height: 30px;
	margin: 0;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	color: #fff;
}

#menu-event a {
	color: #f44e66 !important;
}
#menu-products a {
	color: #f7c721 !important;
}
#menu-news a {
	color: #30a9d1 !important;
}
#menu-corporate a {
	color: #6eb92b !important;
}
#menu-inquiry a {
	color: #ff9c24 !important;
}




/* FOOTER */

#gotop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 0;
	width: 56px;
	height: 86px;
	padding: 0 0 30px 0;
	z-index: 900;
}
#gotop a {
	display: block;
	position: relative;
	border-radius: 30px;
	background: #f08300;
	width: 56px;
	height: 56px;
	padding: 56px 0 0 0;
	overflow: hidden;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
#gotop a:before {
	content: "";
	display: block;
	position: absolute;
	top: 23px;
	left: 20px;
	background: #fff;
	width: 16px;
	height: 2px;
}
#gotop a:after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 22px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}

footer {
	width: 100%;
	margin: 80px 0 0 0;
}
footer .footer-banner {
	position: relative;
	background: #fff;
	width: 100%;
	padding: 20px 0 5px 0;
}
footer .footer-banner:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	border-top: 1px dashed #ffdcb4;
	width: 100%;
}
.index footer .footer-banner {
	background: #fff6ec;
}
footer .footer-banner ul {
	overflow: hidden;
}
footer .footer-banner li {
	float: left;
	border: 1px solid #ffddb7;
	width: 48.4%;
	margin: 0 0 10px 0;
}
footer .footer-banner li:nth-child(2n) {
	float: right;
}

footer .footer-menu {
	background: #ff9c24 url(../img/fotter-bg.png) center top repeat-x;
	background-size: auto 30px;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
}
.index .footer-menu {
	background: #ff9c24 url(../img/fotter-index-bg.png) center top repeat-x;
	background-size: auto 30px;
}
footer .footer-menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: left;
}

footer .footer-menu .main {
	display: none;
}

footer .footer-menu .main-sp {
	border-bottom: 1px dashed #fff;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 0 10px 20px;
}

footer .footer-menu .main-sp ul {
	display: flex;
	flex-wrap: wrap;
}

footer .footer-menu .main-sp ul li {
	text-align: center;
	width: 50%;
}

footer .footer-menu .main-sp ul li:nth-child(n + 3) {
	margin-top: 15px;
}

footer .footer-menu .main-sp ul li a {
	display: inline-block;
}

footer .footer-menu .main-sp ul li a:after {
	content: "\FF1E";
	display: inline-block;
	font-size: 9px;
	font-weight: bold;
	margin-left: 5px;
}

footer .footer-menu .main-sp ul li a.pdf {
	background-image: url(../img/pdf-icon_01.svg) !important;
	background-position: center right !important;
	margin: 0;
}

footer .footer-menu .main-sp ul li a.pdf:after {
	display: none;
}

footer .footer-menu .sub {
	border-bottom: 1px dashed #fff;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
	overflow: hidden;
}
footer .footer-menu .sub li {
	float: left;
	position: relative;
	width: 57%;
	margin: 0 0 13px 0;
	padding: 0 0 0 0.8em;
}
footer .footer-menu .sub li:nth-child(2n) {
	float: right;
	width: 41%;
}
footer .footer-menu .sub li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 1px;
	border-radius: 2px;
	background: #fff;
	width: 4px;
	height: 4px;
}
footer .footer-menu .banner {
	font-size: 0;
	text-align: center;
}
footer .footer-menu .banner li {
	display: inline-block;
	width: 28%;
	margin: 0 1.4%;
}

footer .copy {
	background: #fff;
	padding: 14px 10px 18px 10px;
	font-size: 10px;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	color: #ff8400;
}




/* INDEX MAIN */

.index {
	background: #fff;
}

.index-main {
	position: relative;
	background: #fff6ec;
	width: 100%;
	padding: 0 0 42px 0;
	overflow: hidden;
	z-index: 1;
}
.index-main .swiper-container {
	overflow: visible;
}
.main-top.swiper {
	overflow: visible;
}
.main-top .swiper-pagination.swiper-pagination-bullets {
    bottom: -34px;
}
.main-top .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #ff9c24;
	height: 12px;
	margin: 0 8px;
	opacity: 1;
	width: 12px;
}
.main-top .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #fff;
	border: 1px solid #ff9c24;
}
.main-thumbs {
	display: none;
}




/* INDEX */

.index .twitter {
	margin: 20px 0;
}

.notice {
	border: 1px dotted #f8454e;
	border-radius: 2px;
	background: #fff;
	width: 100%;
	margin: 20px 0;
	padding: 20px 15px 15px 15px;
}
.notice dt {
	margin: 0 0 15px 0;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #f8454e;
}
.notice dd {
	line-height: 1.6;
	text-align: left;
}
.notice dd li {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.notice dd li:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.notice a {
	color: #666;
}

#index-event {
	margin-top: 40px;
	margin-bottom: 40px;
}
#index-event h2 {
	background: url(../img/title-event-icon.png) center top no-repeat;
	background-size: 64px;
	margin: 0 0 40px 0;
	padding: 80px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.22em;
	color: #222;
}
#index-event h2 span {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.22em;
	color: #a1a1a1;
}
.index .contents-list {
	margin-bottom: 25px;
}
.contents-list-box {
	position: relative;
	border: 3px solid #fee8d0;
	border-radius: 6px;
	background: #fff8f0;
	width: 100%;
	padding: 12px;
	margin-top: 35px;
	font-size: 12px;
}
.contents-list-box:before {
	content: "";
	top: -31px;
	left: 50%;
	position: absolute;
	background: url(../img/evevt-icon_03.svg) center top no-repeat;
	background-size: 80px 34px;
	width: 80px;
	height: 34px;
	margin: 0 0 0 -45px;
}
.contents-list-box h3 {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	color: #ff8400;
}
.contents-list-box h3:after {
	content: "\FF1E";
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #ff8400;
}
.contents-list-box h3 a {
	display: block;
	color: #000;
	text-decoration: none;
}
.contents-list-box .image {
	position: relative;
	float: left;
	border: 2px solid #fff;
	background: #fff;
	box-shadow: 0 0 0 1px #f3f3f3;
	width: 130px;
	height: 114px;
	font-size: 0;
	overflow: hidden;
}
.contents-list-box .image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.contents-list-box .data {
	margin: 0 0 0 140px;
}
.contents-list-box .tag {
	margin: 0 0 10px 0;
}
.contents-list-box .tag span {
	display: inline-block;
	border: 1px solid #30a9d1;
	border-radius: 2px;
	background: #fff;
	margin: 0 2px 2px 0;
	padding: 4px 5px;
	font-size: 11px;
	line-height: 11px;
	color: #30a9d1;
	white-space: nowrap;
}
.contents-list-box .tag span.call {
	border: 1px solid #fe6177;
	background: #fe6177;
	color: #fff;
}
.contents-list-box p {
	margin: 0;
}
.contents-list-box dl {
	width: 100%;
	padding: 0;
	line-height: 1.6;
	overflow: hidden;
}
.contents-list-box dt {
	margin-bottom: 4px;
	padding: 0 0 0 22px;
	white-space: nowrap;
}
.index .contents-list-box dt {
	clear: both;
	float: left;
	margin-bottom: 0;
}
.contents-list-box dt.day {
	background: url(../img/evevt-icon_01.svg) left top no-repeat;
	background-size: 18px;
}
.contents-list-box dt.add {
	background: url(../img/evevt-icon_02.svg) left top no-repeat;
	background-size: 18px;
}
.contents-list-box dd {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 10px 0;
	padding-bottom: 8px;
}
.contents-list-box dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.index .contents-list-box dd {
	padding-left: 65px;
}
.contents-list-box .hear {
	display: none;
}

#index-service {
	padding-top: 30px;
	padding-bottom: 30px;
}
#index-service h2 {
	background: url(../img/title-service-icon.png) center top no-repeat;
	background-size: 64px;
	margin: 0 0 20px 0;
	padding: 80px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.22em;
	color: #222;
}
#index-service h2 span {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.22em;
	color: #a1a1a1;
}
#index-service .service-list {
	margin: 0 0 10px 0;
}
#index-service .list-box {
	position: relative;
	box-shadow: 0 0 0 4px #fff;
	border: 1px dashed #ffc075;
	border-radius: 2px;
	background: #fff;
	width: 100%;
	width: calc(100% - 8px);
	margin: 5px 5px 20px 5px;
	padding: 15px;
	font-size: 12px;
	overflow: hidden;
}
#index-service .list-box h3 {
	position: relative;
	margin: 0 0 12px 0;
	padding: 0 0 0 12px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	color: #000;
}
#index-service .list-box h3:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	background: #ff9c24;
	width: 4px;
	height: 100%;
}
#index-service .list-box h3 a {
	position: relative;
	display: block;
	padding: 0 20px 0 0;
	color: #000;
	text-decoration: none;
}
#index-service .list-box h3 a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../img/ar_01.svg) no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 0;
}
#index-service .list-box h3 .new {
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
	background: #fb3b52;
	height: 15px;
	margin: 2px 6px 3px 0;
	padding: 0 4px;
	font-size: 9px;
	font-weight: bold;
	line-height: 15px;
	color: #fff;
}
#index-service .list-box .tag {
	margin: 0 0 15px 0;
}
#index-service .list-box .image {
	position: relative;
	float: left;
	background: #fff;
	width: 100px;
	height: 75px;
	margin: 0 0 15px 0;
	font-size: 0;
	overflow: hidden;
}
#index-service .list-box .image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	width: auto;
	height: 75px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#index-service .list-box .data {
	padding: 0 0 15px 115px;
}
#index-service .list-box dl {
	width: 100%;
	line-height: 1.4;
	overflow: hidden;
}
#index-service .list-box dt {
	position: relative;
	clear: both;
	float: left;
	padding: 0 0 0 0.8em;
	font-weight: bold;
	white-space: nowrap;
}
#index-service .list-box dt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.65em;
	left: 0;
	border-radius: 2px;
	background: #666;
	width: 4px;
	height: 4px;
	margin: -2px 0 0 0;
}
#index-service .list-box dt:nth-of-type(1):before {
	background: #fe6177;
}
#index-service .list-box dt:nth-of-type(2):before {
	background: #ff9c24;
}
#index-service .list-box dt:nth-of-type(3):before {
	background: #52bb7f;
}
#index-service .list-box dd {
	margin: 0 0 12px 0;
	padding: 0 0 0 82px;
}
#index-service .list-box dd:last-child {
	margin: 0;
}
#index-service .list-box dd span {
	font-size: 10px;
}
#index-service .list-box dd a[target="_blank"] {
	display: inline-block;
	background: url(../img/blank-icon.svg) right center no-repeat;
	background-size: 10px;
	padding: 0 14px 0 0;
}
#index-service .btn2 {
	clear: both;
	width: 100%;
	border-top: 1px dashed #ccc;
	padding: 15px 0 0 0;
	overflow: hidden;
}
#index-service .btn2 p {
	display: table;
	float: left;
	width: 48%;
	height: 40px;
	margin: 0 !important;
}
#index-service .btn2 a {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 12px;
}
#index-service .btn2 p:nth-of-type(2n) {
	float: right;
}

#index-news {
	position: relative;
	padding: 30px 0 0 0;
}
#index-news:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff6ec;
	width: 100%;
	height: 80px;
	z-index: 1;
}
#index-news:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	border-radius: 125px;
	background: #fff;
	width: 250px;
	height: 250px;
	margin: 0 0 0 -125px;
	z-index: 2;
}
#index-news h2 {
	position: relative;
	background: url(../img/title-news-icon.png) center top no-repeat;
	background-size: 64px;
	margin: 0 0 20px 0;
	padding: 80px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.22em;
	color: #222;
	z-index: 3;
}
#index-news h2 span {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.22em;
	color: #a1a1a1;
}
#index-news .inner {
	position: relative;
	z-index: 3;
}




/* EVENT */

#personal-event.main-head {
	position: relative;
	background: url(../img/title-event-icon.png) center 28px no-repeat;
	background-size: 64px;
	height: 195px;
	margin: 0 0 0 0;
	padding: 104px 15px 0 15px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.2em;
	color: #222;
	z-index: 2;
}
.base.event {
	margin-top: -120px;
	padding-top: 120px;
}
.base.event:after {
	content: "";
	position: absolute;
	top: -75px;
	left: 50%;
	border-radius: 125px;
	background: #fff;
	width: 250px;
	height: 250px;
	margin: 0 0 0 -125px;
	z-index: -1;
}

.event-tag {
	margin: 0 0 20px 0;
	font-size: 0;
}
.event-tag span {
	display: inline-block;
	border-radius: 3px;
	background: #7dc041;
	margin: 0 2px 2px 0;
	padding: 6px 8px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: center;
	color: #fff;
}
.event-tag span.call {
    background: #fe6177;
    color: #fff;
}
.event-image {
	margin: 0 0 20px 0;
	text-align: center;
}
.event-image img {
	width: 100%;
	height: auto;
}
.event-end {
	border: 1px dotted #e73357;
	border-radius: 2px;
	width: 100%;
	margin: 20px 0 !important;
	padding: 12px 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: center;
	color: #e73357;
}
.event-catch {
	line-height: 2;
	text-align: center;
	letter-spacing: 0.08em;
}
.event-catch strong {
	font-size: 18px;
}

.ticket {
	position: relative;
	background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
	background-size: 9px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 12px 0;
	overflow: hidden;
}
.ticket:last-of-type {
	background: none;
	margin: 0;
	padding: 0;
}
.ticket .image {
	float: left;
	position: relative;
	border: 3px solid #eee;
	background: #fff;
	width: 100px;
	height: 90px;
	overflow: hidden;
}
.ticket .image img {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.ticket .sale {
	padding: 0 0 0 115px;
}
.ticket .sale dt {
	font-weight: bold;
	color: #30a9d1;
}
.ticket .sale dd {
	margin: 0 0 5px 0;
}
.ticket .sale dd:last-of-type {
	margin: 0;
}
.ticket .buy {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 !important;
	padding: 10px 0 0 0 !important;
}
.ticket .buy a {
	display: block;
	position: relative;
	border: 1px solid #f2bf0d;
	border-radius: 25px;
	background: #f2bf0d;
	width: 100%;
	height: 46px;
	padding: 0 25px 0 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 44px;
	letter-spacing: 0.08em;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.ticket .buy a:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #fff;
	overflow: hidden;
}

.pdfdl {
	width: 100%;
	height: auto;
	margin: 0 0 40px 0;
}
.pdfdl .image {
	display: block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 0;
	text-align: center;
}
.pdfdl .image img {
	border: 1px solid #ccc;
	width: 50%;
}
.pdfdl .read {
	display: block;
	width: 100%;
	text-align: left;
}
.pdfdl .banner {
	display: block;
	width: 100%;
	padding: 10px 0 0 0;
    font-size: 11px;
	text-align: left;
    color: #666;
}
.pdfdl .banner img {
	max-width: 120px;
	margin: 10px auto;
}

.sponsor {
	border: 2px solid #cde7b6;
	border-radius: 6px;
	background: #eff7e7;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 15px;
}
.sponsor table th {
	width: 90px;
	padding: 0 0 10px 0;
	vertical-align: middle;
	white-space: nowrap;
}
.sponsor table th span {
	position: relative;
	display: block;
	border-radius: 13px;
	background: #7dc041;
	width: 90px;
	height: 24px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	letter-spacing: 0.08em;
	color: #fff;
}
.sponsor table th span:before,
.sponsor table th span:after {
	content: "";
	display: block;
	border-radius: 2px;
	background: #ffff87;
	width: 3px;
	height: 3px;
}
.sponsor table th span:before {
	position: absolute;
	top: 11px;
	left: 6px;
}
.sponsor table th span:after {
	position: absolute;
	top: 11px;
	right: 6px;
}
.sponsor table td {
	padding: 0 0 10px 10px;
	vertical-align: middle;
	line-height: 1.5;
}
.sponsor dl {
	border-top: 2px solid #cde7b6;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
}
.sponsor dl dt {
	background: url(../img/event-contact-bg.png) center bottom no-repeat;
	background-size: 200px;
	margin: 0 0 15px 0;
	padding: 0 0 12px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #7dc041;
}
.sponsor dl dd {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-align: center;
}
.sponsor dl dd span {
	font-size: 12px;
	font-weight: normal;
}
.sponsor a[target="_blank"]  {
	background: url(../img/blank-icon.svg) right center no-repeat;
	background-size: 10px;
	padding-right: 15px;
}




/* PRODUCTS */

#personal-products.main-head {
	position: relative;
	background: url(../img/title-service-icon2.png) center 28px no-repeat;
	background-size: 64px;
	height: 165px;
	margin: 0 0 0 0;
	padding: 104px 15px 0 15px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.2em;
	color: #222;
	z-index: 2;
}
.base.products {
	margin-top: -90px;
	padding-top: 90px;
}
.base.products:after {
	content: "";
	position: absolute;
	top: -75px;
	left: 50%;
	border-radius: 125px;
	background: #fff;
	width: 250px;
	height: 250px;
	margin: 0 0 0 -125px;
	z-index: -1;
}

.list-head {
	position: relative;
	height: 40px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #ff9c24;
}
.list-head span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.products-menu {
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.products-menu li {
	width: 100%;
	margin: 0 0 5px 0;
}
.products-menu li:nth-of-type(4n) {
	margin: 0;
}
.products-menu li a {
	position: relative;
	display: block;
	border: 3px solid #f3f3f3;
	border-radius: 6px;
	background: #fff;
	width: 100%;
	padding: 15px 5px 15px 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	color: #333;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.products-menu li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	background: url(../img/ar_03.svg) no-repeat;
	background-size: 14px;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 0;
}

.products-list > div {
	margin: 0 0 10px 0 !important;
}
.products-list h3 {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 12px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	color: #333;
}
.products-list h3:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	background: #ff9c24;
	width: 4px;
	height: 100%;
}
.products-list h3 a {
	position: relative;
	display: block;
	padding: 0 22px 0 0;
	color: #000;
	text-decoration: none;
	z-index: 2;
}
.products-list h3 a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../img/ar_01.svg) no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 0;
	z-index: 1;
}
.products-list h3 .new {
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
	background: #fb3b52;
	height: 15px;
	margin: 2px 6px 3px 0;
	padding: 0 4px;
	font-size: 9px;
	font-weight: bold;
	line-height: 15px;
	color: #fff;
}
.products-list .tag {
	margin: 0 0 10px 0;
}
.products-list .data {
	display: table;
}
.products-list .data .image {
	float: none;
	display: table-cell;
	position: relative;
	width: 100px;
	min-height: 100px;
	font-size: 0;
	overflow: hidden;
}
.products-list .data .image img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: none;
	width: auto;
	height: 100px;
	-webkit-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}
.products-list .data dl {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 10px;
	line-height: 1.4;
}
.products-list .data dl dt {
	display: block;
	position: relative;
	padding: 0 0 0 0.8em;
	font-weight: bold;
	white-space: nowrap;
}
.products-list .data dl dt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.6em;
	left: 0;
	border-radius: 2px;
	background: #666;
	width: 4px;
	height: 4px;
	margin: -2px 0 0 0;
}
.products-list .data dl dt:nth-of-type(1):before {
	background: #fe6177;
}
.products-list .data dl dt:nth-of-type(2):before {
	background: #ff9c24;
}
.products-list .data dl dt:nth-of-type(3):before {
	background: #52bb7f;
}
.products-list .data dl dd {
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 0.8em;
}
.products-list .data dl dd:last-child {
	margin: 0 !important;
}
.products-list .data dd span {
	font-size: 10px;
}
.products-list .data dd a[target="_blank"] {
	display: inline-block;
	background: url(../img/blank-icon.svg) right center no-repeat;
	background-size: 10px;
	padding: 0 14px 0 0;
}
.products-list .btn2 {
	clear: both;
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.products-list .btn2 p {
	display: table;
	float: left;
	width: 49%;
	height: 40px;
	margin: 0 !important;
}
.products-list .btn2 p a {
	display: table-cell;
	width: 100%;
	margin: 0;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 12px;
}
.products-list .btn2 p:nth-of-type(2n) {
	float: right;
}

.products-data {
	width: 100%;
	margin: 0 0 30px 0;
	overflow: hidden;
}
.products-data .image {
	position: relative;
	background: #fff;
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 80% 0 0 0;
	font-size: 0;
	overflow: hidden;
}
.products-data .image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	width: auto;
	height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.products-data .data {
	width: 100%;
}
.products-data dl {
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	width: 100%;
	margin: 15px 0;
	padding: 15px 5px 10px 5px;
	line-height: 1.4;
	overflow: hidden;
}
.products-data dt {
	position: relative;
	clear: both;
	float: left;
	margin: 0 0 5px 0;
	padding: 0 0 0 1em;
	font-weight: bold;
	white-space: nowrap;
}
.products-data dt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.60em;
	left: 0;
	border-radius: 3px;
	background: #666;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 0;
}
.products-data dt:nth-of-type(1):before {
	background: #fe6177;
}
.products-data dt:nth-of-type(2):before {
	background: #ff9c24;
}
.products-data dt:nth-of-type(3):before {
	background: #52bb7f;
}
.products-data dd {
	margin: 0 0 5px 0;
	padding: 0 0 0 1em;
}
.products-data dd:last-child {
	margin: 0;
}
.products-data dd span {
	font-size: 10px;
}
.products-data dd a[target="_blank"] {
	display: inline-block;
	background: url(../img/blank-icon.svg) right center no-repeat;
	background-size: 10px;
	padding: 0 14px 0 0;
}

#newproducts {
	position: relative;
	margin-top: -110px;
	padding-top: 110px;
	z-index: -1;
}




/* NEWS */

#personal-news.main-head {
	position: relative;
	background: url(../img/title-news-icon.png) center 28px no-repeat;
	background-size: 64px;
	height: 165px;
	margin: 0 0 0 0;
	padding: 104px 15px 0 15px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.2em;
	color: #222;
	z-index: 2;
}
.base.news {
	margin-top: -90px;
	padding-top: 90px;
}
.base.news:after {
	content: "";
	position: absolute;
	top: -75px;
	left: 50%;
	border-radius: 125px;
	background: #fff;
	width: 250px;
	height: 250px;
	margin: 0 0 0 -125px;
	z-index: -1;
}

.news-list {
	border-top: 1px solid #e7e7e7;
	margin-bottom: 12px;
}
.news-list dl {
	align-items: center;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.news-list .date {
	font-size: 12px;
	color: #888;
	letter-spacing: 0.05em;
	margin-right: 20px;
}
.news-list .title {
	font-size: 13px;
	letter-spacing: 0.08em;
	width: 100%;
}
.news-list.mini {
	height: 100px;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	background: #f8f8f8;
	padding: 0 15px;
	overflow-y: auto;
}
.news-list.mini dt {
	padding: 14px 0 0 0;
}
.news-list.mini dd {
	padding: 8px 0 12px 0;
}
.news-list.mini dd:last-child {
	border-bottom: none;
}

.news-day {
	align-items: center;
	color: #888;
	display: flex;
	justify-content: flex-end;
	letter-spacing: 0.06em;
	line-height: 1;
	margin: -5px 0 20px 0 !important;
	padding: 0;
	position: relative;
	text-align: right;
	width: 100%;
}
.news-day > span {
	border-left: 1px solid #ddd;
	margin-left: 12px;
	padding-left: 12px;
}

.label-news {
	border-radius: 3px;
	display: flex;
	vertical-align: middle;
	width: 90px;
	height: 17px;
	font-size: 9px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
}
.label-news::before,
.label-news::after {
	background-color: #fff;
	border-radius: 3px;
	content: '';
	display: block;
	flex-shrink: 0;
	height: 3px;
	width: 3px;
}




/* RESULT */

#personal-result.main-head {
	position: relative;
	background: url(../img/title-result-icon.png) center 28px no-repeat;
	background-size: 64px;
	height: 165px;
	margin: 0 0 0 0;
	padding: 104px 15px 0 15px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.2em;
	color: #222;
	z-index: 2;
}
.base.result {
	margin-top: -90px;
	padding-top: 90px;
}
.base.result:after {
	content: "";
	position: absolute;
	top: -75px;
	left: 50%;
	border-radius: 125px;
	background: #fff;
	width: 250px;
	height: 250px;
	margin: 0 0 0 -125px;
	z-index: -1;
}

.search-box {
	border-radius: 6px;
	background: #f6f6f6;
	margin: 0 0 20px 0;
	padding: 15px;
}
.search-box input[type="search"] {
	border: none;
	border-radius: 2px;
	outline: none;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 5px 10px;
	vertical-align: middle;
	color: #444;
}
.search-box dl {
	position: relative;
	width: 100%;
	margin: 15px 0 5px 0;
	line-height: 1.1;
}
.search-box dl dt {
	background: url(../img/result-icon.svg) left center no-repeat;
	background-size: 16px;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #6eb92b;
}
.search-box dl dd {
	display: inline-block;
	white-space: nowrap;
	margin: 0 10px 10px 0;
}
.search-box input[type="radio"] {
	margin: 0 4px 0 0;
	width: 14px;
	height: 14px;
}
.search-box .send {
	text-align: center;
}
.search-box .send button {
	position: relative;
	border: 2px solid #6eb92b;
	border-radius: 30px;
	outline: none;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
	background: #6eb92b;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.08em;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.search-box .send button:after {
	content: "\FF1E";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #fff;
	overflow: hidden;
}
.search-box .send button span {
	font-size: 10px;
	font-weight: normal;
}

.result-list {
	border-top: 1px dashed #ddd;
	width: 100%;
	margin: 20px 0;
}
.result-list li {
	border-bottom: 1px dashed #ddd;
	width: 100%;
}
.result-list li a {
	display: block;
	padding: 10px 2px;
	text-decoration: none;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.result-list li a dt {
	width: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #ff8400;
}
.result-list li a dd {
	width: 100%;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}




/* FAQ */

.faq-list {
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 20px 0 0 0;
}
.faq-list dt {
	position: relative;
	border-bottom: 1px solid #ddd;
	background: url(../img/faq-q.png) 10px center no-repeat;
	background-size: 20px;
	width: 100%;
	padding: 15px 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.05em;
	cursor: pointer;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.faq-list dt:before {
	position: absolute;
	top: 50%;
	right: 16.5px;
	content: "";
	display: block;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 7px;
	height: 7px;
	transform: rotate(135deg);
	margin: -5px 0 0 0;
}
.faq-list dt.active {
	color: #ff8400;
}
.faq-list dt.active:before {
	transform: rotate(-45deg);
	margin: -2px 0 0 0;
}
.faq-list dt:after {
	position: absolute;
	top: 50%;
	right: 5px;
	content: "";
	display: block;
	border: 1px solid #ddd;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
}
.faq-list dd {
	display: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 10px 5px;
	font-size: 13px;
}

.cboxElement_uss {
	position: relative;
	display: block;
}
.cboxElement_uss:before {
	position: absolute;
	content: "▶";
	font-size: 20px;
	top: 50%;
	left: 50%;
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 4px 37px;
	border-radius: 10px;
	opacity: 0.7;
	border: 2px solid #fff;
	pointer-events: none;
	margin-top: -1em;
	margin-left: -2.5em;
	z-index: 1;
}

.lbimg {
	width: 100%;
	height: auto;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight, 
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight, 
#cboxMiddleLeft,
#cboxMiddleRight {
	display: none;
}

#cboxContent {
	background-color: transparent;
}

#cboxLoadedContent {
	margin: 0 !important;
	overflow: hidden !important;
}

#cboxClose {
	bottom: -25px;
}

#colorbox .uss-area_video {
	height: auto !important;
	padding-top: var(--modalVideoRatio);
	position: relative;
	width: 80vw !important;
}

#colorbox .uss-area_video > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#colorbox {
	left: 0 !important;
	min-height: 100vh !important;
	top: 0 !important;
	width: 100vw !important;
}

#cboxWrapper {
	align-items: center;
	display: flex;
	height: 100vh !important;
	justify-content: center;
	width: 100vw !important;
}

#cboxContent,
#cboxLoadedContent {
	height: auto !important;
	width: auto !important;
}

#dialog-cookie {
	background-color: #fff;
	border-radius: 6px;
	bottom: 10px;
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 30%);
	display: none;
	font-size: 12px;
	left: 10px;
	padding: 15px;
	position: fixed;
	right: 10px;
	z-index: 1000;
}
#dialog-cookie.is-show {
	display: block;
}
#dialog-cookie .nav {
	display: flex;
	margin-top: 15px;
}
#dialog-cookie .nav > li:nth-child(1) {
	width: 210px;
}
#dialog-cookie .nav > li:nth-child(2) {
	margin-left: 15px;
	width: 165px;
}
#dialog-cookie .nav a {
	border: 1px solid #005a82;
	border-radius: 4px;
	color: #005a82;
	display: block;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
    transition: 0.1s linear;
    white-space: nowrap;
}
#dialog-cookie .nav a:hover {
	opacity: 0.8;
}
#dialog-cookie .nav a#cookie-agree {
	background-color: #005a82;
	color: #fff;
}

button.mfp-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 25px;
    height: 25px;
    background: rgba(0,0,0,.7);
    border: none;
    border-radius: 100%;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    outline: 0;
    background: #fff;
}

.mfp-arrow:focus:after,
.mfp-arrow:focus:before,
.mfp-arrow:hover:after,
.mfp-arrow:hover:before {
    background: #afb7bc;
}

.mfp-arrow:active {
    margin-top: 0;
}

.mfp-arrow:before,
.mfp-arrow:after {
	border: none;
    display: block;
    content: " ";
    position: absolute;
    top: 8px;
    left: 12px;
    width: 2px;
    height: 9px;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.mfp-arrow-left {
	left: 10px;
}

.mfp-arrow-left:before {
	left: 11px;
    margin: 3px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mfp-arrow-left:after {
	left: 11px;
    margin: -3px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-arrow-right {
	right: 10px;
}

.mfp-arrow-right:before {
	left: 12px;
    margin: -3px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mfp-arrow-right:after {
	left: 12px;
    margin: 3px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
