@charset"utf-8";


@media screen and (min-width:768px) {


  .tpl_FlowNavigation li:nth-child(1) {width: 25%;}
  .tpl_FlowNavigation li:nth-child(2) {width: 25%;}
  .tpl_FlowNavigation li:nth-child(3) {width: 17%;}
  .tpl_FlowNavigation li:nth-child(4) {width: 17%;}
  .tpl_FlowNavigation li:nth-child(5) {width: 14%;}
  
  .regist .mainBody .inner{
    padding:0 15px
  }

  .regist .mainBody .lead{
    margin-bottom: 37px;
  }

  .regist #indexForm .h2_ttl{
    margin-bottom: 6px;
    line-height: 1;
  }

}


/*interim*/

.interim_lead{
	font-size:1.4em;
	margin-bottom: 1em;
}
.constitution {
  overflow: auto;
  border: 1px solid #ccc;
  padding: 0;
  margin: 10px 0 20px;
}
.d_agreement{
	display: block;
	width: 100%;
	height:30em;
	border: none;
	margin: 0 auto 5em;
	padding: 5px 5px 1px 5px;
	box-sizing: border-box;
}

.agreement_txt{
	font-size:1.4em;
}

@media screen and (max-width:768px) {
  .constitution {
  width: 100%;
  height: 300px !important;
  overflow:scroll;
  -webkit-overflow-scrolling:touch;
  margin: 10px 0 15px;
  padding: 8px 3px;
  border: 1px solid #ccc;
  }
  .d_agreement{
  width: 96%;
  height: 100%;
	display: block;
  border: none;
  }
}
