@charset "UTF-8";
@import url(//cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
* {
  box-sizing: border-box; }

html {
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  font-feature-settings: "palt" 1; }

h1 {
  display: inline; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: #1ccdca; }

p {
  line-height: 1.35; }

html, body {
  height: 100vh; }

body {
  background-color: #fcfcfc;
  -webkit-text-size-adjust: 100%;
  color: #324545; }
  body > :nth-child(1) {
    width: 758px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.logo {
  height: 40px;
  width: auto; }

.menu {
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  .menu > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
  padding: 0 3rem; }

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 1rem 3rem; }

.section {
  margin-top: 5rem;
  margin-left: 1rem;
  margin-right: 1rem; }
  .section > :nth-child(1).section-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.35rem;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.5px solid #666666; }

.button {
  display: inline-block;
  background-color: #1ccdca;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.2rem; }
  .button:hover {
    background-color: #1ccdca;
    color: white; }

.colored-link {
  color: #1ccdca; }

.product {
  margin-top: 5rem;
  display: flex;
  justify-content: center; }
  .product > :nth-child(1) {
    display: grid;
    grid-column-gap: 3rem;
    grid-template-columns: repeat(2, max-content);
    align-items: center; }
    .product > :nth-child(1) > :nth-child(2) {
      display: grid;
      grid-row-gap: 0.5rem;
      grid-template-columns: 1fr; }
      .product > :nth-child(1) > :nth-child(2) > :nth-child(1) {
        font-size: 1.2rem;
        font-weight: bold; }
