@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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

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

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

strong {
  background: linear-gradient(transparent 60%, #ffb972 60%);
}

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

article ul {
  padding: 1em;
  margin: 1.5em 5px;
  box-shadow: 0 2px 4px #bbb;
}

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

article ol {
  counter-reset: counter-name;
  margin: 1.5em 5px;
  box-shadow: 0 2px 4px #bbb;
  padding: 0.5em 0 0.5em 1.5em;
}

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: rgba(88, 195, 179, 0.29);
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #7b5b54;
  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: rgba(88, 195, 179, 0.13);
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #999;
  background: #fff;
}

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

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: 1px solid #bbb;
  margin: 1em 0;
  background: #f2f2f2;
  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: #555;
  display: block;
}

a:hover {
  color: #58c3b3;
  opacity: 0.8;
  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 {
  padding: 9px 6px;
  background: #dfc4a3;
  color: #fff;
}

h3,
.under h2 {
  border-bottom: 2px solid #58c3b3;
  padding-bottom: 5px;
}

h4,
.under h3 {
  border-left: 3px solid #58c3b3;
  padding-left: 6px;
}

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

h5 {
  background: rgba(88, 195, 179, 0.5);
  font-size: 120%;
  color: #fff;
  padding: 5px;
}

h6 {
  font-size: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

/* 下層用 */
.under h1 {
  padding: 9px 6px;
  background: #dfc4a3;
  color: #fff;
  font-size: 140%;
  margin-bottom: 15px;
}

.under h2 {
  border-bottom: 2px solid #58c3b3;
  padding-bottom: 5px;
}

.under h3 {
  border-left: 3px solid #58c3b3;
  padding-left: 6px;
}




/* ///////////大コンテナ*/
.c_t {
  max-width: 960px;
  margin: 0 auto;
  /* overflow: hidden; */
}

header .c_t {
  display: flex;
  justify-content: space-between;
}

/*文字色全変更*/
.c_t_w>* {
  color: #555;
}

/* ///////////左右コンテナ*/
.l_box {
  background: #fff;
  max-width: 72%;
  /*690px*/
  float: left;
}

@media (max-width: 699px) {
  .l_box {
    max-width: inherit;
  }
}

.r_box {
  width: 23%;
  /*240px*/
  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;
}

/*//////////////コンテンツ内容//////////*/

/* /////////ヘッダーエリア */

.c_t_hd {
  width: 100%;
  margin: 15px auto;
  padding: 0;
  overflow: hidden;
}

.c_t_hd.c_t_hd_ano {
  margin: 20px 0;
}

/*/////////ページタイトルのコンテナ*/
.c_t .c_t_title {
  margin: 50px 30px 0;
  max-width: 500px;
  /*topのみに*/
  float: right;
}

.c_t_hd.c_t_hd_ano .c_t .c_t_title {
  margin: 0;
  width: 100%;
  float: none;
  max-width: inherit;
}

.c_t_site a {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}

.c_t_hd p.c_t_cp {
  margin: 0 0 1em;
  color: #58c3b3;
  font-size: 85%;
}

.c_t_hd.c_t_hd_ano p.c_t_cp {
  margin: 0 0 0.3em;
}

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

.c_t_vis {
  width: 400px;
  float: left;
}

.bx-wrapper {
  margin: 0 auto 2%;
}

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

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

.c_t_sli {}

.sli {}

nav {
  background: #58c3b3;
  margin: 0 auto 30px;
}

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

.c_t_gnv ul#c_t_gnv-menu>li {
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
  margin: 3px 0;
  border-right: solid 1px rgba(255, 255, 255, 0.79);
  width: 25%;
}

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

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

.slicknav_menu {
  display: none;
}

#c_t_gnv-menu li a {
  color: #fff;
  padding: 7px 0;
  display: block;
}

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

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

/*下層リンク*/

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

.c_t_lktop .c_t_lkc {
  width: 48%;
  float: left;
  margin: 0 4% 20px 0;
}

.c_t_lktop .c_t_lkc:nth-of-type(2) {
  margin-right: 0;
}

.c_t_lktop .c_t_lkc h2 {
  margin: 0 0 0.8em;
  padding: 5px 3px;
}

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

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

.c_t_btn a {
  padding: 0.3em;
  border: 1px solid #a69279;
  color: #555;
  width: 60%;
  float: right;
  display: block;
}

.c_t_btn a:hover {
  background: #f2f2f2;
}

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

aside li>p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 1px #dfc4a3;
}

aside a {
  padding: 10px 0;
}

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

.side-c_t>li {
  padding: 10px;
  margin: 2px 4px 40px;
  box-shadow: 0 2px 4px #bbb;
}

.c_t_side {
  border: none;
}

.c_t_sideb a {
  padding: 15px 0;
  overflow: hidden;
  border-bottom: solid 1px #dfc4a3;
}

.c_t_sideb li:last-child a {
  border: none;
}

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

.c_t_lbox {
  padding: 15px;
  margin: 30px 5px;
  box-shadow: 0 2px 4px #bbb;
}

.c_t_lbox h2 {
  background: none;
  padding: 10px;
  margin: 0 auto 15px;
  text-align: center;
  color: #fff;
  width: 50%;
  border-radius: 20px;
  background: #58c3b3;
}

.c_t_lbox h3 {
  border: none;
  padding: 0;
  margin: 0 0 5px;
  position: relative;
}

.c_t_lbox h3 a {
  background: rgba(223, 196, 163, 0.24);
  padding: 9px 8px;
  display: block;
}

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

.c_t_lbox a {
  text-align: left;
}

.lbox_in {
  margin: 0 auto 20px;
}

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

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

footer {
  background: #f2f2f2;
  position: relative;
  padding: 50px 0 10px;
}

footer .c_t p {
  font-size: 16px;
  font-weight: bold;
  color: #58c3b3;
}

footer a {
  font-size: 85%;
}

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

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

.ftcop {
  font-size: 70%;
  text-align: center;
}

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

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

.no_p {
  font-size: 200%;
  color: #9a3232;
}

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

.p_nv {
  margin-bottom: 10px;
}

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

.p_nv font {
  color: #ccc;
}

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

.c_ts_a {
  width: 100%;
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 4px #bbb;
  margin: 50px 5px;
}

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

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

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

.c_ts_b {
  text-align: center;
  display: block;
  width: 50%;
  background: #58c3b3;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 6px 0;
  margin: 0 auto 20px;
  box-sizing: border-box;
}

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

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

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

.c_ts_d {
  font-size: 14px !important;
  width: 100%;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 12px 0 8px;
  text-decoration: none;
  transition: 0.4s;
}

.c_ts_d:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 100%;
  left: 0;
  background: rgba(88, 195, 179, 0.45);
  transition: 0.2s;
}

.c_ts_d:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #58c3b3;
  transition: 0.2s;
}

.c_ts_d:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}

.c_ts_d:hover:after {
  top: 3px;
}

/* SNSごとの背景色 */

#twitter {
  color: #00acee;
}

#hatena {
  color: #2d4c86;
}

#facebook {
  color: #3b5998;
}

#ggl-plus {
  color: #dd4b39;
}

p.c_t_totop a {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(88, 195, 179, 0.83);
  width: 55px;
  height: 55px;
  color: #fff;
}