﻿@charset "UTF-8";
/* MDL */
/* mdl 上書き*/
.mdl-cell {
  padding: 20px 20px 20px 20px;
  font-size: 15px;
}
@media screen and (max-width: 479px) {
  .mdl-cell {
    margin-left: 0;
    margin-right: 0;
  }
}

.mdl-textfield {
  width: unset;
  padding-top: 0;
}

.mdl-textfield__input {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 4px 4px;
  background-color: white;
}

.mdl-textfield__label {
  top: 4px;
  padding-left: 4px;
}

.form-label {
  display: block;
  vertical-align: top;
  padding: 0 5px 5px 2px;
  font-weight: bold;
  color: rgb(70, 32, 11);
}

.mdl-data-table {
  margin-bottom: 10px;
}

.mdl-data-table td {
  padding: 0 8px;
}

/* Material icons */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: "liga";
}
.material-icons.md-14 {
  font-size: 14px;
}
.material-icons.md-16 {
  font-size: 16px;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-32 {
  font-size: 32px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* 共通スタイル */
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  padding: 0;
  margin-top: 0;
  list-style: none;
}

h2 {
  color: #C21F5B;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  margin: 0 0 5px;
}

.nowrap {
  white-space: nowrap;
}

/* ヘッダ */
.header-toplink {
  color: #fff;
  text-decoration: none;
  font-size: 28px;
}

.header-title {
  font-size: 16px;
  margin-left: 15px;
}

/* 共通スタイル */
.form-error {
  color: rgb(221, 50, 50);
}

.more {
  margin-top: 10px;
  font-size: 14px;
}

.category-list {
  font-size: 14px;
}
.category-list li {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.category-list li .material-icons {
  margin-right: 5px;
}
@media screen and (max-width: 479px) {
  .category-list {
    display: none;
  }
}

.history-container {
  min-height: 425px;
}

.history-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 504px;
}
.history-loading img {
  width: 30px;
  height: 30px;
}

table caption {
  font-weight: bold;
  font-size: 13pt;
  text-align: left;
  margin: 0 0 3px 5px;
}

.fit-content {
  display: inline-block;
}

.agreement-close {
  width: 100%;
  text-align: right;
}

.password-notes {
  color: rgb(68, 68, 220);
  font-weight: bold;
  list-style-type: disc;
  padding-left: 20px;
}

.round-box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.confirm {
  color: orangered;
}

.thick-top {
  border-top: 2px #888 solid;
}

.thick-bottom {
  border-bottom: 2px #888 solid;
}

/* noscript */
.no-script {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

/* no IE */
.disable-ie {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.sanmei-table {
  border-spacing: 0;
}
.sanmei-table tr {
  height: 40px;
}
.sanmei-table th {
  padding: 8px 0 4px 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: 700;
  border-bottom: 2px solid #aaa;
  text-align: left;
}
.sanmei-table td {
  padding: 8px 0;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
}
.sanmei-table tbody tr:hover {
  background-color: #f8f8f8;
}

.save-card .search-bar {
  margin-left: auto;
  max-width: 300px;
  margin-bottom: 20px;
}

.category-selector {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.category-selector label {
  flex: 0 0 auto;
  margin-right: 10px;
}
.category-selector select {
  flex: 1 1 auto;
}
@media screen and (min-width: 480px) {
  .category-selector.responsive {
    display: none;
  }
}

.current-category {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.current-category .category {
  margin-right: 10px;
}
.current-category button {
  height: 26px;
  font-size: 12px;
}

.saved-list {
  width: 100%;
}
.saved-list td {
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .saved-list .category, .saved-list .save-comment {
    display: none;
  }
}
.saved-list tbody {
  height: 200px;
  overflow-y: scroll;
}
.saved-list td.delete-check {
  width: 50px;
}

.page-control {
  margin: 15px auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-control button {
  margin: 0 3px;
  min-width: 38px;
}
.page-control .current-page {
  font-weight: bold;
  min-width: 40px;
  text-align: center;
}
.page-control .total-page {
  margin-left: 10px;
}
@media screen and (max-width: 479px) {
  .page-control .total-page {
    display: none;
  }
}

.remodal h1, .sanmei-card-3 h1, .sanmei-card-6 h1, .sanmei-card-9 h1, .sanmei-card-12 h1 {
  display: flex;
  align-items: center;
}
.remodal h1 > .material-icons, .sanmei-card-3 h1 > .material-icons, .sanmei-card-6 h1 > .material-icons, .sanmei-card-9 h1 > .material-icons, .sanmei-card-12 h1 > .material-icons {
  margin-right: 10px;
}

.sanmei-card-3, .sanmei-card-6, .sanmei-card-9, .sanmei-card-12 {
  margin: 8px 0;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}
@media screen and (max-width: 479px) {
  .sanmei-card-3, .sanmei-card-6, .sanmei-card-9, .sanmei-card-12 {
    max-width: calc(100vw - 16px);
    margin-left: 0;
    margin-right: 0;
  }
}
.sanmei-card-3 h1, .sanmei-card-6 h1, .sanmei-card-9 h1, .sanmei-card-12 h1 {
  margin: 0 -20px 20px;
  padding: 0 20px 5px;
  font-size: 20px;
  font-weight: normal;
  color: #C21F5B;
  border-bottom: 2px solid #e8e8e8;
}
.sanmei-card-3 h1 img, .sanmei-card-6 h1 img, .sanmei-card-9 h1 img, .sanmei-card-12 h1 img {
  height: 18px;
  margin-right: 5px;
}
.sanmei-card-3 h1 i, .sanmei-card-6 h1 i, .sanmei-card-9 h1 i, .sanmei-card-12 h1 i, .sanmei-card-3 h1 .material-icons, .sanmei-card-6 h1 .material-icons, .sanmei-card-9 h1 .material-icons, .sanmei-card-12 h1 .material-icons {
  margin-right: 5px;
}

.sanmei-card-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.sanmei-card-9 {
  flex: 0 0 74.5%;
}
@media screen and (max-width: 479px) {
  .sanmei-card-9 {
    flex: 0 0 100%;
  }
}

.sanmei-card-6 {
  flex: 0 0 49.5%;
}
@media screen and (max-width: 479px) {
  .sanmei-card-6 {
    flex: 0 0 100%;
  }
}

.sanmei-card-3 {
  flex: 0 0 24.5%;
}
@media screen and (max-width: 479px) {
  .sanmei-card-3 {
    flex: 0 0 100%;
  }
}

/* モーダル表示 */
.tooltip {
  margin: 0;
  padding: 0;
  color: black;
  text-decoration: unset;
  cursor: pointer;
}

.tooltip-underline {
  margin: 0;
  padding: 0;
  color: black;
  text-decoration: underline;
  cursor: pointer;
}

.remodal {
  text-align: left;
  border-radius: 5px;
}
.remodal ul {
  list-style-type: disc;
  padding-left: 20px;
}
@media screen and (max-width: 479px) {
  .remodal {
    padding: 35px 20px;
  }
}
.remodal h1 {
  margin: 0 -35px 20px;
  padding: 0 35px 5px;
  width: calc(100% + 70px);
  font-size: 20px;
  font-weight: normal;
  color: #C21F5B;
  border-bottom: 2px solid #e8e8e8;
}
@media screen and (max-width: 479px) {
  .remodal h1 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px);
  }
}

textarea, input[type=text], input[type=password] {
  margin-bottom: 1px;
  position: relative;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 16px;
  transition: all 0.5s;
}
textarea:focus, input[type=text]:focus, input[type=password]:focus {
  margin-bottom: 0;
  outline: none;
  border-bottom: 2px solid #3f51b5;
}
textarea::placeholder, input[type=text]::placeholder, input[type=password]::placeholder {
  color: #C9C9C9;
}

input[type=text], input[type=password] {
  width: 100%;
}

textarea {
  min-height: 100px;
}

select {
  width: 100%;
  padding: 2px 8px 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 14px;
}

.check-box {
  display: flex;
  align-items: center;
}
.check-box input[type=checkbox] {
  display: none;
}
.check-box input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.check-box input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "check_box_outline_blank";
  font-size: 20px;
}
.check-box input[type=checkbox]:checked + label::before {
  content: "check_box";
  color: #3F51B5;
}

.radio-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.radio-group > .radio-button {
  margin-right: 10px;
}

.radio-button input[type=radio] {
  display: none;
}
.radio-button input[type=radio] + label {
  position: relative;
  padding-left: 22px;
}
.radio-button input[type=radio] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #999;
  border-radius: 8px;
}
.radio-button input[type=radio] + label::after {
  position: absolute;
  content: "";
  background-color: #fff;
  transition: all 0.3s;
}
.radio-button input[type=radio]:checked + label::after {
  content: "";
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #3F51B5;
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  border: none;
  background-color: #ECECEC;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 20px 10px 0;
}
button:last-of-type {
  margin: 0;
}
button:disabled {
  cursor: unset;
  color: #bbb;
}
button.submit-button {
  min-width: 200px;
  color: #fff;
  background-color: #C21F5B;
}
@media screen and (max-width: 479px) {
  button.submit-button {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  button.cancel-button {
    margin-left: auto;
    margin-right: auto;
  }
}

button.icon-button-small, button.icon-button {
  display: flex;
  color: #fff;
  align-items: center;
  background-color: #C21F5B;
}
button.save-button.icon-button-small, button.save-button.icon-button, button.print-button.icon-button-small, button.print-button.icon-button, button.edit-button.icon-button-small, button.edit-button.icon-button, button.delete-button.icon-button-small, button.delete-button.icon-button, button.dark-button.icon-button-small, button.dark-button.icon-button {
  background-color: #414141;
}

button.icon-button {
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 4px 0;
  width: 54px;
  height: 54px;
  font-size: 8px;
}
button.icon-button img {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  margin-bottom: 2px;
}
button.icon-button i, button.icon-button .material-icons {
  font-size: 24px;
  margin-bottom: 2px;
}

button.icon-button-small {
  display: flex;
  padding: 0 20px;
}
button.icon-button-small img {
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  margin-right: 8px;
}
button.icon-button-small i, button.icon-button-small .material-icons {
  margin-right: 8px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
}

.form-group {
  padding: 0 0 10px 0;
}
.form-group > label {
  flex: 0 0 100%;
  font-size: 14px;
  font-weight: bold;
  color: rgb(70, 32, 11);
}

.form-horizontal {
  max-width: 400px;
}
.form-horizontal .buttons {
  margin-top: 40px;
}

.dialog-back {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(43, 46, 56, 0.9);
  z-index: 20000;
}
.dialog-back .dialog {
  display: flex;
  flex-direction: column;
  padding: 20px;
  min-width: 300px;
  max-width: calc(100vw - 20px);
  min-height: 50px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 5px;
}
.dialog-back .dialog .message {
  padding: 20px 0;
}
.dialog-back .dialog .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dialog-back .dialog .buttons > button {
  margin: 0 0 10px 0;
}

.dialog-enter-active, .dialog-leave-active {
  transition: all 0.3s ease;
}

.dialog-enter, .dialog-leave-to {
  opacity: 0;
}

/* 管理者 */
.user-table {
  width: 100%;
}
.user-table tbody tr {
  cursor: pointer;
}
.user-table .unpaid {
  font-size: 0.8rem;
  color: #666;
}

/* ドロワーメニュー */
.drawer-layout {
  display: flex;
}
.drawer-layout .drawer-menu {
  position: relative;
  flex: 0 0 250px;
  height: 100vh;
  color: #fff;
  transition: flex 0.4s, width 0.4s;
}
@media screen and (max-width: 1023px) {
  .drawer-layout .drawer-menu {
    flex: 0 0 0;
    width: 0;
  }
}
.drawer-layout .drawer-menu .drawer-header {
  position: fixed;
  left: 0;
  top: 0;
  padding: 5px 10px;
  color: #444;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .drawer-layout .drawer-menu .drawer-header {
    display: none;
  }
}
.drawer-layout .drawer-menu .drawer-header > img {
  height: 24px;
  cursor: pointer;
}
.drawer-layout .drawer-menu .drawer-cover {
  position: fixed;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.6;
  z-index: 900;
}
.drawer-layout .drawer-menu .drawer-cover .closer {
  margin-left: 240px;
  height: 100%;
}
.drawer-layout .drawer-menu .menu-body {
  position: fixed;
  width: 250px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #9D093F;
  z-index: 1000;
  transition: margin-left 0.4s;
}
@media screen and (max-width: 1023px) {
  .drawer-layout .drawer-menu .menu-body {
    margin-left: -250px;
  }
}
.drawer-layout .drawer-menu .menu-body .menu-head {
  padding: 35px 20px 20px;
  background-color: #C21F5B;
}
.drawer-layout .drawer-menu .menu-body .menu-head .menu-title {
  font-size: 28px;
  line-height: 40px;
}
.drawer-layout .drawer-menu .menu-body .menu-head .menu-title > a {
  color: #fff;
}
.drawer-layout .drawer-menu .menu-body .menu-head .menu-title > a:hover {
  text-decoration: none;
}
.drawer-layout .drawer-menu .menu-body .menu-head .menu-title .dev-mode {
  font-size: 12px;
}
.drawer-layout .drawer-menu .menu-body .menu-head .menu-subtitle {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.drawer-layout .drawer-menu .menu-body .menu-head .search-bar > input {
  border: none;
}
.drawer-layout .drawer-menu .menu-body > nav {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
.drawer-layout .drawer-menu .menu-body > nav > a {
  display: flex;
  align-items: center;
  line-height: 15px;
  color: #fff;
  padding: 0 20px;
  height: 60px;
  cursor: pointer;
  border-bottom: 1px solid #C21F5B;
}
.drawer-layout .drawer-menu .menu-body > nav > a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 13px;
  margin-right: 10px;
}
.drawer-layout .drawer-menu .menu-body > nav > a > span img {
  max-width: 16px;
  max-height: 16px;
}
.drawer-layout .drawer-menu .menu-body > nav > a i, .drawer-layout .drawer-menu .menu-body > nav > a .material-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #C21F5B;
  background-color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  font-size: 16px;
}
.drawer-layout .drawer-menu .menu-body > nav > a:hover {
  text-decoration: none;
  background-color: #C21F5B;
}
.drawer-layout .drawer-menu .menu-body > nav > a .testing {
  font-size: 11px;
}
.drawer-layout .drawer-menu .menu-body .menu-foot {
  flex: 1 1 auto;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
@media screen and (max-width: 479px) {
  .drawer-layout .drawer-menu .menu-body .menu-foot {
    margin-bottom: 100px;
  }
}
.drawer-layout .drawer-menu .menu-body .menu-foot > a {
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
}
.drawer-layout .drawer-menu .menu-body .menu-foot .logout-button {
  color: #fff;
  background-color: #6E0028;
  border-radius: 3px;
  margin: 40px 0;
}
.drawer-layout .drawer-menu .menu-body .menu-foot .logout-button img {
  height: 18px;
  margin-right: 10px;
}
.drawer-layout .drawer-menu.visible {
  flex: 0 0 240px;
  width: 240px;
}
.drawer-layout .drawer-menu.visible .drawer-header {
  display: none;
}
.drawer-layout .drawer-menu.visible .menu-body {
  margin-left: 0;
}
.drawer-layout > main {
  flex: 1 1 auto;
}
@media screen and (max-width: 1023px) {
  .drawer-layout > main {
    padding-top: 40px;
  }
}
.drawer-layout > main .main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1070px;
  margin: 0 auto;
}

.logout-buttons .submit-button {
  min-width: 100px;
}
@media screen and (max-width: 479px) {
  .logout-buttons .submit-button {
    width: 100px;
  }
}
.logout-buttons .cancel-button {
  width: 200px;
  background-color: #B0E0E6;
}

/* ホーム */
.quiz-list li {
  margin-bottom: 8px;
}

/* 診断表示 */
.divination-form {
  max-width: 350px;
}
.divination-form .birthday {
  max-width: 200px;
}
.divination-form button {
  margin-top: 20px;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .divination-result {
    padding-top: 20px;
  }
}

.divination-box {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  position: relative;
}

.divination-comment {
  width: calc(100% - 20px);
  padding: 10px;
}

#comment-remodal {
  width: 100%;
  max-width: 800px;
  min-height: 400px;
}
#comment-remodal .comment-body {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#comment-remodal .comment-body .comment-shukumei {
  flex: 0 0 auto;
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  #comment-remodal .comment-body .comment-shukumei {
    margin: 0 auto 20px auto;
  }
}
#comment-remodal .comment-body .comment-shukumei > div {
  margin-bottom: 20px;
}
#comment-remodal .comment-body .comment-shukumei > div:last-child {
  margin-bottom: 0;
}
#comment-remodal .comment-body .comment-text {
  flex: 1 1 auto;
}

.share-divination div {
  margin-bottom: 30px;
}
.share-divination div:last-child {
  margin-bottom: 0;
}
.share-divination .copy-button {
  display: flex;
  align-items: center;
}
.share-divination .copy-button .copied {
  display: none;
  margin-left: 10px;
}

.divination-row {
  display: table;
}

.row-space {
  margin-bottom: 10px;
}

.divination-cell {
  width: 40px;
  height: 40px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}

.interval-cell {
  width: 15px;
}

.caption-cell {
  padding-top: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: rgb(128, 128, 128);
}

#save-divination .form-group {
  margin-bottom: 20px;
}
#save-divination .profile {
  font-size: 16px;
}
#save-divination .saveDivination-loading {
  width: 30px;
  height: 30px;
  display: none;
}
#save-divination textarea {
  width: 100%;
}

ul.comments {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
ul.comments li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  padding: 2px 5px;
}
ul.comments li:hover {
  background-color: azure;
}

.profile-row {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 479px) {
  .profile-row {
    width: 100%;
  }
}
.profile-row .divination-profile {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.profile-row .divination-profile .divination-name {
  margin: 0 20px 0 0;
  font-size: 30px;
  line-height: 40px;
}
.profile-row .divination-profile .divination-birthday {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
  font-size: 20px;
}
.profile-row .divination-profile .divination-birthday .wareki {
  font-size: 14px;
  margin-right: 10px;
}
.profile-row .divination-profile .divination-sex {
  margin-left: 10px;
  display: inline-block;
  font-size: 18px;
}

.divination-menu {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .divination-menu {
    width: 100%;
    flex-wrap: wrap;
  }
  .divination-menu button {
    width: 52px;
    height: 52px;
  }
}
.divination-menu .button-group {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .divination-menu .button-group {
    margin-bottom: 6px;
  }
}
.divination-menu .button-group > * {
  margin-right: 8px;
}
.divination-menu .button-group button {
  margin-bottom: 0;
}

.judges {
  list-style-type: none;
}

ul.judge {
  display: inline-block;
  width: 90%;
  padding: 10px;
  background-color: #ddd;
  border-radius: 3px;
  font-size: 12px;
}
ul.judge li {
  list-style: none;
}

p.judge {
  display: inline-block;
  width: 90%;
  padding: 10px;
  background-color: #ddd;
  border-radius: 3px;
  font-size: 12px;
}

/* ローディング */
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.loading > img {
  width: 30px;
  height: 30px;
}

/* 陰占 */
.zoukan span {
  font-weight: bold;
}

.divination-box.tenchusatsu {
  margin-top: 25px;
}

.is-tenchusatsu {
  color: red;
}

.insen-circle {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 200px;
  font-size: 12px;
}
.insen-circle .divination-row {
  width: 100%;
}
.insen-circle .right-room {
  float: right;
}
.insen-circle img {
  margin: 0 10px;
}
.insen-circle .tooltip {
  text-decoration: underline;
}

.insen-additional {
  margin: 20px 0 0 30px;
  width: 680px;
  min-height: 270px;
}
@media screen and (max-width: 479px) {
  .insen-additional {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}

.insen-details {
  min-width: 180px;
  max-width: 220px;
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .insen-details {
    max-width: unset;
  }
}
.insen-details ul {
  margin: 0;
}
.insen-details a {
  text-decoration: underline;
}
.insen-details .joukaku-gekaku .type {
  font-weight: bold;
  color: #666;
}

.kango-strength ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.kango-strength ul li {
  margin-bottom: 10px;
}
.kango-strength ul li h2 {
  margin: 0;
}

.seasons {
  color: darkgray;
}

.shodoho {
  margin-left: 30px;
}

.abnormal-title {
  width: 100px;
}

@media screen and (max-width: 479px) {
  .forwards {
    max-width: calc(100vw - 65px);
    overflow-x: auto;
  }
}
.forwards .forwards-table thead th {
  min-width: 60px;
}
.forwards .forwards-table th {
  vertical-align: bottom;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  white-space: nowrap;
}
.forwards .forwards-table td {
  width: 80px;
  text-align: center;
}
.forwards .forwards-table .apex {
  background-image: url("/Images/forwards-hor.png");
}

.bottom-peak {
  color: red;
}

/* 守護神法 */
.shugoshin {
  min-width: 160px;
  max-width: 200px;
}

.shugoshin > p {
  margin-top: 15px;
}

/* 初律 */
.shoritsu {
  min-width: 200px;
  margin-right: 30px;
}
.shoritsu select {
  width: 70px;
}

.shoritsu-loading {
  width: 200px;
  height: 241px;
  line-height: 241px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.shoritsu-loading img {
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

/* 主気論 */
.shuki-ron ul {
  list-style: none;
  padding: 0;
}
.shuki-ron .shuki-list {
  padding: 4px;
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* 六親法 */
.tree {
  width: 220px;
  height: 140px;
  position: relative;
  margin: 10px 0;
}
.tree span {
  width: 14px;
  text-align: center;
}
.tree .father-father {
  position: absolute;
  left: 0px;
  top: 0px;
}
.tree .father-mother {
  position: absolute;
  left: 40px;
  top: 0px;
}
.tree .mother-mother {
  position: absolute;
  left: 80px;
  top: 0px;
}
.tree .mother-father {
  position: absolute;
  left: 120px;
  top: 0px;
}
.tree .father {
  position: absolute;
  left: 40px;
  top: 40px;
}
.tree .mother {
  position: absolute;
  left: 80px;
  top: 40px;
}
.tree .spouse-mother {
  position: absolute;
  left: 120px;
  top: 40px;
}
.tree .spouse-father {
  position: absolute;
  left: 160px;
  top: 40px;
}
.tree .self {
  position: absolute;
  left: 80px;
  top: 80px;
  font-weight: bold;
}
.tree .spouse {
  position: absolute;
  left: 120px;
  top: 80px;
}
.tree .child {
  position: absolute;
  left: 80px;
  top: 120px;
}
.tree .child-spouse {
  position: absolute;
  left: 40px;
  top: 120px;
}
.tree .wife-child {
  position: absolute;
  left: 120px;
  top: 120px;
}
.tree .wife-child-spouse {
  position: absolute;
  left: 160px;
  top: 120px;
}
.tree .hilight {
  color: blue;
  font-weight: bold;
}

.tree-male {
  background: url(/Images/tree-male.png) no-repeat;
}

.tree-female {
  background: url(/Images/tree-female.png) no-repeat;
}

/* 位相法 */
.phases {
  min-width: 150px;
  margin: 0 0 20px 0;
  padding: 0;
}
.phases span {
  padding: 0 3px;
  background-color: white;
  font-size: 12px;
}
.phases ul {
  padding: 0;
  list-style: none;
}
.phases .nikkan-gekkan {
  background: url(/Images/nikkan-gekkan.png) no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 77px;
  height: 20px;
  text-align: center;
}
.phases .gekkan-nenkan {
  background: url(/Images/gekkan-nenkan.png) no-repeat;
  position: absolute;
  left: 43px;
  top: 0px;
  display: inline-block;
  width: 77px;
  height: 20px;
  text-align: center;
}
.phases .nikkan-nenkan {
  background: url(/Images/nikkan-nenkan.png) no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 120px;
  height: 20px;
  text-align: center;
}
.phases .nisshi-gesshi {
  background: url(/Images/nisshi-gesshi.png) no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 77px;
  height: 20px;
  text-align: center;
}
.phases .gesshi-nenshi {
  background: url(/Images/gesshi-nenshi.png) no-repeat;
  position: absolute;
  left: 43px;
  top: 0px;
  display: inline-block;
  width: 77px;
  height: 20px;
  text-align: center;
}
.phases .nisshi-nenshi {
  background: url(/Images/nisshi-nenshi.png) no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 120px;
  height: 20px;
  text-align: center;
}
.phases .nisshi-gesshi-nenshi {
  background: url(/Images/nisshi-gesshi-nenshi.png) no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 120px;
  height: 20px;
  text-align: center;
}

.phases-row {
  height: 20px;
  position: relative;
  margin: 0 5px;
}

/* 根基法 */
.konki .divination-box {
  margin-right: 20px;
}
.konki .point {
  font-size: 12px;
  height: 20px;
}
.konki li {
  list-style: none;
}
.konki th {
  color: gray;
  font-size: 12px;
}
.konki th {
  text-align: left;
  min-width: 50px;
}

/* 教育法 */
.kyoikuho {
  display: flex;
  flex-wrap: wrap;
}
.kyoikuho .kyoiku-left {
  flex: 0 0 280px;
  text-align: left;
  margin-bottom: 20px;
}
.kyoikuho .kyoiku-right {
  flex: 1 1 auto;
  text-align: left;
}
.kyoikuho .kyoiku-generation {
  margin-bottom: 10px;
}
.kyoikuho .kyoiku-tree .tree-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.kyoikuho .kyoiku-tree .tree-cell {
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kyoikuho .kyoiku-tree .tree-cell.horizontal-line:after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(50% - 2px);
  width: calc(100% - 8px);
  height: 1px;
  background-color: #888;
}
.kyoikuho .kyoiku-tree .tree-cell.vertical-line:after {
  content: "";
  position: absolute;
  left: calc(50% - 2px);
  top: 4px;
  width: 1px;
  height: calc(100% - 8px);
  background-color: #888;
}
.kyoikuho .kyoiku-tree .tree-cell.self {
  font-weight: bold;
}
.kyoikuho .kyoiku-tree .tree-cell.src:after {
  content: "";
  position: absolute;
  left: -1px;
  top: -2px;
  width: 100%;
  height: 100%;
  border: 1px solid #888;
  border-radius: 10px;
}

/* 干合変化　*/
.convert-generations {
  display: flex;
  flex-wrap: wrap;
}
.convert-generations > li {
  position: relative;
  margin-right: 20px;
}
.convert-generations > li .converted {
  font-weight: bold;
}
.convert-generations > li:after {
  content: "→";
  position: absolute;
  top: 50px;
  right: -10px;
}
.convert-generations > li:last-of-type:after {
  display: none;
}

/* 後天運 */
.chronology {
  min-height: 710px;
  display: flex;
  flex-wrap: wrap;
  /* 後天運 - 位相法 */
  /* 後天運 */
  /* 大運年表 - 位相法 */
  /* 人生の変化時期 */
}
.chronology .kotenun-section {
  margin-bottom: 20px;
}
.chronology .chronology-body .chronology-scroller {
  max-width: calc(100vw - 65px);
  overflow-x: auto;
  margin: 0 20px 10px 0;
}
@media screen and (max-width: 479px) {
  .chronology .chronology-body .chronology-scroller {
    margin-right: 0;
  }
}
.chronology .chronology-body .chronology-table {
  min-width: 553px;
  font-size: 13px;
  border-collapse: collapse;
}
.chronology .chronology-body .chronology-table tr {
  height: 20px;
  border-top: solid 1px lightgray;
  border-bottom: solid 1px lightgray;
}
.chronology .chronology-body .chronology-table tr.chronology-taiun-row:hover {
  background-color: #f8f8f8;
}
.chronology .chronology-body .chronology-table tr.chronology-nenun-row:hover {
  background-color: #f8f8f8;
}
.chronology .chronology-body .chronology-table tr.selected {
  background-color: powderblue;
}
.chronology .chronology-body .chronology-table td {
  padding: 2px 8px;
  border: 0px none;
  white-space: nowrap;
}
.chronology .chronology-body .chronology-table .phase {
  border-right: solid 1px lightgray;
  border-left: solid 1px lightgray;
}
.chronology .kotenun-phases {
  position: relative;
}
.chronology .kotenun-phases img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.chronology .kotenun-phases span {
  padding: 0 3px;
  background-color: white;
  font-size: 12px;
}
.chronology .kotenun-phases .nenun-taiun {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 80px;
  height: 20px;
  text-align: center;
}
.chronology .kotenun-phases .nenun-nen {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 215px;
  height: 20px;
  text-align: center;
}
.chronology .kotenun-phases .nenun-getsu {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 175px;
  height: 20px;
  text-align: center;
}
.chronology .kotenun-phases .nenun-nichi {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 135px;
  height: 20px;
  text-align: center;
}
.chronology .kotenun-phases .taiun-nen {
  position: absolute;
  left: 40px;
  top: 0px;
  display: inline-block;
  width: 175px;
  height: 20px;
  text-align: center;
}
.chronology .kotenun-phases .taiun-getsu {
  position: absolute;
  left: 40px;
  top: 0px;
  display: inline-block;
  width: 135px;
  height: 20px;
  text-align: center;
}
.chronology .kotenun-phases .taiun-nichi {
  position: absolute;
  left: 40px;
  top: 0px;
  display: inline-block;
  width: 95px;
  height: 20px;
  text-align: center;
}
.chronology .kotenun-phases-values {
  left: 0px;
  top: 0px;
  width: 215px;
}
.chronology .kotenun-phases-row {
  height: 20px;
  position: relative;
  margin: 0;
}
.chronology #kotenun-nenun-loading td {
  height: 300px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.chronology #kotenun-nenun-loading img {
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.chronology #kotenun-result-loading {
  width: 200px;
  display: inline-block;
  text-align: center;
}
.chronology #kotenun-result-loading img {
  margin-top: 100px;
  width: 30px;
  height: 30px;
}
.chronology .kotenun-additional {
  margin-top: 30px;
  width: 95%;
}
.chronology .chronology-remodal {
  max-width: unset;
  width: 1240px;
}
.chronology .chronology-taiun {
  margin-top: 48px;
}
.chronology .chronology-phases {
  position: relative;
}
.chronology .chronology-phases .chronology-phases img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.chronology .chronology-phases span {
  padding: 0 3px;
  background-color: white;
  font-size: 12px;
}
.chronology .chronology-phases .chronology-phases-values {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 215px;
}
.chronology .chronology-phases .chronology-phases-values .chronology-phases-row {
  height: 20px;
  position: relative;
  margin: 0;
}
.chronology .chronology-phases .chronology-phases-values .chronology-phases-row .tsukiun-nen {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 255px;
  height: 20px;
  text-align: center;
}
.chronology .chronology-phases .chronology-phases-values .chronology-phases-row .tsukiun-getsu {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 215px;
  height: 20px;
  text-align: center;
}
.chronology .chronology-phases .chronology-phases-values .chronology-phases-row .tsukiun-nichi {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 175px;
  height: 20px;
  text-align: center;
}
.chronology .chisai-diff {
  color: blue;
  font-weight: bold;
}
.chronology .chronology-changes ol {
  padding-left: 16px;
  margin: 0 0 15px;
}

#kotenun-generations-container .kotenun-generations {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  padding: 0 10px;
}
#kotenun-generations-container .kotenun-generations ul.convert-generations {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
}
#kotenun-generations-container .kotenun-generations ul.convert-generations > li {
  width: 270px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
#kotenun-generations-container .kotenun-generations ul.convert-generations > li .generation {
  flex: 1 1 auto;
  color: gray;
  font-size: 12px;
}
#kotenun-generations-container .kotenun-generations ul.convert-generations > li:after {
  position: absolute;
  content: "↓";
  top: unset;
  bottom: 0;
  left: 50%;
}

/* 陽占 */
.jintaizu-cell {
  padding: 0 10px;
  width: 90px;
  height: 40px;
  text-align: left;
  border: solid 0.5px rgba(0, 0, 0, 0.2);
  border-collapse: collapse;
}

.sequence {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px rgb(63, 81, 181) solid;
  color: rgb(63, 81, 181);
}

.terminal-sequence {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px #c2185b solid;
  color: #c2185b;
}

.sequence-looped {
  color: #c2185b;
  text-align: center;
}

.yosen {
  display: flex;
  flex-wrap: wrap;
}
.yosen .jintaizu {
  margin-right: 20px;
}
.yosen .jntaizu-pairs {
  margin-right: 15px;
}
.yosen .jntaizu-pairs ul {
  margin: 0 15px 0 0;
}
.yosen .yosen-additional {
  flex: 1 1 auto;
  margin-top: 20px;
  min-height: 220px;
}
@media screen and (max-width: 479px) {
  .yosen .yosen-additional {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
.yosen .yosen-details a {
  text-decoration: underline;
}
.yosen #yosen-tab4 {
  max-width: calc(100vw - 65px);
  overflow-x: auto;
}
.yosen #yosen-tab4 .yosen-kizu-hachimon img {
  margin-right: 10px;
}
.yosen #yosen-tab4 .yosen-kizu-hachimon th {
  text-align: center;
}
.yosen #yosen-tab4 .yosen-kizu-hachimon td {
  font-weight: bold;
  text-align: center;
}

/* 数理法 */
.mathematic-remodal .mathematic-table td.value.dif-rank-1::before, .mathematic-remodal .mathematic-table td.value.dif-rank-0::before {
  content: "";
  position: absolute;
  right: 3px;
  bottom: -1px;
  width: 12px;
  height: 2px;
  background-color: #fff;
}

.mathematic-remodal .mathematic-table td.value.dif-rank-1::after, .mathematic-remodal .mathematic-table td.value.dif-rank-0::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: -7px;
  width: 2px;
  height: 14px;
}

.mathematic-remodal .guides .guide.rank-1::after, .mathematic-remodal .guides .guide.rank-0::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 2px;
  height: 100%;
}

.mathematic-remodal .guides .guide.rank-0::after, .mathematic-remodal .mathematic-table td.value.dif-rank-0::after {
  background-color: #fc0;
}

.mathematic-remodal .guides .guide.rank-1::after, .mathematic-remodal .mathematic-table td.value.dif-rank-1::after {
  background-color: #888;
}

.mathematic-remodal {
  position: relative;
  max-width: 1200px;
  max-height: 900px;
}
@media screen and (max-width: 1140px) {
  .mathematic-remodal {
    height: calc(100vh - 90px);
  }
}
.mathematic-remodal .value {
  padding-right: 0;
  text-align: right;
  width: 45px;
}
.mathematic-remodal .arrow {
  padding-left: 0;
  white-space: nowrap;
}
.mathematic-remodal .mathematic-head {
  position: absolute;
  right: 10px;
  top: 20px;
  height: 40px;
}
.mathematic-remodal .mathematic-head button {
  float: right;
}
.mathematic-remodal .mathematic-nenun-head {
  margin-bottom: 5px;
}
.mathematic-remodal .mathematic-nenun-head span {
  font-weight: bold;
  color: #777;
  margin-right: 20px;
}
.mathematic-remodal .mathematic-nenun-head a {
  margin: 0 5px;
}
.mathematic-remodal .mathematic-scroller {
  max-width: calc(100vw - 65px);
  max-height: calc(100% - 115px);
  overflow: auto;
}
.mathematic-remodal .mathematic-table .separate {
  border-left: solid 1px lightgray;
  width: 1px;
  padding: 0 2px;
}
.mathematic-remodal .mathematic-table th {
  text-align: unset;
}
.mathematic-remodal .mathematic-table td.value {
  position: relative;
}
.mathematic-remodal .guides {
  display: flex;
  flex-wrap: wrap;
}
.mathematic-remodal .guides .guide {
  margin: 0 20px 10px 0;
  position: relative;
  padding-left: 20px;
}
.mathematic-remodal .mathematic-max {
  color: red;
  font-weight: bold;
}
.mathematic-remodal .mathematic-min {
  color: blue;
  font-weight: bold;
}
.mathematic-remodal .mathematic-top {
  color: red;
  font-weight: bold;
}
.mathematic-remodal .mathematic-bottom {
  color: blue;
  font-weight: bold;
}
.mathematic-remodal .mathematic-cross {
  display: inline-block;
  border: solid gray 1px;
  margin: 5px 3px;
  padding: 0 0 5px 10px;
  width: 250px;
  height: 170px;
}
.mathematic-remodal .mathematic-cross h2 {
  color: #000;
}
.mathematic-remodal .mathematic-cross table {
  border-collapse: collapse;
  border-spacing: 0;
}
.mathematic-remodal .mathematic-cross td {
  height: 24px;
}
.mathematic-remodal .mathematic-cross .木 {
  background-color: #d9ffcb;
}
.mathematic-remodal .mathematic-cross .火 {
  background-color: #ffb2b2;
}
.mathematic-remodal .mathematic-cross .土 {
  background-color: #ffe18f;
}
.mathematic-remodal .mathematic-cross .金 {
  background-color: #e0e0e0;
}
.mathematic-remodal .mathematic-cross .水 {
  background-color: #b6fffb;
}
.mathematic-remodal .mathematic-cross .value {
  width: 40px;
  padding-right: 0;
  text-align: right;
}
.mathematic-remodal .mathematic-cross .arrow {
  min-width: 20px;
  padding-left: 0;
}
.mathematic-remodal .mathematic-cross .vertical-line {
  height: 12px;
  text-align: center;
  font-size: 10px;
}
.mathematic-remodal .mathematic-cross .horizontal-line {
  width: 20px;
  text-align: center;
  font-size: 10px;
}
.mathematic-remodal .mathematic-cross .disturbance {
  color: red;
}
.mathematic-remodal .mathematic-navigation {
  list-style: none;
}
.mathematic-remodal #mathematic-loading {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mathematic-remodal #mathematic-loading > img {
  width: 30px;
  height: 30px;
}

/* 洩宏論 */
.eikoron {
  overflow: scroll;
  height: 80vh;
}
.eikoron table {
  border-spacing: 0;
  border-left: 1px solid #888;
  border-top: 1px solid #888;
}
.eikoron table tbody tr:hover {
  background-color: aliceblue;
}
.eikoron table th {
  margin: 0;
  padding: 8px 4px;
  font-weight: bold;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}
.eikoron table th.title {
  text-align: center;
}
.eikoron table td {
  margin: 0;
  padding: 8px 4px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}
.eikoron table .eiko-values {
  display: flex;
}
.eikoron table .eiko-values .genshin {
  width: 40px;
  text-align: center;
}
.eikoron table .eiko-values .balance {
  width: 20px;
  text-align: center;
}
.eikoron table .eiko-values .eiko {
  width: 40px;
  text-align: center;
}

/* 相性診断 */
.compatibility {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.compatibility > .buttons {
  flex: 0 0 100%;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 479px) {
  .compatibility > .buttons {
    width: 100%;
  }
}
.compatibility button i, .compatibility button .material-icons {
  margin-right: 5px;
}
.compatibility .old-button {
  background-color: #ccc;
}
@media screen and (max-width: 479px) {
  .compatibility .old-button {
    width: 100%;
  }
}
.compatibility .form-error {
  flex: 0 0 100%;
  text-align: center;
}
.compatibility .ranking {
  padding: 20px;
}
.compatibility .ranking .form-group {
  margin-bottom: 10px;
}
.compatibility .date-form {
  display: flex;
  align-items: center;
}
.compatibility .date-form h5 {
  margin: 0 30px 0 0;
  font-size: 16px;
}
.compatibility .date-form .form-group {
  margin-right: 12px;
  padding: 0;
}
.compatibility .date-form .form-group.head {
  width: 75px;
}
.compatibility .date-form .form-group > input {
  margin-right: 2px;
}
.compatibility .date-form .form-group > input.year {
  width: 60px;
}
.compatibility .date-form .form-group > input.month, .compatibility .date-form .form-group > input.day {
  width: 45px;
}

.compatibility-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.compatibility-menu > * {
  margin-left: 10px;
}

.compatibility-details {
  display: inline-block;
  margin-left: 20px;
}

.compatibility-summary {
  margin-top: 20px;
}

.biorythm .sensitivity {
  font-size: 16px;
  font-weight: bold;
}

.kanshi-matrix th {
  width: 80px;
  height: 30px;
  text-align: center;
}
.kanshi-matrix td {
  background-color: #eee;
  text-align: center;
}

.compatibility-left {
  color: #1414e0;
}

.compatibility-right {
  color: #00c000;
}

.compatibility-tenchusatsu {
  width: 15px;
  display: inline-block;
  padding: 0;
  margin-top: 24px;
}

.compatibility-phases-row {
  margin-left: 25px;
}

.total-compatibility h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.total-compatibility .round-box {
  width: 80%;
  margin: 20px auto 0 auto;
  padding: 5px 20px;
}

table.compatibility {
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C21F5B;
}
table.compatibility:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
table.compatibility th {
  color: #666;
  font-weight: bold;
  min-width: 50px;
}
table.compatibility td {
  min-width: 50px;
  text-align: right;
}

.compatibility-point ul {
  list-style: none;
  margin: 0;
}

.wait-ranking {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.same-taiun .scroller {
  max-height: 60vh;
  overflow-y: auto;
}
.same-taiun ul {
  list-style: none;
}
.same-taiun ul li {
  margin-bottom: 16px;
}
.same-taiun ul li .today {
  font-weight: bold;
  color: red;
  margin: 0 4px;
}
.same-taiun ul li .marriage {
  font-weight: bold;
  color: blue;
  margin: 0 4px;
}
.same-taiun ul li .same-figure {
  position: relative;
}
.same-taiun ul li .same-figure .taiun-row {
  display: flex;
  padding: 0;
  border: 1px solid #666;
  width: 400px;
  height: 28px;
}
.same-taiun ul li .same-figure .taiun-row:first-child {
  border-bottom: none;
}
.same-taiun ul li .same-figure .taiun-row .taiun-box {
  display: table;
  margin: 0;
  border: 1px solid #666;
  text-align: center;
}
.same-taiun ul li .same-figure .start-date {
  height: 12px;
  display: flex;
  font-size: 0.8rem;
  line-height: 12px;
  color: #666;
}
.same-taiun ul li .same-figure .same-range {
  position: absolute;
  top: 38px;
  height: 0px;
  border-top: 3px solid red;
}

/* カレンダー */
.calendar-form {
  max-width: 350px;
}

.calendar .calendar-header {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e8e8e8;
}
@media screen and (max-width: 479px) {
  .calendar .calendar-header {
    flex-direction: column;
  }
}
.calendar .calendar-header .title {
  margin-right: 40px;
  font-size: 20px;
  line-height: 26px;
}
.calendar .calendar-header .title .profile {
  font-size: 16px;
}
@media screen and (max-width: 479px) {
  .calendar .calendar-header .buttons {
    margin: 10px 0;
    justify-content: center;
  }
}
.calendar .calendar-header .buttons button {
  margin-right: 10px;
}
.calendar .calendar-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
@media screen and (max-width: 1199px) {
  .calendar .calendar-container {
    flex-wrap: wrap;
  }
}
.calendar .calendar-container .calendar-month {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .calendar .calendar-container .calendar-month {
    flex-direction: column;
  }
}
.calendar .calendar-container .calendar-month .month-head {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .calendar .calendar-container .calendar-month .month-head {
    margin: 0 0 10px 0;
    text-align: center;
  }
}
.calendar .calendar-container .calendar-month .month-head > div {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.calendar .calendar-container .calendar-month .month-head select {
  text-align: right;
  margin-right: 5px;
}
.calendar .calendar-container .calendar-month .month-head .year-select {
  width: 80px;
}
.calendar .calendar-container .calendar-month .month-head .month-select {
  width: 50px;
}
.calendar .calendar-container .calendar-month .month-buttons {
  display: flex;
  flex: 1 1 auto;
  justify-content: end;
}
.calendar .calendar-container .calendar-month .month-buttons button {
  margin-bottom: 0;
  padding: 0;
  width: 64px;
  height: 30px;
  font-size: 14px;
  color: #fff;
}
.calendar .calendar-container .calendar-month .month-buttons .prev-month {
  justify-content: flex-start;
  background-color: #9D093F;
}
.calendar .calendar-container .calendar-month .month-buttons .next-month {
  justify-content: flex-end;
  background-color: #9D093F;
}
.calendar .calendar-container .calendar-month .month-buttons .current-month {
  background-color: #C21F5B;
}
.calendar .calendar-container .calendar-body {
  flex: 1 1 auto;
}
.calendar .calendar-container .calendar-body .calendar-result {
  width: 100%;
}
@media screen and (max-width: 479px) {
  .calendar .calendar-container .calendar-body .calendar-result {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
.calendar .calendar-container .calendar-body .calendar-result td {
  position: relative;
  width: 80px;
  min-height: 60px;
  height: 60px;
  background-color: #f0f0f0;
  border-radius: 2px;
  padding: 5px;
  vertical-align: top;
}
.calendar .calendar-container .calendar-body .calendar-result td.today::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 3px solid #777;
  box-sizing: border-box;
}
.calendar .calendar-container .calendar-body .calendar-result td.first-day::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-top: 3px solid #3f3;
  border-left: 3px solid #3f3;
  box-sizing: border-box;
}
.calendar .calendar-container .calendar-body .calendar-result td.Sunday {
  background-color: #fff0f0;
}
.calendar .calendar-container .calendar-body .calendar-result td.Saturday {
  background-color: #f0f0ff;
}
.calendar .calendar-container .calendar-body .calendar-result td .date {
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #555;
  width: 60px;
}
.calendar .calendar-container .calendar-body .calendar-result td .kanshi {
  font-size: 14px;
}
.calendar .calendar-container .calendar-body .calendar-result td ul.judges {
  margin: 10px 5px;
  font-size: 12px;
  min-height: 16px;
  color: #444;
}
@media screen and (max-width: 479px) {
  .calendar .calendar-container .calendar-body .calendar-result td ul.judges {
    margin: 10px 0;
  }
}
.calendar .calendar-container .calendar-body .calendar-result td ul.judges > li {
  line-height: 16px;
}
.calendar .calendar-container .calendar-body .calendar-notes {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.calendar .calendar-container .calendar-body .calendar-notes .caption {
  font-weight: bold;
  color: #555;
}
.calendar .calendar-container .calendar-body .calendar-notes .shugoshin {
  color: #f00;
}
.calendar .calendar-container .calendar-body .calendar-notes .imigami {
  color: #00f;
}
.calendar .calendar-container .calendar-body .calendar-notes .calendar-note {
  margin-left: 20px;
}
.calendar .calendar-container .calendar-body .is-tenchusatsu {
  color: unset;
  border-bottom: 2px solid red;
}
.calendar .calendar-container .calendar-body .is-shugoshin {
  color: red;
}
.calendar .calendar-container .calendar-body .is-imigami {
  color: blue;
}
.calendar .calendar-container .calendar-setting .calendar-shugoshin, .calendar .calendar-container .calendar-setting .calendar-imigami {
  width: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.calendar .calendar-container .calendar-setting .calendar-shugoshin button, .calendar .calendar-container .calendar-setting .calendar-imigami button {
  margin: 0 0 5px;
  width: 28px;
  height: 28px;
}
.calendar .calendar-container .calendar-setting .calendar-shugoshin button.clear-button, .calendar .calendar-container .calendar-setting .calendar-imigami button.clear-button {
  flex: 0 0 100%;
  color: #fff;
  background-color: #5B5B5B;
}
.calendar .calendar-container .calendar-setting .calendar-shugoshin button.checked, .calendar .calendar-container .calendar-setting .calendar-imigami button.checked {
  color: #fff;
  background-color: #C21F5B;
}
.calendar .calendar-container .calendar-profile {
  display: flex;
  flex-direction: column;
  width: 220px;
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  .calendar .calendar-container .calendar-profile {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.calendar .calendar-container .calendar-profile .profile-section {
  flex: 0 0 220px;
  padding: 20px;
  border-bottom: 1px solid #C21F5B;
}
@media screen and (max-width: 1199px) {
  .calendar .calendar-container .calendar-profile .profile-section {
    border-right: 1px solid #C21F5B;
    border-bottom: none;
  }
}
@media screen and (max-width: 479px) {
  .calendar .calendar-container .calendar-profile .profile-section {
    flex: 0 0 100%;
    border-right: none;
    border-bottom: 1px solid #C21F5B;
  }
}
.calendar .calendar-container .calendar-profile .profile-section:last-of-type {
  border: none;
}
.calendar .calendar-loading {
  width: 100%;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar .calendar-loading img {
  width: 30px;
  height: 30px;
}
.calendar .calendar-kotenun-loading {
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar .calendar-kotenun-loading img {
  width: 30px;
  height: 30px;
}

/* 検索 */
.search-bar {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
}
.search-bar input {
  flex: 1 1 auto;
  height: 30px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.search-bar input::placeholder {
  font-size: 14px;
}
.search-bar button {
  padding: 0;
  flex: 0 0 40px;
  height: 30px;
  border-radius: 0 4px 4px 0;
}
.search-bar button .fas {
  font-size: 18px;
}
.search-bar button img {
  height: 18px;
  fill: #414141;
}

.search-card .search-box {
  position: relative;
  max-width: 320px;
  margin: 0 20px 30px 0;
}
.search-card .search-box:last-of-type {
  margin-right: 0;
}
.search-card .search-box .clear-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  font-size: 12px;
}
.search-card .search-box h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.search-card .search-box h3 {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}
.search-card .search-box .radio-group {
  margin-bottom: 20px;
}
.search-card .search-box .divination-cell {
  padding: 0 3px;
  vertical-align: top;
}
.search-card .search-box .jintaizu-cell {
  width: 90px;
  text-align: center;
  padding: 10px 5px;
}
.search-card .search-box select {
  padding: 7px 10px;
}
@media screen and (max-width: 479px) {
  .search-card #search-conditions {
    margin-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  .search-card .separated {
    padding-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #C21F5B;
  }
}
.search-card .buttons {
  padding-bottom: 40px;
}
@media screen and (min-width: 480px) {
  .search-card .buttons.sub-button {
    display: none;
  }
}

#search-insen .divination-row {
  margin-bottom: 10px;
}

.name-search-form {
  max-width: 400px;
}
.name-search-form .form-group {
  margin-bottom: 20px;
}

.insen-selected {
  width: 60px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}

.jintaizu-selected {
  width: 75px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}

.search-condition {
  white-space: nowrap;
}

.condition-selector {
  position: relative;
}
.condition-selector button {
  min-width: unset;
  margin: 7px 5px;
}
.condition-selector .clear-button {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 30px;
}

.button-selected {
  font-weight: bold;
  background-color: #ccc;
}

.search-buttons {
  margin: 0 -10px;
  width: calc(100% + 20px);
}

.search-row {
  display: flex;
}
@media screen and (max-width: 479px) {
  .search-row {
    justify-content: space-between;
  }
}

.search-select {
  display: flex;
  align-items: center;
  margin: 0 25px 15px 0;
}
@media screen and (max-width: 479px) {
  .search-select {
    flex-direction: column;
    margin-right: 0;
  }
}
.search-select .mdl-checkbox {
  width: 0;
}
@media screen and (max-width: 479px) {
  .search-select .mdl-checkbox {
    margin-left: 4px;
  }
}
.search-select button {
  margin: 0;
  height: 34px;
}
@media screen and (max-width: 479px) {
  .search-select button {
    padding: 0;
    min-width: 45px;
  }
  .search-select button.shusei-button {
    min-width: 50px;
  }
  .search-select button.juusei-button {
    min-width: 60px;
  }
}

.kanshi-select button {
  width: 45px;
}

.row-margin {
  height: 20px;
}

/* 用語辞典 */
.dictionary {
  margin-top: 0;
}
.dictionary li {
  display: inline-block;
  min-width: 200px;
  padding-left: 30px;
}

/* 家族設定 */
.family-list .header {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.family-list .header .search-bar {
  flex: 1 1 auto;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .family-list .header .search-bar {
    flex: 0 0 100%;
  }
}
.family-list .header .buttons {
  margin-left: 20px;
}
@media screen and (max-width: 479px) {
  .family-list .header .buttons {
    flex: 0 0 100%;
    justify-content: flex-end;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.family-list li {
  padding: 18px 5px;
}
.family-list .family-cell {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #aaa;
  cursor: pointer;
}
.family-list .family-cell .family-info {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .family-list .family-cell .family-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.family-list .family-cell .family-info .family-name {
  font-size: 18px;
  margin-right: 20px;
}
.family-list .family-cell .family-info .members {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
.family-list .family-cell .family-info .members .parents {
  min-width: 100px;
  font-size: 16px;
  line-height: 18px;
}
.family-list .family-cell .family-info .members .children {
  color: #777;
  font-size: 13px;
}
@media screen and (max-width: 479px) {
  .family-list .family-cell .family-info .members .children {
    display: none;
  }
}
.family-list .family-cell .button {
  flex: 0 0 auto;
  margin-right: 10px;
  font-size: 14px;
}
.family-list .family-cell:hover {
  background-color: #f8f8f8;
}

.family-diagram {
  width: 324px;
  padding: 20px 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.family-diagram.family-remodal {
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .family-diagram {
    width: 300px;
  }
}
.family-diagram .add-person {
  font-size: 40px;
  color: #ff4081;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.family-diagram .parent-row {
  display: flex;
}
.family-diagram .parent-row .parent-line {
  width: 60px;
  position: relative;
}
.family-diagram .parent-row .parent-line::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #888;
}
.family-diagram .parent-row .parent-line::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0;
  height: 50%;
  width: 1px;
  background-color: #888;
}
.family-diagram .parent-row .parent-line.no-child::after {
  display: none;
}
.family-diagram .child-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.family-diagram .child-row .child-line {
  position: relative;
  height: 30px;
}
.family-diagram .child-row .child-line::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background-color: #888;
}
.family-diagram .person {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  min-height: 60px;
  border: 1px solid #888;
  padding: 0 3px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .family-diagram .person {
    width: 120px;
  }
}
.family-diagram .person .title {
  color: #444;
  font-size: 10px;
}
.family-diagram .person .birthday, .family-diagram .person .death-date {
  color: #444;
  font-size: 11px;
  line-height: 14px;
}
.family-diagram .person .remove-person {
  position: absolute;
  right: 3px;
  top: 3px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.family-diagram .person.even, .family-diagram .person.odd {
  border-color: blue;
}
.family-diagram .person.self {
  border-width: 3px;
}
.family-diagram .person .add-info {
  position: absolute;
  display: flex;
  align-items: center;
  right: -140px;
  top: 0;
  width: 130px;
  height: 100%;
}
.family-diagram .person .add-info ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  list-style: none;
}

.family-configure > h4 {
  display: flex;
  align-items: center;
}
.family-configure > h4 > input {
  width: 100px;
  margin-right: 5px;
}
.family-configure .date-form {
  display: flex;
  align-items: center;
}
.family-configure .date-form h5 {
  margin: 0 30px 0 0;
  font-size: 16px;
}
.family-configure .date-form .form-group {
  margin-right: 12px;
  padding: 0;
}
.family-configure .date-form .form-group.head {
  width: 75px;
}
.family-configure .date-form .form-group > input {
  margin-right: 2px;
}
.family-configure .date-form .form-group > input.year {
  width: 60px;
}
.family-configure .date-form .form-group > input.month, .family-configure .date-form .form-group > input.day {
  width: 45px;
}
.family-configure .marriage-form {
  margin-bottom: 20px;
}
.family-configure .marriage-form .title {
  margin: 0;
  font-size: 14px;
}
.family-configure .marriage-form .note {
  font-size: 12px;
  line-height: 20px;
  color: #888;
}

.family-selector .person-profile {
  margin: 0 -35px;
  padding: 0 35px 10px;
  border-bottom: 2px solid #eeeeee;
}
@media screen and (max-width: 479px) {
  .family-selector .person-profile {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.family-selector .person-profile .form-group {
  max-width: 300px;
}
.family-selector .person-profile .name-form {
  display: flex;
  flex-wrap: wrap;
}
.family-selector .person-profile .name-form > .form-group {
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .family-selector .person-profile .name-form > .form-group {
    width: 120px;
  }
}
.family-selector .person-profile .birthday-form, .family-selector .person-profile .death-date-form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.family-selector .person-profile .birthday-form > label, .family-selector .person-profile .death-date-form > label {
  flex: 0 0 auto;
  padding: 0 10px 0 0;
}
.family-selector .person-profile .birthday-form > input, .family-selector .person-profile .death-date-form > input {
  flex: 1 1 auto;
}
.family-selector .person-profile .sex-form > label {
  flex: 0 0 auto;
  padding: 0 20px 0 0;
}
.family-selector .person-list {
  min-height: 555px;
}
.family-selector .person-list .saved-list {
  margin: 20px 0;
}
.family-selector .family-selected {
  font-size: 16px;
  margin: -20px 0 40px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.family-selector .buttons {
  display: flex;
}
@media screen and (max-width: 479px) {
  .family-selector .buttons {
    flex-direction: column;
    align-items: center;
  }
}
.family-selector .buttons .submit-button {
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .family-selector .buttons .submit-button {
    margin: 0 0 10px 0;
  }
}

.family-result .head {
  display: flex;
  flex-direction: column;
}
.family-result .head h4 {
  margin-right: 20px;
}
.family-result .head .buttons {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.family-result .head .buttons .space {
  flex: 1 1 auto;
}
.family-result .head .buttons > div {
  margin-right: 10px;
}
.family-result .head .buttons > div:last-of-type {
  margin-right: 0;
}
.family-result .head .buttons .anonymous {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
}
@media screen and (min-width: 480px) {
  .family-result .head {
    flex-direction: column;
    align-items: stretch;
  }
}
.family-result .family-table {
  position: relative;
  width: 100%;
  margin: 20px 0 40px;
  display: flex;
  border: 1px solid #888;
}
.family-result .family-table .header-row {
  height: 50px;
  border-bottom: 1px solid #888;
}
.family-result .family-table .info-column {
  flex: 0 0 90px;
  display: flex;
  flex-direction: column;
}
.family-result .family-table .body-column {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}
.family-result .family-table .body-column .header-row {
  position: relative;
  display: flex;
  border-bottom: 1px solid #888;
  padding-left: 130px;
}
.family-result .family-table .body-column .header-row .nenun-year {
  display: flex;
  align-items: flex-end;
  color: #707070;
  font-size: 10px;
  line-height: 14px;
}
.family-result .family-table .body-column .person-row .body {
  padding-left: 40px;
}
.family-result .family-table .body-column .overlay {
  position: absolute;
  margin-left: 130px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.family-result .family-table .body-column .overlay .child-line {
  position: absolute;
  top: 50px;
  width: 0;
  border-left: 1px dashed #999;
}
.family-result .family-table .body-column .overlay .child-line.tenchusatsu {
  border-left: 1px dashed #ff0000;
}
.family-result .family-table .body-column .overlay .marriage-line {
  padding-top: 5px;
  position: absolute;
  top: 0;
  height: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #17ae00;
}
.family-result .family-table .body-column .overlay .marriage-line .title {
  position: absolute;
  width: 30px;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
}
.family-result .family-table .body-column .overlay .marriage-line .triangle {
  position: absolute;
  top: 18px;
  font-size: 15px;
  line-height: 15px;
}
.family-result .family-table .body-column .overlay .marriage-line::after {
  content: "";
  margin-top: 30px;
  border-left: 2px dashed #17ae00;
  height: 100%;
}
.family-result .family-table .body-column .overlay .marriage-line.tenchusatsu::after {
  content: "";
  border-left: 2px dashed #ff0000;
  height: 100%;
}
.family-result .family-table .body-column .overlay .divorce-line {
  padding-top: 5px;
  position: absolute;
  top: 0;
  height: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3f009a;
}
.family-result .family-table .body-column .overlay .divorce-line .title {
  position: absolute;
  width: 30px;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
}
.family-result .family-table .body-column .overlay .divorce-line .triangle {
  position: absolute;
  top: 18px;
  font-size: 15px;
  line-height: 15px;
}
.family-result .family-table .body-column .overlay .divorce-line::after {
  content: "";
  margin-top: 30px;
  border-left: 2px dashed #3f009a;
  height: 100%;
}
.family-result .family-table .body-column .overlay .divorce-line.tenchusatsu::after {
  content: "";
  border-left: 2px dashed #ff0000;
  height: 100%;
}
.family-result .family-table .body-column .overlay .bereavement-line {
  padding-top: 5px;
  position: absolute;
  top: 0;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3f009a;
}
.family-result .family-table .body-column .overlay .bereavement-line::after {
  content: "";
  margin-top: 0;
  border-left: 2px dashed #3f009a;
  height: 100%;
}
.family-result .family-table .body-column .overlay .bereavement-line.tenchusatsu::after {
  content: "";
  border-left: 2px dashed #ff0000;
  height: 100%;
}
.family-result .family-table .body-column .overlay .current-line-head {
  padding-top: 5px;
  position: absolute;
  top: 0;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #5C5C5C;
}
.family-result .family-table .body-column .overlay .current-line-head .title {
  position: absolute;
  width: 30px;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
}
.family-result .family-table .body-column .overlay .current-line-head .triangle {
  position: absolute;
  top: 18px;
  font-size: 15px;
  line-height: 15px;
}
.family-result .family-table .body-column .overlay .current-line-head::after {
  content: "";
  margin-top: 30px;
  height: calc(100% - 30px);
  width: 1px;
  background-color: #888;
}
.family-result .family-table .body-column .overlay .current-line {
  position: absolute;
  height: 80px;
  background-color: #888;
}
.family-result .family-table .body-column .overlay .current-line.tenchusatsu {
  width: 2px;
  background-color: #ff0000;
}
.family-result .family-table .body-column .overlay .current-line.tenchusatsu-death {
  width: 1px;
  background-color: #ff0000;
}
.family-result .family-table .body-column .overlay .same-taiun {
  position: absolute;
  height: 80px;
  background-color: #0000ff;
  opacity: 0.6;
}
.family-result .family-table .person-row {
  height: 80px;
  display: flex;
  border-bottom: 1px solid #888;
}
.family-result .family-table .person-row:last-of-type {
  border-bottom: none;
}
.family-result .family-table .person-row .name {
  position: relative;
  flex: 0 0 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #888;
  font-size: 16px;
  padding: 0 3px;
}
.family-result .family-table .person-row .name a.person-name {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}
.family-result .family-table .person-row .name .title {
  position: absolute;
  left: 5px;
  top: 1px;
  font-size: 11px;
  color: #888;
}
.family-result .family-table .person-row > .tenchusatsu {
  padding: 3px;
  flex: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #888;
  text-align: center;
}
.family-result .family-table .person-row .features {
  flex: 0 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #888;
  color: #f00;
  font-size: 14px;
}
.family-result .family-table .person-row .body {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.family-result .family-table .person-row .body .kotenun-bar {
  position: relative;
  display: flex;
  flex-direction: column;
}
.family-result .family-table .person-row .body .kotenun-bar.tenchusatsu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #f00;
}
.family-result .family-table .person-row .body .kotenun-bar .nenun-bar {
  position: relative;
  display: flex;
  border: 1px solid #888;
  height: 8px;
  overflow: hidden;
}
.family-result .family-table .person-row .body .kotenun-bar .nenun-bar .nenun-tenchusatsu {
  position: absolute;
  background-color: #f00;
  opacity: 0.8;
  height: 100%;
}
.family-result .family-table .person-row .body .kotenun-bar .taiun-bar {
  position: relative;
  display: flex;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  height: 8px;
  overflow: hidden;
}
.family-result .family-table .person-row .body .kotenun-bar .taiun-bar .taiun-tenchusatsu {
  position: absolute;
  background-color: #FF9300;
  opacity: 0.8;
  height: 100%;
}
.family-result .family-table .zoom-buttons {
  position: absolute;
  top: 5px;
  right: 5px;
  user-select: none;
}
.family-result .family-table .zoom-buttons .zoom-button {
  color: #888;
  cursor: pointer;
}
.family-result .family-informations {
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 28px;
  border-bottom: 1px solid #C21F5B;
}
.family-result .family-informations:last-of-type {
  border-bottom: none;
}
.family-result .family-informations h5 {
  margin: 0 0 5px;
  font-weight: bold;
  color: #666;
  font-size: 14px;
}
.family-result .family-informations .mdl-switch {
  display: flex;
  align-items: center;
  height: 100%;
}
.family-result .family-informations .mdl-switch .mdl-switch__label {
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  line-height: 28px;
}
.family-result .family-informations #compatibility-form {
  cursor: pointer;
}
.family-result .family-informations.circles {
  display: flex;
  flex-wrap: wrap;
}
.family-result .family-informations.circles > li {
  display: flex;
  flex-direction: column;
  margin: 0 20px 20px 0;
}
.family-result .family-informations.circles > li .father {
  color: blue;
}
.family-result .family-informations.circles > li .mother {
  color: red;
}
.family-result .family-informations.circles > li img {
  width: 180px;
  height: 180px;
}

.hakkaku .details {
  padding: 5px;
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* 組織設定 */
.team .title {
  color: #888;
  font-size: 12px;
  font-weight: bold;
}
.team .name {
  font-size: 16px;
}
.team .birthday {
  color: #888;
  font-size: 12px;
}

.team-list .header {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.team-list .header .search-bar {
  flex: 1 1 auto;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .team-list .header .search-bar {
    flex: 0 0 100%;
  }
}
.team-list .header .buttons {
  margin-left: 20px;
}
@media screen and (max-width: 479px) {
  .team-list .header .buttons {
    flex: 0 0 100%;
    justify-content: flex-end;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.team-list li {
  padding: 18px 5px;
}
.team-list .team-cell {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #aaa;
  cursor: pointer;
}
.team-list .team-cell .team-info {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .team-list .team-cell .team-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.team-list .team-cell .team-info .team-name {
  font-size: 18px;
  margin-right: 20px;
}
.team-list .team-cell .button {
  flex: 0 0 auto;
  margin-right: 10px;
  font-size: 14px;
}
.team-list .team-cell:hover {
  background-color: #f8f8f8;
}

.team-configure > h4 {
  display: flex;
  align-items: center;
}
.team-configure > h4 > input {
  width: 100px;
  margin-right: 5px;
}
.team-configure .add-member {
  font-size: 40px;
  color: #ff4081;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.team-configure .date-form {
  display: flex;
  align-items: center;
}
.team-configure .date-form h5 {
  margin: 0 30px 0 0;
  font-size: 16px;
}
.team-configure .date-form .form-group {
  margin-right: 12px;
  padding: 0;
}
.team-configure .date-form .form-group.head {
  width: 75px;
}
.team-configure .date-form .form-group > input {
  margin-right: 2px;
}
.team-configure .date-form .form-group > input.year {
  width: 60px;
}
.team-configure .date-form .form-group > input.month, .team-configure .date-form .form-group > input.day {
  width: 45px;
}
.team-configure .member-list {
  max-width: 400px;
}
.team-configure .member-list li {
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
}
.team-configure .member-list li .title {
  display: inline-block;
  font-weight: bold;
  flex: 0 0 80px;
}
.team-configure .member-list li .name {
  flex: 1 1 auto;
}
.team-configure .member-list li .member-buttons {
  flex: 0 0 auto;
}
.team-configure .member-list li .member-buttons > span {
  cursor: pointer;
  color: #666;
}
.team-configure .member-list li:hover {
  background-color: #f0f0f0;
}

.team-selector .member-profile {
  margin: 0 -35px;
  padding: 0 35px 10px;
  border-bottom: 2px solid #eeeeee;
}
@media screen and (max-width: 479px) {
  .team-selector .member-profile {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.team-selector .member-profile .form-group {
  max-width: 300px;
}
.team-selector .member-profile .name-form {
  display: flex;
  flex-wrap: wrap;
}
.team-selector .member-profile .name-form > .form-group {
  margin-right: 40px;
}
@media screen and (max-width: 479px) {
  .team-selector .member-profile .name-form > .form-group {
    margin-right: 0;
    width: 100%;
  }
}
.team-selector .member-profile .profile-form {
  display: flex;
  flex-wrap: wrap;
}
.team-selector .member-profile .profile-form > .form-group {
  margin-right: 40px;
}
@media screen and (max-width: 479px) {
  .team-selector .member-profile .profile-form > .form-group {
    margin-right: 0;
    width: 100%;
  }
}
.team-selector .member-profile .birthday-form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.team-selector .member-profile .birthday-form > label {
  flex: 0 0 auto;
  padding: 0 10px 0 0;
}
.team-selector .member-profile .birthday-form > input {
  flex: 1 1 auto;
}
.team-selector .member-profile .sex-form > label {
  flex: 0 0 auto;
  padding: 0 20px 0 0;
}
.team-selector .member-profile .dates-form {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.team-selector .member-profile .dates-form > .form-group {
  margin-right: 40px;
}
@media screen and (max-width: 479px) {
  .team-selector .member-profile .dates-form > .form-group {
    margin-right: 0;
    width: 100%;
  }
}
.team-selector .person-list {
  min-height: 555px;
}
.team-selector .person-list .saved-list {
  margin: 20px 0;
}
.team-selector .team-selected {
  font-size: 16px;
  margin: -20px 0 40px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.team-selector .buttons {
  display: flex;
}
@media screen and (max-width: 479px) {
  .team-selector .buttons {
    flex-direction: column;
    align-items: center;
  }
}
.team-selector .buttons .submit-button {
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .team-selector .buttons .submit-button {
    margin: 0 0 10px 0;
  }
}

.team-result .head {
  display: flex;
  flex-direction: column;
}
.team-result .head .buttons {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-result .head .buttons .space {
  flex: 1 1 auto;
}
.team-result .head .buttons > div {
  margin-right: 10px;
}
.team-result .head .buttons > div:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  .team-result .head {
    flex-direction: column;
    align-items: stretch;
  }
}
.team-result .member-table {
  border-collapse: separate;
  border-spacing: 0 20px;
}
.team-result .member-table tr {
  position: relative;
  border-bottom: 1px solid #aaa;
}
.team-result .member-table tr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #aaa;
}
.team-result .member-table tr td {
  padding-right: 40px;
  vertical-align: top;
}
.team-result .member-table tr .profile {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.team-result .member-table tr .profile a {
  color: unset;
  text-decoration: underline;
  cursor: pointer;
}
.team-result .member-table tr .profile .insen {
  display: flex;
  padding: 10px 0;
}
.team-result .member-table tr .profile .insen .tenchusatsu {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  margin-right: 20px;
}
.team-result .member-table tr .profile .insen .insen-cell {
  display: inline-block;
  width: 26px;
  height: 26px;
}
.team-result .member-table tr .judges-with-time .date-head {
  color: #888;
  font-size: 12px;
}
.team-result .member-table tr .judges-with-time .is-tenchusatsu {
  color: unset;
  border-bottom: 2px solid red;
}
.team-result .member-table tr .judges-with-time .is-shugoshin {
  color: red;
}
.team-result .member-table tr .judges-with-time .is-imigami {
  color: blue;
}
.team-result .member-table tr a {
  color: unset;
  text-decoration: underline;
}

/* クイズ */
.quiz {
  width: 600px;
}
@media screen and (max-width: 479px) {
  .quiz {
    width: 100%;
  }
}
.quiz h1 {
  font-size: 2rem;
}
.quiz article {
  border-bottom: 2px dotted #aaa;
}
.quiz article .question {
  margin: 0 0 40px 0;
}
.quiz article .question .shukumei {
  margin-bottom: 20px;
}
.quiz article .question .jintaizu {
  margin-bottom: 20px;
  width: auto;
  white-space: nowrap;
  display: table;
}
.quiz article .question .jintaizu span {
  display: inline-block;
  width: 80px;
  margin: 0;
  padding: 8px;
  border: 1px solid #ccc;
  text-align: center;
}
.quiz article .answers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
.quiz article .answers input[type=radio] {
  display: none;
}
.quiz article .answers label {
  flex: 0 0 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  margin: 10px;
  background-color: white;
  border: 3px solid #C21F5B;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .quiz article .answers label {
    flex: 0 0 calc(100% - 20px);
  }
}
.quiz article .answers input[type=radio]:checked + label {
  background-color: #C21F5B;
  color: white;
  font-weight: bold;
}
.quiz article .selected {
  margin-bottom: 10px;
}
.quiz article .answer {
  display: flex;
  width: 100%;
  margin: 0 0 20px 0;
}
.quiz article .answer .correct {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border: 6px solid green;
  border-radius: 50%;
}
.quiz article .answer .incorrect {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.quiz article .answer .incorrect::before, .quiz article .answer .incorrect::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 40px;
  background-color: red;
}
.quiz article .answer .incorrect::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.quiz article .answer .incorrect::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.quiz article .answer p {
  line-height: 32px;
}
.quiz article .answer p .correct-answer {
  font-size: 2rem;
  font-weight: bold;
  color: #C21F5B;
}
.quiz .buttons {
  display: flex;
  justify-content: center;
  margin: 60px 0 80px 0;
}
.quiz .buttons button {
  width: 400px;
  height: 60px;
  background-color: white;
  border: 3px solid #C21F5B;
  color: black;
}
@media screen and (max-width: 479px) {
  .quiz .buttons button {
    flex: 0 0 calc(100% - 20px);
  }
}
.quiz .errors {
  color: red;
}

/* まとめ印刷 */
.multi-print-list {
  width: 600px;
  margin-bottom: 40px;
}
.multi-print-list .header {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.multi-print-list .header .search-bar {
  flex: 1 1 auto;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .multi-print-list .header .search-bar {
    flex: 0 0 100%;
  }
}
.multi-print-list .header .buttons {
  margin-left: 20px;
}
@media screen and (max-width: 479px) {
  .multi-print-list .header .buttons {
    flex: 0 0 100%;
    justify-content: flex-end;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.multi-print-list .print-cell {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #aaa;
  cursor: pointer;
  padding: 0 5px;
}
.multi-print-list .print-cell .print-info {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 18px 0;
}
@media screen and (max-width: 479px) {
  .multi-print-list .print-cell .print-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.multi-print-list .print-cell .print-info .print-title {
  font-size: 18px;
  margin-right: 20px;
}
.multi-print-list .print-cell .print-info .members {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
.multi-print-list .print-cell .print-info .members .parents {
  min-width: 100px;
  font-size: 16px;
  line-height: 18px;
}
.multi-print-list .print-cell .print-info .members .children {
  color: #777;
  font-size: 13px;
}
@media screen and (max-width: 479px) {
  .multi-print-list .print-cell .print-info .members .children {
    display: none;
  }
}
.multi-print-list .print-cell .print-info .anonymous {
  position: absolute;
  bottom: -10px;
  left: 0;
  font-size: 0.8rem;
  color: #666;
}
.multi-print-list .print-cell .button {
  padding: 18px 0;
  flex: 0 0 auto;
  margin-right: 10px;
  font-size: 14px;
}
.multi-print-list .print-cell:hover {
  background-color: #f8f8f8;
}

.multi-print-configure .print-title {
  margin-bottom: 40px;
}
.multi-print-configure > h4 {
  display: flex;
  align-items: center;
}
.multi-print-configure > h4 > input {
  width: 100px;
  margin-right: 5px;
}
.multi-print-configure .member-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.multi-print-configure .member-list .person {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-height: 60px;
  margin: 10px;
  border: 1px solid #888;
  padding: 0 3px;
  position: relative;
}
@media screen and (max-width: 479px) {
  .multi-print-configure .member-list .person {
    width: 120px;
  }
}
.multi-print-configure .member-list .person .title {
  color: #444;
  font-size: 10px;
}
.multi-print-configure .member-list .person .birthday {
  color: #444;
  font-size: 11px;
  line-height: 14px;
}
.multi-print-configure .member-list .person .remove-person {
  position: absolute;
  right: 3px;
  top: 3px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.multi-print-configure .member-list .person.even, .multi-print-configure .member-list .person.odd {
  border-color: blue;
}
.multi-print-configure .member-list .person.self {
  border-width: 3px;
}
.multi-print-configure .member-list .person .add-info {
  position: absolute;
  display: flex;
  align-items: center;
  right: -140px;
  top: 0;
  width: 130px;
  height: 100%;
}
.multi-print-configure .member-list .person .add-info ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  list-style: none;
}
.multi-print-configure .member-list .add-person {
  font-size: 40px;
  color: #ff4081;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.multi-print-configure .date-form {
  display: flex;
  align-items: center;
}
.multi-print-configure .date-form h5 {
  margin: 0 30px 0 0;
  font-size: 16px;
}
.multi-print-configure .date-form .form-group {
  margin-right: 12px;
  padding: 0;
}
.multi-print-configure .date-form .form-group.head {
  width: 75px;
}
.multi-print-configure .date-form .form-group > input {
  margin-right: 2px;
}
.multi-print-configure .date-form .form-group > input.year {
  width: 60px;
}
.multi-print-configure .date-form .form-group > input.month, .multi-print-configure .date-form .form-group > input.day {
  width: 45px;
}
.multi-print-configure .marriage-form {
  margin-bottom: 20px;
}
.multi-print-configure .marriage-form .title {
  margin: 0;
  font-size: 14px;
}
.multi-print-configure .marriage-form .note {
  font-size: 12px;
  line-height: 20px;
  color: #888;
}

.person-selector .person-profile {
  margin: 0 -35px;
  padding: 0 35px 10px;
  border-bottom: 2px solid #eeeeee;
}
@media screen and (max-width: 479px) {
  .person-selector .person-profile {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.person-selector .person-profile .form-group {
  max-width: 300px;
}
.person-selector .person-profile .name-form {
  display: flex;
  flex-wrap: wrap;
}
.person-selector .person-profile .name-form > .form-group {
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .person-selector .person-profile .name-form > .form-group {
    width: 120px;
  }
}
.person-selector .person-profile .birthday-form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.person-selector .person-profile .birthday-form > label {
  flex: 0 0 auto;
  padding: 0 10px 0 0;
}
.person-selector .person-profile .birthday-form > input {
  flex: 1 1 auto;
}
.person-selector .person-profile .sex-form > label {
  flex: 0 0 auto;
  padding: 0 20px 0 0;
}
.person-selector .person-list {
  min-height: 555px;
}
.person-selector .person-list .saved-list {
  margin: 20px 0;
}
.person-selector .person-selected {
  font-size: 16px;
  margin: -20px 0 40px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.person-selector .buttons {
  display: flex;
}
@media screen and (max-width: 479px) {
  .person-selector .buttons {
    flex-direction: column;
    align-items: center;
  }
}
.person-selector .buttons .submit-button {
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  .person-selector .buttons .submit-button {
    margin: 0 0 10px 0;
  }
}

.anonymous {
  margin-bottom: 8px;
}

/* エラー */
.error-page h1 {
  font-size: 2rem;
}

/* モバイル対応 【最後に】 */
@media screen and (max-width: 479px) {
  .sp-separate {
    min-width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C21F5B;
  }
  .sp-separate:last-of-type {
    border-bottom: none;
  }
}
