﻿@charset "utf-8";

.topics_contents {
  padding: 30px;
  border: 1px solid #fff;
  border-image: url(../img/contact/form_wrap.png) 1 round;
  -moz-border-image: url(../img/contact/form_wrap.png) 1 round;
  -webkit-border-image: url(../img/contact/form_wrap.png) 1 round;
  -o-border-image: url(../img/contact/form_wrap.png) 1 round;
  background: #fff;
}
.topics_contents h3.title{
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #9a7906;
  border-bottom: 1px solid #9a7906;
  padding-bottom: 15px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.flame_2 {
  width: 940px;
  margin: 0 auto;
}
.column {
  padding-bottom: 25px;
}


@media screen and (max-width: 640px) {
  .topics_contents h3.title{
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
 .flame_2{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

}
