﻿@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ----全体設定---- */

body {
    font-family: Roboto,MyYuGothicM,"游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #151515;
    word-break: break-all;
}

/* ----ヘッドライン---- */

h1,
.h1 {
  margin: 40px 0 30px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .1em;
}
.h1 small{
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .1em;
  padding-left: 19px;
}

h2 {
  margin: 20px 0;
  font-size: 26px;
  font-weight: normal;
}

h3 {
  margin: 10px 0;
  font-size: 21px;
  font-weight: normal;
}

/* ----リンク---- */

a {
  transition: color .3s;
  text-decoration: none;
  color: #262626;
}

a:hover {
  color: #a79069;
}

a:focus {
  outline: none;
}

/* ----タグ---- */

img {
  max-width: 100%;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

p{
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
}