@charset "utf-8";

h1, h3, h4, h5, h6, p, a, li, dt, dd, th, td {
    font-family: YuGothic, \6e38\30b4\30b7\30c3\30af, Yu Gothic, sans-serif ;
    color: #333;
    word-break: break-all;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-weight: normal;
}

h1{
}
h3{
   
}
h4{
}
strong{
    font-weight: bold;
}
b{
    font-weight: bold;
}
.bread{
    
    color: black;
}
.container h2{
    color:  #717171;
    text-align: left;
    margin: 0;
    line-height: normal;
    font-size: 1.4em;
    font-weight: normal;
}
.post{
    color: #333;
}

.post .container{
    padding-top:0px;
}
.post a{
    color:  #717171;
}
/*
.post h1 {
    text-align: center;
    border-left: none;
}
*/
.v_youtube__pc{
    display: block;
    margin: 30px auto 20px;
}

.v_youtube__sp{
    display: none;
    margin: 30px auto 20px;
}
.only_pc{
    display: block;
}
.only_sp{
    display: none;
}
@media (max-width: 767px){
    .v_youtube__pc{
        display: none;
    }

    .v_youtube__sp{
        display: block;
    }
    
    .only_pc{
        display: none;
    }
    .only_sp{
        display: block;
    }
}
/*-- 20251020-----*/
.news section{
    margin-bottom: 2em;
}
#n_category{
    width: 30%;
    display: block;
    margin: auto 1em auto auto;
    text-align:right;
    color: #d0ccc9;
}
#n_category a{
    color: black;
    text-decoration: none;
}
#n_category ul{
    width: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#n_category ul li{
    width: auto;    
    font-size: 1.0em;
    margin: auto 0 1em 1em;
    text-align: center;
}

@media (max-width: 767px){
    #n_category{
        width: 40%;
    }
    .news h1{
        margin-top: 1em;
    }
}
/*-----*/

.news_article_wrapper{
    width: 95%;
    margin: auto;
    /*padding: 50px 0;*/
    text-align: center;
    /*border-top: 1px solid #717171;
    border-bottom: 1px solid #717171;*/
    max-width: 768px;
    
}
.news_article_wrapper button{
    border: none;
    padding: 0.5em 1em;
    border-radius: 5px;
    margin: 0.5em;
    box-shadow: #000 2px 2px 2px;
}
.news_article_wrapper button a{
    text-decoration: none;
}

.news_article_wrapper h4{
    font-size: 1.1em;
    margin-top: 1em;
    line-height: 2;
}

.news_article_ttl{
    display: flex;
    padding: 45px 0 60px auto;
}

.news_meta{
    display: block;
    margin: 0;
    width: 20%;
    text-align: left;
}
.news_ttl{
    
    display: block;
    width: 80%;
}

.news_topview{
    margin: 50px auto 20px;
    width: 80%;
    text-align: center;
}

.media_topview{
    margin: 30px auto 20px;
    text-align: center;
}
.news_article_item{
    text-align: left;
}

.news_article_item p{
    margin: 50px 0;
    text-align: left;
}

.news_article_item__child p{
    margin: 0 1em;
    text-align: left;
}


.news_back{
    margin: 50px auto;
    text-align: center;
    font-weight: bold;
}

.news_book{
    width: 30%; 
    margin: 2em auto;
    text-align: center;
}

@media (max-width: 767px){
    .news_article_ttl{
        display: block;
    }
    .news_back{
        margin: 30px auto;
    }
}

@media (max-width: 480px){
    .news_book{
        width: 50%;
    }
    .news_ttl{
        width: 95%;
    }
    
    .news_meta{
        width: 100%;
    }
}

/*フォントタイプ変更*/
.news_f01{
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* スケジュール */
/* フル桁年月日表示spギリギリ表示*/
.ymd_f01{
    font-weight: 600;
    color: #404040;
    font-size: 1.5em;
    margin: 1em auto;
}
@media (max-width: 600px){
    .ymd_f01{
        font-size: 1.2em;
        line-height: 2em;
    }    
}

.table1 {
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}
/*
.table1 th, .table1 td {
  border: 1px solid gray;
    padding: 0.5em;
    padding-top:0.5em;
    text-align: center;
    vertical-align: middle;
}
*/
.table1 td {
    border: 1px solid gray;
    border-left: none;
    border-bottom: none;

    width: 5em;
    padding: 0.5em 0;
    text-align: center;
    vertical-align: middle;
    
}

@media (max-width: 600px){
    .table1{
        font-size: 0.6em;
    }
}

/*リスト*/
.parentheses{
    line-height: 1.5;
}
.parentheses p{
    margin: auto;
    line-height: 1.5;
    margin: 2em auto;
}

/*括弧つき数字*/
.news_article_item .parentheses ol{
    margin-left: 3.0em;
}

.news_article_item .parentheses ol li{
    list-style-type: none;
    counter-increment: cnt;
    margin: 1em auto;
}

.news_article_item .parentheses ol li::before {
    content: "（" counter(cnt) "） ";
    display:inline-block;
    margin-left:-3em; 
    width: 3em; 
}

/*括弧つき英数字*/
.news_article_item .parentheses_a ol{
    margin-left: 3.5em;
}

.news_article_item .parentheses_a ol li{
    list-style-type: none;
    counter-increment: abc;
    
}

.news_article_item .parentheses_a ol li::before {
    content: "（ " counter(abc,lower-alpha) " ）";
    display:inline-block;
    margin-left:-3.5em; 
    width: 3.5em; 
}

/*黒丸*/
.news_article_item .ul_disc ul{
    margin-left: 2em;
}

.news_article_item .ul_disc ul li{
    
    list-style-type: disc;
    line-height: 1;
    margin: 0.8em auto;
}

.news_article_item .ul_disc ul li::before {
    content: none;
    display:inline-block;
    margin-left:-1.5em; 
    width: 1.5em; 
}
/* ※自動付加 */
.news_article_item .note::before {
  content: "※";
  margin-right: 0.25em;
}
.news_article_item .note {
  /*color: #555;*/
    
}

.news_product{
    display: flex;
    width: auto;
    margin: 2em auto;
    text-align: center;
    /*2026018
    justify-content: space-around;*/
    justify-content: flex-start;
    flex-wrap: wrap;
}

.news_product_item{
    max-width: 40%;
    /*20260618
    margin: auto;*/
    margin-right: 1em;
    text-align: left;
}

.news_product_item img{
    width: 100%;
    /*2020618*/
    max-width: 200px;
    margin: auto;
    text-align: left;
}
.news_product_item .name{
    text-align: left;
    margin: auto;
    font-weight: 600;
    font-size: 0.8em;
    word-break: normal;       /* 単語の途中で改行しない */
    overflow-wrap: normal;    /* 単語が長くても途中で切らない */
    white-space: normal;      /* 通常の改行ルール */
}
.news_product_item .price{
    text-align: left;
    margin: 0;
    font-weight: 600;
    font-size: 0.75em;
    word-break: normal;       /* 単語の途中で改行しない */
    overflow-wrap: normal;    /* 単語が長くても途中で切らない */
    white-space: normal;      /* 通常の改行ルール */
}
.news_product_item a{
    text-decoration: none;
    
}

.news_l_img{
    width: 90%; 
    margin: 1em 2em; 
    text-align: center;
}
.news_s_img{
    width: 40%; 
    margin: 2em auto; 
    text-align: center;
}
@media only screen and  (max-width: 767px){
/*20260618   
    .news_product_item{
        width: 80%;
               
    }
    .news_product_item img{
        width: 50%;
    }
    .news_product_item p{
        text-align: center;
    }
    .news_l_img{
        width: 100%;
        margin: 1em 0;
    }
    */
}

.news_post{
    margin: auto;
    padding: 1em 0;
    width: 100%;
    max-width: 768px;
    text-align: center;
}
.news_post h1{ 
    width: 90%;
    margin: 1em auto;
    font-size: 1.2em;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-align: left;
    color: #717171;
}
.news_post p{
    font-size: 1em;
    margin: 1em auto;   
    width: 90%;
    max-width: 768px;
}
.news_post .s_left{
    width: 85%;
    margin: 1em auto;
    padding-top: 1em;
/*    text-align: center;*/
    text-align: left;
}

