@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi .navi06 .top {
    color: #d90000;
}

#gNavi .navi06 a:before {
    margin-left: -41px;
    position: absolute;
    left: 50%;
    width: 82px;
    bottom: 20px;
    height: 1px;
    content: "";
    background-color: #d90000;
}

#main {
    padding: 16px 0 0;
}

#main .h2Ttl {
    margin-bottom: 26px !important;
}

#main .topTxt {
    margin-bottom: 31px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.9;
}

#main .topTxt01 {
    margin-bottom: 62px;
}

#main table {
    margin-bottom: 26px;
    width: 100%;
    border-collapse: collapse;
    word-break: break-all;
}

#main table th,
#main table td {
    text-align: left;
    vertical-align: top;
    border-bottom: 6px solid #fff;
}

#main table th {
    padding: 11px 10px 13px 19px;
    width: 31.5%;
    font-size: 1.8rem;
    border-right: 7px solid #fff;
    background-color: #d2eced;
}

#main table th .must,
#main table th .any {
    margin: -3px 10px 0 0;
    color: #fff;
    width: 44px;
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 20px;
    background-color: #3295a8;
    vertical-align: middle;
}

#main table th .any {
    background-color: #808080;
}

#main table td {
    padding: 8px 20px;
    font-size: 1.4rem;
    background-color: #f0f0f0;
}

#main table td input[type="text"],
#main table td input[type="email"],
#main table td input[type="tel"],
#main table td textarea {
    width: 100%;
    height: 36px;
    padding: 5px 10px;
    font-size: 1.4rem;
    box-sizing: border-box;
    border: 1px solid #fff;
    -webkit-appearance: none;
    border-radius: 0;
}

#main table td textarea {
    height: 192px;
}

#main table td .radioUl li {
    display: inline-block;
    font-size: 1.7rem;
    margin-right: 15px;
}

#main table td .radioUl li input[type="radio"] {
    display: none;
    padding: 0;
    height: 18px;
    width: 18px;
    vertical-align: middle;
}

#main table td .radioUl li input[type="radio"] + label {
    background: url("../img/entry/radio_bg01.png") no-repeat left center;
    display: block;
    padding: 4px 0 4px 25px;
}

#main table td .radioUl li input[type="radio"]:checked + label {
    background: url("../img/entry/radio_bg02.png") no-repeat left center;
}

#main table td .notes {
    display: block;
    color: #999;
    margin-top: 5px;
}

#main table td select {
    width: 144px;
    height: 26px;
}

#main table td .style {
    margin-top: -2px;
	width: 260px;
    height: 37px;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}

#main table td input[type="file"] {
	position: absolute;
	display: inline-block;
	filter: Alpha(Opacity=0);
	opacity: 0;
	top: 0;
	left: 0;
	cursor: pointer;
  width: 95px;
  height: 37px;
  z-index: 10;
}

#main table td .centre_upload {
	margin: -1px 0 0 5px;
	width: 94px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
	vertical-align: middle;
    box-sizing: border-box;
}

#main table td .centre_upload:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main table td .centre_upload span {
    margin-top: -1px;
	padding: 6px 10px 6px;
	display: block;
	color: #000;
    line-height: 25px;
    box-sizing: border-box;
    font-weight: bold;
	text-align: center;
	background-color: #ccc;
}

#main table td .wid01 {
    width: 237px;
}

#main .borderBox {
    margin-bottom: 29px;
    border: 3px solid #f2f2f2;
    height: 173px;
    border-right: none;
    width: 100% !important;
}

#main .borderBox .infoBox {
     padding: 32px 0 20px 35px;
}

#main .borderBox .jspVerticalBar {
    width: 11px;
}

#main .borderBox .jspContainer {
    width: 100% !important;
}

#main .borderBox .jspTrack {
    background: #f2f2f2;
}

#main .borderBox .jspDrag {
    background: #666;
}

#main .borderBox .title {
    margin-bottom: 15px;
    padding: 0 0 7px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #808080;
    line-height: 1.5;
    text-indent: 0;
    border-bottom: 2px solid #f9f9f9;
}

#main .borderBox p {
    margin-bottom: 20px;
    padding-left: 2.3em;
    line-height: 1.1;
    text-indent: -2.3em;
}

#main .txtP {
    margin-bottom: 19px;
    font-size: 1.8rem;
}

#main .checkTxt {
    margin-bottom: 37px;
    font-size: 1.8rem;
}

#main .checkTxt input[type="checkbox"] {
    display: none;
    padding: 0;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

#main .checkTxt input[type="checkbox"] + label {
    background: url("../img/entry/check_bg01.png") no-repeat left center;
    display: block;
    padding: 4px 0 4px 30px;
}

#main .checkTxt input[type="checkbox"]:checked + label {
    background: url("../img/entry/check_bg02.png") no-repeat left center;
}

#main .checkTxt input {
    margin-top: 0;
    vertical-align: middle;
}

#main .submit {
    margin-bottom: 91px;
    text-align: center;
}

#main .submit li {
    margin: 0 8px;
    display: inline-block;
    vertical-align: top;
}

#main .submit li input {
    width: 364px;
    height: 70px;
    color: #fff;
    cursor: pointer;
    padding: 0 14px 0 0;
    line-height: 68px;
    border: none;
    font-weight: bold;
    font-size: 1.8rem;
    -webkit-appearance: none;
    background: none;
    border-radius: 0;
}

#main .submit li .info {
    display: block;
    position: relative;
    transition: .3s;
    z-index: 0;
    border: 1px solid #000;
}

#main .submit li .info:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #000;
    transform-origin: left top;
    transform: scale(1,1);
    transition: transform .3s;
}

#main .submit li .info:after {
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 16px;
    background: url("../img/common/icon12.png") no-repeat;
    content: '';
    z-index: 100;
}

#main .submit li .info:hover input {
    color: #000;
}

#main .submit li .info:hover:before {
    transform-origin: right top;
    transform: scale(0,1);
}

#main .submit li .info:hover:after {
    background: url("../img/common/icon12_over.png") no-repeat;
    right: 6px;
}

#main .confirm {
    margin-bottom: 77px;
}

#main .confirm th {
    background-color: #e1e1e1;
}

#main .confirm td {
    padding: 12px 30px;
    font-size: 1.6rem;
}

#main .submit .back input {
    padding: 0 0 0 14px;
}

#main .submit .back .info:after {
    left: 16px;
    background: url("../img/common/icon11.png") no-repeat;
}

#main .submit .back .info:hover:after {
    left: 6px;
    background: url("../img/common/icon11_over.png") no-repeat;
}

#main .errorMsg {
    margin-bottom: 30px;
}

#main .errorMsg li {
    color: #ff0000;
}

@media all and (max-width: 767px) {
    #main {
        padding: 10px 0 0;
    }

    #main .h2Ttl {
        margin-bottom: 20px !important;
    }

    #main .topTxt {
        margin: 0 0 20px;
        font-size: 1.3rem;
        line-height: 1.6;
    }

    #main table {
        margin-bottom: 26px;
        width: 100%;
        border-collapse: collapse;
        word-break: break-all;
    }

    #main table th,
    #main table td {
        float: left;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 3px solid #fff;
    }

    #main table th {
        padding: 10px;
        width: 100%;
        font-size: 1.4rem;
        border-right: none;
    }

    #main table th .must,
    #main table th .any {
        margin: -3px 6px 0 0;
        width: 40px;
        font-size: 1.1rem;
        line-height: 20px;
    }

    #main table td {
        padding: 10px;
        font-size: 1.2rem;
    }

    #main table td input[type="text"],
    #main table td input[type="email"],
    #main table td input[type="tel"],
    #main table td textarea {
        font-size: 1.2rem;
    }

    #main table td textarea {
        height: 160px;
    }

    #main table td .radioUl li {
        font-size: 1.3rem;
        margin-right: 10px;
    }

    #main table td .notes {
        margin-top: 10px;
    }

    #main table td select {
        width: 50%;
    }

    #main table td .wid01 {
        width: 70%;
    }

    #main .borderBox {
        margin-bottom: 16px;
        height: 120px;
        border: 2px solid #f2f2f2;
    }

    #main .borderBox .borderBox {
        padding: 20px 0 0 15px;
    }

    #main .borderBox .title {
        margin-bottom: 10px;
        padding: 0 0 5px;
        font-size: 1.4rem;
        line-height: 1.3;
        border-bottom: 1px solid #f9f9f9;
    }

    #main .borderBox p {
        margin-bottom: 10px;
        line-height: 1.1;
    }

    #main .txtP {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }

    #main .checkTxt {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }

    #main .submit {
        margin-bottom: 50px;
    }

    #main .submit li {
        margin: 0;
        display: block;
    }

    #main .submit li input {
        width: 100%;
        height: 50px;
        padding: 0 10px 0 0;
        line-height: 48px;
        border: none;
        font-size: 1.4rem;
        background: #000 url("../img/common/icon12.png") no-repeat right 12px center;
        background-size: 7px auto;
    }

    #main .submit li input:hover {
        opacity: 1;
    }

    #main .confirm {
        margin-bottom: 37px;
    }

    #main .confirm td {
        padding: 10px;
        font-size: 1.4rem;
    }

    #main .submit {
        max-width: 400px;
        margin: 0 auto 50px;
    }

    #main .submit .back {
        margin-bottom: 10px;
    }

    #main .submit .back input {
        padding: 0 0 0 10px;
        background: #000 url("../img/common/icon11.png") no-repeat left 12px center;
        background-size: 7px auto;
    }

    #main .submit li .info:hover:before {
        display: none;
    }

    #main .submit li .info:hover input {
        color: #fff;
    }

    #main .submit li .info:after {
       display: none;
    }

    #main table td .style {
        width: 60%;
    }
}

/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
#main .headLine01 {
    margin-bottom: 75px;
}

#main .thanksTtl {
    margin-bottom: 17px;
    color: #3295a8;
    font-size: 4.0rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: -3px;
}

#main .thanksTxt {
    margin-bottom: 80px;
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.7;
}
@media all and (max-width: 767px) {
    #main .headLine01 {
        margin-bottom: 35px;
    }

    #main .thanksTtl {
        margin-bottom: 12px;
        font-size: 1.8rem;
        letter-spacing: -3px;
    }

    #main .thanksTxt {
        margin-bottom: 40px;
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: -1px;
    }
}

@media all and (-ms-high-contrast:none){
    #main table td input[type="text"], #main table td input[type="email"], #main table td input[type="tel"], #main table td textarea {
        padding: 6px 10px 3px;
    }

    #main table td .centre_upload span {
        padding: 7px 10px 1px;
        line-height: 29px;
    }

    #main .submit li input {
        line-height: 75px;
    }

    #main table th .must, #main table th .any {
        padding: 4px 0 0;
        line-height: 1.35;
    }

    #main table td .radioUl li input[type="radio"] + label {
        background: url("../img/entry/radio_bg01.png") no-repeat left 5px;
        display: block;
        padding: 4px 0 4px 25px;
    }

    #main table td .radioUl li input[type="radio"]:checked + label {
        background: url("../img/entry/radio_bg02.png") no-repeat left 5px;
    }

    #main .checkTxt input[type="checkbox"] + label {
        background: url("../img/entry/check_bg01.png") no-repeat left 5px;
    }

    #main .checkTxt input[type="checkbox"]:checked + label {
        background: url("../img/entry/check_bg02.png") no-repeat left 5px;
    }
}
