@charset "UTF-8";

/* main
---------------------------------------------------------- */


/* media */

@media print, screen and (min-width: 641px) {

}
/* detailsFlexBox
---------------------------------------------------------- */
.detailsArea {
	margin-bottom: 2rem;
	overflow: hidden;
}
.detailsFlexBox{
	overflow: hidden;
	width: 100%;
}
.detailsArea .detailsImg {
	display: block;
	text-align: center;
	margin-bottom: 6rem;
}
.detailsArea .detailsImg img {
	max-width: 100%;
}
.detailsText {
	display: block;
	vertical-align: top;
	margin-bottom: 5rem;
	font-size: 2.8rem;
}
.imagesPc {
	display: none;
}
@media print, screen and (min-width: 641px)  {
	.imagesSp {
		display: none;
	}
	.imagesPc {
		display: block;
	}
	.detailsFlexBox {
		margin-bottom: 30px;

	}
	.detailsArea .interval30 {
		margin-bottom: 30px;
	}
	.detailsArea .detailsImg {
		float: left;
		padding-right: 4rem;
		margin-bottom: 3rem;
	}
	.detailsArea .detailsImg.imgR {
		float: right;
		padding-left: 4rem;
		padding-right: 0rem;
	}
	.detailsText {
		font-size: 1.6rem;
		overflow: hidden;
	}
}

/* mainIllArea
---------------------------------------------------------- */
.mainIllArea {
  margin-bottom: 4rem;
}
.mainIllArea .mainill {
  margin-bottom: 3rem;
	text-align: center;
}
.mainIllArea .mainill img {
  max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media print, screen and (min-width: 641px)  {
	.mainIllArea .mainill {
		text-align: left;
	}
	.mainIllArea .mainill img {
		margin-left: 0;
	}
}

/* productLinksList
---------------------------------------------------------- */
.productLinksList {
  display: -ms-flexbox;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.productLinksList li {
  display: -ms-flexbox;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2.5rem;
}

.productLinksList .tmbArea {
  display: -ms-flexbox;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  box-sizing: border-box;
  border: #e3e3e3 solid 1px;
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}

.productLinksList .tmbArea .imgBox {
  width: 30%;
  min-height: 22.5rem;
  position: relative;
  overflow: hidden;
}

.productLinksList .tmbArea .imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.productLinksList .tmbArea .textBox {
  width: 65%;
  height: auto;
  border-left: #e3e3e3 solid 1px;
  padding: 1rem;
  color: #303030;
}
.productLinksList .tmbArea .textBox p {
	margin-bottom: 1rem;
}

/* media */

@media print, screen and (min-width: 641px) {
  .productLinksList {
    margin-bottom: 1.2rem;
  }
  .productLinksList li {
    width: 48.7%;
    margin-bottom: 15px;
  }
  .productLinksList .tmbArea {
    box-sizing: border-box;
  }
  .productLinksList .tmbArea .imgBox {
    box-sizing: border-box;
    width: 29%;
    min-height: 10rem;
  }
  .productLinksList .tmbArea .imgBox img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
  }
  .productLinksList .tmbArea .textBox {
    box-sizing: border-box;
    width: 71%;
    min-height: 13rem;
    padding: 1rem;
  }
  .productLinksList .tmbArea .textBox p {
    color: #303030;
    font-size: 1.3rem;
  }
}

/* arrowL
---------------------------------------------------------- */
.arrow{
	padding-right: 2rem;
}
.arrow::after {
	right: 0;
}
.arrowL {
  position: relative;
  text-decoration: underline;
  vertical-align: middle;
  color: #2153a5;
	padding-left: 2rem;
  display: inline-block;
  text-align: left;
}

.arrowL::before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  border-top: solid 0.3rem #2153a5;
  border-right: solid 0.3rem #2153a5;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1rem;
}

@media print, screen and (min-width: 641px) {
  .arrowL {
    padding-left: 1.3rem;
		font-size: 1.3rem;
  }

  .arrowL::before {
		width: 5px;
		height: 5px;
		border-top: solid 1px #2153a5;
		border-right: solid 1px #2153a5;
		left: 0px;
		margin-top: -4px;
  }
}

/* table
---------------------------------------------------------- */

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.4rem;
}
table th,
table td {
  padding: 1rem;
  border: 1px solid #ccc;
  vertical-align: middle;
}
table th {
  background-color: #f2f6fd;
  text-align: left;
  width: 22rem;
  font-weight: 600;
}
table td {
  letter-spacing: -0.08rem;
}

@media print, screen and (max-width: 640px) {
  table {
    border-top: 1px solid #ccc;
    font-size: 2.8rem;
  }
  table td {
    display: block;
    width: 97%;
    padding: 1%;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 97%;
    padding: 1%;
  }
}

/* page title hx
---------------------------------------------------------- */
.h1Area {
  margin-bottom: 4rem;
}
.h2Area .headline {
	color: #191717;
}
.h4Area .headline{
	font-weight: 600;
	margin-bottom: 1rem;
}
/* media */
@media print, screen and (min-width: 641px) {
  .h1Area {
    margin-bottom: 3.2rem;
  }
	.h3Area .headline{
		font-size: 1.8rem;
	}
	.h4Area .headline{
		font-size: 1.6rem;
	}
}
