@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4",
    "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  color: #4d4e53;
}

strong,
b {
  font-size: 1rem;
}

em,
address {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.entry ul,
.entry ol,
.entry table,
.entry blockquote,
.entry pre,
address {
  margin: 20px 0;
}

.entry table {
  border-collapse: collapse;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

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+ */
  display: inline-block;
}

li {
  line-height: 1.2;
}

a {
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 8px 10px;
}

/* ページの幅 */
.wrapper__inner {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}

/* ヘッダー */
.catch__copy {
  padding: 8px 0;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  background: #f56e00;
}

/* サイトタイトル */
.site__ttl a {
  display: block;
  font-size: 1.3rem;
  color: #e60012;
}

.site__ttl a:hover {
  opacity: 0.8;
}

/* ヘッダーナビ */
.nav__area {
  display: flex;
  padding: 40px 0;
}

.nav__area .site__ttl {
  display: flex;
  align-items: center;
  width: 29%;
}

.nav__area .global__nav {
  width: 70%;
}

.global__nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global__nav ul li {
  position: relative;
  width: 24%;
}

.global__nav ul li a {
  position: relative;
  display: block;
  padding: 20px 1px 20px 10px;
  color: #646464;
}

.global__nav ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;
  margin-top: -25px;
  border-left: 1px dotted #ddd;
}

.global__nav ul li:last-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50px;
  margin-top: -25px;
  border-left: 1px dotted #ddd;
}

.global__nav ul li a:hover {
  color: #f56e00;
}

/* メインビジュアル */
.main__visual {
  height: 340px;
  margin: 0 auto 50px;
  overflow: hidden;
}

.slide__all {
  position: relative;
}

.slide__wrap {
  position: absolute;
  left: 50%;
  margin-left: -765px;
  width: 1530px;
}

.main__slider {
  width: 100%;
}

.bx-wrapper {
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  width: 30px;
  height: 30px;
}

.bx-wrapper .bx-prev {
  left: 482px;
  background: url(../images/prev.png);
}

.bx-wrapper .bx-next {
  right: 482px;
  background: url(../images/next.png);
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
  background-position: 0;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
  background-position: 0;
}

/* メインカラム */
.content__area {
  max-width: 700px;
}

.content__area .entry {
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 15px;
  background: #f3efe3;
}

.eye__catch img {
  width: auto;
  height: auto;
  max-width: 100%;
  text-align: center;
}

.content__area .entry img {
  margin-bottom: 2px;
  width: 100%;
}

/* サブカラム */
.side__menu {
  /*min-*/
  width: 230px;
  position: sticky;
  top: 0;
  height: fit-content;
}

.side__menu ul li ul li img {
  margin: 0 0 10px 0;
  width: 100%;
}

.side__menu>ul>li>p {
  margin: 0 0 15px 0;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #f56e00;
  border-radius: 5px;
}

.side__menu ul li ul {
  margin: 0 0 15px 0;
  padding: 0 10px;
  border-radius: 4px;
}

.side__menu ul li ul li {
  padding: 0 0 20px 0;
}

.side__menu ul li ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #f56e00;
}

.side__menu ul li ul li a {
  display: block;
  padding: 5px 0 10px;
  color: #646464;
}

.side__menu ul li ul li a:hover {
  color: #f56e00;
}

/* 1カラム */
.post__area {
  margin: 20px 0 0;
  padding: 50px 0;
  background: #f56e00;
}

.post__area .wrapper__inner main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post__area .entry {
  padding: 10px;
  width: 33%;
  background: #fff;
}

.post__area .entry img {
  width: 100%;
  margin-bottom: 10px;
}

.entry .more__btn {
  margin: 10px 0 0;
  text-align: center;
}

.entry .more__btn a {
  display: inline-block;
  width: 200px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #15378e;
  border-radius: 18px;
  border-bottom: none;
}

.entry .more__btn a::before {
  content: "\f138";
  font-family: FontAwesome;
  margin-right: 15px;
  font-size: 16px;
  vertical-align: top;
}

/* 1カラム リンク */
.link__area {
  padding: 50px 0;
  background: #f3efe3;
}

.link__area .links {
  display: block;
  width: 100%;
}

.link__area .links h2 {
  height: 50px;
  padding: 0 30px;
  margin: 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  line-height: 50px;
  color: #fff;
  background: #15378e;
}

.link__area .link__box {
  padding: 20px 30px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #fff;
  border: 1px solid #15378e;
}

.link__area .link__box h3 {
  padding: 10px;
  border: 1px dashed #15378e;
  border-radius: 0;
  background: #fff;
}

.link__area .link__box h3 a {
  display: block;
  border-bottom: none;
}

.link__box h3 a::after {
  content: ">";
  padding-left: 5px;
}

/* フッター */
footer {
  margin-top: 200px;
  border-top: 5px solid #15378e;
}

.footer__inner {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0;
}

.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.footer__menu {
  position: relative;
  display: inline-block;
  width: 33%;
  padding: 0 20px;
}

.footer__menu::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #ddd;
}

.footer__menu p {
  font-size: 16px;
  color: #646464;
}

.footer__menu p::before {
  content: "\f138";
  font-family: FontAwesome;
  margin-right: 15px;
  font-size: 17px;
  vertical-align: top;
  color: #f56e00;
}

.footer__menu ul li a {
  display: block;
  margin: 5px 0;
  padding: 10px 10px;
  color: #f56e00;
}

.footer__menu ul li a:hover {
  background: #f3efe3;
  border-radius: 7px;
}

.footer__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #4d4e53;
}

.top__btn {
  display: block;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  background: #f56e00;
}

.top__btn:hover {
  opacity: 0.7;
}

/* 基本スタイル */
h2 {
  font-size: 180%;
  color: #115fad;
}

h3 {
  color: #115fad;
  background: #cad5d7;
  border-radius: 20px;
}

h4 {
  border-left: 10px solid #f56e00;
}

/* 下層用 */
.under h1 {
  font-size: 180%;
  color: #115fad;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 8px 10px;
}

.under h2 {
  color: #115fad;
  background: #cad5d7;
  border-radius: 20px;
}

.under h3 {
  border-left: 10px solid #f56e00;
  margin-top: 40px;
}


h5 {
  border: 1px solid #cad5d7;
  background: #fff;
}

h6 {
  color: #f56e0f;
}

strong {
  color: #f56e0f;
  background: linear-gradient(transparent 70%, #edd365 70%);
}

em {
  background: linear-gradient(transparent 70%, #cad5d7 70%);
}

.entry ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #f56e00;
  border-radius: 50%;
}

.entry ol {
  counter-reset: number;
}

.entry ol li,
.entry ul li {
  padding: 5px 0;
}

.entry ol li::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #115fad;
  border-radius: 50%;
}

blockquote {
  padding: 50px 30px;
  background: #fff;
  border: 1px dashed #f56e00;
}

address {
  padding: 20px;
  color: #fff;
  background: #f56e00;
}

ins {
  padding: 10px;
  color: #115fad;
  background: #cad5d7;
}

.entry a {
  color: #f56e00;
  border-bottom: 1px solid #f56e00;
}

.entry a:hover {
  color: #115fad;
}

pre {
  padding: 20px;
  background: #fff;
  border: 1px dashed #115fad;
}

.entry table th {
  padding: 5px 20px;
  background: #f56e00;
  font-weight: normal;
  color: #fff;
  border: 1px solid #fff;
}

.entry table td {
  padding: 5px 20px;
  background: #fff;
  border: 1px solid #115fad;
}

/* パンくず */
.pan__nav {
  margin: 0 0 20px;
  padding: 8px 0;
  border-top: 1px solid #f56e00;
  border-bottom: 1px solid #f56e00;
}

.pan__nav li {
  display: inline-block;
}

.pan__nav li::after {
  content: ">>";
  margin: 0 10px;
}

.pan__nav li:last-child::after {
  content: none;
}

.pan__nav li a {
  color: #646464;
  border-bottom: 1px solid #f56e00;
}

.pan__nav li a:hover {
  color: #f56e00;
}

/* 404 */
.not__found {
  font-size: 30px;
  color: #f56e00;
}

/* SNS */
.sns__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 60px 0 20px;
}

.sns__button {
  width: 24%;
}

.sns__button a {
  display: block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  border-bottom: none;
  border-radius: 4px;
}

.sns__button a:hover {
  color: #fff;
}

#twitter {
  background-color: #00acee;
}

#twitter:hover {
  background-color: #0095ce;
}

#hatena {
  background-color: #2d4c86;
}

#hatena:hover {
  background-color: #243c6a;
}

#facebook {
  background-color: #3b5998;
}

#facebook:hover {
  background-color: #2e477b;
}

#ggl-plus {
  background-color: #dd4b39;
}

#ggl-plus:hover {
  background-color: #cc3d2b;
}