/*
Theme Name:futurio child
Template: futurio
*/

/* 事業概要  */

/* 事業紹介の画像中央揃え */
.img_vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-block-button_blue a {
    border-radius: 7px;
    padding: 5px 25px;
    font-size: 14px;
    color: #0693E3;
    background-color: #ffffff;
    border: 2px solid #0693E3;
}
.wp-block-button_blue a:hover{
    color: #ffffff;
    background-color: #5EB1ED;
    border-color: #B8D5E9;
    transition : 0.5s;
}

/* 提携決済サービス一覧 */
.payment_link {
    margin-top: 15px;
    position: relative;
}

.payment_link:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    display: inline-block;
    width: 60%;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*background-color: #d3d3d3;*/
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(1, 56, 147, 1) 50%, rgba(255, 255, 255, 1));
    border-radius: 2px;
}

.payment_link a {
    font-weight: bold;
}

.payment_link a:hover {
    color:#F08C00;
}

/* ec-construction */
.infomation_well {
    position: relative;
    background: #eaf5f9;
    padding: 1.0em;
    border: solid 1px #27acd9;
    border-radius: 7px;
    margin: 0 7%;
}
/*.infomation_well::after {
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: #fff #fff #27acd9;
}*/

/* ec-introduction-advice */
.ec_advice_comment {
    padding:7px 25px;
}

@media (max-width: 767px) {
.ec_advice_comment {
    padding:7px;
}
}


/* ここまで */