@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-image: url("../images/bg_02.jpg");
  background-color: #fffdf8;
  font-size: 14px;
  line-height: 2;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
  border-style: solid;
  border-width: 7px 7px 7px 7px;
  border-color: #0169ae;
}
a {
  color: #a0a0a0;
  display: block;
}
a:hover {
  color: #e2f1f8;
}
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: #016aad;
  padding: 18px 17px;
  font-size: 22px;
  border-radius: 7px;
}
h3, .under h2 {
  padding: 8px;
  background: #f9ef2d;
  color: #016aad;
  font-size: 18px;
  border-radius: 8px;
}
h4, .under h3 {
  border-bottom: 3px solid #a0a0a0;
  padding-bottom: 5px;
  color: #016aad;
  border-left: 10px solid #1a6cb5;
  padding-left: 10px;
}
.under h3 {margin-top: 40px;}

h5 {
  color: #016aac;
  font-size: 120%;
  border-left: 4px dotted #016aad;
  padding-left: 9px;
}
h6 {
  color: #a0a0a0;
  font-size: 100%;
  padding-bottom: 6px;
  border-bottom: dotted 1px #1a6db4;
}
strong {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  color: #ff2170;
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 5px solid #016aad;
  border-radius: 10px;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 5px;
  height: 14px;
  background: #e2f1f8;
}
article ol {
  counter-reset: counter-name;
  background: #fff;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 4px double #016aac;
  border-radius: 10px;
}
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: #e2f1f8;
  padding: 3em 3em;
  position: relative;
  border-radius: 10px;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #fff;
  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: 152px;
  padding: 13px;
  font-weight: bold;
  vertical-align: top;
  border: 2px solid #016aad;
  background: #e2f1f8;
}
table td {
  width: 352px;
  padding: 13px;
  vertical-align: top;
  border: 2px solid #016aac;
}
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 #e2f1f8;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 123%;
}
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 */
.heead-area {
  width: 100%;
  margin-bottom: 30px;
  padding: 2rem 0 2%;
  background-color: #fff;
}
.heead-area a {
  color: #a0a0a0;
}
.heead-area .site-ttl a {
  font-size: 21px;
  font-weight: bold;
  width: 100%;
  line-height: 1.3;
}
.heead-area p.caatch-copy {
  margin-bottom: 10px;
  color: #a0a0a0;
  font-size: 70%;
  width: 100%;
}
.gnav > ul {
  display: flex;
  justify-content: space-around;
  width: 82%;
  margin: 0 auto;
}
.gnav ul#gnaav-meenu > li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #d2d2d2;
}
.gnav ul#gnaav-meenu li:first-child {
  border-left: 1px solid #d2d2d2;
}

#gnaav-meenu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#gnaav-meenu li a {
  display: block;
}
#gnaav-meenu li a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
#gnaav-meenu li a::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e2f1f8;
  opacity: 0;
  transition: 0.3s;
}
#gnaav-meenu li a:hover::after {
  bottom: 0;
  opacity: 1;
}

/* slider */
.bx-wrapper {
  margin: 50px auto;
  border: none;
  box-shadow: none;
}
/* contents area */
.coontainer {
  /* width: 86%; */
  margin: 0 auto;
}
.moore-btn {
  text-align: right;
}
.moore-btn a {
  padding: 3px 3rem;
  border: 3px solid #016aad;
  color: #a0a0a0;
  display: inline-block;
  border-radius: 23px;
  margin: 20px 0 5px 0;
}
.moore-btn a:hover {
  color: #e2f1f8;
}
/* main */
main {
  float: right;
  width: 76%;
  margin-bottom: 90px;
  background: #fff;
  box-shadow: 2px 2px 6px #b9c2c5;
  padding: 20px;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.link-coont img {
  float: left;
  max-width: 340px;
  margin-right: 10px;
  border-radius: 75%;
  border: 6px double #a0a0a0;
}
article {
  margin-bottom: 30px;
}
/* links */
.link-boox h3 {
  position: relative;
  margin-bottom: 0;
}
.link-boox h3 a {
  display: block;
}
.link-boox h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}
.link-boox p {
  padding: 0 0 20px;
}
.link-boox a {
  text-align: left;
  color: #a0a0a0;
}
/* aside */
aside {
  float: left;
  width: 22%;
  background: #fff;
  box-shadow: 2px 2px 6px #b9c2c5;
  padding: 20px;
  margin-bottom: 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}
aside li > div {
  color: #1762b5;
  font-size: 21px;
  border-bottom: 8px double #1661b2;
  margin-bottom: 5px;
}
aside a {
  color: #a0a0a0;
  font-size: 15px;
  padding: 10px 0;
  text-align: center;
}
aside a:hover {
  color: #e2f1f8;
}
aside img {
  max-width: 100%;
  margin: 0 auto;
}
.siide-link a {
  margin-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  background: #016aad;
  padding: 30px 0px 5px;
  color: #fff;
}
footer p {
  font-size: 21px;
}
footer a {
  color: #fff;
  font-size: 85%;
}
footer a:hover {
  color: #e2f1f8;
}
footer .coontainer {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto 24px;
  width: 41%;
}
.fuut-coopy {
  font-size: 70%;
  text-align: center;
}
.toop-btn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}
.fuut-menu {
  width: 30%;
  margin: 0 auto;
  text-align: left;
}
/* under */
.notfound {
  font-size: 190%;
  color: #a0a0a0;
}
/* pan nav */
.panav {
  margin-bottom: 10px;
}
.panav a {
  display: inline;
  font-size: 85%;
}
.panav font {
  color: #ccc;
}
/* SNS */
.button-area {
  width: 100%;
  margin: 50px 0;
}
.sns-coontainer {
  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: #fff;
  color: #026aab;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 5px double #016aac;
  border-radius: 15px;
}
.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: 5px 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: #fff4c8;
  border-left: 15px solid #00acee;
  color: #11abee;
}
#hatena {
  background-color: #fff4c8;
  border-left: 15px solid #2d4c86;
  color: #2d4c86;
}
#facebook {
  background-color: #fff4c8;
  border-left: 15px solid #3b5998;
  color: #3b5998;
}
#ggl-plus {
  background-color: #fff4c8;
  border-left: 15px solid #dd4b39;
  color: #dd4b39;
}
/*追加*/
.wrap_fast {
  width: 81%;
  margin: 0 auto;
}
.title_caatch {
  width: 80%;
  margin: 0 auto;
}
.left_link {
  /* float: left; */
  width: 100%;
  margin-right: 10px;
  background: #fff;
  padding: 14px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 6px #b9c2c5;
}
.link {
  color: #1762b5;
  font-size: 21px;
  border-bottom: 8px double #1661b2;
  margin-bottom: 15px;
}
