@charset "utf-8";

table{
	border:none;
	border-collapse:collapse;
}

.myTitle	{
	font-size:150%;
	font-weight:bold;
	padding:5px 10px;
	border-bottom: 1px solid #898989;
	margin-bottom: 30px;
}

.myNote {
	margin-bottom: 60px;
}

.floorSubmit	{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	text-align:center;
	padding:10px;
}
@media(max-width:640px) {
	.floorSubmit {
		flex-direction: column;
	}

	.prev-btn {
		width: 100%;
	}
	.next-btn {
		width: 100%;
		margin-top: 0!important;
	}
	.normal-btn {
		width: 100%;
	}
	.normal-btn:first-child {
		margin-top: 50px;
	}
	.normal-btn:nth-child(even) {
		margin-top: 0;
	}
	.next-btn:nth-child(even) {
		margin-top: 0;
	}
	.prev-btn:nth-child(even) {
		margin-top: 0;
	}
}

.floorSubmit div	{
	margin-bottom:5px;
}


.error	{
	color:#f33;
	font-size:150%;
	font-weight:bold;
	padding:10px 0;
}


/* --------------------------------------------------
	sd-top
-------------------------------------------------- */
.sd-top-box1	{
	padding: 102px 0;
}
@media (max-width:64em) {
	.sd-top-box1	{
		padding: 50px 0 62px;
	}
}



.komeList ul	{
	list-style-type: disc;
	list-style-position: outside;
	padding-left:2em;
	margin-bottom: 0.5em;
}
.komeList li	{
}
.komeList .kome01	{
	font-size:130%;
	font-weight:bold;
	padding-left:0.5em;
}
.komeList .boxFile	{
	text-align:center;
	padding:30px 0 20px 0;
}
.komeList .boxFile a	{
	text-decoration:underline;
	margin:0 50px;
}
.komeList .boxFile a.logout	{
	text-decoration:none;
}
@media (max-width:64em) {
	.komeList .boxFile a	{
		display:block;
	}
}



.stepTbl	{
	width:100%;
}
.stepTbl td	{
	font-size:16px;
	border:solid 1px #666;
	padding:5px;
	box-sizing: border-box;
}
.stepTbl ul	{
	list-style-type: disc;
	list-style-position: outside;
	padding-left:2em;
	line-height: 150%;
}
.stepTbl .floorL	{
	width:30%;
	vertical-align: top;
}
.stepTbl .floorR	{
	width:70%;
}
.stepTbl .img01	{
	margin-top: 10px;
}
.stepTbl .img03	{
	float:left;
	width:35%;
}
.stepTbl .txt03	{
	float:right;
	width:65%;
}

/* --------------------------------------------------
	sd-hinshu
-------------------------------------------------- */
.sd-hinshu-box1	{
	padding: 102px 0;
}
@media (max-width:64em) {
	.sd-hinshu-box1	{
		padding: 50px 0 62px;
	}
}


.selectTbl	{
	width:100%;
	padding:2% 10%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	flex-wrap: wrap;
}
.banner	{
	margin-bottom:10px;
	padding:3px;
}
.banner img	{
	margin-left:3px;
}
.floorL	.hinshu	{
	background: #ED569D;
}
.floorL	.banner	{
	border:solid 1px #ED569D;
}
.floorR	.hinshu	{
	background: #1CAF6A;
}
.floorR	.banner	{
	border:solid 1px #1CAF6A;
}
@media (max-width:64em) {
	.selectTbl	{
		padding:2% 0;
	}
}


/* --------------------------------------------------
	sd-selectitem
-------------------------------------------------- */
.sd-selectitem-box1	{
	padding: 102px 0;
}
@media (max-width:64em) {
	.sd-selectitem-box1	{
		padding: 50px 0 62px;
	}
}


.itemInfo	{
}
.itemInfo td	{
	padding:5px 10px 5px 0px;
}
.itemTbl	{
	width:100%;
}
.itemTbl a	{
	text-decoration: underline;
}
.itemTbl th,
.itemTbl td	{
	border:solid 1px #ccc;
	padding:3px 5px;
	box-sizing:border-box;
	border-bottom:solid 2px #888;
	line-height: 130%;
}
.itemTbl th	{
	text-align: center;
	background:#FFE5EC;
	vertical-align: middle;
}
.itemTbl td	{
	height:45px;
	vertical-align: middle;
}
.selectViewIn	{
	overflow: scroll;
	height:500px;
	border-top:solid 1px #888;
	border-left:solid 1px #888;
}
.selectViewIn table	{
	width:1300px;
}
.selectViewOut table	{
	width:100%;
}
/*
.itemTbl .radio		{	width:60px;	font-weight:bold;	}
.itemTbl .no		{	width:70px;		}
.itemTbl .kataban	{	width:70px;	font-weight:bold;	}
.itemTbl .name		{	width:250px;	}
.itemTbl .zumen		{	width:150px;	}

.itemTbl .cad		{	width:150px;	}
.itemTbl .inst		{	width:150px;	}
.itemTbl .doc		{	width:150px;	}
.itemTbl .size		{	width:150px;	}

.itemTbl .note		{	width:100px;	}
*/

.selectViewIn .radio	{	width:5%;	font-weight:bold;	}
.selectViewIn .no		{	width:6%;	}
.selectViewIn .kataban	{	width:6%;	font-weight:bold;	}
/*.selectViewIn .name		{	width:20%;	}*/
.selectViewIn .zumen	{	width:11%;	}

.selectViewIn .cad		{	width:11%;	}
.selectViewIn .inst		{	width:11%;	}
.selectViewIn .doc		{	width:11%;	}
.selectViewIn .size		{	width:11%;	}

.selectViewIn .note		{	width:8%;	}


.selectViewOut .radio	{	width:9%;	font-weight:bold;	}
.selectViewOut .no		{	width:8%;	}
.selectViewOut .kataban	{	width:8%;	font-weight:bold;	}
/*.selectViewOut .name	{	width:20%;	}*/
.selectViewOut .zumen	{	width:20%;	}

.selectViewIn .note		{	width:15%;	}



.itemTbl .katabanTD	{	font-weight:bold; text-align: center;	}



.itemTbl .center	{
	text-align: center;
}
.itemTbl .txt	{
	font-weight:bold
}
.itemTbl .colorR	{
	color:#f33;
}
.itemTbl .bgY	{
	background:#FEFABE;
}
.itemTbl .shanai_only	{
	font-weight:bold;
	color:#f33;
}


/* --------------------------------------------------
	sd-sortitem
-------------------------------------------------- */
.sd-sortitem-box1	{
	padding: 102px 0;
}
@media (max-width:64em) {
	.sd-sortitem-box1	{
		padding: 50px 0 62px;
	}
}
.sd-sortitem-box1 .itemTbl table	{
	width:100%;
}
.itemTbl .radio2	{	width:80px;		}
.itemTbl .orders2	{	width:60px;		}
.itemTbl .no2		{	width:80px;		}
.itemTbl .name2		{	width:280px;	}
.itemTbl .zumen2	{	width:180px;	}
.itemTbl .note2		{	width:100px;	}


/* --------------------------------------------------
	sd-hyoshi
-------------------------------------------------- */
.sd-hyoshi-box1	{
	padding: 102px 0;
}
.tblType	{
	padding: 0 5%;
}
@media (max-width:64em) {
	.sd-hyoshi-box1	{
		padding: 50px 0 62px;
	}
	.tblType	{
		padding: 0;
	}
}
.tblType table	{
	width:100%;
	font-size:120%;
}
.tblType td	{
	text-align: center;
	padding:5px 10px;
}
.listIn	{
	
	
}
.tblHyoshi table	{
	width:100%;
}
.tblHyoshi th,
.tblHyoshi td	{
	border:solid 1px #ccc;
	padding:5px;
}
.tblHyoshi th	{
	font-size:120%;
}
.tblHyoshi .txt01	{
	width:30em;
	font-size:15px;
	padding:2px;
}
.hinshuTable td	{
	border:none;
	padding-right:30px;
}
.hinshuTable dt	{
	font-weight:bold;
	margin-bottom:5px;
}
.hinshuTable dd	{
	padding-left:0.5em;
}

.smb-section__fixed-background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.85);
    clip-path: polygon(0% 0%, 45% 0%, 56% 100%, 0% 100%);
    z-index: 1;
    padding-bottom: var(--smb-section--bottom-divider-level);
    padding-top: var(--smb-section--top-divider-level);
}
@media (max-width: 900px) {
    .smb-section__fixed-background {
        clip-path: polygon(0% 0%, 60% 0%, 75% 100%, 0% 100%);
    }
}
@media (max-width: 640px) {
    .smb-section__fixed-background {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

.top-bg-right img {
	height: 100%;
    object-fit: cover;
    object-position: left center;
    position: absolute;
    width: 100%;
}

.u-wrap {
	z-index: 2;
}

.fv-flex {
	display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: left;
    gap: 10px;
}

.c-pageTitle__ttl {
	color: #000000;
}

.c-pageTitle__en {
	color: #666666;
}

.c-pageTitle__txt {
	color: #000000;
}

.next-btn {
	position: relative;
	background-color: #A50034;
    font-weight: 400;
    padding: 15px 60px;
    border-radius: 99px;
	min-width: 250px;
    margin-top: 50px;
	font-weight: bold;
    display: flex;
    justify-content: center;
}
/* @media (max-width: 63.9375em) {
    .next-btn {
        width: 25% !important;
    }
}
@media (max-width: 770px) {
    .next-btn {
        width: 30% !important;
    }
}
@media (max-width: 640px) {
    .next-btn {
        width: 40% !important;
    }
}
@media (max-width: 480px) {
    .next-btn {
        width: 48% !important;
    }
}
@media (max-width: 400px) {
    .next-btn {
        width: 54% !important;
    }
} */

.next-btn.top {
	margin-left: auto;
	margin-right: auto;
	width: 0;
}

.next-btn input {
	width: 100%;
	color: white;
    background-color: transparent;
    border: none;
	cursor: pointer;
}

.next-btn .yazi {
    position: absolute;
    right: 9%;
}

.next-btn .bi-arrow-right {
    color: #fff;
    display: inline-block;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}

.next-btn:hover {
	background-color: #680021;
}	

.next-btn:hover .bi-arrow-right {
	transform: translateX(7px);
}	


.prev-btn {
	position: relative;
	background-color: #A50034;
    font-weight: 400;
    padding: 15px 60px;
    border-radius: 99px;
	min-width: 250px;
    margin-top: 50px;
	font-weight: bold;
    display: flex;
    justify-content: center;
}
/* @media (max-width: 63.9375em) {
    .prev-btn {
        width: 25% !important;
    }
}
@media (max-width: 770px) {
    .prev-btn {
        width: 30% !important;
    }
}
@media (max-width: 640px) {
    .prev-btn {
        width: 40% !important;
    }
}
@media (max-width: 480px) {
    .prev-btn {
        width: 48% !important;
    }
}
@media (max-width: 400px) {
    .prev-btn {
        width: 54% !important;
    }
} */

.prev-btn input {
	width: 100%;
	color: white;
    background-color: transparent;
    border: none;
	cursor: pointer;
}

.prev-btn .yazi {
    position: absolute;
    left: 9%;
}

.prev-btn .bi-arrow-left {
    color: #fff;
    display: inline-block;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}

.prev-btn:hover {
	background-color: #680021;
}	

.prev-btn:hover .bi-arrow-left {
	transform: translateX(-7px);
}	

.normal-btn {
	position: relative;
	background-color: #A50034;
    font-weight: 400;
    padding: 15px 60px;
    border-radius: 99px;
	min-width: 250px;
    margin-top: 15px;
	font-weight: bold;
    display: flex;
    justify-content: center;
}

.normal-btn input {
	width: 100%;
	color: white;
    background-color: transparent;
    border: none;
	cursor: pointer;
}

.normal-btn:hover {
	background-color: #680021;
}	