@charset "utf-8";

.cms_block.wide.bg.three {
	background: #F5F5F6;
}
.bg.three .f25 {
	color: #5C6978;
}

.movie iframe {
	width: 900px;
	height: 500px;
}

/* ------------------------------
 大型機リンクブロック
------------------------------ */
.large_flexBox::after {
	display: none;
}
.large_flexBox a:hover {
	text-decoration: none;
}
.large_flexBox .cms_text p {
	margin-bottom: 20px;
	position: relative;
	padding-left: 80px;
}
.large_flexBox .cms_text p::before {
	content: "";
	background: url(../img/icon_molding.png) no-repeat center center;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	background-size: cover;
}
.large_flexBox .cms_text.icon_dough_sheeter p::before {
	background: url(../img/icon_dough_sheeter.png) no-repeat center center;
	background-size: cover;
}
.large_flexBox .cms_text.icon_automated_loader p::before {
	background: url(../img/icon_automated_loader.svg) no-repeat center center;
	background-size: cover;
}

.large_flexBox .cms_text p span {
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	color: #6bb200;
	line-height: 1.2;
}
.large_flexBox .cms_text .img_hover {
	border: 2px solid #6bb200;
}
.large_flexBox .cms_text.icon_dough_sheeter p span {
	color: #e0bb00;
}
.large_flexBox .cms_text.icon_dough_sheeter .img_hover {
	border: 2px solid #e0bb00;
}
.large_flexBox .cms_text.icon_automated_loader p span {
	color: #cc6600;
	letter-spacing: -0.2rem;
}
.large_flexBox .cms_text.icon_automated_loader .img_hover {
	border: 2px solid #cc6600;
}
.large_flexBox .cms_text p strong {
	font-size: 2.4rem;
	color: #000;
}

.large_flexBox .cms_text p strong::after {
	content: "";
	display: inline-block;
	background: url("../img/icon_arrow_green.svg") 0px 0px no-repeat;
	width: 23px;
	height: 23px;
	vertical-align: -2px;
  	margin-left: 6px;
	pointer-events: none;
}
.large_flexBox .cms_text.icon_dough_sheeter p strong::after {
	display: inline-block;
	background: url("../img/icon_arrow_yellow.svg") 0px 0px no-repeat;
}
.large_flexBox .cms_text.icon_automated_loader p strong::after {
	background: url("../img/icon_arrow_orange.svg") 0px 0px no-repeat;
}

.link_navi.cms_text a {
	display: block;
}
.link_navi.cms_text a:hover {
	text-decoration: none;
}

.combination_linkBox {
	margin: 150px 0;
	text-align: center;
}
.combination_linkBox .link_navi.cms_text a p {
	min-width: 252px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	margin: 30px auto 0;
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	position: relative;
	background: #B91C22;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.combination_linkBox .link_navi.cms_text a p::before {
	display: none;
}
.combination_linkBox .link_navi.cms_text a p::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #CEA100;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.combination_linkBox .link_navi.cms_text a:hover p::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.headline_combination {
	font-size: 3.3rem;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bold;
	text-align: center;
	position: relative;
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.headline_combination::before,
.headline_combination::after {
	display: inline-block;
	width: 2px;
	height: 36px;
	content: "";
	background-color: #333;
}
.headline_combination::before {
	margin-right: 15px;
	transform: rotate(-45deg);
}
.headline_combination::after {
	margin-left: 15px;
	transform: rotate(45deg);
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.large_flexBox .cms_text .img_hover {
		display: block;
	}
	.combination_linkBox {
		margin: 100px 0;
	}
	.headline_combination {
		font-size: 2.1rem;
	}
	.headline_combination::before, .headline_combination::after {
		height: 30px;
		width: 1px;
	}
	.headline_combination::before {
		margin-right: 10px;
	}
	.headline_combination::after {
		margin-left: 10px;
	}
}
/* ------------------------------
 小型機リンクブロック
------------------------------ */
.small_flexBox::after {
	display: none;
}
.small_flexBox a {
	display: block;
}
.small_flexBox a:hover {
	text-decoration: none;
}
.small_flexBox p {
	margin-top: 20px;
}
.small_flexBox p span {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.small_flexBox p strong {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: bold;
	padding: 0 30px 0 25px;
	position: relative;
	color: #000;
	display: block;
}
.small_flexBox p strong::before {
	font-family: 'FontAwesome';
	font-size: 1.2rem;
	content: '\f0da';
	line-height: 19px;
	color: #fff;
	position: absolute;
	top: 0.3em;
	left: auto;
	width: 16px;
  	height: 18px;
	margin-left: -25px;
	text-align: center;
	padding-left: 2px;
	border-right: none;
	border-radius: 15px;
	background: #B91C22;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.small_flexBox a:hover p strong:before {
	background: #CEA100;
}
/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {
	.three .contents_navi li {
		margin-bottom: 0;
	}
	.slider-nav .slick-track {
		margin-left: auto;
		margin-right: auto;
	}
	.slider-nav .slick-slide {
		float: none !important;
		display: inline-block !important;
	}
	.large_flexBox {
		display: flex;
		justify-content: space-between;
	}
	.large_flexBox .cms_text {
		width: 334px;
	}
	.link_navi.cms_text {
		width: 700px;
		margin: auto;
	}
	.small_flexBox {
		display: flex;
		justify-content: space-between;
	}
	.small_flexBox .cms_text {
		width: 530px;
	}
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.movie iframe {
		width: 100%;
		height: 250px;
	}
	.small_flexBox p {
		margin-top: 15px;
	}
	.small_flexBox p span {
		font-size: 1.5rem;
	}
	.small_flexBox p strong {
		font-size: 1.8rem;
	}	
	.small_flexBox p strong::before {
		top: 0.2em;
	}
}

/* ------------------------------
 背景
------------------------------ */
.wide-bg-top,
.wide-bg,
.wide-bg-bottom {
    position: relative;
    z-index: 10;
}
.wide-bg-top{
	padding-top: 120px;
    z-index: 20;
}
.wide-bg-top:before,
.wide-bg:before,
.wide-bg-bottom:before {
    content:"";
    width: 200%;
    margin-left: -50%;
    margin-right: -50%;
    background: #faf8f6;
    display: block;
    height: 100%;
    z-index: -10;
    position: absolute;
	margin-top: -1px;
}
.wide-bg-top:before {
	margin-top: -120px;
}
.wide-bg-bottom:before {
	padding-bottom: 51px;
}
.wide-bg-bottom.pdb-120:before {
	padding-bottom: 120px;
}
.wide-bg .listIcon ul {
	padding-top: 80px;
	padding-bottom: 20px;
}
.wide-bg.gallery{
	padding-bottom: 80px;
}
.pdt-120{
	padding-top: 160px;
}
.pdt-90 .slider-block {
	padding-top: 90px;
}
.mb120{
	margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
	.wide-bg-top{
		padding-top: 60px;
	}
	.wide-bg-top:before {
		margin-top: -60px;
	}
	.wide-bg .listIcon ul {
		padding-top: 30px;
	}
	.mb60{
		margin-bottom: 60px;
	}
	.wide-bg-bottom.pdb-120:before {
		padding-bottom: 60px;
	}
	.pdt-120{
		padding-top: 60px;
	}
	.pdt-90 .slider-block {
		padding-top: 60px;
	}
	.mb120{
		margin-bottom: 60px;
	}
}

/* ------------------------------
 アンカーリンク
------------------------------ */
.anchor-link{
	text-align: center;
}
.anchor-link p{
	display: inline-block;
	margin: 0 8px;
}
.anchor-link a{
	position: relative;
	padding-right: 20px;
	color: #000;
	font-weight: bold;
	font-size: 1.8rem;
	display: block;
    text-align: left;
}
.anchor-link a::after {
	font-family: 'FontAwesome';
	font-size: 1rem;
	content: '\f0da';
	line-height: 15px;
	color: #fff;
	position: absolute;
	top: 0.5em;
	right: 0;
	width: 13px;
	height: 15px;
	margin-left: 0;
	text-align: center;
	padding-left: 2px;
	border-radius: 15px;
	background: #B91C22;
	transform: rotate(90deg);
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
table th {
	background: #f4f1ef;
}
@media screen and (max-width: 767px) {
	.anchor-link a{
		font-size: 1.4rem;
	}
	.anchor-link a::after {
		top: 0.2em;
	}
}

/* ------------------------------
 機械の組み合わせ
------------------------------ */
.checkboxList ul li {
	padding-left: 28px;
	position: relative;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.9rem;
}
.checkboxList ul li strong {
	color: #db4b65;
}
.checkboxList ul li::before {
	content: "";
	display: block;
	background: url(../img/icon_check_gold.svg) no-repeat 0 0;
	width: 21px;
	height: 18px;
	position: absolute;
	top: 5px;
	left: 0;
	background-size: 21px 18px;
}
/* ----- ページ内リンク ----- */
.page_link_flex .page_link {
	position: relative;
	margin-bottom: 40px !important;
}
.page_link_flex .page_link::after {
	content: "";
	display: block;
	background: url(../img/icon_arrow_basic.svg) no-repeat 0 0;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	pointer-events: none;
}
.page_link_flex .page_link > a > p {
	line-height: 66px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	border-radius: 15px 15px 0 0;
}
.page_link_flex .page_link .box {
	border-radius: 0 0 15px 15px;
	padding-top: 20px;
}
.page_link_flex .page_link .box p {
	font-size: 1.5rem;
	text-align: center;
	position: relative;
	color: #487be0;
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
}
.page_link_flex .page_link .box p::before,
.page_link_flex .page_link .box p::after {
	display: inline-block;
	width: 1px;
	height: 20px;
	content: "";
	background-color: #487be0;
}
.page_link_flex .page_link .box p::before {
	margin-right: 10px;
	transform: rotate(-45deg);
}
.page_link_flex .page_link .box p::after {
	margin-left: 10px;
	transform: rotate(45deg);
}
.page_link_flex .page_link ul {
	padding: 15px 20px 40px 30px;
}
.page_link_flex .page_link ul li {
	position: relative;
	padding-left: 27px;
	margin-bottom: 5px;
}
.page_link_flex .page_link ul li::before {
	content: "";
	display: block;
	background: url(../img/icon_check_basic.svg) no-repeat 0 0;
	width: 21px;
	height: 16px;
	position: absolute;
	top: 8px;
	left: 0;
}
.page_link_flex .page_link a {
	font-size: 2.1rem;
	font-weight: bold;
	padding-bottom: 16px;
	display: block;
	color: #333;
}
.page_link_flex .page_link a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/* ベーシック */
.page_link_flex .page_link.basic_color > a > p {
	background-color: #487be0;
}
.page_link_flex .page_link.basic_color .box {
	background: #edf2fc;
}

/* オートメーション */
.page_link_flex .page_link.auto_color::after {
	background: url(../img/icon_arrow_auto.svg) no-repeat 0 0;
}
.page_link_flex .page_link.auto_color > a > p {
	background-color: #1d4dad;
}
.page_link_flex .page_link.auto_color .box {
	background: #e8edf7;
}
.page_link_flex .page_link.auto_color .box p {
	color: #1d4dad;
}
.page_link_flex .page_link.auto_color .box p::before,
.page_link_flex .page_link.auto_color .box p::after {
	background-color: #1d4dad;
}
.page_link_flex .page_link.auto_color ul li::before {
	background: url(../img/icon_check_auto.svg) no-repeat 0 0;
}

/* フルオートメーション */
.page_link_flex .page_link.fullauto_color::after {
	background: url(../img/icon_arrow_fullauto.svg) no-repeat 0 0;
}
.page_link_flex .page_link.fullauto_color > a > p {
	background-color: #0d3585;
}
.page_link_flex .page_link.fullauto_color .box {
	background: #e7ebf3;
}
.page_link_flex .page_link.fullauto_color .box p {
	color: #0d3585;
}
.page_link_flex .page_link.fullauto_color .box p::before,
.page_link_flex .page_link.fullauto_color .box p::after {
	background-color: #0d3585;
}
.page_link_flex .page_link.fullauto_color ul li::before {
	background: url(../img/icon_check_fullauto.svg) no-repeat 0 0;
}

/* ----- リンクアイコン ----- */
.icon_link_green,
.icon_link_yellow,
.icon_link_orange {
	display: inline-block;
	margin-right: 15px;
}
.icon_link_green a,
.icon_link_yellow a,
.icon_link_orange a {
	display: inline-block;
	color: #000;
	position: relative;
	padding-left: 20px;
}
.icon_link_green a::before,
.icon_link_yellow a::before,
.icon_link_orange a::before {
	font-family: 'FontAwesome';
	font-size: 1rem;
	content: '\f0da';
	line-height: 15px;
	color: #fff;
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 13px;
	height: 15px;
	margin-left: 0;
	text-align: center;
	padding-left: 2px;
	border-radius: 15px;
	background: #6bb200;
}
.icon_link_yellow a::before {
	background: #e0bb00;
}
.icon_link_orange a::before {
	background: #cc6600;
}
/* ----- ページ内リンク ----- */
.headline {
	line-height: 72px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	border-radius: 15px 15px 0 0;
}
.headline_lead {
	font-size: 2.9rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
/* ベーシック */
#basic .headline {
	background-color: #487be0;
}

/* オートメーション */
#auto .headline {
	background-color: #1d4dad;
}

/* フルオートメーション */
#fullauto .headline {
	background-color: #0d3585;
}


/* ----- 一覧表 ----- */
.combination_table {
	font-weight: bold;
	line-height: 1.2;
}
.combination_table a {
	text-decoration: underline;
	color: #333;
}
.combination_table .gray {
	background-color: #dad6d3;
}
.combination_table th {
	color: #fff;
	vertical-align: middle;
	padding: 20px 10px;
	line-height: 1.3;
	border-bottom: solid 1px #fff;
  	border-left: solid 1px #fff;
}
.combination_table th a {
	color: #fff;
}
.combination_table th small {
	font-size: 1.2rem;
}
.combination_table th.green {
	background-color: #6bb200;
}
.combination_table th.yellow {
	background-color: #e0bb00;
}
.combination_table th.orange {
	background-color: #cc6600;
}
.combination_table th.basic_color {
	background-color: #487be0;
}
.combination_table th.auto_color {
	background-color: #1d4dad;
}
.combination_table th.fullauto_color {
	background-color: #0d3585;
}
.combination_table th.or {
	position: relative;
}
.combination_table th.or::after {
	display: block;
	content: "or";
	height: 20px;
  	width: 22px;
	position: absolute;
	right: -11px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
}
.combination_table th.yellow.or::after {
	background-color: #e0bb00;
}
.combination_table th.orange.or::after {
	background-color: #cc6600;
}
.combination_table td {
	text-align: center;
	padding: 20px;
	font-size: 2.2rem;
}
.combination_table td a {
	font-size: 1.6rem;
}
.combination_table td.green,
.combination_table td.green a {
	color: #6bb200;
}
.combination_table td.yellow {
	color: #e0bb00;
}
.combination_table td.orange {
	color: #cc6600;
}
.combination_table td sup {
	font-size: 1rem;
	position: absolute;
}
.link_flex .btn-a.gr_color a {
	background-color: #6bb200;
}
.link_flex .btn-a.ye_color a {
	background-color: #e0bb00;
}
.link_flex .btn-a.or_color a {
	background-color: #cc6600;
}

/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {
	.contentsPage .cms_block.w800 {
		width: 800px;
		margin: 0 auto 80px;
	}

	.page_link_flex {
		display: flex;
		justify-content: space-between;
	}
	.page_link_flex::after {
		display: none;
	}
	.page_link_flex .page_link {
		width: 334px;
	}
	.page_link_flex .page_link .box {
		height: 238px;
	}
	.icon_plus {
		width: 448px;
	}

	/* ----- 一覧表 ----- */
	.link_flex {
		display: flex;
		justify-content: space-between;
	}
	.link_flex::after {
		display: none;
	}
	.link_flex .btn-a a {
		min-width: 334px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.checkboxList ul li {
		font-size: 1.7rem;
	}
	.checkboxList ul li::before {
		top: 3px;
	}
	.page_link_flex .page_link {
		margin-bottom: 50px !important;
	}
	.page_link_flex .page_link > a > p {
		line-height: 50px;
		font-size: 1.8rem;
	}
	.page_link_flex .page_link a {
		font-size: 1.7rem;
	}
	.page_link_flex .page_link ul {
		padding: 20px 10px 20px 20px;
	}
	.page_link_flex .page_link ul li::before {
		top: 3px;
	}

	.headline {
		line-height: 60px;
	}
	.headline_lead {
		font-size: 2rem;
	}
	.icon_link_green a, 
	.icon_link_yellow a, 
	.icon_link_orange a {
		font-size: 1.3rem;
	}
	.icon_link_green a::before, 
	.icon_link_yellow a::before, 
	.icon_link_orange a::before {
		top: 0.2em;
	}
	.link_flex .btn-a.gr_color,
	.link_flex .btn-a.ye_color,
	.link_flex .btn-a.or_color {
		text-align: center;
	}
	.link_flex .btn-a.gr_color,
	.link_flex .btn-a.ye_color {
		margin-bottom: 20px;
	}
}
/* ------------------------------
 カタログダウンロード
------------------------------ */
.catalogBlock .cms_image {
	width: 252px;
}
.catalogBlock .cms_image .cms_pdf {
	margin-left: 0;
	padding-left: 0;
	content: '';
	background: none;
}
.catalogBlock .cms_image .cms_pdf a {
	min-width: 252px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	margin: 0 auto;
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	position: relative;
	background: #B91C22;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.catalogBlock .cms_image .cms_pdf a::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #CEA100;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.catalogBlock .cms_image .cms_pdf a:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.catalogBlock .cms_image .cms_pdf a::after {
	content: "";
	display: inline-block;
	background: url(../img/icon_download.svg) no-repeat 0 0;
	width: 16px;
	height: 15px;
	margin-left: 7px;
}
.catalogBlock .icon_molding::before {
	line-height: 28px;
	color: #6bb200;
	border: 1px solid #6bb200;
	border-radius: 20px;
	padding: 0 15px;
	content: "製造機";
	display: block;
	width: fit-content;
	margin-bottom: 10px;
	font-weight: bold;
}
.catalogBlock .icon_dough_sheeter::before {
	line-height: 28px;
	color: #e0bb00;
	border: 1px solid #e0bb00;
	border-radius: 20px;
	padding: 0 15px;
	content: "麺帯機";
	display: block;
	width: fit-content;
	margin-bottom: 10px;
	font-weight: bold;
}
.catalogBlock .icon_small::before {
	line-height: 28px;
	color: #54baa2;
	border: 1px solid #54baa2;
	border-radius: 20px;
	padding: 0 15px;
	content: "小型機";
	display: block;
	width: fit-content;
	margin-bottom: 10px;
	font-weight: bold;
}
.catalogBlock .icon_automated_loader::before {
	line-height: 28px;
	color: #cc6600;
	border: 1px solid #cc6600;
	border-radius: 20px;
	padding: 0 15px;
	content: "整列機";
	display: block;
	width: fit-content;
	margin-bottom: 10px;
	font-weight: bold;
}
.catalogBlock h4 {
	font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
	.catalogBlock {
		display: flex;
		flex-wrap: wrap;
	}
	.catalogBlock .cms_image {
		margin-right: 28px;
		margin-bottom: 60px;
	}
	.catalogBlock .cms_image:nth-child(4n) {
		margin-right: 0;
	}
	.catalogBlock .cms_image img {
		border: 1px solid #e3e0dd;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.catalogBlock .cms_image {
		margin: 0 auto 60px;
	}
}
/* ------------------------------
 特徴リスト
------------------------------ */
.features_list ul li {
	border-bottom: 1px dotted #a29890;
	padding: 25px 0;
}
.features_list ul li strong {
	color: #fff;
	background: #cea100;
	display: inline-block;
	width: 275px;
	line-height: 40px;
	text-align: center;
	border-radius: 6px;
	margin-right: 15px;
	vertical-align: top;
}
.features_list.strong_list ul li strong {
	background: #b91c22;
	font-size: 2rem;
	line-height: 50px;
}
.features_list.strong_list ul li span {
	font-weight: bold;
}
.features_list ul li span {
	display: block;
	width: 100%;
}
.features_list ul li.new {
	position: relative;
}
.features_list ul li.new::before {
	position: absolute;
	left: -22px;
  	top: 15px;
	content: "";
	display: block;
	background: url(../img/icon_new_list.svg) no-repeat center center / 38px auto;
	width: 38px;
	height: 38px;
}
.border_red {
	border: 2px solid #b91c22;
	padding: 40px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.features_list ul li span {
		display: inline-block;
		width: 795px;
		padding-top: 7px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.features_list ul li {
		padding: 20px 0;
	}
	.features_list ul li strong {
		font-size: 1.5rem;
		width: 250px;
		line-height: 36px;
	}
	.features_list.strong_list ul li strong {
		font-size: 1.6rem;
		line-height: 42px;
	}
	.features_list ul li.new::before {
		left: -15px;
		top: 10px;
	}
	.features_list ul li span {
		padding-top: 10px;
	}
	.border_red {
		padding: 25px;
	}
}