@charset "UTF-8";
/* CSS Document */

/*-----------------------------
 -
 - index.html　個別css
 -
-------------------------------*/
.contents article>.leftbox li.kyori {
    height: 125px;
}


.contents{
	margin-top: 20px;/*header分余白*/
	margin-bottom: 120px;/*footer分余白*/
    padding-bottom: 120px;/*footer分余白*/
}


.contents article>.leftbox li{
	height: 67px;
	padding-top: 17px;
}

.contents article>.leftbox .kyori_margin{
	margin-left: 155px;
}

.contents article>.leftbox .kyori_margin input[type="text"] {
	/* オーバーライド style.css .contents input[type="text"] */
	margin: 0;
	width: 110px;
}

.contents article>h1{
	color: #369f02;
	font-size: 20px;
	position: absolute;
}

.contents article>h3 {
	background-color: #369f02;
    color: #ffffff;
    font-size: 14px;
    height: 30px;
	text-align: left;
    line-height: 30px;
	margin-top: 25px;
    padding: 0 25px;
	box-shadow: 0px 3px 3px 1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px 1px rgb(0 0 0 / 20%);
    -o-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.2);
}

.contents article>.leftbox,.contents article>.rightbox{
	/*margin-top: 43px;見出し分ボックスをずらす*/
	border-top: 0 none;
}

.contents article>.rightbox{
	text-align: right;
}

.contents article>.rightbox li{
	min-height: 70px;
    /*padding-top: 20px;*/
    line-height: 6px;
}

.contents article>.rightbox h4{
    /*float: left;*/
    /* line-height: 57px; */
    font-size: 16px;
    text-align: left;
    color: #369f02;
	position: relative;
	top: 20px;
}

.contents article>.rightbox h4.text_tit{
	position: relative;
    top: 30px;
}

.contents article>.rightbox span{
	font-size: 14px;
	display: inline-block;
    text-align: left;
    width: 2rem;
	vertical-align: bottom;
	position: relative;
    bottom: -7px;
	position: relative;
    top: -0.5em;
}

.contents article>.rightbox p:nth-child(1){
	color: #097cff;
	text-align: left;
	float: left;
	width: 50%;
}

.contents article>.rightbox li:nth-child(7){
line-height: 70px;
/*height: 60px;*/
}

.contents article>.rightbox li:nth-child(8){
	line-height: 70px;
	/*height: 60px;*/
	    
	}

.contents article>.leftbox li>span:nth-child(1){
	background: #097cff;
	color: #fff;
	padding: 4px 12px;
	margin-right: 62px;
}

.contents article>.leftbox li>span:nth-child(1).four_chars {
	margin-right: 40px!important;
}

.contents article>.leftbox li>span:nth-child(2){
	display: inline-block;
	/*width: 70px;*/
	margin-right: 20px;
	white-space: nowrap;
}

.contents article>.rightbox input[type="text"]{
	text-align: right;
}

/*プルダウン部分*/
select {
	background: #fff;
	border: solid 1px #a6a6a6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	width: 160px;
	height: 32px;
	padding: 0.1em 0.3em;
    margin: 0 3px;
}

.contents article>.rightbox select{
	direction: rtl;
	font-weight: bold;
	line-height: 1em;
	margin: 0 8px;
}

footer li.back a {
	display: inline-block;
}

footer li.next a {
	display: inline-block;
}

footer li.back a:hover {   
	display: inline-block;
}

footer li.next a:hover {
	display: inline-block;
}

/* 都道府県選択　矢印部分 */
.leftbox li .pulldown {
	display: inline-block;
	/* position: relative; */
}

.leftbox li .pulldown::before {
    position: absolute;
    top: 0.6em;
    right: 1.15em;
    width: 0;
    height: 0;
    padding: 3px;
    content: '';
    border-left: 1px solid transparent;
    border-right: 1px solid #666666;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #666666;
    pointer-events: none;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.rightbox li .pulldown {
	display: inline-block;
	position: relative;
}

.rightbox li .pulldown::before {
    position: absolute;
    top: 0.7em;
    right: 1.4em;
    width: 0;
    height: 0;
    padding: 3px;
    content: '';
    border-left: 1px solid transparent;
    border-right: 1px solid #666666;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #666666;
    pointer-events: none;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.contents article>.rightbox select{
	padding-right: 2em;/*矢印分余白を空けるため追記*/
    padding-left: 0.5em;
    direction: inherit;/*右寄せ解除*/
}


#moving_money{
	height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    background: inherit;
    color: black;
    padding: 0px;
}

.distance_ex{
	background: inherit;
	color: black;
	font-size: 8px!important;
}

.input_ex{
	/*float: left;*/
	font-size: 10px;
	color:black;
	/* margin-top: 20px; */
	/*position: relative;
	top: 30px;*/
	line-height: 1.6em;
	width: 55%;
	text-align: left;
	margin-bottom: 15px;
}

.managementfee{
	margin-right: 2px;
}

.formposition{
	position: relative;
	top: 11px;
}

/* =======================  

 -- スマホ対応 - 個別

==========================*/

@media screen and (max-width: 1280px) {
	footer{
		width: 1280px;
	}
	/*select {
		width: 10vw;
	}*/

	/*footer li.next a {
		width: 18vw!important;
	}*/
}

