@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: #005998;
    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: #005998;
    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: #005998;
    text-align: center;
    margin: 20px 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%;
    }
}
/*--テキスト---*/
.center{text-align: center;}
.bold{font-weight: 700;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.ma50{margin: 50px auto;} 
.mab40{margin-bottom: 40px;} 
.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 2em; 
    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: 0 0 10px;
	margin:  30px;
	display: inline-block;
	color: #002558;
	font-weight: bold;
	font-size: 19px;
}
.box2 p {
    margin-bottom: 15px; 
    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: #005998;
        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: 24px;
    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;
    }
}


/*質問
---------------------------------------*/

.faq{
  background: #FFFFE5;
  padding: 3em;
  border-radius: 1em;
}
.faq dt{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted;
  font-weight: bold;
  font-size: 19px;
  color: #005998;
}
.faq dt:before{
  content: "Q";
  font-weight: normal;
  background: #005998;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6;
  text-align: center;
  display: inline-block;
  border-radius: 1em;
  margin-right: .5em;
}
.faq dd{
  margin: 0 0 3em 2.5em;
}
.faq dd:last-child{
  margin-bottom: 0;
}


/*表示面デザイン
------------------------------------*/
#designArea{
    background-color: #e2f0fa;
    padding: 20px 0;
    margin-top: 100px;
}
#designArea h3{
    font-size: 42px;
    color: #003E98;
    font-weight: 600;
    position: relative;
    margin: 40px auto 40px 7.75%;
}
#designArea h3 span{
    font-size:20px;
}
#designArea > img{
    margin-top: -160px;
    padding: 0 7.75%;
}
#designArea .designArea-h4{
    color: #003E98;
    background-color: transparent;
    font-size: 24px;
    margin-left: 20px;
    padding: 0;
    font-weight: 600;
}
.designArea-box{
    background-color: #FFF;
    margin: 20px 2%;
    padding: 20px 2%;
}
.boxTop{
    border-bottom: solid 3px #e2f0fa;
    padding-bottom: 10px;
}
.boxTop p{
    margin-bottom: 10px;
    margin-left: 20px;
}
.boxBottom{
    margin: 20px;
}
.boxBottom-text{
    width: 110%;
}
@media screen and (max-width: 750px) {
    #designArea h3{
        font-size: 24px;
        margin: 0 auto;
        text-align: center;
    }
    #designArea h3 span{
        font-size:16px;
    }
    #designArea > img{
        margin-top: 0;
    }
    #designArea .designArea-h4{
        font-size: 18px;
        margin:2%;
    }
    .boxTop p{
        margin:2%;
    }
    .boxBottom{
        margin: 2%;
    }
    .boxBottom-text{
        width: 100%;
    }
}
.designAreaBtn{/*ボタン*/
    margin-top: 20px;
}
.designAreaBtn a{
    display: inline-block;
    text-decoration: none;
    background: #003E98;
    color: #FFF;
    border-radius: 3px;
    padding: 10px 40px;
    line-height: 1.4; 
}
.designAreaBtn a:hover{
    opacity: 0.7;
}
@media screen and (max-width: 750px) {
    .designAreaBtn{
        text-align: center;
    }
}

/*contactA お問合せエリア
---------------------------------------*/
.contactA-area{
    width: 100%;
    background-color:  #E2F0FA;
    padding: 0 0 44px 0;
}
.contactA-area>p:nth-child(1){
    font-size: 20px;
    line-height: 1.7;
    color: #003E98;
    margin: 30px 0 4px 0;
    text-align: center;
    font-weight: 600;
}
.contactA-area>p:nth-child(2){
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.contactA-wrap{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.contactA-box{
    width: 48.86%;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 0 3px;
    text-align: center;
}
#designArea .contactA-h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    background-color: transparent;
    color: #333;
    margin-top: 0;
    padding-top: 12px;
}
.contactA-tel{
    color: #ff6c00;
    text-decoration: none;
    font-size: 38px;
    font-weight: 700;
    line-height: 0.8;
}
.contactA-box-p{
    color: #333;
    margin: 20px 0;
    font-size: 14px;
}
.contactA-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;
}
.contactA-btn:hover,.contactA-tel:hover{
    text-decoration: none;
    opacity: 0.5;
}
@media screen and (max-width: 750px) {
    .contactA-area>p{
        font-size: 16px;
    }
    .contactA-wrap{
        width: 100%;
        display: block;
    }
    .contactA-box{
        width: 95%;
        margin: 0 auto;
        padding: 20px 0 8px;
    }
    .contactA-box:nth-child(1){
        margin-bottom: 20px;
    }
    .contactA-area>p:nth-child(1){
        font-size: 16px;
    }
}

/*--コンテンツエリア---*/
.contensarea{
    text-align: center;
}

.contensarea > a img{
    margin-bottom: 50px;
}

/*--flex---*/
.flexWrap{
    display: flex;
    justify-content: space-between;
}
.flexWrap-right{
    display: flex;
    flex-direction : row-reverse;
    justify-content: space-between;
}
@media screen and (max-width: 750px){
    .flexWrap,.flexWrap-right{
        display: block;
    }
}


/*--対象キーワード---*/
.samplelist{
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  width: 900px;
  flex-wrap: wrap;
}
.samplelist li{
  list-style: none;
  width: 180px;
}

