@charset "utf-8";
/*
 Theme Name: Nippan
 Author: 100inc
 Description: A Theme for Nippan
 Version: 1.0

 -------------------------------------------------------------- */
/* Reset
 -------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Osaka, sans-serif;
}
ol, ul, li {
	list-style: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

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

a, a:visited {
	color: #666;
}
a:hover {
	color: #1a3d8f;
}

a:hover img {
	opacity: 0.7;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/* Styles
 -------------------------------------------------------------- */
.font-m {
	font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.to-detail {
}
.to-detail a {
	display: block;
	margin: 0 auto;
	width: 285px;
	background-color: #1a3d8f;
	color: #FFF;
	line-height: 56px;
	text-align: center;
	padding-right: 30px;
	text-decoration: none;
	position: relative;
	letter-spacing: 0.15em;
}
.to-detail a:after {
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background: url('./image/common/arrow-white.png') no-repeat;
	background-size: 15px 15px;
	position: absolute;
	top: calc(50% - 8px);
	right: 10%;
}

.normal-btn {
}
.normal-btn a {
	display: block;
	margin: 0 auto;
	width: 160px;
	background-color: #1a3d8f;
	color: #FFF;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	position: relative;
	letter-spacing: 0.15em;
}
.normal-btn a:hover {
	opacity: 0.8;
}

.normal-btn.with-arrow a {
	background-image: url('./image/common/btn-arrow_white.png');
	background-size: 14px 7px;
	background-position: 85% 49%;
	background-repeat: no-repeat;
}
.normal-btn.with-arrow a:hover {
}

.normal-btn.with-prev-arrow a {
	background-image: url('./image/common/btn-prev-arrow_white.png');
	background-size: 14px 7px;
	background-position: 15% 49%;
	background-repeat: no-repeat;
}
.normal-btn.with-prev-arrow a:hover {
}

.ghost-btn {
}
.ghost-btn a {
	position: relative;
	display: inline-block;
	width: 170px;
	height: 40px;
	padding: 0;
	color: #1a3d8f;
	text-align: center;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	transition: all .5s;
	font-size: 14px;
	line-height: 40px;
}
.ghost-btn a::before, .ghost-btn a::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.ghost-btn a::before {
	top: 0;
	left: 0;
	border-top: 1px solid #1a3d8f;
	border-left: 1px solid #1a3d8f;
}
.ghost-btn a::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #1a3d8f;
	border-bottom: 1px solid #1a3d8f;
}
.ghost-btn a:hover {
	background-color: #1a3d8f;
	color: #fff;
	transition: all .7s;
}
.ghost-btn a:hover::before, .ghost-btn a:hover::after {
	width: 0;
	height: 0;
	opacity: 0;
	transition: all .7s;
}
.ghost-btn.with-arrow a {
	background-image: url('./image/common/btn-arrow_blue.png');
	background-size: 14px 7px;
	background-position: 85% 49%;
	background-repeat: no-repeat;
}
.ghost-btn.with-arrow a:hover {
	background-image: url('./image/common/btn-arrow_white.png');
}

/* fade in */
.fadein {
	opacity: 0.1;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

#wpfront-scroll-top-container {
	line-height: 0;
}

/* Layout
 -------------------------------------------------------------- */
.contents-frame {
	width: 100%;
	background-image: url('./image/common/top-back.png');
	background-size: contain;
	background-repeat: no-repeat;
}

/* Header
 -------------------------------------------------------------- */
.site-header {
	border-top: 4px solid #1a3d8f;
}
.site-header .inner {
	width: 1180px;
	margin: 0 auto;
	padding-top: 55px;
	padding-bottom: 30px;
}
.site-header .header-left {
	width: 280px;
	float: left;
}
.site-header .header-left .logo {
	width: 210px;
}
.site-header .header-left p {
	width: 210px;
	font-size: 14px;
	color: #213a80;
	text-indent: 4px;
}

.site-header .header-right {
	width: 900px;
	float: right;
	padding-top: 80px;
	position: relative;
}
.site-header .header-right ul {
	text-align: right;
}
.site-header .header-right ul li {
	display: inline-block;
	margin-left: 50px;
}
.site-header .header-right ul li a {
	display: block;
	font-size: 14px;
	text-decoration: none;
}
.site-header .header-right ul li a:hover {
}
.site-header .header-right ul li.top-menu-left {
	position: absolute;
	top: 0;
	right: 140px;
}
.site-header .header-right ul li.top-menu-right {
	position: absolute;
	top: 0;
	right: 0;
}
.site-header .header-right ul li.top-menu-left a, .site-header .header-right ul li.top-menu-right a {
	background: url('./image/common/arrow-blue.png') no-repeat 0 center;
	background-size: 10px 10px;
	padding-left: 14px;
}
.site-header .menu-box {
	display: none;
}
.main-menu-cover {
	display: none;
}

/* TOP Page
 -------------------------------------------------------------- */
.catch-and-info {
}
.home-catch {
	width: 1180px;
	margin: 0 auto 60px auto;
	position: relative;
}
.home-catch .home-slider img {
	width: 100%;
	max-width: 1180px;
}
.home-catch .catch-mobile {
	display: none;
}

.catch-text {
	position: absolute;
	width: 240px;
	height: 340px;
	right: 103px;
	bottom: -40px;
	z-index: 1200;
	opacity: 0;
}
.catch-text a {
	display: none;
	line-height: 0;
}
.catch-text a.active {
	display: block;
}

.catch-cover {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	line-height: 0;
}

.home-list-box {
	width: 1180px;
	margin: 0 auto 60px auto;
	/*
	 background-image: url('./image/toppage/top-back.png');
	 background-repeat: no-repeat;
	 background-size: cover;
	 position: absolute;
	 bottom: 220px;
	 left: calc(50% - 590px);
	 z-index: 1200;
	 */
}

.home-post-list {
	width: 560px;
	margin-right: 60px;
	float: left;
}
.home-post-list:nth-of-type(2n) {
	margin-right: 0;
}
.home-post-list .inner-top {
	padding: 14px 0;
	line-height: 24px;
	height: 54px;
	border-bottom: 2px solid #cbcbcb;
	position: relative;
}
.home-post-list .inner-top:after {
	display: block;
	content: '';
	width: 116px;
	height: 2px;
	background-color: #1a3d8f;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 5;
}
.home-post-list .inner-top h2 {
	width: 120px;
	float: left;
	font-size: 18px;
}
.home-post-list .inner-top span {
	display: block;
	width: 160px;
	float: left;
	font-size: 14px;
}
.home-post-list .inner-top a {
	width: 120px;
	float: right;
	text-decoration: none;
	background-color: #1a3d8f;
	color: #FFF;
	font-size: 12px;
	padding-left: 20px;
	position: relative;
}
.home-post-list .inner-top a:after {
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background: url('./image/common/arrow-white.png') no-repeat;
	background-size: 15px 15px;
	position: absolute;
	top: 4px;
	right: 10px;
}
.home-post-list .inner-top a:hover {
	opacity: 0.75;
}

.home-post-list ul {
}
.home-post-list li {
	border-bottom: 1px solid #e3e3e3;
	line-height: 50px;
	font-size: 14px;
}
.home-post-list li a {
	display: block;
}
.home-post-list li .meta-date {
	display: block;
	width: 120px;
	float: left;
}
.home-post-list li h3 {
	width: 420px;
	float: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.home-post-list .normal-btn {
	display: none;
}

.home-brand-list {
	width: 100%;
	min-width: 1180px;
	margin-bottom: 60px;
}
.home-brand-list .title-box {
	margin-bottom: 60px;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
/*
 .home-brand-list .title-box h2{
 font-size: 16px;
 line-height: 24px;
 }
 .home-brand-list .title-box span{
 display: block;
 width: 116px;
 margin: 0 auto;
 font-size: 12px;
 line-height: 30px;
 color: #1a3d8f;
 border-bottom: 2px solid #1a3d8f;
 }
 */
.home-brand-list .title-box:after {
	content: '';
	display: block;
	width: 116px;
	height: 2px;
	background-color: #1a3d8f;
	position: absolute;
	bottom: 0;
	left: calc(50% - 58px);
}

.home-brand-list .title-box h2 {
	height: 46px;
}
.home-brand-list .title-box img {
	width: auto;
	height: 46px;
}

.home-brand-list ul {
	margin-bottom: 60px;
}
.home-brand-list ul li {
	width: 335px;
}

/*
 .home-brand-list ul li{
 width: 16.66667%;
 height: 500px;
 float: left;
 }
 .home-brand-list ul li a{
 display: block;
 width: 100%;
 height: 100%;

 background-position: center center;
 background-size: cover;
 position: relative;
 }
 .home-brand-list ul li a.brand_01{ background-image: url('./image/toppage/brand-back_01.jpg'); }
 .home-brand-list ul li a.brand_02{ background-image: url('./image/toppage/brand-back_02.jpg'); }
 .home-brand-list ul li a.brand_03{ background-image: url('./image/toppage/brand-back_03.jpg'); }
 .home-brand-list ul li a.brand_04{ background-image: url('./image/toppage/brand-back_04.jpg'); }
 .home-brand-list ul li a.brand_05{ background-image: url('./image/toppage/brand-back_05.jpg'); }
 .home-brand-list ul li a.brand_06{ background-image: url('./image/toppage/brand-back_06.jpg'); }

 .home-brand-list ul li a img{
 width: 100%;
 position: absolute;
 top: 50%;
 left: 0;
 margin-top: -20%;
 }
 */
.home-brand-list .ghost-btn {
	text-align: center;
}
.home-brand-list .ghost-btn a {
	width: 285px;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
}

.home-link {
	width: 100%;
	padding: 100px 0;
}
.home-link ul {
	width: 580px;
	margin: 0 auto;
}
.home-link li {
	width: 580px;
	background-size: cover;
	background-position: center center;
	line-height: 0;
}
.home-link li a {
	display: block;
}
.home-link li:hover {
	opacity: 0.8;
}
.home-link li a:hover img {
	opacity: 1;
}
.home-link li:nth-of-type(1), .home-link li:nth-of-type(2), .home-link li:nth-of-type(3) {
	width: 580px;
}
.home-link li:nth-of-type(4), .home-link li:nth-of-type(5) {
	width: 280px;
}
.home-link li:nth-of-type(1) {
	background-image: url('./image/toppage/link-back_01.jpg');
	margin-right: 20px;
	margin-bottom: 20px;
	display: none;
}
.home-link li:nth-of-type(2) {
	background-image: url('./image/toppage/link-back_02.jpg');
	margin-bottom: 20px;
}
.home-link li:nth-of-type(3) {
	background-image: url('./image/toppage/link-back_03.jpg');
	margin-bottom: 20px;
}
.home-link li:nth-of-type(4) {
	background-image: url('./image/toppage/link-back_04.jpg');
	margin-right: 20px;
	float: left;
}
.home-link li:nth-of-type(5) {
	background-image: url('./image/toppage/link-back_05.jpg');
	float: left;
}

.home-border-title {
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-bottom: 2px solid #dcdcdc;
	margin-bottom: 20px;
	line-height: 0;
	padding: 15px 0;
}
.home-border-title:after {
	content: '';
	display: block;
	width: 140px;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #1a3d8f;
	z-index: 1;
}
.home-border-title img {
	height: 24px;
	width: auto;
}
.home-border-title .to-archive {
	display: block;
	width: 140px;
	height: 24px;
	float: right;
	text-decoration: none;
	background-color: #1a3d8f;
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	position: absolute;
	top: 13px;
	right: 0;
	text-align: center;
}
.home-border-title .to-archive:after {
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background: url('./image/common/arrow-white.png') no-repeat;
	background-size: 15px 15px;
	position: absolute;
	top: 4px;
	right: 10px;
}
.home-border-title .to-archive:hover {
	opacity: 0.8;
}

/* Under Page
 -------------------------------------------------------------- */
.local-navi {
	width: 1180px;
	margin: 0 auto;
}
.local-navi ul {
	padding-bottom: 20px;
}
.local-navi li {
	width: 16.6666667%;
	float: left;
	border-right: 1px solid #1a1a1a;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.local-navi li:last-child {
	border-right: none;
}
.local-navi li a {
	display: block;
	text-decoration: none;
	color: #000;
}
.local-navi li a:hover {
	color: #1a3d8f;
}

.under-content {
	width: 100%;
	margin: 0 auto;
	background-image: url('./image/common/top-back.png');
	background-size: contain;
	background-repeat: no-repeat;
}
.under-content .under-header {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	line-height: 0;
}
.under-content .under-header h1, .under-content .under-header .h1-dummy {
	width: 150px;
	height: 380px;
	position: absolute;
	top: 148px;
	right: 100px;
}
.under-content .under-header .back-img {
	width: 100%;
}
.under-content .breadcrumb {
	width: 880px;
	border-bottom: 1px solid #e5e5e5;
}
.under-content .breadcrumb li {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	line-height: 38px;
}
.under-content .breadcrumb li:after {
	content: '>';
	display: inline;
	margin-left: 10px;
}
.under-content .breadcrumb li:last-child:after {
	display: none;
}
.under-content .breadcrumb li a {
	color: #1a3d8f;
	text-decoration: none;
}
.under-content .breadcrumb li a:hover {
	opacity: 0.8;
}

.under-content .border-title {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	border-bottom: 2px solid #dcdcdc;
	margin-bottom: 20px;
	line-height: 0;
	padding: 15px 0;
}
.under-content .border-title:after {
	content: '';
	display: block;
	width: 140px;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #1a3d8f;
	z-index: 1;
}
.under-content .border-title img {
	height: 24px;
	width: auto;
}

/* Company */
.up-company-infomation {
	width: 1180px;
	margin: 100px auto 80px auto;
}
.up-company-infomation .menu-list {
}
.up-company-infomation .menu-list li {
	width: 360px;
	margin-right: 50px;
	margin-bottom: 50px;
	background-color: #f5f5f5;
	float: left;
}
.up-company-infomation .menu-list li:nth-child(3n) {
	margin-right: 0;
}
.up-company-infomation .menu-list li .inner-img {
	line-height: 0;
}
.up-company-infomation .menu-list li .inner-img a {
	display: block;
}
.up-company-infomation .menu-list li .inner-box {
	padding: 25px;
}
.up-company-infomation .menu-list li h2 {
	margin-bottom: 20px;
}
.up-company-infomation .menu-list li .inner-text {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.up-company-infomation .menu-list li .ghost-btn {
	text-align: center;
}

/* Philosophy */
.up-philosophy {
	margin-top: 40px;
	margin-bottom: 80px;
}
.up-philosophy .shaze {
	width: 1180px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.up-philosophy .shaze .first-text {
	font-size: 14px;
	margin-bottom: 80px;
}
.up-philosophy .shaze .shaze-text {
	width: 520px;
	margin: 0 auto;
}
.up-philosophy .shaze .shaze-text h2 {
	margin-top: 50px;
	width: 55px;
	float: right;
}
.up-philosophy .shaze .shaze-text p {
	width: 377px;
	float: left;
}
.up-philosophy .concept {
	/*
	 background-image: url('./image/under/company_philosophy/maguro.jpg');
	 background-repeat: no-repeat;
	 background-position: center right;
	 background-size: 708px 536px;
	 */
}
.up-philosophy .concept .border-title {
	margin-bottom: 80px;
}
.up-philosophy .concept .inner-box {
	width: 1180px;
	margin: 0 auto;
}
.up-philosophy .concept .inner-text {
	width: 680px;
	float: left;
}
.up-philosophy .concept .inner-text p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
	text-align: justify;
}
.up-philosophy .concept .inner-img {
	width: 410px;
	float: right;
	line-height: 0;
}
.up-philosophy .concept .inner-img img {
	margin-bottom: 20px;
}

/* Profile */
.up-profile {
	width: 1180px;
	margin: 100px auto 80px auto;
}
.up-profile dl {
	width: 100%;
	margin: 0 auto;
}
.up-profile dt, .up-profile dd {
	display: block;
	margin-bottom: 20px;
}
.up-profile dt {
	width: 140px;
	height: 35px;
	line-height: 35px;
	background-color: #f5f5f5;
	text-align: center;
	margin-right: 50px;
	float: left;
}
.up-profile dd {
	overflow: hidden;
	width: 960px;
	line-height: 25px;
	padding: 5px 0;
	border-bottom: solid #B4B4B4 1px;
}
.up-profile dd li {
	padding-bottom: 8px;
}
.up-profile dd .job-title {
	display: inline-block;
	width: 150px;
}
.up-profile dd .name {
	display: inline-block;
}

/* Access */
.up-access {
	width: 1180px;
	margin: 120px auto 80px auto;
}
.up-access .overview {
	width: 580px;
	float: left;
	margin-right: 75px;
	margin-bottom: 80px;
}
.up-access .overview .inner-img {
	line-height: 0;
	margin-bottom: 20px;
}
.up-access .overview dl {
}
.up-access .overview dt, .up-access .overview dd {
	display: block;
	height: 30px;
	line-height: 30px;
	margin-bottom: 12px;
	font-size: 14px;
}
.up-access .overview dt {
	width: 140px;
	margin-right: 20px;
	float: left;
	text-align: center;
	background-color: #f5f5f5;
}
.up-access .overview dd {
	width: 420px;
	overflow: hidden;
}
.up-access .map-google {
	width: 525px;
	float: left;
	margin-bottom: 80px;
}
.up-access .map-google #gmap {
	width: 100%;
	height: 325px;
	margin-bottom: 20px;
}
.up-access .map-google .normal-btn.with-arrow {
	text-align: right;
}
.up-access .map-google .normal-btn.with-arrow a {
	display: inline-block;
	width: 180px;
	background-position: 90% 49%;
}
.up-access .map-detail {
	width: 730px;
	float: left;
	margin-right: 30px;
}
.up-access .access {
	width: 420px;
	float: left;
}
.up-access .access li {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-top: 24px;
}
.up-access .access li:before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background-size: 19px 19px;
	position: absolute;
	top: 0;
	left: 0;
}
.up-access .access li:nth-child(1):before {
	background-image: url('./image/under/company_access/icon-num_01.png');
}
.up-access .access li:nth-child(2):before {
	background-image: url('./image/under/company_access/icon-num_02.png');
}
.up-access .access li:nth-child(3):before {
	background-image: url('./image/under/company_access/icon-num_03.png');
}
.up-access .access li:nth-child(4):before {
	background-image: url('./image/under/company_access/icon-num_04.png');
}
.up-access .access li:nth-child(5):before {
	background-image: url('./image/under/company_access/icon-num_05.png');
}
.up-access .access li:nth-child(6):before {
	background-image: url('./image/under/company_access/icon-num_06.png');
}

.up-access .access li:nth-child(2n) {
	margin-right: 0;
}
.up-access .access li .inner-img {
	line-height: 0;
	margin-bottom: 10px;
}
.up-access .access li p {
	font-size: 12px;
	text-align: justify;
}

/* Recruit */
.up-recruit {
	width: 1180px;
	margin: 100px auto 80px auto;
}
.up-recruit h2 {
	background-color: #1a3d8f;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 16px;
	font-weight: normal;
}
.up-recruit ul {
}
.up-recruit li {
	width: 580px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	line-height: 0;
}
.up-recruit li:nth-child(2n) {
	margin-right: 0;
}
.up-recruit li p {
	margin-top: 10px;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

/* History */
.up-history {
	width: 1180px;
	margin: 100px auto 80px auto;
}
.up-history dl {
}
.up-history dt, .up-history dd {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
}

.up-history dt {
	width: 200px;
	height: 35px;
	line-height: 35px;
	background-color: #f5f5f5;
	text-align: center;
	margin-right: 50px;
	float: left;
}
.up-history dt .small {
	font-size: 12px;
	margin-left: 8px;
}
.up-history dd {
	overflow: hidden;
	width: 900px;
	line-height: 25px;
	padding: 5px 0;
	border-bottom: solid #B4B4B4 1px;
}
.up-history dd time {
	margin-right: 12px;
}

/* Message */
.up-message {
	width: 1180px;
	margin: 100px auto 80px auto;
}
.up-message .inner-left {
	width: 350px;
	float: left;
	line-height: 0;
}
.up-message .inner-left .inner-img {
	margin-bottom: 20px;
}
.up-message .inner-left p {
	width: 285px;
	margin-left: 65px;
}

.up-message .inner-right {
	width: 730px;
	float: right;
}
.up-message .inner-right p {
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 30px;
	margin-bottom: 40px;
}

/* Quality */
.up-quality {
	width: 1180px;
	margin: 60px auto 80px auto;
}
.up-quality p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.2em;
	text-align: justify;
}
.up-quality .pre {
	width: 915px;
}
.up-quality .pre p {
	margin-bottom: 40px;
}
.up-quality .pre ul {
	margin-bottom: 40px;
}
.up-quality .pre li {
	display: inline-block;
	margin-right: 24px;
}
.up-quality .pre li img {
	width: auto;
	height: 24px;
}

.up-quality .pre .short {
	width: 650px;
}
.up-quality .main {
	margin-bottom: 40px;
}
.up-quality .main .inner-left {
	width: 700px;
	float: left;
}
.up-quality .main .inner-right {
	width: 402px;
	float: right;
	line-height: 0;
}
.up-quality .main ul {
	width: 1166px;
	margin: 0 auto 60px auto;
}
.up-quality .main li {
	width: 158px;
	float: left;
	margin-right: 10px;
	line-height: 0;
	background-image: url('./image/under/quality/flow_arrow.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 158px 60px;
}
.up-quality .main li:last-child {
	margin-right: 0;
}

.up-quality .main .normal-btn {
}
.up-quality .main .normal-btn a {
	display: inline-block;
	margin-left: 30px;
	width: 200px;
	background-position: 95% 49%;
}

/* CSR（index） */

.csr_banner img {
	width: 80%;
}
.csr_banner {
	margin: 50px 0px;
	margin-bottom: 40px;
}

.up-quality01.csr_index2 {
	margin-top: 30px !Important;
}
/*csr（募金活動への取り組み） */
section.csr_fund {
	width: 90%;
}

section.brand-list_csr li {
	width: 175px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	line-height: 0;
}

section.brand-list_csr {
    padding-top: 10px;
}

.up-profile.up_profile_csr dd {
	width: 78%;
}

.up-profile.up_profile_csr {
	width: 100%;
	margin: 40px 0px;
}

section.csr_right.table_cross {
    width: 215px;
    float: right;
    border: solid 1px #ccc;
    padding: 13px;
    position: relative;
    margin-right: 100px;
    margin-top: 10px;
}


/*csr（安心安全への取り組み） */
article.up-quality00 {
	width: 1180px;
	margin: 0 auto;
}

ul.csr_menu {
	width: 19%;
	float: left;
	border: solid 1px #adadad;
	margin-top: 30px;
	text-align: center;
	margin-left: 10px;
}

li.csr_menu01 {
	text-align: center;
	border-top: solid #1a3d8f;
	border-bottom: dotted 1px #949494;
	color: #1a3d8f;
	font-size: 16px;
	background-color: #f9f9f9;
}

ul.csr_menu li a {
	text-decoration: none;
	display: block;
	padding: 6px 0px 5px 0px;
}
li.csr_menu03 {
	border-top: dotted 1px #adadad;
}

.up-quality01 {
	width: 75%;
	float: right;
	margin: 30px 30px 30px 0px;
}

.tate img {
	width: 55%;
}

.tate {
	margin: 40px 0px;
}

.up-quality01 p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.2em;
	text-align: justify;
}

.border-title.csr_border {
	width: 100%;
	margin-top: 40px;
}

section.csr_left {
	width: 505px;
	float: left;
}

section.csr_right {
	width: 330px;
	float: right;
	position: relative;
}

article.clearfix.csr_float {
	margin-bottom: 40px;
}

p.csr_tantou {
	display: inline-block;
}

p.normal-btn.with-arrow.arrow_link {
	display: inline-block;
	width: 200px;
	margin-left: 20px;
}

p.normal-btn.with-arrow.arrow_link a {
	padding: 0px 0px;
	display: block;
	width: 200px;
	background-size: 14px 7px;
	background-position: 94% 49%;
}

.CSR_tantou00 {
	margin: 30px 0px;
}

.up-quality01 section.main {
	display: none;
}

ul.csr_menu_sp {
	display: none;
}

/* Brand */
.up-brand {
	width: 1180px;
	margin: 120px auto 80px auto;
}
.up-brand .brand-list {
}
.up-brand .brand-list ul {
}
.up-brand .brand-list li {
	width: 247px;
	float: left;
	margin-right: 64px;
	margin-bottom: 64px;
	line-height: 0;
}
.up-brand .brand-list li:nth-child(4n) {
	margin-right: 0;
}

.up-brand .main {
	margin-bottom: 100px;
}
.up-brand .main p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	text-align: justify;
}
.up-brand .main .outline {
	margin-bottom: 60px;
}
.up-brand .main .outline .inner-left {
	width: 640px;
	float: left;
}
.up-brand .main .outline .inner-left .brand-image {
	margin-bottom: 20px;
}
.up-brand .main .outline .inner-left .brand-image img {
	width: auto;
	height: 132px;
	margin-right: 10px;
}

.up-brand .main .outline .inner-right {
	width: 402px;
	float: right;
	line-height: 0;
}
.up-brand .main .outline .inner-right img {
	margin-bottom: 20px;
}

.up-brand .main .body {
}
.up-brand .main .body h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #1a3d8f;
	margin-bottom: 20px;
}
.up-brand .main .body p {
	width: 640px;
	margin-bottom: 30px;
}
.up-brand .main .body .image-list {
	margin-bottom: 40px;
}
.up-brand .main .body .image-list li {
	width: 380px;
	float: left;
	margin-right: 20px;
}
.up-brand .main .body .image-list li:last-child {
	margin-right: 0;
}

.up-brand .main .fc-list {
	margin-bottom: 40px;
}
.up-brand .main .fc-list li {
	width: 380px;
	float: left;
	margin-right: 20px;
}
.up-brand .main .fc-list li:last-child {
	margin-right: 0;
}
.up-brand .main .fc-list li img {
	margin-bottom: 20px;
}
.up-brand .main .fc-list li h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #1a3d8f;
	margin-bottom: 20px;
}
.up-brand .main .fc-list li p {
	text-align: left;
}

.up-brand .main .ghost-btn {
	margin-bottom: 40px;
}

.up-brand .to-locations {
	text-align: center;
}
.up-brand .to-locations a {
	width: 280px;
	height: 60px;
	line-height: 60px;
}

/* Aburaya */
/* Misuji */
.up-brand-detail {
}
.up-brand-detail .shop-list {
}
.up-brand-detail .shop-list .border-title {
	margin-bottom: 40px;
}
.up-brand-detail .shop-list li {
	margin-bottom: 40px;
}
.up-brand-detail .shop-list li .shop-info {
	width: 760px;
	float: left;
	letter-spacing: 0.1em;
}
.up-brand-detail .shop-list li .shop-info h3 {
	font-size: 16px;
	color: #1a3d8f;
	margin-bottom: 20px;
}
.up-brand-detail .shop-list li .shop-info .inner-left {
	width: 380px;
	float: left;
}
.up-brand-detail .shop-list li .shop-info .inner-left span, .up-brand-detail .shop-list li .shop-info .inner-left dl {
	display: block;
	font-size: 14px;
	line-height: 24px;
}
.up-brand-detail .shop-list li .shop-info .inner-left span a {
	text-decoration: none;
	color: #000;
}
.up-brand-detail .shop-list li .shop-info .inner-left .normal-btn {
	margin-top: 10px;
}
.up-brand-detail .shop-list li .shop-info .inner-left .normal-btn a {
	margin: 0;
	width: 70px;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	background-position: 90% 49%;
	background-size: 11px 5px;
}
.up-brand-detail .shop-list li .shop-info .inner-left dl {
	margin-top: 20px;
}

.up-brand-detail .shop-list li .shop-info .inner-right {
	width: 380px;
	float: right;
	font-size: 14px;
	line-height: 24px;
}
.up-brand-detail .shop-list li .shop-info .inner-right dt {
	width: 100px;
	float: left;
	position: relative;
}
.up-brand-detail .shop-list li .shop-info .inner-right dt:after {
	content: '：';
	display: block;
	width: 20px;
	height: 24px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.up-brand-detail .shop-list li .shop-info .inner-right dd {
	overflow: hidden;
}
.up-brand-detail .shop-list li .shop-img {
	width: 402px;
	float: right;
	line-height: 0;
}

/* Aburaya */
.up-aburaya {
	width: 1180px;
	margin: 80px auto 80px auto;
}
.up-aburaya .overview {
	margin-bottom: 60px;
}
.up-aburaya .overview h2 {
	margin-bottom: 40px;
	font-size: 24px;
	color: #1a3d8f;
	line-height: 40px;
	letter-spacing: 0.1em;
}

.up-aburaya .overview .inner-left {
	width: 720px;
	float: left;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 30px;
}
.up-aburaya .overview .inner-right {
	width: 396px;
	float: right;
	margin-right: 40px;
}

/* Misuji */
.up-misuji {
	width: 1180px;
	margin: 80px auto 80px auto;
}
.up-misuji .overview {
	margin-bottom: 60px;
}
.up-misuji .overview .inner-top {
	width: 630px;
	margin-bottom: 40px;
}
.up-misuji .overview ul {
}
.up-misuji .overview li {
	width: 575px;
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
	line-height: 0;
}
.up-misuji .overview li:nth-child(2n) {
	margin-right: 0;
}
.up-misuji .overview li img {
	margin-bottom: 10px;
}
.up-misuji .overview li p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.1em;
}

/* Locations */
.up-locations {
	width: 1180px;
	margin: 120px auto 80px auto;
	position: relative;
}
.up-locations .brand-list {
	width: 330px;
	float: left;
}
.up-locations .brand-list h2 {
	font-size: 18px;
	margin: 0;
	line-height: 24px;
}
.up-locations .brand-list li {
	border-bottom: 1px solid #e9e9e9;
	line-height: 0;
}
.up-locations .brand-list a {
	display: block;
}
.up-locations .brand-list .inner-img {
	width: 100px;
	float: left;
	margin-right: 10px;
}
.up-locations .brand-list h3 {
	width: 200px;
	float: left;
}

.up-locations .shop-list {
	width: 820px;
	float: right;
	border-left: 1px solid #ababab;
	padding-left: 40px;
}
.up-locations .shop-list .inner {
	border-bottom: 1px solid #ababab;
	margin-bottom: 40px;
}
.up-locations .shop-list .inner:last-child {
	border-bottom: none;
}
.up-locations .shop-list .inner h2 {
	font-size: 28px;
	margin-bottom: 80px;
	color: #1a3d8f;
	letter-spacing: 0.1em;
}
.up-locations .shop-list .inner h2 br {
	display: none;
}
.up-locations .shop-list .inner ul {
}
.up-locations .shop-list .inner li {
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.up-locations .shop-list .inner li h3 {
	font-size: 16px;
	color: #1a3d8f;
	margin-bottom: 20px;
}
.up-locations .shop-list .inner li .inner-left {
	width: 350px;
	float: left;
}
.up-locations .shop-list .inner li .inner-left span, .up-locations .shop-list .inner li .inner-left dl {
	display: block;
	font-size: 12px;
	line-height: 24px;
}
.up-locations .shop-list .inner li .inner-left span a {
	text-decoration: none;
	color: #000;
}
.up-locations .shop-list .inner li .inner-left .normal-btn {
	margin-top: 10px;
}
.up-locations .shop-list .inner li .inner-left .normal-btn a {
	margin: 0;
	width: 70px;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	background-position: 90% 49%;
	background-size: 11px 5px;
}
.up-locations .shop-list .inner li .inner-left dl {
	margin-top: 20px;
}

.up-locations .shop-list .inner li .inner-right {
	width: 400px;
	float: right;
	font-size: 12px;
	line-height: 24px;
}
.up-locations .shop-list .inner li .inner-right dt {
	width: 100px;
	float: left;
	position: relative;
}
.up-locations .shop-list .inner li .inner-right dt:after {
	content: '：';
	display: block;
	width: 20px;
	height: 24px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.up-locations .shop-list .inner li .inner-right dd {
	overflow: hidden;
}

/* Property */
.up-property {
	width: 1180px;
	margin: 60px auto 80px auto;
}
.up-property .overview {
	width: 600px;
	margin-bottom: 40px;
}
.up-property .overview dl {
}
.up-property .overview dt, .up-property .overview dd {
	display: block;
	line-height: 30px;
	margin-bottom: 12px;
	font-size: 14px;
}
.up-property .overview dt {
	width: 140px;
	margin-right: 20px;
	float: left;
	text-align: center;
	background-color: #f5f5f5;
}
.up-property .overview dd {
	width: 420px;
	overflow: hidden;
}

.up-property .contact {
	border: 2px solid #1a3d8f;
	margin-bottom: 60px;
}
.up-property .contact h2 {
	background-color: #1a3d8f;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: 0.1em;
}
.up-property .contact p {
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
}
.up-property .contact address {
	text-align: center;
	line-height: 0;
	padding: 10px 0;
}
.up-property .contact address span {
	width: 340px;
	display: inline-block;
	margin: 0 20px;
}

.up-property .shop-type {
}
.up-property .shop-type .title-box {
	margin-bottom: 80px;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.up-property .shop-type .title-box:after {
	content: '';
	display: block;
	width: 116px;
	height: 2px;
	background-color: #1a3d8f;
	position: absolute;
	bottom: 0;
	left: calc(50% - 58px);
}

.up-property .shop-type .title-box h2 {
	height: 46px;
}
.up-property .shop-type .title-box img {
	width: auto;
	height: 46px;
}
.up-property .shop-type ul {
	margin-bottom: 40px;
}
.up-property .shop-type li {
	width: 380px;
	float: left;
	margin-right: 20px;
}
.up-property .shop-type li:last-child {
	margin-right: 0;
}
.up-property .shop-type li img {
	margin-bottom: 16px;
}
.up-property .shop-type li h3 {
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}
.up-property .shop-type li p {
	font-size: 12px;
	text-align: left;
	letter-spacing: 0.1em;
}

/* Contact */
.up-contact {
	width: 1180px;
	margin: 120px auto 80px auto;
}
.up-contact .inner {
	border: 2px solid #1a3d8f;
	margin-bottom: 40px;
}
.up-contact .inner h2 {
	background-color: #1a3d8f;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: 0.1em;
}
.up-contact .inner p {
	font-size: 14px;
	text-align: center;
	padding: 20px 0;
}
.up-contact .inner address {
	text-align: center;
	line-height: 0;
	padding: 10px 0;
}
.up-contact .inner address span {
	width: 340px;
	display: inline-block;
	margin: 0 20px;
}
.up-contact .inner .top-text {
}
.up-contact .inner .bottom-text {
}

/* Link */
.up-link {
	width: 1180px;
	margin: 60px auto 80px auto;
}
.up-link ul {
	padding-left: 40px;
}
.up-link li {
	background: url('./image/common/arrow-blue.png') no-repeat 0% 48%;
	background-size: 10px 10px;
	padding: 20px 0 20px 20px;
}
.up-link li a {
	font-size: 20px;
	line-height: 36px;
	color: #1a3d8f;
	text-decoration: none;
}
.up-link li a:hover {
	opacity: 0.8;
}

/* Privacy Policy */
.up-privacy-policy {
	width: 1180px;
	margin: 60px auto 80px auto;
}
.up-privacy-policy h3, .up-privacy-policy p, .up-privacy-policy ul {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.2em;
}
.up-privacy-policy .pre {
	width: 800px;
	margin-bottom: 40px;
}
.up-privacy-policy .main {
}
.up-privacy-policy .main h3 {
}
.up-privacy-policy .main p {
	margin-bottom: 40px;
}
.up-privacy-policy .main ul {
	margin-left: 40px;
	margin-bottom: 40px;
}
.up-privacy-policy .main li {
	list-style: disc;
}

/* Sitemap */
.up-sitemap {
	width: 1180px;
	margin: 120px auto 80px auto;
}
.up-sitemap .link-title {
	background: url('./image/common/arrow-blue.png') no-repeat 0% 48%;
	background-size: 10px 10px;
	padding: 20px 0 20px 20px;
}
.up-sitemap .link-title a {
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
}

.up-sitemap .with-border {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.up-sitemap .link-list {
	margin-left: 60px;
}
.up-sitemap .link-list li {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.up-sitemap .link-list li:nth-child(3n) {
	margin-right: 0;
}

.up-sitemap .inner {
	margin-bottom: 40px;
}
.up-sitemap .inner-bottom {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.up-sitemap .inner-bottom:nth-child(3n) {
	margin-right: 0;
}

/* 404 */
.up-404 {
	width: 1180px;
	margin: 80px auto 80px auto;
}
.up-404 h2 {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 42px;
	border-bottom: 1px solid #1a3d8f;
}

/* Archive
 -------------------------------------------------------------- */
.archive-pager-frame {
	width: 980px;
	height: 30px;
	margin: 0 auto 80px auto;
	position: relative;
}
.archive-pager-frame .normal-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 30px;
}
.archive-pager-frame .normal-btn a {
	width: 240px;
	background-position: 95% 49%;
}

.archive-pager {
	text-align: center;
}
.archive-pager span {
	color: #a7a7a7;
}
.archive-pager span, .archive-pager a {
	display: inline-block;
	margin: 0 8px;
}
.archive-pager .current, .archive-pager a {
	width: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #FFF;
}
.archive-pager .current {
	background-color: #1a3d8f;
}
.archive-pager a {
	text-decoration: none;
	background-color: #a7a7a7;
}
.archive-pager a:hover {
	background-color: #1a3d8f
}
.archive-pager a.prev, .archive-pager a.next {
	background-color: transparent;
	color: #a7a7a7;
}
.archive-pager a.prev:hover, .archive-pager a.next:hover {
	color: #1a3d8f;
}

.ac-news-list {
	width: 980px;
	margin: 180px auto 80px auto;
}
.ac-news-list a {
	display: block;
	line-height: 30px;
	margin-bottom: 40px;
	background: url('./image/common/news-arrow.png') no-repeat;
	background-size: 7px 14px;
	background-position: 98% 49%;
	color: #333333;
}
.ac-news-list time {
	width: 200px;
	float: left;
	border-right: 1px solid #333333;
	text-align: center;
	margin-right: 60px;
}
.ac-news-list h2 {
	width: 650px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: underline;
}
.ac-news-list a:hover {
	color: #1a3d8f;
}
.ac-news-list a:hover time {
	border-right-color: #1a3d8f;
}

/* Single
 -------------------------------------------------------------- */
.sg-news {
	width: 1180px;
	margin: 120px auto 80px auto;
}
.sg-news .article-head {
}
.sg-news .article-head time {
	font-size: 14px;
	font-style: italic;
}
.sg-news .article-head .border-text-title {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	border-bottom: 2px solid #dcdcdc;
	margin-bottom: 20px;
	line-height: 20px;
	padding: 10px 0;
}
.sg-news .article-head .border-text-title:after {
	content: '';
	display: block;
	width: 140px;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #1a3d8f;
	z-index: 1;
}

.sg-news .main {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.1em;
}
.sg-news .main img {
	display: block;
	margin-bottom: 20px;
}
.sg-news .main p {
	margin-bottom: 20px;
}
.sg-news .main .alignleft {
	margin: 0;
}
.sg-news .main .aligncenter {
	margin: 0 auto;
}
.sg-news .main .alignright {
	margin-right: 0;
	margin-left: auto;
}

.sg-post-nav {
	width: 1180px;
	margin: 0 auto 20px auto;
}
.sg-post-nav .prev-link {
	float: left;
}
.sg-post-nav .prev-link a {
	background-position: 20px 49%;
}
.sg-post-nav .next-link {
	float: right;
}

.sg-back-link {
	width: 1180px;
	margin: 0 auto 80px auto;
}
.sg-back-link .normal-btn {
}
.sg-back-link .normal-btn a {
	width: 220px;
	margin: 0;
	background-position: 20px 49%;
}
.sg-back-link .normal-btn a.w-240 {
	width: 242px;
}

/* Footer
 -------------------------------------------------------------- */
.site-footer {
	padding-top: 40px;
	background-color: #f8f8f8;
}
.site-footer .footer-top {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.site-footer .footer-top .inner-left {
	width: 380px;
	height: 162px;
	float: left;
	border-right: 1px solid #b9b9b9;
	line-height: 0;
	margin-right: 60px;
}
.site-footer .footer-top .inner-left a {
	display: block;
	width: 210px;
	margin: 56px auto 0 auto;
}
.site-footer .footer-top .inner-middle {
	width: 400px;
	float: left;
	color: #333;
	margin-top: 40px;
	margin-right: 60px;
}
.site-footer .footer-top .inner-middle h4 {
	font-size: 14px;
	line-height: 24px;
/* 	margin-bottom: 10px; */
}
.site-footer .footer-top .inner-middle h5, .site-footer .footer-top .inner-middle address, .site-footer .footer-top .inner-middle p {
	font-size: 12px;
	line-height: 16px;
}
.site-footer .footer-top .inner-middle address {
/* 	margin-bottom: 10px; */
}
.site-footer .footer-top .inner-middle p {
	margin-bottom: 16px;
}
.site-footer .footer-top .inner-middle p a {
	text-decoration: none;
	color: #333;
}
.site-footer .footer-top .inner-middle br {
/* 	display: none; */
}
.site-footer .footer-top .inner-middle .footer-link {
}
.site-footer .footer-top .inner-middle .footer-link a {
	display: block;
	width: 180px;
	margin-right: 40px;
	float: left;
	border: 1px solid #1a1a1a;
	text-decoration: none;
	font-size: 14px;
	padding: 8px 10px;
	color: #333;
	line-height: 20px;
	position: relative;
}
.site-footer .footer-top .inner-middle .footer-link a:after {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: url('./image/common/arrow-black.png') no-repeat;
	background-size: 20px 20px;
	position: absolute;
	top: 9px;
	right: 20px;
}
.site-footer .footer-top .inner-right {
	width: 180px;
	float: left;
	margin-top: 20px;
}
.site-footer .footer-top .inner-right a {
	width: 180px;
	margin-bottom: 14px;
}

.site-footer .footer-bottom {
	background-color: #1a3d8f;
}
.site-footer .footer-bottom nav {
	width: 1180px;
	margin: 0 auto;
}
.site-footer .footer-bottom nav ul {
	padding: 20px 0;
	text-align: center;
}
.site-footer .footer-bottom nav ul li {
	font-size: 12px;
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #FFF;
}
.site-footer .footer-bottom nav ul li a {
	color: #FFF;
	text-decoration: none;
}

.site-footer .footer-bottom .copyright {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.site-footer .footer-bottom .copyright small {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

/* Code for SP view
 -------------------------------------------------------------- */
@media screen and (max-width: 480px) {

	body {
		padding-top: 62px;
	}

	/* Styles(SP) */
	#wpfront-scroll-top-container {
	}
	#wpfront-scroll-top-container img {
		width: 50px !important;
		height: 47px !important;
	}

	/* Header(SP)
	 -------------------------------------------------------------- */
	.site-header {
		border-top-width: 2px;
		position: fixed;
		width: 100%;
		height: 62px;
		background-color: #FFF;
		box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
		top: 0;
		left: 0;
		z-index: 1950;
	}
	.site-header .inner {
		width: 100%;
		padding: 0;
	}
	.site-header .header-left {
		width: 200px;
		float: left;
		padding: 10px 0 10px 10px;
	}
	.site-header .header-left .logo {
		width: 126px;
		line-height: 0;
	}
	.site-header .header-left .logo a {
		display: block;
	}
	.site-header .header-left p {
		width: 200px;
		font-size: 10px;
		text-indent: 2px;
		line-height: 10px;
	}

	.site-header .header-right {
		width: 170px;
		float: none;
		padding: 0;
		position: fixed;
		top: 0;
		right: -170px;
		z-index: 2000;
		background-color: #1a3d8f;
		transition: .3s;
	}
	.site-header .header-right.menu-on {
		right: 0;
	}

	.site-header .header-right ul {
		text-align: left;
		padding: 10px;
	}
	.site-header .header-right ul li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #FFF;
	}
	.site-header .header-right ul li a {
		display: block;
		font-size: 13px;
		text-decoration: none;
		color: #FFF;
		line-height: 50px;
	}
	.site-header .header-right ul li a:hover {
	}
	.site-header .header-right ul li.top-menu-left {
		position: static;
	}
	.site-header .header-right ul li.top-menu-right {
		position: static;
	}
	.site-header .header-right ul li.top-menu-left a, .site-header .header-right ul li.top-menu-right a {
		background: none;
		padding-left: 0;
	}

	.site-header .menu-box {
		display: block;
		border: 1px solid #1a3d8f;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 10px;
		text-align: center;
		line-height: 40px;
		background-color: #1a3d8f;
		z-index: 2001;
	}
	.site-header .menu-box a {
		display: block;
		text-decoration: none;
		font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Osaka, sans-serif;
		color: #FFF;
	}
	.site-header .menu-box.menu-on {
		font-size: 24px;
		background-color: #FFF;
	}
	.site-header .menu-box.menu-on a {
		color: #1a3d8f;
	}

	.main-menu-cover {
	}
	.main-menu-cover.menu-on {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1900;
		background-color: rgba(0, 0, 0, 0.3);
	}

	/* TOP Page(SP)
	 -------------------------------------------------------------- */
	.catch-and-info {
	}
	.home-catch {
		width: 100%;
		margin: 0 auto 30px auto;
		position: relative;
	}
	.home-catch a {
		display: block;
	}
	.home-catch .home-slider {
		display: none;
	}
	.home-catch .catch-mobile {
		display: block;
	}

	.catch-text {
		display: none;
	}

	.catch-cover {
		display: none;
	}

	.home-list-box {
		width: 100%;
		margin: 0 auto 60px auto;
		padding: 0 10px;
	}

	.home-post-list {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		float: none;
	}
	.home-post-list:nth-of-type(2n) {
	}
	.home-post-list ul {
		margin-bottom: 20px;
	}
	.home-post-list li {
		border-bottom: 1px solid #e3e3e3;
		line-height: 20px;
		font-size: 14px;
		padding: 10px 0;
	}
	.home-post-list li a {
		display: block;
		text-decoration: none;
	}
	.home-post-list li .meta-date {
		display: block;
		width: 100%;
		float: none;
	}
	.home-post-list li h3 {
		width: 100%;
		float: none;
	}
	.home-post-list .normal-btn {
		display: block;
	}
	.home-post-list .normal-btn a {
		height: 40px;
		line-height: 40px;
	}

	.home-brand-list {
		width: 100%;
		min-width: 0;
		margin-bottom: 60px;
	}
	.home-brand-list .title-box {
	}
	.home-brand-list .title-box:after {
	}

	.home-brand-list .title-box h2 {
	}
	.home-brand-list .title-box img {
	}

	.home-brand-list ul {
		margin-bottom: 60px;
	}
	.home-brand-list ul li {
		width: 134px;
	}

	.home-brand-list .ghost-btn {
		text-align: center;
	}
	.home-brand-list .ghost-btn a {
		width: 240px;
		height: 56px;
		line-height: 56px;
		font-size: 16px;
	}

	.home-link {
		width: 100%;
		padding: 10px;
	}
	.home-link ul {
		width: 100%;
		margin: 0 auto;
	}

	.home-link li {
		width: 100%;
		float: none;
		background-size: cover;
		background-position: center center;
		line-height: 0;
	}
	.home-link li a {
		display: block;
	}
	.home-link li:nth-of-type(1), .home-link li:nth-of-type(2), .home-link li:nth-of-type(3) {
		width: 100%;
	}
	.home-link li:nth-of-type(4), .home-link li:nth-of-type(5) {
		width: calc(50% - 5px);
		float: left;
	}
	.home-link li:nth-of-type(1) {
		background-image: url('./image/toppage/link-back_01.jpg');
		margin-right: 0;
		margin-bottom: 10px;
	}
	.home-link li:nth-of-type(2) {
		background-image: url('./image/toppage/link-back_02.jpg');
		margin-bottom: 10px;
	}
	.home-link li:nth-of-type(3) {
		background-image: url('./image/toppage/link-back_03.jpg');
		margin-right: 0;
		margin-bottom: 10px;
	}
	.home-link li:nth-of-type(4) {
		background-image: url('./image/toppage/link-back_04.jpg');
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.home-link li:nth-of-type(5) {
		background-image: url('./image/toppage/link-back_05.jpg');
	}

	.home-border-title {
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-bottom: 2px solid #dcdcdc;
		margin-bottom: 0;
		line-height: 0;
		padding: 15px 0;
	}
	.home-border-title:after {
		content: '';
		display: block;
		width: 140px;
		height: 2px;
		position: absolute;
		bottom: -2px;
		left: 0;
		background-color: #1a3d8f;
		z-index: 1;
	}
	.home-border-title img {
		height: 20px;
		width: auto;
	}
	.home-border-title .to-archive {
		display: none;
	}

	/* Under Page(SP)
	 -------------------------------------------------------------- */
	.local-navi {
		display: none;
	}

	.under-content {
		width: 100%;
	}
	.under-content .under-header {
		width: 100%;
		margin: 0 auto;
		position: relative;
		line-height: 0;
	}
	.under-content .under-header h1, .under-content .under-header .h1-dummy {
		width: 23.4375%;
		height: auto;
		position: absolute;
		top: 3px;
		right: 20px;
	}
	.under-content .under-header .back-img {
		width: 100%;
	}
	.under-content .breadcrumb {
		width: calc( 100% - 95px );
		border-bottom: 1px solid #e5e5e5;
		padding: 0 8px;
	}
	.under-content .breadcrumb li {
		display: inline-block;
		margin-right: 6px;
		font-size: 10px;
		line-height: 28px;
	}
	.under-content .breadcrumb li:after {
		margin-left: 6px;
	}
	.under-content .breadcrumb li:last-child:after {
	}
	.under-content .breadcrumb li a {
	}
	.under-content .breadcrumb li a:hover {
	}

	.under-content .border-title {
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-bottom: 2px solid #dcdcdc;
		margin-bottom: 20px;
		line-height: 0;
		padding: 15px 0;
	}
	.under-content .border-title:after {
		content: '';
		display: block;
		width: 140px;
		height: 2px;
		position: absolute;
		bottom: -2px;
		left: 0;
		background-color: #1a3d8f;
		z-index: 1;
	}
	.under-content .border-title img {
		height: 24px;
		width: auto;
	}

	/* Company(SP) */
	.up-company-infomation {
		width: 100%;
		margin: 20% auto 40px auto;
	}
	.up-company-infomation .menu-list {
		padding: 0 10px;
	}
	.up-company-infomation .menu-list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		background-color: #f5f5f5;
		float: none;
	}
	.up-company-infomation .menu-list li:nth-child(3n) {
		margin-right: 0;
	}
	.up-company-infomation .menu-list li .inner-img {
		line-height: 0;
	}
	.up-company-infomation .menu-list li .inner-box {
		padding: 20px;
	}
	.up-company-infomation .menu-list li h2 {
		margin-bottom: 20px;
		overflow: hidden;
	}
	.up-company-infomation .menu-list li h2 img {
		width: 310px;
		max-width: 310px;
	}
	.up-company-infomation .menu-list li .inner-text {
	}
	.up-company-infomation .menu-list li .ghost-btn {
	}

	/* Philosophy(SP) */
	.up-philosophy {
		margin-top: 15%;
		margin-bottom: 40px;
	}
	.up-philosophy .shaze {
		width: 100%;
		margin-bottom: 40px;
		padding: 0 10px;
	}
	.up-philosophy .shaze .first-text {
		font-size: 14px;
		margin-bottom: 40px;
	}
	.up-philosophy .shaze .shaze-text {
		width: 95%;
	}
	.up-philosophy .shaze .shaze-text h2 {
		margin-top: 5%;
		width: 10%;
		float: right;
	}
	.up-philosophy .shaze .shaze-text p {
		width: 70%;
		float: left;
	}
	.up-philosophy .concept {
		width: 100%;
		padding: 0 10px;
		background: none;
	}
	.up-philosophy .concept .border-title {
		margin-bottom: 20px;
	}
	.up-philosophy .concept .inner-box {
		width: 100%;
	}
	.up-philosophy .concept .inner-text {
		width: 100%;
		float: none;
	}
	.up-philosophy .concept .inner-text p {
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
	.up-philosophy .concept .inner-img {
		width: 100%;
		float: none;
	}
	.up-philosophy .concept .inner-img img {
		margin-bottom: 10px;
	}

	/* Profile(SP) */
	.up-profile {
		width: 100%;
		margin: 20% auto 40px auto;
	}
	.up-profile dl {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	.up-profile dt, .up-profile dd {
		display: block;
	}
	.up-profile dt {
		width: 100%;
		height: 35px;
		line-height: 35px;
		text-align: left;
		margin-right: 0;
		float: none;
		padding-left: 10px;
		margin-bottom: 5px;
	}
	.up-profile dd {
		overflow: hidden;
		width: 100%;
		line-height: 25px;
		padding: 5px 0;
		border-bottom: none;
		padding-left: 10px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.up-profile dd li {
		padding-bottom: 8px;
	}
	.up-profile dd .job-title {
		display: inline-block;
		width: 150px;
	}
	.up-profile dd .name {
		display: inline-block;
	}

	/* Access(SP) */
	.up-access {
		width: 100%;
		margin: 20% auto 40px auto;
		padding: 0 10px;
	}
	.up-access .overview {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.up-access .overview .inner-img {
		line-height: 0;
		margin-bottom: 10px;
	}
	.up-access .overview dl {
	}
	.up-access .overview dt, .up-access .overview dd {
		display: block;
		height: 30px;
		line-height: 30px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.up-access .overview dt {
		width: 100%;
		margin-right: 20px;
		float: none;
		text-align: left;
		background-color: #f5f5f5;
		padding-left: 10px;
	}
	.up-access .overview dd {
		width: 100%;
		padding-left: 10px;
		font-size: 12px;
	}
	.up-access .map-google {
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}
	.up-access .map-google #gmap {
		width: 100%;
		height: 280px;
		margin-bottom: 20px;
	}
	.up-access .map-google .normal-btn.with-arrow {
		text-align: right;
	}
	.up-access .map-google .normal-btn.with-arrow a {
		display: inline-block;
		width: 180px;
		height: 40px;
		line-height: 40px;
		background-position: 90% 49%;
	}
	.up-access .map-detail {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.up-access .map-detail a {
		display: block;
	}
	.up-access .access {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
		float: none;
	}
	.up-access .access li {
		width: 100%;
		float: none;
		margin: 0 auto 20px auto;
		position: relative;
		padding-top: 24px;
	}
	.up-access .access li:before {
		content: '';
		display: block;
		width: 19px;
		height: 19px;
		background-size: 19px 19px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.up-access .access li:nth-child(1):before {
		background-image: url('./image/under/company_access/icon-num_01.png');
	}
	.up-access .access li:nth-child(2):before {
		background-image: url('./image/under/company_access/icon-num_02.png');
	}
	.up-access .access li:nth-child(3):before {
		background-image: url('./image/under/company_access/icon-num_03.png');
	}
	.up-access .access li:nth-child(4):before {
		background-image: url('./image/under/company_access/icon-num_04.png');
	}
	.up-access .access li:nth-child(5):before {
		background-image: url('./image/under/company_access/icon-num_05.png');
	}
	.up-access .access li:nth-child(6):before {
		background-image: url('./image/under/company_access/icon-num_06.png');
	}

	.up-access .access li:nth-child(2n) {
		margin-right: 0;
	}
	.up-access .access li .inner-img {
		line-height: 0;
		margin-bottom: 10px;
	}
	.up-access .access li p {
		font-size: 12px;
		text-align: justify;
	}

	/* Recruit(SP) */
	.up-recruit {
		width: 100%;
		margin: 20% auto 40px auto;
		padding: 0 10px;
	}
	.up-recruit h2 {
		background-color: #1a3d8f;
		color: #FFF;
		text-align: center;
		font-size: 18px;
		line-height: 40px;
		margin-bottom: 16px;
		font-weight: normal;
	}
	.up-recruit ul {
		margin-bottom: 20px;
	}
	.up-recruit li {
		width: 100%;
		float: none;
		margin: 0 auto 20px auto;
		line-height: 0;
	}
	.up-recruit li:nth-child(2n) {
	}
	.up-recruit li a {
		display: block;
	}
	.up-recruit li p {
		margin-top: 5px;
		line-height: 20px;
		font-size: 10px;
		letter-spacing: 0.1em;
	}

	/* History(SP) */
	.up-history {
		width: 100%;
		margin: 20% auto 40px auto;
	}
	.up-history dl {
		width: 100%;
		padding: 0 10px;
	}
	.up-history dt, .up-history dd {
		display: block;
		font-size: 14px;
	}

	.up-history dt {
		width: 100%;
		height: 35px;
		line-height: 35px;
		background-color: #f5f5f5;
		text-align: left;
		margin-right: 50px;
		float: none;
		margin-bottom: 5px;
		padding-left: 10px;
	}
	.up-history dt .small {
		font-size: 12px;
		margin-left: 8px;
	}
	.up-history dd {
		overflow: hidden;
		width: 100%;
		line-height: 25px;
		padding: 5px 0;
		border-bottom: none;
		margin-bottom: 10px;
		padding-left: 10px;
		font-size: 12px;
	}
	.up-history dd time {
		margin-right: 12px;
		font-weight: bold;
	}

	/* Message(SP) */
	.up-message {
		width: 100%;
		margin: 20% auto 40px auto;
		padding: 0 10px;
	}
	.up-message .inner-left {
		width: 100%;
		float: none;
		line-height: 0;
	}
	.up-message .inner-left .inner-img {
		margin-bottom: 20px;
	}
	.up-message .inner-left p {
		width: 100%;
		margin-left: 0;
		text-align: right;
	}
	.up-message .inner-left p img {
		width: 285px;
	}

	.up-message .inner-right {
		width: 100%;
		float: none;
	}
	.up-message .inner-right p {
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
	.up-message .inner-right p br {
		display: none;
	}

	/* Quality(SP) */
	.up-quality {
		width: 100%;
		margin: 25% auto 40px auto;
		padding: 0 10px;
	}
	.up-quality p {
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 0.1em;
		text-align: justify;
		margin-bottom: 10px;
	}
	.up-quality .pre {
		width: 100%;
	}
	.up-quality .pre p {
		margin-bottom: 20px;
	}
	.up-quality .pre ul {
		margin-bottom: 20px;
		padding-left: 20px;
	}
	.up-quality .pre li {
		display: block;
		width: 50%;
		float: left;
		margin-right: 0;
	}
	.up-quality .pre li img {
		width: auto;
		height: 24px;
	}

	.up-quality .pre .short {
		width: 100%;
	}
	.up-quality .main {
		margin-bottom: 20px;
	}
	.up-quality .main .inner-left {
		width: 100%;
		float: none;
	}
	.up-quality .main .inner-right {
		width: 100%;
		float: none;
		line-height: 0;
	}
	.up-quality .main ul {
		width: 100%;
		margin: 0 auto 40px auto;
	}
	.up-quality .main li {
		width: 158px;
		float: none;
		margin: 0 auto;
		line-height: 0;
		background-image: url('./image/under/quality/flow_arrow_sp.png');
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 158px 76px;
		padding-bottom: 12px;
		margin-bottom: 10px;
	}
	.up-quality .main li:last-child {
		margin-right: auto;
	}

	.up-quality .main .normal-btn {
	}
	.up-quality .main .normal-btn a {
		display: block;
		margin-left: auto;
		margin-right: 0;
		margin-top: 10px;
		width: 200px;
		background-position: 95% 49%;
	}

	/* quality_CSR＿安心安全(SP) */

	ul.csr_menu {
		float: none;
		display: none;
		width: 90%;
	}

	.up-quality01 {
		float: none;
		margin: 0 auto;
		width: 95%;
		margin-top: 30px;
	}

	.csr_flow_image {
		display: none;
	}

	article.clearfix.up-quality00 {
		width: 95%;
		margin-top: 100px;
	}
	article.clearfix.up-quality00.csr_index {
		margin-top: 20px;
	}

	section.csr_left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	section.csr_right {
		float: none;
		width: 100%;
	}

	.up-quality01 section.main {
		display: block;
	}

	.up-quality01 .main li {
		width: 158px;
		float: none;
		margin: 0 auto;
		line-height: 0;
		background-image: url('./image/under/quality/flow_arrow_sp.png');
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 158px 76px;
		padding-bottom: 12px;
		margin-bottom: 10px;
	}

	p.normal-btn.with-arrow.arrow_link {
		margin-left: 40%;
		margin-top: 20px;
	}

	ul.csr_menu_sp {
		width: 100%;
		float: none;
		border: solid 1px #adadad;
		margin-top: 30px;
		text-align: center;
		font-size: 15px;
		margin-bottom: 10px;
	}

	li.csr_menu01_sp {
		text-align: center;
		border-top: solid #1a3d8f;
		border-bottom: dotted 1px #949494;
		color: #1a3d8f;
		font-size: 16px;
		background-color: #efefef;
	}
	li.csr_menu02_sp {
		border-bottom: dotted 1px #949494;
	}

	ul.csr_menu_sp li a {
		text-decoration: none;
		display: block;
		padding: 10px 0px;
	}

	.tate img {
		width: 100%;
	}

	ul.csr_menu_sp {
		display: block;
		/* display: none; */
	}

	ul.csr_menu_sp.csr_menu_sp00 {
		display: none;
	}

	.csr_banner img {
		width: 100%;
	}
	.csr_banner {
		margin-top: 30px;
		margin: 0px;
		margin: 20px 0px 0px 0px;
	}

	article.clearfix.csr_float {
		margin-bottom: 10px;
	}

	article.clearfix.up-quality00 .csr_border {
		margin: 20px 0px;
	}
/* CSR_index(SP) */
img.csr_h1 {
    width: 36%;
}

	
/* CSR_募金活動への取り組み(SP) */	
	article.clearfix.up-quality00.up-csr00 {
    margin-top: 0px;
}

img.aligncenter.size-full.wp-image-481 {
    width: 90% !Important;
}

section.csr_right.table_cross {
    width: 70%;
    margin: 0 auto;
    float: none;
}

section.brand-list_csr li {
	width: calc(50% - 5px);
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	line-height: 0;
}



	/* Brand(SP) */
	.up-brand {
		width: 100%;
		margin: 20% auto 40px auto;
		padding: 0 10px;
	}
	.up-brand .brand-list {
		margin-bottom: 40px;
	}
	.up-brand .brand-list ul {
	}
	.up-brand .brand-list li {
		width: calc(50% - 5px);
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		line-height: 0;
	}
	.up-brand .brand-list li:nth-child(2n), .up-brand .brand-list li:nth-child(4n) {
		margin-right: 0;
	}

	.up-brand .main {
		margin-bottom: 100px;
	}
	.up-brand .main p {
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
		text-align: justify;
	}
	.up-brand .main p br {
		display: none;
	}
	.up-brand .main .outline {
		margin-bottom: 40px;
	}
	.up-brand .main .outline .inner-left {
		width: 100%;
		float: none;
	}
	.up-brand .main .outline .inner-left .brand-image {
		margin-bottom: 20px;
		text-align: center;
	}
	.up-brand .main .outline .inner-left .brand-image img {
		width: auto;
		height: 66px;
		margin-right: 0;
	}

	.up-brand .main .outline .inner-right {
		width: 100%;
		float: none;
		line-height: 0;
	}
	.up-brand .main .outline .inner-right img {
		margin-bottom: 20px;
	}

	.up-brand .main .body {
	}
	.up-brand .main .body h3 {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #1a3d8f;
		margin-bottom: 20px;
	}
	.up-brand .main .body p {
		width: 100%;
		margin-bottom: 30px;
	}
	.up-brand .main .body .image-list {
		margin-bottom: 40px;
	}
	.up-brand .main .body .image-list li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
		line-height: 0;
	}
	.up-brand .main .body .image-list li:last-child {
		margin-right: 0;
	}

	.up-brand .main .fc-list {
	}
	.up-brand .main .fc-list li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.up-brand .main .fc-list li:last-child {
		margin-right: 0;
	}
	.up-brand .main .fc-list li img {
		margin-bottom: 20px;
	}
	.up-brand .main .fc-list li h3 {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #1a3d8f;
		margin-bottom: 10px;
	}
	.up-brand .main .fc-list li p {
		text-align: left;
		margin-bottom: 0;
	}

	.up-brand .main .ghost-btn {
		text-align: center;
		margin-bottom: 40px;
	}

	.up-brand .to-locations {
		text-align: center;
	}
	.up-brand .to-locations a {
		width: 280px;
		height: 60px;
		line-height: 60px;
	}

	/* Aburaya(SP) */
	/* Misuji(SP) */
	.up-brand-detail {
	}
	.up-brand-detail .shop-list {
	}
	.up-brand-detail .shop-list .border-title {
		margin-bottom: 40px;
	}
	.up-brand-detail .shop-list li {
		margin-bottom: 60px;
	}
	.up-brand-detail .shop-list li .shop-info {
		width: 100%;
		float: none;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
	.up-brand-detail .shop-list li .shop-info h3 {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 14px;
	}
	.up-brand-detail .shop-list li .shop-info .inner-left {
		width: 100%;
		float: none;
	}
	.up-brand-detail .shop-list li .shop-info .inner-left span, .up-brand-detail .shop-list li .shop-info .inner-left dl {
		display: block;
		font-size: 12px;
		line-height: 20px;
	}
	.up-brand-detail .shop-list li .shop-info .inner-left span a {
		text-decoration: none;
		color: #000;
	}
	.up-brand-detail .shop-list li .shop-info .inner-left .normal-btn {
		margin-top: 14px;
	}
	.up-brand-detail .shop-list li .shop-info .inner-left .normal-btn a {
		margin: 0 0 0 auto;
		width: 140px;
		height: 40px;
		line-height: 40px;
		background-position: 90% 49%;
		font-size: 12px;
	}
	.up-brand-detail .shop-list li .shop-info .inner-left dl {
		margin-top: 14px;
	}

	.up-brand-detail .shop-list li .shop-info .inner-right {
		width: 100%;
		float: none;
		font-size: 12px;
		line-height: 20px;
		margin-top: 14px;
	}
	.up-brand-detail .shop-list li .shop-info .inner-left dt, .up-brand-detail .shop-list li .shop-info .inner-right dt {
		width: 100px;
		height: 30px;
		line-height: 30px;
		float: none;
		position: relative;
		text-align: center;
		background-color: #f5f5f5;
	}
	.up-brand-detail .shop-list li .shop-info .inner-right dt:after {
		display: none;
	}

	.up-brand-detail .shop-list li .shop-info .inner-left dd, .up-brand-detail .shop-list li .shop-info .inner-right dd {
		padding: 5px 10px;
		text-align: right;
	}
	.up-brand-detail .shop-list li .shop-img {
		width: 100%;
		float: none;
		line-height: 0;
	}

	/* Aburaya(SP) */
	.up-aburaya {
		width: 100%;
		margin: 10% auto 40px auto;
		padding: 0 10px;
	}
	.up-aburaya .overview {
		margin-bottom: 60px;
	}
	.up-aburaya .overview h2 {
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0;
	}
	.up-aburaya .overview .inner-left {
		width: 100%;
		float: none;
		font-size: 12px;
		letter-spacing: 0.1em;
		line-height: 28px;
		margin-bottom: 40px;
		text-align: justify;
	}
	.up-aburaya .overview .inner-left br {
		display: none;
	}
	.up-aburaya .overview .inner-right {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	/* Misuji(SP) */
	.up-misuji {
		width: 100%;
		margin: 10% auto 40px auto;
		padding: 0 10px;
	}
	.up-misuji .overview {
		margin-bottom: 60px;
	}
	.up-misuji .overview .inner-top {
		width: 100%;
		margin-bottom: 20px;
	}
	.up-misuji .overview ul {
	}
	.up-misuji .overview li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		float: none;
		line-height: 0;
	}
	.up-misuji .overview li:nth-child(2n) {
		margin-right: 0;
	}
	.up-misuji .overview li img {
		margin-bottom: 6px;
	}
	.up-misuji .overview li p {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0.1em;
	}

	/* Locations(SP) */
	.up-locations {
		width: 100%;
		margin: 20% auto 40px auto;
		position: relative;
		padding: 0 10px;
	}
	.up-locations .brand-list {
		display: none;
		width: 330px;
		float: left;
	}
	.up-locations .brand-list h2 {
		font-size: 18px;
		margin: 20px 0 40px 0;
	}
	.up-locations .brand-list li {
		border-bottom: 1px solid #e9e9e9;
	}
	.up-locations .brand-list a {
		display: block;
	}
	.up-locations .brand-list .inner-img {
		width: 100px;
		float: left;
		margin-right: 10px;
	}
	.up-locations .brand-list h3 {
		width: 200px;
		float: left;
	}

	.up-locations .shop-list {
		width: 100%;
		float: none;
		border-left: none;
		padding-left: 0;
	}
	.up-locations .shop-list .inner {
		border-bottom: none;
		margin-bottom: 60px;
	}
	.up-locations .shop-list .inner:last-child {
		border-bottom: none;
	}
	.up-locations .shop-list .inner h2 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 20px;
		color: #1a3d8f;
		letter-spacing: 0.1em;
	}
	.up-locations .shop-list .inner h2 br {
		display: inline;
	}
	.up-locations .shop-list .inner ul {
	}
	.up-locations .shop-list .inner li {
		letter-spacing: 0.1em;
		margin-bottom: 40px;
	}
	.up-locations .shop-list .inner li h3 {
		font-size: 16px;
		font-weight: bold;
		color: #1a3d8f;
		margin-bottom: 14px;
		border-top: 1px solid #1a3d8f;
		padding-top: 8px;
	}
	.up-locations .shop-list .inner li .inner-left {
		width: 100%;
		float: none;
	}
	.up-locations .shop-list .inner li .inner-left span, .up-locations .shop-list .inner li .inner-left dl {
		display: block;
		font-size: 12px;
		line-height: 20px;
	}
	.up-locations .shop-list .inner li .inner-left span a {
		text-decoration: none;
		color: #000;
	}
	.up-locations .shop-list .inner li .inner-left .normal-btn {
		margin-top: 10px;
	}
	.up-locations .shop-list .inner li .inner-left .normal-btn a {
		margin: 0 0 0 auto;
		width: 140px;
		height: 40px;
		line-height: 40px;
		background-position: 90% 49%;
		font-size: 12px;
	}
	.up-locations .shop-list .inner li .inner-left dl {
		margin-top: 14px;
	}

	.up-locations .shop-list .inner li .inner-right {
		width: 100%;
		float: none;
		font-size: 12px;
		line-height: 20px;
		margin-top: 14px;
	}
	.up-locations .shop-list .inner li .inner-left dt, .up-locations .shop-list .inner li .inner-right dt {
		width: 100px;
		height: 30px;
		line-height: 30px;
		float: none;
		position: relative;
		text-align: center;
		background-color: #f5f5f5;
	}
	.up-locations .shop-list .inner li .inner-right dt:after {
		display: none;
	}

	.up-locations .shop-list .inner li .inner-left dd, .up-locations .shop-list .inner li .inner-right dd {
		padding: 5px 0;
		text-align: right;
	}

	/* Property(SP) */
	.up-property {
		width: 100%;
		margin: 20% auto 40px auto;
		padding: 0 10px;
	}
	.up-property .overview {
		width: 100%;
		margin-bottom: 40px;
	}
	.up-property .overview dl {
	}
	.up-property .overview dt, .up-property .overview dd {
		display: block;
		line-height: 28px;
		margin-bottom: 12px;
		font-size: 12px;
	}
	.up-property .overview dt {
		width: 140px;
		margin-right: 0;
		float: none;
		text-align: center;
		background-color: #f5f5f5;
	}
	.up-property .overview dd {
		width: 100%;
		padding-left: 20px;
	}

	.up-property .contact {
		border: 2px solid #1a3d8f;
		margin-bottom: 60px;
	}
	.up-property .contact h2 {
		background-color: #1a3d8f;
		color: #FFF;
		text-align: center;
		font-size: 14px;
		line-height: 38px;
		letter-spacing: 0.1em;
	}
	.up-property .contact p {
		font-size: 14px;
		text-align: center;
		padding: 10px 0;
	}
	.up-property .contact address {
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
		text-align: center;
		line-height: 0;
		padding: 0;
	}
	.up-property .contact address span {
		width: 100%;
		display: block;
		margin: 0;
		padding: 8px;
	}

	.up-property .shop-type {
	}
	.up-property .shop-type .title-box {
		margin-bottom: 40px;
		text-align: center;
		position: relative;
		padding-bottom: 20px;
	}
	.up-property .shop-type .title-box:after {
		content: '';
		display: block;
		width: 116px;
		height: 2px;
		background-color: #1a3d8f;
		position: absolute;
		bottom: 0;
		left: calc(50% - 58px);
	}

	.up-property .shop-type .title-box h2 {
		height: 46px;
	}
	.up-property .shop-type .title-box img {
		width: auto;
		height: 46px;
	}
	.up-property .shop-type ul {
		margin-bottom: 40px;
	}
	.up-property .shop-type li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.up-property .shop-type li:last-child {
		margin-right: 0;
	}
	.up-property .shop-type li img {
		margin-bottom: 10px;
	}
	.up-property .shop-type li h3 {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}
	.up-property .shop-type li p {
		font-size: 12px;
		text-align: justify;
		letter-spacing: 0.1em;
	}

	/* Contact(SP) */
	.up-contact {
		width: 100%;
		margin: 15% auto 40px auto;
		padding: 0 10px;
	}
	.up-contact .inner {
		border: 2px solid #1a3d8f;
		margin-bottom: 40px;
	}
	.up-contact .inner h2 {
		background-color: #1a3d8f;
		color: #FFF;
		text-align: center;
		font-size: 14px;
		line-height: 38px;
		letter-spacing: 0.1em;
	}
	.up-contact .inner p {
		font-size: 14px;
		text-align: center;
		padding: 10px 0;
	}
	.up-contact .inner address {
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
		text-align: center;
		line-height: 0;
		padding: 0;
	}
	.up-contact .inner address span {
		width: 100%;
		display: inline-block;
		margin: 0;
		padding: 8px;
	}
	.up-contact .inner .top-text {
	}
	.up-contact .inner .bottom-text {
	}

	/* Link(SP) */
	.up-link {
		width: 100%;
		margin: 10% auto 40px auto;
		padding: 0 10px;
	}
	.up-link ul {
		padding-left: 20px;
	}
	.up-link li {
		padding: 10px 0 10px 20px;
	}
	.up-link li a {
		font-size: 14px;
		line-height: 28px;
		color: #1a3d8f;
	}
	.up-link li a:hover {
	}

	/* Privacy Policy(SP) */
	.up-privacy-policy {
		width: 100%;
		margin: 70px auto 40px auto;
		padding: 0 10px;
	}
	.up-privacy-policy h3, .up-privacy-policy p, .up-privacy-policy ul {
		font-size: 12px;
		line-height: 26px;
		letter-spacing: 0.1em;
		text-align: justify;
	}
	.up-privacy-policy .pre {
		width: 100%;
		margin-bottom: 40px;
	}
	.up-privacy-policy .main {
	}
	.up-privacy-policy .main h3 {
	}
	.up-privacy-policy .main p {
		margin-bottom: 40px;
	}
	.up-privacy-policy .main ul {
		margin-left: 40px;
		margin-bottom: 40px;
	}
	.up-privacy-policy .main li {
		list-style: disc;
	}

	/* Sitemap(SP) */
	.up-sitemap {
		width: 100%;
		margin: 10% auto 40px auto;
		padding: 0 10px;
	}
	.up-sitemap .link-title {
		background: url('./image/common/arrow-blue.png') no-repeat 0% 48%;
		background-size: 10px 10px;
		padding: 10px 0 10px 20px;
	}
	.up-sitemap .link-title a {
		font-size: 14px;
		line-height: 28px;
		text-decoration: none;
		padding: 10px 0;
	}

	.up-sitemap .with-border {
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 10px;
	}

	.up-sitemap .link-list {
		margin-left: 40px;
	}
	.up-sitemap .link-list li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.up-sitemap .link-list li:nth-child(3n) {
		margin-right: 0;
	}

	.up-sitemap .inner {
		margin-bottom: 20px;
	}
	.up-sitemap .inner:first-child {
		margin-bottom: 0;
	}
	.up-sitemap .inner-bottom {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.up-sitemap .inner-bottom:nth-child(3n) {
		margin-right: 0;
	}

	/* 404(SP) */
	.up-404 {
		width: 100%;
		margin: 80px auto 80px auto;
	}
	.up-404 h2 {
		width: 90%;
		max-width: 320px;
		margin: 0 auto;
		text-align: center;
		font-size: 12px;
		line-height: 42px;
		border-bottom: 1px solid #1a3d8f;
	}

	/* Archive(SP)
	 -------------------------------------------------------------- */
	.archive-pager-frame {
		width: 100%;
		height: auto;
		margin: 0 auto 80px auto;
		position: relative;
	}
	.archive-pager-frame .normal-btn {
		position: static;
		width: 100%;
		height: auto;
	}
	.archive-pager-frame .normal-btn a {
		width: 240px;
		height: 50px;
		line-height: 50px;
		margin: 0 auto;
		background-position: 95% 49%;
	}

	.archive-pager {
		text-align: center;
		margin-bottom: 30px;
	}
	.archive-pager span {
		color: #a7a7a7;
	}
	.archive-pager span, .archive-pager a {
		display: inline-block;
		margin: 0 4px;
	}
	.archive-pager .current, .archive-pager a {
		width: 34px;
		line-height: 34px;
		font-size: 12px;
		color: #FFF;
	}
	.archive-pager .current {
		background-color: #1a3d8f;
	}
	.archive-pager a {
		text-decoration: none;
		background-color: #a7a7a7;
	}
	.archive-pager a:hover {
		background-color: #1a3d8f
	}
	.archive-pager a.prev, .archive-pager a.next {
		background-color: transparent;
		color: #a7a7a7;
	}
	.archive-pager a.prev:hover, .archive-pager a.next:hover {
		color: #1a3d8f;
	}

	.ac-news-list {
		width: 100%;
		margin: 25% auto 40px auto;
		padding: 0 10px;
	}
	.ac-news-list a {
		display: block;
		margin-bottom: 0;
		background: url('./image/common/news-arrow.png') no-repeat;
		background-size: 7px 14px;
		background-position: 98% 50%;
		color: #333333;
		text-decoration: none;
		padding: 10px 0;
		border-bottom: 1px solid #a7a7a7;
	}
	.ac-news-list time {
		width: 100%;
		float: none;
		border-right: none;
		text-align: left;
		margin-right: 0;
		font-size: 12px;
		line-height: 20px;
	}
	.ac-news-list h2 {
		width: 90%;
		float: none;
		font-size: 16px;
		line-height: 24px;
		text-decoration: none;
	}
	.ac-news-list a:hover {
	}
	.ac-news-list a:hover time {
	}

	/* Single(SP)
	 -------------------------------------------------------------- */
	.sg-news {
		width: 100%;
		margin: 20% auto 40px auto;
		padding: 0 10px;
	}
	.sg-news .article-head {
	}
	.sg-news .article-head time {
		font-size: 12px;
		font-style: italic;
	}
	.sg-news .article-head .border-text-title {
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-bottom: 2px solid #dcdcdc;
		margin-bottom: 20px;
		line-height: 20px;
		padding: 10px 0;
	}
	.sg-news .article-head .border-text-title:after {
	}

	.sg-news .main {
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.05em;
		text-align: justify;
	}
	.sg-news .main img {
		display: block;
		margin-bottom: 20px;
	}
	.sg-news .main p {
		margin-bottom: 20px;
	}

	.sg-post-nav {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.sg-post-nav .prev-link, .sg-post-nav .next-link {
		float: none;
		margin-bottom: 20px;
	}
	.sg-post-nav .prev-link a {
		background-position: 15% 49%;
	}
	.sg-post-nav .prev-link a, .sg-post-nav .next-link a {
		height: 40px;
		line-height: 40px;
	}
	.sg-back-link {
		width: 100%;
		margin: 0 auto 80px auto;
	}
	.sg-back-link .normal-btn {
	}
	.sg-back-link .normal-btn a {
		width: 240px;
		height: 50px;
		line-height: 50px;
		margin: 0 auto;
		background-position: 10% 49%;
	}
	.sg-back-link .normal-btn a.w-240 {
		width: 240px;
	}

	/* Footer(SP)
	 -------------------------------------------------------------- */
	.site-footer {
		padding-top: 20px;
	}
	.site-footer .footer-top {
		width: 100%;
		padding-bottom: 20px;
	}
	.site-footer .footer-top .inner-left {
		width: 240px;
		height: auto;
		float: none;
		border-right: none;
		border-bottom: 1px solid #b9b9b9;
		line-height: 0;
		margin: 0 auto 20px auto;
		padding-bottom: 20px;
	}
	.site-footer .footer-top .inner-left a {
		display: block;
		width: 147px;
		margin: 0 auto auto;
	}
	.site-footer .footer-top .inner-middle {
		width: 240px;
		float: none;
		color: #333;
		margin: 0 auto 20px auto;
	}
	.site-footer .footer-top .inner-middle h4 {
	}
	.site-footer .footer-top .inner-middle h5, .site-footer .footer-top .inner-middle address, .site-footer .footer-top .inner-middle p {
	}
	.site-footer .footer-top .inner-middle address {
	}
	.site-footer .footer-top .inner-middle p {
	}
	.site-footer .footer-top .inner-middle p a {
	}
	.site-footer .footer-top .inner-middle br {
		display: inline;
	}
	.site-footer .footer-top .inner-middle .footer-link {
	}

	.site-footer .footer-top .inner-right {
		width: 240px;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.site-footer .footer-top .inner-right a {
		width: 240px;
		margin-bottom: 14px;
	}
	.site-footer .footer-top .inner-right a:last-child {
		margin-bottom: 0;
	}

	.site-footer .footer-bottom {
	}
	.site-footer .footer-bottom nav {
		width: 100%;
		margin: 0 auto;
	}
	.site-footer .footer-bottom nav ul {
		padding: 8px 0;
		text-align: center;
	}
	.site-footer .footer-bottom nav ul li {
		display: block;
		float: left;
		padding: 0 0px;
		border-right: 1px solid #FFF;
		font-size: 10px;
		margin: 4px 0;
	}
	.site-footer .footer-bottom nav ul li.mb-none {
		display: none;
	}
	.site-footer .footer-bottom nav ul li.mb-01 {
		width: 25%;
	}
	.site-footer .footer-bottom nav ul li.mb-02 {
		width: 45%;
	}
	.site-footer .footer-bottom nav ul li.mb-03 {
		width: 30%;
		border-right: none;
	}
	.site-footer .footer-bottom nav ul li.mb-04 {
		width: 30%;
	}
	.site-footer .footer-bottom nav ul li.mb-05 {
		width: 30%;
	}
	.site-footer .footer-bottom nav ul li.mb-06 {
		width: 40%;
		border-right: none;
	}

	.site-footer .footer-bottom nav ul li a {
		color: #FFF;
		text-decoration: none;
	}

	.site-footer .footer-bottom .copyright {
		width: 95%;
		margin: 0 auto;
		padding: 10px 0;
		border-top: 1px solid #FFF;
	}
	.site-footer .footer-bottom .copyright small {
		display: block;
		text-align: center;
		font-size: 10px;
		color: #DDD;
	}

}
