@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ 
  min-height: 100%;
  position: relative;}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

html, body, main{
  background-color: #ebebeb;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; 
  width: 100%;
  min-width: 980px;
  background-color: #ebebeb;
  margin-bottom: 160px;
}

a:link{
  text-decoration: none;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
.site-ttl {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 0;
  padding-left: 50px;
  font-size: 24px;
  background-color: transparent;
  color: #434343;
  font-weight: bold;
  box-sizing: border-box;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 90%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  overflow-y: visible;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent; 
  color: #434343;
}

.innerWrap{
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  justify-content: space-between;
  justify-content: space-around;
  align-items: flex-start;
  background-color: #ebebeb;
}
/* お問い合わせページ専用：左寄せ・固定余白 */
.innerWrap--contact{
  justify-content: flex-start;
  gap: 90px;  /* Yahoo情報とトーク履歴の間の固定余白*/
  padding-left: 60px;  /* 左側の固定余白*/
}
.l-yahooInfo{
  background-color: #fff;
  width: 390px;
  margin: 28px 0;
  margin-right: 20px;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px;
}
.lineYahoo-link:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/static/master/packages/yahoo-furusato/default/img/Store.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}
.l-section{
  background-color: #fff;
  max-width: 880px;
  min-width: 506px;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 40px;
  padding: 0 20px 20px;
  border-radius: 8px;
  box-sizing: border-box;
}
/* 寄附情報表示部 */
.orderReceiptArea{
  position: relative;
  line-height: 1;
}
.orderReceiptArea p{
  margin: 0;
}
#information_button {
  position: absolute;
  top: 16px;
  right: 40px;
  width: 40px;
  height: 40px;
  background: url("/static/master/packages/yahoo-furusato/default/img/infoButton.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  opacity: 1!important;
}
.ui-tooltip {
  background-color: transparent;
  border: none;
  color: #434343;
  padding: 1px 5px;
  border-radius: 0px;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: none;
  width:210px;
}
.info_text {
  line-height: 1.2;
  padding: 0 10px 25px;
  width:180px;
  border: 1px solid #434343;
  background-color: #fff;
}
#tooltipClose {
  text-align: right;
  font-size: 25px;
  margin-top: 4px;
  cursor: pointer;
}

/* お問い合わせフォーム全体 */
table,th,td{
  border: none;
  background-color: #fff;
}
th,td{
  display: block;
}
.contact table{
  margin: 0;
}
.contact table th{
  width: 100%;
  padding: 0;
  margin-top: 16px;
}
.contact table td{
  padding: 0;
  margin: 8px 0;
}
.contact table td select{
  width: 100%;
  height: auto;
}
.contact table td input[type=text],
.contact table td textarea {
  background-color:  #FFF;
  border-radius: 8px;
}
.contact table td input[type=text] {
  height: 36px; 
}
.contact table td label{
  display: block;
  float: none;
  width: auto;
}
/* ラジオボタン */
.contact table td label.radioBtn{
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.contact table td label.radioBtn [type="radio"]{
  accent-color: #ff8400;
  position: relative;
}
.contact table td label.radioBtn [type="radio"]:checked:before {
  content: "";
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: block;
  height: 7px;
  width: 7px;
  position: absolute;
  left: 1px;
  top: 1px;
}
.contact table td label.radioBtn [type="radio"]:checked ~ p{
  font-weight: bold;
}
.contact table td label.radioBtn p{
  margin: 0;
  width: 80%;
  border-bottom: 1px solid #ebebeb;
  padding: 8px 0;
  margin-left: 8px;
}
.contact table td label.radioBtn:last-of-type p{
  border: none;
}
.contact table td label.confirmCheck {
  width: 350px;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 4px;
  padding: 0 14px;
  background-color: #ffa340;
  border-radius: 8px;
  line-height: 32px;
}
select {
  border: 1px solid #B7B7B7;
  color: #434343;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 8px;
  background: #fff;
  height: 36px;
  line-height: 36px;
}
.select_wrapper {
  position: relative;
}
.select_wrapper::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #6a6a6a;
  border-bottom: 1px solid #6a6a6a;
  transform: rotate(45deg);
}
/* 必須 */
.indispensable{
  position: static;
  background-color: #fff;
  color: #c13832;
  font-size: 12px;
  padding: 0 8px;
}
input,
button,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  box-shadow: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(102, 204, 255, 0.5);
  font-size: inherit; }

select::-ms-expand {
  display: none;
}

input[type=password].error,
input[type=text].error,
table td input[type=text].error,
input[type=text].error,
select.error {
  background-color: #ffe2e2;
  border: 1px solid #df0000; }

p {
  line-height: 150%; }

.l-Header {
  padding: 16px 20px; 
  padding-left: 50px;
  border-bottom: 1px solid #ebebeb;
  max-width: 1440px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.l-Header__logo img{
  width: 314px;
}

.bg_inner {
  width: 950px;
  margin-left: auto;
  margin-right: auto; }

.pageTitle {
  position: relative;
  margin: 30px 0 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #808080; }

.text-bold {
  font-weight: 600; }

.text-center {
  text-align: center; }

.txt_small {
  font-size: .75rem;
  line-height: 150%; }

.error_notice {
  font-weight: bold;
  color: #e01103; }

.table_style_01 .error_notice{
  display: block;
  margin-top: 5px;

}
.caution_order_recept_column {
  background-color: transparent;
  color: #c13832;
  text-align: initial;
  margin-left: 0;
  margin-bottom: 3px;
}
.contact table td span.caution{
  text-align: left;
  line-height: 150%;
}
.caution {
  background-color: transparent;
  text-align: initial;
  margin-left: 0;
  display: inline-block;
  padding: 0 5px;
  padding-top: 8px;
  background-color: transparent;
  color: #c13832;
  vertical-align: middle;
  text-align: center;
 }

.table_style_01 {
  margin: 0 0 40px;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse; }

.table_style_01 tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc; }

.table_style_01 th {
  background-color: #ebebeb;
  border-right: solid 1px #d1d1d1;
  padding: 25px 15px;
  width: 320px; }

.table_style_01 td {
  padding: 0 0 0 160px;
  width: 630px; }

.table_style_01 td,
.table_style_01 th {
  word-break: normal;
  word-wrap: break-word;
  white-space: normal;
  font-weight: 400;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px; }

.table_style_01.total_price th {
  font-weight: 600; }

.table_style_01.total_price td {
  color: #e01103;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: 0; }

.popup{
  overflow-x: hidden !important;
}

.popup .error_area {
  color: #e01103;
  padding: 20px 10px 10px 10px; }

#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

.zh-zip-01.zh-parent-zip-01 {
  margin-left: 1em; }

.error__msg {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    color: #ea434b;
    position: absolute;
    padding: 25px 0px 0px 50%;
    width: 50%;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0px;
  line-height: 0px;
}

#confirm_deliv_select_time_clear_msg {
  text-align:justify;
  color: #e01103;
  background-color: #ffe2e2;
  border: solid 1px #df0000;
  padding: 0px 5px;
  font-size: 12.5px;
  margin: 0px;
  position: absolute;
  width: 235px;
  right: 13.5px;
  top: -3px;
}

/* 確認画面 */
  .donor-info{
    display: flex;
    align-items: center;
    margin: 0;
  }
  .donor-info p{
    margin: 0;
  }
  .donor-info-item{
    width: 150px;
  }


/* 汎用クラス */
  /* カラー */
  .c-fontColor{
    color: #434343;
  }
  .c-grey{
    color: #6a6a6a;
  }
  .c-lightGray{
    color: #868686;
  }
  .c-red{
    color: #c13832;
  }
  .c-blue,.c-blue:link{
    color: #0260ea;
  }
  .c-blue:hover,.c-blue:link:hover{
    color: #0260ea;
    opacity: 0.5;
  }
  .c-orange{
    color: #fc6600;
  }
  .c-lightOrange{
    color: #ffa340;
  }
  .c-bgLightGray1{
    color: #ebebeb;
  }
  .c-bgLightGray2{
    color: #f4f4f4;
  }
  .c-white{
    color: #ffffff;
  }
  .c-lightRed{
    color: #fff2ef;
  }

  /* フォントサイズ */
  .c-font-12px{
    font-size: 12px;
  }
  .c-font-16px{
    font-size: 16px;
  }
  .c-font-20px{
    font-size: 12px;
  }

  /* Padding-Margin */
  .c-pt10{
    padding-top: 10px;
  }
  .c-pb8{
    padding-bottom: 8px;
  }
  .c-pb12{
    padding-bottom: 12px;
  }
  .c-mt8{
    margin-top: 8px;
  }
  .c-mt24{
    margin-top: 24px;
  }
  .c-mt48{
    margin-top: 48px;
  }
  .c-mb12{
    margin-bottom: 12px;
  }
  .c-mr12{
    margin-right: 12px;
  }

  /* 左右中央寄せ */
  .c-alignCenter{
    text-align: center;
  }
  .c-alignRight{
    text-align: right;
  }
  .c-alignLeft{
    text-align: left;
  }

  /* その他 */
  .c-block{
    display: block;
  }
  .c-inlineBlock{
    display: inline-block;
  }
  .c-underLineGrey{
    border-bottom: 1px solid #ebebeb;
  }
  .c-bold{
    font-weight: bold;
  }
  .c-bgWhite{
    background-color: #ffffff;
  }
  .c-textUnderLine{
    text-decoration: underline;
  }
  .c-pointer{
    cursor: pointer;
  }

  
/* 汎用クラス end */

/* 寄附者様情報 start */
#commonItems td{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#commonItems th{
  font-weight: normal;
}
input[type=button].notactive_bt{
  background-image:none;
  background-color: #ccc;
  border-radius: 8px;
  height: 50px;
}
input[type=button].large_bt_r {
  background-image:none;
  background-color: #0260ea;
  border-radius: 8px;
  height: 50px;
}
#contactSubmit{
  margin-bottom: 0;
}
/* 寄附者様情報 end */

/* cat13:寄附情報の変更 */
.changeName{
  display: flex;
  justify-content: space-between;
}
/* 住所検索 */
table.address_input {
  border: 0;
  background-color: inherit;
}
table.address_input th {
  border-bottom: 0;
  background-color: #fff;
}
table.address_input td {
  border-bottom: 0;
}
.zh-pref,.zh-city{
  min-height: 16px;
  display: block;
}
.zh-city:has(.a){
  position: relative;
}
.zh-city:has(.a)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #6a6a6a;
  border-bottom: 1px solid #6a6a6a;
  transform: rotate(45deg);
}
.zh-town{
  width: 100%;
}
.contact table td .address_input 
input[type=text].zh-zip-01{
  padding-left: 8px;
  padding-right: 8px;
  width: 62px;
  ime-mode: disabled;

}
.contact table td .address_input 
input[type=text].zh-zip-02{
  padding-left: 8px;
  padding-right: 8px;
  width: 64px; 
  ime-mode: disabled;
}
.address_input  .address_search{
  display: flex;
  align-items: center;
  width: 100%;
}
.address_input  .address_search p{
  margin: 0;
}
.zh-address-search-button{
  margin-left: 20px;
}
.zh-address-search-button input[type=button].detail_bt{
  border-radius: 8px;
  color: #0260ea;
  background-color: #f4f4f4;
  line-height: 34px;
  height: 34px;
  width: 120px;

}
table tr td{
  font-size:14px;
}
/* cat11:異なるお礼品 */
.preview_images {
  margin: 10px 0;
  height: 100%!important;
  display: flex;
}

.preview_images .add-img-link{
  visibility: visible;
}
.preview_images .add-img-lin:last-of-type{
  visibility: hidden;
}

.preview_images .prev-container {
  display: inline-block;
  position:relative;
  width: 100px;
  height: 100px!important;
  margin-right: 2%;
}

.preview_images .prev-container .prev-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #EBEBEB;
  box-sizing: border-box;
  border-radius: 8px;
}
.preview_images .prev-container .prev-img.deleting {
  opacity: 0.5;
}
.preview_images .prev-container .prev-img-delete { /* ×ボタン */
  border: none;
  font-size: 12px;
  cursor: pointer;
  position:absolute;
  width:20px;
  line-height:20px;
  top:0;
  right:0;
  background:#ebebeb;
  text-align:center;
  color:#868686;
  font-weight:bold;
  border-radius:50px;
  z-index:10;
}
table.order_list {
  border-collapse:collapse;
}
.contact table td input[name=tel01],
.contact table td input[name=tel02],
.contact table td input[name=tel03],
#cat13_sub1_zip01,
#cat13_sub2_zip01,
#cat13_sub3_zip01 {
    margin: 0;
}
.ui-helper-hidden-accessible > div {
  display: none;
}
.drop-images {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #ebebeb;
  border-radius: 8px;
}
.drop-images.processing {
  opacity: 0.5;
}
.drop-images.dragover:not(.processing) {
  background-color: #ebebeb;
}
.drop-images-container {
  text-align: center;
}
.drop-images-container img{
  width: 50px;
  display: block;
  margin: 0 auto;
}
.drop-images-container > label {
  color: #0260ea;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.contact table td .drop-images label{
  height: auto;
  line-height: normal;
}
.drop-images-container > label > .upload_image_file {
  display: none;
}
#order-history-kochira,#confirm-method,#deliv-change_method-kochira{
  text-align: right;
}
.add-img-link,.add-img-link:link,.add-img-link:hover {
  display: inline-block;
  line-height: 100px;
  margin-left:110px;
  width:100px;
  height:100px;
  text-decoration: none;
  background:#EBEBEB;
  text-align:center;
  color:#0260EA;
  font-size:50px;
  font-weight:bold;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  position:relative;
  top:-105px;
  vertical-align: 100px;
}

/* 確認画面 */
.contact .form_confirm td{
  min-height: 10px;
}
/* フッター */
.l-Footer{
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 40px 0;
  background-color:#F4F4F4;
}
.l-Footer_list{
  margin-bottom: 12px;
}
.l-Footer_list a{
  padding: 0 8px;
  position: relative;
}
.l-Footer_list a:after {
	position: absolute;
	top: 0;
	left: 100%;
	content: "";
	width: 1px;
	height: 80%;
	background-color: #ebebeb;
}
.l-Footer_list a:after {
	position: absolute;
	top: 0;
	left: 100%;
	content: "";
	width: 1px;
	height: 80%;
	background-color: #d3d3d3;
}
.l-Footer_list a:last-child:after {
	background-color: #F4F4F4;
}