@charset "UTF-8";
/* CSS Document */
* {
  font-style: normal;
  box-sizing: border-box;
}

html {
  font-style: normal;
  text-align: left;
  font-size: 62.5%;
  line-height: 1.2;
  height: 100%;
  min-height: 100%;
}

body {
  font-family: 'MS Sans Serif','Avenir',YuGothic,'Yu Gothic','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','MS Sans Serif',sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  font-size: 1.2rem;
}

body * {
  margin: 0;
  padding: 0;
  /*font-size:inherit;*/
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  /*font-size:inherit;*/
}

h3, h4, h5, h6 {
  font-weight: inherit;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.8rem;
}

table {
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  font-size: 1em;
  border: 0;
}

ol, ul {
  font-size: 1em;
  list-style: none;
}

caption, th {
  font-size: 1em;
  text-align: left;
}

q:before, q:after {
  font-size: 1em;
  content: '';
}

abbr, acronym {
  border: 0;
  font-size: 1em;
}

small {
  font-size: 0.8em;
}

large {
  font-size: 1.2em;
}

th {
  font-weight: 100;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.header {
  background-color: navy;
}

.header__wrapper {
  display: table;
  table-layout: fixed;
  width: 1280px;
  margin: 0 auto;
}

.header__left, .header__right {
  display: table-cell;
  padding: 16px;
  vertical-align: middle;
}

.header__left {
  width: 80%;
}

.header__right {
  width: 257px;
}

.header__right > *:nth-child(2) {
  margin-top: 10px;
}

.header__title {
  padding-bottom: 8px;
  font-size: 1.4rem;
  color: white;
}

.header__title a {
  color: white;
}

.header__table {
  display: table;
  table-layout: fixed;
}

.header__logo, .header__caption {
  display: table-cell;
}

.header__logo {
  width: 341px;
  vertical-align: top;
  margin-top: 8px;
}

.header__caption {
  width: auto;
  color: white;
  padding-left: 16px;
  line-height: 1.4;
  vertical-align: middle;
  letter-spacing: 0.02em;
}

.header__caption span {
  font-weight: bold;
  color: orange;
}

.header__lang {
  width: 100%;
}

.header__lang__table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.header__lang__table a {
  display: table-cell;
  width: 33.333%;
  text-align: center;
  padding: 4px;
  background-color: white;
  border-left: 1px solid lightgray;
}

.header__lang__table a:first-of-type {
  border-left: none;
  border-bottom-left-radius: 5px;
}

.header__lang__table a:last-of-type {
  border-bottom-right-radius: 5px;
}

.header__lang__table a.active {
  background-color: #fff185;
}

.header__lang__title {
  color: white;
  background-color: #55557b;
  text-align: center;
  padding: 4px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.header__sns li {
  display: inline-block;
  width: 50px;
  margin-left: 8px;
}

.header__sns li:first-of-type {
  margin-left: 0px;
}

.header__sns img {
  width: 100%;
}

.footer {
  width: 100%;
  background-color: #f3f3f3;
  overflow: hidden;
}

.footer__upper__wrapper {
  width: 1280px;
  padding: 16px;
  margin: 0 auto;
}

.footer__permission {
  margin: 0 auto;
}

.footer__permission tr:first-of-type td {
  font-size: 1.8rem;
  font-weight: bold;
}

.footer__permission td {
  padding: 4px;
  color: navy;
}

.footer__exchange-btn .btn {
  display: block;
  width: 30%;
  margin: 8px auto 16px auto;
}

.footer__mid, .footer__lower {
  border-top: 1px solid lightgray;
}

.footer__mid__wrapper {
  width: 1280px;
  margin: 0 auto;
}

.footer__lower__wrapper {
  width: 1280px;
  padding: 8px 0px;
  margin: 0 auto;
}

.footer__lower__wrapper p {
  color: navy;
  text-align: center;
}

.footer__link-area {
  display: table;
  table-layout: fixed;
  padding: 16px;
  margin: 0 auto;
}

.footer__link {
  display: table-cell;
  padding-left: 40px;
  padding-top: 8px;
  min-width: 164px;
}

.footer__link:first-of-type {
  padding-left: 0px;
}

.footer__link__title {
  color: navy;
  font-weight: bold;
  padding: 4px;
  padding-left: 10px;
  /* border: 1px solid lightgrey; */
  border-radius: 2px;
  margin-bottom: 4px;
  background-color: #e6e6e6;
}

.footer__link__item {
  position: relative;
  overflow: hidden;
}

.footer__link__item a {
  display: block;
  margin-top: 8px;
  padding-left: 11px;
}

.footer__link__item a:last-of-type {
  padding-bottom: 8px;
}

.footer__link__item a:link {
  color: navy;
}

.footer__link__item a:visited {
  color: navy;
}

.footer__link__line {
  position: absolute;
  left: 4px;
  top: 0px;
  height: 100%;
  border-left: 1px solid lightgray;
}

.g-navi {
  border-top: 18px solid navy;
  z-index: 999;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc560+0,ffa500+100 */
  background: #ffc560;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffc560 0%, #ffa500 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc560', endColorstr='#ffa500',GradientType=0 );
  /* IE6-9 */
}

.g-navi.g-navi--fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.g-navi__wrapper {
  display: table;
  table-layout: fixed;
  width: 1280px;
  margin: 0 auto;
  border-right: 1px solid #e69500;
}

.g-navi__first-level {
  display: table-cell;
  position: relative;
  z-index: 998;
  width: 16.66%;
  height: 56px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #e69500;
  font-size: 1.6rem;
  transition: all .3s ease;
}

.g-navi__first-level > a {
  display: table;
  width: 100%;
  height: 100%;
  color: #313131;
  font-weight: bold;
}

.g-navi__first-level > a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.g-navi__first-level:hover {
  background: #ffc800;
}

.g-navi__first-level:hover .g-navi__second-level {
  top: 56px;
  visibility: visible;
  opacity: 1;
}

.g-navi__second-level, .g-navi__third-level, .g-navi__fourth-level {
  visibility: hidden;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all .5s ease;
}

.g-navi__second-level a, .g-navi__third-level a, .g-navi__fourth-level a {
  color: black;
}

.g-navi__second-level > li, .g-navi__third-level > li, .g-navi__fourth-level > li {
  text-align: left;
  position: relative;
  background-color: white;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  font-size: 1.4rem;
}

.g-navi__second-level > li:hover, .g-navi__third-level > li:hover, .g-navi__fourth-level > li:hover {
  background-color: #eaeaea;
}

.g-navi__second-level > li:last-of-type, .g-navi__third-level > li:last-of-type, .g-navi__fourth-level > li:last-of-type {
  border-bottom: 1px solid #e2e2e2;
}

.g-navi__second-level > li a, .g-navi__third-level > li a, .g-navi__fourth-level > li a {
  display: block;
  padding: 4px 16px 4px 8px;
}

.g-navi__second-level {
  z-index: 998;
  top: 56px;
}

.g-navi__second-level > li:hover .g-navi__third-level {
  visibility: visible;
  opacity: 1;
}

.g-navi__third-level {
  top: -1px;
  left: 100%;
}

.g-navi__third-level > li:hover .g-navi__fourth-level {
  visibility: visible;
  opacity: 1;
}

.g-navi__fourth-level {
  top: -1px;
  left: 100%;
}

.init-right:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-right: 1px solid black;
  border-top: 1px solid black;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.fs12 {
  font-size: 1.2rem;
}

.fs12b {
  font-size: 1.2rem;
  font-weight: bold;
}

.fs14 {
  font-size: 1.4rem;
}

.fs14b {
  font-size: 1.4rem;
  font-weight: bold;
}

.fs16 {
  font-size: 1.6rem;
}

.fs16b {
  font-size: 1.6rem;
  font-weight: bold;
}

.fs18 {
  font-size: 1.8rem;
}

.fs18b {
  font-size: 1.8rem;
  font-weight: bold;
}

.mt4 {
  margin-top: 4px;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt32 {
  margin-top: 32px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb32 {
  margin-bottom: 32px;
}

body {
  margin: 0 auto;
  width: 100%;
}

input {
  font-size: 1.4rem;
  padding: 4px;
  border: 1px solid lightgray;
}

.btn {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 8px 0px;
  color: navy;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #dadada;
  transition-property: background-color;
  transition-duration: 1.0s;
  background: #f4f4f4;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4f4f4 0%, #e5e5e5 42%, #d6d6d6 60%, #d3d3d3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d3d3d3',GradientType=0 );
  /* IE6-9 */
}

.btn:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcd8a6+0,f9ae00+99 */
  background: #fcd8a6;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcd8a6 0%, #f9ae00 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd8a6', endColorstr='#f9ae00',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #e8ce90;
}

.btn.btn_state--disabled {
  cursor: default;
  color: #808080;
  background-image: none;
  background-color: #ececec;
  border: 1px solid lightgray;
  transition-duration: 0s;
}

.btn.btn_state--disabled:hover {
  background-color: #ececec;
}

.btn.btn_icon--arrow {
  padding-right: 28px;
}

.btn.btn_icon--arrow:after {
  content: "▶";
  position: absolute;
  margin-top: -10px;
  right: 8px;
  top: 50%;
  width: 20px;
  height: 20px;
}

.btn.btn_color--orange {
  color: white;
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa856+0,ea9f25+100 */
  background: #ffa856;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffa856 0%, #ea9f25 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa856', endColorstr='#ea9f25',GradientType=0 );
  /* IE6-9 */
}

.btn.btn_color--orange:hover {
  color: white;
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcfa3+0,e8b461+100 */
  background: #ffcfa3;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffcfa3 0%, #e8b461 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcfa3', endColorstr='#e8b461',GradientType=0 );
  /* IE6-9 */
}

.btn.btn_color--navy {
  color: white;
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#463faf+0,000080+100 */
  background: #463faf;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #463faf 0%, #000080 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463faf', endColorstr='#000080',GradientType=0 );
  /* IE6-9 */
}

.btn.btn_color--navy:hover {
  color: white;
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6966ad+0,33337f+100 */
  background: #6966ad;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6966ad 0%, #33337f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6966ad', endColorstr='#33337f',GradientType=0 );
  /* IE6-9 */
}

.js-page-to-top__Btn {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 32px;
  width: 76px;
  height: 76px;
  background-color: black;
  padding: 12px 0px;
  opacity: 0.75;
  border-radius: 3px;
  z-index: 9998;
}

.js-page-to-top__Btn .icon--top {
  width: 32px;
  height: 32px;
  background-image: url("../img/common/img_icon_arrow_white.svg");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.js-page-to-top__Btn > p {
  text-align: center;
  color: white;
  margin-top: 8px;
  font-size: 1.1rem;
}

.mejar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.mejar .parts1 {
  width: 16px;
  height: 220px;
  background-color: red;
}

.mejar .parts2 {
  width: 16px;
  height: 536px;
  background-color: yellow;
}
