.web_font1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400; }

.web_font2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em; }

.web_font3 {
  font-family: 'Roboto', sans-serif; }

.border {
  border-bottom: 1px dashed #cdcdd2; }

.border2 {
  border-bottom: 1px dashed #03071f; }

.border3 {
  border-bottom: 1px solid #cdcdd2; }

.border4 {
  border-bottom: 1px solid #03071f; }

.border5 {
  border-bottom: 2px solid #03071f; }

.bg_dot {
  background: url("../common/images/bg_dot.png") left top repeat;
  background-size: 10px 10px; }

@media screen and (min-width: 1px) {
  .bg_dot {
    background: url("../common/images/bg_dot.png") left top repeat;
    background-size: 5px 5px; } }
/*------------------------------------------------------------
Under_ttl_area_mini
------------------------------------------------------------*/
/*------------------------------------------------------------
Content_area
------------------------------------------------------------*/
#Content_area section {
  margin-bottom: 80px; }
  #Content_area section ul li:last-child .acc_wrap {
    border-bottom: 2px solid #03071f; }
  #Content_area section .acc_wrap {
    border-top: 2px solid #03071f;
    padding: 25px 0; }
  #Content_area section .acc_btn span {
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    display: inline-block; }
    #Content_area section .acc_btn span:before {
      display: block;
      content: '';
      width: 35px;
      height: 35px;
      background: url("../faq/images/icon_q.png") left top no-repeat;
      background-size: 35px 35px;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -17px; }
  #Content_area section .acc_box {
    margin-top: 25px; }
    #Content_area section .acc_box span {
      position: relative;
      padding-left: 45px;
      padding-right: 45px;
      display: inline-block; }
      #Content_area section .acc_box span:before {
        display: block;
        content: '';
        width: 35px;
        height: 35px;
        background: url("../faq/images/icon_a.png") left top no-repeat;
        background-size: 35px 35px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -17px; }

@media screen and (min-width: 1px) {
  #Content_area section {
    margin-bottom: 70px; }
    #Content_area section .acc_wrap {
      padding: 18px 0; }
    #Content_area section .acc_btn span {
      padding-left: 40px;
      padding-right: 25px;
      display: inline-block; }
      #Content_area section .acc_btn span:before {
        width: 30px;
        height: 30px;
        background: url("../faq/images/icon_q.png") left top no-repeat;
        background-size: 30px 30px;
        margin-top: -17px; }
    #Content_area section .acc_box {
      margin-top: 20px;
      letter-spacing: 0; }
      #Content_area section .acc_box span {
        padding-left: 40px;
        padding-right: 25px;
        display: inline-block; }
        #Content_area section .acc_box span:before {
          width: 30px;
          height: 30px;
          background: url("../faq/images/icon_a.png") left top no-repeat;
          background-size: 30px 30px;
          margin-top: -17px; } }
