@charset "UTF-8";
html, body, div, header, footer,
h1, h2, h3, p, ul, ol, li, a, img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  background-color: #f0f0f0;
  color: #4c4c4c;
}

h1, h2, h3 {
  font-weight: normal;
}

h2 {
  font-size: 30px;
  color: #000;
  margin-bottom: 25px;
}

h3 {
  font-size: 19px;
  color: #000;
  margin: 17px 0px;
  word-wrap: break-word;
}
h3.left {
  display: left;
  width: 95%;
}
h3.right {
  padding-left: 10px;
  float: left;
  width: 95%;
}

span.hint_red {
  color: red;
}

p {
  font-size: 15px;
}

p.article {
  line-height: 1.6;
}

p.article.link a {
  text-decoration: underline;
  color: #08107b;
}

p.mb {
  margin-bottom: 16px;
}

p.pointer {
  cursor: pointer;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #4c4c4c;
}

.content-center {
  width: 984px;
  margin: 0 auto;
}

.border-b {
  border-bottom: 1px solid #ccc;
}

.mb-section {
  margin-bottom: 30px;
}

.w100 {
  width: 100%;
}

.w450 {
  width: 97.5%;
}
.w450.left {
  float: left;
}
.w450.right {
  float: right;
}
.w450.center {
  display: block;
  margin: 0px auto;
}

#sp-menu-icon {
  display: none;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 50;
}

#sp-menu-icon p img {
  width: 28px;
  height: 27px;
}

header {
  position: relative;
  height: 50px;
  padding-top: 20px;
  background-color: #fff;
  z-index: 10;
}

header .header-content p {
  float: left;
}

header .header-content p.logo-right {
  float: right;
}

header .header-content p img {
  width: 153px;
  height: 28px;
}

header .header-content p img.png {
  display: none;
}

header .header-content p img.png.show {
  display: block;
}

header .header-content select {
  float: right;
  width: 180px;
  height: 22px;
  margin: 3px 0 0 8px;
  border: 1px solid #ddd;
}

#sp-hdg {
  display: none;
  background-color: #000;
  height: 36px;
  padding-top: 18px;
}

#sp-hdg p {
  float: right;
  margin-right: 14px;
  color: #fff;
  font-size: 20px;
}

#mainvisual {
  background: #06070c url(/olympuscapture/common/images/index_bg_01.jpg) top center no-repeat;
}

#mainvisual .mainvisual-content {
  height: 180px;
  background-image: url(/olympuscapture/common/images/mainvisual_02.png);
  background-repeat: no-repeat;
  background-position: right 10px;
  background-position: right 30px top 10px;
}

#mainvisual .mainvisual-content .mainvisual-text {
  padding-top: 65px;
}

#mainvisual .mainvisual-content .mainvisual-text h1 {
  font-size: 45px;
  color: #fff;
}

#mainvisual.index-visual {
  padding: 49px 0 25px 0;
}

#mainvisual.index-visual .mainvisual-content {
  height: 326px;
  background-image: url(/olympuscapture/common/images/index_02.png);
  background-position: 0;
}

#mainvisual.index-visual .mainvisual-content .mainvisual-text {
  float: right;
  width: 480px;
  padding: 0;
}

#mainvisual.index-visual .mainvisual-content .mainvisual-text h1 {
  margin: 100px 0 19px 0;
  font-size: 45px;
  color: #fff;
}

#mainvisual.index-visual .mainvisual-content .mainvisual-text p {
  font-size: 18px;
  line-height: 1.4;
  color: #aaa;
}

nav {
  height: 60px;
  background-color: #1e1e1e;
}

nav .nav-content p {
  display: none;
  position: absolute;
  top: 9px;
  right: 15px;
}

nav .nav-content p img {
  width: 28px;
  height: 27px;
}

nav .nav-content ul li {
  float: left;
  font-size: 18px;
}

nav .nav-content ul li a {
  display: block;
  height: 38px;
  padding: 22px 30px 0 30px;
  color: #fff;
}

nav .nav-content ul li a.current {
  background-color: #000;
}

nav .nav-content ul li a.current:hover {
  color: #fff;
}

nav .nav-content ul li a:hover {
  color: #e9b226;
}

nav .nav-content ul li.download {
  float: right;
  /**** Coming Soon ****/
}

nav .nav-content ul li.download a {
  padding: 22px 56px 0 56px;
  background-color: #ebb735;
  background: linear-gradient(#f0ca68, #e9b226);
  color: #000;
}

nav .nav-content ul li.download a:hover {
  background-color: #ebb735;
  background: linear-gradient(#e9b226, #f0ca68);
}

nav .nav-content ul li.download.coming-soon {
  height: 38px;
  padding: 22px 50px 0 50px;
  background-color: #705b26;
  background: linear-gradient(#716035, #6f5921);
  color: #000;
  font-style: 100%;
}

nav .nav-content ul li.select {
  display: none;
}

.nav-fix #mainvisual {
  margin-bottom: 120px;
}

.nav-fix nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

footer {
  height: 37px;
  padding-top: 23px;
  background-color: #fff;
}

footer ul li {
  float: left;
  margin-left: 10px;
  font-size: 11px;
}

footer ul li.link {
  padding-right: 10px;
  border-right: 1px dotted #b7b7b7;
}

footer .footer-content .sns {
  float: left;
}

footer .footer-content.content-center {
  position: relative;
  text-align: center;
}

footer .footer-content img {
  width: 89px;
  height: 20px;
  position: absolute;
  top: 0;
}

footer .footer-content .copy {
  float: right;
  margin-right: 20px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  top: 0;
}

.section-content {
  padding: 0 30px;
}
.section-content .mb-section {
  display: inline-block;
  width: 100%;
}

table {
  width: 100%;
  background-color: #fff;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

table.index-table {
  margin-bottom: 18px;
}

table tr {
  display: block;
  border-bottom: 2px solid #f0f0f0;
/*  word-break: break-all; */
}

table tr th {
  width: 180px;
  padding: 0 10px 0 20px;
  font-size: 15px;
  text-align: left;
}

table tr td {
  padding: 10px;
  word-wrap: break-word;
  line-height: 1.3;
  font-size: 15px;
}

tbody {
  display: block;
}

.wrapper {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.leftBox {
  float: left;
  width: 50%;
}

.rightBox {
  float: right;
  width: 50%;
}

.section-01 {
  position: relative;
}

.section-01 .segment {
  padding-right: 316px;
}

.section-01 p.img {
  position: absolute;
  top: 0;
  right: 0;
}

.section-01 p.img img {
  width: 292px;
}

.section-01.column-half .segment {
  padding-right: 474px;
}

.section-01.column-half p.img img {
  width: 450px;
}

.section-02 {
  position: relative;
}

.section-02 .segment {
  padding-left: 316px;
}

.section-02 p.img {
  position: absolute;
  top: 0;
}

.section-03 p {
  float: left;
  margin-right: 24px;
}

.section-03 p.last-img {
  margin: 0;
}

.section-03 p img {
  display: block;
  width: 292px;
}

.section-03.column-half p img {
  width: 450px;
}

.section-03:after {
  content: "";
  display: block;
  clear: both;
}

.section-04 {
  margin: 30px 0 20px 0;
}

.section-04 .segment {
  float: left;
  margin: 0 24px 0 0;
  width: 450px;
  line-height: 1.4;
}

.section-04 .segment.last-segment {
  margin: 0;
}

.section-04 .segment img {
  width: 450px;
}

.section-04 .segment .sup {
  font-weight: bold;
}

.section-04 .segment ol {
  font-size: 13px;
  margin-top: -20px;
  counter-reset: item;
}

.section-04 .segment ol > li {
  line-height: 1.4;
  padding: 0 0 0 2em;
  text-indent: -2em;
  counter-increment: item;
}

.section-04 .segment ol > li:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 0.7em;
  text-align: right;
  content: counter(item) ".";
}

.section-04 .segment span {
  margin-right: 10px;
}

.section-04:after {
  content: "";
  display: block;
  clear: both;
}

ol.list-01 {
  font-size: 15px;
  counter-reset: item;
}

ol.list-01 > li {
  margin-bottom: 10px;
  line-height: 1.4;
  padding: 0 0 0 1.5em;
  text-indent: -2.2em;
  counter-increment: item;
}

ol.list-01 > li:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 0.7em;
/*  font-weight: bold; */
  text-align: right;
  content: counter(item) ".";
}

ul.list-01 {
  font-size: 15px;
  margin: 0 0 0 20px;
}

ul.list-01 li {
  margin-bottom: 10px;
  line-height: 1.4;
  list-style-type: square;
  list-style-position: outside;
}

ul.list-02 {
  margin: 10px 0;
}

ul.list-02 li {
  margin-bottom: 5px;
  list-style-position: outside;
  text-indent: -0.8em;
  line-height: 1.6;
  font-size: 14px;
  list-style-type: none;
  padding-left: 12px;
}

ul.list-02 li:before {
  content: " - ";
}
ul.description li {
  margin-bottom: 8px;
  padding-left:10px;
  text-indent:-11px;
  font-size: 14px;
  line-height: 1.4;
  color: #999;
}
ul.description li:before {
  content: " * ";
}
ul.attention {
  font-size: 14px;
  line-height: 1.6;
}

#modal-bg {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#modal-window-wrap {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
}

#modal-window-wrap .modal-window {
  margin: 0 auto;
  padding-top: 13px;
  min-width: 320px;
  max-width: 710px;
  background: #000;
}

#modal-window-wrap .modal-window .btn-close {
  margin-right: 13px;
  text-align: right;
}

#modal-window-wrap .modal-window .modal-content {
  padding: 7px 35px 35px;
}

#modal-window-wrap .modal-window .modal-content .iframe-wrap {
  padding-top: 30px;
  padding-bottom: 56.3%;
  position: relative;
}

#modal-window-wrap .modal-window .modal-content .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 984px) {
  .content-center {
    width: 100%;
  }

  header .header-content p {
    margin-left: 10px;
  }

  header .header-content select {
    margin-right: 10px;
  }

  #mainvisual .mainvisual-content .mainvisual-text {
    margin-left: 20px;
  }

  #mainvisual.index-visual .mainvisual-content .mainvisual-text {
    margin-right: 10px;
  }

  .section-03 p {
    margin-bottom: 24px;
  }

  .section-03 p.last-img {
    margin: 0;
  }

  .section-04 .segment {
    width: auto;
    margin-bottom: 24px;
  }

  .section-04 .segment.last-segment {
    margin: 0;
  }

  .section-04 .segment .sup {
    height: auto !important;
  }
}
@media screen and (max-width: 780px) {
  #sp-menu-icon {
    display: block;
  }

  header .header-content select {
    display: none;
  }
  header .header-content p.logo-right {
    float: right;
    margin-right: 52px;
  }

  #sp-hdg {
    display: block;
  }

  #mainvisual {
    margin-bottom: 60px;
  }

  .nav-fix #mainvisual {
    margin-bottom: 60px;
  }

  nav {
    display: none;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }

  nav .nav-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }

  nav .nav-content p {
    display: block;
  }

  nav .nav-content ul {
    margin-top: 44px;
    border-top: 1px solid #4c4c4c;
  }

  nav .nav-content ul li {
    background-color: #1e1e1e;
    border-bottom: 1px solid #4c4c4c;
    float: none;
    font-size: 15px;
  }

  nav .nav-content ul li a {
    height: 29px;
    padding: 15px 0 0 14px;
  }

  nav .nav-content ul li.download {
    float: none;
    /**** Coming Soon ****/
  }

  nav .nav-content ul li.download a {
    padding: 15px 0 0 14px;
  }

  nav .nav-content ul li.download.coming-soon {
    height: 29px;
    padding: 15px 0 0 14px;
  }

  nav .nav-content ul li.select {
    display: block;
    position: relative;
    height: 29px;
    padding: 15px 0 0 14px;
  }

  nav .nav-content ul li.select p {
    position: static;
    color: #fff;
    font-style: italic;
  }

  nav .nav-content ul li.select p span {
    margin: 0 10px;
  }

  nav .nav-content ul li.select select {
    position: absolute;
    top: 0;
    width: 100%;
    height: 44px;
    opacity: 0;
  }

  .section-content {
    padding: 0 14px;
  }

  .w450 {
    width: 100%;
  }
  .w450.center {
    display: block;
    margin: 0px auto;
  }

  .leftBox {
    width: 100%;
  }

  .rightBox {
    width: 100%;
  }
}
@media screen and (max-width: 590px) {
  h2 {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 1.5;
  }

  h3 {
    margin-bottom: 11px;
    font-size: 17px;
    line-height: 1.5;
  }
  h3.left {
    float: left;
    width: 95%;
  }
  h3.right {
    padding-left: 10px;
    float: left;
    width: 95%;
  }

  p.article {
    line-height: 1.6;
  }

  p.mb {
    margin-bottom: 14px;
  }

  .mb-section {
    margin-bottom: 30px;
  }

  #sp-menu-icon {
    top: 9px;
  }

  header {
    height: 33px;
    padding-top: 12px;
  }

  header .header-content p {
    margin-left: 14px;
  }

  header .header-content p img {
    width: 105px;
    height: 20px;
  }

  #mainvisual {
    margin-bottom: 30px;
    background-size: 900px auto;
  }

  #mainvisual .mainvisual-content {
    height: 95px;
    background-size: 100px auto;
    background-position: right 15px top 15px;
  }

  #mainvisual .mainvisual-content .mainvisual-text {
    margin-left: 15px;
    padding-top: 38px;
  }

  #mainvisual .mainvisual-content .mainvisual-text h1 {
    font-size: 24px;
  }

  #mainvisual.index-visual {
    padding: 0;
  }

  #mainvisual.index-visual .mainvisual-content {
    height: auto;
    padding: 195px 0 30px 0;
    background-size: 236px auto;
    background-position: center 18px;
  }

  #mainvisual.index-visual .mainvisual-content .mainvisual-text {
    float: none;
    width: 100%;
    margin: 0;
  }

  #mainvisual.index-visual .mainvisual-content .mainvisual-text h1 {
    margin: 0 0 12px 14px;
    font-size: 29px;
  }

  #mainvisual.index-visual .mainvisual-content .mainvisual-text p {
    display: block;
    width: 90%;
    margin-left: 14px;
    font-size: 12px;
    line-height: 1.2;
  }

  footer {
    height: 80px;
    padding-top: 15px;
  }

  footer ul li.link {
    padding-right: 0;
    border-right: none;
  }

  footer .footer-content .sns {
    float: none;
    width: 230px;
    margin: 0 auto;
  }

  footer .footer-content img {
    position: static;
  }

  footer .footer-content .copy {
    clear: both;
    float: none;
    margin-right: 0;
    padding-top: 20px;
    text-align: center;
    position: static;
  }

  footer .footer-content .copy ul li {
    float: none;
  }

  table tr {
    height: auto;
  }

  table tr th {
    display: block;
    width: 100%;
    padding: 11px 0 11px 10px;
    border-bottom: none;
  }

  table tr td {
    display: block;
    padding: 0 0 11px 10px;
  }

  .section-01 {
    position: relative;
    min-height: 0 !important;
  }

  .section-01 .segment {
    margin-bottom: 19px;
    padding-right: 0;
  }

  .section-01 p.img {
    position: relative;
  }

  .section-01 p.img img {
    width: 100%;
  }

  .section-01.column-half .segment {
    padding-right: 0;
  }

  .section-01.column-half p.img img {
    width: 100%;
  }

  .section-02 {
    position: relative;
    min-height: 0 !important;
  }

  .section-02 .segment {
    margin-bottom: 19px;
    padding-left: 0;
  }

  .section-02 p.img {
    position: relative;
  }

  .section-02 p.img img {
    width: 100%;
  }

  .section-03 p {
    float: none;
    margin: 0 0 30px 0;
  }

  .section-03 p img {
    width: 100%;
  }

  .section-03.column-half p img {
    width: 100%;
  }

  .section-04 {
    margin: 20px 0 10px 0;
  }

  .section-04 .segment {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
    line-height: 1.6;
  }

  .section-04 .segment.last-segment {
    margin: 0 0 20px 0;
  }

  .section-04 .segment img {
    width: 100%;
  }

  ul.description li {
    line-height: 1.6;
  }

  .w450 {
    width: 100%;
  }
  .w450.center {
    display: block;
    margin: 0px auto;
  }

  .leftBox {
    width: 100%;
  }

  .rightBox {
    width: 100%;
  }
}
