@charset "utf-8";
/* 共通 */
* {
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
*:hover {
    transition-duration: .2s;
}
body {
    color: #222;
}
p {
    font-size: 16px;
    line-height: 1.5;
}
img {
    max-width: 100%;
}
.container {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.container_fluid {
    width: 100%;
}
#contents {
    max-width: none;
}
h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
h3 {
    background: none;
    border: none;
    font-weight: bold;
    margin: 60px auto 20px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    color: #525252;
}
.btn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}
.txt_pink {
    color: #f94e4d;
}
.icatch {
    background: -moz-linear-gradient(left, #4e84df, #3967b9);
    background: -webkit-linear-gradient(left, #4e84df, #3967b9);
    background: linear-gradient(to right, #4e84df, #3967b9);
}
.icatch_inner {
    padding: 40px 0 50px;
    position: relative;
}
.icatch_inner::after {
    content: url(/images/ielovebb/introduction_chukai/img_icatch.png);
    position: absolute;
    right: -90px;
    bottom: -69px;
}
.icatch .btn {
    font-size: 16px;
    padding: 12px 0 9px;
    margin-top: 25px;
    border: 1px solid #ddd;
    color: #2e6ace;
    background: #fff;
    width: 242px;
}
.icatch .btn:hover {
    background: #ebf6ff;
    transition: .2s;
    color: #2e6ace;
}

.merit {
    padding: 150px 0 120px;
}
.merit_list {
    display: flex;
    justify-content: center;
}
.merit_list li {
    width: 500px;
    border: solid 2px #2e6ace;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    padding: 28px 0 28px 160px;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-size: 138px;
    background-position: center left 8px;
}
.merit_list li:first-child {
    background-image: url(/images/ielovebb/introduction_chukai/icn_merit1.png);
}
.merit_list li:last-child {
    background-image: url(/images/ielovebb/introduction_chukai/icn_merit2.png);
}
.merit_list li b {
    font-size: 26px;
}
.service_flow {
    text-align: center;
}
.service_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 880px;
    margin: auto;
}
.service_list_l {
    width: 280px;
    padding: 28px 15px 12px 15px;
    background-color: #ebf6ff;
    background-repeat: no-repeat;
    background-size: 95px;
    background-position: top 5px right 20px;
    font-size: 14px;
    border-radius: 4px;
}
.service_list_l.adCreate {
    background-image: url(/images/ielovebb/introduction_chukai/icn_service_adCreate.png);
}
.service_list_l.reserve {
    background-image: url(/images/ielovebb/introduction_chukai/icn_service_reserve.png);
}
.service_list_l.application {
    background-image: url(/images/ielovebb/introduction_chukai/icn_service_application.png);
}
.service_list_l dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 28px;
}
.service_list_l dd {
    text-align: justify;
}
.service_list_s {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.service_list_s dt {
    padding: 10px 0 8px;
    background: #ebf6ff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 205px;
    border-radius: 4px;
}
.service_flow {
    margin-bottom: 15px;
}
.ieloveCloud {
    background: #fffde2;
    padding: 80px 0;
}
.ieloveCloud h2 {
    margin-bottom: 20px;
    position: relative;
}
.ieloveCloud h2::before {
    content: url(/images/ielovebb/introduction_chukai/img_more_fukidashi.png);
    position: absolute;
    top: -55px;
    right: 840px;
    left: 0;
}
.ieloveCloud_inner {
    display: flex;
    justify-content: space-between;
}
.ieloveCloud_txt {
    font-size: 16px;
    margin: 10px 0 15px;
}
.ieloveCloud_txt b {
    font-size: 19px;
}
.ieloveCloud_point {
    margin-bottom: 30px;
}
.ieloveCloud_point li {
    font-size: 19px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.ieloveCloud_point li::before {
    content: url(/images/ielovebb/introduction_chukai/icn_check.png);
    line-height: 1;
    margin-right: 10px;
}
.btn_cloud {
    font-size: 14px;
    color: #f94e4d;
    background-color: #fff;
    border: solid 1px  #f94e4d;
    padding: 12px 20px;
    box-shadow: 0px 3px 10px 0px rgb(104 104 104 / 40%);
}
.btn_cloud:hover {
    background: #fef4f3;
    color: #f94e4d;
    transition: .2s;
}
#footer {
    padding: 10px;
    height: auto;
}
footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 130px 0 100px;
}
.cta_newAccount {
    text-align: center;
    margin-bottom: 100px;
}
.cta_newAccount_txt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cta_newAccount_txt::before,
.cta_newAccount_txt::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 28px;
    background: url(/images/ielovebb/introduction/icn_slash.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 15px;
}
.cta_newAccount_txt::after {
    transform: scale(-1, 1);
}
.cta_newAccount .btn {
    width: 320px;
    box-shadow: 0 3px 7px 0 rgb(104 104 104 / 40%);
}
.cta_login_txt {
    font-size: 15px;
    font-weight: bold;
    margin: 25px auto 5px;
}
.btn_account {
    font-size: 20px;
    padding: 18px 0 15px;
    background: #2e6ace;
    color: #fff;
}
.btn_account:hover {
    background: #2961ba;
    transition: .2s;
    color: #fff;
}
.btn_login {
    font-size: 16px;
    padding: 12px 0 9px;
    border: 1px solid #ddd;
    color: #2e6ace;
}
.btn_login:hover {
    background: #ebf6ff;
    transition: .2s;
    color: #2e6ace;
}
.cta_note {
    font-size: 13px;
    color: #7c7c7c;
    margin-top: 10px;
}
.img_cta {
    margin-right: -50px;
    width: 675px;
}
