@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-box;
  text-decoration: none;
  list-style: none;
}

body {
  background: #ffffce;
  color: #333333;
  font-family: "Mplus 1p";
  font-size: 12px;
  line-height: 1.5;
}

/*///// リスト /////*/
article ul {
  background-color: #faf9f5;
  border: solid 1px #f0f0f0;
  padding: 10px 15px 7px 15px;
  margin-top: 10px;
}

article ul li {
  font-size: 12px;
  margin: 0.5em 0;
  padding: 10px 20px;
  line-height: 2.35em;
  color: #654e22;
}

article ul li:before {
  font-family: FontAwesome;
  content: "\f058";
  margin-right: 8px;
}

article ol {
  margin: 1.5em 0;
  counter-reset: counter-name;
  background-color: #f2f7ff;
  border: solid 1px #dbe4f2;
  padding: 10px 15px 7px 15px;
}

article ol li {
  margin: 0.5em 0;
  padding: 10px 40px;
  list-style: none;
  position: relative;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 20px;
  font-weight: bold;
  color: #00358f;
  font-family: 140%;
}

/*///// 引用文 /////*/

blockquote {
  padding: 30px;
  line-height: 150%;
  margin: 10px 0;
  position: relative;
  background-color: #faf9f5;
  border: solid 1px #f0f0f0;
  font-size: 22px;
  font-family: "Sawarabi Mincho";
}

blockquote:before,
blockquote:after {
  position: absolute;
  font-size: 50px;
  color: #00358f;
}

blockquote:before {
  content: "“";
  top: 15px;
  left: 0;
}

blockquote:after {
  content: "”";
  bottom: -10px;
  right: 0;
}

/*///// テーブル /////*/

table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  vertical-align: top;
  background: #faf9f5;
  border: solid 1px #f0f0f0;
}

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

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 {
  color: #a80000;
}

em {
  font-style: normal;
  color: #00358f;
}

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
  background: #f0ebd8;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

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

a {
  display: block;
  color: #220d00;
}

a:hover {
  color: #be9444;
  transition: 0.2s;
}

/*///// タイトル /////*/

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 600;
  font-family: "Sawarabi Mincho";
}

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

/* +下層用 */
h2,
.under h1 {
  color: #00358f;
  font-family: "Sawarabi Mincho";
  font-weight: 700;
  text-align: center;
  font-size: 150%;
}

h3,
.under h2 {
  font-size: 130%;
  padding: 10px;
  font-weight: 700;
  color: #bb8714;
  background: #faf9f5;
}

h4,
.under h3 {
  color: #00358f;
  font-size: 130%;
  padding: 10px;
  border-top: solid 1px #bfb5ac;
  border-bottom: dashed 1px #bfb5ac;
}

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

h5 {
  font-size: 100%;
  padding: 3px 0 3px 10px;
  background: #b6c2dc;
}

h6 {
  font-size: 100%;
  padding: 3px 0 3px 10px;
  font-weight: 700;
  border: solid 1px #ccc;
}

/*///// 全体 /////*/
#all {
  max-width: 940px;
  margin: 30px auto;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.23);
  border-radius: 0 15px 0 15px;
  border: solid 1px #e5e5e5;
  background: #fff;
}

.con_wrap {
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

.con_wrap>* {
  color: #2e2e2e;
}

.site_sia {
  max-width: 78%;
  float: left;
  background: #fff;
}

main {
  max-width: 96%;
  margin: 10px auto;
}

.site_sib {
  /*min-*/
  width: 20%;
  float: right;
  position: sticky;
  top: 0;
  height: fit-content;
}

article {
  margin-bottom: 30px;
}

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

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

.site-hd {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}

/*--- ①indexのhead ---*/
.site-hdIn {
  width: 212px;
  height: 457px;
  position: absolute;
  top: -22px;
  left: 12px;
  background: #00358f;
  border-left: 4px #3663b3 solid;
  border-radius: 0 10px 0 10px;
  z-index: 2;
}

.site-hdIn .site-title {
  width: 96%;
  margin: 0 3% 0 1%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}

/*h1*/
.site-hdIn .ttl_h a,
.ttl_h a {
  font-size: 120%;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
}

.ttl_h a {
  color: #00358f;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Sawarabi Mincho";
  font-size: 1.15rem;
}

.site-hdIn .ttl_h a:hover {
  background: none;
  color: #ffffce;
  text-decoration: none;
}

/*キャッチコピー*/
.site-hdIn .site-cp {
  color: #fff;
  font-size: 60%;
}

/*--- ①indexのheadnav ---*/
.site-hdIn #site-nv {
  width: 100%;
  margin: 0 auto;
}

.site-hdIn #site-nv ul {
  width: 94%;
  margin: 15px auto;
  border: none;
}

.site-hdIn #site-nv li {
  margin-bottom: 10px;
  width: 100%;
}

.site-hdIn #site-nv li a {
  color: #fff;
  font-family: "Sawarabi Mincho";
  margin: 0 auto;
  padding: 8px;
}

.site-hdIn #site-nv li a:hover {
  background: rgba(255, 255, 255, 0.15);
}

/*--- ②pageのhead ---*/
.site-title {
  width: 96%;
  margin: 2%;
}

/*h1*/
h1.ttl_h a {
  font-size: 170%;
  font-weight: normal;
  letter-spacing: -0.1em;
  color: #00358f;
  margin-bottom: 10px;
}

h1.ttl_h a:hover {
  background: none;
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

/*キャッチコピー*/
.site-cp {
  color: #00358f;
  font-size: 60%;
}

/*--- ②pageのheadnav ---*/
#site-nv {
  width: 100%;
  margin: 0 auto;
}

#site-nv ul {
  overflow: hidden;
  border-top: 4px #3663b3 solid;
  display: flex;
}

.site-hdIn ul {
  display: block !important;
}

#site-nv li {
  width: 234px;
  margin-left: 1px;
  float: left;
}

#site-nv li:nth-of-type(1) {
  margin-left: 0;
}

#site-nv li a {
  background: #00358f;
  font-family: "Sawarabi Mincho";
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

#site-nv li a:hover {
  letter-spacing: 0.3em;
  transition: 0.4s;
}

.slicknav_menu {
  display: none;
}

/*///// スライダー /////*/
.site-mainvisual {
  max-width: 760px;
  /*940px*/
  height: 426px;
  /*612px;*/
  margin: 0 0 10px auto;
  position: relative;
  border-radius: 0 15px 0 0;
  overflow: hidden;
}

.sli_bg {
  background: url(../images/slider.png) no-repeat;
  max-width: 760px;
  /*940px*/
  height: 426px;
  /*612px;*/
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.bx-wrapper {
  text-align: center;
  margin: 0 auto;
  box-shadow: none;
}

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

/*///// 下層リンク /////*/
.site-lk img {
  width: 100%;
  padding-top: 8px;
  border-top: 1px #00358f solid;
}

s .site-top {
  max-width: 702px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.site-top .site-lk {
  width: 220px;
  margin: 0 14px 25px 0;
  float: left;
}

.site-top .site-lk h2 {
  color: #996633;
  font-size: 15px;
  text-align: left;
  margin: 5px 0;
  padding: 0;
  border: none;
}

/*--- もっと読むボタン ---*/
.site-more {
  width: 220px;
  text-align: center;
  margin: 20px auto 0;
  overflow: hidden;
}

.site-more a {
  color: #fff;
  line-height: 32px;
  background: #b6c2dc;
}

.site-more a:hover {
  background: #00358f;
}

/*///// サイドエリア /////*/
aside dl {
  margin-bottom: 40px;
}

aside dt {
  color: #00358f;
  padding: 8px;
  border-top: solid 1px #bfb5ac;
  font-family: "Sawarabi Mincho";
  font-size: 110%;
  font-weight: 500;
}

aside a {
  border-top: dashed 1px #bfb5ac;
  font-size: 85%;
  color: #654e22;
}

aside dd:nth-last-of-type(1) a {
  border-bottom: solid 1px #bfb5ac;
}

aside a:hover {
  color: #be9444;
}

/*menu*/
aside .site_t a {
  line-height: 36px;
  padding-left: 20px;
  position: relative;
}

aside .site_t a:before {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  left: 10px;
  color: #00358f;
}

/*column*/
aside .site_trs dd {
  line-height: 45px;
}

aside .site_trs a img {
  width: 60px;
  height: 35px;
  overflow: hidden;
  margin: 5px;
  border: solid 1px #eae0d8;
  box-sizing: border-box;
}

aside .site_trs a:hover img {
  border: solid 1px #eae0d8;
}

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

.site-lbk {
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  background: #faf9f5;
  border: solid 1px #e6e0da;
}

.site-lbk h2 {
  padding: 15px 0 0;
}

.lbk_in {
  width: 50%;
  float: left;
}

.site-lbk h3 {
  width: 92%;
  border: none;
  padding: 0;
  margin: 0 auto 5px;
  background: none;
}

.site-lbk h3 a {
  width: 100%;
  padding: 10px;
  background: #e2d7c0;
  font-family: "Mplus 1p";
  position: relative;
  color: #fff;
}

.site-lbk h3 a:hover {
  background: #9f7c2d;
}

.site-lbk h3 a:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: 10px;
}

.lbk_in p {
  margin-left: 10px;
}

/*///// フッターエリア /////*/

footer {
  width: 100%;
  margin: 30px auto 0;
  background: #eeedea;
  border-top: 1px solid #e2dad2;
  border-radius: 0 0 0 15px;
}

footer ul {
  /* width: 60%; */
  margin: 0 auto;
  overflow: hidden;
}

footer li {
  width: 30%;
  /*50%*/
  margin: 30px 0;
  float: left;
}

footer dl {
  /* width: 96%; */
  margin-left: 4%;
}

footer dt {
  line-height: 30px;
  text-align: center;
  background: #bb8714;
  color: #fff;
  font-family: "Sawarabi Mincho";
}

footer dd {
  font-size: 90%;
  line-height: 40px;
  position: relative;
  border-bottom: dashed 1px #bfb5ac;
}

footer dd:before {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  left: 10px;
  color: #00358f;
}

footer a {
  padding-left: 20px;
}

footer a:hover {
  background: #fff;
}

/*--- コピーライト ---*/
.site-fc {
  padding: 0 15px 8px 0;
  font-size: 70%;
  text-align: right;
  color: #bfb59f;
}

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

.site-nf {
  font-size: 280%;
  color: #bfb59f;
}

/*///// パンくず /////*/

.site-pan {
  width: 940px;
  margin: 10px auto;
}

.site-pan a {
  display: inline;
  padding: 0 8px;
  font-size: 85%;
}

/*///// ＳＮＳ /////*/

.sns-ctnbt {
  width: 100%;
  margin: 60px auto 0;
}

.sns-ctnbt dl {
  overflow: hidden;
  background-color: rgba(0, 53, 143, 0.06);
  border: solid 1px rgba(0, 53, 143, 0.33);
  padding: 0 10px 10px;
  text-align: center;
}

.sns-ctnbt dt {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  color: #00358f;
  font-family: "Sawarabi Mincho";
}

.sns-ctnbt dd {
  width: 25%;
  float: left;
}

.sns-ctnbt dd a {
  width: 96%;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 10px 0 10px 0;
  border: 1px solid #fff;
}

.sns-ctnbt dd a:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

/* SNSごとの背景色 */

#twitter {
  background: #00acee;
}

#hatena {
  background: #2d4c86;
}

#facebook {
  background: #3b5998;
}

#ggl-plus {
  background: #dd4b39;
}

#twitter:hover {
  border-color: #00acee;
}

#hatena:hover {
  border-color: #2d4c86;
}

#facebook:hover {
  border-color: #3b5998;
}

#ggl-plus:hover {
  border-color: #dd4b39;
}

.sns-ctnc .fa {
  font-weight: bold;
}

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

p.site-btn a {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  border-radius: 5px;
  bottom: 18px;
  right: 0;
  z-index: 1;
  background: #00358f;
  width: 50px;
  height: 50px;
  color: #fff;
}

p.site-btn a:hover {
  background: rgba(0, 53, 143, 0.58);
}

/*下層などflex内で要素が増える時*/
.site-con.con_wrap.box_cf:has(.site-pan) {
  flex-wrap: wrap;
}

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

/*パンくず*/

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