@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  line-break: strict;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: subpixel-antialiased;
  vertical-align: top;
  color: #303030;
  background: #ffffff;
}

a {
  display: block;
  color: #303030;
  text-decoration: none;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.ptb1 {
  padding: 8px 0;
}
.ptb2 {
  padding: 16px 0;
}
.ptb3 {
  padding: 24px 0;
}
.ptb4 {
  padding: 32px 0;
}
.ptb5 {
  padding: 40px 0;
}
.ptblr1 {
  padding: 8px;
}
.ptblr2 {
  padding: 16px;
}
.ptblr3 {
  padding: 24px;
}
.ptblr4 {
  padding: 32px;
}
.ptblr5 {
  padding: 40px;
}
.ptlr1 {
  padding: 8px 8px 0;
}
.ptlr2 {
  padding: 16px 16px 0;
}
.ptlr3 {
  padding: 24px 24px 0;
}
.ptlr4 {
  padding: 32px 32px 0;
}
.ptlr5 {
  padding: 40px 40px 0;
}
.pt1 {
  padding: 8px 0 0;
}
.pt2 {
  padding: 16px 0 0;
}
.pt3 {
  padding: 24px 0 0;
}
.pt4 {
  padding: 32px 0 0;
}
.pt5 {
  padding: 40px 0 0;
}
.pb1 {
  padding: 0 0 8px;
}
.pb2 {
  padding: 0 0 16px;
}
.pb3 {
  padding: 0 0 24px;
}
.pb4 {
  padding: 0 0 32px;
}
.pb5 {
  padding: 0 0 40px;
}
.plr1 {
  padding: 0 8px;
}
.plr2 {
  padding: 0 16px;
}
.plr3 {
  padding: 0 24px;
}
.plr4 {
  padding: 0 32px;
}
.plr5 {
  padding: 0 40px;
}

.mtb1 {
  margin: 8px 0;
}
.mtb2 {
  margin: 16px 0;
}
.mtb3 {
  margin: 24px 0;
}
.mtb4 {
  margin: 32px 0;
}
.mtb5 {
  margin: 40px 0;
}
.mtblr1 {
  margin: 8px;
}
.mtblr2 {
  margin: 16px;
}
.mtblr3 {
  margin: 24px;
}
.mtblr4 {
  margin: 32px;
}
.mtblr5 {
  margin: 40px;
}
.mt1 {
  margin: 8px 0 0;
}
.mt2 {
  margin: 16px 0 0;
}
.mt3 {
  margin: 24px 0 0;
}
.mt4 {
  margin: 32px 0 0;
}
.mt5 {
  margin: 40px 0 0;
}
.mb1 {
  margin: 0 0 8px;
}
.mb2 {
  margin: 0 0 16px;
}
.mb3 {
  margin: 0 0 24px;
}
.mb4 {
  margin: 0 0 32px;
}
.mb5 {
  margin: 0 0 40px;
}

.nav {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ED89A5;
  box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12), 2px 0 4px -1px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 500;
  overflow: scroll;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav__list {
  position: relative;
  padding: 0;
  margin: 45px 0 0 0;
  list-style-type: none;
}
.nav__item:nth-child(even) .nav__link {
  background: #ec8e9e;
}
.nav__link {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  padding: 24px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
}
.nav__link.toggle:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav__link.toggle.active:after {
  transform: rotate(180deg);
}
.nav__subitem {
  display: none;
  border-bottom: 1px solid #e0e0e0;
}
.nav__sublink a {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1c1c1c;
  background: #f9f9f9;
}
.nav__sublink:nth-child(even) a {
  background: #fff;
}
.nav__close {
  position: absolute;
  top: 16px;
  right: 3px;
  width: 40px;
  height: 25px;
  cursor: pointer;
}
.nav__close:before, .nav__close:after {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 2px;
  height: 28px;
  border-radius: 10px;
  content: '';
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background-color: #fff;
}
.nav__close:before {
  position: absolute;
  top: 0;
  left: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav__close:after {
  position: absolute;
  top: 0;
  right: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav__open {
  position: relative;
  width: 27%;
  height: 45px;
}
.nav__open-btn {
  position: relative;
  width: 45px;
  height: 45px;
  float: right;
}
.nav__open-btn__bar {
  position: absolute;
  width: 24px;
  height: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #303030;
}
.nav__open-btn__bar:nth-child(1) {
  top: 13px;
  right: 11px;
}
.nav__open-btn__bar:nth-child(2) {
  top: 21px;
  right: 11px;
  width: 16px;
}
.nav__open-btn__bar:nth-child(3) {
  top: 29px;
  right: 11px;
}
.nav__logo {
  width: 46%;
  text-align: center;
}
.nav__logo img {
  height: 24px;
}
.nav__login {
  width: 27%;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.nav__login a {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  background: #303030;
  text-align: center;
  padding: 10px 12px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.nav.open {
  opacity: 1;
  visibility: visible;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F6F8F9;
  padding: 8px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #303030;
}

.content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .bnr a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.content .bnr img {
  width: 100%;
  vertical-align: middle;
}
.content .bnr.twin {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.content .bnr.twin a {
  width: 50%;
  margin: 0 8px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .bnr.twin a:nth-child(2) {
  margin: 0 0 0 8px;
}
.content .bnr.twin span {
  display: block;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.content .btn {
  padding: 8px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content .btn__slim {
  width: 80%;
  padding: 8px 24px 8px 16px;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  border-radius: 20px;
  color: #ffffff;
  background: #f0566e;
  position: relative;
}

.content .btn__slim:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin:auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.foot__menu {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.foot__menu-list {
  position: relative;
  padding: 0;
  list-style-type: none;
}
.foot__menu-item:nth-child(even) .foot__menu-link {
  background: #ec8e9e;
}
.foot__menu-link {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  padding: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background: #ED89A5;
}
.foot__menu-link:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 24px 0;
  text-align: center;
}

.pagetop {
  position: fixed;
  right: 8px;
  bottom: 16px;
}
.pagetop a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #303030;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.pagetop a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  margin: auto;
}

label {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 8px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
}
label.arrow {
  width: inline;
}
label.arrow:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #707070 transparent transparent transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}

input[type="text"] {
  position: relative;
  border: 1px solid #707070;
  padding: 8px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 auto 16px;
}
input[type="text"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ED89A5;
}
input[type="text"][name="nick"] {
  width: 100%;
}
input[type="text"][name="day"] {
  width: 100%;
}

input[type="email"] {
  width: 100%;
  position: relative;
  border: 1px solid #707070;
  padding: 8px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 auto 16px;
}
input[type="email"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ED89A5;
}

select {
  position: relative;
  border: 1px solid #707070;
  padding: 8px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 8px 24px 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, #808080 50%), linear-gradient(135deg, #808080 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(to right, #cccccc, #cccccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ED89A5;
}
select.situation {
  width: 100%;
}
select[name="year"] {
  width: 90px;
}
select[name="month"] {
  width: 70px;
}
select[name="day"] {
  width: 70px;
}
select[name="hour"] {
  width: 90px;
  margin: 0 8px 8px 0;
}
select[name="min"] {
  width: 90px;
  margin: 0 8px 8px 0;
}
select[name="sex"] {
  width: 90px;
}
select[name="birthplace"] {
  /*width: 110px;*/
  width: 150px;
}
select[name="sex2"] {
  width: 90px;
}
select[name="birthplace2"] {
  /*width: 110px;*/
  width: 150px;
}
select[name="love_state"] {
  width: 120px;
}
select[name="fid"] {
  width: 70%;
}

.name {
  display: flex;
  margin: 0 auto 16px;
}
.name .family {
  width: 50%;
  padding: 0 4px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
}
.name .family .reg__confirm {
  margin: 0;
}
.name .given {
  width: 50%;
  padding: 0 0 0 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
}
.name .given .reg__confirm {
  margin: 0;
}
.name input[type="text"] {
  width: 100%;
  margin: 0;
}

input[type="submit"] {
  display: block;
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  background: #ED89A5;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0 auto 40px;
  line-height: 1;
  font-weight: normal;
}

.caution {
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
}

.status {
  background: #f0f0f0;
}
.status.main {
  background: #fff;
}
.status__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 16px 0;
  margin: 0 auto 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.status__days {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #f0566e;
}
.status__days span {
  color: #303030;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 4px 0 0;
}
.status__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0 0 4px;
}
.status__item {
  width: 50%;
  padding: 0 0 16px;
}
.status__item:nth-child(even) .status__title {
  padding: 0 0 4px 8px;
}
.status__item:nth-child(even) .status__items {
  padding: 0 0 0 8px;
}
.status__items {
  display: flex;
  align-items: top;
  padding: 0 8px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.status__items img {
  width: 15%;
  height: intrinsic;
  padding: 0;
  margin: 0 8px 0 0;
  vertical-align: top;
}

.mv {
  width: 100%;
}
.mv img {
  width: 100%;
  vertical-align: middle;
}

.pickup {
  padding: 40px 16px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pickup__title {
  padding: 0 0 8px;
}
.pickup.tarot {
  background: #f0f0f0;
}
.pickup.special {
  background: #f0f0f0;
}

.catch__box {
  display: flex;
  align-items: center;
}
.catch__box .catch__text {
  width: 80%;
  padding: 0 0 0 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.catch__img {
  width: 20%;
}
.catch__img img {
  width: 100%;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
}
.catch__text {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.275;
  font-weight: bold;
}
.catch__text.top {
  color: #F0566E;
}
.catch__text.saimitsu {
  color: #AF87D8;
}
.catch__text.uranai {
  color: #ED89A5;
}
.catch__text.tarot {
  color: #ED89EA;
}
.catch__text.horoscope {
  color: #f268ed;
}
.catch__text.affinity {
  color: #da89ed;
}
.catch__text.shinri {
  color: #ed89a5;
}
.catch__text.rune {
  color: #89a0ed;
}
.catch__text.dowsing {
  color: #f8b27d;
}
.catch__text.year {
  color: #ED9F89;
}
.catch__text.survey {
  color: #ed89ea;
  font-size: 18px;
  font-size: 1.125rem;
}
.catch__text.survey span {
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
}
.catch__price {
  color: #303030;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
.catch__replay {
  color: #303030;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}

.radio__input {
  display: none;
}
.radio__input + label {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  margin: 16px 20px 16px 0;
  padding: 0 0 0 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.radio__input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio__input:checked + label {
  color: #8DA0E6;
}
.radio__input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #8DA0E6;
  border-radius: 50%;
}

textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 2019-09-13　追記 */
.img-icon {
  width:20px;
  vertical-align: top;
  margin: 0 2px 2px;
}

.img-icon-new {
  width:15px;
  vertical-align: top;
}

.img-banner {
  max-width:75%;
}

/*2019-12-06　スゴ得対応*/
.dcm_mainHeader {
  letter-spacing: 0;
}

/* #45736 Twitterリンク*/
.twitter-box {
  display: flex;
  justify-content: center;
}

.twitter-icon {
  width: 22%;
}

.twitter-balloon {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  color: #555;
  font-size: 1rem;
  background: #FFF;
  border: solid 1px #1a81c2;
  box-sizing: border-box;
  border-radius: 10px;
}

.twitter-balloon:before {
  content: "";
  position: absolute;
  top: 60%;
  left: -35px;
  margin-top: -14px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 18px solid transparent;
  border-right: 18px solid #FFF;
  z-index: 2;
}

.twitter-balloon:after {
  content: "";
  position: absolute;
  top: 60%;
  left: -38px;
  margin-top: -15px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 19px solid transparent;
  border-right: 19px solid #1a81c2;
  z-index: 1;
}

.twitter-balloon-text {
  margin: 0;
  padding: 0;
  line-height: 25px;
  text-decoration: underline;
}

/* // #45736 Twitterリンク*/

/* #46999 ハンバーガーメニューアイコン変更*/
.nav__open-btn .nav_img img {
  width: 28px;
  height: 28px;
  position: relative;
  float: right;
  padding: 3px 16px 0 0;
}
.nav_text {
  color: #F0566E;
  font-size: 9px;
  position: relative;
  float: right;
  padding: 5px 14px 0 0;
}
/* #46999 ハンバーガーメニューアイコン変更*/

/* #47093 占い入力フォーム改修*/
.fortune__birthday legend {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
}

.fortune__birthday-box {
  display: flex;
  justify-content: space-between;
}

.fortune__birthday-box label {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0 0 4px;
}

.fortune__birthday-year {
  width: 38%;
}

.fortune__birthday-month {
  width: 28%;
}

.fortune__birthday-day {
  width: 28%;
}

.fortune__birthday select {
  width: 100%;
}

.fortune__birthtime legend {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
}

.fortune__birthtime-box {
  display: flex;
}

.fortune__birthtime-box label {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0 0 4px;
}

.fortune__birthtime-hour {
  width: 34%;
  margin: 0 16px 0 0;
}

.fortune__birthtime-min {
  width: 34%;
}

.fortune__birthtime select {
  width: 100%;
}
/* // #47093 占い入力フォーム改修*/

.bar {
  border: 0;
  border-top: 1px dotted #797979;
  width: 90%;
  margin-bottom: 0;
  margin-top: 0;
}
.bar.full {
  width: 100%;
}

.myfavomod_box {
  background-color: #ffcccc;
  text-align: right;
  padding: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}

.myfavomod_box a {
  text-decoration: underline;
}