<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  color: black;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-size: 12px;
  line-height: 1;
  width: 100%;
}

body {
  background: #ffffff;
  color: #333333;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

body.fz-s {
  font-size: 85%;
}

body.fz-m {
  font-size: 100%;
}

body.fz-l {
  font-size: 117%;
}

a {
  color: black;
  display: block;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(243, 152, 0, 0.5);
}
a:link, a:visited {
  text-decoration: none;
}

.global-header,
.logo,
.page-head,
.form-hd-txt-box,
.contents {
  max-width: 1000px;
  margin: 0 auto;
}

.form-hd-txt-box {
  color: #333;

}
.form-hd-txt-ttl {
      background-color: #fbfbfb;
      padding: 14px 10px 16px;
      border-top: 1px solid #e3e3e3;
      border-bottom: 1px solid #e3e3e3;
      font-size: 134%;
      font-weight: bold;
}
.form-hd-txt {
  padding: 10px;
  font-size: 134%;
}
.form-hd-txt a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  display: inline;
}
@media screen and (max-width: 769px) {
.form-hd-txt a[href*="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.global-header {
  padding: 15px 10px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-align: center;
  box-sizing: border-box;
}
.global-header:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.global-header .logo {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  line-height: 0;
}
.global-header .btns li {
  float: left;
  margin-left: 20px;
}
.global-header .btns li:first-child {
  margin-left: 0;
}
.global-header .btn-menu {
  position: absolute;
  top: 5px;
  right: 10px;
}
.global-header .btn-menu a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/common/head-btn-menu.png) no-repeat 50% 50%;
  -webkit-background-size: 20px 18px;
  -moz-background-size: 20px 18px;
  -o-background-size: 20px 18px;
  -ms-background-size: 20px 18px;
  background-size: 20px 18px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-function: ease-out;
  -webkit-transition-duration: 300ms;
  transition-property: transform;
}
.global-header .btn-menu a.open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.global-footer__box01 {
  padding: 12px 15px 20px;
}
.global-footer__box01:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.global-footer__box01 .social-list {
  float: left;
}
.global-footer__box01 .social-list:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.global-footer__box01 .social-list li {
  float: left;
  margin-left: 10px;
}
.global-footer__box01 .social-list li:first-child {
  margin-left: 0;
}
.global-footer__box01 .footer-btn-pc {
  float: right;
  width: 170px;
  padding: 2px 0;
}
.global-footer__box01 .footer-search {
  clear: both;
}

.global-footer__box02 {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: box;
}

.footer-copyright {
  line-height: 0;
  padding: 20px 0 20px 15px;
  background-color: #444444;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
}

.footer-btn-top {
  background-color: #888888;
  line-height: 0;
}
.footer-btn-top a {
  padding: 17px 15px;
}

.global-footer__nav {
  padding: 30px 15px;
  background: url(../images/common/bg-footer-navi.jpg) no-repeat 50% 0;
  -webkit-background-size: 320px 231px;
  -moz-background-size: 320px 231px;
  -o-background-size: 320px 231px;
  -ms-background-size: 320px 231px;
  background-size: 320px 231px;
}
.global-footer__nav ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.global-footer__nav li {
  float: left;
  width: 50%;
  margin-top: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.global-footer__nav li:nth-child(odd) {
  padding-right: 8px;
}
.global-footer__nav li:nth-child(even) {
  padding-left: 8px;
}
.global-footer__nav li:nth-child(1), .global-footer__nav li:nth-child(2) {
  margin-top: 0;
}
.global-footer__nav li .btn-global-footer__nav {
  height: 50px;
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-background-origin: content-box;
  -moz-background-origin: content-box;
  -o-background-origin: content-box;
  -ms-background-origin: content-box;
  background-origin: content-box;
}

.global-navi {
  display: none;
}

.global-navi-btn {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.global-navi-btn:nth-child(odd) {
  padding-right: 2px;
}
.global-navi-btn:nth-child(even) {
  float: right;
  padding-left: 2px;
}

.global-navi-list .icon-arrow05 {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -4px;
}

.global-navi-list-type01 .global-navi-list__item {
  border-top: 1px solid #777777;
  background-color: #666666;
}
.global-navi-list-type01 .global-navi-list__item:first-child {
  border-top-style: none;
}
.global-navi-list-type01 .global-navi-list__link {
  font-size: 142%;
  color: #ffffff;
  font-weight: bold;
  padding: 20px 10px 20px 35px;
  -webkit-background-size: 12px 9px;
  -moz-background-size: 12px 9px;
  -o-background-size: 12px 9px;
  -ms-background-size: 12px 9px;
  background-size: 12px 9px;
  position: relative;
}
.global-navi-list-type01 .global-navi-list__link .icon-arrow05 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.global-navi-list-type01 .global-navi-list__link.acc-trigger .icon-arrow05 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.global-navi-list-type01 .global-navi-list__link.open .icon-arrow05 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.global-navi-list-type01 .global-navi-list-child {
  background-color: #f7f7f7;
  display: none;
}
.global-navi-list-type01 .global-navi-list-child__item {
  border-bottom: 1px solid #fbfbfb;
  border-top: 1px solid #f0f0f0;
}
.global-navi-list-type01 .global-navi-list-child__item:first-child {
  border-top: none;
}
.global-navi-list-type01 .global-navi-list-child__item:first-child .global-navi-list-child__link {
  font-weight: bold;
  font-size: 1.6rem;
}
.global-navi-list-type01 .global-navi-list-child__link {
  padding: 16px 10px 16px 15px;
  font-size: 1.4rem;
}
.global-navi-list-type01 .global-navi-list-grand_child__item {
  border-bottom: 1px solid #fbfbfb;
  border-top: 1px solid #f0f0f0;
}
.global-navi-list-type01 .global-navi-list-grand_child__link {
  padding: 16px 10px 16px 38px;
  font-size: 1.4rem;
}

.global-navi-list-type02 .global-navi-list__item {
  border-bottom: 1px solid #8b8b8b;
  background-color: #7b7b7b;
}
.global-navi-list-type02 .global-navi-list__item-type-btn {
  padding: 20px 15px;
}
.global-navi-list-type02 .global-navi-list__item-type-close {
  background-color: #666666;
}
.global-navi-list-type02 .global-navi-list__item-type-close .menu-trigger {
  text-align: center;
  padding: 20px 0 25px;
}
.global-navi-list-type02 .global-navi-list__item-type-close .menu-trigger span {
  font-weight: bold;
  font-size: 142%;
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.global-navi-list-type02 .global-navi-list__item-type-close .menu-trigger span i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.global-navi-list-type02 .global-navi-list__link {
  font-size: 117%;
  color: #ffffff;
  padding: 18px 15px;
}
.global-navi-list-type02 .global-navi-list-child {
  background-color: #f7f7f7;
}
.global-navi-list-type02 .global-navi-list-child__item {
  border-bottom: 1px solid #fbfbfb;
  border-top: 1px solid #f0f0f0;
}
.global-navi-list-type02 .global-navi-list-child__item:first-child {
  border-top: none;
}
.global-navi-list-type02 .global-navi-list-child__item:first-child .global-navi-list-child__link {
  font-weight: bold;
  font-size: 1.6rem;
}
.global-navi-list-type02 .global-navi-list-child__link {
  padding: 16px 10px 16px 15px;
  font-size: 1.4rem;
}
.global-navi-list-type02 .global-navi-list-grand_child__item {
  border-bottom: 1px solid #fbfbfb;
  border-top: 1px solid #f0f0f0;
}
.global-navi-list-type02 .global-navi-list-grand_child__link {
  padding: 16px 10px 16px 38px;
  font-size: 1.4rem;
}

.global-navi-btn-area {
  padding: 20px 15px;
  background-color: #e6e6e6;
}

.fontsize-ctrl {
  padding: 12px 30px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
}

.fontsize-ctrl__item {
  margin-left: 15px;
}

.fontsize-ctrl__text {
  font-size: 117%;
  font-weight: bold;
}

.breadcrumb {
  background: #f6f6f6;
  padding: 8px 10px;
}
.breadcrumb a {
  display: inline;
}

.breadcrumb__item {
  display: inline;
  font-size: 84%;
  margin-right: 5px;
  padding-right: 11px;
  background: url(../images/common/icon-arrow06.png) no-repeat 100% 50%;
  -webkit-background-size: 7px 7px;
  -moz-background-size: 7px 7px;
  -o-background-size: 7px 7px;
  -ms-background-size: 7px 7px;
  background-size: 7px 7px;
}
.breadcrumb__item:last-child {
  margin-right: 0;
}

.page-title {
  background: #888888;
  color: #ffffff;
  font-size: 167%;
  font-weight: bold;
  padding: 20px 10px;
}

.page-title-type02 {
  background: #f75d81;
}
.page-head {
  background: #888888;
  color: #ffffff;
  padding: 20px 10px;
  margin-bottom: 30px;
}
.page-head__title {
  font-size: 167%;
  font-weight: bold;
}
.page-head__txt {
  margin: 10px 10px 0;
  /*margin-top: 5px;*/
  margin-top: 10px;
  padding: 5px;
  /*background: #FFF;*/
  border: 1px solid red;
  color: #333;
  font-size: 134%;
}


.related-news {
  margin-top: 25px;
}

.related-news__header {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-align: center;
  padding: 15px 10px;
}
.related-news__header .related-news__title {
  padding: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
}

.related-news__title {
  font-size: 175%;
  font-weight: bold;
  padding: 15px 10px;
}

.news-list__item a .news-list__title {
  color: #0088cc;
}

.news-list__meta {
  font-size: 117%;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-align: center;
}

.news-list__date {
  font-weight: bold;
  margin-right: 5px;
}

.news-list__tag:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.news-list__tag li {
  float: left;
  line-height: 0;
}

.news-list__title {
  margin-top: 5px;
  font-size: 125%;
}

.tag01 {
  width: 60px;
  display: inline-block;
  padding: 2px 0;
  text-align: center;
  font-size: 75%;
  font-weight: bold;
}

.tag01-business {
  background: #f36861;
  color: #ffffff;
}

.tag01-csr {
  background: #8bc31f;
  color: #ffffff;
}

.tag01-manage {
  background: #63aecd;
  color: #ffffff;
}

.tag01-group {
  background: #f4bc11;
  color: #ffffff;
}

.page-head-area {
  padding: 20px 10px;
}

.page-head-text {
  font-size: 134%;
}

.page-head-image p {
  line-height: 0;
  text-align: center;
}
.page-head-image figcaption {
  margin-top: 5px;
}

.page-foot-btn li {
  margin-top: 10px;
}
.page-foot-btn li:first-child {
  margin-top: 0;
}
.page-foot-btn .btn-type03, .page-foot-btn .btn-type06 {
  display: inline-block;
  padding: 12px 18px 12px 32px;
  background: url(../images/common/icon-arrow07.png) no-repeat 15px 50%;
  -webkit-background-size: 7px 8px;
  -moz-background-size: 7px 8px;
  -o-background-size: 7px 8px;
  -ms-background-size: 7px 8px;
  background-size: 7px 8px;
}

.page-foot-btn-type01 ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.page-foot-btn-type01 li {
  width: 50%;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page-foot-btn-type01 li:nth-child(1), .page-foot-btn-type01 li:nth-child(2) {
  margin-top: 0;
}
.page-foot-btn-type01 li:nth-child(odd) {
  float: left;
  padding-right: 5px;
}
.page-foot-btn-type01 li:nth-child(even) {
  float: right;
  padding-left: 5px;
}
.page-foot-btn-type01 .btn-type03, .page-foot-btn-type01 .btn-type06 {
  display: block;
}

.page-foot-btn-type02 li {
  display: inline-block;
}

.pager-area {
  padding: 20px 0;
  background: url(../images/common/line01.png) no-repeat 50% 50%;
  -webkit-background-size: 1px 14px;
  -moz-background-size: 1px 14px;
  -o-background-size: 1px 14px;
  -ms-background-size: 1px 14px;
  background-size: 1px 14px;
}
.pager-area:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.pager {
  font-size: 125%;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
}
.pager a {
  color: #0088cc;
}

.pager-prev {
  padding-right: 14px;
  text-align: right;
  float: left;
}

.pager-next {
  padding-left: 14px;
  text-align: left;
  float: right;
}

.pager-list {
  text-align: center;
  background: url(../images/common/line01.png) no-repeat 0% 50%, url(../images/common/line01.png) no-repeat 100% 50%;
  -webkit-background-size: 1px 14px;
  -moz-background-size: 1px 14px;
  -o-background-size: 1px 14px;
  -ms-background-size: 1px 14px;
  background-size: 1px 14px;
}

.page-map-area {
  margin-top: 20px;
  padding: 0 10px;
}

.page-map {
  margin-top: 20px;
  border: 1px solid #dddddd;
}
.page-map:first-child {
  margin-top: 0;
}
.page-map .open i {
  -webkit-transform: rotate(180deg);
}

.page-map__title {
  padding: 0;
  background: #f6f6f6;
  color: #000000;
  font-size: 134%;
  font-weight: bold;
  border: 1px solid #ffffff;
}
.page-map__title a {
  padding: 18px 10px;
  position: relative;
}
.page-map__title .icon-arrow06 {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

.page-map__list li {
  border-top: 1px solid #eeeeee;
  font-weight: bold;
  font-size: 134%;
}
.page-map__list li:first-child {
  border-top: none;
}
.page-map__list .current {
  color: #0088cc;
}
.page-map__list .current a {
  color: #0088cc;
}
.page-map__list a {
  padding: 19px 20px 19px 10px;
  position: relative;
  color: #0088cc;
}
.page-map__list .icon-arrow07 {
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -4px;
}
.page-map__list .icon-arrow11 {
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -5px;
}
.page-map__list .icon-pc03 {
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -5px;
}
.page-map__list .icon-pc04 {
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -6px;
}
.page-map__list .icon-external01 {
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -5px;
}

.president-message-image {
  text-align: center;
  line-height: 0;
}

.president-message-contents {
  padding: 0 10px;
  margin-top: 20px;
}

.president-message-title {
  font-size: 159%;
  font-weight: bold;
}

.president-message-text {
  font-size: 134%;
  margin-top: 17px;
}
.president-message-text p {
  margin-top: 17px;
}
.president-message-text p:first-child {
  margin-top: 0;
}

.president-message-from {
  margin-top: 10px;
  display: table;
  width: 100%;
  vertical-align: middle;
}

.president-message-from__text01 {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  text-align: left;
  font-size: 92%;
}

.president-message-from__text02 {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.current-report {
  padding: 15px 10px 0;
}

.report-box {
  padding: 25px;
  border: 3px solid #e9e9e9;
}

.report-box__image {
  text-align: center;
  line-height: 0;
}

.report-box__info {
  margin-top: 15px;
}

.report-box__title {
  font-size: 159%;
  font-weight: bold;
}

.report-box__link {
  margin-top: 15px;
}

.report-box__description {
  margin-top: 15px;
  font-size: 109%;
}

.backnumber__title {
  font-size: 159%;
  font-weight: bold;
  padding-left: 10px;
}

.backnumber__contents {
  margin-top: 15px;
}

.backnumber-report {
  padding: 19px 10px 22px;
  border-bottom: 1px solid #eeeeee;
}
.backnumber-report:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.backnumber-report:first-child {
  border-top: 1px solid #eeeeee;
}

.backnumber-report__image {
  float: left;
  line-height: 0;
  width: 90px;
}

.backnumber-report__info {
  float: left;
  margin-left: 11px;
}

.backnumber-report__title {
  font-size: 134%;
}
.backnumber-report__title span {
  display: block;
  font-weight: bold;
}

.backnumber-report__link {
  margin-top: 10px;
}

.list-type01__item {
  padding: 15px 15px 20px;
  border-bottom: 1px solid #eeeeee;
}

.list-type01__item__date {
  font-weight: bold;
}

.list-type01__item__title {
  margin-top: 12px;
}

.list-type02__item {
  border-bottom: 1px solid #eeeeee;
}
.list-type02__item:first-child {
  border-top: 1px solid #eeeeee;
}
.list-type02__item .box-in {
  padding: 20px 15px;
}

.btn-type01 {
  background-color: #edeaea;
  color: #666666;
}

.btn-type02 {
  background-color: #888888;
  color: #ffffff;
}

.btn-type03, .btn-type06 {
  border: 1px solid #0088cc;
  color: #0088cc;
}

.btn-type04 {
  border: 1px solid #e7e7e7;
  color: #666666;
}

.btn-type05 {
  background: #f5f5f5;
  color: #666666;
}

.btn-type06 {
  font-size: 117%;
  display: inline-block;
  padding: 12px 18px 12px 32px;
  background: url(../images/common/icon-arrow07.png) no-repeat 15px 50%;
  -webkit-background-size: 7px 8px;
  -moz-background-size: 7px 8px;
  -o-background-size: 7px 8px;
  -ms-background-size: 7px 8px;
  background-size: 7px 8px;
}

.btn-blog01 {
  padding: 15px 0 15px 47px;
  background: url(../images/common/icon-blog01.png) no-repeat 16px 50%;
  -webkit-background-size: 24px 21px;
  -moz-background-size: 24px 21px;
  -o-background-size: 24px 21px;
  -ms-background-size: 24px 21px;
  background-size: 24px 21px;
}

.btn-csr01 {
  padding: 15px 0 15px 47px;
  background: url(../images/common/icon-csr01.png) no-repeat 16px 50%;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  -ms-background-size: 24px 24px;
  background-size: 24px 24px;
}
.btn-csr01 span {
  font-size: 84%;
}

.btn-annual_report01 {
  padding: 15px 0 15px 47px;
  background: url(../images/common/icon-annual_report01.png) no-repeat 16px 50%;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  -ms-background-size: 24px 24px;
  background-size: 24px 24px;
}
.btn-annual_report01 span {
  font-size: 84%;
}

.btn-list-more {
  padding: 0 15px;
}

.btn-more01 {
  padding: 10px 0;
  text-align: center;
  font-size: 117%;
}

.btn-home01 {
  padding: 16px 0;
  text-align: center;
  background: #666666;
  font-weight: bold;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.btn-home01 span {
  display: inline-block;
  background: url(../images/common/icon-home01.png) no-repeat 0 50%;
  padding: 3px 0 3px 29px;
  -webkit-background-size: 20px 18px;
  -moz-background-size: 20px 18px;
  -o-background-size: 20px 18px;
  -ms-background-size: 20px 18px;
  background-size: 20px 18px;
}

.btn-pc01 {
  padding: 8px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.btn-pc01 span {
  display: inline-block;
  background: url(../images/common/icon-pc01.png) no-repeat 0 50%;
  padding: 2px 0 2px 25px;
  -webkit-background-size: 16px 14px;
  -moz-background-size: 16px 14px;
  -o-background-size: 16px 14px;
  -ms-background-size: 16px 14px;
  background-size: 16px 14px;
}

.btn-pc02 {
  padding: 16px 0;
  text-align: center;
  background: #666666;
  font-weight: bold;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.btn-pc02 span {
  display: inline-block;
  background: url(../images/common/icon-pc02.png) no-repeat 0 50%;
  padding: 3px 0 3px 29px;
  -webkit-background-size: 20px 18px;
  -moz-background-size: 20px 18px;
  -o-background-size: 20px 18px;
  -ms-background-size: 20px 18px;
  background-size: 20px 18px;
}

.btn-fz01 {
  width: 35px;
  height: 28px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 35px 56px;
  -moz-background-size: 35px 56px;
  -o-background-size: 35px 56px;
  -ms-background-size: 35px 56px;
  background-size: 35px 56px;
}

.btn-fz01-s {
  background-image: url(../images/common/fz-ctrl-s.png);
}

.btn-fz01-m {
  background-image: url(../images/common/fz-ctrl-m.png);
}

.btn-fz01-l {
  background-image: url(../images/common/fz-ctrl-l.png);
}

body.fz-s .btn-fz01-s {
  background-position: 0 -28px;
}

body.fz-m .btn-fz01-m {
  background-position: 0 -28px;
}

body.fz-l .btn-fz01-l {
  background-position: 0 -28px;
}

.link-type01 {
  color: #0088cc;
  text-decoration: underline !important;
  word-break: break-all;
}

.link-inline {
  display: inline;
}

.arrow-link01 {
  background: url(../images/common/icon-arrow01.png) no-repeat 0 50%;
  padding-left: 10px;
  -webkit-background-size: 6px 8px;
  -moz-background-size: 6px 8px;
  -o-background-size: 6px 8px;
  -ms-background-size: 6px 8px;
  background-size: 6px 8px;
}

.arrow-link02 {
  background: url(../images/common/icon-arrow02.png) no-repeat 0 50%;
  -webkit-background-size: 5px 7px;
  -moz-background-size: 5px 7px;
  -o-background-size: 5px 7px;
  -ms-background-size: 5px 7px;
  background-size: 5px 7px;
  padding-left: 13px;
}

.arrow-link03 {
  background: url(../images/common/icon-arrow03.png) no-repeat 100% 50% #888888;
  -webkit-background-size: 6px 9px;
  -moz-background-size: 6px 9px;
  -o-background-size: 6px 9px;
  -ms-background-size: 6px 9px;
  background-size: 6px 9px;
}

.arrow-link04 {
  background: url(../images/common/icon-arrow07.png) no-repeat 0 50%;
  -webkit-background-size: 7px 8px;
  -moz-background-size: 7px 8px;
  -o-background-size: 7px 8px;
  -ms-background-size: 7px 8px;
  background-size: 7px 8px;
  padding-left: 15px;
  color: #0088cc;
}

.external-link01 {
  background: url(../images/common/icon-external01.png) no-repeat 100% 50% #888888;
  -webkit-background-size: 10px 9px;
  -moz-background-size: 10px 9px;
  -o-background-size: 10px 9px;
  -ms-background-size: 10px 9px;
  background-size: 10px 9px;
}

.icon-arrow05 {
  width: 12px;
  height: 9px;
  background: url(../images/common/icon-arrow05.png) no-repeat 0 0;
  -webkit-background-size: 12px 9px;
  -moz-background-size: 12px 9px;
  -o-background-size: 12px 9px;
  -ms-background-size: 12px 9px;
  background-size: 12px 9px;
  display: inline-block;
}

.icon-arrow06 {
  width: 13px;
  height: 9px;
  background: url(../images/common/icon-arrow08.png) no-repeat 0 0;
  -webkit-background-size: 13px 9px;
  -moz-background-size: 13px 9px;
  -o-background-size: 13px 9px;
  -ms-background-size: 13px 9px;
  background-size: 13px 9px;
  display: inline-block;
}

.icon-arrow07 {
  width: 7px;
  height: 8px;
  background: url(../images/common/icon-arrow09.png) no-repeat 0 0;
  -webkit-background-size: 7px 8px;
  -moz-background-size: 7px 8px;
  -o-background-size: 7px 8px;
  -ms-background-size: 7px 8px;
  background-size: 7px 8px;
  display: inline-block;
}

.icon-arrow08 {
  width: 13px;
  height: 13px;
  background: url(../images/common/icon-arrow11.png) no-repeat 0 0;
  -webkit-background-size: 13px 13px;
  -moz-background-size: 13px 13px;
  -o-background-size: 13px 13px;
  -ms-background-size: 13px 13px;
  background-size: 13px 13px;
  display: inline-block;
}

.icon-arrow09 {
  width: 13px;
  height: 13px;
  background: url(../images/common/icon-arrow12.png) no-repeat 0 0;
  -webkit-background-size: 13px 13px;
  -moz-background-size: 13px 13px;
  -o-background-size: 13px 13px;
  -ms-background-size: 13px 13px;
  background-size: 13px 13px;
  display: inline-block;
}

.icon-arrow10 {
  width: 11px;
  height: 11px;
  background: url(../images/common/icon-arrow13.png) no-repeat 0 0;
  -webkit-background-size: 11px 11px;
  -moz-background-size: 11px 11px;
  -o-background-size: 11px 11px;
  -ms-background-size: 11px 11px;
  background-size: 11px 11px;
  display: inline-block;
}

.icon-arrow11 {
  width: 11px;
  height: 11px;
  background: url(../images/common/icon-arrow14.png) no-repeat 0 0;
  -webkit-background-size: 11px 11px;
  -moz-background-size: 11px 11px;
  -o-background-size: 11px 11px;
  -ms-background-size: 11px 11px;
  background-size: 11px 11px;
  display: inline-block;
}

.icon-arrow12 {
  width: 4px;
  height: 5px;
  background: url(../images/common/icon-arrow15.png) no-repeat 0 0;
  -webkit-background-size: 4px 5px;
  -moz-background-size: 4px 5px;
  -o-background-size: 4px 5px;
  -ms-background-size: 4px 5px;
  background-size: 4px 5px;
  display: inline-block;
}

.icon-external01 {
  width: 14px;
  height: 11px;
  background: url(../images/common/icon-external02.png) no-repeat 100% 50%;
  -webkit-background-size: 14px 11px;
  -moz-background-size: 14px 11px;
  -o-background-size: 14px 11px;
  -ms-background-size: 14px 11px;
  background-size: 14px 11px;
  display: inline-block;
}

.icon-pc03 {
  width: 11px;
  height: 10px;
  background: url(../images/common/icon-pc03.png) no-repeat 0 0;
  -webkit-background-size: 11px 10px;
  -moz-background-size: 11px 10px;
  -o-background-size: 11px 10px;
  -ms-background-size: 11px 10px;
  background-size: 11px 10px;
  display: inline-block;
}

.icon-pc04 {
  width: 13px;
  height: 11px;
  background: url(../images/common/icon-pc04.png) no-repeat 0 0;
  -webkit-background-size: 13px 11px;
  -moz-background-size: 13px 11px;
  -o-background-size: 13px 11px;
  -ms-background-size: 13px 11px;
  background-size: 13px 11px;
  display: inline-block;
}

.icon-pc05 {
  width: 13px;
  height: 11px;
  background: url(../images/common/icon-pc05.png) no-repeat 0 0;
  -webkit-background-size: 13px 11px;
  -moz-background-size: 13px 11px;
  -o-background-size: 13px 11px;
  -ms-background-size: 13px 11px;
  background-size: 13px 11px;
  display: inline-block;
}

.icon-movie {
  width: 13px;
  height: 13px;
  background: url(../images/common/icon-movie.png) no-repeat 0 0;
  -webkit-background-size: 13px 13px;
  -moz-background-size: 13px 13px;
  -o-background-size: 13px 13px;
  -ms-background-size: 13px 13px;
  background-size: 13px 13px;
  display: inline-block;
}

.icon-circle01 {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: #444444;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.icon-zoom01 {
  width: 25px;
  height: 25px;
  background: url(../images/common/icon-zoom01.png) no-repeat 0 0;
  -webkit-background-size: 25px 25px;
  -moz-background-size: 25px 25px;
  -o-background-size: 25px 25px;
  -ms-background-size: 25px 25px;
  background-size: 25px 25px;
}

.zoom-box01 {
  position: relative;
}
.zoom-box01 .icon-zoom01 {
  position: absolute;
  right: 0;
  top: 0;
}

.box-type01 {
  border: 1px solid #eeeeee;
  padding: 12px 10px;
}

.table-type01 {
  width: 100%;
  word-break: break-all;
}
.table-type01 .clm01, .table-type01 .clm02, .table-type01 .clm03 {
  padding-top: 5px;
}
.table-type01 tr:first-child .clm01, .table-type01 tr:first-child .clm02, .table-type01 tr:first-child .clm03 {
  padding-top: 0;
}
.table-type01 .clm02 {
  width: 1em;
}

.section-type01__title {
  font-size: 125%;
  font-weight: bold;
  background: #eeeeee;
  padding: 14px 10px 17px;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*************************************
汎用クラス
*************************************/
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

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

.mb05 {
  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;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.form-hd-txt-ttl.acc-trigger {
  position: relative;
}
.form-hd-txt-ttl.acc-trigger:before {
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  transform: rotate(135deg);
}
.form-hd-txt-ttl.acc-trigger.acc-open:before {
  transform: rotate(-45deg);
}
.form-hd-txt.acc-hide {
  display: none;
}
.btn-faq {
  padding: 0 10px;
}
.btn-faq a {
  display: block;
  padding: 10px 0;
  font-size: 117%;
  text-align: center;
  border: 1px solid #0088cc;
  color: #0088cc;
}


@media screen and (max-width: 767px) {
  .pc-visible {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-visible {
    display: none;
  }
}

.border-red {
  border: 4px solid #ff0000;
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
  max-width: 380px;
  box-sizing: border-box;
}
</pre></body></html>