/* ----------------------------------------*/

/* C-hook / for js resposive */

/* ----------------------------------------*/

/* SP : C-hook = display none */

/* PC : C-hook = display block */

/* ----------------------------------------*/

/* body */

/* ----------------------------------------*/

/* ----------------------------------------*/

/* C-wrap */

/* ----------------------------------------*/

/* ----------------------------------------*/

/* reset */

/* ----------------------------------------*/

a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
div,
article,
section,
header,
footer,
aside,
input,
button,
select,
textarea,
body,
table,
th,
td,
tr {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all; /*font-feature-settings : "palt";*/
}

a {
	color: #000;
	cursor: pointer;
}

a:hover {
	cursor: pointer;
	color: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

input,
button,
select,
textarea {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

li {
	list-style: none;
}

/* ----------------------------------------*/

/* wrap */

/* ----------------------------------------*/

.wrap {
	min-width: 940px;
	overflow: hidden;
}

/* ----------------------------------------*/

/* subnav */

/* ----------------------------------------*/

.subnav {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.subnav__list {
	float: right;
}

.subnav__list:after {
	content: " ";
	display: block;
	clear: both;
}

.subnav__item {
	float: left;
	position: relative;
}

.subnav__item--search {
	margin-right: 9px;
}

.subnav__item--english {
	margin-right: 9px;
}

.subnav__item--online {
	margin-right: 9px;
}

.subnav__item--top {
	margin-right: 9px;
}

.subnav__link {
	height: 30px;
	line-height: 28px;
	border: 1px solid #e4e4e4;
	display: block;
	text-decoration: none;
	font-family: 'Noto Sans Japanese',  sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0.025em;
	text-align: center;
	background: #fff;
}

.subnav__link:hover {
	cursor: pointer;
}

.subnav__link--search {
	width: 30px;
}

.subnav__link--search img {
	vertical-align: middle;
}

.subnav__link--english {
	width: 80px;
}

.subnav__link--top {
	width: 160px;
	color: #313131;
}

.subnav__link--online {
	width: 160px;
	color: #555;
	font-weight: bold;
}

.subnav__link--online img{
    width: 16px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.subnav__link--contact {
	width: 100px;
	background: #676767;
	color: #fff;
}

.subnav__hide {
	position: absolute;
	top: 35px;
	left: 0;
	width: 238px;
	background: #f4f4f4;
	height: 45px;
	padding: 5px 10px;
	display: none;
}

.page-index .subnav__hide {
	background: #fff;
	height: 40px;
	width: 228px;
	padding: 5px;
}

.subnav__hide form {
	font-size: 0;
}

.subnav__hide input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	height: 30px;
	width: 168px;
	padding: 0 5px;
	color: #313131;
}

.subnav__hide input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	font-size: 12px;
	width: 50px;
	border: 1px solid #dfdfdf;
	border-left: none;
	line-height: 28px;
	background: #fff;
	color: #313131;
	letter-spacing: 0.1em;
	text-align: center;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.subnav__hide input[type="submit"]:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

/* ----------------------------------------*/

/* header */

/* ----------------------------------------*/

.header-index .header__nav {
	border-bottom: 1px solid #d7d7d7;
}

.header-index .header .nav__list {
	font-size: 0;
	text-align: center;
}

.header-index .header .nav__list li {
	font-size: 14px;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	line-height: 59px;
}

.header-index .header .nav__list li a {
	display: inline-block;
	text-decoration: none;
	line-height: 100%;
	border-right: 1px solid #b3b3b3;
	padding-left: 25px;
	padding-right: 26px;
	height: 16px;
	line-height: 16px;
}

.header-index .header .nav__list li:last-child a {
	border-right: none;
	padding-right: 25px;
}

.header-second .header {
	border-bottom: 2px solid #f0f0f0;
	padding-top: 40px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 2;
	min-width: 980px;
}

.header-second .header__subnav {
	height: 40px;
	background: #f4f4f4;
	padding-top: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
}

.header-second .header__row {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	height: 80px;
}

.header-second .header__row:after {
	content: " ";
	display: block;
	clear: both;
}

.header-second .header__col--logo {
	float: left;
	margin-right: 45px;
}

.header-second .header__col--nav {
	float: left;
}

.header-second .header__logo {
	line-height: 74px;
	width: 256px;
}

.header-second .header__logo img {
	vertical-align: middle;
	width: 100%;
}

.header-second .header .nav__list:after {
	content: " ";
	display: block;
	clear: both;
}

.header-second .header .nav__list > li {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 80px;
	float: left;
	position: relative;
}

.header-second .header .nav__list > li > a {
	display: inline-block;
	text-decoration: none;
	line-height: 100%;
	border-right: 1px solid #b3b3b3;
	padding-left: 25px;
	padding-right: 26px;
	height: 16px;
	line-height: 16px;
}

.header-second .header .nav__list > li:first-child a {
	padding-left: 0;
}

.header-second .header .nav__list > li:last-child a {
	border-right: none;
	padding-right: 0;
}

.header-second .header .nav__child {
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	padding-top: 12px;
	display: none;
}

.header-second .header .nav__child > li {
	font-size: 11px;
	letter-spacing: 0.05em;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	background: white;
}

.header-second .header .nav__child > li > a {
	display: block;
	text-decoration: none;
	border-top: 1px solid #dfdfdf;
	line-height: 39px;
}

.header-second .header .nav__child > li:first-child {
	border-top: 1px solid #eaeaea;
}

.header-second .header .nav__child > li:first-child a {
	border-top: none;
}

.header-recruit .header {
	border-bottom: 2px solid #f0f0f0;
	padding-top: 40px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 2;
	min-width: 980px;
}

.header-recruit .header__subnav {
	height: 40px;
	background: #f4f4f4;
	padding-top: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
}

.header-recruit .header__row {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	height: 80px;
}

.header-recruit .header__row:after {
	content: " ";
	display: block;
	clear: both;
}

.header-recruit .header__col--logo {
	float: left;
	margin-right: 45px;
}

.header-recruit .header__col--nav {
/*	float: left;*/
}

.header-recruit .header__logo {
	line-height: 74px;
	width: 256px;
}

.header-recruit .header__logo img {
	vertical-align: middle;
	width: 100%;
}

.header-recruit .header .nav__list:after {
	content: " ";
	display: block;
	clear: both;
}

.header-recruit .header .nav__list > li {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 80px;
	float: left;
}

.header-recruit .header .nav__list > li > a {
	display: inline-block;
	text-decoration: none;
	line-height: 100%;
	border-right: 1px solid #b3b3b3;
	padding-left: 25px;
	padding-right: 26px;
	height: 16px;
	line-height: 16px;
}

.header-recruit .header .nav__list > li:first-child a {
	padding-left: 0;
}

.header-recruit .header .nav__list > li:last-child a {
	border-right: none;
	padding-right: 0;
}

.header-about .header {
	border-bottom: 2px solid #f0f0f0;
	padding-top: 40px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 2;
	min-width: 980px;
}

.header-about .header__subnav {
	height: 40px;
	background: #f4f4f4;
	padding-top: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
}

.header-about .header__row {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	height: 80px;
}

.header-about .header__row:after {
	content: " ";
	display: block;
	clear: both;
}

.header-about .header__col--logo {
	float: left;
	margin-right: 45px;
}

.header-about .header__col--nav {
/*	float: left;*/
    float: right;
}

.header-about .header__logo {
	line-height: 74px;
	width: 256px;
}

.header-about .header__logo img {
	vertical-align: middle;
	width: 100%;
}

.header-about .header .nav__list:after {
	content: " ";
	display: block;
	clear: both;
}

.header-about .header .nav__list > li {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 80px;
	float: left;
}

.header-about .header .nav__list > li > a {
	display: inline-block;
	text-decoration: none;
	line-height: 100%;
	border-right: 1px solid #b3b3b3;
	padding-left: 25px;
	padding-right: 26px;
	height: 16px;
	line-height: 16px;
}

.header-about .header .nav__list > li:first-child a {
	padding-left: 0;
}

.header-about .header .nav__list > li:last-child a {
	border-right: none;
	padding-right: 0;
}

.header-company .header {
	border-bottom: 2px solid #f0f0f0;
	padding-top: 40px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 2;
	min-width: 980px;
}

.header-company .header__subnav {
	height: 40px;
	background: #f4f4f4;
	padding-top: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
}

.header-company .header__row {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	height: 80px;
}

.header-company .header__row:after {
	content: " ";
	display: block;
	clear: both;
}

.header-company .header__col--logo {
	float: left;
	margin-right: 45px;
}

.header-company .header__col--nav {
/*	float: left;*/
    float: right;
}

.header-company .header__logo {
	line-height: 74px;
	width: 256px;
}

.header-company .header__logo img {
	vertical-align: middle;
	width: 100%;
}

.header-company .header .nav__list:after {
	content: " ";
	display: block;
	clear: both;
}

.header-company .header .nav__list > li {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 80px;
	float: left;
}

.header-company .header .nav__list > li > a {
	display: inline-block;
	text-decoration: none;
	line-height: 100%;
	border-right: 1px solid #b3b3b3;
	padding-left: 25px;
	padding-right: 26px;
	height: 16px;
	line-height: 16px;
}

.header-company .header .nav__list > li:first-child a {
	padding-left: 0;
}

.header-company .header .nav__list > li:last-child a {
	border-right: none;
	padding-right: 0;
}

.header-news .header {
	border-bottom: 2px solid #f0f0f0;
	padding-top: 40px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 2;
	min-width: 980px;
}

.header-news .header__subnav {
	height: 40px;
	background: #f4f4f4;
	padding-top: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
}

.header-news .header__row {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	height: 80px;
}

.header-news .header__row:after {
	content: " ";
	display: block;
	clear: both;
}

.header-news .header__col--logo {
	float: left;
	margin-right: 45px;
}

.header-news .header__col--nav {
	float: left;
}

.header-news .header__logo {
	line-height: 74px;
	width: 256px;
}

.header-news .header__logo img {
	vertical-align: middle;
	width: 100%;
}

.header-news .header .nav__list:after {
	content: " ";
	display: block;
	clear: both;
}

.header-news .header .nav__list > li {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 80px;
	float: left;
}

.header-news .header .nav__list > li > a {
	display: inline-block;
	text-decoration: none;
	line-height: 100%;
	border-right: 1px solid #b3b3b3;
	padding-left: 25px;
	padding-right: 26px;
	height: 16px;
	line-height: 16px;
}

.header-news .header .nav__list > li:first-child a {
	padding-left: 0;
}

.header-news .header .nav__list > li:last-child a {
	border-right: none;
	padding-right: 0;
}

.header-search .header {
	border-bottom: 2px solid #f0f0f0;
	padding-top: 40px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 2;
	min-width: 980px;
}

.header-search .header__subnav {
	height: 40px;
	background: #f4f4f4;
	padding-top: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
}

.header-search .header__row {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	height: 80px;
}

.header-search .header__row:after {
	content: " ";
	display: block;
	clear: both;
}

.header-search .header__col--logo {
	float: left;
	margin-right: 45px;
}

.header-search .header__col--nav {
	float: left;
}

.header-search .header__logo {
	line-height: 74px;
	width: 256px;
}

.header-search .header__logo img {
	vertical-align: middle;
	width: 100%;
}

.header-search .header .nav__list:after {
	content: " ";
	display: block;
	clear: both;
}

.header-search .header .nav__list > li {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 80px;
	float: left;
}

.header-search .header .nav__list > li > a {
	display: inline-block;
	text-decoration: none;
	line-height: 100%;
	border-right: 1px solid #b3b3b3;
	padding-left: 25px;
	padding-right: 26px;
	height: 16px;
	line-height: 16px;
}

.header-search .header .nav__list > li:first-child a {
	padding-left: 0;
}

.header-search .header .nav__list > li:last-child a {
	border-right: none;
	padding-right: 0;
}

/* ----------------------------------------*/

/* footer */

/* ----------------------------------------*/

.footer {
	position: relative;
}

.footer__pagetop {
	width: 100%;
	height: 0;
	z-index: 1;
	position: fixed;
	bottom: 78px;
	right: 20px;
}

.footer .pagetop__btn {
	float: right;
}

.footer .pagetop__btn a {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 1px solid #dcdcdc;
	display: block;
	background: #fff;
	text-align: center;
	line-height: 53px;
}

.footer .pagetop__btn a img {
	vertical-align: middle;
}


.footer__sns {
    background-color: #fafafa;
    padding: 30px;
    text-align: center;
}
.footer__sns-cont {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}
.footer__sns-cont__ttl {
    display: none;
    font-weight: normal;
    letter-spacing: 0.2em;
}
.footer__sns ul {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}
.footer__sns li {
}
.footer__sns li a {
    display: block;
    line-height: 1;
}
.footer__sns img {
    height: 40px;
}


.footer__nav {
	background: #eff0f0;
}


.footer__copyright {
	text-align: center;
	background: #d7d7d7;
	line-height: 40px;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.025em;
}

.footer-basic .footer .nav__list {
	font-size: 0;
	text-align: center;
}

.footer-basic .footer .nav__list li {
	font-size: 12px;
	letter-spacing: 0.16em;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	line-height: 70px;
}

.footer-basic .footer .nav__list li a {
	display: inline-block;
	text-decoration: none;
	line-height: 100%;
	border-right: 1px solid #000;
	padding-left: 20px;
	padding-right: 21px;
}

.footer-basic .footer .nav__list li:last-child a {
	border-right: none;
	padding-right: 20px;
}

.footer-second .footer .nav {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
	padding-bottom: 10px;
/*	height: 240px;*/
	position: relative;
    display: flex;
}

.footer-second .footer .nav:after {
	content: " ";
	display: block;
	clear: both;
}

.footer-second .footer .nav .footer__nav-cont {
    display: flex;
    flex-wrap: wrap;
    width: 690px;
}

.footer-second .footer .nav__list {
/*	float: left;*/
	padding-right: 20px;
    padding-bottom: 40px;
    width: 33%;
    box-sizing: border-box;
}

.footer-second .footer .nav__list:last-child {
	margin-right: 0;
}

.footer-second .footer .nav__list li {
	letter-spacing: 0.06em;
}

.footer-second .footer .nav__list li a {
	text-decoration: none;
}

.footer-second .footer .nav__parent {
	font-size: 14px;
    font-weight: bold;
	line-height: 200%;
    padding-bottom: 5px;
}

.footer-second .footer .nav__child {
	font-size: 13px;
	line-height: 200%;
}
.footer-second .footer .nav__child .nav__child {
}
.footer-second .footer .nav__child .nav__child::before {
    content: "・";
}

.footer-second .footer .nav__store {
/*	float: right;*/
    width: 250px;
}

.footer-second .footer .nav .store {
/*	padding-top: 30px;*/
}

.footer-second .footer .nav .ventforet {
	background-color: #fff;
}

.footer-second .footer .nav .store__link {
	display: block;
	font-size: 0;
	border: 1px solid #dcdcdc;
}

.footer-second .footer .nav .store__icon {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	background: #e8e8e8;
	line-height: 58px;
	width: 68px;
	text-align: center;
}

.footer-second .footer .nav .ventforet .store__icon {
	background: #fff;
	line-height: 50px;
	width: 69px;
    border-right: 1px solid #dcdcdc;	
}

.footer-second .footer .nav .store__icon img {
	vertical-align: middle;
}

.footer-second .footer .nav .store__txt {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	background-color: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 58px;
	width: 180px;
	border-left: 1px solid #dcdcdc;
	padding-left: 14px;
	background-image: url(../images/common/icon-arw-right-red.png);
	background-repeat: no-repeat;
	background-position: right 14px center;
}

.footer-second .footer .nav .ventforet .store__txt {
	line-height: 1.4;
	font-size: 12px;
	border-left: 1px solid #fff;
	padding-left: 14px;
    padding-right: 20px;
    width: 179px;
}

.footer-second .footer .nav .store__btob__link {
	font-size: 13px;
	padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 18px;
    text-align: right;
}.footer-second .footer .nav .store__btob__link a {
	text-decoration: none;
}


.footer-second .footer .nav__privacy {
	font-size: 10px;
	letter-spacing: 0;
	line-height: 100%;
}

.footer-second .footer .nav__privacy a {
	text-decoration: none;
}

/* ----------------------------------------*/

/* pagecontents */

/* ----------------------------------------*/

.header-second .pagecontents {
	padding-top: 122px;
}

.header-recruit .pagecontents {
	padding-top: 122px;
}

.header-about .pagecontents {
	padding-top: 122px;
}

.header-company .pagecontents {
	padding-top: 122px;
}

.header-news .pagecontents {
	padding-top: 122px;
}

.header-search .pagecontents {
	padding-top: 122px;
}

/* ----------------------------------------*/

/* bread */

/* ----------------------------------------*/

.bread {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	height: 75px;
	padding-top: 10px;
}

.bread__list:after {
	content: " ";
	display: block;
	clear: both;
}

.bread__list li {
	float: left;
	font-family: 'Noto Sans Japanese',  sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.05em;
}

.bread__list li a {
	text-decoration: none;
}

.bread__arw {
	font-weight: bold;
}

.bread {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	height: 75px;
	padding-top: 10px;
}

.bread p {
	font-family: 'Noto Sans Japanese',  sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.bread p a {
	text-decoration: none;
	font-weight: normal;
}

.bread p .breadcrumb_last {
	font-weight: normal;
}

/* ----------------------------------------*/

/* C-hasaside */

/* ----------------------------------------*/

.C-hasaside {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.C-hasaside:after {
	content: " ";
	display: block;
	clear: both;
}

.C-hasaside__main {
	width: 700px;
	float: right;
}
.error404 .C-hasaside__main {
	width: auto;
	float: none;
}

.C-hasaside__aside {
	width: 190px;
	float: left;
	margin-bottom: 100px;
}

.C-hasaside .C-aside__dl dt {
	background: #f2f2f2;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	width: 190px;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: normal;
	padding-left: 23px;
}
.C-hasaside .C-aside__dl dt a {
    text-decoration: none;
}

.C-hasaside .C-aside__dl dd {
	background: #fcfcfc;
	padding: 3px 5px 0 8px;
}

.C-hasaside .C-aside__dl dd ul li {
	padding-bottom: 3px;
	font-size: 12px;
	letter-spacing: 0.05em;
}.C-hasaside .C-aside__dl dd ul li ul li {
	padding-left: 2em;
}

.C-hasaside .C-aside__dl dd ul li a {
	text-decoration: none;
	display: block;
	background-image: url(../images/common/icon-arw-right.png);
	background-repeat: no-repeat;
	background-position: left 11px center;
	padding: 6px 5px 6px 30px;
}

.C-hasaside .C-aside__dl dd ul li a:hover {
	background-image: url(../images/common/icon-arw-right-bold.png);
	background-color: #f2f2f2;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

.page-about-index .C-hasaside .C-aside__dl dd ul li a {
	padding-left: 20px;
	padding-right: 0;
}

.page-about-policy .C-hasaside .C-aside__dl dd ul li a {
	padding-left: 20px;
	padding-right: 0;
}

.page-about-history .C-hasaside .C-aside__dl dd ul li a {
	padding-left: 20px;
	padding-right: 0;
}

.page-about-message .C-hasaside .C-aside__dl dd ul li a {
	padding-left: 20px;
	padding-right: 0;
}

.C-hasaside .C-aside__dl--accordion dt {
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.C-hasaside .C-aside__dl--accordion dt:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	cursor: pointer;
}

.C-hasaside .C-aside__dl--accordion dt.open:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	cursor: default;
}

.C-hasaside .C-aside__dl--accordion dd {
	display: none;
}

.page-about-index .C-hasaside .C-aside__item--index a {
	background-image: url(../images/common/icon-arw-right-bold.png);
	background-color: #f2f2f2;
}

.page-about-policy .C-hasaside .C-aside__item--policy a {
	background-image: url(../images/common/icon-arw-right-bold.png);
	background-color: #f2f2f2;
}

.C-hasaside .C-aside__item--history {
	letter-spacing: -0.02em;
}

.page-about-history .C-hasaside .C-aside__item--history a {
	background-image: url(../images/common/icon-arw-right-bold.png);
	background-color: #f2f2f2;
}

.page-about-message .C-hasaside .C-aside__item--message a {
	background-image: url(../images/common/icon-arw-right-bold.png);
	background-color: #f2f2f2;
}

.page-company-index .C-hasaside .C-aside__item--index a {
	background-image: url(../images/common/icon-arw-right-bold.png);
	background-color: #f2f2f2;
}

.page-company-factory .C-hasaside .C-aside__item--factory a {
	background-image: url(../images/common/icon-arw-right-bold.png);
	background-color: #f2f2f2;
}

.page-company-enviroment .C-hasaside .C-aside__item--enviroment a {
	background-image: url(../images/common/icon-arw-right-bold.png);
	background-color: #f2f2f2;
}

.page-company-contact .C-hasaside .C-aside__item--contact a {
	background-image: url(../images/common/icon-arw-right-bold.png);
	background-color: #f2f2f2;
}

.C-hasaside .C-aside__banner {
	margin-top: 15px;
}

.C-hasaside .C-aside .banner {
	border: 1px solid #cdcdcd;
	background: url(../images/common/icon-arw-right-red.png) no-repeat right 9px center;
}

.C-hasaside .C-aside .banner__link {
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
}

.C-hasaside .C-aside .banner__link:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.08);
}

.C-hasaside .C-aside .banner__icon {
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.C-hasaside .C-aside .banner__icon img {
	vertical-align: middle;
}

.C-hasaside .C-aside .banner__txt {
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.05em;
	height: 23px;
	color: #333;
}

/* ----------------------------------------*/

/* C-recommend */

/* ----------------------------------------*/

.C-recommend {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 70px;
	margin-bottom: 35px;
}

.page-stationery-detail .C-recommend {
	padding-top: 100px;
}

.page-package-detail .C-recommend {
	padding-top: 100px;
}

.C-recommend__ttl {
	text-align: center;
/*	margin-bottom: 65px;*/
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: normal;
    letter-spacing: 0.2em;
}

/* ----------------------------------------*/

/* paginate */

/* ----------------------------------------*/

.paginate {
	text-align: center;
	font-size: 0;
}

.paginate__item {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	font-size: 14px;
	letter-spacing: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.paginate__item a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #dcdcdc;
	text-decoration: none;
}

.paginate__item--current a {
	background: #f2f2f2;
}

.paginate__item--prev {
	padding-right: 50px;
}

.paginate__item--prev a {
	line-height: 40px;
}

.paginate__item--next {
	padding-left: 50px;
}

.paginate__item--next a {
	line-height: 40px;
}

/* ----------------------------------------*/

/* C-paginate */

/* ----------------------------------------*/

.C-paginate__inner {
	text-align: center;
	font-size: 0;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}

.C-paginate__item {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	font-size: 14px;
	letter-spacing: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.C-paginate__item a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #dcdcdc;
	text-decoration: none;
}

.C-paginate__item--current a {
	background: #f2f2f2;
}

.C-paginate__item--first {
	position: absolute;
	top: 0;
	left: -10px;
}

.C-paginate__item--prev {
	position: absolute;
	top: 0;
	left: 105px;
}

.C-paginate__item--prev a {
	line-height: 40px;
}

.C-paginate__item--next {
	position: absolute;
	top: 0;
	right: 105px;
}

.C-paginate__item--next a {
	line-height: 40px;
}

.C-paginate__item--last {
	position: absolute;
	top: 0;
	right: -10px;
}

/* ----------------------------------------*/

/* C-row */

/* ----------------------------------------*/

.C-row {
	margin-right: -20px;
    margin-top: 40px;
}

.C-row:after {
	content: " ";
	display: block;
	clear: both;
}

.C-row__col {
	float: left;
	padding-right: 20px;
}

.C-row--two .C-row__col {
	width: 50%;
}

.C-row--three .C-row__col {
	width: 33.3%;
}
.C-row--three .C-row__col:nth-child(3n+1) {
    clear: both;
}

.C-row--four .C-row__col {
	width: 25%;
}

.C-row--pb20 .C-row__col {
	padding-bottom: 20px;
}

.C-row--pb30 .C-row__col {
	padding-bottom: 30px;
}

.C-row--pb40 .C-row__col {
	padding-bottom: 20px;
}

.post-type-archive-stationery .banner02 {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
}

/* ----------------------------------------*/

/* C-item */

/* ----------------------------------------*/

.C-item__link {
	display: block;
	text-decoration: none;
	background: url(../images/common/icon-arw-right-red.png) no-repeat right 19px center;
}

.C-item__link:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.08);
}

.C-item__row {
	position: relative;
	border: 1px solid #cdcdcd;
}

.C-item__row:after {
	content: " ";
	display: block;
	clear: both;
}

.C-item__col--contents {
	float: left;
	padding-right: 50px;
	width: 100%;
}

.C-item--large .C-item__col--contents {
	padding-left: 189px;
}

.C-item--medium .C-item__col--contents {
	padding-left: 119px;
}

.C-item--interview .C-item__col--contents {
	padding-left: 112px;
	padding-right: 0;
}

.C-item--profile .C-item__col--contents {
	padding-left: 193px;
	padding-right: 15px;
}

.C-item__table {
	display: table;
}

.C-item--large .C-item__table {
	height: 88px;
}

.C-item--medium .C-item__table {
	height: 68px;
}

.C-item--interview .C-item__table {
	height: 128px;
}

.C-item--profile .C-item__table {
	height: 188px;
}

.C-item__cell {
	display: table-cell;
	vertical-align: middle;
}

.C-item__text {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.C-item__img {
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.C-item__img img {
	display: none;
}

.C-item--large .C-item__img {
	width: 159px;
	height: 88px;
	margin-right: 30px;
}

.C-item--medium .C-item__img {
	width: 99px;
	height: 68px;
	margin-right: 20px;
}

.C-item--interview .C-item__img {
	width: 99px;
	height: 128px;
	margin-right: 10px;
}

.C-item--interview .C-item__img span {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #868d93;
	position: absolute;
	top: 39px;
	left: 24px;
	background-repeat: no-repeat;
	background-position: center center;
}

.C-item--profile .C-item__img {
	width: 178px;
	height: 188px;
	margin-right: 15px;
}

.C-item .C-interview {
	font-size: 0;
}

.C-item .C-interview__head {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 5px;
}

.C-item .C-interview__head--img {
	margin-right: 5px;
}

.C-item .C-interview__head--num {
	font-size: 20px;
	letter-spacing: 0;
	color: #333;
}

.C-item .C-interview__head--cate {
	font-size: 12px;
	letter-spacing: 0;
	margin-left: -5px;
}

.C-item .C-interview__ttl {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 142.8%;
	font-weight: normal;
	margin-top: 5px;
	padding-bottom: 5px;
}

.C-item .C-profile__ttl {
	font-size: 16px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.C-item .C-profile__detail {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 150%;
	margin-bottom: 10px;
}

.C-item .C-profile__message {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 133.3%;
}

/* ----------------------------------------*/

/* C-card */

/* ----------------------------------------*/

.C-card__link {
	display: block;
	text-decoration: none;
}

.C-card__link:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.08);
}

.C-card__inner {
	border: 1px solid #dcdcdc; /*min-height:250px;*/
	position: relative;
}

.page-stationery-detail .C-card__inner {
	border: none;
}

.page-package-detail .C-card__inner {
	border: none;
}

.C-card__icon {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	width: 45px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans Japanese',  sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
}

.page-stationery-detail .C-card__icon {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.page-package-detail .C-card__icon {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.page-stationery-detail .C-row--four .C-card__icon {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}

.page-package-detail .C-row--four .C-card__icon {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}

.page-stationery-archives .C-row--four .C-card__icon {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}

.page-package-archives .C-row--four .C-card__icon {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}

.C-card__icon--new {
	background: rgba(223, 0, 0, 0.7);
}

.C-card__icon--few {
	background: rgba(244, 133, 0, 0.7);
}

.C-card__icon--end {
	background: rgba(84, 84, 84, 0.8);
}

.C-card__icon--season {
	background: rgba(244, 133, 0, 0.6);
    right: 10px;
    left: auto;
}

.C-card__main {
	height: 153px;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.page-stationery-detail .C-card__main {
	height: 153px;
}

.page-stationery-detail .C-card__main a {
	display: block;
	width: 100%;
	height: 100%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.page-package-detail .C-card__main {
	height: 153px;
}

.page-package-detail .C-card__main a {
	display: block;
	width: 100%;
	height: 100%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.page-stationery-detail .C-row--four .C-card__main {
	height: 110px;
}

.page-package-detail .C-row--four .C-card__main {
	height: 110px;
}

.page-stationery-archives .C-row--four .C-card__main {
	height: 110px;
}

.page-package-archives .C-row--four .C-card__main {
	height: 110px;
}

.C-card__body {
	padding: 19px 20px;
}

.page-stationery-detail .C-card__body {
	padding: 19px 0;
}

.page-package-detail .C-card__body {
	padding: 19px 0;
}

.page-stationery-detail .C-row--four .C-card__body {
	padding: 10px;
}

.page-package-detail .C-row--four .C-card__body {
	padding: 10px;
}

.page-stationery-archives .C-row--four .C-card__body {
	padding: 10px;
}

.page-package-archives .C-row--four .C-card__body {
	padding: 10px;
}

.C-card__ttl {
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 130.7%;
	font-weight: normal;
}

.page-stationery-detail .C-card__ttl {
	letter-spacing: -0.02em;
	line-height: 153.8%;
}

.page-package-detail .C-card__ttl {
	letter-spacing: -0.02em;
	line-height: 153.8%;
}

.C-card__img {
	display: none;
}

.C-card__more {
	text-align: center;
	font-size: 0;
	margin-top: 15px;
}

.page-stationery-detail .C-card__more {
	text-align: right;
	font-size: 11px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.page-stationery-detail .C-card__more a {
	padding-right: 20px;
	background: url(../images/common/icon-arw-right-red.png) no-repeat right center;
	-moz-background-size: 5px 9px;
	-o-background-size: 5px 9px;
	-webkit-background-size: 5px 9px;
	background-size: 5px 9px;
	text-decoration: none;
}

.oldentry #contents a.C-card__more__old {
	padding-right: 20px;
	background: url(../images/common/icon-arw-right-red.png) no-repeat right center;
	-moz-background-size: 5px 9px;
	-o-background-size: 5px 9px;
	-webkit-background-size: 5px 9px;
	background-size: 5px 9px;
	text-decoration: none;
	color: #444;
	    text-align: right;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
}

.page-package-detail .C-card__more {
	text-align: right;
	font-size: 11px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.page-package-detail .C-card__more a {
	padding-right: 20px;
	background: url(../images/common/icon-arw-right-red.png) no-repeat right center;
	-moz-background-size: 5px 9px;
	-o-background-size: 5px 9px;
	-webkit-background-size: 5px 9px;
	background-size: 5px 9px;
	text-decoration: none;
}



/* ----------------------------------------*/

/* banner02 */

/* ----------------------------------------*/

.page-stationery-detail .banner02, .page-stationery-archives .banner02 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}




/* ----------------------------------------*/

/* C-btn */

/* ----------------------------------------*/

.C-btn {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #b53c20;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0;
}

.C-btn:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: #e0e0e0;
	color: #000;
}

.C-btn--h40 {
	height: 40px;
	line-height: 40px;
}

.C-btn--arw span {
	background-image: url(../images/common/icon-arw-right-line-white.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

.C-btn--arw:hover span {
	background-image: url(../images/common/icon-arw-right-line-black.png);
}

.C-btn--pdf span {
	background-image: url(../images/common/icon-arw-right-line-white.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

.C-btn--pdf:hover span {
	background-image: url(../images/common/icon-arw-right-line-black.png);
}

/* ----------------------------------------*/

/* C-pagettl */

/* ----------------------------------------*/

.C-pagettl {
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: normal;
}

/* ----------------------------------------*/

/* C-nextpage */

/* ----------------------------------------*/

.C-nextpage {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	font-size: 14px;
	letter-spacing: 0;
}

.C-nextpage a {
	text-decoration: none;
	text-align: center;
	display: block;
	height: 50px;
	line-height: 48px;
	border: 1px solid #d9d9d9;
}

.C-nextpage a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.08);
}

.C-nextpage a span {
	display: inline-block;
	line-height: 48px;
	background: url(../images/common/icon-arw-right-line-red.png) no-repeat left center;
	padding-left: 40px;
}

/* ----------------------------------------*/

/* C-table */

/* ----------------------------------------*/

.C-table {
	width: 100%;
	border-collapse: collapse;
}

.C-table tr {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 184.6%;
	vertical-align: top;
	color: #333;
}

.C-table tr:last-child th {
	padding-bottom: 0;
}

.C-table tr:last-child td {
	padding-bottom: 0;
}

.C-table th {
	text-align: left;
	border-right: 1px solid #d9d9d9;
	padding-bottom: 2em;
}

.C-table td {
	padding-left: 45px;
	padding-bottom: 2em;
}

.C-table a {
	text-decoration: none;
}

.C-table a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}

.C-table a.C-table__link--map:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	text-decoration: none;
}

.C-table a.C-table__link--tel:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: none;
}

.C-table__link {
	text-decoration: none;
}

.C-table__link--map {
	display: inline-block;
	width: 40px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	color: #000;
	background: #e0e0e0;
	text-align: center;
	margin-bottom: 7px;
}

.C-table__link--red {
	color: #ee7252;
}

.C-table__link--red:hover {
	color: #ee7252;
}

/* ----------------------------------------*/

/* privacy */

/* ----------------------------------------*/

.privacy {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 184.6%;
	vertical-align: top;
	color: #333;
}

.privacy__ttl {
	text-align: center;
	margin-bottom: 50px;
}

.privacy__lead {
	margin-bottom: 30px;
}

.privacy__dl {
	margin-bottom: 30px;
}

.privacy__dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.privacy__dl dd {
	margin-bottom: 30px;
}

.privacy__dl dd:last-child {
	margin-bottom: 0;
}

.privacy__sign {
	text-align: right;
	margin-bottom: 80px;
	line-height: 160%;
	font-size: 12px;
}

.privacy__anno {
	margin-bottom: 80px;
	font-size: 12px;
}


/* ----------------------------------------*/
/* min-width: 1100px */
/* ----------------------------------------*/
@media screen and (min-width: 1100px) {

.footer-second .footer .nav__privacy {
	position: absolute;
	bottom: 25px;
	right: 20px;
}

}

/* ----------------------------------------*/
/* max-width: 1099px */
/* ----------------------------------------*/
@media screen and (max-width: 1099px) {

.footer-second .footer .nav__privacy {
	position: absolute;
	bottom: 50px;
	right: 20px;
}

}

/* ----------------------------------------*/
/* @media print */
/* ----------------------------------------*/
@media print {
    // 印刷したい領域
    .wrap{
        top:0 !IMPORTANT;
        left:0 !IMPORTANT;
/*        width:172mm !IMPORTANT;
        height:251mm !IMPORTANT;*/
    }
    .header{
    	position: absolute !IMPORTANT;
    	overflow: hidden;
    }
    .header-index .header, .page-index .banner01{
    	overflow: hidden;
    }
    .bread, .C-hasaside, .hero, .new, .recommend, .business, .banner01, .banner02, .contact_sec, .info, .C-recommend, .footer__nav .nav,
     .recruit__toplink, .page-recruit-interview .section, .page-recruit-interview .archives, .page-recruit-interview .profile{
    	padding-left: 0 !IMPORTANT;
    	padding-right: 0 !IMPORTANT;
    	margin-left: 3% !IMPORTANT;
    	margin-right: 0 !IMPORTANT;
    }
    .about, .news, .message, .interview, .recruit-index .entry__mynavi{
    	padding-left: 0 !IMPORTANT;
    	padding-right: 0 !IMPORTANT;
    	margin-left: 10% !IMPORTANT;
    	margin-right: 0 !IMPORTANT;
    }
    .seminar, .page-recruit-entry .entry{
    	padding-left: 0 !IMPORTANT;
    	padding-right: 0 !IMPORTANT;
    	margin-left: 15% !IMPORTANT;
    	margin-right: 0 !IMPORTANT;
    }
    .recruit-index .hero__ttl span, .page-recruit-entry .message, .page-recruit-entry .interview, .page-recruit-about .about{
    	padding-left: 0 !IMPORTANT;
    	padding-right: 0 !IMPORTANT;
    	margin-left: 20% !IMPORTANT;
    	margin-right: 0 !IMPORTANT;    	
    }
    .page-index .news, .page-index .about{
    	width: 620px !IMPORTANT;
    	margin-left: 18% !IMPORTANT;
    }
    .page-index .header{
    	width: 720px !IMPORTANT;
    	margin-left: 16% !IMPORTANT;
    }
    .header-index .header__nav{
    	border-bottom: none !IMPORTANT;
    }
    .page-index .wrap, .page-index .subnav, .page-index .banner01{
    	width: 100% !IMPORTANT;
    }
    .page-index .hero__inner, .page-index .banner01{
    	padding-left: 0 !IMPORTANT;
    	padding-right: 0 !IMPORTANT;
    	margin-left: 0 !IMPORTANT;
    	margin-right: 0 !IMPORTANT;
    }
}


/* ----------------------------------------*/

/* SP */

/* ----------------------------------------*/

/* ----------------------------------------*/
/* max-width: 980px */
/* ----------------------------------------*/
@media screen and (max-width: 980px) {

.stationery-template-default .wrap, .post-type-archive-stationery .wrap, .page-news .wrap, .page-template-default .wrap, .header-recruit .wrap, .search .wrap, .error404 .wrap, .footer__sns-cont {
	width: 100%;
	min-width: 100%;
}

/* subnav */

.subnav {
	width: 100%;
}

.subnav__list {
}

/* header */

.header-second .header__logo, .page-template-default .header__logo, .header-recruit .header__logo, .search .header__logo {
    line-height: 64px;
    width: 220px;
}

.header-second .header .nav__list > li, .page-template-default .header .nav__list > li, .header-recruit .header .nav__list > li, .search .header .nav__list > li, .header-news .header .nav__list > li, .header-search .header .nav__list > li {
    font-size: 14px;
    line-height: 70px;
}

.header-second .header__col--logo, .page-template-default .header__col--logo, .header-recruit .header__col--logo, .search .header__col--logo {
	margin-right: 35px;
}

.header-second .header, .page-template-default .header, .header-recruit .header, .search .header, .header-news .header, .header-search .header {
	min-width: 100%;
}

.header-second .header__subnav, .page-template-default .header__subnav, .header-recruit .header__subnav, .search .header__subnav, .header-news .header__subnav {
	min-width: 100%;
}

.header-second .header__row, .page-template-default .header__row, .header-recruit .header__row, .search .header__row, .header-news .header__row, .header-search .header__row {
	width: 100%;
	height: 70px;
}
.header-recruit .header .nav__list > li > a {
    padding-left: 16px;
    padding-right: 16px;
}

/* bread */

.stationery-template-default .bread, .post-type-archive-stationery .bread, .page-news .bread, .page-template-default .bread, .header-recruit .bread, .search .bread, .error404 .bread {
	width: 100%;
	height: 75px;
	padding-top: 10px;
}



/* C-hasaside */

.stationery-template-default .C-hasaside, .post-type-archive-stationery .C-hasaside, .page-news .C-hasaside, .page-template-default .C-hasaside, .page-news .C-hasaside, .error404 .C-hasaside {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.stationery-template-default .C-hasaside__main, .post-type-archive-stationery .C-hasaside__main, .page-news .C-hasaside__main, .page-template-default .C-hasaside__main {
	width: 100%;
	float: none;
}

.stationery-template-default .C-hasaside__aside, .post-type-archive-stationery .C-hasaside__aside, .page-news .C-hasaside__aside, .page-template-default .C-hasaside__aside {
	width: 100%;
	float: none;
	margin-top: 30px;
	margin-bottom: 40px;
    overflow: hidden;
}

.stationery-template-default .C-hasaside__aside .C-aside__dl, .post-type-archive-stationery .C-hasaside__aside .C-aside__dl, .noshipage .C-hasaside__aside .C-aside__dl {
	float: left;
	width: 49.3%;
}

.stationery-template-default .C-hasaside__aside aside dl:nth-child(1), .post-type-archive-stationery .C-hasaside__aside aside dl:nth-child(1), .page-news .C-hasaside__aside aside dl:nth-child(1) {
/*	padding-right: 2%;*/
}

.stationery-template-default .C-hasaside__aside aside dl:nth-child(2), .post-type-archive-stationery .C-hasaside__aside aside dl:nth-child(2), .page-news .C-hasaside__aside aside dl:nth-child(2),
.noshipage .C-hasaside__aside aside dl:nth-child(2) {
/*	padding-right: 1%;
	padding-left: 1%;*/
	float: right;
}

.stationery-template-default .C-hasaside__aside aside dl:nth-child(3), .post-type-archive-stationery .C-hasaside__aside aside dl:nth-child(3), .page-news .C-hasaside__aside aside dl:nth-child(3) {
	float: right;
	padding-left: 2%;
}

.aside__banner{
    display: none;
/*	padding-top: 40px;
	clear: both;*/
}

.C-hasaside .C-aside .banner__link {
	margin-bottom: 20px;
}

.C-hasaside .C-aside .banner__icon {
	float: left;
}

.C-hasaside .C-aside .banner__icon img {
	padding-left: 20px;
}

.C-hasaside .C-aside .banner__txt {
	text-align: left;
	font-size: 16px;
	letter-spacing: 0.2em;
	height: 45px;
	line-height: 45px;
	padding-left: 60px;
}
  
.page-news .C-aside {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 1em;
}
.page-news .C-hasaside__aside .C-aside__dl.aside__dl--cp {
    grid-column: 1/2;
    grid-row: 1/2;
}
.page-news .C-hasaside__aside .C-aside__dl.aside__dl--st {
    grid-column: 1/2;
    grid-row: 2/3;
}
.page-news .C-hasaside__aside .C-aside__dl.aside__dl--pack {
    grid-column: 1/2;
    grid-row: 3/4;
}
.page-news .C-hasaside__aside .C-aside__dl.aside__dl--rct {
    grid-column: 1/2;
    grid-row: 4/5;
}
.page-news .C-hasaside__aside .C-aside__dl.aside__dl--date {
    grid-column: 2/3;
    grid-row: 1/5;
}


/* C-recommend */

.page-stationery-detail .C-recommend, .page-stationery-index .C-recommend {
	width: 100%;
/*	display: none;*/
}

.page-stationery-detail .C-recommend .C-row--three .C-row__col, .page-stationery-index .C-recommend .C-row--three .C-row__col {
	width: 100%;
}

.C-recommend__ttl {
    margin-bottom: 35px;
}    
 

/* C-card */

.page-stationery-detail .C-card__body {
	padding: 10px 0 10px;
}

.page-stationery-detail .C-card__more {
	font-size: 12px;
    margin-top: 5px;
}

.post-type-archive-stationery .C-card__main {
	background-size: 100%;
    height: 115px;
}

    
.post-type-archive-stationery .banner02, .page-stationery-detail .banner02, .page-stationery-archives .banner02 {
    width: 100%;
    padding-top: 0;
}
    
.C-card__icon {
	top: 5px;
	left: 5px;
	height: 20px;
	line-height: 20px;
}
.C-card__icon.C-card__icon--season {
    right: 5px;
    left: auto;
}
    

/* おすすめ */
.post-type-archive-stationery .C-recommend {
    width: 100%;
}
.post-type-archive-stationery .C-recommend .C-row {
	margin-right: 0px;
}
.post-type-archive-stationery .C-recommend .C-row--three .C-row__col {
	width: 100%;
}
.post-type-archive-stationery .C-recommend .C-row--three .C-row__col:nth-child(2n+1) {
    padding-right: 0;
}
.post-type-archive-stationery .C-recommend .C-row--three .C-row__col:nth-child(2n) {
    padding-left: 0;
    padding-right: 0;
}    

/* footer */

.footer__pagetop {
	width: 100%;
}
    
.footer-second .footer .nav {
	height: auto;
    display: block;
}
.footer-second .footer .nav .footer__nav-cont {
    width: 100%;
}

.footer-second .footer .nav__list {
/*	margin-right: 39px;*/
}

.footer-second .footer .nav ul:nth-child(5){
	float: right;
	margin-right: 0;
}

.footer-second .footer .nav__privacy {
	position: static;
	clear: both;
	padding-bottom: 20px;
	padding-top: 20px;
}

.footer-second .footer .nav {
	width: 100%;
}

.footer-second .footer .nav__store {
	clear: both;
	width: 100%;
	padding-top: 20px;
}

.footer-second .footer .nav .store {
	float: left;
	margin-right: 10px;
}

.footer-second .footer .nav .ventforet{
	float: left;
}




}


/* ----------------------------------------*/
/* max-width: 479px */
/* ----------------------------------------*/
@media screen and (max-width: 479px) {

.header-index .header .nav__list li a {
    padding-left: 0;
    padding-right: 0;
}
.header-index .header .nav__list li:last-child a {
    padding-right: 0;
}

/* header */

.header-second .header__col--nav, .page-template-default .header__col--nav, .header-recruit .header__col--nav, .search .header__col--nav, .header-news .header__col--nav, .header-search .header__col--nav {
    float: right;
}

.header-second .header__col--logo, .page-template-default .header__col--logo, .header-recruit .header__col--logo, .search .header__col--logo, .header-news .header__col--logo, .header-search .header__col--logo {
	margin-right: 0px;
}
    
.header-second .header__logo, .page-template-default .header__logo, .header-recruit .header__logo, .search .header__logo {
    pointer-events: none;
}

.stationery-template-default.header-second .header, .post-type-archive-stationery.header-second .header, .page-news.header-second .header, .page-template-default .header, .header-recruit .header, .search .header, .header-news .header, .header-search .header {
	padding-top: 0;
}

.stationery-template-default.header-second .pagecontents, .post-type-archive-stationery.header-second .pagecontents, .page-news.header-second .pagecontents, .page-template-default .pagecontents, .header-news .pagecontents, .search .pagecontents, .error404 .pagecontents {
    padding-top: 82px;
}
.header-recruit .pagecontents {
    padding-top: 72px;
}

.stationery-template-default.header-second .header__logo, .post-type-archive-stationery.header-second .header__logo, .page-news.header-second .header__logo, .page-template-default .header__logo, .header-recruit .header__logo, .search .header__logo, .header-news .header__logo, .header-search .header__logo {
    line-height: 68px;
    width: 160px;
}

.stationery-template-default.header-second .header .nav__list > li > a.nav__list--mo, .post-type-archive-stationery.header-second .header .nav__list > li > a.nav__list--mo, .page-news.header-second .header .nav__list > li > a.nav__list--mo, .page-template-default .header .nav__list > li > a.nav__list--mo, .header-recruit .header .nav__list > li > a.nav__list--mo, .search .header .nav__list > li > a.nav__list--mo, .header-news .header .nav__list > li > a.nav__list--mo, .header-search .header .nav__list > li > a.nav__list--mo {
    line-height: 70px;
    height: 70px;
}

a.nav__list--mo:hover{
	opacity: 1;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
 	position: relative;
	width: 22px;
	height: 18px;
	margin-right: 8px;
	top: 3px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

/*.active .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}*/




.stationery-template-default .header .nav__list--mo--innner, .post-type-archive-stationery .header .nav__list--mo--innner, .page-news .header .nav__list--mo--innner, .page-template-default .header .nav__list--mo--innner, .header-recruit .header .nav__list--mo--innner, .search .header .nav__list--mo--innner, .header-search .header .nav__list--mo--innner {
	display: none;
	position: fixed;
/*	background-color: #000;
	background: rgba(183, 183, 183, 0.5);
	left: 0;
	width: 100%;
	padding-left: 20%;*/
	background-color: #f0f0f0;
	left: 20%;
	width: 80%;
    padding: 20px;
    overflow: auto;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

.mobileMenuBack{
	display: none;
	z-index: -1;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(183, 183, 183, 0.5);
}

.stationery-template-default .header .nav__list--mo--innner li, .post-type-archive-stationery .header .nav__list--mo--innner li, .page-news .header .nav__list--mo--innner li, .page-template-default .header .nav__list--mo--innner li, .header-recruit .header .nav__list--mo--innner li, .search .header .nav__list--mo--innner li, .header-search .header .nav__list--mo--innner li {
	line-height: 50px;
	padding-left: 10px;
    border-bottom: 1px solid #f9f9f9;
}

.stationery-template-default .header .nav__list--mo--innner li:last-child, .post-type-archive-stationery .header .nav__list--mo--innner li:last-child, .page-news .header .nav__list--mo--innner li:last-child, .page-template-default .header .nav__list--mo--innner li:last-child, .header-recruit .header .nav__list--mo--innner li:last-child, .search .header .nav__list--mo--innner li:last-child, .header-search .header .nav__list--mo--innner li:last-child {
	margin-bottom: 50px;
}

.stationery-template-default .header .nav__list--mo--innner li a, .post-type-archive-stationery .header .nav__list--mo--innner li a, .page-news .header .nav__list--mo--innner li a, .page-template-default .header .nav__list--mo--innner li a, .header-recruit .header .nav__list--mo--innner li a, .search .header .nav__list--mo--innner li a, .header-search .header .nav__list--mo--innner li a {
	text-decoration: none;
    display: inline-block;
    width: 100%;
}

.stationery-template-default .header .nav__list--mo--innner .search-form, .post-type-archive-stationery .header .nav__list--mo--innner .search-form, .page-news .header .nav__list--mo--innner .search-form, .page-template-default .header .nav__list--mo--innner .search-form, .header-recruit .header .nav__list--mo--innner .search-form, .search .header .nav__list--mo--innner .search-form, .header-search .header .nav__list--mo--innner .search-form {
    font-size: 0;
    padding-bottom: 10px;
}

.stationery-template-default .header .nav__list--mo--innner .search-form input[type="text"], .post-type-archive-stationery .header .nav__list--mo--innner .search-form input[type="text"], .page-news .header .nav__list--mo--innner .search-form input[type="text"], .page-template-default .header .nav__list--mo--innner .search-form input[type="text"], .header-recruit .header .nav__list--mo--innner .search-form input[type="text"], .search .header .nav__list--mo--innner .search-form input[type="text"], .header-search .header .nav__list--mo--innner .search-form input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #dfdfdf;
    height: 39px;
    width: 168px;
    padding: 0 5px;
    color: #313131;
    margin-right: 6px;
}

.stationery-template-default .header .nav__list--mo--innner .search-form input[type="submit"], .post-type-archive-stationery .header .nav__list--mo--innner .search-form input[type="submit"], .page-news .header .nav__list--mo--innner .search-form input[type="submit"], .page-template-default .header .nav__list--mo--innner .search-form input[type="submit"], .header-recruit .header .nav__list--mo--innner .search-form input[type="submit"], .search .header .nav__list--mo--innner .search-form input[type="submit"], .header-search .header .nav__list--mo--innner .search-form input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 50px;
    border: 1px solid #dfdfdf;
    border-left: auto;
    line-height: 37px;
    background: #fff;
    color: #313131;
    letter-spacing: 0.1em;
    text-align: center;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* subnav */

.stationery-template-default .header .subnav__link--online, .post-type-archive-stationery .header .subnav__link--online, .page-news .header .subnav__link--online, .page-template-default .header .subnav__link--online, .header-recruit .header .subnav__link--online, .search .header .subnav__link--online, .header-search .header .subnav__link--online {
	width: 30px;
}

.stationery-template-default .header .subnav__link--online img, .post-type-archive-stationery .header .subnav__link--online img, .page-news .header .subnav__link--online img, .page-template-default .header .subnav__link--online img, .header-recruit .header .subnav__link--online img, .search .header .subnav__link--online img, .header-search .header .subnav__link--online img {
    margin-right: 0px;
    margin-left: 2px;
}

/* C-row */

.C-row--three .C-row__col {
	width: 47.5%;
}
.C-row--three .C-row__col:nth-child(2n+1) {
    clear: both;
}
.C-row--three .C-row__col:nth-child(3n+1) {
    clear: none;
}
/*.banner02 .C-row__col {
    padding-right: 0;
}*/

.C-item--large .C-item__col--contents {
        padding-left: 120px;
}
.C-item--large .C-item__img {
    width: 100px;
}
.banner02 .C-row .C-row__col:first-child .C-item__img {
    background-position: right center;
}
.banner01 .C-row, .banner02 .C-row {
    margin-top: 0;
}
.C-row--pb40 .C-row__col {
    padding-bottom: 20px;
}
    

/* C-card */

.page-stationery-detail .C-card__main a {
	background-position: center;
}

.page-stationery-detail .C-card__ttl {
}

.page-stationery-detail .C-card__more a {
	padding-right: 10px;
}
    
.C-nextpage {
    width: 100%;
}

    
.page-stationery-index.post-type-archive-stationery .C-row--three .C-row__col:nth-child(2n+1) {
	padding-right: 0;
}
.page-stationery-index.post-type-archive-stationery .C-row--three .C-row__col:nth-child(2n) {
	padding-left: 0;
}

/* アーカイブページ */
    

.post-type-archive-stationery .banner02, .single-stationery .banner02 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
}
.post-type-archive-stationery .C-row--two .C-row__col {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    padding-right: 0;
}
.single-stationery .banner02 .C-row--two .C-row__col {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    padding-right: 20px;
}
    

.post-type-archive-stationery .C-card__main {
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 124px;
}
.post-type-archive-stationery .C-card__body {
	padding: 0 19px 10px 19px;
}
/*.post-type-archive-stationery .C-row {
	margin-right: 0px;
}*/
.post-type-archive-stationery .C-row {
    margin-right: auto;
}
.post-type-archive-stationery .C-row.C-row--three.C-row--pb40 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post-type-archive-stationery .C-row--three .C-row__col {
/*	width: 50%;*/
    width: calc((100% - 10px)/2);
    float: none;
    padding-right: 0;
}
.page-stationery-index .C-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    
/*.post-type-archive-stationery .C-row--three .C-row__col:nth-child(2n+1) {
	padding-right: 2%;
}
.post-type-archive-stationery .C-row--three .C-row__col:nth-child(2n) {
	padding-left: 2%;
	padding-right: 0;
}*/
    
.post-type-archive-stationery .C-paginate__inner, .page-news .C-paginate__inner {
	margin-top: 0px;
}
.post-type-archive-stationery .C-paginate__item, .page-news .C-paginate__item {
    margin-left: 10px;
}
.post-type-archive-stationery .C-paginate__item a, .page-news .C-paginate__item a {
    width: auto;
    height: auto;
    line-height: 100%;
    border: none;    
}
.post-type-archive-stationery .C-paginate__item--next, .page-news .C-paginate__item--next {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    right: 40px;
    font-size: 11px;
}
.post-type-archive-stationery .C-paginate__item--prev, .page-news .C-paginate__item--prev {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    left: 40px;
    font-size: 11px;
}
.post-type-archive-stationery .C-paginate__item--last, .page-news .C-paginate__item--last {
    padding: 0;
    right: 2px;
    margin-left: 0;
}
.post-type-archive-stationery .C-paginate__item--first, .page-news .C-paginate__item--first {
    padding: 0;
    left: 2px;
    margin-left: 0;
}

    

.C-hasaside .C-aside__dl dt {
    padding: 6px 10px;
    font-size: 13px;
}
.C-hasaside .C-aside__dl dd {
    padding: 3px 5px;
}
.C-hasaside .C-aside__dl dd ul li a {
    background-position: left 7px center;
    padding: 6px 5px 6px 18px;
}

.aside__banner {
    display: none;
}

.page-company-index .C-table th, .company-factory .C-table th {
    border-right: 0;
    margin-bottom: 0.5em;
    display: block;
    width: 100%;
    background-color: #f9f9f9;
    padding: 5px;

}
.page-company-index .C-table td, .company-factory .C-table td {
    margin-bottom: 2em;
    display: block;
    width: 100%;
    padding: 5px;

}

/* footer */
.footer-second .footer .nav__list {
    width: 50%;
}
.footer-second .footer .nav__list:nth-child(2n+2) {
    padding-right: 0;
    padding-left: 20px;
}

.footer__sns {
    padding: 20px;
}
.footer__sns ul {
    column-gap: 20px;
}
.footer__sns img {
    height: 35px;
}

}

/* ----------------------------------------*/
/* max-width: 374px */
/* ----------------------------------------*/
@media screen and (max-width: 374px) {
    
.stationery-template-default.header-second .header__logo, .post-type-archive-stationery.header-second .header__logo, .page-news.header-second .header__logo, .page-template-default.header-company .header__logo {
    width: 120px;
}
    
}




