@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 {
  background-color: #fffdf8;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
  /* gradient */
  background: rgb(189, 188, 224); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(189, 188, 224, 1) 1%,
    rgba(211, 220, 239, 1) 22%,
    rgba(244, 244, 244, 1) 54%,
    rgba(211, 220, 239, 1) 82%,
    rgba(189, 188, 224, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(189, 188, 224, 1) 1%,
    rgba(211, 220, 239, 1) 22%,
    rgba(244, 244, 244, 1) 54%,
    rgba(211, 220, 239, 1) 82%,
    rgba(189, 188, 224, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(189, 188, 224, 1) 1%,
    rgba(211, 220, 239, 1) 22%,
    rgba(244, 244, 244, 1) 54%,
    rgba(211, 220, 239, 1) 82%,
    rgba(189, 188, 224, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbce0', endColorstr='#bdbce0',GradientType=1 ); /* IE6-9 */
}
body,
h2 {
}
a {
  color: #43bab2;
  display: block;
}
a:hover {
  opacity: 0.5;
  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;
}
h2 {
  padding: 10px 10% 10px 5%;
  font-size: 20px;
  color: #fff;
  position: relative;
  background-color: #bdbde0;
}
h2::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  left: 0;
  border: 7px solid transparent;
  border-top: 7px solid #70719c;
  border-right: 7px solid #70719c;
  border-right: 7px solid #70719c;
}
h2::after {
  content: "";
  border: 50px solid transparent;
  border-right: 30px solid #fff; /* 背景色を指定 */
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
}
h3 {
  border: 6px double #70719c;
  padding: 5px;
  color: #70719c;
}
h4 {
  border: 2px solid #70719c;
  padding: 5px;
  color: #70719c;
}
h5 {
  border-left: 6px solid #70719c;
  padding-left: 6px;
  color: #70719c;
  font-size: 120%;
}
h6 {
  border-left: 6px solid #bdbde0;
  padding-left: 6px;
  font-size: 100%;
}

/* 下層用 */
.under h1 {padding: 10px 10% 10px 5%;
  font-size: 20px;
  color: #fff;
  position: relative;
  background-color: #bdbde0;
}
.under h1::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  left: 0;
  border: 7px solid transparent;
  border-top: 7px solid #70719c;
  border-right: 7px solid #70719c;
  border-right: 7px solid #70719c;
}
.under h1::after {
  content: "";
  border: 50px solid transparent;
  border-right: 30px solid #fff; /* 背景色を指定 */
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
}

.under h2 {
  border: 6px double #70719c;
  padding: 5px;
  color: #70719c;
}

.under h3 {border: 2px solid #70719c;
  padding: 5px;
  color: #70719c;
  margin-top: 40px;}


p {
  color: #666;
}
strong {
  border-bottom: 6px double #43bab2;
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px solid #43bab2;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #43bab2;
}
article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 2px solid #43bab2;
}
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;
  color: #43bab2;
}
blockquote {
  background: #f4f6fc;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #aaa;
  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: #f4f6fc;
}
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 #f4f6fc;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border: 1px solid #bdbde0;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  background-color: #f4f6fc;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}

h2,
.grovalNav,
.cont-wrap,
.bx-wrapper,
aside {
  box-shadow: 0px 7px 6px -6px #788287;
  -moz-box-shadow: 0px 7px 6px -6px #788287;
  -webkit-box-shadow: 0px 7px 6px -6px #788287;
}

/* top page */
/* header */
.headline {
  width: 100%;
  margin-bottom: 20px;
  padding: 2rem 0 20px;
}
.headline a {
  color: #fff;
}
.site-name a {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #43bab2;
}
p.main-Copy {
  margin-bottom: 10px;
  color: #43bab2;
}
.grovalNav {
  height: 46px;
  background-color: #43bab2;
}
.grovalNav::before {
  content: "";
  position: absolute;
  top: 34px;
  width: 0;
  height: 0;
  left: 0;
  border: 22px solid #43bab2;
  border-left: 22px solid #bdbde0;
}
.grovalNav::after {
  content: "";
  position: absolute;
  top: 34px;
  width: 0;
  height: 0;
  right: 0;
  border: 22px solid #43bab2;
  border-right: 22px solid #bdbde0;
}
.grovalNav > ul {
  display: flex;
  justify-content: space-around;
}
.grovalNav ul#grovalNav-menu > li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
}
#grovalNav-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#grovalNav-menu li a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}
.titlearea {
  float: right;
  width: 29%;
  margin-right: 3.5%;
  padding-top: 40px;
}
.titlearea2 {
  padding: 2% 4%;
}
.cont-wrap {
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto 50px;
}
/* slider */
.eyecatch {
  float: left;
  width: 60%;
  margin-left: 3.5%;
}
.bx-wrapper {
  margin: 40px auto;
  border: none;
}
/* contents area */
.container0 {
  margin: 0 auto;
}
.r_Morebtn {
  text-align: right;
  margin-top: 15px;
}
.r_Morebtn a {
  padding: 3px 3rem;
  border: 6px double #43bab2;
  color: #43bab2;
  display: inline-block;
  position: relative;
}
.r_Morebtn a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 13px;
  left: 35px;
  border: 5px solid transparent;
  border-left: 5px solid #43bab2;
}
.r_Morebtn a:hover {
  background: #43bab2;
  color: #fff;
  opacity: 1;
}
/* main */
main {
  float: right;
  width: 60%;
  margin-right: 4%;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.page-cont img {
  float: left;
  max-width: 340px;
  margin: 0 20px;
}
article {
  margin-bottom: 30px;
}
/* おすすめリンク */
.linkBOX h3 {
  border: 6px double #43bab2;
  position: relative;
  margin-bottom: 0;
}
.linkBOX h3 a {
  display: block;
}
.linkBOX h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}
.linkBOX p {
  padding: 0 0 20px;
}
/* aside */
aside {
  float: left;
  width: 28%;
  background-color: #43bab2;
  margin: 0 0 50px 4%;
  position: sticky;
  top: 0;
}
aside li > div {
  color: #fff;
  font-size: 21px;
  border-bottom: double #fff;
  border-top: double #fff;
  padding-left: 20px;
}
aside a {
  padding: 15px 20px;
  color: #fff;
}
aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
ul.side-container0 li ul li:last-child {
  padding-bottom: 30px;
}
.s-link a {
  margin-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  background: #43bab2;
  padding: 50px 0 10px;
  color: #fff;
}
footer p {
  font-size: 21px;
  margin-bottom: 5px;
  color: #fff;
}
footer a {
  color: #fff;
  font-size: 85%;
}
footer .container0 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 18% 50px;
}
.footCopy {
  font-size: 70%;
  text-align: center;
}
.totop {
  position: fixed;
  bottom: 45px;
  right: 45px;
  z-index: 999;
}
.foot-menu {
  width: 20%;
  margin: 0 auto;
}
/* under */
.notf404 {
  font-size: 200%;
  color: #aaa;
}
/* pan nav */
.pan-nav a {
  display: inline;
  font-size: 85%;
}
.pan-nav font,
.pan-nav a {
  color: #aaa;
}
/* SNS */
.share-area {
  width: 100%;
  margin: 50px 0;
}
.sns-container0 {
  display: flex;
  justify-content: space-between;
}
.share-area > div {
  text-align: center;
}
.share-area:after {
  content: "";
  clear: both;
  display: block;
}
.title_f {
  text-align: center;
  display: block;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 6px double #70719c;
  padding: 5px;
  color: #70719c;
}
.button-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.button-whole .fa {
  font-weight: bold;
}
.button-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.button-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;
}
