@charset "UTF-8";
/* ==========================================================================
	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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

em {
  font-style: normal;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: top;
}

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

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}
input::-ms-clear {
  display: none;
}
input:-webkit-autofill {
  -webkit-transition: background-color 9999s;
  transition: background-color 9999s;
}

input[type=search]:focus {
  outline: 0;
  background-color: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

video {
  display: block;
}

/* ==========================================================================
	color
========================================================================== */
/* 価格 */
/* テキスト */
/* リンク */
/* BackGround */
/* borderCommon */
/* borderFrom */
/* ==========================================================================
	mixin
========================================================================== */
/* ==========================================================================
	base
========================================================================== */
html {
  font-size: 62.5%;
}
html .js-overlay {
  overflow: hidden;
}

body {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #373d3f;
  letter-spacing: 0.05em;
  position: relative;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS Pgothic", sans-serif;
  letter-spacing: 0.05em;
}
body .js-overlay {
  overflow: hidden;
}

a {
  color: #0082c3;
  text-decoration: none;
  word-break: break-all;
}
a:hover {
  text-decoration: underline;
}

[data-ua=sp] {
  display: none;
}

[data-ua=tab] {
  display: none;
}

[data-ua=pc] {
  display: inherit;
}

@media (max-width: 768px) {
  [data-ua=sp] {
    display: none;
  }
  [data-ua=tab] {
    display: inherit;
  }
  [data-ua=pc] {
    display: none !important;
  }
}
@media (max-width: 480px) {
  [data-ua=sp] {
    display: inherit;
  }
  [data-ua=tab] {
    display: inherit;
  }
  [data-ua=pc] {
    display: none !important;
  }
}
/* ==========================================================================
	header
========================================================================== */
.l-header {
  box-sizing: border-box;
  border-top: 4px solid #0082c3;
  width: 100%;
}
@media (min-width: 768px) {
  .l-header {
    min-width: 1200px;
  }
}

.l-header__content {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-width: 1024px;
  margin: auto;
  padding: 8px 20px 18px;
  padding: 8px 20px 8px;
}
.l-header__content::after {
  content: "";
  display: block;
  clear: both;
}
.l-header__content .c-search {
  width: 300px;
}
.l-header__content .c-flex {
  align-items: center;
}
.l-header__content .c-flex .c-search {
  margin-left: 10px;
}
.l-header__content .c-flex .c-fontsize {
  margin-left: 10px;
}
.l-header__content .c-flex .c-login {
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .l-header__content {
    padding-left: 0;
    padding-right: 0;
  }
  .l-header__content .c-search {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .l-header__content {
    padding: 8px 8px 0;
    max-width: auto;
    min-width: auto;
    padding: 4px 8px 0;
  }
}
/* ==========================================================================
	container
========================================================================== */
.l-container {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-width: 1200px;
  min-height: 600px;
  margin: 0;
  padding: 16px 20px 80px;
  background-color: #f0f0f0;
}
.l-container > .c-breadcrumb {
  margin-right: auto;
}

.l-container__main {
  display: block;
  width: calc(100% - 300px - 20px);
  max-width: 840px;
}
.l-container__main > .l-content + .l-content, .l-container__main > .l-content + .c-warning, .l-container__main > .c-warning + .l-content, .l-container__main > .c-warning + .c-warning {
  margin-top: 20px;
}
.l-container__main--single {
  width: 100%;
  max-width: 1200px;
}

.l-container__side {
  display: block;
  width: 300px;
  margin-left: 20px;
}
.l-container__side > .l-content {
  padding: 16px 12px;
}

@media (max-width: 768px) {
  .l-container {
    min-width: 100%;
    padding: 20px 0 0;
  }
  .l-container > .c-breadcrumb {
    margin-right: auto;
    padding-left: 20px;
    width: 100%;
  }
  .l-container > .c-breadcrumb + .c-breadcrumb {
    margin-top: 0;
  }
  .l-container__main {
    width: 100%;
    max-width: 100%;
  }
  .l-container__main + .l-container__side {
    margin-top: 20px;
  }
  .l-container__side {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .l-container {
    padding: 10px 0 0;
  }
  .l-container__main > .l-content + .l-content, .l-container__main > .l-content + .c-warning, .l-container__main > .c-warning + .l-content, .l-container__main > .c-warning + .c-warning {
    margin-top: 10px;
  }
}
/* ==========================================================================
	content
========================================================================== */
.l-content {
  box-sizing: border-box;
  padding: 20px;
  background-color: white;
  border: 1px solid #cccccc;
  box-shadow: 0 2px 3px 0 #cccccc;
  -webkit-text-size-adjust: 100%;
}
.l-content + .l-content {
  margin-top: 20px;
}

.l-content__single {
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 50px;
}
.l-content__single--pa40-to-20 {
  padding: 40px;
}

.l-content__dobble {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}
.l-content__dobble .l-content__sub {
  width: 300px;
  margin-right: 20px;
}
.l-content__dobble .l-content__main {
  width: calc(100% - 300px);
  max-width: 540px;
}

@media (max-width: 768px) {
  .l-content__single {
    padding: 20px;
  }
  .l-content__single--pa40-to-20 {
    padding: 20px;
  }
  .l-content__dobble {
    display: block;
  }
  .l-content__dobble .l-content__sub {
    width: 100%;
    margin-right: 0;
  }
  .l-content__dobble .l-content__main {
    margin-top: 20px;
    width: 100%;
    max-width: initial;
  }
}

.l-content-pc {
  display: block;
}
.l-content-sp {
  display: none;
}
.l-content-margin--top {
  margin-top: 0 !important;
}

@media (max-width: 480px) {
  .l-content-margin--top {
    margin-top: 16px !important;
  }
  .l-content + .l-content {
    margin-top: 16px;
  }
  .l-content-pc {
    display: none;
  }
  .l-content-sp {
    display: block;
  }
}
/* ==========================================================================
	footer
========================================================================== */
.l-footer {
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  border-top: 7px solid #0082c3;
}
@media (min-width: 768px) {
  .l-footer {
    min-width: 1200px;
  }
}
.l-footer--copylight {
  padding: 20px 0;
  font-size: 1.2rem;
  text-align: center;
  color: white;
  background-color: #373d3f;
}

@media (max-width: 768px) {
  .l-footer {
    border-top: none;
  }
  .l-footer--copylight {
    font-size: 1rem;
  }
}
/* ==========================================================================
    firstHeading
========================================================================== */
.c-firstHeading {
  font-size: 1.2rem;
  color: #373d3f;
  font-weight: normal;
  max-width: calc(100% - 150px);
}

@media (max-width: 768px) {
  .c-firstHeading {
    margin: 10px 0;
    max-width: 100%;
  }
}
/* ==========================================================================
	logo
========================================================================== */
/* ==========================================================================
	navi
========================================================================== */
.c-navi--globalWrap {
  background-color: #0082c3;
}

.c-navi--global {
  box-sizing: border-box;
  display: flex;
  max-width: 1200px;
  height: 60px;
  margin: auto;
  padding: 0 20px;
  font-weight: bold;
  background-color: #0082c3;
}
.c-navi--global > ul:first-of-type {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .c-navi--global > ul:first-of-type {
    width: 936px;
  }
}
.c-navi--global > ul:first-of-type > li {
  position: relative;
  text-align: center;
  width: 25%;
}
.c-navi--global > ul:first-of-type > li a {
  padding: 0 8px;
}
@media screen and (max-device-width: 768px) {
  .c-navi--global > ul:first-of-type > li a {
    font-size: 0.9em;
  }
}
.c-navi--global > ul:first-of-type > li small {
  font-size: 0.8em;
  line-height: 1;
}
.c-navi--global > ul:first-of-type > li:hover .c-navi--global--secondary {
  visibility: visible;
  opacity: 1;
}
.c-navi--global > ul:nth-of-type(2) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .c-navi--global > ul:nth-of-type(2) {
    width: 264px;
  }
}
.c-navi--global > ul:nth-of-type(2) > li {
  width: 132px;
  white-space: nowrap;
  position: relative;
}
.c-navi--global > ul:nth-of-type(2) > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: white;
}
.c-navi--global > ul:nth-of-type(2) > li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: white;
}
.c-navi--global li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.c-navi--global a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  color: white;
  text-decoration: none;
  width: 100%;
  height: 60px;
  position: relative;
}
.c-navi--global a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.c-navi--global a:hover.c-navi--global--down::before {
  color: rgba(255, 255, 255, 0.6);
}
.c-navi--global a.c-ico::before {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.c-navi--global .js-current > a {
  background-color: #1aa3e0;
}

.c-navi--global--secondary {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.c-navi--global--secondary > li {
  width: 100%;
  height: 60px;
  font-size: 1.4rem;
  background-color: #91a1a6;
}

.c-navi--footer {
  font-size: 1.4rem;
  margin: 40px auto;
}
.c-navi--footer ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 688px;
  margin: auto;
}
.c-navi--footer li {
  width: 33.3333333333%;
}
.c-navi--footer li:nth-of-type(4), .c-navi--footer li:nth-of-type(5), .c-navi--footer li:nth-of-type(6) {
  margin: 10px auto;
}
.c-navi--footer li:last-of-type {
  margin-right: auto;
}

.c-navi--external {
  position: relative;
}
.c-navi--external::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0082c3;
  transition: color 0.3s;
  content: "\f35d";
  margin-right: 6px;
}

@media (min-width: 1200px) {
  .c-navi--global {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .c-navi--global {
    display: flex;
    width: calc(100% + 16px);
    margin-bottom: 0;
    margin-left: -8px;
    padding: 0;
    font-size: 1.4rem;
    box-shadow: 0 2px 3px 0 #cccccc;
  }
  .c-navi--global > ul:first-of-type {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .c-navi--global > ul:first-of-type > li {
    width: 25%;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    max-width: auto;
  }
  .c-navi--global > ul:first-of-type > li a {
    padding: 0;
  }
  .c-navi--global > ul:first-of-type > li + li {
    border-left: 1px solid white;
  }
  .c-navi--global a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    color: white;
    text-decoration: none;
    width: 100%;
    height: 60px;
  }
  .c-navi--sp {
    z-index: 10000;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 95%;
    max-width: 400px;
    height: 100%;
    background: #f0f0f0;
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-overflow-scrolling: touch;
  }
  .c-navi--sp .c-login__img {
    width: 42px;
    height: 42px;
    margin-top: 12px;
    background-color: #0082c3;
  }
  .c-navi--sp .c-login__img::before {
    color: white;
  }
  .c-navi--sp .c-login__name {
    margin-top: 12px;
  }
  .c-navi--sp > ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .c-navi--sp > ul li {
    box-sizing: border-box;
    width: 100%;
  }
  .c-navi--sp > ul li + li {
    border-top: 1px solid white;
  }
  .c-navi--sp > ul li a,
  .c-navi--sp > ul li span {
    display: block;
    padding: 20px;
    color: #373d3f;
    text-decoration: none;
  }
  .c-navi--sp > ul li span {
    padding-left: 40px;
  }
  .c-navi--sp > ul li a > span {
    display: inline;
    padding: 0;
  }
  .c-navi--sp .c-navi--sp--half {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0;
  }
  .c-navi--sp .c-navi--sp--half li {
    box-sizing: border-box;
    font-size: 1.4rem;
    width: 50%;
    height: 70px;
  }
  .c-navi--sp .c-navi--sp--half li a,
  .c-navi--sp .c-navi--sp--half li span {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
  }
  .c-navi--sp .c-navi--sp--half li:first-of-type {
    border-top: 1px solid white;
  }
  .c-navi--sp .c-navi--sp--half li:nth-last-of-type(2) {
    border-bottom: 1px solid white;
  }
  .c-navi--sp .c-navi--sp--half li:nth-of-type(odd) {
    border-right: 1px solid white;
  }
  .c-navi--sp .c-navi--sp--half li:last-of-type {
    border-bottom: 1px solid white;
  }
  .c-navi--sp.js-open {
    transform: none;
  }
  .c-navi--sp .c-flex {
    padding: 20px 8px;
  }
  .c-navi--sp .c-search {
    width: calc(100% - 32px);
    margin: auto;
  }
  .c-navi--overlay {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background 0.6s;
    z-index: 1;
    overflow: hidden;
  }
  .c-navi--overlay.js-open {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.3);
  }
  .c-navi--sp--secondary {
    font-size: 1.6rem;
    background-color: #91a1a6;
  }
  .c-navi--sp--secondary li a,
  .c-navi--sp--secondary li span {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: white !important;
  }
  .c-navi--sp--secondary li + li {
    border-top: 1px solid white;
  }
  .c-navi--sp--secondary.js-active {
    display: block;
  }
  .js-accordionNavi {
    position: relative;
  }
  .js-accordionNavi::before {
    position: absolute;
    top: 20px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    margin-left: 12px;
    color: #0082c3;
    transition: 0.3s;
  }
  .js-accordionNavi.js-active::before {
    content: "\f068";
  }
}
@media (max-width: 320px) {
  .c-navi--global {
    font-size: 1.2rem;
  }
}
/* ==========================================================================
	search
========================================================================== */
.c-search {
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  width: 300px;
  height: 40px;
  border: 1px solid #91a1a6;
}
.c-search ::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.c-search > form {
  height: 100%;
  box-sizing: border-box;
}

.c-search__box {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 40px);
  height: calc(100% - 2px);
  padding: 0 1rem;
  font-size: 1.6rem;
  border: none;
  background-color: inherit;
  border-radius: 4px;
}
.c-search__box:placeholder-shown {
  color: #91a1a6;
}
.c-search__box::-webkit-input-placeholder {
  font-size: 1.6rem;
  line-height: 1 !important;
  color: #91a1a6;
}
.c-search__box:-moz-placeholder {
  opacity: 1;
  color: #91a1a6;
}
.c-search__box::-moz-placeholder {
  opacity: 1;
  color: #91a1a6;
}
.c-search__box:-ms-input-placeholder {
  color: #91a1a6;
}

.c-search__btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  background: inherit;
  font-size: 2rem;
}
.c-search__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background-color: #91a1a6;
}
.c-search__btn::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  color: #91a1a6;
}
.c-search__btn:hover::before {
  color: #0082c3;
}

.c-search__side {
  box-sizing: border-box;
  width: 100%;
}

.c-search--large {
  margin: 20px auto 0;
  width: 630px;
  height: 60px;
}
.c-search--large .c-search__box {
  width: calc(100% - 60px);
  height: calc(100% - 2px);
  font-size: 1.6rem;
}
.c-search--large .c-search__box:placeholder-shown::-webkit-input-placeholder {
  padding-top: 2px;
}
.c-search--large .c-search__box::-webkit-input-placeholder {
  font-size: 1.6rem;
  line-height: 1 !important;
}
.c-search--large .c-search__box::-webkit-input-placeholder::-webkit-input-placeholder {
  padding-top: 2px;
}
.c-search--large .c-search__box:-moz-placeholder {
  opacity: 1;
}
.c-search--large .c-search__box:-moz-placeholder::-webkit-input-placeholder {
  padding-top: 2px;
}
.c-search--large .c-search__box::-moz-placeholder {
  opacity: 1;
}
.c-search--large .c-search__box::-moz-placeholder::-webkit-input-placeholder {
  padding-top: 2px;
}
.c-search--large .c-search__box:-ms-input-placeholder::-webkit-input-placeholder {
  padding-top: 2px;
}
.c-search--large .c-search__btn {
  width: 60px;
  height: 60px;
}
.c-search--large .c-search__btn::before {
  height: 56px;
}
.c-search--large .c-search__btn::after {
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .c-search--large {
    margin: 20px auto 0;
    width: 100%;
    height: 48px;
  }
  .c-search--large .c-search__box {
    font-size: 1.6rem;
  }
  .c-search--large .c-search__btn {
    width: 48px;
    height: 48px;
  }
  .c-search--large .c-search__btn::before {
    height: 44px;
  }
  .c-search--large .c-search__btn::after {
    font-size: 1.6rem;
  }
}
/* ==========================================================================
	fontsize
========================================================================== */
.c-fontsize {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 1.4rem;
}

.c-fontsize--small,
.c-fontsize--large {
  box-sizing: border-box;
  width: 60px;
  height: 40px;
  font-weight: bold;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 40px;
  color: #373d3f;
  background-color: #f0f0f0;
}

.c-fontsize--small {
  margin-left: 8px;
  font-size: 1.6rem;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.c-fontsize--large {
  font-size: 1.8rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.js-active.c-fontsize--small, .js-active.c-fontsize--large {
  color: white;
  background-color: #0082c3;
  border-color: #0082c3;
}

/* ==========================================================================
	login
========================================================================== */
.c-login {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-left: auto;
  position: relative;
}

.c-login__img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  position: relative;
  background-color: #eaedef;
}
.c-login__img a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-login__img a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #707c80;
  font-size: 2rem;
}
.c-login__img a img {
  position: relative;
  width: 100%;
  z-index: 10;
}

.c-login__img--after {
  background-color: #0082c3;
}
.c-login__img--after a::after {
  color: white;
}

.c-login__img--existence {
  background-color: inherit !important;
}

.c-login__name {
  margin-left: 8px;
}
.c-login__name a {
  font-weight: bold;
  cursor: pointer;
}
.c-login__name span {
  display: block;
}
.c-login__name em {
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-login {
    justify-content: flex-start;
    margin: 20px auto;
    width: calc(100% - 32px);
    flex-wrap: wrap;
  }
  .c-login .c-flex {
    width: 100%;
    padding: 0;
  }
  .c-login .c-btnWrap {
    width: 100%;
    margin: 10px auto 0;
  }
  .c-login .c-btn--logout {
    font-size: 1.2rem;
    max-width: 150px;
  }
  .c-login__img {
    width: 32px;
    height: 32px;
    margin: 0;
  }
  .c-login__img::before {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .c-login .c-flex .c-btn , .c-btn--market {
    min-width: auto;
  }
}
@media (max-width: 320px) {
  .c-login .c-flex .c-btn , .c-btn--market {
    min-width: auto;
  }
}
/* ==========================================================================
	popup
========================================================================== */
.c-popup {
  display: flex;
  color: #1157A3;
  align-items: center;
  padding-right: 0;
  position: relative;
}
.c-popup .icon-text {
  visibility: hidden;
}
.c-popup .badge {
  display: block;
  content: "";
  position: absolute;
  top: -4px;
  left: 28px;
  z-index: 55;
  width: 21px;
  height: 21px;
  background-color: #cf4040;
  border: none;
  border-radius: 50%;
  line-height: 21px;
  text-align: center;
  font-size: 1rem;
  color: white;
  font-weight: normal;
  letter-spacing: -0.0025em;
}
.c-popup [class*=nav__] {
  position: relative;
  text-decoration: none;
  height: 42px;
  width: 42px;
}
.c-popup [class*=nav__]:focus {
  outline: none;
}
.c-popup [class*=nav__]:not(:last-child) {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .c-popup [class*=nav__]:not(:last-child) {
    margin-right: 0;
  }
}
.c-popup [class*=nav__]::before {
  position: absolute;
  font-size: 2.3rem;
  line-height: 1.8;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  background-color: #0082c3;
  border-radius: 50%;
  color: white;
  width: 42px;
  height: 42px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 0;
  pointer-events: none;
  cursor: pointer;
}
.c-popup [class*=nav__].nav__info::before {
  content: "\f0f3";
}
.msie .c-popup [class*=nav__].nav__info::before {
  line-height: 1.4;
}
.c-popup [class*=nav__].nav__message::before {
  content: "\f4ad";
}
.msie .c-popup [class*=nav__].nav__message::before {
  line-height: 1.4;
}

@media (min-width: 768px) {
  .c-popup {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
  }
  .c-popup .icon-text {
    visibility: visible;
  }
  .c-popup .badge {
    left: 40px;
    line-height: 21px;
    width: 21px;
    height: 21px;
  }
  .c-popup [class*=nav__] {
    position: relative;
    color: #373d3f;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    height: auto;
    width: auto;
    padding-top: 45px;
    min-width: 64px;
    text-align: center;
    white-space: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
  }
  .c-popup [class*=nav__]:focus {
    outline: none;
  }
  .c-popup [class*=nav__]::before {
    position: absolute;
    font-size: 2.3rem;
    line-height: 1.8;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    background-color: #0082c3;
    border-radius: 50%;
    color: white;
    width: 42px;
    height: 42px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 0;
    pointer-events: none;
    cursor: pointer;
  }
  .msie .c-popup [class*=nav__]::before {
    line-height: 1.4;
  }
  .c-popup .nav__info::before {
    content: "\f0f3";
  }
  .c-popup .nav__message::before {
    content: "\f4ad";
  }
}
.c-popup--noticeIcon {
  box-sizing: border-box;
  position: absolute;
  top: 14px;
  right: 80px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .c-popup--noticeIcon {
    right: 64px;
  }
}

@media (max-width: 768px) {
  .c-popup--noticeIcon {
    top: 8px;
    right: 50px;
  }
}
.c-popup--noticeIcon .popupGroup {
  right: -42px;
}
@media (min-width: 768px) {
  .c-popup--noticeIcon .popupGroup {
    right: -63px;
  }
}

.c-popup--messageIcon {
  box-sizing: border-box;
  position: absolute;
  top: 14px;
  right: 8px;
}
@media (min-width: 768px) {
  .c-popup--messageIcon {
    right: 0;
  }
}

@media (max-width: 768px) {
  .c-popup--messageIcon {
    top: 8px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .c-popup--messageIcon .popupGroup {
    right: 0;
  }
}

.popup-backdrop {
  position: fixed;
  z-index: 56;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popupGroup {
  position: absolute;
  z-index: 57;
  top: 56px;
  right: 8px;
  visibility: hidden;
  opacity: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #373d3f;
  background: white;
  border: 1px solid #707c80;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  width: 280px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
}
.popupGroup.is-visible {
  visibility: visible;
  opacity: 1;
}
.popupGroup::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #707c80 transparent;
  border-width: 0 12.5px 12px 12.5px;
  z-index: 1000;
}
.popupGroup.popup__info::before {
  top: -12px;
  right: 57px;
}
@media (min-width: 768px) {
  .popupGroup.popup__info::before {
    right: 65px;
  }
}
.popupGroup.popup__message::before {
  top: -12px;
  right: 8px;
}
@media (min-width: 768px) {
  .popupGroup.popup__message::before {
    right: 15px;
  }
}
@media (min-width: 768px) {
  .popupGroup {
    top: 75px;
  }
  .popupGroup.popup__info::before {
    top: -12px;
    right: 90px;
  }
  .popupGroup.popup__message::before {
    top: -12px;
    right: 18px;
  }
}

.popup__info,
.popup__message {
  max-width: 280px;
}
.popup__info .infoHead,
.popup__message .infoHead {
  height: 40px;
  color: white;
  background-color: #707c80;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.popup__info .infoHead .infoHead__title,
.popup__message .infoHead .infoHead__title {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
}
.popup__info .infoHead .infoHead__title::before,
.popup__message .infoHead .infoHead__title::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  pointer-events: none;
  font-size: 2rem;
  color: white;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup__info .infoGroup,
.popup__message .infoGroup {
  margin: 0;
  padding: 10px 10px;
  border-bottom: 1px solid #F0F0F0;
  text-align: left;
  display: block;
  text-decoration: none;
}
.popup__info .infoGroup .info__title--non,
.popup__message .infoGroup .info__title--non {
  font-size: 1.8rem;
  color: #707c80;
  text-align: left;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  padding-left: 80px;
  padding-right: 25px;
  position: relative;
  font-weight: bold;
}
.popup__info .infoGroup .info__title--non::before,
.popup__message .infoGroup .info__title--non::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  pointer-events: none;
  font-size: 5.1rem;
  color: #CCCCCC;
  line-height: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.popup__info a.infoGroup .info__item:hover,
.popup__message a.infoGroup .info__item:hover {
  text-decoration: underline;
}
.popup__info a.infoGroup .info__item:hover em, .popup__info a.infoGroup .info__item:hover::before,
.popup__message a.infoGroup .info__item:hover em,
.popup__message a.infoGroup .info__item:hover::before {
  text-decoration: none;
}
.popup__info .info__item,
.popup__message .info__item {
  margin: 0;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
.popup__info .info__item::before,
.popup__message .info__item::before {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: -2px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  pointer-events: none;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffce33;
  text-decoration: none;
}
.popup__info .info__item--non,
.popup__message .info__item--non {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #707c80;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 15px;
  padding-right: 15px;
}
.popup__info small, .popup__info.info__num,
.popup__message small,
.popup__message.info__num {
  font-size: 1.2rem;
  margin: 0.5rem 0 0 0;
}
.popup__info .info__listlink,
.popup__message .info__listlink {
  text-align: right;
  padding: 10px;
}
.popup__info span.strong,
.popup__message span.strong {
  font-weight: bold;
}

.popup__info .infoHead .infoHead__title {
  padding-left: 29px;
}
.popup__info .infoHead .infoHead__title::before {
  content: "\f0f3";
}
.popup__info .infoGroup .info__title--non::before {
  content: "\f0f3";
}
.popup__info .info__item {
  padding-left: 25px;
}
.popup__info .info__item::before {
  content: "\f0f3";
}
.popup__info .info__item-important {
  text-indent: 108px;
}
.en .popup__info .info__item-important {
  text-indent: 176px;
}
.popup__info .info__item-important::before {
  left: -108px;
  content: "\f05a";
  color: #cf4040;
}
.en .popup__info .info__item-important::before {
  left: -176px;
}
.popup__info .info__item-important em {
  position: absolute;
  left: -82px;
  color: #cf4040;
  font-weight: bold;
}
.en .popup__info .info__item-important em {
  left: -150px;
}
.popup__info .info__num {
  padding-left: 8px;
}

.popup__message .infoHead .infoHead__title {
  padding-left: 28px;
}
.popup__message .infoHead .infoHead__title::before {
  content: "\f4ad";
}
.popup__message .infoGroup .info__title--non::before {
  content: "\f4ad";
}
.popup__message .info__item {
  padding-left: 28px;
}
.popup__message .info__item::before {
  content: "\f4ad";
}
.popup__message .info__num {
  padding-left: 8px;
}

/* ==========================================================================
	hamburger
========================================================================== */
@media (max-width: 768px) {
  .c-hamburgerWrap {
    position: relative;
    width: 50px;
    height: 50px;
  }
  .c-hamburger {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 30px;
    height: 25px;
    padding: auto;
  }
  .c-hamburger::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3rem;
    content: "\f0c9";
    color: #0082c3;
  }
  .c-hamburger__text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 1rem;
    font-weight: bold;
    color: #0082c3;
  }
  .c-hamburger--close::before {
    content: "\f00d";
  }
}
/* ==========================================================================
	flex
========================================================================== */
.c-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.c-flex--center {
  justify-content: center;
  align-items: center;
}
.c-flex--sb {
  justify-content: space-between;
}
.c-flex--reverse {
  flex-direction: column-reverse;
}
.c-flex > * {
  box-sizing: border-box;
}

.c-flex__content {
  width: 50%;
  box-sizing: border-box;
}

/* ==========================================================================
	ico
========================================================================== */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/static/fa-solid-900.eot?tm=20190207");
  src: url("../../fonts/static/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/static/fa-solid-900.woff2?tm=20190207") format("woff2"), url("../../fonts/static/fa-solid-900.woff?tm=20190207") format("woff"), url("../../fonts/static/fa-solid-900.ttf?tm=20190207") format("truetype"), url("../../fonts/static/fa-solid-900.svg#fontawesome") format("svg");
}
.c-ico::after, .c-ico::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.c-ico--up::before {
  content: "\f106";
}
.c-ico--down::before {
  content: "\f107";
}
.c-ico--left::before {
  content: "\f104";
}
.c-ico--right::before {
  content: "\f105";
}
.c-ico--img::before {
  content: "\f030";
}
.c-ico--tag::before {
  content: "\f02b";
}
.c-ico--info::before {
  content: "\f05a";
}

.c-ico_posi--l0 {
  position: relative;
}
.c-ico_posi--l0::before {
  position: absolute;
  left: 0;
}

.c-ico_color--gray::before {
  color: #707c80;
}

/* ==========================================================================
	btn
========================================================================== */
.c-btnWrap {
  box-sizing: border-box;
  margin: 20px 0;
  text-align: center;
}

.c-btn {
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  min-width: 140px;
  padding: 4px 16px;
  font-weight: bold;
  color: #0082c3;
  border: 1px solid #0082c3;
  white-space: nowrap;
  background-color: white;
  transition: background-color 0.3s;
  text-align: center;
  text-decoration: none !important;
}
.c-btn::before {
  transition: 0.3s;
}
.c-btn:hover {
  color: white;
  background-color: #0082c3;
}
.c-btn:hover::before {
  color: white;
}
.c-btn--form {
  width: 148px;
  padding: 12px 0;
}
.c-btn--internal::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 900;
  content: "\f107";
  margin-right: 12px;
  color: #0082c3;
  transition: 0.3s;
}
.c-btn--internal:hover::before {
  color: white;
}
.c-btn--large {
  min-width: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}
.c-btn--medium {
  min-width: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.c-btn--large--w280 {
  width: 280px;
}
.c-btn--large--w300 {
  width: 300px;
}
.c-btn--large--w480 {
  width: 480px;
  font-size: 1.8rem;
}
.c-btn--reverse {
  color: white;
  background-color: #0082c3;
}
.c-btn--reverse.c-btn--external::before {
  color: white;
}
.c-btn--reverse:hover {
  color: #0082c3;
  background-color: white;
}
.c-btn--reverse:hover.c-btn--external::before {
  color: #0082c3;
}
.c-btn--orange {
  color: white;
  border-color: #e37b13;
  background-color: #e37b13;
}
.c-btn--orange.c-btn--external::before {
  color: white;
}
.c-btn--orange:hover {
  color: #e37b13;
  background-color: white;
}
.c-btn--orange:hover.c-btn--external::before {
  color: #e37b13;
}
.c-btn--download {
  text-decoration: none;
  max-width: 320px;
  height: inherit;
  padding: 20px 8px;
  margin: 20px 0;
}
.c-btn--up::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  margin-left: 12px;
  color: #373d3f;
  transition: 0.3s;
}
.c-btn--down::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  margin-left: 12px;
  color: #373d3f;
  transition: 0.3s;
}
.c-btn--external {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.c-btn--external::before {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
  content: "\f35d";
  color: #0082c3;
  margin-right: 0.5em;
}
.c-btn--profile::before {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 4rem;
  font-weight: 900;
  content: "\f1ad";
  margin-right: 20px;
  transition: color 0.3s;
}
.c-btn--inquiry::before {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 4rem;
  font-weight: 900;
  content: "\f0e0";
  margin-right: 20px;
  transition: color 0.3s;
}
.c-btn--sortUp::after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
  content: "\f0d8";
  font-style: initial;
  position: absolute;
  color: #0082c3;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn--sortDown::after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
  content: "\f0d7";
  font-style: initial;
  position: absolute;
  color: #0082c3;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn--sortBoth::before {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
  content: "\f0d7";
  font-style: initial;
  position: absolute;
  color: #0082c3;
  right: 0;
  top: 50%;
  transform: translateY(-25%);
}
.c-btn--sortBoth::after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
  content: "\f0d8";
  font-style: initial;
  position: absolute;
  color: #0082c3;
  right: 0;
  top: 50%;
  transform: translateY(-75%);
}

@media (max-width: 768px) {
  .c-btn, .c-btn--market, .c-btn--biglemon {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .c-btn--large--w280, .c-btn--large--w300, .c-btn--large--w480 {
    width: 100%;
  }
  .c-btn--download {
    width: 100%;
    padding: 20px 0px;
  }
  .c-btn--internal {
    text-align: left;
    padding: 10px 20px;
  }
  .c-btn--internal::after {
    position: absolute;
    right: 10px;
    top: 7px;
  }
}
.c-btn--ga-dummy-img {
  display: inline-block;
  margin-left: -1px;
  visibility: hidden;
  opacity: 0;
}

.p-banner-area--GAM {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-banner-area--GAM-main.p-catalog.p-banner-area > div > div {
  margin-top: 32px;
  margin-bottom: 32px;
}

.c-btn--market {
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #EF6F0E !important;
  white-space: nowrap;
  background-color: white;
  transition: background-color 0.3s;
  text-align: center;
  text-decoration: none !important;
  min-width: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-btn--market::before {
  transition: 0.3s;
}
.c-btn--market:hover {
  opacity: 0.6;
}

.c-btn--biglemon {
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  min-width: auto;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0082c3;
  border: 1px solid #0082c3;
  white-space: nowrap;
  transition: background-color 0.3s;
  text-align: center;
  text-decoration: none !important;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 20px;
}

.c-btn--biglemon::before {
  transition: 0.3s;
}
.c-btn--biglemon:hover {
  color: #0082c3;
  background-color: white;
}

/* ==========================================================================
	print
========================================================================== */
@media print {
  .adsbygoogle, .help__wrap, .GoogleActiveViewInnerContainer, .c-goTop {
    display: none !important;
  }
}
/* ==========================================================================
	floating
========================================================================== */
.help__wrap {
  z-index: 10000;
  position: fixed; 
  bottom: 100px; 
  right:16px;
  width: 60px;
  height: 60px;
}
.help__wrap a {
  display: block;
  width: 60px;
  height: 60px;
}
.help__wrap img {
  display: block;
  margin: 0 auto;
}

/* //////////////////////////////////////////////////////////////////////////
   Foundation
////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////
   Layout
////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////
   Component
////////////////////////////////////////////////////////////////////////// */
.c-navi--global--secondary > li.kenkey_pullmenu{
  background-color: #1a7fb7;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  height: 60px;
  justify-content: center;
}

.c-navi--global--secondary > li.kenken_pullmenu{
  background-color: #009999;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  height: 60px;
  justify-content: center;
}

.c-navi--sp--secondary > li.kenkey_pullmenu{
  background-color: #1a7fb7;
  color: #fff;
  padding: 15px 10px;
}

.c-navi--sp--secondary > li.kenken_pullmenu{
  background-color: #009999;
  color: #fff;
  padding: 15px 10px;
}

/*# sourceMappingURL=maps/common.css.map */