@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'mplus-2c-regular';
    src: url('/lease/font/mplus-2c-regular.eot');
    src: url('/lease/font/mplus-2c-regular.eot?#iefix') format('embedded-opentype'), url('/lease/font/mplus-2c-regular.woff') format('woff'), url('/lease/font/mplus-2c-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'togalite-heavy';
    src: url('/dr/font/togalite-heavy.eot');
    src: url('/dr/font/togalite-heavy.eot?#iefix') format('embedded-opentype'), url('/dr/font/togalite-heavy.woff') format('woff'), url('/dr/font/togalite-heavy.ttf') format('truetype');
}

#dr * {
    box-sizing: border-box;
}

body #dr,
#dr p,
#dr li,
#dr dl {
    font-family: 'mplus-2c-regular';
    font-size: 15px;
    color: #000;
}

#MainDisp {
    margin: 0 5px
}

#headline {
    background-color: #f6f6f6;
    padding: 82px 0 45px;
    margin: -100px 0 50px 0;
}

#top_disp_1 {
    background-color: #FFF;
}

#top_disp_1:after {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #FFF;
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin: 0 0 0 -12.5px;
    z-index: 2;
}

#top_toptxt {
    font-size: 24px;
    color: #2baaea;
}

.service_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}

.service_list li {
    width: 50%;
    background: #caeeff;
    text-align: center;
    padding: 40px;
}

.service_list li:nth-child(2),
.service_list li:nth-child(3) {
    background: #b9e4ff;
}

.service_list li strong {
    display: block;
    color: #1a2389;
    font-family: 'togalite-heavy' !important;
    font-size: 22px;
    margin: 10px 0;
}


/******/

.dr_contact {
    /* background-image: url(../images/sky.jpg); */
    background: #009fe8;
    background-size: cover;
    padding: 35px 0;
    margin: 50px 0 0;
}

.dr_contact h2 {
    color: #FFF;
}

.dr_contact ul {
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
}

.dr_contact ul li {
    margin: 0 10px;
    width: 330px;
}

.dr_contact ul li a {
    font-size: 17px;
    color: #1a2389;
    display: block;
    text-align: center;
    height: 70px;
    line-height: 70px;
    background-color: #FFF;
    transition: 0.5s;
}

.dr_contact li a:hover {
    background-color: #1a2389;
    color: #FFF;
    text-decoration: none;
}

.lease_tel {
    font-size: 22px !important;
    cursor: default;
}

.dr_contact ul li a i {
    font-size: 31px !important;
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
}

.contact_free {
    position: absolute;
    top: -66px;
    left: 50px;
}


/*********/

#select_reason {
    width: 840px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0;
    justify-content: space-around;
}

#select_reason li {
    width: 360px;
    text-align: center;
    padding: 40px;
    padding: 5px;
    background-image: linear-gradient(180deg, #FFF 0%, #cbeeff 100%);
    display: flex;
    margin: 0 0 60px;
    text-align: left;
}

#select_reason li>div {
    background-color: #FFF;
}

#select_reason li .number {
    background-color: #FFF;
    position: relative;
    top: -21px;
    display: inline-block;
}

#select_reason li .number {
    background-color: #FFF;
    position: relative;
    top: -33px;
    display: inline-block;
    color: #1a2389;
    font-size: 46px;
    width: 80px;
    height: 43px;
    margin: 0 0 -26px;
}

#select_reason li .number span {
    position: absolute;
    left: -14px;
    top: -3px;
}

#select_reason li p strong {
    display: block;
    text-align: left;
    color: #0099e8;
    font-size: 18px;
    margin: 0 0 10px;
    background: linear-gradient( to right, rgba(0,159,232,1) 25%, rgba(0,98,232,1) 75% );
    -webkit-background-clip: text;
    color: transparent;
}

#select_reason li p {
    padding: 10px 20px 16px;
    font-size: 14px;
}


/*********/

#before_after {
    background-color: #1a2389;
    margin: 70px 0 0 0;
    padding: 0 0 50px;
}

#before_after h2 {
    font-family: 'togalite-heavy'!important;
    background-color: #1a2389;
    color: #FFF;
    font-size: 32px;
    text-align: center;
    position: relative;
    top: -48px;
    padding: 60px 0 0 0;
    letter-spacing: 5px;
}

#before_after ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}

#before_after ul li {
    width: 22%;
}

#before_after ul li div {
    position: relative;
}

#before_after ul li div span {
    background-color: #1a2389;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 12px;
    letter-spacing: 2px;
    font-size: 13px;
}

#before_after ul li div:first-child {
    margin: 0px 0 8px;
}

#before_after ul li div:first-child:after {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    content: ' ';
    position: absolute;
    background-size: contain;
    bottom: -19px;
    left: 50%;
    margin: 0 0 0 -15px;
    z-index: 8;
}

#before_after ul li div:last-child span {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

#sekou_link {
    font-size: 18px;
    color: #1a2389;
    display: block;
    text-align: center;
    height: 70px;
    line-height: 70px;
    background-color: #FFF;
    transition: 0.5s;
    display: block;
    width: 280px;
    margin: auto;
    font-weight: bold;
}

#sekou_link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFF;
    text-decoration: none;
}


/*********/

.faq {
    margin: 50px 0;
}

.faq h2 {
    /* display: inline-block; */
    background-color: #1a2389;
    color: #FFF;
    font-family: 'togalite-heavy'!important;
    font-weight: normal;
    font-size: 52px;
    width: 170px;
    margin: auto;
    padding: 5px 0;
    text-align: center;
    letter-spacing: 3px;
    margin: 0 auto 30px
}

.faq dl {
    background-color: #f8f8f8;
    margin: 0 0 20px;
}

.faq dt {
    border-bottom: 2px solid #009fe8;
    font-size: 20px;
    padding: 20px 20px 20px 72px;
    letter-spacing: 1px;
}

.faq dd {
    font-size: 16px;
    padding: 25px 20px 20px 67px;
}

.faq dt,
.faq dd {
    position: relative;
}

.faq dt:after {
    content: '▲';
    position: absolute;
    color: #009fe8;
    text-align: center;
    right: 20px;
    top: 32%;
    font-size: 18px;
    transition: 1s;
    /* 1秒かけて動く */
    transform: rotate(180deg);
}

.faq dt.clicked:after {
    transform: rotate(0deg);
}

.faq span {
    color: #009fe8;
    font-size: 38px;
    font-family: 'togalite-heavy'!important;
    position: absolute;
    position: absolute;
    top: 5px;
    left: 30px;
}


/*====================================*/

.sub_title {
    color: #1a2389;
    font-size: 32px;
    text-align: center;
}

.wrapper {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
}

.font-toga {
    font-family: 'togalite-heavy'!important;
    font-weight: normal;
}

.flex {
    display: flex;
}

.inline-block {
    display: inline-block;
}

.sub_title:before {
    left: -84px;
}

.sub_title:after {
    right: -84px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.position-relative {
    position: relative;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mt-n5 {
    margin-top: -3rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 1rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 1rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 1rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 1rem;
}

.pb-4 {
    padding-bottom: 1.5rem;
}

.pb-5 {
    padding-bottom: 2rem;
}

.pl-3 {
    padding-left: 1rem;
}

.pl-4 {
    padding-left: 1.5rem;
}

.pr-4 {
    padding-right: 1.5rem;
}

.img-fluid {
    max-width: 100%;
}