<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabs {
  position: relative;
}
.tabs input {
	position: absolute;
	z-index: 1000;
	width: 20%;
	height: 115px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs label {
	font-size: 15px;
	line-height: 40px;
  width: 20%;
	position: relative;
	display: inline-block;
	color: #385c5b;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.tabs label:after {
  content: '';
	/*background: #fff;*/
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}
.tabs input:hover + label {
}
.tabs label:first-of-type {
    z-index: 5;
}
.tab-label-2 {
    z-index: 4;
}
.tab-label-3 {
    z-index: 3;
}
.tab-label-4 {
    z-index: 2;
}
.tab-label-5 {
    z-index: 1;
}
.tabs input:checked + label {
	  z-index: 6;
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
}
.clear-shadow {
	clear: both;
}
.tabSlider .content {
	position: relative;
  width: 100%;
	height: 560px;
  margin-top: 40px;
	z-index: 5;
	overflow: hidden;
}
.tabSlider .content div {
  position: absolute;
	top: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.content-1, .content-2, .content-3, .content-4, .content-5 {
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}
/*.content-2, .content-4 {
    -webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}*/
.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4,
.tabs input.tab-selector-5:checked ~ .content .content-5 {
    -webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
    -moz-transition: all ease-out 0.2s 0.1s;
    -o-transition: all ease-out 0.2s 0.1s;
    -ms-transition: all ease-out 0.2s 0.1s;
    transition: all ease-out 0.2s 0.1s;
}
.tabSlider .content div h2,
.tabSlider .content div h3{
	color: #398080;
}
.tabSlider .content div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}
@keyframes "page" {
 0% {
    left: 0;
 }
 50% {
    left: 10px;
 }
 100% {
    left: 0;
 }

}
@-moz-keyframes page {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }
}
@-webkit-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }
}
@-ms-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }
}
@-o-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }
}

/* --------------------------------------------------------------------- */
/*  override
/*  譬ｹ蟷ｹ縺ｫ菫ゅｋ螟画峩縺ｯ荳玖ｨ倥↓險倩ｿｰ
/*  繝ｬ繧､繧｢繧ｦ繝医↓菫ゅｋ螟画峩縺ｯrenew.scss縺ｫ險倩ｿｰ
/* --------------------------------------------------------------------- */

/*縲setting縲*/
.tabs input {
	position: absolute;
	width: 18%;
	height: 115px;
}
.tabs label {
  position: relative;
  width: 18%;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
}
.tabs.type-03{
  justify-content: center;
}


/* 繧ｿ繝悶Γ繝九Η繝ｼ 菴咲ｽｮ隱ｿ謨ｴ */
.tabs.type-01 input#tab-1{
  left: 50%;
  margin-left: -18%;
}
.tabs.type-01 input#tab-2{
  left: 50%;
}
.tabs.type-02 input#tab-1{
  left: 50%;
  margin-left: -27%;
}
.tabs.type-02 input#tab-2{
  left: 50%;
  margin-left: -9%;
}
.tabs.type-02 input#tab-3{
	left: 50%;
  margin-left: 9%;
}
.tabs.type-03 input#tab-1{
  left: 5%;
}
.tabs.type-03 input#tab-2{
  left: 23%;
}
.tabs.type-03 input#tab-3{
	left: 41%;
}
.tabs.type-03 input#tab-4{
	left: 59%;
}
.tabs.type-03 input#tab-5{
	left: 77%;
}

.tabs.type-01 label {
  margin-left: 32%;
}
.tabs.type-01 .tab-label-2 {
  margin-left: 0;
}
.tabs.type-02 label{
  margin-left: 23%;
}
.tabs.type-02 .tab-label-2,
.tabs.type-02 .tab-label-3,
.tabs.type-03 .tab-label-2,
.tabs.type-03 .tab-label-3 {
  margin-left: 0;
}

/* 繧ｿ繝悶Γ繝九Η繝ｼ 繧ｵ繝�繝阪う繝ｫ驟咲ｽｮ */
.tabs label img {
  width: 115px !important;
  margin: 0 auto;
}
.tabs label .name {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -24px;
  z-index: 10;
}
.tabs label .name img {
  width: 184px !important;
}

/* 繧ｿ繝悶Γ繝九Η繝ｼ 繝帙ヰ繝ｼ譎ゅ�蜃ｦ逅� */
.tabs input + label .thumbnail img {
  display: none;
}
.tabs input + label .thumbnail img:first-child {
  display: block;
}
.tabs input:checked + label .thumbnail img {
  display: block;
}
.tabs input:checked + label .thumbnail img:first-child {
  display: none;
}

.tabs input + label .name img {
  display: none;
}
.tabs input + label .name img:first-child {
  display: block;
}
.tabs input:checked + label .name img {
  display: block;
}
.tabs input:checked + label .name img:first-child {
  display: none;
}
</pre></body></html>