@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: #ddd;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}
a {
  color: #77b7d2;
  display: block;
}
a:hover {
  color: #aaa;
  transition: 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 125%;
  margin-bottom: 25px;
}
h2 {
  color: #fff;
  background: #000;
  padding: 10px 15px;
}
h3 {
  border: 2px solid #000;
  padding: 5px 10px;
}
h4 {
  border-left: 8px solid #000;
  border-bottom: 2px solid #000;
  padding: 0 0 5px 10px;
}
h5 {
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 0 0 5px 10px;
  font-size: 120%;
}
h6 {
  border-left: 8px solid #000;
  padding-left: 10px;
  font-size: 100%;
}

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

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

.under h3 {border-left: 8px solid #000;
  border-bottom: 2px solid #000;
  padding: 0 0 5px 10px;
  margin-top: 40px;}


strong {
  background: linear-gradient(transparent 60%, #a9d3e5 60%);
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 3px solid #ccc;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #a9d3e5;
}
article ol {
  counter-reset: counter-name;
  border: 3px solid #ccc;
  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: #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 #000;
  background: #a9d3e5;
}
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 #a9d3e5;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border-bottom: 2px dotted #a9d3e5;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}

/* top page */
.outer {
  width: 100%;
  padding: 0 10%;
}
/* header */
.titlearea {
  padding: 25px;
  float: right;
  width: 26%;
  position: absolute;
  top: 45px;
  right: 10%;
  z-index: 100;
  background-color: rgba(121, 174, 198, 0.6);
}
.titlearea a:hover {
  color: #000;
}
.headLine {
  width: 100%;
  height: 45px;
  background: #000;
}
.headLine a {
  color: #fff;
}
.siteName a {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
}
p.mainCopy {
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 60px;
  font-weight: bold;
}
.gNav > ul {
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
}
.gNav ul#gNav-menu > li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
}
.gNav a:hover {
  color: #a9d3e5;
}
#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 */
.mainV {
  width: 100%;
}
.bx-wrapper {
  width: 100%;
  border: none;
  box-shadow: none;
}
/* contents area */
.mainArea {
  width: 100%;
}
.pagecont {
  width: 47%;
  margin: 0 3% 25px 0;
  float: left;
  background-color: #fff;
}
.pagecont h2 {
  margin-bottom: 0px;
}
.pagecont p {
  padding: 20px;
}
.linkBox {
  width: 97%;
  float: left;
  background-color: #fff;
  margin: 30px 0;
}
.linkBox h3 {
  border: none;
  margin: 10px 20px;
}
.linkBox p {
  border: none;
  margin-left: 30px;
}
.linkBox a {
  padding: 10px;
  background-color: #a9d3e5;
  color: #fff;
}
.linkBox a:hover {
  background-color: #000;
  color: #fff;
}
.read_More {
  text-align: right;
}
.read_More a {
  padding: 5px;
  color: #fff;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #a9d3e5;
}
.read_More a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
/* main */
main {
  float: left;
  width: 67%;
  margin-bottom: 30px;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.pagecont img {
  max-width: 100%;
  margin-right: 10px;
}
article {
}
.hb {
  clear: both;
  margin-right: 3%;
  background-color: #fff;
  padding: 20px;
}
.hb404 {
  margin-right: 3%;
  background-color: #fff;
  padding: 20px;
  height: 1300px;
}
/* おすすめリンク */
.linkBox h3 {
  position: relative;
}
.linkBox h3 a {
  display: block;
}
.linkBox h3 a::after {
  content: ">";
  position: absolute;
  right: 20px;
}

.linkBox p {
  padding: 0 0 20px;
}
.linkBox a {
  text-align: left;
}
/* aside */
aside li > div {
  color: #fff;
  font-size: 21px;
  background-color: #000;
  padding-left: 10px;
  margin-top: 50px;
}
aside a {
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
}
aside img {
  float: left;
  max-width: 100%;
  margin-right: 10px;
}
.sideLink a {
  margin-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  background: #000;
  color: #fff;
}
footer p {
  font-size: 21px;
}
footer a {
  color: #fff;
  font-size: 85%;
}
footer a:hover {
  color: #a9d3e5;
}
footer .mainArea {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  width: 70%;
}
.ft-copy {
  font-size: 70%;
  text-align: center;
}
.topBtn {
  position: fixed;
  bottom: 10px;
  right: 40px;
  z-index: 1;
}
a.topBtn :hover {
  opacity: 0.5;
}
.tmenu {
  width: 27%;
  padding: 20px;
  margin: 0 auto;
}
/* under */
.massage-404 {
  font-size: 200%;
  color: #000;
}
/* pan nav */
.pa-nav {
  margin: 10px;
}
.pa-nav a {
  display: inline;
}
.pa-nav font {
  color: #000;
}
/* SNS */
.btn_area {
  width: 100%;
  margin: 50px 0;
}
.sns-mainArea {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #000;
}
.btn_area > div {
  text-align: center;
}
.btn_area:after {
  content: "";
  clear: both;
  display: block;
}
.title_F {
  text-align: center;
  display: block;
  width: 100%;
  padding: 6px 15px;
  box-sizing: border-box;
  background-color: #a9d3e5;
  color: #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
}
.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;
  color: #fff !important;
  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: #00acee;
}
#hatena {
  background-color: #2d4c86;
}
#facebook {
  background-color: #3b5998;
}
#ggl-plus {
  background-color: #dd4b39;
}
