<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
ul {
  list-style-type: none;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.txt10 {
  font-size: 10px !important;
}

.txt11 {
  font-size: 11px !important;
}

.txt12 {
  font-size: 12px !important;
}

.txt13 {
  font-size: 13px !important;
}

.txt14 {
  font-size: 14px !important;
}

.txt15 {
  font-size: 15px !important;
}

.txt16 {
  font-size: 16px !important;
}

.txt17 {
  font-size: 17px !important;
}

.txt18 {
  font-size: 18px !important;
}

.txt19 {
  font-size: 19px !important;
}

.txt20 {
  font-size: 20px !important;
}

.fltR {
  float: right;
}

.fltL {
  float: left;
}

.ofh {
  overflow: hidden;
}

.list-mark {
  padding-left: 1em;
  text-indent: -1em;
}

.pdf {
  padding-left: 18px !important;
  background: url(/reform/img/pdf.gif) no-repeat left center;
}

.external {
  padding-left: 18px !important;
  background: transparent url(/reform/img/icon_outlink.gif) no-repeat scroll left center;
}

.homeLink {
  padding-left: 20px !important;
  background: transparent url(/reform/img/icon_home.gif) no-repeat scroll left center;
  color: #006cb8 !important;
  font-weight: bold;
}

.homeLinkNormal {
  padding-left: 20px !important;
  background: transparent url(/reform/img/icon_home.gif) no-repeat scroll left 9px;
}

.explain {
  margin-bottom: 20px;
}

.h-main {
  position: relative;
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 96px;
  background: #f6f5f5;
}

.h-main:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -13px;
  width: 37px;
  height: 5px;
  background: #006cb8;
}

.h-side {
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px;
  color: #006cb8;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.h-side:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 9px;
  height: 1px;
  background: #006cb8;
}

.h-bar {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

.box-brd {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ccc;
}

.box-gry {
  padding: 10px;
  margin-bottom: 10px;
  background: #E4E4E4;
}

.tbl-base {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
}
.tbl-base th, .tbl-base td {
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}
.tbl-base th {
  background: #F7F7F7;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  body {
    min-width: 960px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #333;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .flex-inner {
    margin: 0 auto;
    min-width: 960px;
    max-width: 1366px;
  }

  .inner {
    margin: 0 auto;
    width: 960px;
  }

  a {
    color: #006cb8;
  }

  .header {
    overflow: hidden;
    zoom: 1;
    padding: 50px 30px;
  }
  .header .flex-inner {
    display: table;
  }
  .header .flex-inner &gt; * {
    display: table-cell;
  }
  .header .logo {
    width: 25%;
  }
/*
  .header .logo img {
    width: 100%;
    max-width: 355px;
  }
*/

  .header .logo img {
    width: 100%;
    max-width: 355px;
  }


  .gnav {
    width: 75%;
    text-align: right;
  }
  .gnav a {
    display: inline-block;
    padding: 10px;
    color: #333;
    font-size: 12px;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .gnav a:hover {
    border-bottom: 5px solid #006cb8;
  }

  .main {
    overflow: hidden;
    zoom: 1;
    margin: 0 auto 50px;
    padding: 0 10px;
    min-width: 960px;
    max-width: 1366px;
  }

  .side {
    float: left;
    width: 200px;
  }

  .content {
    overflow: hidden;
    padding-left: 20px;
  }

  .top-bnr {
    margin-bottom: 30px;
  }
  .top-bnr img {
    width: 100%;
    height: auto;
  }

  .bread {
    margin-bottom: 30px;
  }
  .bread li {
    display: inline-block;
  }
  .bread a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    text-decoration: underline;
  }
  .bread a:after {
    content: '&gt;';
    position: absolute;
    right: 3px;
    font-family: inherit;
    text-decoration: none;
  }

  .snav {
    margin-bottom: 30px;
  }
  .snav a {
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    color: #333;
    text-decoration: underline;
  }
  .snav a:after, .snav a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    width: 5px;
    border-top: 1px solid #006cb8;
  }
  .snav a:after {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .snav a:before {
    margin-top: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .footer {
    text-align: center;
    font-size: 12px;
  }

  .fnav {
    margin-bottom: 20px;
  }
  .fnav db
  a {
    color: #006cb8;
  }
  .fnav .divide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #333;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .inner {
    margin: 0 auto;
    width: 94%;
  }

  a {
    color: #006cb8;
  }

  .h-main {
    position: relative;
    margin: 0 3% 20px;
    padding: 0 3%;
    font-size: 16px;
    font-size: 0.71rem;
    font-weight: bold;
    line-height: 46px;
    height: 46px;
    color: #fff;
    background: #006cb8;
  }

.h-main:before {
  background: none;
}

  .h-side {
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px;
    color: #006cb8;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
  }

  .h-side:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 9px;
    height: 1px;
    background: #006cb8;
  }

  .h-bar {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
  }

  .box-brd {
    margin: 0 3% 20px 3%;
    padding: 20px;
    border: 1px solid #ccc;
  }

  .box-gry {
    padding: 10px;
    margin: 0 3% 10px 3%;
    background: #E4E4E4;
  }

  .tbl-base {
    width: 94%;
    margin: 0 3%;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 30px;
  }
  .tbl-base th, .tbl-base td {
    padding: 3%;
    border-bottom: 1px dashed #ccc;
  }
  .tbl-base th img, .tbl-base td img {
    width: 100%;
    height: auto;
  }
  .tbl-base th {
    background: #F7F7F7;
  }

  .overlay {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: all .5s ease;
    z-index: 3;
  }

  .overlay::after {
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    transition: all .5s ease;
  }

  .open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
  }

  .open .overlay::after {
    visibility: visible;
    color: rgba(255, 255, 255, 0.8);
  }

  #drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    text-align: left;
    font-size: 13px;
    background: #f3f3f3;
    z-index: -1;
    overflow-y: scroll;
  }

  #wrapper {
    position: relative;
    z-index: 1;
    background: #fff;
    height: 100%;
  }

  .open #wrapper {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
    -webkit-overflow-scrolling: touch;
    transition: all .2s;
  }

  .open #drawer {
    z-index: 9999;
  }

  #drawer-toggle,
  #drawer-toggle span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  #drawer-toggle {
    position: relative;
    width: 50px;
    height: 44px;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
  }

  #drawer-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #006eae;
    border-radius: 4px;
  }

  #drawer-toggle span:nth-of-type(1) {
    top: 0;
  }

  #drawer-toggle span:nth-of-type(2) {
    top: 20px;
  }

  #drawer-toggle span:nth-of-type(3) {
    bottom: 0;
  }

  #drawer-toggle.open span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    -ms-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg);
  }

  #drawer-toggle.open span:nth-of-type(2) {
    opacity: 0;
  }

  #drawer-toggle.open span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    -ms-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-20px) rotate(45deg);
  }

  #sNav {
    margin: 0;
    padding: 0;
  }
  #sNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #sNav ul.navOpenContent li {
    padding: 0 6% 0 12%;
  }
  #sNav ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dedede;
    padding: 0 6%;
  }
  #sNav ul li a {
    width: 100%;
    height: auto;
    display: block;
    color: #000;
    font-size: 12px;
  }
  #sNav ul li a.external {
    background-position: left center;
  }
  #sNav ul li a i {
    width: 6px;
    height: 9px;
    display: inline-block;
    background: url("/reform/img/arow-min.png") no-repeat 3% center;
  }
  #sNav ul li span i {
    color: #006eae;
  }

  .header {
    width: 100%;
    height: 60px;
    padding: 0 3%;
    overflow: hidden;
    zoom: 1;
    display: table;
  }
  .header .flex-inner {
    width: 100%;
    height: 60px;
    display: table;
  }
  .header .flex-inner &gt; * {
    display: table-cell;
  }
  .header .logo {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
  }
  .header .logo img {
    width: 100%;
    height: auto;
  }

  .gnav {
    width: 75%;
    text-align: right;
  }
  .gnav a {
    display: inline-block;
    padding: 10px;
    color: #333;
    font-size: 12px;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .gnav a:hover {
    border-bottom: 5px solid #006cb8;
  }

  .sButton {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    width: 30%;
  }
  .sButton p {
    position: absolute;
    width: 50px;
    top: 39px;
    right: 3%;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #006eae;
    font-family: sans-serif;
  }

  .side {
    padding: 0 3%;
  }

  .side-bnr {
    display: none;
  }

  .bread {
    margin-bottom: 20px;
  }
  .bread li {
    display: inline-block;
  }
  .bread a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    text-decoration: underline;
  }
  .bread a:after {
    content: '&gt;';
    position: absolute;
    right: 3px;
    font-family: inherit;
    text-decoration: none;
  }

  .snav {
    display: none;
  }

  .sp-bnr {
    margin-bottom: 20px;
  }
  .sp-bnr img {
    width: 100%;
    height: auto;
  }

  .top-bnr {
    margin-bottom: 30px;
  }
  .top-bnr img {
    width: 100%;
    height: auto;
  }

  .footer {
    text-align: center;
    font-size: 11px;
    margin-bottom: 6%;
  }

  .fnav {
    display: none;
  }

  .copyright {
    font-size: 11px;
  }
}

/** IE8/7/6 HACK Start **/
@media \0screen\,screen\9 {

  .sp {
    display: none !important;
  }

  body {
    min-width: 960px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #333;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .flex-inner {
    margin: 0 auto;
    min-width: 960px;
    max-width: 1366px;
  }

  .inner {
    margin: 0 auto;
    width: 960px;
  }

  a {
    color: #006cb8;
  }

  .header {
    overflow: hidden;
    zoom: 1;
    padding: 50px 30px;
  }
  .header .flex-inner {
    display: table;
  }
  .header .flex-inner &gt; * {
    display: table-cell;
  }
  .header .logo {
    width: 25%;
  }
  .header .logo img {
    width: 318: 
    height: 36: 
  }

  .gnav {
    width: 75%;
    text-align: right;
  }
  .gnav a {
    display: inline-block;
    padding: 10px;
    color: #333;
    font-size: 12px;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .gnav a:hover {
    border-bottom: 5px solid #006cb8;
  }

  .main {
    overflow: hidden;
    zoom: 1;
    margin: 0 auto 50px;
    padding: 0 10px;
    min-width: 960px;
    max-width: 1366px;
  }

  .side {
    float: left;
    width: 200px;
  }

  .content {
    overflow: hidden;
    padding-left: 20px;
  }

  .top-bnr {
    margin-bottom: 30px;
  }
  .top-bnr img {
    width: 100%;
    height: auto;
  }

  .bread {
    margin-bottom: 30px;
  }
  .bread li {
    display: inline-block;
  }
  .bread a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    text-decoration: underline;
  }
  .bread a:after {
    content: '&gt;';
    position: absolute;
    right: 3px;
    font-family: inherit;
    text-decoration: none;
  }

  .snav {
    margin-bottom: 30px;
  }
  .snav a {
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    color: #333;
    text-decoration: underline;
  }
  .snav a:after, .snav a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    width: 5px;
    border-top: 1px solid #006cb8;
  }
  .snav a:after {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .snav a:before {
    margin-top: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .footer {
    text-align: center;
    font-size: 12px;
  }

  .fnav {
    margin-bottom: 20px;
  }
  .fnav db
  a {
    color: #006cb8;
  }
  .fnav .divide {
    padding: 0 10px;
  }

}
/** IE8/7/6 HACK End **/
</pre></body></html>