<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("reset.css");
@import url("btn_new.css");
@import url("headerfooter.css");
@import url("module.css?d=20240405");
/*------------------
必要な旧要素
------------------*/
.container {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 1.0rem;
  position: relative;
  width: 100%; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: table; }

.float-left {
  float: left; }

.float-right {
  float: right; }

img {
  max-width: 100%; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

p &gt; a {
  color: #0066FF;
  font-weight: bold;
  text-decoration: underline; }

section:not([class]) {
  padding-bottom: 40px; }

/*------------------
　共通
------------------*/
html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  font-size: 1.6em;
  line-height: normal;
  width: 100%; }

@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    width: 100%; } }
.wrap {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box; }

.wrap.narrow {
  max-width: 45em; }

.cntSec {
  width: 100%;
  padding: 40px 0;
  position: relative; }
  .cntSec.p50 {
    padding: 50px 0; }
  .cntSec.p00 {
    padding: 0; }
  .cntSec.pb40 {
    padding-bottom: 40px; }

.columnSec {
  display: flex;
  margin-top: -40px;
  margin-bottom: -40px; }
  .columnSec &gt; * {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px; }
    .columnSec &gt; *:nth-child(2n-1) {
      border-right: 1px solid #B8B8B8;
      padding-right: 50px; }
    .columnSec &gt; *:nth-child(2n) {
      padding-left: 50px; }

.btnmore {
  text-align: center;
  margin-top: 10px; }
  .btnmore a {
    border: 2px solid #35A25E;
    color: #35A25E;
    text-decoration: none;
    display: inline-block;
    width: 10em;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    padding: 10px; }

a:hover {
  opacity: 0.6;
  transition: 0.5s; }

a.lb-prev:hover, a.lb-next:hover {
  opacity: 1;
  transition: 0; }

@media screen and (max-width: 768px) {
  .wrap {
    box-sizing: border-box;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    overflow: hidden; }

  .cntSec {
    padding: 30px 0; }
    .cntSec.p50 {
      padding: 20px 0; }

  .columnSec {
    display: block;
    margin-top: 0;
    margin-bottom: 0; }
    .columnSec &gt; * {
      width: 100%;
      padding-top: 30px;
      padding-bottom: 0;
      border-top: 1px solid #B8B8B8;
      margin-top: 30px; }
      .columnSec &gt; *:nth-child(2n-1) {
        border-right: none;
        padding-right: 0; }
      .columnSec &gt; *:nth-child(2n) {
        padding-left: 0; }
      .columnSec &gt; *:first-child {
        border-top: none;
        padding-top: 0;
        margin-top: 0; } }
/*------------------
　見出し
------------------*/
h2.basic {
  font-size: 42px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
  margin-bottom: 40px;
  line-height: 1; }
  h2.basic.black {
    font-weight: 900; }

h3.basic {
  font-size: 32px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
  margin-bottom: 30px;
  position: relative; }
  h3.basic:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    width: 60px;
    height: 3px;
    background-color: #35A25E; }

h3.simple {
  font-size: 28px;
  line-height: 1.4;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
  margin-bottom: 30px; }

h4.bar {
  font-size: 22px;
  line-height: 1.4;
  font-family: 'Noto Sans JP', sans-serif;
  background: none;
  border-left: 5px solid #35a25e;
  padding: 10px 15px;
  margin-bottom: 10px;
  margin-top: 0; }

h4 {
  background-color: #f6f6f6;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px 15px;
  border-left: 5px solid #35a25e;
  margin-bottom: 20px;
  margin-top: 30px; }

@media screen and (max-width: 768px) {
  h2.basic {
    font-size: 32px;
    margin-bottom: 50px; }

  h3.basic {
    font-size: 24px;
    margin-bottom: 35px; }

  h3.simple {
    font-size: 20px;
    margin-bottom: 30px; }

  h4.bar {
    font-size: 20px;
    margin-bottom: 10px; } }
/*------------------
　バナーエリア
------------------*/
.bannerCnt {
  background-color: #FAFAFA;
  padding: 30px 0; }
  .bannerCnt .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .bannerCnt .row .column {
      padding: 10px; }

@media screen and (max-width: 768px) {
  .bannerCnt {
    padding: 30px 0;
    margin: 0 10px; }
    .bannerCnt .row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .bannerCnt .row .column {
        padding: 5px;
        width: 50%;
        box-sizing: border-box; }
        .bannerCnt .row .column.wide {
          width: 100%; }
      .bannerCnt .row img {
        width: 100%; } }
/*20200302追記*/
.pagettlCnt {
  background-color: #f6f6f6;
  margin-bottom: 30px; }
  .pagettlCnt h2.pagettl {
    color: #19303E;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding: 0.8em 0.2em;
    text-align: center; }
    .pagettlCnt h2.pagettl i {
      opacity: 0.4; }

.naviCnt + .pagettlCnt {
  margin-top: -30px; }

@media screen and (max-width: 768px) {
  .pagettlCnt h2.pagettl {
    font-size: 28px; } }
.point_info {
  margin-bottom: 15px;
  padding-right: 10px; }
  .point_info .title {
    font-weight: bold; }

.bggray {
  background-color: #f6f6f6; }

/*------------------
　2カラム
------------------*/
.columnPage {
  display: flex; }
  .columnPage .columnPage_main {
    width: 72%; }
  .columnPage .columnPage_sub {
    width: 25%;
    margin-left: 3%; }

ul.columnPageNavi {
  background-color: #f6f6f6;
  font-size: 18px; }
  ul.columnPageNavi &gt; li {
    border-bottom: 1px solid #afafaf; }
    ul.columnPageNavi &gt; li a {
      display: block;
      padding: 10px 15px;
      position: relative; }
      ul.columnPageNavi &gt; li a:after {
        font-family: "Font Awesome 5 Pro";
        content: '\f054';
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -10px; }
    ul.columnPageNavi &gt; li:last-child {
      border-bottom: none; }
    ul.columnPageNavi &gt; li.current {
      background-color: #E1E1E1;
      font-weight: bold; }

@media screen and (max-width: 768px) {
  .columnPage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .columnPage .columnPage_main {
      width: 100%; }
    .columnPage .columnPage_sub {
      width: 100%;
      margin-left: 0;
      margin-top: 30px; } }
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"], input[type="time"], select, textarea {
  -webkit-appearance: none;
  border-radius: 5px;
  border: 1px solid #666666;
  font-size: 18px;
  padding: 0.4em;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.4;
  border-color: #afafaf;
  background-color: #fff; }

body {
  font-family: sans-serif; }

.alertCnt + .pagettlCnt {
  margin-top: -30px;
  border-top: 1px solid #dddddd; }

.forms .label + div:not([class]) {
  padding-top: 10px;
  padding-bottom: 10px; }
  .forms .label + div:not([class]) input[type="text"], .forms .label + div:not([class]) input[type="number"], .forms .label + div:not([class]) input[type="email"], .forms .label + div:not([class]) input[type="tel"], .forms .label + div:not([class]) input[type="password"], .forms .label + div:not([class]) input[type="time"], .forms .label + div:not([class]) textarea, .forms .label + div:not([class]) select {
    margin-top: 0;
    margin-bottom: 0; }
</pre></body></html>