@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 {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
  background-color: #eee;
  background-image: radial-gradient(
      closest-side,
      transparent 98%,
      rgb(255, 255, 255) 99%
    ),
    radial-gradient(closest-side, transparent 98%, rgb(255, 255, 255) 99%);
  background-size: 80px 80px;
  background-position: 0 0, 40px 40px;
}
a {
  color: #6e99d4;
  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: #888;
  padding: 10px 15px;
}
h3, .under h2 {
  border-top: 3px solid #888;
  border-right: 3px solid #888;
  border-bottom: 3px solid #888;
  border-left: 8px solid #888;
  padding: 10px 15px;
}
h4, .under h3 {
  border-left: 8px solid #888;
  border-bottom: 3px solid #888;
  padding: 10px 15px;
}
.under h3 {margin-top: 40px;}

h5 {
  color: #888;
  font-size: 120%;
  border-left: 6px solid #888;
  border-bottom: 2px solid #888;
  padding: 5px 5px;
}
h6 {
  color: #888;
  font-size: 100%;
  border-bottom: 1px solid #888;
  padding-bottom: 5px;
}
strong {
  border-bottom: 4px double #6e99d4;
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #888;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #888;
}
article ol {
  counter-reset: counter-name;
  border: 1px solid #888;
  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: #888;
  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 #888;
  background: #eee;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #888;
}
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 #eee;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border: 1px dotted #6e99d4;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  background-color: #eee;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}

/* top page */
.outer {
  position: relative;
}
.wrap114 {
  width: 70%;
  margin: 0 0 0 5%;
  border-left: 6px solid #888;
  border-right: 6px solid #888;
  position: relative;
  background-color: #fff;
  float: left;
}
/* header */
.slicknav_menu {
  display: none;
}
.topA {
  width: 60%;
  margin-bottom: 50px;
  padding: 2rem 0 2%;
  position: absolute;
  left: 30px;
  z-index: 1;
}
.topA2 {
  margin-bottom: 20px;
  padding: 2rem 0 2% 30px;
}
.headtitle a {
  font-size: 3vw;
  font-weight: bold;
  margin-bottom: 15px;
}
p.main-C {
  margin-bottom: 10px;
  font-size: 1.5vw;
}
.headtitle a,
p.main-C {
  color: #444;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 0.2px #fff;
  font-weight: bold;
  line-height: 1.4;
}
/* slider */
.eyeC {
  border-bottom: 6px solid #888;
}
.bx-wrapper {
  border: none;
  box-shadow: none;
}
/* contents area */
.mainCo {
  margin: 0 auto;
}
.mrBtn {
  text-align: right;
}
.mrBtn a {
  padding: 3px 3rem;
  color: #fff;
  display: inline-block;
  background-color: #6e99d4;
  position: relative;
}
.mrBtn a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  left: 30px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}
/* main */
main {
  margin-bottom: 100px;
  padding: 30px;
}
article img {
  margin-bottom: 10px;
  width: -webkit-fill-available;
}
.lcw {
  display: flex;
  justify-content: space-between;
}
.linkCo {
  width: 47%;
}
.linkCo img {
  width: 100%;
  float: left;
  margin-right: 10px;
}
article {
  margin-bottom: 30px;
}
.hB {
  clear: both;
}
/* おすすめリンク */
.link-I {
  float: left;
  width: 42%;
  margin: 0 4%;
}
.link-I h3 {
  border: none;
}
.link-I h3 a {
  position: relative;
  margin-left: 20px;
}
.link-I h3 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 5px;
  left: -20px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #6e99d4;
}
.linkBxx {
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
}
.linkBxx h3 {
  padding: 0px 15px;
  margin-bottom: 0;
}
.linkBxx h3 a {
  display: block;
}
.linkBxx p {
  padding: 0 0 20px 20px;
}
.linkBxx a {
  text-align: left;
}
/* aside */
aside {
  position: fixed;
  width: 20%;
  top: 0;
  right: 5%;
  z-index: 1;
  padding: 15px;
  background-color: #fff;
  border-right: 6px solid #888;
  border-bottom: 6px solid #888;
}
aside li > div {
  color: #888;
  font-size: 120%;
  border-bottom: 1px solid #888;
  font-weight: bold;
}
aside a {
  padding: 10px 0;
  font-size: 90%;
}
aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.side-Link a {
  margin-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  background: #888;
  padding: 50px 0 10px;
  color: #fff;
  padding: 30px;
}
footer p {
  float: left;
  margin-right: 30px;
  font-size: 115%;
  font-weight: bold;
}
footer a {
  color: #fff;
  font-size: 85%;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .mainCo {
  margin: 0 auto 50px;
}
.ft_CPY {
  font-size: 70%;
  text-align: center;
}
.top-BTN {
  position: fixed;
  bottom: 10px;
  right: 5%;
  z-index: 1;
}
.ft_MENU {
  margin-bottom: 50px;
  border-bottom: 1px solid;
}
.ft_MENU ul {
  display: flex;
}
.ft_MENU ul li {
  padding: 5px 30px 10px;
  font-size: 90%;
}
/* under */
.notF {
  font-size: 200%;
  color: #888;
}
/* pan nav */
.paNAV {
  margin: 0 0 -50px 30px;
}
.paNAV a {
  display: inline;
  font-size: 85%;
}
.paNAV font {
  color: #ccc;
}
/* SNS */
.sBTN-area {
  width: 40%;
  margin: 0px 0 30px auto;
}
.sns-mainCo {
  display: flex;
  justify-content: space-between;
}
.sBTN-area > div {
  text-align: center;
}
.sBTN-area:after {
  content: "";
  clear: both;
  display: block;
}
.sBTN-whole {
  width: 20%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.sBTN-whole .fa {
  font-weight: bold;
}
.sBTN-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 0.9vw !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.sBTN-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;
}
.subimg img {
  max-width: 800px;
  width: 100%;
}
