@charset "UTF-8";
.kv img {
	width: 100%;
}
.mt_1{
	margin-top: 1em;
}
.soil{
	width: 100%;
	background-color: #f6f3e2
}
/* モーダル */
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.modal__bg {
	background: rgba(45, 20, 17, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
	z-index: 1000;
}
.modal__content {
	background: #fff;
	left: 50%;
	padding: 50px 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	font-family: 'Kosugi Maru', sans-serif;
	text-align: center;
	z-index: 1001;
}
.modal__content h3 {
	width: 60%;
	margin: 0 auto 30px auto;
}
.modal__content__text {
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.modal__content .modal__content__banners li {
	margin-bottom: 15px;
}
.modal__content .modal__content__yes-no {
	display: flex;
	margin-bottom: 20px;
}
.modal__content .modal__content__yes-no li {
	width: 50%;
	padding: 20px;
}
@media screen and (max-width:580px) {
	.modal__content .modal__content__yes-no{
	display: block;
	}
	.modal__content .modal__content__yes-no li {
	width: 100%;
	padding: 8px;
		margin: 0 auto;
}
}
.modal__content .modal__content__yes-no li a {
	background: #269a3a;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	padding: 20px;
}
.modal__content .modal__content__yes-no li a:hover {
text-decoration: none;
	background: #a9d451;
}

.modal__content__close {
	background: #c8c9ca;
	padding: 20px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.modal__content__close a {
	color: #000;
	display: block;
}
.contents p a {
	background-color: #fff;
}
h3.catch_txt {
	text-align: center;
	margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
	.sp_only {
		display: none;
	}
	.kv {
		padding-bottom: 60px;
		background: #fff;
	}
	.top_banners {
		width: 82%;
		padding: 50px 0 50px 0;
		margin: 0 auto;
	}
	.top_banners li:first-child {
		margin-bottom: 55px;
	}
	.top_banners li img {
		width: 100%;
	}
	.page_container {
		background-color: #fff;
		padding: 25px 4%;
		border-radius: 10px;
		font-size: 1.6rem;
		position: relative;
		margin-top: -280px;
	}
	.page-title {
		background-color: #fff;
		padding: 15px 4% 30px;
		border-radius: 10px;
		margin-bottom: -40px;
		display: inline-block;
		width: 100%;
		
	}
	.page-title > h1 {
		font-size: 3.5rem;
		text-align: center;
		font-weight: bold;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.page-title > h1 > span {
		font-size: 80%;
	}
	.page-title--pink > h1 {
		color: #e51686;
		border-bottom: solid 1px #e51686;
	}
	.page-title--blue > h1 {
		color: #024ca1;
		border-bottom: solid 1px #024ca1;
	}
	.page-title--brown > h1 {
		color: #da7e11;
		border-bottom: solid 1px #da7e11;
	}
	.page-title ol {
		display: flex;
		width: 80%;
		margin: 0 auto;
	}
	.page-title ol li {
		width: 33.333%;
		font-size: 1.6rem;
	}
	.page-title ol li span {
		display: inline-block;
		color: #fff;
		width: 1.5em;
		text-align: center;
		margin-right: 10px;
	}
	.page-title--pink ol li span {
		background: #e51686;
	}
	.page-title--blue ol li span {
		background: #024ca1;
	}
	.page-title--brown ol li span {
		background: #da7e11;
	}
	.page-title--brown ol {
		width: 60%;
	}
	.page-title--brown ol li {
		width: 50%;
	}
	.page-title ol li a {
		color: #000;
	}
	.page_container__title {
		text-align: center;
		padding: 10px;
		margin-bottom: 40px;
		font-size: 2.2rem;
		font-weight: bold;
		border-radius: 5px;
	}
	.page_container__title--pink {
		background: #ffebf6;
		color: #e51686;
	}
	.page_container__title--blue {
		background: #d6ecff;
		color: #024ca1;
	}
	.page_container__title--brown {
		background: #ffffdd;
		color: #da7e11;
	}
	.page_container__title span {
		color: #fff;
		width: 1.5em;
		margin-right: 10px;
		display: inline-block;
	}
	.page_container__title--pink span {
		background: #e51686;
	}
	.page_container__title--blue span {
		background: #024ca1;
	}
	.page_container__title--brown span {
		background: #da7e11;
	}
	.illust-right {
		position: absolute;
		top: 20px;
		right: -3%;
		width: 6%;
	}
	.illust-right--girl2 {
		width: 7.8%;
		right: -4%;
	}
	.illust-left {
		position: absolute;
		top: 20px;
		left: -3%;
		width: 5.5%;
	}
	.illust-right--doctor {
		position: absolute;
		bottom: 20px;
		left: -3%;
		width: 4.5%;
	}
	.illust-bottom--doctor {
		position: absolute;
		bottom: 20px;
		right: -3%;
		width: 4.5%;
	}
	.page_container section {
		margin-bottom: 30px;
	}
	.page_container section p {
		line-height: 1.8em;
		margin-bottom: 30px;
	}
	.page_container__subtitle {
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.page_container__subtitle--pink {
		color: #e51686;
	}
	.page_container__subtitle--blue {
		color: #024ca1;
		font-weight: bold;
	}
	.page_container__subtitle--brown {
		color: #da7e11;
	}
	.page_container__image-area {
		padding: 50px;
		margin-bottom: 30px;
		border-radius: 5px;
	}
	.page_container__image-area--img01 img {
		width: 70%;
		margin: 0 15%;
	}
	.page_container__image-area--pink {
		background: #fff7ff;
	}
	.page_container__image-area--blue {
		background: #ecf4f8
	}
	.page_container__image-area--blue--care-img02 img {
		width: 90%;
		margin: 0 auto;
	}
	.page_container__image-area--blue--care-img03 img {
		width: 100%;
		margin: 0 auto;
	}
	.list-disc--symptoms {
		margin-left: 1em;
		margin-bottom: 20px;
	}
	.list-disc--symptoms li::before {
		content: "● ";
		color: #fbcae9;
		margin-left: -1.2em;
	}
	.list-disc--symptoms li {
		line-height: 1.8em;
	}
	.list-disc--care {
		margin-left: 2.5em;
		margin-bottom: 30px;
	}
	.list-disc--care li::before {
		content: "● ";
		color: #d6ecff;
		margin-left: -1.2em;
	}
	.list-disc--care li {
		line-height: 1.7em;
	}
	.pager {
		background: #8ee27a;
		padding: 30px 0;
		margin: 0;
		
	}
	.pager ol {
		display: flex;
		width: 82%;
		max-width: 1200px;
		margin: 0 auto;
		font-size: 1.8rem;
		padding: 0;
	}
	.pager ol li {
		width: 50%;
		magin: 0;
	}
	.pager ol li a {
		color: #000;
	}
	.pager ol li:first-child a {
		display: block;
		background: url("../images/common/pager-prev.png") 0 0 no-repeat;
		background-size: 25px;
		padding-left: 40px;
	}
	.pager ol li:last-child a {
		display: block;
		background: url("../images/common/pager-next.png") right 0 no-repeat;
		background-size: 25px;
		padding-right: 40px;
		text-align: right;
	}
	.care__sec01 {
		display: flex;
	}
	.care__sec01 aside {
		width: 45%;
		margin-left: 50px;
		max-width: 200px;
	}
	.table-blue {
		border-top: solid 1px #3d7cc1;
		border-left: solid 1px #3d7cc1;
		width: 94%;
		margin: 0 auto;
	}
	.table-blue__headings th {
		background: #3d7cc1;
		color: #fff;
	}
	.table-blue__contents th {
		background: #ecf4f8;
	}
	.table-blue th, .table-blue td {
		border-right: solid 1px #3d7cc1;
		border-bottom: solid 1px #3d7cc1;
		padding: 10px;
	}
	.table-brown {
		border-top: solid 1px #916f00;
		border-left: solid 1px #916f00;
		width: 94%;
		margin: 0 auto;
	}
	.table-brown__headings th {
		background: #ca9f64;
		color: #fff;
	}
	.table-brown__contents th {
		background: #f7f7ea;
	}
	.table-brown th, .table-brown td {
		border-right: solid 1px #916f00;
		border-bottom: solid 1px #916f00;
		padding: 10px;
	}
	.table-brown td span {
		text-align: center;
		display: block;
	}
	.table-brown caption {
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
		.table-brown .txt_blank{
		text-align: center;
	}
	.table-note {
		width: 94%;
		margin: 10px auto 0 auto;
		font-size: 1.2rem;
	}
	.care__point {
		border: solid 1px #3d7cc1;
		width: 94%;
		margin: 0 auto;
		padding: 30px;
	}
	.care__point p:last-child {
		margin: 0;
	}
	.care__point > h4 {
		font-size: 1.8rem;
		text-align: center;
		font-weight: 400;
		margin-bottom: 30px;
	}
	.care__point ul {
		margin-bottom: 30px;
	}
	.care__point ul li::before {
		content: "● ";
		color: #d6ecff;
	}
	.care__point ul li {
		line-height: 2em;
	}
	.flow h4 {
		font-weight: 400;
	}
	.flow__block {
		width: 94%;
		margin: 0 auto;
	}
	.flow__block dl {
		background: #fffcf5;
		padding: 20px;
		margin-bottom: 40px;
	}
	.flow__block dt {
		color: #da7e11;
		text-align: center;
		margin-bottom: 20px;
	}
	.flow__block dd ul {
		display: flex;
	}
	.flow__block dd ul li::before {
		content: "● ";
		color: #f4cb6c;
	}
	.flow__block dd ul li {
		width: 33.333%;
		text-align: center;
	}
	.flow__block__img {
		background: #fffcf5;
		padding: 30px;
		margin-bottom: 30px;
	}
	.flow__block__img img {
		width: 70%;
		margin: 0 auto;
	}
	.flow__block--2 dd ul {
		display: block;
	}
	.flow__block--2 dd ul li {
		text-align: left;
		width: auto;
		margin-bottom: 10px;
	}
	.flow__block--2 dd ul li p {
		margin-left: 1.3em;
		margin-bottom: 0;
	}
	.footer__banner {
		width: 100%;
		margin: 0 auto;
		padding: 80px 4%;
		display: flex;
		max-width: 1200px;
	}
	.footer__banner div {
		width: 30%;
		/*margin-right: 50px;*/
	}
	.footer__banner div:nth-of-type(1) {
		margin-right: 1.6%;
	}
	.footer__banner div:nth-of-type(2) {
		margin-left: 1.6%;
		margin-right: 1.6%;
	}
	.footer__banner div h3 {
		margin-bottom: 18px;
	}
	.footer__banner div img {
		width: 100%;
	}
	.footer__banner div dt {
		font-weight: 700;
		font-size: 1.8rem;
		padding: 0px 4px;
	}
	.footer__banner div dd {
		font-size: 1.6rem;
		padding: 4px;
	}
	/* min-width: 980px */
}
/*footer*/
@media screen and (min-width:1200px) {
	.footer__banner, .pager ol {
		width: 90%;
	}
}
@media screen and (min-width: 980px) and (max-width:1200px) {
	.footer__banner, .pager ol {
		/*width: calc(980px - 8%);*/
		width: 90%;
	}
	.page-title ol {
		width: 100%;
	}
	.page-title ol li {
		font-size: 1.4rem;
	}
	.page-title--blue ol li {
		width: auto;
		margin-left: 20px;
	}
	/* width: 980px-1200px */
}
@media screen and (max-width:980px) {
	.footer__banner, .pager ol {
		width: 90%;
	}
	.top_banners {
		width: 82%;
		padding: 0 0 50px 0;
		margin: 0 auto;
	}
	.top_banners li:first-child {
		margin-bottom: 25px;
	}
	.footer__banner {
		width: 100%;
		margin: 0 auto;
		padding: 80px 4%;
		display: flex;
	}
	.footer__banner div {
		width: 30%;
	}
	.footer__banner div:nth-of-type(1) {
		margin-right: 1.6%;
	}
	.footer__banner div:nth-of-type(2) {
		margin-left: 1.6%;
		margin-right: 1.6%;
	}
	.footer__banner div h3 {
		margin-bottom: 18px;
	}
	.footer__banner div img {
		width: 100%;
	}
	.footer__banner div dt {
		font-weight: 700;
		font-size: 1.8rem;
		padding: 0px 4px;
	}
	.footer__banner div dd {
		font-size: 1.6rem;
		padding: 4px;
	}
}
@media screen and (max-width:767px) {
	.modal__content {
		padding: 30px;
		position: absolute;
		top: 50%;
		width: 90%;
	}
	.bg_green--header {
		background: #f6f3e2;
	}
	.bg_green__inner--pagetitle {
		background: url("../images/common/bg-page-top_sp.png") center 0 no-repeat;
		background-size: 100% auto;
	}
	.page-title h1 {
		border-radius: 10px;
		margin: 0 auto 10px auto;
		color: #fff;
		text-align: center;
		padding: 20px 10px;
	}
	.page-title--pink h1 {
		background: #ff73b9;
	}
	.page-title--blue h1 {
		background: #53c2f0;
	}
	.page-title--brown h1 {
		background: #f7b52c;
	}
	.page-title ol {
		background: #fff;
		border-radius: 10px;
		margin: 0 auto;
		display: flex;
		padding: 20px 10%;
	}
	.page-title ol li {
		width: 33.333%;
		font-size: 1.3rem;
	}
	.page-title ol li span {
		display: inline-block;
		color: #fff;
		width: 1.5em;
		text-align: center;
		margin-right: 10px;
	}
	.page-title ol li span {
		display: inline-block;
		color: #fff;
		width: 1.5em;
		text-align: center;
		margin-right: 10px;
	}
	.page-title--pink ol li span {
		background: #e51686;
	}
	.page-title--blue ol li span {
		background: #024ca1;
	}
	.page-title--brown ol li span {
		background: #da7e11;
	}
	.page-title--brown ol li {
		width: 50%;
	}
	.page-title ol li a {
		color: #000;
	}
	.bg_green__1st-block .bg_green__inner {
		padding: 0;
	}
	.page_container {
		background-color: #fff;
		padding: 25px 4%;
		border-radius: 10px;
		font-size: 1.6rem;
		position: relative;
		margin-top: -280px;
	}
	.page_container__title {
		text-align: center;
		padding: 10px;
		margin-bottom: 40px;
		font-size: 1.8rem;
		font-weight: bold;
		border-radius: 5px;
	}
	.page_container__title--pink {
		background: #ffebf6;
		color: #e51686;
	}
	.page_container__title--blue {
		background: #d6ecff;
		color: #024ca1;
	}
	.page_container__title--brown {
		background: #ffffdd;
		color: #da7e11;
	}
	.page_container__title span {
		color: #fff;
		width: 1.5em;
		margin-right: 10px;
		display: inline-block;
	}
	.page_container__title--pink span {
		background: #e51686;
	}
	.page_container__title--blue span {
		background: #024ca1;
	}
	.page_container__title--brown span {
		background: #da7e11;
	}
	.illust-right {
		position: absolute;
		top: 0px;
		right: -2%;
		width: 7%;
	}
	.illust-right--girl2 {
		width: 10%;
		top: 10px;
		right: -4%;
	}
	.illust-left {
		position: absolute;
		top: 20px;
		left: -2.5%;
		width: 7%;
	}
	.illust-right--doctor {
		position: absolute;
		bottom: 20px;
		left: -2%;
		width: 6%;
	}
	.illust-bottom--doctor {
		position: absolute;
		bottom: 20px;
		left: -3%;
		width: 6%;
	}
	.page_container section {
		margin-bottom: 30px;
	}
	.page_container section p {
		line-height: 1.8em;
		margin-bottom: 30px;
	}
	.page_container__subtitle {
		font-size: 1.8rem;
		font-weight: 400;
		margin-bottom: 10px;
	}
	.page_container__subtitle--pink {
		color: #e51686;
	}
	.page_container__subtitle--blue {
		color: #024ca1;
	}
	.page_container__subtitle--brown {
		color: #da7e11;
	}
	.page_container__image-area {
		padding: 50px 20px;
		margin-bottom: 30px;
		border-radius: 5px;
	}
	.page_container__image-area--img01 img {
		width: 100%;
	}
	.page_container__image-area--pink {
		background: #fff7ff;
	}
	.page_container__image-area--blue {
		background: #ecf4f8
	}
	.page_container__image-area--blue--care-img03 img {
		width: 100%;
		margin: 0 auto;
	}
	.list-disc--symptoms {
		margin-left: 1em;
		margin-bottom: 20px;
	}
	.list-disc--symptoms li::before {
		content: "● ";
		color: #fbcae9;
		margin-left: -1.2em;
	}
	.list-disc--symptoms li {
		line-height: 1.8em;
	}
	.list-disc--care {
		margin-left: 2.5em;
		margin-bottom: 30px;
	}
	.list-disc--care li::before {
		content: "● ";
		color: #d6ecff;
		margin-left: -1.2em;
	}
	.list-disc--care li {
		line-height: 1.7em;
	}
	.pager {
		background: #8ee27a;
		padding: 30px 0;
		margin: 0;
	}
	.pager ol {
		display: flex;
		width: 92%;
		margin: 0 auto;
		font-size: 1.8rem;
		padding: 0;
	}
	.pager ol li {
		width: 50%;
		magin: 0;
	}
	.pager ol li a {
		color: #000;
		font-size: 1.4rem;
	}
	.pager ol li:first-child a {
		display: block;
		background: url("../images/common/pager-prev.png") 0 0 no-repeat;
		background-size: 20px;
		padding-left: 25px;
	}
	.pager ol li:last-child a {
		display: block;
		background: url("../images/common/pager-next.png") right 0 no-repeat;
		background-size: 20px;
		padding-right: 25px;
		text-align: right;
	}
	.care__sec01 {
		display: flex;
	}
	.care__sec01 aside {
		width: 45%;
		margin-left: 50px;
	}
	.table-blue {
		border-top: solid 1px #3d7cc1;
		border-left: solid 1px #3d7cc1;
		width: 100%;
		margin: 0 auto;
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.table-blue__headings th {
		background: #3d7cc1;
		color: #fff;
	}
	.table-blue__contents th {
		background: #ecf4f8;
	}
	.table-blue th, .table-blue td {
		border-right: solid 1px #3d7cc1;
		border-bottom: solid 1px #3d7cc1;
		padding: 5px;
	}
	.table-brown {
		border-top: solid 1px #916f00;
		border-left: solid 1px #916f00;
		width: 100%;
		margin: 0 auto;
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.table-brown__headings th {
		background: #ca9f64;
		color: #fff;
	}
	.table-brown__contents th {
		background: #f7f7ea;
	}
	.table-brown th, .table-brown td {
		border-right: solid 1px #916f00;
		border-bottom: solid 1px #916f00;
		padding: 5px;
	}
	.table-brown td span {
		text-align: center;
		display: block;
	}
	.table-brown caption {
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.table-note {
		width: 100%;
		margin: 10px auto 0 auto;
		line-height: 1.2em;
		font-size: 1.2rem;
	}
	.care__point {
		border: solid 1px #3d7cc1;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
	}
	.care__point p:last-child {
		margin: 0;
	}
	.care__point > h4 {
		font-size: 1.8rem;
		text-align: center;
		font-weight: 400;
		margin-bottom: 30px;
	}
	.care__point ul {
		margin-bottom: 30px;
	}
	.care__point ul li::before {
		content: "● ";
		color: #d6ecff;
	}
	.care__point ul li {
		line-height: 2em;
	}
	.care__sec01 {
		display: block;
	}
	.care__sec01 aside {
		width: 60%;
		margin: 0 auto 30px auto;
	}
	.flow h4 {
		font-weight: 400;
	}
	.flow__block {
		width: 94%;
		margin: 0 auto;
	}
	.flow__block dl {
		background: #fffcf5;
		padding: 20px;
		margin-bottom: 40px;
	}
	.flow__block dt {
		color: #da7e11;
		text-align: center;
		margin-bottom: 20px;
	}
	.flow__block dd ul {
		display: flex;
	}
	.flow__block dd ul li::before {
		content: "● ";
		color: #f4cb6c;
	}
	.flow__block dd ul li {
		width: 33.333%;
		text-align: center;
	}
	.flow__block__img {
		background: #fffcf5;
		padding: 30px;
		margin-bottom: 30px;
	}
	.flow__block__img img {
		width: 100%;
		margin: 0 auto;
	}
	.flow__block--2 dd ul {
		display: block;
	}
	.flow__block--2 dd ul li {
		text-align: left;
		width: auto;
		margin-bottom: 10px;
	}
	.flow__block--2 dd ul li p {
		margin-left: 1.3em;
		margin-bottom: 0;
	}
	.footer__banner {
		width: 100%;
		margin: 0 auto;
		padding: 60px 0%;
		display: flex;
	}
	.footer__banner div {
		width: 42%;
	}
	.footer__banner div:nth-of-type(1) {
		margin-left: 5%;
		margin-right: 3%;
	}
	.footer__banner div:nth-of-type(2) {
		margin-left: 3%;
		margin-right: 5%;
	}
	.footer__banner div h3 {
		margin-bottom: 18px;
	}
	.footer__banner div img {
		width: 100%;
	}
	.footer__banner div dt {
		font-weight: 700;
		font-size: 1.8rem;
		padding: 0px 4px;
	}
	.footer__banner div dd {
		font-size: 1.6rem;
		padding: 4px;
	}
}
@media screen and (max-width:580px) {
	.bg_green--header {
		background: #8ee27a;
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	.bg_green__inner--pagetitle {
		padding-right: 4%;
		padding-left: 4%;
	}
	.bg_green__inner--pagetitle {
		background: url("../images/common/bg-page-top_sp2.png") center 0 no-repeat;
		background-size: 100% auto;
	}
	.page_container {
		border-radius: 0;
	}
	.illust-right, .illust-right--girl2, .illust-left, .illust-right--doctor, .illust-bottom--doctor {
		display: none;
	}
	.page-title ol li {
		width: auto;
		margin: 0 5px;
		padding-left: 2em;
		position: relative;
	}
	.page-title ol li span {
		display: block;
		position: absolute;
		left: -0.5em;
	}
	.page-title ol {
		padding: 20px 4%;
	}
}
/*パンクズ*/
.breadcrumbs__wrapper {
	width: 100%;
}
.breadcrumbs {
	mini-width: 980px !important;
	max-width: 1200px;
	margin: 0 auto;
}
.breadcrumbs ol {
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px 20px 10px;
	font-size: 14px;
}
.breadcrumbs li {
	padding-right: 20px;
	color: #613b30;
}
.breadcrumbs li span{
			background: url("../images/common/flower-white.png") 0 center no-repeat;
		background-size: 16px auto;

	padding-left: 22px;

}
.breadcrumbs li a {
	color: #613b30;
}
.breadcrumbs li:not(:last-child) {
	position: relative;
	padding-right: 40px;
	white-space: nowrap;
}
.breadcrumbs li:not(:last-child)::after {
	content: ">";
	display: block;
	position: absolute;
	width: 9px;
	height: 15px;
	top: 0px;
	right: 15px;
}
@media screen and (max-width:768px) {
	.breadcrumbs {
		padding: 0;
	}
	.breadcrumbs ol {
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		/*-webkit-overflow-scrolling: touch;*/
		overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
		padding: 10px 10px 10px 10px;
	}
	.breadcrumbs ol::-webkit-scrollbar {
		display: none;
	}
	.breadcrumbs li {
		display: inline;
		padding-right: 20px;
		flex: 0 0 40%;
	}
}
.anime-sp_only {
	display: none;
}
.anime-pc_only {
	display: block;
}
.anime-mbsp_only {
	display: none;
}
.anime-mbpc_only {
	display: block;
}
@media screen and (max-width:580px) {
	.anime-sp_only {
		display: block;
	}
	.anime-pc_only {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.anime-mbsp_only {
		display: block;
	}
	.anime-mbpc_only {
		display: none;
	}
}
.mt{
	margin-top: 40px;
}
/*資材ナンバー*/
div.shizai_number_fram{
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 4% ;
}
.shizai_number {
	display: flex;
	justify-content: space-between;
}
.shizai_number_txt {
	color: #484848;
	font-size: 14px;
}
@media (max-width: 767px) {
	 .shizai_number {
		margin-top: 20px;
	}
	.shizai_number_txt {
	color: #484848;
	font-size: 12px;
}
}