.regalweek-25s-h3 {
    font-weight: 500;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 15px 0 !important;
    font-size: 30px;
    margin: 0 auto 30px !important;
}

.custom-layout-64 {
  display: flex;
  justify-content: space-between;
  align-items: center; 
	
  
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 35px auto; 
  gap: 30px;
}

/* 左カラム */
.custom-col-left {
  width: calc(68.2% - 20px); 
}
.custom-col-left img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-col-left-1 {
  width: calc(31.8% - 20px); 
  display: flex;
  flex-direction: column; 
}

.custom-col-left-1 .left-text {
  font-size: 13px;
  line-height: 1.8;
  color: #000000;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

/* 右カラム */
.custom-col-right {
  width: calc(31.8% - 20px); 
  display: flex;
  flex-direction: column; 
}

.custom-col-right .right-text {
  font-size: 13px;
  line-height: 1.8;
  color: #000000;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.custom-col-right-1 {
  width: calc(68.2% - 20px); 
  display: flex;
  flex-direction: column; 
}

.custom-col-right-1 img {
  width: 100%;
  height: auto;
  display: block;
}

.item-info-list li {
    margin-bottom: 4px;
    list-style: none; 
}
.item-info-list li:last-child {
    margin-bottom: 0;
}
.item-info-list .item-link {
    display: flex; 
    align-items: center; 
    justify-content: center;
    text-decoration: none; 
    color: inherit; 
}
.item-info-list .item-link:hover {
    opacity: 0.7; 
}
.item-info-list .label {
    font-size: 9px;
    font-weight: normal;
    color: #ffffff;
    padding: 7px 12px;
    margin-top: 15px;
    white-space: nowrap;
    flex-shrink: 0;
   background-color: #4ba573; 
	border-radius: 7px;
}
.item-info-list .text {
    font-size: 12px;
	padding-top: 15px;
    color: #000;
}

/*画像PCSP切り替え*/

.regalweek-25s-pconly {
    display: block !important;
}

.regalweek-25s-sponly {
    display: none !important;
}


/*アコーディオン*/
.regalweek-25s-accordion {
    padding: 30px 10px;
    margin: 0 auto;
}
.regalweek-25s-toggle {
	display: none;
}
.regalweek-25s-label {	/*タイトル*/
    display: block;
    padding: 20px 0;
    margin: 0 auto;
    border: 1px solid #4ba573;
	color: #000;
	background-color: #fff;
    max-width: 430px;  
    text-align: center;
	color: #4ba573;
    font-size: 16px;
    font-weight: 600;
}
.regalweek-25s-label::before{		/*タイトル横の矢印*/
	content:"";
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 8px );
	right: 20px;
	transform: rotate(135deg);
}
.regalweek-25s-label,
.regalweek-25s-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.regalweek-25s-content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.regalweek-25s-toggle:checked + .regalweek-25s-label + .regalweek-25s-content {	/*開閉時*/
	height: auto;
	padding:20px 0;
	transition: all .5s;
}
.regalweek-25s-toggle:checked + .regalweek-25s-label::before {
	transform: rotate(-45deg) !important;
}

/*3カラム*/
.rhh-25-item {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px auto;
    padding: 0;
}

.rhh-25-item-pair {
    max-width: 686px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px auto;
    padding: 0;
}

.rhh-25-item-inner {
    width: 397px;
    margin-bottom: 30px;
}

.rhh-25-item-inner img {
    width: 100%;
	padding-bottom: 20px;
}


    
/*応募フォーム*/
.regalweek-25s-form-button {
    display: block;
    max-width: 400px;
    width: 90%;
    margin: 20px auto;
    border: 2px solid #4ba573;
    border-radius: 25px;
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
	color: #4ba573;
    font-weight: 600;
    }


/* --- スマホ用スタイル（768px以下） --- */
@media screen and (max-width: 768px) {
  .custom-layout-64 {
    flex-direction: column;
    width: calc(100% - 20px);
    margin-left: auto; 
    margin-right: auto; 
    gap: 35px;
  }

  .custom-col-left,
  .custom-col-right,.custom-col-left-1,.custom-col-right-1 {
    width: 100%;
  }
  
  .custom-col-right .right-text {
    font-size: 13px;
    line-height: 1.6;
  }
    
    /*画像PCSP切り替え*/
    .regalweek-25s-sponly {
        display: block !important;
    }

    .regalweek-25s-pconly {
        display: none !important;
    }
    
    /*SPのみpadding10px*/
    
    .regalweek-25s-padding {
        padding: 0 10px;
    }
    
    .regalweek-25s-itemimg {
        padding: 0 10px;
    }
    
    .regalweek-25s-itemimg-inner {
        margin-bottom: 20px;
    }
	
	.rhh-25-item {
        margin: 0 auto 10px;
        padding: 0 10px;

    }
    
.rhh-25-item-pair {
        margin: 0 auto 30px;
        padding: 0 10px;

    }    

.rhh-25-item-inner {
        width: 49.7%;
    }
}

