@charset "shift_jis";

/*
reset
--------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
menu,
nav,
section,
summary,
audio,
video,
input,
textarea,
button,
figcaption,
figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	height: 100%;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

a {
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
}

input,
select,
textarea {
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}

input[type="checkbox"],
label {
	cursor: pointer;
}

input[type="button"] {
	background: none;
	border: none;
}

ol,
ul {
	list-style: none;
}

img {
	vertical-align: middle;
}

/*
base
--------------------------------------- */
body {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
}

.align-cntr {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-v-cntr {
	display: flex;
	align-items: center;
}

.underline {
	text-decoration: underline;
}

span.yellow-liner {
	font-weight: bold;
	background: linear-gradient(0deg, transparent 0%, #FFFF99 5%, #FFFF99 60%, transparent 60%);
}

.inblk {
	display: inline-block;
}

.wrap {
	min-width: 1024px;
	/* リキッド化のためのここの解除は各ページで。*/
	min-height: 100%;
	position: relative;
}

a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

a.no-hover-effect:hover {
	opacity: 1;
}

.ios a:hover,
.ios input[type="submit"] {
	opacity: 1.0 !important;
}

/*
header
--------------------------------------- */
header {
	width: 100%;
	background: #0C121C;
}

header .sitename {
	display: table-cell;
	float: left;
	border-right: solid 1px #333;
}

header .sitename a {
	display: inline-block;
	width: 190px;
	height: 100%;
	line-height: 103px;
	text-align: center;
}

header .sitename img {
	margin-right: 5px;
	width: 116px;
}

header .pc-parts {
	overflow: hidden;
}

header .menu_btn {
	display: none;
}

/* slideMenu
* --------------------------------------- */
.main-navi {
	display: none;
}

.btn-menu,
.btn-menu span {
	display: inline-block;
	transition: all .4s;
}

.btn-menu {
	float: right;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: 25px;
	height: 25px;
	padding: 16px 19px 19px;
}

.btn-menu span {
	position: absolute;
	right: 17px;
	width: 25px;
	height: 5px;
	background-color: #FFF;
}

.btn-menu span:nth-of-type(1) {
	top: 15px;
}

.btn-menu span:nth-of-type(2) {
	top: 25px;
}

.btn-menu span:nth-of-type(3) {
	bottom: 19px;
}

.btn-menu.active {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}

.btn-menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.btn-menu.active span:nth-of-type(2) {
	opacity: 0;
}

.btn-menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}

.news-area {
	display: none;
}

header .innerWrap {
	position: relative;
}

/*.mega-dropdown {
	display: none;
	position: absolute;
	top: 108px;
	left: 0;
	z-index: 20;
	background: #000;
	width: 100%;
	height: 148px;
}*/


.mega-dropdown-child {
	display: none;
	position: absolute;
	top: 108px;
	left: 0;
	z-index: 20;
	background: url(../images/bg_megadropdown.png) repeat left top;
	width: 100%;
	/* visibility: hidden; */
	/* opacity: 0; */
	transition: .2s ease-in-out;
	text-align: center;
}

/*.kokuban ul {
	width: 638px;
	margin: 0 auto;
}
.kokuban li {
	display: inline-block;
	width: 295px;
	height: 150px;
}
.kokuban .pad {
	background: url(../images/kuracom_pad_pc.png) no-repeat center left;
	padding-right: 42px;
}
.kokuban a {
	width: 100%;
	height: 100%;
	display: block;
}
.kokuban .kokuban {
	background: url(../images/kuracom_koujikokuban_pc.png) no-repeat center left;
}
.kokuban .pad p {
	margin: 46px 0 0 0;
	height: 30px;
	font-size: 1.2rem;
	color: #fff;
	background: url(../images/kuracom_pad_logo_pc.png) no-repeat 137px top;
	text-indent: -9999px;
	margin-bottom: 4px;
}
.kokuban p {
	margin: 42px 0 4px 9px;
	height: 30px;
	font-size: 1.2rem;
	color: #fff;
	background:url(../images/kuracom_koujikokuban_logo_pc.png) no-repeat 137px top;
	text-indent: -9999px;
	padding-bottom: 4px;
}
.kokuban .pad span {
	font-size: 1.2rem;
	color: #fff;
	margin-left: 135px;
	padding: 4px 18px 4px 24px;
	background: url(../images/arrow_isosceles_triangle.png) no-repeat 10px center;
	border: solid 1px;
}
.kokuban span {
	font-size: 1.2rem;
	color: #fff;
	margin-left: 154px;
	padding: 4px 18px 4px 24px;
	background: url(../images/arrow_isosceles_triangle.png) no-repeat 10px center;
	border: solid 1px;
}
.syashinkanri ul {
	width: 706px;
	margin: 0 auto;
}
.syashinkanri li {
	display: inline-block;
	width: 330px;
	height: 150px;
}
.syashinkanri .goyoutashi {
	background: url(../images/kuracom_goyoutashi_18_pc.png) no-repeat center left;
	padding-right: 40px;
}
.syashinkanri a {
	width: 100%;
	height: 100%;
	display: block;
}
.syashinkanri .pickup {
	background: url(../images/kuracom_pickup_pc.png) no-repeat center left;
}
.syashinkanri .goyoutashi p {
	margin: 42px 0 0 0;
	height: 30px;
	font-size: 1.2rem;
	color: #fff;
	background: url(../images/kuracom_goyoutashi_2017_logo_pc.png) no-repeat 112px top;
	text-indent: -9999px;
	padding-bottom: 8px;
}
.syashinkanri p {
	margin: 42px 0 4px 9px;
	height: 30px;
	font-size: 1.2rem;
	color: #fff;
	background:url(../images/kuracom_pickup_logo_pc.png) no-repeat 118px top;
	text-indent: -9999px;
	padding-bottom: 4px;
}
.syashinkanri .goyoutashi span {
	nt-size: 1.2rem;
	color: #fff;
	margin-left: 113px;
	padding: 4px 18px 4px 24px;
	background: url(../images/arrow_isosceles_triangle.png) no-repeat 10px center;
	border: solid 1px;
}
.syashinkanri span {
	font-size: 1.2rem;
	color: #fff;
	margin-left: 128px;
	padding: 4px 18px 4px 24px;
	background: url(../images/arrow_isosceles_triangle.png) no-repeat 10px center;
	border: solid 1px;
}*/

/*#kokuban.mega:hover {
	background-color: #005533;
}
#syashinkanri.mega:hover {
	background-color: #005533;
}
#daityou.mega:hover {
	background-color: #005533;
}
#special:hover {
	background-color: #005533;
}*/
#price {
	background-color: #005533;
}

/*#faq:hover {
	background-color: #005533;
}*/



/*.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}*/


/*slideMenu
---------------------------------------------------*/
.slide-menu {
	display: none;
	position: fixed;
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background-size: 108px auto;
	text-align: center;
	overflow: auto;
	z-index: 12;
	-webkit-overflow-scrolling: touch;
}

.slide-menu li.logo {
	height: 61px;
	border-bottom: 1px solid #333;
}

.slide-menu li.logo a {
	width: 98px;
	height: 100%;
	padding-left: 16px;
	border-right: 1px solid #333;
}

.slide-menu li.logo img {
	padding-top: 12px;
	width: 77px;
}

.slide-menu li {
	line-height: 49px;
	min-height: 48px;
	/* margin: 0 0 23px 17px; */
	color: #FFF;
	font-size: 1.4rem;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #333;
}

.slide-menu li:last-child {
	/* border-bottom:none; */
}

.dropdown-child {
	border-top: 1px solid #333;
}

.slide-menu li a {
	/* text-indent: -9999px; */
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.slide-menu h5 {
	padding-left: 20px;
	font-size: 1.4rem;
	font-weight: normal;
	display: inline-block;
}

.slide-menu li ul {
	background: #181D21;
	padding: 10px 0;
}

.slide-menu li li {
	border-bottom: none;
	/* height: 55px; */
	/* line-height: 61px; */
}

.slide-menu li a {
	padding-left: 20px;
}

.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin: 18px 4px 0 0;
}

.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 12px;
	/* top: 5px; */
	height: 2px;
	background-color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.accordion_icon.active span:nth-of-type(1) {
	display: none;
}

.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.slide-menu .call {
	color: #fff;
	padding: 10px 0;
}

.slide-menu .call a {
	font-size: 24px;
	display: block;
	margin: 0.3em 0;
	line-height: 1;
}

.slide-menu .call a::before {
	content: '';
	background: url('/renew/images_dx/common/icon_phone.png') center center / contain no-repeat;
	width: 1.0em;
	height: 0.9em;
	display: inline-block;
	vertical-align: top;
}

.slide-menu .call small {
	font-size: 12px;
	display: block;
}

@media only screen and (min-width :900px) {
	.main-navi {
		display: block;
		float: right;
		width: 735px;
		overflow: hidden;
	}
}

/*
footer
--------------------------------------- */
.footerAll {
	width: 100%;
	/*height: 546px;*/
	background: #000;
	text-align: left;
}

/* @media screen and (max-width: 1024px) and (min-width: 900px) {
	.footerAll {
		min-width:1024px;
	}
} */
.f_actionNav .innerWrap {
	margin: 0 auto;
	/* max-width: 1024px; */
	/* overflow: hidden; */
	/* min-width: 769px; */
	/* max-width: 907px; */
	/* width: clamp(769px,100vw,907px); */
}

.f_actionNav {
	background: url(../images/bg_actionNav.jpg) center top;
}

.f_actionNav nav {
	/* margin:0 50px; */
	line-height: 0;
}

.f_actionNav ul {
	line-height: 1.5;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	/* border-left: solid 1px #999; */
	border-width: 0 1px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.f_actionNav li:first-child {
	border-left: solid 1px #999;
}
.f_actionNav li {
	float: left;
	vertical-align: top;
	/* width:19.5%; */
	/* width: clamp(151px, 19.5%, 181px); */
	/* border-right:solid 1px #999; */
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	font-weight: bold;
	flex-grow: 1;
}

/* .f_actionNav li:nth-of-type(-n+4) {
	border-right: 1px solid #999;
} */
.f_actionNav li>a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 112px 0 30px;
}

.f_actionNav li.catalog a {
	background: url(/renew/images/icon_catalog2.png) no-repeat center 38px;
	background-size: auto 48px;
}

.f_actionNav li.quote a {
	background: url(/renew/images/icon_calculator2.png) no-repeat center 34px;
	background-size: auto 48px;
}

.f_actionNav li.showroom a {
	background: url(/renew/images/icon_showroom.png) no-repeat center 39px;
	background-size: auto 40px;
}

.f_actionNav li.mail a {
	background: url(/renew/images/icon_mail2.png) no-repeat center 39px;
	background-size: auto 40px;
}

.f_actionNav li.demo a {
	background: url(/renew/images/icon_demo2.png) no-repeat center 34px;
	background-size: auto 56px;
}

.f_actionNav li.sns {
	padding-bottom: 30px;
}

.f_actionNav li .sns_btn:after {
	content: "蔵衛門Padを広める";
	margin-top: 10px;
	display: block;
}

.f_actionNav li .sns_btn {
	min-height: 82px;
	padding-top: 30px;
	/*112px*/
}

.f_actionNav li .sns_btn>a {
	display: block;
}

.f_actionNav li .sns_btn img {
	height: 20px;
	margin: 2px;
}

.f_actionNav li .sns_btn .disabled a,
.f_actionNav li .sns_btn .disabled a:hover {
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
	cursor: default;
}

.f_sitemap {
	background: url(../images/bg_sitemap.jpg) center top;
	padding: 40px 0 53px;
	color: #FFF;
}

.f_sitemap .innerWrap {
	margin: 0 auto;
	max-width: 980px;
	/* width: 60.34%; */
	/* width: 67.3%; */
}

.f_sitemap .ttl {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}

.f_sitemap dl {
	vertical-align: top;
	display: inline-block;
}

.f_sitemap dl:nth-of-type(-n+3) {
	margin-bottom: 30px;
}

.f_sitemap dl:not(:last-of-type) {
	margin-right: 32px;
}

.f_sitemap dl.feature {
	width: 246px;
}

.f_sitemap dt {
	margin-bottom: 9px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: bold;
}

.f_sitemap dd {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-left: 5px;
	/* min-width: 10em; */
}

footer {
	background: url(../images/bg_footer.jpg) center top;
	padding: 24px 0 25px;
	color: #FFF;
}

footer .innerWrap {
	margin: 0 auto;
	/* max-width:940px;/832px/ */
	overflow: hidden;
}

footer .sitename {
	display: inline-block;
	margin-left: 28px;

}

footer .sitename a {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}

footer nav {
	/* float:right; */
	margin: 3px 6px 0 48px;
}

footer nav li {
	display: inline-block;
	text-align: left;
	border-right: solid 1px #FFF;
	height: 11px;
	line-height: 11px;
	padding-right: 17px;
	margin-right: 10px;
	margin-bottom: 8px;
}

footer nav li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

footer nav li a {
	font-size: 11px;
	font-size: 1.1rem;
}

footer .copyright {
	margin-left: 5px;
	text-indent: -5px;
	margin-top: 48px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.5;
}

/*Pマーク等*/
.bottomFooter {
	background: #D9D9D9;
}

/*Pマーク等ここまで*/

.pageTop_btn {
	display: none;
	position: fixed;
	right: 22px;
	bottom: 140px;
	/* bottom:30px; */
	cursor: pointer;
	z-index: 10;
	border: 2px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
	padding: 14px 11px 14px;
	line-height: 10px;
}

.pageTop_btn img {
	width: 17px;
	height: 10px;
}

/* @media screen and (max-width: 768px) and (min-width: 1px)  {
	.pageTop_btn {
		position: absolute;
		right:25px;
		bottom:286px;
		top:566px;
	}
} */

/*
main
--------------------------------------- */
/*.main {
	overflow:hidden;
}*/

/*
共通パーツ
--------------------------------------- */
[class*=sec_]>.innerWrap {
	margin: 0 auto;
	width: 1024px;
}

[class*=sec_] h2 {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.3;
	font-weight: normal;
}

[class*=sec_] .text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}

.main .pagelink {
	margin-top: 44px;
	display: block;
}

.main .pagelink a {
	display: inline-block;
	background: url(/renew/images/icon_arrow.png) no-repeat left 50%;
	padding-left: 20px;
}

/*
デジカメvs蔵Pad
--------------------------------------- */
.sec_compare {
	background: #343434;
	color: #FFF;
}

.sec_compare h2 {
	padding-top: 52px;
	text-align: center;
}

.sec_compare .innerWrap {
	width: 824px;
	padding-bottom: 54px;
}

.sec_compare .text {
	margin-top: 36px;
	background: url(/renew/images/img_compare.png) no-repeat right 5px;
	background-size: 429px auto;
	padding-right: 470px;
	min-height: 204px;
}

.sec_compare .pagelink {
	margin-top: -30px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}

/*
購入ページへの誘導
--------------------------------------- */
.sec_cta {
	background: #444;
	color: #FFF;

	padding-bottom: 50px;
}

.sec_cta.pad {
	padding-bottom: 61px;
}

.sec_cta .innerWrap {
	padding-left: 47px;
	width: auto;
}

.sec_cta h2 {
	text-align: center;
	padding-top: 64px;
	font-size: 36px;
	font-size: 3.6rem;
	margin-left: -28px;
}

.sec_cta dl {
	background: url(/renew/images/img_kurapad.png) no-repeat left top;
	background-size: 307px auto;
	padding: 17px 0 0 300px;
	width: 414px;
	min-height: 203px;
	margin: 31px auto 0;
	text-align: center;
}

.sec_cta.pad dl,
.sec_cta.goyo dl {
	padding: 7px 0 0 300px;
}

/*Pad・Padmini対応*/
.sec_cta dl {
	background: url(../images/img_kurapad4_orange.png) no-repeat left 1px;
}

.sec_cta.pad dl {
	padding: 5px 0 20px 320px;
}

/*Pad Tough対応*/
.sec_cta.pad.tough dl {
	background: url(../images/img_kurapad_tough2nd_orange.png) no-repeat left 23px;
	padding: 0px 0 0 320px;
	/*background: url(../images/img_kurapad_tough_campaign.png) no-repeat left 5px;
	padding: 65px 0 0 360px;*/
	height: 100%;
	background-size: 339px;
}

/*Pad Tough campaign対応*/
.sec_cta .campaign {
	background: url(../images/img_kurapad_tough.png) no-repeat left 23px !important;
	padding: 65px 0 0 360px !important;
	height: 100%;
}

.sec_cta .campaign_comments {
	margin-top: 20px;
	display: inline-block;
}

.sec_cta .campaign_comments p {
	text-align: left;
	width: 734px;
	line-height: 22px;
}

/*蔵衛門御用達2020対応*/
.sec_cta.goyo.ve2020 dl {
	background: url(../images/img_goyo_2020.png) no-repeat left 1px;
	padding: 5px 0 20px 320px;
}

.sec_cta dt {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
}

.sec_cta.pad dt,
.sec_cta.goyo dt {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

/*Pad Tough campaign対応*/
.sec_cta .campaign_Purchase {
	margin: -20px 0 70px 0;
}

.sec_cta dd {
	margin: 21px 0 0 0;
}

.sec_cta.pad dd,
.sec_cta.goyo dd {
	margin: 11px 0 0 0;
}

.sec_cta.goyo dd img {
	width: 328px;
	height: auto;
}

.sec_cta.goyo.ver2020 dd img {
	width: 100%;
	height: auto;
}

.sec_cta dd .cta_btn {
	margin: 26px auto 0;
	background: #FFF;
	width: 250px;
	height: 50px;
	line-height: 51px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
}

.sec_cta.pad dd .cta_btn,
.sec_cta.goyo dd .cta_btn {
	display: inline-block;
	width: 260px;
	height: 44px;
	line-height: 44px;
	margin-top: 20px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}

.sec_cta.pad dd .cta_btn a,
.sec_cta.goyo dd .cta_btn a {
	width: 100%;
}

.sec_cta.pad dd .cta_btn+.cta_btn,
.sec_cta.goyo dd .cta_btn+.cta_btn {
	margin-top: 11px;
}

/*.sec_cta.goyo dd .cta_btn a {
	display:inline-block;
	width:100%;
}
.sec_cta.goyo {
	padding-bottom:60px;
}
.sec_cta.goyo h2 {
	padding-top:55px;
	font-size:38px;
	font-size:3.8rem;
	line-height:1.2;
}
.sec_cta.goyo dl {
	margin-top:37px;
	background-image: url(/goyo/images/img_package.png);
	width: 380px;
	padding:29px 0 0 340px;
	min-height:186px;
	background-size:320px 207px;
}
.sec_cta.goyo dd {
	margin-top:15px;
}*/

/*御用達16*/
.sec_cta.goyo dl {
	background-image: url(/goyo/images/img_package.png);
	background-size: 320px 207px;
}

/*御用達17*/
.sec_cta.goyo.ver17 dl {
	background-image: url(/goyo/images/img_package_17.png);
	background-size: 320px 207px;
}

/*御用達18*/
.sec_cta.goyo.ver18 dl {
	background-image: url(/goyo/images/img_package_18.png);
	background-size: 320px 207px;
}

.sec_cta dd .cta_btn {
	margin-top: 30px;
	font-weight: bold;
}

/*御用達2020*/
.sec_cta.goyo.ver2020 dl {
	background-image: url(/goyo/images/img_package_2020.png);
	background-size: auto 100%;
	background-position: 70px;
}

/*御用達2021*/
.sec_cta.goyo.ver2021 dl {
	background-image: url(/goyo/images/img_package_2021_2.png);
	background-size: auto 100%;
	background-position: 70px;
}

.sec_cta dd .cta_btn {
	margin-top: 30px;
	font-weight: bold;
}

/*
購入ページ下部分
--------------------------------------- */
.sec_selesInfo {
	background: #434343;
	color: #FFF;
	padding: 56px 0 55px;
}

.sec_selesInfo h2 {
	text-align: center;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
}

.sec_selesInfo dl {
	border: solid 1px #FFF;
	overflow: hidden;
}

.col_payment {
	margin: 35px auto 0;
	width: 782px;
	/*824*/
	padding: 28px 21px 25px;
	overflow: hidden;
}

.sec_selesInfo dt,
.sec_selesInfo dd {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}

.col_payment dt {
	float: left;
	margin-right: 32px;
}

.col_payment .convini,
.col_payment .credit {
	font-weight: bold;
}

.col_payment .convini {
	margin-top: 2px;
}

.col_payment .credit {
	margin-top: 33px;
}

.col_payment .other {
	margin-top: 23px;
}

.sec_selesInfo .rowG {
	display: -webkit-flex;
	display: flex;
	width: 826px;
	margin: 12px auto 0;
	font-size: 0;
	/*隙間対策*/
}

.sec_selesInfo .rowG dl {
	display: inline-block;
	width: 239px;
	/*264*/
	padding: 22px 7px 19px 18px;
	vertical-align: top;
	margin-left: 14px;
}

.sec_selesInfo .rowG dd {
	margin-top: 23px;
}

.sec_selesInfo .rowG .col_receipt {
	margin-left: 0;
}

/*
電話番号
--------------------------------------- */
.sec_telnumber {
	background-color: #333;
	text-align: center;
	color: #fff;
}

/*
お問い合わせ
--------------------------------------- */
.sec_contactInfo {
	background: #434343;
	color: #FFF;
	padding: 59px 0 55px;
}

.sec_contactInfo p {
	width: 824px;
	margin: 0 auto;
}

.sec_contactInfo dl {
	border: solid 1px #FFF;
	overflow: hidden;
}

.sec_contactInfo .col_payment {
	margin: 29px auto 0;
	width: 767px;
	/*824*/
	padding: 34px 21px 29px 36px;
	overflow: hidden;
}

.sec_contactInfo dt,
.sec_contactInfo dd {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}

.sec_contactInfo .col_payment dt {
	float: left;
	margin-right: 48px;
}

.sec_contactInfo .col_payment .convini,
.sec_contactInfo .col_payment .credit {
	font-weight: bold;
}

.sec_contactInfo .col_payment .convini {
	margin-top: 2px;
}

.sec_contactInfo .col_payment .credit {
	margin-top: 33px;
}

.sec_contactInfo .col_payment .other {
	margin-top: 23px;
}

/*動画再生ポップアップ*/
#playMovie {
	position: absolute;
	left: 301px;
	top: 131px;
	cursor: pointer;
}

#playMovie:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#overlay {
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0, 0, 0, 0.8);
}

#moviePlayer {
	margin: 0 auto;
	background: #000;
	width: 948px;
	height: 647px;
	padding-top: 13px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#close {
	position: absolute;
	top: -23px;
	right: -24px;
	cursor: pointer;
}

#moviePlayer .tel {
	position: absolute;
	bottom: 19px;
	left: 2px;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 420px) and (min-width: 1px) {
	#moviePlayer {
		width: 290px;
		height: 262px;
		padding-top: 8px;
	}

	#moviePlayer .tel img {
		width: 205px;
	}

	#close {
		top: -15px;
		right: -13px;
		width: 43px;
		height: 43px;
	}

	#close img {
		width: 100%;
		height: auto;
	}

	#moviePlayer .tel {
		bottom: 17px;
	}
}

/* preloader
---------------------------------------------------------------------------------- */
#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	filter: alpha(opacity=60);
	opacity: 0.60;
	z-index: 20;
	display: none;
}

.loader-anime {
	width: 70px;
	margin: 25% auto 0;
	display: block;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(33, 150, 243, 0.2);
	border-right: 1.1em solid rgba(33, 150, 243, 0.2);
	border-bottom: 1.1em solid rgba(33, 150, 243, 0.2);
	border-left: 1.1em solid #2196F3;
	-webkit-animation: load8 1s infinite linear;
	animation: load8 1s infinite linear;
}

.loader-anime,
.loader-anime:after {
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*背景緑対応*/
.sec_cta {
	background-color: #005533;
}

.sec_cta.pad dd .cta_btn,
.sec_cta.goyo dd .cta_btn {
	width: 300px;
	color: #005533;
}

.sec_cta.pad dd .cta_btn.half,
.sec_cta.goyo dd .cta_btn.half {
	width: 145px;
	padding-left: 3px;
	background-color: #CFFEDD;
	color: #005533;
}

#header-sp-modal-bg,
#header-pc-modal-bg,
#common-modal-dialog-bg {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100vh;
	display: none;
	align-items: center;
	justify-content: center;
}

#header-pc-modal-bg {
	background: rgba(0, 0, 0, 0.8);
	animation-name: fadeOut;
	animation-duration: 0.5s;
}

.modal-dialog-bg.show+.show-pc #header-pc-modal-bg {
	background: rgba(0, 0, 0, 0);
}




#h-products li {
	display: block;
}

#h-store li {
	display: block;
}

#header-sp-modal-bg.show,
#header-pc-modal-bg.show,
#common-modal-dialog-bg.show {
	display: flex;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	position: fixed;
	top: 0;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

#common-modal-dialog {
	border-radius: 1em;
	border: 0.1em solid black;
	background: #fff;
	color: #666;
	text-align: center;
	width: 80%;
	max-width: 550px;
	line-height: 1.5;
}

#common-modal-dialog #dialog-contents {
	padding: 3em 4% 2em;
}

#common-modal-dialog span {
	display: inline-block;
}

#common-modal-dialog img#btn-close {
	float: right;
	margin: 1em 1em 0.2em 0.5em;
	cursor: pointer;
}

#common-modal-dialog .dialog-btn {
	display: inline-block;
	font-size: 1.1em;
	color: white;
	background-color: #25CB91;
	color: white;
	padding: 0.7em;
	min-width: 10em;
	margin: 0.3em 1em;
	cursor: pointer;
}

#common-modal-dialog .dialog-btn.dialog-no {
	background-color: #888;
}

/* 共通スペック比較テーブル */
.horizontal-scroll table {
	border-spacing: 0;
	max-width: 1080px;
	min-width: 824px;
	margin: 0 auto;
}

.horizontal-scroll table tr td.active {
	background-color: rgba(202, 237, 223, 0.6);
}

.horizontal-scroll table .odd {
	background: #EDEDED;
}

.horizontal-scroll table th {
	width: 200px;
	text-align: left;
	/* line-height: 50px; */
	padding-left: 20px;
	height: 50px;
}

.horizontal-scroll table th.adj {
	padding-bottom: 20px;
}

.horizontal-scroll table th.adj2 {
	padding-bottom: 40px;
}

.horizontal-scroll table td {
	width: 272px;
	padding: 10px 20px;
	line-height: 1.4;
}

.horizontal-scroll table td img {
	width: 70%;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.horizontal-scroll table td p {
	font-size: 23px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.horizontal-scroll table td a {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

.horizontal-scroll table td .btn {
	display: block;
	margin-bottom: 50px;
	text-align: center;
	border-radius: 18px;
	background: #25CB91;
}

.horizontal-scroll table td:last-of-type .btn {
	display: block;
	margin-bottom: 50px;
	text-align: center;
	border-radius: 20px;
	background: #787878;
	padding: 4px 0;
}

.horizontal-scroll table td:last-of-type .btn p {
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.horizontal-scroll table td .btn a {
	padding: 7px 0;
	color: #FFF;
}

ul#annotation {
	max-width: 1069px;
	margin: 2rem auto 80px;
	padding-left: 1rem;
}

ul#annotation li {
	display: block;
	text-align: left;
}

/* insightLinks.php
---------------------------------------------------------------------------------- */
#insightLinks {
	max-width: 900px;
	margin: 3em auto;
}

#insightLinks h3 {
	font-size: 38px;
	text-align: center;
	margin: 1em;
	font-weight: normal;
}

#insightLinks ul li.kura_met {
	background-image: url('/images/icon_insight/kura_met.png');
}

#insightLinks ul li.pad_choice {
	background-image: url('/images/icon_insight/pad_choice.png');
}

#insightLinks ul li.exel {
	background-image: url('/images/icon_insight/excel.png');
}

#insightLinks ul li.kirakira {
	background-image: url('/images/icon_insight/kirakira.png');
}

#insightLinks ul li.tel {
	background-image: url('/images/icon_insight/tel.png');
}

#insightLinks ul li.chat {
	background-image: url('/images/icon_insight/chat.png');
}

#insightLinks ul li.kura_person {
	background-image: url('/images/icon_insight/kura_person.png');
}

#insightLinks ul li.which {
	background-image: url('/images/icon_insight/which.png');
}

#insightLinks ul li.help {
	background-image: url('/images/icon_insight/help.png');
}

#insightLinks ul li.question {
	background-image: url('/images/icon_insight/question.png');
}

#insightLinks ul li.use_iphone {
	background-image: url('/images/icon_insight/use_iphone.png?2');
}

#insightLinks ul li.balance {
	background-image: url('/images/icon_insight/balance.png');
}

#insightLinks ul li span {
	display: block;
	padding: 1em 100px 1em 0.6em;
}

#insightLinks ul li a {
	display: block;
	padding: 1em 110px 1em 0.6em;
}

#insightLinks ul li {
	width: 260px;
	border: 3px solid #25cd91;
	border-radius: 5px;
	margin: 1em 1em;
	display: flex;
	align-items: center;
	min-height: 93px;
	line-height: 1.4;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 105px auto;
	cursor: pointer;
}

#insightLinks ul li:hover {
	background-color: #c7f2e3;
}

#insightLinks ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* breadcrumbs.php
---------------------------------------------------------------------------------- */
ol.breadcrumbs {
	max-width: 1024px;
	margin: 0 auto;
	padding-bottom: 40px;
}

ol.breadcrumbs li {
	font-size: 12px;
	display: inline;
	line-height: 1.8;
}

ol.breadcrumbs li a {
	width: auto;
}

ol.breadcrumbs li>a::after {
	content: '>';
	padding: 0 8px 0 12px;
}

ol.breadcrumbs a img {
	width: 50px;
}

ol.breadcrumbs span.hidden {
	display: none;
}

.k-red {
	color: #CC3333;
}

.k-blue {
	color: #3399CC;
}

.k-lgreen {
	color: #4FC8A3;
}
a.k-blue {
	text-decoration: underline;
}

.k-back-green {
	background-color: #25cb91;
	color: white;
}

.k-dark {
	background-color: #444;
	color: #fff;
}

.k-ldark {
	background-color: #ececec;
}

/* dx */
.k-navy {
	color: #0E1C77;
}

.k-white {
	color: #ffffff;
}

.k-yellow {
	color: #FEF100;
}

.k-orange {
	color: #F4B800;
}

.k-cyan {
	background-color: #00aebb;
}

.k-gray {
	color: #666;
}

.k-light-gray {
	color: #888;
}

.k-bg-navy {
	background-color: #0E1C77;
	color: #fff;
}

.k-navy-border {
	border: 1px solid #0E1C77;
	color: #0E1C77;
}

.k-bg-orange {
	color: #0E1C77;
	background-color: #F4B800;
}

.k-border-orange {
	border: thin solid #F4B800;
}

.k-bg-yellow {
	color: #0E1C77;
	background-color: #FEF100;
}

.k-bg-white {
	background-color: #fff;
	color: #333;
}

.k-bg-white.k-navy {
	color: #0E1C77;
}

.k-bg-gray {
	background-color: #EFEFEF;
	color: #333;
}

.k-bg-dgray {
	background-color: #D9D9D9;
	color: #333;
}

.k-bg-dark {
	background-color: #999;
	color: #fff;
}

.k-bg-black {
	background-color: #27282C;
	color: #fff;
}

.k-bg-green {
	background-color: #045533;
	color: #fff;
}

.k-bg-blue {
	background-color: #3399CC;
	color: #fff;
}

.k-bg-lightblue {
	background-color: #E0F0F8;
}

.btn-link-with-icon {
	display: inline-block;
	padding: 0.6em 1em 0.5em;
	border-radius: 0.6em;
	font-weight: bolder;
	cursor: pointer;
	text-align: center;
	vertical-align: text-top;
	line-height: 1.5;
	position: relative;
}

.btn-link-with-icon:before {
	width: 1.4em;
	height: 1.4em;
	content: '';
	display: inline-block;
	background-image: url(/renew/images_dx/icon_dx_btn_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 1em;
	position: absolute;
	left: 1em;
}

.btn-link-with-icon.k-border-navy:before {
	background-image: url(/renew/images_dx/icon_dx_btn_arrow_white.png);
}

/* dx_faq */
.dx_faq #newList {
	/* 追加 */
	margin: 3em 0;
}

.dx_faq dl {
	margin: 1em 0;
}

.dx_faq dl div {
	margin-bottom: 1em;
}

.dx_faq dt,
.dx_faq dd {
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: left 40px top 24px;
	font-size: 18px;
	line-height: 1.6;
}

.dx_faq dt {
	background-color: #EFEFEF;
	background-image: url('/renew/images_dx/faq_icon_q.png');
	text-align: left;
	padding: 24px 100px 24px 110px;
	display: flex;
	align-items: center;
	min-height: 3em;
	position: relative;
	cursor: pointer;
	/* これ入れないとiosでタップが反応しない */
}

.dx_faq dt::before,
.dx_faq dt::after {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 5px;
	background: #333;
	position: absolute;
	right: 2em;
	top: 50%;
	transform: translateY(-50%);
}

.dx_faq dt::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}

.dx_faq dt.active::after {
	transform: rotate(0);
	transition: 0.5s;
}


.dx_faq dd {
	padding: 0 100px 0 110px;
	background-color: #dbddeb;
	background-image: url('/renew/images_dx/faq_icon_a.png');
	margin-bottom: 1em;
	display: none;
}

/* .dx_faq dt{
  padding: 2em 100px 2em 110px;
  display: flex;
  align-items: center;
  min-height: 3em;
} */
.dx_faq dl dd>p {
	padding: 2em 0;
	margin: 0;
	font-size: 18px;
}



/* dx campaign */
.sec_dx_campaign {
	/* background: url(/renew/images_dx/dx_campaign@2x.png) #0057AF no-repeat; */
	height: 349px; /* 350pxだとブラウザ幅によって1pxの隙間ができる場合あり */
	background-size: auto 350px;
	background-position: center center;
}

.sec_dx_campaign a {
	display: block;
	height: 100%;
	width: 1000px;
	margin: 0 auto;
}

/* dx sec_cta_dx_pad */
.sec_cta_dx_pad.portal .pad,
.sec_cta_dx_pad.portal .tough,
.sec_cta_dx_pad.portal .both,
.sec_cta_dx_pad.pad .portal,
.sec_cta_dx_pad.pad .tough,
.sec_cta_dx_pad.pad .both,
.sec_cta_dx_pad.tough .portal,
.sec_cta_dx_pad.tough .pad,
.sec_cta_dx_pad.tough .both,
.sec_cta_dx_pad.both .portal,
.sec_cta_dx_pad.both .pad,
.sec_cta_dx_pad.both .tough {
	display: none;
}

.sec_cta_dx_pad {}

.sec_cta_dx_pad .cta_inner {
	max-width: 850px;
	margin: 0 auto;
}

.sec_cta_dx_pad .copy {
	font-size: 35px;
	margin-bottom: 4rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
}

.sec_cta_dx_pad .copy span {
	display: inline-block;
}

.sec_cta_dx_pad .content {
	width: 300px;
	margin: 0 auto;
	padding: 10px 0 10px 400px;
	background-size: 345px auto;
	background-repeat: no-repeat;
	background-position: left center;
	/* background-image: url('/renew/images_dx_cta/dx_both.png'); */
}




.sec_cta_dx_pad.portal .content {
	background-image: url('/renew/images_dx_cta/dx_portal.png');
}

.sec_cta_dx_pad.pad .content {
	background-image: url('/renew/images_dx_cta/dx_pad.png');
}

.sec_cta_dx_pad.tough .content {
	background-image: url('/renew/images_dx_cta/dx_tough.png');
}

.sec_cta_dx_pad .content p {
	font-size: 18px;
}

.sec_cta_dx_pad .content img {
	width: 287px;
	margin: 1.2em 0;
}

.sec_cta_dx_pad .content .btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec_cta_dx_pad .btns a {
	padding: 1em 0;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	width: 48%;
	text-align: center;
	background-color: #D1FCDE;
	color: #005633;
	margin: 2% 0;
}

.sec_cta_dx_pad .content a.purchase {
	background-color: #fff;
	width: 100%;
}

/* dx sec_cta_dx_pad */
#sec_cta_dx_pad.portal .pad,
#sec_cta_dx_pad.portal .tough,
#sec_cta_dx_pad.portal .both,
#sec_cta_dx_pad.pad .portal,
#sec_cta_dx_pad.pad .tough,
#sec_cta_dx_pad.pad .both,
#sec_cta_dx_pad.tough .portal,
#sec_cta_dx_pad.tough .pad,
#sec_cta_dx_pad.tough .both,
#sec_cta_dx_pad.both .portal,
#sec_cta_dx_pad.both .pad,
#sec_cta_dx_pad.both .tough {
	display: none;
}

#sec_cta_dx_pad {}

#sec_cta_dx_pad .cta_inner {
	max-width: 850px;
	margin: 0 auto;
	padding: 3em 0;
}

#sec_cta_dx_pad .copy {
	font-size: 35px;
	margin-bottom: 4rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
}

#sec_cta_dx_pad .copy span {
	display: inline-block;
}

#sec_cta_dx_pad .content {
	width: 300px;
	margin: 0 auto;
	padding: 10px 0 10px 400px;
	background-size: 345px auto;
	background-repeat: no-repeat;
	background-position: left center;
	/* background-image: url('/renew/images_dx_cta/dx_both.png'); */
}

#sec_cta_dx_pad.portal .content {
	background-image: url('/renew/images_dx_cta/dx_portal_green.png');
}

#sec_cta_dx_pad.pad .content {
	background-image: url('/pad/images/dx/priceinfo_pad_renew.png');
}


#sec_cta_dx_pad.tough .content {
	background-image: url('/renew/images_dx_cta/dx_tough.png');
}

/* webp用 */
.webp #sec_cta_dx_pad.pad .content  {
	background-image: url('/renew/images_dx_cta/dx_pad.webp');
}

.no-webp #sec_cta_dx_pad.pad .content  {
	background-image: url('/renew/images_dx_cta/dx_pad.png');
}



#sec_cta_dx_pad .content p {
	font-size: 18px;
}
#sec_cta_dx_pad .content .product-name {
	line-height: 1.2;
}
#sec_cta_dx_pad .content .product-name small{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 1.6em 0 0.2em;
	letter-spacing: 0.4em;
}
#sec_cta_dx_pad .content .product-name strong{
	display: block;
	font-size: 50px;
	font-weight: bold;
}

#sec_cta_dx_pad .content img {
	width: 287px;
	margin: 1.2em 0;
}

#sec_cta_dx_pad .content .btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sec_cta_dx_pad .btns a {
	padding: 1em 0;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	width: 48%;
	text-align: center;
	background-color: #D1FCDE;
	color: #005633;
	margin: 2% 0;
}

#sec_cta_dx_pad .content a.purchase {
	background-color: #fff;
	width: 100%;
}

/* dx sec_cta_dx_pad cloud */

.cta-cloud {
	background-color: #DEDEDE;
	font-weight: bold;
}

.cta-cloud h2 {
	text-align: center;
	font-weight: bold;
}

.cta-cloud h2 span {
	display: inline-block;
}

.show-ios {
	display: none !important;
}

.ios .show-ios {
	display: inherit !important;
}

.ios .hide-ios {
	display: none !important;
}

.cta-cloud .cta.btn a {
	font-weight: bold;
	position: relative;
	display: block;
	text-align: center;
	color: #0E1C77;
	border-radius: 10px;
	background: #F4B800;
}

.cta-cloud .cta.btn a:before {
	position: absolute;
	top: 50%;
	left: 4%;
	display: inline-block;
	width: 36px;
	height: 36px;
	content: '';
	transform: translateY(-50%);
	background: url(/renew/images_cloud_cta/icon_dx_btn_arrow.png) no-repeat;
	background-size: cover;
}

/* ヘッダーリニューアル */
#modal-dialog-bg {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100vh;
	display: none;
	align-items: center;
	justify-content: center;
}

#modal-dialog-bg.show {
	display: flex;
	animation-name: fadeIn;
	animation-duration: 0.5s;
}
#dx_header {
	height: 100px;
}
#dx_header .flex {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: row;
	width: auto;
	height: auto;
}

#dx_header a {
	text-decoration: none;
}

#dx_header a.logo {
	width: inherit;
	/* faqページ */
	flex-basis: content;
	text-align: left;
}

#dx_header .show-pc>.upper .inner {
	max-width: 1280px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	padding: 0;
}

#dx_header .show-pc .upper ul {
	padding: 0.4em 30px;
	margin: 0;
}

#dx_header .show-pc .upper ul.upperLink li {
	font-size: 10px;
	line-height: 1.4;
	margin: 0 0.8em;
	color: #0E1C77;
	width: auto;
	position: inherit;
}

#dx_header .show-pc .upper ul.upperLink li a:before {
	display: inline-block;
	width: 19px;
	height: 16px;
	margin-right: 0.6em;
	content: '';
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#dx_header .show-pc .tel-number:before {
	display: inline-block;
	width: 24px;
	height: 20px;
	margin-right: 0.1em;
	content: '';
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

/*
#dx_header .show-pc .upper ul li.store a:before {
	background-image: url('/renew/images/icon_blue_store.png');
}
#dx_header .show-pc .upper ul li.news a:before {
	background-image: url('/renew/images/icon_blue_news.png');
}
#dx_header .show-pc .upper ul li.info a:before {
	background-image: url('/renew/images/icon_blue_info.png');
}
#dx_header .show-pc .upper ul li.support a:before {
	background-image: url('/renew/images/icon_blue_support.png');
}
#dx_header .show-pc .upper ul li.contact a:before {
	background-image: url('/renew/images/icon_blue_contact.png');
}
#dx_header .show-pc .upper ul li.company a:before {
	background-image: url('/renew/images/icon_blue_company.png');
}
*/
#dx_header .show-pc .tel-number:before {
	background-image: url('/renew/images/icon_tel@2x.png');
}

#dx_header .show-pc .logo img {
	height: 32px;
	width: auto;
	margin: 0 16px 0 0;
}

#dx_header .show-pc .tel {
	flex-direction: column;
	align-items: flex-start;
	width: 165px;
	border-left: thin solid #fff;
}

#dx_header .show-pc .tel .upper.flex {
	justify-content: center;
	flex-direction: column;
	padding: 0.4em 0;
}

#dx_header .show-pc .tel .upper .text {
	font-size: 12px;
	width: inherit;
	margin: 0 0 0 20px;
}

#dx_header .show-pc .tel-number {
	font-size: 18px;
	font-weight: bold;
	flex-wrap: nowrap;
	width: 170px;
	display: flex;
}

#dx_header .show-pc .upper .heijitsu {
	margin-right: 8px;
	padding: 5px 3px;
	border: solid thin #FFF;
	border-radius: 3px;
}

#dx_header .show-pc .tel-time {
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-top: 0.2em;
}

#dx_header .show-pc .fixed-area .inner {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#dx_header .show-pc .main-menu {
	align-items: center;
	margin: 0 auto;
	padding: 0px 20px;
	justify-content: space-between;
}

#dx_header .show-pc .main-menu li span{
	font-size: 13px;
}

#dx_header .show-pc .main-menu .left {
	flex-grow: 1;
	justify-content: flex-start;
}

#dx_header .show-pc .main-menu .login {
	width: 80px;
	margin-left: 40px;
}

#dx_header .show-pc .main-menu .login a {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 7px;
	position: relative;
}

#dx_header .show-pc .main-menu .login a::before {
	position: absolute;
	top: 50%;
	left: 7px;
	display: inline-block;
	width: 15px;
	height: 15px;
	content: '';
	transform: translateY(-50%);
	background: url(/renew/images_dx/megamenu-icon-login.webp) no-repeat;
	background-size: cover;
}

#dx_header .show-pc .main-menu .download,
#dx_header .show-pc .main-menu .contact {
	padding: 0.9em 20px 0.8em;
	border-radius: 0.6em;
	font-size: 12px;
	width: inherit;
	text-align: center;
	/* faqページ */
	height: inherit;
	line-height: inherit;
	font-weight: bold;
}

#dx_header .show-pc .main-menu .contact {
	border: thin solid #fff;
}

#dx_header .show-pc .main-menu .download {
	border: thin solid #F4B800;
	margin: 0 10px 0 30px;
}

#dx_header .show-sp .download {
	padding: 0.7em 0.4em;
	border-radius: 0.6em;
	margin: 1em 0 0.8em;
	display: block;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#dx_header .show-pc .main-menu ul {
	flex-grow: 2;
	justify-content: space-around;
	max-width: 768px;
	align-self: stretch;
	align-items: center;
}
#dx_header .show-pc .main-menu ul.v2{
	max-width: 615px;
}

#dx_header .show-pc .main-menu li {
	position: relative;
	font-size: 14px;
	flex-grow: 2;
	background-color: #0E1C77;
	transition: background-color, color 0.2s;
	flex-shrink: 0;
	padding: 19px 0 18px;
}

#dx_header .show-pc .main-menu li:hover {
	background-color: #ffffff33;
	color: #F4B800;
}

#dx_header .show-pc .main-menu li>span,
#dx_header .show-pc .main-menu li a {
	font-size: 16px;
	font-weight: bold;
	min-width: 4em;
	padding: 6px 10px;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	text-align: center;
	/* faqページ */
	opacity: unset;
	line-height: 1.4;
	cursor: pointer;
}

#dx_header .show-pc .main-menu li a:hover {
	opacity: unset;
}

#dx_header .show-pc .main-menu>li.hasdrop {
	cursor: default;
}

#dx_header .main-menu li {
	font-weight: bold;
}

#dx_header .show-pc .main-menu li.cart,
#dx_header .show-pc .main-menu li.login {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #FFF;
}

#dx_header .show-pc .main-menu li.circle img {
	width: 30px;
	height: 20px;
}

#dx_header .show-pc .main-menu li.active {
	color: #F4B800;
}

#dx_header .show-pc .main-menu li:before {}

#dx_header .show-pc .main-menu li.active:before {
	display: inline-block;
	width: 50px;
	height: 25px;
	content: '';
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 24px;
	margin: 0 auto;
}

#dx_header .show-pc .main-menu li.cloud:before {
	background-image: url('/renew/images_dx_icon/cloud_blue.png');
}

#dx_header .show-pc .main-menu li.padDX:before {
	background-image: url('/renew/images_dx_icon/pad_blue.png');
}

#dx_header .show-pc .main-menu li.goyoDX:before {
	background-image: url('/renew/images_dx_icon/goyo_blue.png');
}

#dx_header .show-pc .main-menu li.active a {
	visibility: hidden;
}

#dx_header .show-sp .has-left-icon>div:before,
#dx_header .show-sp .has-sub-menu>div:before {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 0.1em;
	content: '';
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

#dx_header .show-sp .has-sub-menu.thin>div::before {
	display: none;
}

#dx_header .show-sp .has-sub-menu.cloud>div:before,
#dx_header .show-pc .main-menu li.cloud span:before {
	background-image: url('/renew/images_dx/icon-cloud_sp.webp');
}

#dx_header .show-sp .has-sub-menu.pad>div:before,
#dx_header .show-pc .main-menu li.padDX span:before {
	background-image: url('/renew/images_dx/icon-pc-sp.webp');
}

#dx_header .show-sp .has-sub-menu.goyo>div:before,
#dx_header .show-pc .main-menu li.goyoDX span:before {
	background-image: url('/renew/images_dx/icon-smartdevice-sp.webp');
}
#dx_header .show-sp .has-left-icon.cam>div:before{
	background-image: url('/renew/images_dx_icon/cam_white.png');
	width: 2em;
	height: 1.1em;
	margin-right: 6px;
}
#dx_header .show-pc .sub-menu {
	align-items: center;
	/* background-color: #FFF; */
	padding: 34px 0 21px;
}

#dx_header .show-pc .product .sub-menu {
	padding: 26px 2% 26px;
}

#dx_header .show-pc .fixed-area {
	position: relative;
	z-index: 100;
	box-shadow: 0px 2px 4px 0px rgba(6, 15, 75, 0.5);
}

#dx_header .show-pc .fixed-area.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-width: 1024px;
}

#dx_header .show-pc .fixed-area .drop {
	display: none;
}

#dx_header .show-pc .fixed-area .drop.industry .sub-menu li:not(:last-child) {
	margin-right: 88px;
}

#dx_header .show-pc .fixed-area .drop.question .sub-menu li:not(:last-child) {
	margin-right: 104px;
}

#dx_header .show-pc .fixed-area .obi-effect li {
	position: relative;
	display: inline-block;
	height: 64px;
	padding-right: 24px;
	transition: color .25s ease;
}

#dx_header .show-pc .fixed-area .obi-effect li:hover {
	color: #fff;
}

#dx_header .show-pc .fixed-area .obi-effect li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 64px;
	height: 64px;
	background: #0E1C77;
	transform-origin: left;
	transition: all .25s ease;
	transition-property: width;
	border-radius: 8px;
}

#dx_header .show-pc .fixed-area .obi-effect li:hover:before {
	transform-origin: left;
	width: 100%;
}

#dx_header .show-pc .fixed-area .obi-effect li a {
	position: relative;
	opacity: 1;
}


#dx_header .show-pc .fixed-area .drop.product .sub-menu li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	opacity: 1;
}

#dx_header .show-pc .sub-menu li a img {
	height: auto;
}

#dx_header .show-pc .fixed-area .drop.product .sub-menu li a img {
	width: 104px;
	margin: 10px auto 16px;
	transition-duration: 0.2s;
}

#dx_header .show-pc .fixed-area .drop.product .sub-menu li a img:hover {
	transform: scale(1.14);
	transition-duration: 0.2s;
}

#dx_header .show-pc .fixed-area div:nth-of-type(n+2) .sub-menu li a img {
	width: 64px;
	margin-bottom: 0;
	margin-right: 8px;
}

#dx_header .show-pc .fixed-area .drop {
	background-color: #FFF;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 2px 0px rgba(100, 100, 100, 0.5);
}

#dx_header .show-pc .fixed-area .drop .sub-menu {
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-around;
}

#dx_header .show-pc .fixed-area .drop .sub-menu li a span {
	font-size: 11px;
	display: block;
	text-align: center;
}

#dx_header .show-pc .fixed-area .obi-effect.sub-menu {
	justify-content: center;
}
#dx_header .show-pc .fixed-upper{
	background-color: #1F65B7;
	text-align: right;
	padding: 4px 0 3px;
}
#dx_header .show-pc .fixed-upper a{
	display: inline-block;
	margin-right: 20px;
	border-radius: 0.8em;
	transition-duration: 0.15s;
	line-height: 1.6;
}
#dx_header .show-pc .fixed-upper a:hover{
	background-color: #ffffff33;
	opacity: unset;
}

#dx_header .show-pc .fixed-upper img {
	height: 26px;
}

#dx_header .under {
	justify-content: space-between;
	padding: 18px 18px;
	box-shadow: 0px 2px 4px 0px rgba(6, 15, 75, 0.5);
}

#dx_header .under .logo img {
	height: 24px;
	width: auto;
}

#dx_header .under .tel {
	margin-top: 0.3em;
	margin-right: 40px;
	font-size: 18px;
	font-weight: bold;
}


#dx_header .under .tel a:before {
	display: inline-block;
	width: 10px;
	height: 15px;
	margin-right: 4px;
	content: '';
	background: url('/renew/images/icon_tel_sp@2x.png') no-repeat;
	background-size: 100% auto;
}

#dx_header .over {
	position: fixed;
	z-index: 5;
	flex-wrap: nowrap;
	transition: right 0.5s;
	visibility: hidden;
	overflow: hidden;
}

#dx_header .over.opened {
	right: 0;
	z-index: 100;
}

#dx_header .over .burger-btn {
	position: relative;
	z-index: 3;
	display: block;
	align-self: flex-start;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	transition: background-color 0.5s;
	border: none;
	background-color: #0E1C77;
}

#dx_header .over.opened .burger-btn {
	background-color: #DEDEDE;
}

#dx_header .bar {
	position: absolute;
	left: 50%;
	display: block;
	width: 26px;
	height: 4px;
	transition: all 0.7s;
	transform: translateX(-50%);
	background-color: #FFF;
}

#dx_header .opened .bar {
	background-color: #0E1C77;
}

#dx_header .burger-btn .bar_top {
	top: 18px;
}

#dx_header .burger-btn .bar_mid {
	top: 50%;
	transform: translate(-50%, -50%);
}

#dx_header .burger-btn .bar_bottom {
	bottom: 18px;
}

#dx_header .opened .burger-btn .bar_top {
	transform: translate(-50%, 10px) rotate(45deg);
}

#dx_header .opened .burger-btn .bar_mid {
	opacity: 0;
}

#dx_header .opened .burger-btn .bar_bottom {
	transform: translate(-50%, -10px) rotate(-45deg);
}

#dx_header .over .menu {
	max-width: 315px;
	max-height: 100vh;
	overflow-y: scroll;
}

#dx_header .over .menu .inner {
	padding: 1em;
	margin: 0;
	width: auto;
	min-width: 240px;
	box-sizing: content-box;
}

#dx_header .over .menu .upper {
	font-size: 12px;
	flex-wrap: nowrap;
	justify-content: flex-end;
	padding: 2px 8px 0.8em 0;
}

#dx_header .show-sp .upper li {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 0;
}

#dx_header .show-sp .upper li a:before {
	width: 24px;
	height: 21px;
	margin: 0 auto 8px;
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#dx_header .show-sp .upper li.store a:before {
	background-image: url('/renew/images/icon_store_sp.png');
}

#dx_header .show-sp .upper li.news a:before {
	background-image: url('/renew/images/icon_news_sp.png');
}

#dx_header .show-sp .upper li.info a:before {
	background-image: url('/renew/images/icon_special_sp.png');
}

#dx_header .show-sp .upper li.support a:before {
	background-image: url('/renew/images/icon_seminar_sp@2x.png');
}

#dx_header .show-sp .upper li.contact a:before {
	background-image: url('/renew/images/icon_contact_sp.png');
}

#dx_header .show-sp .upper li.company a:before {
	background-image: url('/renew/images/icon_company_sp.png');
}

#dx_header .show-sp .upper li a {
	font-size: 10px;
	color: #fff;
}

#dx_header .over .menu .tel {
	flex-wrap: nowrap;
}
#dx_header .over .menu .upper img{
	height: 30px;
	width: auto;
}
#dx_header .over .main-menu {
	margin-bottom: 1em;
}

#dx_header .over .main-menu .sub-menu_top {
	text-align: start;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 9px;
}

#dx_header .over .main-menu li.has-sub-menu.app{
	border-top: 2px solid #FFF;
}

#dx_header .over .main-menu li.has-sub-menu.storage{
	border-bottom: 1px solid #FFF;
}

#dx_header .over .main-menu li:last-of-type {
	border-bottom: solid thin #FFF;
}

#dx_header .over .main-menu li>div {
	border-top: solid thin #FFF;
	padding: 8px 0 4px;
	text-align: left;
	font-size: 16px;
	line-height: 2.2;
}

#dx_header .over .main-menu li div a {
	display: block;
	font-weight: bold;
}

#dx_header .over .main-menu li.has-sub-menu {
	font-size: 18px;
}

#dx_header .show-sp .has-left-icon>div,
#dx_header .over .main-menu li.has-sub-menu>div {
	position: relative;
}
#dx_header .show-sp .main-menu li.has-left-icon a{
	display: inline-block;
	width: 70%;
}

#dx_header .over .main-menu .terminal_bg {
	border: 1px solid;
	margin: 12px 0;
}

#dx_header .over .main-menu .terminal {
	width: 208px;
	margin: 15px auto 0;
}

#dx_header .over .main-menu .terminal p {
	font-size: 11px;
	color: #FFF;
}

#dx_header .over .main-menu .terminal .images {
	margin-top: 8px;
}

#dx_header .over .main-menu .terminal .images img {
	width: 100%;
}

#dx_header .over .main-menu .terminal .images .banner_cam{
	margin-top: 7px;
}

#dx_header .over .main-menu .terminal .images .banner_pix{
	margin-top: 7px;
}

#dx_header .over .main-menu .terminal .online_btn {
	width: 167px;
	/* margin: 17px auto 26px; */
	margin: 12px auto 16px;
}

#dx_header .over .main-menu .terminal .online_btn a {
	font-size: 10px;
	border-radius: 18px;
	border: 2px solid #fff;
	padding: 0.5em 0;
	width: 100%;
	text-align: center;
	position: relative;
}



.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.accordion_icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	margin: 1em 0 0 0;
}

.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 16px;
	/* top: 5px; */
	height: 2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

li.has-sub-menu .opened .accordion_icon span:nth-of-type(1) {
	display: none;
}

li.has-sub-menu .opened .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

#dx_header .over .sub-menu {
	/* padding: 0 0.4em; */
	/* margin-top: 1em; */
}

#dx_header .camera .sub-menu {
	padding: 0 0.4em;
}

#dx_header .oyaku .sub-menu {
	padding: 0 0.4em;
}

#dx_header .over .sub-menu .sub-menu_inner {
	padding: 0 0.4em;
	width: 100%;
}

#dx_header .camera .sub-menu .sub-menu_inner {
	padding: 0;
}

#dx_header .oyaku .sub-menu .sub-menu_inner {
	padding: 0;
}

#dx_header .over .sub-menu .sub-menu_inner a {
	padding: 12px 0;
	width: auto;
}

#dx_header .over .sub-menu {
	display: none;
}

#dx_header .over .sub-menu ul {
	flex-wrap: nowrap;
}

#dx_header .over .sub-menu>li {
	width: 100%;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	border-bottom: solid 1px #0E1C77;
}

#dx_header .main-menu  .first {
	margin-top: 3px;
}

#dx_header .show-sp .over .login {
	width: 93px;
	margin: 37px auto 0;
}

#dx_header .show-sp .over .login a {
	width: 100%;
	text-align: right;
	position: relative;
	font-weight: bold;
	padding: 5px 0;
}

#dx_header .show-sp .over .login a::before {
	position: absolute;
	top: 50%;
	left: 4px;
	display: inline-block;
	width: 15px;
	height: 15px;
	content: '';
	transform: translateY(-50%);
	background: url(/renew/images_dx/megamenu-icon-login.webp) no-repeat;
	background-size: cover;
}

#dx_header .show-sp .over .contact {
	border: 1px solid #fff;
}

#dx_header .show-sp .over .trial {
	position: relative;
}

#dx_header .show-sp .over .trial::before {
	position: absolute;
	top: 50%;
	left: 22px;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: '';
	transform: translateY(-50%);
	background: url(/cloud/images_dx_top/icon_dx_btn_arrow.png) no-repeat;
	background-size: cover;
}

/*
#dx_header .over .sub-menu > li a:before {
	display: inline-block;
	width: 49px;
	height: 48px;
	margin-right: 10px;
	content: '';
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#dx_header .over .sub-menu.product > li.padDX a:before {
	background-image: url(/renew/images/drop_padDX@2x.png);
}
#dx_header .over .sub-menu.product > li.padToughDX a:before {
	background-image: url(/renew/images/drop_padToughDX@2x.png);
}
#dx_header .over .sub-menu.product > li.Pix a:before {
	background-image: url(/renew/images/drop_Pix@2x.png);
}
#dx_header .over .sub-menu.product > li.goyo a:before {
	background-image: url(/renew/images/drop_goyo@2x.png);
}
#dx_header .over .sub-menu.product > li.kokuban a:before {
	background-image: url(/renew/images/drop_kokuban@2x.png);
}
#dx_header .over .sub-menu.product > li.dekigata a:before {
	background-image: url(/renew/images/drop_dekigata@2x.png);
}
#dx_header .over .sub-menu.product > li.drive a:before {
	background-image: url(/renew/images/drop_drive@2x.png);
}
#dx_header .over .sub-menu.product > li.capture a:before {
	background-image: url(/renew/images/drop_capture@2x.png);
}
#dx_header .over .sub-menu.product > li.pickup a:before {
	background-image: url(/renew/images/drop_pickup@2x.png);
}

#dx_header .over .sub-menu.industry > li.kenchiku a:before {
	background-image: url(/renew/images/drop_kenchiku.png);
}
#dx_header .over .sub-menu.industry > li.doboku a:before {
	background-image: url(/renew/images/drop_doboku.png);
}
#dx_header .over .sub-menu.industry > li.tekkin a:before {
	background-image: url(/renew/images/drop_tekkin.png);
}
#dx_header .over .sub-menu.industry > li.denki a:before {
	background-image: url(/renew/images/drop_denki.png);
}

#dx_header .over .sub-menu.question > li.before a:before {
	background-image: url(/renew/images/drop_before.png);
}
#dx_header .over .sub-menu.question > li.after a:before {
	background-image: url(/renew/images/drop_after.png);
}
*/

#dx_header .over .sub-menu>li:last-child {
	border-bottom: none;
}

#dx_header .over .sub-menu>li a {
	font-size: 14px;
	display: flex;
	padding: 0.6em 0;
	width: 100%;
	line-height: 1.4;
}

#dx_header .over .sub-menu>li a>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#dx_header .over .sub-menu>li a span.ctg-name {
	margin: 0.6em 0;
}

#dx_header .over .sub-menu>li a span.ctg-name {
	font-size: 11px;
}

#dx_header .over .main-menu+ul li a {
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 12px 0 12px 24px;
	/* width: 256px; */
	font-size: 16px;
	border-radius: 40px;
	color: #0E1C77;
}

#dx_header .over .main-menu+ul li.cart a {
	background-color: #3399CC;
}

#dx_header .over .main-menu+ul li.login a {
	background-color: #F4B800;
	margin-top: 16px;
}

#dx_header .over .main-menu+ul li a:before {
	content: '';
	width: 30px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 20px;
}

#dx_header .over .main-menu+ul li.cart a:before {
	background-image: url(/renew/images/icon_cart@2x.png);
	margin-right: 10%;
}

#dx_header .over .main-menu+ul li.login a:before {
	background-image: url(/renew/images/icon_login@2x.png);
	margin-right: 20%;
}

#dx_header .over .tel-number a {
	font-size: 26px;
	font-weight: bold;
	margin: 0.2em auto;
	text-align: center;
	padding: 0 0.5em;
	display: block;
	width: inherit;
	/* faqページ */
}

#dx_header .over .tel-number a:before {
	display: inline-block;
	width: 15px;
	height: 22px;
	margin-right: 0.1em;
	content: '';
	background-image: url('/renew/images/icon_tel_sp@2x.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

#dx_header .over .tel {
	font-size: 10px;
	margin-bottom: 20px;
}

#dx_header .over .tel .text {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: auto !important;
	/* importantはcase/002/対応 */
}

#dx_header .over .heijitsu {
	margin-right: 4px;
	padding: 8px 4px;
	border: thin solid #FFF;
	border-radius: 3px;
}

#dx_header .over .opentime {
	line-height: 1.3;
}

/* mega-menu */

#dx_header .show-pc.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-width: 1024px;
	z-index: 100;
}

#dx_header img.search {
	height: 1.6em;
	cursor: pointer;
	margin: 0 1.4em 0 0.6em;
	width: 28px;
}

.expand.arrow span{
	position: relative;
}


.expand.arrow span::after {
	content: "";
	background-image: url(/renew/images_dx_thum/arrow-right.webp);
	background-repeat: no-repeat;
	width: 15px;
	height: 9px;
	background-size: contain;
	margin-left: 9px;
	pointer-events: none;
}

.expand.arrow.active span::after {
	transform: rotate(180deg);
}

/* .expand.arrow span::after {
	position: absolute;
	content: "";
	background-image: url(/renew/images_dx_thum/arrow-right.webp);
	background-repeat: no-repeat;
	width: clamp( 9px, 0.8vw, 12px);
	height: clamp( 5px, 0.8vw, 7px);
	background-size: contain;
	right: clamp( 0px, 0.4vw, 9px);
	top: 51%;
	transform: translateY(-51%);
    pointer-events: none;
}


.expand.arrow.active span::after {
	top: 49%;
	transform: rotate(180deg) translateY(49%);
} */

.expand.arrow:hover span::after {
	content: "";
	background-image: url(/renew/images_dx_thum/arrow-right_yellow.webp);
	background-repeat: no-repeat;
	width: 15px;
	height: 9px;
	background-size: contain;
	margin-left: 9px;
	pointer-events: none;
}

.expand.arrow.active.active span::after {
	transform: rotate(180deg);
}

/* .expand.arrow.active span::after {
	position: absolute;
	content: "";
	background-image: url(/renew/images_dx_thum/arrow-right_yellow.webp);
	background-repeat: no-repeat;
	width: clamp( 9px, 0.8vw, 12px);
	height: clamp( 5px, 0.8vw, 7px);
	background-size: contain;
	right: clamp( 0px, 0.4vw, 9px);
	top: 51%;
	transform: translateY(-51%);
    pointer-events: none;
}


.expand.arrow.active.active span::after {
	top: 49%;
	transform: rotate(180deg) translateY(49%);
} */


/* .expand.arrow span::after {
	position: absolute;
	content: "<";
    font-family: monospace;
    font-weight: bold;
    transform: rotate(-90deg);
	right: 4%;
	top: 36%;
    pointer-events: none;
}

.expand.arrow.active span::after {
	position: absolute;
	content: "<";
    font-family: monospace;
    font-weight: bold;
    transform: rotate(90deg);
	right: 4%;
	top: 36%;
    pointer-events: none;
} */

#expand-area.k-bg-white.opacity {
	/* opacity: 0.95; */
	background-color: rgba(255, 255, 255, 0.95);
}

#expand-area {
	/*display: none;*/
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100;
	border-top: thin solid #444;
	/*box-shadow: 0px 2px 4px 0px rgba(6,15,75,0.5);*/
	box-shadow: 0px 2px 4px 0px rgba(6, 15, 75, 0.5);
	color: #0E1C77;
}

#expand-area .expand-area_flex {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-around;
	padding: 32px 0 54px;
}

#expand-area #h-store_box .expand-area_flex {
	padding: 48px 0 54px;
}

#expand-area #h-products_box .items,
#expand-area #h-store_box .items {
	width: 258px;
}

#expand-area #h-products_box .names {
	position: relative;
	background-size: 2.9em auto;
	background-repeat: no-repeat;
	background-position: left 1.5em center;
	padding: 1em 0 1em 3.8em;
	font-weight: bold;
	border-bottom: 2px solid #0E1C77;
	line-height: 1.3;
}

#expand-area #h-products_box .app .names::before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 9px;
	width: 41px;
	height: 41px;
	background-image: url(/renew/images_dx/icon-smartdevice.webp);
	background-size: contain;
}
#expand-area #h-products_box .camera .names::before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 9px;
	width: 41px;
	height: 41px;
	background-image: url(/renew/images_dx/icon-pc.webp);
	background-size: contain;
}
#expand-area #h-products_box .storage .names::before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 9px;
	width: 41px;
	height: 41px;
	background-image: url(/renew/images_dx/icon-cloud.webp);
	background-size: contain;
}

#expand-area #h-products_box .names .sub {
	font-size: 14px;
}

#expand-area #h-products_box .names .name {
	font-size: 20px;
}

#expand-area  .inside_menu ul {
	color: #333333;
	margin-top: 20px;
}

#expand-area  #h-store_box.inside_menu ul {
	color: #333333;
	margin-top: 0;
}

#expand-area .inside_menu ul li {
	line-height: 1.3;
	font-size: 17px;
	font-weight: bold;
}

#expand-area .inside_menu ul li:not(:first-child) {
	margin-top: 10px;
}

#expand-area .inside_menu ul li a {
	padding: 9px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

#expand-area .inside_menu ul li a::after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	right: 9px;
	width: 24px;
	height: 24px;
	background-image: url(/renew/images_dx/arrow-right.webp);
	background-size: contain;
}

/* ホバー時の背景 */
#expand-area .inside_menu ul li a:hover {
	/* opacity: unset;
	background-color: #DBDDEB; */
	background-color: rgba(219, 221, 235, 0.4);
}

#expand-area .inside_menu ul li span{
	font-size: 12px;
	font-weight: normal;
	line-height: 2.2;
}

#expand-area #h-products_box .app .terminal_bg {
	background: #fff;
}

#expand-area #h-products_box .app .terminal {
	width: 240px;
	margin: 13px auto 0;
	padding: 11px 0 23px;
}

#expand-area #h-products_box .app .terminal p {
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
}

#expand-area #h-products_box .app .terminal .images {
	margin-top: 16px;
}

#expand-area #h-products_box .app .terminal .images .banner_cam {
	margin-top: 7px;
}

#expand-area #h-products_box .app .terminal .images .banner_pix {
	margin-top: 7px;
}


#expand-area #h-products_box .app .terminal .online_btn {
	width: 167px;
	margin: 14px 0 0 auto;
}

#expand-area #h-products_box .app .terminal .online_btn a {
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #0E1C77;
	padding: 0.5em 0;
	border-radius: 18px;
	border: 2px solid #0E1C77;
	text-align: center;
	position: relative;
}



#expand-area #h-store_box .h-store li a {
	background-size: 2.9em auto;
	background-repeat: no-repeat;
	background-position: left 1.5em center;
	padding: 1em 2.5em 1em 5.0em;
}


#expand-area>ul {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-around;
	padding: 2em 1em;
}

#expand-area>ul li a {
	background-size: 2.2em auto;
	background-repeat: no-repeat;
	background-position: left 2em center;
	padding: 1em 3em 1em 5em;
}

#expand-area>ul li a:hover {
	opacity: unset;
	background-color: #ffffff33;
}

#expand-area>ul a:hover .name {
	color: #F4B800;
}

#expand-area>ul .name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}

#expand-area>ul .sub {
	font-size: 12px;
}



#expand-area .item>ul {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-around;
	padding: 1.2em 0.2em;
}

.item {}

#expand-area .item>ul li a {
	background-size: 2.2em auto;
	background-repeat: no-repeat;
	background-position: left 1.6em center;
	padding: 1em 2.6em 1em 4.6em;
	line-height: 1.5;
}

#expand-area .item>ul li a:hover {
	opacity: unset;
	background-color: #ffffff33;
}

#expand-area .item>ul a:hover .name {
	color: #F4B800;
}

#expand-area .item>ul .name {
	font-size: 16px;
	font-weight: bold;
}

#expand-area .item>ul .sub {
	font-size: 12px;
}



#expand-area .product {
	display: none;
	justify-content: center;
	align-items: stretch;
}

#expand-area .product:first-of-type {
	display: flex;
}

#expand-area .product-desc {
	width: 228px;
	padding: 2em 2.8em 2em;
	flex-shrink: 0;
}

#expand-area .product-desc .alphabetical {
	font-size: 12px;
	margin: 1.6em 0;
}

#expand-area .product-desc .alphabetical::before {
	content: '\025b6';
}

#expand-area .product-desc strong {
	font-size: 31px;
	font-weight: bold;

}

#expand-area .product-desc p {
	font-size: 16px;
	line-height: 1.6;
	margin: 2em 0;
	color: #333333;
	text-align: justify;
}

#expand-area .product-desc .cta li {
	margin: 1em 0;

}

#expand-area .product-desc .cta li a {
	padding: 0.6em;
	display: block;
	border-radius: 0.2em;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	transition: opacity 0.2s;
	opacity: 1;
}

#expand-area .product-desc .cta li a:hover {
	opacity: 0.4;
}

#expand-area .product-desc .cta li a.k-bg-orange:hover {
	opacity: 1;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .2);
}

#expand-area .associated-link {
	width: 752px;
	padding: 3em 2em 2em;
}

#expand-area .associated-link .with-thumbnail {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 2em;
}

#expand-area .associated-link .with-thumbnail li {
	display: flex;
	flex-basis: 50%;
	margin: 0.6em 0;
	min-width: 200px;
	flex-grow: 1;
}

#expand-area .associated-link .with-thumbnail li a {
	display: flex;
	cursor: pointer;
	transition: background-color 0.3s;
	opacity: 1;
}

#expand-area .associated-link .with-thumbnail li a:hover {
	background-color: #E0F0F8;
}

#expand-area .associated-link .with-thumbnail li a figure {
	background-color: #fff;
}


#expand-area .associated-link .with-thumbnail figure {
	height: 120px;
	width: 120px;
	flex-shrink: 0;
	border: solid thin #DEDEDE;
	display: flex;
	justify-content: center;
	align-items: center;
}

#expand-area .associated-link .with-thumbnail figure img {
	max-width: 100%;
}

#expand-area .associated-link .with-thumbnail .text {
	padding: 0.6em 0.6em 0;
	min-height: 7.0em;
}

#expand-area .associated-link .with-thumbnail strong {
	font-size: 18px;
	display: block;
}

#expand-area .associated-link .with-thumbnail p {
	font-size: 16px;
	padding: 0.4em 0 0;
	color: #333;
	line-height: 1.4;
}

#expand-area .associated-link .text-link {
	border-top: solid thin #707070;
	padding: 2em 0 2.4em;
	display: flex;
}

#expand-area .associated-link .text-link li {
	margin-right: 1.4em;
}

#expand-area .associated-link .text-link li a {
	font-weight: bold;
	cursor: pointer;
	border-bottom: thin solid transparent;
}

#expand-area .associated-link .text-link li a:hover {
	border-bottom: thin solid #0e1c77;
}

#search-area {
	padding: 2em 0 1em;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100;
	/*box-shadow: 0px 2px 4px 0px rgba(6,15,15,0.2);*/
}

#g-search {
	max-width: 1024px;
	margin: 0 auto;
}

#search-area .close-btn {
	width: 5em;
	margin: 1em auto;
	cursor: pointer;
	z-index: 100;
}

#dx_header .over .sub-menu>li {
	color: #0E1C77;
}



#dx_header .over .sub-menu>li a {
	padding: 0.6em 0;
	margin: 0 0.6em;
}

#dx_header .over .sub-menu>li.cta {
	flex-direction: column;
}

#dx_header .over .sub-menu>li a.btn-link-with-icon {
	border-radius: 0;
	justify-content: left;
	border: thin solid #F4B800;
	margin: 0.3em 0;
	padding-left: 3em;
	box-sizing: border-box;
}

#dx_header .over .sub-menu>li a.btn-link-with-icon:before {
	width: 1.4em;
	height: 1.4em;
}

#dx_header .over .sub-menu>li a.btn-link-with-icon.k-border-navy {
	border: thin solid #0E1C77;
}

#page-header {
	background-color: #fff;
	box-shadow: 0px 0px 2px 0px #00000033;
}

#page-header .inner {
	display: flex;
	max-width: 1224px;
	margin: 0 auto;
	align-items: stretch;
}

#page-header .category {
	background-color: #eee;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1em 1em;
	min-width: 112px;
	box-sizing: unset;
}

#page-header .category strong {
	display: block;
	line-height: 1.6;
}

#page-header .category small {
	display: block;
}

#page-header .wrap-slider {
	flex-grow: 1;
	padding: 0 0;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: stretch;
	flex-basis: 20px;
}

#page-header .wrap-slider button {
	display: none;
	flex-shrink: 0;
	min-width: 30px;
	margin: 0.4em 0;
	align-items: center;
	justify-content: center;
	font-family: monospace, Meiryo;
	font-weight: bold;
	color: #ccc;
}

#page-header .wrap-slider button.prev {
	border-right: thin solid #ccc;
	visibility: hidden;
}

#page-header .wrap-slider button.next {
	border-left: thin solid #ccc;
}

#page-header .products-slider {
	flex-grow: 1;
	overflow: hidden;
}

#page-header .category strong {
	font-size: 20px;
}

#page-header ul {
	display: flex;
	margin-left: 0;
	transition: margin-left 0.5s;
}

#page-header ul li {
	font-size: 12px;
	min-width: 96px;
	text-align: center;
	transition: color 0.2s;
	flex-shrink: 0;
	max-width: 136px;
	width: 100%;
}


#page-header .camera-slider ul li {
	min-width: 74px;
	flex-grow: 1;
	max-width: auto;
	width: auto;
	width: 86px;
	box-sizing: border-box;
}

#page-header .camera-slider ul li a {
	font-size: 11px;
}

#page-header ul li:hover {
	background-color: #FAFAFA;
	color: #3399CC;
}

#page-header ul li.active {
	background-color: #D6EBF5;
}

#page-header ul li span,
#page-header ul li a {
	display: block;
	background-position: center top 1em;
	background-repeat: no-repeat;
	background-size: auto 4em;
	padding: 72px 1.0em 8px;
	font-size: 11px;
	line-height: 1.3;
	min-height: 2.8em;
	cursor: pointer;
}






/* header modal */
.modal-dialog-bg {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 100vh;
	display: none;
	align-items: center;
	justify-content: center;
}

.modal-dialog {
	border-radius: 1em;
	border: 0.1em solid black;
	background: #fff;
	text-align: center;
	width: 80%;
	max-width: 550px;
	line-height: 1.5;
}

.modal-dialog-contents {
	padding: 3.2em 4% 2.2em;
}

.modal-dialog img.btn-close {
	float: right;
	margin: 1em 1em 0.2em 0.5em;
	cursor: pointer;
}

.modal-dialog-bg.show {
	display: flex;
	animation-name: fadeIn;
	animation-duration: 0.5s;
}

#comfirm-online-account p {
	font-weight: bold;
}

#comfirm-online-account a.btn {
	font-weight: bold;
	display: block;
	margin: 1em auto;
	width: 300px;
	max-width: 90%;
	padding: 1em;
}

/* #floating-bottom-cta */
#floating-bottom-cta {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	padding: 1.2em 0;
	z-index: 5;
}

#floating-bottom-cta a {
	font-size: 16px;
	font-weight: bold;
	padding: 0.8em;
	border-radius: 0.8em;
	width: 85%;
	max-width: 400px;
	cursor: pointer;
	max-width: 22em;
	margin: 0 auto;
}

#expand-area #h-products_box .items, #expand-area #h-store_box .items {
	position: relative;
}

.online_btn_online_store_link {
	position: relative;
}

#h-products_box  .all_kino_link {
	font-weight: bold;
	position: absolute;
	width: 164px;
	text-align: center;
	border-radius: 18px;
	border: solid 2px #0E1C77;
	font-size: 10px;
	padding: 6px 0px 5px;
	bottom: 42px;
	right: 8px;
	cursor: pointer;
	font-weight: bold;
}

#h-products_box .all_kino_link_arrow-right {
	position: absolute;
	top: 50%;
	right: 3px;
	transform: translateY(-50%);
	font-weight: bold;
}

#dx_header .all_kino_link_arrow-right img {
	width: 13px;
	margin-top: 0.5px;
}


#expand-area #h-products_box .app .terminal .online_btn .online_btn_online_store_link img {
	width: 13px;
}

#dx_header .all_kino_link_sp_box {
	text-align: right;
}

#dx_header .inner .main-menu .all_kino_link_sp {
	font-size: 10px;
	width: 145px;
	text-align: center;
	border-radius: 18px;
	border: solid 2px #ffffff;
	font-size: 10px;
	padding: 6px 0px 5px;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	margin: 18px 8px 27px 0px;
}

#dx_header .inner .main-menu .all_kino_link_sp .all_kino_link_arrow-right_sp {
	position: absolute;
	top: 50%;
	right: 4px;
	font-weight: bold;
	transform: translateY(-50%);
}




#dx_header .all_kino_link_sp_box {
	border-bottom: solid 3px #ffffff;
	margin-bottom: 4px;
}

#dx_header .all_kino_link_sp_box img {
	position: absolute;
	width: 12px;
	right: 3px;
	transform: translateY(-50%);
	top: 50%;
}
#dx_header .terminal_bg .terminal .online_btn a  img {
	position: absolute;
	width: 12px;
	right: 3px;
	transform: translateY(-50%);
	top: 50%;
}

#dx_header .terminal_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#dx_header .terminal_head p {
	color: #3A3E55;
}

#dx_header .terminal_head a {
	width: 114px;
	height: 25px;
	background-image: url("/renew/images_dx/online_store.webp");
	background-size: cover;
}
#dx_header .terminal_head a:hover {
	width: 114px;
	height: 25px;
	background-image: url("/renew/images_dx/online_store_hover.webp");
	background-size: cover;
}

#h-products_box img {
	max-width: 100%;
}
