/*
Theme Name: バンダイナムコテクニカ
Theme URI:
Author:
Author URI:
Description: bnt
Version: 1.0
Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

cssを修正した、コピー&リネームしてassets/cssへ。

*/


@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
	font-size: 62.5%;
}

body {
	font: 10px/1.2 sans-serif;
	font-size: 1rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,select,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
}

img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.nobr {
	white-space: nowrap;
}

.overflow {
	overflow: hidden;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.sp_only {
	display: none;
}

html,
body {
	height: 100%;
}

body {
	color: #000000;
	background-color: #ffffff;
	font-family: "Noto Sans Japanese", serif;
	font-feature-settings: "pkna";
}

body h2 {
	font-family: "Noto Sans Japanese", serif;
}

body h3 {
	font-family: "Noto Sans Japanese", serif;
}

/* a:link {
	color: #cc3300;
	background-color: #ccc;
	text-decoration: none;
} */

.tar {
	text-align: right;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

#content .mb20 {
	margin-bottom: 20px;
}

#page {
	background: #cccccc url(../images/common-page-glaze.png) left top repeat-y;
	background-size: 266.67vw;
}

#page .viewport-wrap {
	margin: 0;
	padding: 10px 0;
	position: relative;
}

header {
	background: #000;
	color: #FFF;
}

.p-groupHeader__companyLogo a,
.p-groupHeader__groupLogo a {
	background-color: #000;
	color: #FFF;
}
.p-groupHeader-01,
#site-head {
	max-width: 1000px;
	margin: 0 auto;
}

#group-head {
	color: #ffffff;
	background: url(../images/common-group-bar.png) center/cover no-repeat;
	background-color: #fb6b00;
	text-align: center;
	font-size: 0;
}

#group-head .tag {
	margin: 0 auto;
	width: 100%;
	min-width: 192px;
}

#group-head .tag img {
	font-size: 1rem;
}

#site-head {
	padding: 0 16px;
	display: block;
	width: 100%;
	line-height: 1;
	color: #ffffff;
	background-color: #000000;
	padding: 10px 0;
}

#site-head a {
	color: #ffffff;
	background-color: #000;
}

#site-head .logo {
	padding: 2.19vw 0;
	display: table-cell;
	vertical-align: middle;
	width: 16.25vw;
	min-width: 52px;
}

#site-head .logo a {
	display: block;
}

#site-head .menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: 0;
}

#site-head .menu .main {
	display: none;
	margin: 0 -16px;
	/* position: absolute; */
	z-index: 10000;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #000000;
	color: #FFF;
}

#site-head .menu .main ul {
	margin: 0;
	padding: 5vw 0;
	list-style: none;
	text-align: center;
}

#site-head .menu .main ul li {
	font-size: 5vw;
}

#site-head .menu .main ul li .bu {
	display: block;
	padding: 5vw;
	text-decoration: none;
}

#site-head .menu .main ul li a {
	transition: color .25s;
}

#site-head .menu .main ul li a:hover {
	color: #999999;
	background-color: #000;
}

#site-head .menu .main ul li.active a {
	color: #ff6600;
	background-color: #000;
}

#site-head .menu .lang {
	display: inline-block;
	vertical-align: middle;
}

#site-head .menu .lang ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#site-head .menu .lang ul li {
	display: inline-block;
	font-size: 2.5vw;
}

#site-head .menu .lang ul li a {
	padding: 1.09vw 2.34vw;
	display: block;
	border-width: 1px;
	border-style: solid none;
	color: #ff6600;
	background-color: #000;
	transition: color .25s;
	text-decoration: none;
}

#site-head .menu .lang ul li a:hover {
	color: #803300;
	background-color: #000;
}

#site-head .menu .lang ul li:first-child a {
	border-left-style: solid;
}

#site-head .menu .lang ul li:last-child a {
	border-right-style: solid;
}

#site-head .menu .lang ul li.active a {
	border-color: #ff6600;
	color: #000000;
	background-color: #ff6600;
}

#content {
	min-height: 100vw;
}

[lang="ja"] #content {
	text-align: justify;
	text-justify: inter-ideograph;
}

#site-foot {
	color: #ffffff;
	background-color: #000;
}

#site-foot .links {
	margin: 0;
	padding: 2.5vw 0;
	list-style: none;
	background: #333333 url(../images/common-heading-glaze.png) center top no-repeat;
	color: #fff;
	text-align: center;
	font-size: 0;
}

#site-foot .links li {
	margin: 1.25vw auto;
	display: block;
	width: 48.75vw;
	max-width: 312px;
	min-width: 117px;
	font-size: 1rem;
}

#site-foot .links li a {
	display: block;
	padding: 1px;
	background-color: #000000;
	color: #fff;
	border: 1px solid #333333;
}

#site-foot .rights {
	padding: 3.75vw 0;
	background-color: #000000;
	color: #FFF;
	text-align: center;
	font-size: 2.5vw;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}

.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #ff6600;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	text-decoration: none;
	line-height: 50px;
}
html {
    scroll-behavior: smooth;
}
.f_sitemap {
	background: #000;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.f_sitemap ul {
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

.error404 #content .f_sitemap ul {
	margin-top: 0;
}

#content .f_sitemap ul a:visited {
	color: #fff;
}

.f_sitemap li {
	display: block;
	padding: 20px 0;
}

.f_sitemap li a {
	font-size: 1.2rem;
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

.product_list div.grid div.grid-item {
	float: left;
	width: 33%;
	height: 350px;
	padding-right: 10px;
}

.product_list div.grid div.grid-item p.image {
	margin: 1em auto 0;
	height: 200px;
	text-align: center;
}

.product_list div.grid div.grid-item p.image img {
	width: auto;
	height: 200px;
	max-width: 100%;
}

.product_list div.grid div.grid-item p.caption {
	margin-top: 0 !important;
	text-align: left;
}

div.grid {
	clear: both;
}

footer {
	clear: both;
}

.product-list {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
	top: -50px;
	line-height: 1;
}

.product-list ul li div {
	border-top: 6px solid #ff6601;
	background-color: #FFF;
}

.product-list ul li {
	display: inline-block;
	width: 48%;
	border: 1px solid #000;
	background-color: #fff;
	background-position: 20px 0 !important;
}

.product-list ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-list ul li a {
	display: block;
	font-size: 1.4rem;
	line-height: 1.5;
}

.product-list .product_name {
	font-size: 2.0rem;
	font-weight: 800;
	border-bottom: 1px solid #999;
	display: block;
	padding: 20px 10px 10px;
	color: #333;
}

.product-list .product_name_en {
	font-size: 1.6rem;
	padding-top: 5px;
	display: block;
	color: #333;
}

.youtubeMovie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 10px;
}

.youtubeMovie p {
	text-align: center;
	width: 100%;
}

.youtubeMovie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.bx-wrapper {
	background: rgba(0, 0, 0, 0);
	color: #FFF;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

ul.bxslider {
	margin-top: 0 !important;
}

.bx-wrapper .bx-next {
	right: -20px;
}

.bx-wrapper .bx-prev {
	left: -20px;
}

.bx-wrapper img {
	max-width: 100px;
	float: left;
	margin-right: 10px;
}

/* タブ切替え */
.tab-area {
	display: flex;
	margin-top: 20px;
}

.tab {
	width: calc(100%/3);
	padding: 5px;
	text-align: center;
	cursor: pointer;
}

.tab.active {
	background-color: #000;
	color: #fff;
}

.panel {
	display: none;
	text-align: center;
}

.panel.active {
	display: block;
}

.graphic_imgs {
	display: flex;
	flex-wrap: wrap;
}

.graphic_img {
	width: 33%;
}

ul.policy-sublist {
	list-style-type: disc;
}

@media only screen and (min-width: 640px) {

	#site-head .menu .main ul {
		padding: 32px 0;
	}

	#site-head .menu .main ul li {
		font-size: 3.2rem;
	}

	#site-head .menu .main ul li .bu {
		padding: 32px;
	}

	#site-head .menu .lang ul li {
		font-size: 1.6rem;
	}

	#site-head .menu .lang ul li a {
		padding: 8px 16px;
	}

	#site-head .menu .switch {
		margin-left: 32px;
	}

	#site-head .menu .switch button {
		font-size: 4.8rem;
	}

	#content {
		min-height: 560px;
	}

	.f_sitemap li {
		margin: 0 20px;
		list-style: none;
		display: inline-block;
	}
}

@media only screen and (min-width: 768px) {
	#group-head .tag {
		width: 53.33vw;
	}

	#site-head .logo {
		padding: 1.25vw 0;
		width: 10.83vw;
	}

	#site-head .menu .main {
		margin: 0;
		display: inline-block !important;
		position: relative;
		vertical-align: middle;
		background-color: transparent;
	}

	#site-head .menu .main ul {
		padding: 0;
	}

	#site-head .menu .main ul li {
		display: inline-block;
		font-size: 1.35vw;
	}

	#site-head .menu .main ul li .bu {
		padding: 0.83vw 2.08vw;
	}

	#site-head .menu .lang ul li {
		font-size: 1.35vw;
	}

	#site-head .menu .lang ul li a {
		padding: 0.73vw 1.56vw;
	}

	#site-head .menu .switch {
		display: none;
	}

	/* footer */
	#site-foot .links {
		padding: 3.33vw 0;
	}

	#site-foot .links li {
		margin: 0.83vw;
		display: inline-block;
		width: 24.38vw;
	}

	#site-foot .rights {
		padding: 1.67vw 0;
		font-size: 1.35vw;
	}
}

@media only screen and (min-width: 960px) {

	/* #page */
	#page {
		background-size: auto;
	}

	/* header */
	#group-head .tag {
		width: 352px;
	}

	#site-head .logo {
		padding: 12px 0;
		width: 104px;
	}

	#site-head .menu {}

	#site-head .menu .main ul li {
		font-size: 1.3rem;
	}

	#site-head .menu .main ul li .bu {
		display: block;
		padding: 8px 20px 8px 0;
	}

	#site-head .menu .lang {}

	#site-head .menu .lang ul li {
		font-size: 1.3rem;
	}

	#site-head .menu .lang ul li a {
		padding: 7px 15px;
	}

	/* footer */
	#site-foot .links {
		padding: 32px 0;
	}

	#site-foot .links li {
		margin: 8px;
		width: 234px;
	}

	#site-foot .rights {
		padding: 16px 0;
		font-size: 1.3rem;
	}
}

#content a {
	text-decoration: none;
}

#content a:visited:hover {
	color: #333;
	background-color: #CCC;
}

#content p,
#content ul,
#content ol,
#content table {
	margin: 1em 0 0;
}

#content p.message_txt {
	margin-top: 0;!
}

#content p.mt0 {
	margin: 0em 0 0;
}

#content table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

#content table tr th {
	text-align: left;
}

#content .primary-heading {
	line-height: 1.5;
	color: #ffffff;
	background: #333333 url(../images/common-heading-glaze.png) center top no-repeat;
	background-size: 200vw auto;
}

#content .primary-heading .wrap {
	margin: 0 auto;
	position: relative;
	display: table;
	width: 100%;
	max-width: 960px;
	height: 26.25vw;
	max-height: 168px;
}

#content .primary-heading .title {
	padding: 2.5vw;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
	font-size: 6.25vw;
	font-weight: 200;
	letter-spacing: .15em;
}

#content .secondary-heading {
	line-height: 1.25;
	color: #ffffff;
	background: #333333 url(../images/common-heading-glaze.png) center top no-repeat;
	background-size: 200vw auto;
}

#content .secondary-heading .wrap {
	margin: 0 auto;
	position: relative;
	display: table;
	width: 100%;
	max-width: 960px;
	height: 15vw;
	max-height: 96px;
}

#content .secondary-heading .wrap:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -1.25vw 0 0 -25vw;
	width: 50vw;
	height: 2.5vw;
	background-color: #ff6600;
	color: #FFF;
}

#content .secondary-heading .title {
	padding: 2.5vw;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
	font-size: 5vw;
	font-weight: 200;
}

#content .tertiary-heading {
	padding: 2.5vw 0;
	border-bottom: 1.25vw solid #333333;
	position: relative;
	line-height: 1.25;
	text-align: center;
	font-size: 4.38vw;
	font-weight: normal;
}

#content .tertiary-heading:after {
	margin-left: -15vw;
	content: "";
	position: absolute;
	background-color: #ff6600;
	color: #000;
	top: 100%;
	left: 50%;
	z-index: 80;
	width: 30vw;
	height: 1.25vw;
}

#content .section {
	padding: 0 0 5vw;
	line-height: 2;
}

#content .section-body {
	margin: 7.5vw auto;
	padding: 0 5vw;
	max-width: 704px;
	font-size: 3.75vw;
}

#content .single-table {
	border-top: 1px solid #999999;
	width: 100%;
}

#content .single-table th,
#content .single-table td {
	vertical-align: top;
}

#content .single-table th {
	width: 5%;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
}

#content .single-table th:nth-child(n+2),
#content .single-table td:nth-child(n+2) {
	padding-left: 1em;
}

#content .single-table>tbody>tr>th,
#content .single-table>tbody>tr>td {
	border-bottom: 1px solid #999999;
	padding: 3.75vw 2.5vw;
}

#content .single-table>tbody>tr>th {
	padding-right: 0;
	width: 20%;
}

#content .single-table p:first-child,
#content .single-table ol:first-child,
#content .single-table ul:first-child,
#content .single-table table:first-child {
	margin-top: 0;
}

#content .single-table ol,
#content .single-table ul {
	padding-left: 1.5em;
}

#content .single-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #999999;
}

#content .single-list>.item,
#content .single-list>li {
	border-bottom: 1px solid #999999;
}

#content .single-list .item {
	display: block;
	position: relative;
	padding: 3.75vw 6vw;
}

#content .single-list .item.hidden {
  display: none;
}

#content .single-list a.item {
	color: #000000;
	/* background-color: #CCC; */
	text-decoration: none;
}

#content .single-list a.item:hover {
	color: gray;
	/* background-color: #ccc; */
}

#content .single-list a.item:after {
	margin-top: -3.13vw;
	content: "\f105";
	position: absolute;
	right: 2.5vw;
	top: 50%;
	color: #ff6600;
	background-color: #CCC;
	line-height: 1;
	font-size: 6.25vw;
	font-family: FontAwesome;
}

#content .single-button a,
#content .single-button button {
	padding: 5vw;
	display: block;
	border: none;
	outline: none;
	border-radius: 6px;
	background-color: #ffffff;
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
	color: #333;
	font-size: 3.75vw;
	text-align: center;
	text-decoration: none;
}

#content .single-button a:hover,
#content .single-button button:hover {
	background-color: #f6f6f6;
	color: #000;
}

#show_btn{
	text-align:right;
	cursor: pointer;
}

@media only screen and (min-width: 640px) {
	#content .primary-heading {
		background-size: auto;
	}

	#content .primary-heading .title {
		padding: 16px;
		font-size: 4.0rem;
	}

	#content .secondary-heading {
		background-size: auto;
	}

	#content .secondary-heading .wrap:after {
		margin: -8px 0 0 -160px;
		width: 320px;
		height: 16px;
	}

	#content .secondary-heading .title {
		padding: 16px;
		font-size: 3.2rem;
	}

	#content .tertiary-heading {
		padding: 16px 0;
		border-bottom-width: 8px;
		font-size: 2.8rem;
	}

	#content .tertiary-heading:after {
		margin-left: -96px;
		width: 192px;
		height: 8px;
	}

	#content .single-table>tbody>tr>th,
	#content .single-table>tbody>tr>td {
		padding: 24px 16px;
	}

	#content .section-body {
		font-size: 2.4rem;
	}

	#content .single-list .item {
		padding: 24px 50px;
	}

	#content .single-button a,
	#content .single-button button {
		padding: 32px;
		font-size: 2.4rem;
	}

	#content .single-button.button-topiclist button {
		padding: 16px;
		font-size: 1.8rem;
	}
}

@media only screen and (min-width: 768px) {
	#content .section {
		padding: 0 0 32px;
	}

	#content .section-body {
		margin: 48px auto;
		padding: 0;
		font-size: 1.6rem;
	}

	#content .single-button a.product-button {
		padding: 0;
		line-height: 1.3em;
		color: #333;
		background-color: #FFF;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.top_bnr_part:first-of-type {
		order: 1;
	}

	.top_bnr_part:nth-of-type(2) {
		order: 3;
	}

	.top_bnr_part:last-of-type {
		order: 2;
	}

	#content .single-button a.product-button:hover {
		background-color: #f6f6f6;
		color: #333;
	}

	#content .single-list .item {
		padding: 24px 50px;
	}

	#content .single-list a.item:after {
		margin-top: -20px;
		right: 16px;
		font-size: 4.0rem;
	}

	#content .single-list-timeline .item {
		padding: 0;
		display: table;
		width: 100%;
	}

	#content .single-list-timeline .item .date {
		padding: 24px 0 24px 16px;
		display: table-cell;
		vertical-align: top;
		width: 5%;
		white-space: nowrap;
	}

	#content .single-list-timeline .item .text {
		padding: 24px 16px;
		display: table-cell;
		vertical-align: top;
	}
}

/*
.lt480 {}	// 幅480px未満で表示 (=幅480px以上で非表示)
.lt640 {}	// 幅640px未満で表示 (=幅640px以上で非表示)
.lt768 {}	// 幅768px未満で表示 (=幅768px以上で非表示)
.lt960 {}	// 幅960px未満で表示 (=幅960px以上で非表示)
*/
@media only screen and (min-width: 480px) {
	.lt480 {
		display: none;
	}
}

@media only screen and (min-width: 640px) {
	.lt640 {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.lt768 {
		display: none;
	}
}

@media only screen and (min-width: 960px) {
	.lt960 {
		display: none;
	}
}

/*
.gte480 {}	// 幅480px以上で表示 (=幅480px未満で非表示)
.gte640 {}	// 幅640px以上で表示 (=幅640px未満で非表示)
.gte768 {}	// 幅768px以上で表示 (=幅768px未満で非表示)
.gte960 {}	// 幅960px以上で表示 (=幅960px未満で非表示)
*/
@media only screen and (max-width: 479px) {
	.gte480 {
		display: none;
	}
}

@media only screen and (max-width: 639px) {
	.gte640 {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.top_bnr_part img {
		display: none;
	}
	.gte768 {
		display: none;
	}
	#site-head .menu {
		display: block;
	}
}

@media only screen and (max-width: 959px) {
	.gte960 {
		display: none;
	}
}

body.home #content .cover_parent,
body.en #content .cover_parent {
	background-color: #282828;
	color: #fff;
}

body.home #content .cover,
body.en #content .cover {
	position: relative;
	background-color: #282828;
	color: #fff;
	text-align: center;
	overflow: hidden;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

body.home #content .cover .slide,
body.en #content .cover .slide {
	margin: auto -25%;
}

body.home #content .cover .slide img,
body.en #content .cover .slide img {
	width: auto;
	max-height: 100vw;
}

body.home #content .cover .mark,
body.en #content .cover .mark {
	margin: 0 auto;
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	max-width: 1280px;
	background: url(../images/home-cover-logo.png) center/cover no-repeat;
}

body.home .viewport-wrap img {
	width: 130px;
}

@media only screen and (min-width: 640px) {

	body.home #content .cover img,
	body.en #content .cover img {
		max-height: 640px;
	}

	body.home #content .cover .slide,
	body.en #content .cover .slide {
		margin: 0 auto;
		max-width: 1000px;
	}
}

@media only screen and (min-width: 768px) {
	body.home #content .cover img {
		max-height: 640px;
	}
}

body.post-type-archive-access #content .section-before-map,
body.access #content .section-before-map {
	padding-bottom: 1em;
}

body.post-type-archive-access #content .ways,
body.access #content .ways {
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
}

body.post-type-archive-access #content .ways li,
body.access #content .ways li {
	padding-left: 1.5em;
	position: relative;
}

body.post-type-archive-access #content .ways li i,
body.access #content .ways li i {
	position: absolute;
	left: 0;
	line-height: 1.6;
}

body.post-type-archive-access #content .notice,
body.access #content .notice {
	margin: .5em 0 0 0;
	font-size: 2.6vw;
}

body.post-type-archive-access #content .button-print a,
body.access #content .button-print a {
	padding: 2.08vw;
	width: 50%;
	color: #333;
}

body.post-type-archive-access #content .button-topiclist a,
body.access #content .button-topiclist a {
	padding: 1vw;
	width: 30%;
}

body.post-type-archive-access #content .iframe-wrapper,
body.access #content .iframe-wrapper {
	position: relative;
	padding-bottom: 500px;
	height: 0;
	overflow: hidden;
  }

  body.post-type-archive-access #content .iframe-wrapper iframe,
  body.access #content .iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
  }

@media only screen and (min-width: 768px) {
	body.post-type-archive-access #content .notice {
		font-size: 1.4rem;
	}

	body.post-type-archive-access #content .button-print a,
	body.access #content .button-print a {
		padding: 16px;
	}

	body.post-type-archive-access #content .button-topiclist a,
	body.access #content .button-topiclist a {
		padding: 8px;
	}

	body.post-type-archive-access #content .map-gmap,
	body.access #content .map-gmap {
		padding-bottom: 40%;
	}
}

body.post-type-archive-finance #content .section-holding .pane,
body.finance #content .section-holding .pane {
	padding: 2em;
	background: #ffffff;
	color: #000;
}

body.post-type-archive-finance #content .section-holding .pane p:first-child,
body.finance #content .section-holding .pane p:first-child {
	margin-top: 0;
}

body.post-type-archive-finance #content .section-holding .pane .link,
body.finance #content .section-holding .pane .link {
	text-align: center;
}

body.post-type-archive-finance #content .section-holding .pane .link .but,
body.finance #content .section-holding .pane .link .but {
	margin-bottom: .5em;
	width: 415px;
	height: 40px;
}

body.post-type-archive-finance .subheading,
body.finance .subheading {
	font-family: "Noto Sans Japanese", serif;
}

body.post-type-archive-message .figure,
body.message .figure {
	overflow: hidden;
}

body.post-type-archive-message .figure .figure_caps,
body.message .figure .figure_caps {
	float: right;
	padding-left: 20px;
	margin-bottom: 1em;
}

body.post-type-archive-message #content p.caption,
body.message #content p.caption {
	margin-top: 5px;
}

body.post-type-archive-message .figure img,
body.message .figure img {
	width: 288px;
}

body.single-product table tr th,
body.single-product_en table tr th {
	width: 20%;
}

@media only screen and (max-width: 640px) {

	body.post-type-archive-message .figure img,
	body.message .figure img {
		width: 100%;
	}
}

body.post-type-archive-privacy #content .section .paper-pane,
body.privacy #content .section .paper-pane {
	margin-top: 1em;
	padding: 2em;
	background-color: #ffffff;
	color: #000;
}

body.post-type-archive-privacy #content .section .paper-pane-centered,
body.privacy #content .section .paper-pane-centered {
	text-align: center;
}

body.post-type-archive-privacy #content .section .paper-pane ol,
body.privacy #content .section .paper-pane ol {
	margin-top: 0;
	padding-left: 1.5em;
}

body.post-type-archive-privacy #content .section .eom,
body.privacy #content .section .eom {
	text-align: right;
}

body.post-type-archive-privacy #content .section .subheading,
body.privacy #content .section .subheading {
	margin: 2em 0 .5em;
	font-size: 2.0rem;
	font-weight: bold;
	font-family: "Noto Sans Japanese", serif;
}

body.post-type-archive-privacy #content .section .single-list .item .fa.fa-file-text-o,
body.privacy #content .section .single-list .item .fa.fa-file-text-o {
	margin-right: 5px;
}

.product_size {
	font-weight: bold;
	font-family: "Noto Sans Japanese", serif;
	font-size: 1.6rem;
}

@media only screen and (min-width: 640px) {
	body.privacy #content .section .subheading {
		font-size: 2.0rem;
	}
}

@media only screen and (max-width: 960px) {
	.product-list {
		top: 20px;
	}

	.product-list ul li {
		background-size: auto 50% !important;
		background-position: center 2vw !important;
	}

	.product-list ul li div {
		padding: 5%;
	}

	.product-list ul li a {
		padding-left: 0;
		padding-top: 16vw;
		font-size: 1.2rem;
	}

	.bx-wrapper .bx-next {
		right: 5px;
		top: 35% !important;
	}

	.bx-wrapper .bx-prev {
		left: 5px;
		top: 35% !important;
	}

	.bx-wrapper {
		margin-bottom: 60px;
	}

	.product-list .product_name {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 639px) {
	.product_list div.grid div.grid-item {
		/*float:none;*/
		/*width:100%;*/
		height: 200px;
	}

	.product_list div.grid div.grid-item p.image {
		margin: 1em auto 0;
		height: 100px;
		text-align: center;
	}

	.product_list div.grid div.grid-item p.image img {
		width: auto;
		height: 100px;
		max-width: 100%;
	}

	.product_list div.grid div.grid-item p.caption {
		line-height: 1.2;
		text-arign: left;
	}
}

.slick_pause.btn {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	border: solid 2px #333;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 500;
}

/* 一時停止 */
.slick_pause.btn::after {
	content: '';
	width: 5px;
	height: 13px;
	border-width: 0 3px 0 3px;
	border-color: transparent #333 transparent #333;
	border-style: solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 再生 */
.slick_pause.btn.playback::after {
	width: 0;
	height: 0;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #333;
}

@media only screen and (max-width: 960px) {
	.slick_pause.btn {
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
}

@media only screen and (max-width: 639px) {
	.slick_pause.btn {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
}

/* スキップリンク */
.skip_link {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	Overflow: Hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.post-type-archive-accessibility #content a {
	text-decoration: underline;
}

.post-type-archive-result #content table {
	width: 100%;
	 table-layout: fixed;
}

.post-type-archive-result #content table tr td{
	background: #fff;
}

.post-type-archive-result #content table thead th {
	background: #333;
	color: #fff;
}

.post-type-archive-result #content table tr th,
.post-type-archive-result #content table tr td {
	border: 1px solid #ccc;
	padding: 10px;
}

.post-type-archive-result #content table.result_table tr th:first-of-type,
.post-type-archive-result #content table.result_table tr td:first-of-type  {
	width: 30%;
}

.post-type-archive-result #content table.result_table tr th:nth-of-type(2),
.post-type-archive-result #content table.result_table tr td:nth-of-type(2)  {
	width: 70%;
}

.post-type-archive-result #content table.checklist_table tr th:first-of-type,
.post-type-archive-result #content table.checklist_table tr th:nth-of-type(3),
.post-type-archive-result #content table.checklist_table tr th:nth-of-type(4),
.post-type-archive-result #content table.checklist_table tr th:nth-of-type(5) {
	width: 10%;
}

@media only screen and (max-width: 768px) {
	.post-type-archive-result #content table.result_table tr th:first-of-type,
	.post-type-archive-result #content table.result_table tr td:first-of-type  {
		width: 30%;
	}

	.post-type-archive-result #content table.result_table tr th:nth-of-type(2),
	.post-type-archive-result #content table.result_table tr td:nth-of-type(2)  {
		width: 70%;
	}

	.post-type-archive-result #content table.checklist_table {
		width: 100%;
		min-width: 500px;
	}

	.post-type-archive-result #content .scroll-hint-icon {
		position: absolute;
		top: calc(10% - 60px);
	}
}
