@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: 'Keifont';
    src: url('/font/Keifont.eot');
    src: url('/font/Keifont.eot?#iefix') format('embedded-opentype'), url('/font/Keifont.woff2') format('woff2'), url('/font/Keifont.woff') format('woff'), url('/font/Keifont.ttf') format('truetype'), url('/font/Keifont.svg#Keifont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/misterearl-bt');


#MainDisp {
    margin: 0 5px
}

#lease * {
    box-sizing: border-box;
}

#lease {
    font-family: 'mplus-2c-regular';
    font-size: 16px;
    color: #4d4d4d;
}

img {
    vertical-align: middle;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

#top_disp_1 {
    background-color: #ff8a00;
}

#top_disp_1:after {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ff8a00;
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin: 0 0 0 -12.5px;
    z-index: 2;
}

#top_toptxt {
    background-color: #FFF;
    color: #ff8a00;
    font-size: 1.5rem;
    font-weight: bold;
    width: 458px;
    border-radius: 10px;
    margin: 10px auto;
    letter-spacing: 3px;
}

.jplan-risu {
    position: absolute;
    bottom: -77px;
    right: 10px;
    z-index: 2;
}

#top_disp_2 {
    background-color: #fffdd4;
    background-image: url('../images/top_txt_btm.gif');
    background-repeat: repeat-x;
    background-position: left bottom;
}

#top_disp_2 dl {
    margin: 28px 0px 24px;
    font-size: 1.6rem;
    letter-spacing: 3px;
}

#top_disp_2 dl dt {
    font-family: 'Keifont';
    color: #009cff;
    letter-spacing: 3px;
    display: inline-block;
    position: relative;
    margin: 0 0 6px;
}

#top_disp_2 dl dt:before {
    content: ' ';
    background-image: url('/lease/images/mark_l.png');
    width: 23px;
    height: 39px;
    position: absolute;
    left: -40px;
    bottom: -4px;
}

#top_disp_2 dl dt:after {
    content: ' ';
    background-image: url('/lease/images/mark_r.png');
    width: 23px;
    height: 39px;
    position: absolute;
    right: -40px;
    bottom: -4px;
}

#top_disp_2 dl dd {
    color: #4d4d4d;
    font-size: 1.4rem;
    font-weight: bold;
    width: 430px;
    margin: 9px auto;
    text-align: left;
    position: relative;
    padding: 0 0 0 49px;
    letter-spacing: 0;
}

#top_disp_2 dl dd:before {
    content: ' ';
    background-image: url('/lease/images/check.png');
    width: 31px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 4px;
}


/*headline*/

#headline {
    background-color: #ffd7a7;
    padding: 100px 0 20px;
    margin: -100px 0 50px 0;
}

#headline ul {
    display: flex;
    justify-content: space-between;
}

#headline li {
    font-family: 'Keifont';
    border: 3px solid #ff8a00;
    width: 30%;
    background-color: #ffffff;
    padding: 30px 30px 27px;
    color: #ff8a00;
    line-height: 1.3em;
}

#headline li:first-child {
    font-size: 32px;
    padding: 27px 30px 15px;
}

#headline li:first-child span {
    font-size: 46px;
}

#headline li:nth-child(2) {
    font-size: 40px;
}

#headline li:nth-child(2) span {
    font-size: 72px;
}

#headline li:nth-child(3) {
    font-size: 32px;
}

#headline li:nth-child(3) span {
    font-size: 72px;
    line-height: 0.9em;
}

#headline li:nth-child(3) span:nth-child(3) {
    font-size: 40px;
}

#headline li a {
    display: block;
    font-size: 16px;
}

#headline li a {
    margin: 10px 0 0;
    padding: 18px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    background-image: linear-gradient(to right, #ff8c00 0%, #ffae00 51%, #ff8c00 100%);
    line-height: 1em;
    position: relative;
    text-decoration: none;
}

#headline li a:hover {
    background-position: right center;
    /* change the direction of the change here */
}

#headline li a:before {
    content: '▼';
    background-color: #FFF;
    border-radius: 15px;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    color: #ff8a00;
    line-height: 22px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin: -11px 0 0;
}

#headline li:first-child a {
    margin: 4px 0 0;
}

#headline li:last-child a {
    margin: 19px 0 0;
}


/**/

#difference {
    background-image: linear-gradient(to right, #c3efff 0%, #c3efff 50%, #ffd4db 50%, #ffd4db 100%);
    min-height: 500px;
    position: relative;
    padding: 70px 0;
    color: #000;
    margin: 0 0 50px;
}

#difference:before,
#difference:after {
    content: '';
    width: 100%;
    height: 23px;
    background-image: url(../images/naminami.svg);
    position: absolute;
}

#difference:before {
    top: 0;
}

#difference:after {
    bottom: 0;
    transform: scale(1, -1);
}

#difference_1,
#difference_2 {
    width: 50%;
    min-height: 50px;
    font-family: 'Keifont';
}

#difference_1 {
    padding: 0 2rem 0 0;
}

#difference_2 {
    padding: 0 0 0 2rem;
}

#difference_1 dt,
#difference_2 dt {
    border-radius: 10px;
    background-color: rgb(61, 190, 255);
    height: 60px;
    line-height: 60px;
    color: #FFF;
    font-size: 24px;
    text-align: center;
}

#difference_2 dt {
    background-color: #ff7492;
}

#difference_1 dd,
#difference_2 dd {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    padding: 1rem;
    margin: 20px 0 0;
    font-size: 24px;
}

#difference_1 dd:nth-child(2) span {
    font-size: 18px;
}

#difference_1 dd:nth-child(3) span {
    font-size: 44px;
    background-image: url(../images/difference_1_2.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    /* line-height: 65px; */
    height: 54px;
    padding: 0px 0 0 61px;
    display: inline-block;
    letter-spacing: 3px;
}

#difference_1 dd:nth-child(4) p:before {
    content: url(../images/difference_1_3.png);
    position: absolute;
    left: -45px;
    top: 22px;
}

#difference_1 dd:nth-child(4) p:after {
    content: url(../images/difference_1_3_1.jpg);
    position: absolute;
    right: -80px;
    bottom: 14px;
}

#difference_2 dd:nth-child(3)>span {
    font-size: 44px;
    background-image: url(../images/difference_2_2.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 60px;
    height: 54px;
    padding: 0px 0 0 61px;
    display: inline-block;
    letter-spacing: 3px;
}

#difference_2 dd:nth-child(4) p:before {
    content: url(../images/difference_2_3.png);
    position: absolute;
    left: -45px;
    top: 22px;
}

#difference_2 dd:nth-child(4) p:after {
    content: url(../images/difference_1_3_1.jpg);
    position: absolute;
    right: -80px;
    bottom: 14px;
}

.font-30 {
    font-size: 30px;
}

.font-34 {
    font-size: 34px;
}

.font-40 {
    font-size: 40px;
}

.font-50 {
    font-size: 50px;
}

.pink {
    color: #ff4e6b;
}


/*point*/
#point {
    padding: 30px 0 0;
}

#point dl {
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid rgb(255, 138, 0);
    margin: 0 0 20px;
}

#point dt {
    font-family: 'Keifont';
    background-color: rgb(255, 138, 0);
    height: 90px;
    line-height: 90px;
    font-size: 32px;
    color: #FFF;
    position: relative;
    background-image: url(../images/check2.png);
    background-repeat: no-repeat;
    background-position: 35px center;
    padding: 0 0 0 100px;
    cursor: pointer;
    letter-spacing: 4px;
}

#point dt input {
    display: none;
}

#point dd {
    padding: 30px 0;
    text-align: center;
}

#point dt:after {
    content: '－';
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: #FFF;
    border: 2px solid #4d4d4d;
    color: #4d4d4d;
    border-radius: 30px;
    line-height: 37px;
    text-align: center;
    right: 20px;
    top: 32%;
    font-size: 24px;
    transition: 1s;
    /* 1秒かけて動く */
}

#point dt input:after {
    transform: rotate(360deg);
    /* マウスオーバー時に回転 */
}

#point dt.clicked:after {
    transform: rotate(180deg);
    content: '+';
}

#point_dot {
    background-image: url(../images/dot.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 0 0 20px;
    margin: 0 20px;
}

.point1_strong {
    background-color: rgb(0, 156, 255);
    display: inline-block;
    font-family: 'Keifont';
    font-size: 22px;
    padding: 0 20px;
    color: #FFF;
    font-weight: normal;
    position: relative;
    height: 50px;
    line-height: 50px;
    width: 500px;
}

.point1_strong:before {
    position: absolute;
    content: '';
    left: -25px;
    top: 0px;
    border: none;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    border-right: 25px solid #009cff;
}

.point1_strong:after {
    position: absolute;
    content: '';
    right: -25px;
    top: 0px;
    border: none;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    border-left: 25px solid #009cff;
}

.point1_1 {
    justify-content: center;
    align-items: flex-start;
    margin: 20px 0 10px;
}

.point1_1 p {
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #4d4d4d;
    background: #fffdd4;
    box-shadow: 2px 2px 0px #fa8b05;
    padding: 20px 30px;
    position: relative;
    margin: 0 30px 0 0;
}

.point1_1 p:before {
    content: '';
    position: absolute;
    border-bottom: 6px solid transparent;
    border-top: 17px solid transparent;
    border-left: 19px solid #ff8901;
    right: -19px;
    top: 68px;
}

.point1_1 p:after {
    content: '';
    position: absolute;
    border-bottom: 6px solid transparent;
    border-top: 17px solid transparent;
    border-left: 19px solid #fffdd4;
    right: -18px;
    top: 66px;
}

.point1_1 p span {
    color: #ff8500;
    /* font-weight: bold; */
}

#math {
    font-family: 'Keifont';
    font-size: 32px;
    color: #4d4d4d;
    height: 78px;
}

#math span {
    font-family: 'Keifont';
    color: #ff8a00;
    line-height: 75px;
    font-size: 47px;
}

.point1_2 {
    justify-content: center;
    align-items: flex-end;
    margin: 50px 0 30px;
}

.point1_2 p {
    font-family: 'Keifont';
    color: #4d4d4d;
    font-size: 22px;
    text-align: left;
    letter-spacing: 2px;
}

.point1_2 div:nth-child(2) p {
    font-size: 30px;
    line-height: 30px;
    position: relative;
    z-index: 1;
    letter-spacing: 6px;
}

.point1_2 div:nth-child(2) p span {
    font-size: 52px;
    color: #ff8a00;
}

.point1_2 div:nth-child(2) p span small {
    color: #ff8a00;
    font-size: 30px;
}

.point1_2 div:nth-child(2) {
    position: relative;
}

.point1_2 div:nth-child(2):after {
    content: '';
    background-image: url(../images/point2_2.png);
    width: 189px;
    height: 120px;
    position: absolute;
    z-index: 0;
    left: -20px;
    bottom: -33px;
}

.poit1_3_headline {
    font-family: 'Keifont';
    color: #4d4d4d;
    font-size: 24px;
}

.poit1_3_txt {
    font-family: 'Keifont';
    color: #4d4d4d;
    font-size: 30px;
    letter-spacing: 2px;
}

.poit1_3_txt span {
    font-size: 38px;
    background: linear-gradient(transparent 50%, #fff300 50%);
}

.poit1_3_txt span:nth-child(2) {
    font-size: 46px;
}


/**/

.hikaku_disp {
    margin: 36px 68px;
}

.hikaku_disp strong {
    font-family: 'Keifont';
    color: #4d4d4d;
    font-size: 22px;
    border: 2px solid #d8d8d8;
    border-left: 14px solid #ff8a00;
    text-align: left;
    height: 65px;
    display: block;
    line-height: 65px;
    font-weight: normal;
    padding: 0 0 0 20px;
}


/*point2*/

.point2 {
    justify-content: center;
}

.point2 div {
    font-family: 'Keifont';
    font-size: 32px;
    background-color: #f8f8f8;
    border-right: 3px solid #ffd7a7;
    width: 342px;
    display: table;
    height: 70px;
    line-height: 70px;
    padding: 0 15px 0 0;
    margin: 0 15px;
}

.point2 div span:first-child {
    font-size: 22px;
    background-color: #ff8a00;
    color: #FFF;
    text-align: center;
    display: table-cell;
    letter-spacing: 2px;
    /* padding: 0 10px; */
    width: 100px;
}

.point2 div span:last-child {
    text-align: right;
    color: #4d4d4d;
    display: table-cell;
}

.point2_bck {
    background-image: url(../images/point2_back.jpg);
    background-repeat: repeat-x;
}

.over12km {
    font-family: 'Keifont';
    color: #4d4d4d;
    font-size: 38px;
    letter-spacing: 3px;
    line-height: 63px;
    margin: 0 0 0 108px;
}

.over12km_1 {
    position: relative;
    margin: 85px 0 0px 195px;
    text-align: left;
}

.over12km_1:before {
    background-image: url(../images/shikamo.jpg);
    width: 142px;
    height: 32px;
    content: ' ';
    top: -33px;
    left: 0;
    position: absolute;
}

.over12km span {
    background: linear-gradient(transparent 50%, #fff300 50%);
    font-size: 44px;
    color: #ff8a00;
}

.over12km span strong {
    font-size: 82px;
    font-weight: normal;
}

#otherstore_lease {
    border-radius: 10px;
    background-color: rgb(248, 248, 248);
    padding: 20px;
    width: 850px;
    margin: 30px auto 0;
    font-family: 'mplus-2c-regular';
    text-align: left;
    color: #4d4d4d;
    font-size: 15px;
}

#otherstore_lease label {
    display: inline-block;
    position: relative;
    height: 42px;
    /*高さ*/
    line-height: 40px;
    /*高さ*/
    text-align: center;
    padding: 0 40px 0 18px;
    /*文字の左右の余白*/
    font-size: 18px;
    /*文字サイズ*/
    background: #009cff;
    /*背景色*/
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
    left: -22px;
    margin: 0 0 10px;
}

#otherstore_lease label:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

#otherstore_lease label:after {
    top: 0;
    right: 0;
    border-width: 20px 15px 21px 0px;
    border-color: transparent #f8f8f8 transparent transparent;
    border-style: solid;
}


/**/

#menseki_txt {
    border-radius: 10px;
    background-color: #fffdd4;
    padding: 20px;
    color: #4d4d4d;
    text-align: left;
    margin: 0 15px;
    background-image: url(../images/menseki.jpg);
    background-repeat: no-repeat;
    background-position: 30px center;
    padding: 30px 30px 30px 158px;
}

#menseki_txt strong {
    font-size: 20px;
    font-family: 'Keifont';
    font-weight: normal;
    margin: 0 0 5px;
    display: inline-block;
}

#menseki_midashi {
    font-family: 'Keifont';
    color: #4d4d4d;
    font-size: 38px;
    letter-spacing: 3px;
    justify-content: center;
    margin: 80px 0 0 0;
}

#menseki_midashi span {
    font-family: 'Keifont';
    color: #4d4d4d;
    font-size: 38px;
    letter-spacing: 3px;
    justify-content: center;
}

#menseki_midashi span {
    background: linear-gradient(transparent 50%, #fff300 50%);
    font-size: 44px;
    color: #ff8a00;
    line-height: 40px;
}

#menseki_midashi span strong {
    font-size: 82px;
    font-weight: normal;
}

#menseki_midashi #menseki {
    position: relative;
}

#menseki_midashi #menseki::before {
    background-image: url(../images/jplannara.jpg);
    width: 199px;
    height: 34px;
    content: ' ';
    top: -38px;
    position: absolute;
}

.example {
    background: #f8f8f8;
    border-radius: 10px;
    margin: 15px 50px;
    padding: 20px;
}

.example label {
    display: inline-block;
    position: relative;
    height: 40px;
    /*高さ*/
    line-height: 41px;
    /*高さ*/
    text-align: center;
    padding: 0 50px 0 50px;
    /*文字の左右の余白*/
    font-size: 16px;
    /*文字サイズ*/
    background: #009cff;
    /*背景色*/
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
    left: -22px;
    margin: 0 0 10px;
    text-align: center;
    font-family: 'Keifont';
    font-weight: normal;
    letter-spacing: 2px;
}

.example label:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.example label:after {
    top: 0;
    right: 0;
    border-width: 20px 15px 21px 0px;
    border-color: transparent #f8f8f8 transparent transparent;
    border-style: solid;
}

.example label:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.example label:before {
    top: 0;
    left: 0;
    border-width: 20px 0px 21px 15px;
    border-color: transparent transparent transparent #f8f8f8;
    border-style: solid;
}

.example ul {
    flex-wrap: wrap;
    margin: 0px 37px;
}

.example li:before {
    content: '●';
    color: #ff8a00;
    margin: 0 5px 0 0;
    font-size: 17px;
}

.example li {
    color: #4d4d4d;
    font-family: 'mplus-2c-regular';
    font-size: 16px;
    width: 50%;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
    margin: 8px 0;
}

.example li span:nth-child(2) {
    position: relative;
    padding: 0px 0 0 46px;
    margin: 0 0 0 3px;
}

.example li span:nth-child(2)::before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #4d4d4d;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.total {
    color: #4d4d4d;
    font-family: 'mplus-2c-regular';
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 0 0;
    letter-spacing: 2px;
}


/**/

#car_list_title {
    border-bottom: 7px solid #ff8a00;
    font-family: 'Keifont';
    color: #4d4d4d;
    font-weight: normal;
    background-image: url(../images/risu_title.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 32px;
    height: 98px;
    padding: 0px 0 0 146px;
    line-height: 98px;
    margin: 70px 0 0 0;
}

#car_list_title span {
    font-size: 38px;
}

#car_list li {
    border: 4px solid #f8f8f8;
    margin: 20px 0 0;
    color: #4d4d4d;
}

.car_name {
    background-color: #fffdd4;
    padding: 15px;
    justify-content: center;
    font-size: 16px;
}

.car_img {
    background-color: #FFF;
    padding: 10px;
    width: 183px;
    box-sizing: border-box;
    margin: 0 15px 0 0;
}

.model_name {
    font-family: 'Keifont';
    color: #ff8a00;
    font-size: 24px;
}

.model_name span {
    font-size: 20px;
}

.soubi_name,
.color_name,
.car_price {
    margin: 3px 0 0;
}

.color_name span,
.car_price span:first-child {
    background-color: #4d4d4d;
    color: #FFF;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    margin: 0 5px 0 0;
}

.car_price span:last-child {
    font-size: 18px;
    margin: 0 2px 0 0;
    font-weight: bold;
}

.payplan {
    padding: 20px 20px 0;
}

.payplan dl {
    width: 29%;
    margin: 0 0.5%;
}

.payplan_jplan {
    width: 42% !important;
}

.payplan dt {
    font-family: 'Keifont';
    color: #FFF;
    background-color: #ff7492;
    border-radius: 5px;
    position: relative;
    height: 50px;
    text-align: center;
    margin: 0 0 9px;
    font-weight: normal;
    line-height: 50px;
    font-size: 17px;
}

.payplan dt:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff7492;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin: 0 0 0 -12.5px;
    z-index: 2;
}
.notes{
    font-size: 12px;
    text-align: right;
    padding: 5px;
}

.payplan_jplan dt {
    line-height: 16px;
    padding: 9px 0 0 0;
}

.payplan_cash dt {
    background-color: #80da00;
}

.payplan_cash dt:after {
    border-top: 10px solid #80da00;
}

.payplan_zanka dt {
    background-color: #3dbeff;
}

.payplan_zanka dt:after {
    border-top: 10px solid #3dbeff;
}

.payplan dd {
    font-family: 'mplus-2c-regular';
    font-size: 14px;
    display: flex;
    border-right: 2px solid #f8f8f8;
    border-left: 2px solid #f8f8f8;
}

.payplan dd:nth-child(2) {
    border-top: 2px solid #f8f8f8;
}

.payplan dd:last-child {
    border-bottom: 2px solid #f8f8f8;
}

.payplan_jplan dd {
    border-right: 5px solid #fff300;
    border-left: 5px solid #fff300;
}

.payplan_jplan dd:nth-child(2) {
    border-top: 5px solid #fff300;
}

.payplan_jplan dd:last-child {
    border-bottom: 5px solid #fff300;
}

.payplan dd:nth-child(2n) {
    background-color: #f8f8f8;
}

.payplan dd div:first-child {
    border-right: 1px solid #dedede;
    width: 43%;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}

.payplan dd div:last-child {
    border-left: 1px solid #dedede;
    margin: 0 0 0 2px;
    text-align: right;
    width: 57%;
    padding: 0 10px 0 0;
    font-weight: bold;
    font-size: 14px;
}

.payplan_jplan dd div:first-child {
    font-size: 15px;
}

.payplan_jplan dd div:last-child {
    font-size: 18px;
}

.payment_point span {
    background: linear-gradient(transparent 50%, #fff300 50%);
    padding: 0 5px;
    margin: 10px -5px 0 0;
    font-size: 20px;
    font-style: italic;
    position: relative;
    display: inline-block;
    bottom: 0;
}

.payplan_cash .payment_point span {
    margin: 0px -5px 0 0;
    font-size: 16px;
}

.bg_yellow {
    background-color: #fffdd4 !important;
}

.bg_green {
    background-color: #cdecff !important;
}


/**/

#only_jplan {
    width: 600px;
    margin: auto;
}

#only_jplan li {
    display: flex;
    font-family: 'Keifont';
    font-size: 20px;
    justify-content: center;
    margin: 17px 0;
}

#only_jplan li div {
    width: 35%;
    text-align: left;
}

#only_jplan li div:first-child {
    padding: 0px 30px 0 0;
    margin: 0 44px 0 0;
    width: 43%;
    position: relative;
    text-align: left;
}

#only_jplan li div:first-child::after {
    content: '';
    width: 27px;
    height: 24px;
    background-image: url(../images/arrow.jpg);
    background-color: white;
    position: absolute;
    right: 0;
}


/**/

#other_link {
    background-color: #f8f8f8;
    padding: 40px 0;
    margin: 50px 0 0;
}

#other_link h2 {
    font-family: 'Keifont';
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1px;
}

#other_link h2 small {
    font-size: 20px;
}

#other_link ul {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
}

#other_link li {
    font-family: 'Keifont';
    border: 3px solid #ff8a00;
    width: 31%;
    background-color: #ffffff;
    padding: 42px 20px 16px;
    color: #ff8a00;
    line-height: 1.5em;
    font-size: 20px;
}

#other_link li span {
    font-size: 60px;
    line-height: 50px;
}

#other_link li span small {
    font-size: 40px;
    vertical-align: bottom;
}

#other_link li a {
    display: block;
    font-size: 16px;
}

#other_link li a {
    margin: 10px 0 0;
    padding: 18px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    background-image: linear-gradient(to right, #ff8c00 0%, #ffae00 51%, #ff8c00 100%);
    line-height: 1em;
    position: relative;
    text-decoration: none;
}

#other_link li a:hover {
    background-position: right center;
    /* change the direction of the change here */
}

#other_link li a:before {
    content: '▼';
    background-color: #FFF;
    border-radius: 15px;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    color: #ff8a00;
    line-height: 22px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin: -11px 0 0;
}

#other_link li:first-child a {
    margin: 4px 0 0;
}

#other_link li:last-child a {
    margin: 19px 0 0;
}

#bottom_contact {
    padding: 15px 0;
    text-align: center;
}

#bottom_contact h2 {
    color: #FFF;
    font-family: 'Keifont';
    font-size: 22px;
    font-weight: normal;
}


/******/

#bottom_txt {
    font-family: 'Keifont';
    font-size: 18px;
    margin: 20px;
    letter-spacing: 2px;
    background-image: url(../images/risu3.jpg);
    background-repeat: no-repeat;
    background-position: right 45px top;
    padding: 51px 0 21px 11px;
    line-height: 1.9;
}

#bottom_contact {
    background-image: url(../images/sky.jpg);
    background-size: cover;
    padding: 35px 0;
    margin: 50px 0 0;
}

#bottom_contact ul {
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
}

#bottom_contact ul li {
    margin: 0 10px;
    width: 330px;
}

#bottom_contact ul li a {
    font-family: 'Keifont';
    font-size: 18px;
    color: #ff8a00;
    border: 3px solid #ff8a00;
    display: block;
    text-align: center;
    height: 70px;
    line-height: 70px;
    background-color: #FFF;
    transition: 0.5s;
}

#bottom_contact ul li a:hover {
    /*background-color: #ff8a00;*/
    /*color: #FFF;*/
    text-decoration: none;
}

.lease_tel {
    font-size: 22px !important;
    cursor: default;
}

#bottom_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;
}


/*====================================*/

.wrapper {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
}

.sub_title {
    font-family: 'Keifont';
    color: #4d4d4d;
    font-size: 34px;
    position: relative;
    display: inline-block;
    margin: 15px 0 10px;
    font-weight: normal;
}

.sub_title:before,
.sub_title:after {
    content: '';
    width: 63px;
    height: 25px;
    background-image: url(../images/sub_title.svg);
    position: absolute;
    top: 10px;
}

.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;
}


/*なみなみ*/

#wrap {
    position: relative;
}

#svg-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}



/**********************************
             タブ切り替え
*************************************/

input[name="tab_menu"] {
  display: none;
}

.tab_menu_wrap {
  display: flex;
  width: 970px;
  margin: auto;
  gap: 10px;
}
.tab_menu {
  flex: 1;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  font-weight: bold;
  cursor: pointer;
  width: 480px;
  color: #f67f25;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  font-family: 'Keifont';
  font-weight:500;
  font-size:28px;
}

#menu01:checked ~ .tab_menu_wrap label[for="menu01"],
#menu02:checked ~ .tab_menu_wrap label[for="menu02"]{
  color: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
}

/* 各タブの基本色 */
label[for="menu01"] { background-color: #fff; color:#57C443;  border: 3px solid #57C443; border-bottom:0; } 
label[for="menu02"] { background-color: #fff; color:#f67f25;  border: 3px solid #f67f25;  border-bottom:0;} 


/* 選択中タブの色 */
#menu01:checked ~ .tab_menu_wrap label[for="menu01"] { background-color: #57C443; color: #fff; }
#menu02:checked ~ .tab_menu_wrap label[for="menu02"] { background-color: #f67f25; color: #fff; }

.tab_contents {
  display: none;
  padding: 0px;
}

#menu01:checked ~ .tab01 #content01,
#menu02:checked ~ .tab01 #content02{
  display: block;
}


/***************************************
         速太郎リース
****************************************/
.w970{
    width:970px;
    margin:auto;
}
.w900{
    width:900px;
    margin:auto;
}
#content01 .full-width img{ width:100%;}
.full-width{
    background-color: #57C443;
    padding:50px 0;
}
.w970 img{width:100%;}


#sec01{
    width:900px;
    margin:auto;
}
#sec01 #hlttl{
    width: 60%;
    margin: 20px 20% 14px;
}
#sec01main{
    width:100%;
}
#need{
    font-weight: 500;
    font-size: 22px;
    font-family: 'Keifont';
    margin: 36px 0 20px;
}
#need span{
    font-weight:bold;
    font-size: 32px;
    position: relative;
    top: 4px;  
}
#sec01 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sec01 ul li{
    font-family: 'Keifont';
    font-weight: 500;
    width: 440px;
    position: relative;
}
#sec01 ul li #txt1{
    color: #4ba4b3;
    font-size: 26px;
    padding: 20px 30px 10px;
    border-radius: 20px 20px 0 0;
    border: 4px solid #4ba4b3;
    border-bottom: none;
}
#sec01 ul li #txt2{
    font-size: 26px;
    text-align: center;
    border-left: 4px solid #4ba4b3;
    border-right: 4px solid #4ba4b3;
}
#sec01 ul li #txt3{
    font-size: 16px;
    text-align: center;
    border: 4px solid #4ba4b3;
    border-top: none;
    border-radius: 0 0 20px 20px;
    padding: 0 0 18px 0;
}
#sec01 ul li #txt4{
    text-align: center;
    color: #fff;
    font-size: 28px;
    background: #57c443;
    padding: 18px 0 8px;
    border-radius: 20px 20px 0 0;
}
#sec01 ul li #txt5{
    font-size: 28px;
    display: inline;
    background-position: top 60% left -760%;
    font-weight: 500;
    background-size: 97% 0.4em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 102) 50%);
    transition: background-position 2s 0.1s;
    color: red;
    text-align: center;
    border: 4px solid #57c443;
    border-radius: 0 0 20px 20px;
    width: 98%;
    display: block;
    padding: 20px 0;
}
#sec01 ul li img{ 
    position: absolute; 
    bottom: 0;  
    right: 0; 
    width: 132px;
}


/*  */
#sec02{
    width:970px;
    margin:auto;
}
#sec02 #hlttl{
    width: 50%;
    margin: 50px 25% 14px;
}
#sec02 #sec02sub{
    font-weight:500;
    font-size:22px;
    color:#24803E;
    font-family: 'Keifont';
    text-align:center;
}
#sec02 ul{
    width: 800px;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sec02 ul li{
    width: 360px;
    position: relative;
    border-radius: 30px;
    border: 5px solid #57c443;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 100px 0 60px;
}
#sec02 ul li .fuki{
    position: absolute;
    background: #57c443;
    color: #fcec09;
    font-weight: bold;
    font-size: 60px;
    font-family: 'MisterEarl BT', sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3d3d3d;
    width: 230px;
    text-align: center;
    border-radius: 57px;
    top: -50px;
    left: -49px;
}
#sec02 ul li .fuki:after{
    content: "";
    position: absolute;
    right: 60px;
    bottom: -25px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #57c443 transparent transparent transparent;
    border-width: 30px 1px 0 40px;
}


#sec02 ul li .img-area{
    width: 100%;
    background: #f7f6ea;
    border-radius: 30px 30px 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
#sec02 ul li p{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 35px 0;
    width: 100%;
    border-radius: 0 0 30px 30px;
}
#sec02 ul li img{
    width: 210px;
    padding: 10px 0;
}
#sec02 h2{  
    border-bottom: 7px solid #57c443;  
    font-family: 'Keifont'; 
    color: #4d4d4d;  
    font-weight: normal;  
    background-image: url(../images/pig.png);   
    background-repeat: no-repeat; 
    background-position: left bottom; 
    font-size: 32px;
    height: 80px;
    padding: 0px 0 0 100px; 
    line-height: 98px;
    background-size: 80px;
}


/* ポイント */
#l-point{
    background:#ECF7EA;
    padding: 50px 0;
}
#l-point .title-img{
    margin-bottom:40px;
    text-align: center;
    width: 900px;
}
.point-box{
    width: 970px;
    margin: 0 auto 50px;
    background: #fff;
    position: relative;
    padding: 42px 0;
}
.point-box-title-area .txt{
    margin: 14px 0px 0px 174px;
    width: 750px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}
.point-num{

}
.point-num img{
    top: -24px;
    left: -24px;
    width: 148px;
    position: absolute;
}
.point-num p{
    position: absolute;
    text-align: center;
    width: 100px;
    font-weight: bold;
    font-size: 25px;
    color: #278A31;
    top: 5px;
    font-family: "Poppins", sans-serif;
}
.point-num p span{ 
    font-size: 64px;  
    line-height: 55px;
}
.point-box-content{
    width: 900px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}
.point-box-content .p1{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
#p1-1{background-color:#919191 ;}
#p1-2{background-color: #f2540e;}
#p1-3{background-color:#278a31;}
#p1-4{background-color:#44529f ;}
#p1-5{background-color: #769abf;}
#p1-6{background-color:#63afa9 ;}
#p1-6 span{font-size: 16px;}

.point-box-title-area h2{
    width: 770px;
    margin: 0px 35px 0px 160px;
    font-size: 32px;
    font-weight: 500;
    border-bottom: 5px solid #57C443;
    padding-bottom: 5px;
    font-family: 'Keifont';
}
.point-box-title-area h2 span{
    font-size:38px;

    display: inline;
    background-position: left -100% center;
    padding-bottom: 0.6em;
    font-weight: 500;
    background-size: 200% 0.4em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 102) 50%);
    transition: background-position 2s 0.1s;
}

#p-con2{width:900px; margin:30px auto 20px;}
#p-con2 img{width:100%;}

.w860{
    width:860px;
    margin: 30px auto 0;
    overflow: auto;
}

.main-left-area{
    width: 191px;
    float: left;
    position: absolute;
    top: 25%;
}
.main-left-area #txt1{
    background: #fdf49d;
    color: #278a31;
    font-size: 22px;
    text-align: center;
    width: 135px;
    border-radius: 42px;
    padding: 7px 0;
}
.main-left-area #txt2{ 
    font-size: 16px;  
    margin: 10px 0 7px;
}
.main-left-area img{ 
    width: 100%;
}
.main-right-area{
    width: 646px;
    margin-left: 23px;
    float: right;
    text-align: center;
}
.mente-box{

}
.mente-box-top{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #278a31;
    background: #d5f0a9;
    border-radius: 25px 25px 0 0;
    padding: 6px 0;
}
.mente-box-bottom{
    background: #f7f6e9;
    border-radius: 0 0 25px 25px;
    padding: 15px 20px;
}
.mente-box-bottom ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mente-box-bottom ul li{
}
.inner-mente-box-top{
    background: #3e9647;
    color: #fff;
    padding: 5px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    border-radius: 20px 20px 0 0;
    height: 42px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.inner-mente-box-bottom{
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 10px 0;
    margin-bottom: 10px;
}
#p3-ul1 .inner-mente-box-top{font-size:18px;}
#p3-ul2 .inner-mente-box-top{font-size:16px;line-height: 20px;}
#p3-ul1 li{width: 296px;}
#p3-ul2 li{width: 194px;}
#p-con3{position:relative;}

.p4{
    width: 740px;
    margin-left: 175px;
}
#p4-txt1{
    background: #57c443;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 35px 0 35px 0px;
    padding: 10px 0;
    border-radius: 45px;
    position: relative;
}
#p4-txt1:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #57c443 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#p4-txt2{
    font-size: 16px;
    text-align: center;
}
#p4-txt3{
    background: #43bac4;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 25px 0px;
    padding: 10px 0;
    border-radius: 45px;
}

#p4-img{
    margin: 0px 10% 20px;
    width: 80%;
}
.p4 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p4 ul li{
    width: 240px;
}
.p4 ul li div{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: #fdf49d;
    width: 80%;
    padding: 8px 0;
    margin: auto;
    border-radius: 8px;
    position:relative;
}
.p4 ul li div:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fdf49d transparent transparent transparent;
  border-width: 12px 12px 0 12px;
}

.p4 ul li img{
    width: 70%;
    margin: 15px 15% 20px;
}
.p4 ul li p{
    font-size: 13px;
    padding: 0 0px 0 13px;
}



/* ステップ */
#step{
    width:860px;
    margin:40px auto;
    overflow: auto;
}
.step-box{
    position: relative;
}
.step-box-top{
    background: #57C443;
    padding: 15px 15px 18px;
    border: 3px solid #57C443;
    border-radius: 20px 20px 0 0;
}
.step-box-top .num{
    color: #57C443;
    background: #fff;
    font-size: 28px;
    font-weight: bold;
    float: left;
    padding: 24px 30px 25px;
    line-height: 0px;
    border-radius: 30px;
    font-family: "Poppins", sans-serif;
}
.step-box-top .num span{
    font-size: 38px;
    font-weight: 500;
    color: #57C443;
    margin-left: 8px;
    position: relative;
    top: 3px;
}
.step-box-top span{
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    margin-left: 30px;
    font-family: 'Keifont';
}
.step-box-bottom{
    clear: both;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #57C443;
    padding: 30px 40px;
    border-radius: 0 0 20px 20px;
}
.step-box img{
    position: absolute;
    right: 20px;
    bottom: 30px;
    width:170px;
}
.tate{
    border-left:14px solid #3e9647;
    height:50px;
    width: 14px;
    margin: auto;
}
.tate-fff{
    border-left:14px solid #fff;
    height:50px;
    width: 14px;
    margin: auto;
}
#step .title-img{
    margin-bottom:40px;
    text-align: center;
    margin-left: 5%;
    width: 90%;
}

/* 見積無料 */
.green-txt{color:#57C443!important;}
.green-border{border: 3px solid #57C443!important;}