@charset "utf-8";

.l-content .contents_me {
  width: 930px;
  border: 10px solid #004098;
  text-align: center;
  margin-bottom: 30px;
}

.l-content .contents_me h1 {
  padding-top: 10px;
  font-size: 30px;
}

.l-content .contents_me h1 span {
  color: #004098;
  font-size: 32px;
}

.l-content .contents_me .mv {
  position: relative;
  background: #ffcc00;
}

.l-content .contents_me .mv::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -53px;
  left: 50%;
  border-top: 54px solid #ffcc00;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  transform: translateX(-50%);
}

.l-content .contents_me .mv .mv_wrap {
  position: relative;
  height: 100px;
  padding: 10px 20px;
}

.l-content .contents_me .mv .mv_wrap::before, .l-content .contents_me .mv .mv_wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
}

.l-content .contents_me .mv .mv_wrap::before {
  left: 26px;
  width: 118px;
  height: 88px;
  background: url("/pr/misumi_evolution/user_interview/img/icon_mv.png") no-repeat;
}

.l-content .contents_me .mv .mv_wrap .sub_title {
  padding-top: 2px;
  font-size: 17px;
  font-weight: bold;
}

/* 最新の改善 */

.l-content .contents_me .new_article {
  position: relative;
  background-color: #004098;
}

.l-content .contents_me .new_article .new_article_wrap {
  position: relative;
  padding: 64px 0 10px 0;
}

.l-content .contents_me .new_article .new_article_wrap::before,
.l-content .contents_me .new_article .new_article_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.l-content .contents_me .new_article .new_article_wrap::before {
  left: -55px;
  width: 244px;
  height: 182px;
  background-image: url("/pr/misumi_evolution/user_interview/img/confetti_left.png");
}

.l-content .contents_me .new_article .new_article_wrap::after {
  right: 0;
  width: 209px;
  height: 178px;
  background-image: url("/pr/misumi_evolution/user_interview/img/confetti_right.png");
}

.l-content .contents_me .new_article .head {
  padding-bottom: 25px;
}

.l-content .contents_me .new_article .head .title {
  text-align: center;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.1em;
}

.l-content .contents_me .new_article .head .sub_title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.l-content .contents_me .new_article .head .sub_title::before {
  content: "";
  display: block;
  margin: 0 4px 3px 0;
  width: 24px;
  height: 3px;
  background-color: #fff;
  transform: rotate(-120deg);
}

.l-content .contents_me .new_article .head .sub_title::after {
  content: "";
  display: block;
  margin: 0 0 3px 0;
  width: 24px;
  height: 3px;
  background-color: #fff;
  transform: rotate(-60deg);
}

.l-content .contents_me .new_article .main_wrap {
  position: relative;
  background: #fff;
}


.l-content .contents_me .new_article .main {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 15px 20px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  text-decoration: none;
}

.l-content .contents_me .new_article .main:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
  opacity: 0.8;
}


.l-content .contents_me .new_article .main_wrap .icon_new{
  position: absolute;
  top: -98px;
  left: 130px;
}

.l-content .contents_me .new_article .main > img {
  width: 330px;
  height: 230px;
}

.l-content .contents_me .new_article .main .text {
  display: block;
  text-align: left;
  margin-left: 20px;
}

.l-content .contents_me .new_article .main .date {
  display: block;
   font-size: 15px;
   font-weight: bold;
}

.l-content .contents_me .new_article .main .page_title {
  display: block;
  font-size: 21px;
  font-weight: bold;
}

.l-content .contents_me .new_article .main .flow {
  display: block;
  margin-top: 10px;
}

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

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

.l-content .contents_me .new_article .main .flow .flow_box--yellow::before {
  content: "";
  display: block;
  position: absolute;
  top: -22px;
  left: 50%;
  border-top: 15px solid #ffcc00;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  transform: translateX(-50%);
}

.l-content .contents_me .new_article .main .flow .flow_box--yellow ,
.l-content .contents_me .new_article .main .flow .flow_box--yellow_02 {
  display: flex;
  box-sizing: border-box;
  border: 2px solid #ffcc00;
  width: 480px;
  background-color: #feffe5;
}

.l-content .contents_me .new_article .main .flow .flow_box .flow_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  background-color: #c8c8c8;
  font-size: 13px;
  font-weight: bold;
}

.l-content .contents_me .new_article .main .flow .flow_box--yellow .flow_title ,
.l-content .contents_me .new_article .main .flow .flow_box--yellow_02 .flow_title {
  background-color: #ffcc00;
}

.l-content .contents_me .new_article .main .flow .flow_box .flow_detail {
  display: block;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
}

.l-content .contents_me .new_article .main .arrow{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.l-content .old_article {
  margin-bottom: 50px;
}

.l-content .old_article .title {
  font-size: 21px;
}

.l-content .old_article .article_list {
  box-sizing: border-box;
	width: 950px;
  padding: 5px 10px 10px 10px;
	border: 10px solid #ecf3fc;
  margin-top: 10px;	
	background: #fff;
	text-align: left;
	position: relative;
}

.l-content .old_article .article_list ul li {
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 60px;
  border-bottom: 1px dotted #ccc;
}

.l-content .old_article .article_list ul li .volume{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 48px;
  background: url("/pr/misumi_evolution/user_interview/img/icon_article.png") no-repeat 13px 5px;
  font-size: 16px;
  font-weight: bold;
}

.l-content .old_article .article_list ul li.new::before{
  content: "new";  
  background: #e60012;
    padding: 5px 0;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    width: 50px;
    text-align: center;
    font-weight: bold;
  margin-left:-55px;
  margin-right:5px;
}

.l-content .old_article .article_list ul li .volume img{
  position: absolute;
  left: 23px;
}

.l-content .old_article .article_list ul li a{
  margin-left: 20px;
}

.l-content .old_article .accordion_btn {
	display: flex;
	justify-content: center;
  padding-top: 10px;
}

