@charset "UTF-8";
/*
Theme Name: PLUS-C
Theme URI:
Description:
Version: 1.0
Author: Takashi Yoshishita
Author URI:
creation date : 2021/04/21
latest update : 2021/04/21
*/

/*
--------------------------------------

base

--------------------------------------
*/
* {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #32393f;
  background-color: #e0e0e0;
  user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1044px;
    overflow: hidden;
  }
}

body.top {
  background-color: #fff;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

/*
--------------------------------------

variable

--------------------------------------
*/
:root {
  font: 15px/1.5 sans-serif;
  letter-spacing: 0.05em;
  --main-color: #594037;
  --sub-color: #707f89;
  --accent-color: #fff352;
  --link-color: #004bb1;
  --bg-color: #e6e4e1;
}

/*
--------------------------------------

helper

--------------------------------------
*/
.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

.hp_tac {
  text-align: center;
}
.hp_tal {
  text-align: left;
}
.hp_tar {
  text-align: right;
}

.bg_white {
  background-color: #fff;
}

/*
--------------------------------------

el

--------------------------------------
*/
.el_link {
  font-size: 14px;
  color: var(--link-color);
}

.el_link-after i {
  margin-left: 20px;
}

/*
--------------------------------------

section-header

--------------------------------------
*/
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.section-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section-title p {
  font-size: 20px;
  line-height: 24px;
  font-family: helvetica, arial;
  letter-spacing: 0.08em;
}

.section-title span {
  margin-left: 30px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.16em;
  color: var(--sub-color);
}

/*
--------------------------------------

breadCrumb

--------------------------------------
*/
.breadCrumb-top {
  display: none;
}
@media screen and (min-width: 769px) {
  .breadCrumb-top {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    display: block;
    width: 1024px;
    height: 40px;
    margin: 0 auto;
  }
}

.breadCrumb-bottom {
  width: 100%;
  overflow-x: auto;
}
@media screen and (min-width: 769px) {
  .breadCrumb-bottom {
    display: none;
  }
}

.breadCrumbList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  padding: 10px 20px;
}
@media screen and (min-width: 769px) {
  .breadCrumbList {
    width: auto;
    height: 40px;
    padding: 0;
  }
}

.breadCrumbList-item {
  position: relative;
  margin-right: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #5f6e7d;
}

.breadCrumbList-item:after {
  position: absolute;
  top: 0;
  right: -27px;
  content: "\f054";
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #afb7be;
}

.breadCrumbList-item:last-child {
  margin-right: 0;
}

.breadCrumbList-item:last-child:after {
  content: none;
}

.breadCrumbList-item a {
  font-size: 14px;
  line-height: 20px;
  color: #32393f;
}

/*
--------------------------------------

slick

--------------------------------------
*/
.featureList .slick-arrow {
  position: absolute;
  top: 30%;
  width: 32px;
  height: 32px;
  font-size: 0;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
}

.featureList .slick-prev {
  left: 50px;
  background: url("img/ico-left_01.png")!important;
}

.featureList .slick-next {
  right: 50px;
  background: url("img/ico-right_01.png")!important;
}

.mainVisual-main .slick-arrow {
  position: absolute;
  top: 30%;
  width: 32px;
  height: 32px;
  font-size: 0;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
}

.mainVisual-main .slick-prev {
  left: 24px;
  background-image: url("img/ico-left_02.png");
}

.mainVisual-main .slick-next {
  right: 24px;
  background-image: url("img/ico-right_02.png");
}

/*
--------------------------------------

header

--------------------------------------
*/
.header {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .header {
    margin-bottom: 70px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .header-inner {
    max-width: 1024px;
    height: 80px;
    margin: 0 auto;
    padding: 0;
  }
}

.header-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-logo span {
  display: none;
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #c5d0d8;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .header-logo span {
    display: block;
  }
}

/*
--------------------------------------

mainVisual

--------------------------------------
*/
.mainVisual {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .mainVisual {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1024px;
    margin: 0 auto 70px;
  }
}

@media screen and (min-width: 769px) {
  .mainVisual-main {
    width: 720px;
  }
}

.mainVisual-slider a {
  display: block;
}

.mainVisual-slider-image {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .mainVisual-slider-image {
    margin-bottom: 25px;
  }
}

.mainVisual-slider-image img {
  width: 100%;
  height: auto;
}

.mainVisual-slider-content {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .mainVisual-slider-content {
    padding: 0;
  }
}

.mainVisual-slider-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}

.mainVisual-slider-category {
  display: block;
  min-width: 120px;
  background-color: #fff352;
  padding: 5px 20px;
  text-align: center;
  color: var(--main-color);
  border-radius: 2px;
  font-weight: bolder;
}
@media screen and (min-width: 769px) {
  .mainVisual-slider-category {
    min-width: 166px;
    padding: 8px 20px;
    font-size: 17px;
  }
}

.mainVisual-slider-date {
  font-size: 14px;
  color: #afb7be;
}
@media screen and (min-width: 769px) {
  .mainVisual-slider-date {
    font-size: 16px;
  }
}

.mainVisual-slider-title {
  font-size: 16px;
  line-height: 1.5;
  color: #32393f;
}
@media screen and (min-width: 769px) {
  .mainVisual-slider-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.mainVisual-side {
  width: calc(100% - 40px);
  padding-top: 35px;
  margin: 30px auto 0;
  border-top: 2px solid #c5d0d8;
}
@media screen and (min-width: 769px) {
  .mainVisual-side {
    width: 274px;
    padding: 0;
    margin: 0;
    border: 0;
  }
}

.rankingArticleList {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .rankingArticleList {
    margin-bottom: 30px;
  }
}

.rankingArticleList-item {
  margin-bottom: 25px;
}

.rankingArticleList-item:last-child {
  margin-bottom: 0;
}

.rankingArticle a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: var(--main-color);
}

.rankingArticle a:after {
  content: ‘’;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  line-height: 1;
  color: var(--bg-color);
  font-family: helvetica, arial;
  font-weight: lighter;
}

.rankingArticleList-item:nth-child(1) a:after {
  content: "01";
}
.rankingArticleList-item:nth-child(2) a:after {
  content: "02";
}
.rankingArticleList-item:nth-child(3) a:after {
  content: "03";
}
.rankingArticleList-item:nth-child(4) a:after {
  content: "04";
}
.rankingArticleList-item:nth-child(5) a:after {
  content: "05";
}

.rankingArticle-image {
  width: 25vw;
  height: 25vw;
}
@media screen and (min-width: 769px) {
  .rankingArticle-image {
    width: 96px;
    height: 96px;
  }
}

.rankingArticle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rankingArticle-title {
  width: calc(100% - 25vw - 16px);
  margin-top: 35px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .rankingArticle-title {
    width: 160px;
    line-height: 1.5;
  }
}

/*
--------------------------------------

sectionFeature

--------------------------------------
*/
@media screen and (min-width: 769px) {
  .sectionFeature {
    width: 1024px;
    margin: 0 auto 70px;
    padding-top: 50px;
  }
}

.sectionFeature > .section-header {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .sectionFeature > .section-header {
    padding: 0;
    margin-bottom: 30px;
  }
}

.featureTabWrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .featureTabWrapper {
    display: none;
  }
}

.featureTabList {
  overflow: hidden;
}

.featureTabList-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 30vw;
  min-height: 48px;
  background-color: #cdd6dd;
  padding: 10px;
  float: left;
}

.featureTabList-item.active {
  background-color: #98a6b5;
}

.featureTabList-item p {
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.featureList {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .featureList {
    width: calc(100% + 200px);
    margin-left: -100px;
  }
}

.featureList:after {
  content: "";
  position: absolute;
  top: -84px;
  left: 0;
  width: 100%;
  height: 480px;
  background-color: #f5f5f5;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .featureList:after {
    content: "";
    position: absolute;
    top: -100px;
    left: -200px;
    width: calc(100% + 400px);
    height: 480px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 243, 82, 0.3) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 243, 82, 0.3) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 243, 82, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fff352",GradientType=1);
  }
}

.featureList-item {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .featureList-item {
    position: relative;
    padding: 0;
    margin: 0 100px;
  }
}

.featureList-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
  color: var(--main-color);
}
@media screen and (min-width: 769px) {
  .featureList-title {
    font-size: 32px;
  }
}

.featureList-explain {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .featureList-explain {
    position: absolute;
    top: 0;
    right: 0;
    width: 512px;
    font-size: 15px;
    line-height: 28.5px;
  }
}

.featureList-articleBox {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 50px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) {
  .featureList-articleBox {
    padding: 30px 40px;
    margin-top: 60px;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.16);
  }
}

.featureList-articleBox-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .featureList-articleBox-header {
    position: relative;
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .featureList-articleBox-header .el_link {
    position: absolute;
    top: 8px;
    right: 0;
  }
}

.featureList-articleBox-title {
  font-size: 20px;
  font-family: helvetica, arial;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .featureArticleList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
  }
}

.featureArticleList-item {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .featureArticleList-item {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .featureArticleList-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 1px;
    height: 100%;
    background-color: #c5d0d8;
  }
  .featureArticleList-item:last-child:after {
    display: none;
  }
}

.featureArticle a {
  display: block;
}

.featureArticle-image {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.featureArticle-image img {
  width: 100%;
  height: auto;
}

.featureArticle-title {
  font-size: 16px;
  line-height: 1.5;
  color: #32393f;
}

/*
--------------------------------------

sectionNewPost

--------------------------------------
*/
.sectionNewPost {
  padding: 0 20px;
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .sectionNewPost {
    width: 1024px;
    margin: 0 auto 150px;
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .newArticleList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
  }
}

.newArticleList-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .newArticleList-item {
    position: relative;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .newArticleList-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 1px;
    height: 100%;
    background-color: #c5d0d8;
  }
  .newArticleList-item:last-child:after {
    display: none;
  }
}

.newArticleList-item:last-child {
  margin-bottom: 0;
}

.newArticle a {
  display: block;
}

.newArticle-image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.newArticle-image img {
  width: 100%;
  height: auto;
}

.newArticle-title {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  color: #32393f;
}

.newArticle-date {
  font-size: 14px;
  color: #afb7be;
  font-family: helvetica, arial;
}
@media screen and (min-width: 769px) {
  .newArticle-date {
    font-size: 16px;
  }
}

/*
--------------------------------------

sectionKeyword

--------------------------------------
*/
@media screen and (min-width: 769px) {
  .column2 {
    display: flex;
    justify-content: space-between;
  }
  .column2 .column-item {
    width: 45%;
  }

  .column2 .column-item:first-child {
    width: 50%;
  }
}

.sectionKeyword {
  padding: 0 20px 80px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .sectionKeyword {
    width: 1024px;
    padding: 0;
    margin: 0 auto 110px;
  }
}

.keywordList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .keywordList {
    margin-top: 25px;
    margin-bottom: 0;
  }
}

.keywordList-item a {
  display: block;
  background-color: var(--bg-color);
  padding: 12px 30px;
  margin-right: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 14px;
  color: var(--main-color);
}

.keywordList-item a i {
  margin-right: 0.25rem;
}

@media screen and (min-width: 769px) {
  .categoryList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    margin-top: -20px;
  }
}

.categoryList-item a {
  position: relative;
  display: block;
  padding: 20px 15px;
  border-bottom: 1px solid var(--bg-color);
  font-size: 16px;
  color: var(--link-color);
}

.categoryList-item a i {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
}

/*
--------------------------------------

sectionInfo

--------------------------------------
*/
.sectionInfo {
  display: none;
}
@media screen and (min-width: 769px) {
  .sectionInfo {
    position: relative;
    display: block;
    width: 1024px;
    margin: 0 auto 100px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .sectionInfo:before {
    content: "";
    position: absolute;
    top: 0;
    left: -200px;
    width: calc(100% + 400px);
    height: 100%;
    background-color: #f5f5f5;
    z-index: -1;
  }
}

.sectionInfo .section-title {
  color: #707f89;
}
@media screen and (min-width: 769px) {
  .sectionInfo .section-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px) {
  .infoList {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .infoList-item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .infoList-item-date {
    margin-right: 50px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .infoList-item-title {
    font-size: 14px;
  }
}

/*
--------------------------------------

footer

--------------------------------------
*/
.footer {
  background: linear-gradient(#f2f2f2, #fdfdfd 14%, #fff);
}

.footer-inner {
  padding: 40px 20px;
}
@media screen and (min-width: 769px) {
  .footer-inner {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding: 60px 0 30px;
  }
}

.footer-logo {
  display: block;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .footer-logo {
    margin-bottom: 30px;
  }
}

.footer-explain {
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .footer-explain {
    position: absolute;
    top: 60px;
    right: 0;
    width: 512px;
  }
}

.footer-navList-item {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .footer-navList-item {
    margin-bottom: 0;
  }
}

.footer-navList-item a {
  display: inline-block;
  padding: 10px 10px 10px 0;
  font-size: 14px;
  color: var(--main-color);
}
@media screen and (min-width: 769px) {
  .footer-navList-item a {
    padding: 5px 10px 5px 0;
  }
}

.copyright {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .copyright {
    position: absolute;
    right: 0;
    bottom: 30px;
  }
}

/*
--------------------------------------

下層ページ

--------------------------------------
*/
@media screen and (min-width: 769px) {
  #MainWrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1024px;
    margin: 0 auto 50px;
  }
}

@media screen and (min-width: 769px) {
  #MainContent {
    width: 720px;
    max-width: 100%;
  }
}

/*
--------------------------------------

sideBar

--------------------------------------
*/
#SideBar {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  #SideBar {
    width: 272px;
    margin-top: -40px;
  }
}

.sideContent {
  margin-bottom: 50px;
}

.sideContent.pr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .sideContent.pr {
    display: block;
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .sideContent-ad {
    display: block;
    margin-bottom: 25px;
  }
}

.sideRankingArticleList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 25px;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .sideRankingArticleList {
    display: block;
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .sideRankingArticleList-item {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #fff;
  }
}

.sideRankingArticle a {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .sideRankingArticle a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 48px;
    line-height: 1;
    font-family: helvetica, arial;
    color: #fff;
    font-weight: lighter;
    opacity: 0.7;
    z-index: -100;
  }
  .sideRankingArticleList-item:nth-child(1) a:after {
    content: "01";
  }
  .sideRankingArticleList-item:nth-child(2) a:after {
    content: "02";
  }
  .sideRankingArticleList-item:nth-child(3) a:after {
    content: "03";
  }
  .sideRankingArticleList-item:nth-child(4) a:after {
    content: "04";
  }
  .sideRankingArticleList-item:nth-child(5) a:after {
    content: "05";
  }
}

.sideRankingArticle-body {
  background-color: #fff;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .sideRankingArticle-body {
    background-color: unset;
    padding: 0;
  }
}

.sideRankingArticle-image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .sideRankingArticle-image {
    display: block;
    margin-bottom: 0.5rem;
  }
  .sideRankingArticle-image img {
    height: auto;
  }
}

.sideRankingArticle-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: var(--main-color);
}
@media screen and (min-width: 769px) {
  .sideRankingArticle-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }
}

.sideRankingArticle-viewCount {
  display: none;
  font-weight: lighter;
  font-family: helvetica, arial;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .sideRankingArticle-viewCount {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: var(--sub-color);
  }
}

.sideContent.newPost {
  display: none;
}
@media screen and (min-width: 769px) {
  .sideContent.newPost {
    display: block;
  }
}

.sideNewpostArticle a {
  display: block;
}

@media screen and (min-width: 769px) {
  .sideNewpostArticleList-item {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #fff;
  }
}

@media screen and (min-width: 769px) {
  .sideNewpostArticle-image {
    display: block;
    margin-bottom: 0.5rem;
  }
  .sideNewpostArticle-image img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .sideNewpostArticle-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    color: var(--main-color);
  }
}

.sideNewpostArticle-viewCount {
  font-family: helvetica, arial;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .sideNewpostArticle-viewCount {
    font-size: 12px;
    line-height: 20px;
    color: var(--sub-color);
  }
}

.sideContent .section-header {
  padding: 0 20px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .sideContent .section-header {
    padding: 0;
  }
}

.sideCategoryList {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .sideCategoryList {
    padding: 0;
  }
}

.sideCategoryList-item {
  border-bottom: 1px solid #fff;
}

.sideCategoryList-item a {
  position: relative;
  display: block;
  padding: 20px 0;
  font-size: 16px;
  color: var(--main-color);
}

.sideCategoryList-item a i {
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}

.sideHotList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 10px 0 20px;
}
@media screen and (min-width: 769px) {
  .sideHotList {
    width: calc(100% + 20px);
    padding: 0;
  }
}

.sideHotList-item a {
  display: block;
  background-color: #fff;
  padding: 12px 30px;
  margin-right: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bolder;
  color: var(--main-color);
}

.sideHotList-item a i {
  margin-right: 0.25rem;
}

/*
--------------------------------------

category page

--------------------------------------
*/
.categoryMV {
  margin-bottom: 35px;
  width: 100%;
}
.categoryMV img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .categoryMV {
    margin-bottom: 50px;
  }
}

.category__inner {
  padding: 0 40px;
  margin-bottom: 30px;
}

.categoryMV-image {
  display: block;
  width: 100%;
}

.categoryMV-image img {
  width: 100%;
  height: auto;
}

.category-title {
  padding: 0 20px;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .category-title {
    padding: 0 40px;
  }
}

.categoryArticleList {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .categoryArticleList {
    padding: 0 40px;
  }
}

.categoryArticleList-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #707070;
}

.categoryArticleList-item:last-child {
  border-bottom: 0;
}

.categoryArticle a {
  display: flex;
  justify-content: space-between;
}

.categoryArticle-image {
  width: 25vw;
  height: 25vw;
}
@media screen and (min-width: 769px) {
  .categoryArticle-image {
    width: 96px;
    height: 96px;
  }
}

.categoryArticle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.categoryArticle-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(100% - 25vw - 16px);
}
@media screen and (min-width: 769px) {
  .categoryArticle-content {
    width: calc(100% - 96px - 16px);
  }
}

.categoryArticle-title {
  font-size: 13px;
  line-height: 24px;
  color: var(--main-color);
}

.categoryArticle-viewCount {
  font-size: 12px;
  color: var(--sub-color);
}

ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
	gap: 8px;
}

ul.page-numbers li a,
ul.page-numbers li span {
/*   display: none; */
  font-size: 16px;
  font-weight: bold;
  color: var(--link-color);
  font-family: helvetica, arial;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  ul.page-numbers li a,
  ul.page-numbers li span {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
  }

}

ul.page-numbers li span {
    color: #cdd6dd;
  }

ul.page-numbers li .prev,
ul.page-numbers li .next {
  display: block;
  margin: 0 5px;
  padding: 5px;
}
@media screen and (min-width: 769px) {
  ul.page-numbers li .prev,
  ul.page-numbers li .next {
    margin: 0;
    padding: 0;
    font-size: 0;
    background-size: cover;
  }
  ul.page-numbers li .prev {
    background-image: url("img/ico-left_03.png");
  }
  ul.page-numbers li .next {
    background-image: url("img/ico-right_03.png");
  }
}

/*
--------------------------------------

single page

--------------------------------------
*/
.singleMV {
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .singleMV {
    margin-bottom: 50px;
  }
}

.singleMV-image {
  display: block;
  width: 100%;
}

.singleMV-image img {
  width: 100%;
  height: auto;
}

.single-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .single-header {
    padding: 0 40px;
  }
}

.single-header-category {
  margin-right: 25px;
  font-size: 18px;
  font-weight: bold;
}
.single-header-category a {
  color: var(--link-color);
}
.single-header-date {
  font-size: 16px;
  color: #98a6b5;
  font-family: helvetica, arial;
  letter-spacing: 0.08em;
}

.single-title {
  padding: 0 20px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 40px;
}
@media screen and (min-width: 769px) {
  .single-title {
    padding: 0 40px;
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 48px;
  }
}

.single-lead {
  padding: 0 20px;
  margin-bottom: 55px;
  font-size: 15px;
  line-height: 28px;
}
@media screen and (min-width: 769px) {
  .single-lead {
    padding: 0 40px;
    margin-bottom: 60px;
  }
}

.single-authorBox {
  width: calc(100% - 40px);
  margin: 0 auto 30px;
  padding: 30px;
  border: 1px solid #8c9cab;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .single-authorBox {
    width: calc(100% - 80px);
    padding: 20px 30px;
    margin-bottom: 75px;
  }
}

.single-authorTitle {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  font-family: helvetica, arial;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.single-authorTitle:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 32px;
  height: 2px;
  background-color: #63747d;
}

.single-authorBox-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .single-authorBox-body {
    display: block;
    overflow: hidden;
  }
}

.single-authorImage {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .single-authorImage {
    float: left;
  }
}

.single-authorImage img {
  width: 100%;
  height: auto;
}

.single-authorName {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .single-authorName {
    width: calc(100% - 120px);
    float: right;
  }
}

.single-authorExplain {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .single-authorExplain {
    width: calc(100% - 120px);
    margin-top: 20px;
    float: right;
  }
}

.single-index {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .single-index {
    padding: 0 40px;
  }
}

.single-index-title {
  font-size: 20px;
  font-weight: bold;
  font-family: helvetica, arial;
  letter-spacing: 0.08em;
}

.single-indexList-item {
  position: relative;
  padding: 15px 40px;
  border-bottom: 1px solid #c5d0d8;
}

.single-indexList-item span {
  position: absolute;
  left: 0;
  font-size: 16px;
  color: var(--sub-color);
}

.single-indexList-item a {
  line-height: 1.5;
  color: var(--link-color);
  display: block;
  width: 100%;
  position: relative;
}
.single-indexList-item a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: calc(50% - 8px);
  right: -20px;
  color: var(--sub-color);
}
.single-indexList-item i {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  color: var(--link-color);
}

.single-content {
  padding: 0 20px 90px;
}

/*
目次　PR文追加 2023/09/14
*/
.single-index{
	position: relative;
	margin-top: 80px;
}
.single-index::before{
	content:"※この記事には広告が掲載されています。";
	position:absolute;
	left:20px;
	top:-50px;
	display:block;
	text-align:left;
}

@media screen and (min-width: 769px) {
  .single-content {
    padding: 0 40px 40px;
  }
	.single-index::before{
	left:40px;
	}
}

.single-content h2 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .single-content h2 {
    margin-top: 80px;
    font-size: 28px;
    line-height: 42px;
  }
}

.single-content h3 {
  margin-top: 60px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--sub-color);
}
@media screen and (min-width: 769px) {
  .single-content h3 {
    margin-top: 2rem;
    font-size: 22px;
    line-height: 30px;
  }
}

.single-content p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .single-content p {
    margin-top: 1rem;
  }
}

.single-content img {
  display: block;
  margin-top: 16px;
}

.single-share {
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .single-share {
    padding: 60px 0;
  }
}

.single-share .section-header {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .single-share .section-header {
    padding: 0;
  }
}

.single-shareBox {
  background-color: #fff;
  padding: 20px 0;
}

.single-snsList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 25px;
  text-align: center;
}
.single-snsList li {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .single-snsList {
    padding: 0 100px;
  }
}

.single-snsList-item a {
  color: var(--sub-color);
}

.single-snsList-image {
  display: block;
  margin-bottom: 10px;
}

.single-snsList-title {
  font-size: 10px;
  line-height: 14px;
}
@media screen and (min-width: 769px) {
  .single-snsList-title {
    font-size: 12px;
    line-height: 20px;
    color: var(--sub-color);
    font-weight: bold;
  }
}

.singleRecommend {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .singleRecommend {
    padding: 0;
  }
}

.singleRecommendArticleList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 25px;
}
@media screen and (min-width: 769px) {
  .singleRecommendArticleList {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .singleRecommendArticleList-item {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 769px) {
  .singleRecommendArticle {
    display: flex;
    justify-content: space-between;
  }
}

.singleRecommendArticle-image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .singleRecommendArticle-image {
    width: 272px;
  }
  .singleRecommendArticle-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
  }
}

.singleRecommendArticle-body {
  background-color: #fff;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .singleRecommendArticle-body {
    width: calc(100% - 272px);
    padding: 22px 24px 17px;
  }
}

.singleRecommendArticle-category {
  display: none;
}
@media screen and (min-width: 769px) {
  .singleRecommendArticle-category {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    color: var(--link-color);
    font-family: helvetica, arial;
    letter-spacing: 0.08em;
  }
}

.singleRecommendArticle-title {
  font-size: 12px;
  font-weight: normal;
  font-weight: bold;
  line-height: 20px;
  color: var(--main-color);
}
@media screen and (min-width: 769px) {
  .singleRecommendArticle-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}

.singleRecommendArticle-viewCount {
  display: none;
}
@media screen and (min-width: 769px) {
  .singleRecommendArticle-viewCount {
    display: block;
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    color: var(--sub-color);
    font-family: helvetica, arial;
    letter-spacing: 0.08em;
  }
}

/*
--------------------------------------

エラーページ

--------------------------------------
*/
.error-section {
  padding: 80px 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .error-section {
    padding: 120px 0;
    text-align: center;
  }
}

.error-title {
  margin-bottom: 40px;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .error-title {
    margin-bottom: 60px;
    font-size: 25px;
  }
}

.error-paragraph {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 32px;
}
@media screen and (min-width: 769px) {
  .error-paragraph {
    margin-bottom: 45px;
    font-size: 16px;
  }
}

.error-link {
  font-size: 20px;
  text-decoration: underline;
  color: #1a0dab;
}
