/* =========================================================
   埋め込み先CSSの影響を抑えるためのリセット
   ========================================================= */

.hito-entry,
.hito-entry *,
.hito-entry *::before,
.hito-entry *::after {
	box-sizing: border-box;
}

.hito-entry {
	color: #000;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		"Yu Gothic",
		YuGothic,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0;
	text-transform: none;
	word-spacing: normal;
	white-space: normal;
}

.hito-entry div,
.hito-entry section,
.hito-entry article,
.hito-entry header,
.hito-entry footer,
.hito-entry nav,
.hito-entry main,
.hito-entry form,
.hito-entry fieldset,
.hito-entry legend,
.hito-entry label,
.hito-entry p,
.hito-entry ol,
.hito-entry ul,
.hito-entry li {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font: inherit;
	color: inherit;
	text-align: inherit;
}

.hito-entry ol,
.hito-entry ul {
	list-style: none;
}

.hito-entry img,
.hito-entry svg {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}

.hito-entry button,
.hito-entry input,
.hito-entry select,
.hito-entry textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	text-transform: none;
}

.hito-entry button,
.hito-entry input[type="button"],
.hito-entry input[type="submit"],
.hito-entry input[type="reset"] {
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.hito-entry input,
.hito-entry select,
.hito-entry textarea,
.hito-entry button {
	border-radius: 0;
	box-shadow: none;
}

.hito-entry textarea {
	overflow: auto;
	resize: vertical;
}

.hito-entry table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hito-entry a {
	color: inherit;
	text-decoration: none;
}

.hito-entry strong,
.hito-entry b {
	font-weight: 700;
}

.hito-entry em,
.hito-entry i {
	font-style: italic;
}



.mfp_buttons {
	text-align: center;
	padding: 1em;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(_images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}





.hito-entry{
  --main-blue:#0040bc;
  --main-orange:#ff8333;
  --sub-gray:#686868;
  --black:#000000;
  --panel:#f7f7f7;
  --white:#fff;
  box-sizing:border-box;
  color:var(--black);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic","YuGothic","Meiryo",sans-serif;
  font-size:16px;
  line-height:1.75;
  width:100%;
  max-width:850px;
  margin:6px auto;
  padding:56px 40px 68px;
  background:var(--panel);
  border-radius:12px;
}

.hito-entry,
.hito-entry *,
.hito-entry *::before,
.hito-entry *::after{
  box-sizing:border-box;
}

/* ステップ */
.hito-entry__steps{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin:0 0 84px;
  padding:0;
  list-style:none;
}

.hito-entry__step{
  display:flex;
  font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP",serif;
  align-items:center;
  justify-content:center;
  width:90px;
  height:90px;
  color:var(--main-blue);
  background:transparent;
  border:1px solid var(--main-blue);
  border-radius:50%;
  font-size:18px;
  font-weight:600;
  letter-spacing:.05em;
}

.hito-entry__step.is-current{
  color:#fff;
  background:var(--main-blue);
}

.hito-entry__arrow{
  color:var(--main-orange);
  font-family:Arial,sans-serif;
  font-size:34px;
  font-weight:300;
  line-height:1;
}


.hito-entry__intro{
  max-width:720px;
  margin:-42px auto 66px;
  color:var(--sub-gray);
  font-size:15px;
  line-height:1.9;
}
.hito-entry__intro p{
  margin:0;
}

.hito-entry__choice--square input{
  width:25px;
  height:25px;
  flex-basis:25px;
  border-radius:2px;
}

.hito-entry__choice--square input:checked{
  border:1px solid #222;
  border-radius:2px;
  box-shadow:inset 0 0 0 4px #fff;
  background:var(--main-blue);
}

.hito-entry__choices--trigger{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 28px;
  max-width:720px;
}

.hito-entry__trigger-detail{
  grid-column:1 / -1;
  margin-top:-8px;
}

.hito-entry__trigger-input{
  width:100%;
  max-width:none;
}

@media (max-width:680px){
  .hito-entry__intro{
    margin:-18px 0 44px;
    font-size:14px;
  }

  .hito-entry__choices--trigger{
    grid-template-columns:1fr;
  }

  .hito-entry__trigger-detail{
    grid-column:1;
  }
}

/* 行 */
.hito-entry__form{
  margin:0;
}

.hito-entry__row{
  display:grid;
  grid-template-columns:140px minmax(0,1fr);
  column-gap:24px;
  align-items:start;
  margin-bottom:42px;
}

.hito-entry__heading{
  position:relative;
  font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP",serif;
  margin:0;
  padding:2px 0 0 24px;
  font-size:17px;
  font-weight:600;
  white-space:nowrap;
  line-height:1.6;
}

.hito-entry__heading::before{
  content:"";
  position:absolute;
  top:0.9em;
  left:0;
  width:14px;
  height:3px;
  background:var(--main-orange);
}

.hito-entry__field{
  min-width:0;
}

.hito-entry__choices{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px 28px;
  min-height:44px;
}

.hito-entry__choices--request{
  max-width:720px;
}

.hito-entry__choice{
  display:inline-flex;
  align-items:center;
  gap:13px;
  color:var(--black);
  font-weight:600;
  cursor:pointer;
}

.hito-entry__choice input{
  appearance:none;
  width:31px;
  height:31px;
  flex:0 0 31px;
  margin:0;
  background:#fff;
  border:1px solid #222;
  border-radius:50%;
  cursor:pointer;
}

.hito-entry__choice input:checked{
  border:1px solid #222;
  box-shadow:inset 0 0 0 5px #fff;
  background:var(--main-blue);
}

.hito-entry__select,
.hito-entry__input,
.hito-entry__textarea,
.hito-entry button{
  font-family:inherit;
}

.hito-entry__select,
.hito-entry__input,
.hito-entry__textarea{
  width:100%;
  color:var(--black);
  background:#fff;
  border:0;
  border-radius:4px;
  outline:none;
  font:inherit;
}

.hito-entry__select,
.hito-entry__input{
  height:52px;
  padding:0 16px;
}

.hito-entry__select{
  appearance:auto;
}

.hito-entry__select:focus,
.hito-entry__input:focus,
.hito-entry__textarea:focus{
  box-shadow:0 0 0 2px rgba(0,64,188,.28);
}

.hito-entry__select--job{
  width:240px;
}

.hito-entry__grid{
  display:grid;
  gap:24px;
}

.hito-entry__grid--2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.hito-entry__grid--3{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  max-width:none;
}

.hito-entry__label{
  display:block;
  margin:0 0 10px;
  font-size:14px;
  line-height:1.5;
}

.hito-entry__postal{
  display:grid;
  grid-template-columns:28px minmax(160px,220px);
  align-items:center;
  gap:12px;
}

.hito-entry__postal-note,
.hito-entry__note{
  color:var(--sub-gray);
  font-size:13px;
}

.hito-entry__address{
  display:grid;
  gap:24px;
  margin-top:22px;
}

.hito-entry__phone{
  display:grid;
  grid-template-columns:minmax(220px,320px);
  align-items:center;
  gap:12px;
  max-width:none;
}

.hito-entry__textarea{
  min-height:160px;
  padding:14px 16px;
  resize:vertical;
}

.hito-entry__error{
  display:none;
  margin:8px 0 0;
  color:#b00020;
  font-size:14px;
}

.hito-entry__error.is-visible{
  display:block;
}

/* 送信部 */
.hito-entry__footer{
  margin-top:84px;
  text-align:center;
}

.hito-entry__guide{
  margin:0 0 28px;
  font-size:14px;
}

.hito-entry__submit{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:238px;
  height:46px;
  padding:0 58px 0 32px;
  color:#fff;
  background:var(--main-blue);
  border:0;
  border-radius:999px;
  font-family:inherit;
  font-size:17px;
  font-weight:600;
  letter-spacing:.08em;
  cursor:pointer;
}

.hito-entry__submit::before{
  content:"";
  position:absolute;
  top:50%;
  right:19px;
  width:40px;
  height:1px;
  background:#fff;
}

.hito-entry__submit::after{
  content:"";
  position:absolute;
  top:calc(50% - 3px);
  right:19px;
  width:7px;
  height:7px;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  transform:rotate(45deg);
}

.hito-entry__submit:hover{
  background:var(--main-orange);
}

/* 850px前後の埋め込みコンテナ向け */
@media (max-width:900px){
  .hito-entry{
    width:100%;
    max-width:none;
    padding:48px 28px 60px;
  }

  .hito-entry__steps{
    margin-bottom:64px;
  }

  .hito-entry__row{
    grid-template-columns:120px minmax(0,1fr);
    column-gap:22px;
    margin-bottom:38px;
  }

  .hito-entry__heading{
    padding-left:22px;
    white-space:normal;
  }

  .hito-entry__heading::before{
    top:0.9em;
    width:13px;
  }

  .hito-entry__grid--2{
    gap:18px;
  }

  .hito-entry__grid--3{
    gap:16px;
  }

  .hito-entry__choices{
    gap:16px 22px;
  }

  .hito-entry__choices--trigger{
    gap:16px 20px;
    max-width:none;
  }

  .hito-entry__postal{
    grid-template-columns:28px minmax(160px,220px);
  }
}

/* スマートフォン */
@media (max-width:680px){
  .hito-entry{
    width:100%;
    padding:40px 20px 52px;
  }

  .hito-entry__steps{
    gap:10px;
    margin-bottom:55px;
  }

  .hito-entry__step{
    width:72px;
    height:72px;
    font-size:15px;
  }

  .hito-entry__arrow{
    font-size:25px;
  }

  .hito-entry__row{
    grid-template-columns:1fr;
    row-gap:16px;
    margin-bottom:34px;
  }

  .hito-entry__heading{
    padding-left:24px;
  }

  .hito-entry__heading::before{
    top:17px;
  }

  .hito-entry__choices{
    display:grid;
    gap:14px;
  }

  .hito-entry__grid--2,
  .hito-entry__grid--3{
    grid-template-columns:1fr;
    max-width:none;
  }

  .hito-entry__select--job{
    width:100%;
  }

  .hito-entry__postal{
    grid-template-columns:22px 1fr 18px 1fr;
  }

  .hito-entry__postal-note{
    grid-column:2 / -1;
  }

  .hito-entry__phone{
    grid-template-columns:1fr 12px 1fr 12px 1fr;
  }

  .hito-entry__phone .hito-entry__note{
    grid-column:1 / -1;
  }
}

@media (max-width:450px){
  .hito-entry{
    padding:38px 18px 52px;
  }

  .hito-entry__steps{
    gap:7px;
  }

  .hito-entry__step{
    width:64px;
    height:64px;
    font-size:14px;
  }

  .hito-entry__arrow{
    font-size:20px;
  }

  .hito-entry__postal{
    grid-template-columns:22px 1fr;
  }

  .hito-entry__postal .hito-entry__hyphen{
    display:none;
  }

  .hito-entry__postal-note{
    grid-column:1 / -1;
  }

  .hito-entry__phone{
    grid-template-columns:1fr;
  }

  .hito-entry__phone .hito-entry__hyphen{
    display:none;
  }
}


/* =========================================================
   WordPress埋め込み用 850pxレイアウト確定版
   HTMLをショートコードで直接出力する前提
   ========================================================= */

/* 外枠 */
.hito-entry {
  width: 100% !important;
  max-width: 850px !important;
  margin: 0 auto !important;
  padding: 56px 32px 68px !important;
}

/* ステップ */
.hito-entry .hito-entry__steps {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  margin: 0 0 64px !important;
  padding: 0 !important;
}

.hito-entry .hito-entry__steps > li.hito-entry__step {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 82px !important;
  width: 82px !important;
  height: 82px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--main-blue) !important;
  border-radius: 50% !important;
  color: var(--main-blue) !important;
  background: transparent !important;
  list-style: none !important;
}

.hito-entry .hito-entry__steps > li.hito-entry__step.is-current {
  color: #fff !important;
  background: var(--main-blue) !important;
}

.hito-entry .hito-entry__steps > li.hito-entry__arrow {
  display: block !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--main-orange) !important;
  background: none !important;
}

/* 各フォーム行 */
.hito-entry .hito-entry__row {
  display: grid !important;
  grid-template-columns: 128px minmax(0, 1fr) !important;
  column-gap: 24px !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 0 42px !important;
  padding: 0 !important;
}

/* 見出し */
.hito-entry .hito-entry__row > .hito-entry__heading {
  grid-column: 1 !important;
  position: relative !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 2px 0 0 24px !important;
  line-height: 1.6 !important;
  white-space: normal !important;
}

.hito-entry .hito-entry__row > .hito-entry__heading::before {
  content: "" !important;
  position: absolute !important;
  top: .85em !important;
  left: 0 !important;
  width: 14px !important;
  height: 3px !important;
  margin: 0 !important;
  border: 0 !important;
  background: var(--main-orange) !important;
}

/* 入力エリアは必ず右カラム */
.hito-entry .hito-entry__row > .hito-entry__field {
  grid-column: 2 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-self: stretch !important;
}

/* labelがWP側で幅制限されないようにする */
.hito-entry .hito-entry__field label,
.hito-entry .hito-entry__grid > label,
.hito-entry .hito-entry__address > label {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

/* 入力部品 */
.hito-entry input.hito-entry__input,
.hito-entry select.hito-entry__select,
.hito-entry textarea.hito-entry__textarea {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* 氏名 */
.hito-entry .hito-entry__grid--2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
}

/* 生年月日 */
.hito-entry .hito-entry__grid--3 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: none !important;
}

/* チェック・ラジオ類 */
.hito-entry .hito-entry__choices {
  width: 100% !important;
}

.hito-entry .hito-entry__choices--request {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px 28px !important;
  max-width: none !important;
}

.hito-entry .hito-entry__choices--trigger {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 22px !important;
  width: 100% !important;
  max-width: none !important;
}

.hito-entry .hito-entry__choice {
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

/* 住所 */
.hito-entry .hito-entry__postal {
  display: grid !important;
  grid-template-columns: 28px minmax(180px, 240px) !important;
  gap: 12px !important;
  width: 100% !important;
}

.hito-entry .hito-entry__address {
  display: grid !important;
  gap: 24px !important;
  width: 100% !important;
  margin-top: 22px !important;
}

/* 電話 */
.hito-entry .hito-entry__phone {
  display: block !important;
  width: 100% !important;
  max-width: 320px !important;
}

/* 備考欄 */
.hito-entry .hito-entry__row > .hito-entry__field > textarea#remarks {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 190px !important;
  min-height: 190px !important;
  padding: 16px 18px !important;
  box-sizing: border-box !important;
  resize: vertical !important;
}

/* 送信部 */
.hito-entry .hito-entry__footer {
  width: 100% !important;
  margin: 72px 0 0 !important;
  text-align: center !important;
}

.hito-entry .hito-entry__guide {
  margin: 0 0 28px !important;
  text-align: center !important;
}

.hito-entry button.hito-entry__submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 238px !important;
  height: 48px !important;
  margin: 0 auto !important;
  color: #fff !important;
  background: var(--main-blue) !important;
  border: 0 !important;
  border-radius: 999px !important;
}

/* スマホ */
@media (max-width: 680px) {
  .hito-entry {
    padding: 40px 20px 52px !important;
  }

  .hito-entry .hito-entry__row {
    grid-template-columns: 1fr !important;
    row-gap: 14px !important;
    margin-bottom: 34px !important;
  }

  .hito-entry .hito-entry__row > .hito-entry__heading,
  .hito-entry .hito-entry__row > .hito-entry__field {
    grid-column: 1 !important;
  }

  .hito-entry .hito-entry__grid--2,
  .hito-entry .hito-entry__grid--3,
  .hito-entry .hito-entry__choices--trigger {
    grid-template-columns: 1fr !important;
  }

  .hito-entry .hito-entry__postal {
    grid-template-columns: 28px minmax(0, 1fr) !important;
  }
}


/* =========================================================
   Grid / checkbox 最終補正
   ========================================================= */

/*
 * .hito-entry__field の display:block !important より
 * 詳細度を上げて、2列・3列グリッドを復活させる。
 */
.hito-entry .hito-entry__row > .hito-entry__field.hito-entry__grid--2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
}

.hito-entry .hito-entry__row > .hito-entry__field.hito-entry__grid--3 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: none !important;
}

/* checkbox / radio と文字の縦位置を揃える */
.hito-entry .hito-entry__choice {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  vertical-align: middle !important;
}

.hito-entry .hito-entry__choice > input {
  display: block !important;
  flex: 0 0 31px !important;
  width: 31px !important;
  height: 31px !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle !important;
}

.hito-entry .hito-entry__choice > span {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}

/* スマホだけは1列 */
@media (max-width: 680px) {
  .hito-entry .hito-entry__row > .hito-entry__field.hito-entry__grid--2,
  .hito-entry .hito-entry__row > .hito-entry__field.hito-entry__grid--3 {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   checkbox / radio ラベル横並び補正
   ========================================================= */

.hito-entry .hito-entry__field label.hito-entry__choice,
.hito-entry .hito-entry__choices label.hito-entry__choice {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
  gap: 12px !important;

  white-space: normal !important;
}

.hito-entry .hito-entry__field label.hito-entry__choice > input,
.hito-entry .hito-entry__choices label.hito-entry__choice > input {
  display: block !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.hito-entry .hito-entry__field label.hito-entry__choice > span,
.hito-entry .hito-entry__choices label.hito-entry__choice > span {
  display: inline !important;
  flex: 0 1 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   承認済みデザイン準拠：フォント / checkbox 補正
   レイアウトには触れない
   ========================================================= */

.hito-entry,
.hito-entry .hito-entry__intro,
.hito-entry .hito-entry__field,
.hito-entry .hito-entry__choice,
.hito-entry .hito-entry__label,
.hito-entry input,
.hito-entry select,
.hito-entry textarea,
.hito-entry button {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "YuGothic",
    "Meiryo",
    sans-serif !important;
}
.hito-entry .hito-entry__intro {
  padding-bottom: 1.5em;
}
.hito-entry .hito-entry__heading,
.hito-entry .hito-entry__step {
  font-family:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Noto Serif JP",
    serif !important;
}

.hito-entry .hito-entry__arrow {
  font-family: Arial, sans-serif !important;
}

.hito-entry .hito-entry__field label.hito-entry__choice--square > input,
.hito-entry .hito-entry__choices label.hito-entry__choice--square > input {
  appearance: none !important;
  -webkit-appearance: none !important;
  flex: 0 0 31px !important;
  width: 31px !important;
  height: 31px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #222 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.hito-entry .hito-entry__field label.hito-entry__choice--square > input:checked,
.hito-entry .hito-entry__choices label.hito-entry__choice--square > input:checked {
  border: 1px solid #222 !important;
  border-radius: 2px !important;
  background: var(--main-blue) !important;
  box-shadow: inset 0 0 0 4px #fff !important;
}

.hito-entry .hito-entry__field label.hito-entry__choice,
.hito-entry .hito-entry__choices label.hito-entry__choice {
  align-items: center !important;
}

.hito-entry .hito-entry__field label.hito-entry__choice > span,
.hito-entry .hito-entry__choices label.hito-entry__choice > span {
  line-height: 1.5 !important;
}

