@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: #e6e6e6;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  border-top: 7px solid #1d2577;
}
@media (max-width: 694px) {
  body {border-top:0;}
}

a {
  color: #000;
  display: block;
}
a:hover {
  color: #888;
}
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: normal;
  color: #1d2577;
}
h1,
h2 {
  line-height: 1.3;
}
h2,
h3,
h4,
h5,
h6, .under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}
h2, .under h1 {
  color: #fff;
  background-color: #1d2577;
  padding: 10px 20px;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
}
h2::after, .under h1::after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #1d2577;
  position: absolute;
  top: 100%;
  right: 50%;
}
h3, .under h2 {
  border-left: 10px solid #1d2577;
  padding: 5px 5px 5px 20px;
  background-color: #fff;
}
h4, .under h3 {
  border: 2px solid #1d2577;
  padding: 5px 5px 5px 20px;
  background-color: #fff;
}
.under h3 {margin-top: 40px;}
h5 {
  font-size: 120%;
  border-bottom: 5px double #1d2577;
  padding-bottom: 5px;
}
h6 {
  font-size: 100%;
  border-bottom: 1px solid #1d2577;
  padding-bottom: 5px;
}
strong {
  background: linear-gradient(transparent 60%, #ffa128 60%);
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  background-color: #fff;
}
article ul li {
  position: relative;
}
article ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #ffa128;
  border-radius: 50%;
}
article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 1.5em;
  margin: 1.5em 0;
  background-color: #fff;
}
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);
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  line-height: 1.4em;
  background: #1d2577;
  border-radius: 50%;
}
blockquote {
  background: #fff;
  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 #1d2577;
  background: #ddd;
  color: #1d2577;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #1d2577;
}
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 dotted #fff;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border-bottom: 3px dotted #ffa128;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  border-bottom: 2px dotted #000;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}

/* top page */
/* header */
.headerarea {
  width: 100%;
  padding: 25px 0 20px;
}
.headerarea a {
  color: #1d2577;
}
.headerarea .titleh1 a {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}
.headerarea p.main_copy {
  margin: 45px 20px 0 20px;
  color: #1d2577;
  bottom: 0px;
  padding: 5px 0 5px 30px;
  position: relative;
  border: 7px solid #fff;
}
.headerarea p.main_copy::before {
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: 20px solid #fff;
  right: 100%;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.title-area {
  width: 30%;
  padding-right: 30px;
  float: left;
}
.catch-nav {
  float: right;
  width: 70%;
}
/*.groval-Nav{
    float: right;
    width: 70%;
}*/
.groval-Nav > ul {
  display: flex;
  justify-content: space-around;
  clear: both;
}
.groval-Nav ul#groval-Nav-menu > li {
  display: block;
  position: relative;
  width: 20%;
  font-size: 14px;
  text-align: center;
}
#groval-Nav-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#groval-Nav-menu li a {
  display: block;
  color: #1d2577;
  padding: 5px;
  border: 1px solid #1d2577;
  border-radius: 25px;
}
#groval-Nav-menu li a:hover {
  background-color: #1d2577;
  color: #fff;
  text-decoration: none;
}
/* slider */
.topImage {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-top: 7px solid #1d2577;
  border-bottom: 7px solid #1d2577;
}
.slider-Box {
  position: relative;
  left: 50%;
  width: 2940px;
  margin-left: -1470px;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}
/* contents area */
.mainContents {
  max-width: 1000px;
  margin: 0 auto;
}
.more_btn {
  margin-top: 10px;
}
.more_btn a {
  padding: 5px;
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  background-color: #ffa128;
  width: 40%;
  margin: 0 20px 20px auto;
}
.more_btn a:hover {
  background-color: #1d2577;
  color: #fff;
}
/* main */
main {
  margin-bottom: 30px;
  float: right;
  width: 68%;
  margin-left: 2%;
}
.cont-wrap .page-Cont:last-child {
  margin-right: 0;
}
.page-Cont {
  width: 49%;
  float: left;
  margin-right: 2%;
  border: 1px solid #1d2577;
}
.page-Cont2 {
  width: 100%;
  float: left;
  margin-right: 2%;
  border: 1px solid #1d2577;
}
.link-catch {
  position: relative;
  height: 180px;
}
.page-Cont h2,
.page-Cont2 h2 {
  border: none;
  color: #fff;
  background-color: #1d2577;
  position: absolute;
  left: 50%;
  height: 100%;
  padding: 20px;
  font-size: 150%;
  line-height: 1.3;
}
.page-Cont h2::after,
.page-Cont2 h2::after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 10px solid #1d2577;
  position: absolute;
  top: 50%;
  right: 100%;
}
.page-Cont p,
.page-Cont2 p {
  border: none;
  margin: 20px 20px 0;
}
.page-Cont img,
.page-Cont2 img {
  float: left;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 0;
  height: 180px;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.cate1,
.cate2 {
  padding: 20px;
  border: 1px solid #1d2577;
  margin: 30px 0 0;
}
.cate2 {
  clear: both;
  margin-bottom: 30px;
}
.cont-wrap {
  margin-bottom: 30px;
  width: 100%;
}

/* おすすめリンク */
.link-Box {
  padding: 20px;
  border: 1px solid #1d2577;
}
.link-to {
  width: 50%;
  float: left;
}
.link-Box h3 a {
  display: block;
  color: #000;
  background-color: #ffa128;
  border: none;
  padding: 5px 20px;
  padding-left: 20px;
  border-radius: 25px;
}
.link-Box h3 a::after {
  content: ">";
  margin-left: 10px;
}
.link-Box h3 a:hover {
  background-color: #1d2577;
  color: #fff;
  text-decoration: none;
}
.link-Box h3 {
  border: none;
  background: none;
  margin-bottom: 10px;
}
.link-Box p {
  padding: 0 0 0 30px;
}
.link-Box a {
  text-align: left;
}
/* aside */
.side-mainContents ul {
  padding: 15px;
  margin-bottom: 50px;
}
.side-mainContents li {
  font-color: #383838;
}

aside {
  float: left;
  width: 30%;
  position: sticky;
  top: 0;
}
aside li > div {
  color: #1d2577;
  font-size: 21px;
  border-bottom: 7px solid #1d2577;
  padding: 15px;
  font-weight: bold;
}
aside a {
  padding: 10px 0;
  color: #1d2577;
}
aside img {
  max-width: 260px;
  display: block;
  margin: 0 auto 10px;
}
.sidelink a {
  margin-bottom: 10px;
  color: #1d2577;
}
/* footer */
footer {
  position: relative;
  background: #1d2577;
  padding: 50px 0 10px;
  color: #fff;
}
footer p {
  font-size: 21px;
  border-bottom: 6px solid #fff;
  margin-bottom: 20px;
}
footer a {
  color: #fff;
  font-size: 85%;
}
footer .mainContents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.ft_copy {
  font-size: 70%;
  text-align: center;
  border: none;
}
.top_btn {
  position: absolute;
  bottom: 80%;
  right: 80px;
  z-index: 1;
  color: #fff;
  font-size: 120%;
}
.footmenu {
  width: 27%;
  margin-right: 10%;
}
/* under */
.notFound {
  font-size: 200%;
  color: #000;
}
/* pan nav */
.pa-Nav {
  margin: -60px 0 0;
  /* text-align: right; */
  clear: both;
}
.pa-Nav a {
  display: inline;
  font-size: 85%;
}
.pa-Nav font {
  color: #000;
}
/* SNS */
.share_area {
  width: 100%;
  margin: 50px 0;
}
.sns-mainContents {
  display: flex;
  justify-content: space-between;
}
.share_area > div {
  text-align: center;
}
.share_area:after {
  content: "";
  clear: both;
  display: block;
}
.title-Fill {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #1d2577;
  border-top: 6px solid #1d2577;
  border-bottom: 6px solid #1d2577;
}
.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*/
.fbd {
  margin-top: 50px;
}

/*スマホ表示*/
@charset "utf-8";
@media screen and (max-width: 694px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }
  .share_area {
    padding: 3%;
  }
  .mainContents,
  main,
  .side-Menu,
  .sidelink img,
  article img {
    width: 100%;
  }
  article img {
    max-width: 100%;
  }
  article img,
  main,
  .sidelink img {
    float: none;
  }
  .sns-mainContents {
    display: block;
  }
  .titleh1 {
    font-size: 100%;
  }
  footer {
    padding: 0;
  }
  footer .footmenu {
    width: 100%;
    margin-bottom: 2rem;
  }
  .side-mainContents p a {
    height: 28px;
    padding: 0;
    text-align: center;
  }
  .page-Cont img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .more_btn {
    text-align: center;
  }
  .more_btn a {
    display: block;
    max-width: 340px;
    margin: 0 auto;
  }
  /* groval-Nav */
  #groval-Nav-menu,
  .side-Menu h2 {
    display: none;
  }
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #1d2577;

    position: fixed;
    width: 100%;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_menu a {
    padding: 0;
    margin: 0;
  }
  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }
  .slicknav_menu img {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    height: auto;
  }
  .slicknav_btn {
    float: none;
    background-color: #fff;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: none;
  }
  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }
  /* side menu */
  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }

  .slicknav_nav a {
    padding: 5px 15px;
    background: #fff;
    color: #1d2577;
    font-weight: bold;
    border-bottom: 1px dotted #000;
  }
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #1d2577;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  /* sns */
  .button-whole {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }

  /*追記*/
  .headerarea,
  .title-area,
  .catch-nav,
  p.main_copy,
  .headerarea .titleh1 a,
  .page-Cont,
  .page-Cont2,
  .page-Cont h2,
  .page-Cont2 h2,
  .cate1,
  .cate2,
  aside,
  aside img {
    width: 100%;
  }
  h2 {
    padding: 5px 20px;
    line-height: 1.3;
    position: static;
  }
  .headerarea p.main_copy,
  .headerarea .titleh1 a {
    line-height: 1.3;
  }
  .headerarea {
    padding: 60px 20px 20px;
  }
  .title-area {
    float: none;
    padding: 0;
  }
  .headerarea .titleh1 a {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .headerarea p.main_copy {
    color: #1d2577;
    bottom: 0px;
    border: none;
    margin: 0;
    padding: 0;
  }
  .headerarea p.main_copy::before {
    display: none;
  }
  .page-Cont,
  .page-Cont2 {
    float: none;
    margin-bottom: 20px;
    position: static;
    font-size: 100%;
  }

  .page-Cont h2,
  .page-Cont2 h2 {
    position: static;
    height: auto;
    padding: 5px;
    margin: 0;
    font-size: 140%;
    line-height: 1.3;
  }
  .page-Cont img,
  .page-Cont2 img {
    height: auto;
  }
  .link-catch {
    position: static;
    height: auto;
  }
  h2::after {
    display: none;
    border: none;
  }
  .more_btn {
    margin-top: 0px;
  }
  .more_btn a {
    margin: 0 auto 10px;
  }
  main {
    margin-left: 0;
  }
  .side-mainContents ul {
    margin-bottom: 20px;
  }
  .topImage {
    margin-bottom: 20px;
  }
  .link-to {
    width: 100%;
    float: none;
  }
  aside {
    float: none;
  }
  aside img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .bx-controls-direction {
    display: none;
  }
  .mainContents {
    margin: 0;
    padding: 0 10px;
  }
  footer {
    padding: 10px;
  }
  footer .mainContents {
    margin: 0 auto;
  }
  .top_btn {
    bottom: 90%;
    right: 20px;
    font-size: 100%;
  }
}
