@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro',
    'ヒラギノ丸ゴシック Pro W3', 'Hiragino maru Gothic Pro',
    'Helvetica', 'sans-serif';
}

body {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  margin: 0px;
  min-height: 100dvh;
  background-color: #ffffff;
  /* background-image: url(../../img/common/bg_dot.png); */
  color: #333333;
  font-size: 15px;
}

#contact_outline {
  flex-grow: 1;
}

footer {
  text-align: center;
  margin-top: auto;
  padding: 1rem 0;
}

footer>img {
  width: 120px;
}

p {
  margin-top: 0px;
}

img {
  max-width: 100%;
}

.wrap {
  width: 1000px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.oh {
  overflow: hidden;
}

/** custom **/

header {
  background: #fff;
}

header .hd_logo {}

header ul.hd_right {
  overflow: hidden;
  width: 570px;
  float: right;
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-top: 20px;
}

header ul.hd_right a {
  float: left;
  width: 190px;
  text-align: center;
  display: block;
  margin: 0px 8px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 3px solid #c4771a;
  padding-left: 40px;
  transition: 0.2s;
}

header ul.hd_right li.simu a {
  background: url(../img/common/hd_right_icon01.png) #f77c00 no-repeat;
  background-size: 12%;
  background-position: 15px 7px;
}

header ul.hd_right li.entry a {
  background: url(../img/common/hd_right_icon02.png) #f77c00 no-repeat;
  background-size: 12%;
  background-position: 15px 7px;
  padding-left: 32px;
}

header ul.hd_right li.toppage a {
  background: url(../img/common/hd_right_icon03.png) #646464 no-repeat;
  background-size: 14%;
  background-position: 12px 8px;
  padding-left: 32px;
  border-bottom: 3px solid #525052;
  width: 140px;
}

header ul.hd_right a:hover {
  background: #be7419;
  box-shadow: 2px 2px 4px #a26315 inset;
}

header ul.hd_right li.toppage a:hover {
  box-shadow: 2px 2px 4px #373537 inset;
}

header img {
  width: 100%;
}

#contact_outline {
  background: #fafafa;
  padding: 20px 0px;
  box-shadow: 0px 0px 3px rgba(85, 85, 85, 0.44) inset;
}

#form_container {
  width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px #d4d4d4;
  padding: 20px;
}

.logo_img {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}

ul.breadcrumbs {
  margin: 0px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0px;
  overflow: hidden;
}

ul.breadcrumbs li {
  float: left;
  font-size: 11px;
  margin-right: 10px;
}

ul.breadcrumbs li:after {
  content: '>';
  margin-left: 10px;
}

ul.breadcrumbs li:last-child::after {
  display: none;
}

#form_container h2.simu_h2 {
  background: url(../img/common/simu_h2.png) no-repeat;
  background-size: 30px;
  background-position: 0px 0px;
  padding-left: 50px;
  font-size: 25px;
  letter-spacing: 3px;
  color: #494949;
  padding-bottom: 10px;
  border-bottom: 1px dotted #555;
}

#form_container .attention_box {
  overflow: hidden;
  padding: 10px;
  border: 3px solid rgba(237, 144, 31, 0.53);
}

#form_container .attention_box .left {
  width: 75%;
  float: left;
  line-height: 24px;
}

#form_container .attention_box .right {
  float: right;
  width: 20%;
  border: 1px solid #ddd;
  height: 120px;
  text-align: center;
  position: relative;
}

#form_container .attention_box .right img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#form_container .attention_box .right a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

#form_container .attention_box .right a:hover {
  opacity: 0.5;
  background: #fff;
}

#form_container .attention_box .right span.light_box {
  position: absolute;
  background: #000;
  left: 5px;
  bottom: 5px;
  border-radius: 100px;
  padding: 3px;
  width: 20px;
  height: 20px;
}

#form_container .attention_box .right span.light_box img {
  max-width: 100%;
  max-height: 100%;
}

.simulation_box .form_group {
  overflow: hidden;
  padding: 20px 0px;
}

.simulation_box .form_group div {
  width: 46%;
  margin: 2%;
  float: left;
  position: relative;
  line-height: 44px;
  font-size: 18px;
  padding-left: 48px;
}

.simulation_box .form_group div span.no {
  width: 40px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.simulation_box .form_group div label {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 170px;
  font-size: 14px;
}

.simulation_box .form_group div select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #837478;
  padding: 12px 15px;
  background-color: rgba(255, 226, 233, 0.62);
  background: url(../img/common/select_icon.png) rgba(255, 226, 233, 0.62) no-repeat right center;
  background-position: 150px 16px;
  background-size: 8px;
}

.simulation_box .form_group div input#usage {
  width: 120px;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #837478;
  padding: 12px 15px;
  background-color: rgba(255, 226, 233, 0.62);
  border-radius: 4px;
}

.error {
  display: none;
}

p.submit {
  padding-top: 15px;
}

.simulation_box {
  margin-bottom: 50px;
}

.simulation_box p.submit input {
  width: 350px;
  display: block;
  margin: auto;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/common/submit_icon.png) #ed6042 no-repeat;
  background-size: 30px;
  background-position: 15px 10px;
  color: #fff;
  border: 0px;
  border-radius: 4px;
  border-bottom: 3px solid #9d3f2c;
  text-shadow: -1px -1px 1px #dd6200, 0 1px 1px #c65037;
  cursor: pointer;
}

.result_box {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
}

.result_box h2.result_h2 {
  background: url(../img/common/simu_h2.png) no-repeat;
  background-size: 30px;
  background-position: 0px 0px;
  padding-left: 50px;
  font-size: 25px;
  letter-spacing: 3px;
  color: #494949;
  padding-bottom: 10px;
  border-bottom: 1px dotted #555;
  margin-top: 0px;
}

.result_box p.red_area {
  background: #ff0000;
  width: 340px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 15px;
  font-weight: bold;
  padding: 3px;
}

.result_box .result_at {
  font-size: 11px;
  line-height: 15px;
}

.result_box .area01 {
  float: left;
  padding-top: 8px;
}

.result_box .result_mainarea {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 8px;
  padding: 20px 15px 15px;
  box-shadow: 0px 0px 3px rgba(51, 51, 51, 0.46) inset;
  overflow: hidden;
}

.result_box .area01 span {
  background: #ffd01c;
  padding: 9px 5px 5px;
  font-size: 20px;
  border-radius: 10px;
  margin-right: 10px;
  display: inline-block;
  line-height: 15px;
}

.result_box .area02 {
  float: left;
}

.result_box .area02 span.area02_text01 {
  display: block;
  font-size: 12px;
}

.result_box .area02 span.area02_text02 {
  font-size: 32px;
  letter-spacing: 1px;
  color: #ed761a;
  font-weight: bold;
  line-height: 30px;
}

.result_box .area02 span.area02_text03 {}

.result_box .area04 {
  float: right;
  margin-top: 5px;
}

.result_box .area04 a {
  width: 200px;
  display: block;
  margin: auto;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ed6042;
  background-size: 30px;
  background-position: 15px 10px;
  color: #fff;
  border: 0px;
  border-radius: 4px;
  border-bottom: 3px solid #9d3f2c;
  text-shadow: -1px -1px 1px #dd6200, 0 1px 1px #c65037;
  cursor: pointer;
}

.result_box .area05 {
  float: right;
  margin-top: 5px;
}

.result_box .area05 a {
  width: 150px;
  display: block;
  margin: auto;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #7f7e7d;
  background-size: 30px;
  background-position: 15px 10px;
  color: #fff;
  border: 0px;
  border-radius: 4px;
  border-bottom: 3px solid #595959;
  text-shadow: -1px -1px 1px #646464, 0 1px 1px #585858;
  cursor: pointer;
  margin-right: 6px;
}

.result_box .area03 {
  margin-top: 5px;
}

.result_box .area03 dl {
  margin: 0px;
}

.result_box .area03 dt {
  width: 150px;
  text-align: center;
  margin-right: 6px;
  border: 1px solid #a3a3a3;
  border-radius: 4px;
  padding: 13px;
  cursor: pointer;
  background: url(../img/common/under_arrow.png) no-repeat;
  background-size: 14px;
  background-position: 25px 13px;
  padding-left: 28px;
  margin-left: 378px;
}

.result_box .area03 dd {
  padding-top: 30px;
  margin: 0px;
  position: relative;
}

.result_box .area03 dd p.ba_arrow {
  position: absolute;
  left: 330px;
  top: 170px;
}

.result_box .area03 .detail_L {
  width: 35%;
  float: left;
  background: #fafafa;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 320px;
}

.result_box .area03 .detail_R {
  width: 58%;
  float: right;
  background: #facb60;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 320px;
}

.result_box .area03 h3 {
  margin-top: 0px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.result_box .area03 .left_text {
  font-size: 16px;
  line-height: 40px;
}

.result_box .area03 .right_text {
  font-size: 15px;
  margin-bottom: 20px;
  width: 350px;
  margin-left: 140px;
}

.result_box .area03 .detail_L .right_text {
  margin-left: 0px;
  width: 100%;
}

.result_box .area03 .detail_L .right_text .box02 {
  width: 150px;
}

.result_box .area03 .right_text .box01 {
  width: 50px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}

.result_box .area03 .right_text .box02 {
  background: #fff;
  padding: 5px 10px;
  width: 220px;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.43) inset;
  font-size: 18px;
  text-align: right;
}

.result_box .area03 .right_text .box03 {
  width: 60px;
  display: inline-block;
  text-align: left;
  padding-left: 5px;
}

.result_box .area03 .detail_text03 {
  font-size: 15px;
  padding-top: 10px;
}

.result_box .area03 .detail_text03 .box02 {
  background: #fff;
  padding: 5px 10px;
  width: 150px;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.43) inset;
  font-size: 28px;
  line-height: 29px;
  text-align: right;
  color: #ff0000;
  font-weight: bold;
}

address {}

h2.contact_h2 {
  background: url(../img/denkyu_icon.svg) no-repeat, #c00000;
  background-size: 30px;
  background-position: 10px 5px;
  padding: 10px 20px;
  padding-left: 50px;
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
}

h2.contact_h2.fit_h2 {
  background-color: #89c825;
}

#form_container table {
  border-bottom: 1px solid #ededed;
  border: 1px solid #bdc8ca;
  font-size: 14px;
  line-height: 2;
  margin: auto;
  width: 94%;
  border-collapse: collapse;
  border-spacing: 0;
}

#form_container th span.hissu,
#form_container th span.ziyu,
.td_inWrap span.hissu {
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  color: #c00000;
  background-color: #fff;
  padding: 5px 10px;
  margin-left: 10px;
  border: 2px solid #c00000;
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.td_inWrap span.hissu {
  position: static;
}

#form_container th span.ziyu {
  color: #17c063;
  border: 2px solid #17c063;
}

#form_container td input[type='text'],
#form_container td input[type='email'],
#form_container td input[type='tel'],
#form_container td input[type='textarea'],
#form_container td input[type='date'] {
  border: 1px solid #ddd;
  width: 100%;
  padding: 8px;
  border: 1px solid #bbc6c8;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 0 #bbc6c8 inset;
  box-sizing: border-box;
  width: 40%;
}

/* スマホ入力時の自動拡大を防ぐため */
@media (max-width: 650px) {

  #form_container td input[type='text'],
  #form_container td input[type='email'],
  #form_container td input[type='tel'],
  #form_container td input[type='textarea'],
  #form_container td input[type='date'] {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    /* iOS用のテキストサイズ自動調整を防止 */
  }

}

#form_container td input[type='textarea'] {
  width: 100% !important;
  height: 300px;
}

#form_container td input.type01 {
  width: 40%;
}

#form_container td input.type02 {
  width: 20%;
}

#form_container td input.type03 {
  width: 80%;
}

#form_container td input[type='text']:focus,
#form_container td input[type='email']:focus,
#form_container td input[type='tel']:focus {
  background-color: #fffea4;
}

#form_container td p.mail_attent {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 8px;
  line-height: 18px;
}

#form_container td textarea {
  border: 1px solid #ddd;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.14) inset;
  height: 150px;
}

.select_wrap {
  /* width: 200px; */
  position: relative;
}

#form_container td select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset,
    rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset,
    rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset,
    rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  padding: 6px 7px;
  width: 200px;
  background-color: #fefefe;
}

#form_container td select.type02 {
  width: 22%;
  margin: 0 10px;
}

#contact01 #form_container .contact_box th,
#contact02 #form_container .contact_box th {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 20px;
}

#contact01 #form_container .contact_box th span.hissu {
  position: static;
}

#contact01 #form_container .contact_box td,
#contact02 #form_container .contact_box td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.label_wrap.flex {
  width: 100%;
}

#form_container .page_content th,
#form_container .page_content td {
  display: table-cell;
}

#form_container .page_content td {
  width: auto;
}

#form_container .page_content th {
  width: auto;
}

#form_container .tg {
  border-collapse: collapse;
  border-spacing: 0;
}

#form_container .tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 20px 20px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
}

#form_container .tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 20px 20px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
}

#form_container .tg .tg-rif8 {
  font-weight: bold;
  font-size: 18px;
  background-color: #ddd;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid;
}

#form_container .tg .tg-1sk2 {
  font-size: 12px;
  background-color: #fafafa;
  text-align: center;
  vertical-align: top;
}

#form_container .tg .tg-ect0 {
  font-size: 12px;
  background-color: #fafafa;
  vertical-align: top;
}

#form_container .tg .tg-dx8v {
  font-size: 12px;
  vertical-align: top;
}

.poli_text {
  font-size: 13px;
  margin-bottom: 40px;
  line-height: 24px;
  font-size: 13px;
}

h2.privacy_h2 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

h3.privacy_h3 {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

ul.japanese_alphabet_ui {
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
  margin-top: 10px;
}

ul.japanese_alphabet_ui li {
  margin: 0;
  width: 2.2em;
  padding: 0 0.5em 0 0;
  _padding-right: 0.3em;
  float: left;
}

ul.japanese_alphabet_ui li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 2.2em;
}

ul.japanese_alphabet_ui li ul li {
  margin: 0;
  padding: 1 0.5em;
  width: 2.7em;
  height: 2.7em;
}

ul.japanese_alphabet_ui li ul li a {
  display: inline-block;
  display: inline;
  zoom: 1;
  padding: 0.4em 0.4em;
  border: 1px solid #ccc;
  font-weight: bold;
  text-decoration: none;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  width: 1em;
  height: 1em;
  font-size: 100% !important;
  color: #333 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 #fff;
  position: relative;
}

#form_container th {
  padding: 20px 10px;
  line-height: 1.5;
  border-right: 1px solid #bdc8ca;
  vertical-align: middle;
  text-align: left;
  background-color: #f6ffe6;
  position: relative;
  width: 28%;
  font-size: 13px;
}

#form_container td {
  padding: 20px 10px;
  width: 72%;
  background: #fff;
  position: relative;
}

#form_container td.flex {
  width: auto;
  padding: 0;
}

#contact01 #form_container .contact_box td,
#contact02 #form_container .contact_box td {
  padding: 0;
}

#form_container input[type='radio'],
#form_container input[type='checkbox'],
#form_container input.checkbox_defo {
  opacity: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}

#form_container label {
  width: 50%;
  display: block;
  padding: 20px;
  padding-left: 50px;
  font-size: 16px;
  position: relative;
}

#form_container label.type02 {
  border-right: none;
  width: 100%;
}

#form_container label.type03 {
  border-right: none;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}

#form_container label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #1a1a1a;
  position: absolute;
  left: 10px;
  top: 25px;
}

#form_container .doui_wrap {
  margin-bottom: 50px;
}

#form_container .doui_wrap label {
  margin: 0 auto;
  font-size: 20px;
  border-right: none;
  width: 100%;
  background: #ffeeee;
  color: #868686;
  padding-left: 80px;
  border-radius: 10px;
  border: 1px solid #868686;
}

#form_container .doui_wrap label:before {
  display: none;
}

#form_container input[type='radio']:checked+label,
#form_container input[type='checkbox']:checked+label,
#form_container input.checkbox_defo:checked+label {
  background: #0c852a;
  color: #fff;
}

#form_container input[type='radio']:checked+label:before,
#form_container input[type='checkbox']:checked+label:before,
#form_container input.checkbox_defo:checked+label:before {
  border: 2px solid #fff;
  top: 23px;
}

#form_container input[type='radio']:checked+label::after,
#form_container input[type='checkbox']:checked+label::after,
#form_container input.checkbox_defo:checked+label::after {
  display: block;
  content: '';
  position: absolute;
  top: 26px;
  left: 17px;
  width: 17px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#form_container .doui_wrap input:checked+label {
  color: #c00000;
  background: none;
}

#form_container .doui_wrap input:checked+label:after {
  border-left: 4px solid #c00000;
  border-bottom: 4px solid #c00000;
  top: 20px;
  left: 22px;
  width: 27px;
  height: 12px;
}

#form_container .doui_wrap input+label::after {
  display: block;
  content: '';
  position: absolute;
  top: 20px;
  left: 22px;
  width: 27px;
  height: 12px;
  border-left: 4px solid #868686;
  border-bottom: 4px solid #868686;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#form_container td p {
  margin-bottom: 0px;
}

p.attention {
  font-size: 12px;
  margin-top: 10px;
}

#form_container td p.textarea {
  margin-bottom: 8px;
}

#form_container th span.ninni {
  background-color: #778d95;
}

#form_container tr {
  border-bottom: 1px solid #bdc8ca;
}

#different,
#different02 {
  display: none;
}

#form_container table {
  border-bottom: 1px solid #ededed;
  border: 1px solid #bdc8ca;
  font-size: 14px;
  line-height: 2;
  margin: auto;
  margin-bottom: 50px;
  width: 94%;
}

#form_container .submit {
  max-width: 400px;
  width: 100%;
  margin: auto;
  display: block;
  padding: 12px 55px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 1px #d9d9d9;
  -moz-box-shadow: 0 2px 1px #d9d9d9;
  box-shadow: 0 2px 1px #d9d9d9;
  color: #ffffff;
  transition: 0.3s;
}

#form_container .submit.back_btn {
  background-color: #e0e0e0;
  color: #333;
  border: 2px solid #999;
  font-weight: normal;
}

#form_container .submit.back_btn:hover,
#form_container .submit.back_btn:active {
  background-color: #d7d7d7;
}

#form_container .submit.send_btn {
  background-color: #89c825;
}

#form_container .submit.send_btn:hover,
#form_container .submit.send_btn:active {
  background-color: #81bb23;
}

p.contact_at {
  font-size: 12px;
  line-height: 1.5;
  margin: auto;
  margin-top: 10px;
}

p.contact_at_message {
  font-size: 12px;
  line-height: 1.5;
  margin: auto;
  margin-top: 10px;
  color: #fa8072;
}

h3.contact_h3 {
  margin: auto;
  width: 94%;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 20px;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 5px;
}

.checkbox {
  position: relative;
  overflow: hidden;
  display: block;
}

.checkbox label {
  float: left;
  margin: 0.5%;
  width: 32.333%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  position: relative;
  height: 46px;
  line-height: 46px;
  padding-left: 35px;
  font-size: 13px;
}

.checkbox label input[type='radio'] {
  padding: 0;
  height: 16px;
  position: absolute;
  top: 11px;
  left: 8px;
  z-index: 100;
  text-align: left;
}

.checkbox label input[type='radio']:checked+.mask {
  background: rgba(255, 248, 48, 0.19);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

p.contact02_text01 {
  padding-top: 50px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

p.contact02_text02 {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #6f6f6f;
  line-height: 30px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

#form_container td input[type='text'].spe_no01 {
  width: 50px;
}

#form_container td input[type='text'].spe_no02 {
  width: 80px;
}

#form_container .attention_box.contact {
  margin: auto;
  width: 94%;
  margin-top: 15px;
  margin-bottom: 40px;
}

#form_container .attention_box.contact .left {
  width: 36%;
}

#form_container .attention_box.contact .left h3 {
  background: #f4f4f4;
  padding: 10px;
}

#form_container .attention_box.contact .right {
  width: 60%;
  height: 350px;
}

#form_container td input[type='text'].re_name {
  width: 150px;
}

#form_container td select.year {
  width: 100px;
}

#form_container td select.month {
  width: 60px;
}

#form_container td select.day {
  width: 60px;
}

#form_container td input.postal01 {
  width: 100px;
}

#form_container td input.postal02 {
  width: 150px;
}

.kouza_check,
.crdedit_check {
  font-size: 13px;
  line-height: 15px;
  padding-top: 10px;
}

.jusetau_box {
  width: 94%;
  margin: auto;
  background: #f7f5dc;
  padding: 20px 0px;
  margin-top: 20px;
}

.jusetau_box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 18px;
  overflow: hidden;
  width: 698px;
  margin: auto;
}

.jusetau_box li a {
  display: inline-block;
  width: 280px;
  margin: 0px 10px;
  padding: 10px 6px;
  font-size: 15px;
  text-decoration: underline;
  color: #333;
  font-weight: bold;
  font-size: 18px;
}

.jusetau_box li span.link02 a {
  display: inline-block;
  margin: 0px 10px;
  font-size: 15px;
  text-decoration: underline;
  color: #333;
  font-weight: bold;
  width: auto;
  padding: 0;
}

.jusetau_box li span.icon {
  background: url(../img/common/pdf_icon.png) no-repeat #555;
  background-size: 26px;
  background-position: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
}

.jusetau_box li span.link {
  display: inline-block;
  vertical-align: middle;
}

.jusetau_box li span.link02 {
  display: inline-block;
  vertical-align: middle;
  width: 650px;
  padding-left: 5px;
  padding-top: 8px;
}

.jusetau_box li span.link02 span.text {
  display: inline-block;
  width: 230px;
  vertical-align: top;
  font-weight: bold;
  padding-left: 10px;
  font-size: 18px;
}

.jusetau_box li span.link02 span.sum_com {
  display: inline-block;
  width: 633px;
}

.jusetau_box li span.link a {}

.jusetau_box label {
  width: 80%;
  margin: auto;
  display: block;
  padding-top: 15px;
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  letter-spacing: 1px;
}

.jusetau_box label input {
  padding: 0;
  height: 16px;
  position: absolute;
  top: 14px;
  left: 8px;
  z-index: 100;
  text-align: left;
}

#form_container .confirm_submit {
  overflow: hidden;
  padding: 0px 170px;
}

#form_container .confirm_submit .reset {
  float: left;
  width: 200px;
  margin: auto;
  display: block;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  background: #717171;
  border-bottom: 2px solid #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 1px #d9d9d9;
  -moz-box-shadow: 0 2px 1px #d9d9d9;
  box-shadow: 0 2px 1px #d9d9d9;
  color: #ffffff;
  text-shadow: -1px -1px 1px #333, 0 1px 1px #888;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
}

#form_container .confirm_submit input[type='submit'].submit {
  float: right;
}

.sp {
  display: none;
}

#second_attend {
  border-bottom: 1px solid #bdc8ca;
  border-left: 1px solid #bdc8ca;
  border-right: 1px solid #bdc8ca;
  font-size: 14px;
  line-height: 2;
  margin: auto;
  width: 94%;
  margin-bottom: 30px;
}

#second_attend p.title {
  margin-bottom: 0px;
  color: #003af6;
  text-decoration: underline;
  padding-left: 30px;
  line-height: 2.5;
  font-size: 14px;
  background: url(../img/common/under_arrow.png) no-repeat 8px 8px;
  background-size: 15px;
  transition: 0.2s;
}

#second_attend p.title.nowOpen {
  background: url(../img/common/up_arrow.png) no-repeat 8px 8px;
  background-size: 2%;
  transition: 0.2s;
}

#second_attend .open {
  display: block;
  overflow: hidden;
  padding: 0px 20px 10px;
  font-size: 12px;
  line-height: 24px;
}

#second_attend p {
  margin-bottom: 0px;
}

p.contact_link {
  text-align: right;
  padding-top: 10px;
}

span#usageError {
  display: inline;
  font-size: 13px;
  color: #ff0000;
}

div#contact_flow01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 94%;
  margin: 60px auto;
}

div#contact_flow01 ul li {
  position: relative;
  color: #bfbfbf;
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  text-align: center;
}

div#contact_flow01 ul li.step_clickable {
  cursor: pointer;
}

div#contact_flow01 ul li.step_clickable:hover {
  opacity: 0.8;
}

div#contact_flow01 ul li span.step_num {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #bfbfbf;
  border-radius: 100%;
  color: #fff;
  margin: 0 auto 10px auto;
}

/* 完了ステップのチェックマーク */
div#contact_flow01 ul li.completed_step span.step_num {
  position: relative;
}

div#contact_flow01 ul li.completed_step span.step_num::before {
  content: '✓';
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background: #2E7D32;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div#contact_flow01 ul li.step_clickable span.text_label {
  text-decoration: underline;
}

div#contact_flow01 ul li.now {
  font-weight: 800;
  color: #333;
}

div#contact_flow01 ul li.now span.step_num {
  background: #88cc66;
}

div#contact_flow01 ul li span.step_label:after {
  content: '';
  display: block;
  height: 2px;
  background: #bfbfbf;
  position: absolute;
  top: 23px;
  width: 50%;
  left: 75%;
}

div#contact_flow01 ul li:last-child span:after {
  display: none;
}

ul.japanese_alphabet_ui {
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
  margin-top: 10px;
}

ul.japanese_alphabet_ui li {
  margin: 0;
  width: 2.2em;
  padding: 0 0.5em 0 0;
  _padding-right: 0.3em;
  float: left;
}

ul.japanese_alphabet_ui li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 2.2em;
}

ul.japanese_alphabet_ui li ul li {
  margin: 0;
  padding: 1 0.5em;
  width: 2.2em;
  height: 2.2em;
}

ul.japanese_alphabet_ui li ul li a {
  display: inline-block;
  display: inline;
  zoom: 1;
  padding: 0.4em 0.4em;
  background: #fefefe url(https://directg.s.bk.mufg.jp/refresh/imgs/_DIRECT_IMAGE/COMMON/bg_keyboard.gif) repeat-x 0 100%;
  border: 1px solid #ccc;
  font-weight: bold;
  text-decoration: none;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  width: 1em;
  height: 1em;
  font-size: 100% !important;
  color: #333 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 #fff;
  position: relative;
}

.privacy_wrap {
  height: 400px;
  margin-bottom: 50px;
  overflow: scroll;
  border: 1px solid #f2f2f2;
  box-shadow: 1px 1px 2px #7f7f7f inset;
  padding: 1em;
}

p.kenshin_attention {
  border: 2px solid #58e67b;
  padding: 1em;
  border-radius: 5px;
  font-weight: 800;
  font-size: 1em;
  margin-bottom: 50px;
}

p.kenshin_attention span {
  color: #c00000;
  display: block;
  margin-bottom: 10px;
}

.kenshin_wrap {
  width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f2f2f2;
  margin-bottom: 30px;
  padding: 20px;
  justify-content: space-between;
}

.kenshin_wrap .left {
  width: 50%;
  text-align: center;
}

.kenshin_wrap .left h3 {
  background: #787878;
  color: #fff;
  padding: 1em;
  font-size: 18px;
  margin-top: 0;
}

.kenshin_wrap .left p {
  font-weight: 600;
  line-height: 2;
  font-size: 16px;
  text-align: justify;
}

.kenshin_wrap .right {
  width: 45%;
}

.td_inWrap {
  padding: 20px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}

.td_inWrap input {
  margin: 0 10px;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.kakunin_pdf {
  width: 100%;
  display: block;
  margin: 30px 0 10px 0;
  padding-left: 20px;
  font-size: 20px;
  color: #c00000;
}

.complete_text {
  text-align: center;
  line-height: 2;
}

.complete_text p span {
  font-weight: 800;
  font-size: 20px;
}

.complete_text ul {
  list-style: none;
}

.complete_text ul li {
  font-size: 14px;
}

select.tel_type,
select#number_type {
  display: block;
  margin-bottom: 20px;
}

.jusetsu_box {
  width: 80%;
  margin: 0 auto 50px auto;
  text-align: center;
}

.jusetsu_box h3 {
  display: inline-block;
  position: relative;
}

.jusetsu_box h3:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-position: center;
  position: absolute;
  left: -38px;
  top: -13px;
}

.jusetsu_box h3.type_pdf:before {
  background: url(../img/pdf_icon.svg) no-repeat;
  background-size: 25px;
  background-position: bottom;
}

.jusetsu_box span.sum_com {
  display: block;
  margin-bottom: 25px;
}

.jusetsu_box .doui_wrap {
  text-align: left;
}

#form_container .jusetsu_box .doui_wrap label {
  font-size: 16px;
}

.jusetsu_box span.sum_com a {
  color: #1a1a1a;

  font-weight: 600;
}

.jusetsu_box span.sum_com a:nth-child(2) {
  margin: 0 20px;
}

span.other_btn {
  display: inline-block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  background: #ffb700;
  text-align: center;
  right: 50px;
  top: 20px;
  box-shadow: 1px 1px 1px #000000;
  cursor: pointer;
}

span.other_btn.sp {
  display: none;
}

.keyboard_wrapLarge {
  display: none;
}

span.close_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
}

.keyboard {
  height: 41px;
  min-width: 20px;
  padding: 0 10px;
  margin: 5px;
  background: #ededed;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.5);
  color: #808080;
  font: bold 18px arial;
  text-align: center;
  line-height: 41px;
  display: inline-block;
  cursor: pointer;
}

.keyboard.no_key {
  opacity: 0.3;
}

.keyboard_wrapMiddle {
  display: flex;
  background: #cacaca;
  padding: 30px;
  box-shadow: 1px 1px 2px #757575;
  margin-top: 20px;
  position: relative;
}

.select_wrap.keyboard_selectWrap {
  display: none;
  position: absolute;
}

.number_wrap {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 650px) {
  .number_wrap.sp_wrap {
    flex-direction: column;
  }
}

.number_wrap .select_wrap select#number_type,
.number_wrap .select_wrap {
  width: 60px;
  margin-right: 10px;
}

@media (max-width: 650px) {
  .pc {
    display: none;
  }

  .sp {
    display: initial;
  }

  .wrap {
    width: 100%;
    padding: 3%;
  }

  header .hd_logo {
    width: 50%;
    margin: auto;
    float: none;
  }

  header ul.hd_right {
    width: 100%;
    float: none;
    padding-top: 2%;
  }

  header ul.hd_right li.toppage a {
    width: 31.333%;
    padding: 2%;
    padding-top: 10%;
    background-size: 24%;
    background-position: 50% 12%;
  }

  header ul.hd_right a {
    width: 31.333%;
    margin: 1%;
    padding: 2%;
    padding-top: 10%;
    font-size: 9px;
  }

  header ul.hd_right li.entry a {
    width: 31.333%;
    padding: 2%;
    padding-top: 10%;
    background-size: 24%;
    background-position: 50% 12%;
  }

  header ul.hd_right li.simu a {
    background-size: 24%;
    background-position: 50% 12%;
  }

  #contact_outline {
    padding: 5% 2%;
  }

  #form_container {
    width: 100%;
    padding: 2% 2% 5% 2%;
  }

  .logo_img {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  ul.breadcrumbs {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  ul.breadcrumbs li {
    font-size: 10px;
  }

  #form_container h2.simu_h2 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
  }

  #form_container .attention_box .left,
  #form_container .attention_box .right {
    width: 100%;
    float: none;
  }

  .simulation_box .form_group div {
    width: 100%;
    margin: 0px;
    margin-bottom: 5%;
    font-size: 15px;
    padding-left: 30px;
    line-height: 30px;
  }

  .simulation_box .form_group div span.no {
    width: 26px;
  }

  .simulation_box .form_group div label {
    position: static;
    width: 100%;
  }

  .simulation_box .form_group div select {
    background-position: 96% 16px;
    font-size: 15px;
  }

  #form_container input[type='submit'] {
    padding: 3% 5%;
    width: 90%;
    margin-top: 20px;
  }

  .simulation_box {
    padding-top: 5%;
  }

  .result_box {
    padding: 3%;
  }

  .result_box h2.result_h2 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
  }

  .result_box p.red_area {
    width: 100%;
  }

  .result_box .result_mainarea {
    padding: 3%;
  }

  .result_box .area01 {
    width: 30%;
  }

  .result_box .area01 span {
    margin-right: 0px;
    margin-left: 50%;
  }

  .result_box .area02 {
    width: 69%;
    float: right;
    margin-bottom: 3%;
  }

  .result_box .area02 span.area02_text02,
  .result_box .area02 span.area02_text03 {
    width: 100%;
    display: block;
  }

  .result_box .area04 {
    width: 100%;
  }

  .result_box .area04 a {
    width: 90%;
  }

  .result_box .area05 {
    width: 100%;
  }

  .result_box .area05 a {
    width: 90%;
    margin: 0 auto;
  }

  .result_box .area03 {
    float: right;
    width: 100%;
  }

  .result_box .area03 dl {
    width: 90%;
    margin: 0 auto;
  }

  .result_box .area03 dt {
    width: 100%;
    margin: 0px;
  }

  .result_box .area03 .detail_L {
    width: 100%;
    float: none;
    margin-bottom: 15%;
    padding: 3%;
    height: auto;
  }

  .result_box .area03 .detail_R {
    width: 100%;
    float: none;
    padding: 3%;
  }

  .result_box .area03 .right_text {
    margin: 0px;
    width: 100%;
    margin-bottom: 5%;
  }

  .result_box .area03 .right_text .box01 {
    width: 100%;
    text-align: left;
    font-size: 12px;
  }

  .result_box .area03 .right_text .box02 {
    width: 80%;
  }

  .result_box .area03 .right_text .box03 {
    width: 18%;
    font-size: 12px;
  }

  .result_box .area03 .left_text {
    line-height: 32px;
  }

  .result_box .area03 .detail_R {
    height: auto;
  }

  address {
    padding: 15% 0% 10%;
    font-size: 10px;
    letter-spacing: 0px;
  }

  #form_container th,
  #form_container td {
    width: 100%;
  }

  #form_container th {
    padding: 3% 60px 3% 3%;
    border-right: none;
    border-bottom: 1px solid #bdc8ca;
  }

  #form_container th,
  #form_container td {
    display: block;
    width: 100%;
  }

  #form_container .tg .tg-rif8 {
    font-size: 14px;
  }

  #form_container td,
  #form_container td.flex {
    width: 91.6vw;
  }

  .checkbox label {
    width: 100%;
    margin: 0px;
    margin-bottom: 1%;
    font-size: 12px;
  }

  #form_container table {
    margin-bottom: 0%;
  }

  #form_container .tg {
    margin-bottom: 20px;
  }

  #form_container td input[type='text'].spe_no01 {
    width: 13%;
  }

  #form_container td input[type='text'].spe_no02 {
    width: 19%;
  }

  #form_container .attention_box.contact .left {
    width: 100%;
  }

  #form_container .attention_box.contact .right {
    width: 100%;
    height: auto;
  }

  #form_container td input[type='text'].re_name {
    width: 49%;
  }

  .jusetau_box ul {
    width: 94%;
    margin: auto;
  }

  .jusetau_box li a {
    width: 100%;
    margin: 0px;
    margin-bottom: 3%;
  }

  .jusetau_box label {
    width: 96%;
    font-size: 13px;
  }

  .jusetau_box {
    margin-bottom: 8%;
  }

  #form_container td input.postal01 {
    width: 30%;
  }

  #form_container td input.postal02 {
    width: 40%;
  }

  span.search_postal_code {
    display: block;
  }

  #form_container .confirm_submit {
    padding: 0px;
  }

  #form_container .confirm_submit .reset {
    width: 40%;
    font-size: 11px;
    padding: 10px 0px;
    margin-top: 0px;
  }

  #form_container .confirm_submit input[type='submit'].submit {
    width: 58%;
    padding: 10px 0px;
  }

  .simulation_box .form_group div.box_left {
    float: none;
    width: 100%;
  }

  .simulation_box .form_group div.box_right {
    float: none;
    width: 100%;
  }

  .jusetau_box li span.icon {}

  .jusetau_box li span.link02 {
    width: 82%;
    padding-left: 0px;
  }

  .jusetau_box li span.link02 span.sum_com {
    width: 100%;
  }

  .jusetau_box li span.link02 span.text {
    padding-left: 6px;
  }

  div#contact_flow01 ul {
    flex-wrap: wrap;
    margin: 20px 0;
  }

  div#contact_flow01 ul li {
    width: 100%;
  }

  div#contact_flow01 ul li span.step_num {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 0;
  }

  div#contact_flow01 ul li.completed_step span.step_num::before {
    width: 14px;
    height: 14px;
    font-size: 11px;
    line-height: 14px;
  }

  div#contact_flow01 ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2;
    text-align: left;
  }

  div#contact_flow01 ul li span.step_label:after {
    height: 35px;
    width: 1px !important;
    top: auto;
    bottom: -30px;
    left: 15px;
    z-index: -1;
  }

  div#contact_flow01 ul li:last-child span.step_num {
    background: #646464;
  }

  div#contact_flow01 ul li:last-child span:after {
    display: none;
  }

  #form_container label:before {
    width: 6vw;
    height: 6vw;
    left: 41%;
    top: 3vw;
  }

  #form_container label {
    padding: 4vw;
    padding-left: 15px;
    font-size: 4vw;
    padding-top: 10vw;
    text-align: center;
  }

  #form_container input[type='radio']:checked+label:before,
  #form_container input[type='checkbox']:checked+label:before,
  #form_container input.checkbox_defo:checked+label:before {
    top: 3vw;
  }

  #form_container input[type='radio']:checked+label::after,
  #form_container input[type='checkbox']:checked+label::after,
  #form_container input.checkbox_defo:checked+label::after {
    display: block;
    content: '';
    position: absolute;
    top: 3vw;
    left: 45%;
    width: 5.5vw;
    height: 3vw;
  }

  #form_container th span.hissu,
  #form_container th span.ziyu {
    padding-top: 0;
    padding-bottom: 0;
  }

  #form_container label.type02 {
    border-bottom: 1px solid #f2f2f2;
  }

  #form_container label.type02:before {
    left: 44%;
  }

  #form_container input[type='radio']:checked+label.type02::after {
    left: 46%;
  }

  #form_container td input.type01 {
    width: 100%;
    margin-bottom: 5px;
  }

  #form_container td .td_inWrap input[type='text'] {
    width: 80%;
    margin-top: 10px;
  }

  #form_container td select.type02 {
    width: 22%;
    margin: 0 5px;
  }

  #form_container td input.type03 {
    width: 100%;
  }

  #form_container td input.type02 {
    width: 30%;
  }

  #form_container .doui_wrap label {
    font-size: 18px;
    width: 100% !important;
    padding-left: 60px;
    padding-top: 4vw;
    text-align: left;
    font-size: 4vw;
  }

  #form_container .doui_wrap input+label::after {
    top: 4vw;
    left: 14px;
    width: 22px;
    height: 10px;
  }

  #form_container .doui_wrap input:checked+label:after {
    top: 4vw;
    left: 14px;
    width: 22px;
    height: 10px;
  }

  .kenshin_wrap {
    flex-wrap: wrap;
    padding: 10px;
  }

  .kenshin_wrap .left {
    width: 100%;
  }

  .kenshin_wrap .left h3 {
    font-size: 16px;
  }

  .kenshin_wrap .left p {
    line-height: 1.6;
    font-size: 14px;
  }

  .kenshin_wrap .right {
    width: 100%;
  }

  .jusetsu_box {
    width: 100%;
    margin: 30px auto;
    text-align: left;
  }

  .jusetsu_box h3 {
    padding-left: 45px;
  }

  .jusetsu_box h3:before {
    left: 0;
  }

  .jusetsu_box span.sum_com a:nth-child(2) {
    margin: 0;
  }

  .jusetsu_box span.sum_com a {
    width: 100%;
    display: inline-block;
  }

  .td_inWrap select,
  .td_inWrap input {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  span.other_btn {
    width: 140px;
    position: static;
    font-size: 12px;
    margin-top: 20px;
  }

  span.other_btn.pc {
    display: none;
  }

  span.other_btn.sp {
    display: block;
  }

  .keyboard_wrapMiddle {
    padding: 2vw;
  }

  .keyboard {
    height: 5vw;
    width: 6vw;
    padding: 0;
    margin: 1vw 0;
    line-height: 6vw;
    border-radius: 1vw;
  }

  .keyboard_wrapSmall {
    width: 10%;
  }

  .keyboard_wrapSmall:last-child {
    padding-top: 30vw;
  }

  #form_container .submit {
    max-width: none;
    margin-left: 0px !important;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 14px 55px;
  }
}

@media (max-width: 450px) {
  p.contact_flow {
    display: none;
  }
}

.validate {
  color: #ff0000;
  font-weight: bold;
  display: block;
}

.fit-form-note {
  margin-bottom: 5px;
  padding-left: 2em;
  font-weight: 700;
}

.text-danger {
  color: #ff6060 !important;
}

.error_field {
  color: #ff6060 !important;
  border: 1px solid #ff6060 !important;
  background-color: #fff0f0 !important;
}

input::placeholder {
  color: #bbb;
}

input[type="radio"]+label,
input[type="checkbox"]+label,
input[type="file"],
input[type=file]::-webkit-file-upload-button,
select,
input[type="button"] {
  cursor: pointer !important;
}

input[type="radio"]+label:hover,
input[type="checkbox"]+label:hover {
  background-color: rgba(12, 133, 42, 0.1);
}

input[type="radio"]:disabled+label,
input[type="checkbox"]:disabled+label,
input[type="file"]:disabled,
input[type="file"]:disabled::-webkit-file-upload-button,
select:disabled,
input[type="button"]:disabled {
  cursor: not-allowed !important;
}

.search_btn {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #e3f2fd;
  text-align: center;
  box-shadow: 0 2px 1px #d9d9d9;
  cursor: pointer;
  border: 1px solid #4285f4;
  border-radius: 4px;
  color: #4285f4;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease;
}

.search_btn.small_btn {
  width: 120px;
  height: 39px;
  line-height: 39px;
}

.search_btn.type02 {
  background-color: #89c825;
  border: 1px solid #89c825;
  color: #fff;
}

.delete_btn {
  width: 150px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  text-decoration: underline dotted;
  background-color: #fcebea;
  color: #cc1f1a;
  border: 1px solid #f5c6cb;
}

.search_btn:hover,
.search_btn:active {
  background-color: #dbedfb;
}

.search_btn.type02:hover,
.search_btn.type02:active {
  background-color: #82bd22;
  border: 1px solid #82bd22;
}

.delete_btn:hover {
  background-color: #f3e0df;
  text-decoration: underline;
}

/*
modal
 */
.swal2-title {
  font-size: 26px;
}

/* search_result.tpl */
#search-results {
  width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 0;
  height: 500px;
  display: flex;
  flex-direction: column;
  border: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo UI", Meiryo, sans-serif !important;
}

#search-results-header {
  padding: 20px 20px 15px 20px;
  background: linear-gradient(135deg, #8BC34A 0%, #7CB342 100%);
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  flex-shrink: 0;
  border: none;
  letter-spacing: 0.5px;
}

.search-results-count {
  padding: 15px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  font-weight: 500;
  color: #4a5568;
  flex-shrink: 0;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}

.search-results-list {
  flex: 1;
  overflow-y: auto;
  padding: 15px 20px;
  background: white;
}

.search-results-pagination {
  padding: 15px 20px;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  text-align: center;
  flex-shrink: 0;
  border-radius: 0 0 10px 10px;
}

.label_wrap {
  /* margin-bottom: 12px; */
  position: relative;
}

#search-results input[type='radio'] {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

#search-results label {
  display: block;
  padding: 18px 20px;
  padding-left: 55px;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: white;
  text-align: left;
  color: #2d3748;
  font-weight: 500;
}

#search-results label .company-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 4px;
  line-height: 1.4;
}

#search-results label .company-code {
  font-size: 14px;
  color: #718096;
  font-weight: 400;
}

#search-results label:hover {
  background: #f8f9fa;
  border-color: #dee2e6;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#search-results label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #a0aec0;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  transition: all 0.2s ease;
}

#search-results input[type='radio']:checked+label {
  background: linear-gradient(135deg, #A5D6A7 0%, #81C784 100%);
  color: #2E7D32;
  border-color: #81C784;
  box-shadow: 0 4px 12px rgba(129, 199, 132, 0.3);
}

#search-results input[type='radio']:checked+label .company-name {
  color: #1b5e20;
}

#search-results input[type='radio']:checked+label .company-code {
  color: #2e7d32;
}

#search-results input[type='radio']:checked+label:before {
  border-color: #2E7D32;
  background: white;
}

#search-results input[type='radio']:checked+label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 26px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2E7D32;
  transform: translateY(-50%);
}

.page-btn {
  padding: 10px 14px;
  margin: 0 4px;
  border: 2px solid #e9ecef;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #4a5568;
  transition: all 0.2s ease;
  min-width: 40px;
}

.page-btn:hover {
  background: #81C784;
  border-color: #81C784;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(129, 199, 132, 0.3);
}

.page-btn:active {
  transform: translateY(0);
}

/* 現在のページ番号のスタイル */
.search-results-pagination span {
  padding: 10px 14px;
  margin: 0 4px;
  font-weight: 600;
  color: #66BB6A;
  background: #f8f9fa;
  border-radius: 6px;
  border: 2px solid #e9ecef;
  min-width: 40px;
  display: inline-block;
}

/* スクロールバーのスタイリング */
.search-results-list::-webkit-scrollbar {
  width: 6px;
}

.search-results-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.search-results-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.search-results-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

@media (max-width: 650px) {
  .swal2-title .subTitle {
    display: block;
  }
}

#form_container td input.modal_selected_display {
  width: 60%;
  background: #f5f5f5;
  cursor: not-allowed;
}

@media (max-width: 650px) {
  #form_container td input.modal_selected_display {
    width: 100%;
    font-size: 12px;
  }
}

p.approval_at {
  line-height: 1.6;
  margin-bottom: 10px !important;
}
