@charset "UTF-8";

.bg_img {
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
    background-color: #c41a4120;
    padding: 100px 0;
}
.inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
}
.ttl {
    position: absolute;
    margin-top: -100px;
    background: #fff;
    padding: 40px 30px 30px 30px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3rem;
    font-weight:900;
}
.contents {
width: calc(100% - 190px);
margin-left: auto;
}
.contents li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}
.icon {
    width: 120px;
    height: 120px;
    margin-right: 40px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.box {
width: calc(100% - 160px);
}
.lead {
font-size: 2.5rem;
margin-bottom: 10px;
line-height: 1.5;
}
.content1 {
margin-bottom: 60px
}
.content2 {
margin-bottom: 60px
}
@media screen and (max-width: 1200px){
.contents {
    width: calc(100% - 130px);
}
}
@media screen and (max-width: 768px){
.bg_img {
    padding: 30px 0;
}
.contents {
    width: 100%;
}
.ttl {
    position: relative;
    margin-top: 0;
    padding: 10px;
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2.6rem;
}
.contents li {
padding-left: 0;
}
.box {
width: calc(100% - 100px);
}
.icon {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.icon img {
    width: 85px;
}
.lead{
    font-size: 1.8rem;
    font-weight: 700;
}
}
@media screen and (max-width: 540px){
.contents li {
    display: block;
}
.icon {
margin: 0 auto 10px;
}
.box {
width: 100%;
}
}