<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
*{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  font-family:arial;
}
body{background:#ecf0f1; background:#ffffff; font-family:arial; margin:0; color:#888}
.banner{
  background:#00DAFC;
  background:#1a1a1a;
  line-height:400px;
  line-height:auto;
  text-align:center;
  color:#fff;
  font-size:60px;
  height:400px;
  height: auto;
  width: 100%;
}
.banner img {
  display: block;
  height: auto;
  width: 100%;
}
.header{
  height:150px;
  height:auto;
  background:#1a1a1a;
  background:#00DAFC;
  background:#ffffff;
  color:#fff;
  color:#1a1a1a;
  border-bottom: 1px solid #999;
  width:100%;
}
.logo{
  margin:10px 0;
  line-height:60px;
  float:left;
}
.logo a{
        display: block;
        padding_: 17px 10px;
        color: #fff;
        color:#1a1a1a;
        text-align: center;
        text-decoration: none;
      }
.logo_ a:hover {
        text-decoration: underline;
      }

.nav{
  list-style:none;
  float:right;
}
.nav li{display:inline-block;font-size: 80%}
.nav li a{
  display:inline-block;
  padding:3px 15px;
  padding:7px 10px;
  color:inherit;
  text-decoration:none;
}
.nav a:hover {
        text-decoration: underline;
      }

.container{
  max-width:1200px;
  max-width:100%;
  padding:0 15px;
  padding:0 3%;
  width:100%;
}
.container:after {
    clear: both;
    content: "";
    display: table;
}
.footer{background:#0A95AA; background:#f5f5f5; color:#fff; height:100px; height:auto}
.copy{
  font-size:10px;
  text-align:center
}

#main_area {
  color: #888888;
  text-align:center;
  font-size: 100%;
}
#g_navi_i {
  background: #f5f5f5;
  color: #696969;
  text-align:center;
  font-size: 80%;
}
#g_navi_i .btn_item {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  background: #1a1a1a;
  color: #fff;
 font: bold;
}
#g_navi_i .info {
 font-size: 150%;
 font: bold;
 margin: 10px 0;
 padding: 0 0 0 0;
}
#g_navi_f {
  background: #f5f5f5;
  color: #696969;
}
  #g_navi_f ul {
    display: flex;
    margin: 0 auto;
    padding: 0 3%;
    width: 94%;
    max-width: 1200px;
    max-width: 100%;
    list-style-type: none;
  }
    #g_navi_f ul li {
      position: relative;
      padding: 5%;
      width: 40%;
      font-size: 80%;
    }
    #g_navi_f ul li:first-child::before {
      position: absolute;
      display: block;
      content: "";
      top: 25%;
      left: 0px;
      width: 1px;
      height: 50%;
      background-color: #f5f5f5;
    }
    #g_navi_f ul li::after {
      position: absolute;
      display: block;
      content: "";
      top: 25%;
      right: 0px;
      width: 1px;
      height: 50%;
      background-color: #f5f5f5;
    }
      #g_navi_f ul li a {
        display: block;
        padding: 17px 10px;
        color: #696969;
        text-align: center;
        text-decoration: none;
      }
      #g_navi_f ul li a:hover {
        text-decoration: underline;
      }
#g_navi_z {
  background: #1a1a1a;
  padding: 10px 0 15px;
}
  #g_navi_z ul {
    display: flex;
    margin: 0 auto;
    padding: 0 3%;
    width: 94%;
    max-width: 1200px;
    max-width: 100%;
    list-style-type: none;
  }
    #g_navi_z ul li {
      position: relative;
      width: 15%;
      font-size: 70%;
    }
    #g_navi_z ul li:first-child::before {
      position: absolute;
      display: block;
      content: "";
      top: 25%;
      left: 0px;
      width: 1px;
      height: 50%;
      background-color: #f5f5f5;
    }
    #g_navi_z ul li::after {
      position: absolute;
      display: block;
      content: "";
      top: 25%;
      right: 0px;
      width: 1px;
      height: 50%;
      background-color: #f5f5f5;
    }
      #g_navi_z ul li a {
        display: block;
        padding: 17px 10px;
        color: #fff;
        text-align: center;
        text-decoration: none;
      }
      #g_navi_z ul li a:hover {
        text-decoration: underline;
      }
.card-group{
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 90%;
  height: auto;
   /* ポイント１ */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.card {
  margin: 30px auto;
  width: 350px;
  width: calc((100% / 1) - 10px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px #ccc;
}
.card-img {
  border-radius: 10px 10px 0 0;
  max-width: 100%;
  height: auto;
}
.card-content {
  padding: 20px;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #999;
}
.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
  background: #1a1a1a;
  color: #fff;
}
.card-link a {
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
}
.card-link a:hover {
        text-decoration: underline;
}

/* 文字 */
.font_size50{
  font-size: 50%;
}
.font_size80{
  font-size: 80%;
}
.font_size150{
  font-size: 150%;
}
.font_size200{
  font-size: 200%;
}
.font_bold{
  font-weight: bold;
}
</pre></body></html>