@charset "UTF-8";
#main-wrap.under_wraps {
  margin: 150px auto 0 auto;
  display: block; }

.under_wraps_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .under_wraps_in .post_lists {
    padding-bottom: 20px;
    box-sizing: border-box; }

#content_area .single_ct {
  margin-left: 0 !important; }

.under_wraps .single-post-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 20px 0; }
.under_wraps .single-post-main {
  padding: 0; }
  .under_wraps .single-post-main .lead {
    font-size: 1.4rem; }

div#ez-toc-container {
  width: 100%;
  box-shadow: none;
  border: none;
  background: #fafafe;
  padding: 20px 30px;
  box-sizing: border-box;
  margin: 40px 0; }
  div#ez-toc-container .ez-toc-title-container {
    margin-bottom: 20px; }
  div#ez-toc-container p.ez-toc-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #13746d;
    margin-bottom: 20px; }
  div#ez-toc-container .ez-toc-link {
    background: url("../images/arw_md.png") top 15px left no-repeat;
    background-size: 8px auto;
    display: block;
    padding: 5px 0 5px 20px; }

.under_wraps_in .single_ct h2 {
  color: #333333;
  font-size: 2rem;
  position: relative;
  background: none;
  margin-bottom: 30px; }
  .under_wraps_in .single_ct h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: 1px;
    z-index: -1;
    left: 0;
    background: #85fdf4; }
.under_wraps_in .single_ct h3 {
  font-size: 1.8rem;
  position: relative;
  border-bottom: none;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  margin-bottom: 20px; }
  .under_wraps_in .single_ct h3 span {
    display: inline-block;
    background: white;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2; }
  .under_wraps_in .single_ct h3:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #249189;
    border-radius: 100%; }
  .under_wraps_in .single_ct h3:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 90%;
    height: 1px;
    background: #bababb;
    z-index: 1; }
.under_wraps_in .single_ct h4 {
  margin-bottom: 15px;
  position: relative;
  border-bottom: none;
  color: #5d5fba;
  padding-left: 20px; }
  .under_wraps_in .single_ct h4:after {
    content: none; }
  .under_wraps_in .single_ct h4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #5d5fba; }
.under_wraps_in .single_ct ul li {
  list-style-type: inherit; }
.under_wraps_in .single_ct ul li::marker {
  color: #5d5fba; }
.under_wraps_in .single_ct ol li {
  list-style-type: inherit; }
.under_wraps_in .single_ct ol li::marker {
  color: #5d5fba;
  font-weight: bold; }

.read_more {
  text-align: center;
  margin-top: 40px; }
  .read_more .more_ttl {
    position: relative;
    margin-bottom: 30px; }
    .read_more .more_ttl:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 3px;
      left: 0;
      top: 50%;
      border-top: 3px double #ccc;
      box-sizing: border-box;
      z-index: -1; }
    .read_more .more_ttl .mt_in {
      background: white;
      display: inline-block;
      padding: 0 30px;
      box-sizing: border-box; }
      .read_more .more_ttl .mt_in .ttl {
        font-size: 2.2rem;
        color: #1f777e;
        font-family: 'casb', serif; }
      .read_more .more_ttl .mt_in .sub {
        font-size: 1.4rem; }

.read_more_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .read_more_bx a {
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: left; }
    .read_more_bx a:nth-of-type(3n) {
      margin-right: 0; }
    .read_more_bx a .img {
      height: 170px;
      overflow: hidden; }
    .read_more_bx a img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .read_more_bx a .ttl {
      font-size: 1.4rem;
      margin: 10px 0; }
    .read_more_bx a .ymd {
      font-size: 1.3rem;
      font-weight: bold;
      color: #888888;
      text-align: right; }

.single_cate a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #eba665;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .single_cate a img {
    width: 20px;
    filter: invert(71%) sepia(36%) saturate(647%) hue-rotate(341deg) brightness(96%) contrast(91%); }
  .single_cate a span {
    padding-left: 10px;
    box-sizing: border-box; }

.ct_under_wrap #main {
  margin-right: 0 !important;
  padding-right: 40px !important;
  max-width: 940px;
  box-sizing: border-box;
  border-right: 1px dashed #c9c6c9;
  position: relative; }

.arc_top_mv {
  text-align: center;
  background: #ddd;
  padding: 40px 20px 50px 20px;
  margin-bottom: 20px;
  position: relative; }
  .arc_top_mv:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(96, 217, 208, 0.9);
    top: 0;
    left: 0;
    mix-blend-mode: saturation; }
  .arc_top_mv .ttl {
    font-size: 3rem;
    font-weight: bold;
    color: white;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .arc_top_mv .disc_txt {
    font-size: 1.4rem;
    margin: 10px 0 25px 0;
    color: white;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }
  .arc_top_mv .top_tags_wrap {
    position: relative;
    z-index: 1; }

.atm_tag {
  background: url("../images/tags_bg.jpg") center left/cover; }

.atm_rank {
  background: url("../images/tags_bg.jpg") center left/cover; }
  .atm_rank .disc_txt {
    margin: 10px 0; }

.ranking_mv {
  background: url("../images/ranks_bg.jpg") center left/cover; }
  .ranking_mv .disc_txt {
    margin: 10px 0; }

.posts_ranking .post_bx {
  position: relative;
  counter-increment: practice; }
  .posts_ranking .post_bx:before {
    content: counter(practice);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 3px;
    left: 9px;
    font-size: 3rem;
    color: white;
    font-family: 'casb',serif;
    z-index: 11;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    line-height: 1.1; }
  .posts_ranking .post_bx:after {
    content: "";
    width: 50px;
    height: 50px;
    background: #67dad1;
    position: absolute;
    top: 0;
    left: 9px;
    transform: rotate(45deg);
    z-index: 10; }
  .posts_ranking .post_bx:nth-of-type(1):after {
    background: linear-gradient(to bottom, #f5d100, #dbb400 100%); }
  .posts_ranking .post_bx:nth-of-type(2):after {
    background: linear-gradient(to bottom, #dcdddd, #b9c3c9 100%); }
  .posts_ranking .post_bx:nth-of-type(3):after {
    background: linear-gradient(to bottom, #ed9a48, #cd7f32 100%); }
  .posts_ranking .post_bx:nth-of-type(n+4):before {
    width: 40px;
    height: 40px;
    top: 3px;
    left: 9px;
    font-size: 2.4rem;
    padding: 10px 0;
    box-sizing: border-box;
    line-height: 1.1; }
  .posts_ranking .post_bx:nth-of-type(n+4):after {
    width: 40px;
    height: 40px;
    top: 3px;
    left: 9px; }

.search-highlight {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%); }

.notfound_message {
  text-align: center;
  font-size: 2rem;
  font-weight: bold; }

a.page-numbers, .pagination .current {
  padding: 6px 16px;
  border-radius: 100px; }

.sns a.instagrams {
  background: linear-gradient(to right, #fccb65, #dd2a73 50%, #535bc8 100%);
  border-image: linear-gradient(to right, #fccb65, #dd2a73 50%, #535bc8 100%);
  border-image-slice: 1; }

.fa-inst:before {
  content: "" !important; }

/*------------------------------------------------------------
media
------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .under_wraps_in {
    display: block; }

  #single-main {
    float: none !important;
    padding-right: 0 !important;
    max-width: 100%;
    border-right: none; }

  .ct_under_wrap #main {
    display: block;
    width: 100%;
    float: none !important;
    max-width: none;
    border-right: none;
    padding-right: 0 !important; } }
@media screen and (max-width: 695px) {
  .under_wraps .single-post-title {
    font-size: 1.8rem; }

  .post-meta-bottom time {
    font-size: 1.2rem; }

  div#ez-toc-container p.ez-toc-title {
    font-size: 1.6rem;
    margin-bottom: 20px; }

  div#ez-toc-container .ez-toc-title-container {
    margin-bottom: 10px; }

  div#ez-toc-container {
    padding: 15px;
    margin: 30px 0; }

  div#ez-toc-container .ez-toc-link {
    font-size: 1.3rem; }

  div#ez-toc-container .ez-toc-link {
    background: url(../images/arw_md.png) top 12px left no-repeat;
    background-size: 7px auto;
    padding: 5px 0 5px 17px;
    font-size: 1.3rem; }

  .under_wraps_in .single_ct h2 {
    font-size: 1.7rem;
    margin-bottom: 20px; }

  .under_wraps_in .single_ct h3 {
    font-size: 1.5rem;
    margin-bottom: 15px; }

  .under_wraps_in .content {
    font-size: 1.4rem; }
  .under_wraps_in .single_ct h4 {
    padding-left: 20px;
    font-size: 1.4rem; }

  .read_more .more_ttl .mt_in .ttl {
    font-size: 1.8rem; }

  .read_more_bx a {
    display: block;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    text-align: left; }
    .read_more_bx a:nth-of-type(3n) {
      margin-right: 4%; }
    .read_more_bx a:nth-of-type(2n) {
      margin-right: 0; }
    .read_more_bx a .ttl {
      font-size: 1.2rem; }

  #main-wrap.under_wraps {
    margin: 67px auto 0 auto; }

  .read_more_bx a .img {
    height: 120px; }

  #main-wrap.categorys {
    margin: 90px auto 0 auto; }

  .arc_top_mv {
    padding: 40px 20px 40px 20px; }
    .arc_top_mv .ttl {
      font-size: 2rem; }
    .arc_top_mv .disc_txt {
      font-size: 1.2rem;
      margin: 10px 0 25px 0; }

  .read_more {
    margin-top: 20px; }
    .read_more .more_ttl {
      margin-bottom: 15px; }

  .arc_top_mv.atm_rank .disc_txt {
    margin: 10px 0; }

  .posts_ranking .post_bx {
    display: block;
    margin-bottom: 30px; }
    .posts_ranking .post_bx .img {
      width: 100%;
      margin-bottom: 10px; }
      .posts_ranking .post_bx .img a {
        height: 180px; }
    .posts_ranking .post_bx .infos {
      width: 100%;
      padding-left: 0; }
    .posts_ranking .post_bx:before {
      content: counter(practice);
      width: 40px;
      height: 40px;
      top: 1px;
      left: 9px;
      font-size: 2.2rem;
      padding: 10px 0; }
    .posts_ranking .post_bx:after {
      width: 40px;
      height: 40px;
      left: 9px; }
    .posts_ranking .post_bx:nth-of-type(n+4):before {
      width: 30px;
      height: 30px;
      top: 1px;
      left: 8px;
      font-size: 1.8rem;
      padding: 10px 0;
      box-sizing: border-box;
      line-height: 1.1; }
    .posts_ranking .post_bx:nth-of-type(n+4):after {
      width: 30px;
      height: 30px;
      top: 2px;
      left: 8px; } }
/*--media_end--*/

/*# sourceMappingURL=under.css.map */
