@charset "UTF-8";
html {
	height:100%;
}
body{
	color: #282828;
	height:100%;
	-webkit-text-size-adjust: 100%;
}

/*------------------------------------------ hyperlink */
a:link, a:visited {
	color: #2861b2;
	text-decoration: none;
	vertical-align: baseline;
}
a:hover, a:active {
	color: #338cd2;
	text-decoration: underline;
}

/*------------------------------------------ header */
header #gmenu li a {
	color: #112631;
	display: block;
	text-decoration: none;
}

/*------------------------------------------ menu */
#menu {
	background-color: #ecebe3;
	margin-top: 30px auto 0;
}
#menu #title {
	font-size: 3.0rem;
	text-align: center;
}
#menu ul li a {
	background-color: #ffffff;
	display: table;
	width: 100%;
}

#menu ul li#campaign,
#menu ul li#cosmetics {
	border: 1px solid #10bed2;
}
#menu ul li#campaign a,
#menu ul li#cosmetics a {
	color: #40b1e6;
}
#menu ul li#event {
	border: 1px solid #0fd518;
}
#menu ul li#event a {
	color: #68bb6a;
}
#menu ul li#buying,
#menu ul li#ylady {
	border: 1px solid #e84134;
}
#menu ul li#buying a,
#menu ul li#ylady a {
	color: #e84134;
}
#menu ul li#hoiku {
	border: 1px solid #f29100;
}
#menu ul li#hoiku a {
	color: #f29100;
}
#menu .photo,
#menu .menu_title {
	display: table-cell;
	vertical-align: middle;
}
#menu .photo {
	line-height: 0;
	width: 18.4375%;
}
#menu .menu_title {
	padding: 0 20px;
	width: 81.5625%;
}

/*------------------------------------------ footer */
footer #fix_btn_joblady {
	position: fixed;
	right: -64px;
	z-index: 10;
}
footer #page_top p {
	position: fixed;
	bottom: 10px;
	right: 23px;
	z-index: 10;
	width: 50px;
}
footer #page_top p img {
	width: 100%;
}

/*------------------------------------------ visible hidden */
.visible-sp, .visible-pc {
	display: none !important;
}

.visible-sp {
	display: block !important;
}
.hidden-sp{
	display:none !important
}


/*-------------------------------------------------------------------------------*
 *	768px未満用（SP用）の記述
 *-------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
/* 768px未満用（SP用）の記述 */
.hidden-sp{
	display:none !important
}
.wrapper {
	margin: 0 auto;
}
#header_pcmenu {
	display: none;
}

/*------------------------------------------ img */
img {
	line-height: 0;
	vertical-align: bottom;
	max-width: 100%;
}

/*------------------------------------------ header */
header {
	background-color: #ffffff;
	position: relative;
	z-index: 5000;
}
header #header_container {
	padding-bottom: 3.125%;
}
header #header_title {
	display: table;
	width: 100%;
}
header #site_title {
	display: table-cell;
	padding: 2%;
	width: 80%;
}
header #site_title a {
	display: block;
}
header #site_title img {
	max-width: 295px;
	width: 100%;
}
header .free_dial{
	margin-top: -10px;
	padding: 0 2%;
}
header .free_dial img {
	max-width: 175px;
}
header .menu-trigger {
	display: table-cell;
	font-size: 1.0rem;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
}
header .menu-trigger a,
header .menu-trigger span {
	display: inline-block;
	transition: all .4s;
}
header .menu-trigger a {
	height: 38px;
	margin: 7px 5px 3px;
	position: relative;
	text-decoration: none;
	width: 34px;
}
header .menu-trigger span {
	background-color: #666666;
	border-radius: 4px;
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}
header .menu-trigger span:nth-of-type(1) {
	top: 0;
}
header .menu-trigger span:nth-of-type(2) {
	top: 9px;
}
header .menu-trigger span:nth-of-type(3) {
	top: 18px;
}
header .menu-trigger.active span {
	background-color: #666666;
	height: 4px;
	left: 0;
	right: 0;
}
header .menu-trigger.active span:nth-of-type(1) {
	transform: translate3d(2px, 3px, 0) rotate(45deg);
	width: 50%;
}
header .menu-trigger.active span:nth-of-type(2) {
	transform: translate3d(0px, 0px, 0) rotate(-45deg);
	width: 100%;
}
header .menu-trigger.active span:nth-of-type(3) {
	transform: translate3d(14px, -3px, 0) rotate(45deg);
	width: 50%;
}
header .menu-trigger p {
	color: #666666;
	font-weight: bold;
	position: absolute;
	text-align: center;
	line-height: 1;
	left: -5px;
	bottom: 0;
	width: 44px;
}
header #gmenu {
	background: #ffffff;
	display: none;
	position: absolute;
	width: 100%;
	z-index: 5000;
}
header #gmenu li {
/*
	border-top: 1px dotted #b5b5b6;
*/
}
header #gmenu li a {
	padding: 15px 10px 15px 20px;
	border-bottom: 1px dotted #b5b5b6;
}
header #gmenu li span {
	padding-left: 26px;
}
header #gmenu li#gmenu_company span {
	background: transparent url(../images/icon_company.png) no-repeat left center /20px;
}
header #gmenu li#gmenu_00xx span {
	background: transparent url(../images/icon_00xx.png) no-repeat left center /20px;
}
header #gmenu li#gmenu_product span {
	background: transparent url(../images/icon_product.png) no-repeat left center /20px;
}
header #gmenu li#gmenu_00yy span {
	background: transparent url(../images/icon_00yy.png) no-repeat left center /20px;
}
header #gmenu li#gmenu_saiyou span {
	background: transparent url(../images/icon_saiyou.png) no-repeat left center /20px;
}
header #gmenu li#gmenu_inquiry span {
	background: transparent url(../images/icon_inquiry.png) no-repeat left center /20px;
}
.modal-overlay {
	background-color: rgba(68,68,68, 0.9);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

/*------------------------------------------ menu */
#menu #nav_contents {
	padding: 20px 2% 30px;
}
#menu #title {
	margin-bottom: 20px;
}
#menu ul li {
	margin-bottom: 2.34375%;
	width: 100%;
}
#menu ul li  {
	margin-bottom: 2.34375%;
}
#menu ul li a  {
	font-size: 1.4rem;
}
#menu ul li img  {
	width: 100%;
}

/*------------------------------------------ footer */
footer #fix_btn_joblady {
	bottom: 70px;
}
footer #footer_pcarea {
	display: none;
}
footer #footer_contents {
	border-top: 2px solid #393432;
	font-size: 1.0rem;
	padding: 5px;
}
footer #iso a:first-child {
	display: inline-block;
	margin-right: 1em;
}
footer #page_top p {
	bottom: 10px;
	right: 16px;
	width: 40px;
}
/*------------------------------------------ colored box */

div.gray_box {
	padding: 1px 1em;
	border: 1px solid #b4b4b4;
	background-color: #fff;
}
p.gray_box {
	padding: 1em;
	border: 1px solid #b4b4b4;
	background-color: #fff;
}

/*------------------------------------------ menu accordion */
header #gmenu .sub_accordion {
	display: block;
}
header #gmenu .sub_accordion span {
	background: none !important;
	padding: 0;
	color: #d6012e;
}
header #gmenu .sub_accordion p a {
	height: auto;
	border-left: none;
	text-indent: -1em;
	padding-left: 4em;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0;
	border-right: 0;
	border-bottom: none;
	font-size: 85%;
}


}
/* 768px未満用（SP用）の記述 end -------------------------------------*/



/*-------------------------------------------------------------------------------*
 *	768px以上用（PC用）・印刷の記述
 *-------------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
/* 768px以上用（PC用）・印刷の記述 */
.hidden-pc{
	display:none !important
}

.menu-trigger,
.spmenu {
	display: none;
}


/*------------------------------------------ header */

header #header_wrapper {
	margin: 0 auto;
}
header #header_pcmenu {
	border-bottom: 1px solid #b5b5b6;
	display: block;
	padding: 12px 0;
}
header #header_pcmenu ul {
	margin: 0 auto;
	text-align: right;
	vertical-align: top;
	max-width: 1024px;
}
header #header_pcmenu ul li {
	display: inline-block;
	margin-right: 40px;
}
header #header_pcmenu ul li:last-child {
	margin-right: 0;
}
header #header_pcmenu a {
	color: #282828;
}
header #header_pcmenu a:hover {
	color: #d8012e;
}

header #header_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding-top: 10px;
	max-width: 1024px;
	width: 100%;
}
header #header_title {
	vertical-align: middle;
	width: 50%;
}
header #header_title img {
	max-width: 490px;
}
header .free_dial {
	text-align: right;
	vertical-align: middle;
	width: 50%;
}
header .free_dial img {
	max-width: 250px;
}
header #gmenu {
	margin: 10px auto 0;
	max-width: 1024px;
	width: 98%;
}
header #gmenu li {
	display: inline-block;
	font-size: 1.2rem;
	padding-bottom: 5px;
	text-align: center;
	width: 16.65%;
	position: relative;
	transition: .3s;
}
header #gmenu li.current {
	border-bottom: 2px solid #d8012e;
	margin-bottom: -4px;
}
header #gmenu li a {
	border-left: 1px solid #b5b5b6;
	padding: 30px 10px 5px;
	height: 52px;
}
header #gmenu li::after {
	position: absolute;
	bottom: 0;
	top: 57px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #d8012e;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
header #gmenu li:hover::after {
	width: 100%;
}
header #gmenu li.current {
	transition: 0s;
}
header #gmenu li:last-child a {
	border-right: 1px solid #b5b5b6;
}
header #gmenu li span {
	padding-top: 30px;
}
header #gmenu li#gmenu_company span {
	background: transparent url(../images/icon_company.png) no-repeat top center;
}
header #gmenu li#gmenu_00xx span {
	background: transparent url(../images/icon_00xx.png) no-repeat top center;
}
header #gmenu li#gmenu_product span {
	background: transparent url(../images/icon_product.png) no-repeat top center;
}
header #gmenu li#gmenu_00yy span {
	background: transparent url(../images/icon_00yy.png) no-repeat top center;
}
header #gmenu li#gmenu_saiyou span {
	background: transparent url(../images/icon_saiyou.png) no-repeat top center;
}
header #gmenu li#gmenu_inquiry span {
	background: transparent url(../images/icon_inquiry.png) no-repeat top center;
}

/*------------------------------------------ menu */
#menu #nav_contents {
	margin: 40px auto 0;
	padding: 20px 0 30px;
	max-width: 1024px;
	width: 98%;
}
#menu #title {
	margin-bottom: 40px;
}
#menu ul li {
	display: inline-block;
	margin-bottom: 2%;
	width: 49%;
}
#menu ul li:nth-child(2n+1) {
	margin-right: 2%;
}

/*------------------------------------------ footer */

footer #fix_btn_joblady {
	bottom: 184px;
}
footer #fix_btn_joblady a:hover {
	opacity: 0.8;
}
footer #page_top {
	position: fixed;
	bottom: 10px;
	right: 23px;
}
footer #footer_pcarea {
	border-top: 2px solid #393432;
	border-bottom: 1px solid #393432;
}
footer nav#fmenu {
	margin: 0 auto;
	max-width: 1024px;
	padding: 20px 0;
	width: 98%;
}
footer nav#fmenu dl {
	display: inline-block;
	vertical-align: top;
	margin: 0 17px 25px 0;
}
footer nav#fmenu dl:nth-child(1) {
	width: 22%;
}
footer nav#fmenu dl:nth-child(2) {
	width: 17%;
}
footer nav#fmenu dl:nth-child(3) {
	width: 17%;
}
footer nav#fmenu dl:nth-child(4) {
	width: 16%;
}
footer nav#fmenu dl:nth-child(5) {
	width: 21%;
	margin-right: 0;
}
footer nav#fmenu dl a {
	color: #282828;
}
footer nav#fmenu dl a:hover {
	color: #d8012e;
}
footer nav#fmenu dl dt {
	font-weight: bold;
}
footer nav#fmenu dl dd {
	font-size: 1.4rem;
}
footer nav#fmenu ul {
	margin: 10px 0;
}
footer nav#fmenu ul li {
	margin-bottom: 10px;
	padding-left: 16px;
	position: relative;
}
footer nav#fmenu ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #9fa0a0;
	border-right: solid 2px #9fa0a0;
	transform: rotate(45deg);
	position: absolute;
	top: 35%;
	left: 0;
}
footer nav#fmenu ul li.tops::before {
	top: 15%;
}
footer #footer_contents {
	font-size: 1.2rem;
	display: table;
	margin: 20px auto 50px;
	max-width: 1024px;
	width: 98%;
}
footer #copy,
footer #iso {
	display: table-cell;
}
footer #iso {
	text-align: right;
}
footer #iso a:first-child {
	display: inline-block;
	margin-right: 2em;
}

/*------------------------------------------ visible hidden */

.visible-sp, .visible-pc {
	display: none !important;
}

.visible-pc {
	display: block !important;
}
.hidden-pc{
	display:none !important
}

/*------------------------------------------ colored box */

div.gray_box {
	padding: 1px 1em;
	border: 1px solid #b4b4b4;
	background-color: #fff;
}
p.gray_box {
	padding: 1em;
	border: 1px solid #b4b4b4;
	background-color: #fff;
}

div#panel {
	padding-top: 4px;
}

/*------------------------------------------ menu accordion */

header #gmenu .parent_li {
	position: relative;
	z-index: 101;
}
header #gmenu .sub_accordion {
	position: absolute;
	background-color: white;
	top: 57px;
	width: 195px;
	display: none;
}
header #gmenu .sub_accordion span {
	background: none !important;
	padding: 0;
	color: #d6012e;
}
header #gmenu .sub_accordion p {
	margin: 0;
	text-align: left;
	font-size: 1.4rem;
	padding: 0px 10px 0px 10px;
}
header #gmenu .sub_accordion p:hover {
	background: #ffe5ea;
}
header #gmenu .sub_accordion p a {
	height: auto;
	border-left: none;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0;
	border-right: 0;
	border-bottom: 1px dotted #999999;
}
header #gmenu .sub_accordion p a.last_a:last-child {
	border-bottom: none;
}

/* 768px以上用（PC用）の記述 end -------------------------------------*/


/*------------------------------------------ clear */
body,
#container {
	zoom: 100%;
}

body:after,
#container:after {
	content: " ";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*-------------------------------------------------------------------------------*
 *	Clear fix
 *-------------------------------------------------------------------------------*/
.c_fix {
	zoom: 100%;
}
.c_fix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


