@charset "UTF-8";
.intro {}
.intro_inner {}
.intro_title {}
.intro_text {}
.intro_note {
	font-size: 93%;
	max-width: 715px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	text-indent: -1em;
	padding-left: 1em;
}
.intro_note > a {
	text-decoration: none;
}
.intro_note > a::before {
	content: "";
}
.intro_note > a::after {
	content: "";
}
.intro_image {
	background-image: url(/img/business_products/bg-products01@2x.jpg);
	/*background-position: right center;*/
}
.tasty {
	background-image: url(/img/business_products/bg-products02@2x.jpg);
	margin-top: 80px;
	/* margin-top: 10px; */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 594px;
	/* margin-bottom: 108px; */
}
.tasty_inner {
	flex-direction: column;
	text-align: center;
	color: #fff;
	padding-top: 117px;
}
.tasty_title {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 28px;
}
.tasty_text {
	max-width: 715px;
	margin: 0 auto;
	line-height: 2.2;
}
.prod {
	padding-top: 105px;
	margin-bottom: 110px;
}
/*20210720追加ここから*/
.prod_head{
	max-width: 715px;
    margin: 0 auto 38px;
}
.prod_title{
	font-size: 24px;
    font-weight: normal;
    text-align: center;
	color: #0066BA;
	margin-bottom: 26px;
}
.prod_intro{
	line-height: 2.18;
	margin-bottom: 1em;
}
.prod_note{
	line-height: 2.18;
	text-indent: -1em;
	padding-left: 1em;
}
/*20210720追加ここまで*/
.prod_inner {
	padding-top: 105px;
	margin-top: -105px;
}
/*20220303追加ここから*/
.product:not(:last-child) {
	margin-bottom: 100px;
}
.prod_list {
	list-style: none;
    display: flex;
    border-left: 1px solid #D5D5D5;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;
}
.prod_list > li {
	flex: 1;
	border-right: 1px solid #D5D5D5;
}
.prod_list > li > a {
	display: block;
	text-align: center;
    text-decoration: none;
	line-height: 1.2;
    color: #0066BA;
    height: 100%;
    box-sizing: border-box;
    padding-top: 35px;
    padding-bottom: 35px;
	transition-duration: .3s;
}
.prod_list > li > a > span{
	display: block;
	position: relative;
    z-index: 1;
    top: 0;
	transition-duration: .3s;
	transition-property: top;
}
.prod_list > li > a > span::after {
	content: "";
	width: 15px;
	height: 15px;
	border: 2px solid #0066BA;
	display: block;
	box-sizing: border-box;
	margin: 10px auto 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: none;
	border-top: none;
}
.prod_number {
	display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}
.prod_number > b {
	display: flex;
    width: 45px;
    height: 45px;
    background-color: #0066BA;
    border-radius: 50%;
    color: #fff;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    min-width: 45px;
    margin-right: 10px;
}
.prod_number > small {
	display: block;
    color: #0066BA;
    font-size: 18px;
    font-weight: bold;
	line-height: 1.2;
}
.prod_number > small > span {
	background-image: linear-gradient(to top, #FFF15F 19px, rgba(255, 255, 255, 0) 19px);
}
.prod_lead-text{
	margin: 0 0 30px 0;
}
/*20220303追加ここまで*/
.prod_title {}
.prod_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}
.prod_cols:last-child {
	margin-bottom: 0;
}
.prod_col {}
.prod_col-no1 {
	width: 54%;
}
.prod_image {}
.prod_image > img {
	display: block;
}
.prod_links{
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
}
.prod_link{
	margin: 10px 0 0;
}
.gshop_link,
.gshop_link-limited{
	border: solid 1px #d9d9d9;
	box-shadow: 2px 2px 4px #c1c1c1;
	width: 23%;
}
.gshop_link > a,
.gshop_link-limited > a{
	display: flex;
	align-items: center;	
	padding: 4px 2px;
}
.gshop_text{
	font-size: 85%;
	margin-top: 5px;
}
.gshop_link:hover,
.gshop_link-limited:hover{
	border: solid 1px #aaaaaa;
	box-shadow: 2px 2px 4px #999999;
	transition:.4s
}
.gshop_link:active,
.gshop_link-limited:active{
	box-shadow: none;
	position: relative;
	top: 3px;
	left: 3px;
	transition:.2s
}
.gshop_link img,
.gshop_link-limited img{
	width: 100%;
	height: auto;
}
.gshop_link-limited{
	width: 100%;
}
.prod{
	padding-top: 108px;
}
.prod_col-no2 {
	width: 40%;
	padding-top: 7px;
}
.prod_headline {
	font-size: 24px;
	font-weight: normal;
	color: #0066BA;
	line-height: 1.4;
	margin-bottom: 15px;
}
.prod_text {}
.areaProd {
	margin-bottom: 114px;
}
.areaProd_image {
	background-image: url(/img/business_products/bg-products03@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 430px;
}
/*20200916追加ここから*/
.textbox-black{
	border: solid 1px #000;
	padding: 5px;
	margin: 5px 0px;
	font-size: 85%;
}
.textbox-red{
	border: solid 1px #f00;
	padding: 5px;
	margin: 5px 0px;
}
.prod_text_caution{
	background-color: #e02e20;
	color: #fff;
	display: inline;
	padding: 0px 6px 2px 6px;
}
.text-red{
	color: #e02e20;
	font-size: 85%;
}
/*20200916追加ここまで*/

@media screen and (min-width:1000px) {
	.intro_note > a:hover {}
	/*2020303追加ここから*/
	.prod_list > li > a:hover > span {
		top: 10px;
	}
	/*2020303追加ここまで*/
}
@media screen and (max-width: 999px) {
	.intro {}
	.intro_inner {}
	.intro_title {}
	.intro_text {}
	.intro_note {
		max-width: 600px;
		margin-top: 6px;
	}
	.intro_note > a {}
	.intro_note > a::before {}
	.intro_note > a::after {}
	.intro_image {}
	.tasty {
		height: 415px;
		/* margin-bottom: 70px; */
	}
	.tasty_inner {
		padding-top: 70px;
	}
	.tasty_title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.tasty_text {
		max-width: 600px;
	}
	.prod {
		margin-bottom: 70px;
	}
	.prod_inner {}
	.prod_title {}
	.prod_cols {}
	.prod_cols:last-child {}
	.prod_col {}
	.prod_col-no1 {
		width: 45%;
	}
	.prod_image {}
	.prod_image > img {}
	.prod_col-no2 {
		width: 50%;
	}
	.prod_headline {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.prod_text {}
	.areaProd {
		margin-bottom: 74px;
	}
	.areaProd_image {
		height: 300px;
	}
}
@media screen and (max-width:767px) {
	.intro {}
	.intro_inner {}
	.intro_title {}
	.intro_text {}
	.intro_note {
		max-width: none;
		font-size: 12px;
	}
	.intro_note > a {}
	.intro_note > a::before {}
	.intro_note > a::after {}
	.intro_image {}
	.tasty {
		margin-top: 6px;
		height: 380px;
		/* margin-bottom: 45px; */
	}
	.tasty{
		margin-top: 20px;
	}
	.tasty_inner {
		padding-top: 30px;
	}
	.tasty_title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.tasty_text {
		max-width: none;
		line-height: inherit;
		text-align: left;
	}
	.prod {
		padding-top: 66px;
		margin-bottom: 25px;
	}
	/*20210720追加ここから*/
	.prod_head{
		margin-bottom: 20px;
	}
	.prod_title{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.prod_intro,
	.prod_note{
		line-height: inherit;
	}
	/*20210720追加ここまで*/
	.prod_inner {
		padding-top: 66px;
		margin-top: -66px;
	}
	/*2020303追加ここから*/
	.prod_list {
		display: block;
		border-left: none;
		margin-bottom: 35px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.prod_list > li {
		width: auto;
		border-bottom: 1px solid #D5D5D5;
	}
	.prod_list > li > a {
		border-right: none;
		padding: 10px 20px;
	}
	.prod_list > li > a > span::after {
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 15px;
		width: 10px;
		height: 10px;
		margin-top: -2px;
	}
	/*2020303追加ここまで*/
	.prod_title {}
	.prod_cols {
		flex-direction: column-reverse;
	}
	.prod_cols:last-child {}
	.prod_col {
		width: auto;
	}
	.prod_col-no1 {
		max-width: 540px;
		margin: 0 auto;
	}
	.prod_image {}
	.prod_image > img {}
	.prod_col-no2 {
		padding-top: 0;
		margin-bottom: 10px;
	}
	.prod_headline {
		font-size: 18px;
	}
	.prod_text {
		line-height: inherit;
	}
	.areaProd {
		margin-bottom: 25px;
	}
	.areaProd_image {
		height: 0;
		padding-bottom: 32.7%;
	}
}
