@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: #0051b2;
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.ttle-h3{
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    letter-spacing:5px;
    background-color: #0051b2;
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ttle02-h3{
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    letter-spacing:5px;
    background-color: #0051b2;
    text-align: center;
    margin: 20px 0 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ttle-h4{
    width: 60%;
    font-size: 20px;
    font-weight: bold;
    color: #002558;
    letter-spacing:5px;
        background:#ff6;
    text-align: center;
    margin: 0 0 30px;
    padding-top: 20px;
    padding-bottom: 20px;
        margin: 20px auto;
}
#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%;
    }
}
/*--テキスト---*/
.center{text-align: center;}
.bold{font-weight: 700;}
.red{color: #ed1c24;}
.blue{color: #0051b2;}
.black{color: #333;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.ma50{margin: 50px auto 30px;}
.mab30{margin-bottom: 30px;}
.keikou{background:linear-gradient(transparent 60%, #ff6 60%);}
@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%;
    }
}



/*contactB お問合せエリア-FAX付き
---------------------------------------*/
.contactB-area{
    background-color: #faf8cb;
}
.contactB-area>div:nth-child(1){
    text-align: center;
    background-color: #FFF;
    padding: 30px 0 50px;
}
.contactB-area>div:nth-child(2){
    display: flex;
    justify-content: space-between;
    width: 75.86%;
    margin: 0 auto;
    padding: 30px 0;
}
.contactB-area>div:nth-child(1)>h4{
    text-align: center;
    font-size: 20px;
    color: #ed0076;
    font-weight: 600;
    margin-bottom: 18px;
}
.contactB-area>div:nth-child(2) h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contactB-tel,.contactB-fax{
    text-align: center;
    width: 48.86%;
    background-color: #FFF;
    padding: 20px;
    border-radius: 6px;
}
.contactB-tel-no{
    color: #ff6c00;
    text-decoration: none;
    font-size: 42px;
    font-weight: 700;
    line-height: 0.8;
    margin-left: 10px;
}
.contactB-tel-Tel{
    font-size: 24px;
    font-weight: 600;
    color: #ff6c00;
    margin-top: 22px;
}
.contactB-tel-eigyo{
    margin: 5px 0;
    font-size: 14px;
}
.contactB-fax>div{
    display: flex;
    margin: 0 auto;
}
.contactB-fax>div>div:nth-child(1){
    width: 18%;
}
.contactB-fax>div>div:nth-child(2){
    width: 82%;
}
.contactB-fax-no{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}
.contactB-btn-form,.contactB-btn-fax{/*ボタン*/
    text-align: center;
    font-weight: 600;
    display: inline-block;
    background-color: #009245;
    border-bottom: solid 4px #006837;
    color: #fff;
    border-radius: 6px;
    padding: 15px 11% 12px 11%;
    text-decoration: none;
}
.contactB-btn-form:hover,.contactB-btn-fax:hover,.contactB-tel-no:hover{/*ボタン-ホバー*/
    text-decoration: none;
    opacity: 0.8;
}
.contactB-btn-form{
    font-size: 20px;
}
.contactB-fax>div>div:nth-child(1) img{
    border: solid 1px #ccc;
}
@media screen and (max-width: 750px) {
    .contactB-area>div:nth-child(2){
        display: block;
        width: auto;
    }
    .contactB-tel,.contactB-fax{
        width: 95%;
        margin: 0 auto 10px auto;
    }
    .contactB-tel-Tel{
        margin-top: 0;
    }
    .contactB-tel-no{
        font-size: 30px;
    }
    .contactB-area>div:nth-child(1)>h4 {
        font-size: 14px;
        margin-left:  2%;
        margin-right: 2%;
    }
}
@media screen and (max-width: 340px) {
    .contactB-fax>div{
        display: block;
    }
    .contactB-fax>div>div:nth-child(1){
        width: 38%;
        margin: 0 auto;
    }
    .contactB-fax>div>div:nth-child(2){
        width: auto;
    }
}
/*アルミ複合板おすすめ商品
-----------------------------------------*/
.category-recommend{
    margin-left:2%;
    margin-right: 2%;
}
@media screen and (max-width: 750px) {
    .category-recommend{
        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:#002558;
}

#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 #002558;
    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: #002558;
    background: #FFF;
    border: solid 3px #002558;
    border-radius: 10px;
    text-align: center;
}
.box2 h4 {
	background: linear-gradient(transparent 60%, #ffffa8 0%);
	padding: 10px;
	margin:  30px;
	display: inline-block;
	color: #002558;
	font-weight: bold;
	font-size: 19px;
}
.box2 p {
    margin: 0;
    padding-left: 50px;
}
@media screen and (max-width: 750px) {
    .box2{
        margin: 2em 2%;
    }
    .box2 h4{
        margin: 30px auto;
        text-align: center;
    }
    .box2 p {
    margin: 0;
    padding-left: 0px;
   }
}


/*お問合せエリア
---------------------------------------*/
#contact{
    width: 100%;
    background-color: #0051b2;
        margin-top: 50px;
}
#contact .wrap{
    padding-top: 40px;
    padding-bottom: 44px;
    position: relative;
}
#contact h3{
    font-size: 36px;
    color: #FFF;
    font-weight: 700;
}
#contact h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
#contact .wrap > p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #FFF;
    margin: 18px 0 26px 0;
}
#contact .wrap_wrap{
    width: 75.86206896551724%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.contact_box{
    width: 48.86363636363637%;
    background-color: #FFF;
    border-radius: 6px;
    padding: 20px 0;
}
.contact_tel{
    color: #ff6c00;
    text-decoration: none;
    font-size: 38px;
    font-weight: 700;
    line-height:0.8;
}
.contact_tel:hover{
    text-decoration: none;
}
.contact_box_p{
    font-size: 14px;
    margin-top: 10px;
}
.contact_box .btn{
    width: 60%;
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    #contact{
        background-size: 50%;
        background-position: right 0 top 30px;
    }
    #contact h3{
        font-size: 20px;
    }
    #contact .wrap > p{
        font-size: 16px;
        text-align: left;
    }
    #contact .wrap_wrap{
        width: 100%;
        display: block;
    }
    .contact_box{
        width: 100%;
        padding: 20px 0;
    }
    .contact_box:nth-child(1){
        margin-bottom: 20px;
    }
}

/*共通パーツ
---------------------------------------*/
.btn{
    display: inline-block;
    background-color: #ff6c00;
    border-radius: 6px;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 11% 12px 11%;
    border-bottom: solid 4px #a14400;
    margin-bottom: 20px;
    position: relative;
}
.btn:hover{
    text-decoration: none;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.btn::after {
    content: "";
    position: absolute;
    top: 48%;
    right: 12px;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid #FFF;
    border-bottom: 4px solid transparent;
    }
.wrap{
    width: 96.55172413793103%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}
.wrap_wrap{
    margin-top: 20px;
}
.ttl3{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.ttl3::before{
    content: url("images/ttl3_img01.png");
    position: absolute;
    top:14px;
    left:-100px;
}
.ttl3::after{
    content: url("images/ttl3_img02.png");
    position: absolute;
    top:14px;
    right:-100px;
}
.ttl3 span{
    font-size: 18px;
}
.ttl4{
    font-size: 21px;
    font-weight: 700;
}
.textbox{
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
}
.textbox a{
    color: #2ab3d7;
}
@media screen and (max-width: 750px) {
    .btn{
        font-size: 18px;
        width:100%;
        padding: 0;
    }
    .wrap{
        width: 94.66666666666667%;
        padding-top: 50px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 50px;
    }
    .wrap_wrap{
        margin-top: 50px;
    }
    .ttl3{
        font-size: 20px;
        line-height: 1.4;
        display: block;
    }
    .ttl3 span{
        font-size: 16px;
        font-weight: 300;
    }
    .ttl3::before{
        content: "";
        display: inline-block;
        width: 15%;
        height: 47px;
        left: -2%;
        top: 40px;
        background-image: url("images/ttl3_img01.png");
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    .ttl3::after{
        content: "";
        display: inline-block;
        width: 15%;
        height: 47px;
        right: -2%;
        top: 40px;
        background-image: url("images/ttl3_img02.png");
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    .ttl4{
        font-size: 20px;
    }
}
@media screen and (max-width: 320px){
    .ttl3 {
        font-size: 18px;
    }
    .ttl3 span{
        font-size: 14px;
    }
    .ttl3::before{
        top: 34px;
    }
    .ttl3::after{
        top: 34px;
    }
}



    /*人気商品紹介ページ一覧
---------------------------------------*/
#topics{
    width: 100%;
}
#topics .wrap{
    padding-top: 120px;
    padding-bottom: 60px;
}
#topics .wrap_wrap{
    width: 82.93103448275862%;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#topics a{
    display: block;
    margin-bottom: 40px;
    width: 46.77754677754678%;
}
#topics a > img{
    width: 100%;
}
@media screen and (max-width: 750px) {
    #topics .wrap{
        padding-top: 50px;
    }
    #topics .wrap_wrap{
        width: 94.66666666666667%;
        margin: 50px auto 0 auto;
        display: block;
    }
    #topics a{
        display: block;
        margin-bottom: 16px;
        width: 100%;
    }
    #topics a > img{
        width: 100%;
    }
}
/*オリジナルデザインもお任せください！
---------------------------------------*/
#design-link ul{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#design-link li{
    width: 48.82882882882883%;
}
#design-link img{
    width: 100%;
}
@media screen and (max-width: 750px) {
    #design-link .wrap{
        padding-bottom: 60px;
    }
    #design-link .wrap_wrap{
        padding: 0;
    }
    #design-link ul{
        display: block;
    }
    #design-link li{
    width: 100%;
}
}


/* recoBox
/* ------------------------------------------------------------------------ */

.recoBox {
  margin: 0 auto;
  padding: 0 0 10px 0;
}

.recoBox  p{
  margin: 0 auto;
  padding: 0 20px;
}

.recoBox .title span {
  font-size: 18px;
  display: block;
  line-height: 2;
  margin-bottom: 5px;
}

.recoBox .title span br{
	display: none;
}

.recoBox .title .br1 {
  display: none;
}

.recoBox .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1130px;
  padding: 0 20px 0 45px;
  margin: 50px auto 20px;
}

.recoBox .inner .re2box {
  background: #f3f3f3;
  background: #fff;
  max-width: 530px;
  width: 48%;
  padding: 0 0 30px;
  margin: 0 20px 0 0;
  border: #002558 3px solid;
  border-radius: 10px;
}

.recoBox .inner .re2box .title2 {
  font-size: 23px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffff00;
  padding:30px 10px;
  color: #006ca6;
  text-align:center;
  border-radius: 10px 10px 0 0;
}


.recoBox .inner .re2box .catch {
  margin: 20px auto 0;
  width: 440px;
}

.recoBox .inner .re2box .catch img {
  width: 100%;
  margin: 0 0 15px 0;
}

.recoBox .inner .re2box .txt {
  margin: 15px 0 0 0;
  text-align: left;
  line-height: 2;
  padding: 0 20px;
}

.recoBox .inner .re2box .txt span {
  font-size: 12px;
  display: block;
  margin: 2px 0 0 0;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

@media (max-width:1050px) {
	.recoBox .title {
		max-width: 640px;
		padding-bottom: 15px;
	}

	.recoBox .title span{
		line-height: 1.6;
	}

	.recoBox .title span br{
		display: block;
	}

  .recoBox .title .br1 {
    display: block;
  }
  .recoBox .inner .re3box .catch {
    width: 80%;
  }
}

@media (max-width:767px) {
  .recoBox {
    padding: 0;
  }
  .recoBox .title {
    font-size: 25px;
    letter-spacing: 1px;
    min-height: auto;
    max-width: 400px;
    width: 93.75%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    position: relative;
    background: none;
    line-height: 1.3;
  }
  .recoBox .title span {
    font-size: 12px;
    line-height: 1.4;
  }
  .recoBox .title .br1 {
    display: none;
  }
  .recoBox .inner {
    display: block;
    padding: 0 15px;
  }
  .recoBox .inner .re2box {
    max-width: 100%;
    width: 100%;
    padding: 20px 0 15px;
    margin: 15px 20px 0 0;
  }
  .recoBox .inner .re2box .title2 {
    font-size: 17px;
      font-weight: bold;
  }
  .recoBox .inner .re2box .catch {
    margin: 10px auto 0;
    width: 60%;
  }
  .recoBox .inner .re2box .txt {
    margin: 15px 0 0 0;
    line-height: 1.7;
    padding: 0 20px;
  }
  .recoBox .inner .re2box .txt span {
    font-size: 12px;
  }
}
/* 商品リンクボタン*/
.button-2 {
  display: inline-block;
  padding:1em 4em;
  margin-top: 2em;
  font-size: 17px;
  color: #FFF;
  text-decoration: none;
  user-select: none;
  border: 1px #00b5ad solid;
  border-radius: 10px;
  transition: 0.4s ease;
  text-align:center;
  background: #00a397;
}

.button-2:hover {
  color: #fff;
  background: #ff85ba;
  border: 1px #ff85ba solid;
}


/*デザインデータについて
---------------------------------------*/
#designArea h3{
    text-align: center;
    font-size: 34px;
    line-height: 50px;
    font-weight: 700;
    width: 72.265625%;
    margin: 0 auto 40px auto;
    padding: 50px 0 20px 0;
}
#designArea .boxA-1{
  overflow: hidden;
  background: #fff;
  margin: 0 2% 20px;
  border: 1px solid #000;
  padding: 3%;
}
#designArea .boxA-1 .img{
  margin: 10px;
  width: 30%;
}
#designArea .boxA-1 img{
    width: 100%;
}
#designArea .boxA-1 .text{
  width: 65%;
}
#designArea .boxA-1 .right{
  float: right;
}
#designArea .boxA-1 .left{
  float:left;
}
#designArea .boxA-1 h4{
  color: #3fa6e7;
  font-size: 24px;
  border-bottom: 2px dotted #3fa6e7;
  margin: 10px 0;
  font-weight: 700;
}
#designArea .boxA-1 p{
    margin: 10px 0;
}
#designArea .nyuko h4{
    color: #D28C4E;
    border-bottom: 2px dotted #D28C4E;
}
#designArea .nyuko h5{
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
}
#designArea .nyukoImage{
    width: 50%;
}
@media screen and (max-width: 750px){
    #designArea h3{
        font-size: 20px;
        padding: 0;
        line-height: 1.4;
        width: 100%;
        margin-top: 70px;
    }
    #designArea .boxA-1 h4{
        font-size: 20px;
        line-height: 1.7;
    }
  #designArea .boxA-1 .img{
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  #designArea .boxA-1 .text{
    float: none;
    width: auto;
  }
}
