@charset "UTF-8";
/* Renewal Common */
/* ------------------------------------------------------- */
.inner {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 800px) {
  .inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.pcH {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  .pcH {
    display: inline-block !important;
  }

  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  .tabH {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .mobileH {
    display: none !important;
  }

  .spH {
    display: none !important;
  }
}
#global {
  background-color: #fff;
}

img {
  max-width: 100%;
}

/* btn */
/* ------------------------------------------------------- */
.betaBgBtn {
  line-height: 1;
  padding: 20px;
  display: inline-block;
  background-color: #00587c;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.betaBgBtn:visited, .betaBgBtn:focus, .betaBgBtn:active {
  color: #fff;
}
.betaBgBtn.blue {
  background-color: #00587c;
}
.betaBgBtn.blue:hover {
  background-color: #0a8cbe;
}
.betaBgBtn.white {
  background-color: #fff;
  color: #00587c;
}
.betaBgBtn.white:visited, .betaBgBtn.white:focus, .betaBgBtn.white:active {
  color: #00587c;
}
.betaBgBtn.white:hover {
  background-color: #00587c;
  color: #fff;
}
.betaBgBtn.white:hover:visited, .betaBgBtn.white:hover:focus, .betaBgBtn.white:hover:active {
  color: #fff;
}

.borderBgBtn {
  max-width: none;
  line-height: 1;
  padding: 20px;
  display: inline-block;
  background-color: #f5f7f9;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #dce1e6;
  color: #00587c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.borderBgBtn:visited, .borderBgBtn:focus, .borderBgBtn:active {
  color: #00587c;
}
.borderBgBtn.gray {
  border-color: #dce1e6;
  background-color: #f5f7f9;
  color: #00587c;
}
.borderBgBtn.gray:visited, .borderBgBtn.gray:focus, .borderBgBtn.gray:active {
  color: #00587c;
}
.borderBgBtn.gray:hover {
  background-color: #00587c;
  color: #fff;
}
.borderBgBtn.gray:hover:visited, .borderBgBtn.gray:hover:focus, .borderBgBtn.gray:hover:active {
  color: #fff;
}
.borderBgBtn.blue {
  border-color: #337996;
  background-color: #00587c;
  color: #fff;
}
.borderBgBtn.blue:visited, .borderBgBtn.blue:focus, .borderBgBtn.blue:active {
  color: #fff;
}
.borderBgBtn.blue:hover {
  background-color: #fff;
  color: #00587c;
}
.borderBgBtn.blue:hover:visited, .borderBgBtn.blue:hover:focus, .borderBgBtn.blue:hover:active {
  color: #00587c;
}

.movieBtn {
  width: 100px;
  height: 100px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
@media only screen and (max-width: 599px) {
  .movieBtn {
    width: 75px;
    height: 75px;
  }
}
.movieBtn .playIcon {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/renewal/icon/playIcon.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (max-width: 599px) {
  .movieBtn .playIcon {
    -webkit-background-size: auto 24px;
    -moz-background-size: auto 24px;
    -ms-background-size: auto 24px;
    -o-background-size: auto 24px;
    background-size: auto 24px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .movieBtn .playIcon {
    background-image: url("../images/renewal/icon/playIcon_2x.png");
    -webkit-background-size: 32px auto;
    -moz-background-size: 32px auto;
    -ms-background-size: 32px auto;
    -o-background-size: 32px auto;
    background-size: 32px auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 599px), only screen and (min-resolution: 2dppx) and (max-width: 599px) {
  .movieBtn .playIcon {
    -webkit-background-size: auto 24px;
    -moz-background-size: auto 24px;
    -ms-background-size: auto 24px;
    -o-background-size: auto 24px;
    background-size: auto 24px;
  }
}

.movieBtn .playIcon:hover {
  background-color: #0a8cbe;
}

/* box */
/* ------------------------------------------------------- */
.middleBoxWrap {
  width: 100%;
  display: table;
}
@media only screen and (max-width: 599px) {
  .middleBoxWrap {
    display: block;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  .middleBoxWrap {
    display: block;
  }
}
.middleBoxWrap > div {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 599px) {
  .middleBoxWrap > div {
    display: block;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  .middleBoxWrap > div {
    display: block;
  }
}

.floatBox > .left {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .floatBox > .left {
    float: none;
  }
}
.floatBox > .right {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .floatBox > .right {
    float: none;
  }
}

/* TOP Renewal */
/* ------------------------------------------------------- */
.jp .text {
  font-family: Helvetica , "Helvetica Neue" , Avenir , Arial , Verdana , Roboto , "Droid Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.jp h2 {
  letter-spacing: 0.02rem;
  -webkit-font-smoothing: antialiased;
}

#top .contWrap {
  width: 100%;
}
#top .contWrap .contBox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#top #intro {
  background-color: #c9e6eb;
  background-image: url("../images/renewal/top/intro/rd/photo.jpg");
  background-repeat: no-repeat;
  background-position: center 68%;
}
.es #top #intro {
  background-position: center 107%;
}
@media only screen and (max-width: 800px) {
  #top #intro {
    background-image: none;
    background-position: center bottom;
    background-color: #fff;
  }
  .es #top #intro {
    background-position: center bottom;
  }
}
#top #intro .halfBoxWrap > .halfBox {
  width: 395px;
}
@media only screen and (max-width: 800px) {
  #top #intro .halfBoxWrap > .halfBox {
    width: 100%;
  }
}
#top #intro .halfBoxWrap .left {
  float: left;
}
@media only screen and (max-width: 800px) {
  #top #intro .halfBoxWrap .left {
    float: none;
  }
}
#top #intro .halfBoxWrap .right {
  float: right;
}
@media only screen and (max-width: 800px) {
  #top #intro .halfBoxWrap .right {
    float: none;
  }
}
#top #intro .halfBoxWrap .detail {
  width: 445px;
}
@media only screen and (max-width: 800px) {
  #top #intro .halfBoxWrap .detail {
    width: 100%;
  }
}
#top #intro .halfBoxWrap .detail h2 {
  line-height: 120%;
  font-size: 48px;
  font-family: OceanSansMTPro-Book;
  color: #004679;
}
.jp #top #intro .halfBoxWrap .detail h2 {
  font-family: Helvetica , "Helvetica Neue" , Avenir , Arial , Verdana , Roboto , "Droid Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media only screen and (max-width: 599px) {
  #top #intro .halfBoxWrap .detail h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro .halfBoxWrap .detail h2 {
    font-size: 48px;
  }
}
#top #intro .halfBoxWrap .detail .text {
  line-height: 140%;
  margin-top: 24px;
  font-size: 21px;
  font-weight: 100;
  color: #00587c;
}
@media only screen and (max-width: 599px) {
  #top #intro .halfBoxWrap .detail .text {
    margin-top: 6.37%;
    font-size: 21px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro .halfBoxWrap .detail .text {
    margin-top: 3.83%;
    font-size: 21px;
  }
}
.jp #top #intro .halfBoxWrap .detail .text {
  line-height: 160%;
  font-weight: normal;
  font-size: 19px;
}
@media only screen and (max-width: 599px) {
  .jp #top #intro .halfBoxWrap .detail .text {
    font-size: 18px;
  }
}
#top #intro .halfBoxWrap .detail .btnArea {
  margin-top: 32px;
}
@media only screen and (max-width: 599px) {
  #top #intro .halfBoxWrap .detail .btnArea {
    margin-top: 9.37%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro .halfBoxWrap .detail .btnArea {
    margin-top: 4.16%;
  }
}
#top #intro #holistic {
  padding: 75px 0 0 0;
}
@media only screen and (max-width: 800px) {
  #top #intro #holistic {
    background-color: #e1f0f0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #c8e6eb), color-stop(0, #e1f0f0));
    background: -webkit-linear-gradient(#e1f0f0, #c8e6eb);
    background: -moz-linear-gradient(#e1f0f0, #c8e6eb);
    background: -o-linear-gradient(#e1f0f0, #c8e6eb);
    background: -ms-linear-gradient(#e1f0f0, #c8e6eb);
    background: linear-gradient(#e1f0f0, #c8e6eb);
  }
}
@media only screen and (max-width: 599px) {
  #top #intro #holistic {
    padding: 10.9% 6.25% 15.625% 6.25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro #holistic {
    padding: 6.66% 8.33% 8.33% 8.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#top #intro #holistic .halfBoxWrap {
  position: relative;
}
@media only screen and (max-width: 800px) {
  #top #intro #holistic .halfBoxWrap {
    position: static;
  }
}
#top #intro #holistic .photo {
  width: 460px;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 800px) {
  #top #intro #holistic .photo {
    position: static;
  }
}
@media only screen and (max-width: 599px) {
  #top #intro #holistic .photo {
    width: 100%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro #holistic .photo {
    margin-right: auto;
    margin-left: auto;
  }
}
#top #intro #holistic .photo .mainVisual {
  width: 100%;
  position: relative;
}
#top #intro #holistic .photo .mainVisual .main {
  position: relative;
  z-index: 2;
}
#top #intro #holistic .photo .mainVisual .rotate li {
  width: 780px;
  height: 780px;
  position: absolute;
  top: -160px;
  left: -160px;
  z-index: 1;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media only screen and (max-width: 599px) {
  #top #intro #holistic .photo .mainVisual .rotate li {
    width: 170%;
    height: 170%;
    top: -35%;
    left: -35%;
  }
}
#top #intro #holistic .photo .mainVisual .rotate li:nth-child(1) {
  -webkit-animation: circle_outer 30s linear infinite;
  -moz-animation: circle_outer 30s linear infinite;
  animation: circle_outer 30s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes circle_outer {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle_outer {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle_outer {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#top #intro #holistic .photo .mainVisual .rotate li:nth-child(2) {
  -webkit-animation: circle_center 25s linear infinite;
  -moz-animation: circle_center 25s linear infinite;
  animation: circle_center 25s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes circle_center {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes circle_center {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes circle_center {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#top #intro #holistic .photo .mainVisual .rotate li:nth-child(3) {
  -webkit-animation: circle_inner 20s linear infinite;
  -moz-animation: circle_inner 20s linear infinite;
  animation: circle_inner 20s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes circle_inner {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle_inner {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle_inner {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#top #intro #holistic .detail {
  padding-top: 50px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 599px) {
  #top #intro #holistic .detail {
    padding-top: 6.25%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro #holistic .detail {
    padding-top: 1.83%;
  }
}
.jp #top #intro #holistic .detail h2 {
  line-height: 140%;
  font-size: 42px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .jp #top #intro #holistic .detail h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  .jp #top #intro #holistic .detail h2 {
    font-size: 39px;
  }
}
#top #intro #rd {
  padding-bottom: 100px;
  margin-top: 300px;
}
@media only screen and (max-width: 599px) {
  #top #intro #rd {
    padding-bottom: 15.625% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: #fff;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro #rd {
    padding-bottom: 8.33%;
    margin-top: 0;
    background-color: #fff;
  }
}
@media only screen and (max-width: 800px) {
  #top #intro #rd .photo img {
    vertical-align: top;
  }
}
#top #intro #rd .detail {
  width: 475px;
}
@media only screen and (max-width: 800px) {
  #top #intro #rd .detail {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  #top #intro #rd .detail {
    padding-top: 7.81%;
    padding-right: 6.25%;
    padding-left: 6.25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro #rd .detail {
    padding-top: 5%;
    padding-right: 8.33%;
    padding-left: 8.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#top #intro #rd .detail h2 {
  font-size: 40px;
}
@media only screen and (max-width: 599px) {
  #top #intro #rd .detail h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro #rd .detail h2 {
    font-size: 48px;
  }
}
.jp #top #intro #rd .detail h2 {
  line-height: 140%;
  font-size: 34px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .jp #top #intro #rd .detail h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  .jp #top #intro #rd .detail h2 {
    font-size: 34px;
  }
}
.jp #top #intro #rd .detail .text {
  text-align: left;
}
#top #intro #story {
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 800px) {
  #top #intro #story {
    background-color: #fff;
  }
}
#top #intro #story .storyList {
  width: 100%;
  display: table;
  table-layout: fixed;
}
@media only screen and (max-width: 599px) {
  #top #intro #story .storyList {
    display: block;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro #story .storyList {
    display: table;
    table-layout: fixed;
  }
}
#top #intro #story .storyList > li {
  width: 313.33333px;
  padding: 40px 20px;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #00587c;
  border-left-color: rgba(0, 88, 124, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#top #intro #story .storyList > li:first-child {
  border-left: none;
}
@media only screen and (max-width: 599px) {
  #top #intro #story .storyList > li {
    width: 100%;
    padding: 4.68% 6.25%;
    display: block;
    border-top: 1px solid #dce1e6;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro #story .storyList > li {
    width: 33%;
    vertical-align: top;
  }
}
#top #intro #story .storyList > li a {
  width: 100%;
  display: table;
  table-layout: fixed;
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro #story .storyList > li a {
    padding: 5% 3.33%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#top #intro #story .storyList > li a .photo, #top #intro #story .storyList > li a .detail {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro #story .storyList > li a .photo, #top #intro #story .storyList > li a .detail {
    display: block;
  }
}
#top #intro #story .storyList > li a .photo {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 599px) {
  #top #intro #story .storyList > li a .photo {
    width: 75px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro #story .storyList > li a .photo {
    width: 100px;
    margin: 0 auto 5% auto;
  }
}
#top #intro #story .storyList > li a .photo img {
  display: inline-block;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#top #intro #story .storyList > li a:hover .photo img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#top #intro #story .storyList > li a .detail {
  padding-left: 20px;
}
@media only screen and (max-width: 599px) {
  #top #intro #story .storyList > li a .detail {
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro #story .storyList > li a .detail {
    padding-left: 0;
    text-align: center;
  }
}
#top #intro #story .storyList > li a .storyNum {
  line-height: 1;
  color: #00587c;
  color: rgba(0, 88, 124, 0.4);
  font-size: 14px;
  -webkkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (max-width: 599px) {
  #top #intro #story .storyList > li a .storyNum {
    font-size: 12px;
  }
}
@media only screen and (max-width: 599px) {
  #top #intro #story .storyList > li a .storyNum {
    font-size: 14px;
  }
}
#top #intro #story .storyList > li a .mainTitle {
  line-height: 1.2;
  margin-top: 8px;
  color: #00587c;
  font-size: 21px;
  font-family: OceanSansMTPro-Book;
  -webkkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.jp #top #intro #story .storyList > li a .mainTitle {
  font-family: Helvetica , "Helvetica Neue" , Avenir , Arial , Verdana , Roboto , "Droid Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media only screen and (max-width: 599px) {
  #top #intro #story .storyList > li a .mainTitle {
    font-size: 18px;
  }
  #top #intro #story .storyList > li a .mainTitle span {
    margin-left: 0.3em;
    display: inline-block;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #intro #story .storyList > li a .mainTitle {
    margin-top: 3%;
    font-size: 21px;
  }
}
.jp #top #intro #story .storyList > li a .mainTitle {
  line-height: 1.4;
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .jp #top #intro #story .storyList > li a .mainTitle {
    font-size: 16px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  .jp #top #intro #story .storyList > li a .mainTitle {
    font-size: 15px;
    font-weight: bold;
  }
}
.es #top #intro #story .storyList > li a.story7 .mainTitle {
  font-size: 19px;
}
@media only screen and (max-width: 599px) {
  .es #top #intro #story .storyList > li a.story7 .mainTitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  .es #top #intro #story .storyList > li a.story7 .mainTitle {
    font-size: 19px;
  }
}
#top #intro #story .storyList > li a:hover.story1 .storyNum {
  color: #4bb3a0;
  color: rgba(75, 179, 160, 0.4);
}
#top #intro #story .storyList > li a:hover.story1 .mainTitle {
  color: #4bb3a0;
}
#top #intro #story .storyList > li a:hover.story2 .storyNum {
  color: #279565;
  color: rgba(39, 149, 101, 0.4);
}
#top #intro #story .storyList > li a:hover.story2 .mainTitle {
  color: #279565;
}
#top #intro #story .storyList > li a:hover.story3 .storyNum {
  color: #23a0bc;
  color: rgba(35, 160, 188, 0.4);
}
#top #intro #story .storyList > li a:hover.story3 .mainTitle {
  color: #23a0bc;
}
#top #intro #story .storyList > li a:hover.story4 .storyNum {
  color: #d78c77;
  color: rgba(215, 140, 119, 0.4);
}
#top #intro #story .storyList > li a:hover.story4 .mainTitle {
  color: #ed8c71;
}
#top #intro #story .storyList > li a:hover.story5 .storyNum {
  color: #490c61;
  color: rgba(73, 12, 97, 0.4);
}
#top #intro #story .storyList > li a:hover.story5 .mainTitle {
  color: #490c61;
}
#top #intro #story .storyList > li a:hover.story6 .storyNum {
  color: #0055a5;
  color: rgba(0, 85, 165, 0.4);
}
#top #intro #story .storyList > li a:hover.story6 .mainTitle {
  color: #0055a5;
}
#top #intro #story .storyList > li a:hover.story7 .storyNum {
  color: #394650;
  color: rgba(57, 70, 80, 0.4);
}
#top #intro #story .storyList > li a:hover.story7 .mainTitle {
  color: #394650;
}
#top #industry {
  width: 100%;
  height: 533px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #top #industry {
    height: auto;
    position: static;
  }
}
#top #industry .section {
  width: 100%;
  background-color: #082741;
}
@media only screen and (max-width: 800px) {
  #top #industry .section {
    background-image: url("../images/renewal/top/industry/bg_sp.png");
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}
#top #industry .section:before {
  width: 100%;
  height: 533px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/renewal/top/industry/bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  #top #industry .section:before {
    display: none;
  }
}
#top #industry .section .inner {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  #top #industry .section .inner {
    position: static;
  }
}
#top #industry .middleBoxWrap {
  height: 433px;
}
@media only screen and (max-width: 800px) {
  #top #industry .middleBoxWrap {
    height: auto;
  }
}
#top #industry .middleBoxWrap .movie {
  width: 450px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  #top #industry .middleBoxWrap .movie {
    width: 100%;
    padding: 12.5% 0;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #industry .middleBoxWrap .movie {
    width: 100%;
    padding: 18.16% 0;
  }
}
#top #industry .middleBoxWrap .movie .movieInfo {
  line-height: 1.2;
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  #top #industry .middleBoxWrap .movie .movieInfo {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #industry .middleBoxWrap .movie .movieInfo {
    margin-top: 2%;
  }
}
#top #industry .middleBoxWrap .movie .movieInfo span {
  font-size: 12px;
}
.jp #top #industry .middleBoxWrap .movie .movieInfo {
  font-size: 14px;
}
#top #industry .middleBoxWrap .detail {
  padding-left: 20px;
}
@media only screen and (max-width: 599px) {
  #top #industry .middleBoxWrap .detail {
    padding-top: 6.25%;
    padding-bottom: 15.6%;
    padding-right: 6.25%;
    padding-left: 6.25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #industry .middleBoxWrap .detail {
    padding-top: 4.16%;
    padding-bottom: 6.66%;
    padding-right: 8.33%;
    padding-left: 8.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#top #industry .middleBoxWrap .detail h2 {
  line-height: 120%;
  font-size: 40px;
  font-family: OceanSansMTPro-Book;
  color: #fff;
}
.jp #top #industry .middleBoxWrap .detail h2 {
  font-family: Helvetica , "Helvetica Neue" , Avenir , Arial , Verdana , Roboto , "Droid Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media only screen and (max-width: 599px) {
  #top #industry .middleBoxWrap .detail h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #industry .middleBoxWrap .detail h2 {
    font-size: 40px;
  }
}
.jp #top #industry .middleBoxWrap .detail h2 {
  line-height: 140%;
  font-size: 34px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .jp #top #industry .middleBoxWrap .detail h2 {
    font-size: 24px;
  }
}
#top #industry .middleBoxWrap .detail .text {
  line-height: 1.4;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  #top #industry .middleBoxWrap .detail .text {
    margin-top: 7%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #industry .middleBoxWrap .detail .text {
    margin-top: 5.83%;
  }
}
.jp #top #industry .middleBoxWrap .detail .text {
  line-height: 1.8;
  font-size: 15px;
  font-family: Helvetica , Avenir , Arial , Verdana , Roboto , "Droid Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 599px) {
  .jp #top #industry .middleBoxWrap .detail .text {
    font-size: 16px;
  }
}
#top #industry .middleBoxWrap .detail .notes {
  line-height: 1.4;
  margin-top: 25px;
  font-size: 10px;
  font-weight: 100;
  font-style: italic;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  #top #industry .middleBoxWrap .detail .notes {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #industry .middleBoxWrap .detail .notes {
    margin-top: 4.16%;
  }
}
.jp #top #industry .middleBoxWrap .detail .notes {
  font-family: Helvetica , Avenir , Arial , Verdana , Roboto , "Droid Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 599px) {
  #top #product {
    padding-top: 15.6%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #product {
    padding-top: 10%;
  }
}
#top #product .mainTitle {
  line-height: 120%;
  margin-bottom: 50px;
  font-size: 40px;
  text-align: center;
  font-family: OceanSansMTPro-Book;
  color: #00587c;
}
.jp #top #product .mainTitle {
  font-family: Helvetica , "Helvetica Neue" , Avenir , Arial , Verdana , Roboto , "Droid Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media only screen and (max-width: 599px) {
  #top #product .mainTitle {
    padding-right: 6.25%;
    padding-left: 6.25%;
    margin-bottom: 7.81%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 28px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #product .mainTitle {
    padding-left: 3.33%;
    padding-right: 3.33%;
    margin-bottom: 7.81%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 40px;
  }
}
.jp #top #product .mainTitle {
  line-height: 140%;
  font-size: 34px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .jp #top #product .mainTitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 599px) {
  #top #product .tabNavArea {
    padding-right: 6.25%;
    padding-left: 6.25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #product .tabNavArea {
    padding-left: 3.33%;
    padding-right: 3.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#top #tab {
  padding: 0;
  position: relative;
  z-index: 500;
  border: 1px solid #dce1e6;
}
#top #tab li {
  width: 235px;
  height: auto;
  padding: 0;
  background-color: #f5f7f9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid #dce1e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#top #tab li:first-child {
  border-left: none;
}
@media only screen and (max-width: 599px) {
  #top #tab li {
    width: 50%;
    border: none;
    border-top: 1px solid #dce1e6;
    border-left: 1px solid #dce1e6;
  }
  #top #tab li:nth-child(-n+2) {
    border-top: none;
  }
  #top #tab li:nth-child(2n+1) {
    border-left: none;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #tab li {
    width: 25%;
  }
}
#top #tab li span {
  padding: 14px 0 20px 0;
  border-top: 6px solid transparent;
  display: block;
  color: #3c4650;
  font-size: 14px;
  text-align: center;
  -webkkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (max-width: 599px) {
  #top #tab li span {
    padding: 7px 10px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #tab li span {
    padding: 10px 0;
    font-size: 12px;
  }
}
#top #tab li.current {
  background-color: #dce1e6;
}
#top #tab li.current.category01 span {
  border-top-color: #008ecf;
}
#top #tab li.current.category02 span {
  border-top-color: #e35178;
}
#top #tab li.current.category03 span {
  border-top-color: #46b446;
}
#top #tab li.current.category04 span {
  border-top-color: #eea100;
}
#top #tab li:hover {
  cursor: pointer;
  background-color: #ebedf0;
}
#top #productsArea {
  width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  background-color: #fff;
  overflow: visible !important;
  border: none;
}
@media only screen and (max-width: 800px) {
  #top #productsArea {
    width: 100%;
  }
}
#top #productsArea .productsContentsBox {
  width: 940px;
  padding: 70px 0 0 0;
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  overflow: visible !important;
  border: none;
}
@media only screen and (max-width: 800px) {
  #top #productsArea .productsContentsBox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #top #productsArea .productsContentsBox.current {
    position: static;
    z-index: 2;
  }
  #top #productsArea .productsContentsBox:before {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  #top #productsArea .productsContentsBox {
    padding: 9.375% 6.25% 0 6.25%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #productsArea .productsContentsBox {
    padding: 5.33% 3.33% 0;
  }
}
#top #productsArea .productsContentsBox .thumbnail {
  width: 470px;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 800px) {
  #top #productsArea .productsContentsBox .thumbnail {
    width: 100%;
    position: static;
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  #top #productsArea .productsContentsBox .thumbnail {
    padding-bottom: 1px;
    margin-top: 12%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #productsArea .productsContentsBox .thumbnail {
    margin-top: 5%;
  }
}
#top #productsArea .productsContentsBox .thumbnail img {
  position: absolute;
  z-index: -10;
}
@media only screen and (max-width: 800px) {
  #top #productsArea .productsContentsBox .thumbnail img {
    display: inline-block;
    position: static;
    vertical-align: top;
  }
}
@media only screen and (max-width: 599px) {
  #top #productsArea .productsContentsBox .thumbnail img {
    width: 85.71%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #productsArea .productsContentsBox .thumbnail img {
    width: 56.66%;
  }
}
#top #productsArea .productsContentsBox h2 {
  font-size: 36px;
  font-family: Helvetica,Arial;
  font-weight: 100;
  color: #3c4650;
}
@media only screen and (max-width: 599px) {
  #top #productsArea .productsContentsBox h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #productsArea .productsContentsBox h2 {
    line-height: 1.4;
    font-size: 36px;
    text-align: center;
  }
}
.jp #top #productsArea .productsContentsBox h2 {
  line-height: 140%;
  font-size: 28px;
  font-weight: normal;
}
@media only screen and (max-width: 599px) {
  .jp #top #productsArea .productsContentsBox h2 {
    font-size: 22px !important;
  }
}
.fr #top #productsArea .productsContentsBox h2 br {
  display: inline;
}
#top #productsArea .productsContentsBox .desc {
  width: 470px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 100;
}
@media only screen and (max-width: 599px) {
  #top #productsArea .productsContentsBox .desc {
    width: 100%;
    margin-top: 5%;
    text-align: center;
    font-size: 16px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #productsArea .productsContentsBox .desc {
    width: 100%;
    margin-top: 4%;
    font-size: 16px;
    text-align: center;
  }
}
.jp #top #productsArea .productsContentsBox .desc {
  line-height: 1.8;
  font-weight: normal;
  font-size: 15px;
}
@media only screen and (max-width: 599px) {
  .jp #top #productsArea .productsContentsBox .desc {
    font-size: 16px;
  }
}
#top #productsArea .productsContentsBox .products-logo {
  margin-top: 35px;
  font-size: 0px;
}
@media only screen and (max-width: 800px) {
  #top #productsArea .productsContentsBox .products-logo {
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  #top #productsArea .productsContentsBox .products-logo {
    margin-top: 8%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #productsArea .productsContentsBox .products-logo {
    width: 70%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
  }
}
#top #productsArea .productsContentsBox .products-logo li {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 800px) {
  #top #productsArea .productsContentsBox .products-logo li {
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  #top #productsArea .productsContentsBox .products-logo li img {
    width: 75%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #productsArea .productsContentsBox .products-logo li img {
    width: 90%;
  }
}
#top #productsArea .productsContentsBox .products-logo li a {
  display: inline-block;
}
#top #productsArea .productsContentsBox .btnArea {
  min-height: 0;
  padding: 0;
  margin-top: 35px;
  position: static;
}
@media only screen and (max-width: 800px) {
  #top #productsArea .productsContentsBox .btnArea {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  #top #productsArea .productsContentsBox .btnArea {
    margin-top: 8%;
  }
}
#top #productsArea .productsContentsBox .btnArea a {
  max-width: none;
  line-height: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 18px 20px;
  margin: 0 auto;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-image: none !important;
  position: static;
  -webkkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#top #productsArea .productsContentsBox .btnArea a:visited, #top #productsArea .productsContentsBox .btnArea a:focus, #top #productsArea .productsContentsBox .btnArea a:active {
  color: #fff;
}
#top #productsArea .productsContentsBox#productsContents01 {
  display: block;
}
#top #productsArea .productsContentsBox#productsContents01 .thumbnail img {
  top: 37px;
  right: 0px;
}
@media only screen and (max-width: 599px) {
  #top #productsArea .productsContentsBox#productsContents01 .products-logo li {
    width: 25%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #productsArea .productsContentsBox#productsContents01 .products-logo li {
    width: 25%;
  }
}
#top #productsArea .productsContentsBox#productsContents01 .btnArea a {
  background-color: #008ecf !important;
}
#top #productsArea .productsContentsBox#productsContents01 .btnArea a:hover {
  background-color: #00a2e3 !important;
}
#top #productsArea .productsContentsBox#productsContents02 .thumbnail img {
  top: 37px;
  right: -20px;
}
@media only screen and (max-width: 599px) {
  #top #productsArea .productsContentsBox#productsContents02 .products-logo li {
    width: 33%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #productsArea .productsContentsBox#productsContents02 .products-logo li {
    width: 33%;
  }
}
#top #productsArea .productsContentsBox#productsContents02 .btnArea a {
  background-color: #e35178 !important;
}
#top #productsArea .productsContentsBox#productsContents02 .btnArea a:hover {
  background-color: #f7658c !important;
}
#top #productsArea .productsContentsBox#productsContents03 .thumbnail img {
  top: 36px;
  right: -22px;
}
@media only screen and (max-width: 599px) {
  #top #productsArea .productsContentsBox#productsContents03 .products-logo li {
    width: 50%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #productsArea .productsContentsBox#productsContents03 .products-logo li {
    width: 50%;
  }
}
#top #productsArea .productsContentsBox#productsContents03 .btnArea a {
  background-color: #46b446 !important;
}
#top #productsArea .productsContentsBox#productsContents03 .btnArea a:hover {
  background-color: #5ac85a !important;
}
.es #top #productsArea .productsContentsBox#productsContents04 h2 {
  font-size: 34px;
}
@media only screen and (max-width: 599px) {
  .es #top #productsArea .productsContentsBox#productsContents04 h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  .es #top #productsArea .productsContentsBox#productsContents04 h2 {
    font-size: 36px;
  }
}
#top #productsArea .productsContentsBox#productsContents04 .thumbnail img {
  width: 570px;
  max-width: none;
  top: 85px;
  right: -120px;
}
@media only screen and (max-width: 599px) {
  #top #productsArea .productsContentsBox#productsContents04 .thumbnail img {
    width: 85.71%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #productsArea .productsContentsBox#productsContents04 .thumbnail img {
    width: 56.66%;
  }
}
#top #productsArea .productsContentsBox#productsContents04 .products-logo li {
  margin-right: 20px;
}
@media only screen and (max-width: 599px) {
  #top #productsArea .productsContentsBox#productsContents04 .products-logo li {
    width: 25%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #productsArea .productsContentsBox#productsContents04 .products-logo li {
    width: 25%;
    margin-right: 0;
  }
}
#top #productsArea .productsContentsBox#productsContents04 .btnArea a {
  background-color: #eea100 !important;
}
#top #productsArea .productsContentsBox#productsContents04 .btnArea a:hover {
  background-color: #f8b514 !important;
}
#top #history {
  width: 100%;
  background-color: #1f86b0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #76d0df), color-stop(0, #1f86b0));
  background: -webkit-linear-gradient(#1f86b0, #76d0df);
  background: -moz-linear-gradient(#1f86b0, #76d0df);
  background: -o-linear-gradient(#1f86b0, #76d0df);
  background: -ms-linear-gradient(#1f86b0, #76d0df);
  background: linear-gradient(#1f86b0, #76d0df);
}
#top #history .section {
  width: 100%;
  padding: 95px 0;
  background-image: url("../images/renewal/top/history/bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
@media only screen and (max-width: 800px) {
  #top #history .section {
    background-image: url("../images/renewal/top/history/bg_sp.png");
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 599px) {
  #top #history .section {
    padding: 18.75% 6.25% 54.68% 6.25%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #history .section {
    padding: 10% 8.33% 50% 8.33%;
  }
}
#top #history .middleBoxWrap .movie {
  width: 450px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  #top #history .middleBoxWrap .movie {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  #top #history .middleBoxWrap .movie {
    margin-top: 9.375%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #history .middleBoxWrap .movie {
    margin-top: 10%;
  }
}
#top #history .middleBoxWrap .movie .movieInfo {
  line-height: 1.2;
  margin-top: 15px;
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  #top #history .middleBoxWrap .movie .movieInfo {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #history .middleBoxWrap .movie .movieInfo {
    margin-top: 4%;
  }
}
#top #history .middleBoxWrap .movie .movieInfo span {
  font-size: 12px;
}
.jp #top #history .middleBoxWrap .movie .movieInfo {
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #top #history .middleBoxWrap .detail {
    padding: 0;
  }
}
#top #history .middleBoxWrap .detail h2 {
  line-height: 120%;
  font-size: 40px;
  font-family: OceanSansMTPro-Book;
  color: #fff;
}
.jp #top #history .middleBoxWrap .detail h2 {
  font-family: Helvetica , "Helvetica Neue" , Avenir , Arial , Verdana , Roboto , "Droid Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media only screen and (max-width: 599px) {
  #top #history .middleBoxWrap .detail h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #history .middleBoxWrap .detail h2 {
    font-size: 40px;
  }
}
.jp #top #history .middleBoxWrap .detail h2 {
  line-height: 140%;
  font-size: 34px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .jp #top #history .middleBoxWrap .detail h2 {
    font-size: 24px;
  }
}
#top #history .middleBoxWrap .detail .lead {
  line-height: 1.4;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 100;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  #top #history .middleBoxWrap .detail .lead {
    margin-top: 8%;
    font-size: 18px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #history .middleBoxWrap .detail .lead {
    margin-top: 4%;
    font-size: 21px;
  }
}
.jp #top #history .middleBoxWrap .detail .lead {
  line-height: 1.6;
  font-weight: normal;
  font-size: 19px;
}
@media only screen and (max-width: 599px) {
  .jp #top #history .middleBoxWrap .detail .lead {
    font-size: 18px;
  }
}
#top #history .middleBoxWrap .detail .text {
  line-height: 1.4;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  #top #history .middleBoxWrap .detail .text {
    margin-top: 7%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #history .middleBoxWrap .detail .text {
    margin-top: 4%;
  }
}
.jp #top #history .middleBoxWrap .detail .text {
  line-height: 1.8;
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (max-width: 599px) {
  .jp #top #history .middleBoxWrap .detail .text {
    font-size: 16px;
  }
}
#top #history .middleBoxWrap .detail .btnArea {
  margin-top: 40px;
}
@media only screen and (max-width: 599px) {
  #top #history .middleBoxWrap .detail .btnArea {
    margin-top: 8%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #history .middleBoxWrap .detail .btnArea {
    margin-top: 6%;
  }
}
#top #careers {
  background-color: #f5f7f9;
}
#top #careers .middleBoxWrap > div {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  #top #careers .middleBoxWrap > div {
    width: 100%;
  }
}
#top #careers .photo {
  background-image: url("../images/renewal/top/careers/photo.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 800px) {
  #top #careers .photo {
    width: 100%;
  }
}
#top #careers .photo p {
  padding: 0;
  margin: 0;
  text-align: center;
}
#top #careers .photo p img {
  vertical-align: top;
  visibility: hidden;
}
#top #careers .detail {
  padding: 45px;
}
@media only screen and (max-width: 800px) {
  #top #careers .detail {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 599px) {
  #top #careers .detail {
    padding: 6.25% 6.25% 15.6% 6.25%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #careers .detail {
    padding: 5.83% 8.33% 11.6% 8.33%;
  }
}
#top #careers .detail .detailInner {
  max-width: 425px;
  display: inline-block;
}
@media only screen and (max-width: 800px) {
  #top #careers .detail .detailInner {
    width: 100%;
    max-width: none;
  }
}
#top #careers .detail h2 {
  line-height: 1.2;
  font-size: 36px;
  font-family: OceanSansMTPro-Book;
  color: #00587c;
}
.jp #top #careers .detail h2 {
  font-family: Helvetica , "Helvetica Neue" , Avenir , Arial , Verdana , Roboto , "Droid Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media only screen and (max-width: 599px) {
  #top #careers .detail h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #careers .detail h2 {
    font-size: 36px;
  }
}
.jp #top #careers .detail h2 {
  line-height: 140%;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .jp #top #careers .detail h2 {
    font-size: 24px;
  }
}
#top #careers .detail .text {
  line-height: 1.4;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 100;
  color: #00587c;
}
@media only screen and (max-width: 599px) {
  #top #careers .detail .text {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #careers .detail .text {
    margin-top: 3%;
  }
}
.jp #top #careers .detail .text {
  line-height: 1.8;
  font-weight: normal;
  font-size: 15px;
}
@media only screen and (max-width: 599px) {
  .jp #top #careers .detail .text {
    font-size: 16px;
  }
}
#top #careers .detail .btnArea {
  margin-top: 30px;
}
@media only screen and (max-width: 599px) {
  #top #careers .detail .btnArea {
    margin-top: 6%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #careers .detail .btnArea {
    margin-top: 4%;
  }
}
#top #csr {
  background-color: #f5f7f9;
}
#top #csr .middleBoxWrap > div {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  #top #csr .middleBoxWrap > div {
    width: 100%;
  }
}
#top #csr .middleBoxWrap .photo {
  position: relative;
  background-image: url("../images/renewal/top/csr/photo.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#top #csr .middleBoxWrap .photo .img p {
  padding: 0;
  margin: 0;
  text-align: center;
}
#top #csr .middleBoxWrap .photo .img p img {
  vertical-align: top;
  visibility: hidden;
}
#top #csr .middleBoxWrap .photo .img p.caption {
  width: 100%;
  line-height: 1.4;
  padding: 50px 50px 30px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, black), color-stop(0, transparent));
  background: -webkit-linear-gradient(transparent, black);
  background: -moz-linear-gradient(transparent, black);
  background: -o-linear-gradient(transparent, black);
  background: -ms-linear-gradient(transparent, black);
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 599px) {
  #top #csr .middleBoxWrap .photo .img p.caption {
    padding: 9.375% 6.25% 6.25% 6.25%;
    font-size: 12px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #csr .middleBoxWrap .photo .img p.caption {
    padding: 9.375% 8.33% 6.25% 8.33%;
    font-size: 12px;
  }
}
.jp #top #csr .middleBoxWrap .photo .img p.caption {
  line-height: 1.8;
  font-weight: normal;
  font-size: 15px;
}
@media only screen and (max-width: 599px) {
  .jp #top #csr .middleBoxWrap .photo .img p.caption {
    line-height: 1.4;
  }
}
#top #csr .middleBoxWrap .photo .img p.caption span {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  #top #csr .middleBoxWrap .photo .img p.caption span {
    font-size: 12px;
  }
}
#top #csr .detail {
  padding: 45px;
  text-align: right;
}
@media only screen and (max-width: 800px) {
  #top #csr .detail {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #csr .detail {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  #top #csr .detail .photo {
    width: 100%;
    display: block !important;
  }
}
#top #csr .detail .detailInner {
  max-width: 425px;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 800px) {
  #top #csr .detail .detailInner {
    width: 100%;
    max-width: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 599px) {
  #top #csr .detail .detailInner {
    padding: 6.25% 6.25% 15.6% 6.25%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #csr .detail .detailInner {
    padding: 5.83% 8.33% 11.6% 8.33%;
  }
}
#top #csr .detail h2 {
  line-height: 1.2;
  font-size: 36px;
  font-family: OceanSansMTPro-Book;
  color: #00587c;
}
.jp #top #csr .detail h2 {
  font-family: Helvetica , "Helvetica Neue" , Avenir , Arial , Verdana , Roboto , "Droid Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media only screen and (max-width: 599px) {
  #top #csr .detail h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #csr .detail h2 {
    font-size: 36px;
  }
}
.jp #top #csr .detail h2 {
  line-height: 140%;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .jp #top #csr .detail h2 {
    font-size: 24px;
  }
}
#top #csr .detail .text {
  line-height: 1.4;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 100;
  color: #00587c;
}
@media only screen and (max-width: 599px) {
  #top #csr .detail .text {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #csr .detail .text {
    margin-top: 3%;
  }
}
.jp #top #csr .detail .text {
  line-height: 1.8;
  font-weight: normal;
  font-size: 15px;
}
@media only screen and (max-width: 599px) {
  .jp #top #csr .detail .text {
    font-size: 16px;
  }
}
#top #csr .detail .btnArea {
  margin-top: 30px;
}
@media only screen and (max-width: 599px) {
  #top #csr .detail .btnArea {
    margin-top: 6%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #csr .detail .btnArea {
    margin-top: 4%;
  }
}
#top #news {
  padding: 55px 0 40px 0;
  background-color: #00587c;
}
@media only screen and (max-width: 599px) {
  #top #news {
    padding: 14.06% 0 12.5% 0;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #news {
    padding: 10% 0 7.5% 0;
  }
}
#top #news .section .titleArea {
  margin-bottom: 35px;
}
@media only screen and (max-width: 599px) {
  #top #news .section .titleArea {
    margin-bottom: 9.375%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #news .section .titleArea {
    margin-bottom: 5%;
  }
}
#top #news .section .titleArea h2 {
  line-height: 1.2;
  text-align: center;
  font-size: 36px;
  font-family: OceanSansMTPro-Book;
  /*color: #6d9fb4;*/
  color: #fff;
}
.jp #top #news .section .titleArea h2 {
  font-family: Helvetica , "Helvetica Neue" , Avenir , Arial , Verdana , Roboto , "Droid Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media only screen and (max-width: 599px) {
  #top #news .section .titleArea h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #news .section .titleArea h2 {
    font-size: 36px;
  }
}
.jp #top #news .section .titleArea h2 {
  line-height: 140%;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .jp #top #news .section .titleArea h2 {
    font-size: 24px;
  }
}
#top #news .section .newsList {
  width: 100%;
}
#top #news .section .newsList > ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
@media only screen and (max-width: 800px) {
  #top #news .section .newsList > ul {
    display: block;
    border-top: 1px solid #337996;
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}
#top #news .section .newsList > ul > li {
  padding: 20px;
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid #337996;
  border-left-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#top #news .section .newsList > ul > li:first-child {
  border-left: none;
}
#top #news .section .newsList > ul > li.newsCell_1 {
  width: 300px;
  padding-left: 0;
}
#top #news .section .newsList > ul > li.newsCell_2 {
  width: 340px;
}
#top #news .section .newsList > ul > li.newsCell_3 {
  width: 300px;
  padding-right: 0;
}
@media only screen and (max-width: 800px) {
  #top #news .section .newsList > ul > li {
    width: 100% !important;
    display: block;
    border: none;
    border-bottom: 1px solid #337996;
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 599px) {
  #top #news .section .newsList > ul > li {
    padding: 6.25% !important;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #news .section .newsList > ul > li {
    padding: 2.5% 8.33% !important;
  }
}
#top #news .section .newsList > ul > li a {
  display: inline-block;
  color: #fff;
}
#top #news .section .newsList > ul > li a:visited, #top #news .section .newsList > ul > li a:focus, #top #news .section .newsList > ul > li a:active {
  color: #fff;
}
#top #news .section .newsList > ul > li a .date {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  color: #6d9fb4;
}
@media only screen and (max-width: 599px) {
  #top #news .section .newsList > ul > li a .date {
    margin-bottom: 4%;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #news .section .newsList > ul > li a .date {
    margin-bottom: 3.3%;
  }
}
#top #news .section .newsList > ul > li a .title {
  line-height: 1.2;
  color: #fff;
  font-size: 21px;
  display: inline;
  font-family: Helvetica,Arial;
  font-weight: 100;
  -webkkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 599px) {
  #top #news .section .newsList > ul > li a .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #news .section .newsList > ul > li a .title {
    font-size: 21px;
  }
}
.jp #top #news .section .newsList > ul > li a .title {
  line-height: 1.6;
  font-weight: normal;
  font-size: 15px;
}
#top #news .section .newsList > ul > li a:hover .title {
  border-bottom-color: #fff;
}
#top #news .section .btnArea {
  margin-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 599px) {
  #top #news .section .btnArea {
    margin-top: 9.375%;
    text-align: center;
  }
}
@media only screen and (min-width: 599px) and (max-width: 800px) {
  #top #news .section .btnArea {
    margin-top: 5%;
    text-align: center;
  }
}
#top #news .section .btnArea a {
  padding: 10px;
}
