@charset "utf-8";

/* =============================================================

    Module Setting

============================================================= */


/*  Text
-------------------------- */

/* -- Text Size -- */

/* X Small */
.txt-xs {
  font-size: .7em;
  line-height: 1;
}

/* Small */
.txt-sm {
  font-size: .85em;
}

/* Normal */
.txt-nm {
  font-size: .95em;
}

/* Default */
.txt-df {
  font-size: 1em;
}

/* X Normal */
.txt-xn {
  font-size: 1.1em;
}

/* Middle */
.txt-md {
  font-size: 1.25em;
}

/* X Middle */
.txt-xm {
  font-size: 1.35em;
}

/* Large */
.txt-lg {
  font-size: 1.5em;
}

/* X Large */
.txt-xl {
  font-size: 1.7em;
}

/* -- Text Weight -- */

.txt-bold-sp {
  font-weight: normal;
}

/* -- Text Font -- */

/*.txt-mincho {
  font-family: Noto Sans JP, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/

/*.txt-gothic {
  font-family: Noto Sans JP, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/

/*.txt-gothic2 {
  font-family: Noto Sans JP, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/

/* -- Text Other -- */

.txt-catch {
  margin: 50px 0 25px;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 2.2;
}

.txt-caption {
  padding-top: 10px;
  font-size: .95em;
}

.txt-tel {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
}

.txt-tel .link-tel {
  padding-left: 2px;
  font-size: 1.65em;
  font-weight: bold;
  letter-spacing: 0;
}

.txt-tel .fa {
  vertical-align: .18em;
}

.txt-cont {
  line-height: 2.1;
}

.txt-cont p {
  padding-bottom: 15px;
}

.txt-note {
  padding: 8px 18px;
  background: #efefef;
  font-size: .95em;
  line-height: 2;
}

.txt-note .txt-lg {
  font-size: 1.2em;
  line-height: 1.2;
}


/*  Link
-------------------------- */

.link-line {
  text-decoration: underline;
}

a.link-line:hover {
  text-decoration: none;
}


/*  Title
-------------------------- */

.ttl {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

.ttl.txt-normal {
  font-weight: normal;
}

.ttl.txt-bold {
  font-weight: bold;
}

.ttl a:hover {
  text-decoration: underline;
}

/* -- Title Size -- */

.ttl .txt-lg {
  margin-right: 5px;
}

.ttl .txt-lg + .txt-sm {
  margin-left: 15px;
  vertical-align: 0;
}

/* -- Title Styles -- */

.entry-body h1,
.ttl.ttl-style1 {
  clear: both;
  margin-bottom: 1.2em;
  padding: 45px 32px;
  background: url(../img/bg-page-title.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  font-size: 1.75em;
  font-weight: 600;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}

.entry-body h2,
.ttl.ttl-style2 {
  clear: both;
  position: relative;
  /*margin: 1.5em 0 2em;*/
  margin-top: 2em;
  padding: 18px 20px 18px 30px;
  /*margin-bottom: 1.45em;*/
  margin-bottom: 1em;
  border-left: 8px solid #4d8921;
  background: #f5f4ed;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.5;
}

.entry-body h2 .tag,
.ttl.ttl-style2 .tag,
.entry-body h2 .txt-data,
.ttl.ttl-style2 .txt-data {
  margin-bottom: .4em;
}

.entry-body h2 .tag,
.ttl.ttl-style2 .tag {
  padding: 1px 10px 2px 10px;
  font-size: .6em;
}

.entry-body h2 .txt-data,
.ttl.ttl-style2 .txt-data {
  font-size: .65em;
  font-weight: normal;
  display: inline-block;
}

/*.entry-body h3,
.ttl.ttl-style3 {
  clear: both;
  position: relative;
  margin-top: 2em;
  padding: 10px 20px;
  margin-bottom: 1em;
  border: 1px solid #dedddd;
  background: #f8f7f1;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.6;
}*/

/*.entry-body h3:before,
.ttl.ttl-style3:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -1px;
  right: -1px;
  height: 3px;
  background: #4c8821;
}*/

.entry-body h3,
.ttl.ttl-style3 {
  clear: both;
  position: relative;
  margin-top: 2em;
  padding: 6px 15px;
  margin-bottom: 1em;
  background: #f5f4ee;
  color: #475300;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 3px solid #aacf82;
}

.entry-body h4,
.ttl.ttl-style4 {
  color: #5e7802;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  padding: 0 0 10px 0;
  border-bottom: 3px dotted #d0ccb9;
  font-size: 1.1em;
  font-weight: 500;
}

.entry-body h5 {
  margin: 1.1em 0 0.5em 0;
  color: #6e560d;
  font-size: 1.05em;
  font-weight: 500;
}

.entry-body h5.ttl-style5 {
  margin: 2.5em 0 1em;
  padding-bottom: .5em;
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: 1px dotted #a0a0a0;
}

.entry-body h6,
.ttl.ttl-style6 {
  margin: 2em 0 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}

.ttl.ttl-style7 {
  font-size: 1.9em;
  letter-spacing: .2em
}

.ttl.ttl-style7 .txt-sm {
  font-size: .6em;
  letter-spacing: 0;
}


/*  Button
-------------------------- */

.btn {
  position: relative;
  transition: opacity .2s ease-in-out,
              background-color .2s ease-in-out,
              background-image .2s ease-in-out,
              border-color .2s ease-in-out,
              color .2s ease-in-out,
              filter .2s ease-in-out;
  border-radius: 0;
  border-width: 1px;
  font-weight: bold;
  cursor: default;
  white-space: normal;
}

.btn-line {
  border: 2px solid #fff !important;
  box-shadow: 0 0 0 1px #ccc;
  text-align: left;
}

.btn-icn {
  float: left;
  margin-left: -10px;
  padding-top: 4px;
  padding-right: 1.2em;
}

.btn .txt-sm {
  font-size: .6em;
}

.btn .fa,
.btn .fa:before {
  color: #fff;
}

/* -- Button Icon -- */

.btn .fa:before {
  margin-right: 8px;
  font-size: 1.2em;
}

/* -- Button Link -- */

a.btn {
  cursor: pointer;
}

a.btn:hover,
a:hover .btn {
  cursor: pointer;
}

.btn,
a.btn {
  text-decoration: none !important;
}

/* -- Button Shape -- */

.btn-square {
  border-radius: 0;
}

.btn-rounded {
  border-radius: 4px;
}

/* -- Button Position -- */

.btn.txt-left {
  text-align: left !important;
}

.btn.txt-bold {
  font-weight: bold !important;
}

.btn-center {
  margin-top: 5em;
  margin-bottom: 3em;
  text-align: center;
}

.btn-center .btn {
  margin-right: auto;
  margin-left: auto;
}

/* -- Button Size -- */

/* SS Size */
.btn-ss,
.entry-body a[target="_blank"].btn-ss {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: .4em .4em .4em 0em;
  padding: 4px 8px 3px 8px;
  font-size: .9em;
  line-height: 1.2;
  text-decoration: none !important;
}

/* Small Size */
.btn-sm,
.entry-body a[target="_blank"].btn-sm {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: .4em .4em .4em 0em;
  padding: 13px 20px;
  font-size: 1em;
  line-height: 1.2;
  text-decoration: none !important;
}

/* Middle Size */
.btn-md,
.entry-body a[target="_blank"].btn-md {
  margin: .4em .4em .4em 0em;
  min-width: 265px;
  padding: 17px 30px;
  font-size: 1em;
}

/* Middle X Size */
.btn-md-x,
.entry-body a[target="_blank"].btn-md-x {
  width: 100%;
  padding: 14px 25px;
  font-size: 1.12em;
  line-height: 1.2;
}

/* Large Size */
.btn-lg,
.entry-body a[target="_blank"].btn-lg {
  width: 100%;
  padding: 20px 25px;
  font-size: 1em;
}

.btn-wrap .btn-lg,
.btn-wrap a[target="_blank"].btn-lg {
  width: auto;
  min-width: 65%;
}

.btn-group .btn-lg,
.entry-body .btn-group a[target="_blank"].btn-lg {
  width: 1%;
}

/* Large Size */
.btn-lg-x,
.entry-body a[target="_blank"].btn-lg-x {
  padding-top: 22px;
  padding-right: 100px;
  padding-left: 100px;
  padding-bottom: 22px;
  font-size: 1.02em;
  font-weight: bold;
}

/* -- Button Group -- */

.btn-group {
  display: block;
  width: 100%;
  margin-top: 3em;
  margin-left: -20px;
  margin-bottom: 3em;
  border-collapse: separate;
  border-spacing: 20px 0;
}

.btn-group .btn,
.btn-group .btn.btn-lg,
.btn-group .btn.btn-lg-x {
  padding-right: 20px;
  padding-left: 20px;
}

.btn-group.column {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.btn-group.column .btn {
  width: 100%;
}

.btn-group > ul,
.entry-body .btn-group > ul {
  margin-bottom: 0;
  margin-left: -15px;
  padding-left: 0;
}

.btn-group > ul > li,
.entry-body .btn-group > ul > li {
  margin: 0;
  padding-left: 15px;
}

/* -- Button Arrow -- */

.btn.icn-arw,
.btn .icn-arw,
.entry-body a[target="_blank"].btn.icn-arw {
  position: relative;
  padding-right: 25px;
}

.btn.icn-arw2,
.btn .icn-arw2,
.entry-body a[target="_blank"].btn.icn-arw2 {
  position: relative;
  padding-left: 25px;
}

.btn .icn-arw,
.btn .icn-arw2 {
  margin-left: -10px;
  margin-right: -10px;
}

.btn.icn-arw:before,
.btn .icn-arw:before,
.entry-body a[target="_blank"].btn.icn-arw:before,
.btn.icn-arw2:before,
.btn .icn-arw2:before,
.entry-body a[target="_blank"].btn.icn-arw2:before {
  transition: border .2s ease-in-out;
  transform: rotate(45deg);
  position: absolute;
  top: 50% !important;
  right: 15px;
  left: auto;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  border-radius: 0;
  border-width: 1px 1px 0 0;
  border-color: #fff #fff transparent transparent;
  border-style: solid;
  background: none;
  content: "";
}

.btn.icn-arw:after,
.btn .icn-arw:after,
.entry-body a[target="_blank"].btn.icn-arw:after,
.btn.icn-arw2:after,
.btn .icn-arw2:after,
.entry-body a[target="_blank"].btn.icn-arw2:after {
}

/* Button Arrow2 */
.btn.icn-arw2:before,
.btn .icn-arw2:before,
.entry-body a[target="_blank"].btn.icn-arw2:before {
  right: auto;
  left: 7px;
  width: 7px;
  height: 7px;
  margin-top: -3px;
}

/* Small Size */
.btn-sm.icn-arw,
.btn-sm .icn-arw,
.entry-body a[target="_blank"].btn-sm.icn-arw {
  padding-right: 30px;
}

.btn-sm.icn-arw2,
.btn-sm .icn-arw2,
.entry-body a[target="_blank"].btn-sm.icn-arw2 {
  padding-left: 30px;
}

.btn-sm.icn-arw:before,
.btn-sm .icn-arw:before,
.entry-body a[target="_blank"].btn-sm.icn-arw:before,
.btn-sm.icn-arw2:before,
.btn-sm .icn-arw2:before,
.entry-body a[target="_blank"].btn-sm.icn-arw2:before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
}

.btn-sm.icn-arw:before,
.btn-sm .icn-arw:before,
.entry-body a[target="_blank"].btn-sm.icn-arw:before {
  right: 14px;
}

.btn-sm.icn-arw2:before,
.btn-sm .icn-arw2:before,
.entry-body a[target="_blank"].btn-sm.icn-arw2:before {
  left: 12px;
}

/* Middle Size */
.btn-md.icn-arw,
.btn-md .icn-arw,
.entry-body a[target="_blank"].btn-md.icn-arw,
.btn-md.icn-arw2,
.btn-md .icn-arw2,
.entry-body a[target="_blank"].btn-md.icn-arw2 {
  padding-right: 50px;
  padding-left: 50px;
}

.btn-md .icn-arw,
.btn-md .icn-arw2 {
  margin-left: -50px;
  margin-right: -50px;
}

/* Middle Size */
.btn-md-x.icn-arw,
.btn-md-x .icn-arw,
.entry-body a[target="_blank"].btn-md-x.icn-arw,
.btn-md-x.icn-arw2,
.btn-md-x .icn-arw2,
.entry-body a[target="_blank"].btn-md-x.icn-arw2 {
  padding-right: 30px;
  padding-left: 30px;
}

.btn.btn-md.icn-arw2:before,
.btn.btn-md .icn-arw2:before,
.entry-body a[target="_blank"].btn.btn-md.icn-arw2:before,
.btn.btn-md-x.icn-arw2:before,
.btn.btn-md-x .icn-arw2:before,
.entry-body a[target="_blank"].btn.btn-md-x.icn-arw2:before {
  left: 15px;
  width: 9px;
  height: 9px;
  margin-top: -5px;
}

.btn-md-x .icn-arw,
.btn-md-x .icn-arw2 {
  margin-left: -30px;
  margin-right: -30px;
}

/* Large Size */
.btn-lg.icn-arw,
.btn-lg .icn-arw,
.entry-body a[target="_blank"].btn-lg.icn-arw,
.btn-lg.icn-arw2,
.btn-lg .icn-arw2,
.entry-body a[target="_blank"].btn-lg.icn-arw2 {
  padding-right: 35px;
  padding-left: 25px;
}

.btn-lg .icn-arw,
.btn-lg .icn-arw2 {
  margin-left: -35px;
  margin-right: -25px;
}

.btn-lg.icn-arw:before,
.btn-lg .icn-arw:before,
.entry-body a[target="_blank"].btn-lg.icn-arw:before,
.btn-lg.icn-arw2:before,
.btn-lg .icn-arw2:before,
.entry-body a[target="_blank"].btn-lg.icn-arw2:before {
  margin-top: -4px;
  margin-right: 5px;
}

.btn.btn-lg.icn-arw2:before,
.btn.btn-lg .icn-arw2:before,
.entry-body a[target="_blank"].btn.btn-lg.icn-arw2:before {
  left: 15px;
  width: 9px;
  height: 9px;
  margin-top: -5px;
}

/*  X Large Size */
.btn-lg-x.icn-arw,
.entry-body a[target="_blank"].btn-lg-x.icn-arw,
.btn-lg-x.icn-arw2,
.entry-body a[target="_blank"].btn-lg-x.icn-arw2 {
  padding-right: 130px;
  padding-left: 100px;
}

.btn-lg-x .icn-arw,
.btn-lg-x .icn-arw2 {
  padding-right: 35px;
  padding-left: 35px;
}

.btn-lg-x.icn-arw:before,
.btn-lg-x .icn-arw:before,
.entry-body a[target="_blank"].btn-lg-x.icn-arw:before,
.btn-lg-x.icn-arw2:before,
.btn-lg-x .icn-arw2:before,
.entry-body a[target="_blank"].btn-lg-x.icn-arw2:before {
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}

/* ---- Button Color ---- */

/* -- White -- */

.btn.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #222;
}

.btn.icn-arw.btn-white:before,
.btn .icn-arw.btn-white:before {
  border-top-color: #333;
  border-right-color: #333;
}

.btn.btn-outline-white {
  background-color: transparent;
  color: #fff;
  font-weight: bold;
}

.btn.icn-arw.btn-outline-white:before,
.btn .icn-arw.btn-outline-white:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

a:hover .btn.btn-white,
a.btn.btn-white:hover,
input.btn.btn-white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #1e1e1e;
}

a:hover .btn.icn-arw.btn-outline-white:before,
a.btn.icn-arw.btn-outline-white:hover:before,
a.btn.btn-outline-white:hover .icn-arw:before,
input.btn:hover .icn-arw.btn-outline-white:before {
  border-top-color: #000;
  border-right-color: #000;
}

/* -- Default -- */

.btn.btn-default,
.btn.btn-default:focus,
.btn.btn-default.focus {
  border-color: #f8f7f2;
  background-color: #f8f7f2;
  color: #333;
  font-weight: 500;
}

.btn-default .txt-sm {
  color: #b9b9b9;
}

.btn.btn-default.icn-arw:before,
.btn .btn-default.icn-arw:before {
  border-top-color: #aaa;
  border-right-color: #aaa;
}

a:hover .btn.btn-default,
a.btn.btn-default:hover,
input.btn.btn-default:hover {
  border-color: #faf7cb;
  background-color: #faf7cb;
}

.btn.btn-default.icn-arw:hover:before,
.btn.btn-default .icn-arw:hover:before {
  border-top-color: #f3f2f0;
  border-right-color: #f3f2f0;
}

a:hover .btn.btn-default.icn-arw:before,
a:hover .btn .btn-default.icn-arw:before,
a.btn.btn-default.icn-arw:hover:before,
a.btn.btn-default .icn-arw:hover:before,
input.btn.btn-default.icn-arw:hover:before {
  border-top-color: #aaa;
  border-right-color: #aaa;
}

.btn.btn-outline-default {
  border-color: #ccc;
  background-color: #fff;
  color: #2e317c;
  font-weight: normal;
}

.btn.btn-outline-news {
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  background-color: #fff;
  color: #028c92;
  font-weight: normal;
  padding: 0.2em 0.8em 0.2em 0.8em;
  margin-top: 7px;
}

.btn.btn-outline-default.icn-arw:before,
.btn.btn-outline-default .icn-arw:before {
  border-top-color: #333;
  border-right-color: #333;
}

a:hover .btn.btn-outline-default,
a.btn.btn-outline-default:hover,
input.btn.btn-outline-default:hover {
  border-color: #ccc;
  background-color: #fff;
  color: #2e317c;
}

.btn.btn-outline-default.icn-arw2 {
  padding-left: 30px;
  font-weight: normal;
}

.btn.btn-outline-default.icn-arw2:before,
.btn.btn-outline-default .icn-arw2:before {
  transform: none;
  left: 12px;
  width: 0;
  height: 0;
  border-width: 3px 8px;
  border-color: transparent transparent transparent #333;
}

a:hover .btn.btn-outline-default.icn-arw2,
a.btn.btn-outline-default.icn-arw2:hover,
input.btn.btn-outline-default.icn-arw2:hover {
  background-color: #efefef;
}

/* -- Base -- */

.btn.btn-base {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.btn.btn-base.icn-arw:before,
.btn.btn-base .icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

a:hover .btn.btn-base,
a.btn.btn-base:hover,
input.btn.btn-base:hover {
  border-color: #444;
  background-color: #444;
  color: #fff !important;
}

a:hover .btn.btn-base.icn-arw:before,
a:hover .btn.btn-base .icn-arw:before,
a.btn.btn-base.icn-arw:hover:before,
a.btn.btn-base .icn-arw:hover:before,
input.btn.btn-base.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-outline-base {
  background-color: transparent;
  color: #1e1e1e;
}

.btn.btn-outline-base.icn-arw:before,
.btn.btn-outline-base .icn-arw:before {
  border-top-color: #000;
  border-right-color: #000;
}

a:hover .btn.btn-outline-base,
a.btn.btn-outline-base:hover,
input.btn.btn-outline-base:hover {
  border-color: #000;
  background-color: #000;
}

/* -- Primary -- */

.btn.btn-primary {
  border-color: #022d92;
  background-color: #022d92;
  color: #fff;
}

.btn.btn-primary.btn-lg {
  font-weight: bold;
}

.btn.btn-primary.icn-arw:before,
.btn.btn-primary .icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

a:hover .btn.btn-primary,
a.btn.btn-primary:hover,
input.btn.btn-primary:hover {
  border-color: #022d92;
  background-color: #022d92;
  color: #fff !important;
}

a:hover .btn.btn-primary.icn-arw:before,
a:hover .btn.btn-primary .icn-arw:before,
a.btn.btn-primary.icn-arw:hover:before,
a.btn.btn-primary:hover .icn-arw:before,
input.btn.btn-primary.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-outline-primary {
  border-color: #022d92;
  background-color: #fff;
  color: #022d92;
}

.btn.btn-outline-primary.icn-arw:before,
.btn.btn-outline-primary .icn-arw:before {
  border-top-color: #022d92;
  border-right-color: #022d92;
}

a:hover .btn.btn-outline-primary,
a.btn.btn-outline-primary:hover,
input.btn.btn-outline-primary:hover {
  border-color: #022d92;
  background-color: #022d92;
  color: #fff;
}

.btn.btn-outline-primary2 {
  border-color: #022d92;
  background-color: #022d92;
  color: #fff;
}

.btn.btn-outline-primary2.icn-arw:before,
.btn.btn-outline-primary2 .icn-arw:before {
  border-top-color: #022d92;
  border-right-color: #022d92;
}

a:hover .btn.btn-outline-primary2,
a.btn.btn-outline-primary2:hover,
input.btn.btn-outline-primary2:hover {
  border-color: #022d92;
  background-color: #fff;
  color: #022d92;
}


/* -- Primary2 -- */

.btn.btn-primary2 {
  border-color: #b9c3e4;
  background-color: #e8eff7;
}

.btn.btn-primary2,
.btn.btn-primary2 .fa,
.btn.btn-primary2 .fa:before {
  color: #000e57;
}

.btn.btn-primary2.btn-lg {
  font-weight: bold;
}

.btn.btn-primary2.icn-arw:before,
.btn.btn-primary2 .icn-arw:before,
.btn.btn-primary2.icn-arw2:before,
.btn.btn-primary2 .icn-arw2:before {
  border-top-color: #000e57 !important;
  border-right-color: #000e57 !important;
}

a:hover .btn.btn-primary2,
a.btn.btn-primary2:hover,
input.btn.btn-primary2:hover {
  background-color: #cfdeef;
}

/* -- Accent -- */

.btn.btn-accent {
  border-color: #475300;
  background-color: #475300;
  color: #fff;
  font-weight: 500;
}

.btn.btn-accent.icn-arw:before,
.btn.btn-accent .icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

a:hover .btn.btn-accent,
a.btn.btn-accent:hover,
input.btn.btn-accent:hover {
  border-color: #606f00;
  background-color: #606f00;
  color: #fff !important;
}

a:hover .btn.btn-accent.icn-arw:before,
a:hover .btn.btn-accent .icn-arw:before,
a.btn.btn-accent.icn-arw:hover:before,
a.btn.btn-accent .icn-arw:hover:before,
input.btn.btn-accent.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-outline-accent {
  border-color: #8e0000;
  background-color: #fff;
  color: #8e0000;
}

.btn.btn-outline-accent.icn-arw:before,
.btn.btn-outline-accent .icn-arw:before {
  border-top-color: #8e0000;
  border-right-color: #8e0000;
}

a:hover .btn.btn-outline-accent,
a.btn.btn-outline-accent:hover,
input.btn.btn-outline-accent:hover {
  border-color: #8e0000;
  background-color: #8e0000;
  color: #fff;
}

.btn.btn-accent2 {
  border-color: #008d8e;
  background-color: #008d8e;
  color: #fff;
}

.btn.btn-accent2.icn-arw:before,
.btn.btn-accent2 .icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

a:hover .btn.btn-accent2,
a.btn.btn-accent2:hover,
input.btn.btn-accent2:hover {
  border-color: #009a9b;
  background-color: #009a9b;
  color: #fff !important;
}

a:hover .btn.btn-accent2.icn-arw:before,
a:hover .btn.btn-accent2 .icn-arw:before,
a.btn.btn-accent2.icn-arw:hover:before,
a.btn.btn-accent2 .icn-arw:hover:before,
input.btn.btn-accent2.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-accent3 {
  border-color: #7d2b58;
  background-color: #7d2b58;
  color: #fff;
  font-weight: 500;
}

.btn.btn-accent3.icn-arw:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

a:hover .btn.btn-accent3,
a.btn.btn-accent3:hover,
input.btn.btn-accent3:hover {
  border-color: #aa4481;
  background-color: #aa4481;
  color: #fff !important;
}

a:hover .btn.btn-accent3 .icn-arw:before,
a.btn.btn-accent3 .icn-arw:hover:before,
input.btn.btn-accent3.icn-arw:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.btn.btn-outline-accent3 {
  border-color: #8e0000;
  background-color: #fff;
  color: #8e0000;
}

.btn.btn-outline-accent3 .icn-arw:before {
  border-top-color: #8e0000;
  border-right-color: #8e0000;
}

a:hover .btn.btn-outline-accent3,
a.btn.btn-outline-accent3:hover,
input.btn.btn-outline-accent3:hover {
  border-color: #8e0000;
  background-color: #8e0000;
  color: #fff;
}

/* ---- Button Other ---- */




/*  Banner
-------------------------- */

.bnr {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  transition: opacity .4s ease-in-out;
  border: 1px solid #ddd;
  background: #fff;
  vertical-align: middle;
  text-align: center;
}

a.bnr:hover {
  opacity: .8;
}

.bnr.round {
  padding: 15px 20px;
  border-radius: 6px;
}

.bnr-line {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 1em;
  padding: 2px;
  border: 1px solid #ccc;
}


/*  Tag
-------------------------- */

.tag {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 3px;
  margin-right: 4px;
  padding: 5px 22px;
  border-radius: 0;
  border: 1px solid #b5b5b5;
  background: #b5b5b5;
  font-size: .9em;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  line-height: 1.4\9;
  vertical-align: bottom;
}

.tag + .tag {
  margin-left: 5px;
}

.tag,
.tag a {
  color: #fff;
  /*font-weight: bold;*/
  text-decoration: none !important;
}

a .tag,
a.tag,
.tag a {
  transition: opacity .2s ease-in-out,
              color .2s ease-in-out,
              background-color .2s ease-in-out,
              border-color .2s ease-in-out;
}

a.tag:hover,
.tag a:hover {
  color: #fff;
  text-decoration: none !important;
}

/* -- Tag Size -- */

.tag.tag-sm {
  margin: 0 10px 0 20px;
  padding: 2px 8px 1px;
  font-size: .85em;
  line-height: 1.4;
}

.tag.tag-sm:first-child {
  margin-left: 0;
}

.tag.tag-md {
  margin: 0 10px 0 20px;
  padding: 2px 20px;
  font-size: .85em;
  line-height: 1.4;
}

.tag.tag-md:first-child {
  margin-left: 0;
}

/* -- Tag Rounded -- */

.tag-rounded {
  padding: 6px 25px;
  border-color: #f6f6f6;
  border-radius: 200px;
  background-color: #f6f6f6;
  color: #1e3285 !important;
  font-weight: normal;
}

.tag-rounded .icn-arw {
  padding-left: 10px;
}

.tag-rounded .icn-arw:before {
  top: 5px;
  border-left-color: #999;
}

.tag-list .tag-rounded {
  margin-right: -11px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Active */
.tag-rounded.active {
  border-color: #1e3285;
  background-color: #1e3285;
  color: #fff !important;
}

.tag-rounded.active .icn-arw:before {
  border-left-color: #fff;
}

/* -- Color Setting -- */

.tag-default {
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  color: #1e1e1e;
  font-weight: normal;
}

.tag-base,
.tag-primary,
.tag-accent,
.tag-sub {
  color: #fff !important;
  font-weight: bold;
}

.tag-base {
  border-color: #444;
  background-color: #444;
}

.tag-primary {
  border-color: #07407c;
  background-color: #07407c;
}

.tag-accent {
  border-color: #8e0000;
  background-color: #8e0000;
}

.tag-sub {
  border-color: #156c00;
  background-color: #156c00;
}

/* -- News Tag Setting -- */

.tag-news {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 100px;
  padding: 0px 5px 2px 5px;
}

a.tag-news:hover {
  opacity: .7;
}

.tag-info {
  border-color: #0885f6;
  background-color: #0885f6;
  color: #fff !important;
}

.tag-news_en {
  border-color: #0885f6;
  background-color: #0885f6;
  color: #fff !important;
}

.tag-topics {
  border-color: #f67808;
  background-color: #f67808;
  color: #fff !important;
}

.tag-members {
  border-color: #8f08f6;
  background-color: #8f08f6;
  color: #fff !important;
}

.tag-meeting {
  border-color: #f6080f;
  background-color: #f6080f;
  color: #fff !important;
}

.tag-award {
  border-color: #f6c708;
  background-color: #f6c708;
  color: #fff !important;
}

.tag-publication {
  border-color: #0ec3ac;
  background-color: #0ec3ac;
  color: #fff !important;
}

.tag-chapter-hokkaido {
  border-color: #4d8921;
  background-color: #4d8921;
  color: #fff !important;
}

.tag-chapter-kanto {
  border-color: #4d8921;
  background-color: #4d8921;
  color: #fff !important;
}

.tag-chapter-kansai {
  border-color: #4d8921;
  background-color: #4d8921;
  color: #fff !important;
}


/*  Icon
-------------------------- */

.icn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* -- Icon Zoom -- */

.icn-zoom {
  position: relative;
  overflow: hidden;
  display: block;
}

.icn-zoom:before {
  transition: font-size .15s linear;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(0,0,0,.73);
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 50px;
  content: "\f00e";
}

.icn-zoom:hover:before {
  transition: font-size .15s linear;
  font-size: 25px;
}

/* -- Icon Arrow -- */

.icn-arw,
.entry-body a[target="_blank"].icn-arw {
  position: relative;
  padding-left: 15px;
}

.icn-arw:before,
.entry-body a[target="_blank"].icn-arw:before {
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: auto;
  left: 0;
  z-index: 20;
  width: 7px;
  height: 7px;
  margin: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #022d92 #022d92 transparent transparent;
  content: "";
}

.icn-arw:after,
.entry-body a[target="_blank"].icn-arw:after {
  display: none;
}

/* -- Round & Square Icon -- */

.icn-rounded,
.icn-square {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  padding: 0;
  border: 1px solid #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

.icn-rounded {
  border-radius: 100%;
}

/* ---- Font Awesome Icon ---- */

.fa:before {
  margin-right: 7px;
  font-size: 1.2em;
  vertical-align: -1px;
}

.icn-sitemap a:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: .5em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.3em;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  vertical-align: -1px;
  content: "";
}

.icn-sitemap a:before {
  content: "\f0e8";
  color: #475300;
}


/* ====================================================
   自動アイコン・基本設定
======================================================*/
a[href^="http://"]:not(:has(img))::after,
a[href^="https://"]:not(:has(img))::after,
a.out + *:after {
   font-family: "FontAwesome";
   font-size: 0.9em;
   content: "\f08e";
   padding: 0 0.4em 0 0.3em;
}
a[href^="http://www.jsphcg.or.jp"]:after,
a[href^="http://jsphcg.or.jp"]:after,
a[href^="http://test.jsphcg.or.jp"]:after,
a[href^="https://www.jsphcg.or.jp"]:after,
a[href^="https://jsphcg.or.jp"]:after,
a[href^="https://test.jsphcg.or.jp"]:after,
a.noicon[href^="http://"]:after,
a.noicon[href^="https://"]:after,
a.noicon[href*=".pdf"]:after {
   display: none;
   padding-left: 0;
   content: "";
}
a[href*=".pdf"]:not(:has(img))::after {
   font-family: "FontAwesome";
   font-size: 0.9em;
   content: "\f1c1";
   padding: 0 0.4em 0 0.3em;
}
a[href*=".doc"]:not(:has(img))::after,
a[href*=".docx"]:not(:has(img))::after {
   font-family: "FontAwesome";
   font-size: 0.9em;
   content: "\f1c2";
   padding: 0 0.4em 0 0.3em;
}
a[href*=".xls"]:not(:has(img))::after,
a[href*=".xlsx"]:not(:has(img))::after {
   font-family: "FontAwesome";
   font-size: 0.9em;
   content: "\f1c3";
   padding: 0 0.4em 0 0.3em;
}
a[href*=".ppt"]:not(:has(img))::after,
a[href*=".pptx"]:not(:has(img))::after {
   font-family: "FontAwesome";
   font-size: 0.9em;
   content: "\f1c4";
   padding: 0 0.5em 0 0.4em;
}
a[href*=".zip"]:not(:has(img))::after {
   font-family: "FontAwesome";
   font-size: 0.9em;
   content: "\f1c6";
   padding: 0 0.4em 0 0.3em;
}
a[href^="mailto:"]:not(:has(img))::after {
   font-family: "FontAwesome";
   font-size: 0.9em;
   content: "\f003";
   padding: 0 0.2em 0 0.2em;
}

.noicon a[href^="http://"]:not(:has(img))::after,
.noicon a[href^="https://"]:not(:has(img))::after,
.noicon a[href*=".pdf"]:not(:has(img))::after,
.noicon a[href*=".doc"]:not(:has(img))::after,
.noicon a[href*=".docx"]:not(:has(img))::after,
.noicon a[href*=".xls"]:not(:has(img))::after,
.noicon a[href*=".xlsx"]:not(:has(img))::after,
.noicon a[href*=".ppt"]:not(:has(img))::after,
.noicon a[href*=".pptx"]:not(:has(img))::after,
.noicon a[href*=".zip"]:not(:has(img))::after,
.noicon a[href^="mailto:"]:not(:has(img))::after {
  content: none !important;
  padding: 0 !important;
}


/* -- Movie Icon -- */

.icn-movie {
}

.icn-movie * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  z-index: 0;
  transition: opacity .4s ease-in-out;
}

.icn-movie * img {
  position: relative;
  z-index: -1;
}

.icn-movie *:before,
.icn-movie *:after {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  z-index: 5;
  opacity: .8;
  content: "";
}

.icn-movie *:before {
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  border-radius: 100%;
  border: 2px solid #fff;
}

.icn-movie *:after {
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -11px;
  border-radius: 1px;
  border-width: 2px 2px 0 0;
  border-color: #fff #fff transparent transparent;
  border-style: solid;
}

.icn-movie *:hover {
  opacity: .6;
}

.icn-movie *:hover img {
  opacity: 1;
}

/* -- Number Icon -- */

.icn-num {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 0 2px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
}

/*  Image
-------------------------- */

.img-frame {
  border: 1px solid #bbb;
}

.img-center {
  float: none !important;
  padding: 0 0 30px !important;
  text-align: center;
}

/* -- Thumb -- */

.thumb,
.entry-body .thumb,
.wp-caption,
.entry-body figure {
  margin-top: 0;
  margin-bottom: 1.5em;
}

figure.thumb,
.entry-body figure.thumb,
.entry-body figure {
  margin-top: 0;
  margin-bottom: 0;
}

figure.thumb img,
.entry-body figure.thumb img,
.wp-caption img,
.entry-body .wp-caption img,
.entry-body figure img {
  margin-top: .5em;
  margin-bottom: .8em;
}

.column figure.thumb,
.list figure.thumb,
.column .wp-caption,
.list .wp-caption {
  display: block;
}

.thumb img,
.wp-caption img {
  width: 100%;
}

.thumb-xs,
.thumb-sm,
.thumb-md,
.thumb-lg {
  text-align: center;
}

.thumb-xs {
  width: 100px;
}

.thumb-sm {
  width: 120px;
}

.thumb-md {
  width: 160px;
}

.thumb-lg {
  width: 220px;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.thumb .txt-caption,
.wp-caption .wp-caption-text,
.wp-caption-text,
.entry-body figcaption {
  padding-top: 0;
  color: inherit;
  font-size: .9em;
  text-align: center;
}


/*  List
-------------------------- */

.list ul {
  padding-left: 0;
}

.list.mt-0,
.entry-body .list.mt-0 {
  margin-top: 0 !important;
}

.list li {
  list-style-type: none;
}

.list > * {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.list > * > li p,
.list > * > .list-cell p {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.list > * > li p:first-child,
.list > * > .list-cell p:first-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ttl.ttl-style5 + .list,
.ttl.ttl-style4 + .list {
  margin-top: 2em;
}

/* -- List Line -- */

.list-line {
}

.list-line > * > li,
.list-line > * > .list-cell {
  padding: 20px 0;
  border: 1px solid #a0a0a0;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}

.list-line > * > li:first-child,
.list-line > * > .list-cell:first-child {
  border-top-width: 0;
  padding-top: 0;
}

.list-line > * > li > a,
.list-line > * > li.active > *,
.list-line > * > .list-cell > a,
.list-line > * > .list-cell.active > * {
  display: block;
  position: relative;
  padding: 9px 18px;
}

/* -- List Line Dot -- */

.list-line.list-line-dot > * > li,
.list-dl.list-line.list-line-dot > * > li,
.list-dl2.list-line.list-line-dot > * > li,
.list-line.list-line-dot > * > .list-cell,
.list-dl.list-line.list-line-dot > * > .list-cell,
.list-dl2.list-line.list-line-dot > * > .list-cell {
  border-style: dotted;
  border-color: #888;
}

/* -- List Dot -- */

.list-dot {
  margin: 20px 0;
}

.list-dot .list-dot {
  margin: 0 0 5px;
}

.list-dot ul,
.list.list-dot ul {
  margin: 0;
  padding-left: 1.5em !important;
}

.list-dot ul li {
  margin: 0;
  list-style-type: none;
}

.list-dot ul li ul {
  padding-top: 2px;
  padding-left: 2.5em !important;
}

.list-dot ul li:before {
  margin-left: -1.5em;
  padding-right: 7px;
  content: "・";
}

.list-dot.list-dot2 ul,
.list-dot.list-dot3 ul,
.list-dot.list-dot4 ul,
.list-dot.list-dot5 ul {
  padding-top: 0;
  padding-left: 1.5em !important;
}

.list-dot.list-dot2 ul li,
.list-dot.list-dot3 ul li,
.list-dot.list-dot4 ul li,
.list-dot.list-dot5 ul li {
  padding-top: 10px;
  margin-bottom: 0;
}

.list-dot.list-dot2 ul li:before,
.list-dot.list-dot3 .list-dot.list-dot2 ul li:before {
  margin-left: -1.5em;
  padding-right: 8px;
  content: "●";
}

.list-dot.list-dot3 ul li:before,
.list-dot.list-dot2 .list-dot.list-dot3 ul li:before {
  margin-left: -1.5em;
  padding-right: 8px;
  content: "◯";
}

.list-dot.list-dot4 ul li:before {
  margin-left: -1.5em;
  padding-right: 7px;
  content: "※";
}

.list-dot.list-dot5 ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -1.5em;
  padding-right: 7px;
  color: #bd1f1f;
  content: "\f00c";
}

/* -- List Dot Column -- */

.list-dot.column {
  margin: 0;
}

.list-dot.column > ul {
  margin: 0 0 0 -20px !important;
}

.list-dot.column > ul > li {
  padding-top: 5px !important;
  padding-left: 20px !important;
  padding-right: 10px !important;
}

/* -- List Row -- */

.list-row {
  margin: -5px 0 0;
}

.list-row li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 5px;
  margin-right: 15px;
}

.entry-body .list-row li {
  margin-top: 8px;
}

.list-dot.list-row li {
  margin-right: 30px;
}

/* -- List Number -- */

.list-num {
  margin: 20px 0;
}

.list-num ol {
  padding-left: 1.5em;
}

.list-num ol li {
  list-style-type: decimal;
}

.list-num ol li ul li {
  list-style: none;
}

.list-num ol li ol {
  padding-top: 2px;
}

.list-num.list-num2 {
  margin: 20px 0;
}

.list-num .list-num,
.list-dot .list-num {
  margin: 0 0 5px;
}

.list-num.list-num2 ol {
  padding-left: 1.5em;
}

.list-num.list-num2 ol li {
  list-style-type: none;
}

.list-num.list-num2 .txt-num {
  margin-left: -1.5em;
  padding-right: 6px;
}

.list-dot .list-num.list-num2 ol li:before {
  margin: 0;
  padding: 0;
  content: "" !important;
}

/* -- List Arrow -- */

.list-arw {
  margin: 20px 0;
  padding-left: 15px;
  line-height: 1.6;
}

/* -- List Definition -- */

.list-dl dl {
  overflow: hidden;
  margin: 20px 0;
}

.list-dl li dl {
  margin: 0;
}

.list-dl dl dt {
  float: left;
  width: 130px;
  margin-bottom: 5px;
  font-weight: bold;
}

.list-dl dl dd {
  margin-left: 0;
  padding-left: 150px;
}

.list-dl dl .list-dot,
.list-dl dl .list-num {
  margin: 0;
}

.list-dl > ul > li {
  padding: 5px 0;
}

.list-dl.list-line,
.list.list-dl.list-line{
  overflow: hidden;
  margin-bottom: 2em;
}

.list-dl.list-line > ul {
  margin-bottom: -1px;
}

.list-dl.list-line > ul > li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: dotted;
}

.list-dl > ul > li:first-child {
}

.list-dl.list-line > ul > li:first-child {
  padding-top: 10px;
}

/* -- List Definition2 -- */

.list-dl2 + .list-dl2 {
  padding-top: 8px;
}

.list-dl2 dl {
  display: table;
  line-height: 1.85;
}

.list-dl2 dl dt,
.list-dl2 dl dd {
  display: table-cell;
  padding-top: 2px;
  vertical-align: top;
}

.list-dl2 dl dt {
  min-width: 45px;
  white-space: nowrap;
}

.list-dl2 dl dd {
  width: 100%;
  padding-left: 20px;
}

/* -- List Definition Line -- */

.list-dl.list-line > ul > li,
.list-dl2.list-line > ul > li {
  border-style: solid;
  border-color: #ccc;
}

/* -- List Definition Contact -- */

.list-dl-contact dl {
  padding-top: 2px;
  line-height: 1.7;
}

.list-dl-contact dl dt,
.list-dl-contact dl dd {
  padding-top: 2px;
}

.list-dl-contact dl dt {
  float: left;
  width: 110px;
}

.list-dl-contact dl dt:after {
  content: "：";
}

.list-dl-contact dl dd {
  padding-left: 110px;
}


/*  Table
-------------------------- */

.table,
.entry-body table {
  width: 100%;
  /*margin: 1.5em 0 3em;*/
  margin: 5px 0 5px;
  background-color: #fff;
  letter-spacing: .05em;
  table-layout: fixed;
}

.table caption,
.entry-body table caption {
  color: #313131;
  font-weight: normal;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.entry-body table > thead > tr > th,
.entry-body table > tbody > tr > th,
.entry-body table > tfoot > tr > th,
.entry-body table > thead > tr > td,
.entry-body table > tbody > tr > td,
.entry-body table > tfoot > tr > td {
  padding: 10px 16px;
  border: 1px solid #ccc;
  line-height: 1.4;
  vertical-align: middle;
}

.entry-body table.mini {
  width: auto;
}

.entry-body table.mini > thead > tr > th,
.entry-body table.mini > tbody > tr > th,
.entry-body table.mini > tfoot > tr > th,
.entry-body table.mini > thead > tr > td,
.entry-body table.mini > tbody > tr > td,
.entry-body table.mini > tfoot > tr > td {
  padding: 8px 14px;
  font-size: 0.9em;
}

.table.txt-center th,
.entry-body table.txt-center th {
  text-align: center;
}

.table > thead > tr > th,
.entry-body table > thead > tr > th {
  vertical-align: middle;
  background: #7d7d7d;
  color: #fff;
  font-weight: normal;
}

.table > tbody > tr > th,
.entry-body table > tbody > tr > th {
  /*width: 210px;*/
  background: #f5f4f4;
  font-weight: normal;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td,
.entry-body table > caption + thead > tr:first-child > th,
.entry-body table > colgroup + thead > tr:first-child > th,
.entry-body table > thead:first-child > tr:first-child > th,
.entry-body table > caption + thead > tr:first-child > td,
.entry-body table > colgroup + thead > tr:first-child > td,
.entry-body table > thead:first-child > tr:first-child > td {
  border-top-width: 1px;
}

@media screen and (max-width: 992px) {
  .table > tbody > tr > th,
  .entry-body table > tbody > tr > th {
    width: 28%;
  }
}

/* ---- Active ---- */

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #efede6;
  color: #958961;
}

/* ---- Table Title ---- */

.table-ttl {
  background-color: #444;
  color: #fff;
  font-weight: bold;
}

.table-ttl th,
.table-ttl td {
  font-weight: bold !important;
}

/* ---- Responsive ---- */

.table-responsive {
}

/* ---- Responsive2 ---- */

.table-responsive2 {
}


/*  Category Title
-------------------------- */

.category-title {
}

.category-title .inner {
  text-align: center;
}

.category-title h1 {
  font-size: 2em;
  font-weight: normal;
}


/*  Column
-------------------------- */

/* ---- Common ---- */

.column > * {
  letter-spacing: -.40em;
}

.column > * > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
}

.column > * > *.column-full {
  width: 100% !important;
}

/* -- Column List -- */

.column-list {
  margin-top: 3em;
  margin-bottom: 3em;
}

.column-list > * {
  margin-bottom: 0 !important;
}

/* -- Title -- */

.column .column-ttl {
  margin: .6em 0;
  font-size: 1.15em;
}

.column img + .column-ttl {
  margin-top: 1.2em;
}

.column .column-ttl-sub {
  margin-bottom: 0;
}

/* -- Cont -- */

.column .column-cont,
.entry-body .column .column-cont {
  margin-top: .6em;
  margin-bottom: 0;
  line-height: 1.8;
}

.column .column-cont + img {
  margin-top: 2.5em;
}

/* ---- 2 Column ---- */

.column.column2 > * {
  margin-top: -20px;
  margin-left: -20px;
  padding-left: 0;
}

.column.column2 > * > * {
  width: 50%;
  padding: 20px 0 0 20px;
}

.column.column2 .column-cont {
}

/* ---- 3 Column ---- */

.column.column3 > * {
  margin-top: -30px;
  margin-left: -30px;
  padding-left: 0;
}

.column.column3 > * > * {
  width: 33.333%;
  padding: 30px 0 0 30px;
}

.column.column3 .column-cont {
  font-size: 1.1em;
  line-height: 1.9;
  letter-spacing: -.04em;
}

.column.column_p3 > * {
  margin-top: -15px;
  margin-left: -15px;
  padding-left: 0;
}
.column.column_p3 > * > * {
  width: 33.333%;
  padding: 15px 0 0 15px;
}

/* ---- 4 Column ---- */

.column.column4 > * {
  margin-top: -25px;
  margin-left: -25px;
  padding-left: 0;
}

.column.column4 > * > * {
  width: 25%;
  padding: 25px 0 0 25px;
}

/* ---- 5 Column ---- */

.column.column5 > * {
  margin-top: -30px;
  margin-left: -30px;
  padding-left: 0;
}

.column.column5 > * > * {
  width: 20%;
  padding: 30px 0 0 30px;
}

/* ---- 6 Column ---- */

.column.column6 > * {
  margin-top: -20px;
  margin-left: -17px;
  padding-left: 0;
}

.column.column6 > * > * {
  width: 16.65%;
  padding: 20px 0 0 17px;
}

/* ---- 7 Column ---- */

.column.column7 > * {
  margin-top: -20px;
  margin-left: -17px;
  padding-left: 0;
}

.column.column7 > * > * {
  width: 14.2%;
  padding: 20px 0 0 17px;
}

/* ---- 8 Column ---- */

.column.column8 > * {
  margin-top: -10px;
  margin-left: -15px;
  padding-left: 0;
}

.column.column8 > * > * {
  width: 12.5%;
  padding: 10px 0 0 15px;
}

/* ---- Line Column ---- */

.column.column-line,
.column.column-line2 {
  overflow: hidden;
  margin: 40px 0;
}

.column.column-line > *,
.column.column-line2 > * {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: -.40em;
  margin-top: -20px;
  margin-left: -1px;
  padding-left: 0;
}

.column.column-line2 > * {
  margin: 0 -10px;
}

.column.column-line > * > * {
  border-left: 1px solid #eee;
  margin-top: 20px;
  padding: 0;
}

.column.column-line2 > * > * {
  margin: 0;
  padding: 10px;
}

.column .column-inner {
  padding: 0 10px;
}

.column.column-line2 .column-inner {
  width: 100%;
  height: 100%;
  padding: 33px 40px;
  border: 1px solid #d2d2d2;
}

/* ---- Cell Styles ---- */

.column-style2.column.column3 {
  margin: 2em 0 0;
}

.column-style2.column.column3 > * {
  margin: -15px 0 0 -15px;
}

.column-style2.column.column3 > * > * {
  padding: 15px 0 0 15px;
}




/*  Section
-------------------------- */

.section {
  margin-bottom: 80px;
  line-height: 1.7;
}

.section2 {
  margin-bottom: 35px;
}

.section:last-child {
  margin-bottom: 40px;
}

.section.bg-default-light > .inner,
.section.bg-default-light2 > .inner,
.section.bg-accent2-light > .inner,
.section.bg-sub3-light > .inner {
  padding-top: 5em;
  padding-bottom: 5em;
}

/* ---- Section Text ---- */

.section-main > p:first-child,
.entry-body .section-main > p:first-child,
.section-side > p:first-child,
.entry-body .section-side > p:first-child,
.section-half > p:first-child,
.entry-body .section-half > p:first-child {
  margin-top: 0;
}

/* ---- Section Head ---- */

.section-head {
}

.section-head .ttl {
  margin: -.1em 0 0;
  line-height: 2;
}

.section-head .ttl .txt-sm {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  font-size: .65em;
  line-height: 1.2;
  vertical-align: middle;
}

.section-head.float-left {
  width: 15%;
}

.section-content.float-right {
  width: 85%;
}

/* ---- Section Main / SIde ---- */

.section-main,
.section-side {
}

.section-main {
  width: 770px;
}

.section-side {
  width: 290px;
}

.section-side.float-left {
  padding-left: 0;
}

.section-side .thumb img {
  width: 100%;
}

.section-side .section {
  margin-bottom: 20px;
}

.section-main.float-left {
  width: 770px;
}

.section-side.float-right {
  width: 360px;
}

/* ---- Section Half ---- */

.section-half {
  width: 50%;
}

.section-half .thumb img {
  width: 100%;
}

.section-half.float-left {
  padding-right: 18px;
}

.section-half.float-right {
  padding-left: 20px;
}

.section-half .ttl:first-child {
  margin-top: 0;
}

p + .section-half,
p + .section-half + .section-half {
  margin-top: 2em;
}

.ttl + .section-half,
.ttl + .section-half + .section-half {
  margin-top: 1em;
}

/* ---- Section Text ---- */

.section > p,
.section .inner > p,
.section .section-inner > p,
.section .section-half > p,
.section .section-main > p {
  line-height: 2;
}

.section-half .ttl.ttl-style3,
.section-half .ttl.ttl-style4 {
  margin-bottom: 1.2em;
}

.section-half .ttl.ttl-style3 + p,
.section-half .ttl.ttl-style4 + p {
  margin-top: .8em;
}

/* ---- Section Inner ---- */

.section-inner {
  margin-top: 5em;
  margin-bottom: 3em;
}

.section-inner:first-child {
  margin-top: 0;
}

.section.line-top,
.section-inner.line-top {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 40px;
}

.section.line-top > .ttl:first-child,
.section-inner.line-top > .ttl:first-child {
  margin-top: 0;
}


/*  Box Decoration
-------------------------- */

.line-frame {
  border: 1px solid #d2d2d2;
}

.line-top {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

.line-bottom {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.line-dot {
  border-top-style: dotted;
}

/* -- Animation keyframes -- */

@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opa0 {
  100% {
    opacity: 0;
  }
}

@keyframes opa1 {
  100% {
    opacity: 1;
  }
}

@keyframes bl1 {
  100% {
    filter: blur(0);
  }
}

@keyframes tra1 {
  100% {
    transform: translateX(0);
  }
}

@keyframes tra2 {
  100% {
    transform: translateY(0);
  }
}

/*  Breadcrumb
-------------------------- */

.breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 8px 0;
  border-radius: 0;
  color: #fff;
  font-size: .82em;
  /*font-weight: bold;*/
  letter-spacing: 0;
}

.breadcrumb:before,
.breadcrumb:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}

.breadcrumb:before {
  background: #4d8821;

}

/*.breadcrumb:after {
  background: url(../img/bg-breadcrumb.png) repeat-y top center;
}*/

.breadcrumb .inner {
  padding: 0;
}

.breadcrumb a {
  color: #fff;
}

/*  Pagination
-------------------------- */

.pagination {
  display: block;
  margin: 5em 0 0;
  font-size: .95em;
  text-align: center;
}

.pagination span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 5px 12px;
}

.pagination .pages {
  margin-right: 8px;
  border: none;
  display: none;
}

.pagination a,
.pagination .current,
.pagination .previous,
.pagination .next {
  transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 40px;
  height: 40px;
  margin: 0 3px 12px;
  padding: 0;
  border: 1px solid #e7e7e7;
  background: #ffff;
  color: #999;
  font-size: 1em;
  vertical-align: middle;
  line-height: 33px;
}

.pagination a {
  border: 1px solid #efefef;
  background: #efefef;
  color: #555 !important;
  text-decoration: none;
}

.pagination a:hover,
.pagination .current {
  border-color: #485315;
  background-color: #485315;
  color: #fff !important;
}

/*  Pager
-------------------------- */

.pager {
  clear: both;
  margin: 5em 0 0;
  padding: 25px 20px;
  background: #f6f6f6;
  text-align: center;
  font-weight: bold;
}

.pager span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 .7em;
}

/* -- Previous -- */

.pager .previous {
}

/* -- Next -- */

.pager .next {
}


/*  Form
-------------------------- */

.mw_wp_form {
}

/* ---- Form Table ---- */

.mw_wp_form table {
  margin-bottom: 2em;
}

.mw_wp_form table th {
  letter-spacing: -.05em
}

.mw_wp_form .tag.tag-sm {
  margin: .4em 0 .4em .9em;
}

.mw_wp_form table td {
  font-size: 1.05em;
  letter-spacing: -.02em;
}

.mw_wp_form table td .txt-sm {
  padding-left: .6em;
  font-size: .8em;
}

.mw_wp_form input[type="text"] {
  margin-right: .7em;
  vertical-align: middle;
}

.mw_wp_form input[size="10"] {
  width: 90px;
}

.mw_wp_form input[size="20"] {
  width: 150px;
}

.mw_wp_form input[size="40"] {
  width: 300px;
}

.mw_wp_form input[size="70"] {
  width: 530px;
}

.mw_wp_form table td label {
  margin-top: .4em;
  margin-bottom: .4em;
  padding-right: 1em;
  font-weight: normal;
}

.mw_wp_form table td label input[type="text"] {
  margin-left: 1em;
}

.mw_wp_form table td textarea {
  height: 90px;
  min-height: 90px;
  margin: .2em 0 -.2em;
}

/* ---- Form Button ---- */

.mw_wp_form .btn-wrap {
  margin-top: 4em;
}

.mw_wp_form .btn-wrap p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 .7em;
  vertical-align: middle;
}

.mw_wp_form .btn-wrap .btn {
  width: 360px;
  padding: 0;
}

.mw_wp_form .btn-wrap .btn:before {
  margin-top: -4px;
}

.mw_wp_form .btn-wrap .btn:hover {
  opacity: .7;
}

.mw_wp_form .btn-wrap .btn input {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 22px 22px 22px 12px;
  background: none;
  border: none;
}

.mw_wp_form .btn-wrap .btn-confirm:before {
  right: 122px;
}

.mw_wp_form .btn-wrap .btn-submit:before {
  right: 132px;
}

.mw_wp_form .btn-wrap .btn-back:before {
  right: auto;
  left: 150px;
  transform: rotate(-135deg);
}

.mw_wp_form .btn-wrap .btn-back input {
  padding-right: 12px;
  padding-left: 22px;
}



/*  Embed
-------------------------- */

.embed {
  margin-bottom: 40px;
  text-align: center;
}

.embed iframe {
  position: absolute !important;
  height: 100% !important;
  margin-right: auto;
  margin-left: auto;
}

.embed p {
  font-size: .98em;
  text-align: left;
}

/* -- Embed Video -- */

.embed-video {
}

.embed-video iframe {
}

/* -- Embed Map -- */

.embed-map {
  border: 1px solid #ccc;
}

.embed-map iframe {
}

/* -- Embed Twitter -- */

.embed-tw {
  padding: 0 2px;
  background: #fff;
}

.embed-tw a {
  font-size: .85em;
}

.embed-tw iframe {
  max-width: 410px !important;
  height: 500px !important;
  max-height: 600px !important;
}

@media screen and (max-width: 992px) {

  .embed-tw {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }

   .embed-tw iframe {
     width: 100% !important;
   }
}


/*  Entry Body (Detail)
-------------------------- */

/* ------ Entry Body ------ */

.entry-body {
  /*line-height: 1.9;*/
  line-height: 1.7;
}

/* ---- Column ---- */

.entry-body .column {
  overflow: hidden;
}

.entry-body .column > ul > li ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

/* ---- List ---- */

.entry-body ul,
.entry-body ol {
  /*margin: 30px 0;*/
  margin: 15px 0;
  padding-left: 1em;
}

.entry-body ul.news-list {
  padding-left: 0;
}

.entry-body h2 + ul,
.entry-body h3 + ul,
.entry-body h4 + ul,
.entry-body h2 + ol,
.entry-body h3 + ol,
.entry-body h4 + ol {
  /*margin-top: 20px;*/
  margin-top: 15px;
}

.entry-body ul > li,
.entry-body ol > li {
  margin-bottom: 0;
}

.entry-body .list-line ul > li,
.entry-body .list-line ol > li {
  margin-bottom: 0;
}

.entry-body li > ul,
.entry-body li > ol {
  margin: 5px 0 10px;
  padding-top: 2px;
  padding-left: 1.5em;
}

/* -- List Dot -- */

.entry-body ul {
  padding-left: 1.5em;
}

.entry-body ul > li {
  list-style-type: disc;
}

.entry-body ul ul > li {
  list-style-type: circle;
}

/* -- List Number -- */

.entry-body ol {
  padding-left: 2em;
}

.entry-body ol > li {
  list-style-type: decimal;
}

/* -- List Other -- */

.entry-body .list {
}

.entry-body .list > ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.entry-body .list ul.pl-0 {
  padding-left: 0;
}

.entry-body .list ul > li {
  list-style-type: none;
}

/* ---- List Definition ---- */

.entry-body dl {
  margin: 20px 0;
}

.entry-body dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.entry-body dl .list-dot,
.entry-body dl .list-num {
  margin: 0;
}

/* -- Dl Other -- */

.entry-body .list-dl dl {
  margin: 0 !important;
}

/* ---- Table ---- */

.entry-body table {
}

.entry-body table th {
}

.entry-body table td {
}

/*.entry-body table td p {
  margin: 0;
  padding-top: 20px;
}*/

.entry-body table td p:first-child {
  padding-top: 0;
}

.entry-body table ul,
.entry-body table ol {
  margin: 0;
}

.entry-body table ul {
  padding-left: 1.5em;
}

.entry-body table ul li {
  float: left;
  margin-right: 30px;
}

/* ---- List Row ---- */

.entry-body .list-row {
}

.entry-body .list-row ul {
  padding-left: 0;
}

.entry-body .entry-content p.clearfix {
  height: 0;
}

/* ---- CMS ---- */

/* editor */
.entry-body p {
  /*margin-top: 1.5em;
  margin-bottom: 1.5em;*/
  margin-top: 0em;
  margin-bottom: 0.8em;
}

.entry-body strong {
  font-weight: bold;
}

.entry-body em {
  font-style: italic;
}

.entry-body blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.aligncenter {
  display: block;
  margin: 2em auto;
  text-align: center;
}

.alignright,
.entry-body .alignright {
  float: right;
  margin-left: 3em;
  margin-bottom: 2em;
}

.alignleft,
.entry-body .alignleft {
  float: left;
  margin-right: 3em;
  margin-bottom: 2em;
}

.alignright,
.entry-body .alignright,
.alignleft,
.entry-body .alignleft {
  margin-top: 0;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* ---- Entry Link ---- */

.entry-body a,
.entry-body a:hover {
  /*color: #022d92;*/
  color: #028c92;
}

.entry-body iframe {
  width: 697px !important;
  height: 392px !important;
  margin: .8em 0;
}

.entry-body .column iframe {
  margin: .3em 0;
}

.entry-body iframe:first-child,
.entry-body .column iframe:first-child {
  margin-top: 0;
}

/* ---- Summary ---- */

.summary {
  margin: 20px 0 40px;
  padding-left: 20px;
}

.summary > p {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #888;
}

.summary > p:first-child,
.summary .ttl + p {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.summary .ttl {
  margin-left: -20px;
}

/* ---- Notice ---- */

.notice {
  margin: 2em 0;
  padding: 15px 20px;
  border: 1px solid #ccc;
  background: #fff;
}

.notice p,
.entry-body .notice p {
  margin-top: .5em;
  margin-bottom: .5em;
}

.notice .ttl {
  margin-top: 0;
  margin-bottom: .5em;
}

.notice p + .ttl {
  margin-top: 1.5em;
}


/* =============================================================

  Plugins Setting

============================================================= */

/*  Accordion
-------------------------- */

.acc,
.acc-list {
  position: relative;
}

.acc {
}

/* -- Accordion Button -- */

.acc-btn {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.acc-btn .btn,
.acc-close-btn .btn {
  width: 100%;
  cursor: pointer;
}

.acc-close-btn {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}

.acc-close-btn .btn .icn-arw {
  padding-right: 80px;
}

.acc-btn .btn .icn-arw:before {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  margin-top: -6px;
  width: 8px;
  height: 8px;
}

.acc-btn.active .btn .icn-arw:before,
.acc-close-btn .btn .icn-arw:before {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin-top: -2px;
}

/* -- Accordion Content -- */

.acc-content {
  display: block;
  padding: 0;
}

.acc .acc-content-inner {
  padding: 30px 20px;
}

.entry-body .acc .acc-content-inner > p {
  margin-top: 0;
}

/* -- Accordion List -- */

.acc-list {
  margin: 0;
}

.acc-list .acc {
  margin-bottom: 20px;
}

.acc-list .acc-cont {
  display: none;
}

.acc-list .acc-cont-inner {
  padding: 35px 20px 0;
  border: 1px solid #003b9f;
  border-top-width: 0;
}

.acc-list .acc-cont-inner > .ttl:first-child {
  margin-top: 0;
}


/*  Mobile Accordion
-------------------------- */

#container.display-pc .acc-sp .acc-content {
  display: block !important;
}


/*  Modal
-------------------------- */

/* -- JS Setting -- */

.mfp-container {
  position: relative;
  padding: 5% 12%;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.mfp-fade.mfp-bg.mfp-ready {
  background: #000;
}

.mfp-wrap {
  text-align: center;
}

.mfp-content {
  position: relative;
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
}

/* -- Arrow -- */

.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
  transition: all .4s linear;
}

.mfp-fade.mfp-wrap .mfp-arrow {
  opacity: 0;
  transition: all .4s linear;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
  transition: all .4s linear;
}

.mfp-arrow {
  top: 50% !important;
  width: 50px;
  height: 95px;
  margin-top: -30px !important;
  filter: none !important;
}

.mfp-arrow:before {
  transition: opacity .4s ease-in-out;
  top: 0 !important;
  width: 20px;
  height: 20px;
  margin-top: 35px !important;
  margin-right: 0;
  margin-left: 0;
  border: 3px solid #222;
}

.mfp-arrow:hover:before {
  opacity: 1;
}

.mfp-arrow:after {
  display: none;
}

.mfp-arrow-right {
  right: 2.5%;
}

.mfp-arrow-right:before{
  transform: rotate(45deg);
  margin-left: 10px;
  border-left: none;
  border-bottom: none;
}

.mfp-arrow-left {
  left: 2.5%;
}

.mfp-arrow-left:before {
  transform: rotate(-45deg);
  margin-left: 16px;
  border-right: none;
  border-bottom: none;
}

/* -- Close -- */

.mfp-content .mfp-close {
  transition: opacity .4s ease-in-out;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -70px;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #222;
  text-indent: 100px;
  line-height: 100px;
  font-size: 0 !important;
  font-weight: normal;
}

.mfp-content .mfp-close:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.jsao.org/common/img/icn-close.png) no-repeat center;
  background-size: 100%;
  content: "";
}

.mfp-content .mfp-close:hover {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  max-width: 830px;
  max-height: 880px;
}

.mfp-figure:after {
  background: none;
  box-shadow: none;
}

/* -- Image -- */

img.mfp-img {
  transition: all .4s ease-in-out;
  padding: 0;
  vertical-align: top;
}

/* -- Bottom Bar -- */

.mfp-bottom-bar {
  margin-top: -30px;
}

.mfp-title {
  padding: 0;
  color: #1e1e1e;
}

.mfp-counter {
  display: none;
}

/* -- Modal Sction -- */

.modal-section,
.modal-section:first-child,
.modal-section:last-child {
  margin: 0;
}

.modal-section {
  width: 830px;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
}

.modal-section.note-section {
  width: auto;
}

.note-section .modal-section-inner {
  padding: 30px;
  background: #fff;
}

/* -- Modal Inline Sction -- */

.mfp-modal-inline .mfp-content {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.mfp-modal-inline .modal-section-inner {
  overflow: scroll;
  height: 100%;
  padding: 25px;
  border: 6px solid #e8061c;
  border-left-color: #1f2087;
  border-bottom-color: #1f2087;
  background: #fff !important;
}


/* =============================================================

  Add Module Setting

============================================================= */


/*  Page Navi
-------------------------- */

.pagenav {
  clear: both;
  margin-top: 3em;
  margin-bottom: 3em;
}

.pagenav a {
  text-decoration: none;
}

.pagenav a,
.pagenav a:hover {
  color: #001250;
}

.pagenav .btn {
  position: relative;
  display: block;
  padding: 30px 20px;
  /*background: #f8f7f1;*/
  background: #f4f8f1;
  border: 1px solid #bfbfbf;
  /*border-left: 5px solid #4d8821;*/
  color: #1e1e1e;
  font-size: 1em;
  /*font-weight: bold;*/
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}

.pagenav .btn:hover {
  /*background-color: #fefdfb;*/
  background-color: #fdfefb;
}

.pagenav > ul > li {
  margin: 0 !important;
}

/* === .pagenav 内は a::after の自動アイコンを完全無効化 === */
.pagenav a::after {
  content: none !important;
  display: none !important;
  padding: 0 !important;
}

/* === .pagenav 内は .icn がある時だけ右にアイコンを表示 === */
/* 共通スタイル */
.pagenav .icn::after {
  font-family: "FontAwesome";
  font-size: 0.9em;
  display: inline-block;
  margin-left: .5em;
  vertical-align: bottom;
}

/* 外部リンク（内部ドメインは除外） */
.pagenav a[href^="http"]:not([href*="www.jsphcg.or.jp"]):not([href*="jsphcg.or.jp"]):not([href*="test.jsphcg.or.jp"])
  .icn::after {
  content: "\f08e";
}

/* PDF */
.pagenav a[href*=".pdf"] .icn::after { content: "\f1c1"; }

/* Word */
.pagenav a:is([href*=".doc"], [href*=".docx"]) .icn::after { content: "\f1c2"; }

/* Excel */
.pagenav a:is([href*=".xls"], [href*=".xlsx"]) .icn::after { content: "\f1c3"; }

/* PowerPoint */
.pagenav a:is([href*=".ppt"], [href*=".pptx"]) .icn::after { content: "\f1c4"; }

/* Zip */
.pagenav a[href*=".zip"] .icn::after { content: "\f1c6"; }

/* Mail */
.pagenav a[href^="mailto:"] .icn::after { content: "\f003"; }

/* 明示的に消したい時（noicon） */
.pagenav .noicon .icn::after {
  content: none !important;
  margin: 0 !important;
}


/*  Page Navi _p3
-------------------------- */

.pagenav_p3 {
  clear: both;
  margin-top: 2.5em;
  margin-bottom: 1em;
}

.pagenav_p3 a {
  text-decoration: none;
}

.pagenav_p3 a,
.pagenav_p3 a:hover {
  color: #001250;
}

.pagenav_p3 a:after {
  display: inline;
  margin: 0;
  content: "" !important;
}

.pagenav_p3 .btn {
  position: relative;
  display: block;
  padding: 12px 20px;
  border: 1px solid #bfbfbf;
  color: #1e1e1e;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}

.pagenav_p3 .btn:hover {
  color: #666666;
}

.pagenav_p3 > ul > li {
  margin: 0 !important;
}


/*  Page Navi2
-------------------------- */

.pagenav2 {
  clear: both;
  margin-top: 3em;
  margin-bottom: 3em;
}

.pagenav2 a {
  display: block;
  text-decoration: none;
}

.pagenav2 .thumb {
  display: block;
  overflow: hidden;
  margin: 0;
}

.pagenav2 .thumb img {
  margin: -1px;
}

.pagenav2 .btn {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.05em;
  text-align: left;
  background-color: #001355;
}

.pagenav2 a:hover img {
  opacity: .8;
}

.pagenav2 a:hover .btn {
  background-color: #020919;
}

/*  Page Navi3
-------------------------- */

.pagenav3 {
  clear: both;
  margin-top: 0;
  margin-bottom: 3em;
}

.pagenav3 ul {
  margin-top: -20px !important;
  margin-left: -20px !important;
}

.pagenav3 li {
  padding-top: 20px !important;
  padding-left: 20px !important;
}

.pagenav3 li a {
  display: block;
  position: relative;
  text-decoration: none;
}

.pagenav3 li a:hover {
  opacity: .7;
}

.pagenav3 .thumb {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.pagenav3 .thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 5px solid rgba(255,255,255,.5);
  content: "";
}

.pagenav3 .btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 45px 5px 10px;
  color: #333;
  font-size: 1.35em;
  font-weight: 500;
  text-shadow:
    #fff 2.5px 0px 2px, #fff -2.5px 0px 2px,
    #fff 0px -3px 2px, #fff 0px 3px 2px,
    #fff 2.5px 3px 2px, #fff -2.5px 3px 2px,
    #fff 2.5px -3px 2px, #fff -2.5px -3px 2px,
    #fff 2px 3px 2px, #fff -2px 3px 2px,
    #fff 2px -3px 2px, #fff -2px -3px 2px,
    #fff 2.5px 2px 2px, #fff -2.5px 2px 2px,
    #fff 2.5px -2px 2px, #fff -2.5px -2px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px;
  text-align: center;
  letter-spacing: 0.2em;
}

/*  Link Navi
-------------------------- */

.linknav {
  margin: 3em 0;
  font-size: 1.1em;
  line-height: 1.8;
}

.linknav > ul > li > a {
  display: block;
  margin: -20px 0;
  padding: 20px 0px;
  color: #1e1e1e;
  font-weight: bold;
  text-decoration: none;
}

.linknav > ul > li > a:hover {
  background-color: #f3f2f0;
}

.linknav > ul > li > .icn-arw {
  padding-right: 50px;
  padding-left: 5px;
}

.linknav > ul > li > .icn-arw:before {
  top: 50%;
  right: 20px;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-color: #aaa #aaa transparent transparent;
}

.linknav > ul > li p {
  padding-top: .5em;
  font-size: .82em;
  font-weight: normal;
}

/*  News List
-------------------------- */

.news-list {
  clear: both;
  padding: 2em 0 3em;
}

.news-date {
  margin-right: 20px;
}

.news-list .tag-news {
  vertical-align: middle;
}

.news-list li {
  overflow: hidden;
}

.news-list.line-list li {
  padding-top: 18px;
}

.news-list li dl {
  margin: 0;
}

.news-list li dt,
.news-list li dd {
  display: table-cell;
  vertical-align: top;
}

.news-list li dt {
  min-width: 225px;
  font-weight: normal;
  white-space: nowrap;
}

.news-list li dd {
  margin-left: 0;
  padding-left: 0;
}

.news-list li dd a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #1e1e1e;
}


/*  Side Navi
-------------------------- */

.sidenav {
  margin-bottom: 2em;
}

.sidenav .ttl {

}

.sidenav > ul {
  margin: 0;
  padding: 0;
}

.sidenav .ttl,
.sidenav > ul > li {
  transition: opacity .3s ease-in-out,
              color .3s ease-in-out,
              background-color .3s ease-in-out,
              border-color .3s ease-in-out,
              text-shadow .3s ease-in-out;
  position: relative;
  z-index: 0;
  margin-bottom: 3px;
  padding: 20px 40px 20px 25px;
  background: #efefef;
}

.sidenav .ttl:before,
.sidenav > ul > li:before {
  top: 50%;
  right: 20px;
  left: auto;
  z-index: -1;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-color: #ccc #ccc transparent transparent;
}

.sidenav > ul > li:hover {
  background-color: #e3e3e3;
}

.sidenav .ttl > a,
.sidenav > ul > li > a {
  display: block;
  margin: -20px -40px -20px -25px;
  padding: 20px 40px 20px 25px;
  color: #1e1e1e;
  text-decoration: none;
}

.sidenav .ttl,
.sidenav .ttl > a,
.sidenav > ul > li.current,
.sidenav > ul > li.current > a {
  color: #fff;
  font-weight: bold;
}

.sidenav .ttl:before,
.sidenav > ul > li.current:before {
  border-color: #fff #fff transparent transparent;
}

.sidenav .ttl {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #07407c;
}

.sidenav .ttl.icn-arw:hover {
  background-color: #053465;
}

.sidenav .ttl > a {
  margin-top: -26px;
  margin-bottom: -26px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.sidenav > ul > li.current {
  background-color: #b5b5b5;
}

.sidenav > ul > li.current:hover {
  background-color: #b5b5b5;
}

/*  Side Contact
-------------------------- */

.side-contact {

}

.side-contact .ttl {
  margin-top: .8em !important;
  line-height: 1.5;
}


/*  Main Visual
-------------------------- */

#mainvisual {
  overflow: hidden;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 10px;
}

.mainvisual-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 37px;
}

.mainvisual-inner:before,
.mainvisual-inner:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  content: "";
}

.mainvisual-inner:before {
  bottom: 0px;
  background: #cec8ad;
}

.mainvisual-inner:after {
  bottom: 0;
  background: url(../img/mainvisual-bg-all.jpg) no-repeat center bottom;
}

#mainvisual .slide img {
  width: 100%;
}

/* ---- Slide List ---- */

#mainvisual .slider {
  position: relative;
  top: -35px;
  opacity: 0;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
}

#mainvisual .slider.slick-slider {
  opacity: 1;
}

#mainvisual .slick-initialized .slick-slide {
  padding: 0;
}

/* ---- Dots ---- */

.slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -42px;
}

.slick-dots li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  opacity: 1;
  width: 30px;
  height: auto;
  margin: 0;
  border-radius: 100% !important;
  vertical-align: middle;
  text-align: center;
}

.slick-dots li button {
  display: block;
  transition: opacity .4s ease-in-out,padding .4s ease-in-out;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 3px;
  border-radius: 100% !important;
  background: #fff;
  cursor: pointer;
}

.slick-dots li button:before {
  display: none !important;
}

.slick-dots li.slick-active button {
  padding: 8px;
}

.slick-dots li button:hover {
  opacity: .7;
}
