@charset "UTF-8";
/**********************************************************************
	ページタイトル - className : Page_title
***********************************************************************/
/**********************************************************************
	グリッドメニュー - className : grid
***********************************************************************/
.container_liquid.Contents02 {
  padding-top: 20px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .container_liquid.Contents02 .m-card.card-picture .picture-inner {
    top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .container_liquid.Contents02 .m-card.card-picture .picture-inner {
    top: 25px;
  }
}

.container_liquid.Contents02 .m-card.card-picture .picture-inner .Column-question {
  padding: 30px;
}

@media only screen and (max-width: 1024px) {
  .container_liquid.Contents02 .m-card.card-picture .picture-inner .Column-question {
    padding: 15px 15px 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .container_liquid.Contents02 .m-card.card-picture .picture-inner .Column-question {
    padding: 30px;
  }
}

.container_liquid.Contents02 .m-card.card-picture .picture-inner .Column-question.Column-question-border {
  border-right: solid 1px #fff;
}

.container_liquid.Contents02 .m-card.card-picture .picture-inner .Column-question ul li {
  margin-bottom: 20px;
  display: block;
  position: relative;
  padding-left: 25px;
}

@media only screen and (max-width: 1024px) {
  .container_liquid.Contents02 .m-card.card-picture .picture-inner .Column-question ul li {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .container_liquid.Contents02 .m-card.card-picture .picture-inner .Column-question ul li {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.container_liquid.Contents02 .m-card.card-picture .picture-inner .Column-question ul li:before {
  font: normal normal normal 24px/1 FontAwesome;
  position: absolute;
  color: #fff;
  left: 0;
  content: '\f105';
  width: 10px;
  height: 20px;
  font-weight: normal;
  vertical-align: top;
}

.container_liquid.Contents02 .m-card.card-picture .picture-inner p.Ajust-lh {
  line-height: 3.5rem;
  margin: -80px 20px 0 20px;
}

@media only screen and (max-width: 1024px) {
  .container_liquid.Contents02 .m-card.card-picture .picture-inner p.Ajust-lh {
    line-height: 3.3rem;
    margin: -90px 20px 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .container_liquid.Contents02 .m-card.card-picture .picture-inner p.Ajust-lh {
    line-height: 3.5rem;
    margin: -80px 20px 0 20px;
  }
}

.container_liquid.Contents02 .m-card .Bg-color-blue {
  background-color: #739dd9;
}

.container_liquid.Contents02 .m-card .Bg-color-purple {
  background-color: #b984e0;
}

.container_liquid.Contents02 .m-card .Icon-position {
  background-position: center center;
}

.container_liquid.Contents02 .m-card .Size-65p {
  background-size: 65%;
}

.container_liquid.Contents02 .m-card .Bg-color-yellow {
  background-color: #eae95d;
}

.container_liquid.Contents02 .m-card .Ajust-bg {
  background-size: contain;
  background-position: left;
}

.About-generic .m-btn {
  background-color: #fff;
}

.About-generic .btn-ingenuity {
  text-align: left;
  padding: 0;
}

.About-generic .card-caption {
  border: solid 1px #e6e9ec;
}

.About-generic .card-caption .card-img {
  height: 255px;
}

.About-generic .card-caption .caption-info {
  padding: 17px;
  border-top: solid 1px #0c489b;
}

.About-generic .card-caption .caption-info header h3 {
  margin-bottom: 0 !important;
}

.About-generic .m-btn.btn-about-generic {
  height: 142px;
}

@media only screen and (max-width: 767px) {
  .About-generic .m-btn.btn-about-generic {
    height: 70px;
  }
}

.About-generic .m-btn.btn-about-generic.icon07 span {
  background-image: url("../../about-generic/images/icon_lower06.png");
}

/**********************************************************************
	タブレット - className : none
***********************************************************************/
@media only screen and (max-width: 1000px) {
  .Contents02 .l-inner-grid .m-card .picture-inner .Column-question {
    padding: 0 30px;
  }
  .Contents02 .l-inner-grid .m-card .picture-img.Ajust-pb25 {
    padding-bottom: 25px;
  }
  .Contents02 .l-inner-grid .m-card .picture-img .Ajust-height {
    padding-top: 49%;
  }
  .Contents02 .l-inner-grid .None-box {
    display: none;
  }
}

/**********************************************************************
		スマホ - className : none
	***********************************************************************/
@media only screen and (max-width: 767px) {
  .Page_title .Page_title-inner {
    height: 210px;
  }
  .Contents02 .l-inner-grid .m-card .picture-inner .Column-question.Column-question-border {
    border-right: none;
  }
  .Contents02 .l-inner-grid .m-card .picture-inner p.Ajust-lh {
    margin-top: 80%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .Contents02 .l-inner-grid .m-card .Ajust-padding-30-10 {
    padding: 30px 10px;
  }
  .Contents02 .l-inner-grid .m-card .picture-img .Ajust-height {
    padding-top: 100%;
  }
  .Contents02 .l-inner-grid .m-card .Ajust-bg {
    background-position: top;
  }
}

.next-arrow {
  position: relative;
}

.next-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  background: url(../../../common/images/arrow_right_b.png) no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 50px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .next-arrow::after {
    top: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -moz-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    -o-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
}

.inkjet-item {
  position: relative;
}

.inkjet-item figure {
  position: absolute;
  right: 30px;
}

.ingenuity_02_item {
  position: relative;
}

.ingenuity_02_item figure {
  position: absolute;
  right: -10%;
  bottom: 0;
}

.drinking_01_item {
  position: relative;
}

.drinking_01_item figure {
  position: absolute;
  right: 30px;
}

.m-btn2 {
  font-size: 1.6rem;
  padding: 12px 20px;
}

.m-btn2.btn-through {
  border-color: #ccc !important;
  color: #ccc !important;
}

.m-btn2.btn-through:after {
  content: none !important;
}

.m-btn2.btn-through img {
  display: none;
}

.m-btn2.btn-through .Popup-box {
  display: none;
}

.m-btn2.btn-s {
  font-weight: normal;
}

.m-btn2.btn-s:after {
  margin-top: -9px;
}

.m-btn2.btn-print {
  position: relative;
  float: right;
}

.m-btn2.btn-download {
  position: relative;
  float: right;
  width: 276px;
  color: #333333;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  padding: 11.5px 10px;
}

.m-btn2.btn-download .icon {
  position: relative;
  top: -6px;
  margin-right: 10px;
}

.m-btn2.btn-download span {
  font-size: 1.3rem;
}

.m-btn2.btn-window {
  position: relative;
}

.m-btn2.btn-window:after {
  position: absolute;
  top: 40%;
  right: 1.0em;
  content: '';
  width: 13px;
  height: 13px;
  background-image: url("/common/images/icon-window-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.m-btn2.btn-primary-border {
  width: 100%;
  background-color: transparent;
  border: solid 1px #0c489b;
  color: #0c489b;
  font-weight: bold;
}

.m-btn2.CheckBox-btn {
  max-width: 350px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  color: #fff;
  background-color: #0c489b;
}

.m-btn2.btn-about-generic {
  position: relative;
  width: 100%;
  padding: 30px 70px 30px 25px;
  font-weight: bold;
  color: #333333;
  font-size: 1.8rem;
  text-align: left;
  background-color: #fff;
  border: solid 1px #e6e9ec;
}

.m-btn2.btn-about-generic:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../../generic/images/arrow_next-page.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-btn2.btn-about-generic:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 35%;
  left: 1em;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-btn2.btn-about-generic.icon01:before {
  background-image: url("/generic/about-generic/images/icon_lower01.png");
}

.m-btn2.btn-about-generic.icon02:before {
  background-image: url("/generic/about-generic/images/icon_lower02.png");
}

.m-btn2.btn-about-generic.icon03:before {
  background-image: url("/generic/about-generic/images/icon_lower03.png");
}

.m-btn2.btn-about-generic.icon04:before {
  background-image: url("/generic/about-generic/images/icon_lower04.png");
}

.m-btn2.btn-about-generic.icon05:before {
  background-image: url("/generic/about-generic/images/icon_lower05.png");
}

.m-btn2.btn-about-generic.adj-pdg {
  padding: 45px 25px;
}

.m-btn2.btn-about-generic span {
  display: block;
  padding-left: 30px;
}

.m-btn2.btn-pdf {
  position: relative;
  width: 100%;
  padding: 30px 70px 30px 25px;
  font-weight: bold;
  color: #333333;
  font-size: 1.8rem;
  text-align: left;
  background-color: #fff;
  border: solid 1px #e6e9ec;
}

.m-btn2.btn-pdf:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  display: inline-block;
  width: 22px;
  height: 38px;
  background: url("../../common/images/icon-pdf.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-btn2.btn-pdf.adj-pdg {
  padding: 45px 25px;
}

.m-btn2.btn-excel {
  position: relative;
  width: 100%;
  padding: 30px 70px 30px 25px;
  font-weight: bold;
  color: #333333;
  font-size: 1.8rem;
  text-align: left;
  background-color: #fff;
  border: solid 1px #e6e9ec;
}

.m-btn2.btn-excel:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  display: inline-block;
  width: 25px;
  height: 37px;
  background: url("../../common/images/icon-excel.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-btn2.btn-excel.adj-pdg {
  padding: 45px 25px;
}

.m-btn2.btn-back {
  margin: 0 auto;
}

.m-btn2.btn-back:after {
  top: 50%;
  right: auto;
  left: .5em;
  font-weight: normal;
  content: '\f104';
}

.m-btn2.btn-int {
  width: 100%;
  background-color: #fff;
}

.m-btn2.btn-int p {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: left;
  margin-bottom: 0;
}

.m-btn2.btn-int p span {
  display: block;
}
