@charset "utf-8";

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

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

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

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

strong {
  color: #ed8e00;
}

em {
  font-style: normal;
  background: rgba(175, 174, 141, 0.12);
}

article ul {
  border: 1px solid #ccc;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05) inset;
  padding: 1em 1.5em;
  margin: 1.5em 0;
}

article ul li {
  list-style-type: disc;
  list-style-position: inside;
  color: #ed8e00;
}

article ul li span {
  color: #333;
}

article ol {
  counter-reset: counter-name;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05) inset;
  padding: 1em 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;
  font-weight: bold;
}

blockquote {
  background: #eee;
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  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 #65a9dc;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff, #d8e7f1);
  color: #579bc8;
}

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

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

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

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

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

h2,
h3,
h4,
h5,
h6,
.under h1 {
  font-size: 130%;
  margin-bottom: 15px;
}

h2,
.under h1 {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #65a9dc;
  border-top: medium none;
  font-size: 150%;
  padding: 10px 10px;
}

h3,
.under h2 {
  border-bottom: 3px double #65a9dc;
  border-left: none;
  border-right: none;
  padding: 0.5em;
  border-top: 3px double #65a9dc;
}

h4,
.under h3 {
  font-size: 120%;
  padding-bottom: 5px;
  border-bottom: solid 2px #7db2db;
}

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

h5 {
  background: #eee;
  padding: 5px 7px;
  font-size: 120%;
}

h6 {
  color: #65a9dc;
  font-size: 110%;
}

.b_cts {
  max-width: 980px;
  padding: 30px 25px;
  margin: 0 auto;
  overflow: hidden;
}

.cts_wr>* {
  color: #333;
}

.b_cts.cts_wr {
  background: #fff;
  margin: -40px auto 30px;
  position: relative;
  z-index: 5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.b_cts.cts_wr.anot {
  margin: 0 auto 30px;
}

.b_ctsr {
  max-width: 72%;
  /*620px*/
  float: left;
}

@media (max-width: 725px) {
  .b_ctsr {
    max-width: inherit;
  }
}

.b_ctsl {
  /*min-*/
  width: 23%;
  /*270px*/
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}

main {
  margin-bottom: 30px;
}

article {
  margin-bottom: 30px;
}

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

.b_cts_h-are {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.b_cts_h-are .b_cts_c-tit {
  margin: 20px 0;
}

.b_cts_h-are.b_cts_anot-p .b_cts_c-tit {
  width: 100%;
}

.b_cts_s-tit a {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #666;
  width: 95%;
  margin: 0 auto;
  line-height: 1.3;
}

.b_cts_h-are p.b_cts_c-cp {
  margin: 0 0 1em;
  color: #888;
  width: 980px;
  margin: 0 auto;
  font-size: 85%;
}

nav {
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-bottom: 3px solid #57a2db;
}

.b_cts_gn.b_cts_p-ho {
  margin: 0 0 20px;
}

.b_cts_gn>ul {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.b_cts_gn ul#b_cts_gn-menu>li {
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  width: 25%;
}

.b_cts_gn ul#b_cts_gn-menu>li:last-child {
  border: none;
}

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

.slicknav_menu {
  display: none;
}

#b_cts_gn-menu li a {
  border-left: 1px solid #cce7f9;
  padding: 14px 0;
  display: block;
}

#b_cts_gn-menu li a:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff, #f2f6f9);
}

#b_cts_gn-menu li:last-child a {
  border-right: 1px solid #cce7f9;
}

.b_cts_m-vis {
  position: relative;
  z-index: 1;
  margin: 0;
}

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

.bxslider {
  margin: 0px;
}

.bx-wrapper img {
  width: 100%;
}

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

.b_cts_l-con img {
  max-width: 100%;
}

.b_cts_l-con-top {
  overflow: hidden;
  width: 100%;
}

.b_cts_l-con-top .b_cts_l-con {
  width: 31.3%;
  float: left;
  padding: 0;
  margin: 0 3% 50px 0;
}

.b_cts_l-con-top .b_cts_l-con:nth-of-type(3n) {
  padding: 0;
  margin: 0 0 40px 0;
}

.b_cts_l-con-top .b_cts_l-con h2 {
  margin: 0 0 0.8em;
  padding: 0.5em 0 0;
  font-weight: bold;
  background: none;
  border: none;
}

.b_cts_m-btn {
  text-align: center;
  margin: 20px auto 0;
  overflow: hidden;
}

.b_cts_m-btn a {
  padding: 0.5em 1.5em;
  background: #ed8e00;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 83%;
}

.b_cts_m-btn a:hover {
  background: #333;
}

aside li>p {
  font-size: 16px;
  padding: 8px 10px;
  color: #fff;
  background: #7db2db;
  border-top: #57a2db solid 2px;
}

aside a {
  padding: 13px 0;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
}

aside img {
  float: left;
  width: 30%;
  border: solid 1px #ccc;
  margin-right: 5px;
}

.side-b_cts>li {
  margin: 0 0 40px;
  padding: 0;
}

.b_cts_s-a {
  width: 100%;
}

.b_cts_s-b a {
  padding: 15px 0;
  overflow: hidden;
  border-bottom: solid 1px #ccc;
}

.b_cts_l-box {
  padding: 3%;
  border: solid 1px #7db2db;
}

.b_cts_l-box h2 {
  padding: 8px;
  margin: 0 auto 30px;
  background: #333;
  border-bottom: none;
  color: #fff;
  font-size: 120%;
}

.b_cts_l-box h3 {
  border: none;
  padding: 0;
  margin: 0 0 5px;
}

.b_cts_l-box h3 a {
  border-bottom: solid 1px #ed8e00;
  padding: 0 0 5px;
  display: block;
}

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

.b_cts_l-box a {
  text-align: left;
}

.b_cts_l-in {
  margin: 0 auto 3%;
}

.b_cts_l-in:last-child {
  margin: 0;
}

footer {
  position: relative;
  background: #7db2db;
  padding: 50px 0 0;
}

footer .b_cts p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

footer a {
  color: #fff;
  font-size: 75%;
  margin: 0 0 0.3em;
}

footer a::before {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

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

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

.b_cts_ft-c {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2em 1em;
}

.b_cts_ft-c p {
  padding: 0.5em 0.5em;
  font-size: 70%;
  color: #fff;
  text-align: center;
}

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

.b_cts_ft-m ul {
  padding: 0 0 0 1em;
}

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

.b_cts_nf {
  font-size: 200%;
  color: #ed8e00;
}

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

.b_cts_pan {
  margin-bottom: 10px;
}

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

.b_cts_pan font {
  color: #ccc;
}

/* /////////SNS */
.b_ctsns-a {
  width: 100%;
  margin: 50px 0;
}

.b_ctsns-b,
.flex {
  display: flex;
  justify-content: space-between;
}

.b_ctsns-a>div {
  text-align: center;
}

.b_ctsns-a:after {
  content: "";
  clear: both;
  display: block;
}

.b_ctsns-c {
  text-align: center;
  display: block;
  border-bottom: solid 1px #7db2db;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 3%;
  box-sizing: border-box;
}

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

.b_ctsns-d .fa {
  font-weight: bold;
}

.b_ctsns-e:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.b_ctsns-e {
  border: 1px solid #65a9dc;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #f9a9ae;
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  box-shadow: 0 1px 1px rgba(137, 137, 137, 0.56);
}

.btn:active {
  /*押したとき*/
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  /*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(#fed6e3 0%, #ffbcbc 100%);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);
  /*グラデーションを明るく*/
}

/* SNSごとの背景色 */

#twitter {
  color: #00acee;
}

#hatena {
  color: #2d4c86;
}

#facebook {
  color: #3b5998;
}

#ggl-plus {
  color: #dd4b39;
}

p.b_cts_top-btn a {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  z-index: 99;
  background: rgba(237, 142, 0, 0.84);
  width: 43px;
  height: 43px;
  color: #fff;
}

@charset "utf-8";

@media screen and (max-width: 725px) {
  body {
    line-height: 1.9;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }

  h2 {
    padding: 8px 6px;
    font-size: 128%;
  }

  h3,
  h4 {
    font-size: 120%;
  }

  .b_cts {
    padding: 3%;
    width: 100%;
  }

  main,
  .side-manu,
  .b_cts_s-b img,
  article img {
    width: 100%;
  }

  .b_cts.cts_wr {
    margin: 0 auto 5%;
    position: static;
  }

  .b_cts.cts_wr.anot {
    margin: 0 auto 5%;
  }

  article img {
    max-width: 100%;
  }

  article img,
  main,
  .b_cts_s-b img {
    float: none;
  }

  .b_ctsl {
    display: none;
  }

  .b_ctsr {
    width: 100%;
    float: none;
    padding: 0;
  }

  .b_cts_h-are {
    padding: 3%;
    margin: 0 auto;
  }

  .b_cts_h-are .b_cts_c-tit {
    margin: 0;
  }

  .b_cts_c-tit {
    margin: 0 auto 3%;
    width: 100%;
    float: none;
  }

  .b_cts_s-tit a {
    font-size: 168%;
    width: 100%;
  }

  .b_cts_h-are p.b_cts_c-cp {
    margin: 0 0;
    text-align: center;
    width: 100%;
    padding: 0.2em;
    line-height: 1.3;
    font-size: 80%;
    margin: 0 0 0.5em;
  }

  .b_cts_h-are.b_cts_anot-p p.b_cts_c-cp {
    margin: 0 0 0.3em;
  }

  .b_cts_m-vis {
    width: 100%;
    float: none;
    padding: 5% 0;
    margin: 0 auto 0;
  }

  .b_cts_l-con img {
    float: none;
    display: block;
    margin: 0 auto 3%;
  }

  .b_cts_l-con-top {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }

  .b_cts_l-con-top .b_cts_l-con {
    width: 100%;
    border: none;
    float: none;
    margin: 0 auto 5%;
    padding: 0 0 5%;
    border-bottom: 1px solid #e5e5e5;
  }

  .b_cts_l-con-top .b_cts_l-con:nth-of-type(3n) {
    border: none;
  }

  .b_cts_l-con-top .b_cts_l-con h2 {
    font-size: 125%;
  }

  .b_cts_l-con-top .b_cts_l-con {
    font-size: 100%;
  }

  .b_cts_m-btn {
    margin: 4% auto 0;
  }

  .b_cts_m-btn a {
    display: block;
    margin: 0 auto;
    float: none;
    width: 90%;
    padding: 0.6em;
  }

  .b_cts_l-box {
    padding: 3%;
  }

  .b_cts_l-box h2 {
    padding: 8px;
    margin: 0 auto 3%;
  }

  .b_cts_l-box h3 a {
    padding: 8px 5px;
  }

  .b_cts_l-in {
    margin: 0 auto 3%;
  }

  .b_cts_l-in:last-child {
    margin: 0;
  }

  footer {
    padding: 0 0 10px;
  }

  .b_cts_ft-c {
    padding: 1.5em 1em;
  }

  footer .b_cts_ft-m {
    width: 100%;
    margin-bottom: 2rem;
  }

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

  footer .b_cts {
    margin: 0 auto 5%;
  }

  /* /////////sns */
  .b_ctsns-b {
    display: block;
  }

  .flex {
    flex-direction: column;
  }

  .b_ctsns-c {
    margin: 0 0 4%;
  }

  .b_ctsns-d {
    display: block;
    width: 90%;
    margin: 0 auto 4%;
  }

  p.b_cts_top-btn a {
    font-size: 30px;
    line-height: 40px;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    width: 45px;
    height: 45px;
  }

  .b_cts_nf {
    font-size: 160%;
  }

  /* /////////////////////slicknav /////////////////////*/
  nav {
    border: none;
  }

  .b_cts_gn #b_cts_gn-menu {
    display: none;
  }

  /*デフォルトナビアイコン*/
  .slicknav_menu .slicknav_icon {
    display: none;
  }

  /*ナビの下のボーダー*/
  .slicknav_nav {
    border-bottom: none;
  }

  /*トップ背景色*/
  .slicknav_btn {
    float: none;
    background-color: #7db2db;
    border-radius: 0;
  }

  /*メニューの背景色（hover時の色）*/
  .b_cts_gn.b_cts_p-ho {
    margin: 0;
  }

  .slicknav_menu {
    display: block;
    padding: 0;
    border-top: 2px solid #57a2db;
    background: #fff;
  }

  /*下層文字色*/
  .slicknav_menu a {
    margin: 0;
    color: #333;
    overflow: hidden;
    padding: 0;
  }

  /*下層メニュー内容部分背景色*/
  .slicknav_nav a {
    padding: 7px 15px;
    background: #fff;
  }

  /*下層メニュー内容部分hove文字色r*/
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #e3edf5;
    opacity: 1;
    color: #333;
  }

  /*ナビ内メニュータイトルのli・pddingで高さ*/
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 8px;
  }

  /*ナビ内メニュータイトルのli:hover時*/
  .slicknav_nav .slicknav_row:hover {
    color: #444;
    border-radius: 0;
    background: #e3edf5;
  }

  /*ナビタイトルテキスト（マーク）*/
  .slicknav_menu .slicknav_menutxt {
    float: left;
    text-shadow: none;
    line-height: 1.5em;
    font-size: 90%;
    /*高さ調節*/
    padding: 10px;
    /*高さ調節ここでも*/
    color: #fff;
  }

  .slicknav_menu img {
    display: none;
  }

  .slicknav_menu .b_cts_s-b a {
    border: none;
  }

  /*ナビ内矢印*/
  .slicknav_menu>ul>li>a>p {
    display: inline-block;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }

  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }

  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }

  /* /////////////↑slicknav設定ここまで↑ //////////////*/
}