@charset "UTF-8";


/* ===============
header
================*/
header {
	width: 100%;
	height: 56px;
	background-color: #000;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
h1.hdr_logo {
	position: absolute;
	left: 0;
	top: -50px;
	width: 150px;
	text-align: center;
	background-color: #000;
}
h1.hdr_logo img {
	width: 74px;
	height: auto;
	padding: 10px 0;
}

/* ===============
main
================*/
main {
	padding-top: 10px;
}
main h2.shoplist_ttl {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', "Hiragino Sans", '游ゴシック体','游ゴシック', YuGothic,"Hiragino Kaku Gothic ProN", sans-serif;
	color: #949494;
	position: relative;
}
main h2.shoplist_ttl:after {
	content:"";
   display:inline-block;
   width: 100px;
   height: 3px;
   background-color: #bf3461;
   position: absolute;
   top: 30px;
   left: 140px;
}

/* ===============
.shop_header
================*/
main .shop_header {
	padding-left: 170px;
	width: 1000px;
	height: 110px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
main .shop_header h1 {
	font-size: 30px;
	font-weight: 700;
	color: #333;
	float: left;
	margin-top: 30px;
}
main .shop_header .btn_contact a {
	float: right;
	font-size: 15px;
	width: 246px;
	display: block;
	padding: 6px 14px 4px 14px;
	color: #bf3461;
	border: 1px solid #bf3461;
	transition: 0.2s all ease 0s;
	background: url("../images/common/icon_mail.svg") no-repeat 95% center #fff;
	background-size: 26px;
}
main .shop_header .btn_contact a:hover {
	background-color: #bf3461;
	background: url("../images/common/icon_mail_w.svg") no-repeat 95% center #bf3461;
	background-size: 26px;
	color: #fff;
	transition: 0.2s all ease 0s;
}
main .shop_header .bread_crumb {
	clear: both;
	float: right;
}
main .shop_header .bread_crumb ul {
	display: flex;
	text-align: right;
	justify-content: flex-end;
}
main .shop_header .bread_crumb ul li {
	font-size: 14px;
	margin-left: 6px;
	white-space: nowrap;
}
main .shop_header .bread_crumb ul li:last-child {
	max-width: 14em;
   overflow: hidden;
	text-overflow: ellipsis;
}

/* ===============
会社概要他
================*/
main .subnavi {
	border: 1px solid #bf3461;
	width: 1000px;
	margin: 0 auto;
}
main .subnavi ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
main .subnavi ul li {
	flex-basis: 33.33%;
	font-size: 14px;
	position: relative;
}
main .subnav-e ul li {
	line-height: 1.4;
}
main .subnavi ul li a {
	display: block;
	text-align: center;
	padding: 14px 10px 10px 10px;
	color: #bf3461;
	cursor: pointer;
transition: 0.2s all ease 0s;
}
main .subnavi ul li:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #bf3461;
	top: 10px;
	right: 0;
}
main .subnavi ul li:last-child:after {
	display: none;
}
main .subnavi ul li.on a {
	background-color: #bf3461;
	color: #fff;
	font-weight: 600;
}
main .subnavi ul li a:hover {
	background-color: #bf3461;
	color: #fff;
	transition: 0.2s all ease 0s;
}

/* ===============
.main_contents
================*/
main .main_contents {
	width: 100%;
	margin: 0 auto;
	background-color: #efefef;
	padding: 40px 0;
}
main .main_contents .main_topimagearea {
	width: 800px;
	margin: 0 auto 40px auto;
	display: flex;
	justify-content: flex-start;
}
main .main_contents .main_topimagearea .main_topimage {
	flex-basis: 300px;
	width: 300px;
	height: 380px;
	overflow: hidden;
	margin-right: 40px;
}
main .main_contents .main_topimagearea .topimage_s {
	flex-basis: 150px;
	width: 150px!important;
	height: auto;
}
main .main_contents .main_topimagearea .topimage_w {
	flex-basis: 450px;
	width: 450px!important;
	height: auto;
}
main .main_contents .main_topimagearea .main_topimage img {
	width: 100%;
	height: auto;
}
main .main_contents .main_topimagearea .top_title {
	padding-top: 100px;
	display: block;
	position: relative;
	height: 4em;
}
main .main_contents .main_topimagearea .top_title h2 {
	font-size: 14px;
	font-weight: 700;
	color: #bf3461;
}
main .main_contents .main_topimagearea .top_title p {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	white-space: nowrap;
}
main .main_contents .main_topimagearea .top_title:after {
	position: absolute;
	top: calc (100px + 4.5em);
	left: 0px;
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #bf3461;
}
main .main_contents .main_topimagearea .top_title span {
	font-size: 16px;
	font-weight: 700;
}
main .main_contents .main_topimagearea .top_title span.text_strong {
	font-size: 28px;
	font-weight: 700;
	margin-right: 10px;
}
main .main_contents .main_topimagearea .top_title span.text_strong:last-child {
	margin-left: 10px;
}
main .main_contents .main_text {
	width: 800px;
	margin: 0 auto;
}
main .main_contents .main_text h3 {
	font-size: 18px;
	border-top: 1px solid #A9A9A9;
	padding-top: 4px;
	margin-bottom: 24px;
	font-weight: 700;
}
main .main_contents .main_text p {
	margin-bottom: 1.6em;
	letter-spacing: -0.02em;
	line-height: 2;
}
main .main_contents .main_text p:lang(en) {
	text-align: left!important;
}
main .main_contents .main_text p .topcopy {
	display: inline-block;
	background-color: #bf3461;
	color: #fff;
	margin-bottom: 12px;
	padding: 4px 12px;
}

main .main_contents .main_text dl {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 14px;
	border-top: 4px solid #bf3461;
	margin: 0 auto 60px auto;
}
main .main_contents .main_text dl dt {
	flex-basis: 30%;
	padding: 20px 0;
	border-bottom: 1px solid #A9A9A9;
}
main .main_contents .main_text dl dd {
	flex-basis: 70%;
	padding: 20px 0;
	border-bottom: 1px solid #A9A9A9;
}

/* ===============
ファイブについて
================*/
main .brand_index {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
main .brand_index .brand_item {
	flex-basis: 23%;
	background-color: #fff;
	text-align: center;
	margin: 0 2% 16px 0;
	border: 1px solid #ABABAB;	
	transition: 0.2s all ease 0s;
}
main .brand_index .brand_item a {
	display: block;
	width: 100%;
	padding: 12px 10px 12px 10px;

}
main .brand_index .brand_item a p {
	font-size: 12px;
	margin: 10px auto 0 auto;
	text-align: center;
	line-height: 1;
}
main .brand_index .brand_item:hover {
	border: 1px solid #bf3461;
	transition: 0.2s all ease 0s;
}

main .maintext_subttl {
	margin: 60px 0 60px 0;
	position: relative;
}

main .maintext_subttl h2 {
	font-size: 14px;
	font-weight: 700;
	color: #bf3461;
}
main .maintext_subttl p {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	line-height: 1;
}
main .maintext_subttl:after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 80px;
	width: 60px;
	height: 3px;
	background-color: #bf3461;
}

main .main_text .aboutimg_area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 60px auto;
}
main .main_text .aboutimg_area .aboutimg_item {
	flex-basis: auto;
}
main .main_text .about_products {
	width: 100%;
	display: flex;
}
main .main_text .about_products .aboutproducts_img {
	flex-basis: 260px;
	margin-right: 20px;
}

main .history_index {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
main .history_index .year {
	flex-basis: 160px;
	width: 100%;
	background: url("../images/about/historyline.png") no-repeat left center;
	background-size: 4px;
	padding: 30px 0 30px 20px;
	font-weight: 700;
}
main .history_index .year_middle {
	padding-top: 4.5em;
}
main .history_index .year_detail {
	flex-basis: 640px;
	padding: 30px 0;
}

main .products_index {
	width: 100%;
	margin: 0 auto 30px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
main .products_index .produst_item {
	flex-basis: 24%;
	margin-bottom: 20px;
}
main .products_index .produst_item h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	min-height: 1em;
	line-height: 1.6;
	margin-top: 0;
	padding-top: 0;
}
main .products_index .produst_item .product_img {
	width: 100%;
	background-color: #fff;
	text-align: center;
}
main .products_index .produst_item .product_img:hover {
	opacity: 0.5;
}

/* ===============
サイトポリシー等
================*/
main .text_contents {
	width: 100%;
	margin: 40px auto;
}
main .text_contents h2 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-top: 50px;
	margin-bottom: 14px;
	padding-top: 8px;
}
main .text_contents h2:before {
	position: absolute;
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #bf3461;
	top: -12px;
}
main .text_contents p {
	font-size: 15px;
	letter-spacing: -0.03em;
	line-height: 2;
	text-align: justify;
}
main .text_contents ul li {
	font-size: 15px;
}
main .text_contents .sitemap_list {
	margin: 40px auto;
	width: 100%;
	position: relative;
}
main .text_contents .sitemap_list h4 {
	font-size: 18px;
	font-weight: bold;
	font-weight: 700;
	margin-bottom: 10px;
}
main .text_contents ul.sitemap_item {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
main .text_contents ul.sitemap_item li {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 16px;
}
main .text_contents ul.sitemap_item li a {
	background: url("../images/common/arrow_right_p.svg") no-repeat left center;
	background-size: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #D0D0D0;
	display: block;
transition: 0.5s all ease 0s;
}
main .text_contents ul.sitemap_item li a:hover {
	background-color: #bf3461;
	color: #fff;
transition: 0.5s all ease 0s;
}

/* ===============
採用情報
================*/
main .flow_area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
main .flowitem {
	width: 60%;
	padding: 10px 4px;
	border: 1px solid #bf3461;
	text-align: center;
	font-size: 15px;
}
main .flow_arrow {
	width: 40px;
	text-align: center;
	margin: 14px 10px 0 10px;
}
main .flow_arrow_down {
	width: 60px;
	text-align: center;
	margin: 14px auto;;
}
main .recimg_area {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}
main .recimg_area .recimg_img {
	flex-basis: 300px;
	margin-right: 20px;
}
main .recimg_area .recimg_txt {
	flex-basis: 480px;
}

main .staffvoice_imgarea {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
main .staffvoice_imgarea .staff_img {
	flex-basis: 240px;
	margin-right: 20px;
}
main .staff_name {
	flex-basis: auto;
}
main .staff_name p {
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 700;
}
main .staff_name p span {
	font-size: 18px;
	font-weight: 700;
}
main .main_contents .main_text dl.timelist {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 14px;
	border-top: none;
	margin: 0 auto 60px auto;
}
main .main_contents .main_text dl.timelist dt {
	flex-basis: 15%;
	padding: 10px 0;
	border-bottom: none;
	font-weight: 700;
	text-align: center;
	position: relative;
}
main .main_contents .main_text dl.timelist dd {
	flex-basis: 80%;
	padding: 10px 0;
	border-bottom: none;
}

/* ===============
お問い合わせ
================*/
main .form_area {
	width: 800px;
	margin: 40px auto 40px auto;
}
main .form_area table.contact_table {
	margin: 3em auto;
	background-color: #fff;
	border-top: 1px solid #B6B6B6;
}
main .form_area table.contact_table th {
	padding: 16px 10px;
	font-weight: 700;
	border-bottom: 1px solid #B6B6B6;
}
main .form_area table.contact_table th span {
	font-weight: 500;
}
main .form_area table.contact_table td {
	border-bottom: 1px solid #B6B6B6;
	padding: 16px 10px;
	font-weight: 500;
	text-align: left;
}
main .form_area table.contact_table .ness {
	background-color: #bf3461;
	color: #fff;
	font-size: 11px;
	padding: 4px 6px;
	margin-left: 10px;
	border-radius: 3px;
}
main .form_area table.contact_table .text01 {
	width: 200px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c1c1c1;
	padding: 8px;
	font-size: 14px;
	border-radius: 4px;
}
main .form_area table.contact_table .text02 {
	width: 90%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c1c1c1;
	padding: 8px;
	font-size: 14px;
	border-radius: 4px;
}
main .form_area table.contact_table .text03 {
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c1c1c1;
	padding: 8px;
	font-size: 14px;
	border-radius: 4px;
}
main .form_area table.contact_table .en_name {
	margin-bottom: 10px;
}
main .form_area table.contact_table .textarea {
	width: 90%;
	height: 100px;
	line-height: 1.5;
	border: 1px solid #c1c1c1;
	padding: 8px;
	font-size: 14px;
	border-radius: 4px;
}
main .form_area table.contact_table select {
	padding: 10px 0;
	line-height: 1.8;
}
main .form_area .btn_confirm {
	width: 80%!important;
	text-align: center;
	margin: 3em auto 6em auto;
	display: flex;
	justify-content: center;
}
main .form_area .btn_confirm .btn {
	flex-basis: auto;
	display: block;
	width: 220px!important;
	background-color: #bf3461;
	color: #fff;
	padding: 14px 0 10px 0;
	font-size: 14px;
	border: none!important;
	cursor: pointer;
	transition: 0.2s all ease 0s;
	font-weight: bold;
	margin: 0 20px;
}
main .form_area .btn_confirm .btn:hover,
main .form_area .btn_confirm .btn_back:hover{
	opacity: 0.6;
	transition: 0.2s all ease 0s;
}
main .form_area .btn_confirm .btn_back {
	display: block;
	width: 220px!important;
	background-color: #676767;
	color: #fff;
	padding: 14px 0 10px 0;
	font-size: 14px;
	border: none!important;
	cursor: pointer;
	transition: 0.2s all ease 0s;
	font-weight: bold;
	margin: 0 20px;
}

main .form_area h2 {
	color: #bf3461;
	text-align: center;
	font-weight: bold;
	margin: 120px auto 50px auto;
	font-size: 20px;
}
main .form_area p {
	width: 90%;
	margin: 0 auto 60px auto;
}

main .form_area .link_toppage {
	width: 300px;
	margin: 0 auto 60px auto;
	text-align: center;
}
main .form_area .link_toppage a {
	display: block;
	width: 100%;
	background-color: #bf3461;
	color: #fff;
	padding: 14px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	border: none!important;
	cursor: pointer;
	transition: 0.2s all ease 0s;
}
main .form_area .link_toppage a:hover {
	opacity: 0.6;
	transition: 0.2s all ease 0s;
}

/* ===============
wechat
================*/

main .wechat_info {
	width: 90%;
	max-width: 700px;
	margin: 60px auto 100px auto;
	text-align: center;
}
main .wechat_info img {
	max-width: 280px;
	text-align: center;
	margin: 0 auto;
}
main .wechat_info h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 30px auto 10px auto;
}
main .wechat_info p {
	text-align: center;
}

main .zh_caution h3 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-top: 50px;
	margin-bottom: 14px;
	padding-top: 8px;
}
main .zh_caution h3:before {
	position: absolute;
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #bf3461;
	top: -12px;
}

/* ===============
免税
================*/
main .zh_caution h3 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-top: 50px;
	margin-bottom: 14px;
	padding-top: 8px;
}
main .zh_caution h3:before {
	position: absolute;
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #bf3461;
	top: -12px;
}
main .zh_caution .zhcaution_2clm {
	width: 100%;
	display: flex;
	justify-content: center;
}
main .zh_caution .zhcaution_2clm .zhcaution_2clm_txt {
	flex-basis: 70%;
	margin-right: 5%;
}
main .zh_caution .zhcaution_2clm .zhcaution_2clm_img {
	flex-basis: 25%;
}
main .zh_caution .zhcaution_2clm .zhcaution_2clm_item {
	flex-basis: 40%;
}
main .zh_caution .zhcaution_2clm .zhcaution_2clm_item p {
	font-size: 14px;
	text-align: center;
}
main .zh_caution .zhcaution_2clm .zhcaution_2clm_item p a {
	text-decoration: underline;
}
main .zh_caution .zhcaution_mark {
	width: 70%;
	margin: 0 auto 40px auto;
}


@media all and (max-width: 767px) {
	
/* ===============
header
================*/
header {
	width: 100%;
	height: 56px;
	background-color: #000;
}
.inner {
	width: 100%!important;
	margin: 0 auto;
	position: relative;
}
h1.hdr_logo {
	position: absolute;
	left: 0;
	top: -50px;
	width: 80px;
	text-align: center;
	background-color: #000;
}
h1.hdr_logo img {
	width: 54px;
	height: auto;
	padding: 10px 0;
}
	
/* ===============
main
================*/
main {
	padding-top: 0;
}
main h2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
	
/* ===============
.shop_header
================*/
main .shop_header {
	padding-left: 0;
	width: 90%;
	height: auto;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
main .shop_header h1 {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	float: none;
	margin-top: 10px;
	margin-left: 76px;
}
main .shop_header .btn_contact a {
	float: right;
	font-size: 15px;
	width: 200px;
	display: block;
	padding: 6px 10px 4px 10px;
	color: #df5382;
	border: 1px solid #bf3461;
	transition: 0.2s all ease 0s;
	background: url("../images/common/icon_mail.svg") no-repeat 95% center;
	background-size: 26px;
	margin-right: 10px;
}
main .shop_header .btn_contact a:hover {
	background-color: #bf3461;
	color: #fff;
	transition: 0.2s all ease 0s;
}
main .shop_header .bread_crumb {
	clear: both;
	float: none;
	margin-top: 35px;
}
main .shop_header .bread_crumb ul {
	display: flex;
	text-align: left;
	justify-content: flex-start;
}
main .shop_header .bread_crumb ul li {
	font-size: 12px;
	margin: 6px 3px 6px 0;
}
	
/* ===============
会社概要他
================*/
main .subnavi {
	border: 1px solid #bf3461;
	width: 100%;
	margin: 0 auto;
}
	main .subnavi ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
main .subnavi ul li {
	flex-basis: 33.33%;
	font-size: 14px;
	position: relative;
	white-space: nowrap;
}
main .subnavi ul li a {
	display: block;
	text-align: center;
	padding: 14px 10px 10px 10px;
	color: #bf3461;
	cursor: pointer;
transition: 0.2s all ease 0s;
}
main .subnav-e ul li a {
	min-height: 4.5em;	
}
main .subnavi ul li:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #bf3461;
	top: 10px;
	right: 0;
}
main .subnav-e ul li:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 1px;
	height: 40px!important;
	background-color: #bf3461;
	top: 10px;
	right: 0;
}
main .subnavi ul li:last-child:after {
	display: none;
}
main .subnavi ul li.on a {
	background-color: #bf3461;
	color: #fff;
	font-weight: 600;
}
main .subnavi ul li a:hover {
	background-color: #bf3461;
	color: #fff;
	transition: 0.2s all ease 0s;
}
	
/* ===============
.main_contents
================*/
main .main_contents {
	width: 100%;
	margin: 0 auto;
	background-color: #efefef;
	padding: 40px 0;
}
main .main_contents .main_topimagearea {
	width: 90%;
	margin: 0 auto 40px auto;
	display: block;
}
	
main .main_contents .main_topimagearea .main_topimage {
	width: 100%;
	max-width: 250px;
	height: auto!important;
	overflow: hidden;
	margin: 0 auto 20px auto;
}

main .main_contents .main_topimagearea .main_topimage img {
	width: 100%;
	height: auto;
}
main .main_contents .main_topimagearea .top_title {
	flex-basis: 100%;
	padding-top: 0;
}
main .main_contents .main_topimagearea .top_title:after {
		display: none!important;
}
main .main_contents .main_topimagearea .top_title h2 {
	font-size: 14px;
	font-weight: 700;
	color: #bf3461;
	margin-left: 0;
	line-height: 1.4;
}
main .main_contents .main_topimagearea .top_title p {
	font-size: 22px;
	font-weight: 700;
	position: relative!important;
	line-height: 1.3;
	white-space: nowrap;
	letter-spacing: -0.06em;
}
main .main_contents .main_topimagearea .top_title p:after {
	display: none;
	margin-bottom: 30px;
}
main .main_contents .main_topimagearea .top_title span {
	font-size: 16px;
	font-weight: 700;
}
main .main_contents .main_text {
	width: 90%;
	margin: 30px auto 0 auto;	
}

main .main_contents .main_text dl {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 14px;
	border-top: 4px solid #bf3461;
	margin: 0 auto 60px auto;
}
main .main_contents .main_text dl dt {
	flex-basis: 100%;
	padding: 10px 0;
	border-bottom: none;
	font-weight: 700;
}
main .main_contents .main_text dl dd {
	flex-basis: 100%;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #A9A9A9;
}
	
/* ===============
ファイブについて
================*/
main .brand_index {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
main .brand_index .brand_item {
	flex-basis: 48%;
	background-color: #fff;
	border: 1px solid #ABABAB;
	padding: 12px 10px 0 10px;
	text-align: center;
	margin: 0 2% 16px 0;
}
main .brand_index .brand_item p {
	font-size: 12px;
	margin: 10px auto 0 auto;
	text-align: center;
}

	
main .maintext_subttl h2 {
	font-size: 14px;
	font-weight: 700;
	color: #bf3461;
	margin-left: 0;
}
	
main .main_text .aboutimg_area {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 30px auto 20px auto;
	flex-wrap: wrap;
}
main .main_text .aboutimg_area .aboutimg_item {
	flex-basis: 45%;
	margin: 0 2.5% 10px 2.5%;
}
main .main_text .about_products {
	width: 100%;
	display: block;
}
main .main_text .about_products .aboutproducts_img {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
}

main .history_index {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
main .history_index .year {
	flex-basis: 100%;
	width: 100%;
	background: url("../images/about/historyline.png") no-repeat left center;
	background-size: 4px;
	padding: 10px 0 4px 20px;
	font-weight: 700;
}
main .history_index .year_middle {
	padding-top: 10px;
}
main .history_index .year_detail {
	flex-basis: 100%;
	background: url("../images/about/historyline.png") no-repeat left top;
	background-size: 4px;
	padding: 4px 0 10px 20px;
}
	
main .products_index {
	width: 100%;
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
main .products_index .produst_item {
	flex-basis: 48%;
	margin-bottom: 20px;
}
main .products_index .produst_item h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0!important;
	min-height: 1em;
	line-height: 1.3;
}
main .products_index .produst_item .product_img {
	width: 100%;
	background-color: #fff;
	text-align: center;
	margin-bottom: 0!important;
}
main .products_index .produst_item .product_img:hover {
	opacity: 0.5;
}

/* ===============
サイトポリシー等
================*/
main .text_contents {
	width: 90%;
	margin: 40px auto;
}
main .text_contents h2 {
	margin-left: 0;
}
	
main .text_contents ul.sitemap_item {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
main .text_contents ul.sitemap_item li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}
	
/* ===============
採用情報
================*/
main .flow_area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
main .flowitem {
	flex-basis: 100%;
	width: 80%;
	margin: 0 auto;
	padding: 10px 4px;
	border: 1px solid #bf3461;
	text-align: center;
	font-size: 15px;
}
main .flow_arrow {
	flex-basis: 100%;
	width: 40px;
	text-align: center;
	margin: 14px 10px 0 10px;
}
main .flow_arrow_down {
	width: 60px;
	text-align: center;
	margin: 14px auto;;
}
main .recimg_area {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
main .recimg_area .recimg_img {
	flex-basis: 100%;
	max-width: 260px;
	margin: 20px auto;
	text-align: center;
}
main .recimg_area .recimg_txt {
	flex-basis: 480px;
}

main .staffvoice_imgarea {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}
main .staffvoice_imgarea .staff_img {
	flex-basis: 100%;
	max-width: 240px;
	margin: 20px auto;
	text-align: center;
}
main .staff_name {
	flex-basis: 100%;
}
main .staff_name p {
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 700;
}
main .staff_name p span {
	font-size: 18px;
	font-weight: 700;
}
main .main_contents .main_text dl.timelist {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 14px;
	border-top: none;
	margin: 0 auto 60px auto;
}
main .main_contents .main_text dl.timelist dt {
	flex-basis: 100%;
	padding: 10px 0 0 0;
	border-bottom: none;
	font-weight: 700;
	text-align: left;
	position: relative;
}
main .main_contents .main_text dl.timelist dd {
	flex-basis: 100%;
	padding: 0 0 10px 0;
	border-bottom: none;
}
	
/* ===============
お問い合わせ
================*/
main .form_area {
	width: 90%;
	margin: 10px auto 40px auto;
}
main .form_area table.contact_table {
	margin: 0 auto 3em auto;
	background-color: #fff;
	border-top: 1px solid #B6B6B6;
}
main .form_area table.contact_table th {
	padding: 16px 0 0 0;
	font-weight: 700;
	border-bottom: none;
	display: block;
}
main .form_area table.contact_table th span {
	font-weight: 500;
}
main .form_area table.contact_table td {
	border-bottom: 1px solid #B6B6B6;
	padding: 16px 0;
	font-weight: 500;
	text-align: left;
	display: block;
}
main .form_area table.contact_table .ness {
	background-color: #bf3461;
	color: #fff;
	font-size: 11px;
	padding: 4px 6px;
	margin-left: 10px;
	border-radius: 3px;
}
main .form_area table.contact_table .text01 {
	width: 34%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c1c1c1;
	padding: 8px;
	font-size: 14px;
	border-radius: 4px;
}
main .form_area table.contact_table	.en_namearea {
	width: 100%;	
}
main .form_area table.contact_table .text02 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c1c1c1;
	padding: 8px;
	font-size: 14px;
	border-radius: 4px;
}
main .form_area table.contact_table .text03 {
	width: 30%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c1c1c1;
	padding: 8px;
	font-size: 14px;
	border-radius: 4px;
}
main .form_area table.contact_table .textarea {
	width: 100%;
	height: 100px;
	line-height: 1.5;
	border: 1px solid #c1c1c1;
	padding: 8px;
	font-size: 14px;
	border-radius: 4px;
}
main .form_area table.contact_table select {
	padding: 10px 0;
	line-height: 1.8;
}
main .form_area .btn_confirm {
	width: 100%!important;
	text-align: center;
	margin: 3em auto 6em auto;
}
main .form_area .btn_confirm .btn {
	display: block;
	width: 45%!important;
	background-color: #bf3461;
	color: #fff;
	padding: 14px 0 10px 0;
	font-size: 14px;
	border: none!important;
	cursor: pointer;
}
main .form_area .btn_confirm .btn_back {
	width: 45%!important;	
}
main .form_area .btn_confirm .btn:hover {
	opacity: 0.6;
}
	
/* ===============
免税
================*/

main .zh_caution .zhcaution_2clm {
	width: 100%;
	display: block;
}
main .zh_caution .zhcaution_2clm .zhcaution_2clm_txt {
	width: 100%;
	margin: 0 auto;
}
main .zh_caution .zhcaution_2clm .zhcaution_2clm_img {
	width: 100%;
	max-width: 280px;
	margin: 0 auto 20px auto;
}
main .zh_caution .zhcaution_2clm .zhcaution_2clm_item {
	width: 100%;
	margin: 0 auto 20px auto;
	text-align: center;
}
main .zh_caution .zhcaution_2clm .zhcaution_2clm_item img {
	max-width: 280px;	
	margin:0 auto;
}
main .zh_caution .zhcaution_mark {
	width: 100%;
	margin: 0 auto 40px auto;
}


}
