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

.c-fix: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%, #fff182 60%);
}

em {
  font-style: normal;
}

article ul {
  padding: 1em;
  margin: 1.5em 0;
  background: #eee;
}

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

article ol {
  counter-reset: counter-name;
  border: solid 2px #eee;
  padding: 0.5em 0 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;
  font-weight: bold;
}

blockquote {
  background: #888;
  padding: 3em 1em;
  color: #fff;
  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;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+100 */
  background: rgb(242, 242, 242);
  /* Old browsers */
  background: -moz-linear-gradient(top,
      rgba(242, 242, 242, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      rgba(242, 242, 242, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      rgba(242, 242, 242, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  box-shadow: 1px 1px 0 #fff inset;
}

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

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 #bbb;
  margin: 1em 0;
  background: #eee;
  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: #444;
  display: block;
}

a:hover {
  color: #008b85;
  transition: 0.2s;
}

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

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

h2,
.under h1 {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0px, #f6f6f6 47%, #ededed 100%) repeat scroll 0 0;
  border: 1px solid #ddd;
  font-weight: bold;
  box-shadow: 1px 1px 0 #fff inset;
  padding: 12px 13px 10px;
  text-shadow: 0 1px #fff;
  border-bottom: 3px solid #008b85;
  color: #008b85;
}

h3,
.under h2 {
  font-size: 120%;
  border-bottom: 2px solid #008b85;
  padding-bottom: 5px;
}

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

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

h5 {
  background: #eee;
  font-size: 120%;
  padding: 5px;
}

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

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

.ctnr.ctnr_wr.c-fix {
  display: flex;
  justify-content: space-between;
}

.ctnr_wr>* {
  color: #444;
}

.l_box {
  background: #fff;
  max-width: 70%;
  /*680px*/
  float: left;
}

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

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

.ctnr_h_are {
  border-top: 3px solid #008b85;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.ctnr_h_are .ctnr_ctit {
  margin: 30px 0;
}

.ctnr_h_are.sonota_p .ctnr_ctit {
  width: 100%;
  float: none;
}

.ctnr_stit a {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

.cp_in {
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 0 #fff inset;
}

.ctnr_h_are p.catch-copy {
  margin: 0 0 1em;
  color: #888;
  width: 950px;
  margin: 0 auto;
  font-size: 85%;
}

nav {
  border-top: 1px solid #e1e1e1;
  box-shadow: 1px 1px 0 #fff inset;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(241, 241, 241, 1) 50%,
      rgba(225, 225, 225, 1) 51%,
      rgba(246, 246, 246, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(241, 241, 241, 1) 50%,
      rgba(225, 225, 225, 1) 51%,
      rgba(246, 246, 246, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(241, 241, 241, 1) 50%,
      rgba(225, 225, 225, 1) 51%,
      rgba(246, 246, 246, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
  border-bottom: 1px solid #ddd;
}

.ctnr_gnv.hoka_p {
  margin: 0 0 20px;
}

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

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

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

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

.slicknav_menu {
  display: none;
}

#ctnr_gnv-menu li a {
  border-left: 1px solid #e5e5e5;
  padding: 13px 0;
  display: block;
}

#ctnr_gnv-menu li:last-child a {
  border-right: 1px solid #e5e5e5;
}

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

.ctnr_visu {
  background: #eeeeee;
  margin: 0 auto 30px;
  padding: 20px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.bx-wrapper {
  margin: 0 auto;
}

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

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

.ctnr_l_top {
  overflow: hidden;
  width: 100%;
}

.ctnr_l_top .ctnr_l_ct {
  width: 33.3%;
  border-left: 1px solid #e5e5e5;
  float: left;
  padding: 0 12px;
  margin: 0 0 30px 0;
}

.ctnr_l_top .ctnr_l_ct:nth-of-type(3n) {
  border-right: 1px solid #e5e5e5;
}

.ctnr_l_top .ctnr_l_ct h2 {
  margin: 0 0 0.8em;
  border: none;
  color: #008b85;
  font-size: 16px;
  padding: 0;
  font-weight: bold;
  background: none;
}

.ctnr_l_top .ctnr_l_ct {
  font-size: 13px;
}

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

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

.ctnr_more_b a {
  padding: 0.3em 1.5em;
  background: #008b85;
  color: #fff;
  border-radius: 4px;
  float: right;
  display: inline-block;
}

.ctnr_more_b a:hover {
  background: #666;
}

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

aside li>p {
  font-size: 16px;
  color: #008b85;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}

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

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

.ctnr_sct>li {
  margin: 0 0 30px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 0 #fff inset;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+100 */
  background: rgb(242, 242, 242);
  /* Old browsers */
  background: -moz-linear-gradient(top,
      rgba(242, 242, 242, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      rgba(242, 242, 242, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      rgba(242, 242, 242, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  padding: 15px;
}

.ctnr_s_a {
  width: 100%;
}

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

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

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

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

.ctnr_lkb h2 {
  padding: 10px;
  margin: 0 auto 15px;
  text-align: center;
  color: #008b85;
}

.ctnr_lkb h3 {
  border: none;
  padding: 0;
  margin: 0 0 5px;
}

.ctnr_lkb h3 a {
  border-bottom: solid 2px #008b85;
  padding: 0 0 5px;
  display: block;
}

.ctnr_lkb h3 a::after {
  content: ">";
  margin-left: 10px;
}

.ctnr_lkb a {
  text-align: left;
}

.ctnr_lkb_in {
  margin: 0 auto 3%;
}

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

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

footer {
  position: relative;
  background: #eee;
  padding: 50px 0 0;
  border-top: solid 3px #008b85;
}

footer .ctnr p {
  font-size: 16px;
  font-weight: bold;
}

footer a {
  font-size: 85%;
}

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

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

.ctnr_ft_cp {
  border-top: 1px solid #ddd;
}

.ctnr_ft_cp p {
  padding: 0.5em 0.5em;
  font-size: 70%;
  border-top: 1px solid #fff;
  text-align: center;
}

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

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

.ctnr_nf {
  font-size: 200%;
  color: #f4225d;
}

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

.ctnr_pannv {
  margin-bottom: 10px;
}

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

.ctnr_pannv font {
  color: #ccc;
}

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

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

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

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

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

.ctsn_bc {
  text-align: left;
  display: block;
  border-bottom: solid 2px #008b85;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 3%;
  box-sizing: border-box;
}

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

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

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

.ctsn_be {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #f9a9ae;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  background-image: -webkit-linear-gradient(#eee 0%, #fff 100%);
  background-image: linear-gradient(#eee 0%, #fff 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.btn:active {
  /*押したとき*/
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  /*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(#fed6e3 0%, #ffbcbc 100%);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);
  /*グラデーションを明るく*/
}

/* SNSごとの背景色 */

#twitter {
  color: #00acee;
}

#hatena {
  color: #2d4c86;
}

#facebook {
  color: #3b5998;
}

#ggl-plus {
  color: #dd4b39;
}

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

/*下層などflex内で要素が増える時*/
.ctnr.ctnr_wr.c-fix:has(.ctnr_pannv) {
  flex-wrap: wrap;
}

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

/*パンくず*/