#container_wrapper {
  padding: 0;
}
#side {
  position: relative;
  width: 300px;
  padding: 0 20px;
}
.side_index {
  position: absolute;
  top: 0;
  width: 260px;
  margin: 20px 0;
  z-index: 5;
}
#main {
  padding: 20px 20px 20px 0;
}
.side_main {
  padding: 10px;
  background: #fff;
  margin: 0 0 20px;
}
.other_menu li.cur, .other_menu a {
  padding: 5px 10px;
}
.other_menu a {
  display: block;
  color: #757575;
}
.other_menu a:hover {
  color: #000;
  text-decoration: underline;
}
#ad {
  margin: 0 0 20px;
}

#side.fixed {
  position: static;
}
.fixed .side_index {
  position:fixed;
}
.fixedb .side_index {
  top: auto;
  bottom: 0;
}

/* Title  */
#ttl {
  margin: 0 2% 20px ;
}
h1 {
  clear: both;
  font-size: 2.8em;
  margin: 0 0 15px 0;
}

h3 {
  margin: 0.5em 0 -0.5em;
  font-size: 1.6em;
  display: inline-block;
}
h4 {
  margin: 0 0 15px 0;
  font-size: 1.3em;
}
hr {
  background: #000;
  width: 100%;
  height: 1px;
  border: none;
}
#tag {
  width: 100%;
  float: left;
  margin: 0 -155px 0 0;
}
#tag_wrapper {
  margin: 0 140px 0 0;
}
.tag_list li {
  display: inline-block;
  height: 28px;
  margin: 0 10px 10px 0;
}
.tag_list li a {
  display: block;
  height: 100%;
  color: #fff !important;
  padding: 2px 10px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #1987E5;
  font-size: 1em;
}
.tag_list li a:hover {
  text-decoration: none !important;
}

.txt {
  padding: 40px 40px;
  margin: 0 0 30px;
  background: #fff;
}

.faq {
  margin: 1.5em 0 0;
}
.faq dt, .faq dd {
  position: relative;
  padding: 0 0 0 50px;
}
.jp {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', 'MS PGothic';
  font-size: 0.9em;
}
.faq dt {
  margin: 0 0 5px;
}
.faq dt.en {
  font-weight: normal;
  font-size: 1.1em;
}
.faq dt.jp {
  font-weight: bold;
}
.faq .en_q, .faq .jp_q {
  position: absolute;
  top: 0;
  left: 0;
}
.faq dd.jp {
  font-weight: normal;
}
.faq dd.en {
  margin: 0 0 1.5em;
}
.faq dd.jp {
  margin: 0 0 4em;
}
.faq dd.jp:last-child {
  margin: 0 0 2em;
}
h2 {
  font-size: 1.3em;
  margin: 0.5em 0 5px;
}
h3 {
  font-size: 1.1em;
  margin: 0.5em 0 5px;
}
h4 {
  font-size: 1em;
}
.txt p {
  margin: 0 0 1.5em;
}
.txt p:last-child, dd:last-child {
    margin: 0 0 1em;
}
.txt div {
  padding: 0.5em 0;
}
.formBlockSurveyTable {
  width: 80%;
}
.formBlockSurveyTable input {
  width: 60%;
}
.formBlockSurveyTable textarea {
  width: 100%;
  height: 5em;
}
.formBlockSurveyTable input[type="submit"] {
  width: auto;
  padding: 3px 5px;
  cursor: pointer;
}
.contact_form p {
  margin: 0 0 0.5em;
}
.mb-middle {
  margin-bottom: 1em;
}
