/* 共通
------------------------------------------------------------ */
.center_note {
	text-align: center;
}
.right_note {
	text-align: right;
}

article.pagetitle {
	background: #289cc8 url("../images/back_pagetitle.png") no-repeat center center;
	background-size: cover;
	height: 150px;
	text-align: center;
	position: relative;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
article.pagetitle:after {
	content: "";
	width: 100%;
	height: 50px;
	display: block;
	background: url("../images/back_contents.png") no-repeat left top;
	background-size: 767px 50px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
article.pagetitle h2 {
	font-size: 2.4rem;
	color: #fff;
	line-height: 1.2;
	margin-top: 0.5em;
}
article.pagetitle p {
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.2;
}

.form_complete {
	text-align: center;
	padding: 1em;
	border: solid 1px #289cc8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form_complete strong {
	color: #289cc8;
}

.closebt {
    margin: 0;
    padding: 0px;
    position: absolute;
    right: 20px;
    top: 30px;
	z-index: 999;
}
.closebt a {
	font-size: 1.6rem;
	line-height: 1.2;
	color: #1460cf;
	font-weight: bold;
	display: table-cell;
	height: 39px;
	vertical-align: middle;
    margin: 0;
	padding: 0.2em 0.8em 0em 0.8em;
	background: #fff;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,61,187,0.3);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,61,187,0.3);
	-o-box-shadow: 0px 2px 3px 0px rgba(0,61,187,0.3);
	-ms-box-shadow: 0px 2px 3px 0px rgba(0,61,187,0.3);
	box-shadow: 0px 2px 3px 0px rgba(0,61,187,0.3);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
.closebt a span {
	font-size: 2rem;
	line-height: 1.2;
	color: #1460cf;
	display: inline-block;
	margin-right: 0.5em;
}

@media (min-width: 414px) {
article.pagetitle {
	height: 200px;
}
}
@media (min-width: 768px) {
article.pagetitle {
	height: 260px;
}
article.pagetitle:after {
	background-size: 100% 50px;
}
article.pagetitle h2 {
	font-size: 3rem;
}
article.pagetitle p {
	font-size: 1.8rem;
}
.form_complete {
	padding: 2em;
}

.closebt {
    right: 30px;
    top: 50px;
}
.closebt a {
	font-size: 2rem;
	padding: 5px 15px;
	height: 49px;
}
.closebt a span {
	font-size: 2.6rem;
}
}
@media (min-width: 1200px) {
article.pagetitle {
	height: 300px;
}
article.pagetitle h2 {
	font-size: 3.5rem;
}
article.pagetitle p {
	font-size: 2rem;
}
.form_complete {
	padding: 3em;
}

.closebt {
    right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.closebt a {
	font-size: 2.4rem;
	line-height: 49px;
	padding: 10px 15px;
}
.closebt a span {
	display: inline-block;
	margin-right: 8px;
}
}


/* トップ
------------------------------------------------------------ */
#home header {
	background: none;
	transition: .3s;
}
#home header:after {
	background: none;
	transition: .3s;
}
#home header.transform {
	background: #f8f8f8;
}
#home header.transform:after {
border-style: solid;
border-width: 0 767px 50px 0;
border-color: transparent #f8f8f8 transparent transparent;
}
#home header > div {
	padding: 0 20px 40px;
}
#home header > div h1 {
	text-align: center;
}
#home header > div h1 img {
	width: 280px;
}
#home #menu-box {
	display: none;
}
#home header.transform #menu-box {
	display: block;
}
#home #toggle {
	top: 76px;
}
#home section {
	padding-top: 0px;
}
#home .topimg {
	background: #29a0ce;
	padding-bottom: 30px;
}
#home .topimg .top_image {
	position: relative;
	text-align: center;
}
#home .topimg .top_image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
#home .topimg .top_image:after {
	content: "";
	width: 100%;
	height: 50px;
	display: block;
	background: url("../images/back_topimg.png") no-repeat left top;
	background-size: 767px 50px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#home .topimg h2 {
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	margin: 1em 0 0.5em;
}
#home .topimg .message {
}
#home .topimg .message .vimeo div {
	width: 100%;
	padding-top: 56.2%;
	position: relative;
	background: #fff;
}
#home .topimg .message .vimeo div iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#home .topimg .message .message_note {
	margin-top: 1em;
}
#home .topimg .message .message_note p {
	color: #fff;
}
#home .contents_link {
	padding: 30px 0;
	background: #dff4fc;
}
#home .contents_link .picup {
	margin-bottom: 30px;
}
#home .contents_link .contents_img img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#home .contents_link h2 {
	font-size: 1.8rem;
	color: #29a0ce;
	margin: 0.7em 0 0.5em;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
#home .contents_link h2 img {
	margin-right: 10px;
}
#home .contents_link a {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	background: #29a0ce;
	padding: 0.5em 1.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#home .contents {
	padding: 30px 0;
}
#home .contents h2 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 1.5em;
}
#home .contents ul {
	list-style: none;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
#home .contents ul li {
	width: 26%;
	width: -webkit-calc(82% / 3);
	width: -moz-calc(82% / 3);
	width: calc(82% / 3);  
	margin: 0 3% 10px;
	text-align: center;
}
#home .contents ul li img {
	max-width: 100%;
	max-height: 40px;
}


/* ピックアップ
------------------------------------------------------------ */
#pickup section {
	padding-top: 130px;
}
#pickup .contents ul {
	list-style: none;
	margin: 30px 2px 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#pickup .contents ul li {
	width: 46%;
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);  
	margin: 0 0 15px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	-o-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	-ms-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	position: relative;
}
#pickup .contents ul li:nth-child(2n) {
	margin-left: 20px;
}
#pickup .contents ul li:hover {
	background: #efefef;
}
#pickup .contents ul li .pickup_photo img {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#pickup .contents ul li dl {
	padding: 1em;
}
#pickup .contents ul li dl dt {
	font-size: 1.3rem;
	font-weight: bold;
}
#pickup .contents ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
	position: absolute;
	top: 0px;
	left: 0px;
}
#pickup .contents ul li a:hover {
}


/* 出展企業一覧
------------------------------------------------------------ */
#list section {
	padding-top: 130px;
}
#list .contents ul {
	list-style: none;
	margin: 30px 2px 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
#list .contents ul li {
	width: 47%;
	margin: 0 0 15px;
}
#list .contents ul li a {
	display: block;
	height: 100%;
	padding: 0.5em 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	-o-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	-ms-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
#list .contents ul li a:hover {
	background: #efefef;
}


/* 詳細ページ
------------------------------------------------------------ */
#company .company_info h2 {
	font-size: 1.8rem;
}
#company .company_info h2 img {
	display: block;
	margin-bottom: 10px;
}
#company .company_info > div {
	padding: 1em 1.5em;
	margin: 1em 2px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	-o-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	-ms-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
}
#company .company_info > div a {
	font-weight: bold;
	display: table;
	padding: 0.6em 20px 0.6em 45px;
	margin: 1em auto 0;
	border: solid 1px #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url("../images/back_link_b.png") no-repeat 20px center;
}
#company .company_info > div a:hover {
	border: solid 1px #e1e1e1;
	background: #e1e1e1 url("../images/back_link_b.png") no-repeat 20px center;
}
/* ピックアップ */
#company .pickup {
	background: #ffefe9;
	position: relative;
	padding-top: 50px;
}
#company .pickup:before {
	content: "";
	width: 100%;
	height: 50px;
	display: block;
	background: url("../images/back_pickup.png") no-repeat left top;
	background-size: 100% 30px;
	position: absolute;
	top: 0px;
	left: 0px;
}
/* 商品 */
#company .product .product_photo {
	text-align: center;
	margin-bottom: 20px;
}
#company .product .product_photo img {
	max-width: 63%;
	border: solid 1px #919191;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#company .product .product_data h2 {
	margin-bottom: 0.5em;
}
#company .pickup .product .product_data h2 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
#company .pickup .product .product_data h2 span {
	color: #fff;
	background: #f9723d;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	height: 23px;
	width: 6em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-ms-flex-preferred-size: 6em;
	-webkit-flex-basis: 6em;
    flex-basis: 6em;
}
#company .pickup .product .product_data h2 strong {
	width: 97.9%;
	width: -webkit-calc(100% - 6em);
	width: -moz-calc(100% - 6em);
	width: calc(100% - 6em);  
}
#company .pickup .product .product_data h2 span img {
	vertical-align: sub;
	margin-left: 3px;
}
#company .product .product_data a {
	font-weight: bold;
	display: table;
	padding: 0.6em 20px 0.6em 45px;
	margin: 1em auto 0;
	border: solid 1px #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url("../images/back_link_g.png") no-repeat 20px center;
}
#company .product .product_data a:hover {
	border: solid 1px #e1e1e1;
	background: #e1e1e1 url("../images/back_link_g.png") no-repeat 20px center;
}
#company .pickup .product .product_data a {
	color: #f9723d;
	font-weight: bold;
	display: table;
	padding: 0.6em 20px 0.6em 45px;
	margin: 1em auto 0;
	border: solid 1px #f9723d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url("../images/back_link_o.png") no-repeat 20px center;
}
#company .pickup .product .product_data a:hover {
	color: #fff;
	background: #f9723d url("../images/back_link_w.png") no-repeat 20px center;
}
#company .product_list li {
	list-style: none;
	margin-top: 50px;
}

#company .bt_area {
	font-size: 1.4rem;
	margin-top: 50px;
}
#company .bt_area a {
	font-weight: bold;
	display: block;
	padding: 10px;
	margin: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
#company .bt_area a img {
	height: 20px;
	margin-right: 10px;
}
#company .bt_area a:after {
	content: "\0025b8";
	margin-left: auto;
}
#company .bt_area a.form_link {
	border: solid 1px #44b072;
}
#company .bt_area a.form_link:after {
	color: #44b072;
}
#company .bt_area a.form_link:hover {
	color: #fff;
	background: #44b072;
}
#company .bt_area a.present_link {
	border: solid 1px #4488b0;
}
#company .bt_area a.present_link:after {
	color: #4488b0;
}
#company .bt_area a.present_link:hover {
	color: #fff;
	background: #4488b0;
}
#company .bt_area a.form_link:hover:after,
#company .bt_area a.present_link:hover:after {
	color: #fff;
}
#company .bt_area a:hover img {
	filter: brightness(1000%);
}

/*  企業プレゼント
------------------------------------------------------------ */
#company article.pagetitle {
	margin-top: -50px;
	margin-bottom: 30px;
}
#company .present {
	margin-bottom: 50px;
}
#company .present ul.present_list {
	list-style: none;
	padding: 15px;
	margin: 1em 2px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	-o-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	-ms-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
}
#company .present ul.present_list li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #e5e5e5;
}
#company .present ul.present_list li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
#company .present ul.present_list .present_photo {
	text-align: center;
	margin-bottom: 10px;
}
#company .present ul.present_list .present_photo img {
	border: solid 1px #919191;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
#company .present .present_note {
	color: #289cc8;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#company .present dl.present_rule {
	padding: 15px;
	border: solid 1px #f10000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#company .present dl.present_rule dt {
	color: #f10000;
	font-weight: bold;
}
#company .present dl.present_rule li {
	list-style: none;
	padding-left: 1em;
	margin-top: 3px;
	position: relative;
}
#company .present dl.present_rule li:before {
	content: "●";
	color: #f10000;
	position: absolute;
	left: 0px;
	top: 0px;
}

#company .radio-input{
  display: none;
}
#company .radio-input + label{
	padding-left: 25px;
	position:relative;
	display: inline-block;
	padding-right: 1.5em;
}
#company .radio-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #289cc8;
	border-radius: 50%;
}
#company .radio-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 4px;
	width: 12px;
	height: 12px;
	background: #289cc8;
	border-radius: 50%;
}
#company .checkbox-input{
	display: none;
}
#company .checkbox-parts{
	padding-left: 25px;
	position:relative;
	display: inline-block;
	padding-right: 1.5em;
}
#company .checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #289cc8;
}
#company .checkbox-input:checked + .checkbox-parts::after{
	content: "\002713";
	font-size: 160%;
	color: #289cc8;
	display: block;
	position: absolute;
	top: -8px;
	left: 0px;
}
#company textarea {
	width: 100%;
	padding: 0.2em 0.5em;
	border: solid 1px #f6f6f6;
	-webkit-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.2);
	-o-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.2);
}
#company button {
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	padding: 0.5em;
	display: table;
	width: 10em;
	margin: 20px auto;
	background: #2569b2;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	position: relative
}
#company button:after {
    content: "\0025b8";
	position: absolute;
	right: 20px;
}

@media (min-width: 360px) {
#company .bt_area {
	font-size: 1.6rem;
}
#company .bt_area a img {
	height: 28px;
}
}
@media (min-width: 414px) {
#home header > div h1 img {
	width: 370px;
}
#home #toggle {
	right: 30px;
	top: 94px;
}
}
@media (min-width: 768px) {
/* トップ
------------------------------------------------------------ */
#home header.transform:after {
border-width: 0 1200px 50px 0;
}
#home header > div {
	padding: 0 30px 30px;
}
#home header > div > div {
}
#home header > div h1 {
	text-align: center;
	margin: auto;
	transition: .3s;
	width: 100%;
}
#home header > div h1 img {
	width: 70%;
}
#home #menu-box {
	display: block;
}
#home #toggle {
	right: 0px;
	top: 0px;
}

#home .topimg {
	padding-bottom: 80px;
}
#home .topimg .top_image img {
	height: 500px;
}
#home .topimg .top_image:after {
	width: 100%;
	background-size: 100% 100%;
}
#home .topimg h2 {
	font-size: 2.4rem;
	margin: 1em 0 0.8em;
}
#home .topimg .message {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
#home .topimg .message .vimeo {
	width: 45%;
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px);
}
#home .topimg .message .vimeo iframe {
}
#home .topimg .message .message_note {
	margin-top: 0em;
	width: 50%;
}
#home .topimg .message .message_note p {
}

#home .contents_link {
	padding: 80px 0;
}
#home .contents_link > div {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
#home .contents_link .picup {
	margin-bottom: 0px;
	width: 45%;
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px);
}
#home .contents_link .present {
	margin-bottom: 0px;
	width: 45%;
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px);
}
#home .contents_link h2 {
	font-size: 2rem;
	margin: 1.5em 0 0.5em;
}
#home .contents_link h2 img {
	margin-right: 10px;
}
#home .contents_link a {
	padding: 0.8em 1.5em;
}
#home .contents {
	padding: 80px 0;
}
#home .contents h2 {
	font-size: 2.4rem;
	margin-bottom: 1.5em;
}
#home .contents ul li {
	width: 17%;
	width: -webkit-calc(90% / 5);
	width: -moz-calc(90% / 5);
	width: calc(90% / 5);  
	margin: 0 1% 30px;
	text-align: center;
}
#home .contents ul li img {
	max-width: 100%;
	max-height: 60px;
}

/* ピックアップ
------------------------------------------------------------ */
#pickup .contents ul {
	margin-top: 50px;
}
#pickup .contents ul li {
	width: 22%;
	width: -webkit-calc((100% - 60px) / 4);
	width: -moz-calc((100% - 60px) / 4);
	width: calc((100% - 60px) / 4);  
	margin: 0 0 20px 20px;
}
#pickup .contents ul li:nth-child(2n) {
	margin-left: 20px;
}
#pickup .contents ul li:nth-child(4n + 1) {
	margin-left: 0px;
}
#pickup .contents ul li a {
	padding: 1.5em 2em;
}
#pickup .contents ul li dl dt {
	font-size: 1.4rem;
}

/* 出展企業一覧
------------------------------------------------------------ */
#list .contents ul {
	margin-top: 50px;
}
#list .contents ul li {
	width: 47%;
	width: -webkit-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: calc(50% - 15px);  
	margin: 0 0 20px;
}
#list .contents ul li a {
	padding: 1em 1.5em;
}



#company .company_info h2 {
	font-size: 2.2rem;
}
/* ピックアップ */
#company .pickup {
	padding-top: 100px;
}
#company .pickup:before {
	background-size: 100% 50px;
}
/* 商品 */
#company .product {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
#company .product_list li:nth-child(even) {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
#company .product .product_photo {
	width: 300px;
}
#company .product .product_photo img {
	max-width: 100%;
}
#company .product .product_data {
	width: 60%;
	width: -webkit-calc(100% - 320px);
	width: -moz-calc(100% - 320px);
	width: calc(100% - 320px);  
}
#company .product .product_data a {
	font-weight: bold;
	display: table;
	padding: 0.6em 30px 0.6em 60px;
	margin: 1em 0 0;
	background: url("../images/back_link_g.png") no-repeat 30px center;
}
#company .product .product_data a:hover {
	background: #e1e1e1 url("../images/back_link_g.png") no-repeat 30px center;
}
#company .pickup .product .product_data a {
	padding: 0.6em 30px 0.6em 60px;
	margin: 1em 0 0;
	background: url("../images/back_link_o.png") no-repeat 30px center;
}
#company .pickup .product .product_data a:hover {
	background: #f9723d url("../images/back_link_w.png") no-repeat 30px center;
}

#company .bt_area {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
#company .bt_area a {
	padding: 15px;
	margin: 0 10px;
	width: 48%;
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);  
	max-width: 500px;
}
/*  企業プレゼント
------------------------------------------------------------ */
#company article.pagetitle {
	margin-top: -70px;
	margin-bottom: 50px;
}
#company .present ul.present_list {
	padding: 20px;
	margin: 1em 2px 30px;
}
#company .present ul.present_list li {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
#company .present ul.present_list li:nth-child(even) {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
#company .present ul.present_list li .present_photo {
	width: 350px;
	margin-bottom: auto;
}
#company .present ul.present_list li .present_data {
	width: 60%;
	width: -webkit-calc(100% - 370px);
	width: -moz-calc(100% - 370px);
	width: calc(100% - 370px);  
}
#company .present .present_note {
	margin-bottom: 30px;
}
#company .present dl.present_rule {
	padding: 20px;
}
#company button {
	font-size: 2rem;
	margin-top: 50px;
}
}
@media (min-width: 1200px) {
/* トップ
------------------------------------------------------------ */
#home header.transform:after {
border-width: 0 100vw 50px 0;
}
#home header > div {
	padding: 0 30px 30px;
}
#home header > div > div {
	display: block;
}
#home header > div h1 img {
	width: auto;
}
#home #menu-box {
	width: 150px;
	position: absolute;
	top: 70px;
	right: 0px;
}
#home #menu-box #toggle {
	right: 30px;
	top: 0px;
}
#home #menu-box .menu_main {
	padding-top: 230px;
}

#home .topimg {
	padding-bottom: 100px;
}
#home .topimg h2 {
	font-size: 3rem;
	margin: 1em 0 0.8em;
}
#home .topimg .top_image img {
	height: 672px;
}
#home .topimg .top_image:after {
	height:80px;
}
#home .topimg .message .vimeo {
	width: 45%;
	width: -webkit-calc(50% - 50px);
	width: -moz-calc(50% - 50px);
	width: calc(50% - 50px);
}
#home .contents_link {
	padding: 100px 0;
}
#home .contents_link .picup {
	width: -webkit-calc(50% - 50px);
	width: -moz-calc(50% - 50px);
	width: calc(50% - 50px);
}
#home .contents_link .present {
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px);
}
#home .contents_link h2 {
	font-size: 2.4rem;
}
#home .contents_link h2 img {
	margin-right: 20px;
}
#home .contents {
	padding: 100px 0;
}
#home .contents h2 {
	font-size: 3rem;
}
#home .contents ul li {
	width: 17%;
	width: -webkit-calc(80% / 5);
	width: -moz-calc(80% / 5);
	width: calc(80% / 5);  
	margin: 0 2% 30px;
	text-align: center;
}

/* ピックアップ
------------------------------------------------------------ */
#pickup section {
	padding-top: 180px;
}
#pickup .contents ul {
	margin-top: 50px;
}
#pickup .contents ul li {
	width: 47%;
	width: -webkit-calc((100% - 136px) / 5);
	width: -moz-calc((100% - 136px) / 5);
	width: calc((100% - 136px) / 5);  
	margin: 0 0 30px 34px;
}
#pickup .contents ul li:nth-child(2n) {
	margin-left: 34px;
}
#pickup .contents ul li:nth-child(4n + 1) {
	margin-left: 34px;
}
#pickup .contents ul li:nth-child(5n + 1) {
	margin-left: 0px;
}

/* 出展企業一覧
------------------------------------------------------------ */
#list section {
	padding-top: 180px;
}
#list .contents ul {
	margin-top: 50px;
}
#list .contents ul li {
	width: 47%;
	width: -webkit-calc(50% - 17px);
	width: -moz-calc(50% - 17px);
	width: calc(50% - 17px);  
	margin: 0 0 34px;
}
#list .contents ul li a {
	padding: 1.5em 2em;
}


#company .company_info h2 {
	font-size: 2.6rem;
	margin-bottom: 50px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
#company .company_info h2 img {
	margin-bottom: 10px;
	margin-right: 30px;
}
/* 商品 */
#company .product .product_photo {
	width: 400px;
}
#company .product .product_photo img {
	max-width: 100%;
}
#company .product .product_data {
	width: 60%;
	width: -webkit-calc(100% - 430px);
	width: -moz-calc(100% - 430px);
	width: calc(100% - 430px);  
}
#company .product_list li {
	margin-top: 80px;
}
#company .bt_area {
	font-size: 2rem;
}
#company .bt_area a {
	padding: 20px;
	margin: 0 15px;
}
#company .bt_area a img {
	height: auto;
	margin-right: 20px;
}
/*  企業プレゼント
------------------------------------------------------------ */
#company article.pagetitle {
	margin-top: -90px;
}
#company .present ul.present_list {
	padding: 30px;
}
#company .present ul.present_list li .present_data {
	width: 60%;
	width: -webkit-calc(100% - 380px);
	width: -moz-calc(100% - 380px);
	width: calc(100% - 380px);  
}
#company .present dl.present_rule {
	padding: 30px;
}
#company .radio-input + label::before{
	top: 3px;
}
#company .radio-input:checked + label::after{
	top: 7px;
	left: 4px;
}
#company .checkbox-parts::before{
	top: 3px;
}
#company .checkbox-input:checked + .checkbox-parts::after{
	left: -2px;
}
}
@media (min-width: 1360px) {
}


/* ハンドアウト
------------------------------------------------------------ */
@media (min-width: 414px) {
}
@media (min-width: 768px) {
}
@media (min-width: 1200px) {
}


