<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 全体設定
------------------------------------------------------------*/
body {
  font-family: Arial,Helvetica, "Yu Gothic", "游ゴシック体","游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN","メイリオ ", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 3px;
  color: #000;
  font-weight: 500;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  margin: 0;
  background: #fafafa;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

a:hover, a:active {
  outline: none;
  text-decoration: none;
  opacity: 0.7;
  transition: .3s opacity ease;
}


img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}
.text-small {
  font-size: 13px;
  line-height: 1.6;
}
.text-center {
  text-align: center;
}
.text-center-pc {
  text-align: center;
}
.text-right {
  text-align: right;
}
.note {
  text-indent: -1em;
  margin-left: 1em;
}
strong {
  font-weight: bold;
}

.text-centerBox{
  text-align: center;
}




.wrapper {
  width: 100%;
  position: relative;
}

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}
.header_inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.headerLogo {
}
.flexBox_1 {
  display: flex;
  position: absolute;
  top: 13px;
  right: 13px;
}

.headerBtn_01 {
  width: 138px;
  margin-right: 10px;
}
.headerBtn_02 {
  width: 138px;
  margin-right: 10px;
}
.headerBtn_03 {
  width: 138px;
}




.inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.contentBox {
  position: relative;
}

.cont01 {
  position: relative;
}
.flexBox_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
}
.flexBox_2 a {
  display: block;
  width: calc((100% / 5) - 15px );
}
.cont07 {
  position: relative;
}
.cont07 .flexBox_3 {
  position: absolute;
  bottom: 35px;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 120px;
}
.cont07 .flexBox_3 a {
  display: block;
  width: calc((100% / 3) - 13px);
  
}
.cont08 {
  position: relative;
}
.foot_btn_01,
.foot_btn_02,
.foot_btn_03 {
  width: 157px;
}
.foot_btn_04 {
  position:absolute;
  bottom: 90px;
  left: 80px;
  width: 270px;
}
.foot_btn_05 {
  position:absolute;
  bottom: 90px;
  right: 80px;
  width: 270px;
}

.copyrightBox {
  position: relative;
}
.copyright {
  text-align: center;
  font-size: 16px;
  padding: 50px 0;
  background: #fff;
}

</pre></body></html>