@charset "UTF-8";

/* #features */

#features {
    padding-top: 60px;
    padding-bottom: 180px;
}

#features h2 {
    font-size: 35px;
    line-height: 5rem;
    margin-bottom: 120px;
}

#features h2::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 5px;
    background: #d13440;
    bottom: -40px;
    left: calc(50% - 130px);
}

#features p {
    text-align: left;
    font-size: 18px;
    margin-bottom: 40px;
}

#features .img_area {
    margin-top: 85px;
    padding-left: 65px;
    padding-right: 65px;
}

#features .result {
    padding: 40px 20px 40px;
    font-size: 28px;
    background: url(../img/denki_mark_a.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #49b7b4;
    color: #fff;
    line-height: 2.2rem;
    text-align: center;
    margin-bottom: 115px;
}

#features .left_box {
    background: #f4f6f7;
    border: 3px solid #b3b3b3;
    padding: 20px;
    border-radius: 5px;
    font-size: 23px;
}

#features .left_box li {
    background: #3fa9f5;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 80px;
    font-weight: 400;
    width: 310px;
}

#features .left_box li:nth-child(1) {
    background: #f48c8c;
}

#features .left_box li:nth-child(2) {
    background: #50bcb4;
}

#features .left_box li:nth-child(1),
#features .left_box li:nth-child(2) {
    margin-bottom: 10px;
}

#features .left_box li span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

#features .right_box {
    width: 380px;
    position: relative;
}

#features .right_box dl {
    position: relative;
}

#features .right_box dt {
    background: url(../img/icon_heart.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #d13440;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-size: 25px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#features .right_box dd {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 3px solid #d13440;
    padding: 35px 35px 0;
    position: relative;
    font-size: 18px;
    padding-left: 75px;
    border-top: none;
}

#features .right_box dd li {
    margin-bottom: 20px;
}

#features .right_box dd span {
    font-size: 25px;
    font-weight: 400;
    color: #d13440;
    position: absolute;
    left: 35px;
}

#features .arrow_box {
    flex: 1;
    position: relative;
}

#features .arrow_box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    margin: auto;
}


/* #part */

#part {
    background: #f4f6f7;
    padding-top: 120px;
    padding-bottom: 195px;
}

#part h2 {
    margin-bottom: 70px;
}

#part h2.akushu span {
    background: linear-gradient(transparent 55%, rgba(255, 255, 0, 0.7) 55%);
}

#part h2.akushu span::before {
    background-image: url(../img/icon_akushu_g.png);
}

#part .flex_child {
    width: 100%;
    box-shadow: 0 0 5px #999;
    border-radius: 5px;
}

#part .flex_child:nth-child(1),
#part .flex_child:nth-child(2) {
    margin-right: 15px;
}

#part .flex_child dt {
    background: #3fa9f5;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 80px;
    font-size: 18px;
    font-weight: 400;
}

#part .flex_child:nth-child(2) dt {
    background: #50bcb4;
}

#part .flex_child:nth-child(3) dt {
    background: #f48c8c;
}

#part .flex_child dt span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

#part .flex_child dd {
    padding: 30px 25px 30px 35px;
    background: #fff;
    border-radius: 5px;
    height: 340px;
    box-sizing: border-box;
}

#part .flex_child dd li {
    margin-bottom: 25px;
    font-size: 15px;
    list-style-type: disc;
}


/* #flow */

#flow {
    padding-top: 140px;
    padding-bottom: 100px;
}

#flow h2.akushu span::before {
    background-image: url(../img/icon_akushu_g.png);
}

#flow .flow_img {
    padding-bottom: 90px;
    border-bottom: 5px solid #d13440;
    margin-bottom: 20px;
}

#flow .flow_list li {
    margin-bottom: 5px;
    margin-left: 5px;
}

/* #kodokushi */

#kodokushi{
    padding-top:60px;
}

#kodokushi h2 {
    font-size: 35px;
    line-height: 5rem;
    margin-bottom: 120px;
}
#kodokushi h2::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 5px;
    background: #d13440;
    bottom: -40px;
    left: calc(50% - 130px);
}
#kodokushi p{
    font-size: 18px;
    margin-bottom: 40px;
    text-align: left;
    word-break: break-all;
}
#kodokushi p img{
    width: 100%;
}
#kodokushi p a{
    color: #49b7b4;
}
#kodokushi p a:hover{
    text-decoration: none;
}

#kodokushi .flex .tel_box,
#kodokushi .flex .mail_box{
 width: 50%;
}
#kodokushi .flex .tel_box{
    border-right: 1px dashed #999;
}

#kodokushi dl {
    text-align: center;
    margin-top: 30px;
}
#kodokushi dt {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 40px;
}
#kodokushi dd p {
    font-size: 12px;
    text-align: center;
}
#kodokushi .tel {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 35px;
    background: url(../img/icon_tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 2.5rem;
    background-size: contain;
    display: inline-block;
}
#kodokushi .mail a {
    padding: 10px;
    width: 270px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 15px;
    background: #e04646;
}

#kodokushi .mail a img {
    vertical-align: sub;
}

