@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: #888;
  font-size: 15px;
  line-height: 1.6;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
a {
  display: block;
}
a:hover {
  opacity: 0.6;
  transition: 0.1s;
}
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: #3cb99a;
  position: relative;
  margin: 10px 5px;
  padding-left: 10px;
  font-size: 22px;
  font-weight: bold;
  border-left: 8px solid #3cb99a;
}
h3, .under h2 {
  color: #013548;
  margin: 10px 5px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  border-left: 8px solid #013548;
  border-bottom: 1px solid #013548;
}
h4, .under h3 {
  color: #666;
  margin: 10px 5px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  border-left: 8px solid #666;
  border-bottom: 1px solid #666;
}
.under h3 {margin-top: 40px;}

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

/* top page */
/* header */
.headerA {
  width: 100%;
  padding: 40px 0 0;
}
.headerA a {
  color: #fff;
}
.headerA .site-title a {
  font-size: 25px;
  padding: 0 0 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
.headerA p.mainC {
  margin-bottom: 40px;
  color: #fff;
}
.nav0 {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #3cb99a;
}
.nav0 > ul {
  display: flex;
  justify-content: space-around;
}
.nav0 ul li {
  display: inline-block;
  justify-content: space-around;
  width: 24%;
  border-left: 1px solid #ddd;
  text-align: center;
}
.nav0 li:first-child {
  border: none;
}
#nav0-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
.nav0 a {
  margin: 10px 0;
  display: block;
  color: #fff;
}
/* slider */
.topV {
  overflow: hidden;
  width: 100%;
  background-color: #013548;
  margin-bottom: 40px;
  padding: 30px;
}
.topSld {
  position: relative;
  left: 50%;
  width: 3090px;
  margin-left: -1590px;
}
.bx-wrapper {
  max-width: 3090px;
  position: relative;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.bx-viewport {
  background-color: #013548 !important;
  overflow: visible !important;
}
.mainSld li {
  margin: 0 15px !important;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 85%;
  margin: 0 0 0 100px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
  margin-left: 60px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-prev {
  background: url(../images/lefticon.png) no-repeat 0 0;
  left: 1000px;
}
.bx-wrapper .bx-next {
  background: url(../images/righticon.png) no-repeat 0 0;
  right: 1000px;
}
/* contents area */
.wrapC {
  max-width: 1000px;
  margin: 0 auto;
}
.readM {
  text-align: right;
}
.readM a {
  padding: 3px 3rem;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
}
.readM a:hover {
  background: #000;
  color: #fff;
}
/* main */
.leftwrapC {
  width: 70%;
  margin: 60px auto 5%;
  float: left;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.link_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.link-C {
  background-color: #fff;
  position: relative;
  border-right: 1px solid #888;
}
.link-C h2 {
  margin-left: 15px;
}
.link-C p {
  padding: 0 15px 20px;
}
.link-C::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: 30px solid transparent;
  border-top: 30px solid #3cb99a;
  border-left: 30px solid #3cb99a;
  top: 0;
  left: 0;
  z-index: 1;
}
.link_wrap article::after {
  content: "★";
  position: absolute;
  top: 0;
  margin: 2px 0 auto 10px;
  color: #fff;
  z-index: 2;
  font-size: 20px;
}
.link-C img {
  width: 100%;
  vertical-align: bottom;
}
.link-C span {
  display: block;
  position: relative;
}
.link-C span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 10px solid #013548;
  border-bottom: 10px solid #013548;
  right: 0;
  margin-top: -20px;
  top: 100%;
}
.link-C a {
  text-decoration: none;
  color: #000;
}
.link-C a:hover {
  opacity: 0.7;
}
.hb {
  background-color: #fff;
  padding: 20px;
}
/* おすすめリンク */
.linkWr {
  background-color: #fff;
  padding: 10px;
}
.linkWr h3 {
  border: none;
  position: relative;
}
.linkWr h3 a {
  display: block;
  background-color: #3cb99a;
  padding: 5px 35px;
  color: #fff;
  position: relative;
}
.linkWr h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}
.linkWr h3 a::before {
  content: "→";
  position: absolute;
  color: #fff;
  left: 7px;
}
.linkWr p {
  padding: 0 0 10px 20px;
}
.linkWr a {
  text-align: left;
}
/* aside */
aside {
  float: right;
  margin-top: 50px;
  width: 25%;
  position: sticky;
  top: 0;
  height: fit-content;
}
aside div {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
aside ul li ul li {
  list-style-type: none;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
aside ul li ul li:last-child {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
aside li a {
  padding: 10px;
  display: block;
  color: #fff;
}
aside img {
  width: 100%;
}
/* footer */
footer {
  position: relative;
  background: #013548;
  padding: 50px 0 10px;
  color: #fff;
}
footer p {
  font-size: 21px;
}
footer a {
  color: #fff;
  font-size: 85%;
}
footer .wrapC {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.cpyR {
  font-size: 70%;
  text-align: center;
}
.toTop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}
.ftM {
  width: 27%;
  margin-right: 3%;
}
.ftM p {
  float: left;
  margin-right: 20px;
}
.ftM ul {
  float: left;
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.ftM ul li {
  padding-bottom: 10px;
}
/* under */
.m404 {
  font-size: 180%;
  color: #888;
}
/* pan nav */
.pageNAV {
  margin: 15px 0 -40px;
}
.pageNAV a {
  display: inline;
  font-size: 85%;
  color: #fff;
}
.pageNAV font {
  color: #ccc;
}
/* SNS */
.Btn-area {
  width: 35%;
  width: 50%;
  margin: 0px 0 30px auto;
}
.sns-wrapC {
  display: flex;
  justify-content: space-between;
}
.Btn-area > div {
  text-align: center;
}
.Btn-area:after {
  content: "";
  clear: both;
  display: block;
}
.share0 {
  text-align: center;
  display: block;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.Btn-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.Btn-whole .fa {
  font-weight: bold;
}
.Btn-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 1vw !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.Btn-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;
}
