@charset "utf-8";

/* ======================================================
 * smartphone.css
 * ------------------------------------------------------
 * BASE *************************************************
 * LAYOUT ***********************************************
 * Common
 * Body
 * Header
 * Navigation
 * Contents
 * Footer
 * MODULE ***********************************************
 * Element
 * Component
 * MEDIA ************************************************
 * Responsive
 * Clearfix
====================================================== */

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

  BASE

********************************************************/

/* base.cssに記述 */



/********************************************************

  LAYOUT

********************************************************/

/* Common
------------------------------------------------------ */
/* transition */
.siteNavi > .catMenu > li.type-toggle > a:after,
.headerWrap01 .hdrUtility .menuBtn.is-active > a > i,
.heading02.hdgTglBtn > .hdg:after,
.localNavi01.type-toggle > .hdg:after,
.tabWrap01.type-toggle > .tabTglBtn:after {
	-webkit-transition: transform 0.2s ease-out 0s;
	   -moz-transition: transform 0.2s ease-out 0s;
	    -ms-transition: transform 0.2s ease-out 0s;
	        transition: transform 0.2s ease-out 0s;
}

/* siteNavi */
.siteNavi {
}
.siteNavi > .catMenu {
}
.siteNavi > .catMenu > li {
	border-bottom: 1px solid #e0d8cc;
}
.siteNavi > .catMenu > li > a {
	position: relative;
	display: block;
	padding: 15px 15px 13px 44px;
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none !important
}
.siteNavi > .catMenu > li:not(.type-toggle) > a:before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	display: inline-block;
	width: 8px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/common-files/img/cmn_link_ic02.png) no-repeat 0 0;
}
.siteNavi > .catMenu > li.type-toggle > a:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	display: inline-block;
	width: 18px;
	height: 3px;
	margin: -2px 0 0 0;
	border-radius: 3px;
	background-color: #7c7071;
}
.siteNavi > .catMenu > li.type-toggle > a:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	display: inline-block;
	width: 18px;
	height: 3px;
	margin: -2px 0 0 0;
	border-radius: 3px;
	background-color: #7c7071;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.siteNavi > .catMenu > li.type-toggle > a.is-active:after {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.siteNavi > .catMenu > li > .catPanel {
	display: none;
	padding: 20px 15px 30px;
	background-color: #fff;
}
.siteNavi > .catMenu > li > .catPanel > *:first-child {
	margin-top: 0 !important;
}
.siteNavi > .catMenu > li > .catPanel > .menuHeading {
}
.siteNavi > .catMenu > li > .catPanel > .menuHeading > *:first-child {
	margin-top: 0 !important;
}
.siteNavi > .catMenu > li > .catPanel > .menuHeading > .hdg > a {
	display: inline-block;
	padding: 0 0 0 20px;
	background-image: url(/common-files/img/cmn_link_ic09.png);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	color: #333333;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none !important;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent {
	margin: 15px 0 0 0;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > *:first-child {
	margin-top: 0 !important;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList01 {
	margin: 20px 0 0 0;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList01 > li {
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList01 > li + li {
	margin-top: 10px;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList01 a {
	position: relative;
	display: block;
	padding: 12px 15px 10px 35px;
	border-radius: 5px;
	background-color: #ff7c84;
	background-image: -webkit-linear-gradient(-45deg, #ff767f 25%, #ff7c84 25%, #ff7c84 50%, #ff767f 50%, #ff767f 75%, #ff7c84 75%, #ff7c84);
	background-image:    -moz-linear-gradient(-45deg, #ff767f 25%, #ff7c84 25%, #ff7c84 50%, #ff767f 50%, #ff767f 75%, #ff7c84 75%, #ff7c84);
	background-image:     -ms-linear-gradient(-45deg, #ff767f 25%, #ff7c84 25%, #ff7c84 50%, #ff767f 50%, #ff767f 75%, #ff7c84 75%, #ff7c84);
	background-image:      -o-linear-gradient(-45deg, #ff767f 25%, #ff7c84 25%, #ff7c84 50%, #ff767f 50%, #ff767f 75%, #ff7c84 75%, #ff7c84);
	background-image:         linear-gradient(-45deg, #ff767f 25%, #ff7c84 25%, #ff7c84 50%, #ff767f 50%, #ff767f 75%, #ff7c84 75%, #ff7c84);
	background-size: 15px 15px;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.25);
	    -ms-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.25);
	     -o-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.25);
	        box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.25);
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none !important;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList01 a:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	display: inline-block;
	width: 10px;
	height: 14px;
	margin: -7px 0 0 0;
	background: url(/common-files/img/cmn_link_ic07.png) no-repeat 0 0;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList02 {
	margin: 20px 0 0 0;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList02 > dt {
	margin: 0 0 15px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #cccccc;
	color: #de4f5a;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList02 > dd {
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList02 > dd > *:first-child {
	margin-top: 0 !important;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList02 > dd > .links {
	margin: 1em 0 0 0;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList02 > dd > .links > li {
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList02 > dd > .links > li + li {
	margin-top: 1em;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList02 > dd > .links > li > a {
	display: inline-block;
	padding: 0 0 0 14px;
	background: url(/common-files/img/cmn_link_ic03.png) no-repeat 0 0.4em;
	color: #666666;
	font-size: 1.6rem;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList03 {
	margin: 20px 0 0 0;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList03 > li {
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList03 > li + li {
	margin-top: 1em;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent > .menuList03 > li > a {
	position: relative;
	display: block;
	padding: 0 0 5px 15px;
	border-bottom: 1px solid #cccccc;
	background: url(/common-files/img/cmn_link_ic02.png) no-repeat 0 0.2em;
	color: #de4f5a;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none !important;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent .btnLink01.listRow.flex-row > li > a {
	display: table;
	width: 100%;
	padding: 0 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.siteNavi > .catMenu > li > .catPanel > .menuContent .btnLink01.listRow.flex-row > li > a > span {
	display: table-cell;
	height: 50px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: left;
	vertical-align: middle;
}
.siteNavi > .utilMenu {
	margin: 20px 0 0 0;
	padding: 0 15px;
}
.siteNavi > .utilMenu > li {
	float: left;
	width: 47.8%;
	margin: 0 0 0 4.4%;
}
.siteNavi > .utilMenu > li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.siteNavi > .utilMenu > li:nth-child(n+3) {
	margin-top: 0.5em;
}
.siteNavi > .utilMenu > li > a {
	color: #666666;
}
.siteNavi > .contactBtn {
	margin: 30px 0 0 0;
	padding: 0 15px;
}
.siteNavi > .contactBtn > a {
	display: block;
	padding: 13px 26px 11px;
	border: 2px solid #777777;
	border-radius: 26px;
	background-color: #fff;
	color: #555555;
	font-size: 1.7rem;
	font-weight: bold;
	text-decoration: none !important;
	text-align: center;
}
.siteNavi > .contactBtn > a > span {
	display: inline-block;
	padding: 0 0 0 42px;
	background-image: url(/common-files/img/cmn_mail_ic02.png);
	background-repeat: no-repeat;
	background-position: 0 0.15em;
	background-size: 25px auto;
}
.siteNavi > .ecBtn {
	margin: 30px 0 0 0;
	padding: 0 15px;
	text-align: center;
}


/* Body
------------------------------------------------------ */


/* Header
------------------------------------------------------ */
#globalHeader {
	position: fixed;
	height: 60px;
	border-top-width: 4px;
	border-bottom: 1px solid #edecec;
	z-index: 1000;
}

/*----- headerWrap01 -----*/
.headerWrap01 {
	position: relative;
	width: auto;
}
.headerWrap01 .hdrIdentity {
	padding: 0 0 0 14px;
}
.headerWrap01 .hdrIdentity .siteLogo {
	padding: 14px 0 0 0;
}
.headerWrap01 .hdrIdentity .siteLogo img {
	width: 171px;
	max-width: 100%;
}
.headerWrap01 .hdrUtility {
	padding: 12px 8px 0 0;
}
.headerWrap01 .hdrUtility .ecBtn,
.headerWrap01 .hdrUtility .contactBtn,
.headerWrap01 .hdrUtility .utilMenu {
	display: none;
}
.headerWrap01 .hdrUtility .menuBtn {
	position: absolute;
	right: 8px;
	top: 13px;
	display: block;
}
.headerWrap01 .hdrUtility .menuBtn > a {
	position: relative;
	display: inline-block;
	min-width: 110px;
	padding: 5px 10px 3px 40px;
	border: 2px solid #dfd7cb;
	border-radius: 16px;
	background-color: #f8f3e9;
	color: #333333;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none !important;
	text-align: center;
}
.headerWrap01 .hdrUtility .menuBtn > a > i {
	position: absolute;
	left: 13px;
	display: block;
	width: 17px;
	height: 3px;
	border-radius: 2px;
	background-color: #7c7071;
}
.headerWrap01 .hdrUtility .menuBtn > a > i:nth-child(1) { top: 6px; }
.headerWrap01 .hdrUtility .menuBtn > a > i:nth-child(2) { top: 13px; }
.headerWrap01 .hdrUtility .menuBtn > a > i:nth-child(3) { top: 20px; }
.headerWrap01 .hdrUtility .menuBtn.is-active > a {
	border-color: #7c7071;
	background-color: #7c7071;
	color: #fff;
}
.headerWrap01 .hdrUtility .menuBtn.is-active > a > i:nth-child(1),
.headerWrap01 .hdrUtility .menuBtn.is-active > a > i:nth-child(3) {
	width: 24px;
	height: 4px;
	left: 17px;
	top: 50%;
	margin: -2px 0 0 0;
	border-radius: 4px;
	background-color: #fff;
}
.headerWrap01 .hdrUtility .menuBtn.is-active > a > i:nth-child(1) {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.headerWrap01 .hdrUtility .menuBtn.is-active > a > i:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.headerWrap01 .hdrUtility .menuBtn.is-active > a > i:nth-child(2) {
	display: none;
}


/* Navigation
------------------------------------------------------ */
#globalNavi {
	top: 60px;
	height: auto;
	border-bottom: none;
	z-index: 999;
}

/*----- navigation -----*/
#navigation {
	width: auto;
}
#navigation .commonMenu {
	display: none;
}
#navigation .recruitBtn {
	display: none;
}
#navigation .spMenu {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	padding: 0 0 40px 0;
	border-top: 2px solid #dfd7cb;
	background-color: #f8f3e9;
}
#navigation .spMenu .siteNavi > .ecBtn {
	margin-top: 20px;
}
#navigation .spMenu .menuClose {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0 15px;
	text-align: center;
}
#navigation .spMenu .menuClose > a {
	position: relative;
	display: inline-block;
	min-width: 150px;
	padding: 10px 24px 8px 56px;
	border-radius: 24px;
	background-color: #7c7071;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	text-decoration: none !important;
	text-align: center;
}
#navigation .spMenu .menuClose > a:before,
#navigation .spMenu .menuClose > a:after {
	content: "";
	position: absolute;
	left: 32px;
	top: 50%;
	display: block;
	width: 27px;
	height: 5px;
	margin: -3px 0 0 0;
	border-radius: 3px;
	background-color: #fff;
}
#navigation .spMenu .menuClose > a:before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#navigation .spMenu .menuClose > a:after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}


/* Contents
------------------------------------------------------ */
#globalContents {
	padding: 60px 0 0 0;
}
.open-menu #globalContents {
	display: none;
}

/*----- topicWrap -----*/
.topicWrap {
	display: none;
}

/*----- titleWrap -----*/
.titleWrap {
	border-bottom: none;
}

/*----- contentsWrap -----*/
.contentsWrap {
	width: auto;
	padding: 15px 15px 0;
}

.mainWrap01 {
	width: auto;
	padding: 0 0 40px 0;
}
.mainWrap01 + .mainWrap01 {
	padding-top: 40px;
}
.mainWrap01.is-wide {
	margin: 0 -15px;
}


/* Footer
------------------------------------------------------ */
.open-menu #globalFooter {
	display: none;
}

/*----- footerWrap01 -----*/
.footerWrap01 {
	padding: 0 0 60px 0;
}
.footerWrap01 .siteNavi > .utilMenu,
.footerWrap01 .siteNavi > .contactBtn {
	display: none;
}
.footerWrap01 .ftrNavi {
	display: none;
}
.footerWrap01 .ftrNavi > .navBlock {
	clear: none !important;
	float: none;
	width: 100% !important;
	margin: 0 !important;
}
.footerWrap01 .groupNavi {
	width: auto;
	margin: 35px auto 0;
	text-align: center;
}
.footerWrap01 .groupNavi > .groupLogo {
	text-align: center;
}
.footerWrap01 .groupNavi > .groupLogo img {
	width: 172px;
	max-width: 100%;
}
.footerWrap01 .groupNavi > .link {
	margin: 0.25em 0 0 0;
	text-align: center;
}

/*----- footerWrap02 -----*/
.footerWrap02 {
	width: auto;
	padding: 30px 0;
}
.footerWrap02 #pageTopBtn > a {
	top: -32px;
	width: 63px;
	height: 63px;
	margin: 0 0 0 -32px;
	background-size: 63px 63px;
}
.footerWrap02 #pageTopBtn > a:hover {
	top: -37px;
}
.footerWrap02 .ftrUtility {
	float: none;
	padding: 0 15px;
	overflow: hidden;
}
.footerWrap02 .ftrUtility > .utilMenu {
	margin: 0 -30px -15px 0;
	overflow: hidden;
}
.footerWrap02 .ftrUtility > .utilMenu > li {
	float: left;
	margin: 0 30px 15px 0;
}
.footerWrap02 .ftrUtility > .utilMenu > li > a {
	font-size: 1.4rem;
}
.footerWrap02 .ftrUtility > .utilMenu > li > a[target="_blank"]:after {
	margin: 0 0 0 8px;
}
.footerWrap02 .ftrIdentity {
	float: none;
	margin: 30px 0 0 0;
}
.footerWrap02 .ftrIdentity #copyright {
	font-size: 1.2rem;
	text-align: center;
}



/********************************************************

  MODULE

********************************************************/

/* Element
------------------------------------------------------ */


/* Component
------------------------------------------------------ */
/*----- Section -----*/
.sectioning01 { margin: 40px 0 0 0 !important; }
.sectioning02 { margin: 35px 0 0 0 !important; }
.sectioning03 { margin: 30px 0 0 0 !important; }
.sectioning04 { margin: 30px 0 0 0 !important; }
.sectioning05 { margin: 25px 0 0 0 !important; }

/*----- Heading -----*/
#contents .heading02 + * {
	margin-top: 20px;
}
#contents .heading03 + *,
#contents .heading04 + *,
#contents .heading05 + * {
	margin-top: 15px;
}
#contents .heading06 + * {
	margin-top: 10px;
}
/* heading */
.heading01 {
	width: 100%;
	padding: 5px 15px;
}
.heading01:after {
	bottom: -5px;
	height: 5px;
	background-size: auto 5px;
}
.heading01 > .hdg {
	height: 50px;
	font-size: 2.2rem;
}
.heading01 > .hdg > sup {
	font-size: 1.6rem;
}
.heading01 > .logo {
	width: 115px;
}
.heading02 {
	margin: 35px 0 20px;
	padding: 0 0 10px 0;
}
.heading02.hdgTglBtn:not(.is-active) {
	margin-bottom: 0;
}
.heading02:after {
	height: 3px;
	background-size: auto 3px;
}
.heading02 > .hdg {
	font-size: 2.0rem;
}
.heading02 > .hdg > a {
	padding: 0 0 0 18px;
	background-size: auto 12px;
}
.heading02.hdgTglBtn > .hdg {
	position: relative;
	padding: 0 0 0 30px;
	text-align: left;
}
.heading02.hdgTglBtn > .hdg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: 18px;
	height: 3px;
	margin: -3px 0 0 0;
	border-radius: 3px;
	background-color: #7c7071;
}
.heading02.hdgTglBtn > .hdg:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	width: 18px;
	height: 3px;
	margin: -3px 0 0 0;
	border-radius: 3px;
	background-color: #7c7071;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.heading02.hdgTglBtn.is-active > .hdg:after {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.heading02.hdgTglBtn > .hdg > a {
	padding: 0;
	background: none;
	text-decoration: none;
}
.heading02.hdgTglBtn + .hdgTglPanel > *:first-child {
	margin-top: 0 !important;
}
.heading03 {
	margin: 30px 0 15px;
	padding: 0 0 7px 0;
}
.heading03 > .hdg {
	font-size: 1.5rem;
}
.heading03 > .hdg sup {
	font-size: 1.2rem;
}
.heading04 {
	margin: 30px 0 20px;
	padding: 0 0 0 19px;
	font-size: 1.4rem;
}
.heading04:before {
	width: 9px;
	height: 9px;
}
.heading04 > sup {
	font-size: 1.1rem;
}
.heading05 {
	margin: 30px 0 15px;
	padding: 0 0 7px 16px;
	font-size: 1.2rem;
}
.heading05:before {
	width: 7px;
	height: 7px;
}
.heading06 {
	margin: 25px 0 10px;
	padding: 0 0 0 18px;
	font-size: 1.2rem;
}

/*----- Text -----*/
/* font-size */
.fontXS { font-size: 11px !important; font-size: 1.1rem !important; }
.fontSS { font-size: 12px !important; font-size: 1.2rem !important; }
.fontS  { font-size: 13px !important; font-size: 1.3rem !important; }
.fontMS { font-size: 14px !important; font-size: 1.4rem !important; }
.fontM  { font-size: 15px !important; font-size: 1.5rem !important; }
.fontML { font-size: 16px !important; font-size: 1.6rem !important; }
.fontL  { font-size: 17px !important; font-size: 1.7rem !important; }
.fontLL { font-size: 18px !important; font-size: 1.8rem !important; }
.fontXL { font-size: 19px !important; font-size: 1.9rem !important; }
/* leadTxt */
.leadTxt01 {
	font-weight: normal;
}

/*----- List -----*/
/* listRow */
.listRow.space1 { margin-right: -15px; margin-bottom: -10px; }
.listRow.space1 > li { margin-right: 15px; margin-bottom: 10px; }
.listRow.count2 > li { width: 47.8%; margin-left: 4.4%; }
.listRow.count3 > li { width: 47.8%; margin-left: 4.4%; }
.listRow.count4 > li { width: 47.8%; margin-left: 4.4%; }
[class*="btnLink"].listRow.count2:not(.flex-row) > li { width: 100%; margin-left: 0; }
[class*="btnLink"].listRow.count3:not(.flex-row) > li { width: 100%; margin-left: 0; }
[class*="btnLink"].listRow.count4:not(.flex-row) > li { width: 100%; margin-left: 0; }
.listRow.count2 > li:nth-child(n+3),
.listRow.count3 > li:nth-child(n+4),
.listRow.count4 > li:nth-child(n+5) {
	margin-top: 0;
}
.listRow.count2 > li:nth-child(n+3),
.listRow.count3 > li:nth-child(n+3),
.listRow.count4 > li:nth-child(n+3) {
	margin-top: 0.5em;
}
[class*="btnLink"].listRow.count2:not(.flex-row) > li:nth-child(n+3),
[class*="btnLink"].listRow.count3:not(.flex-row) > li:nth-child(n+4),
[class*="btnLink"].listRow.count4:not(.flex-row) > li:nth-child(n+5) {
	margin-top: 0;
}
[class*="btnLink"].listRow.count2:not(.flex-row) > li:nth-child(n+2),
[class*="btnLink"].listRow.count3:not(.flex-row) > li:nth-child(n+2),
[class*="btnLink"].listRow.count4:not(.flex-row) > li:nth-child(n+2) {
	margin-top: 15px;
}
.listRow.count2 > li:nth-child(2n+1),
.listRow.count3 > li:nth-child(3n+1),
.listRow.count4 > li:nth-child(4n+1) {
	clear: none !important;
	margin-left: auto !important;
}
.listRow.count2 > li:nth-child(2n+1),
.listRow.count3 > li:nth-child(2n+1),
.listRow.count4 > li:nth-child(2n+1) {
	clear: left !important;
	margin-left: 0 !important;
}
.listRow.count2 > li:nth-child(2n),
.listRow.count3 > li:nth-child(2n),
.listRow.count4 > li:nth-child(2n) {
	clear: none !important;
	margin-left: 4.4% !important;
}
[class*="btnLink"].listRow.count2:not(.flex-row) > li:nth-child(2n+1),
[class*="btnLink"].listRow.count3:not(.flex-row) > li:nth-child(2n+1),
[class*="btnLink"].listRow.count4:not(.flex-row) > li:nth-child(2n+1),
[class*="btnLink"].listRow.count2:not(.flex-row) > li:nth-child(2n),
[class*="btnLink"].listRow.count3:not(.flex-row) > li:nth-child(2n),
[class*="btnLink"].listRow.count4:not(.flex-row) > li:nth-child(2n) {
	clear: none !important;
	margin-left: 0 !important;
}
.listRow.flex-col > li,
.listRow.flex-col[class*="count"] > li,
.listRow.flex-col[class*="grid"] > li,
[class*="btnLink"].listRow.flex-col > li {
	clear: none !important;
	float: none !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}
.listRow.flex-col > li:nth-child(n+2),
.listRow.flex-col[class*="count"] > li:nth-child(n+2),
.listRow.flex-col[class*="grid"] > li:nth-child(n+2) {
	margin-top: 0.5em !important;
}
[class*="btnLink"].listRow.flex-col > li:nth-child(n+2) {
	margin-top: 15px !important;
}
.listRow[class*="type-ic"] > li .nutritionIcon img {
	height: 15px;
}
/* descTable */
.descTable.flex-col {
	display: block;
}
.descTable.flex-col > .trow {
	display: block !important;
}
.descTable.flex-col > .trow + .trow {
	margin-top: 0.5em;
}
.descTable.flex-col > .trow > dt,
.descTable.flex-col > .trow > dd {
	display: block !important;
}
.descTable.flex-inline {
	display: block;
}
.descTable.flex-inline > .trow {
	display: block !important;
}
.descTable.flex-inline > .trow + .trow {
	margin-top: 0.5em;
}
.descTable.flex-inline > .trow > dt,
.descTable.flex-inline > .trow > dd {
	display: inline !important;
}
.descTable.with-marker1.flex-col > .trow,
.descTable.with-marker1.flex-inline > .trow {
	position: relative;
	padding-left: 14px;
}
.descTable.with-marker1.flex-col > .trow:before,
.descTable.with-marker1.flex-inline > .trow:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #de4f5a;
}
.descTable.with-marker1.flex-col > .trow > dt,
.descTable.with-marker1.flex-inline > .trow > dt {
	position: static;
	padding-left: 0;
}
.descTable.with-marker1.flex-col > .trow > dt:before,
.descTable.with-marker1.flex-inline > .trow > dt:before {
	display: none;
}
/* markerList */
.markerList01 > li {
	padding: 0 0 0 14px;
}
.markerList02 > li {
	padding: 0 0 0 14px;
}
.markerList03 > li {
	padding: 0 0 0 14px;
	font-size: 1.2rem;
}
.markerList03 > li:before {
	top: 0.6em;
	width: 7px;
	height: 2px;
}
/* descList */
.descList01 > dt {
	padding: 0 0 0 14px;
}

/*----- Link -----*/
/* txtLink */
.txtLink01 a {
	background-position: 0 0.4em;
}
.txtLink01 a.type-movie {
	padding: 0 0 0 27px;
}

/*----- Button -----*/
[class*="btnLink"] a.size-col2 { width: 100%; }
[class*="btnLink"] a.size-col3 { width: 100%; }
[class*="btnLink"] a.size-col4 { width: 100%; }
/* btnLink */
.btnLink01 a {
	width: 100%;
	min-width: 0;
	padding: 0 27px;
	border-radius: 27px;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
}
.btnLink01 a > span {
	padding: 15px 0 13px 14px;
}
.btnLink02 a {
	width: 100%;
	min-width: 0;
	padding: 0 30px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	   -moz-box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	    -ms-box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	     -o-box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	        box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	border-radius: 30px;
	font-size: 1.6rem;
}
.btnLink02 a.type-cart {
	font-size: 1.6rem;
}
.btnLink02 a > span {
	padding: 21px 0 18px;
}
.btnLink03 a {
	width: 100%;
	min-width: 0;
	padding: 0 30px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	   -moz-box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	    -ms-box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	     -o-box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	        box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	border-radius: 30px;
	font-size: 1.6rem;
}
.btnLink03 a > span {
	padding: 21px 0 18px;
}
.btnLink04 a {
	width: 100%;
	min-width: 0;
	padding: 0 27px;
	border-radius: 27px;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
}
.btnLink04 a > span {
	padding: 15px 0 13px 14px;
}
.btnLink05 a {
	width: 100%;
	min-width: 0;
	padding: 0 30px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	   -moz-box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	    -ms-box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	     -o-box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	        box-shadow: 0px 1px 0px 0px rgba(127,127,127,0.3);
	border-radius: 30px;
	font-size: 1.6rem;
}
.btnLink05 a > span {
	padding: 21px 0 18px 30px;
	background-image: url(/common-files/img/cmn_link_ic12.png);
	background-size: 12px auto;
}

/*----- Navi -----*/
/* anchorNavi */
.anchorNavi01 {
	margin: 25px 0 0 0;
}
.anchorNavi02 {
	margin: 20px 0 0 0;
}
.anchorNavi03 {
	margin: 20px 0 0 0;
}
.ancLink01.count2 > li { width: 50%; }
.ancLink01.count3 > li { width: 50%; }
.ancLink01.count4 > li { width: 50%; }
.ancLink01.count5 > li { width: 50%; }
.ancLink01.count2 > li:nth-child(2n+1),
.ancLink01.count3 > li:nth-child(3n+1),
.ancLink01.count4 > li:nth-child(4n+1),
.ancLink01.count5 > li:nth-child(5n+1) {
	clear: none;
	margin-left: 0;
}
.ancLink01.count2 > li:nth-child(2n+1),
.ancLink01.count3 > li:nth-child(2n+1),
.ancLink01.count4 > li:nth-child(2n+1),
.ancLink01.count5 > li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.ancLink01.count2 > li:nth-child(n+3),
.ancLink01.count3 > li:nth-child(n+4),
.ancLink01.count4 > li:nth-child(n+5),
.ancLink01.count5 > li:nth-child(n+6) {
	margin-top: 0;
}
.ancLink01.count2 > li:nth-child(n+3),
.ancLink01.count3 > li:nth-child(n+3),
.ancLink01.count4 > li:nth-child(n+3),
.ancLink01.count5 > li:nth-child(n+3) {
	margin-top: 1px;
}
.ancLink01 > li > a {
	padding: 15px 10px 13px 24px;
	background-position: 7px 50%;
	font-size: 1.4rem;
}
.ancLink01 > li > a > span {
	height: 32px;
}
.ancLink02 a {
	font-size: 1.4rem;
}
.ancLink03 {
	text-align: left;
}
.ancLink03 > li {
	float: left;
	display: block;
	width: 50%;
	padding: 0;
	line-height: 1.5;
}
.ancLink03 > li:nth-child(2n) {
	padding-left: 8px;
}
.ancLink03 > li:nth-child(2n+1) {
	clear: left;
	padding-right: 8px;
	border-right: 1px solid #cccccc;
}
.ancLink03 > li:nth-child(n+3) {
	margin-top: 10px;
}
.ancLink03 > li:after {
	display: none !important;
}
.ancLink03 > li > a {
	background-position: 0 0.5em;
}
/* localNavi */
.localNavi01 > .hdg {
	padding: 10px 15px 8px;
}
.localNavi01.type-toggle > .hdg {
	position: relative;
	padding: 15px 15px 10px 45px;
	cursor: pointer;
}
.localNavi01.type-toggle > .hdg:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	display: inline-block;
	width: 18px;
	height: 3px;
	border-radius: 3px;
	background-color: #7c7071;
}
.localNavi01.type-toggle > .hdg:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	display: inline-block;
	width: 18px;
	height: 3px;
	border-radius: 3px;
	background-color: #7c7071;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.localNavi01 > .hdg > span {
	max-width: none;
	font-size: 2.0rem;
}
.localNavi01.type-toggle > .hdg > span {
	font-size: 2.1rem;
	text-align: left;
}
.localNavi01.type-toggle > .hdg.is-active:after {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.localNavi01 > .cnt {
	padding: 15px;
}
.localNavi01 > .hdg + .cnt {
	padding: 15px;
}
/* categoryNavi */
.categoryNavi {
	width: auto;
	padding: 10px 0;
}
.categoryNavi .catMenu01 {
	margin: 20px 0 0 0;
}
.categoryNavi .catMenu01 > li {
	float: none;
	width: auto;
	margin: 0;
}
.categoryNavi .catMenu01 > li > a {
	font-size: 1.8rem;
}
.categoryNavi .catMenu01 > li:nth-child(4n+1) {
	clear: none;
	margin-left: auto;
}
.categoryNavi .catMenu01 > li:nth-child(n+5) {
	margin-top: 0;
}
.categoryNavi .catMenu01 > li:nth-child(n+2) {
	margin-top: 1em;
}
.categoryNavi .catMenu02 {
	margin: 20px 0 0 0;
}
.categoryNavi .catMenu02 > dt {
	margin: 0 0 1em 0;
	font-size: 1.8rem;
}
.categoryNavi .catMenu02 > dd > .links {
	margin: 20px 0 0 0;
}
.categoryNavi .catMenu02 > dd > .links > li {
	float: none;
	margin: 0;
}
.categoryNavi .catMenu02 > dd > .links.count4 > li { width: auto; }
.categoryNavi .catMenu02 > dd > .links.count4 > li:nth-child(4n+1) {
	clear: none;
	margin-left: auto;
}
.categoryNavi .catMenu02 > dd > .links.count4 > li:nth-child(n+5) {
	margin-top: 0;
}
.categoryNavi .catMenu02 > dd > .links.count4 > li:nth-child(n+2) {
	margin-top: 1em;
}
.categoryNavi .catMenu02 > dd > .links > li > a {
	font-size: 1.6rem;
}
/* pickupNavi */
.pickupNavi {
	padding: 0;
	background-color: #f8f8f8;
}
#main > .mainWrap01:first-child > .pickupNavi {
	margin-top: -10px !important;
}
.pickupNavi > .hdg {
	margin: 0;
	padding: 10px 15px 8px;
	background-color: #f1f1f1;
}
.pickupNavi > .hdg > span {
	max-width: none;
	color: #444444;
	font-size: 2.0rem;
	font-weight: normal;
}
.pickupNavi > .cnt {
	padding: 15px;
}

/*----- Table -----*/
/* tblWrap */
.tblWrap01 {
	margin: 20px 0 0 0;
	overflow-x: auto;
}
.tblWrap01:not(.flex-scrolling) .brNone {
	white-space: normal !important;
}
.tblWrap01.flex-scrolling::-webkit-scrollbar {
	width: 10px;
	border-radius: 10px;
	background: #f1f1f1;
}
.tblWrap01.flex-scrolling::-webkit-scrollbar:horizontal {
	height: 10px;
	border-radius: 10px;
	background: #f1f1f1;
}
.tblWrap01.flex-scrolling::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #cccccc;
}
.tblWrap01.flex-scrolling::-webkit-scrollbar-thumb:horizontal {
	border-radius: 10px;
	background: #cccccc;
}
/* tblLayout */
.tblLayout01 {
	margin: 20px 0 0 0;
}
.tblWrap01.fix-top > .tblLayout01.is-cloned.is-fixed {
	left: 0;
	top: 60px;
	max-width: calc(100% - 30px);
	margin: 0 15px;
}
.tblWrap01.flex-scrolling .tblLayout01 {
	width: 720px !important;
}
.tblLayout01 caption {
	margin: 0 0 7px 0;
}
.tblLayout01 caption [class*="heading"],
.tblLayout01 caption .tblHdg01 {
	margin-bottom: 10px;
}
.tblLayout01 th,
.tblLayout01 td {
	padding: 6px 8px 5px;
}
.tblLayout01.type-allergy th,
.tblLayout01.type-allergy td {
	padding: 7px 3px 5px;
	font-size: 1.3rem;
	line-height: 1.2;
}
.tblLayout01.type-allergy td sup {
	font-size: 1rem;
}
.tblLayout01 .cell-circle {
	font-size: 1.3rem;
}
.tblLayout02 {
	margin: 20px 0 0 0;
}
.tblWrap01.flex-col .tblLayout02 colgroup col,
.tblWrap01.flex-col .tblLayout02 tbody,
.tblWrap01.flex-col .tblLayout02 tr,
.tblWrap01.flex-col .tblLayout02 th,
.tblWrap01.flex-col .tblLayout02 td {
	display: block;
	width: 100% !important;
}
.tblWrap01.flex-col .tblLayout02 th,
.tblWrap01.flex-col .tblLayout02 td {
	padding: 7px 10px 5px;
	border-right: none;
}
.tblWrap01.flex-col .tblLayout02 td {
	border-bottom: none;
}
.tblLayout03 {
	margin: 20px 0 0 0;
}
.tblWrap01.flex-col .tblLayout03 {
	border-top: 1px solid #cccccc;
	border-left: none;
}
.tblWrap01.flex-col .tblLayout03 colgroup col,
.tblWrap01.flex-col .tblLayout03 tbody,
.tblWrap01.flex-col .tblLayout03 tr,
.tblWrap01.flex-col .tblLayout03 th,
.tblWrap01.flex-col .tblLayout03 td {
	display: block;
	width: 100% !important;
}
.tblWrap01.flex-col .tblLayout03 th {
	padding: 15px 0 0 0;
	border-right: none;
	border-bottom: none;
}
.tblWrap01.flex-col .tblLayout03 td {
	padding: 12px 0 15px;
	border-right: none;
	border-bottom: 1px solid #cccccc;
}
.tblWrap01.flex-col .tblLayout03 tr:nth-child(2n) > th,
.tblWrap01.flex-col .tblLayout03 tr:nth-child(2n) > td {
	background-color: #fff;
}

/*----- Figure -----*/
/* figWrap */
.figWrap {
	margin: 20px 0 0 0;
}
.figWrap + .figWrap {
	margin-top: 10px;
}
.figWrap.type-frame1 {
	width: 290px;
	height: 290px;
}
.figWrap.type-frame1 img {
	max-width: 288px;
	max-height: 288px;
}
.figWrap.type-frame2 {
	width: 150px;
	height: 150px;
}
.figWrap.type-frame2:after {
	right: -16px;
	top: 70px;
	border-width: 8px;
}
.figWrap.type-frame2 img {
	max-width: 150px;
	max-height: 150px;
}
.figWrap.type-frame3 {
	width: 90px;
	height: 90px;
}
.figWrap.type-frame3 img {
	max-width: 88px;
	max-height: 88px;
}
.figWrap.type-frame4 {
	width: 130px;
	height: 130px;
}
.figWrap.type-frame4 img {
	max-width: 128px;
	max-height: 128px;
}

/*----- Video -----*/


/*----- Layout -----*/
/* colLayout01 */
.colLayout01.count1 > .col:nth-child(n+2),
.colLayout01.count2 > .col:nth-child(n+3),
.colLayout01.count3 > .col:nth-child(n+4),
.colLayout01.count4 > .col:nth-child(n+5) {
	margin-top: 0;
}
.colLayout01.count1 > .col:nth-child(n+2),
.colLayout01.count2 > .col:nth-child(n+3),
.colLayout01.count3 > .col:nth-child(n+3),
.colLayout01.count4 > .col:nth-child(n+3) {
	margin-top: 15px;
}
.colLayout01.count2 > .col:nth-child(2n+1),
.colLayout01.count3 > .col:nth-child(3n+1),
.colLayout01.count4 > .col:nth-child(4n+1) {
	clear: none;
	margin-left: auto;
}
.colLayout01.count2 > .col:nth-child(2n+1),
.colLayout01.count3 > .col:nth-child(2n+1),
.colLayout01.count4 > .col:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.colLayout01.count2 > .col:nth-child(2n),
.colLayout01.count3 > .col:nth-child(2n),
.colLayout01.count4 > .col:nth-child(2n) {
	margin-left: 4.4%;
}
.colLayout01 {
	margin: 20px 0 0 0;
}
.colLayout01 > .col {
	margin: 0 0 0 4.4%;
}
.colLayout01.count1 > .col { width: 100%; }
.colLayout01.count2 > .col { width: 47.8%; }
.colLayout01.count3 > .col { width: 47.8%; }
.colLayout01.count4 > .col { width: 47.8%; }
.colLayout01.is-centering {
	text-align: left;
	letter-spacing: normal;
}
.colLayout01.is-centering > .col {
	float: left;
	display: block;
}
.colLayout01 > .colLeft {
	width: 47.8%;
	margin: 0 15px 0 0;
}
.colLayout01 > .colRight {
	width: 47.8%;
	margin: 0 0 0 15px;
}
.colLayout01.flex-col > [class*="col"] {
	clear: none !important;
	float: none !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.colLayout01.flex-col > [class*="col"]:nth-child(n+2) {
	margin-top: 15px !important;
}
.colLayout01.flex-col.no-space > [class*="col"]:nth-child(n+2) {
	margin-top: 0 !important;
}
.colLayout01.flex-col > [class*="col"] > .size-fix {
	margin-right: auto;
	margin-left: auto;
}

/*----- Box -----*/
/* boxWrap */
.boxWrap01 {
	margin: 20px 0 0 0;
}
.boxLayout01 .boxHdg01 {
	margin: 0 0 10px 0;
	padding: 20px 20px 0;
	font-size: 1.6rem;
}
.boxLayout01 .boxCnt01 { padding: 20px 20px 15px; }

/*----- Index -----*/
/* idxLayout */
.idxLayout01 > .linkBlock {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 10px 20px 10px 0;
}
.idxLayout01 > .linkBlock:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 11px;
	height: 18px;
	margin: -9px 0 0 0;
	background-image: url(/common-files/img/cmn_link_ic01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.idxLayout01 > .linkBlock > .image {
	display: table-cell;
	width: 90px;
	text-align: left;
	vertical-align: top;
}
.idxLayout01 > .linkBlock > .caption {
	display: table-cell;
	width: 99%;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
	vertical-align: top;
}
.idxLayout02 > .hdg {
	margin: 0 0 0.5em 0;
	font-size: 1.6rem;
}
.idxLayout02 > .hdg sup {
	font-size: 1.3rem;
}
.idxLayout02 > .hdg + .listRow.type-ic1 {
	margin: 0.5em 0 0 0;
}
.idxLayout02 > .block01 {
	margin: 10px 0 0 0;
}
.idxLayout02 > .block01 > .image {
	width: 130px;
}
.idxLayout02 > .block01 > .caption {
	padding: 0;
}
.idxLayout02 > .block01 > .image + .caption {
	padding-left: 15px;
}
.idxLayout02 > .block01 > .caption > .mark img {
	max-width: 122px;
	height: auto;
}
.idxLayout03 > .linkBlock {
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
}
.idxLayout03 > .linkBlock:after {
	display: none;
}
.idxLayout03 > .linkBlock > .image {
	display: table;
	width: 100%;
}
.idxLayout03 > .linkBlock > .image > .figWrap {
	display: table-cell;
	width: 100%;
	height: 122px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.25);
	    -ms-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.25);
	     -o-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.25);
	        box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.25);
	text-align: center;
	vertical-align: middle;
}
.idxLayout03 > .linkBlock > .image > .figWrap img {
	max-width: 100px;
	max-height: 100px;
	margin: 0 auto;
}
.idxLayout03 > .linkBlock > .caption {
	margin: 7px 0 0 0;
	font-size: 1.5rem;
}
.idxLayout03 > .linkBlock > .caption > .hdg {
	color: #0d5198;
	text-decoration: underline;
}
.idxLayout03 > .linkBlock > .caption > .summary {
	font-size: 1.2rem;
}
.idxLayout03 > .linkBlock > .caption > .tblWrap01 > .tblLayout02 th,
.idxLayout03 > .linkBlock > .caption > .tblWrap01 > .tblLayout02 td {
	font-size: 1.4rem;
}
.idxLayout04 > .linkBlock {
	position: table;
	table-layout: fixed;
	width: 100%;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: #fff;
	background-image: none;
}
.idxLayout04 > .linkBlock:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: auto;
	top: 50%;
	display: inline-block;
	width: 10px;
	height: 15px;
	margin: -8px 0 0 0;
	background-image: url(/common-files/img/cmn_link_ic08.png);
	background-size: auto 15px;
}
.idxLayout04 > .linkBlock > .image {
	display: table-cell;
	width: 77px;
	text-align: left;
	vertical-align: middle;
}
.idxLayout04 > .linkBlock > .caption {
	display: table-cell;
	margin: 0;
	padding: 5px 20px;
	text-align: left;
	vertical-align: middle;
}
.idxLayout04 > .linkBlock > .caption > .hdg {
	font-size: 1.7rem;
	line-height: 1.25;
}
.idxLayout04 > a.linkBlock:hover {
	border-color: transparent;
}

/*----- tab -----*/
/* tabWrap */
.tabWrap01 {
	margin: 20px 0 0 0;
}
.tabWrap01 > .tabNavi {
	margin: 20px 0 0 0;
}
.tabWrap01.type-toggle > .tabNavi {
	display: none;
}
.tabWrap01.type-toggle > .tabTglBtn {
	position: relative;
	display: block;
	margin: 10px 0 0 0;
	padding: 15px 10px 12px 35px;
	border: 1px solid #ccb6b6;
	border-radius: 3px;
	background-color: #fff;
	font-size: 1.5rem;
	line-height: 1.25;
	cursor: pointer;
}
.tabWrap01.type-toggle > .tabNavi + .tabTglBtn {
	margin-top: 0;
}
.tabWrap01.type-toggle > .tabTglBtn:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	display: inline-block;
	width: 18px;
	height: 3px;
	border-radius: 3px;
	background-color: #7c7071;
}
.tabWrap01.type-toggle > .tabTglBtn:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	display: inline-block;
	width: 18px;
	height: 3px;
	border-radius: 3px;
	background-color: #7c7071;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.tabWrap01.type-toggle > .tabTglBtn.is-active:after {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.tabWrap01.type-toggle > .tabPanel {
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
}

/*----- slider -----*/
/* prodPhotoGallery */
.prodPhotoGallery {
	width: 100%;
}
.prodPhotoGallery .photoBlock {
}
.prodPhotoGallery .photoBlock .photos {
}
.prodPhotoGallery .photoBlock .photos figure {
	display: table;
	width: 100%;
}
.prodPhotoGallery .photoBlock .photos figure > span {
	width: 100%;
	height: 290px;
}
.prodPhotoGallery .photoBlock .photos figure > span img {
	max-width: 288px;
	max-height: 288px;
	margin: 0 auto;
}
/* relProdSlider */
.relProdSlider {
	width: auto;
	height: 152px;
	padding: 0 15px;
}
.relProdSlider .relProdList .item .linkBlock {
	width: 122px;
}
.relProdSlider .relProdList .item .linkBlock > .image {
	width: 122px;
	height: 122px;
}
.relProdSlider .relProdList .item .linkBlock > .image img {
	max-width: 100px;
	max-height: 100px;
	margin: 0 auto;
}
.relProdSlider .relProdList .item .linkBlock > .caption {
	margin: 7px 0 0 0;
	font-size: 1.5rem;
}
/* whatsNewSlider */
.whatsNewSlider {
	height: 300px;
	margin: 0;
	overflow: hidden;
}
.whatsNewSlider .whatsNewList {
	width: 70%;
	margin: 0 auto;
}
.whatsNewSlider .whatsNewList .entry {
	position: relative;
	padding: 0 10px;
}
.whatsNewSlider .whatsNewList .entry > .linkBlock {
	width: 100%;
}
.whatsNewSlider .whatsNewList .entry > a.linkBlock:before {
	border-width: 2px;
}
.whatsNewSlider .whatsNewList .entry > .linkBlock > .caption > .category {
	margin: -26px 0 0 0 !important;
}
/* bannerSlider */
.bannerSlider {
	height: 90px;
	padding: 0;
}
.bannerSlider .bannerList {
	width: 80%;
	margin: 0 auto;
}
.bannerSlider .bannerList .item {
	position: relative;
	padding: 0 8px;
}
.bannerSlider .bannerList .item img {
	width: 100%;
	height: auto;
}

/*----- conversion -----*/
/* cvWrap */
.cvWrap01 {
	width: auto;
	margin: 30px auto 0;
	padding: 15px;
	background-size: 10px 10px;
}
.cvWrap01 > .block01 > .image {
	width: 150px;
}
.cvWrap01 > .block01 > .caption {
	padding: 0 15px;
}
.cvWrap01 > .block01 > .caption > .hdg {
	font-size: 1.5rem;
}
.cvWrap01 > .block01 > .caption > .hdg > sup {
	font-size: 1.3rem;
}
.cvWrap01 > .block02 {
	display: block;
}

/*----- Page : /products/ -----*/
#products .sectioning02.type-toggle + .colLayout01.flex-col,
#products .sectioning02.type-toggle + .colLayout01.flex-col + .sectioning02.type-toggle {
	margin-top: 20px !important;
}
#products .sectioning02.type-toggle + .colLayout01 > .col:nth-child(n+2) {
	margin-top: 20px !important;
}
/*----- Page :  -----*/
/* prodListWrap01 */
.prodListWrap01 {
	margin: 20px 0 0 0;
}
.prodListWrap01 > .list {
	border-top: 1px solid #cccccc;
}
.prodListWrap01 > .list > li {
	float: none;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}
.prodListWrap01 > .list.count5 > li { width: 100%; }
.prodListWrap01 > .list.count5 > li:nth-child(5n+1) {
	clear: none;
	margin-left: auto;
}
.prodListWrap01 > .list.count5 > li:nth-child(n+6) {
	margin-top: 0;
}
/* prodListWrap02 */
.prodListWrap02 {
	margin: 20px 0 0 0;
}
.prodListWrap02 > .list > li {
	float: none;
	margin: 0;
}
.prodListWrap02 > .list.count2 > li { width: 100%; }
.prodListWrap02 > .list.count2 > li:nth-child(2n+1) {
	clear: none;
	margin-left: auto;
}
.prodListWrap02 > .list.count2 > li:nth-child(n+3) {
	margin-top: 0;
}
.prodListWrap02 > .list.count2 > li:nth-child(n+2) {
	margin-top: 20px;
}
/* prodListWrap03 */
.prodListWrap03 {
	width: auto;
	margin: 20px 0 0 0;
	padding: 0 15px;
}
.prodListWrap03 > .list {
}
.prodListWrap03 > .list > li {
	margin: 0 0 0 4.4%;
}
.prodListWrap03 > .list.count4 > li { width: 47.8%; }
.prodListWrap03 > .list.count4 > li:nth-child(4n+1) {
	clear: none;
	margin-left: auto;
}
.prodListWrap03 > .list.count4 > li:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
.prodListWrap03 > .list.count4 > li:nth-child(n+5) {
	margin-top: 0;
}
.prodListWrap03 > .list.count4 > li:nth-child(n+3) {
	margin-top: 15px;
}
/* prodListWrap04 */
.prodListWrap04 {
	margin: 20px 0 0 0;
}
.prodListWrap04 > .list {
	margin: 20px 0 0 0;
}
.prodListWrap04 > .list > li {
	clear: none !important;
	float: none;
	display: block;
	width: 100% !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	border-bottom: 1px solid #cccccc;
}

/* prodInfoDetail */
.prodInfoDetail {
	margin: 25px 0 0 0;
}

/* medicalListWrap01 */
.medicalListWrap01 > .list {
	margin: 25px 0 0 0;
}
.medicalListWrap01 > .list.count1 > li { width: 100%; }
.medicalListWrap01 > .list.count4 > li { width: 47.2%; margin-left: 5.6% !important; }
.medicalListWrap01 > .list.count4 > li:nth-child(7n+1) {
	clear: none;
	margin-left: auto;
}
.medicalListWrap01 > .list.count4 > li:nth-child(7n+4) {
	clear: none;
	margin-left: auto;
}
.medicalListWrap01 > .list.count1 > li:nth-child(n+2),
.medicalListWrap01 > .list.count4 > li:nth-child(n+4) {
	margin-top: 0;
}
.medicalListWrap01 > .list.count4 > li:nth-child(2n+1) {
	clear: left;
	margin-left: 0 !important;
}
.medicalListWrap01 > .list.count4 > li:nth-child(n+3) {
	margin-top: 15px;
}

}



/********************************************************

  MEDIA

********************************************************/

/* Resposive
------------------------------------------------------ */
/*----- SP Only Layout -----*/
@media screen and (min-width: 200px) and (max-width: 750px) {
	/* device */
	.pc-only { display: none !important; }
	.sp-alL { text-align: left !important; }
	.sp-alC { text-align: center !important; }
	.sp-alR { text-align: right !important; }
	.sp-invalid { pointer-events: none; }
}
@media screen and (max-width: 736px) {  /* Landscape of iPhone6Plus */
}
@media screen and (max-width: 667px) {  /* Landscape of iPhone6 */
}
@media screen and (max-width: 568px) {  /* Landscape of iPhone5/5S/5c */
}
@media screen and (max-width: 480px) {  /* Landscape of iPhone4/4S */
}
@media screen and (max-width: 414px) {  /* Portrait of iPhone6Plus */
}
@media screen and (max-width: 375px) {  /* Portrait of iPhone6 */
}
@media screen and (max-width: 320px) {  /* Portrait of iPhone4/4S/5/5S/5c */
}


/* Clearfix
------------------------------------------------------ */
.siteNavi > .utilMenu:after,
.ancLink03:after {
	content: "";
	display: block;
	clear: both;
}
