@charset 'Shift_JIS';

/**
 * @fileOverview CSLJLND-86467
 */

.jlnpc-areaSelect {
  position: relative;
}

.jlnpc-areaSelect * {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  color: #3b1800;
}

.c-icon--area {
  top: -16px;
}

.jlnpc-selectPref {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 116px;
  height: 32px;
  margin-right: 0;
  padding: 0 28px 0 8px;
  cursor: pointer;
  color: #333;
  border: 1px solid #bcb6b3;
  border-radius: 4px;
  background-color: #fff;
}

.jlnpc-selectPref__text {
  font-size: 13px;
  line-height: 32px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.jlnpc-selectLargeArea {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 187px;
  height: 32px;
  margin-right: 0;
  padding: 0 28px 0 8px;
  cursor: pointer;
  color: #333;
  border: 1px solid #bcb6b3;
  border-radius: 4px;
  background-color: #fff;
}

.jlnpc-selectLargeArea__text {
  font-size: 13px;
  line-height: 32px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.jlnpc-selectLargeArea.disabled {
  cursor: default;
  opacity: .6;
}

.jlnpc-selectPref:after,
.jlnpc-selectLargeArea:after {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 14px;
  height: 14px;
  content: '';
  background: no-repeat center / 14px url('/assets/img/common/icons/icon_panelpopup.svg')
}

/* prefListWrap */
.jlnpc-prefListWrap {
  position: absolute;
  z-index: 2400;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  width: 600px;
  height: 400px;
  border: solid 1px #bcb6b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}

.jlnpc-prefListWrap * {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

  box-sizing: border-box;
  color: #3b1800;
}

.jlnpc-prefListWrap .jlnpc-prefList {
  position: relative;

  overflow-y: auto;
  height: 343px;
}

.jlnpc-prefListWrap .jlnpc-prefList__wideArea {
  padding: 12px 0 12px 16px;
  border-bottom: solid 1px #bcb6b3;
}

.jlnpc-prefListWrap .jlnpc-prefList__wideArea:last-child {
  border: none;
}

.jlnpc-prefListWrap .jlnpc-prefList__wideAreaTitle {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}

.jlnpc-prefListWrap .jlnpc-prefList__selectList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -6px;
}

.jlnpc-prefListWrap .jlnpc-prefList__selectList a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  width: 72px;
  margin: 0 8px 6px 0;
  text-decoration: none;
  color: #3b1800;
}

.jlnpc-prefListWrap .jlnpc-prefList__selectList .jlnpc-prefList__selectItem:last-child a {
  margin-right: 0;
}

.jlnpc-prefListWrap .jlnpc-prefList__selectList a span {
  position: relative;

  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: text-top;
  vertical-align: middle;
  border: 2px solid #bcb6b3;
  border-radius: 16px;
  background-color: #fff;
}

.jlnpc-prefListWrap .jlnpc-prefList__selectList a.checked span:after {
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;

  content: '';
  border: 1px solid #e77611;
  border-radius: 8px;
  background-color: #e77611;
}

.jlnpc-prefListWrap .jlnpc-selectListBttnArea {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* largeAreaListWrap */
.jlnpc-largeAreaListWrap {
  position: absolute;
  z-index: 2400;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  width: 600px;
  border: solid 1px #bcb6b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}

.jlnpc-largeAreaListWrap * {
  box-sizing: border-box;
}

.jlnpc-largeAreaListWrap .jlnpc-largeAreaList__innerWrap * {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  color: #3b1800;
}

.jlnpc-largeAreaListWrap .jlnpc-largeAreaList__innerWrap {
  padding: 12px 16px 16px;
}

.jlnpc-largeAreaListWrap .jlnpc-largeAreaTitle {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}

.jlnpc-largeAreaListWrap .jlnpc-largeAreaList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

.jlnpc-largeAreaListWrap .jlnpc-largeAreaItem {
  width: 50%;
  margin-bottom: 12px;
}

.jlnpc-largeAreaListWrap .jlnpc-largeAreaItem a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  text-decoration: none;
}

.jlnpc-largeAreaListWrap .jlnpc-largeAreaItem a span {
  position: relative;

  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: text-top;
  vertical-align: middle;
  border: 2px solid #bcb6b3;
  border-radius: 16px;
  background-color: #fff;
}

.jlnpc-largeAreaListWrap .jlnpc-largeAreaItem a.checked span:after {
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;

  content: '';
  border: 1px solid #e77611;
  border-radius: 8px;
  background-color: #e77611;
}

.jlnpc-selectListBttnArea {
  overflow: hidden;
  width: 100%;
  height: 57px;
  padding: 12px 16px;
  border-top: solid 1px #bcb6b3;
  background-color: #fff;
}

.jlnpc-button__decide {
  float: right;
}

/* BttnArea */
.jlnpc-selectListBttnArea .c-button {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  display: inline-block;
  width: 120px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #2171e0;
  border-radius: 4px;
  background: #2297f4;
  background: -webkit-gradient(linear, left top, left bottom, from(#38affc), to(#0174e7));
  background: -webkit-linear-gradient(#38affc, #0174e7);
  background: linear-gradient(#38affc, #0174e7);
}

.jlnpc-selectListBttnArea .c-button:active,
.c-button:hover {
  color: #cde9f7;
  background: #2f5fd9;
  background: -webkit-gradient(linear, left top, left bottom, from(#2182e7), to(#3844ce));
  background: -webkit-linear-gradient(#2182e7, #3844ce);
  background: linear-gradient(#2182e7, #3844ce);
}

.jlnpc-selectListBttnArea .c-button--normally {
  color: #3b1800;
  border: 1px solid #938c89;
  background: #f4f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eae6e5));
  background: -webkit-linear-gradient(#fff, #eae6e5);
  background: linear-gradient(#fff, #eae6e5);
}

.jlnpc-selectListBttnArea .c-button--normally:active,
.c-button--normally:hover {
  color: #595656;
  background: #e8e3e1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f0ef), to(#ddd6d3));
  background: -webkit-linear-gradient(#f4f0ef, #ddd6d3);
  background: linear-gradient(#f4f0ef, #ddd6d3);
}

/* B案 */
.ab86467_typeB .jlnpc-areaListModalOverlay {
  position: fixed;
  z-index: 2400;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

/* prefListWrap */
.ab86467_typeB .jlnpc-prefListWrap {
  right: 0;
  left: 0;
  width: 644px;
  height: 460px;
  margin: 0 auto;
  border: none;
}

.ab86467_typeB .jlnpc-prefListWrap .jlnpc-prefList {
  width: 100%;
  height: 395px;
  padding: 0 28px;
}

.ab86467_typeB .jlnpc-prefListWrap .jlnpc-prefList__wideArea {
  margin: 0 auto;
  padding: 16px 0;
  border-bottom: solid 1px #e0dbd7;
}

.ab86467_typeB .jlnpc-prefListWrap .jlnpc-prefList__wideArea:first-child {
  padding: 20px 0 16px;
}

.ab86467_typeB .jlnpc-prefListWrap .jlnpc-prefList__wideArea:last-child {
  border: none;
}

.ab86467_typeB .jlnpc-prefListWrap .jlnpc-prefList__wideAreaTitle {
  margin-bottom: 12px;
}

/* largeAreaListWrap */
.ab86467_typeB .jlnpc-largeAreaListWrap {
  right: 0;
  left: 0;
  width: 644px;
  margin: 0 auto;
  border: none;
}

.ab86467_typeB .jlnpc-largeAreaListWrap .jlnpc-largeAreaList__innerWrap {
  padding: 20px 24px 28px 28px;
}

.ab86467_typeB .jlnpc-largeAreaListWrap .jlnpc-largeAreaTitle {
  margin-bottom: 12px;
}

/* BttnArea */
.ab86467_typeB .jlnpc-selectListBttnArea {
  height: 65px;
  padding: 16px 28px;
}

.ab86467_typeB .jlnpc-selectListBttnArea .c-button {
  line-height: 31px;
}

a.jlnpc-selectListBttnClose {
  font-family: 'jalan-iconfont';
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 16px;
  height: 16px;
  text-decoration: none;
  color: #918b8a;
}
