@charset "utf-8";
/* CSS Document */

/*-----------------------------

　障害者雇用の扉CSS

------------------------------*/

/* メインビジュアル部分
---------------------------*/


/* メイン部分
---------------------------*/

/* リード文 */
.lead{
	color:#00913a;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.5;
}

.lead2{
	color:#00913a;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.8em;
	line-height:1.5;
}


/* アコーディオン */
.accordion-006 {
    max-width: 940px;
    margin-bottom: 7px;
    background-color: #e6edf3;
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #b6bdc3;
    border-right: 3px solid #b6bdc3;
    content: '';
    transition: transform .3s;
}

.accordion-006[open] summary::after {
    transform: rotate(225deg);
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}


/* 解説者紹介 */
.syoukai{
	border:#bbb 1px solid;
	padding:20px 20px 20px 20px;
	margin-top:20px;
	margin-bottom:10px;
}

.syoukai-title{
	color:#00913a;
	font-size:1.25em;
	font-weight:bold;
	border-left:#00913a 10px solid;
	padding:0 5px;
	margin:5px 0;
	margin-bottom:20px;
	line-height:1;
}

.syoukai-name{
	font-weight:bold;
	margin-top:10px;
}

.syoukai-text{
	padding-left:1em;
}

/* その他 */
.mb-1em{
	margin-bottom:1em;
}
