@charset "UTF-8";

body {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Layout - header */
.l-form-header {
  max-width: 800px;
  margin: 0 auto;
}

.l-form-header::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .l-form-header {
    width: auto;
    margin: 0 8px;
  }
}

.l-form-header__logo {
  float: left;
  padding: 1em 0;
}

@media screen and (max-width: 767px) {
  .l-form-header__logo {
    width: 112px;
    text-align: center;
  }
}

.l-form-header__fontsize {
  float: right;
  padding: 1.2em 0 1em;
  color: #666;
}

.l-form-header__user-type-container {
  position: fixed;
  right: calc((100% - 800px) / 2);
  top: 15px;
  z-index: 9999;
}

.l-form-header__user-type-selected {
  background: #0082D5;
  color: white;
  padding: 5px 10px;
  border-radius: 6px;
}

.l-form-header__user-type {
  font-size: 135%;
}

/* Layout - body */
.l-form-body {
  max-width: 800px;
  margin: 0 auto 5em;
}

@media screen and (max-width: 767px) {
  .l-form-body {
    width: auto;
    margin: 0 8px 3em;
  }
}

/* Layout - footer */
.l-form-footer {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em 0;
  color: #666;
  font-size: .75rem;
  border-top: 1px solid #ccc;
}

/* フォームページ タイトル */
.p-form-title {
  margin: 0 0 1em;
  padding: .6em;
  border-left: 5px solid #3f66be;
  background: #052571;
  background: -webkit-gradient(linear, left top, left bottom, from(#052571), to(#073295));
  background: -webkit-linear-gradient(top, #052571 0%, #073295 100%);
  background: -o-linear-gradient(top, #052571 0%, #073295 100%);
  background: linear-gradient(to bottom, #052571 0%, #073295 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#052571', endColorstr='#073295', GradientType=0);
  font-size: 1.5rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-form-title {
    font-size: 1.3rem;
  }
}

/* フロー図 */
.p-form-flow {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-form-flow img {
    width: 100%;
  }
}

/* エラー表示 */
.p-form-errors {
  margin: 1em 0;
  padding: 1.5em;
  border: 2px solid #c00;
  background: #fff1f1;
}

@media screen and (max-width: 767px) {
  .p-form-errors {
    padding: 1em;
  }
}

/* 見出し */
.p-form-heading {
  color: #062c83;
  font-size: 1.125rem;
  background: #e0e6f3;
  border-left: 5px solid #062c83;
  margin: 2em 0 1em;
  padding: .6em .8em;
}

.p-form-heading--complete {
  margin-top: 0;
  padding: 0 0 .5em;
  border-bottom: 1px solid #ccc;
}

/* 同意ブロック */
.p-form-agree,
.p-form-agree--style2,
.p-form-agree--baseball {
  margin: 0 0 2em;
  padding: .6em 1.5em 1.5em;
  border: 1px solid #ccc;
  background: #fff6e6;
}

.p-form-user-type {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {

  .p-form-agree,
  .p-form-agree--style2,
  .p-form-agree--baseball {
    padding: .4em 1em 1em;
  }
}

.p-form-agree--style2 {
  background: #f0f7ea;
}

.p-form-agree--baseball {
  background: #e8f1fa;
}

.p-form-agree__label {
  float: left;
  font-size: 1.125rem;
  font-weight: bold;
}

.p-form-agree__print {
  float: right;
}

.p-form-agree__button,
.p-form-agree__button--error {
  padding: .4em 0;
  text-align: center;
}

.p-form-agree__button--error {
  border: 1px solid #f00;
  background: #fdd;
}

.p-form-usertype__button,
.p-form-usertype__button--error {
  padding: .4em 0;
  text-align: center;
  border: solid;
}


/* フォームコンテンツ部分 */
.p-form-body {
  margin: 0 0 3em;
}

@media screen and (max-width: 767px) {
  .p-form-body {
    margin: 0 0 3em;
  }
}

/* フォームコンテンツ部分のブロック */
.p-form-block {
  margin: 0 0 3em;
}

@media screen and (max-width: 767px) {
  .p-form-block {
    margin: 0 0 3em;
  }
}

/* フォーム完了コンテンツ部分のブロック */
.p-form-complete,
.p-form-complete--style2,
.p-form-complete--baseball {
  padding: 1.5em;
  border: 1px solid #ccc;
  background: #fff6e6;
}

.p-form-complete--style2 {
  background: #f0f7ea;
}

.p-form-complete--baseball {
  background: #e8f1fa;
}

/* テーブルスタイル */
.p-form-table,
.p-form-table--style2,
.p-form-table--baseball,
.p-form-scroll-table,
.p-form-scroll-table--style2,
.p-form-scroll-table--baseball {
  width: 100%;
  margin: 1.5em 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}

.p-form-table th,
.p-form-table--style2 th,
.p-form-table--baseball th,
.p-form-scroll-table th,
.p-form-scroll-table--style2 th,
.p-form-scroll-table--baseball th,
.p-form-table td,
.p-form-table--style2 td,
.p-form-table--baseball td,
.p-form-scroll-table td,
.p-form-scroll-table--style2 td,
.p-form-scroll-table--baseball td {
  padding: .8em;
  text-align: left;
  border: 1px solid #ccc;
}

.p-form-table th,
.p-form-table--style2 th,
.p-form-table--baseball th,
.p-form-scroll-table th,
.p-form-scroll-table--style2 th,
.p-form-scroll-table--baseball th {
  font-size: .9375rem;
  font-weight: bold;
  background: #fff6e6;
}

.p-form-table .p-form-table__heading-noborder,
.p-form-table--style2 .p-form-table__heading-noborder,
.p-form-table--baseball .p-form-table__heading-noborder,
.p-form-scroll-table .p-form-table__heading-noborder,
.p-form-scroll-table--style2 .p-form-table__heading-noborder,
.p-form-scroll-table--baseball .p-form-table__heading-noborder,
.p-form-table .p-form-table__pc-heading-noborder,
.p-form-table--style2 .p-form-table__pc-heading-noborder,
.p-form-table--baseball .p-form-table__pc-heading-noborder,
.p-form-scroll-table .p-form-table__pc-heading-noborder,
.p-form-scroll-table--style2 .p-form-table__pc-heading-noborder,
.p-form-scroll-table--baseball .p-form-table__pc-heading-noborder {
  border: none;
}


.p-form-table .p-form-table__pc-heading-noborder,
.p-form-table--style2 .p-form-table__pc-heading-noborder,
.p-form-table--baseball .p-form-table__pc-heading-noborder,
.p-form-scroll-table .p-form-table__pc-heading-noborder,
.p-form-scroll-table--style2 .p-form-table__pc-heading-noborder,
.p-form-scroll-table--baseball .p-form-table__pc-heading-noborder {
  border: none;
}

.p-form-table .p-form-table__heading-second,
.p-form-table--style2 .p-form-table__heading-second,
.p-form-table--baseball .p-form-table__heading-second,
.p-form-scroll-table .p-form-table__heading-second,
.p-form-scroll-table--style2 .p-form-table__heading-second,
.p-form-scroll-table--baseball .p-form-table__heading-second {
  background-color: floralwhite;
}

@media screen and (max-width: 767px) {

  .p-form-table .p-form-table__pc-heading-noborder,
  .p-form-table--style2 .p-form-table__pc-heading-noborder,
  .p-form-table--baseball .p-form-table__pc-heading-noborder,
  .p-form-scroll-table .p-form-table__pc-heading-noborder,
  .p-form-scroll-table--style2 .p-form-table__pc-heading-noborder,
  .p-form-scroll-table--baseball .p-form-table__pc-heading-noborder {
    border: 1px solid #ccc;
  }
}

@media screen and (max-width: 767px) {

  .p-form-table,
  .p-form-table--style2,
  .p-form-table--baseball {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  .p-form-table thead,
  .p-form-table--style2 thead,
  .p-form-table--baseball thead,
  .p-form-table tbody,
  .p-form-table--style2 tbody,
  .p-form-table--baseball tbody,
  .p-form-table tr,
  .p-form-table--style2 tr,
  .p-form-table--baseball tr,
  .p-form-table th,
  .p-form-table--style2 th,
  .p-form-table--baseball th,
  .p-form-table td,
  .p-form-table--style2 td,
  .p-form-table--baseball td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .p-form-scroll-table th,
  .p-form-scroll-table--style2 th,
  .p-form-scroll-table--baseball th,
  .p-form-scroll-table td,
  .p-form-scroll-table--style2 td,
  .p-form-scroll-table--baseball td {
    white-space: nowrap;
  }
}

.p-form-table--style2 th,
.p-form-scroll-table--style2 th {
  background: #f0f7ea;
}

.p-form-table--style2 .p-form-table__heading-second,
.p-form-scroll-table--style2 .p-form-table__heading-second {
  background-color: #f5faf1;
}

.p-form-table--baseball th,
.p-form-scroll-table--baseball th {
  background: #e8f1fa;
}

.p-form-table--baseball .p-form-table__heading-second,
.p-form-scroll-table--baseball .p-form-table__heading-second {
  background-color: #f0f6fc;
}

.p-form-table__buttons label {
  display: inline-block;
  margin-bottom: .5em;
}

.p-form-table__error {
  background: #fff1f1;
}

.p-form-table__note {
  font-size: .875rem;
}

table .p-form-table__note-cell {
  color: #555;
  font-size: .875rem;
  background: #f1f1f1;
}

.p-form-table__errortext {
  margin: .3em 0;
  color: #c00;
  font-weight: bold;
  clear: both;
}

.p-form-table__list--columntwo {
  position: relative;
}

.p-form-table__list--columntwo dt {
  position: absolute;
  width: 5em;
  padding: .8em 0 0;
  font-weight: bold;
}

.p-form-table__list--columntwo dd {
  padding: 0 0 0 5.5em;
}

.p-form-table__list--columntwo-confirm dt {
  padding-top: 0;
}

/* アイコン */
.p-form-icon--require,
.p-form-icon--option {
  display: inline-block;
  margin: .2em .3em;
  padding: .3em .5em;
  font-size: .75rem;
  font-weight: bold;
  line-height: 1;
  background: #FFF;
  border: 1px solid;
  border-radius: .2em;
}

.p-form-icon--require {
  color: #c00;
}

.p-form-icon--option {
  color: #5487c0;
}

/* インプットスタイル */
.p-form-input-text--1,
.p-form-input-text--2,
.p-form-input-text--3,
.p-form-input-text--4,
.p-form-input-textarea,
.p-form-table select,
.p-form-table--style2 select,
.p-form-table--baseball select {
  margin: .3em 0;
  padding: 5px;
  border: 1px solid #3f6ed7;
  -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.p-form-input-text--1:focus,
.p-form-input-text--2:focus,
.p-form-input-text--3:focus,
.p-form-input-text--4:focus,
.p-form-input-textarea:focus,
.p-form-table select:focus,
.p-form-table--style2 select:focus,
.p-form-table--baseball select:focus {
  border: 1px solid #6293ff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(169, 195, 255, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(169, 195, 255, 0.75);
}

@media screen and (max-width: 767px) {

  .p-form-input-text--1,
  .p-form-input-text--2,
  .p-form-input-text--3,
  .p-form-input-text--4,
  .p-form-input-textarea,
  .p-form-table select,
  .p-form-table--style2 select,
  .p-form-table--baseball select {
    font-size: 1.14286rem;
  }
}

.p-form-input-text--1 {
  width: 3.5em;
}

.p-form-input-text--2 {
  width: 8em;
}

@media screen and (max-width: 767px) {
  .p-form-input-text--2 {
    width: 7em;
  }
}

.p-form-input-text--3 {
  width: 16em;
}

@media screen and (max-width: 767px) {
  .p-form-input-text--3 {
    width: 11em;
  }
}

.p-form-input-text--4 {
  width: 22em;
}

@media screen and (max-width: 767px) {
  .p-form-input-text--4 {
    width: 100%;
  }
}

.p-form-input-textarea {
  width: 22em;
}

@media screen and (max-width: 767px) {
  .p-form-input-textarea {
    width: 100%;
  }
}

.p-form-table .is-disabled,
.p-form-table--style2 .is-disabled,
.p-form-table--baseball .is-disabled {
  color: #c2c2c2;
  background: #e6e6e6;
  border-color: #bbb;
}

.p-form-table .is-disabled a,
.p-form-table--style2 .is-disabled a,
.p-form-table--baseball .is-disabled a {
  opacity: .4;
}

/* 1カラムのリスト */
.p-form-list--columnone {
  margin: 0;
}

.p-form-list--columnone dt {
  font-weight: bold;
}

.p-form-list--columnone dd {
  margin: 0 0 .8em;
}

.p-form-list--columnone dd:last-child {
  margin-bottom: 0;
}

.p-form-list--columnone dd input,
.p-form-list--columnone dd select {
  margin-top: 0;
}

/* 入力欄 */
.p-form-alt-input::after {
  content: "";
  display: block;
  clear: both;
}

.p-form-alt-input__select {
  float: left;
  margin: 0;
}

.p-form-alt-input__box {
  float: left;
  margin: 0 0 0 1em;
}

/* 満年齢 */
.input_birthday {
  display: inline-block;
  margin-right: 1em;
}

.input_birthday_age {
  display: inline-block;
}

.age_text,
.age_text2 {
  display: inline-block;
  padding: 12px 0 0;
}

#age {
  display: inline-block;
  width: 40px;
  margin: 4px 10px;
  padding: 5px;
  color: #999;
  font-size: 110%;
  text-align: center;
  border: 1px solid #9ab4ef;
  -webkit-box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

input {
  margin-right: 0.3em;
}

/* disabled */
.p-form-disabled {
  color: #c2c2c2;
  background: #ebebeb;
}

.p-form-disabled input,
.p-form-disabled select {
  background: #e6e6e6;
  border: 1px solid #bbb;
}

.p-form-hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-form-hide {
   display: none !important;
  }
}

/* 地銀GW接続確認画面 */
.p-form-block-link {
  position: relative;
  margin: 0 0 1.3em;
  padding: 1.5em;
  background: #fbecee;
  border: 2px solid #f4bec4;
}

.p-form-block-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 68px;
  height: 58px;
  background: url("/img/form/bg_link_arrow.png") no-repeat;
}

.p-form-block-link__title {
  margin: 0 0 30px;
  font-size: 158%;
  font-weight: bold;
}

/* web完結フォームのエラー画面 */
.p-form-block-error {
  text-align: center;
  border: 2px solid #c00;
  margin: 0 0 50px;
  padding: 20px;
}

.p-form-block-error__title {
  font-size: 115%;
  font-weight: bold;
  color: #c00;
  margin: 0 0 .5em;
}

.p-form-block-error__system-code {
  color: #999;
  margin: 0 0 1em;
}

.p-form-block-error__list dt {
  font-weight: bold;
}

.p-form-block-error__list dd {
  margin: .5em 0;
}

.p-form-block-error__tel {
  font-size: 186%;
  font-weight: bold;
}

.p-form-block-error__tel img {
  vertical-align: middle;
  margin: 0 7px 0 0;
}

select:invalid {
  height: 0px !important;
  opacity: 0 !important;
  position: absolute !important;
  display: flex !important;
}

.select-secret {
  height: 0px !important;
  opacity: 0 !important;
  position: absolute !important;
  display: flex !important;
}


/* カタログリスト */
.p-catalog-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px dotted #ccc;
}

.p-catalog-list::after {
  content: "";
  display: block;
  clear: both;
}

.p-catalog-list__item,
.p-catalog-list__item--cursor,
.p-catalog-list__item--disabled {
  position: relative;
}

.p-catalog-list__item input[type="checkbox"],
.p-catalog-list__item--cursor input[type="checkbox"],
.p-catalog-list__item--disabled input[type="checkbox"] {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
}

.p-catalog-list__item label,
.p-catalog-list__item--cursor label,
.p-catalog-list__item--disabled label {
  display: block;
  border-bottom: 1px dotted #ccc;
  padding: .7em 10px .7em 35px;
}

.p-catalog-list__item--cursor label {
  cursor: pointer;
}

.p-catalog-list__item--cursor label:hover {
  background: #f1f1f1;
}

.p-catalog-list__item--disabled {
  color: #777;
}

.p-catalog-list__item--disabled label {
  background: #e6e6e6;
}

.p-catalog-list__label {
  margin: 0 0 .3em;
  font-weight: bold;
}

.p-catalog-list-meta {
  position: relative;
  margin: .3em 0 0;
  font-size: .875rem;
}

.p-catalog-list-meta__heading {
  position: absolute;
  color: #666;
  font-weight: bold;
}

.p-catalog-list__item--disabled .p-catalog-list-meta__heading {
  color: #999;
}

.p-catalog-list-meta__description {
  margin: 0;
  padding: 0 0 0 4em;
}

/* コピーボタン */
.p-copy-input-button {
  display: inline-block;
  margin-bottom: .5em;
  padding: .2em .5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f1f1f1;
  font-size: .875rem;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-copy-input-button:hover {
  color: #999;
}

@media screen and (max-width: 767px) {
  .p-copy-input-button:hover {
    color: inherit;
  }
}

/* フッターのコピーライト */
.p-form-copyright {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-form-copyright {
    margin: 0 8px;
  }
}

.p-form-select-button {
  height: 100px;
  width: 250px;
  margin: 10px 20px;
}


.chosen-single,
.chosen-drop,
.chosen-search-input {
  border: 1px solid #3f6ed7 !important;
  background: #fff !important;
  border-radius: 0px !important;
}

.loading {
  border: 4px solid #3f6ed7;
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  margin-right: 5px !important;
  float: left;
  width: 20px;
  height: 20px;
  margin: auto;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.inline-block {
  display: inline-block;
}