<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
  font-family: "Alata";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/alata-v1-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Alata Regular"), local("Alata-Regular"),
       url("../fonts/alata-v1-latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
       url("../fonts/alata-v1-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */
       url("../fonts/alata-v1-latin-regular.woff") format("woff"), /* Modern Browsers */
       url("../fonts/alata-v1-latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */
       url("../fonts/alata-v1-latin-regular.svg#Alata") format("svg"); /* Legacy iOS */
}
html {
  font-size: 62.5%;
}
body {
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 1.5;
  background: #fff;
  color: #000;
  width: 100%;
  height: 100%;
  position: relative;
	-webkit-text-size-adjust: 100%;
}
* {
  word-wrap: break-word;
}
h2, h3, h4, h5 {
  font-family: "Alata";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.alata {
  font-family: "Alata";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a {
  color: #045884;
  text-decoration: underline;
}
hr {
  border: none;
  border-top: 1px solid #CACACC;
}
sup, sub {
  line-height: 1;
  font-size: 1.0rem;
}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
.container {
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
}
.mt0 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 20px !important;}
.fs_xsmall {font-size: 80%;}
.fs_small {font-size: 85%;}
.fs_large {font-size: 110%;}
.fs_xlarge {font-size: 120%;}
.fs_xxlarge {font-size: 140%;}
.txt_center {text-align: center;}
.txt_right {text-align: right;}
.em {font-weight: bold;}
.red {color: #D93600;}
.blue {color: #3B6DAA;}
.dblue {color: #045884;}
.green {color: #15AACD;}
.bg_gray {background: #f1f1f2;}
.bg_lgray {background: #FCFCFC;}
.icon {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  vertical-align: text-bottom;
}
.icon.update {background: #069da6;}
.icon.press {background: #ea5532;}
.icon.release {background: #045884;}
.icon.correction {background: #4f86c5;}
.list &gt; li {
  position: relative;
  padding-left: 1.2em;
}
.list &gt; li::before,
.list.custom &gt; li &gt; .num {
  position: absolute;
  top: 0;
  left: 0;
}
.list &gt; li + li {
  margin-top: .2em;
}
.list.dot &gt; li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  top: .6em;
}
.list.smldot &gt; li::before {
  content: "·";
}
.list.asterisk &gt; li::before {
  content: "*";
}
.list.square &gt; li::before {
  content: "";
  display: block;
  width: .5em;
  height: .5em;
  background: #000;
  top: .5em;
}
.list.none &gt; li {
  padding-left: 0;
}
.list.none &gt; li::before {
  content: none;
}
.list.custom &gt; li {
  padding-left: 1.7em;
}
.list.custom.wide &gt; li {
  padding-left: 2.5em;
}
.list.number {
  counter-reset: nmlnum;
}
.list.number &gt; li {
  padding-left: 1.5em;
}
.list.number &gt; li::before {
  counter-increment: nmlnum;
  content: counter(nmlnum)".";
}
.list.number.circle &gt; li::before {
  content: counter(nmlnum);
  font-size: 80%;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.3;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  top: .1em;
}
.list_red &gt; li::before,
.list.custom.list_red &gt; li &gt; .num {
  color: #D93600;
}
.list.dot.list_red &gt; li::before,
.list.square.list_red &gt; li::before {
  background: #D93600;
}
.list.number.circle.list_red &gt; li::before {
  border-color: #D93600;
}
.list_gray &gt; li::before,
.list.custom.list_gray &gt; li &gt; .num {
  color: #71757a;
}
.list.dot.list_gray &gt; li::before,
.list.square.list_gray &gt; li::before {
  background: #71757a;
}
.list.number.circle.list_gray &gt; li::before {
  border-color: #71757a;
}
.list_blue &gt; li::before,
.list.custom.list_blue &gt; li &gt; .num {
  color: #4f86c5;
}
.list.dot.list_blue &gt; li::before,
.list.square.list_blue &gt; li::before {
  background: #4f86c5;
}
.list.number.circle.list_blue &gt; li::before {
  border-color: #4f86c5;
}
.list_dblue &gt; li::before,
.list.custom.list_dblue &gt; li &gt; .num {
  color: #045884;
}
.list.dot.list_dblue &gt; li::before,
.list.square.list_dblue &gt; li::before {
  background: #045884;
}
.list.number.circle.list_dblue &gt; li::before {
  border-color: #045884;
}
.ofi-cover {
  object-fit: cover;
	object-position: bottom;
	font-family: 'object-fit: cover; object-position: bottom;';
}
.ofi-contain {
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
.gmap {
  border: 1px solid #e3e3e4;
}
.gmap iframe {
  width: 100%;
  height: 100%;
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e3e3e4;
  z-index: 100;
  line-height: 1;
}
header a {
  text-decoration: none;
}
header nav &gt; #gnav p {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
}
header nav &gt; #gnav p a {
  color: #4f86c5;
}
header nav &gt; #gnav .nav-category a {
  color: #000;
}
header #seachbox form input {
  width: 100%;
  background-image: url("../images/icon_search.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  border: none;
}

/* main */
.btn {
  color: #71757a;
  border: 1px solid #71757a;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-right: 1px solid #71757a;
  border-bottom: 1px solid #71757a;
  transform: rotate(-45deg);
}
.table_d {
  width: 100%;
  border-collapse: collapse;
}
.table_d tr &gt; * {
  border: 1px solid #CACACC;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.3;
  word-break: break-all;
}
.table_d.wbnormal tr &gt; * {
  word-break: normal;
}
.table_d thead tr &gt; * {
  background: #71757A;
  color: #fff;
  text-align: center;
  font-size: 90%;
}
.table_d tbody tr &gt; th {
  background: #f1f1f2;
  text-align: left;
}
.table_d.table_blue thead tr &gt; *,
.table_d.table_grad_blue thead tr &gt; *,
.table_d.table_blue tbody tr &gt; th {
  background: #3b6daa;
  color: #fff;
}
.table_d.table_grad_blue tbody tr &gt; th {
  background: #E2E9F2;
}
.table_d.table_grad_blue tbody tr &gt; td {
  background: #EBF0F6;
}
.table_d.table_grad_blue tbody tr:nth-child(odd) &gt; th {
  background: #CEDAEA;
}
.table_d.table_grad_blue tbody tr:nth-child(odd) &gt; td {
  background: #D8E2EE;
}
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexbox.topics &gt; a {
  display: block;
  background: #fff;
  text-decoration: none;
}
.flexbox.topics &gt; a figure {
  padding: 0;
  line-height: 0;
  overflow: hidden;
}
.flexbox.topics .btn {
  font-size: 1.4rem;
}
.flexbox.topics .btn::before {
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
}
.flexbox.news {
  background: #fff;
}
.flexbox.news h2 {
  color: #045884;
  text-align: center;
}
.flexbox.news dl {
  border-top: 1px solid #e3e3e4;
}
.flexbox.news dl dt {
  font-weight: bold;
}
.flexbox.news dl dt .icon {
  margin-left: 1em;
}
.flexbox.news dl dd {
  border-bottom: 1px solid #e3e3e4;
}
.flexbox.iconlist {
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  text-align: center;
}
.flexbox.iconlist a {
  text-decoration: none;
}
.flexbox.iconlist a figure img {
  width: 70%;
  max-width: 180px;
}
.flexbox.iconlist a .btn {
  line-height: 28px;
  border-radius: 15px;
  padding: 0 12px 0 20px;
}
.flexbox.iconlist a .btn::before {
  width: 7px;
  height: 7px;
  left: 12px;
  top: calc(50% - 4px);
}
#pagetopbtn {
  position: fixed;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  background: #000;
  border-radius: 50%;
}
#pagetopbtn::before {
  content: "";
  position: absolute;
  display: block;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}

/* lowerpage */
.lowerpage #breadcrumb {
  background: #3b6daa;
  color: #fff;
}
.lowerpage #breadcrumb ul {
  margin: 0 auto;
  white-space: nowrap;
}
.lowerpage #breadcrumb ul &gt; li {
  display: inline-block;
  padding-right: .3em;
}
.lowerpage #breadcrumb ul &gt; li a {
  color: #fff;
}
.lowerpage #breadcrumb ul &gt; li:first-of-type a {
  display: block;
  text-indent: -9999px;
  width: 1.4em;
  background: url("../images/icon_home.png") no-repeat left center / auto 100%;
}
.lowerpage #breadcrumb ul &gt; li + li {
  position: relative;
  padding-left: 1.3em;
}
.lowerpage #breadcrumb ul &gt; li + li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lowerpage h2 {
  color: #045884;
}
.lowerpage * + section {
  margin-top: 3em;
}
.lowerpage section .btn {
  color: #000;
  border-color: #000;
  margin-top: 2em;
}
.lowerpage section .btn::before {
  border-color: #000;
}
.lowerpage section &gt; * + * {
  margin-top: .5em;
}
.lowerpage section figure figcaption {
  font-size: 85%;
  line-height: 1.4;
  margin-top: .3em;
}
.lowerpage section a[target="_blank"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/icon_blank.png") no-repeat 0 0 / 100% auto;
  margin-left: .3em;
}
.lowerpage section a.pdf::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 1.3em;;
  background: url("../images/icon_pdf.png") no-repeat 0 0 / auto 100%;
  margin-right: .3em;
}
.lowerpage section span.pdf {
  display: inline-block;
  color: #f00;
  border: 1px solid #f00;
  font-size: 90%;
  line-height: 1;
  padding: .1em .5em .1em .4em;
}
.lowerpage section span.pdf::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/icon_pdf.png") no-repeat 0 0 / auto 100%;
  margin-right: .2em;
}
.lowerpage section * + span.pdf {
  margin-left: .5em;
}
.lowerpage section h3 {
  color: #045884;
  margin-bottom: .5em;
}
.lowerpage section h3.number {
  position: relative;
  padding-left: 1.3em;
}
.lowerpage section h3.number &gt; .num {
  position: absolute;
  top: 0;
  left: 0;
}
.lowerpage section * + h3 {
  margin-top: 1.5em;
}
.lowerpage section h4 {
	color: #15AACD;
	margin-bottom: 0.5em;
}

.lowerpage section h4 a {
  color: #15AACD;
}
.lowerpage section *:not(h3) + h4 {
  margin-top: 1em;
}
.lowerpage section h5 {
  position: relative;
  background: #EBF0F6;
  padding: .2em .5em .3em;
  margin-bottom: .3em;
}
.lowerpage section *:not(h4) + h5 {
  margin-top: 1em;
}
.lowerpage section h6 {
	color: #71757a;
	border-bottom: 1px solid #71757a;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: .2em;
  margin-bottom: 1em;
}
.lowerpage dl.note {
  font-size: 90%;
  line-height: 1.4;
}
.lowerpage * + dl.note {
  margin-top: .8em;
}
.lowerpage dl.note dt {
  background: #71757a;
  color: #fff;
  text-align: center;
  width: 4em;
}
.lowerpage dl.note.phone {
  font-size: 100%;
}
.lowerpage * + dl.note {
  margin-top: .5em;
}
.lowerpage dl.note.phone dt {
  background: #3b6daa;
}
.lowerpage section .flexbox.column_2 &gt; *:last-child {
  text-align: center;
}
.lowerpage &gt; h2 {
  text-align: center;
}
.lowerpage &gt; h2.categorytit {
  color: #000;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.lowerpage &gt; h2.categorytit.lower {
  background-image: url("../images/bg_particles.png");
  color: #fff;
  height: auto;
  line-height: 1.2;
}
.lowerpage .credit {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 3%;
  bottom: 1em;
}
.lowerpage .shadow_w {
  text-shadow: 0 0 10px #fff,
               1px 1px 5px #fff,
               -1px -1px 5px #fff,
               1px -1px 5px #fff,
               -1px 1px 5px #fff;
}
.lowerpage .shadow_b {
  text-shadow: 0 0 10px #000,
               1px 1px 5px #000,
               -1px -1px 5px #000,
               1px -1px 5px #000,
               -1px 1px 5px #000;
}
.lowerpage .borderbox {
  border: 1px solid #e3e3e4;
  padding: .7em 1em;
}
.lowerpage .borderbox.border-red {
  border-color: #D93600;
}
.lowerpage .borderbox.border-blue {
  border-color: #3B6DAA;
}
.lowerpage .borderbox.border-dblue {
  border-color: #045884;
}
.lowerpage .borderbox.border-green {
  border-color: #15AACD;
}
.lowerpage .flexbox.iconlist &gt; div &gt; a[target="_blank"]::after,
.lowerpage section a.inone[target="_blank"]::after {
  content: none;
}
.lowerpage .flexbox.iconlist a h3 {
  height: auto;
  border: none;
  padding: 0;
  margin: 0;
  color: #045884;
  background: none;
}
.lowerpage .flexbox.iconlist .arrowlist {
  margin-top: 1em;
}
.lowerpage .arrowlist {
  text-align: left;
}
.lowerpage .arrowlist a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  position: relative;
  padding-left: 1.2em;
}
.lowerpage .arrowlist &gt; li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  transform: rotate(-45deg);
  border-right: 1px solid #71757a;
  border-bottom: 1px solid #71757a;
  width: 6px;
  height: 6px;
  left: 0;
  top: .6em;
}
.lowerpage .flexbox.lnav {
  max-width: 1280px;
  margin: 0 auto;
}
.lowerpage .flexbox.lnav aside .lnavbox .arrowlist {
  border-bottom: 1px solid #e3e3e4;
}
.lowerpage .flexbox.lnav aside .lnavbox .arrowlist &gt; li {
  border-top: 1px solid #e3e3e4;
}
.lowerpage .flexbox.lnav aside .lnavbox .arrowlist &gt; li a {
  position: relative;
  display: block;
  padding-left: 1.2em;
  color: #000;
  text-decoration: none;
}
.lowerpage .flexbox.lnav aside .lnavbox .arrowlist &gt; li a::before {
  top: 1.3em;
}
.lowerpage .flexbox.lnav aside .lnavbox .arrowlist &gt; li.current {
  background: #f1f1f2;
}
.lowerpage .flexbox.lnav aside .lnavbox .arrowlist &gt; li.current a::before {
  left: 1em;
  top: 1.25em;
  border-color: #4f86c5;
  border-width: 2px;
  width: 8px;
  height: 8px;
}
.lowerpage .flexbox.layer {
  position: relative;
}
.lowerpage .flexbox.layer &gt; h3 {
  background: none;
  color: #045884;
  padding: 0;
  margin: 0;
}
.lowerpage .flexbox.layer &gt; div {
  margin-top: 0;
}
.lowerpage .flexbox.layer &gt; div &gt; * + * {
  margin-top: 1em;
}
.lowerpage .flexbox.lowerlist &gt; li {
  border: 1px solid #e3e3e4;
}
.lowerpage .flexbox.lowerlist &gt; li + li {
  margin-top: 1em;
}
.lowerpage .flexbox.lowerlist h3 {
  margin-bottom: 0;
}
.lowerpage .flexbox.lowerlist h3 a {
  text-decoration: none;
  position: relative;
  padding-right: 1em;
}
.lowerpage .flexbox.lowerlist h3 a::after {
  content: "";
  display: block;
  transform: rotate(-45deg);
  position: absolute;
}
.lowerpage .flexbox.lowerlist .arrowlist {
  margin-top: .5em;
}
.lowerpage .floatbox &gt; * img {
  display: block;
  margin: auto;
}

/* Financial Reports &amp; Timely Disclosures */
.lowerpage section .txt_large_sqare {
	font-family: "Alata";
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
	font-size: calc(1.8rem + ((1vw - 0.3rem) * 0.4444));
	color:#000;
	margin-bottom: .5em;
	position: relative;
	padding-left: 1.2em;
}

.lowerpage section .txt_large_sqare::before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	background: #000;
	top: 0.3em;
	left: 0.2em;
}

.lowerpage .w_25{
	width: 25%;
}
	@media only screen and (max-width: 640px) {
		.lowerpage .w_25{
			width: 100%;
		}

	}

/* footer */
footer {
  background: #71757a;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .snsbox h4 {
  margin-bottom: 1em;
}
footer .snsbox .sns &gt; li {
  display: inline-block;
  width: 40px;
}
footer .snsbox .sns &gt; li + li {
  margin-left: 1.5em;
}
footer .fnavbox .fnav &gt; li {
  display: inline-block;
}
footer .fnavbox .fnav &gt; li + li::before {
  content: "|";
  color: #b3b3b3;
}
footer .fnavbox .fnav &gt; li a {
  display: inline-block;
  white-space: nowrap;
  padding: 0 1em;
}


/*-----------------------------------------------
  for Smartphone
-----------------------------------------------*/
@media only screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
  .pc {display:none;}
  .icon {
    font-size: 1.2rem;
    min-width: 100px;
  }
  
  /* header */
  header {
    height: 68px;
    background: #fff url("../images/logo.png") no-repeat 4% 13px / auto 40px;
  }
  header .spmenu {
    display: block;
    border: none;
    background: none;
    width: 68px;
    height: 68px;
    position: absolute;
    right: 0;
    top: 0;
  }
  header .spmenu &gt; span {
    display: inline-block;
    width: 24px;
    height: 0;
    border-top: 2px solid #000;
    border-radius: 1px;
    position: absolute;
    left: 22px;
    transition: .5s;
  }
  header .spmenu &gt; span:nth-of-type(1) {
    top: 20px;
  }
  header .spmenu &gt; span:nth-of-type(2) {
    top: 30px;
  }
  header .spmenu &gt; span:nth-of-type(3) {
    top: 40px;
  }
  header &gt; .container {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    display: none;
  }
  header nav &gt; h1 {
    padding: 13px 3%;
  }
  header nav &gt; h1 img {
    height: 40px;
  }
  header .spmenu.active &gt; span {
    width: 32px;
    left: 18px;
    border-top-color: #000;
  }
  header .spmenu.active &gt; span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  header .spmenu.active &gt; span:nth-of-type(2) {
    opacity: 0;
  }
  header .spmenu.active &gt; span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  header .spmenu.active + .container {
    background: #fff;
  }
  header nav &gt; #gnav p {
    display: none;
  }
  header nav &gt; #gnav .nav-category {
    border-top: 1px solid #d4d6d7;
  }
  header nav &gt; #gnav .nav-category li {
    display: block;
    border-bottom: 1px solid #d4d6d7;
  }
  header nav &gt; #gnav .nav-category li.current a {
    background: #4f86c5;
    color: #fff;
  }
  header nav &gt; #gnav .nav-category li a {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: .6em 3%;
    position: relative;
  }
  header nav &gt; #gnav .nav-category li a::before,
  header nav &gt; #gnav .nav-category li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #71757a;
    position: absolute;
    right: calc(3% + 8px);
    top: calc(50% - 4px);
  }
  header nav &gt; #gnav .nav-category li a::before {
    transform: rotate(45deg);
  }
  header nav &gt; #gnav .nav-category li a::after {
    transform: rotate(-45deg);
  }
  header nav &gt; .nav-tools {
    display: none;
  }
  header #seachbox {
    padding-bottom: 30px;
  }
  header #seachbox form {
    padding: 25px 0;
  }
  header #seachbox form input {
    font-size: 1.6rem;
    line-height: 40px;
    height: 40px;
    padding: 0 40px 0 10px;
    background-color: #f1f1f2;
    background-size: auto 110%;
    border-radius: 4px;
  }
  header #seachbox form + p {
    text-align: center;
  }
  header #seachbox form + p a {
    display: inline-block;
    color: #71757a;
    border: 1px solid #71757a;
    width: 10em;
    line-height: 30px;
    height: 32px;
    border-radius: 16px;
  }
  
  /* main */
  .btn {
    display: block;
    width: 94%;
    margin: auto;
    font-size: 1.6rem;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 25px 0 40px;
  }
  .btn::before {
    top: calc(50% - 5px);
    left: 20px;
    width: 9px;
    height: 9px;
  }
  .table_d thead tr &gt; * {
    padding: 5px;
  }
  .table_d tbody tr &gt; * {
    padding: 5px;
  }
	.table_d.sp_table,
	.table_d.sp_table tbody,
  .table_d.sp_table tbody tr,
  .table_d.sp_table tbody tr &gt; * {
    display: block;
  }
  .table_d.sp_table thead,
	.table_d.sp_table thead tr,
  .table_d.sp_table thead tr &gt; * {
    display: none;
  }
  .table_d.sp_table tbody tr &gt; th {
    padding: 5px 10px;
  }
  .table_d.sp_table tbody tr &gt; td {
    padding: 10px;
  }
  .table_d.sp_table tbody tr:nth-child(n+2) &gt; *,
  .table_d.sp_table tbody tr &gt; * + * {
    border-top: none;
  }
  .flexbox {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
  }
  .flexbox &gt; * {
    max-width: 100%;
  }
  .flexbox &gt; * + * {
    margin-top: 1em;
  }
  .flexbox.topics &gt; a {
    height: 90px;
    padding-right: 10px;
    overflow: hidden;
    position: relative;
  }
  .flexbox.topics &gt; a + a {
    margin-top: 15px;
  }
  .flexbox.topics &gt; a figure {
    float: left;
  }
  .flexbox.topics &gt; a figure img {
    width: auto;
    height: 90px;
  }
  .flexbox.topics h3 {
    font-size: 1.8rem;
    float: right;
    width: calc(100% - 150px);
    padding-top: 10px;
  }
  .flexbox.topics .btn {
    border: none;
    padding: 0;
    width: 100%;
    text-align: right;
    line-height: 1;
    position: absolute;
    right: 3%;
    bottom: 10px;
  }
  .flexbox.topics .btn::before {
    position: sticky;
    vertical-align: middle;
    margin-right: .7em;
  }
  .flexbox.news {
    padding: 20px 4%;
  }
  .flexbox.news &gt; * + * {
    margin-top: 15px;
  }
  .flexbox.news h2 {
    font-size: 2.8rem;
  }
  .flexbox.news dl {
    padding-bottom: 15px;
  }
  .flexbox.news dl dt {
    padding: .7em 0 .3em;
  }
  .flexbox.news dl dd {
    padding-bottom: .7em;
  }
  .flexbox.iconlist {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .flexbox.iconlist a {
    min-width: 0;
    width: 48%;
  }
  .flexbox.iconlist a:nth-of-type(n+3) {
    margin-top: 2em;
  }
  .flexbox.iconlist a h3,
  .flexbox.iconlist a h4 {
    font-size: 1.6rem;
    height: 3em;
  }
  .flexbox.iconlist a .btn {
    font-size: 1.4rem;
    width: 130px;
  }
  #pagetopbtn {
    width: 60px;
    height: 60px;
    right: 3%;
    bottom: 30px;
  }
  #pagetopbtn::before {
    width: 20px;
    height: 20px;
    top: 24px;
    left: 20px;
  }
  
  /* lowerpage */
  .lowerpage {
    padding-top: 68px;
  }
  .lowerpage #breadcrumb {
    font-size: 1.2rem;
    padding: 10px 0;
    overflow-x: scroll;
  }
  .lowerpage h2 {
    font-size: 2.8rem;
  }
  .lowerpage h3 {
    font-size: 2.1rem;
  }
  .lowerpage h4 {
    font-size: 1.8rem;
  }
  .lowerpage h5 {
    font-size: 1.6rem;
  }
  .lowerpage h6 {
    font-size: 1.6rem;
  }
  .lowerpage dl.note dt {
    margin-bottom: .5em;
  }
  .lowerpage dl.note.phone dt {
    clear: left;
    float: left;
    margin-bottom: 0;
    margin-right: .5em;
  }
  .lowerpage section + hr {
    margin-top: 1.5em;
  }
  .lowerpage hr + section {
    margin-top: 1.5em;
  }
  .lowerpage section .flexbox.column_2 &gt; *:last-child {
    margin-top: .5em;
  }
  .lowerpage &gt; h2 {
    padding: 1em 3% .5em;
  }
  .lowerpage &gt; h2.categorytit {
    font-size: 3.0rem;
    height: 120px;
    line-height: 120px;
  }
  .lowerpage &gt; h2.categorytit.lower {
    font-size: 2.8rem;
    padding: 1em 3%;
  }
  .lowerpage .credit {
    font-size: .8rem;
  }
  .lowerpage .main_content {
    padding-bottom: 30px;
  }
  .lowerpage .main_content &gt; .container {
    padding-top: 15px;
  }
  .lowerpage .flexbox.iconlist {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .lowerpage .flexbox.iconlist &gt; * {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .lowerpage .flexbox.iconlist &gt; * + * {
    border-top: 1px solid #e3e3e4;
  }
  .lowerpage .flexbox.iconlist a {
    width: 100%;
  }
  .lowerpage .flexbox.iconlist a h3 {
    font-size: 1.8rem;
  }
  .lowerpage .flexbox.iconlist a figure img {
    width: 40%;
  }
  .lowerpage .flexbox.lnav {
    width: 100%;
    flex-direction: column-reverse;
  }
  .lowerpage .flexbox.lnav aside {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .lowerpage .flexbox.lnav aside .lnavbox button {
    background: #fff;
    display: block;
    width: 100%;
    border: none;
    border-top: 1px solid #e3e3e4;
    border-bottom: 1px solid #e3e3e4;
    padding: .7em 3% .7em calc(3% + 1.2em);
    font-size: 1.6rem;
    text-align: left;
    position: relative;
  }
  .lowerpage .flexbox.lnav aside .lnavbox button::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #71757a;
    border-bottom: 1px solid #71757a;
    transform: rotate(45deg);
    position: absolute;
    left: calc(3% + 2px);
    top: 1.3em;
  }
  .lowerpage .flexbox.lnav aside .lnavbox button.active {
    border-bottom: none;
    color: #71757a;
    background: #EBF0F6;
  }
  .lowerpage .flexbox.lnav aside .lnavbox button.active::before {
    transform: rotate(-135deg);
    top: 1.4em;
  }
  .lowerpage .flexbox.lnav aside .lnavbox button + .arrowlist {
    display: none;
  }
  .lowerpage .flexbox.lnav aside .lnavbox .arrowlist &gt; li a {
    padding: .7em 3% .7em calc(3% + 1.2em);
  }
  .lowerpage .flexbox.lnav aside .lnavbox .arrowlist &gt; li a::before {
    left: 3%;
  }
  .lowerpage .flexbox.layer &gt; .bgcolor_layer {
    display: none;
  }
  .lowerpage .flexbox.layer &gt; h3 {
    font-size: 2.8rem;
    padding: 0 15px;
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
  }
  .lowerpage .flexbox.layer &gt; div {
    padding: 40px 15px 20px;
    background: #f1f1f2;
  }
  .lowerpage .flexbox.lowerlist &gt; li {
    padding: 15px;
  }
  .lowerpage .flexbox.lowerlist h3 {
    font-size: 2.0rem;
  }
  .lowerpage .flexbox.lowerlist h3 a {
    display: block;
  }
  .lowerpage .flexbox.lowerlist h3 a::after {
    width: 10px;
    height: 10px;
    border-right: 2px solid #045884;
    border-bottom: 2px solid #045884;
    top: calc(50% - 5px);
    right: 0;
  }
  .lowerpage .floatbox &gt; * + * {
    margin-top: 1em;
  }
  .lowerpage .flexbox &gt; * img,
  .lowerpage .floatbox &gt; * img {
    display: block;
    margin: auto;
  }
  
  /* footer */
  footer {
    padding: 25px 0;
    text-align: center;
  }
  footer .snsbox h4 {
    font-size: 1.6rem;
    border-bottom: 1px solid #fff;
    padding-bottom: .5em;
  }
  footer .fnavbox .fnav {
    font-size: 1.2rem;
    line-height: 2;
    width: 25em;
    margin: auto;
    padding: 2em 0 1em;
  }
  footer .fnavbox .fnav::before,
  footer .fnavbox .fnav::after {
    content: "|";
    color: #b3b3b3;
  }
  footer .fnavbox .fnav &gt; li:nth-of-type(4)::after {
    content: "|";
    color: #b3b3b3;
  }
  footer .fnavbox small {
    font-size: 0.8rem;
  }
  
  
  
  
}


/*-----------------------------------------------
  for Tablet &amp; PC
-----------------------------------------------*/
@media only screen and (min-width: 641px), print {
  body {
    font-size: 1.6rem;
  }
  .sp {display:none;}
  .icon {
    font-size: 1.4rem;
    min-width: 110px;
  }
  a:hover {
    text-decoration: none;
    color: #4f86c5;
  }
  a img {
    transition: .5s;
  }
  a:hover img {
    opacity: .7;
  }
  
  /* header */
  header {
    height: 70px;
    min-height: 60px;
    max-height: 70px;
  }
  header .spmenu {
    display: none;
  }
  header nav {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 10px 0;
  }
  header nav &gt; * {
    display: table-cell;
    vertical-align: middle;
  }
  header nav &gt; h1 {
    width: 10%;
  }
  header nav &gt; h1 img {
    display: block;
    max-height: 50px;
  }
  header nav &gt; #gnav {
    width: 68%;
    padding-left: calc(1.5rem + ((1vw - 0.3em) * -1.6667));
  }
  header nav &gt; #gnav p {
    font-size: calc(1.6rem + ((1vw - 0.64rem) * 0.469));
    margin-bottom: calc(.2rem + ((1vw - 0.3em) * 0.3333));
  }
  header nav &gt; #gnav .nav-category li {
    display: inline-block;
    font-size: calc(1.3rem + ((1vw - 0.64rem) * 0.391));
    margin-left: calc(0.5rem + ((1vw - 0.3em) * 1.6667));
  }
  header nav &gt; #gnav .nav-category li:nth-of-type(2) {
    margin-left: 0;
  }
  header nav &gt; #gnav .nav-category li a {
    position: relative;
    display: block;
  }
  header nav &gt; #gnav .nav-category li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #4f86c5;
    transform: scale(0,1);
    transform-origin: center top;
    transition: .5s;
  }
  header nav &gt; #gnav .nav-category li.current a::after {
    transform: none;
  }
  header nav &gt; #gnav .nav-category li a:hover::after {
    transform: scale(1,1);
  }
  header nav &gt; #gnav .nav-category li.sp {
    display: none;
  }
  header nav &gt; .nav-tools {
    width: 22%;
    overflow: hidden;
  }
  header nav &gt; .nav-tools li {
    display: block;
    float: right;
    width: 33.33%;
    max-width: 65px;
    padding-left: calc(0.5rem + ((1vw - 0.3em) * 0.5556));
  }
  header nav &gt; .nav-tools li a {
    display: block;
    border-radius: 50%;
    background: #f1f1f2;
    transition: .5s;
  }
  header nav &gt; .nav-tools li a img {
    display: block;
    margin: 0 auto;
  }
  header nav &gt; .nav-tools li a:hover {
    background: #E0E1E3;
  }
  header #seachbox {
    display: none;
  }
  header #seachbox .search_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(113,117,122,.5);
  }
  header #seachbox form {
    padding-top: 150px;
    position: relative;
  }
  header #seachbox form input {
    font-size: 1.8rem;
    line-height: 48px;
    height: 48px;
    padding: 0 60px 0 20px;
    background-color: #fff;
    background-size: auto 100%;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0,0,0,.6);
  }
  header #seachbox form + p {
    display: none;
  }
  
  /* main */
  .btn {
    display: inline-block;
    width: 300px;
    font-size: 1.8rem;
    line-height: 48px;
    border-radius: 25px;
    padding: 0 30px 0 45px;
    transition: .5s;
  }
  .btn::before {
    top: calc(50% - 6px);
    left: 30px;
    width: 12px;
    height: 12px;
    transition: .5s;
  }
  .btn:hover {
    background: #71757a;
    color: #fff;
  }
  .btn:hover::before {
    border-color: #fff;
  }
  .table_d thead tr &gt; * {
    padding: 5px;
  }
  .table_d tbody tr &gt; * {
    padding: 10px 15px;
  }
  .flexbox {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    -ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
  }
  .flexbox &gt; * {
    min-width: 0;
  }
  .flexbox.topics {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flexbox.topics &gt; a {
    -ms-flex-preferred-size: 31.71%;
    flex-basis: 31.71%;
    padding-bottom: 40px;
    position: relative;
  }
    
  .flexbox.topics &gt; a figure img:hover {
    transform: scale(1.1);
  }
  .flexbox.topics h3 {
    font-size: 2.2rem;
    padding: 20px;
    background: #fff;
  }
  .flexbox.topics .btn {
    width: 120px;
    line-height: 22px;
    border-radius: 12px;
    padding: 0 10px 0 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .flexbox.topics .btn::before {
    left: 12px;
  }
  .flexbox.topics &gt; a .btn:hover {
    background: #71757a;
    color: #fff;
  }
  .flexbox.topics &gt; a .btn:hover::before {
    border-color: #fff;
  }
    
/* 20240610追記 */
  .flexbox.topics-4 &gt; a {
    -ms-flex-preferred-size: 25%;
    flex-basis: 23%;
  }
    
  .flexbox.news {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 30px 40px 0;
    position: relative;
  }
  .flexbox.news h2 {
    font-size: 4.8rem;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 50px;
  }
  .flexbox.news dl {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    overflow: hidden;
  }
  .flexbox.news dl dt {
    clear: left;
    float: left;
    padding: 1em 0;
  }
  .flexbox.news dl dd {
    padding: 1em 0 1em 15em;
  }
  .flexbox.news dl + p {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    width: 20%;
    text-align: center;
    position: absolute;
    top: calc(50% + 20px);
    left: 0;
  }
  .flexbox.news .btn {
    font-size: 1.6rem;
    line-height: 30px;
    width: 140px;
    padding: 0 15px 0 25px;
  }
  .flexbox.news .btn::before {
    top: calc(50% - 4px);
    left: 15px;
    width: 8px;
    height: 8px;
  }
  .flexbox.iconlist a {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
  .flexbox.iconlist a figure {
    overflow: hidden;
  }
  .flexbox.iconlist a figure:hover img {
    transform: scale(1.1);
  }
  .flexbox.iconlist a h3,
  .flexbox.iconlist a h4 {
    font-size: 2.0rem;
    height: 3.5em;
  }
  .flexbox.iconlist a:hover h3,
  .flexbox.iconlist a:hover h4 {
    color: #045884;
    opacity: .7;
  }
  .flexbox.iconlist a .btn {
    font-size: 1.6rem;
    width: 140px;
  }
  #pagetopbtn {
    width: 80px;
    height: 80px;
    right: 80px;
    bottom: 80px;
    opacity: .7;
    transition: .5s;
  }
  #pagetopbtn::before {
    width: 26px;
    height: 26px;
    top: 32px;
    left: 27px;
  }
  #pagetopbtn:hover {
    opacity: 1;
  }
  
  /* lowerpage */
  .lowerpage {
    padding-top: 70px;
  }
  .lowerpage #breadcrumb {
    font-size: 1.4rem;
    padding: 15px 0;
  }
  .lowerpage #breadcrumb ul {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .lowerpage #breadcrumb ul &gt; li:first-of-type a {
    transition: .5s;
  }
  .lowerpage #breadcrumb ul &gt; li:first-of-type a:hover {
    opacity: .5;
  }
  .lowerpage h2 {
    font-size: calc(2.6rem + ((1vw - 0.3rem) * 1.1111));
  }
  .lowerpage h3 {
    font-size: calc(2.2rem + ((1vw - 0.3rem) * 0.8889));
  }
  .lowerpage h4 {
    font-size: calc(1.8rem + ((1vw - 0.3rem) * 0.4444));
  }
  .lowerpage h5 {
    font-size: calc(1.6rem + ((1vw - 0.3rem) * 0.2222));
  }
  .lowerpage h6 {
    font-size: calc(1.6rem + ((1vw - 0.3rem) * 0.1111));
  }
  .lowerpage dl.note {
    overflow: hidden;
  }
  .lowerpage dl.note dt {
    clear: left;
    float: left;
  }
  .lowerpage dl.note dd {
    padding-left: 5em;
  }
  .lowerpage section + hr {
    margin-top: 2.5em;
  }
  .lowerpage hr + section {
    margin-top: 2.5em;
  }
  .lowerpage section .btn:hover {
    background: #EBF0F6;
    color: #3b6daa;
    border-color: #3b6daa;
  }
  .lowerpage section .btn:hover::before {
    border-color: #3b6daa;
  }
  .lowerpage section .flexbox.column_2 &gt; *:first-child {
    flex-basis: 75%;
    padding-right: 3%;
  }
  .lowerpage section .flexbox.column_2 &gt; *:last-child {
    flex-basis: 25%;
  }
  .lowerpage &gt; h2 {
    padding-top: 1em;
  }
  .lowerpage &gt; h2.categorytit {
    font-size: calc(2.5rem + ((1vw - 0.3rem) * 1.8889));
    line-height: 200px;
    height: 200px;
  }
  .lowerpage &gt; h2.categorytit.lower {
    font-size: calc(2.6rem + ((1vw - 0.3rem) * 1.1111));
    padding: 1em 0;
  }
  .lowerpage .credit {
    font-size: 1.0rem;
  }
  .lowerpage .main_content {
    padding-bottom: 100px;
  }
  .lowerpage .main_content &gt; .container {
    padding-top: 60px;
  }
  .lowerpage .flexbox.iconlist {
    flex-wrap: wrap;
    justify-content: flex-start;
    border-top: 1px solid #e3e3e4;
    border-left: 1px solid #e3e3e4;
  }
  .lowerpage .flexbox.iconlist &gt; * {
    flex-basis: 25%;
    padding: 20px 30px;
    border-right: 1px solid #e3e3e4;
    border-bottom: 1px solid #e3e3e4;
    margin-top: 0;
  }
  .lowerpage .flexbox.iconlist h3 a::before {
    width: 10px;
    height: 10px;
    top: calc(0.7rem + ((1vw - 0.3em) * 0.3333));
  }
  .lowerpage .arrowlist a,
  .lowerpage .arrowlist a::before {
    transition: .2s;
  }
  .lowerpage .arrowlist a:hover {
    text-decoration: none;
    color: #4f86c5;
    opacity: 1;
  }
  .lowerpage .arrowlist a:hover::before {
    left: .2em;
    border-color: #4f86c5;
    border-width: 2px;
    width: 8px;
    height: 8px;
    top: .55em;
  }
  .lowerpage .flexbox.lnav {
    width: 94%;
    padding: 60px 0 100px;
    justify-content: space-between;
  }
  .lowerpage .flexbox.lnav &gt; .container {
    flex-basis: 75%;
    margin-left: 0;
  }
  .lowerpage .flexbox.lnav aside {
    flex-basis: 20%;
  }
  .lowerpage .flexbox.lnav aside .lnavbox {
    position: sticky;
    top: 90px;
  }
  .lowerpage .flexbox.lnav aside .lnavbox button {
    display: none;
  }
  .lowerpage .flexbox.lnav aside .lnavbox .arrowlist {
    border-left: 1px solid #e3e3e4;
    border-right: 1px solid #e3e3e4;
  }
  .lowerpage .flexbox.lnav aside .lnavbox .arrowlist &gt; li a {
    padding: .7em 1em .7em 2.2em;
  }
  .lowerpage .flexbox.lnav aside .lnavbox .arrowlist &gt; li a::before {
    left: 1em;
  }
  .lowerpage .flexbox.lnav aside .lnavbox .arrowlist &gt; li a:hover {
    background: #f1f1f2;
  }
  .lowerpage .flexbox.lnav aside .lnavbox .arrowlist &gt; li a:hover::before {
    left: 1.2em;
    top: 1.25em;
  }
  .lowerpage .flexbox.lnav aside .lnavbox .arrowlist &gt; li.current a:hover {
    background: #E0E1E3;
  }
  .lowerpage .flexbox.layer &gt; .bgcolor_layer {
    width: 60%;
    height: 100%;
    background: #EBF0F6;
    position: absolute;
    top: 0;
    left: 40%;
    z-index: -1;
  }
  .lowerpage .flexbox.layer &gt; h3 {
    text-align: right;
    font-size: calc(2.6rem + ((1vw - 0.3rem) * 1.1111));
    width: 50%;
    padding-top: 50px;
  }
  .lowerpage .flexbox.layer &gt; div {
    width: 50%;
    padding: 50px;
  }
  .lowerpage .flexbox.layer.widebox &gt; .bgcolor_layer {
    width: 75%;
    left: 25%;
  }
  .lowerpage .flexbox.layer.widebox &gt; h3 {
    width: 35%;
  }
  .lowerpage .flexbox.layer.widebox &gt; div {
    width: 65%;
  }
  .lowerpage .flexbox.lowerlist {
    flex-direction: column;
  }
  .lowerpage .flexbox.lowerlist &gt; li {
    padding: 20px 30px;
  }
  .lowerpage .flexbox.lowerlist h3 {
    font-size: 2.6rem;
  }
  .lowerpage .flexbox.lowerlist h3 a {
    display: inline-block;
  }
  .lowerpage .flexbox.lowerlist h3 a::after {
    width: 11px;
    height: 11px;
    border-right: 3px solid #045884;
    border-bottom: 3px solid #045884;
    top: 48%;
    right: 5px;
    transition: .3s;
  }
  .lowerpage .flexbox.lowerlist h3 a:hover::after {
    border-color: #4f86c5;
    right: 0;
  }
  .lowerpage .flexbox.lowerlist .arrowlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lowerpage .flexbox.lowerlist .arrowlist &gt; li {
    flex-basis: 50%;
  }
  .lowerpage .floatbox {
    overflow: hidden;
  }
  .lowerpage .floatbox &gt; .f_left {
    float: left;
  }
  .lowerpage .floatbox &gt; .f_right {
    float: right;
    padding-left: 2em;
  }
  .lowerpage .floatbox .f_20 {width: 20%;}
  .lowerpage .floatbox .f_25 {width: 25%;}
  .lowerpage .floatbox .f_30 {width: 30%;}
  .lowerpage .floatbox .f_40 {width: 40%;}
  .lowerpage .floatbox .f_50 {width: 50%;}
  .lowerpage .floatbox .f_60 {width: 60%;}
  .lowerpage .floatbox .f_70 {width: 70%;}
  .lowerpage .floatbox .f_75 {width: 75%;}
  .lowerpage .floatbox .f_80 {width: 80%;}
  
  /* footer */
  footer {
    padding: 40px 0;
  }
  footer a:hover {
    color: #fff;
  }
  footer .flexbox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  footer .snsbox h4 {
    font-size: 2.0rem;
  }
  footer .fnavbox {
    text-align: right;
  }
  footer .fnavbox .fnav {
    font-size: 1.4rem;
    margin-bottom: .5em;
  }
  footer .fnavbox .fnav &gt; li:last-child a {
    padding-right: 0;
  }
  footer .fnavbox .fnav &gt; li a:hover {
    text-decoration: underline;
  }
  footer .fnavbox small {
    font-size: 1.0rem;
  }
  
  
  
  
  
  
  
  
  
}</pre></body></html>