@charset "utf-8";
/*テーマカラーのクラス*/
.pre-entry {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.my-title {
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 28px;
}
@media screen and (max-width: 575px) {
	.my-title {
		font-size: 18px;
	}
}

.header-style01 {
	border-bottom: 4px solid #e72521;
}

.header-style02 {
	margin: 23px 0 23px  20px;
}

ul.style{
	display : flex;
}

li.no{
 list-style : none;
}

ul.right{
 text-align :right;
}


.img-logo1 {
	height: 40px;
}

.header-split-line {
	margin-right: 40px;
	margin-left: 40px;
	border: #bbbbbb solid 1px;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 20px 0px;
}

.triangle {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #e72521;
}

.link1 {
	color: #e72521;
	font-size: 10px;
	font-weight: bold;
}


/* パターン1 */
    .progressbar {
	display: flex;
	justify-content: center;
	margin: 0;
      padding: 0;
      counter-reset: step;
                  z-index: 0;
                  position: relative;
    }
    .progressbar li {
      list-style-type: none;
      width: 25%;
      float: left;
      font-size: 12px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #aaa;
    }
    .progressbar li:before {
      width: 30px;
      height: 30px;
      content: counter(step);
      counter-increment: step;
      line-height: 30px;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: #eee;
    }
    .progressbar li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #eee;
      top: 15px;
      left: -50%;
      z-index: -1;
    }
    .progressbar li:first-child:after {
      content: none;
    }
    .progressbar li.active {
      color: #000000;
      font-weight: bold;
    }
    .progressbar li.active:before {
      background-color: #000000;
      color:#fff;
    }
    .progressbar li.active + li:after {
      background-color: #000000;
    }



/*プログレスバーの設定*/
/*
.progressbar {
	display: flex;
	justify-content: center;
}
.progressbar .item {
	position: relative;
	width: calc(100% / 6);
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 13px 0;
	line-height: 1.5;
	background-color: #F5F5F5;
	color: #999999;
}
.progressbar .item:not(:last-child)::before,.progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	border: 37px solid transparent;
	border-left: 20px solid #F5F5F5;
	margin: auto;
}
.progressbar .item:not(:last-child)::before {
	margin-left: 2px;
	border-left-color: #FFF;
}
.progressbar .item.bef-active:not(:last-child)::before {
	margin-left: 0px;
}
@media screen and (max-width: 991px) {
	.progressbar .item {
		font-size: 10px;
		padding: 18px 0px;
	}
	.progressbar .item:not(:last-child)::before,.progressbar .item:not(:last-child)::after {
		border-width: 30px;
		border-left-width: 15px;
	}
}
@media screen and (max-width: 575px) {
	.progressbar .item {
		writing-mode: vertical-rl;
		padding: 6px 14px;
	}
	.progressbar .item:not(:last-child)::before,.progressbar .item:not(:last-child)::after {
		border-width: 51px;
		border-left-width: 14px;
	}
}
.progressbar .item.active:not(:last-child)::before {
	border-left: none;
}
.progressbar .item.active {
	z-index: 1;
	background-color: #000000;
	color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
	border-left-color: #000000;
}
*/
/* カード風のキャプション */
.mycaption {
	margin-left: 3rem;
	margin-right: 3rem;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	height: 700px;
	overflow-y: scroll;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}
.mycaption h2 {
	margin-top: 3rem;
	margin-left: 0.5em;
	font-weight: bold;
	font-size: 18px;
}
.mycaption h2:first-child {
	margin-top: 1rem;
}
/*結果画面でも使います*/
.down-indent {
	margin-bottom: 0.4rem;
	padding-left: 1em;
	text-indent: -1em;
}
.my-link {
	background-color: transparent;
	color: #28a745;
}

@media screen and (min-width: 992px) {
	.mycaption {
		margin-left: 3rem;
		margin-right: 3rem;
	}
}
@media screen and (max-width: 991px) {
	.mycaption {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}
@media screen and (max-width: 575px) {
	.mycaption h2 {
		margin-top: 2rem;
		font-size: 16px;
	}
	.mycaption p {
		margin-bottom: 0.3rem;
		font-size: 10px;
	}
}

input[type=checkbox] {
	 transform: scale(1.5);
}

/* モーダル内のイメージ */
.scrollable-img{
	overflow-x: scroll;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	height: 80vh;
}
.scrollable-img img {
	height: 100%;
}

/* 商品選択の画像の囲みの調整 */
.cancel-bottom-radius{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	display: flex;
	flex-direction: row;
}
.grid-img-wrap {
	height: auto;
	width: calc(100% / 4);
	text-align: center;
}
.my-card-caption{
	border: 1px solid rgba(0,0,0,.125);
	border-top-style: none;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.grid-img-wrap img {
	border: 1px solid rgba(0,0,0,.125);
	height: auto;
	width: 96%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1px;
	cursor: zoom-in;
}

/* カード一覧のスタイル */
.my-card-wrap {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}
.my-card-title {
	border-radius: 0.25rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: rgba(255,193,7,0.5);
	padding: 5px;
	margin-bottom: 0px;
}
.my-card-list {
	display: flex;
	list-style-type: none;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 8px;
	margin-bottom: 7px;
	padding-left: 10px;
}

span.custnum {
	margin-left: 1rem;
}
input.custnum {
	border-color: rgb(50, 50, 50);
	border-style: solid;
	border-width: 4px;
	border-radius: 8px;
}

.section-title {
  border-left: #000000 solid 4px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 6px 8px;
}

.required-01 {
    display: inline-block;
    margin-top: 1px;
    padding: 4px 7px 3px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    vertical-align: center;
    line-height: 1;
    background: #e64668;
}


.chk-box-01 {
	transform:scale(2.0);
	margin-right:8px
}


/* input.custnum:focus { */
/* 	border-width: 3px; */
/* } */
/* @media screen and (min-width: 1400px) { */
	span.custnum {
		width: 120px;
	}
	input.custnum {
		width: 190px;
	}

.sala_add_head{
	background-color:rgba(255,193,7,0.5);
	padding: 0.75rem;
	margin-top:1rem;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* } */
/* @media screen and (max-width: 1399px) { */
/* 	span.custnum { */
/* 		width: 18%; */
/* 	} */
/* 	input.custnum { */
/* 		width: 75%; */
/* 	} */
/* } */
/* @media screen and (max-width: 1199px) { */
/* 	span.custnum { */
/* 		width: 22%; */
/* 	} */
/* 	input.custnum { */
/* 		width: 70%; */
/* 	} */
/* } */
/* @media screen and (max-width: 991px) { */
/* 	span.custnum { */
/* 		width: 28%; */
/* 	} */
/* 	input.custnum { */
/* 		width: 64%; */
/* 	} */
/* } */
/* @media screen and (max-width: 767px) { */
/* 	span.custnum { */
/* 		width: 40%; */
/* 	} */
/* 	input.custnum { */
/* 		width: 50%; */
/* 	} */
/* } */
/* @media screen and (max-width: 575px) { */
/* 	span.custnum { */
/* 		width: 40%; */
/* 	} */
/* 	input.custnum { */
/* 		width: 54%; */
/* 	} */
}