@charset "UTF-8";

/* reset部分
---------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  overflow-x: hidden;
  background: #fff;
  line-height: 1.5;
}

html {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
  overflow-x: hidden;
  color: #222;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  font-weight: 400;
}
ul {
  list-style: none;
}
ul li {
  font-size: 16px;
}


@media screen and (max-width: 768px) {
  p {
    padding: 8px 0;
  }
p br{
  display: none;
}
}
a {
  text-decoration: underline;
  font-weight: 700;
  -moz-transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
  -ms-transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
  transition: color 0.5s ease-in-out, border-bottom-color 1s ease-in-out;
}

a:hover {
  border-bottom-color: transparent;
  border-bottom: 1px;
  color: #ffaa00;
}

h1{
  margin: 0;
  padding: 0;
  font-weight: 800;
  line-height: 1.5;
}
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  line-height: 1.5;
}

/* clearfix部分
---------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \ */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}