@charset "UTF-8";
main {
  margin: 145px auto 0;
}


/**************************************************
 Sub Top Area
**************************************************/
#pageTtl h2 {
    font-size: 30px;
    color: #304c6a;
    padding: 2rem 0;
    letter-spacing: .1rem;
}

#pageTtl h2 span {
    font-size: 20px;
    display: inline-block;
    position: relative;
    font-family: 'Times New Roman',sans-serif;
    font-weight: 400;
    margin-left:2rem;
    letter-spacing: 0;
}
#pageTtl h2 span:before {
    content: "/";
    padding-right: 1rem;
}

#pageTtl ul {
    display: flex;
    font-size: 12px;
    color: #fff;
    vertical-align: sub;
}

#pageTtl ul img {
    vertical-align: baseline;
    padding: 0 .2rem 0 0;
}

#pageTtl ul li {
    background: #bb9961;
    padding: .3rem.5rem;
}

#pageTtl ul li:nth-of-type(n+2) {
    padding-left: 0;
}

#pageTtl ul a {
    font-size: 12px;
    color: #fff;
    padding-right: 5px;
}


@media screen and (max-width: 480px) {
#pageTtl h2 {
padding-top: 4rem;
}
    main {
  margin: 25px auto 0;}
}


/**************************************************
 Program
**************************************************/
#container *{
    line-height: 180%;
}
#container.program,
#container.program section:not(#backnumber),
#container.news > div,
#container.presenters > div{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin: 4rem auto;
}
#container.program section:not(#backnumber) a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
#container.program section:not(#backnumber) {
    width: 47%;
    margin: 0 auto 1.5rem;
    padding-bottom: 1.5rem;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ddd;
    position: relative;
    transition: .3s all;
}
#container.program section:not(#backnumber):hover {
    opacity: .5;
}
#container.program section:not(#backnumber):after {
    content: "";
    position: absolute;
    background: url("../img/common/arrow-blue.png") no-repeat center;
    background-size: contain;
    display: block;
    height: 24px;
    width: 9px;
    right: 0rem;
}
#container.program section:not(#backnumber) > div {
    margin-left: 1rem;
    width: calc(100% - 180px);
    padding-right: .5rem;
}
#container.program section:not(#backnumber) h3 {
    font-size: 18px;
    margin-bottom: .5rem;
}
#container.program section:not(#backnumber) p:last-of-type {
    order:-1;
    width: 135px;
}
#container.program section:not(#backnumber) .txtArea p {
    max-width: 230px;
    width: 100%;
}
#backnumber {
    padding:2rem 0;
    background:#FFF;
    width: 100%;
    margin-top: 4rem;
}
#backnumber h3 {
    border-bottom: 4px solid #bb9961;
    padding: 0 4rem 1.5rem;
    font-size: 22px;
}
#backnumber ul {
    margin: 2rem 4rem 0 5rem;
}
#backnumber ul li {
    background: url("../img/common/radio.svg") no-repeat left 3px;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
#backnumber ul li a {
    font-size: 16px;
    font-weight: bold;
}
#container.program-d  {
    margin: 3rem auto;
}
#container.program-d .description,
#container.program-d .backnumber,
#container.program-d .backnumber section a,
#container.presenters > div{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;    
}
#container.program-d .description > div {
    width: calc(100% - 300px);
}
#container.program-d .description h3 {
    padding: 1rem 2rem 1rem 1rem;
    border-bottom: 4px solid #C59853;display: flex;
    justify-content: space-between;
    font-size: 21px;
    color: #2D3033;
    font-weight: 600;
}
#container.program-d .description h3 span {
    font-size: 16px;
}
#container.program-d .description h3 + div {
    padding: 2rem 2rem 2rem 1rem;
}
#container.program-d .description > p {
    width: 300px;
}
#container.program-d .description > p img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
#container.program-d .backnumber {
    margin-top: 3rem;
    justify-content: flex-start;
}
#container.program-d .backnumber section {
    width: 17%;
margin: 0 1.5% 3rem;
}
#container.program-d .backnumber section a {
    flex-direction: column-reverse;
}
#container.program-d .backnumber section a h4 {
    font-weight: normal;0
}#container.program-d .backnumber section a time {
    font-size: 14px;
    margin: 1rem auto .5rem 0;
}
#container.program-d .backnumber section a img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
#presenterArea {
    background: #F0F0F0;
    position: relative;
    padding: 5rem 0 3rem;
}
#presenterArea h3 {
    font-family: 'Times New Roman',sans-serif;
    font-size: 38px;
    position: absolute;
    top: -45px;
    width: 100%;
    text-align: center;
    padding: 1rem;
    font-weight: normal;
    max-width: none;
}
#presenterArea .inner {
    max-width: 1060px;
    width: 94%;
    margin: 0 auto 4rem;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#presenterArea .inner figure {
    width: 210px;
}

#presenterArea .inner figure a {
    width: 100%;
    display: block;
    padding: .7rem;
    margin-top: .5rem;
    background: #8B2040;
    color: #fff;
    text-align: center;
}
#presenterArea .inner figure  img {
    height: 210px;
    width: 100%;
    object-fit: cover;
}

#presenterArea .inner > div {
    width: calc(100% - 250px);
}

#presenterArea .inner > div h4 {
    font-size: 18px;
    margin-bottom: .5rem;
}
#presenterArea .inner .textArea p {
    font-size: 14px;
    margin-top: 1rem;
}

#endcast {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#endcast > h4 {
    text-align: center;
    font-size: 20px;
    margin: 1rem auto 3rem;
    position: relative;
    width: 100%;
}
#endcast > h4:after {
    position: absolute;
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #304C6A;
    bottom: -20px;
    left: calc(50% - 40px);
}
#endcast .inner {
    width: 46%;
    margin: 1rem 2%;
}

#presenterArea #endcast .inner > div {
    width: calc(100% - 200px);
}

#presenterArea #endcast .inner figure {
    width: 180px;    
}
#presenterArea #endcast .inner figure img {
    height: 180px;
}

@media screen and (max-width: 1024px) {
    #container.program-d .backnumber section {
        width: 30%;
    }
}

@media screen and (max-width: 480px) {
    #container.program section:not(#backnumber) p:last-of-type {
    order:-1;
    width: 165px;
}
    #container.program section:not(#backnumber) > div {
        margin-left: 0;
        width: 100%;
    }
    #container.program section:not(#backnumber) {
        align-items: flex-start;
    }
#container.program section:not(#backnumber):after {
display: none;
}
    #container.program section:not(#backnumber) > div {
        margin-top: 1rem;
    }
    #backnumber {
        padding:  1rem 0;
    }
    #backnumber h3 {
        padding: 0 2rem 1rem;
    }
    #backnumber ul {
        margin: 1rem 1rem 0 1rem;
    }
#container.program-d .description > div,
    #container.program-d .description > p,
    #presenterArea .inner > div,
    #presenterArea #endcast .inner > div{
        width: 100%;
    }
    #presenterArea #endcast .inner > div h4 {
        font-size: 16px;
    }
    #container.program-d .description h3,
    #container.program-d .description h3 span {
        display: block;
    }
    #container.program-d .description h3 + p{
        padding: 1rem 0;        
    }
    #container.program-d .description > p img {
        width: 90%;
        height: 250px;
        margin: 0 auto;
        display: block;
    }

    #presenterArea .inner figure {
        width: 75%;
        margin: 0 auto;
        height: 300px;
    }
    #container.program-d .backnumber section {
        width: 47%;
    }
    #presenterArea #endcast .inner figure {
        height: auto;
    }
    
}

/**************************************************
 NEWS
**************************************************/
.pagenavi {
    justify-content: center !important;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.page-numbers {
    display: inline-block;
    padding: .2rem .4rem;
    background: #bb9961;
    margin: 0;

    color: #fff !important;
}
.next.page-numbers  {
    padding: .2rem;
}
.page-numbers.current {
    background: #d2c1a6;
}
#container.news > div section,
#container.presenters > div section{
    width: 22%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2em;
    margin: 0 auto 2rem;
} 

#container.news > div section {
      margin: 0 1% 2rem;  
}



#container.news > div section a {
        flex-direction: column-reverse;
    display: flex;
}
#container.news > div a:hover > *{
    opacity: .5;
}

#container.news > div section img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#container.news time {
    margin: 1.5rem auto .5rem 0;
    padding: .2rem .3rem;
    background: #304C6A;
    color: #fff;
    font-size: 14px;
}
#blog_single {
    margin: 3rem auto;
    width: 100%;
    max-width: none;
}

#blog_single > div:first-of-type section {
    max-width: 1060px;
    width: 94%;
    margin: 0 auto;
}

#blog_single h3.title{
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom:5px solid #bb9961;
    margin-bottom: 1rem;
}
#tagarea,
#tagarea > div ul,
#tagarea > div {
    display: flex;
    font-size: 14px;
    flex-wrap:wrap;
    align-items: center;
}
#tagarea {
    justify-content: flex-end;
    margin-bottom: 2rem;
}
#tagarea > * {
    margin-left: 20px;
}
#tagarea span {
    background: #7F2A41;
    display: inline-block;
    padding: .2rem .5rem;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}
#tagarea li {
    margin-right:5px;
}
#honbun p{
    line-height: 180%;
}
#related {
padding-bottom: 4rem;
    background: #f3f3f3;
}
#related > div {
        display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1060px;
    width: 94%;
    margin: 0 auto;
}

#related h5 {
    width: 100%;
    text-align: center;
    margin: 4rem auto 2rem;
    font-size: 22px;
    padding-top: 3rem;
}
#related > div > div {
    width: 48%;
    margin: .5rem 1%;
    background: #fff;
    display: flex;
    padding: 15px;
   background: #fbfbfb;
}
#related > div h4 {
    font-weight: normal;
    font-size:14px;
    width: calc(100% - 90px);
    margin-left: 10px;
}
#related .cat-thum,
#related > div img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.wp-block-image img{
    height: auto;
}
#nextPrev{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1060px;
    width: 94%;
    margin: 8rem auto 0;
    border-top: 1px solid #e6e6e6;
    padding-top: 4rem;
}
#nextPrev li,
#nextPrev li a {
        display: flex;
    width: 45%;
    justify-content: space-between;
    position: relative;
    align-items: center;
    font-size: 94%;
}
#nextPrev li a {
    width: 100%;
}
#nextPrev li:last-of-type {

}
#nextPrev li:first-of-type:before,
#nextPrev li:last-of-type:before {
    content: "<";
    transform: scale(.5,1);
    background: #403c3c;
    color: #fff;
    display: inline-block;
    width: 55px;
    height: 27px;
    text-align: center;
    border-radius: 5px;
}
#nextPrev li:last-of-type:before {
    content: ">";
}
#nextPrev li div {
    width: 100px;
}
#nextPrev li div img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
#nextPrev li p {
    display: block;
    width: calc(95% - 100px);
}
#nextPrev li:last-of-type {
    flex-direction: row-reverse;
}
#nextPrevNot {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}
#nextPrevNot a {
    display: inline-block;
    margin: 0 auto;
    padding: .5rem 2rem;
    color: #fff;
    background: #000;
}
#notArticle {
    text-align: center;
}
@media screen and (max-width: 480px) {
    #container.news > div section {
    width: 47%;
    }
    #container.news > div section img {
    height: 140px;
    }
    #blog_single h3.title {
        text-align: left;
    }
    #tagarea,#tagarea > div {
        display: block !important;
    }
    #tagarea > * {
        margin-left: 0;
    }
    
    #tagarea time + p {
        position: relative;
        padding-left:90px;
        margin-top: 5px;
    }
    #tagarea time + p span,
        #tagarea > div span{
        position: absolute;
        left: 0;
    }
    #tagarea > div {
        padding-left: 50px;
        position: relative;
        margin-top: 5px;
    }
    #tagarea time {
        text-align: right;
        display: block;
    }
    #related > div,
    #nextPrev li,
    #related > div > div{
        width: 100%;
    }
    
    #nextPrev li {
        border: 1px solid #ddd;
        padding: 1rem 0;
        margin-bottom: .5rem;
    }
    
    #nextPrev li div {
        display: none;
    }
    
    #nextPrev li p {
        width: 100%;
        padding: 0 15px;
    }
    .page-numbers {
        padding: .2rem;
    }
    
    
}
/**************************************************
 presenters
**************************************************/
#container.presenters > div section {
    width: 29%;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    margin: 0 2% 1rem;
}

#container.presenters > div:not(#preBox) {
    justify-content: flex-start;
}
#container.presenters > div section h3 {
    font-size: 18px;
    margin-bottom: .8rem;
}
#container.presenters > div section h3 span,
#preBox h3 span{
    color: #C59853;
    font-family: 'Times New Roman',sans-serif;
    font-weight: normal;
    padding-left: 10px;

}

#container.presenters > div section dl dt{
    font-size: 14px;
    position: relative;
}
#container.presenters > div section dl dt:after {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 65px;
}
#container.presenters > div section dl + p a {
    display: inline-block;
    padding: 0 .5rem;
    background: #254D6D;
    color: #fff;
    font-size: 12px;    
    border-radius: 5px;
}
#preBox {
    display: flex;
    flex-wrap:wrap;
flex-direction: row-reverse;
}
#preBox h3 {
    font-size: 24px;
    display: inline-block;
    background: #faf7f7;
    position: relative;
    padding-right: 3rem;
}
#preBox h3 + p {
    margin-bottom: 1.5rem;
}
#preBox h3 span {
    font-size: 18px;
}
#preBox h3:after {
    position: absolute;
    content: "";
    width: 720px;
    height: 1px;
    background: #ddd;
    display: block;
    left: 0;
    top: 25px;
    z-index: -1;
}

#preBox .picArea {
    width: 300px;
}

#preBox .picArea img {
    display: inline-block;
    padding: .2rem;
}
#preBox .picArea p:first-of-type img {
    width: 100%;
    height: 300px;
}
#preBox .picArea p:last-of-type {
    background: #304C6A;
    text-align: center;
    border-radius: 35px;
    margin-top: 1rem;
}
#preBox .picArea p:last-of-type a {
    display: inline-block;
    padding: .1rem;
}
#preBox  > div:first-of-type {
    width:calc(100% - 340px);
}  
@media screen and (max-width: 1024px) {
    #container.presenters > div section {
        width: 46%;
        margin: 0 2% 1rem;
    }
#preBox h3:after {
    width: 370px;
}
}
@media screen and (max-width: 480px) {
    #container.presenters > div section {
        width: 100%;
    }
#preBox h3:after {
display: none;
}
    #preBox {
        flex-direction: column-reverse;
    }
    #preBox > div:first-of-type,
    #container.presenters > div {
        width: 100%;
    }
    
    #preBox .picArea {
        margin: 0 auto 2rem;
    }
    
}



/**************************************************
policy
**************************************************/
#container.policy .main {
    margin-top: 3rem;
}
#container.policy dl {
    background: #FAFAFA;
    padding: 5rem;
    width: 94%;
    margin: 2rem auto;
}
#container.policy dl dd {
    font-size: 14px;
}
#container.policy dl dt {
    font-weight: bold;
    margin-bottom: .5rem;
    margin-top: 1rem;
}
#container.policy dl dt:first-of-type {
    margin-top: 0;
}
@media screen and (max-width: 480px) {
#container.policy dl {
    padding: 1.5rem;
}
}

/**************************************************
company
********************s******************************/
#container.company {
    width: 94%;
    max-width: 900px;
    margin: 0 auto 8rem;
}
#container.company div{
display: flex;
    flex-wrap:wrap;
    margin: 2rem auto; 5rem
    justify-content: space-between;
}
#container.company figcaption {
    text-align: center;
    font-size: 12px;
    margin:  1rem auto;
}
#container.company div figure {
    width: 200px;
    margin: 0 auto;
}

#container.company div figure img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#container.company div table {
    width:100%;
    max-width: 800px;
    margin: 0 auto;
}
#container.company div table th,
#container.company div table td {
    padding: 1rem .5rem;
    border-bottom: 1px solid #e2e2e2;
}
#container.company div table th {
    width: 20%;
    text-align: left;
}

@media screen and (max-width: 480px) {
#container.policy dl {
    padding: 1.5rem;
}
    #container.company div table {
        width: 100%;
    }
    #container.company div table th {
        width: 30%;
    }

}

/**************************************************
company
********************s******************************/
#container.contact {
    width: 94%;
    max-width: 900px;
    margin: 4rem auto 8rem;
    background: #f4f4f4;
    padding: 2rem;
    border-radius: 15px;
}
#container.contact > div {
margin-bottom: 2rem;
    text-align: center;
}
#container.contact > div .frame {
    width: 94%;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 2.5rem;
}
#container.contact > div table {
    width: 100%;
}
#container.contact > div table tr {
    border-bottom: 1px solid #f4f4f4;
}

#container.contact > div table th,
#container.contact > div table td {
    padding: .5rem;
    text-align: left;
    vertical-align: top;
}
#container.contact input[type="text"],
#container.contact textarea{
    width: 100%;
}

#container.contact .required {
    display: inline-block;
    font-size: 90%;
    padding: .1rem .3rem;
    background:#7F2A41;
    color: #fff;
    margin-left: 5px;
}

#container.contact input[type="submit"] {
    font-size: 16px;
    padding: .3rem 1rem;
    margin-top: 1rem;
}

#container.contact > div table + p {
    text-align: center;
}

@media screen and (max-width: 480px) {
#container.contact > div table th,
#container.contact > div table td {
    width: 100%;
    display: block;
}
    #container.contact{
        padding: .5rem;
        width: 98%;
        
    }
    #container.contact > div .frame {
        width: 98%;
        padding: 1rem;
    }
    #container.contact > div {
        font-size: 94%;
        text-align: left;
        margin-top: 1rem;
        padding: .5rem;
        margin-bottom: 0;
    }
}


/**************************************************
ottava
********************s******************************/
#aboutOttava h2 {
    text-align: center;
    margin:4rem auto 2.5rem;
}
#aboutOttava .txtArea p{
    line-height: 180%;
}
#aboutOttava .txtArea > p:first-of-type {
    font-size: 20px;
    margin-bottom: 1rem;
}
#aboutOttava .youtubeArea {
text-align: center;    
}

#aboutOttava .youtubeArea h3 {
    font-size: 20px;
    margin-top: 3rem;
    font-weight: normal;
}
#aboutOttava .youtubeArea h3 span {
    display: block;
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Georgia',sans-serif;
    font-size: 40px;
    margin-top: 1rem;
}
#aboutOttava .youtubeArea .inner {
    margin-top: 20px;
    width: 100%;
}
#aboutOttava .youtubeArea .inner iframe {
    width: 100%;
    max-width: 420px;
}
@media screen and (max-width: 480px) {
#aboutOttava .youtubeArea h3 {
    font-size: 16px;
}
#aboutOttava .youtubeArea h3 span {
    font-size: 36px;
}
    #aboutOttava .youtubeArea .inner iframe {
        height: 200px;
    }
}
/**************************************************
harmonic science
********************s******************************/
#harmonic h2 {
    color: #678642;
    font-size: 40px;
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Georgia',sans-serif;
    font-weight: normal;
    text-align: center;
    margin: 4rem auto 2rem;
}
#harmonic h2 span {
    color: #6A6A6A;
    font-size: 22px;
    display: block;
}
#harmonic .description .fBox {
    display: flex;
    flex-wrap:wrap;
}
#harmonic .description .fBox figure{
    width: 31%;
    margin: 0 1%;
    background:#5e8738;
    color: #fff;
}

#harmonic .description .fBox figcaption {
    padding: .9rem;
}

#harmonic .description .fBox figcaption span {
    display: block;
    margin: .5rem 0 0 auto;
    text-align: right;
    position: relative;
}
#harmonic .description .fBox figcaption span:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #fff;
    bottom:12px;
    right: 100px;
    position: absolute;
}

#harmonic .description .fBox + p {
    max-width: 820px;
    margin: 3rem auto 0;
}

#harmonic .description + section {
    background: #fff;
    padding: 3rem 4.2rem;
    margin-top: 4rem;
}
#harmonic .description + section h3 {
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 2rem;
}

#harmonic .description + section .txtArea p {
    font-size: 14px;
    line-height: 220%;
}
#harmonic .description + section .fBox p {
    line-height: 160%;
}
#harmonic .description + section .fBox,
#harmonic .description + section ul {
    display: flex;
    justify-content: space-between;
    color: #9A9A9A;
    margin-top: 2rem;
    flex-wrap:wrap;
}
#harmonic .description + section ul li {
    margin: 0 20px;
}

@media screen and (max-width: 480px) {
    #harmonic .description .fBox figure {
        width: 90%;
        margin: 1rem auto;
    }
    #harmonic .description .fBox figure img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    #harmonic .description + section {
        padding: 2rem;
    }
    #harmonic .description + section ul li {
        margin: 0 5px;
		padding: 10px;
    }
}

/**************************************************
member's menu
********************s******************************/
#members > h2,
#members > h2 + p{
        font-size: 24px;
    margin: 4rem auto 2rem;
    line-height: 180%;
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Georgia',sans-serif;
    text-align: center;
}
#members > h2 + p {
    font-size: 18px;
    margin-top: 0;
}

#members #paid {
    background: #fff;
    padding: 3rem;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
}
#members #paid > h3:first-of-type{
    background: #454A44;
    color: #fff;
    text-align: center;
    padding: .8rem .5rem;
    font-weight: normal;
    margin: 2rem auto 1rem;
    width: 100%;
}
#members #paid > h3:first-of-type + p {
    order:-1;
}

#members #paid dl dt {
    font-size: 18px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #DEDEDE;
    padding: .5rem;
    font-weight: bold;
}
#members #paid dl dd {
    padding: 0 1.5rem;
    margin-bottom: 2rem;
    line-height: 180%;
}

#members #paid .txtArea {
    width: 90%;
    max-width: 580px;
    background: #FAF8F8;
    padding: 2rem;
    font-size: 14px;
    color: #707070;
    margin: 0 auto;
}

#members #paid .txtArea p {
    margin-top: 1rem;
    line-height: 160%;
}

#members #price {
    text-align: center;
    margin-top: 4rem;
}
#members #price  h3 {
    display: inline-block;
    text-align: left;
    line-height: 180%;
    font-size: 18px;
}

#members #price  h3 + p {
    display: block;
    padding: .5rem 2rem;
    color: #fff;
    background:#454A44; 
    font-size: 18px;
    font-weight: bold;
    margin: 2rem auto;
    width: 40%;
}

#members #price table {
    width: 90%;
    max-width: 800px;
    background: #F5F5F5;
    margin: 0 auto;
}
#members #price table tr > * {
    padding: 1rem;
    border: 1px solid #fff;
}
#members #price table thead td,
#members #price table tbody th {
    background: #ADADAD;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
#members #price table thead td:first-of-type {
    background: #fff;
}
#members #price table tbody td {
    text-align: left;
    padding: 1rem 2rem;
}

#members #price table tbody td:last-of-type {
    text-align: right;
    vertical-align: middle;
}

#members #price table tbody td span {
    font-weight: bold;
    color: #C59853;
    font-size: 115%;
}
#members #price table tbody ol {
    display: inline-block;
    text-align: left;
}
#members #price table tbody td:last-of-type li {
    margin-top: 1rem;
    list-style-type: upper-latin;
}
#members #price table tbody td:last-of-type li:first-of-type {
    margin-top: 0;
}
#members #price table tbody th {
    background: #C59853;
}

#members #price table + p {
    margin-top: 2rem;
}

@media screen and (max-width: 480px) {
#members > h2 + p {
    font-size: 16px;
}
    #members #paid {
        padding: 1.5rem;
    }
    #members #price h3 + p {
        width: 100%;
    }
    
    #members #price table th,
    #members #price table td {
        display: block;
        width: 100%;
    }
    #members #price thead {
        display: none;
    }
    #members #price td:nth-of-type(1):before,
    #members #price td:nth-of-type(2):before {
        content: "サービス内容";
        display: block;
        background: #ADADAD;
        color: #fff;
        font-weight: bold;
        width: calc(100% + 4rem);
        margin: -1rem 0 1rem -2rem;
        padding: 5px;
        box-sizing: border-box;
        text-align: center;
    }
        #members #price td:nth-of-type(2):before {
        content: "会費（月額/税抜）";
    }
    #members #price table tbody td:last-of-type {
        text-align: center;
    }
}

/**************************************************
timetable
**************************************************/
#timetable h2 {
text-align: right;
font-size: 14px;
font-weight: normal;
margin: 3rem auto 1rem;
}

#timetable h2 + p {
text-align: center;
background: #737373;
color: #fff;
margin-bottom: .5rem;
}
#timetable table {
width: 100%;
background:#fefff1;
}
#timetable table td {
padding: .5rem;
border: 1px solid #d9d9d9;
text-align: center;
width: calc(90% / 7);
vertical-align: middle;
font-size: 14px;
    }

#timetable table td:first-of-type {
width: 10%;
text-align: center;
}
#timetable table tbody td:first-of-type {
background: #c7af7a;
color: #fff;
}
#timetable table td span {
display: block;
font-weight: bold;
margin-bottom: .5rem;
font-size: 16px;
}
#timetable table thead td {
background: #80a95b;
color: #fff;
}
#timetable .re-air {
background: #f5f5f5;
}
#timetable .live {
background: #ebf8ff;
}
#timetable .natural {
background: #edfff0;
}
#timetable .white {
background: #fefff1;
}
#timetable div.comment ul {
display: flex;
flex-wrap:wrap;
margin-top: 1.5rem;
justify-content: center;
}
#timetable div.comment ul li {
margin-right: 15px;
}
#timetable div.comment span {
display: inline-block;
width: 20px;
height: 20px;
vertical-align: middle;
border: 1px solid #ddd;
margin-right: 5px;
}

@media screen and (max-width: 812px) {
.scrollTbl table {
width: 100%;
max-width: 800px;
}
#timetable table td {
font-size: 90%;
padding: .2rem .5rem;
}
.scrollTbl {
overflow: auto;
white-space: nowrap;
}
.scrollTbl::-webkit-scrollbar{
 height: 5px;
}
.scrollTbl::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scrollTbl::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
#timetable table tbody td:first-of-type {
position: sticky;
left: -1px;
border: 1px solid #d9d9d9
}
#timetable div.comment ul li {
margin-right: 10px;
}
* {
-webkit-text-size-adjust:100%;
}
}

/**************************************************
ondemand
**************************************************/
#container.ondemand h3{
    background: #5a5a5a;
    color: #fff;
    margin: 3rem auto 1.2rem;
    padding: .8rem 1rem;
}
#container.ondemand section ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#container.ondemand audio {
    width: 250px;
}
#container.ondemand section ul:not(.schedule) li {
    width: 18%;
    text-align: center;
    margin: 0 1% 20px;
}
#container.ondemand section ul li  img {
    width: 100%;
    max-width: 170px;
    height: 170px;
    object-fit: cover;
}
#container.ondemand section h3 + p {
    text-align: center;
    font-weight: bold;
}

#container.ondemand section ul.schedule {
    display: block;
    background: #fff;
    width: 94%;
    max-width: 560px;
    margin: 20px auto 0;
    padding: 2.5rem;
}
#container.ondemand section ul.schedule span {
    display: inline-block;
    font-size: 14px;
    padding: .2rem .5rem;
    background: #484848;
    text-align: center;
    color: #fff;
    margin-right: 1rem;
    border-radius: 3px;

}


#container.ondemand section ul.schedule li:not(:last-child) {
    margin-bottom: .8rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #ddd;
}
.ondemand-player-board .moreBtn {
  height:28px;
}
img.ondemand-thumb {
  min-width: 170px;
}
a.ondemand-play-btn {
  margin: auto;
  padding:0px;
  max-width:170px;
}
div.ondemand-player-container {
  width: 170px;
  height: 28px;
  margin: 0px auto;
}
iframe.ondemand-player {
  transform: scale( 0.68 );
  transform-origin: left top;
}
.ondemand-player-board a {
    display: inline-block
}
.ondemand-player-board div {
    text-align: left;
    margin-top: 20px;
}

.ondemand-player-board span {
    display: inline-block;
    background:#444a43;
    color: #fff;
    padding: .1rem .1rem .1rem .3rem;
    font-size: 13px;
    border-radius: 3px;
    margin: 0 auto 3px;
}

div.ondemand-popup-play-btn {
    color:#fff;
    background:#bb9961;
    padding: .3rem .5rem;
    width:170px;
    text-align:center;
}

@media screen and (min-width: 813px) {
    #container.ondemand section:nth-of-type(4) li {
    width: 24% !important;
}
}
@media screen and (max-width: 812px) {
#container.ondemand section ul li {
    width: 30% !important;
    margin: 0 1% 30px;
}
    #container.ondemand section ul:not(.schedule) li {
        margin: 0 1% 40px;
    }
    #container.ondemand section ul.schedule li {
        width: 100% !important;
    }
}
@media screen and (max-width: 480px) {
#container.ondemand section ul li {
    width:48% !important;
}
    #container.ondemand section ul.schedule span {
        display: block;
    }
}

/*-------------------
会員登録専用 Style
-------------------*/
#flow {
margin-top: 2rem;
    text-align: center;
}
#container.contact.entry {
    max-width: 880px;
}
.entry .frame input[type="email"] {
    width: 90%;
    max-width:480px;
    margin: .5rem auto 1rem;
} 
#container.contact.entry > div {
    margin-bottom: 0;
}
.entry .frame h3 {
    margin-top: 2rem;
}
.entry .frame input[type="submit"] {
border-radius: 0;
background: #7F2A41;
    border:none;
    color: #fff;
    width: 240px;
    padding: .5rem !important;
}
#container.contact.entry > div table th {
    width: 30%;
}

.entry .frame input.post1,
.entry .frame input.year{
    width: 100px !important;
}
.entry .frame input.post2 {
    width: 150px !important;
}
select {
    padding: .3rem;
}
.spOnly {
    display: none;
}

input.back {
    background: #7f7f7f !important;
    display: inline-block;
    margin-right: 1px;
}
input.security {
    width: 150px !important;
}
h4.title {
    font-size: 24px;
    margin-bottom: 1rem;
    text-align: center;
}
p.btn a {
    display: block;
    max-width: 240px;
    padding: .5rem;
    width: 90%;
    margin: 3rem auto 0;
    color: #fff;
    background: #7F2A41;
    text-align: center;
}
@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 480px) {
    .spOnly {
        display: block;
    }
    .entry .frame h3 {
        margin-top: 0;
    }
    #container.contact input[type="submit"] {
        display: block;
        margin: 1rem auto;
        padding: .8rem 0;
    }
    #container.contact.entry > div table th {
        width: 100%;
        padding-bottom: 0;
    }
    #container.contact.entry > div table td {
        padding-top: 0;
    }
}
#kiyaku {
margin-top: 20px;
}
#kiyaku > h3 {
background: #ddd;
padding: .5rem;
}
#kiyaku > div{
background: #fff;
overflow-y: scroll;
padding: 25px;
height: 325px;
font-size: 14px;
color: #6b6b6b;
text-align: left;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border: 1px solid #ddd;
}
#kiyaku > div .bold {
display: block;
margin-bottom: 10px;
font-weight: bold;
}
#kiyaku > div + p {
margin-top: 20px;
font-size: 14px;
}

#kiyaku > div ol {
list-style: decimal;
}
#kiyaku > div ol li {
margin-left: 40px;
margin-bottom: 8px;
}
#kiyaku .date {
text-align: right;
margin-top: 30px;
}
.entry .frame input[type="submit"] {
border-radius: 0;
background: #7F2A41;
    border:none;
    color: #fff;
    width: 240px;
    padding: .5rem !important;
    cursor: pointer;
    margin: 20px auto 0;
    display: block;
}
.entry .frame input[type="submit"][disabled] {
border-radius: 0;
background: #e2e2e2;
cursor: default;
}
input.password {
    max-width:280px; 
}

