@charset "UTF-8";
/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dl dt {
  margin: 0;
  padding: 0;
}

dl dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0 0 0 0;
}

/* Utility
   ========================================================================== */
.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.column2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column2 ul li {
  width: 49%;
  margin-top: 20px;
}

.column2 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.column3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column3 ul li {
  width: 32%;
  margin-top: 20px;
}

.column3 ul li:nth-child(-n+3) {
  margin-top: 0;
}

.column3 ul li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}

.column3 ul::after {
  content: "";
  display: block;
  width: 32%;
}

.column4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column4 ul li {
  width: 23.5%;
  margin-top: 20px;
}

.column4 ul li:nth-child(-n+4) {
  margin-top: 0;
}

.column4 ul::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.column4 ul::after {
  content: "";
  display: block;
  width: 23%;
}

.column5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column5 ul li {
  width: 18.4%;
  margin-top: 20px;
}

.column5 ul li:nth-child(-n+5) {
  margin-top: 0;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/*** main px ***/
#top_img {
  padding: 30px 0 0 0;
}

#top_img img {
  border-radius: 10px;
}

#top_img img#sp_img {
  display: none;
}

@media only screen and (max-width: 768px) {
  #top_img {
    padding: 0 0 0;
  }
  #top_img img {
    border-radius: 0px;
  }
  #top_img img#pc_img {
    display: none;
  }
  #top_img img#sp_img {
    display: block;
  }
}

#breadcrumb {
  display: none;
}

#gaiyou_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#gaiyou_list section {
  width: calc(33% - 15px);
  margin: 20px 19px 0 0;
  border-radius: 10px;
  border: 1px solid silver;
  border-top: 5px solid #00A63B;
  padding: 20px;
  position: relative;
  background: white;
}

#gaiyou_list section a {
  display: block;
  text-decoration: none;
  color: #333333;
}

#gaiyou_list section a > h3 {
  text-align: left;
  color: #00A63B;
  font-size: 17px;
  line-height: 25.5px;
  font-size: 1.0625rem;
  line-height: 1.59375rem;
  font-family: 'Noto Sans JP', sans-serif;
}

#gaiyou_list section a > h3 span {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  background: #00A63B;
  color: white;
  padding: 3px 10px;
  margin: 0 10px 0 0;
  border-radius: 3px;
  margin-bottom: 10px;
}

#gaiyou_list section a > figure {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 5px;
}

#gaiyou_list section a > figure img {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#gaiyou_list section a > ul {
  margin: 15px 0 0 0;
  border-bottom: 1px dotted silver;
}

#gaiyou_list section a > ul li {
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px;
  border-top: 1px dotted silver;
}

#gaiyou_list section a > ul li h4 {
  width: 5em;
  text-align: right;
}

#gaiyou_list section a > ul li p {
  text-align: left;
  width: calc(100% - 6em);
}

#gaiyou_list section a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#gaiyou_list section:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  #gaiyou_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #gaiyou_list section {
    width: calc(50% - 12px);
    margin: 20px 0 0 0;
    padding: 15px;
  }
  #gaiyou_list section a > ul li {
    display: block;
  }
  #gaiyou_list section a > ul li h4 {
    width: auto;
    text-align: left;
  }
  #gaiyou_list section a > ul li p {
    width: auto;
    text-align: left;
  }
  #gaiyou_list section:nth-child(3) {
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  #gaiyou_list {
    background: white;
    border: 1px solid silver;
    padding: 10px;
    border-radius: 5px;
  }
  #gaiyou_list section {
    width: calc(50% - 7px);
    padding: 0;
    border: none;
    padding: 20px 0;
    border-top: 1px solid silver;
    border-radius: 0px;
    margin: 0 0 0 0;
  }
  #gaiyou_list section a > h3 {
    position: relative;
    padding: 28px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  #gaiyou_list section a > h3 span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    line-height: 19.5px;
    font-size: 0.8125rem;
    line-height: 1.21875rem;
  }
  #gaiyou_list section a > ul {
    border-bottom: none;
    margin: 5px 0 0 0;
  }
  #gaiyou_list section a > ul li {
    display: none;
  }
  #gaiyou_list section a > ul li:first-child {
    display: block;
    border-top: none;
  }
  #gaiyou_list section a > ul li:first-child h4 {
    display: none;
  }
  #gaiyou_list section a > ul li:first-child p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #gaiyou_list section:nth-child(-n+2) {
    border-top: none;
    padding-top: 0;
  }
}

#keyword {
  display: none;
}

#keyword > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#keyword > div article {
  width: 49%;
  border-radius: 15px;
}

#keyword > div article h3 {
  font-weight: bold;
  padding: 20px 0 0 0;
  font-size: 33px;
  line-height: 49.5px;
  font-size: 2.0625rem;
  line-height: 3.09375rem;
  color: white;
}

#keyword > div article ul {
  padding: 5px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#keyword > div article ul li {
  width: 30%;
  margin-top: 20px;
}

#keyword > div article ul li:nth-child(3n+2) {
  margin-left: 5%;
  margin-right: 5%;
}

#keyword > div article ul li:nth-child(-n+3) {
  margin-top: 0;
}

#keyword > div article ul li a {
  text-decoration: none;
  color: #333333;
}

#keyword > div article ul li a span {
  display: inline-block;
  padding: 20px;
  background: white;
  border-radius: 50%;
  margin: 0 15px;
  -webkit-transition: all 5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#keyword > div article ul li a p {
  padding: 5px 0 0 0;
}

#keyword > div article ul li a:hover span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#keyword > div article:nth-child(1) {
  /*買いたい*/
  margin-right: 2%;
  background: #96D33A;
}

#keyword > div article:nth-child(2) {
  /*借りたい*/
  background: #7CC2FC;
}

#other_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#other_links ul li {
  margin-right: 10px;
}

#other_links ul li a {
  border: 1px solid silver;
  display: inline-block;
}

#other_links ul li a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media only screen and (max-width: 480px) {
  #other_links ul {
    display: block;
  }
  #other_links ul li {
    margin-top: 10px;
    margin-right: 0;
  }
  #other_links ul li:nth-child(1) {
    margin-top: 0;
  }
}
/*# sourceMappingURL=index.css.map */