﻿@charset "utf-8";


@media print, screen and (min-width: 769px) {

/*--------------------------------------------------
Header
--------------------------------------------------*/
.categoryMenuBlock {
    margin-bottom: 10px;
    border: 2px solid #d3d3d3;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
    box-sizing: border-box;
}

.categoryMenuBlock.type02 {
    border: 2px solid #747474;
}
   
.categoryMenuBlock > dl {
	position: relative;
	font-weight: bold;
	font-size: 112.5%; /* 18px */
}

.categoryMenuBlock > dl dt {
	position:  relative;
	padding: 20px 20px 20px 20px;
	font-weight: normal;
}
.categoryMenuBlock > dl dt:has(button) {
	padding: 0;
}
.categoryMenuBlock > dl.openSlide dt {
	cursor: pointer;
}

.categoryMenuBlock > dl.openSlide dt:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	margin-top: -7px;
	padding: 0;
	width: 2px;
	height: 14px;
	background: #000;
	transform: rotate(90deg);
}
.categoryMenuBlock > dl.openSlide dt:before {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	margin-top: -7px;
	padding: 0;
	width: 2px;
	height: 14px;
	background: #000;
	transform: rotate(180deg);
	transition: 0.3s;
	opacity: 1;
}

.categoryMenuBlock > dl dt.active {
	color: #ba001b;
}

.categoryMenuBlock > dl dt.active:after {
	background: #d31328;
}

.categoryMenuBlock > dl dt.active:before {
	transition: 0.3s;
	opacity: 0;
}

.categoryMenuBlock > dl dd {
	padding: 0px 10px;
	font-size: 88.889%; /* 16px */
}

.categoryMenuBlock > dl dd li {
	padding: 0 10px;
	line-height: 2.0;
	font-size: 100%; /* 16px */
	font-weight: normal;
	border-top: 2px solid #f1f1f1;
}

.categoryMenuBlock > dl dd li:first-of-type {
	border-top: none;
}

.categoryMenuBlock > dl dd li a {
	display: block;
	padding: 10px 0;
	font-size: 100%; /* 16px */
	color: #333333;
	text-decoration: none;
}

.categoryMenuBlock > dl dd li a:hover {
	color: #ba001b;
}

.categoryMenuBlock > p {
	position: relative;
	font-size: 16px;
	font-weight: normal;
}

.categoryMenuBlock > p a {
	display: block;
	padding: 20px 20px 20px 20px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    box-sizing: border-box;
}

.categoryMenuBlock.type01 > p a {
	color: #333333;
	background: #ffffff;
}

.categoryMenuBlock.type02 > p a {
	color: #ffffff;
	background: #747474;
}

.categoryMenuBlock > p a:hover {
	color: #ba001b;
}
.categoryMenuBlock:last-child {
	margin-bottom: 1em;
}
.categoryMenuBlock > dl dt .button {
	padding: 20px;
	width: 100%;
	font-weight: normal;
	font-size: 18px;
	cursor: pointer;
	background-color: #ffffff;
	border: 0;
	border-radius: 6px;
	box-sizing: border-box;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#333;
}
.categoryMenuBlock > dl dt .button:hover {
	color: #ba001b;
}
.categoryMenuBlock > dl dt .button:focus {
	outline: 2px solid #000000;
}
.categoryMenuBlock > dl dt .button:not(:focus-visible) {
	outline: 0;
}
.categoryMenuBlock > dl:focus {
	outline: 2px solid #000000;
}
.categoryMenuBlock > dl dd {
	margin-top: 4px;
}
.categoryMenuBlock a:focus {
	outline: 2px solid #000000;
}
.categoryMenuBlock a:focus:not(:focus-visible) {
	outline: 0;
}

.sidebnr li {
	margin-bottom: 1em;
}



.relatedLinkBlock {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: #f8f9fa;
}

.relatedLinkBlock > ul > li {
	margin: 5px 0;
}

.relatedLinkBlock > ul > li > a {
	display: block;
	background: url(../images/com_ic24.png) no-repeat 0 0.3em;
	padding-left: 18px;
	color: #333333;
}
.relatedLinkBlock > ul > li > a img {
	margin-left: 5px;
}


.subMenuBlock {
	margin-top: 20px;
	padding-bottom: 15px;
}
.subMenuBlock.last {
	border-bottom: 2px solid #e5e7eb;
}

.subMenuBlock > dt {
	font-weight: bold;
}

.subMenuBlock li {
	margin: 8px 0;
}

.subMenuLink > li > a {
	position: relative;
	display: block;
	padding-left: 18px;
	color: #333333;
}
.subMenuLink > li > a:before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	display: block;
	width: 10px;
	height: 1px;
	background-color: #cccccc;
}
.subMenuLink > li > a img {
	margin-left: 5px;
}


#productsNav {
	position: relative;
}


.megaMenuArea {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	z-index: 20;
	display: none;
	-webkit-box-shadow: 0 5px 5px 0 #cccccc;
	box-shadow: 0 5px 5px 0 #cccccc;
	
}
#productsNav > dl dd > ul > li .megaMenu {
	box-sizing: border-box;
	position: relative;
	top: 0;
	width: 100%;
}
#productsNav > dl dd > ul > li .megaMenuInner {
	width: 1145px;
	margin: 0 auto;
	padding: 40px 40px 25px;
}
#productsNav > dl dd > ul > li .megaMenuTitle a {
	display: inline-block;
	padding-right: 30px;
	padding-left: 0px;
	background: url(../images/icn_btn_arr01.svg) no-repeat 100% 49%;
	background-size: 20px 20px;
	color: #333333;
	font-size: 150%;
}
#productsNav > dl dd > ul > li .megaMenuTitle a:hover {
	color:#b01e23 !important;
	text-decoration:underline !important;
}

#productsNav > dl dd > ul > li .megaMenuLead {
	margin-top: 20px;
}

#productsNav > dl dd > ul > li .megaMenuColumnLeft {
	box-sizing: border-box;
	float: left;
	margin-top: 18px;
	padding-top: 20px;
	width: 930px;
	border-top: 1px solid #e9e9e9;
	position: relative;
}

#productsNav > dl dd > ul > li .megaMenuColumn .categoryLinkList {
	box-sizing: border-box;
	margin: 18px 0 30px;
	padding-top: 20px;
	border-top: 2px solid #e9e9e9;
	position: relative;
}

#productsNav > dl dd > ul > li .megaMenuColumnLeft:after {
	position: absolute;
	top: 0;
	right: -30px;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
}

#productsNav > dl dd > ul > li .megaMenuColumnRight {
	margin-top: 18px;
	box-sizing: border-box;
	float: right;
	width: 211px;
	position: relative;
}

#productsNav > dl dd > ul > li .megaMenuColumnRight:after {
	position: absolute;
	top: 0;
	left: -30px;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
}

#productsNav > dl dd > ul > li .megaMenu .btnClose {
	font-size: 87.5%;
}



/*--------------------------------------------------
SideNavi
--------------------------------------------------*/
.categoryLinkList {
	margin-bottom:1em;
}
.categoryLinkList li {
}
.categoryLinkList li a {
	display: inline-block;
	color: #333333;
}

.categoryLinkList.range4Col > * {
	margin-top: 10px;
}

.categoryLinkList.range4Col > li a:hover {
	color: #ba001b;
}

.categoryLinkList.range4Col > li > a[target="_blank"]:after {
	position: relative;
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	margin-left: 5px;
	background-image: url(../images/com_ic11.png);
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
}

#productsNav > dl dd > ul > li .supportLinkList {
	margin-top: 30px;
	padding: 25px 10px 25px 30px;
	background-color: #f6f6f6;
}
#productsNav > dl dd > ul > li .supportLinkList > dl {
	margin-top: 15px;
}
#productsNav > dl dd > ul > li .supportLinkList > dl:first-child {
	margin-top: 0;
}
#productsNav > dl dd > ul > li .supportLinkList > dl > dt {
	width: auto;
	font-weight: bold;
}
#productsNav > dl dd > ul > li .supportLinkList > dl > dd > ul {
	margin-top: 8px;
}
#productsNav > dl dd > ul > li .supportLinkList > dl > dd > ul > li {
	display: inline-block;
	white-space: nowrap;
	margin-right: 30px;
	margin-bottom: 8px;
}
#productsNav > dl dd > ul > li .supportLinkList > dl > dd > ul > li > a {
	display: inline-block;
	background: url(../images/mark_normal.png) no-repeat 0 0.3em;
	padding-left: 14px;
	color: #333333;
}
#productsNav > dl dd > ul > li .supportLinkList > dl > dd > ul > li > a img {
	margin-left: 5px;
}

#productsNav > dl dd > ul > li .pickupTitle {
	line-height: 1;
}
#productsNav ul.pickupBanner:after {
	display:none;
}
#productsNav > dl dd > ul > li .pickupBanner {
	margin-top: 30px;
	padding: 25px 0;
	display:flex;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	background-color: #f6f6f6;
}
#productsNav > dl dd > ul > li .pickupBanner li {
}
#productsNav > dl dd > ul > li .pickupBanner li > a > span {
	display: block;
	line-height: 1.6;
	color: #333333;
	font-size: 87.5%;
}
#productsNav > dl dd > ul > li .pickupBanner li > a > img {
}
#productsNav > dl dd > ul > li .pickupBanner li > a > span img {
	margin-left: 5px;
}


/*--------------------------------------------------
追加パーツ
--------------------------------------------------*/



/* col
================================ */
.colWrap {
	margin-top: 60px;
}
[class*="boxType"] .colWrap {
	margin-top: 15px;
}
[class*="boxType"] .boxTitle + .colWrap {
	margin-top: 5px;
}

/* col */
.colWrap > .col .img {
	margin-right: auto;
	margin-left: auto;
}
.colWrap > .col .img > span {
	display: block;
	text-align: center;
}
.colWrap > .col .img.aL > span {
	text-align: left;
}
.colWrap > .col .img > *:first-child,
.colWrap > .col > a > *:first-child,
.colWrap > .col > .colText > *:first-child,
.colWrap > .col > .colText > *:first-child > li:first-child,
.colWrap > .col > a > .colText > *:first-child,
.colWrap > .col > a > .colText > *:first-child > li:first-child,
.colWrap > .col > .colInner > *:first-child,
.colWrap > .col > .colInner [class*="eqChild"] > *:first-child {
	margin-top: 0 !important;
}
.colWrap > .col > a {
	display: block;
}
.colWrap > .col > .colInner {
	padding: 15px 30px 20px;
}
.colWrap > .col.bgColor01 {
	background-color: #f2f4f8;
}

/* colRight */
.colRight {
	float: right;
	margin: 0 0 5px 24px;
}
.colRight > .img > span {
	display: block;
	text-align: right;
}
.colRight > *:first-child,
.colRight > a > *:first-child,
.colRight .img > *:first-child {
	margin-top: 0 !important;
}
.colRight > .img,
.colRight > .emCaption {
	clear: both;
	float: right;
}

/* colLeft */
.colLeft {
	float: left;
	margin: 0 24px 5px 0;
}
.colLeft > .img > span {
	display: block;
	text-align: left;
}
.colLeft > *:first-child,
.colLeft > a > *:first-child,
.colLeft .img > *:first-child {
	margin-top: 0 !important;
}

/* colText */
.colText.break {
	overflow: hidden;
}
.colText > *:first-child,
.colText > *:first-child > li:first-child {
	margin-top: 0 !important;
}

/* size */
[class*="col"][class*="size"] .img span[style*="max-width"] img {
	width: 100%;
}
.sizeS {
	width: 22.69%;
}
.sizeM {
	width: 31.1%;
}
.sizeL {
	width: 48.3%;
}

/* imgWrap */
.colWrap > .sizeL.imgWrap > .img {
	clear: none !important;
	float: left;
	width: 46.9% !important;
	margin: 0 0 0 6.08%;
}
.colWrap > .sizeL.imgWrap > .img img,
.colWrap > .sizeL.imgWrap > .img figcaption {
	width: 100% !important;
}
.colWrap > .sizeL.imgWrap > .img:nth-child(2n+1) {
	margin-left: 0;
}

/* innerIframe */
.innerIframe {
	position: relative;
	margin-top: 40px;
	padding-top: 56.25%;
	text-align: center;
}
.innerIframe + .paragraph01,
.innerIframe + .emCaption + .paragraph01 {
	margin-top: 3em;
}
.innerIframe + .colWrap {
	margin-top: 60px;
}
.innerIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* range */
.range2Col,
.range3Col,
.range4Col {
	position: relative;
}
.range2Col > *,
.range3Col > *,
.range4Col > * {
	float: left;
	margin-top: 30px;
}
.range2Col > .col:not([class*="boxLink"]),
.range3Col > .col:not([class*="boxLink"]),
.range4Col > .col:not([class*="boxLink"]) {
	margin-top: 60px;
}
.range2Col > * > *:first-child,
.range2Col > * > a > *:first-child,
.range2Col > * > *:first-child > li:first-child,
.range3Col > * > *:first-child,
.range3Col > * > a > *:first-child,
.range3Col > * > *:first-child > li:first-child,
.range4Col > * > *:first-child,
.range4Col > * > a > *:first-child,
.range4Col > * > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.range2Col > *:nth-child(-n+2),
.range3Col > *:nth-child(-n+3),
.range4Col > *:nth-child(-n+4) {
	margin-top: 0 !important;
}
.range2Col > *:nth-child(2n+1),
.range3Col > *:nth-child(3n+1),
.range4Col > *:nth-child(4n+1) {
	clear: left;
	margin-left: 0 !important;
}
.range2Col > *,
.noSide .interiorMain .range2Col > * {
	width: 48.3%;
	margin-left: 3.34%;
}
.noSide .range2Col > * {
	width: 49%;
	margin-left: 2%;
}
.range2Col > .col .colRight > .img img,
.range2Col > .col .colLeft > .img img {
	width: 100%;
	height: auto;
}
.range2Col > .col .colRight {
	max-width: 38.3%;
	margin-left: 6.36%;
}
.range2Col > .col .colLeft {
	max-width: 38.3%;
	margin-right: 6.36%;
}
.range3Col > *,
.noSide .interiorMain .range3Col > * {
	width: 31.1%;
	margin-left: 3.35%;
}
.noSide .range3Col > * {
	width: 32%;
	margin-left: 2%;
}
.range4Col > *,
.noSide .interiorMain .range4Col > * {
	width: 22.69%;
	margin-left: 3.08%;
}
.noSide .range4Col > * {
	width: 23.5%;
	margin-left: 2%;
}
.rangeColText > .colText {
	float: left;
}
.rangeColText[data-col-layout="1/2"] > .colText {
	width: 48.3%;
	margin-left: 3.34%;
}
.rangeColText[data-col-layout="1/2"] > .colText:nth-child(2n+1) {
	margin-left: 0;
}
.rangeColText[data-col-layout="1/3-L"] > .colText:nth-child(2n+1),
.rangeColText[data-col-layout="1/3-R"] > .colText:nth-child(2n) {
	width: 31.1%;
}
.rangeColText[data-col-layout="1/3-L"] > .colText:nth-child(2n+1) {
	margin-right: 3.35%;
}
.rangeColText[data-col-layout="1/3-R"] > .colText:nth-child(2n) {
	margin-left: 3.35%;
}
.rangeColText[data-col-layout="1/3-L"] > .colText:nth-child(2n),
.rangeColText[data-col-layout="1/3-R"] > .colText:nth-child(2n+1) {
	width: 65.55%;
}
.rangeColText[data-col-layout="1/4-L"] > .colText:nth-child(2n+1),
.rangeColText[data-col-layout="1/4-R"] > .colText:nth-child(2n) {
	width: 22.69%;
}
.rangeColText[data-col-layout="1/4-L"] > .colText:nth-child(2n+1) {
	margin-right: 3.08%;
}
.rangeColText[data-col-layout="1/4-R"] > .colText:nth-child(2n) {
	margin-left: 3.08%;
}
.rangeColText[data-col-layout="1/4-L"] > .colText:nth-child(2n),
.rangeColText[data-col-layout="1/4-R"] > .colText:nth-child(2n+1) {
	width: 74.23%;
}

/* flexType */
[class*="flexType"] {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
[class*="flexType"] > .colText {
	-webkit-flex: 1;
	flex: 1;
}


/* imgWrap01 */
.imgWrap01 {
	margin-top: 40px;
}
.imgWrap01 + .colWrap {
	margin-top: 60px;
}
.imgWrap01 > *:first-child,
.imgWrap01 > a > *:first-child,
.imgWrap01 > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.imgWrap01 > .img,
.imgWrap01 > a > .img {
	display: table;
	margin: 1em auto 0;
	table-layout: fixed;
}
.imgWrap01.sizeFixL > .img,
.imgWrap01.sizeFixL > a > .img {
	margin-right: 0;
	margin-left: 0;
}
.imgWrap01.sizeFixC > .img,
.imgWrap01.sizeFixC > a > .img {
	margin-right: auto;
	margin-left: auto;
}
.imgWrap01.bannerType img {
	width: 100%;
}

/* caption */
figcaption,
.img > span {
	display: block;
}
.img > span {
	text-align: center;
}
.img > span + figcaption,
.img > figcaption + span {
	margin-top: .5em;
}

/* modal */
a[class*=openModal] {
	text-decoration: none !important;
	outline: none !important;
}
a[class*=openModal] .img > span {
	position: relative;
}
a[class*=openModal] .img > span:after {
	content: "拡大";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(../images/com_ic17.png) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}
[class*=sizeFix] a[class*=openModal] {
	display: table;
}
.sizeFixC a[class*=openModal] {
	margin-right: auto;
	margin-left: auto;
}



/* linkType */
[class*="linkType"] {
	margin-top: 1em;
}
[class*="linkType"] li + li {
	margin-top: .5em;
}
[class*="linkType"] li > a {
	display: inline-block;
	position: relative;
	outline: none;
}
[class*="linkType"] li > a:before {
	content: "";
	position: absolute;
}
[class*="linkType"][class*="range"] li {
	float: left;
	margin-top: .5em;
}
[class*="linkType"][class*="range"] .row1 {
	margin-top: 0;
}
[class*="linkType"][class*="range"] .break {
	clear: left;
}
[class*="linkType"] .aC > a:after,
[class*="linkType"] .aR > a:after {
	text-align: left !important;
}

/* linkType01 */
.linkType01 > li > a {
	padding-left: 14px;
}
.linkType01 > li > a:before {
	top: 0.3em;
	left: 0;
	width: 7px;
	height: 13px;
	background: url(../images/mark_normal.png) no-repeat 0 0;
}
.linkType01 > li > a > img {
	margin-left: 5px;
}

.linkType01.rangeVarCol li {
	margin-right: 40px;
}


/*_________________________________*/
/*_________________________________*/



/*___ point-box-01 ___*/

.point-box-01 {
	border-top: 1px solid #4c5866;
	background-color: #f8f9fa;
	margin-bottom: 50px;
}
.point-box-01 dt {
	position: relative;
	display: inline-block;
	margin-top: -5px;
	padding: 2px 15px 0;
	color: #ffffff;
	text-align: center;
	background-color: #20252a;
	border-bottom: 1px solid #e00025;
	line-height: 1.2;
}
.point-box-01 dt:after {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -4px;
	content: url(/common/img/com_im01.gif);
}
.point-box-01 dt span {
	margin-left: 3px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 187.5%;
	vertical-align: sub;
	line-height: 1.1;
}
.point-box-01 dd {
	clear: left;
	padding: 10px 30px;
	background-color: #f8f9fa;
	font-weight: 200;
	font-size: 150%;
}

/*___ point-box-02 ___*/

.point-box-02 {
	position: relative;
	border-top: 1px solid #4c5866;
	background-color: #f8f9fa;
	margin-bottom: 50px;
}
.point-box-02 dt {
	box-sizing: border-box;
	display: table-cell;
	padding: 10px 5px 5px;
	width: 80px;
	height: 80px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-color: #20252a;
	border-bottom: 2px solid #e00025;
	line-height: 1.1;
}
.point-box-02 dt span {
	display: block;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 187.5%;
	vertical-align: sub;
}
.point-box-02 dd {
	display: table-cell;
	padding: 10px 10px 10px 30px;
	font-size: 137.5%;
	vertical-align: middle;
	font-weight: 200;
}


/*___ flow-icn-01 ___*/

.flow-icn-01 {
	padding-top: 50px;
	background: url(../images/com_im02.png) no-repeat 50% 10px;
}

/*___ flow-icn-02 ___*/

.flow-icn-02 {
	padding-top: 50px;
	background: url(../images/com_im03.png) no-repeat 50% 10px;
}


/*___ tabWrap ___*/
[class*="tabWrap"] {
	margin-top: 40px;
}



[class*="tabWrap"] > .tabNav {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

[class*="tabWrap"] > .tabNav.wrap {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}


[class*="tabWrap"] > .tabNav > li {
	position: relative;
	/*float: left;*/
}
[class*="tabWrap"] > .tabNav > li > a {
	display: table;
	width: 100%;
	height: 100%;
	color: #333333;
	text-align: center;
	text-decoration: none;
	outline: none;
}
[class*="tabWrap"] > .tabNav > li > a:after {
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-ms-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
[class*="tabWrap"] > .tabNav > li > a > span {
	vertical-align: middle;
}
[class*="tabWrap"] > .tabNav.range2Col > li { width: 50%; }
[class*="tabWrap"] > .tabNav.range3Col > li { width: 33.33%; }
[class*="tabWrap"] > .tabNav.range3Col > li:nth-child(2) { width: 33.34%; }


[class*="tabWrap"] > .tabNav.range4Col > li { width: 24%; }


[class*="tabWrap"] > .tabNav.range5Col > li { width: 20%; }


[class*="tabWrap"] > .tabNav.range6Col > li { width: 16.67%; }
[class*="tabWrap"] > .tabNav.range6Col > li:nth-child(1),
[class*="tabWrap"] > .tabNav.range6Col > li:nth-child(6) { width: 16.66%; }


[class*="tabWrap"] > .tabNav.range7Col > li { width: 13.5%; }
/*[class*="tabWrap"] > .tabNav.range7Col > li:nth-child(2),
[class*="tabWrap"] > .tabNav.range7Col > li:nth-child(4),
[class*="tabWrap"] > .tabNav.range7Col > li:nth-child(6) { width: 14.29%; }
*/

[class*="tabWrap"] > .tabNav.range8Col > li { width: 11.5%; }


[class*="tabWrap"] > .tabNav.range10Col > li > a { font-size:85%; }


[class*="tabWrap"] > .tabDetail {
	margin-top: 30px;
}




[class*="tabWrap"] > .tabDetail > *:first-child {
	margin-top: 0 !important;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap {
	display: none;
}
.tabWrap01 > .tabNav {
/*border-bottom: 2px solid #e5e7eb;*/
	display: flex;
}
.tabWrap01 > .tabNav > li {
	margin-left: 0 !important;
	font-size: 112.5%;
	line-height: 1.6;
	position: relative;
}
.tabWrap01 > .tabNav > li:before {
	content: "";
	position: absolute;
	top: 25%;
	left: 0;
	width: 1px;
	height: 50%;
	background-color: #e5e7eb;
}
.tabWrap01 > .tabNav > li:first-child:before {
	background: none;
}
.tabWrap01 > .tabNav > li > a {
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabWrap01 > .tabNav > li > a:after {
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-ms-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
.tabWrap01 > .tabNav > .active > a {
	font-weight: bold;
}



/* icons */
[class*="btnType"] a[target="_blank"]:after {
	display: none;
}

[class*="btnType"] a[target="_blank"] > span:after {
	content: "別ウインドウで開きます";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(../images/com_ic11.png) no-repeat 0 0;
	text-align: left !important;
	text-indent: -9999px;
}
[class*="btnType"] a[href*="pdf"] > span:after {
	content: "PDF";
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(../images/com_ic12.png) no-repeat 0 0;
}
.tgBlank:after {
	content: "";
	position: relative;
	display: inline-block;
	top: 0;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	background: url(../images/com_ic11.png) no-repeat 0 0;
	background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
}










/* btnClose */
.btnClose {
	margin-top: 40px;
}
.btnClose li + li {
	margin-top: 20px;
}
.btnClose a {
	display: inline-block;
	position: relative;
	height: 100%;
	vertical-align: top;
	padding: 10px 40px 9px 40px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	color: #333333;
	text-decoration: none;
	outline: none;
	border: 1px solid #cccccc;
	background-color: #9ea2a7;
}
.btnClose a:hover {
	background-color: #f8f9fa;
}
.btnClose a > span {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.btnClose a > span:before {
	content: "";
	position: absolute;
	top: 25%;
	left: 0;
	width: 13px;
	height: 12px;
	background: url(../images/com_ic14.png) no-repeat 0 0;
}



.btnBg01 {
	margin-top: 24px;
	padding: 20px;
	background-color: #e5e7eb;
}
.btnBg01 > [class*="btnType"] {
	margin-top: 0;
}

/* boxType01 */

.boxType01 {
	border: 1px solid #dddddd;
}
.boxType01 .boxInner {
	padding: 20px 28px;
}
.boxType01.pickup .boxInner {
	background-color: #feccc6;
}
.boxType01 .boxTitle {
	font-weight: bold;
	font-size: 112.5%;
}
.boxType01 .boxLead {
	font-size: 125.0%;
}
.boxType01 .boxLead + *,
.boxType01 .boxTitle + * {
	margin-top: 10px;
}


/* boxType02 */

.boxType02 {
	border-top: 2px solid #e00025;
	background-color: #4c5866;
}
.boxType02 .boxInner {
	padding: 20px 28px 28px;
	color: #ffffff;
}
.boxType02 .boxTitle {
	font-weight: bold;
	font-size: 112.5%;
}
.boxType02 .boxLead {
	font-size: 125.0%;
}
.boxType02 .boxLead + * {
	margin-top: 10px;
}

.boxType03 .boxInner {
	padding: 24px 28px 28px;
	background-color: #f8f9fa;
}
.boxType03 .boxTitle {
	font-weight: bold;
	font-size: 112.5%;
}
.boxType03 .boxLead {
	font-size: 125.0%;
}
.boxType03 .boxLead + * {
	margin-top: 10px;
}
/* boxType04 */

.boxType04 {
	background-color: #e5e7eb;
}
.boxType04 .boxInner {
	padding: 20px 28px 19px;
}
.boxType04 .colWrap .col:first-child {
	width: 43.3%;
}
.boxType04 .colWrap .col:last-child {
	width: 53.3%;
}

.cvBox .boxType04 .colWrap .col:first-child {
	width: 48.3%;
}
.cvBox .boxType04 .colWrap .col:last-child {
	width: 48.3%;
}


.boxType04 .boxInner > *:first-child {
	margin-top: 0;
}
.boxType04 .boxLead {
	padding-top: 11px;
	font-size: 150.0%;
	text-align: center;
	font-weight: 200;
}

.boxType04 [class*="btnType"] a.beginner {
	padding: 13px 0 13px;
	width: 100%;
}
[class*="btnType"] a.beginner > span {
	font-size: 117.5%;
	padding: 0 20px 0 50px;
}
[class*="btnType"] a.beginner:before {
	content: "";
	position: absolute;
	top: 35%;
	left: 18px;
	width: 15px;
	height: 20px;
	background: url(../images/com_ic13.png) no-repeat 0 0;
}

/* conversionBox */
.cvBox {
}

.cvLead {
	text-align: center;
	font-size: 137.5%;
	font-weight: 200;
	line-height: 1.5;
}
.cvLead span {
	font-weight: bold;
	color: #e00025;
}




/* cvBtn01
------------------------------------------------------ */
[class*="cvBtn"] {
	/*margin-top: 15px;*/
}

[class*="cvBtn"] a {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	height: 100%;
	width: 100%;
	vertical-align: top;
	padding: 12px 0 15px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	text-decoration: none;
	outline: none;
	text-align: center;
}

[class*="cvBtn"] a > span {
	display: inline-block;
	position: relative;
	padding: 0 20px 0 30px;
/*	line-height: 1.8;*/
	line-height: 1.2;
}

[class*="cvBtn"] a:before {
	content: "";
	position: absolute;
	top: 35%;
	left: 14px;
	width: 7px;
	height: 13px;
	background: url(../images/mark_normal.png) no-repeat 0 0;
}

#subcolumn [class*="cvBtn"] a:before {
display: none;
}


/* redBtBtn */
.cvBtn01.center {
	margin:0 auto;
}

.cvBtn01 a {
	position: relative;
	display: block;
	color: #ffffff;
	font-weight: bold;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #e00025;
	padding:  20px 0;
	font-size:20px;
	font-size: 2.0rem;
}

.cvBtn01 a:hover {
	background-color: #ba001b;
}

.cvBtn01 a:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 90%;
	width: 27px;
	height: 27px;
	margin-top: -14px;
	background: url(../images/icn_arr_right_wred02.svg) no-repeat 0 0;
	background-size: 27px 27px;
	-moz-background-size: 27px 27px;
	-webkit-background-size: 27px 27px;
}

#subcolumn .cvBtn01 a:before {
display: none;
}



.cvBtn01 a > .txt01 {
	padding: 0;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
}

.cvBtn01 a > .txt02 {
	padding: 0;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}



/* blackBtn */
.cvBtn02 a {
    display: table;
    height: 65px;
	padding: 0;
	font-weight: bold;
	font-size: 150%;
	color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	background-color: #454545;
}

.cvBtn02 a:hover {
	background-color: #ba001b;
}

.cvBtn02 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 90%;
	margin-top: -14px;
	width: 27px;
	height: 27px;
	background: url(../fonts/icn_arr_right_wblack.svg) no-repeat 0 0;
	background-size: 27px 27px;
	-moz-background-size: 27px 27px;
	-webkit-background-size: 27px 27px;
}

.cvBtn02 a:hover:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 90%;
	margin-top: -14px;
	width: 27px;
	height: 27px;
	background: url(../fonts/icn_arr_right_wred01.svg) no-repeat 0 0;
	background-size: 27px 27px;
	-moz-background-size: 27px 27px;
	-webkit-background-size: 27px 27px;
}

.cvBtn02 a > span {
    display: table-cell;
    vertical-align: middle;
/*    padding: 0 40px 0 65px !important;*/
    padding: 0;
}








.cvBox .boxType04 .boxInner {
	padding: 30px 28px 30px;
}
.cvBox .boxType04 .boxLead {
	padding-top: 15px;
	font-weight: 200;
}
.cvBox .boxType04 [class*="btnType"] a.beginner {
	margin-top: 4px;
	border: none;
}



/* plugin */
.plugin {
	display: table;
	width: 100%;
	margin-top: 80px;
	padding-top: 27px;
	border-top: 1px solid #cccccc;
}
.plugin > * {
	display: table-cell;
	vertical-align: middle;
}
.plugin > .banner {
	width: 158px;
}
.plugin > .text {
	padding-left: 26px;
	color: #666;
	font-size: 87.5%;
}
.plugin > .text > *:first-child {
	margin-top: 0 !important;
}

/* hdType */
[class*="hdType"] {
	margin-top: 1.2em;
}
[class*="hdType"] + * {
	margin-top: 1em !important;
}
.hdType01 > hr {
	box-sizing: border-box;
	display: block;
	height: 1px;
	border-top: 1px solid #cccccc;
}
.hdType02 > hr {
	box-sizing: border-box;
	display: block;
	height: 1px;
	border-top: 1px solid #ffffff;
}


/* acodWrap */
[class*="acodWrap"] {
	margin-top: 40px;
	border-top: 1px solid #a2a8b0;
	border-bottom: 1px solid #a2a8b0;
}
[class*="acodWrap"] + [class*="acodWrap"] {
	margin-top: -1px;
}
[class*="acodWrap"] .acodSwitch {
	display: table;
	position: relative;
	width: 100%;
	background-color: #fff;
}
[class*="acodWrap"] + [class*="acodWrap"] .acodSwitch {
	border-top: none;
}
[class*="acodWrap"] .acodSwitch > a {
	box-sizing: border-box;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	padding: 10px 60px 10px 30px;
	color: #333;
	font-size: 112.5%;
	line-height: 1.2;
	text-decoration: none;
	outline: none;
}
[class*="acodWrap"] .acodSwitch > a:after {
	content: "";
	position: absolute;
	top: 40%;
}
[class*="acodWrap"] .acodSwitch > a:after {
	background: url(../images/com_ic04.png) no-repeat;
	right: 22px;
	width: 23px;
	height: 13px;
	margin-top: 0;
}
[class*="acodWrap"] .acodSwitch.active > a,
[class*="acodWrap"] .acodSwitch > a:hover {
	background-color: #f8f9fa;
	color: #333;
}
[class*="acodWrap"] .acodSwitch.active > a:after {
	background: url(../images/com_ic03.png) no-repeat;
}
[class*="acodWrap"] .acodSwitch > a > *:not(span) {
	font-size: 1.4rem;
	line-height: 1.7;
}
[class*="acodWrap"] .acodSwitch > a > *:first-child {
	margin-top: 0 !important;
}
[class*="acodWrap"] .acodDetail {
	box-sizing: border-box;
	position: relative;
	padding: 30px 40px 30px 20px;
}
[class*="acodWrap"] .acodDetail > *:first-child {
	margin-top: 0 !important;
}

/* acodGroup */
.acodGroup {
	margin-top: 40px;
}
.acodGroup > *:first-child,
.acodGroup > section + section {
	margin-top: 0 !important;
}
.acodGroup > .btnType01 + * {
	margin-top: 20px;
}

.indexColumn {
}
.indexColumn .col {
}
.indexColumn .indexImage {
	display: block;
}
.indexColumn .indexTitle {
	display: block;
	position: relative;
	box-sizing:border-box;
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 137.5%;
	display: inline-block;
	width: 100%;
}
.indexColumn .indexTitle:after {
	content: "";
	display: block;
	text-align: center;
	height: 1px;
	width: 30px;
	background-color: #e00025;
}
.indexColumn.range2Col .indexTitle:after {
	position: absolute;
	bottom: 0;
	left: 170px;
}
.indexColumn.range3Col .indexTitle:after {
	position: absolute;
	bottom: 0;
	left: 100px;
}

.indexColumn.range2Col .indexTitle {
	box-sizing: border-box;
	display: block;
	padding: 25px 10px 10px;
	margin: -25px 30px 10px;
	width: 370px;
	color: #333333;
}

.indexColumn.range3Col .indexTitle {
	box-sizing: border-box;
	display: block;
	padding: 20px 10px 10px;
	margin: -20px 20px 10px;
	width: 230px;
	color: #333333;
}
.indexColumn .indexText {
	text-align: center;
}
.indexColumn .indexTitleLink a:hover {
	text-decoration: none;
}
.indexColumn .indexTitleLink a:hover img {
	opacity: 0.8;
}



/* お知らせ [.newsArea} 
--------------------------------------------------------------------- */
.newsTitleArea {
	position: relative;
	padding-bottom: 12px;
	border-bottom: 1px solid #dddddd;
}
.newsTitleArea .newsTitle {
	font-size: 125.0%;
	font-weight: bold;
}

.newsTitleArea .newsList {
	position: absolute;
	right: 0;
	top: 10px;
}

.newsArea {
	position: relative;
	padding: 20px 0;
}
.newsArea dl {
	margin-top: 1em;
}
.newsArea dl:first-child {
	margin-top: 0;
}
.newsArea dl .date {
	float: left;
	width: 21em;
	font-size: 14px;
	font-size: 1.4rem;
	color: #555;
}
.newsArea dl .date .icon {
	display: inline-block;
	width: 140px;
	margin-left: 10px;
	padding: 0;
	/*background-color: #4c5866;*/
	background-color: #999999;
	line-height: 24px;
	color: #fff;
	text-align: center;
}
.newsArea dl .date .icon.important {
	background-color: #df0025;
}

.newsArea dl .date .icon.account {background-color:#e0995a;}
.newsArea dl .date .icon.jp {background-color:#e85377;}
.newsArea dl .date .icon.fund {background-color:#4d4398;}
.newsArea dl .date .icon.fop {background-color:#fdd000;}
.newsArea dl .date .icon.click {background-color:#1c8b7e;}
.newsArea dl .date .icon.fx_otc {background-color:#8fc31f;}
.newsArea dl .date .icon.fx_cfd {background-color:#62abbb;}
.newsArea dl .date .icon.kabu365 {background-color:#7f1084;}
.newsArea dl .date .icon.crypto {background-color:#b94f84;}
.newsArea dl .date .icon.ideco {background-color:#ec9362;}
.newsArea dl .date .icon.rss {background-color:#348042;}
.newsArea dl .date .icon.common {background-color:#e76262;}
.newsArea dl .date .icon.all {background-color:#df0025;}

.newsArea dl .date .icon.icon_重要 {background-color:#df0025;}
.newsArea dl .date .icon.icon_プレスリリース {background-color:#df0025;}
.newsArea dl .date .icon.icon_お知らせ {background-color:#4c5866;}
.newsArea dl .date .icon.icon_株式 {background-color:#4c5866;}
.newsArea dl .date .icon.icon_システム {background-color:#4c5866;}

.newsArea dl .date .icon a {
	display:block;
	color:#ffffff;
}
.newsArea dl dd {
	overflow: hidden;
}
.newsArea dl dd img {
	margin-left: 5px;
	vertical-align: middle;
}
.newsArea dl dd .newIcon {
	margin-left: 5px;
	color: #e00025;
}

/* colorBox
---------------------------------------------------- */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;/* overflow:hidden;*/}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{-moz-box-sizing:content-box; -webkit-box-sizing:content-box;box-sizing:content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background-color: rgba(0,0,0,0.9);}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{/*border:5px solid #000;*/ background:#fff;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
.modalWrap {
	display: none;
}
#colorbox.is-static .modalContents {
	padding: 20px;
}
.modalContents > *:first-child {
	margin-top: 0 !important;
}
.is-movie iframe {
	margin: 0 auto;
	display: block;
	width: 600px;
	height: 340px;
	border: none;
}
#cboxContent {
	position: relative;
}
#cboxContent #cboxLoadedContent {
	padding: 0;
	-webkit-box-shadow: 0  5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#cboxContent #cboxClose {
	display: block;
	position: absolute;
	top: -32px;
	right: 0;
	width: 55px;
	height: 12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAMCAYAAAAppE4WAAABDUlEQVRIia2V0RHEIAhEU5y12JO1pBZq2fvBywYBjQkzN5njFHjuejmOzQAgMKH5avMAZFKr8Wd3Jlv01OYl+z0AK/xdnxXASfliwYIcuM5k1igk2lBW8gS2pZiFp161PyO4ALiF4liIBSXfKDaA7YbOmVqdYSSD0rVvFPvkLmnttTozpWideGusQoFir8C0phe+CzYUK4FCPdoumNYdLIbrPg33EJ4trVIz5TzF+jBfKKb9m8lJqMp9X3WhItgMTIc9v7IicH/F9NrU++8Kt/aCMtP3GJ/kIlj6r6j1XHCrpF3rOelR4Lpjwn5fAdP8cNqUz6AtWKFZ0r2PwJwcyJLImhlL9ZiedrDv5qofx9O3UVmNd8sAAAAASUVORK5CYII=) no-repeat 0 0;
	text-indent: -9999px;
}



/* colorBox
---------------------------------------------------- */
.currentContents {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

/* ex: clearfix
================================ */
.megaMenuColumn:after,
#footerLinkList #footerProductsArea .footerProductsLink01 dd ul:after,
#footerLinkList #footerProductsArea .footerProductsLink02:after,
#footerLinkList #footerInfoArea ul:after ,
#footerLinkList #footerSubArea ul:after,
.point-box-02:after,
[class*="range"]:after,
.colWrap:after,
#footCvBlock02 .subLinkList:after {
	content: "";
	display: block;
	clear: both;
}
}



@media print, screen and (max-width: 768px) {



/*--------------------------------------------------
Header
--------------------------------------------------*/


.categoryMenuBlock {
	border-top: 2px solid #e5e7eb;
	border-bottom: 2px solid #e5e7eb;
}
.categoryMenuBlock + .categoryMenuBlock {
	border-top: none;
}
.categoryMenuBlock.last {
	border-bottom: 2px solid #e5e7eb;
}

.categoryMenuBlock > dt,
.categoryMenuBlock > p.title {
	padding: 20px 0;
	font-weight: bold;
	font-size: 112.5%;
}
.categoryMenuBlock > dt > a,
.categoryMenuBlock > p.title > a {
	color: #333333;
	text-decoration: underline;
}
.categoryMenuBlock > dt > a img,
.categoryMenuBlock > p.title > a img {
	margin-left: 5px;
}
.categoryMenuBlock > dt > a:hover,
.categoryMenuBlock > p.title > a:hover {
	text-decoration: none;
}
.categoryMenuBlock > dd {
	padding-bottom: 15px;
}

.categoryMenuBlock > dd.close {
	display: none;
}
.categoryMenu.line {
	border-top: 1px solid #e5e7eb;
}

.categoryMenu li {
	margin: 10px 0;
}

.categoryMenu > li > a {
	display: block;
	background: url(../images/com_ic24.png) no-repeat 0 0.3em;
	padding-left: 18px;
	color: #333333;
}
.categoryMenu > li.open {
	/*margin-bottom: 20px;*/
}
.categoryMenu > li.open > a {
	font-weight: bold;
}

.categoryMenu > li > ul {
	display: none;
	margin-left: 35px;
}
.categoryMenu > li.open > ul {
	display: block;
}
.categoryMenu > li.open > ul:last-child {
	margin-bottom: 20px;
}
.categoryMenu > li > ul.line {
	border-top: 1px solid #e5e7eb;
}

.categoryMenu li > a img {
	margin-left: 5px;
}


.relatedLinkBlock {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: #f8f9fa;
}
.relatedLinkBlock > ul > li {
	margin: 5px 0;
}
.relatedLinkBlock > ul > li > a {
	display: block;
	background: url(../images/com_ic24.png) no-repeat 0 0.3em;
	padding-left: 18px;
	color: #333333;
}
.relatedLinkBlock > ul > li > a img {
	margin-left: 5px;
}


.subMenuBlock {
	margin-top: 20px;
	padding-bottom: 15px;
}
.subMenuBlock.last {
	border-bottom: 2px solid #e5e7eb;
}

.subMenuBlock > dt {
	font-weight: bold;
}

.subMenuBlock li {
	margin: 8px 0;
}

.subMenuLink > li > a {
	position: relative;
	display: block;
	padding-left: 18px;
	color: #333333;
}
.subMenuLink > li > a:before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	display: block;
	width: 10px;
	height: 1px;
	background-color: #cccccc;
}
.subMenuLink > li > a img {
	margin-left: 5px;
}


#productsNav {
	position: relative;
}


.megaMenuArea {
	position: absolute;
	top: 61px;
	left: 0;
	right: 0;
	/*width: 1280px;*/
    max-width: 1280px;
    width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	z-index: 20;
	display: none;
	-webkit-box-shadow: 0 5px 5px 0 #cccccc;
	box-shadow: 0 5px 5px 0 #cccccc;
	
}
.megaMenu {
	box-sizing: border-box;
	position: relative;
	top: 0;
	/*width: 1280px;*/
    max-width: 1280px;
    width: 100%;
	margin: 0 auto;
	padding: 40px 40px 55px;
}
.megaMenuTitle a {
	display: inline-block;
	background: url(../images/com_ic01.png) no-repeat 0 50%;
	padding-left: 20px;
	color: #333333;
	font-size: 150%;
}
.megaMenuLead {
	margin-top: 8px;
}


.megaMenuColumnLeft {
	box-sizing: border-box;
	float: left;
	margin-top: 18px;
	padding-top: 20px;
	width: 930px;
	border-top: 1px solid #e9e9e9;
	position: relative;
}
.megaMenuColumnLeft:after {
	position: absolute;
	top: 0;
	right: -30px;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
}

.megaMenuColumnRight {
	margin-top: 18px;
	box-sizing: border-box;
	float: right;
	width: 211px;
	position: relative;
}
.megaMenuColumnRight:after {
	position: absolute;
	top: 0;
	left: -30px;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
}

.megaMenu .btnClose {
/*	position: absolute;
	top: 40px;
	right: 40px;
	margin-top: 0;*/
	font-size: 87.5%;
}
.megaMenu .btnClose a {
	padding: 5px 12px 6px;
	width: 200px;
}




/*--------------------------------------------------
SideNavi
--------------------------------------------------*/


.categoryLinkList {
}
.categoryLinkList li {
}
.categoryLinkList li a {
	display: inline-block;
	background: url(../images/mark_normal.png) no-repeat 0 0.3em;
	padding-left: 14px;
	color: #333333;
}
.categoryLinkList.range4Col > li {
	margin-top: 10px;
}

.supportLinkList {
	margin-top: 30px;
	padding: 25px 10px 25px 30px;
	background-color: #f6f6f6;
}
.supportLinkList > dl {
	margin-top: 15px;
}
.supportLinkList > dl:first-child {
	margin-top: 0;
}
.supportLinkList > dl > dt {
	font-weight: bold;
}
.supportLinkList > dl > dd > ul {
	margin-top: 8px;
}
.supportLinkList > dl > dd > ul > li {
	display: inline-block;
	white-space: nowrap;
	margin-right: 30px;
	margin-bottom: 8px;
}
.supportLinkList > dl > dd > ul > li > a {
	display: inline-block;
	background: url(../images/mark_normal.png) no-repeat 0 0.3em;
	padding-left: 14px;
	color: #333333;
}
.supportLinkList > dl > dd > ul > li > a img {
	margin-left: 5px;
}

.pickupTitle {
	line-height: 1;
}
.pickupBanner li {
	margin-top: 13px;
}
.pickupBanner li > a > span {
	display: block;
	line-height: 1.6;
	color: #333333;
	font-size: 87.5%;
}
.pickupBanner li > a > span img {
	margin-left: 5px;
}




/*--------------------------------------------------
追加パーツ
--------------------------------------------------*/

/* col
================================ */
.colWrap {
	margin-top: 30px;
}
[class*="boxType"] .colWrap {
	margin-top: 15px;
}
[class*="boxType"] .boxTitle + .colWrap {
	margin-top: 5px;
}

/* col */
.colWrap > .col {
height: auto!important;
}
.colWrap > .col .img {
	margin-right: auto;
	margin-left: auto;
}
.colWrap > .col .img > span {
	display: block;
	text-align: center;
}
.colWrap > .col .img.aL > span {
	text-align: left;
}
.colWrap > .col .img > *:first-child,
.colWrap > .col > a > *:first-child,
.colWrap > .col > .colText > *:first-child,
.colWrap > .col > .colText > *:first-child > li:first-child,
.colWrap > .col > a > .colText > *:first-child,
.colWrap > .col > a > .colText > *:first-child > li:first-child,
.colWrap > .col > .colInner > *:first-child,
.colWrap > .col > .colInner [class*="eqChild"] > *:first-child {
	margin-top: 0 !important;
}
.colWrap > .col > a {
	display: block;
}
.colWrap > .col > .colInner {
	padding: 15px 30px 20px;
}
.colWrap > .col.bgColor01 {
	background-color: #f2f4f8;
}

/* colRight */
.colRight {
	float: right;
	margin: 0 0 5px 24px;
}
.colRight.sizeM,
.colRight.sizeS {
	margin: 0 0 5px 3%;
}
.colRight > .img > span {
	display: block;
	text-align: right;
}
.colRight > .img > span img {
width: 100%;
}
.colRight > *:first-child,
.colRight > a > *:first-child,
.colRight .img > *:first-child {
	margin-top: 0 !important;
}
.colRight > .img,
.colRight > .emCaption {
	float: right;
}

/* colLeft */
.colLeft {
	float: left;
	margin: 0 24px 5px 0;
}
.colLeft.sizeM,
.colLeft.sizeS {
	margin: 0 3% 5px 0;
}
.colLeft > .img > span {
	display: block;
	text-align: left;
}
.colLeft > .img > span img {
width: 100%;
}
.sizeL > .img {
float: none;
}
.sizeL > .img > span {
	text-align: center;
}
.colLeft > *:first-child,
.colLeft > a > *:first-child,
.colLeft .img > *:first-child {
	margin-top: 0 !important;
}

/* colText */
.colText.break {
	overflow: hidden;
}
.sizeL + .colText.break {
overflow: visible;
margin-top:  10px;
}
.sizeM + .colText.break,
.sizeS + .colText.break {
	width: 48.3%;
}
.colText > *:first-child,
.colText > *:first-child > li:first-child {
	margin-top: 0 !important;
}

/* size */
[class*="col"][class*="size"] .img span[style*="max-width"] img {
	width: 100%;
}
.sizeS {
	width: 48.3%;
}
.sizeM {
	width: 48.3%;
}
.sizeL {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-right: 0;
}


/* imgWrap */
.colWrap > .sizeL.imgWrap > .img {
	float: left;
	margin-left: 3%;
	width: 48.3% !important;
}
.colWrap > .sizeL.imgWrap > .img img,
.colWrap > .sizeL.imgWrap > .img figcaption {
	width: 100% !important;
}
.colWrap > .sizeL.imgWrap > .img:nth-child(2n+1) {
	margin-left: 0;
}

/* innerIframe */
.innerIframe {
	position: relative;
	margin-top: 40px;
	padding-top: 56.25%;
	text-align: center;
}
.innerIframe + .paragraph01,
.innerIframe + .emCaption + .paragraph01 {
	margin-top: 3em;
}
.innerIframe + .colWrap {
	margin-top: 60px;
}
.innerIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* range */
.range2Col,
.range3Col,
.range4Col {
	position: relative;
}
.range2Col > *,
.range3Col > *,
.range4Col > * {
	float: none;
	margin-top: 30px;
}
.range2Col > .col:not([class*="boxLink"]),
.range3Col > .col:not([class*="boxLink"]),
.range4Col > .col:not([class*="boxLink"]) {
	margin-top: 30px;
}
.range2Col > * > *:first-child,
.range2Col > * > a > *:first-child,
.range2Col > * > *:first-child > li:first-child,
.range3Col > * > *:first-child,
.range3Col > * > a > *:first-child,
.range3Col > * > *:first-child > li:first-child,
.range4Col > * > *:first-child,
.range4Col > * > a > *:first-child,
.range4Col > * > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.range2Col > *:nth-child(-n+2),
.range3Col > *:nth-child(-n+3),
.range4Col > *:nth-child(-n+4) {
	/*margin-top: 0 !important;*/
}
.range2Col > *:nth-child(2n+1),
.range3Col > *:nth-child(3n+1),
.range4Col > *:nth-child(4n+1) {
	clear: left;
	margin-left: 0 !important;
}
.range2Col > *,
.noSide .interiorMain .range2Col > * {
	width: 100%;
}
.noSide .range2Col > * {
	width: 100%;
}
.range2Col > .col .colRight > .img img,
.range2Col > .col .colLeft > .img img {
	width: 100%;
	height: auto;
}
.range2Col > .col .colRight {
	max-width: 38.3%;
	margin-left: 6.36%;
}
.range2Col > .col .colLeft {
	max-width: 38.3%;
	margin-right: 6.36%;
}
.range3Col > *,
.noSide .interiorMain .range3Col > * {
	width: 100%;
}
.noSide .range3Col > * {
	width: 100%;
}
.range4Col > *,
.noSide .interiorMain .range4Col > * {
	width: 100%;
}
.noSide .range4Col > * {
	width: 100%;
}
.rangeColText > .colText {
	float: left;
}
.rangeColText[data-col-layout="1/2"] > .colText {
	width: 48.3%;
	margin-left: 3.34%;
}
.rangeColText[data-col-layout="1/2"] > .colText:nth-child(2n+1) {
	margin-left: 0;
}
.rangeColText[data-col-layout="1/3-L"] > .colText:nth-child(2n+1),
.rangeColText[data-col-layout="1/3-R"] > .colText:nth-child(2n) {
	width: 31.1%;
}
.rangeColText[data-col-layout="1/3-L"] > .colText:nth-child(2n+1) {
	margin-right: 3.35%;
}
.rangeColText[data-col-layout="1/3-R"] > .colText:nth-child(2n) {
	margin-left: 3.35%;
}
.rangeColText[data-col-layout="1/3-L"] > .colText:nth-child(2n),
.rangeColText[data-col-layout="1/3-R"] > .colText:nth-child(2n+1) {
	width: 65.55%;
}

.rangeColText[data-col-layout="1/4-L"] > .colText:nth-child(2n+1),
.rangeColText[data-col-layout="1/4-R"] > .colText:nth-child(2n) {
	width: 22.69%;
}
.rangeColText[data-col-layout="1/4-L"] > .colText:nth-child(2n+1) {
	margin-right: 3.08%;
}
.rangeColText[data-col-layout="1/4-R"] > .colText:nth-child(2n) {
	margin-left: 3.08%;
}
.rangeColText[data-col-layout="1/4-L"] > .colText:nth-child(2n),
.rangeColText[data-col-layout="1/4-R"] > .colText:nth-child(2n+1) {
	width: 74.23%;
}

/* flexType */
[class*="flexType"] {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
[class*="flexType"] > .colText {
	-webkit-flex: 1;
	flex: 1;
}


/* imgWrap01 */
.imgWrap01 {
	margin-top: 40px;
}
.imgWrap01 + .colWrap {
	margin-top: 60px;
}
.imgWrap01 > *:first-child,
.imgWrap01 > a > *:first-child,
.imgWrap01 > *:first-child > li:first-child {
	margin-top: 0 !important;
}
.imgWrap01 > .img,
.imgWrap01 > a > .img {
	display: table;
	margin: 1em auto 0;
	table-layout: fixed;
}
.imgWrap01 .img img {
	max-width: 100%;
	height: auto;
}
.imgWrap01.sizeFixL > .img,
.imgWrap01.sizeFixL > a > .img {
	margin-right: 0;
	margin-left: 0;
}
.imgWrap01.sizeFixC > .img,
.imgWrap01.sizeFixC > a > .img {
	margin-right: auto;
	margin-left: auto;
}
.imgWrap01.bannerType img {
	width: 100%;
}

/* caption */
figcaption,
.img > span {
	display: block;
}
.img > span {
	text-align: center;
}
.img > span + figcaption,
.img > figcaption + span {
	margin-top: .5em;
}

/* modal */
a[class*=openModal] {
	text-decoration: none !important;
	outline: none !important;
}
a[class*=openModal] .img > span {
	position: relative;
}
a[class*=openModal] .img > span:after {
	content: "拡大";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(../images/com_ic17.png) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}
[class*=sizeFix] a[class*=openModal] {
	display: table;
}
.sizeFixC a[class*=openModal] {
	margin-right: auto;
	margin-left: auto;
}

/* Link - text
-------------------------------- */
[class*="linkTxtList"],
[class*="linkBtnList"] {
	margin: 1em 0 0;
}

/* linkIcn */
.linkTxtList01 > li > a[target="_blank"]:after,
.linkTxtList01 > li > a[href$=".pdf"]:after,
.linkTxtList02 > li > a[target="_blank"]:after,
.linkTxtList02 > li > a[href$=".pdf"]:after,
.linkBtn01[target="_blank"]:after,
.linkBtn01[href$=".pdf"]:after,
.linkBtn02[target="_blank"]:after,
.linkBtn02[href$=".pdf"]:after,
.boxNews01 .link01 > dl > dd > a[target="_blank"]:after,
.boxNews01 .link01 > dl > dd > a[href$=".pdf"]:after,
.boxNews01 .link01 > dl > dd > a.pdf:after,
[class*="heading2-01"] a[target="_blank"]:after,
[class*="heading2-01"] a[href$=".pdf"]:after,
.heading2-02 a[target="_blank"]:after,
.heading2-02 a[href$=".pdf"]:after,
.heading3-01 a[target="_blank"]:after,
.heading3-01 a[href$=".pdf"]:after,
.heading4-01 a[target="_blank"]:after,
.heading4-01 a[href$=".pdf"]:after,
.heading5-01 a[target="_blank"]:after,
.heading5-01 a[href$=".pdf"]:after,
a.pdfLink:after {
	content: "";
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}
.linkTxtList01 > li > a[target="_blank"]:after {
	display: inline-block;
	margin: -2px 0 0 5px;
}
.linkTxtList01 > li > a[href$=".pdf"]:after,
.linkTxtList02 > li > a[target="_blank"]:after,
.linkTxtList02 > li > a[href$=".pdf"]:after,
.boxNews01 .link01 > dl > dd > a[target="_blank"]:after,
.boxNews01 .link01 > dl > dd > a[href$=".pdf"]:after,
.boxNews01 .link01 > dl > dd > a.pdf:after,
[class*="heading2-01"] a[target="_blank"]:after,
[class*="heading2-01"] a[href$=".pdf"]:after,
.heading2-02 a[target="_blank"]:after,
.heading2-02 a[href$=".pdf"]:after,
.heading3-01 a[target="_blank"]:after,
.heading3-01 a[href$=".pdf"]:after,
.heading4-01 a[target="_blank"]:after,
.heading4-01 a[href$=".pdf"]:after,
.heading5-01 a[target="_blank"]:after,
.heading5-01 a[href$=".pdf"]:after,
a.pdfLink:after {
	display: inline-block;
	margin: -2px 0 0 5px;
	vertical-align: middle;
}
.linkBtn01[target="_blank"]:after,
.linkBtn01[href$=".pdf"]:after,
.linkBtn02[target="_blank"]:after,
.linkBtn02[href$=".pdf"]:after {
	position: absolute;
	top: 50%;
	right: 10px;
}
.linkBtn01[target="_blank"] > span,
.linkBtn01[href$=".pdf"] > span,
.linkBtn02[target="_blank"] > span,
.linkBtn02[href$=".pdf"] > span {
	padding-right: 30px;
}
.linkTxtList01 > li > a[target="_blank"]:after,
.linkTxtList02 > li > a[target="_blank"]:after,
.linkBtn01[target="_blank"]:after,
.linkBtn02[target="_blank"]:after,
.boxNews01 .link01 > dl > dd > a[target="_blank"]:after,
[class*="heading2-01"] a[target="_blank"]:after,
.heading2-02 a[target="_blank"]:after,
.heading3-01 a[target="_blank"]:after,
.heading4-01 a[target="_blank"]:after,
.heading5-01 a[target="_blank"]:after {
	width: 12px;
	height: 12px;
	background-image: url(../images/com_ic68.png);
}
.linkBtn01[target="_blank"]:after,
.linkBtn02[target="_blank"]:after {
	margin-top: -6px;
}
.linkBtn02[target="_blank"]:after {
	background-image: url(../images/com_ic65.png);
}
.linkTxtList01 > li > a[href$=".pdf"]:after,
.linkTxtList02 > li > a[href$=".pdf"]:after,
.linkBtn01[href$=".pdf"]:after,
.linkBtn02[href$=".pdf"]:after,
.boxNews01 .link01 > dl > dd > a[href$=".pdf"]:after,
.boxNews01 .link01 > dl > dd > a.pdf:after,
[class*="heading2-01"] a[href$=".pdf"]:after,
.heading2-02 a[href$=".pdf"]:after,
.heading3-01 a[href$=".pdf"]:after,
.heading4-01 a[href$=".pdf"]:after,
.heading5-01 a[href$=".pdf"]:after,
a.pdfLink:after {
	width: 14px;
	height: 14px;
	background-image: url(../images/com_ic69.png);
}
.linkBtn01[href$=".pdf"]:after,
.linkBtn02[href$=".pdf"]:after {
	margin-top: -7px;
}

/* linkTxtList01 */
.linkTxtList01 > li {
	position: relative;
	margin: 5px 0 0;
	padding: 0 0 0 15px;
}
.linkTxtList01 > li:first-child {
	margin-top: 0;
}
.linkTxtList01 > li:before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 6px;
	height: 12px;
	background-image: url(../images/com_ic67.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

.linkTxtList01 > li.prev:before {
	background-image: url(../images/com_ic70.png);
}
.linkTxtList01 > li.next {
	padding-left: 0;
	padding-right: 15px;
	text-align: right;
}
.linkTxtList01 > li.next:before {
	left: auto;
	right: 0;
}

/* linkTxtList02 */
.linkTxtList02 > li {
	position: relative;
	margin: 5px 0 0;
	padding: 0 0 0 15px;
}
.linkTxtList02 > li:first-child {
	margin-top: 0;
}
.linkTxtList02 > li:before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: solid transparent;
	border-color: transparent;
	border-width: 4px;
	border-left-color: #4c5866;
	border-left-width: 4px;
	pointer-events: none;
}

/* linkTxtList03 */
.linkTxtList03 > li {
	position: relative;
	margin: 5px 0 0;
	padding: 0 0 0 25px;
}
.linkTxtList03 > li:first-child {
	margin-top: 0;
}
.linkTxtList03 > li:before {
	content: "";
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}
.linkTxtList03 > li.icn01:before {
	top: 0.15em;
	width: 16px;
	height: 16px;
	background-image: url(../images/com_ic48.png);
}
.linkTxtList03 > li.icn02:before {
	top: 0.15em;
	width: 14px;
	height: 16px;
	background-image: url(../images/com_ic49.png);
}
.linkTxtList03 > li.icn03:before {
	top: 0.15em;
	width: 16px;
	height: 16px;
	background-image: url(../images/com_ic50.png);
}
.linkTxtList03 > li.icn04:before {
	top: 0.15em;
	width: 16px;
	height: 16px;
	background-image: url(../images/com_ic51.png);
}

/* linkBtnList01 */
.linkBtnList01 > li {
	margin: 15px 0 0;
}
.linkBtnList01 > li:first-child {
	margin-top: 0;
}


/* linkType */
[class*="linkType"] {
	margin-top: 1em;
}
[class*="linkType"] li + li {
	margin-top: .5em;
}
[class*="linkType"] li > a {
	display: inline-block;
	position: relative;
	outline: none;
}
[class*="linkType"] li > a:before {
	content: "";
	position: absolute;
}
[class*="linkType"][class*="range"] li {
	float: left;
	margin-top: .5em;
}
[class*="linkType"][class*="range"] .row1 {
	margin-top: 0;
}
[class*="linkType"][class*="range"] .break {
	clear: left;
}
[class*="linkType"] .aC > a:after,
[class*="linkType"] .aR > a:after {
	text-align: left !important;
}

/* linkType01 */
.linkType01 > li > a {
	padding-left: 14px;
}
.linkType01 > li > a:before {
	top: 0.3em;
	left: 0;
	width: 7px;
	height: 13px;
	background: url(../images/mark_normal.png) no-repeat 0 0;
}
.linkType01 > li > a > img {
	margin-left: 5px;
}

.linkType01.rangeVarCol li {
	margin-right: 40px;
}

/* linkCol0 */
[class*="linkCol"] {
	letter-spacing: -0.4em;
}
[class*="linkCol"] > li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.linkCol2-01 > li {
	width: 47%;
	margin-right:6%;
}
.linkCol3-01 > li {
	width: 32%;
	margin-right: 2%;
}
.linkCol2-01 > li:nth-child(-n+2),
.linkCol3-01 > li:nth-child(-n+3) {
	margin-top: 0;
}
.linkCol2-01 > li:nth-child(2n),
.linkCol3-01 > li:nth-child(3n) {
	margin-right: 0;
}


/* boxLink03 */
.boxLink03 {
	margin: 20px 12px 0;
}
.boxLink03 > *:first-child {
	margin-top: 0;
}

.boxLink03 .linkTxtList01 > li > a {
	color: #333333;
}

.boxLink03 .link01 {
	overflow: hidden;
	margin: 20px 0 0;
}
.boxLink03 .link01 > li {
	float: left;
	width: 33.3%;
	padding: 0 0 0 1px;
	box-sizing: border-box;
}
.boxLink03 .link01 > li:first-child {
	padding-left: 0;
}
.boxLink03 .link01 > li:nth-child(3) {
	width: 33.4%;
}
.boxLink03 .link01 > li > a {
	display: table;
	width: 100%;
	height: 100%;
}
.boxLink03 .link01 > li > a > span {
	display: table-cell;
	padding: 12px 5px 10px;
	background-color: #e5e7eb;
	vertical-align: middle;
	color: #333333;
	font-size: 1.3rem;
	line-height: 1.38;
	text-align: center;
}
.boxLink03 .link01 > li > a > span > [class*="icn"] {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.boxLink03 .link01 > li > a > span > .icn01 {
	padding-top: 24px;
	background-image: url(../images/com_ic62.png);
	background-size: 23px 19px;
}
.boxLink03 .link01 > li > a > span > .icn02 {
	padding-top: 30px;
	background-image: url(../images/com_ic63.png);
	background-size: 13px 20px;
}
.boxLink03 .link01 > li > a > span > .icn03 {
	padding-top: 26px;
	background-image: url(../images/com_ic64.png);
	background-size: 22px 16px;
}


/*_________________________________*/
/*_________________________________*/



/*___ point-box-01 ___*/

.point-box-01 {
	border-top: 1px solid #4c5866;
	background-color: #f8f9fa;
	margin-bottom: 50px;
}
.point-box-01 dt {
	position: relative;
	display: inline-block;
	margin-top: -5px;
	padding: 2px 15px 0;
	color: #ffffff;
	text-align: center;
	background-color: #20252a;
	border-bottom: 1px solid #e00025;
	line-height: 1.2;
}
.point-box-01 dt:after {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -4px;
	content: url(/common/img/com_im01.gif);
}
.point-box-01 dt span {
	margin-left: 3px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 187.5%;
	vertical-align: sub;
	line-height: 1.1;
}
.point-box-01 dd {
	clear: left;
	padding: 10px 10px;
	background-color: #f8f9fa;
	font-weight: 200;
}

/*___ point-box-02 ___*/

.point-box-02 {
	position: relative;
	border-top: 1px solid #4c5866;
	background-color: #f8f9fa;
	margin-bottom: 50px;
}
.point-box-02 dt {
	box-sizing: border-box;
	display: table-cell;
	padding: 10px 5px 5px;
	width: 60px;
	height: 60px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-color: #20252a;
	border-bottom: 2px solid #e00025;
	line-height: 1.1;
}
.point-box-02 dt span {
	display: block;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 187.5%;
	vertical-align: sub;
}
.point-box-02 dd {
	display: table-cell;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	font-weight: 200;
}


/*___ flow-icn-01 ___*/

.flow-icn-01 {
	padding-top: 50px;
	background: url(../images/com_im02.png) no-repeat 50% 10px;
}

/*___ flow-icn-02 ___*/

.flow-icn-02 {
	padding-top: 50px;
	background: url(../images/com_im03.png) no-repeat 50% 10px;
}


/*___ tabWrap ___*/
[class*="tabWrap"] {
/*
	margin-top: 40px;
*/
}
[class*="tabWrap"] > .tabNav > li {
	position: relative;
}
[class*="tabWrap"] > .tabNav > li > a {
	display: table;
	width: 100%;
	height: 100%;
	color: #333333;
	text-align: center;
	text-decoration: none;
	outline: none;
}
[class*="tabWrap"] > .tabNav > li > a:after {
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-ms-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
[class*="tabWrap"] > .tabNav > li > a > span {
	vertical-align: middle;
}
[class*="tabWrap"] > .tabNav.range2Col > li { width: 50%; }
[class*="tabWrap"] > .tabNav.range3Col > li { width: 32%; }
[class*="tabWrap"] > .tabNav.range3Col > li:nth-child(2) { width: 32%; }
[class*="tabWrap"] > .tabNav.range4Col > li { width: 25%; }
[class*="tabWrap"] > .tabNav.range5Col > li { width: 20%; }
[class*="tabWrap"] > .tabNav.range6Col > li { width: 49%; }
/*
[class*="tabWrap"] > .tabNav.range6Col > li:nth-child(1),
[class*="tabWrap"] > .tabNav.range6Col > li:nth-child(6) { width: 16.66%; }
*/
[class*="tabWrap"] > .tabNav.range7Col > li { width: 32%; }
[class*="tabWrap"] > .tabNav.range8Col > li { width: 32%; }
[class*="tabWrap"] > .tabNav.range10Col > li { width: 32%; }
[class*="tabWrap"] > .tabDetail {
	margin-top: 30px;
}
[class*="tabWrap"] > .tabDetail > *:first-child {
	margin-top: 0 !important;
}
[class*="tabWrap"].spSelectTrigger > .spSelectWrap {
	display: none;
}
.tabWrap01 {
/*overflow-x: scroll;*/
}
.tabWrap01 > .tabNav {
	/*border-bottom: 2px solid #e5e7eb;*/
/*
	display: flex;
*/
}
.tabWrap01 > .tabNav > li {
	margin-left: 0 !important;
/*
	font-size: 112.5%;
*/
	line-height: 1.6;
	position: relative;
}
.tabWrap01 > .tabNav > li:before {
	content: "";
	position: absolute;
	top: 25%;
	left: 0;
	width: 1px;
	height: 50%;
	background-color: #e5e7eb;
}
/*
.tabWrap01 > .tabNav > li:first-child:before {
	background: none;
}
*/


/*.tabWrap01 > .tabNav > li > a {
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}*/
/*.tabWrap01 > .tabNav > li > a:after {
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-ms-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}*/


/*.tabWrap01 > .tabNav > .active > a {
	font-weight: bold;
}*/



/*.tabWrap01 > .tabNav > .active > a:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e00025;
}*/



/*.tabWrap01 > .tabNav > li > a > span {
	padding-left: 16px;
	background: url(../images/mark_normal.png) no-repeat 0 50%;
}*/

/*
.tabWrap01 > .tabNav > .active > a > span {
	background-image: none;
	padding-left: 0;
}
*/

@media screen and (max-width: 768px) {
	[class*="tabWrap"] > .tabNav.range4Col > li { width: 24%; }
}



/* icons */
[class*="btnType"] a[target="_blank"]:after {
	display: none;
}

[class*="btnType"] a[target="_blank"] > span:after {
	content: "別ウインドウで開きます";
	position: absolute;
	top: 50%;
	right: 4.5%;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(../images/com_ic11.png) no-repeat 0 0;
	text-align: left !important;
	text-indent: -9999px;
}




[class*="btnType"] a[href*="pdf"] > span:after {
	content: "PDF";
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(../images/com_ic12.png) no-repeat 0 0;
}

[class*="btnType"] a[href*="window.print"] > span { padding-right: 52px; padding-left: 38px; }
[class*="btnType"] a[href*="zip"] > span { padding-right: 42px; padding-left: 34px; }

[class*="btnType"] a.here > span:after,
[class*="btnType"] a[href*="window.print"] > span:after,
[class*="btnType"] a[href*="zip"] > span:after {
	position: absolute;
	top: 50%;
	background: url(../images/mark_normal.png) no-repeat;
	text-align: left !important;
	text-indent: -9999px;
}
[class*="btnType"] a[href*="window.print"] > span:after {
	content: "";
	right: 18px;
	width: 19px;
	height: 16px;
	margin-top: -8px;
}
[class*="btnType"] a[href*="zip"] > span:after {
	content: "ZIP";
	right: 16px;
	width: 17px;
	height: 19px;
	margin-top: -8px;
}



.btnType01 a[href*="zip"] > span:after {
}
.btnType02 a[href*="zip"] > span:after {
}
[class*="btnType"] a.here {
	width: 100%;
}
[class*="btnType"] a.here > span {
	padding: 0 10px 0 46px;
}
[class*="btnType"] a.here > span:before {
	display: none;
}
[class*="btnType"] a.here > span:after {
	content: "";
	left: 20px;
	width: 15px;
	height: 15px;
	margin-top: -6px;
}















/* btnClose */
.btnClose {
	margin-top: 40px;
}
.btnClose li + li {
	margin-top: 20px;
}
.btnClose a {
	display: inline-block;
	position: relative;
	height: 100%;
	vertical-align: top;
	padding: 10px 40px 9px 40px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	color: #333333;
	text-decoration: none;
	outline: none;
	border: 1px solid #cccccc;
	background-color: #9ea2a7;
}
.btnClose a:hover {
	background-color: #f8f9fa;
}
.btnClose a > span {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.btnClose a > span:before {
	content: "";
	position: absolute;
	top: 25%;
	left: 0;
	width: 13px;
	height: 12px;
	background: url(../images/com_ic14.png) no-repeat 0 0;
}


.btnBg01 {
	margin-top: 24px;
	padding: 20px;
	background-color: #e5e7eb;
}
.btnBg01 > [class*="btnType"] {
	margin-top: 0;
}

/* boxType01 */

.boxType01 {
	border: 1px solid #dddddd;
}
.boxType01 .boxInner {
	padding: 15px;
}
.boxType01.pickup .boxInner {
	background-color: #fbf2ee;
}
.boxType01 .boxTitle {
	font-weight: bold;
	font-size: 112.5%;
}
.boxType01 .boxLead {
	font-size: 125.0%;
}
.boxType01 .boxLead + *,
.boxType01 .boxTitle + * {
	margin-top: 10px;
}
.boxType01 .break {
overflow: visible;
}
.boxType01 .sizeM + .colText.break,
.boxType01 .sizeS + .colText.break {
	width: auto;
}


/* boxType02 */

.boxType02 {
	border-top: 2px solid #e00025;
	background-color: #4c5866;
}
.boxType02 .boxInner {
	padding: 15px;
	color: #ffffff;
}
.boxType02 .boxTitle {
	font-weight: bold;
	font-size: 112.5%;
}
.boxType02 .boxLead {
	font-size: 125.0%;
}
.boxType02 .boxLead + * {
	margin-top: 10px;
}
.boxType02 .break {
overflow: visible;
}
.boxType02 .sizeM + .colText.break,
.boxType02 .sizeS + .colText.break {
	width: auto;
}

.boxType03 .boxInner {
	padding: 15px;
	background-color: #f8f9fa;
}
.boxType03 .boxTitle {
	font-weight: bold;
	font-size: 112.5%;
}
.boxType03 .boxLead {
	font-size: 125.0%;
}
.boxType03 .boxLead + * {
	margin-top: 10px;
}
.boxType03 .break {
overflow: visible;
}
.boxType03 .sizeM + .colText.break,
.boxType03 .sizeS + .colText.break {
	width: auto;
}
/* boxType04 */

.boxType04 {
	background-color: #e5e7eb;
}
.boxType04 .boxInner {
	padding: 15px;
}
.boxType04 .colWrap .col {
height: auto !important;
margin-top: 30px;
}
.boxType04 .colWrap .col .boxLead {
padding-top: 0;
}
.boxType04 .colWrap .col:first-child {
}
.boxType04 .colWrap .col:last-child {
}

.cvBox .boxType04 .colWrap .col:first-child {
	width: 100%;
	margin-top: 0;
}
.cvBox .boxType04 .colWrap .col:last-child {
	width: 100%;
}


.boxType04 .boxInner > *:first-child {
	margin-top: 0;
}
.boxType04 .boxLead {
	padding-top: 11px;
	font-size: 150.0%;
	text-align: center;
	font-weight: 200;
}

.boxType04 [class*="btnType"] a.beginner {
	padding: 13px 0 13px;
	width: 100%;
}
[class*="btnType"] a.beginner > span {
	font-size: 117.5%;
	padding: 0 20px 0 50px;
}


/* conversionBox */
.cvBox {
}

.cvLead {
	text-align: center;
	font-size: 137.5%;
	font-weight: 200;
	line-height: 1.5;
}
.cvLead span {
	font-weight: bold;
	color: #e00025;
}


/* cvBtn01 */


[class*="cvBtn"] {
	margin-top: 15px;
}
[class*="cvBtn"] a {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	height: 100%;
	width: 100%;
	vertical-align: top;
	padding: 12px 0 15px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	text-decoration: none;
	outline: none;
	text-align: center;
}
[class*="cvBtn"] a > span {
	display: inline-block;
	position: relative;
	padding: 0 20px 0 30px;
	line-height: 1.8;
}
[class*="cvBtn"] a:before {
	content: "";
	position: absolute;
	top: 35%;
	left: 14px;
	width: 7px;
	height: 13px;
	background: url(../images/mark_normal.png) no-repeat 0 0;
}


.cvBtn01 a {
	position: relative;
	display: block;
	color: #ffffff;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #e00025;
	padding: 15px 0 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

.cvBtn01 a:hover {
	background-color: #e00025;
}

.cvBtn01 a:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 88%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../images/icn_arr_right_wred02.svg) no-repeat 0 0;
	background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

#subcolumn .cvBtn01 a:before {
display: none;
}


.cvBtn01 a > .txt01 {
	padding: 0;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}

.cvBtn01 a > .txt02 {
	display: block;
	padding: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.0;
}





.cvBtn02 a {
	display: table;
	padding: 15px 0 10px;
	color: #ffffff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #454545;
}

.cvBtn02 a:hover {
	background-color: #454545;
}

.cvBtn02 a:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 88%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../fonts/icn_arr_right_wblack.svg) no-repeat 0 0;
	background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

.cvBtn02 a:hover:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 88%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../fonts/icn_arr_right_wblack.svg) no-repeat 0 0;
	background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

.cvBtn02 a > span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 !important;
}


.cvBox .boxType04 .boxInner {
	padding: 15px 15px 15px;
}
.cvBox .boxType04 .boxLead {
	padding-top: 15px;
	font-weight: 200;
}
.cvBox .boxType04 [class*="btnType"] a.beginner {
	margin-top: 4px;
	border: none;
}



/* plugin */
.plugin {
	display: table;
	width: 100%;
	margin-top: 30px;
	padding-top: 27px;
	border-top: 1px solid #cccccc;
}
.plugin > * {
	display: table-cell;
	vertical-align: top;
}
.plugin > .banner {
	width: 158px;
}
.plugin > .text {
	padding-left: 26px;
	color: #666;
	font-size: 87.5%;
}
.plugin > .text > *:first-child {
	margin-top: 0 !important;
}

/* hdType */
[class*="hdType"] {
	margin-top: 1.2em;
}
[class*="hdType"] + * {
	margin-top: 1em !important;
}
.hdType01 > hr {
	box-sizing: border-box;
	display: block;
	height: 1px;
	border-top: 1px solid #cccccc;
}
.hdType02 > hr {
	box-sizing: border-box;
	display: block;
	height: 1px;
	border-top: 1px solid #ffffff;
}


/* acodWrap */
[class*="acodWrap"] {
	margin-top: 40px;
	border-top: 1px solid #a2a8b0;
	border-bottom: 1px solid #a2a8b0;
}
[class*="acodWrap"] + [class*="acodWrap"] {
	margin-top: -1px;
}
[class*="acodWrap"] .acodSwitch {
	display: table;
	position: relative;
	width: 100%;
	background-color: #fff;
}
[class*="acodWrap"] + [class*="acodWrap"] .acodSwitch {
	border-top: none;
}
[class*="acodWrap"] .acodSwitch > a {
	box-sizing: border-box;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	padding: 10px 40px 10px 10px;
	color: #333;
	font-size: 112.5%;
	line-height: 1.2;
	text-decoration: none;
	outline: none;
}
[class*="acodWrap"] .acodSwitch > a:after {
	content: "";
	position: absolute;
	top: 40%;
}
[class*="acodWrap"] .acodSwitch > a:after {
	background: url(../images/com_ic04.png) no-repeat;
	right: 10px;
	width: 23px;
	height: 13px;
	margin-top: 0;
}
[class*="acodWrap"] .acodSwitch.active > a,
[class*="acodWrap"] .acodSwitch > a:hover {
	background-color: #f8f9fa;
	color: #333;
}
[class*="acodWrap"] .acodSwitch.active > a:after {
	background: url(../images/com_ic03.png) no-repeat;
}
[class*="acodWrap"] .acodSwitch > a > *:not(span) {
	font-size: 1.4rem;
	line-height: 1.7;
}
[class*="acodWrap"] .acodSwitch > a > *:first-child {
	margin-top: 0 !important;
}
[class*="acodWrap"] .acodDetail {
	box-sizing: border-box;
	position: relative;
	padding: 30px 20px 30px 10px;
}
[class*="acodWrap"] .acodDetail > *:first-child {
	margin-top: 0 !important;
}

/* acodGroup */
.acodGroup {
	margin-top: 40px;
}
.acodGroup > *:first-child,
.acodGroup > section + section {
	margin-top: 0 !important;
}
.acodGroup > .btnType01 + * {
	margin-top: 20px;
}

.indexColumn {
}
.indexColumn .col {
}
.indexColumn .indexImage {

	display: block;
}
.indexColumn .indexImage img {
width: 100%;
}
.indexColumn .indexTitle {
	position: relative;
	box-sizing:border-box;
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 137.5%;
	display: inline-block;
	width: 100%;
}
.indexColumn .indexTitle:after {
	content: "";
	display: block;
	text-align: center;
	height: 1px;
	width: 30px;
	background-color: #e00025;
}
.indexColumn.range2Col .indexTitle:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.indexColumn.range3Col .indexTitle:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.indexColumn.range2Col .indexTitle {
	box-sizing: border-box;
	display: block;
	padding: 25px 10px 10px;
	margin: -25px 10% 10px;
	width: 80%;
	color: #333333;
}

.indexColumn.range3Col .indexTitle {
	box-sizing: border-box;
	display: block;
	padding: 20px 10px 10px;
	margin: -20px 10% 10px;
	width: 80%;
	color: #333333;
}
.indexColumn .indexText {
	text-align: center;
}
.indexColumn .indexTitleLink a:hover {
	text-decoration: none;
}
.indexColumn .indexTitleLink a:hover img {
	opacity: 0.8;
}




/* newsArea 
----------------------------------------------------------------------- */
.newsTitleArea {
	position: relative;
	padding-bottom: 0;
	border-bottom: 1px solid #dddddd;
}
.newsTitleArea .newsTitle {
	font-size: 125.0%;
	font-weight: bold;
}
.newsTitleArea .newsList {
	position: absolute;
	right: 0;
	top: 10px;
}

.newsArea {
	position: relative;
	padding: 20px 0;
}
.newsArea dl {
	width: 100%;
	margin-top: 1.5em;
}
.newsArea dl:first-child {
	margin-top: 0;
}
.newsArea dl .date {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	color: #555;
	width: 100%;
}
.newsArea dl .date .icon {
	display: inline-block;
	width: 130px;
	margin-left: 20px;
	padding: 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 24px;
	color: #fff;
	text-align: center;
	background-color: #999999;
}
.newsArea dl .date .icon.important {
	background-color: #999999;
}

.newsArea dl .date .icon.account {background-color:#e0995a;}
.newsArea dl .date .icon.jp {background-color:#e85377;}
.newsArea dl .date .icon.fund {background-color:#4d4398;}
.newsArea dl .date .icon.fop {background-color:#fdd000;}
.newsArea dl .date .icon.click {background-color:#1c8b7e;}
.newsArea dl .date .icon.fx_otc {background-color:#8fc31f;}
.newsArea dl .date .icon.fx_cfd {background-color:#62abbb;}
.newsArea dl .date .icon.kabu365 {background-color:#7f1084;}
.newsArea dl .date .icon.crypto {background-color:#b94f84;}
.newsArea dl .date .icon.ideco {background-color:#ec9362;}
.newsArea dl .date .icon.rss {background-color:#348042;}
.newsArea dl .date .icon.common {background-color:#e76262;}
.newsArea dl .date .icon.all {background-color:#df0025;}

.newsArea dl .date .icon.icon_重要 {background-color:#df0025;}
.newsArea dl .date .icon.icon_プレスリリース {background-color:#df0025;}
.newsArea dl .date .icon.icon_お知らせ {background-color:#4c5866;}
.newsArea dl .date .icon.icon_株式 {background-color:#4c5866;}
.newsArea dl .date .icon.icon_システム {background-color:#4c5866;}

.newsArea dl .date .icon a {
	display: block;
	color: #fff;
}

.newsArea dl dd {
	overflow: hidden;  
	margin-top: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.newsArea dl dd img {
	margin-left: 5px;
	vertical-align: middle;
}
.newsArea dl dd .newIcon {
	margin-left: 5px;
	color: #e00025;
}





/* colorBox
---------------------------------------------------- */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;/* overflow:hidden;*/}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{-moz-box-sizing:content-box; -webkit-box-sizing:content-box;box-sizing:content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background-color: rgba(0,0,0,0.9);}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{/*border:5px solid #000;*/ background:#fff;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
.modalWrap {
	display: none;
}
#colorbox.is-static .modalContents {
	padding: 20px;
}
.modalContents > *:first-child {
	margin-top: 0 !important;
}
.is-movie iframe {
	margin: 0 auto;
	display: block;
	width: 600px;
	height: 340px;
	border: none;
}
#cboxContent {
	position: relative;
}
#cboxContent #cboxLoadedContent {
	padding: 0;
	-webkit-box-shadow: 0  5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#cboxContent #cboxClose {
	display: block;
	position: absolute;
	top: -32px;
	right: 0;
	width: 55px;
	height: 12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAMCAYAAAAppE4WAAABDUlEQVRIia2V0RHEIAhEU5y12JO1pBZq2fvBywYBjQkzN5njFHjuejmOzQAgMKH5avMAZFKr8Wd3Jlv01OYl+z0AK/xdnxXASfliwYIcuM5k1igk2lBW8gS2pZiFp161PyO4ALiF4liIBSXfKDaA7YbOmVqdYSSD0rVvFPvkLmnttTozpWideGusQoFir8C0phe+CzYUK4FCPdoumNYdLIbrPg33EJ4trVIz5TzF+jBfKKb9m8lJqMp9X3WhItgMTIc9v7IicH/F9NrU++8Kt/aCMtP3GJ/kIlj6r6j1XHCrpF3rOelR4Lpjwn5fAdP8cNqUz6AtWKFZ0r2PwJwcyJLImhlL9ZiedrDv5qofx9O3UVmNd8sAAAAASUVORK5CYII=) no-repeat 0 0;
	text-indent: -9999px;
}



/* colorBox
---------------------------------------------------- */
.currentContents {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* ex: clearfix
================================ */
.megaMenuColumn:after,
#footerLinkList #footerProductsArea .footerProductsLink01 dd ul:after,
#footerLinkList #footerProductsArea .footerProductsLink02:after,
#footerLinkList #footerInfoArea ul:after ,
#footerLinkList #footerSubArea ul:after,
.point-box-02:after,
[class*="range"]:after,
.colWrap:after,
#footCvBlock02 .subLinkList:after,
.imgWrap:after {
	content: "";
	display: block;
	clear: both;
}

}