#navigation {
display: none;
}

table img {
	margin-bottom: 6px;
	display: block;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.main-color { 
	background: #F4D420 !important;
}

.main-color-btn-outline {
  border: 1px solid;
  border-color:  #F4D420 !important;
}

.grayed-out-color { 
	background: #f7f7f7 !important;
}

.main-border { 
	border-color: #F4D420 !important;
}

.main-text-color { 
	color: #F4D420 !important;
}

.sub-color {
	background: #F5FDFF !important;
}

.alert-color {
	color: #E20035 !important;
}

.primary-text-color { 
	color: #121B3C !important;
}

.secondary-text-color { 
	color: #eff8fe !important;
}

.nav-link {
	color: #121B3C !important;
}

/* tab control */
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
}
.tab-label {
	order:-1;
}
.tab-content-chart {
	width: 100%;
	display: none;
}
.tab-switch:checked+.tab-label {
	background: #bcbfdb;
}
.tab-switch:checked+.tab-label+.tab-content-chart {
	display: block;
}
.tab-switch {
	display: none;
}

#dragDropArea{
  background-color: #f4f4f4;
  margin: 10px;
  padding: 10px;
  border: #ddd dashed 5px;
  min-height: 200px;
  text-align: center;
}
#dragDropArea p{
    color: #999;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4em;
}
#dragDropArea .drag-drop-buttons{
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2em;
}
.drag-drop-buttons input{
    margin: auto;
}


/* rate control */
.rate{
position: relative;
display: inline-block;
}
.rate:before{
content: "★★★★★";
color: #ccc;
}

.rate0-5:after,
.rate1:before,
.rate1:after,
.rate1-5:before,
.rate1-5:after,
.rate2:before,
.rate2:after,
.rate2-5:before,
.rate2-5:after,
.rate3:before,
.rate3:after,
.rate3-5:before,
.rate3-5:after,
.rate4:before,
.rate4:after,
.rate4-5:before,
.rate4-5:after,
.rate5:after{
position: absolute;
top:0;
left:0;
color: #dc3545;
overflow: hidden;
height: 24px;
}

.rate .rate0-5:after,
.rate .rate1-5:after,
.rate .rate2-5:after,
.rate .rate3-5:after,
.rate .rate4-5:after{
	width: 8px;
	content: "★";
}

.rate .rate1:after,
.rate .rate1-5:before{
	content: "★";
}
.rate .rate1-5:after{
	left: 1em;
}
.rate .rate2:after,
.rate .rate2-5:before{
	content: "★★";
}
.rate .rate2-5:after{
	left: 2em;
}
.rate .rate3:after,
.rate .rate3-5:before{
	content: "★★★";
}
.rate .rate3-5:after{
	left: 3em;
}
.rate .rate4:after,
.rate .rate4-5:before{
	content: "★★★★";
}
.rate .rate4-5:after{
	left: 4em;
}
.rate .rate5:after{
	content: "★★★★★";
}

.sign-icon {
	padding-left: 15px;
	background-position: left center;
	background-size: 15px 15px; /* 画像のサイズ */
	background-repeat: no-repeat;
}

.sign-icon.aries {
    background-image: url(../img/sign/aries.png);
}

.sign-icon.taurus {
    background-image: url(../img/sign/taurus.png);
}

.sign-icon.gemini {
    background-image: url(../img/sign/gemini.png);
}

.sign-icon.cancer {
    background-image: url(../img/sign/cancer.png);
}

.sign-icon.leo {
    background-image: url(../img/sign/leo.png);
}

.sign-icon.virgo {
    background-image: url(../img/sign/virgo.png);
}

.sign-icon.libra {
    background-image: url(../img/sign/libra.png);
}

.sign-icon.scorpius {
    background-image: url(../img/sign/scorpius.png);
}

.sign-icon.sagittarius {
    background-image: url(../img/sign/sagittarius.png);
}

.sign-icon.capricornus {
    background-image: url(../img/sign/capricornus.png);
}

.sign-icon.aquarius {
    background-image: url(../img/sign/aquarius.png);
}

.sign-icon.pisces {
    background-image: url(../img/sign/pisces.png);
}

/*メイン画像
-------------------------------------*/
.lp-mainimg img {
    width: 100vw;
}


.accordion-button:not(.collapsed) {
	background-color: #FFFFFF; /* ボタンの背景色をメインカラーに変更 */
	color: #000; /* テキスト色を白に変更 */
}




/*クッキー同意
-------------------------------------*/
  .cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: -200px;
    left: calc(50% - 650px/2);
    width: 650px;
    font-size: 12px;
    background: #fff;
    padding: 1.2em;
    box-sizing: border-box;
    border: 1px solid #ddd;
    visibility: visible;
    transition: .5s;
  }
  .cookie-consent.is-show {
    bottom: 30px;
  }
  .cookie-text {
    width: 90%;
  }
  .cookie-agree {
    color: #fff;
    background: dodgerblue;
    padding: .5em 1.5em;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }
  /* パッと消える */
  .cc-hide1 {
    display: none;
  }
  /* ゆっくり消える */
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  /* メディアクエリ */
  @media screen and (max-width: 650px) {
    .cookie-consent {
      flex-direction: column;
      width: 300px;
      left: calc(50% - 300px/2);
    }
    .cookie-text {
      width: 100%;
      margin-bottom: 1em;
    }
  }
  
.navbar-light-original .navbar-toggler-icon-original {	
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(244, 212, 32, 1)' stroke-width='3' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");	
}	
.navbar-toggler-icon-original{
display:inline-block;
width:1.5em;
height:1.5em;
vertical-align:middle;
background-repeat:no-repeat;
background-position:center;
background-size:100%;
}

.custom-checkbox .form-check-input:checked {
	background-color: #F4D420; /* 好きな色に変更 */
	border-color: #ff5722;
}