@charset "UTF-8";


*{
	border-style:none;
	border-width: none;
}


@font-face {

}




body {
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: rgba(214,214,214,1.00);
	text-align: left;
}



input::placeholder {
   text-align: center;
	color:hsla(0,0%,56%,1.00)
}




input[type="button"] {
	width: 40%;
	cursor : pointer;
	float: left;
	background-color:hsla(205,100%,58%,1.00);
	margin-left: 30%;
	margin-right: 30%;
	padding-top:10px ;
	padding-bottom:10px ;

  }


input[type="submit"] {
    cursor : pointer;
    float: left;
    background-color: hsla(205,100%,58%,1.00);
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
   
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid hsla(213,100%,41%,1.00);
    border-radius: 0%;
    color: hsla(0,0%,91%,1.00);
  }












.header {
    padding: 0px 0px;
    background-color: #171717;
    color: #f1f1f1;
    z-index: 1;
    float: left;
    width: 100%;
    opacity: 0.9;
}








.Maypage_smallTitle {
text-align: center;
float:left;
width: 100%;


}


.nav_process_exu {
float:left;
width: 50%;
margin-left: 25%;
margin-right: 25%;
}	


h2 {	
	text-align:center;
}


.deco00 {
    width: 20%;
	text-align:center;
    background-color: rgba(38,38,38,1.00);
    color: rgba(10,183,255,1.00);
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    float: left;
}

.deco01 {
	width: 75px;
	float: left;
	height: 42px;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-left: 5px;
	padding-left: 17px;
	padding-right: 17px;
	border-radius: 7px;
	border: 1px solid rgba(194,194,194,1.00);
}


.deco02 {
    width: 20%;
    text-align: center;
    color: rgba(10,183,255,1.00);
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    float: left;
}	



.content {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}


.radio-group{
float: left;
width:90%;
clear: both;
background-color:none ;
margin-top: 10px;
margin-left:0px;
margin-bottom: 10px;
padding: 0;
}


.radio{
    width: 90%;
    float: left;
	padding-top: 6px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    color:hsla(0,0%,13%,1.00);
    position: relative;
    padding-left: 5.52%;
    cursor: pointer;
    background-color: none;
}

.radio + .radio{
margin-left: 0px;
}

.radio input[type="radio"]{
display:none;
}

.radio span{
height: 30px;
width: 30px;
border-radius: 50%;
border:3px solid rgb(20, 156, 197);
display:block;
position: absolute;
background-color: rgb(7, 67, 86);
left :0;
top:0px;
	
}

.radio span:after {
	content: "";
	height:18px ;
	width:18px ;
	background:#00aeef;
	display:block;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%) scale(0);
	border-radius: 50%;
	transition:300ms ease-in-out 0s;
}
.radio input[type="radio"]:checked ~ span:after{
transform: translate(-50%,-50%) scale(1);
}


.text-styleA {
    width: 100%;
    float: left;
    background-color: none;
	
}


input{
	text-shadow: 0px 0px 1% rgba(88,88,88,1.00);
	border: 1px solid rgba(78,78,78,1.00);
}



.button-area {
    width: 6%;
    height: 70%;
    float: left;
    text-align: left;
    background-color:none;
    margin-bottom: 100px;
    color: rgba(40,40,40,1.00);
    padding-top: 2.925%;
    box-shadow: 0px 0px hsla(0,0%,25%,1.00);
    border-radius: 5%;

}


.label-tm {
	width: 80%;
	height: 100%;
	float: left;
	display: flex;
	text-align: left;
	align-items: center;
	background-color:none;
}

  input[type=checkbox] {
	position: relative;
	width: 30px;
	height: 24px;
	-webkit-appearance: none;
	background:none;

	outline: none;
	border-radius: 0;
	transition: .5s;
	float: left;
	align-items: center;
	top: -4px;	
	}
	
	input:checked[type=checkbox]{
	background: #85d6fc;
	}
	
	
	input[type=checkbox]:before{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	top:-2px;
	left:0;
	background: #fff;
	color: #f1f1f1;
	transform: scale(1.1);
	box-shadow: 0 2px 5px rgba(113, 113, 113, 0.2);
	transition: .5s;
	}
	
	input:checked[type=checkbox]:before{
	left:4px;
	content: '✓';
	font-size: 20px;
    padding-top:-4% ;
	text-align: center;
	align-items: top;
	background: #14b4fe;
	color: #f1f1f1;
	}


	
	
	.purpose-choice {
    width: 100%;

		height: calc(100vw *0.05);
    float: left;
    text-align: left;
    background-color: none;
    
    color: rgba(40,40,40,1.00);
    border-top: 1px solid hsla(0,0%,55%,1.00);
		margin-bottom: calc(100vw *0.015); 
	}
	
	

.DecoPart-A{
    float: left;
    width: 100%;
    height: 50px;
    background-color: none;

}



.MemoPartsB{
    float: left;
    width: 100%;
    height: 50px;
    background-color: none;




	padding-top:calc(100vw *0.02); ;
}
	

.MemoPartsB02{
    float: left;
    width: 100%;
    height: 50px;
}
.MemoPartsB03{
    float: left;
    width: 100%;
    height: 50px;
			
    }
			




input[type="text"] {
	width: 45%;
	margin-bottom: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	border-radius: 4% / 40%;
	border: 1px solid rgba(191,191,191,1.00);
	float: left;
	clear: left;
}

input[type="email"] {
	width: 45%;
	margin-bottom: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	border-radius: 4% / 40%;
	border: 1px solid rgba(191,191,191,1.00);
	float: left;
	clear: left;
}


input[type="tel"] {
	width: 45%;
	margin-bottom: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	border-radius: 4% / 40%;
	border: 1px solid rgba(191,191,191,1.00);
	float: left;
	clear: left;
}

input[type="zip"] {
	width: 45%;
	margin-bottom: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	border-radius: 4% / 40%;
	border: 1px solid rgba(191,191,191,1.00);
	float: left;
	clear: left;
}

input[type="password"] {
	width: 45%;
	margin-bottom: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	border-radius: 4% / 40%;
	border: 1px solid rgba(191,191,191,1.00);
	float: left;
	clear: left;
}






.form-window-large {
	float: left;
	clear: left;
	margin-top: 3%;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	background-color: rgba(233,233,233,1.00);
	padding-top: 2%;
	padding-bottom: 2%;
}


.showUp_MainBox_001 {
    position: fixed;
    opacity: 0.9;
    width: 100%;
    height: 50%;
    float: left;
    margin-right: 0px;
    clear: left;
    margin-top: 0px;
    left: 0%;
    min-height: 390px;
}


.MainBox_navigation_01 ul {
    float: left;
    width: 100%;
    height: 100%;
    background-color:none;
    margin-left: 0%;
	margin-top: 0%;
    position: absolute;
}


.MainBox_navigation_01 ul li{
    float: left;
    width: 30%;
	height: auto;
    margin: 1%;
    border: 1px solid #343434;
	padding:2% ;
	position: relative;
}


.MainBox_navigation_01 ul li a{
	color:#C8C8C8;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color:none;
	display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}




/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}



/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .sticky  {
  padding-top: -102px;
}



dt {
	width: 80%;
	float: left;
	clear: left;
	margin-bottom: 2px;
	color: rgba(0,123,152,1.00);
}
dd {
	width: 92%;
	float: left;
	clear: left;
	background-color: rgba(230,230,230,1.00);
	margin-bottom: 13px;
	color: rgba(54,54,54,1.00);
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 2%;
}


.icon-location {
	float: left;
	margin-top: 6px;
	margin-right: 6px;
}



#BOXTEMP {
	float: left;
	clear: left;
	width: 100%;
	padding-top: 0px;
}


#date01 {
	border: 1px solid rgba(123,123,123,1.00);
	width: 40%;
	float: left;
	text-decoration: none;
}
#date02 {
	border: 1px solid rgba(123,123,123,1.00);
	width: 40%;
	float: left;
	text-decoration: none;
}
#date03 {
	border: 1px solid rgba(123,123,123,1.00);
	width: 40%;
	float: left;
	text-decoration: none;
}
#MTime01 {
	border: 1px solid rgba(123,123,123,1.00);
	width: 40%;
	float: left;
	text-decoration: none;
}
#MTime02 {
	border: 1px solid rgba(123,123,123,1.00);
	width: 40%;
	float: left;
	text-decoration: none;
}
#MTime03 {
	border: 1px solid rgba(123,123,123,1.00);
	width: 40%;
	float: left;
	text-decoration: none;
}
select::-ms-expand {
	display: none;
}
select {
	clear: both;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    border: 1px solid rgba(136,136,136,1.00);
    background-image: url(image/pic03-14.png);
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: right 10px center;
    background-color: #E9E9E9;
    width: 40%;
    height: 40px;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 1%;
}
select#Meet_place {
	border: 1px solid rgba(194,194,194,1.00);
	width: 90%;
	float: left;
	text-decoration: none;

	clear: left;
}
select#Meet_place_candi {
	border: 1px solid rgba(194,194,194,1.00);
	width: 90%;
	float: left;
	text-decoration: none;

	clear: left;
}
select#req_Doc {
	border: 1px solid rgba(194,194,194,1.00);
	width: 70%;
	float: left;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 12px;
	margin-bottom: 2.2px;
	clear: left;
	height: 94px;
}
select#req_order_kind {
	border: 1px solid rgba(194,194,194,1.00);
	width: 70%;
	float: left;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 12px;
	margin-bottom: 2.2px;

	clear: left;
	height: 224px;
}
select#req_soft_kind {
	border: 1px solid rgba(194,194,194,1.00);
	width: 70%;
	float: left;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 12px;
	margin-bottom: 2.2px;

	clear: left;
	height: 244px;
}




#RQID002 {
	width: 88%;
	float: left;
	clear: left;
	padding-bottom: 19px;
	margin-top: 10px;
	background-color: rgba(246,246,246,1.00);
	border: 1px solid rgba(190,187,187,1.00);
	padding-left: 2%;
	padding-right: 2%;
	margin-left: 4%;
}
#RQID003 {
	float: left;
	width: 88%;
	clear: left;
	border: 1px solid rgba(190,187,187,1.00);
	margin-top: 10px;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: 4%;
}
.Open {
	float: left;
}
textarea {
	width: 80%;
	height: auto;
	margin-left:10% ;
	margin-bottom:4%;
	
}

.box {
    width: 5.2%;
    height: 30px;
    padding-top: 0px;
    float: left;
    clear: left;
    position: relative;
    margin-top: -0.25%;
}
td {
    width: 58%;
    float: left;
    border-width: 0px;
    height: auto;
	display:inline;
word-break: break-all
}
td.PartsA {
    width: 38%;
    float: left;
    border-width: 0px;
    margin-left: 2%;
	    height: auto;
word-break: break-all

}


table {
	float: left;
	width: 100%;
}
.icon {
	width: 10%;
	height: auto;
	color: rgba(255,0,4,1.00);
	background-color: rgba(234,234,234,1.00);
	padding-left: 2%;
	padding-right: 2%;
	margin-right: 3%;
	border-radius: 25% / 50%;

	
}

li.small-contact a {
   
}



li.small-contact  {
	list-style: none;
}


.icon-sign-female {
	float: left;
	clear: left;
	margin-right: 9px;
	margin-top: 14px;
}
.icon-user {
	width: 60px;
	height:60px;
    margin-right: 0%;
    float: left;
    clear: left;
    margin-top: 0;
    color: rgba(82,82,82,1.00);
  
}

.icon-copy-paste-document {
	width: 60px;
	height: 60px;
	margin-right: 0%;
	float: left;
	clear: left;
	margin-top: 0;
	color: rgba(82,82,82,1.00);
}
.icon-social-viddler {
	width: 60px;
	height:60px;
    margin-right: 0%;
    float: left;
    clear: left;
    margin-top: 0;
    color: rgba(82,82,82,1.00);
   
}
.icon-scale {
	float: left;
	clear: left;
	margin-right: 9px;
	margin-top: 14px;
	color: rgba(82,82,82,1.00);
}
h4   {
	width: 93%;
	height: auto;
	float: left;
	clear: left;
	background-color: rgba(32,158,186,1.00);
	text-decoration: none;
	font-style: normal;
	padding-left: 2%;
	padding-right: 5%;
	padding-top: 1%;
	padding-bottom: 1%;
	color: rgba(253,253,253,1.00);
}
.com-name-sort   {
	width: 100%;
	font-weight: bolder;
	float: left;
	clear: left;
	margin-top: 1.45%;
	border-top: 1px solid rgba(216,216,216,1.00);
	padding-top: 1.45%;
}



.footer_right {
    width: 100%;
    float: left;
    clear: left;
    text-align: center;
    background-color: rgba(39,39,39,1.00);
    color: rgba(177,177,177,1.00);
}

label[for="password"] {
	width: 100%;
	float: left;
	clear: left;
	text-align: left;
	background-color:none;
	color: rgba(40,40,40,1.00);
	
	
	
}
label[for="password_confirm"] {
	width: 100%;
	float: left;
	clear: left;
	text-align: left;
	background-color: none;
	color: rgba(40,40,40,1.00);

}






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

/*-------------------------------------*/
@media screen and (max-width : 769px ){
	
body{
	font-size:0.79rem;
	}	

.content {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
	
.nav_process_exu {
float:left;
width: 90%;
margin-left: 5%;
margin-right: 5%;
}	


.radio-group{
width:90%;
height: calc(100vw *0.1);
color: hsla(0,0%,17%,1.00);
}


.radio{
    width: 80%;
	padding-top: 10px;
    padding-left: 15%;
}

	
.label-tm {
width: 80%;	
}	

	
.purpose-choice {
width: 100%;
height: calc(100vw *0.125);
margin-bottom: calc(100vw *0.02);
background-color: hsla(0,0%,72%,1.00);
border-bottom: 1pt solid hsla(0,0%,52%,1.00);

	}
		
.button-area {
	width:20%;

	}

select {
	width: 95%;
	height:calc(100vw *0.08);
	border-radius: 4px / 4px;
	}
select #req_soft_kind {
	width: 95%;
	height:calc(100vw *0.08);
	border-radius: 4px / 4px;
	}	

	

input[type="text"] #Meet_place_detail{	
	width: 90%;
	height:calc(100vw *0.08);
	border-radius: 4px / 4px;
	}
	
input[type="text"] #AddressDetail{	
	width: 90%;
	height:calc(100vw *0.08);
	border-radius: 4px / 4px;
	}	

input[type="text"]#name01 {
	width: 45%;
	height:calc(100vw *0.08);
	border-radius: 4px / 4px;
}
input[type="text"]#name02 {
	width: 45%;
	height:calc(100vw *0.08);
	border-radius: 4px / 4px;
}
	
input[type="text"]#nameRubi01 {
	width: 45%;
	height:calc(100vw *0.08);
	border-radius: 4px / 4px;
}
input[type="text"]#nameRubi02 {
	width: 45%;
	height:calc(100vw *0.08);
	border-radius: 4px / 4px;
}
input[type="text"] {
	width: 95%;
	height:calc(100vw *0.08);
	border-radius: 4px / 4px;
}

input[type="email"] {
	width: 95%;
	height:calc(100vw *0.08);
	border-radius: 4px / 4px;
}


input[type="tel"] {
	width: 95%;
	height:calc(100vw *0.08);
	border-radius: 4px / 4px;

}

input[type="zip"] {
	width: 95%;
	height:calc(100vw *0.08);
	border-radius: 4px / 4px;
}

input[type="password"] {
	width: 95%;
	height:calc(100vw *0.08);
	border-radius: 4px / 4px;

}


input[type="submit"] {
width: 70%;
margin-left:15%;
margin-right:15%;
	
}
	
	
	
.button-area {
    width: 15%;
    height: 70%;
	padding-top:4.5%;
	
}
	
	
	
	
	
	
	
	
	
	
	
	
}


@media screen and (min-width:1990px){
.content {
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
}
	
.purpose-choice {
	width: 100%;
	height: calc(100vw *0.022);	
	
	
}
	}
