.disPC {
  display: block;
}

.disSP {
  display: block;
}

@media all and (min-width: 768px) {
  .disSP {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .disPC {
    display: none;
  }
}
/* header start */
#blogHeader {
  width: 100%;
  margin-top: 2em;
}
#blogHeader .headCon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 clamp(1px, 5.2%, 100px);
  box-sizing: border-box;
  background: #fff;
  border-radius: 45px;
  padding: 1.354vw 1.458vw;
  height: 8.15vh;
  min-height: 40px;
}
.headCon>a{
  display: inline-block;
  width: 10.85%;
  flex-shrink: 0;
  padding-top: 4px;
}
#blogHeader ul.nav {
  display: flex;
}
#blogHeader ul.nav a {
  display: inline-block;
  font-weight: bold;
  padding: 5px clamp(2px, 0.4vw, 8px);
  margin: 0 0.42vw;
  font-size: clamp(1px, 0.9375vw, 18px);
}
#blogHeader ul.nav a.first {
  position: relative;
  display: inline-block;
}
#blogHeader ul.nav a.first::after {
  content: "";
  width: 1px;
  height: 34px;
  background: #525263;
  position: absolute;
  right: -0.42vw;
  top: 50%;
  transform: translateY(-50%);
}
#blogHeader ul.nav .special a {
  background: #EEE;
}
#blogHeader ul.nav li:nth-of-type(6) a{
  padding-right: 10px;
}
#blogHeader ul.nav li:nth-of-type(7){
  margin-left: 8px;
}
@media (max-width: 1440px) {
    #blogHeader .headCon {
        padding: 24px 1% 24px;
    }
}

@media screen and (max-width: 1366px) {
  #blogHeader .headCon {
    margin: 0 clamp(1px, 3.2%, 100px);
  }
}
@media screen and (max-width: 1100px) {
  #blogHeader .headCon {
    margin: 0 20px;
    padding: 8px 1.458vw;
  }
}
@media screen and (max-width: 768px) {
  #blogHeader .headCon {
    margin: 0 10px;
  }
  #blogHeader .headCon .logo img {
    width: 100%;
  }
}
/* menu */
@media all and (max-width: 767px) {
  #blogHeader {
    margin-top: 0;
  }
  #blogHeader .headCon {
    margin: 0;
    padding: 11px 16px;
    border-radius: 0;
	border-bottom: 1px solid #ccc;
	height: auto;
  }
  .headCon>a.logo {
    display: inline-block;
    width: 120.5px;
  }
  .blogMenu .top a.logo {
    width: 120.5px;
  }
  .menuOpen, .menuClose {
    width: 48px;
    height: 48px;
    display: inline-block;
  }
  .breadcrumb {
    margin-top: 0;	
  }
}
/* header end */
.blogLoginBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5.2083vw;
  top: 29.5px;
}

.blogLoginBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.253125vw;
  height: 9.253125vw;
  font-size: 1.1979vw;
  font-weight: bold;
  color: #ffd651;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #FFD651;
  position: relative;
}



/* main content start */
#pageBanner {
  padding: 157px 0 72px clamp(1px, 5.2%, 100px);
  position: relative;
  z-index: 1;
}
#pageBanner .img {
  width: 26.25vw;
}
#pageBanner .img img {
  width: 100%;
}
#pageBanner .bgYun {
  width: 47.96875vw;
  height: 15.15625vw;
  background: url(../images/bg_yun.svg) no-repeat;
  background-size: 47.96875vw auto;
  position: absolute;
  right: 0;
  top: 209px;
  z-index: -11;
}
#pageBanner .bgYun > div {
  position: relative;
  display: block;
}
#pageBanner h2 {
  width: 17.864vw;
}
#pageBanner h2 img {
  width: 100%;
}
#pageBanner .banTit {
  width: 100%;
}
#pageBanner .banTit>div {
  overflow: hidden;
  width: 40vw;
  margin: 0 auto;
}
#pageBanner .banTit a {
  text-align: center;
  color: #333;
  font-size: 16px;
  overflow: hidden; 
  margin: 0 24vw;
}
@media all and (min-width: 768px) {
  #pageBanner .banTit {
    position: absolute;
    left: 0;
    top: 7.1875vw;
  }
  #pageBanner .img {
    position: absolute;
    bottom: -32px;
    left: 31.1458vw;
  }
}
@media screen and (max-width: 1100px) {
  #pageBanner {
    padding: 120px 0 100px 20px;
  }
  .blogLoginBtn {
    top: 20.5px;
  }
  #pageBanner .img {
    bottom: -20px;
  }
}
@media all and (max-width: 767px) {
  #mainContent {
    margin-top: 0;
    overflow-x: hidden;
  }
  #mainContent::after{
    background: url(../images/bg_mainBanner_sp.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
  #pageBanner {
    padding: 9px 0 28px;
  }
  #pageBanner .img {
    width: 347px;
    margin-left: 13%;
  }
  #pageBanner .bgYun {
    width: 438px;
    height: 104px;
    background: url(../images/bg_yun_sp.png) no-repeat;
    background-size: 100% auto;
    right: -9px;
    top: auto;
    bottom: -50px;
    transform: rotateX(20deg);
  }
  #pageBanner .bgYun > div {
    display: none;
  }
  #pageBanner h2 {
    margin: 18px 0 0 29px;
    width: auto;
  }
  #pageBanner h2 img {
    width: auto;
    height: 51px;
  }
  #pageBanner .banTit {
    padding: 0 16px 0 28px;
  }
  #pageBanner .banTit>div {
    width: 80%;
  }
  #pageBanner .banTit a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (max-width: 430px) {
  #pageBanner .img {
    width: 290px;
    margin-left: 55px;
  }
}
#blog-l-main {
  width: 100%;
  z-index: 2;
  left: 0;
}
#blog-l-main .widget ul li {
  border: none;
}
#blog-l-main .l-wrapper .l-main,
#blog-l-main .l-wrapper .l-sidebar{
  padding-top: 20px;
}

.wp-block-search__label[for=wp-block-search__input-1] {
  display: none;
}

.wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
}

.wp-block-search__input {
  height: 36px;
  width: 259px;
  margin-right: 12px;
}

.wp-block-search__button {
  width: 47px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  flex-shrink: 0;
}
 #blog-l-main .content .outline {
  width: 100%;
}

@media all and (max-width: 767px) {
  #blog-l-main {
    background: url(../images/bg_blog-l-main_sp.png) no-repeat;
    background-size: 100% auto;
    background-position: right top;
	margin-top: -22px;
  }
  #blog-l-main .l-wrapper {
    padding: 16px 0 0;
  }
  #blog-l-main .wp-block-search__input {
    width: 100%;
  }
  #blog-l-main .wp-block-search__button {
    width: 47px;
    height: 36px;
    line-height: 36px;
    padding: 0;
	flex-shrink: 0;
  }
  .l-main + .l-sidebar {
    margin: 0;
    padding: 2px 10px 40px;
	 background: #fff;
  }
}
.bodyScroll {
  overflow: hidden;
}

.blogMenu {
  width: 100%;
  height: 100%;
  background: #463BFA;
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  display: none;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.blogMenu.show {
  display: flex;
}

.blogMenu .top {
  padding: 12px 0 0;
  margin: 0 auto;
  width: 91.47%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blogMenu ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 42px;
  cursor: pointer;
}

.blogMenu ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.blogMenu .menu-main {
  width: 84%;
  margin: 0 auto;
  padding-bottom: 152px;
}

.blogMenu .menu-main .menu-login {
  margin-top: 42px;
}

.blogMenu .menu-main .menu-login a {
  display: block;
  width: 100%;
  height: 48px;
  background-image: linear-gradient(to right, #FEC325, #EF7838);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  border: none;
  text-align: center;
  line-height: 48px;
}

#blog-l-main .content h2 {
  color: #333;
  margin-bottom: 20px;
}

#blog-l-main .content h2:first-letter {
  color: #463BFA;
}
#blog-l-main .content h3 {
  border-left: 5px solid #463BFA;
}
#blog-l-main .l-sidebar aside.widget .wp-block-tag-cloud{
  padding: 15px 0 0;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  #blog-l-main .content h2:first-letter {
    padding-bottom: 0px;
  }
}

@media (min-width: 600px) {
.archive{
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.archive .archiveList {
    width: calc((100% - 40px) / 2); 
	box-sizing:border-box;
	margin:0;
}

.archiveList__text {
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
}
/* 関連記事カテゴリー追加 開始*/
.kanrenkiji span.icon-calendar {
    display: inline;
}

.kanrenkiji span.icon-category {
    display: inline;
	margin-left:1em;
}
/* 関連記事カテゴリー追加 終了*/

/* new マーク */
.new-mark {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  background: #e60033;
  color: white;
  font-size: 0.75em;
  border-radius: 3px;
}
/* new マーク */







/* footer start */
#blogFoot {
  color: #fff;
  padding: 0 5.2% 20px;
  background: url(../images/bg_homepage_footer-002f4fde.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box
}
#blogFoot .footer-content {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding-top: 222px
}
#blogFoot .footer-content .right {
  display: flex;
  justify-content: center;
  margin-bottom: 13.5px
}
#blogFoot .footer-content .right img {
  width: 192.5px
}
#blogFoot hr {
  height: 1px;
  margin: 50.4px 0 24.3px;
  border: none;
  background-color: #fff
}
#blogFoot .footer-link {
  display: flex;
  justify-content: space-between;
  font-size: 16px
}
#blogFoot .footer-link ul {
  display: flex
}
#blogFoot .footer-link ul li:first-child {
  margin-right: 40px
}
#blogFoot .footer-link ul a {
  color: #fff;
  text-decoration: underline
}
@media (max-width: 768px) {
  #blogFoot {
    background: url(../images/bg_homepage_footer-30452883.png) no-repeat;
    background-size: 100% 100%
  }
  #blogFoot.spe {
    padding-bottom: 80px
  }
  #blogFoot .footer-content {
    padding-top: 82px;
    align-items: center
  }
  #blogFoot .footer-content .left {
    font-size: 14px
  }
  #blogFoot .footer-content .right {
    width: 50.6%;
    padding: 0;
    margin-bottom: 0
  }
  #blogFoot .footer-content .right img {
    width: 100%
  }
  #blogFoot .footer-link,#blogFoot hr {
    width: 91.47%;
    margin: 42px auto 17px
  }
  #blogFoot .footer-link {
    margin: 0 auto;
    font-size: 12px;
    flex-direction: column
  }
  #blogFoot .footer-link ul {
    justify-content: space-between
  }
  #blogFoot .footer-link div {
    margin-top: 17px
  }
}
/* footer end */