:root {
  --cl-White: #FFFFFF;
  --cl-Black: #222222;
  --cl-Gray: #666666;
  --cl-Gray2: #888888;
  --cl-DotLineGray: #ADB8BF;
  --cl-LineGray: #CDD3D8;
  --cl-Blue: #0058A0;
  --cl-Blue2: #218EC7;
  --cl-MiddleBlue: #87BEDC;
  --cl-CalmBlue: #D2E2F0;
  --cl-LightBlue: #DAEDF7;
  --cl-ThinBlue: #EDF7FC;
  --cl-Turquoise: #019EC4;
  --cl-Turquoise-hover: #11B4DB;
  --cl-DarkTurquoise: #028BAC;
  --cl-LightTurquoise: #E1EFF2;
  --cl-BlueGray: #647483;
  --cl-BlueGray2: #EDF1F4;
  --cl-BlueGray3: #F7F9FA;
  --cl-TurquoiseGray: #69858B;
  --cl-Yellow: #FFEE4D;
  --cl-LightYellow: #FFF9C4;
  --cl-Orange: #ED9C02;
  --cl-Orange2: #ED8A02;
  --cl-Orange-hover: #F89710;
  --cl-LightOrange: #FDDDAF;
  --cl-Pink: #E35692;
  --cl-LightPink: #FAE0EB;
  --cl-SBI-Blue: linear-gradient(to right, #008AD5 0%,#0A3E86 100%);
  --cl-SBI-Blue-hover: linear-gradient(to right, #1BA8F5, #1F5BAD);
  --cl-TablePrimary: #B7DFF4;
  --cl-TableSecondary: #DAEDF7;
}


/* ======================
　common
====================== */
main {
  padding-bottom: 0;
}

.footer-pagetop {
  display: none !important;
}


/* ======================
　sort
====================== */

.hl-section_inner._wide-liquid {
  max-width: 600px;
}

.ak-formArea {
  background-color: var(--cl-White);
}

.ak-formArea .m-contentsWrap {
  padding: 20px 30px !important;
}

.m-formWrap .m-formWrap-item {
  width: 160px !important;
  padding: 0px !important;
  vertical-align: middle;
}

.m-formWrap .m-tit {
  padding: 0 !important;
}

.m-formWrap .m-formRadio {
  margin: 0;
}

.ak-area-select {
  display: flex;
  justify-content: center;
  min-height: 44px;
  max-width: 600px;
  background-color: var(--cl-BlueGray2);
  border-radius: 5px;
  margin: 0 auto;
}

.ak-area-select .m-formWrap-data {
  max-width: 100%;
}

.ak-formSelect-inner {
  width: "100%";
}

@media screen and (max-width: 819px) {
  .m-formWrap .m-formWrap-item {
    width: 100% !important;
  }

  .m-formWrap .m-formWrap-item br {
    display: none;
  }

	/* select部分 */
  .m-formWrap .m-formWrap-data {
    margin-top: 0;
  }

	.m-formRowFlexWrap {
		display: block;
	}

	.m-formRowFlex {
		display: block;
	}

	.m-formRowFlex:last-child {
		margin: 16px 0 0;
	}

	.m-formRowFlex-item {
		font-size: 12px;
	}

	.m-formRowFlex .m-formRowFlex-item,
	.m-formRowFlex .m-formRowFlex-data {
		display: block;
		padding-left: 0;
	}

	.m-formRowFlex .m-formRowFlex-data {
		margin-top: 8px;
	}
	
}

.ak-erea-select__wrap {
  position: relative;
  max-width: 380px;
}

.ak-erea-select__wrap:after {
  display: block;
  content: "";
  width: 40px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  border-left: 1px solid #d3e4f5;
}

.ak-erea-select__wrap:before {
  z-index: 1;
  width: 12px;
  height: 8px;
  font-size: 1.2rem;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -3px;
  color: #5e96c6;
}

.ak-erea-select {
  overflow: hidden;
  position: relative;
  display: block;
  max-width: 610px;
  width: 100%;
  height: auto;
  margin-top: ;
  padding: 0.5em 3em 0.5em 1.1em;
  color: #000;
  text-overflow: ellipsis;
  font-size: 1.54rem;
  font-family: "hiragino sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  white-space: nowrap;
  border: 2px solid #cddae9;
  border-radius: 5px;
  background: #fff;
  transform: none;
}