@charset "UTF-8";
/*==================================================*/
/* base.scss - 全ページ共通CSS*/
/*==================================================*/
/* 01. Reset*/
/*==================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

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

html, body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body {
  line-height: 1.6;
  font-size: 12px;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

p {
  line-height: 1.6;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #000000;
  text-decoration: underline;
}

a:hover {
  opacity: 0.8;
}

ins {
  background-color: #ff9;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

s {
  text-decoration: line-through;
}

strong {
  font-weight: bold;
}

strong em {
  font-weight: bold;
}

input, select {
  vertical-align: middle;
}

input[type="submit"] {
  cursor: pointer;
}

/* 02. header*/
/*==================================================*/
.header {
  width: 100%;
}

.header-inner {
  margin-right: auto;
  margin-left: auto;
  width: 960px;
  padding-top: 20px;
  position: relative;
}

.header .sns-login {
  width: 100%;
  font-size: 9px;
}

.header .sns-login .btn {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 5px;
}

.logo__official--title {
  font-size: 12px;
  font-weight: bold;
}

.logo__official--header {
  margin-bottom: 10px;
}

.logo__link {
  color: #000000;
  text-decoration: none;
}

.login {
  position: absolute;
  top: 30px;
  right: 0;
  text-align: right;
}

.login__text {
  font-size: 10px;
  margin-bottom: 10px;
}

.login__text--bold {
  font-weight: bold;
}

.login__link {
  color: #000000;
  text-decoration: none;
}

/* 03. nav*/
/*==================================================*/
.nav {
  /* nav footer*/
}

.nav--global {
  /* margin-top: 20px;*/
}

.nav-wrapper {
  margin-top: 10px;
}

.nav-global {
  position: relative;
}

.nav-global--main {
  margin-top: 10px;
}

.nav-global-sub {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  z-index: 100;
}

.nav-global-sub--main {
  width: 960px;
  top: 30px;
  left: 0;
}

.nav-global-sub--info {
  top: 35px;
  right: 0;
  padding: 20px 15px;
  width: calc(100% - 190px);
}

.nav-global-sub-box {
  padding: 20px;
}

.nav-global-sub-box__title {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: bold;
}

.nav-global-sub-box__title:not(:first-child) {
  margin-top: 20px;
}

.nav-global-sub-box__title--jp {
  font-size: 10px;
  font-weight: bold;
}

.nav-global-sub-box__title--jp a {
  color: #000000;
  text-decoration: none;
}

.nav-global-sub-box__list {
  line-height: 130%;
  margin-top: 5px;
  font-weight: normal;
}

.nav-global-sub-box__list--en {
  font-size: 12px;
}

.nav-global-sub-box__list--jp {
  font-size: 10px;
}

.nav-global-sub-box__list--small {
  margin-top: 5px;
  font-size: 9px;
}

.nav-global-sub-box__link {
  color: #666666;
  text-decoration: none;
}

.nav-global-icon {
  position: relative;
}

.nav-global__list {
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}

.nav-global__list--txt {
  margin-right: 10px;
}

.nav-global__list--icon {
  height: 35px;
  padding-left: 1.5em;
  padding-right: .5em;
}

.nav-global__list--search {
  margin-right: 10px;
}

.nav-global__link {
  color: #000000;
  text-decoration: none;
}

.nav-global__link--underline {
  text-decoration: underline;
}

.nav-global__link.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #000000;
  margin-top: 5px;
}

.nav-global__title {
  margin-bottom: 10px;
}

.nav-footer-box {
  /* margin-right: 35px;*/
  /* width: (960px/5);*/
}

.nav-footer-box:last-child {
  margin-right: 0;
  width: 230px;
}

.nav-footer-sns {
  margin-bottom: 20px;
}

.nav-footer-sns-list {
  margin-top: 7px;
}

.nav-footer-app {
  margin-top: 20px;
}

.nav-footer__title {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.nav-footer__title--en {
  font-size: 12px;
  font-weight: bold;
}

.nav-footer__title--jp {
  font-size: 10px;
  font-weight: bold;
}

.nav-footer__title a {
  color: #000000;
}

.nav-footer__list {
  font-size: 11px;
  line-height: 150%;
}

.nav-footer__list--sns {
  width: 50px;
  font-weight: bold;
  font-size: 10px;
}

.nav-footer__link {
  color: #999999;
}

.nav-footer__link:hover {
  color: #000000;
}

.form {
  position: relative;
}

.form--footer {
  background: #e5e5e5;
}

.form__text {
  display: block;
  font-size: 9px;
  text-align: center;
}

.form__text--header input[type="text"], .form__text--header input[type="password"] {
  background: #e5e5e5;
  border: none;
  position: relative;
  padding: 5px;
  font-size: 9px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.form__text--footer {
  width: 200px;
}

.form__btn {
  display: block;
  background: none;
  border: none;
  font-size: 9px;
  font-weight: bold;
}

.form__btn--header {
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
  padding: 3px;
}

.form__btn--header:last-child {
  margin-top: 30px;
}

.form__btn--header a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}

/*==================================================*/
/* 04. main*/
/*==================================================*/
.main {
  width: 100%;
  padding-top: 25px;
}

.main .main {
  padding-top: 0;
}

.section {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  width: 960px;
}

.breadcrumb {
  margin-bottom: 25px;
}

.breadcrumb__list {
  font-size: 10px;
  color: #cccccc;
}

.breadcrumb__link {
  color: #cccccc;
  text-decoration: none;
}

/*==================================================*/
/* 05. footer*/
/*==================================================*/
.footer {
  width: 100%;
  margin-top: 70px;
}

.footer-inner {
  margin-right: auto;
  margin-left: auto;
  width: 960px;
}

.footer-inner--bottom {
  margin-top: 25px;
}

.pagetop {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}

.pagetop:hover {
  opacity: 0.7;
}

.copyright {
  margin-top: 50px;
}

.copyright__txt {
  font-size: 10px;
  letter-spacing: 0.05em;
}
/*# sourceMappingURL=base.css.map */