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

/*leave01*/
#leave01 {
	margin: 0 15px;
}
#leave01 h3 {
	margin: 0 0 10px 0;
	padding: 3px 3px 2px 22px;
	background: #F0F6F5  url(../img/ico_leave_01.png) no-repeat 5px 7px;
	background-size: 13px 10px;
	color: #0089D8;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
#leave01 p {
	margin: 0 0 15px 0;
	font-size: 13px;
	line-height: 18px;
	vertical-align: middle;
}
#leave01 .must {
	display: inline-block;
	width: auto;
	margin: 0 3px;
	background: #0089D8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	padding:0 3px;
}

/*------------------------------------------------------------
	170515 �ǉ��� ���t�H�[����select����
------------------------------------------------------------*/
select {
	width: 100%;
	height: 40px;

	margin: 5px 0 5px 0;
	padding: 0px 30px 0px 3px;

	background: #FFF url(../img/ico_form_pulldown.png) no-repeat 95% 50%;
	background-size: 6px 5px;
	-webkit-background-size: 9px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (orientation: landscape) {
	/* �������̏ꍇ�̃X�^�C�� */
	select {background: #FFF url(../img/ico_form_pulldown.png) no-repeat 98% 50%;}
}


/*------------------------------------------------------------
	170516 �ǉ��� �������`�l����
------------------------------------------------------------*/
#formid .nominee {
	margin: 10px 0 0;
}

#formid .nominee span {
	padding-right: 5px;
}

#formid .nominee p {
	margin-top: 10px;
	margin-bottom: 0;
    display: block;
	font-size: 13px;
	line-height: 1.2;
}


/*------------------------------------------------------------
	170901 �ǉ��� �������`�l����
------------------------------------------------------------*/
.wLeakAri {
	display: block;
	float: left;
	padding-top: 14px;
}


.wLeakeyar,
.wLeakMouth {
	padding-left: 34px;
}

.wLeakTxt {
	padding-left: 6px;
	padding-top: 14px;
	display: block;
	float: left;
}

#hosoku p {
    color: #0089D8;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 10px;
    text-align: center;
}
#hosoku li {
    font-size: 13px;
    line-height: 20px;
    margin-left: 1em;
    padding: 0 0 12px;
    text-indent: -1em;
}

#hosoku .hosokuIndent{
	text-indent: -1em;
    margin-left: 1em;
    display: block;
}

#doui {
    margin: 0 auto 15px;
	text-align: center;
	height: 50px;
}
#doui input[type="checkbox"] + label {
	width: 100%;
	box-sizing: border-box;
}
#doui input[type="checkbox"]:checked + label {
	width: 100%;
	box-sizing: border-box;
}

.forCorporationNote {
	margin-top: 10px;
}


/*
#doui .custom-checkbox label {
    background: #e7e7e7 url("../img/check_bg_2.png") no-repeat scroll 10px center;
	background-size: 24px 24px;
    border: 1px solid #cccccc;
    border-radius: 7px;
    font-size: 11px;
    height: 28px;
    width: 220px;
	padding: 17px 10px 15px 40px; 
}

#doui .custom-checkbox label.checked {
    background: #e7e7e7 url("../img/check_on_bg_2.png") no-repeat scroll 10px center;
    background-size: 24px 24px;
    border: 1px solid #cccccc;
    border-radius: 7px;
    height: 28px;
    padding-left: 40px;
    padding-top: 22px;
	padding-right: 10px;
    width: 220px;
}

**/

/*------------------------------------------------------------
190806追加
------------------------------------------------------------*/
/* 選択ボタンの幅を変更とともに、float=leftを消す */
.aboutMovingReason input[type="radio"] + label{
	float: none;
	width: 100%;
}
/* 文字が長く改行されていたため、高さを変更 */
.aboutMovingReason .ListReason03 li:nth-child(3) input[type="radio"] + label{
	height: 55px;
}
/* fadeIn表示のため */
.ListReason01,
.ListReason02,
.ListReason03,
.ListReason04,
.ListReason05,
.ListReason06,
.ListReason07{
	display: none;
	margin-left: 35px;
}
.aboutMovingTxtArea{
	width: 100%;
}
.aboutMovingTxtArea li{
	float: left;
}

/*------------------------------------------------------------
191210追加
------------------------------------------------------------*/
.aboutMovingReason .other{
	display: inline-block;
}
.aboutMovingReason .other input[type="radio"] + label{
	display: inline-block;
    width: auto;
    padding-right: 10px;
}
.aboutMovingReason .otherDetail{
	display: inline-block;
}
.aboutMovingReason .otherDetail input[type="text"]{
	padding: 0 12px;
}

/* ===================================
#step
=================================== */
#leave01 #step {
	overflow: hidden;
	background: #E9E9E9;
	padding: 8px 8px 0 8px;
	width: auto;
}

#leave01 #step li {
	float: left;
	width: 18%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	background: #FFF;
	border-radius: 20px;
}

@media (max-width: 365px) {
	#leave01 #step li {
		font-size: 15px;
	}
}
#leave01 #step li.active {
	color: #FFF;
	background: #0089D8;
}

#leave01 #step li.arrow {
	width: 4%;
	background: none;
    padding-top: 8px;
    margin: 0 2%;
}
#form {
	border-top: none;
	border-color: #E9E9E9;
}
#simulationBtn {
    width: 100%;
    font-size: 13px;
    border: 1px solid #CFCFCF;
    padding: 5px 0;
    text-align: center;
    background: linear-gradient(#FFFFFF , #EEEEEE);
    background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF , #EEEEEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.5, #FFFFFF), to(#EEEEEE));
}
.nextPage {
	padding-top: 10px;
	border-top: 1px dotted #CCC;
}
body .btnLanguage{
	margin-bottom: 20px;
}
body .btnLanguage li{
  border: none;
  line-height: normal;
}
body .btnLanguage li a{
  width: auto;
  height: 35px;
  padding: 6px 20px 6px 0;
  font-size: 12px;
  color: #000;
  text-align: center;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  background: #FBFBFB;
  display: block;
  position: relative;
}
body .btnLanguage li:nth-child(4) a{
	padding-right: 10px;
}
body .btnLanguage li a::before,
body .btnLanguage li a::after,
body .btnLanguage li::before,
body .btnLanguage li::after{
  display: none;
}
body .btnLanguage li a::after {
  content: "";
  border-width: 2px;
  border-style: solid;
  border-color: #FFF #FFF #0089D8 #0089D8;
  width: 5px;
  height: 5px;
  transform: rotate(-135deg);
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 12px;
  left:auto;
}