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

    S C S S   I T E M

==================================================================================== */
/* ==================================================================================== 

    C O M M O N

==================================================================================== */
.flex {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex; }

.between {
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between; }

.vertical {
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */ }

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-bot {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }
  .tc p {
    text-align: center; }

.re {
  position: relative; }

#free-content {
  padding-top: 40px;
  padding-bottom: 100px;
  box-sizing: border-box;
  line-height: 1;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: justify; }
  #free-content img {
    max-width: 100%;
    vertical-align: bottom; }
  #free-content p {
    letter-spacing: 1px;
    line-height: 1.6; }
  #free-content .text-box {
    width: 300px; }
    #free-content .text-box p {
      margin: 0;
      padding: 0;
      font-size: 14px;
      line-height: 2;
      letter-spacing: 1px;
      text-align: justify;
      font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
    #free-content .text-box p + p {
      margin-bottom: 15px; }

.inner640 {
  margin: 0 auto;
  width: 640px; }

.daidokoro-list {
  margin: 100px 0;
  padding: 0;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .daidokoro-list li {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 24px;
    list-style-type: none; }
    .daidokoro-list li:nth-child(3n) {
      margin-right: 0; }

.content-box {
  margin: 50px 0; }

.img-box {
  width: 320px; }

.last-text {
  margin: 100px 0 0;
  text-align: center; }

.box50 {
  width: 50%; }

.box46 {
  width: 46%; }

.tofu-box {
  margin: 60px 0; }
  .tofu-box dl {
    margin: 0; }
    .tofu-box dl dt {
      margin-bottom: 10px;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.4; }
    .tofu-box dl dd {
      margin: 0; }
      .tofu-box dl dd p {
        font-size: 14px; }

.table-border {
  border: 1px solid #000; }
  .table-border tr {
    border-bottom: 1px solid #000; }
    .table-border tr:last-child {
      border-bottom: none; }
