@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 #0f218b;
  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 {
  font-size: 17px;
  font-weight: bold;
  padding: 5px 0;
  margin: 20px 0 16px;
  background: #e4e4e4;
  text-align: center;
}
/*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 5px 10px;
  text-align: center;
}
.l-content .c_product .itemList .item .name {
  font-size: 14px;
  color: #004098;
}
.l-content .c_product .itemList .item .txt {
  padding: 5px 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;
}
.l-content .txt_01{
    font-size: 15px;
    font-weight: bold;
}
.l-content .txt_02{font-size: 15px;}
.l-content .txt_ex_01{font-size: 19px; color:#cc0000;}
.l-content .txt_ex_02{color:#cc0000;}
.l-content .txt_ex_03{color: #dd0000;}
.l-content .txt_ex_04{color: #dd0000; font-size: 17px;}
.l-content .itemList_ex01{
    width: 460px;
}
.l-content .itemList_ex02{
    width: 225px;
}
.l-content .itemList_exwrap{
    display: flex;
    justify-content: space-between;
}
.l-content .td_border_ex01{
    border-left: 2px solid #dd0000;
    border-right: 2px solid #dd0000;
}
.l-content .td_border_ex02{
    border-top: 2px solid #dd0000;
}
.l-content .td_border_ex03{
    border-bottom: 2px solid #dd0000;
}
.l-content .td_border_ex04{
    border-left: 2px solid #dd0000;
}
.l-content .td_border_ex05{
    border-right: 2px solid #dd0000 !important;
}
.l-content .box_w_01{width: 700px;}
.l-content .bg_01{background: #dae9f8;}
.l-content .bg_02{background: #daf2d0;}
.l-content .flex_wrap{
    display: flex;
    justify-content: space-between;
}