@charset "UTF-8";

/* list-pulldown
-------------------------------------------------------------------------------------------------------*/
.list-pulldown .btn-pulldown,
.list-pulldown .link-backarrow-wh b {
	display: none;
}

/* lineup-pulldown
-------------------------------------------------------------------------------------------------------*/
.lineup-pulldown .title-sp,
.lineup-pulldown .btn-pulldown {
	display: none;
}
.lineup-pulldown .btn-pulldown + div > p.title {
	background: #777;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}
.lineup-pulldown .btn-pulldown + div > p.title a {
	display: block;
	background: url(/jp/common/v2/img/icon_arow_light-wh.png) 98% 50% no-repeat;
}
.lineup-pulldown .btn-pulldown + div > p.title a:hover {
	background-color: #999;
}
.lineup-pulldown .btn-pulldown + div > p.title a:hover span {
	color: #fff !important;
}
.lineup-pulldown .btn-pulldown + div > p.title span {
	color: #fff;
	padding: 10px 15px;
	display: block;
}
.lineup-pulldown .btn-pulldown + div > p.title span b {
	display: none;
}
.lineup-pulldown .column-two_product .column-two_child a {
	min-height: 183px;
	height: 100%;
}
.lineup-pulldown .column-two_product .column-two_image-in {
	height: 100%;
}
.lineup-pulldown .column-four_caption .column-four_child:nth-child(4n) {
	margin-right: 20px;
}
.lineup-pulldown .column-four_caption .column-four_child:nth-child(4n + 1) {
	margin-right: 0;
}
.lineup-pulldown.column-four_caption .column-four_child:nth-child(4n) {
	margin-right: 0;
}
.lineup-pulldown.column-four_caption .column-four_child:nth-child(4n + 1) {
	margin-right: 20px;
}

/* imageScroll
-------------------------------------------------------------------------------------------------------*/
html.touch-device .imageScroll > div {
	overflow: auto;
	white-space: nowrap;
}
html.touch-device .imageScroll:before {
	content: "※こちらの画像は横スクロールです";
	margin-bottom: 4px;
	display: block;
}
html.touch-device .imageScroll > div::-webkit-scrollbar{
	height: 8px;
}
html.touch-device .imageScroll > div::-webkit-scrollbar-thumb{
	background: #bcbcbc;
}
html.touch-device .imageScroll > div::-webkit-scrollbar-track-piece:start,
html.touch-device .imageScroll > div::-webkit-scrollbar-track-piece:end{
	background: #f1f1f1;
}
html.touch-device .imageScroll img {
	width:auto;
	max-width:840px;
}

/* link-pdf
-------------------------------------------------------------------------------------------------------*/
.link-pdf.right {
	font-weight: normal;
	padding-left: 0;
	padding: 5px 25px 5px 0;
	background-size: 20px;
	background-position: right;
}

/* font-size
-------------------------------------------------------------------------------------------------------*/
.fs-14 {
	font-size: 14px !important;
}
.fs-16 {
	font-size: 16px !important;
}


.btmLink {
	margin-bottom: 0;
	padding-bottom: 40px;
}
.btmLink ul {
	margin-top: 1px;
}
.btmLink ul li:last-child {
	border: none;
}


/* anchor
-------------------------------------------------------------------------------------------------------*/
/*.block-link-page-five .child_block {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  background: #d7d7d7;
  border-right: 2px solid #ffffff;
}
.block-link-page-five .child_block:last-child {
  border: none;
}
.block-link-page-five .child_block a {
  display: block;
  padding: 20px 5px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.block-link-page-five .child_block a span {
  display: inline-block;
  padding-left: 22px;
  background: url(/jp/common/v2/img/icon_page-link-large.png) no-repeat 0 50%;
}
.block-link-page-five .child_block a:hover > span {
  background: url(/jp/common/v2/img/icon_page-link-large-hover.png) no-repeat 0 50%;
}
.block-link-page-five .child_block a p,
.detail_link-five ul li p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 1%;
}
.block-link-page-five .child_block a:hover > p span {
	background: url(/jp/common/v2/img/icon_page-link-large-hover.png) no-repeat 0 50%;
}*/


/* detail_link_lower
-------------------------------------------------------------------------------------------------------*/
.detail_link_lower ul {
	overflow: visible;
}
.detail_link_lower ul li {
	position: relative;
}
.detail_link_lower ul li.disabled > a {
	cursor: default;
	/*background: url(/jp/common/v2/img/icon_arow_down-wh.png) 94% 50% no-repeat #777!important;*/
	opacity: 1!important;
}
.detail_link_lower ul li.disabled.stayBtn > a {
	/*background-color: #000!important;*/
}
.detail_link_lower ul li.disabled.stayBtn > a::after {
	display: inline-block;
}
.detail_link_lower ul li.disabled > a::after {
	transform: rotate(90deg);
}
.detail_link_lower ul li.disabled > ul {
	position: absolute;
	z-index: 1;
	display: none;
	border: 1px solid #ddd;
	bottom: 0;
	transform: translateY(100%);
}
.detail_link_lower ul li.disabled > ul li {
	width: 100%;
	display: block;
	border-top: none;
}
.detail_link_lower ul li.disabled > ul li + li {
	/*border-top: solid 1px #ccc;*/
	border-top: 1px solid #ddd;
}
.detail_link_lower ul li.disabled > ul li a {
	color: #333!important;
	/*background: url(/jp/common/v2/img/icon_arow_right-dg.png) 94% 50% no-repeat #f1f1f2;*/
	font-size: 1em;
	background: url(/jp/common/v2/img/icon_arow_right-dg.png) 94% 50% no-repeat #fff;
	border: none;
	pointer-events: inherit;
}
.detail_link_lower ul li.disabled > ul li a::after {
	display: none;
}
.detail_link_lower ul li.disabled > ul li a:hover {
	color: #999!important;
	opacity: 1;
}
.detail_link_lower ul li.disabled.stayBtn > ul li a:hover {
	/*background-color: #f1f1f2;*/
}


/* price-revision-btn
-------------------------------------------------------------------------------------------------------*/
.price-revision-btn {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 976px;
	min-height: 66px;
	margin:0 auto;
	border:1px solid #ccc;
	background: linear-gradient(to right, #ffffff 0%,#f4f5f7 100%);
	padding: 10px 50px 10px 23px;
	text-align: left;
	color: #000;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	position: relative;
}
.price-revision-btn::before {
	content: "";
	display: block;
	width: 20px;
	height: 8px;
	background: url("/jp/densetsu/common/img/ico_arrow_01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.price-revision-btn:hover {
	opacity: 0.7;
}
.price-revision-btn:hover p {
	color: #000 !important;
}
/* column-two */
.price-revision-column-two {
	margin-left: auto;
	margin-right: auto;
	display:flex;
	flex-wrap:wrap;
}
.price-revision-column-two .column-two_child {
	width: 484px;
	margin-right: 8px;
}
.price-revision-column-two .column-two_child:nth-child(2n) {
	margin-right: 0;
}
.price-revision-column-two .column-two_child:nth-child(n+3) {
	margin-top: 8px;
}
.price-revision-column-two .column-two_child .price-revision-btn {
	width: 100%;
}
	
/* column-two_info-area
-------------------------------------------------------------------------------------------------------*/
.column-two_info-area {
	align-items: start;
}
.column-two_info-area .column-two_child {
	flex-wrap: wrap;
}
.column-two_info-area .column-two_child > .h3_blue,
.column-two_info-area .column-two_child > .h4_default,
.column-two_info-area .column-two_child > p.text-bold {
	flex-basis: 100%;
}

/* btn-basic bg-gray
-------------------------------------------------------------------------------------------------------*/
.btn-basic.bg-gray .btn-basic_child a p.text {
	padding-right: 25px;
}

/* link-backarrow-wh
-------------------------------------------------------------------------------------------------------*/
.column-four_caption .column-four_child .column-four_image .column-four_caption.js-caption-height span.link-backarrow-wh {
	/*padding-right: 15px;*/
}

/* force-bg-gray
-------------------------------------------------------------------------------------------------------*/
.column-two_caption.force-bg-gray .column-two_child.bg-gray,
.column-three_caption.force-bg-gray .column-three_child.bg-gray,
.column-four_caption.force-bg-gray .column-four_child.bg-gray {
	padding: 20px;
	background: #efefef;
}




/* SP Responsive
-------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
	
/* list-pulldown
-------------------------------------------------------------------------------------------------------*/
.list-pulldown .btn-pulldown {
	display: block;
}
.list-pulldown .link-backarrow-wh b {
	display: inline-block;
}
.list-pulldown > div {
	position: relative;
	border: none !important;
	border-top: 1px solid #fff !important;
}
.list-pulldown .btn-pulldown {
	width: 100%;
	height: 65px;
	background: url(/jp/densetsu/common/img/module/icon_tab-arow_white_open.png) no-repeat right 12px center #878787;
	background-size: 18px auto;
	color: #fff;
	display: table;
}
.list-pulldown .btn-pulldown span {
	height: 65px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	font-weight: bold;
	font-size: 16px;
}
.list-pulldown .btn-pulldown.open {
	background-image: url(/jp/densetsu/common/img/module/icon_tab-arow_white_closs.png);
}
.list-pulldown .btn-pulldown + div {
	display: none;
}
.list-pulldown.column-five_caption .column-five_child,
.list-pulldown.column-four_caption .column-four_child,
.list-pulldown.column-three_caption .column-three_child,
.list-pulldown.column-three_caption .column-three_child:nth-child(3n),
.list-pulldown.column-four_default .column-four_child,
.list-pulldown.column-three_default .column-three_child {
	width: 100%;
}
.list-pulldown.column-four_caption .column-four_child .column-four_image .column-four_caption,
.list-pulldown.column-five_caption .column-five_child .column-five_image .column-five_caption,
.list-pulldown.column-two_caption .column-two_child .column-two_image .column-two_caption {
	position: static;
	background: #efefef;
	color: #333;
	border-bottom: 1px solid #ccc;
}
.list-pulldown.column-four_caption .column-four_child .column-four_image .column-four_caption span,
.list-pulldown.column-five_caption .column-five_child .column-five_image .column-five_caption span,
.list-pulldown.column-two_caption .column-two_child .column-two_image .column-two_caption span {
	padding-left: 7px;
	color: #5e5e5e !important;
	background: url(/jp/common/v2/img/icon_arow_right-dg.png) no-repeat right 12px center;
	width: 100%;
	box-sizing: border-box;
}
.list-pulldown.column-four_caption .column-four_child .column-four_image img,
.list-pulldown.column-five_caption .column-five_child .column-five_image img,
.list-pulldown.column-two_caption .column-two_child .column-two_image img {
	display: none;
}
.list-pulldown .column-four_text,
.list-pulldown .column-five_text,
.list-pulldown .column-two_text,
.list-pulldown .column-five_text-small {
	padding: 0 !important;
}
.list-pulldown .column-four_caption,
.list-pulldown .column-five_caption,
.list-pulldown .column-two_caption {
	height: 54px !important;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px !important;
	width: 500px !important;
}
.list-pulldown .link-backarrow-wh {
	padding-right: 0;
	padding-left: 15px;
	background-position: 0 50%;
}
.list-pulldown ul li + li {
	border-top: 1px solid #ccc;
}
.list-pulldown ul li a {
	padding: 0;
	color: #5e5e5e !important;
	font-weight: bold;
	font-size: 16px;
	height: 54px;
	display: table;
	width: 100%;
}
.list-pulldown ul li a span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}
.list-pulldown ul li a.link-arrow-light-blue {
	background: url(/jp/common/v2/img/icon_arow_right-dg.png) no-repeat right 20px center;
}

/* anchor
-------------------------------------------------------------------------------------------------------*/
/*.block-link-page-five .child_block,
.detail_link-five ul li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #fff;
	border-right: none;
}
.block-link-page-five .child_block a,
.detail_link-five ul li a {
	text-align: left;
	height: 65px;
	padding: 0 40px 0 20px;
	background-position: 94% 50%;
	display: table-cell;
	vertical-align: middle;
}
.block-link-page-five .child_block a p,
.detail_link-five ul li p {
	height: auto !important;
	text-align: left;
	line-height: 1.25;
}
.block-link-page-five .child_block a:hover > p span {
	background: url(/jp/common/v2/img/icon_page-link-large.png) no-repeat 0 50%;
}*/


/* lineup-pulldown
-------------------------------------------------------------------------------------------------------*/
.lineup-pulldown {
	margin-bottom: 1px;
}
.lineup-pulldown .h3_blue {
	padding: 0 0 0 15px;
	width: 100%;
	height: 65px;
	background: #999;
}
.lineup-pulldown .h3_blue h3 {
	height: 65px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.lineup-pulldown .h4_default {
	padding: 12px 15px;
	width: 100%;
	background: #efefef;
	border-top: 1px solid #fff;
}
.lineup-pulldown .h4_default h4 {
	color: #5e5e5e;
	display: table-cell;
	vertical-align: middle;
}
.lineup-pulldown .btn-pulldown {
	width: 100%;
	height: 65px;
	background: url(/jp/densetsu/common/img/module/icon_tab-arow_white_open.png) no-repeat right 12px center #777;
	background-size: 18px auto;
	color: #fff;
	display: table;
	border-top: 1px solid #fff;
}
.lineup-pulldown .btn-pulldown.open {
	background-image: url(/jp/densetsu/common/img/module/icon_tab-arow_white_closs.png);
}
.lineup-pulldown .btn-pulldown span {
	height: 65px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	font-weight: bold;
	font-size: 16px;
}
.lineup-pulldown .btn-pulldown + div {
	display: none;
}
.lineup-pulldown > div > div {
	margin-bottom: 0 !important;
	border-bottom: none !important;
}
.lineup-pulldown p.title {
	position: relative;
	background: #efefef !important;
	height: 65px;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 !important;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	overflow: hidden;
}
.lineup-pulldown p.title.pcOnly {
	display: none;
}
.lineup-pulldown p.title a {
	display: table;
	height: 65px;
	width: 100%;
	box-sizing: border-box;
	background: url(/jp/common/v2/img/icon_arow_right-dg.png) no-repeat right 20px center !important;
}
.lineup-pulldown p.title a span {
	height: 65px;
	vertical-align: middle;
	display: table-cell !important;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	color: #5e5e5e !important;
}
.lineup-pulldown p.title a span b {
	display: inline-block !important;
}
.lineup-pulldown > p.title + div {
	display: none;
}
.lineup-pulldown > p.title span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px 0 21px;
	color: #fff;
}
.lineup-pulldown .column-two_child {
	margin-bottom: 0;
	border: none;
	border-top: 1px solid #fff;
}
.lineup-pulldown .title-sp {
	position: relative;
	background: #777;
	height: 65px;
	font-size: 16px;
	display: table;
	width: 100%;
}
.lineup-pulldown .btn-pulldown + div .title-sp {
	background: #efefef;
}
.lineup-pulldown .btn-pulldown + div .title-sp a {
	color: #5e5e5e;
	background: url(/jp/common/v2/img/icon_arow_right-dg.png) no-repeat right 20px center;
}
.lineup-pulldown > p.title + div .title-sp {
	background: #efefef;
}
.lineup-pulldown > p.title + div .title-sp a {
	color: #5e5e5e;
	background-image: url(/jp/common/v2/img/icon_arow_right-dg.png);
}
.lineup-pulldown .title-sp a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px 0 55px;
	color: #fff;
	font-weight: bold;
	width: 500px;
	background: url(/jp/common/v2/img/icon_arow_light-wh.png) 95% 50% no-repeat;
}
.lineup-pulldown .title-sp + div {
	display: none;
	background: #fcfcfc;
}
.lineup-pulldown a .inner {
	padding: 15px 12px !important;
}
.lineup-pulldown a .title {
	display: none !important;
}
.lineup-pulldown a > div {
	background-image: none !important;
}
.lineup-pulldown .btn-question {
	width: 50px;
	height: 65px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.lineup-pulldown .btn-question:after {
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	top: 50%;
	left: 12px;
	margin-top: -13px;
	background: url(/jp/densetsu/common/img/module/icon_question_pulldown.png) no-repeat top;
	background-size: 100% auto;
}
.lineup-pulldown .btn-question.open:after {
	background-position: bottom;
}
.lineup-pulldown .column-four_child,
.lineup-pulldown .column-five_child {
	width: 100% !important;
	border: 1px solid #fff !important;
	border-bottom: none !important;
}
.lineup-pulldown .column-four_image,
.lineup-pulldown .column-five_image {
	padding: 10px 0 10px 10px;
	display: table-cell;
	width: 100px;
}
.lineup-pulldown .column-four_image .column-four_caption,
.lineup-pulldown .column-five_image .column-five_caption {
	display: none !important;
}
.lineup-pulldown .column-four_image img,
.lineup-pulldown .column-five_image img {
	width: 100px !important;
	height: auto;
}
.lineup-pulldown .column-four_text,
.lineup-pulldown .column-five_text {
	display: table-cell;
}
.lineup-pulldown .column-two_product .column-two_child {
	display: block;
}
.lineup-pulldown .column-two_product .column-two_child a {
	min-height: auto;
}
.lineup-pulldown .column-two_product .column-two_image {
	padding: 10px 0 10px 10px;
}
.lineup-pulldown .column-two_product .column-two_image-in {
	background: none;
}
.lineup-pulldown .column-four_caption .column-four_child,
.lineup-pulldown.column-four_caption .column-four_child,
.lineup-pulldown .column-five_caption .column-five_child,
.lineup-pulldown.column-five_caption .column-five_child {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}
.lineup-pulldown.column-four_caption .column-four_child:nth-child(4n + 1) {
	margin-right: 0;
}


/* detail_link_lower
-------------------------------------------------------------------------------------------------------*/
.detail_link_lower {
	position: relative;
}
.detail_link_lower ul li a {
	background-color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
.detail_link_lower ul li a:hover {
	background-color: transparent !important;
}
.detail_link_lower ul li.disabled > a {
	display: table;
	/*background: url(/jp/common/v2/img/icon_arow_down-wh.png) 94% 50% no-repeat #777!important;*/
}
body .detail_link-four ul li.stayBtn.disabled a {
	pointer-events: inherit;
	background-color: transparent !important;
}
.detail_link_lower ul li.disabled > a.open {
	/*background: url(/jp/densetsu/common/img/icon_arow_up-wh.png) 94% 50% no-repeat #777!important;*/
}
.detail_link_lower ul li.disabled > a::after {
	position: absolute;
	top: 15px;
	right: 15px;
}
.detail_link_lower ul li.disabled.stayBtn > a.open {
	/*background-color: #000!important;*/
}
.detail_link_lower ul li.disabled > ul {
	display: none;
	position: relative;
	border: none;
	transform: none;
}
.detail_link_lower ul li.disabled > ul li {
	border: none;
	display: table;
	border-bottom: solid 1px #ccc;
}
.detail_link_lower ul li.disabled > ul li + li {
	/*border-top: solid 1px #ccc;*/
	border-top: none;
}
.detail_link_lower ul li.disabled > ul li a {
	color: #333!important;
	/*background: url(/jp/common/v2/img/icon_arow_right-dg.png) 94% 50% no-repeat #f1f1f2;*/
	background: url(/jp/common/v2/img/icon_arow_right-dg.png) 94% 50% no-repeat #fff;
}
.detail_link_lower ul li.disabled > ul li a:hover {
	color: #333!important;
}

/* height auto
-------------------------------------------------------------------------------------------------------*/
.h-auto {
	height: auto !important;
}

/* price-revision-btn
-------------------------------------------------------------------------------------------------------*/
.price-revision-btn {
	width: 100%;
	height: auto;
	min-height: 66px;
	padding: 10px 50px 10px 15px;
}
.price-revision-btn:hover {
	opacity: 1;
}
/* section-type02 */
.section-type02 .price-revision-btn {
	width: 95%;
}
/* column-two */
.price-revision-column-two {
	display: block;
}
.price-revision-column-two .column-two_child {
	width: 100%;
	margin-right: 0;
}
.price-revision-column-two .column-two_child:nth-child(n+2) {
	margin-top: 10px;
}

}
/* table_default
-------------------------------------------------------------------------------------------------------*/
.table_default td.text-middle,.table_default th.text-middle{
	vertical-align: middle;
}