.clearfix, nav#indexNav ul, #indexCnt #about .inner, #indexCnt #info .inner, #indexCnt #info .inner .cnt ul li a dl, #indexBnr ul {
  display: inline-block;
}
.clearfix, nav#indexNav ul, #indexCnt #about .inner, #indexCnt #info .inner, #indexCnt #info .inner .cnt ul li a dl, #indexBnr ul {
  display: block;
}
.clearfix:after, nav#indexNav ul:after, #indexCnt #about .inner:after, #indexCnt #info .inner:after, #indexCnt #info .inner .cnt ul li a dl:after, #indexBnr ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.textOver {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

#slideWrapper {
  height: 500px;
  width: 100%;
  position: relative;
}
#slideWrapper #loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
#slideWrapper #fade {
  max-width: 1400px;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#slideCnt {
  max-width: 1400px;
  margin: 0 auto 10px;
  display: none;
}
@media only screen and (max-width: 768px) {
  #slideCnt {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#slideCnt .slick-prev, #slideCnt .slick-next {
  width: 38px;
  height: 72px;
  margin-top: -36px;
}
@media only screen and (max-width: 768px) {
  #slideCnt .slick-prev, #slideCnt .slick-next {
    display: none !important;
  }
}
#slideCnt .slick-next {
  right: 23px;
}
#slideCnt .slick-next:before {
  content: '';
  display: block;
  width: 38px;
  height: 72px;
  background: url("../../img/index/slide_arrR.png") left top no-repeat;
}
#slideCnt .slick-prev {
  left: 23px;
  z-index: 1;
}
#slideCnt .slick-prev:before {
  content: '';
  display: block;
  width: 38px;
  height: 72px;
  background: url("../../img/index/slide_arrL.png") left top no-repeat;
}
@media only screen and (max-width: 768px) {
  #slideCnt .slick-slide img {
    width: 100%;
  }
}

#mainColumn.index {
  max-width: 100%;
}
#mainColumn.index p {
  margin-bottom: 20px;
}

nav#indexNav {
  width: 100%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  nav#indexNav {
    min-width: 100%;
  }
}
nav#indexNav ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  nav#indexNav ul {
    width: 100%;
    padding: 0 10px 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
nav#indexNav ul li {
  float: left;
  margin-right: 1%;
  width: 15.8%;
}
nav#indexNav ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  nav#indexNav ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  nav#indexNav ul li:nth-child(3n) {
    margin-right: 0;
  }
}
nav#indexNav ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  nav#indexNav ul li a {
    width: auto;
    height: auto;
  }
}
nav#indexNav ul li a img {
  width: auto;
  max-width: 100%;
}

#indexCnt {
  position: relative;
  margin-bottom: 10px;
}
#indexCnt #about {
  top: 0;
  left: 0;
  width: 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #indexCnt #about {
    top: auto;
    left: auto;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
#indexCnt #about .inner {
  background-color: #f2f6f7;
  padding-right: 20px;
  padding-left: 10px;
}
@media only screen and (max-width: 999px) {
  #indexCnt #about .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #indexCnt #about .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
#indexCnt #about .inner .cnt {
  float: right;
  max-width: 535px;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #indexCnt #about .inner .cnt {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-bottom: 15px;
  }
}
#indexCnt #about .inner .cnt .wrap {
  border-top: 1px solid #075766;
  padding-top: 10px;
}
#indexCnt #about .inner .cnt .head {
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #indexCnt #about .inner .cnt .head {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #indexCnt #about .inner .cnt .head h2 {
    max-width: 75%;
  }
}
#indexCnt #about .inner .cnt .head p {
  position: absolute;
  top: 0;
  right: 10px;
  display: table;
}
#indexCnt #about .inner .cnt .head p a {
  display: table-cell;
  width: 54px;
  height: 54px;
  background-color: #075766;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 92.85714%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
#indexCnt #about .inner .cnt .head p a:after {
  content: '';
  display: block;
  height: 5px;
  width: 14px;
  background: url('../img/common/parts-s888c4d06df.png') 0 -26px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -7px;
}
#indexCnt #about .inner .cnt p {
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #indexCnt #about .inner .cnt p {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#indexCnt #about .inner .cnt dl.info {
  border: 1px solid #acd4db;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #indexCnt #about .inner .cnt dl.info {
    width: 95%;
    margin: 0 auto 10px;
  }
}
#indexCnt #about .inner .cnt dl.info dt {
  padding: 0 15px;
  border-left: 5px solid #075766;
  margin-bottom: 10px;
  font-size: 128.57143%;
  color: #075766;
  font-weight: bold;
}
#indexCnt #about .inner .cnt dl.info dd {
  border-top: 1px solid #acd4db;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #075766;
}
@media only screen and (max-width: 768px) {
  #indexCnt #about .inner .cnt dl.info dd {
    padding: 5px 3px 5px 5px;
  }
}
#indexCnt #about .inner .cnt dl.info dd table {
  width: 100%;
}
#indexCnt #about .inner .cnt dl.info dd table th, #indexCnt #about .inner .cnt dl.info dd table td {
  border: 8px solid #fff;
}
@media only screen and (max-width: 768px) {
  #indexCnt #about .inner .cnt dl.info dd table th, #indexCnt #about .inner .cnt dl.info dd table td {
    border: 0;
    border-bottom: 4px solid #fff;
  }
}
#indexCnt #about .inner .cnt dl.info dd table th {
  white-space: nowrap;
  background-color: #e9e9e9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 92.85714%;
  padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
  #indexCnt #about .inner .cnt dl.info dd table th {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#indexCnt #about .inner .cnt dl.info dd table td {
  font-size: 114.28571%;
}
@media only screen and (max-width: 768px) {
  #indexCnt #about .inner .cnt dl.info dd table td {
    padding-left: 10px;
  }
}
#indexCnt #about .inner .cnt dl.info dd table td strong {
  font-size: 142.85714%;
}
#indexCnt #about .inner .cnt p.btn {
  width: 320px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #indexCnt #about .inner .cnt p.btn {
    width: 80%;
  }
}
#indexCnt #about .inner .cnt p.btn a {
  padding: 16px 0;
  background-color: #075766;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
}
#indexCnt #about .inner .cnt p.btn a:after {
  content: '';
  display: block;
  height: 5px;
  width: 14px;
  background: url('../img/common/parts-s888c4d06df.png') 0 -26px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 23px;
  right: 12px;
}
#indexCnt #info {
  width: 50%;
  background-color: #f6f3f8;
  position: absolute;
  top: 0;
  left: 50%;
  padding-left: 0px;
}
@media only screen and (max-width: 768px) {
  #indexCnt #info {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
  }
}
#indexCnt #info .inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 999px) {
  #indexCnt #info .inner {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #indexCnt #info .inner {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
  }
}
#indexCnt #info .inner .cnt {
  float: left;
  width: 100%;
  max-width: 535px;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #indexCnt #info .inner .cnt {
    width: 100%;
    float: none;
    max-width: 100%;
    padding-bottom: 0px;
  }
}
#indexCnt #info .inner .cnt .head {
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #indexCnt #info .inner .cnt .head {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #indexCnt #info .inner .cnt .head h2 {
    max-width: 79%;
  }
}
#indexCnt #info .inner .cnt .head p {
  position: absolute;
  top: 0;
  right: 0;
  display: table;
}
@media only screen and (max-width: 768px) {
  #indexCnt #info .inner .cnt .head p {
    right: 10px;
  }
}
#indexCnt #info .inner .cnt .head p a {
  display: table-cell;
  width: 54px;
  height: 54px;
  background-color: #5c2483;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 92.85714%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
#indexCnt #info .inner .cnt .head p a:after {
  content: '';
  display: block;
  height: 5px;
  width: 14px;
  background: url('../img/common/parts-s888c4d06df.png') 0 -26px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -7px;
}
#indexCnt #info .inner .cnt ul {
  border-top: 1px solid #5c2483;
  padding-top: 10px;
}
#indexCnt #info .inner .cnt ul li {
  border-bottom: 1px solid #ddd2e4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 5px 5px;
  margin-bottom: 5px;
}
#indexCnt #info .inner .cnt ul li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  #indexCnt #info .inner .cnt ul li {
    padding: 0px 10px 5px;
  }
}
#indexCnt #info .inner .cnt ul li a {
  text-decoration: none;
  color: #333;
}
#indexCnt #info .inner .cnt ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #indexCnt #info .inner .cnt ul li a:hover {
    text-decoration: none;
  }
}
#indexCnt #info .inner .cnt ul li a dl {
  line-height: 1.3;
}
#indexCnt #info .inner .cnt ul li a dl dt {
  float: left;
  display: table;
}
@media only screen and (max-width: 768px) {
  #indexCnt #info .inner .cnt ul li a dl dt {
    float: none;
    text-decoration: none;
  }
}
#indexCnt #info .inner .cnt ul li a dl dt em {
  display: table-cell;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 107.14286%;
  color: #5c2483;
  display: inline-block;
  width: 75px;
  padding: 0 .2em 0 0;
  vertical-align: middle;
}
#indexCnt #info .inner .cnt ul li a dl dt span {
  font-size: 78.57143%;
  background-color: #9a77b2;
  padding: 2px 20px;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  min-width: 4em;
  text-align: center;
}
#indexCnt #info .inner .cnt ul li a dl dd {
  margin-left: 180px;
  padding-top: 3px;
}
@media only screen and (max-width: 768px) {
  #indexCnt #info .inner .cnt ul li a dl dd {
    margin-left: 0;
  }
}

#indexBnr {
  width: 100%;
  margin-bottom: 50px;
}
#indexBnr ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  /*
  @media only screen and (min-width:641px) and (max-width:1040px){
  	max-width: auto;
  	min-width: 960px;
  }*/
}
@media only screen and (max-width: 768px) {
  #indexBnr ul {
    max-width: 100%;
  }
}
#indexBnr ul li {
  float: left;
  width: 24%;
  margin-right: 13px;
}
#indexBnr ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #indexBnr ul li {
    width: 24%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 768px) {
  #indexBnr ul li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#indexBnr ul li a {
  color: #333;
  text-decoration: none;
}
#indexBnr ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #indexBnr ul li a dl {
    display: inline-block;
    width: 97%;
    margin: 0 auto;
  }
  #indexBnr ul li a dl {
    display: block;
  }
  #indexBnr ul li a dl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
}
#indexBnr ul li a dl dt {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #indexBnr ul li a dl dt {
    float: left;
    text-align: left;
    width: 40%;
  }
}
#indexBnr ul li a dl dd {
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #indexBnr ul li a dl dd {
    float: right;
    width: 55%;
  }
}
#indexBnr ul li a dl dd strong {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  #indexBnr ul li a dl dd strong {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 100%;
  }
}
#indexBnr ul li a dl dd strong:before {
  content: '';
  display: block;
  height: 5px;
  width: 14px;
  background: url('../img/common/parts-s888c4d06df.png') 0 -13px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 4px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #indexBnr ul li a dl dd strong:before {
    top: 8px;
  }
}
#indexBnr ul li a dl dd span {
  font-size: 85.71429%;
}
