@charset "UTF-8";
/* pageNav */
@media screen and (min-width: 769px){
  #pageNav{
    margin-top: 30px;
  }
  #pageNav>.txt01{
    max-width: 880px;
    margin: 0 auto 30px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.8;
  }
  #pageNav>ul{
    width: 680px;
    margin: 0 auto 50px;
    letter-spacing: -.4em;
  }
  #pageNav>ul>li{
    display: inline-block;
    width: 320px;
    margin: 0 10px 10px;
    letter-spacing: normal;
  }
  #pageNav>ul>li>a{
    position: relative;
    display: block;
    width: 320px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    background-color: #ff8a00;
  }
  #pageNav>ul>li>a:hover{
    text-decoration: none;
  }
  #pageNav>ul>li>a::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    font-size: 0;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px){
  #pageNav{
    margin-top: 30px;
  }
  #pageNav>.txt01{
    margin: 0 20px 15px;
    font-size: 16px;
    line-height: 1.8;
  }
  #pageNav>ul{
    margin: 0 5px 40px;
    letter-spacing: -.4em;
  }
  #pageNav>ul>li{
    display: inline-block;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
    letter-spacing: normal;
  }
  #pageNav>ul>li>a{
    position: relative;
    display: block;
    width: 100%;
    padding: 0 10px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
    background-color: #ff8a00;
  }
  #pageNav>ul>li>a:hover{
    text-decoration: none;
  }
  #pageNav>ul>li>a::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    font-size: 0;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 400px){
  #pageNav>ul>li>a{
    font-size: 10px;
    //white-space: nowrap;
	white-space: normal;
	
  }
}

/* faq */
#faq01>h2::before{background-image: url(../images/faq/faq_icon01.png);}
#faq02>h2::before{background-image: url(../images/faq/faq_icon02.png);}
#faq03>h2::before{background-image: url(../images/faq/faq_icon03.png);}
#faq04>h2::before{background-image: url(../images/faq/faq_icon04.png);}
#faq01>h2{
  color: #107c64;
  text-decoration: underline;
}
@media screen and (min-width: 769px){
  #main .faqBox{
    max-width: 880px;
    margin: 0 auto 50px;
    padding: 0 20px;
  }
  #main .faqBox>h2{
    position: relative;
    margin-bottom: 25px;
    padding-left: 40px;
    font-size: 30px;
    line-height: 48px;
  }
  #main .faqBox>h2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
  #main .faqBox>dl{
  }
  #main .faqBox>dl>dt{
    position: relative;
    padding-left: 80px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }
  #main .faqBox>dl>dt>span{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    background-color: #ff8a00;
  }
  #main .faqBox>dl>dd{
    margin-bottom: 25px;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid #d2d2d2;
  }
}
@media screen and (max-width: 768px){
  #main .faqBox{
    margin: 0 10px 50px;
  }
  #main .faqBox>h2{
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
    font-size: 22px;
    line-height: 36px;
  }
  #main .faqBox>h2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 26px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 26px auto;
    background-size: 26px auto;
  }
  #main .faqBox>dl{
  }
  #main .faqBox>dl>dt{
    position: relative;
    padding-left: 50px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
  #main .faqBox>dl>dt>span{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    background-color: #ff8a00;
  }
  #main .faqBox>dl>dd{
    margin-bottom: 25px;
    padding: 15px 0;
    font-size: 15px;
    line-height: 1.6;
    border-bottom: 1px solid #d2d2d2;
  }
}
@media screen and (max-width: 400px){
  #main .faqBox>h2{
    font-size: 18px;
  }
}