@charset "utf-8";

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

.c-f-x:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background-color: #f0f2f7;
  font-size: 15px;
  line-height: 2;
  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 #376593;
  padding: 20px;
  background: #fff;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "\f111 ";
  font-family: FontAwesome;
  margin: 0 0.3em 0 0;
  color: #376593;
}

article ol {
  counter-reset: counter-name;
  border-left: solid 2px #376593;
  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;
  left: 0;
}

blockquote {
  border-radius: 5px;
  padding: 3em 1em;
  background: rgba(130, 169, 208, 0.59);
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #333;
  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 #333;
  background: #82a9d0;
}

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

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: rgba(197, 207, 232, 0.6);
  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: #333;
  display: block;
}

a:hover,
.cbc_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,
.under h1 {
  font-size: 130%;
  margin: 0 0 18px;
}

h2,
.under h1 {
  margin: 0 0 18px;
  border-radius: 3px;
  font-size: 140%;
  background: #376593;
  padding: 10px 8px;
  color: #fff;
}

h3,
.under h2 {
  border-left: 5px solid #3fb5c4;
  padding: 6px 10px;
}

h4,
.under h3 {
  border-bottom: 1px solid rgba(55, 101, 147, 0.6);
  padding: 5px 0;
}

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

h5 {
  font-size: 120%;
  padding: 0 0 3px;
  background: #c5cfe8;
  padding: 5px;
}

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

strong {
  color: #e03620;
}

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

header .cbc {
  display: block;
}

.cbc_wr>* {
  color: #333;
}

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

.cbc_lb {
  /*min-*/
  width: 300px;
  float: left;
  padding: 0;
  position: sticky;
  top: 0;
  height: fit-content;
}

.cbc_rb {
  max-width: 710px;
  float: right;
  margin: 0 auto 30px;
}

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

main {
  margin-bottom: 30px;
}

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

article {
  margin-bottom: 30px;
}

/* ヘッダーエリア */

.cbc_h_a {
  width: 100%;
  margin: 0 0 30px;
  background: #fff;
  padding: 0;
  border-bottom: solid 5px #3fb5c4;
}

.cbc .cbc_ct_tit {
  margin: 20px 0 25px;
}

.cbc_stit a {
  text-align: center;
  font-size: 160%;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.3;
}

.cbc_h_a p.cbc_cp {
  text-align: center;
  font-size: 65%;
}

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

.cbc_gnv>ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 5px;
  width: 100%;
  /*85%*/
}

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

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

.slicknav_menu {
  display: none;
}

.cbc_gnv a {
  display: block;
  color: #888;
}

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

.cbc_slide {
  margin: 0 0 20px;
  background: #f0f2f7;
}

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

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

.bx-wrapper img {
  border: solid 1px #82a9d0;
  display: block;
  border-radius: 10px;
}

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

.cbc_lkc {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}

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

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

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

.cbc_lkc_wr .cbc_lkc {
  width: 48%;
  float: left;
  margin: 0 4% 30px 0;
}

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

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

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

.cbc_more_b a {
  display: inline-block;
  float: right;
  padding: 0.3em 2em;
  border-radius: 3px;
  color: #fff;
  background: #82a9d0;
}

.cbc_more_b a:hover {
  background: #376593;
  color: #fff;
}

.cbc_lkc.l_one .cbc_more_b a {
  width: 30%;
}

/* aside */

aside li>p {
  text-align: center;
  background: #376593;
  color: #eee;
  letter-spacing: 0.1em;
  font-size: 16px;
  padding: 10px 0;
  font-weight: bold;
  border-top: 3px solid #82a9d0;
}

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

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

aside img {
  display: block;
  float: right;
  margin: 0 0 0 5px;
  max-width: 30%;
}

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

.side-ab {
  margin: 0;
  padding: 15px;
}

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

.side-cd {
  padding: 15px;
}

.side-cd a {
  overflow: hidden;
}

/* おすすめリンク */

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

.cbc_recb h2 {
  margin: 0 0 25px;
  text-align: center;
  border: none;
  background: #3fb5c4;
}

.cbc_recb h3 {
  margin: 0 0 10px;
  border: none;
  padding: 0;
  position: relative;
}

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

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

.cbc_recb h3 a:hover {
  background: #82a9d0;
  color: #fff;
}

.cbc_recb p {
  padding: 0;
}

.cbc_rec_in {
  margin: 0 auto 20px;
}

/* footer */

footer {
  background: #3fb5c4;
  position: relative;
  padding: 30px 0 0;
}

footer p {
  color: #fff;
  font-size: 16px;
}

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

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

.cbc_ft_cp {
  background: #fff;
  font-size: 70%;
  color: #333;
  text-align: center;
  padding: 0.5em 1em;
}

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

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

/* under */

.cbc_nf {
  font-size: 200%;
  color: #c95d5d;
}

/* pan nav */

.cbc_pan {
  margin-bottom: 10px;
}

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

.cbc_pan font {
  color: #ccc;
}

/* SNS */

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

.sns-cbc {
  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;
  border-radius: 5px;
  background: #376593;
  font-size: 14px;
  width: 100%;
  color: #fff;
  padding: 4px 6px;
  margin: 0 0 20px;
  box-sizing: border-box;
}

.cbs_c {
  width: 24%;
  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: #fff;
  color: #666;
  /*文字色*/
  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 6px #00acee;
}

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

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

#ggl-plus {
  border-left: solid 6px #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(55, 101, 147, 0.81);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
}