@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: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

a {
  color: #517ea4;
  display: block;
}

a:hover {
  color: #efefef;
  /*transition: .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: #1fab9b;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 20px;
}

h3,
.under h2 {
  border: 3px dotted #000000;
  padding-left: 10px;
  /* background: #fff8bc; */
  padding: 10px;
  color: #1fab9b;
  font-weight: 600;
}

h4,
.under h3 {
  border-bottom: 5px solid #1fab9b;
  padding-bottom: 5px;
}

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

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

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

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

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

article ul li {
  position: relative;
}

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

article ol {
  counter-reset: counter-name;
  background: #bfe2de;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
}

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: #eee;
  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: 2px solid #1fab9b;
  background: #bfe3de;
}

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

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 #bfe3de;
  margin: 1em 0;
  padding: 1em;
  border-radius: 8px;
}

strong,
b {
  font-size: 22px;
}

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: 62px 0px 35px;
  background-color: #fff;
}

.Head-Area a {
  color: #fff;
}

.Head-Area .Site-Ttl a {
  font-size: 27px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}

.Head-Area p.Catch-Copy {
  margin: 6px;
  color: #666;
  font-size: 80%;
}

.gnav>ul {
  display: flex;
  justify-content: space-around;
  width: 68%;
  margin: 0px auto;
  padding: 8px 0;
}

.gnav ul#Gnav-Menu>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
}

#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;
}

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

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

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

.More-Btn {
  text-align: right;
  margin-top: 11px;
}

.More-Btn a {
  padding: 3px 3rem;
  color: #fff;
  background: #517fa4;
  display: inline-block;
  border-radius: 6px;
}

.More-Btn a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

/* main */
main {
  float: left;
  max-width: 70%;
  /*735px*/
  margin: 20px 0 100px;
  border: solid 2px #000;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
}

@media screen and (max-width: 660px) {
  main {
    max-width: inherit;
  }
}

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

.Link-Cont img {
  float: left;
  max-width: 340px;
  /*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: 10px;
}

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

.Link-Box a {
  text-align: left;
  font-size: 20px;
}

/* aside */
aside {
  float: right;
  /*min-*/
  width: 22%;
  /*240px*/
  position: sticky;
  top: 30px;
  height: fit-content;
}

aside li>div {
  color: #000000;
  font-size: 20px;
  border-bottom: 3px solid #1fab9b;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
}

aside a {
  padding: 7px 0;
  font-size: 15px;
}

aside img {
  float: left;
  max-width: 100%;
  margin: 0 auto;
}

.Side-Link a {
  margin: 10px;
  text-align: left;
}

/* footer */
footer {
  position: relative;
  background: #1fab9b;
  padding: 38px 0 9px;
  color: #fff;
}

footer p {
  font-size: 21px;
}

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

footer a:hover {
  color: #efefef;
}

footer .Container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 39px;
}

.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: 185%;
  color: #1fab9b;
}

/* pan nav */
.panav {
  margin-bottom: 10px;
}

.panav a {
  display: inline;
  font-size: 80%;
  color: #666;
}

.panav font {
  color: #ccc;
}

/* 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: 18px;
  font-weight: bolder;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 16px;
  box-sizing: border-box;
  border-radius: 8px;
}

.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-radius: 30px;
}

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

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

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

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

#ggl-plus {
  background-color: #fff;
  color: #dd4b39;
  border: 3px solid #2caa9a;
}

/*追加*/
.ttlcatch {
  width: 59%;
  margin: 20px auto;
  text-align: center;
}

.gmenu {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #1eab9b;
}

/*下層などflex内で要素が増える時*/
.Container.cf:has(.panav) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
.panav {
  width: 100%;
}

/*パンくず*/