.mr10{margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30{margin-right: 30px;}
.ml10{margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30{margin-left: 30px;}

.logo{
    margin: 100px auto 20px;
    text-align: center;
}
.logo img{
    max-width: 350px;
    text-align: center;
}
main{
    max-width: 1400px;
    margin: auto;
}
h2{
    text-align: center;
    color: #36516A;
    font-size: 3vw;
    font-weight: 500;
}
#contents{
    margin: 100px auto;
}
#contents .wrap{
    width: 80%;
    margin: auto;
}
#contents .faq-wrap{
    background-color:#D6D7D6 ;
    margin-bottom: 35px;
}
#contents .question{
    font-size: 1.3rem;
    display: inline-block;
    padding: 20px 40px 10px 60px;
    position: relative;
    line-height: 30px;
}
#contents .question:before {
    content: "";
    background: url(../../img/question.svg);
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    left: 25px;
    bottom: 7px;
    background-size: 100%;
}
#contents p{
    display: inline-block;
    margin: 20px;
    background: #fff;
    padding: 20px;
    font-size: 1.2rem;
    line-height: 35px;
}
#contents .banner{
    text-align: center;
    margin-top: 60px;
}
#contents .banner img{
    width: 70%;
}
#contents .faq-wrap a{
    color: #1E7390;
}
#contents .faq-wrap a:hover{
    font-weight: bold;
    text-decoration: underline;
}

@media screen and (max-width:767px) {

  /* contents
  ================================================ */
.logo img{
    width: 35%;
}
h2{
    font-size: 1.5rem;
}
#contents .wrap {
    width: 90%;
    margin: auto;
}
#contents .question {
    font-size: 1rem;
}
#contents p {
    font-size: .8rem;
    line-height: 25px;
}
#contents .question:before {
    bottom: 0px;
    top: 20px;
}
#contents .banner img {
    width: 100%;
}
}