@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

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

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

body {
  background: #000f44;
  color: #fff;
  font-size: 15px;
  line-height: 1.5em;
  font-family: "Rounded Mplus 1c";
}

/*----- ul -----*/
article ul {
  margin: 1.5em 0;
}

article ul li {
  padding: 10px;
  margin: 10px 0;
  font-size: 15px;
  border: solid 2px #fff;
  background: #5b6d9e;
  border-radius: 10px;
}

/*----- ol -----*/
article ol {
  counter-reset: list;
  list-style-type: none;
  font: 10px/1.6 "arial narrow", sans-serif;
  padding: 0px;
  border: solid 2px #d5be6b;
  border-radius: 10px;
}

article ol li {
  position: relative;
  line-height: 20px;
  margin: 7px 0 7px 60px;
  padding: 10px 5px;
  font-size: 16px;
}

article ol li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 28%;
  left: -1em;
  width: 1em;
  height: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #d5be6b;
  z-index: 1;
}

article ol li:after {
  width: 2em;
  height: 15px;
  content: "その";
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #d5be6b;
  position: absolute;
  top: 28%;
  left: -3em;
}

/*----- blockquote -----*/
blockquote {
  background: #d8c377;
  padding: 3em 1em;
  position: relative;
  color: #0f1142;
  text-align: center;
}

blockquote:before,
blockquote:after {
  font-size: 200%;
  line-height: 0em;
  color: #0f1142;
  position: absolute;
}

blockquote:before {
  font-family: FontAwesome;
  content: "\f10d";
  left: 10px;
  top: 0;
  line-height: 1em;
}

blockquote:after {
  font-family: FontAwesome;
  content: "\f10e";
  right: 10px;
  bottom: 15px;
}

/*----- table -----*/
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  border: solid 4px #fff;
}

table th {
  width: 30%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  font-family: "Sawarabi Mincho";
  border: 1px solid #fff;
  background: #5b6d9e;
  color: #fff;
}

table td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #fff;
}

/*----- other -----*/
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 #eee;
  margin: 1em 0;
  padding: 1em;
}

strong {
  background: #fff;
  color: #162a70;
  padding: 0 3px;
}

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

em {
  font-style: normal;
  color: #d8c377;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
  border: dotted 1px #fff;
  margin-bottom: 8px;
  padding: 2px;
}

address {
  padding: 5px;
  background: #5b6d9e;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/*■■■■■ 大枠　■■■■■*/
#wrap {
  max-width: 1120px;
  padding-top: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/*----- 見出し -----*/
h2,
h3,
h4,
h5,
h6,
.under h1 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

h2,
.under h1 {
  width: 94%;
  font-size: 36px;
  color: #d5be6b;
  font-family: "Sawarabi Mincho";
  padding: 0.2em 2%;
  border-radius: 35px;
  border: solid 4px #d5be6b;
}

h3,
.under h2 {
  font-size: 30px;
  color: #354677;
  background: #d8c377;
  padding: 10px 15px;
}

h4,
.under h3 {
  font-size: 22px;
  color: #354677;
  background: #fff;
  padding: 10px 15px;
  font-family: "Sawarabi Mincho";
}

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

h5 {
  color: #d8c377;
  border-bottom: 1px solid #d8c377;
  font-size: 18px;
  font-weight: bold;
  font-family: "Sawarabi Mincho";
  padding: 8px;
}

h6 {
  font-size: 14px;
  font-weight: bold;
  border-left: solid 5px #fff;
  padding: 5px 10px;
}

img {
  max-width: 100%;
  font-weight: bold;
}

/*----- リンク -----*/
a {
  color: #38b6e5;
  display: block;
}

a:hover {
  color: #d8c377;
}

/*■■■■■ top page　■■■■■*/
/*----- header -----*/
#head {
  width: 100%;
  max-height: 490px;
  margin: 0 auto 30px;
  background: #0f1142;
  /* Old browsers */
  background: -moz-linear-gradient(top,
      #0f1142 0%,
      #2d68c4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      #0f1142 0%,
      #2d68c4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      #0f1142 0%,
      #2d68c4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1142', endColorstr='#2d68c4', GradientType=0);
  /* IE6-9 */
}

#head-cont {
  text-align: center;
}

.head-tit a {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  font-family: "Sawarabi Mincho";
  font-weight: bold;
}

#main-cont #head-cont {
  max-width: 700px;
  text-align: left;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 99;
  background: -moz-linear-gradient(left,
      rgba(255, 255, 255, 1) 62%,
      rgba(255, 255, 255, 0.42) 84%,
      rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 1) 62%,
      rgba(255, 255, 255, 0.42) 84%,
      rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      rgba(255, 255, 255, 1) 62%,
      rgba(255, 255, 255, 0.42) 84%,
      rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#footfoot', endColorstr='#00footfoot', GradientType=1);
  /* IE6-9 */
}

.head-tit a {
  color: #fff;
}

#main-cont .head-tit a {
  color: #162a70;
}

#main-cont .head-tit a:hover,
.head-tit a:hover {
  color: #d5be6b;
}

.head-copy {
  width: 100%;
  padding: 0 10px 10px;
  font-size: 80%;
  color: #bbb;
}

#head-gnavi {
  width: 100%;
  background: #d5be6b;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg,
      #d5be6b 0%,
      #e9e0b3 50%,
      #d5be6b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,
      #d5be6b 0%,
      #e9e0b3 50%,
      #d5be6b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,
      #d5be6b 0%,
      #e9e0b3 50%,
      #d5be6b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5be6b', endColorstr='#d5be6b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-bottom: solid 4px #957d27;
}

#head-gnavi ul {
  max-width: 1120px;
  margin: 2px auto;
  overflow: hidden;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  text-align: center;
}

#head-gnavi li {
  width: 25%;
  float: left;
}

#head-gnavi li a {
  padding: 5px;
  transition: 0.3s;
  font-family: "Sawarabi Mincho";
  font-weight: bold;
  font-size: 14px;
  color: #162a70;
}

#head-gnavi li a:hover {
  color: #fff;
  text-shadow: 0px 0px 4px #a68a43;
}

.slicknav_menu {
  display: none;
}

/*----- slider -----*/
#main-cont {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}

.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

/*----- main -----*/
main {
  float: left;
  max-width: 74%;
  /*825px*/
  margin-bottom: 30px;
}

@media (max-width: 721px) {
  main {
    max-width: inherit;
  }
}


main article img {
  margin-bottom: 10px;
}

/*----- 本文 -----*/
.t_page-block {
  width: 100%;
}

/*----- 下層リンク -----*/
.u_page-block {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.u_page-block img {
  width: 45%;
  float: left;
}

.u_page-block>div {
  width: 53%;
  float: right;
  line-height: 1.6em;
}

/*----- もっと読む -----*/
.readmore-bn {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.readmore-bn a {
  width: 150px;
  padding: 3px 0;
  color: #0f1142;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  border-bottom: 3px solid #8b7c4b;
  background: #d5be6b;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg,
      #d5be6b 0%,
      #e9e0b3 50%,
      #d5be6b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,
      #d5be6b 0%,
      #e9e0b3 50%,
      #d5be6b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,
      #d5be6b 0%,
      #e9e0b3 50%,
      #d5be6b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5be6b', endColorstr='#d5be6b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.readmore-bn a:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin-left: 10px;
}

.readmore-bn a:hover {
  border-bottom: none;
  border-top: 3px solid #0f1142;
}

/*----- おすすめ -----*/
.osusume-block {
  width: 200px;
  border-radius: 10px;
  padding: 0 10px;
  background: #fff;
  /* position: absolute; */
  position: fixed;
  bottom: 0;
  /* top:1500px; */
  right: 10px;
}

body.is-fixed .osusume-block {
  position: fixed;
  top: 10px;
}

.osusume-block h2 {
  padding: 20px 0 0;
  font-size: 16px;
  text-align: center;
  color: #000f44;
  border: none;
}

.osusume-block h3 a:before {
  font-family: FontAwesome;
  content: "\f08e";
  margin-right: 5px;
}

.osusume-block h3 a {
  display: block;
  color: #fff;
  font-size: 14px;
}

.osusume-block h3 a:hover {
  color: #0f1142;
}

.osusume-block p {
  color: #666;
  font-size: 10px;
  margin: -20px 0 0;
}

/*----- aside -----*/
#sub-cont {
  float: right;
  /*min-*/
  width: 23%;
  /*280px*/
  position: sticky;
  top: 0;
  height: fit-content;
}

#sub-cont li {
  width: 90%;
  margin-left: 10%;
  margin-bottom: 30px;
  border: 2px solid #d9c579;
}

#sub-cont dt {
  padding: 8px 0;
  font-weight: bold;
  font-family: "Sawarabi Mincho";
  color: #0f1142;
  text-align: center;
  background: #d5be6b;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg,
      #d5be6b 0%,
      #e9e0b3 50%,
      #d5be6b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,
      #d5be6b 0%,
      #e9e0b3 50%,
      #d5be6b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,
      #d5be6b 0%,
      #e9e0b3 50%,
      #d5be6b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5be6b', endColorstr='#d5be6b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

#sub-cont dd a {
  padding: 10px;
  color: #d8c377;
}

#sub-cont .sub-block1 a:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 8px;
}

#sub-cont .sub-block2 {
  font-size: 12px;
  line-height: 42px;
}

#sub-cont a:hover {
  background: #5b6d9e;
  color: #fff;
}

#sub-cont img {
  width: 60px;
  margin-right: 10px;
}

/*----- footer -----*/
#foot-cont {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 0 10px;
}

#foot-cont ul {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

#foot-cont li {
  width: 50%;
  float: left;
}

#foot-cont dl {
  overflow: hidden;
  padding: 0 10px;
}

#foot-cont dt {
  color: #0f1142;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  background: url(../images/foot_dt.png) repeat-x center;
}

#foot-cont dt span {
  display: inline-block;
  background: #e5e8ed;
  min-width: 55px;
}

#foot-cont dt:before {
  font-family: FontAwesome;
  content: "\f13a";
  padding-right: 8px;
  background: #e5e8ed;
}

#foot-cont dd {
  width: 50%;
  font-size: 11px;
  float: left;
}

#foot-cont dd a {
  padding: 5px;
  color: #0f1142;
}

#foot-cont dd a:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 8px;
}

#foot-cont dd a:hover {
  background: #5b6d9e;
  color: #fff;
}

.foot-copy {
  width: 1120px;
  margin: 0 auto;
  font-size: 10px;
  text-align: center;
  padding-top: 30px;
  color: #999;
}

.backtop-bn {
  text-align: right;
  padding: 10px;
  font-weight: bold;
  color: #fff;
}

/*----- 404 -----*/
.err_page {
  padding: 1.5em 0.5em;
}

.err_page b {
  font-size: 46px;
  display: block;
  margin-bottom: 10px;
  color: #d8c377;
}

/*----- pan nav -----*/
#pan-gnavi {
  margin-bottom: 10px;
}

#pan-gnavi li {
  display: inline-block;
  margin-right: 5px;
}

#pan-gnavi li a {
  color: #fff;
}

#pan-gnavi a:hover {
  color: #d5be6b;
}

/*----- SNS -----*/
#sns-cont {
  width: 100%;
  font-family: "Sawarabi Mincho";
  padding: 50px 0;
}

#sns-cont dt {
  width: 100%;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 36px;
  padding: 6px 15px;
  margin-bottom: 10px;
}

#sns-cont dd {
  width: 24%;
  float: left;
  margin: 0 0.5%;
}

#sns-cont dd .fa {
  font-weight: bold;
}

#sns-cont dd a {
  margin: 10px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  background: #d5be6b;
  color: #0f1142;
  font-weight: bold;
}

/*----- SNS背景色 -----*/
#twitter:hover {
  background: #00acee;
}

#hatena:hover {
  background: #2d4c86;
}

#facebook:hover {
  background: #3b5998;
}

#ggl-plus:hover {
  background: #dd4b39;
}

/*下層などflex内で要素が増える時*/
#wrap:has(#pan-gnavi) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
#pan-gnavi {
  width: 100%;
}

/*パンくず*/