nav ul li.current a,
nav ul li.current a span {
    color: #b71c24;
}

article {
    margin: 25px 30px 0;
    line-height: 2;
    overflow: hidden;
}

section {
    margin: 60px 30px 0;
}

@media screen and (max-width: 767px) {
    article {
        margin: 1em 0 0;
    }
    section {
        margin: 2.3em 0 0;
    }
}

h1 {
    background-color: #000063;
    color: #ffffff;
    display: table;
    font-size: 3.2rem;
    /* 32px */
    font-weight: bold;
    height: 122px;
    width: 100%;
}

h1 div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

h1 div small {
    display: block;
    font-size: 1.8rem;
    font-weight: normal;
    margin-top: 1em;
}

h2 {
    border: 1px solid #cccccc;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1;
    padding: 1em 0;
}

h2::before {
    content: "";
    border-left: 8px solid #000063;
    padding-right: 1em;
}

h3 {
    border-bottom: 3px solid #cccccc;
    color: #000063;
    display: table;
    font-size: 2.4rem;
    padding: 10px 0;
    vertical-align: middle;
    width: 100%;
}

h3 span {
    background-color: #000063;
    color: #ffffff;
    display: table-cell;
    height: 46px;
    padding: 11px 0;
    text-align: center;
    vertical-align: middle;
    width: 46px;
}

h3 b {
    display: table-cell;
    padding-left: 1em;
    vertical-align: middle;
}

h4 {
    border-bottom: 3px solid #cccccc;
    color: #000063;
    font-size: 2.4rem;
    padding: 0.8em 0;
}

h5 {
    margin-bottom: 1em;
    padding-left: 1.5em;
    line-height: 2;
}

h5::before {
    background-color: #000063;
    content: "";
    display: inline-block;
    height: 0.9em;
    margin-left: -1em;
    margin-right: 0.5em;
    vertical-align: middle;
    width: 0.9em;
}

p {
    line-height: 2;
}

em {
    background-color: #eeeeee;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    padding: 10px 1em;
    margin: 25px 0 15px;
}

u {
    color: #555555;
    line-height: 2;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 3.39vw;
        /* 26px */
    }
    h1 {
        font-size: 5.475vw;
        /* 42px */
        height: 3.8em;
    }
    h1 div small {
        font-size: 3.911vw;
        /* 30px */
    }
    h2 {
        border: 2px solid #cccccc;
        font-size: 4.172vw;
        /* 32px */
    }
    h2::before {
        border-left: 12px solid #000063;
    }
    h3 {
        border-bottom: 6px solid #cccccc;
        font-size: 3.911vw;
        /* 30px */
        padding: 0.5em 0;
        width: 100%;
    }
    h3 span {
        height: 2.2em;
        padding: 0;
        width: 2.2em;
    }
    h3 b {
        display: table-cell;
        line-height: 1.3;
        padding-left: 1em;
        vertical-align: middle;
    }
    h4 {
        border-bottom: 6px solid #cccccc;
        font-size: 3.911vw;
        /* 30px */
    }
    h5 {
        margin-bottom: 0.3em;
        padding-left: 1em;
    }
    p {
        line-height: 1.8;
    }
    em {
        font-size: 3.65vw;
        /* 28px */
        line-height: 1.3;
        padding: 1em;
        margin: 25px 0 15px;
    }
}


/*
  COMMON CLASS
*/

div.box {
    width: 424px;
}

div.box.left {
    clear: both;
    float: left;
}

div.box.right {
    float: right;
}

@media screen and (max-width: 767px) {
    div.box {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    div.box.left,
    div.box.right {
        float: none;
    }
}

ul.link_list li {
    padding: 0.5em 0 0.5em 25px;
    background: url(../img/icon_circleArrowRight.png) no-repeat 0 50%/18px auto;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    ul.link_list li {
        padding: 0.5em 0 0.5em 1.8em;
        background: url(../img/icon_circleArrowRight_sp.png) no-repeat 0 50%/1em auto;
        background-size: 5% auto;
        line-height: 2;
    }
}

.link_pdf::after {
    content: "";
    background: url(../img/icon_pdf.png) no-repeat 0 50%/18px auto;
    padding-left: 10px;
    padding-right: 10px;
}

.link_doc::after {
    content: "";
    background: url(../img/icon_word.png) no-repeat 0 50%/18px auto;
    padding-left: 10px;
    padding-right: 10px;
}

.link_xls::after {
    content: "";
    background: url(../img/icon_xls.png) no-repeat 0 50%/18px auto;
    padding-left: 10px;
    padding-right: 10px;
}

.link_file::after {
    content: "";
    background: url(../img/icon_file.png) no-repeat 0 50%/16px auto;
    padding-left: 10px;
    padding-right: 10px;
}

.step h4 {
    margin-bottom: 25px;
}

.step h5 {
    margin-top: 1em;
    margin-bottom: 0;
}

.step em {
    margin-top: 0;
    margin-bottom: 0;
}

.step em span {
    color: #000063;
    display: inline-block;
    padding-right: 1em;
}

.step>div>div {
    border-left: 10px solid #000063;
    padding: 0.5em 2em 1.5em 40px;
    margin-left: 40px;
}

.step>div.last>div {
    border-left: 10px solid transparent;
    padding-bottom: 0;
}

.step>div::after {
    content: "";
    position: relative;
    left: 35px;
    bottom: -14px;
    border-top: 12px solid #000063;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.step>div.last::after {
    border: none;
}

.step div p {
    padding-left: 1em;
}

@media screen and (max-width: 767px) {
    .step>div>div {
        border-left: 0.7em solid #000063;
        padding: 1.5em 2em 1.5em 2.3em;
        margin-left: 2.3em;
    }
    .step>div::after {
        left: 1.85em;
        bottom: -1em;
        border-top: 1em solid #000063;
        border-left: 0.8em solid transparent;
        border-right: 0.8em solid transparent;
    }
}

.btn {
    display: block;
    width: 280px;
    margin: 40px 0 0;
    text-align: center;
    border-radius: 5px;
    background: #000063;
    position: relative;
    color: #fff;
    border-color: #000063;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    line-height: 36px;
}

.btn::before,
.btn::after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.btn::before {
    background: #fff;
    right: 10px;
}

.btn::after {
    background: #000063;
    right: 12px;
}

.btn:hover {
    background: #fff;
    color: #000063;
    text-decoration: none;
}

.btn:hover::before {
    background: #000063;
}

.btn:hover::after {
    background: #fff;
}

ul.list>li {
    padding-left: 1em;
}

ul.list>li::before {
    content: "・";
    margin-left: -1em;
}

ol.list>li {
    padding-left: 1em;
}

ol.list>li:first-child::before {
    content: "\002460";
    margin-left: -1em;
}

ol.list>li:nth-child(2)::before {
    content: "\002461";
    margin-left: -1em;
}

ol.list>li:nth-child(3)::before {
    content: "\002462";
    margin-left: -1em;
}

ol.list>li:nth-child(4)::before {
    content: "\002463";
    margin-left: -1em;
}

ol.list>li:nth-child(5)::before {
    content: "\002464";
    margin-left: -1em;
}


/*
ABOUT
*/

#about #sec01 article {
    display: table;
}

#about #sec01 article div {
    display: table-cell;
}

#about #sec01 article div._sp {
    display: none;
}

#about #sec01 article div:last-child {
    padding-left: 20px;
    vertical-align: middle;
    width: 250px;
}

#about #sec02 ul {
    border-top: 1px solid #cccccc;
}

#about #sec02 ul li {
    display: table;
    width: 100%;
}

#about #sec02 ul li b {
    background-color: #f6f6f6;
    border-bottom: 1px solid #cccccc;
    display: table-cell;
    font-weight: bold;
    line-height: 2;
    padding: 20px 15px;
    width: 12em;
}

#about #sec02 ul li p {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
    font-weight: normal;
    line-height: 2;
    padding: 20px 15px;
}

#about #sec03 article {
    text-align: center;
}

#about #sec04 table._pc {
    display: table;
    margin: 30px auto 0;
    width: 94%;
}

#about #sec04 table th {
    border: 1px solid #000063;
    border-right: 1px solid #ffffff;
    background-color: #000063;
    color: #ffffff;
    font-weight: bold;
    padding: 1em 0;
    text-align: center;
}

#about #sec04 table td {
    border: 1px solid #cccccc;
    font-weight: bold;
    padding: 1em 0;
    line-height: 2;
    text-align: center;
    vertical-align: middle;
}

#about #sec04 table td.text-top {
    vertical-align: text-top;
}

#about #sec04 div.box {
    border: 1px solid #cccccc;
    padding: 20px;
    margin-bottom: 25px;
}

#about #sec04 div.box.top p {
    min-height: 18em;
}

#about #sec04 div.box.bottom p {
    min-height: 12em;
}

#about #sec04 div.box.bottom {
    margin-bottom: 0;
}

#about #sec05 dl {
    border-bottom: 1px solid #cccccc;
    margin: 40px 30px 0;
}

#about #sec05 dl dt {
    clear: both;
    float: left;
    font-weight: bold;
    line-height: 2;
    padding: 1em 0 1em 2em;
    width: 7em;
}

#about #sec05 dl dd {
    border-top: 1px solid #cccccc;
    padding: 1em 0 1em 7em;
}

#about #sec05 dl dd ul li {
    display: table;
    line-height: 2;
}

#about #sec05 dl dd ul li span {
    display: table-cell;
    width: 6em;
}

#about #sec06 ul.link_list {
    margin: 25px 30px 70px;
}

@media screen and (max-width: 767px) {
    #about #sec01 article {
        display: block;
    }
    #about #sec01 article div {
        display: block;
    }
    #about #sec01 article div._sp {
        display: block;
        padding: 1.5em 0 1.2em;
        text-align: center;
    }
    #about #sec01 article div._pc {
        display: none;
    }
    #about #sec02 ul {
        border-top: 2px solid #cccccc;
    }
    #about #sec02 ul li {
        display: block;
        width: 100%;
    }
    #about #sec02 ul li b {
        border-bottom: 2px solid #cccccc;
        display: block;
        padding: 0.7em 1.2em;
        width: 100%;
    }
    #about #sec02 ul li p {
        display: block;
        border-bottom: 2px solid #cccccc;
        padding: 0.7em 1.2em;
    }
    #about #sec04 table._pc {
        display: none;
    }
    #about #sec04 table._sp {
        border: 2px solid #cccccc;
        display: table;
        margin-top: 1.5em;
        width: 100%;
    }
    #about #sec04 table tr {
        border-bottom: 2px solid #cccccc;
    }
    #about #sec04 table th {
        border: none;
        background-color: #ffffff;
        color: #000063;
        padding: 1em;
        text-align: left;
        width: 10em;
        vertical-align: middle;
    }
    #about #sec04 table td {
        border: none;
        line-height: 1.6;
        padding: 1em;
        text-align: right;
    }
    #about #sec04 div.box,
    #about #sec04 div.box.bottom.left {
        border: 2px solid #cccccc;
        padding: 1.2em 1em;
        margin-bottom: 1em;
    }
    #about #sec04 div.box.top p {
        min-height: auto;
    }
    #about #sec04 div.box.bottom p {
        min-height: auto;
    }
    #about #sec05 dl {
        border-bottom: 2px solid #cccccc;
        margin: 1em 0 0;
    }
    #about #sec05 dl dt {
        clear: both;
        float: left;
        font-weight: bold;
        line-height: 2;
        padding: 1em 0 1em 0;
        width: 5em;
    }
    #about #sec05 dl dd {
        border-top: 2px solid #cccccc;
        padding: 1em 0 1em 5em;
    }
    #about #sec05 dl dd ul li span {
        width: 5em;
    }
    #about #sec06 ul.link_list {
        margin: 1em 0 3em;
    }
}


/*
COURSE
*/

#course #sec01 table {
    width: 100%;
}

#course #sec01 table th {
    border: 1px solid #cccccc;
    padding: 0.8em 1em;
    width: 8em;
}

#course #sec01 table td {
    border: 1px solid #cccccc;
    padding: 0.8em 1em;
}

#course #sec02 ul {
    display: table;
    margin-top: 10px;
    width: 100%;
    margin-left:100px;
}

#course #sec02 ul li {
    display: table-cell;
    vertical-align: bottom;
}

#course #sec02 ul li:last-child {
    width: 50%;
    text-align: right;
}

#course #sec02 ul li p {
    background: url(../img/course/icon_tel.png) left center no-repeat;
    color: #000063;
    font-size: 28px;
    line-height: 1;
    padding-left: 20px;
    margin-top: 0.2em;
}

#course #sec02 .btn {
    font-size: 18px;
    height: 45px;
    line-height: 46px;
    margin: 0 0 0 40px;
    width: 400px;
}

#course #sec02 article>p {
    font-size: 18px;
    padding: 30px 0 80px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #course #sec01 table th,
    #course #sec01 table td {
        border: 2px solid #cccccc;
        padding: 1.3em 1em;
    }
    #course #sec02 ul {
        display: block;
        text-align: center;
        margin-left: -20px;
    }
    #course #sec02 ul li {
        display: block;
        padding-top: 1.3em;
    }
    #course #sec02 ul li span {
        display: block;
        font-size: 3.65vw;
        /* 28px */
    }
    #course #sec02 ul li p._sp {
        background: url(../img/icon_tel.png) left center no-repeat;
        background-size: auto 1em;
        display: inline-block;
        font-size: 7.04vw;
        /* 54px */
        font-weight: bold;
        line-height: 1.2;
        padding-left: 0.8em;
        margin-top: 0.3em;
    }
    #course #sec02 ul li p._sp a {
        text-decoration: underline;
    }
    #course #sec02 ul li p._sp a:hover {
        text-decoration: none;
    }
    #course #sec02 ul li:last-child {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        text-align: center;
    }
    #course #sec02 .btn {
        border-radius: 0.4em;
        font-size: 3.39vw;
        /* 26px */
        height: 3.8em;
        line-height: 3.8em;
        margin: 1em 0 0 0;
        width: 100%;
    }
    #course #sec02 .btn::before,
    #course #sec02 .btn::after {
        width: 0.7em;
        height: 0.7em;
    }
    #course #sec02 .btn::before {
        right: 1em;
    }
    #course #sec02 .btn::after {
        right: 1.2em;
    }
    #course #sec02 article>p {
        font-size: 3.91vw;
        /* 30px */
        padding: 1.5em 0 3em;
    }
}


/*
CERTIF
*/

#certif h3 {
    padding: 0.8em 0;
    margin-bottom: 1em;
}

#certif ul li {
    line-height: 2;
}

#certif ul li div {
    border: 1px solid #cccccc;
    margin-left: 0.5em;
    margin-top: 10px;
    padding: 30px;
}

#certif ul li div.mb {
    margin-bottom: 15px;
}

#certif ul li div a {
    color: #000063;
}

#certif .sec_last {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    #certif ul li {
        line-height: 1.8;
    }
    #certif ul li div {
        border: 2px solid #cccccc;
        margin-top: 0.3em;
        padding: 1.15em;
    }
    #certif .btn {
        width: 100%;
        height: 3em;
        margin-top: 1.5em;
        line-height: 2.8em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
}


/*
WARRANTY
*/

#warranty .anchor ul {
    display: table;
    margin: 0 auto;
}

#warranty .anchor ul li {
    display: inline-block;
}

#warranty .anchor ul li:first-child {
    padding-right: 20px;
}

#warranty .anchor ul li .btn {
    border-radius: 10px;
    display: table;
    font-size: 2.2rem;
    margin: 50px 0;
    width: 330px;
}

#warranty .anchor ul li .btn span {
    display: table-cell;
    line-height: 1.5em;
    vertical-align: middle;
    height: 90px;
}

#warranty .anchor ul li .btn small {
    font-size: 1.6rem;
}

#warranty .anchor ul li .btn::before,
#warranty .anchor ul li .btn::after {
    width: 15px;
    height: 15px;
}

#warranty .anchor ul li .btn::before {
    background: #fff;
    right: 20px;
}

#warranty .anchor ul li .btn::after {
    background: #000063;
    right: 20px;
    bottom: 7px;
}

#warranty .anchor ul li .btn:hover::before {
    background: #000063;
}

#warranty .anchor ul li .btn:hover::after {
    background: #fff;
}

#warranty .anchor ul li .btn.red {
    background: #b71c24;
    border-color: #b71c24;
}

#warranty .anchor ul li .btn.red::after {
    background: #b71c24;
}

#warranty .anchor ul li .btn.red:hover {
    background: #fff;
    color: #b71c24;
}

#warranty .anchor ul li .btn.red:hover::before {
    background: #b71c24;
}

#warranty .anchor ul li .btn.red:hover::after {
    background: #fff;
}

#warranty .title a {
    display: block;
    font-size: 2.8rem;
    width: 100%;
    text-align: center;
    background: #000063;
    position: relative;
    color: #fff;
    border-top: 2px solid #000063;
    border-bottom: 2px solid #000063;
    height: 90px;
    line-height: 86px;
}

#warranty .title a small {
    font-size: 2.4rem;
}

#warranty .title a::before,
#warranty .title a::after {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}

#warranty .title a::before {
    background: #fff;
    left: 73%;
}

#warranty .title a::after {
    background: #000063;
    left: 72.7%;
}

#warranty .title a:hover {
    background: #fff;
    color: #000063;
    text-decoration: none;
}

#warranty .title a:hover::before {
    background: #000063;
}

#warranty .title a:hover::after {
    background: #fff;
}

#warranty .content01 p,
#warranty .content01 u {
    display: block;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
}

#warranty .content01 div {
    position: relative;
}

#warranty .content01 .arrow {
    background: linear-gradient(#ffffff, #000063);
    height: 35px;
    width: 50px;
    margin: 5px auto 0;
    z-index: 10;
}

#warranty .content01 .arrow::after {
    content: "";
    position: absolute;
    left: -16px;
    bottom: -32px;
    border-top: 32px solid #000063;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
}

#warranty .content01 .grey {
    background-color: #eeeeee;
    margin-top: 10px;
    overflow: hidden;
    padding: 30px;
}

#warranty .content01 h2 {
    border: none;
    color: #000063;
    padding: 0;
    margin-bottom: 1em;
}

#warranty .content01 h2::before,
#warranty #red .content01 h2::before {
    border: none;
    padding: 0;
}

#warranty .content01 .box {
    background-color: #ffffff;
    padding: 30px;
}

#warranty .content01 .box h3 {
    color: #222222;
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 0 0 0.8em;
}

#warranty .content01 .box strong {
    display: block;
    margin-top: 20px;
    line-height: 2;
}

#warranty .content01 .box ol {
    margin-top: 10px;
}

#warranty .content01 .box ol li {
    line-height: 2;
    padding-top: 0.3em;
}

#warranty h2 a {
    color: #000063;
    display: block;
    position: relative;
    margin-top: -1em;
    padding: 0 1em;
}

#warranty h2 a::before,
#warranty h2 a::after {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}

#warranty h2 a::before {
    background: #000063;
    right: 23px;
}

#warranty h2.link a::after {
    background: #fff;
    right: 25px;
}

#warranty #blue {
    padding-bottom: 50px;
}

#warranty #red {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 50px;
}

#warranty #red .title a {
    background: #b71c24;
    border-top: 2px solid #b71c24;
    border-bottom: 2px solid #b71c24;
}

#warranty #red .title a::before {
    background: #fff;
    left: 63%;
}

#warranty #red .title a::after {
    background: #b71c24;
    left: 62.7%;
}

#warranty #red .title a:hover {
    background: #fff;
    color: #b71c24;
}

#warranty #red .title a:hover::before {
    background: #b71c24;
}

#warranty #red .title a:hover::after {
    background: #fff;
}

#warranty #red .content01 .arrow {
    background: linear-gradient(#ffffff, #b71c24);
}

#warranty #red .content01 .arrow::after {
    border-top: 32px solid #b71c24;
}

#warranty #red .content01 h2 {
    color: #b71c24;
}

#warranty #red h2::before {
    border-left: 8px solid #b71c24;
}

#warranty #red h2 a {
    color: #b71c24;
}

#warranty #red h2 a::before {
    background: #b71c24;
}

#warranty .notes01 {
    border: 3px solid #cccccc;
    padding: 27px;
    margin: 30px;/*20190213調整*/
}

#warranty .notes01 p {
    font-size: 1.8rem;
}

#warranty .notes01 ol li {
    line-height: 2;
    padding-top: 0.3em;
}

#warranty .notes02 {
    background: url(../img/warranty/line_hosho.png) 50% repeat-x;
    text-align: center;
    margin-bottom: 80px;
}

#warranty .notes02 strong {
    background-color: #ffffff;
    display: inline-block;
    font-size: 2.4rem;
    padding: 0 1.5em;
}

@media screen and (max-width: 767px) {
    #warranty .anchor ul {
        width: 100%;
        padding: 0 4vw;
    }
    #warranty .anchor ul li {
        display: inline-block;
        width: 50%;
    }
    #warranty .anchor ul li {
        padding-left: 2%;
    }
    #warranty .anchor ul li:first-child {
        padding-left: 0;
        padding-right: 2%;
    }
    #warranty .anchor ul li .btn {
        border-radius: 0.3em;
        font-size: 3.39vw;
        height: 4.6em;
        line-height: 4.6em;
        margin: 2.5em 0;
        width: 100%;
    }
    #warranty .anchor ul li .btn small {
        font-size: 2.346vw;
    }
    #warranty .anchor ul li .btn::before,
    #warranty .anchor ul li .btn::after {
        width: 0.7em;
        height: 0.7em;
    }
    #warranty .anchor ul li .btn::before {
        background: #fff;
        right: 1em;
    }
    #warranty .anchor ul li .btn::after {
        background: #000063;
        right: 1em;
        bottom: 0.3em;
    }
    #warranty .title a {
        font-size: 4.693vw;
        height: 3.5em;
        line-height: 3.5em;
    }
    #warranty .title a small {
        font-size: 3.911vw;
    }
    #warranty .title a::before,
    #warranty .title a::after {
        width: 0.6em;
        height: 0.6em;
    }
    #warranty .title a::before {
        background: #fff;
        left: 88%;
    }
    #warranty .title a::after {
        background: #000063;
        left: 87.5%;
    }
    #warranty #red .title a::before {
        left: 75%;
    }
    #warranty #red .title a::after {
        left: 74.5%;
    }
    #warranty .content01 p,
    #warranty .content01 u {
        font-size: 3.911vw;
    }
    #warranty .content01 .arrow {
        height: 1.8em;
        width: 3em;
    }
    #warranty .content01 .arrow::after {
        left: -0.8em;
        bottom: -1.7em;
        border-top: 1.7em solid #000063;
        border-left: 2.2em solid transparent;
        border-right: 2.2em solid transparent;
    }
    #warranty #red .content01 .arrow::after {
        border-top: 1.7em solid #b71c24;
    }
    #warranty .content01 .grey {
        margin-top: 2.1em;
        padding: 1.8em 1em 1em;
    }
    #warranty .content01 .box {
        padding: 1em;
    }
    #warranty .content01 .box h3 {
        font-size: 3.911vw;
        padding: 0 0 0.8em;
    }
    #warranty .content01 .box ol {
        margin-top: 0.3em;
    }
    #warranty .content01 .box ol li {
        line-height: 1.8;
        padding-top: 0.3em;
    }
    #warranty .content01 .box.right {
        margin-top: 1em;
    }
    #warranty .notes01 {
        padding: 1em;
        margin: 2em 0 3em;
    }
    #warranty .notes01 p {
        font-size: 3.911vw;
    }
    #warranty .notes01 ol li {
        line-height: 1.8;
    }
    #warranty .notes02 {
        background: url(../img/warranty/line_hosho.png) 50% repeat-x;
        text-align: center;
        margin-bottom: 2em;
    }
    #warranty .notes02 strong {
        background-color: #ffffff;
        display: inline-block;
        font-size: 4.172vw;
        padding: 0 1.5em;
    }
}
