@charset "utf-8";
/* ===================================================================
CSS Document

 file name  : support.css
 style info : Unique style
  
=================================================================== */



/* --------------------------------------------------------------------------

   COMMON STYLE（PC,SP,TABLET共通）

-------------------------------------------------------------------------- */
@media all and (max-width: 767px) {
    .ttl {
        width: 100%;
        border-bottom: #F7F7F7 2px solid;
        margin-bottom: 2em;
        text-align: center;
        padding: 1.3em 0 0.8em 0;
    }
    .ttl img {
        max-width: 220px;
        width: auto;
        height: 44px;
    }
    p.desc {
        font-size: 108%;
        line-height: 1.7;
        padding: 0 5% 2.5em 5%;
    }



    /*-------------------------
     FAQ
    -------------------------*/
    .faq {
        margin-bottom: 5.5em;   
    }
    .faq h2+p {
        margin: 0 auto 2.5em auto;
        text-align: center;
    }
    .faq h2+p img {
        height: 15px;
        width: auto;
    }
    .faq h3 {
        margin: 0 0 0 0;
        padding: 0 0 1em 10px;
        position: relative;
        border-bottom: #999999 1px solid;
    }
    .faq h3 img {
        height: 18px;
        width: auto;
    }
    .faq dl {
        font-size: 100%;
    }
    .faq dt {
        font-weight: bold;
        color: #555;
        line-height: 1.6;
        padding: 14px 30px 12px 50px;
        position: relative;
        border-bottom: #999999 1px solid;
        cursor: pointer;
    }
    .faq dt:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 14px;
        width: 12px;
        height: 12px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -10px;
        border: none;
        border-bottom: 1px solid #B0B0B0;
        border-right: 1px solid #B0B0B0;
    }
    .faq dt.open:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-top: -5px;
    }
    .faq dd {
        border: #999999 1px solid;
        border-top: none;
        background: #F7F7F7;
        padding: 25px 15px 25px 50px;
        position: relative;
        display: none;
    }
    .faq dl img {
        height: 24px;
        width: auto;
    }
    .faq dt img {
        padding: 0 15px 0 0;
        position: absolute;
        top: 13px;
        left: 16px;
    }
    .faq dl img.img {
        width: auto;
        height: 90px;
        position: relative;
        top: 0;
        left: 0;
        margin: 5px 0 0 0;
    }
    .faq dd img {
        margin: 0 0 0 -19px;
        position: relative;
        left: -16px;
        top: -3px;
    }


    /*-------------------------
     NOTE
    -------------------------*/
    .note {
		padding-bottom: 20px;
	}	
	.note h3 {
        padding: 0 0 20px 10px;
    }
    .note h3 img {
        height: 18px;
        width: auto;
    }
    .note .row {
        margin: 0 0 60px 0;
    }
    .note .row:last-of-type {
        margin: 0 0 0 0;
    }
    .note h4 {
        font-size: 123.1%;
        font-weight: bold;
        padding: 0 0 5px 0;
        margin: 60px 0 25px 0;
    }
    .note h4:first-of-type {
        margin: 0 0 15px 0;
        border-bottom: #999999 1px solid;
    }
    .note h4 img {
        padding: 0 25px 0 0;
        height: 27px;
        width: auto;
    }
    .note .row div {
        margin-left: 37px;
        width: 86%;
    }
    .note div dl{
        margin: 0 0 2em 0;
    }
    .note div dd,

    .note div p {
        line-height: 1.8;
    }
    .note div dt {
        font-weight: bold;
        color: #555;
        margin: 4px 0 2px 1.2em;
        text-indent: -1.2em;
        position: relative;
        left: -3px;
    }
    .note div dt span {
        color: #9F9F9F;
    }
    .note div dd {
        line-height: 1.7;
        color: #555;
    }
    .note div dd span {
        font-size: 85%;
        position: relative;
        top: -5px;
    }



    /*-------------------------

     SDS
    -------------------------*/
    .sds table {
        width: 100%;   
        position: relative;
    }
    .sds tbody {
        border-top: #999999 1px solid;
    }
    .sds tbody tr:nth-of-type(odd) {
        background: #F7F7F7;
    }
    .sds table th,
    .sds table td {
        padding: 13px 0;
        font-size: 93%;
        line-height: 1.4;
        letter-spacing: -0.01em;
    }
    #content.sds table thead th {
        font-weight: bold;
        font-size: 100%;
        line-height: 1.3em;
    }
    .sds table th:nth-of-type(1),
    .sds table td:nth-of-type(1) {
        width: 40%;
        padding: 15px 0 15px 4%;
    }
    .sds table th:nth-of-type(2),
    .sds table td:nth-of-type(2) {
        width: 24%;
        padding: 0 10px;
    }
    .sds table th:nth-of-type(3),
    .sds table td:nth-of-type(3) {
        width: 38%;
        padding: 0 4% 0 0;
        text-align: right;
    }
    .sds table th:nth-of-type(3) {
        text-align: left;
        padding: 19px;   
    }
    .sds table td img {
        position: relative;
        top: 2px;
        left: 0;
        width: 12px;
        padding: 0 5px 0 0;
    }
}



/* --------------------------------------------------------------------------

   PC STYLE（768以上）

-------------------------------------------------------------------------- */
@media (min-width: 768px) {
    .ttl {
        width: 100%;
        min-width: 950px;
        border-bottom: #F7F7F7 2px solid;
        margin-bottom: 90px;
    }
    .ttl span {
        display: block;
        width: 950px;
        padding: 50px 0 35px 0;
        margin: 0 auto;
        text-align: center;
    }
    p.desc,
    #conteInr {
        width: 900px;

        padding: 0 25px;
        margin: 0 auto;
    }
    p.desc {
        font-size: 114%;
        padding: 0 0 70px 0;
    }
    


    /*-------------------------
     FAQ
    -------------------------*/
    .faq h2+p {
        margin: -50px auto 38px auto;
        width: 950px;
        text-align: center;
    }
    .faq h3 {
        font-size: 197%;
        padding: 11px 0 6px 20px;
        margin: 0 0 12px 0;
        position: relative;
        border-bottom: #999999 1px solid;
    }
    .faq dl {
        font-size: 116%;           
    }
    .faq dt {
        font-size: 108%;
        font-weight: bold;
        color: #555;
        padding: 22px 15px 15px 60px;
        position: relative;
        border-bottom: #999999 1px solid;
        cursor: pointer;
    }
    .faq dt:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 14px;
        width: 12px;
        height: 12px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -10px;
        border: none;
        border-bottom: 1px solid #B0B0B0;
        border-right: 1px solid #B0B0B0;
    }
    .faq dt.open:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-top: -5px;
    }
    .faq dd {
        border: #999999 1px solid;
        border-top: none;
        background: #F7F7F7;
        padding: 25px 15px 25px 52px;
        position: relative;
        display: none;
    }
    .faq dt img {
        padding: 0 15px 0 0;
        position: absolute;
        top: 13px;
        left: 16px;
    }
    .faq dd img {
        margin: 0 0 0 -19px;
        position: relative;
        left: -16px;
        top: 0px;
    }
    .faq dl img.img {
        width: auto;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        margin: 8px 0 0 0;
    }    
    .faq dt img {
        top: 21px;
    }

    /*-------------------------
     NOTE
    -------------------------*/
    .note {
		padding-bottom: 20px;
	}	
    .note h3 {
        font-size: 197%;
        padding: 11px 0 28px 20px;
        position: relative;
    }
    .note .row {
        margin: 0 0 60px 0;
    }
    .note .row:last-of-type {
        margin: 0 0 -50px 0;
    }
    .note h4 {
        font-size: 123.1%;
        font-weight: bold;
        padding: 0 0 8px 0;
        margin: 60px 0 25px 0;
    }
    .note h4:first-of-type {
        margin: 0 0 15px 0;
    }
    .note h4 img {
        padding: 0 25px 0 0;
    }
    .note .row div {
        margin: 0 0 0 68px;
        width: 750px;
    }
    .note div dl{
        margin: 0 0 34px 0;
    }
    .note div dd,
    .note div p {
        font-size: 108%;
        line-height: 2;
    }
    .note div dt {
        font-size: 108%;
        font-weight: bold;
        color: #555;
        margin: 4px 0 2px 0;
        position: relative;
        left: -3px;
    }
    .note div dt span {
        color: #9F9F9F;
        font-size:  116%;
    }
    .note div dd {
        line-height: 2;
        color: #555;
    }
    .note div dd span {
        font-size: 85%;
        position: relative;
        top: -5px;
    }
    

    /*-------------------------
     SDS
    -------------------------*/
    .sds table {
        width: 100%;   
        position: relative;
    }
    .sds tbody {
        border-top: #999999 1px solid;   
        border-bottom: #999999 1px solid;
    }
    .sds tbody tr:nth-of-type(odd) {
        background: #F7F7F7;
    }
    .sds table th,
    .sds table td {
        padding: 13px 0;
        font-size: 112%;
    }
    .sds table th {
        font-weight: bold;
    }
    .sds table th:nth-of-type(1),
    .sds table td:nth-of-type(1) {
        width: 610px;
        padding: 0 0px 0 70px;
    }
    .sds table th:nth-of-type(2),
    .sds table td:nth-of-type(2) {
        width: 240px;
        padding: 0 35px 0 70px;
    }
    .sds table th:nth-of-type(3),
    .sds table td:nth-of-type(3) {
        width: 420px;
    }
    .sds table th br {
		display: none;
	}
    .sds table td img {
        position: relative;
        top: 4px;
        left: 0;
        padding: 0 7px 0 0;
    }
}