
@charset "utf-8";

/* ======================================================
 * enter_pc.css
====================================================== */
/* ---------------------------
 * lead
----------------------------*/
.enter-lead {
  margin-bottom: 25px;
  text-align: center;
  color: #c00;
  font-weight: bold;
}
.gp-items-center .enter-lead {
  margin-bottom: 0;
}
.enter-lead + * {
  margin-top: 0 !important;
}

/* ---------------------------
 * heading
----------------------------*/
.enter-heading-v01 {
  margin-bottom: 20px;
  padding: 12px 5px 10px;
  background: #fff0f0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #c00;
  text-align: center;
  line-height: 1.25;
}
.enter-heading-v01 + * {
  margin-top: 0 !important;
}

/* ---------------------------
 * box
----------------------------*/
.enter-box-v01 {
  margin-top: 20px;
  padding: 20px;
  border: 3px solid #fcc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.enter-box-v01 > *:first-child {
  margin-top: 0 !important;
}
.enter-box-v01 .box_title {
  margin-bottom: 1em;
  font-weight: bold;
}
.enter-box-v01 .box_title + * {
  margin-top: 0 !important;
}

.enter-box-v2 {
  border: 2px solid #f90;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.enter-box-v2 .box_head {
  padding: 15px 0;
  background: #fff8de;
  color: #300;
  text-align: center;
}
.enter-box-v2 .box_title {
  display: inline-block;
  margin-bottom: 7px;
  padding: 0 28px 7px;
  border-bottom: 2px solid #f90;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.25;
}
.enter-box-v2 .box_title > span {
  position: relative;
  display: inline-block;
  padding-left: 65px;
}
.enter-box-v2 .box_title > span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 42px;
  margin-top: -21px;
  background: url(/hojin/kouritsuka/biz-net/img/enter_ic01.png) 0 0 no-repeat;
  content: "";
}
.enter-box-v2 .box_subtitle {
  font-weight: bold;
}
.enter-box-v2 .box_detail {
  padding: 15px 20px 30px;
}
.enter-box-v2 .box_detail > *:first-child {
  margin-top: 0 !important;
}
.enter-box-v2 .box_hr {
  padding: 25px 0;
}
.enter-box-v2 .box_hr > hr {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #f90;
}
.enter-box-v2 .box_hr + * {
  margin-top: 0 !important;
}
.enter-box-v3 {
  margin-top: 20px;
  border: 2px solid #0b308e;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.enter-box-v3 .box_column {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.enter-box-v3 .box_column > .box_item {
  width: 50%;
}
.enter-box-v3 .box_item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 10px;
}
.enter-box-v3 .box_item.as-bg-01 {
  background: #fff8de;
}
.enter-box-v3 .box_text {
  text-align: center;
}
.enter-box-v3 .box_text + .box_text {
  margin-top: 10px;
}
.enter-box-v3 .link-button.box_button {
  margin-top: 10px;
}
.enter-box-v3 .link-button.box_button > li > a {
  min-width: 300px;
  padding-top: 6px;
  padding-bottom: 5px;
}
.enter-box-v4 {
  padding: 10px 40px 15px;
  background: #f3f3f3;
}
.enter-box-v4 > *:first-child {
  margin-top: 0 !important;
}
.enter-box-v4 .box_head {
  margin-bottom: 5px;
  text-align: center;
}
.enter-box-v4 .box_head + * {
  margin-top: 0 !important;
}
.enter-box-v4 .box_title > li {
  display: inline-block;
  font-weight: bold;
}
.enter-box-v4 .box_title > li + li {
  margin-left: 10px;
}
.enter-box-v4 .box_title > li [class*="i-bank"] {
  margin: -.2em 5px 0 0;
  vertical-align: middle;
}
.enter-box-v4 .link-button.box_button {
  margin-top: 0;
}
.enter-box-v4 .link-button-v8.box_button-login > li > a {
  padding-top: 17px;
  padding-bottom: 16px;
  font-size: 2.1rem;
}
.enter-box-v4 .link-button.box_button {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.enter-box-v4 .link-button.box_button > li {
  margin-top: 10px;
}
.enter-box-v4 .link-button.box_button > li > a {
  width: 100%;
  min-width: 0;
  padding-top: 10px;
  padding-bottom: 9px;
}
.enter-box-v4 .link-button.box_button > li {
  width: calc(50% - 5px);
}
.enter-box-v4 .link-button.box_button > li:first-child {
  width: 100%;
}
.enter-box-v4 .link-button.box_button > li:nth-child(3n) {
  margin-left: 10px;
}
.enter-box-v5 {
  margin: 30px 0 0;
  text-align: center;
}
.enter-box-v5 .box_inner {
  display: inline-block;
  min-width: 600px;
  background: #f6f6f6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 22px 25px;
  font-size: 1.4rem;
}
.enter-box-v5 .box_lead {
  display: -webkit-flex;
  display: flex;
}
.enter-box-v5 .box_text {
  text-align: left;
}
.enter-box-v5 .box_icon + .box_text {
  margin-left: 20px;
}

/* ---------------------------
 * list
----------------------------*/
.enter-list {
  margin-top: 1em;
  color: #300;
  font-weight: bold;
}
.enter-list > li {
  position: relative;
  padding-left: 32px;
}
.enter-list > li::before {
  display: block;
  position: absolute;
  width: 20px;
  height: 15px;
  background: url(/common/img/com_sprite01.png) -300px 0 no-repeat;
  top: 0.2em;
  left: 0;
  content: "";
}
.enter-list > li + li {
  margin-top: 1em;
}

/* ---------------------------
 * butotn
----------------------------*/
.enter-button-v01 {
  margin-top: 25px;
}
.enter-button-v01 + .enter-button-v01 {
  margin-top: 10px;
}
.enter-button-v01 > .block {
  display: block;
  padding: 13px 10px 11px 28px;
  background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
  border: 1px solid #ddd;
  border-bottom: 2px solid #bbb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  color: #333;
  text-decoration: none;
}
.enter-button-v01.is-large > .block {
  padding: 14px 10px 13px 36px;
}
.enter-button-v01 > a.block:hover {
  opacity: .7;
}
.enter-button-v01 .button_label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.enter-button-v01 .button_icon + .button_detail {
  margin-left: 20px;
}
.enter-button-v01 .button_head-v01 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.25;
}
.enter-button-v01 .button_head-v02 {
  font-weight: bold;
}
.enter-button-v01 .button_head-v03 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}
.enter-button-v01 .button_head-v03 .sub {
  font-size: 1.5rem;
  font-weight: normal;
}
.enter-button-v01 .button_text {
  font-size: 1.3rem;
  line-height: 1.3;
}
.enter-button-v01 .button_label .link-text {
  margin-top: 0;
}
.enter-button-v01 .button_label .link-text > li + li {
  margin-top: 2px;
}

/* ---------------------------
 * Component
----------------------------*/
.entry-search {
  margin-top: 20px;
  text-align: center;
}
.entry-search .search_text {
  font-size: 1.4rem;
}
.entry-search .link-button-v10.search_button {
  margin-top: 15px;
}
.entry-search .link-button-v10.search_button > li > a {
  min-width: 230px;
  padding: 12px 34px 10px 56px;
  font-size: 1.6rem;
}




