@charset "UTF-8";
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them 
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
*/
:root {
  --table_line_coler: #999999;
}

html {
  position: relative;
  min-height: 100%;
  height: 100%;
  font-size: 58.5%;
}

body {
  font-size: 1.4rem;
  margin: 0 0 48px 0;
  height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Yu Gothic", "BIZ UDPGothic", "Helvetica Neue", Arial, sans-serif;
  position: relative;
}
.font_bold {
  font-weight: bold;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.alignC {
  text-align: center !important;
}

.txt_c_l {
  text-align: center;
}
.txt_c_l p {
  display: inline-block;
  text-align: left;
}

.txt_red {
  color: #d20000 !important;
}

.txt_center {
  text-align: center !important;
}

.txt_right {
  text-align: right !important;
}

.txt_bold {
  font-weight: bold !important;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.sp_block {
  display: block;
}
@media (min-width: 768px) {
  .sp_block {
    display: none;
  }
}

.sp_inline {
  display: inline-block;
}
@media (min-width: 768px) {
  .sp_inline {
    display: none;
  }
}
@media print {
  .sp_inline {
    display: none;
  }
}

.not_disp {
  display: none;
}

.invalid {
  background-color: #e7e7e7;
}

.banned {
  background-color: #fce1e1;
}

.testuser {
  background-color: #ebf7ff;
}

.w100 {
  width: 100px !important;
}

.w150 {
  width: 150px !important;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px !important;
}

.maxw300 {
  max-width: 300px !important;
}

.w400 {
  width: 400px !important;
}

.maxw400 {
  max-width: 400px !important;
}

.w500 {
  width: 500px !important;
}

.maxw500 {
  max-width: 500px !important;
}

.w900 {
  max-width: 900px !important;
}

.w1800 {
  width: 1800px !important;
}

.minw1200 {
  min-width: 1200px !important;
}

@media print {
  .page_break {
    break-before: page;
  }
}

a {
  color: #072072;
}
a:hover {
  color: #4764e6;
}
a:active {
  color: #072072;
}

.page-break_line {
  margin: 20px 10px;
  border-top: 1px solid #838383;
}
@media print {
  .page-break_line {
    page-break-before: always;
    margin: 0;
    height: 0;
    border: none;
  }
}

.page-break_line_b {
  margin: 20px 10px;
  border-top: 1px solid #838383;
}
@media print {
  .page-break_line_b {
    margin: 0;
    height: 0;
    border: none;
  }
}

header {
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  min-height: 50px;
  height: auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.671);
}
@media screen and (max-width: 710px) {
  header {
    padding: 0 5px;
  }
}
header .header {
  width: 940px;
  height: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
#system_page header .header {
  width: 100%;
}
@media screen and (max-width: 710px) {
  header .header {
    flex-wrap: wrap;
  }
}
header .header a {
  color: rgb(19, 36, 83);
  font-size: 1.4rem;
}
@media screen and (max-width: 710px) {
  header .header a {
    font-size: 1.4rem;
  }
}
header .header h1 {
  display: flex;
  padding: 0;
  height: 100%;
  font-size: 1rem;
  line-height: 1;
  align-items: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 710px) {
  header .header h1 {
    margin-top: 4px;
    flex-wrap: wrap;
    height: auto;
  }
}
header .header h1 a {
  display: inline-block;
  color: #000;
  font-size: 2.2rem;
  text-decoration: none;
}
@media screen and (max-width: 710px) {
  header .header h1 a {
    font-size: 2rem;
  }
}
@media print {
  header {
    display: none;
  }
}

.hed_login {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 710px) {
  .hed_login {
    width: 100%;
    display: flex;
    align-items: flex-end;
    align-items: center;
    justify-content: flex-end;
  }
}

footer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0 0px;
  text-align: center;
  font-size: 1.4rem;
  border-top: solid 1px #555;
}
@media print {
  footer {
    display: none;
  }
}
footer .copyright {
  padding: 10px 0 10px;
  background-color: #072072;
  color: #fff;
}
footer.system_footer {
  padding: 0;
  border-top: 0;
}

#wrapper {
  width: 100%;
  min-height: 100%;
  background-color: #cfcfcf;
}
@media print {
  #wrapper {
    background-color: #ffffff;
  }
}

.main_block {
  width: 100%;
  min-height: calc(100vh - 50px);
  background-color: #fff;
}
@media (min-width: 768px) {
  .main_block {
    max-width: 960px;
    min-width: 768px;
    min-height: calc(100vh - 50px);
    margin: 0 auto;
  }
}
#system_page .main_block {
  min-height: auto;
}
@media (min-width: 768px) {
  #system_page .main_block {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
}
.main_block h1 {
  font-size: 1.6rem;
  padding: 10px;
  margin: 0;
}
.main_block h2 {
  font-size: 1.4rem;
  padding: 10px 10px 4px;
  margin: 0;
  border-bottom: solid 1px #000;
}
.main_block h2.h2title {
  border: none;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 10px 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.main_block h2.karte_title {
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 3px 0px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.main_block #top {
  padding: 0 10px;
}
.main_block #input {
  padding: 10px;
}
.main_block .name_data {
  padding: 0 10px;
}
.main_block .name_box {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  padding: 0;
  margin: 5px 0 5px;
}
.main_block .name_box .name_in_box {
  display: flex;
  flex-wrap: wrap;
}
.main_block .name_box .name_in_box:nth-child(2) {
  margin-top: 3px;
}
.main_block .name_box .name_in_box div {
  border: solid 1px #000000;
  border-right: none;
  padding: 2px 6px;
}
@media screen and (max-width: 767px) {
  .main_block .name_box .name_in_box div {
    padding: 2px 2px;
  }
}
.main_block .name_box .name_in_box .title {
  width: 15%;
  background: #ecffd9;
}
@media screen and (max-width: 767px) {
  .main_block .name_box .name_in_box .title {
    width: 19%;
  }
}
.main_block .name_box .name_in_box .name {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .main_block .name_box .name_in_box .name {
    width: 30%;
  }
}
.main_block .name_box .name_in_box .title2 {
  width: 10%;
  background: #ecffd9;
}
.main_block .name_box .name_in_box .sex {
  width: 10%;
  border-right: solid 1px #000000;
}
.main_block .name_box .name_in_box .title_q {
  width: 10%;
  margin-left: 5%;
  background: #ecffd9;
}
@media screen and (max-width: 767px) {
  .main_block .name_box .name_in_box .title_q {
    margin-left: 1%;
  }
}
.main_block .name_box .name_in_box .qsei {
  width: 15%;
  border-right: solid 1px #000000;
}
@media screen and (max-width: 767px) {
  .main_block .name_box .name_in_box .qsei {
    width: 20%;
  }
}
.main_block .name_box .name_in_box .birthday {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .main_block .name_box .name_in_box .birthday {
    width: 51%;
  }
}
.main_block .name_box .name_in_box .age {
  width: 15%;
  border-right: solid 1px #000000;
}
@media screen and (max-width: 767px) {
  .main_block .name_box .name_in_box .age {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .main_block .name_box {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6rem;
  }
}
.main_block .meishiki {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_block .meishiki .meishikihyo {
  font-size: 1.6rem;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .main_block .meishiki .meishikihyo {
    font-size: 1.4rem;
    width: 100%;
  }
}
.main_block .meishiki .meishikihyo table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .main_block .meishiki .meishikihyo table {
    font-size: 1.4rem;
  }
}
.main_block .meishiki .meishikihyo table tr th,
.main_block .meishiki .meishikihyo table tr td {
  width: 20%;
  border: solid 1px #000000; /* 線の種類 太さ 色 */
}
.main_block .meishiki .meishikihyo table tr th {
  text-align: center;
  padding: 2px;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  background-color: #ecffd9;
  color: #000;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .main_block .meishiki .meishikihyo table tr th {
    writing-mode: horizontal-tb;
  }
}
.main_block .meishiki .meishikihyo table tr td {
  text-align: center;
  padding: 6px 0 0;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  background-color: #ffffff;
  color: #000;
}
.main_block .meishiki .meishikihyo table tr td.dth {
  background: #ffffe1;
}
.main_block .meishiki .meishikihyo table tr td.dth span.rtext {
  font-size: 140% !important;
}
.main_block .meishiki .meishikihyo table tr td.waku {
  position: relative;
}
.main_block .meishiki .meishikihyo table tr td.waku::after {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border: solid 2px #ee0000;
}
.main_block .meishiki .meishikihyo table tr td.ye {
  background: #ffffe1;
  color: #ee0000;
  font-weight: bold;
}
.main_block .meishiki .meishikihyo table tr td span {
  display: none;
}
.main_block .meishiki .meishikihyo table tr td span.rtext {
  display: block;
  font-size: 130%;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.main_block .meishiki .meishikihyo table tr td span.rtext_j {
  display: block;
  font-size: 130%;
  line-height: 1;
}
.main_block .meishiki .meishikihyo table tr td span.marks {
  display: inline;
  font-size: 130%;
}
.main_block .meishiki .meishikihyo table tr td span.kubo {
  display: block;
  font-size: 100%;
  font-weight: bold;
  color: #0000ff;
  line-height: 1;
}
.main_block .meishiki .meishikihyo table tr td span.bold {
  display: block;
  font-weight: bold;
  line-height: 1;
}
.main_block .meishiki .meishikihyo table tr td:first-child {
  background-color: #ecffd9;
  color: #000;
}
.main_block .meishiki .meishikihyo table.last_table td {
  border-top: none;
  width: 10%;
}
.main_block .meishiki .meishikihyo table.last_table td:first-child {
  width: 20%;
}
.main_block .meishiki .meishikihyo table.last_table td:nth-child(2) {
  width: 24%;
}
.main_block .meishiki .meishikihyo table.last_table td.stitle {
  background-color: #ecffd9;
  width: 18%;
}
@media screen and (max-width: 767px) {
  .main_block .meishiki .meishikihyo table.last_table td:nth-child(2) {
    width: 20%;
  }
  .main_block .meishiki .meishikihyo table.last_table td.stitle {
    background-color: #ecffd9;
    width: 20%;
  }
}
.main_block .meishiki .meishikihyo_karte {
  font-size: 1.6rem;
  width: 28%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .main_block .meishiki .meishikihyo_karte {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    width: 100%;
    margin-top: 15px;
  }
}
.main_block .meishiki .meishikihyo_karte table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
}
.main_block .meishiki .meishikihyo_karte table caption {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Yu Gothic", "BIZ UDPGothic", "Helvetica Neue", Arial, sans-serif;
  text-align: left;
}
.main_block .meishiki .meishikihyo_karte table tr.jn {
  font-size: 20px;
}
.main_block .meishiki .meishikihyo_karte table tr td {
  text-align: center;
}
.main_block .meishiki .meishikihyo_karte table tr td.main {
  font-weight: bold;
  background: #ffffe1;
}
.main_block .meishiki .meishikihyo_karte table tr td.sub {
  font-weight: bold;
  background: #ffffe1;
}
.main_block .meishiki .meishikihyo_karte table tr td.kubo {
  color: #0000ff;
  font-weight: bold;
  background: #ccecff;
}

.main_block_login {
  position: relative;
  width: 100%;
  height: 100vh;
}
.main_block_login .login_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.main_block_login .login_img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.main_block_login #login_form_box_top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  margin: 0;
  z-index: 100;
  animation: fadeIn 0.5s ease 0s 1 normal;
}
.main_block_login #login_form_box_top fieldset {
  margin: 0 !important;
}
.main_block_login #login_form_box_top fieldset .submit_btn_box {
  display: flex;
  justify-content: center;
  padding: 20px 0 20px;
}
.main_block_login #login_form_box_top .login_form_box {
  border: none;
}
.main_block_login #login_form_box_top form input[type=text],
.main_block_login #login_form_box_top form input[type=password],
.main_block_login #login_form_box_top form select {
  background: rgba(255, 255, 255, 0.5) !important;
}
.main_block_login .title_img_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 300px;
  z-index: 10;
  animation: fadeIn 2s ease 0s 1 normal;
}
@media screen and (max-width: 480px) {
  .main_block_login .title_img_box {
    top: 15%;
  }
}
.main_block_login .title_img_box .title_text {
  position: static;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  font-size: 3rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .main_block_login .title_img_box .title_text {
    font-size: 5vw;
  }
}
.main_block_login .title_img_box .logo_img {
  width: 200px;
  height: auto;
  display: block;
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .main_block_login .title_img_box .logo_img {
    width: 150px;
  }
}
.main_block_login footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: none;
  z-index: 20;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main_block_login footer .copyright {
  display: flex;
  width: 100%;
  padding: 5px 0;
  color: #333;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main_block_login .footer_link_box {
  margin: 0 auto 8px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 3px;
  max-width: 90%;
  margin: 0px 0 6px;
}
.main_block_login .footer_link_box li {
  padding: 4px 10px;
}

.footer_link_box {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin: 4px 0 12px;
}
.footer_link_box li {
  padding: 2px 10px;
}
.footer_link_box li a {
  color: #000;
}
.footer_link_box li a:hover, .footer_link_box li a:active {
  color: #000;
  opacity: 0.7;
}

@media print {
  .page_cont {
    display: none !important;
  }
}

#result_box #taiun {
  padding: 10px;
}
#result_box #nenun {
  padding: 10px;
}
#result_box #result {
  padding: 10px 2px;
}
#result_box h2 {
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#result_box .title {
  font-weight: bold;
  padding: 5px 0 5px 5px;
  border-bottom: solid 1px #000;
  margin: 15px 0 5px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
}
#result_box .title_img {
  background-image: url("../images/result_title.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 92%;
  margin: 10px auto -10px;
  padding-top: 12.1212121212%;
  position: relative;
}
@media (max-width: 767px) {
  #result_box .title_img {
    width: 98%;
  }
}
#result_box .title_img div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width: 767px) {
  #result_box .title_img div {
    font-size: 1.5rem;
  }
}
@media print {
  #result_box .title_img div {
    font-size: 2.3rem;
  }
}
#result_box .subtitle {
  padding: 8px 0 3px 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  border-bottom: solid 1px rgb(190, 163, 113);
}
#result_box .text {
  padding: 0 0 0 10px;
}

@media print {
  .taiun_nen,
  .nenun_nen,
  .r_cbox {
    page-break-inside: avoid;
  }
}

.r_box {
  background-image: url("../images/result_b_03.jpg"), url("../images/result_b_07.jpg"), url("../images/result_b_05.jpg");
  background-size: 100% auto, 100% auto, 100% auto;
  background-position: top center, bottom -1px center, top center;
  background-repeat: no-repeat, no-repeat, repeat;
  margin-bottom: 15px;
  padding: 28px 58px 58px 62px;
}
@media (max-width: 767px) {
  .r_box {
    padding: 11px 28px 35px 30px;
  }
}
@media print {
  .r_box {
    margin-bottom: 0px;
    padding: 28px 58px 58px 62px;
  }
}

#login_box,
#input_box {
  padding: 0px 10px 30px;
  max-width: 944px;
  margin: 0 auto;
}
#login_box .submit_btn_box,
#input_box .submit_btn_box {
  text-align: center;
  padding: 20px 0 5px;
}
#system_page #login_box,
#system_page #input_box {
  margin: 0;
  max-width: 100%;
}

#dvination_info {
  padding: 0px 10px 10px;
  max-width: 944px;
  margin: 0 auto;
}
@media print {
  #dvination_info {
    display: none;
  }
}

.submit_btn {
  display: inline-block;
  padding: 10px 20px;
  width: 220px;
  border-radius: 5px;
  border: none;
  background-color: rgb(25, 69, 150);
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.1s ease; /* ← アニメーション速度 */
}
.submit_btn.disabled {
  opacity: 0.6;
}
.submit_btn:hover {
  opacity: 0.8;
  color: #fff;
}
.submit_btn:active {
  transform: scale(0.95); /* ← 押したとき98%に縮小 */
  filter: brightness(0.9); /* 押した感を視覚的に補強 */
}

.error_box {
  margin: 15px 10px;
  text-align: center;
  color: #d20000;
}

.error_com {
  padding: 5px 0 0;
  color: #d20000;
}

.account {
  padding: 0px 10px 0px 5px;
}

form {
  padding: 0;
  margin: 0;
}
form fieldset {
  border-radius: 5px;
  border: #555 solid 1px;
  padding: 20px 5px;
}
@media (min-width: 768px) {
  form fieldset {
    padding: 20px 25px;
    max-width: 900px;
    margin: 0 auto 20px !important;
  }
}
form fieldset .login_form_title {
  padding: 0 5px;
}
form label.radio_box {
  font-size: 16px;
  padding: 4px;
}
form label.radio_box input[type=radio] {
  margin-right: 4px;
}
form label.radio_box + .radio_box {
  margin-left: 10px;
}
form input[type=text],
form input[type=date],
form input[type=time],
form input[type=password],
form textarea,
form select {
  width: 100%;
  border: #666 solid 1px;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #979797;
  padding: 7px 6px 6px;
  color: inherit;
  display: inline-block;
}
form input[type=text].ymd, form input[type=text].time, form input[type=text].birthday,
form input[type=date].ymd,
form input[type=date].time,
form input[type=date].birthday,
form input[type=time].ymd,
form input[type=time].time,
form input[type=time].birthday,
form input[type=password].ymd,
form input[type=password].time,
form input[type=password].birthday,
form textarea.ymd,
form textarea.time,
form textarea.birthday,
form select.ymd,
form select.time,
form select.birthday {
  max-width: 200px;
}
form input[type=text].time,
form input[type=date].time,
form input[type=time].time,
form input[type=password].time,
form textarea.time,
form select.time {
  display: inline-block;
}
@media (max-width: 430px) {
  form input[type=text].time,
  form input[type=date].time,
  form input[type=time].time,
  form input[type=password].time,
  form textarea.time,
  form select.time {
    display: block;
    margin-bottom: 4px;
  }
}
form input[type=text],
form input[type=password],
form select {
  max-width: 400px;
  background: #fff;
}
form input[type=text].y, form input[type=text].set_y,
form input[type=password].y,
form input[type=password].set_y,
form select.y,
form select.set_y {
  display: inline-block;
  max-width: 130px;
}
form input[type=text].m, form input[type=text].d, form input[type=text].set_m,
form input[type=password].m,
form input[type=password].d,
form input[type=password].set_m,
form select.m,
form select.d,
form select.set_m {
  display: inline-block;
  max-width: 58px;
}
form input[type=text].t, form input[type=text].mi,
form input[type=password].t,
form input[type=password].mi,
form select.t,
form select.mi {
  display: inline-block;
  max-width: 80px;
}
form input[type=text].sex,
form input[type=password].sex,
form select.sex {
  display: inline-block;
  max-width: 100px;
}
form input[type=text].h_name,
form input[type=password].h_name,
form select.h_name {
  width: 35%;
  display: inline-block;
}
form input[type=text].w150,
form input[type=password].w150,
form select.w150 {
  max-width: 150px;
}
form input[type=text].w250,
form input[type=password].w250,
form select.w250 {
  max-width: 250px;
}
form select.money {
  width: 120px;
}
form textarea.memo {
  height: 160px;
  max-width: 595px;
}
form dl {
  overflow: hidden;
  margin: 0px 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  form dl {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
form dl dt {
  width: 100%;
  margin: 0;
  padding: 8px 5px 2px;
  font-weight: bold;
}
form dl dt span.required {
  display: inline-block;
  padding: 3px 3px 2px;
  font-size: 1rem;
  background-color: #b81515;
  border-radius: 2px;
  line-height: 1;
  color: #ffffff;
  min-width: 26px;
  margin-left: 4px;
  text-align: center;
}
@media (min-width: 768px) {
  form dl dt {
    width: 30%;
    text-align: right;
    padding: 10px 15px 10px 0;
  }
}
form dl dd {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  form dl dd {
    width: 70%;
    padding: 10px 0 10px;
  }
}
form dt {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  form dt {
    justify-content: flex-end;
  }
}
form dt span {
  display: inline-block;
  font-size: 1.1rem;
  background-color: #b81515;
  padding: 3px 3px;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  margin-left: 3px;
}

.top_info {
  margin: 20px 10px;
}

#id_list {
  padding: 0px 0px 30px;
}
#id_list.idlist_box {
  margin-top: 30px;
}

.page_intitle {
  padding: 5px 0 5px 10px;
  border-left: solid 7px #112c85;
  border-bottom: solid 1px #112c85;
}
.page_intitle.main {
  border-left: solid 7px #364fbe;
  border-bottom: solid 1px #364fbe;
}
.page_intitle.sys {
  border-left: solid 7px #6c1c80;
  border-bottom: solid 1px #6c1c80;
}
.page_intitle.id {
  border-left: solid 7px #174e0b;
  border-bottom: solid 1px #174e0b;
}

.page_link,
.top_link {
  padding: 10px 0px;
  text-align: right;
  display: flex;
  justify-content: right;
}
@media (min-width: 768px) {
  .page_link,
  .top_link {
    justify-content: space-between;
  }
}
.page_link.padding0,
.top_link.padding0 {
  padding: 0;
}
.page_link a,
.page_link .print_bt,
.top_link a,
.top_link .print_bt {
  display: inline-block;
  margin: 0 5px;
  background-color: rgb(8, 47, 105);
  padding: 5px 5px;
  font-size: 1.4rem;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.page_link a:hover, .page_link a:active,
.page_link .print_bt:hover,
.page_link .print_bt:active,
.top_link a:hover,
.top_link a:active,
.top_link .print_bt:hover,
.top_link .print_bt:active {
  color: #ffffff;
}
.page_link .print_bt,
.top_link .print_bt {
  display: none;
}
@media (min-width: 768px) {
  .page_link .print_bt,
  .top_link .print_bt {
    display: inline-block;
  }
}
.page_link.page_foot,
.top_link.page_foot {
  padding: 40px 10px 10px;
}

.flex-sm {
  display: flex !important;
  min-height: calc(100% - 91px);
}
.flex-sm .saide_box {
  width: 140px;
  border-right: solid 1px #bbb;
  padding: 16px 8px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .flex-sm .saide_box {
    display: none;
  }
}
.flex-sm .saide_box .side_menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.flex-sm .saide_box .side_menu li a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
.flex-sm .main_box {
  width: calc(100% - 140px);
  padding: 16px;
}
@media (max-width: 480px) {
  .flex-sm .main_box {
    width: 100%;
    padding: 16px 0;
  }
}

.page_box {
  width: 100%;
  padding: 0 16px;
}

.top_link {
  justify-content: right;
}
@media (min-width: 768px) {
  .top_link {
    justify-content: right;
  }
}
@media print {
  .top_link {
    display: none;
  }
}

.list_box {
  width: 100%;
  height: auto;
  overflow-x: auto;
}

.id_list_tbl,
.user_list_tbl {
  border-top: rgb(185, 188, 201) solid 1px;
  border-left: rgb(185, 188, 201) solid 1px;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}
.id_list_tbl tr,
.user_list_tbl tr {
  margin: 0;
  padding: 0;
}
.id_list_tbl tr th,
.id_list_tbl tr td,
.user_list_tbl tr th,
.user_list_tbl tr td {
  font-size: 1.4rem;
  margin: 0;
  padding: 5px 5px;
  border-right: rgb(185, 188, 201) solid 1px;
  border-bottom: rgb(185, 188, 201) solid 1px;
  word-wrap: break-word;
  line-break: auto;
}
.id_list_tbl tr th:first-child,
.id_list_tbl tr td:first-child,
.user_list_tbl tr th:first-child,
.user_list_tbl tr td:first-child {
  width: 10%;
}
@media (min-width: 768px) {
  .id_list_tbl tr th:first-child,
  .id_list_tbl tr td:first-child,
  .user_list_tbl tr th:first-child,
  .user_list_tbl tr td:first-child {
    width: 20%;
  }
}
.id_list_tbl tr th input[type=text],
.id_list_tbl tr td input[type=text],
.user_list_tbl tr th input[type=text],
.user_list_tbl tr td input[type=text] {
  display: inline;
}
@media (min-width: 768px) {
  .id_list_tbl tr th input[type=text],
  .id_list_tbl tr td input[type=text],
  .user_list_tbl tr th input[type=text],
  .user_list_tbl tr td input[type=text] {
    width: 70%;
  }
}
.id_list_tbl tr th input[type=checkbox],
.id_list_tbl tr td input[type=checkbox],
.user_list_tbl tr th input[type=checkbox],
.user_list_tbl tr td input[type=checkbox] {
  margin: 0 0 15px;
}
.id_list_tbl tr th:before,
.id_list_tbl tr td:before,
.user_list_tbl tr th:before,
.user_list_tbl tr td:before {
  content: "";
  display: block;
  height: 21px;
  float: left;
}
.id_list_tbl tr th.memo:before,
.id_list_tbl tr td.memo:before,
.user_list_tbl tr th.memo:before,
.user_list_tbl tr td.memo:before {
  content: "";
  display: block;
  height: 84px;
  float: left;
}
.id_list_tbl tr th,
.user_list_tbl tr th {
  background-color: #364fbe;
  color: #ffffff;
}
.id_list_tbl tr th a,
.user_list_tbl tr th a {
  color: #ffffff;
}
.id_list_tbl.sys tr th,
.user_list_tbl.sys tr th {
  background-color: #6c1c80;
}

.id_list_tbl tr th {
  background-color: #174e0b;
}

.user_list_tbl tr th:first-child,
.user_list_tbl tr td:first-child {
  width: auto;
}
.user_list_tbl tr th span,
.user_list_tbl tr td span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.user_list_tbl tr th.name_td_bac a,
.user_list_tbl tr td.name_td_bac a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.user_list_tbl tr th.kana_td, .user_list_tbl tr th.tm_td, .user_list_tbl tr th.memo_td,
.user_list_tbl tr td.kana_td,
.user_list_tbl tr td.tm_td,
.user_list_tbl tr td.memo_td {
  display: table-cell;
}
.user_list_tbl tr th.memo_td,
.user_list_tbl tr td.memo_td {
  width: 25%;
}

.owner_list_tbl {
  border-top: rgb(185, 188, 201) solid 1px;
  border-left: rgb(185, 188, 201) solid 1px;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 1600px;
}
.owner_list_tbl tr {
  margin: 0;
  padding: 0;
}
.owner_list_tbl tr th,
.owner_list_tbl tr td {
  font-size: 1.4rem;
  margin: 0;
  padding: 5px 5px;
  border-right: rgb(185, 188, 201) solid 1px;
  border-bottom: rgb(185, 188, 201) solid 1px;
  word-wrap: break-word;
  line-break: auto;
}
.owner_list_tbl tr th input[type=text],
.owner_list_tbl tr td input[type=text] {
  display: inline;
}
@media (min-width: 768px) {
  .owner_list_tbl tr th input[type=text],
  .owner_list_tbl tr td input[type=text] {
    width: 70%;
  }
}
.owner_list_tbl tr th input[type=checkbox],
.owner_list_tbl tr td input[type=checkbox] {
  margin: 0 0 15px;
}
.owner_list_tbl tr th {
  background-color: #6c1c80;
  color: #ffffff;
}
.owner_list_tbl tr th a {
  color: #ffffff;
}

.menu {
  padding: 20px 10px;
}
@media (max-width: 480px) {
  .menu {
    padding: 20px 0px;
  }
}
.menu .main_menu {
  margin: 10px 0 50px;
}
.menu .main_menu li a {
  display: block;
  padding: 0px 0px 0px 10px;
  margin: 20px 10px 0;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0b0c0e;
  border-left: solid 1.8rem #364fbe;
}
.menu .main_menu li a:hover {
  color: #0b0c0e;
  opacity: 0.6;
}
.menu .main_menu li.caption {
  padding: 0 0 0 40px;
  margin: 10px 0px 0;
}
.menu .main_menu.sys li a {
  border-left: solid 1.8rem #6c1c80;
}
.menu .main_menu.sys li a.id {
  border-left: solid 1.8rem #174e0b;
}

.new_user_bt {
  padding: 2px 0px;
  text-align: right;
}

.new_user {
  display: inline-block;
  padding: 8px 20px;
  width: 220px;
  border-radius: 5px;
  border: none;
  background-color: rgb(25, 69, 150);
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.new_user:hover {
  color: #fff !important;
  opacity: 0.8;
}

.re_bt {
  display: inline-block;
  padding: 10px 20px;
  width: 200px;
  border-radius: 5px;
  border: none;
  background-color: rgb(78, 86, 102);
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.re_bt:hover, .re_bt:active {
  color: #ffffff;
}

.search_dd {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.search_dd label {
  padding: 4px;
}
.search_dd #text {
  width: 100%;
}
@media (min-width: 768px) {
  .search_dd #text {
    max-width: 300px;
  }
}

.serch_text {
  width: 100%;
}
@media (min-width: 430px) {
  .serch_text {
    max-width: 300px !important;
  }
}

.search_btn {
  display: inline-block;
  padding: 0px 10px;
  width: auto;
  border-radius: 5px;
  border: none;
  background-color: rgb(25, 69, 150);
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-left: 8px;
}

.reset_bt {
  display: inline-flex;
  align-items: center;
  padding: 0px 10px;
  width: auto;
  border-radius: 5px;
  border: none;
  background-color: rgb(92, 109, 141);
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-left: 8px;
}
.reset_bt:hover {
  color: #fff;
}

.peger {
  width: 100%;
  padding: 15px 10px 5px;
  display: flex;
  justify-content: center;
}
.peger a,
.peger span {
  line-height: 1;
  padding: 4px 0px;
  border: solid 1px #686868;
  border-radius: 4px;
  margin: 0 2px;
  background-color: #112c85;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  min-width: 33px;
  text-align: center;
}
.peger span {
  cursor: auto;
  background-color: #fff;
  color: #000;
}
.peger span.n {
  color: #888;
}

li {
  list-style-type: none;
}

.taiun {
  padding: 8px 10px;
}
.taiun .taiun_text span.title {
  font-weight: bold;
}
.taiun .taiun_text span.age {
  margin-left: 16px;
}
.taiun ul {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 1.4rem;
}
.taiun ul li {
  width: 10%;
  position: relative;
}
.taiun ul li:last-child {
  border-right: solid 1px #000000;
}
@media screen and (max-width: 767px) {
  .taiun ul li {
    width: 20%;
  }
  .taiun ul li:nth-child(n+6) {
    margin-top: 20px;
  }
  .taiun ul li:nth-child(5) {
    border-right: solid 1px #000000;
  }
}
.taiun ul li.mark::before {
  content: "▼";
  color: #d20000;
  font-size: 1.8rem;
  position: absolute;
  top: -20px;
  right: -9px;
}
.taiun ul li dl {
  text-align: center;
  border-top: solid 1px #000000;
  border-left: solid 1px #000000;
}
.taiun ul li dl dt {
  background: #ecffd9;
  font-weight: bold;
  border-bottom: solid 1px #000000;
}
.taiun ul li dl dd {
  padding: 2px 0;
  border-bottom: solid 1px #000000;
}
.taiun ul li dl dd span {
  display: inline-block;
  width: 50%;
  text-align: center;
}
.taiun ul li dl dd span.knr {
  color: #0033cc;
  font-weight: bold;
}
.taiun ul li dl dd span.tnr {
  color: #000000;
  font-weight: bold;
  font-size: 120%;
}

.nenun_karte,
.getuun_karte {
  padding: 8px 10px;
}
.nenun_karte .title span,
.getuun_karte .title span {
  font-weight: bold;
}
.nenun_karte ul,
.getuun_karte ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  border-top: solid 1px #000000;
  border-left: solid 1px #000000;
  line-height: 1.3;
}
.nenun_karte ul li,
.getuun_karte ul li {
  width: 10%;
  border-right: solid 1px #000000;
  position: relative;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .nenun_karte ul li,
  .getuun_karte ul li {
    width: 20%;
  }
}
.nenun_karte ul li.now_y,
.getuun_karte ul li.now_y {
  position: relative;
}
.nenun_karte ul li.now_y::before,
.getuun_karte ul li.now_y::before {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border: solid 2px #ff7c80;
  z-index: 10;
}
.nenun_karte ul li.now_y dl dt,
.getuun_karte ul li.now_y dl dt {
  background: #ffcccc;
}
.nenun_karte ul li dl,
.getuun_karte ul li dl {
  text-align: center;
}
.nenun_karte ul li dl dt,
.getuun_karte ul li dl dt {
  background: #ecffd9;
  border-bottom: solid 1px #000000;
}
.nenun_karte ul li dl dt span,
.getuun_karte ul li dl dt span {
  padding: 2px 0;
}
.nenun_karte ul li dl dt span.year,
.getuun_karte ul li dl dt span.year {
  display: block;
  font-weight: bold;
}
.nenun_karte ul li dl dt span.year_w,
.getuun_karte ul li dl dt span.year_w {
  display: block;
}
.nenun_karte ul li dl dd,
.getuun_karte ul li dl dd {
  border-bottom: solid 1px #000000;
}
.nenun_karte ul li dl dd span,
.getuun_karte ul li dl dd span {
  display: inline-block;
  padding: 2px 0;
  width: 50%;
  text-align: center;
}
.nenun_karte ul li dl dd span.eto,
.getuun_karte ul li dl dd span.eto {
  color: #0033cc;
}
.nenun_karte ul li dl dd span.eto.kubo,
.getuun_karte ul li dl dd span.eto.kubo {
  font-weight: bold;
  background-color: #ccecff;
}
.nenun_karte ul li dl dd span.eto.p1,
.getuun_karte ul li dl dd span.eto.p1 {
  color: #ff0000;
  font-weight: bold;
}
.nenun_karte ul li dl dd span.eto.p2,
.getuun_karte ul li dl dd span.eto.p2 {
  color: #ff7c80;
  font-weight: bold;
}
.nenun_karte ul li dl dd span.tnr,
.getuun_karte ul li dl dd span.tnr {
  color: #000000;
  font-weight: bold;
  font-size: 120%;
}
.nenun_karte ul li dl dd span.w100,
.getuun_karte ul li dl dd span.w100 {
  width: 100% !important;
}
.nenun_karte ul li dl dd span.f11,
.getuun_karte ul li dl dd span.f11 {
  font-size: 1.1rem;
}
.nenun_karte ul li dl dd span.f12,
.getuun_karte ul li dl dd span.f12 {
  font-size: 1.2rem;
}
.nenun_karte ul li dl dd span.jng,
.getuun_karte ul li dl dd span.jng {
  padding: 0;
}
.nenun_karte ul li dl dd span.age,
.getuun_karte ul li dl dd span.age {
  width: 100%;
  font-weight: bold;
}
.nenun_karte ul li dl dd span.yakudoshi,
.getuun_karte ul li dl dd span.yakudoshi {
  width: 100%;
  color: #ff0000;
  font-weight: bold;
}
.nenun_karte ul li dl dd span.yakudoshi2,
.getuun_karte ul li dl dd span.yakudoshi2 {
  width: 100%;
  color: #ff7c80;
  font-weight: bold;
}

.getuun_karte ul li {
  width: 8.3333333333% !important;
}
@media screen and (max-width: 767px) {
  .getuun_karte ul li {
    width: 16.6666666667% !important;
  }
}
.getuun_karte ul li dl dt {
  background: #ffffcc;
}

.unsei_karte {
  padding: 8px 10px;
}
.unsei_karte .title span {
  font-weight: bold;
}

.next_header {
  display: none;
  justify-content: space-between;
  margin: 0 10px 10px;
}
.next_header .hed_title {
  font-size: 1.4rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.next_header .hed_name {
  font-size: 1.3rem;
}
@media print {
  .next_header {
    display: flex;
  }
}

.honshitu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
}
.honshitu .symbol {
  display: flex;
  border: solid 1px #e47930;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
}
.honshitu .text {
  width: calc(100% - 60px);
  padding: 0 0 0 12px;
  font-size: 1.5rem;
}
.honshitu .text .chach {
  color: #ff7c80;
  font-weight: bold;
}

.nenundata_karte {
  display: block;
  padding: 8px 10px;
}
.nenundata_karte .title {
  display: block;
}
.nenundata_karte .title span {
  font-weight: bold;
}
.nenundata_karte .year_title {
  display: block;
  margin-top: 8px;
  font-weight: bold;
}
.nenundata_karte .year_title .y {
  font-size: 1.8rem;
}

.nenun_box {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #000000;
}
.nenun_box.bottom_none {
  border-bottom: transparent;
}
.nenun_box .symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
  width: 75px;
  border-right: solid 1px #000000;
  background-color: #ffffe1;
}
.nenun_box .title {
  width: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #000000;
  font-size: 1.3rem;
  background-color: #ffffe1;
  font-weight: bold;
}
.nenun_box .text {
  width: calc(100% - 75px);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
.nenun_box .text span {
  display: block;
  width: 100%;
  padding: 2px 6px;
}
.nenun_box .text .name {
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #000000;
  font-size: 1.2rem;
  background-color: #ffffe1;
}
.nenun_box .text .name span {
  display: block;
  text-align: center;
  width: 100%;
  padding: 2px 0;
}
.nenun_box .text .name span:first-child {
  border-bottom: solid 1px #000000;
}
.nenun_box .text .data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 70px);
  color: #ff7c80;
  font-weight: bold;
  background-color: #ffffe1;
}
.nenun_box .text .data span {
  display: block;
  width: 100%;
  padding: 2px 8px;
}
.nenun_box .text .data span.bottom_line {
  border-bottom: solid 1px #000000;
}
.nenun_box .text .data span.cb {
  color: #000000;
  font-weight: normal;
}

.year_data {
  display: inline-block;
  padding: 0 4px 1px 4px;
  border-bottom: solid 1px #000000;
  margin: 4px 0 4px;
}
.year_data span {
  display: inline-block;
  width: 40px;
  padding: 1px 0;
  text-align: center;
}
.year_data span.y {
  width: 60px;
  text-align: left;
  font-weight: bold;
}
.year_data span.kubo {
  color: #0033cc;
  font-weight: bold;
  background-color: #ccecff;
}
.year_data span.r {
  box-sizing: border-box;
  font-weight: bold;
  padding: 0;
  background: #fff7f7;
  margin: 0 8px;
  position: relative;
}
.year_data span.r::before {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border: solid 2px #ff7c80;
  z-index: 10;
}

.tokusei_karte .title {
  margin: 16px 10px 16px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: solid 1px #000000;
  padding: 0 0 6px;
}
.tokusei_karte .tokusei_on {
  color: #ff0000;
  font-weight: bold;
}
.tokusei_karte dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 10px;
  font-size: 1.8rem;
}
.tokusei_karte dl dt {
  width: 100%;
  padding: 2px 0;
  display: flex;
  align-items: center;
}
@media (min-width: 480px) {
  .tokusei_karte dl dt {
    width: 170px;
  }
}
.tokusei_karte dl dt span {
  display: block;
}
.tokusei_karte dl dt span.dot {
  height: 2px;
  margin: 0 8px;
  flex-grow: 2;
  background: repeating-linear-gradient(90deg, #8b8b8b 0, #8b8b8b 2px, transparent 2px, transparent 8px);
}
.tokusei_karte dl dd {
  width: 100%;
  margin-bottom: 14px;
  padding: 2px 0;
}
@media (min-width: 480px) {
  .tokusei_karte dl dd {
    width: calc(100% - 170px);
    margin-bottom: 0px;
  }
}

.menu_result {
  margin: 32px 10px 32px;
}
@media (min-width: 480px) {
  .menu_result {
    margin: 32px 24px 32px;
  }
}
.menu_result .title {
  margin: 0px auto 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 0 6px;
  color: #784c01;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  width: 80%;
  padding-bottom: 25px;
  text-align: center;
  background: url("../images/line3.png") bottom center/100% auto no-repeat;
}
@media print {
  .menu_result .title {
    font-size: 3rem;
    margin: 60px auto -30px;
  }
}
.menu_result .menu_box {
  padding: 25px 0 20px;
}
@media print {
  .menu_result .menu_box {
    break-inside: avoid;
    padding: 60px 0 20px;
    margin-bottom: -20px;
  }
}
.menu_result .menu_title {
  margin: 8px auto 16px;
  padding: 6px 8px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 2px #784c01;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  padding: 8px 10px 4px 10px;
  text-align: center;
  color: #784c01;
  text-align: left;
}
@media print {
  .menu_result .menu_title {
    font-size: 2.8rem;
  }
}
.menu_result .menu_text {
  margin: 0;
  padding: 4px 8px;
  background: hsla(0, 0%, 100%, 0.7);
  border-radius: 4px;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.05;
}
@media print {
  .menu_result .menu_text {
    margin: 0;
    font-size: 2.4rem;
  }
}
.menu_result .menu_test {
  margin: 0px 0px 15px;
  padding: 0px 8px;
}

.kanteisyo_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 20px);
  margin: 10px;
  height: 900px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #784c01;
  background-image: url("../images/page_corner1.png"), url("../images/page_corner2.png"), url("../images/page_corner3.png"), url("../images/page_corner4.png");
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: top left, top right, bottom right, bottom left;
}
@media print {
  .kanteisyo_top {
    height: 100%;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .kanteisyo_top {
    height: 600px;
    background-size: 50px 50px;
  }
}
.kanteisyo_top .b1,
.kanteisyo_top .b2,
.kanteisyo_top .b3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kanteisyo_top .b1 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .kanteisyo_top .b1 {
    margin-top: 20px;
  }
}
.kanteisyo_top .b2 {
  margin-bottom: 0px;
}
.kanteisyo_top .b2a {
  width: 100%;
  height: 120px;
}
@media print {
  .kanteisyo_top .b2a {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .kanteisyo_top .b2a {
    margin-bottom: 40px;
  }
}
.kanteisyo_top .b3 {
  margin-bottom: 30px;
}
.kanteisyo_top .top_img {
  text-align: center;
  margin-bottom: 10px;
}
.kanteisyo_top .top_img img {
  width: 90px;
  height: auto;
}
@media print {
  .kanteisyo_top .top_img img {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .kanteisyo_top .top_img img {
    width: 70px;
  }
}
.kanteisyo_top .top_com {
  font-size: 2.4rem;
}
@media print {
  .kanteisyo_top .top_com {
    font-size: 3.4rem;
  }
}
.kanteisyo_top .top_title,
.kanteisyo_top .top_user {
  width: 70%;
  padding-bottom: 35px;
  text-align: center;
  font-size: 4.5rem;
  background: url("../images/line1.png") bottom center/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  .kanteisyo_top .top_title,
  .kanteisyo_top .top_user {
    width: 85%;
    padding-bottom: 4.3vw;
    font-size: 8vw;
  }
}
@media print {
  .kanteisyo_top .top_title,
  .kanteisyo_top .top_user {
    width: 80%;
    font-size: 6.5rem;
  }
}
.kanteisyo_top .top_sub_title {
  width: 100%;
  text-align: center;
  font-size: 3rem;
}
@media print {
  .kanteisyo_top .top_sub_title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .kanteisyo_top .top_sub_title {
    width: 85%;
    margin: 0 auto;
    font-size: 4.2vw;
  }
}
.kanteisyo_top .top_date {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}
@media print {
  .kanteisyo_top .top_date {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .kanteisyo_top .top_date {
    width: 85%;
    margin: 30px auto 0;
    font-size: 3.8vw;
  }
}
.kanteisyo_top .top_user {
  margin-top: 40px;
  padding-bottom: 35px;
  font-size: 3.4rem;
  background: url("../images/line2.png") bottom center/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  .kanteisyo_top .top_user {
    font-size: 5vw;
  }
}
@media print {
  .kanteisyo_top .top_user {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .kanteisyo_top .top_user {
    margin-top: 20px;
  }
}
.kanteisyo_top .top_kanteishi {
  font-size: 2.5rem;
  padding: 0 15px;
  border-bottom: solid 1px #784c01;
  margin-bottom: 15px;
}
.kanteisyo_top .top_kanteishi span.text {
  padding-left: 20px;
}
@media print {
  .kanteisyo_top .top_kanteishi {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .kanteisyo_top .top_kanteishi {
    font-size: 1.8rem;
  }
}
.kanteisyo_top .top_no {
  font-size: 1.6rem;
  padding-bottom: 6px;
}
@media print {
  .kanteisyo_top .top_no {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .kanteisyo_top .top_no {
    font-size: 1.3rem;
  }
}
.kanteisyo_top .top_company {
  font-size: 1.8rem;
}
@media print {
  .kanteisyo_top .top_company {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .kanteisyo_top .top_company {
    font-size: 1.4rem;
  }
}

.user_info {
  margin: 0 auto 50px;
}
@media print {
  .user_info {
    padding-top: 30px;
  }
}
.user_info .name_info_box {
  font-size: 1.8rem;
  width: 80%;
  border-bottom: solid 1px #784c01;
  color: #784c01;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin: 40px auto 15px;
}
@media print {
  .user_info .name_info_box {
    font-size: 2.6rem;
  }
}
.user_info .name_info_box .name_in_box {
  text-align: center;
}
.user_info .name_info_box .birthday {
  text-align: center;
}
.user_info .name_info_box .karte_symbol {
  font-size: 2rem;
  padding-top: 4px;
  text-align: center;
}
.user_info .name_info_box .karte_symbol .symbol {
  display: inline-block;
  padding-left: 16px;
  font-size: 3rem;
}
@media print {
  .user_info .name_info_box .karte_symbol .symbol {
    font-size: 3.8rem;
  }
}
@media print {
  .user_info .name_info_box .karte_symbol {
    font-size: 3rem;
  }
}
.user_info .name_info_box .karte_name {
  font-size: 2rem;
  padding-top: 4px;
  text-align: center;
}
@media print {
  .user_info .name_info_box .karte_name {
    font-size: 3rem;
  }
}
.user_info .meishikihyo_karte {
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 50%;
  margin: 0 auto 0;
}
@media print {
  .user_info .meishikihyo_karte {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .user_info .meishikihyo_karte {
    font-size: 1.4rem;
    width: 85%;
    margin-top: 15px;
  }
}
.user_info .meishikihyo_karte table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
}
@media print {
  .user_info .meishikihyo_karte table {
    font-size: 2.1rem;
  }
}
.user_info .meishikihyo_karte table caption {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Yu Gothic", "BIZ UDPGothic", "Helvetica Neue", Arial, sans-serif;
  text-align: left;
}
.user_info .meishikihyo_karte table tr.jn {
  font-size: 20px;
}
.user_info .meishikihyo_karte table tr td {
  padding: 8px 0;
  text-align: center;
}
@media print {
  .user_info .meishikihyo_karte table tr td {
    font-size: 2.4rem;
  }
}
.user_info .meishikihyo_karte table tr td.main {
  font-weight: bold;
  background: #ffffe1;
}
.user_info .meishikihyo_karte table tr td.sub {
  font-weight: bold;
  background: #ffffe1;
}
.user_info .meishikihyo_karte table tr td.kubo {
  color: #0000ff;
  font-weight: bold;
  background: #ccecff;
}
.user_info .meishikihyo_karte table tr td.symbol {
  font-size: 3.5rem;
}
@media print {
  .user_info .meishikihyo_karte table tr td.symbol {
    font-size: 4.5rem;
  }
}

#seimei_result {
  width: 710px;
  margin: 0 auto;
  min-height: 600px;
  padding: 40px 0px 30px;
  position: relative;
  line-height: 1.4;
}
@media print {
  #seimei_result {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 710px) {
  #seimei_result {
    width: 100%;
    padding: 20px 10px;
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
}
#seimei_result .appraisal_box {
  width: 100%;
}
@media screen and (max-width: 710px) {
  #seimei_result .appraisal_box {
    order: 1;
  }
}
#seimei_result .appraisal_box .ap_title {
  text-align: right;
}
@media screen and (max-width: 710px) {
  #seimei_result .appraisal_box .ap_title {
    text-align: center;
  }
}
#seimei_result .appraisal_box .ap_title .ap {
  display: inline-block;
  font-size: 3.8rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 710px) {
  #seimei_result .appraisal_box .ap_title .ap {
    font-size: 2.6rem;
  }
}
#seimei_result .appraisal_box .ap_title .ap .company {
  font-size: 2.2rem;
  color: #2e2e2e;
  display: none;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
}
@media screen and (max-width: 710px) {
  #seimei_result .appraisal_box .ap_title .ap .company {
    font-size: 1.6rem;
  }
}
@media print {
  #seimei_result .appraisal_box .ap_title .ap .company {
    display: block;
  }
}
#seimei_result .appraisal_box .ap_title .sub {
  font-size: 1.4rem;
  color: #979797;
  text-align: right;
}
@media screen and (max-width: 710px) {
  #seimei_result .appraisal_box .ap_title .sub {
    font-size: 1.3rem;
  }
}
#seimei_result .sx_box {
  text-align: right;
  padding: 83px 36px 65px 0;
}
@media print {
  #seimei_result .sx_box {
    padding: 75px 36px 45px 0;
  }
}
@media screen and (max-width: 710px) {
  #seimei_result .sx_box {
    text-align: left;
    padding: 4px 0 0 3vw;
    margin-bottom: -12px;
    order: 2;
  }
}
#seimei_result .sx_box .sx_in {
  display: inline-block;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  width: 10rem;
  border-bottom: solid 1px #425069;
  font-weight: bold;
}
@media screen and (max-width: 710px) {
  #seimei_result .sx_box .sx_in {
    font-size: 5vw;
    width: 15vw;
  }
}
#seimei_result .suui_box {
  width: 100%;
}
@media screen and (max-width: 710px) {
  #seimei_result .suui_box {
    padding: 18px;
    order: 4;
  }
}
#seimei_result .kantei {
  width: 30%;
  margin: 20px 0 20px 70%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  border: solid 1px #000;
}
@media screen and (max-width: 710px) {
  #seimei_result .kantei {
    width: 60%;
    margin: 20px auto 10px;
  }
}
#seimei_result .kantei .kantei_title {
  font-size: 2.4rem;
  padding: 0px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 710px) {
  #seimei_result .kantei .kantei_title {
    font-size: 1.6rem;
  }
}
#seimei_result .kantei .suui {
  font-size: 4rem;
}
@media screen and (max-width: 710px) {
  #seimei_result .kantei .suui {
    font-size: 2.8rem;
  }
}
#seimei_result .imi {
  width: 30%;
  margin: 35px 0 30px 70%;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 710px) {
  #seimei_result .imi {
    width: 100%;
    margin: 0px;
    font-size: 1.4rem;
    text-align: center;
  }
}
#seimei_result .imi span {
  display: inline-block;
  color: #ff7c80;
  font-weight: bold;
  padding-right: 8px;
}
#seimei_result .houizu {
  width: 370px;
  padding: 0px 0px;
  top: 40px;
  left: 20px;
  z-index: 1;
  position: absolute;
}
@media print {
  #seimei_result .houizu {
    top: 35px;
  }
}
@media screen and (max-width: 710px) {
  #seimei_result .houizu {
    width: 88%;
    margin: 10px auto;
    position: relative;
    top: 0;
    left: 0;
    order: 5;
  }
}
#seimei_result .houizu img {
  width: 100%;
}
#seimei_result .houizu div {
  position: absolute;
  font-size: 80px;
  display: flex;
  width: 80px;
  height: 80px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  color: #f00d15;
  line-height: 1;
  opacity: 0.6;
  text-align: center;
}
@media screen and (max-width: 710px) {
  #seimei_result .houizu div {
    font-size: 18vw;
    width: 18vw;
    height: 18vw;
  }
}
#seimei_result .houizu div.h1 {
  top: -1%;
  left: 50%;
  transform: translateX(-50%);
}
#seimei_result .houizu div.h2 {
  top: 11%;
  right: 8%;
}
#seimei_result .houizu div.h3 {
  top: 51%;
  right: -4%;
  transform: translateY(-50%);
}
#seimei_result .houizu div.h4 {
  top: 71%;
  right: 8%;
}
#seimei_result .houizu div.h5 {
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
}
#seimei_result .houizu div.h6 {
  top: 72%;
  left: 10%;
}
#seimei_result .houizu div.h7 {
  top: 51%;
  left: -3%;
  transform: translateY(-50%);
}
#seimei_result .houizu div.h8 {
  top: 10%;
  left: 9%;
}
#seimei_result .seimei_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto 0;
  position: relative;
  padding: 0 0 20px 0;
}
@media print {
  #seimei_result .seimei_box {
    padding: 0;
  }
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box {
    margin: 20px auto 0;
    order: 3;
  }
}
#seimei_result .seimei_box .name_in_box {
  padding: 0 15px 0 10px;
  font-size: 7rem;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .name_in_box {
    font-size: 9vw;
    padding: 0 3vw 0 2vw;
  }
}
#seimei_result .seimei_box .name_in_box.w4 {
  font-size: 6.5rem;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .name_in_box.w4 {
    font-size: 8.5vw;
  }
}
#seimei_result .seimei_box .name_in_box.w4 .name_inner div span {
  left: 82%;
}
#seimei_result .seimei_box .name_in_box.w5 {
  font-size: 6rem;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .name_in_box.w5 {
    font-size: 8vw;
  }
}
#seimei_result .seimei_box .name_in_box.w5 .name_inner div span {
  left: 80%;
}
#seimei_result .seimei_box .name_in_box .name_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  min-height: 300px;
  height: 50%;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .name_in_box .name_inner {
    min-height: 43vw;
    height: 50%;
  }
}
#seimei_result .seimei_box .name_in_box .name_inner div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .name_in_box .name_inner div {
    width: 11vw;
    height: 11vw;
  }
}
#seimei_result .seimei_box .name_in_box .name_inner div span.ks {
  display: inline-block;
  position: absolute;
  bottom: 10%;
  width: 38px;
  bottom: 5%;
  left: 90%;
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .name_in_box .name_inner div span.ks {
    width: 5vw;
    font-size: 14px;
    text-align: left;
  }
}
#seimei_result .seimei_box .name_in_box .name_inner.m4 div {
  height: 65px;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .name_in_box .name_inner.m4 div {
    height: 9.5vw;
  }
}
#seimei_result .seimei_box .name_in_box .name_inner.m5 div {
  height: 60px;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .name_in_box .name_inner.m5 div {
    height: 9vw;
  }
}
#seimei_result .seimei_box .name_in_box .name_inner .name_vertical {
  writing-mode: vertical-rl;
}
#seimei_result .seimei_box .kaku_box {
  position: relative;
}
#seimei_result .seimei_box .kaku_box .kaku_title {
  position: absolute;
  top: -60%;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150%;
  left: 50%;
  transform: translateX(-50%);
}
#seimei_result .seimei_box .kaku_box .kaku_title span {
  font-size: 10px;
  font-weight: normal;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .kaku_box .kaku_title span {
    font-size: 1.6vw;
    display: none;
  }
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .kaku_box .kaku_title {
    font-size: 2.2vw;
    width: 200%;
    top: -45%;
  }
}
#seimei_result .seimei_box .kaku_box .kaku_count {
  border: solid 2px #757171;
  min-width: 66px;
  height: 53px;
  font-size: 3.6rem;
  padding: 5px 0px 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: #ffffe1;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .kaku_box .kaku_count {
    height: 8vw;
    font-size: 5vw;
    min-width: 9.1vw;
    padding: 0px 0px 0px;
  }
}
#seimei_result .seimei_box .kaku_box .kaku_un {
  position: absolute;
  top: 110%;
  font-size: 16px;
  font-weight: bold;
  color: #0066ff;
  text-align: left;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .kaku_box .kaku_un {
    top: 98%;
  }
}
#seimei_result .seimei_box .kaku_box .kaku_un span {
  font-size: 10px;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .kaku_box .kaku_un {
    font-size: 2.6vw;
    padding: 4px;
    width: 200%;
  }
  #seimei_result .seimei_box .kaku_box .kaku_un span {
    font-size: 1.6vw;
    display: block;
  }
}
#seimei_result .seimei_box .kaku_box .kaku_kikyou {
  width: 50px;
  position: absolute;
  top: -80%;
  right: 105%;
  font-size: 4.8rem;
  color: #ff664c;
  text-align: center;
  line-height: 1;
}
#seimei_result .seimei_box .kaku_box .kaku_kikyou span {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .kaku_box .kaku_kikyou {
    width: 100%;
    font-size: 7vw;
    right: 90%;
  }
  #seimei_result .seimei_box .kaku_box .kaku_kikyou span {
    padding-top: 2px;
    font-size: 2.2vw;
  }
}
#seimei_result .seimei_box .left_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 10%;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .left_box {
    margin-left: 5%;
  }
}
#seimei_result .seimei_box .left_box .katei {
  position: absolute;
  bottom: 8%;
}
#seimei_result .seimei_box .left_box .katei .kaku_kikyou {
  right: 110%;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .left_box .katei .kaku_kikyou {
    right: 115%;
  }
}
#seimei_result .seimei_box .right_box,
#seimei_result .seimei_box .right_box2 {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#seimei_result .seimei_box .right_box .kaku_box .kaku_kikyou,
#seimei_result .seimei_box .right_box2 .kaku_box .kaku_kikyou {
  top: -90%;
  left: 95%;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .right_box .kaku_box .kaku_kikyou,
  #seimei_result .seimei_box .right_box2 .kaku_box .kaku_kikyou {
    top: -85%;
    left: 88%;
  }
}
#seimei_result .seimei_box .right_box .kaku_box .kaku_kikyou span,
#seimei_result .seimei_box .right_box2 .kaku_box .kaku_kikyou span {
  width: 100%;
}
#seimei_result .seimei_box .right_box .kaku_box.syakai,
#seimei_result .seimei_box .right_box2 .kaku_box.syakai {
  position: absolute;
  top: 5%;
}
#seimei_result .seimei_box .right_box .kaku_box.syakai .kaku_kikyou,
#seimei_result .seimei_box .right_box2 .kaku_box.syakai .kaku_kikyou {
  left: 105%;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .right_box .kaku_box.syakai .kaku_kikyou,
  #seimei_result .seimei_box .right_box2 .kaku_box.syakai .kaku_kikyou {
    left: 115%;
  }
}
#seimei_result .seimei_box .right_box .kaku_title,
#seimei_result .seimei_box .right_box2 .kaku_title {
  text-align: center;
}
#seimei_result .seimei_box .right_box2 {
  margin-right: 2%;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .right_box2 {
    margin-right: 3%;
  }
}
#seimei_result .seimei_box .left_line {
  display: flex;
  width: 8%;
}
#seimei_result .seimei_box .left_line .cline {
  width: 50%;
  height: 50%;
  border-bottom: solid 2px #757171;
}
#seimei_result .seimei_box .left_line .uline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
}
#seimei_result .seimei_box .left_line .uline .up_line {
  height: 50%;
  display: flex;
  align-items: flex-end;
}
#seimei_result .seimei_box .left_line .uline .dp_line {
  height: 50%;
  display: flex;
  width: 100%;
  align-items: flex-start;
}
#seimei_result .seimei_box .left_line .uline .u_inline {
  width: 100%;
  height: 75%;
  border-top: solid 2px #757171;
  border-left: solid 2px #757171;
}
#seimei_result .seimei_box .left_line .uline .u_inline .u_inline2 {
  display: none;
  height: 90px;
  border-bottom: solid 2px #757171;
}
#seimei_result .seimei_box .left_line .uline .u_inline.m2 {
  height: 75%;
}
#seimei_result .seimei_box .left_line .uline .u_inline.m3 {
  height: 81%;
}
#seimei_result .seimei_box .left_line .uline .u_inline.m3 .u_inline2 {
  display: block;
}
#seimei_result .seimei_box .left_line .uline .u_inline.m4 {
  height: 86%;
}
#seimei_result .seimei_box .left_line .uline .u_inline.m4 .u_inline2 {
  display: block;
  height: 75px;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .left_line .uline .u_inline.m4 .u_inline2 {
    height: 9.5vw;
  }
}
#seimei_result .seimei_box .left_line .uline .u_inline.m5 {
  height: 90%;
}
#seimei_result .seimei_box .left_line .uline .u_inline.m5 .u_inline2 {
  display: block;
  height: 60px;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .left_line .uline .u_inline.m5 .u_inline2 {
    height: 9vw;
  }
}
#seimei_result .seimei_box .left_line .uline .d_inline {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 75%;
  border-bottom: solid 2px #757171;
  border-left: solid 2px #757171;
}
#seimei_result .seimei_box .left_line .uline .d_inline .d_inline2 {
  display: none;
  height: 90px;
  width: 100%;
  border-top: solid 2px #757171;
}
#seimei_result .seimei_box .left_line .uline .d_inline.m2 {
  height: 75%;
}
#seimei_result .seimei_box .left_line .uline .d_inline.m3 {
  height: 81%;
}
#seimei_result .seimei_box .left_line .uline .d_inline.m3 .d_inline2 {
  display: block;
}
#seimei_result .seimei_box .left_line .uline .d_inline.m4 {
  height: 86%;
}
#seimei_result .seimei_box .left_line .uline .d_inline.m4 .d_inline2 {
  display: block;
  height: 75px;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .left_line .uline .d_inline.m4 .d_inline2 {
    height: 9.5vw;
  }
}
#seimei_result .seimei_box .left_line .uline .d_inline.m5 {
  height: 90%;
}
#seimei_result .seimei_box .left_line .uline .d_inline.m5 .d_inline2 {
  display: block;
  height: 60px;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .left_line .uline .d_inline.m5 .d_inline2 {
    height: 9vw;
  }
}
#seimei_result .seimei_box .right_line {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  width: 8%;
}
#seimei_result .seimei_box .right_line .l_line {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#seimei_result .seimei_box .right_line .l_line .u_line_box {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#seimei_result .seimei_box .right_line .l_line .u_line_box .u_line {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 48%;
  border-top: solid 2px #757171;
  border-right: solid 2px #757171;
}
#seimei_result .seimei_box .right_line .l_line .u_line_box .u_line .u_inline {
  height: 90px;
  border-bottom: solid 2px #757171;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .right_line .l_line .u_line_box .u_line .u_inline {
    height: 10vw;
  }
}
#seimei_result .seimei_box .right_line .l_line .u_line_box .c_line_u {
  height: 24%;
  margin-top: 30%;
  border-top: solid 2px #757171;
  border-right: solid 2px #757171;
}
#seimei_result .seimei_box .right_line .l_line .u_line_box.m1 .u_line {
  border-right: none;
  height: 6.1%;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .right_line .l_line .u_line_box.m1 .u_line {
    height: 6.3%;
  }
}
#seimei_result .seimei_box .right_line .l_line .u_line_box.m1 .c_line_u {
  height: 46%;
}
#seimei_result .seimei_box .right_line .l_line .u_line_box.m3 .u_line {
  height: 65%;
}
#seimei_result .seimei_box .right_line .l_line .u_line_box.m3 .u_line .u_inline {
  height: 50%;
}
#seimei_result .seimei_box .right_line .l_line .u_line_box.m3 .c_line_u {
  height: 14%;
}
#seimei_result .seimei_box .right_line .l_line .u_line_box.m4 .u_line {
  height: 72%;
}
#seimei_result .seimei_box .right_line .l_line .u_line_box.m4 .u_line .u_inline {
  height: 33.3333333333%;
}
#seimei_result .seimei_box .right_line .l_line .u_line_box.m4 .c_line_u {
  height: 11%;
}
#seimei_result .seimei_box .right_line .l_line .u_line_box.m5 .u_line {
  height: 79%;
}
#seimei_result .seimei_box .right_line .l_line .u_line_box.m5 .u_line .u_inline {
  height: 25%;
}
#seimei_result .seimei_box .right_line .l_line .u_line_box.m5 .c_line_u {
  height: 8%;
}
#seimei_result .seimei_box .right_line .l_line .d_line_box {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#seimei_result .seimei_box .right_line .l_line .d_line_box .c_line_d {
  height: 22%;
  margin-bottom: 30%;
  border-bottom: solid 2px #757171;
  border-right: solid 2px #757171;
}
#seimei_result .seimei_box .right_line .l_line .d_line_box .d_line {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 48%;
  border-bottom: solid 2px #757171;
  border-right: solid 2px #757171;
}
#seimei_result .seimei_box .right_line .l_line .d_line_box .d_line .d_inline {
  height: 90px;
  border-top: solid 2px #757171;
}
#seimei_result .seimei_box .right_line .l_line .d_line_box.m1 .d_line {
  border-right: none;
  height: 6.3%;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .right_line .l_line .d_line_box.m1 .d_line {
    height: 6.3%;
  }
}
#seimei_result .seimei_box .right_line .l_line .d_line_box.m1 .c_line_d {
  height: 46%;
}
#seimei_result .seimei_box .right_line .l_line .d_line_box.m3 .d_line {
  height: 65%;
}
#seimei_result .seimei_box .right_line .l_line .d_line_box.m3 .d_line .d_inline {
  height: 50%;
}
#seimei_result .seimei_box .right_line .l_line .d_line_box.m3 .c_line_d {
  height: 14%;
}
#seimei_result .seimei_box .right_line .l_line .d_line_box.m4 .d_line {
  height: 72%;
}
#seimei_result .seimei_box .right_line .l_line .d_line_box.m4 .d_line .d_inline {
  height: 33.3333333333%;
}
#seimei_result .seimei_box .right_line .l_line .d_line_box.m4 .c_line_d {
  height: 11%;
}
#seimei_result .seimei_box .right_line .l_line .d_line_box.m5 .d_line {
  height: 79%;
}
#seimei_result .seimei_box .right_line .l_line .d_line_box.m5 .d_line .d_inline {
  height: 25%;
}
#seimei_result .seimei_box .right_line .l_line .d_line_box.m5 .c_line_d {
  height: 8%;
}
#seimei_result .seimei_box .right_line .r_line {
  width: 50%;
  height: 55%;
  border-top: solid 2px #757171;
  border-bottom: solid 2px #757171;
}
#seimei_result .seimei_box .right_line .r_line .c_line {
  height: 50%;
  margin-bottom: 50%;
  border-bottom: solid 2px #757171;
}
#seimei_result .seimei_box .right_line.m5 .l_line {
  height: calc(100% - 60px);
}
#seimei_result .seimei_box .right_line.m5 .l_line .u_line {
  height: 43%;
}
#seimei_result .seimei_box .right_line.m5 .l_line .u_line .u_inline {
  height: 60px;
}
#seimei_result .seimei_box .right_line.m5 .l_line .c_line {
  height: 10%;
}
#seimei_result .seimei_box .right_line.m5 .l_line .d_line {
  height: 43%;
}
#seimei_result .seimei_box .right_line.m5 .l_line .d_line .d_inline {
  height: 60px;
}
#seimei_result .seimei_box .right_line.m5 .r_line {
  height: 55%;
}
#seimei_result .seimei_box .right_line2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 10%;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .right_line2 {
    width: 12%;
  }
}
#seimei_result .seimei_box .right_line2 .l_line {
  width: 70%;
  height: 55%;
  border-top: solid 2px #757171;
  border-bottom: solid 2px #757171;
  border-right: solid 2px #757171;
}
#seimei_result .seimei_box .right_line2 .r_line {
  width: 30%;
  border-top: solid 2px #757171;
}
#seimei_result .seimei_box .caution {
  position: absolute;
  bottom: 3.5%;
  right: 3%;
  display: inline-block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  width: 200px;
  text-align: right;
}
@media screen and (max-width: 710px) {
  #seimei_result .seimei_box .caution {
    font-size: 1.4rem;
    bottom: 2%;
    right: 1%;
  }
}
#seimei_result .kakusu_info_box {
  margin-top: 60px;
  line-height: 1.6;
}
@media screen and (max-width: 710px) {
  #seimei_result .kakusu_info_box {
    margin-top: 30px;
    order: 7;
  }
}
#seimei_result .kakusu_info_box dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
  font-size: 1.9rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  page-break-inside: avoid;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 710px) {
  #seimei_result .kakusu_info_box dl {
    font-size: 1.6rem;
    flex-direction: column;
    padding: 25px 0 0 0;
  }
}
#seimei_result .kakusu_info_box dl dt {
  text-align: left;
  width: 25%;
  padding-bottom: 20px;
}
#seimei_result .kakusu_info_box dl dt span {
  display: inline-block;
  padding-left: 10px;
}
@media screen and (max-width: 710px) {
  #seimei_result .kakusu_info_box dl dt {
    width: 100%;
    font-size: 1.6rem;
    padding-bottom: 6px;
    border-bottom: solid 1px #b7b4b4;
  }
}
#seimei_result .kakusu_info_box dl dd {
  padding: 0 0 0 20px;
  text-align: left;
  width: 75%;
}
@media screen and (max-width: 710px) {
  #seimei_result .kakusu_info_box dl dd {
    width: 100%;
    padding: 16px 0 0 10px;
  }
}
#seimei_result .kakusu_info_box dl dd .un_box {
  display: block;
  padding: 0 0 4px 0;
}
#seimei_result .kakusu_info_box dl dd .un_box .k {
  display: inline-block;
  color: #ff664c;
  font-weight: bold;
}
#seimei_result .kakusu_info_box dl dd .un_box .un {
  display: inline-block;
  position: relative;
  color: #06f;
  padding-left: 12px;
  font-weight: bold;
}
#seimei_result .kakusu_info_box dl dd .un_box .un .f {
  position: absolute;
  font-weight: normal;
  top: -12px;
  left: 12px;
  font-size: 1.1rem;
}

.print-page {
  position: fixed;
  top: 0;
  right: 50%;
  font-size: 12px;
  color: black;
}

@media print {
  .print-page {
    display: block;
  }
}
.aisyo_box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 26px 0;
}
.aisyo_box .aisyo_title {
  margin-right: 32px;
}
.aisyo_box .aisyo_text {
  font-size: 32px;
  font-weight: bold;
}

.aisyo_date_box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.aisyo_date_box .aisyo_date_inbox {
  width: 45%;
}
.aisyo_date_box .aisyo_date_inbox div {
  padding: 3px 0;
  text-align: center;
}
.aisyo_date_box .aisyo_date_inbox .text span {
  display: inline-block;
  padding: 0 4px;
}
.aisyo_date_box .aisyo_date_inbox .symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.aisyo_date_box .aisyo_date_inbox .symbol .marks {
  font-size: 26px;
}
.aisyo_date_box .aisyo_date_inbox2 {
  width: 10%;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.aisyo_type_box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-top: 20px;
}
.aisyo_type_box .aisyo_type_inbox {
  width: 40%;
  text-align: center;
  font-size: 38px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.aisyo_type_box .aisyo_type_inbox2 {
  width: 10%;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.text_limit_3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.text_limit_1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.login_form_box.top {
  margin: 0 auto;
}

.owner_info_table {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.owner_info_table dt {
  width: 30%;
  padding: 4px 8px;
  text-align: right;
  border-bottom: solid 1px var(--table_line_coler);
}
.owner_info_table dd {
  width: 70%;
  padding: 4px 8px;
  border-bottom: solid 1px var(--table_line_coler);
  min-height: calc(1em + 8px);
}
@media (max-width: 430px) {
  .owner_info_table dt {
    width: 100%;
    padding: 4px 8px;
    text-align: left;
    font-weight: bold;
    border-bottom: none;
  }
  .owner_info_table dd {
    width: 100%;
    padding: 4px 8px;
    border-bottom: solid 1px var(--table_line_coler);
  }
}

.edit_button {
  display: inline-block;
  padding: 6px 16px 6px;
  background-color: #364fbe;
  color: #fff;
  border-radius: 4px;
  margin: 8px 0;
  text-decoration: none;
  line-height: 1;
}
.edit_button:hover, .edit_button:active {
  color: #fff;
}

.text_h150 {
  width: 100%;
  height: auto;
  min-height: 50px;
  max-height: 150px;
  overflow-y: auto;
}

.info_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.app_info_box {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.app_info_box .user_list_tbl {
  width: 100%;
}
@media (max-width: 430px) {
  .app_info_box {
    width: 100%;
  }
}

.divination_menu {
  width: 50%;
  padding: 0 0 0 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 430px) {
  .divination_menu {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
.divination_menu label {
  display: flex;
  padding: 0 0 16px;
  align-items: center;
  word-break: keep-all;
}
.divination_menu label select {
  margin: 0 8px;
}
.divination_menu .divination_menu_bt {
  border: solid 1px #585858;
  background: #fdfbee;
  color: #3f3f3f;
  padding: 8px;
  width: 100%;
  margin: 0 0 12px 0;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 430px) {
  .divination_menu .divination_menu_bt {
    width: 100%;
    margin: 5px 0;
  }
}
.divination_menu .divination_menu_bt:hover {
  opacity: 0.8;
}
.divination_menu .divination_menu_bt .title {
  font-size: 16px;
  font-weight: bold;
}
.divination_menu .divination_menu_bt .menu_bt_info {
  font-size: 14px;
  text-align: right;
}
.divination_menu .divination_menu_bt.c6 {
  background: #e4fbec;
}
.divination_menu .divination_menu_bt.c7, .divination_menu .divination_menu_bt.c10 {
  background: #e4f6fb;
}
.divination_menu .divination_menu_bt.c8 {
  background: #fbe4e4;
}

.result_page_print {
  width: 768px;
  margin: 0 auto;
  border: solid 1px rgba(204, 204, 204, 0.8);
}
@media screen and (max-width: 768px) {
  .result_page_print {
    width: 100%;
    border: none;
  }
}
@media print {
  .result_page_print {
    border: none;
  }
}

.owner_info_box .list_title {
  font-size: 14px;
  padding: 2px 0 2px 8px;
  margin: 12px 0 4px;
  border-left: 3px solid #0033cc;
  border-bottom: solid 1px #444;
  color: #000;
}

.form_text {
  width: 100%;
  max-width: 685px;
  margin: 0 auto;
}

.menu_item_list {
  display: block;
  border: solid 1px #425069;
  border-radius: 8px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px !important;
  padding: 10px !important;
}
.menu_item_list li {
  padding-left: 2em;
  position: relative;
  font-size: 1.6rem;
  padding-top: 2px;
}
.menu_item_list li::before {
  content: "・";
  position: absolute;
  left: 0.5em;
  top: 0;
}
.menu_item_list li.sub_title {
  padding-left: 0;
  position: relative;
  margin-top: 10px;
  margin-bottom: 5px;
  border-bottom: solid 1px #666;
  padding: 0px 0 5px 1em;
  font-size: 1.6rem;
}
.menu_item_list li.sub_title::before {
  content: none;
}
.menu_item_list li.sub_title span {
  display: inline-block;
  margin-right: 5px;
  width: 1em;
  height: 1em;
  background-color: #0033cc;
}

.popup-text {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8235294118);
  border: 1px solid #ddd;
  padding: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  font-size: 14px;
  max-width: 500px;
  color: #0e0e0e;
}

.table_list {
  width: 100%;
}
.input_date {
  width: 150px !important;
}

.w80 {
  width: 80px !important;
}

.list_date_form {
  padding: 5px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.list_date_form .m10,
.list_date_form .m10b {
  margin-left: 10px;
}
.list_date_form .date_bt {
  display: inline-block;
  padding: 5px 10px;
  width: auto;
  border-radius: 5px;
  border: none;
  background-color: rgb(25, 69, 150);
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.1s ease;
}
.list_date_form .date_bt.re_bt {
  background-color: rgb(124, 124, 124);
}
@media screen and (max-width: 480px) {
  .list_date_form {
    display: flex;
    flex-direction: column;
  }
  .list_date_form span,
  .list_date_form label {
    display: inline-block;
    padding: 2px 0;
  }
  .list_date_form .m10 {
    margin-left: 0 !important;
  }
}

.pager_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager_box a,
.pager_box span {
  display: inline-block;
  padding: 3px;
  margin: 0 2px;
  min-width: 30px;
  border: solid 1px #585858;
  color: #ffffff;
  background: rgba(3, 64, 156, 0.8431372549);
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.pager_box span {
  background: #ffffff;
  color: #686868;
}/*# sourceMappingURL=main.css.map */