@charset "UTF-8";

/*************************
/* flex-box
*************************/
.flex-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-box-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*******************************
*layout
*******************************/


/*******************************
*column
*******************************/
.c-col2{
    flex: 1 0 50%;
}

.img-colm2 > div{
    flex: 1 0 50%;
    padding: 5px;
}

.img-colm2 > div img{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/*******************************
*color
*******************************/
.color-main{
    color: #00a040;
}

.color-main-bg{
    background-color: #00a040;
}


/*******************************
*共通
*******************************/
/* 目次 */
#toc-container {
    margin: 2rem 0;
    padding: 1.2rem 1.5rem;
    background-color: #fff;
    background-color: rgb(0 160 64 / 3%);
    border: 1px solid #00a040;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

#article #toc-container .toc-title {
    width: fit-content;
    margin-top: 0;
    padding: 0 .5rem 0 .5rem;
    color: #333;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 1px solid #00a040;
    background-color: transparent !important;
    line-height: 1.75;
    text-align: left;
}

#article #toc-container .toc-title::before{
    content: none;
}

#toc-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

#toc-list li {
    margin-bottom: 0.4em;
    font-size: 1.125rem;
    list-style: none !important;
    line-height: 1.6;
}

#toc-list li a {
    position: relative;
    padding-left: 0.4em;
    text-decoration: none;
    transition: color 0.3s ease;
}

#toc-list li.indent {
    padding-left: 1em;
    font-size: 1rem;
}

/*  ラベル・キャプション */
#article .post_content .note-label{
    margin-bottom: 1rem;
}

/* リンク */
#article .post_content section .link_button a{
    color: #fff;
}

/* list */
#article .post_content ul{
    margin-left: 0;
    list-style: disc inside none;
}

#article .post_content ol{
    margin-left: 0;
    list-style: decimal inside none;
}

#article .post_content ul li,
#article .post_content ol li{
    padding-left: 1.125rem;
    text-indent: -1.125rem;
    line-height: 1.85;
}

#article .post_content ul li:not(:last-child),
#article .post_content ol li:not(:last-child){
    margin-bottom: 1rem;
}

/* title */
#article .post_content h2{
    position: relative;
    padding: 1rem 1.5rem;
    padding: .75em 1em;
    color: #fff;
    background-color: #006629;
    background-color: #00a040;
    text-align: left;
}

#article .post_content h2::before {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    box-sizing: content-box;
    border-top: solid 2px #00a040;
    border-bottom: solid 2px #00a040;
}

#article .post_content h3{
    color: #000000;
    border-color: #00a040;
    border-width: 2px;
    border-style: solid;
    padding-left: 1em ;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-right: none;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
}

#article .post_content h4 {
    color: #000000;
    border-color: #00a040;
    border-width: 1px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: 0.8em;
    background-color: transparent;
}

#article .post_content h4::before{
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    margin-right: 1.5rem;
    border-radius: 50%;
    background-color: #00a040;
}

#article .post_content h5 {
    color: #00a040;
    border-color: #000000;
    border-width: 3px;
    border-style: double;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    background-color: #f2f2f2;
    padding: 0.8em 1em;
}

/* arrow */
.post_content .arrow-r{
    position: relative;
    padding-left: 1rem;
}

.post_content .arrow-r:before{
    content:'\e910';
    /* content:'\e90f';  left*/
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'design_plus';
    line-height: 1.0;
}

/* author */
.author{
    margin-top: 5rem;
    padding: 1rem 1.5rem;
    border: 1px solid #ddd;
}

.author-box{
    display: flex;
    gap: 20px;
}

.author-box .author-img{
    flex: 0 0 25%;
}

.author-box .author-profile{
    flex: 1;
}

.author-box .author-profile p{
    line-height: 1.25;
}

.author-box .author-profile p:not(:last-child){
    margin-bottom: 0.5rem;
}

.author-box .author-profile .author-company{
    font-size: 0.875rem;
}

.author-box .author-profile .author-licenses{
    font-size: 0.875rem;
}


.author-box .author-profile .author-bio{
    font-size: 0.9375rem;
}
