body {
    color: #000000;
    font-family: 'Noto Sans Japanese', sans-serif;
    background-color: #fff;
    font-size: 1.5em;
}

#wrap {
    background-color: #FFFFFF;
    padding: 15px 0 55px 0!important;
}


h4.modal-heading{
	padding: 3px 43px 15px 68px!important;
}

h4.modal-heading::before{
	content: "\f00a";
    font-family: FontAwesome;
    opacity: 0.3;
    position: absolute;
    top: 4px;
    left: 1em;
}

.registryWrap{
	padding: 20px 40px;	
}

.stepflow{
	text-align: center!important;
}

.stepflow img{
	max-width: 100%;
	margin: 0 auto;
}


/*ul.stepflow li{
	margin-bottom: 20px;
}

.steplistNum{
	width: 13%;
}

.steplistNum02{
	width: 16.5%;
}

.steplist{
	padding-top: 25px;
}

.steplist::after{
	content: '\3E';
    color: #395CA3;
	font-size: 1em;
	font-weight: 500;
}*/

.colBlu{
	color:#395CA3;
	font-weight: bold;
}

.notice-box {
	background-color: #DFE6F4;
    margin: 0 0 20px;
    padding: 10px 30px 10px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.txt-box {
	width: 60%;	
}

.img-box {
	width: 35%;
}

.btn-box{
	margin: 20px 0 20px;
	display: flex;
    justify-content: flex-end;
}

.btn_pdf a{
	position: relative;
	color: #395ca3;
	border: solid 2px #395ca3;
	border-radius: 8px;
	padding: 8px 20px 8px 50px;
}

.btn_pdf a:before{
	content: "\f1c1";
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
    height: 1em;
    color: #E5121B;
    font-size: 20px;
}

.btn_pdf a:hover{
	color: #fff;
	background-color: #395ca3;

}


.terms {
  margin-bottom: 10px;
  padding: 1em;
  overflow-y: scroll;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
  height: 200px;
}
.terms ul{
	padding: 0 20px!important;
}

.terms li{
	margin-bottom: 20px;
}


.terms ol{
	padding-left: 20px;
}

.terms ol li{
	list-style-type: decimal!important;
	margin-left: 15px;
	margin-bottom: 10px;
}

.terms p.indent{
	text-indent: -1em;
  padding-left: 2.5em;
}


.agree{
	margin: 20px auto 20px ;
	text-align: center!important;	
}

.agree input{
	margin-right: 10px;
}



.btn-wrapper {
  padding: 20px;
  text-align: center;
}

.check-box {
  margin-bottom: 20px;
}

.check {
  display: none;
}

.check + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2em;
  position: relative;
}

.check + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1.3em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3em;
}

.check + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.8);
  border-left: 3px solid rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 0.6em;
  left: 1%;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

.check:checked + span::after {
  opacity: 1;
}

input{
  -webkit-appearance: none;
  background-color: #395CA3;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
}

input:hover,
input:focus {
  outline: none;
}

.input::-moz-foucus-inner {
  border: none;
  padding: 0;
}

input:disabled {
  cursor: default;
  opacity: 0.2;  
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	#wrap {
    padding: 15px 0 15px 0!important;
}
	
	ul.stepflow li{
	margin-bottom: 10px;
}
}

@media only screen and (max-width: 767px){
	
	h4.modal-heading{
	padding: 8px 43px 18px 58px!important;
}

	h4.modal-heading::before{
    top: 10px;
    left: 1em;
}

	
	#wrap {
	padding: 15px 0 0!important;
	}
	.registryWrap{
	padding: 20px 10px;	
	}
	.notice-box {
	display:block;
	}
	
	.btn-box{
    justify-content: center;
}
	
	.txt-box {
	width: 100%;	
	}
	
	.img-box {
	width: 100%;
	}
	
	.terms {
	padding-top: 0;
  	height: 200px;
	}
	
	.terms {
	font-size: 1.3rem;
	}
	
	.terms ul{
	padding: 0 !important;
}
	
	input{
	margin-left: -15px;
	}
}