@charset "utf-8";

.l-content .article {
  box-sizing: border-box;
  width: 950px;
  padding: 20px;
  border: 6px solid #004098;
}

.l-content .article .top .title {
  color: #004098;
  font-size: 25px;
}

.l-content .article .top .title span{
  border-bottom: 2px solid #ffcc00;
}
.l-content .article .top .title span.txt_ex{
    border-bottom:none;
    font-size: 16px;
    color: #000;
    background: #ffcc00;
    display: inline-block;
    width: 80px;
    height: 28px;
    text-align: center;
    border-radius: 7px;
    padding: 3px 0 0;
    box-sizing: border-box;
    position: relative;
    bottom: 4px;
    left: 2px;
}

.l-content .article .ml_indent {
  margin-left: -23px;
  line-height: 50px;
}

.l-content .article .top .main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-content .article .top .main .caption {
  margin-top: 5px;
  font-size: 12px;
}

.l-content .article .top .main .flow {
  margin-top: 30px;
}

.l-content .article .top .main .flow .flow_box {
  display: flex;
  box-sizing: border-box;
  border: 2px solid #c8c8c8;
  width: 720px;
  background-color: #f6f6f6;
}

.l-content .article .top .main .flow .flow_box:not(:first-child) {
  position: relative;
  margin-top: 35px;
}

.l-content .article .top .main .flow .flow_box:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  border-top: 20px solid #ffcc00;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  transform: translateX(-50%);
}

.l-content .article .top .main .flow .flow_box--yellow {
  display: flex;
  box-sizing: border-box;
  border: 2px solid #ffcc00;
  width: 720px;
  background-color: #feffe5;
}

.l-content .article .top .main .flow .flow_box .flow_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  background-color: #c8c8c8;
  font-size: 17px;
  font-weight: bold;
}

.l-content .article .top .main .flow .flow_box--yellow .flow_title {
  background-color: #ffcc00;
}

.l-content .article .top .main .flow .flow_box .flow_detail {
  padding: 10px 20px;
  font-size: 17px;
  font-weight: bold;
}


.l-content .article .interview_box {
  margin-top: 40px;
}

.l-content .article .interview_box .title {
  padding: 10px;
  background-color: #004098;
  color: #fff;
  font-size: 17px;
  margin: 0 0 20px;
}

.l-content .article .interview_box .main {
  padding: 0 10px;
}

.l-content .article .interview_box .main .question {
  padding: 0 0 20px 2.8em;
  color: #004098;
  font-size: 17px;
  text-indent: -2.8em;
}

.l-content .answer {
  font-size: 15px;
  line-height: 27px;
}

.l-content .article .main .image_area {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0;
  justify-content: space-evenly;
}

.l-content .caption {
  padding-top: 10px;
  font-size: 15px;
}

.l-content .customer_info {
  padding-top: 40px;
}

.l-content .customer_info .title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
}

.l-content .customer_info .detail {
  padding: 15px 10px;
  border: 1px solid #cccccc;
}

.l-content .customer_info .detail dl{
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  font-size: 15px;
  line-height: 30px;
}

.l-content .customer_info .detail dt{
  width: 126px;
}

.l-content .customer_info .detail dd{
  width: 750px;
}

.l-content .reco_article{
	margin: 50px 0 70px 0;
}

.l-content .reco_article .title{
	padding-bottom: 20px;
	margin: 0 auto;
	text-align: center;
  color: #004098;
	font-size: 25px;
  font-weight: bold;
}

.l-content .reco_article .nav ul{
	display: flex;
	justify-content: center;
}
.l-content .reco_article .nav .nav_item:not(:first-child){
	margin-left: 30px;
}

.l-content .reco_article .nav .nav_item .btn{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
	width: 320px;
	padding: 20px 10px; 
	border: 4px solid #ecf3fc;
  border-radius: 0;
  background: url("/pr/misumi_evolution/user_interview/img/icon_article.png") no-repeat 15px 22px;
	font-size: 15px;
}


.l-content .reco_article .nav .nav_item .btn span{
  width: 100px;
  padding-right: 10px;
	color: #333 !important;
  font-size: 16px;
}
.l-content .txt_ex_01{
width:720px;
}
.l-content .wrap_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.l-content .wrap_flex_02 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 30px;
    justify-content: space-evenly;
}
.l-content .wrap_flex_02 .caption{
    text-align: center;
}
.l-content .comment {
  position: relative;
  display: inline-block;
  width: 345px;
  margin-left: 21px;
  padding: 20px 17px;
  border-radius: 10px;
  background-color: #b1e4fa;
  text-align: left;
  font-size: 14px;
  box-sizing: border-box;
}

.l-content .comment::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 13.5px 21px 13.5px 0;
  border-color: transparent #b1e4fa transparent transparent;
  translate: -100% -50%;
}
.l-content .comment_wrap{
    display: flex;
    justify-content: space-between;
    width: 750px;
    margin: 30px auto;
    text-align: center;
    align-items: flex-start;
}
.l-content .box_ex01{width:346px;}