@charset "UTF-8";
.contents_wrap {
    max-width: 1040px;
    margin: auto;
}
.contents_wrap img {
    max-width: 100%;
}
/* 見積ボタン */
.btn_wrap {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.btn_wrap li {
    width: calc((100% - 15px)/2);
}
.btn_wrap li a {
    display: block;
    box-shadow: 0px 2px 6px #3333334D;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
}
.btn_wrap li a .btn_top {
    padding: 5px;
    border-radius: 6px 6px 0 0;
    font-size: 17px;
    text-align: center;
}
.btn_wrap li a .btn_top span {
    padding-left: 40px;
    position: relative;
}
.btn_wrap li a .btn_top span::before {
    content: "";
    width: 33px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
}
.btn_wrap li a .btn_top + p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.btn_wrap li a .btn_top + p span {
    position: relative;
    display: inline-block;
    padding: 10px 15px 10px 10px;
}
.btn_wrap li a .btn_top + p span::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.btn_wrap li.car a {
    background: transparent linear-gradient(180deg, #FF9200 0%, #FF6B00 100%) 0% 0%;
}
.btn_wrap li.car a .btn_top {
    background: #FF5700;
}
.btn_wrap li.car a .btn_top span::before {
    background-image: url(images/ico_car.svg);
}
.btn_wrap li.bike a {
    background: transparent linear-gradient(180deg, #387ED1 0%, #193F8B 100%) 0% 0%;
}
.btn_wrap li.bike a .btn_top {
    background: #00397D;
}
.btn_wrap li.bike a .btn_top span::before {
    background-image: url(images/ico_bike.svg);
}
/* 見積ボタン（キャンペーン終了） */
.btn_end{
    position:relative;
}
.btn_end::after{
    content:"";
    position:absolute;
    width:100%;
    height:calc(100% - 10px);
    background:rgba(97,97,97,0.6);
    top:5px;
    left:0;
}
.btn_end::before{
    content:"キャンペーンは終了いたしました";
    position:absolute;
    color:#fff;
    font-size:20px;
    z-index:1;
    width:calc(100% - 30px);
    padding:27px 0 0;
    text-align:center;
}
/* プレゼント内容 */
.about_gift {
    background: #006C60;
    padding: 15px 15px 20px 15px;
    margin-bottom: 20px;
}
.about_gift .ttl {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.about_gift .ttl + p {
    color: #FFFF34;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.about_gift ul {
    display: flex;
    justify-content: space-between;
}
.about_gift ul li {
    width: calc((100% - 15px)/3);
    background: #fff;
    padding: 2px;
    border-radius: 0 0 10px 10px;
    margin-top: 15px;
    display:flex;
}
.about_gift ul li figcaption {
    padding: 5px 0;
    font-size: 13px;
    color: #006C60;
    text-align: center;
    font-weight: bold;
    margin:auto;
}
.about_gift ul li figure {
    display:flex;
    flex-direction:column;
}
.about_gift .notes {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
}
/* キャンペーン概要 */
.campaign {
    margin: 20px auto 0;
}
.campaign .campaignInfo {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.campaignInfo span {
    position: relative;
    display:inline-block;
    padding: 0 10px;
}
.campaignInfo span:before,
.campaignInfo span:after{
    position: absolute;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #333333;
}
.campaignInfo span:before {
    left: 0;
    transform: rotate(-20deg);
}
.campaignInfo span:after {
    right: 0;
    transform: rotate(20deg);
}
.campaign .campaignInner .outline {
    padding: 10px;
    background-color: #EFEFEF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.campaign .campaignInner .detail {
    padding: 22px 16px;
    font-size: 16px;
}
.campaign .campaignInner .detail .txtRed {
    color: #E31732;
}
/* CV */
a.cv_tel{
    display: flex;
    justify-content: center;
    max-width: 520px;
    margin: auto;
    padding: 6px;
    color: #333;
    background:#FFF;
    border-radius: 50px;
    border: 2px solid #0AB38E;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 20%);
    text-decoration: none;
    line-height: 1.2;
}
a.cv_tel .text{
    background:url(images/ico_tel.png) no-repeat center left;
    background-size: 41px 39px;
    margin: 0 0 0 10px;
    padding: 0 0 0 50px;
}
a.cv_tel .text .support{
    color: #0AB38E;
    font-size: 16px;
    font-weight: bold;
}
a.cv_tel .text .no{
    font-size: 30px;
    font-weight: bold;
}
a.cv_tel .text .time{
    font-size: 12px;
}
.cv_box{
    padding: 15px;
    margin: 0 0 15px;
    background: #f5f5f5;
}
.cv_lead{
    margin: 0 auto 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.cv_lead span{
    position: relative;
    display:inline-block;
    padding: 0 10px;
}
.cv_lead span:before,
.cv_lead span:after{
    position: absolute;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #0AB38E;
}
.cv_lead span:before{
    left: 0;
    transform: rotate(-20deg);
}
.cv_lead span:after{
    right: 0;
    transform: rotate(20deg);
}
/* 引受保険会社・取扱代理店 */
.company-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    font-size:0.78em;
    line-height: 1.2;
}
.company-box .ins-company dt,
.company-box .agent-company dt {
    padding: 3px 15px;
    background-color: #edeadc;
}
.company-box .ins-company dd,
.company-box .agent-company dd {
    padding: 5px 15px;
}
/* 募集文書番号 */
.document-number_box {
    display: flex;
    justify-content: flex-end;
    margin: 10px auto;
    max-width: 1040px;
}
.document-number {
    margin: 0 10px 0 0;
    font-size: 12px;
}
/* 注意書き */
.attention{
    margin: 0 15px;
    font-size: 12px;
}
.attention li{
    padding: 0 0 0 1em;
    text-indent: -1em;
}
/* タブレット・PC用スタイル */
@media screen and (min-width: 768px) {
    #top_nav_block {
        padding-top: 70px;
    }
    /* 見積ボタン */
    .btn_wrap {
        padding: 30px 0;
        margin: auto;
        width: 548px;
    }
    .btn_wrap li {
        width: calc((100% - 20px)/2);
    }
    /* 見積ボタン（キャンペーン終了） */
    .btn_end::after{
        width:calc(100% + 20px);
        height:calc(100% - 40px);
        top:20px;
        left:-10px;
    }
    .btn_end::before{
        width:100%;
    }
    /* プレゼント内容 */
    .about_gift {
        padding: 30px 100px 40px 100px;
        margin-bottom: 0;
    }
    .about_gift ul li {
        width: calc((100% - 45px)/3);
    }
    .about_gift ul li figcaption {
        font-size: 15px;
    }
    .about_gift ul li figcaption br{
        display:none;
    }
    a.cv_tel{
        pointer-events: none;
        box-shadow: none;
    }
    /* 引受保険会社・取扱代理店 */
    .company-box {
        flex-direction: row;
        justify-content: space-between;
        margin:0 10px 15px 10px;
        font-size:0.75em;
        line-height: 1.2;
    }
    .company-box .ins-company dt,
    .company-box .agent-company dt {
        padding: 0;
        background-color: inherit;
    }
    .company-box .ins-company dd,
    .company-box .agent-company dd {
        padding: 0;
    }
    .company-box .agent-company {
        width: 366px;
        padding-left: 15px;
        border-left: 1px solid #999;
    }
    .attention{
        max-width: 740px;
        margin: 0 auto;
    }
}