@charset "UTF-8";

/*----- テンプレートページ用 -----*/
.template-comment{
  font-size: 18px;
  font-weight: 500;
  color: #999;
  border-bottom: 1px solid #999;
	margin: 60px 0 40px;
}
.template-bg{
  background: #808080;
  padding: 20px;
  margin-bottom: 20px;
}
.template-bg .flex:last-of-type,.template-bg--img .flex:last-of-type{
  margin-bottom: 0;
}
.template-bg--img{
  padding: 40px 20px;
  margin-bottom: 20px;
  position: relative;
}
.template-bg--img > img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template-height{
  height: 640px;
}

/*----- ベースレイアウト -----*/
.flex{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.align-items-start{
  align-items: flex-start;
}
.align-items-center{
  align-items: center;
}
.align-items-end{
  align-items: flex-end;
}
.justify-content-start{
  justify-content: flex-start;
}
.justify-content-end{
  justify-content: flex-end;
}
.justify-content-center{
  justify-content: center;
}
.justify-content-between{
  justify-content: space-between;
}
.flex-col1 > *{
  width: 100%;
}
.flex-col2 > *{
  width: calc((100% - 20px) / 2) !important;
}
.flex-col2.gap5 > *{
  width: calc((100% - 5px) / 2) !important;
}
.flex-col2.gap10 > *{
  width: calc((100% - 10px) / 2) !important;
}
.flex-col2.gap15 > *{
  width: calc((100% - 15px) / 2) !important;
}
.flex-col3 > *{
  width: calc((100% - 40px) / 3) !important;
}
.flex-col3.gap5 > *{
  width: calc((100% - 10px) / 3) !important;
}
.flex-col3.gap10 > *{
  width: calc((100% - 20px) / 3) !important;
}
.flex-col3.gap15 > *{
  width: calc((100% - 30px) / 3) !important;
}
.flex-col4 > *{
  width: calc((100% - 60px) / 4) !important;
}
.flex-col4.gap5 > *{
  width: calc((100% - 15px) / 4) !important;
}
.flex-col4.gap10 > *{
  width: calc((100% - 30px) / 4) !important;
}
.flex-col4.gap15 > *{
  width: calc((100% - 45px) / 4) !important;
}
.flex-col5 > *{
  width: calc((100% - 80px) / 5) !important;
}
.flex-col5.gap5 > *{
  width: calc((100% - 20px) / 5) !important;
}
.flex-col5.gap10 > *{
  width: calc((100% - 40px) / 5) !important;
}
.flex-col5.gap15 > *{
  width: calc((100% - 60px) / 5) !important;
}
.flex-col6 > *{
  width: calc((100% - 100px) / 6) !important;
}
.flex-col6.gap5 > *{
  width: calc((100% - 25px) / 6) !important;
}
.flex-col6.gap10 > *{
  width: calc((100% - 50px) / 6) !important;
}
.flex-col6.gap15 > *{
  width: calc((100% - 75px) / 6) !important;
}
.flex-col2_7_3 > :nth-child(1){
  width: calc((100% - 20px) * 0.7);
}
.flex-col2_7_3.gap5 > :nth-child(1){
  width: calc((100% - 5px) * 0.7);
}
.flex-col2_7_3.gap10 > :nth-child(1){
  width: calc((100% - 10px) * 0.7);
}
.flex-col2_7_3.gap15 > :nth-child(1){
  width: calc((100% - 15px) * 0.7);
}
.flex-col2_7_3 > :nth-child(2){
  width: calc((100% - 20px) * 0.3);
}
.flex-col2_7_3.gap5 > :nth-child(2){
  width: calc((100% - 5px) * 0.3);
}
.flex-col2_7_3.gap10 > :nth-child(2){
  width: calc((100% - 10px) * 0.3);
}
.flex-col2_7_3.gap15 > :nth-child(2){
  width: calc((100% - 15px) * 0.3);
}
.--reverse{
  flex-direction: row-reverse;
}
.bg100,.bg100vw{
  position: relative;
  margin-bottom: 40px;
}
.bg100vw{
  width: max(1200px,100vw);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 40px calc(50vw - 50%);
}
@media (max-width:1220px){
  .bg100vw{
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }
}
.bg100 > img,.bg100vw > img{
  width: 100%;
  height: auto;
}
.bg100-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 20px;
}
.bg100vw.bg-img01{
  background: url(../../img/usr/visual/new/visual08.jpg);
  background-size: cover;
}

/*----- 見出し -----*/
.headline01{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
.headline02{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding:48px 30px 34px;
}
.headline-box01,.headline-box01--w{
  position: relative;
  margin-bottom: 20px;
}
.headline-box01 h1,.headline-box01 h2,.headline-box01 h3,.headline-box01 h4,.headline-box01--w h1,
.headline-box01--w h2,.headline-box01--w h3,.headline-box01--w h4{
  position: absolute;
  left: 0;
  top: calc(50% + 0.1em);
  transform: translateY(-50%);
  padding: 0 30px;
  width: 100%;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.headline-box01--w h1,.headline-box01--w h2,.headline-box01--w h3,.headline-box01--w h4{
  color: #FFF;
}
.headline-box01 img,.headline-box01--w img{
  width: 100%;
  height: auto;
}
.headline-box02{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.headline-box02 > div{
  width: 80px;
  height: 80px;
  margin-right: 20px;
  position: relative;
}
.headline-box02 > div img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.headline-box02 h1,.headline-box02 h2,.headline-box02 h3,.headline-box02 h4{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.headline-box03 h1,.headline-box03 h2,.headline-box03 h3,.headline-box03 h4{
  position: relative;
  padding-left: 15px;
}
.headline-box03 h1::before,.headline-box03 h1::after,.headline-box03 h2::before,.headline-box03 h2::after,.headline-box03 h3::before,.headline-box03 h3::after,.headline-box03 h4::before,.headline-box03 h4::after,.headline-box03--w h1::before,.headline-box03--w h1::after,.headline-box03--w h2::before,.headline-box03--w h2::after,.headline-box03--w h3::before,.headline-box03--w h3::after,.headline-box03--w h4::before,.headline-box03--w h4::after{
  content: "";
  width: 4px;
  height: 4px;
  background: var(--mainColor);
  display: block;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.headline-box03 h1::before,.headline-box03 h2::before,.headline-box03 h3::before,.headline-box03 h4::before,.headline-box03--w h1::before,.headline-box03--w h2::before,.headline-box03--w h3::before,.headline-box03--w h4::before{
  top: calc(50% - 10px);
}
.headline-box03 h1::after,.headline-box03 h2::after,.headline-box03 h3::after,.headline-box03 h4::after,.headline-box03--w h1::after,.headline-box03--w h2::after,.headline-box03--w h3::after,.headline-box03--w h4::after{
  top: calc(50% + 5px);
}
.headline01-sub{
  font-family: var(--barlow);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-style: italic;
  margin-top: 5px;
}
.headline-box03{
  margin-bottom: 20px;
}
.headline-box03 h1,.headline-box03 h2,.headline-box03 h3,.headline-box03 h4,.headline-box03--w h1,.headline-box03--w h2,.headline-box03--w h3,.headline-box03--w h4{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding-left: 15px;
}
.headline-box03--w{
  background: #000;
  margin-bottom: 20px;
  padding: 30px 32px 24px;
}
.headline-box03--w h1,.headline-box03--w h2,.headline-box03--w h3,.headline-box03--w h4{
  color: #FFF;
}
.headline-box03--w .headline01-sub{
  color: rgba(255,255,255,0.5);
}
.headline03{
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.headline03::before,.headline03::after{
  content: "";
  width: 4px;
  height: 4px;
  background: var(--mainColor);
  display: block;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.headline03::before{
  top: calc(50% - 8px);
}
.headline03::after{
  top: calc(50% + 3px);
}
.headline04{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  position: relative;
  background-color: #000;
  margin-bottom: 20px;
  padding: 7px 20px 5px;
}
.headline04::before,.headline04::after{
  content: "";
  width: 3px;
  height: 3px;
  background: var(--mainColor);
  display: block;
  position: absolute;
  left: 10px;
  transform: translateY(-50%);
}
.headline04::before{
  top: calc(50% - 4px);
}
.headline04::after{
  top: calc(50% + 5px);
}
.headline05{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #F0F0F0;
  margin-bottom: 20px;
  padding: 7px 12px 5px;
}
.headline06,.headline07{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.headline07{
  padding-bottom: 8px;
  border-bottom: 1px solid #DEDEDE;
}
.h-bland01,.h-bland02,.h-bland03{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.h-bland01 img,.h-bland02 img,.h-bland03 img{
  margin:0 14px 2px 0;
}
.h-bland02{
  color: #FFF;
  background: #000;
  padding: 8px 20px 5px;
}
.h-bland03{
  background: #F0F0F0;
  padding: 8px 20px 5px;
}
.flex-col3 .h-bland03{
  margin-bottom: 0;
}

/*----- ボタン -----*/
.btntype01,.btntype02,.btntype03,.btntype04,.btntype05,.btntype06,.btntype07,.btntype08,.btntype09{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  transition: opacity .4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  min-height: 56px;
  padding: 8px 28px 6px;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
}
.btntype01.--icon-end,.btntype02.--icon-end,.btntype03.--icon-end,.btntype04.--icon-end,.btntype05.--icon-end,.btntype06.--icon-end,.btntype07.--icon-end,.btntype08.--icon-end,.btntype09.--icon-end{
  padding-left: 55px;
  padding-right: 55px;
}
.btntype01{
  color: #FFF;
  background: var(--mainColor);
}
.btntype02{
  color: #FFF;
  background: var(--secondaryColor);
}
.btntype03{
  font-weight: 500;
  color: #707070;
  background: #EEEEF0;
}
.btntype04{
  font-weight: 500;
  color: #000;
  border: 1px solid #252525;
  padding: 7px 28px 5px;
}
.btntype05{
  font-weight: 500;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 7px 28px 5px;
}
.btntype06{
  font-weight: 500;
  color: #000;
  background: rgba(255,255,255,0.6);
}
.btntype07{
  font-weight: 500;
  color: #000;
  background: rgba(255,255,255,0.85);
}
.btntype08{
  font-weight: 500;
  color: #FFF;
  background: rgba(0,0,0,0.5);
}
.btntype09{
  font-weight: 500;
  color: #FFF;
  background: rgba(0,0,0,0.85);
}
.btntype01:hover,.btntype02:hover,.btntype03:hover,.btntype04:hover,.btntype05:hover,.btntype06:hover,.btntype07:hover,.btntype08:hover,.btntype09:hover{
  opacity: 0.5;
  text-decoration: none;
}
.btntype01 img,.btntype02 img,.btntype03 img,.btntype04 img,.btntype05 img,.btntype06 img,.btntype07 img,.btntype08 img,.btntype09 img{
  margin:0 8px 0 0;
  position: relative;
  top: -2px;
}
.btntype01 img.icon-right,.btntype02 img.icon-right,.btntype03 img.icon-right,.btntype04 img.icon-right,.btntype05 img.icon-right,.btntype06 img.icon-right,.btntype07 img.icon-right,.btntype08 img.icon-right,.btntype09 img.icon-right{
  margin: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btntype01 img.icon-left,.btntype02 img.icon-left,.btntype03 img.icon-left,.btntype04 img.icon-left,.btntype05 img.icon-left,.btntype06 img.icon-left,.btntype07 img.icon-left,.btntype08 img.icon-left,.btntype09 img.icon-left{
  margin: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-inner01{
  font-size: 20px;
}
.btn-inner02{
  font-size: 14px;
}
.btn-inner01 span,.btn-inner02 span{
  display: block;
  font-size: 10px;
  font-weight: 500;
}
.btn-inner02 span{
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.btntype03 .btn-inner02 span,.btntype04 .btn-inner02 span{
  font-weight: 500;
}
[class^="btntype"].--small{
  font-size: 14px;
  display: block;
  max-width: 220px;
  min-height: 44px;
  padding: 12px 28px;
}
[class^="btntype"].--long{
  width: fit-content;
  max-width: 100%;
}
[class^="btntype"].--small img{
  top: 0;
}
.btn-img{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 16px 8px;
  display: flex;
  align-items: center;
  width: 264px;
  min-height: 88px;
  transition: opacity .4s;
}
.btn-img:hover{
  opacity: 0.5;
  text-decoration: none;
}
.btn-img figure{
  flex: 0 0 56px;
  height: 56px;
  position: relative;
}
.btn-img figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.btn-img span{
  padding: 0 2px 0 10px;
  flex: 1;
}
.text-link01{
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}
.text-link02{
  font-size: 20px;
  font-weight: 500;
  color: #007185;
  display: inline-block;
}
.text-link03{
  display: inline-block;
}
.text-link04{
  display: inline-block;
  color: #007185;
}
.arrow-left{
  text-indent: -1em;
  padding-left: 1em;
}
.arrow-left::before{
  content:"";
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.arrow-right::after{
  content:"";
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.under-line{
  text-decoration: underline;
}
.under-line:hover{
  text-decoration: none;
}
.text-link02.arrow-left::before,.text-link02.arrow-right::after,.text-link04.arrow-left::before,.text-link04.arrow-right::after{
  border-color: #007185;
}

/*----- テキスト関連 -----*/
.marker{
  background: linear-gradient(transparent 10%, #FFEB00 10%,#FFEB00 90%,transparent 90%);
}
.border-frame01{
  background: #FFF;
  border: 1px solid #EDEDED;
  padding: 18px 16px 14px;
}
.border-frame02{
  background: #FFF;
  border: 1px solid #EDEDED;
}
.border-frame-title{
  font-size: 16px;
  font-weight: 600;
  background: #EDEDED;
  padding: 4px 10px;
}
.border-frame02 p{
  padding: 18px 16px 14px;
}
.number-list,.icon-list{
  margin-bottom: 20px;
}
.number-list > * + *,.icon-list > * + *{
  margin-top: 15px;
}
.number-list[class*="flex-col"],.icon-list[class*="flex-col"]{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.number-list[class*="flex-col"] > * + *,.icon-list[class*="flex-col"] > * + *{
  margin-top: 0;
}
.number-list li{
  padding-left: 50px;
  padding-top: 4px;
  position: relative;
  counter-increment: title;
}
.icon-list li{
  padding-left: 35px;
  position: relative;
}
.number-list li::before{
  content: counter(title);
  font-weight: bold;
  line-height: 1;
  width: 30px;
  height: 30px;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.icon-list li::before{
  content:"・";
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 8px;
}
.link-list-right,.link-list-left{
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 20px;
}
.link-list-right li,.link-list-left li{
  width: 100%;
}
.link-list-right.flex-col2 li:nth-child(-n+2) a,.link-list-left.flex-col2 li:nth-child(-n+2) a{
  border-top: 1px solid #EDEDED;
}
.link-list-right.flex-col3 li:nth-child(-n+3) a,.link-list-left.flex-col3 li:nth-child(-n+3) a{
  border-top: 1px solid #EDEDED;
}
.link-list-right.flex-col4 li:nth-child(-n+4) a,.link-list-left.flex-col4 li:nth-child(-n+4) a{
  border-top: 1px solid #EDEDED;
}
.link-list-right li a,.link-list-left li a{
  padding: 24px 60px 16px 25px;
  border-bottom: 1px solid #EDEDED;
  font-size: 16px;
  display: block;
  position: relative;
  transition: opacity .4s;
}
.link-list-left li a{
  padding: 24px 25px 16px 60px;
}
.link-list-right li a:hover,.link-list-left li a:hover{
  opacity: 0.5;
  text-decoration: none;
}
.link-list-right li a:hover::after,.link-list-left li a:hover::after{
  transform: translateX(7px) translateY(-50%) rotate(45deg);
}
.link-list-right li:first-child a,.link-list-left li:first-child a{
  border-top: 1px solid #EDEDED;
}
.link-list-right li a::after{
  content:"";
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  transition: transform .4s;
}
.link-list-left li a::after{
  content:"";
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  transition: transform .4s;
}
.table-layout01,.table-layout02{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.table-layout01 table,.table-layout02 table{
  table-layout: fixed;
  width: 100%;
}
.table-layout01 th{
  font-size: 16px;
  font-weight: bold;
  background: #F6F6F6;
  border: 1px solid #DEDEDE;
  width: 25%;
  padding: 20px 28px 18px;
}
.table-layout01 td{
  font-size: 16px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  width: 75%;
  padding: 20px 28px 18px;
}
.table-layout01.flex-col2 th{
  width: 36%;
}
.table-layout01.flex-col2 td{
  width: 64%;
}
.table-layout01.flex-col3 th{
  width: 40%;
}
.table-layout01.flex-col3 td{
  width: 60%;
}
.table-layout01.flex-col4 th{
  width: 44%;
}
.table-layout01.flex-col4 td{
  width: 56%;
}
.table-layout02 th{
  font-size: 16px;
  font-weight: bold;
  background: #F6F6F6;
  border: 1px solid #DEDEDE;
  padding: 20px 28px 18px;
  text-align: center;
}
.table-layout02 td{
  font-size: 16px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  padding: 20px 28px 18px;
}
.accordion-list01,.accordion-list02,.accordion-list03{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.accordion-list01:not(.flex-col2,.flex-col3,.flex-col4),.accordion-list02:not(.flex-col2,.flex-col3,.flex-col4){
  gap: 8px 20px;
}
.accordion-list01 dl,.accordion-list02 dl{
  background: #FFF;
  border: 1px solid #EDEDED;
  width: 100%;
}
.accordion-list03 dl{
  width: 100%;
}
.accordion-list01 dt,.accordion-list02 dt{
  font-size: 16px;
  padding: 26px 65px 20px 28px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.accordion-list03 dt{
  font-size: 16px;
  padding: 14px 30px 10px 16px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #EEE;
  border-radius: 4px;
}
.accordion-list03 dl.is-active dt{
  border-radius: 4px 4px 0 0;
}
.accordion-list01 dt::after{
  content:"";
  width: 6px;
  height: 6px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .4s;
}
.accordion-list02 dt::before{
  content:"";
  width: 23px;
  height: 23px;
  border: 1px solid #222;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
.accordion-list02 dt p{
  width: 100%;
}
.accordion-list02 dt p::before,.accordion-list02 dt p::after{
  content:"";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  transition:.4s;
  background: #111;
}
.accordion-list02 dt p::after{
  transform: translateY(-50%) rotate(90deg);
}
.accordion-list03 dt::after{
  content:"";
  width: 9px;
  height: 9px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
}
.accordion-list01 dl.is-active dt::after{
  transform: translateY(-50%) rotate(225deg);
}
.accordion-list02 dl.is-active dt p::after{
  transform: translateY(-50%) rotate(0);
}
.accordion-list03 dl.is-active dt::after{
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(225deg);
}
.accordion-list01 dd,.accordion-list02 dd{
  font-size: 16px;
  border-top: 1px dotted #CCC;
  padding: 20px 8px;
  margin: 0 20px;
  display: none;
}
.accordion-list03 dd{
  font-size: 16px;
  padding: 12px 20px;
  display: none;
  border: 1px solid #EDEDED;
  border-top: 0;
}
.flex-col2 .block-member-info--customer-info,.flex-col3 .block-member-info--customer-info{
  align-items: center;
}
.flex-col2 .block-member-info--customer-info{
  padding: 28px 36px;
}
.flex-col3 .block-member-info--customer-info{
  padding: 28px 24px;
}
.flex-col4 .block-member-info--customer-info{
  display: block;
  padding: 16px 36px;
}
.flex-col2 .block-member-info--customer-name {
  margin-right: 50px;
}
.flex-col2 .block-member-info--customer-other{
  font-size: 16px;
  font-weight: 400;
}
.flex-col2 .block-member-info--customer-other span {
  font-size: 16px;
}
.flex-col3 .block-member-info--customer-name {
  font-size: 16px;
  margin-right: 28px;
}
.flex-col3 .block-member-info--customer-other{
  font-size: 14px;
  font-weight: 400;
}
.flex-col3 .block-member-info--customer-other span {
  font-size: 14px;
}
.flex-col4 .block-member-info--customer-name {
  font-size: 16px;
  margin-right: 0;
  margin-bottom: 8px;
}
.flex-col4 .block-member-info--customer-other{
  font-size: 13px;
  font-weight: 400;
}
.flex-col4 .block-member-info--customer-other span {
  font-size: 13px;
}
.border-frame03 a{
  transition: opacity .4s;
  text-decoration: none;
}
.border-frame03 a:hover{
  opacity: 0.5;
}
.border-frame03 a:hover .border-frame-description::after{
 right: 15px;
}
.border-frame-img img{
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}
.border-frame-description{
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #DEDEDE;
  border-radius: 0 0 4px 4px;
  padding: 16px 25px 12px 16px;
  position: relative;
}
.border-frame-description::after{
  content:"";
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
}
.layout01,.layout01-black,.layout01-white{
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.layout01 > a,.layout01-black > a,.layout01-white > a{
  display: block;
  text-decoration: none;
  transition: opacity .4s;
  width: 100%;
  height: 100%;
}
.layout01-img{
  width: 100%;
  height: 100%;
  transition: .3s;
  background: #000;
}
.layout01-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
.layout01-text{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.layout01-black .layout01-text{
  background: rgba(0,0,0,0.3);
}
.layout01-white .layout01-text{
  background: rgba(255,255,255,0.3);
}
.layout01-name {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  position: relative;
  text-align: center;
  line-height: 1.2;
  padding: 5px 20px;
}
.flex-col4 .layout01-name {
  font-size: clamp(24px, 1rem + 0.63vw, 28px);
}
.flex-col5 .layout01-name {
  font-size: clamp(18px, 0.375rem + 0.94vw, 24px);
}
.flex-col6 .layout01-name {
  font-size: clamp(13px, -0.063rem + 1.09vw, 20px);
}
.layout01-name::before, .layout01-name::after, .layout01-name-inner::before, .layout01-name-inner::after {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--mainColor);
  position: absolute;
  transition: .3s;
}
.layout01-name::before {
  top: 0;
  left: 0;
}
.layout01-name::after {
  bottom: 0;
  left: 0;
}
.layout01-name-inner::before {
  top: 0;
  right: 0;
}
.layout01-name-inner::after {
  bottom: 0;
  right: 0;
}
.layout01-name-sub {
  display: block;
  font-family: var(--barlow);
  font-size: 12px;
  font-style: italic;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1;
  position: relative;
}
.layout01 > a:hover,.layout01-black > a:hover,.layout01-white > a:hover{
  text-decoration: none;
}
.layout01 > a:hover .layout01-img img,.layout01-black > a:hover .layout01-img img,.layout01-white > a:hover .layout01-img img{
  transform: scale(1.2);
  opacity: 0.75;
}
.layout01 > a:hover .layout01-name-sub.arrow::after,.layout01-black > a:hover .layout01-name-sub.arrow::after,.layout01-white > a:hover .layout01-name-sub.arrow::after{
  bottom: -40px;
}
.layout01 > a:hover .layout01-name::before,.layout01-black > a:hover .layout01-name::before,.layout01-white > a:hover .layout01-name::before{
  top: -20px;
  left: -20px;
}
.layout01 > a:hover .layout01-name::after,.layout01-black > a:hover .layout01-name::after,.layout01-white > a:hover .layout01-name::after{
  bottom: -20px;
  left: -20px;
}
.layout01 > a:hover .layout01-name-inner::before,.layout01-black > a:hover .layout01-name-inner::before,.layout01-white > a:hover .layout01-name-inner::before{
  top: -20px;
  right: -20px;
}
.layout01 > a:hover .layout01-name-inner::after,.layout01-black > a:hover .layout01-name-inner::after,.layout01-white > a:hover .layout01-name-inner::after{
  bottom: -20px;
  right: -20px;
}
.flex-col5 .layout01 > a:hover .layout01-name-sub.arrow::after,.flex-col5 .layout01-black > a:hover .layout01-name-sub.arrow::after,.flex-col5 .layout01-white > a:hover .layout01-name-sub.arrow::after{
  bottom: -35px;
}
.flex-col5 .layout01 > a:hover .layout01-name::before,.flex-col5 .layout01-black > a:hover .layout01-name::before,.flex-col5 .layout01-white > a:hover .layout01-name::before{
  top: -15px;
  left: -15px;
}
.flex-col5 .layout01 > a:hover .layout01-name::after,.flex-col5 .layout01-black > a:hover .layout01-name::after,.flex-col5 .layout01-white > a:hover .layout01-name::after{
  bottom: -15px;
  left: -15px;
}
.flex-col5 .layout01 > a:hover .layout01-name-inner::before,.flex-col5 .layout01-black > a:hover .layout01-name-inner::before,.flex-col5 .layout01-white > a:hover .layout01-name-inner::before{
  top: -15px;
  right: -15px;
}
.flex-col5 .layout01 > a:hover .layout01-name-inner::after,.flex-col5 .layout01-black > a:hover .layout01-name-inner::after,.flex-col5 .layout01-white > a:hover .layout01-name-inner::after{
  bottom: -15px;
  right: -15px;
}
.flex-col6 .layout01 > a:hover .layout01-name-sub.arrow::after,.flex-col6 .layout01-black > a:hover .layout01-name-sub.arrow::after,.flex-col6 .layout01-white > a:hover .layout01-name-sub.arrow::after{
  bottom: -30px;
}
.flex-col6 .layout01 > a:hover .layout01-name::before,.flex-col6 .layout01-black > a:hover .layout01-name::before,.flex-col6 .layout01-white > a:hover .layout01-name::before{
  top: -10px;
  left: -10px;
}
.flex-col6 .layout01 > a:hover .layout01-name::after,.flex-col6 .layout01-black > a:hover .layout01-name::after,.flex-col6 .layout01-white > a:hover .layout01-name::after{
  bottom: -10px;
  left: -10px;
}
.flex-col6 .layout01 > a:hover .layout01-name-inner::before,.flex-col6 .layout01-black > a:hover .layout01-name-inner::before,.flex-col6 .layout01-white > a:hover .layout01-name-inner::before{
  top: -10px;
  right: -10px;
}
.flex-col6 .layout01 > a:hover .layout01-name-inner::after,.flex-col6 .layout01-black > a:hover .layout01-name-inner::after,.flex-col6 .layout01-white > a:hover .layout01-name-inner::after{
  bottom: -10px;
  right: -10px;
}
.flex-col5 .layout01-name-sub {
  font-size: 11px;
}
.flex-col6 .layout01-name-sub {
  font-size: 10px;
}
.layout01-name-sub.arrow::after {
  content: "";
  width: 24px;
  height: 24px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%) rotate(45deg);
  transition: .3s;
}
.flex-col6 .layout01-name-sub.arrow::after {
  width: 18px;
  height: 18px;
  bottom: -20px;
}
.layout02 > :first-child{
  margin-top: 0;
}
.layout02-img img{
  width: 100%;
  height: auto;
}
.layout02-label{
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  gap: 5px;
}
.layout02-label li {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #868A96;
  border-radius: 2px;
  line-height: 1;
  padding: 6px 8px 3px;
}
.layout02-label li a{
  color: #fff;
  text-decoration: none;
  transition: opacity .4s;
}
.layout02-label li a:hover{
  opacity: 0.5;
}
.layout02-title{
  font-size: 20px;
  line-height: 1.4;
  margin-top: 16px;
}
.flex-col5 .layout02-title,.flex-col6 .layout02-title{
  font-size: 18px;
}
.layout02-description{
  font-size: 16px;
  margin-top: 12px;
}
.layout02-notes{
  font-size: 12px;
  margin-top: 5px;
}
.layout02 [class^="btntype"]{
  margin-top: 20px;
}
.visual-slider{
  max-width: max(1200px,80vw);
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.visual-slider .swiper-slide{
  width: 100% !important;
}
.js-visual-slider01,.js-visual-slider02{
  padding-bottom: 52px;
}
.js-visual-slider01 img,.js-visual-slider02 img{
  width: 100%;
  height: auto;
}
.js-visual-slider01 .swiper-pagination,.js-visual-slider02 .swiper-pagination {
  top: inherit;
  bottom: 0px;
  width: calc(100% - 64px);
  left: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.js-visual-slider01 .swiper-pagination-bullet{
  width: 27px;
  height: 32px;
  background: none;
  margin: 0 4.5px !important;
  border-radius: 0;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.js-visual-slider01 .swiper-pagination-bullet::after{
  content:"";
  width: 27px;
  height: 2px;
  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.js-visual-slider02 .swiper-pagination-bullet{
  width: 32px;
  height: 32px;
  background: none;
  margin: 0 !important;
  border-radius: 0;
  opacity: 1;
  color: #AEAEAE;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.js-visual-slider01 .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
  background: #000;
}
.js-visual-slider02 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  color: #222;
}
.js-visual-slider01 .swiper-button-next, .js-visual-slider01 .swiper-button-prev ,.js-visual-slider02 .swiper-button-next, .js-visual-slider02 .swiper-button-prev {
  width: 32px;
  height: 32px;
  background: #FFF;
  border: 1px solid #BEBEBE;
  border-radius: 1px;
  top: inherit;
  bottom: 0;
}
.js-visual-slider01 .swiper-button-next,.js-visual-slider02 .swiper-button-next{
  right: 0;
}
.js-visual-slider01 .swiper-button-prev,.js-visual-slider02 .swiper-button-prev{
  left: 0;
}
.js-visual-slider01 .swiper-button-next:after, .js-visual-slider01 .swiper-button-prev:after,.js-visual-slider02 .swiper-button-next:after, .js-visual-slider02 .swiper-button-prev:after {
  content:"";
  width: 9px;
  height: 9px;
}
.js-visual-slider01 .swiper-button-prev:after,.js-visual-slider02 .swiper-button-prev:after{
  border-top: 2px solid #252525;
  border-left: 2px solid #252525;
  transform: rotate(-45deg);
}
.js-visual-slider01 .swiper-button-next:after,.js-visual-slider02 .swiper-button-next:after{
  border-top: 2px solid #252525;
  border-right: 2px solid #252525;
  transform: rotate(45deg);
}
.hover-contents{
  position: relative;
}
.hover-contents:hover .hover-contents-bg{
  opacity: 1;
}
.hover-contents-img img{
  width: 100%;
  height: auto;
}
.hover-contents-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #FFF;
  background: rgba(0,0,0,0.6);
  transition: opacity .4s;
  opacity: 0;
}
.hover-contents-description{
  font-size: 18px;
  width: 76%;
  max-height: 76%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow-y: auto;
}
.flex-col4 .hover-contents-description,.flex-col5 .hover-contents-description,.flex-col6 .hover-contents-description{
  font-size: 15px;
}
.hover-contents-title{
  font-weight: bold;
  margin-bottom: 5px;
}
.float-contents{
  margin-bottom: 20px;
}
.float-contents-img.fltL{
  margin-right: 60px;
  margin-bottom: 20px;
}
.float-contents-img.fltR{
  margin-left: 60px;
  margin-bottom: 20px;
}
.float-contents-img.img-L{
  width: 46.8%;
  height: auto;
}
.float-contents-img.img-M{
  width: 36.0%;
  height: auto;
}
.float-contents-img.img-S{
  width: 28.0%;
  height: auto;
}
.float-contents-img img{
  width: 100%;
  height: auto;
}
.float-contents-description{
  font-size: 16px;
  line-height: 1.6;
}
.float-contents-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
}
.modal-frame{
  width: 480px;
  height: 480px;
  position: relative;
  border: 1px solid #F0F0F0;
  margin: 0 auto;
  cursor: pointer;
  transition: opacity .4s;
}
.modal-frame:hover{
  opacity: 0.5;
}
.modal-img{
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  transition: opacity .4s;
}
.modal-img-container .modal-img::after{
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.01);
}
.modal-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.modal-zoom{
  position: absolute;
  right: 10px;
  bottom:10px;
}
.modal-zoom .icon-zoom{
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
  border: none;
}
.modal-img-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.75);
  display: none;
}
.modal-img-close {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0,0,0,0.05);
}
.modal-img-close::before,.modal-img-close::after{
  content: "";
  width: 16px;
  height: 1px;
  background: #222;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-img-close::before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-img-close::after{
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal-img-bg .modal-img-container{
  width: calc(100vh - 80px);
  height: calc(100vh - 80px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 68px;
  border-radius: 4px;
  background: #FFF;
}
.layout04{
  position: relative;
  width: fit-content;
}
.layout04-img img{
  width: 100%;
  height: auto;
}
.layout04-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 20px;
}

/*----- アイコン -----*/
.icon-new {
  line-height: 1;
}
.icon-new img{
  width: 54px;
  height: auto;
}
.icon-topic{
  font-size: 12px;
  font-weight: bold;
  color: #454545;
  text-align: center;
  padding: 3px 41px;
  background: #F7F7F7;
  border:1px solid #DEDEDE;
}
.icon-label{
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #868A96;
  border-radius: 2px;
  line-height: 1;
  padding: 7px 7.5px 4px;
}
.icon-status{
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #333333;
  padding: 2.5px 7px 1px;
}
.icon-status.red{
  color: #DD2A00;
  border-color: #DD2A00;
}
.icon-zoom {
  width: 40px;
  height: 40px;
  border: 1px solid #E0E0E0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: .4s;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.icon-zoom img {
  width: 22px;
  height: 22px;
}
.icon-pagination{
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: rgba(0,0,0,0.3);
  border-radius: 16px;
  padding: 3px 9px 1px;
}
.icon-3D{
  border: none;
  background: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.icon-3D img{
  width: 44px;
  height: 44px;
}
.icon-view img{
  width: 51px;
  height: 51px;
}
.product-icon {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 2px 10px 0;
}
.product-icon.type01 {
  color: #fff;
  background: #F2775E;
}
.product-icon.type02 {
  color: #fff;
  background: #2EA853;
}
.product-icon.type03 {
  color: #fff;
  background: #939393;
}
.product-icon.type04 {
  color: #fff;
  background: #5087C7;
}
.product-icon.type05 {
  color: #fff;
  background: #222222;
}

/*----- 目次 -----*/
.table-of-contents{
  border: 2px solid #DEDEDE;
  padding: 30px 40px 40px;
  background: #FFF;
}
.table-of-contents-close{
  width: 30px;
  height: 30px;
  background: #F2F2F2;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
  cursor: pointer;
}
.table-of-contents-close::before,.table-of-contents-close::after{
  content:"";
  width: 12px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.table-of-contents-close::before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.table-of-contents-close::after{
  transform: translate(-50%,-50%) rotate(-45deg);
}
.table-of-contents .table-of-contents-tab{
  font-size: 12px;
  text-align: center;
  width: 64px;
  height: 84px;
  background: #F0F0F0;
  border-radius: 8px 0 0 8px;
  position: absolute;
  top: 0;
  left: -64px;
  padding: 10px;
  display: none;
  cursor: pointer;
  transition: background-color .4s;
}
.table-of-contents h3{
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 20px;
}
.table-of-contents-list > * + *{
  margin-top: 5px;
}
.table-of-contents-list li a {
  font-size: 15px;
  display: inline-block;
  position: relative;
  transition: transform .4s;
  padding: 5px 0 2px 15px;
  text-decoration: none;
}
.table-of-contents-list > li > a {
  font-size: 16px;
  font-weight: bold;
}
.table-of-contents-list li a:hover {
  transform: translateX(5px);
  text-decoration: underline;
}
.table-of-contents-list > li > a::before{
  content: '';
  width: 5px;
  height: 5px;
  background: #E60012;
  position: absolute;
  top: 14px;
  left: 0;
}
.table-of-contents-list > li > ul > li > a::before{
  content: counter(number1) "-" counter(number2) "│";
  content: '';
  width: 3px;
  height: 3px;
  background: #E0E0E0;
  position: absolute;
  top: 16px;
  left: 0;
}
.table-of-contents-list  > li > ul > li > ul > li a {
  padding-left: 10px;
}
.table-of-contents-list li ul{
  padding-left: 0.8em;
}
.table-of-contents.--fixed{
  max-width: 350px;
  border: 1px solid #DEDEDE;
  padding: 30px 30px 0;
  background: #FFF;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.06);
  transition: transform .4s;
}
.table-of-contents.--fixed .table-of-contents-tab:hover{
  background: #C6C6C6;
}
.table-of-contents.--fixed .table-of-contents-tab::before{
  content:"";
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  display: block;
  margin-bottom: 18px;
  position: relative;
  left: 2px;
}
.table-of-contents.--fixed .table-of-contents-close{
  display: block;
}
.table-of-contents.--fixed{
  max-width: 350px;
  border: 1px solid #DEDEDE;
  padding: 30px 20px 0 30px;
  background: #FFF;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.06);
}
.table-of-contents.--fixed h3{
  font-size: 15px;
  border-left: 3px solid #DEDEDE;
  border-bottom: 0;
  padding: 8px;
  margin-bottom: 10px;
}
.table-of-contents.--fixed .table-of-contents-list{
  max-height: 380px;
  overscroll-behavior: contain;
  overflow-y: auto;
  padding-bottom: 20px;
  padding-right: 10px;
}
.table-of-contents.--fixed .table-of-contents-list > * + *{
  margin-top: 8px;
}
.table-of-contents.--fixed .table-of-contents-list li a {
  font-size: 15px;
  color: #222;
  line-height: 1.5;
}
.table-of-contents.--fixed .table-of-contents-list li a:hover {
  transform: none;
  text-decoration: underline;
}
.table-of-contents.--fixed .table-of-contents-list li ul li a {
  font-size: 14px;
}
.table-of-contents.--fixed.is-hide{
  transform: translateX(100%);
}
.table-of-contents.--fixed.is-hide .table-of-contents-tab{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

/*----- タブ -----*/
.tab-list {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  border-bottom: 4px solid #222;
  margin-bottom: 30px;
}
.tab-list li {
  font-size: 17px;
  font-weight: bold;
  color: #707070;
  background: #f5f5f5;
  padding: 12px 16px 11px;
  text-align: center;
  transition: background-color 0.4s;
  cursor: pointer;
  border: 1px solid #dedede;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  flex: 1;
}
.tab-list li:hover {
  background: #dedede;
}
.tab-list li.is-active {
  color: #fff;
  background: #000;
  cursor: auto;
  border-color: #000;
}
.tab-list-item{
  display: none;
}
.tab-list-item.is-active{
  display: block;
}

.--top.--fixed{
  position: fixed;
  top: 110px;
  right: 0;
  z-index: 2;
}
.--middle.--fixed{
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.--bottom.--fixed{
  position: fixed;
  bottom: 110px;
  right: 0;
  z-index: 2;
}
.movie .iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.movie .iframe iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

/*----- 共通 -----*/
.color-white{color: #FFF !important;}
.color-black{color: #000 !important;}
.color-gray{color: #808080 !important;}
.color-red{color: var(--mainColor) !important;}
.bg-black{background: #000 !important;color: #fff !important;}
.bg-gray{background: #F4F4F4 !important;}
.fltL{float: left;}
.fltR{float: right;}
.absolute-middle{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.absolute-top{position: absolute; top: 0; transform: translateX(-50%);}
.absolute-bottom{top:inherit; bottom:0; transform: translateX(-50%);}
.fs10{font-size: 10px !important;}
.fs11{font-size: 11px !important;}
.fs12{font-size: 12px !important;}
.fs13{font-size: 13px !important;}
.fs14{font-size: 14px !important;}
.fs15{font-size: 15px !important;}
.fs16{font-size: 16px !important;}
.fs17{font-size: 17px !important;}
.fs18{font-size: 18px !important;}
.fs19{font-size: 19px !important;}
.fs20{font-size: 20px !important;}
.fs21{font-size: 21px !important;}
.fs22{font-size: 22px !important;}
.fs23{font-size: 23px !important;}
.fs24{font-size: 24px !important;}
.fs25{font-size: 25px !important;}
.fs26{font-size: 26px !important;}
.fs27{font-size: 27px !important;}
.fs28{font-size: 28px !important;}
.fs29{font-size: 29px !important;}
.fs30{font-size: 30px !important;}
.fs31{font-size: 31px !important;}
.fs32{font-size: 32px !important;}
.fs1vw{font-size: clamp(calc(1200 / 100 * 1px),1vw,calc(1920 / 100 * 1px)) !important;}
.fs1_5vw{font-size: clamp(calc(1200 / 100 * 1.5px),1.5vw,calc(1920 / 100 * 1.5px)) !important;}
.fs2vw{font-size: clamp(calc(1200 / 100 * 2px),2vw,calc(1920 / 100 * 2px)) !important;}
.fs2_5vw{font-size: clamp(calc(1200 / 100 * 2.5px),2.5vw,calc(1920 / 100 * 2.5px)) !important;}
.fs3vw{font-size: clamp(calc(1200 / 100 * 3px),3vw,calc(1920 / 100 * 3px)) !important;}
.fs3_5vw{font-size: clamp(calc(1200 / 100 * 3.5px),3.5vw,calc(1920 / 100 * 3.5px)) !important;}
.fs4vw{font-size: clamp(calc(1200 / 100 * 4px),4vw,calc(1920 / 100 * 4px)) !important;}
.fs4_5vw{font-size: clamp(calc(1200 / 100 * 4.5px),4.5vw,calc(1920 / 100 * 4.5px)) !important;}
.fs5vw{font-size: clamp(calc(1200 / 100 * 5px),5vw,calc(1920 / 100 * 5px)) !important;}
.fs5_5vw{font-size: clamp(calc(1200 / 100 * 5.5px),5.5vw,calc(1920 / 100 * 5.5px)) !important;}
.fs6vw{font-size: clamp(calc(1200 / 100 * 6px),6vw,calc(1920 / 100 * 6px)) !important;}
.fs6_5vw{font-size: clamp(calc(1200 / 100 * 6.5px),6.5vw,calc(1920 / 100 * 6.5px)) !important;}
.fs7vw{font-size: clamp(calc(1200 / 100 * 7px),7vw,calc(1920 / 100 * 7px)) !important;}
.fs7_5vw{font-size: clamp(calc(1200 / 100 * 7.5px),7.5vw,calc(1920 / 100 * 7.5px)) !important;}
.fs8vw{font-size: clamp(calc(1200 / 100 * 8px),8vw,calc(1920 / 100 * 8px)) !important;}
.fs8_5vw{font-size: clamp(calc(1200 / 100 * 8.5px),8.5vw,calc(1920 / 100 * 8.5px)) !important;}
.fs9vw{font-size: clamp(calc(1200 / 100 * 9px),9vw,calc(1920 / 100 * 9px)) !important;}
.fs9_5vw{font-size: clamp(calc(1200 / 100 * 9.5px),9.5vw,calc(1920 / 100 * 9.5px)) !important;}
.fs10vw{font-size: clamp(calc(1200 / 100 * 10px),10vw,calc(1920 / 100 * 10px)) !important;}
.fs10_5vw{font-size: clamp(calc(1200 / 100 * 10.5px),10.5vw,calc(1920 / 100 * 10.5px)) !important;}
.fs11vw{font-size: clamp(calc(1200 / 100 * 11px),11vw,calc(1920 / 100 * 11px)) !important;}
.fs11_5vw{font-size: clamp(calc(1200 / 100 * 11.5px),11.5vw,calc(1920 / 100 * 11.5px)) !important;}
.fs12vw{font-size: clamp(calc(1200 / 100 * 12px),12vw,calc(1920 / 100 * 12px)) !important;}
.fs12_5vw{font-size: clamp(calc(1200 / 100 * 12.5px),12.5vw,calc(1920 / 100 * 12.5px)) !important;}
.fs13vw{font-size: clamp(calc(1200 / 100 * 13px),13vw,calc(1920 / 100 * 13px)) !important;}
.fs13_5vw{font-size: clamp(calc(1200 / 100 * 13.5px),13.5vw,calc(1920 / 100 * 13.5px)) !important;}
.fs14vw{font-size: clamp(calc(1200 / 100 * 14px),14vw,calc(1920 / 100 * 14px)) !important;}
.fs14_5vw{font-size: clamp(calc(1200 / 100 * 14.5px),14.5vw,calc(1920 / 100 * 14.5px)) !important;}
.fs15vw{font-size: clamp(calc(1200 / 100 * 15px),15vw,calc(1920 / 100 * 15px)) !important;}
.line-height1{line-height: 1 !important;}
.line-height1_1{line-height: 1.1 !important;}
.line-height1_2{line-height: 1.2 !important;}
.line-height1_3{line-height: 1.3 !important;}
.line-height1_4{line-height: 1.4 !important;}
.line-height1_5{line-height: 1.5 !important;}
.line-height1_6{line-height: 1.6 !important;}
.line-height1_7{line-height: 1.7 !important;}
.line-height1_8{line-height: 1.8 !important;}
.line-height1_9{line-height: 1.9 !important;}
.line-height2{line-height: 2 !important;}
.normal{font-weight: 400 !important;}
.bold{font-weight: bold !important;}
.left{text-align: left !important;}
.center{text-align: center !important;}
.right{text-align: right !important;}
.--left{margin-right:auto;}
.--center{margin-left:auto; margin-right:auto;}
.--right{margin-left:auto;}
.mg0{margin: 0 !important;}
.mgLR0{margin-left: 0 !important; margin-right: 0 !important;}
.mgLR10{margin-left: 10px !important; margin-right: 10px !important;}
.mgLR20{margin-left: 20px !important; margin-right: 20px !important;}
.mgLR30{margin-left: 30px !important; margin-right: 30px !important;}
.mgLR40{margin-left: 40px !important; margin-right: 40px !important;}
.mgLR50{margin-left: 50px !important; margin-right: 50px !important;}
.mgLR60{margin-left: 60px !important; margin-right: 60px !important;}
.mgLR70{margin-left: 70px !important; margin-right: 70px !important;}
.mgLR80{margin-left: 80px !important; margin-right: 80px !important;}
.mgLR90{margin-left: 90px !important; margin-right: 90px !important;}
.mgLR100{margin-left: 100px !important; margin-right: 100px !important;}
.mgL0{margin-left: 0 !important;}
.mgL10{margin-left: 10px !important;}
.mgL20{margin-left: 20px !important;}
.mgL30{margin-left: 30px !important;}
.mgL40{margin-left: 40px !important;}
.mgL50{margin-left: 50px !important;}
.mgL60{margin-left: 60px !important;}
.mgL70{margin-left: 70px !important;}
.mgL80{margin-left: 80px !important;}
.mgL90{margin-left: 90px !important;}
.mgL100{margin-left: 100px !important;}
.mgR0{margin-right: 0 !important;}
.mgR10{margin-right: 10px !important;}
.mgR20{margin-right: 20px !important;}
.mgR30{margin-right: 30px !important;}
.mgR40{margin-right: 40px !important;}
.mgR50{margin-right: 50px !important;}
.mgR60{margin-right: 60px !important;}
.mgR70{margin-right: 70px !important;}
.mgR80{margin-right: 80px !important;}
.mgR90{margin-right: 90px !important;}
.mgR100{margin-right: 100px !important;}
.mgTB0{margin-top: 0 !important; margin-bottom: 0 !important;}
.mgTB10{margin-top: 10px !important; margin-bottom: 10px !important;}
.mgTB20{margin-top: 20px !important; margin-bottom: 20px !important;}
.mgTB30{margin-top: 30px !important; margin-bottom: 30px !important;}
.mgTB40{margin-top: 40px !important; margin-bottom: 40px !important;}
.mgTB50{margin-top: 50px !important; margin-bottom: 50px !important;}
.mgTB60{margin-top: 60px !important; margin-bottom: 60px !important;}
.mgTB70{margin-top: 70px !important; margin-bottom: 70px !important;}
.mgTB80{margin-top: 80px !important; margin-bottom: 80px !important;}
.mgTB90{margin-top: 90px !important; margin-bottom: 90px !important;}
.mgTB100{margin-top: 100px !important; margin-bottom: 100px !important;}
.mgTB110{margin-top: 110px !important; margin-bottom: 110px !important;}
.mgTB120{margin-top: 120px !important; margin-bottom: 120px !important;}
.mgTB130{margin-top: 130px !important; margin-bottom: 130px !important;}
.mgTB140{margin-top: 140px !important; margin-bottom: 140px !important;}
.mgTB150{margin-top: 150px !important; margin-bottom: 150px !important;}
.mgTB160{margin-top: 160px !important; margin-bottom: 160px !important;}
.mgTB170{margin-top: 170px !important; margin-bottom: 170px !important;}
.mgTB180{margin-top: 180px !important; margin-bottom: 180px !important;}
.mgTB190{margin-top: 190px !important; margin-bottom: 190px !important;}
.mgTB200{margin-top: 200px !important; margin-bottom: 200px !important;}
.mgT0{margin-top: 0 !important;}
.mgT10{margin-top: 10px !important;}
.mgT20{margin-top: 20px !important;}
.mgT30{margin-top: 30px !important;}
.mgT40{margin-top: 40px !important;}
.mgT50{margin-top: 50px !important;}
.mgT60{margin-top: 60px !important;}
.mgT70{margin-top: 70px !important;}
.mgT80{margin-top: 80px !important;}
.mgT90{margin-top: 90px !important;}
.mgT100{margin-top: 100px !important;}
.mgT110{margin-top: 110px !important;}
.mgT120{margin-top: 120px !important;}
.mgT130{margin-top: 130px !important;}
.mgT140{margin-top: 140px !important;}
.mgT150{margin-top: 150px !important;}
.mgT160{margin-top: 160px !important;}
.mgT170{margin-top: 170px !important;}
.mgT180{margin-top: 180px !important;}
.mgT190{margin-top: 190px !important;}
.mgT200{margin-top: 200px !important;}
.mgB0{margin-bottom: 0 !important;}
.mgB10{margin-bottom: 10px !important;}
.mgB20{margin-bottom: 20px !important;}
.mgB30{margin-bottom: 30px !important;}
.mgB40{margin-bottom: 40px !important;}
.mgB50{margin-bottom: 50px !important;}
.mgB60{margin-bottom: 60px !important;}
.mgB70{margin-bottom: 70px !important;}
.mgB80{margin-bottom: 80px !important;}
.mgB90{margin-bottom: 90px !important;}
.mgB100{margin-bottom: 100px !important;}
.mgB110{margin-bottom: 110px !important;}
.mgB120{margin-bottom: 120px !important;}
.mgB130{margin-bottom: 130px !important;}
.mgB140{margin-bottom: 140px !important;}
.mgB150{margin-bottom: 150px !important;}
.mgB160{margin-bottom: 160px !important;}
.mgB170{margin-bottom: 170px !important;}
.mgB180{margin-bottom: 180px !important;}
.mgB190{margin-bottom: 190px !important;}
.mgB200{margin-bottom: 200px !important;}
.pd0{padding: 0 !important;}
.pdLR0{padding-left: 0 !important; padding-right: 0 !important;}
.pdLR10{padding-left: 10px !important; padding-right: 10px !important;}
.pdLR20{padding-left: 20px !important; padding-right: 20px !important;}
.pdLR30{padding-left: 30px !important; padding-right: 30px !important;}
.pdLR40{padding-left: 40px !important; padding-right: 40px !important;}
.pdLR50{padding-left: 50px !important; padding-right: 50px !important;}
.pdLR60{padding-left: 60px !important; padding-right: 60px !important;}
.pdLR70{padding-left: 70px !important; padding-right: 70px !important;}
.pdLR80{padding-left: 80px !important; padding-right: 80px !important;}
.pdLR90{padding-left: 90px !important; padding-right: 90px !important;}
.pdLR100{padding-left: 100px !important; padding-right: 100px !important;}
.pdL0{padding-left: 0 !important;}
.pdL10{padding-left: 10px !important;}
.pdL20{padding-left: 20px !important;}
.pdL30{padding-left: 30px !important;}
.pdL40{padding-left: 40px !important;}
.pdL50{padding-left: 50px !important;}
.pdL60{padding-left: 60px !important;}
.pdL70{padding-left: 70px !important;}
.pdL80{padding-left: 80px !important;}
.pdL90{padding-left: 90px !important;}
.pdL100{padding-left: 100px !important;}
.pdR0{padding-right: 0 !important;}
.pdR10{padding-right: 10px !important;}
.pdR20{padding-right: 20px !important;}
.pdR30{padding-right: 30px !important;}
.pdR40{padding-right: 40px !important;}
.pdR50{padding-right: 50px !important;}
.pdR60{padding-right: 60px !important;}
.pdR70{padding-right: 70px !important;}
.pdR80{padding-right: 80px !important;}
.pdR90{padding-right: 90px !important;}
.pdR100{padding-right: 100px !important;}
.pdTB0{padding-top: 0 !important; padding-bottom: 0 !important;}
.pdTB10{padding-top: 10px !important; padding-bottom: 10px !important;}
.pdTB20{padding-top: 20px !important; padding-bottom: 20px !important;}
.pdTB30{padding-top: 30px !important; padding-bottom: 30px !important;}
.pdTB40{padding-top: 40px !important; padding-bottom: 40px !important;}
.pdTB50{padding-top: 50px !important; padding-bottom: 50px !important;}
.pdTB60{padding-top: 60px !important; padding-bottom: 60px !important;}
.pdTB70{padding-top: 70px !important; padding-bottom: 70px !important;}
.pdTB80{padding-top: 80px !important; padding-bottom: 80px !important;}
.pdTB90{padding-top: 90px !important; padding-bottom: 90px !important;}
.pdTB100{padding-top: 100px !important; padding-bottom: 100px !important;}
.pdTB110{padding-top: 110px !important; padding-bottom: 110px !important;}
.pdTB120{padding-top: 120px !important; padding-bottom: 120px !important;}
.pdTB130{padding-top: 130px !important; padding-bottom: 130px !important;}
.pdTB140{padding-top: 140px !important; padding-bottom: 140px !important;}
.pdTB150{padding-top: 150px !important; padding-bottom: 150px !important;}
.pdTB160{padding-top: 160px !important; padding-bottom: 160px !important;}
.pdTB170{padding-top: 170px !important; padding-bottom: 170px !important;}
.pdTB180{padding-top: 180px !important; padding-bottom: 180px !important;}
.pdTB190{padding-top: 190px !important; padding-bottom: 190px !important;}
.pdTB200{padding-top: 200px !important; padding-bottom: 200px !important;}
.pdT0{padding-top: 0 !important;}
.pdT10{padding-top: 10px !important;}
.pdT20{padding-top: 20px !important;}
.pdT30{padding-top: 30px !important;}
.pdT40{padding-top: 40px !important;}
.pdT50{padding-top: 50px !important;}
.pdT60{padding-top: 60px !important;}
.pdT70{padding-top: 70px !important;}
.pdT80{padding-top: 80px !important;}
.pdT90{padding-top: 90px !important;}
.pdT100{padding-top: 100px !important;}
.pdT110{padding-top: 110px !important;}
.pdT120{padding-top: 120px !important;}
.pdT130{padding-top: 130px !important;}
.pdT140{padding-top: 140px !important;}
.pdT150{padding-top: 150px !important;}
.pdT160{padding-top: 160px !important;}
.pdT170{padding-top: 170px !important;}
.pdT180{padding-top: 180px !important;}
.pdT190{padding-top: 190px !important;}
.pdT200{padding-top: 200px !important;}
.pdB0{padding-bottom: 0 !important;}
.pdB10{padding-bottom: 10px !important;}
.pdB20{padding-bottom: 20px !important;}
.pdB30{padding-bottom: 30px !important;}
.pdB40{padding-bottom: 40px !important;}
.pdB50{padding-bottom: 50px !important;}
.pdB60{padding-bottom: 60px !important;}
.pdB70{padding-bottom: 70px !important;}
.pdB80{padding-bottom: 80px !important;}
.pdB90{padding-bottom: 90px !important;}
.pdB100{padding-bottom: 100px !important;}
.pdB110{padding-bottom: 110px !important;}
.pdB120{padding-bottom: 120px !important;}
.pdB130{padding-bottom: 130px !important;}
.pdB140{padding-bottom: 140px !important;}
.pdB150{padding-bottom: 150px !important;}
.pdB160{padding-bottom: 160px !important;}
.pdB170{padding-bottom: 170px !important;}
.pdB180{padding-bottom: 180px !important;}
.pdB190{padding-bottom: 190px !important;}
.pdB200{padding-bottom: 200px !important;}
.gap5{gap: 5px !important;}
.gap10{gap: 10px !important;}
.gap15{gap: 15px !important;}
.gap80{gap: 80px !important;}
p{font-size: 16px;}
.bg-left-top{background-position: left top !important;}
.bg-left-center{background-position: left center !important;}
.bg-left-bottom{background-position: left bottom !important;}
.bg-center-top{background-position: center top !important;}
.bg-center-center{background-position: center center !important;}
.bg-center-bottom{background-position: center bottom !important;}
.bg-right-top{background-position: right top !important;}
.bg-right-center{background-position: right center !important;}
.bg-right-bottom{background-position: right bottom !important;}