  html,body { line-height: 1.4; }
a {
    text-decoration: none;
    color: #333;
}
a[href^="tel:"] { cursor: default; }
address { font-style: normal; }

/*-----------------------------ヘッダー-----------------------------*/
.header {
    z-index: 2;
    width: 100%;
    min-width: 950px;
    height: 100px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #ccc;
            box-shadow: 0 0 5px #ccc;
}
.header__wrap {
    overflow: hidden;
    width: 950px;
    margin: 0 auto;
}
.header__wrap a { -webkit-box-sizing: border-box; box-sizing: border-box; }
.header__left {
    display: table;
    float: left;
}
.header__left a {
    display: table-cell;
    width: 200px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #ccc;
}
.header__left a:last-child {
    padding-top: 10px;
    border-right: 1px solid #ccc;
}
.header__left a img { max-width: 150px; }
.header__left a:first-child img { max-width: 135px; }
.header__right {
    display: table;
    float: right;
}
.header__right a {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}
.header__right a img { max-width: 360px; }
@media screen and (max-width: 667px) {
    .header {
        min-width: 320px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 65px;
    }
    .header__wrap {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        padding: 0;
    }
    .header__left,
    .header__right { width: 50%; }
    .header__left a { padding-top: 1px; }
    .header__left a:first-child { padding-top: 0; }
    .header__left a,
    .header__right a { height: 65px; }
    .header__left a img,
    .header__right a img { width: 80%; }
    .header__right a {
        padding-top: 1px;
        padding-right: 5%;
        text-align: right;
    }
}
/*/-----------------------------ヘッダー-----------------------------*/
/*-----------------------メルマガ登録申し込み-------------------*/
/*normalフローティングボックス*/
.floatingBox {
    position: fixed;
    z-index: 10;
    top: 250px;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 200px;
    height: auto;
    padding: 0;
    color: #fff;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    background: #577c94;
    -webkit-box-shadow: 0 0 0 3px rgba(200, 200, 200, .2);
            box-shadow: 0 0 0 3px rgba(200, 200, 200, .2);
}
.floatingBox__top {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding: 32px 18px 10px 22px;
    background: url(/business/renewal/lp/images/entry_head_logo.png) 100px 0 no-repeat #587c94;
}
.closeBtn {
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
}
.floatingBox__top span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 5px;
}
.floatingBox__top span,
.floatingBox__top p {
    text-shadow: 1px 1px 1px #587c94, -1px 1px 1px #587c94, -1px -1px 1px #587c94, 1px -1px 1px #587c94, 1px 0 1px #587c94, 0 1px 1px #587c94, -1px 0 1px #587c94, 0 -1px 1px #587c94;
}
.floatingBox__top a {
    display: block;
    font-size: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 156px;
    margin: 7px 0 5px;
    padding: 8px 10px 7px 16px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: url(/business/renewal/lp/images/icon_arrow.png) no-repeat left center #e70012;
    -webkit-box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, .2);
            box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, .2);
}
.floatingBox__bottom {
    text-align: center;
    border-top: solid 4px #fff;
    background-color: #fff;
}
.floatingBox__bottom a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background: #00b050;
}
.floatingBox__bottom a:before {
    position: absolute;
    top: -1px;
    right: 8px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    content: "";
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    vertical-align: middle;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.floatingBox__bottom ul {
    font-size: 13px;
    padding: 10px 10px 10px 80px;
    list-style-type: disc;
    color: #000;
    background: url(/business/renewal/lp/images/icon_column.png) 8px 10px no-repeat #cfc;
}
.closeBtn:hover,
.floatingBox__top a:hover,
.floatingBox__bottom a:hover { opacity: .8; }

.floatingBox.p_minimum {
    top: inherit !important;
    bottom: 0;
}
.floatingBox.p_minimum .floatingBox__top {
    padding: 15px;
    background: url(/business/renewal/lp/images/button_mail.png) top right no-repeat;
    background-size: 55px;
}
.floatingBox.p_minimum .floatingBox__top span {
    text-align: center;
    display: block;
}
.floatingBox.p_minimum .floatingBox__top a { margin: 0 auto; }
.floatingBox.p_minimum .floatingBox__top p,
.floatingBox.p_minimum .floatingBox__bottom ul { display: none; }

@media screen and (max-width: 667px) {
    .floatingBox { display: none; }
}

/*Yurtecフローティングボックス
-----------------------------------------------------*/
.dlformYurtec,
.dlformYurtecSp {
    position: fixed;
    z-index: 10;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 196px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 3px rgba(200, 200, 200, .2);
            box-shadow: 0 0 0 3px rgba(200, 200, 200, .2);
}
.dlformYurtec {
    top: 250px;
    height: 313px;
}
.dlformYurtecSp {
    display: none;
    bottom: 0;
    height: 190px;
}
.dlformYurtec #closeBtn,
.dlformYurtecSp #closeBtn {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    background-color: #666;
}
.dlformYurtec #closeBtn span,
.dlformYurtecSp #closeBtn span {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 3px;
    height: 20px;
    margin: 0 20px 0 7px;
    padding: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
}
.dlformYurtec #closeBtn span:before,
.dlformYurtecSp #closeBtn span:before {
    display: block;
    position: absolute;
    top: 50%;
    left: -8px;
    width: 20px;
    height: 3px;
    margin-top: -2px;
    content: "";
    background: #fff;
}
.dlformYurtec a:hover,
.dlformYurtecSp a:hover { opacity: .8; }

@media screen and (max-width: 667px) {
    .dlformYurtec { display: none; }
    .dlformYurtecSp { visibility: hidden; }
}
/*--------------------------メルマガ登録申し込みここまで-----------*/
/*--------------------------メインボタン-----------------------------------*/
.mainButton {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 50px 0;
    min-width: 950px;
}
.mainButton__title {
    display: table;
    margin: 0 auto 45px;
    height: 130px;
}
.mainButton__title h2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mainButton__title h2 img { width: 950px; }
.mainButton__wrap {
    width: 950px;
    margin: 0 auto;
}
.mainButton__halfWrap {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
    text-align: center;
}
@media screen and (max-width: 667px) {
    .mainButton {
        padding: 25px 0;
        min-width: 320px;
    }
    .mainButton__title h2 img { width: 90%; }
    .mainButton__wrap {
        width: 100%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .mainButton__halfWrap {
        float: none;
        width: 100%;
        padding: 0;
    }
}
/* .primaryBtn
---------------------------------------- */
.primaryBtn {
    display: block;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 35px 55px 33px 70px;
    text-align: center;
    text-decoration: none;
    text-indent: 10px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #ea0000;
    background-image:     -ms-linear-gradient( 90deg, rgb(174, 0, 0) 0%, rgb(255, 0, 0) 100%);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
            box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
}
.primaryBtn.p_iconDLOnly { padding: 20px; }
.primaryBtn span {
    display: block;
    font-size: 14px;
}
.primaryBtn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}
.primaryBtn:before,
.primaryBtn.p_iconDL:after,
.primaryBtn.p_iconDLOnly:after {
    margin: auto;
    content: "";
}
.primaryBtn:before,
.primaryBtn.p_type1:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 77px;
    height: 79px;
    background: url(/business/renewal/lp/images/button_arrow.png) no-repeat 0 0;
    background-size: 77px;
}
.primaryBtn.p_type1:before {
    background: url(/business/renewal/lp/images/button_arrow_grey.png) no-repeat 0 0;
    background-size: 77px;
}
.primaryBtn.p_iconDL,
.primaryBtn.p_iconDLOnly {
    padding-right: 10px;
}
.primaryBtn.p_iconDL:after,
.primaryBtn.p_iconDLOnly:after {
    display: inline-block;
    width: 24px;
    height: 22px;
    vertical-align: middle;
    background: url(/business/renewal/lp/images/icon_dl.png) no-repeat right center;
    background-size: 18px;
}
.primaryBtn.p_iconDLOnly:before { display: none; }
.primaryBtn.p_type1 {
    color: #e60012;
    background-color: #f6f6f6;
    background-image:     -ms-linear-gradient( 90deg, rgb(221, 221, 221) 0%, rgb(255, 255, 255) 100%);
}
.primaryBtn.p_type2 {
    color: #333;
    background: #f6f6f6;
    background-image:     -ms-linear-gradient( 90deg, rgb(84, 203, 84) 0%, #e8ffee 100%);
}
.primaryBtn.p_type3 {
    background-color: #f07f42;
    background-image:     -ms-linear-gradient( 90deg, rgb(231, 89, 12) 0%, rgb(249, 160, 112) 100%);
}
.primaryBtn.p_addMail,
.primaryBtn.p_column { display: none; }
@media screen and (max-width: 667px) {
    .primaryBtn {
        font-size: 17px;
        line-height: 1.2;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 0 10px 0;
        padding: 26px 45px 23px;
    }
    .primaryBtn.p_addMail,
    .primaryBtn.p_column {
        display: block;
        padding: 15px 45px;
    }
    .primaryBtn.p_addMail { margin: 0 0 13px 0; }
    .primaryBtn.p_addMail::after,
    .primaryBtn.p_column:after {
        display: inline-block;
        position: absolute;
        right: 0;
        width: 55px;
        content: "";
        vertical-align: middle;
    }
    .primaryBtn.p_addMail:after {
        top: 0;
        height: 70px;
        background: url(/group/promotion/common/images/button_mail.png) no-repeat right center;
        background-size: 55px;
    }
    .primaryBtn.p_column:after {
        top: 7px;
        height: 58px;
        background: url(/group/promotion/common/images/button_column.png) no-repeat right center;
        background-size: 55px;
    }
    .primaryBtn::before,
    .primaryBtn.p_type1:before {
        width: 45px;
        height: 46px;
        background-size: 45px;
    }
    .primaryBtn.p_iconDLOnly { padding: 15px; }
}
/*--------------------------メインボタンここまで-----------------------------------*/
/* .main
---------------------------------------- */
.main {
    width: 750px;
    margin: 50px auto;
}

.main h1 {
    margin-bottom: 15px;
    padding-bottom: 3px;
    font-size: 24px;
    line-height: 130%;
    border-bottom: 3px solid #29aa3f;
}
.main_wrap { padding: 10px 20px 50px; }

/*.main SP------------*/
@media screen and (max-width: 667px) {
    .main {
        margin: 80px auto 0;
        width: 90%;
    }
    .main h1,
    .main h2,
    .main h3 { font-size: 20px;}
    .main_wrap { padding: 0 0 50px; }
}

/* .snsSection
---------------------------------------- */
.snsSection { overflow: hidden; }

@media screen and (max-width: 667px){
    .snsSection { display: none; }
}
/* .snsIcons
---------------------------------------- */
.snsIcons {
    display: table;
    float: right;
}
.snsIcons li {
    display: table-cell;
    padding: 0 10px;
    border-right: 1px dotted #666;
    vertical-align: middle;
}
.snsIcons li:last-child { border-right: none; }
.snsIcons li a {
    display: block;
    margin: 0!important;
    padding: 0!important;
    background: none!important;
}
.snsIcons li a:hover{ opacity: 0.7; }
.snsIcons::after {
    display: block;
    clear: both;
    content: " ";
}
/* --------ノーマルタイトルここから------------------------------ */
.normalTitle {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 950px;
    padding: 28px;
    text-align: center;
}
@media screen and (max-width: 667px) {
    .normalTitle {
        font-size: 28px;
        min-width: 320px;
        padding: 18px;
    }
}
/* ノーマルタイトルここまで------------------------------ */
/* --------吹き出しタイトルここから------------------------------ */
.balloonTitle {
    position: relative;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 950px;
    padding: 24px;
    text-align: center;
}
.balloonTitle::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -30px; /* ▼の大きさを変えたいときはこの数値調整 */
    content: " ";
    pointer-events: none;
    border: solid transparent;

/*border-top-color: #ffffcc;*/ /* 各スタイルで指定 */
    border-width: 30px; /* ▼の大きさを変えたいときはこの数値調整 */
    border-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 667px) {
    .balloonTitle {
        font-size: 28px;
        min-width: 320px;
        padding: 18px;
    }
}
/* 吹き出しタイトルここまで------------------------------ */
/* カラム１のボックスここから------------------------------ */
/* 場所に応じてクラスで背景色を指定し中身を突っ込むとよし */
.container {
    font-size: 20px;
    min-width: 950px;
    color: #333;
}
/* 何故かブロック要素にcommonで指定されてしまっているので上書き */
.container span { display: inline; }
.container__Wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 910px;
    margin: 0 auto;
    padding: 40px 0;
}
.container__title {
    font-size: 24px;
    line-height: 60px;
    height: 60px;
    margin: 90px 0 30px;
    text-align: center;
    color: #fff;
    background-color: #0d4b90;
}
.container__subTitle {
    font-size: 36px;
    font-weight: bold;
}
.container__read {
    line-height: 1.6;
    margin: 20px 0 30px;
}
.container__read span {
    font-size: 26px;
    font-weight: bold;
    color: #f00;
}
.container__read.strong {
    font-size: 24px;
    font-weight: bold;
}
.container__image { text-align: center; }
@media screen and (max-width: 667px) {
    .container {
        font-size: 18px;
        min-width: 320px;
    }
    .container__Wrap {
        width: 100%;
        padding: 25px 10px 20px;
    }
    .container__read { font-size: 16px; }
    .container__title,
    .container__read span { font-size: 20px; }
    .container__subTitle { font-size: 22px; }
    .container__image img { width: 100%; }
}
/* カラム１のボックスここまで------------------------------ */
/* コンテナー内に入れるボックスここから ------------------------------ */
.containerBox {
    position: relative;
    padding: 24px;
}
/* 吹き出し付き */
.containerBox.typeBalloon {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin: 50px 0 10px;
    padding: 24px;
    text-align: center;
    border: solid 4px #ffd715;
    background-color: #fff6ca;
}
.containerBox.typeBalloon::before,
.containerBox.typeBalloon::after {
    position: absolute;
    width: 0;
    height: 0;
    content: " ";
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(0, 0, 0, 0);
}
.containerBox.typeBalloon::before {
    margin-left: -31px;
    border-width: 31px;
}
.containerBox.typeBalloon::after {
    margin-left: -25px;
    border-width: 25px;
}
/*上吹き出し*/
.containerBox.typeBalloon.positionT::after,
.containerBox.typeBalloon.positionTW::before,
.containerBox.typeBalloon.positionTW::after {
    bottom: 100%;
    left: 50%;
}
/*下吹き出し*/
.containerBox.typeBalloon.positionB::after,
.containerBox.typeBalloon.positionBW::before,
.containerBox.typeBalloon.positionBW::after {
    top: 100%;
    left: 50%;
}
.containerBox.typeBalloon.positionT::after,
.containerBox.typeBalloon.positionTW::after { border-bottom-color: #ffd715; }
.containerBox.typeBalloon.positionB::after,
.containerBox.typeBalloon.positionBW::after { border-top-color: #fff6ca; }
.containerBox.typeBalloon.positionTW::before { border-bottom-color: #ffd715; }
.containerBox.typeBalloon.positionBW::before { border-top-color: #fff6ca; }
/* コンテナー内に入れるボックスここまで ------------------------------ */
/* 横並びリストここから------------------------------ */
.horizontalList > li { float: left; }
/*2カラムはこちらのクラスを付与*/
.twoColumns > li { width: 49%; }
.twoColumns > li:nth-child(odd) { margin-right: 2%; }
/*3カラムはこちらのクラスを付与*/
.threeColumns > li { width: 32%; }
.threeColumns > li:not(:last-child) { margin-right: 2%; }
/*4カラムはこちらのクラスを付与*/
.fourColumns > li { width: 22%; }
.fourColumns > li:not(:last-child) { margin-right: 4%; }
.horizontalList::after {
    display: block;
    clear: both;
    content: " ";
}
@media screen and (max-width: 667px) {
    .horizontalList { overflow: hidden; }
    .horizontalList > li {
        float: none;
        width: 100% !important;
        margin: 0;
    }
    .threeColumns > li:not(:last-child) { margin: 0 0 60px 0; }
    .threeColumns > li img { width: 100%; }
}
/* 横並びリストここまで------------------------------ */
/* タイトル・テキスト・イメージのブロックここから------------------------ */
.imageView__title,
.imageView__read { width: 499px; }
.imageView__title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
}
.imageView__read {
    font-size: 20px;
    margin-top: 10px;
}
.imageView__img {
    float: right;
    font-weight: bold;
    width: 400px;
    text-align: right;
}
.imageView__img span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
@media screen and (max-width: 667px) {
    .imageView { text-align: center; }
    .imageView__title,
    .imageView__read { width: 100%; }
    .imageView__title { font-size: 28px; }
    .imageView__read {
        font-size: 16px;
        text-align: left;
    }
    .imageView__img {
        float: none;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .imageView__img img { width: 100%; }
}
/* タイトル・テキスト・イメージのブロックここまで------------------------ */
/* ▼iconここから------------------------------ */
.iconTriangle {
    display: inline-block;
    width: 100%;
}
.iconTriangle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    content: "";
    border-style: solid;
    border-color: #244d91 transparent transparent transparent;
}
.iconTriangle.positionTop::before { border-width: 0 7.5px 12px 7.5px; }
.iconTriangle.positionBottom::before { border-width: 12px 7.5px 0 7.5px; }
.iconTriangle.positionLeft::before { border-width: 7.5px 12px 7.5px 0; }
.iconTriangle.positionRight::before { border-width: 7.5px 0 7.5px 12px; }
/* ▼iconここまで------------------------------ */
/* マーカー付きリストここから------------------------------ */
ul.listMarker li {
    margin-bottom: 14px;
    padding-left: 1em;
    text-indent: -1em;
}
ul.listMarker li::before {
    display: inline-block;
    content: "";
}
/* 丸 */
ul.listMarker.listTypeCircle li::before {
    top: -3px;
    left: 0;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 100%;
    background-color: #4a6da8;
}
/* 四角 */
ul.listMarker.listTypeSquare li::before {
    top: -3px;
    left: 0;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-color: #123eac;
}
/* マーカー付きリストここまで------------------------------ */
/* .relationSection
---------------------------------------- */
.relationSection h4 {
    margin-bottom: 15px;
    padding: 8px 30px 4px 0;
    position: relative;
    border-bottom: solid 3px #29aa3f;
}
.relationSection h4 span {
    display: inline;
    padding: 8px 30px 6px 20px;
    color: #fff;
    border-top-right-radius: 15px;
    background-color: #29aa3f;
}
.relationSection h5 {
    margin-bottom: 15px;
    border-bottom: solid 2px #29aa3f;
}
.relationSection ul {
    margin-bottom: 30px;
    font-size: 14px;
}
.relationSection ul a { text-decoration: underline; }
.relationSection ul a:hover { text-decoration: none; }
.relationSection ul li {
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
}
.relationSection ul li:last-child { margin-bottom: 0; }
.relationSection ul li::after {
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    border-top: 2px solid #29aa3f;
    border-right: 2px solid #29aa3f;
}

/*.relationSection SP */
@media screen and (max-width: 667px) {
    .relationSection h4 {
        border: none;
        padding: 0;
    }
    .relationSection h4 span {
        display: inline-block;
        padding: 8px 17px 6px 10px;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}
/* お問い合わせここから---------------------- */
.contact__wrapper {
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 950px;
    margin: 50px auto 100px;
    padding: 30px;
    border: 6px solid #5c6fb4;
}
.contact__title {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-align: center;
    color: #5c6fb4;
}
.contact__address {
    float: left;
    margin-top: 20px;
}
.contact__address__text {
    font-size: 18px;
    margin-top: 10px;
}
.contact__call { float: right; }
.contact__call__number {
    font-size: 40px;
    font-weight: bold;
}
.contact__text__box {
    float: right;
    font-size: 18px;
    width: 300px;
}
@media screen and (max-width: 667px) {
    .contact {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        min-width: 320px;
        margin-bottom: 0;
        padding: 30px 10px;
    }
    .contact__wrapper {
        width: 100%;
        margin: 0;
        padding: 20px 10px 10px;
    }
    .contact__title {
        font-size: 24px;
        margin: 0 auto 15px;
    }
    .contact__address {
        float: none;
        margin: 10px auto 0;
        text-align: center;
    }
    .contact__address__text {
        font-size: 14px;
        margin: 5px 0 10px;
    }
    .contact__address > img {
        width: 100%;
        max-width: 390px;
        margin-top: 0;
    }
    .contact__call {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .number__wrapper {
        display: inline-block;
        width: 270px;
        margin: 0 auto;
    }
    .contact__call__logo {
        float: left;
        margin-top: 5px;
        padding-right: 10px;
    }
    .contact__call__number {
        float: left;
        font-size: 1.8em;
        line-height: 1.8em;
    }
    .contact__text__box {
        float: none;
        width: 100%;
    }
    .contact__text {
        font-size: 14px;
        width: 250px;
        margin: 0 auto;
    }
}
/* お問い合わせここまで---------------------- */
/*ページトップボタン*/
/* .pagetop {
    position: absolute;
    top: -71px;
    right: -185px;
} */
.pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
}
.pagetop:hover {
    filter:alpha(opacity=80);
    opacity: 0.8;
}
.pagetop img {
    display: block;
    /* float: left; */
}
@media screen and (max-width: 667px) {
    /* .pagetop { display: none; } */
    .pagetop img {
        width: 100%;
    }
    #pageTop {
        display: inline-block;
        width: 30%;
    }
}
/*----------------------ページトップボタンここまで*/

/*---------------------フッター-----------------------*/
.footer {
    margin: 0 auto;
    border-top: 1px solid #ccc;
    min-width: 950px;
}
.footer__wrap {
    position: relative;
    width: 500px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
}
.footer__logo__wrap {
    overflow: hidden;
    margin-bottom: 20px;
}
.footer__logo__wrap a {
    float: right;
    width: 210px;
    padding-top: 15px;
}
.footer__logo__wrap a img {
    width: 148px;
    height: 18px;
}
.footer__logo__wrap a:first-child {
    float: left;
    width: 185px;
    padding-top: 0;
}
.footer__logo__wrap a:first-child img {
    width: 131px;
    height: 37px;
}
.footer__logo__wrap a { display: block; }
.footer__button__wrap {
    display: block;
    font-weight: bold;
    width: 440px;
    margin: 0 auto 15px;
    padding: 15px 0 19px;
    color: #00479e;
    border: 1px solid #666;
    background: url("/business/renewal/lp/images/footer_button_bg.png") no-repeat;
    background-size: cover;
            text-shadow: 0 0 10px rgba(255, 255, 255, .8);
    -webkit-text-shadow: 0 0 10px rgba(255, 255, 255, .8);
       -moz-text-shadow: 0 0 10px rgba(255, 255, 255, .8);
        -ms-text-shadow: 0 0 10px rgba(255, 255, 255, .8);
}
.footer__button__wrap:hover { opacity: .8; }
.footer__botton__read {
    display: block;
    font-size: 14px;
}
.footer__botton__title {
    display: block;
    font-size: 18px;
}
.footer__botton__text {
    display: block;
    font-size: 26px;
    width: 350px;
    margin: 0 auto;
    background: url("/business/renewal/lp/images/footer_button_logo.png") center left no-repeat;
}
@media screen and (max-width: 667px) {
    .footer {
        width: 100%;
        min-width: 320px;
    }
    .footer__wrap {
        overflow: hidden;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        padding: 30px 15px;
        text-align: center;
    }
    .footer__logo__wrap > a {
        float: right;
        width: 160px;
        padding-top: 15px;
    }
    .footer__logo__wrap a:first-child {
        float: left;
        width: 120px;
        padding-top: 0;
    }
    .footer__logo__wrap a:first-child img {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
    }

    .footer__button__wrap { width: 100%; }
    .footer__botton__text {
        font-size: 20px;
        width: auto;
    }
}
/*-----------------コピーライト----------------*/
.copy {
    display: block;
    font-size: 12px;
    margin: auto;
    color: #414141;
}
@media screen and (max-width: 667px) {
    .copy {
        display: block;
        font-size: 14px;
    }
    p,
    address,
    span { line-height: 1.6; }
}

/* .pcOnly.spOnly
---------------------------------------- */
.pcOnly { display: block !important; }
.spOnly { display: none !important; }
@media screen and (max-width: 667px) {
  .pcOnly { display: none !important; }
  .spOnly { display: block !important; }
}
.pcOnlyInline { display: inline-block !important; }
.spOnlyInline { display: none !important; }
@media screen and (max-width: 667px) {
  .pcOnlyInline { display: none !important; }
  .spOnlyInline { display: inline-block !important; }
}

/* #spPageTop
---------------------------------------- */
@media screen and (max-width: 667px) {
  #spPageTop {
    display: none;
    width: 65px;
    height: 50px;
    margin: 10px;
    position: fixed;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background-color: rgba(0,0,0,.7);
  }
  #spPageTop::before {
    display: block;
    width: 15px;
    height: 15px;
    margin: 20px auto;
    content: "";
    -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
}

/* .clearfix
---------------------------------------- */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* Print
---------------------------------------- */
@media print {
    .header,.footer{ display: none; }
    .detailSection { overflow: visible; }
body {
-webkit-print-color-adjust: exact;
}
}
