@charset "utf-8";

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

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

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

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

strong,
b,
em,
del {
  font-size: 100%;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  font-size: 14px;
  line-height: 2;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background: #ede7de;
  color: #666;
}

p {
  font-size: 14px;
  line-height: 2;
}

.box {
  /*width: 1000px;*/
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
}

@media (max-width: 667px) {
  .box {
    flex-direction: column;
  }
}

.display {
  max-width: 900px;
  margin: 30px auto 0;
  padding-bottom: 0px;
}

.container-box {
  max-width: 680px;
  margin: 0 auto;
}

.catchcopy {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
}

.main-container {
  float: right;
}

aside {
  /* min-width: 200px; */
  width: 280px;
  position: sticky;
  top: 0;
  height: fit-content;
}

@media (max-width: 667px) {
  aside {
    width: 100%;
    position: static;
  }
}

.left-menu {
  float: left;
  padding: 20px 10px;
  background: #fff;
  border-radius: 5px;
  width: -webkit-fill-available;
}

.left-menu ul li p {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #f18e00;
  border-radius: 4px;
}

.left-menu ul li a {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  border-bottom: 1px dashed #f18e00;
  transition: all 0.3s ease;
}

.left-menu ul li a:hover {
  opacity: 0.7;
}

.left-menu img {
  width: 100%;
  border-radius: 5px;
}

.side-title {
  float: left;
  padding: 20px 10px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
}

.title-area {
  font-size: 21px;
  line-height: 1.2;
  color: #f18e00;
}

.title-area a {
  color: #f18e00;
  font-weight: bold;
}

a {
  transition: all 0.2s all;
}

a:hover {
  opacity: 0.6;
}

main {
  overflow: hidden;
}

.bx-wrapper {
  border: none;
  box-shadow: none;
  background: none;
  margin-bottom: 40px;
}

.bx-wrapper .bx-viewport {
  border-radius: 20px;
}

.bx-wrapper .bx-viewport .main-slider li img {
  width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
}

.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: #f18e00;
}

.page {
  margin: 0 0 60px;
}

.page-out {
  overflow: hidden;
}

.page-in {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  border: 3px solid #f18e00;
  border-radius: 5px;
}

.links {
  display: flex;
  margin-bottom: 60px;
}

.links>h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29%;
  margin: 0;
  padding: 100px 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background: #f18e00;
  border-radius: 5px;
}

.links .link-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 69%;
  margin-left: 10px;
  padding: 20px;
  border: 1px solid #f18e00;
  border-radius: 5px;
  background: #fff;
}

.links .link-inside h3 a {
  display: block;
  margin-top: 20px;
  padding-bottom: 5px;
  color: #f18e00;
  /*#666*/
  font-weight: bold;
  transition: all 0.3s ease;
}

.links .link-inside h3 a::after {
  content: ">";
  margin-left: 5px;
}

.links .link-inside h3 a:hover {
  color: #f18e00;
}

.link-inside h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/* +下層用 */
.page>h2,
.page-in h2,
.under h1 {
  padding: 10px 20px;
  font-weight: normal;
  border-left: 60px solid #f18e00;
  border-radius: 5px;
}

.under h1 {
  font-size: 130%;
  margin-bottom: 20px;
}

.page-in h3,
.under h2 {
  position: relative;
  border-bottom: 3px solid #f18e00;
}

.page-in h4,
.under h3 {
  position: relative;
  border-left: 8px solid #f18e00;
}

.page-in h4::after,
.under h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #f3eff0;
}

.page-in h5 {
  border-bottom: 3px double #f18e00;
}

.page-in h6 {
  font-weight: bold;
  color: #f18e00;
}

.page-in img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 10px;
  border-radius: 10px;
}

.thumbnail img {
  display: block;
  float: left;
  width: 250px;
  margin: 0 10px 10px 0;
}

.page-in p {
  font-size: 14px;
  line-height: 2;
}

.page-in a {
  color: #e75525;
  border-bottom: 1px solid #e75525;
}

@media (max-width: 667px) {
  .page-in a {
    color: #fff;
    border-bottom: none;
  }
}

.page-in strong {
  color: #f18e00;
}

.page-in em {
  font-style: normal;
  border-bottom: 3px double #f18e00;
}

.page-in b {}

.page-in del {
  text-decoration: line-through;
}

.page-in ul,
.page-in ol {
  margin: 20px 0;
  padding: 15px;
  border: 2px solid #f18e00;
  border-radius: 5px;
}

.page-in ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: #f18e00;
  border-radius: 4px;
  vertical-align: sub;
}

@media (max-width: 667px) {
  .page-in ul li::before {
    content: none;
  }
}

.page-in ol {
  counter-reset: counter;
}

.page-in ol li {
  margin-bottom: 10px;
}

.page-in ol li::before {
  counter-increment: counter;
  content: counter(counter);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  background: #f18e00;
  color: #fff;
  border-radius: 4px;
}

.page-in blockquote {
  position: relative;
  margin: 20px 0;
  padding: 10px 15px 10px 50px;
  border: 2px solid #f18e00;
  border-radius: 5px;
}

.page-in blockquote:before {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #f18e00;
  font-size: 25px;
  line-height: 1;
}

.page-in address {
  padding: 5px;
  font-style: normal;
  background: #ffd598;
}

.page-in ins {
  font-size: 16px;
  color: #464646;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  /white-space: pre-wrap;
  word-wrap: break-word;
  display: inline-block;
  margin: 20px 0;
  padding: 20px;
  border: 1px dotted #f18e00;
  border-radius: 5px;
}

table {
  margin: 20px 0;
  border-collapse: collapse;
}

table th {
  padding: 8px;
  font-weight: normal;
  color: #fff;
  background: #f18e00;
  border: 1px solid #fff;
}

table td {
  padding: 8px;
  border: 1px solid #ccc;
}

.pan-navi {
  margin-bottom: 15px;
  padding: 10px 0;
  border-top: 2px dashed #f18e00;
  border-bottom: 2px dashed #f18e00;
}

.pan-navi a {
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #f18e00;
  transition: all 0.3s ease;
}

.pan-navi a:hover {
  color: #f18e00;
}

.pan-navi ul li {
  display: inline-block;
}

.pan-navi ul li::after {
  content: ">>";
  margin: 0 5px;
}

.pan-navi ul li:last-child::after {
  content: none;
}

.sns-box {
  margin: 40px 0 20px;
  padding: 10px;
  border: 2px dashed #f18e00;
}

.sns-box .sns-box {
  border: none;
}

.sns-share {
  margin: 0 0 10px;
  padding-bottom: 5px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

.sns-box .sns-box {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.sns-btn {
  display: inline-block;
  width: 24%;
}

.sns-btn a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  border-bottom: none;
  border-radius: 6px;
}

.twitter {
  background: #00acee;
}

.facebook {
  background: #3b5998;
}

.google {
  background: #dd4b39;
}

.hatebu {
  background: #2d4c86;
}

.page-in .sns-btn a:hover {
  color: #fff;
  opacity: 0.7;
}

.footer--box {
  margin: 100px auto 0;
}

footer {
  padding: 50px 0;
  color: #f18e00;
  background: #fefcf8;
}

footer .display {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 0;
}

footer .display>ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 50%;
}

footer .copy-container {
  display: flex;
  flex-direction: column;
  width: 30%;
  color: #f18e00;
  border-radius: 5px;
}

footer .display>ul>li {
  width: 40%;
}

footer ul li p {
  font-size: 16px;
  font-weight: normal;
}

footer ul li ul li a {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  border-bottom: 1px dashed #fff;
  transition: all 0.3s ease;
}

footer ul li ul li a:hover {
  opacity: 0.7;
}

.top-btn {
  display: block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto 20px;
  background: #f18e00;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.top--area {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.g-navi ul {
  display: flex;
  justify-content: space-around;
}

.g-navi ul li {
  width: 24%;
  text-align: center;
}

.g-navi li a {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  transition: all 0.3s ease;
}

.g-navi li a:hover {
  color: #f18e00;
}

.page-in b.not-found {
  display: block;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
  color: #f18e00;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

.page-in.not-found {
  margin-bottom: 90px;
}