@charset "UTF-8";
.under_mv{
    background: url("../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}


.main_content{
    margin-bottom: 150px;
}
.intro {
    max-width: 1024px;
    width: 90%;
    margin: 90px auto 0;
}
.intro_suv {
    font-size: 2rem;
    font-weight: bold;
    margin: 35px 0 40px;
}
.strength_top {
    max-width: 1280px;
    width: 100%;
    margin: 120px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.strength_top.rev{
    flex-direction: row-reverse;
}
.strength_info {
    max-width: 450px;
    width: 100%;
    padding-left: 100px;
}
.rev .strength_info {
    padding-left: 0px;
    padding-right: 100px;
}
.strength_midashi {
    font-size: 2rem;
    font-weight: bold;
    color: #2F328D;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.strength_num {
    font-size: 4.8rem;
    line-height: 1;
    margin-right: 20px;
}
.strength_sub {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 30px;
}
.strength_dis {
    letter-spacing: 0;
    margin-top: 20px;
}
.strength_info .btn {
    max-width: 184px;
    margin: 30px auto 0;
}
.strength_imgbox{
    width: 502px;
    height: 439px;
    position: relative;
    background: rgba(47, 50, 141, .1);
}
.strength_img{
    position: absolute;
    top: 54px;
    right: 128px;
    width: 100%;
}
.rev .strength_img{
    right: auto;
    left: 128px;
}
.strength_tag {
    writing-mode: vertical-rl;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: bold;
    font-size: 1.3rem;
    color: #162357;
    position: absolute;
    bottom: 30px;
    right: 84px;
    display: flex;
    align-items: center;
}
.rev .strength_tag {
    right: auto;
    left: 84px;
}
.strength_tag::before{
    content: ' ';
    display: block;
    background: #162357;
    height: 72px;
    width: 1px;
    margin-bottom: 8px;
}
.iso_logo {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.iso_table {
    max-width: 1024px;
    margin: auto;
    width: 90%;
}
.iso_table table {
    width: 100%;
}
thead th {
    background: #9193c1;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    vertical-align: middle;
}
th,td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #2f328d;
    border-right: 1px solid #2f328d;
    padding: 10px 0;
}
tbody th{
    background: #1678E620;
}
th:last-child,td:last-child{
    border-right: none;
}
td a:link,td a {
    color: #222;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
.intro_copy {
    font-size: 7vw;
    font-weight: bold;
    margin: 10px 0;
}
.strength_top, .strength_top.rev {
    flex-direction: column-reverse;
    margin-top: 50px
}
.strength_imgbox {
    width: 90%;
    height: auto;
}
.strength_img {
    position: static;
    width: 80%;
    margin: 5%;
    margin-left: auto;
}
.rev .strength_img {
    margin: 5%;
    margin-right: auto;
}
.strength_tag {
    left: 5%;
    bottom: 5%;
    width: 1em;
}
.rev .strength_tag {
    left: auto;
    right: 5%;
}
.rev .strength_info, .strength_info {
    padding: 0;
    width: 90%;
    margin-top: 20px;
}
.iso_table {
    overflow: scroll;
}
.iso_table table{
    min-width: 615px;
}
}
