@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');


.policy {
    padding-top: 160px;
}

#policy .policy-main {
    margin-bottom: 60px;
}

.policy-detail-title {
    margin-bottom: 20px;
}

.policy-detail-contents {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: justify;
}

@media screen and (min-width: 768px) {
    #policy .policy-main {
        margin-bottom: 80px;
    }
    
    .policy-detail-contents {
        font-size: 16px;
    }
}

@media screen and (min-width: 960px) {
    .policy {
        padding: 220px 0 80px;
    }
}

/* 10万円で販売できる理由 */

.answer {
    padding: 45px 0 10px;
}

.answer .inner {
    overflow: hidden;
}

.answer-image {
    width: 110px;
    float: left;
    padding: 0 10px 10px 0;
}

.answer-title {
    margin-bottom: 25px;
    padding-top: 10px;
}

/*
@media all and (-ms-high-contrast: none) {
  .answer-contents {
      font-weight: bold;
      font-family: "メイリオ", Meiryo, sans-serif;
    } 
}
*/

.answer-title p {
    margin-bottom: 5px;
    padding-top: 10px;
    line-height: 2.5;
    letter-spacing: 1px;
}

.answer-title h2 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 2px;
}

.answer-text p {
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.answer-text p:nth-of-type(2) {
    margin: 15px 0;
    text-align: left;
}

.answer-text p:nth-of-type(2) span {
    font-size: 20px;
    letter-spacing: 2px;
}

@media screen and (min-width: 600px) {
    .answer-contents {
        padding-left: 20px;
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) {
    .answer {
        padding-top: 90px;
    }
    
    .answer-image {
        width: 220px;
    }
    
    .answer-title {
        margin-bottom: 50px;
    }
    
    .answer-title p {
        font-size: 20px;
    }
    
    .answer-title h2 {
        font-size: 32px;
    }
    
    .answer-text p {
        font-size: 16px;
        line-height: 1.75;
    }
    
    .answer-text p:nth-of-type(2) {
        margin: 25px 0;
    }
    
    .answer-text p:nth-of-type(2) span {
        font-size: 24px;
    }
}

@media screen and (min-width: 960px) {
    .answer-image {
        width: 320px;
    }
    
    .answer-contents {
        padding-left: 40px;
    }
}

/* 会社概要 */

.about {
    padding: 45px 0;
}

.about .page-title {
    margin-bottom: 40px;
}

.about-item {
    margin-bottom: 30px;
}

.about-item .heading {
    margin-bottom: 5px;
}

.data {
    font-family: 'Helvetica Neue','Arial', "Noto Sans JP", sans-serif;
    line-height: 1.8;
    letter-spacing: 1px;
}

.about-list .pc-br {
    display: none;
}

.about-list .blank {
    display: block;
    height: 10px;
}

.google-map {
    position: relative;
    height: 0;
    margin-top: 10px;
    padding-top: 75%;
    overflow: hidden;
}

.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .about {
        padding-top: 90px;
    }
    
    .about-item {
        margin-bottom: 50px;
    }
    
    .about-item .heading {
        margin-bottom: 10px;
    }
    
    .heading-line {
        width: 14px;
        margin-right: 6px;
    }
    
    .data {
        font-size: 16px;
    }
    
    .data .slash {
        display: none;
    }
    
    .about-list .pc-br {
        display: block;
    }
    
    .google-map {
        padding-top: 50%;
    }
}