/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/


/*** ベース幅最小値 ***/
body {
  min-width: 1280px;
font-weight: normal;
}

#wrapper {
  padding-top: 100px;
}

/*** GMOOSボタン定義 ***/
.btn-01 {
  display: block;
  border-radius: 4px;
  width: 100px;
  height: 36px;
  line-height: 36px;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
.btn-01:hover {
  opacity: 0.7;
}
.btn-01.btn-blue {
  background: #005aac;
}
.btn-01.btn-orange {
  background: #f5580a;
}
.btn-01.btn-green {
  background: #05c3c3;
}

.btn-02 {
  display: block;
  width: 240px;
  height: 48px;
  line-height: 44px;
  margin: 40px auto 0;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-size: 16px !important;
  font-weight: bold;
  color: #005aac !important;
  border: 2px solid #005aac;
  font-weight: normal;
}
.btn-02:hover {
  opacity: 0.7;
  transition: 0.3s;
  text-decoration: none;
}

.btn-04 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-image: linear-gradient(168deg, #3dc0cc 11%, #3075b7 87%);
  color: #fff;

  &:hover {
    opacity: 0.5 !important;
    transition: 0.8s;
    text-decoration: none;
  }
}

.btn-05 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  color: #3075b7;
  border: solid 2px #3075b7;

  &:hover {
    background-color: #3075b7;
    color: #fff;
    transition: 0.8s;
    text-decoration: none;
  }
}

/***　パン屑調整 ***/
.breadcrumbs {
  width: 1000px;
  margin: 30px auto 0;
  font-size: 14px;
  font-weight: normal;
  padding-left: 0;
}


/*** コンテンツ幅上書き調整 ***/
#contents {
  width: 1000px;
}

#main-contents {
  width: 67.5%;
  margin-left: 0;
}

#main-contents > .home_h1_title {
   font-size: 1.25rem;
	font-weight: 400;
	margin: 0 auto 40px;
	text-align: center;
}

#sidebar {
  width: calc(32.5% - 30px);
}


/*** GMO共通フッター調整 ***/
.gmoGroupFooter_inner {
  margin: auto;
  max-width: 1280px;
  width: calc(100% - 50px);
  padding: 30px 0 !important;
}

/*** サイドバータグ上書き ***/
.widget_tag_cloud a {
  font-size: 0.8rem !important;
  background-color: #cfe7f7;
  border-radius: 8px;
}

/*** CTA調整 ***/
.cta-content .cta-text > p {
  padding-bottom: 0;
}
.cta-content .cta-text > p img {
  margin-bottom: 0;
}

.cta-content .cta-text > .cta-text {
  font-weight: normal !important;
  letter-spacing: normal;
  line-height: 1.6;
  margin-top: 16px;
}

.cta-content .cta-text > p .btn-01 {
  text-decoration: none;
  width: 300px;
  height: 48px;
  margin: 16px auto 0;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*** 目次調整 ***/
@media (min-width: 1024px) {
  .main-contents .rtoc-mokuji-content.frame3 {
    width: auto;
  }

  .main-contents .rtoc-mokuji-content.frame3 {
    border-top: 0.5px dotted #707070;
    border-bottom: 0.5px dotted #707070;
  }
}

/*** カテゴリーラベル調整 ***/
@media (min-width: 768px) {
  .main-contents .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-cat {
    top: auto;
    bottom: 11px;
  }

  .related-entry-section .post-list-mag3col a.post-list-link {
    padding-bottom: 48px;
  }

  .post-list-mag3col .post-list-item .post-list-inner .post-list-meta .post-list-date {
    padding: 0;
    bottom: 4px;
  }

  .related-entry-section .post-list-mag3col a.post-list-link .post-list-meta {
    padding: 6px 12px 0;
  }

  .post-list-mag3col .post-list-item .post-list-inner .post-list-meta .post-list-cat {
    top: auto;
    bottom: 28px;
    left: auto;
    right: 4px;
  }

  .related-entry-section .post-list-mag3col a.post-list-link .post-list-meta .post-list-title {
    line-height: 1.1rem;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {

  .post-list-mag .post-list-item .post-list-inner .post-list-meta{
    padding-bottom: 30px;
  }

  .related-entry-section .post-list-mag3col a.post-list-link {
    padding-bottom: 40px;
  }

  .post-list-mag3col .post-list-item .post-list-inner .post-list-meta .post-list-date {
    padding: 0;
    bottom: 4px;
  }

  .related-entry-section .post-list-mag3col a.post-list-link .post-list-meta {
    padding: 6px 12px 0;
  }

  .main-contents .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-cat {
    top: auto;
    bottom: 26px;
  }

  .post-list-mag3col .post-list-item .post-list-inner .post-list-meta .post-list-cat {
    top: auto;
    bottom: 22px;
    left: auto;
    right: 4px;
  }

  .related-entry-section .post-list-mag3col a.post-list-link .post-list-meta .post-list-title {
    line-height: 1.1rem;
    margin-bottom: 8px;
  }
}

.pc-none {
  display: none;
}

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

  .btn-01 {
    width: 142px;
    height: 44px;
    line-height: 44px;
  }

  .btn-02 {
    width: 180px;
  }

  body {
    min-width: auto;
  }

  #contents {
    width: 100%;
  }

  #main-contents {
    width: calc(100% - 30px);
    margin-left: 15px;
  }

  #sidebar {
    width: calc(100% - 30px);
  }


  /***　パン屑調整 ***/
  .breadcrumbs {
    width: 100%;
    padding: 0 15px;
    margin: 20px 0 0;
  }

  html.open .breadcrumbs {
    margin: 0;
    padding-top: 20px;
  }
	
	#main-contents > .home_h1_title {
		margin: 0 auto 35px;
	}
}
