@charset "utf-8";
/*------------------------
全体
------------------------*/

.left {
    display: block;
}

.breadcrumb-wrap {
    background: rgba(255, 255, 255, 0.3);
}

.page_ttl .text-wrap {
    padding: 73px 0 107px;
}

.page_ttl h1 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: .04em;
    display: inline-block;
    padding: 20px 40px;
    background: rgba(0,0,0,.5);
    color: #fff;
}

.left p{
	line-height: 1.65;
    margin-bottom: 10px;
    font-size: 18px;
}
.left li{
	line-height: 1.65;
    margin-bottom: 18px;
    font-size: 18px;
}

.number-li {
	display: flex;
    padding: 0;
	margin-right: 1.2em;
}

.number-li:before {
    content: "◆";
    margin-right: .2em;
}

.flex-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 60px;
}

.ttl-wrap{
    margin-bottom: 20px;
    padding-left: 0;
}

.ttl-wrap h2{
    position: relative;
    padding-left: 18px;
}

.ttl-wrap h2::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 34px;
    background-color: crimson;
    position: absolute;
    top: -3px;
    left: 0px;
}

.wapper{
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    margin-bottom: 40px;
}