@charset "utf-8";

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

/* h2Ttl */
.l-content h2.h2Ttl {
  box-sizing: border-box;
  border-bottom: 2px solid #ccc;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.l-content h2.h2Ttl span {
  border-left: 5px solid #3992ea;
  display: block;
  color: #333;
  padding: 0 0 0 10px;
  line-height: 1.2;
}
/*wrap*/
.l-content .wrap {
  width: 930px;
  margin: 0 auto;
}
/*summary*/
.l-content .summary {
  font-size: 16px;
  line-height: 24px;
}

/*===========
  c-anchor
=============*/

/*anchorList*/
.l-content .c-anchor .anchorList {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.l-content .c-anchor .anchorList p {
  display: flex;
  align-items: center;
  text-align: center;
}
.l-content .c-anchor .anchorList p::before,
.l-content .c-anchor .anchorList p::after {
  content: "";
  height: 1px;
  border-top: solid 3px #ffcc00;
  flex-grow: 1;
}
.l-content .c-anchor .anchorList p::before {
  margin-right: 10px;
}
.l-content .c-anchor .anchorList p::after {
  margin-left: 10px;
}
.l-content .c-anchor .anchorList ul.m-btnList--center {
  margin: 0 auto;
}
.l-content .c-anchor .anchorList ul.m-btnList--center li a {
  width: 220px;
}

/*===========
  c-product
=============*/

/* h3Ttl */
.l-content h3.h3Ttl {
  border-bottom: solid 1px #ccc;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 20px 0 16px;
}
/*itemList*/
.l-content .c_product .itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.l-content .c_product .itemList .item {
  width: 225px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding: 15px 10px 10px;
  text-align: center;
}
.l-content .c_product .itemList .item .name {
  font-size: 14px;
  color: #004098;
}
.l-content .c_product .itemList .item .txt {
  padding: 8px 0;
  text-align: left;
}
.l-content .c_product .itemList .item .btn a {
  width: 196px;
}

/*===========
  c-lineup
=============*/

.l-content .voice .wrapper{
    display: flex;
    justify-content: center;
}

.l-content .voice .flex{
    display: flex;
    justify-content: space-between;
}

.l-content .voice .problem{
    width: 417px;
    height: 260px;
    border: 1px solid #cccccc;
    position: relative;
}

.l-content .voice .problem .ttl{
    height: 40px;
    font-size: 17px;
    font-weight: bold;
    background-color: #cdf0ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-content .voice .problem::after{
    content: url("../img/pic_arrow.png");
    position: absolute;
    top: 80px;
    right: -50px;
}

.l-content .voice .solution{
    width: 420px;
    background: #3992ea;
    padding: 10px;
    box-sizing: border-box;
}

.l-content .voice .solution .ttl{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.l-content .solution_inner{
    background: #fff;
    padding: 10px 0 15px;
}

.l-content .voice .solution .flexLeft ,
.l-content .voice .solution .flexRight{
	font-size: 12px;
	font-weight: bold;
	width: 199px;
}

.l-content .voice .solution .flexRight{
    border-left: 1px solid #cccccc;
    text-align: center;
}
