/*==================================================
 base
================================================== */

.clearfix:after {
	display: block;
	height: 0;
	content: ".";
	clear: both;
	visibility: hidden;
}

#container {
	font-size: 13px;
	word-wrap: break-word;
}

.btn img:hover {
	opacity: 0.8 ;
	-ms-filter: "alpha(opacity=0.8)";}


/* header */
header { border-top: 10px solid #40b5d3; }
header p {
	max-width: 960px;
	margin: 20px auto 30px;
}
@media screen and (max-width: 960px){
	header p { padding: 0 10px; }
}
@media screen and (max-width: 640px){
	header p { margin: 20px auto 40px; }
	header p img { width:150px; }
}

/* wrap */
#wrap {
	max-width: 960px;
	margin: 0 auto;
}
#wrap a {
	color: #11a7d7;
	text-decoration: underline;
}
#wrap #mainContents { padding: 0 30px; }
/* h */
#wrap_wide {
	max-width: 100%;
	margin: 0 auto;
	background: url(../img/bg01.png) bottom center no-repeat;
  text-align:center;
      padding-bottom:30px;

}
#wrap_wide2 {
	max-width: 1200px;
	margin: 0 auto;
  text-align:center;
  	background: url(../img/bg02.png) bottom center no-repeat #f0f0f0;
    padding-bottom:180px;

}
#wrap_wide3 {
	max-width: 1200px;
	margin: 0 auto;
  text-align:center;
  	background: url(../img/bg04.png) bottom center no-repeat #f0f0f0;
    padding-bottom:180px;
  font-size: 0;
}
#wrap_wide3 ul  {
  width:920px;
  overflow:hidden;
  margin: 0 auto;
  }

#wrap_wide3 ul li {
  float:left;
  list-style:none;
  margin-bottom:30px;
}

h1 {
	padding-bottom: 140px;
	text-align: center;
  	margin: 0 auto;
}

/* pagetop */
#wrap .pagetop {
	margin: 30px 0 30px;
	padding-top: 0;
	font-size: 87%;
	font-weight: normal;
	text-decoration: underline;
	clear: none;
}
#wrap .pagetop { float:right; }
#wrap .pagetop a {
	padding-right: 13px;
	background: url(/registration/img/common/ico_pagetop.gif) 100% 2px no-repeat;
	color: #666;
}
#wrap .pagetop a:hover { background: url(/registration/img/common/ico_pagetop_on.gif) 100% 2px no-repeat; }
#wrap .pagetop a:hover { color: #999; }

/* footer */
footer {
	height: 120px;
	background: url(/registration/img/common/bgimg_footer.png) center bottom no-repeat;
	background-size: cover;
	text-align: center;
	font-size: 87%;
	color: #fff;
}
footer p { padding: 50px 0 0; }
.iction{
  text-align:right!important;
  overflow:hidden;
  width:420px;
  float:right;
  margin-bottom:50px;
}
/* no.3918094 2019.09.20 ここから修正 */
.iction .iction_logo{
}
.iction .iction_text{
  margin:20px 0 0 10px;
  text-align: left;
}
.clb{
  clear:both;
}


.iction{
  width:300px;
  display: flex;
  text-align: right;
}
#wrap_wide4 {
	max-width: 1200px;
	margin: 0 auto;
  text-align:center;
}
#wrap.wide{
  max-width: 1170px!important;
}
#wrap_wide4 a {
    color: #11a7d7;
    text-decoration: underline;
}
/* no.3918094 2019.09.20 ここまで修正 */