@charset "utf-8";

/* kv */
#kv {
    position: relative;
}
#kv p.position {
    font-size: 12px;
    position: absolute;
    bottom: 1vw;
    right: 1vw;
    color: #fff;
}

/* topics */
#topics .category {
    margin-top: 0;
}
#topics .category .body p.title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    #topics .category .body p.title {
        font-size: 5.7vw;
    }
}

/* concept */
#concept {
    max-width: 1000px;
    margin: 100px auto;
    padding-top: 0;
    padding-bottom: 25px;
    background-color: #21498C;
}
#concept .heading_line {
    position: relative;
    background-color: #21498C;
    padding-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
     -webkit-box-pack: center;
        -ms-flex-pack: center;
      justify-content: center;
   -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
}
@media (max-width: 768px) {
    #concept .heading_line {
        height: auto;
    }
}
#concept .heading_line h2 {
    width: 500.72px;
    height: 26.94px;
}
@media (max-width: 768px) {
    #concept .heading_line h2 {
        width: calc(500.72 / 750 * 100vw);
        height: auto;
        margin: auto;
    }
}
#concept h3 {
    margin: 10px 0 0;
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}
#concept h3::after {
    display: block;
    content: '';
    width: 52px;
    height: 4px;
    margin: 22px auto 0;
    background-color: #fff;
}
@media (max-width: 768px) {
    #concept h3 {
        font-size: 20px;
    }
}

#concept {
    color: #fff;
}
.dateWrap {
    max-width: 650px;
    margin: 25px auto;
    padding: 32px 35px;
    background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
    .dateWrap {
        padding: 32px 1em;
        margin-left: 1em;
        margin-right: 1em;
    }
}
#concept dl {
    color: #fff;
    display: flex;
    justify-content: center;
}
#concept dl:first-child {
    margin-bottom: 20px;
}
#concept dl dt {
    line-height: 1.3;
    letter-spacing: calc((25 / 1000)*1em);
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    width: 4em;
}
@media (max-width: 768px) {
    #concept dl dt {
        font-size: calc(30 / 750 * 100vw);
        font-size: 16px;
    }
}
#concept dl dd {
    line-height: 1.3;
    letter-spacing: calc((25 / 1000)*1em);
    font-size: 20px;
    color: #fff;
}
@media (max-width: 768px) {
    #concept dl dd {
        font-size: 16px;
    }
}

/* customized1 */
#customized1 {
    max-width: 1000px;
    margin: auto;
    padding-top: 0;
    padding-bottom: 90px;
}
#customized1 .heading_line {
    position: relative;
    background-color: #21498C;
    height: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
     -webkit-box-pack: center;
        -ms-flex-pack: center;
      justify-content: center;
   -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
}
@media (max-width: 768px) {
    #customized1 .heading_line {
        height: auto;
        padding: 1.1em 1em;
    }
}
#customized1 .heading_line h2 {
    width: 784.4px;
    height: 26.94px;
    background: none;
    text-indent: inherit;
    overflow: inherit;
}
@media (max-width: 768px) {
    #customized1 .heading_line h2 {
        width: calc(784.4 / 850 * 100vw);
        height: auto;
    }
}
#customized1 .inner {
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    #customized1 .inner {
        margin-left: 6vw;
        margin-right: 6vw;
    }
}
#customized1 .images {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#customized1 .image {
    width: calc(50% - 10px);
}
#customized1 .image:first-child {
    margin-right: 10px;
}
#customized1 .image:last-child {
    margin-left: 10px;
}
@media only screen and (max-width: 768px) {
    #customized1 .images {
        margin-top: 6vw;
        margin-bottom: 6vw;
    }
    #customized1 .image {
        width: 100%;
    }
    #customized1 .image:first-child {
        margin-right: 0;
    }
    #customized1 .image:last-child {
        margin-left: 0;
    }
}

/* customized2 */
#customized2 {
    max-width: 1000px;
    margin: auto;
    padding-top: 0;
    padding-bottom: 90px;
}
#customized2 .heading_line {
    position: relative;
    background-color: #21498C;
    height: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
     -webkit-box-pack: center;
        -ms-flex-pack: center;
      justify-content: center;
   -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
}
@media (max-width: 768px) {
    #customized2 .heading_line {
        height: auto;
        padding: 1.1em 1em;
    }
}
#customized2 .heading_line h2 {
    width: 534.87px;
    height: 26.94px;
    background: none;
    text-indent: inherit;
    overflow: inherit;
}
@media (max-width: 768px) {
    #customized2 .heading_line h2 {
        width: calc(534.87 / 750 * 100vw);
        height: auto;
    }
}
#customized2 .inner {
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    #customized2 .inner {
        margin-left: 6vw;
        margin-right: 6vw;
    }
}
#customized2 .images {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#customized2 .image {
    width: calc(50% - 10px);
}
#customized2 .image:first-child {
    margin-right: 10px;
}
#customized2 .image:last-child {
    margin-left: 10px;
}
@media only screen and (max-width: 768px) {
    #customized2 .images {
        margin-top: 6vw;
        margin-bottom: 6vw;
    }
    #customized2 .image {
        width: 100%;
    }
    #customized2 .image:first-child {
        margin-right: 0;
    }
    #customized2 .image:last-child {
        margin-left: 0;
    }
}

/* other */
#other {
    max-width: 1000px;
    margin: auto;
    padding-top: 0;
    padding-bottom: 90px;
}
#other .heading_line {
    position: relative;
    background-color: #21498C;
    height: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
     -webkit-box-pack: center;
        -ms-flex-pack: center;
      justify-content: center;
   -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
}
@media (max-width: 768px) {
    #other .heading_line {
        height: auto;
        padding: 1.1em 1em;
    }
}
#other .heading_line h2 {
    width: 130.7px;
    height: 26.94px;
    background: none;
    text-indent: inherit;
    overflow: inherit;
}
@media (max-width: 768px) {
    #other .heading_line h2 {
        width: calc(130.7 / 750 * 100vw);
        height: auto;
    }
}
#other .inner {
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    #other .inner {
        margin-left: 6vw;
        margin-right: 6vw;
    }
}
#other .images {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#other .image {
    width: calc(50% - 10px);
}
#other .image:first-child {
    margin-right: 10px;
}
#other .image:last-child {
    margin-left: 10px;
}
@media (max-width: 768px) {
    #other .images {
        margin-top: 6vw;
        margin-bottom: 6vw;
    }
    #other .image {
        width: 100%;
    }
    #other .image:first-child {
        margin-right: 0;
    }
    #other .image:last-child {
        margin-left: 0;
    }
}
#other h3 {
    margin: 50px 0;
    text-align: center;
    font-size: 24px;
    color: #656565;
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 768px) {
    #other h3 {
        font-size: 4vw;
        margin: 50px 0 0;
    }
}
#other .images span {
    color: #666666;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.btn a{
   background-image: url(https://www.autech.jp/news/special-issue/img/detail_arrow.png);
    background-size: calc(20px) calc(20px);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    margin: 30px auto 0;
    text-decoration: none;
    background-color: #958888;
    font-size: 14px;
    color: #fff;
    line-height: 1.35em;
    max-width: 600px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.btn br {
    display: none;
}
@media (max-width: 768px) {
    .btn {
        margin-left: 6vw;
        margin-right: 6vw;
    }
    .btn br {
        display: block;
    }
}