@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
}

/*********/

#before_after {
    background-color: #ffffff;
    margin: 15px 0 0 0;
    padding: 0 28px 20px;
}

#before_after_title {
    font-family: 'togalite-heavy'!important;
    background-color: #1a2389;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    position: relative;
    line-height: 55px;
    padding: 10px 0;
    letter-spacing: 4px;
}

#before_after ul {
}

#before_after ul li {
    padding: 36px 0 10px;
    border-bottom: 2px dotted #009fe8;
}
#before_after li h3 {
    background-image: linear-gradient(to right, #cbeeff 0%, #FFF 100%);
    font-size: 18px;
    color: #1a2389;
    padding: 10px;
    margin: 0 0 15px;
    line-height: 1.8;
    word-wrap: break-word;
}
#before_after li h3 span {
    background-color: #1a2389;
    color: #FFF;
    border-radius: 5px;
    padding: 7px 24px;
    font-size: 13px;
    font-weight: normal;
    margin: 0 10px 0 0;
    letter-spacing: 1px;
}
.sekou_img{
    display: flex;
    width: 580px;
    justify-content: space-between;
    align-items: flex-start;
}
.sekou_img div {
    position: relative;
    width: 287px;
    height: auto;
}

#before_after ul li .sekou_img div span {
    background-color: #ffffff;
    display: inline-block;
    color: #1a2389;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 18px;
    letter-spacing: 2px;
    font-size: 16px;
}


#before_after ul li div:first-child {
    margin: 0px 0 8px;
}

#before_after ul li .sekou_img div:first-child:after {
    background-image: url(../images/arrow2.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    content: ' ';
    position: absolute;
    background-size: contain;
    right: -22px;
    top: 50%;
    margin: -15px 0 0 0;
    z-index: 8;
}

#before_after ul li .sekou_img 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: 350px;
    margin: auto;
    font-weight: bold;
}

#sekou_link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFF;
    text-decoration: none;
}
.detail_content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ex_right {
    width: 320px;
    font-size: 14px;
    color: #1a2389;
}
.ex_right th{
    background: #f8f8f8;
    font-weight: bold;
    border-bottom: 5px solid #FFF;
    padding: 4px 16px;
    text-align: center;
    font-size: 12px;
}
.ex_right td{
    padding: 2px 10px;
}
.ex_right #price {
    background-color: #fffa64;
    padding: 8px 20px;
    margin: 0 0 8px 0;    
}
.ex_right #price p {
    font-family: 'togalite-heavy';
    font-size: 15px;
    float: right;    
    color: #1a2389;    
    line-height: 0.9;    
}
.ex_right #price p span {
    font-size: 24px;
    color: #e60000;
    padding: 0 4px;
    letter-spacing: 1px;    
}
.ex_right #comment {
    background-image: linear-gradient(to bottom, #cbeeff 0%, #f9fdff 100%);
    padding: 8px 20px;
    border-radius: 10px;
    min-height: 101px;
    margin: 5px 0 0;
    word-wrap: break-word;
}

/*====================================*/

.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%;
}