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

article ul {
  padding: 0.5em 1.5em;
  margin: 1.5em 0;
  background: rgba(188, 166, 136, 0.19);
}

article ul li {
  position: relative;
  margin: 0 0 0.5em;
}

article ul li:before {
  content: "■";
  display: inline-block;
  color: #bca688;
}

article ol {
  counter-reset: counter-name;
  background: #f2fafd;
  padding: 0.5em 0.5em 0.5em 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;
}

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 #bbb;
  background: rgba(188, 166, 136, 0.19);
  color: #777777;
}

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;
  padding: 1em;
}

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

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

body {
  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";
}

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

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

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

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

h2,
.under h1 {
  border-left: solid 5px #6694ae;
  border-bottom: solid 1px #d8e0e2;
  background: #f2fafd;
  font-weight: bold;
  padding: 10px 8px;
  color: #6694ae;
}

h3,
.under h2 {
  background: #6694ae;
  padding: 5px;
  color: #fff;
  font-size: 130%;
}

h4,
.under h3 {
  font-size: 130%;
  border-bottom: 2px solid #6694ae;
  padding: 0 0 5px;
}

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

h5 {
  border: solid 2px #d8e0e2;
  font-size: 120%;
  padding: 5px;
}

h6 {
  color: #6694ae;
  font-size: 120%;
}

strong {
  color: #ea592d;
  letter-spacing: 0.04em;
}

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

.conta.co_wr {
  display: flex;
  justify-content: space-between;
}

.co_wr>* {
  color: #313131;
}

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

.co_rb {
  max-width: 840px;
  float: right;
  margin: 0 auto;
}

/*メイン */

main {
  margin-bottom: 50px;
  padding: 30px;
}

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

article {
  margin-bottom: 30px;
}

/* ヘッダーエリア */

.co_hare {
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2ebf9+0,feffff+100 */
  background: rgb(210, 235, 249);
  /* Old browsers */
  background: -moz-linear-gradient(top,
      rgba(210, 235, 249, 1) 0%,
      rgba(254, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      rgba(210, 235, 249, 1) 0%,
      rgba(254, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      rgba(210, 235, 249, 1) 0%,
      rgba(254, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2ebf9', endColorstr='#feffff', GradientType=0);
  /* IE6-9 */
  margin: 0;
  padding: 18px 0 5px;
  border-bottom: solid 1px #ccc;
}

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

.co_c_ti {
  margin: 10px 0 25px;
}

.co_s_ti a {
  font-size: 27px;
  font-weight: bold;
  color: #4d7f9b;
  text-align: center;
  line-height: 1.3;
}

.co_hare p.co_cp {
  color: #7eabc4;
  text-align: center;
  font-size: 70%;
  margin: 0 0 10px;
}

/*ヘッダーナビ*/

nav {
  overflow: hidden;
}

.co_gn>ul {
  display: flex;
  justify-content: space-around;
}

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

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

.slicknav_menu {
  display: none;
}

#co_gn-menu li a {
  display: block;
  color: #888;
  border-left: 1px solid #888;
}

#co_gn-menu li:first-child a {
  border: none;
}

/*スライダー*/

.co_mainv {
  border-bottom: solid 1px #ccc;
}

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

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

.co_lk img {
  max-width: 100%;
}

.co_tlk {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 30px;
  border-bottom: dashed #ccc 1px;
}

.co_tlk .co_lk {
  overflow: hidden;
  margin: 0 0 30px;
  padding: 15px;
  background: #f2fafd;
}

.co_tlk .co_lk img {
  float: left;
  width: 25%;
}

.co_tlk img+div {
  float: right;
  width: 73%;
  overflow: hidden;
}

.co_tlk img+div p {
  width: 100%;
}

.co_tlk .co_mbtn {
  float: right;
  width: 40%;
}

.co_tlk .co_lk h2 {
  width: 100%;
  border: none;
  background: none;
  margin: 0 0 10px;
  padding: 0;
}

img.co_im {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
}

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

.co_mbtn {
  text-align: center;
  margin: 10px auto 0;
}

.co_mbtn a {
  padding: 0.5em;
  background: #313131;
  color: #fff;
  width: 100%;
  border: 1px solid #313131;
  display: block;
}

.co_mbtn a:hover {
  background: #fff;
  border: 1px solid #313131;
  color: #313131;
  opacity: 1;
}

/* aside */

aside {
  padding: 30px 15px;
}

aside li>p {
  font-weight: bold;
  color: #4d7f9b;
  font-size: 120%;
}

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

.side-conta>li {
  margin: 0 0 30px;
}

aside img {
  width: 100%;
  margin: 0;
}

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

.co_sa a::before {
  content: "\f138";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
  color: #bca688;
}

.co_sb a {
  overflow: hidden;
}

/* おすすめリンク */

.co_lbx {
  background: #dff2f9;
  padding: 3%;
}

.co_lbx h2 {
  background: none;
  border-bottom: none;
}

.co_lbx h3 {
  margin: 0 0 3px;
  border-left: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.co_lbx h3 a {
  display: block;
  color: #fff;
  padding: 8px 5px;
}

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

.co_lbx h3 a:hover {
  background: #95c2dc;
}

.co_lbx p {
  padding: 0;
}

.co_lbx a {
  text-align: left;
}

.co_lkin {
  margin: 0 0 2%;
}

.co_lkin:last-child {
  margin: 0;
}

/* footer */

footer {
  position: relative;
  background: #f2fafd;
  padding: 20px 0 5px;
  border-top: solid 1px #ccc;
}

footer .conta p {
  font-weight: bold;
  color: #4d7f9b;
  font-size: 17px;
}

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

footer a::before {
  content: "\f138";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
  color: #bca688;
}

footer .conta {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}

.co_fc {
  color: #4d7f9b;
  font-size: 70%;
  text-align: center;
  padding: 0 1em;
}

.co_fm {
  width: 22%;
  margin-right: 3%;
}

/* under */

.co_nf {
  font-size: 160%;
  color: #b19a7a;
}

/* pan nav */

.co_pnv {
  margin: 0 0 5px;
}

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

.co_pnv font {
  color: #aaa;
}

/* SNS */

.co_sbare {
  width: 100%;
  margin: 40px 0;
}

.co_sct {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

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

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

.co_stf {
  text-align: left;
  border-bottom: solid 2px #6694ae;
  display: block;
  color: #6694ae;
  font-size: 15px;
  width: 100%;
  padding: 0 0 4px;
  margin: 0 0 2%;
  font-weight: bold;
  box-sizing: border-box;
}

.co_sbw {
  width: 25%;
  float: left;
  box-sizing: border-box;
  margin: 0;
}

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

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

.co_sblk: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.co_btop a {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 1;
  background: #bca688;
  width: 55px;
  height: 55px;
  color: #fff;
}