/* ====================================
 共通
====================================== */

  /* 見出し */
  .c-heading__copy {
    color: #333;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .c-heading__copy2 {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: none;
  }
  .c-heading__copy3 {
    color: #333;
    font-size: 1.1em;
    margin-bottom: 15px;
    text-decoration: none;
  }
  .c-heading__copy4 {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-left: 3px solid #cedbb5;
    padding-left: 10px;
  }
    .c-heading__copy a,
    .c-heading__copy2 a,
    .c-heading__copy3 a,
    .c-heading__copy4 a {
      text-decoration: none;
    }
  .c-heading__tit {
    background: #cedbb5;
    border: 3px solid #becaa6;
    border-radius: 5px;
    color: #384916;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 10px 20px;
  }
  .c-heading__tit2 {
    background: rgba(200, 200, 200, .3);
    border-radius: 5px;
    color: #384916;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 10px 20px;
  }
  .c-heading__end {
    background: #cc0000;
    border-radius: 5px;
    color: #fff;
    font-size: .5em;
    font-weight: normal;
    padding: 0px 10px;
  }

  /* メディア */
  .c-media__normal {
    clear: both;
  }
  .c-media__normal:after {
    content: "";
    clear: both;
    display: block;
  }
  .c-media__halfLeft,
  .c-media__halfRight {
  }
  .c-media__leftPhoto {
    float: left;
  }
    .c-media__leftPhoto img {
      width: 100%;
    }

  /* ボタン */
  .c-btn__more {
    background: #cfaf00;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
  }
    .c-btn__more:active,
    .c-btn__more:hover {
      background: #e1c130;
    }

  .c-btn__enabled {
    background: #2058d8;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
  }
    .c-btn__enabled:active,
    .c-btn__enabled:hover {
      background: #316aeb;
    }

  .c-btn__danger {
    background: #cc0000;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
  }
    .c-btn__danger:active,
    .c-btn__danger:hover {
      background: #d94444;
    }

  .c-btn__contact {
    background: #88ba27;
    border-radius: 5px;
    color: #fff;
    font-size: 1.4em;
    padding: 15px 50px;
    text-decoration: none;
  }
    .c-btn__contact:active,
    .c-btn__contact:hover {
      background: #97d61e;
    }

  .c-btn__fullwidth {
    width: 100%;
  }
    .c-btn__fullwidth:active,
    .c-btn__fullwidth:hover {
      opacity: .8;
    }

  .c-btn__submit {
    background: #2058d8;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 15px;
    width: 100%;
  }
  .c-btn__submit--mini {
    background: #2058d8;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 20px;
  }
  .c-btn__submitBack {
  }
  .c-btn__submitSend {
    background: #d8bf5a;
  }
    .c-btn__submit--mini:active,
    .c-btn__submit--mini:hover,
    .c-btn__submit:active,
    .c-btn__submit:hover,
    .c-btn__submitBack:active,
    .c-btn__submitBack:hover,
    .c-btn__submitSend:active,
    .c-btn__submitSend:hover {
      opacity: .8;
    }

  /* BOX */
  .c-box {
    background: #fff;
    border: 4px solid #c9cace;
    padding: 20px;
  }
  .c-box2 {
    background: #eff1e6;
    padding: 20px;
  }

  /* テーブルリスト */
  .c-table__list {
    width: 100%;
  }
  .c-table__list th,
  .c-table__list td {
    border-bottom: 2px dotted #ddd;
    text-align: left;
  }

  /* テーブル検索項目 */
  .c-table__form th,
  .c-table__form td {
    border: 1px solid #aaa;
    padding: 10px;
    text-align: left;
  }
  .c-table__form th {
    background: #e0d8d5;
    text-align: left;
  }
  .c-table__form td {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  /* フォーム */
  .c-form {
    border: none;
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 10px;
  }
  .c-form__text--full,
  .c-form__textarea--full,
  .c-form__textarea3--full {
    width: 80%;
  }
  .c-form__text--fullmax,
  .c-form__textarea2--fullmax,
  .c-form__textarea3--fullmax,
  .c-form__textarea--fullmax {
    width: 98%;
  }
    .c-form__select select,
    .c-form__select2 select,
    .c-form__select--full select {
      appearance: none;
      background: #fff;
      border: 2px solid #ddd;
      color: #666;
      font-size: 1.1em;
      padding: .6em 3em 1em 1em;
      line-height: 1em;
      -webkit-appearance: none;
      -moz-appearance: none;      
    }
  .c-form__textarea {
    width: 400px;
  }
  .c-form__textarea2--full {
    height: 100px;
  }
  .c-form__textarea3--fullmax {
    height: 50px;
  }
  .c-form__submit {
    width: 400px;
  }
    .c-form__submit:active,
    .c-form__submit:hover {
      opacity: .8;
    }
  .c-form__checklists .checkbox {
    float: left;
    margin: 0 25px 10px 0;
  }
  .c-form__checklists .checkbox label {
    padding-left: 3px;
  }
  .c-form__error {
    color: #cc0000;
  }
  .c-form__must {
    background: #c85858;
    border-radius: 2px;
    color: #fff;
    font-size: .9em;
    padding: 4px 8px;
  }
  .c-form__readonly {
    background: #eee;
  }

  /* ページャー */
  .c-pager {
    text-align: center;
  }
    .c-pager__box {
      background: rgba(40, 20, 10, .1);
      margin-bottom: 20px;
      padding: 5px;
    }
    .c-pager__count {
      font-size: 1.3em;
      margin-bottom: -5px;
      text-align: center;
      padding-bottom: 0;
    }
    .c-pager__countNum {
      color: #cc0000;
      font-size: 1.6em;
      font-weight: bold;
    }
    .c-pager span.current,
    .c-pager span.disabled,
    .c-pager span a {
      margin-right: 5px;
      text-decoration: none;
    }
    .c-pager span.current,
    .c-pager span.disabled {
      border-radius: 20px;
      color: #fff;
      padding: 10px 15px;      
    }
    .c-pager span.current {
      background: rgba(225, 193, 48, 1);
    }
    .c-pager span.disabled {
      background: rgba(0, 0, 0, .2);
    }
    .c-pager span a {
      background: rgba(140, 190, 40, 1);
      border-radius: 20px;
      color: #fff;
      padding: 10px 15px;      
    }
    .c-pager span a:hover {
      background: rgba(100, 160, 20, 1);
      color: #fff;
    }

    .c-pager__comment {
      text-align: center;
    }
    .c-pager__numbers {
      text-align: center;
    }

  /* Flashメッセージ */
  .c-flash {
    bottom: 0;
    border-radius: 10px;
    display: none;
    left: 20px;
    margin-bottom: 20px;
    padding: 15px 20px;
    position: fixed;
  }
    .c-flash .i__wrapper {
      border-radius: 30px;
      padding: 3px 2px;
      text-align: center;
      width: 25px;
    }

    /* 成功 */
    .c-flash__success {
      background: rgba(20, 130, 30, .8);
      color: #fff;
    }
    .c-flash__success .i__wrapper {
      background: green;
    }
    .c-flash__success i {
      color: #fff;
    }
    .c-flash__success i:before {
      content: "\f00c";
      font-family: FontAwesome;
      font-style: normal;
    }

    /* 失敗 */
    .c-flash__faild {
      background: rgba(100, 20, 20, .8);
      color: #fff;
    }
    .c-flash__faild .i__wrapper {
      background: red;
    }
    .c-flash__faild i {
      color: #fff;
    }
    .c-flash__faild i:before {
      content: "\f00d";
      font-family: FontAwesome;
      font-style: normal;
    }



/* ====================================
 スマホ
====================================== */
@media all and (min-width: 0) and (max-width: 640px) {

  /* ページタイトル */
  .c-pagetit {
    font-size: 1.9em;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding-left: 5px;
  }
  .c-heading__img img {
    width: 100%;
  }

  /* メディア */
  .c-media__normal {
    margin-bottom: 30px;
  }
  .c-media__halfLeft,
  .c-media__halfRight {
    clear: both;
    margin-bottom: 30px;
  }
    .c-media__leftPhoto {
      margin: 0 25px 15px 0;
      width: 150px;
    }
      .c-media__leftPhoto img {
        width: 100%;
      }

  .c-btn__contact {
    font-size: 1em;
    margin: 0;
    padding: 20px;
    overflow: hidden;
  }

  /* ページトップボタン */
  .c-btn__pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 20px;
  }
    .c-btn__pagetop img {
      width: 100%;
    }
    .c-btn__pagetop:active {
      opacity: .8;
    }
  .c-btn__submit {
    background: #2058d8;
    font-size: 1em;
    min-height: 1.3em;
    padding: 10px;
  }
  .c-btn__submitBack {
    clear: both;
    width: 100%;
  }
  .c-btn__submitSend {
    background: #d8bf5a;
    clear: both;
    width: 100%;
  }


  /* テーブルリスト */
  .c-table__list,
  .c-table__list,
  .c-table__form,
  .c-table__form {
    width: 95%;
  }

  .c-table__list th,
  .c-table__list td,
  .c-table__form th,
  .c-table__form td {
    float: left;
    overflow: hidden;
    width: 94%;
  }
  .c-table__list td,
  .c-table__form td {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .c-table__form th {
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* サムネイル */
  .c-thumblist {
  }
    .c-thumblists {
      display: block;
      text-align: center;
    }
    .c-thumblists img {
      width: 70%;
    }

  /* フォーム */
  .c-form__text,
  .c-form__select,
  .c-form__select2,
  .c-form__textarea,
  .c-form__select--full {
    word-wrap: break-word;
    width: 90%;
  }
  .c-form__text td,
  .c-form__select td,
  .c-form__select2 td,
  .c-form__textarea td,
  .c-form__select--full td {
    width: 100%;
  }
  .c-form__text--mini,
  .c-form__text--mini2,
  .c-form__text--mini3 {
    width: 30%;
  }


}

/* ====================================
 PC
====================================== */
@media screen and (min-width: 641px) {

  /* ページタイトル */
  .c-pagetit {
    font-size: 1.7em;
    line-height: 1.5em;
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
  }
  .c-heading__tit br {
    display: none;
  }
  .c-heading__end {
    float: right;    
  }
  .c-heading__img img {
    height: 30px;
  }

  /* メディア */
  .c-media__normal {
    margin-bottom: 40px;
  }
  .c-media__normal2 {
    margin-bottom: 20px;
  }
  .c-media__halfLeft {
    clear: both;
    float: left;
    margin-bottom: 40px;
    width: 47%;
  }
  .c-media__halfRight {
    float: right;
    margin-bottom: 40px;
    width: 47%;
  }
    .c-media__leftPhoto {
      margin: 0 25px 15px 0;
      width: 150px;
    }
      .c-media__leftPhoto img {
        width: 100%;
      }

  /* サムネイル */
  .c-thumblist {
    margin-left: -20px;
  }
    .c-thumblists {
      float: left;
      margin-left: 20px;
      width: 30%;
    }
    .c-thumblists img {
      width: 100%;
    }

  /* リスト */
  .c-list { 
  }
    .c-lists {
      border-bottom: 2px dotted #ccc;
      margin-bottom: 10px;
      padding-bottom: 10px;
    }
  .c-list2 { 
  }
    .c-lists2 {
      border-bottom: 2px dotted #ccc;
      margin-bottom: 20px;
      padding-bottom: 20px;
    }

  /* テーブルリスト */
  .c-table__list th,
  .c-table__list td {
    padding: 10px;
  }
  .c-table__list th {
    text-align: left;
    width: 25%;
  }
  .c-table__list td {
    width: 75%;
  }

  /* テーブル検索 */
  .c-table__form {
    margin: 0 auto 20px auto;
    width: 100%;
  }
    .c-table__form th {
      text-align: left;
      width: 25%;
    }
    .c-table__form td {
      position: relative;
      width: 75%;
    }

  /* ボタン */
  .c-btn__fullwidth {
    width: 100%;
  }
    .c-btn__fullwidth:hover {
      opacity: .8;
    }
  .c-btn__pagetop {
    cursor: pointer;
    position: absolute;
    bottom: 160px;
    right: 20px;
    width: 30px;
  }
    .c-btn__pagetop img {
      width: 100%;
    }
    .c-btn__pagetop:hover {
      opacity: .8;
    }
  .c-btn__submitBack {
    float: left;
    width: 47%;
  }
  .c-btn__submitSend {
    background: #d8bf5a;
    float: right;
    width: 47%;
  }

    /* フォーム */
    .c-form__must {
    }
    .c-form__text {
      width: 400px;
    }
    .c-form__text--mini {
      width: 300px;
    }
    .c-form__text--mini2 {
      width: 150px;
    }
    .c-form__text--mini3 {
      width: 100px;
    }
    .c-form__select {
      position: relative;
      width: 400px;
    }
    .c-form__select2 {
      position: relative;
      width: 200px;
    }
    .c-form__select--full {
      position: relative;
      width: 80%;
    }

}

