@charset "utf-8";
/*=================================
parts_sp.css
@media only screen and (max-width: 640px)
================================ */
@media screen and (max-width: 640px) {

/* common
-------------------------------- */
p {
	margin-top: 10px;
}
.js-sizefix {
	margin: 0 auto;
}
.js-sizefix.aL {
	margin-left: 0 !important;
}
.js-sizefix.aR {
	margin-right: 0 !important;
}
.js-accDetails > *:first-child {
	margin-top: 0 !important;
}

/* section
-------------------------------- */
#mainContents section,
#mainContents section + * {
	margin-top: 30px;
}
#mainContents section > section,
#mainContents section > section + * {
	margin-top: 20px;
}
#mainContents section > *:first-child {
	margin-top: 0 !important;
}

/* heading
-------------------------------- */
.heading01 {
	margin: -20px -20px 0 !important;
}
.heading01 > .title {
	padding: 12px 20px;
	border-bottom: solid 2px #4a4a4a;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.2;
	background-color: #eeeeee;
}
.heading01 > .title .shoulder {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 1.3rem;
}
.heading01.js-accBox {
	position: relative;
}
.heading01.js-accBox > .title {
}
.heading01.js-accBox > .menuBtn {
	padding: 10px 20px;
	background-color: #4a4a4a;
}
.heading01.js-accBox > .menuBtn > a {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	outline: none;
}
.heading01.js-accBox > .menuBtn > a:after {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	top: 50%;
	left: 0;
	margin-top: -10px;
	background-color: #ffffff;
}
.heading01.js-accBox > .menuBtn > a > span {
	position: relative;
	display: inline-block;
	padding-left: 27px;
}
.heading01.js-accBox > .menuBtn > a > span:before,
.heading01.js-accBox > .menuBtn > a > span:after {
	content: "";
	position: absolute;
	top: 50%;
	border-radius: 2px;
	background-color: #333333;
	z-index: 1;
	-webkit-transition: all 0.1s linear;
					transition: all 0.1s linear;
}
.heading01.js-accBox > .menuBtn > a > span:before {
	left: 3px;
	width: 14px;
	height: 2px;
	margin-top: -1px;
}
.heading01.js-accBox > .menuBtn > a > span:after {
	left: 9px;
	width: 2px;
	height: 14px;
	margin-top: -7px;
}
.heading01.js-accBox > .menuBtn.is-active > a > span:after {
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
	opacity: 0;
}
.heading01.js-accBox > .menuBox {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 20px;
	background: #f5f5f5;
	-webkit-box-shadow: 0px 1px 2px 1px #ccc;
					box-shadow: 0px 1px 2px 1px #ccc;
	z-index: 98;
}
.heading01.js-accBox > .menuBox > *:first-child {
	margin-top: 0 !important;
}
.heading01.js-accBox > .menuBox > .menuTitle {
	margin-top: 25px;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.3;
}
.heading01.js-accBox > .menuBox > .menuTitle + * {
	margin-top: 15px;
}
.heading02 {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  				justify-content: flex-start;
	-webkit-align-items: center;
					align-items: center;
	padding: 0 0 10px 0;
	border-bottom: solid 2px #c9c9c9;
}
.heading02 > .title {
	position: relative;
	width: 100%;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}
.heading02 > .title:before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	height: 5px;
	width: 11px;
	background-color: #e51e00;
}
.heading02.js-accSwitch {
	position: relative;
}
.heading02.js-accSwitch .title {
	padding-right: 30px;
}
.heading02.js-accSwitch .title i {
	content: "";
	position: absolute;
	height: 22px;
	width: 22px;
	top: 50%;
	right: 0;
	border-radius: 50%;
	background-color: #4a4a4a;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.heading02.js-accSwitch .title i:before,
.heading02.js-accSwitch .title i:after {
	content: "";
	position: absolute;
	top: 50%;
	border-radius: 2px;
	background-color: #ffffff;
	transition: all 0.1s linear;
}
.heading02.js-accSwitch .title i:before {
	right: 5px;
	width: 12px;
	height: 2px;
	margin-top: -1px;
}
.heading02.js-accSwitch .title i:after {
	right: 10px;
	width: 2px;
	height: 12px;
	margin-top: -6px;
}
.heading02.js-accSwitch.is-active .title i:after {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	opacity: 0;
}
.heading03 {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  				justify-content: flex-start;
	-webkit-align-items: center;
					align-items: center;
}
.heading03 > .title {
	position: relative;
	padding: 0 0 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.heading03 > .title:before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	height: 3px;
	width: 8px;
	background-color: #e51e00;
}
.heading04 {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  				justify-content: flex-start;
	-webkit-align-items: center;
					align-items: center;
}
.heading04 > .title {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}

/* heading + element margin */
.heading01 + * {
	margin-top: 25px !important;
}
.heading02 + * {
	margin-top: 20px !important;
}
.heading03 + * {
	margin-top: 15px !important;
}

/* flex
-------------------------------- */
[data-row] {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  				flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  				justify-content: flex-start;
}
[data-row="1"] {
	-webkit-justify-content: center;
  				justify-content: center;
}
[data-row="1"] > * {
	margin-right: 0 !important;
}
[data-row="1"].aR {
	-webkit-justify-content: center;
  				justify-content: center;
}
[data-row="1"].aL {
	-webkit-justify-content: center;
  				justify-content: center;
}
[data-row="2"]:not(.sp-break) > *:nth-child(2n),
[data-row="3"]:not(.sp-break) > *:nth-child(2n),
[data-row="4"]:not(.sp-break) > *:nth-child(2n),
[data-row="5"]:not(.sp-break) > *:nth-child(2n),
[data-row="6"]:not(.sp-break) > *:nth-child(2n) {
	margin-right: 0 !important;
}
[data-row="1"]:not(.sp-break) > *,
[data-row="2"]:not(.sp-break) > *:nth-child(-n+2),
[data-row="3"]:not(.sp-break) > *:nth-child(-n+2),
[data-row="4"]:not(.sp-break) > *:nth-child(-n+2),
[data-row="5"]:not(.sp-break) > *:nth-child(-n+2),
[data-row="6"]:not(.sp-break) > *:nth-child(-n+2) {
	margin-top: 0 !important;
}
[data-row].sp-break {
	display: block;
}
[data-row].sp-break > * {
	width: 100% !important;
	margin-right: 0 !important;
}
[data-row].sp-break > *:first-child {
	margin-top: 0 !important;
}

/* grid
-------------------------------- */
.grid {
	margin-top: 25px;
}
.grid[data-row] > .gridItem {
	max-width: 100%;
	margin: 20px 15px 0 0;
}
.grid[data-row="2"] > .gridItem,
.grid[data-row="3"] > .gridItem,
.grid[data-row="4"] > .gridItem,
.grid[data-row="5"] > .gridItem,
.grid[data-row="6"] > .gridItem {
	width: calc((100% - 15px) / 2);
}
.grid[data-row].has-partition {
	overflow: hidden;
}
.grid[data-row].has-partition > .gridItem {
	padding-left: 15px;
	border-left: solid 1px #d1d1d1;
}
.grid[data-row="2"].has-partition:not(.sp-break) > .gridItem:nth-child(2n+1),
.grid[data-row="3"].has-partition:not(.sp-break) > .gridItem:nth-child(2n+1),
.grid[data-row="4"].has-partition:not(.sp-break) > .gridItem:nth-child(2n+1),
.grid[data-row="5"].has-partition:not(.sp-break) > .gridItem:nth-child(2n+1),
.grid[data-row="6"].has-partition:not(.sp-break) > .gridItem:nth-child(2n+1) {
	margin-left: -15px;
	border-left: none;
}
.grid[data-row].has-partition.sp-break > .gridItem {
	margin: 15px 0 0;
}
.grid[data-row].has-partition.sp-break > .gridItem {
	padding: 0 0 15px;
	border-left: none;
	border-bottom: solid 1px #d1d1d1;
}
.grid > .gridItem > *:first-child {
	margin-top: 0 !important;
}
.grid[data-row] > .gridItem figure {
	text-align: center;
}

/* media
-------------------------------- */
.media {
	margin-top: 25px;
}
.media > .mediaLeft,
.media > .mediaRight {
	max-width: calc((100% - 15px) / 2);
}
.media > .mediaLeft {
	float: left;
	margin: 0 15px 0 0;
}
.media > .mediaRight {
	float: right;
	margin: 0 0 0 15px;
}
.media > .mediaLeft .img.has-border,
.media > .mediaRight .img.has-border {
	border: solid 1px #cccccc;
}
.media > .widthRow2 {
	width: calc((100% - 15px) / 2);
}
.media > .widthRow3,
.media > .widthRow4,
.media > .widthRow5,
.media > .widthRow6 {
	width: calc((100% - 30px) / 3);
}
.media > .mediaBody {
	overflow: hidden;
}
.media[data-wraparound="T"] > .mediaLeft,
.media[data-wraparound="T"] > .mediaRight {
	margin-bottom: 10px;
}
.media[data-wraparound="T"] > .mediaBody {
	overflow: visible;
}
.media > .mediaLeft > *:first-child,
.media > .mediaRight > *:first-child,
.media > .mediaBody > *:first-child {
	margin-top: 0 !important;
}
.media > .mediaLeft .gridItem,
.media > .mediaRight .gridItem {
	margin-top: 10px;
}
.media.sp-break > .mediaLeft,
.media.sp-break > .mediaRight {
	float: none;
	width: auto !important;
	max-width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}
.media.sp-break > .mediaBody {
	margin-top: 10px;
}

/* panel
-------------------------------- */
.panel {
	margin-top: 25px;
}
.panel .panelHead .title {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.panel [class*="panelHead"] + .panelBody {
	margin-top: 10px;
}
.panel .panelBody .grid,
.panel .panelBody .panel,
.panel .panelBody .table,
.panel .panelBody .media {
	margin-top: 15px;
}
.panel [class*="panelHead"] > *:first-child,
.panel .panelBody > *:first-child {
	margin-top: 0 !important;
}
.panel.panelLink {
	padding: 0 !important;
	border: none !important;
}
.panel.panelLink > a {
	display: block;
	color: #333333;
	text-decoration: none;
}
.panel.panelLink > a [class*="panelHead"] .title {
	display: inline-block;
	position: relative;
	padding-left: 1.2em;
	color: #0d73c2;
}
.panel.panelLink > a .panelHead .title:before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ff0000;
	border-right: 2px solid #ff0000;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
.panel.panelLink > a .panelHead02 .title:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
.panel.panelColor01,
.panel.panelLink.panelColor01 > a {
	padding: 15px;
	background-color: #f1f1f1;
}
.panel.panelBorder01,
.panel.panelLink.panelBorder01 > a {
	padding: 15px;
	border: solid 1px #cdcdcd;
	background-color: #ffffff;
}
.panel.panelBorder01 .panelHead {
	padding-bottom: 10px;
	border-bottom: solid 1px #cdcdcd;
}
.panel.panelBorder02,
.panel.panelLink.panelBorder02 > a {
	padding: 15px;
	border: solid 1px #ff0000;
	background-color: #ffffff;
}
.panel.is-contact a {
	padding: 15px 15px 15px 0 !important;
}

/* text
-------------------------------- */
.leadText01 {
	margin-top: 15px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.leadText01 + * {
	margin-top: 10px;
}
.checkLead01 {
	position: relative;
	margin-top: 15px;
	padding-left: 25px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.checkLead01:before {
	content: "";
	position: absolute;
	top: 0.25em;
	left: 0;
	height: 14px;
	width: 17px;
	background: url(/common/img/com_ic_check01.png) no-repeat 0 0;
	-webkit-background-size: 17px 14px;
					background-size: 17px 14px;
}
.checkLead01 + * {
	margin-top: 5px;
}
.caption01 {
	margin-top: 5px;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: left;
}
.cartText {
	position: relative;
	padding-left: 20px;
}
.cartText i.icon {
	display: block;
	position: absolute;
	top: 0.25em;
	left: 0;
	height: 14px;
	width: 14px;
	background: url(/common/img/com_ic_cart01.png) no-repeat 0 0;
	background-size: 14px 14px;
}
.importantText {
	position: relative;
	padding-left: 17px;
}
span.importantText,
a.importantText {
	display: inline-block;
}
.importantText i.icon {
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0;
	height: 16px;
	width: 10px;
	background: url(/common/img/com_ic11.png) no-repeat 0 0;
	-webkit-background-size: 10px 16px;
					background-size: 10px 16px;
}
.datingText {
	margin-top: 10px !important;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}
.datingText + * {
	margin-top: 15px !important;
}
.strongText {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
}
.questionText,
.answerText {
	position: relative;
	padding-left: 35px;
	font-size: 14px;
	font-size: 1.4rem;
}
.questionText > *:first-child,
.answerText > *:first-child {
	margin-top: 0 !important;
}
.questionText:before,
.answerText:before {
	content: "";
	position: absolute;
	top: -0.2em;
	left: 0;
	height: 28px;
	width: 28px;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 28px 28px;
					background-size: 28px 28px;
}
.questionText:before {
	background-image: url(/common/img/com_ic_qa01.png);
}
.answerText:before {
	background-image: url(/common/img/com_ic_qa02.png);
}
.color00 {
	color: #000000 !important;
}
.color01 {
	color: #ff0000 !important;
}
.indentText {
	text-indent: 1em;
}
.underline {
	text-decoration: underline;
}

/* list
-------------------------------- */
/* list flex */
.list {
	margin-top: 15px;
}
.list > li {
	margin-top: 5px;
}
.list > li:first-child {
	margin-top: 0 !important;
}
.list[data-row] > li {
	margin-right: 15px;
}
.list[data-row="2"] > li,
.list[data-row="3"] > li,
.list[data-row="4"] > li,
.list[data-row="5"] > li,
.list[data-row="6"] > li {
	width: calc((100% - 15px) / 2);
}
.list.has-border[data-row] {
	-webkit-align-items: flex-end;
					align-items: flex-end;
}
.list.has-border > li {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eeeeee;
}
.list > li .list {
	margin-top: 5px;
}
.list > li .grid,
.list > li .panel,
.list > li .table,
.list > li .media {
	margin-top: 15px;
}

/* list title */
.listTitle01 {
	margin-top: 15px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
}
.listTitle01 + * {
	margin-top: 10px !important;
}

/* iconList */
.iconList01 > li {
	position: relative;
	padding-left: 12px;
}
.iconList01 > li:before {
  content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #ff0000;
	border-radius: 50%;
}
.iconList02 > li {
	position: relative;
	padding-left: 10px;
}
.iconList02 > li:before {
  content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #333333;
	border-radius: 50%;
}

/* orderList */
[class*="orderList"] > li {
	counter-increment: order-note1;
	position: relative;
	padding-left: 2em;
}
[class*="orderList"] > li:before {
	content: counter(order-note1) ".";
	position: absolute;
	top: 0;
	left: 0;
}
[class*="orderList"] [class*="orderList"] > li {
	counter-increment: order-note-child1;
}
[class*="orderList"] [class*="orderList"] > li:before {
	content: counter(order-note-child1) ".";
}
.orderList01.list > li {
	margin-top: 10px;
}
.orderList01 > li:before {
	font-weight: bold;
}
.orderList01 > li > span:first-child + * {
	margin-top: 5px !important;
}

/* noteList */
.noteList {
	font-size: 11px;
	font-size: 1.1rem;
}
.noteList > li {
	position: relative;
	padding-left: 1.2em;
}
.noteList > li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.noteList.noteOrder01 > li {
	padding-left: 2.2em;
	counter-increment: order-note1;
}
.noteList.noteOrder01 > li:before {
	content: "*" counter(order-note1);
}

/* defineList */
.defineList01 > dt {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.defineList01 > dd {
	margin-top: 5px;
}
.defineList01 > dd + dt {
	margin-top: 15px;
}
.defineList01 > dd > *:first-child {
	margin-top: 0 !important;
}

/* listFloatType */
.listFloatType {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
					flex-flow: row wrap;
	margin-top: 10px;
}
.listFloatType > li {
	margin-right: 15px;
}
.listFloatType[class*="iconLink"] > li,
.listFloatType[class*="iconList"] > li {
	margin-top: 5px;
}

/* link
-------------------------------- */
/* iconLink */
.iconLink01 li a {
	display: inline-block;
	position: relative;
	padding-left: 1em;
}
.iconLink01 li a:before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
.iconLink01 li > :not(a) {
    margin: 5px 0 0 1em;
}
.iconLink02 li a {
	display: inline-block;
	position: relative;
	padding-left: 1em;
}
.iconLink02 li a:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #969696;
	border-right: 1px solid #969696;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
li > .iconLink02 {
	margin-left: 10px;
}
li > .iconLink02 li a {
	font-size: 1.2rem;
}

/* btnLink */
.button {
	margin-top: 15px;
}
.button.is-mtLarge {
	margin-top: 30px;
}
.button > li {
	margin-top: 10px;
}
.button > li:first-child {
	margin-top: 0 !important;
}
.button[data-row] > li {
	margin-right: 15px;
}
.button[data-row="2"] > li,
.button[data-row="3"] > li,
.button[data-row="4"] > li,
.button[data-row="5"] > li,
.button[data-row="6"] > li {
	width: calc((100% - 15px) / 2);
}
.button a,
.button label {
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-align-items: center;
					align-items: center;
	-webkit-justify-content: center;
					justify-content: center;
}
.button label {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
					transition: all 0.3s ease-out 0s;
}
.button[data-row] a,
.button[data-row] label {
	min-width: 0 !important;
}
.button[data-row] a,
.button[data-row] label {
	width: 100% !important;
}
.button input {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	-webkit-appearance: none;
					appearance: none;
}
.btnLink01 > li > a,
.btnLink01 > li > label {
	padding: 8px 8px 8px 25px;
	min-width: 80%;
	border: solid 1px #cccccc;
	color: #333333 !important;
	background-color: #ffffff;
}
.btnLink01 > li > a:before,
.btnLink01 > li > label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	-webkit-transform: rotate(45deg);
		 			transform: rotate(45deg);
}

/* for system */
.btnLink01 {
	margin-top: 15px;
	font-size: 14px;
	font-size: 1.4rem;
}
.btnLink01.is-mtLarge {
	margin-top: 30px;
}
.btnLink01 li {
	margin-top: 10px;
}
.btnLink01 li:first-child {
	margin-top: 0 !important;
}
.btnLink01 li a,
.btnLink01 li label {
	display: -webkit-inline-flex;
	display: inline-flex;
	position: relative;
	-webkit-align-items: center;
					align-items: center;
	-webkit-justify-content: center;
					justify-content: center;
}

/* boxLink */
.boxLink01 {
	margin-top: 15px;
	border-bottom: solid 1px #e4e4e4;
}
.boxLink01 + .boxLink01 {
	margin-top: 0;
}
.boxLink01 > .title {
	margin-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.boxLink01 > .title > a {
	display: block;
	position: relative;
	padding: 15px 15px 15px 0;
	color: #333333;
}
.boxLink01 > .title > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	-webkit-transform: rotate(45deg);
		 			transform: rotate(45deg);
}
.boxLink01 > .title > a[target="_blank"]:after {
	right: 0;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: url(/common/img/com_ic_blank01.png) no-repeat 0 0;
	background-size: 12px 12px;
	border: none;
	-webkit-transform: rotate(0);
					transform: rotate(0);
}
.boxLink01 > .title > a[href*=".pdf"]:after {
	right: 0;
	width: 15px;
	height: 16px;
	margin-top: -8px;
	background: url(/common/img/com_ic_pdf01.png) no-repeat 0 0;
	background-size: 15px 16px;
	border: none;
	-webkit-transform: rotate(0);
					transform: rotate(0);
}
[class*="heading0"] + .boxLink01.is-qa {
	margin-top: 10px !important;
}
.boxLink01.is-qa > .title > a {
	padding-left: 35px;
}
.boxLink01.is-qa > .title > a:before {
	content: "";
	position: absolute;
	top: 0.8em;
	left: 0;
	height: 28px;
	width: 28px;
	background: url(/common/img/com_ic_qa01.png) no-repeat 0 0;
	-webkit-background-size: 28px auto;
					background-size: 28px auto;
}
.boxLink02 {
	margin-top: 15px;
}
[class*="heading0"] + .boxLink02 {
	margin-top: 10px !important;
}
.boxLink02 > li {
	margin-top: 0 !important;
}
.boxLink02 li a {
	display: block;
	position: relative;
	padding: 12px 0 12px 20px;
	border-bottom: solid 1px #eeeeee;
}
.boxLink02 li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}

/* newsBox */
.newsBox01 {
	margin-top: 15px;
	border-bottom: dotted 1px #e0e0e0;
}
[class*="heading0"] + .newsBox01 {
	margin-top: 10px !important;
}
.newsBox01 + .newsBox01 {
	margin-top: 0 !important;
}
.newsBox01 > a,
.newsBox01 > span {
	position: relative;
	display: block;
	padding: 10px 0;
}
.newsBox01 > a {
	padding-right: 15px;
	text-decoration: none !important;
}
.newsBox01 > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	margin-top: -5px;
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
.newsBox01 > a[target="_blank"]:after {
	right: 0;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: url(/common/img/com_ic_blank01.png) no-repeat 0 0;
	background-size: 12px 12px;
	border: none;
	-webkit-transform: rotate(0);
					transform: rotate(0);
}
.newsBox01 > a[href*=".pdf"]:after {
	right: 0;
	width: 15px;
	height: 16px;
	margin-top: -8px;
	background: url(/common/img/com_ic_pdf01.png) no-repeat 0 0;
	background-size: 15px 16px;
	border: none;
	-webkit-transform: rotate(0);
					transform: rotate(0);
}
.newsBox01 > * > .date {
	font-size: 12px;
	font-size: 1.2rem;
}
.newsBox01 > a > .date {
	color: #333333 !important;
}
.newsBox01 > * > .detail {
	margin-top: 5px;
}

/* icon
-------------------------------- */
[class*="iconLink"] a[target="_blank"]:after,
.btnLink01 a[target="_blank"] span:after,
.inlineLink[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	background: url(/common/img/com_ic_blank01.png) no-repeat 0 0;
	background-size: 12px 12px;
	border: none !important;
	vertical-align: -1px;
}
[class*="iconLink"] a[href*=".pdf"]:after,
.btnLink01 a[href*=".pdf"] span:after,
.inlineLink[href*=".pdf"]:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 16px;
	margin-left: 5px;
	background: url(/common/img/com_ic_pdf01.png) no-repeat 0 0;
	background-size: 15px 16px;
	border: none !important;
	vertical-align: -3px
}
.inlineLink[target="_blank"]:after,
.inlineLink[href*=".pdf"]:after {
	margin-right: 10px;
	margin-left: 5px;
}

/* anchor
-------------------------------- */
.anchor01 {
	margin-top: 30px;
}
.anchor01[data-row] {
}
.anchor01 > li {
	margin-top: 25px;
}
.anchor01 > li:first-child {
	margin-top: 0 !important;
}
.anchor01[data-row="2"] > li,
.anchor01[data-row="3"] > li,
.anchor01[data-row="4"] > li,
.anchor01[data-row="5"] > li,
.anchor01[data-row="6"] > li {
	width: calc(100% / 2);
}
.anchor01 a {
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-align-items: center;
					align-items: center;
	-webkit-justify-content: center;
					justify-content: center;
	min-width: 80%;
	padding: 8px 10px;
	border: solid 1px #cccccc;
	border-left: none;
	color: #333333 !important;
	background-color: #ffffff;
}
.anchor01[data-row] a {
	min-width: 0 !important;
}
.anchor01[data-row] a {
	width: 100% !important;
}
.anchor01[data-row="2"] > li:nth-child(2n+1) a,
.anchor01[data-row="3"] > li:nth-child(2n+1) a,
.anchor01[data-row="4"] > li:nth-child(2n+1) a,
.anchor01[data-row="5"] > li:nth-child(2n+1) a,
.anchor01[data-row="6"] > li:nth-child(2n+1) a,
.anchor01.sp-break[data-row] > li a {
	border-left: solid 1px #cccccc;
}
.anchor01 a span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.anchor01 a span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	margin-top: -5px;
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	-webkit-transform: rotate(135deg);
		 			transform: rotate(135deg);
}

/* product
-------------------------------- */
.productMain01 {
	margin-top: 25px;
}
.productMain01 > .productImg {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.productMain01 > .productLead {
	margin-top: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
}
.productMain01 > .productLead p {
	margin-top: 0;
}
.figureBlock > a,
.figureBlock > a:link,
.figureBlock > span {
	display: block;
	position: relative;
	color: #333333;
	text-decoration: none;
}
.figureBlock > .is-new:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 55px;
	width: 55px;
	background: url(/common/img/com_ic_new01.png) no-repeat 0 0;
	-webkit-background-size: 55px 55px;
					background-size: 55px 55px;
	z-index: 1;
}
.figureBlock .figure + * {
	margin-top: 10px !important;
}
.figureBlock .link {
	position: relative;
	margin-top: 10px;
}
.figureBlock > a .link {
	padding-left: 1em;
}
.figureBlock > a .link:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
.grid[data-row].figureBlock {
	-webkit-align-items: stretch;
					align-items: stretch;
}
.grid[data-row].figureBlock > .gridItem {
	position: relative;
	display: block;
}
.grid[data-row].figureBlock > .gridItem figure {
	max-width: 100%;
	text-align: center;
}
.grid.figureBlock:not[data-row="2"] > .gridItem .caption01 {
	text-align: left;
}

/* tabs
-------------------------------- */
.tabs {
	margin: 25px -20px 0;
}
.tabs .tabCtrl > ul > li {
	position: relative;
}
.tabs .tabCtrl > ul > li.is-active {
	z-index: 2;
}
.tabs .tabCtrl > ul > li > a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
					justify-content: center;
	-webkit-align-items: center;
					align-items: center;
	height: 70px;
	border: 2px solid #bfbfbf;
	background-color: #ffffff;
	color: #333333;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.125;
	text-decoration: none;
	outline: none;
}
.tabs .tabCtrl.is-top > ul > li > a {
	border-bottom: none;
}
.tabs .tabCtrl.is-bottom {
	margin-top: -2px;
}
.tabs .tabCtrl.is-bottom > ul > li > a {
	border-top: none;
}
.tabs .tabCtrl > ul > li.is-active > a {
	border-color: #ff0000;
	color: #ff0000;
}
.tabs .tabCtrl [data-row] > * {
	margin-right: 5px;
}
.tabs .tabCtrl [data-row="2"] > * {
	width: calc((100% - 5px) / 2);
}
.tabs .tabCtrl [data-row="3"] > * {
	width: calc((100% - 10px) / 3);
}
.tabs .tabCtrl [data-row="4"] > * {
	width: calc((100% - 15px) / 4);
}
.tabs .tabCtrl [data-row="5"] > * {
	width: calc((100% - 20px) / 5);
}
.tabs .tabCtrl [data-row] > * {
	margin-right: 5px !important;
}
.tabs .tabCtrl [data-row="2"] > *:nth-child(2n),
.tabs .tabCtrl [data-row="3"] > *:nth-child(3n),
.tabs .tabCtrl [data-row="4"] > *:nth-child(4n),
.tabs .tabCtrl [data-row="5"] > *:nth-child(5n) {
	margin-right: 0 !important;
}
.tabs .tabCtrl > ul > li[class*="icon"] > a > span {
	display: inline-block;
	position: relative;
	padding-top: 35px;
}
.tabs .tabCtrl > ul > li[class*="icon"] > a > span:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	height: 26px;
	width: 26px;
	margin-left: -13px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 26px auto;
					background-size: 26px auto;
}
.tabs .tabCtrl > ul > li[class*="icon"].is-active > a > span:before {
	background-position: 0 -26px;
}
.tabs .tabCtrl > ul > li.icon01 > a > span:before {
	background-image: url(/common/img/com_ic06.png);
}
.tabs .tabCtrl > ul > li.icon02 > a > span:before {
	background-image: url(/common/img/com_ic07.png);
}
.tabs .tabCtrl > ul > li.icon03 > a > span:before {
	background-image: url(/common/img/com_ic08.png);
}
.tabs .tabCtrl > ul > li.icon04 > a > span:before {
	background-image: url(/common/img/com_ic09.png);
}
.tabs .tabBody {
	position: relative;
	margin-top: -2px;
	padding: 30px 20px;
	border-top: solid 2px #ff0000;
	border-bottom: solid 2px #ff0000;
	z-index: 1;
}
.tabs .tabBody .tabDetail > *:first-child {
	margin-top: 0 !important;
}

/* table
-------------------------------- */
.table {
	margin-top: 25px;
}
.table > table {
	width: 100%;
	table-layout: fixed;
}
.table > table th,
.table > table td {
	text-align: left;
	vertical-align: top;
}
.table > table thead th {
	text-align: center;
	vertical-align: middle;
}
.table > table th > *:first-child,
.table > table td > *:first-child {
	margin-top: 0 !important;
}
.table > table th .grid,
.table > table th .media,
.table > table td .grid,
.table > table td .media {
	margin: 15px 0 0;
}
.table > .tableLayout01 {
	border-top: solid 1px #bfbfbf;
	border-left: solid 1px #bfbfbf;
	background-color: #ffffff;
}
.table > .tableLayout01 th,
.table > .tableLayout01 td {
	padding: 10px;
	border-right: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
}
.table > .tableLayout01 .lv01 {
	background-color: #ee6d59;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.table > .tableLayout01 .lv02 {
	background-color: #ffece9;
}
.table + .noteList {
	margin-top: 10px;
}
.table.sp-scroll {
	position: relative;
	padding: 0 0 15px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table.sp-scroll:before {
	content: "※スライドして表示して下さい";
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	font-size: 1.1rem;
}
.table.sp-scroll > table {
	width: 1000px;
}
.table .bdr-right-none {
	border-right: none !important;
}
.table .bdr-left {
	border-left: 1px solid #bfbfbf !important;
}

/* movie
-------------------------------- */
.movieBox {
	margin-top: 25px;
}
.movieBox > *:first-child {
	margin-top: 0 !important;
}
.movieBox > .movieTitle {
	margin-top: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.movieBox > .movieTitle + * {
	margin-top: 5px !important;
}
.movieIframe {
	position: relative;
	margin-top: 15px;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
}
.movieIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* contact
-------------------------------- */
.contactBlock {
	margin-top: 25px;
}
.panelLink .contactBlock {
	margin-top: 0;
}
.contactBlock > *:first-child {
	margin-top: 0 !important;
}
.contact {
	margin-top: 20px;
}
.contact > a {
	display: block;
	color: #333333;
}
.contact .contactBody {
	position: relative;
	padding-left: 95px;
}
.contact .contactBody:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.contact.is-tel .contactBody:before {
	left: 15px;
	height: 44px;
	width: 44px;
	background: url(/common/img/com_ic_tel01.png) no-repeat 0 0;
	-webkit-background-size: 44px 44px;
					background-size: 44px 44px;
}
.contact.is-fax .contactBody:before {
	left: 0;
	height: 35px;
	width: 80px;
	background: url(/common/img/com_ic_fax01.png) no-repeat 0 0;
	-webkit-background-size: 80px 35px;
					background-size: 80px 35px;
}
.contact.is-faq .contactBody:before {
	left: 25px;
	height: 40px;
	width: 40px;
	background: url(/common/img/com_ic_faq01.png) no-repeat 0 0;
	-webkit-background-size: 40px 40px;
					background-size: 40px 40px;
}
.contact.is-net .contactBody:before {
	left: 20px;
	height: 38px;
	width: 51px;
	background: url(/common/img/com_ic_net01.png) no-repeat 0 0;
	-webkit-background-size: 51px 38px;
					background-size: 51px 38px;
}
.contact .contactBody > *:first-child {
	margin-top: 0 !important;
}
.contact .contactBody .title {
	font-size: 12px;
	font-size: 1.2rem;
}
.contact .contactBody .title + * {
	margin-top: 5px;
}
.contact .contactBody .address {
	font-size: 12px;
	font-size: 1.2rem;
}
.contact .contactBody .address + * {
	margin-top: 0;
}
.contact .contactBody	.telNumber {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}
.contact .contactBody	.telNumber .js-telNum {
	font-size: 18px;
	font-size: 1.8rem;
}
.contact .contactBody	.telNumber .sub {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}


/* Language switching
-------------------------------- */
.rectangle {
    align-items: center;
    background: #eee;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
    padding: .5em 1em;
}
.rectangle .head {
    color: #333333;
    font-family: Meiryo-Bold;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}
.rectangle .shape::before {
    background-image: url(../../common/img/baseline-language-24px.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 2em;
    margin-right: .5em;
    vertical-align: middle;
    width: 2em;
}
.rectangle .btn_lang {
    margin: 0 .2em;
    width: calc(100% / 3);
}
.rectangle .btn_lang a {
    background-image: linear-gradient(-180deg, rgba(255,255,255,0.62) 0%, rgba(255,255,255,0.00) 100%);
    background: #4A4A4A;
    border-radius: 4px;
    border: 1px solid rgba(82,82,82,0.23);
    box-shadow: inset 0 2px 3px 0 rgba(255,255,255,0.50), inset 0 -1px 2px 0 rgba(0,0,0,0.50);
    display: block;
    letter-spacing: normal;
    text-align: center;
    transition-duration: .2s;
    width: 100%;
    color: #FFFFFF;
    font-family: Meiryo-Bold;
    font-size: 14px;
    padding: .5em;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0,0,0,0.50);
    vertical-align: middle;
}
.rectangle .btn_lang a:hover {
    background: #999;
    transition-duration: .2s;
}
  
/* colorbox
-------------------------------- */
.modal-download#cboxOverlay {
 background: #fff;
}
.modal-download#colorbox {
  background: #fff;
  box-shadow:0px 0px 5px 1px #c6c6c6;
}
.modal-download #cboxContent {
  margin-top: 0;
  background: #fff;
}
.modal-download #cboxLoadedContent {
  border: none;
}
.modal-download #cboxClose {
  display: none;
}

.download_agreement_box {
  height: calc(100% - 15px);
  position: relative;
  padding: 45px 0 15px 15px;
}
.download_agreement_box .box_inner {
  height: 100%;
  padding: 0 15px 0 0;
  overflow-y: scroll;
}
.download_agreement_box .agreement-text-area{
  padding: 0 0 22px 0;
  border-bottom: 1px solid #cdcdcd;
}
.download_agreement_box .agreement-text{
  font-size: 1.2rem;
}
.download_agreement_box .iconList02{
  padding-left: 0.3em;
}
.download_agreement_box .agreement-heading01{
  font-size: 1.5rem;
  font-weight: bold;
}
.download_agreement_box .agreement-heading02 {
  margin-top: 1em;
}
.download_agreement_box .agreement-heading02 +* {
  margin-top: 0;
}
.download_agreement_box .download_signature {
  margin-top: 2em;
  text-align: right;
}
.download_agreement_box .btnLink01,
.download_agreement_box .iconLink01 {
  margin-top: 30px;
}
.download_agreement_box .btnLink01 a {
  width: 100%;
  max-width: 280px;
}
.download_agreement_box .close-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.download_agreement_box .close-button a {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background: #dcdcdc;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
.download_agreement_box .close-button a::before,
.download_agreement_box .close-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  width: 2.5px;
  height: 18px;
  background: #4a4a4a;
}
.download_agreement_box .close-button a::before {
  left: 16.25px;
  -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.download_agreement_box .close-button a::after {
  right: 16.25px;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

/* clearfix
-------------------------------- */
.media:after {
	content : "";
	display : block;
	clear : both;
}

}