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

.flex {
  display: flex;
  justify-content: space-between;
}

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

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

body {
  background-color: #fafafa;
  font-size: 14px;
  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 {
  color: #b1a395;
  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: #000;
  background: #ffffff;
  padding: 10px 15px;
  border-bottom: solid 5px;
}

h3,
.under h2 {
  border-left: 15px solid #ffff01;
  padding: 10px 0px 10px 10px;
}

h4,
.under h3 {
  padding: 3px 10px;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
}

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


h5 {
  color: #000;
  font-size: 120%;
  border-bottom: 1px dotted #a4a4a4;
}

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

strong {
  font-size: 20px;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px solid #000;
}

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;
  background: #fff;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 2px solid;
}

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

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

blockquote {
  background: #eee;
  padding: 3em 1em;
  position: relative;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #999;
  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 #fff;
  background: #000;
  color: #fff;
}

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

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-area {
  width: 100%;
  margin-bottom: 10px;
  padding: 2rem 0 2%;
  background-color: #fff;
}

.Head-area a {
  color: #000;
}

.Head-area .Site-ttl a {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 29px;
  line-height: 1.3;
}

.Head-area p.Catch-copy {
  padding: 5px 5px 2px 5px;
  color: #000;
  font-size: 12px;
  text-align: center;
}

.Gnav>ul {
  display: flex;
  justify-content: space-around;
  /* width: 105%; */
}

.Gnav ul#Gnav-menu>li {
  display: block;
  position: relative;

  font-size: 14px;

  right: 33px;
}

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

.slicknav_menu {
  display: none;
}

#Gnav-menu li a {
  display: block;
}

/*Gnav link 左からボーダー*/
#Gnav-menu a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

#Gnav-menu a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 3px;
  background-color: #000;
  transition: 0.3s;
}

#Gnav-menu a:hover::after {
  width: 100%;
}

/* slider */
.bx-wrapper {
  margin: 45px auto;
  border: none;
  box-shadow: none;
  left: 35px;
}

/* contents area */
.Container {
  max-width: 100%;
  margin: 0 auto;
}

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

.more-btn a {
  padding: 3px 3rem;
  border: 1px solid #000;
  color: #000;
  background: #a4a4a4;
  background: #eee;
  display: inline-block;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}

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

/* main */
main {
  float: left;

  margin-bottom: 90px;
  padding: 30px 0 30px 30px;
}

article img {
  max-width: 100%;
  margin-bottom: 10px;
}

.Link-cont img {
  float: left;
  max-width: 340px;
  margin-right: 10px;
}

article {
  margin-bottom: 30px;
}

/* おすすめリンク */
.Link-box h3 {
  position: relative;
}

.Link-box h3 a {
  display: block;
}

.Link-box h3 a::after {
  content: ">";
  position: absolute;
  right: 20px;
}

.Link-box p {
  padding: 0 0 20px;
}

.Link-box a {
  text-align: left;
}

/* aside */
aside {}

aside li>div {
  color: #000;
  font-size: 20px;
  border-bottom: 5px solid #000;
}

aside a {
  padding: 7px 0;
  margin: 5px 0px 3px 0;
  font-size: 13px;
}

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

.Side-link a {
  margin-bottom: 10px;
  color: #000;
}

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

footer p {
  font-size: 21px;
}

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

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

footer .container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

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

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

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

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

/* pan nav */
.panav {
  margin: 10px 0 0 26px;
}

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

.panav font {
  color: #f2f2f2;
}

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

.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: #000;
  color: #fff;
  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;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.button-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* SNSごとの背景色 */
#twitter {
  background-color: #fff;
  color: #56abee;
}

#hatena {
  background-color: #fff;
  color: #11a3de;
}

#facebook {
  background-color: #fff;
  color: #3d5a99;
}

#ggl-plus {
  background-color: #fff;
  color: #dd5144;
}

/*追加*/
.Content_wrap {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}

.Main_area01 {
  max-width: 72%;
  /*750px*/
  float: left;
  width: -webkit-fill-available;
}

@media (max-width: 645px) {
  .Main_area01 {
    max-width: inherit;
  }
}

.Side_area01 {
  /*min-*/
  width: 24%;
  /*250px*/
  float: right;
  padding: 0 30px 0 15px;
  /*30px*/
  position: sticky;
  top: 0;
  height: fit-content;
}