/*---メインビジュアル---*/
.p-mainvisual.fv--news-archive{
 position: relative;
 margin-top:12px;
}

/*---カテゴリー別タグ---*/

.category__menu{
  position: absolute;
  bottom: -9%;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width:500px;
  margin: 0 auto;
  padding:10px;
  border-radius: 20px;
  box-shadow:3px 6px 4px #ccc;
  background-color: #fff; 
}
@media screen and (max-width:550px){
  .category__menu{
    max-width:400px;
    padding:5px;
    text-align: center;
  }
}

/*---カテゴリー別タグ---*/
#year-select__menu{
  margin:3px 5px 0 0;
  padding:5px 0 5px 5px;
}
.p-button__tag{
  text-align: center;
}
.p-button__tag button{
  display: inline-block;
  margin:0 15px;
  border: none;
  background: transparent;
  font-size: 12px;
  font-weight: bold;
  color:#333;
  cursor: pointer;
}
.p-button__tag button:hover{
  opacity:0.6;
  color: #E6002D;
}
@media screen and (max-width:550px){
.p-button__tag button{
  margin:0;
  padding-bottom:0;
}
}

/*---年度別記事の表示---*/
.tab-container {
  max-width: 730px;
  margin: 50px auto 100px;
  line-height: 2;
}
.tab-content h2{
  font-size:24px;
  margin: 0;
  color: #333;
  padding-left:0.5em;
  border-left:8px solid  var(--color__red1);
  border-bottom:1px solid #707070;
}
.tab-content{
  padding:0;
}
.tab-container .tab-content{
  display: none;
}
.tab-container .tab-content.active {
  display: block;
}
.p-box-topics {
  list-style: none;
  padding: 10px 5px;
  border-bottom: solid 1px #cccccc;
}
.p-box-topics__item {
  display: flex;
  align-items: center;
}
.p-box-topics__date {
  margin-right: 30px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.p-box-topics__category {
  display: inline-block;
  color: #fff;
  background-color:var(--color__red2);
  border-radius:10px;
  width:100px;
  height:20px;
  line-height: 1.5;
  font-size:12px;
  font-weight:bold;
  text-align: center;
}
.p-box-topics__category.news{
  background-color:var(--color__blue1);
}
.p-box-topics__text {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  width: 100%;
  color: #333;
  font-size: 14px;
  line-height: 2.0;
  text-decoration: none;
}
.p-box-topics__text .icon-arrow{
  position: absolute;
  top:50%;
  right:-5px;
  display: block;
  width: 5px;
  height:5px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
.p-box-topics__text:hover {
  opacity: 0.6;
}


/*================
DXパートナーのCSS
================*/

.p-mainvisual__dx{
   margin-top:11px;
}
.p-box__year__dx {
    font-weight: bold;
    font-size: 25px;
    color: #666;
    position: relative;
    border-left: 8px solid var(--color__red1);
    border-bottom: solid 1px #cccccc;
    padding-left: 15px;
    margin-bottom: 20px;
}
.p-box-topic-container__dx{
   margin: 20px 0 40px;
}
.p-box-topics-blog__dx{
    list-style: none;
    padding: 10px 5px;
    border-bottom: solid 1px #cccccc;
}
.p-section-button__flex{
   display:flex;
   flex-wrap:wrap;
   justify-content:center;
}
.p-section-button{
  margin:0 10px;
}
/* 20240208 梅原　追記*/
.p-section.tabel__wrap{
  width:100%;
  margin: 30px 0; 
  padding:0;
}

/*=============
記事ページのCSS
=============*/
.p-mainvisual.fv--blog{
 margin-top:12px;
}
.p-mainvisual-blog{
 margin-top:-25px;
}
.p-section {
  padding:0 20px 0;
}
.p-section-date {
  text-align: right;
}
.p-section-title {
  border-left: 8px solid var(--color__red1);
  padding-left: 15px;
  margin-bottom: 40px;
}
.p-section-title__main {
  font-size: 20px;
  margin-bottom: 5px;
}
.p-section-button__all {
    display: block;
    text-align: center;
    width: 191px;
    color: #fff;
    background: var(--color__red1);
    padding: 6px 9px;
    margin: 50px auto 0;
}
.p-section-button__all:hover{
   opacity:0.6;
}
.p-section-text {
    text-indent: 1em;
    padding-left:10px;
    margin-bottom: 1em;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.p-section-text__box {
    width: 100%;
    margin: 30px 0;
}
/* 20240208 梅原　追記*/
.p-section-text__box--test{
   table-layout:fixed;
}
.p-section-text__row__left {
    font-weight: normal;
    line-height: 1.5;
    width: 30%;
    background: rgba(230, 0, 45, 0.1);
    text-align: center;
    border: 1px solid ;
}
.p-section-text__row__right {
    border: 1px solid #707070;
    padding: 15px;
}
.p-section-text__end {
    text-indent: 0;
}
.p-section-text__right {
    text-align: right;
}

/* 20240530 梅原　追記*/
.p-section_contact{
  font-size: 20px;
  font-weight: bold;
  color:#fff;
  border-radius: 100vh;
  display: inline-block;
  line-height: 40px;
  padding: 10px 30px 10px 40px;
  box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.1607843137);
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #ffdcc8;
  background: linear-gradient(#ffb43f, #e97800, #ffb43f);
}
.p-section_contact::before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 26px;
  background: url(https://www.insource-da.co.jp/common/img/icon_mail.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 12px;
  margin-bottom: 3px;
}
.p-section_contact::after{
  content: "〉";
  display: inline-block;
  color: #fff;
  padding-left: 10px;
}
.p-section-text__pdf__link {
    color: #333;
    text-decoration: underline;
}
.p-section-text.p-section-text__pdf{
  text-indent:0;
  padding-left:0;
}
@media screen and (max-width :768px){
.p-section-button__all {
    margin: 20px auto 0;
}
}

/*# sourceMappingURL=test.css.map */


/*===================
ENERGY用のテンプレート
====================*/

h2{
    font-size:20px;
}
h3{
    font-size:18px;
}
h4{
    font-size:16px;
}
.p-section-text__wrap{
    display: flex;
    align-items: center;
    gap:10px;
}
.p-section-text__content{
   margin-bottom:30px;
}
.p-section-text__content ol{
   padding-left:10px;
}
.p-section-text__wrap,
.p-section-text__content h3,
.p-section-text__content ol li {
    margin-bottom: 10px;
}
.p-section-text__content ol li {
    list-style:none;
}
.p-section-text__content ol li p{
    padding-left: 1em;
}
.p-section-text__content ol li h4{
    margin-bottom: 5px;
}
.p-section-text__wrap{
    max-width: 768px;
    display: flex;
    align-items: center;
    gap:10px;
    text-align: left;
}
@media screen and (max-width :768px){
    .p-section-text__wrap{
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center;
    }
}


/*=====================
お知らせ用のテンプレート
======================*/

.p-section-news__mv{
    margin-bottom:40px;
    text-align: center;
}
.p-section-news__detail{
    margin-top:20px;
    margin-right:20px
}
.p-section-news__detail a:hover{
    text-decoration:underline;
}
.p-section-news__flex{
   display:flex;
}