@charset "UTF-8";

html,
body {
  border: 0;
  font: inherit;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  min-width: 1200px;
  background-color: #EF858C;
  vertical-align: baseline;
  overflow-x: auto;
}
html {
  font-size: 62.5%;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
input,
textarea {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

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

body {
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 auto;
  position: relative;
}

a {
  color: #1385D5;
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:hover {
  color: #FF9500;
}

a.text-link:hover,
a:hover .text-link {
  color: #FF9500!important;
}

button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: left top;
  border: 0;
  box-sizing: border-box;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none;
}

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

.clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}



.pc {
  display: block!important;
}
.sp {
  display: none!important;
}

@media (max-width: 767px) {
  html,
  body {
    min-width: 0;
    overflow-x: hidden;
  }
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
}