/* カスタマイズ用CSS */


/*--------------------------------------------------------------------------------
 *
 * 下層ページ　共通
 *
--------------------------------------------------------------------------------*/

.sub #main {
  background: none;
  padding-top: 55px;
}

.section {
  margin-bottom: 100px;
  line-height: 26px;
}

#hanyo .section p {
  margin-bottom: 25px;
}

.hanyo_title {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
  line-height: 26px;
}

.hanyo_title:before {
  content: "";
  display: block;
  width: 280px;
  height: 10px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -140px;
  background-color: #0071BC;
}

.hanyo_title h2 {
  text-align: center;
  font-size: 1.25rem;
  color: #0071BC;
}

.hanyo_title p {
  text-align: center;
  font-size: 0.875rem;
  color: #0071BC;
}

.hanyo_contents {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.hanyo_contents h3 {
  font-size: 1.125rem;
  margin-bottom: 25px;
}

.hanyo_contents .hanyo_image_box {
  width: 500px;
}

.hanyo_contents .hanyo_text_box {
  width: 550px;
  font-size: 0.9375rem;
}

div.privacy_cell {
  margin-bottom: 40px;
}

div.privacy_cell p {
  margin-bottom: 20px;
  line-height: 2;
}

div#agreement_text {
  margin-bottom: 20px;
  line-height: 2;
}

div.pop_wrapp{
  position: relative;
}

div.pop_box{
  position: absolute;
  width: 70%;
  top: 0;
  z-index: 10;
}

div.detail_fixed {
  position: fixed;
  width: 840px;
}

/*--------------------------------------------------------------------------------
 *
 * ログインページ
 *
--------------------------------------------------------------------------------*/
.biu-input {
  width: 66%;
  padding: 0px 0 0 0;
  margin: 0 auto;
}

.biu-input p {
  padding: 10px;
  margin: 0 auto;
}

.biu-errorMessage {
  width: 66%;
  margin: 20px auto 0 auto;
  color: #DE5D50;
}

.biu-newMessage {
  width: 100%;
  font-size: 16px;
  margin: 20px auto 32px auto;
  color: #DE5D50;
}

button.login {
  width: 155px;
  padding: 10px;
  text-align: center;
  display: block;
  color: #FFFFFF;
  background-color: #387DCE;
  transition: .3s ease;
}

button.login:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* Ie用 */
}

div.biu-input input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}

.biu-login__actions {
  padding: 40px 0 20px 0;
  margin: 0 auto;
  width: 155px;
}

.biu-login__actionscell {
  width: 66%;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}

/*--------------------------------------------------------------------------------
 *
 * 会員登録　お問い合わせ　会員編集　共通
 *
--------------------------------------------------------------------------------*/

#entry_step {
  padding: 30px 0 40px;
  background-color: #ECFAFF;
  margin-bottom: 50px;
}

#entry_step p.step_atention_text {
  color: #CF3F34;
  width: 90%;
  margin: 12px auto;
}

.step {
  list-style-type: none;
  display: table;
  width: 90%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.step li {
  display: table-cell;
  position: relative;
  background: #006AB7;
  padding: 10px 0.5em 10px 2em;
  font-weight: 600;
  color: #fff;
}

.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 #006AB7;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.stepitem {
  list-style-type: none;
  display: table;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.stepitem li {
  display: table-cell;
  position: relative;
  padding: 24px 0;
  margin-right: 1em;
  background: #fff;
  color: #006AB7;
  font-weight: 600;
}

.stepitem li:last-child {
  padding-right: 1em;
}

.stepitem li:last-child:before, .stepitem li:last-child:after {
  display: none;
}

.stepitem li:before, .stepitem li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.stepitem li:after {
  top: -15px;
  right: -.8em;
}

.stepitem_text {
  list-style-type: none;
  display: table;
  width: 90%;
  padding: 0px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.stepitem_text li {
  display: table-cell;
  position: relative;
  padding: 24px 0;
  background: #fff;
  color: #006AB7;
  font-weight: 600;
}

.entrystep_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.entrystep_item {
  width: 22%;
  height: 200px;
  border: 1px solid #000;
  background: #3D9FB1;
  padding: 12px;
}

.stepitem img {
  width: 33%;
  max-width: 125px;
}

#configuration_list dl dd.configuration_enclosure_entry_name:focus {
  border: 1px solid #0092C4;
}

#configuration_list dl dd.configuration_enclosure_entry_name input {
  background-color: #FFFFFF;
  color: #555555;
  width: 90%;
  font-size: 1rem;
}

#configuration_list dl dd.configuration_enclosure_entry input {
  background-color: #FFFFFF;
  color: #555555;
  width: 80%;
  font-size: 1rem;
}

#configuration_list dl dd.configuration_enclosure_entry_text p {
  width: 100%;
  word-wrap: break-word;
  font-size: 1rem;
}

.readonly_input input{
  background-color: #eeeeee !important;
}

.ec-required {
  margin-left: .8em;
  vertical-align: 2px;
  color: #fff;
  background: #DE5D50;
  padding: 3px;
  font-size: 14px;
}

#entry_job {
  height: 100%;
  color: #555555;
  border: 1px solid #ccc;
  width: 80%;
  font-size: 1rem;
  padding: 6px 12px;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

div.mail_footer_text{
  width: 80%;
  margin: 0 auto;
  padding: 24px 0;

}

#search_item_block table {
  font-size: smaller;
  border-collapse: separate;
  border: 1px solid #cfefff;
  border-spacing: 5px;
  min-width: 65%;
}

#search_item_block td{
  border:1px solid #0071bc;
  border-width:0px 0px 0.5px 0px;
}

#search_item_block th{
  background: #cfefff;
  white-space: nowrap;
}

/*--------------------------------------------------------------------------------
 *
 * お問い合わせ
 *
--------------------------------------------------------------------------------*/

.biu-zipInput input {
  display: inline-block;
  text-align: left;
  width: 60%;
  font-size: 16px;
  border: solid 1px #838383;
}

.biu-input textarea, .biu-halfInput textarea, .biu-numberInput textarea, .biu-zipInput textarea, .biu-telInput textarea, .biu-select textarea, .biu-birth textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}

.search_h2_mypageheader{
  padding: 20px 20px 12px 20px ;
  font-size: 28px;
  background: #ecfaff;
}

.search_h2_header {
  font-size: 28px;
  line-height: 1;
  padding: 5px 10px;
  border-left: 6px solid#0071bc;
  margin-bottom: 32px;
}

.search_h2_subheader {
  font-size: 28px;
  line-height: 1;
  padding: 5px 10px;
  border-left: 6px solid#0071bc;
  margin-bottom: 32px;
}

.search_h3_subheader {
  font-size: 20px;
  line-height: 1;
  padding: 5px 0px;
  border-bottom: 1px solid#0071bc;
  margin-bottom: 32px;
}

/*--------------------------------------------------------------------------------
 *
 * パスワード再発行
 *
--------------------------------------------------------------------------------*/
#forgotRole dl dd.forget_email {
  background-color: #FFFFFF;
  line-height: 40px;
  border: 1px solid #B3B3B3;
  padding: 0 15px;
  margin-right: 15px;
  width: 30%;
  font-size: 1rem;
}
.ec-borderedDefs {
  padding-top: 20px;
}

#forgotRole dl{
  display: flex;
  line-height: 40px;
  margin-bottom: 20px;
}
#forgotRole dl dt {
  width: 15%;
}
/*--------------------------------------------------------------------------------
 *
 * 入札とは
 *
--------------------------------------------------------------------------------*/

.bidding_graph_box{
  padding: 12px;
  background-color: #F2F2F2;
  margin: 0 auto;
  text-align: center;
}




/*--------------------------------------------------------------------------------
 *
 * 会社概要
 *
--------------------------------------------------------------------------------*/
.accessmap {
  height: 400px;
  width: 100%;
  vertical-align: middle;
}


/*--------------------------------------------------------------------------------
 *
 * 競争参加資格について
 *
--------------------------------------------------------------------------------*/

.text_left{
  text-align: left;
}

.qualifications_mini_table th{
  border-bottom: 5px solid #fff !important;
}

.qualifications_mini_table td{
  border-left: 5px solid #fff !important;
  border-bottom: 5px solid #fff !important;
  text-align: left;
}

table.qualification_main_table th{
  border-bottom: solid 2px #fb5144;
  padding: 10px 0;
  width: 25%;
}

table.qualification_main_table td{
  border-bottom: solid 2px #ddd;
  text-align: left;
  padding: 10px 0;
}





/*--------------------------------------------------------------------------------
 *
 * ---入札関連---
 *
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 *
 * 入札リスト
 *
--------------------------------------------------------------------------------*/

.tbl_search_result caption{
  caption-side: top;
  text-align: center;
  border-bottom:1px solid #ccc;
  border-left:10px solid #BBBBBB;
  margin-bottom:0.5em;
  width: 210px;
}

.search_item_result {
  margin-bottom: 15px;
}

.accordion {
  margin: 0 auto 24px auto;
  max-width: 100%;
  }
  input#toggle1{
  display: none;
  }
  .option {
  position: relative;
  margin-bottom: 1em;
  }
  .title,
  .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }
  .title {
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
  }
  /*.title::after,
  .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
  }*/

  .content {
  max-height: 0;
  overflow: hidden;
  }
  .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
  }
  .toggle:checked + .title + .content {
  max-height: 1200px;
  transition: all 1.5s;
  }
  .toggle_serarch:checked + .title::before {
  transform: rotate(90deg) !important;
  }



/*--------------------------------------------------------------------------------
 *
 * 案件管理
 *
--------------------------------------------------------------------------------*/

a[href$=".pdf"]:before {
  content:" ";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url(/html/user_data/assets/img/Adobe_PDF_file_icon_24x24.png) no-repeat;
}

.back_gree{
  background: #eeeeee;
}

.custom-alert-warning {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #F99;
  margin-bottom: 20px;
}
.custom-alert-warning .custom-alert-warning__icon {
  display: inline-block;
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  color: #fff;
  fill: #fff;
  vertical-align: top;
}

.ribbon17_del {
display: inline-block;
position: absolute;
padding: 7px 0;
left: -23px;
top: 22px;
width: 160px;
text-align: center;
font-size: 14px;
line-height: 16px;
background: #999;
color: #fff;
letter-spacing: 0.05em;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon17_del:before, .ribbon17_del:after {
position: absolute;
content: "";
border-top: 4px solid #333;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
bottom: -4px;
}

.ribbon17_add {
display: inline-block;
position: absolute;
padding: 7px 0;
left: -23px;
top: 22px;
width: 160px;
text-align: center;
font-size: 14px;
line-height: 16px;
background: #8cc63f;
color: #fff;
letter-spacing: 0.05em;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon17_add:before, .ribbon17_add:after {
position: absolute;
content: "";
border-top: 4px solid #360;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
bottom: -4px;
}

.ribbon17_add:before, .ribbon17_del:before{
left: 14px;
}

.ribbon17_add:after, .ribbon17_del:after{
right: 18px;
}


/*
トグルスイッチ

２要素の選択を行うコンポーネントです。クリックすることで切り替えを行うことが出来ます。

Markup:
div(style="padding:20px; background:#eee;")
  // `(style="padding:20px;, background:#eee;")` はスタイルガイドにおけるサンプル表示の都合上付与しています。
  +b.c-toggleSwitch
    +e.btn
      input(type="checkbox" id="switch")
      label(for="switch")
    +e.label
      span 公開

Styleguide 8.0
*/
.tooltip_box {
  display: flex;
}
i.fa.fa-question-circle.fa-lg.ml-1.tool-tip {
  padding-top: 7px;
  padding-left: 5px;

}
i.fa.fa-question-circle.fa-lg.ml-1.tool-tip-toggle {
  padding-top: 20px;
  padding-left: 7px;
}


.modal-body .box_header{
  background: #264972;
  color: #fff;
  align-items: center;
  font-size: 1.25rem;
  max-height: 100%;
  height: 100%;
  padding: 11px;
}
/*--------------------------------------------------------------------------------
 *
 * 検索条件ブロック表示
 *
--------------------------------------------------------------------------------*/
.search_block_info {
  padding: 10px 2px;
}
.btn-top-radius {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 8px 10px 5px 10px;
  text-decoration: none;
  color: #0071bc;
  background: #cfefff;
  /* border-bottom: solid 4px #83d6ff; */
  border-radius: 15px 15px 0 0;
  transition: .4s;
}

.btn-top-radius:hover {
  background: #83d6ff;
  color: #FFF;
}

/*--------------------------------------------------------------------------------
 *
 * 検索条件設定
 *
--------------------------------------------------------------------------------*/

input#SearchItem_SearchBidPrefs, input#SearchItem_SearchBidInstitutions, input#SearchItem_SearchBidProcurements {
  width: 60%;
}

input#SearchItem_publicationEndDate, input#SearchItem_publicationStartDate {
  max-width: 500px;
}

dl.flex dd p input {
  font-family: Arial, Helvetica, sans-serif;
}

/*input#procName, input#insName {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 3px;
  border: 2px solid #ddd;
  box-sizing: border-box;
}*/
select.disp-number02{
 width: 90%;
}


/*--------------------------------------------------------------------------------
 *
 * ---カート関連---
 *
--------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------
 *
 * カート
 *
--------------------------------------------------------------------------------*/

.biu-orderRole .biu-orderRole__summary {
  width: 100%;
}

.biu-orderRole .biu-orderRole__summary .biu-inlineBtn {
  display: inline-block;
}

.biu-cartRole__progress {
  width: 100%;
  text-align: center;
}

.biu-progress {
  margin: 0 auto;
  padding: 8px 0 16px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 600px;
  list-style: none;
}

.biu-progress {
  margin-bottom: 30px;
  padding: 0;
}

.biu-progress .biu-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  z-index: 10;
  max-width: 600px;
}

.biu-progress .biu-progress__item:after {
  content: '';
  position: absolute;
  display: block;
  background: #525263;
  width: 100%;
  height: 0.25em;
  top: 1em;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: -1;
}

.biu-progress .biu-progress__item:last-child:after {
  display: none;
}

.biu-progress .is-complete .biu-progress__number {
  background: #387DCE;
}

.biu-progress .biu-progress__number {
  line-height: 42px;
  width: 42px;
  height: 42px;
  font-size: 20px;
}

.biu-progress .biu-progress__number {
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 12px;
  background: #525263;
  color: #fff;
  top: 0;
  left: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.biu-alert-warning {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #F99;
  margin-bottom: 20px;
}

.biu-alert-warning .biu-alert-warning__icon {
  display: inline-block;
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  color: #fff;
  fill: #fff;
  vertical-align: top;
}

.biu-cartHeader {
  width: 100%;
  background: #F4F3F0;
}

.biu-cartHeader {
  display: table-row;
  border-top: 1px solid #006AB7;
}

.biu-cartRole__totalText {
  margin-bottom: 0;
  padding: 16px 0 6px;
  width: 100%;
  text-align: center;
  font-weight: normal;
}

.biu-cartHeader .biu-cartHeader__label {
  display: table-cell;
  padding: 16px;
  text-align: center;
  background: #f8fffe;
  overflow-x: hidden;
  font-weight: bold;
  color: #0071bc;
}

.biu-cartCompleteRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

.biu-cartCompleteRole:after {
  content: " ";
  display: table;
}

.biu-cartCompleteRole:after {
  clear: both;
}

.biu-cartCompleteRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.biu-cartCompleteRole img {
  max-width: 100%;
}

.biu-orderPayment {
  margin-bottom: 30px;
}

.biu-orderPayment > .biu-input > p {
  padding: 1px;
  font-size: 0.7em;
}

.biu-cartCompleteRole html {
  box-sizing: border-box;
}

.biu-cartCompleteRole *, .biu-cartCompleteRole *::before, .biu-cartCompleteRole *::after {
  box-sizing: inherit;
}

.biu-cartCompleteRole img {
  width: 100%;
}

div.biu-heading-bold {
  color: #387DCE;
  margin-bottom: 20px;
  font-size: 20px;
}

.biu-cartRole {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.biu-cartRole:after {
  content: " ";
  display: table;
}

.biu-cartRole:after {
  clear: both;
}

.biu-cartRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.biu-cartRole img {
  max-width: 100%;
}

.biu-cartRole html {
  box-sizing: border-box;
}

.biu-cartRole *, .biu-cartRole *::before, .biu-cartRole *::after {
  box-sizing: inherit;
}

.biu-cartRole img {
  width: 100%;
}

.biu-cartRole::before {
  display: none;
}

.biu-cartRole .biu-cartRole__progress {
  width: 100%;
  text-align: center;
}

.biu-cartRole .biu-cartRole__error {
  width: 100%;
  text-align: center;
}

.biu-cartRole .biu-cartRole__error .biu-alert-warning {
  max-width: 80%;
  display: inline-block;
}

.biu-cartRole .biu-cartRole__cart {
  margin: 0;
  width: 100%;
}

.biu-cartRole .biu-cartRole__actions {
  text-align: right;
  width: 100%;
}

.biu-cartRole .biu-cartRole__total {
  padding: 15px 0 30px;
  font-weight: bold;
  font-size: 16px;
}

.biu-cartRole .biu-cartRole__totalAmount {
  margin-left: 30px;
  color: #de5d50;
  font-size: 16px;
}

.biu-cartRole .biu-blockBtn--action {
  margin-bottom: 10px;
}

.biu-cartTable {
  display: table;
  width: 100%;
  border-top: 1px dotted #006AB7;
}

.biu-cartRow {
  display: table-row;
}

.biu-cartRow .biu-cartRow__delColumn {
  border-top: 1px dotted #006AB7;
  border-bottom: 1px dotted #006AB7;
  text-align: center;
  display: table-cell;
  width: 14%;
  vertical-align: middle;
}

.biu-cartRow .biu-cartRow__delColumn .biu-icon img {
  width: 1.5em;
  height: 1.5em;
}

.biu-cartRow .biu-cartRow__contentColumn {
  border-top: 1px dotted #006AB7;
  border-bottom: 1px dotted #006AB7;
  padding: 10px 0;
  display: table;
  width: 100%;
}
.biu-cartRow .biu-cartRow__summary {
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 20px;
}

.biu-cartRow .biu-cartRow__summary .biu-cartRow__name {
  margin-bottom: 5px;
}

.biu-cartRow .biu-cartRow__summary .biu-cartRow__sutbtotalSP {
  display: block;
  font-weight: normal;
}

.biu-cartRow .biu-cartRow__amountColumn {
  display: table-cell;
  border-top: 1px dotted #006AB7;
  border-bottom: 1px dotted #006AB7;
  vertical-align: middle;
  text-align: center;
  width: 32%;
}

.biu-cartRow .biu-cartRow__amountColumn .biu-cartRow__amount {
  display: none;
  margin-bottom: 10px;
}

.biu-cartRow .biu-cartRow__amountColumn .biu-cartRow__amountSP {
  display: block;
  margin-bottom: 10px;
}

.biu-cartRow .biu-cartRow__amountColumn .biu-cartRow__amountUpDown {
  display: flex;
  justify-content: center;
}

.biu-cartRow .biu-cartRow__amountColumn .biu-cartRow__amountUpButton {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}

.biu-cartRow .biu-cartRow__amountColumn .biu-cartRow__amountUpButton .biu-cartRow__amountUpButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: .8em;
  height: .8em;
  position: absolute;
  top: 28%;
  left: 50%;
}

.biu-cartRow .biu-cartRow__amountColumn .biu-cartRow__amountDownButton, .biu-cartRow .biu-cartRow__amountColumn .biu-cartRow__amountDownButtonDisabled {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}

.biu-cartRow .biu-cartRow__amountColumn .biu-cartRow__amountDownButton .biu-cartRow__amountDownButton__icon img, .biu-cartRow .biu-cartRow__amountColumn .biu-cartRow__amountDownButtonDisabled .biu-cartRow__amountDownButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: .8em;
  height: .8em;
  position: absolute;
  top: 28%;
  left: 50%;
}

.biu-cartRow .biu-cartRow__amountColumn .biu-cartRow__amountDownButtonDisabled {
  cursor: default;
}

.biu-cartRow .biu-cartRow__subtotalColumn {
  display: none;
  border-bottom: 1px dotted #ccc;
  text-align: right;
  width: 16.66666667%;
}

.biu-borderedDefs {
  width: 100%;
  border-top: 1px dotted #ccc;
  margin-bottom: 16px;
}

.biu-borderedDefs dl {
  display: flex;
  border-bottom: 1px dotted #ccc;
  margin: 0;
  padding: 10px 0 0;
  flex-wrap: wrap;
}

.biu-borderedDefs dt, .biu-borderedDefs dd {
  padding: 0;
}

.biu-borderedDefs dt {
  font-weight: normal;
  width: 100%;
  padding-top: 0;
}

.biu-borderedDefs dd {
  padding: 0;
  width: 100%;
  line-height: 2.5;
}

.biu-borderedDefs p {
  line-height: 1.4;
}

.biu-list-chilled {
  display: table-row;
  border: 0 none;
  padding: 8px 0;
}

.biu-list-chilled dt, .biu-list-chilled dd {
  display: table-cell;
  border-bottom: 1px dotted #ccc;
  padding: 0;
}

.biu-list-chilled dt {
  width: 30%;
}

.biu-list-chilled dd {
  padding: 0;
}

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

.biu-zipInput span {
  display: inline-block;
  padding: 0 5px 0 3px;
  margin-left: 5px;
}

.biu-zipInputHelp .biu-zipInputHelp__icon .biu-icon img {
  width: 1em;
  height: 1em;
  position: relative;
  left: 3px;
  top: 3px;
}

.biu-zipAuto {
  margin-bottom: 16px;
}

.biu-zipAuto .biu-inlineBtn {
  font-weight: normal;
}

.biu-zipInputHelp .biu-zipInputHelp__icon .biu-icon img {
  width: 1em;
  height: 1em;
  position: relative;
  left: 3px;
  top: 3px;
}

.biu-input input[type="search"], .biu-halfInput input[type="search"], .biu-numberInput input[type="search"], .biu-zipInput input[type="search"], .biu-telInput input[type="search"], .biu-select input[type="search"], .biu-birth input[type="search"] {
  box-sizing: border-box;
}

.biu-input input[type="radio"], .biu-halfInput input[type="radio"], .biu-numberInput input[type="radio"], .biu-zipInput input[type="radio"], .biu-telInput input[type="radio"], .biu-select input[type="radio"], .biu-birth input[type="radio"], .biu-input input[type="checkbox"], .biu-halfInput input[type="checkbox"], .biu-numberInput input[type="checkbox"], .biu-zipInput input[type="checkbox"], .biu-telInput input[type="checkbox"], .biu-select input[type="checkbox"], .biu-birth input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.biu-input input[type="file"], .biu-halfInput input[type="file"], .biu-numberInput input[type="file"], .biu-zipInput input[type="file"], .biu-telInput input[type="file"], .biu-select input[type="file"], .biu-birth input[type="file"] {
  display: block;
}

.biu-input input[type="range"], .biu-halfInput input[type="range"], .biu-numberInput input[type="range"], .biu-zipInput input[type="range"], .biu-telInput input[type="range"], .biu-select input[type="range"], .biu-birth input[type="range"] {
  display: block;
  width: 100%;
}

.biu-input select[multiple], .biu-halfInput select[multiple], .biu-numberInput select[multiple], .biu-zipInput select[multiple], .biu-telInput select[multiple], .biu-select select[multiple], .biu-birth select[multiple], .biu-input select[size], .biu-halfInput select[size], .biu-numberInput select[size], .biu-zipInput select[size], .biu-telInput select[size], .biu-select select[size], .biu-birth select[size] {
  height: auto;
}

.biu-input input[type="file"]:focus, .biu-halfInput input[type="file"]:focus, .biu-numberInput input[type="file"]:focus, .biu-zipInput input[type="file"]:focus, .biu-telInput input[type="file"]:focus, .biu-select input[type="file"]:focus, .biu-birth input[type="file"]:focus, .biu-input input[type="radio"]:focus, .biu-halfInput input[type="radio"]:focus, .biu-numberInput input[type="radio"]:focus, .biu-zipInput input[type="radio"]:focus, .biu-telInput input[type="radio"]:focus, .biu-select input[type="radio"]:focus, .biu-birth input[type="radio"]:focus, .biu-input input[type="checkbox"]:focus, .biu-halfInput input[type="checkbox"]:focus, .biu-numberInput input[type="checkbox"]:focus, .biu-zipInput input[type="checkbox"]:focus, .biu-telInput input[type="checkbox"]:focus, .biu-select input[type="checkbox"]:focus, .biu-birth input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.biu-input input, .biu-halfInput input, .biu-numberInput input, .biu-zipInput input, .biu-telInput input, .biu-select input, .biu-birth input {
/*  display: block;
  width: 100%;*/
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}

input#contact_address_addr01{
  width: 100%;
}
input#contact_address_addr02{
  width: 100%;
}

input#entry_address_addr01{
  width: 100%;
}
input#entry_address_addr02{
  width: 100%;
}

.biu-input input:focus, .biu-halfInput input:focus, .biu-numberInput input:focus, .biu-zipInput input:focus, .biu-telInput input:focus, .biu-select input:focus, .biu-birth input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.biu-input input::-moz-placeholder, .biu-halfInput input::-moz-placeholder, .biu-numberInput input::-moz-placeholder, .biu-zipInput input::-moz-placeholder, .biu-telInput input::-moz-placeholder, .biu-select input::-moz-placeholder, .biu-birth input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.biu-input input:-ms-input-placeholder, .biu-halfInput input:-ms-input-placeholder, .biu-numberInput input:-ms-input-placeholder, .biu-zipInput input:-ms-input-placeholder, .biu-telInput input:-ms-input-placeholder, .biu-select input:-ms-input-placeholder, .biu-birth input:-ms-input-placeholder {
  color: #999;
}

.biu-input input::-webkit-input-placeholder, .biu-halfInput input::-webkit-input-placeholder, .biu-numberInput input::-webkit-input-placeholder, .biu-zipInput input::-webkit-input-placeholder, .biu-telInput input::-webkit-input-placeholder, .biu-select input::-webkit-input-placeholder, .biu-birth input::-webkit-input-placeholder {
  color: #999;
}

.biu-input input::-ms-expand, .biu-halfInput input::-ms-expand, .biu-numberInput input::-ms-expand, .biu-zipInput input::-ms-expand, .biu-telInput input::-ms-expand, .biu-select input::-ms-expand, .biu-birth input::-ms-expand {
  border: 0;
  background-color: transparent;
}

.biu-input input[disabled], .biu-halfInput input[disabled], .biu-numberInput input[disabled], .biu-zipInput input[disabled], .biu-telInput input[disabled], .biu-select input[disabled], .biu-birth input[disabled], .biu-input input[readonly], .biu-halfInput input[readonly], .biu-numberInput input[readonly], .biu-zipInput input[readonly], .biu-telInput input[readonly], .biu-select input[readonly], .biu-birth input[readonly], fieldset[disabled] .biu-input input, fieldset[disabled] .biu-halfInput input, fieldset[disabled] .biu-numberInput input, fieldset[disabled] .biu-zipInput input, fieldset[disabled] .biu-telInput input, fieldset[disabled] .biu-select input, fieldset[disabled] .biu-birth input {
  background-color: #eeeeee;
  opacity: 1;
}

.biu-input input[disabled], .biu-halfInput input[disabled], .biu-numberInput input[disabled], .biu-zipInput input[disabled], .biu-telInput input[disabled], .biu-select input[disabled], .biu-birth input[disabled], fieldset[disabled] .biu-input input, fieldset[disabled] .biu-halfInput input, fieldset[disabled] .biu-numberInput input, fieldset[disabled] .biu-zipInput input, fieldset[disabled] .biu-telInput input, fieldset[disabled] .biu-select input, fieldset[disabled] .biu-birth input {
  cursor: not-allowed;
}

.biu-select P{
  display: inline-block;
  vertical-align: top;
}

.biu-input select, .biu-halfInput select, .biu-numberInput select, .biu-zipInput select, .biu-telInput select, .biu-select select, .biu-birth select {
  display: inline-block;
  /*width: 40%;*/
  height: 25px;
  padding: 2px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 10px;
}

.biu-input select:focus, .biu-halfInput select:focus, .biu-numberInput select:focus, .biu-zipInput select:focus, .biu-telInput select:focus, .biu-select select:focus, .biu-birth select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.biu-input select::-moz-placeholder, .biu-halfInput select::-moz-placeholder, .biu-numberInput select::-moz-placeholder, .biu-zipInput select::-moz-placeholder, .biu-telInput select::-moz-placeholder, .biu-select select::-moz-placeholder, .biu-birth select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.biu-input select:-ms-input-placeholder, .biu-halfInput select:-ms-input-placeholder, .biu-numberInput select:-ms-input-placeholder, .biu-zipInput select:-ms-input-placeholder, .biu-telInput select:-ms-input-placeholder, .biu-select select:-ms-input-placeholder, .biu-birth select:-ms-input-placeholder {
  color: #999;
}

.biu-input select::-webkit-input-placeholder, .biu-halfInput select::-webkit-input-placeholder, .biu-numberInput select::-webkit-input-placeholder, .biu-zipInput select::-webkit-input-placeholder, .biu-telInput select::-webkit-input-placeholder, .biu-select select::-webkit-input-placeholder, .biu-birth select::-webkit-input-placeholder {
  color: #999;
}

.biu-input select::-ms-expand, .biu-halfInput select::-ms-expand, .biu-numberInput select::-ms-expand, .biu-zipInput select::-ms-expand, .biu-telInput select::-ms-expand, .biu-select select::-ms-expand, .biu-birth select::-ms-expand {
  border: 0;
  background-color: transparent;
}

.biu-input select[disabled], .biu-halfInput select[disabled], .biu-numberInput select[disabled], .biu-zipInput select[disabled], .biu-telInput select[disabled], .biu-select select[disabled], .biu-birth select[disabled], .biu-input select[readonly], .biu-halfInput select[readonly], .biu-numberInput select[readonly], .biu-zipInput select[readonly], .biu-telInput select[readonly], .biu-select select[readonly], .biu-birth select[readonly], fieldset[disabled] .biu-input select, fieldset[disabled] .biu-halfInput select, fieldset[disabled] .biu-numberInput select, fieldset[disabled] .biu-zipInput select, fieldset[disabled] .biu-telInput select, fieldset[disabled] .biu-select select, fieldset[disabled] .biu-birth select {
  background-color: #eeeeee;
  opacity: 1;
}

.biu-input select[disabled], .biu-halfInput select[disabled], .biu-numberInput select[disabled], .biu-zipInput select[disabled], .biu-telInput select[disabled], .biu-select select[disabled], .biu-birth select[disabled], fieldset[disabled] .biu-input select, fieldset[disabled] .biu-halfInput select, fieldset[disabled] .biu-numberInput select, fieldset[disabled] .biu-zipInput select, fieldset[disabled] .biu-telInput select, fieldset[disabled] .biu-select select, fieldset[disabled] .biu-birth select {
  cursor: not-allowed;
}

.biu-input textarea, .biu-halfInput textarea, .biu-numberInput textarea, .biu-zipInput textarea, .biu-telInput textarea, .biu-select textarea, .biu-birth textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}

.biu-input textarea:focus, .biu-halfInput textarea:focus, .biu-numberInput textarea:focus, .biu-zipInput textarea:focus, .biu-telInput textarea:focus, .biu-select textarea:focus, .biu-birth textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.biu-input textarea::-moz-placeholder, .biu-halfInput textarea::-moz-placeholder, .biu-numberInput textarea::-moz-placeholder, .biu-zipInput textarea::-moz-placeholder, .biu-telInput textarea::-moz-placeholder, .biu-select textarea::-moz-placeholder, .biu-birth textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.biu-input textarea:-ms-input-placeholder, .biu-halfInput textarea:-ms-input-placeholder, .biu-numberInput textarea:-ms-input-placeholder, .biu-zipInput textarea:-ms-input-placeholder, .biu-telInput textarea:-ms-input-placeholder, .biu-select textarea:-ms-input-placeholder, .biu-birth textarea:-ms-input-placeholder {
  color: #999;
}

.biu-input textarea::-webkit-input-placeholder, .biu-halfInput textarea::-webkit-input-placeholder, .biu-numberInput textarea::-webkit-input-placeholder, .biu-zipInput textarea::-webkit-input-placeholder, .biu-telInput textarea::-webkit-input-placeholder, .biu-select textarea::-webkit-input-placeholder, .biu-birth textarea::-webkit-input-placeholder {
  color: #999;
}

.biu-input textarea::-ms-expand, .biu-halfInput textarea::-ms-expand, .biu-numberInput textarea::-ms-expand, .biu-zipInput textarea::-ms-expand, .biu-telInput textarea::-ms-expand, .biu-select textarea::-ms-expand, .biu-birth textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}

.biu-input textarea[disabled], .biu-halfInput textarea[disabled], .biu-numberInput textarea[disabled], .biu-zipInput textarea[disabled], .biu-telInput textarea[disabled], .biu-select textarea[disabled], .biu-birth textarea[disabled], .biu-input textarea[readonly], .biu-halfInput textarea[readonly], .biu-numberInput textarea[readonly], .biu-zipInput textarea[readonly], .biu-telInput textarea[readonly], .biu-select textarea[readonly], .biu-birth textarea[readonly], fieldset[disabled] .biu-input textarea, fieldset[disabled] .biu-halfInput textarea, fieldset[disabled] .biu-numberInput textarea, fieldset[disabled] .biu-zipInput textarea, fieldset[disabled] .biu-telInput textarea, fieldset[disabled] .biu-select textarea, fieldset[disabled] .biu-birth textarea {
  background-color: #eeeeee;
  opacity: 1;
}

.biu-input textarea[disabled], .biu-halfInput textarea[disabled], .biu-numberInput textarea[disabled], .biu-zipInput textarea[disabled], .biu-telInput textarea[disabled], .biu-select textarea[disabled], .biu-birth textarea[disabled], fieldset[disabled] .biu-input textarea, fieldset[disabled] .biu-halfInput textarea, fieldset[disabled] .biu-numberInput textarea, fieldset[disabled] .biu-zipInput textarea, fieldset[disabled] .biu-telInput textarea, fieldset[disabled] .biu-select textarea, fieldset[disabled] .biu-birth textarea {
  cursor: not-allowed;
}

.biu-input input:focus, .biu-halfInput input:focus, .biu-numberInput input:focus, .biu-zipInput input:focus, .biu-telInput input:focus, .biu-select input:focus, .biu-birth input:focus, .biu-input textarea:focus, .biu-halfInput textarea:focus, .biu-numberInput textarea:focus, .biu-zipInput textarea:focus, .biu-telInput textarea:focus, .biu-select textarea:focus, .biu-birth textarea:focus {
  box-shadow: none;
  border-color: #3c8dbc;
}

.biu-input input, .biu-halfInput input, .biu-numberInput input, .biu-zipInput input, .biu-telInput input, .biu-select input, .biu-birth input {
  height: 40px;
  margin-bottom: 10px;
}

.biu-input textarea, .biu-halfInput textarea, .biu-numberInput textarea, .biu-zipInput textarea, .biu-telInput textarea, .biu-select textarea, .biu-birth textarea {
  height: auto;
  min-height: 100px;
}

.biu-input p, .biu-halfInput p, .biu-numberInput p, .biu-zipInput p, .biu-telInput p, .biu-select p, .biu-birth p {
  line-height: 1.4;
}

.biu-input .biu-errorMessage, .biu-halfInput .biu-errorMessage, .biu-numberInput .biu-errorMessage, .biu-zipInput .biu-errorMessage, .biu-telInput .biu-errorMessage, .biu-select .biu-errorMessage, .biu-birth .biu-errorMessage {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #DE5D50;
}

.error.biu-input input, .error.biu-halfInput input, .error.biu-numberInput input, .error.biu-zipInput input, .error.biu-telInput input, .error.biu-select input, .error.biu-birth input, .error.biu-input select, .error.biu-halfInput select, .error.biu-numberInput select, .error.biu-zipInput select, .error.biu-telInput select, .error.biu-select select, .error.biu-birth select {
  margin-bottom: 5px;
  border-color: #CF3F34;
  background: #FDF1F0;
}

.biu-checkbox .biu-errorMessage {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #DE5D50;
}

.error.biu-checkbox input, .error.biu-checkbox label {
  border-color: #CF3F34;
  background: #FDF1F0;
}

.biu-halfInput input[type='text'] {
  display: inline-block;
  width: 47%;
  margin-left: 2%;
}

.biu-halfInput input[type='text']:first-child {
  margin-left: 0;
}


/*--------------------------------------------------------------------------------
 *
 * カート　都道府県選択
 *
--------------------------------------------------------------------------------*/
/* スマートフォン版 */
@media screen and (max-width: 1024px) {
  div.jpmap_box {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #eee;
    height: 1180px;
  }
}

ul.jp_map {
  width: 90%;
  position: relative;
  list-style-type: none;
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
}

ul.jp_map a {
  color: #000;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  text-decoration: none;
}

.jp_map li p {
  box-sizing: border-box;
  width: calc(50% - 6px);
  float: left;
  padding: 7px 0;
  border-radius: 10px;
  text-align: center;
  margin: 3px;
  color: #000;
  border: 1px solid #eee;
}

.jp_map li p:hover {
  text-decoration: none;
}

.jp_map li:nth-child(1) p {
  background-color: #7f7eda;
}

.jp_map li:nth-child(1) p {
  background-color: #7f7eda;
}

.jp_map li:nth-child(2) p {
  background-color: #759ef4;
}

.jp_map li:nth-child(3) p {
  background-color: #759ef4;
}

.jp_map li:nth-child(4) p {
  background-color: #759ef4;
}

.jp_map li:nth-child(5) p {
  background-color: #759ef4;
}

.jp_map li:nth-child(6) p {
  background-color: #759ef4;
}

.jp_map li:nth-child(7) p {
  background-color: #759ef4;
}

.jp_map li:nth-child(8) p {
  background-color: #7ecfea;
}

.jp_map li:nth-child(9) p {
  background-color: #7ecfea;
}

.jp_map li:nth-child(10) p {
  background-color: #7ecfea;
}

.jp_map li:nth-child(11) p {
  background-color: #7ecfea;
}

.jp_map li:nth-child(12) p {
  background-color: #7ecfea;
}

.jp_map li:nth-child(13) p {
  background-color: #7ecfea;
}

.jp_map li:nth-child(14) p {
  background-color: #7ecfea;
}

.jp_map li:nth-child(15) p {
  background-color: #7cdc92;
}

.jp_map li:nth-child(16) p {
  background-color: #7cdc92;
}

.jp_map li:nth-child(17) p {
  background-color: #7cdc92;
}

.jp_map li:nth-child(18) p {
  background-color: #7cdc92;
}

.jp_map li:nth-child(19) p {
  background-color: #7cdc92;
}

.jp_map li:nth-child(20) p {
  height: 20%;
  background-color: #7cdc92;
}

.jp_map li:nth-child(21) p {
  background-color: #7cdc92;
}

.jp_map li:nth-child(22) p {
  background-color: #7cdc92;
}

.jp_map li:nth-child(23) p {
  background-color: #7cdc92;
}

.jp_map li:nth-child(24) p {
  background-color: #ffe966;
}

.jp_map li:nth-child(25) p {
  background-color: #ffe966;
}

.jp_map li:nth-child(26) p {
  background-color: #ffe966;
}

.jp_map li:nth-child(27) p {
  background-color: #ffe966;
}

.jp_map li:nth-child(28) p {
  height: 20%;
  background-color: #ffe966;
}

.jp_map li:nth-child(29) p {
  background-color: #ffe966;
}

.jp_map li:nth-child(30) p {
  background-color: #ffe966;
}

.jp_map li:nth-child(31) p {
  background-color: #ffcc66;
}

.jp_map li:nth-child(32) p {
  background-color: #ffcc66;
}

.jp_map li:nth-child(33) p {
  background-color: #ffcc66;
}

.jp_map li:nth-child(34) p {
  background-color: #ffcc66;
}

.jp_map li:nth-child(35) p {
  background-color: #ffcc66;
}

.jp_map li:nth-child(36) p {
  background-color: #ffbb9c;
}

.jp_map li:nth-child(37) p {
  background-color: #ffbb9c;
}

.jp_map li:nth-child(38) p {
  background-color: #ffbb9c;
}

.jp_map li:nth-child(39) p {
  background-color: #ffbb9c;
}

.jp_map li:nth-child(40) p {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(41) p {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(42) p {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(43) p {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(44) p {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(45) p {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(46) p {
  background-color: #ffbdbd;
}

.jp_map li:nth-child(47) p {
  background-color: #f5c9ff;
}


/*--------------------------------------------------------------------------------
 *
 * カート遷移
 *
--------------------------------------------------------------------------------*/

.biu-orderAccount p {
  margin-bottom: 0;
}

.biu-orderAccount:after {
  content: " ";
  display: table;
}

.biu-orderAccount:after {
  clear: both;
}

.biu-orderAccount .biu-orderAccount__change {
  display: inline-block;
  margin-left: 10px;
}

.biu-rectHeading h1, .biu-rectHeading h2, .biu-rectHeading h3, .biu-rectHeading h4, .biu-rectHeading h5, .biu-rectHeading h6 {
  border-bottom: 1px #006AB7 solid;
  padding: 8px 12px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
}

.biu-orderAccount {
  margin-bottom: 30px;
}

.biu-orderAccount p {
  margin-bottom: 0;
}

.biu-orderAccount:after {
  content: " ";
  display: table;
}

.biu-orderAccount:after {
  clear: both;
}

.biu-orderAccount .biu-orderAccount__change {
  display: inline-block;
  margin-left: 10px;
  /*float: right;*/
}

.biu-orderDelivery .biu-orderDelivery__title {
  padding: 16px 0 17px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.biu-orderDelivery .biu-orderDelivery__change {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.biu-orderDelivery .biu-orderDelivery__items {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}

.biu-orderDelivery .biu-orderDelivery__address {
  margin: 10px 0 18px;
}

.biu-orderDelivery .biu-orderDelivery__address p {
  margin: 0;
}

.biu-orderRole .biu-borderedList {
  margin-bottom: 30px;
  border-top: 1px dotted #ccc;
}

.biu-imageGrid .biu-imageGrid__img {
  padding: 10px;
  width: 130px;
}

.biu-imageGrid .biu-imageGrid__content {
  vertical-align: middle;
  display: table-cell;
}

.biu-imageGrid .biu-imageGrid__content span {
  margin-left: 10px;
}

.biu-imageGrid .biu-imageGrid__content p {
  margin-bottom: 0;
}

.biu-radio label {
  margin-right: 20px;
}

.biu-radio input {
  margin-right: 10px;
  margin-bottom: 10px;
}

.biu-radio span {
  font-weight: normal;
}

.biu-orderConfirm {
  margin-bottom: 30px;
}

.biu-orderConfirm .biu-textarea textarea, .biu-orderConfirm .biu-halfInput textarea, .biu-orderConfirm .biu-numberInput textarea, .biu-orderConfirm .biu-zipInput textarea, .biu-orderConfirm .biu-telInput textarea, .biu-orderConfirm .biu-select textarea, .biu-orderConfirm .biu-birth textarea {
  height: 96px;
  width: 100%;
}

.biu-textarea, .biu-halfInput textarea, .biu-numberInput textarea, .biu-zipInput textarea, .biu-telInput textarea, .biu-select textarea, .biu-birth textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}

.biu-totalBox {
  background: #f8fffe;
  padding: 16px;
  margin-bottom: 16px;
}

.biu-totalBox .biu-totalBox__spec {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 8px;
}

.biu-totalBox .biu-totalBox__spec dt {
  font-weight: normal;
  text-align: left;
}

.biu-totalBox .biu-totalBox__spec dd {
  text-align: right;
}

.biu-totalBox .biu-totalBox__spec .biu-totalBox .biu-totalBox__spec__specTotal {
  color: #DE5D50;
}

.biu-totalBox .biu-totalBox__total {
  border-top: 1px dotted #006AB7;
  padding: 8px 0;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

.biu-totalBox .biu-totalBox__paymentTotal {
  padding: 8px 0;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

.biu-totalBox .biu-totalBox__paymentTotal .biu-totalBox__price, .biu-totalBox .biu-totalBox__paymentTotal .biu-totalBox__taxLabel {
  color: #DE5D50;
}

.biu-totalBox .biu-totalBox__price {
  margin-left: 16px;
  font-size: 16px;
  font-weight: bold;
}

.biu-totalBox .biu-totalBox__taxLabel {
  margin-left: 8px;
  font-size: 12px;
}

.biu-totalBox .biu-totalBox__taxRate {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
  font-size: 10px;
}

.biu-totalBox .biu-totalBox__taxRate dt {
  font-weight: normal;
  text-align: left;
  margin-right: 8px;
}

.biu-totalBox .biu-totalBox__taxRate dt::before {
  content: "[ ";
}

.biu-totalBox .biu-totalBox__taxRate dd {
  text-align: right;
}

.biu-totalBox .biu-totalBox__taxRate dd::after {
  content: " ]";
}

.biu-totalBox .biu-totalBox__pointBlock {
  padding: 18px 20px 10px;
  margin-bottom: 10px;
  background: #fff;
}

.biu-totalBox .biu-totalBox__btn {
  color: #fff;
}

.biu-totalBox .biu-totalBox__btn .biu-blockBtn--action {
  font-size: 16px;
  font-weight: bold;
}

.biu-totalBox .biu-totalBox__btn .biu-blockBtn--cancel {
  margin-top: 8px;
}

.biu-blockBtn--action:hover {
  background: #cfefff;
  color: #006AB7;
  text-decoration: underline;
}

.biu-blockBtn--action02:hover {
  background: #cfefff;
  color: #006AB7;
  text-decoration: underline;
}

.biu-blockBtn--action02 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 6px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: #fff;
  background-color: #006AB7;
  border-color: #006AB7;
  display: block;
  width: 80%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.biu-blockBtn--cancel:hover {
  color: #eee;
  text-decoration: underline;
}

.ec-errorMessage {
    color: red;
    padding-block: inherit;
    background: pink;
}
/*--------------------------------------------------------------------------------
 *
 * 契約リスト　共通
 *
--------------------------------------------------------------------------------*/

.biu-searchnavRole {
  margin-bottom: 0;
  padding: 0;
}

ol.biu-topicpath{
  border-bottom: 1px solid #0071bc;
  padding:  0 0 12px 0;
}

li.biu-topicpath__item{
  vertical-align: middle;
}

li.biu-topicpath__item a{
  background-color: #ECFAFF;
  vertical-align: middle;
  padding: 10px;
}

.biu-searchnavRole .biu-searchnavRole__infos {
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  display: flex;
  border-top: 0;
  margin-bottom: 16px;
  padding-top: 5px;
  /*flex-direction: column;*/ }
.biu-searchnavRole .biu-searchnavRole__infos:after {
  content: " ";
  display: table; }
.biu-searchnavRole .biu-searchnavRole__infos:after {
  clear: both; }
.biu-searchnavRole .biu-searchnavRole__infos textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif; }
.biu-searchnavRole .biu-searchnavRole__infos img {
  max-width: 100%; }
.biu-searchnavRole .biu-searchnavRole__infos html {
  box-sizing: border-box; }
.biu-searchnavRole .biu-searchnavRole__infos *,
    .biu-searchnavRole .biu-searchnavRole__infos *::before,
    .biu-searchnavRole .biu-searchnavRole__infos *::after {
     /*box-sizing: inherit;*/ }
.biu-searchnavRole .biu-searchnavRole__infos img {
      width: 100%; }
.biu-searchnavRole .biu-searchnavRole__counter {
    width: 50%;
  font-size: 16px; }
.biu-searchnavRole .biu-searchnavRole__actions {
    text-align: right;
    width: 50%;}

.biu-productselect select{
  padding:6px 12px;
  border: 1px solid #ccc;
  /*border-radius: 3px;
  font-size: 16px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-family: 'Kosugi Maru', sans-serif;*/
}

.biu-shelfRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

.biu-shelfRole:after {
  content: " ";
  display: table;
}

.biu-shelfRole:after {
  clear: both;
}

.biu-shelfRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.biu-shelfRole img {
  max-width: 100%;
}

.biu-shelfRole html {
  box-sizing: border-box;
}


.biu-shelfRole img {
  width: 100%;
}

.biu-shelfGrid {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.biu-shelfGrid a {
  color: inherit;
  text-decoration: none;
}

.biu-shelfGrid a:hover {
  text-decoration: none;
}

.biu-shelfGrid_card_header{
    padding: .3em 0;
    position: relative;
    width: 100%;
    background-color: #49b948;
    border-radius: 8px 8px 0 0;
    color: #fff;
    text-align: center;
}

.biu-shelfGrid_card{
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  background: #fff;
}

.price_card{
  background: #fff;
  text-align: center;
}

.biu-shelfGrid_card_title{
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 6px;
}

p.price02-default{
  font-size: 1.7em;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

p.price_card_sub{
  text-align: center;
  padding: 0 0 24px 0;
}

.price_card_discliption{
  background: #eee;
}

.description_detail_box{
  margin: 0 auto 0 auto;
  padding: 24px 12px 0px 12px;
  font-size: 14px;
}

.description_detail_tag{
  padding: 12px 0 12px 0;
  margin: 0 auto 12px auto;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  font-weight: 600;
}

.description_detail_box span{
  color: #006AB7;
}

.description_main_p{
  margin-bottom: 40px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 4;*/
    overflow: hidden;
    font-size: 14px;
}

biu-productRole__actions{
  padding: 12px;
}

biu-productRole__actions{
  padding: 12px;
}

.biu-productRole__actions .form-group input{
  width: 20%;
  border: 1px solid #eee;
  background-color: #fff
}

.biu-shelfGrid .biu-shelfGrid__item-image {
  height: 150px;
  margin-bottom: 10px;
  text-align: center;
}

.biu-shelfGrid .biu-shelfGrid__item img {
  width: auto;
  max-height: 100%;
}

.biu-shelfGrid .biu-shelfGrid__item .biu-productRole__btn {
  margin-top: auto;
  margin-bottom: 15px;
}

.biu-shelfGrid .biu-shelfGrid__item:nth-child(odd) {
  margin-right: 8px;
}

.biu-shelfGrid .biu-shelfGrid__item:nth-child(even) {
  margin-left: 8px;
}

.biu-shelfGrid .biu-shelfGrid__title {
  margin-bottom: 7px;
}

.biu-shelfGrid .biu-shelfGrid__plice {
  font-weight: bold;
}

.biu-shelfGridCenter {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.biu-shelfGridCenter a {
  color: inherit;
  text-decoration: none;
}

.biu-shelfGridCenter a:hover {
  text-decoration: none;
}

.biu-shelfGridCenter .biu-shelfGridCenter__item {
  margin-bottom: 36px;
  width: 50%;
}

.biu-shelfGridCenter .biu-shelfGridCenter__item-image {
  height: 150px;
  margin-bottom: 10px;
  text-align: center;
}

.biu-shelfGridCenter .biu-shelfGridCenter__item img {
  width: auto;
  max-height: 100%;
}

.biu-shelfGridCenter .biu-shelfGridCenter__item .biu-productRole__btn {
  margin-top: auto;
  padding-top: 1em;
}

.biu-shelfGridCenter .biu-shelfGridCenter__item:nth-child(odd) {
  padding-right: 8px;
}

.biu-shelfGridCenter .biu-shelfGridCenter__item:nth-child(even) {
  padding-left: 8px;
}

.biu-shelfGridCenter .biu-shelfGridCenter__title {
  margin-bottom: 7px;
}

.biu-shelfGridCenter .biu-shelfGridCenter__plice {
  font-weight: bold;
}

.biu-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.biu-modal.small {
  width: 30%;
}

.biu-modal.full {
  width: 100%;
  height: 100%;
}

.biu-modal .biu-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.biu-modal .biu-modal-wrap {
  position: relative;
  border-radius: 2px;
  border: 1px solid #333;
  background-color: #fff;
  width: 90%;
  margin: 20px;
  padding: 40px 5px;
}

.biu-modal .biu-modal-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  height: 30px;
  width: 20px;
}

.biu-modal .biu-modal-close:hover {
  color: #4b5361;
}

.biu-modal .biu-modal-box {
  text-align: center;
}

.biu-modal .biu-role {
  margin-top: 20px;
}


/*--------------------------------------------------------------------------------
 *
 * ショッピング　共通
 *
--------------------------------------------------------------------------------*/

table.order_userinfo {
  margin: 14px 0;
  width: 100%;
}

table.order_userinfo th p {
  font-size: 0.875rem;
  padding-left: 7px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 500;
}

table.order_userinfo td {
  width: 63%;
  padding: 3px;
  font-size: 0.875rem;
  border-bottom: 1px dotted #000;
  border-top: 1px dotted #000;
}

table.order_userorderinfo {
  margin: 14px 0;
  width: 100%;
}

table.order_userorderinfo td {
  width: 63%;
  padding: 3px;
  font-size: 0.875rem;
  border-bottom: 1px dotted #000;
  border-top: 1px dotted #000;
}

/*--------------------------------------------------------------------------------
 *
 * マイページ ご利用料金
 *
--------------------------------------------------------------------------------*/
.bid_checkbox{
  display: flex;
  margin: 20px 0;
  border: 1px solid #fb5144;
}

.checkdocumentdate_title{
  background: #fb5144;
  padding: 8px;
  width: 22%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.checkLinedate_title{
  background: rgb(255, 199, 46);
  padding: 8px;
  width: 22%;
  color: #000000;
  font-size: 16px;
  text-align: center;
}

.checkdocumentdate_content{
  background: #fff;
  padding: 8px 20px 8px 20px;
  width: 78%;
  color: #004896;
  font-size: 16px;
  text-align: left;
}

.checkLinedate_content{
  background: #fff;
  padding: 8px 20px 8px 20px;
  width: 78%;
  color: #004896;
  font-size: 16px;
  text-align: left;
}

div.mypage_flex {
  width: 100%;
  overflow: hidden;
  display: table;
  border-collapse: collapse;
}

div.mypage_flex_inner {
  float: left;
  display: block;
  height: 100%;
  width: 30%;
  padding: 20px;
  margin-right: 20px;
  border: solid 1px #dedede;
  box-shadow: 0 2px 0 0 #c3c3c3;
  position: relative;
}

div.mypage_flex .small {
  width: 40%;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

div.mypage_flex .small img {
  max-width: 80px;
}

div.mypage_flex .right_p_text {
  display: table-cell;
  vertical-align: middle;
}

div.mypage_flex .icon_arrow {
  display: table-cell;
  vertical-align: middle;
}

#plans02 p#plans02_image {
  margin: 20px 0 0 0;
  text-align: center;
}

h2.price_title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0071BC;
  font-family: 'Kosugi Maru', sans-serif;
}

p.price_contents {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  font-family: 'Kosugi Maru', sans-serif;
}

#plans02 p img#plans02_image {
  height: 80px;
  margin-bottom: 20px;
  width: 40%;
}

#plans02 p#greenTime {
  width: 630px;
  height: 50px;
  position: relative;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 1.5625rem;
  background-color: #8CC63F;
  color: #FFFFFF;
  vertical-align: middle;
  margin: 0 auto;
}

#plans02 p#greenTime:before {
  content: "";
  border-left: 20px solid transparent;
  border-bottom: 50px solid #8CC63F;
  position: absolute;
  top: 0px;
  left: -20px;
}

#plans02 p#greenTime:after {
  content: "";
  border-right: 20px solid transparent;
  border-top: 50px solid #8CC63F;
  position: absolute;
  top: 0px;
  right: -20px;
}

#plans02 p#greenTime span {
  font-family: 'Baron Neue';
  font-size: 1.875rem;
  margin-left: 10px;
}


/*--------------------------------------------------------------------------------
 *
 * マイページ ご契約中のプランボックス
 *
--------------------------------------------------------------------------------*/

div.mypage_container{
  padding: 20px 0;
  background-color: #ecfaff;
  margin: 0px 0 37px 0;
}

div.container_h2_wrap{  
  border-bottom: 3px solid#0071bc;
}

div.mypage_container_wrap{
  display: grid; /* グリッドレイアウトを有効にする */
  grid-template-columns: 1fr 1fr 1fr; /* カラムの比率を設定 */
  gap: 0px; /* カラム間のスペースを設定 */
  width: 100%;
  margin: 0 auto; /* コンテナを中央に配置 */
}

.left-column, .main-column, .right-column {
  padding: 0 20px;
  text-align: left;
  background-color: #ecfaff;
  border-right: 1px solid #3D9FB1;
  box-sizing: border-box; /* パディングとボーダーを含めてサイズを計算 */
}

.mypage_container_column{
  margin-bottom: 20px;
}

span.mypage_container_price{
  font-size: 1.5rem;
  font-weight: bold;
}

span.mypage_container_text{
  font-weight: bold;
}

.right-column{
  border: none;
}

span.bidswin_green{
  font-weight: bold;
  color:#006AB7;
}

dl.mypage_news{
  display: -webkit-flex;
  display: flex;
  margin-bottom: 16px;
  padding-bottom:8px;
  border-bottom: 1px solid #eee;
}

dl.mypage_news dt{
  width: 260px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

dl.mypage_news dd{
  overflow: hidden;
  width: 440px;
}

dl.mypage_news dt:before {
  content: "予定";
  display: block;
  width: 105px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #e2ac2d;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 11px;
}
dl.mypage_news dt.topics:before {
  content: "実施中";
  display: block;
  width: 105px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #e83e30;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 11px;
}
dl.mypage_news dt.press:before {
  content: "PRESS";
  display: block;
  width: 105px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #39b54a;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 11px;
}

.hide {
  display: none;
}

a.tgTtip {
  margin: 0;
  text-decoration: none;
  font-size: 1em;
}

table.plan_contents td#click_btn {
  padding: 6px;
}

span.tooltip1 {
  color: #fff;
  text-align: center;
  padding: 6px;
  background: #006AB7;
}

span.tooltip1:hover {
  color: #fff;
  text-align: center;
  padding: 6px;
  background-color: #004896;
  text-decoration: underline;
}

div#welcome_box {
  /*background: linear-gradient(108deg
, #ecfaff 0%, #ecfaff 83%, #cfefff 83%, #cfefff 100%);*/
  position: relative;
  margin: 0 0 20px 0;
  background: #fff;
  border: solid 1px #666;
}

div#welcom_box div#welcom_inner {
  margin-left: auto;
  margin-left: auto;
  text-align: center;
  padding: 12px 0;
}

p.welcome_header span::before {
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  background: url(/html/user_data/assets/img/common/search/mypage.svg) no-repeat center center/cover;
}

div#welcomebid_box div#welcom_inner {
  margin-left: auto;
  margin-left: auto;
}


div#welcomebid_box {
  /*background: linear-gradient(108deg
, #ecfaff 0%, #ecfaff 83%, #cfefff 83%, #cfefff 100%);*/
  position: relative;
  min-height: 100px;
  margin: 0 0 20px 0;
  border: solid 1px #00a0a8;
}

p.welcomebid_header span::before {
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  background: url(/html/user_data/assets/img/common/search/bid_graph.svg) no-repeat center center/cover;
}

div#welcomebid_box div#welcombid_inner {
  margin-left: auto;
  margin-left: auto;
  padding: 12px 0;
  text-align: left;
}

div#welcomebid_box table{
  width: 80%;
  margin: 0 auto;
  padding: 12px;
}


p.welcome_header span::before {
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
}

p.welcomebid_header span::before {
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
}

p.welcome_header {
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  background: linear-gradient(108deg, #ecfaff 0%, #ecfaff 20%, #cfefff 20%, #cfefff 100%);
}

p.welcomebid_header {
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  color: #fff;
  background: linear-gradient(108deg, #00a0a8 0%, #00a0a8 20%, #00a0a8 20%, #00a0a8 100%);
}

dl.welcom_mainbox {
  padding: 12px;
}
div.welcombid_mainbox {
  padding: 12px;
}


.box28 {
  position: relative;
  padding: 25px 10px 7px;
  border: solid 2px #0071bc;
  margin-bottom: 10px;
}
.box28 .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  background: #0071bc;
  color: #ffffff;
}
.box28 p {
  margin: 0;
  padding: 0;
}

/*ツールチップ本体*/

div.tgToolTip {
  margin: 0 auto;
  width: 40%;
  height: 20%;
  background-color: #eee;
  color: #000;
  min-height: 1em;
  position: fixed;
  z-index: 100;
}

h4.tgToolTip_h4 {
  margin: 0 auto;
  font-weight: 600;
  padding: 10px;
  background-color: #eee;
  border-bottom: 1px dotted #999;
  color: #000;
  min-height: 1em;
  z-index: 100;
}

p.tgToolTip {
  margin: 0 auto;
  padding: 10px;
  top: 40px;
  font-weight: 600;
  background-color: #eee;
  color: #000;
  min-height: 1em;
  z-index: 100;
}

.dummy {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 10;
}


/*--------------------------------------------------------------------------------
 *
 * ---スマートフォン---
 *
--------------------------------------------------------------------------------*/
@media screen and (min-width: 720px){
    ul.jp_map {
      padding: 84% 0 0;
    }
    .jp_map li p {
      width: 7%;
      border: solid #ffffff 2px;
      box-sizing: border-box;
      padding: 7px 0;
      float: none;
      font-size: 14px;
      margin: 0;
    }
    .jp_map li p:hover {
      text-decoration: none;
    }
    .jp_map li:nth-child(1) p {
      position: absolute;
      top: 0;
      left: 85%;
      width: 15%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(2) p {
      position: absolute;
      top: 11%;
      left: 85%;
      width: 14%;
      height: 5.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(3) p {
      position: absolute;
      top: 16.5%;
      left: 92%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(4) p {
      position: absolute;
      top: 26.5%;
      left: 92%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(5) p {
      position: absolute;
      top: 16.5%;
      left: 85%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(6) p {
      position: absolute;
      top: 26.5%;
      left: 85%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(7) p {
      position: absolute;
      top: 36.5%;
      left: 92%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(8) p {
      position: absolute;
      top: 46.5%;
      left: 92%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(9) p {
      position: absolute;
      top: 46.5%;
      left: 85%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(10) p {
      position: absolute;
      top: 46.5%;
      left: 78%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(11) p {
      position: absolute;
      top: 56.5%;
      left: 85%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(12) p {
      position: absolute;
      top: 56.5%;
      left: 92%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(13) p {
      left: 85%;
      position: absolute;
      top: 66.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(14) p {
      left: 78%;
      position: absolute;
      top: 66.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(15) p {
      position: absolute;
      top: 36.5%;
      left: 78%;
      width: 14%;
      height: 10%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(16) p {
      position: absolute;
      top: 36.5%;
      left: 71%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(17) p {
      position: absolute;
      top: 36.5%;
      left: 64%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(18) p {
      left: 64%;
      position: absolute;
      top: 46.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(19) p {
      position: absolute;
      top: 56.5%;
      left: 78%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(20) p {
      left: 71%;
      position: absolute;
      top: 46.5%;
      height: 20%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(21) p {
      left: 64%;
      position: absolute;
      top: 56.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(22) p {
      left: 71%;
      position: absolute;
      top: 66.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(23) p {
      left: 64%;
      position: absolute;
      top: 66.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(24) p {
      left: 57%;
      position: absolute;
      top: 66.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(25) p {
      left: 57%;
      position: absolute;
      top: 46.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(26) p {
      left: 50%;
      position: absolute;
      top: 46.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(27) p {
      left: 50%;
      position: absolute;
      top: 56.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(28) p {
      left: 43%;
      position: absolute;
      top: 46.5%;
      height: 20%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(29) p {
      left: 57%;
      position: absolute;
      top: 56.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(30) p {
      left: 50%;
      position: absolute;
      top: 66.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(31) p {
      left: 36%;
      position: absolute;
      top: 46.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(32) p {
      left: 29%;
      position: absolute;
      top: 46.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(33) p {
      left: 36%;
      position: absolute;
      top: 56.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(34) p {
      left: 29%;
      position: absolute;
      top: 56.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(35) p {
      left: 22%;
      position: absolute;
      top: 51.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(36) p {
      left: 36%;
      position: absolute;
      top: 78.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(37) p {
      left: 36%;
      position: absolute;
      top: 68.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(38) p {
      left: 29%;
      position: absolute;
      top: 68.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(39) p {
      left: 29%;
      position: absolute;
      top: 78.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(40) p {
      left: 14%;
      position: absolute;
      top: 46.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(41) p {
      left: 7%;
      position: absolute;
      top: 46.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(42) p {
      left: 0;
      position: absolute;
      top: 46.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(43) p {
      left: 7%;
      position: absolute;
      top: 56.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(44) p {
      left: 14%;
      position: absolute;
      top: 56.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(45) p {
      left: 14%;
      position: absolute;
      top: 66.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(46) p {
      left: 7%;
      position: absolute;
      top: 66.5%;
      /*background-color: #006AB7;*/
    }
    .jp_map li:nth-child(47) p {
      left: 0;
      position: absolute;
      top: 76.5%;
      /*background-color: #006AB7;*/
    }
}


@media screen and (max-width: 640px) {
  .jp_map li p {
    box-sizing: border-box;
    width: calc(50% - 6px);
    float: left;
    padding: 7px 0;
    border-radius: 10px;
    text-align: center;
    margin: 3px;
    color: #000;
    border: 1px solid #eee;
  }

  #plans02{
    padding: 20px 0 20px 0;
  }

  #plans02 p#greenTime {
    width: 100%;
    height: 50px;
    position: relative;
    text-align: center;
    font-family: 'Noto Sans JP';
    font-size: 1rem;
    background-color: #8CC63F;
    color: #FFFFFF;
    vertical-align: middle;
    line-height: 50px;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #plans02 p#greenTime:before {
    content: "";
    border-left: 14px solid transparent;
    border-bottom: 50px solid #8CC63F;
    position: absolute;
    top: 0px;
    left: -14px;
  }
  #plans02 p#greenTime:after {
    content: "";
    border-right: 14px solid transparent;
    border-top: 50px solid #8CC63F;
    position: absolute;
    top: 0px;
    right: -14px;
  }
  #plans02 p#greenTime span {
    font-family: 'Baron Neue';
    font-size: 1.875rem;
    margin-left: 10px;
  }
#plans02 p img#plans02_image {
    height: 80px;
    margin-bottom: 20px;
    width: 100%;
}

#free{
padding: 80px 0 80px 0 ;
}

}

/*--------------------------------------------------------------------------------
 *
 * ---ご利用ガイド---
 *
--------------------------------------------------------------------------------*/
.text25 {
  font-size: 2.5rem;
}

.guide_image{

  border: red solid 2px;
  margin-bottom: 24px;
  padding: 6px;
}

.guide_image02{

  border: red solid 2px;
  margin-top: 36px;
  margin-bottom: 24px;
  padding: 6px;
}

.num>dt {
  margin-bottom: 3px;
}

.num dd{margin-bottom:8px;margin-left:25px}.num>dt{margin-bottom:3px}.num>dt,.num>dt:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:700}.num>dt:before{background:#fff;border:1px solid #0451a1;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;color:#0451a1;display:inline-block;font-size:13px;height:20px;line-height:1;margin-right:5px;min-width:20px;padding:3px 1px;text-align:center}dt.num01:before{content:"1"}dt.num02:before{content:"2"}dt.num03:before{content:"3"}dt.num04:before{content:"4"}dt.num05:before{content:"5"}dt.num06:before{content:"6"}dt.num07:before{content:"7"}dt.num08:before{content:"8"}dt.num09:before{content:"9"}dt.num10:before{content:"10";font-size:10px;padding-top:5px}dt.num11:before{content:"11";font-size:10px;padding-top:5px}dt.num12:before{content:"12";font-size:10px;padding-top:5px}dt.num13:before{content:"13";font-size:10px;padding-top:5px}dt.num14:before{content:"14";font-size:10px;padding-top:5px}dt.num15:before{content:"15";font-size:10px;padding-top:5px}.disc dd{margin-bottom:8px;margin-left:25px}.disc>dt{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:url(/images/help/icon_list.png) no-repeat 4px .6em;font-weight:700;margin-bottom:3px;padding-left:25px}.qa dd{margin-bottom:15px;margin-left:25px}.qa dt{color:#034885;font-size:110%;margin-bottom:3px;margin-left:25px}.qa dt,.qa dt:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:700}.qa dt:before{color:#346ad9;content:"Q";margin-left:-25px;margin-right:5px}


/* 銀行振込完了メールについて説明欄 */

.ebank_mail_guide dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ebank_mail_guide dl dt {
  width: 4em;
}
.ebank_mail_guide dl dd::before {
  content: '：';
}
#list_guide_cards {
  margin: 20px 0 0;
}
#list_guide_cards ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: center; */
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
#list_guide_cards ul li {
  max-width: 100px;
  width: 30%;
  padding: 10px;
}

.title.h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(69, 35, 36, 0.5);
  margin: 0 0 20px;
  display: inline-block;
}


.guide_section {
  margin-bottom: 10px;
}


/* *** zeus *** */
.section-s {
  display: block;
}

.bg-blue{
  background-color: #cfefff;
}

.bg-cyan{
  background-color: #ecfaff;
}

table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.va-m {
  vertical-align: middle !important;
}
/* ----------------------------------------------------------------
    Table　対応金融機関
----------------------------------------------------------------- */
/* %table-base
----------------------------------------------- */
.tbl-01 {
	width: 100%;
}
.tbl-01 th, .tbl-01 td {
	word-wrap: break-word;
	overflow-wrap : break-word;
}
.tbl-01 th > :last-child, .tbl-01 td > :last-child {
	margin-bottom: 0;
}
.tbl-01 th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.tbl-point-01 {
    background: #fce9e9 !important;
}
/* %tr-text-align
----------------------------------------------- */
.tbl-01 tr.ta-c th, .tbl-01 tr.ta-c td {
	text-align: center !important;
}
.tbl-01 tr.ta-r th, .tbl-01 tr.ta-r td {
	text-align: right !important;
}
.tbl-01 tr.va-t th, .tbl-01 tr.va-t td {
	vertical-align: top !important;
}
.tbl-01 tr.va-m th, .tbl-01 tr.va-m td, .tbl-01 tr.va-m img {
	vertical-align: middle !important;
}
.tbl-01 tr.va-b th, .tbl-01 tr.va-b td, .tbl-01 tr.va-b img {
	vertical-align: bottom !important;
}
.tbl-01 td.ta-c {
	text-align: center !important;
}
.tbl-01 td.ta-r {
	text-align: right !important;
}
.tbl-01 td.va-t {
	vertical-align: top !important;
}
.tbl-01 td.va-m, .tbl-01 td.va-m img {
	vertical-align: middle !important;
}
.tbl-01 td.va-b, .tbl-01 td.va-b img {
	vertical-align: bottom !important;
}
/* .tbl-01
----------------------------------------------- */
.tbl-01 {
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	background: #fff;
	margin: 0 0 20px;
}
.tbl-01 th, .tbl-01 td {
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	padding: 9px 10px 7px;
}
.tbl-01 th, .tbl-01 > thead td, .tbl-01 .head {
	background: #eeeff1;
	font-size: 1.2rem;
}
.tbl-01 > tbody td {
	font-size: 1.0rem;
	vertical-align: top;
}
.tbl-01 .head {
	font-weight: bold;
	text-align: center;
}
.tbl-01 .normal {
	background: #fff;
	font-weight: normal;
	text-align: left;
}
.tbl-01 .list-bullet-01 > li:before {
	top: .4em;
}
.tbl-01 .list-notice-01 > li {
	font-size: 1.2rem;
}
.tbl-01 .list-notice-01 > li .mark {
	padding-right: 5px;
}
.tbl-01 td p , .tbl-01 td ul {
	margin-bottom: 0;
	}
.tbl-01 td .list-bullet-01 {
	margin-bottom: 0px;
}
.tbl-01-box .tbl-01 {
	width: 1000px !important;
}

/* magokoro カスタマーサポートセンター記載 */
#box_guide_support {
	margin: 20px 0 0;}
#box_guide_support > dt {
	background: #0e529b;
	color: #fff;
	padding: 10px 15px;
	font-weight: 700;
	font-size: 20px;}
#box_guide_support > dt small {
	font-size: 15px;
	display: inline-block;
	padding: 0 0 0 1em;
	line-height: 1.6;}
#box_guide_support > dt:before {
  font-family: "Font Awesome 5 Free";
	content: '\f05a';
  padding: 0 8px 0 0;
  font-weight: 900;
  border-right: 1px solid rgba(255,255,255,0.5);
  margin: 0 10px 0 0;}
#box_guide_support > dd {
	background: #0e529b5e;
	padding: 20px 10px 0;}
#box_guide_support ul {
	display: flex;}
#box_guide_support ul li {
	width: 100%;
	padding: 0 10px 20px;}
#box_guide_support ul li .counter {
	background: #fff;}
#box_guide_support ul li .counter > dt {
	padding: 10px;
	font-weight: 700;
	border-bottom: 2px solid #0e529b5e;
	font-size: 17px;}
#box_guide_support ul li .counter > dd {
	padding: 0 10px 2px;}
#box_guide_support ul li .contact {
	display: flex;
	flex-wrap: wrap;
	padding: 8px 4px;
	width: 100%;
	border-bottom: 1px dotted #fbefdd;}
#box_guide_support ul li .contact.tel {
	border-bottom: none;}

#box_guide_support ul li .contact.tel > dt {
	padding: 3px 0 0;}
#box_guide_support ul li .contact > dd {
	width: calc(100% - 60px);}
#box_guide_support ul li .contact > dd .telmain {
	font-size: 20px;
	font-weight: 800;}
#box_guide_support ul li .contact.mail dd a {
	font-size: 15px;}


/* フローチャート*/

* {
  box-sizing: border-box;
}

ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}

/* 購入の流れ 銀行決済 */
.flow-left > li {
  position: relative;
}
.flow-left > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow-left > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow-left > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgb(107, 219, 204);
  border-radius: 10px;
  position: relative;
}
.flow-left > li:not(:last-child) dl::before,
.flow-left > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-left > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: rgb(107, 219, 204);
}
.flow-left > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow-left > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107, 219, 204);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow-left > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107, 219, 204);
  background: -moz-linear-gradient(left, rgba(107, 219, 204,1) 0%, rgb(102, 174, 233) 100%);
  background: -webkit-linear-gradient(left, rgba(107, 219, 204,1) 0%,rgba(102, 174, 233,1) 100%);
  background: linear-gradient(to right, rgba(107, 219, 204,1) 0%,rgba(102, 174, 233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
}

.backgraund-color-cyan{
  background-color: #d5e5ec;
}
.backgraund-color-green{
  background-color: #d5ecea;
}

/* 丸の背景な見出し */
.head_test {
  margin:  0;                 /* デフォルトCSS打ち消し */
  font-size:  24px;           /* 文字サイズ指定 */
  position:  relative;        /* 位置調整 */
  font-weight:  normal;       /* 文字の太さ調整 */
  display:  inline-block;     /* インラインブロックにする */
  padding-top: 40px;          /* 余白指定 */
  padding-left: 40px;         /* 余白指定 */
  padding-bottom: 20px;       /* 余白指定 */
}

.head_test:before {
  content:  '';               /* 空白の要素を作る */
  background-color: #ffc7ac;  /* 背景色指定 */
  display:  block;            /* ブロック要素にする */
  position:  absolute;        /* 位置調整 */
  left:  0;                   /* 位置調整 */
  height: 50px;               /* 高さ指定 */
  width: 50px;                /* 幅指定 */
  border-radius:  50%;        /* 丸くする */
  top: 0;                     /* 位置調整 */
  z-index:  -1;               /* 重なり調整 */
}


.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgb(107,144,219);
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: rgb(107,144,219);
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
}

.title-left{
  padding-left: 10%;
  text-align: right;
}

.title-center{
  text-align: center;
  font-size: 23px;
}
.modal-body{
  overflow-y: scroll;
}

.marker-cyan {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}
.marker-green {
  background: linear-gradient(transparent 50%, hsl(172, 84%, 71%) 50%);
}

/* 画面機能ガイド　タイトル */
.function {
	background: -webkit-linear-gradient(left, #0071bc, #d6dbdf); /* 文字のグラデーション(Chrome、Safari) */
	background: -moz-linear-gradient(left, #ef858c, #f3cbd0); /* 文字のグラデーション(Firefox) */
	background: linear-gradient(left, #ef858c, #f3cbd0); /* 文字のグラデーション */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  font-size: 40px;
}
.function:before, .function:after {
	background: -webkit-gradient(linear, left top, right bottom, from(#0071bc), to(#d6dbdf));  /* 線のグラデーション(Chrome、Safari) */
	background: -moz-linear-gradient(left, #ef858c, #f3cbd0); /* 線のグラデーション(Firefox) */
	background: linear-gradient(left, #ef858c, #f3cbd0); /* 線のグラデーション */
	content: '';
	margin: 10px 0px;
	display: block;
	height: 6px; /* 線の太さ */
	width: 100%;
}


/* 波状の線 */
.simple-border5 {
  text-decoration:underline dashed red
}


/* ご利用ガイド タブデザイン */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #325A8C;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #325A8C;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tab-switch {
  display: none;
}

.head_title:before {
  content:  '';               /* 空白の要素を作る */
 /* background-color: #ffc7ac;*/  /* 背景色指定 */
  display:  block;            /* ブロック要素にする */
  position:  absolute;        /* 位置調整 */
  left:  0;                   /* 位置調整 */
  height: 50px;               /* 高さ指定 */
  width: 50px;                /* 幅指定 */
  border-radius:  50%;        /* 丸くする */
  top: 0;                     /* 位置調整 */
  z-index:  -1;               /* 重なり調整 */
}

body {
  counter-reset: number managenumber;  /* numberのカウンタを0に指定 */
}

.flowtitle {
  position: relative;
  background: #d0f1d4;
  padding: 0.25em 0.5em;
  border-left: solid 2em #49c146;
  display:inline-block;
  color: #49c146;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 90%;
}

.flowtitle:before {
  counter-increment: number;
  content: counter(number) " ";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.flowtitle_orenge {
  position: relative;
  background: #f1e7d0;
  padding: 0.25em 0.5em;
  border-left: solid 2em #c19046;
  display:inline-block;
  color: #c19046;
  margin-bottom: 20px;
  width: 90%;
}

.flowtitle_orenge:before {
  counter-set: banknumber 5;
  content: counter(banknumber);
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.managementtitle {
  position: relative;
  background: #d0f1d4;
  padding: 0.25em 0.5em;
  border-left: solid 2em #49c146;
  display:inline-block;
  color: #49c146;
  margin-bottom: 20px;
  width: 80%;
}

.managementtitle:before {
  counter-increment: managenumber;
  content: counter(managenumber) " ";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ▼ サブメニュー*/
.navguide a{
  text-decoration: none;
  color: white;
  display: block;
  padding: 10px;
}

 .navguide li :hover{
  background: #447add;
  border-radius:10px;
}

.navguide li.active{
  background-color: #447add ;
}
/* ▲ サブメニュー */

.heading10 {
	position: relative;
	padding-top: 30px;
	font-size: 30px;
	border-bottom: 1px solid rgba(5,62,98,1);
  margin-bottom: 15px;
}

.heading10 span {
	position: relative;
	z-index: 2;
}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}

span.number_box {
  border-style: solid;
  border-width: 3px;
  border-color: red;
  border-radius: 6px;
  background: red;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
}

.mgr-10{
  margin-right : 10px;
}

.mgl-20{
  margin-left : 20px;
}

/* 各銀行への案内用 */
ul.bankguidance {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin: 10px 0;
}

ul.bankguidance li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul.bankguidance li:before {

  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: skyblue;/*アイコン色*/
  font-weight: 900;
}

.explanation p{
  text-indent: -2em;
  padding-left: 2em;
}

div.biu-forgot{
margin: 36px 0;

}

span.blurString {
  color: transparent;
  text-shadow: 0 0 20px rgba(0,0,0,0.5);
}

div.topPrefectureSearch {
  margin: 0;
  padding: 0;
  width: 90%;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  font-family: 'Kosugi Maru', sans-serif;
}

div.topPrefectureSearchListPref {
  display: inline-block;
  padding: 8px;
  /* background: #cfefff;
  color: #1A1A1A; */
  margin: 0 0 12px 0 ;
}

div.topPrefectureSearchList {
  float: left;
}

.boxtitle_outer {
  display: table;
}

.boxtitle_inner {
  display:table-cell;
  vertical-align: middle;
}

.search_details_similar {
  padding: 18px 24px;
  line-height: 26px;

}

.summary_inner{
  padding: 10px 20px;
}

.search_details_similar a {
  color:#00a8b8;
 }
/*-----------------------------------------------

campaign-box

-------------------------------------------------*/
.campaign-box {
  width: 100%;
  background: #006AB7 url(/html/user_data/assets/img/common/price/customor_campain.png) no-repeat center top;
  margin: 60px 0 0;
  padding: 0 30px 100px;
}
@media screen and (max-width: 767px) {
  .campaign-box {
    background: #006AB7 url(/html/user_data/assets/img/common/price/campaign_boxBG_sp.png) no-repeat center top;
    background-size: 100% auto;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    margin: 14.6666666667vw 0 0;
    padding: 0 5.0666666667vw 9.3333333333vw;
  }
}

.campaign-headline {
  padding: 90px 0 0;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign-headline {
    padding: 9.3333333333vw 0 0;
  }
}
.campaign-headline span {
  display: block;
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .campaign-headline span {
    margin: 0 0 3.3333333333vw;
    font-size: 3.3333333333vw;
    line-height: 1.6;
  }
}
.campaign-headline span small {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .campaign-headline span small {
    font-size: 3.2vw;
  }
}
.campaign-headline b {
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .campaign-headline b {
    font-size: 7.4666666667vw;
    line-height: 1.5;
  }
}
.campaign-headline sub {
  font-size: 50%;
}
.campaign-headline:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  right: 75px;
  top: calc(100% - 66px);
  width: 134px;
  height: 191px;
  background: url(../img/illust01.svg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .campaign-headline:after {
    display: none;
  }
}
.campaign-headline img {
  max-width: 80%;
}

.campaign-about-box {
  margin: 60px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .campaign-about-box {
    margin: 7.3333333333vw 0 0;
  }
}

.campaign-about-headline {
  width: 100%;
  background: #feeb2f;
  border-radius: 18px 18px 0 0;
  padding: 25px 0;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign-about-headline {
    border-radius: 2.4vw 2.4vw 0 0;
    padding: 3.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
}

.campaign-about-inner {
  padding: 0 0 45px;
  border-radius: 0 0 18px 18px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .campaign-about-inner {
    padding: 0 0 9.3333333333vw;
    border-radius: 0 0 2.4vw 2.4vw;
  }
}

.campaign-about-subhead {
  padding: 35px 30px 0;
  text-align: center;
  background: url(../img/illust02.svg) no-repeat 68px bottom;
  background-size: 87px auto;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .campaign-about-subhead {
    background: none;
    padding: 9.3333333333vw 0 0;
  }
  .campaign-about-subhead {
    width: 95%;
  }
}
@media screen and (min-width: 767px) {
  .campaign-about-subhead {
    width: 80%;
  }
}



.campaign-about-lead {
  padding: 35px 12.5% 0;
}
@media screen and (max-width: 767px) {
  .campaign-about-lead {
    padding: 4vw 8.6666666667vw 0;
  }
}
.campaign-about-lead .is-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .campaign-about-lead .is-text {
    font-size: 3.7333333333vw;
  }
}

.campaign-about-btn {
  width: 48%;
  max-width: 430px;
  margin: 0 auto;
  padding: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .campaign-about-btn {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 6.6666666667vw 15.6666666667vw 0;
  }
}

.campaign-about-btn02 {
  
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .campaign-about-btn02 {
    width: 85%;
    max-width: 100%;
    height: 20%;
    max-height: 100%;
    padding: 0.2vw 7.6666666667vw 0;
  }
}



.campaign-about-btn a {
  display: block;
  width: 100%;
  background: #feeb2f;
  padding: 28px 0;
  border: 2px solid #feeb2f;
  font-size: 18px;
  color: #000;
  text-align: center;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}

.campaign-about-btn02 a.entry{
  display: block;
  width: 100%;
  background: #feeb2f;
  padding: 28px 0;
  border: 2px solid #feeb2f;
  font-size: 18px;
  color: #000;
  text-align: center;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}

@media screen and (min-width: 767px) {
  .campaign-about-btn02 a.entry{
    min-width: 430px;
  }
}


@media screen and (max-width: 767px) {
  .campaign-about-btn02 a.entry{
    font-size: 16px;
    padding: 16px 0;
  }
}


.campaign-about-btn02 a.contact{
  display: block;
  width: 100%;
  background: #8CC63F;
  padding: 28px 0;
  border: 2px solid #8CC63F;
  font-size: 18px;
  color: #000;
  text-align: center;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}



@media screen and (max-width: 767px) {
  .campaign-about-btn02 a.contact{
    font-size: 16px;
    padding: 16px 0;
  }
}

@media screen and (min-width: 767px) {
  .campaign-about-btn02 a.contact{
    min-width: 430px;
  }
}

@media screen and (max-width: 767px) {
  .campaign-about-btn a {
    padding: 5.3333333333vw 0;
    border-radius: 2.4vw;
    border: 0.2666666667vw solid #feeb2f;
    font-size: 3.7333333333vw;
  }
}
.campaign-about-btn a:hover {
  background: #fff;
}

.campaign-detail {
  position: relative;
  z-index: 1;
  margin: 45px 0 0;
  padding: 45px 12.5% 0;
}
@media screen and (max-width: 767px) {
  .campaign-detail {
    margin: 12vw 0 0;
    padding: 12vw 8.6666666667vw 0;
  }
}
.campaign-detail:before {
  content: "";
  display: block;
  position: absolute;
  left: 4%;
  top: 0;
  width: 92%;
  height: 0;
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  .campaign-detail:before {
    left: 6%;
    width: 88%;
  }
}
.campaign-detail dt {
  text-align: left;
  padding: 35px 0 0;
  font-size: 22px;
  font-weight: 700;
  color: #006AB7;
}
@media screen and (max-width: 767px) {
  .campaign-detail dt {
    padding: 8vw 0 0;
    font-size: 4.2666666667vw;
  }
}
.campaign-detail dt:nth-of-type(1) {
  padding-top: 0;
}
.campaign-detail dd {
  padding: 15px 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .campaign-detail dd {
    padding: 4vw 0 0;
  }
}
.campaign-detail dd .is-text {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .campaign-detail dd .is-text {
    font-size: 3.7333333333vw;
  }
}
.campaign-detail dd .is-image {
  padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .campaign-detail dd .is-image {
    padding: 6.6666666667vw 0 0;
  }
}
.campaign-detail dd .is-image img {
  max-width: 100%;
}
.campaign-detail dd .is-annotation {
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .campaign-detail dd .is-annotation {
    font-size: 3.7333333333vw;
  }
}
.campaign-detail dd .is-annotation2 {
  padding: 0 0 0 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .campaign-detail dd .is-annotation2 {
    font-size: 3.7333333333vw;
  }
}
.campaign-detail dd .is-annotation2 .is-second {
  display: inline-block;
  padding-left: 2em;
  line-height: 1.9;
}

.campaign-about-link {
  padding: 70px 0 0;
}
@media screen and (max-width: 767px) {
  .campaign-about-link {
    padding: 8vw 0 0;
  }
}
.campaign-about-link .is-catch {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign-about-link .is-catch {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .campaign-about-link .conversion-btn-list {
    display: flex; /* フレックスボックスを使用 */
    flex-direction: column; /* ボタンを縦並びに */
    align-items: center; /* ボタンを中央揃え */
    padding: 12vw 0 -1.5vw; /* 左右の余白を削除 */
  }

  .campaign-about-link .conversion-btn-item {
    width: 90%; /* ボタンの幅を調整 */
    margin: 10px auto; /* ボタンを中央に配置 */
  }
}

@media screen and (min-width: 767px) {
  .campaign-about-btn02 a.contact {
    min-width: 430px;
    
  }
}

@media screen and (min-width: 767px) {
  .campaign-about-btn02 a.entry {
    min-width: 430px;
    
  }
}


li.conversion-btn-item {
display: inline-block;
margin: 20px 0;
}

/*                           */
/*トップトライある*/
/*     
                      */

img.top_trial_main{
  width: 90%;
  margin: 0 auto 20px auto;
}                     

div.trial_box{
  width: 100%;
  text-align: center;
}


div.trial_box a{
 text-align: center;
}

p.top_trial_main01{
  width: 60%;
  margin: 20px auto 20px auto;
  text-align: center;
  font-size:2.5rem;
  font-weight: bold;
  line-height: 150%;
  color: red;
}

p.top_trial_main02{
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size:150%;
  font-weight: bold;
  line-height: 150%;
}

p.top_trial_main02 span{
  color: red;
}


@media screen and (max-width: 764px) {
  p.top_trial_main01{
    width: 90%;
    font-size:1.2rem;
    color: red;
  }

  p.top_trial_main02{
    width: 90%;
    margin: 0 auto 40px auto;
    text-align: center;
    font-size:1rem;
    font-weight: bold;
    line-height: 150%;
  }

}

/*                           */
/*ゼウスクレジットカード入力欄*/
/*                           */

dl#zeus_input_method{
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

dl#zeus_input_method dt {
  width: 25%;
  margin-bottom: 10px;
  padding: 12px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  background: #006AB7;
}

dl#zeus_input_method dd {
  width: 74%;
  padding: 12px;
  margin-bottom: 10px;
  white-space: nowrap;
}

dl#zeus_input_method dd .ec-select select {
  border: 1px solid #333;
  width: 40%;
  padding: 6px;
}

dl#zeus_input_cardno{
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

dl#zeus_input_cardno dt {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
  text-align: center;
  color: #fff;
  background: #006AB7;
}

dl#zeus_input_cardno dd {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
  color: #fff;

}

dl#zeus_input_cardno dd div.ec-input input{
  border: 1px solid #333;
  width: 48%;
  padding: 12px;
}

dl#zeus_input_name{
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

dl#zeus_input_name dt {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
  text-align: center;
  color: #fff;
  background: #006AB7;
}

dl#zeus_input_name dd {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
  color: #fff;

}

dl#zeus_input_name dd div.ec-halfInput input{
  border: 1px solid #333;
  width: 48%;
  padding: 12px;
}

dl#zeus_input_expire{
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

dl#zeus_input_expire dt {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
  text-align: center;
  color: #fff;
  background: #006AB7;
}

dl#zeus_input_expire dd{
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
  border-bottom:1px solid #006AB7;
}

select#shopping_order_ZeusCreditPaymentMonth{
  border: 1px solid #333;
  width: 30%;
  padding: 12px;
}

select#shopping_order_ZeusCreditPaymentYear{
  border: 1px solid #333;
  width: 30%;
  padding: 12px;
}