/* ---------------------
  - common setting
  - Typography
  - Module
--------------------- */


/* =====================
  common setting
===================== */

#contentsArea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo;
  line-height: 1.9;
  font-size: 14px;
  font-weight: normal;
}

#contentsArea img {
  max-width: 100%;
}

.gridContents {
  margin: 0 auto;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.fs15 {
  font-size: 15px;
}


/* =====================
  Typography
===================== */

.descriptionTtl,
.gridTtl {
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo;
}

.descriptionTtl {
  font-size: 24px !important;
  line-height: 1.6 !important;
  margin-bottom: 10px;
}

.ttl-01 {
  color: #999999;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding: 15px 6% !important;
  background: #f2f2f2;
}

.ttl-02 {
  color: #4e9d3d;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.gridTtl {
  font-size: 20px !important;
  line-height: 1.6 !important;
  margin-bottom: 10px;
}

p.gridTxt {
  font-size: 13px;
  line-height: 1.9;
}


/* =====================
  Module
===================== */

.keyVisual {
  border-bottom: 1px #eeeeee solid;
  text-align: center;
  margin: 20px 0 25px;
}

.keyVisual h1 {
  display: block;
  margin: 0 auto !important;
  width: auto !important;
}

.descriptionArea {
  margin-bottom: 50px;
}

.descriptionTxt {
  font-size: 14px;
  margin-bottom: 30px;
}

.descriptionInner {
  padding: 0 6%;
}

.gridCntentsInner {
  padding: 6%;
}

.linkArea {
  text-align: center;
  width: 100%;
  position: relative;
}

.linkArea a {
  color: #fff;
  text-decoration: none;
}

.linkArea:hover {
  opacity: 0.9;
  cursor: pointer;
}

.linkAreaType01 .productName {
  background: #2c5589;
}

.linkAreaType01 .productDescription {
  background: #284e7d;
}

.linkAreaType02 .productName {
  background: #007359;
}

.linkAreaType02 .productDescription {
  background: #006f55;
}

.linkAreaType03 .productName {
  background: #0083c1;
}

.linkAreaType03 .productDescription {
  background: #007db7;
}

.linkAreaType04 .productName {
  background: #02b2ea;
}

.linkAreaType04 .productDescription {
  background: #04abe0;
}

.linkAreaType05 .productName {
  background: #2c5a6d;
}

.linkAreaType05 .productDescription {
  background: #285263;
}

.linkAreaType06 .productName {
  background: #ec3838;
}

.linkAreaType06 .productDescription {
  background: #db3535;
}

.linkAreaType07 .productName {
  background: #83367c;
}

.linkAreaType07 .productDescription {
  background: #83297a;
}

.linkAreaType08 .productName {
  background: #1665ac;
}

.linkAreaType08 .productDescription {
  background: #005bac;
}

.productName,
.productDescription {
  line-height: 1.6 !important;
}

.productName {
  font-size: 16px !important;
  padding: 20px 2% 0;
  font-weight: bold !important;
}

.productDescription {
  padding: 2px 4% 20px;
  font-size: 12px;
}

.linkArea-row {
  display: flex;
}

.linkArea-icn {
  width: 23%;
  max-width: 90px;
  position: relative;
}

.linkArea-icn > img {
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
}

.linkArea-text {
  width: 100%;
}

.linkArea-icn-01 {
  background: #203e63;
}

.linkArea-icn-02 {
  background: #005742;
}

.linkArea-icn-03 {
  background: #006999;
}

.linkArea-icn-04 {
  background: #0495c2;
}

.checkIcn {
  background: #ce2430;
  border-radius: 50px;
  width: 65px;
  height: 65px;
  font-size: 12px !important;
  line-height: 65px;
  font-weight: bold;
  position: absolute;
  top: -25px;
  right: 5px;
}

.productArea {
  background: url("../img/sp_product_bg_01.jpg") no-repeat;
  background-size: cover;
  padding: 6% 6%;
}

.productArea02 {
  background: url("../img/sp_product_bg_02.jpg") no-repeat;
  background-size: cover;
}

.productContents {
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 10px -4px;
  padding: 8%;
}

.productTtl {
  font-size: 22px !important;
  margin: 25px 0 5px;
  line-height: 1.4;
  font-weight: bold;
}

.productTxt {
  font-size: 15px !important;
  font-weight: bold !important;
  color: #c27629;
}

.btn a {
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  background: #259140;
  display: block;
  text-align: center;
}

.btn a:hover {
  opacity: 0.8;
}

.gridImg img {
  width: 100%;
}

.productImg {
  margin: 0 auto;
  width: 50%;
}

.caution {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.section01 {
  background: #f9f9f9;
}

  .section02 {
  background: #eaeaea;
  position: relative;
  padding: 40px 3% 20px;
}

.section03 {
  padding: 50px 3% 40px;
}

.content-inner {
  padding: 40px 6%;
}

.section02:before,
.section02:after {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  width: 0;
  height: 0;
  border-style: solid;
}

.section02:after {
  bottom: -25px;
  border-width: 25px 22.5px 0 22.5px;
  border-color: #eaeaea transparent transparent transparent;
}

.section02:before {
  border-width: 15px 22.5px 0 22.5px;
  top: 0;
  border-color: #f9f9f9 transparent transparent transparent;
}