@charset "utf-8";
h2 {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #5e5757;
    margin: 45px 0 25px 0;
    position: relative;
}
h2::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 30px;
    height: 2px;
    background-color: rgba(94, 87, 87, 0.3);
}
h3{
	font-size: 1.7rem;
    text-align: center;
    font-weight: bold;
    color: #5e5757;
    margin: 45px 0 10px 0;
    position: relative;
}
.documentArea{
    margin-top:20px;
    padding-bottom: 10px;
    padding: 10px;
}
.strengthItemArea{
    margin: 0 0 5px 0;
}
.strengthItemArea h3{
    padding: 0 0 0 10px;
	margin-bottom: 12px;
    border-left: solid;
    border-color: #cbbaa4;
    border-width: 1px;
}
.strengthHead01:before, .strengthHead02:before,.strengthHead03:before,.strengthHead04:before{
    content: "";
    width: 50px;
    height: 40px;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: -10px;
}
.strengthHead01:before {
    background: url(../image/1.png) no-repeat 0 0;
    background-size: contain;
}
.strengthHead02:before {
    background: url(../image/2.png) no-repeat 0 0;
    background-size: contain;
}
.strengthHead03:before {
    background: url(../image/3.png) no-repeat 0 0;
    background-size: contain;
}
.strengthHead04:before {
    background: url(../image/4.png) no-repeat 0 0;
    background-size: contain;
}
.strengthItemArea img,.otherStrengthArea img,.strengthItemArea video{
    border-radius: 10px;
}
.strengthItemArea video{
    width: 100%;
    height: auto;
}
.strengthImgCaption{
    text-align: right;
    color: #5e5757;
}
.strengthItemArea p {
    overflow-wrap: break-word;
    font-size: 1.1rem;
    margin: 10px 4% 0 4%;
}
.otherStrengthArea {
    display: flex;
    padding: 0 0 3px 0;
    margin: 0 2%;
}
.otherStrengthItem {
    background-color: rgba(255, 251, 246, 0.6);
    width: 50.5%;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}
.otherStrengthItem h3{
    margin: 0 0 5px 0;
}
.otherStrengthLeftItem {
    margin: 0 0.5% 0 0;
}
.otherStrengthItem p{
    overflow-wrap: break-word;
    font-size: 1.1rem;
    margin: 10px 0 0 0;
}
