@charset 'UTF-8';


.header
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    width: 100%;

    border-bottom: 3px solid #0b63aa;
    background-color: #fff;
}
@media only screen and (max-width: 800px)
{
    .header
    {
        height: 100px;
    }
}
@media only screen and (max-width: 600px)
{
    .header
    {
        height: 80px;
    }
}
.header-inner
{
    display: flex;

    padding: 25px 90px 0 30px;

    align-items: center;
    justify-content: space-between;
}
.header-inner::before
{
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 350px;

    width: 320px;
    height: 120px;

    content: '';

    background-image: url(../img/header-shop.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1200px)
{
    .header-inner::before
    {
        left: 260px;

        width: 260px;
        height: 100px;
    }
}
@media only screen and (max-width: 1000px)
{
    .header-inner::before
    {
        left: 180px;

        width: 220px;
        height: 80px;
    }
}
@media only screen and (max-width: 800px)
{
    .header-inner::before
    {
        left: 40px;

        width: 180px;
        height: 60px;
    }
}
@media only screen and (max-width: 600px)
{
    .header-inner::before
    {
        left: 15px;

        width: 120px;
        height: 50px;
    }
}
.header-right
{
    display: flex;

    width: 80%;
    max-width: 800px;
    padding-bottom: 10px;

    align-items: flex-end;
    justify-content: flex-end;
}
@media only screen and (max-width: 800px)
{
    .header-right
    {
        display: none;
    }
}
.header-logo
{
    max-width: 400px;
    margin-right: 40px;
    padding-bottom: 20px;
}
.header-logo img{
	width: 300px;
}

@media only screen and (max-width: 1000px)
{
    .header-logo
    {
        width: 200px;
    }
}
@media only screen and (max-width: 800px)
{
    .header-logo
    {
        position: absolute;
        top: 50%;
        left: 50%;

        margin-right: 0;
        padding-bottom: 0;

        transform: translate(-50%, -50%);
    }
}
@media only screen and (max-width: 600px)
{
    .header-logo
    {
        width: 165px;
    }
	.header-logo img {
	  width: 165px !important;
	}
}
.header-profile
{
    display: inline-block;

    margin-right: 30px;
    padding: 15px 40px;

    text-align: center;

    background-color: #e6e6e6;
}
.header-profile-name i
{
    margin-right: 10px;

    color: #0b63aa;
}
.header-profile-id
{
    font-size: 11px;

    margin-top: 10px;
}
.header-dog
{
    margin-right: 30px;
}
.header-dog img
{
    width: 80px;
}
.header-btnbox a
{
    display: flex;

    width: 160px;
    height: 40px;

    transition: .3s;

    color: #fff;
    border-radius: 20px;

    align-items: center;
    justify-content: center;
}
.header-btn1
{
    background-color: #0b63aa;
}
.header-btn1:hover
{
    color: #0b63aa !important;
    border: 1px solid #0b63aa;
    background-color: #fff;
}
.header-btn1 img
{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.header-btn1 span
{
    display: block;
}
.header-btn2
{
    line-height: 40px;

    display: block;

    margin-top: 10px;

    background-color: #b3b3b3;
}
.header-btn2:hover
{
    color: #333;
    border: 1px solid #ccc;
    background-color: #fff;
}

.res-menu
{
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;

    width: 70px;
    height: 60px;

    cursor: pointer;

    background-color: #0b63aa;
}
@media only screen and (max-width: 600px)
{
    .res-menu
    {
        width: 60px;
        height: 50px;
    }
}
.res-menu-inner
{
    position: relative;

    width: 70px;
    height: 45px;
}
@media only screen and (max-width: 600px)
{
    .res-menu-inner
    {
        width: 60px;
        height: 40px;
    }
}
.res-menu-inner span
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 45px;
    height: 2px;
    margin: auto;

    transition: .3s;

    background-color: #fff;
}
@media only screen and (max-width: 600px)
{
    .res-menu-inner span
    {
        width: 35px;
    }
}
.res-menu-inner span:first-child
{
    transform: translateY(-8px);
}
.res-menu-inner span:last-child
{
    transform: translateY(8px);
}
.res-menu-text
{
    font-size: 12px;

    margin-top: -5px;

    text-align: center;

    color: #fff;
}
@media only screen and (max-width: 600px)
{
    .res-menu-text
    {
        font-size: 10px;
    }
}
.res-menu.active span:first-child
{
    transform: rotate(45deg);
}
.res-menu.active span:nth-child(2)
{
    opacity: 0;
}
.res-menu.active span:last-child
{
    transform: rotate(-45deg);
}

.fv
{
    margin-top: 126px;
}
@media only screen and (max-width: 800px)
{
    .fv
    {
        margin-top: 0;
    }
}
.fv-img
{
    max-width: 1000px;
    margin: 0 auto;
}

.fv-sp
{
    display: none;
}
@media only screen and (max-width: 800px)
{
    .fv-sp
    {
        display: block;

        width: 80%;
        margin: 120px auto 20px;
      /*  padding: 20px 15px;*/

        background-color: #e0f1fc;
    }
}
@media only screen and (max-width: 800px) and (max-width: 600px)
{
    .fv-sp
    {
        width: 95%;
    }
}
@media only screen and (max-width: 600px)
{
    .fv-sp
    {
        margin-top: 120px;
    }
}
.fv-sp-inner
{
    display: flex;

    align-items: center;
}
.fv-sp-img
{
    width: 40%;
    margin-right: 20px;
}
@media only screen and (max-width: 600px)
{
    .fv-sp-img
    {
        margin-right: 10px;
    }
}
.fv-sp-textbox
{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.fv-sp-name
{
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px)
{
    .fv-sp-name
    {
        margin-bottom: 20px;
    }
}
.fv-sp-name span
{
    font-size: 22px;

    margin-right: 10px;
}
@media only screen and (max-width: 600px)
{
    .fv-sp-name span
    {
        font-size: 18px;
    }
}
.fv-sp-id
{
    font-size: 12px;

    margin-bottom: 40px;
}
@media only screen and (max-width: 600px)
{
    .fv-sp-id
    {
        margin-bottom: 30px;
    }
}
.fv-sp-btn
{
    line-height: 45px;

    display: flex;

    height: 45px;

    text-align: center;

    color: #fff;
    border-radius: 20px;
    background-color: #0b63aa;

    align-items: center;
    justify-content: center;
}
.fv-sp-btn img
{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.header-nav
{
    position: fixed;
    z-index: 99;
    top: 126px;
    left: 0;

    display: none;
    overflow-y: scroll;

    width: 100vw;
    height: calc(100vh - 126px);
    padding: 40px 10px 200px;

    background-color: #0b63aa;
    
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box; 
    
}
@media only screen and (max-width: 800px)
{
    .header-nav
    {
        top: 0;

        height: 110vh;
    }
}
.header-nav-inner
{
    max-width: 1000px;
    margin: 0 auto;
}
.header-nav ul li
{
    font-size: 18px;

    margin-top: 30px;
    padding-bottom: 30px;

    border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 600px)
{
    .header-nav ul li
    {
        font-size: 16px;
    }
}
.header-nav ul li a,
.header-nav ul li span
{
    color: #fff;
}
.header-nav ul li a img,
.header-nav ul li span img
{
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.header-nav-car
{
    margin-top: 20px;

    border-radius: 5px;
    background-color: #fff;
}
.header-nav-carbox
{
    font-size: 16px;

    display: flex;
    display: block;

    padding: 15px 10px;

    color: #333 !important;

    align-items: center;
}
@media only screen and (max-width: 600px)
{
    .header-nav-carbox
    {
        font-size: 13px;
    }
}
.header-nav-carbox img
{
    width: 30px;
    height: 30px;
    margin-right: 0 !important;
    margin-bottom: -3px;
}
@media only screen and (max-width: 600px)
{
    .header-nav-carbox img
    {
        width: 24px;
    }
}
.header-nav-carbox:first-child
{
    border-bottom: 1px solid #333;
}
.header-nav-title
{
    font-size: 22px;
    font-weight: 900;

    display: flex;

    margin-top: 40px;
    margin-bottom: 40px;

    color: #fff;

    align-items: center;
}
@media only screen and (max-width: 600px)
{
    .header-nav-title
    {
        font-size: 18px;
    }
}
.header-nav-title img
{
    width: 30px;
    margin-right: 15px;
}
@media only screen and (max-width: 600px)
{
    .header-nav-title img
    {
        width: 25px;
    }
}
.header-nav-bottom
{
    position: relative;

    display: block;

    width: 100%;
    margin: 0 auto;
    margin-top: 40px;

    border: 2px solid #0b63aa;
    background-color: #fff;
}
.header-nav-bottom-inner
{
    position: relative;
    z-index: 3;

    display: flex;

    align-items: center;
    justify-content: center;
}
.header-nav-bottom-inner::before
{
    position: absolute;
    z-index: 2;

    width: 100%;
    height: 100%;

    content: '';

    outline: 2px solid #0b63aa;
    outline-offset: -10px;
}
.header-nav-bottom-text
{
    font-size: 20px;
    font-weight: 900;

    color: #0b63aa;
}
@media only screen and (max-width: 800px)
{
    .header-nav-bottom-text
    {
        font-size: 18px;
    }
}
.header-nav-bottom-text span
{
    font-size: 44px;
}
@media only screen and (max-width: 800px)
{
    .header-nav-bottom-text span
    {
        font-size: 30px;
    }
}
.header-nav-bottom-img
{
    position: relative;
    z-index: 3;
}
.header-nav-bottom-img img
{
    width: 150px;
}
@media only screen and (max-width: 800px)
{
    .header-nav-bottom-img img
    {
        width: 110px;
    }
}
.header-nav-logout
{
    line-height: 45px;

    display: block;

    width: 400px;
    height: 45px;
    margin: 40px auto 0;

    text-align: center;

    color: #333;
    border: 1px solid #ccc;
    background-color: #eee;
}
@media only screen and (max-width: 600px)
{
    .header-nav-logout
    {
        width: 90%;
    }
}

.footer
{
    padding: 20px 0;
    position:relative;
}
.footer-nav ul
{
    display: flex;

    justify-content: center;
}
.footer-nav ul li
{
    margin-left: 40px;
}
@media only screen and (max-width: 800px)
{
    .footer-nav ul li
    {
        width: 50%;
        margin-left: 0;

        text-align: center;

        background-color: #ccc;
    }
}
.footer-nav ul li a
{
    display: flex;

    padding-left: 20px;

    color: #333;
    border-left: 2px solid #0b63aa;
}
@media only screen and (max-width: 800px)
{
    .footer-nav ul li a
    {
        position: relative;

        display: block;

        padding: 20px 0;
        padding-left: 0;

        border-left: 0;
    }
    .footer-nav ul li a::before
    {
        font-family: 'Font Awesome 5 Free';
        font-size: 14px;
        font-weight: 900;

        position: absolute;
        top: 50%;
        right: 10px;

        content: '';
        transform: translateY(-50%);

        color: #333;
    }
}
.footer-copy
{
    font-size: 12px;

    margin-top: 40px;

    text-align: center;
}
.footer-logout
{
    line-height: 50px;

    display: none;

    width: 400px;
    height: 50px;
    margin: 40px auto;

    text-align: center;

    color: #333;
    border: 1px solid #ccc;
    position:relative;
}

.back-home:before{
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 600;
    content: '';
    color: #333;
    display:inline-block;
    margin-right:5px;
}

@media only screen and (max-width: 800px)
{
    .footer-logout
    {
        display: block;
    }
}
@media only screen and (max-width: 600px)
{
    .footer-logout
    {
        width: 90%;
    }
}

a
{
    text-decoration: none;
    color: #333;
}

ul
{
    list-style: none;
}

img
{
    width: 100%;
    max-width: 100%;
    height: auto;

    vertical-align: bottom;
}

body
{
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
@media only screen and (max-width: 1000px)
{
    body
    {
        font-size: 14px;
    }
}

i
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.cont-title
{
    font-size: 22px;
    font-weight: 900;

    color: #0b63aa;
}
@media only screen and (max-width: 800px)
{
    .cont-title
    {
        font-size: 18px;
    }
}
@media only screen and (max-width: 600px)
{
    .cont-title
    {
        font-size: 17px;
    }
}

.cont1
{
    padding: 160px 20px 80px;

    background-image: url(../img/cont1-bg.png);
    background-repeat: repeat;
    background-size: contain;
}
@media only screen and (max-width: 800px)
{
    .cont1
    {
        padding: 40px 20px 60px;
    }
}
@media only screen and (max-width: 600px)
{
    .cont1
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.cont1-inner
{
    max-width: 1000px;
    margin: 0 auto;
}
.cont1-title
{
    position: relative;

    padding: 15px 0;

    text-align: center;

    border-bottom: 2px solid #0b63aa;
}
.cont1-title:before
{
    position: absolute;
    top: 50%;
    left: 13%;

    width: 150px;
    height: 65px;

    content: '';
    transform: translateY(-70%);

    background-image: url(../img/title-icon1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 800px)
{
    .cont1-title:before
    {
        left: 6%;

        width: 100px;
        height: 40px;
    }
}
@media only screen and (max-width: 600px)
{
    .cont1-title:before
    {
        left: 2%;

        width: 80px;
        height: 35px;

        transform: translateY(-50%);
    }
}
.cont1-car
{
    border: 2px solid #0b63aa;
    border-radius: 10px;
    background-color: #fff;
}
.cont1-car-name
{
    margin-bottom: 5px;
}
.cont1-car-name a{
	color:#0b63aa;
	text-decoration:underline;
}
.cont1-id
{
    font-size: 14px;

    margin-bottom: 20px;
}
.cont1-box
{
    padding: 40px 0;

    border-bottom: 2px solid #ccc;
}
.cont1-box:last-child
{
    border-bottom: none;
}
.cont1-box-inner
{
    padding: 0 60px;
}
@media only screen and (max-width: 800px)
{
    .cont1-box-inner
    {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 600px)
{
    .cont1-box-inner
    {
        padding: 0 10px;
    }
}
.cont1-info
{
    display: flex;
}
.cont1-infobox
{
    width: calc(100% / 3);

    text-align: center;
}
.cont1-info-name
{
    line-height: 1.3;

    display: flex;

    height: 50px;

    border-right: 2px solid #ccc;
    background-color: #f5f5f4;

    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 600px)
{
    .cont1-info-name
    {
        font-size: 12px;
    }
}
.cont1-info-name img
{
    width: 17px;
    height: 17px;
    margin-right: 5px;
}
@media only screen and (max-width: 600px)
{
    .cont1-info-name img
    {
        width: 12px;
        height: 12px;
    }
}
.cont1-info-name-small
{
    font-size: 13px;

    border-right: none;
}
@media only screen and (max-width: 600px)
{
    .cont1-info-name-small
    {
        font-size: 11px;
    }
}
.cont1-info-date
{
    margin-top: 10px;

    color: #0b63aa;
}
@media only screen and (max-width: 600px)
{
    .cont1-info-date
    {
        font-size: 14px;
    }
}
.cont1-btn
{
    font-size: 18px;

    position: relative;

    display: flex;

    width: 100%;
    height: 90px;
    margin: 80px auto 0;

    transition: .3s;
    text-align: center;

    color: #fff;
    border-radius: 45px;
    background-color: #cb171d;

    justify-content: center;
    align-items: center;
    border: #cb171d;
}
.cont1-btn:hover
{
    color: #cb171d;
    border: 2px solid #cb171d;
    background-color: #fff;
}
@media only screen and (max-width: 600px)
{
    .cont1-btn
    {
        font-size: 14px;

        height: 70px;
        margin: 60px auto 0;
    }
}
.cont1-btn img
{
    width: 18px;
    height: 18px;
    margin-left: 20px;
}
@media only screen and (max-width: 600px)
{
    .cont1-btn img
    {
        width: 14px;
        height: 14px;
    }
}

.cont2
{
    margin-top: 140px;
}
@media only screen and (max-width: 800px)
{
    .cont2
    {
        margin-top: 0;
    }
}
.cont2-inner
{
    max-width: 1000px;
    margin: 0 auto;
}
.cont2-top
{
    display: flex;
}
.cont2-top-box
{
    font-size: 20px;

    display: flex;

    width: calc(100% / 3);
    height: 120px;

    transition: .3s;

    color: #fff;
    background-color: #0b63aa;

    justify-content: center;
    align-items: center;
}
.cont2-top-box:hover
{
    color: #0b63aa;
    border: 1px solid #0b63aa;
    background-color: #fff;
}
@media only screen and (max-width: 600px)
{
    .cont2-top-box
    {
        font-size: 14px;

        height: 100px;
    }
}
.cont2-top-box:nth-child(2)
{
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}
.cont2-top-box img
{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
@media only screen and (max-width: 600px)
{
    .cont2-top-box img
    {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
}
.cont2-news
{
    margin-top: 160px;
    padding: 0 10px;
}
@media only screen and (max-width: 800px)
{
    .cont2-news
    {
        margin-top: 120px;
    }
}
.cont2-newsbox
{
    display: flex;

    margin-top: 40px;
    padding-bottom: 40px;

    border-bottom: 2px solid #999;

    align-items: center;
}
.cont2-news-img
{
    max-width:130px;
    max-height: 130px;
    object-fit: contain;
}
.cont2-news-img img
{
    max-height: 130px;
}
.cont2-news-textbox
{
    margin-left: 40px;
}

.cont2-news-textbox pre {
    width: 100%;
    white-space: pre-wrap ;
}

div.post_body pre {
    width: 100%;
    white-space: pre-wrap ;
}

@media only screen and (max-width: 600px)
{
    .cont2-news-img img
{
    max-height: none;
}

.cont2-news-img
{
    max-width:none;
    max-height: none;
    object-fit: none;
}



}
@media only screen and (max-width: 600px)
{
    .cont2-news-textbox
    {
        margin-left: 0px;
    }
}
.cont2-news-date
{
    margin-bottom: 30px;
}
@media only screen and (max-width: 600px)
{
    .cont2-news-date
    {
        font-size: 12px;
        margin-bottom: 20px;
        margin-left: 20px;
    }
}
.cont2-news-title
{
    margin-bottom: 15px;
}
@media only screen and (max-width: 600px)
{
    .cont2-news-title
    {
        margin-left: 20px;
        margin-bottom: 5px;
    }
}

.cont2-news-text
{
    line-height: 1.5;
}
.cont2-title
{
    position: relative;

    display: flex;

    align-items: center;
}
.cont2-title::before
{
    position: absolute;
    z-index: -1;
    bottom: 4px;
    left: 0;

    width: 100%;
    height: 4px;

    content: '';

    background-color: #0b63aa;
}
.cont2-title-icon1
{
    margin-right: 15px;
}
.cont2-title-icon1 img
{
    width: 30px;
}
@media only screen and (max-width: 600px)
{
    .cont2-title-icon1 img
    {
        width: 25px;
    }
}
.cont2-title-icon2
{
    width: 80px;
    margin-left: 30px;
}
@media only screen and (max-width: 600px)
{
    .cont2-title-icon2
    {
        width: 60px;
        margin-left: 20px;
    }
}
.cont2-news-btn
{
    line-height: 50px;

    display: block;

    width: 400px;
    height: 50px;
    margin: 80px auto 0;

    transition: .3s;
    text-align: center;

    color: #0b63aa;
    border: 2px solid #0b63aa;
    border-radius: 25px;
}
.cont2-news-btn:hover
{
    color: #fff;
    background-color: #0b63aa;
}
@media only screen and (max-width: 600px)
{
    .cont2-news-btn
    {
        width: 100%;
        margin: 60px auto 0;
    }
}
.cont2-news-btn i
{
    margin-left: 10px;
}
.cont2-news-btn i::before
{
    content: '';
}
.cont2-bottom
{
    position: relative;

    display: block;

    width: 100%;
    margin: 0 auto;
    margin-top: 120px;

    transition: .3s;

    border: 2px solid #0b63aa;
    background-color: #fff;
}
@media only screen and (max-width: 1000px)
{
    .cont2-bottom
    {
        width: 95%;
    }
}

.cont2-bottom::before,
.cont2-bottom::after
{
    position: absolute;
    z-index: -2;
    top: 50%;

    width: 35px;
    height: 35px;

    content: '';
    transform: translateY(-50%);

    background-image: url(../img/cont2-circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1000px)
{
    .cont2-bottom::before,
    .cont2-bottom::after
    {
        display: none;
    }
}
.cont2-bottom::before
{
    left: -17.5px;
}
.cont2-bottom:after
{
    right: -17.5px;
}
.cont2-bottom-inner
{
    position: relative;
    z-index: 3;

    display: flex;

    align-items: center;
    justify-content: center;
}
.cont2-bottom-inner::before
{
    position: absolute;
    z-index: 2;

    width: 100%;
    height: 100%;

    content: '';

    outline: 2px solid #0b63aa;
    outline-offset: -10px;
}
.cont2-bottom-text
{
    font-size: 20px;
    font-weight: 900;

    transition: .3s;

    color: #0b63aa;
}
@media only screen and (max-width: 800px)
{
    .cont2-bottom-text
    {
        font-size: 18px;
    }
}
.cont2-bottom-text span
{
    font-size: 44px;
}
@media only screen and (max-width: 800px)
{
    .cont2-bottom-text span
    {
        font-size: 30px;
    }
}
.cont2-bottom-img
{
    position: relative;
    z-index: 3;
}
.cont2-bottom-img img
{
    width: 150px;
}
@media only screen and (max-width: 800px)
{
    .cont2-bottom-img img
    {
        width: 110px;
    }
}
.cont2-bottom:hover
{
    background-color: #0b63aa;
}
.cont2-bottom:hover .cont2-bottom-text
{
    color: #fff;
}

.cont3
{
    position: relative;

    margin-top: 160px;
    padding: 120px 20px;

    background-image: url(../img/cont3-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 800px)
{
    .cont3
    {
        margin-top: 120px;
        padding: 120px 10px;
    }
}
.cont3-inner
{
    max-width: 1000px;
    margin: 0 auto;
}
.cont3-title
{
    display: flex;

    margin-bottom: 40px;

    align-items: center;
}
.cont3-title img
{
    width: 30px;
    margin-right: 15px;
}
@media only screen and (max-width: 600px)
{
    .cont3-title img
    {
        width: 25px;
    }
}
@media only screen and (max-width: 600px)
{
    .cont3-box-wrap
    {
        display: flex;

        flex-wrap: wrap;
    }
}
.cont3-box
{
    line-height: 1.4;

    position: relative;

    display: flex;

    padding: 15px 0 15px 30px;

    transition: .3s;

    color: #333;
    border-bottom: 2px solid #ccc;
    background-color: #fff;

    align-items: center;
}
.cont3-box:hover
{
    background-color: #e0f1fc;
}
@media only screen and (max-width: 600px)
{
    .cont3-box
    {
        font-size: 12px;

        flex-direction: column;

        width: 50%;
        padding: 20px 10px;

        text-align: center;
    }
}
.cont3-box::before
{
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 900;

    position: absolute;
    top: 50%;
    right: 40px;

    content: '';
    transform: translateY(-50%);

    color: #0b63aa;
}
@media only screen and (max-width: 600px)
{
    .cont3-box::before
    {
        font-size: 14px;

        right: 15px;
    }
}
.cont3-box:nth-child(odd)
{
    background-color: #f8f8f8;
}
.cont3-box:nth-child(odd):hover
{
    background-color: #e0f1fc;
}
@media only screen and (max-width: 600px)
{
    .cont3-box:nth-child(odd)
    {
        background-color: #fff;
    }
}
.cont3-box:last-child
{
    border-bottom: none;
}
@media only screen and (max-width: 600px)
{
    .cont3-box:last-child
    {
        width: 100%;
    }
}
.cont3-img
{
    margin-right: 50px;
}
@media only screen and (max-width: 600px)
{
    .cont3-img
    {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.cont3-img img
{
    width: 90px;
}
@media only screen and (max-width: 600px)
{
    .cont3-img img
    {
        width: 80px;
    }
}

.scroll-top
{
    position: absolute;
    z-index: 1;
    right: 10px;
    top: -50px;
    width: 70px;
    height: 70px;

    cursor: pointer;
}
@media only screen and (max-width: 800px)
{
    .scroll-top
    {
    	top:1px;
    }
}
@media only screen and (max-width: 600px)
{
    .scroll-top
    {
        width: 60px;
        height: 60px;
    }
}



/*login*/

body.page-login {
	background:#0b63aa;
}
body.page-login .content{
	width:500px;
	margin:150px auto;
}
body.page-login .header-logo{
	text-align:center;
	margin:0px auto 50px auto;
}
body.page-login dl {
	margin-bottom:30px;
}
body.page-login dl dt{
	color:#fff;
	padding:10px;
	position:relative;
}

body.page-login dl.user-bloc dt:before{
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 600;
    content: '';
    color: #fff;
    display:inline-block;
    margin-right:3px;
}
body.page-login dl.pass-bloc dt:before{
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 600;
    content: '';
    color: #fff;
    display:inline-block;
    margin-right:3px;
}
body.page-login .forget-lnk{
	text-align:right;
}
body.page-login .forget-lnk a{
	color:#fff;
	text-decoration:underline;
	padding:10px;
	position:relative;
	display:block;
	margin-bottom:30px;
}
body.page-login .forget-lnk a:before{
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 600;
    content: '';
    color: #fff;
    display:inline-block;
    margin-right:3px;
}


.btn-login{
	text-align:center;
}
.btn-login a.btn{
/*	padding:10px 70px;
	border-radius:20px;*/
}



@media only screen and (max-width: 800px){
	
	body.page-login .content {
  	width: 100% ;
  	margin: 50px auto;
	}
	body.page-login .header-logo {
	    text-align: center;
	    margin: 0px auto 50px auto;
	    width: 200px !important;
	    position: unset;
	    transform: initial;
	}
	body.page-login dl{
		padding:0px 15px 0px 15px;
	}

}


/* お客様情報 */
.customer_bloc .cont1-title{
	background:#0b63aa;
	color:#fff;
}

.customer_bloc .lead_edit{
	/*border-radius:10px;*/
	/*background:#eeeeee;*/
	/*margin-bottom:20px;*/
	/*border:2px solid #0b63aa;*/
}

.customer_bloc .lead_edit .cont1-title{
    text-align: left;
}
.customer_bloc .lead_edit p{
	padding:20px;
	border-bottom:30px;
	line-height:20px;
}


.customer_bloc .lead_edit .cont1-title:before {
  	background:none;
}
.customer_bloc .cont1-car .cont1-title:before {
  	background:none;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 800;
    content: '';
    color: #fff;
    display:inline-block;
    margin-right:3px;
    width:auto;
    height:auto;
	position: relative;
	top: 13px;
	left: -10px;
}
span.select-item{
	display:inline-block;
	font-size:14px;
	background:#ffdde3;
	padding:10px 20px;
	border-radius:30px;
	margin-left:20px;
	position:relative;
}
span.select-item:after{
  border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 221, 227, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFDDE3;
    top:100%;
    left:50%;
}

.basic-tbl{
	width:100%;
}
.basic-tbl th,
.basic-tbl td{
	padding:20px 20px 20px 40px;
}
.basic-tbl th{
	color: #0b63aa;
	text-align:left;
	font-weight:bold;
	width:23%;
	border-right:#E6E6E6 1px dotted;
	vertical-align: middle;
}
.basic-tbl th:last-child{
	border-right:0px;
}

.basic-tbl tr:nth-child(even){
	background:#F8F8F8;
	border-top:#E6E6E6 1px solid;
	border-bottom:#E6E6E6 1px solid;
}
.btn-border a{
  font-size: 18px;
  position: relative;
  display: flex;
  width: 55%;
  height: 90px;
  margin: 40px auto 0;
  transition: .3s;
  text-align: center;
  border-radius: 45px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  border:#0b63aa 2px solid;
  color:#0b63aa;
}
.btn-border a:after{
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 600;
    content: '';
    color: #0b63aa;
    display:inline-block;
    margin-left:10px;
	position: relative;
}
.btn-border a:hover{
	color:#fff;
	background:#0b63aa;
}
.btn-border a:hover:after{
	color:#fff;
}

.basic-tbl input[type="checkbox"] {
	display:inline-block;
	width:auto;
	height:auto;
}
.zip td ,
.zip td .zip_code {
	display:flex;
}

.zip td input{
    width:80px;
}
.zip td span{
	font-size:16px;
	display:inline-block;
	padding:10px;
}

.cs-conf .zip td .zip_code {
	line-height:1.5;
}
.cs-conf .zip td span{
	line-height:0;
}


.zip td .btn{
	margin-left:10px;
}


.foot-btn {
	display:flex;
	margin:30px auto;
	justify-content: center;
}
.foot-btn .btn{
	border-radius:10px;
	padding:15px 80px 15px 80px;
	margin:10px;
}
.foot-btn .btn-info{
	color: #fff;
	background-color: #b3b3b3;
	border:#b3b3b3;
}
.foot-btn .btn-info:hover{
	background-color: #a2a2a2;
	border:#a2a2a2;
}

.customer_bloc .conf_messg{
	background: #ffdde3;
	padding: 20px;
	border-radius: 30px;
	position: relative;
	text-align:center;
	margin-bottom:30px;
	color:#d10000;
}

@media only screen and (max-width: 800px){
	.basic-tbl th,
	.basic-tbl td{
		padding:10px;
		display:block;
	}
	.basic-tbl th{
		width:100%;
	}
	.btn-border a{
		width:90%;
	}
	.zip td {
		display:block;
	}

	.foot-btn .btn{
		padding:15px 60px 15px 60px;
	}
    .zip td .btn {
        margin-left: auto;
        margin-top: 10px;
    }

}


/*おクルマ情報*/
.car-info th{
	position:relative;
}
.car-info th:before{
	content:"";
	display:inline-block;
	width:4px;
	height:15px;
	background:#0B63AA;
	position:relative;
	left:-10px;
	top:2px;
}

.car-info-under {
	position: relative;
	margin-top: 0px;
	padding: 120px 20px;
	background-image: url(../img/cont3-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.car-info-under .service-info{
	border:#0B63AA 2px solid;
	border-radius:5px;
	background:#fff;
	padding:20px 5px 20px 5px;
	margin-bottom:30px;
	text-align:center;
	position:relative;
}
.car-info-under h3{
	color:#0B63AA;
	font-size:22px;
	border-bottom:#0B63AA 4px solid;
	padding-bottom:10px;
	margin-bottom:20px;
	
}


.car-info-under li{
	border-bottom:#CCCCCC 1px solid;
	padding:15px 0px 15px 0px;
}




.car-info-under .service-info:before{  
  content:"";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 24px;
  height: 24px;
  text-align: center;
  background: #FBB03B;
}

.car-info-under .service-info:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 21px;
	height: 0;
	width: 0;
	border-left: 12px solid #FBB03B;
	border-right: 12px solid #FBB03B;
	border-bottom: 6px solid transparent;
}

.car-info-under .service-info.sec02:before{  
  background: #00A99D;
}

.car-info-under .service-info.sec02:after {
	border-left: 12px solid #00A99D;
	border-right: 12px solid #00A99D;
	border-bottom: 6px solid transparent;
}

.basic-title{
	 background: #0b63aa;
	 color: #fff;
	 text-align:center;
	position: relative;
	padding: 15px 0;
	text-align: center;
	margin-bottom:30px;
}
.has-dog:after{
	content:"";
	width:133px;
	height:86px;
	background:url("../img/icon-chara.png");
	display:block;
	position:absolute;
	top:-35px;
	right:30px;
	
}
.car-detail-bloc{
	padding: 100px 20px 80px;
}
.contract-bloc{
	background:#f2f2f2;
}
.car-detail-bloc .cont-box{
	border: 2px solid #0b63aa;
	border-radius: 10px;
	background-color: #fff;
	overflow:hidden;
}
.car-detail-bloc table th{
	background:#0b63aa;
	color:#fff;
	font-weight:600;
	text-align:center;
}
.car-detail-bloc table td{
	text-align:center;
	position:relative;
}
.car-detail-bloc table td span {
	display:inline-block;
	position:absolute;
	left:25px;
	top:13px;
}
.car-detail-bloc table td span img{
	width:auto;
	
}


.contract-bloc .cont-box{
	margin-bottom:20px;
	padding:20px;
	font-weight:600;
	display:flex;
	justify-content: space-between;
}
.contract-bloc .cont-box dl dt{
	position:relative;
	color:#0b63aa;
	margin-bottom:20px;
	font-weight:700;
}
.contract-bloc .cont-box dl dt:before{
	content:"";
	width:20px;
	height:20px;
	background:url("../img/icon-check.png");
	display:block;
	position:relative;
	display:inline-block;
	margin-right:5px;
	top:5px;
}

.contract-bloc .cont-box dl dt span.sub_link{
	display:inline-block;
	margin-left:10px;
	padding-left:18px;
	font-size:12px;
	position:relative;
}
.contract-bloc .cont-box dl dt span.sub_link a{
	color: #0b63aa;
	text-decoration: underline;
}
.contract-bloc .cont-box dl dt span.sub_link:before{
   font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 600;
    content: '';
    color: #0b63aa;
    display:inline-block;
	position: absolute;
	left:0;
}



.deadline-sch{
	border:#cc171e 2px solid;
	text-align:center;
	width:55%;
}
.car-detail-bloc .deadline-sch th{
	background:#cc171e;
	color:#fff;
	padding:5px;
}
.car-detail-bloc .deadline-sch  td {
	color:#cc171e;
	padding:10px;
	font-weight:700;
	font-size: 18px;
}
.car-detail-bloc .deadline-sch  td span {
  display: block;
  position: static;
  color:#0b63aa;
  margin-top:10px;
  font-size:14px;
}


.mainte-div{
    display: flex; 
    width: 55%;
}
.mainte-sch{
	text-align:center;
	width:55%;
}
.car-detail-bloc .mainte-sch th{
	position:relative;
	padding:10px;
	font-weight:700;
	font-size:14px;
	background:#cccccc;
	color:#404040;
}
.car-detail-bloc .mainte-sch th:after{
	content:"";
	display:inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16.5px 0 16.5px 15px;
	border-color: transparent transparent transparent #cccccc;
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 3;
}
.car-detail-bloc .mainte-sch th:first-child{
	background:#e6e6e6;
}
.car-detail-bloc .mainte-sch th:first-child:after{
	border-color: transparent transparent transparent #e6e6e6;
}
.car-detail-bloc .mainte-sch th:nth-child(2):after{
    border-style: none;
	border-width: initial;
	border-color: initial;
}
.next-mainte-month {
	text-align:center;
	width:40%;
    margin-left: 40px;
}
.car-detail-bloc .next-mainte-month th{
	position:relative;
	padding:10px;
	font-weight:700;
	font-size:14px;
}
.car-detail-bloc .next-mainte-month th:after{
	content:"";
	display:inline-block;
	width: 0;
	height: 0;
	/* border-style: solid;
	border-width: 16.5px 0 16.5px 15px;
	border-color: transparent transparent transparent #cccccc; */
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 3;
}
.car-detail-bloc .next-mainte-month th{
    background:#cc171e;
    color:#fff;
}

.car-detail-bloc .mainte-sch td{
	padding:20px 10px;
	font-weight:700;
	font-size:18px;
	color:#0b63aa;
}
.car-detail-bloc .next-mainte-month td{
    padding:20px 10px;
	font-weight:700;
	font-size:18px;
	color:#cc171e;
}

@media only screen and (max-width: 800px){
	.contract-bloc .cont-box dl dt{
		width:155px;
	}
	.contract-bloc .cont-box dl dt span.sub_link{
		margin-left:0px;
		margin-top:10px;
	}

	.car-info th::before {
	  left: -5px;
	}
	.car-info-under {
	margin-top: 0px;
	padding: 50px 10px;
	}

	.car-detail-bloc{
		padding: 50px 20px 50px;
	}
	.contract-bloc .cont-box{
		display:block;
		padding:14px;
	}
	.mainte-div{
		display:block;
		padding:14px;
	}
    .mainte-div,
    .next-mainte-month,
	.mainte-sch,
	.deadline-sch{
		width:100%;
	}
	.next-mainte-month{
		margin-left: 0px;
	}
	.contract-bloc .cont-box dl{
		display:flex;
		justify-content: space-between;
	}
	.contract-bloc .cont-box dl dd{
		padding-top:10px;
	}
	.car-detail-bloc .mainte-sch th,
	.car-detail-bloc .next-mainte-month th {
  		padding: 8px;
	  font-size: 11px;
	}
	.car-detail-bloc .mainte-sch th::after,
	.car-detail-bloc .next-mainte-month th::after {
  	border-width: 13px 0 13px 10px;
  	right:-10px;
  	}
	.car-detail-bloc .mainte-sch td,
	.car-detail-bloc .next-mainte-month td {
	  padding: 10px 10px;
	  font-size: 12px;
	  }

	.car-detail-bloc .basic-tbl th,
	.car-detail-bloc .basic-tbl td{
		display:table-cell;
		width:auto;
	}
	.has-dog:after{
		width:55px;
		background:url("../img/icon-chara.png") no-repeat;
		background-size:contain;
		top:0px;
		right:0px;
		
	}
	.car-detail-bloc table td span img{
  	width: 60%;
	}
	.car-detail-bloc table td span{
	left:0px;
	top:10px;
	}
	
    .warranty-dl{
        margin-top: auto!important;
    }

    .mp-plan-dl{
		justify-content: start !important;
	}

    .mp-plan-dd{
		margin-left: 20px !important;
	}
	
}


/* ボックスリンク */
.linkBox{
	cursor:pointer;
}
.linkBox:hover{
	opacity:0.8;
}

/*service note*/
.content .service-note .post_body,
.content .cnt-news .post_body{
	margin-top:40px;
}

.content .service-note,
.content .cnt-news{
  background-image: url(../img/cont3-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.content .service-note .cont1-car,
.content .cnt-news .cont1-car,
.content .cnt-faq .cont1-car{
	padding:1.3rem;
}

.cont1 .cont2-title:before {
  z-index: 0;
  bottom: -10px;
}

.paging-navigation{
	margin-top:50px;
}
ul.page-numbers {
  padding-left: 0;
  margin-left: -.5em;
  list-style: none;
}
ul.page-numbers li {
  display: inline-block;
}

.pager li > a,
.pager li > span {
    border-radius: 0;
}

.page-numbers {
    clear: both;
    text-align: center;
}

.page-numbers a {
    background: #fff;
    border: solid 1px #f5f5f5;
    padding: .5em 8px;
    margin: 0 2px;
    text-decoration: none;
    color:#24649d;
}

span.current {
    background: #fff;
    border: solid 1px #f5f5f5;
    padding: .5em 8px;
    margin: 0 2px;
    text-decoration: none;
    background: #f5f5f5;
}

.service-note-nav {
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom:30px;
	margin-top:50px;
}
.service-note-nav li{
	width:22%;
	margin:5px;
}
.sn_nav_under li{
	width:50%;
}

.service-note-nav a{
	display: block;
	font-weight:bold;
	font-size:14px;
	padding: 0px 20px;
	background: #fff;
	color:#0b63aa;
	border-radius: 50px;
	border:#0b63aa 3px solid;
	width: 100%;
	text-align:center;
	min-height:65px;
	height:100%;
	position:relative;
	transition:0.3s;
}
.service-note-nav a span{
	display:block;
	  position:absolute;
	  top:50%;
	  left:50%;
	  transform:translate(-50%,-50%);
	  width:100%;
	word-break: break-word;
	padding: 0px 20px;
}
.service-note-nav a:hover{
	background:#0b63aa;
	color:#fff;
}
@media only screen and (max-width: 800px){
	.service-note-nav {
	  flex-wrap: wrap;
	}
	.service-note-nav li{
		width:100%;
		margin:5px;
	}
	.service-note-nav a{
		background:#0b63aa;
		color:#fff;
	}

	.sn_nav_under li{
		width:100%;
	}

}


/*FAQ*/
.content .nav-cat-box{
	margin-top:40px;
}
.content .nav-cat-box h3{
	color:#0b63aa;
	font-size:22px;
	font-weight:bold;
	margin-bottom:15px;
	position:relative;
	padding-left:10px;
}
.content .nav-cat-box h3:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 25px;
  background: #0B63AA;
  position: relative;
  left: -10px;
  top: 4px;
}
.content .nav-cat-box ul{
	display:flex;
	align-items: center;
	justify-content: start;
	flex-wrap:wrap;
	margin-bottom:30px;
}
.content .nav-cat-box ul li{
	width:15%;
	margin:5px;
}
.content .nav-cat-box ul a{
	display: block;
	padding: 0px 20px;
	background: #cfecf5;
	border-radius: 50px;
	width: 100%;
	border: #a2dbe8 2px solid;
	text-align:center;
	min-height:55px;
	height:100%;
	position:relative;
	transition:0.5s;
}
.content .nav-cat-box ul a span{
	display:block;
	  position:absolute;
	  top:50%;
	  left:50%;
	  transform:translate(-50%,-50%);
	  width:100%;
	word-break: break-word;
	padding: 0px 20px;
}
.content .nav-cat-box ul a:hover{
	background:#a2dbe8;
}

.visible-xs{
	display:none;
}

@media only screen and (max-width: 800px){
	.content .nav-cat-box ul {
	  flex-wrap: wrap;
	}
	.content .nav-cat-box ul li{
		width:30%;
		margin:5px;
	}
	.hidden-xs{
		display:none;
	}
	.visible-xs{
		display:block;
	}
	.font-xxs{
		font-size:10px !important;
	}
    .link_img{
        display:none;
    }
}
.faq-box{
	margin-bottom:50px;
}
.faq-box h4{
	font-size: 22px;
	font-weight: bold;
	color: #0b63aa;
	margin-bottom: 20px;
	padding: 15px 30px;
	border-radius: 30px;
	border: #0b63aa 2px solid;
}
.faq-box dl {
	margin-bottom:20px;
	padding:5px;
}
.faq-box dl dd{
	display:none;
	padding:20px;
	background:#eeeeee;
	border-radius:10px;
	margin-top:5px;
}
.nav-open{
	padding: 15px;
	padding-left:40px;
	color: #fff;
	font-size: 18px;
	background: #0b63aa;
	position: relative;
	border-radius:10px;
	cursor:pointer;
}
.nav-open:before{
	content: "＋";
	position: absolute;
	left: 10px;
}
.nav-open.active:before{
	content: "－";
}
.car-open{
	cursor:pointer;
	position:relative;
}
.car-open:before{
   font-family: 'Font Awesome 5 Free';
    font-size:  24px;
    font-weight: 600;
	content: "";
	position: absolute;
	right: 10px;
}
.car-open.active:before{
	content: "";
}

.car-open a{
	pointer-events: none;
}
.car-open.active a{
	pointer-events: auto;
}

.more-car .car-open-info{
	display:none;
}


/*ADCEE 追加*/
/*バリデーション*/
.validation{
    margin-top: 10px;
}

.invalid{
    border-color: #dc3545!important;
}

/*完了メッセージ*/
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 0.25rem;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}

.btn-login-submit{
	padding:10px 70px;
	border-radius:20px;
    padding: 10px 40px!important;
}

.btn-back{
	padding:10px 70px;
	border-radius:20px;
	color: #fff;
	background-color: #b3b3b3;
	border:#b3b3b3;
}

.btn-back:hover{
    background-color: #a2a2a2;
	border:#a2a2a2;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

#toolbar{
    display:none!important;
}

.vehicle_img{
    margin-left:160px;
}

.cont1-car-img{
    margin-left:30px;
    margin-right:30px;
    text-align: center;
}

.cont1-car-img img {
    max-height: 200px;
    width: auto;
}


.top-news-text{
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important; 
}

.link_img{
    width:15px;
    height:15px;
    margin-left:5px;
    margin-top:-1px;
}

@media only screen and (max-width: 800px){

    .cont1-infobox {
        width: 100%;
    }
    .cont1-info{
        display: contents;
    }
    .cont2-news-img{
        width: 100%;
    }
    .cont2-news-img img{
        width: 100%;
        margin-bottom: 10px;
    }
    .cont1-id {
        text-align: center;
        margin: 0;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .cont1-car-name{
        text-align: center;
        margin: 0;
        margin-bottom: 10px;
    }
    .cont1-info-date{
        padding-bottom: 10px;
    }
}


.swiper-container{
    margin: 0 auto;
    max-width: 1000px;
    width: calc(100% - 100px);
	padding-bottom: 50px;
	box-sizing: content-box;
}

.ellipsis {
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 600px){
    .ellipsis {
        width: 220px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 20px;
    }
    
}

.cont2-news-textbox img{
 display: none;
}


.submit-reserve{
    cursor: pointer;
}

@media only screen and (max-width: 600px)
{
    .plan_name
    {
       white-space: pre-line;
    }
}

.post_body a{
    color: blue;
}

em{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.post_body ul {
    list-style:disc;
    margin-left: 21px;
}

.post_body ol {
    list-style:auto;
    margin-left: 21px;
}