@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&display=swap");
@media screen and (max-width: 599px) {
  .pc { /* 599px以下のとき */
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .sp { /* 600px以上のとき */
    display: none;
  }
}

@media screen and (max-width: 599px) {
  img { /* 599px以下のとき */
    max-width: 100%;
    height: auto;
    width: auto;
  }
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0; /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
  border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
  color: #42413C;
  text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

a:visited {
  color: #6E6C64;
  text-decoration: underline;
}

a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: none;
}

p {
  margin: 10px 0 0 0;
}

.red {
  color: #F00;
}

.orange {
  color: #F60;
}

.blue {
  color: #36C;
}

.green {
  color: #009933;
}

.grey {
  color: gray;
}

.brown {
  color: brown;
}

.sitecolor {
  color: #00a8d8;
}

.small85 {
  font-size: 85%;
}

.large11 {
  font-size: 1.1em;
}

.large12 {
  font-size: 1.2em;
}

.large14 {
  font-size: 1.4em;
}

.large18 {
  font-size: 1.8em;
}

.strong {
  font-weight: bold;
}

.tolist, .tolist02 {
  text-align: right;
  margin-top: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .tolist, .tolist02 { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  .tolist, .tolist02 { /* 600px以上のとき */
    width: 1000px;
  }
}

.tolist02 {
  width: 100%;
}

.pdfarea {
  width: 90%;
  padding: 15px 10px;
  font-size: 0.9em;
  text-align: left;
  border: 1px #ccc solid;
  margin: 0 auto;
  margin-top: 20px;
}

.link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #000;
  margin: -5px 0 0 5px;
  font-size: 1.2em;
}

.pdf:after {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  font-weight: 400;
  color: #F00;
  margin: -5px 0 0 5px;
  font-size: 1.2em;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt { /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: right;
  margin-left: 8px;
}

.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: left;
  margin-right: 8px;
}

.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.kana {
  ime-mode: active;
}

.rome {
  ime-mode: disabled;
}

.lh20 {
  line-height: 2em;
}

.lh25 {
  line-height: 2.5em;
}

.imgarea {
  width: 100%;
  text-align: center;
  font-size: 1em;
}

.imgarea02 {
  width: 50%;
  text-align: center;
  font-size: 1em;
  float: left;
  margin-top: 10px;
}

.imgarea03 {
  width: 33%;
  text-align: center;
  font-size: 0.9em;
  float: left;
  margin-top: 20px;
}

.imgarea img, .imgarea02 img, .imgarea03 img {
  padding: 0;
}

/* square */
.square:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  font-weight: 900;
  margin: -5px 8px 0 5px;
  color: #00a8d8;
}

.shadow01 {
  box-shadow: 0 10px 8px -6px #8d8c8c;
}

.shadow02 {
  display: inline-block;
  position: relative;
  padding: 6px;
  box-shadow: 0 2px 6px #999;
  background-color: #fff;
  margin-bottom: 20px;
}
.shadow02 img {
  padding: 0;
}

.zoom, .zoom08 {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.zoom:hover {
  transform: scale(1.1);
}

.zoom08:hover {
  transform: scale(1.05);
}

.gray {
  filter: grayscale(0);
  transition: 0.3s ease-in-out;
}

.gray:hover {
  filter: grayscale(100%);
}

.opacity {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.opacity:hover {
  opacity: 0.5;
}

.e-flash:hover {
  opacity: 1;
  animation: flash 1.5s;
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
a:link {
  text-decoration: none;
}

a:visited {
  color: #6E6C64;
  text-decoration: none;
}

a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: none;
}

a:hover { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: underline;
}

@media screen and (max-width: 599px) {
  html { /* 599px以下のとき */
    position: relative;
    overflow-x: hidden;
  }
}

body {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P Gothic", sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 600px) {
  body {
    min-width: 360px;
  }
}
@media screen and (min-width: 599px) {
  body {
    min-width: 1200px;
  }
}
@media screen and (max-width: 599px) {
  body { /* 600px以上のとき */
    position: relative;
    left: 0;
    overflow-x: hidden;
  }
}

/* ドロワーメニュー */
.ul_open_h {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0;
  height: 100%;
  transition: 0.35s ease-in-out;
  overflow-y: scroll;
  position: fixed;
  z-index: 50;
  padding-top: 50px;
}
.ul_open_h li {
  padding: 7px;
  width: 220px;
  border-bottom: 1px #333 solid;
  font-size: 0.9em;
}
.ul_open_h li.bottom {
  margin-bottom: 100px;
}

.open-sub {
  margin: 0 0 0 20px;
  list-style-position: inside;
  list-style-type: disc;
}
.open-sub li {
  font-size: 1em;
  border-bottom: none;
  padding-top: 5px;
  line-height: 1.7em;
}

.dmenu {
  padding: 0 0 0 10px;
}

.open-1 {
  right: -100%;
}
.open-1.active {
  right: 0px;
}

.move-1.on.btn, .move-1.on.s-btn {
  position: fixed;
  right: 25px;
  top: 10px;
}

.btn, .s-btn {
  position: absolute;
  /*    background: #fff; */
  z-index: 90;
}
@media screen and (min-width: 600px) {
  .btn, .s-btn { /* 600px以上のとき */
    position: absolute;
    bottom: 40px;
    right: 35px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .btn, .s-btn { /* 600px以下のとき */
    position: absolute;
    bottom: 32px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
.btn:before, .s-btn:before, .btn:after, .s-btn:after, .btn span, .s-btn span {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.35s ease-in-out;
}
.btn span, .s-btn span {
  background-color: #000;
  top: calc(50% - 1.5px);
}
@media screen and (min-width: 600px) {
  .btn span, .s-btn span { /* 600px以上のとき */
    height: 5px;
  }
}
@media screen and (max-width: 599px) {
  .btn span, .s-btn span { /* 600px以上のとき */
    height: 3px;
  }
}
.btn:before, .s-btn:before {
  content: "";
}
@media screen and (min-width: 600px) {
  .btn:before, .s-btn:before { /* 600px以上のとき */
    top: calc(25% - 5px);
    border-top: 5px solid #000;
  }
}
@media screen and (max-width: 599px) {
  .btn:before, .s-btn:before { /* 600px以上のとき */
    top: calc(25% - 3px);
    border-top: 3px solid #000;
  }
}
.btn:after, .s-btn:after {
  content: "";
}
@media screen and (min-width: 600px) {
  .btn:after, .s-btn:after { /* 600px以上のとき */
    bottom: calc(25% - 5px);
    border-top: 5px solid #000;
  }
}
@media screen and (max-width: 599px) {
  .btn:after, .s-btn:after { /* 600px以上のとき */
    bottom: calc(25% - 3px);
    border-top: 3px solid #000;
  }
}

@media screen and (min-width: 600px) {
  .s-btn span { /* 600px以上のとき */
    background-color: #fff;
  }
}
@media screen and (max-width: 599px) {
  .s-btn span { /* 600px以上のとき */
    background-color: #000;
  }
}
@media screen and (min-width: 600px) {
  .s-btn:before { /* 600px以上のとき */
    border-top: 5px solid #fff;
  }
}
@media screen and (max-width: 599px) {
  .s-btn:before { /* 600px以上のとき */
    border-top: 3px solid #000;
  }
}
@media screen and (min-width: 600px) {
  .s-btn:after { /* 600px以上のとき */
    border-top: 5px solid #fff;
  }
}
@media screen and (max-width: 599px) {
  .s-btn:after { /* 600px以上のとき */
    border-top: 3px solid #000;
  }
}

.btn.on span, .on.s-btn span {
  display: none;
}
.btn.on:before, .on.s-btn:before {
  top: calc(50% - 1.8px);
  transform: rotate(315deg);
  border-top: 3px solid #00a8d8;
}
.btn.on:after, .on.s-btn:after {
  bottom: calc(50% - 1.5px);
  transform: rotate(-315deg);
  border-top: 3px solid #00a8d8;
}

#header-top, #header-sub {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  #header-top, #header-sub {
    min-width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #header-top, #header-sub {
    min-width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  #header-top, #header-sub { /* 600px以上のとき */
    height: 700px;
  }
}
@media screen and (max-width: 599px) {
  #header-top, #header-sub { /* 600px以下のとき */
    height: 370px;
  }
}

@media screen and (min-width: 600px) {
  #header-sub { /* 600px以上のとき */
    height: 180px;
    background: url("./images/sub_header_bk.png") center top no-repeat;
  }
}
@media screen and (max-width: 599px) {
  #header-sub { /* 600px以上のとき */
    height: 72px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
    border-bottom: 5px #eee solid;
  }
}

.bg-slider {
  width: 100%;
  height: 700px;
  background-position: center center;
  /*   	background-size: cover; */
  display: block;
  align-items: center;
  justify-content: center;
  border-bottom: 5px #eee solid;
}

.s-bg-slider {
  width: 100%;
  height: 370px;
  background-position: center center;
  /*   	background-size: cover; */
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.toparea {
  height: 700px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  .toparea {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  .toparea {
    width: 1200px;
  }
}
.toparea .h-menu {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 20px;
  color: #000;
}
.toparea div.hmenu {
  position: absolute;
  left: 0;
  display: block;
  height: 700px;
  width: 350px;
  background: url("./images/h_menu_bk.png") 94px 197px no-repeat;
  background-color: rgba(255, 255, 255, 0.7);
}
.toparea div.hmenu .h-logo {
  position: absolute;
  top: 68px;
  left: 20px;
}
.toparea div.hmenu .marea {
  position: absolute;
  left: 50px;
  top: 410px;
  text-align: left;
}
.toparea div.hmenu .htitle {
  font-size: 18px;
  margin: 5px 0 8px 0;
  width: 100%;
  padding: 0 0 0 25px;
}
.toparea div.hmenu .htitle:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  font-size: 1em;
  color: #000;
  margin-right: 10px;
}

.toparea-s {
  width: 360px;
  height: 370px;
  margin: 0 auto;
  position: relative;
}
.toparea-s .h-menu {
  position: absolute;
  bottom: 15px;
  right: 10px;
  font-size: 18px;
  color: #000;
}
.toparea-s .h-logo {
  position: absolute;
  top: 310px;
  left: 15px;
}

div.hmenu-ss {
  position: absolute;
  bottom: 0;
  display: block;
  height: 72px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.toparea-sub {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  .toparea-sub {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  .toparea-sub {
    width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  .toparea-sub { /* 600px以上のとき */
    height: 180px;
  }
}
@media screen and (max-width: 599px) {
  .toparea-sub { /* 600px以上のとき */
    height: 72px;
  }
}
.toparea-sub .hs-menu {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .toparea-sub .hs-menu { /* 600px以上のとき */
    bottom: 20px;
    right: 30px;
    color: #fff;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .toparea-sub .hs-menu { /* 600px以上のとき */
    top: 33px;
    right: 15px;
    font-size: 14px;
  }
}
.toparea-sub div.hmenu-sub {
  position: absolute;
  left: 0;
  display: block;
  height: 180px;
  width: 350px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 599px) {
  .toparea-sub div.hmenu-sub { /* 600px以上のとき */
    display: none;
  }
}
.toparea-sub div.hmenu-sub .hs-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.toparea-sub .hs-logo2 {
  margin: 0 auto;
  margin-top: 20px;
}

/* main area */
main {
  min-height: 300px;
}

/* top page */
#marea {
  margin: 0 auto;
  position: relative;
  text-align: center;
  min-height: 100px;
}
@media screen and (max-width: 600px) {
  #marea {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #marea {
    width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  #marea { /* 600px以上のとき */
    padding: 50px 0 50px 0;
  }
}
@media screen and (max-width: 599px) {
  #marea { /* 600px以上のとき */
    padding: 0 0 100px 0;
  }
}

#spnavi {
  width: 360px;
  margin: 0 auto;
  height: 220px;
}

.sparea {
  width: 360px;
  height: 220px;
  margin: 0 auto;
  position: relative;
  background: url("./images/h_menu_bk_s.png") 30px 50px no-repeat;
}
.sparea div.hmenu-s {
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  display: block;
  min-height: 200px;
  height: auto; /*padding:0 20px 0 10px; */
  float: left;
  min-width: 200px;
}
.sparea div.hmenu-s .htitle {
  font-size: 18px;
  margin: 5px 0 8px 0;
  width: 100%;
  padding: 0 0 0 20px;
}
.sparea div.hmenu-s .htitle:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  font-size: 1em;
  color: #000;
  margin-right: 10px;
}

#newsarea {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 600px) {
  #newsarea { /* 600px以上のとき */
    width: 1140px;
    margin: 0 auto;
    min-height: 300px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  #newsarea { /* 599px以下のとき */
    width: 360px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
#newsarea h1.ttlarea {
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  #newsarea h1.ttlarea { /* 600px以上のとき */
    width: 100%;
    margin: 0 auto;
    min-height: 50px;
    margin: 5px 0 20px 0;
  }
}
@media screen and (max-width: 599px) {
  #newsarea h1.ttlarea { /* 599px以下のとき */
    width: 360px;
    margin: 0 auto;
    min-height: 41px;
    margin: 5px 0 20px 0;
  }
}

.to-n-list {
  position: absolute;
  z-index: 49;
}
@media screen and (min-width: 600px) {
  .to-n-list { /* 600px以上のとき */
    bottom: 20px;
    right: 80px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .to-n-list { /* 599px以下のとき */
    bottom: 15px;
    right: 20px;
    font-size: 16px;
  }
}

.narea, .narea02 {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
  text-align: left;
  border-bottom: 2px #00a8d8 dotted;
  padding-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .narea, .narea02 { /* 600px以上のとき */
    width: 1000px;
  }
}
@media screen and (max-width: 599px) {
  .narea, .narea02 { /* 599px以下のとき */
    width: 360px;
  }
}
.narea img.view, .narea02 img.view {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .narea img.view, .narea02 img.view { /* 600px以上のとき */
    width: 170px;
  }
}
@media screen and (max-width: 599px) {
  .narea img.view, .narea02 img.view { /* 599px以下のとき */
    width: 340px;
  }
}

.narea02 {
  border-bottom: 2px #EB5F45 dotted;
}

.newsttl {
  float: left;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.1em;
}
@media screen and (min-width: 600px) {
  .newsttl { /* 600px以上のとき */
    width: 800px;
  }
}
@media screen and (max-width: 599px) {
  .newsttl { /* 599px以下のとき */
    width: 360px;
  }
}

.newsttl:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: #221E1F;
  margin: -5px 0 0 5px;
  font-size: 1.1em;
  font-weight: 900;
}

.topkiji {
  float: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .topkiji { /* 600px以上のとき */
    width: 800px;
  }
}
@media screen and (max-width: 599px) {
  .topkiji { /* 599px以下のとき */
    width: 360px;
  }
}

.ltop-h {
  background: url(./images/list_top_h.png) left top no-repeat;
  padding: 0 0 0 35px;
}

.ltop-s {
  background: url(./images/list_top_s.png) left top no-repeat;
  padding: 0 0 0 35px;
}

.new {
  font-size: 1.1em;
  font-weight: 500;
  color: #00a8d8;
}

img.view {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  img.view { /* 600px以上のとき */
    width: 400px;
  }
}
@media screen and (max-width: 599px) {
  img.view { /* 599px以下のとき */
    width: 320px;
  }
}

.next {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 0 0;
}

.toprev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f100";
  font-weight: 900;
  font-size: 1.2em;
  color: #393a34;
}

.tonext:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  font-size: 1.2em;
  color: #393a34;
}

.kiji {
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .kiji { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  .kiji { /* 600px以上のとき */
    width: 50%;
  }
}
.kiji:before {
  clear: both;
}

.banner {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 2column */
#rightarea {
  width: 240px;
  float: right;
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  #rightarea { /* 599px以下のとき */
    display: none;
  }
}

.rside {
  width: 240px;
  border-right: 2px #00a8d8 solid;
  border-left: 2px #00a8d8 solid;
  margin-bottom: 20px;
  margin-top: 20px;
}
.rside ul.right {
  margin: 0;
  list-style-type: none;
  font-weight: normal;
  border-top: 2px #00a8d8 solid;
}
.rside ul.right li {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
  padding: 0.8em 0 0.8em 0.8em;
  border-bottom: 2px #00a8d8 solid;
  text-align: left;
}
.rside ul.right li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #00a8d8;
  margin: -5px 5px 0 0;
  font-size: 1.3em;
}
.rside ul.right li a:link {
  color: #00a8d8;
}
.rside ul.right li a:visited {
  color: #00a8d8;
}

#leftarea {
  float: left;
  min-height: 700px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 599px) {
  #leftarea { /* 599px以下のとき */
    width: 360px;
  }
}
@media screen and (min-width: 600px) {
  #leftarea { /* 600px以上のとき */
    width: 880px;
  }
}

/* common */
@media screen and (max-width: 599px) {
  #navi { /* 599px以下のとき */
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #navi { /* 600px以上のとき */
    width: 1150px;
    margin: 0 auto;
    text-align: right;
    margin-top: 10px;
  }
}

.bcolor3 {
  color: #003894;
}

.txt, .txt02 {
  margin: 0 auto;
  line-height: 1.8em;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .txt, .txt02 { /* 599px以下のとき */
    width: 350px;
  }
}
@media screen and (min-width: 600px) {
  .txt, .txt02 { /* 600px以上のとき */
    margin-left: 30px;
    width: 850px;
  }
}

@media screen and (max-width: 599px) {
  .txt02 { /* 599px以下のとき */
    width: 350px;
  }
}
@media screen and (min-width: 600px) {
  .txt02 { /* 600px以上のとき */
    width: 1000px;
  }
}

dl.sub {
  list-style-type: none;
  margin: 0 auto;
  list-style-position: inside;
  display: block;
  margin-left: 50px;
}
@media screen and (max-width: 599px) {
  dl.sub { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  dl.sub { /* 600px以上のとき */
    width: 800px;
  }
}
dl.sub dt {
  margin: 8px 0 8px 0;
  position: relative;
  width: 200px;
  float: left;
  line-height: 1.5em;
  text-align: left;
}
dl.sub dt:after {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #00a8d8;
  border-radius: 100%;
}
dl.sub dt.long {
  width: 350px;
}
dl.sub dd {
  margin: 8px 0 8px 0;
  position: relative;
  float: left;
  line-height: 1.5em;
  text-align: left;
}
@media screen and (max-width: 599px) {
  dl.sub dd { /* 599px以下のとき */
    width: 320px;
  }
}
@media screen and (min-width: 600px) {
  dl.sub dd { /* 600px以上のとき */
    width: 580px;
  }
}
dl.sub dd.long {
  width: 430px;
}

ul.sub {
  list-style: disc;
  list-style-position: outside;
}
@media screen and (min-width: 600px) {
  ul.sub { /* 600px以上のとき */
    margin: 30px 0 0 50px;
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  ul.sub { /* 599px以下のとき */
    margin: 30px 0 30px 30px;
    width: 320px;
  }
}
ul.sub li {
  margin: 0 0 10px 0;
  text-align: left;
}

ol.policy {
  width: 90%;
  list-style-position: outside;
}
@media screen and (min-width: 600px) {
  ol.policy { /* 600px以上のとき */
    margin: 50px 0 0 50px;
  }
}
@media screen and (max-width: 599px) {
  ol.policy { /* 599px以下のとき */
    margin: 30px 0 30px 10px;
  }
}
ol.policy li {
  margin: 0 0 20px 0;
  text-align: left;
}

table.day {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  table.day { /* 600px以上のとき */
    width: 700px;
  }
}
@media screen and (max-width: 599px) {
  table.day { /* 599px以下のとき */
    width: 350px;
  }
}
table.day th {
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
  font-size: 90%;
  background-color: #003894;
  color: #fff;
}
table.day td {
  text-align: center;
  padding: 2px 0;
  font-size: 90%;
  border-bottom: 1px #003894 dotted;
}

table.year {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px #003894 solid;
  font-size: 0.9em;
}
@media screen and (min-width: 600px) {
  table.year { /* 600px以上のとき */
    width: 690px;
  }
}
@media screen and (max-width: 599px) {
  table.year { /* 599px以下のとき */
    width: 350px;
  }
}
table.year th {
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
  background-color: #003894;
  color: #fff;
  width: 230px;
}
table.year td {
  text-align: center;
  padding: 2px 0;
  border: none;
  vertical-align: top;
  height: 120px;
}
table.year .april {
  background: url("./images/apr_bk.jpg") left bottom no-repeat;
}
table.year .june {
  background: url("./images/june_bk.jpg") right bottom no-repeat;
}
table.year .july {
  background: url("./images/july_bk.jpg") right bottom no-repeat;
}
table.year .nov {
  background: url("./images/nov_bk.jpg") right bottom no-repeat;
}
table.year .feb {
  background: url("./images/feb_bk.jpg") left bottom no-repeat;
}
table.year .mar {
  background: url("./images/mar_bk.jpg") right bottom no-repeat;
}

/* mail */
@media screen and (min-width: 600px) {
  .formarea { /* 600px以上のとき */
    width: 900px;
    margin: 30px 0 0 100px;
  }
}
@media screen and (max-width: 599px) {
  .formarea { /* 600px以下のとき */
    width: 360px;
    margin: 0 auto;
  }
}

.hissu {
  display: inline-block;
  padding: 3px;
  background-color: #FD080C;
  color: #fff;
  min-width: 30px;
  width: auto;
  font-size: 0.8em;
  border-radius: 5px;
  text-align: center;
}

form {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

form dl {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
  margin: 0 auto;
  list-style-type: none;
}
@media screen and (min-width: 600px) {
  form dl { /* 600px以上のとき */
    width: 800px;
  }
}
@media screen and (max-width: 599px) {
  form dl { /* 600px以下のとき */
    width: 340px;
  }
}

@media screen and (min-width: 600px) {
  form dt { /* 600px以上のとき */
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  form dt { /* 600px以下のとき */
    width: 100%;
    text-align: left;
  }
}

form dd {
  margin: 0 0 2em 0;
  text-align: left;
  width: 72%;
  display: block;
}
@media screen and (min-width: 600px) {
  form dd { /* 600px以上のとき */
    float: left;
  }
}
@media screen and (max-width: 599px) {
  form dd { /* 600px以下のとき */
    width: 100%;
  }
}

form dd.order {
  margin: 0 0 0.8em 0;
  text-align: left;
  display: block;
}
@media screen and (min-width: 600px) {
  form dd.order { /* 600px以上のとき */
    float: left;
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  form dd.order { /* 600px以下のとき */
    width: 100%;
  }
}

label {
  margin: 0 0 0.5em 0;
  font-size: pxtoem(16, 16);
}

input {
  margin: 0 0 0.5em 0;
  border: 1px solid grey;
  padding: 6px 10px;
  color: dark_grey;
  font-size: pxtoem(16, 16);
}

textarea {
  border: 1px solid grey;
  padding: 6px 10px;
  width: 100%;
  color: dark_grey;
}

select {
  min-width: 320px;
  margin: 5px 0px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

.frame {
  border: 1px #666 solid;
}

h1.sub {
  text-align: left; /* 文字位置指定 */
  margin: 0 auto;
  padding: 20px 0 0 0;
  color: #00a8d8;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  h1.sub { /* 599px以下のとき */
    width: 100%; /* 幅指定 */
    font-size: 22px; /* 文字サイズ指定 */
    background: url("./images/ttl_bk_s.png") center bottom no-repeat;
  }
}
@media screen and (min-width: 600px) {
  h1.sub { /* 600px以上のとき */
    width: 100%; /* 幅指定 */
    font-size: 26px; /* 文字サイズ指定 */
    min-height: 60px;
    background: url("./images/ttl_bk.png") center bottom no-repeat;
  }
}
h1.sub div {
  margin: 10px 0 0 30px;
}

h2.news {
  position: relative;
  padding-bottom: 0.2em;
  padding-left: 20px;
  border-bottom: 2px dotted #00a8d8;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  h2.news { /* 599px以下のとき */
    width: 340px; /* 幅指定 */
    font-size: 20px; /* 文字サイズ指定 */
  }
}
@media screen and (min-width: 600px) {
  h2.news { /* 600px以上のとき */
    width: 980px;
    font-size: 22px; /* 文字サイズ指定 */
  }
}

h2.sub {
  position: relative;
  padding-bottom: 0.2em;
  padding-left: 20px;
  border-bottom: 4px solid #ccc;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  h2.sub { /* 599px以下のとき */
    width: 340px; /* 幅指定 */
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) {
  h2.sub { /* 600px以上のとき */
    width: 860px;
    font-size: 22px;
  }
}
h2.sub:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: #00a8d8;
}

h3.sub02 {
  position: relative;
  padding-left: 30px;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  h3.sub02 { /* 599px以下のとき */
    width: 320px; /* 幅指定 */
    margin-left: 5px;
  }
}
@media screen and (min-width: 600px) {
  h3.sub02 { /* 600px以上のとき */
    width: 90%;
    margin-left: 20px;
  }
}
h3.sub02:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #EB5F45;
}
h3.sub02:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #EB5F45;
}

h3.sub {
  position: relative;
  color: white;
  padding: 0.5em 0.5em 0.5em 1.4em;
  background-color: #EB5F45;
  text-align: left;
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  h3.sub { /* 599px以下のとき */
    width: 320px; /* 幅指定 */
    margin: 40px 0 20px 10px;
  }
}
@media screen and (min-width: 600px) {
  h3.sub { /* 600px以上のとき */
    width: 400px;
    margin: 40px 0 20px 0;
  }
}
h3.sub:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 4px;
  background-color: white;
}

@media screen and (max-width: 599px) {
  .imgarea02 { /* 599px以下のとき */
    width: 100%; /* 幅指定 */
  }
}
@media screen and (min-width: 600px) {
  .imgarea02 { /* 600px以上のとき */
    width: 50%;
    float: left;
  }
}

/* ~~ フッター ~~ */
#fwrap {
  width: 100%;
  display: block;
  text-align: center;
  padding-bottom: 20px;
  background-color: #f4f6f0;
}
#fwrap .footarea {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #fwrap .footarea {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #fwrap .footarea {
    width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  #fwrap .footarea { /* 600px以上のとき */
    min-height: 350px;
  }
}
@media screen and (max-width: 599px) {
  #fwrap .footarea {
    min-height: 150px;
  }
}
#fwrap .footarea .farea01 {
  position: relative;
  min-height: 50px;
}
@media screen and (min-width: 600px) {
  #fwrap .footarea .farea01 { /* 600px以上のとき */
    width: 45%;
    float: left;
    min-height: 460px;
  }
}
@media screen and (max-width: 599px) {
  #fwrap .footarea .farea01 {
    width: 360px;
  }
}
#fwrap .footarea .farea01 .f-logo {
  position: absolute;
}
@media screen and (min-width: 600px) {
  #fwrap .footarea .farea01 .f-logo { /* 600px以上のとき */
    top: 28px;
    left: 32px;
  }
}
@media screen and (max-width: 599px) {
  #fwrap .footarea .farea01 .f-logo {
    top: 13px;
    left: 101px;
  }
}
#fwrap .footarea .farea01 .addrarea {
  position: absolute;
}
@media screen and (min-width: 600px) {
  #fwrap .footarea .farea01 .addrarea { /* 600px以上のとき */
    width: 500px;
    top: 170px;
    left: 32px;
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  #fwrap .footarea .farea01 .addrarea {
    width: 360px;
    top: 75px;
    text-align: center;
    line-height: 1.2em;
    font-size: 0.9em;
  }
}
#fwrap .footarea .farea01 .f-mail {
  position: absolute;
}
@media screen and (min-width: 600px) {
  #fwrap .footarea .farea01 .f-mail { /* 600px以上のとき */
    top: 308px;
    left: 32px;
  }
}
@media screen and (max-width: 599px) {
  #fwrap .footarea .farea01 .f-mail {
    top: 113px;
    left: 112px;
  }
}
#fwrap .footarea .farea01 .f-access {
  position: absolute;
}
@media screen and (min-width: 600px) {
  #fwrap .footarea .farea01 .f-access { /* 600px以上のとき */
    top: 300px;
    left: 32px;
  }
}
@media screen and (max-width: 599px) {
  #fwrap .footarea .farea01 .f-access {
    top: 108px;
    left: 132px;
  }
}
#fwrap .footarea .farea01 .f-home {
  position: absolute;
}
@media screen and (min-width: 600px) {
  #fwrap .footarea .farea01 .f-home { /* 600px以上のとき */
    top: 288px;
    left: 148px;
  }
}
@media screen and (max-width: 599px) {
  #fwrap .footarea .farea01 .f-home {
    top: 104px;
    left: 187px;
  }
}

.farea02 {
  width: 54%;
  position: relative;
  float: right;
  min-height: 460px;
}
.farea02 div.fmenu {
  margin: 70px 20px 0 50px;
  text-align: left;
  display: block;
  min-height: 200px;
  height: auto; /*padding:0 20px 0 10px; */
  width: 200px;
  float: left;
  font-size: 0.9em;
}
.farea02 div.fmenu .ftitle {
  margin: 0 0 5px 0;
  width: 100%;
  padding: 5px 0;
}
.farea02 div.fmenu .ftitle:before {
  margin: -5px 0 0 5px;
  font-size: 1em;
  font-weight: 900;
  padding-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
}
.farea02 div.fmenu ul {
  margin: 0 0 10px 40px;
}
.farea02 div.fmenu li {
  margin: 0 0 5px 0;
}
.farea02 .f-shien {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .farea02 .f-shien { /* 600px以上のとき */
    bottom: 20px;
    right: 32px;
  }
}
@media screen and (max-width: 599px) {
  .farea02 .f-shien {
    top: 190px;
    left: 10px;
  }
}

#fwrap-s {
  width: 100%;
  display: block;
  text-align: left;
  padding-bottom: 20px;
}
#fwrap-s .farea03 {
  width: 360px;
  position: relative;
  margin: 0 auto;
}
#fwrap-s .farea03 .f-home {
  margin: 5px 0 10px 10px;
}
#fwrap-s .farea03 div.fmenu {
  margin: 5px 5px 0 0;
  text-align: left;
  display: block;
  min-height: 100%;
  height: auto; /*padding:0 20px 0 10px; */
  border-top: 1px #666 solid;
  width: 360px;
}
#fwrap-s .farea03 div.fmenu .ftitle {
  font-size: 0.9em;
  margin: 0 0 5px 0;
  width: 100%;
  border-bottom: 1px #666 solid;
  padding: 5px 0;
}
#fwrap-s .farea03 div.fmenu .ftitle:before {
  margin: -5px 0 0 5px;
  font-size: 1em;
  font-weight: 900;
  padding-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
}

#fcopy {
  width: 100%;
  background-color: #fff;
  display: block;
  height: 20px;
  text-align: center;
  padding: 3px 0;
  font-size: 0.8em;
}
#fcopy div {
  margin: 0 auto;
  min-height: 15px;
  height: auto;
  position: relative;
  text-align: center;
  font-size: 0.85em;
}
@media screen and (max-width: 600px) {
  #fcopy div {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #fcopy div {
    width: 1200px;
  }
}/*# sourceMappingURL=style.css.map */