@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
  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: 16px;
  line-height: 2;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", sans-serif;
}

a {
  color: #000;
  display: block;
}

a:hover {
  color: #bbbba8;
  transition: 0.2s;
}

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

h2,
h3,
h4,
h5,
h6,
.under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}

h2,
.under h1 {
  color: #333;
  background: #ffffff;
  padding: 7px 15px;
  text-align: center;
  border-bottom: solid 1px #333;
}

h3,
.under h2 {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
  color: #000;
}

h3:before,
.under h2::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  font-size: 9px;
  left: 8px;
  top: 8px;
  color: #dde01f;
}

h4,
.under h3 {
  border-bottom: 1px dotted #333;
  padding-bottom: 3px;
  font-size: 20px;
  color: #333;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  color: #b3a8a8;
  font-size: 120%;
}

h6 {
  color: #dde01f;
  font-size: 100%;
}

strong {
  background: linear-gradient(transparent 60%, #dde023 60%);
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #b2a8a8;
  width: 75%;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 2px;
  background: #ccc;
}

article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #b2a8a8;
  width: 75%;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
}

blockquote {
  background: #f8f8f4;
  padding: 3em 1em;
  position: relative;
  font-style: italic;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #999;
  position: absolute;
}

blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
  font-style: normal;
}

blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
  font-style: normal;
}

table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  background: #f8f8f4;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
}

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;
  border: 1px solid #b2a8a8;
  margin: 1em 0;
  padding: 1em;
}

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

em {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* top page */
/* header */
.head-line {
  width: 100%;
  margin-bottom: 50px;
  padding: 1rem 0 3%;
  background-color: #f8f8f3;
}

.head-line a {
  color: #000;
}

.glo-navi>ul {
  display: flex;
  justify-content: space-around;
  max-width: 80%;
  margin: 0 auto;
}

.glo-navi ul#glo-navi-list>li {
  display: block;
  position: relative;
  width: -webkit-fill-available;
  font-size: 14px;
  text-align: center;
}

#glo-navi-list li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

#glo-navi-list li a {
  display: block;
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 0 auto;
}

/* slider */
.bx-wrapper {
  border: none;
  box-shadow: none;
  border: 4px solid #000;
  float: left;
  /* margin: 0 0 50px 40px; */
  width: 100%;
}

/* contents area */
.postcontainer {
  /* width: 1160px; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-left: 5%;
}

header .postcontainer {
  display: block;
}

.more-btn {
  text-align: right;
}

.more-btn a {
  padding: 1px 1rem;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  margin-top: 20px;
}

.more-btn a:hover {
  background: #fff;
  color: #eee;
}

/* main */
main {
  margin: 0 auto;
  width: 96%;
  padding: 50px 0 20px;
}

article img {
  max-width: 100%;
  margin-bottom: 10px;
  border: 9px solid #f8f8f4;
}

.link-content img {
  float: left;
  max-width: 340px;
  margin-right: 10px;
  border: 9px solid #f8f8f4;
}

article {
  margin-bottom: 35px;
  background: #fff;
  padding: 20px;
}

/* おすすめリンク */
.link-haco h3 {
  position: relative;
  margin-bottom: 0;
}

.link-haco h3 a {
  display: block;
  color: #000;
  font-size: 19px;
}

.link-haco h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.link-haco h3 a:hover {
  text-decoration: underline;
  color: #000;
}

.link-haco p {
  padding: 0 0 20px;
}

.link-haco a {
  text-align: left;
}

/* aside */
aside {
  float: left;
  /*min-*/
  width: 23%;
  padding: 10px;
  font-size: 14px;

  position: sticky;
  top: 0;
  height: fit-content;
}

aside li>div {
  color: #000000;
  font-size: 17px;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000;
}

aside a {
  padding: 10px 0;
}

aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}

.side-links a {
  margin-bottom: 10px;
}

/* footer */
footer {
  position: relative;
  background: #262626;
  padding: 50px 0 10px;
  color: #fff;
}

footer p {
  font-size: 21px;
}

footer a {
  color: #fff;
  font-size: 85%;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .postcontainer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  width: 90%;
  /* left: 500px; */
  padding-left: 11%;
}

.footert-copy {
  font-size: 70%;
  text-align: center;
}

.top-bt {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

.footer-menu {
  width: 27%;
  margin-right: 3%;
}

/* under */
.notfound {
  font-size: 200%;
  color: #000;
}

/* pan nav */
.panav {
  width: 81%;
  margin: 0 auto;
}

.panav a {
  display: inline;
  font-size: 85%;
  color: gray;
}

.panav font {
  color: #ccc;
}

/* SNS */
.button-area {
  width: 100%;
  margin: 50px 0;
}

.sns-postcontainer {
  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: #eee;
  color: #000;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.button-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 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;
}

/* SNSごとの背景色 */
#twitter {
  background-color: #fff;
  border: 1px solid #00acee;
  color: #00acee;
}

#hatena {
  background-color: #fff;
  border: 1px solid #2d4c86;
  color: #2d4c86;
}

#facebook {
  background-color: #fff;
  border: 1px solid #3b5998;
  color: #3b5998;
}

#ggl-plus {
  background-color: #fff;
  border: 1px solid #dd4b39;
  color: #dd4b39;
}

/*ついき*/
.minwrap_001 {
  width: 100%;
  margin: 0 auto;
  background: #f8f8f3;
}

.sidearea_001 {
  float: right;
  width: 30%;
}

.ttl_wrap {
  width: 90%;
  padding: 10px;
  /* float: left; */
  margin: 0 auto;
}

.ttl_wrap .web-ttl a {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.3;
}

.ttl_wrap p.copy {
  margin-bottom: 10px;
  color: #000000;
  font-size: 11px;
  text-align: center;
}

.side-postcontainer a {
  color: #000;
  padding-bottom: 5px;
}

.side-postcontainer a:hover {
  text-decoration: underline;
  color: #000;
}

.side-postcontainer li {
  padding-bottom: 5px;
}

/*page（二階層目）css*/
.minwrap_002 {
  width: 70%;
  margin: 0 auto;
  background: #f8f8f3;
  float: left;
}

/*footer(2階層目)*/
.page {
  margin: 0 auto;
  width: 88%;
  padding: 50px 0 20px 0;
}

.footer_002 {
  position: relative;
  background: #262626;
  padding: 50px 0 10px;
  color: #fff;
  margin-top: 50px;
}

.intr_wrp {
  width: 1160px;
  margin: 0 auto;
}