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

body {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",
    Verdana, Geneva, Arial, sans-serif;
  color: #333;
  font-size: 14px;
  border-top: solid 2px #009b64;
  background-size: 100%;
}

del {
  text-decoration: line-through;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

pre {
  white-space: -moz-pre-waku;
  /* Mozilla */
  white-space: -pre-waku;
  /* Opera 4-6 */
  white-space: -o-pre-waku;
  /* Opera 7 */
  white-space: pre-waku;
  /* CSS3 */
  word-waku: break-word;
  /* IE 5.5+ */
  display: inline-block;
  border: 2px solid #bbb;
  margin: 1em 0;
  padding: 1em;
}

strong {
  color: #cb0000;
}

em {
  background: #e5f7eb;
}

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

ins {
  display: inline-block;
  background: #e5f7eb;
}

/*--- table*/
table {
  border-collapse: collapse;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border: solid 1px #ddd;
  background: #009b64;
  color: #fff;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ddd;
  font-size: 90%;
}

/*--- blockquote*/
blockquote {
  margin-bottom: 30px;
  padding: 2em;
  text-align: center;
  background: #009b64;
  color: #fff;
  font-family: "Sawarabi Mincho";
  font-size: 110%;
  position: relative;
  z-index: 1;
}

blockquote:before,
blockquote:after {
  font-size: 24px;
  line-height: 1em;
  color: #e5f7eb;
  font-family: FontAwesome;
  z-index: -1;
  text-shadow: none;
}

blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 20px;
  top: 10px;
}

blockquote:after {
  content: "\f10e";
  position: absolute;
  right: 20px;
  bottom: 10px;
}

/*--- list ul*/
article ul {
  width: 100%;
  margin: 40px 0;
  font-size: 150%;
  position: relative;
}

article ul li {
  font-size: 12px;
  margin: 0.5em 0;
  padding: 10px 35px;
  line-height: 2.35em;
  background: #fcfcfc;
  border-left: solid 6px #009b64;
  border-bottom: 1px #e6e6e6 solid;
}

/*--- list ol*/
article ol {
  width: 100%;
  margin: 40px 0;
  background: #e5f7eb;

  counter-reset: number;
  list-style-type: none !important;
  position: relative;
}

article ol li {
  margin: 1.5em 0;
  padding: 15px 0 15px 55px;

  list-style: none;
  position: relative;
}

article ol li:before {
  font-size: 14px;
  color: #009b64;
  font-weight: bold;

  position: absolute;
  counter-increment: number;
  content: counter(number) ".";
  text-align: center;
  display: inline-block;

  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 25px;

  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--- layout ---*/
#pc-waku {
  max-width: 950px;
  margin: 0 auto;
  background: #fff;
  /* overflow: hidden; */
}

article {
  margin-bottom: 30px;
}

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

/*--- link*/
a {
  display: block;
  color: #121212;
}

a:hover {
  color: #009b64;
}

/*--- title ---*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: "Noto Sans Japanese";
}

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

h2,
.under h1 {
  font-size: 170%;
  letter-spacing: -0.07em;
  color: #fff;
  padding: 30px 10px;
  background: -moz-linear-gradient(left,
      rgba(0, 155, 100, 1) 0%,
      rgba(0, 155, 100, 1) 52%,
      rgba(0, 155, 100, 0) 100%);
  background: -webkit-linear-gradient(left,
      rgba(0, 155, 100, 1) 0%,
      rgba(0, 155, 100, 1) 52%,
      rgba(0, 155, 100, 0) 100%);
  background: linear-gradient(to right,
      rgba(0, 155, 100, 1) 0%,
      rgba(0, 155, 100, 1) 52%,
      rgba(0, 155, 100, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009b64', endColorstr='#00009b64', GradientType=1);
}

h3,
.under h2 {
  height: auto;
  /*38px*/
  line-height: 1.4em;
  /*36px*/
  border: 1px #e6e6e6 solid;
  background: #fcfcfc;
  font-size: 150%;
  padding: 9px 10px 9px 15px;
  position: relative;
}

h3:after,
.under h2::after {
  position: absolute;
  content: "";
  height: -webkit-fill-available;
  /*38px*/
  width: 6px;
  background: #009b64;
  top: -1px;
  left: 0px;
}

h4,
.under h3 {
  padding: 5px 10px;
  border-left: solid 7px #009b64;
}

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


h5 {
  font-size: 110%;
  color: #fff;
  background: #009b64;
  padding: 5px 10px;
}

h6 {
  font-size: 110%;
  padding: 5px 10px;
  color: #009b64;
}

/*--- header ---*/
#pc-header {
  width: 100%;
}

.pc-headerIn {
  margin: 0 auto;
  background: #fff;
}

.pc-headerTtl {
  margin: 0 auto;
  overflow: hidden;
}

/*--- h1*/
h1,
.ttl_h {
  clear: both;
  margin-left: 20px;
  font-family: "Noto Sans Japanese";
}

h1 a,
.ttl_h a {
  padding: 10px 0 15px;
  font-size: 220%;
  font-weight: 900;
  letter-spacing: -0.1em;
  color: #009b64;
  line-height: 1.3;
}

h1 a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/*--- headCopy*/
.pc-copy {
  font-size: 9px;
  background: #f7f7f7;
  padding: 2px 20px;
  border-bottom: solid 1px #e5e5e5;
}

/*--- headNav ---*/
#pc-headernv {
  width: 100%;
  position: relative;
  z-index: 999;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  background: #ffffff;
}

.pc-nvIn {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.pc-nvIn li {
  width: 25%;
  float: left;
}

.pc-nvIn li:nth-of-type(1) a {
  border-left: solid 1px #e5e5e5;
}

.pc-nvIn li a {
  font-size: 110%;
  padding: 10px 0 6px;
  border-bottom: solid 4px #fff;
  border-right: solid 1px #e5e5e5;
}

.pc-nvIn li a:hover {
  color: #333;
  border-bottom: solid 4px #009b64;
}

.slicknav_menu {
  display: none;
}

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

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}

/*--- mainArea ---*/
#pc-main {
  max-width: 81%;
  float: left;
}

#pc-main article {
  padding: 2% 0;
  background: #fff;
  overflow: hidden;
}

/*--- 下層リンク ---*/
#pc-main .pc-page {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background: #009b64;
  color: #fff;
}

.pc-page h2 {
  font-size: 145%;
  letter-spacing: -0.05;
  color: #fff;
  background: none;
  border: none;
  padding: 0;
}

.pc-page p {
  line-height: 1.8;
}

.pc-sec {
  overflow: hidden;
  margin-top: 1px;
  display: flex;
  justify-content: space-between;
}

.pc-sec .pc-page {
  max-width: 474px;
  float: left;
  padding: 30px;
  background: #009b64;
  color: #fff;
}

.pc-sec .pc-page:nth-of-type(2) {
  max-width: 475px;
  border-right: 0;
  float: right;
}

.pc-page h2 {
  color: #fff;
}

/*--- readMore*/
.pc-more {
  margin-top: 20px;
  text-align: center;
}

.pc-more a:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 15px;
}

.pc-more a {
  line-height: 24px;
  padding: 3px 0;
  position: relative;
  border: solid 1px #fff;
  background: #2c7f61;
  color: #fff;
}

.pc-more a:hover {
  background: #009b64;
  color: #fff;
}

/*--- recommend ---*/
#pc-osusume {
  overflow: hidden;
  padding: 15px 0;
  background: #eae0d6;
}

/*--- h3_link*/
.pc-osusumeIn {
  width: 50%;
  float: left;
  margin: 0 0 10px;
}

.pc-osusumeIn h3 {
  width: 96%;
  margin: 0 auto;
  font-size: 100%;
}

.pc-osusumeIn h3 a {
  position: relative;
  padding-right: 12px;
}

.pc-osusumeIn h3 a:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 0px;
  font-weight: normal;
  color: #009b64;
}

.pc-osusumeIn p {
  width: 90%;
  margin: 3px auto 0;
  /*    text-align: right;*/
  font-size: 85%;
}

/*--- aside ---*/
#pc-side {
  /*min-*/
  width: 17%;
  float: right;
  padding: 8px;
  background: #e5e5e5;
  position: sticky;
  top: 0;
  height: fit-content;
}

aside dl {
  overflow: hidden;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

aside dt {
  font-size: 100%;
  font-weight: bold;
  color: #006738;
  background: #e5f7eb;
  border: solid 1px #fff;
  border-bottom: solid 2px #009b64;
  padding: 5px 10px;
  text-align: center;
}

aside dd {
  font-size: 80%;
  background: #fcfcfc;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
}

aside dd a:hover {
  background: #e5f7eb;
}

/*--- 上block*/
aside .sub-1 dl {
  margin-bottom: 15px;
}

aside .sub-1 dd a {
  text-align: center;
  line-height: 36px;
}

aside .sub-1 dd a:before {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 8px;
  color: #009b64;
  position: absolute;
  left: 5px;
}

/*--- 下block*/
aside .sub-2 dd {
  font-size: 75%;
  background: #fcfcfc;
  border-bottom: solid 1px #e5e5e5;
}

aside .sub-2 dd a {
  border: solid 6px #fcfcfc;
  border-bottom: 0;
  box-sizing: border-box;
}

aside .sub-2 a:hover {
  border-color: #e5f7eb;
}

aside .sub-2 dd p {
  line-height: 36px;
  text-align: center;
}

aside .sub-2 dd img {
  width: 100%;
}

/*--- footer ---*/
#pc-footer {
  width: 100%;
  background: #009b64;
}

footer ul {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

footer ul li {
  width: 220px;
  margin-right: 100px;
  float: left;
}

footer dl {
  padding: 10px 0;
  overflow: hidden;
}

footer dt {
  font-weight: bold;
  padding: 10px 0;
  color: #fff;
  position: relative;
  border-bottom: solid 2px rgba(255, 255, 255, 0.3);
}

footer dd {
  font-size: 90%;
  line-height: 30px;
}

footer dd a {
  padding: 5px 10px;
  color: #fff;
  position: relative;
}

footer dd a:hover {
  text-decoration: underline;
  color: #fff;
}

footer dd a:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  left: 0;
  font-size: 50%;
}

/*--- footCopy*/
.pc-fc {
  padding: 10px 20px;
  margin: 0 auto;
  font-size: 75%;
  color: #fff;
  background: #404040;
  text-align: right;
}

/*--- 404*/
.pc-nf {
  margin: 20px auto;
}

.pc-nf b {
  font-family: "Noto Sans Japanese";
  font-size: 260%;
  color: #009b64;
}

/*--- pan*/
.pc-pan {
  width: 950px;
  margin: 10px auto;
}

.pc-pan a {
  display: inline;
  padding: 0 8px;
  font-size: 85%;
}

/*--- SNS ---*/
#pc-sns {
  overflow: hidden;
  padding: 15px;
  background: #e4f0e8;
  margin-bottom: 30px;
}

.pc-snsIn h2 {
  box-shadow: none;
  text-align: center;
}

.pc-snsIn dd {
  width: 25%;
  margin: 0 auto;
  float: left;
  display: block;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border-left: 0;
}

.pc-snsIn dd a {
  width: 94%;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  background: #28aae1;
  position: relative;
  border: solid 1px #fff;
  box-sizing: border-box;
}

.pc-snsIn dd a:hover,
#fb:hover,
#ggl:hover,
#ht:hover {
  background: none;
  color: #009b64;
  border-color: #009b64;
}

/*--- 個別*/
#tw {}

#fb {
  background: #041d4d;
}

#ggl {
  background: #dd4b39;
}

#ht {
  background: #3b5998;
}

/*--- topPage*/
.pc-btn a {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;

  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;

  font-size: 9px;
  border-radius: 50%;
  background: #404040;
}

.pc-btn a:before {
  display: block;
  font-family: FontAwesome;
  content: "\f106";
  font-size: 46px;
  color: #fff;
}

.pc-btn a:hover {
  background: #009b64;
}

#pc-waku:after {
  content: "";
  display: block;
  clear: both;
}