@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print,
screen and (min-width: 769px) {

    h2.page_auth_title {
        background: url("../images/products/products_auth/page_title_pc.png") no-repeat;
        background-size: cover;
    }

    section {
        width: 980px;
        margin: 0 auto 50px;
    }

    section h3 {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.2;
        font-weight: 500;
        padding-bottom: 5px;
        border-bottom: 1px solid #0071BC;
        position: relative;
        color: #000;
    }

    section h3::before {
        width: 8em;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 3px solid #0071BC;
    }

    section .auth_title01::before {
        width: 14.3em;
    }

    section .auth_title02::before {
        width: 5em;
    }

    section .auth_title03::before {
        width: 8em;
    }

    section .auth_title04::before {
        width: 11.2em;
    }

    section ul.block {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 20px 0;
    }

    section ul.auth_04 {
        margin: 20px 0 15px 0;
    }
    section ul.block li {
        width: 214px;
        height: 150px;
    }

    section ul.auth_02 li {
        height: 130px;
    }

    section ul.auth_03 li {
        height: 130px;
    }


    section ul.block li p {
        font-size: 1.4rem;

    }
    section ul.block li img {
        height: auto;
    }

    section ul.block li:last-child {
        text-align: center;
    }
    section ul.auth_04 li:last-child {
        text-align: left;
    }
    section ul.block li:first-child {
        width: 742px;
        height: auto;
    }

    section ul.block li:first-child h4 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 20px;
        font-family: "Noto Sans JP";
    }

    section ul.product {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    section div.bg_blue {
        background: url(../images/products/products_textile/bg_line.png) repeat;
        background-size: 70px;
        width: 75%;
    }

    h2.page_auth_title {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #FFF;
        width: 1130px;
        height: 185px;
        margin: 0 auto 40px;
        line-height: 1.2;
        padding: 75px 0 0 158px;
    }
    .co2{
        vertical-align: sub;
        font-size: 1.6rem;
    }
    section .auth {
        width: 75%;
    }

    section .auth h4 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 700;
        border-bottom: 1px solid black;
        font-family: "Noto Sans JP";
        margin-bottom: 12px;
        padding-top: 20px;
    }
    section ul.auth_01 li img {
        width: 208px;
    }

    section ul.auth_02 li img {
        width: 128px;
    }

    section ul.auth_03 li img {
        width: 80px;
    }

    section ul.auth_04 li img {
        width: 470px;
    }


    /*section ul.product.blue {
		background: url("../images/products/products_textile/bg_line.png") repeat;
		background-size: 70px;
	}*/

    section ul.product li.left {
        width: 224px;
        margin-left: 18px;
    }

    section ul.product li.left h4 {
        height: 35px;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
        padding: 9px 0 0;
        color: #006AB1;
    }

    section ul.product li.left h4 a {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        color: #006AB1;
    }

    section ul.product li.right {
        width: -webkit-calc(100% - 242px);
        width: -moz-calc(100% - 242px);
        width: calc(100% - 242px);
    }

    section ul.product li.right ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    section ul.product li.right ul li {
        display: inline-block;
        height: 35px;
        margin-right: 1em;
        padding: 7px 0.5em 5px 0;
    }

    section ul.product li.right ul li a {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1;
        color: #006AB1;
        position: relative;
        display: inline-block;
        padding: 0 0.8em 0 0;
    }

    section ul.product li.right ul li a.list {
        font-size: 12px;
        font-size: 1.2rem;
    }

    section ul.product li.right ul li a::after {
        font-family: FontAwesome;
        content: "\f105";
        top: 1px;
        right: 0;
        position: absolute;
    }
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px) {
    h2.page_auth_title {
        background: url("../images/products/products_auth/page_title_sp.png") no-repeat;
        background-size: cover;
    }

    h2.page_auth_title {
        font-size: 20px;
        font-size: 2.0rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #FFF;
        width: 100%;
        height: 53.1vw;
        margin: 0 0 40px;
        line-height: 1.2;
        padding: 20vw 0 0 3%;
    }

    section {
        width: 94%;
        margin: 0 auto 54px;
    }

    section h3 {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.2;
        font-weight: 700;
        padding-bottom: 5px;
        border-bottom: 1px solid #0071BC;
        position: relative;
        color: #000;
    }

    section h3::before {
        width: 8em;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 3px solid #0071BC;
    }

    section .auth_title01::before {
        width: 14.3em;
    }

    section .auth_title02::before {
        width: 5em;
    }

    section .auth_title03::before {
        width: 8em;
    }

    section .auth_title04::before {
        width: 11.2em;
    }


    section ul.block {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 20px 0;
    }
    section ul.auth_04 {
        margin: 20px 0 10px 0;
    }

    section ul.block li:first-child {
        width: 100%;
    }

    section ul.block li:first-child h4 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 20px;
    }

    section .auth h4 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 700;
        border-bottom: 1px solid #000000;
        font-family: "Noto Sans JP";
        margin-bottom: 12px;
        padding-top: 20px;
    }

    section ul.block li:first-child div {
        width: 68%;
        min-width: 214px;
        margin: 0 auto 40px;
        text-align: center;
        line-height: 0;
    }
    section ul.auth_04 li:first-child div {
        margin: 0 auto 15px;
    }

    section ul.product {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    section ul.product li.left {
        width: 100%;
        padding: 8px 0 8px 18px;
        background: #E0F0FA;
        position: relative;
    }

    section ul.product li.left a {
        font-size: 12px;
        font-size: 1.2rem;
        color: #006AB1;
        padding: 0 0.8em 0 0;
        position: absolute;
        top: 6px;
        right: 8px;
    }

    section ul.product li.left a::after {
        font-family: FontAwesome;
        content: "\f105";
        top: 1px;
        right: 0;
        position: absolute;
    }

    section ul.product li.left h4 {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
        color: #006AB1;
    }

    section ul.product li.left h4 a {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        color: #006AB1;
        position: relative;
        top: 0;
        right: 0;
        padding: 0;
    }

    section ul.product li.left h4 a::after {
        content: "";
    }

    section ul.product li.right {
        width: 100%;
        padding: 8px 0 0 18px;
    }

    section ul.product li.right ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    section ul.product li.right ul li {
        display: inline-block;
        margin-right: 1em;
        padding: 6px 0.5em 4px 0;
    }

    section ul.product li.right ul li a {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1;
        color: #006AB1;
        position: relative;
        display: inline-block;
        padding: 0 0.8em 0 0;
    }

    section ul.product li.right ul li a::after {
        font-family: FontAwesome;
        content: "\f105";
        top: 1px;
        right: 0;
        position: absolute;
    }

    section ul.block p{
        font-size: 1.6rem;
    }
    section ul.auth_01 li div img {
        min-width: 208px;
    }

    section ul.auth_02 li div img {
        min-width: 128px;
    }

    section ul.auth_03 li div img {
        min-width: 80px;
        max-width: 90px;
    }

    section ul.auth_04 li div img {
       min-width: 100px;
       max-width: 110px;
    }
}