@charset "utf-8";

.sp{display: none;}
@media screen and (max-width: 800px){
	.sp{display: block;}
}

.bid_user{
	font-size: 18px;
	padding: 20px 0;
}
.bid_user a{
	font-weight: bold;
}

input[type="email"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"]{
	box-sizing: border-box;
    padding: 0 0.5em;
}
.input-page-block{
	max-width: 918px;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 15px -2px rgb(0 0 0 / 20%);
}
.regist-tbl input[type="email"],
.regist-tbl input[type="text"],
.regist-tbl input[type="password"],
.regist-tbl input[type="number"],
.regist-tbl input[type="tel"],
.regist-tbl-b input[type="email"],
.regist-tbl-b input[type="text"],
.regist-tbl-b input[type="password"],
.regist-tbl-b input[type="number"],
.regist-tbl-b input[type="tel"]{
    height: 40px;
    width: 445px;
    background: #fff;
    border:1px solid #ccc;
    padding:0 1em !important;;
}
.regist-tbl-b input[type="number"]{
	padding-right: 0px;
}

input.input-a{
    max-width: 357px;
}
input.input-b{
    max-width: 222px;
}
input.input-c{
    max-width: 113px;
}
input.input-d{
    max-width: 278px;
}
input.input-e{
    max-width: 500px;
}
input.input-f{
    max-width: 200px;
}

input.input{
    height: 34px;
    width: 318px;
    border:1px solid #ccc;
    padding:0 1em;
    font-size: 1.4rem;
}

input.input.bg{
    background: #F7F7F7;
}

input.input.type-a{
    max-width: 209px;
}

textarea.textarea-a{
	width: 100%;
	max-width: 660px;
	height: 80px;
}
textarea.textarea-b{
	width: 100%;
	max-width: 660px;
	height: 160px;
}
textarea.textarea-c{
	width: 100%;
	max-width: 900px;
	height: 220px;
}

/*
マイページ
*/

.parent-tab{
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.parent-tab::after{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom:0;
    left:0;
    background: #ccc;
    z-index: -1;
}

.parent-tab>li{
    width: calc((100% - 6px ) / 2);
    border-bottom: 0;

}

.parent-tab>li>a{
    position: relative;
    display: block;
    padding:12px 20px;
        text-decoration: none;
    color:#666666;
    font-size: 20px;
	font-weight: bold;
    text-align: center;
    border:1px solid #ccc;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: linear-gradient(to top, #ECECEC 0%, #FFFFFF 100%);
}

.parent-tab>li.active>a::after{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    left:0;
    bottom: -1px;
}

.parent-tab>li.active>a{
    position: relative;
    font-weight: bold;
    color:#000;
    background: linear-gradient(to top, #FFFFFF 0%,#ECECEC 100%);

}


.child-tab {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    padding: 20px 35px 0;
    background: #E4E4E4;
}

.child-tab >a{
    width: 24.7%;
    display: block;
    padding:15px 10px 10px;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background:#F4F4F4;
    text-align: center;
    color:#666666;
}
.child-tab.line5 >a{
	width: 19.7%;
}

.child-tab a.active{
    position: relative;
    background: #FFF;
    color:#000;
}


.child-tab a>span{
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.child-tab a>strong{
    font-size: 24px;
}
@media screen and (max-width:1340px){
	.child-tab >a{
		padding: 15px 5px 10px;
	}
	.child-tab a>span{
		font-size: 12px;
	}
}


@media screen and (max-width:1100px){
    .parent-tab{
        margin-bottom: 10px;
    }

    .parent-tab>li>a {
        padding: 5px 10px;
        font-size: 15px;
        font-weight: bold;
    }

    .child-tab {
        margin-bottom: 30px;
        padding: 10px 8px 0;
    }

    .child-tab a {
        width: 24%;
        padding: 5px 5px 2px;
    }

    .child-tab a>span {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        min-height: 3.1em;
    }

    .child-tab a>strong {
        font-size: 18px;
    }
}
@media screen and (max-width: 420px){
	.child-tab a>span {
		font-size: 2vw;
	}
}

.headline-no-auction{
    font-size: 24px;
	font-weight: bold;
	color: #DF1B13;
	margin-top: -1em;
	margin-bottom: 0.5em;
}

.table-search{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.table-search-ttl{
    font-size: 24px;
    margin-right: 1em;
}

.table-search-input{
    padding-right: 10px;
}
.table-search-input input[type="text"]{
	height: 34px;
	font-size: 13px;
}

.table-search-btn{
    margin-top: -1px;
}

.mypage-head{
    display: flex;
    justify-content: space-between;
    flex-direction:row-reverse;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.mypage-head.reverse-no{
    flex-direction:row;
}

.mypage-head .btn-yellow-l{
    display: block;
}

.mypage-comment{
	display: flex;
	align-items: flex-end;
}
.mypage-comment dl{
	display: flex;
	align-items: flex-end;
	font-size: 14px;
	padding-right: 1.42em;
}
.mypage-comment dl dt{
	font-weight: bold;
	line-height: 25px;
}
.mypage-comment dl dd{
	padding-left: 1em;
}
.mypage-comment dl dd a{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 0.2em;
}
@media screen and (max-width: 1200px){
	.mypage-comment{
		display: block;
	}
}

.mypage-list-ttl{
    font-size:24px;
    margin-bottom: 10px;
}

.mypage-list-msg{
    font-size:20px;
    color:#DF1B13;
    font-weight: bold;
    margin-bottom: 20px;
}



.mypage-order{
    display: flex;
    align-items: center;
}

.mypage-order-ttl{
    font-size: 16px;
    margin-right: 10px;
}

.mypage-order-box {
    margin-top: -3px;
}

.mypage-block{margin-bottom: 60px;}
.mypage-block *{
	box-sizing: border-box;
}
.status-reputup{
	background: #DF1C13;
	color: #fff;
	padding: 0.1em 1em;
	white-space: nowrap;
}

.data-tbl{
	border-top: 1px solid #000;
    border-collapse: collapse;
    width: 100%;
}

.data-tbl thead{
    background: #EEEEEE;

}
.data-tbl thead th{
    padding: 12px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.data-tbl thead th>span{
    display: block;
    padding: 0 2em;
    white-space: nowrap;
    border-left:1px solid #000;
}
.data-tbl.type2 thead th>span{
	padding: 0 1em;
}

.data-tbl thead tr th:nth-child(1)>span{
    border-left:0;
}

.data-tbl tbody td{
    text-align: center;
    padding: 18px 5px;
    vertical-align: middle;
    font-size: 14px;
}
.data-tbl.comment tbody td{
    padding: 18px 15px;
}

.data-tbl tbody td .btn-yellow{
    display: block;
    margin: 0 auto 5px;
}
.data-tbl tbody td img{
	margin: 0 10px;
}
.data-tbl tbody td>a.goods{
    display: inline-block;
    max-width: 155px;
}

.data-tbl tbody tr{
    border-bottom: 1px solid #CCCCCC;
}
.data-tbl-goods{
	text-align: left;
	padding: 0 2em;
}

.data-tbl .check-group3{
    display: inline-block;
}


.data-tbl .check-group3 label{
    padding-right: 0;
}

.data-tbl .check-group3 span{
    height: 1em;
    padding-left: 0;
    width:18px;
}

.data-tbl .input-tbl{
    width: 157px;
    height: 34px;
    font-size: 14px;
    text-align: right;
}

.data-tbl .bid-num{
    font-weight: bold;
    font-size: 16px;
}
.data-tbl .bid-extention{
	display: inline-block;
	background:#D9A300;
	font-size: 12px;
	color: #fff;
	padding: 0.1em 0.5em;
}
.data-tbl .bid-reject{
	display: inline-block;
	background:#3CA2C3;
	font-size: 12px;
	color: #fff;
	padding: 0.1em 0.5em;
}

.data-tbl .person{

}

.data-tbl-image{
	position: relative;
}
	.data-tbl-image .bid-update,
	.data-tbl-image .bid-upper{
		background: #0085B2;
		position: absolute;
		bottom: 0px;
		left: 10px;
		width: 100px;
		height: 23px;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		color: #fff;
	}
	.data-tbl-image .bid-update{
		background: #FF5C26;
	}

.mypage-select-all{
    display: flex;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.mypage-out{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}


.mypage-out-box{
    margin-right: 15px;
}
.mypage-out-box .select-label2{
    min-width:152px;
}
.mypage-out-ttl{
    font-weight: bold;
    font-size: 14px;
    margin-right: 1em;
}

.mypage-select-check{
    padding-right: 1em;
}
.data-tbl-ope{
	padding: 0 1.5em;
}
.data-tbl-ope button,
.data-tbl-ope a{
    margin-top: 5px;
}
.data-tbl-ope button:first-child,
.data-tbl-ope a:first-child{
	margin-top: 0;
}

.mypage-note{
    border:4px solid #DF1C13;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.mypage-note-box1{
    font-size: 20px;
    color: #DF1C13;
    font-weight: bold;
    padding: 10px 15px;
}
.mypage-note-box2{
    padding: 10px 20px;
}
.mypage-note-btn{
    width: 117px;
    height: 31px;
    line-height: 31px;
    color:#fff;
    background: #DF1C13;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.data-tbl-box em{
    color:#DF1C13;
}

.data-tbl-box .box2 .price{
    display: block;
    padding: 0 10px 0 10px;
    margin:0 auto;
    text-align: right;
	white-space: nowrap;
}

.mypage-tbl-btn{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.mypage-tbl-btn a,
.mypage-tbl-btn button{
    margin: 0 15px;
}

.data-tbl-flex{
	display: flex;
	justify-content: center;
}
.data-tbl-flex a,
.data-tbl-flex button{
	margin: 5px;
}

@media screen and (max-width: 1550px){
	.data-tbl thead th>span{
		padding: 0 1em;
	}
	.data-tbl-goods{
		padding: 0 2em;
	}
    .data-tbl .input-tbl {
        width: 120px;
    }
}
@media screen and (max-width: 1450px){
	.data-tbl-goods{
		padding: 0 1em;
	}
    .data-tbl.type2 thead th{
		font-size: 12px;
	}
    .data-tbl.type2 thead th>span {
        padding: 0 0.5em;
	}
}
@media screen and (max-width:1300px){
    .data-tbl thead th{
        font-size: 14px;
    }

    .data-tbl tbody td{
        font-size: 12px;
    }
    .data-tbl thead th>span {
        padding: 0 0.5em;
    }
	.data-tbl-goods{
		padding: 0 1em;
	}
}

@media screen and (max-width:800px){
	.headline-no-auction{
        font-size: 20px;
		margin: -1em auto 0.5em;
	}
    .table-search{
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .table-search-ttl {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .table-search-input{
        text-align: center;
        margin-bottom: 10px;
    }
        .table-search-input .select-label2{
            display: block;
            width: 100%;
        }

    .table-search-btn{
        width:100%;
        text-align: center;
    }
    .table-search-btn .btn-b{
        display: block;
        margin:  0 auto;
    }


    .mypage-out-box{
        margin-right: 10px;
    }


    .mypage-head {
        margin-top: 30px;
        display: block;
        margin-bottom: 10px;
    }

	.mypage-comment{
		margin-bottom: 10px;
	}

    .data-tbl,
    .data-tbl tbody,
    .data-tbl tbody tr,
    .data-tbl tbody th,
    .data-tbl tbody td{
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
    }

    .mypage-head .btn-yellow-l{
        display: block;
        margin: 0 auto;
    }
	.put-btn-block{
		margin-bottom: 15px;
	}


    .data-tbl{
        border-left:1px solid #ccc;
    }

    .data-tbl thead{
        display: none;
    }
    .data-tbl tbody{
        display: flex;
        flex-wrap:wrap;
    }

    .data-tbl tbody tr{
        position: relative;
        width: 50%;
        padding: 15px 10px 15px;
        border-top:1px solid #ccc;
        border-right:1px solid #ccc;
        margin-top: -1px;
    }

    
    .data-tbl tbody td{
        margin-bottom: 5px;
    }

    .data-tbl-goods{
        display: block;
        min-height: 3em;
        font-size: 12px;
        width: 100%;
		padding: 0 0.5em;
    }

    .data-tbl .input-tbl {
        width: 106px;
        height: 34px;
        font-size: 13px;
        padding: 0 0.5em;
        text-align: right;
    }

    .data-tbl .btn-yellow-t {
        position: relative;
        display: block;
        margin: 0 auto;
    }

    .data-tbl-ope{
/*
        position: absolute;
        width: 100%;
        left:0;
        bottom:0;
        padding-bottom: 15px;
*/
		width: 100%;
        padding: 15px 0 0;
    }
	.data-tbl-ope button{
		margin: 0 auto 5px;
	}

    .data-tbl-box{
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 200px;
        margin: 0 auto;
        width: 100%;
    }


    .data-tbl-box .box1{
        width:70px;
        font-size: 11px;
        text-align: left;
    }
    .data-tbl-box .box2{
        text-align: right;
        width:calc(100% - 70px);
    }

    .data-tbl-box .box2 .price{
        padding:  0;
    }


    .deta-tbl-ope{
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .deta-tbl-ope .box1{
        margin-right: 10px;
    }



    .mypage-order{
        margin-bottom: 20px;
    }

    .mypage-order-ttl {
        font-size: 14px;
        margin-right: 10px;
        width: 60px;
        flex-wrap:wrap;
    }

    .table-search-input {
        padding-right: 0;
    }

    .mypage-out{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .mypage-out-ttl {
        width: 100%;
        white-space: nowrap;
        font-weight: bold;
        font-size: 11px;
        margin-right: 0.5em;
        margin-bottom: 5px;
    }


    .mypage-select-all{
        font-size: 12px;
    }


    .mypage-order-box{
        margin-bottom: 0px;
    }

    .mypage-order-box .btn-red-s,
    .mypage-order-box .btn-black-s{
        min-width: 85px;
    }

    .mypage-out-btn .btn-red-s,
    .mypage-out-btn .btn-black-s{
        min-width: 0;
        width: 65px;
        padding: 0;
        font-size: 12px;
    }

    .mypage-list-ttl{
        font-size:20px;
        margin-bottom: 10px;
    }

    .mypage-list-msg{
        font-size:18px;
        color:#DF1B13;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .mypage-note{
        display: block;
    }

    .mypage-note-box1{
        font-size: 14px;
        color: #DF1C13;
        font-weight: bold;
        padding: 10px 15px 5px;
    }
    .mypage-note-box2{
        text-align: center;
        padding: 0px 20px 10px;
    }
    .mypage-note-btn {
        display: inline-block;
    }
}


.mypage-note-list{

    font-size: 14px;
    margin-bottom: 20px;
}
.mypage-note-list>li{
    position: relative;
    padding-left: 1.3em;
    margin-bottom: 0.5em;
}
.mypage-note-list>li::after{
    content:"※";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}


.mypage-head-ttl {
    position: relative;
    font-size: 18px;
    padding-left: 25px;
}

.mypage-head-ttl::after{
    position: absolute;
    content:"";
    width: 0;
    height: 0;
    left:0;
    top:6px;
    border-style: solid;
    border-width: 9px 8px 0 8px;
    border-color: #DF1C13 transparent transparent transparent;
}


.mypage-head-csv{
    position: relative;
    text-align: right;
}


.mypage-head2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

@media screen and (max-width:1100px){

    .mypage-head2{
        display: block;
        margin-bottom: 20px;
    }

    .mypage-btn-list{
        display: flex;
        margin:20px 0 30px;
        text-align: center;
    }

    .mypage-btn-list>li{
        margin-bottom: 10px;
    }

    .mypage-btn-list button{
        display: block;
        margin:  0 auto 10px;
    }

    .mypage-note-list>li {
        font-size: 13px;
    }


}




.estimate-block .data-tbl tbody tr{
    padding: 15px 10px 15px;
}

.estimate-tbl{
    background: #F7F7F7;
    padding:15px 20px 25px;
    display: flex;
    flex-direction:row-reverse;
}

.estimate-tbl-body{
    max-width: 456px;
	width: 100%;
}

.estimate-tbl-tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #CCCCCC;
}

.estimate-tbl-tr dd{
    font-size: 20px;
}

.estimate-tbl-sum{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    border-top:1px solid #000;
    padding: 20px;
}

.estimate-tbl-sum dd{
    font-size: 20px;
}

.estimate-tbl-msg{
    font-size: 13px;
}

.mypage-btn-list{
    display: flex;
}

.mypage-btn-list>li{
    margin-right: 1vw;
}

.mypage-btn-list>last-child{
    margin-right: 0;
}

@media screen and (max-width:1200px){

    .mypage-head-ttl {
        font-size: 16px;
        padding-left: 20px;
    }

}

@media screen and (max-width:800px){

    .estimate-tbl {
        display: block;
    }

    .estimate-tbl-body {
        display: block;
        margin:0 auto;
    }

    .mypage-btn-list{
        display: block;
    }

    .mypage-btn-list>li,
    .mypage-btn-list>li:last-child {
        margin-right: 0;
    }

    .estimate-tbl-tr {
        padding: 10px 7px;
    }

    .estimate-tbl-tr dd {
        font-size: 18px;
    }

    .estimate-tbl-sum dd {
        font-size: 18px;
    }

    .estimate-tbl-sum {
        padding: 10px 5px;
    }

    .estimate-tbl-msg {
        font-size: 11px;
    }
}










/*regist-main*/

.regist-main-msg{
    margin-bottom: 10px;
}
.regist-main-block{
    max-width: 800px;
    margin: 0 auto 0px;
    font-size: 14px;
}

.regist-main-block .out{
    padding: 9px 1em;
    border:1px solid #eee;
    margin-bottom: 20px;
		background: #eee;
		color: #000;
}


.regist-main-block input[disabled]{
    border:1px solid #f6f6f6;
}

	.regist-tbl .td input:disabled{
		background: #eee;
		color: #000;
	}




.regist-main-block em{
    color: #DF1B13;
    padding: 0 0.2em;
    font-size: 16px;
}

.regist-main-group{
    border-top:1px solid #DDDDDD;
    padding-top: 20px;
    padding-bottom: 20px;
}
.regist-main-group:first-child{
	border-top: none;
}

.regist-main-group.pdn{
    padding-top: 30px;
}

.regist-tbl .hyphen{
    padding: 0 0.5em;
}

.regist-tbl .tr{
    display: flex;
}

.regist-tbl .th {
    padding: 8px 8px 8px 35px;
    width: 242px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}


.regist-tbl .note{
   color: #777777;
   font-weight: normal;
}

.regist-tbl .pdn20{
    padding-top: 20px;

}

.regist-tbl .mgn0{
    margin-bottom: 0;
}

.regist-tbl .td{
    width: calc(100% - 242px);
    padding:0px 40px 0px 0;
}

.regist-tbl-radio{
    padding: 9px 0;
    margin-bottom: 20px;
}

.regist-tbl-box1{
    margin-bottom: 20px;
}

.regist-tbl-box1 .radio-group{
}

.regist-tbl-box2{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.regist-tbl-box2 .cel1{
    width: 88px;
}
.regist-tbl-box2 .cel2{
    width: calc(100% - 88px);
}


.regist-tbl-box3{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}


.regist-tbl-box4 {
    padding-top: 10px;
    margin-bottom: 24px;
}


.regist-tbl-box5{
    display: flex;
    margin-bottom: 20px;
}

.regist-tbl-box5 .cel1{
    width: 165px;
    padding-top: 9px;
}
.regist-tbl-box5 .cel2{
    width: calc(100% - 165px);
}

.radio-group-bank{
    padding-top: 10px;
}

.radio-group-bank .radio-group{
    margin-bottom: 15px;
}

.regist-tbl-box6 {
    margin-top: 8px;
    margin-bottom: 20px;
}

.regist-tbl-upload{
    margin-top: 9px;
}

.regist-tbl-upload .note-list{
    margin-top: 10px;
}
.regist-tbl-upload .note-list>li{
    position: relative;
    padding-left: 1.2em;
    font-size: 14px;
    margin-bottom: 10px;
}
.regist-tbl-upload .note-list>li>i{
    position: absolute;
    left:2px;
    top:0;
}

.regist-privacy{
    display: flex;
    justify-content: center;
    text-align: center;
     border-top:1px solid #DDDDDD;
    padding: 50px 0;
}

.regist-privacy .check-group2 label {
    white-space: normal;
    padding-right: 0;
}




@media screen and (max-width:1100px){

    .regist-main-block{
        max-width: 800px;
        margin: 0px auto 0;
    }

    .regist-main-group{
        border-top:1px solid #DDDDDD;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .regist-main-group.pdn{
        padding-top: 20px;
    }

    .regist-tbl .tr{
        display: block;
    }

    .regist-tbl .th {
        padding: 0 0 10px;
        width: 100%;
        font-size: 14px;
    }

    .regist-tbl .td{
        width: 100%;
        padding:0px 15px 10px;
    }

    .regist-tbl-radio{
        padding: 0;
        margin-bottom: 15px;
    }

    .regist-tbl-box1{
        margin-bottom: 15px;
    }
    .regist-tbl-box2{
        display: block;
        margin-bottom: 15px;
    }

    .regist-tbl-box2 .cel1{
        width:100%;
        margin-bottom: 5px;
    }
    .regist-tbl-box2 .cel2{
        width:100%;
    }


    .regist-tbl-box3{
        display: flex;
        margin-bottom: 15px;
        align-items: center;
    }


    .regist-tbl-box4 {
        padding-top: 9px;
        margin-bottom: 15px;
    }


    .regist-tbl-box5{
       display: block;
        margin-bottom: 15px;
    }

    .regist-tbl-box5 .cel1{
        width:100%;
        padding-top: 0px;
        margin-bottom: 5px;
    }
    .regist-tbl-box5 .cel2{
        width: 100%;
    }

    .radio-group-bank{
        padding-top: 15px;
    }

    .radio-group-bank .radio-group {
        margin-bottom: 10px;
    }

    .regist-tbl-box6 .check-group2{
        display: block;
    }
    .regist-tbl-box6 .check-group2 label{
        display: block;
        margin-bottom: 12px;
    }
    .regist-tbl-box6 {
    margin-top: 11px;
    margin-bottom: 20px;
    }

    .regist-tbl-upload{
        margin-top: 9px;
    }

    .regist-tbl-upload .note-list{
        margin-top: 15px;
    }
    .regist-tbl-upload .note-list>li{
        position: relative;
        padding-left: 1.2em;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .regist-tbl-upload .note-list>li>i{
        position: absolute;
        left:2px;
        top:0;
    }

    .regist-privacy{
        padding: 30px 0 15px;
    }

    .regist-privacy .check-group2 label{
        white-space: normal;
    }

    .regist-tbl-box4 .check-group label{
        white-space: normal;
        padding-right: 0;
    }

    
     .regist-tbl-radio .radio-group{
        display: block;
    }

    .regist-tbl-radio .radio-group label{
        margin-bottom: 12px;
        width: 100%;
        display: block;
    }

    .regist-main-block .out {
        padding: 6px 1em;
        margin-bottom: 15px;
    }

}

/*
登録テーブルB
*/
.regist-tbl-b{
	border: 1px solid #D6D6D6;
	border-bottom: none;
	margin-bottom: 62px;
}
.regist-tbl-b *{
	box-sizing: border-box;
}
.regist-tbl-b.bg{
	background: #fff;
}
.regist-tbl-b .tr{
	position: relative;
    display: flex;
	border-bottom: 1px solid #D6D6D6;
}

.regist-tbl-b .th {
	background: #f9f9f9;
    padding: 20px 10px 20px 30px;
    width: 250px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
	box-sizing: border-box;
}
.regist-tbl-b .th em{
    color: #DF1B13;
    padding: 0 0.2em;
    font-size: 16px;
}
.regist-tbl-b .td{
    width: calc(100% - 250px);
    padding: 12px 12px 12px 40px;
	box-sizing: border-box;
}
	.regist-tbl-b-box1{
	    display: flex;
	    align-items: center;
	}
	.regist-tbl-b-box1 .cel1{
	    width: 270px;
	}
	.regist-tbl-b-box1 .cel2{
		display: flex;
		flex-wrap: wrap;
	    align-items: center;
	    width: calc(100% - 270px);
	}
	.regist-tbl-b-box1 .cel2 input{
		background: #eee;
	}
	.regist-tbl-b .td input:disabled{
		background: #eee;
		color: #000;
	}
	.regist-tbl-b .td .out{
		background: #eee;
		border: 1px solid #ccc;
		width: 100%;
		max-width: 660px;
		min-height: 40px;
		padding: 0.5em 1em;
	}
	.regist-tbl-b-box1 .cel2 strong{
		display: inline-block;
		padding-right: 0.75em;
	}
	.regist-tbl-b-box1 .cel2>div:nth-child(2){
		font-size: 	12px;
		padding: 5px 12px;
	}
	.regist-tbl-b .td .radio-group{
		padding: 8px 0 3px;
	}

#upload-form{
	position: relative;
	width: 370px;
	max-width: 100%;
	margin-bottom: 5px;
}
#upload-form input{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#upload-form label{
	display: flex;
	align-items: center;
	cursor: pointer;
}
#upload-form label span:nth-child(1){
	display: block;
	background: #eee;
	border: 1px solid #ccc;
	width: 223px;
	height: 38px;
	padding-left: 35px;
	line-height: 36px;
	box-sizing: border-box;
}
#upload-form label span:nth-child(2){
	padding-left: 12px;
	font-size: 14px;
	white-space: nowrap;
}
#image-area{
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	padding-bottom: 10px;
}
#image-area li{
	position: relative;
	padding: 3px;
	width: 200px;
}
	#image-area li img{ max-width: 100%; }
#image-area li .img-delete{
	position: absolute;
	right: -3px;
	top: -10px;
	cursor: pointer;
	text-indent: 200%;
	white-space: nowrap;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #DF1C13;
	border-radius: 50%;
	background: #fff;
}
#image-area li .img-delete::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 13px;
	width: 2px;
	height: 80%;
	background: #DF1C13;
	transform: translate(0,-50%) rotate(45deg);
}
#image-area li .img-delete::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 13px;
	width: 2px;
	height: 80%;
	background: #DF1C13;
	transform: translate(0,-50%) rotate(-45deg);
}

@media screen and (max-width: 1300px){
	.regist-tbl-b .th {
		padding: 20px 10px 20px 15px;
		width: 240px;
	}
	.regist-tbl-b .td{
		width: calc(100% - 240px);
	}
	.regist-tbl-b-box1 .cel1{
		width: 200px;
	}
	.regist-tbl-b-box1 .cel2{
		width: calc(100% - 200px);
	}
	.regist-tbl-b-box1 input.input-f{
		width: 150px;
	}
}
@media screen and (max-width: 1125px){
	.regist-tbl-b-box1{
		display: block;
	}
	.regist-tbl-b-box1 .cel1,
	.regist-tbl-b-box1 .cel2{
		width: 100%;
	}
	.regist-tbl-b-box1 .cel2{
		padding-top: 10px;
	}
}
@media screen and (max-width: 768px){
	.regist-tbl-b{
		margin-bottom: 35px;
	}
	.regist-tbl-b .tr{
		display: block;
	}
	.regist-tbl-b .th{
		padding: 0.5em 1em;
		font-size: 14px;
		width: 100%;
	}
	.regist-tbl-b .td{
		padding: 0.8em 1em;
		font-size: 14px;
		width: 100%;
	}

	#upload-form label span:nth-child(1){
		width: 140px;
		padding-left: 20px;
	}
}




/*
ボタン
*/
.btn-a{
    display: block;
    width: 322px;
    line-height: 65px;
    height: 65px;
    color: #fff;
    text-align: center;
    background: #DF1C13;
    margin: 0 auto;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width:1100px){
    .btn-a {
        width: 283px;
        line-height: 1em;
        height: 54px;
        padding: 18px 0;
        font-size: 20px;
    }

}

.btn-b{
    position: relative;
    width: 140px;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #FFFFFF 0%,#EAEAEA 100%);
    border:1px solid #CCCCCC;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: -1px;
    text-decoration: none !important;
    color:inherit !important;
    cursor: pointer;
}



.btn-black-s,
.btn-red-s,
.btn-gray-s{
	display: inline-block;
	background: linear-gradient(#fefefe,#f5f5f5,#ebebeb);
	min-width: 136px;
	height: 34px;
	padding: 0 1.2em;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #000;
	text-decoration: none;
    cursor: pointer;
}

.btn-black-s{
    display: inline-block;
    min-width:102px;
    background: linear-gradient(#515151,#434343,#000000);
    color:#fff;
    border:1px solid #000000;
}
.btn-red-s{
    display: inline-block;
    min-width:102px;
	background: linear-gradient(#EC7B75,#E75B53,#E2382F);
	border: 1px solid #BC1911;
	color: #fff;
}

.btn-blue-l,
.btn-yellow-l,
.btn-gray-l,
.btn-red-l{
	display: inline-block;
    position: relative;
	background: linear-gradient(#fefefe,#f5f5f5,#ebebeb);
	padding: 0 1.5em;
	min-width: 284px;
	height: 46px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 22px;
	line-height: 44px;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-decoration: none;
    cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
.btn-red-l{
	background: linear-gradient(#EC7B75,#E75B53,#E2382F);
	border: 1px solid #BC1911;
	color: #fff;
}
.btn-yellow-l{
	background: linear-gradient(#E6C86F,#DEBB50,#D5AA28);
	border: 1px solid #C69500;
	color: #fff;
}
.btn-blue-l{
	background: linear-gradient(#67B6D0,#40A3C4,#1A91B9);
	border: 1px solid #026B8E;
	color: #fff;
}


.btn-yellow-l > i::after {
    content: "";
    display: block;
    position: absolute;
    width:2px;
    height: 14px;
    top: -6px;
    left: 50%;
        margin-left: -1px;
    background: #fff;
}

.btn-yellow-l.open > i::after {
    opacity: 0;
}

.btn-yellow-l > i{
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    right:30px;
    top: 50%;   
    margin-top: -1px;

    background: #fff;
}


.btn-blue1-l,
.btn-blue2-l,
.btn-blue3-l{
    position: relative;
    display: inline-block;
    width: 284px;
    max-width: 100%;
    height: 46px;
    border: 1px solid #0085B2;
    border-radius: 3px;
    font-size: 16px;
    line-height: 44px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #0085B2;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

/*再ダウロード*/
.btn-blue2-l{
    background: #66B6D1;
    border: 1px solid  #66B6D1;
}


/*PDFダウロード*/
.btn-blue3-l{
    background: #006384;
    border: 1px solid #006384;
}

.btn-update{
	display: inline-block;
    position: relative;
	background: linear-gradient(#6BB5FF,#41A0FF,#148AFF);
	width: 200px;
	max-width: 100%;
	height: 38px;
	border: 1px solid #0172E1;
	border-radius: 3px;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-decoration: none;
    cursor: pointer;
	padding-left: 1em;
}
.btn-update i{
	position: absolute;
	left: 12px;
	top: 7px;
	width: 22px;
	height: 22px;
	background: url(../img/icon-update.png) no-repeat;
}


.btn-area{
	padding: 0px 10px 75px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
	.btn-area a,
	.btn-area input,
	.btn-area button{
		margin: 0 12px 20px;
	}

@media screen and (max-width: 768px){
	.btn-yellow-l,
	.btn-gray-l,
	.btn-red-l{
		font-size: 16px;
		line-height: 46px;
	}
	.btn-area{
		padding: 0 0 10vw;
	}

}


.btn-blue-t,
.btn-green-t,
.btn-red-t,
.btn-yellow-t{
    display: block;
    margin: 0 auto;
    position: relative;
    min-width: 71px;
	padding: 0 0.5em;
    max-width: 100%;
    height: 26px;
    line-height: 24px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: linear-gradient(#E6C86F,#DEBB50,#D5AA28);
    border: 1px solid #C69500;
    color: #fff;
	white-space: nowrap;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

.btn-blue-t{
    background: linear-gradient(#71BBD3,#3CA2C3,#0085B0);
    border: 1px solid #00698C;
    color: #fff;
}

.btn-green-t{
    background: linear-gradient(#3FC361,#20AF44,#059E2C);
    border: 1px solid #159535;
    color: #fff;
}


.btn-red-t{
    background: linear-gradient(#EC7B75,#E75B53,#E2382F);
    border: 1px solid #BC1911;
    color: #fff;
}



.put-btn-block{
    position: relative;
    z-index: 1;
	text-align: right;
}

.put-btn-box{
    position: absolute;
    width: 100%;
    top: 46px;
    left:0;
    background: #DDDDDD;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    display: none;
    z-index: 2;
}

.put-btn-list>li{
    margin-bottom: 5px;
}

@media screen and (max-width:1100px){

    .put-btn-box{
        position: static;
        padding: 20px;
        z-index: 2;
    }
}



.select-label{
    position: relative;
    width: 212px;
}
.select-label select{
    position: relative;
    width: 100%;
    padding: 8px 30px 8px 1em;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #BBBBBB;
    cursor: pointer;
    background: #fff;
    height: 40px;
    box-sizing: border-box;
}

.select-label select::-ms-expand{
    display: none;
}

.select-label::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 15px;
    width: 0;
    margin-top: -1px;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    pointer-events: none;
}


@media screen and (max-width:1100px){
    .select-label select{
        height: 34px;
    }
}





.select-label2{
    position: relative;
    min-width: 209px;
}


.select-label2 select{
    position: relative;
    width: 100%;
    padding: 8px 30px 8px 1em;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #BBBBBB;
    cursor: pointer;
    background: #fff;
    box-sizing: border-box;
}

.select-label2 select::-ms-expand{
    display: none;
}

.select-label2::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 15px;
    width: 0;
    margin-top: -1px;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    pointer-events: none;
}





/*ラジオボックス*/
.radio-group {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    flex-wrap:wrap;
}

.radio-group label{
    line-height: 17px;
    white-space: nowrap;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 5px;
}

.radio-group input{
    display: none;
}

.radio-group span {
    position: relative;
    padding-left: 1.6em;
    line-height: 1.5em;
    display: block;
}

.radio-group span::before{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border:1px solid #BBBBBB ;
    background: #fff;

}

.radio-group input:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height:16px;
    background: #999999;
    border:1px solid #999 ;
    transform: scale(0.4);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}



/*ラジオボックス*/
.radio-group2 {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    flex-wrap:wrap;
}

.radio-group2 label{
    line-height: 17px;
    white-space: nowrap;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 5px;
}

.radio-group2 input{
    display: none;
}

.radio-group2 span {
    position: relative;
    padding-left: 1.6em;
    line-height: 1.5em;
    display: block;
}

.radio-group2 span::before{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border:1px solid #AAAAAA;
    background: linear-gradient(to bottom, #FFFFFF 0%,#EAEAEA 100%);

}

.radio-group2 input:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height:16px;
    background: #777777;
    border:1px solid #777777 ;
    transform: scale(0.4);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}









.check-group input:checked + span::before{
    background: #DF1C13;
    border:1px solid #DF1C13 ;
}


/*チェックボックス*/
.check-group2 {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    flex-wrap: wrap;
}

.check-group2 label{
    line-height: 17px;
    white-space: nowrap;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 5px;
}

.check-group2 input{
    display: none;
}

.check-group2 span {
    position: relative;
    padding-left: 1.7em;
    line-height: 1.5em;
    display: block;
}

.check-group2 span::before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #BBBBBB ;
    background: #fff;
}

.check-group2 input:checked + span::before{
    background: #DF1C13;
    border:1px solid #DF1C13 ;
}

.check-group2 input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 11px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg);
}

@media screen and (max-width:1100px){
    .check-group2 label {
        margin-bottom: 10px;
    }

}



/*チェックボックス*/
.check-group3 {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    flex-wrap: wrap;
}

.check-group3 label{
    line-height: 17px;
    white-space: nowrap;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 5px;
}

.check-group3 input{
    display: none;
}

.check-group3 span {
    position: relative;
    padding-left: 1.7em;
    line-height: 1.5em;
    display: block;
}

.check-group3 span::before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    border:1px solid #AAAAAA;
    background: linear-gradient(to bottom, #FFFFFF 0%,#EAEAEA 100%);
}


.check-group3 input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 10px;
    height: 5px;
    border-bottom: 3px solid #777;
    border-left: 3px solid #777;
    transform: rotate(-45deg);
}

@media screen and (max-width:1100px){
    .check-group3 label {
        margin-bottom: 10px;
    }

}



/*チェックボックス*/
.check-group {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    flex-wrap: wrap;
}

.check-group label{
    line-height: 17px;
    white-space: nowrap;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.check-group input{
    display: none;
}       

.check-group span {
    position: relative;
    padding-left: 2.2em;
    line-height: 1.5em;
    display: block;
}

.check-group span::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #BBBBBB ;
    background: #fff;
}

.check-group input:checked + span::before{
    background: #DF1C13;
    border:1px solid #DF1C13 ;
}

.check-group input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 11px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg);
}

@media screen and (max-width:1100px){

}



.submit-btn{
    display:inline-block;
    width: 300px;
    line-height:57px;
    height: 57px;
    border-radius: 10px;
    background: #DF1C13;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
	box-sizing: border-box;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

.submit-btn.back{
    background: #777;
}


@media screen and (max-width:1100px){
    .submit-btn {
        width: 258px;
        line-height: 50px;
        height: 50px;
        font-size: 16px;
    }

}


.regist-btn {
    display: flex;
    justify-content:center;
    margin-bottom: 30px;
    text-align: center;
}

.regist-btn .submit-btn{
    margin: 8px 20px;
	text-decoration: none;
}


/*エラー*/
.error-msg{
	padding-top: 10px;
}
.error-msg p{
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #DF1C13 !important;
	padding-left: 25px;
}
.error-msg p::after{
	content: "";
	position: absolute;
	top: 1px;
	left: 0px;
	width: 20px;
	height: 20px;
	background: url(../img/complete.png) no-repeat;
	background-size: 100%;
}
.error_key{
	position: absolute;
	top: 0px;
	left: 0px;
}
