@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: #f5fbe8;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}
a {
  color: #000;
  display: block;
}
a:hover {
  opacity: 0.6;
  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: #fff;
  background: #000;
  padding: 10px 15px;
}
h3, .under h2 {
  border: 2px solid #000;
  padding: 10px 15px;
}
h4, .under h3 {
  border-left: 8px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 15px;
}
.under h3 {margin-top: 40px;}

h5 {
  border-left: 6px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 10px;
  font-size: 120%;
}
h6 {
  border-left: 4px solid #000;
  padding: 5px 10px;
  font-size: 100%;
}

/* 下層用 */
.under h1 {color: #fff;
  background: #000;
  padding: 10px 15px;
  font-size: 140%;
  margin-bottom: 25px;
  border-radius: 10px;}

.under h2 {border: 2px solid #000;
  padding: 10px 15px;}

.under h3 {border-left: 8px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 15px;}



strong {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #000;
}
article ul li {
  position: relative;
  padding: 0 0 0 10px;
}
article ul li:before,
article ul li:after {
  content: "";
  display: block;
  position: absolute;
}
article ul li:before {
  top: 8px;
  left: -16px;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
}
article ul li:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -11px;
  top: 13px;
}
article ol {
  counter-reset: number;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 1px solid #000;
}
article ol li {
  margin: 0;
  list-style: none;
  position: relative;
}
article ol li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #000;
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
}
blockquote {
  background: #fff;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #000;
  position: absolute;
}
blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}
blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}
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 #000;
  background: #eee;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #000;
}
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: 2px dashed #000;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  border: 2px dotted #000;
  font-style: normal;
}
del {
  text-decoration: line-through;
}
ins {
  background-color: #fff;
  display: inline-block;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
/*border-radius*/
.eyecatch0 img,
.bx-wrapper,
article img {
  border-radius: 20px;
}
aside img,
h2,
h3,
article ol,
article ul,
blockquote,
pre,
.linkbox0,
.linkto0 h3 a,
.snsb0-area,
.snsb0-whole a,
.to_tp0 img {
  border-radius: 10px;
}

/* top page */
/* header */
.headtop0 {
  width: 100%;
  padding: 30px 0 0;
}
.ttl {
  width: 50%;
  float: left;
}
.site-title0 a,
p.maincopy0 {
  color: #000;
  line-height: 1.4;
}
.site-title0 a {
  font-size: 30px;
  font-weight: bold;
}
p.maincopy0 {
  margin: 15px 0 0;
  font-size: 90%;
}
.navi0 {
  float: right;
  width: 45%;
  margin-left: 5%;
}
.navi0 > ul {
  display: flex;
  justify-content: space-around;
}
.navi0 ul#navi0-menu > li {
  display: block;
  position: relative;
  width: 24%;
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
}
#navi0-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#navi0-menu li a {
  display: block;
  color: #000;
}
/* slider */
.mv_link {
  max-width: 1160px;
  margin: 30px auto;
  padding: 30px 2% 30px;
  max-height: 650px;
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.eyecatch0 {
  float: left;
  width: 50%;
}
.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

.linkwrap {
  float: right;
  width: 50%;
  padding-left: 5%;
}
.page_cont0 {
  float: left;
  width: 47%;
  overflow: hidden;
  margin-right: 5%;
  max-height: 650px;
}
.linkwrap .page_cont0:last-child {
  margin-right: 0;
}
.page_cont0 img {
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.page_cont0 p {
  font-size: 1.2vw;
  line-height: 1.8;
}
.page_cont0 h2 {
  margin: 0 0 15px;
  border-radius: 0 0 10px 10px;
  font-size: 1.6vw;
}
/* contents area */
.wrapper0 {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2%;
}
.read-more0 {
  text-align: right;
}
.read-more0 a {
  margin-top: 15px;
  color: #000;
  display: inline-block;
  font-size: 1.2vw;
  border-radius: 10px;
}
/* main */
main {
  float: left;
  width: 70%;
  margin: 50px 0;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
article {
  margin-bottom: 30px;
}
article h2 {
  clear: both;
}
/* おすすめリンク */
.linkbox0 {
  border: 1px solid #000;
  padding: 20px;
}
.linkto0 {
  float: left;
  width: 48%;
  margin: 0 1%;
}
.linkbox0 h2 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  border: none;
  color: #000;
}
.linkbox0 h3 {
  margin: 0 2%;
  border: none;
  padding: 0;
}
.linkbox0 h3 a {
  display: block;
  padding: 10px 10px 10px 30px;
  position: relative;
  display: block;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  text-align: left;
}
.linkbox0 h3 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 13px;
  left: 15px;
  border: 8px solid transparent;
  border-left: 10px solid #fff;
}
.linkbox0 p {
  padding: 0 0 0 10px;
}
/* aside */
aside {
  float: right;
  width: 25%;
  margin: 50px 0 50px 5%;
  border-left: 1px solid #000;
  position: sticky;
  top: 0;
  height: fit-content;
}
aside li > div {
  color: #000;
  font-size: 21px;
  border-bottom: 1px solid #000;
  padding-left: 20px;
}
aside ul li ul li:last-child {
  margin-bottom: 50px;
}
.s_link0 :last-child {
  margin-bottom: 10px;
}
aside a {
  padding: 10px 0 10px 20px;
}
aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.s_link0 a {
  margin-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  background: #000;
  padding: 50px 0 10px;
  color: #fff;
}
footer p {
  font-size: 21px;
}
footer a {
  color: #fff;
  font-size: 85%;
}
footer .wrapper0 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.ftcopy0 {
  font-size: 70%;
  text-align: center;
}
.to_tp0 {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}
.ftmenu0 {
  width: 25%;
  margin: 0 auto;
}
.ftmenu0 p {
  float: left;
  margin-right: 20px;
}
.ftmenu0 ul {
  float: left;
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.ftmenu0 ul li {
  padding-bottom: 10px;
}
/* under */
.not-found0 {
  font-size: 200%;
  color: #aaa;
}
/* pan nav */
.pan-nav0 {
  margin: 20px 0 -30px;
}
.pan-nav0 a {
  display: inline;
  font-size: 85%;
}
.pan-nav0 font {
  color: #ccc;
}
/* SNS */
.snsb0-area {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #000;
  padding: 20px;
}
.sns-wrapper0 {
  display: flex;
  justify-content: space-between;
}
.snsb0-area > div {
}
.snsb0-area:after {
  content: "";
  clear: both;
  display: block;
}
.titlef0 {
  display: block;
  float: left;
  width: 30%;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size: 120%;
  color: #000;
}
.snsb0-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.snsb0-whole .fa {
  font-weight: bold;
}
.snsb0-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.snsb0-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* SNSごとの背景色 */
#twitter {
  background-color: #00acee;
}
#hatena {
  background-color: #2d4c86;
}
#facebook {
  background-color: #3b5998;
}
#ggl-plus {
  background-color: #dd4b39;
}

/* ブラウザ幅1300以上時、topページ右上記事の文字サイズを固定 */
@media screen and (min-width: 1300px) {
  .page_cont0 p,
  .read-more0 a {
    font-size: 15px;
  }
  .page_cont0 h2 {
    font-size: 20px;
  }
}
