/*------------------------------------------------------------------------------
pageimg
------------------------------------------------------------------------------*/
.pageimg{
    width: 100%;
    height: 45.5rem;
    margin-top: 6rem;
    padding: 16.4rem 0;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .pageimg{
    padding: 8.5rem 2rem;
    height: 23.5rem;
    }
}

.pageimg .pageimg__container{
    max-width: 128rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .pageimg .pageimg__container{
        position: absolute;
        z-index: 1;
    }
}

.pageimg .pageimg__container h2.pageimg__title{
    color: #fff;
    font-size: 5.4rem;
    font-weight: bold;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.59);
}

@media screen and (max-width: 768px) {
    .pageimg .pageimg__container h2.pageimg__title{
        font-size: 2.7rem;
    }
}


.pageimg .pageimg__container h2.pageimg__title span{
    font-family: "Oswald";
    font-size: 2.2rem;
    display: block;
    margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
    .pageimg .pageimg__container h2.pageimg__title span{
        font-size: 1.1rem;
        margin-top: 1rem;
    }
}

.pageimg::before{
    content: "";
    display: block;
    background: url(../img/common/ashirai.svg) no-repeat left top;
    background-size: 100% 100%;
    width: 36.7rem;
    height: 45.5rem;
    position: absolute;
    /* headerの右下端から続くように配置 */
    left: calc( -5.4rem * 0.795);
    top: 0;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .pageimg::before{
        left: calc(-48.5px * 0.785);
        width: 19rem;
        height: 23.5rem;
        background-size: 100% 100%;
    }
}

/*------------------------------------------------------------------------------
section
------------------------------------------------------------------------------*/
.section_container{
    max-width: 128rem;
    margin: 12rem auto;
    width: 96%;
}

@media screen and (max-width: 768px) {
    .section_container{
        max-width: 100%;
        width: 100%;
        padding: 0 2rem;
        margin: 6rem auto;
    }
}

.section01 .section_container{
    margin-top: 8rem;
}

@media screen and (max-width: 768px) {
    .section01 .section_container{
        margin-top: 4rem;
    }
}

/*------------------------------------------------------------------------------
section-title
------------------------------------------------------------------------------*/
.p-section-title{
    background-color: #0016d9;
    color: #fff;
    font-size: 3.6rem;
    padding: 3.6rem 8.3rem;
    margin-bottom: 4rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    .p-section-title{
        font-size: 2.2rem;
        padding: 1.4rem 2.4rem;
        margin-bottom: 2rem;
    }

    .p-section-title.-sp-margin{
        padding: 1.4rem 1.2rem 1.4rem 4rem;
    }
}

.p-section-title::before,
.p-section-title::after{
    content: "";
    display: block;
    background: url(../img/page/left_white.svg) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    width: 5rem;
    height: 12rem;
}

@media screen and (max-width: 768px) {
    .p-section-title::before,.p-section-title::after{
        width: 4rem;
        height: 100%;
    }
}

.p-section-title::after{
    background: url(../img/page/right_white.svg) no-repeat center;
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
}

/*------------------------------------------------------------------------------
border-title
------------------------------------------------------------------------------*/
.p-title{
    font-size: 3.2rem;
    font-weight: bold;
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 2.2rem;
    margin-bottom: 4rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    .p-title{
        font-size: 1.8rem;
        padding-bottom: 1.2rem;
        margin-bottom: 2rem;
    }
}

.p-title::after{
    content: "";
    display: block;
    background: #0016d9;
    width: 30rem;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
}

@media screen and (max-width: 768px) {
    .p-title::after{
        width: 12.75rem;
    }
}

/*------------------------------------------------------------------------------
p-line__title
------------------------------------------------------------------------------*/
.p-line__title{
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: 1.6rem;
    position: relative;
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
    .p-line__title{
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }
}

.p-line__title::before{
    content: "";
    display: block;
    background-color: #0016d9;
    width: 0.5rem;
    height: 3rem;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 768px) {
    .p-line__title::before{
        height: 2.4rem;
    }
}

/*------------------------------------------------------------------------------
link_list
------------------------------------------------------------------------------*/
.link_list{
    margin-top: 8rem;
}

@media screen and (max-width: 768px) {
    .link_list{
        margin-top: 6.4rem;
    }
}

.link_list__list{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.link_list__list li{
    width: calc(100% / 5);
}

@media screen and (max-width: 768px) {
    .link_list__list li{
        width: calc(100% / 2);
    }
}

.link_list__list li a{
    background-color: #0016d9;
    color: #fff;
    font-size: 1.8rem;
    display: block;
    height: 17.5rem;
    padding: 7.6rem 2.8rem;
    line-height: 1.8;
    border-right: 1px solid #fff;
    position: relative;
    transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
    .link_list__list li a{
        font-size: 1.4rem;
        padding: 4rem 1.2rem;
        height: 10rem;
        border-bottom: 1px solid #fff;
    }
}

.link_list__list li a:hover{
    background-color: #3A49D1;
}

.link_list__list li:nth-child(6) a,
.link_list__list li:nth-child(7) a,
.link_list__list li:nth-child(8) a{
    border-top: 1px solid #fff;
}

.link_list__list li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4.4rem;
    height: 4.9rem;
    background:
        linear-gradient(
            to top left,
            rgba(255,255,255,0.2) 0%,
            rgba(255,255,255,0.2) 75%,
            rgba(255,255,255,0) 76%
        ),
        url("../img/page/arrow_white.svg") no-repeat;
    background-size: 100% 100%, 1.5rem 1.5rem;
    background-position: center, 70% 82%;
    pointer-events: none;
    z-index: 1;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
    border-bottom-right-radius: 0.2rem;
    transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
    .link_list__list li a::after {
        width: 2.4rem;
        height: 3.2rem;
        background-size: 100% 100%, 1rem 1rem;
    }
	
	.link_list__list li:nth-child(6) a,
.link_list__list li:nth-child(7) a,
.link_list__list li:nth-child(8) a{
    border-top: none;
}
}


.link_list__list li a:hover::after {
    background:
        linear-gradient(
            to top left,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,1) 75%,
            rgba(255,255,255,1) 76%
        ),
        url("../img/page/arrow_blue.svg") no-repeat!important;
    background-size: 100% 100%, 1.5rem 1.5rem!important;
    background-position: center, 70% 82%!important;
}

.link_list__list li a:hover::before{
    content: ""!important;
    display: block!important;
    background: url(../img/page/arrow_blue.svg) no-repeat center!important;
    background-size: 100% 100%, 1.3rem 1.5rem!important;
    background-position: center, 70% 82%!important;
    opacity: 0;
    width: 1.5rem!important;
    height: 1.5rem!important;
    z-index: 2!important;
    position: absolute!important;
    right: 4px!important;
    bottom: 4px!important;
}

@media screen and (max-width: 768px) {
    .link_list__list li a:hover::before{
        bottom: 1px;
        width: 0.7rem;
        height: 1.5rem;
    }
}

.link_list__list li a:hover::before{
    opacity: 1!important;
}


.link_list__list li a.br-margin{
    padding: 6rem 2.8rem;
}

@media screen and (max-width: 768px) {
    .link_list__list li a.br-margin{
        padding: 2.4rem 1.2rem;
    }
}

.link_list__list li:last-child a{
    border-right: none;
}

/*------------------------------------------------------------------------------
table
------------------------------------------------------------------------------*/
.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 2rem;
    table-layout: auto;
}
.spec-table th,
.spec-table td {
    padding: 0 3.2rem;
    border: 1px solid #ccc;
    height: 10rem;
}
.spec-table th {
    font-weight: bold;
    background: #F2F3F4;
    font-size: 2rem;
    text-align: left;
    width: 30rem;
}

@media screen and (max-width: 768px) {
    .spec-table th {
        width: 16.7rem;
    }
}
.spec-table th.-center{
    text-align: center;
}
.spec-table td {
    font-weight: 400;
    font-size: 2rem;
    background-color: #fff;
    text-align: center;
}
.spec-table__small {
    font-size: 1.4rem;
    display: block;
    margin-top: 0.2rem;
}

@media screen and (max-width: 768px) {
    .spec-table th,
    .spec-table td {
        font-size: 1.4rem;
        padding: 1.2rem 1.6rem;
        height: auto;
    }

    .spec-table__small {
        font-size: 1.1rem;
        margin-top: 0;
    }
}

/*------------------------------------------------------------------------------
btn
------------------------------------------------------------------------------*/
.page .contact_btn{
    width: 60rem;
    margin: 4.8rem auto 0;
}

@media screen and (max-width: 768px) {
    .page .contact_btn{
        width: 100%;
        margin-top: 4rem;
    }
}

.page .contact_btn a{
    display: block;
    background: #FA4738;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    transition: transform 0.4s ease;
    padding: 2.1rem 0;
    border-radius: 6rem;
}

@media screen and (max-width: 768px) {
    .page .contact_btn a{
        font-size: 1.8rem;
        padding: 1.4rem 0;
    }
}

.page .contact_btn a::after{
    content: "";
    display: block;
    background: url(../img/common/arrow_white.svg) no-repeat center;
    width: 1.5rem;
    height: 1rem;
    position: absolute;
    right: 3.2rem;
    top: 3.6rem;
    background-size: 100%;
}

@media screen and (max-width: 768px) {
    .page .contact_btn a::after{
        top: 2.2rem;
    }
}

.page .contact_btn a:hover{
    background-color: #FB7B71;
}

/*------------------------------------------------------------------------------
bredcrumb
------------------------------------------------------------------------------*/
.bredcrumb{
    background-color: #F5F7FB;
    padding: 2.4rem 0;
}

@media screen and (max-width: 768px) {
    .bredcrumb{
        padding: 1.8rem 0;
    }
}

ul.bredcrumb__list{
    display: flex;
    gap: 3rem;
    max-width: 128rem;
    margin: 0 auto;
    width: 96%;
}

@media screen and (max-width: 768px) {
    ul.bredcrumb__list{
        width: 100%;
        padding: 0 2rem;
        flex-wrap: wrap;
        gap: 0.6rem 3rem;
    }
}

ul.bredcrumb__list li{
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    ul.bredcrumb__list li{
        font-size: 1.3rem;
    }
	
}

ul.bredcrumb__list li a{
    display: block;
    text-decoration: underline;
    color: #0016d9;
    position: relative;
    transition: transform 0.4s ease;
}

ul.bredcrumb__list li a:hover{
    text-decoration: none;
}

ul.bredcrumb__list li a::after{
    content: "/";
    display: block;
    color: #CCCCCC;
    position: absolute;
    right: -2.2rem;
    top: 0;
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    ul.bredcrumb__list li a::after{
        top: -6px;
    }
}

/*------------------------------------------------------------------------------
image_list
------------------------------------------------------------------------------*/
ul.image_list{
    display: flex;
    gap: 2.5rem;
}

@media screen and (max-width: 768px) {
    ul.image_list{
        flex-direction: column;
        gap: 3.2rem;
    }
}

ul.image_list li{
    flex: 1;
}

.image_list__item img{
    border: 1px solid #ccc;
    object-fit: cover;
}

.image_list__item.border_none img{
    border: none;
}

ul.image_list li p{
    font-size: 2rem;
    font-weight: bold;
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {
    ul.image_list li p{
        font-size: 1.4rem;
        margin-top: 0.8rem;
    }
}

/*------------------------------------------------------------------------------
border__list
------------------------------------------------------------------------------*/
ul.border__list{
    display: flex;
    gap: 2.4rem;
    border: 5px solid #ccc;
    padding: 3.2rem 4rem;
}

@media screen and (max-width: 768px) {
    ul.border__list{
        flex-direction: column;
        padding: 2rem;
        gap: 1.2rem;
}
}

ul.border__list li{
    font-size: 2rem;
    font-weight: bold;
}

ul.border__list li span.pc-block{
    display: inline-block;
}

@media screen and (max-width: 768px) {
    ul.border__list li{
        font-size: 1.4rem;
    }

    ul.border__list li span.pc-block{
        display: none!important;
    }
}

ul.border__list li.-list_style{
    list-style: disc;
    margin-left: 2rem;
}

.tect_blue{
    color: #0016d9;
}

/*------------------------------------------------------------------------------
underline
------------------------------------------------------------------------------*/
.underline_yellow{
    display: inline;
    background-image: linear-gradient(120deg, #FFE100 0%, #FFE100 100%);
    background-size: 100% 0.5em;
    background-repeat: no-repeat;
    background-position: 0 90%;
}

/*------------------------------------------------------------------------------
page-download
------------------------------------------------------------------------------*/
#cf7-pre-contact{
    display: flex;
    gap: 2.4rem;
    margin: 3.2rem 0 6.4rem;
}

@media screen and (max-width: 768px) {
    #cf7-pre-contact{
        flex-wrap: wrap;
        margin-bottom: 3.2rem;
        gap: 1.2rem;
    }
}

.cf7-checkbox-item{
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    padding: 1.8rem 1.8rem 0.8rem 1.8rem;
}

@media screen and (max-width: 768px) {
    .cf7-checkbox-item{
        width: calc((100% - 1.2rem) / 2);
        padding: 0.8rem;
    }
}

.cf7-checkbox-item .download_imgage{
    text-align: center;
    height: 204px;
    margin: 0 auto 2rem;
}

@media screen and (max-width: 768px) {
    .cf7-checkbox-item .download_imgage{
        width: 10rem;
        height: 143px;
        margin: 0 auto;
    }
}

.cf7-checkbox-item .download_imgage img{
   object-fit: contain;
}

@media screen and (max-width: 768px) {
    .cf7-checkbox-item .download_imgage img{
        height: 143px;
    }
}

.download_imgage.-yokonaga{
    margin: 2.4rem auto 0;
}

@media screen and (max-width: 768px) {
    .download_imgage.-yokonaga{
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
}

.cf7-checkbox-item  label{
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .cf7-checkbox-item  label{
        font-size: 1rem;
        margin-top: 1rem;
    }
}

.cf7-checkbox-item  label.-margin_top{
    margin-top: 3rem;
}

@media screen and (max-width: 768px) {
    .cf7-checkbox-item  label.-margin_top{
        margin-top: 1rem;
    }
}

.cf7-checkbox-item input{
    width: 3.5rem;
    height: 3.5rem;
}

input[type="checkbox"] {
    appearance: none;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid #DADADA;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
}

@media screen and (max-width: 768px) {
    input[type="checkbox"] {
        width: 1.8rem;
        height: 1.8rem;
    }
}

input[type="checkbox"]:checked {
    background-color: #3143df;
    border-color: #3143df;
}

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 0.9rem;
    top: 0.3rem;
    width: 1.3rem;
    height: 2rem;
    border: solid #fff;
    border-width: 0 0.4rem 0.4rem 0;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    input[type="checkbox"]:checked::after {
        width: 0.8rem;
        height: 1.2rem;
        border-width: 0 0.2rem 0.2rem 0;
        left: 0.4rem;
        top: 0.0rem;
    }
}

/*------------------------------------------------------------------------------
pdf_list
------------------------------------------------------------------------------*/
ul.pdf_list{
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    margin-bottom: 6.4rem;
}

@media screen and (max-width: 768px) {
    ul.pdf_list{
        flex-direction: column;
        gap: 3.2rem;
    }
}

ul.pdf_list li{
    width: calc((100% - 4rem)/ 2);
    border: 1px solid #ccc;
    padding: 2.4rem 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    ul.pdf_list li{
        width: 100%;
    }
}

.pdf_img{
    width: 19.6rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .pdf_img{   
        width: 12.5rem;
    }
}

.pdf_img.-yokonaga{
    width: 39.5rem;
}

@media screen and (max-width: 768px) {
    .pdf_img.-yokonaga{
        width: 19.75rem;
    }
}

.pdf_btn{
    width: 37rem;
    margin: 1.8rem auto 0;
}

@media screen and (max-width: 768px) {
    .pdf_btn{
        width: 29.5rem;
        margin-top: 1.2rem;
    }
}

.pdf_btn a{
    display: block;
    width: 100%;
    background: #FA4738;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    border-radius: 5rem;
    padding: 2.4rem 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .pdf_btn a{
        font-size: 1.7rem;
        padding: 1.6rem 0;
    }
}

.pdf_btn a::after{
    content: "";
    display: block;
    background: url(../img/common/pdf_icon.svg) no-repeat center;
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100%;
}

.pdf_btn.-br_margin a{
    padding: 1rem 0 1rem 6.4rem;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .pdf_btn.-br_margin a{
        text-align: center;
        padding: 1rem 0;
    }
}

ul.pdf_list li:first-child .pdf_btn.-br_margin a{
    padding-left: 10rem;
}

.lang-en ul.pdf_list li:first-child .pdf_btn.-br_margin a{
	padding-left: 3rem;
}

@media screen and (max-width: 768px) {
    ul.pdf_list li:first-child .pdf_btn.-br_margin a{
        padding-left: 0;
    }
	
	.lang-en ul.pdf_list li:first-child .pdf_btn.-br_margin a{
		padding-left: 0;
	}
}

.pdf_btn a:hover{
    background-color: #FB7B71;
}

/*------------------------------------------------------------------------------
CF7-form
------------------------------------------------------------------------------*/
/* =====================================================
CF7 共通入力フィールド
===================================================== */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 1.3rem 1.6rem;
    font-size: 2rem;
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    font-family: "Noto Sans";
    box-sizing: border-box;
    border-radius: 0;
}

@media screen and (max-width: 768px) {
    .wpcf7-form-control.wpcf7-text,
    .wpcf7-form-control.wpcf7-email,
    .wpcf7-form-control.wpcf7-tel,
    .wpcf7-form-control.wpcf7-textarea,
    .wpcf7-form-control.wpcf7-select {
        font-size: 1.4rem;
        padding: 1rem 1.2rem;
    }
}

/* placeholder */
.wpcf7-form-control::placeholder {
    color: #CCCCCC;
}

/* focus */
.wpcf7-form-control:focus {
    outline: none;
    border-color: #0016d9;
}

.wpcf7-form-control.wpcf7-select {
    appearance: none;
    background: url(/assets/img/common/select_icon.svg) #F5F5F5 no-repeat;
    background-position: right 1.6rem center;
    background-size: 1.2rem;
    padding-right: 4rem;
}


.wpcf7-submit {
    background: #FA4738;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 2.1rem 8rem;
    border: none;
    border-radius: 6rem;
    cursor: pointer;
    width: 60rem;
    transition: background-color 0.3s ease;
}

@media screen and (max-width: 768px) {
    .wpcf7-submit {
        width: 100%;
        font-size: 1.7rem;
        padding: 1.4rem 6rem;
    }
}

.wpcf7-submit:hover {
    background-color: #FB7B71;
}

.contact-form__field.-top .wpcf7-list-item-label{
	display: none;
}

.contact-form__privacy-section input[type="checkbox"]{
	position: relative;
    top: 0.8rem;
    left: -0.8rem;
}

@media screen and (max-width: 768px) {
	.contact-form__privacy-section input[type="checkbox"]{
	position: relative;
    top: 0.4rem;
    left: -0.4rem;
}
}

.contact-form__checkbox-label{
	height: 5.5rem;
}

.contact-form__field.-end input[type="checkbox"]{ 
	border-radius: 50%;
	position: relative;
	top: 0.3rem;
	left: -0.2rem; 
	width: 3rem;
	height: 3rem;
} 

.contact-form__field.-end input[type="checkbox"]:checked::after{ 
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: none;
	background: #3143df;
	border-radius: 50%;
	width: 2.3rem;
	height: 2.3rem;
	position: absolute; 
}
.contact-form__field.-end input[type="checkbox"]:checked{ 
	border: 1px solid #3143df;
	background: #fff; 
} 

.contact-form__field.-end .wpcf7-list-item-label{ 
	position: relative;
	top: -0.5rem;
}

.contact-form__field.-end .contact-form__checkbox-label{ 
	padding-left: 0; 
} 


@media screen and (max-width: 768px) {
	.contact-form__checkbox-label{
		height: auto;
	}
}

.wpcf7-not-valid-tip{
	font-size: 2rem!important;
}

@media screen and (max-width: 768px) {
	.wpcf7-not-valid-tip{
	font-size: 1.4rem!important;
}
}

.contact-form__submit-section .contact_btn{
	position: relative;
}

.contact-form__submit-section .contact_btn span.white_arrow{
    position: absolute;
	top: 3.4rem;
	right: 3rem;
}

.contact-form__submit-section .contact_btn span.white_arrow img{
	width: 1.5rem;
	height: 1rem;
}

@media screen and (max-width: 768px) {
	.contact-form__submit-section .contact_btn span.white_arrow{
		top: 2.1rem;
	}
}

.prefecture{
	position: relative;
}

.prefecture .wpcf7-form-control.wpcf7-select{
	width: 36.7rem;
}

.prefecture .select_icon{
	position: absolute;
    top: 2rem;
    left: 34rem;
}

.select_icon{
	position: absolute;
    top: 2rem;
    left: auto;
	right: 2rem;
}

.select_icon img{
	width: 1.2rem;
}

@media screen and (max-width: 768px) {
	.prefecture .wpcf7-form-control.wpcf7-select{
		width: 100%;
	}
	
	.select_icon{
		top: 1.4rem;
		left: 31rem;
	}
	
	.prefecture .select_icon{
		top: 1.4rem;
    	left: auto;
	}
}


