@charset "UTF-8";
/***************************************************************
File name  　　　　 : 　　　common.css
Description 　　　　:　　　 共通スタイル定義
Date       　　　　 :      2020/10
**************************************************************/
/*mixin*/
/*-------------------------------------------------------------
reset
-------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:top;*/
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align:top;*/ }

body {
  font-family: "Arial","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6, address {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em; }

table, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

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

th {
  text-align: left;
  font-weight: normal; }

img {
  vertical-align: top;
  border: 0; }

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5; }

p {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

input, select, textarea {
  font-family: "Arial","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

input[type="text"], input[type="submit"], textarea {
  -webkit-appearance: none; }

/*-------------------------------------------------------------
common
-------------------------------------------------------------*/
h2, h3 {
  line-height: 1.6; }

h4, h5, h6, div {
  line-height: 1.6; }

p {
  line-height: 2; }

th, td {
  line-height: 1.6; }

a {
  color: #333;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.8s; }
  a:hover {
    cursor: pointer;
    opacity: 0.7; }
  a img {
    box-shadow: #000 0 0 0; }
    a img:hover {
      cursor: pointer;
      opacity: 0.7; }

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

input {
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer; }

/*placeholder*/
:placeholder-shown {
  color: #999; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999;
  opacity: 1; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999; }

label {
  cursor: pointer;
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

body {
  font-family: "Arial","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 2;
  position: relative;
  text-align: center;
  padding: 100px 20px; }

h1 {
  margin-bottom: 50px; }

h2 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px; }

p {
  margin-bottom: 30px; }
  p span {
    display: inline-block;
    margin-top: 20px;
    font-size: 24px; }
    p span a {
      text-decoration: underline; }

div {
  font-size: 38px;
  font-weight: bold;
  line-height: 1; }
  div a {
    color: #333;
    position: relative;
    display: inline-block;
    padding-left: 35px; }
    div a:after {
      content: "";
      width: 30px;
      height: 30px;
      background: url("../img/tel.svg") no-repeat;
      background-size: 30px 30px;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -15px; }

span {
  font-size: 14px; }
