@charset "utf-8";

/*----------------------------------------------------*/
/* Common Setting
/*----------------------------------------------------*/
#wrapperInner {
    width: 780px;
    margin: 0 auto;
    clear: both;
    zoom: 1;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #CCCCCC;
}

::placeholder{ /* Others */
	color: #CCCCCC;
}

/*----------------------------------------------------*/
/* entryPlanDocDl Setting
/*----------------------------------------------------*/
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
}

#entryPlanDocDlWrapper {
    clear: both;
    zoom: 1;
    padding: 20px 0 25px;
    border-bottom: 6px solid #cc0000;
    min-width: 980px;
}

#entryPlanDocDlTitleBox img {
	max-width: 100%;
    height: auto;
}

#entryPlanDocDlInfo p {
	font-size: 14px;
}

.borderLine {
	width:780px;
	border-bottom:1px dashed #d0d0d0;
}

#entryPlanDocDlPrivacy p {
	font-size: 12px;
	padding-top: 20px;
}

#hpgMessage p {
	font-size: 12px;
	padding-left: 220px;
	margin-top: 50px;
	margin-bottom: 20px;
}

#entryPlanReturnTop {
	font-size: 12px;
	padding-left: 300px;
	margin-bottom: 70px;
}

input.text {
	width:600px;
	height:25px;
	border-radius:5px;
	font-weight: bold;
	font-size: 18px;
	padding-left: 5px;
}

form dl dt {
	width: 165px;
	padding-top: 15px;
	float:left;
	clear:both;
	font-weight: bold;
	font-size: 15px;
}

form dl dd {
	padding-top: 10px;
	padding-bottom: 15px;
}

.mandatory_icon {
	color: #ffffff;
	background-color: #ff0000;
	padding: 0px 8px;
	margin: 0px 5px;
	font-size: 11px;
}

.any_icon {
	color: #ffffff;
	background-color: #c0c0c0;
	padding: 0px 8px;
	margin: 0px 5px;
	font-size: 11px;
}

.c-btn-blue,
.c-btn-white {
  display: inline-block;
  width: 780px;
  height: 65px;
  position: relative;
  border-radius: 5px;
  background-color: #2a88ae;
}
.c-btn-blue span,
.c-btn-white span {
  display: block;
  width: 100%;
  padding: 25px 0;
  position: absolute;
  border-radius: inherit;
  font-size: 18px;
  font-size: 1.2rem;
  color: white;
  line-height: 1;
  text-align: center;
}
.c-btn-blue:before,
.c-btn-white:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background-color: rgba(255,255,255,0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.c-btn-blue:hover:before,
.c-btn-white:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.c-btn-blue:active,
.c-btn-white:active {
  height: 50px;
  top: 4px;
}
.c-btn-blue:active span,
.c-btn-white:active span {
  height: 48px;
}

.c-btn-blue span {
  background-color: #3ba3cd;
  color: #fff;
}
.c-btn-white {
  background-color: #3ba3cd;
  border: 1px solid #3ba3cd;
}
.c-btn-white span {
  background-color: #fff;
  color: #3ba3cd;
}

.p-contact_data .c-btn-blue,
.p-contact_data .c-btn-white {
  margin-top: 2px;
}

.errorMessage > li {
    margin-top: 5px;
	margin-left: 170px;
    font-size: 12px;
    color: #E41A12;
}

input.errorText {
    background: #FFF1F1!important;
    border: #E41A12 solid 1px!important;
}

input.error {
    background: #FFF1F1!important;
    border: #E41A12 solid 1px!important;
}

.arrow_r {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #333;
	text-decoration: none;
}
.arrow_r:before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	margin-left: 515px;
	transform: rotate(45deg);
}