html {
  color: #000;
  background: #FFF
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}

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

fieldset, img {
  border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400
}

ol, ul {
  list-style: none
}

caption, th {
  text-align: left
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}

q:before, q:after {
  content: ''
}

abbr, acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

input, textarea, select {
  *font-size: 100%
}

legend {
  color: #000
}

#yui3-css-stamp.cssreset {
  display: none
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none
}

html, body {
  height: 100%
}

body {
  width: 100%;
  min-width: 1024px;
  font-family: Kozuka Gothic Pro, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  color: #000;
  position: relative;
  overflow-x: hidden
}

@media screen and (max-width:767px) {
  body {
    font-size: 1.4rem;
    min-width: 100%;
    overflow-x: hidden
  }
}

a {
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

a:link, a:visited, a:hover, a:active {
  outline: none
}

img {
  height: auto;
  vertical-align: top;
  width: 100%
}

img[src$=".svg"] {
  width: 100%
}

.l-footer {
  background-color: #000;
  color: #fff;
  padding: 100px 0
}

.l-footer-logo {
  max-width: 200px;
  margin: 0 auto 25px
}
.pc {
	display:block;
}
.sp {
	display:none;
}

@media screen and (max-width:767px) {
  .l-footer-logo {
    max-width: 140px
  }
.pc {
	display:none;
}
.sp {
	display:block;
}
}

.l-footer-copyright {
  text-align: center
}

.l-footer-copyright small {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-size: 1.6rem
}

@media screen and (max-width:767px) {
  .l-footer-copyright small {
    font-size: 1.2rem
  }
}

.c-accordion {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  position: relative
}

.c-accordion:not(:last-child) {
  margin-bottom: 40px
}

.c-accordion--faq .c-accordion__title-inner {
  padding-left: 33px
}

@media screen and (max-width:767px) {
  .c-accordion--faq .c-accordion__title-inner {
    padding-left: 22px
  }
}

.c-accordion--faq .c-accordion__title-inner:before {
  color: #ff5a03;
  content: "Q";
  display: block;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0
}

@media screen and (max-width:767px) {
  .c-accordion--faq .c-accordion__title-inner:before {
    font-size: 1.8rem;
    top: 2px
  }
}

.c-accordion__title {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.58333;
  letter-spacing: .05em;
  position: relative;
  padding: 35px 40px
}

@media screen and (max-width:767px) {
  .c-accordion__title {
    font-size: 1.5rem;
    padding: 20px
  }
}

.c-accordion__title:hover {
  cursor: pointer
}

.is-opened .c-accordion__title .c-accordion__title-inner:after {
  background-image: url(https://www.roland.com/jp/lp/assets/images/common/icon_close.png)
}

.c-accordion__title-inner {
  display: block;
  position: relative;
  padding-right: 33px
}

@media screen and (max-width:767px) {
  .c-accordion__title-inner {
    padding-right: 22px
  }
}

.c-accordion__title-inner:after {
  background: url(https://www.roland.com/jp/lp/assets/images/common/icon_plus_orange.png) center right no-repeat;
  background-size: 16px 16px;
  content: "";
  display: block;
  line-height: 1;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.c-accordion__title-icon {
  color: #ff5a03;
  display: block;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0
}

@media screen and (max-width:767px) {
  .c-accordion__title-icon {
    font-size: 1.8rem;
    top: 2px
  }
}

.c-accordion__desc {
  border-top: 1px solid #e5e5e5;
  padding: 32px 40px
}

@media screen and (max-width:767px) {
  .c-accordion__desc {
    padding: 20px
  }
}

.c-border {
  background: #e5e5e5;
  border: none;
  height: 1px;
  margin: 40px 0;
  width: 100%
}

.c-btn {
  border: 2px solid #ff5a03;
  border-radius: none;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 9px 24px;
  width: 100%
}

.c-btn:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.c-btn--center {
  margin: 0 auto;
  text-align: center
}

.c-btn--color01 {
  background: #ff5a03;
  color: #fff
}

.c-btn--color02 {
  background: #fff;
  color: #ff5a03
}

.c-btn--plus .c-btn__inner {
  background: url(https://www.roland.com/jp/lp/assets/images/common/icon_plus_white.png) right center no-repeat;
  background-size: 16px 16px;
  padding-right: 26px
}

@media screen and (max-width:767px) {
  .c-btn--plus .c-btn__inner {
    background-size: 14px 14px;
    padding-right: 22px
  }
}

.c-btn--plus.c-btn--color02 .c-btn__inner {
  background-image: url(https://www.roland.com/jp/lp/assets/images/common/icon_plus_orange.png)
}

.c-btn--arrow .c-btn__inner {
  background: url(https://www.roland.com/jp/lp/assets/images/common/icon_arrow_white.png) right center no-repeat;
  background-size: 8px 14px;
  padding-right: 26px
}

.c-btn--arrow.c-btn--color02 .c-btn__inner {
  background-image: url(https://www.roland.com/jp/lp/assets/images/common/icon_arrow_orange.png)
}

@media screen and (max-width:767px) {
  .c-btn--arrow.c-btn--color02 .c-btn__inner {
    padding-right: 18px
  }
}

.c-btn--arrow.c-btn--small .c-btn__inner {
  padding-right: 21px
}

.c-btn--search .c-btn__inner {
  background: url(https://www.roland.com/jp/lp/assets/images/common/icon_search.png) right center no-repeat;
  background-size: 20px 20px;
  padding-right: 30px;
  display: inline-block
}

@media screen and (max-width:767px) {
  .c-btn--search .c-btn__inner {
    background-size: 16px 16px;
    padding-right: 24px
  }
}

.c-btn--large {
  font-size: 24px;
  font-size: 2.4rem;
  max-width: 540px;
  padding: 33px 0
}

@media screen and (max-width:767px) {
  .c-btn--large {
    font-size: 1.6rem;
    padding: 15px 0
  }
}

.c-btn--medium {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 22px 0;
  max-width: 340px
}

@media screen and (max-width:767px) {
  .c-btn--medium {
    font-size: 1.6rem;
    padding: 15px 0
  }
}

.c-btn--small {
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 196px;
  padding: 13px 0
}

@media screen and (max-width:767px) {
  .c-btn--small {
    padding: 10px 0;
    max-width: 100%
  }
}

.c-btn--rounded.c-btn--large {
  border-radius: 54px
}

.c-btn--rounded.c-btn--medium {
  border-radius: 40px
}

.c-btn--rounded.c-btn--small {
  border-radius: 28px
}

.c-card .c-card__thumb {
  margin-bottom: 45px
}

@media screen and (max-width:767px) {
  .c-card .c-card__thumb {
    margin-bottom: 30px
  }
}

.c-card .c-headline--02 {
  margin-bottom: 20px
}

@media screen and (max-width:767px) {
  .c-card .c-headline--02 {
    margin-bottom: 15px
  }
}

.c-card .c-headline--03 {
  margin-bottom: 17px
}

@media screen and (max-width:767px) {
  .c-card .c-headline--03 {
    margin-bottom: 8px
  }
}

.c-card .c-btn {
  margin-top: 32px
}

@media screen and (max-width:767px) {
  .c-card .c-btn {
    margin-top: 20px
  }
}

.c-card--parallel:after {
  content: " ";
  display: block;
  clear: both
}

.c-card--parallel:not(:last-child) {
  margin-bottom: 40px
}

.c-card--parallel .c-headline--02 {
  margin-top: 0
}

@media screen and (max-width:767px) {
  .c-card--parallel .c-headline--02 {
    margin-top: 0
  }
}

.c-card--parallel .c-card__thumb {
  float: left;
  margin-bottom: 0;
  width: 38.125%
}

@media screen and (max-width:767px) {
  .c-card--parallel .c-card__thumb {
    float: none;
    margin-bottom: 35px;
    width: 100%
  }
}

.c-card--parallel .c-card__info {
  float: right;
  width: 56.75%
}

@media screen and (max-width:767px) {
  .c-card--parallel .c-card__info {
    float: none;
    width: 100%
  }
}

.c-card--parallel .c-btn {
  margin-top: 22px
}

@media screen and (max-width:767px) {
  .c-card--parallel .c-btn {
    margin-top: 11px
  }
}

.c-card--rev.c-card--parallel .c-card__thumb {
  float: right
}

@media screen and (max-width:767px) {
  .c-card--rev.c-card--parallel .c-card__thumb {
    float: none
  }
}

.c-card--rev.c-card--parallel .c-card__info {
  float: left
}

@media screen and (max-width:767px) {
  .c-card--rev.c-card--parallel .c-card__info {
    float: none
  }
}

.c-container {
  box-sizing: border-box;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%
}

@media screen and (max-width:767px) {
  .c-container {
    padding: 0 5%
  }
}

.c-container_nav {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%
}

@media screen and (max-width:767px) {
  .c-container_nav {
    padding: 0 10.25%
  }
}

.c-definition-list {
  margin-bottom: 30px
}

.c-definition-list__title {
  color: #ff5a03;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.58333;
  letter-spacing: .05em;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative
}

@media screen and (max-width:767px) {
  .c-definition-list__title {
    font-size: 1.6rem
  }
}

.c-definition-list__title:before {
  background: #ff5a03;
  content: "";
  display: block;
  height: 1px;
  width: 15px;
  position: absolute;
  top: 15px;
  left: 0
}

.c-grid {
  margin-bottom: 90px
}

.c-grid:after {
  content: " ";
  display: block;
  clear: both
}

@media screen and (max-width:767px) {
  .c-grid {
    margin-bottom: 0px
  }
}

.c-grid__col {
  float: left
}

@media screen and (max-width:767px) {
  .c-grid__col:not(:last-child) {
    margin-bottom: 55px
  }
}

@media screen and (min-width:768px) {
  .c-grid__col--two-up {
    width: 47.65625%
  }
  .c-grid__col--two-up:nth-child(2n) {
    float: right
  }
}

@media screen and (min-width:768px) {
  .c-grid__col--three-up {
    margin: 0 4.6875% 0 0;
    width: 30.15625%
  }
  .c-grid__col--three-up:nth-child(3n) {
    margin-right: 0
  }
}

@media screen and (min-width:768px) {
  .c-grid__col--four-up {
    float: left;
    margin: 0 4.6875% 0 0;
    width: 21.484375%
  }
  .c-grid__col--four-up:nth-child(4n) {
    margin-right: 0
  }
}

@media screen and (max-width:767px) {
  .c-grid__col-sm-1 {
    float: none;
    margin: 0 0 15px;
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .c-grid__col-sm-2 {
    float: left;
    margin: 0 0 15px;
    width: 47.765%
  }
  .c-grid__col-sm-2:nth-child(odd) {
    margin-right: 4.47%
  }
}

.c-headline-box {
  margin-bottom: 70px
}

@media screen and (max-width:767px) {
  .c-headline-box {
    margin-bottom: 30px
  }
}

.c-headline-box .c-headline {
  margin-bottom: 0
}

.c-headline {
  font-weight: 360;
  line-height: 1.58333;
  letter-spacing: .05em;
  margin-bottom: 30px;
  position: relative
}

.c-headline--00 {
  font-size: 36px;
  font-size: 3.8rem;
  line-height: 1.8
}

@media screen and (max-width:767px) {
  .c-headline--00 {
    font-size: 2.4rem
  }
}

.c-headline--01 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.8
}

@media screen and (max-width:767px) {
  .c-headline--01 {
    font-size: 2.4rem
  }
}

.c-headline--02 {
  font-size: 24px;
  font-size: 2.4rem
}

@media screen and (max-width:767px) {
  .c-headline--02 {
    font-size: 2rem
  }
}

.c-headline--03 {
  font-size: 18px;
  font-size: 1.8rem
}

@media screen and (max-width:767px) {
  .c-headline--03 {
    font-size: 1.6rem
  }
}

.c-headline--center {
  text-align: center
}

.c-headline__sub {
  color: #ff5a03;
  display: block;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px
}

@media screen and (max-width:767px) {
  .c-headline__sub {
    font-size: 1.3rem;
    bottom: -18px
  }
}

.c-hero {
  position: relative;
  overflow: hidden
}

@media screen and (max-width:767px) {
  .c-hero {
    overflow: visible
  }
}

.c-hero__title {
  color: #ffffff;
  position: absolute;
  top: 19%;
  left: 50%;
  text-align: center;
  z-index: 10;
  width: 94%
}

@media screen and (max-width:767px) {
  .c-hero__title {
    position: static;
    width: 100%
  }
}

.c-hero__title.c-inview {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

@media screen and (max-width:767px) {
  .c-hero__title.c-inview {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
  }
}

.c-hero__title.c-inview.is-view {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (max-width:767px) {
  .c-hero__title.c-inview.is-view {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.c-hero__title-inner {
  display: inline-block
}

@media screen and (max-width:767px) {
  .c-hero__title-inner {
    display: block
  }
}

.c-hero__title-main {
  font-size: 48px;
  font-size: 4.0rem;
  font-weight: 500
}

@media screen and (max-width:767px) {
  .c-hero__title-main {
    font-size: 2.0rem
  }
}

.c-hero__title-main .c-hero__title-inner {
  background: rgba(127, 127, 127, 0.7);
  padding: 20px 10px
}

.c-hero__title-sub {
  font-size: 28px;
  font-size: 4.8rem
}

@media screen and (max-width:767px) {
  .c-hero__title-sub {
    font-size: 2rem
  }
}

.c-hero__title-sub .c-hero__title-inner {
  background: rgba(255, 90, 3, 0.7);
  padding: 15px 80px
}

.c-hero__logo {
  position: absolute;
  left: 25px;
  top: 30px;
  width: 140px;
  z-index: 10
}

@media screen and (max-width:767px) {
  .c-hero__logo {
    top: 10px;
    left: 10px;
    width: 100px
  }
}

.c-hero__image {
  position: relative;
}

.c-intro {
  margin-bottom: 0px
}

@media screen and (max-width:767px) {
  .c-intro {
    margin-bottom: 50px
  }
}

.c-inview {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .6s ease-in-out 0s;
  transition: all .6s ease-in-out 0s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px)
}

@media screen and (max-width:767px) {
  .c-inview {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
  }
}

.c-inview.is-view {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0)
}

.c-inview.c-inviewlate.is-view {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

@media screen and (max-width:767px) {
  .c-inview.c-inviewlate.is-view {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
}

.c-link {
  color: #0096ff;
  text-decoration: underline
}

.c-link:hover {
  text-decoration: none
}

.c-list__item {
  padding-left: 14px;
  position: relative
}

.c-list__item:before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  position: absolute;
  top: 14px;
  left: 0
}

.c-media-box:not(:last-child) {
  margin-bottom: 100px
}

@media screen and (max-width:767px) {
  .c-media-box:not(:last-child) {
    margin-bottom: 50px
  }
}

.c-media-box .c-title {
  margin-bottom: 26px
}

@media screen and (max-width:767px) {
  .c-media-box .c-title {
    margin-bottom: 18px
  }
}

.c-media-box .c-btn {
  margin-top: 30px
}

@media screen and (max-width:767px) {
  .c-media-box .c-btn {
    margin-top: 20px
  }
}

.c-media-box .c-btn--large {
  margin-top: 30px;
  margin-bottom: 40px
}

@media screen and (max-width:767px) {
  .c-media-box .c-btn--large {
    margin-top: 20px
  }
}

.c-media {
  margin-bottom: 100px
}

@media screen and (max-width:767px) {
  .c-media {
    margin-bottom: 50px
  }
}

.c-movie-wrapper {
  margin-bottom: 90px
}

@media screen and (max-width:767px) {
  .c-movie-wrapper {
    margin-bottom: 45px
  }
}

.c-movie-wrapper .c-movie-outer {
  margin-bottom: 0
}

.c-movie-wrapper .c-notes {
  margin-top: 15px
}

@media screen and (max-width:767px) {
  .c-movie-wrapper .c-notes {
    margin-top: 10px
  }
}

.c-movie-outer {
  background: #000;
  position: relative;
  padding-top: calc(56.25% + 10px);
  margin-bottom: 90px
}

@media screen and (max-width:767px) {
  .c-movie-outer {
    margin-bottom: 45px;
    padding-top: calc(56.25% + 5px)
  }
}

.c-movie-outer.is-playing .c-movie {
  display: none
}

.c-movie-outer iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.c-movie {
  box-sizing: border-box;
  display: block;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0
}

@media screen and (max-width:767px) {
  .c-movie {
    padding: 5px
  }
}

.c-movie img {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.c-movie:after {
  background: url(https://www.roland.com/jp/lp/assets/images/common/icon_play_white.png) 35px center no-repeat;
  background-size: 18px 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 82px;
  width: 82px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

@media screen and (max-width:767px) {
  .c-movie:after {
    width: 41px;
    height: 41px;
    background-size: 10px auto;
    background-position: 55% center
  }
}

.c-movie:hover {
  cursor: pointer
}

@media screen and (min-width:768px) {
  .c-movie:hover:after {
    background-image: url(https://www.roland.com/jp/lp/assets/images/common/icon_play_orange.png);
    border-color: #ff5a03
  }
}

.c-nav {
  background: #000;
  z-index: 100
}

.c-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%
}

@media screen and (max-width:767px) {
  .c-nav .c-container {
    padding: 0
  }
}

.c-nav-list {
  letter-spacing: -.4em;
  padding: 50px 0;
  text-align: center
}

@media screen and (max-width:767px) {
  .c-nav-list {
    border-top: 1px solid #333;
    padding: 0
  }
}

.c-nav-list__item {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 50px
}

@media screen and (max-width:767px) {
  .c-nav-list__item {
    /*border-bottom: 1px solid #333;*/
    box-sizing: border-box;
    padding: 0;
    width: calc(100%/1)
  }
  .c-nav-list__item:not(:last-child){
	  border-right: none !important;
  
}
}
.c-nav-list__item:not(:last-child) {
  border-right: 1px solid #333
}

@media screen and (max-width:767px) {
  .c-nav-list__item:nth-child(3n) {
    border-right: none
  }
}

@media screen and (max-width:767px) {
  .c-nav-list__item:nth-last-child(-n+2) {
    border-bottom: none
  }
}

.c-nav-list__link {
  color: #fff;
  font-size: 16px;
  font-size: 1.7rem;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

@media screen and (max-width:767px) {
  .c-nav-list__link {
    display: block;
    font-size: 1.8rem;
    padding: 18px 0;
    line-height: 1.3
  }
}

.c-nav-list__link:hover {
  color: #ff5a03
}

.c-notes {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
  margin-top: 30px
}

@media screen and (max-width:767px) {
  .c-notes {
    font-size: 1.1rem
  }
}

.c-section {
  padding: 130px 0
}

@media screen and (max-width:767px) {
  .c-section {
    padding: 60px 0
  }
}

.c-section--gray {
  background: #f5f5f5
}

.c-social__list {
  letter-spacing: -.4em;
  text-align: center
}

.c-social__item {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10px;
  width: 50px
}

.c-social__item a {
  display: block
}

.c-social__item a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.c-table-outer {
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.c-table {
  border: 1px solid #e5e5e5;
  margin-top: 60px;
  table-layout: fixed;
  width: 100%
}

@media screen and (max-width:767px) {
  .c-table {
    margin-top: 30px;
    width: 300%
  }
}

.c-table thead tr th {
  background: #eee;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 30px;
  text-align: center
}

@media screen and (max-width:767px) {
  .c-table thead tr th {
    font-size: 1.4rem;
    padding: 15px
  }
}

.c-table tbody tr td {
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  padding: 30px
}

@media screen and (max-width:767px) {
  .c-table tbody tr td {
    font-size: 1.4rem;
    padding: 15px
  }
}

.c-text {
  font-weight: 340;
  font-size: 16px;
  font-size: 1.8rem;
  line-height: 2.5
}

@media screen and (max-width:767px) {
  .c-text {
    font-size: 1.4rem;
  }
}

.c-text_top {
  font-weight: 360;
  font-size: 16px;
  font-size: 2.0rem;
  line-height: 2.8;
  margin-bottom: 40px;
}

@media screen and (max-width:767px) {
  .c-text_top {
    font-size: 1.5rem;
	text-align:left !important;
  }
}

.c-text--center {
  text-align: center
}

@media screen and (max-width:767px) {
  .u-hide-sp {
    display: none!important
  }
}

@media screen and (min-width:768px) {
  .u-hide-pc {
    display: none!important
  }
}

.u-fw-n {
  font-weight: 400!important
}

.u-fw-b {
  font-weight: 700!important
}

.u-fs10 {
  font-size: 72%
}

.u-fs11 {
  font-size: 79%!important
}

.u-fs12 {
  font-size: 86%!important
}

.u-fs13 {
  font-size: 93%!important
}

.u-fs14 {
  font-size: 100%!important
}

.u-fs15 {
  font-size: 108%!important
}

.u-fs16 {
  font-size: 115%!important
}

.u-fs17 {
  font-size: 122%!important
}

.u-fs18 {
  font-size: 129%!important
}

.u-fs19 {
  font-size: 136%!important
}

.u-fs20 {
  font-size: 143%!important
}

.u-fs21 {
  font-size: 150%!important
}

.u-fs22 {
  font-size: 158%!important
}

.u-fs23 {
  font-size: 165%!important
}

.u-fs24 {
  font-size: 172%!important
}

.u-fs25 {
  font-size: 179%!important
}

.u-fs26 {
  font-size: 186%!important
}

.u-ta-l {
  text-align: left!important
}

.u-ta-c {
  text-align: center!important
}

.u-ta-r {
  text-align: right!important
}

.u-va-t {
  vertical-align: top!important
}

.u-va-m {
  vertical-align: middle!important
}

.u-va-b {
  vertical-align: bottom!important
}

.u-fl-l {
  display: inline;
  float: left
}

.u-fl-r {
  display: inline;
  float: right
}

.u-fl-box {
  overflow: hidden
}

.u-cf {
  clear: both
}

.u-mt10 {
  margin-top: 10px
}

.u-mt20 {
  margin-top: 20px
}

.u-mt30 {
  margin-top: 30px
}

.u-mt40 {
  margin-top: 40px
}

.u-mt50 {
  margin-top: 50px
}

.u-mt60 {
  margin-top: 60px
}

.u-mt70 {
  margin-top: 70px
}

.u-mt80 {
  margin-top: 80px
}

.u-mt90 {
  margin-top: 90px
}

.u-mt100 {
  margin-top: 100px
}

.u-mr10 {
  margin-right: 10px
}

.u-mr20 {
  margin-right: 20px
}

.u-mr30 {
  margin-right: 30px
}

.u-mr40 {
  margin-right: 40px
}

.u-mr50 {
  margin-right: 50px
}

.u-mr60 {
  margin-right: 60px
}

.u-mr70 {
  margin-right: 70px
}

.u-mr80 {
  margin-right: 80px
}

.u-mr90 {
  margin-right: 90px
}

.u-mr100 {
  margin-right: 100px
}

.u-mb10 {
  margin-bottom: 10px
}

.u-mb20 {
  margin-bottom: 20px
}

.u-mb30 {
  margin-bottom: 30px
}

.u-mb40 {
  margin-bottom: 40px
}

.u-mb50 {
  margin-bottom: 50px
}

.u-mb60 {
  margin-bottom: 60px
}

.u-mb70 {
  margin-bottom: 70px
}

.u-mb80 {
  margin-bottom: 80px
}

.u-mb90 {
  margin-bottom: 90px
}

.u-mb100 {
  margin-bottom: 100px
}

.u-ml10 {
  margin-left: 10px
}

.u-ml20 {
  margin-left: 20px
}

.u-ml30 {
  margin-left: 30px
}

.u-ml40 {
  margin-left: 40px
}

.u-ml50 {
  margin-left: 50px
}

.u-ml60 {
  margin-left: 60px
}

.u-ml70 {
  margin-left: 70px
}

.u-ml80 {
  margin-left: 80px
}

.u-ml90 {
  margin-left: 90px
}

.u-ml100 {
  margin-left: 100px
}

.u-pt10 {
  padding-top: 10px
}

.u-pt20 {
  padding-top: 20px
}

.u-pt30 {
  padding-top: 30px
}

.u-pt40 {
  padding-top: 40px
}

.u-pt50 {
  padding-top: 50px
}

.u-pt60 {
  padding-top: 60px
}

.u-pt70 {
  padding-top: 70px
}

.u-pt80 {
  padding-top: 80px
}

.u-pt90 {
  padding-top: 90px
}

.u-pt100 {
  padding-top: 100px
}

.u-pr10 {
  padding-right: 10px
}

.u-pr20 {
  padding-right: 20px
}

.u-pr30 {
  padding-right: 30px
}

.u-pr40 {
  padding-right: 40px
}

.u-pr50 {
  padding-right: 50px
}

.u-pr60 {
  padding-right: 60px
}

.u-pr70 {
  padding-right: 70px
}

.u-pr80 {
  padding-right: 80px
}

.u-pr90 {
  padding-right: 90px
}

.u-pr100 {
  padding-right: 100px
}

.u-pb10 {
  padding-bottom: 10px
}

.u-pb20 {
  padding-bottom: 20px
}

.u-pb30 {
  padding-bottom: 30px
}

.u-pb40 {
  padding-bottom: 40px
}

.u-pb50 {
  padding-bottom: 50px
}

.u-pb60 {
  padding-bottom: 60px
}

.u-pb70 {
  padding-bottom: 70px
}

.u-pb80 {
  padding-bottom: 80px
}

.u-pb90 {
  padding-bottom: 90px
}

.u-pb100 {
  padding-bottom: 100px
}

.u-pl10 {
  padding-left: 10px
}

.u-pl20 {
  padding-left: 20px
}

.u-pl30 {
  padding-left: 30px
}

.u-pl40 {
  padding-left: 40px
}

.u-pl50 {
  padding-left: 50px
}

.u-pl60 {
  padding-left: 60px
}

.u-pl70 {
  padding-left: 70px
}

.u-pl80 {
  padding-left: 80px
}

.u-pl90 {
  padding-left: 90px
}

.u-pl100 {
  padding-left: 100px
}
