@charset "utf-8";

/* 初期化
-------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}

html {
  overflow-y: scroll;
  height: 100%;
}

@font-face {
  font-family: "Yu Gothic";
}

body {
  color: #000;
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
a {
  color: #1c64d2;
  text-decoration: none;
}

img {
  border: 0;
}

address {
  font-style: normal;
}

p {
  line-height: 1.5;
}

/* clearfix */
.clear {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}

/* float */
.lf {
  float: left;
}

.rf {
  float: right;
}

/* font-size */
.mini {
  font-size: 0.85em;
}

/* align */
.t_left {
  text-align: left !important;
}
.t_center {
  text-align: center !important;
}
.t_right {
  text-align: right !important;
}

.vb {
  vertical-align: bottom !important;
}

.vm {
  vertical-align: middle !important;
}

.vt {
  vertical-align: top !important;
}

/* google chrome input button padding */
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

.imgBox {
  font-size: 0;
  line-height: 0;
}

.wrap {
  margin: 0 auto;
  text-align: left;
  width: 1020px;
  position: relative;
}

.inWrap {
  margin: 0 auto;
  text-align: left;
  width: 700px;
  position: relative;
}

.table {
  display: table;
  line-height: 1.5;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}

.table dl {
  display: table-row;
}

.table dd,
.table dt {
  display: table-cell;
}

table {
  border-collapse: collapse;
  width: 100%;
}

ul.indent li,
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

ul.indent {
  padding-left: 0;
  text-indent: 0;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "HG明朝E", serif;
}

sup {
  font-size: 10px;
  font-weight: normal;
  vertical-align: top;
}

html,
body,
#wrapper {
  height: 100%;
}

body {
  min-height: 100%;
}

.bg {
  background: #f8f8f8;
}

.iframe {
  padding-top: 56.25%;
  position: relative;
}

.iframe iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.t_org {
  color: #ff7800;
}

/* header
-------------------------------------------------- */
#header {
  background: #fff;
  height: 100px;
  padding-top: 23px;
  width: 100%;
  position: static;
}

#header #item {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#header #item li {
  display: inline-block;
}

#header #item li:not(:last-child) {
  border-right: 1px solid #c1c1c1;
  margin-right: 13px;
  padding-right: 15px;
}

#header #item li a {
  color: #000;
}

#header #item li a:hover {
  text-decoration: underline;
}

/* globalNav
-------------------------------------------------- */
#menu {
  display: none;
}

#globalNav {
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  padding: 11px 0;
  width: 100%;
  z-index: 10000;
}

#globalNav > ul {
  border-left: 1px dashed #dadada;
  font-size: 0;
  line-height: 1;
  text-align: center;
}

#globalNav > ul li {
  border-right: 1px dashed #dadada;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 0 5px;
  vertical-align: middle;
  width: 163px;
}

#globalNav > ul li:nth-child(3) {
  width: 204px;
}

#globalNav > ul li a {
  color: #000;
  display: block;
  padding: 12px 0 11px;
}

#globalNav > ul li a.on,
#globalNav > ul li a:hover {
  background-color: #1c64d2;
  color: #fff;
  transition: all 0.5s;
}

/* btn
-------------------------------------------------- */
.btn {
  display: block;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  position: relative;
}

.btn01 {
  background: #fff;
  border: 1px solid #1c64d2;
  color: #1c64d2;
  font-weight: bold;
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
  width: 250px;
  position: relative;
}

.btn01:after {
  border-right: 2px solid #1c64d2;
  border-top: 2px solid #1c64d2;
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  position: relative;
  right: -1px;
  top: -2px;
  transform: rotate(45deg);
}

.btn01:hover {
  background: #1c64d2;
  color: #fff;
  transition: all 0.5s;
}

.btn01:hover:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.btn02 {
  font-size: 20px;
  padding: 25px 0;
  width: 350px;
  position: relative;
}

.btn02:before {
  background: #1c64d2;
  border-radius: 50%;
  content: "";
  height: 22px;
  width: 22px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.btn02:after {
  border-color: #fff;
  position: absolute;
  right: 29px;
  top: 48%;
  transform: rotate(45deg) translateY(-50%);
}

.btn02:hover:after {
  border-color: #1c64d2;
}

.btn02:hover:before {
  background: #fff;
}

/* h2
-------------------------------------------------- */
h2.ttl01 {
  text-align: center;
}

h2.ttl01 span {
  background: #67c6b0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  margin-top: 17px;
  padding: 8px 10px 7px;
}

/* new
-------------------------------------------------- */
.new {
  background: #ffa200;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 7px 7px;
  vertical-align: middle;
}

/* flex
-------------------------------------------------- */
.flex {
  display: flex;
  justify-content: space-between;
}

.reverse {
  flex-direction: row-reverse;
}

.flexWrap {
  flex-wrap: wrap;
}

.flexR {
  justify-content: flex-end;
}

/* pagetop
-------------------------------------------------- */
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

#pagetop span {
  background: url(../images/pagetop.png) no-repeat 0 0;
  display: block;
  height: 50px;
  overflow: hidden;
  text-indent: -9999px;
  width: 50px;
}

#pagetop span:hover {
  background-position: 0 -50px;
}

/* footer
-------------------------------------------------- */
#footer {
  border-top: 1px solid #e4e4e4;
}

/* footerBnr
-------------------------------------------------- */
#footerBnr {
  padding: 30px 0 10px;
  text-align: center;
  width: 800px;
}

#footerBnr li {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}

#footerBnr li:last-child,
#footerBnr li:nth-child(3n) {
  margin-right: 0;
}

/* footerNav
-------------------------------------------------- */
#footerNav {
  background: #000;
  padding: 22px 0;
  text-align: center;
}

#footerNav li {
  border-right: 1px solid #a7a7a7;
  display: inline-block;
  line-height: 1;
  margin-right: 8px;
  padding-right: 13px;
}

#footerNav li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

#footerNav li a {
  color: #fff;
  font-weight: bold;
}

/* footerData
-------------------------------------------------- */
#footerData {
  background: #f8f8f8;
  padding: 40px 0;
}

#footerData .wrap > * {
  display: inline-block;
  vertical-align: top;
}

#footerData .logo {
  font-size: 0;
  padding-top: 10px;
}

#footerData .data {
  border-left: 1px solid #d2d2d2;
  margin-left: 35px;
  padding: 4px 0 3px 35px;
}

#footerData p {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 7px;
}

#footerData p:last-child {
  margin-bottom: 0;
}

#footerData p strong {
  font-size: 14px;
}

/* footerAdrs
-------------------------------------------------- */
#footerAdrs {
  border-top: 1px solid #e4e4e4;
}

#footerAdrs address {
  font-size: 12px;
  line-height: 1;
  padding: 36px 0;
}

#footerAdrs .logo {
  position: absolute;
  right: 2px;
  top: 17px;
}


/* ---------------------------------------------------------

■■■ SP ■■■■■■■■■■

--------------------------------------------------------- */
img.sp,
br.sp,
span.sp,
.sp {
  display: none !important;
}


br.sp {
  width: 0;
}

.pc {
  display: block !important;
}

span.pc,
img.pc,
br.pc {
  display: inline !important;
}


@media screen and (max-width: 667px) {
  .sp {
    display: block !important;
  }

  span.pc,
  br.pc,
  img.pc,
  .pc {
    display: none !important;
  }


  img.sp,
  br.sp,
  span.sp {
    display: inline !important;
  }

  .wrap {
    margin: 0 auto;
    text-align: left;
    width: auto;
  }

  .inWrap {
    width: auto;
  }

  img {
    height: auto;
    width: 100%;
  }

  sup {
    font-size: 7px;
  }

  body {
    font-size: 12px;
  }

  /* iframe
  -------------------------------------------------- */
  .iframe {
    padding-top: 62.5%;
    position: relative;
  }

  .iframe iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  /* menu
  -------------------------------------------------- */
  #menu {
    color: #666;
    display: inline-block;
    font-family: 'Lato';
    font-size: 10px;
    height: 15px;
    text-align: center;
    width: 20px;
    position: fixed;
    right: 7px;
    top: 15px;
    z-index: 10001;
  }

  #menu:after,
  #menu:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
  }

  #menu:before {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    height: 13px;
    top: 0;
  }

  #menu:after {
    background: #666;
    height: 1px;
    top: 7px;
  }

  #menu.on:after {
    transform: rotate(-45deg);
  }

  #menu.on:before {
    background: #666;
    border: none;
    height: 1px;
    top: 7px;
    transform: rotate(45deg);
  }

  #wrapper {
    padding-top: 50px;
  }

  /* header
  -------------------------------------------------- */
  #header {
    border-bottom: 1px solid #dadada;
    height: 50px;
    padding-top: 10px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }

  #header.on {
    border-bottom: 0;
  }

  #header .logo {
    margin: 0 auto;
    width: 160px;
  }

  #header #item {
    position: static;
    transform: translateY(0);
  }

  /* globalNav
  -------------------------------------------------- */
  #globalNav {
    background-color: #fff;
    border-bottom: 1px solid #dadada;
    display: none;
    padding: 0 8% 25px;
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 10000;
  }

  #globalNav > ul {
    border-left: 0;
    border-top: 1px solid #dadada;
    font-size: 0;
    line-height: 1;
    text-align: center;
  }

  #globalNav > ul li {
    border-bottom: 1px solid #dadada;
    border-right: 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 0 5px;
    vertical-align: middle;
    width: auto;
  }

  #globalNav > ul li:nth-child(3) {
    width: auto;
  }

  #globalNav > ul li a {
    color: #000;
    display: block;
    padding: 12px 0 11px;
  }

  #globalNav > ul li a:hover {
    background-color: #1c64d2;
    color: #fff;
    transition: all 0.5s;
  }

  #globalNav > ul.langBox {
    border-top: 0;
    margin: 20px 15px 0;
  }

  #globalNav > ul.langBox li {
    border-bottom: 0;
    display: inline-block;
    margin-right: 4.34782608695652%;
    padding: 0;
    width: 47.82608695652174%;
  }

  #globalNav > ul.langBox li:nth-child(2n) {
    margin-right: 0;
  }

  #globalNav > ul.langBox li a {
    border: 1px solid #1c64d2;
    color: #1c64d2;
    display: block;
    padding: 10px 0;
  }

  #globalNav > ul.langBox li a:hover,
  #globalNav > ul.langBox li a:active {
    background: #1c64d2;
    color: #fff;
  }

  /* btn
  -------------------------------------------------- */
  .btn {
    font-size: 12px;
  }

  .btn01 {
    padding: 14px 0;
    width: 67.1875%;
  }

  .btn01:after {
    top: -1px;
  }

  /* h2
  -------------------------------------------------- */
  h2.ttl01 {
    text-align: center;
  }

  h2.ttl01 span {
    font-size: 9px;
    margin-top: 10px;
    padding: 4px 7px;
  }

  .btn02 {
    font-size: 20px;
    padding: 25px 0;
    width: 74.13793103448276%;
    position: relative;
  }

  .btn02:before {
    content: "";
    height: 12px;
    width: 12px;
    right: 9px;
  }

  .btn02:after {
    border-color: #fff;
    border-width: 1px;
    height: 3px;
    width: 3px;
    position: absolute;
    right: 15px;
    top: 48.5%;
    transform: rotate(45deg) translateY(-50%);
  }

  /* new
  -------------------------------------------------- */
  .new {
    font-size: 9px;
    padding: 4px 3px 3px;
  }

  /* pagetop
  -------------------------------------------------- */
  #pagetop {
    bottom: 15px;
    right: 15px;
  }

  /* footerBnr
  -------------------------------------------------- */
  #footerBnr {
    padding: 15px;
    width: auto;
  }

  #footerBnr li:nth-child(3),
  #footerBnr li {
    margin-bottom: 3.44827586206897%;
    margin-right: 3.44827586206897%;
    width: 48.27586206896552%;
  }

  #footerBnr li:last-child,
  #footerBnr li:nth-child(2n) {
    margin-right: 0;
  }

  #footerBnr li:nth-last-child(2),
  #footerBnr li:nth-last-child(1) {
    margin-bottom: 0;
  }

  /* footerNav
  -------------------------------------------------- */
  #footerNav {
    background: #222;
    padding: 20px 30px;
  }

  #footerNav ul {
    border-top: 1px solid #353535;
  }

  #footerNav li {
    border-bottom: 1px solid #353535;
    border-right: 0;
    display: block;
    margin-right: 0;
    padding: 10px 0;
  }

  #footerNav li a {
    font-size: 11px;
  }

  /* footerData
  -------------------------------------------------- */
  #footerData {
    padding: 23px 15px 5px;
  }

  #footerData .wrap > * {
    display: block;
  }

  #footerData .logo {
    border-bottom: 1px dotted #b1b1b1;
    font-size: 0;
    padding: 0 0 20px;
    text-align: center;
  }

  #footerData .logo img {
    width: 143px;
  }

  #footerData .data {
    border-left: 0;
    margin-left: 0;
    padding: 16px 5px;
  }

  #footerData p {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  #footerData .data p span {
    display: inline-block;
    padding-left: 3.55em;
    text-indent: -3.55em;
  }

  #footerData p strong {
    display: block;
    font-size: 10px;
    margin-bottom: 3px;
  }

  /* footerAdrs
  -------------------------------------------------- */
  #footerAdrs address {
    font-size: 8px;
    line-height: 1.3;
    padding: 16px 10px;
  }

  #footerAdrs .logo {
    width: 48px;
    position: absolute;
    right: 8px;
    top: 7px;
  }
}
