@charset "UTF-8";

/* header
---------------------------------------------------------- */
#header { border-bottom: 3px solid #ccc; }
#header .inner { max-width: 1200px; margin: 0 auto; padding: 20px 24px; }
#header .header-logo { float:left;}
#header .header-logo2 { float:right;}
#header .header-logo a { display:inline-block; }
#header .header-logo img { width: 100%; }
@media screen and (max-width: 1024px) {
    #header { border-bottom: 1px solid #e8e8e8; }
    #header .inner { padding: 15px 13px; }
    #header .header-logo a.noritake img { width:88px; }
    #header .header-logo2 a.itron img { width:64px; }
}


/* footer
---------------------------------------------------------- */
#footer { position: relative; border-top: 1px solid #e8e8e8; }
#footer .inner { max-width: 1200px; margin: 0 auto; padding: 20px 30px 80px 25px; }
#footer .copy { float: left; font-family: "Lato", sans-serif; }
#footer .link { float: right; }
#footer .link li { display: inline-block; padding: 0 20px; }
#footer .link li:last-child { padding: 0 0 0 20px; border-left: 1px solid #e8e8e8; }
@media screen and (max-width: 1024px) {
    #footer { border-top: none; }
    #footer .inner { max-width: 100%; padding: 0; }
    #footer .copy { float: none; height: 65px; padding: 26px 0 0; text-align: center; }
    #footer .link { float: none; text-align: center; border-top: 1px solid #e8e8e8; }
    #footer .link li { display: block; padding: 0; border-bottom: 1px solid #e8e8e8; }
    #footer .link li:last-child { padding: 0; border-left: none; }
    #footer .link li a { display: block; height: 65px; padding-top: 28px; }

}


/* -------------------------------------------------------------------------
	itromate.css
------------------------------------------------------------------------- */
.section-in-w740 {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .section-in-w760 {
        width: 100%;
    }
}

.c-heading-lv2 {
    font-size: 40px;
    margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
    .c-heading-lv2 {
        margin-bottom: 50px;
    }
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

.table-form {
    width: 100%;
    margin: 25px 0;
    border-top: 1px solid #e8e8e8;
}

.table-form th {
    width: 220px;
    padding-top: 21px;
    vertical-align: top;
}

.table-form-confirm th {
    padding: 20px 0;
}

.table-form th, .table-form td {
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    line-height:1.8;
}

.table-form td > div {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom:20px;
    margin-bottom:20px;
}

.table-form td div:last-child {
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:0;
}

.table-form td li {
    margin-bottom:5px;
}

.table-form td li:last-child {
    margin-bottom:0;
}

.table-form td {
    padding: 20px 0;
}

.table-form th span {
    margin-left: 10px;
}

.icn-req {
    color: #ff0000;
    margin-left: 10px;
}

.icn-opt {
    margin-left:10px;
}

.table-form .wfull {
    width: 100%;
}

.table-form .wmiddle {
    max-width: 230px;
}

.table-form .wtel {
    max-width: 80px;
}

.table-form .post01 {
    max-width: 80px;
    margin-left: 10px;
}

.table-form .post02 {
    max-width: 120px;
    margin-right: 10px;
}

.table-form .post03 {
    max-width: 144px !important;
    margin: 0 20px 0 10px;
}

.table-form .post03:last-child {
    margin-right:0;
}

.table-form .post04 {
    max-width: 63px !important;
    margin: 0 10px;
}

.table-form label + label {
    margin-left:50px;
    display:inline-block;
}

.table-form .checkbox li {
    margin-bottom: 10px;
}

.table-form .radio01 li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.table-form .radio01 li p {
    margin-top: 5px;
    padding-left: 20px;
}

.table-form .radio02 li {
    margin-bottom: 10px;
}

.table-form small {
    font-size: 14px;
}

.table-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #eee inset;
}

.table-form input[type=text], input[type=email], input[type=password], select, textarea {
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width:374px;
    width:100%;
}

.table-form textarea {
    max-width:100%;
}

.table-form input[type=text], input[type=email], input[type=password],textarea {
    width: 100%;
    padding: 6px 10px 6px;
    background: #eee;
}

textarea {
    height:150px;
}

.table-form select {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 6px 10px 4px;
    cursor: pointer;
    vertical-align: middle;
    background: none transparent;
    background: #eee;
}

.table-form select::-ms-expand {
    display: none;
}

.table-form .select-wrap {
    position: relative;
}

.table-form .select-wrap:before {
    z-index: 2;
    position: absolute;
    top: 14px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    content: "";
    pointer-events: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.table-form input[type="radio"],
.table-form input[type="checkbox"] {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: bottom;
    line-height: 1;

    position: relative;
    width: 16px;
    height: 16px;
    vertical-align: -0.2em;
    margin: auto 10px auto 0;
}

.table-form input[type="radio"] {
    border: 1px solid #857d7d;
    border-radius: 30px;
    background: #ffffff;
}

.table-form input[type="checkbox"] {
    border-radius: 2px;
    background: #fff;
    border:1px solid #857d7d;
}

.table-form input[type="radio"]:checked:after,
.table-form input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.table-form input[type="radio"]:checked:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #857d7d;
    border-radius: 30px;
}

.table-form input[type="checkbox"]:checked:after {
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #857d7d;
    border-bottom: 3px solid #857d7d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.table-form input[type=button] {
    position: relative;
    width: auto;
    height: 36px;
    padding: 0 20px;
    cursor: pointer;
    text-decoration: none;
    font-family: "Noto Sans Japanese";
    line-height: 1.4285;
    color: #fff;
    border-radius: 3px;
    background-color: #aaa;
    border: none;
}

.table-form #err {
    margin-top: 5px;
}

.link-underline {
    color:#0059af;
    text-decoration:underline;
}

.form-text {
    padding:30px;
    border-bottom:1px solid #e8e8e8;
    text-align:center;
    margin-bottom:35px;
}

.form-text p {
    line-height:2;
}

.form-text p + p {
    margin-top:20px;
}

.form-text a {
    color:#0059af;
    text-decoration:underline;
}

.form-text a:hover {
    opacity:.7;
    text-decoration:none;
}

.submit-wrap2 {
    margin: 30px auto;
}

.submit-wrap2 .c-btn, .submit-wrap2 .c-btn-white ,.submit-wrap2 .c-btn-white2 {
    width: 350px;
    margin: 0 auto;
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 18px;
    font-weight:200;
    transition:.3s;
}

.submit-wrap2 .c-btn-h60 {
    line-height:60px;
}

.submit-wrap2 .c-btn-white {
    border: 1px solid #b2b2b2;
}

.submit-wrap2 .c-btn-white2 {
    background:#f5f5f5;
    border: 1px solid #b2b2b2;
}

.submit-wrap2 .c-btn-white:hover,.submit-wrap2 .c-btn-white2:hover {
    opacity:.7;
}

.submit-wrap2 li + li {
    margin-top: 20px;
}

.c-box-em {
    background: #f5f5f5;
    text-align: center;
    padding: 30px 10px;
    line-height:1.7;
}

.c-box-em p {
    display: inline-block;
    text-align: left;
}

.c-box-em .submit-wrap2 {
    margin-bottom:0;
}

.table-form #btn-address {
    background: #b2b2b2;
    color: #fff;
    margin-left: 20px;
    height: 26px;
    line-height: 26px;
    width: 79px;
    padding:0;
    text-align:center;
}

@media screen and (max-width: 767px) {
    .c-heading-lv2 {
        font-size:30px;
    }

    .table-form th, .table-form td {
        display: block;
        width: 100%;
    }

    .table-form th {
        border-bottom: none;
    }

    .table-form-confirm th {
        padding: 20px 0 0;
    }

    .table-form td {
        padding-top:10px;
    }

    .table-form-confirm .sp_address td {
        border-bottom: none !important;
    }

    .table-form-confirm .sp_address02 td {
        padding: 0 0 20px;
    }

    .table-form .wmiddle {
        max-width: 100%;
    }

    .table-form label + label {
        margin-left:20px;
    }

    .table-form .post03 {
        max-width: 122px !important;
        margin: 0 10px 0 7px
    }

    .table-form .post04 {
        margin:0 5px;
    }

    .form-text {
        padding:10px 20px 30px;
    }

    .table-form input[type=text], input[type=email], input[type=password], select, textarea {
        max-width:100%;
    }
}

@media screen and (max-width: 400px) {
    .c-heading-lv2 {
        font-size:22px;
    }

    .submit-wrap2 .c-btn, .submit-wrap2 .c-btn-white ,.submit-wrap2 .c-btn-white2 {
        width:90%;
        min-width:260px;
    }

}


/* LOGIN
-------------------------------------------------- */

#msg {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
}

#msg p {
    color: #0059af;
    font-weight:bold;
}

.box-login {
    background: #f5f5f5;
    text-align: center;
    line-height:1.6;
}

.box-login-in {
    padding: 40px 0;
    max-width: 550px;
    margin: 0 auto;
}

.box-login + .box-login {
    margin-top: 10px;
}

.box-login h3.bold {
    margin-bottom: 20px;
}

.box-login .box-msg {
    margin-bottom: 20px;
}

.box-login table {
    width: 460px;
    margin: 0 auto 20px;
}

.box-login .table-form2 th {
    width: 120px;
    padding: 5px 0;
    text-align: left;
}

.box-login .table-form2 td {
    width: 340px;
    padding: 7px 0;
}

.box-login .table-form2 td input {
    width: 100%;
}

.box-login .table-form2 input[type=text], .box-login .table-form2 input[type=email], .box-login .table-form2 input[type=password] {
    background:#fff;
    border:1px solid #b2b2b2;
    padding:6px 10px 4px;
}

.box-login .wysiwyg-area {
    text-align: center;
}

.box-login .wysiwyg-area ul {
    display: inline-block;
    text-align: left;
}

.box-login .wysiwyg-area li {
    margin-bottom: 5px;
}

.box-login .wysiwyg-area li:last-child {
    margin-bottom: 0;
}

.box-login .wysiwyg-area ul a {
    color: #000;
    text-decoration: underline;
    transition:.3s;
}

.box-login .wysiwyg-area ul a:hover {
    opacity:.7;
    text-decoration:none;
}


@media screen and (max-width: 767px) {
    .box-login {
        padding:20px;
    }
    .box-login table {
        max-width:100%;
        width:100%;
    }
    .box-login .table-form2 th,.box-login .table-form2 td {
        width: 100%;
        display:block;
    }
    #msg p {
        font-size:16px;
        padding:0 10px;
    }
}

/* COMPLETE
-------------------------------------------------- */
.sec-complete-text p {
    margin-bottom:30px;
    line-height:1.7;
}



