@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : column.css
 style info : コラムページ
=================================================================== */
/* -----------------------------------------------------------
article
記事メインエリア
----------------------------------------------------------- */
article {
  margin-bottom: 50px;
}
article h1 {
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 1.8em;
  border-top: 4px solid #558f41;
}
article .btn_fb {
  margin-bottom: 20px;
  text-align: right;
}
article section {
  margin-bottom: 40px;
}
article h2 {
  border-top: 1px solid #558f41;
  margin-bottom: 20px;
  padding-top: 15px;
  font-size: 1.2em;
  position: relative;
}
article h2:before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #558f41;
  position: absolute;
  left: 0;
  top: 0;
}
article p {
  margin-bottom: 20px;
}
article p span {
  font-weight: bold;
}
article p span.red {
  color: #bb0000;
}
article p.img {
  text-align: center;
}
article ul {
  padding-left: 1em;
}
article ul li {
  margin-bottom: 20px;
}
article ul li span {
  font-weight: bold;
}
article ul li span.red {
  color: #bb0000;
}
article ul li .img {
  margin-top: 20px;
}
article ul.list_normal li {
  list-style: disc;
}
article ul.list_decimal li {
  list-style: decimal;
}
article dl {
  margin-bottom: 20px;
}
article dl dt {
  background: #558f41;
  color: #fff;
  font-size: 1.1em;
  line-height: 1;
  padding: 7px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
article dl dd {
  padding: 0 1em;
}
article .btn_basic {
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 741px) {
  article {
    margin-bottom: 50px;
    float: left;
    width: 70%;
    padding-right: 40px;
  }
  article p {
    margin-bottom: 30px;
  }
  article p.img {
    max-width: 480px;
    margin: 0 auto 20px;
    text-align: center;
  }
  article ul li {
    margin-bottom: 20px;
  }
  article ul li .img {
    margin-top: 30px;
  }
  article .btn_basic {
    max-width: 60%;
  }
}

/* -----------------------------------------------------------
  aside
  コラムリンク（サイドカラム）
----------------------------------------------------------- */
aside {
  margin-bottom: 30px;
  background: #faf7e0;
}
@media only screen and (min-width: 741px) {
  aside {
    margin-bottom: 50px;
    float: right;
    width: 30%;
  }
}

/* -----------------------------------------------------------
  .con_column
----------------------------------------------------------- */
.con_column {
  padding-bottom: 15px;
}
.con_column ul li {
  position: relative;
}
.con_column ul li:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -.7em;
}
.con_column ul li a {
  border-bottom: 1px dashed #999999;
  display: block;
  text-decoration: none;
  padding: 10px;
  line-height: 1;
}
@media only screen and (min-width: 741px) {
  .con_column ul li {
    padding: 0 4px;
  }
  .con_column ul li a {
    padding: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_column ul li a:hover {
    text-decoration: underline;
  }
}
@media print {
  .con_column ul li a:hover {
    text-decoration: underline;
  }
}
.ie8 .con_column ul li a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------------------
  .con_nap
----------------------------------------------------------- */
.con_nap {
  margin-bottom: 50px;
}
.con_nap .inner table tbody tr th, .con_nap .inner table tbody tr td {
  width: 100%;
  float: left;
}
.con_nap .inner table tbody tr th {
  background: #EEEEEE;
}
@media only screen and (min-width: 741px) {
  .con_nap {
    clear: both;
  }
  .con_nap .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .con_nap .inner table tbody tr th, .con_nap .inner table tbody tr td {
    float: none;
  }
  .con_nap .inner table tbody tr th {
    width: 20%;
    background: #EEEEEE;
  }
  .con_nap .inner table tbody tr td {
    width: 80%;
  }
}
