@charset "UTF-8";
a {
	color:#0D08AA;
}
.wrap {
	padding: 1rem 0;
}

.content_hd {
	padding: 10px 12%;
	position: relative;
	min-height: 102px;
}
.content_hd::before {
	position:absolute;
	left: 0;
	top:0;
	width:12%;
	height: 100%;
	content:"";
	background-size: auto;
	background-position:left;
	background-image:url("../images/fork.png");
	background-repeat: no-repeat;
}

.content_hd::after {
	position:absolute;
	right: 0;
	top:0;
	width:12%;
	height: 100%;
	content:"";
	background-size: auto;
	background-position:right;
	background-image:url("../images/knife.png");
	background-repeat: no-repeat;
}

.content_hd h1 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.content_hd h2 {
	font-size: 13.5px;
	font-weight: 400;
}


.mv{
	width:80%;
	margin: 3rem auto;
}

.mv .main_image {
	max-width:400px;
	margin: 0 auto;
}

.mv .main_image img {
	width: 100%;
}
.pagination {
	margin: 0.5rem 0 1rem;
	text-align:right;
	font-weight:600;
}

.introduction {
	padding: 0 4%;
}

.wpcf7-free-text {
	margin-top: 10px;
	margin-left: 10px;
}

.accordion-item {
	border-bottom: 1px solid #ccc;
}

.accordion input {
	display: none;
}
.accordion-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 5px;
	font-size: 12px;
	font-weight:600;
	background: #A2A2A2;
	color:#fff;
	transition: background 0.3s;
}

.accordion-label:hover {
	background: #A2A2A2;
}

.accordion-icon::after {
	content: '+';
	font-size: 20px;
	transition: transform 0.3s;
}

.accordion input:checked + .accordion-label .accordion-icon::after {
	content: '−';
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding: 0 5px;
	background: #fff;
	font-size:12px;
}

.accordion input:checked ~ .accordion-content {
	max-height: 350px; /* 必要に応じて調整 */
	padding: 5px;
}

.product {
	padding: 0 0.8rem;
}
.product .mv {
	width: 100%;
	margin: 1rem auto;
	padding-bottom: 1rem;
	border-bottom: solid 2px #EC5E4E;
}
.product .caution {
	border: solid 1px #666;
	background: #fff;
	padding: 0.5rem 0.2rem;
}

.product .caution p {
	font-size: 11px;
	text-align: center;
}

.product .content_title {
	margin-top: 20px;
}
.product .content_title p {
	font-weight: 600;
	padding-bottom: 5px;
}
.product .content_title h1 {
	text-align: left;
	padding-bottom: 2px;
	border-bottom: solid 2px #EC5E4E;
	margin-bottom: 10px;
}
.product .txt {
	font-size:12px;
	font-weight:600;
	margin: 5px 0;
}
.product .detail {
	font-size:14px;
	margin-bottom: 10px;
}

.product li {
	list-style: none;
}
.product li a {
	font-size:14px;
	border-bottom: solid 1px #0D08AA;
}
.product h2.test_title {
	font-size:18px;
	margin: 20px 0;
	color:#BD3D3D
}
font.sin {
	font-family: "Kaisei Tokumin", serif;
  font-style: normal;
}
.product h2.test_title span {
	display:block;
	font-size:16px;
	line-height:1.5;
}
.product h3 {
	color:#BD3D3D;
	font-size: 16px;
	margin-bottom: 5px;
	padding-left:10px;
}

.product .test_content {
	border: solid 1px #666;
	background: #fff;
	padding: 0.5rem;
}
.product .test_content dl {
	display: flex;
	flex-flow:column;
	margin-bottom: 10px;
	font-size:12px;
}
.product .test_content dl dt {
	
}
.product .test_content dl dd {
	padding-left: 10px;
}
.product .notes {
	font-size: 12px;
	font-weight: 400;
	padding: 10px 0.5rem;
}
.product .test_content dl.notes {
	flex-flow:row;
	font-weight:400;
}
.product h4 {
	color:#BD3D3D;
	padding: 0 0.5rem;
	font-size: 1.2rem;
}
.product h5 {
	background:#CFC033;
	color: #fff;
	text-align:center;
	font-size: 14px;
	padding: 0.5rem;
	margin: 30px 0 20px;
}
.product .content {
	margin: 10px 0;
	font-size:14px;
}
.product .content_di {
	font-size:12px;
	margin: 30px 0;
	border: solid 1px #666;
	padding: 0.5rem 0.3rem;
}
.product .content_di dl {
	display:flex;
	margin-bottom:5px;
}
.product .content_di dl dt {
	margin-right:5px;
}
.product .product_ul {
	margin: 10px 0 20px;
}
.product .product_ul li {
	position: relative;
}
.product .product_ul li::before {
	content:"・";
}

span.wpcf7-list-item-label {
	font-size:16px;
	font-weight:600;
	padding-left: 10px;
}

.profile{
	padding: 0 0rem;
}
.profile .content_hd {
	min-height: 100px;
}
.content_hd  p{
	text-align:right;
	padding-right:20px;
}
.content_hd  p span {
	color:#BD3D3D;
	font-size:14px;
}
.profile .content_wrap {
	padding: 0 1rem;
}
.profile sup {
	color:#BD3D3D;
}
.profile .styled-checkbox label {
	padding-top:0;
	padding-left:0;
}
.profile .wpcf7-list-item {
	margin-left:0;
}
.profile .wpcf7-free-text {
	margin-left:0;
}
.profile .question {
	margin-top: 30px;
	font-weight: 600;
	font-size:16px;
}
.profile .answer {
	margin-top: 10px;
}
.profile input[type="text"].wpcf7-form-control,.profile input[type="email"].wpcf7-form-control,.profile select.wpcf7-form-control,.profile input[type="tel"].wpcf7-form-control {
	border: solid 1px #666;
	border-radius: 5px;
	padding: 5px;
}
.profile input[type="text"].wpcf7-form-control,.profile input[type="email"].wpcf7-form-control,.profile input[type="tel"].wpcf7-form-control {
	width:calc(100% - 10px);
}
.profile input.wpcf7-free-text {
	width: calc(100% - 30px);
}
.thanks {
	padding: 0 1.5rem;
}
.thanks .talk_wrap {
	background: #fff;
	position: relative;
	text-align: center;
	padding: 2rem 0;
	border-radius: 80px;
	margin-bottom: 50px;
}
.thanks .talk_wrap::after {
	position: absolute;
	bottom: -30px;
	left: calc(50% - 15px);
	content:"";
	background: #fff;
	width: 30px;
	height: 30px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.thanks .talk {
	font-weight: 600;
	color:#BD3D3D;
	line-height: 2;
}
.thanks .image {
	width: 80%;
	max-width: 300px;
	margin: 0 auto;
}