/* Patterns */

.mt30 {
    margin-top: 30px;
}

.car-protection__promo {
    display: block;
    width: 100%;
}

.car-protection__promo img {
    display: block;
    width: 100%;
}

.car-protection__subtitle {
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    background-color: #E6E6E6;
    border-left: 7px solid #005694;
    border-right: 7px solid #005694;
    padding: 10px;
    margin-top: 30px;
}

.car-protection__content {
    display: flex;
    margin-top: 30px;
}

.car-protection__desc-wrap {
    width: calc(100% - 340px);
    padding-right: 40px;
}

.car-protection__desc {
    font-size: 13px;
    line-height: 23px;
}

.car-protection__img {
    display: block;
    max-width: 340px;
    width: 100%;
    flex: 1 0 auto;
}

.car-protection__img img {
    display: block;
    width: 100%;
}

.car-protection__thumb-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.car-protection__thumb-desc {
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin-right: 10px;
}

.car-protection__thumb-img {
    max-width: 160px;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.car-protection__thumb-img:hover img {
    transform: scale(1.1);
}

.car-protection__thumb-img img {
    display: block;
    width: 100%;
    transition: .3s;
}

.car-protection__thumb-img:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/uploads/sunroof-protection/img/magnifier_icon.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.car-protection__modal-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.car-protection__modal-wrap.open {
    opacity: 1;
    visibility: visible;
}

.car-protection__modal {
    max-width: 600px;
    display: block;
    width: 100%;
    margin: auto;

}

.car-protection__modal img {
    display: block;
    width: 100%;
}

.car-protection__close-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    display: block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    outline: none;
}

.car-protection__close-btn img {
    display: block;
    width: 100%;
}

.page-anchor {
    display: block;
    margin-top: 50px;
    overflow: hidden;
}

.page-anchor.arrow-top .page-anchor__list-item-inner {
    flex-direction: column-reverse;
}

.page-anchor.arrow-top .page-anchor__triangle {
    transform: rotate(180deg);
    margin-top: 0;
    margin-bottom: 5px;
}

.page-anchor__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
}

.page-anchor__list-item {
    display: flex;
    width: 25%;
}

.page-anchor__list-item:last-child .page-anchor__list-item-inner {
    border-right: 0;
}

.page-anchor__list-btn {
    display: block;
    width: 100%;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font: inherit;
    transition: .2s;
    outline: none;
}

.page-anchor__list-btn:hover {
    opacity: .7;
}

.page-anchor__list-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: #023F80;
    border-right: 1px solid rgba(255, 255, 255, .7);
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.page-anchor__name {
    font-size: 11px;
    line-height: 16px;
    color: #ffffff;
}

.page-anchor__triangle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #00A9E6 transparent transparent transparent;
}

.sunroof-content {
    position: relative;
    box-sizing: border-box;
    padding: 0 45px 50px;
}

.sunroof-content2 {
    position: relative;
    box-sizing: border-box;
    padding: 0 30px 50px;
}

.pb20 {
    padding-bottom: 20px;
}

.sunroof-content__bg {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sunroof-content__bg img {
    display: block;
    width: 100%;
}

.sunroof-content.blue {
    background-color: #023F80;
}

.sunroof-content2.blue {
    background-color: #023F80;
}

.sunroof-content.light-gray {
    background-color: #E6E6E6;
}

.sunroof-content.gray {
    background-color: #D9D9D9;
}

.sunroof-content__title {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    background-color: #000000;
    position: relative;
    padding: 5px 10px 5px 60px;
    margin-top: 40px;
    margin-left: -45px;
    margin-bottom: 0;
}

.sunroof-content__title.margin-bg_title {
    margin-left: -30px;
}

.mt80 {
    margin-top: 80px;
}

.sunroof-content__title:before {
    content: '';
    display: block;
    width: 50px;
    height: 10px;
    background-color: #00A9E6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.performance {
    position: relative;
    /*z-index: 10;*//* Removed at 19 Jan 2024 */
}

.performance__inner {
    max-width: 665px;
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, .9);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 40px;

}

.performance__desc {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 40px;
}

.performance__img-list {
    display: flex;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
}

.performance__img-list-item {
    margin-right: 30px;
}

.performance__img-list-item:nth-child(1) {
    max-width: 323px;
    width: 100%;
    display: block;
}

.performance__img-list-item:nth-child(2) {
    max-width: 290px;
    width: 100%;
    display: block;
}

.performance__img-list-item:last-child {
    margin-right: 0;
}

.performance__img-list-item img {
    display: block;
    width: 100%;
}

.performance__img-list-item svg,
.performance__img-list-item path {
    display: block;
    width: 100%;
    height: 100%;
}

.performance__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.performance__list-item {
    /*width: calc(100% / 3);*/
    padding: 30px 20px;
    box-sizing: border-box;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.performance__list-item:nth-child(3n+1) {
    padding-left: 0;
    width: calc((100% - ((100% / 3) + 20px)) / 2);
}

.performance__list-item:nth-child(3n+2) {
    width: calc((100% / 3) + 20px);
}

.performance__list-item:nth-child(3n+3) {
    border-right: 0;
    padding-right: 0;
    width: calc((100% - ((100% / 3) + 20px)) / 2);
}

.performance__list-item:nth-child(-n+3) {
    border-top: 0;
}

.performance__list-icon {
    max-width: 58px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.performance__list-icon img {
    display: block;
    width: 100%;
}

.performance__list-title-wrap {
    min-height: 92px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.performance__list-title {
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    line-height: 23px;
    color: #005D90;
    text-align: center;
    margin: 0;
    letter-spacing: -0.2px;
}

.performance__list-desc {
    font-size: 12px;
    line-height: 22px;
    margin: 10px 0 0;
}

.performance__note {
    font-size: 9px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    margin: 20px 0 0;
}

.performance__bottom {
    display: flex;
    margin-top: 50px;

}

.performance__bottom-desc-wrap {
    padding-right: 30px;
}

.performance__bottom-title {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

.performance__bottom-title:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #00A9E6;
    margin-right: 5px;
}

.performance__bottom-desc {
    font-size: 12px;
    line-height: 21px;
    color: #ffffff;
    margin-top: 30px;
}

.performance__bottom-img {
    max-width: 315px;
    display: block;
    width: 100%;
    flex: 1 0 auto;
	color: #fff;
}

.performance__bottom-img img {
    display: block;
    width: 100%;
}

.p-data {
    position: relative;
    z-index: 10;
}

.p-data {

}

.p-data__table-wrap {
    display: block;
    margin-top: 15px;
}

.p-data__table-title {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.p-data__table {
    margin-top: 10px;
    border-collapse: collapse;
    font-size: 11px;
    line-height: 21px;
    color: #ffffff;
}

.p-data__table tr {
    border: 1px solid #ffffff;
}

.p-data__table th {
    width: calc(100% / 9);
    border: 1px solid #ffffff;
    background-color: #0084CE;
    text-align: center;
    padding: 8px 0;
}

.p-data__table td {
    border: 1px solid #ffffff;
    text-align: center;
    padding: 8px 6px;
}

.p-data__table td:first-child {
    text-align: left;
}

.p-data__note {
    font-size: 11px;
    line-height: 20px;
    color: #ffffff;
    display: block;
    margin: 0;
}

.p-data__accent {
    font-size: 12px;
    line-height: 20px;
    color: #FF4655;/*#E00012*/
}

.b-film {
    position: relative;
    z-index: 10;
}

.b-film__row {
    display: flex;
    margin-top: 45px;
}

.b-film__col {
    border-right: 1px solid #BFBFBF;
    padding: 25px;
    box-sizing: border-box;
}

.b-film__col:first-child {
    max-width: 300px;
    width: 100%;
    display: block;
    flex: 1 0 auto;
}

.b-film__col:last-child {
    width: calc(100% - 300px);
}

.b-film__col:first-child {
    border-left: 1px solid #BFBFBF;
}

.b-film__img {
    display: block;
    width: 105%;
}

.b-film__img img {
    display: block;
    width: 96%;
}

.b-film__title {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    margin: 0 0 10px;
}

.b-film__desc {
    font-size: 12px;
    line-height: 21px;
    margin: 0;
}

.bold {
    font-weight: 700;
}

.b-film__accent {
    font-size: 11px;
    line-height: 21px;
    color: #E61C24;
}

.b-film__btn {
    display: block;
    width: 100%;
    background-color: #005AC2;
    padding: 5px;
    box-sizing: border-box;
    transition: .2s;
    margin-top: 40px;
}

.b-film__btn:hover {
    text-decoration: initial;
    opacity: .7;
}

.b-film__btn-inner {
    border: 1px solid rgba(255, 255, 255, .5);
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.reference {
    position: relative;
    z-index: 10;
}

.reference__table {
    margin-top: 45px;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 16px;
}

.reference__table tr {

}

.reference__table th {
    background-color: #999999;
    color: #ffffff;
    text-align: center;
    border: 1px solid #000000;
    padding: 12px;
}

.reference__table td {
    background-color: #ffffff;
    border: 1px solid #000000;
    text-align: center;
    padding: 8px;
}

.reference__note {
    font-size: 11px;
    line-height: 20px;
    margin: 0;
}

/* added at 07-21-2020 by FETRADE */
.txt-justify {
	text-align: unset;
}

/* added at 07-28-2020 by FETRADE */
.b-film__caution-fororder {
	margin: 0 0 40px;
	padding: 40px 0 1px;
	background-color: transparent;
}
.b-film__caution-fororder p {
	margin: 1em 0;
	line-height: 2;
}
.b-film__caution-fororder p:last-child {
	margin: 1em 0 0;
}
.b-film__caution-fororder .text-underline {
	border-bottom: 1px solid;
}
.b-film__caution-fororder__heading {
	margin: 0 0 1em;
	text-align: center;
	color: #f00;
	font-size: 123.1%;
}
.b-film__caution-fororder__heading .text-caption {
	font-size: 125%;
}
.b-film__caution-fororder__list {
	margin: 0;
	padding: 0;
}
.b-film__caution-fororder__list ul li {
	display: inline;
	float: left;
	width: 220px;
	margin: 0 0 0 5px;
	padding: 0;
}
.b-film__caution-fororder__list ul li img {
	width: 100%;
}
.b-film__caution-fororder__list ul li:first-child {
	margin: 0;
	padding: 0;
}