@charset "utf-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{/*line-height:1.15;*/-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}/*h1{font-size:2em;margin:.67em 0}*/figcaption,figure,main{display:block}/*figure{margin:1em 40px}*/hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{/*font-family:sans-serif;*/font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}/*fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}*/progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/* Default Setting */
:root{box-sizing:border-box;overflow-y:scroll}*,::before,::after{box-sizing:inherit}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}p,dl,ol,ul{margin-top:0;margin-bottom:1em}ol,ul{margin-left:0;padding-left:2em}ol{list-style:decimal outside none}ul{list-style:square outside none}address,em{font-style:normal}hr{display:block;height:1px;margin:2em 0;padding:0;border:0;border-top:1px solid #ccc}del{text-decoration:line-through}q::after,q::before{content:none}rp,rt{line-height:1;font-size:.688em}var{opacity:.7;font-family:Consolas,Monaco,"Courier New",monospace;font-size:.92em;font-style:normal}table{border-collapse:collapse;border-spacing:0;empty-cells:show;font-size:1em;text-align:left}caption,td,th{text-align:inherit}td,th{padding:0}figure{margin:0}img{height:auto;vertical-align:top}iframe{display:block;width:100%}img,iframe{max-width:100%}a,button,[role="button"]{-ms-touch-action:manipulation;touch-action:manipulation;}@media print{*{box-shadow:none;text-shadow:none}body{background:transparent;color:#000}a{text-decoration:underline}thead{display:table-header-group}tr,img{page-break-inside:avoid}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}


/* Base */
html { font-size: 62.5%; }
body {
	width: 100%;
	background: #fff;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.4em;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.container {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
}
@media (min-width: 40.0625em) {
	body { font-size: 1.6rem; }
}
@media (orientation:landscape) and (max-width: 47.9375em) {
	body,
	html { height: auto; }
}


/* ヘッダー */
.header {
	display: table;
	width: 100%;
	height: 75px;
	background: #4871b7;
}
.title {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
}
.title img {
	display: block;
	width: 320px;
	margin: 0 auto;
}
@media (max-width: 22.5em) {
	.title img {
		width: 300px;
	}
}
@media (min-width: 40.0625em) {
	.header { height: 80px; }
	.title img { width: 500px; }
}


/* アイテム一覧 */
.items {
	padding: 30px 0;
}
.items {
	max-width: 976px;
	width: 100%;
	margin: 0 auto;
}
.items ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.items li {
	-ms-flex: 1 0 33.333333%;
	-webkit-flex: 1 0 33.333333%;
	flex: 1 0 33.333333%;
	max-width: 33.333333%;
	padding: .819672%;
	text-align: center;
}
@media (min-width: 30.0625em) {
	.items li {
		-ms-flex: 1 0 25%;
		-webkit-flex: 1 0 25%;
		flex: 1 0 25%;
		max-width: 25%;
		padding: .819672%;
	}
}
@media (min-width: 40.0625em) {
	.items li {
		-ms-flex: 1 0 20%;
		-webkit-flex: 1 0 20%;
		flex: 1 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 48.0625em) {
	.items li {
		-ms-flex: 1 0 16.666666%;
		-webkit-flex: 1 0 16.666666%;
		flex: 1 0 16.666666%;
		max-width: 16.666666%;
	}
}


/* ページ内容 */
.content {
	padding: 40px 0;
	background: #f4efdf;
}
.h01 {
	margin-bottom: 30px;
	color: #1c9b4f;
	font-size: 1.8rem;
	text-align: center;
}
.h01 b {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	border-radius: 50%;
	margin: 0 2px;
	background: #1c9b4f;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	vertical-align: .1em;
}
.h01 img {
	margin-top: 5px;
	vertical-align: top;
}
.h02 {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
@media (max-width: 40em) {
	.h01 img {
		width: 200px;
	}
}

.box {
	position: relative;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0,0,0,.15);
	background: #fff;
}
.box__heading {
	margin: 0;
	padding: 5px 15px 10px;
	border-bottom: 1px solid #eee;
	font-size: 1.6rem;
}
.box__heading img {
	display: block;
	margin: -15px 0 5px -20px;
}
.box__heading b {
	font-size: 2rem;
}
.box__text {
	padding: 15px;
	margin-bottom: 0;
}
.box__text b {
	font-size: 1.6rem;
}
.box4 .box__body:first-of-type {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.box__body .image img {
	width: 100%;
}
.box__body .text {
	padding: 15px;
}
.banner {
	margin: 10px 0;
}
.data {
	margin-top: 60px;
}
@media (min-width: 30.0625em) {
	.box__heading {
		position: relative;
		padding: 20px 10px 10px 120px;
	}
	.box__heading img {
		position: absolute;
		left: -6px;
		top: 10px;
		margin: 0;
	}
}
@media (min-width: 40.0625em) {
	.h02 { font-size: 2rem; }
	.content { padding: 60px 0; }
	.box__heading { font-size: 1.8rem; }
	.box__heading b { font-size: 2.4rem; }
	.box__text {
		padding: 20px;
	}
	.box__text b {
		font-size: 2rem;
	}
	.box4 .box__body:first-of-type {
		margin-bottom: 10px;
		padding-bottom: 30px;
	}
	.box__body {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.box__body .image {
		overflow: hidden;
		-ms-flex: 1 0 41.666666%;
		-webkit-flex: 1 0 41.666666%;
		flex: 1 0 41.666666%;
		max-width: 41.666666%;
		border-bottom-left-radius: 10px;
	}
	.box__body .text {
		-ms-flex: 1 0 55.208333%;
		-webkit-flex: 1 0 55.208333%;
		flex: 1 0 55.208333%;
		max-width: 55.208333%;
		padding: 30px 20px 40px;
	}
}

.data-num {
	display: inline-block;
}
.data-num:before {
	content: "‥‥";
}

/*20240507 尾崎が追加*/
.nosale{color:#DC143C!important; font-weight:bold!important;text-align:center;padding-top:15px;}


/* フッター */
.footer {
	margin-bottom: 0;
	padding: 10px;
	background: #ddd;
	font-size: 1.1rem;
	text-align: center;
}
.footer small {
	font-size: 100%;
}


/* 汎用クラス */
.list-circle {
	list-style: none;
	padding-left: 1em
}
.list-circle li {
	position: relative;
}
.list-circle li:before {
	content: "";
	position: absolute;
	left: -1em;
	top: .4em;
	width: calc(1em - .4rem);
	height: calc(1em - .4rem);
	border-radius: 50%;
	background: #8ddb9d;
}
.table {
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
	border-top: 1px solid #fff;
}
.table th,
.table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.table th {
	background: #eee;
}
.table ul:last-child {
	margin-bottom: 0;
}
@media (max-width: 40em) {
	.table,
	.table tbody,
	.table tr,
	.table th,
	.table td {
		display: block;
		width: 100%;
	}
}
@media (min-width: 40.0625em) {
	.table th,
	.table td {
		padding: 15px 20px;
	}
}
