@charset "utf-8";
/*****************************************************************************
CSS only for /exterior/takuhai/combo/combo.html
*****************************************************************************/
/* SET
-----------------------------------------*/
.ex_marginTL {
    margin-top: 30px !important;
}
.cvrBotArea .for_biz ul li a {
    text-decoration: none;
}
.pcOnly{
}
.spOnly{
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.pcOnly{
  display: none;
}
.spOnly{
  display: inline-block;
}
}
.ex_h2style{
  margin-top: 50px;
}
.ex_h3style{
  margin-top: 30px;
}
.vbox-overlay {
  z-index: 9999;
}

/* Head
-----------------------------------------*/
.Head{

}



/* Inner
-----------------------------------------*/
.Inner{

}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
	.mod_section .Inner{
		margin: 0 2.60416%;
	}
}	


/* Opacity
-----------------------------------------*/
 a.Opacity:link    {}
 a.Opacity:visited {}
 a.Opacity:hover   {opacity: 0.8;}
 a.Opacity:focus   {opacity: 0.8;}
 a.Opacity:active  {opacity: 0.8;}


/* Blocklink
-----------------------------------------*/
.Blocklink{
  margin: 30px 0;
}
.Blocklink ul{
  display: flex;
  flex-wrap: wrap;
}
.Blocklink ul li{
  width: 20%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Blocklink ul li{
  width: 50%;
  margin-bottom: 1px;
}
}
.Blocklink ul li a{
  position: relative;
  text-align: center;
  line-height: 1.3;
  background-color: #333333;
  border-right: solid 1px #FFF;
  border-left: solid 1px #FFF;
  box-sizing:border-box;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Blocklink ul li a{
  padding-right: 20px;
  font-size: 12px;
}
}
.Blocklink ul li a:link    {color:#FFF; text-decoration: none;}
.Blocklink ul li a:visited {color:#FFF; text-decoration: none;}
.Blocklink ul li a:hover   {color:#FFF; text-decoration: none;opacity: 0.8;}
.Blocklink ul li a:focus   {color:#FFF; text-decoration: none;opacity: 0.8;}
.Blocklink ul li a:active  {color:#FFF; text-decoration: none;opacity: 0.8;}

.Blocklink a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -6px 0 0 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Blocklink a::after {
  right: 10px;
}
}



/* Memo
-----------------------------------------*/
.Memo{
  margin: 15px 0 20px 0;
  font-size: 12px;
  line-height: 1.3;
}
.Memo ul li{
  margin-bottom: 5px;
}
.Memo a:link    {color:#333; text-decoration: underline;}
.Memo a:visited {color:#333; text-decoration: underline;}
.Memo a:hover   {color:#333; text-decoration: none;}
.Memo a:focus   {color:#333; text-decoration: none;}
.Memo a:active  {color:#333; text-decoration: none;}

/* TextLink
-----------------------------------------*/
.TextLink{
  margin: 15px 0;
  text-align: right;
}
.TextLink a{
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.TextLink a:link    {color:#333; text-decoration: none;}
.TextLink a:visited {color:#333; text-decoration: none;}
.TextLink a:hover   {color:#333; text-decoration: underline;}
.TextLink a:focus   {color:#333; text-decoration: underline;}
.TextLink a:active  {color:#333; text-decoration: underline;}

.TextLink a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Linebox3 .TextLink{
  margin: 10px 0 0 0;
}

/* Linebox3 */
.Linebox3 .TextLink a{
  font-size: 12px;
}

/* Box3
-----------------------------------------*/
.Box3{
  display: flex;
  flex-wrap: wrap;
}
.Box3__box{
  box-sizing:border-box;
  width: 33.3%;
  background-color: #efefef;
  border-right: solid 1px #FFF;
  margin-bottom: 1px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Box3__box{
  width: 100%;
  border-right: none;
  margin-bottom: 10px;
}
}
.Box3--col4 .Box3__box{
  width: 25%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Box3--col4 .Box3__box{
  width: 50%;
}
}
.Box3__box>img{
  width: 100%;
  height: auto;
}
.Box3__body{
  padding: 5px 18px 12px 18px;
}
.Box3__body p{
  margin-top: 10px;
}
.Box3__body p.Box3__title{
  font-weight: bold;
  margin-top: 10px;
}
.Box3__body p.Box3__memo{
  font-size: 12px;
}
img.Box3__floarImg{
  float: right;
}

/* Linebox3
-----------------------------------------*/
.Linebox3{
  display: flex;
  flex-wrap: wrap;
}
.Linebox3__box{
  box-sizing:border-box;
  width: 33.2%;
  border: solid 1px #CCCCCC;
  margin: 0 1px 1px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Linebox3__box{
  box-sizing:border-box;
  width: 100%;
  border: solid 1px #CCCCCC;
  margin: 0 1px 10px 0;
}
}
.Linebox3--col4 .Linebox3__box{
  width: 24.8%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Linebox3--col4 .Linebox3__box{
  width: 49.5%;
}
}
.Linebox3__box img{
  width: 100%;
  height: auto;
  border-bottom: solid 1px #CCC;
}
.Linebox3__body{
  padding: 5px 18px 12px 18px;
}
.Linebox3__body p{
  margin-top: 10px;
}
.Linebox3__body p.Linebox3__title{
  font-weight: bold;
  margin-top: 10px;
}
.Linebox3__body p.Linebox3__memo{
  font-size: 12px;
}

/* Product
-----------------------------------------*/
.Product{
  margin-bottom: 10px;
  padding: 35px 40px 35px 0;
  box-sizing:border-box;
  display: flex;
  border: solid 1px #333333;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Product{
  padding: 20px 10px;
  flex-direction: column ;
}
}
.Product__img{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Product__img{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
}
.Product__body{
  width: 620px;
  overflow:hidden;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Product__body{
  width: 100%;
}
}
.Product__body ul{
  display: flex;
  flex-wrap: wrap;
}
.Product__body ul li{
  width: 25%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Product__body ul li{
  margin-top: 5px;
  width: 50%;
}
}
.Product__body ul li span{
  margin-top: 5px;
  display: block;
  font-size: 12px;
}
.Product__body p{
  margin-bottom: 5px;
  line-height: 1.7;
}
.Product__title{
  font-size: 24px;
  font-weight: bold;
}
.Product__subTitle{
  margin-top: 14px;
  font-size: 16px;
  font-weight: bold;
}

/*190919 add */
.Product__colorTitle{
	display:inline-block;
}
.Product__colorTitle:first-child{
	margin-right:5px;
}

.Product__colorTitle ul li {
  width: 116px;
margin-right: 5px;
}
.Product__colorTitle:last-child ul li{
margin-right: 0px;
}

.Product__colorTitle ul li img{
	width:100%;
}

.Product__colorTitle ul li span{
	font-size:11px
}

.mod_basecol.mod_basecol-four .mod_basecol_inner_box img{
	width:95%;
}

.mod_section .ex_h4style{
	font-size:1.3em;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom:5px;
	margin-bottom:15px;
}



#comboSet .howtounit{
width:726px; 
padding-left:20px;
}
#comboSet .howtounit img{
xwidth:280px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Product__body .Product__colorTitle p {
 margin-bottom: 0px;
    line-height: 1;
}
.Product__colorTitle{
	display:block;
	margin-bottom:15px;
}
#comboSet .mod_basecol-four{
	width:93%;
}
#comboSet .howtophoto{
	width:100%;
	padding-top:10px;
}

#comboSet .howtounit{
width:100%; 
padding-left:0;
padding-top:20px;

}

#comboSet .howtounit img{
width:90vw;
margin:0 auto 10px;
}

#comboFeatures h2,
#comboFeatures h3{
	margin-bottom:15px;
}
.mod_section .ex_h4style{
	margin: 0 2.60416% 15px;
}
}


/* Openbox
-----------------------------------------*/
.Openbox{
  box-sizing:border-box;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.Openbox p{
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 16px;
}
.Openbox img{
  border-bottom: none;
  max-width: 100%;
  width: auto;
}

/* Moovie
-----------------------------------------*/
.Moovie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.Moovie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* Gallery
-----------------------------------------*/
.Gallery{

}
.Gallery ul{
  display: flex;
  flex-wrap: wrap;
}
.Gallery ul li{
  box-sizing:border-box;
  width: 25%;
  padding: 0 1px 1px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Gallery ul li{
  width: 50%;
}
}
.Gallery ul li a{
  display: block;
}
.Gallery ul li img{
  width: 100%;
  height: auto;
}





/* TypeTbl
-----------------------------------------*/
.TypeTbl{
padding: 30px 0 0 10px;
}
.TypeTbl table{
  width:100%;
  border-right: solid 1px #CCC;
}
.TypeTbl table th small{
  font-size: 12px;
}
.TypeTbl table td small{
  font-size: 10px;
}
.TypeTbl table th,
.TypeTbl table td{
  padding: 10px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #CCC;
  border-left: solid 1px #CCC;
}

.TypeTbl table th{
	min-width:7em;
}

.TypeTbl table th img{
	width:70%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.TypeTbl table th,
.TypeTbl table td{
  /*white-space: nowrap;*/
  padding:5px;
  font-size: 13px;
}
.TypeTbl table th img{
	width:120%;
	max-width:initial;
}

}
.TypeTbl table th.TypeTbl__noline-bottom,
.TypeTbl table td.TypeTbl__noline-bottom{
  border-bottom: none;
}
.TypeTbl table th.TypeTbl__noline-top,
.TypeTbl table td.TypeTbl__noline-top{
  border-top: none;
}
.TypeTbl table th.TypeTbl__noline-left,
.TypeTbl table td.TypeTbl__noline-left{
  border-left: none;
}
.TypeTbl table th.TypeTbl__line-top,
.TypeTbl table td.TypeTbl__line-top{
  border-top: solid 1px #CCC;
}
.TypeTbl table th.TypeTbl__left,
.TypeTbl table td.TypeTbl__left{
  text-align: left;
}
.TypeTbl table th{
  background-color:#F1F1F2;
}
.TypeTbl table th.TypeTbl__nobk{
  background-color:transparent;
}
.TypeTbl__imgTitle{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.TypeTbl__imgTitle{
  display: block;
}
.TypeTbl table th.TypeTbl__nobk img{
max-height:130px;
width:auto;
}
}
.TypeTbl__imgTitle span{
  width: 100px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.TypeTbl__imgTitle span{
  width: auto;
  text-align: center;
}
}
.TypeTbl__imgTitle figcaption{
  width: 100px;
  text-align: left;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.TypeTbl__imgTitle figcaption{
  margin-top: 10px;
  width: auto;
  text-align: center;
}
}




/* Linkbar
-----------------------------------------*/
.Linkbar{
  margin: 30px 0;
}
.Linkbar a{
position: relative;
font-size: 20px;
text-decoration: none;
display: block;
text-align: center;
line-height: 1em;
padding: 15px 0;
color: #000;
border: #CCC 1px solid;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Linkbar a{
font-size: 16px;
}
}
.Linkbar a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/* BibBnr
-----------------------------------------*/
.BibBnr{
  margin-top: 30px;
}


/* mod_basecol
-----------------------------------------*/
/* six */
.mod_basecol.mod_basecol-six{
}
.mod_basecol.mod_basecol-six .mod_basecol_inner{
  display: table;
  margin: 0 0 0 -1px;
  overflow: hidden;
  width: 968px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol.mod_basecol-six .mod_basecol_inner{
    display: block;
    margin: 0;
    width: auto;
  }
}
.mod_basecol.mod_basecol-six .mod_basecol_inner_box{
  display: table-cell;
  border-left: 1px solid #fff;
  width: 160px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol.mod_basecol-six .mod_basecol_inner_box{
    display:block;
    float: left;
    width: 50%;
    box-sizing:border-box;
    border: 1px solid #fff;
    border-left: none;
  }
}
.mod_basecol.mod_basecol-six .mod_basecol_inner_box_img a span{
  width: 160px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_basecol.mod_basecol-six .mod_basecol_inner_box_img a span{
    width:100%;
  }
}
.mod_basecol.mod_basecol-six .mod_basecol_inner_box_text p,
.mod_basecol.mod_basecol-six .mod_basecol_inner_box_text ul{
  font-size: 14px;
}


/* index.html
-----------------------------------------*/
.mod_tab_conceptlink ul li:last-child{
    clear: none;
}
.mod_tab_conceptlink ul li:nth-child(4){
    clear: both;
}