@charset "utf-8";

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

.b-cfx:after {
  content: "";
  clear: both;
  display: block;
}

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

article ul {
  margin: 1.5em 0;
  border-left: solid 2px #78bbe6;
  padding: 20px;
  background: #fff;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "■";
  margin: 0 0.3em 0 0;
  color: #78bbe6;
}

article ol {
  counter-reset: counter-name;
  border-left: solid 2px #78bbe6;
  padding: 20px;
  background: #fff;
  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;
  font-weight: bold;
  color: #78bbe6;
  left: 0;
}

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

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #1b435d;
  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;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #1b435d;
  background: #78bbe6;
}

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

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

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

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

a {
  color: #1b435d;
  display: block;
}

a:hover,
.ctbx_h_a a:hover {
  color: #74d1dd;
  opacity: 1;
  transition: 0.2s;
}

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

h3,
h4,
h5,
h6 {
  margin: 0 0 18px;
}

h2,
.under h1 {
  margin: 0 0 18px;
  border-left: solid 5px #78bbe6;
  font-size: 145%;
  font-weight: bold;
  background: #1b435d;
  padding: 10px;
  color: #fff;
}

h3,
.under h2 {
  border-left: 5px solid #78bbe6;
  padding: 6px 10px;
  font-size: 130%;
}

h4,
.under h3 {
  background: #78bbe6;
  padding: 5px;
  font-size: 130%;
  color: #fff;
}

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

h5 {
  border-bottom: 1px solid #78bbe6;
  padding: 5px 0;
  font-size: 120%;
}

h6 {
  font-size: 100%;
  font-weight: bold;
}

strong {
  color: #de8229;
}

.ctbx {
  max-width: 1080px;
  margin: 0 auto;
  /* overflow: hidden; */
}

.ctbx_wr>* {
  color: #1b435d;
}

.ctbx.ctbx_wr.b-cfx {
  display: flex;
  justify-content: space-between;
}

.ctbx_lb {
  /*min-*/
  width: 24%;
  /*300px*/
  float: right;
  padding: 0;
  position: sticky;
  top: 0;
  height: fit-content;
}

.ctbx_rb {
  max-width: 72%;
  /*740px*/
  float: left;
  margin: 0 auto 30px;
}

@media (max-width: 746px) {
  .ctbx_rb {
    max-width: inherit;
  }
}

/* ///////////メイン */
main {
  margin-bottom: 30px;
}

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

article {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
}

/* ヘッダーエリア */

.ctbx_h_a {
  width: 100%;
  margin: -25px auto 30px;
  background: #1b435d;
  padding: 0;
  border-bottom: solid 3px #f99f48;
}

.ctbx .ctbx_ct_tit {
  margin: 25px auto 35px;
}

.ctbx_stit a {
  text-align: center;
  font-size: 200%;
  color: #fff;
  font-weight: normal;
  margin: 0 auto 10px;
  padding-top: 20px;
  line-height: 1.3;
}

.ctbx_h_a p.ctbx_cp {
  text-align: center;
  font-size: 70%;
  color: #fff;
}

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

.ctbx_gnv>ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 10px;
  width: 100%;
}

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

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

.slicknav_menu {
  display: none;
}

.ctbx_gnv a {
  display: block;
  color: #fff;
}

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

.ctbx_slide {
  margin: 0 0 20px;
}

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

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

.bx-wrapper img {
  display: block;
}

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

.ctbx_lkc {
  background: #fff;
  padding: 15px;
}

.ctbx_lkc h2 {
  font-size: 120%;
}

.ctbx_lkc img {
  max-width: 100%;
  margin-right: 10px;
}

.ctbx_lkc_wr {
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px;
}

.ctbx_lkc_wr .ctbx_lkc {
  width: 48%;
  float: left;
  margin: 0 4% 30px 0;
}

.ctbx_lkc_wr .ctbx_lkc:nth-of-type(2n) {
  margin-right: 0;
}

/*/////////Read more...ボタン*/

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

.ctbx_more_b a {
  display: inline-block;
  float: right;
  padding: 0.3em 2em;
  color: #fff;
  background: #f99f48;
}

.ctbx_more_b a:hover {
  background: #78bbe6;
  color: #fff;
}

.ctbx_lkc.l_one .ctbx_more_b a {
  width: 30%;
}

/* aside */

aside li>p {
  background: #78bbe6;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 16px;
  padding: 10px 15px;
  font-weight: bold;
}

aside a {
  padding: 13px 0;
  font-size: 95%;
}

.side-ctbx>li {
  margin: 0 0 40px;
  background: #fff;
}

aside img {
  display: block;
  margin: 0 0 5px;
  width: 100%;
}

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

.sidect-a {
  margin: 0;
  padding: 15px;
}

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

.sidect-b {
  padding: 15px;
}

.sidect-b a {
  overflow: hidden;
}

/* おすすめリンク */

.ctbx_recb {
  padding: 15px;
  background: #fff;
}

.ctbx_recb h2 {
  margin: 0 0 25px;
  text-align: left;
  border: none;
  background: #f99f48;
}

.ctbx_recb h3 {
  margin: 0 0 3px;
  border: none;
  padding: 0;
}

.ctbx_recb h3 a {
  display: block;
  padding: 8px 5px 5px;
  border-bottom: solid 2px #333;
}

.ctbx_recb h3 a::before {
  content: "\f138";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

.ctbx_recb h3 a:hover {
  border-color: #f99f48;
}

.ctbx_rec_in {
  margin: 0 auto 2%;
}

.ctbx_rec_in:last-child {
  margin: 0 auto;
}

/* footer */

footer {
  border-top: 3px solid #f99f48;
  background: #1b435d;
  position: relative;
  padding: 30px 0 0;
}

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

footer a {
  color: #fff;
  font-size: 80%;
}

footer .ctbx {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}

.ctbx_ft_cp {
  background: #1b435d;
  font-size: 65%;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 0.5em 1em;
}

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

.ctbx_ft_mn ul {
  padding: 0 0 0 1em;
}

/* under */

.ctbx_nf {
  font-size: 180%;
  color: #f99f48;
}

/* pan nav */

.ctbx_pan {
  margin-bottom: 10px;
  font-weight: bold;
}

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

.ctbx_pan font {
  color: #1b435d;
}

/* SNS */

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

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

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

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

.cbs_b {
  text-align: left;
  display: block;
  font-size: 14px;
  width: 100%;
  border-bottom: solid 1px #1b435d;
  padding: 4px;
  margin: 0 0 20px;
  box-sizing: border-box;
}

.cbs_c {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

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

.cbs_d {
  display: block;
  text-align: center;
  font-size: 14px !important;
  box-sizing: border-box;
  text-decoration: none;
  padding: 0.7em 1em;
  text-decoration: none;
  background: #f4f4f4;
  color: #1b435d;
  /*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.cbs_d:hover {
  text-decoration: none !important;
  color: #666;
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

/* SNSごとの背景色 */

#twitter {
  border-left: solid 8px #00acee;
}

#hatena {
  border-left: solid 8px #2d4c86;
}

#facebook {
  border-left: solid 8px #3b5998;
}

#ggl-plus {
  border-left: solid 8px #dd4b39;
}

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

p.cbs_top_b a {
  font-size: 30px;
  line-height: 53px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgba(249, 159, 72, 0.85);
  width: 55px;
  height: 55px;
  color: #fff;
}

/*下層などflex内で要素が増える時*/
.ctbx.ctbx_wr.b-cfx:has(.ctbx_pan) {
  flex-wrap: wrap;
}

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

/*パンくず*/