﻿@charset "UTF-8";
:root {
  --fontType01: 'Poppins', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  Osaka, sans-serif;
  --mainColor: #00559D;
  --mainColor-Light: #007FED;
  --mainColor2: #BB5BB8;
  --mainColor2-Light: #E783E4;
  --mainColor3: #51A78B;
  --mainColor3-Light: #35C395;
  --subColor:#C6B685;
  --textColor: #1E1E1E;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ----全体設定---- */

body {
  margin: 0;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,  Osaka, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: var(--textColor);
  letter-spacing: 0.09em;
  overflow-wrap: break-word;
  background-color: #fff;
}

/* ----ヘッドライン---- */

h1,
.h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}

h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
}

/* ----リンク---- */

a {
  text-decoration: none;
  color: #444;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* ----タグ---- */

img {
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

address {
  font-style: normal;
}
