@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

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

body {
  font-size: 16px;
  line-height: 2;
  background: #fff;
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Meiryo",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

a {
  color: #00366b;
  display: block;
}

a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
}

h2 {
  padding: 10px 5px;
  border-left: solid 5px #00366b;
}

h3 {
  background: #00366b;
  color: #fff;
  padding: 10px;
}

h4 {
  border: 2px solid #00366b;
  padding: 5px;
}

/* 下層用 */
.under h1 {
  padding: 10px 5px;
  border-left: solid 5px #00366b;
  font-size: 140%;
  margin: 0 0 15px;
}

.under h2 {
  background: #00366b;
  color: #fff;
  padding: 10px;
}

.under h3 {
  border: 2px solid #00366b;
  padding: 5px;
  margin-top: 40px;
}

h5 {
  border-bottom: 1px solid #00366b;
  font-size: 120%;
}

h6 {
  font-weight: bold;
  font-size: 100%;
  color: #00366b;
}

strong {
  background: linear-gradient(transparent 60%, yellow 60%);
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #00366b;
}

article ul li {
  position: relative;
}

article ul li:before {
  background: #00366b none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 3px;
  margin-right: 10px;
  width: 20px;
}

article ol {
  counter-reset: counter-name;
  padding: 0.5em 1.5em;
  margin: 1.5em 0;
  border: solid 1px #00366b;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  width: 100%;
  padding-left: 20px;
  border-bottom: dashed 2px #00366b;
}

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

blockquote {
  border: solid 1px #00366b;
  padding: 3em 1em;
  position: relative;
  background: #00366b;
  color: #fff;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #fff;
  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 #00366b;
  background: #ebebeb;
  color: #00366b;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #00366b;
}

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 #00366b;
  margin: 1em 0;
  padding: 1em;
}

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

em {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/*大コンテナ*/
.cont_main {
  max-width: 1030px;
  margin: 0 auto 35px;
  /* overflow: hidden; */
}

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

.cont_main>* {
  color: #00366b;
}

/*左右コンテナ*/
.left_cont {

  width: 23%;
  float: left;
  padding: 0;
  position: sticky;
  top: 0;
}

.right_cont {

  width: 77%;
  float: right;
}

/* header */
.header_area {
  margin: 30px 0 0;
  padding: 0;
  overflow: hidden;
}

.header_area a {
  color: #00366b;
  font-weight: bold;
}

.maintitle a {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 20px;
  width: 70%;
  text-align: center;
  line-height: 1.3;
}

.header_area p.toptext {
  font-size: 80%;
  text-align: center;
  margin: 0 0 20px;
}

.cont_main.without .header_area {
  margin: 15px 0 0;
}

.cont_main.without .conti {
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  width: 100%;
}

/* スライダー */

.sl_wrapper {
  overflow: hidden;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}

.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
  width: 1030px;
  max-width: 100%;
  background: none;
}

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

/* main */

main {
  margin: 0 0 30px;
}

article {
  margin: 0 0 50px;
  background: #fff;
  padding: 0;
}

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

/*ヘッダーナビ*/

nav {
  padding: 0;
  width: 100%;
  position: relative;
}

.navigation {
  margin: 10px auto 35px;
}

.navigation:before {
  border-top: 3px solid #00366b;
  content: " ";
  height: 3px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 100%;
}

.navigation:after {
  border-top: 1px solid #00366b;
  content: " ";
  height: 1px;
  left: 0;
  position: absolute;
  top: 19px;
  width: 100%;
}

#navigation-menu {
  width: 55%;
  position: relative;
  background: #fff;
  z-index: 4;
  margin: 0 auto;
  max-width: 800;
  display: flex;
  justify-content: space-around;
}

.navigation ul#navigation-menu>li {
  display: block;
  width: 25%;
  font-size: 13px;
  text-align: center;
  border-left: solid 1px #00366b;
}

.navigation ul#navigation-menu>li:last-child {
  border-right: solid 1px #00366b;
}

#navigation-menu li a {
  padding: 0.3em;
  color: #00366b;
  display: block;
  height: 30px;
  line-height: 30px;
}

#navigation-menu li a:hover {
  background: rgba(0, 54, 107, 0.3);
  opacity: 1;
}

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

.slicknav_menu {
  display: none;
}

/*2列リンク*/

.c_toppage {
  overflow: hidden;
  margin: 0 auto 50px;
  padding: 0 0 35px;
  border-bottom: 1px dashed #00366b;
}

.tolink {
  overflow: hidden;
}

.c_toppage .tolink {
  width: 100%;
  margin: 0 4% 0 0;
  padding: 0;
  float: left;
  width: 48%;
  overflow: hidden;
}

.c_toppage .tolink:nth-of-type(even) {
  margin-right: 0;
}

.tolink.top_one .r_side {
  width: 30%;
  float: right;
}

.tolink.top_one .l_side {
  width: 66%;
  float: left;
}

.tolink h2 {
  margin: 0 0 15px;
}

.tolink.top_one {
  border-bottom: 1px dashed #00366b;
  margin: 0 0 35px;
  padding: 0 0 25px;
}

.tolink.top_one h2 {
  position: relative;
  padding: 0;
  border: none;
  line-height: 45px;
  text-align: center;
}

.tolink.top_one h2 span {
  padding: 0 15px;
  background: #fff;
  max-width: 90%;
  position: relative;
  z-index: 3;
}

.tolink.top_one h2:before {
  border-top: 3px solid #00366b;
  content: " ";
  height: 3px;
  left: 0;
  position: absolute;
  top: 22px;
  width: 100%;
}

.tolink.top_one h2:after {
  border-top: 1px solid #00366b;
  content: " ";
  height: 1px;
  left: 0;
  position: absolute;
  top: 27px;
  width: 100%;
}

.tolink img {
  float: none;
  max-width: 100%;
  margin: 0 0 10px;
}

/*MORE*/
.read_btn {
  text-align: center;
  margin: 15px 0 0;
}

.read_btn a {
  padding: 0.2em 4em;
  color: #fff;
  display: block;
  background: #00366b;
  font-size: 15px;
  float: right;
}

.read_btn a:before {
  content: "\f138";
  margin: 0 0.5em 0 0;
  font-family: FontAwesome;
}

.read_btn a:hover {
  background: #00509e;
  opacity: 1;
}

/* おすすめリンク */
.rec_wrap {
  padding: 15px;
  border: solid 1px #00366b;
  overflow: hidden;
  width: 80%;
  margin: 0 auto 50px;
}

.rec_wrap a {
  text-align: center;
  color: #00366b;
}

.rec_wrap h2 {
  border: none;
  background: #ffff00;
  color: #464646;
  font-size: 16px;
  display: inline-block;
  margin: 0 0 15px;
  padding: 5px 10px;
}

.link-in {
  margin-bottom: 30px;
}

.rec_wrap h3 {
  border: none;
  padding: 0;
  margin: 0;
  /* position: relative; */
}

.rec_wrap h3 a {
  display: block;
  background: #00366b;
  color: #fff;
  padding: 0.3em 0.3em 0.3em 0.4em;
  width: 48%;
  float: left;
  margin: 0 1%;
  text-align: left;
}

.rec_wrap h3 a::after {
  content: ">";
  margin-left: 10px;
  /* position: absolute;
  right: 10px; */
}

.rec_wrap p {
  padding: 0;
}

/* サイドリンク */

aside {
  margin: 0;
}

.side_ab>li {
  margin: 0 0 40px;
  padding: 0;
}

.side_ab>li:last-child {
  margin: 0;
}

aside li>p {
  font-weight: bold;
  color: #fff;
  text-shadow: #00366b 1px 1px 0px, #00366b -1px 1px 0px, #00366b -1px -1px 0px,
    #00366b 1px -1px 0px;
  font-size: 25px;
  margin: 0 0 15px;
  line-height: 1;
  padding: 8px 0;
}

aside a {
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.3;
}

ul.category a {
  border-left: 7px solid #00366b;
  font-size: 13px;
  margin: 0 0 6px;
  padding: 8px 5px;
}

ul.category a:hover {
  border-left: 7px solid #ccc;
}

/*hoverでマスクをかける*/

.hover_e {
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
  /* 相対位置指定 */
}

.hover_e .caption {
  font-size: 100%;
  text-align: center;
  padding-top: 0;
  color: #fff;
  position: absolute;
  width: 100%;
  font-weight: bold;
  bottom: 20%;
}

.hover_e .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0;
  /* マスクを表示しない */
  background-color: rgba(0, 54, 107, 0.7);
  /* マスクは半透明 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover_e:hover .mask {
  opacity: 1;
  /* マスクを表示する */
}

.si_link {
  padding: 0 15px;
}

.si_link a {
  padding: 0;
}

.si_link a img {
  float: none;
  max-width: 100%;
  margin: 0;
}

/* footer */

footer {
  position: relative;
  background: #00366b;
  padding: 50px 0 10px;
  color: #fff;
}

footer p {
  font-size: 19px;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
}

footer .cont_main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.footer_text {
  font-size: 70%;
  text-align: center;
}

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

.footer_mn ul {
  margin: 0 0 0 1em;
}

/* under */

.unknown {
  font-size: 200%;
  color: #c93310;
}

/* SNS */

.snsaa {
  width: 100%;
  margin: 50px 0;
}

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

.snsaa>div {
  text-align: center;
}

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

.snscc {
  text-align: center;
  display: block;
  background-color: #00366b;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.snsdd {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.snsdd .fa {
  font-weight: bold;
}

.snsee {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

main a.snsee {
  color: #fff !important;
}

.snsee: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;
}

/* pan nav */

.clumb {
  margin-bottom: 2em;
}

.clumb a {
  display: inline;
  font-size: 85%;
}

.clumb font {
  color: #ccc;
}

/*戻るボタン*/

p.modoru a {
  font-size: 30px;
  line-height: 55px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgba(255, 255, 0, 0.8);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
}

.slnav_c {}