@charset "UTF-8";
body {
  color: #000;
}

.header .menu-wrapper .menu li a {
  padding: 5px;
}

.header-menu {
  width: 70%;
  float: right;
}

.header {
  padding-top: 0;
  padding-bottom: 0;
  height: 104px;
  width: 100%;
}

.header-logo {
  width: 30%;
  height: 104px;
  float: left;
}

.header .menu-wrapper .menu {
  margin-top: 32px;
}

.mobile-menu-btn {
  width: 35px;
  height: 37px;
  overflow: hidden;
  display: block;
}

.logo {
  padding: 26px 0;
}

.p40-t {
  padding-top: 40px;
}

.pt0 {
  padding-top: 0 !important;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.fz13 {
  font-size: 13px;
}

a {
  color: #156295;
  text-decoration: none;
}

a:hover {
  color: #999999;
  transition: all 0.5s;
}

.mt40 {
  margin-top: 26px;
}

.pt20 {
  padding-top: 20px;
}

p {
  font-size: 88%;
  text-align: left;
}

* {
  box-sizing: border-box;
}

.footer {
  border-top: 1px solid #b72f2a;
}

.width-wrapper {
  max-width: 1030px;
  padding: 80px 0;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.header .menu-wrapper .menu li:hover a {
  color: #b72f2a;
  cursor: pointer;
}

#banner {
  margin-top: 132px;
  background: url(../images/mvbg.png) repeat-x;
  background-size: contain;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#banner .width-wrapper {
  background-image: url("../images/mv_img2.png");
  background-position: right;
  background-size: contain;
  position: relative;
  padding: 0;
  height: 100%;
  margin: 0;
}

#banner .banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  height: 340px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#banner .banner-inner .banner-ribbon {
  width: 410px;
  background-image: url("../images/ribbon.png");
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 6px 32px 8px 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: left;
  letter-spacing: 3px;
  white-space: nowrap;
}

#banner .banner-inner .banner-text {
  text-align: left;
  margin-top: 24px;
  font-weight: bold;
  font-size: 45px;
  color: #000000;
}

#banner .banner-inner .banner-text p {
  margin-bottom: 30px;
}

#banner .banner-inner .banner-text p:nth-child(2) {
  margin-bottom: 0;
}

#banner .banner-inner .banner-text span {
  font-size: 28px;
}

.title {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-top: 70px;
}

.title span {
  letter-spacing: -0.6em;
}

.sub-title {
  text-align: left;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 6px;
  font-size: 17px;
  margin-bottom: 18px;
}

.sub-title-yellow span {
  border-bottom: 3px solid #d99f00;
}

.sub-title-green span {
  border-bottom: 3px solid #338808;
}

.sub-title-blue span {
  border-bottom: 3px solid #006193;
}

.description {
  font-size: 12px;
  text-align: left;
  padding-top: 20px;
  margin-bottom: 10px;
  line-height: 1.6em;
}

.col2 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.col2 div {
  width: calc(50% - 30px);
}

.col2 div img {
  width: 100%;
}

.text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 400;
}

.text span {
  font-size: 18px;
  font-weight: bold;
  color: #ea6a19;
}

.text2 {
  font-size: 21px;
  line-height: 1.5em;
}

.text3 {
  font-size: 19px;
  margin-bottom: 0;
  line-height: 32px;
}

.text3 span.fz16 {
  display: block;
  font-size: 16px;
}

.comment {
  text-align: center;
  padding: 0px 0 30px;
  text-align: center;
}

.comment p.text2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 35px;
  font-weight: bold;
}

#choice {
  padding-top: 0;
  padding-bottom: 45px;
}

#choice .title {
  padding-left: 0;
  padding-right: 0;
}

.t-indent {
  line-height: 1.5;
}

.choice_content {
  background-color: #ecf9fd;
}

.choice_content .width-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.choice_content .t-indent {
  color: #000;
}

.choice_content .t-indent span {
  color: #ea6a19;
  font-weight: bold;
}

.choice_content .arrow {
  display: block;
  text-align: center;
  color: #000;
  background: url(../images/arrow.png) no-repeat center center;
  width: 550px;
  height: 50px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

#voice {
  background-color: #006193;
}

#voice .width-wrapper {
  padding-top: 5px;
  padding-bottom: 86px;
}

#voice h2 {
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#voice .comment {
  color: #fff;
  font-size: 21px;
  margin-bottom: 3px;
}

#voice-slider {
  display: block;
  /* the slides */
  /* the parent */
}

#voice-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#voice-slider .slider-content {
  height: auto;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#voice-slider .slider-content .slider-main {
  background-color: #fff;
}

#voice-slider .slider-content .slider-main img {
  width: 100%;
}

#voice-slider .slider-content .slider-main .slider-name {
  text-align: center;
  padding-top: 14px;
  font-size: 15px;
  margin: auto;
  padding-bottom: 20px;
}

#voice-slider .slider-content .slider-main .slider-text {
  padding: 0 27px 20px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: auto;
}

#voice-slider .slider-content .slider-comment {
  background-color: #fff;
  padding: 0 27px 5px 27px;
}

#voice-slider .slider-content .slider-comment p {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #006193;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: auto;
  padding-bottom: 20px;
}

#voice-slider .slider-content .slider-comment p span {
  color: #ea6a19;
  font-weight: bold;
}

#voice-slider .slick-slide {
  margin: 0 16px;
}

#voice-slider .slick-list {
  margin: 0 -16px;
}

#voice-slider .slick-prev {
  left: -44px;
  z-index: 200;
  height: 26px;
}

#voice-slider .slick-next {
  right: -44px;
  z-index: 200;
  height: 26px;
}

#voice-slider .slick-prev:before {
  content: "";
  background: url("../images/prev.png");
  display: block;
  width: 16px;
  height: 26px;
}

#voice-slider .slick-next:before {
  content: "";
  background: url("../images/next.png");
  display: block;
  width: 16px;
  height: 26px;
}

#voice-slider .slick-dots {
  bottom: -48px;
  left: 0;
  right: 0;
}

#voice-slider .slick-dots li button:before {
  color: white;
}

#type .width-wrapper {
  padding-top: 0px;
  padding-bottom: 0;
}

#type .width-wrapper .comment {
  margin-bottom: 0;
}

#type .tab {
  overflow: hidden;
  padding: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#type .tab li {
  font-size: 18px;
  font-weight: bold;
  background: #006193;
  color: #fff;
  float: left;
  padding: 32px 0px 32px 32px;
  margin-right: 10px;
  cursor: pointer;
  width: calc(50%);
  text-align: left;
}

#type .tab li:last-child {
  margin-right: 0;
}

#type .tab li.select {
  background: #f2f2f2;
  color: #006193;
  transition: 0.3s ease-in-out;
}

#type .content {
  background: #f2f2f2;
  padding-bottom: 0px;
}

#type .content li {
  background: #f2f2f2;
  padding: 28px;
  display: none;
}

#type .content li.select {
  display: block;
}

#type .content li .content-body {
  position: relative;
}

#type .content li .content-body h3 {
  text-align: left;
  font-size: 24px;
  padding-bottom: 24px;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#type .content li .content-body div:nth-child(1) {
  max-width: 500px;
}

#type .content li .content-body div:nth-child(1) p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  line-height: 1.6;
}

#type .content li .content-body div:nth-child(1) p span {
  font-size: 13px;
}

#type .content li .content-body div.content-image {
  position: absolute;
  right: 0;
  top: 40px;
  max-width: calc(100% - 520px);
}

#type .content li .content-body div.content-image img {
  width: 100%;
}

#type .content li .fund {
  padding-top: 36px;
}

#type > ul.content > li.select.seichou > div > p {
  margin-top: 30px;
}

.card .card-item {
  padding: 0;
  background-color: #fff;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
  border-bottom: 1px dashed #000;
  padding-bottom: 20px;
}

.card-item-img {
  width: 200px;
  height: auto;
  float: left;
}

.card-item-img img {
  width: 100%;
}

.card-item-content {
  float: left;
  padding: 0px 0px 0 30px;
  width: calc(100% - 200px);
}

.card-item-content h5 {
  text-align: left;
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.card-item-content dl,
.card-item-content div {
  display: block;
  text-align: left;
  margin: 0;
  line-height: 27px;
}

.card-item-content dl dt,
.card-item-content div dt {
  text-align-last: left;
  display: inline;
  line-height: 27px;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}

.card-item-content dl dd,
.card-item-content div dd {
  text-align: left;
  display: inline;
  margin-left: 1em;
  line-height: 27px;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: top;
}

.card-item-content dl dd span,
.card-item-content div dd span {
  padding: 0 0.25em;
}

.card-item-content dl a,
.card-item-content div a {
  display: inline;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}

.card-item-content p {
  margin: 0;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.6;
}

.button a {
  display: block;
  width: 313px;
  padding: 16px 0;
  text-align: center;
  margin: 40px auto 0px;
  background-color: #016fad;
  color: white;
  display: block;
}

.button a:hover {
  background-color: #00527c;
  transition: 0.3s ease-out;
}

#lineup .width-wrapper {
  padding-top: 0;
}

@media screen and (max-width: 1300px) {
  .header {
    height: 154px;
  }
  .header-logo {
    width: 100%;
    float: none;
  }
  .header-menu {
    width: 100%;
    float: none;
  }
  .header .menu-wrapper .menu {
    margin-top: 0px;
  }
  #banner {
    margin-top: 182px;
  }
}

@media screen and (max-width: 1122px) {
  #banner .banner-inner .banner-text {
    margin-top: 18px;
    font-size: 40px;
  }
  #banner .banner-inner .banner-text p {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 1028px) {
  .width-wrapper {
    width: 100% !important;
    padding: 0 4%;
    box-sizing: border-box;
  }
  #lineup .width-wrapper {
    padding: 5% 4%;
    padding-top: 0;
  }
  #banner .banner-inner {
    padding: 0 4%;
  }
  #type .content li .content-body div:nth-child(1) {
    max-width: 55%;
  }
  #type .content li .content-body div.content-image {
    max-width: 40%;
  }
  #voice-slider .slick-prev {
    left: -25px;
    bottom: -10px;
  }
  #voice-slider .slick-next {
    right: -28px;
    bottom: -10px;
  }
  #type .content li .content-body div.content-image {
    top: 70px;
  }
  #type .content li .content-body div:nth-child(1) .mt40 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 994px) {
  #banner .banner-inner .banner-text {
    margin-top: 18px;
    font-size: 38px;
  }
  #banner .banner-inner .banner-text p {
    margin-bottom: 15px;
  }
  #banner .banner-inner .banner-text p span {
    font-size: 24px;
  }
}

@media screen and (max-width: 970px) {
  #banner {
    width: 100%;
    height: 360px;
    margin-top: 182px;
  }
  #banner .width-wrapper {
    background-position: center center;
    background-image: url("../images/mv_img_sp2.png");
  }
  #banner .banner-inner {
    padding: 0;
    height: 360px;
  }
  #banner .banner-inner .banner-ribbon {
    margin: 0 auto;
  }
  #banner .banner-inner .banner-text {
    text-align: center;
    width: 80%;
    margin: 10px auto 0;
  }
  #banner .banner-inner .banner-text p {
    font-size: 50px;
    text-align: center;
    background: #fff;
    padding: 24px 7px 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -js-display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px auto;
    font-weight: bold !important;
  }
  #banner .banner-inner .banner-text p span {
    display: inline;
    font-size: 35px;
  }
}

@media screen and (max-width: 830px) {
  #banner {
    height: 340px;
    margin-top: 71px;
  }
  #banner .width-wrapper {
    background-size: contain;
    padding-right: 25px;
    padding-left: 25px;
  }
  #banner .banner-inner {
    padding: 0;
    height: 340px;
  }
  #banner .banner-inner .banner-ribbon {
    margin: 0 auto;
    font-weight: normal;
  }
  #banner .banner-inner .banner-text {
    text-align: center;
    width: 80%;
    margin: 10px auto 0;
  }
  #banner .banner-inner .banner-text p {
    font-size: 41px;
    font-weight: normal !important;
    text-align: center;
    background: #fff;
    padding: 24px 7px 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -js-display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px auto;
  }
  #banner .banner-inner .banner-text p span {
    display: inline;
    font-size: 30px;
  }
  .t-indent {
    margin-left: 1em;
    text-indent: -1em;
    display: block;
  }
  .mobileShow {
    display: block !important;
  }
  .desktopShow {
    display: none !important;
  }
  .logo {
    padding: 15px 0;
  }
  .logo img {
    height: 41px;
    width: auto;
  }
  .mobile-menu-btn {
    float: right;
    padding-top: 2px;
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .header {
    width: 100%;
    padding: 0px 15px 0px;
    height: 71px;
  }
  .mobile-menu-btn img {
    width: 35px;
  }
  .header .menu-wrapper .menu {
    display: none;
    width: 100%;
    height: auto;
    background-color: #fff;
    z-index: 99999;
    position: fixed;
    left: 0px;
    top: 63px;
    text-align: left;
    border-bottom: 1px solid #006193;
    padding-top: 0;
  }
  .header .menu-wrapper .menu li {
    display: block;
    color: #006193;
    border-top: 1px solid #006193;
    font-size: 20px;
    font-weight: 400;
  }
  .header .menu-wrapper .menu li a {
    display: block;
    padding: 20px;
  }
  .header .menu-wrapper .menu li span {
    float: right;
  }
  .header .menu-wrapper .addtocalendar {
    margin-right: 20px;
  }
  .col2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -js-display: flex;
    display: inline-block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .col2 div {
    width: 100%;
    margin-bottom: 26px;
  }
  .col2 div img {
    width: 70%;
  }
  .text {
    padding: 15px;
  }
  .text3 {
    font-size: 16px;
    line-height: 1.6;
  }
  #type > ul.content > li > div > div > h4.sub-title.mt40 {
    margin-top: 60px;
  }
  #voice-slider {
    padding-bottom: 50px;
  }
  #voice-slider .slider-content .slider-main .slider-text {
    padding: 0 15px 22px;
    line-height: 23px;
    box-sizing: border-box;
  }
  #voice-slider .slider-content .slider-comment {
    padding: 0 15px 20px;
  }
  #voice-slider .slider-content .slider-comment p {
    margin-bottom: 0;
    line-height: 23px;
  }
  #voice-slider .slider-content .slider-comment p span {
    font-size: 15px;
  }
  #voice-slider .slick-slide {
    margin: 0 10px;
  }
  #voice-slider .slick-prev {
    top: auto;
    bottom: -15px;
    left: -14px;
  }
  #voice-slider .slick-next {
    top: auto;
    bottom: -15px;
    right: -14px;
  }
  #voice-slider .slick-dots {
    bottom: 0px;
  }
}

@media screen and (max-width: 769px) {
  .width-wrapper {
    width: 100% !important;
    padding: 5% 25px;
    box-sizing: border-box;
  }
  .choice_content .width-wrapper {
    padding: 5% 25px;
  }
  .banner-wrapper {
    padding: 0;
  }
  .header-logo {
    height: 71px;
  }
  .banner {
    margin-top: 71px;
  }
  .banner-image img {
    top: -10%;
  }
  .banner-text {
    font-size: 140%;
  }
  .choice_content .arrow {
    width: 100%;
    margin: 20px auto;
    font-size: 16px;
  }
  #type .content li .content-body div.content-image {
    bottom: 100px;
  }
  #type .content li .content-body div:nth-child(1) p {
    height: auto;
  }
  #type .tab {
    padding: 0 2%;
    margin-top: 5px;
  }
  #type .tab li {
    padding: 17px 0px 17px 17px;
    font-size: 15px;
  }
  #type .content {
    padding-bottom: 10px;
  }
  #type .content li {
    padding: 20px 2%;
  }
  #type .content li .mt20 {
    margin-top: 14px;
  }
  #type .content li .content-body div:nth-child(1) {
    max-width: none;
    width: 100%;
  }
  #type .content li .content-body div:nth-child(1) .sub-title {
    margin-bottom: 6px;
  }
  #type .content li .content-body div:nth-child(1) .sub-title .t-indent {
    margin-left: 2em;
    text-indent: -2em;
  }
  #type .content li .content-body div:nth-child(1) p {
    line-height: 24px;
  }
  #type .content li .content-body div:nth-child(1) .mt40 {
    margin-top: 38px;
  }
  #type .content li .content-body h3 {
    font-size: 18px !important;
  }
  #type .content li .content-body div.content-image {
    position: static;
    width: 60%;
    margin: 20px auto 0;
    display: block;
    max-width: none;
  }
  #type .card .card-item {
    margin-bottom: 7px;
  }
  #type .card .card-item .card-item-img {
    float: none;
    width: 100%;
  }
  #type .card .card-item .card-item-content {
    float: none;
    width: 100%;
    padding: 20px 10px;
    height: auto;
  }
  #type #type > ul.content > li.select.seichou > div > div > h4.sub-title.mt40 {
    margin-top: 38px;
  }
  .button a {
    font-size: 16px;
  }
  .footer p {
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  #banner {
    height: 260px;
  }
  #banner .banner-inner {
    padding: 0;
    height: 260px;
  }
  #banner .banner-inner .banner-ribbon {
    margin: 0 auto;
    font-weight: normal;
  }
  #banner .banner-inner .banner-text {
    width: 100%;
    margin: 0px auto 0;
  }
  #banner .banner-inner .banner-text p {
    font-size: 38px;
    padding: 18px 7px 10px;
    margin: 8px auto;
  }
  #banner .banner-inner .banner-text p span {
    font-size: 28px;
  }
}

@media only screen and (max-width: 625px) {
  #banner .width-wrapper {
    background-size: cover;
  }
}

@media only screen and (max-width: 480px) {
  #lineup .card .card-item-img {
    float: none;
    width: 100%;
  }
  #lineup .card .card-item-content {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  #lineup .card .card-item-content dl dt,
  #lineup .card .card-item-content div dt {
    display: block;
  }
  #lineup .card .card-item-content dl dd,
  #lineup .card .card-item-content div dd {
    margin-left: 0;
  }
  #lineup .card .card-item:last-child {
    border: none;
  }
  #banner .banner-inner .banner-ribbon {
    font-size: 15px;
    padding: 4px 0px 6px 30px;
  }
  #banner .banner-inner .banner-text p {
    font-size: 33px;
    padding: 12px 5px 7px;
    margin: 8px auto;
  }
  #banner .banner-inner .banner-text p span {
    font-size: 25px;
  }
  .width-wrapper {
    padding: 5%;
  }
  .header .menu-wrapper .menu li {
    font-size: 80%;
  }
  .logo img {
    height: 34px;
    width: auto;
  }
  .header {
    height: 64px;
  }
  .header-logo {
    height: 64px;
  }
  .sub-title {
    font-size: 15px;
    margin-bottom: 22px;
    padding-bottom: 0;
  }
  .description {
    padding-top: 4px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .col2 div {
    margin-bottom: 6px;
  }
  .text {
    padding: 0;
    line-height: 27px;
  }
  .text span {
    font-size: 16px;
  }
  .mt10 {
    margin-top: 0;
  }
  .t-indent {
    margin-left: 1em;
    text-indent: -1em;
    display: block;
  }
  .comment {
    padding: 24px 0 12px;
    text-align: center;
    margin-bottom: 0px;
  }
  .title {
    font-size: 28px !important;
    padding: 43px 0 0;
  }
  .title::after {
    display: block;
    width: 29px;
    height: 4px;
    margin: 3px auto 13px;
    background: #b72f2a;
  }
  .comment p.text2 {
    font-size: 16px;
    text-align: left;
    line-height: 27px;
  }
  #choice {
    padding-bottom: 20px;
  }
  #voice .width-wrapper {
    padding-bottom: 22px;
  }
  .col2 div img {
    width: 100%;
  }
  #type .content {
    padding-bottom: 0;
  }
  #type .content li .content-body div.content-image {
    width: 100%;
  }
  .card-item-content dl dd span,
  .card-item-content div dd span {
    padding: 0;
  }
  .button a {
    width: 100%;
    margin: 20px auto 32px;
    font-size: 16px;
  }
  .choice_content .width-wrapper {
    padding: 35px 5%;
  }
  .choice_content .arrow {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 420px) {
  #banner .banner-inner .banner-ribbon {
    font-size: 13px;
    padding: 2px 0px 4px 10px;
    width: 340px;
  }
  #banner .banner-inner .banner-text p {
    font-size: 28px;
    padding: 10px 5px 5px;
    margin: 6px auto;
  }
  #banner .banner-inner .banner-text p span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 370px) {
  #type .tab li {
    padding: 17px 0px 17px 11px;
  }
  #banner .banner-inner .banner-ribbon {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 2px 0px 4px 10px;
    width: 290px;
  }
  #banner .banner-inner .banner-text p {
    font-size: 24px;
    padding: 8px 5px 4px;
    margin: 3px auto;
  }
  #banner .banner-inner .banner-text p span {
    font-size: 20px;
  }
}

.footer {
  border-top: 1px solid #b72f2a;
  width: 100%;
  font-size: 18px;
  height: 146px;
  padding: 18px 5% 8px;
}

.footer-read {
  color: #616161;
}

.footer-read:hover {
  color: #999999;
}

.fs-u {
  text-decoration: underline;
}

.f16 {
  font-size: auto;
  font-size: calc(15px - 0.6px);
  margin-bottom: 0;
}

.f14 {
  font-size: calc(13px - 0.3px);
  color: #000000;
  line-height: 1.8;
}

.fs-b {
  font-weight: bold;
}

.m30-t {
  margin-top: 25px;
}

.m0-b {
  margin-bottom: 0;
}

.f12 {
  font-size: 11px;
  color: #000000;
}

.m0 {
  margin: 0;
}

.lh-12 {
  line-height: 1.2;
}

.m0-t {
  margin-top: 0;
}

@media only screen and (max-width: 480px) {
  .footer p {
    text-align: left;
  }
}

#voice-slider {
  display: block\9;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .footer {
    border-top: 1px solid #b72f2a;
    width: 100%;
    font-size: 18px;
    height: 146px;
    padding: 18px 5% 8px;
  }
  .footer-read {
    color: #616161;
  }
  .footer-read:hover {
    color: #999999;
  }
  .fs-u {
    text-decoration: underline;
  }
  .f16 {
    font-size: auto;
    font-size: calc(15px - 0.6px);
    margin-bottom: 0;
  }
  .f14 {
    font-size: calc(13px - 0.3px);
    color: #000000;
    line-height: 1.8;
  }
  .fs-b {
    font-weight: bold;
  }
  .m30-t {
    margin-top: 25px;
  }
  .m0-b {
    margin-bottom: 0;
  }
  .f12 {
    font-size: 11px;
    color: #000000;
  }
  .m0 {
    margin: 0;
  }
  .lh-12 {
    line-height: 1.2;
  }
  .m0-t {
    margin-top: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .footer {
    padding-bottom: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .footer {
    padding-bottom: 0;
    height: 40px;
  }
  .f07em {
    font-size: 70%;
  }
  .f08em {
    font-size: 80%;
  }
  .f09em {
    font-size: 90%;
  }
  .f24 {
    font-size: 133%;
  }
  .f22 {
    font-size: 122%;
  }
  .f20 {
    font-size: 111%;
  }
  .f18 {
    font-size: 100%;
  }
  .f16 {
    font-size: 88%;
  }
  .f14 {
    font-size: 78%;
  }
  .f12 {
    font-size: 66%;
  }
  .f10 {
    font-size: 55%;
  }
  .lh-10 {
    line-height: 1;
  }
  .lh-12 {
    line-height: 1.2;
  }
  .lh-14 {
    line-height: 1.4;
  }
  .lh-16 {
    line-height: 1.6;
  }
  .lh-18 {
    line-height: 1.8;
  }
  .lh-20 {
    line-height: 2;
  }
  .lh-22 {
    line-height: 2.2;
  }
  .lh-25 {
    line-height: 2.5;
  }
  .lh-30 {
    line-height: 3;
  }
  .lh-35 {
    line-height: 3.5;
  }
  .m0 {
    margin: 0;
  }
  .m0-t {
    margin-top: 0;
  }
  .m0-r {
    margin-right: 0;
  }
  .m0-b {
    margin-bottom: 0;
  }
  .m0-l {
    margin-left: 0;
  }
  .m2 {
    margin: 2px;
  }
  .m2-t {
    margin-top: 2px;
  }
  .m2-r {
    margin-right: 2px;
  }
  .m2-b {
    margin-bottom: 2px;
  }
  .m2-l {
    margin-left: 2px;
  }
  .m3 {
    margin: 3px;
  }
  .m3-t {
    margin-top: 3px;
  }
  .m3-r {
    margin-right: 3px;
  }
  .m3-b {
    margin-bottom: 3px;
  }
  .m3-l {
    margin-left: 3px;
  }
  .m5 {
    margin: 5px;
  }
  .m5-t {
    margin-top: 5px;
  }
  .m5-r {
    margin-right: 5px;
  }
  .m5-b {
    margin-bottom: 5px;
  }
  .m5-l {
    margin-left: 5px;
  }
  .m8 {
    margin: 8px;
  }
  .m8-t {
    margin-top: 8px;
  }
  .m8-r {
    margin-right: 8px;
  }
  .m8-b {
    margin-bottom: 8px;
  }
  .m8-l {
    margin-left: 8px;
  }
  .m10 {
    margin: 10px;
  }
  .m10-t {
    margin-top: 10px;
  }
  .m10-r {
    margin-right: 10px;
  }
  .m10-b {
    margin-bottom: 10px;
  }
  .m10-l {
    margin-left: 10px;
  }
  .m12 {
    margin: 12px;
  }
  .m12-t {
    margin-top: 12px;
  }
  .m12-r {
    margin-right: 12px;
  }
  .m12-b {
    margin-bottom: 12px;
  }
  .m12-l {
    margin-left: 12px;
  }
  .m15 {
    margin: 15px;
  }
  .m15-t {
    margin-top: 15px;
  }
  .m15-r {
    margin-right: 15px;
  }
  .m15-b {
    margin-bottom: 15px;
  }
  .m15-l {
    margin-left: 15px;
  }
  .m20 {
    margin: 20px;
  }
  .m20-t {
    margin-top: 20px;
  }
  .m20-r {
    margin-right: 20px;
  }
  .m20-b {
    margin-bottom: 20px;
  }
  .m20-l {
    margin-left: 20px;
  }
  .m25 {
    margin: 25px;
  }
  .m25-t {
    margin-top: 25px;
  }
  .m25-r {
    margin-right: 25px;
  }
  .m25-b {
    margin-bottom: 25px;
  }
  .m25-l {
    margin-left: 25px;
  }
  .m30 {
    margin: 30px;
  }
  .m30-t {
    margin-top: 30px;
  }
  .m30-r {
    margin-right: 30px;
  }
  .m30-b {
    margin-bottom: 30px;
  }
  .m30-l {
    margin-left: 30px;
  }
  .m40 {
    margin: 40px;
  }
  .m40-t {
    margin-top: 40px;
  }
  .m40-r {
    margin-right: 40px;
  }
  .m40-b {
    margin-bottom: 40px;
  }
  .m40-l {
    margin-left: 40px;
  }
  .m50 {
    margin: 50px;
  }
  .m50-t {
    margin-top: 50px;
  }
  .m50-r {
    margin-right: 50px;
  }
  .m50-b {
    margin-bottom: 50px;
  }
  .m50-l {
    margin-left: 50px;
  }
  .m60 {
    margin: 60px;
  }
  .m60-t {
    margin-top: 60px;
  }
  .m60-r {
    margin-right: 60px;
  }
  .m60-b {
    margin-bottom: 60px;
  }
  .m60-l {
    margin-left: 60px;
  }
  .m70 {
    margin: 70px;
  }
  .m70-t {
    margin-top: 70px;
  }
  .m70-r {
    margin-right: 70px;
  }
  .m70-b {
    margin-bottom: 70px;
  }
  .m70-l {
    margin-left: 70px;
  }
  .m80 {
    margin: 80px;
  }
  .m80-t {
    margin-top: 80px;
  }
  .m80-r {
    margin-right: 80px;
  }
  .m80-b {
    margin-bottom: 80px;
  }
  .m80-l {
    margin-left: 80px;
  }
  .m90 {
    margin: 90px;
  }
  .m90-t {
    margin-top: 90px;
  }
  .m90-r {
    margin-right: 90px;
  }
  .m90-b {
    margin-bottom: 90px;
  }
  .m90-l {
    margin-left: 90px;
  }
  .m100 {
    margin: 100px;
  }
  .m100-t {
    margin-top: 100px;
  }
  .m100-r {
    margin-right: 100px;
  }
  .m100-b {
    margin-bottom: 100px;
  }
  .m100-l {
    margin-left: 100px;
  }
  .m200 {
    margin: 200px;
  }
  .m200-t {
    margin-top: 200px;
  }
  .m200-r {
    margin-right: 200px;
  }
  .m200-b {
    margin-bottom: 200px;
  }
  .m200-l {
    margin-left: 200px;
  }
}

@-moz-document url-prefix() {
  .footer {
    padding: 20px 5% 20px;
    height: 40px;
  }
  .footer p.f12:nth-child(4) {
    margin-bottom: 20px;
  }
  .f07em {
    font-size: 70%;
  }
  .f08em {
    font-size: 80%;
  }
  .f09em {
    font-size: 90%;
  }
  .f24 {
    font-size: 133%;
  }
  .f22 {
    font-size: 122%;
  }
  .f20 {
    font-size: 111%;
  }
  .f18 {
    font-size: 100%;
  }
  .f16 {
    font-size: 88%;
  }
  .f14 {
    font-size: 78%;
  }
  .f12 {
    font-size: 66%;
  }
  .f10 {
    font-size: 55%;
  }
  .lh-10 {
    line-height: 1;
  }
  .lh-12 {
    line-height: 1.2;
  }
  .lh-14 {
    line-height: 1.4;
  }
  .lh-16 {
    line-height: 1.6;
  }
  .lh-18 {
    line-height: 1.8;
  }
  .lh-20 {
    line-height: 2;
  }
  .lh-22 {
    line-height: 2.2;
  }
  .lh-25 {
    line-height: 2.5;
  }
  .lh-30 {
    line-height: 3;
  }
  .lh-35 {
    line-height: 3.5;
  }
  .m0 {
    margin: 0;
  }
  .m0-t {
    margin-top: 0;
  }
  .m0-r {
    margin-right: 0;
  }
  .m0-b {
    margin-bottom: 0;
  }
  .m0-l {
    margin-left: 0;
  }
  .m2 {
    margin: 2px;
  }
  .m2-t {
    margin-top: 2px;
  }
  .m2-r {
    margin-right: 2px;
  }
  .m2-b {
    margin-bottom: 2px;
  }
  .m2-l {
    margin-left: 2px;
  }
  .m3 {
    margin: 3px;
  }
  .m3-t {
    margin-top: 3px;
  }
  .m3-r {
    margin-right: 3px;
  }
  .m3-b {
    margin-bottom: 3px;
  }
  .m3-l {
    margin-left: 3px;
  }
  .m5 {
    margin: 5px;
  }
  .m5-t {
    margin-top: 5px;
  }
  .m5-r {
    margin-right: 5px;
  }
  .m5-b {
    margin-bottom: 5px;
  }
  .m5-l {
    margin-left: 5px;
  }
  .m8 {
    margin: 8px;
  }
  .m8-t {
    margin-top: 8px;
  }
  .m8-r {
    margin-right: 8px;
  }
  .m8-b {
    margin-bottom: 8px;
  }
  .m8-l {
    margin-left: 8px;
  }
  .m10 {
    margin: 10px;
  }
  .m10-t {
    margin-top: 10px;
  }
  .m10-r {
    margin-right: 10px;
  }
  .m10-b {
    margin-bottom: 10px;
  }
  .m10-l {
    margin-left: 10px;
  }
  .m12 {
    margin: 12px;
  }
  .m12-t {
    margin-top: 12px;
  }
  .m12-r {
    margin-right: 12px;
  }
  .m12-b {
    margin-bottom: 12px;
  }
  .m12-l {
    margin-left: 12px;
  }
  .m15 {
    margin: 15px;
  }
  .m15-t {
    margin-top: 15px;
  }
  .m15-r {
    margin-right: 15px;
  }
  .m15-b {
    margin-bottom: 15px;
  }
  .m15-l {
    margin-left: 15px;
  }
  .m20 {
    margin: 20px;
  }
  .m20-t {
    margin-top: 20px;
  }
  .m20-r {
    margin-right: 20px;
  }
  .m20-b {
    margin-bottom: 20px;
  }
  .m20-l {
    margin-left: 20px;
  }
  .m25 {
    margin: 25px;
  }
  .m25-t {
    margin-top: 25px;
  }
  .m25-r {
    margin-right: 25px;
  }
  .m25-b {
    margin-bottom: 25px;
  }
  .m25-l {
    margin-left: 25px;
  }
  .m30 {
    margin: 30px;
  }
  .m30-t {
    margin-top: 30px;
  }
  .m30-r {
    margin-right: 30px;
  }
  .m30-b {
    margin-bottom: 30px;
  }
  .m30-l {
    margin-left: 30px;
  }
  .m40 {
    margin: 40px;
  }
  .m40-t {
    margin-top: 40px;
  }
  .m40-r {
    margin-right: 40px;
  }
  .m40-b {
    margin-bottom: 40px;
  }
  .m40-l {
    margin-left: 40px;
  }
  .m50 {
    margin: 50px;
  }
  .m50-t {
    margin-top: 50px;
  }
  .m50-r {
    margin-right: 50px;
  }
  .m50-b {
    margin-bottom: 50px;
  }
  .m50-l {
    margin-left: 50px;
  }
  .m60 {
    margin: 60px;
  }
  .m60-t {
    margin-top: 60px;
  }
  .m60-r {
    margin-right: 60px;
  }
  .m60-b {
    margin-bottom: 60px;
  }
  .m60-l {
    margin-left: 60px;
  }
  .m70 {
    margin: 70px;
  }
  .m70-t {
    margin-top: 70px;
  }
  .m70-r {
    margin-right: 70px;
  }
  .m70-b {
    margin-bottom: 70px;
  }
  .m70-l {
    margin-left: 70px;
  }
  .m80 {
    margin: 80px;
  }
  .m80-t {
    margin-top: 80px;
  }
  .m80-r {
    margin-right: 80px;
  }
  .m80-b {
    margin-bottom: 80px;
  }
  .m80-l {
    margin-left: 80px;
  }
  .m90 {
    margin: 90px;
  }
  .m90-t {
    margin-top: 90px;
  }
  .m90-r {
    margin-right: 90px;
  }
  .m90-b {
    margin-bottom: 90px;
  }
  .m90-l {
    margin-left: 90px;
  }
  .m100 {
    margin: 100px;
  }
  .m100-t {
    margin-top: 100px;
  }
  .m100-r {
    margin-right: 100px;
  }
  .m100-b {
    margin-bottom: 100px;
  }
  .m100-l {
    margin-left: 100px;
  }
  .m200 {
    margin: 200px;
  }
  .m200-t {
    margin-top: 200px;
  }
  .m200-r {
    margin-right: 200px;
  }
  .m200-b {
    margin-bottom: 200px;
  }
  .m200-l {
    margin-left: 200px;
  }
}

.brsp {
  display: none;
}

.brtb {
  display: none;
}

.brpc {
  display: inline;
}

@media screen and (max-width: 830px) {
  .brsp {
    display: none;
  }
  .brtb {
    display: inline;
  }
  .brpc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .brsp {
    display: none;
  }
  .brtb {
    display: none;
  }
  .brpc {
    display: none;
  }
  #type > ul.content > li.select.seichou > div > p {
    margin-top: 10px;
  }
}

/*@media only screen and (max-width: 668px) {*/
@media only screen and (max-width: 700px) {
  #lineup > div > ul > li:nth-child(6) > div.card-item-content > dl dd,
  #lineup > div > ul > li:nth-child(2) > div.card-item-content > dl dd {
    display: block;
    margin-left: 0;
  }
}

/*@media only screen and (max-width: 640px) {*/
@media only screen and (max-width: 700px) {
  #lineup > div > ul > li:nth-child(6) > div.card-item-content > dl dd a {
    display: block;
  }
  .tbs {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #lineup > div > ul > li:nth-child(6) > div.card-item-content > dl dd a,
  #lineup > div > ul > li:nth-child(2) > div.card-item-content > dl dd a {
    display: inline;
  }
  .tbs {
    display: inline;
  }
}

/*# sourceMappingURL=style.css.map */
