@charset "UTF-8";

.text a{
	color:var(--red_2);
	}
.text .button_blue, .text .button_red{
	color:#fff;
	}

.text p{
	margin-bottom:0.5rem;
	word-break: break-word;
	}

.text h2{
	width:100%;
	font-size:1.4rem;
	font-weight:normal;
	padding-bottom:0.2rem;
	margin:2rem 0 0.2rem 0;
	border-bottom:1px solid #bbb;
	color:#333;
	}

.text .img_header{
	margin:2rem 0 0.2rem 0;
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 1rem;
	}
.text .img_header img{
	max-height: 4rem;
	}
.text .img_header h2{
	margin: 0;
	}

.flex_boxes{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	}
.flex_box{
	width: 12rem;
	margin: 1rem;
	color: #000 !important;
	}
.flex_box .image{
	display: flex;
	align-items: center;
	justify-content: center;
	}
.flex_box .image img{
	width: 100%;
	}
.text .custom_button{
	width: calc(100% - 1rem);
	padding: 0.5rem;
	font-size: 1.2rem;
	}

.promotion_wrap .main_img{
	width: 100%;
	height: auto;
	}
.promotion_wrap{
	margin-bottom: 1rem;
	width: 100%;
	}