@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;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
body {
  font-size: 15px;
  line-height: 1.7;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
  background-color: #ebeff3;
}
a {
  color: #15988f;
  display: block;
}
a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
  font-weight: bold;
}
h2 {
  color: #000;
  padding: 0 15px;
  margin: 10px 0;
  font-weight: bold;
  border-left: 7px solid #15988f;
}
h3 {
  color: #000;
  border-left: 2px solid #15988f;
  border-bottom: 2px solid #15988f;
  padding: 0 0 5px 10px;
}
h4 {
  color: #000;
  border-bottom: 2px solid #15988f;
  padding-bottom: 5px;
}
h5 {
  color: #000;
  font-size: 120%;
  border-bottom: 2px dashed #15988f;
  padding-bottom: 5px;
}
h6 {
  color: #000;
  font-size: 100%;
  border-bottom: 2px dotted #15988f;
  padding-bottom: 5px;
}

/* 下層用 */
.under h1 {color: #000;
  padding: 0 15px;
  margin: 10px 0;
  font-weight: bold;
  border-left: 7px solid #15988f;
  font-size: 140%;}

.under h2 {color: #000;
  border-left: 2px solid #15988f;
  border-bottom: 2px solid #15988f;
  padding: 0 0 5px 10px;}

.under h3 {color: #000;
  border-bottom: 2px solid #15988f;
  padding-bottom: 5px;
  margin-top: 40px;}


strong {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px solid #15988f;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #15988f;
  border-radius: 50%;
}
article ol {
  counter-reset: counter-name;
  border: 2px solid #15988f;
  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;
}
blockquote {
  background: #ebeff3;
  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;
  background: #fff;
}
table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  background: #ebeff3;
}
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: 3px solid #ebeff3;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border: 2px dotted #15988f;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  background-color: #ebeff3;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
/* top page */
.wrapper173 {
  position: relative;
}
.r-wrap {
  position: relative;
  float: right;
  width: 76%;
  padding: 0 2%;
}
.l-wrap {
  float: left;
  width: 24%;
  margin: 0 0 50px;
  background-color: #15988f;
  padding: 25px;
  border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  -webkit-border-radius: 0 0 15px 0;
  position: sticky;
  top: 0;
  height: fit-content;
}
/* 角丸 シャドウ*/
.bx-wrapper,
.bx-wrapper img {
  border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  　　-webkit-border-radius: 0 0 30px 30px;
}
.navg li,
.main-cont,
.linkboxx {
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  　　-webkit-border-radius: 0 0 15px 15px;
}
.link_c img,
.linkboxx h3 a,
.sbtn-link {
  border-radius: 8px;
  -moz-border-radius: 8px;
  　　-webkit-border-radius: 8px;
}
.mrbtn a,
aside div,
.main-cont,
.linkboxx,
article img,
aside img,
article ul,
article ol,
blockquote,
pre,
.ftmenu p,
.sbtn-area {
  border-radius: 10px;
  -moz-border-radius: 10px;
  　　-webkit-border-radius: 10px;
}
.bx-wrapper,
.aside {
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
/* header */
.headl {
  width: 100%;
  padding: 0 0 60px;
}
.site-title a,
p.maincp {
  color: #fff;
}
.site-title a {
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.3;
}

.navg {
  position: absolute;
  margin: 0 5%;
  top: 0;
  left: 5%;
  width: 80%;
  z-index: 1;
}
.navg > ul {
  display: flex;
  justify-content: space-around;
}
.navg ul#navg-menu > li {
  display: block;
  position: relative;
  width: 20%;
  font-size: 14px;
  text-align: center;
  background-color: #15988f;
}
#navg-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#navg-menu li a {
  display: block;
  margin: 10px;
  color: #fff;
}
/* slider */
.mainvis {
}
.bx-wrapper {
  margin: 0 auto;
  border: none;
}
/* contents area */
.contentbx {
  /*width: 90%;*/
  margin: 0 5%;
  max-width: 1000px;
}
.mrbtn {
  text-align: right;
  margin-top: 10px;
}
.mrbtn a {
  padding: 3px 3rem;
  background-color: #15988f;
  color: #fff;
  display: inline-block;
}
/* main */
main {
  margin-top: 30px;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.link-wrap {
  margin-bottom: 30px;
}
.link-wrap .link_c:last-child {
  border: none;
}
.link_c {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px dotted #15988f;
}
.link_c h2 {
  padding-top: 0px;
}
.link_c img {
  float: left;
  width: 30%;
  margin: 10px 2% 0 0;
  border-radius: 20px;
}
.link_c .fl {
  float: right;
  width: 68%;
}
article {
  margin-bottom: 30px;
}
.main-cont {
  background-color: #fff;
  padding: 20px;
}
/* おすすめリンク */
.linkboxx {
  background-color: #fff;
  padding: 20px;
}
.link_t {
  float: left;
  width: 42%;
  margin: 0 4%;
}
.linkboxx h3 {
  border: none;
  margin-bottom: 5px;
  padding: 0;
}
.linkboxx h3 a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #fff;
  background-color: #15988f;
}
.linkboxx h3 a::after {
  content: ">";
  margin-left: 10px;
}
.linkboxx a {
  text-align: left;
}
/* aside */
aside li > div {
  font-size: 140%;
  background-color: #fff;
  color: #15988f;
  padding-left: 15px;
}
aside ul li ul li:last-child {
  margin-bottom: 50px;
}
aside a {
  padding: 10px;
  color: #fff;
}
aside img {
  max-width: 100%;
}
.s_link a {
  margin-bottom: 10px;
}
.s_link li:last-child {
  margin-bottom: -15px;
}
/* footer */
footer {
  clear: both;
  position: relative;
  background: #15988f;
  padding: 50px 0 10px;
  color: #fff;
}
footer p {
  font-size: 21px;
}
footer a {
  color: #fff;
  margin: 5px;
}
footer .contentbx {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.foot-cpy {
  font-size: 70%;
  text-align: center;
  border: none;
  margin-bottom: 0;
}
.to_top {
  width: 65px;
  position: fixed;
  bottom: 10px;
  right: 0px;
  z-index: 1;
  border-radius: 8px 0 0 8px;
  background-color: #15988f;
  color: #fff;
  border-top: 1px solid #ebeff3;
  border-bottom: 1px solid #ebeff3;
  border-left: 1px solid #ebeff3;
}
.to_top p {
  font-size: 85%;
  padding: 5px;
}
.ftmenu {
  width: 18%;
  margin-right: 3%;
  margin: 0 auto;
}
.ftmenu p {
  background-color: #fff;
  padding: 3px 3px 3px 7px;
  margin: 0 0 20px;
  color: #15988f;
  font-size: 140%;
}
/* under */
.notf {
  font-size: 200%;
  color: #666;
}
.page404 {
  margin-top: 70px;
}
/* pan nav */
.pa-nav {
  margin: 70px 0 0;
}
.pa-nav a {
  display: inline;
  font-size: 85%;
}
.pa-nav font {
  color: #ccc;
}
/* SNS */
.sbtn-area {
  width: 100%;
  margin: 20px 0;
  border: 2px dotted #15988f;
  padding: 10px 20px 20px;
}
.sns-contentbx {
  display: flex;
  justify-content: space-between;
}
.sbtn-area > div {
  text-align: center;
}
.sbtn-area:after {
  content: "";
  clear: both;
  display: block;
}
.title_hd {
  text-align: center;
  display: block;
  color: #15988f;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.sbtn-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.sbtn-whole .fa {
  font-weight: bold;
}
.sbtn-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.sbtn-link: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;
}

/* レスポンシブ */
@media screen and (max-width: 675px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }
  .sbtn-area {
    padding: 3%;
  }
  .contentbx {
    padding: 0 3% 3%;
  }
  .contentbx,
  main,
  .sidebar,
  article img {
    width: 100%;
  }
  article img {
    max-width: 100%;
  }
  article img,
  main {
    float: none;
  }
  .sns-contentbx {
    display: block;
  }
  .site-title {
    font-size: 100%;
  }
  main h2,
  .sidebar h2 {
    font-size: 120%;
  }
  footer {
    padding: 0;
  }
  footer .ftmenu {
    width: 100%;
    margin-bottom: 2rem;
  }
  .side-contentbx p a {
    height: 28px;
    padding: 0;
    text-align: center;
  }
  .link_c img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .mrbtn {
    text-align: center;
  }
  .mrbtn a {
    display: block;
    max-width: 340px;
    margin: 0 auto;
  }
  /* navg */
  #navg-menu,
  .sidebar h2 {
    display: none;
  }
  .slicknav_menu {
    display: block;
    background: #15988f;
    margin: 15px 0;
    border-radius: 10px;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }
  .slicknav_menu img {
    margin: 5px 10px 5px 0px;
    width: 30%;
    height: auto;
  }
  .slicknav_btn {
    float: none;
    background-color: #496e5a;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: none;
  }
  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }
  /* side menu */
  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }
  .slicknav_nav a {
    padding: 5px 15px;
    opacity: 1;
    color: #000;
    background-color: #fff;
    font-size: 15px;
  }
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #496e5a;
    color: #fff;
  }
  /* side menu */
  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }
  .slicknav_nav a {
    padding: 5px 15px;
  }
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0);
    color: #fff;
  }
  .slicknav_menu li div {
    display: none;
  }
  /* sns */
  .sbtn-whole {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }
  /* 追記 */
  .r-wrap,
  .l-wrap,
  .link_c .fl,
  .link_t {
    width: 100%;
  }
  .r-wrap,
  .l-wrap,
  .link_c .fl,
  .link_t {
    float: none;
  }
  .l-wrap {
    display: none;
  }
  .contentbx {
    margin: 0;
  }
  main {
    margin-top: 20px;
  }
  .headl {
  }
  .headl .site-title a {
    font-size: 22px;
  }
  .link-wrap,
  article,
  .linkboxx {
    margin-bottom: 20px;
  }
  .link_c {
    padding: 0 10px 10px;
    border: none;
  }
  .link_c .fl {
    padding-right: 0;
  }
  .main-cont {
    padding: 10px;
  }
  .link_t {
    margin: 0;
  }
  .l-wrap {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  aside img {
    float: left;
    max-width: 50%;
    margin-right: 5%;
  }
  .foot-cpy {
    padding: 10px;
  }
  footer .contentbx {
    margin: 0 auto;
    padding: 3%;
  }
  .pa-nav {
    margin: 10px 0 0;
  }
  .sbtn-area {
    margin: 0;
  }
  .page404 {
    margin-top: 10px;
  }
}
