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

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

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

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

a:hover {
  color: #217fc4;
  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: 15px;
}

h2 {
  font-size: 145%;
  padding: 0 0 10px;
  position: relative;
}

h2::after {
  background-image: repeating-linear-gradient(90deg,
      #ade1ff 0px,
      #ade1ff 30%,
      #e0dddd 30%,
      #e0dddd 100%);
  bottom: -4px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

h3 {
  border-left: 4px solid #ffe461;
  padding: 5px 10px;
}

h4 {
  border-bottom: 2px solid #555;
  padding-bottom: 5px;
}

h5 {
  font-size: 120%;
  border-bottom: 1px dashed #555;
  padding-bottom: 5px;
}

h6 {
  padding: 3px;
  font-size: 100%;
  background: #e8e5e5;
}

/* 下層用 */
.under h1 {
  font-size: 145%;
  padding: 0 0 10px;
  position: relative;
}

.under h1::after {
  background-image: repeating-linear-gradient(90deg,
      #ade1ff 0px,
      #ade1ff 30%,
      #e0dddd 30%,
      #e0dddd 100%);
  bottom: -4px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.under h2 {
  border-left: 4px solid #ffe461;
  padding: 5px 10px;
}

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



strong {
  color: #f44747;
  font-size: 120%;
  letter-spacing: 0.15em;
  text-decoration: underline;
}

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

article ul {
  padding: 10px 20px;
  background: #fff;
  margin: 1.5em 0;
  border: 2px solid #dddada;
}

article ul li {
  position: relative;
  margin: 0 0 5px;
}

article ul li:before {
  color: #5ab6ff;
  content: "■";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
  font-size: 80%;
}

article ol {
  background: #fff;
  counter-reset: counter-name;
  border: #dddada solid 2px;
  padding: 10px 20px;
  margin: 1.5em 0;
}

article ol li {
  margin: 0 0 5px;
  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: #ddd;
  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 #f2f2f2;
  background: #ddd;
}

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

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 #ccc;
  margin: 1em 0;
  background: #fff;
  padding: 1em;
}

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* ///////////大コンテナ*/
.ctnr {
  max-width: 1100px;
  margin: 0 auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

/*文字色全変更*/
.ctnr_w>* {
  color: #555;
}

/* ///////////左右コンテナ*/
.main_l {
  max-width: 72%;
  /*800px*/
  /* float: left; */
  padding: 0;
}

.main_r {
  /*min-*/
  width: 24%;

  margin: 0 auto 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}

@media (max-width: 746px) {
  .main_l {
    max-width: initial;
  }
}

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

main {
  margin-bottom: 50px;
}

article {
  margin-bottom: 30px;
}

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

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

.headc {
  background: rgba(255, 255, 255, 0.94) url("../images/line.png") no-repeat center top / 100% 4px;
  width: 100%;
  margin: 0;
  padding: 18px 0;
}

/*/////////ページタイトルのコンテナ*/

.h_tit a {
  font-size: 23px;
  font-weight: bold;
}

.headc p.ccp_t {
  font-size: 70%;
}

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

.siddsli {}

.sli {}

nav {
  background: #e8e5e5;
  padding: 17px 0;
  margin: 0 0 20px;
}

.nav_pc>ul {
  width: 550px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.nav_pc ul#nav_pc-menu>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 11px;
  text-align: center;
}

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

.slicknav_menu {
  display: none;
}

#nav_pc-menu li a {
  display: block;
}

/*/////////スライダー*/

.visbox {
  overflow: hidden;
  margin: 0 0 30px;
}

.bx-wrapper {
  margin: 0 auto;
  border: none;
  width: 70%;
  /*520px*/

  float: left;
  box-shadow: none;
}

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

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

.li_bx {
  width: 30%;
  /*260px*/

  float: right;
}

.li_bx h2 {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  padding: 0 0 8px;
}

.li_bx h3 {
  border: none;
  font-size: 15px;
  padding: 0;
  margin: 0 0 5px;
}

.li_bx h3 a {
  display: block;
  padding: 10px;
  background: #fff;
}

.li_bx h3 a::after {
  content: ">";
  margin-left: 10px;
}

.li_bx h3 a:hover {
  background: #e8e5e5;
}

.li_bx p {
  font-size: 14px;
}

.li_bx a {
  text-align: left;
}

.li_inner {
  margin: 0 auto 15px;
}

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

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

.li_cttop {
  overflow: hidden;
  width: 100%;
}

.li_cttop .li_ctnr {
  width: 48%;
  float: left;
  box-shadow: 0 0 0 1.5px #ddd inset;
  background: #fff;
  margin: 0 4% 30px 0;
}

.li_cttop .li_ctnr:nth-of-type(2) {
  margin-right: 0;
}

.li_cttop .li_ctnr>div {
  padding: 10px;
}

.li_cttop .li_ctnr h2 {
  margin: 0 0 15px;
  padding: 5px 0;
}

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

.read_b {
  text-align: right;
  margin: 10px auto 0;
}

.read_b a {
  padding: 0.4em 2em;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  background: #59a9e8;
}

/* /////////aside */

aside li>p,
.bati {
  text-align: center;
  padding: 10px 0;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  background: #e8e5e5 url("../images/line.png") no-repeat center top / 100% 4px;
}

aside a {
  padding: 10px 0;
}

aside img {
  float: left;
  width: 25%;
  margin-right: 5px;
}

.side-ctnr>li,
.btare {
  margin: 0 0 30px;
  box-shadow: 0 0 0 1px #ddd inset;
}

.side-ctnr>li ul {
  padding: 0 10px;
  background: #fff;
}

/*/////////メニューリンク*/

.si_a li,
.si_u li {
  border-bottom: 1px solid #ddd;
  padding: 0 0.5em;
}

.si_a li a::before {
  content: "\f0da ";
  color: #ff9a66;
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

.side-ctnr>li ul li:last-child {
  border-bottom: none;
}

/*/////////おすすめコラムリンク*/

.si_u a {
  font-size: 14px;
  overflow: hidden;
}

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

footer {
  position: relative;
  background: #333;
  padding: 50px 0 10px;
  color: #eee;
}

footer .ffmm p {
  font-size: 15px;
  font-weight: bold;
  margin-left: 0 0 10px;
}

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

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

.ffcp {
  border-top: 1px solid #484848;
  box-shadow: 0 -1px #1f1f1f, 0 -1px #1f1f1f;
  font-size: 70%;
  text-align: center;
  padding: 1em 1em 0;
}

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

.ffmm ul li a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
  color: #eee;
}

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

.nf_p {
  font-size: 180%;
  color: #a03333;
}

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

.pan_p {
  margin-bottom: 5px;
}

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

.pan_p font {
  color: #c1c1c1;
}

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

.sns-ctnr {
  background: #fff;
  padding: 10px;
}

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

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

.btwo {
  box-sizing: border-box;
  margin: 0 0 10px;
}

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

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

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

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

p.gotop a {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  background: #ff9a66;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
}

p.gotop a:hover {
  background: rgba(255, 192, 102, 0.87);
}

/*下層などflex内で要素が増える時*/
.ctnr.ctnr_w.f_no:has(.pan_p) {
  flex-wrap: wrap;
}

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

/*パンくず*/