@charset "UTF-8";
/*
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%; }

body {
  line-height: 1;
  position: relative;
  text-size-adjust: 100%;
  font-smoothing: antialiased;
  width: 100%;
  height: 100%; }

article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

hr {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

input,
select {
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

img {
  vertical-align: bottom; }

@media screen and (min-width: 767.5px) {
  html {
    /* ルートのフォントサイズを10pxに設定しておく */
    font-size: 62.5%; }
  body {
    /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
    font-size: 1.4em;
    line-height: 2;
    color: #333333; }
  .c-section {
    width: 90%;
    max-width: 1050px;
    margin: 0 auto;
    margin-bottom: 80px; }
    .c-section-title {
      margin-bottom: 40px;
      color: #1A68B1;
      font-size: 3rem; }
    .c-section > p {
      margin-bottom: 20px; }
    .c-section-hdline {
      margin-bottom: 40px; }
  .c-bold {
    font-weight: bold;
    font-size: 1.8rem; }
  .l-header {
    margin-bottom: 80px; }
    .l-header-kv {
      padding: 10px 0;
      background: #efefef;
      margin-bottom: 20px; }
    .l-header-img {
      display: block;
      max-width: 1050px;
      margin: 0 auto;
      width: 90%; }
    .l-header p {
      width: 90%;
      max-width: 1050px;
      margin: 0 auto; }
  .c-listCol1-cell {
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);
    padding: 20px; }
  .c-listCol1-img {
    float: left; }
  .c-listCol1-content {
    margin-left: 220px; }
  .c-listCol1-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px; }
  .c-listCol1-txt {
    margin-bottom: 20px; }
  .c-listCol1-price {
    float: left; }
  .c-listCol1-linkBtn {
    float: left;
    margin-left: 40px; }
    .c-listCol1-linkBtn a {
      background-color: #EDAD0B;
      border-radius: 6px;
      border: 1px solid #EDAD0B;
      display: inline-block;
      cursor: pointer;
      color: #fff;
      font-family: Arial;
      font-size: 15px;
      font-weight: bold;
      padding: 6px 24px;
      text-decoration: none; }
    .c-listCol1-linkBtn a:hover, .c-listCol1-linkBtn a:active {
      position: relative;
      top: 1px; }
  .c-listCol3 {
    overflow: hidden;
    margin-bottom: 80px; }
    .c-listCol3-cell {
      position: relative;
      overflow: hidden;
      float: left;
      width: 27%;
      margin-right: 4%;
      padding: 20px;
      padding-bottom: 60px;
      margin-bottom: 40px;
      box-shadow: 5px 6px 13px 3px rgba(0, 0, 0, 0.08); }
      .c-listCol3-cell:nth-child(3n+1) {
        margin-left: 4%; }
    .c-listCol3-img {
      max-width: 200px;
      max-height: 200px;
      margin-bottom: 10px; }
    .c-listCol3-content {
      margin-left: 200px; }
    .c-listCol3-title {
      line-height: 1.4;
      font-weight: bold;
      margin-bottom: 10px;
      min-height: 2.8em; }
    .c-listCol3-txt {
      margin-bottom: 10px; }
    .c-listCol3-price {
      margin-bottom: 20px; }
    .c-listCol3-linkBtn {
      margin: 0 auto;
      text-align: center;
      position: absolute;
      bottom: 20px;
      right: 0;
      left: 0; }
      .c-listCol3-linkBtn a {
        background-color: #EDAD0B;
        border-radius: 6px;
        border: 1px solid #EDAD0B;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        padding: 6px 24px;
        text-decoration: none; }
      .c-listCol3-linkBtn a:hover, .c-listCol3-linkBtn a:active {
        position: relative;
        top: 1px; }
  .c-footer {
    overflow: hidden;
    width: 100%;
    border-top: 3px solid #EDAD0B;
    margin-top: 15px;
    padding: 10px 0 0;
    background: #1A68B1;
    color: #fff; }
    .c-footer-box {
      width: 980px;
      margin: 0 auto;
      background: #EFE8D4; }
    .c-footer-company {
      float: left; }
      .c-footer-company a {
        color: #fff;
        text-decoration: underline; }
    .c-footer-copyright {
      float: right;
      margin: 20px 0 -5px; } }

@media screen and (max-width: 767.4px) {
  html {
    /* ルートのフォントサイズを10pxに設定しておく */
    font-size: 62.5%; }
  body {
    /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
    font-size: 1.4em;
    line-height: 2;
    color: #333333; }
  img {
    width: 100%; }
  .c-section {
    width: 90%;
    max-width: 1050px;
    margin: 0 auto;
    margin-bottom: 80px; }
    .c-section-title {
      margin-bottom: 40px;
      color: #1A68B1;
      font-size: 2.2rem;
      line-height: 1.5; }
    .c-section > p {
      margin-bottom: 20px; }
    .c-section-hdline {
      margin-bottom: 40px; }
  .c-bold {
    font-weight: bold;
    font-size: 1.8rem; }
  .l-header {
    margin-top: 20px;
    margin-bottom: 80px; }
    .l-header-kv {
      display: block;
      max-width: 1050px;
      margin: 0 auto;
      margin-bottom: 20px;
      width: 100%; }
    .l-header p {
      width: 90%;
      max-width: 1050px;
      margin: 0 auto; }
  .c-listCol1,
  .c-listCol3 {
    margin-bottom: 80px; }
    .c-listCol1-cell,
    .c-listCol3-cell {
      overflow: hidden;
      margin-bottom: 40px;
      width: 100%;
      padding: 20px;
      box-shadow: 5px 6px 13px 3px rgba(0, 0, 0, 0.08); }
    .c-listCol1-img,
    .c-listCol3-img {
      margin-bottom: 10px; }
    .c-listCol1-title,
    .c-listCol3-title {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 10px; }
    .c-listCol1-txt,
    .c-listCol3-txt {
      margin-bottom: 10px; }
    .c-listCol1-price,
    .c-listCol3-price {
      margin-bottom: 20px; }
    .c-listCol1-linkBtn,
    .c-listCol3-linkBtn {
      margin: 0 auto;
      text-align: center; }
      .c-listCol1-linkBtn a,
      .c-listCol3-linkBtn a {
        background-color: #EDAD0B;
        border-radius: 6px;
        border: 1px solid #EDAD0B;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        padding: 6px 24px;
        text-decoration: none; }
      .c-listCol1-linkBtn a:hover, .c-listCol1-linkBtn a:active,
      .c-listCol3-linkBtn a:hover,
      .c-listCol3-linkBtn a:active {
        position: relative;
        top: 1px; }
  .c-footer {
    overflow: hidden;
    width: 100%;
    border-top: 3px solid #EDAD0B;
    margin-top: 15px;
    padding: 10px 0 0;
    background: #1A68B1;
    color: #fff; }
    .c-footer-box {
      width: 96%;
      margin: 0 auto; }
    .c-footer-company a {
      color: #fff;
      text-decoration: underline; }
    .c-footer-copyright {
      margin: 10px 0; } }

/*# sourceMappingURL=common.css.map */