@charset "UTF-8";
/*業務用商品ページ*/
.sp-head {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp-head {
		display: block;
		width: 100%;
		height: 58px;
		position: fixed;
		top: 51px;
		z-index: 99;
	}

	.sp-head.fixed .logo {
		width: 78px;
		top: 12px;
	}

	.sp-head_bg {
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}

	.sp-head .logo {
		width: 134px;
		margin: 0;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.3s;
		z-index: 10;
	}

	.sp-head .menu_button {
		width: 32px;
		height: 32px;
		background: url(../image/menu_btn_close.gif) no-repeat center / contain;
		position: absolute;
		top: 12px;
		left: 3.2vw;
		z-index: 6;
	}

	.sp-head .menu_button.open img {
		opacity: 0;
	}

	.sp-head .sp-menu {
		display: block;
		width: 92%;
		padding: 0 10.666vw 13.333vw;
		position: absolute;
		left: 4%;
		top: -800px;
		text-align: center;
		background: #fff;
		transition: 0.4s;
		opacity: 0;
		box-sizing: border-box;
		z-index: 1;
	}

	.sp-head .sp-menu ul {
		margin-bottom: 5.33vw;
	}

	.sp-head .sp-menu ul li {
		border-bottom: 2px solid #f58e7e;
	}

	.sp-head .sp-menu ul li a {
		display: block;
		color: #f58e7e;
		font-size: 16px;
		line-height: 1;
		padding: 8vw 0;
	}

	.sp-head .sp-menu ul li a:hover,
	.sp-head .sp-menu ul li a:active {
		text-decoration: none;
	}

	.sp-head .sp-menu.open {
		top: 58px;
		opacity: 1;
	}
}



.mvArea nav .logo {
	width: 217px;
	margin: 30px auto 10px;
}

#business #mainv {
	border-bottom:solid 7px #f58e7e;
}
@media screen and (max-width: 768px) {
	#business #mainv {
		margin: 0;
		border-top: solid 7px #f58e7e;
		margin-top: 58px;
	}
}
#business #mainv .mainv-inner{
	height: 544px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
#business #mainv .mainv-inner img {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
#business #mainv ul li img {
	width: 100%;
}
#business #mainv .mainv-inner .bnr{
	position: absolute;
	left: 50%;
	top: 20px;
	z-index: 300;
	width: 310px;
	height: 114px;
	margin-left: -490px;
	display: none;
}

#business #mainv .mainv-inner .bnr:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 310px;
	height: 114px;
	background-image: url(../image/mainv_bnr_cover.png);
	background-repeat: no-repeat;
	opacity: 0;
	z-index: 10;
	transition: opacity 300ms ease;
}

#business #mainv .mainv-inner .bnr:hover:after{
	opacity: 1;
}
#business nav .tab-pub a {
	color:#ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	transition: all .3s;
}

#business nav .tab-pub a:link,
#business nav .tab-pub a:visited {
	color:#ccc;
}
#business nav .tab-pub a:hover,
#business nav .tab-pub a:active {
	text-decoration:none;
	color: #fff;
	background-color:#76ab5d;
	border-left:1px solid #76ab5d;
	border-right:1px solid #76ab5d;
	border-bottom:1px solid #76ab5d;
}

#business nav .tab-biz a {
	color:#fff;
	border-left:1px solid #f58e7e;
	border-right:1px solid #f58e7e;
	border-bottom:1px solid #f58e7e;
	background-color:#f58e7e;
}
#business nav .tab-biz a:link,
#business nav .tab-biz a:visited {
	color:#fff;
}
#business nav .tab-biz a:hover,
#business nav .tab-biz a:active {
	color:#fff;
	text-decoration:none;
	color:#fff;
}

#business nav .tab-biz a,
#business nav .tab-biz a::before,
#business nav .tab-biz a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*20141010 add tab hover animation*/
#business nav .tab-biz a,
#business nav .tab-biz a::before,
#business nav .tab-biz a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

#business nav .tab-que {
	width: 127px;
}
#business nav .tab-que a {
	color:#ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#business nav .tab-que a:link,
#business nav .tab-que a:visited {
	color:#ccc;
}
#business nav .tab-que a:hover,
#business nav .tab-que a:active {
	color:#fff;
	text-decoration:none;
	border-left:1px solid #f0ba00;
	border-right:1px solid #f0ba00;
	border-bottom:1px solid #f0ba00;
	background-color: #f0ba00;
	opacity: 1;
}

#business nav .tab-que a {
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width: 768px) {
	#gnav_outer {
		display: none;
	}
}

#business #gnav {
	width: 940px;
	height: 76px;
	padding:24px 0 10px;
	margin:0 auto 25px;
	background-color:#fff;
	text-align: center;
	vertical-align: middle;
}
#business #gnav.fixed {
	padding:31px 0 0;
	overflow: hidden;
	z-index: 998;
}
#business #gnav li{
	display: block;
	float: left;
	margin:0 15px;
}
#business #gnav ul{
	display: flex;
	justify-content: center;
	width:940px;
	margin:0 auto;
}
#business #gnav.fixed ul{
	position: relative;
	width:940px;
	margin:0 auto;
}

@-webkit-keyframes gnav06 {
	50% {
		-webkit-transform: scale(1.1);
	  transform: scale(1.1);
	}
	100% {
	  -webkit-transform: scale(1.0);
	  transform: scale(1.0);
	}
}
@keyframes gnav06 {
	50% {
		-webkit-transform: scale(1.1);
	  transform: scale(1.1);
	}
	100% {
	  -webkit-transform: scale(1.0);
	  transform: scale(1.0);
	}
}
#business .container-innerbg#contents01,
#business .container-innerbg#contents02,
#business .container-innerbg#contents04,
#business .container-innerbg#contents05,
#business .container-innerbg#contents08,
#business .container-innerbg#contents10{
	background-color:#f5f1e9;
}
#business .container-innerbg#contents01 .varea3{
	background-color: #ffffff;
}

#business .container-innerbg#contents03,
#business .container-innerbg#contents06,
#business .container-innerbg#contents09 {
	background-color:#f58e7e;
	color:#fff;
}

#business #contents02 h2 {
	margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
	#business #contents02 h2 {
		width: 100%;
	}
}

#business #contents02 h3 {
	margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
	#business #contents02 h3 {
		width: 100%;
	}
}

#business #contents03 h3 {
	margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
	#business #contents03 h3 {
		width: 100%;
	}
}

#business #contents04 h3 {
	margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
	#business #contents04 h3 {
		width: 100%;
	}
}


#business #contents02.container-innerbg .varea{
	width:761px;
}
@media screen and (max-width: 768px) {
	#business #contents02.container-innerbg .varea {
		width: 100%;
	}
}

/* #business .container-innerbg#contents06 .ctimg,
#business .container-innerbg#contents10 .ctimg{
	margin:0 auto;
} */

#business .container-innerbg#contents07 .container-inner{
	background: url(../image/bgimage_pc.jpg) no-repeat center top / cover;
	height:360px;
}
@media screen and (max-width: 768px) {
	#business .container-innerbg#contents07 .container-inner {
		padding: 0;
		background: url(../image/bgimage_sp.jpg) no-repeat center top / cover;
		height: auto;
	}
	#business .container-innerbg#contents07 .container-inner::before {
		content: "";
		display: block;
		padding-bottom: 50.133%;
	}
}
#business #contents06.container-innerbg ul.varea{
	width:910px;
}
@media screen and (max-width: 768px) {
	#business #contents06.container-innerbg ul.varea {
		width: 100%;
	}
}
#business #contents06.container-innerbg ul.varea li{
	width:270px;
}
#business #contents06.container-innerbg ul.varea li dl,
#business #contents10.container-innerbg ul.varea li dl{
	text-align:left;
}
#business #contents06.container-innerbg ul.varea li dd,
#business #contents10.container-innerbg ul.varea li dd{
	line-height:1.7em;
}
#business #contents09.container-innerbg ul.varea{
	max-width:600px;
	margin:20px auto 60px;
}
#business #contents09.container-innerbg ul.varea li {
	width: 100%;
}
#business #contents09.container-innerbg ul.varea img {
	width: 100%;
}
#business #contents10.container-innerbg .container-inner{
	max-width:595px;
	margin:0 auto;
}
#business #contents10.container-innerbg ul.varea{
	width:275px;
}

#business #contents02 .container-inner .varea ul li:not(:first-child){
	margin-left: 30px;
}
@media screen and (max-width: 375px) {
	#business #contents02 .container-inner .varea ul li:not(:first-child){
		margin-left: 5px;
	}
}



.chip_yel_2 {
	background: url(../image/chip_yel_2.gif) no-repeat left center;
    display: inline;
}
#contents02 .varea .graph {
	position: relative;
	width: 771px;
	height: 340px;
	background: url(../image/ctn03_grafbg_biz_pc.png) no-repeat center bottom / contain;
}
@media screen and (max-width: 768px) {
	#contents02 .varea .graph {
		width: 100%;
		height: auto;
		background: url(../image/ctn03_grafbg_biz_sp.png) no-repeat center bottom / contain;
	}

	#contents02 .varea .graph::before {
		content: "";
		display: block;
		padding-bottom:72.533%;
	}
}

#contents02 .varea .graph_bar {
	position: relative;
	display: block;
	width: 100%;
	height: 92.25%;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	#contents02 .varea .graph_bar {
		height: 91.35%;
		position: absolute;
		top: 2%;
		left: 0;
	}
}

#contents02 .varea .graph.view .graph_bar span {
	position: absolute;
	display: block;
	width: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#contents02 .varea .graph.view .graph_bar span:nth-of-type(odd) {
	height: 272px;
	background-color: #ffcc00;
}
#contents02 .varea .graph.view .graph_bar span:nth-of-type(even) {
	height: 135px;
	background-color: #f79901;
}
@media screen and (max-width: 768px) {
	#business #contents02 .varea .graph.view .graph_bar span {
		width: 3%;
		height: 100%;
	}
}

#contents02 .varea .graph_bar span:nth-of-type(1) {
	left: 50px;
	bottom: 0;
}

#contents02 .varea .graph_bar span:nth-of-type(2) {
	left: 70px;
	bottom: 0;
}

#contents02 .varea .graph_bar span:nth-of-type(3) {
	left: 159px;
}

#contents02 .varea .graph_bar span:nth-of-type(4) {
	left: 179px;
}

#contents02 .varea .graph_bar span:nth-of-type(5) {
	left: 267px;
}

#contents02 .varea .graph_bar span:nth-of-type(6) {
	left: 287px;
}

#contents02 .varea .graph_bar span:nth-of-type(7) {
	left: 374px;
}

#contents02 .varea .graph_bar span:nth-of-type(8) {
	left: 394px;
}

#contents02 .varea .graph_bar span:nth-of-type(9) {
	left: 482px;
}

#contents02 .varea .graph_bar span:nth-of-type(10) {
	left: 502px;
}

#contents02 .varea .graph_bar span:nth-of-type(11) {
	left: 590px;
}

#contents02 .varea .graph_bar span:nth-of-type(12) {
	left: 610px;
}

#contents02 .varea .graph_bar span:nth-of-type(13) {
	left: 698px;
}

#contents02 .varea .graph_bar span:nth-of-type(14) {
	left: 718px;
}

#contents02 .varea .graph #graph_f1 {
	position: absolute;
	left: 70px;
	top: 10px;
	width: 175px;
	height: 107;
}

@media screen and (max-width: 768px) {
	#contents02 .varea .graph_bar span:nth-of-type(1) {
		left: 9.9%;
		bottom: 0;
	}
	#contents02 .varea .graph_bar span:nth-of-type(2) {
		left: 12.9%;
		bottom: 0;
	}

	#contents02 .varea .graph_bar span:nth-of-type(3) {
		left: 22.7%;
		bottom: 0;
	}
	#contents02 .varea .graph_bar span:nth-of-type(4) {
		left: 25.7%;
		bottom: 0;
	}

	#contents02 .varea .graph_bar span:nth-of-type(5) {
		left: 35.2%;
		bottom: 0;
	}
	#contents02 .varea .graph_bar span:nth-of-type(6) {
		left: 38.2%;
		bottom: 0;
	}

	#contents02 .varea .graph_bar span:nth-of-type(7) {
		left: 48.5%;
		bottom: 0;
	}
	#contents02 .varea .graph_bar span:nth-of-type(8) {
		left: 51.5%;
		bottom: 0;
	}

	#contents02 .varea .graph_bar span:nth-of-type(9) {
		left: 61.2%;
		bottom: 0;
	}
	#contents02 .varea .graph_bar span:nth-of-type(10) {
		left: 64.2%;
		bottom: 0;
	}

	#contents02 .varea .graph_bar span:nth-of-type(11) {
		left: 73.7%;
		bottom: 0;
	}
	#contents02 .varea .graph_bar span:nth-of-type(12) {
		left: 76.7%;
		bottom: 0;
	}

	#contents02 .varea .graph_bar span:nth-of-type(13) {
		left: 85.7%;
		bottom: 0;
	}
	#contents02 .varea .graph_bar span:nth-of-type(14) {
		left: 88.7%;
		bottom: 0;
	}

	#contents02 .varea .graph #graph_f1 {
		width: 27.2%;
		left: 11%;
		top: 3%;
	}

}

/* animation */
@keyframes bar1_pc {
	from { bottom: -272px; }
	to { bottom: 0px; }
}
@keyframes bar2_pc {
	from { bottom: -135px; }
	to { bottom: -4px; }
}
@keyframes bar3_pc {
	from { bottom: -272px; }
	to { bottom: -205px; }
}
@keyframes bar4_pc {
	from { bottom: -135px; }
	to { bottom: -68px; }
}
@keyframes bar5_pc {
	from { bottom: -272px; }
	to { bottom: -168px; }
}
@keyframes bar6_pc {
	from { bottom: -135px; }
	to { bottom: -31px; }
}
@keyframes bar7_pc {
	from { bottom: -272px; }
	to { bottom: -193px; }
}
@keyframes bar8_pc {
	from { bottom: -135px; }
	to { bottom: -56px; }
}
@keyframes bar9_pc {
	from { bottom: -272px; }
	to { bottom: -143px; }
}
@keyframes bar10_pc {
	from { bottom: -135px; }
	to { bottom: 0px; }
}
@keyframes bar11_pc {
	from { bottom: -272px; }
	to { bottom: -220px; }
}
@keyframes bar12_pc {
	from { bottom: -135px; }
	to { bottom: -83px; }
}
@keyframes bar13_pc {
	from { bottom: -272px; }
	to { bottom: -209px; }
}
@keyframes bar14_pc {
	from { bottom: -135px; }
	to { bottom: -72px; }
}
@keyframes f1_pc {
	from { opacity: 0; top: 20px; }
	to { opacity: 1; top: 10px; }
}
#contents02 .varea .graph.view .graph_bar span:nth-child(1) {
	animation: bar1_pc 1.5s calc(0.3 * 3s) both;
}
#contents02 .varea .graph.view .graph_bar span:nth-child(2) {
	animation: bar2_pc 1.5s calc(0.3 * 3s) both;
}

#contents02 .varea .graph.view .graph_bar span:nth-child(3) {
	animation: bar3_pc 0.7s calc(0.3 * 7s) both;
}
#contents02 .varea .graph.view .graph_bar span:nth-child(4) {
	animation: bar4_pc 0.7s calc(0.3 * 7s) both;
}

#contents02 .varea .graph.view .graph_bar span:nth-child(5) {
	animation: bar5_pc 0.7s calc(0.3 * 8s) both;
}
#contents02 .varea .graph.view .graph_bar span:nth-child(6) {
	animation: bar6_pc 0.7s calc(0.3 * 8s) both;
}

#contents02 .varea .graph.view .graph_bar span:nth-child(7) {
	animation: bar7_pc 0.7s calc(0.3 * 9s) both;
}
#contents02 .varea .graph.view .graph_bar span:nth-child(8) {
	animation: bar8_pc 0.7s calc(0.3 * 9s) both;
}

#contents02 .varea .graph.view .graph_bar span:nth-child(9) {
	animation: bar9_pc 0.7s calc(0.3 * 10s) both;
}
#contents02 .varea .graph.view .graph_bar span:nth-child(10) {
	animation: bar10_pc 0.7s calc(0.3 * 10s) both;
}

#contents02 .varea .graph.view .graph_bar span:nth-child(11) {
	animation: bar11_pc 0.7s calc(0.3 * 11s) both;
}
#contents02 .varea .graph.view .graph_bar span:nth-child(12) {
	animation: bar12_pc 0.7s calc(0.3 * 11s) both;
}

#contents02 .varea .graph.view .graph_bar span:nth-child(13) {
	animation: bar13_pc 0.7s calc(0.3 * 12s) both;
}
#contents02 .varea .graph.view .graph_bar span:nth-child(14) {
	animation: bar14_pc 0.7s calc(0.3 * 12s) both;
}

#contents02 .varea .graph.view #graph_f1 {
	animation: f1_pc 0.6s calc(0.3 * 6s) both;
	min-width: 109px;
}

@media screen and (max-width: 768px) {
	@keyframes bar1_sp {
		from { bottom: -100%; }
		to { bottom: -10.5%; }
	}
	@keyframes bar2_sp {
		from { bottom: -100%; }
		to { bottom: -42.2%; }
	}
	@keyframes bar3_sp {
		from { bottom: -100%; }
		to { bottom: -77.7%; }
	}
	@keyframes bar4_sp {
		from { bottom: -100%; }
		to { bottom: -77.7%; }
	}
	@keyframes bar5_sp {
		from { bottom: -100%; }
		to { bottom: -68.0%; }
	}
	@keyframes bar6_sp {
		from { bottom: -100%; }
		to { bottom: -68.0%; }
	}
	@keyframes bar7_sp {
		from { bottom: -100%; }
		to { bottom: -73.8%; }
	}
	@keyframes bar8_sp {
		from { bottom: -100%; }
		to { bottom: -73.8%; }
	}
	@keyframes bar9_sp {
		from { bottom: -100%; }
		to { bottom: -58.2%; }
	}
	@keyframes bar10_sp {
		from { bottom: -100%; }
		to { bottom: -54.8%; }
	}
	@keyframes bar11_sp {
		from { bottom: -100%; }
		to { bottom: -83.6%; }
	}
	@keyframes bar12_sp {
		from { bottom: -100%; }
		to { bottom: -83.6%; }
	}
	@keyframes bar13_sp {
		from { bottom: -100%; }
		to { bottom: -78.7%; }
	}
	@keyframes bar14_sp {
		from { bottom: -100%; }
		to { bottom: -78.7%; }
	}
	@keyframes f1_sp {
		from { opacity: 0; top: 3%; left: 15%; }
		to { opacity: 1; top: 6%; left: 15%; }
	}
	#contents02 .varea .graph.view .graph_bar span:nth-child(1) {
		animation: bar1_sp 1.5s calc(0.3 * 3s) both;
	}
	#contents02 .varea .graph.view .graph_bar span:nth-child(2) {
		animation: bar2_sp 1.5s calc(0.3 * 3s) both;
	}

	#contents02 .varea .graph.view .graph_bar span:nth-child(3) {
		animation: bar3_sp 0.7s calc(0.3 * 7s) both;
	}
	#contents02 .varea .graph.view .graph_bar span:nth-child(4) {
		animation: bar4_sp 0.7s calc(0.3 * 7s) both;
	}

	#contents02 .varea .graph.view .graph_bar span:nth-child(5) {
		animation: bar5_sp 0.7s calc(0.3 * 8s) both;
	}
	#contents02 .varea .graph.view .graph_bar span:nth-child(6) {
		animation: bar6_sp 0.7s calc(0.3 * 8s) both;
	}

	#contents02 .varea .graph.view .graph_bar span:nth-child(7) {
		animation: bar7_sp 0.7s calc(0.3 * 9s) both;
	}
	#contents02 .varea .graph.view .graph_bar span:nth-child(8) {
		animation: bar8_sp 0.7s calc(0.3 * 9s) both;
	}

	#contents02 .varea .graph.view .graph_bar span:nth-child(9) {
		animation: bar9_sp 0.7s calc(0.3 * 10s) both;
	}
	#contents02 .varea .graph.view .graph_bar span:nth-child(10) {
		animation: bar10_sp 0.7s calc(0.3 * 10s) both;
	}

	#contents02 .varea .graph.view .graph_bar span:nth-child(11) {
		animation: bar11_sp 0.7s calc(0.3 * 11s) both;
	}
	#contents02 .varea .graph.view .graph_bar span:nth-child(12) {
		animation: bar12_sp 0.7s calc(0.3 * 11s) both;
	}

	#contents02 .varea .graph.view .graph_bar span:nth-child(13) {
		animation: bar13_sp 0.7s calc(0.3 * 12s) both;
	}
	#contents02 .varea .graph.view .graph_bar span:nth-child(14) {
		animation: bar14_sp 0.7s calc(0.3 * 12s) both;
	}

	#contents02 .varea .graph.view #graph_f1 {
		animation: f1_sp 0.6s calc(0.3 * 7s) both;
	}
}

#col3 #graph_footer {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 6rem;
}

/* 栄養強化米の歴史 */
.history_wrap {
	border: 2px solid #f58e7e;
}


#contents02 a.hoverbtn{
	display: block;
	width: 363px;
	height: 45px;
	background: url(../image/btn01_on.gif) no-repeat 0 0;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#contents02 a.hoverbtn {
		width: 363px;
		height: 45px;
	}
}

.sep {
	height:75px;
	background-color:#f5f1e9;
}
#contents02 .varea4 {
	max-width: 1260px !important;
	margin:0 auto;
}
#contents02 .varea4 img {
	width:100%;
}

/* common */
.txt {
	font-size: 16px;
	line-height: 1.9375;
}
@media screen and (max-width: 768px) {
	.txt {
		font-size: 12px;
		line-height: 1.833;
	}
}

.txt_white {
	color: #fff;
}

/* heading */
.heading {
	margin-bottom: 30px;
	line-height: 1;
}
.heading img {
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.heading {
		margin-bottom: 20px;
	}
	.heading img {
		width: 100%;
	}
}

/* 商品情報 */
.product_img_group {
	display: flex;
	justify-content: space-between;
	max-width: 760px;
	margin: 40px auto 20px;
}
@media screen and (max-width: 768px) {
	.product_img_group {
		max-width: 100%;
		margin: 28px auto 16px;
	}
}

.product_img_group .product_img_item:nth-of-type(1) {
	width: 12.763%;
}
.product_img_group .product_img_item:nth-of-type(2) {
	width: 17.5%;
}
.product_img_group .product_img_item:nth-of-type(3) {
	width: 15.526%;
}
.product_img_group .product_img_item:nth-of-type(4) {
	width: 13.421%;
}
@media screen and (max-width: 768px) {
	.product_img_item {
		max-width: 26.96%;
	}
}

.product_img_item img {
	display: block;
	width: 100%;
	height: auto;
}

.button_wrap {
	display: flex;
	flex-direction: column;
}

.button {
    position: relative;
    display: inline-flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 10px 24px;
    min-width: 135px;
    font-size: 15px;
    line-height: 1.4;
    border: 2px solid #fff;
    transition: 0.1s;
}

.button-arrow02 {
    min-width: 328px;
    color: #fff !important;
    background: #f58e7e;
	border: 2px solid #fff;
}

.button-arrow02::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 1em;
    margin-right: 8px;
    background: url(../image/arrow_horizontal.png) no-repeat center / contain;
}

.button-arrow01-min {
	padding: 9px 24px;
    font-size: 13px;
	color: #f58e7e!important;
	border: 2px solid #f58e7e;
}

.button-arrow01-min::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 1em;
    margin-right: 8px;
    background: url(../image/arrow_horizontal_p.png) no-repeat center / contain;
}



@media screen and (min-width: 769px) {
	.reason_list {
		display: flex;
		justify-content: space-between;
		max-width: 910px;
		margin: 35px auto 0;
	}
}
@media screen and (max-width: 768px) {
	.reason_list {
		max-width: 910px;
		margin: 30px auto 0;
	}
}

.reason_list_item {
	width: 260px;
}
@media screen and (max-width: 768px) {
	.reason_list_item {
		width: 100%;
	}
}

.reason_list_item_img {
	max-width: 220px;
	margin: 0 auto;
}

.reason_list_item_dl {
	margin-top: 20px;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.reason_list_item_dl {
		margin-top: 10px;
		text-align: center;
	}
}

.reason_list_item_dt {
	margin-bottom: 5px;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.reason_list_item_dl {
		margin-top: 10px;
	}
}

.reason_list_item_dd {
	font-size: 14px;
	line-height: 1.64;
}
@media screen and (max-width: 768px) {
	.reason_list_item_dd {
		font-size: 12px;
	}
}

/* slick */
@media screen and (max-width: 768px) {
	.js_sp_slide .reason_list_item .reason_list_item_wrap {
		margin: 0 20px;
	}
	.js_sp_slide .slick-dots {
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}

	.js_sp_slide .slick-dots li {
		line-height: 1;
	}

	.js_sp_slide .slick-dots button,
	.js_sp_slide .slick-dots [type="button"] {
		width: 3.2vw;
		height: 3.2vw;
		margin: 0 2.4vw;
		text-indent: -9999999px;
		-webkit-appearance: none;
		border: none;
		border-radius: 3.2vw;
		background: rgba(255,255,255,0.5);
	}
	.js_sp_slide .slick-dots li.slick-active button {
		opacity: 1;
		background-color: #fff;
	}
}


/* align */
.align_c {
	text-align: center;
}

.align_c_l {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.align_c_l {
		text-align: left;
	}
}

/* display */
@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
}

/* sns */
.sns_list {
	background: #f58e7e;
}