@charset "utf-8";
/* CSS Document */
#auto_header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  height: auto;
  margin-top: 5rem;
}
#auto_header h2 {
  font-size: 2rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  color: #333333;
  text-align: center;
  font-style: normal;
  font-variant: normal;
}
#auto_header h1 {
  font-size: 2.4rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  background-color: var(--main_color);
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  margin-top: -20px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1;
}
#auto_header h1 span {
  font-size: 1rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #fff;
  display: block;
  margin-top: 5px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
}
@media (max-width:566px) {
  #auto_header h1 {
    font-size: 2rem;
  }
  #auto_header h1 span {
    font-size: .8rem;
  }
}
#auto_header img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    z-index: 1;
}
#auto_header div {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 5rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
 z-index: 10;	
}
@media (max-width:900px) {
  #auto_header div {
    width: 92%;
    margin-top: 2rem;
  }
}
.auto_forme_box {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #CCCCCC;
  padding: 2rem;
  border-radius: 5px;
  margin-top: 3rem;
  background-color: #F5F5F5;
}
@media (max-width:900px) {
  .auto_forme_box {
    width: 94%;
  }
}
@media (max-width:600px) {
  .auto_forme_box {
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #CCCCCC;
    padding: 0rem;
    border-radius: 5px;
    margin-top: 3rem;
    background-color: #fff;
  }
}
.q_txt {
  font-size: 2rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  color: #666;
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width:600px) {
  .q_txt {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.q_txt2 {
  font-size: 1.5rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  color: #666666;
  text-align: center;
  width: 100%;
  display: block;
}
#ul_question, #ul_hts {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 3rem;
  padding: 0;
  height: auto;
  list-style-type: none;
}
#ul_question li, #ul_hts li {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  display: block;
  border: 1px dotted var(--main_color);
  border-radius: 10px;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  position: relative;
  color: #666666;
}
#ul_question .type2 {
  margin-left: 2rem;
}
@media (max-width:600px) {
  #ul_question .type2 {
    margin-left: 1rem;
  }
}
#ul_question li:hover, #ul_hts li:hover {
  background-color: #FFEBEC;
}
.f_pdf {
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  background-color: var(--main_color);
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 5px;
  display: block;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 13px;
}
.f_pdf:hover {
  background-color: var(--king_color);
}
@media (max-width:700px) {
  .f_pdf {
    display: none;
  }
}
/*--------------------------------------------------------------*/
/*	チェックボックスのデザイン
/*--------------------------------------------------------------*/
.checkboxItem {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  font-size: 1.5rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  cursor: pointer;
  color: var(--main_color);
}
@media (max-width:600px) {
  .checkboxItem {
    font-size: 1rem;
  }
}
.checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}
.checkbox {
  appearance: none;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  aspect-ratio: 1 / 1;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: normal;
  border: 2px solid #1976cc;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
}
@media (max-width:600px) {
  .checkbox {
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
}
.checkbox:checked {
  background-color: #1976cc;
}
.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 2.8px;
  left: 3.3px;
  width: 17px;
  height: 10px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}
@media (max-width:600px) {
  .checkbox:checked::after {
    top: 2px;
    left: 2px;
    width: 11px;
    height: 5px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
  }
}
#div_a01 {
  margin-top: 15px;
  margin-left: 3rem;
}
/*--------------------------------------------------------------*/
/*	ラジオボタンのデザイン
/*--------------------------------------------------------------*/
.radioItem {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  font-size: 1.5rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  cursor: pointer;
  color: var(--main_color);
}
@media (max-width:600px) {
  .radioItem {
    font-size: 1rem;
  }
}
.radioItem:not(:last-of-type) {
  margin-right: 16px;
}
.radioButton {
  appearance: none;
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #1976cc;
  border-radius: 9999px;
  cursor: pointer;
}
@media (max-width:600px) {
  .radioButton {
    width: 20px;
    height: 20px;
  }
}
.radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 9999px;
  background-color: #1976cc;
}
@media (max-width:600px) {
  .radioButton:checked::after {
    width: 6px;
    height: 6px;
  }
}
/* 初期状態 */
.checkboxItem span {
  color: var(--main_color);
  transition: color 0.3s ease;
}
.checkbox {
  border: 2px solid #1976cc;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
/* チェック時に文字とボーダー色を変える */
.checkbox:checked + span {
  color: #d32f2f; /* 例: 赤に変化 */
}
/* チェック時にボーダー色を変える */
.checkbox:checked {
  border-color: #d32f2f; /* 同じ赤に変化 */
  background-color: #d32f2f;
}
/* ✅ 選択されたラジオボタンの枠色と中の丸色を赤に変更 */
.radioButton:checked {
  border-color: #d32f2f;
}
.radioButton:checked::after {
  background-color: #d32f2f;
}
/* ✅ 隣の文字色も赤に */
.radioButton:checked + span {
  color: #d32f2f;
}
/* javascriptからスタイル変更 */
#ul_question li.checked, #ul_hts li.checked {
  background-color: #fff0f0; /* チェック時の背景色 */
  border: 2px solid #d32f2f; /* チェック時の枠線 */
}
#ul_question li.checked span, #ul_hts li.checked span {
  color: #d32f2f; /* チェック時の文字色 */
}
.mitsumori {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  width: 100%;

  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #EB0081;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 2em;
  margin-bottom: 1.5em;
  background-color: var(--king_color);
  cursor: pointer;
}
#software-list {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
  padding: 0;
  margin-bottom: 0px;
}
.lineup {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
@media (max-width:800px) {
  #software-list, .lineup {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-flow: column;
  }
}
.lineup .m_soft {
  width: 100%;
  margin-bottom: 10px;
}
#ul_1ro_op, #ul_king_op {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.op_soft_v2 {
  width: calc(99% / 2);
  margin-bottom: 10px;
}
@media (max-width:800px) {
  .op_soft_v2 {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
.lineup .ichiro_waku {
  border-left: 1px solid var(--ichiro_color);
  border-right: 1px solid var(--ichiro_color);
  border-bottom: 10px solid var(--ichiro_color);
  border-top: 1px solid var(--ichiro_color);
  border-radius: 3px;
  background-color: #FFFFFF;
}
.lineup .king_waku {
  border-left: 1px solid var(--king_color);
  border-right: 1px solid var(--king_color);
  border-bottom: 10px solid var(--king_color);
  border-top: 1px solid var(--king_color);
  border-radius: 3px;
  background-color: #FFFFFF;
}
.lineup .shiro_waku {
  border-left: 1px solid var(--shiro_color);
  border-right: 1px solid var(--shiro_color);
  border-bottom: 10px solid var(--shiro_color);
  border-top: 1px solid var(--shiro_color);
  border-radius: 3px;
  background-color: #FFFFFF;
}
.lineup .hanako_waku {
  border-left: 1px solid var(--hanako_color);
  border-right: 1px solid var(--hanako_color);
  border-bottom: 10px solid var(--hanako_color);
  border-top: 1px solid var(--hanako_color);
  border-radius: 3px;
  background-color: #FFFFFF;
}
.lineup .bee_waku {
  border-left: 1px solid #B58B42;
  border-right: 1px solid #B58B42;
  border-bottom: 10px solid #B58B42;
  border-top: 1px solid #B58B42;
  border-radius: 3px;
  background-color: #FFFFFF;
}
.lineup .print_waku {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 10px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-radius: 3px;
  background-color: #FFFFFF;
}
.lineup a {
  text-decoration: none;
  display: block;
  padding-top: 0.9rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 0.9rem;
}
@media (max-width:850px) {
  .lineup a {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.lineup a:hover {
  opacity: 0.6;
}
.lineup .soft_box {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width:800px) {
  .lineup .soft_box {
    flex-flow: column;
  }
}
.lineup .m_soft .soft_box .soft_ico {
  /*background-color: #F1BBBC;*/
  width: 150px;
  margin-right: 15px;
}
.lineup .op_soft_v2 .soft_box .soft_ico {
  /*background-color: #F1BBBC;*/
  width: 80px;
  margin-right: 15px;
}
.lineup .m_soft .soft_box .soft_ico img {
  width: 100%;
  display: block;
  max-height: 150px;
  max-width: 150px;
  height: auto;
}
@media (max-width:800px) {
  .lineup .m_soft .soft_box .soft_ico img {
    max-height: 90px;
    margin-bottom: 10px;
  }
}
.lineup .op_soft_v2 .soft_box .soft_ico img {
  width: 100%;
  display: block;
  margin-left: auto;
  max-width: 70px;
  max-height: 70px;
  margin-right: auto;
  height: auto;
}
@media (max-width:800px) {
  .lineup .op_soft_v2 .soft_box .soft_ico img {
    max-height: 60px;
    margin-bottom: 10px;
  }
}
.lineup .m_soft .soft_box .soft_name {
  width: auto;
  margin-right: 2rem;
}
@media (max-width:800px) {
  .lineup .m_soft .soft_box .soft_name {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.lineup .op_soft_v2 .soft_box .soft_name {
  width: calc(100% - 80px - 15px);
}
@media (max-width:800px) {
  .lineup .op_soft_v2 .soft_box .soft_name {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.lineup .m_soft .soft_box .soft_name p {
  padding: 0;
  margin: 0;
  /*font-family: "hiragino-kaku-gothic-pron", sans-serif;*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  color: #333;
  margin-left: 13px;
  font-feature-settings: "palt";
}
@media (max-width:850px) {
  .lineup .m_soft .soft_box .soft_name p {
    font-size: 1rem;
    margin-left: 10px;
  }
}
@media (max-width:800px) {
  .lineup .m_soft .soft_box .soft_name p {
    margin: 0;
  }
}
.lineup .op_soft_v2 .soft_box .soft_name p {
  padding: 0;
  margin: 0;
  /*font-family: "hiragino-kaku-gothic-pron", sans-serif;*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  color: #333;
  font-feature-settings: "palt";
}
.lineup .m_soft .soft_box .soft_name h2 {
  /*font-family: "nitalago-ruika", sans-serif;*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  padding: 0;
  margin-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-feature-settings: "palt";
}
@media (max-width:850px) {
  .lineup .m_soft .soft_box .soft_name h2 {
    font-size: 3rem;
    margin-left: 12px;
  }
}
.lineup .op_soft_v2 .soft_box .soft_name h2 {
  /*font-family: "nitalago-ruika", sans-serif;*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-feature-settings: "palt";
}
@media (max-width:420px) {
  .lineup .op_soft_v2 .soft_box .soft_name h2 {
    font-size: 1.8rem;
  }
}
.lineup .m_soft .soft_box .soft_name #span_1ro {
  font-size: 1rem;
  color: #333333;
  font-feature-settings: "palt";
  margin-left: 15px;
}
/*--------------------------------------------------------------*/
/*　楽々明細だけオリジナルレイアウトに
/*--------------------------------------------------------------*/
.lineup .op_soft_v2 .soft_box .rakuraku_a {
  width: 40%;
  margin-top: 0.5rem;
}
.lineup .op_soft_v2 .soft_box .rakuraku_a img {
  display: block;
  max-width: 180px;
  margin-right: 1rem;
}
.lineup .op_soft_v2 .soft_box .rakuraku_b {
  width: 60%;
  padding: 0;
  margin-top: 0.5rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  /*font-family: "hiragino-kaku-gothic-pron", sans-serif;*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  color: #333;
  font-feature-settings: "palt";
}
@media (max-width:800px) {
  .lineup .op_soft_v2 .soft_box .rakuraku_a {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .lineup .op_soft_v2 .soft_box .rakuraku_b {
    width: 100%;
    text-align: center;
  }
  .lineup .op_soft_v2 .soft_box .rakuraku_a img {
    display: block;
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*--------------------------------------------------------------*/
.lineup .soft_box .soft_cap {
  width: auto;
}
.lineup .soft_box .soft_cap ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  height: auto;
  /*font-family: "hiragino-kaku-gothic-pron", sans-serif;*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  color: #666;
  line-height: normal;
}
@media (max-width:800px) {
  .lineup .soft_box .soft_cap ul {
    display: none;
  }
}
#div_estimate {
  width: 100%;
  text-align: center;
  /*font-family: "hiragino-kaku-gothic-pron", sans-serif;*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  color: #333;
  margin-top: 1rem;
}
#span_diagnosis {
  margin-top: 2rem;
  margin-bottom: 1.2rem;
  line-height: 1.6;
}
#mitsumori_box {
  max-width: 1300px;
  margin-right: auto;
  padding: 2rem;
  margin-left: auto;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin-top: 1rem;
}
.product-list {
  max-width: 1300px;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: auto;
  /*font-family: 'Helvetica Neue', sans-serif;*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  padding: 2em;
}
@media (max-width:900px) {
  .product-list {
    width: 94%;
  }
}
.product-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 1em 0;
  flex-wrap: wrap;
}
.product-item:last-child {
  border-bottom: none;
}
.product-icon {
  width: 40px;
  height: auto;
  margin: 0 1em;
  flex-shrink: 0;
}
.product-info {
  flex-grow: 1;
  min-width: 200px;
}
.product-title {
  font-size: 0.8rem;
  color: #555;
}
.product-name {
  font-weight: bold;
  font-size: 1rem;
}
.product-name a {
  color: #666;
}
.dot-line {
  flex-grow: 3;
  border-bottom: 1px dotted #888;
  margin: 0 1em;
  height: 1px;
  min-width: 30px;
}
.product-quantity {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1em;
}
.product-quantity select {
  padding: 0.3rem;
  border: 1px solid #ccc;
}
input[type="checkbox"] {
  margin-right: 0.5em;
  transform: scale(1.2);
}
/* レスポンシブ調整 */
@media (max-width: 650px) {
  .product-item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  input[type="checkbox"] {
    margin-right: auto;
    transform: scale(1.2);
    margin-left: auto;
  }
  .dot-line {
    display: none;
  }
  .product-quantity {
    margin-top: 0.5em;
  }
  .product-icon {
    width: 40px;
    height: auto;
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .product-info {
    flex-grow: 1;
    width: 100%;
  }
  .product-title, .product-name {
    text-align: center;
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  .product-quantity {
    width: 100%;
    text-align: center;
  }
}
.checkbox3 {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #1976cc;
  border-radius: 20px;
  cursor: pointer;
}
.checkbox3:checked {
  background-color: #1976cc;
}
.checkbox3:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 4px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.quote-form {
  background: #fff;
  max-width: 600px;
  margin: auto;
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-description {
  font-size: 1rem;
  margin-bottom: 1.5em;
  color: #333;
  margin-top: 5rem;
  text-align: center;
}
.form-group {
  margin-bottom: 1.5em;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #333;
  font-size: 0.95em;
}
.form-group input {
  width: 100%;
  padding: 0.6em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-group small {
  font-size: 0.8em;
  color: #666;
  margin-top: 0.3em;
  display: block;
}
.form-check {
  display: flex;
  align-items: center;
  font-size: 0.95em;
  margin-bottom: 1.5em;
}
.form-check input {
  margin-right: 0.5em;
}
.form-submit {
  background-color: #007acc;
  color: #fff;
  padding: 0.7em 1.5em;
  border: none;
  border-radius: 4px;
  font-size: 1.2rem;
  cursor: pointer;
  width: 100%;
  /*font-family: "fot-udmarugo-large-pr6n", sans-serif;*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--king_color);
}
.form-submit:hover {
  background-color: #005fa3;
}
.submit_box {
  width: 100%;
  margin-top: 5rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.form-submit2 {
  background-color: #007acc;
  color: #fff;
  padding: 0.7em 1.5em;
  border: none;
  border-radius: 4px;
  font-size: 1.2rem;
  cursor: pointer;
  width: 40%;
  /*font-family: "fot-udmarugo-large-pr6n", sans-serif;*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--king_color);
  display: inline-block;
}
.form-submit3 {
  background-color: #007acc;
  color: #fff;
  padding: 0.7em 1.5em;
  border: none;
  border-radius: 4px;
  font-size: 1.2rem;
  cursor: pointer;
  width: 40%;
  /*font-family: "fot-udmarugo-large-pr6n", sans-serif;*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #666;
  display: inline-block;
}
@media (max-width: 600px) {
  .form-submit2, .form-submit3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
.form-submit2:hover, .form-submit3:hover {
  background-color: #005fa3;
}
.mini_font {
  font-size: 1.9rem !important;
}
.mini_font2 {
  font-size: 3rem !important;
}
/*--javaスクリプト側で表示設定を行うため、初期では非表示--*/
#ul_hts li, #ul_question li, #span_question, #div_result, #span_diagnosis, #div_estimate {
  display: none;
}

.ichiro_color{
    color: var(--ichiro_color);	
}
.king_color{
    color: var(--king_color);	
}
.shiro_color{
    color: var(--shiro_color);	
}
.hanako_color{
    color: var(--hanako_color);	
}
.print_color{
    color: #777;
}
.barcord_color{
	color: #4064a7;
}
.job_color{
	color: #498AC7;
}