@charset "utf-8";
/* CSS Document */

/*
* COMMON
******************************************************/
.info-content {
    width: 100%;
    max-width: 960px;
    margin: 40px auto 0;
    margin-top: 164px !important;
    border-left: 16px solid #234da0;
    border-right: 16px solid #234da0;
    position: relative;
}
/* bg color */
.info-content.consumption-tax {
    border-left: 16px solid #234da0;
    border-right: 16px solid #234da0;
}
.info-content.income-tax {
    border-left: 16px solid #dd6d36;
    border-right: 16px solid #dd6d36;
}
.info-content.corporate-tax {
    border-left: 16px solid #935d29;
    border-right: 16px solid #935d29;
}
.info-content.inheritance-tax {
    border-left: 16px solid #2b8339;
    border-right: 16px solid #2b8339;
}
.info-content.others {
    border-left: 16px solid #637d8a;
    border-right: 16px solid #637d8a;
}

.info-content-title {
    text-align: center;
    margin-bottom: 16px;
    line-height: 1;
}
.info-content-title h2 {
    color: #0084c8;
    font-size: 3.0rem;
    font-weight: normal;
    letter-spacing: 1px;
}
@media(max-width:960px) {
    .info-content {
        width: auto;
        max-width: inherit;
        margin: 20px auto 0 !important;
        border-left: 8px solid #234da0;
        border-right: 8px solid #234da0;
    }
    .info-content-title h2 {
        font-size: 2.0rem;
    }
    /* bg color */
    .info-content.consumption-tax {
        border-left: 8px solid #234da0;
        border-right: 8px solid #234da0;
    }
    .info-content.income-tax {
        border-left: 8px solid #dd6d36;
        border-right: 8px solid #dd6d36;
    }
    .info-content.corporate-tax {
        border-left: 8px solid #935d29;
        border-right: 8px solid #935d29;
    }
    .info-content.inheritance-tax {
        border-left: 8px solid #2b8339;
        border-right: 8px solid #2b8339;
    }
    .info-content.others {
        border-left: 8px solid #637d8a;
        border-right: 8px solid #637d8a;
    }
}


/*
* CATEGORY
******************************************************/
.info-category {
    width: 100%;
    max-width: 880px;
    padding: 0 40px;
    margin: auto;
    display: block;
}
.info-category.is-hidden {
    display:none;
}
.info-category-list {
    display: flex;
    justify-content: space-between;
    max-width: 760px;
    width: 100%;
    margin: auto;
    padding: 20px 0 70px 0;
}
.info-category-list li {
    text-align: center;
    width: 100%;
    max-width: 146px;
    margin: auto;
    text-align: center;
    line-height:36px;
    height: 36px;
    position: relative;
}
.info-category-list li a {
    color: #FFF;
    font-size: 2.0rem;
    font-weight: normal;
    letter-spacing: 1px;
    display: block;
}
.info-category-list li a.is-selected::after {
  border-bottom: solid 4px #e20009;
  bottom: -7px;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

/* bg color */
.info-category-list li a.category01 {
    background: #234da0;
}
.info-category-list li a.category02 {
    background: #dd6d36;
}
.info-category-list li a.category03 {
    background: #935d29;
}
.info-category-list li a.category04 {
    background: #2b8339;
}
.info-category-list li a.category05 {
    background: #637d8a;
}

@media(max-width:960px) {
    .info-category {
        width: auto;
        max-width: 760px;
    }
    .info-category-list {
        display: flex;
        justify-content: space-between;
        max-width: inherit;
        width: 100%;
        margin: auto;
        padding: 0 0 20px 0;
    }
    .info-category-list li a {
        font-size: 1.4rem;
    }
}
@media(max-width:768px) {
    .info-category {
        width: auto;
        max-width: inherit;
        padding: 0;
        display: block;
    }
    .info-category-list {
        display: flex;
        justify-content: space-between;
        max-width: inherit;
        width: 100%;
        margin: auto;
        padding: 0 0 20px 0;
    }
    .info-category-list li a {
        font-size: 1.4rem;
    }
}

/*
* TITLE
******************************************************/
.info-title {
    width: 100%;
    max-width: 880px;
    padding: 0 40px;
    height: 155px;
    display: block;
    overflow: hidden;
}
.info-title.is-hidden {
    display:none;
}
@media(max-width:960px) {
    .info-title {
        width: auto;
        max-width: inherit;
    }
}
@media(max-width:768px) {
    .info-title {
        width: auto;
        max-width: inherit;
        padding: 0;
        height: inherit;
    }
}


/*
* POST CATEGORY
******************************************************/
.info-post-category-heading {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 188px;
    margin: auto;
    text-align: center;
    line-height:48px;
    height: 48px;
    color: #FFF;
    font-size: 2.0rem;
    font-weight: normal;
    letter-spacing: 1px;
}
.info-post-category-heading::before {
    content: "";
    display: block;
    position: absolute;
    background: url('../img/info/ico-title.jpg') left top no-repeat;
    width: 69px;
    height: 83px;
    top: -30px;
    left: -65px;
}
/* bg color */
.info-post-category-heading.category01 {
    background: #234da0;
}
.info-post-category-heading.category02 {
    background: #dd6d36;
}
.info-post-category-heading.category03 {
    background: #935d29;
}
.info-post-category-heading.category04 {
    background: #2b8339;
}
.info-post-category-heading.category05 {
    background: #637d8a;
}
@media(max-width:767px) {
    .info-post-category-heading {
        max-width: 140px;
        line-height: 36px;
        height: 36px;
        font-size: 1.8rem;
    }
}

/*
* SIDE MENU
******************************************************/
.info-category-sidemenu {
    position: absolute;
    top: 0;
    right: 16px;
}
.info-category-sidemenu-list {
    
}
.info-category-sidemenu-list li {
    width: 117px;
    text-align: center;
    line-height:28px;
    height: 28px;
    letter-spacing: 1px;
    margin-bottom: 7px;
    display: block;
}
.info-category-sidemenu-list li a {
    color: #FFF;
    font-size: 1.8rem;
    display: block;
}
/* bg color */
.info-category-sidemenu-list li.category01 {
    background: #234da0;
}
.info-category-sidemenu-list li.category02 {
    background: #dd6d36;
}
.info-category-sidemenu-list li.category03 {
    background: #935d29;
}
.info-category-sidemenu-list li.category04 {
    background: #2b8339;
}
.info-category-sidemenu-list li.category05 {
    background: #637d8a;
}
@media(max-width:767px) {
    .info-category-sidemenu {
        position: static;
        padding-top: 40px;
    }
    .info-category-sidemenu-list {
        display: flex;
        justify-content: space-between;
        width: auto;
        margin: auto;
    }
    .info-category-sidemenu-list li {
        width: calc(100% / 4);
        text-align: center;
        line-height:28px;
        height: 28px;
        letter-spacing: 1px;
        margin-bottom: 7px;
        display: block;
    }
    .info-category-sidemenu-list li a {
        font-size: 1.6rem;
    }
}



/*
* POST
******************************************************/
.info-posts {
    padding: 0 40px 60px 40px;
    margin-bottom: 36px;
}
.info-post {

}
.info-post-header {
    margin-bottom: 36px;
}
.info-post-time {
    font-size: 2.0rem;
    color: #0051a4;
    display: inline-block;
}
.info-post-title {
    display: inline-block;
}
.info-post-title h3 {
    font-size: 2.0rem;
    color: #0051a4;
    font-weight: normal;
}
.info-post-content {
    margin: 36px 0;
}
@media(max-width:767px) {
    .info-posts {
        padding: 0 15px;
        margin-bottom: 24px;
    }
    .info-post-time {
        font-size: 1.5rem;
    }
    .info-post-title h3 {
        font-size: 1.5rem;
    }
    .info-post-content {
        margin: 24px 0;
    }
}

/* accordion */
.accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 10px 0 0 26px;
    font-weight: normal;
    color: #0051a4;
    cursor: pointer;
}
.accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 5px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #0051a4;
}
.accordion-container .accordion-title.open::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #0051a4;
}
.accordion-content {
    display: block;
}
@media(max-width:767px) {
    .accordion-container .accordion-title::before {
        content: "";
        position: absolute;
        top: 13px;
        left: 3px;
        border-top: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #0051a4;
    }
    .accordion-container .accordion-title.open::before {
        content: "";
        position: absolute;
        top: 16px;
        left: 0;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top: 13px solid #0051a4;
    }
}

