@charset "UTF-8";
/* CSS Document */
main.supportpage .shape-list{
    width: 90%;
    margin: 0 auto;

}
main.supportpage .shape-list li{
    display: block;
    width:calc(33% - 27px);
    margin: 0 27px 40px 0;
}
main.supportpage .shape-list li span{
    display: block;
}
main.supportpage .shape-list li span img{
    display: block;
    margin: 2em auto 1em;
}
main.supportpage .shape-list li span:first-child{
    text-align: center;
    color: #af8e00;
    font-weight: bold;
}
main.supportpage .support2 li span:first-child{
        color: #780000;
}
main.supportpage .service-point-message span{
    color: inherit;
    font-size: 20px;
}
main.supportpage .l-tit{
    font-size: 1.5em;
    text-align: center;
    margin:0 auto 3em;
    font-weight: 400;
}
main.supportpage .l-tit h4{
    color: #af8e00;
    font-size: 1.6em;
}
main.supportpage .l-tit2 h4{
    color: #780000;
}
main.supportpage .smll{
    font-size: 0.9em;
}
main.supportpage .service-point.precautions{
    font-size: 1.1em;
}
main.supportpage .service-point.precautions p:first-child{
        color: #780000;
    font-size:1.1em;
        font-weight: 400;
}


main.supportpage .service-point table th {
  background: #191919;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
main.supportpage .service-point table td {
　border: solid 1px #ccc;
  padding: 10px;
}
 

@media screen and (max-width: 640px) {
main.supportpage  .shape-list{
        width: 100%;
    }
main.supportpage .service-point table .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
main.supportpage .service-point table th,
main.supportpage .service-point table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
main.supportpage  .service-point-message{
        font-size: 19px;
     text-align: center;
    }
main.supportpage  .service-point-message span{
        font-size: .9em;
    }
main.supportpage  .shape-list li{
        display: block!important;
/*        width: calc(54% - 28px);*/
    width:50%;
        margin:0;
    }
    main.supportpage  .shape-list li p{
        text-align: justify;
        padding: .6em .4em;
    }
main.supportpage  .shape-list li:nth-child(even){
        margin-right: 0;
    }
main.supportpage .shape-list{
        width: 100%;
    display: flex;
    }
main.supportpage  .service-point.precautions table th, .service-point.precautions table td{
        box-sizing:border-box;
    }
    
main.supportpage .l-tit{
       margin:2em auto 1em;
       font-size: 1.2em;  
    }
    
main.supportpage  .l-tit h4{
        font-size: 1em;
    }
}