
.document{
    font-size: 2rem;
    margin: 10px;
}

.document-container{
    letter-spacing: 1.3px;
    font-size: 1rem;
    line-height: 1.2;
    max-width: 935px;
    margin: 0 auto;
}

.document-category{
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    margin: 30px;
    text-decoration: none;
    box-shadow: 0 -6px 0 0 #DCECF8 inset;
}

.document-rule{
    margin: 20px;
}
.document-rule strong{
    display: block;
    margin-bottom: 0.5em;
}
.document-rule ul{
    margin-bottom: 2em;
}
.document-rule ul li + li{
    margin-top: 0.5em;
}

.user-delete-confirm{
    margin: 20px 10px 30px;
    color: red;
    border: solid 1px;
    padding: 5px;
}

.faq .document-rule{
}
.faq .document-rule h2{
    margin-top: 0.3em;
}
.faq .document-rule .q_txt,
.faq .document-rule .a_txt{
    font-size: 200%;
    vertical-align: -4px;
    display: inline-block;
    margin-right: 0.2em;
    min-width: 27px;
    text-align: center;
    color: #9b9997;
}
.faq .document-rule .a_txt{
    color: #0099ff;
}


.user-delete{
    text-align: center;
}

.user-delete-btn{
    padding: 5px 30px;
    background-color: #000; 
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.contact-confirm{
    font-size: 14px;
    margin: 20px 0;
}

.contact-confirm p{
    font-weight: 600;
    margin: 10px;

}
.contact-text{
    margin: 10px 0;
    font-weight: 600;
    font-size: 14px;
}
.contact-btn{
    background-color: #f0a630;
    margin: 0 5px;
    padding: 6px;
    color: #fff;
    font-size: 17px;
    width: 100%;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid transparent;
}
.draft{
    background-color: #ccc;
    color: #222;
}

.contact-detail{
    background-color: #ecefee;
    font-size: 16px;
    padding: 10px;
    border-radius: 7px;
    line-height: 1.3rem;
}
.info-wrap{
    margin: 10px;
}
.info-wrap h1{
    font-size: 1.2rem;
    font-weight: 600;    
}
.date{
    font-weight: 600;    
}
.info_contents{
    font-size: 1rem;
    margin: 15px 0;
}
.info-link{
    color: #719d37;
    font-weight: 600;    
}
.info_contents p{
   margin: 8px 0; 
}
.acd-check{
    display: none;
}
.acd-label{
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    border: 1px solid;
    border-color: #cccccc;
    line-height: 1.2;
}
.acd-content{
    border: 1px solid #333;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    border-color: #cccccc;
    font-weight: normal;
    line-height: 1;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    background: #ecefee;
}
.acd-content a {
    margin: 10px;
    color: #719d37;
    display:block;
}

.info-cate{
    min-width: 64px;
    padding: 5px;
    font-size: .7rem;
    font-weight: 800;
    margin-left: 14px;
    vertical-align: 0.1em;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background-color: #757575;
}
.blog-wrap{
    width: 850px;
    flex-wrap:wrap;
}
.blog-wrap > img{
    max-width: 100%;
    max-height: 500px;
}
.blog-box{
    margin: 30px 0 0;
    width: 240px;
}

.blog-image{
    width: 240px;
    border: 1px solid #fff;
    height: 150px;
    object-fit: contain;
    margin-bottom: 8px;
}
.blog-title{
    font-weight: 600;
    font-size: 16px;
    margin: 7px;
    line-height: 1.25;
}
.blog-title.show{
    width: 97%;
    font-size: 1.1rem;
    letter-spacing: 1.3px;
    line-height: 1.3;
    margin: 15px 7px;
}
.blog-date{
    margin: 0 7px;
}
.blog-date.show{
    font-size: 0.8rem;
}
.blog-contents{
    width: 250px;
    margin: 10px;
    letter-spacing: 1.6px;
    font-size: 1rem;
    line-height: 1.5;
}
.blog-contents.show{
    width: 97%;
}
.blog-contents img{
    max-width: 100%;
}
.document,
.new-information{
    /*font-size: .8rem;*/
    /*background-color: #ecefee;*/
    /*background-color: #d2832a;*/
    /*color: #fff;*/
    /*padding: 10px;*/
    /*margin: 5px 100px 10px;*/
    /*border-radius: 5px;*/
    /*font-weight: 600;*/
    /*text-align: center;*/
    border-top: 1px solid #ecefee;
    border-bottom: 1px solid #ecefee;
    font-size: 20px;
    padding: 14px 9px;
    line-height: 1.3rem;
    font-weight: bold;
    border-left: 12px solid #d2832a;
    margin: 10px 0 30px;
}
.blog-contents.show a{
    display: inline-block;
    color: #d97722;
    font-weight: bold;
}
.blog-contents.show a:hover{
    text-decoration: underline;
}

}
.blog-image-show{
    width: 100%;
    padding: 5px;
    border: 1px solid #fff;
    object-fit: contain;
}
.transition-wrap{
    text-align: center;
}
.page-transition{
    display: inline-block;
    padding: 10px 15px;
    margin: 10px;
    border: 1px #ccc solid;
    color: #000053;
    border-radius: 5px / 5px;
}
.blog-wide{
    width: 100%;
}
.blog-category{
    margin: 10px;
}
.blog-category a{
    color:  #ff5589;;
    font-weight: bold;
}
.category-archive{
    margin: 30px 0 0 30px;
}
.category-name{
    font-weight: bold;
    font-size: 16px;
    background: #e9e9e9;
    padding: 7px;
}

.category-wrap{
    margin: 5px 0 0 10px;

}
.category-archive p{
    font-size: 14px;
}

.calendar-wrapper {
    width:360px;
    margin:3em auto;
    padding: 2em 2rem 2rem 0rem;
    border:1px solid @calendar-border;
    border-radius:5px;
    background:@calendar-bg;
}
.calendar-wrapper table {
    clear:both;
    width:100%;
    border:1px solid @calendar-border;
    border-radius:3px;
    border-collapse:collapse;
    color:@calendar-color;
}
.calendar-wrapper td {
    height:48px;
    text-align:center;
    vertical-align:middle;
    border-right:1px solid @calendar-border;
    border-top:1px solid @calendar-border;
    width:100% / 7;
}
.calendar-wrapper td.not-current {
    color:@calendar-fade-color;;
}
.calendar-wrapper td#normal {}
.calendar-wrapper td#today {
    font-weight:700;
    color:@calendar-standout;
    font-size:1.5em;
}
.calendar-wrapper td#current {
    font-weight:700;
    color:@calendar-standout;
}
thead td {
    border:none;
    color:@calendar-standout;
    text-transform:uppercase;
    font-size:1.5em;
}
.calendar-button{
    border: none;  
    outline: none; 
    background: transparent; 
}
.calendar-link{
      text-decoration: underline;
}


@media screen and (max-width: 896px){
@media only screen and (max-width: 767px){
        
    .blog_box.flex{
        display: block;
    }
    .calendar-wrapper{
        max-width: 360px;
        width: 100%;
        padding: 0;
    }
    .blog-wrap{
        width: 100%;
        flex-flow:wrap;
    }
    .blog-box{
        width: 50%;
        margin: 0 0 17px 0;

    }
    .blog-image{
        height: 100px;
        width: 97%;
        border: 1px solid #fff;
    }
    .blog-title{
        width: 97%;
        font-weight: 600;
        margin: 5px;
        line-height: 1.1rem;
    }
    .blog-image-show{
    }
    .category-archive{
        margin: 30px 0px 0px;
    }
}
}
