@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700");
@font-face {
	font-family: 'Decima';
	src:url('/fonts/woff/style_171154.woff') format('woff'),
			url('/fonts/ttf/style_171154.ttf') format('truetype'),
			url('/fonts/svg/style_171154.svg#Decima') format('svg');
}

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/***********************************************************************
style
**********************************************************************/
body{
  background-color:#F4F4F4;
}
.keybox{
  position: relative;
  text-align:center;
}
.keybox__img{
  text-align:center;
}
.keybox__img img{
  max-width: 100%;
  height: auto;
}
.Keybox__pc{
}
@media all and (max-width: 768px) {
.Keybox__pc{
  display: none;
}
}
.Keybox__sp{
  display: none;
}
@media all and (max-width: 768px) {
.Keybox__sp{
  display: block;
}
}
.keybox__body{
  padding-bottom: 30px;
  background-color:#F4F4F4;
  top: 50%;
  left: 0;
  right: 0;
  min-height: 220px;
}
@media all and (max-width: 1024px) {
.keybox__body{
  top: 85%;
  min-height: 220px;
}
}
@media all and (max-width:425px) {
.keybox__body{
  position: static;
}
}
.keybox__h1{
  margin: 0px 0 12px 0;
}
.keybox__h1 img{
  width: 248px;
}
.keybox__h2{
  display: inline-block;
  padding-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  border-bottom: solid 3px #000;
}
@media all and (max-width: 768px) {
.keybox__h2{
  font-size: 28px;
}
}
.keybox__list{
  margin:0 auto;
  max-width: 715px;
  padding:0 10px;
  margin-top: 16px;
  text-align:center;
  font-family: 'Decima';
}
.keybox__list ul{
  font-size: 16px;
  display: inline-block;
}
.keybox__list li,
.keybox__list p{
  position: relative;
  padding:0 15px;
  margin-bottom: 14px;
  display: inline-block;
  white-space: nowrap;
}
.keybox__list li::before{
  position: absolute;
  top:0;
  left:0;
  content: "";
  width: 0;
  height: 0;
  border-top:4px solid #000;
  border-bottom:4px solid transparent;
  border-left:4px solid #000;
  border-right:4px solid transparent;
}
.keybox__list p{
  font-size: 14px;
}
@media all and (max-width:425px) {
.keybox__list p{
  display: block;
  text-align:center;
  margin-bottom: 10px;
}
}
.keybox__list li{
}
.keybox__list li a:link    {color:#000; text-decoration: none;}
.keybox__list li a:visited {color:#000; text-decoration: none;}
.keybox__list li a:hover   {color:#000; text-decoration: underline;}
.keybox__list li a:focus   {color:#000; text-decoration: underline;}
.keybox__list li a:active  {color:#000; text-decoration: underline;}