@charset "UTF-8";
/*リセット
--------------------------------------------*/
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; }

@font-face {
  font-family: 'apercu';
  font-style: normal;
  font-weight: 100;
  src: url("../font/apercu/apercu_regular_pro.eot");
  src: url("../font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("../font/apercu/apercu_regular_pro.woff") format("woff"), url("../font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: 'javacom';
  font-style: normal;
  src: url("../font/javacom/Javacom.eot");
  src: url("../font/javacom/Javacom.woff") format("woff"), url("../font/javacom/Javacom.ttf") format("truetype");
  /* Safari, Android, iOS */ }
body {
  margin: 0;
  padding: 0;
  font-family: 'apercu', "Yu Gothic", YuGothic, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 0;
  padding: 0; }

h1 {
  margin: 0;
  padding: 0;
  display: block; }

img {
  width: 100%;
  vertical-align: bottom; }

a {
  color: #000;
  text-decoration: none; }

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

.fade-in {
  transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.item-type {
  margin: 50px 0 10px 0;
  text-align: center;
  font-family: apercu;
  font-size: 18px; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
#head {
  position: fixed;
  background: #fff;
  width: 100%;
  display: block;
  z-index: 100; }

h1 {
  margin: 0 auto;
  font-size: 10px;
  text-align: left; }

h2 span {
  font-family: 'javacom'; }

h3 {
  letter-spacing: 1px; }

.box .text01 {
  margin: 0 auto; }
.box .text02 {
  margin: 0 auto; }

.credit {
  text-align: center;
  font-size: 12px;
  margin: 40px 0; }
.credit span {
  border: 1px solid #000;
  padding: 3px 7px;
  margin-left: 6px; }

.img_w {
  margin: 0 auto; }

.switch {
  width: 100%;
  margin: 80px auto;
  text-align: center; }

.switch h4 {
  margin-bottom: 20px;
  font-size: 10px; }

.switch ul {
  text-align: center;
  display: inline-block;
  margin: 0 auto; }

.switch ul li {
  float: left;
  padding: 0px 20px;
  height: 14px;
  -webkit-box-align: center;
  /* safari, Chrome */
  -moz-box-align: center;
  /* Firefox */
  -o-box-align: center;
  /* Opera */
  -ms-box-align: center;
  /* IE */
  box-align: center;
  display: table-cell;
  vertical-align: middle;
  vertical-align: middle;
  height: 25px; }

.switch ul li:first-child {
  border-right: 1px solid #1E1E1E; }

.switch ul li:last-child {
  border-left: 1px solid #1E1E1E; }

.switch ul li p {
  color: #1E1E1E;
  cursor: default; }

.switch ul li .passive {
  color: #CCC; }

   /* ------------------------
footer------------------------ */
footer {
  margin: 50px 0 0 0; }

footer img {
  display: block;
  width: 100px;
  margin: 0 auto; }

footer p {
  margin: 20px 0 15px 0;
  text-align: center;
  font-size: 11px; }

  .underline {
  text-decoration: underline;
}

/* PC
--------------------------------------*/
@media screen and (min-width: 769px) {
  .sp_none {
    display: block; }

  .pc_none {
    display: none; }

  #wrapper {
    margin: 0 auto;
    width: 750px; }

  h1 {
    padding: 30px 0; }

  .box {
    margin: 0px auto 120px; }

  h2 {
    font-size: 12px;
    padding-top: 40px; }
  h2 span {
    font-size: 25px;
    padding-left: 10px; }

  h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 40px 0 20px; }

  .box .text01 {
    width: 700px; }
  .box p {
    font-size: 12px;
    line-height: 22px; }
  .box .text02 {
    width: 450px; }

  .img_w {
    width: 500px; }

  .switch {
    width: 100%;
    margin: 80px auto;
    text-align: center; }

  .switch h4 {
    margin-bottom: 20px;
    font-size: 10px; }

  .switch ul {
    text-align: center;
    display: inline-block;
    margin: 0 auto; }

  .switch ul li {
    float: left;
    padding: 0px 20px;
    height: 14px;
    -webkit-box-align: center;
    /* safari, Chrome */
    -moz-box-align: center;
    /* Firefox */
    -o-box-align: center;
    /* Opera */
    -ms-box-align: center;
    /* IE */
    box-align: center;
    display: table-cell;
    vertical-align: middle;
    vertical-align: middle;
    height: 25px; }

  .switch ul li:first-child {
    border-right: 1px solid #1E1E1E; }

  .switch ul li:last-child {
    border-left: 1px solid #1E1E1E; }

  .switch ul li p {
    color: #1E1E1E;
    cursor: default; }

  .switch ul li .passive {
    color: #CCC; }

   /* ------------------------
footer------------------------ */ }
/* SP
--------------------------------------*/
@media screen and (max-width: 768px) {
  .sp_none {
    display: none; }

  .pc_none {
    display: block; }

  h1 {
    padding: 20px 0 20px 10px; }

  .box {
    margin: 0 auto 50px; }

  h2 {
    font-size: 12px;
    padding-top: 30px; }
  h2 span {
    font-size: 20px;
    padding-left: 10px; }

  h3 {
    font-size: 14px;
    line-height: 20px;
    padding: 30px 0 20px; }

  .box .text01 {
    width: 90%; }
  .box p {
    font-size: 11px;
    line-height: 18px; }
  .box .text02 {
    width: 80%; }

  .img_w {
    width: 80%; }

  .switch {
    width: 100%;
    margin: 80px auto;
    text-align: center; }

  .switch h4 {
    margin-bottom: 20px;
    font-size: 10px; }

  .switch ul {
    text-align: center;
    display: inline-block;
    margin: 0 auto; }

  .switch ul li {
    float: left;
    padding: 0px 20px;
    height: 14px;
    -webkit-box-align: center;
    /* safari, Chrome */
    -moz-box-align: center;
    /* Firefox */
    -o-box-align: center;
    /* Opera */
    -ms-box-align: center;
    /* IE */
    box-align: center;
    display: table-cell;
    vertical-align: middle;
    vertical-align: middle;
    height: 25px; }

  .switch ul li:first-child {
    border-right: 1px solid #1E1E1E; }

  .switch ul li:last-child {
    border-left: 1px solid #1E1E1E; }

  .switch ul li p {
    color: #1E1E1E;
    cursor: default; }

  .switch ul li .passive {
    color: #CCC; }

   /* ------------------------
footer------------------------ */ }
/* XSP
----------------------------------------*/
@media screen and (max-width: 320px) {
  .switch {
    width: 100%;
    margin: 80px auto;
    text-align: center; }

  .switch h4 {
    margin-bottom: 20px;
    font-size: 10px; }

  .switch ul {
    text-align: center;
    display: inline-block;
    margin: 0 auto; }

  .switch ul li {
    float: left;
    padding: 0px 20px;
    height: 14px;
    -webkit-box-align: center;
    /* safari, Chrome */
    -moz-box-align: center;
    /* Firefox */
    -o-box-align: center;
    /* Opera */
    -ms-box-align: center;
    /* IE */
    box-align: center;
    display: table-cell;
    vertical-align: middle;
    vertical-align: middle;
    height: 25px; }

  .switch ul li:first-child {
    border-right: 1px solid #1E1E1E; }

  .switch ul li:last-child {
    border-left: 1px solid #1E1E1E; }

  .switch ul li p {
    color: #1E1E1E;
    cursor: default; }

  .switch ul li .passive {
    color: #CCC; }

   /* ------------------------
footer------------------------ */ }
