@charset "Shift_JIS";

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
label {
  font-weight: normal;
  margin-bottom: 0;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.card-header {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
.form-group {
  display: flex;
}
}

/*-------------------------------------------------
	PAGE BASE
-------------------------------------------------*/
body {
  background: #fff;
  line-height: 1.231;
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: none;
  font-family: ".HiraKakuInterface-W2", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#page {
  margin: 0 auto;
  background: #fff;
}

.content {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767.99px) {
.content {
  padding: 0 15px;
}
}

#page-header {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}

#page-header .header_content {
  display: flex;
  height: 66px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767.99px) {
#page-header .header_content {
  height: 54px;
  width: 100%;
  padding: 0 10px;
}
}

#page-header .header_logo {
  margin: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
@media only screen and (max-width: 767.99px) {
#page-header .header_logo {
  padding-right: 10px;
}
}

#page-header .header_logo img {
  width: 140px;
  height: 38px;
}
@media only screen and (max-width: 767.99px) {
#page-header .header_logo img {
  width: 98px;
}
}

#page-header .page_title {
  padding: 10px 0 10px 20px;
  margin: 10px 0;
  border-left: 1px solid #ebebeb;
  font-size: 20px;
  font-weight: 500;
  line-height:1;
  flex: 0 0 auto;
  display: flex;
}
@media only screen and (max-width: 767.99px) {
#page-header .page_title {
  padding-left: 10px;
  font-size: 13px;
  flex: 0 1 auto;
}
}

#page-header .page_title span {
  display: flex;
  align-items: center;
  justify-content: center;
}


#page-subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #2f5289;
  font-size: 24px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767.99px) {
#page-subtitle {
  font-size: 20px;
}
}

#page-content {
  display: block;
}

#footerLink {
  background: #f5f5f5;
  font-size: 12px;
  color: #666;
  font-size: 93%;
}

#footerLink ul {
  margin: 0;
  padding: 20px 0 20px;
  list-style: none;
}
#footerLink ul li {
  line-height: 1.8;
}

#footerLink a {
  color: #666;
}

#footerLink a[target="_blank"] {
  background: transparent url(/apl_sc/vlmail/img/icon_blank.svg) right center no-repeat;
  background-size: 13px 10px;
  padding-right: 16px;
}

#copyright {
  padding: 10px 0 10px;
  background: #fff;
}

#copyright p {
  margin: 0;
  font-size: 11px;
  letter-spacing: .02em;
  color: #555;
  font-weight: 300;
  line-height: 1.8;
}


.page-parts {
  margin: 20px 20px 30px 20px;
}
@media only screen and (max-width: 767.99px) {
.page-parts {
  margin: 10px 0 20px 0;
}
}


.c-box {
  margin-bottom: 15px;
}
ul.c-list {
  line-height: 1.8;
  list-style: none;
}
ul.c-list>* {
  position: relative;
  padding-left: 1.5em;
}
ul.c-list>*:last-child {
  margin-bottom: 0;
}
ul.c-list>*:before {
  content: '';
  position: absolute;
  top: .7em;
  left: .25em;
  width: .285em;
  height: .285em;
  background: #727272;
  border-radius: 50%;
  transform: rotate(35deg);
}

.card-body {
  line-height: 1.5;
}


/*-------------------------------------------------
	GROUP LOGO
-------------------------------------------------*/
.header_group_logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 15px;
  height: 36px;
  color: #fff;
  background: #036;
  line-height: 1;
}
@media only screen and (max-width: 767.99px) {
.header_group_logo {
  padding: 0 12px;
}
}

.group_logo a {
  display: block;
}
@media only screen and (max-width: 767.99px) {
.group_logo a {
  display: inline-block;
  line-height: 12px;
}
}

.group_logo img {
  width: 72px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 767.99px) {
.group_logo img {
  /*width: auto;*/
  height: 12px;
}
}


/*-------------------------------------------------
	STEP
-------------------------------------------------*/
.step {
  list-style-type: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.step li {
  display: table-cell;
  position: relative;
  background: #f5f5f1;
  padding: 1em 0.5em 1em 2em;
  color: #000;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767.99px) {
.step li {
  font-size: 0.8em;
}
}

.step li:first-child {
  padding-left: 1em;
}

.step li:last-child {
  padding-right: 1em;
}

.step li:last-child:before,
.step li:last-child:after {
  display: none;
}

.step li:before,
.step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.step li:before {
  top: -18px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.step li:after {
  top: -18px;
  right: -.8em;
  border-style: solid;
  border-color: transparent transparent transparent #f5f5f1;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.step li.is-current {
  background: #2f5289;
  font-weight: bold;
  color: #fff;
}

.step li.is-current:after {
  border-color: transparent transparent transparent #2f5289;
}


/*-------------------------------------------------
	BUTTON
-------------------------------------------------*/
.c-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto;
}
@media only screen and (max-width: 767.99px) {
.c-button-wrap {
  margin: 20px auto;
}
}

.c-button-wrap > * {
  margin: 10px 10px;
}
@media only screen and (max-width: 767.99px) {
.c-button-wrap > * {
  margin: 10px 5px;
}
}

.c-button:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #fff;
  border-radius: 25px;
  pointer-events: none;
  opacity: 0;
}

.c-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: #fff;
  line-height: inherit;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  min-height: 50px;
  background: #2f5289;
  border: 1px solid #2f5289;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.45;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 767.99px) {
.c-button {
  font-size: 14px;
}
}

.c-button:hover {
  text-decoration:none
}

.c-button:hover:before {
  -webkit-animation: button-hover 800ms ease-in-out;
  animation: button-hover 800ms ease-in-out
}

.c-button.disabled:hover:before {
  -webkit-animation: none;
  animation: none;
}

/* 青ボタン */
.c-button.link {
  color: #fff;
  background: #2f5289;
  border-color: #2f5289;
}

.c-button.link:hover,
.c-button.link:focus {
  color: #fff;
  text-decoration: none;
}

/* 緑ボタン */
.c-button.main {
  color: #fff;
  background: #1e865e;
  border-color: #1e865e;
}

.c-button.main:hover {
  color: #fff;
}

/* 無効ボタン */
.c-button.disabled {
  color: #999;
  background: #eee;
  border-color: #ddd;
}

.c-button.disabled:hover {
  color: #999;
}

/* 白ボタン */
.c-button.cancel {
  color: #1e865e;
  background: #fff;
  border-color: #69b884;
}

.c-button.cancel:hover {
  color: #1e865e;
}

@-webkit-keyframes button-hover {
  20% { opacity: .5 }
  100% { opacity: 0 }
}
@keyframes button-hover {
  20% { opacity: .5 }
  100% { opacity: 0 }
}

.w-200 {
  min-width: 200px;
}

.w-150 {
  min-width: 150px;
}

.c-button.main:after,
.c-button.link:after,
.c-button.next:after {
  font-family: 'sonylife' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e906';
  position: absolute;
  top: calc(50% - 5px);
  right: 12px;
  font-size: 11px;
}

.c-button.back:after {
  right: auto;
  left: 12px;
  transform: rotate(180deg);
}

.c-button.under:after {
  transform: rotate(90deg);
}


/*-------------------------------------------------
	FORM
-------------------------------------------------*/
.inputTitle {
  background-color: #f5f5f5;
  padding-top:10px;
  padding-bottom:10px;
}
.inputTitle label {
  font-weight: bold;
}

.labelRequired {
  background-color: #d60008;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  color: #fff;
}

.inputAtt {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.inputBody {
  background-color: #fafafa;
  padding-top:10px;
  padding-bottom:10px;
}

.errorStyle {
  background-color: #ffdddd;
}

.errorMessage {
  display: block;
  font-size: 11px;
  color: #d60008;
  margin-top: 0;
  margin-bottom: 5px;
  height: 10px;
  padding-top: 5px;
}

.notice {
  color: #d60008;
  font-weight: bold;
}

@media only screen and (max-width: 767.99px) {
input[type="email"] {
  font-size: 16px;
}
}

/* checkbox */
div.form-check {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
}

div.form-check label {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 5px 5px 5px 37px;
}

div.form-check label:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 5px;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 2px 0px #2f5289;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #2f5289;
}

div.form-check input[type="checkbox"] {
  display: block;
  filter: alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

div.form-check input[type="checkbox"]:checked + label:before {
  background-color: #4c6bbe;
  background: #4c6bbe url(/apl_sc/vlmail/img/label_checked.png) center no-repeat;
  background-size: 16px;
}

div.form-check input[type="checkbox"]:focus + label,
div.form-check label:hover {
  box-shadow: 0 0 4px #004AA1;
}

div.form-check p {
  margin-top: 0;
  margin-left: 37px;
}


/*-------------------------------------------------
	MODAL
-------------------------------------------------*/
#modal_confirmContent {
  padding: 10px;
  border: 1px solid #ddd;
  word-wrap: break-word;
  font-weight: bold;
}

#modal_button-wrap {
  margin-top: 5px;
  margin-bottom: 10px;
}


/*-------------------------------------------------
	LODING
-------------------------------------------------*/
#overlay{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #999 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}


/*-------------------------------------------------
	ACCORDION
-------------------------------------------------*/
*[data-toggle="collapse"] {
  position: relative;
  cursor: pointer;
}

*[data-toggle="collapse"]:before,
*[data-toggle="collapse"]:after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 24px;
  width: 12px;
  height: 2px;
  background: #2f5289;
  transition: all 400ms ease;
  z-index: 1;
}

*[data-toggle="collapse"]:before {
  transform: rotate(90deg);
}

*[data-toggle="collapse"]:after {
  transform: rotate(0deg);
}

@keyframes faq-list-hover {
  20% { background-color: rgba(#f5f5f5, 1); }
  100% { background-color: rgba(#f5f5f5, 0); }
}

*[data-toggle="collapse"]:hover {
  animation: faq-list-hover 400ms ease-in-out;
}

*[data-toggle="collapse"].in:before {
  transform: rotate(0deg);
  opacity: 0;
}