body{
	font-family: 'Meiryo','Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}
button:hover {
  color: #542BA9;
  background:white;
  border-color:#542BA9;
}
ol, ul {
    list-style: none;
    padding:0px;
    margin-left:0px !important;
}
label {
    margin-left: 15px;
}
.row{
	margin-bottom:5px;
}
.applyTypeLabel{
	background-color: #542BA9;
	color: #fff;
}
.form-control{
	border-radius:0px !important;
}
.no-padding{
	padding:0px !important;
}
.progressBar {
  	margin-bottom: 20px;
}

.progressBar .flows {
  display: flex;
  margin-bottom: 20px;
  justify-content:center;
}

.progressBar .flows li {
  position: relative;
  width: 360px;
  height: 30px;
  margin-right: 15px;
  line-height: 30px;
  text-align: center;
  background: #A6A6A6;
  z-index: 10;
}

.progressBar .flows li.current {
  background: #542BA9;
}

.progressBar .flows li.current:before {
  border-top: solid 15px #542BA9;
  border-bottom: solid 15px #542BA9;
}

.progressBar .flows li.current:after {
  border-left: solid 15px #542BA9;
}

.progressBar .flows li:before {
  content: "";
  height: 0;
  border-top: solid 15px #A6A6A6;
  border-bottom: solid 15px #A6A6A6;
  border-left: solid 15px #fff;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0px;
  }

.progressBar .flows li:first-child:before {
  display: none;
 }

.progressBar .flows li:after {
  content: "";
  height: 0;
  border-top: solid 15px rgba(0, 0, 0, 0);
  border-bottom: solid 15px rgba(0, 0, 0, 0);
  border-left: solid 15px #A6A6A6;
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 5;
  }

.progressBar .flows li span {
  position: relative;
  margin-left: 15px;
  z-index: 20;
  color: #fff
  }

.progressBar .flows li:first-child span {
  margin-left: 5px;
  }

.progressBar .text p {
  margin-bottom: 20px;
  }

.progressBar .text ul {
  margin-left: 25px;
  }

.progressBar .text li {
  list-style-type: disc;
  }

.sectionTitle h3{
	margin-top: 20px;
	margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0px;
    border-bottom: 4px solid #542BA9;
}

.form_table{
}

.form_table .tr {
  display: flex;
  justify-content: space-between;
}
.tr-block{
	display:block !important;	
}
.td-block{
	display:block !important;	
}
.form_table .th {
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #B0BCCE;
  border-right: 1px solid #B0BCCE;
  border-left: 1px solid #B0BCCE;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EFF2F5;
}
  
.form_table .th .inner {
  width: 100%;
}

.form_table .th span {
  margin-left: 3px;
}

.form_table .td {
  width: 70%;
  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #B0BCCE;
  border-right: 1px solid #B0BCCE;
}
.form_table .trBottom {
	border-bottom: 1px solid #B0BCCE;
}
.privateInfo{
	border: 1px solid #B0BCCE;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}
.applyButtonRow{
	justify-content: center !important;
    margin-top: 50px;
    margin-bottom: 50px;
}
.applyButton:hover{
    cursor:pointer;
}
.agree{
	text-align: center;
}
.custom-control-input:checked~.custom-control-indicator{
	background-color:#542BA9 !important;
}
.confirmShopInfo{
	margin-bottom:30px;
}
.applyComplete{
	text-align:center;
}
.contactBox{
  padding: 1em;
  margin: 2em 0;
  background: #FFF;
  border: solid 3px #542BA9;
  border-radius: 10px;
}
.contactBox table {
  border: 0;
  border-collapse: initial;
  width: initial;
  margin: 0;
  padding: 0;
}
.contactBox table tr th {
  border: none;
  color: initial;
  font-size: initial;
  font-weight: normal;
  padding: 0;
}
.contactBox table tr td {
  border: none;
  color: initial;
  font-size: initial;
  font-weight: normal;
  padding: 0;
}
.postalCode, .bankCode, .branchBankCode{
	width: 30% !important;
    margin-right: 5px;
}
.serviceCharge input{
	width: 10% !important;
}
.badge-danger{
	background-color:#d9534f;
}
.downloadButton{
	margin-left:10px;
	font-size:30px;
}
.downloadAlert{
	text-align: center;
	color:red;
	font-weight:bold;
	font-size: 21px;
}
.goBackButton{
	margin-right:10px;
}
.shopNameIcon{
	color: #542BA9;   	
    font-size: 18px;
}
.shopNameImg{
	width:200px;
	height:355px;
}
.shopTr{
	height:150px;
}
.dropzone{
	padding:0px !important;
	border:0px !important;
	background:none !important;
	width: 100%;
}
.shopPhoto{
	margin-right: 20px;
    border-radius: 20px;
    max-width: 200px;
    max-height: 200px;
}
.introductionShowTip , .shopNameShowTip{
	color:#d9534f;
	display:none;
}
.thanksMessgae{
	background-color:#fff;
	border-color:#542BA9;
	color:#542BA9;
	display:block !important;
}
.SpendCost label{
	margin-left: 10px;
}
.ratio .custom-control{
	display:block !important;
}
.introduction .td{
	display:block !important;
}
.ratio .td{
	display:block !important;
}
.deviceType .td{
	display:block !important;
}
.ui-autocomplete {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index:1000 !important;
}
.dropdown .dropdown-menu{
	max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2000 !important;
}
.span-clor-grey{
	color:#464a4c;
}
.form_table .alert-danger{
	display:none;
}
.form_table .alert p{
	margin-bottom: 1px;
}
.companyAddress{
	text-align: left;
    margin-left: 35%;
}
.hideTr{
	display:none !important;
}
