@charset "UTF-8";

/* ==========================================
 PC
========================================== */

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

#heading1 {
	padding: 0;
	margin-bottom: 60px;
	background-color: #ffffff;
}
#heading1 .wrap,
#content .wrap {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}


/* main
------------------------------------------ */
.mainWrap {
	margin: 0;
	padding: 0;
}

.mainWrap #mainVisual {
	width: 100%;
	background-color: #ffffff;
}

.mainWrap #mainVisual + .colL01 {
	width: 640px;
}
.mainWrap #mainVisual + .colL01 > * {
	position: relative;
}

.mainWrap #mainVisual.colL01 .slider{
	margin:0 auto;
	width: 100%;
}
.mainWrap #mainVisual.colL01 .slider .slider-img img{
	max-height: 480px;
	height: 100%;
	max-width: 960px;
	width: 100%;
}


.mainWrap .beginnerBlock {
	height: 158px;
	padding: 0 15px;
	background: #bc9a13;
	color: #ffffff;
	text-align: center;
}
.mainWrap #mainVisual + .colL01 > * > .inner01 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc( 100% - 30px );
}
.mainWrap .beginnerBlock > .inner01 > * {
	margin-top: 0.4em;
}
.mainWrap .beginnerBlock > .inner01 > *:first-child {
	margin-top: 0;
}
.mainWrap .beginnerBlock .hdg01 {
	font-size: 18px;
	font-size: 1.8rem;
}
.mainWrap .beginnerBlock .linkBtnBeginner > span {
	padding-top: 12px;
	padding-bottom: 12px;
}
.mainWrap .cvBlock {
	height: 70px;
	padding: 0 15px;
	background: #ffffff;
}
.mainWrap .cvBlock .linkListBtn01 {
	margin-top: 0;
}
.mainWrap .cvBlock .linkListBtn01 > li > .linkBtnGuide {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* infoBox
------------------------------------------ */
.infoBox01 {
	margin-top: 18px;
}
.infoBox01 > dl > * {
	display: table-cell;
	vertical-align: middle;
}
.infoBox01 > dl > dt{
	text-align: center;
	font-weight: bold;
	color: #e5283f;
}
.infoBox01 > dl > dd > a{
	color: #333333;
}

.infoBox01 {
	border: 4px solid #ff0000;
	padding: 15px 20px;
	background: #fdd5dc;
}
.infoBox01 > *:first-child {
	margin-top: 0;
}
.infoBox01 a {
	font-weight: bold;
	color: #333333;
	outline: none;
}
.infoBox01 > dl > dt {
	position: relative;
	width: 100px;
	background: #ffffff;
	height: 40px;
}
.infoBox01 > dl > dt:after {
	position: absolute;
	content: '';
	top: 0;
	right: -32px;
	width: 0;
	height: 0;
	border-left: #ffffff 12px solid;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid transparent;
}
.infoBox01 > dl > dd {
	padding-left: 30px;
}
.infoBox02 {
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	font-size: 1.5rem;
	text-align: center;
	border: 1px solid #de0025;
	background: #ffffff;
}
.infoBox02 > dl > * {
	display: block;
}
.infoBox02 > dl > dt {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #e5283f;
}
.infoBox02 > dl > dd {
	padding-left: 15px;
	font-size: 14px;
	text-align: center;
}
.infoBox02 > dl > dd > a {
	color: #cc0000;
}
.infoBox03 > dl > dt {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.infoBox03 {
	margin-top: 30px;
	padding: 32px 40px;
	background: #f3f3f3;
	border: 6px solid #dad9d9;
}


/* parts
------------------------------------------ */

/* heading */
#siteTop .heading7 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
#siteTop .heading7 span {
	display: block;
	font-size: 20px;
	font-weight: bold;
}


.heading2-01 {
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2;
	border: none;
}
.heading2-01 > * {
	display: inline-block;
	padding-left: 0;
	border-left: none;
}
.hdgWrap02 {
	position: relative;
}
.hdgWrap02 .detailLink {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.75em;
}
.detailLink > a {
	display: block;
}
.detailLink > a > span {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	padding-left: 0px;
}
.detailLink > a > span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	left: 0;
	width: 12px;
	height: 12px;
	margin: -2px 5px 0 0;
	background: url(/common/img/link_ic21.png) no-repeat 0 0;
	background-size: 100% auto;
}

.boxFrame01 .hdgWrap02 p.detailLink a span {
	color: #ffffff;
}
.detailLink > a:hover > span {
	text-decoration: underline;
}
a:hover > img {
	opacity: 0.7;
}




/* box */
.boxFrame06 .hdg01 {
	background: #938e84;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	color: #ffffff;
	padding: 0 0 0 15px;
	line-height: 50px;
}
.boxFrame06 .hdg01 > .sub01 {
	font-size: 18px;
	font-size: 1.8rem;
}
.boxFrame06 > .inner01{
	border: 2px solid #b2b2b2;
}
.boxFrame06 > .inner02 {
	border: none;
}
.boxFrame06 > .inner01 {
	padding: 0 5px;
	box-sizing: border-box;
}

/* linkBtn */
#siteTop [class*="linkBtn0"] > span {
	text-align: center;
}
#siteTop [class*="linkListBtnColumn"] > li > [class*="linkBtnImgType"] > span {
	padding: 23px 15px 23px 65px !important;
}
[class*="linkBtnImgType"] > span:before {
	margin-top: -27px;
	left: 5px;
	width: 54px;
	height: 54px;
}
.linkBtnImgType01 > span:before {
	background-image: url(/img/index_im06.png);
}
.linkBtnImgType02 > span:before {
	background-image: url(/img/index_im05.png);
}
.linkBtnImgType03 > span:before {
	background-image: url(/common/img/com_logo01.png);
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
	margin-top: -25px;
}
.linkBtnImgType04 > span:before {
	background-image: url(/img/index_im07.png);
}

.linkBtnImgType05 > span:before {
	background-image: url(/common/img/com_logo02.png);
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
	margin-top: -25px;
}



/* purpose [目的にあった 投資スタイルを探す]
------------------------------------------ */
.purposeSection {
	width: 100%;
	margin: 50px 0 0 0;
	padding: 60px 0 40px;
	background: #f4f6f0;
}
.purposeSection .hdgWrap02 {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.purposeSection .purposeBlock {
	margin: 0 0 50px;
	text-align: center;
	letter-spacing: -0.4em;
}
.purposeSection .purposeBlock .box {
	position: relative;
	width: 25%;
	display: inline-block;
	border-radius: 8px;
	letter-spacing: normal;
	transition: all 0.3s ease 0s;
}
.purposeSection .purposeBlock .box span {
	display: block;
	text-align: center;
	color: #ffffff;
}
.purposeSection .purposeBlock .box .txt01 {
	font-size: 16px;
}
.purposeSection .purposeBlock .box .txt02 {
	font-size: 24px;
	font-weight: bold;
}
.purposeSection .purposeBlock .box .fig {
	margin: 0 auto;
	padding: 17px 0 22px 0;
}
.purposeSection .purposeBlock .box .fig img {
	height: 80px;
	width: auto;
}
.purposeSection .purposeBlock .box:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(/img/index_ic04.png) no-repeat right bottom;
	background-size: 100% auto;
	pointer-events: none;
}
.purposeSection .purposeBlock .box.bg01 {
	background: rgba(74,149,197,1.0);
}
.purposeSection .purposeBlock .box.bg01:hover {
	background: rgba(74,149,197,0.8);
}
.purposeSection .purposeBlock .box.bg02 {
	background: rgba(253,149,46,1.0);
}
.purposeSection .purposeBlock .box.bg02:hover {
	background: rgba(253,149,46,0.75);
}
.purposeSection .purposeBlock .box.bg03 {
	background: rgba(230,115,161,1.0);
}
.purposeSection .purposeBlock .box.bg03:hover {
	background: rgba(230,115,161,0.78);
}
.purposeSection .purposeBlock .box.bg04 {
	background: rgba(81,177,176,1.0);
}
.purposeSection .purposeBlock .box.bg04:hover {
	background: rgba(81,177,176,0.8);
}
.purposeSection .purposeBlock .box a {
	display: block;
	padding: 25px 0 0 0;
}
.purposeSection .purposeBlock .box a:hover {
	text-decoration: none;
}
.purposeSection .infoBlock {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.purposeSection .infoBlock .box {
	margin-bottom: 20px;
	max-width: 470px;
	width: 100%;
	background: #ffffff;
	transition: all 0.3s ease 0s;
}
.purposeSection .infoBlock .box:nth-child(even) {
	margin-left: 20px;
}
.purposeSection .infoBlock .box a {
	display: block;
	color: #333333;
	text-decoration: none;
	width: 100%;
	height: 100px;
}
.purposeSection .infoBlock .box.account a,
.purposeSection .infoBlock .box.shop a,
.purposeSection .infoBlock .box.question a {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.purposeSection .infoBlock .box.account .txt,
.purposeSection .infoBlock .box.shop .txt,
.purposeSection .infoBlock .box.question .txt {
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
}
.purposeSection .infoBlock .box.account .btn {
	position: relative;
	display: inline-block;
	width: 230px;
	height: 55px;
	line-height: 53px;
	margin-right: 20px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: #de0025;
	border-radius: 30px;
	border: 2px solid #de0025;
	box-sizing: border-box;
}
.purposeSection .infoBlock .box.account .btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 15px;
	height: 15px;
	margin-top: -6px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/common/img/link_ic07_pc.png);
	background-size: 100% auto;
}
.purposeSection .infoBlock .box.account:hover .btn {
	background: #ff6974;
	border: 2px solid #a30316;
}
.purposeSection .infoBlock .box.shop .btn,
.purposeSection .infoBlock .box.question .btn {
	position: relative;
	display: inline-block;
	width: 230px;
	height: 55px;
	line-height: 53px;
	margin-right: 20px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	background: #ffffff;
	border-radius: 30px;
	border: 2px solid #938e84;
	box-sizing: border-box;
}
.purposeSection .infoBlock .box.shop .btn:before,
.purposeSection .infoBlock .box.question .btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 15px;
	height: 15px;
	margin-top: -6px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/common/img/link_ic03.png);
	background-size: 100% auto;
}
.purposeSection .infoBlock .box.shop:hover .btn,
.purposeSection .infoBlock .box.question:hover .btn {
	border: 2px solid #de0025;
	background: #f9f9f9;
}
.purposeSection .infoBlock .box.inquiry .inner {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100px;
}
.purposeSection .infoBlock .box.inquiry a[href^="tel:"] {
  pointer-events: none;
}
.purposeSection .infoBlock .box.inquiry .txt {
	width: 8em;
	margin-left: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.purposeSection .infoBlock .box.inquiry .btn {
	font-size: 13px;
	font-size: 1.3rem;
	width: calc(100% - 8em);
}
.purposeSection .infoBlock .box.inquiry .btn .fontB {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.purposeSection .infoBlock .box.inquiry .btn .tel {
	position: relative;
	display: block;
	font-size: 33px;
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}
.purposeSection .infoBlock .box.inquiry .btn .tel:before {
	content:"";
	display: inline-block;
	vertical-align: baseline;
	width: 51px;
	height: 31px;
	margin-right: 5px;
	background: url(/common/img/contact_ic12.png) no-repeat left 2px;
	background-size: 100% auto;
}



/* market
------------------------------------------ */
.marketSection {
	padding: 40px 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.marketSection .hdgWrap02 {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.marketSection .column {
	max-width: 960px;
	width: 100%;
	margin: 30px auto 0;
}
.marketSection .column.columnEq2 {
	margin: 0 auto;
}
.marketSection .column.columnEq2 > * {
	width: 100%;
	margin: 0;
}
.marketSection .topCol01 {
	float: left;
	width: 485px;
	margin-right: 15px;
}

.marketSection .topCol01 .boxFrame01 {
	border: none;
}
.topCol01 .inner01 > section + section {
	margin-top: 40px;
}
.topCol01 .boxFrame01 > .inner01 {
	padding: 0px;
}
.topCol01 .boxFrame01 .hdg01 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #ffffff;
	background: #938e84;
	border: none;
	height: 50px;
	line-height: 50px;
}
[class*="topCol"] .hdgWrap02 + .inner02 > * {
	margin-top: 0;
}

.topCol01 .movieLink {
	padding: 20px 20px 0 20px;
	background: #ffffff;
}
.topCol01 .movieLink.over {
	opacity: 0.7;
}
.topCol01 .movieLink .colImgL01 {
	width: 140px;
}
.topCol01 .movieLink .colImgL01 img {
	width: 100%;
}
.topCol01 .movieLink .columnImgSetL01 > [class*="colImgL"] {
	margin-right: 10px;
}
.topCol01 .movieLink a {
	color: #333333;
}
.topCol01 .movieLink .detailLink {
	position: relative;
	text-align: right;
}
.topCol01 .movieLink .detailLink:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	left: 0;
	width: 12px;
	height: 12px;
	margin: -3px 5px 0 0;
	background: url(/common/img/link_ic21.png) no-repeat 0 0;
	background-size: 100% auto;
}
.topCol01 .movieLink .inner01 .column:first-child {
	margin-top: 0;
}
.topCol01 .movieLink .boxNews02 {
	background: none;
}
.topCol01 .movieLink:hover .boxNews02 dd a {
	text-decoration: underline;
}
.topCol01 .movieLink:hover .boxNews02:hover .detailLink {
	text-decoration: underline;
}

.topCol01 .boxNews01 .frame01 {
	padding: 10px 20px;
}
#siteTop .boxNews01 .frame01.over {
	background-color: #ffffff;
	opacity: 0.7;
}

.boxNews01 .frame01 {
	background-position: left bottom;
}
.topCol01 [class*="boxNews"] dl:hover a {
	text-decoration: underline;
}
.topCol01 [class*="boxNews"] dl > dt {
	font-size: 16px;
	font-size: 1.6rem;
}

.topCol01 .boxNews01 .frame01 dd a {
	color: #333333;
}
.topCol01 .boxNews01 .frame01 > dd {
	margin: 0;
}
.topCol01 .boxNews01 .frame01 > dd > a[href$=".pdf"] > .size01 {
	font-size: 16px;
	font-size: 1.6rem;
}

.topCol01 .boxNews01 .frame01 > dd > a[href$=".pdf"]:after {
	width: 18px;
	height: 18px;
	background-image: url(/common/img/link_ic02_pc.png);
}

.boxNews02 dt.new01:after {
/*	content: "NEW";
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 2px 5px;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #f19f00;
	vertical-align: middle;
	color: #f19f00;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;*/
}
.marketSection .topCol02 {
	float: left;
	width: 460px;
}

.txtUpdate {
	color: #a6a5a5;
	text-align: right;
}
.listAlternate > li {
	padding: 12px 0;

	border-bottom: 2px solid #eeeeee;
}
.listAlternate > li a {
	color: #333333;
}
.indexList01 {
	font-weight: normal;
}
.indexList01 > * {
	float: left;
}
.indexList01 > dd > .txtDown,
.indexList01 > dd > .txtUp {
	font-size: 16px;
	font-size: 1.6rem;
}

.listAlternate > li .indexList01 {
	width: 100%;
}
.listAlternate > li .indexList01 dt {
	width: 22%;
	text-align: center;
}
.listAlternate > li .indexList01 dd {
	width: 78%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.listAlternate > li .indexList01 dd .miValue {
	width: 72%;
	text-align: center;
}
.listAlternate > li .indexList01 dd .miChange {
	width: 28%;
	text-align: center;
}
.listAlternate > li[data-market-id="USD"] .indexList01 dd .miBid,
.listAlternate > li[data-market-id="EUR"] .indexList01 dd .miBid {
	width: 31%;
	text-align: right;
}
.listAlternate > li[data-market-id="USD"] .indexList01 dd .miAsk,
.listAlternate > li[data-market-id="EUR"] .indexList01 dd .miAsk {
	width: 41%;
	text-align: left;
	padding-left: 10px;
}
.listAlternate > li[data-market-id="USD"] .indexList01 dd .miChange,
.listAlternate > li[data-market-id="EUR"] .indexList01 dd .miChange {
	width: 28%;
	text-align: center;
}
.topCol02 .linkListBtn01 {
	margin-top: 50px;
}
.topCol02 .linkListBtn01 > li:nth-child(n+3) {
	margin-top: 10px;
}
#siteTop [class*="linkBtn0"] > span {
	text-align: left;
	padding: 15px 0 15px 30px !important;
}
.topCol02 .linkListBtn01 [class*="linkListBtnColumn"] > li > a > span {
	padding-left: 10px !important;
	padding-right: 0px !important;
}
.topCol02 .linkListBtn01 .linkBtn02 {
	box-shadow: none;
	background-color: #ffffff;
	border-color: #938e84;
	border-radius: 6px;
	overflow: hidden;
}
.topCol02 .linkListBtn01 .linkBtn02:before {
	display: none;
}
.topCol02 .linkListBtn01 .linkBtn02:hover {
	border-color: #de0025;
	background-color: #f9f9f9;
	opacity: 0.8;
}
.topCol02 .linkListBtn01 .linkBtn02[target="_blank"] > span:after {
	right: 15px;
	width: 12px;
	height: 10px;
	background-image: url(/common/img/link_ic01_pc.png);
	background-size: 100% auto;
}




/* service
------------------------------------------ */
.serviceSection {
	width: 100%;
	padding: 40px 0;
	background-color: #efeeed;
}
.serviceSection .hdgWrap02,
.serviceSection .column.columnLink01{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
/* 4個並び[columnEq4] */
.serviceSection .columnLink01.columnEq4 {
	margin: 25px auto 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.serviceSection .columnLink01.columnEq4 > * {
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	max-width: 225px;
	width: 23.469387755%;
	min-height: 115px;
	height: 100%;
	margin: 0 0 20px 0;
	border: none;
}
.serviceSection .columnLink01.columnEq4 > *:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background: url(/img/index_ic05.png) no-repeat right bottom;
	background-size: 100% auto;
	pointer-events: none;
}
.serviceSection .columnLink01.columnEq4 > *:not(:nth-child(4n)) {
	margin: 0 2.040816327% 20px 0;
}
.serviceSection .columnLink01.columnEq4 > *:hover {
	text-decoration: underline;
	opacity: 0.8;
}
.serviceSection .columnLink01.columnEq4 > * .colInner {
	padding: 0px;
	max-width: 85px;
	width: 44.943820225%;
}
.serviceSection .columnLink01.columnEq4 > * .imgSet01 {
	margin: 0 auto;
	max-width: 60px;
	width: 71%;
	text-align: center;
}
.serviceSection .columnLink01.columnEq4  > * p {
	margin: 0;
	max-width: 125px;
	width: 55.056179775%;
	letter-spacing: -0.02em;
}
.serviceSection .columnLink01.columnEq4 > * p a {
	display: block;
	position: relative;
	padding: 0;
	background-color: #ffffff;
	color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.serviceSection .columnLink01.columnEq4 > * p a:before {
	display: none;
}

/* 3個並び[columnEq3] */
.serviceSection .columnLink01.columnEq3 {
	margin: 25px auto 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.serviceSection .columnLink01.columnEq3 > * {
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	max-width: 305px;
	width: 31.77084%;
	min-height: 115px;
	height: 100%;
	margin: 0 0 20px 0;
	border: none;
}
.serviceSection .columnLink01.columnEq3 > *:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background: url(/img/index_ic05.png) no-repeat right bottom;
	background-size: 100% auto;
	pointer-events: none;
}
.serviceSection .columnLink01.columnEq3 > *:not(:nth-child(3n)) {
	margin: 0 2.34374% 20px 0;
}
.serviceSection .columnLink01.columnEq3 > *:hover {
	text-decoration: underline;
	opacity: 0.8;
}
.serviceSection .columnLink01.columnEq3 > * .colInner {
	padding: 0px;
	max-width: 85px;
	width: 38.88%;
}
.serviceSection .columnLink01.columnEq3 > * .imgSet01 {
	margin: 0 auto;
	max-width: 60px;
	width: 71%;
	text-align: center;
}
.serviceSection .columnLink01.columnEq3  > * p {
	margin: 0;
	max-width: 210px;
	width: 68.8525%;
	letter-spacing: -0.02em;
}
.serviceSection .columnLink01.columnEq3 > * p a {
	display: block;
	position: relative;
	padding: 0;
	background-color: #ffffff;
	color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.serviceSection .columnLink01.columnEq3 > * p a:before {
	display: none;
}

/* 新商品
------------------------------------------------------------------ */
.newproductSection .topCol03 .boxFrame01 {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	background-color: #ffffff;
	border: none;
}
.newproductSection .topCol03 .boxFrame01 .inner01{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.newproductSection .topCol03 .boxFrame01 .hdg01 {
	padding: 0 0 20px 0;
	border-left: none;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2;
}
.newproductSection .topCol03 .boxFrame01 .inner02{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.newproductSection .topCol03 .boxFrame01 .inner02 .column.columnImg01 {
	float: none;
	max-width: 470px;
	width: 100%;
	margin: 0 0 20px 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.newproductSection .topCol03 .boxFrame01 .inner02 .column.columnImg01:not(:nth-child(2n)){
	margin: 0 20px 20px 0;
}
.newproductSection .topCol03 .boxFrame01 .inner02 .column.columnImg01 .colL01 {
	float: none;
}
.newproductSection .topCol03 .boxFrame01 .inner02 .column.columnImg01 .linkBtn01 {
	border: 1px solid #cccccc;
	border-radius: 6px;
	background-color: #ffffff;
	overflow: hidden;
}
.newproductSection .topCol03 .boxFrame01 .inner02 .column.columnImg01 .linkBtn01:hover {
	border: 1px solid #de0025;
	background-color: #ffffff;
	opacity: 0.8;
}
.newproductSection .topCol03 .boxFrame01 .inner02 .column.columnImg01 section .column {
	margin: 0;
	padding: 15px 20px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.newproductSection .topCol03 .boxFrame01 .inner02 .column.columnImg01 section .column .colImgL01 {
	float: none;
	max-width: 140px;
	width: 100%;
	margin: 0 20px 0 0;
	padding: 0;
}
.newproductSection .topCol03 .boxFrame01 .inner02 .column.columnImg01 section .column .colTxt01 {
	min-width: 270px;
	max-width: 310px;
	width: 100%;
}
.newproductSection .topCol03 .boxFrame01 .inner02 .column.columnImg01 section .column .fundHdg {
	font-weight: bold;
}
.newproductSection .topCol03 .boxFrame01 .inner02 .column.columnImg01 section .column .icnProduct01 {
	margin-bottom: 10px;
	font-weight: normal;
	background-color: #fea647;
}
.newproductSection .topCol03 .boxFrame01 .inner02 .column.columnImg01 section .column .txtSizeS {
	position: relative;
	margin: 5px 0 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: -0.02em;
}
.newproductSection .topCol03 .boxFrame01 .inner02 .column.columnImg01 section .column .txtSizeS:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin: -3px 5px 0;
	background-image: url(/common/img/link_ic02_pc.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: right top;
}



/* 重要なお知らせ・最新情報
------------------------------------------------------------------ */
.newsreleaseSection .boxFrame01 {
	margin: 0;
	padding: 0 0 40px;
	border: none;
	background-color: #ffffff;
}
.newsreleaseSection .boxFrame01 .inner01 {
	position: relative;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.newsreleaseSection .boxFrame01 .inner01 .hdg01 {
	padding: 0 0 7px 0;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
	border-left: none;
	border-bottom: 2px solid #938e84;
}

.newsreleaseSection .boxFrame01 .boxNews01 {
    margin: 0px 0 0 0;
    background-color: #ffffff;
}
.newsreleaseSection .boxFrame01 .boxNews01 p {
	margin: 0;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 1px dashed #dddddd;
}

.newsreleaseSection .boxFrame01 .boxNews01 p a {
	display: block;
	width: calc(100% - 140px);
	padding: 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	margin: 0 0 0 140px;
	transition: all 0.3s ease 0s;
}
.newsreleaseSection .boxFrame01 .boxNews01 p a:hover {
	opacity: 0.7;
}

.newsreleaseSection .boxFrame01 .boxNews01 > p > a[target="_blank"]:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0;
	width: 12px;
	height: 10px;
	background-image: url(/common/img/link_ic01_pc.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.newsreleaseSection .boxFrame01 .boxNews01 > p > a[href$=".pdf"]:after {
	content: "";
	display: inline-block;
	margin: -3px 5px 0;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background-image: url(/common/img/link_ic02_pc.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.newsreleaseSection .boxFrame01 .boxNews01 p a:before {
	display: inline-block;
	min-width: 130px;
	margin: 0 10px 0 -140px;
	padding: 8px 5px;
	box-sizing: border-box;
	border-radius: 2px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}
.newsreleaseSection .boxFrame01 .boxNews01 p.icnCat07 a:before {
	content: "重要";
	background-color: #de0025;
}


.boxNews01 .frame01 {
	display: flex;
	align-items: baseline;
	padding: 7px 0 10px 0;
	border-bottom: 1px dashed #dddddd;
	background-image: none;
	transition: all 0.3s ease 0s;
}
.boxNews01 .frame01 > dt {
	font-size: 16px;
	font-size: 1.6rem;
	min-width: 275px;
}
.boxNews01 .frame01 > dt[class*="icnCat"] > span:before {
	display: inline-block;
	min-width: 130px;
	margin: 0 10px 0 0;
	padding: 8px 5px;
	box-sizing: border-box;
	border-radius: 2px;
	vertical-align: baseline;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}
.boxNews01 .frame01 > dt[class*="icnCat"] > span:after {
	display: none;
}
.boxNews01 .frame01 > dt.icnCat01 > span:before {
	content: "更新情報";
	background-color: #51b1b0;
}
.boxNews01 .frame01 > dt.icnCat02 > span:before {
	content: "商品・サービス";
	background-color: #e673a1;
}
.boxNews01 .frame01 > dt.icnCat03 > span:before {
	content: "キャンペーン";
	background-color: #fd952e;
}
.boxNews01 .frame01 > dt.icnCat04 > span:before {
	content: "会社情報";
	background-color: #938e84;
}
.boxNews01 .frame01 > dt.icnCat05 > span:before {
	content: "ニュースリリース";
	background-color: #4a95c5;
}
.boxNews01 .frame01 > dt.icnCat06 > span:before {
	content: "お知らせ";
	background-color: #8369a6;
}
.boxNews01 .frame01 > dd a {
	color: #333333;
}
.boxNews01 .frame01:hover > dd a {
	color: #333333;
	text-decoration: underline;
}

.newsreleaseSection .detailLink {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 0 0;
}
.newsreleaseSection .detailLink a {
	display: inline-block;
}



/* linkListBtn
------------------------------------------ */
.linkListBtn {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	display: flex;
}
.linkListBtn .linkListBtn01 {
	display: flex;
	margin: 0;
	width: 100%;
	text-align:center;
}
.linkListBtn .linkListBtn01 li {
	margin: 0;
	padding: 0;
	float: none;
	display: block;
	text-align: center;
	width: auto;
}

.linkListBtn .linkListBtn01 li:not(:last-child) {
	border-right: 1px solid #aaa;
}
.linkListBtn .linkListBtn01 li .linkBtn01 {
	margin: 0 0px 0 0;
	padding: 10px 20px 10px 0px;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	background-color: #ffffff;
}
#siteTop .linkListBtn .linkListBtn01 [class*="linkBtn0"] > span {
	padding: 0 0 0 20px !important;
}
.linkListBtn .linkListBtn01 li:hover .linkBtn01 span {
	text-decoration: underline !important;
}
.linkListBtn .linkListBtn01 li .linkBtn01 > span:before {
	position: relative;
	content: "";
	display: inline-block;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	margin: -3px 5px 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/common/img/link_ic03.png);
}


/* slider
------------------------------------------ */
.bnrSlider {
	max-width: 960px;
	margin: 0 auto;
}
.topCol04 .boxFrame03 .imgSlider01 .bx-controls-direction a {
	width: 22px;
	height: 22px;
	margin-top: -11px;
	background: url(/common/img/other_ic03.png) no-repeat;
	-webkit-background-size: 44px 22px;
	background-size: 44px 22px;
}
.topCol04 .boxFrame03 .imgSlider01 .bx-controls-direction .bx-prev {
	left: -11px;
}
.topCol04 .boxFrame03 .imgSlider01 .bx-controls-direction .bx-next {
	right: -11px;
	background-position: -22px 0;
}
.imgSlider02 {
	position: relative;
	margin-top: 40px;
}
.imgSlider02 .bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url(/common/img/other_ic12.png) no-repeat;
	-webkit-background-size: 60px 30px;
	background-size: 60px 30px;
	text-indent: -9999px;
	outline: none;
}
.imgSlider02 .bx-controls-direction .bx-prev {
	left: -41px;
	background-position: 0 0;
}
.imgSlider02 .bx-controls-direction .bx-next {
	right: -41px;
	background-position: -30px 0;
}
.imgSlider02 > .bnrSlider02 > li {
	width: 176px;
	float: left;
	margin-right: 20px;
}
.imgSlider02 > .bnrSlider02 > li:nth-child(5n) {
	margin-right: 0;
}

/* floatingBnr
------------------------------------------ */
.floatingBnr {
	position: fixed;
	right: 25px;
	bottom: 10px;
	width: 260px;
	z-index: 200;
}
.floatingBnr.is-none {
	display: none !important;
}
.floatingBnr .floatingBnrInner {
	position: relative;
}
.floatingBnr .floatingBnrInner::before {
	content: "";
	display: block;
	position: absolute;
	top: -11px;
	right: -7px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #fff;
	pointer-events: none;
	z-index: 1;
}
.floatingBnr ul {
	width: 100%;
}
.floatingBnr ul li {
	text-align: center;
}
.floatingBnr ul li a {
	position: relative;
	display: block;
	padding: 12px 0;
	font-size: 20px;
	font-size: 2.0rem;
	text-decoration: none;
	opacity: 1.0;
	transition: all 0.3s ease 0s;
}
.floatingBnr ul li.floatingBnrRequest a {
	color: #ffffff;
	background: #DE0025;
}
.floatingBnr ul li.floatingBnrRisk a {
	color: #de0025;
	background: #ffffff;
	border: 2px solid #de0025;
	border-top: none;
	box-sizing: border-box;
}
.floatingBnr ul li.floatingBnrRequest a:hover {
	background: #ff6974;
}
.floatingBnr ul li.floatingBnrRisk a:hover {
	color: rgba(222,0,37,0.7);
	border: 2px solid rgba(222,0,37,0.5);
	border-top: none;
	background: #ffffff;
}
.floatingBnr ul li.floatingBnrRequest a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin: -2px 3px 0 0;
	background: url(/common/img/menu_ic11.svg) no-repeat left center;
	background-size: 100% auto;
}
.floatingBnr ul li.floatingBnrRisk a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 23px;
	margin: -3px 0px 0 0;
	background: url(/common/img/menu_ic12_pc.gif) no-repeat left center;
	background-size: 100% auto;
	transition: all 0.3s ease 0s;
}
.floatingBnr ul li.floatingBnrRisk a:hover:before {
	opacity: 0.7;
}

.floatingBnr .floatingBnrClose {
	display: block;
	position: absolute;
	top: -12px;
	right: -8px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #a30316;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	z-index: 205;
}
.floatingBnr .floatingBnrClose::before,
.floatingBnr .floatingBnrClose::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	background: #ffffff;
	overflow: hidden;
	z-index: 3;
}
.floatingBnr .floatingBnrClose::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.floatingBnr .floatingBnrClose::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.floatingBnr .floatingBnrClose:hover,
.floatingBnr.isScroll .floatingBnrClose {
	opacity: .8;
}


/* ClearFix
------------------------------------------ */
.indexList01:after,
.boxNews01 .frame01:after {
	content: "";
	display: block;
	clear: both;
}
.indexList01,
.boxNews01 .frame01 {
	min-height: 1%;
	zoom: 1;
}


/* Slick スライダー
------------------------------------------ */
/* Slider */
.slick-loading .slick-list {
	background: #fff url('/common/img/other_ic11_loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-color: transparent;
	border-radius: 25px;
	transition: all 0.3s;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	opacity: 0.7;
}
.slick-prev {
	left: 0;
	max-width: 50px;
	width: 50px;
	max-height: 50px;
	height: 50px;
	margin-left: 3%;
	background-image: url(/common/img/other_ic10.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 200% auto;
}
.slick-next {
	right: 0;
	max-width: 50px;
	width: 50px;
	max-height: 50px;
	height: 50px;
	margin-right: 3%;
	background-image: url(/common/img/other_ic10.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 200% auto;
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -30px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid  #938e84;
	box-sizing: border-box;
	transition: all 0.3s;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active button {
	background: #938e84;
	border-radius: 10px;
	border: 1px solid  #938e84;
	box-sizing: border-box;
}
.slick-dots li button:hover {
	background: #938e84;
	opacity: 0.7;
}

.slick-slide {
	max-width:960px;
	width: 14.2%;
	position:relative;
}
.slick-slide:not(.slick-center) {
	-webkit-filter: opacity(60%);
	-moz-filter: opacity(60%);
	-o-filter: opacity(60%);
	-ms-filter: opacity(60%);
	filter: opacity(60%);
	transition: all 0.5s;
}

.slick-slide a img {
	transition: all 0.5s;
}
.slick-slide a:hover img {
	opacity: 0.8;
}
.slick-slide.slick-active a:hover img {
	opacity: 0.8;
}



}

@media only screen and (min-width: 1077px), print {
 .slick-prev {
	 left: 0;
	 right: 960px;
	 max-width: 50px;
	 width: 50px;
	 max-height: 50px;
	 height: 50px;
	 margin: -25px auto 0;
	 background-image: url(/common/img/other_ic10.png);
	 background-position: left top;
	 background-repeat: no-repeat;
	 background-size: 200% auto;
 }
 .slick-next {
	 left: 960px;
	 right: 0;
	 max-width: 50px;
	 width: 50px;
	 max-height: 50px;
	 height: 50px;
	 margin: -25px auto 0;
	 background-image: url(/common/img/other_ic10.png);
	 background-position: right top;
	 background-repeat: no-repeat;
	 background-size: 200% auto;
 }
}
