@charset "UTF-8";
/* 必須指定 */
#contWrap {
    margin: 0 auto;
    width: 100%;
    color: #333;
    font-size: 16px;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(225, 241, 253, 1) 3px, rgba(225, 241, 253, 1) 6px );
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
        max-width: 100%;
        min-width: 100%;
	}
}
#contWrap img{
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
    width: 100%;
}
#contWrap table{
	border-collapse: collapse;
	border-spacing: 0;
	color: #333;
}
@media screen and (max-width: 750px){
    #contWrap  .overflow{
        overflow: auto;
    }
}
/*---*/
#contWrap .bold{font-weight: 600;}
#contWrap .center{text-align: center;}
#contWrap .ts-14{font-size: 14px;}
/*---*/

#contWrap .ttl-3{/*-タイトルタグ--*/
    margin: 0;
    font-size: 24px;
    color: #FFF;
    text-align: center;
    padding: 20px;
    background-color: #1c2975;
    position: relative;
    display: block;
    font-weight: 600;
}
#contWrap .ttl-3::after {
    position: absolute;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #1c2975 transparent transparent transparent;
    top: 100%;
    left: 47%;
}
@media screen and (max-width: 750px){
    #contWrap .ttl-3{
        font-size: 16px;
        padding: 4%;
        
    }
    #contWrap .ttl-3::after{
        content: none;
    }
}
#contWrap .ttl-4{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #1c2975;
    margin: 30px 0;
}
#contWrap .ttl-4 span{
    padding: 0 1.5em;
    position: relative;
}
#contWrap .ttl-4 span::before,#contWrap .ttl-4 span::after{
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 12px solid transparent;
    border-top: 20px solid #182987;
}
#contWrap .ttl-4 span::after{
    right: 0;
}
#contWrap .ttl-4 span::before{
    left: 0;
}
@media screen and (max-width: 750px){
    #contWrap .ttl-4{
        font-size: 16px;
    }
    #contWrap .ttl-4 span::before,#contWrap .ttl-4 span::after{
        content: none;
    }
}
#contWrap .list-inline-4{/*-横並びリスト--*/
    display: flex;
    justify-content: space-between;
    padding: 0 4%;
    margin: 60px auto;
}
#contWrap .list-inline-4  li{
    width: 20%;
    text-align: center;
}
#contWrap .list-inline-4 li>div>p:nth-child(2){
    text-align: left;
    margin-top: 4px;
}
@media screen and (max-width: 750px){
    #contWrap .list-inline-4{
        flex-wrap: wrap;
        margin-top: 30px;
    }
    #contWrap .list-inline-4  li{
        width: 46%;
    }
}
#contWrap #details > div{/*-構造図--*/
    padding: 0 4%;
    margin-top: 40px;
}
#contWrap #details{
    padding-bottom: 100px;
}
#contWrap #howto > div{/*-組立て手順--*/
    padding: 0 4%;
    margin-top: 40px;
}
#contWrap #howto .youtube{
    margin: 40px 4% 0 4%;
    text-align: center;
    background-color: #FFF;
    padding: 4%;
}
@media screen and (max-width: 750px){
    #contWrap #howto .youtube> iframe{
        width: 100%;
    }
}
#contWrap #howto{
    padding-bottom: 100px;
}
#contWrap #case div{/*-活用事例--*/
    margin: 40px 0;
    padding: 0 4%;
}
#contWrap #case div img{
    margin-bottom: 40px;
}
#contWrap #tento > .tento-item{/*-テント送料無料商品はこちら--*/
    padding: 0 4% 0 2%;
    margin-top: 40px;
}
#contWrap #tento{
    padding-bottom: 100px;
}
#contWrap #tento .tento-area{
    margin: 30px 4%;
    padding-bottom: 30px;
    background-color: #FFF;
}
#contWrap #tento table{/*-テント表--*/
    margin: 0 auto;
    background-color: #FFF;
    border: 1px solid #666;
    font-size: 16px;
    width: 95%;
    text-align: center;
}
#contWrap #tento th,#contWrap #tento td{
    padding: 5px;
    border: 1px solid #666;
}
#contWrap #tento .thBack{
    background-color: #4B87C4;
    color: #FFF;
}
#contWrap #tento .thBackTA{
    background-color: #C4A34B;
    color: #FFF; 
}
#contWrap #tento th{
    background-color: #E1F1FD;
}
#contWrap #tento .pricecolor{
    color: #CA1E1D;
    font-weight: 600;
    text-align: right;
}
@media screen and (max-width: 750px){
    #contWrap #tento table{
        font-size: 14px;
        width: 650px;
    }
}
#contWrap #option {/*-オプション商品--*/
    padding-bottom: 100px;
}
#contWrap #option > div{
    padding: 0 4% 0 2%;
    margin-top: 40px;
}
#contWrap #option .option-area{
    margin: 30px 4%;
    padding-bottom: 30px;
    background-color: #FFF;
}
#contWrap #option table{/*-オプション表--*/
    margin: 0 auto;
    background-color: #FFF;
    border: 1px solid #666;
    font-size: 16px;
    width: 95%;
}
#contWrap #option th,#contWrap #option td{
    padding: 5px;
    border: 1px solid #666;
}
#contWrap #option .thBack{
    background-color: #4B87C4;
    color: #FFF;
    text-align: center;
}
#contWrap #option .thBackTA{
    background-color: #49B75D;
    color: #FFF; 
}
#contWrap #option th{
    background-color: #E1F1FD;
}
#contWrap #option .pricecolor{
    color: #CA1E1D;
    font-weight: 600;
    text-align: right;
}
#contWrap #flow{/*-ご注文の流れ--*/
    padding-bottom: 50px;
}
#contWrap #flow div{
    background-color: #FFF;
   margin: 40px 4% 0 4%;
}
#contWrap #flow div> ul{
    padding: 4%;
}
#contWrap #flow div> ul> li{
    list-style: disc;
    margin-bottom: 10px;
}
/*contactA お問合せエリア
---------------------------------------*/
.contactA-area{
    width: 100%;
    background-color:  #3fa6e7;
    padding: 30px 0 44px 0;
}
.contactA-area>h3 {
    font-size: 24px;
    line-height: 1.7;
    color: #fff;
    margin: 0 0 18px 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}
.contactA-area>p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.contactA-wrap{
    width: 75.86%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.contactA-box{
    width: 48.86%;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 0 3px;
    text-align: center;
}
.contactA-box h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.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;
    }
}
#contWrap #faq {/*-オプション商品--*/
    padding-bottom: 100px;
}
#contWrap #faq > div{
    padding: 4%;
    margin: 40px 4% 0 4%;;
    background-color: #FFF;
}
#contWrap #faq .ttl-3{
    margin-top: 50px;
}
