@charset "UTF-8";


.contH2Area {
  margin-bottom: 4rem;
}

.contH2Area:last-child {
  margin-bottom: 10rem;
}

.descriptionArea {
	font-size: 2.8rem;
  border: 1px solid #ccc;
  margin: 4rem 0;
  padding: 3.5rem 3rem;
	box-sizing: border-box;
}

.descriptionArea h2 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
	font-weight: bold;
}


.textBox {
  margin-bottom: 3rem;
	font-size: 2.8rem;
}

.imgBox{
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 3rem;
}


.bnrList{
  margin-bottom: 3rem;
}

@media print, screen and (min-width: 641px) {

  .h2Area {
    margin-bottom: 2.7rem;
  }

  .contH2Area {
    margin-bottom: 1rem;
  }

  .contH2Area:last-child {
    margin-bottom: 70px;
  }


  .descriptionArea {
    border: 1px solid #ccc;
    margin: 3rem 0;
    padding: 2.5rem 3rem;
    font-size: 1.4rem;
  }

	.descriptionArea p {
		line-height: 2;
  }

	.descriptionArea h2 {
    font-size: 1.6rem;
    margin-bottom: .5rem;
  }
	
	.textBox {
    margin-bottom: 2rem;
  	font-size: 1.6rem;
  }
	
  .bnrList{
    margin-bottom: 1.5rem;
  }

}


/* productLineListエリア設定
---------------------------------------------------------- */
.productLineList .tmbArea {
  margin-bottom: 4.4rem;
}

.productLineList .tmbArea .imgBox img {
  width: 100%;
  height: auto;
}

.productLineList .tmbArea .textBox h3 {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: bold;
}

.productLineList .tmbArea .textBox {
  margin-bottom: 2rem;
}

/* media */
@media print, screen and (min-width: 641px) {

  .productLineList .tmbArea {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 2rem;
  }
  .productLineList .tmbArea .imgBox {
    margin-right: 30px;
    margin-bottom: 0;
    margin-top: 0;
    width: 300px;
    height: 240px;
  }

  .productLineList .tmbArea .textBox {
    width: calc(100% - 330px);
  }
  .productLineList .tmbArea .textBox h3 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .productLineList .tmbArea .textBox p {
    margin-bottom: 0;
  }
}

.linkMarker {
  font-size: 2.6rem;
	padding: 1rem 0;
}

.linkMarker a {
  position: relative;
  padding-left: 1em;
}

.linkMarker a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: ">";
  color: #2153a5;
  text-decoration: none;
	line-height: 1em;
}

/* media */
@media print, screen and (min-width: 641px) {
  .linkMarker {
		padding: 0;
		font-size: 1.4rem;
  }
	
  .textBox .linkMarker{
    text-align: right;
  }
	
}