@charset "UTF-8";

body {
  font-family: "Source Sans Pro", Arial, sans-serif;
}

body {
  color: #333333;
  font-size: 1em;
  line-height: 1.6;
  /* min-width: 960px; */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  color: #2e2e2e;
  outline: none;
}

p {
  word-wrap: break-word;
  margin: 0;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

img {
  image-rendering: optimizequality;
  vertical-align: top;
}

@media (max-width: 767px) {
  body {
    font-size: 0.875em;
    line-height: 1.5;
    min-width: 320px;
  }
  
  a:active img,  a:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

.container {
  position: relative;
  text-align: center;
  overflow-x: hidden;
}

.container>.section:first-child {
  margin-top: 0;
}

.container>.section {
  margin-top: 6em;
}

.container .section_high {
  margin-top: 12em;
}

.container .section_mid {
  margin-top: 9em;
}

.container .section_low {
  margin-top: 3em;
}

.container a {
  color: #2e2e2e;
  outline: none;
}

.container .bk {
  color: #2e2e2e;
}

.container .wh {
  color: #fff;
}

.container h1 {
  margin: 0;
  padding: 0;
}

.container h2.main_catch, .container h2.h2_1, .container h2.h2_2 {
  font-size: 2.9rem;
  font-weight: 200;
  line-height: 1.5;
}

.container h2.main_catch {
  margin-top: 2em;
}

.container h2.h2_1 {
  margin-top: 4em;
}

.container h2.h2_2 {
  margin-top: 0;
}

.container h2 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 1.62rem;
  font-weight: 400;
  line-height: 1;
}

.container h3 {
  margin-top: 3em;
  margin-bottom: 0.2em;
  padding: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
}

.container .table h3, .container div div h3 {
  margin-top: 0;
}

.container h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
}

.container p {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 970px;
  font-size: 1.06rem;
  font-weight: 300;
  line-height: 2;
  text-align: left;
}

.container ul, .container li {
  margin: 0;
}

.ruby {
  display: block;
  font-size: 0.4em;
  color: #717071;
  line-height: 1;
  letter-spacing: 2px;
}

.container .cap {
  margin-top: 1em;
  font-size: 0.66rem;
  line-height: 1.5;
}

.container .imagecaption {
  width: 90%;
  max-width: 960px;
  text-align: right;
  font-size: 0.66rem;
}

.imagecaption {
  text-align: right;
  font-size: 0.66rem;
}

.container .imagecaption {
  width: 90%;
  max-width: 960px;
  text-align: right;
  font-size: 0.66rem;
}

.int1 {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.int15 {
  padding-left: 1.5em !important;
  text-indent: -1.5em !important;
}

a sup {
  border-bottom: 1px solid #999;
}

.container img {
  max-width: 100%;
  vertical-align: bottom;
}

.trigger {
  height: 1px;
}

.container .btn, .container .btn_blank {
  display: inline-block;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 10px 10px 10px 14px;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1em;
  font-size: 0.9rem;/*  font-size: 14px;*/
}

.container .bk .btn, .container .bk .btn_blank {
  color: #2e2e2e;
  border-color: #2e2e2e;
}

.container .wh .btn, .container .wh .btn_blank {
  color: #fff;
  border-color: #fff;
}

.container .btn span:after, .container .btn_blank span:after {
  margin-left: 10px;
}

.container .bk .btn span:after {
  content: url(../images/icon_arrow_bk.png);
}

.container .wh .btn span:after {
  content: url(../images/icon_arrow_wh.png);
}

.container .btn.wide, .container .btn_blank.wide {
  padding-left: 54px;
}

.container .btn.wide span:after, .container .btn_blank.wide span:after {
  margin-left: 50px;
}

.anchor_blank span:after, .btn_blank span:after {
  content: url(../images/icon_newwindow.png);
  margin: 0 4px 0 2px;
}

.anchor_blank {
  text-decoration: underline;
}

.container a:hover img {
  background: transparent;
  opacity: 1;
}

.slide_fade {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.slide_fade .slide_target {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

.slide_fade .slide_target:first-child {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
}

.container .cover {
  width: 100% !important;
  max-width: 100% !important;
}

.container .kv {
  position: relative;
  width: 100%;
  min-width: 960px;
  text-align: center;
  margin: 0 auto;
}

.container .kv .attention {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -480px;
  bottom: 60px;
  z-index: 1;
  text-align: center !important;
  opacity: 0;
}

/* position */
.container .section, .container .section_mid, .container .section_low, .container .section_con {
  position: relative;
}

.container .pos_ct {
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
}

.container .pos_rm {
  position: absolute;
  top: 50%;
  margin-top: -180px;
  left: 33%;
  width: 67%;
}

.container .pos_r2m {
  position: absolute;
  top: 50%;
  margin-top: -180px;
  left: 45%;
  width: 55%;
  max-width: 530px;
}

.container .pos_r2b {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 55%;
  max-width: 570px;
}

.container .pos_cm {
  position: absolute;
  top: 50%;
  margin-top: -180px;
  left: 0;
  width: 100%;
}

.container .pos_lm {
  position: absolute;
  top: 50%;
  margin-top: -180px;
  right: 43%;
  width: 47%;
  padding-left: 10%;
}

.container .justbox {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 940px;
  text-align: left;
}

.container .inline-block {
  display: inline-block !important;
  width: auto;
}

.box {
  position: relative;
}

.img-in-txt {
  margin-top: -0.2em;
  height: 1em;
  vertical-align: middle !important;
}

.prev_next_link {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 2.5em 0;
}

.prev_next_link p {
  display: table-cell;
  width: 50%;
  padding: 20px 0;
}

.prev_next_link p.prev {
  text-align: right;
}

.prev_next_link p.prev a {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  padding: 0 30px;
  text-decoration: none;
}

.prev_next_link p.prev a:before {
  content: url(../images/icon_page_prev.png);
  margin-right: 2em;
}

.prev_next_link p.next {
  text-align: left;
}

.prev_next_link p.next a {
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
}

.prev_next_link p.next a:after {
  content: url(../images/icon_page_next.png);
  margin-left: 2em;
}

.table {
  display: table;
  table-layout: fixed;
  border: none;
  margin: 0 auto;
}

.table .tr {
  display: table-row;
}

.table .td {
  display: table-cell;
}

.table .td_vm {
  display: table-cell;
  vertical-align: middle;
}

.table .td_vb {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}

.table-ul, .table-ul-line, .table-ul-text {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  border-collapse: collapse;
}

.table-ul li, .table-ul-line li, .table-ul-text li {
  display: table-cell;
  vertical-align: middle;
}

.table-ul-line li, .table-ul-text li {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.table-ul-text li a {
  display: inline-block;
  padding: 0.8em 0;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
}

.slide_fade li.active img {
  opacity: 0.6;
}

.table-ul-text li.active a {
  color: #ff6600;
}

.container .belt {
  padding: 30px 0;
  background-color: #f8f8f8;
}

.container .belt .tbl {
  margin: 0 auto;
}

/*IE8*/
html>/**/body .slide_nav {
  display /*\**/: none\9;
}

:root .slide_nav {
  display: block\0/;
}

html>/**/body .slides li {
  margin /*\**/: 10px\9;
}

:root .slides li {
  margin: 0\0/;
}

.auto_width {
  margin-left: auto !important;
  margin-right: auto !important;
}

.w-max {
  max-width: 100% !important;
}

.container hr.pale {
  border: 0;
  border-bottom: 1px solid #ececec;
}

.ml--05em {
  margin-left: .5em !important;
}

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

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

.float--left {
  float: left;
  margin-right: 2em;
}

.float--right {
  float: right;
  margin-left: 2em;
}

.forIE8 {
  display: none;
}

html>/**/body .forIE8 {
  display /*\**/: block\9;
}

:root .forIE8 {
  display: none\0/;
}

html>/**/body .forIE8no {
  display /*\**/: none\9;
}

:root .forIE8no {
  display: block\0/;
}

:root .forIE9no {
  display: none\0/;
}

ul.notes {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
}

ul.notes li {
  margin-top: 0.5em;
  font-size: 0.66rem;
  line-height: 1.5;
  text-align: left;
}

ul.notes.em_num li {
  padding-left: 1.8em !important;
  text-indent: -1.8em !important;
}

ul.notes.em_num2 li {
  padding-left: 2.3em !important;
  text-indent: -2.3em !important;
}

ul.notes.em_nospace li {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

ul.notes.em_space li {
  padding-left: 1.2em !important;
  text-indent: -1.2em !important;
}

ruby rt, ruby rp {
  font-size: 0.4em;
  color: #717071;
  letter-spacing: 2px;
  text-align: center;
}

.point {
  display: table;
  width: 100%;
}

.point h3 {
  font-size: 2.5rem;
}

.point .point_left {
  display: table-cell;
  width: 50%;
}

.point .point_left img {
  width: 100%;
}

.point .point_right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: left !important;
}

.point .point_right > * {
  margin-left: 85px;
  margin-right: 30px;
}

.container h2 sup, .container h3 sup {
  font-size: 42%;
  top: -1em;
}
  
  .containerFooter a {
    text-decoration: none;
}

.footMLink {
  display: table;
  width: 100%;
}

.footMLink a {
  position: relative;
  display: table-cell;
  padding: 3.5em 0;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  color: #616161;
}

.footMLink a p {
  margin: 0 auto;
  line-height: 1.6;
  padding-top: 55px;
  font-size: 0.65rem;
  text-align: center;
}

.footMLink a .link1 p {
  background: url(../images/icon_dummy_gr.png) center top no-repeat;
  background-size: 4.5em;
}

.footMLink a .link2 p {
  background: url(../images/icon_dummy_gr.png) center top no-repeat;
  background-size: 4.5em;
}

.footMLink a p span {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
}

.footMLink:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 25%;
  width: 1px;
  height: 50%;
  background: #e7e7e7;
}

.footer_link {
  background-color: #f8f8f8;
}


.pickup {
  position: relative;
  padding: 40px 0;
  background-color: #f8f8f8;
}

/*IE8*/
html>/**/body .pickup>div {
  width /*\**/: 896px \9;
  height /*\**/: auto \9;
}

@media only screen and (min-width: 768px) {
  /*.container {padding-top:66px;}*/

  .container h3 sup {
    font-size: 0.6em;
  }
  
  a.fade:hover {
    opacity: 0.5;
  }

  a.fadeGray:hover {
    background-color: #616161 !important;
    border-color: #616161 !important;
    color: #fff !important;
  }

  a.fadeWhite:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #2e2e2e !important;
  }

  .container .bk a.btn.fadeGray:hover span:after {
    content: url(../images/icon_arrow_wh.png);
  }

  .container .wh a.btn.fadeWhite:hover span:after {
    content: url(../images/icon_arrow_bk.png);
  }

  a,  a.fade,  a.fadeGray,  a.fadeWhite,  a img {
    transition-property: background-color, border-color, color, opacity;
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
  }
  .container .pos_lm .justbox {
    margin-left: 0;
    width: 90%;
    max-width: 940px;
    text-align: left;
  }
    .container .parallel {
      margin-left: auto;
      margin-right: auto;
      width: 960px;
  }

  .container .parallel>div,  .container .parallel>ul {
    display: inline-block;
  }

  .container .parallel ._left {
    position: relative;
    width: 470px;
    padding-right: 30px;
  }

  .container .parallel ._right {
    position: relative;
    width: 470px;
    height: 100%;
    padding-left: 10px;
  }
  .tbl {
    display: table;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
  }

  .container .tbl>div,  .container .tbl>p {
    display: table-cell;
    vertical-align: middle;
  }

  .container .tbl .txt {
    width: auto;
  }
  .flexslider {
    margin: 0 auto;
  }

  .slide_nav a {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 2%;
    max-width: 26px;
    height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }

  .slide_nav a.flex-prev {
    left: -36px;
    background: url(../images/btn_slide_left.png) no-repeat;
  }

  .slide_nav a.flex-next {
    right: -36px;
    background: url(../images/btn_slide_right.png) no-repeat;
    background-size: contain;
  }
  
  .container .w10p {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w20p {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w30p {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w40p {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w50p {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w60p {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w70p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w80p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w90p {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w1080 {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w960 {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w800 {
    position: relative;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w700 {
    position: relative;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w600 {
    position: relative;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w500 {
    position: relative;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .mt-pc-0em {
    margin-top: 0 !important;
  }
  
  .mt-pc-1em {
    margin-top: 1em !important;
  }
  
  .mt-pc-2em {
    margin-top: 2em !important;
  }
  
  .mt-pc-3em {
    margin-top: 3em !important;
  }
  
  .mt-pc-4em {
    margin-top: 4em !important;
  }
  
  .mt-pc-5em {
    margin-top: 5em !important;
  }
  
  .mt-1h-em {
    margin-top: 1.5em !important;
  }
  
  .mt--10em {
    margin-top: 10em !important;
  }
  
  .pr--2em {
    padding-right: 2em;
  }
  
  .text--left {
    text-align: left !important;
  }
  
  .text--center {
    text-align: center !important;
  }
  
  .text--right {
    text-align: right !important;
  }
  
  .topic-path {
    margin-top: 0;
  }
  .forSP {
    display: none;
  }
  .spec ul.notes li {
    font-size: 0.75rem;
    padding-bottom: 0.1em;
  }
  .link_forSP {
    pointer-events: none;
  }
  .footLLink {
    position: relative;
    display: table;
    width: 100%;
    height: 240px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 14px 16px -6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 14px 16px -6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.117647) 0px 14px 16px -6px;
    border-bottom: 1px solid #e6e6e6\9;/*IE8*/
  }
  
  .footLLink a {
    position: relative;
    display: table-cell;
    padding-top: 20px;
    width: 50%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    box-shadow: rgba(46, 46, 46, 0.0784314) 0px -8px 16px -8px;
    -webkit-box-shadow: rgba(46, 46, 46, 0.0784314) 0px -8px 16px -8px;
    -moz-box-shadow: rgba(46, 46, 46, 0.0784314) 0px -8px 16px -8px;
    background: url(../images/bg_footLLink_wh.png) center top no-repeat;
    text-decoration: none;
  }
  
  .footLLink a:hover {
    color: #fff;
    background: url(../images/bg_footLLink_gr.png) center top no-repeat;
  }
  
  .footLLink a p {
    margin: 0 auto;
    text-align: left;
    line-height: 1.7;
  }
  
  .footLLink a p:after {
    content: url(../images/icon_arrowsquare_gr.png);
    position: absolute;
    right: 0;
    bottom: -7px;
  }
  
  .footLLink a .link1 p {
    width: 9em;
    padding-left: 70px;
    background: url(../images/icon_dummy_gr.png) left center no-repeat;
  }
  
  .footLLink a:hover .link1 p {
    background-image: url(../images/icon_dummy_wh.png);
  }
  
  .footLLink a .link2 p {
    width: 9em;
    padding-left: 70px;
    background: url(../images/icon_dummy_gr.png) left center no-repeat;
  }
  
  .footLLink a:hover .link2 p {
    background-image: url(../images/icon_dummy_wh.png);
  }
  
  .footLLink a p span {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
  }
  
  .footLLink a .link1:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: 240px;
    background: #e7e7e7;
  }
  #slider_bnr {
    position: relative;
    margin: 0 auto;
  }
  
  .pickup>div {
    position: relative;
    margin: 0 auto;
    width: 866px;
    height: 108px;
  }
  
  #slider_bnr_nav {
    margin: 0 auto;
    width: 100%;
  }
  
  .pickup .slides a {
    display: inline-block;
    margin-right: 10px !important;
  }
  
  .pickup .slides a:nth-child(even) {
    margin-right: 0 !important;
  }
  
  .pickup .flex-control-nav {
    display: none;
  }
  .footer_link {
    padding: 4em 0 4.5em;
  }
  
  .footer_link ul {
    display: inline-block;
    max-width: 864px;
    text-align: left;
  }
  
  .footer_link li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  
  .footer_link li._no_bottom_border {
    border-bottom: none;
  }
  
  .footer_link li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #e6e6e6;
  }
  
  .footer_link li._no_right_border:after {
    background: #fff;
  }
  
  .footer_link a {
    display: inline-block;
    height: 82px;
    overflow: hidden;
  }
  
  .footer_link a.size1 {
    width: 432px;
  }
  
  .footer_link a.size2 {
    width: 216px;
  }
  .snsLink {
    position: relative;
    display: table;
    padding: 30px 0;
    background-color: #f8f8f8;
    width: 100%;
  }
  
  .snsLink a {
    position: relative;
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
  }
  
  .snsLink a p {
    margin: 0 auto;
    min-height: 50px;
    text-align: left;
    line-height: 1.6;
    font-size: 0.65rem;
    color: #616161;
  }
  
  .snsLink a .tw p {
    width: 12em;
    padding-left: 70px;
    background: url(../images/icon_tw.png) left center no-repeat;
  }
  
  .snsLink a .fb p {
    width: 20em;
    padding-left: 70px;
    background: url(../images/icon_fb.png) left center no-repeat;
  }
  
  .snsLink a p span {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
  }
  
  .snsLink:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 25%;
    width: 1px;
    height: 50%;
    background: #e7e7e7;
  }
}



@media only screen and (max-width: 767px) {
  
  .kv > img.cover {
    margin-top: 125px;
  }

  .container .kv {
    width: 100%!important;
    min-width: 100%!important;
  }
  .prev_next_link {
    padding: 0.5em 0;
  }
  .table .td_vm {
    display: block;
    text-align: center;
  }
  .slide_nav {
    padding-top: 2.5em;
  }

  .flex-control-paging li a {
    width: 8px !important;
    height: 8px !important;
  }

  .flex-prev,  .flex-next {
    display: none;
  }

  .before,  .after {
    position: relative;
  }
  .forPC {
    display: none !important;
  }
  
  .forSP {
    display: block !important;
  }
  html,  body {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
  
  img {
    max-width: 100%;
  }
  
  .container .inner {
    text-align: center;
  }
  
  .container .inner img {
    max-width: 88%;
  }
  
  .container .inner.sp60 img {
    max-width: 60% !important;
  }
  
  .container .inner.sp70 img {
    max-width: 70% !important;
  }
  
  .container .inner.sp80 img {
    max-width: 80% !important;
  }
  
  .mt-sp-0em {
    margin-top: 0 !important;
  }
  
  .mt-sp-1em {
    margin-top: 1em !important;
  }
  
  .mt-sp-2em {
    margin-top: 2em !important;
  }
  
  .mt-sp-3em {
    margin-top: 3em !important;
  }
  
  .mt-sp-4em {
    margin-top: 4em !important;
  }
  
  .mt-sp-5em {
    margin-top: 5em !important;
  }
  
  .mt-sp-m1em {
    margin-top: -1em !important;
  }
  
  .mt-sp-m2em {
    margin-top: -2em !important;
  }
  
  .text-sp-center {
    text-align: center !important;
  }
  
  .container>.section {
    margin-top: 37px;
    overflow-x: hidden;
  }
  
  .container>.section_mid {
    margin-top: 6em;
  }
  
  .container>.section_low {
    margin-top: 2em;
  }
  
  .container h2.main_catch {
    margin-top: 2em;
    font-size: 1.6rem;
  }
  
  .container h2.h2_1 {
    margin-top: 2em;
    font-size: 1.6rem;
  }
  
  .container h2.h2_2 {
    margin-top: 0;
    font-size: 1.6rem;
  }
  
  .container h2 {
    font-size: 1rem;
    font-weight: 300;
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container h3 {
    margin: 0.6em auto;
    font-size: 1.15rem;
    font-weight: 200;
    max-width: 94%;
  }
  
  .container h4 {
    font-size: 1.15rem;
    font-weight: 300;
    max-width: 94%;
  }
  
  .container h5 {
    margin: 0.6em auto 0.2em;
    max-width: 94%;
  }
  
  .container p {
    /*font-size: 0.72rem;*/
    font-size: 16px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .btn,  .container .btn_blank {
    margin-top: 2.5em;
    padding: 10px 10px 10px 64px;
    font-size: 0.66rem;
  }
  
  .container .btn span:after,  .container .btn_blank span:after {
    margin-left: 40px;
  }
  
  .container .wh {
    color: #2e2e2e;
  }
  
  .container .wh .btn,  .container .wh .btn_blank {
    color: #2e2e2e;
    border-color: #2e2e2e;
  }
  
  .container .wh .btn span:after {
    content: url(../images/icon_arrow_bk.png);
  }
  
  .container .wh .btn_blank span:after {
    content: url(../images/icon_newwindow.png) !important;
  }
  
  .container .bk .btn_blank span:after {
    content: url(../images/icon_newwindow.png) !important;
  }
  
  .container .pos_ct,  .container .pos_rm,  .container .pos_r2m,  .container .pos_r2b,  .container .pos_cm,  .container .pos_lm {
    position: relative;
    top: 0;
    margin: 0 auto;
    margin-top: 3em;
    left: 0;
    right: 0;
    padding: 0;
    width: 92%;
    text-align: center;
  }
  
  .container .w_sp20 {
    width: 20% !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w_sp30 {
    width: 30% !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w_sp40 {
    width: 40% !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w_sp50 {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w_sp60 {
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w_sp70 {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w_sp80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container .w_sp90 {
    width: 90%;
    margin: 0 auto;
  }
  ul.notes {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .spec ul.notes {
    width: auto;
  }
  
  .spec .cap ul.notes li {
    width: auto;
  }
  
  .spec ul.notes li {
    width: 92%;
    padding-bottom: 0.1em;
  }
  .point {
    display: block;
  }
  
  .point h3 {
    font-size: 1.46rem;
  }
  
  .point .point_left {
    display: block;
    width: 100%;
    margin-bottom: 2em;
  }
  
  .point .point_right {
    display: block;
    width: 100%;
    text-align: center !important;
  }
  
  .point .point_right > * {
    margin-left: auto;
    margin-right: auto;
  }
  .footLLink {
    display: table;
    margin-top: 20px;
    width: 100%;
    height: 180px;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 14px 16px -6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 14px 16px -6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.117647) 0px 14px 16px -6px;
  }
  
  .footLLink a {
    position: relative;
    display: table-cell;
    padding-top: 25px;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    background: url(../images/bg_footLLink_wh.png) center top no-repeat;
    background-size: cover;
    text-decoration: none;
  }
  
  .footLLink a p {
    margin: 0 auto;
    line-height: 1.6;
    padding-top: 70px;
    font-size: 0.65rem;
    text-align: center;
  }
  
  .footLLink a .link1 p {
    background: url(../images/icon_dummy_gr.png) center top no-repeat;
  }
  
  .footLLink a .link2 p {
    background: url(../images/icon_dummy_gr.png) center top no-repeat;
  }
  
  .footLLink a p span {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
  }
  
  .footLLink a .link1 p:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 170px;
    background: #e7e7e7;
  }
  .footMLink a {
    padding: 1.5em 0;
  }
  
  .footMLink a p span {
    font-size: 0.9rem;
  }
  .container .pickup img {
    width: 84%;
    margin: 10px auto;
  }
  
  .pickup .flex-control-nav {
    bottom: 2em;
  }
  
  .flex-control-paging li a {
    background: #d6d6d6;
  }
  .footer_link {
    padding: 1em 0 2em;
  }
  
  /*.footer_link li {
    position: relative;
    margin: 0 auto;
    padding: 5%;
    width: 90%;
    border-top: 1px solid #e6e6e6;
  }*/
  
  .footer_link li {
    position: relative;
    display: inline-block;
    margin: 0;
    /*padding: 10px 0;*/
    border-bottom: 1px solid #e6e6e6;
  }
  
  .footer_link li:first-child {
    border-top: none;
  }
  
  /*.footer_link a {
    display: block;
    width: 98%;
    margin: 0 auto;
    text-align: left;
    background: url(../images/icon_arrow_bk_2x.png) right center no-repeat;
    background-size: 0.5em;
  }*/
	
  .snsLink {
    position: relative;
    display: table;
    padding: 30px 0;
    background-color: #f8f8f8;
    width: 100%;
  }
  
  .snsLink a {
    position: relative;
    display: table-cell;
    padding: 0;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    color: #616161;
  }
  
  .snsLink a p {
    margin: 0 auto;
    line-height: 1.6;
    padding-top: 60px;
    font-size: 0.65rem;
    text-align: center;
  }
  
  .snsLink a .tw p {
    background: url(../images/icon_tw.png) center top no-repeat;
  }
  
  .snsLink a .fb p {
    background: url(../images/icon_fb.png) center top no-repeat;
  }
  
  .snsLink a p span {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
  }
  
  .snsLink:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 25%;
    width: 1px;
    height: 50%;
    background: #e7e7e7;
  }
  
}

.footnote {
    width: 90%;
    max-width: 1290px;
    text-align: left;
    font-size: 0.66rem;
	font-weight: 300;
	font-style: italic;
	margin: 100px auto 0;
	color: #888;
}

.footnote ul {
	list-style-type: disc;
}

@media only screen and (max-width: 767px) {
	.footnote {
		margin-top: 50px;
		padding-bottom: 30px;
	}
}

