@charset "UTF-8";
/*pc_base*/
body {
  min-width: 1000px;
  position: relative;
}

#ga {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  color: #f00;
}

/* =============================================================
    custom pc(共通CSSにあって値を変更したいもの、独自に設定したいものを記述)
============================================================= */
.floatL {
  float: left;
  margin: 0 2em 2em 0;
}

.floatR {
  float: right;
  margin: 0 0 2em 2em;
}

.rtxtC {
  text-align: center;
}

.rbr-pc {
  display: none;
}

/* section */
.sec {
  margin-bottom: 100px;
  padding: 0;
  position: relative;
}

.sec-inner:not(:last-child) {
  margin-bottom: 60px;
}

/* title */
.title-1 {
  border-bottom: 1px solid;
  border-top: 3px solid;
  color: #4cbfbf;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px;
  padding: 10px 0;
}

.title-2 {
  color: #4cbfbf;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px;
}

.title-3 {
  color: #4cbfbf;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 20px;
}

.title-3::before {
  background: #4cbfbf;
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}

.title-4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}

/* table */
.table-1 th, .table-1 td, .post-contents table th, .post-contents table td {
  border: 1px solid #d2d2d2;
  padding: 20px 10px;
}
.table-1 th, .post-contents table th {
  width: 20%;
}

.wparts {
  display: inline-block;
  width: 60px;
}

.comments {
  text-indent: -1em;
  padding-left: 1em;
}

/* button */
.btn-wrap {
  text-align: center;
}

a.btn-1 {
  background: #4cbfbf;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 16px 40px;
  min-width: 240px;
}

.link-btn {
  border: 1px solid #595959;
  border-radius: 25px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none !important;
  padding: 10px 50px;
}

/* breadCrumb */
.breadcrumb-wrap {
  margin: 25px 0;
  padding: 5px 0;
}

.breadcrumb-wrap,
.breadcrumb-wrap a {
  font-size: 1.2rem;
}

.breadcrumb-wrap a:hover {
  color: #4cbfbf;
}

/* =============================================================
    wrap,box
============================================================= */
.content-wrap {
  padding: 0 0 80px;
}

.header-wrap,
#gnav,
.content-wrap,
.footer-inner {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.content {
  float: left;
  width: 830px;
  padding: 0;
}

.sidebar {
  float: right;
  width: 320px;
}

/* =============================================================
    header
============================================================= */
#header {
  background: #fff;
}

.header-wrap {
  background: url("svg/logo_bg.svg") no-repeat right 60px top 50%/390px;
  text-align: center;
  padding: 120px 515px 120px 0;
  position: relative;
}

/* header-desc
--------------------------------- */
.header-desc {
  font-size: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* header-logo
--------------------------------- */
.logo {
  margin-bottom: 30px;
}

.header-logo {
  display: block;
}

/* main navi
--------------------------------- */
.gnav-wrap {
  background: #4cbfbf;
}

#gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home #gnav {
  margin-bottom: 50px;
}

.gnav-home a {
  background: #fff url("svg/icon_home.svg") no-repeat center 50%/20px 18px;
  border-radius: 50%;
  display: block;
  line-height: 37px;
  overflow: hidden;
  width: 37px;
  height: 0;
  margin: 8px;
  padding-top: 37px;
}

.mainnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mainnav > li {
  flex: 1 1 auto;
  position: relative;
}
.mainnav > li::before {
  background: #26a69a;
  content: "";
  display: block;
  margin: auto;
  width: 100%;
  height: 3px;
  transition: all .2s ease-out;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.mainnav > li:hover::before, .mainnav > li.current::before {
  height: 100%;
}
.mainnav > li > a {
  color: #fff !important;
  display: block;
  font-size: 1.3rem;
  padding: 15px 25px;
  text-align: center;
  position: relative;
  z-index: 10;
}

/* =============================================================
    sidebar
============================================================= */
.side-sec {
  margin-bottom: 50px;
}

.side-title {
  background: #ededed;
  font-weight: 700;
  text-align: center;
  margin-bottom: -1px;
  padding: 20px 10px;
}

#searchform {
  position: relative;
}

#searchbox {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 10px 40px 10px 10px;
  width: 100%;
}

#sb {
  width: 35px;
  height: 35px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
}

#searchsubmit {
  background: url("svg/icon_loupe.svg") no-repeat center 50%/19px;
  border: none;
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.post-list-ranking {
  background: #fff;
  padding: 20px;
}
.post-list-ranking .post-list-box {
  box-shadow: none !important;
  padding: 20px 10px;
  position: relative;
}
.post-list-ranking .post-list-box:last-child {
  border-bottom: none;
}
.post-list-ranking .ranking-no {
  background: #4cbfbf;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  width: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 100;
}
.post-list-ranking .post-img {
  margin-bottom: 10px;
}
.post-list-ranking .post-list-title a {
  font-size: 1.4rem;
  font-weight: 700;
}
.post-list-ranking .post-list-date {
  font-size: 1.2rem;
}
.post-list-ranking .cat-name {
  background: #4cbfbf;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 2px 10px;
}

#side-nav {
  background: #fff;
  padding: 20px;
}
#side-nav a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 15px;
}
#side-nav .post-count {
  background: #ededed;
  border-radius: 50%;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  margin-left: 1em;
  width: 20px;
}

.side-box {
  margin: 0 0 20px;
}

/* =============================================================
    footer
============================================================= */
.footer-wrap {
  background: #4cbfbf;
  border-bottom: 4px solid #4cbfbf;
  padding: 30px 0;
  text-align: center;
}

/* footer nav
--------------------------------- */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.footer-nav-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-right: .5em;
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1020px;
}
.footer-nav-list li {
  line-height: 1.2;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 10px;
}
.footer-nav-list li:last-child {
  border-right: none;
}
.footer-nav-list a {
  background: url("svg/icon_arrow.svg") no-repeat left 50%/14px;
  color: #fff;
  padding-left: 20px;
}

/* copyright
--------------------------------- */
.copyright {
  color: #fff;
  display: block;
  font-size: 1.1rem;
}

/* pagetop
--------------------------------- */
#pagetop {
  background: #fff url("svg/icon_arrow_up.svg") no-repeat center 50%/18px 12px;
  border-radius: 50%;
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  text-align: center;
  text-decoration: none;
  padding-top: 45px;
  width: 45px;
  height: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#pagetop:hover {
  background-color: #f0f0f0;
}
#pagetop.on {
  opacity: 1;
  visibility: visible;
}

@keyframes pagetop_anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*pc_home*/
/* =============================================================
    home
============================================================= */
.pane {
  height: 230px;
  overflow: hidden;
}

/* home add
--------------------------------- */
/*pc_page*/
/* =============================================================
	page
============================================================= */
/* float-box 
--------------------------------- */
.float-box-inner {
  width: 600px;
}

.float-box-inner.l {
  float: left;
}

.float-box-inner.r {
  float: right;
}

/* =============================================================
	search
============================================================= */
.search-results-sec .cat-name {
  background: #4cbfbf url("svg/icon_folder.svg") no-repeat left 10px top 50%/15px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 20px;
  padding: 5px 10px 5px 30px;
}

/* =============================================================
	404
============================================================= */
.page404-title {
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 30px;
}

.page404 {
  text-align: center;
  line-height: 1.6;
  padding: 60px 0;
}

.page404-title {
  font-size: 30px;
}

/*pc_post*/
/* =============================================================
    post
============================================================= */
/*archive*/
.post-list-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.post-list-1 a {
  display: block;
}
.post-list-1 .post-list-box {
  background: #fff;
  overflow: hidden;
  width: 400px;
  margin-bottom: 30px;
  padding: 20px;
}
.post-list-1 .post-list-box:nth-child(3n) {
  margin-right: 0;
}
.post-list-1 .post-list-inner a {
  padding: 15px 20px 10px;
}
.post-list-1 .post-list-title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.post-list-1 .post-list-date {
  background: url("svg/icon_calendar.svg") no-repeat left 50%/18px;
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-left: 23px;
}
.post-list-1 p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.post-list-2 .post-list-box {
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 30px;
}
.post-list-2 .post-img {
  width: 360px;
  overflow: hidden;
}
.post-list-2 .post-list-inner {
  width: 360px;
}
.post-list-2 .post-list-title {
  margin: 10px 0;
}
.post-list-2 .post-list-title a {
  font-size: 1.9rem;
  font-weight: 700;
  display: block;
  line-height: 1.6;
}
.post-list-2 .post-list-date {
  background: url("svg/icon_calendar.svg") no-repeat left 50%/18px;
  font-size: 1.2rem;
  padding: 10px 10px 10px 25px;
}

.post-img {
  position: relative;
}

.cat-name {
  background: #fbf5c1;
  color: #595959;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 3px 25px;
  position: absolute;
  top: 0;
  right: 0;
}

/*single*/
.post-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.post-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.post-info li {
  line-height: 1;
  margin-right: 1em;
}

.single-post-date time {
  background: url("svg/icon_calendar.svg") no-repeat left 50%/18px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 18px;
  display: block;
  padding-left: 25px;
}

.post-contents {
  background: #fff;
  box-shadow: 0px 2px 6px 1px #dedede;
  margin-bottom: 100px;
  padding: 70px;
}
.post-contents h3 {
  background: #d6f6f6 url("svg/icon_index.svg") no-repeat left 40% top 50%/25px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 15px;
}
.post-contents h3 + ol {
  border: 1px solid #d6f6f6;
  margin-bottom: 50px;
  padding: 30px 40px;
}
.post-contents h3 + ol li {
  list-style: decimal inside;
  margin-bottom: 20px;
}
.post-contents h3 + ol li:last-child {
  margin-bottom: 0;
}
.post-contents h3 + ol a {
  font-weight: 700;
}
.post-contents h4 {
  background: #ededed;
  border-left: solid 3px #4bbebf;
  font-size: 2.5rem;
  font-weight: 700;
  padding: .5em;
  margin-bottom: 1em;
}
.post-contents h5 {
  border-top: 2px solid #d6f6f6;
  border-bottom: 2px solid #d6f6f6;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  padding: 10px 0;
}
.post-contents h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 1em;
  padding-left: 20px;
  position: relative;
}
.post-contents h6::before {
  background: #4bbebf;
  border-radius: 2px;
  content: "";
  width: 5px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.post-contents ul:not(.post-info) {
  margin-bottom: 50px;
  padding-left: 3em;
}
.post-contents ul:not(.post-info) li {
  margin-bottom: 10px;
}
.post-contents ul:not(.post-info) li::before {
  content: "●";
  color: #fbf5c1;
  margin-right: 1em;
}
.post-contents em {
  font-style: italic;
}
.post-contents strong {
  color: #4cbfbf;
  font-weight: 700;
}
.post-contents blockquote {
  background: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 30px 40px;
  position: relative;
}
.post-contents blockquote::before {
  background: url("svg/icon_quote.svg") no-repeat;
  content: "";
  width: 20px;
  height: 15px;
  transform: scale(-1, 1);
  position: absolute;
  top: 10px;
  left: 10px;
}
.post-contents blockquote::after {
  background: url("svg/icon_quote.svg") no-repeat;
  content: "";
  width: 20px;
  height: 15px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.post-contents blockquote p {
  margin-bottom: 0 !important;
}

.eyecatch {
  margin-bottom: 50px;
}

/* prev next
--------------------------------- */
.pn-prev {
  padding: 15px 15px 15px 75px;
}

.pn-next {
  padding: 15px 75px 15px 15px;
}

.single a.pn-prev::before,
.single a.pn-next::before {
  background: #4cbfbf;
  content: "";
  height: 75%;
  width: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.single a.pn-prev::before {
  left: 62px;
}

.single a.pn-next::before {
  right: 62px;
}

.pn-label {
  margin: auto;
  position: absolute;
  bottom: 0;
  top: 0;
}

a.pn-prev:hover,
a.pn-next:hover {
  color: #333;
  background: rgba(0, 153, 102, 0.2);
}

.pn-prev .pn-label {
  left: 10px;
}

.pn-next .pn-label {
  right: 10px;
}

/* Pagination
--------------------------------- */
.pagination {
  clear: both;
  padding: 30px 0 10px;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
}
.pagination span, .pagination a {
  background: #fff;
  border-color: #4cbfbf;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  text-decoration: none;
  margin: 0 4px;
  padding: 8px 18px;
  width: auto;
}

/*pc_effect*/
/* =============================================================
    effect
============================================================= */
a,
.post-list-box {
  transition: all .2s ease-out;
}

.scale {
  overflow: hidden;
}
.scale img {
  transition: transform .4s ease-out;
}

.scale:hover img {
  transform: scale(1.1);
}

.post-list-box:hover {
  box-shadow: 0px 2px 6px 1px #dedede;
}

/* button */
a.btn-1:hover {
  background-color: #26a69a;
}

.link-btn:hover {
  color: #595959;
  background-color: rgba(89, 89, 89, 0.2);
}

.post-list-ranking .cat-name:hover,
.search-results-sec .cat-name:hover {
  background-color: #26a69a;
}