@charset "UTF-8";
/*--------------------------
 * テキスト要素
 *--------------------------*/
/* 見出し(青) */
.gc-title1 {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #0a2d88;
  line-height: 1;
  margin: 16px 0;
}
.gc-title1 + br {
  display: none;
}
/* 見出し(黒) */
.gc-title2 {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 1;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0 16px;
  margin-bottom: 16px;
}
.gc-title2 + br {
  display: none;
}
/* 本文（小）*/
.notes {
  font-size: 13px;
}
/* 赤文字 */
.alert-item {
  color: #ee3f09;
}
/* 太字 */
.bold {
  font-weight: bold;
}
/* 背景灰色 */
.section {
  padding: 16px;
  background: #f1f1f1;
  border-radius: 3px;
  overflow: hidden;
  color: #4e4e4e;
}
.section.notes {
  font-size: 15px;
}
.section.alert {
  background: #ffe8e8;
}
.section.attention {
  background: #ecf3f7;
  color: #07278a;
  font-weight: bold;
}
/*--------------------------
 * エラー文言
 *--------------------------*/
#jsfError ul {
  display: block;
  padding: 16px;
  background: #ffe8e8;
  border-radius: 3px;
  overflow: hidden;
  color: #ee3f09;
  text-align: center;
  margin-bottom: 20px;
}
#jsfError li {
  font-weight: bold;
}
/*--------------------------
 * ボタン
 *--------------------------*/
input[type="submit"],
input[type="button"] {
  width: 100%;
  padding: 19px 60px;
  border-radius: 3px;
  -webkit-appearance: none;
}
#gc-dummy-btn {
  width: 100%;
  border-radius: 3px;
  font-weight: bold;
  -webkit-appearance: none;
}
.btn {
  border: 1px solid #c4c4c4;
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  cursor: pointer;
}
.btn:hover {
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
}
.btn-normal2 {
  padding: 12.8px 0;
  background: linear-gradient(#0d2b8b, #0d2b8b);
  color: #fff;
}
.btn-normal2:hover {
  background: linear-gradient(#0d2b8b, #0d2b8b);
}
.btn-submit3 {
  padding: 12.8px 0;
  background: linear-gradient(#ea7817, #f09123);
  color: #fff;
}
.btn-submit3:hover {
  background: linear-gradient(#ea7817, #f09123);
}
.btn-submit {
  color: #fff;
  background: url(/template/img/pc/btn_arrow_right.svg) no-repeat 95% center, linear-gradient(to bottom, #0b2d87 0%, #2d4c9f 100%);
  background-size: 13px 16px, 100% 100%;
  border: 1px solid #055392;
  box-shadow: 0px 1px rgba(0, 0, 0, 0.35);
}
.btn-submit:hover {
  background: url(/template/img/pc/btn_arrow_right.svg) no-repeat 95% center, linear-gradient(to bottom, #0b2466 0%, #0b2466 100%);
  background-size: 13px 16px, 100% 100%;
}
.btn-submit2 {
  color: #fff;
  background: url(/template/img/pc/btn_arrow_right.svg) no-repeat 95% center, linear-gradient(to bottom, #028ae2 0%, #2ca6f9 100%);
  background-size: 13px 16px, 100% 100%;
  border: 1px solid #0088e3;
  box-shadow: 0px 1px rgba(0, 0, 0, 0.35);
}
.btn-submit2:hover {
  background: url(/template/img/pc/btn_arrow_right.svg) no-repeat 95% center, linear-gradient(to bottom, #0964cd 0%, #0964cd 100%);
  background-size: 13px 16px, 100% 100%;
}
.gc-prev,
.btn-submit1:not([disabled]),
.btn-submit2:not([disabled]) {
  cursor: pointer;
}
.btn-pdf {
  color: #000;
  background: url(/template/img/pc/btn_pdf.svg) no-repeat 11px center, linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  background-size: 26px 24px, 100% 100%;
}
.btn-pdf:hover {
  background: url(/template/img/pc/btn_pdf.svg) no-repeat 11px center, linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
  background-size: 26px 24px, 100% 100%;
}
#buttonarea {
  display: table;
  padding: 30px 0px;
  width: 100%;
}
#buttonarea .back {
  display: table-cell;
  width: 30%;
}
#buttonarea .submit {
  display: table-cell;
  width: 40%;
}
#buttonarea .dummy {
  display: table-cell;
  width: 30%;
}
/*--------------------------
 * ラジオボタン
 *--------------------------*/
.gc-radio label {
  display: block;
  width: 100%;
  padding: 11px;
  font-size: 16px;
  text-align: center;
  color: #000000;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  vertical-align: middle;
  background: url(/template/img/pc/ico_radio1.png) no-repeat 11px center, -webkit-linear-gradient(top, #ffffff, #ededed);
  background: url(/template/img/pc/ico_radio1.png) no-repeat 11px center, -moz-linear-gradient(top, #ffffff, #ededed);
  background: url(/template/img/pc/ico_radio1.png) no-repeat 11px center, linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  background-size: 30px 25px, 100% 100%;
}
.gc-radio input:checked + label {
  color: #0a3e86;
  border: 1px solid #0a3e86;
  background: url(/template/img/pc/ico_radio2.png) no-repeat 11px center, #edf5ff;
  background-size: 30px 25px, 100% 100%;
}
/*--------------------------
 * inputタグ, selectタグ
 *--------------------------*/
input[type="text"],
input[type="tel"],
input[type="password"],
select {
  padding: 11px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(200, 200, 200, 0.4) inset;
  -moz-box-shadow: 0 4px 4px 0 rgba(200, 200, 200, 0.4) inset;
  box-shadow: 0 4px 4px 0 rgba(200, 200, 200, 0.4) inset;
  font-weight: normal;
}
input[type="image"] {
  display: none;
}
select::-ms-expand {
  display: none;
}
select {
  /*padding-right: 35px;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/template/img/pc/ico_select.svg) no-repeat right 5px center / 12px 21.6px, -webkit-linear-gradient(top, #ffffff, #ededed);
  background: url(/template/img/pc/ico_select.svg) no-repeat right 5px center / 12px 21.6px, -moz-linear-gradient(top, #ffffff, #ededed);
  background: url(/template/img/pc/ico_select.svg) no-repeat right 5px center / 12px 21.6px, linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
select:hover,
select:focus {
  background: url(/template/img/pc/ico_select.svg) no-repeat right 5px center / 12px 21.6px, #f4f4f4;
}
select:disabled {
  background: url(/template/img/pc/ico_select.svg) no-repeat right 5px center / 12px 21.6px, -webkit-linear-gradient(top, #ffffff, #ffffff);
  background: url(/template/img/pc/ico_select.svg) no-repeat right 5px center / 12px 21.6px, -moz-linear-gradient(top, #ffffff, #ffffff);
  background: url(/template/img/pc/ico_select.svg) no-repeat right 5px center / 12px 21.6px, linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  color: #999;
}
select::-ms-value {
  background: none;
  color: #000;
}
/*
select:focus option:hover,
select:focus option:checked {
      background: red;
}
*/
input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="number"].error,
input[type="password"].error {
  background: #ffe8e8;
}
select.error,
select.error:hover,
select.error:focus {
  background: url(/template/img/pc/ico_select.svg) no-repeat right 5px center / 12px 21.6px, #ffe8e8;
}
/*--------------------------
 * checkbox
 *--------------------------*/
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  height: 30px;
  cursor: pointer;
  vertical-align: middle;
  padding-right: 10px;
}
input[type="checkbox"] + label:before {
  position: absolute;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  content: "";
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  top: 0px;
}
input[type="checkbox"] + label > span {
  display: table-cell;
  height: 30px;
  padding-left: 40px;
  vertical-align: middle;
}
input[type="checkbox"]:checked + label:before {
  position: absolute;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  content: "";
  border: 1px solid #0B81CA;
  border-radius: 5px;
  background: #0B81CA;
  padding: 7px 6px 0;
  line-height: 1.1;
  background: url("/template/img/pc/ico_checkbox.svg") 4px 4px;
  background-color: #0B81CA;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
/*--------------------------
 * テキストリンク
 *--------------------------*/
a {
  color: #0965cd;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.gc-lv_wrap:first-child {
  border-top: solid 1px #e0e0e0;
}
.gc-label,
.gc-value {
  border-width: 0;
  border-color: #e0e0e0;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  vertical-align: middle;
}
.gc-label:first-child,
.gc-value:first-child {
  border-left-width: 1px;
}
.gc-label {
  padding: 0 0;
  background: #f1f1f1;
  padding: 12.8px;
}
.gc-value {
  padding: 12.8px;
}
.gc-large_border > * {
  border-top: solid 3px #e0e0e0;
}
.gc-double_border {
  border-top: double 3px #e0e0e0;
}
/*--------------------------
 * モーダル
 *--------------------------*/
/*--------------------------
 * 検索ボックス
 *--------------------------*/
.logout-button.gc-button.gc-button4[type="submit"],
.logout-button.gc-button.gc-button4[type="button"],
input.gc-search[type="submit"],
input.gc-search[type="button"] {
  padding: 12.8px 0;
  background: linear-gradient(#0d2b8b, #0d2b8b);
  color: #fff;
  border: none;
  font-weight: normal;
  font-size: 12px;
  float: right;
  height: 44px;
  cursor: pointer;
}
input.gc-search[type="submit"]:hover,
input.gc-search[type="button"]:hover {
  background: linear-gradient(#0d2b8b, #0d2b8b);
}
.gc-searchWrap .gc-textBox {
  width: 79%;
  display: inline-block;
  height: 43px;
}
.gc-searchWrap .gc-search {
  width: 20%;
  display: inline-block;
  border-radius: 3px;
}
/*--------------------------
 * 戻るリンク
 *--------------------------*/
.gc-prev {
  color: #000;
  text-decoration: none;
}
.gc-prev {
  background: url(/template/img/pc/btn_arrow_left.svg) no-repeat left center;
  background-size: 26px 26px;
  display: inline-block;
  padding: 4px 0 5px 40px;
  font-weight: normal;
}
.gc-prev:hover span {
  text-decoration: underline;
}
/*--------------------------
 * 必須アイコン
 *--------------------------*/
.gc-req,
.required-item {
  margin-left: 10px;
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  background-color: #ea400c;
  font-size: 0!important;
  float: right;
}
.gc-req:before,
.required-item:before {
  font-size: 13px;
  content: "必須";
}
/*--------------------------
 * 地金カラー
 *--------------------------*/
.border-gold-h {
  width: 100%;
  height: 5px;
  background-color: #d9ad00;
}
.border-platinum-h {
  width: 100%;
  height: 5px;
  background: linear-gradient(270deg, #d8d8d8, #ededed);
}
.border-silver-h {
  width: 100%;
  height: 5px;
  background-color: #858585;
}
.border-gold {
  width: 6px;
  background-color: #d9ad00;
  border: none!important;
}
.border-platinum {
  width: 6px;
  background: linear-gradient(0deg, #d8d8d8, #ededed);
  border: none!important;
}
.border-silver {
  width: 6px;
  background-color: #858585;
  border: none!important;
}
/*--------------------------
 * ラジオボタン(非表示)
 *--------------------------*/
.gc_radio_area {
  display: none;
}
/*--------------------------
 * 資産状況
 *--------------------------*/
.asset_area {
  overflow: hidden;
  margin: 28px 0;
}
.asset_area table,
.asset_area tbody,
.asset_area tr,
.asset_area th,
.asset_area td {
  display: block;
  text-align: center;
}
.asset_area table {
  width: 22%;
  float: left;
  margin-right: 4%;
}
.asset_area table.dispInlB {
  margin-right: 0;
}
.asset_area table.dispInlB .table_gray {
  background-color: #f1f1f1;
  border: 1px solid #e0e0e0;
  padding: 10px 16px;
}
.asset_area table .lf,
.asset_area table .rig {
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.asset_area table .lf label {
  display: block;
  padding: 8px 16px;
}
.asset_area table .rig {
  padding: 14px 0;
  height: 50px;
  color: #7c7c7c;
}
.asset_area table .rig span {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-right: 8px;
}
/*--------------------------
 * その他非表示
 *--------------------------*/
[data-visible="on"] {
  display: none !important;
}
/*--------------------------
 *
 *--------------------------*/
.diff {
  background-color: #ffff99 !important;
}
.message-warning {
  font-weight: normal;
  text-align: left;
}
