@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;
}

.Box_cf:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background-color: #f7f6f4;
  font-size: 15px;
  line-height: 1.8;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

strong {
  background: #8cb8ed;
  color: #fff;
  padding: 2px;
}

em {
  font-style: normal;
}

article ul {
  padding: 1em;
  margin: 1.5em 0;
  background: #ffffff;
  border: 4px double #8cb7f1;
}

article ul li {
  list-style-type: square;
  list-style-position: inside;
  border-bottom: dashed 1px #8cb8ed;
  margin: 0 0 2%;
  background: #ffffff;
}

article ol {
  counter-reset: counter-name;
  background: #fff;
  padding: 0.5em 1em;
  margin: 1.5em 0;
  border: 4px double #8cb7f1;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
  border-bottom: dashed 1px #8cb8ed;
  margin: 0 0 2%;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
}

blockquote {
  background: #ffffff;
  padding: 3em 1em;
  position: relative;
  border: 4px double #f7f6f4;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #d4d4d4;
  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 dashed #8cb8ed;
  background: #b9f0ef;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px dashed #8cb7f1;
}

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: 2px solid #bbb;
  margin: 1em 0;
  padding: 1em;
}

strong,
b {
  font-size: 100%;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

a {
  color: #fff;
  display: block;
  font-size: 19px;
}

a:hover {
  color: #8cb8ed;
  opacity: 0.8;
  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: 15px;
}

h2,
.under h1 {
  position: relative;
  padding: 0 0.5em 0.5em 2em;
  border-bottom: 1px dashed #356fbe;
}

h2::before,
h2::after,
.under h1::before,
.under h1::after {
  position: absolute;
  content: "";
  border-radius: 100%;
}

h2::before,
.under h1::before {
  top: 0.2em;
  left: 0.2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(26, 118, 204, 0.5);
}

h2::after,
.under h1::after {
  top: 0.7em;
  left: 0.7em;
  width: 13px;
  height: 13px;
  background: rgba(112, 226, 223, 0.5);
}

h3,
.under h2 {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 4px solid #ccc;
}

h3::after,
.under h2::after {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: #8cb9e9;
}

h4,
.under h3 {
  border-left: 8px double #8cb9e9;
  padding-left: 6px;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  border-bottom: 2px dashed #8cb9e9;
  padding-bottom: 5px;
  font-size: 120%;
}

h6 {
  font-size: 100%;
  border-bottom: 1px solid #b9f0ef;
  padding-bottom: 5px;
  color: #8cb8ed;
}

.N-con {
  max-width: 1060px;
  margin: 0 auto;
  background: #fff;
}

.con_wrap>* {
  color: #3f3f3f;
}

.B_sia {
  background: #fff;
  max-width: 1060px;
  float: right;
}

.B_sib {
  /* width: 100%; */
  margin: 0 auto;
  position: sticky;
  top: 0;
  height: fit-content;
}

main {
  margin-bottom: 30px;
}

article {
  margin-bottom: 30px;
  padding: 20px;
}

article img {
  max-width: 100%;
  margin-bottom: 15px;
}

.N-hd {
  max-width: 1060px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
  padding: 20px 0px;
}

.N-hd.under_p {
  margin: 25px 0 35px;
}

.N-con .N-title {
  margin: 30px 0;
  width: 500px;
  float: left;
}

.N-hd.under_p .N-con .N-title {
  margin: 0;
  width: 100%;
  float: none;
}

.ttl_H a {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #356fbe;
  line-height: 1.3;
}

.N-hd p.N-cp {
  margin: 0 auto;
  font-size: 80%;
  width: 46%;
  text-align: center;
}

.N-hd.under_p p.N-cp {
  margin: 0 0 0.3em;
}

.N-mainvisual {
  max-width: 598px;
  margin: 0 auto;
}

.bx-wrapper {
  margin: 0 auto;
  border: 5px solid #fff;
  box-shadow: none;
  border-radius: 30px;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

nav {
  background: #3671b9;
  max-width: 1060px;
  margin: 0 auto;
}

.N-navi>ul {
  /* width: 538px; */
  overflow: hidden;
  float: right;
}

.N-navi ul#N-navi-menu>li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-align: center;
  margin: 3px 0;
  border-right: dashed 1px rgba(255, 255, 255, 0.79);
}

.N-navi ul#N-navi-menu>li:last-child {
  border: none;
}

#N-navi-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

#N-navi-menu li a {
  color: #fff;
  padding: 15px 29px;
  display: block;
  font-size: 12px;
}

#N-navi-menu li:first-child {
  border-left: dashed 1px rgba(255, 255, 255, 0.79);
}

.N-lk img {
  max-width: 100%;
}

.N-top {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;

  display: flex;
  justify-content: space-between;
}

.flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 690px) {
  .flex {
    flex-direction: column;
  }
}

.N-top .N-lk {
  /* width: 29%; */
  float: left;
  margin: 0px 5px;
  border: 1px solid #356fbe;
  padding: 10px;
}

.N-top .N-lk h2 {
  margin: 0 0 0.8em;
  padding: 5px 3px;
}

.N-more {
  text-align: center;
  margin: 20px auto 0;
  overflow: hidden;
}

.N-more a {
  padding: 0.5em;
  border: 1px dashed #346dc3;
  color: #3f3f3f;
  background: #d1e1f7;
  width: 100%;
  /* border-radius: 30px; */
  display: block;
  font-size: 12px;
}

.N-more a:hover {
  background: #fff;
}

/* /////////aside */
aside li>p {
  position: relative;
  padding: 1em 4em 1em 1em;
  -webkit-background: linear-gradient(-155deg,
      rgba(0, 0, 0, 0) 1.5em,
      #f6f6f6 0%);
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #8cb8ed 0%);
  border-radius: 6px;
  color: #fff;
}

aside li>p::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1.65507em;
  height: 3.5493em;
  background: -webkit-linear-gradient(to left bottom,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.2));
  background: linear-gradient(to left bottom,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.2));
  border-bottom-left-radius: 6px;
  box-shadow: -0.2em 0.2em 0.3em -0.1em rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
  transform: translateY(-1.89424em) rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

aside a {
  padding: 12px 0;
}

aside img {
  float: left;
  max-width: 90px;
  margin-right: 5px;
}

.side-N-con>li {
  /* margin: 35px 24px; */
}

/*/////////MENUリンク*/

.Si_t a {
  border-bottom: dashed 1px #ccc;
  color: #3f3f3f;
  font-size: 17px;
}

/*/////////NEW ENTRYリンク*/

.Si_trs a {
  padding: 8px 0;
  overflow: hidden;
  border-bottom: dashed 1px #ccc;
  color: #3f3f3f;
  font-size: 17px;
}

.bkm {
  position: relative;
  padding: 10px 15px;
  -webkit-background: linear-gradient(-155deg,
      rgba(0, 0, 0, 0) 1.5em,
      #8cb8ed 0%);
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #8cb8ed 0%);
  border-radius: 6px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
}

.bkm::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1.65507em;
  height: 3.5493em;
  background: -webkit-linear-gradient(to left bottom,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.2));
  background: linear-gradient(to left bottom,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.2));
  border-bottom-left-radius: 6px;
  box-shadow: -0.2em 0.2em 0.3em -0.1em rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
  transform: translateY(-1.89424em) rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.N-lbk h3 {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 4px solid #ccc;
}

.N-lbk h3::after {
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: #8cb9e9;
}

.N-lbk h3 a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
  color: #8cb8ed;
}

.N-lbk a {
  text-align: left;
  color: #3f3f3f;
}

.L_in {
  margin: 0 auto 3.5%;
}

.L_in:last-child {
  margin: 0;
}

/* /////////footer */

footer {
  position: relative;
  padding: 49px 0 10px;
  background: #356fbe;
}

footer .N-con p {
  padding: 4px 10px;
  background-color: #ffffff;
  border-left: 6px solid #bbf0ef;
  margin-bottom: 13px;
}

footer a {
  font-size: 100%;
  padding-left: 7px;
}

footer a:hover {
  text-decoration: line-through;
}

footer .N-con {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  background: #346dc3;
}

.N-fc {
  font-size: 70%;
  text-align: center;
  color: #fff;
}

.N-mn {
  width: 27%;
  margin-right: 3%;
}

/* /////////under */
.ntrs-nf {
  font-size: 200%;
  color: #326bc9;
}

/* /////////pan nav */

.ntrs-pan {
  margin: 8px 0px;
  padding-left: 40px;
}

.ntrs-pan a {
  display: inline;
  font-size: 83%;
  color: #356fbe;
}

.ntrs-pan font {
  color: #ccc;
}

/* /////////SNS */
.sns-ctnbt {
  width: 100%;
  margin: 50px 0;
  background: #8cb8ed;
  padding: 25px;
  border-radius: 10px;
}

.sns-ctna {
  display: flex;
  justify-content: space-between;
}

.sns-ctnbt>div {
  text-align: center;
}

.sns-ctnbt:after {
  content: "";
  clear: both;
  display: block;
}

.sns-ctnb {
  text-align: center;
  display: block;
  color: #ffffff;
  border-bottom: dashed 1px #ffffff;
  border-top: dashed 1px #ffffff;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #346dc3;
}

.sns-ctnc {
  width: 20%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.sns-ctnc {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ffffff;
  color: #fff;
  border-bottom: solid 4px #8893ad;
  border-radius: 3px;
  font-size: 10px;
}

.sns-ctnc:active {
  /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

/* SNSごとの背景色 */
#twitter {
  color: #00acee;
}

#hatena {
  color: #2d4c86;
}

#facebook {
  color: #3b5998;
}

#ggl-plus {
  color: #dd4b39;
}

/*/////////トップに戻るボタン*/
p.N-btn a {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 18px;
  right: 15px;
  z-index: 1;
  background: rgb(140, 185, 233);
  width: 55px;
  height: 55px;
  color: #fff;
  border-radius: 6px;
}

.fa-angle-up:before {
  content: "▲";
  font-size: 25px;
}

.minvis_bg {
  background: #8cb9e9;
  padding: 20px;
  max-width: 1060px;
  margin: 0 auto;
}

.con {
  /*min-*/
  width: 250px;
  float: left;
  padding: 20px;
}

.to {
  width: 45%;
  float: left;
  padding: 20px;
}

.nf {
  width: 100%;
  padding-left: 42px;
  margin: 30px 0 60px 0;
}