@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: #fff;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

a {
  color: #000;
  display: block;
}

a:hover {
  color: #383838;
  text-decoration: underline;
}

h3,
h4,
h5,
h6 {
  line-height: 1.8;
  font-weight: normal;
}

h1,
h2 {
  line-height: 1.3;
}

h1 a:hover {
  color: #dcef80;
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
}

/* +下層用 */
h2,
.under h1 {
  color: #383838;
  border-left: 10px solid #dcef80;
  padding-left: 20px;
  font-weight: bold;
}

.under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}

h3,
.under h2 {
  color: #383838;
  border-left: 10px solid #d1d1d1;
  padding-left: 20px;
  font-weight: bold;
}

h4,
.under h3 {
  border: 1px solid #d1d1d1;
  padding-left: 20px;
}

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

h5 {
  font-size: 120%;
  border-bottom: 5px double #d1d1d1;
  padding-bottom: 5px;
}

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

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

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px solid #ccc;
}

article ul li {
  position: relative;
}

article ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #dcef80;
}

article ol {
  counter-reset: counter-name;
  background: #eee;
  padding: 0.5em 0 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);
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  line-height: 1.4em;
  background: #000;
  border-radius: 50%;
}

blockquote {
  background: #eee;
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #999;
  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: #383838;
  color: #fff;
}

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 dotted #eee;
  margin: 1em 0;
  padding: 1em;
}

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

em {
  font-style: normal;
  border-bottom: 3px dotted #dcef80;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
  border-bottom: 2px dotted #000;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* top page */
/* header */
.headtop {
  width: 100%;
  padding: 2rem 0 2%;
  background-color: #383838;
}

.headtop a {
  color: #fff;
}

.headtop .siteTitle a {
  font-size: 30px;
  font-weight: bold;
  float: left;
  width: 40%;
  padding-right: 30px;
  padding-left: 30px;
  line-height: 1.3;
}

.headtop p.catch_copy {
  margin-bottom: 0px;
  color: #fff;
  float: left;
  width: 30%;
  bottom: 0px;
  left: 40%;
}

.grovalNav>ul {
  display: flex;
  justify-content: space-around;
  clear: both;
}

.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 {
  background-color: #000;
}

#grovalNav-menu li a {
  display: block;
  color: #fff;
  padding: 10px;
}

#grovalNav-menu li a:hover {
  color: #dcef80;
  text-decoration: none;
}

/* slider */
.mainV {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.sliderbox {
  position: relative;
  left: 50%;
  width: 2940px;
  margin-left: -1470px;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

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

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

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-prev {
  background: url(../images/slide_l.png) no-repeat 0 0;
  left: 530px;
}

.bx-wrapper .bx-next {
  background: url(../images/slide_r.png) no-repeat 0 0;
  right: 530px;
}

/* contents area */
.mainContents {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .mainContents {
  display: block;
}

.morebtn {
  margin-top: 30px;
}

.morebtn a {
  padding: 10px;
  background-color: #383838;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.morebtn a:hover {
  background: #dcef80;
  color: #383838;
  border: 1px #383838;
}

/* main */
main {
  float: left;
  max-width: 75%;
  /*820px*/
  margin-bottom: 100px;
}

.linkcont {
  width: 47%;
  padding: 20px;
  border: 1px solid #d1d1d1;
}

.linkcont:first-child {
  margin-right: 20px;
}

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

.linkcont img {
  float: left;
  max-width: 100%;
  margin-right: 10px;
}

.cate1,
.cate2 {
  padding: 20px;
  border: 1px solid #d1d1d1;
  margin: 20px 30px 0 0;
}

.cate2 {
  margin-top: 30px;
}

.left-wrap {
  margin-bottom: 30px;
  width: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

/* おすすめリンク */
.link-Box {
  padding: 20px;
  border: 1px solid #d1d1d1;
  margin: 20px 0;
}

.link-Box h3 {
  border: none;
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
}

.link-Box h3 a {
  display: block;
  background-color: #dcef80;
  color: #383838;
  border: none;
  padding: 10px;
  padding-left: 10px;
}

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

.link-Box h3 a:hover {
  display: block;
  background-color: #383838;
  color: #fff;
  text-decoration: none;
}

.link-Box p {
  padding: 0 0 20px;
  margin-bottom: 30px;
}

.link-Box a {
  text-align: left;
}

/* aside */
.side-mainContents ul {
  padding: 15px;
  margin-bottom: 50px;
}

.side-mainContents li {
  background-color: #dcef80;
  color: #383838;
}

.side-mainContents li a {
  color: #383838;
}

.side-mainContents li a:hover {
  text-decoration: underline;
}

aside {
  float: right;
  /*min-*/
  width: 25%;
  /*300px*/
  position: sticky;
  top: 0;
  height: fit-content;
}

aside li>div {
  color: #383838;
  font-size: 21px;
  border-bottom: 1px solid #383838;
  padding: 15px;
  font-weight: bold;
}

aside a {
  padding: 10px 0;
}

aside img {
  max-width: 260px;
  display: block;
  margin: 0 auto 10px;
}

.sidelink a {
  margin-bottom: 10px;
}

/* footer */
footer {
  position: relative;
  background: #383838;
  padding: 50px 0 10px;
  color: #fff;
}

footer p {
  font-size: 21px;
}

footer a {
  color: #fff;
  font-size: 85%;
}

footer a:hover {
  color: #dcef80;
  text-decoration: none;
}

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

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

.topbtn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

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

/* under */
.not_found {
  font-size: 200%;
  color: #000;
}

/* pan nav */
.pa_nav {
  margin: 15px 0px;
}

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

.pa_nav font {
  color: #ccc;
}

/* SNS */
.btn_area {
  width: 100%;
  margin: 50px 0;
}

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

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

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

.titlefill {
  text-align: center;
  display: block;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

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

/*404*/
.fbd {
  margin-top: 50px;
}

/*下層などflex内で要素が増える時*/
.mainContents.cf:has(.pa_nav) {
  flex-wrap: wrap;
}

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

/*パンくず*/