
/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Header */
header {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:20px;
  left:0;
  z-index:18500;
  transition: .4s all;
}
header figure {
  width:90px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:20px;
  left:20px;
  z-index:18600;
  transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}
header h2 {
  font-size:16px;
  font-weight: 500;
  line-height: 1em;
  color:var(--color-white);
  margin:0;
  position: fixed;
  top:50px;
  left:120px;
  z-index: 18550;
}

/* Header (Active) */
header.ausp_active {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background-color: rgba(0,0,0,0.85);
}
header.ausp_active figure {
  width:110px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:20px;
  z-index:18600;
}
header.ausp_active figure img {
  width:80%;
  height: auto;
  display: block;
}
header.ausp_active h2 {
  font-size:16px;
  font-weight: 500;
  line-height: 1em;
  color:var(--color-white);
  margin:0;
  position: fixed;
  top:30px;
  left:140px;
  z-index: 18550;
}


/* Contact Bar */
.contactbar {
  width:fit-content;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:40px;
  right:70px;
  z-index:19800;
}
.contactbar li {
  width:135px;
  height: 40px;
  display: block;
  margin-right:20px;
}
.contactbar li.cb_mail {
  display: none!important;
}
.contactbar li.cb_top {
  display: none!important;
}
.contactbar li a {
  width:100%;
  height: 40px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 24px;
  transition: .4s all;
}
.contactbar li.cb_ic a.ic-tel_w {
font-size:16px;
color:var(--color-white);
line-height: 40px;
text-align: right;
}
.contactbar li.cb_ic a.ic-ins_c {
font-size:12px;
color:var(--color-white);
line-height: 40px;
text-align: right;
}


/* Contact Bar(Active) */
.contactbar.cbactive {
  width:fit-content;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:auto;
  bottom:0;
  right:0;
  z-index:19800;
  padding:0px 0px;
  background-color: rgba(0,0,0,0.85);
  border-top-left-radius: 5px;
  box-shadow:0px -2px 10px rgba(0,0,0,0.2);
}
.contactbar.cbactive li {
  width:160px;
  height: 60px;
  display: block;
  padding:0;
  margin:0;
  border-right:1px solid rgba(255,255,255,0.4);
}
.contactbar.cbactive li.cb_mail {
  display: block!important;
}
.contactbar.cbactive li.cb_top {
  width:60px;
  display: block!important;
}
.contactbar.cbactive li:last-child {
  border-right:none;
}
.contactbar.cbactive li a:hover {
  opacity: 0.5;
}
.contactbar.cbactive li a {
  width:100%;
  height: 60px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  text-indent: -9999px;
  padding:0 10px 0 40px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 28px;
  transition: .4s all;
}
.contactbar.cbactive li.cb_ic a.ic-tel_w {
font-size:16px;
color:var(--color-white);
line-height: 60px;
text-align: right;
  background-color: var(--color-5th);
}
.contactbar.cbactive li.cb_ic a.ic-mail_w {
font-size:14px;
color:var(--color-white);
line-height: 60px;
text-align: right;
  background-color: var(--color-2nd);
}
.contactbar.cbactive li.cb_ic a.ic-ins_c {
font-size:12px;
color:var(--color-white);
line-height: 60px;
text-align: right;
}

.contactbar.cbactive li a.ic-ar_top_w {
  width:60px;
  height: 60px;
  display: block;
  background-color: var(--color-3rd);
  background-position: center center;
  background-size: 30px;
}


/* Contact Bar(End) */
.contactbar.cbend {
  width:100%;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top:auto;
  bottom:auto;
  right:auto;
  z-index:19800;
  margin-left:auto;
  background-color: var(--color-1st);
  border-top-left-radius: 5px;
  box-shadow:0px -2px 10px rgba(0,0,0,0.2);
}
.contactbar.cbend li {
  width:160px;
  height: 60px;
  display: block;
  padding:0;
  margin:0;
  border-right:1px solid rgba(255,255,255,0.4);
background-color: var(--color-black);
}
.contactbar.cbend li.cb_mail {
  display: block!important;
}
.contactbar.cbend li.cb_top {
  display: none!important;
}
.contactbar.cbend li:last-child {
  border-right:none;
}
.contactbar.cbend li a:hover {
  opacity: 0.5;
}
.contactbar.cbend li a {
  width:100%;
  height: 60px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  text-indent: -9999px;
  padding:0 10px 0 40px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 28px;
  transition: .4s all;
}
.contactbar.cbend li.cb_ic a.ic-tel_w {
font-size:16px;
color:var(--color-white);
line-height: 60px;
text-align: right;
  background-color: var(--color-5th);
}
.contactbar.cbend li.cb_ic a.ic-mail_w {
font-size:14px;
color:var(--color-white);
line-height: 60px;
text-align: right;
  background-color: var(--color-2nd);
}
.contactbar.cbend li.cb_ic a.ic-ins_c {
font-size:12px;
color:var(--color-white);
line-height: 60px;
text-align: right;
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1920px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  padding:50px 5%;
}
.ft01 {
  width:50%;
  height:auto;
  display: flex;
  justify-content: space-between;
}
.ft02 {
  width:40%;
  height:auto;
  display: block;
}
.ft01 ul {
  width:48%;
  height:auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.ft01 ul li {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  margin:0 0;
  border-bottom: 1px dotted rgba(255,255,255,0.4);
}
.ftbody ul li a {
  width:100%;
  height: auto;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  line-height: 1em;
  padding:20px 5px 20px 5px;
    transition: .4s all;
    background-image: url(../img/header/ic-ar_h_w.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 8px;
}
.ftbody ul li a:hover {
  color:var(--color-white);
  text-decoration: none;
    background-position: 98% center;
  background-color: var(--color-2nd);
}

.ft02 ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.ft02 ul li {
width:100%;
  height: auto;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(255,255,255,0.4);
  margin-bottom: 20px;
}
.ft02 ul li:last-child {
width:100%;
  height: auto;
  display: block;
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}
.ft02 ul li h2 {
font-size:14px;
font-weight: 400;
line-height: 30px;
color: var(--color-white);
margin-bottom: 5px;
}
.ft02 ul li h2 span {
font-size:20px;
font-weight: 700;
line-height: 30px;
color: var(--color-white);
margin-left:0.5em;
}
.ft02 ul li p {
  font-size:14px;
  line-height: 2em;
  color: var(--color-white);
}
.ft02 ul li p br {
  display: none;
}

footer p.ftcopy {
  font-size:12px;
  line-height: 1em;
  margin:0;
  text-align: right;
  color:var(--color-white);
}


}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Header */
header {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:20px;
  left:0;
  z-index:18500;
  transition: .4s all;
}
header figure {
  width:90px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:20px;
  left:20px;
  z-index:18600;
  transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}
header h2 {
  font-size:16px;
  font-weight: 500;
  line-height: 1em;
  color:var(--color-white);
  margin:0;
  position: fixed;
  top:30px;
  left:120px;
  z-index: 18550;
}

/* Header (Active) */
header.ausp_active {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  background-color: rgba(0,0,0,0.85);
}
header.ausp_active figure {
  width:110px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:20px;
  z-index:18600;
}
header.ausp_active figure img {
  width:80%;
  height: auto;
  display: block;
}
header.ausp_active h2 {
  font-size:16px;
  font-weight: 500;
  line-height: 1em;
  color:var(--color-white);
  margin:0;
  position: fixed;
  top:30px;
  left:140px;
  z-index: 18550;
}


/* Contact Bar */
.contactbar {
  width:fit-content;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:55px;
  right:70px;
  z-index:19800;
}
.contactbar li {
  width:135px;
  height: 40px;
  display: block;
  margin-right:20px;
}
.contactbar li.cb_mail {
  display: none!important;
}
.contactbar li.cb_top {
  display: none!important;
}
.contactbar li a {
  width:100%;
  height: 40px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 24px;
  transition: .4s all;
}
.contactbar li.cb_ic a.ic-tel_w {
font-size:16px;
color:var(--color-white);
line-height: 40px;
text-align: right;
}
.contactbar li.cb_ic a.ic-ins_c {
font-size:12px;
color:var(--color-white);
line-height: 40px;
text-align: right;
}


/* Contact Bar(Active) */
.contactbar.cbactive {
  width:fit-content;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top:auto;
  bottom:0;
  right:0;
  z-index:19800;
  padding:0px 0px;
  background-color: rgba(0,0,0,0.85);
  border-top-left-radius: 5px;
  box-shadow:0px -2px 10px rgba(0,0,0,0.2);
}
.contactbar.cbactive li {
  width:160px;
  height: 60px;
  display: block;
  padding:0;
  margin:0;
  border-right:1px solid rgba(255,255,255,0.4);
}
.contactbar.cbactive li.cb_mail {
  display: block!important;
}
.contactbar.cbactive li.cb_top {
  width:60px;
  display: block!important;
}
.contactbar.cbactive li:last-child {
  border-right:none;
}
.contactbar.cbactive li a:hover {
  opacity: 0.5;
}
.contactbar.cbactive li a {
  width:100%;
  height: 60px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  text-indent: -9999px;
  padding:0 10px 0 40px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 28px;
  transition: .4s all;
}
.contactbar.cbactive li.cb_ic a.ic-tel_w {
font-size:16px;
color:var(--color-white);
line-height: 60px;
text-align: right;
  background-color: var(--color-5th);
}
.contactbar.cbactive li.cb_ic a.ic-mail_w {
font-size:14px;
color:var(--color-white);
line-height: 60px;
text-align: right;
  background-color: var(--color-2nd);
}
.contactbar.cbactive li.cb_ic a.ic-ins_c {
font-size:12px;
color:var(--color-white);
line-height: 60px;
text-align: right;
}

.contactbar.cbactive li a.ic-ar_top_w {
  width:60px;
  height: 60px;
  display: block;
  background-color: var(--color-3rd);
  background-position: center center;
  background-size: 30px;
}


/* Contact Bar(End) */
.contactbar.cbend {
  width:100%;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top:auto;
  bottom:auto;
  right:auto;
  z-index:19800;
  margin-left:auto;
  background-color: var(--color-1st);
  border-top-left-radius: 5px;
  box-shadow:0px -2px 10px rgba(0,0,0,0.2);
}
.contactbar.cbend li {
  width:160px;
  height: 60px;
  display: block;
  padding:0;
  margin:0;
  background-color: var(--color-black);
}
.contactbar.cbend li.cb_mail {
  display: block!important;
}
.contactbar.cbend li.cb_top {
  display: none!important;
}
.contactbar.cbend li:last-child {
  border-right:none;
}
.contactbar.cbend li a:hover {
  opacity: 0.5;
}
.contactbar.cbend li a {
  width:100%;
  height: 60px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  text-indent: -9999px;
  padding:0 10px 0 40px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 28px;
  transition: .4s all;
}
.contactbar.cbend li.cb_ic a.ic-tel_w {
font-size:16px;
color:var(--color-white);
line-height: 60px;
text-align: right;
  background-color: var(--color-5th);
}
.contactbar.cbend li.cb_ic a.ic-mail_w {
font-size:14px;
color:var(--color-white);
line-height: 60px;
text-align: right;
  background-color: var(--color-2nd);
}
.contactbar.cbend li.cb_ic a.ic-ins_c {
font-size:12px;
color:var(--color-white);
line-height: 60px;
text-align: right;
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
  padding:50px 5%;
}
.ft01 {
  width:100%;
  height:auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ft02 {
  width:100%;
  height:auto;
  display: block;
}
.ft01 ul {
  width:48%;
  height:auto;
  display: flex;
  flex-direction: column;
}
.ft01 ul li {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  margin:0 0;
  border-bottom: 1px dotted rgba(255,255,255,0.4);
}
.ftbody ul li a {
  width:100%;
  height: auto;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  line-height: 1em;
  padding:20px 5px 20px 5px;
    transition: .4s all;
    background-image: url(../img/header/ic-ar_h_w.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 8px;
}
.ftbody ul li a:hover {
  color:var(--color-white);
  text-decoration: none;
    background-position: 98% center;
  background-color: var(--color-2nd);
}

.ft02 ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.ft02 ul li {
width:100%;
  height: auto;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(255,255,255,0.4);
  margin-bottom: 20px;
}
.ft02 ul li:last-child {
width:100%;
  height: auto;
  display: block;
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}
.ft02 ul li h2 {
font-size:14px;
font-weight: 400;
line-height: 30px;
color: var(--color-white);
margin-bottom: 5px;
}
.ft02 ul li h2 span {
font-size:20px;
font-weight: 700;
line-height: 30px;
color: var(--color-white);
margin-left:0.5em;
}
.ft02 ul li p {
  font-size:14px;
  line-height: 2em;
  color: var(--color-white);
}
.ft02 ul li p br {
  display: none;
}

footer p.ftcopy {
  font-size:12px;
  line-height: 1em;
  margin:0;
  text-align: center;
  color:var(--color-white);
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

/* Header */
header {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  transition: .4s all;
}
header figure {
  width:70px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:5px;
  z-index:18600;
  transition: .4s all;
}
header figure img {
  width:100%;
  height: auto;
  display: block;
}
header h2 {
  width:58%;
  height: auto;
  display: block;
  font-size:11px;
  font-weight: 500;
  line-height: 1.2em;
  color:var(--color-white);
  margin:0;
  position: fixed;
  top:10px;
  left:85px;
  z-index: 18550;
}

/* Header (Active) */
header.ausp_active {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0px;
  left:0;
  z-index:18500;
  transition: .4s all;
  background-color: rgba(0,0,0,0.85);
}
header.ausp_active figure {
  width:70px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0px;
  left:5px;
  z-index:18600;
  transition: .4s all;
}
header.ausp_active figure img {
  width:100%;
  height: auto;
  display: block;
}
header.ausp_active h2 {
  width:58%;
  height: auto;
  display: block;
  font-size:12px;
  font-weight: 500;
  line-height: 1.5em;
  color:var(--color-white);
  margin:0;
  position: fixed;
  top:25px;
  left:90px;
  z-index: 18550;
}


/* Contact Bar */
.contactbar {
  width:fit-content;
  height: 40px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top:45px;
  left:85px;
  z-index:19800;
}
.contactbar li {
  width:115px;
  height: 25px;
  display: block;
  margin-right:7px;
}
.contactbar li:nth-child(3) {
  width:105px;
}
.contactbar li.cb_mail {
  display: none!important;
}
.contactbar li.cb_top {
  display: none!important;
}
.contactbar li a {
  width:100%;
  height: 25px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 20px;
  transition: .4s all;
}
.contactbar li.cb_ic a.ic-tel_w {
font-size:14px;
color:var(--color-white);
line-height: 25px;
text-align: right;
}
.contactbar li.cb_ic a.ic-ins_c {
font-size:10px;
color:var(--color-white);
line-height: 25px;
text-align: right;
}


/* Contact Bar(Active) */
.contactbar.cbactive {
  width:100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top:auto;
  bottom:0;
  right:0;
  left: 0;
  z-index:19800;
  padding:0px 0px;
  background-color: rgba(0,0,0,0.85);
  border-top-left-radius: 0px;
  box-shadow:0px -2px 10px rgba(0,0,0,0.2);
}
.contactbar.cbactive li {
  width:30%;
  height: 60px;
  display: block;
  padding:0;
  margin:0;
}
.contactbar.cbactive li.cb_mail {
  display: block!important;
}
.contactbar.cbactive li.cb_top {
  width:60px;
  display: block!important;
}
.contactbar.cbactive li:last-child {
  border-right:none;
}
.contactbar.cbactive li a:hover {
  opacity: 0.5;
}
.contactbar.cbactive li a {
  width:100%;
  height: 60px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  padding:38px 0px 0px 0px;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 25px;
  transition: .4s all;
  text-indent: 0;
}
.contactbar.cbactive li.cb_ic a.ic-tel_w {
font-size:12px;
color:var(--color-white);
line-height: 12px;
text-align: center;
  background-color: var(--color-5th);
}
.contactbar.cbactive li.cb_ic a.ic-mail_w {
font-size:12px;
color:var(--color-white);
line-height: 12px;
text-align: center;
  background-color: var(--color-2nd);
}
.contactbar.cbactive li.cb_ic a.ic-ins_c {
font-size:10px;
color:var(--color-white);
line-height: 12px;
text-align: center;
}

.contactbar.cbactive li a.ic-ar_top_w {
  width:60px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  background-color: var(--color-3rd);
  background-position: center center;
  background-size: 30px;
}


/* Contact Bar(End) */
.contactbar.cbend {
  width:100%;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top:auto;
  bottom:auto;
  right:auto;
  left:auto;
  z-index:19800;
  margin-left:auto;
  background-color: rgba(0,0,0,0.85);
  border-top-left-radius: 0px;
  box-shadow:0px -2px 10px rgba(0,0,0,0.2);
}
.contactbar.cbend li {
  width:33.3333333333%;
  height: 60px;
  display: block;
  padding:0;
  margin:0;
  border-right:1px solid rgba(255,255,255,0.4);
}
.contactbar.cbend li.cb_mail {
  display: block!important;
}
.contactbar.cbend li.cb_top {
  display: none!important;
}
.contactbar.cbend li:last-child {
  border-right:none;
}
.contactbar.cbend li a:hover {
  opacity: 0.5;
}
.contactbar.cbend li a {
  width:100%;
  height: 60px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  padding:38px 0px 0px 0px;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 25px;
  transition: .4s all;
  text-indent: 0;
}
.contactbar.cbend li.cb_ic a.ic-tel_w {
font-size:12px;
color:var(--color-white);
line-height: 12px;
text-align: center;
  background-color: var(--color-5th);
}
.contactbar.cbend li.cb_ic a.ic-mail_w {
font-size:12px;
color:var(--color-white);
line-height: 12px;
text-align: center;
  background-color: var(--color-2nd);
}
.contactbar.cbend li.cb_ic a.ic-ins_c {
font-size:10px;
color:var(--color-white);
line-height: 12px;
text-align: center;
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
  padding:50px 5%;
}
.ft01 {
  width:100%;
  height:auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ft02 {
  width:100%;
  height:auto;
  display: block;
}
.ft01 ul {
  width:48%;
  height:auto;
  display: flex;
  flex-direction: column;
}
.ft01 ul li {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  margin:0 0;
  border-bottom: 1px dotted rgba(255,255,255,0.4);
}
.ftbody ul li a {
  width:100%;
  height: auto;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  line-height: 1em;
  padding:20px 5px 20px 5px;
    transition: .4s all;
    background-image: url(../img/header/ic-ar_h_w.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 8px;
}
.ftbody ul li a:hover {
  color:var(--color-white);
  text-decoration: none;
    background-position: 98% center;
  background-color: var(--color-2nd);
}

.ft02 ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ft02 ul li {
width:100%;
  height: auto;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(255,255,255,0.4);
  margin-bottom: 20px;
}
.ft02 ul li:last-child {
width:100%;
  height: auto;
  display: block;
}
.ft02 ul li h2 {
font-size:14px;
font-weight: 400;
line-height: 30px;
color: var(--color-white);
margin-bottom: 5px;
}
.ft02 ul li h2 span {
font-size:20px;
font-weight: 700;
line-height: 30px;
color: var(--color-white);
margin-left:0.5em;
}
.ft02 ul li p {
  font-size:14px;
  line-height: 2em;
  color: var(--color-white);
}

footer p.ftcopy {
  font-size:12px;
  line-height: 1em;
  margin:0;
  text-align: center;
  color:var(--color-white);
}

}
