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

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

body {
  border-top: solid #374f9a 3px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

a {
  color: #313131;
  display: block;
}

a:hover {
  color: #73d1d5;
  transition: 0.2s;
}

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

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

/* +下層用 */
h2,
.under h1 {
  color: #fff;
  background: #227eb4;
  background: -moz-linear-gradient(45deg, #227eb4 0%, #2293a1 100%);
  background: -webkit-linear-gradient(45deg, #227eb4 0%, #2293a1 100%);
  background: linear-gradient(45deg, #227eb4 0%, #2293a1 100%);
  padding: 10px;
}

.under h1 {
  font-size: 130%;
  margin-bottom: 25px;
}

h3,
.under h2 {
  padding: 5px 5px 5px 12px;
  border-left: 7px solid #374f9a;
}

h4,
.under h3 {
  border-bottom: 2px solid #374f9a;
  padding-bottom: 5px;
}

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

h5 {
  border-bottom: 1px dashed #374f9a;
  font-size: 120%;
}

h6 {
  color: #374f9a;
  font-size: 100%;
}

strong {
  color: #be3333;
}

article ul {
  padding: 1em;
  margin: 1.5em 0;
  border: 2px solid #112764;
}

article ul li {
  position: relative;
}

article ul li::before {
  content: "\f00c ";
  font-family: FontAwesome;
  margin: 0 0.2em 0 0;
  color: #112764;
}

article ol {
  counter-reset: counter-name;
  border: 2px solid #112764;
  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: rgba(17, 39, 100, 0.18);
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #374f9a;
  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: #d8e5eb;
}

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

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

em {
  font-style: normal;
  background: #d8e5eb;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* ///////////大コンテナ*/

.con-c {
  max-width: 1100px;
  margin: 0 auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

/*文字色全変更*/

.con-w>* {
  color: #313131;
}

/* ///////////左右コンテナ*/

.fbl {
  max-width: 74%;
  /*770px*/
  float: left;
  padding: 0;
}

@media (max-width:640px) {
  .fbl {
    max-width: initial;
  }
}

.fbr {
  /*min-*/
  width: 24%;
  /*300px*/
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 60px;
  height: fit-content;
}

/* ///////////メイン */

main {
  margin-bottom: 50px;
}

article {
  margin-bottom: 30px;
}

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

/*//////////////コンテンツ内容//////////*/

/* /////////ヘッダーエリア */

.he-cont {
  width: 100%;
  margin: 0 auto 30px;
  padding: 35px 0;
  background: #d8e5eb;
}

.he-cont.notop_p {
  margin: 0 auto 15px;
  padding: 25px 0;
}

/*/////////ページタイトルのコンテナ*/
.title-con a {
  font-size: 23px;
  font-weight: normal;
  color: #112764;
  margin: 0 0 0.3em;
  text-align: center;
  line-height: 1.3;
}

.he-cont p.cp_tex {
  font-size: 70%;
  text-align: center;
}

/*/////////ヘッダーナビ*/

nav {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 2px #acacac;
}

.g-nv>ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
}

.g-nv ul#g-nv-menu>li {
  display: block;
  float: left;
  text-align: right;
  font-size: 12px;
}

#g-nv-menu li a {
  display: block;
  padding: 13px 15px;
}

#g-nv-menu li a::before {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 0.2em 0 0;
  color: #026e88;
}

#g-nv-menu li:first-child a::before {
  content: "\f015 ";
  font-family: FontAwesome;
  margin: 0 0.2em 0 0;
}

.slicknav_menu {
  display: none;
}

/*/////////スライダー*/
.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

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

/*/////////下層リンク*/

.l-wra img {
  max-width: 100%;
  margin: 0;
}

/*下層リンク*/

.l-wra {
  margin: 0 0 30px;
  overflow: hidden;
}

.l-wra p {
  font-size: 14px;
}

.l-wra img {
  float: left;
  width: 38%;
}

.l-wra>div {
  float: right;
  width: 60%;
}

.l-wra h2 {
  width: 100%;
}

/*/////////もっと読むボタン*/

.read-m {
  text-align: center;
  margin: 15px auto 0;
}

.read-m a {
  background: #3b4552;
  color: #fff;
  font-size: 15px;
  display: block;
  float: right;
  padding: 0.4em;
  width: 66%;
  border-radius: 4px;
}

.read-m a:hover {
  opacity: 0.6;
}

/* /////////aside */
aside li>p {
  background: #00608d;
  font-size: 15px;
  padding: 3px 0.5em;
  color: #fff;
}

aside a {
  padding: 10px;
  font-size: 15px;
}

aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}

.side-con-c>li {
  margin: 0 0 30px;
  background: #e3fcf7;
}

/*/////////カテゴリーリンク*/

.s_aa li,
.s_dd li {
  border-bottom: solid 1px #fff;
}

/*/////////仮リンク*/

.s_dd a {
  padding: 13px 10px;
  overflow: hidden;
}

/*/////////おすすめリンク */

.lb_rec {
  padding: 20px;
  border: solid 1px #313131;
  margin: 0 auto 30px;
}

.lb_rec h2 {
  padding: 5px;
  background: none;
  border-bottom: solid 3px #d8e5eb;
  color: #313131;
  display: inline-block;
}

.lb_in {
  margin: 0 0 20px;
}

.lb_rec h3 {
  padding: 0;
  border: none;
  margin: 0 0 15px;
  border: solid 1px #374f9a;
  position: relative;
}

.lb_rec h3 a {
  padding: 5px;
  display: block;
  background: #3b4552;
  color: #fff;
}

.lb_rec h3 ::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.lb_rec h3 :hover {
  color: #112764;
  background: #fff;
}

.lb_rec p {
  padding: 0;
}

.lb_rec a {
  text-align: left;
}

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

footer {
  position: relative;
  padding: 50px 0 0;
}

footer p {
  font-weight: bold;
  font-size: 17px;
}

footer a {
  font-size: 85%;
  padding: 5px 0;
}

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

.ftcp_t {
  font-weight: normal;
  color: #fff;
  background: #112764;
  font-size: 70%;
  padding: 0.5em;
  text-align: center;
}

.ftmn_t {
  width: 23%;
  margin-right: 2%;
}

/* /////////under */

.er_p {
  font-size: 200%;
  color: #be3333;
}

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

.b_cnv {
  margin-bottom: 10px;
}

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

.b_cnv font {
  color: #ccc;
}

/* /////////SNS */

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

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

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

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

.btaac {
  text-align: center;
  display: block;
  background-color: #d8e5eb;
  color: #313131;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin: 0 0 20px;
  box-sizing: border-box;
}

.btaad {
  width: 24%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

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

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

.btaae:hover {
  text-decoration: none !important;
}

.btn3 {
  margin: 0 auto 4px;
  display: block;
  border-radius: 5px;
  box-shadow: 0 4px #448ca5;
}

#twitter:hover,
#hatena:hover,
#facebook:hover,
#ggl-plus:hover {
  margin: 4px auto 0;
  box-shadow: none;
}

/* SNSごとの背景色 */

#twitter {
  background-color: #00acee;
  box-shadow: 0 4px #0083b5;
}

#hatena {
  background-color: #2d4c86;
  box-shadow: 0 4px #203660;
}

#facebook {
  background-color: #3b5998;
  box-shadow: 0 4px #293e6a;
}

#ggl-plus {
  background-color: #dd4b39;
  box-shadow: 0 4px #a03629;
}

/*/////////トップに戻るボタン*/

.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

p.modoru a {
  font-size: 33px;
  line-height: 48px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgb(59, 76, 131);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
}

/*下層などflex内で要素が増える時*/
.con-c.con-w.clearb:has(.b_cnv) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
.b_cnv {
  width: 100%;
}

/*パンくず*/