@charset "utf-8";
/**
 * one_slate.css
 * works/products/one_slate/
 * update: 2016.12.13
 */

/*--------------------------------------------------
  #sdMainVisual
--------------------------------------------------*/
#sdMainVisual .item {
  background-position: 85% 50%;
}
#sdMainVisual .item .heading {
  position: absolute;
  left: 10%;
  top: 35%;
  font-family: SL-Simplified;
}
#sdMainVisual .item .heading em {
  display: block;
  color: #000;
  font-size: 53px;
}
#sdMainVisual .item .heading h2 {
  margin-top: 0;
  color: #000;
  font-family: SL-Simplified;
  font-size: 52px;
}

.adjust #sdMainVisual .item {
  background-position: 68% 48%;
  background-size: auto 160%;
}

.adjust #sdMainVisual .item .heading {
  left: 10.6%;
}

@media(min-width:1920px) {
  #sdMainVisual .item {
    background-size: cover;
  }
}
@media(max-width:640px) {
  #sdMainVisual .item {
    background-position: 71% 56.5%;
    background-size: auto 145%;
  }
  #sdMainVisual .item .heading {
    top: inherit;
	left: 3%;
	bottom:7%;
  }
}
@media(max-width:375px) {
  #sdMainVisual .item {
    background-position: 71% 56.5%;
    background-size: auto 145%;
  }
}

/*--------------------------------------------------
  .sd-content
--------------------------------------------------*/
.sd-content {
  margin-top: 80px;
}

@media (max-width: 640px){
  .sd-content {
    margin-top: 50px;
  }
}

/*--------------------------------------------------
  .intro
--------------------------------------------------*/
.sd-content .intro .tag {
  text-align: center;
}
.sd-content .intro .tag strong {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 20px 10px;
  font-size: 87.5%;
  font-weight: normal;
  color: #585858;
  line-height: 1.0;
  border-bottom: 1px solid #9a9a9a;
  font-family: "SST W20 Roman",sans-serif;
}
.sd-content .intro h3 {
  font-size: 30px;
  color: #7F7F7F;
}
.sd-content .intro p {
  font-size: 14px;
  color: #666;
  max-width: 669px;
  margin: auto;
  margin-top: 20px;
}

.adjust .sd-content .intro h3 {
  font-size: 168.8%;
}
.adjust .sd-content .intro p {
  text-align: left;
}
.adjust .sd-content .intro p.center {
  text-align: center;
}

@media (max-width: 640px){
  .sd-content .intro p {
    text-align: left;
  }
}

/*--------------------------------------------------
  .section
--------------------------------------------------*/
.sd-content .section {
  position: relative;
  margin-top: 0;
}
.sd-content .section h4 {
  text-align: center;
  font-size: 187.5%;
  line-height: 1.2;
  color: #808080;
}
.sd-content .section h5 {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #7F7F7F;
}
.sd-content .section p {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  padding-bottom: 11px;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.95;
  color: #666;
}
.sd-content .section h5 p {
  margin-top: 23px;
  max-width: 346px;
}
.sd-content .section .ttl-box {
  text-align: center;
}
.sd-content .section .ttl-box em {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  padding-bottom: 12px;
  font-size: 100%;
  font-style: normal;
  line-height: 1.0;
}
.sd-content .section .ttl-box em:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  margin-left: -58px;
  width: 116px;
  height: 1px;
  background: #9a9a9a;
  content: "";
}
.sd-content .section p.notice {
  margin-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 1.4;
}

.sd-content .section.notice {
  margin-top: 30px;
}
.sd-content .section.notice p {
  font-size: 68.8%;
  text-align: right;
}

.adjust .sd-content .section h4 {
  font-size: 175%;
}
.adjust .sd-content .section h5 {
  font-size: 162.5%;
}
.adjust .sd-content .section .ttl-box em:after {
  margin-left: -75px;
  width: 150px;
}

@media(max-width:640px) {
  .sd-content .section p {
    padding-bottom: 10px;
  }
  .sd-content .section.notice p {
    font-size: 62.5%;
    text-align: left;
  }
}

/* .section.no-01
--------------------------------------------------*/
.section.no-01 {
  margin-top: 80px;
}
.section.no-01 img {
  width: 100%;
  height: auto;
}
.section.no-01 .ttl-box {
  margin-top: 50px;
}
.section.no-01 .txt-box {
  margin: 0 auto 0;
  width: 80.5%;
}

@media(max-width:640px) {
  .section.no-01 {
    margin-top: 50px;
  }
  .section.no-01 .ttl-box {
    margin-top: 30px;
  }
  .section.no-01 .txt-box {
    width: auto;
  }
}

/* .section.no-02
--------------------------------------------------*/
.section.no-02 {
  margin-top: 70px;
}
.section.no-02 img {
  width: 100%;
}
.section.no-02 .txt-box {
  margin: 70px auto 0;
  width: 80.5%;
}

@media(max-width:640px) {
  .section.no-02 {
    margin-top: 60px;
  }
  .section.no-02 .txt-box {
    margin: 40px auto 0;
    width: auto;
  }
}

/* .section.no-03
--------------------------------------------------*/
.section.no-03 {
  margin-top: 140px;
}
.section.no-03 img {
  width: 100%;
}
.section.no-03 .txt-box {
  margin: -20px auto 0;
  width: 80.5%;
}

@media(max-width:640px) {
  .section.no-03 {
    margin-top: 60px;
  }
  .section.no-03 .txt-box {
    margin: 0 auto;
    width: auto;
  }
}

/* .section.no-04
--------------------------------------------------*/
.section.no-04 {
  margin-top: 70px;
  font-size: 0;
}
.section.no-04 .img-box {
  display: inline-block;
  width: 48.7234042%;
  line-height: 0;
}
.section.no-04 .img-02,
.section.no-04 .img-04 {
  margin-left: 2.5531914%;
}
.section.no-04 .img-03,
.section.no-04 .img-04 {
  margin-top: 2.5531914%;
}
.section.no-04 .img-box img {
  width: 100%;
  height: auto;
}

@media(max-width:640px) {
  .section.no-04 {
    margin-top: 30px;
  }
}
@media(max-width:480px) {
  .section.no-04 .img-box {
    display: block;
    margin: 10px 0 0 !important;
    width: auto;
  }
}

/* .section.no-05
--------------------------------------------------*/
.section.no-05 {
  margin-top: 110px;
  position: relative;
}
.section.no-05 .img-box {
  float: right;
  margin-left: 4.787234%;
  margin-bottom: 120px;
}
  .section.no-05 .img-box img {
  max-width: 100%;
  }
.section.no-05 .txt-box {
  overflow: hidden;
  position: absolute;
  max-width: 346px;
}
.section.no-05 .txt-box h5 {
  text-align: left;
  line-height: 1.5em;
}

@media(max-width:768px) {
	.section.no-05 .txt-box {
		left: 20px;
	}
}
@media(max-width:640px) {
  .section.no-05 {
    margin-top: 50px;
  }
  .section.no-05 .img-box {
    float: none;
    margin: 0;
    width: auto;
  }

  .section.no-05 .txt-box {
    position: static;
    left: auto;
  }
}


/* .section.no-06
--------------------------------------------------*/
.section.no-06 {
  margin-top: 30px;
}
.section.no-06 .img-box img {
  width: 100%;
}

@media(max-width:640px) {
  .section.no-06 {
    margin-top: 60px;
  }
}

/*--------------------------------------------------
  .comment2
--------------------------------------------------*/
/* .comment2.no-01
--------------------------------------------------*/
.sd-content .comment2.no-01 {
  margin: 100px 0 0;
  background-color: #f5f8f8;
}
.sd-content .comment2.no-01 .txt-box {
  margin-left: 5.3191489%;
  padding: 60px 0 40px;
  width: 57%;
}
.sd-content .comment2.no-01 .txt-box p {
  margin-top: 20px;
  font-size: 14px;
}
.sd-content .comment2.no-01 .img-box img {
  width:100%;
}

.adjust .sd-content .comment2.no-01 .txt-box {
  padding: 50px 0;
}
.adjust .sd-content .comment2.no-01 .txt-box p {
  line-height: 1.9;
}

@media(max-width:640px) {
  .sd-content .comment2.no-01 {
    margin: 60px 0 0;
  }
  .sd-content .comment2.no-01 .txt-box {
    margin-left: 7%;
    padding: 40px 0 40px !important;
    width: 53%;
  }
  .sd-content .comment2.no-01 .img-box img {
    margin-left: 0%;
  }
}
@media(max-width:479px) {
  .sd-content .comment2.no-01 .txt-box {
    padding: 30px 0 65% !important;
    width: auto;
  }
  .sd-content .comment2.no-01 .img-box img {
    margin-left: -59%;
    width: 160%;
  }
}

/* .comment2.no-02
--------------------------------------------------*/
.sd-content .comment2.no-02 {
  margin: 150px 0 0;
  background-color: #f5f8f8;
}
.sd-content .comment2.no-02 .txt-box {
  margin-left: 40.4255319%;
  padding: 55px 0 30px;
  width: 54.2553191%;
}
.sd-content .comment2 .txt-box em {
  font-size: 20px;
}
.sd-content .comment2.no-02 .img-box img {
  width:100%;
}

.adjust .sd-content .comment2.no-02 .txt-box {
  margin-left: 42%;
  padding: 50px 0;
  width: 52%;
}
.adjust .sd-content .comment2.no-02 .txt-box p {
  line-height: 1.9;
}

@media(max-width:640px) {
  .sd-content .comment2.no-02 {
    margin: 50px 0 0;
  }
  .sd-content .comment2.no-02 .txt-box {
    margin-left: 44%;
    padding: 40px 0 !important;
    width: 50%;
  }
}
@media(max-width:479px) {
  .sd-content .comment2.no-02 .txt-box {
    padding: 30px 0 70% !important;
    width: auto;
  }
  .sd-content .comment2.no-02 .img-box img {
    width: 165%;
  }
}

/*--------------------------------------------------
  .conclu
--------------------------------------------------*/
.sd-content .conclu {
  margin-top: 100px;
  text-align: center;
}
.sd-content .conclu p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 740px;
  margin: auto;
}

.sd-content .pagination .index {
	margin-left: 0px;
}

.sd-content .pagination {
	margin: 110px 0 0;
}

@media(max-width:640px) {
  .sd-content .conclu {
	text-align:left;
  }
  .sd-content .pagination {
  	margin: 40px 0 0;
  }
}


.sd-content .section span.title {
	vertical-align:bottom;
	position:relative;
	top: -1px;
	padding: 0 10px 0 0;
	background: url("../../img/icon_end_menu_next2_on.png") no-repeat right center;
	text-indent: 0px;
	display: inline-block;
	margin-top:15px;
}

@media(max-width:640px) {
	.sd-content .section span.title {
		background: url("../../img/icon_end_menu_nextl2_on.png") no-repeat right center;
		background-size: 6.75px 12px;
		margin-bottom:40px;
	}
}

.sd-content .section a {
	transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	-ms-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-webkit-transition: opacity 0.3s ease-in;
}
.sd-content .section a:hover {
	opacity: 0.6;
}


div.btnwrap {
	margin-top: 50px;
}

.sd-content .linkbtn a {
	min-width:210px;
}