@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: url(../images/bg.png) repeat;
  font-size: 16px;
  line-height: 1.8;
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ\ Ｐゴシック",
    "sans-serif";
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  background: #fff;
  border: 1px dotted #999;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 8px;
  height: 8px;
  background: #333;
}

article ol {
  counter-reset: counter-name;
  border: 1px dotted #999;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  background: #fff;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 2em;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) "";
  position: absolute;
  left: 0;
  display: inline-block;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  background: #b9d5eb;
  border-radius: 50%;
}

blockquote {
  color: #fff;
  background: #999999;
  padding: 3em 1em;
  position: relative;
}

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

table th {
  width: 150px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #8e8787;
  background: #fff;
}

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

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 dotted #999;
  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: #93b0dc;
  display: block;
}

a:hover {
  color: #b9d5eb;
}

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

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

h2,
.under h1 {
  color: #fff;
  background: #93b0dc;
  padding: 8px 6px;
}

h3,
.under h2 {
  background: rgba(239, 202, 192, 0.8);
  padding: 5px;
}

h4,
.under h3 {
  border-bottom: 2px solid #93b0dc;
  padding-bottom: 5px;
}

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

h5 {
  border-left: 5px solid #93b0dc;
  padding-left: 8px;
  font-size: 120%;
}

h6 {
  padding-bottom: 4px;
  border-bottom: dashed 1px #999;
  font-size: 100%;
}

strong {
  background: linear-gradient(transparent 70%, rgba(255, 118, 118, 0.88) 60%);
}

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

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

.c_na_w>* {
  color: #333;
}

.c_na_l {
  max-width: 72%;
  /*730px*/
  float: left;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 795px) {
  .c_na_l {
    max-width: inherit;
  }
}

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

main {
  margin-bottom: 50px;
}

article {
  margin-bottom: 30px;
}

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

.c_na_ha {
  width: 100%;
  margin: 0;
  padding: 0;
}

.c_na_ct {
  padding: 0;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 25%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 1020px;
  margin: 30px auto;
}

.c_na_st a {
  text-shadow: 0px 0px 5px #000000;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 10px;
  color: #fff;
  line-height: 1.3;
}

.c_na_ha p.c_na_cp {
  color: #fff;
  text-shadow: 0px 0px 5px #000000;
  font-size: 90%;
}

.c_na_at .c_na_ct {
  right: 100%;
  background: none;
  padding: 0;
  border-radius: none;
  width: 100%;
  position: static;
  margin: 30px auto 25px;
}

.c_na_at h1.c_na_st a {
  font-size: 27px;
  margin: 0;
  color: #7895c1;
  text-shadow: none;
}

.c_na_at p.c_na_cp {
  color: #7895c1;
  text-shadow: none;
}

.c_na_sdm {}

.sli {}

nav {
  background: url(../images/bg.png) repeat;
  border-bottom: solid 1px #cdc5b9;
}

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

.c_na_gn ul#c_na_gn_m>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 13px;
  text-align: center;
}

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

.slicknav_menu {
  display: none;
}

#c_na_gn_m li a {
  display: block;
  color: #79a2c3;
  padding: 10px 0;
  font-weight: bold;
}

.c_na_main_v {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
}

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

.bxslider {
  margin: 0px;
}

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

.bx-viewport {
  max-height: 390px;
}

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

.c_na_lc img {
  width: 100%;
  margin: 0;
}

.c_na_tlc {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 40px;
}

.c_na_tlc .c_na_lc {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
}

.c_na_tlc .c_na_lc:nth-of-type(3n) {
  margin: 0;
}

.c_na_tlc .c_na_lc h2 {
  margin: 0 0 15px;
  color: #fff;
}

.c_na_mb {
  text-align: center;
  margin: 20px auto 0;
}

.c_na_mb a {
  padding: 0.5em;
  font-weight: bold;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  border: dashed 2px #8e8787;
}

.c_na_mb a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

.c_na_mb a:hover {
  background: #93b0dc;
  color: #fff;
}

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

aside li>p {
  font-weight: bold;
  padding: 0;
  color: #666;
}

aside a {
  font-size: 13px;
  padding: 15px 0;
  border-bottom: 1px dotted #333;
}

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

.side-c_na>li {
  padding: 10px;
  margin: 0 0 40px;
  background: rgba(255, 255, 255, 0.8);
}

.side-ab {
  padding: 0;
}

.side-bo {
  padding: 0;
}

.side-bo a {
  overflow: hidden;
}

.side-ab li:last-child a,
.side-bo li:last-child a {
  border: none;
}

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

.c_na_rec {
  background-color: #fff;
  border: 1px dotted #999;
  padding: 3%;
}

.c_na_rec h2 {
  border: none;
  margin: 0 0 2%;
}

.c_na_rec h3 {
  padding: 0;
  margin: 0 0 1%;
  background: none;
  position: relative;
}

.c_na_rec h3 a {
  padding: 0 0 5px;
  border-bottom: dotted 1px #333;
  display: block;
}

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

.c_na_rec a {
  text-align: left;
}

.lk_in {
  padding: 0;
  margin: 0 0 2%;
}

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

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

footer {
  position: relative;
  padding: 50px 0 0;
}

footer .c_na p {
  color: #748eb6;
  font-weight: bold;
}

footer a {
  color: #748eb6;
  font-size: 85%;
  padding: 4px 0;
}

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

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

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

.c_na_fc {
  font-size: 70%;
  background: #93b0dc;
  text-align: center;
  padding: 1.8em 1em;
  color: #fff;
}

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

.c_na_fm ul {
  margin: 0;
}

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

.c_na_nf {
  font-size: 170%;
  color: #c17891;
}

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

.c_na_pn {
  margin-bottom: 10px;
}

.c_na_pn a {
  display: inline;
  font-size: 85%;
  color: #7895c1;
}

.c_na_pn font {
  color: #ccc;
}

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

.c_nas_ba {
  width: 100%;
  padding: 0;
  margin: 0 0 2%;
}

.c_nas_sc {
  width: 100%;
}

.c_nas_ba>div {
  text-align: right;
}

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

.c_nas_tf {
  text-align: center;
  display: none;
  background: #f1f1f1;
  padding: 5px 0;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.c_nas_bw {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 0 0 0.5%;
}

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

.c_nas_blk {
  display: inline-block;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 23px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  transition: 0.3s;
}

.c_nas_blk .fa {
  line-height: 45px;
}

.c_nas_blk:hover {
  text-decoration: none !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* SNSごとの背景色 */

#twitter {
  color: #22b8ff;
  background-image: -webkit-linear-gradient(#aeec_f_xf 0%, #57c8ff 100%);
  background-image: linear-gradient(#aeecff 0%, #57c8ff 100%);
}

#hatena {
  color: #49a8fb;
  background-image: -webkit-linear-gradient(#d2efff 0%, #76befb 100%);
  background-image: linear-gradient(#d2efff 0%, #76befb 100%);
}

#facebook {
  color: #6183f3;
  background-image: -webkit-linear-gradient(#b5d3ff 0%, #6b8bff 100%);
  background-image: linear-gradient(#b5d3ff 0%, #6b8bff 100%);
}

#ggl-plus {
  color: #ea4158;
  background-image: -webkit-linear-gradient(#ffa8a8 0%, #ff5d5d 100%);
  background-image: linear-gradient(#ffa8a8 0%, #ff5d5d 100%);
}

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

p.c_na_bktop a {
  font-size: 30px;
  line-height: 55px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgba(147, 176, 220, 0.93);
  border-radius: 10px;
  width: 55px;
  border: solid 2px #fff;
  height: 55px;
  color: #fff;
}