/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@charset "UTF-8";
/* CSS Document */

body {
  color:#333;
	line-height: 180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo",  "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 14px;
	background-repeat: repeat;
}
dl, ul, ol, li, h1, h2, h3, h4, h5, h6, p, th{
	margin-bottom:1em;
	color:#333;
}
p,li,h5,dd,dt{font-size: 14px;}
h4{font-size: 18px;}
h3{font-size: 20px;}
h2{font-size: 26px; font-weight: bold;}
ol,ul{padding-left: 20px;}
ul li{margin:0;}

/* テキストとリンク ________ */
.tx10{ font-size:10px; line-height:160%;}
.tx11{ font-size:11px; line-height:150%;}
.tx14{ font-size:14px;}
.tx16{ font-size:16px;}
.tx17{ font-size:17px;}
.tx18{ font-size:18px;}
.tx20{ font-size:20px;}
.tx24{ font-size:24px;}
.tx26{ font-size:26px;}
.tx36{ font-size:36px;}
.mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bold{ font-weight:bold; }
.tx_blue{	color:#3f70a7 !important; }
.txt-white{color:#fff;}
.txt-red{color:#df002b;}
.txt-black{color:#333;}
a.txt-black{color:#333;}

.center { text-align:center; }
.txtC{text-align: center;}
.txtL{text-align: left;}
.txtR{text-align: right;}
.txt_right { text-align: right; }

.txt_zoom {
  background-color: #2073d9;
  color: #FFF;
  font-weight: bold;
  padding: 4px 5px;
  border-radius: 4px;
}

.posR{position: relative;}
.posA{position: absolute;}
.posInherit{position: inherit!important;}

a:link,
a:visited { text-decoration: none; color: #df002b;}
a:hover,
a:active  { text-decoration: underline; color: #df002b;}
a.link_underline,
a.link_underline:link,
a.link_underline:visited,
a.link_underline:hover,
a.link_underline:active {	text-decoration: underline; }
a.noline:hover { text-decoration: none !important; }

/* 装飾 ________ */
span.border{
	border:1px solid #333;
	padding: 3px;
	margin-right: 5px;
}
.bg-img{
	background-position: left!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}

.bg-white{background:#fff;}
.bg-gray{background: #eee;}
.underline{	border-bottom:1.5px solid #df002b; }
.underline > *{	margin-bottom: 10px; }
.nonborder:hover{ text-decoration: none; }

/* レイアウト ________ */
@media (max-width:980px) {
	.pconly{ display: none; }
}
@media (min-width:981px) {
	.sponly{ display: none; }
}

.bs-bb{box-sizing: border-box;}

.floatL{float: left;}
.floatR{float: right}
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
/* ClearFix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after { clear: both; }
.cf { *zoom: 1; }

.w50{width:50%;}
.w100{width:100%;}
.w80{width:80%;}
.h240{height: 240px;}

.nomargin { margin: 0 !important; }
.nomargin_v { margin-top: 0 !important; margin-bottom: 0 !important; }
.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb0{margin-top: 0;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mar10{margin:10px;}
.mar15{margin:15px;}
.mar20{margin:20px;}
.mar30{margin:30px;}
.pv20{padding: 20px 0;}
.pv30{padding: 30px 0;}


/* フレックスボックス ________ */
.flex{
	display: -ms-flexbox;
	display: flex;
}
.in-flex{ display: inline-flex; }
.column{ flex-direction: column; }
@media (max-width:1200px) {
	.sp-column{ flex-direction: column; }
}
@media (max-width:600px) {
	.sp-column2{ flex-direction: column; }
}
.justC{justify-content: center;}
.justB{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justA{
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.justA:after{ /* カラム落ちの時、最後列を左寄せにする 4列レイアウト用? */
	content:"";
	display:block;
	width: 270px;
	height:0;
}
.justA:before{ /* カラム落ちの時、最後列を左寄せにする 3列レイアウト用? */
	content: "";
	display: block;
	width: 270px;
	height: 0;
	order:1;
}
.flexW{ flex-wrap: wrap; }
.alignC{align-items: center;}
.alignB{align-items: baseline;}
.alignE{align-items: flex-end;;}
@media (max-width: 768px) {
  .sp_flclear{ display: block; }
}

/* ボックス ________ */
#container{
	display:flex;
	display: -webkit-flex;
	flex-wrap:nowrap;
	width: 100%;
	/*margin: 0 auto;*/
}

@media (max-width: 980px) {
  #container{
	  display:block;
	  width: 100%;
	  margin: 0 auto;
  }
}
.wrapper{
  background-image: url(https://www.risupacknext.com/hubfs/bgA.jpeg);
	width: 100%;
  min-height: 100vh;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width:981px) {
  .wrapper{ padding-left: 220px; }
}
.container {
  /*background: url('https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/shopping.jpg');*/
	margin:auto;
	padding: 40px 8% 30px 8%;
}
.contents_wrapper {
  margin: 0;
  padding: 40px 40px 30px 40px;
  background: white;
}
section {
	max-width: 820px;
	margin: auto;
}
.sec-full { max-width: 1080px; }
.content { margin-top: 30px; }
.box { padding:30px; }
@media (max-width: 980px) {
  .container { padding: 40px 2% 30px 2%; }
  .contents_wrapper { padding: 20px 2% 30px 2%; }
  .content { margin-top: 20px; }
  .box { padding: 30px 6%; }
}


/* パンくずリスト ________ */
.footstamp{
	color:#fff;
	font-size: 18px;
	margin:10px 0;
	/*font-weight: bold;*/
}
.footstamp a{
	color: #fff;
	/*font-weight: bold;*/
}

/* ページタイトル ________ */
.pagetitle{
	max-width: 1080px;
	margin: auto;
	color: #df002b;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 1px solid #df002b;
	padding-bottom: 10px;
}
@media (max-width: 980px) {
  .pagetitle {
    font-size: 20px;
    text-align: center;
  }
}
.splogo{ text-align: center; }

/* ボタン ________ */
.btn,.btn2,.btn3,.btn_syousai,input[type=submit].btn{
	font-size:14px;
	font-weight: bold;
	display:block;
	max-width:240px;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	border: none;
	border-radius: 20px;
	text-decoration: none;
}
.btn,input[type=submit].btn{
	color:#fff;
	background: #df002b;
	margin:auto;
	position: relative;
}
.btn:hover,.btn2:hover,.btn3:hover,
.btn_syousai:hover,input[type=submit].btn:hover{
  text-decoration: none;
}
.btn::before,input[type=submit].btn::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -6px;
}
.btn:hover,input[type=submit].btn:hover{
	background: #df002b;
	color: #fff;
	font-weight: bold;
	opacity: 0.8;
}
a.btn2{
	color: #df002b;
	border:1px solid #df002b;
}
a.btn2:hover{
	color: #fff;
	background: #df002b;
}
a.btn3{
	max-width: inherit;
	color: #333;
	background: #fff;
	border:1px solid #333;
}
a.btn3:hover{
	color:#fff;
	background: #333;
}
a.btn_syousai{
	margin:0 auto 20px;
  padding: 20px 0 25px;
	color: #333;
	border: 1px solid #333;
}
a.btn_short {
  padding: 4px 0;
  width: 190px;
  font-size: 16px;
}
a.btn_long {
  max-width: 300px;
}


/* グローバルナビ
--------------------------- */
.nav_sitemap::before,.nav_message::before,.nav_seminar::before,
.nav_bio::before,.nav_takeout::before,.nav_category::before,
.nav_new::before,.nav_sample::before,.nav_catalog::before,
.nav_contact::before,.nav_digest::before,.nav_kadai::before,
.nav_corona::before,.nav_howto::before,.nav_risu::before{
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-left: 10px;
	background-size: contain !important;
  background-repeat:  no-repeat;
}
.nav_sitemap::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_sitemap.png");}
.nav_message::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_message.png");}
.nav_seminar::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_seminar.png");}
.nav_bio::before      { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_bio.png");}
.nav_takeout::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_takeout.png");}
.nav_category::before { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_category.png");}
.nav_new::before      { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_new.png");}
.nav_sample::before   { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_sample.png");}
.nav_catalog::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_catalog.png");}
.nav_contact::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_contact.png");}
.nav_digest::before   { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_digest.png"); margin-left: 0;}
.nav_kadai::before    { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_kadai.png");}
.nav_corona::before    { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_corona.png");}
.nav_howto::before    { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_howto.png");margin-left: 0;}
.nav_risu::before    { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_risu.png");}

.nav_sitemap:hover::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_sitemap_hov.png");}
.nav_message:hover::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_message_hov.png");}
.nav_seminar:hover::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_seminar_hov.png");}
.nav_bio:hover::before      { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_bio_hov.png");}
.nav_takeout:hover::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_takeout_hov.png");}
.nav_category:hover::before { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_category_hov.png");}
.nav_new:hover::before      { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_new_hov.png");}
.nav_sample:hover::before   { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_sample_hov.png");}
.nav_catalog:hover::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_catalog_hov.png");}
.nav_contact:hover::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_contact_hov.png");}
.nav_kadai:hover::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_kadai_hov.png");}
.nav_corona:hover::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_corona_hov.png");}
.nav_howto:hover::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_howto_hov.png");}
.nav_risu:hover::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_risu_hov.png");}

#container{ position: relative; }
aside ul { padding-left: 0; }

#global-head {
	position: fixed;
	color: #033560;
	width: 260px;
	text-align: center;
	padding-top: 60px;
	z-index: 100;
}

#sidebar {
	font-size: 14px;
	width: 220px;
	height: 100%;
	position: fixed;
	color: #333;
	background: #fff; /* アルタタグでは消えていた */
	text-align: center;
	z-index: 100;
}
#sidebar{
	overflow-y: scroll;
	-ms-overflow-style: none; /* IE 対応 */
	scrollbar-width: none; /* Firefox 対応 */
}
#sidebar::-webkit-scrollbar{
	display: none;
}
#global-nav{
  width: 220px;
}
@media (max-width: 980px) {
  .open #sidebar{
    width: 100% !important;
  }
  #global-nav{
    width: 100%;
  }
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
}
/* #global-nav > ul > li {
	position: relative;
} */
#global-nav li {
  border-bottom: 1px solid #eee;
}
#global-nav .sub-menu li{
  border-bottom: none;
}
#global-nav a {
	color: #333;
	text-decoration: none;
	display: flex;
	align-items: center;
  text-align: left;
	padding: 10px 15px;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	background: #df002b
}
#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 230px;
}
/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
/*
#global-nav .sub-menu-head:after {
  content: "▲";
  position: absolute;
  top: -6px;
  bottom: 0;
  right: 10px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
*/
#global-nav .sub-menu-head:after {
  position: absolute;
  bottom: 0;
  right: 10px;
  margin: auto;
  vertical-align: middle;
  width: 10px;
}
@media (min-width:981px) {
  #global-nav .sub-menu-head:after {
    content: "";
    background-image: url(https://www.risupacknext.com/hubfs/nav_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 19px;

  }
  #global-nav .sub-menu-head:hover:after {
    background-image: url(https://www.risupacknext.com/hubfs/nav_arrow_onmouse.png);
  }
}

/* sub-menu */
#global-nav .sub-menu-nav {
	position: fixed;
	background: rgba(0,0,0,0.8);
	color: #fff;
	top: 0;
	/* padding-top: 148px; */
	left: 220px;
	width: 0;
	height: 100%;
	/* overflow: hidden; */
	z-index: 100;
  overflow-y: scroll;/*スクロールさせる*/
  overflow-x: hidden;/*横スクロールはさせない*/
  -ms-overflow-style: none; /*スクロールバー非表示*//* IE 対応 */
	scrollbar-width: none; /*スクロールバー非表示*//* Firefox 対応 */
}
#global-nav .sub-menu-nav::-webkit-scrollbar{
	display: none;/*スクロールバーを非表示*/
}

#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .sub-menu-nav a {
	color: #fff;
}
#global-nav .sub-menu-nav a:hover {
	color: #fff;
	background: #df002b;
}

/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 15px;
	right: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (min-width:981px) {
  #globalnavi ul li#global_logo{
  	margin: 10px 25px;
    border:none;
  }
  #global-nav #global_logo a{
  	justify-content: center;
  }
  #global-nav #global_logo a:hover{
  	background: none;
  }
	#global-nav ul li a.sidemenu_digest {
	  height: 45px;
		margin: 15px;
    padding: 0;
		background: #4d4d4d;
		color:#fff;
		justify-content: center;
		border-radius: 5px;
		border: none;
	}
  #global-nav ul li a.sidemenu_howto {
    height: 45px;
    margin: 15px;
    padding: 0;
    background: #fff;
    color: #4d4d4d;
    border-radius: 5px;
    border:1px solid #4d4d4d;
    justify-content: center;
    border-radius: 5px;
  }

	#global-nav ul li a.sidemenu_digest:hover{
		background: #df002b;
	}
  #global-nav ul li a.sidemenu_howto:hover{
    background: #df002b;
    color: #fff;
    border: 1px solid #df002b;
}
  #global-nav li:first-child,
  #global-nav li:last-child{
    border-bottom: none;
    margin-top: 10px;
  }
  #global-nav .nav_sponly{
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .nav_pconly{
    display: none;
  }
	.nav_sitemap::before, .nav_message::before, .nav_seminar::before, .nav_bio::before, .nav_takeout::before, .nav_category::before, .nav_new::before, .nav_sample::before, .nav_catalog::before, .nav_contact::before, .nav_digest::before, .nav_kadai::before, .nav_corona::before, .nav_howto::before,.nav_risu::before{
		display: none;
	}
  #global-nav a{
    color:#fff;
    padding: 15px;
  }
  #global-nav .sub-menu:hover .sub-menu-nav {
    width : -webkit-calc(100% - 160px);
  	width: calc(100% - 160px);
    background: rgba(0,0,0,0.8);
  }
	#main-in {
		padding-left: 0;
	}

	#global-head {
		width: 100%;
		padding: 10px;
		background: rgba(255,255,255,.8);
		display: -webkit-flex;
		display: flex;
	}

	#sidebar {
		/*display: none;*/
		position: fixed;
		right: 100%;
		top: 0;
		height: 100%;
		width: 100%;
		color: #333;
		background: rgba(0,0,0,0.8);
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
  #global-nav li {
    border-bottom: 1px solid #fff;
  }
  #global-nav .sub-menu-nav {
    left: 160px;
		/* padding-top: 80px; */
	}
  #global-nav .sub-menu-head:after {
    content: "+";
    top: 8px;
    right: 30px;
    border: none;
    transform: none;
    font-size: 20px;
  }

	/* サブメニューは開けない */
/* 	#global-nav .sub-menu-head:after,
#global-nav .sub-menu-nav {
  display: none;
} */
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
    right: 0;
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}

}



#global-nav>ul>li>a {
  padding: 10px 8px;
}


span.nav_new_mark,span.submenu_new_mark{
  font-size: 9px;
  font-weight: bold;
  background: #c20000;
  color:#fff;
  line-height: 1em;
  padding: 4px;
}
span.nav_new_mark{
  margin-left: 3px;
}
span.submenu_new_mark{
  margin-left: 5px;
}
li:hover span.nav_new_mark,
ul.sub-menu-nav li:hover span.submenu_new_mark{
  background-color: #fff;
  color:#c20000;
}

/* 新グローバルナビ ここまで */


/* ----共通設定ここまで---- */

/*トップページ
--------------------------- */

.toppage_pc{
  position:relative;
  background-image: url(https://www.risupacknext.com/hubfs/toppage_pc_bg.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.toppage_sp{
  min-height: 100vh;
  box-sizing: border-box;
  background-size:cover;
  padding: 3vh 0;
  background-image: url(https://www.risupacknext.com/hubfs/toppage_sp_bg.jpg)!important;
}
.toppage_sp img{
  display: flex;
  width: 80%;
  max-width:360px;
  min-width: 240px;
  margin: auto;
  padding-top:20px;
}
/* .wrapper.risupack_next_toppage{
  background-image: url(https://www.risupacknext.com/hubfs/toppage_sp_bg.jpg);
} */
@media (min-width:700px) {
  .toppage_sp{
    display: none;
  }

  .toppage_pc_content{
    position: absolute;
    bottom: 5%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: baseline;
  }
  .top_txt{
    max-width: 500px;
    min-width: 360px;
    width:45%;
    height: auto;
  }
  .top_btn{
    text-align: center;
    width:30%;
    max-width: fit-content;
    min-width: 260px;;
  }
}
@media (min-width:1550px) {
  .toppage_pc_content{
    bottom:13%;
  }
}
@media (min-width:1700px) {
  .toppage_pc_content{
    bottom:10%;
  }
}

@media (max-width:699px) {
  .toppage_pc{
    display: none;
  }
}

.top_new_topics{
  position: fixed;
  bottom: 30%;
  right: 0;
}
.top_new_topics h2{
  background: #c20000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 0;
}
.top_new_topics > div{
  padding: 15px 30px 15px 15px;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.top_new_topics dl{
  display: flex;
  align-items: start;
}
.top_new_topics dl::after{
  content: ">";
  font-weight: bold;
  color: #c20000;
  position: absolute;
  right: 15px;
}
.new_mark,.topics_mark{
  display: inline-block;
  text-align: center;
  min-width:50px;
  padding: 4px 0;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 11px;
  font-weight: bold;
  color:#fff;
  line-height: 1em;
  height: 1em;
}
.new_mark{
  background: #c20000;
}
.topics_mark{
  background: #5da234;
}
.top_new_topics a:hover{
  text-decoration: none;
}

.top_new_topics dd{
  color: #4f473d;
  font-weight: bold;
  font-size: 16px;
}
.top_new_topics dd span{
  color: #c20000;
  margin: 0 3px;
}

@media (max-width:699px) {
  .top_new_topics{
    position: relative;
    top: 0;
    margin:30px auto 0;
    width: 85%;
    min-width: 280px;
  }
  .top_new_topics dd{
    font-size: 14px;
  }
}
/*トップページ ここまで
--------------------------- */


/* サイトマップ
--------------------------- */
.ls_m6 {
  letter-spacing: -6px;
}

#sitemap .box{
  padding: 20px 30px;
}
#sitemap .tabcontent h5:first-of-type{
  display: inline-block;
}
#sitemap .tabcontent h5:last-of-type{
  text-align: right;
  min-width: 100px;
}

.sitemap_icon1::before, .sitemap_icon2::before, .sitemap_icon3::before{
	display: inline-block;
  vertical-align: middle;
	content: "";
	width: 30px;
	height: 40px;
	margin-right: 5px;
	margin-top: 5px;
	background-size: contain !important;
  background-repeat:  no-repeat;
}
.sitemap_icon1::before  {
  background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/sitemap03_icon.jpg");
}
.sitemap_icon2::before  {
  background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/sitemap04_icon.jpg");
}
.sitemap_icon3::before  {
  background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/sitemap05_icon.jpg");
}

.tabcontent .bg-img{
  height: 190px;
}

.bg-leftbox, .bg-leftbox-mini1, .bg-leftbox-mini2{
  padding: 20px 0px 20px 20px;
}
.bg-leftbox{
  min-width: 160px;
}

.bg-leftbox-mini1{
  min-width: 141px;
}

.bg-leftbox-mini2{
  min-width: 157px;
}

.sitemap_bg{
  background: linear-gradient(90deg, #fff, #ebe6d6);
}
.sitemap_txt{
  max-width: 620px;
}
.sitemap_img{
  position: absolute;
  bottom: 0;
  right: 0;
}
.sitemap_reco{
  position: absolute;
  right: 0;
  top: 0;
}
.sitemap-column h2{
  margin-bottom: 0;
}
.sitemap-column ul li a{
  color:#333;
}
@media (max-width:1220px) {
  .sitemap_img{
    position: inherit;
    display: block;
    margin: auto;
    width: 100%;
    max-width: fit-content;
  }
  .sitemap_btn,.sitemap_txt{
    margin:auto;
  }
  .sitemap_br{
    display: none;
  }
}
@media (max-width:1350px) {
  .sitemap-column{
    flex-direction: column;
    max-width: 600px;
    margin: 30px auto 0;
  }
}

#tabcontent2 .bg-white{
  padding: 20px;
}

.tabcontent h3 a,
.tabcontent li a{
  margin-right: 5px;
}
.sitemap_cate{
  display: inline-block;
  background: #999999;
  color:#fff;
  font-weight: bold;
  padding: 3px 5px;
  font-size: 16px;
}
.sitemap_new{
  background: #df002b;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 3px 5px;
  margin-left: 5px;
}
#tabcontent2 ul li{
  width: 200px;
}
#tabcontent2 ul li:first-child{
  margin-bottom: 1em;
}
#sitemap .bg-leftbox,
#sitemap .bg-leftbox-mini1,
#sitemap .bg-leftbox-mini2,
#sitemap #tabcontent2 .bg-white{
  position: relative;
}

#sitemap .box a,
.tabcontent a{
  position: absolute;
  bottom:0;
}

.tabcontent li a,
.tabcontent h2 a,
.tabcontent h3 a{
  position: static;
  color: #333;
}

@media(max-width:550px){
  .sitemap_column{
    flex-direction: column;
  }
  .sitemap_columnR{
    flex-direction: column-reverse;
  }
}

.sitemap-corona{
 min-width:150px;
 margin-bottom:0;
}
.sitemap-corona a{
  position: inherit!important;
  color:#333;
}
.sitemap-risu{
 min-width:230px;
 margin-bottom:0;
}
.sitemap-risu a{
  position: inherit!important;
  color:#333;
}

.btn_sample, .btn_catalog, .btn_contact{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_sample::before, .btn_catalog::before, .btn_contact::before{
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-left: 10px;
	background-size: contain !important;
  background-repeat:  no-repeat;
}
.btn_sample::before   { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_sample.png");}
.btn_catalog::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_catalog.png");}
.btn_contact::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_contact.png");}
.btn_sample:hover::before   { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_sample_hov2.png");}
.btn_catalog:hover::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_catalog_hov.png");}
.btn_contact:hover::before  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon_contact_hov.png");}


@media (max-width:1200px) {
  #sitemap .bg-img{
    background-size: contain!important;
    background-position: right!important;
  }
}
@media (max-width:660px) {
  #sitemap .bg-img{
    background-size: cover!important;
    background-position: left!important;
  }
}
#sitemap_products_box_mini div{
  background-size: contain;
  background-position: right -20px bottom 0;
  background-repeat: no-repeat;
}

#tabcontent1 > *{
  text-shadow:
    1px 1px 3px white,
    -1px 1px 3px white,
    1px -1px 3px white,
    -1px -1px 3px white,
    1px 1px 3px white,
    -1px 1px 3px white,
    1px -1px 3px white,
    -1px -1px 3px white,
    1px 1px 3px white,
    -1px 1px 3px white,
    1px -1px 3px white,
    -1px -1px 3px white
}

.sitemap_products_box{
  position: relative;
  width: 100%;
  padding: 20px 0 20px 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right -20px bottom 0;
}
.sitemap_products_box,
#sitemap .bg-leftbox-mini1,
#sitemap .bg-leftbox-mini2 {
  min-height: 190px;
  box-sizing: border-box;
}
@media (max-width: 1599px) {
  .sitemap_products_box {
    background-position: right -130px bottom 0;
  }
  #sitemap_products_box_mini div {
    background-position: left 140px bottom 0;
  }
}
@media (max-width: 1399px) {
  .sitemap_products_box {
    background-position: right -130px bottom 0;
  }
  #sitemap_products_box_mini div {
    background-position: right -70px bottom 0;
  }
}
@media (max-width: 1199px) {
  .sitemap_products_box {
    background-position: right -50px bottom 0;
  }
  #sitemap_products_box_mini div {
    background-position: right -20px bottom 0;
  }
}
@media (max-width: 660px) {
  .sitemap_products_box {
    background-position: right -100px bottom 0;
  }
  #sitemap_products_box_mini div {
    background-position: right -40px bottom 0;
  }
}
@media (max-width: 550px) {
  #sitemap_products_box_mini div {
    background-position: right bottom;
  }
}
@media (max-width: 460px) {
  .sitemap_products_box {
    background-position: right -150px bottom 0;
  }
  .sitemap_products_box#box_beihan {
    background-position: right -200px bottom 0;
    background-size: cover;
  }
}


/* トップメッセージ
--------------------------- */
.presidentname {
  font-size: 30px;
}
.lity-container {
  width: 90%;
  max-width: 800px !important;
}



/* WEBセミナー
--------------------------- */
.seminar_bg{
  background-color: #f7f8f8;
}
.seminar_schedule_box {
  border:1px solid #333;
}
.seminar_schedule_box dl {
  margin: 5px 0 0 0;
}
.seminar_schedule_box dl dt {
  white-space: nowrap;
}
.seminar_schedule_box_bg {
  background-image: url();
}
.seminar_schedule_title {
  font-size: 20px;
  font-weight: bold;
}
.schedule_datebox {
  line-height: 200%;
}
.schedule_datebox th {
  white-space: nowrap;
}
@media (min-width:450px) {
	.schedule_datebox br { display: none; }
}
.schedule_date {
  font-size: 22px;
}
.schedule_dow {
  font-size: 16px;
}
.seminar_schedule_notice {
  border: none;
  background-color: transparent;
  margin: 0;
}
.seminar_schedule_notice tr,
.seminar_schedule_notice td {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  line-height: 160%;
  vertical-align: top;
}
.seminar_lecturer_box {
  flex-wrap: nowrap;
}
.seminar_lecturer_box > div:first-child {
  width: 220px;
  min-width: 220px;
  padding-right: 40px;
}
@media (max-width: 500px) {
  .seminar_lecturer_box {
    flex-wrap: wrap;
  }
  .seminar_lecturer_box > div:first-child,
  .seminar_lecturer_box > div:last-child {
    width: 100%;
    padding-right: 0;
  }
}


/* ダイジェスト
--------------------------- */
.digest_product_box {
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 40px 0;
}
.digest_product_box > div {
  width: 48%;
}
@media (max-width: 500px) {
  .digest_product_box {
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content:normal;
  }
  .digest_product_box > div:first-child {
    width: 100%;
  }
}
.digest_product_box p {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
}
.digest_product_box ol li {
  margin: 5px 0;
}



/* 商品詳細
--------------------------- */
.syousai_title{
	padding-left: 30px;
  height: 126px;
  line-height: 126px;
  background-color: rgba(255,255,255,0.93);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 36px;
  font-weight: bold;
}
.title_seika {
  background-image: url(https://www.risupacknext.com/hubfs/bg-seika.png);
}
.title_dessert {
  background-image: url(https://www.risupacknext.com/hubfs/bg-dessert.png);
}
.title_onsouzai {
  background-image: url(https://www.risupacknext.com/hubfs/bg-onsouzai.png);
}
.title_sushi {
  background-image: url(https://www.risupacknext.com/hubfs/bg-sushi.png);
}
.title_beihan {
  background-image: url(https://www.risupacknext.com/hubfs/bg-beihan.png);
}
.title_sengyo {
  background-image: url(https://www.risupacknext.com/hubfs/bg-sengyo.png);
}
.title_seiniku {
  background-image: url(https://www.risupacknext.com/hubfs/bg-seiniku.png);
}
.title_mendon {
  background-image: url(https://www.risupacknext.com/hubfs/bg-mendon.png);
}
.title_don {
  background-image: url(https://www.risupacknext.com/hubfs/bg-don.png);
}
.title_bento {
  background-image: url(https://www.risupacknext.com/hubfs/bg-bento.png);
}
.title_curry {
  background-image: url(https://www.risupacknext.com/hubfs/bg-curry.png);
}
.title_kankyo {
  background-image: url(https://www.risupacknext.com/hubfs/bg-kankyo.png);
}
.title_corona {
  background-image: url(https://www.risupacknext.com/hubfs/bg-corona.png);
}
.title_kadai {
  background-image: url(https://www.risupacknext.com/hubfs/bg-kadai.png);
}
.title_risu {
  background-image: url(https://www.risupacknext.com/hubfs/bg-risu.png);
  line-height:1.1;
  padding-top:30px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0 -1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
}

.syousai_container{
	background: rgba(255,255,255,0.8);
}
.syousai_copy {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
}
.syousai_name {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #df002b;
  line-height: 1.2;
}
.syousai_boxL,.syousai_boxR{
	/* width: 50%; */
	min-width: 300px;
  min-height:0.1%; /* IEで、flex-direction:columnの子要素に画像があるとき下部に余白ができる対策 */
  /* 本来は0%が望ましいが、勝手に「0px」に置き換えられてしまい余白ができてしまうので、「0.1%」とした。 */
}
.syousai_boxL{
	margin-right: 10px;
}
.syousai_boxR{
	margin-left: 10px;
}
.syousai_boxL .content,
.syousai_boxR .content{
	padding: 20px;
	margin-bottom: 20px;
	background:#fff;
}
.syousai_table {
  border-collapse: separate;
  border-spacing: 8px;
  background-color: transparent;
  border: none;
}
.syousai_table tr td {
  background-color: #FFF;
  border: none;
  color: #333;
}
.syousai_table tr:first-child td:first-child {
  width: 400px;
  height: 1px;
}
@media (max-width: 1200px) {
  .syousai_table td{
    display:block;
    float:left;
    clear:both;
    width: 100%;
  }
}

.syousai_container .box{
  padding: 15px;
}
.btn_syousai{
  line-height: 1em;
}
.syousai_icon{
  width: 30px;
}
.btn_download{
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.btn_download::after{
  display: inline-block;
	content: "";
	width: 30px;
	height: 25px;
	margin-left: 5px;
	background-size: contain !important;
  background-repeat:  no-repeat;
}
.btn_download::after  { background-image: url("https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/icon-download.png");}



.syousai_article *{
  box-sizing: border-box;
}
.syousai_catalog_img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.btn_syousai:hover{
  opacity: 0.8;
}
.syousai_w50wrap{
  width:50%;
}
.syousai_w60wrap{
  width:60%;
}
.syousai_w40wrap{
  width:40%;
}

.syousai_article .box3{
  width:100%; /* IE11でのはみ出し対策 */
  min-height:0.1%; /* IEで、flex-direction:columnの子要素に画像があるとき下部に余白ができる対策 */
  /* 本来は0%が望ましいが、勝手に「0px」に置き換えられてしまい余白ができてしまうので、「0.1%」とした。 */
}
.syousai_article .box4_2{
  width:100%;
  margin-right:0;
}
.syousai_mt10{
  margin-top:10px;
}
@media (min-width:1201px) {
  .syousai_article .box4_2{
    display: none;
  }
}
@media (max-width:1200px) {
  .syousai_article .flex{
    flex-direction: column;
  }
  .syousai_article .box4{
    display: none;
  }
  .syousai_w50wrap,.syousai_w60wrap,.syousai_w40wrap{
    width:100%;
    min-height:0.1%; /* IEで、flex-direction:columnの子要素に画像があるとき下部に余白ができる対策 */
    /* 本来は0%が望ましいが、勝手に「0px」に置き換えられてしまい余白ができてしまうので、「0.1%」とした。 */
  }
  .syousai_boxL{
    margin-right: 0;
  }
  .syousai_boxR{
  	margin-left: 0;
  }
  .syousai_article .btn_download{
    display: block;
  }
}

.img_display_mini img {
  vertical-align: bottom;
  cursor: pointer;
}
.img_slider_control {
  position: relative;
  margin-bottom: 10px;
}
.img_slider_control a {
  cursor: pointer;
  padding: 5px 4px;
}
a[data-slide-btn] {
  position: absolute;
}
a[data-slide-btn="prev"] {
  top: -4px;
  left: 0;
}
a[data-slide-btn="next"] {
  top: -4px;
  left: auto;
  right: 0;
}
.img_slider_point {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.img_slider_point li {
  font-size: 12px;
  color: #999;
}
.img_slider_point li .active {
  color: #333;
}
.img_slider_point a:hover,
.img_dlider_point a:active{
  text-decoration: none;
}

@media (min-width:499px) {
  .wide_display img{
    padding: 0 15%;
  }
}

.slide_dlbtn::after{
  content: "";
  background-image: url(https://www.risupacknext.com/hubfs/icon_download_red.png);
  position: absolute;
  width: 27px;
  height: 22px;
}

/* 環境対応
--------------------------- */
.content.bio_download {
  padding: 30px 20px 20px;
  background: #FFF;
  margin-top: 0;
}
.kankyo_red{
  color:#df002b;
}
.kankyo_ul{
  text-align: left;
}
.kankyou_download{
  width: 100%;
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
  list-style-type:none;
  padding-left:0;
}
.kankyou_download li{
  width: 49%;
  margin-bottom: 10px;
}
.kankyo_icon{
  width:15px;
  display: inline;
  margin: 0 2px;
}
@media (max-width:620px) {
  .kankyou_download{
    display: block;
  }
}
</style>

/* サンプルオーダー
------------------------------ */

.form_half{
  width: 50%;
}
.form_half:first-of-type{
  margin-right: 30px;
}
.jizen,.jizen2{
  margin-bottom: 2em;
}
.jizen .form_check_part{
  min-width: 290px;
}
.jizen2 .form_check_part{
  min-width: 220px;
}
/*
#sampleorder form a:link,#sampleorder form a:visited{
  font-weight: bold;
  color: #3d5acc;
}
*/
#sampleorder input[type=button].btn_input, #sampleorder .btn_input{
  background: white;
  padding: 10px;
  font-weight: normal;
  border-radius: 10px;
  border: 1px solid red;
}
/*
#sampleorder .btn{
  background: #df002b;
  color: white;
  padding: 10px;
  font-size: 18px;
  border: none;
  border-radius: 15px;
}
*/

#sampleorder form {
  background-color: #FFF;
  font-size: 13px;
}
#sampleorder input:disabled,
#sampleorder select:disabled,
#sampleorder textarea:disabled {
  background-color: #EEE;
}
#sampleorder form input[type="submit"] {
  display: none;
}
#sampleorder table {
  border-collapse: collapse;
}
#sampleorder th, #sampleorder td {
  padding: 5px 10px;
  border: 1px solid #999;
}
#orderlist {
  display: none;
}
.confirmarea {
  display: none;
}
/*
#sampleorder .hissu {
  background-color: #df002b;
  color: #FFF;
  padding: 4px 6px;
  margin-left: 0.5em;
}
*/
/*絞り込み用*/
.allNoDisplay tbody tr {
  display: none;
}
.craftsalad    tr[data-category="craftsalad"]    {display: table-row;}
.cubelook      tr[data-category="cubelook"]      {display: table-row;}
.fineo         tr[data-category="fineo"]         {display: table-row;}
.pafuru        tr[data-category="pafuru"]        {display: table-row;}
.suguremori    tr[data-category="suguremori"]    {display: table-row;}
.chiyonomori   tr[data-category="chiyonomori"]   {display: table-row;}
.nagoyaka      tr[data-category="nagoyaka"]      {display: table-row;}
.maruru        tr[data-category="maruru"]        {display: table-row;}
.prismshell    tr[data-category="prismshell"]    {display: table-row;}
.wakuju        tr[data-category="wakuju"]        {display: table-row;}
.rakugamine    tr[data-category="rakugamine"]    {display: table-row;}
.fureai        tr[data-category="fureai"]        {display: table-row;}
.misemorioke   tr[data-category="misemorioke"]   {display: table-row;}
.umashabu      tr[data-category="umashabu"]      {display: table-row;}
.gpj           tr[data-category="gpj"]           {display: table-row;}
.mendon        tr[data-category="mendon"]        {display: table-row;}
.tainetsumaru  tr[data-category="tainetsumaru"]  {display: table-row;}
.seikakudon    tr[data-category="seikakudon"]    {display: table-row;}
.choukakudon   tr[data-category="choukakudon"]   {display: table-row;}
.shellbox      tr[data-category="shellbox"]      {display: table-row;}
.yasuragi      tr[data-category="yasuragi"]      {display: table-row;}
.gochicurry    tr[data-category="gochicurry"]    {display: table-row;}

#producttable th:nth-child(n + 4) .tablesorter-header-inner {
  cursor: pointer;
  outline: none;
}
#producttable th:nth-child(n + 4) .tablesorter-header-inner::after {
  content: '▼';
  font-size: 12px;
  margin-left: 5px;
}

.colTitle{
  background: #eee;
  padding:20px;
}

.colTitle label{
  font-size: 18px;
  min-width: 140px;
  text-align: center;
  padding: 3px;
  margin-right: 20px;
  line-height: 2em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  font-weight: bold;
}

.colTitle input{
  display: none;
}
.col_check:checked + .col_label{
  background: #333;
  color: #fff;
}
.col_label:hover{
  background: gray;
  color: #fff;
}

@media (max-width:620px) {
  .colTitle{
    background: #eee;
    padding: 10px;
  }
  .colTitle label{
    background: none;
    border: none;
    margin-right: 2em;
    margin-bottom: 1em;
    padding: 0;
    text-decoration: underline;
    min-width: inherit;
    cursor: pointer;
  }
  .colTitle label:hover{
    background: none;
    color: #333;
    opacity: 0.8;
  }
}

#producttablewrapper {
  max-height: 700px;
  overflow-y: auto;
}
table#producttable{
  /*
  height: 700px;
  display: block;
  overflow-y: auto;
  */
  width: 100%;
}
@media (max-width:1200px) {
  /*
  table#producttable{
    height: 500px;
  }
  */
  #producttablewrapper {
    max-height: 500px;
  }
}

#producttable th{
  background: #eee;
}
@media (min-width:1201px) {
  #producttable th:nth-child(1),
  #producttable td:nth-child(1){
    min-width: 60px;
  }
}

#producttable th:nth-child(2),
#producttable td:nth-child(2){
  min-width: 50px;
}

#producttable th:nth-child(8),
#producttable td:nth-child(8){
  min-width: 50px;
}

#producttable th:nth-child(9),
#producttable td:nth-child(9){
  min-width: 60px;
}

@media (max-width:1200px) {
  .producttable_pconly{
    display: none;
  }
  #producttable th:nth-child(n+4),
  #producttable td:nth-child(n+4){
    display: none;
  }
  #producttable dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
/*   @media (max-width:460px) {
  #producttable dl{
    flex-direction: column;
  }
} */
  #producttable dt{
    width: 80px;
  }
  #producttable dd{
    position: relative;
    padding-left: 1em;
  }
  #producttable dd::before{
    content:"：";
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
  }
  #producttable div:first-of-type{
    margin-right: 10px;
  }
}
@media (min-width:1201px) {
  .producttable_sponly{
    display: none;
  }
}

table#producttable img{
  width: 100%;
  max-width: 160px;
}

/* サンプルオーダー 商品ダミー画像の埋込み */
td:nth-child(3) > div.flex > div:first-of-type{
  background-image:url(https://www.risupacknext.com/hubfs/sampleorder-thumbnails/sampleorder_dummy.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 160px;
  min-height: 100px;
}
table#producttable img{
  vertical-align: top;
}
@media (min-width:1201px) {
  td:nth-child(3) > div.flex{
    justify-content: center;
  }
}
@media (max-width: 1200px){
  #producttable td:nth-child(3) div:first-of-type {
    margin: auto 10px auto 0;
  }
}
/* サンプルオーダー 商品ダミー画像の埋込み */


/*ダウンロード
--------------------------- */
.thumb{
  box-sizing: border-box;
  padding: 3px;
	border:1px #333 solid;
}
.pdf{
	width:270px;
	box-sizing: border-box;
	padding:20px;
}
.pdf dl{
	display: flex;
	height: 3em;
}
.pdf dt{ white-space: nowrap; }
/* .pdf dl dt{
  width: 4em;
} */
.download_wrap1{
  width:48%;
}
.download_wrap1 > .flex > div:first-child {
  width: 40%;
}
.btn-download {
  position: relative;
  font-size: 16px;
  font-weight:bold;
}
.btn-download::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
.download-title{
  font-size: 18px;
  margin-bottom: 5px;
}
.icon_pdflink {
  padding-left: 35px!important;
  background-image: url(https://6991309.fs1.hubspotusercontent-na1.net/hubfs/6991309/download-thumbnails/sokuhou_pdf.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
}
.icon_pdflink .download-title {
  min-height: 29px;
}

@media (max-width: 1200px) {
  .download_flex{ display: block; }
  .download_wrap1{
    width:100%;
    margin-right: 0!important;
  }
  .download_wrap1 > .flex > div:first-child {
    width: 38%;
  }
}

/* アンケート
--------------------------- */
input::placeholder,textarea::placeholder{
  color:#aaa;
  font-size: 14px;
}
.q3q4_head > *{
  border-top: 1px solid #ccc;
}
.q3q4_table > *{
  border-bottom: 1px solid #ccc;
}
.q3q4_table{
  margin: 0;
  border-left: 1px solid #ccc;
}
.q3q4_table > *{
  width: 25%;
  padding: 10px 0;
  border-right: 1px solid #ccc;
}
.q3q4_table dd{
  text-align: center;
  line-height: 1.4em;
}
.q3q4_table dt{
  width: 100px;
  padding-left: 10px;
}
.q3q4_table span{
  display: inline-block;
}
.q3q4_table .form_check_circle{
  padding-left: 30px;
}
@media (max-width:400px) {
  .q3q4_table > *{
    font-size: 12px;
  }
}

/* お問い合わせ
--------------------------- */
@media(max-width:980px){
  .contact_text{ text-align: left; }
}


/* 事前登録
--------------------------- */
.header img{ width: 100%; }
@media(min-width:769px){
  .entry_h2 { font-size: 30px; }
  .entry_h3 { font-size: 26px; }
}
.entry_wrap{ padding:0 1em; }
.entry-table dl{
	display: flex;
	margin: 0;
}
.entry-table dl dt,
.entry-table dl dd{
  width: 100%;
	font-size: 16px;
	padding: 20px 10px;
	border:2px solid #fff;
}
.entry-table dl dt{
  max-width: 200px;
	text-align: center;
	background: #666;
	color:#fff;
	font-weight: bold;
}
.entry-table dl dd{
	background: #eee;
}
.entry_email_wrap{
  background-color: #f7f8f8;
  padding: 3em 2em;
}
.entry-title{
  color:#4d4d4d;
  font-size:24px;
}

@media(max-width:980px){
  .entry-table dl{
    display: block;
  }
  .entry-table dl dt{
    text-align: left;
    max-width: 100%;
  }
  .entry-table dl dt,
  .entry-table dl dd{
    width:inherit;
  }
  .entry-flex{
    display: block;
  }
  .entry-flex-input{
    margin-top: 20px;
  }
}
/*プルダウン*/
.cp_ipselect {
	overflow: hidden;
	text-align: center;
  margin:15px 0 35px;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border-radius: 5px;
	background: #e7e7e7;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 1.4em;
	right: 1.2em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #aaa;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 3.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #aaa;
}


/* ▼タブ機能を制御するラジオボタン(非表示にする) */
.tabbox input { display: none; }

/* ▼タブ(共通装飾＋非選択状態の装飾) */
.tab {
  font-size: 20px;
	color: #df002b;
	display: inline-block;
	text-align: center;
	padding: 1em 0;
	background-color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	width:50%;
}

/* ▼タブにマウスポインタが載った際の装飾 */
.tab:hover {
  background-color: #E6E6DF;
  color: #df002b;
  cursor: pointer;
}

/* ▼チェックが入っているラジオボタンの隣にあるタブの装飾(＝選択状態のタブ) */
input:checked + .tab {
  background-color: #E6E6DF;
  position: relative;
  z-index: 10;
}

/* ▼タブの中身(共通装飾＋非選択状態の装飾) */
.tabcontent {
  display: none;
  margin-top: -1px;
  padding: 40px 30px;
  position: relative;
  z-index: 0;
  background-color: #E6E6DF;
}


/* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
#tabcheck1:checked ~ #tabcontent1 { display: block; }
#tabcheck2:checked ~ #tabcontent2 { display: block; }
#tabcheck3:checked ~ #tabcontent3 { display: block; }

input{ margin-bottom: 2em; }
input[type=text], input[type=email], input[type=password],
input[type=tel], input[type=number], select, textarea{
	border:none;
	background:#e7e7e7;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	font-size:16px;
	color:#333;
	box-sizing:border-box;
}
span.hissu{
	background: #df002b;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 9px;
	margin-left:8px;
  white-space: nowrap;
}
input[type=checkbox],input[type=radio]{
	display: none;
}
label{
	margin-bottom: 1.5em;
  font-size: 14px;
}
label > *{ margin:0; }

.form_check_part {
  padding-left: 40px;
  position: relative;
  white-space: nowrap;
  min-width: 300px;
}
label.form_sonota{
  min-width: inherit;
  padding-right: 10px;
	width: 100%;
	display: flex;
	align-items: center;
}
.form_sonota{
}
.form_check_input:checked + .form_check_part:before {
  background-color: #333;
}
.form_check_part:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #dddddd;
}
.form_check_input:checked + .form_check_part::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.form_check_circle {
  padding-left: 40px;
  position: relative;
  white-space: nowrap;
  min-width: 160px;
}
.form_check_circle:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #dddddd;
}
.form_check_input:checked + .form_check_circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #333;
}

.form_half{ width: 50%; }
.form_half:first-of-type{
  margin-right: 30px;
}
.jizen {
  margin-bottom: 2em;
}
.jizen2 {
  border-bottom: 1px solid #CCC;
  margin-bottom: 0;
  padding-top: 1.2em;
}
.jizen2 label {
  margin-bottom: 1em;
}
.jizen .form_check_part{
  min-width: 290px;
}
.jizen2 .form_check_part{
  min-width: 220px;
}
form a:link,form a:visited{
  font-weight: bold;
  color: #3d5acc;
}
/* add */
.column-space{
	flex-shrink: 0;
	width: 2em;
}


/*  テイクアウト
--------------------------- */
.content.takeout_mainmovie {
  background-color: #FFF;
  padding: 20px;
}
.content.takeout_imgswitcher {
  background-color: #FFF;
  margin-top: 0;
  padding: 20px;
}
@media (max-width: 980px) {
  .content.takeout_imgswitcher {
    margin-top: 20px;
  }
}
.img_display {
  width: 100%;
  border: 1px solid #333;
}
ul.img_switch,
ul.img_switch li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.img_switch {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.img_switch li {
  width: 9%;
  margin: 5px 3px;
  border: 1px solid #333;
}
ul.img_switch.slide_12content li {
  width: 7%;
}
@media (max-width:767px) {
  ul.img_switch li ,ul.img_switch.slide_12content li {
    width: 17%;
  }
}

ul.img_switch li img {
  cursor: pointer;
}
.img_display img,
ul.img_switch li img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* 生活者の声 */
#takeout_voice img{
  width:100%;
  max-width:fit-content;
  margin: auto;
}

/* コロナ対策 */
.corona_container{
  margin:0 auto 30px;
  max-width:340px;
  text-align: left;
}
.corona_container h3{
  margin-bottom: 0.5em;
}
.corona_container span{
  display: inline-block;
}

@media (max-width:1200px) {
  .flex_columnR{
    flex-direction: column-reverse;
  }
}


/* リスの調査隊_テイクアウト */
.risutyousa_txt{
  font-size:20px;
  line-height:1.8em;
  font-weight:bold;
}
.risutyousa_topics1{
  text-align: center;
  display: inline-block;
  padding: 40px 50px;
  margin: 0;
  border: solid 5px #000;
  position: relative;
  text-align: left;
  color:#404040;
}
.risutyousa_topics1:after{
  content: "";
  border: solid 3px #000;
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.risutyousa_topics1 ul{
  padding-left:0;
  text-indent: -1.2em;
}
.risutyousa_topics1 ul > li{
  font-size:18px;
  line-height:1.6em;
  font-weight: bold;
  list-style-type: none;
  margin-left: 1.2em;
}
.risutyousa_topics1 ul > li:before{
  content:"◆";
}
.risutyousa_topics1 ul > li > ul > li{
  list-style-type: none;
  font-size:16px;
  text-indent: 0;
  margin-left:0;
}
.risutyousa_topics1 ul > li > ul > li:before{
  content:"";
}
.risutyousa_sonota{
  text-align: left;
  color:#404040;
  margin: 0 auto;
  max-width:810px;
  font-size:15px;
}
.risutyousa_sonota ul{
  font-size:15px;
  padding-left:0;
  text-indent: -1.2em;
}
.risutyousa_sonota ul > li{
  font-size:15px;
  line-height:1.6em;
  font-weight: bold;
  list-style-type: none;
  margin-left: 1.2em;
}
.risutyousa_sonota ul > li:before{
  content:"◆";
}
a.risutyousa_downloadbtn{
  color:#fff;
  background:#df002b;
  border:1px solid #df002b;
  font-size:17px;
}
a.risutyousa_downloadbtn:hover{
  color:#fff;
  background:#df002b;
  border:1px solid #df002b;
  font-size:17px;
  opacity: 0.8;
}
a.btn_risutyousa_report{
  margin: 0 auto 10px;
  padding: 16px 0;
  color: #333;
  border: 1px solid #333;
  display:block;
  border-radius: 10px;
  width:100%;
  text-align: center;
}
a.btn_risutyousa_report:hover{
  margin: 0 auto 10px;
  padding: 16px 0;
  color: #333;
  border: 1px solid #333;
  display:block;
  border-radius: 10px;
  width:100%;
  text-decoration: none;
  text-align: center;
  opacity: 0.8;
}
.reportcorner,
.reportcorner_sp{
  border:solid 1px #000;
  padding:20px;
  max-width:540px;
}
.flex_risutyousa_report{
  flex-wrap:wrap;
}
a.risutyousa_download_txt:after{
  content: "";
  background-image: url(https://www.risupacknext.com/hubfs/icon_download.png);
  position: absolute;
  width: 27px;
  height: 22px;
}
@media (max-width: 1200px){
  .reportcorner {
    display: none;
  }
}
@media (min-width: 1201px){
  .reportcorner_sp {
    display: none;
  }
}
@media (max-width: 1200px){
  .reportcorner_sp .btn_download {
    display: block;
  }
}
a.risutyousa_btn_half{ width:60%; }
a.risutyousa_btn_half:hover{ width:60%; }

@media (min-width: 1201px){
  .risutyousa-br{ display: none; }
}
@media(max-width:1200px){
  .risu-content-right{ text-align: center; }
}
ul.risutyousa_coldnoodle_topics_list > li{
  color:#00A0E6;
}
.risutyousa_topics1_coldnoodle{
  text-align: center;
  display: inline-block;
  padding: 40px 50px 20px 50px;
  margin: 0;
  border: solid 2px #00A0E6;
  text-align: left;
  color: #404040;
  position:relative;
}
.risutyousa_topics1_coldnoodle ul {
  padding-left: 0;
  text-indent: -1.2em;
}
.risutyousa_topics1_coldnoodle ul>li {
  font-size: 22px;
  line-height: 1.6em;
  font-weight: bold;
  list-style-type: none;
  margin-left: 1.2em;
}
.risutyousa_topics1_coldnoodle ul>li>ul>li {
  list-style-type: none;
  font-size: 18px;
  text-indent: 0;
  margin-left: 0;
}
.risutyousa_topics1_coldnoodle ul>li:before {
  content: "◆";
}
.risutyousa_topics1_coldnoodle ul>li>ul>li:before {
  content: "";
}
.risutyousa_coldnoodle_topics_midashi{
  position: absolute;
  display: inline-block;
  top: -16px;
  left: 8px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  background: #00A0E6;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 1200px){
  .risutyousa_topics1_coldnoodle{
    padding: 40px 10px 20px 10px;
  }
  .risutyousa_topics1{
    padding: 30px;
  }
}

/* 1min動画一覧ページ
--------------------------- */
.onemin_content{
  width:90%;
  max-width: 800px;
  margin: 30px auto;
 }
.onemin_wrap{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
}
.onemin_wrap a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.onemin_cate{ margin-right: 1rem; }
.onemin_title{
  margin-top: 5rem;
  font-size: 18px;
  font-weight: bold;
}
.onemin_title_red{ color:#df002b; }
.onemin_moviethumb{ width:65%; }
.onemin_pdf{ width:25%; }
.onemin_moviethumb img{
  max-width:100%;
  border:1px solid #333;
}
.onemin_pdfbtn{
  margin: 0 auto;
  white-space: nowrap;
  text-decoration: underline;
  font-size: 14px;
}
@media(max-width:700px){
  .onemin_pdfbtn,.onemin_pdfbtn_uriba{
    font-size: 85%;
  }
}
.onemin_wrap_flyer{ margin-top: 2rem; }



/* 1min動画 各ページ
--------------------------- */
.onemin_movie{
  max-width:70%;
  margin:30px auto;
}
.onemin_btntext{
  margin: 3rem 0 0;
  text-align: center;
  color:#df002b;
}
.onemin_btn{
  text-decoration: none;
  width:90%;
  max-width: 450px!important;
  margin: auto;
}
@media(max-width:980px){
  .onemin_movie{ max-width:90%; }
}


/* 環境POPダウンロードページ
--------------------------- */
#kankyopop{
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
}
.kankyo-wrap{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.kankyo-wrap img{
  max-width: 100%;
}
.kankyo-btn{
  max-width: 350px!important;
  margin:1rem auto 0;
  font-weight:normal;
}
.kankyo-subtitle{
  font-size: 18px;
  margin: 1rem auto 0;
}
.kankyo_moviethumb{ width: 55%; }
.kankyo_qrthumb{ width: 40%; }
.kankyo-qrtxt{
  text-align:center;
  margin:0 auto;
}
.kanyko-qrtxt p{
  display: inline-block;
  margin-bottom: 0;
}

@media(max-width:980px){
  .kankyo_moviethumb,.kankyo_qrthumb{
    width:100%;
  }
  .kankyo_qrthumb{
    margin-top: 2rem;
  }
  .kankyo-flex-wrap{
    display: block;
    margin: 0 auto;
  }
}
.bio_w60{width:58%;} /*--0328追加--*/
.bio_w50{width:48%;} /*--0328追加--*/
.bio_w30{width:32%;} /*--0328追加--*/
.bio_w45{width:45%;} /*--0328追加--*/
.bio_w40{width:38%;} /*--0328追加--*/
.bio_w25{width:25%;} /*--0328追加--*/

@media (max-width: 980px) {
.bio_w60{width:100%;} /*--0328追加--*/
.bio_w50{width:100%;} /*--0328追加--*/
.bio_w30{width:100%;} /*--0328追加--*/
.bio_w45{width:100%;} /*--0328追加--*/
.bio_w40{width:100%;} /*--0328追加--*/
.bio_w25{width:100%;} /*--0328追加--*/
}

#kankyo-prsite a:hover{ opacity: 0.8; }

/* zoomお知らせ
--------------------------- */
#zoom{ max-width:100%; }
#zoom *{ box-sizing: border-box; }
#zoom img{ max-width: 100%; }
#zoom p.zoom-indent{ margin-bottom: 0; }
.zoom_titlewrap{
  width:100%;
  max-width: 920px;
  margin:60px auto;
}
.zoom_titlemark{
  background: #DF002B;
  padding:10px;
  color:#fff;
  font-size:24px;
  font-weight: bold;
  display: inline-block;
  margin-bottom:10px;
}
.zoom_bg{
  background: #f7f8f8;
  width:100%;
  max-width: 920px;
  margin: 0 auto 60px;
  padding:40px 60px;
}
.zoom-indent{
  text-indent: -1em;
  padding-left: 1em;
}
.zoom-midasi{
  font-size:16px;
  font-weight: bold;
  margin-top:40px;
}
@media (max-width: 980px){
  .zoom_titlewrap{ width:90%; }
  .zoom_titlemark{ font-size: 20px; }
  .zoom_bg{ padding:40px 30px; }
}

/* 新商品
--------------------------- */
.newproducts_content {
  width:90%;
  max-width: 800px;
  margin: 30px auto;
}
.next2021sp_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.newproducts_3col {
  width: 26%;
}
.newproducts_title {
  margin-top: 5rem;
  font-size: 18px;
  font-weight: bold;
}
.newproducts_content .btn-download {
  min-width: 200px;
}
.newproducts_content .icon_pdflink + p{
  margin-bottom: 1em!important;
}
@media (max-width:700px) {
  .next2021sp_wrap p {
    font-size: 85%;
    line-height: 160%;
  }
  .newproducts_3col {
    width: 28%;
  }
  .next2021sp_wrap .download-title {
    min-height: 20px;
    font-size: 14px;
    line-height: 140%;
  }
  .newproducts_content .icon_pdflink {
    padding-left: 22px!important;
    background-size: 18px 18px;
  }
  .newproducts_content .btn-download {
    min-width: 140px;
    font-size: 14px;
  }
  .newproducts_title {
    margin-top: 3.5rem;
  }
}

/* テイクアウトLP
--------------------------- */
.takeoutLP_wrap h3,.takeoutLP_wrap h2,.takeoutLP_wrap p{
  color:#3e202a!important;
}
.takeoutLP_content article > section {
  margin-bottom: 60px;
  padding-bottom: 35px;
  border-bottom: 1px solid #CCCCCC;
}
.takeoutLP_content article > section:last-child {
  border-bottom: none;
}
.takeoutLP_header {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 55px auto;
  padding-bottom: 40px;
  background-color: #e6e2e3;
  text-align: center;
}
.takeoutLP_header img {
  max-width: 100%;
}
.takeoutLP_catlistmidashi {
  margin: 25px 0 25px 0;
  font-size: 24px;
  font-weight: bold;
}
.takeoutLP_catlist {
  display: flex;
  justify-content: center;
}
.takeoutLP_catlist a {
  font-size: 16px;
  color: #000;
}
.takeoutLP_catlist > div {
  width: 180px;
  margin: 0 20px;
  padding: 25px 20px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 5px 0 #999999;
  box-shadow: 0 0 5px 0 #999999;
}
.takeoutLP_catlist ul,
.takeoutLP_catlist li {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.takeoutLP_catlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.takeoutLP_catlist li {
  width: 50%;
  line-height: 200%;
}
.takeoutLP_catlist li.w100p { width: 100%; }
.takeoutLP_midashi {
  margin: 0 0 45px 0;
  padding-bottom: 8px;
  border-bottom: 6px solid #e75a85;
  font-size: 26px;
  font-weight: bold;
  text-indent: 0.8em;
}
.takeoutLP_productheader {
  display: flex;
  margin-bottom: 50px;
}
.takeoutLP_productheader > div:first-child {
  width: 200px;
  margin-right: 30px;
}
.takeoutLP_productheader > div:first-child img {
  max-width: 100%;
}
.takeoutLP_productname {
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: bold;
  color: #e75a85;
}
.takeoutLP_productcopy {
  margin-bottom: 20px;
  font-size: 18px;
}
a.btn-purchase {
  background-color: #e75a85;
  border: none;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
a.btn-purchase:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -3px 10px 0 0;
  background: url("https://www.risupacknext.com/hubfs/takeoutLP/takeoutLP_cart.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .takeoutLP_content section {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .takeoutLP_catlistmidashi {
    margin: 15px 0 15px 0;
    font-size: 20px;
  }
  .takeoutLP_catlist > div {
    margin: 0 2%;
    padding: 15px 10px;
  }
  .takeoutLP_productname { font-size: 22px; }
  .takeoutLP_productcopy {
    margin-bottom: 20px;
    font-size: 16px;
  }
  a.btn-purchase { font-size: 16px; }
}
@media (max-width:  640px) {
  .takeoutLP_header { padding-bottom: 10px; }
  .takeoutLP_catlist { flex-wrap: wrap; }
  .takeoutLP_catlist > div {
    width: 80%;
    margin-bottom: 20px;
  }
  .takeoutLP_catlist li.w100p { width: 50%; }
}


/*登録フォーム
--------------------------- */
#inputform .box_companyname {
  margin-bottom: 2em;
  flex-wrap: nowrap;
  font-size: 16px;
}
#inputform .box_companyname input{
  margin-bottom: 0;
}
#inputform .box_companyname > *:first-child,
#inputform .box_companyname.company3div > *:first-child {
  width: 20%;
  margin-right: 4%;
}
#inputform .box_companyname.company3div > *:nth-child(2) {
  width: 52%;
  margin-right: 4%;
}
#inputform .box_companyname > *:last-child {
  width: 76%;
}
#inputform .box_companyname.company3div > *:last-child {
  width: 20%;
}
#inputform .box_companyname .w50 {
  width: 48%;
}
@media (max-width: 768px) {
  #inputform .box_companyname > * {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  #inputform .box_companyname .w50 {
    width: 100%;
    margin-bottom: 10px;
  }
}
#inputform select {
  background-color: #e7e7e7;
  border: 0;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 0 1em 0 10px;
  cursor: pointer;
  text-overflow: ellipsis;
  outline: 0;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
#inputform .box_select {
  position: relative;
}
#inputform .box_companyname > .box_select {
  min-width: 200px;
}
#inputform .box_select::before {
  position: absolute;
  top: 1.2em;
  right: 1.2em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #aaa;
  pointer-events: none;
}
#inputform .box_select::after {
  position: absolute;
  top: 0;
  right: 3em;
  bottom: 0;
  width: 1px;
  content: '';
  border-left: 1px solid #aaa;
}
#inputform .box_select select {
  height: 44px;
}
form a.link {
  position: relative;
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding-left: 16px;
  -webkit-transition: all .3s;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  transition: all .3s;
  z-index: 2;
  outline: none;
}
form a.link:after {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 8px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #f22300;
}
form[data-form-id],form[data-reactid] {
  display: none
}