@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%;
}
.btn_kanri {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background-color: #f94e4d;
}
.btn_kanri:hover {
    color: #fff;
    background-color: #f96160;
}
.btn_kanri span {
    background: #e83130;
}
.btn_kanri:hover span {
    background: #ed4f4e;
    transition-duration: .2s;
}
.txt_pink {
    color: #f94e4d;
}
.txt_blue {
    color: #2e6ace;
}

/* header */
header {
    padding: 12px 0 10px;
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0 3px 4px 0px rgba(96, 125, 139, .15);
    width: 100%;
    z-index: 1000;
}
.header_inner {
    display: flex;
    width: 1070px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    align-items: center;
}
.header_logo {
    width: 126px;
    line-height: 1;
}
.header_cta {
    display: flex;
    align-items: center;
}
.header_tel {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    line-height: 1.2;
    margin-right: 10px;
}
.header_tel span {
    font-size: 13px;
    color: #525252;
}
.header_tel b {
    font-size: 20px;
}
.header_tel b::before {
    content: url(/images/ielovebb/downloadscomic/icn_phone.png);
    margin-right: 3px;
}
.header_cta .btn_kanri {
    width: 185px;
    padding: 8px 0;
    font-size: 14px;
    box-shadow: 0 2px 5px 0 rgba(104, 104, 104, .3);
}
.header_cta .btn_kanri span {
    font-size: 12px;
    border-radius: 12px;
    padding: 3px 8px 1px;
    margin-right: 5px;
}

.wrapper {
    width: 1070px;
    margin: auto;
    padding-bottom: 70px;
}

/* icatch */
.icatch {
    position: relative;
    height: 499px;
    background: url(/images/ielovebb/downloadscomic/bg_icatch.png) no-repeat;
    background-position: center;
    margin: 80px auto 5px;
}
.icatch_inner {
    padding: 50px 0 0 25px;
}
.icatch_txt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}
h1 {
    margin-bottom: 10px;
}
.icatch_cta .btn_kanri {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 12px 0 rgba(68, 68, 68, 0.4);
    width: 242px;
    font-size: 17px;
    line-height: 1;
    padding: 15px 10px 12px;
}
.icatch_cta .btn_kanri span {
    font-size: 14px;
    border-radius: 12px;
    padding: 5px 8px 3px;
    margin-right: 7px;
}

/* summary */
.summary {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.summary_txt {
    height: 314px;
    width: 593px;
    background: #222;
    position: relative;
}
.summary_txt::before {
    content: '';
    position: absolute;
    top: -31px;
    left: 0;
    border-bottom: 31px solid #222;
    border-left: 593px solid transparent;
}
.summary_txt p {
    background: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 12px;
    border: 3px solid #222;
    font-size: 18px;
    position: absolute;
}
.summary_txt .summary_txt1 {
    padding-left: 25px;
    right: 40px;
}
.summary_txt .summary_txt2 {
    right: 173px;
    bottom: 23px;
}
.summary_txt .summary_txt3 {
    left: 30px;
    bottom: 35px;
    padding: 8px;
}
.summary_txt3 b {
    display: block;
    padding: 25px;
    border: 2px solid #222;
    font-size: 22px;
    line-height: 1.3;
}
.summary_img {
    width: 453px;
    height: 314px;
    background: url(/images/ielovebb/downloadscomic/bg_summary.png) no-repeat;
    position: relative;
}
.summary_img p {
    position: absolute;
    bottom: 10px;
    right: 12px;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
}
.summary_img p span {
    font-size: 29px;
}
.summary_img p b {
    font-size: 31px;
    letter-spacing: 1px;
}

/* question */
.question {
    position: relative;
    width: 851px;
    height: 210px;
    margin: 10px 40px 0 auto;
}
.question_img {
    font-size: 0;
}
.question_txt {
    font-size: 26px;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 105px;
    line-height: 1.2;
    letter-spacing: 1px;
}
.question_txt b {
    font-size: 35px;
}

/* answer */
.answer {
    position: relative;
    width: 816px;
    height: 90px;
    margin: -20px auto 80px 0;
}
.answer_img {
    font-size: 0;
}
.answer_txt {
    font-size: 48px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 45px;
    line-height: 1;
    letter-spacing: 1px;
}
.answer_txt b {
    font-size: 55px;
}
.answer::after {
    content: url(/images/ielovebb/downloadscomic/bg_reaction.png);
    position: absolute;
    bottom: -57px;
    right: -254px;
    z-index: -1;
    font-size: 0;
}

#form {
    padding: 80px 30px;
    border: 3px solid #222;
}
h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}