@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,700;1,500&display=swap');
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

header {
  margin: 0 auto;
  padding: 30px 20px 50px;
  max-width: 800px;
}

header h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #333;
}

header p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #8f95a1;
}

main {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 800px;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item__wrap {
  margin-bottom: 5rem;
  width: 45%;
}

@media (max-width: 500px) {
  .item__wrap {
    width: 100%;
  }
}

.item__wrap:nth-child(2n-1) {
  margin-right: 10%;
}

@media (max-width: 500px) {
  .item__wrap:nth-child(2n-1) {
    margin-right: 0;
  }
}

.item__img {
  display: block;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
}

.item__img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.item__img.noLink:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item__img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 0.5rem;
  width: 100%;
  height: auto;
}

.item__period {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic',
    sans-serif;
  font-size: 0.9rem;
  margin-top: 1rem;
  color: #8f95a1;
}

.item__title {
  margin-top: 1rem;
}

.item__title h3 {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic',
    sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #333;
}

.item__detail {
  margin-top: 1rem;
}

.item__detail p {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic',
    sans-serif;
  font-size: 0.9rem;
  color: #333;
}

.item__detail small {
  font-size: 11px;
}

.item__tech {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.item__tech span {
  display: block;
  margin: 0 0.3rem 0.3rem 0;
  border-radius: 1rem;
  padding: 0.1rem 0.8rem;
  background-color: rgb(51 65 85 / 0.9);
  box-shadow: inset 0 1px 0 0 hsl(0deg 0% 100% / 5%);
  color: #e2e8f0;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(15 23 42);
  width: 100%;
  height: 100px;
  text-align: center;
}

footer p {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */
