@charset "UTF-8";
/*
Theme Name: 依頼管理システム
Theme URI: https://request.associ.jp/
Author: ASSOCIATION INC.
Author URI: https://www.associ.jp/
Description: ASSOCIATION Template
Version: 1.0
*/
/*==================================================
Fonts
==================================================*/
/*@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;600&family=Noto+Sans+JP:wght@400;500;700&display=swap');*/

/*==================================================
基本
==================================================*/
::placeholder {
  color: rgb(204, 204, 204)!important;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: rgb(204, 204, 204)!important;
}
/* IE対応 */
:-ms-input-placeholder {
  color: rgb(204, 204, 204)!important;
}

.d-grid2 {
  display: grid;
}

.list_note:before {
  content:  "";     /* 空の要素作成 */
  width:  10px;               /* 幅指定 */
  height:  10px;              /* 高さ指定 */
  display:  inline-block;     /* インラインブロックにする */
  position:  relative;        /* 位置調整 */
  background-color: #F44336;  /* 背景色指定 */
  border-radius:  50%;        /* 要素を丸くする */
}

/*==================================================
ページコンテンツ
==================================================*/
.title-text {
  text-align: center;
  /*padding: 30px;*/
  font-size: 1.4em!important;
  font-weight: bold;
}

.mypage-title-text {
  margin-bottom: 0.7rem;
  padding: 1rem;
  color: #1a5ca4;
  border-left: 0.2rem solid #0B318F;
  background-color: #caebca;
}

.mypage-sub-title-text {
  margin: 30px 0 15px;
  padding: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
  background: url("../images/title_border.png") no-repeat -50px 100%;
}

/*==================================================
ヘッター
==================================================*/


/*==================================================
フッター
==================================================*/

footer .copyright {
  font-size: 1.3rem;
  display: block;
  text-align: center;
  padding: 1rem 0;
  letter-spacing: .1rem;
}


/*==================================================
ローディング
==================================================*/
#loading{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.6);
}
#loading .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading .spinner {
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #999 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
#loading.is-hide{
  display:none;
}

/*==================================================
ステップバー
==================================================*/
.nav-info {
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
}

.reg-info {
  margin: 40px 20px;
}

.progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  color: #534a4a;
  font-weight: bold;
  counter-increment: steps;
}
.progressbar li:before {
  display: block;
  width: 26px;
  height: 26px;
  margin: 7px auto 20px auto;
  content: '';
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: #dbd1d1;
  content: counter(steps);
}
.progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 18px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #dbd1d1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active,
.progressbar li.complete{
  color: #0070BD;
}
.progressbar li.active:before,
.progressbar li.complete:before {
  background-color: #0070BD;
  color: #FFF;
}
.progressbar li.active:after,
.progressbar li.complete:after {
  background-color: #0070BD;
}

/* 装飾 */
.reg-info ul{
  margin: 40px 0 !important;
}



.hr_text_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hr_text_center::before,.hr_text_center::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: rgba(13, 110, 253, 0.25);
}
.hr_text_center::before {
  margin-right: 15px;
}
.hr_text_center::after {
  margin-left: 15px;
}

/*==================================================
LINE カラー
==================================================*/
.bg_line_color {
  background-color: #06C755!important;
}

.text_line_color {
  background-color: #06C755!important;
}

/* ボタン*/
.btn-line {
  --bs-btn-color: #fff;
  --bs-btn-bg: #06C755;
  --bs-btn-border-color: #06C755;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #05B34C;
  --bs-btn-hover-border-color: #05B34C;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #048B3B;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D2D2D2;
  --bs-btn-disabled-bg: #FFFFFF;
  --bs-btn-disabled-border-color: #EFEFEF;
}

/*==================================================
information
==================================================*/
.info_date {
  font-weight: bold;
  margin-right: 10px;
  line-height: 1.5rem;
}

.info_accordion_btn {
  position: relative;
  display: flex;
}



/*==================================================
bootstrap カスタマイズ
==================================================*/
.fs-7 {
  font-size: 0.75rem!important
}

.fs-8 {
  font-size: 0.5rem!important
}

.fs-9 {
  font-size: 0.25rem!important
}

.fs-10 {
  font-size: 0.1rem!important
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1rem;
}

.display-0 {
  font-size: calc(1.800rem + 7.0vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width: 1200px) {
  .display-0 {
      font-size:5.5rem
  }
}

.display-7 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width: 1200px) {
  .display-7 {
      font-size:2.0rem
  }
}

.display-8 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width: 1200px) {
  .display-8 {
      font-size:1.5rem
  }
}

.display-9 {
  font-size: calc(1.225rem + 0vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width: 1200px) {
  .display-9 {
      font-size:1.0rem
  }
}

.display-10 {
  font-size: calc(1.175rem + 0vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width: 1200px) {
  .display-10 {
      font-size:0.5rem
  }
}

.bg-primary2{
	background-color:rgb(26,92,164)!important;
}

.border-primary2{
	border-color: rgb(26,92,164)!important;
}

.btn-primary2 {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(26,92,164);
  --bs-btn-border-color: rgb(26,92,164);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: hsla(216, 90%, 44%, 0.541);
  --bs-btn-hover-border-color: hsla(216, 90%, 44%, 0.541);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: hsla(216, 90%, 44%, 0.541);
  --bs-btn-active-border-color: hsla(216, 90%, 44%, 0.541);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #rgb(26,92,164);
  --bs-btn-disabled-border-color: #rgb(26,92,164);
}

/*==================================================
点滅
==================================================*/
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*============
岡が加えたもの
==============*/
/*bootstrap.min.cssの.modal-contentのpaddingを変更してもOK*/

.oka-modal-content{
	padding:1em;
	/*background: url(https://mysb.vcj.jp/images/coupon_body1.png);*/
}




/*
.bg-primary{
	background-color:rgb(26,92,164)!important;
}

.oka-modal-content .text-start{
	padding:1em;
}

.oka-modal-content .modal-header{
	background:#1a5ca4;
	color:#fff;
}
*/

/*クーポンチケット*/
.coupon-card {
    background: linear-gradient(135deg, #0a5ca0, #1a5ca4);
    color: #fff;
    text-align: center;
    padding: 2em 1em;
    /*border-radius: 15px;*/
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.coupon-row {
    display: flex;
    align-items: center;
    margin: 25px auto;
    width: fit-content;
}

.coupon-card h3 {
    font-size: calc(1.800rem + 7.0vw);
    font-weight: bolder!important;
    line-height: 1;
}
.coupon-card h3 .textsmall{
	font-size: 30px;
}

#coupon_items{
	display:block;
	margin:0 auto;
}

#brand_title{
	margin:0 auto;
	padding:.5em;
}

#cpnCode {
    border: 1px dashed #fff;
    padding: 10px 20px;
    border-right: 0;
}

#cpnBtn {
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 20px;
    color: #1a5ca4;
    cursor: pointer;
}

.circle1, .circle2 {
    /*background:  url(https://mysb.vcj.jp/images/coupon_body1.png);*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.circle1 {
    left: -25px;
}

.circle2 {
    right: -25px;
}

.coupon-card p {
    font-size: 15px;
}

.coupon-card .logo {
    width: 80px;
    border-radius: 8px;
    margin-bottom: 20px;
}