@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: -apple-system, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #333;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 only */
.cf {
  *zoom: 1;
}
a {
  transition: all 0.3sec ease;
}
a:hover {
  opacity: 0.7;
}
pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 */
  word-wrap: break-word; /* IE 5.5+ */
  margin: 15px 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #000f3b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  margin-bottom: 25px;
  padding: 8px 0;
}
/* top page */

/* header */
#wrap {
  display: flex;
  justify-content: inherit;
}
.head--top {
  width: 250px;
  position: fixed;
  padding: 30px 10px;
  margin: 0 auto;
  background: #fff;
}
#rightwrap {
  width: 960px;
  background: #f5f5f5;
  margin: 0 auto 0 250px;
  overflow: hidden;
}
.container .er {
  padding: 1rem 110px 20rem;
}
.head--top .site--ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.3;
}
.head--top .site--ttl a {
  color: #000f3b;
}
.head--top p.catch--copy {
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}
nav.gnav > ul {
  margin: 20px auto;
}
nav.gnav ul#g--menu > li {
  display: block;
  position: relative;
  font-size: 12px;
  border-bottom: 1px dotted #bbb;
}
ul#g--menu li ul.sub--menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
ul.sub--menu li a {
  display: block;
}
ul.sub--menu li a:hover {
  color: #f5f2e8;
  background-color: #388186;
}
.slicknav_menu {
  display: none;
}
#g--menu li a {
  display: block;
  color: #333;
  padding: 10px 0;
}
#g--menu li a:hover {
  color: #333;
}
/* slider */
#slider {
  overflow: hidden;
  position: relative;
  width: 960px;
}
#sliderinner {
  position: relative;
  left: 50%;
  width: 2880px;
  margin-left: -1440px;
}
.bx-wrapper {
  margin: 0 auto;
  position: relative;
  border: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000f3b;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  transition: 0s;
}
.bx-wrapper .bx-prev {
  left: 10px;
}
.bx-wrapper .bx-next {
  right: 10px;
}
.bx-wrapper .bx-controls-direction a {
  width: 34px;
  height: 58px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0;
}
/* contents area */
.container {
  margin: 0 auto;
  position: relative;
}
.container section article {
  padding: 20px 40px; /*20px 50px*/
}


.btn_4 {
  text-align: right;
}
article .btn_4 a {
  color: #fff;
  display: inline-block;
  background: #000;
  width: 50px;
  height: 50px;
  line-height: 43px;
  text-align: center;
  font-size: 40px;
}

/* section */
.main--area {
  padding: 0 50px;
}
.container article .art-box {
  padding: 0 20px;
}
.article > .cf {
  width: 100%;
  margin: 0 auto;
}
.article > .cf img {
  margin: 0 0 10px;
  width: 100%;
}
.article p img {
  max-width: 100%;
}
.article img,
img.eyecatch,
.side--link img {
  box-shadow: 0 0 1px rgba(51, 51, 51, 0.3);
}
.article img {
  display: block;
  margin-bottom: 5px;
}
.article .art-R {
  width: 280px;
  float: right;
}
.art-R a {
  display: block;
  text-align: right;
}
/* style */
.container section .content1_img img {
  max-width: 100%;
  margin: 0 auto 25px;
  text-align: center;
  display: block;
  float: none;
}

/* +下層用 */
.container h2, .under h1 {
  font-size: 160%;
  color: #000f3b;
  position: relative;
}
.container h3, .under h2 {
  color: #000f3b;
  padding: 5px 10px;
  border: 2px solid #000f3b;
}
.container h4, .under h3 {
  color: #000f3b;
  border-left: 10px solid #000f3b;
  padding: 8px 10px;
}
.container h5 {
  font-size: 110%;
  padding-bottom: 3px;
  border-bottom: 2px solid #000f3b;
}

.container h6,
article.link-box h6 {
  font-size: 110%;
  font-weight: bold;
  color: #000f3b;
}
b,
strong,
.bo {
  font-weight: bold;
  font-size: 100%;
  color: #d71b1b;
}
.container article ul,
.container .subEntry ul {
  background: #d9d9d9;
  margin: 15px 0;
  padding: 15px;
}
.container article ul li,
.container .subEntry ul li {
  line-height: 1.5;
  padding: 5px 0;
  font-weight: bold;
}
.container article ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  color: #000f3b;
}
.container article ol,
.container .subEntry ol {
  counter-reset: counter-name;
  border: 2px solid #000f3b;
  padding: 15px;
  margin: 15px 0;
  background: #fff;
}
.container article ol li,
.container .subEntry ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.container article ol li:before,
.container .subEntry ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
  color: #000f3b;
  font-weight: bold;
}
blockquote {
  background: #fff;
  padding: 3em 1em;
  position: relative;
  margin-bottom: 1em;
}
blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  color: #000f3b;
  position: absolute;
  left: 10px;
  top: 0;
}
blockquote:after {
  content: "\f10e";
  font-family: FontAwesome;
  color: #000f3b;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.container main p img {
  display: inline-block;
  float: none;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}

table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}
table th {
  padding: 3px 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #000f3b;
  color: #000f3b;
}
table td {
  padding: 3px 10px;
  vertical-align: top;
  border: 1px solid #000f3b;
}
/* link */
article.link-box h3 a:before {
  content: "\f045";
  font-family: FontAwesome;
  margin-right: 5px;
}
article.link-box h3 {
  display: block;
  background: none;
  margin: 10px auto;
  padding: 0;
}
article.link-box h3:after {
  position: inherit;
  width: 0;
  height: 0;
  border: none;
  border-top: none;
}
article.link-box h3 a {
  color: #333;
  border: 1px solid #333;
  display: block;
  padding: 10px 20px;
  background: none;
}
article.link-box h3 a:hover {
  background: #d9d9d9;
  opacity: 1;
}

article.link-box p {
  padding: 0 0 20px;
}
.container section article.link-box a {
  text-align: left;
}

/* aside */
aside.side-menu {
  float: right;
  width: 260px;
}
.side-container > li {
  margin-bottom: 3em;
}
.side-container a {
  display: block;
  padding: 10px 10px 10px 0px;
  position: relative;
}

.side-container p a {
  display: block;
  padding-left: 70px;
  height: 40px;
  line-height: 40px;
}
.side--link img {
  float: left;
  max-width: 260px;
}
.side-menu > ul > li > p {
  font-size: 21px;
  text-align: center;
  border-bottom: 2px solid #333;
}
p.side--link img {
  vertical-align: middle;
}
.side--link p {
  padding: 10px 0;
}

/* footer */
footer {
  margin-top: 150px;
  position: relative;
  padding: 10px;
  background: #000f3b;
}
footer .f_menu_area {
  margin: 0 auto;
  padding: 15px 0;
}
.f_menu_area > li {
  margin: 0 5% 0 0;
}
footer .f_ttl,
footer .copy {
  font-size: 10px;
  text-align: center;
  color: #fff;
}
footer a.top_btn {
  position: absolute;
  top: -35px;
  right: 10px;
  color: #000f3b;
}

footer .f_menu p {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  color: #fff;
}
footer .f_menu a {
  display: block;
  line-height: 1.3;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
}

/* under */

/* pan nav */
#panav {
  padding: 5px 3%;
  margin: 20px auto 35px;
}
#panav a {
  display: inline;
  font-size: 12px;
  color: #333;
}

img.eyecatch {
  display: block;
  margin: 20px auto;
}
.button-area {
  padding: 20px;
}
.container main .subEntry p {
  padding: 0 0 20px 0;
}

/* SNS */
.button-area {
  width: 100%;
  margin: 0 0 10px;
}
/*
.sns-container {
    display: flex;
    justify-content: space-between;
}
*/
.button-area > div {
  text-align: center;
}
.button-area:after {
  content: "";
  clear: both;
  display: block;
}
.title-fill {
  text-align: center;
  display: block;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.button-whole {
  float: left;
  width: 23%;
  box-sizing: border-box;
  margin: 0 1%;
}
.button-whole .fa {
  font-weight: bold;
}
.button-link {
  display: block;
  text-align: center;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.button-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.article .button-whole a {
  background: #fff;
  border: 2px solid #000f3b;
  color: #000f3b;
}
.article .button-whole a:hover {
  opacity: 1;
}
/* SNSごとの背景色 */
#twitter:hover {
  background-color: #00acee;
  color: #fff;
}
#hatena:hover {
  background-color: #2d4c86;
  color: #fff;
}
#facebook:hover {
  background-color: #3b5998;
  color: #fff;
}
#ggl-plus:hover {
  background-color: #dd4b39;
  color: #fff;
}

.post--sec {
  display: flex;
  flex-wrap: wrap;
}
.post--sec article {
  /* width: 50%; */
  max-width: 50%;
}
.link-in {
  border: 5px solid #000f3b;
  padding: 15px;
}
.container .link-in h2 {
  margin-bottom: 0;
}

.article a {
  padding: 2px 10px;
  background: #d1d9d4;
  color: #000f3b;
}
ins {
  padding: 2px 10px;
  border: 1px solid #000f3b;
}
address {
  border: 3px solid #000f3b;
  border-left: 10px solid #000f3b;
  padding: 2px 10px;
}

.foot--sec .page--side article {
  padding: 20px;
}

.not--found {
  color: #000f3b;
  font-size: 30px;
}
/*ここから------------------------*/
.side--menu {
  padding: 20px;
  width: 100%;
}
.side--menu ul li.side_wrap {
  width: 49%;
  display: inline-block;
  vertical-align: text-top;
}
.side--menu ul li img {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.side--menu ul li.side_wrap p {
  border: 1px solid #222;
  padding: 2%;
  margin-bottom: 20px;
}

.side--menu ul li.side_wrap li {
  margin-bottom: 10px;
}
.side--menu ul li.side_wrap li a {
  color: #222;
  font-weight: bold;
  background: none;
}
/*ここまで*/
