@charset "UTF-8";

/* CSS Document */
@media screen and (max-width: 1140px) {
  #headderWrap p.bird {
    display: none;
  }
}

@media (min-width: 960px) {
  #mainV_sm,
  #gNav li#gNav00,
  #gNav li#gNav01_aco,
  #gNav li#gNav02_aco,
  #gNav li#gNav04_aco,
  #content p.mailmag a,
  img.attachment-seminarSm,
  div.smDisplay,
  #headder .close,
  #headder .contact,
  h2.newTopic,
  .pNavHpme,
  p.sm_form {
    display: none;
  }
	
  p.event-entry-link {
    text-align: center;
    margin: 20px 0 30px;
}
  p.event-entry-link a {
    width: 200px;
    border: 1px #007ECE solid;
    padding: 8px 0;
    margin: 0 auto;
    display: block;
  }
	
  a {
    color: #007ec7;
    text-decoration: none;
  }
  a:hover {
    color: #434343;
    /* text-decoration: underline; */
  }

  /*** 共通の部分 ***/
  div#icapth {
    width: 830px;
    height: auto;
  }

  div#icapth ul {
    margin: 20px 0 15px;
  }

  a {
  }

  div#icapth ul li {
    font-size: 13px;
    color: #595757;
    padding-left: 25px;
    position: relative;
    float: left;
  }
  div#icapth ul li:after {
    content: ">";
    width: 17px;
    height: 17px;
    font-size: 16px;
    position: absolute;
    top: -4px;
    left: 10px;
  }
  div#icapth ul li.home:after {
    content: "";
    width: 17px;
    height: 17px;
    background: url(../img/icapth_icon.gif) no-repeat;
    position: absolute;
    top: -1px;
    left: 0;
  }

  /*** 共通の部分 ***/

  /*** headder ***/
  #headderWrap {
    width: 96%;
    height: auto;
    background: url(../img/dotted_bg.png) bottom left repeat-x;
    margin: -8px auto 0;
    position: relative;
    z-index: 1;
  }

  #headder {
    max-width: 1110px;
    height: auto;
    margin: 0 auto;
    padding: 45px 0 0;
  }

  #headderWrap p.bird {
    width: 385px;
    height: 112px;
    background: url(../img/bird.gif) no-repeat;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 35px;
    left: 20px;
    z-index: -1;
  }

  #headder h1 a {
    width: 410px;
    height: 51px;
    background: url(../img/logo.gif) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    margin: 0 auto 70px;
  }
  #headder h1 a:hover {
    opacity: 0.8;
  }

  p.gNavBtn {
    display: none;
  }

  #headder ul#gNav {
    /* width: 1110px; */
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  #headder ul#gNav li {
    margin: 0;
    position: relative;
  }
  #headder ul#gNav li {
    width: 16%;
  }
  #headder ul#gNav li a img {
    width: 100%;
  }

  #headder ul#gNav li a:after {
    content: "";
    width: 38px;
    height: 38px;
    background: no-repeat url(../img/icon/gnavi-pop.png);
    background-size: 38px;
    text-align: center;
    border-radius: 3px;
    display: block;
    margin: 1px auto;
    position: absolute;
    top: 18px;
    right: 2px;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
    opacity: 0;
  }
  #headder ul#gNav li a:hover:after {
    top: -8px;
    opacity: 1;
  }

  /*** headder ***/

  /*** mainV ***/
  #mainV {
    width: 100%;
    /* height: 430px; */
    /* background: url(../img/mainvBg.png) repeat-x; */
    /* overflow: hidden; */
    padding: 50px 0;
    /* margin: 0 0 30px; */
    /* position: relative; */
    margin: 0 0 50px;
    background-color:#F9F6E3;
  }
  /*** mainV ***/

  /************************************************
 content
 ************************************************/

  /*****************************
記事一覧ページ
*****************************/

  .archive-wrapper .post-items a:hover {
    text-decoration: none;
  }
  .archive-wrapper .post-items {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #333;
  }
  .archive-wrapper .post-items a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .archive-wrapper .post-items:last-child {
    margin-bottom: 0;
  }
  .archive-wrapper .post-title {
    color: #f9ba2b;
    font-size: 16px;
    font-weight: bold;
  }
  .archive-wrapper .post-thumbnail {
    width: 32%;
    max-width: 214px;
  }
  .archive-wrapper .post-thumbnail img {
    border-radius: 10px;
    display: block;
    width: 100%;
  }
  .archive-wrapper .post-text {
    width: 66%;
  }
  .archive-wrapper .posted-date {
    font-size: 12px;
  }
  .archive-wrapper .post-excerpt {
    font-size: 14px;
    line-height: 160%;
  }

  .pagination {
    margin-top: 16px;
  }
  .page-numbers {
    text-align: center;
  }
  .page-numbers li {
    display: inline-block;
    margin-left: 8px;
  }
  .page-numbers li:first-child {
    margin-left: 0;
  }
  .page-numbers a,
  .page-numbers .current {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 200px;
    text-align: center;
    line-height: 40px;
    color: #454545;
    border: 1px solid #ffe295;
  }
  .page-numbers .current {
    background-color: #fee5a2;
  }
  .page-numbers a {
    box-shadow: 2px 2px 3px 1px rgba(249, 186, 43, 0.35);
  }
  .page-numbers a:hover {
    background-color: #fbf1d8;
  }

  /*****************************
シングルページ
*****************************/
  .page-navi-wrapper {
    display: flex;
    margin-top: 16px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 1px rgba(249, 186, 43, 0.3);
  }
  .page-navi-wrapper .previous-post a,
  .page-navi-wrapper .next-post a,
  .page-navi-wrapper .archive-post a {
    display: table-cell;
    height: 60px;
    padding: 8px;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    width: 1000px;
    color: #333;
  }
  .page-navi-wrapper .previous-post a {
    padding-left: 16px;
  }
  .page-navi-wrapper .next-post a {
    padding-right: 16px;
  }
  .page-navi-wrapper .previous-post a:hover,
  .page-navi-wrapper .next-post a:hover,
  .page-navi-wrapper .archive-post a:hover {
    color: #b18e25;
  }
  .page-navi-wrapper .previous-post,
  .page-navi-wrapper .next-post {
    width: 40%;
    position: relative;
  }
  .page-navi-wrapper .previous-post:after,
  .page-navi-wrapper .next-post:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    line-height: 60px;
  }
  .page-navi-wrapper .next-post:after {
    transform: rotate(135deg);
    left: auto;
    right: 8px;
  }
  .page-navi-wrapper .archive-post {
    width: 20%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  #contentWrap {
    width: 96%;
    max-width: 1110px;
    height: auto;
    margin: 0 auto;
  }
  #contentWrap.home {
    max-width: initial;
  }
  #contentWrap section {
    max-width: 1110px;
    margin: 0 auto;
  }
  #content {
    width: 100%;
    height: auto;
  }

  #content #topNews {
    width: 80%;
    height: auto;
  }
  #content #topNews h2 {
    margin: 0 auto 40px;
    text-align: center;
  }

  #content #topNews #topNewsBox {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto 16px;
    border: dashed 2px #b5b5b5;
  }

  #content #topNews ul {
    padding: 0 20px 0 40px;
  }

  #content #topNews ul li {
    margin-bottom: 1em;
    padding: 0 0 0.2em;
    border-bottom: 1px dashed #b5b5b5;
  }
  #content #topNews ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  #topNewsBox > ul > li > p.titele {
    position: relative;
  }
  #topNewsBox > ul > li > p.titele:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat url(../img/icon/list.png);
    background-size: contain;
  }

  #content #topNews ul li:last-of-type {
    margin-bottom: 0;
  }

  #content #topNews ul li p.date {
    font-size: 12px;
    font-weight: bold;
  }

  #content #topNews ul li p.date span {
    font-size: 13px;
    color: #ff0000;
  }

  #content #topNews ul li p.title {
    font-size: 13px;
    font-weight: bold;
  }

  #content #lineUp ul.seminars {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #content #lineUp ul.seminars li {
    width: 400px;
    height: 250px;
    position: relative;
  }
  #content #lineUp ul.seminars li:nth-child(odd) {
    margin: 0 33px 30px 0;
  }
  #content #lineUp ul.seminars li:nth-child(even) {
    margin: 0 0 30px 0;
  }
  #content #lineUp ul.seminars li a:hover:after {
    content: "";
    width: 400px;
    height: 250px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
  }

  #content #lineUp ul.seminars li img {
    width: 400px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #content #lineUp ul.seminars li div.text {
    width: 300px;
    font-size: 15px;
    color: #878686;
    text-align: center;
    line-height: 18px;
    position: absolute;
    margin-left: -150px;
    top: 180px;
    left: 50%;
  }

  #content #lineUp ul.seminars li div.text h3 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 9px;
    position: relative;
  }

  #content #lineUp ul.seminars li div.text h3.title_red {
    background: url(../img/red.svg) repeat-x;
    padding: 1px 5px;
  }
  #content #lineUp ul.seminars li div.text h3.title_red:after {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../img/red_l.svg) no-repeat;
    position: absolute;
    top: 0;
    left: -10px;
  }
  #content #lineUp ul.seminars li div.text h3.title_red:before {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../img/red_r.svg) no-repeat;
    position: absolute;
    top: 0;
    right: -30px;
  }

  #content #lineUp ul.seminars li div.text h3.title_blue {
    background: url(../img/blue.svg) repeat-x;
    padding: 1px 5px;
  }
  #content #lineUp ul.seminars li div.text h3.title_blue:after {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../img/blue_l.svg) no-repeat;
    position: absolute;
    top: 0;
    left: -10px;
  }
  #content #lineUp ul.seminars li div.text h3.title_blue:before {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../img/blue_r.svg) no-repeat;
    position: absolute;
    top: 0;
    right: -30px;
  }

  #content #lineUp ul.seminars li div.text h3.title_green {
    background: url(../img/green.svg) repeat-x;
    padding: 1px 5px;
  }
  #content #lineUp ul.seminars li div.text h3.title_green:after {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../img/green_l.svg) no-repeat;
    position: absolute;
    top: 0;
    left: -10px;
  }
  #content #lineUp ul.seminars li div.text h3.title_green:before {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../img/green_r.svg) no-repeat;
    position: absolute;
    top: 0;
    right: -30px;
  }

  #content #lineUp ul.seminars li div.text h3.title_Lblue {
    background: url(../img/Lblue.svg) repeat-x;
    padding: 1px 5px;
  }
  #content #lineUp ul.seminars li div.text h3.title_Lblue:after {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../img/Lblue_l.svg) no-repeat;
    position: absolute;
    top: 0;
    left: -10px;
  }
  #content #lineUp ul.seminars li div.text h3.title_Lblue:before {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../img/Lblue_r.svg) no-repeat;
    position: absolute;
    top: 0;
    right: -30px;
  }

  #content #lineUp ul.seminars li div.text h3.title_purple1 {
    background: url(../img/purple1.svg) repeat-x;
    padding: 1px 5px;
  }
  #content #lineUp ul.seminars li div.text h3.title_purple1:after {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../img/purple1_l.svg) no-repeat;
    position: absolute;
    top: 0;
    left: -10px;
  }
  #content #lineUp ul.seminars li div.text h3.title_purple1:before {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../img/purple1_r.svg) no-repeat;
    position: absolute;
    top: 0;
    right: -30px;
  }

  #content #lineUp ul.seminars li div.text h3.title_purple2 {
    background: url(../img/purple2.svg) repeat-x;
    padding: 1px 5px;
  }
  #content #lineUp ul.seminars li div.text h3.title_purple2:after {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../img/purple2_l.svg) no-repeat;
    position: absolute;
    top: 0;
    left: -10px;
  }
  #content #lineUp ul.seminars li div.text h3.title_purple2:before {
    content: "";
    width: 30px;
    height: 21px;
    background: url(../img/purple2_r.svg) no-repeat;
    position: absolute;
    top: 0;
    right: -30px;
  }

  #content #lineUp ul.seminars li p.more {
    font-size: 10.5px;
    color: #f9ba2b;
    font-weight: bold;
    position: absolute;
    bottom: 4px;
    right: 10px;
  }
  #content #lineUp ul.seminars li p.more a {
    width: 100%;
    height: 250px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #content #lineUp ul.seminars li p.more a:hover {
    color: #f4a529;
  }

  /*** content ***/

  /*** page ***/
  #page {
    max-width: 790px;
    width: 72%;
    height: auto;
    background: #fefbf3;
    padding: 15px;
    float: left;
  }

  #page h2 {
    text-align: center;
    font-size: 23px;
  }
  #page h2.hidden {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    margin: 0 auto 20px;
  }

  .page-title-image {
    margin-bottom: 16px;
    width: 100%;
  }
  .page-title-image img {
    width: 100%;
    display: block;
  }

  #page ul.pNav {
    width: 780px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: center;
  }
  #page ul#alseraUl {
    margin-left: 20px;
  }

  #page ul.pNav li {
    padding: 0;
    border: solid #f9ba2b;
    border-width: 0px 1px;
  }
  #page ul.pNav li.pNav01 {
    border-left: 0px;
  }
  #page ul#alseraUl li.pNav04,
  #page ul#contentsUl li.pNav05 {
    border-right: 0px;
  }
  #page ul.pNav li.pNav04 a {
    width: 180px;
  }

  #page ul.pNav li a:hover {
    opacity: 0.7;
  }

  body#about #page ul.pNav li.pNav01 a {
    background: url(../img/albumtherapy_pNav01_ac.gif) center no-repeat;
  }
  body#massage #page ul.pNav li.pNav02 a {
    background: url(../img/albumtherapy_pNav02_ac.gif) center no-repeat;
  }
  body#society #page ul.pNav li.pNav03 a {
    background: url(../img/albumtherapy_pNav03_ac.gif) center no-repeat;
  }
  body#chart #page ul.pNav li.pNav04 a {
    background: url(../img/albumtherapy_pNav04_ac.gif) center no-repeat;
  }
  ul#alseraUl li.pNav01:after,
  ul#alseraUl li.pNav02:after,
  ul#alseraUl li.pNav03:after {
    content: "";
    width: 2px;
    height: 60px;
    background: #f07974;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.7;
  }

  body#voice #page ul.pNav li.pNav02 a {
    background: url(../img/contents_pNav02_ac.gif) center no-repeat;
  }
  body#movie #page ul.pNav li.pNav03 a,
  body#interview_movie #page ul.pNav li.pNav03 a,
  body#photo_movie #page ul.pNav li.pNav03 a {
    background: url(../img/contents_pNav03_ac.gif) center no-repeat;
  }
  body#therapy #page ul.pNav li.pNav04 a {
    background: url(../img/contents_pNav04_ac.gif) center no-repeat;
  }
  body#training #page ul.pNav li.pNav05 a {
    background: url(../img/contents_pNav05_ac.gif) center no-repeat;
  }
  body#media #page ul.pNav li.pNav01 a {
    background: url(../img/contents_pNav01_ac.gif) center no-repeat;
  }

  #content_movie {
    margin-bottom: 60px;
  }

  /*ul#contentsUl li.pNav01:after,
ul#contentsUl li.pNav02:after,
ul#contentsUl li.pNav03:after,
ul#contentsUl li.pNav04:after {
    content: "";
    width: 2px;
    height: 53px;
    background: #F9BA2B;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.7;
}*/
  #alseraUl > li.pNavHome,
  #contentsUl > li.pNavHome {
    display: none;
  }

  #page div.area {
    /* width: 683px; */
    min-height: 500px;
    font-size: 14px;
    line-height: 23px;
    color: #666;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 1px rgba(249, 186, 43, 0.35);
    padding: 50px;
    margin: 0 auto;
  }

  #page div.area h4 {
    font-size: 17px !important;
  }

  #page div.area img {
    /* max-width: 100%; */
    width: 60%;
    height: auto;
    margin: 10px auto;
    display: block;
  }

  #page div#about p,
  #page div#message p,
  #page div#society p,
  #page div#chart p,
  #single p {
    margin-bottom: 25px;
  }

  #page div.area h2,
  .main-title {
    font-size: 23px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px #595757 dotted;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
  }
  .main-title {
    margin-top: 100px;
  }
  .main-title:first-child {
    margin-top: 0;
  }
  #page div.area h2:after,
  .main-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #595757;
    position: absolute;
    bottom: 5px;
    left: 0;
  }

  .post {
    border-bottom: 1px #000 dotted;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .post p.icach {
    width: 221px;
    height: 148px;
    float: left;
  }
  .post p.icach img {
    border-radius: 10px;
  }

  .post div.post-content {
    width: 450px;
    margin-left: 10px;
    position: relative;
    float: left;
  }
  .post div.post-content-new {
    width: auto;
  }
  .post div.post-content p.post-title {
    color: #f9ba2b;
    font-size: 16px;
    font-weight: bold;
  }
  .post div.post-content-new p.post-title {
    color: #f9ba2b;
    font-size: 16px;
    font-weight: bold;
  }
  .post div.post-content div.post-text {
    font-size: 14px;
    line-height: 23px;
  }

  .post div.post-content p.more {
    font-size: 14px;
    position: absolute;
    bottom: -30px;
    right: 0;
  }
  .post div.post-content p.more a {
    color: #595757;
  }
  .post div.post-content p.more:after {
    content: ">>";
    color: #595757;
    font-size: 11px;
    position: absolute;
    top: -1px;
    left: -15px;
  }

  .post div.post-content span.post-category-voice,
  .post div.post-content span.post-category-interview,
  .post div.post-content span.post-category-media {
    font-size: 11px;
    color: #595757;
    line-height: 20px;
    display: inline-block;
    padding: 0 11px 0 39px;
    position: relative;
  }
  .post div.post-content span.post-category-voice:after,
  .post div.post-content span.post-category-interview:after,
  .post div.post-content span.post-category-media:after {
    content: "<";
    font-size: 11px;
    position: absolute;
    top: -1px;
    left: 29px;
  }
  .post div.post-content span.post-category-voice:before,
  .post div.post-content span.post-category-interview:before,
  .post div.post-content span.post-category-media:before {
    content: ">";
    font-size: 11px;
    position: absolute;
    top: -1px;
    right: 1px;
  }
  .post div.post-content span.post-category-voice {
    background: url(../img/postcate-voice.gif) left 0 no-repeat;
  }
  .post div.post-content span.post-category-interview {
    background: url(../img/postcate-voice.gif) left 0 no-repeat;
  }
  .post div.post-content span.post-category-media {
    background: url(../img/postcate-media.png) left 0 no-repeat;
  }

  .post div.post-content p.post-date {
    font-size: 11px;
    color: #595757;
    display: inline-block;
  }

  .therapy-child-wrapper p {
    margin-bottom: 1em;
  }

  #page ul.grid {
    font-size: 15px;
    color: #595757;
    line-height: 25px;
    margin-bottom: 30px;

    content: " ";
    display: block;
    clear: both;
  }

  #page ul.grid li {
    display: table;
    padding: 10px;
    float: left;
  }
  #page ul.grid li:nth-child(odd) {
    width: 180px;
    height: 80px;
    background: #5fceb1;
    color: #fff;
    line-height: 80px;
    text-align: center;
    margin: 0 2px 2px 0;
    float: left;
  }
  #page ul.grid li:nth-child(even) {
    width: 420px;
    height: 80px;
    background: #f0f4f0;
    margin-bottom: 2px;
    float: left;
  }
  #page ul.grid li.program {
    min-height: 180px;
  }
  #page ul.grid li.fee {
    /* min-height: 300px; */
  }
  #page ul.grid li.fee img {
    width: 100px;
  }
  #page ul.grid li p {
    vertical-align: middle;
    display: table-cell;
    margin: 0;
  }
  /*** page ***/

  /*** アルバムセラピー ***/
  #page h2.alseraTitle {
    width: 783px;
    height: 205px;
    background: url(../img/page_alsera.jpg) no-repeat;
  }

  body#albumtherapy #page ul.pNav li a,
  body#about #page ul.pNav li a,
  body#society #page ul.pNav li a,
  body#chart #page ul.pNav li a,
  body#massage #page ul.pNav li a {
    width: 195px;
    height: 60px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
  }

  body#albumtherapy ul.pNav li.pNav01 a,
  body#about ul.pNav li.pNav01 a,
  body#society ul.pNav li.pNav01 a,
  body#chart ul.pNav li.pNav01 a,
  body#massage ul.pNav li.pNav01 a {
    background: url(../img/albumtherapy_pNav01.gif) no-repeat;
  }

  body#albumtherapy ul.pNav li.pNav02 a,
  body#about ul.pNav li.pNav02 a,
  body#society ul.pNav li.pNav02 a,
  body#chart ul.pNav li.pNav02 a,
  body#massage ul.pNav li.pNav02 a {
    background: url(../img/albumtherapy_pNav02.gif) no-repeat;
  }

  body#albumtherapy ul.pNav li.pNav03 a,
  body#about ul.pNav li.pNav03 a,
  body#society ul.pNav li.pNav03 a,
  body#chart ul.pNav li.pNav03 a,
  body#massage ul.pNav li.pNav03 a {
    background: url(../img/albumtherapy_pNav03.gif) no-repeat;
  }

  body#albumtherapy ul.pNav li.pNav04 a,
  body#about ul.pNav li.pNav04 a,
  body#society ul.pNav li.pNav04 a,
  body#chart ul.pNav li.pNav04 a,
  body#massage ul.pNav li.pNav04 a {
    background: url(../img/albumtherapy_pNav04.gif) no-repeat;
  }
  /*** アルバムセラピー ***/

  /*** 協会について ***/
  #page div#society ul.grid li:nth-child(3) {
    height: 150px;
    line-height: 150px;
  }
  /*** 協会について ***/

  /*** コンテンツ ***/
  #page h2.contentsTitle {
    width: 783px;
    height: 205px;
    margin-bottom: 16px;
  }
  #page h2.contentsTitle img {
    display: block;
    width: 100%;
  }

  .contentsTitle img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  body#contents #page ul.pNav li a,
  body#voice #page ul.pNav li a,
  body#therapy #page ul.pNav li a,
  body#media #page ul.pNav li a,
  body#training #page ul.pNav li a,
  body#movie ul.pNav li.pNav01 a,
  body#movie ul.pNav li.pNav01 a,
  body#movie ul.pNav li a,
  body#interview_movie ul.pNav li a,
  body#photo_movie ul.pNav li a {
    height: 53px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    margin-right: 4px;
  }

  body#contents ul.pNav li.pNav01 a,
  body#voice ul.pNav li.pNav01 a,
  body#therapy ul.pNav li.pNav01 a,
  body#media ul.pNav li.pNav01 a,
  body#training ul.pNav li.pNav01 a,
  body#movie ul.pNav li.pNav01 a,
  body#interview_movie ul.pNav li.pNav01 a,
  body#photo_movie ul.pNav li.pNav01 a {
    width: 144px;
    background: url(../img/contents_pNav01.gif) center no-repeat;
  }

  body#contents ul.pNav li.pNav02 a,
  body#voice ul.pNav li.pNav02 a,
  body#therapy ul.pNav li.pNav02 a,
  body#media ul.pNav li.pNav02 a,
  body#training ul.pNav li.pNav02 a,
  body#movie ul.pNav li.pNav02 a,
  body#interview_movie ul.pNav li.pNav02 a,
  body#photo_movie ul.pNav li.pNav02 a {
    width: 144px;
    background: url(../img/contents_pNav02.gif) center no-repeat;
  }

  body#contents ul.pNav li.pNav03 a,
  body#voice ul.pNav li.pNav03 a,
  body#therapy ul.pNav li.pNav03 a,
  body#media ul.pNav li.pNav03 a,
  body#training ul.pNav li.pNav03 a,
  body#movie ul.pNav li.pNav03 a,
  body#interview_movie ul.pNav li.pNav03 a,
  body#photo_movie ul.pNav li.pNav03 a {
    width: 144px;
    background: url(../img/contents_pNav03.gif) center no-repeat;
  }

  body#contents ul.pNav li.pNav04 a,
  body#voice ul.pNav li.pNav04 a,
  body#therapy ul.pNav li.pNav04 a,
  body#media ul.pNav li.pNav04 a,
  body#training ul.pNav li.pNav04 a,
  body#movie ul.pNav li.pNav04 a,
  body#interview_movie ul.pNav li.pNav04 a,
  body#photo_movie ul.pNav li.pNav04 a {
    width: 171px;
    background: url(../img/contents_pNav04.gif) center no-repeat;
  }

  body#contents ul.pNav li.pNav05 a,
  body#voice ul.pNav li.pNav05 a,
  body#therapy ul.pNav li.pNav05 a,
  body#media ul.pNav li.pNav05 a,
  body#training ul.pNav li.pNav05 a,
  body#movie ul.pNav li.pNav05 a,
  body#interview_movie ul.pNav li.pNav05 a,
  body#photo_movie ul.pNav li.pNav05 a {
    width: 171px;
    background: url(../img/contents_pNav05.gif) center no-repeat;
  }

  /*** コンテンツ ***/

  /*** インタビュー ***/
  div.post p.yt-icach {
    float: right;
    position: relative;
  }
  div.post p.yt-icach:hover {
    opacity: 0.7;
  }
  div.post p.yt-icach:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    position: absolute;
    top: 75px;
    left: 153px;
  }
  div.post p.yt-icach:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: #f9ba2b;
    border-radius: 50px;
    position: absolute;
    top: 62px;
    left: 133px;
  }

  div.post div.interview-content {
    width: 350px;
    float: left;
  }

  div.post div.interview-content p.post-title {
    height: 45px;
    line-height: 45px;
    display: block;
    border-top: 1px #d4d4d4 solid;
    border-bottom: 1px #d7d7cd solid;
    border-right: 1px #d7d7cd solid;
    padding-left: 25px;
    margin-bottom: 20px;
    position: relative;
  }
  div.post div.interview-content p.post-title:after {
    content: "";
    width: 20px;
    height: 47px;
    background: #f9ba2b;
    position: absolute;
    top: -1px;
    left: 0;
  }
  /*** インタビュー ***/

  /*** セラピー（基礎・応用） ***/
  #therapy .post div.post-text {
    height: 95px;
    overflow: hidden;
  }

  .post p.post-more {
    position: absolute;
    bottom: -50px;
    right: 0;
  }

  .post p.post-more a {
    display: block;
    padding: 0.2em 1em;
    color: #fff;
    background: #595757;
  }
  .post p.post-more a:before {
    content: ">>";
    display: inline-flex;
    margin-right: 1em;
    color: #fff;
    font-size: 11px;
    vertical-align: bottom;
  }

  /* 企業向けアルセラの表の高さ調整 */
  #therapy_kigyo ul.grid li:nth-child(5),
  #employee ul.grid li:nth-child(5) {
    height: 125px;
    line-height: 125px;
  }
  /*** セラピー（基礎・応用） ***/

  /*** アルバム養成講座 ***/
  #training .post div.post-text {
    height: 90px;
    overflow: hidden;
  }

  /*** アルバム養成講座 ***/

  /*********************************************
子ページのナビ
*********************************************/
  .child-navi-wrapper {
    margin-top: 16px;
  }
  .child-navi-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .child-navi-title {
    text-align: center;
    border-bottom: 2px solid #e4b039;
    font-size: 20px;
    font-weight: 600;
    color: #e4b039;
    margin-bottom: 16px;
  }
  .child-navi-items {
    width: 32%;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 1px rgba(249, 186, 43, 0.3);
  }
  .child-navi-items a {
    display: block;
    padding: 16px;
  }
  .child-navi-items .thumbnail {
    height: 120px;
    overflow-y: hidden;
    margin-bottom: 16px;
  }
  .child-navi-items .thumbnail img {
    width: 100%;
  }

  /*********************************************
開催日程
*********************************************/
  #page h2.iventTitle {
    width: 783px;
    height: 205px;
    background: url(../img/page_ivent.jpg) no-repeat;
  }

  /*.tokyo_event_false,
.oosaka_event_true {
    /display: none;
}
*/

  .tokyo_event_false,
  .oosaka_event_false {
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    border: 1px #f9ba2b solid;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 40px;
  }

  .tokyo_event_false p.mailmag_btn,
  .oosaka_event_false p.mailmag_btn {
    margin-top: 15px;
  }

  .tokyo_event_false p.mailmag_btn a,
  .oosaka_event_false p.mailmag_btn a {
    color: #fff;
    background: #f9ba2b;
    border-radius: 5px;
    padding: 10px;
  }

  #page h3.tokyo,
  #page h3.osaka {
    width: 680px;
    height: 29px;
    text-indent: -9999px;
    border: none !important;
    margin-bottom: 20px;
    position: relative;
  }
  #page h3.tokyo:after,
  #page h3.osaka:after,
  #page h3.tokyo:before,
  #page h3.osaka:before {
    content: "" !important;
    display: none !important;
  }
  #page h3.tokyo {
    background: url(../img/bdr_tokyo.gif) no-repeat;
  }
  #page h3.osaka {
    background: url(../img/bdr_osaka.gif) no-repeat;
  }

  #page h3.tokyo span,
  #page h3.osaka span {
    font-size: 15px;
    text-indent: 0;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9999;
  }

  #page div#ivent div.tokyo-post,
  #page div#ivent div.osaka-post {
    margin-bottom: 40px;
  }
	#page div#ivent div.osaka-post {
		border-bottom: 1px dotted #56bd6f;
  }
	#page div#ivent div.tokyo-post {
		border-bottom: 1px dotted #f9ba2b;
	}
	
  #page div#ivent div.tokyo-post:last-child,
  #page div#ivent div.tokyo-post:last-child {
    margin-bottom: 0;
  }

  #page div#ivent div.tokyo-post div.post-date {
    width: 100px;
    height: 112px;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    border-left: 5px #f9ba2b solid;
    padding: 20px 35px 6px;
    float: left;
  }

  #page div#ivent div.tokyo-post div.post-date p:nth-child(1),
  #page div#ivent div.tokyo-post div.post-date p:nth-child(3),
  #page div#ivent div.osaka-post div.post-date p:nth-child(1),
  #page div#ivent div.osaka-post div.post-date p:nth-child(3) {
    font-size: 19px;
  }
	
  #page div#ivent div.tokyo-post div.ivent-content {
    float: left;
  }

  #page div#ivent div.tokyo-post div.ivent-content p.post-title {
    font-size: 23px;
    margin-bottom: 11px;
  }


  #page div#ivent div.tokyo-post div.ivent-content p.post-place span,
  #page div#ivent div.tokyo-post div.ivent-content p.post-price span,
  #page div#ivent div.tokyo-post div.ivent-content p.post-time span {
    width: 65px;
    background: #f9ba2b;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 13px 3px 0;
  }
  #page div#ivent div.tokyo-post div.ivent-content p.post-etc span {
    width: 50px;
    background: #f9ba2b;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 13px;
    border-radius: 3px;
    display: inline-block;
    padding-left: 15px;
    margin: 0 13px 3px 0;
  }

  #page div#ivent div.osaka-post div.post-date {
    width: 100px;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    border: 1px #56bd6f dashed;
    padding: 10px;
    margin-right: 20px;
    float: left;
  }

  #page div#ivent div.osaka-post div.ivent-content {
    width: 100% ;/*541px*/
    float: left;
  }
	
  #page div#ivent div.osaka-post div.ivent-content p.post-place span,
  #page div#ivent div.osaka-post div.ivent-content p.post-price span,
  #page div#ivent div.osaka-post div.ivent-content p.post-time span {
    width: 65px;
    background: #56bd6f;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 13px 3px 0;
  }
  #page div#ivent div.osaka-post div.ivent-content p.post-etc span {
    width: 65px;
    background: #56bd6f;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 13px;
    border-radius: 3px;
    display: inline-block;
    padding-left: 15px;
    margin: 0 13px 3px 0;
  }

  div.tokyo-post a.post-map {
    width: 58px;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    background: #f9ba2b;
    border-radius: 3px;
    padding-left: 12px;
    position: relative;
  }
  div.tokyo-post a.post-map:after {
    content: "▶︎";
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 1px;
    left: 5px;
  }

  div.osaka-post a.post-map {
    width: 58px;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    background: #56bd6f;
    border-radius: 3px;
    padding-left: 12px;
    position: relative;
  }
  div.osaka-post a.post-map:after {
    content: "▶︎";
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 1px;
    left: 5px;
  }
	
	#page div#ivent div div.fboxwrap {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 10px auto 15px;
}

  #page div#ivent div div.fboxwrap div.post-date {
    width: 100px;
    height: 112px;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    border-left: 5px #f9ba2b solid;
    /*padding: 20px 35px 6px;
    float: left;*/
  }

  #page div#ivent div div.fboxwrap div.post-date p:nth-child(1),
  #page div#ivent div div.fboxwrap div.post-date p:nth-child(3){
    font-size: 19px;
  }

  #page div#ivent div div.fboxwrap p.post-title {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 21px;
  }
	
	#page div#ivent div div.fboxwrap p.post-title span {
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
		 margin-top: 25px;
  }

  #page div#ivent div div.ivent-content div.ivent-content-item {
	  margin: 10px;    
  }
 #page div#ivent div div.ivent-content div.ivent-content-item p {
	  margin: 5px;    
  }


  /*********************************************
お申込み・お問合せ
*********************************************/
  p.form-title {
    margin-bottom: 10px;
  }

  p.form-area {
    margin-bottom: 30px;
  }

  p.form-send {
    margin-bottom: 30px;
  }
  /*** お申し込み-お問い合わせ ***/

  /*** お申し込み ***/
  #page h2.formTitle {
    width: 783px;
    height: 205px;
    background: url(../img/page_form.jpg) no-repeat;
  }
  /*** お申し込み ***/

  /*** お問い合わせ ***/
  #page h2.contactTitle {
    width: 783px;
    height: 205px;
    background: url(../img/contactTitle.jpg) no-repeat;
  }
  /*** お問い合わせ ***/

  /*********************************************
サイドバー
*********************************************/
  #side {
    max-width: 280px;
    width: 24%;
    height: auto;
    float: right;
  }

  #side p.mailmag a {
    width: 280px;
    height: 180px;
    background: url(../img/mailmag.gif) no-repeat;
    text-indent: -9999px;
    display: block;
    margin-bottom: 55px;
  }
  #side p.mailmag a:hover {
    opacity: 0.8;
  }

  #side h2.menu {
    width: 185px;
    height: 56px;
    background: url(../img/sidemenu_title.gif) 20px 0 no-repeat;
    color: #595757;
    font-size: 16px;
    line-height: 72px;
    font-weight: normal;
    border-bottom: 1px #595757 solid;
    display: block;
    padding: 0 0 0 95px;
    margin-bottom: 35px;
  }

  #side p.menu01,
  #side p.menu02,
  #side p.menu03,
  #side p.menu04,
  #side p.menu05 {
    width: 220px;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto 20px;
    overflow: hidden;
  }

  #side p.menu01 a,
  #side p.menu02 a,
  #side p.menu03 a,
  #side p.menu04 a,
  #side p.menu05 a {
    width: 218px;
    height: 43px;
    text-decoration: none;
    border-radius: 7px;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #side p.menu01 a:hover,
  #side p.menu02 a:hover,
  #side p.menu03 a:hover,
  #side p.menu04 a:hover,
  #side p.menu05 a:hover {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #side p.menu01 a {
    color: #eb5e5c;
    border: 1px #eb5e5c solid;
  }
  #side p.menu01 a:after {
    content: "";
    width: 0;
    height: 45px;
    background: #eb5e5c;
    display: block;
    position: absolute;
    top: -1px;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #side p.menu01 a:hover:after {
    width: 100%;
  }

  #side p.menu02 a {
    color: #3ab257;
    border: 1px #3ab257 solid;
  }
  #side p.menu02 a:after {
    content: "";
    width: 0;
    height: 45px;
    background: #3ab257;
    display: block;
    position: absolute;
    top: -1px;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #side p.menu02 a:hover:after {
    width: 100%;
  }

  #side p.menu03 a {
    color: #4dc1e7;
    border: 1px #4dc1e7 solid;
  }
  #side p.menu03 a:after {
    content: "";
    width: 0;
    height: 45px;
    background: #4dc1e7;
    display: block;
    position: absolute;
    top: -1px;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #side p.menu03 a:hover:after {
    width: 100%;
  }

  #side p.menu04 a {
    color: #f9ba2b;
    border: 1px #f9ba2b solid;
  }
  #side p.menu04 a:after {
    content: "";
    width: 0;
    height: 45px;
    background: #f9ba2b;
    display: block;
    position: absolute;
    top: -1px;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #side p.menu04 a:hover:after {
    width: 100%;
  }

  #side p.menu05 a {
    color: #ed7ea9;
    border: 1px #ed7ea9 solid;
  }
  #side p.menu05 a:after {
    content: "";
    width: 0;
    height: 45px;
    background: #ed7ea9;
    display: block;
    position: absolute;
    top: -1px;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #side p.menu05 a:hover:after {
    width: 100%;
  }

  #side h2.contentList {
    /* width: 200px; */
    height: 56px;
    background: url(../img/side_cont.gif) no-repeat;
    color: #595757;
    font-size: 16px;
    line-height: 72px;
    font-weight: normal;
    border-bottom: 1px #595757 solid;
    display: block;
    padding: 0 0 0 80px;
    margin-bottom: 35px;
  }

  #side h2.facebook {
    width: 200px;
    height: 56px;
    color: #595757;
    font-size: 16px;
    line-height: 72px;
    font-weight: normal;
    border-bottom: 1px #595757 solid;
    display: block;
    padding: 0 0 0 80px;
    margin-bottom: 35px;
  }

  #side p.content {
    display: block;
    margin: 0 auto 20px;
  }
  #side p.content:hover {
    opacity: 0.8;
  }

  #side iframe.fb_sm {
    display: none;
  }
  #side div.tw_sm {
    display: none;
  }

  /*** side ***/

  /*********************************************
Footer
*********************************************/
  #footerWrap {
    width: 100%;
    height: 100%;
    background: url(../img/footerBg.gif) repeat;
  }

  #footer {
    max-width: 1070px;
    width: 100%;
    height: auto;
    margin: 100px auto 0;
    position: relative;
    padding-bottom: 40px;
  }

  #footer ul#fNav {
    padding-top: 40px;
  }

  #footer ul#fNav li {
    float: left;
  }
  #footer ul#fNav li:not(:last-child) {
    margin-right: 13px;
  }

  #footer ul#fNav li a {
    height: 28px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
  }
  #footer ul#fNav li.sitemap a {
    height: 28px;
    text-indent: 0;
    display: block;
    overflow: hidden;
  }
  #footer ul#fNav li a:hover {
    opacity: 0.7;
  }

  #footer ul#fNav li#footerLogo a {
    width: 221px;
    height: 30px;
    background: url(../img/foterLogo.png) no-repeat;
  }

  #footer ul#fNav li#fNav01 a {
    width: 99px;
    background: url(../img/fNav01.png) no-repeat;
  }

  #footer ul#fNav li#fNav02 a {
    width: 241px;
    background: url(../img/fNav02.png) no-repeat;
  }

  #footer ul#fNav li#fNav03 a {
    width: 99px;
    background: url(../img/fNav03.png) no-repeat;
  }

  #footer ul#fNav li#fNav04 a {
    width: 99px;
    background: url(../img/fNav04.png) no-repeat;
  }

  #footer ul#fNav li#fNav05 a {
    width: 99px;
    background: url(../img/fNav05.png) no-repeat;
  }

  #footer ul#fNav li#fNav06 a {
    width: 130px;
    background: url(../img/fNav06.png) no-repeat;
  }

  #footer ul#fNav li {
    position: relative;
  }
  #footer ul#fNav li ul {
    position: absolute;
    margin-top: 0.5em;
    margin-left: 0.5em;
  }
  #footer ul#fNav li ul li.alw::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }

  #footer ul#fNav li#fNav01 ul li a,
  #footer ul#fNav li#fNav02 ul li a,
  #footer ul#fNav li#fNav03 ul li a,
  #footer ul#fNav li#fNav04 ul li a,
  #footer ul#fNav li#fNav05 ul li a,
  #footer ul#fNav li#fNav06 ul li a {
    font-size: 11px;
    line-height: 1.3em;
    color: #777;
    text-decoration: none;
    letter-spacing: -1px;
    margin: 0 auto;
    text-indent: 0;
    background: none;
    width: 180px;
  }
  #footer ul#fNav li#fNav05 ul li:nth-child(4) {
    height: 45px;
  }

  .arrow-yellow {
    color: #f3dd25;
  }

  /*テスト start */

  .fNavBox {
    float: left;
  }
  .fNavBox:nth-of-type(4) {
    clear: both;
  }

  .fNav {
    line-height: 1.8;
  }

  .fNavBox:nth-of-type(3) .fNav {
    float: left;
  }

  .fNav li {
    padding-left: 15px;
    position: relative;
  }
  .fNav li.alw::before {
    border-top: solid 2px #da3c37;
    border-right: solid 2px #da3c37;
    left: 0;
  }

  .fNav li a {
    color: #777;
    text-decoration: none;
    letter-spacing: -1px;
  }
  /*テスト end*/

  p.goTop a {
    width: 152px;
    height: 60px;
    background: url(../img/goTop.gif);
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: -60px;
    right: 0;
  }

  p.birdFooter {
    width: 222px;
    height: 41px;
    background: url(../img/bird_foot.png) no-repeat;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: -46px;
    right: 160px;
  }

  p.add {
    font-size: 11px;
    color: #747373;
    text-align: center;
    margin-top: 210px;
  }

  /*** footer ***/
}
#page .area#job {
  padding-bottom: 0;
}
#job #icapth ul li:nth-of-type(2) {
  display: none;
}
#contentWrap .area#job #applicationExamples h2 {
  margin: 0 auto 40px;
}
.area#job #applicationExamples .gridBox {
  justify-content: space-around;
}
.area#job #applicationExamples .gridBox .gridItem {
  margin-bottom: 40px;
}

#page .area#therapy {
  padding-top: 10px;
}

#page .area#therapy h3 {
  padding-top: 40px;
}
/*** トップページに講座紹介とクレド 追加 ***/
#content #class_top,
#content #credo_top {
  padding: 60px 0;
}
#content #credo_top h2,
#content #class_top h2 {
  margin: 0 auto 40px;
  font-size: 30px;
  text-align: center;
  border-bottom: 1px #595757;
}
#content #aboutAlbumTherapy .gridBox .textWrap ul.gridBox {
  max-width: 100%;
}
#content #aboutAlbumTherapy .gridBox .textWrap ul.gridBox li a {
  width: 100%;
}
#content #class_top1,
#content #class_top2 {
  display: flex;
}
#content #class_top1 p {
  text-align: center;
}
#content #class_top1 .main-title {
  margin-top: 0;
}
#content #class_top1 .post,
#content #class_top2 .post {
  width: 50%;
  border: none;
  margin-bottom: 0;
  padding-bottom: 20px;
}
#content #class_top1 .post .post-content .post-text,
#content #class_top2 .post .post-content .post-text {
  font-size: 16px;
}
#content #class_top1 {
  max-width: 70%;
  padding: 0 15%;
}
#content #class_top2 {
  max-width: 80%;
  padding: 0 10%;
}
#content #class_top2 .post {
  width: 33%;
}
#content #class_top1 .post .icach,
#content #class_top2 .post .icach {
  width: 80%;
  height: auto;
  margin: 2% 10%;
}
#content #class_top1 .post .icach img,
#content #class_top2 .post .icach img {
  width: 100%;
}
#content #class_top1 .post .post-content {
  width: 90%;
  margin: 2% 5%;
  text-align: center;
}
#content #class_top2 .post .post-content {
  width: 90%;
  margin: 2% 5%;
  text-align: center;
}
#content #credo_top {
  text-align: center;
}
#content #credo_top p {
  text-align: center;
  font-size: 18px;
}
#content #credo_top div {
  margin: 0;
}
#content #credo_top #next {
  padding: 7px;
  border-radius: 3px;
  text-decoration: none;
  background-color: #f6ba3b;
  color: #fff;
  margin: 20px;
  display: inline-block;
}

/* 20210324　講座ページ更新 */
#front-page .moreButton,
#page #therapy .moreButton{
  justify-content: center;
  margin: 35px 0 10px 0;
}
#front-page .moreButton a,
#page #therapy .moreButton a{
  margin: 0 10px;
  width: 35%;
  padding: 20px 40px;
}
#front-page .moreButton a.button-general,
#page #therapy .moreButton a.button-general{
  background: #5fceb1;
}
#front-page .moreButton a.button-company,
#page #therapy .moreButton a.button-company{
  background: #f9ba2b;
}
#page #therapy .post-content-new {
  margin-bottom: 40px;
}
#page #therapy .post-content-new table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}
#page #therapy .post-content-new table tbody tr th{
  width: 33%;
  background-color: #e6e6e6;
}
#page #therapy .post-content-new table tbody tr th,
#page #therapy .post-content-new table tbody tr td{
  border: solid 1px #757575;
  padding: 1%;
}

#page #therapy .post-content-new .post-title{
  color:#fff ;
  text-align: center;
  font-size: 22px !important;
  margin-top: 80px;
  background: #5fceb1;
}
#page #therapy .post-content-new .post-title.company{
  background: #f9ba2b;
}



#page #therapy .post-content-new .post-text{
  margin-bottom: 10px;
}
#page #therapy .post-content-new ul li{
  padding: 10px;
}
#page #therapy .post-content-new ul li:nth-child(odd) {
  /*background: #5fceb1;
  color: #fff;
  text-align: center;
  margin: 0 2px 2px 0;*/
}
#page #therapy.post-content-new ul li:nth-child(even) {
  /*background: #f0f4f0;
  margin-bottom: 2px;*/
}
#page #therapy .company-training .post-content-new ul li:nth-child(odd){
  /*background: #f9ba2b;*/
}

/*ulのスタイル*/
#page #therapy .post-content-new ul li:nth-child(odd) {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px #595757 dotted;
  padding-bottom: 8px;
  margin-bottom: 4px;
  margin-top: 8px;
  position: relative;
  font-weight: 600;
}
#page #therapy.post-content-new ul li:nth-child(even) {
  background: #f0f4f0;
  margin-bottom: 2px;
}


/*メインタイトルだったほうのスタイル*/
#therapy #headline_01.main-title {
  color: #444;
  text-align: center;
  margin: 40px 0 0 0;
  border-bottom: 2px solid #5fceb1;
  padding:24px !important;
}
#therapy #headline_02.main-title {
  border-bottom: 2px solid #f9ba2b;
  color: #444;
  margin-bottom: 2px;
  text-align: center;
  margin: 20px 0 20px 0;
  padding:24px !important;
}
#therapy .main-title:after {
  content: none;
}
#therapy .moreButton a{
  border: 4px solid #fff;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0,.2);
  border-radius: 12px;
}
