@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: #f5f5f5;
  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: #3298ba;
  display: block;
}
a:hover {
  opacity: 0.5;
  transition: 0.1s;
}
h1,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: normal;
}
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
}
h2 {
  color: #3298ba;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
}
h3 {
  border-left: 8px solid #3298ba;
  padding-left: 10px;
  font-weight: bold;
}
h4 {
  border-bottom: 5px double #3298ba;
  padding-bottom: 5px;
}
h5 {
  border-bottom: 2px solid #3298ba;
  font-size: 120%;
}
h6 {
  border-bottom: 2px dotted #3298ba;
  font-size: 100%;
}

/* 下層用 */
.under h1 {color: #3298ba;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;}

.under h2 {border-left: 8px solid #3298ba;
  padding-left: 10px;
  font-weight: bold;}

.under h3 {border-bottom: 5px double #3298ba;
  padding-bottom: 5px;}


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

/* top page */
.mainBox57 {
  width: 100%;
}
.leftwrap {
  float: left;
  width: 30%;
  position: sticky;
  top: 0;
}
.rightwrap {
  float: right;
  width: 70%;
}
.rightcont {
  margin: 0 auto;
  max-width: 800px;
}
/* header */
.headerArea {
  padding: 30px 30px 0;
  background-color: #3298ba;
}
.headerArea a {
  color: #fff;
}
.headerArea .siteName a,
.headerArea p.mainCopy {
  line-height: 1.2;
}
.headerArea .siteName a {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.headerArea .siteName a:hover {
  opacity: 0.5;
}
.headerArea p.mainCopy {
  color: #fff;
}
.contentNavi {
  margin-top: 40px;
}
.contentNavi > ul {
  justify-content: space-around;
}
.contentNavi ul#contentNavi-menu > li {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
#contentNavi-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#contentNavi-menu li a {
  display: block;
  margin: 20px 0;
}
#contentNavi-menu li a:hover {
  opacity: 0.5;
}
/* slider */
.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 1; /*9999*/
}
.bx-wrapper .bx-prev {
  background: url(../images/lefticon.png) no-repeat 0 0;
  left: 20px;
}
.bx-wrapper .bx-next {
  background: url(../images/righticon.png) no-repeat 0 0;
  right: 0px;
}
/* contents area */
.mainBox {
  margin: 0 auto;
}
.read-More {
  text-align: right;
  margin-top: 15px;
}
.read-More a {
  padding: 3px 3rem;
  color: #fff;
  background-color: #000;
  display: inline-block;
}
.read-More a:hover {
  background: #3298ba;
  color: #fff;
}
/* main */
main {
  max-width: 800px;
  background-color: #fff;
  padding: 30px 20px;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.pagecont img {
  float: left;
  max-width: 340px;
  margin-right: 10px;
}
article {
  margin-bottom: 30px;
}
/* おすすめリンク */
.link-Bx h3 {
  position: relative;
  margin-bottom: 0;
}
.link-Bx h3 a {
  display: block;
  background-color: #3298ba;
  color: #fff;
  border: none;
  padding: 10px 0 10px 20px;
}
.link-Bx a {
  text-align: left;
}
.link-Bx h3 a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.link-Bx h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.link-Bx h3 {
  border: none !important;
}
/* aside */
aside {
  background-color: #3298ba;
  padding: 30px;
}
aside li > div {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 50px;
}
aside a {
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
}
aside img {
  float: left;
  max-width: 100%;
  margin-right: 10px;
}
.s-link a {
  margin-bottom: 10px;
  font-size: 20px;
}
/* footer */
footer {
  position: relative;
  background: #3298ba;
  padding: 30px;
  color: #fff;
}
footer p {
  font-size: 21px;
  font-weight: bold;
}
footer a {
  color: #fff;
  font-size: 85%;
}
footer a:hover {
  opacity: 0.5;
}
footer .mainBox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.foot_copy {
  font-size: 70%;
  text-align: center;
}
.to-top {
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 1;
}
.foot_menu {
  width: 27%;
  margin-right: 3%;
}
/* under */
.massage-404 {
  font-size: 200%;
  color: #ddd;
}
/* pan nav */
.pan-nav {
  margin-bottom: 10px;
}
.pan-nav a {
  display: inline;
  font-size: 85%;
}
.pan-nav font {
  color: #ccc;
}
/* SNS */
.btnArea {
  width: 100%;
  margin: 50px 0;
}
.sns-mainBox {
  display: flex;
  justify-content: space-between;
}
.btnArea > div {
  text-align: center;
}
.btnArea:after {
  content: "";
  clear: both;
  display: block;
}
.title_f {
  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;
}
.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;
}
/*404*/
.notf {
  margin-bottom: 970px;
}
