@charset "UTF-8";

.l-content .h4Ttl {
  font-size: 20px;
}

.l-content .h5Ttl {
  font-size: 20px;
}

.l-content .btn_01 {
  padding: 12px 0;
  font-size: 17px;
  height: 50px;
}

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

.l-content .flex_txt {
  width: 760px;
}

.l-content .flex_txt02 {
  width: 850px;
}

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


.l-content .relatedPageList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 950px;
  margin: 0 auto;
}

.l-content .relatedPageList .item {
  padding: 15px 12px 20px;
  border: 1px solid #cacaca;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 6px;
}

.l-content .relatedPageList .item:not(:nth-child(3n+1)) {
  margin-left: 16px;
}

.l-content .relatedPageList .item:nth-child(1):last-child,
.l-content .relatedPageList .item:nth-child(n+4):last-child {
  margin-right: auto;
}

.l-content .relatedPageList .item:nth-child(n+4) {
  margin-top: 16px;
}

.l-content .relatedPageList .item .pic {
  width: 280px;
  text-align: center;
}

.l-content .relatedPageList .item .title {
  width: 280px;
  padding-top: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #004098;
  text-align: center;
}

.l-content .relatedPageList .item .description {
  width: 280px;
  padding-top: 15px;
  text-align: center;
}

.l-content .relatedPageList .item .btn {
  margin-top: 25px;
}

.l-content .relatedPageList .item .btn a {
  width: 100%;
}

.l-content .relatedPageList .item.box_hover {
  cursor: pointer;
}

.l-content .relatedPageList .item.box_hover .title,
.l-content .relatedPageList .item.box_hover .description,
.l-content .relatedPageList .item.box_hover .pic,
.l-content .relatedPageList .item.box_hover .btn a {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}


/* MiBOT[ミボット]で解決！ */
.l-content .solveArea {
  width: 1000px;
  margin: 0 auto;
}

.l-content .solveArea .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #004098;
  font-weight: bold;
  font-size: 23px;
}

.l-content .solveArea .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 40px 20px;
  background: #004098;
}

.l-content .solveArea .name {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.l-content .solveArea .txt1 {
  color: #fc0;
  font-size: 24px;
  font-weight: bold;
}

.l-content .solveArea .txt2 {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}

.l-content .solveArea .wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.l-content .solveArea .solveBox {
  position: relative;
  padding: 15px 15px 10px;
  margin-top: 37px;
  background-color: #dfdfdf;
}

.l-content .solveArea .solveBox .solveTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -37px;
  right: 0;
  width: 185px;
  height: 37px;
  background-color: #dfdfdf;
  font-size: 17px;
  font-weight: bold;
}

.l-content .solveArea .solveBox .solveTtl::before{
  content: "";
  position: absolute;
  top: 0;
  right: 185px;
  border-top: 20px solid transparent;
  border-right: 12px solid #dfdfdf;
  border-bottom: 20px solid #dfdfdf;
  border-left: 12px solid transparent;
}

.l-content .solveArea .solveBox .detail {
  display: flex;
  align-items: baseline;
  height: 34px;
  padding-bottom: 3px;
  border-bottom: solid 1px #333;
  font-size: 17px;
  font-weight: bold;
}

.l-content .solveArea .solveBox .detail img{
  margin-right: auto;
}


.l-content .solveArea .solveBox .detail span{
  font-size: 25px;
}
/* /MiBOT[ミボット]で解決！ */