@charset "UTF-8";

/* 下層ページ　共通タイトル */
.page-title {
    background-color: #E8F6FE;
    height: auto;
}
.page-title .content {
    text-align: center;
    padding: 50px 0;
}
.page-title p {
    font-size: 4.2rem;
    color: #3264AC;
}
.page-title h1 {
    color: #000;
}
@media screen and (max-width: 450px) {
    .page-title p {
        font-size: 3.3rem;
    }
}

/* 新車＆メンテナンスパック lease */
.lease-title p br {
    display: none;
}
#lease {
    overflow: hidden;
}
#lease .text-area01,#lease .img-area {
    margin-bottom: 50px;
}
#lease .img-box01 {
    background-color: #06A9FF;
}
#lease .img-box01 {
    position: relative;
    z-index: 1;
}
#lease .img-box01 .img-wrapper {
    position: relative;
    box-sizing: border-box;
    width: 82%;
}
#lease .img-box01 .img-wrapper::after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../images/sub/new_lease_img02_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 450px;
    height: 450px;
    top: -20px;
    right: -260px;
}
#lease .img-box01 img {
    width: 82%;
}
#lease .img-box02 {
    position: relative;
    margin-top: -50px;
    z-index: 2;
}
#lease .text-area02 .text-box {
    margin-bottom: 50px;
}
#lease .text-area02 .text-box p{
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: bold;
    color: #3264AC;
}
#lease .merit-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}
#lease .merit-box li {
    background-color: #B4E5FC;
    border-radius: 20px;
    padding: 30px 20px;
}
#lease .merit-box li h2 {
    font-size: 2.5rem;
    color: #3264AC;
    text-align: center;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    line-height: 1.6;
    text-decoration: underline;
    text-underline-offset: -3px;
    text-decoration-color: #fff;
    text-decoration-thickness: 10px;
}
#lease .merit-box li p {
    line-height: 1.6;
}
#lease .merit-box li h2 br {
    display: none;
}
#lease .lease-tab {
    display: none;
}
#lease .lease-sp1,#lease .lease-sp2 {
    display: none;
}
@media screen and (max-width: 1250px) {
    #lease .img-box01,#lease .img-box02 {
        display: none;
    }
    #lease .lease-tab {
        display: block;
    }
    #lease .merit-box {
        column-gap: 20px;
    }
    #lease .merit-box li h2 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 1024px) {
    #lease .merit-box li h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 960px) {
    #lease .text-area02 .text-box p {
        font-size: 1.8rem;
    }
    #lease .merit-box li {
        padding: 20px;
    }
    #lease .merit-box li h2 {
        margin-bottom: 10px;
        padding: 0;
    }
    #lease .merit-box li h2 br {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    #lease .merit-box li {
        padding: 15px;
    }
}
@media screen and (max-width: 650px) {
.page-title p {
    line-height: 1.5;
}
.lease-title p br {
    display: block;
}
}
@media screen and (max-width: 600px) {
    #lease .text-area02 .text-box {
        margin-bottom: 30px;
    }
    #lease .merit-box {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #lease .merit-box li h2 br {
        display: none;
    }
}
@media screen and (max-width: 450px) {
    #lease .text-area01 {
        margin-bottom: 30px;
    }
    #lease .lease-tab {
        display: none;    
    }
    #lease .lease-sp1,#lease .lease-sp2 {
        display: block;
    }
}
@media screen and (max-width: 390px) {
    #lease .text-area02 .text-box p {
        font-size: 1.6rem;
    }
}

/* 新車＆メンテナンスパック low-ineterest */
#low-interest .img-area {
    margin-bottom: 50px;
}
#low-interest .merit li {
    margin-bottom: 20px;
}
#low-interest h2 {
    font-size: 2.6rem;
    line-height: 1.6;
    color: #3264AC;
    text-indent: -1.6em;
    padding-left: 1.6em;
}
#low-interest h2::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 26px;
    background-image: url(../images/sub/new_check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    vertical-align: middle;
}
#low-interest p {
    padding-left: 46px;
}
#low-interest .new-low-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    #low-interest h2::before {
        width: 30px;
        height: 22px;
        margin-right: 5px;
    }
    #low-interest p {
        padding-left: 32px;
    }
}
@media screen and (max-width: 600px) {
    #low-interest {
        padding: 40px 0 0;
    }
    #low-interest h2 {
        font-size: 20px;
    }
    #low-interest h2::before {
        margin-right: 3px;
    }
}
@media screen and (max-width: 520px) {
#low-interest .new-low-pc {
    display: none;
}
#low-interest .new-low-sp {
    display: block;
}
}
@media screen and (max-width: 390px) {
    #low-interest h2 {
        font-size: 18px;
    }
}

/* 新車＆メンテナンスパック menteplus */
#menteplus .img-area {
    margin-bottom: 30px;
}
#menteplus .menteplus_sp {
    display: none;
}
@media screen and (max-width: 520px) {
#menteplus .menteplus_pc {
    display: none;
}
#menteplus .menteplus_sp {
    display: block;
}
}


/* アフターサービス lead */
#lead .content {
    display: grid;
    grid-template-columns: 40% auto;
    column-gap: 70px;
    align-items: center;
}
#lead .left p {
    font-size: 3.4rem;
    font-weight: bold;
}
@media screen and (max-width: 1250px) {
    #lead .content {
        column-gap: 3%;
    }
    #lead .left p {
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 960px) {
    #lead .content {
        grid-template-columns: 47% auto;
    }
    #lead .left p {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 600px) {
    #lead .content {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #lead .left p {
        font-size: 2.4rem;
        text-align: center;
    }
}


/* アフターサービス reassuring */
/* features */
#reassuring .features .text-area {
    padding-top: 20px;
    margin-bottom: 50px;
}
#reassuring .features .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
}
#reassuring .features .box li {
    border: 5px solid #3264AC;
    border-radius: 20px;
    text-align: center;
    padding: 15px 20px 40px;
}
#reassuring .features .box li img {
    width: 180px;
    margin-bottom: 10px;
}
#reassuring .features .box li h3 {
    font-size: 2.2rem;
    color: #3264AC;
    margin-bottom: 10px;
}
#reassuring .features .box li p {
    text-align: left;
}

#reassuring .features {
    margin-bottom: 50px;
}
@media screen and (max-width: 1250px) {
  #reassuring .features .box li img {
    width: 55%;
  }
  #reassuring .features .box {
    column-gap: 3%;
  }
  #reassuring .features .box li h3 {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 960px) {
    #reassuring .features .box li {
        padding: 15px 15px 20px
    }
    #reassuring .features .box li h3 {
        font-size: 16px;
    }
    #reassuring .features .box li p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    #reassuring .features .text-area {
        margin-bottom: 30px;
    }
    #reassuring .features .box {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    #reassuring .features .box li {
        max-width: 230px;
        margin: 0 auto;
        padding: 10px 15px 15px;
    }
    #reassuring .features .box li img {
        width: 45%;
        margin-bottom: 5px;
    }    
    #reassuring .features .box li p {
        line-height: 1.5;
    }
}

/* document */
#reassuring .document  {
    background-color: #3264AC;
    color: #fff;
    padding: 40px 0 50px;
    margin-bottom: 40px;
}
#reassuring .document .t-big {
    color: #fff;
}
#reassuring .document .box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 20px;
    margin-bottom: 40px;
}
#reassuring .document li h4 {
    font-size: 2.8rem;
    font-weight: 100;
}
#reassuring .document li h4 span {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 68px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    margin-right: 0.5em;
    font-size: 3.0rem;
}
@media screen and (max-width: 1250px) {
    #reassuring .document li h4 {
        font-size: 2.4rem;
    }
    #reassuring .document li h4 span {
        width: 55px;
        height: 55px;
        line-height: 52px;
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 960px) {
    #reassuring .document .box {
        grid-template-columns: repeat(2, 2fr);
        row-gap: 20px;
    }
}
@media screen and (max-width: 430px) {
    #reassuring .document .box {
        margin-bottom: 20px;
    }
    #reassuring .document li h4 {
        font-size: 2.0rem;
    }
    #reassuring .document li h4 span {
        width: 36px;
        height: 36px;
        line-height: 32px;
        font-size: 1.6rem;
    }
}

/* discount */
#reassuring .discount ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    padding-top: 20px;
    margin-bottom: 40px;
}
#reassuring .discount ul li {
    border: 2px solid #3264AC;
    text-align: center;
}
#reassuring .discount .arrow {
    width: 100%;
    height: 60px;
    background-color: #3264AC;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
    position: relative;
    margin-bottom: 10px;
}
#reassuring .discount .arrow-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
#reassuring .discount p {
    color: #3264AC;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}
#reassuring .discount p br {
    display: block;
}
#reassuring .discount p span {
    font-size: 2.2rem;
}
#reassuring .free-area {
    background-color: #F39800;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
#reassuring .free-area h4 {
    font-size: 3.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#reassuring .free-area h4 span {
    font-size: 1.6rem;
    padding-left: 30px;
    line-height: 1.5;
}
#reassuring .free-area h4 br {
    display: none;
}
@media screen and (max-width: 960px) {
    #reassuring .discount ul {
        column-gap: 3%;
    }
    #reassuring .discount .arrow-content {
        font-size: 1.8rem;
    }
    #reassuring .discount p span {
        font-size: 1.8rem;
    }
    #reassuring .discount p {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 600px) {
    #reassuring .free-area h4 {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        font-size: 3.0rem;
    }
    #reassuring .free-area h4 span {
        padding-left: 0;
    }
}
@media screen and (max-width: 540px) {
    #reassuring .discount ul {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        width: 250px;
        margin: 0 auto 40px;
    }
    #reassuring .discount .arrow {
        height: 50px;
        margin-bottom: 5px;
    }
    #reassuring .discount p {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 390px) {
    #reassuring .free-area h4 br {
        display: block;
    }
}

/* inspection */
#inspection .title-area2 {
    margin-bottom: 40px;
}
#inspection .text-area h3 {
    font-size: 3.6rem;
    color: #000;
    margin-bottom: 20px;
}
#inspection .text-area p {
    margin-bottom: 30px;
}
#inspection .list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
#inspection .cate h4 {
    font-size: 2.2rem;
    color: #3264AC;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
#inspection .cate h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #3264AC;
    border-radius: 50%;
}
#inspection .sub {
    line-height: 2;
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (max-width: 960px) {
    #inspection .text-area h3 {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
    #inspection .list {
        row-gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    #inspection .cate h4 {
        padding-left: 20px;
    }
    #inspection .cate h4::before {
        width: 15px;
        height: 15px;
    }
}

/* scratches */
#scratches {
    background-color: #E8F6FE;
    overflow: hidden;
}
#scratches .icon-area {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   width: 90%;
   margin: 0 auto;
   column-gap: 40px;
   padding-top: 40px;
   margin-bottom: 60px;
}
#scratches .icon-area li {
    background-color: #fff;
    border: #3264AC;
    border: 5px solid #3264AC;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
}
#scratches .icon-area h3 {
    font-size: 2.2rem;
    color: #3264AC;
    line-height: 1.6;
}
#scratches .box1 {
    display: grid;
    grid-template-columns: 60% 40%;
    margin-bottom: 80px;
}
#scratches .box1 .text-area {
    padding-right: 40px;
}
#scratches .box h3 {
    font-size: 3.4rem;
    line-height: 1.6;
    margin-bottom: 30px;
}
#scratches .icon-area li img {
    width: 75%;
}
#scratches .box2 {
    display: grid;
    grid-template-columns: 40% 60%;
}
#scratches .box2 .text-area {
    padding-left: 40px;
}
@media screen and (max-width: 1250px) {
    #scratches .icon-area {
        column-gap: 3%;
        width: 100%;
    }
    #scratches .icon-area h3 {
        font-size: 2.0rem;
    }
    #scratches .box h3 {
        font-size: 2.7rem;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 960px) {
    #scratches .box1 {
        margin-bottom: 60px;
    }
    #scratches .box1 .text-area {
        padding-right: 20px;
    }
    #scratches .box2 .text-area {
        padding-left: 20px;
    }
    #scratches .box h3 {
        font-size: 2.1rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    #scratches .icon-area li {
        padding: 15px;
    }
    #scratches .box1,#scratches .box2 {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #scratches .box1 {
        margin-bottom: 40px;
    }
    #scratches .box1 .text-area {
        padding-right: 0px;
    }
    #scratches .box2 .text-area {
        padding-left: 0px;
    }
    #scratches .box2 {
        flex-direction: column-reverse;
    }
    #scratches .box h3 {
        font-size: 2.8rem;
    }
    #scratches .img-area {
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 600px) {
    #scratches .icon-area li {
        padding: 8px;
    }
    #scratches .icon-area li img {
        width: 85%;
    }
    #scratches .icon-area h3 {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 500px) {
    #scratches .icon-area {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #scratches .icon-area li img {
        width: 50%;
    }
    #scratches .icon-area {
        max-width: 250px;
        padding-top: 20px;
        margin-bottom: 30px;
    }
    #scratches .box h3 {
        font-size: 20px;
    }
    #scratches .box h3 br {
        display: none;
    }
    #scratches .img-area {
        width: 100%;
    }
}

/* coating */
#coating {
    overflow: hidden;
}
#coating .content {
   padding-top: 20px;
    display: grid;
    grid-template-columns: 60% 40%;
}
#coating .text-area {
    padding-right: 50px;
}  
#coating .text-img {
    margin-bottom: 20px;
}
#coating .text-area h3 {
    font-size: 3.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
}
#coating .text-area ul li {
    line-height: 2;
}
#coating .title-area2 h2 br {
    display: none;
}
@media screen and (max-width: 1250px) {    
    #coating .text-area {
        padding-right: 30px;
    }
    #coating .text-area h3 {
        font-size: 2.7rem;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 850px) {
    #coating .text-area h3 br {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #coating .content {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }    
    #coating .text-area {
        padding-right: 0px;
    }    
    #coating .text-area h3 br {
        display: block;
    }
    #coating .text-img {
        margin-bottom: 20px;
        width: 80%;
    }
    #coating .img-area {
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 600px) {
    #coating .title-area2 h2 br {
        display: block;
    }
    #coating .text-img {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    #coating .text-area h3 {
        font-size: 20px;
    }
    #coating .img-area {
        width: 100%;
    }
}
@media screen and (max-width: 430px) {
    #coating .text-area h3 br {
        display: none;
    }
}


/* insurance */
#insurance {
    overflow: hidden;
}
#insurance .box01 {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 40% 60%;
    margin-bottom: 80px;
}
#insurance .box01 .text-area {
    padding-left: 50px;
}
#insurance .box01 .text-img {
    max-width: 373px;
    margin-bottom: 20px;
}
#insurance .box02 {
    display: grid;
    grid-template-columns: 60% 40%;
}
#insurance .box02 .text-area {
    padding-right: 50px;
}
#insurance .text-area h3 {
    font-size: 3.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
}
@media screen and (max-width: 1250px) {    
    #insurance .box01 .text-area {
        padding-left: 30px;
    }
    #insurance .box02 .text-area {
        padding-right: 30px;
    }
    #insurance .text-area h3 {
        font-size: 2.7rem;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 960px) {  
    #insurance .box01 {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 767px) {        
    #insurance .content {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #insurance .box01 {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 20px;
        margin-bottom: 40px;
    }
    #insurance .box01 .text-area {
        padding-left: 0px;
    }
    #insurance .box02 {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }    
    #insurance .box02 .text-area {
        padding-right: 0px;
    }
    #insurance .img-area {
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 500px) {  
    #insurance .img-area {
        width: 100%;
    }
    #insurance .box01 .text-img {
        width: 80%;
    }
}

/* 会社概要　philosophy */
#philosophy ul {
    padding-top: 50px;
    margin-bottom: 70px;
}
#philosophy ul li {
    position: relative;
    padding-left: 30px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}
#philosophy ul li::before {
    content: '';
    position: absolute;
    top: calc((2em - 20px) / 2); 
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #3264AC;
    border-radius: 50%;
}
#philosophy .keyword,#philosophy .keyword .box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    align-items: center;
}
#philosophy .keyword .box {
    text-align: center;   
}
#philosophy .keyword h3 {
    font-size: 52px;
    font-weight: bold;
    color: #3264AC;
}
@media screen and (max-width: 1050px) {
    #philosophy ul {
        margin-bottom: 50px;
    }
    #philosophy .keyword {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        align-items: normal;
        width: 70%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    #philosophy ul li {
        padding-left: 24px;
    }
    #philosophy ul li::before {
        top: calc((2em - 16px) / 2);
        width: 16px;
        height: 16px;
    }
    #philosophy .keyword h3 {
        font-size: 40px;
    }
}
@media screen and (max-width: 600px) {
    #philosophy ul {
        margin-bottom: 30px;
    }
    #philosophy .keyword h3 {
        font-size: 40px;
    }
    #philosophy .keyword {
        width: 80%;    
    }
}
@media screen and (max-width: 520px) {
    #philosophy ul li {
        font-size: 2rem;
        line-height: 1.4;
    }
    #philosophy .keyword h3 {
        font-size: 30px;
    }
}
@media screen and (max-width: 430px) {
    #philosophy .keyword {
        width: 100%;
        row-gap: 20px;
    }
}
@media screen and (max-width: 390px) {
    #philosophy .keyword h3 {
        font-size: 26px;
    }
}

/* 会社概要　company */
#company .info-table {
width: 100%;
margin-top: 60px;
margin-bottom: 60px;
}
#company .info-table th,.info-table td {
border-bottom: 2px solid #3264AC;
font-weight: bold;
font-size: 2.0rem;
}
#company .info-table th {
width: 20%;
vertical-align: middle;
padding: 30px 0 30px 40px;
}
#company .info-table tr:last-child th,.info-table tr:last-child td {
border-bottom: none;
}
#company .info-table td {
text-align: left;
padding: 30px 0;
line-height: 1.4;
}
#company .address br {
    display: none;
}
@media screen and (max-width: 960px) {
    #company .info-table th,.info-table td {
        font-size: 1.8rem;
    }
    #company .info-table th {
        padding: 20px 0 20px 20px;
        width: 25%;
    }
    #company .info-table td {
        padding: 20px 0 20px 10px;
    }
}
@media screen and (max-width: 600px) {
    #company .address br {
        display: block;
    }
    #company .info-table {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 450px) {
    #company .info-table th,.info-table td {
        font-size: 13px;
        font-weight: 100;
    }
    #company .info-table th {
        padding: 10px 0 10px 10px;
    }
    #company .info-table td {
        padding: 10px 0 10px 10px;
    }
}
@media screen and (max-width: 390px) {
    #company .info-table th,.info-table td {
        font-size: 12px;
    }
    #company .info-table th {
        padding: 10px 0 10px 0px;
    }
}

/* 会社概要　history */
#history ul {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding-top: 80px;
}
/* 画像をもらい次第修正 */
#history ul li {
display: block;
    /* display: grid;
    grid-template-columns: 45% auto; */
}
#history .text-area {
    padding-right: 30px;
}
#history .text-area h3 {
    font-size: 2.8rem;
    margin-bottom: 30px;
}
#history .text-area p {
    font-size: 1.8rem;
    font-weight: bold;
}
/* 画像をもらい次第display gridに修正 */
#history .img-area {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}
@media screen and (max-width: 600px) {
#history ul {
    padding-top: 40px;
}
#history .text-area h3 {
    margin-bottom: 15px;
    font-size: 2.4rem;
}
#history .text-area p br {
    display: none;
}
}
@media screen and (max-width: 450px) {
#history .text-area h3 {
    font-size: 2.2rem;
}
#history .text-area p {
    font-size: 1.6rem;
}
}

/* お問い合わせ　contact */
#contact .text-area {
    margin-bottom: 40px;
}
#contact .text-area li {
    line-height: 1.8;
}
#contact .contact-form {
  max-width: 1000px;
  margin: 0 auto;
}
#contact .form-item {
  display: flex;
}
#contact .form-item dt {
  width: 25%;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  padding: 15px;
}
#contact .form-item dt label {
  font-size: 16px;
  font-weight: bold;
}
.form-item dt span {
    font-size: 12px;
    font-weight: 100;
    background-color: #3264AC;
    color: #fff;
    padding: 4px;
    margin-left: 6px;
}
#contact .form-item.last-form dt {
    align-items: flex-start;
}
#contact .form-item dd {
  width: 75%;
  display: flex;
  align-items: center;
  padding: 15px;;
}
#contact .form-item dt p,.form-item dd p {
  width: 100%;
  margin-bottom: 0;
}
#contact .form-control {
  border: 1px solid #3264AC;
  padding: 10px 15px;
  width: 100%;
  line-height: 1.2;
  font-size: 16px;
  text-align: left;
}
#contact .form-control:focus,
#contact .form-textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#contact .form-textarea {
  border: 1px solid #3264AC;
  width: 100%;
  height: 150px;
  padding: 10px 15px;
  font-size: 16px;
  text-align: left;
}
#contact .submit-area {
  padding-top: 40px;
  text-align: center;
}
#contact .submit-button {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  background-color: #3264AC;
  padding: 15px;
  min-width: 300px;
  position: relative;
  margin: 0 auto;
  justify-content: center;
  border-radius: 10px;
}
#contact .privacy-link {
    color: #3264AC;
    font-weight: bold;
}
@media screen and (max-width: 960px) {
    #contact .form-item dt {
        width: 30%;
        padding: 15px 0;
    }
    #contact .form-item dd {
        width: 70%;
    }
}
@media screen and (max-width: 767px) {
    #contact .text-area {
        margin-bottom: 30px;
    }
    #contact .form-item {
        flex-direction: column;
    }
    #contact .form-item dt {
        padding: 10px 0 0;
        width: 100%;
    }
    #contact .form-item dd {
        padding: 10px;
        width: 100%;
    }
   #contact .form-item dt label,#contact .form-control,#contact .form-textarea {
        font-size: 14px;
   }
   #contact .submit-area {
        padding-top: 20px;
   }
   #contact .submit-button {
    font-size: 16px;
    min-width: 230px;
   }
}


/*  個人情報保護方針　privacy */
#privacy .box {
    margin-bottom: 30px;
}
#privacy h2 {
    background-color: #E8F6FE;
    padding: 20px;
    font-size: 2.0rem;
    margin-bottom: 20px;
    line-height: 1.5;
}
#privacy .box-top h2 {
    color: #fff;
    background-color: #3264AC;
}
#privacy h3,#privacy h4 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}
#privacy .box p {
    margin-bottom: 20px;
}
#privacy .list {
    margin-bottom: 20px;
}
#privacy ul li {
    font-size: 1.6rem;
    line-height: 1.8;
}
#privacy .privacy-link {
    color: #3264AC;
    font-weight: bold;
}
#privacy .en-link{
    word-break: break-all; 
    display: block;
    width: 100%;
}

/* サイトポリシー policy */
.policy ol {
    list-style: none;
    counter-reset: list-counter;
}
.policy ol li {    
    counter-increment: list-counter 1;
    padding-left: 30px;
    position: relative;
    line-height: 1.4;
    margin-bottom: 10px;
}
.policy ol li::before {   
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #3264AC;
}