/* フッターの大カテゴリ矢印の縦位置のズレを修正 */
.footer .large {
	line-height: 1;
}

#campaign-section .subtitle{
  background-color: #333;
  color: #fff;
  padding: 8px;
  font-size: 1.6rem;
  text-align: center;
    margin: 0 0 10px;
}
#campaign-section .camp-content{
    margin-bottom: 30px;
}
#campaign-section p{
  margin: 0;
}
.detailTxt {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0;
    padding: 0
}
#campaign-section ul li{
  list-style-type: disc;
  margin: 0 0 .5em 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.cambtn{
  display: block;
  width: 500px;
  max-width: 500px;
  padding: 15px;
  margin: 0 auto 0.5em;
  border-radius: 10px;
  background: #cc0000 ;
  font-size: 2.4rem;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.cambtn.disable{
	color: #fff !important;
	background-color: #ccc;
	cursor: text;
}
.cambtn.disable:hover{
	opacity: 1;
}
.checkbox{
	text-align: center;
	margin-bottom: 20px;
}
.checkbox-label{
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	width: 36px;
	height: 36px;
	border: 1px solid #ccc;
	border-radius: 4px;
  background-color: #f0f0f0;
  margin: 0 10px 0 0;
}
.checkbox-label:after{
	content: "";
	position : absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 5px solid #d01137;
	border-bottom: 5px solid #d01137;
	top: calc(50% - (((32px / 12 ) * 5) / 2));
	display: block;
	margin-top: calc(((32px / 12 ) * 5) * -1);
	width: calc(((32px / 12 ) * 5));
	height: 32px;
	z-index: 1;
}
.checkbox-input{
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: 2;
	margin: 0;
	width: 36px;
	height: 36px;
	outline: none;
	left: calc(36px * -1);
	padding: 0;
	box-shadow: 36px 0px #FFF;
}
.checkbox-input:checked{
	color: #d01137;
	box-shadow: none;
}
.checkbox-input:checked:focus{
	opacity: 1;
}
.checkbox-parts{
	font-size: 2.0rem;
	padding-left: .5em;
}
.checkbox .link, .camp-content .link{
	text-decoration: underline !important;
	color: #1a0dab !important;
	cursor: pointer !important;
	margin-top: 10px;
}
.camp-content ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
 }
/* モーダルの中身 */
.modal-body{
      font-size: 1.5rem;
}
.modal-body h4{
  font-size: 2.0rem;
  border-bottom: 2px dotted #999;
  padding-bottom: .5em;
  margin-bottom: .75em;
    margin-top: 50px;
}
.modal-body ul, .modal-body ol {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
 }
.modal-body .decimal li{
  list-style-type: decimal !important;
  margin: 0 0 15px 1.5em;
}
.modal-body .disc li{
  list-style-type: disc !important;
  margin: 0 0 15px 1.5em;
}
.modal-body .decimal li:last-child,.modal-body .disc li:last-child{
  margin-bottom:2em;
}
.modal-body .txt {
    margin-bottom: 25px;
}


@media screen and (max-width: 750px) {
#campaign-section .subtitle{
    font-size: 3.2rem;
}
.checkbox-label{
	width: 72px;
	height: 72px;
}
.checkbox-label:after{
	top: calc(50% - (((72px / 12 ) * 5) / 2));
	display: block;
	margin-top: calc(((72px / 12 ) * 5) * -1);
	width: calc(((72px / 12 ) * 5));
	height: 72px;
	z-index: 1;
}
.checkbox-input{
	width: 72px;
	height: 72px;
	outline: none;
	left: calc(72px * -1);
	padding: 0;
	box-shadow: 72px 0px #FFF;
}
.checkbox-parts{
	font-size: 3.6rem;
	padding-left: .5em;
}
.cambtn{
    width: 80%;
  font-size: 3.6rem;
    margin: 60px auto 60px;
}
.detailTxt {
    font-size: 3.2rem;
    padding: 0
}
#campaign-section ul li{
    font-size: 3.2rem;
}
.modal-dialog {
    max-width: 88%;
    margin: 50px auto;
}
.modal-title {
        font-size: 4.0rem;
    }
.modal-body{
      font-size: 3.6rem;
    padding: 20px;
}
.modal-body h4{
  font-size: 4.0rem;
}
.modal-close {
    font-size: 6.0rem;
}
.btn-secondary {
    font-size: 3.0rem;
}
}

.mgb40px{
	margin-bottom: 40px;
}

  /* bootstrap.cssの影響によりフッターのお問い合わせボタンの幅が変化することを調整 */
.contact-area .btn {
    display: inline;
}

  /* URLが折り返さずにエリア外に突出してしまう現象を修正 */
.detailTxt {
    word-break: break-all;
}

/* bootstrapのバージョンを更新した際に変更されたCSSの修正 */
a {
	text-decoration: none;
}

.modal-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: .5;
	background: #fff;
	border: none;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
	background: #cc0000 !important;
}
.btn:hover {
	background: #cc0000 !important;
	opacity: 0.6;
}



/****** 2508キャンペーン時追加 *******/
#mv .period{
	font-size: 2.2rem!important;
	margin-top: 10px!important;
}

/* 3列レイアウト */
.three-columns {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 0;
	padding: 20px;
	flex-wrap: wrap;
	background-color: #f3d3d3;
  }
  
  .column-item {
	flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .column-item img {
	width: 100%;
	max-width: 400px;
	height: auto;
	border-radius: 4px;
	margin-bottom: 15px;
  }

    
  .column-item img:last-child {
	width: 100%;
	max-width: 250px;
  }
  
  .item-desc {
	font-size: 16px;
	color: #000;
	line-height: 1.4;
	margin-top: 10px;
  }
  
  /* 2列レイアウト*/
  .two-columns {
	display: flex;
	justify-content: space-between;
	align-items: center; 
	margin: -5px 0 0;
	flex-wrap: wrap;
	background-color: #f3d3d3;
	padding: 20px;
  }
  
  .two-columns .column-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
	height: 100%;           
  }

.two-columns .column-item:first-child {
  flex: 0 0 60%; 
  max-width: 60%;
}

.two-columns .column-item:last-child {
  flex: 0 0 40%;
  max-width: 40%;
}
  
  .btn-more {
	display: inline-block;
	padding: 12px 24px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-size: 22px;
	font-weight: bold;
	transition: background-color 0.3s ease;
  }
  
  .btn-more:hover {
	background-color: #a00000;
	color: #fff;
	text-decoration: none;
  }
  
  .btn-more i {
	margin-left: 8px;
  }

  .item-title {
    background: #cc0000;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: bold;
    max-width: 166px;
    width: 100%;
	margin-bottom: 10px !important;
}
  
	span.smallTxt {
		font-size: 14px;
	}

  @media screen and (max-width: 750px) {
	.three-columns,
	.two-columns {
	  flex-direction: column;
	  gap: 20px;
	}
	
	.column-item {
	  min-width: auto;
	  width: 100%;
	}
	
	.item-desc {
	  font-size: 24px;
	}
	
	.btn-more {
	  font-size: 24px;
	  padding: 20px 40px;
	}
	.item-title {
		max-width: 293px;
		width: 100%;
		font-size: 24px;
	}

	.two-columns .column-item:first-child, .two-columns .column-item:last-child {
		max-width: 100%;;
	}

	.btn-more {
		font-size: 30px;
	}

	span.smallTxt {
		font-size: 24px;
	}
}
/****** 2508キャンペーン時追加 ここまで*******/

