@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, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "游ゴシック", YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  word-wrap : break-word;
  overflow-wrap : break-word;
  font-weight: 600;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 600;
  line-height: 1;
}

address,
em {
  font-style: normal;
}

li {
  list-style:none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

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

a {
  text-decoration: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover {
  text-decoration: none;
  opacity: .7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
button,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, "游ゴシック", 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
}

/* Default ---------------------------------------------*/

.img_switch {
  visibility: hidden;
}

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



