@charset "UTF-8";
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  .main_visual {
    background: url(../images/blog/main_visual.jpg) center/cover no-repeat;
  }
  .main_visual .title h2 {
    background: url(../images/blog/mv_title.png) left/100% no-repeat;
    width: 144px;
    height: 72px;
    position: absolute;
    top: 150px;
    left: 125px;
  }

  .mv_news {
    background: url(../images/blog/mv_news.jpg) center/cover no-repeat;
  }
  .mv_news .title h2 {
    background: url(../images/blog/mv_title_news.png) left/100% no-repeat;
    width: 143px;
    height: 78px;
    position: absolute;
    top: 150px;
    left: 125px;
  }

  .mv_blog {
    background: url(../images/blog/mv_blog.jpg) center/cover no-repeat;
  }
  .mv_blog .title h2 {
    background: url(../images/blog/mv_title_blog.png) left/100% no-repeat;
    width: 272px;
    height: 77px;
    position: absolute;
    top: 150px;
    left: 125px;
  }

  .mv_event {
    background: url(../images/blog/mv_event.jpg) center/cover no-repeat;
  }
  .mv_event .title h2 {
    background: url(../images/blog/mv_title_event.png) left/100% no-repeat;
    width: 175px;
    height: 74px;
    position: absolute;
    top: 150px;
    left: 125px;
  }

  .mv_ouchideyoga {
    background: #d1bb98;
  }
  .mv_ouchideyoga .title h2 {
    background: url(../images/blog/mv_title_ouchide.png) center/100% no-repeat;
    width: 818px;
    height: 300px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
  }

  .mv_guide {
    background: url(../images/beginner_guide/mv_guide.jpg) center/cover no-repeat;
  }
  .mv_guide .title h2 {
    background: url(../images/beginner_guide/mv_title_guide.png) left/100% no-repeat;
    width: 187px;
    height: 78px;
    position: absolute;
    top: 150px;
    left: 125px;
  }

  .mv_page .title h2 {
    background: none;
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: wrap;
    font-size: 3.5rem;
    color: #fff;
  }

  /* top_start */
  .link_area ul {
    width: 650px;
  }
  .link_area ul li a {
    width: 170px;
  }

  .sec_blog {
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 70px 0;
  }
  .sec_blog .sec_title {
    font-size: 4.5rem;
  }
  .sec_blog .sec_title span {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .sec_blog .title_ouchideyoga {
    text-align: center;
    color: #e88b2e;
    font-size: 3.3rem;
    font-weight: bold;
    position: relative;
  }
  .sec_blog .title_ouchideyoga:before {
    content: "";
    display: block;
    background: url(../images/blog/en_ouchide.png) left/100% no-repeat;
    width: 112px;
    height: 73px;
    position: absolute;
    top: -70px;
    left: 350px;
  }
  .sec_blog ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
  }
  .sec_blog ul li {
    width: 350px;
    position: relative;
  }
  .sec_blog ul li a {
    display: block;
  }
  .sec_blog ul li a .thumb {
    width: 100%;
    height: 250px;
    background: #fff;
  }
  .sec_blog ul li a .thumb img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .sec_blog ul li a .text {
    margin-top: 20px;
    padding: 0 5px;
  }
  .sec_blog ul li a .text .date {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #ad9d91;
  }
  .sec_blog ul li a .text h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #e88b2e;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .sec_blog ul li a .text p {
    line-height: 1.8;
  }
  .sec_blog ul li a .text p span {
    color: #e88b2e;
    padding-left: 5px;
    font-size: 1.3rem;
  }
  .sec_blog ul li a:hover {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  }
  .sec_blog ul li .icon_new {
    position: absolute;
    top: -8px;
    left: 10px;
    background: #e88b2e;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    width: 45px;
    height: 22px;
    line-height: 22px;
    z-index: 1;
  }
  .sec_blog .btn_more {
    width: 200px;
    height: 45px;
    line-height: 45px;
    margin: 35px auto 0 auto;
  }
  .sec_blog .btn_more a {
    font-size: 1.4rem;
  }

  .sec_beginner {
    width: 790px;
    margin: 0px auto 40px auto;
    padding-top: 100px;
  }
  .sec_beginner .title {
    text-align: center;
    color: #e88b2e;
    font-size: 3.3rem;
    font-weight: bold;
    position: relative;
  }
  .sec_beginner .title:before {
    content: "";
    display: block;
    background: url(../images/blog/en_beginner.png) left/100% no-repeat;
    width: 112px;
    height: 73px;
    position: absolute;
    top: -70px;
    left: 50px;
  }
  .sec_beginner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 35px;
  }
  .sec_beginner ul li {
    width: 370px;
  }
  .sec_beginner ul li a {
    display: block;
  }
  .sec_beginner ul li a .thumb {
    width: 100%;
    height: 190px;
  }
  .sec_beginner ul li a .thumb img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .sec_beginner ul li a .text {
    margin-top: 20px;
  }
  .sec_beginner ul li a .text .date {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #ad9d91;
  }
  .sec_beginner ul li a .text h3 {
    font-size: 1.9rem;
    font-weight: bold;
    color: #e88b2e;
    margin-bottom: 15px;
  }
  .sec_beginner ul li a .text p {
    line-height: 2;
  }
  .sec_beginner ul li a .text p span {
    color: #e88b2e;
    font-size: 1.3rem;
    padding-left: 8px;
  }
  .sec_beginner ul li:nth-child(1), .sec_beginner ul li:nth-child(2), .sec_beginner ul li:nth-child(3), .sec_beginner ul li:nth-child(4) {
    margin-bottom: 60px;
  }
  .sec_beginner ul li:nth-child(1) .text h3:before, .sec_beginner ul li:nth-child(2) .text h3:before, .sec_beginner ul li:nth-child(3) .text h3:before, .sec_beginner ul li:nth-child(4) .text h3:before {
    content: "";
    display: inline-block;
    background: url(../images/blog/step01.png) left/100% no-repeat;
    width: 86px;
    height: 33px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .sec_beginner ul li:nth-child(2) .text h3:before {
    background: url(../images/blog/step02.png) left/100% no-repeat;
  }
  .sec_beginner ul li:nth-child(3) .text h3:before {
    background: url(../images/blog/step03.png) left/100% no-repeat;
  }
  .sec_beginner ul li:nth-child(4) .text h3:before {
    background: url(../images/blog/step04.png) left/100% no-repeat;
  }

  /* top_end */
  .content_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
  }
  .content_wrap .main_content {
    width: 680px;
    /* ouchideyoga */
  }
  .content_wrap .main_content .cat {
    font-size: 1.3rem;
  }
  .content_wrap .main_content .cat a {
    display: block;
    background: #e88b2e;
    padding: 3px 7px 3px 7px;
    border-radius: 2px;
    color: #fff;
  }
  .content_wrap .main_content .cat a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .content_wrap .main_content .cat.news a {
    background-color: #ad9d91;
  }
  .content_wrap .main_content .cat.blog a {
    background: #b28b23;
  }
  .content_wrap .main_content .cat.ouchideyoga a {
    background: #a6d055;
  }
  .content_wrap .main_content .cat.substance a {
    background: #e88b2e;
  }
  .content_wrap .main_content .cat.spirit a {
    background: #85b750;
  }
  .content_wrap .main_content .cat.mind a {
    background: #9a66a5;
  }
  .content_wrap .main_content .cat.kitahama a {
    background: #54a0b6;
  }
  .content_wrap .main_content .cat.umeda_nakatsu a {
    background: #d05656;
  }
  .content_wrap .main_content .cat.kyoto a {
    background: #735a80;
  }
  .content_wrap .main_content .cat.miyakojima a {
    background: #688f6f;
  }
  .content_wrap .main_content .cat.moriguchi a {
    background: #b56443;
  }
  .content_wrap .main_content .tag_area {
    text-align: center;
    background: #efefef;
    padding: 15px;
    margin-bottom: 45px;
  }
  .content_wrap .main_content .tag_area p {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
    color: #e88b2e;
  }
  .content_wrap .main_content .tag_area ul {
    display: inline-block;
  }
  .content_wrap .main_content .tag_area ul li {
    display: inline-block;
    width: 85px;
    text-align: center;
    margin: 0 3px;
  }
  .content_wrap .main_content .tag_area ul li a {
    display: block;
    padding: 8px 0 !important;
    font-size: 1.7rem;
  }
  .content_wrap .main_content .entry_body {
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: #e9e3da solid 1px;
  }
  .content_wrap .main_content .entry_body .article_info {
    margin-bottom: 10px;
  }
  .content_wrap .main_content .entry_body .article_info span {
    display: inline-block;
    margin-right: 3px;
  }
  .content_wrap .main_content .entry_body .article_info span.date {
    font-size: 1.3rem;
  }
  .content_wrap .main_content .entry_body .title {
    margin-bottom: 15px;
    font-size: 2.4rem;
    color: #e88b2e;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 1.5px;
  }
  .content_wrap .main_content .entry_body .title a {
    color: #e88b2e;
  }
  .content_wrap .main_content .entry_body .title a:hover {
    text-decoration: underline;
  }
  .content_wrap .main_content .entry_body .content_title {
    margin-bottom: 8px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #e88b2e;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 1.5px;
  }
  .content_wrap .main_content .entry_body .content_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 680px;
  }
  .content_wrap .main_content .entry_body .content_body .image {
    width: 250px;
  }
  .content_wrap .main_content .entry_body .content_body .image a {
    display: block;
  }
  .content_wrap .main_content .entry_body .content_body .image a img {
    width: 100%;
    height: auto;
  }
  .content_wrap .main_content .entry_body .content_body .text {
    width: 390px;
    margin-top: 8px;
  }
  .content_wrap .main_content .entry_body .content_body .text p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .content_wrap .main_content .entry_body .content_body .text .btn_more {
    width: 200px;
    margin: 15px auto 0 auto;
  }
  .content_wrap .main_content .entry_body .content_body .text .btn_more a {
    display: block;
    border: #e88b2e solid 1px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #e88b2e;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 3px;
    background: #fff;
  }
  .content_wrap .main_content .entry_body .content_body .text .btn_more a:hover {
    background: #e88b2e;
    color: #fff;
  }
  .content_wrap .main_content .entry_body .content_area {
    margin-top: 25px;
  }
  .content_wrap .main_content .entry_body .content_area .image {
    margin-bottom: 60px;
  }
  .content_wrap .main_content .entry_body .content_area .image img {
    text-align: center;
    width: auto;
    max-width: 100%;
    max-height: 600px;
  }
  .content_wrap .main_content .entry_body .content_area .content h1, .content_wrap .main_content .entry_body .content_area .content h2, .content_wrap .main_content .entry_body .content_area .content h3 {
    font-size: 2.5rem;
    color: #e88b2e;
    line-height: 1.3;
    border-bottom: #e88b2e solid 2px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .content_wrap .main_content .entry_body .content_area .content h4 {
    background: #FFEEDB;
    font-size: 2rem;
    padding: 10px;
    border-left: solid 5px #ffaf58;
    margin-bottom: 20px;
  }
  .content_wrap .main_content .entry_body .content_area .content h5 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #e88b2e;
    margin-bottom: 20px;
  }
  .content_wrap .main_content .entry_body .content_area .content p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .content_wrap .main_content .entry_body .content_area .content span {
    font-size: 1.5rem;
    line-height: 1.6;
    background-color: #fff7a8;
  }
  .content_wrap .main_content .entry_body .content_area .content em {
    color: #e88b2e;
    font-style: normal;
  }
  .content_wrap .main_content .entry_body .content_area .content img {
    text-align: center;
    width: auto;
    max-width: 100%;
    max-height: 600px;
  }
  .content_wrap .main_content .entry_body .content_area .content img.aligncenter {
    display: block;
    margin: 0 auto;
  }
  .content_wrap .main_content .entry_body .content_area .content iframe {
    margin: 20px;
  }
  .content_wrap .main_content .entry_body .content_area .content b {
    font-weight: bold;
  }
  .content_wrap .main_content .entry_body .content_area .content strong {
    font-weight: bold;
    color: #e88b2e;
  }
  .content_wrap .main_content .entry_body .content_area .content i {
    font-style: italic;
  }
  .content_wrap .main_content .entry_body .content_area .content a {
    color: #e88b2e;
  }
  .content_wrap .main_content .entry_body .content_area .content a:hover {
    text-decoration: underline;
  }
  .content_wrap .main_content .entry_body .content_area .content blockquote {
    font-size: 1.7rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0;
  }
  .content_wrap .main_content .entry_body .content_area .content ul {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .content_wrap .main_content .entry_body .content_area .content ul li {
    list-style-type: square;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .content_wrap .main_content .entry_body .content_area .content ol {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .content_wrap .main_content .entry_body .content_area .content ol li {
    list-style-type: decimal;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .content_wrap .main_content .entry_body .content_area .content .box, .content_wrap .main_content .entry_body .content_area .content .box3 {
    padding: 1em 1em;
    margin: 1em;
    line-height: 1.6;
    color: #2c2c2f;
    background: #FEFFE9;
    font-size: 1.6rem;
  }
  .content_wrap .main_content .entry_body .content_area .content .box p, .content_wrap .main_content .entry_body .content_area .content .box3 p {
    margin-bottom: 0;
  }
  .content_wrap .main_content .entry_body .content_area .content table {
    width: 100%;
    border-collapse: collapse;
    border: solid 2px #e88b2e;
    margin: 25px 0;
  }
  .content_wrap .main_content .entry_body .content_area .content table th {
    color: #E88B2E;
    background: #FFEEDB;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #e88b2e;
    border-right: #E88B2E solid 1px;
  }
  .content_wrap .main_content .entry_body .content_area .content table th:nth-last-child {
    border: 0px;
  }
  .content_wrap .main_content .entry_body .content_area .content table td {
    padding: 3px 10px;
    font-size: 1.5rem;
    line-height: 1.6;
    border: solid 1px #e88b2e;
  }
  .content_wrap .main_content .entry_body .content_area .content table td:nth-child(odd) {
    width: 15%;
  }
  .content_wrap .main_content .wp-pagenavi {
    text-align: center;
    margin-top: 80px;
  }
  .content_wrap .main_content .wp-pagenavi .current {
    background: #e88b2e;
    color: #fff;
  }
  .content_wrap .main_content .wp-pagenavi .first, .content_wrap .main_content .wp-pagenavi .last {
    width: 50px;
  }
  .content_wrap .main_content .wp-pagenavi a, .content_wrap .main_content .wp-pagenavi .current {
    display: inline-block;
    width: 33px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
    font-size: 1.5rem;
    margin-right: 3px;
  }
  .content_wrap .main_content .wp-pagenavi a:hover {
    background: #e88b2e;
    color: #fff;
  }
  .content_wrap .main_content .related h4 {
    font-size: 2.3rem;
    color: #e88b2e;
  }
  .content_wrap .main_content .related h4:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #e88b2e;
    margin-top: 8px;
  }
  .content_wrap .main_content .related .related_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 25px;
  }
  .content_wrap .main_content .related .related_list:before {
    content: "";
    display: block;
    width: 210px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .content_wrap .main_content .related .related_list:after {
    content: '';
    display: block;
    width: 210px;
  }
  .content_wrap .main_content .related .related_list li {
    width: 210px;
  }
  .content_wrap .main_content .related .related_list li a {
    display: block;
  }
  .content_wrap .main_content .related .related_list li a .thumb {
    width: 100%;
    height: 150px;
    background: #f9f8f7;
  }
  .content_wrap .main_content .related .related_list li a .thumb img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .content_wrap .main_content .related .related_list li a p {
    margin-top: 10px;
    line-height: 1.6;
  }
  .content_wrap .main_content .related + .voice {
    margin-top: 180px;
  }
  .content_wrap .main_content .content_ouchideyoga {
    border: #d1bb98 solid 1px;
    padding: 20px 20px 40px 20px;
    margin-bottom: 70px;
  }
  .content_wrap .main_content .content_ouchideyoga h2 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/blog/ouchideyoga_tite.jpg) center/100% no-repeat;
    width: 569px;
    height: 471px;
    margin-left: 15px;
  }
  .content_wrap .main_content .content_ouchideyoga ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 580px;
    margin: 60px auto 0 auto;
  }
  .content_wrap .main_content .content_ouchideyoga ul li.text {
    width: 360px;
  }
  .content_wrap .main_content .content_ouchideyoga ul li.text h3 {
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: bold;
    color: #e88b2e;
    margin-bottom: 20px;
  }
  .content_wrap .main_content .content_ouchideyoga ul li.text p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .content_wrap .main_content .content_ouchideyoga ul li.image {
    width: 190px;
  }
  .content_wrap .main_content .content_ouchideyoga .btn_yt a {
    display: block;
    background: #a6d055;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    width: 310px;
    height: 55px;
    line-height: 55px;
    border-radius: 3px;
    margin: 0 auto;
  }
  .content_wrap .main_content .content_ouchideyoga .btn_yt a:before {
    content: "";
    display: inline-block;
    background: url(../images/blog/icon_yt.png) no-repeat;
    width: 27px;
    height: 19px;
    margin-right: 10px;
    vertical-align: sub;
  }
  .content_wrap .main_content .content_ouchideyoga .btn_yt a:hover {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  }
  .content_wrap .side_bar {
    width: 340px;
  }
  .content_wrap .side_bar .side_bnr ul li {
    margin-bottom: 13px;
  }
  .content_wrap .side_bar .side_bnr ul li a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  .content_wrap .side_bar .side_bnr ul li a:hover {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  }
  .content_wrap .side_bar .side_bnr ul li.beginner a {
    background: url(../images/blog/bnr_beginner.jpg) left/100% no-repeat;
    width: 340px;
    height: 130px;
  }
  .content_wrap .side_bar .side_bnr ul li.instructor a {
    background: url(../images/blog/bnr_instructor.jpg) left/100% no-repeat;
    width: 340px;
    height: 130px;
  }
  .content_wrap .side_bar .side_navi {
    margin-top: 20px;
  }
  .content_wrap .side_bar .side_navi .category {
    margin-top: 35px;
  }
  .content_wrap .side_bar .side_navi .category h3 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .content_wrap .side_bar .side_navi .category h3.blog, .content_wrap .side_bar .side_navi .category h3.event, .content_wrap .side_bar .side_navi .category h3.beginner, .content_wrap .side_bar .side_navi .category h3.ouchide {
    background: url(../images/blog/title_blog.png) left/100% no-repeat;
    width: 340px;
    height: 44px;
  }
  .content_wrap .side_bar .side_navi .category h3.event {
    background: url(../images/blog/title_event.png) left/100% no-repeat;
  }
  .content_wrap .side_bar .side_navi .category h3.beginner {
    background: url(../images/blog/title_beginner.png) left/100% no-repeat;
  }
  .content_wrap .side_bar .side_navi .category h3.ouchide {
    background: url(../images/blog/title_ouchide.png) left/100% no-repeat;
  }
  .content_wrap .side_bar .side_navi .category .linktop a {
    display: block;
    border-bottom: #e88b2e solid 1px;
    padding-bottom: 8px;
    color: #e88b2e;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 20px 0 10px 0px;
  }
  .content_wrap .side_bar .side_navi .category .linktop a:hover {
    text-decoration: underline;
  }
  .content_wrap .side_bar .side_navi .category .linktop a:before {
    content: "";
    display: inline-block;
    background: url(../images/blog/icon_arrow.png) left/100% no-repeat;
    width: 5px;
    height: 9px;
    margin-right: 10px;
  }
  .content_wrap .side_bar .side_navi .category ul li {
    border-bottom: #ccc dashed 1px;
    padding: 10px 0;
  }
  .content_wrap .side_bar .side_navi .category ul li a {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 340px;
  }
  .content_wrap .side_bar .side_navi .category ul li a figure {
    width: 70px;
    margin-right: 15px;
  }
  .content_wrap .side_bar .side_navi .category ul li a figure img {
    width: 100%;
    height: 60px;
  }
  .content_wrap .side_bar .side_navi .category ul li a figure + .title_wrap {
    width: 250px;
  }
  .content_wrap .side_bar .side_navi .category ul li a .title_wrap {
    width: 100%;
  }
  .content_wrap .side_bar .side_navi .category ul li a .title_wrap p {
    font-size: 1.4rem;
    line-height: 1.5;
    display: inline-block;
  }
  .content_wrap .side_bar .side_navi .category ul li a .title_wrap .date {
    display: block;
    font-size: 1.3rem;
    color: #ad9d91;
    margin: 3px 0 7px 0;
  }
  .content_wrap .side_bar .side_navi .category ul li a .title_wrap .step {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #e88b2e;
    margin: 3px 0 7px 0;
  }
  .content_wrap .side_bar .side_navi .category ul li a:hover {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  }
  .content_wrap .side_bar .side_navi .category .btn_link {
    width: 48%;
    margin: 20px auto 0 auto;
    text-align: center;
  }
  .content_wrap .side_bar .side_navi .category .btn_link a {
    display: block;
    font-size: 1.4rem;
    color: #e88b2e;
    border-bottom: #e88b2e solid 1px;
    padding-bottom: 8px;
  }
  .content_wrap .side_bar .side_navi .category .btn_link a:hover {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  }

  /* beginner_guide */
  .beginner_guide .title, .beginner_guide .cont_title, .beginner_guide .image_area {
    margin-bottom: 30px;
  }
  .beginner_guide .title img, .beginner_guide .cont_title img, .beginner_guide .image_area img {
    width: 100%;
  }
  .beginner_guide .image_area {
    margin-top: 20px;
  }
  .beginner_guide .image_area .sns {
    width: 40%;
    margin: 0 auto;
    display: block;
  }
  .beginner_guide .sub_title {
    font-size: 2.4rem;
    padding: 0.8em 0.8em;
    color: #494949;
    background: #fafafa;
    border-left: solid 5px #68cea7;
    border-bottom: solid 3px #d7d7d7;
    margin-bottom: 25px;
  }
  .beginner_guide .lead, .beginner_guide .step_title {
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    color: #68cea7;
    font-size: 1.8rem;
  }
  .beginner_guide .step_title {
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 25px;
  }
  .beginner_guide p, .beginner_guide table {
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: -0.1px;
  }
  .beginner_guide p b, .beginner_guide table b {
    font-weight: bold;
  }
  .beginner_guide p a, .beginner_guide table a {
    text-decoration: underline;
    display: inline-block;
    color: #5db996;
  }
  .beginner_guide p a:hover, .beginner_guide table a:hover {
    text-decoration: none;
  }
  .beginner_guide .box {
    margin: 40px 0;
  }
  .beginner_guide .box span {
    background: #68cea7;
    color: #fff;
    padding: 7px 15px;
    text-align: center;
    font-size: 1.6rem;
    display: inline-block;
  }
  .beginner_guide .box .box_inner {
    border: #68cea7 solid 3px;
    padding: 20px;
  }
  .beginner_guide .box ul li {
    line-height: 1.6;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .beginner_guide .box ul li:before {
    content: "■";
    display: inline-block;
    color: #68cea7;
    font-size: 1.4rem;
    padding-right: 5px;
  }
  .beginner_guide .box ul li:last-child {
    margin-bottom: 0px;
  }
  .beginner_guide .box ul li a:hover {
    text-decoration: underline;
  }
  .beginner_guide .box_bg {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #494949;
    background: #d7f6f7;
    border: solid 1px #d7f6f7;
    border-radius: 3px;
  }
  .beginner_guide .box_bg a {
    font-size: 1.5rem;
    text-decoration: underline;
    display: inline-block;
  }
  .beginner_guide .box_bg a:hover {
    text-decoration: none;
  }
  .beginner_guide .box_bg ul {
    padding: 1.5em 0 1.571em 1.9em;
    list-style-type: square;
  }
  .beginner_guide .box_bg ul li {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .beginner_guide .box_bg ul li:last-child {
    margin-bottom: 0;
  }
  .beginner_guide .box_line {
    padding: 10px;
    border: #5db996 solid 1px;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  .beginner_guide .box_line p {
    line-height: 1.4;
    color: #5db996;
  }
  .beginner_guide .box_line ul {
    padding-left: 10px;
  }
  .beginner_guide .box_line ul li {
    font-size: 1.5rem;
    margin-bottom: 5px;
    line-height: 1.6;
  }
  .beginner_guide .box_line ul li:before {
    content: "■";
    display: inline-block;
    color: #68cea7;
    font-size: 1.4rem;
    padding-right: 5px;
  }
  .beginner_guide .box_line a {
    font-size: 1.5rem;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
  }
  .beginner_guide .box_line a:hover {
    text-decoration: none;
  }
  .beginner_guide .article {
    margin: 25px 0 50px 0;
  }
  .beginner_guide .article .list {
    margin-left: 20px;
  }
  .beginner_guide .article .list ul {
    padding: 1.5em 0 1.571em 1.9em;
    list-style-type: square;
  }
  .beginner_guide .article .list ul li {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .beginner_guide .article .list ul li:last-child {
    margin-bottom: 0;
  }
  .beginner_guide .article .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .beginner_guide .article .item .image {
    width: 327px;
  }
  .beginner_guide .article .item .text {
    width: 320px;
  }
  .beginner_guide .article .item .text h4 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #68cea7;
    margin: 10px 0 15px;
    text-align: center;
  }
  .beginner_guide .article .item .text .btn {
    margin: 20px auto 0 auto;
    width: 70%;
  }
  .beginner_guide .article .item .text .btn a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 15px;
    background: #68cea7;
    font-size: 1.5rem;
  }
  .beginner_guide .article .item .text .btn a:hover {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  }
  .beginner_guide .article .ttl_bg {
    color: #fff;
    background: #5db996;
    padding: 13px 13px 13px 20px;
    margin: 30px 0 10px 0;
    font-size: 2rem;
    line-height: 1.4;
  }
  .beginner_guide .article .sttl {
    border-left: solid 5px #68cea7;
    margin: 30px 0 15px 0;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 3px 0 3px 15px;
  }
  .beginner_guide .article .box_bg {
    padding: 20px;
  }
  .beginner_guide .article .box_bg p {
    margin-bottom: 5px;
  }
  .beginner_guide .article .table2 {
    border-collapse: collapse;
    border: solid 2px #afa838;
    margin: 20px 0;
  }
  .beginner_guide .article .table2 th {
    color: #afa838;
    background: #f0edb5;
    padding: 10px;
  }
  .beginner_guide .article .table2 th, .beginner_guide .article .table2 td {
    border: solid 1px #afa838;
    font-size: 1.6rem;
  }
  .beginner_guide .btn_area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .beginner_guide .btn_area ul li {
    width: 211px;
  }
  .beginner_guide .btn_area ul li a {
    display: block;
    font-size: 1.5rem;
    margin-top: 15px;
    line-height: 1.6;
  }

  /* voice */
  .voice .voice_title {
    background: url(../images/instructor_course/voice_img.jpg) center/cover no-repeat;
    width: 680px;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .voice .voice_title h2 {
    font-family: "Courier New", serif;
    font-size: 4.4rem;
    color: #fff;
  }
  .voice .voice_title h2 span {
    display: block;
    font-family: "游ゴシック体";
    font-size: 1.4rem;
    margin-top: 5px;
    text-align: center;
  }
  .voice .common_inner {
    width: 680px;
    margin: 0 auto;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .main_visual {
    background: url(../images/blog/sp/main_visual.jpg) center/cover no-repeat;
  }
  .main_visual .title h2 {
    background: url(../images/blog/sp/mv_title.png) left/100% no-repeat;
    width: 96.5px;
    height: 53.5px;
    position: absolute;
    top: 130px;
    left: 20px;
  }

  .mv_news {
    background: url(../images/blog/sp/mv_news.jpg) center/cover no-repeat;
  }
  .mv_news .title h2 {
    background: url(../images/blog/sp/mv_title_news.png) left/100% no-repeat;
    width: 91.5px;
    height: 52px;
    position: absolute;
    top: 130px;
    left: 20px;
  }

  .mv_blog {
    background: url(../images/blog/sp/mv_blog.jpg) center/cover no-repeat;
  }
  .mv_blog .title h2 {
    background: url(../images/blog/sp/mv_title_blog.png) left/100% no-repeat;
    width: 207px;
    height: 64.5px;
    position: absolute;
    top: 130px;
    left: 10px;
  }

  .mv_event {
    background: url(../images/blog/sp/mv_event.jpg) center/cover no-repeat;
  }
  .mv_event .title h2 {
    background: url(../images/blog/sp/mv_title_event.png) left/100% no-repeat;
    width: 133px;
    height: 56.5px;
    position: absolute;
    top: 130px;
    left: 10px;
  }

  .mv_ouchideyoga {
    background: url(../images/blog/sp/mv_ouchide.png) center/100% no-repeat;
  }
  .mv_ouchideyoga .title h2 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: none;
  }

  .mv_guide {
    background: url(../images/beginner_guide/sp/mv_guide.jpg) center/100% no-repeat;
  }
  .mv_guide .title h2 {
    background: url(../images/beginner_guide/sp/mv_title_guide.png) left/100% no-repeat;
    width: 143px;
    height: 65px;
    position: absolute;
    top: 130px;
    left: 10px;
  }

  .mv_page .title h2 {
    background: none;
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: wrap;
    font-size: 2.8rem;
    color: #fff;
  }

  /* top_start */
  .sec_blog {
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 50px 0 20px 0;
  }
  .sec_blog .sec_title {
    font-size: 4.5rem;
  }
  .sec_blog .sec_title span {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .sec_blog .title_ouchideyoga {
    text-align: center;
    color: #e88b2e;
    font-size: 3rem;
    font-weight: bold;
    position: relative;
  }
  .sec_blog .title_ouchideyoga:before {
    content: "";
    display: block;
    background: url(../images/blog/en_ouchide.png) left/80% no-repeat;
    width: 112px;
    height: 73px;
    position: absolute;
    top: -75px;
    left: 20px;
  }
  .sec_blog ul {
    margin-top: 30px;
  }
  .sec_blog ul li {
    position: relative;
    margin-bottom: 35px;
  }
  .sec_blog ul li a {
    display: block;
  }
  .sec_blog ul li a .thumb {
    width: 100%;
  }
  .sec_blog ul li a .thumb img {
    height: 220px;
  }
  .sec_blog ul li a .text {
    margin-top: 15px;
    padding: 0 5px;
  }
  .sec_blog ul li a .text .date {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #ad9d91;
  }
  .sec_blog ul li a .text h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #e88b2e;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .sec_blog ul li a .text p {
    line-height: 1.8;
  }
  .sec_blog ul li a .text p span {
    color: #e88b2e;
    padding-left: 5px;
    font-size: 1.3rem;
  }
  .sec_blog ul li a:hover {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  }
  .sec_blog ul li .icon_new {
    position: absolute;
    top: -5px;
    left: 10px;
    background: #e88b2e;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    width: 45px;
    height: 22px;
    line-height: 22px;
    z-index: 1;
  }
  .sec_blog .btn_more {
    width: 200px;
    height: 45px;
    line-height: 45px;
    margin: 35px auto 40px auto;
  }
  .sec_blog .btn_more a {
    font-size: 1.4rem;
  }

  .sec_beginner {
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    margin: 0px auto 40px auto;
    padding-top: 40px;
  }
  .sec_beginner .title {
    text-align: center;
    color: #e88b2e;
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
  }
  .sec_beginner .title:before {
    content: "";
    display: block;
    background: url(../images/blog/en_beginner.png) left/80% no-repeat;
    width: 112px;
    height: 73px;
    position: absolute;
    top: -60px;
    left: 0px;
  }
  .sec_beginner ul {
    margin-top: 20px;
  }
  .sec_beginner ul li a {
    display: block;
  }
  .sec_beginner ul li a .thumb {
    width: 100%;
  }
  .sec_beginner ul li a .thumb img {
    height: 150px;
  }
  .sec_beginner ul li a .text {
    margin-top: 20px;
  }
  .sec_beginner ul li a .text .date {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #ad9d91;
  }
  .sec_beginner ul li a .text h3 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #e88b2e;
    margin-bottom: 15px;
  }
  .sec_beginner ul li a .text p {
    line-height: 2;
  }
  .sec_beginner ul li a .text p span {
    color: #e88b2e;
    font-size: 1.3rem;
    padding-left: 8px;
  }
  .sec_beginner ul li:nth-child(1), .sec_beginner ul li:nth-child(2), .sec_beginner ul li:nth-child(3), .sec_beginner ul li:nth-child(4) {
    margin-bottom: 30px;
  }
  .sec_beginner ul li:nth-child(1) .text h3:before, .sec_beginner ul li:nth-child(2) .text h3:before, .sec_beginner ul li:nth-child(3) .text h3:before, .sec_beginner ul li:nth-child(4) .text h3:before {
    content: "";
    display: inline-block;
    background: url(../images/blog/step01.png) left/95% no-repeat;
    width: 80px;
    height: 33px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .sec_beginner ul li:nth-child(2) .text h3:before {
    background: url(../images/blog/step02.png) left/95% no-repeat;
  }
  .sec_beginner ul li:nth-child(3) .text h3:before {
    background: url(../images/blog/step03.png) left/95% no-repeat;
  }
  .sec_beginner ul li:nth-child(4) .text h3:before {
    background: url(../images/blog/step04.png) left/95% no-repeat;
  }

  /* top_end */
  .content_wrap {
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .content_wrap .main_content {
    /* ouchideyoga */
  }
  .content_wrap .main_content .entry_body {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .content_wrap .main_content .entry_body .article_info {
    margin-bottom: 8px;
  }
  .content_wrap .main_content .entry_body .article_info span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 7px;
  }
  .content_wrap .main_content .entry_body .article_info span.date {
    font-size: 1.4rem;
  }
  .content_wrap .main_content .entry_body .article_info span.cat {
    font-size: 1.4rem;
  }
  .content_wrap .main_content .entry_body .article_info span.cat a {
    display: block;
    padding: 3px 7px 4px 7px;
    border-radius: 2px;
    color: #fff;
  }
  .content_wrap .main_content .entry_body .article_info span.cat a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .content_wrap .main_content .entry_body .article_info span.cat.news a {
    background-color: #ad9d91;
  }
  .content_wrap .main_content .entry_body .article_info span.cat.event a {
    background: #e88b2e;
  }
  .content_wrap .main_content .entry_body .article_info span.cat.blog a {
    background: #b28b23;
  }
  .content_wrap .main_content .entry_body .article_info span.cat.ouchideyoga a {
    background: #a6d055;
  }
  .content_wrap .main_content .entry_body .article_info span.cat.kitahama a {
    background: #54a0b6;
  }
  .content_wrap .main_content .entry_body .article_info span.cat.umeda_nakatsu a {
    background: #d05656;
  }
  .content_wrap .main_content .entry_body .article_info span.cat.kyoto a {
    background: #735a80;
  }
  .content_wrap .main_content .entry_body .article_info span.cat.miyakojima a {
    background: #688f6f;
  }
  .content_wrap .main_content .entry_body .article_info span.cat.moriguchi a {
    background: #b56443;
  }
  .content_wrap .main_content .entry_body .title {
    margin-bottom: 18px;
  }
  .content_wrap .main_content .entry_body .title a {
    font-size: 2.2rem;
    color: #e88b2e;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 1px;
  }
  .content_wrap .main_content .entry_body .title a:hover {
    text-decoration: underline;
  }
  .content_wrap .main_content .entry_body .content_title {
    margin-bottom: 8px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #e88b2e;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 1.5px;
  }
  .content_wrap .main_content .entry_body .content_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .content_wrap .main_content .entry_body .content_body .image {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 10px;
    border: #e9e3da solid 1px;
  }
  .content_wrap .main_content .entry_body .content_body .image a {
    display: block;
    text-align: center;
  }
  .content_wrap .main_content .entry_body .content_body .image a img {
    width: 65%;
  }
  .content_wrap .main_content .entry_body .content_body .text p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .content_wrap .main_content .entry_body .content_body .text .btn_more {
    width: 80%;
    margin: 15px auto 0 auto;
  }
  .content_wrap .main_content .entry_body .content_body .text .btn_more a {
    display: block;
    border: #e88b2e solid 1px;
    height: 40px;
    line-height: 40px;
    color: #e88b2e;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 3px;
    background: #fff;
  }
  .content_wrap .main_content .entry_body .content_area {
    margin-top: 15px;
  }
  .content_wrap .main_content .entry_body .content_area .image {
    margin-bottom: 40px;
  }
  .content_wrap .main_content .entry_body .content_area .image img {
    max-width: 100%;
  }
  .content_wrap .main_content .entry_body .content_area .content h1, .content_wrap .main_content .entry_body .content_area .content h2, .content_wrap .main_content .entry_body .content_area .content h3 {
    font-size: 2rem;
    line-height: 1.3;
    color: #e88b2e;
    border-bottom: #e88b2e solid 2px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .content_wrap .main_content .entry_body .content_area .content h4 {
    background: #FFEEDB;
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 10px;
    border-left: solid 5px #ffaf58;
    margin-bottom: 20px;
  }
  .content_wrap .main_content .entry_body .content_area .content h5 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #e88b2e;
    margin-bottom: 20px;
  }
  .content_wrap .main_content .entry_body .content_area .content p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .content_wrap .main_content .entry_body .content_area .content span {
    font-size: 1.5rem;
    line-height: 1.8;
    background-color: #fff7a8;
  }
  .content_wrap .main_content .entry_body .content_area .content em {
    color: #e88b2e;
    font-style: normal;
  }
  .content_wrap .main_content .entry_body .content_area .content img {
    width: auto;
    max-width: 100%;
    max-height: 600px;
  }
  .content_wrap .main_content .entry_body .content_area .content img.aligncenter {
    display: block;
    margin: 0 auto;
  }
  .content_wrap .main_content .entry_body .content_area .content iframe {
    max-width: 100%;
    margin: 15px 0;
  }
  .content_wrap .main_content .entry_body .content_area .content b {
    font-weight: bold;
  }
  .content_wrap .main_content .entry_body .content_area .content strong {
    font-weight: bold;
    color: #e88b2e;
  }
  .content_wrap .main_content .entry_body .content_area .content i {
    font-style: italic;
  }
  .content_wrap .main_content .entry_body .content_area .content a {
    color: #e88b2e;
  }
  .content_wrap .main_content .entry_body .content_area .content a:hover {
    text-decoration: underline;
  }
  .content_wrap .main_content .entry_body .content_area .content blockquote {
    font-size: 1.7rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0;
  }
  .content_wrap .main_content .entry_body .content_area .content .box, .content_wrap .main_content .entry_body .content_area .content .box3 {
    padding: 1em 1em;
    margin: 1em;
    line-height: 1.6;
    color: #2c2c2f;
    background: #FEFFE9;
    font-size: 1.4rem;
  }
  .content_wrap .main_content .entry_body .content_area .content .box p, .content_wrap .main_content .entry_body .content_area .content .box3 p {
    margin-bottom: 0;
  }
  .content_wrap .main_content .entry_body .content_area .content ul {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .content_wrap .main_content .entry_body .content_area .content ul li {
    list-style-type: square;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .content_wrap .main_content .entry_body .content_area .content ol {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .content_wrap .main_content .entry_body .content_area .content ol li {
    list-style-type: decimal;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .content_wrap .main_content .entry_body .content_area .content table {
    width: 100%;
    border-collapse: collapse;
    border: solid 2px #e88b2e;
    margin: 25px 0;
  }
  .content_wrap .main_content .entry_body .content_area .content table th {
    color: #E88B2E;
    background: #FFEEDB;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #e88b2e;
    border-right: #E88B2E solid 1px;
  }
  .content_wrap .main_content .entry_body .content_area .content table th:nth-last-child {
    border: 0px;
  }
  .content_wrap .main_content .entry_body .content_area .content table td {
    padding: 3px 10px;
    font-size: 1.5rem;
    line-height: 1.6;
    border: solid 1px #e88b2e;
  }
  .content_wrap .main_content .entry_body .content_area .content table td:nth-child(odd) {
    width: 23%;
  }
  .content_wrap .main_content .wp-pagenavi {
    text-align: center;
  }
  .content_wrap .main_content .wp-pagenavi a, .content_wrap .main_content .wp-pagenavi .current {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    text-align: center;
    font-size: 1.7rem;
    margin-right: 3px;
  }
  .content_wrap .main_content .wp-pagenavi .first, .content_wrap .main_content .wp-pagenavi .last {
    width: 45px;
    font-size: 1.5rem;
  }
  .content_wrap .main_content .wp-pagenavi .current {
    background: #e88b2e;
    color: #fff;
  }
  .content_wrap .main_content .wp-pagenavi a:hover {
    background: #e88b2e;
    color: #fff;
  }
  .content_wrap .main_content .related h4 {
    font-size: 1.8rem;
    color: #e88b2e;
  }
  .content_wrap .main_content .related h4:after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #e88b2e;
    margin-top: 10px;
  }
  .content_wrap .main_content .related .related_list {
    margin-top: 25px;
  }
  .content_wrap .main_content .related .related_list li {
    border-bottom: #ccc solid 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .content_wrap .main_content .related .related_list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .content_wrap .main_content .related .related_list li .thumb {
    width: 37%;
  }
  .content_wrap .main_content .related .related_list li .thumb img {
    height: 100px;
  }
  .content_wrap .main_content .related .related_list li p {
    width: 60%;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .content_wrap .main_content .related + .voice {
    margin-top: 100px;
  }
  .content_wrap .main_content .content_ouchideyoga {
    border: #d1bb98 solid 1px;
    padding: 35px 20px 20px 20px;
    margin-bottom: 50px;
  }
  .content_wrap .main_content .content_ouchideyoga ul {
    margin: 40px auto 0 auto;
  }
  .content_wrap .main_content .content_ouchideyoga ul li.text h3 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #e88b2e;
    margin-bottom: 20px;
  }
  .content_wrap .main_content .content_ouchideyoga ul li.text p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .content_wrap .main_content .content_ouchideyoga ul li.image {
    width: 40%;
    margin: 0 auto 20px auto;
  }
  .content_wrap .main_content .content_ouchideyoga .btn_yt a {
    display: block;
    background: #a6d055;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-radius: 6px;
    margin: 0 auto;
  }
  .content_wrap .main_content .content_ouchideyoga .btn_yt a:before {
    content: "";
    display: inline-block;
    background: url(../images/blog/icon_yt.png) no-repeat;
    width: 27px;
    height: 19px;
    margin-right: 10px;
    vertical-align: sub;
  }
  .content_wrap .main_content .content_ouchideyoga .btn_yt a:hover {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  }
  .content_wrap .side_bar {
    margin-top: 60px;
  }
  .content_wrap .side_bar .side_bnr ul li {
    margin-bottom: 13px;
  }
  .content_wrap .side_bar .side_bnr ul li a {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  .content_wrap .side_bar .side_bnr ul li.beginner a {
    background: url(../images/blog/sp/bnr_beginner.jpg) left/100% no-repeat;
    padding-top: 37.68%;
    height: 0px;
  }
  .content_wrap .side_bar .side_bnr ul li.instructor a {
    background: url(../images/blog/sp/bnr_instructor.jpg) left/100% no-repeat;
    padding-top: 37.68%;
    height: 0px;
  }
  .content_wrap .side_bar .side_navi {
    width: 100%;
    margin-bottom: 50px;
  }
  .content_wrap .side_bar .side_navi .category {
    margin-top: 40px;
  }
  .content_wrap .side_bar .side_navi .category h3 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .content_wrap .side_bar .side_navi .category h3.blog, .content_wrap .side_bar .side_navi .category h3.event, .content_wrap .side_bar .side_navi .category h3.beginner, .content_wrap .side_bar .side_navi .category h3.ouchide {
    background: url(../images/blog/sp/title_blog.png) left/100% no-repeat;
    height: 0px;
    padding-top: 12.75%;
  }
  .content_wrap .side_bar .side_navi .category h3.event {
    background: url(../images/blog/sp/title_event.png) left/100% no-repeat;
  }
  .content_wrap .side_bar .side_navi .category h3.beginner {
    background: url(../images/blog/sp/title_beginner.png) left/100% no-repeat;
  }
  .content_wrap .side_bar .side_navi .category h3.ouchide {
    background: url(../images/blog/sp/title_ouchide.png) left/100% no-repeat;
  }
  .content_wrap .side_bar .side_navi .category .linktop a {
    display: block;
    color: #e88b2e;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 18px 0 13px 10px;
  }
  .content_wrap .side_bar .side_navi .category .linktop a:hover {
    text-decoration: underline;
  }
  .content_wrap .side_bar .side_navi .category .linktop a:before {
    content: "";
    display: inline-block;
    background: url(../images/blog/icon_arrow.png) left/100% no-repeat;
    width: 5px;
    height: 9px;
    margin-right: 10px;
  }
  .content_wrap .side_bar .side_navi .category ul li {
    border-bottom: #ccc dashed 1px;
    padding: 10px 0;
  }
  .content_wrap .side_bar .side_navi .category ul li a {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .content_wrap .side_bar .side_navi .category ul li a figure {
    width: 70px;
    margin-right: 15px;
  }
  .content_wrap .side_bar .side_navi .category ul li a figure img {
    height: 60px;
  }
  .content_wrap .side_bar .side_navi .category ul li a figure + .title_wrap {
    width: 70%;
  }
  .content_wrap .side_bar .side_navi .category ul li a .title_wrap {
    width: 100%;
  }
  .content_wrap .side_bar .side_navi .category ul li a .title_wrap p {
    font-size: 1.5rem;
    line-height: 1.6;
    display: inline-block;
  }
  .content_wrap .side_bar .side_navi .category ul li a .title_wrap .date {
    display: block;
    font-size: 1.4rem;
    color: #ad9d91;
    margin: 3px 0 7px 0;
  }
  .content_wrap .side_bar .side_navi .category ul li a .title_wrap .step {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #e88b2e;
    margin: 3px 0 7px 0;
  }
  .content_wrap .side_bar .side_navi .category ul li a:hover {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  }
  .content_wrap .side_bar .side_navi .category .btn_link {
    width: 65%;
    margin: 25px auto;
    text-align: center;
  }
  .content_wrap .side_bar .side_navi .category .btn_link a {
    display: inline-block;
    font-size: 1.5rem;
    color: #e88b2e;
    border-bottom: #e88b2e solid 1px;
    padding: 0 10px 10px 10px;
  }

  /* beginner_guide */
  .beginner_guide .title, .beginner_guide .cont_title, .beginner_guide .image_area {
    margin-bottom: 30px;
  }
  .beginner_guide .title img, .beginner_guide .cont_title img, .beginner_guide .image_area img {
    width: 100%;
  }
  .beginner_guide .image_area {
    margin-top: 20px;
  }
  .beginner_guide .image_area .sns {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .beginner_guide .sub_title {
    font-size: 2.3rem;
    line-height: 1.4;
    padding: 0.8em 0.8em;
    color: #494949;
    background: #fafafa;
    border-left: solid 5px #68cea7;
    border-bottom: solid 3px #d7d7d7;
    margin-bottom: 25px;
  }
  .beginner_guide .lead, .beginner_guide .step_title {
    line-height: 1.6;
    font-weight: bold;
    color: #68cea7;
    font-size: 1.8rem;
  }
  .beginner_guide .step_title {
    font-size: 2.3rem;
    margin-bottom: 25px;
  }
  .beginner_guide p {
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: -0.1px;
  }
  .beginner_guide p b {
    font-weight: bold;
  }
  .beginner_guide p a {
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
    color: #5db996;
  }
  .beginner_guide p a:hover {
    text-decoration: none;
  }
  .beginner_guide .box {
    margin: 40px 0;
  }
  .beginner_guide .box span {
    background: #68cea7;
    color: #fff;
    padding: 7px 15px;
    text-align: center;
    font-size: 1.6rem;
    display: inline-block;
  }
  .beginner_guide .box .box_inner {
    border: #68cea7 solid 3px;
    padding: 20px;
  }
  .beginner_guide .box ul li {
    line-height: 1.6;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .beginner_guide .box ul li:before {
    content: "■";
    display: inline-block;
    color: #68cea7;
    font-size: 1.4rem;
    padding-right: 5px;
  }
  .beginner_guide .box ul li:last-child {
    margin-bottom: 0px;
  }
  .beginner_guide .box ul li a:hover {
    text-decoration: underline;
  }
  .beginner_guide .box_bg {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #494949;
    background: #d7f6f7;
    border: solid 1px #d7f6f7;
    border-radius: 3px;
  }
  .beginner_guide .box_bg a {
    font-size: 1.5rem;
    line-height: 1.4;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
  }
  .beginner_guide .box_bg a:hover {
    text-decoration: none;
  }
  .beginner_guide .box_line {
    padding: 10px;
    border: #5db996 solid 1px;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  .beginner_guide .box_line p {
    line-height: 1.8;
    color: #5db996;
  }
  .beginner_guide .box_line ul {
    padding-left: 10px;
  }
  .beginner_guide .box_line ul li {
    font-size: 1.5rem;
    margin-bottom: 5px;
    line-height: 1.6;
  }
  .beginner_guide .box_line ul li:before {
    content: "■";
    display: inline-block;
    color: #68cea7;
    font-size: 1.4rem;
    padding-right: 5px;
  }
  .beginner_guide .box_line a {
    font-size: 1.5rem;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
  }
  .beginner_guide .box_line a:hover {
    text-decoration: none;
  }
  .beginner_guide .article {
    margin: 25px 0 50px 0;
  }
  .beginner_guide .article:last-child {
    border-bottom: #ccc solid 2px;
    padding-bottom: 15px;
  }
  .beginner_guide .article .list {
    margin-left: 20px;
  }
  .beginner_guide .article .list ul {
    padding: 1.5em 0 1.571em 1.9em;
    list-style-type: square;
  }
  .beginner_guide .article .list ul li {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .beginner_guide .article .list ul li:last-child {
    margin-bottom: 0;
  }
  .beginner_guide .article .table2 th {
    font-size: 1.6rem;
    color: #afa838;
    background: #f0edb5;
    line-height: 1.3;
    border: solid 1px #afa838;
    padding: 5px 8px;
  }
  .beginner_guide .article .item {
    margin-bottom: 15px;
  }
  .beginner_guide .article .item .text h4 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #68cea7;
    margin: 30px 0 15px;
    text-align: center;
  }
  .beginner_guide .article .item .text .btn {
    margin: 20px auto 0 auto;
    width: 70%;
  }
  .beginner_guide .article .item .text .btn a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 15px;
    background: #68cea7;
    font-size: 1.5rem;
  }
  .beginner_guide .article .item .text .btn a:hover {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  }
  .beginner_guide .article .ttl_bg {
    color: #fff;
    background: #5db996;
    padding: 13px 13px 13px 20px;
    margin: 30px 0 10px 0;
    font-size: 2rem;
    line-height: 1.4;
  }
  .beginner_guide .article .sttl {
    border-left: solid 5px #68cea7;
    margin: 30px 0 15px 0;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 3px 0 3px 15px;
  }
  .beginner_guide .article .box_bg {
    padding: 20px;
  }
  .beginner_guide .article .box_bg p {
    margin-bottom: 5px;
  }
  .beginner_guide .article .box_bg ul {
    padding: 1.5em 0 1.571em 1.9em;
    list-style-type: square;
  }
  .beginner_guide .article .box_bg ul li {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .beginner_guide .article .box_bg ul li:last-child {
    margin-bottom: 0;
  }
  .beginner_guide .btn_area {
    width: 90%;
    margin: -20px auto 0 auto;
    border-bottom: #ccc solid 2px;
    padding-bottom: 30px;
  }
  .beginner_guide .btn_area a {
    background: #E88B2E;
    color: #fff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .beginner_guide .btn_area a:hover {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  }
  .beginner_guide .btn_area a.step1 {
    background: #5cb098;
  }
  .beginner_guide .btn_area a.step2 {
    background: #E88B2E;
  }
  .beginner_guide .btn_area a.step3 {
    background: #cb8b95;
  }
  .beginner_guide .btn_area a.step4 {
    background: #b0bc5a;
  }

  /* voice */
  .voice .voice_title {
    background: url(../images/instructor_course/sp/voice_img.jpg) center/cover no-repeat;
    height: 125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .voice .voice_title h2 {
    font-family: "Courier New", serif;
    font-size: 3.5rem;
    color: #fff;
  }
  .voice .voice_title h2 span {
    display: block;
    font-family: "游ゴシック体";
    font-size: 1.4rem;
    margin-top: 5px;
    text-align: center;
  }
  .voice #comments {
    margin-top: 30px;
  }
  .voice #comments h4 {
    font-size: 1.6rem;
  }
  .voice #commentform textarea {
    width: 100%;
  }
  .voice #commentsAdd #respond h4 {
    font-size: 1.6rem;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 360px) {
  .mv_ouchideyoga {
    background: #d1bb98;
    background-image: url(../images/blog/sp/mv_ouchide.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
