@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ===================================================================
style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- default */
body {
  background: #FFF;
  color: #333;
  font-size: 14px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.4;
}

* html body { /* for IF6 */
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* ----------------------------------------------------------------
    基本（近藤追加）
----------------------------------------------------------------- */
.nowrap {
  white-space: nowrap;
}

/*フォントサイズ*/
.font10 {
  font-size: 10px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font24 {
  font-size: 24px;
}

.font28 {
  font-size: 28px;
}

.font32 {
  font-size: 32px;
}

.font70p {
  font-size: 70%;
}

.font80p {
  font-size: 80%;
}

.font90p {
  font-size: 90%;
}

.font95p {
  font-size: 95%;
}

.font110p {
  font-size: 110%;
}

.font120p {
  font-size: 120%;
}

.font130p {
  font-size: 130%;
}

.font140p {
  font-size: 140%;
}

.font150p {
  font-size: 150%;
}

.font160p {
  font-size: 160%;
}

.font170p {
  font-size: 170%;
}

.font180p {
  font-size: 180%;
}

.font190p {
  font-size: 190%;
}

.font200p {
  font-size: 200%;
}

.font250p {
  font-size: 250%;
}

/*フォントカラー*/
.text_bold {
  font-weight: bold;
}

.text_base {
  color: #ee7701;
}

.text_black {
  color: #333;
}

.text_gray {
  color: #999;
}

.text_red {
  color: #CC0000;
}

.text_orange {
  color: #ff9900;
}

.text_pink {
  color: #ff99cc;
}

.text_blue {
  color: #1f4692;
}

.text_white {
  color: #fff;
}

.text_green {
  color: #50881e;
}

.text_sian {
  color: #0185d8;
}

.bg_black {
  background-color: #000;
}

.bg_white {
  background-color: #fff;
}

.bg_yellow {
  background-color: #fcfad7;
}

.bg_gray {
  background-color: #ddd;
}

.bg_gray2 {
  background-color: #eee;
}

.bg_pink {
  background-color: #ffe3e7;
}

.bg_pink2 {
  background-color: #fce9e8;
}

.bg_perple {
  background-color: #c1aee7;
}

.bg_red {
  background-color: #fcc9d1;
}

.bg_orange {
  background-color: #ff9900;
}

.bg_orange2 {
  background-color: #ffd9a5;
}

.bg_blue {
  background-color: #86d1f2;
}

.bg_blue2 {
  background-color: #0094d5;
}

.bg_sian {
  background-color: #51b5ea;
}

.bg_search {
  background-color: #f3efb1;
}

.bg_green {
  background-color: #73bc44;
}

.tablebg_sian {
  background-color: #ecffff;
}

.tablebg_yellow {
  background-color: #fff6ec;
}

.textbg_pink {
  background-color: #f4b2dc;
}

.textbg_yellow {
  background-color: #f3efb1;
}

.textbg_blue {
  background-color: #9dddee;
}

.textbg_green {
  background-color: #c7edb9;
}

.tbtnbg {
  background-color: #dedede;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.danraku p {
  display: block;
  margin: 0 0 2px 0;
  margin-left: 1em;
  text-indent: -1em;
}

.danraku1 li {
  display: block;
  margin: 0 0 2px 0;
  margin-left: 1em;
  text-indent: -1em;
}

.danraku2 li {
  display: block;
  margin: 0 0 2px 0;
  margin-left: 2em;
  text-indent: -2em;
}

.danraku1l {
  display: block;
  margin: 0 0 2px 0;
  margin-left: 1em;
  text-indent: -1em;
}

.danraku1s {
  display: block;
  margin: 0 0 2px 0;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
}

.danraku2s {
  display: block;
  margin: 0 0 2px 0;
  margin-left: 2em;
  text-indent: -2em;
  line-height: 1.2;
}

.danraku3s {
  display: block;
  margin: 0 0 2px 0;
  margin-left: 3em;
  text-indent: -3em;
  line-height: 1.2;
}

.danraku4s {
  display: block;
  margin: 0 0 2px 0;
  margin-left: 4em;
  text-indent: -4em;
  line-height: 1.2;
}

/*ボックス幅*/
.w100pr {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .harf {
    width: 345px;
  }
  .w1000 {
    width: 1000px;
  }
  .w960 {
    width: 960px;
  }
  .w910 {
    width: 910px;
  }
  .w740 {
    width: 740px;
  }
  .w725 {
    width: 725px;
  }
  .w700 {
    width: 700px;
  }
  .w690 {
    width: 690px;
  }
  .w680 {
    width: 680px;
  }
  .w670 {
    width: 670px;
  }
  .w660 {
    width: 660px;
  }
  .w650 {
    width: 650px;
  }
  .w640 {
    width: 640px;
  }
  .w630 {
    width: 630px;
  }
  .w620 {
    width: 620px;
  }
  .w610 {
    width: 610px;
  }
  .w600 {
    width: 600px;
  }
  .w590 {
    width: 590px;
  }
  .w580 {
    width: 580px;
  }
  .w570 {
    width: 570px;
  }
  .w560 {
    width: 560px;
  }
  .w550 {
    width: 550px;
  }
  .w540 {
    width: 540px;
  }
  .w530 {
    width: 530px;
  }
  .w520 {
    width: 520px;
  }
  .w510 {
    width: 510px;
  }
  .w500 {
    width: 500px;
  }
  .w490 {
    width: 490px;
  }
  .w480 {
    width: 480px;
  }
  .w470 {
    width: 470px;
  }
  .w460 {
    width: 460px;
  }
  .w450 {
    width: 450px;
  }
  .w440 {
    width: 440px;
  }
  .w430 {
    width: 430px;
  }
  .w420 {
    width: 420px;
  }
  .w410 {
    width: 410px;
  }
  .w400 {
    width: 400px;
  }
  .w390 {
    width: 390px;
  }
  .w380 {
    width: 380px;
  }
  .w370 {
    width: 370px;
  }
  .w360 {
    width: 360px;
  }
  .w350 {
    width: 350px;
  }
  .w340 {
    width: 340px;
  }
  .w330 {
    width: 330px;
  }
  .w320 {
    width: 320px;
  }
  .w310 {
    width: 310px;
  }
  .w300 {
    width: 300px;
  }
  .w290 {
    width: 290px;
  }
  .w280 {
    width: 280px;
  }
  .w270 {
    width: 270px;
  }
  .w260 {
    width: 260px;
  }
  .w250 {
    width: 250px;
  }
  .w240 {
    width: 240px;
  }
  .w230 {
    width: 230px;
  }
  .w220 {
    width: 220px;
  }
  .w210 {
    width: 210px;
  }
  .w200 {
    width: 200px;
  }
  .w190 {
    width: 190px;
  }
  .w180 {
    width: 180px;
  }
  .w170 {
    width: 170px;
  }
}
.w160 {
  width: 160px;
}

.w150 {
  width: 150px;
}

.w140 {
  width: 140px;
}

.w130 {
  width: 130px;
}

.w120 {
  width: 120px;
}

.w110 {
  width: 110px;
}

.w100 {
  width: 100px;
}

.w90 {
  width: 90px;
}

.w85 {
  width: 85px;
}

.w80 {
  width: 80px;
}

.w70 {
  width: 70px;
}

.w60 {
  width: 60px;
}

.w50 {
  width: 50px;
}

.w40 {
  width: 40px;
}

.w35 {
  width: 35px;
}

.w30 {
  width: 30px;
}

/*ボックス幅（固定）*/
.w500s {
  width: 500px;
}

.w450s {
  width: 450px;
}

.w400s {
  width: 400px;
}

.w300s {
  width: 300px;
}

.w200s {
  width: 200px;
}

.w140s {
  width: 140px;
}

.w100s {
  width: 100px;
}

.w60s {
  width: 60px;
}

.w50s {
  width: 50px;
}

/*ボックス幅（%）*/
.w96pr {
  width: 96%;
}

.w100pr {
  width: 100%;
}

.w10pr {
  width: 10%;
}

.w15pr {
  width: 15%;
}

.w20pr {
  width: 20%;
}

.w25pr {
  width: 25%;
}

.w30pr {
  width: 30%;
}

.w70pr {
  width: 70%;
}

.w75pr {
  width: 75%;
}

.w80pr {
  width: 80%;
}

.w90pr {
  width: 90%;
}

.h300 {
  height: 300px;
}

.h200 {
  height: 200px;
}

.h100 {
  height: 100px;
}

.h90 {
  height: 90px;
}

.h80 {
  height: 80px;
}

.h70 {
  height: 70px;
}

.h60 {
  height: 60px;
}

.h50 {
  height: 50px;
}

.h40 {
  height: 40px;
}

.h30 {
  height: 30px;
}

/*余白*/
@media print, screen and (min-width: 768px) {
  .marginR30 {
    margin-right: 30px;
  }
  .marginR25 {
    margin-right: 25px;
  }
  .marginR20 {
    margin-right: 20px;
  }
  .marginR15 {
    margin-right: 15px;
  }
  .marginR10 {
    margin-right: 10px;
  }
  .marginR5 {
    margin-right: 5px;
  }
  .marginL100 {
    margin-left: 100px;
  }
  .marginL50 {
    margin-left: 50px;
  }
  .marginL30 {
    margin-left: 30px;
  }
  .marginL25 {
    margin-left: 25px;
  }
  .marginL23 {
    margin-left: 23px;
  }
  .marginL20 {
    margin-left: 20px;
  }
  .marginL15 {
    margin-left: 15px;
  }
  .marginL10 {
    margin-left: 10px;
  }
  .marginL5 {
    margin-left: 5px;
  }
}
.marginT100 {
  margin-top: 100px;
}

.marginT80 {
  margin-top: 80px;
}

.marginT70 {
  margin-top: 70px;
}

.marginT60 {
  margin-top: 60px;
}

.marginT50 {
  margin-top: 50px;
}

.marginT40 {
  margin-top: 40px;
}

.marginT30 {
  margin-top: 30px;
}

.marginT25 {
  margin-top: 30px;
}

.marginT20 {
  margin-top: 20px;
}

.marginT15 {
  margin-top: 15px;
}

.marginT10 {
  margin-top: 10px;
}

.marginT5 {
  margin-top: 5px;
}

.marginT4 {
  margin-top: 4px;
}

.marginT3 {
  margin-top: 3px;
}

.marginT2 {
  margin-top: 2px;
}

.marginT1 {
  margin-top: 1px;
}

.marginB100 {
  margin-bottom: 100px;
}

.marginB50 {
  margin-bottom: 50px;
}

.marginB30 {
  margin-bottom: 30px;
}

.marginB20 {
  margin-bottom: 20px;
}

.marginB15 {
  margin-bottom: 15px;
}

.marginB10 {
  margin-bottom: 10px;
}

.marginB5 {
  margin-bottom: 5px;
}

.padding100 {
  padding: 100px;
}

.padding40 {
  padding: 40px;
}

.padding30 {
  padding: 30px;
}

.padding20 {
  padding: 20px;
}

.padding15 {
  padding: 15px;
}

.padding10 {
  padding: 10px;
}

.padding8 {
  padding: 8px;
}

.padding6 {
  padding: 6px;
}

.padding4 {
  padding: 4px;
}

.padding2 {
  padding: 2px;
}

.padding0 {
  padding: 0px;
}

/*回り込み*/
@media print, screen and (min-width: 768px) {
  .floatL {
    float: left;
  }
  .floatR {
    float: right;
  }
}
.textC {
  text-align: center;
}

.textL {
  text-align: left;
}

.textR {
  text-align: right;
}

.textM {
  vertical-align: middle;
}

.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.imageborder {
  border: solid 1px #ccc;
}

.imageborder2 {
  border: solid 2px #fff;
}

.boxborder {
  border: solid 1px #ccc;
}

.boxborder2 {
  border: solid 1px #0185d8;
}

.linedash {
  border-top: dashed 1px #ccc;
}

.spacer10 {
  width: 1px;
  height: 10px;
  padding: 0px;
  margin: 0px;
}

.spacer50 {
  width: 1px;
  height: 50px;
  padding: 0px;
  margin: 0px;
}

.spacer100 {
  width: 1px;
  height: 100px;
  padding: 0px;
  margin: 0px;
}

/*アイコン*/
[class^=topics_icon] {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 4px;
  margin-top: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
}

.topics_icon1 {
  background-color: #ed7600;
}

.topics_icon2 {
  background-color: #ed7600;
}

.topics_icon3 {
  background-color: #ea6171;
}

.topics_icon4 {
  background-color: #6fba2c;
}

.topics_icon5 {
  background-color: #ed7600;
}

.topics_icon6 {
  background-color: #a9579c;
}

.topics_icon7 {
  background-color: #0168b7;
}

.topics_icon8 {
  background-color: #199740;
}

.topics_icon9 {
  background-color: #179cc5;
}

[class^=icon_type] {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  background-color: #fff;
  padding: 1px 3px;
  margin-left: 8px;
  text-align: center;
}

.icon_type1 {
  color: #ed7600;
  border: solid 1px #ed7600;
}

.icon_type2 {
  color: #ed7600;
  border: solid 1px #ed7600;
}

.icon_type3 {
  color: #ea6171;
  border: solid 1px #ea6171;
}

.icon_type4 {
  color: #6fba2c;
  border: solid 1px #6fba2c;
}

.icon_type5 {
  color: #ed7600;
  border: solid 1px #ed7600;
}

.icon_type6 {
  color: #a9579c;
  border: solid 1px #a9579c;
}

.icon_type7 {
  color: #0168b7;
  border: solid 1px #0168b7;
}

.icon_type8 {
  color: #199740;
  border: solid 1px #199740;
}

.icon_type9 {
  color: #179cc5;
  border: solid 1px #179cc5;
}

.newicon {
  display: inline-block;
  vertical-align: middle;
  font-size: 50%;
  color: #fff;
  padding: 1px 4px 2px 4px;
  margin-left: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #e30750;
}

.pdficon {
  display: inline-block;
  vertical-align: middle;
  font-size: 50%;
  color: #fff;
  padding: 1px 4px 2px 4px;
  margin-left: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: red;
}

.icon_info {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  background-color: #94252a;
  padding: 1px 3px;
  margin-left: 8px;
  text-align: center;
  color: #fff;
  border: solid 1px #94252a;
}

.icon_pref {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  background-color: #009944;
  padding: 1px 3px;
  margin-left: 8px;
  text-align: center;
  color: #fff;
  border: solid 1px #009944;
}

.hissu {
  float: right;
  background-color: #f88a48;
  color: #fff;
  font-size: 10px;
  padding: 1px 4px 1px 3px;
  margin-left: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.hissu2 {
  background-color: #f88a48;
  color: #fff;
  font-size: 10px;
  padding: 1px 4px 1px 3px;
  margin-left: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.hissu3 {
  background-color: red;
  color: #fff;
  font-size: 12px;
  padding: 1px 4px 1px 3px;
  margin-right: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.hissu4 {
  background-color: red;
  color: #fff;
  font-size: 12px;
  padding: 1px 4px 1px 4px;
  margin-left: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.daimaru {
  background-color: #f88a48;
  color: #fff;
  font-size: 10px;
  padding: 1px 4px 1px 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.aomaru {
  background-color: #0094d5;
  color: #fff;
  font-size: 10px;
  padding: 1px 4px 1px 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.midomaru {
  background-color: #73bc44;
  color: #fff;
  font-size: 10px;
  padding: 1px 4px 1px 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.kadomaru {
  color: #fff;
  font-size: 80%;
  padding: 1px 4px 1px 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.kadomaru2 {
  color: #fff;
  padding: 1px 4px 1px 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.pdf {
  background-image: url(../images/pdf.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 10px 0px 10px 40px;
}

.pdfs {
  background-image: url(../images/pdf.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0px 0px 0px 20px;
}

.pdf2 {
  background-image: url(../images/pdf.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0px 20px 0px 0px;
}

.pdf3 {
  background-color: #e20000;
  color: #fff;
  font-size: 10px;
  padding: 1px 4px 1px 3px;
  margin-left: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.csvdown {
  float: right;
  text-align: center;
  background-color: #ff9900;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 1px 5px 1px 3px;
}

.csvdown a {
  color: #fff;
  text-align: center;
}

/*ボタン等フォーム関連*/
.submit {
  cursor: pointer;
  color: #fff;
  padding: 5px 10px 3px 10px;
  font-size: 12px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: center;
  background-color: #6f9a37;
  border: solid 1px #6f9a37;
  border-radius: 4px 4px 4px 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#82b440), to(#75a23a));
  background-image: linear-gradient(left, #82b440, #75a23a);
  background-clip: padding-box;
  -webkit-appearance: none;
}

.submit:hover {
  color: #ffff66;
  background-color: #376a9a;
  border: solid 1px #376a9a;
  background-image: -webkit-gradient(linear, left top, right top, from(#407cb4), to(#306aa1));
  background-image: linear-gradient(left, #407cb4, #306aa1);
}

.pagesubmit {
  cursor: pointer;
  color: #fff;
  padding: 5px 20px 3px 20px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: center;
  background-color: #6f9a37;
  border: solid 1px #6f9a37;
  border-radius: 4px 4px 4px 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#82b440), to(#75a23a));
  background-image: linear-gradient(left, #82b440, #75a23a);
  background-clip: padding-box;
  -webkit-appearance: none;
}

.pagesubmit:hover {
  color: #ffff66;
  background-color: #376a9a;
  border: solid 1px #376a9a;
  background-image: -webkit-gradient(linear, left top, right top, from(#407cb4), to(#306aa1));
  background-image: linear-gradient(left, #407cb4, #306aa1);
}

.tbl_submit1 {
  cursor: pointer;
  margin: 0px auto 0px auto;
  color: #fff;
  padding: 5px 4px 3px 4px;
  font-size: 12px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: center;
  background-color: #6f9a37;
  border: solid 1px #6f9a37;
  border-radius: 4px 4px 4px 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#82b440), to(#75a23a));
  background-image: linear-gradient(left, #82b440, #75a23a);
  background-clip: padding-box;
  -webkit-appearance: none;
}

.tbl_submit1:hover {
  color: #ffff66;
  background-color: #376a9a;
  border: solid 1px #376a9a;
  background-image: -webkit-gradient(linear, left top, right top, from(#407cb4), to(#306aa1));
  background-image: linear-gradient(left, #407cb4, #306aa1);
}

.tbl_nonsubmit1 {
  margin: 0px auto 0px auto;
  color: #fff;
  padding: 5px 4px 3px 4px;
  font-size: 12px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: center;
  background-color: #ccc;
  border: solid 1px #ddd;
  border-radius: 4px 4px 4px 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#eee), to(#ccc));
  background-image: linear-gradient(left, #eee, #ccc);
  background-clip: padding-box;
  -webkit-appearance: none;
}

.nextback_btn {
  font-size: 12px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: bold;
  padding: 3px 5px;
  background-color: #eee;
  border: 1px solid #ddd;
  margin: 0px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.nextback_btn:hover {
  background-color: #ccc;
  cursor: pointer;
}

.disabled {
  background-color: #eee;
  color: #999;
}

.disabled:hover {
  background-color: #eee;
  color: #999;
  cursor: default;
}

/* -インプット------------------------------------------------------------- */
#contents .sliderBtm {
  line-height: 1.4;
  margin: 0px !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  padding: 2px 1px;
  font-size: 12px;
  text-align: center;
  visibility: visible !important;
}

.mainbutton {
  border: #004ea2 2px outset;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fb), color-stop(50%, #f2f5fb), color-stop(51%, #dce4f4), to(#dce4f4));
  background: linear-gradient(to bottom, #f2f5fb 0%, #f2f5fb 50%, #dce4f4 51%, #dce4f4 100%);
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 10px auto 4px auto;
  padding: 8px 50px 8px 50px;
  color: #333;
  text-decoration: none;
}

.mainbutton:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
}

.text_input {
  border: #CCC 1px outset;
  margin: 0px 0px 4px 0px;
  padding: 2px 5px 2px 5px;
  text-align: left;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  border-radius: 2px;
}

.zenkaku {
  ime-mode: active;
}

.hankaku {
  ime-mode: inactive;
}

.eisuu_only {
  ime-mode: disabled;
}

.input_select {
  border: #CCC 1px outset;
  padding: 2px 5px 2px 5px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  border-radius: 2px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.frm_submit1 {
  cursor: pointer;
  color: #fff;
  padding: 6px 50px 5px 50px;
  font-size: 13px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: center;
  background-color: #6f9a37;
  border: solid 1px #6f9a37;
  border-radius: 4px 4px 4px 4px;
  -webkit-appearance: none;
}

.frm_submit1:hover {
  color: #ffff66;
  background-color: #376a9a;
  border: solid 1px #376a9a;
}

.top_submit {
  color: #fff;
  padding: 4px 4px 2px 4px;
  font-size: 12px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: center;
  background-color: #6f9a37;
  border: solid 1px #6f9a37;
  border-radius: 4px 4px 4px 4px;
  -webkit-appearance: none;
}

.top_submit:hover {
  cursor: pointer;
  color: #ffff66;
  background-color: #376a9a;
  border: solid 1px #376a9a;
}

.dis_submit {
  color: #999;
  padding: 4px 4px 2px 4px;
  font-size: 12px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: center;
  background-color: #ccc;
  border: solid 1px #ccc;
  border-radius: 4px 4px 4px 4px;
}

.back_submit {
  color: #fff;
  padding: 10px 4px 8px 4px;
  font-size: 12px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: center;
  background-color: #ee7701;
  border: solid 1px #ee7701;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-appearance: none;
}

.back_submit:hover {
  cursor: pointer;
  color: #ffff66;
  background-color: #6f9a37;
  border: solid 1px #6f9a37;
}

/* -画像の拡大------------------------------------------------------------- */
.scale {
  overflow: visible;
}

.scale img {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.scale img:hover {
  border: solid 2px #fff;
  -webkit-box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}

/* -goole map------------------------------------------------------------- */
#gmap {
  margin: 10px auto;
  width: 95%;
  height: 400px;
}

/* -画像オンマウス------------------------------------------------------------- */
.fade {
  display: block;
}

.fade:hover {
  opacity: 0.7;
}

/* -grid------------------------------------------------------------- */
.clearfix::after,
.lo-g::after {
  display: block;
  content: "";
  clear: both;
}

.lo-g {
  position: relative;
  letter-spacing: -0.8em;
  text-rendering: optimizespeed;
}

.lo-solid {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.lo-pad-5 {
  margin: 0 -5px;
}

.lo-pad-5 [class^=lo-cell] {
  padding: 0 5px;
}

.lo-pad-10 {
  margin: 0 -10px;
}

.lo-pad-10 [class^=lo-cell] {
  padding: 0 10px;
}

.lo-pad-15 {
  margin: 0 -15px;
}

.lo-pad-15 [class^=lo-cell] {
  padding: 0 15px;
}

.lo-pad-20 {
  margin: 0 -20px;
}

.lo-pad-20 [class^=lo-cell] {
  padding: 0 20px;
}

[class^=lo-cell] {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  word-spacing: normal;
  text-rendering: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  zoom: 1;
  width: 100%;
}

.lo-cell-1-24 {
  width: 4.1667%;
}

.lo-cell-1-12,
.lo-cell-2-24 {
  width: 8.3333%;
}

.lo-cell-1-8,
.lo-cell-3-24 {
  width: 12.5%;
}

.lo-cell-1-6,
.lo-cell-2-12,
.lo-cell-4-24 {
  width: 16.6667%;
}

.lo-cell-1-5 {
  width: 20%;
}

.lo-cell-5-24 {
  width: 20.8333%;
}

.lo-cell-1-4,
.lo-cell-3-12,
.lo-cell-6-24 {
  width: 25%;
}

.lo-cell-7-24 {
  width: 29.1667%;
}

.lo-cell-1-3,
.lo-cell-4-12,
.lo-cell-8-24 {
  width: 33.3333%;
}

.lo-cell-3-8,
.lo-cell-9-24 {
  width: 37.5%;
}

.lo-cell-2-5 {
  width: 40%;
}

.lo-cell-5-12,
.lo-cell-10-24 {
  width: 41.6667%;
}

.lo-cell-11-24 {
  width: 45.8333%;
}

.lo-cell-1-2,
.lo-cell-2-4,
.lo-cell-6-12,
.lo-cell-12-24 {
  width: 50%;
}

.lo-cell-13-24 {
  width: 54.1667%;
}

.lo-cell-7-12,
.lo-cell-14-24 {
  width: 58.3333%;
}

.lo-cell-3-5 {
  width: 60%;
}

.lo-cell-5-8,
.lo-cell-15-24 {
  width: 62.5%;
}

.lo-cell-2-3,
.lo-cell-8-12,
.lo-cell-16-24 {
  width: 66.6667%;
}

.lo-cell-17-24 {
  width: 70.8333%;
}

.lo-cell-3-4,
.lo-cell-9-12,
.lo-cell-18-24 {
  width: 75%;
}

.lo-cell-19-24 {
  width: 79.1667%;
}

.lo-cell-4-5 {
  width: 80%;
}

.lo-cell-5-6,
.lo-cell-10-12,
.lo-cell-20-24 {
  width: 83.3333%;
}

.lo-cell-7-8,
.lo-cell-21-24 {
  width: 87.5%;
}

.lo-cell-11-12,
.lo-cell-22-24 {
  width: 91.6667%;
}

.lo-cell-23-24 {
  width: 95.8333%;
}

.lo-cell-1,
.lo-cell-1-1,
.lo-cell-5-5,
.lo-cell-24-24 {
  width: 100%;
}

@media screen and (min-width: 554px) {
  .lo-cell-sm-1-24 {
    width: 4.1667%;
  }
  .lo-cell-sm-1-12,
  .lo-cell-sm-2-24 {
    width: 8.3333%;
  }
  .lo-cell-sm-1-8,
  .lo-cell-sm-3-24 {
    width: 12.5%;
  }
  .lo-cell-sm-1-6,
  .lo-cell-sm-2-12,
  .lo-cell-sm-4-24 {
    width: 16.6667%;
  }
  .lo-cell-sm-1-5 {
    width: 20%;
  }
  .lo-cell-sm-5-24 {
    width: 20.8333%;
  }
  .lo-cell-sm-1-4,
  .lo-cell-sm-3-12,
  .lo-cell-sm-6-24 {
    width: 25%;
  }
  .lo-cell-sm-7-24 {
    width: 29.1667%;
  }
  .lo-cell-sm-1-3,
  .lo-cell-sm-4-12,
  .lo-cell-sm-8-24 {
    width: 33.3333%;
  }
  .lo-cell-sm-3-8,
  .lo-cell-sm-9-24 {
    width: 37.5%;
  }
  .lo-cell-sm-2-5 {
    width: 40%;
  }
  .lo-cell-sm-5-12,
  .lo-cell-sm-10-24 {
    width: 41.6667%;
  }
  .lo-cell-sm-11-24 {
    width: 45.8333%;
  }
  .lo-cell-sm-1-2,
  .lo-cell-sm-2-4,
  .lo-cell-sm-6-12,
  .lo-cell-sm-12-24 {
    width: 50%;
  }
  .lo-cell-sm-13-24 {
    width: 54.1667%;
  }
  .lo-cell-sm-7-12,
  .lo-cell-sm-14-24 {
    width: 58.3333%;
  }
  .lo-cell-sm-3-5 {
    width: 60%;
  }
  .lo-cell-sm-5-8,
  .lo-cell-sm-15-24 {
    width: 62.5%;
  }
  .lo-cell-sm-2-3,
  .lo-cell-sm-8-12,
  .lo-cell-sm-16-24 {
    width: 66.6667%;
  }
  .lo-cell-sm-17-24 {
    width: 70.8333%;
  }
  .lo-cell-sm-3-4,
  .lo-cell-sm-9-12,
  .lo-cell-sm-18-24 {
    width: 75%;
  }
  .lo-cell-sm-19-24 {
    width: 79.1667%;
  }
  .lo-cell-sm-4-5 {
    width: 80%;
  }
  .lo-cell-sm-5-6,
  .lo-cell-sm-10-12,
  .lo-cell-sm-20-24 {
    width: 83.3333%;
  }
  .lo-cell-sm-7-8,
  .lo-cell-sm-21-24 {
    width: 87.5%;
  }
  .lo-cell-sm-11-12,
  .lo-cell-sm-22-24 {
    width: 91.6667%;
  }
  .lo-cell-sm-23-24 {
    width: 95.8333%;
  }
  .lo-cell-sm-1,
  .lo-cell-sm-1-1,
  .lo-cell-sm-5-5,
  .lo-cell-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .lo-cell-md-1-24 {
    width: 4.1667%;
  }
  .lo-cell-md-1-12,
  .lo-cell-md-2-24 {
    width: 8.3333%;
  }
  .lo-cell-md-1-8,
  .lo-cell-md-3-24 {
    width: 12.5%;
  }
  .lo-cell-md-1-6,
  .lo-cell-md-2-12,
  .lo-cell-md-4-24 {
    width: 16.6667%;
  }
  .lo-cell-md-1-5 {
    width: 20%;
  }
  .lo-cell-md-5-24 {
    width: 20.8333%;
  }
  .lo-cell-md-1-4,
  .lo-cell-md-3-12,
  .lo-cell-md-6-24 {
    width: 25%;
  }
  .lo-cell-md-7-24 {
    width: 29.1667%;
  }
  .lo-cell-md-1-3,
  .lo-cell-md-4-12,
  .lo-cell-md-8-24 {
    width: 33.3333%;
  }
  .lo-cell-md-3-8,
  .lo-cell-md-9-24 {
    width: 37.5%;
  }
  .lo-cell-md-2-5 {
    width: 40%;
  }
  .lo-cell-md-5-12,
  .lo-cell-md-10-24 {
    width: 41.6667%;
  }
  .lo-cell-md-11-24 {
    width: 45.8333%;
  }
  .lo-cell-md-1-2,
  .lo-cell-md-2-4,
  .lo-cell-md-6-12,
  .lo-cell-md-12-24 {
    width: 50%;
  }
  .lo-cell-md-13-24 {
    width: 54.1667%;
  }
  .lo-cell-md-7-12,
  .lo-cell-md-14-24 {
    width: 58.3333%;
  }
  .lo-cell-md-3-5 {
    width: 60%;
  }
  .lo-cell-md-5-8,
  .lo-cell-md-15-24 {
    width: 62.5%;
  }
  .lo-cell-md-2-3,
  .lo-cell-md-8-12,
  .lo-cell-md-16-24 {
    width: 66.6667%;
  }
  .lo-cell-md-17-24 {
    width: 70.8333%;
  }
  .lo-cell-md-3-4,
  .lo-cell-md-9-12,
  .lo-cell-md-18-24 {
    width: 75%;
  }
  .lo-cell-md-19-24 {
    width: 79.1667%;
  }
  .lo-cell-md-4-5 {
    width: 80%;
  }
  .lo-cell-md-5-6,
  .lo-cell-md-10-12,
  .lo-cell-md-20-24 {
    width: 83.3333%;
  }
  .lo-cell-md-7-8,
  .lo-cell-md-21-24 {
    width: 87.5%;
  }
  .lo-cell-md-11-12,
  .lo-cell-md-22-24 {
    width: 91.6667%;
  }
  .lo-cell-md-23-24 {
    width: 95.8333%;
  }
  .lo-cell-md-1,
  .lo-cell-md-1-1,
  .lo-cell-md-5-5,
  .lo-cell-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 992px), print {
  .lo-cell-lg-1-24 {
    width: 4.1667%;
  }
  .lo-cell-lg-1-12,
  .lo-cell-lg-2-24 {
    width: 8.3333%;
  }
  .lo-cell-lg-1-8,
  .lo-cell-lg-3-24 {
    width: 12.5%;
  }
  .lo-cell-lg-1-6,
  .lo-cell-lg-2-12,
  .lo-cell-lg-4-24 {
    width: 16.6667%;
  }
  .lo-cell-lg-1-5 {
    width: 20%;
  }
  .lo-cell-lg-5-24 {
    width: 20.8333%;
  }
  .lo-cell-lg-1-4,
  .lo-cell-lg-3-12,
  .lo-cell-lg-6-24 {
    width: 25%;
  }
  .lo-cell-lg-7-24 {
    width: 29.1667%;
  }
  .lo-cell-lg-1-3,
  .lo-cell-lg-4-12,
  .lo-cell-lg-8-24 {
    width: 33.3333%;
  }
  .lo-cell-lg-3-8,
  .lo-cell-lg-9-24 {
    width: 37.5%;
  }
  .lo-cell-lg-2-5 {
    width: 40%;
  }
  .lo-cell-lg-5-12,
  .lo-cell-lg-10-24 {
    width: 41.6667%;
  }
  .lo-cell-lg-11-24 {
    width: 45.8333%;
  }
  .lo-cell-lg-1-2,
  .lo-cell-lg-2-4,
  .lo-cell-lg-6-12,
  .lo-cell-lg-12-24 {
    width: 50%;
  }
  .lo-cell-lg-13-24 {
    width: 54.1667%;
  }
  .lo-cell-lg-7-12,
  .lo-cell-lg-14-24 {
    width: 58.3333%;
  }
  .lo-cell-lg-3-5 {
    width: 60%;
  }
  .lo-cell-lg-5-8,
  .lo-cell-lg-15-24 {
    width: 62.5%;
  }
  .lo-cell-lg-2-3,
  .lo-cell-lg-8-12,
  .lo-cell-lg-16-24 {
    width: 66.6667%;
  }
  .lo-cell-lg-17-24 {
    width: 70.8333%;
  }
  .lo-cell-lg-3-4,
  .lo-cell-lg-9-12,
  .lo-cell-lg-18-24 {
    width: 75%;
  }
  .lo-cell-lg-19-24 {
    width: 79.1667%;
  }
  .lo-cell-lg-4-5 {
    width: 80%;
  }
  .lo-cell-lg-5-6,
  .lo-cell-lg-10-12,
  .lo-cell-lg-20-24 {
    width: 83.3333%;
  }
  .lo-cell-lg-7-8,
  .lo-cell-lg-21-24 {
    width: 87.5%;
  }
  .lo-cell-lg-11-12,
  .lo-cell-lg-22-24 {
    width: 91.6667%;
  }
  .lo-cell-lg-23-24 {
    width: 95.8333%;
  }
  .lo-cell-lg-1,
  .lo-cell-lg-1-1,
  .lo-cell-lg-5-5,
  .lo-cell-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px), print {
  .lo-cell-xl-1-24 {
    width: 4.1667%;
  }
  .lo-cell-xl-1-12,
  .lo-cell-xl-2-24 {
    width: 8.3333%;
  }
  .lo-cell-xl-1-8,
  .lo-cell-xl-3-24 {
    width: 12.5%;
  }
  .lo-cell-xl-1-6,
  .lo-cell-xl-2-12,
  .lo-cell-xl-4-24 {
    width: 16.6667%;
  }
  .lo-cell-xl-1-5 {
    width: 20%;
  }
  .lo-cell-xl-5-24 {
    width: 20.8333%;
  }
  .lo-cell-xl-1-4,
  .lo-cell-xl-3-12,
  .lo-cell-xl-6-24 {
    width: 25%;
  }
  .lo-cell-xl-7-24 {
    width: 29.1667%;
  }
  .lo-cell-xl-1-3,
  .lo-cell-xl-4-12,
  .lo-cell-xl-8-24 {
    width: 33.3333%;
  }
  .lo-cell-xl-3-8,
  .lo-cell-xl-9-24 {
    width: 37.5%;
  }
  .lo-cell-xl-2-5 {
    width: 40%;
  }
  .lo-cell-xl-5-12,
  .lo-cell-xl-10-24 {
    width: 41.6667%;
  }
  .lo-cell-xl-11-24 {
    width: 45.8333%;
  }
  .lo-cell-xl-1-2,
  .lo-cell-xl-2-4,
  .lo-cell-xl-6-12,
  .lo-cell-xl-12-24 {
    width: 50%;
  }
  .lo-cell-xl-13-24 {
    width: 54.1667%;
  }
  .lo-cell-xl-7-12,
  .lo-cell-xl-14-24 {
    width: 58.3333%;
  }
  .lo-cell-xl-3-5 {
    width: 60%;
  }
  .lo-cell-xl-5-8,
  .lo-cell-xl-15-24 {
    width: 62.5%;
  }
  .lo-cell-xl-2-3,
  .lo-cell-xl-8-12,
  .lo-cell-xl-16-24 {
    width: 66.6667%;
  }
  .lo-cell-xl-17-24 {
    width: 70.8333%;
  }
  .lo-cell-xl-3-4,
  .lo-cell-xl-9-12,
  .lo-cell-xl-18-24 {
    width: 75%;
  }
  .lo-cell-xl-19-24 {
    width: 79.1667%;
  }
  .lo-cell-xl-4-5 {
    width: 80%;
  }
  .lo-cell-xl-5-6,
  .lo-cell-xl-10-12,
  .lo-cell-xl-20-24 {
    width: 83.3333%;
  }
  .lo-cell-xl-7-8,
  .lo-cell-xl-21-24 {
    width: 87.5%;
  }
  .lo-cell-xl-11-12,
  .lo-cell-xl-22-24 {
    width: 91.6667%;
  }
  .lo-cell-xl-23-24 {
    width: 95.8333%;
  }
  .lo-cell-xl-1,
  .lo-cell-xl-1-1,
  .lo-cell-xl-5-5,
  .lo-cell-xl-24-24 {
    width: 100%;
  }
}
/* =======================
Project Setting

* 想定されるwebサイトの幅
PC-width 1180px
  - mainエリア 960px
  - sideエリア 220px
SP-width 768px

* ベースカラー
  コーポレートベース1:#005377
  コーポレートベース2:#006E9B
  コーポレートベース3:#0098D6
  ボーダーカラー1 #D3D3D4

========================== */
/* ++++++++++++++++++++ BASE ++++++++++++++++++++ */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "IBM Plex Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 18px;
  min-width: 1200px;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #0081CC;
  text-decoration: none;
}
a:hover {
  color: #0097D6;
}
a:active, a:focus {
  outline: 0;
}

img {
  vertical-align: bottom;
}

tr,
th,
td {
  font-weight: normal;
}

[id=NowLoading] * {
  -webkit-transition: none !important;
  transition: none !important;
}

.pc_none {
  display: none !important;
}

/* ++++++++++++++++++++ LAYOUT ++++++++++++++++++++ */
.lo_solid {
  display: block;
  width: 1180px;
  margin: 0 auto;
}

.lo_fluid {
  display: block;
  margin: 0 auto;
}

.lo_solid_half {
  width: 50%;
}

.lo_right {
  float: right;
}

.lo_left {
  float: left;
}

.space60 {
  margin: 0 -30px;
}
.space60 .lo_solid_half {
  padding: 0 30px;
}

.lo_wrap {
  position: relative;
}

.lo_mainarea {
  float: left;
  width: 960px;
  margin-left: 220px;
}
.lo_mainarea p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.lo_mainarea_wide {
  width: 100%;
  padding: 50px 0 0 0;
  margin-bottom: 100px;
}

.lo_ma_pad {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 0 50px;
}

.lo_sidearea {
  float: left;
  width: 220px;
  margin-left: -1180px;
}

/* clearfix */
.clearfix::before, .clearfix::after,
.lo_solid::before,
.lo_solid::after,
.lo_wrap::before,
.lo_wrap::after {
  display: block;
  clear: both;
  content: "";
}

/* ++++++++++++++++++++ MODULE ++++++++++++++++++++ */
/* === 見出し === */
[class^=hl_type] {
  position: relative;
}

.hl_type01 {
  font-size: 26px;
  height: 100px;
  background-color: #006E9B;
  color: white;
  margin: 0;
}
.hl_type01.subcolor {
  background-color: #005377;
}
.hl_type01 .title,
.hl_type01 .cate {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
}
.hl_type01 .title {
  text-align: left;
  padding-left: 50px;
}
.hl_type01 .cate {
  text-align: center;
  font-size: 18px;
}

.hl_type02 {
  padding: 0 20px;
  border-left: solid 6px #0097D6;
  font-size: 24px;
  margin: 60px 0;
}
.lo_ma_pad .hl_type02:first-child {
  margin-top: 0;
}

.hl_type03 {
  padding: 4px 26px 8px;
  border-bottom: solid 1px #103766;
  font-size: 20px;
  margin: 50px 0 40px;
}
.hl_type03::after {
  position: absolute;
  content: "";
  left: 5px;
  bottom: 1px;
  background-color: #0098D6;
  width: 5px;
  height: 100%;
}
.hl_type03::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 1px;
  background-color: #103766;
  width: 5px;
  height: 100%;
}
.lo_ma_pad .hl_type03:first-child {
  margin-top: 0;
}
.hl_type03 .sub {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 35px;
  vertical-align: text-bottom;
}
.hl_type03 .sub::before, .hl_type03 .sub::after {
  position: absolute;
  content: "";
  width: 15px;
  border: solid 1px #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hl_type03 .sub::before {
  left: -20px;
}
.hl_type03 .sub::after {
  right: -20px;
}

.hl_type04 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: normal;
  color: #103766;
}

.hl_type05 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #005377;
}

.hl_type06 {
  margin: 20px;
  font-size: 18px;
  color: #444444;
}

/* === ヘッダー === */
[id=header] {
  border-bottom: solid 1px #D3D3D4;
}

.hd_title {
  position: relative;
  height: 80px;
  margin-top: 10px;
}
.hd_title h1 {
  margin: 0;
}

.hd_title .hd_logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hd_title .hd_logo a {
  display: block;
  width: 150px;
  margin-left: -15px;
}
.hd_title .hd_logo img {
  width: 100%;
  height: auto;
}
.hd_title .hd_searchbox {
  position: absolute;
  width: 300px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hd_menu {
  margin-top: 20px;
}
.hd_menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  font-size: 0;
}
.hd_menu > ul > li {
  position: relative;
  display: inline-block;
  width: 16.66%;
  font-size: 18px;
  text-align: center;
}
.hd_menu > ul > li > a {
  position: relative;
  display: block;
  color: #444;
  text-decoration: none;
  padding: 10px;
  border-right: solid 1px #D3D3D4;
}
.hd_menu > ul > li:first-child a {
  border-left: solid 1px #D3D3D4;
}
.hd_menu > ul > li.active > a::after,
.hd_menu > ul > li > a::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 4px;
  width: 0%;
  background: #E83817;
}
.hd_menu > ul > li.active > a::after,
.hd_menu > ul > li > a:hover::after {
  width: 85%;
  background: #E83817;
}
.hd_menu .hd_menu_sub {
  display: none;
  position: absolute;
  width: 100%;
  font-size: 14px;
  background-color: white;
  z-index: 99;
  border-top: solid 1px #D3D3D4;
}
.hd_menu .hd_menu_sub > li > a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  display: block;
  color: #444;
  padding: 10px 20px 10px 10px;
  text-align: left;
  border-bottom: solid 1px #D3D3D4;
  background-color: #F0FAFF;
}
.hd_menu .hd_menu_sub > li > a:hover {
  background-color: #B2D0E0;
}
.hd_menu .hd_menu_sub > li > a::after {
  position: absolute;
  content: "＞";
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0.4);
      -ms-transform: translateY(-50%) scaleX(0.4);
          transform: translateY(-50%) scaleX(0.4);
}
.hd_menu .hd_menu_sub > li.wide_menu {
  background-color: #F0FAFF;
  width: 200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: -0.83em;
  text-align: left;
}
.hd_menu .hd_menu_sub > li.wide_menu > li {
  letter-spacing: normal;
  width: 50%;
  display: inline-block;
}
.hd_menu .hd_menu_sub > li.wide_menu > li:nth-child(odd) {
  border-right: solid 1px #D3D3D4;
}

[id=breadChumbs] {
  margin: 20px 0 10px;
  font-size: 14px;
}
[id=breadChumbs] a {
  color: #333;
}

/* === フッター === */
[id=footer] {
  margin-top: 100px;
}

.pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.pageTop a {
  display: none;
  opacity: 0.8;
}
.pageTop a:hover {
  opacity: 0.5;
}

.ft_sitelink {
  background: #005377;
  letter-spacing: -0.8em;
  padding: 40px 0;
}
.ft_sitelink .lo_solid {
  position: relative;
  padding-right: 80px;
}
.ft_sitelink ul {
  display: inline-block;
  letter-spacing: normal;
  width: 20%;
  vertical-align: top;
  background: #005377;
  padding: 0;
  margin: 0;
  margin-right: 20px;
}
.ft_sitelink ul:nth-of-type(n+2) {
  padding-left: 20px;
}
.ft_sitelink ul:last-of-type {
  margin-right: -80px;
}
.ft_sitelink ul::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 96%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
}
.ft_sitelink ul:nth-of-type(1)::after {
  left: 230px;
}
.ft_sitelink ul:nth-of-type(2)::after {
  left: 470px;
}
.ft_sitelink ul:nth-of-type(3)::after {
  left: 710px;
}
.ft_sitelink ul:nth-of-type(4)::after {
  left: 950px;
}
.ft_sitelink ul:nth-of-type(5)::after {
  display: none;
}
.ft_sitelink li {
  margin-bottom: 6px;
}
.ft_sitelink li:last-child {
  margin-bottom: 0;
}
.ft_sitelink li,
.ft_sitelink li a {
  position: relative;
  color: white;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.ft_sitelink li a {
  margin: 0 10px;
  padding-right: 1em;
}
.ft_sitelink li a::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0.5);
      -ms-transform: translateY(-50%) scaleX(0.5);
          transform: translateY(-50%) scaleX(0.5);
  content: ">";
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}
.ft_sitelink .bold,
.ft_sitelink .bold a {
  font-weight: bold;
  margin-left: 0;
}
.ft_sitelink .other li {
  margin-bottom: 10px;
}
.ft_sitelink .ft_sublink {
  display: block;
  width: 100%;
  margin-top: 6px;
}
.ft_sitelink .ft_sublink::after {
  display: none;
}
.ft_sitelink .ft_sublink li {
  display: block;
  margin-bottom: 6px;
  padding-left: 1em;
}
.ft_sitelink .ft_sublink li,
.ft_sitelink .ft_sublink li a {
  font-weight: normal;
}

.ft_inner {
  padding: 50px 0 30px;
  letter-spacing: -0.8em;
}
.ft_inner .ft_link,
.ft_inner .copy,
.ft_inner .address {
  letter-spacing: normal;
}
.ft_inner .ft_link {
  text-align: right;
}
.ft_inner .ft_link ul {
  margin: 0;
  padding: 0;
  margin-left: auto;
}
.ft_inner .ft_link li {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #333;
  line-height: 1em;
}
.ft_inner .ft_link li a {
  color: #333;
}
.ft_inner .ft_link li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.ft_inner .ft_logo {
  display: inline-block;
  vertical-align: bottom;
  width: 280px;
  height: auto;
  margin: 0;
}
.ft_inner .ft_logo a {
  display: block;
}
.ft_inner img {
  display: block;
  width: 100%;
  height: auto;
}
.ft_inner .address {
  display: inline-block;
  width: calc(60% - 300px);
  vertical-align: bottom;
  font-size: 14px;
  margin: 0 0 12px;
  padding-left: 10px;
}
.ft_inner .siteseal {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: right;
  vertical-align: bottom;
  margin-top: 30px;
  padding-top: 30px;
}
.ft_inner .siteseal img {
  width: 130px;
  height: auto;
  margin-right: 0 !important;
  margin-left: auto !important;
}
.ft_inner .siteseal::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #D3D3D4;
}
.ft_inner .copy {
  display: inline-block;
  width: 40%;
  text-align: right;
  font-size: 10px;
  margin: 0 0 12px;
}

/* === ニュースリリース === */
.sys_news ul {
  padding: 0;
  margin: 0;
  list-style: none;
  letter-spacing: -0.8em;
}
.sys_news .date,
.sys_news .tag,
.sys_news .title {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.sys_news .item {
  padding: 0 10px 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #d3d3d4;
}
.sys_news .date {
  color: #4C4949;
  margin-right: 10px;
  font-size: 14px;
}
.sys_news .title {
  width: 100%;
  font-size: 16px;
  margin-top: 5px;
}
.sys_news .title a {
  display: inline;
}

.sys_news .tag,
.in .tag {
  width: 100px;
  text-align: center;
  letter-spacing: 1px;
  padding: 2px 6px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  border: solid 1px;
  border-radius: 4px;
  /*! - タグカラー - */
}
.sys_news .tag.cl1,
.in .tag.cl1 {
  color: #103766;
}
.sys_news .tag.cl2,
.in .tag.cl2 {
  color: #E83417;
}
.sys_news .tag.cl3,
.in .tag.cl3 {
  color: #0098D6;
}
.sys_news .tag.cl4,
.in .tag.cl4 {
  color: #103766;
}
.sys_news .tag.cl5,
.in .tag.cl5 {
  color: #7D7D7D;
}
.sys_news .tag.cl6,
.in .tag.cl6 {
  background-color: #F2571D;
}
.sys_news .tag.cl7,
.in .tag.cl7 {
  background-color: #1C5FAC;
}

.sys_groupinfo .tag {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

/* === コンテンツ === */
.linkbtn.lb_left {
  text-align: left;
}
.linkbtn.lb_right {
  text-align: right;
}
.linkbtn.lb_center {
  text-align: center;
}
.linkbtn a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: inline-block;
  padding: 6px 40px;
  border: solid 1px #0f3666;
  color: #0f3666;
}
.linkbtn a::after {
  position: absolute;
  content: "＞";
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0.4);
      -ms-transform: translateY(-50%) scaleX(0.4);
          transform: translateY(-50%) scaleX(0.4);
}
.linkbtn a:hover {
  background-color: #0f3666;
  color: white;
}
.linkbtn.lb_prev {
  border-top: solid 1px;
  padding-top: 20px;
  margin: 40px 0;
}
.linkbtn.lb_prev a::after {
  content: "＜";
  right: inherit;
  left: 4px;
}
.linkbtn.lb_blank a::after {
  position: absolute;
  content: url(../img/linkblank.png);
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(1);
      -ms-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
}

.linkblank {
  font-style: normal;
  display: inline-block;
  white-space: nowrap;
}
.linkblank::after {
  content: url(../img/linkblank.png);
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.mailblank {
  display: inline-block;
  white-space: nowrap;
}
.mailblank::after {
  content: url(../img/mailblank.png);
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.side_navi ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.side_navi ul a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  color: #444;
}
.side_navi ul a.mid {
  font-size: 16px;
  padding: 11px 20px 11px 10px;
}
.side_navi ul ul {
  border-top: solid 1px #D3D3D4;
  background-color: #F3F4F4;
}
.side_navi ul ul > li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  border-top: solid 1px white;
  padding: 5px 10px;
  font-size: 16px;
}
.side_navi > ul {
  border-bottom: solid 1px #D3D3D4;
}
.side_navi > ul > li {
  border-top: solid 1px #D3D3D4;
}
.side_navi > ul > li:first-child {
  border-top: none;
}
.side_navi > ul > li > a::after {
  position: absolute;
  content: "＞";
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0.4);
      -ms-transform: translateY(-50%) scaleX(0.4);
          transform: translateY(-50%) scaleX(0.4);
  color: #005377;
}
.side_navi .opened li a {
  background-color: #ddd;
}
.side_navi .opened li a:hover {
  background-color: #ccc;
}
.side_navi .opened li:first-child a {
  border: none;
}
.side_navi .opened > a::after {
  -webkit-transform: translateY(-50%) scaleY(0.4) rotate(90deg);
      -ms-transform: translateY(-50%) scaleY(0.4) rotate(90deg);
          transform: translateY(-50%) scaleY(0.4) rotate(90deg);
  color: #005377;
}

/* 【スライダー】グループ会社 */
.group_slider .cells {
  padding: 0 11px;
}
.group_slider .cells img {
  width: 100%;
  height: auto;
}

.slick-prev {
  height: 60px;
  left: -20px;
  z-index: 90;
}
.slick-prev::before {
  content: url(../img/arrow_slide_l.png);
  opacity: 0.4;
}

.slick-next {
  height: 60px;
  right: -20px;
  z-index: 90;
}
.slick-next::before {
  content: url(../img/arrow_slide_r.png);
  opacity: 0.4;
}

/*! テーブル関係 */
.simple_table {
  width: 100%;
  border-collapse: collapse;
}
.simple_table th {
  vertical-align: top;
  background-color: #F3F4F4;
  text-align: left;
}
.simple_table th,
.simple_table td {
  padding: 10px 20px;
  border: solid 1px #D3D3D4;
}
.simple_table.small th {
  width: 160px;
}

.stripe_table {
  border-collapse: collapse;
}
.stripe_table tr {
  background-color: #F6F7F7;
  border-bottom: solid 1px white;
}
.stripe_table tr:last-child {
  border: none;
}
.stripe_table tr:nth-of-type(even) {
  background-color: #EEEFEF;
}
.stripe_table th {
  text-align: left;
}
.stripe_table th,
.stripe_table td {
  padding: 8px 12px;
}

/* CSR方針 */
.heading_dl {
  display: block;
  margin: 40px auto;
  padding: 0 20px;
}
.heading_dl dt {
  font-size: 26px;
  margin-top: 0.5em;
  color: #005377;
}
.heading_dl dd {
  padding-left: 1em;
}

.csr-img {
  margin-top: 20px;
}
.csr-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.csr-txt {
  font-size: 14px;
  margin-top: 10px;
}

.csr-other {
  margin-bottom: 80px;
}
.csr-other ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  width: 100%;
}
.csr-other li {
  width: 33.33%;
  font-size: 14px;
  padding: 0 1em;
  text-indent: -1em;
}
.csr-other li:nth-of-type(n+4) {
  margin-top: 10px;
}

.sdgs-icons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.sdgs-icons li {
  width: 90px;
  margin: 5px;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sdgs-icons li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sdgs-icons li:hover {
  z-index: 99;
  -webkit-transform: scale(2, 2);
      -ms-transform: scale(2, 2);
          transform: scale(2, 2);
}

.group-rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 40px;
  margin: 40px 0 0;
}
.group-rules_box {
  position: relative;
  width: 50%;
  height: 260px;
  padding: 60px;
  color: white;
  background-color: #D3D3D4;
  border-radius: 30px;
  margin-right: 40px;
}
.group-rules_box:nth-of-type(2n) {
  margin-right: -40px;
}
.group-rules_box:nth-of-type(n+3) {
  margin-top: 40px;
}
.group-rules_box:hover .body {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.group-rules_box.blue {
  background-color: #293462;
}
.group-rules_box.red {
  background-color: #ff585d;
}
.group-rules_box.yellow {
  background-color: #ffb549;
}
.group-rules_box.green {
  background-color: #41b6e6;
}
.group-rules .head {
  position: absolute;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
.group-rules .head span {
  position: relative;
}
.group-rules .head span::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -24px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: white transparent transparent transparent;
  -webkit-animation-name: roop-allow;
          animation-name: roop-allow;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.group-rules .body {
  margin: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #005377;
  padding: 60px;
  border-radius: 30px;
  z-index: 99;
  opacity: 0;
}

@-webkit-keyframes roop-allow {
  0% {
    bottom: -24px;
  }
  100% {
    bottom: -30px;
  }
}

@keyframes roop-allow {
  0% {
    bottom: -24px;
  }
  100% {
    bottom: -30px;
  }
}
.circle-counter {
  counter-reset: mine-count;
  list-style: none;
  padding: 0;
  margin: 40px auto;
}
.circle-counter > li {
  position: relative;
  padding-left: 1.8em;
}
.circle-counter > li:nth-of-type(n+2) {
  margin-top: 16px;
}
.circle-counter > li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: counter(mine-count);
  counter-increment: mine-count;
  background-color: white;
  border: solid 1px #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.2em;
  width: 1.2em;
  line-height: 1em;
  border-radius: 50%;
  font-size: 16px;
}

.dot-counter {
  counter-reset: mine-count;
  list-style: none;
  padding: 0;
  margin: 40px auto;
}
.dot-counter > li::before {
  top: 0.1em;
  font-size: 20px;
  content: counter(mine-count) ".";
  border: none;
}

.nostyle-list {
  list-style: none;
  margin: 20px auto 40px;
}

.update-txt {
  margin: 60px auto;
  text-align: right;
}

.stretch-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.flavortext {
  margin: 20px auto;
  padding: 0 20px;
  text-align: justify;
}
.flavortext-large {
  font-size: 1.15rem;
}

.signboard-txt {
  border: solid 1px;
  padding: 30px 40px;
  margin: 40px;
  color: #005377;
  background-color: #fcfcff;
  text-align: justify;
}
.signboard-txt_head {
  text-align: center;
  color: #005377;
  margin: 0 0 30px;
}

@media print {
  html,
  body {
    -webkit-print-color-adjust: exact;
    top: 0 !important;
    left: 0 !important;
  }
  html,
  body {
    zoom: 0.9;
  }
}
.bordered-img {
  border: solid 1px #D3D3D4;
}

@keyframes roop-allow {
  0% {
    bottom: -24px;
  }
  100% {
    bottom: -30px;
  }
}