@charset "UTF-8";
/* 必須指定 */
#contWrap {
    padding-bottom: 10px;
    font-size: 16px;
    color: #333;
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
        max-width: 100%;
        min-width: 100%;
        font-size: 14px;
	}
}
/*---*/

/*--タイトルタグ---*/


#contWrap .ttle-h3{
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    letter-spacing:5px;
    background-color: #000;
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#contWrap .ttle02-h3{
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    letter-spacing:5px;
    background-color: #000;
    text-align: center;
    margin: 50px 0 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#contWrap .ttle-h4{
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    letter-spacing:5px;
    position: relative;
    display: inline-block;
    text-align: center;
}
#contWrap .ttle-h4::before,#contWrap .ttle-h4::after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 38%;
    height: 1px;
    background-color: #333;
}
#contWrap .ttle-h4::before{
    left: 0;
}
#contWrap .ttle-h4::after{
    right: 0;
}
@media screen and (max-width: 750px) {
    #contWrap .ttle-h3,#contWrap .ttle02-h3{
        font-size: 16px;
    }
    #contWrap .ttle-h4{
        font-size: 16px;
        margin-top: 30px;
    }
    #contWrap .ttle-h4::before,#contWrap .ttle-h4::after{
        width: 26%;
    }
}
/*--テキスト---*/
span.hosoku{font-size: 14px;}
.center{text-align: center;}
.bold{font-weight: 700;}
.cored{color: #FF375C;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.mab30{margin-bottom: 30px;}
.ma10{margin: 30px auto 10px;}
.ma50{margin: 50px auto;}
.patb{padding: 30px 0 10px;}
@media screen and (max-width: 750px) {
    .fs18{font-size: 14px;}
    .fs20{font-size: 14px;}
    .center{text-align: center;margin-left: 2%;margin-right: 2%;}
}
/*--hover---*/
.hover:hover{
    text-decoration: none;
    opacity: 0.8;
}


/*メニューボタン
-----------------------------------*/
#menuBtn ul{
    width: 98%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}
#menuBtn li{
    width: 33%;
}
#menuBtn li a:hover{
    opacity: 0.5;
}
@media screen and (max-width: 750px) {
    #menuBtn ul{
        width:98%;
        margin: 10px auto 5px auto;
        flex-wrap: wrap;
    }
    #menuBtn li{
        width: 49%;
    }
}


/*メニューボタン2
-----------------------------------*/
.menuBtn02 ul{
    width: 85%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}
.menuBtn li{
    width: 40%;
}
.menuBtn li a:hover{
    opacity: 0.5;
}
@media screen and (max-width: 750px) {
    .menuBtn ul{
        width:98%;
        margin: 10px auto 5px auto;
        flex-wrap: wrap;
    }
   .menuBtn li{
        width: 49%;
    }
}




/*pointA-4 ポイント・特徴
---------------------------------------*/
.pointA-4-wrap{
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
}
.pointA-4{
    width: 24%;
    height:120px;
    text-align: center;
    color: #FFF;
    background: #000;
border-bottom: solid 5px #ffff00;
}
.pointA-4 img{
    border: solid 1px #002558;
}
.pointA-4>p{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

@media screen and (max-width: 750px) {
      .pointA-4-wrap{
        flex-wrap: wrap;
      }
    .pointA-4>p{
        font-size: 13px;
        margin-bottom: 5px;
        padding-top: 18px;
    }
      .pointA-4{
        width: 48%;
        height: 60px;
        margin-bottom: 5px;
      }
}



/*sample サンプル
---------------------------------------*/
.sample-wrap{
    display: flex;
    justify-content: space-between;
    margin: 40px 20px 0;
}
.sample{
    width: 28%;
    margin-bottom: 0;
    text-align: center;
}
.sample img{
    border: solid 1px #002558;
    width: 100%;
}
.sample>p{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 750px) {
      .sample-wrap{
        flex-wrap: wrap;
      }
    .sample>p{
        font-size: 13px;
        margin-bottom: 5px;
    }
      .sample{
        width: 48%;
      }
}






/*商品をもっと見るボタン
----------------------------------*/
#contWrap .listpageBtn{
    margin: 30px auto 10px;
    text-align: center;
}
#contWrap .listpageBtn a{
    display: inline-block;
    text-decoration: none;
    border: 3px solid #ed4574;
    background: #fff;
    color: #ed4574;
    border-radius: 3px;
    padding: 10px 100px;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.4;
}
@media screen and (max-width: 750px) {
    #contWrap .listpageBtn a{
        padding: 10px 0;
        width: 95%;
    }
}




/*カット紹介
----------------------------------*/
#contWrap .cutinfo{
    margin: 30px auto 10px;
    text-align: center;
        width: 100%;
}









/*selectionArea
---------------------------------------*/
.selectionArea{
    background-color: #f2f8ff;
    margin: 30px 8% 50px 8%;
    padding: 60px 10%;
}
.selectionArea ul{
    margin-left: 16%;
    margin-bottom: 20px;
}
.selectionArea ul li{
    font-weight: 700;
    font-size: 20px;
}
.selectionArea ul li span:first-of-type{
    font-size: 24px;
}
.selectionArea ul li span:nth-of-type(2){
    font-size: 14px;
}
.selectionArea div p:nth-of-type(1){
    font-weight: 500;
}
.selectionArea div p:nth-of-type(2){
    font-size: 14px;
    margin-top: 20px;
}
@media screen and (max-width: 750px) {
    .selectionArea{
        margin: 0 auto 20px auto;
        padding: 20px 2%;
    }
    .selectionArea ul{
        margin: 0 5%;
    }
    .selectionArea ul li{
        font-size: 16px;
    }
    .selectionArea ul li span:first-of-type{
        font-size: 16px;
    }
    .selectionArea div p:nth-of-type(1){
        margin-top: 30px;
    }
    .selectionArea ul li span:nth-of-type(2){
        font-size: 12px;
    }
}
@media screen and (max-width: 320px) {
    .selectionArea ul{
        margin: 0;
    }
    .selectionArea ul li span:nth-of-type(2){
        font-size: 10px;
    }
}
/*価格表
---------------------------------------*/
.price-table{
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 18px;
}
.price-table th,.price-table td{
    border: solid 1px #ccc;
    padding: 20px 15px;
    color: #333;
    text-align: center;
}
.bg-yellow{
    background: #ffff00;
}
.bg-blue{
    background: #f2f8ff;
}
.plate-cut-att{
    font-size: 14px;
    margin-left: 10%;
}
.plate-cut-p{
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
}
.plate-cut-p>strong{
    background: linear-gradient(transparent 50%,#ffff00 50%);
}
@media screen and (max-width: 750px) {
    .price-table{
        font-size: 14px;
    }
    .price-table th,.price-table td{
        padding: 6px 15px;
    }
    .plate-cut-att{
        margin-left: 2%;
    }
    .plate-cut-p{
        font-size: 20px;
    }
}
@media screen and (max-width: 320px) {
    .price-table{
        font-size: 12px;
    }
}


@media screen and (max-width: 750px) {
    .cp_table p,
    table.cp_table tbody th,
    table.cp_table thead th{
        font-size: 14px;
    }
     .table_scroll{
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

/*flowA-4 注文の流れ
---------------------------------------*/
.flowA-4-wrap{
  display: flex;
  justify-content: space-between;
  margin: 50px 2% 0;
}
.flowA-4{
  background: #002558;
  margin-bottom: 20px;
  text-align: center;
  width: 23%;
  padding: 0px 2% 34px;
    position: relative;
}
.flowA-4::after{/*手順の三角部分*/
    content: "";
    width: 0;
    height: 0;
    top: 45%;
    right: -7%;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #002558;
    position: absolute;
}
.flowA-4:last-child::after{/*手順の三角部分-最後は▶消す*/
    border-color: transparent transparent transparent transparent;
}
.flowA-4 p{
  color: #FFF;
}
.flowA-4-no{ /*手順番号*/
  font-size: 42px;
    margin-top: 15px;
}
.flowA-4-title{/*手順タイトル*/
  font-size: 24px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0;
    line-height: 1.3;
}
.flowA-4-text{/*手順説明*/
  font-size: 16px;
  text-align: left;
    margin-top: 30px;
    position: relative;
}
.flowA-4-text::before{/*手順の線*/
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -17px;
    border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 750px) {
    .flowA-4-wrap{
        display: block;
    }
    .flowA-4{
        width: auto;
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }
    .flowA-4 div:nth-child(1){
        width: 40%;
    }
    .flowA-4 div:nth-child(2){
        width: 55%;
    }
    .flowA-4-text::before{/*手順の線*/
        border-bottom: 1px solid transparent;
    }
    .flowA-4-text{/*手順説明*/
      font-size: 14px;
        margin-top: 14px;
    }
    .flowA-4-title{/*手順タイトル*/
      font-size: 16px;
        height: auto;
        margin-top: 0;
    }
    .flowA-4-no{ /*手順番号*/
      font-size: 16px;
    }
    .flowA-4::after{/*手順の三角部分*/
        top: 100%;
        width: 0;
        height: 0;
        right: 46%;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: #002558 transparent transparent transparent;
    }
}
/*アルミ複合板おすすめ商品
-----------------------------------------*/
.category-recommend{
    margin-left:2%;
    margin-right: 2%;
}
@media screen and (max-width: 750px) {
    .category-recommend{
        margin-left: 0;
        margin-right: 0;
    }
}
/*カラーエース一覧表
-----------------------------------------*/
.product-static{
    margin-left:2%;
    margin-right: 2%;
}
@media screen and (max-width: 750px) {
    .product-static{
        margin-left: 0;
        margin-right: 0;
    }
}
/*カテゴリリンクボタン
-----------------------------------------*/
#category-link{
    margin-left: 2%;
    margin-right: 2%;
}
#category-link>div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
#category-link>div>a{
    width: 49%;
    margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
    #category-link{
        margin-left: 0;
        margin-right: 0;
    }
    #category-link>div{
        display: block;
    }
    #category-link>div>a{
        width: 96%;
    }
}


/*ルーターカットリンク
---------------------------------------*/
.center01{
     text-align:center;
     margin: 30px 0 0 0;
}

/*gifアニメ2段
---------------------------------------*/

.ttl4{
	font-weight: bold;
	font-size: 20px;
	color:#000;
}

#service{
    width: 100%;
}
.service_box{
    display: flex;
    margin-bottom: 80px;
}
#service h4{
    text-align: left;
    margin: 70px 0 42px 40px;
    position: relative;
}
#service h4::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 110%;
    border-bottom: solid 4px #000;
    bottom: -20px;
    left: -40px;
}
#service .textbox{
    margin: 0 40px;
}
#service img{
    width: 50%;
}
@media screen and (max-width: 750px) {
    .service_box{
        display: block;
    }
    #service h4{
        margin: 20px 0;
        text-align: center;
    }
    #service h4::before{
        width: 50%;
        left: 90px;
        bottom: -14px;
    }
    #service .textbox{
        margin: 30px 0 0 0;
        padding: 0 2%;
    }
    #service img{
        width: 100%;
    }
}


/*テキストボックス
---------------------------------------*/

.box2 {
    padding: 0.5em 1em 5em;
    margin: 2em 0;
    font-weight: bold;
    color: #000;
    background: #FFF;
    border: solid 3px #000;
    border-radius: 10px;
        text-align: center;
}
.box2 h4 {
	background: linear-gradient(transparent 60%, #ffffa8 0%);
	padding: 10px;
	margin:  30px;
	display: inline-block;
	color: #000;
	font-weight: bold;
	font-size: 19px;
}
.box2 p {
    margin: 0;
    padding-left: 50px;
}
@media screen and (max-width: 750px) {
    .box2{
        margin: 2em 2%;
        text-align: center;
    }
    .box2 h4{
        margin: 30px auto;
        text-align: center;
    }
    .box2 p {
    margin: 0;
    padding-left: 0px;
   }
}



/*テキストボックス02
---------------------------------------*/

.box3 {
    padding: 0.5em 1em 5em;
    margin: 1em 0;
    font-weight: bold;
    color: #000;
    background: #ffffd6;
        text-align: center;
}
.box3 h4 {
	background: linear-gradient(transparent 60%, #ffb9c6 0%);
	padding: 10px;
	margin:  30px;
	display: inline-block;
	color: #000;
	font-weight: bold;
	font-size: 19px;
}
.box3 p {
    margin: 0;
    padding-left: 50px;
}
@media screen and (max-width: 750px) {
    .box3{
        margin: 2em 2%;
        text-align: center;
    }
    .box3 h4{
        margin: 30px auto;
        text-align: center;
    }
    .box3 p {
    margin: 0;
    padding-left: 0px;
   }
}
