@charset "utf-8";
/*-----------------------------------------------
  base
-----------------------------------------------*/
body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
	color: #3a3a3a;
  line-height: 30px;
}
@media screen and (min-width: 1080px) {


}
@media screen and (max-width: 1079px) {


}
@media screen and (min-width: 600px) {


}
@media screen and (max-width: 599px) {
  .wrapper {
    padding-top: 44px;
  }
}
/*-----------------------------------------------
  header
-----------------------------------------------*/
header ul {
  display: none;
}
/*-----------------------------------------------
  title-area
-----------------------------------------------*/
.title-area .title-box {
  padding-top: 60px;
}
/*-----------------------------------------------
  breadcrumb
-----------------------------------------------*/
.breadcrumb {
  font-size: 0;
  margin-bottom: 5px;
}
.breadcrumb ul li {
  display: inline;
  font-size: 10px;
  font-weight: bold;
}
.breadcrumb ul li::after {
  content: '＞';
  padding: 0 7px 0 10px;
}
.breadcrumb ul li:last-child::after {
  content: '';
}
.breadcrumb ul li a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 599px) {
  .breadcrumb {
    margin-bottom: 0;
    padding: 0 9px;
  }
}
/*-----------------------------------------------
  wp-pagenavi
-----------------------------------------------*/
.wp-pagenavi {
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
}
.wp-pagenavi a {
  color: #000;
  transition : 0.6s;
  -webkit-transition : 0.6s;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
.wp-pagenavi .current {
  border: none;
  background: #0a6730;
  color: #fff;
}
.wp-pagenavi a.page:hover {
  background: #ccc;
  color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}
/*-----------------------------------------------
  backlink
-----------------------------------------------*/
.backlink {
  text-align: center;
}
.backlink a {
  transition : 0.6s;
  -webkit-transition : 0.6s;
}
.backlink a:hover {
  opacity: 0.4;
}
/*-----------------------------------------------
  thanks
-----------------------------------------------*/
#thanks {
  margin: 150px auto 140px;
}
#thanks .inner {
  max-width: 520px;
  width: 90%;
}
#thanks .item1 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #7BBDC5;
  margin-bottom: 50px;
}
#thanks .item2 {
  margin-bottom: 30px;
}
#thanks .item3 {
  background: #eee;
  padding: 20px 25px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
#thanks .item3 span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #thanks {
    margin: 70px auto 130px;
  }
  #thanks .item1 {
    line-height: 40px;
    margin-bottom: 45px;
  }
  #thanks .item2 {
    margin-bottom: 40px;
    line-height: 28px;
  }
  #thanks .item3 {
    font-size: 12px;
    margin-bottom: 40px;
  }


}
