@charset "utf-8";

/* ==========================================================================
COMPONENT STYLE
=========================================================================== */

html {
	scroll-behavior: smooth;
}
body {
	background-color: #fff;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic",
		sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
img {
	display: block;
	width: 100%;
	vertical-align: top;
}
a {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
.wrap {
	max-width: 1100px;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	#contents.subpage {
		margin-top: 111px;
	}
}

@media screen and (max-width: 767px) {
	.wrap {
		padding: 0 20px;
	}
	#contents.subpage {
		margin-top: 53px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.wrap {
		padding: 0 20px;
	}
}

/*===========================================
UTILITY CLASSES
===========================================*/

/* text alignment */
.taC {
	text-align: center !important;
}
.taL {
	text-align: left !important;
}
.taR {
	text-align: right !important;
}

/* font weight */
.fwB {
	font-weight: bold !important;
}
.fwN {
	font-weight: normal !important;
}

/* background colors */
.bg_red {
	background-color: #e30934 !important;
}
.bg_gray_300 {
	background-color: #fff3f3 !important;
}
.bg_gray_100 {
	background-color: #f7f7f7 !important;
}

/* text colors */
.txt_red {
	color: #e30934 !important;
}
.txt_grayish_blue {
	color: #707f89 !important;
}

/* layout alignment */
.btn_center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.btn_flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
.m_auto {
	margin: auto !important;
}
.disp_none {
	display: none !important;
}
.flex_start {
	-webkit-box-pack: start !important;
	    -ms-flex-pack: start !important;
	        justify-content: flex-start !important;
}
.flex_end {
	-webkit-box-pack: end !important;
	    -ms-flex-pack: end !important;
	        justify-content: flex-end !important;
}

/* position */
.pos_rel {
	position: relative !important;
}
.pos_left {
	left: 0 !important;
}

/* margin and padding */
.p0 {
	padding: 0 !important
}
.pt10 {
	padding-top: 10px !important;
}
.ptb35 {
	padding: 35px 0 !important;
}
.pl_30 {
	padding-left: 30px !important;
}
.prl0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.ptb6 {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mrl28 {
	margin-right: 28px !important;
	margin-left: 28px !important;
}

/* line height */
.lh1 {
	line-height: 1 !important;
}
.lh1_6 {
	line-height: 1.6 !important;
}
.lh1_8 {
	line-height: 1.8 !important;
}

/* width */
.w100p {
	max-width: 100% !important;
	width: 100% !important;
}

@media print, screen and (min-width: 768px) {
	/* font size */
	.pc_fs16 {
		font-size: 16px !important;
	}
	.pc_fs20 {
		font-size: 20px !important;
	}

	/* width */
	.pc_w25p {
		width: 25% !important;
	}

	/* padding */
	.pc_pr0 {
		padding-right: 0 !important;
	}
	.pc_mt80 {
		margin-top: 80px !important;
	}
	.pc_mrl28 {
		margin-right: 28px !important;
		margin-left: 28px !important;
	}
}

@media screen and (max-width: 767px) {
	/* text alignment */
	.sp_taC {
		text-align: center !important;
	}
	/* layout alignment */
	.sp_btn_center {
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.sp_flex_center {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}
	.sp_flex_column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	/* font size */
	.sp_fs12 {
		font-size: 12px !important;
	}
	.sp_fs14 {
		font-size: 14px !important;
	}
	.sp_fs15 {
		font-size: 15px !important;
	}
	.sp_fs16 {
		font-size: 16px !important;
	}
	.sp_fs26 {
		font-size: 26px !important;
	}
	.sp_mt0 {
		margin-top: 0 !important;
	}
	.sp_mt20 {
		margin-top: 20px !important;
	}
	.sp_mt40 {
		margin-top: 40px !important;
	}
	.sp_mb0 {
		margin-bottom: 0 !important;
	}
	/* padding and margin*/
	.sp_p0 {
		padding: 0 !important;
	}
	.sp_no_wrap {
		padding: 0 !important;
	}
	.sp_wrap {
		padding: 0 20px !important;
	}
	.sp_mrl0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.sp_prl0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.sp_pb20 {
		padding-bottom: 20px !important;
	}
	.sp_ml28 {
		margin-left: 28px !important;
	}
	.sp_pb10 {
		padding-bottom: 10px !important;
	}
}

/*===========================================
HOVER STYLES
===========================================*/
.alpha {
	opacity: 1;
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
.alpha:hover {
	opacity: 0.7;
}
a.alpha:link,
a.alpha:hover {
	text-decoration: none;
}
@media (pointer: coarse) {
	.alpha:hover {
		opacity: 1;
	}
}

/*===========================================
COMMON STYLES
===========================================*/
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media print, screen and (min-width: 768px) {
	.sp_only {
		display: none !important;
	}
	section {
		padding: 144px 0;
	}
}
@media screen and (max-width: 767px) {
	.pc_only {
		display: none !important;
	}
	section {
		padding: 80px 0;
	}
}

[class*="head_btn"] a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 50px;
	padding: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.head_btn_01 a {
	background-color: #ffe8e8 !important;
}
.head_btn_02 a {
	padding: 10px 0;
	background-color: #e30934 !important;
	color: #fff !important;
}
.head_btn_01 p,
.head_btn_02 p {
	position: relative;
}
.head_btn_01 p::before,
.head_btn_02 p::before {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 5;
	content: "";
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.head_btn_01 p::before {
	left: 40px;
	width: 36px;
	height: 36px;
	background: url("/wp-content/themes/nhjapanfood/common/img/icon01_header_sp.svg")
		center no-repeat;
}
.head_btn_02 p::before {
	left: 35px;
	width: 45px;
	height: 36px;
	background: url("/wp-content/themes/nhjapanfood/common/img/icon02_header_sp.svg")
		center no-repeat;
}
.head_btn_02 a:after {
	border-top: 2px solid #fff !important;
	border-right: 2px solid #fff !important;
}
@media print, screen and (min-width: 768px) {
	.head_btn_02 a {
		line-height: 1.2;
	}
}
@media screen and (max-width: 767px) {
	.head_btn_02 a {
		line-height: 1.4;
	}
}

/*===========================================
key_visual
===========================================*/
.key_visual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 255px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.key_visual .key_visual_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.key_visual .key_visual_ttl h1 {
	color: #fff;
	font-weight: bold;
}
.key_visual .key_visual_thumb img {
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.mv_wrap {
		max-width: 100%;
	}
	.key_visual .key_visual_ttl {
		width: 30%;
		height: 255px;
		overflow: hidden;
		padding: 0 15px;
	}
	.key_visual .key_visual_ttl.key_big_ttl {
		width: 65% !important;
	}
	.key_visual .key_visual_ttl h1 {
		font-size: 46px;
	}
	.key_visual .key_visual_thumb {
		position: relative;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding-top: 255px;
	}
	.key_visual .key_visual_thumb img {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

@media screen and (max-width: 767px) {
	.key_visual {
		min-height: 165px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.key_visual .key_visual_ttl h1 {
		font-size: 26px;
	}
	.key_visual .key_visual_thumb img {
		min-height: 105px;
	}
	.key_visual .key_visual_ttl {
		padding: 12px;
	}
	.key_visual .key_visual_ttl,
	.key_visual .key_visual_thumb {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.key_visual .key_visual_ttl h1 {
		font-size: 36px;
	}
}

/*===========================================
mod_mv_carousel
===========================================*/
.mod_mv_carousel .slick-next {
	-webkit-transform: translateX(190px);
	    -ms-transform: translateX(190px);
	        transform: translateX(190px);
}
.mod_mv_carousel .slick-prev {
	-webkit-transform: translateX(-190px);
	    -ms-transform: translateX(-190px);
	        transform: translateX(-190px);
}
.mod_mv_carousel .slick-prev::after {
	left: 5px;
	border-top: 3px solid #e30934;
	border-left: 3px solid #e30934;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.mod_mv_carousel .slick-arrow::after {
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: auto;
	width: 12px;
	height: 12px;
	margin: auto;
	content: "";
}
.mod_mv_carousel .slick-next::after {
	right: 5px;
	border-top: 3px solid #e30934;
	border-right: 3px solid #e30934;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.mod_mv_carousel .slick-arrow::after {
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: auto;
	width: 12px;
	height: 12px;
	margin: auto;
	content: "";
}
.mod_mv_carousel .slick-arrow {
	display: block;
	position: absolute;
	right: 0;
	bottom: -50px;
	left: 0;
	z-index: 1;
	width: 15px;
	height: 25px;
	margin: auto;
	padding: 0;
	border: none;
	background: transparent;
	white-space: nowrap;
	text-indent: -9999px;
	cursor: pointer;
}
.mod_mv_carousel .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
	bottom: -40px;
	left: 0;
	width: 289px;
	margin: auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.mod_mv_carousel .slick-dots li {
	display: block;
	margin: 0;
	background: #ddd;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.mod_mv_carousel .slick-dots li.slick-active {
	background: #e30934;
}
.mod_mv_carousel .slick-dots button {
	display: block;
	height: 3px;
	border: none;
	background: transparent;
	text-align: left;
	white-space: nowrap;
	text-indent: -9999px;
}
@media screen and (max-width: 767px) {
	.mod_mv_carousel .slick-dots {
		width: 242px;
	}
	.mod_mv_carousel .slick-prev {
		-webkit-transform: translateX(-140px);
		    -ms-transform: translateX(-140px);
		        transform: translateX(-140px);
	}
	.mod_mv_carousel .slick-next {
		-webkit-transform: translateX(140px);
		    -ms-transform: translateX(140px);
		        transform: translateX(140px);
	}
}

/*===========================================
banner_ttl_01, banner_ttl_02
===========================================*/
.mod_banner_ttl_01,
.mod_banner_ttl_02 {
	position: relative;
}
.mod_banner_ttl_01 .heading_ttl {
	padding-bottom: 24px;
}
.mod_banner_ttl_02 .heading_ttl {
	border-bottom: 1px solid #ddd;
}
.mod_banner_ttl_01 .heading_ttl .txt_big,
.mod_banner_ttl_02 .heading_ttl .txt_big {
	display: block;
	font-weight: bold;
	line-height: 1.3;
}
.mod_banner_ttl_01.center_border .heading_ttl::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 82px;
	height: 3px;
	margin: auto;
	background-color: #e30934;
	content: "";
}
.mod_banner_ttl_02.left_border .heading_ttl::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background-color: #e30934;
	content: "";
}

@media print, screen and (min-width: 768px) {
	.mod_banner_ttl_01 h2.heading_ttl .txt_big {
		font-size: 36px;
	}
	.mod_banner_ttl_02 h2.heading_ttl .txt_big {
		font-size: 46px;
	}
	.mod_banner_ttl_01 h1.heading_ttl .txt_big {
		font-size: 36px;
	}
	.mod_banner_ttl_02 h1.heading_ttl .txt_big {
		font-size: 46px;
	}
	.mod_banner_ttl_02 .heading_ttl {
		padding: 12px 46px 11px;
	}
	.mod_banner_ttl_03 .heading_ttl {
		font-size: 36px;
	}
}

@media screen and (max-width: 767px) {
	.mod_banner_ttl_01 h2.heading_ttl .txt_big,
	.mod_banner_ttl_02 h2.heading_ttl .txt_big,
	.mod_banner_ttl_01 h1.heading_ttl .txt_big,
	.mod_banner_ttl_02 h1.heading_ttl .txt_big{
		font-size: 30px;
	}
	.mod_banner_ttl_02 .heading_ttl {
		padding: 5px 0 5px 20px;
	}
	.mod_banner_ttl_03 .heading_ttl {
		font-size: 30px;
	}
}

/*===========================================
mod_heading
===========================================*/
[class*="mod_heading"] .heading_ttl .txt_big {
	display: block;
	font-weight: bold;
	line-height: 1.3;
}

/*===========================================
mod_heading_02
===========================================*/
@media print, screen and (min-width: 768px) {
	.mod_heading_02 .heading_ttl {
		font-size: 36px;
	}
}

@media screen and (max-width: 767px) {
	.mod_heading_02 .heading_ttl {
		font-size: 26px;
	}
}

/*===========================================
mod_heading_03
===========================================*/
@media print, screen and (min-width: 768px) {
	.mod_heading_03 .heading_ttl {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	.mod_heading_03 .heading_ttl {
		font-size: 24px;
	}
}

/*===========================================
mod_heading_04
===========================================*/
@media print, screen and (min-width: 768px) {
	.mod_heading_04 .heading_ttl {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.mod_heading_04 .heading_ttl {
		font-size: 18px;
	}
}

/*===========================================
heading_ttl_02
===========================================*/
.heading_ttl_02 {
	position: relative;
}
.heading_ttl_02 h2 {
	padding-bottom: 24px;
	text-align: center;
}
[class*="heading_icon"] h2 .txt_big {
	margin-top: 20px;
}
.heading_ttl_02 h2 .txt_big {
	display: block;
	font-weight: bold;
	line-height: 1.3;
}
.heading_ttl_02 h2 .txt_small {
	display: block;
	font-weight: normal;
}
.heading_ttl_02 h2::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 82px;
	margin: auto;
	background-color: #e30934;
	content: "";
}

.heading_ttl_02 h2.no_border::after {
	content: none;
}
.heading_ttl_02 h2 img {
	width: auto;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.heading_ttl_02 h2 .txt_big {
		font-size: 36px;
	}
	.heading_ttl_02 h2 .txt_small {
		font-size: 14px;
	}
	.heading_ttl_02 h2::after {
		height: 3px;
	}
	.heading_ttl_02 h2.no_border {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.heading_ttl_02 h2 .txt_big {
		font-size: 32px;
	}
	.heading_ttl_02 h2 .txt_small {
		font-size: 14px;
	}
	.heading_ttl_02 h2::after {
		height: 3px;
	}
	.heading_ttl_02 .sp_flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.heading_ttl_02 h2 .sp_flex span {
		margin: 0 10px 0 0;
	}
	.heading_ttl_02 h2 .sp_flex span + span {
		margin: 0;
	}
	.heading_ttl_02:not([class*="heading_icon"]) h2 {
		padding-bottom: 0;
	}
	.heading_ttl_02:not([class*="heading_icon"]) h2 .txt_big {
		font-size: 28px;
	}
	.heading_ttl_02 h2.no_border {
		padding-bottom: 50px;
	}
}

/*===========================================
mod_p_txt
===========================================*/
@media print, screen and (min-width: 768px) {
	.mod_p_txt p {
		line-height: 2.25;
	}
}

@media screen and (max-width: 767px) {
	.mod_p_txt p {
		font-size: 14px;
		line-height: 1.6;
	}
}

/*===========================================
mod_txt_emp
===========================================*/
.mod_txt_emp {
	padding: 4px 12px;
	background-color: #fff3f3;
	font-weight: bold;
}

/*===========================================
mod_p_txt_note
===========================================*/
.mod_p_txt_note p {
	padding-left: 1.2em;
	font-size: 12px;
	line-height: 1.5;
	text-indent: -1.2em;
}
.mod_p_txt_note p .txt_asterisk {
	margin-right: 4px;
}

/*===========================================
mod_p_txt_note
===========================================*/
.mod_txt_box_area {
	border-radius: 10px;
}
.mod_txt_box_area .mod_txt_box_ttl {
	font-weight: bold;
}
.mod_txt_box_area .mod_txt_box_desc {
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.mod_txt_box_area {
		padding: 28px;
	}
	.mod_txt_box_area .mod_txt_box_ttl {
		font-size: 20px;
		line-height: 2.3;
	}
	.mod_txt_box_area .mod_txt_box_desc {
		margin-top: 12px;
	}
}

@media screen and (max-width: 767px) {
	.mod_txt_box_area {
		padding: 20px;
	}
	.mod_txt_box_area .mod_txt_box_ttl {
		font-size: 18px;
		line-height: 1.9;
	}
	.mod_txt_box_area .mod_txt_box_desc {
		margin-top: 6px;
	}
}

.mod_img_txt_ver_1_2_1,
.mod_list_link_4_2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    align-items: center;
}
.mod_list_link_4_2 ul.flex_start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

/*===========================================
mod_img_txt_ver_1_1_1
===========================================*/
.mod_img_txt_ver_1_1_1 .mod_txt > p {
	margin-top: 20px;
	line-height: 1.6;
}
.mod_img_txt_ver_1_2_1 + .mod_img_txt_ver_1_2_1 {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.mod_img_txt_ver_1_1_1 .mod_txt {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.mod_img_txt_ver_1_1_1 .mod_txt {
		margin-top: 20px;
	}
	.mod_img_txt_ver_1_1_1 .mod_txt > p {
		font-size: 14px;
	}
}

/*===========================================
mod_img_txt_ver_1_2_1
===========================================*/
.mod_img_txt_ver_1_2_1.row_reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: row-reverse !important;
	        flex-direction: row-reverse !important;
}
.mod_img_txt_ver_1_2_1 .mod_txt p {
	font-size: 16px;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.mod_img_txt_ver_1_2_1 {
		margin-top: 62px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.mod_img_txt_ver_1_2_1 .mod_img {
		-ms-flex-preferred-size: calc(47.45% - 42px);
		    flex-basis: calc(47.45% - 42px);
	}
	.mod_img_txt_ver_1_2_1 .mod_txt {
		-ms-flex-preferred-size: 52.55%;
		    flex-basis: 52.55%;
	}
	.mod_img_txt_ver_1_2_1 .mod_txt p {
		font-size: 16px;
	}
	.mod_img_txt_ver_1_2_1 [class*="mod_heading"] .heading_ttl .txt_big {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.mod_img_txt_ver_1_2_1 {
		margin-top: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.mod_img_txt_ver_1_2_1 > div {
		width: 100%;
	}
	.mod_img_txt_ver_1_2_1 .mod_img {
		margin-top: 18px;
	}
	.mod_img_txt_ver_1_2_1 .mod_txt p {
		font-size: 14px;
	}
	.mod_img_txt_ver_1_2_1 [class*="mod_heading"] .heading_ttl .txt_big {
		margin-bottom: 40px;
	}
	.mod_img_txt_ver_1_2_1.sp_row_reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.mod_img_txt_ver_1_2_1.sp_column_reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.mod_img_txt_ver_1_2_1.sp_column_reverse .mod_img {
		margin-top: 0;
	}
	.mod_img_txt_ver_1_2_1.sp_column_reverse .mod_txt {
		margin-top: 20px;
	}
	.mod_img_txt_ver_1_2_1.sp_column_reverse
		[class*="mod_heading"]
		.heading_ttl
		.txt_big {
		margin-bottom: 20px;
	}
}

/*===========================================
mod_btn_01
===========================================*/
[class*="mod_btn_01"] a {
	display: block;
	position: relative;
	padding: 21px 0;
	padding-right: calc(1.25em + 8px);
	padding-left: calc(1.25em + 8px);
	border: 1px solid #e30934;
	border-radius: 3em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
[class*="mod_btn_01"] a:not([class*="mod_icon_"]):after {
	width: 8px;
	height: 8px;
	border-top: 2px solid #e30934;
	border-right: 2px solid #e30934;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
[class*="mod_btn_01"] a:after {
	display: block;
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	margin: auto;
	content: "";
}
[class*="mod_btn_01"] a.btn_back:after {
	right: unset;
	left: 25px;
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg);
}
.mod_btn_01 a {
	background: #fff;
	color: #e30934;
	border-color: #e30934;
}
.mod_btn_01 a:not([class*="mod_icon_"]):after {
	border-color: #e30934;
}
.mod_btn_01_red a {
	background: #e30934;
	color: #fff;
	border-color: #e30934;
}
.mod_btn_01_red a:not([class*="mod_icon_"]):after {
	border-color: #fff;
}
.mod_btn_01_bk a {
	background: #fff;
	color: #333;
	border-color: #ccc;
}
.mod_btn_01_bk a:not([class*="mod_icon_"]):after {
	border-color: #e30934;
}

/* disabled button */
[class*="mod_btn_01"] a[class*="disabled"] {
	background-color: #eee;
	color: #fff;
	cursor: not-allowed;
	pointer-events: none;
	border-color: #eee;
}
[class*="mod_btn_01"] a[class*="disabled"]:not([class*="mod_icon_"]):after {
	border-color: #fff;
}

@media print, screen and (min-width: 768px) {
	[class*="mod_btn_01"] a {
		min-width: 300px;
	}
	[class*="mod_btn_01_big"] p,
	[class*="mod_btn_01_small"] p {
		width: 100%;
	}
	[class*="mod_btn_01_big"] {
		width: 58.7%;
	}
	[class*="mod_btn_01_small"] {
		min-width: 39.3%;
	}
	[class*="mod_btn_01_big"] a,
	[class*="mod_btn_01_small"] a {
		min-width: auto;
	}
}

@media screen and (max-width: 767px) {
	[class*="mod_btn_01"] a {
		min-width: 272px;
		font-size: 14px;
	}
}

@media screen and (max-width: 320px) {
	[class*="mod_btn_01"] a {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
	.btn {
		display: block;
	}
}

/*===========================================
mod_icon_blank
===========================================*/
[class*="mod_icon_blank"] {
	position: relative;
}
[class*="mod_icon_blank"]:after {
	display: inline-block;
	position: relative;
	top: -0.1em;
	width: 13px;
	height: 12px;
	margin-left: 0.35em;
	vertical-align: middle;
	content: "";
}

/*===========================================
mod_icon_blank_red
===========================================*/
.mod_icon_blank_red:after {
	background: url("/wp-content/themes/nhjapanfood/common/img/icon_blank_red.svg")
		center no-repeat;
	background-size: contain;
}

/*===========================================
mod_icon_blank_white
===========================================*/
.mod_icon_blank_white:after {
	background: url("/wp-content/themes/nhjapanfood/common/img/icon_blank_white.svg")
		center no-repeat;
	background-size: contain;
}

/*===========================================
mod_icon_pdf_red
===========================================*/
[class*="mod_icon_pdf_red"] {
	position: relative;
}
[class*="mod_icon_pdf_red"]:after {
	display: inline-block;
	position: relative;
	top: -0.1em;
	width: 27px;
	height: 26px;
	margin-left: 0.35em;
	background: url("/wp-content/themes/nhjapanfood/common/img/icon_pdf_red.svg")
		center no-repeat;
	vertical-align: middle;
	content: "";
	background-size: contain;
}

/*===========================================
mod_icon_download_red
===========================================*/
[class*="mod_icon_download_red"] {
	position: relative;
}
[class*="mod_icon_download_red"]:after {
	display: inline-block;
	position: relative;
	top: 0.05em;
	width: 14px;
	height: 16px;
	margin-left: 0.35em;
	background: url("/wp-content/themes/nhjapanfood/common/img/icon_download_red.svg")
		center no-repeat;
	vertical-align: middle;
	content: "";
	background-size: contain;
}

/*===========================================
mod_img_link_panel
===========================================*/
.mod_img_link_panel ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
[class*="mod_img_link_panel"] ul li .mod_txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #eee;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
[class*="mod_img_link_panel"] .list_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: none;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
[class*="mod_img_link_panel"] .list_ttl:after {
	background-color: transparent;
}
[class*="mod_img_link_panel"] .list_desc {
	position: relative;
	padding-left: 14px;
}
[class*="mod_img_link_panel"] .list_desc:before {
	display: block;
	position: absolute;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #e30934;
	border-right: 2px solid #e30934;
	content: "";
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
	.mod_img_link_panel ul.flex_centered {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	[class*="mod_img_link_panel"] ul li .mod_txt {
		padding: 26px 5px;
	}
	[class*="mod_img_link_panel"] .list_ttl {
		font-size: 26px;
	}
	[class*="mod_img_link_panel"] .list_desc {
		margin-top: 8px;
	}
	[class*="mod_img_link_panel"] .list_desc:before {
		top: 0.25em;
	}
	/* type_list_01 */
	.mod_img_link_panel ul.type_list_01 li {
		width: calc((100% - 30px) / 4);
	}
	.mod_img_link_panel ul.type_list_01 li:not(:last-child) {
		margin-right: 10px;
	}
	.mod_img_link_panel ul.type_list_01 li:nth-of-type(4n) {
		margin-right: 0;
	}
	.mod_img_link_panel ul.type_list_01 li:nth-child(n + 5) {
		margin-top: 10px;
	}
	/* type_list_02 */
	.mod_img_link_panel ul.type_list_02 li {
		width: calc((100% - 72px) / 4);
	}
	.mod_img_link_panel ul.type_list_02 li:not(:last-child) {
		margin-right: 24px;
	}
	.mod_img_link_panel ul.type_list_02 li:nth-of-type(4n) {
		margin-right: 0;
	}
	.mod_img_link_panel ul.type_list_02 li:nth-child(n + 5) {
		margin-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	[class*="mod_img_link_panel"] ul li .mod_txt {
		padding: 14px 5px;
	}
	[class*="mod_img_link_panel"] .list_ttl {
		font-size: 18px;
	}
	[class*="mod_img_link_panel"] .list_ttl.flex_col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	[class*="mod_img_link_panel"] .list_desc {
		margin-top: 6px;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.4;
	}
	[class*="mod_img_link_panel"] .list_desc:before {
		top: 0.4em;
	}
	/* type_list_01 */
	.mod_img_link_panel ul.type_list_01 li {
		width: calc((100% - 15px) / 2);
	}
	.mod_img_link_panel ul.type_list_01 li:nth-child(n + 3) {
		margin-top: 15px;
	}
	.mod_img_link_panel ul.type_list_01 li:not(:nth-child(even)) {
		margin-right: 15px;
	}
	/* type_list_02 */
	.mod_img_link_panel ul.type_list_02 li {
		width: calc((100% - 15px) / 2);
	}
	.mod_img_link_panel ul.type_list_02 li:nth-child(n + 3) {
		margin-top: 15px;
	}
	.mod_img_link_panel ul.type_list_02 li:not(:nth-child(even)) {
		margin-right: 15px;
	}
}

/*===========================================
mod_list_link_4_2
===========================================*/
.mod_list_link_4_2 ul {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.mod_list_link_4_2 .mod_list_link .txt_date {
	color: #acacac;
	font-size: 12px;
	line-height: 2.2;
}
.mod_list_link_4_2 .mod_list_link .txt_desc {
	margin-top: 4px;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.mod_list_link_4_2 .mod_list_link .txt_date {
		margin-top: 20px;
	}
	.mod_list_link_4_2 ul li {
		width: calc((100% - 108px) / 4);
	}
	.mod_list_link_4_2 ul li:not(:nth-child(4n)) {
		margin-right: 36px;
	}
	.mod_list_link_4_2 ul li:nth-child(n + 5) {
		margin-top: 64px;
	}
}

@media screen and (max-width: 767px) {
	.mod_list_link_4_2 ul li {
		width: calc((100% - 20px) / 2);
	}
	.mod_list_link_4_2 ul li:not(:nth-child(2n)) {
		margin-right: 20px;
	}
	.mod_list_link_4_2 ul li:nth-child(n + 3) {
		margin-top: 28px;
	}
	.mod_list_link_4_2 .mod_list_link .txt_date {
		margin-top: 10px;
	}
	.mod_list_link_4_2 .mod_list_link .txt_desc {
		font-size: 14px;
	}
}

/*===========================================
mod_catchup_area
===========================================*/
.mod_catchup_area {
	position: relative;
}
.catchup_content {
	position: relative;
	z-index: 1;
	max-width: 683px;
	margin: 0 0 0 auto;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 10px 10px 10px 0px rgba(154, 154, 154, 0.16);
	-webkit-box-shadow: 10px 10px 10px 0px rgba(154, 154, 154, 0.16);
	-moz-box-shadow: 10px 10px 10px 0px rgba(154, 154, 154, 0.16);
}

.catchup_thumb {
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	left: auto;
	margin: auto;
	border-radius: 10px;
	content: "";
}

@media print, screen and (min-width: 768px) {
	.mod_catchup_area {
		padding-top: 154px;
	}
	.catchup_content {
		margin: 0 0 0 auto;
		padding: 40px 50px;
	}
	.catchup_ttl img {
		width: 82%;
	}
	.catchup_desc {
		margin-top: 32px;
		line-height: 1.6;
	}
	.catchup_thumb {
		width: 63%;
		height: 443px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.catchup_content {
		max-width: 540px;
		padding: 50px 30px;
	}
}

@media screen and (max-width: 767px) {
	.mod_catchup_area {
		padding-top: 45vw;
	}
	.catchup_content {
		margin: 0 2.67vw;
		padding: 5.33vw 4vw;
	}
	.catchup_ttl img.sp_only {
		width: 60vw;
		margin: 0 auto;
	}
	.catchup_desc {
		margin-top: 4vw;
		font-size: 3.73vw;
		line-height: 1.5;
	}
	.catchup_thumb {
		width: 100%;
		min-height: 220px;
	}
}

@media screen and (max-width: 520px) {
	.catchup_ttl img.sp_only {
		width: 100%;
	}
}

/*===========================================
mod_faq_list
===========================================*/
.mod_faq_list img {
	width: auto;
}
.mod_faq_list li {
	margin-bottom: 11px;
	padding-bottom: 11px;
	border-bottom: 1px solid #eee;
	line-height: 1.7;
}
.mod_faq_question {
	position: relative;
	padding: 11px 30px 11px 54px;
	font-weight: bold;
	cursor: pointer;
}
.mod_faq_question::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 36px;
	height: 36px;
	background: url("/wp-content/themes/nhjapanfood/common/img/img_question.svg")
		center no-repeat;
	content: "";
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.mod_faq_question::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 15px;
	height: 10px;
	background: url("/wp-content/themes/nhjapanfood/common/img/arrow_down.png")
		center no-repeat;
	content: "";
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.mod_faq_question.active::after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}
.mod_faq_answer {
	display: none;
	position: relative;
	line-height: 1.6;
}
.mod_faq_answer::before {
	position: absolute;
	left: 0;
	width: 36px;
	height: 36px;
	background: url("/wp-content/themes/nhjapanfood/common/img/img_answer.svg")
		center no-repeat;
	content: "";
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.mod_faq_question.active + .mod_faq_answer::before {
	display: block;
}
.faq_area .btn {
	margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
	.mod_faq_list {
		margin-top: 74px;
	}
	.mod_faq_question {
		padding: 12px 30px 12px 54px;
	}
	.mod_faq_answer {
		padding: 22px 30px 12px 54px;
	}
	.mod_faq_answer::before {
		top: 35px;
	}
}

@media screen and (max-width: 767px) {
	.mod_faq_list {
		margin-top: 20px;
	}
	.mod_faq_list li {
		font-size: 14px;
	}
	.mod_faq_question {
		padding: 12px 30px 12px 46px;
	}
	.mod_faq_answer {
		padding: 24px 30px 12px 46px;
	}
	.mod_faq_answer::before {
		top: 40px;
	}
}

/*===========================================
mod_banner_list_4_1
===========================================*/
.mod_banner img {
	border-radius: 10px;
	box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.mod_banner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 139px;
}
.mod_banner ul li {
	width: calc((100% / 3) - 48px);
	padding-right: 16px;
}
.mod_banner ul li:last-child {
	padding-right: 0;
}

@media print, screen and (min-width: 768px) {
	.mod_banner img {
		box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.2);
	}
}

@media screen and (max-width: 767px) {
	.mod_banner ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.mod_banner ul li {
		width: 100%;
		padding-top: 20px;
		padding-right: 0;
	}
	.mod_banner ul li:first-child {
		padding-top: 0;
	}
	.mod_banner img {
		width: 100%;
		box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2);
	}
}

/*===========================================
mod_panel_list_3_2
===========================================*/
.mod_panel_list_3_2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.mod_panel_list_3_2 figcaption {
	border: 1px solid #eee;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.mod_panel_list_3_2 figcaption span {
	display: block;
	position: relative;
}
.mod_panel_list_3_2 figcaption .fig_ttl {
	color: #3b4043;
	font-weight: bold;
	line-height: 1.3;
}
.mod_panel_list_3_2 figcaption .fig_desc {
	margin-top: 10px;
	color: #666;
	line-height: 1.6;
    display: block;
    word-break: break-all;
}
.mod_panel_list_3_2 figcaption.icon_arrow .fig_ttl {
	padding-left: 26px;
}
.mod_panel_list_3_2 figcaption.icon_arrow .fig_ttl:before {
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("/wp-content/themes/nhjapanfood/common/img/icon_circle_arrow_right_red.svg")
		center no-repeat;
	content: "";
}
.mod_panel_list_3_2 figcaption a,.mod_panel_list_3_2 figcaption a:visited{
        word-wrap: break-word;
    color: #336699;
    text-decoration: underline;
}
.mod_product_bulk {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.mod_panel_list_3_2 ul li {
		width: calc((100% - 108px) / 3);
        border-radius: 10px;
        overflow: hidden;
	}
	.mod_panel_list_3_2 ul li:not(:last-child) {
		margin-right: 54px;
	}
	.mod_panel_list_3_2 ul li:nth-child(3n) {
		margin-right: 0;
	}
	.mod_panel_list_3_2 ul li:nth-child(n + 4) {
		margin-top: 60px;
	}
	.mod_panel_list_3_2 figcaption {
		padding: 24px 26px;
	}
	.mod_panel_list_3_2 figcaption .fig_ttl {
		font-size: 26px;
	}
	.mod_panel_list_3_2 figcaption.icon_arrow .fig_ttl:before {
		top: 25%;
	}
}

@media screen and (max-width: 767px) {
	.mod_panel_list_3_2 ul li {
		width: calc((100% - 15px) / 2);
        border-radius: 10px;
        overflow: hidden;
	}
	.mod_panel_list_3_2 ul li:not(:last-child) {
		margin-right: 15px;
	}
	.mod_panel_list_3_2 ul li:nth-child(even) {
		margin-right: 0;
	}
	.mod_panel_list_3_2 ul li:nth-child(n + 3) {
		margin-top: 20px;
	}
	.mod_panel_list_3_2 figcaption {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 16px 10px 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.mod_panel_list_3_2 figcaption .fig_ttl.icon_arrow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.mod_panel_list_3_2 figcaption:not([class^="icon_arrow"]) .fig_ttl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.mod_panel_list_3_2 figcaption .fig_ttl {
		font-size: 18px;
	}
	.mod_panel_list_3_2 figcaption .fig_desc {
		font-size: 14px;
	}
	.mod_panel_list_3_2 figcaption.icon_arrow .fig_ttl:before {
		top: 1.5%;
	}
}

/*===========================================
mod_panel_list_4_2
===========================================*/
.mod_panel_list_4_2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.mod_panel_list_4_2 figcaption {
	border: 1px solid #eee;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.mod_panel_list_4_2 figcaption span {
	display: block;
	position: relative;
}
.mod_panel_list_4_2 figcaption .fig_ttl {
	color: #3b4043;
	font-weight: bold;
	line-height: 1.3;
}
.mod_panel_list_4_2 figcaption .fig_desc {
	margin-top: 10px;
	color: #666;
	line-height: 1.6;
}
.mod_panel_list_4_2 figcaption.icon_arrow .fig_ttl {
	padding-left: 26px;
}
.mod_panel_list_4_2 figcaption.icon_arrow .fig_ttl:before {
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("/wp-content/themes/nhjapanfood/common/img/icon_circle_arrow_right_red.svg")
		center no-repeat;
	content: "";
}
.mod_product_bulk {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.mod_panel_list_4_2 ul li {
		width: calc((100% - 72px) / 4);
	}
	.mod_panel_list_4_2 ul li:not(:last-child) {
		margin-right: 24px;
	}
	.mod_panel_list_4_2 ul li:nth-child(4n) {
		margin-right: 0;
	}
	.mod_panel_list_4_2 ul li:nth-child(n + 5) {
		margin-top: 60px;
	}
	.mod_panel_list_4_2 figcaption {
		padding: 24px 26px;
	}
	.mod_panel_list_4_2 figcaption .fig_ttl {
		font-size: 26px;
	}
	.mod_panel_list_4_2 figcaption.icon_arrow .fig_ttl:before {
		top: 25%;
	}
}

@media screen and (max-width: 767px) {
	.mod_panel_list_4_2 ul li {
		width: calc((100% - 15px) / 2);
	}
	.mod_panel_list_4_2 ul li:not(:last-child) {
		margin-right: 15px;
	}
	.mod_panel_list_4_2 ul li:nth-child(even) {
		margin-right: 0;
	}
	.mod_panel_list_4_2 ul li:nth-child(n + 3) {
		margin-top: 20px;
	}
	.mod_panel_list_4_2 figcaption {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 16px 10px 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.mod_panel_list_4_2 figcaption .fig_ttl.icon_arrow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.mod_panel_list_4_2 figcaption:not([class^="icon_arrow"]) .fig_ttl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.mod_panel_list_4_2 figcaption .fig_ttl {
		font-size: 18px;
	}
	.mod_panel_list_4_2 figcaption .fig_desc {
		font-size: 14px;
	}
	.mod_panel_list_4_2 figcaption.icon_arrow .fig_ttl:before {
		top: 1.5%;
	}
}

/*===========================================
mod_panel_list_2_1
===========================================*/
.mod_panel_list_2_1 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.mod_panel_list_2_1 figcaption {
	border: 1px solid #eee;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.mod_panel_list_2_1 figcaption span {
	display: block;
	position: relative;
}
.mod_panel_list_2_1 figcaption .fig_ttl {
	color: #3b4043;
	font-weight: bold;
	line-height: 1.3;
}
.mod_panel_list_2_1 figcaption .fig_desc {
	margin-top: 10px;
	color: #666;
	line-height: 1.6;
}
.mod_panel_list_2_1 figcaption.icon_arrow .fig_ttl {
	padding-left: 26px;
}
.mod_panel_list_2_1 figcaption.icon_arrow .fig_ttl:before {
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("/wp-content/themes/nhjapanfood/common/img/icon_circle_arrow_right_red.svg")
		center no-repeat;
	content: "";
}
.mod_contact_bulk {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.mod_panel_list_2_1 ul li {
		width: calc((100% - 40px) / 2);
	}
	.mod_panel_list_2_1 ul li:not(:last-child) {
		margin-right: 40px;
	}
	.mod_panel_list_2_1 ul li:nth-child(2n) {
		margin-right: 0;
	}
	.mod_panel_list_2_1 ul li:nth-child(n + 3) {
		margin-top: 60px;
	}
	.mod_panel_list_2_1 figcaption {
		padding: 24px 26px;
	}
	.mod_panel_list_2_1 figcaption .fig_ttl {
		font-size: 26px;
	}
	.mod_panel_list_2_1 figcaption.icon_arrow .fig_ttl:before {
		top: 25%;
	}
}

@media screen and (max-width: 767px) {
	.mod_panel_list_2_1 ul li {
		width: 100%;
	}
	.mod_panel_list_2_1 ul li:nth-child(n + 2) {
		margin-top: 20px;
	}
	.mod_panel_list_2_1 figcaption {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 16px 10px 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.mod_panel_list_2_1 figcaption .fig_ttl.icon_arrow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.mod_panel_list_2_1 figcaption:not([class^="icon_arrow"]) .fig_ttl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.mod_panel_list_2_1 figcaption .fig_ttl {
		font-size: 18px;
	}
	.mod_panel_list_2_1 figcaption .fig_desc {
		font-size: 14px;
	}
	.mod_panel_list_2_1 figcaption.icon_arrow .fig_ttl:before {
		top: 1.5%;
	}
}

/*===========================================
mod_breadcrumbs_area
===========================================*/
.mod_breadcrumbs_area {
	padding: 10px 0 23px;
	background-color: #fafafa;
}
.breadcrumbs_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.breadcrumbs_list ul li {
	position: relative;
	margin-top: 13px;
	font-size: 12px;
}
.breadcrumbs_list ul li a:hover {
	text-decoration: underline;
}
.breadcrumbs_list ul li:not(:last-child) a {
	color: #e30934;
}
.breadcrumbs_list ul li:not(:last-child) {
	padding-right: 24px;
}
.breadcrumbs_list ul li:not(:last-child):before {
	display: block;
	position: absolute;
	top: 15%;
	right: 0;
	width: 12px;
	height: 8px;
	margin: 0 0.5em;
	background: url("/wp-content/themes/nhjapanfood/common/img/icon_circle_arrow_right_gray.svg")
		center no-repeat;
	content: "";
	background-size: contain;
}

@media screen and (max-width: 767px) {
	.mod_breadcrumbs_area {
		padding: 10px 0 23px;
	}
}

/*===========================================
mod_product_sec
===========================================*/
.mod_product_sec,
.mod_product_block {
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.mod_product_sec {
		width: 100%;
		margin-top: 80px;
	}
}

@media screen and (max-width: 767px) {
	.mod_product_sec {
		margin-top: 40px;
	}
}

/*===========================================
mod_product_block
===========================================*/
.mod_product_block {
	margin-top: 40px;
}
.mod_product_ttl_02 {
	position: relative;
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
}
.mod_product_ttl_02:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e30934;
	content: "";
}
.mod_product_ttl_03 {
	position: relative;
	margin-bottom: 30px;
	padding-left: 24px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}
.mod_product_ttl_03:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 13px;
	height: 3px;
	background-color: #e30934;
	content: "";
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.mod_product_ttl_02 {
		font-size: 24px;
	}
}

/*===========================================
mod_product_search_area
===========================================*/
.mod_product_search_area .product_search_content {
	border-radius: 13px;
	background-color: #fff3f3;
}
.mod_product_search_area .form_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mod_product_search_area .form_flex label {
	font-weight: bold;
}
.mod_product_search_area .product_search_ttl {
	font-weight: bold;
	text-align: center;
}
.mod_product_search_area .category_list,
.mod_product_search_area .category_list .radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.mod_product_search_area .category_list li {
	margin-right: 10px;
}
.mod_product_search_area .category_list li:hover,
.mod_product_search_area .category_list .radio:hover,
.mod_product_search_area .category_list .radio_label:hover {
	cursor: pointer;
}
.mod_product_search_area .category_list .radio_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 100px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 20px;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.mod_product_search_area .radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.mod_product_search_area [type="radio"] {
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.mod_product_search_area .radio input[type="radio"] + .radio_label:before {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	border: 1px solid #f7f7f7;
	border-radius: 100%;
	background: #e2e2e2;
	text-align: center;
	vertical-align: top;
	content: "";
	cursor: pointer;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	-webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
	        box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #e2e2e2;
}
.mod_product_search_area
	.radio
	input[type="radio"]:checked
	+ .radio_label:before {
	border: 1px solid #e30934;
	background-color: #e30934;
	-webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
	        box-shadow: inset 0 0 0 4px #f4f4f4;
}
.mod_product_search_area
	.category_list
	input[type="radio"]:checked
	+ .radio_label {
	border: 1px solid #e30934;
}

@media print, screen and (min-width: 768px) {
	.mod_product_search_area {
		margin-top: 80px;
	}
	.mod_product_search_area .form_flex {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.mod_product_search_area .product_search_content {
		padding: 54px 42px;
	}
	.mod_product_search_area .form_flex label {
		font-size: 20px;
	}
	.mod_product_search_area .product_search_ttl {
		font-size: 20px;
	}
	.mod_product_search_area .form_flex .label_txt {
		margin: 20px 10px 0 0;
	}
	.mod_product_search_area .category_list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.mod_product_search_area .category_list .radio_label {
		padding: 10px 14px 8px;
	}
	[class*="mod_product_search_area"] .category_list li {
		margin-top: 24px;
	}
}

@media screen and (max-width: 767px) {
	.mod_product_search_area {
		margin-top: 40px;
	}
	.mod_product_search_area .product_search_content {
		padding: 18px 20px;
	}
	.mod_product_search_area .form_flex {
		margin-top: 24px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.mod_product_search_area .category_list {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: 100%;
		margin-top: 18px;
		-ms-flex-flow: wrap;
		    flex-flow: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.mod_product_search_area .category_list li {
		width: calc((100% - 20px) / 2);
	}
	.mod_product_search_area .category_list li {
		margin-right: 20px;
	}
	.mod_product_search_area .category_list li:nth-child(even) {
		margin-right: 0;
	}
	.mod_product_search_area .category_list li:nth-child(n + 3) {
		margin-top: 15px;
	}
	.mod_product_search_area .form_flex label {
		font-size: 18px;
	}
	.mod_product_search_area .product_search_ttl {
		font-size: 18px;
	}
	.mod_product_search_area .radio input[type="radio"] + .radio_label:before {
		position: absolute;
		top: 50%;
		left: 12px;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.mod_product_search_area .category_list .radio_label {
		position: relative;
	}
	.mod_product_search_area .form_flex label {
		text-align: center;
	}
	.mod_product_search_area .category_list .radio_label {
		padding: 11px 14px 11px 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.mod_product_search_area .form_flex .label_txt {
		width: 15%;
	}
	.mod_product_search_area .category_list {
		width: 85%;
	}
}

/*===========================================
mod_banner_area_01
===========================================*/
.mod_banner_area_01 {
	border-bottom: 1px solid #eee;
}
.mod_banner_area_01.no_border {
	border-bottom: none;
}
@media print, screen and (min-width: 768px) {
	.mod_banner_area_01 {
		padding: 94px 0 114px;
	}
}
@media screen and (max-width: 767px) {
	.mod_banner_area_01 {
		padding: 40px 0;
	}
}

/*===========================================
mod_banner_area_02
===========================================*/
@media print, screen and (min-width: 768px) {
	.mod_banner_area_02 {
		padding: 80px 0;
	}
}
@media screen and (max-width: 767px) {
	.mod_banner_area_02 {
		padding: 45px 0 66px;
	}
}

/*===========================================
mod_article_area
===========================================*/
.mod_article_area .article_content .txt_date {
	color: #acacac;
	font-size: 14px;
	line-height: 1.8;
}
.mod_article_area .article_content .article_list .article_ttl {
	font-weight: bold;
}

@media print, screen and (min-width: 768px) {
	.mod_article_area .article_content .txt_date {
		margin-top: 20px;
	}
	.mod_article_area .article_content {
		padding-bottom: 160px;
	}
	.mod_article_area .article_content .article_thumb {
		margin-top: 80px;
	}
	.mod_article_area .article_content .article_list {
		margin-top: 80px;
	}
	.mod_article_area
		.article_content
		.article_list
		.article_list_item:not(:first-child) {
		margin-top: 90px;
	}
	.mod_article_area .article_content .article_list .article_ttl {
		font-size: 20px;
	}
	.mod_article_area .article_content .article_list .article_desc {
		margin-top: 30px;
		font-size: 16px;
	}
	.mod_article_area .article_content .article_list .article_ttl,
	.mod_article_area .article_content .article_list .article_desc {
		line-height: 1.8;
	}
	.mod_article_area .article_list + .mod_btn_01 {
		margin-top: 90px;
	}
}

@media screen and (max-width: 767px) {
	.mod_article_area .article_content .txt_date {
		margin-top: 24px;
	}
	.mod_article_area .article_content {
		padding-bottom: 80px;
	}
	.mod_article_area .article_content .article_thumb {
		margin-top: 40px;
	}
	.mod_article_area .article_content .article_list {
		margin-top: 40px;
	}
	.mod_article_area
		.article_content
		.article_list
		.article_list_item:not(:first-child) {
		margin-top: 40px;
	}
	.mod_article_area .article_content .article_list .article_ttl {
		font-size: 18px;
	}
	.mod_article_area .article_content .article_list .article_desc {
		margin-top: 20px;
		font-size: 14px;
	}
	.mod_article_area .article_content .article_list .article_ttl,
	.mod_article_area .article_content .article_list .article_desc {
		line-height: 2;
	}
	.mod_article_area .article_list + .mod_btn_01 {
		margin-top: 80px;
	}
}

/*===========================================
mod_article_area
===========================================*/
.mod_form .form_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.mod_form .form_group:not(:first-child) {
	margin-top: 20px;
}
.mod_form .form_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.mod_form .form_label .form_label_txt {
	font-weight: bold;
	line-height: 1.6;
}
.mod_form .form_label .form_flag {
	margin-left: 10px;
	padding: 2px 7px;
	background-color: #e30934;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.mod_form .form_input_box,
.mod_form .form_input_textarea {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fafafa;
	font-size: 16px;
	box-shadow: 0px 3px 6px 0px rgba(221, 221, 221, 0.73) inset;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(221, 221, 221, 0.73) inset;
	-moz-box-shadow: 0px 3px 6px 0px rgba(221, 221, 221, 0.73) inset;
	outline: none;
}
.mod_form .checkbox {
	margin-top: 40px;
}
.mod_form .checkbox input {
	display: none;
	width: initial;
	height: initial;
	margin-bottom: 0;
	padding: 0;
	cursor: pointer;
}
.mod_form .checkbox label {
	position: relative;
	padding: 10px 18px;
	border: 1px solid #ddd;
	border-radius: 25px;
	cursor: pointer;
}
.mod_form .checkbox label:before {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	padding: 7px;
	border: 2px solid #f7f7f7;
	background-color: transparent;
	vertical-align: middle;
	content: "";
	cursor: pointer;
	-webkit-appearance: none;
	box-shadow: 0px 3px 6px 0px rgba(227, 227, 227, 1) inset;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(227, 227, 227, 1) inset;
	-moz-box-shadow: 0px 3px 6px 0px rgba(227, 227, 227, 1) inset;
}
.mod_form input[type="checkbox"]:checked + label:after {
	display: block;
	position: absolute;
	top: 15px;
	left: 24px;
	width: 4px;
	height: 9px;
	border: solid #e30934;
	border-width: 0 2px 2px 0;
	content: "";
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.mod_form input[type="checkbox"]:checked + label {
	border: 1px solid #e30934;
}
.mod_form .form_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mod_form .flex_centered {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.mod_form .flex_start {
	-ms-flex-item-align: start;
	    align-self: flex-start;
}

.mod_form .mod_btn_01_red button {
	border: none;
	background: transparent;
	outline: none;
}
.mod_form .mod_btn_01_red button[disabled] {
	cursor: default;
	pointer-events: none;
}
.mod_form .mod_btn_01_red button[disabled] a {
	border: 1px solid #eee;
	background-color: #eee;
}

@media print, screen and (min-width: 768px) {
	.mod_form .form_group,
	.mod_form .form_label {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.mod_form .form_label {
		width: 25%;
	}
	.mod_form .form_input {
		width: 75%;
	}
	.mod_form .form_input_box,
	.mod_form .form_input_textarea {
		padding: 17px 20px;
	}
	.mod_form .form_input_box.w_small {
		max-width: 301px;
	}
}

@media screen and (max-width: 767px) {
	.mod_form .form_group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.mod_form .form_input {
		margin-top: 13px;
	}
	.mod_form .form_input_box,
	.mod_form .form_input_textarea {
		padding: 13px 20px;
	}
	.mod_form .form_input_box.w_small {
		max-width: 220px;
	}
	.mod_form .form_label .form_label_txt {
		font-size: 14px;
	}
}

/*===========================================
mod_txt_link
===========================================*/
.mod_txt_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 45px;
}
.mod_txt_link a {
	position: relative;
	padding-right: 20px;
	color: #333;
	text-decoration: underline !important;
}
.mod_txt_link a:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 11px;
	background: url("/wp-content/themes/nhjapanfood/common/img/icon_blank_red.svg")
		center no-repeat;
	content: "";
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/*===========================================
icon_arrow
===========================================*/
[class*="icon_arrow"] {
	position: relative;
}

/* icon_arrow_01 */
.icon_arrow_01:before {
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("/wp-content/themes/nhjapanfood/common/img/icon_circle_arrow_right_red.svg")
		center no-repeat;
	content: "";
}
@media print, screen and (min-width: 768px) {
	.icon_arrow_01:before {
		top: 20%;
	}
}
@media screen and (max-width: 767px) {
	.icon_arrow_01:before {
		top: 2.5%;
	}
}

/* icon_arrow_02 */
.icon_arrow_02:before {
	display: block;
	position: absolute;
	left: 4px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #e30934;
	border-right: 2px solid #e30934;
	content: "";
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
	.icon_arrow_02:before {
		top: 0.35em;
	}
}
@media screen and (max-width: 767px) {
	.icon_arrow_02:before {
		top: 0.4em;
	}
}

/* icon_arrow_03 */
.icon_arrow_03:before {
	display: block;
	position: absolute;
	right: 4px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #e30934;
	border-right: 2px solid #e30934;
	content: "";
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}
@media print, screen and (min-width: 768px) {
	.icon_arrow_03:before {
		top: 0.35em;
	}
}
@media screen and (max-width: 767px) {
	.icon_arrow_03:before {
		top: 0.4em;
	}
}

/* icon_arrow_04 */
.icon_arrow_04:before {
	display: block;
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	background: url("/wp-content/themes/nhjapanfood/common/img/icon_circle_arrow_right_red.svg")
		center no-repeat;
	content: "";
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
	.icon_arrow_04:before {
		top: 20%;
	}
}
@media screen and (max-width: 767px) {
	.icon_arrow_04:before {
		top: 2.5%;
	}
}

/*===========================================
mod_txt_link_arrow
===========================================*/
[class*="mod_txt_link_arrow"] .link {
	position: relative;
}

/*===========================================
mod_txt_link_01
===========================================*/
.mod_txt_link_01 .link .icon_arrow_01 {
	padding-left: 25px;
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	.mod_txt_link_01 .link {
		font-size: 24px;
		line-height: 1.9;
	}
}
@media screen and (max-width: 767px) {
	.mod_txt_link_01 .link {
		font-size: 20px;
		line-height: 1.9;
	}
}

/*===========================================
mod_txt_link_02
===========================================*/
.mod_txt_link_02 .link .icon_arrow_02 {
	padding-left: 20px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	.mod_txt_link_02 .link {
		font-size: 14px;
	}
}

/*===========================================
mod_txt_link_03
===========================================*/
.mod_txt_link_03 .link .icon_arrow_03 {
	padding-right: 20px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.mod_txt_link_03 .link {
		font-size: 14px;
	}
}

/*===========================================
mod_txt_link_04
===========================================*/
.mod_txt_link_04 .link .icon_arrow_04 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px 5px 0;
	border-bottom: 1px solid #e30934;
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	.mod_txt_link_04 .link {
		line-height: 1.9;
	}
	.mod_txt_link_04 .link .icon_arrow_04 {
		max-width: 197px;
	}
}
@media screen and (max-width: 767px) {
	.mod_txt_link_04 .link {
		font-size: 14px;
	}
}

/*===========================================
mod_txt_link_underline
===========================================*/
.mod_txt_link_underline .link {
	padding-bottom: 5px;
	border-bottom: 1px solid #e30934;
	line-height: 1.9;
}
@media print, screen and (min-width: 768px) {
	.mod_txt_link_underline .link {
		max-width: 197px;
	}
	.mod_txt_link_underline .link:before {
		top: 20%;
	}
}
@media screen and (max-width: 767px) {
	.mod_txt_link_underline .link {
		font-size: 14px;
	}
	.mod_txt_link_underline .link:before {
		top: 2.5%;
	}
}

/*===========================================
mod_step_flow
===========================================*/
.mod_step_flow {
	max-width: 1100px;
	width: 100%;
    margin-bottom: 40px;
}
.mod_step_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.mod_step_flex:first-child {
	padding-top: 0;
}
.mod_step_flex::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 1100px;
	width: 100%;
	height: 17px;
	background: url("/wp-content/themes/nhjapanfood/common/img/border_arrow.png")
		center no-repeat;
	content: "";
	background-size: 100%;
}
.mod_step_flex:first-child:after {
	content: unset;
}
.mod_step_img {
	position: relative;
	width: 30%;
	margin-right: 7%;
}
.mod_step_img::before {
	display: block;
	position: absolute;
	top: 0;
	left: -15px;
	content: "";
}
.mod_step_flex:nth-child(1) .mod_step_img:before {
	width: 68px;
	height: 83px;
	background: url("/wp-content/themes/nhjapanfood/common/img/step_01.svg")
		center no-repeat;
	background-size: 100%;
}
.mod_step_flex:nth-child(2) .mod_step_img:before {
	width: 80px;
	height: 83px;
	background: url("/wp-content/themes/nhjapanfood/common/img/step_02.svg")
		center no-repeat;
	background-size: 100%;
}
.mod_step_flex:nth-child(3) .mod_step_img:before {
	width: 81px;
	height: 83px;
	background: url("/wp-content/themes/nhjapanfood/common/img/step_03.svg")
		center no-repeat;
	background-size: 100%;
}
.mod_step_flex:nth-child(4) .mod_step_img:before {
	width: 82px;
	height: 83px;
	background: url("/wp-content/themes/nhjapanfood/common/img/step_04.svg")
		center no-repeat;
	background-size: 100%;
}
.mod_step_flex:nth-child(5) .mod_step_img:before {
	width: 80px;
	height: 83px;
	background: url("/wp-content/themes/nhjapanfood/common/img/step_05.svg")
		center no-repeat;
	background-size: 100%;
}
.mod_step_img img {
	width: 100%;
}
.mod_step_info {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
.mod_step_ttl {
	font-size: 26px;
	font-weight: bold;
}
.mod_step_txt {
	line-height: 1.6;
}
.mod_step_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 16px 0 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.mod_step_sp_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media print, screen and (min-width: 768px) {
	.mod_step_flex {
		padding: 38px 54px 38px 87px;
	}
	.mod_step_info {
		width: 63%;
	}
	.mod_step_txt {
		margin-top: 16px;
	}
	.mod_step_btn {
		max-width: 640px;
	}
	.mod_step_btn > div:first-child {
		margin-right: 2%;
	}
	.mod_step_flex.pc_pr0 .mod_step_ttl,
	.mod_step_flex.pc_pr0 .mod_step_txt {
		padding-right: 54px;
	}
}

@media screen and (max-width: 767px) {
	.mod_step_flow {
		margin: 45px auto 0;
	}
	.mod_step_flex {
		padding: 32px 0 40px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.mod_step_img {
		max-width: 35.47vw;
		width: 100%;
		margin-right: 20px;
	}
	.mod_step_img img {
		width: 100%;
	}
	.mod_step_ttl {
		font-size: 18px;
		line-height: 1.6;
	}
	.mod_step_txt {
		margin-top: 10px;
		font-size: 14px;
	}
	.mod_step_flex::after {
		min-width: 320px;
		max-height: 4.53vw;
		height: 100%;
		background: url("/wp-content/themes/nhjapanfood/common/img/border_arrow_sp.png")
			center no-repeat;
		background-size: cover;
		background-size: cover;
	}
	.mod_step_flex .mod_step_img:before {
		top: -15px;
		left: 12px;
	}
	.mod_step_flex:nth-child(1) .mod_step_img:before {
		max-width: 8vw;
		width: 100%;
		height: 10.93vw;
		background: url("/wp-content/themes/nhjapanfood/common/img/step_01_sp.svg")
			center no-repeat;
		background-size: 100%;
	}
	.mod_step_flex:nth-child(2) .mod_step_img:before {
		max-width: 9.33vw;
		width: 100%;
		height: 10.93vw;
		background: url("/wp-content/themes/nhjapanfood/common/img/step_02_sp.svg")
			center no-repeat;
		background-size: 100%;
	}
	.mod_step_flex:nth-child(3) .mod_step_img:before {
		max-width: 9.6vw;
		width: 100%;
		height: 10.93vw;
		background: url("/wp-content/themes/nhjapanfood/common/img/step_03_sp.svg")
			center no-repeat;
		background-size: 100%;
	}
	.mod_step_flex:nth-child(4) .mod_step_img:before {
		max-width: 9.6vw;
		width: 100%;
		height: 10.93vw;
		background: url("/wp-content/themes/nhjapanfood/common/img/step_04_sp.svg")
			center no-repeat;
		background-size: 100%;
	}
	.mod_step_flex:nth-child(5) .mod_step_img:before {
		max-width: 9.6vw;
		width: 100%;
		height: 10.93vw;
		background: url("/wp-content/themes/nhjapanfood/common/img/step_05_sp.svg")
			center no-repeat;
		background-size: 100%;
	}
	.mod_step_info {
		max-width: 49.07vw;
		width: 100%;
	}
	.mod_step_btn {
		width: 82%;
    	margin: 16px auto 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.mod_step_btn .btn {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.mod_step_btn > div:not(:first-child) {
		margin-top: 20px;
	}
}

/*===========================================
mod_table
===========================================*/
.mod_table {
	max-width: 995px;
	width: 100%;
	margin: 0 auto;
}
.mod_table .mod_table_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ddd;
	line-height: 1.6;
}
.mod_table tr:not(:first-child) {
	margin-top: 30px;
}
.mod_table .mod_table_heading {
	max-width: 180px;
	width: 100%;
	padding-right: 15px;
	font-weight: bold;
	text-align: left;
}
.mod_table .mod_table_num {
	display: inline-block;
}
.mod_table .mod_table_heading p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.mod_table .mod_table_num img {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

@media print, screen and (min-width: 768px) {
	.mod_table .mod_table_row {
		padding-bottom: 32px;
	}
	.mod_table tr:not(:first-child) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	.mod_table {
		width: 100%;
		font-size: 14px;
	}
	.mod_table .mod_table_row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.mod_table th,
	.mod_table td {
		width: 100%;
	}
	.mod_table .mod_table_row {
		padding-bottom: 20px;
	}
	.mod_table tr:not(:first-child) {
		margin-top: 20px;
	}
	.mod_table td {
		margin-top: 10px;
	}
	.mod_table .mod_table_heading {
		max-width: 100%;
	}
}

/*===========================================
mod_panel_sec
===========================================*/
.mod_panel_sec {
	margin-top: 80px;
}
.mod_panel_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.mod_panel_flex::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ff0914;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.mod_panel_flex:nth-child(3) .mod_panel_img::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 40px;
	height: 40px;
	border: 2px solid #ff0914;
	border-radius: 50%;
	background-color: #fff;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.mod_panel_flex:nth-child(3) .mod_panel_img.circle_none::before {
	display: none;
	content: none;
}
.mod_panel_flex:first-child:before {
	top: 38%;
}
.mod_panel_flex::after {
	display: block;
	position: absolute;
	top: auto;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #ff0914;
	content: "";
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.mod_panel_flex:first-child::after {
	top: 40%;
	bottom: 0;
}
.mod_panel_flex:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.mod_panel_info,
.mod_panel_img {
	width: 50%;
	margin: 5px 6.8% 5px 6.8%;
}
.mod_panel_info {
	position: relative;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
.mod_panel_flex:nth-child(odd) .mod_panel_box {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.mod_panel_flex:not(:first-child) {
	padding-top: 53px;
}
.mod_panel_ttl {
	color: #e30934;
	font-size: 36px;
	font-weight: bold;
}
.mod_panel_ttl sup {
	font-size: 26px;
}
.mod_panel_txt {
	margin-top: 8px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
	.mod_panel_flex_auto {
		padding: 50px 0 50px !important;
	}
	.mod_panel_flex_auto_02 {
		padding: 90px 0 40px !important;
	}
	.mod_panel_flex_auto_03 {
		margin-top: -30px;
	}
	.mod_panel_flex.mod_panel_flex_auto_03::after {
		height: 116%;
	}
	.mod_panel_flex_auto_04 {
		padding: 60px 0 50px !important;
	}
	.mod_panel_flex_auto_05 {
		margin-top: -70px;
	}
	.mod_panel_img {
		max-width: 401px;
	}
}
@media screen and (max-width: 767px) {
	.mod_panel_flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.mod_panel_flex:nth-child(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.mod_panel_flex:nth-child(odd) .mod_panel_box {
		position: unset;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
	.mod_panel_flex:not(:first-child) {
		padding-top: 44px;
	}
	.mod_panel_info,
	.mod_panel_img {
		width: auto;
		margin: 0 0 0 13.33vw;
	}
	.mod_panel_info {
		-ms-flex-item-align: start;
		    align-self: flex-start;
	}
	.mod_panel_ttl {
		font-size: 32px;
	}
	.mod_panel_txt {
		font-size: 18px;
	}
	.mod_panel_txt,
	.mod_panel_img {
		margin-top: 10px;
	}
	.mod_panel_flex::before,
	.mod_panel_flex:nth-child(3) .mod_panel_img::before {
		top: 25px;
		left: 5%;
		margin-top: 36px;
	}
	.mod_panel_flex:first-child:before {
		top: 0;
		margin-top: 16px;
	}
	.mod_panel_flex::after {
		top: 0;
		left: 5%;
	}
	.mod_panel_flex:first-child::after {
		top: 8px;
	}
	.mod_panel_flex:not(:first-child) {
		padding-top: 43px;
	}
	.mod_panel_flex_auto_02 {
		margin-top: 0;
	}
	.mod_panel_flex_auto_04 {
		padding-top: 40px !important;
	}
	.mod_panel_flex_auto_04.mod_panel_flex::before {
		top: 10px !important;
	}
}

/* .mod_panel_flex_auto_03 {
	padding: 80px 0 20px;
} */
/*===========================================
pagination modification
===========================================*/
.pagination_enabled .simple-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pagination_enabled .pagination {
	margin-top: 80px;
}
.pagination_enabled .light-theme a,
.pagination_enabled .light-theme span {
	margin: 0 10px 0 0;
	padding: 13px 20px;
	border: 1px solid #dddddd;
	border-radius: 26px;
	background: #ffffff;
	color: #333333;
	font-size: 16px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.pagination_enabled .light-theme .current {
	border: 1px solid #e30934;
	background: #e30934;
	color: #ffffff;
}
.pagination_enabled .light-theme li .prev,
.pagination_enabled .light-theme li .next {
	padding: 12px 21.64px 14px;
	border: 1px solid #e30934;
	color: #e30934;
	font-size: 24px;
}
.pagination_enabled .light-theme li.disabled .prev,
.pagination_enabled .light-theme li.disabled .next {
	color: #ffffff;
}
@media print, screen and (max-width: 475px) {
	.pagination_enabled .light-theme a,
	.pagination_enabled .light-theme span {
		margin: 0 1.33vw 0 0;
		padding: 1.13vw 3.7vw !important;
		font-size: 4vw !important;
	}
	.pagination_enabled .light-theme ul li:last-child a,
	.pagination_enabled .light-theme ul li:last-child span {
		margin-right: 0;
	}
}

/*===========================================
mod_inquiry
===========================================*/
.mod_inquiry .mod_form .radio_input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.mod_inquiry .mod_form .checkbox_input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.mod_inquiry .mod_form .radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.mod_inquiry .mod_form .checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 20px 0 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.mod_inquiry .mod_form .selectbox {
	display: block;
	position: relative;
	padding: 12px 24px 14px;
	border: 1px solid #eee;
	border-radius: 2em;
	background: none;
	background: url("/wp-content/themes/nhjapanfood/common/img/arrow_down.png")
		no-repeat top 50% right 20px;
	color: inherit;
	font: inherit;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.mod_inquiry .mod_form select option {
	padding: 12px 24px;
}
.mod_inquiry .mod_form select:focus option:hover {
	background-color: #fff3f3;
}
.mod_inquiry .mod_form select option:hover {
	background-color: #fff3f3;
}
option:hover,
option:checked {
	-webkit-box-shadow: 0 0 10px 100px #fff3f3 inset;
	        box-shadow: 0 0 10px 100px #fff3f3 inset;
}
select:focus,
option {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
select:focus > option:checked {
	background: #fff3f3 !important;
}
select::-ms-expand {
	display: none;
}
select::-ms-expand {
	/* Good browsers :) */
	opacity: 0;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
}
.mod_inquiry .mod_form .radio_input input[type="radio"]:checked + .radio_label {
	border: 1px solid #e30934;
}
.mod_inquiry .mod_form .radio_label {
	display: block;
	min-width: 100px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 20px;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.mod_inquiry .mod_form .form_flex label {
	font-weight: bold;
}
.mod_inquiry .mod_form .radio_label {
	padding: 10px 14px 8px;
}
.mod_inquiry .mod_form .radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.mod_inquiry .mod_form [type="radio"] {
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.mod_inquiry
	.mod_form
	.radio
	input[type="radio"]:checked
	+ .radio_label:before {
	border: 1px solid #e30934;
	background-color: #e30934;
	-webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
	        box-shadow: inset 0 0 0 4px #f4f4f4;
}
.mod_inquiry .mod_form .radio input[type="radio"] + .radio_label:before {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	border: 1px solid #f7f7f7;
	border-radius: 100%;
	background: #e2e2e2;
	text-align: center;
	vertical-align: top;
	content: "";
	cursor: pointer;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	-webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
	        box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #e2e2e2;
}
.mod_inquiry .mod_form .form_input_box.w_xsmall {
	max-width: 141px;
}
.mod_inquiry .mod_form .address_search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 20px;
}
.mod_inquiry .mod_form .address_search p {
	padding: 10px 20px;
	border: 1px solid #dddddd;
	border-radius: 25px;
	color: #333333;
	line-height: 1.6;
	-ms-grid-row-align: center;
	-ms-grid-column-align: center;
	place-self: center;
}
.mod_inquiry .form_group .form_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mod_inquiry .form_group_bordered {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.mod_inquiry .form_group_bordered:not(:first-child) {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.mod_inquiry .mod_form .selectbox {
		min-width: 395px;
	}
	.mod_inquiry .mod_form .form_flex label {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.mod_inquiry .mod_form .radio_input.sp_nowrap {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.mod_inquiry .mod_form .radio:first-child {
		display: block;
		max-width: 141px;
		width: 100%;
		margin-bottom: 10px;
	}
	.mod_inquiry .mod_form .radio {
		display: inline-block;
		max-width: 100px;
		width: 100%;
	}
	.mod_inquiry .mod_form .selectbox {
		width: 100%;
	}
	.mod_inquiry .mod_form .radio_label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		min-width: 137px;
		padding: 9px 14px 8px 32px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.mod_inquiry .mod_form .radio input[type="radio"] + .radio_label:before {
		position: absolute;
		top: 50%;
		left: 12px;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}

/*===========================================
txt_01
===========================================*/
.txt_01 {
	line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
	.txt_01 {
		margin-top: 44px;
	}
}
@media screen and (max-width: 767px) {
	.txt_01 {
		margin: 40px 20px 0;
		font-size: 14px;
	}
}

/*===========================================
mod_privacy_ttl
===========================================*/
.mod_privacy_ttl {
	position: relative;
	font-weight: bold;
	line-height: 1.6;
}
.mod_privacy_ttl:after {
	display: block;
	position: absolute;
	width: 13px;
	height: 3px;
	background-color: #e30934;
	content: "";
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
	.mod_privacy_ttl:after {
		top: 50%;
		left: -15px;
	}
}
@media screen and (max-width: 767px) {
	.mod_privacy_ttl:after {
		top: 15px;
		left: 0;
	}
}

/* no_decor */
.mod_privacy_ttl.no_decor:before {
	content: none;
}
@media print, screen and (min-width: 768px) {
	.mod_privacy_ttl {
		margin: 0 0 10px -10px;
		font-size: 20px;
	}
	.mod_privacy_ttl.no_decor {
		padding-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.mod_privacy_ttl {
		margin-bottom: 20px;
		padding-left: 24px;
		font-size: 18px;
	}
	.mod_privacy_ttl.no_decor {
		padding-left: 24px;
	}
}

/*===========================================
mod_txt_list_note
===========================================*/

[class*="mod_txt_list_note_lvl"] li {
	position: relative;
	line-height: 1.6;
}
ul[class*="mod_txt_list_note_lvl"] {
	counter-reset: my-list-item-counter;
}
ul[class*="mod_txt_list_note_lvl"] > li {
	counter-increment: my-list-item-counter;
}

@media print, screen and (min-width: 768px) {
	.mod_txt_list_ttl {
		margin-top: 32px;
	}
}
@media screen and (max-width: 767px) {
	.mod_txt_list_ttl {
		margin: 22px 0;
	}
}

/* mod_txt_list_note_lvl_01 */
.mod_txt_list_note_lvl_01 > li::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: counter(my-list-item-counter) "） ";
}
.mod_txt_list_note_lvl_01 > li:not(:first-child) {
	margin-top: 38px;
}


@media print, screen and (min-width: 768px) {
	.mod_txt_list_note_lvl_01 {
		margin-top: 22px;
	}
	.mod_txt_list_note_lvl_01 > li {
		padding-left: 28px;
	}
}

@media screen and (max-width: 767px) {
	.mod_txt_list_note_lvl_01 {
		margin-top: 20px;
	}
	.mod_txt_list_note_lvl_01 > li {
		padding-left: 24px;
		font-size: 14px;
	}
}

/* mod_txt_list_note_lvl_02 */
.mod_txt_list_note_lvl_02 > li > h3 {
	position: relative;
}
/* .mod_txt_list_note_lvl_02 > li > h3::before {
	display: block;
	position: absolute;
	top: 0;
	content: "（" counter(my-list-item-counter) "）";
} */

@media print, screen and (min-width: 768px) {
	.mod_txt_list_note_lvl_02 {
		margin-top: 26px;
		padding: 0 0 0 28px;
	}
	.mod_txt_list_note_lvl_02 > li:not(:first-child) {
		margin-top: 30px;
	}
	/* .mod_txt_list_note_lvl_02 > li > h3::before {
		left: -15px;
	} */
}

@media screen and (max-width: 767px) {
	.mod_txt_list_note_lvl_02 {
		margin-top: 20px;
	}
	.mod_txt_list_note_lvl_02 > li:not(:first-child) {
		margin-top: 20px;
	}
	/* .mod_txt_list_note_lvl_02 > li > h3::before {
		left: 20px;
	} */
}

/* mod_txt_list_note_lvl_03 */
.mod_txt_list_note_lvl_03 > li::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: counter(my-list-item-counter) ".";
}

@media print, screen and (min-width: 768px) {
	.mod_txt_list_note_lvl_03 {
		margin-top: 10px;
	}
	.mod_txt_list_note_lvl_03 > li {
		padding-left: 25px;
	}
}

@media screen and (max-width: 767px) {
	.mod_txt_list_note_lvl_03 {
		margin-top: 20px;
	}
	.mod_txt_list_note_lvl_03 > li {
		padding-left: 20px;
		font-size: 14px;
	}
}

/* mod_request_ttl */
.mod_request_ttl {
	margin-left: -30px;
	font-weight: bold;
}

/* mod_txt_list_note_lvl_04 */
.mod_txt_list_note_lvl_04 > li:not(:first-child) {
	margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
	.mod_txt_list_note_lvl_04 {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.mod_txt_list_note_lvl_04 {
		margin-top: 20px;
	}
}

/* mod_identity_ttl */
.mod_identity_ttl {
	font-weight: bold;
}

/* mod_txt_list_note_lvl_05 */
.mod_txt_list_note_lvl_05 li:not(:first-child) {
	margin-top: 5px;
}
.mod_txt_list_note_lvl_05 li p {
	padding-left: 10px;
}

/*===========================================
mod_personal_block
===========================================*/
.mod_personal_block > .mod_personal_data_list:not(:first-child) {
	margin-top: 10px;
}
.mod_personal_ttl {
	font-weight: bold;
}
.mod_personal_data_list dt {
	font-weight: bold;
}

@media print, screen and (min-width: 768px) {
	.mod_personal_block {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.mod_personal_block {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.sp_overflow_clip {
		overflow-x: clip;
	}
}