.articleDlSub{
    flex-direction: column;
    display: flex;
    margin: 0 0 0 50px;
    align-items: flex-start;
}
.articleDlSub .article_cat {
    margin: 15px 0;
}
.articleDlSub .articleDl_title {
    margin: 15px 0;
}
.articleDlSub .articleDl_dl {
    margin: 15px 0;
}
.movie .articleThumb_desc {
    max-width: 460px;
}

.training .article_cat {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin: 0 30px;
    padding: 8px 1%;
    background-color: #707070;
    color: #fff;
    font-size: 12px;
}

.pagenavi_col{
    margin: 50px auto 0%;
}

.articleThumb_desc {
    max-width: 100%;
    width: 500px;
}
.tool_imgNone{
    display: none;
}

.manual .articleThumb{
   border-bottom:1px solid #cacaca;
    padding-bottom: 40px; 
}
.main .articleThumb_descContent {
    line-height: 2;
}
.main.single .articleSingle_content {
    line-height: 1.8;
}
.articleSingle_content p a{
    font-size: 18px;
    padding: 5px 30px;
    background-color: #0eb0a1;
    border-radius: 5px;
    color: #fff;
    transition: 0.3s;
    box-shadow: 2px 3px 3px #fff;
}
.articleSingle_content p a:hover{
    box-shadow: 2px 3px 3px #cacaca;
}
.archiveGroup .article_cat {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin: 0 30px;
    padding: 8px 14px;
    background-color: #707070;
    color: #fff;
    font-size: 12px;
}

.pagenavi_col .wp-pagenavi a, .pagenavi_col .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 8px 15px;
    margin: 6px;
    font-size:16px;
}
.articleDl_ToolImg{
    text-align: center;
    width: 248px;
    display: block;
}
.articleThumb_descTitle {
    border-bottom: solid 1px #000;
}

.articleThumb_descContent p a {
    font-size: 12px;
    padding: 3px 14px;
    background-color: #0eb0a1;
    border-radius: 5px;
    color: #fff;
    transition: 0.3s;
    box-shadow: 2px 3px 3px #fff;
    margin: 0 0 0 8px;
}
.archiveThumb .articleThumb_descTitle {
    font-size: 17px;
}

.articleThumb .articleThumb_img.Box.movie-cap {
    position: relative;
    width: 100%;
    max-width: 311px;
    height: auto;
    padding-top: 0px;
}
.archiveThumb .articleThumb {
    align-items: flex-start;
}


div#businessday {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 25px;
}
#store-businessday {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
}
#businessday .maintitle {
    margin: 0 auto 18px;
    padding: 25px 0 0;
    font-size: 42px;
    color: #585657;
    line-height: 1.4;
}
#businessday .subtitle-en {
    font-size: 42px;
    color: #000;
    letter-spacing: 0.05em;
}
#businessday .subtitle {
    font-size: 22px;
    color: #585657;
    margin: 0px 0 0 0;
    display: block;
}
.b-day-box {
    margin: 0 auto;
    width: 95%;
    max-width: 
}
.xo-months {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}
.xo-month-wrap {
    width: 100%;
}
.b-day-desc {
    text-align: center;
    font-size: 16px;
    color: #595757;
    line-height: 1.8;
}
.businessday_maintitle{
    text-align: center;
}
.holiday-titles{
    text-align: center;
}
@media screen and (max-width: 737px){
div#businessday {
    max-width: 98%;
    margin: 0 auto;
    background-color: #fff;
    padding: 5vw 0;
}
.xo-months {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
}
.xo-month-wrap {
    width: 100%;
}
.b-day-desc {
    text-align: center;
    font-size: 3.2vw;
    color: #595757;
    line-height: 1.8;
}
#main #contact_form #select_form p {
    width: auto;
    margin: 0 6px;
    text-align: center;
}
}