@charset "UTF-8";
/* CSS Document */

/* インフォメーション
--------------------------------------------------------*/

/* レンズ
--------------------------------------------------------*/
h1,
.txt .h1 {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 26px;
    letter-spacing: 0.08em;
}

.featureArea h2,
.specArea h2 {
    text-align: center;
    margin-bottom: 36px;
}

/* タイトル
---------------------*/
.titleArea {
    overflow: hidden;
    background-color: #efeded;
    position: relative;
    min-width: 1100px;
    min-height: 300px;
}

.titleArea .img {
    float: left;
    width: 45%;
    /* height: auto; */
    margin-bottom: -6px;
    background-color: #FFF;
}

.titleArea img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    /* 下の隙間を無くす指定 */
}

/* テキスト */
.txt {
    float: left;
    width: 55%;
    /* background-color: #efeded; */
    position: relative;
}

.txt .inner {
    width: auto;
    margin: 10% 8% auto 14%;
    /* width:50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; */
}

.titleArea .txt h1 {
    font-family: 'Red Hat Text', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* カテゴリーとシリーズ表示 */
.txt ul {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.txt ul li {
    display: inline-block;
    color: #FFF;
    margin-right: 0.2em;


}

@media screen and (min-width:768px) {
    .txt ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

    }
}

.txt .category {
    font-size: 18px;
    line-height: 28px;
    padding: 0 10px 0;
    font-family: 'Red Hat Text', sans-serif;
}

/* 各カテゴリの色はbase.cssへ */

.txt .series {
    font-size: 16px;
    background: #cccbcb;
    line-height: 28px;
    padding: 0 10px 0;
    font-family: 'Red Hat Text', sans-serif;
}

@media screen and (min-width:768px) {
    .txt .category {
        line-height: 1;
        padding: 4px 10px;

    }
}

.txt p {
    font-size: 18px;
}

.txt .new {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    margin: 15px 0 10px;
    padding: 2px 10px 0;
    background-color: #d03c44;
}

.txt .new-description {
    font-size: 16px;
}

@media screen and (min-width:961px) and (max-width:1199px) {

    h1,
    .txt .h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .txt p {
        font-size: 16px;
    }

    .txt .new-description {
        font-size: 14px;
    }
}

@media screen and (min-width:200px) and (max-width:960px) {
    .txt .category {
        font-size: 14px;
        height: auto;
        padding: 2px 10px;
    }

    .txt .series {
        font-size: 12px;
        height: auto;
        padding: 2px 10px;
        position: relative;
        bottom: 1px;
    }

    h1,
    .txt .h1 {
        font-size: 14px;
        line-height: 1.3em;
        margin-bottom: 14px;
        letter-spacing: 0.08em;
    }

    .txt p {
        font-size: 10px;
    }

    .txt .new {
        font-size: 12px;
        padding: 2px 10px;
    }

    .txt .new-description {
        font-size: 10px;
    }
}

/* 前と次 */
#prev a,
#next a {
    background: url(../img/index/mainImg-arrow.png) no-repeat;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    width: 39px;
    height: 73px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#prev a {
    background-position: left top;
    left: 0px;
}

#next a {
    background-position: left bottom;
    right: 0px;
}

p#prev a,
p#next a {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

p#prev a:hover,
p#next a:hover {
    opacity: 0.5;
    behavior: url(リンク/scripts/PIE.htc);
    filter: alpha(opacity=50);
    /* ie lt 8
	-ms-filter: "alpha(opacity=50)";  /* ie 8
	zoom:1;*/
}

/* 特徴
---------------------*/
.featureArea {
    text-align: center;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.featureArea ul {
    display: inline-block;
    margin-bottom: 0;
}

.featureArea ul li {
    display: table;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: url(../img/common/listStyle-circle-s.png) left 0.7em no-repeat;
    padding-left: 10px;
    line-height: 2.4em;
}

.featureArea-sub {
    margin-top: 80px;
}

.featureArea-sub__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1050px;
    margin: 0 auto;
}

.featureArea-sub.col3 .featureArea-sub__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.featureArea-sub__title {
    font-family: 'Red Hat Text', sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.05em;
    color: #505050;
}

.featureArea-sub__title span {
    font-size: 16px;
}

.featureArea-sub__title-txt {
    margin-top: 2em;
    font-size: 14px;
}

.featureArea-sub__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    padding: 0 20px;
    margin-top: 40px;
}
@media screen and (max-width: 767px){
	.featureArea-sub__item{
		margin-top: 20px;
	}
}
.featureArea-sub__item img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.featureArea-sub__item-title {
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.3em;
    font-size: 16px;
}

.featureArea-sub__item-txt {
    text-align: left;
    margin-top: 1em;
    font-size: 14px;
}

.featureArea-sub.col1.full .featureArea-sub__item {
    width: 100%;
    height: auto;
}

.featureArea-sub.col1.pattern01 .featureArea-sub__item {	
	width: 80%;	
	height: auto;	
}

.featureArea-sub.col1.pattern01 .featureArea-sub__title-txt{
	text-align: left;
}

.featureArea a {
	color: #009ad2;
	text-decoration: underline;
	transition: 0.2s;
}
.featureArea a:hover {
	color: #505050;
	text-decoration: none;
}

@media screen and (max-width:768px){
	.featureArea-sub.col1.pattern01 .featureArea-sub__item {	
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.single .pattern01 .featureArea-sub__inner{
		width: 100%;
	}
	.single .pattern01 .featureArea-sub__item{
		padding: 0;
	}
}

/* スペック
---------------------*/
.specArea {
    background: #efeded;
    padding: 46px;
    color: #666666;
}

.specArea .inner {
    width: 970px;
    margin: 0 auto;
    padding: 40px;
    background: #FFF;
}

.specArea .product-bnr {
    display: block;
    width: 300px;
    height: 75px;
    margin: 30px auto 0;
}

.specArea .product-bnr:hover {
    opacity: 0.7;
}

.specArea a {
    color: #0072b4;
    text-decoration: underline;
}

.specArea a:hover {
    color: #959595;
    text-decoration: none;
}

/*optionArea*/
.featureArea.optionArea{
	padding: 0;
}

.optionArea .featureArea-sub{
	width: 100%;
	margin-bottom: 60px;
}

.optionArea .featureArea-sub__item{
	width: 100%;
}

.featureArea.optionArea .img{
	text-align: left;
}

.optionArea .featureArea-sub__item{
	margin-top: 50px;
}

.optionArea .optionArea-inner{
	display: flex;
	justify-content: space-between;
}

.optionArea .optionArea-inner img{
	width: 100%;
	height: auto;
}

.optionArea .specArea.sub{
	width: 75%;
	padding: 0;
	background: #fff;
}

.optionArea .specArea .inner{
	width: 100%;
	padding: 0;
}



@media screen and (max-width: 767px){
	.single .optionArea.featureArea{
		padding: 0 10%;
	}
	.optionArea .optionArea-inner{
		display: block;
	}
	
	.single .optionArea .specArea .inner{
		padding: 20px 0;
	}
	
	.optionArea .featureArea-sub__item{
		padding: 0;
	}
	
	.optionArea .specArea.sub{
		width: 100%;
	}
	
	.single .optionArea .specArea table{
		width: 760px!important;
	}
	
	.single .optionArea.featureArea table td{
		text-align: center!important;
	}
	
	.single .optionArea.featureArea img{
		width: 100%;
	}

	.optionArea .featureArea-sub{
		margin-bottom: 20px;
	}
	
}



/*optionAreaここまで*/

/* 表（共通かも？） */
.specArea table {
    font-style: 12px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin-bottom: 10px;
}

.specArea table th,
.specArea table td {
    border: 1px solid #efeded;
    text-align: center;
    padding: 10px 4px;

}

.specArea table th {
    font-weight: bold;
    line-height: 1.4em;
}

.specArea table th:last-child {
    width: 40px;
}

.specArea table.pattern-2 th {
    width: 24%;
}

/* リンク */
.specArea table td a {
    width: 25px;
    height: 25px;
    display: inline-block;
    outline: none;
    background: url(../../../../../img/common/icon-plan.png);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.specArea table td a img {
    display: none;
    /* border:2px solid #2e99cf;
    vertical-align:bottom;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius:2px; */
}

.specArea table td a:hover {}

.specArea table td a:hover

/* img */
    {
    opacity: 0.5;
    position: relative;
    zoom: 1;
}

/* リンク
---------------------*/
.linkArea {
    padding-top: 60px;
    padding-bottom: 24px;
}

.linkArea .inner {
    width: 1050px;
    margin: 0 auto;
}

.linkArea .box-base-L {
    width: 40%;
    background-color: #f6f6f6;
    display: inline-block;
    padding: 34px 46px;
}

.linkArea .box-base-L.right {
    float: right;
}

.linkArea h3 {
    margin-bottom: 10px;
}

.linkArea p {
    font-size: 15px;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

/* リスト */
.linkArea ul li {
    margin-bottom: 8px;
}


.linkArea ul li a,
.linkArea input {
    font-size: 14px !important;
    background: url(../img/common/link-arrow.png) right center no-repeat;
    padding-right: 16px;
    /*  letter-spacing:1.5px;*/
}

/* リスト */
.linkArea input {
    margin-bottom: 2px;
    border: none;
    outline: none;
    color: #5d5d5d;
    text-decoration: none;
    cursor: pointer;
}

.linkArea input:hover {
    color: #959595;
    text-decoration: none;
}

/* 新商品の登録
--------------------------------------------------------*/
/* スペック
---------------------*/
.single-new .inner-new {
    width: 1050px;
    margin: 0 auto;
    padding: 0px auto 40px auto;
    background: #FFF;
}

/* 表（共通かも？） */
.single-new table {
    font-style: 12px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto 10px auto;
}

.single-new table th,
.single-new table td {
    /*  border:1px solid #efeded;*/
    text-align: center;
    padding: 10px 4px;

}

.single-new table th {
/*    width: 20%;*/
    font-weight: bold;
    line-height: 1.4em;
    white-space: nowrap;
}

/* .single-new table th:last-child {
  width: 40px;
  }
  
.single-new table.pattern-2 th {
	width: 24%;
	}
 */

/* 個別ページ
--------------------------------------------------------*/

/* コンテンツ */
.single-post #contents {
    width: 890px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;
    padding-top: 100px;
}



/* テーブル */
.single-post #overview {
    margin-bottom: 25px;
}

.single-post #overview table {
    letter-spacing: 0.01em;
    width: 660px;
    margin: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}

.single-post #overview table th {
    font-size: 14px;
    width: 190px;
}

.single-post #overview table td {
    font-size: 16px;
    font-weight: bold;
    padding-left: 0px;
}

.single-post #txt-area-box {
    float: right;
    width: 660px;
}

/* お知らせ */
.single-post #overview table th img {
    margin-left: 13px;
}

/* ページリンク */
.single-post #pagelink {
    width: 120px;
    margin-right: auto;
    margin-left: auto;
}

.single-post #pagelink ul li {
    background-color: #d5d5d5;
    width: 18px;
    height: 18px;
    float: left;
    margin: 0px 3px 0px 3px;
    text-align: center;
}

.single-post #box-base {
    width: 660px;
    float: right;
}

.single-post #d-b-box {
    background-image: url(../img/topics/d-b.jpg);
    background-repeat: repeat;
    background-position: left top;
    height: 5px;
}

.single-post #box-base #date {
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
}

.single-post #h3_box {
    margin-bottom: 16px;
}


.single-post #box-base #h3_box h3 {
    font-size: 20px;
    width: 595px;
    float: left;
}

.single-post #box-base #h3_box h3 img {
    width: 65px;
    float: right;
    text-align: center;
}

.single-post #box-base #txt-area p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

.single-post #box-base #txt-area a {
    color: #009ad2;
    text-decoration: underline;
    transition: 0.2s;
}

.single-post #box-base #txt-area a:hover {
    color: #505050;
    text-decoration: none;
}

/* トピックス　アイコン 
--------------------------------------------------------*/

.single-post #h3_box span {
    width: 65px;
    height: 16px;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    background: url(../img/index/topics-icon.png) no-repeat;
    position: relative;
    top: 9px;
}

/* アイコン */
.single-post #h3_box span.information {
    background-position: left 0px;
}

.single-post #h3_box span.exhibition {
    background-position: left -17px;
}

.single-post #h3_box span.new-product {
    background-position: left -34px;
}

/*colorbox調整用*/

#cboxTitle{
	display: none!important;
}


/*220830追加*/
/*関連製品用*/

.relationArea .relationArea__title {
  display: block;
  font-size: 20px;
	font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
}

.relationArea .relationArea__title--sub {
  display: block;
  font-size: 14px;
	font-weight: normal;
  text-align: left;
  margin-bottom: 5px;
}

.relationArea .relationArea__title--lead {
  display: block;
  font-size: 14px;
	font-weight: normal;
  text-align: left;
  margin-top: 10px;
}

.relationArea .relation--list{
  display: block;
  margin-bottom: 1em;
}

.relationArea .relation--list li{
  text-align: left;
}

.optionArea--fullsize .specArea.sub{
	width: 100%;
}


.optionArea--fullsize .featureArea-sub__ce-mark{
/*	width: 1010px;*/
	margin: 0 auto;
/*	padding: 0 20px;*/
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.optionArea--fullsize .featureArea-sub__ce-mark img{
	max-width: 74px !important;
}
.featureArea-sub__type{
	width: 74px;
	height: 27px;
	background-color: #505050;
	color: #fff;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-right: 10px;
}

@media screen and (max-width: 767px){
	.optionArea--fullsize .featureArea-sub__ce-mark{
	width: 100%;
	padding: 0;
	margin-bottom: 12px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
  .single .featureArea.relationArea{
    padding: 0;
  }
}