@charset "utf-8";

/*====================================================================================================

  Reset CSS / リセット・共通設定

====================================================================================================*/

*{
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: 0.05em;
  word-break: break-all;
}

*,
*::before,
*::after,
input,
textarea,
select,
option{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html{
  font-size: 62.5%;
}

body{
  color: #101010;
  font-size: 1.6em;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  background: #fff none;
}

a{
  color: inherit;
  color: #1e39f9;
  transition: all 0.3s;
}

a[href*="tel:"]{
  color: #1f1f1f;
  pointer-events: none;
  text-decoration: none !important;
}

a:hover{
  color: #c8151e;
  text-decoration: underline;
}

a,
a:hover,
a::before,
a img,
a:hover img,
input,
textarea,
select{
  transition: all 0.3s;
}

img{
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

table{
  text-align: left;
  border-spacing: 0px;
  border-collapse: collapse;
}

body,
nav,
header,
footer,
main,
article,
section,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
figure,
address,
iframe,
table,
tr,
th,
td,
form,
input,
textarea,
select,
option,
label{
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
p,
dl,
dt,
dd,
ul,
li,
address{
  font-style: normal;
  font-weight: 500;
}

p{
  color: #3f3f3f;
  line-height: 1.6;
}

ol,
ul{
  list-style: none outside none;
}

.cf::after{
  display: block;
  content: "";
  clear: both;
}

.center{
  text-align: center;
}


@media only screen and ( max-width: 1119px ) {
  html{
    height: 100%;
  }

  body{
    height: 100%;
  }

  img{
    max-width: 100%;
    height: auto;
  }
}


@media only screen and ( max-width: 640px ) {
  body{
    min-width: 320px;
    line-height: 1.5;
  }

  a[href*="tel:"] {
    color: #1e39f9;
    pointer-events: auto;
  }

  .center{
    text-align: left;
  }
}
