@charset "utf-8";

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

/*--------------------------------------------
  BASE
--------------------------------------------*/
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family:
  Meiryo, 'メイリオ', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  vertical-align: middle;
}
table {
  width: 100%;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}



/*--------------------------------------------
  GLOBAL CSS
--------------------------------------------*/
.img_responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img_full {
  display: block;
  width: 100%;
  height: auto;
}
.center_block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.ta_center {
  text-align: center;
}
.ta_right {
  text-align: right;
}



/*--------------------------------------------
  CONTENTS BOX
--------------------------------------------*/
.inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.wrap_conts {
  padding-top: 3em;
  padding-bottom: 5em;
}

.box_pdt {
  padding-top: 5em;
}
.box_pdt_sm {
  padding-top: 3em;
}


/*--------------------------------------------
  breadcrumbs
--------------------------------------------*/
.wrap_breadcrumbs {
  padding: .5em 0;
}
.breadcrumbs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: .5em 0;
}
.breadcrumbs > li {
  position: relative;
}
.breadcrumbs > li > a {
  display: block;
  padding: 0 1.8em;
  font-weight: 700;
  font-size: 1.4rem;
  color: #0599d9;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.breadcrumbs > li:first-child > * {
  padding-left: 0;
}
.breadcrumbs > li + li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -.2em;
  bottom: 0;
  margin: auto;
  width: .4em;
  height: .4em;
  border-right: .2rem solid #222;
  border-bottom: .2rem solid #222;
  transform: rotate(-45deg);
}
.breadcrumbs > li > a:hover,
.breadcrumbs > li > a:focus {
  text-decoration: underline;
}
.breadcrumbs > li:last-child > a {
  color: #222222;
  text-decoration: none;
  pointer-events: none;
}

.breadcrumbs {
  min-height: .01%;
  overflow-x: auto;
}