/* @import url('http://example.com/example_style.css'); */

/*****************************************/
/* HOMEのみ  */
/*****************************************/
#content-body {
  display: flex;
  justify-content: center;
}

section.home_osusume,
section.home_service-sagasu,
section.home_blog-lists,
section.home_oshirase-lists {
  width: 1170px;
  margin: 0 auto;
  flex: 1;
}

section.home_slider {
  background-color: #DBEBF9;
  width: 100%;
  padding: 30px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
}



section.home_cc {
  width: 870px;
  margin: 0 auto;
  flex: 1;
}

section.home_oshirase-lists {
  margin: 50px auto 100px auto;
}

.tolist-btn {
  width: 220px;
  padding: 5px 15px 5px 15px;
  margin: 50px auto 100px auto;
  background-color: #ffffff;
  border-radius: 50px;
  border: 2px solid #0E5DAB;
  text-align: center !important;
  position: relative;
}

.tolist-btn a {
  font-size: 16px;
  font-weight: 700;
  color: #0E5DAB;
  border: none;
  text-decoration: none;
}

.material-symbols-rounded {
  font-variation-settings:
    'FILL' 0,
    'wght' 600,
    'GRAD' 0,
    'opsz' 24;
  color: #0E5DAB;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top:5px;
  transform: translateY(-50%);
  height: 100%;
}


div.home_border {
  margin: 0px 0px 50px 0px;
  padding: 0px;
  border-bottom: 1px solid #CCCCCC;
}

.home_section_title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 30px auto;
}
.home_section_subtitle {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  padding: 0px;
  margin: 30px 0px 20px 0px;
  display:flex;
  align-items:center;
}
.home_section_subtitle:after {
  margin-left:5px; 
  border-top:1px solid #ccc; 
  content:""; 
  flex-grow:1;
}

div.home_site-cc {
  display: flex;
  justify-content: space-between;
  padding: 25px 0px 25px 0px;
}

.ccopyl {
  width: 35%;

}
.ccopyl p {
  font-size: 18px;
  font-weight: 700;
  color: #0E5DAB;
  margin: 0px;
  padding: 0px;
}

.ccopyl2 {
  width: 65%;

}
.ccopyl2 p {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin: 0px;
  padding: 0px;
}

.home-news-list-repeat {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  margin: 10px auto 10px auto;
  padding: 10px;
  border-bottom: 2px dashed #666666;
  width: 970px;
  padding: 5px 100px 5px 100px;
}

.home-news-list-date {
  width: 200px;
  color: #333333;
  font-weight: 500;
  text-align: left;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.home-news-list-title {
  width: 650px;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.home-news-list-title a {
  color: #333333;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}

.home_blog_contents-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: flex-start;

}

.home_blog_contents {
  width:1170px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hl_blog_card {
  display: flex;
  flex-direction: column;
  width: 270px;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
  float: left;
  margin: 0px 30px 0px 0px;
}
.hl_blog_card:nth-child(4) {
  margin:0px;
}

.hl_blog_card_img {
  background-color: #ed9b4c;
  width: 270px;
  height: 150px;
  margin: 0px;
  padding: 0px;
  box-shadow: 0 0 0px rgba(0, 0, 0, .16);
  text-decoration: none;
  border-radius: 8px 8px 0px 0px;
}

.hl_blog_card_img img {
  width: 270px;
  height: 150px;
  margin: 0px;
  padding: 0px;
  border-radius: 8px 8px 0px 0px;
  object-fit: cover;
}

.hl_blog_card_title {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  height: 70px;
  margin: 3px 10px 3px 10px;
}

.hl_blog_card_title a {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
}

.hl_blog_card_tag {
  font-size: 10px;
  font-weight: 500;
  color: #333333;
  width: auto;
  border: 1px solid #0E5DAB;
  padding: 3px 5px 3px 5px;
  margin: 0px 10px 3px 10px;
}

.hl_blog_card_date {
  font-size: 10px;
  font-weight: 500;
  color: #333333;
  padding: 3px 5px 3px 5px;
  margin: 0px 10px 3px 10px;
}


/* タブレット仕様（1200px以下） */
@media (max-width: 1200px) {
  section.home_osusume,
  section.home_service-sagasu,
  section.home_blog-lists,
  section.home_oshirase-lists {
    width: 100%;
    margin: 0 auto;
    flex: 1;
    overflow: hidden;
  }

  section.home_cc {
    width: 90%;
  }

  .home-news-list-repeat {
    width: 90%;
    padding: 5px 50px 5px 50px;
  }

  .home_blog_contents {
    width:calc(100% - 90px);
    margin: 0px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    overflow: hidden;
  }

  .hl_blog_card {
    display: flex;
    flex-direction: column;
    width: calc(50% - 60px);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    float: left;
    margin: 0px 30px 30px 30px;
    overflow: hidden;
  }

  .hl_blog_card:nth-child(2),.hl_blog_card:nth-child(4) {
    margin: 0px 30px 30px 0px;
  }

  .hl_blog_card_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }

  .hl_blog_card_img img {
    width: 100%;
    height: 200px;
    margin: 0px;
    padding: 0px;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
  }

}


/* SP仕様（768px以下） */
@media (max-width: 767px) {

  section.home_osusume {
    width:calc(100% - 40px);
    max-width:767px;
    margin: 0px 20px 0px 20px;
    padding: 25px 0px 25px 0px;
    overflow: visible;
  }

  div.home_site-cc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 0px 25px 0px;
  }
  .ccopyl2 {
    width: 100%;

  },
  .ccopyl2 br {
    display: none;
  }

  .home-news-list-repeat {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(90% - 50px);
    padding: 5px 25px 5px 25px;
  }

  .home-news-list-date {
    width: 100%;
  }
  .home-news-list-title {
    width: 100%;
  }
  .home_blog_contents {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .hl_blog_card {
    width: calc(100% - 36px);
    margin: 0px 18px 20px 18px;
  }

  .hl_blog_card:nth-child(2),.hl_blog_card:nth-child(4) {
    width: calc(100% - 36px);
    margin: 0px 18px 20px 18px;
  }

  .hl_blog_card_img {
    width: 100%;

  }
  .hl_blog_card_img img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
  }

  .hl_blog_card_title {
    height: 100%;
  }
  .hl_blog_card_title a {
    font-size:18px;
  }

  .hl_blog_card_date {
    font-size: 14px;
  }


  .ccopyl {
    width: 100%;
  }

  .ccopyl br {
    display: none;
  }

}
/*****************************************/
/* ベース   */
/*****************************************/

body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
h3 {
  font-size:24px;
  font-weight:700;
  text-align:center;
  color:#0E5DAB;
  padding: 0;
  margin: 10px 0 25px 0;
}

.c-section{
  width: 100%;
  margin: 75px 0px 20px 0px;
}

.c-section-2{
  max-width: 760px;
  width: 100%;
  margin: 0px 0px 25px 0px;
}
.chosei75px{
  margin: 0px 0px 75px 0px;
}

.c-section-bottom{
  width: 100%;
  margin: 75px 0px 75px 0px;
}

.haba{
  width: 100%;
}

.main-contents{
  background-color: #ffffff;
  width: 800px;
  margin: 10px 30px 0px 0px;
  padding: 0px 0px 0px 20px;
}

.right-column-main{
  width: 370px;
  margin: 0px 0px 0px 0px;
  padding: 20px 10px 0px 10px;
}

.right-column-ps{
  background-color: #FFFFFF;
  float: right;
  width: 370px;
  position: sticky;
  top: 0;
  z-index: 1;
  height: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}



/* タブレット仕様（1200px以下） */
@media (max-width: 1200) {
  .c-section{
    max-width: 100%;
    margin: 0px 0px 75px 0px;
  }

  .c-section-2{
    max-width: 100%;
  }

  .mainbody{
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 0px;
    width: 100%;
  }

  .mainbody_s{
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 0px;
    width: 100%;
  }

  .main-contents{
    width: 100%;
    padding: 0px 20px 0px 20px;
  }

  .right-column-main{
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  .right-column-ps{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding:15px;
  }
}


/* SP仕様（768px以下） */
@media (max-width: 767px) {
  .c-section{
    max-width: 100%;
    width: calc(100% - 40px);
    margin: 0px 20px 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  

  .c-section-2{
    max-width: 100%;
  }

  .mainbody{
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 20px 20px 0px 20px;
    width: calc(100% - 40px);
  }

  .mainbody_s{
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    width: calc(100% - 0px);
  }

  .main-contents{
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  .right-column-main{
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  .right-column-ps{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding:0px;
  }

  .embed_container{
    width: calc(100% - 40px);
    margin: 0px 20px 0px 20px;
  }
}




/*  会社概要  */

section.company-profile__section {
  width: 1170px;
  flex: 1;
  overflow: hidden;
  margin: 50px auto 50px auto;
}

.company-profile__section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  padding: 0px 0px 0px 0px;
  margin: 50px auto 50px auto;
}

/* タブレット仕様（1200px以下） */
@media (max-width: 1200px) {
  section.company-profile__section {
    width: calc(100% - 40px);
    overflow: hidden;  
    margin: 0px 20px 0px 20px;
    padding: 25px 0px 25px 0px;
  }
  .company-profile__section-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    padding: 0px 0px 0px 0px;
    margin: 50px auto 50px auto;
  }
}
/* SP仕様（768px以下） */
@media (max-width: 767px) {

  section.company-profile__section {
    width:calc(100% - 40px);
    max-width:767px;
    margin: 0px 20px 0px 20px;
    padding: 25px 0px 25px 0px;
    overflow: visible;
  }
  .company-profile__section-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    padding: 0px 0px 0px 0px;
    margin: 50px auto 50px auto;
  }
}


/*  よくある質問  */

section.faq__section {
  width: 970px;
  flex: 1;
  overflow: hidden;
  margin: 50px auto 50px auto;
}

.faq__section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  padding: 0px 0px 0px 0px;
  margin: 50px auto 50px auto;
}

/* タブレット仕様（1200px以下） */
@media (max-width: 1200px) {
  section.faq__section {
    width: calc(100% - 100px);
    overflow: hidden;  
    margin: 0px 50px 0px 50px;
    padding: 25px 0px 25px 0px;
  }
  .faq__section-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    padding: 0px 0px 0px 0px;
    margin: 50px auto 50px auto;
  }
}
/* SP仕様（768px以下） */
@media (max-width: 767px) {

  section.faq__section {
    width:calc(100% - 0px);
    max-width:727px;
    margin: 0px 0px 0px 0px;
    padding: 25px 0px 25px 0px;
    overflow: visible;
  }
  .faq__section-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    padding: 0px 0px 0px 0px;
    margin: 50px auto 50px auto;
  }
}

ビズソル検索結果

/*  検索結果  */

section.search-results__section {
  width: 970px;
  flex: 1;
  overflow: hidden;
  margin: 50px auto 50px auto;
}

.search-results__section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  padding: 0px 0px 0px 0px;
  margin: 50px auto 50px auto;
}

/* タブレット仕様（1200px以下） */
@media (max-width: 1200px) {
  section.search-results__section {
    width: calc(100% - 100px);
    overflow: hidden;  
    margin: 0px 50px 0px 50px;
    padding: 25px 0px 25px 0px;
  }
  .search-results__section-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    padding: 0px 0px 0px 0px;
    margin: 50px auto 50px auto;
  }
}
/* SP仕様（768px以下） */
@media (max-width: 767px) {

  section.search-results__section {
    width:calc(100% - 0px);
    max-width:727px;
    margin: 0px 0px 0px 0px;
    padding: 25px 0px 25px 0px;
    overflow: visible;
  }
  .search-results__section-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    padding: 0px 0px 0px 0px;
    margin: 50px auto 50px auto;
  }
}

/*  ぱんくずリスト  */
.pankuzu {
  max-width:1200px;
  width:100%;
  font-size:12px;
  color:#333333;
  text-align:left;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.pankuzu a {
  color: #0E5DAB;
  text-decoration: none;
}
.pankuzu a:hover {
  text-decoration: none;
}

/* SP仕様（768px以下） */
@media (max-width: 767px) {
  
.pankuzu {
  width:calc(100% - 0px);
  max-width:727px;
  font-size:12px;
  color:#333333;
  text-align:left;
  display: flex;
  flex-wrap: wrap;
  margin: 2px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.pankuzu a {
  color: #0E5DAB;
  text-decoration: none;  
}
}
/*****************************************/
/* 料金プラン  */
/*****************************************/

#price_parent{
  max-width:100%;
  margin: 0px 0px 0px 0px;
}

.p-section{
  width: 100%;
  max-width:800px;
}

.price-p01{
  width: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;  
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.price-p02{
  margin: 20px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  width:220px;
  align-self: stretch;
}

.price-p03{
  margin: 20px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  width:220px;
  align-self: stretch;
  background-color: #fbeada;
}

.price-p03 .osusume {
  color: #ffffff;
  background-color: #e37000;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
  padding: 5px;
  max-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 15px;
  position: relative;
  margin: -10px 0px -15px 0px;
}

.p01_c {
  width:100%;
  height: 100%;
  text-align:center;
}
.top_border
{
  text-align:center;
  border-bottom:2px solid #e37000;
  margin:0px 20px 0px 20px;
}
.p02_c{
  width:100%;
  text-align:center;
  height: 100%;
  display:block;
}

.bottom_border{
  border-top:1px dashed #636363;
  margin:20px 0px 20px 0px;
}
.p03_c{
  display:block;
  width:100%;
  text-align:left;
  font-size: 16px;
  margin: 0px 0px 0px -30px;
  padding: 0px 0px 0px 0px;
  height: 100%;
}
.p03_c ul {
  display:block;
}

.p03_c li {
  list-style-type: none;
  display: flex;
}

.p03_c li:before {
  content: "\2713";
  font-size: 16px;
  color: #e37000;
  font-weight:900;
  float: left;
  margin-right: 10px;
}

.price_layout_3retsu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: flex;
  align-items: flex-start;
  /*margin: 20px 0px 0px 0px; */
}

.pl-child{
  display: inline-block;
  width: 240px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;

}
.p01_01_c {
  width:33.3%;
  text-align:center;
  border-right:1px solid #e37000;

  display: flex;
  flex-direction: column;
  -webkit-align-self: center;
  align-self: center;
}


.p01_02_c{
  width:33.3%;
  text-align:center;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-align-self: center;
  align-self: center;
}

.p01_03_c{
  width:33.3%;
  text-align:left;
  font-size: 16px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding:10px;
}

.p01_03_c li {
  list-style-type: none;
  display: flex;
}

.p01_03_cli:before {
  content: "\2713";
  font-size: 16px;
  color: #e37000;
  font-weight:900;
  float: left;
  margin-right: 10px;
}



/* SP仕様（768px以下） */
@media (max-width: 767px) {
  #price_parent{
    max-width:calc(100% - 40px);
    margin: 0px 20px 0px 20px;
  }

  .p-section{
    width: 100%;
  }

  .price-p01{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 0px 0px 0px;
    padding: 10px 10px 10px 10px;  
  }

  .price-p02{
    margin: 20px 20px 0px 20px !important;
    padding: 10px 10px 10px 10px !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    width: calc(100% - 60px)!important;
    align-self: stretch;
  }

  .price-p03{
    margin: 20px 20px 0px 20px !important;
    padding: 10px 10px 10px 10px !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    width: calc(100% - 60px)!important;
    align-self: stretch;
    background-color: #fbeada;
  }

  .price-p03 .osusume {
    color: #ffffff;
    background-color: #e37000;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    padding: 5px;
    max-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 15px;
    position: relative;
    margin: -10px 0px -15px 0px;
  }

  .p01_01_c {
    width:100%;
    border-bottom:1px solid #e37000;
    border-right:none;
  }

  .p01_02_c{
    width:100%;
  }

  .p01_03_c{
    width:100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:0px;
  }
}
/*****************************************/
/* ブログ  */
/*****************************************/

.PR {
  font-weight: 600;
}

.PR span {
  background: #fff2cc;
}

.blog-pagenation-block{
  display: flex;
  justify-content: center;
  align-items: center;
}

.blogpost-content{
  text-align:left !important; 
}

.blogpost-content p{
  font-size:16px;
  font-weight:500;
  line-height: 2.0!important;
  color:#333333;;
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 15px 0px;
}
.blogpost-content blockquote {
  font-size:14px;
  font-weight:500;
  line-height: 1.5;
  color:#333333;
  padding: 15px 25px 15px 25px;
  margin: 15px 0px 15px 0px;
  background-color:#ffffff;
  border-radius: 10px;
  border: 10px soloid #ffffff;
}
.blogpost-content blockquote p {
  padding: 0px;
  margin: 0px;
}

.blogpost-fv-title
{
  text-align: left;
  margin:0px 0px 10px 10px;
  padding:0px 0px 0px 0px;
}

.blogpost-fv-title h1{
  font-size:26px;
  font-weight:700;
  color:#333333;
  padding: 0px;
  margin: 0px;
}

.blogpost-content h2 {
    position: relative;
    color: #333333; /* テキストの色 */
    font-size: 22px;
    font-weight: 700;
    padding: 12px 0px 10px 10px;
    margin: 30px 0px;
}

.blogpost-content h2::before {
    content: '';
    position: absolute;
    left: 0; /* 線の開始位置 */
    right: 0; /* 線の終了位置 */
    bottom: 3px; /* 線の位置調整 */
    border-bottom: 3px solid #E0E0E0; /* 線全体の色と太さ */
}

.blogpost-content h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 15%; /* 線の左15%の長さ */
    border-bottom: 3px solid #0E5DAB;
}

.blogpost-content h3{
  font-size:20px;
  font-weight:700;
  color:#333333;
  text-align:left;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left:5px solid #0E5DAB;
  padding: 0px 0px 0px 15px;
  margin: 30px 0px 30px 0px;
}
.blogpost-content h4{
  font-size:18px;
  font-weight:700;
  color:#333333;
  padding: 0px 0px 0px 0px;
  margin: 30px 0px 30px 0px;  
}
.blogpost-content ul,.blogpost-content ol{
  padding: 0px 0px 0px 0px;
  margin: 40px 10px 40px 20px;
}
.blogpost-content ul li,.blogpost-content ol li{
  padding: 0px;
  margin: 3px 0px 3px 0px;
}
.blogpost-content ul li p,.blogpost-content ol li p{
  padding: 0px;
  margin: 0px;
}

.blogpost-content-space{
  margin: 0px 0px 100px 0px;
}

.blogpost-fv {
  background-color: transparent; /* 背景色を透明に設定 */
  margin: 0;
  padding: 0;
  width: 100%; /* 幅を100%に設定 */
  display: block; /* displayをblockに変更 */
}


.blogpost-fv img {
  width: 100%; /* 画像の幅を100%に設定 */
  height: auto; /* 高さを自動調整 */
}

.blogpost-title {
  text-align: center; /* タイトルを中央寄せ */
  font-size: 26px;
  color: #333; /* 色を暗めのグレーに設定 */
  margin: 20px 0 10px; /* タイトルの上下マージンを調整 */
}

.blogpost-date {
  text-align: center; /* 日付を中央寄せ */
  font-size: 14px;
  color: #666; /* 色を薄いグレーに設定 */
  margin: 0 0 20px; /* 日付の下マージンを調整 */
}
}

.blogpost-fv-time{
  color:#ffffff;
  font-weight:500;
  text-align: left;
  font-size:14px;
  margin:0px 0px 10px 20px;
  padding:0px 0px 0px 0px;
}
.blogpost-fv-cat ul{
  text-align:right;
  display: flex;
  margin: 20;
  padding:0px;
}
.blogpost-fv-cat ul li
{
  color: #0E5DAB;
  background-color: #FFFFFF;
  list-style: none;
  border-radius: 24px;
  font-size:9px;
  margin:5px;
  padding:3px 10px 3px 10px;
}

.blogpost-fv-taglist
{
  text-align: left;
  margin:0px 0px 0px 20px;
  padding:0px 0px 0px 0px;
}

.blogpost-fv-tag ul{
  text-align:left;
  display: flex;
  margin: 20;
  padding:0px;
}
.blogpost-fv-tag ul li
{
  color: #0E5DAB;
  background-color: #FFFFFF;
  list-style: none;
  border: 1px solid #0E5DAB;
  font-size:10px;
  margin:5px;
  padding:3px 10px 3px 10px;
}

.widget{
  width:100%;
  border-top-style: dotted;
  border-top-width: 2px;
  border-top-color: #666666;
}

/* Blog listing */
.blog-index, .blog-more-posts {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0;
}

.blog-index:after, .blog-more-posts:after {
  content: "";
  flex: auto;
}

.blog-index__post-wrapper, .blog-more-posts__post-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 24px;
}

.blog-index__post, .blog-more-posts__post {
  display: flex;
  flex-direction: column;
  border: 0.5px solid rgba(#null);
  box-shadow: 0px 11px 30px rgba(#null);
  border-radius: px;
  height: 100%;
  overflow: hidden;
}

.blog-index__post img, .blog-more-posts__post img {
  height: auto;
  max-width: 100%;
}

.blog-index__post-content, .blog-more-posts__post-content {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}

.blog-index__post-content h3, .blog-more-posts__post-content h3 {
  margin: 0 0 1rem;
}

.blog-index__post-content h3 a, .blog-more-posts__post-content h3 a {
  color: ;
}

.blog-index__post-content h3 a:hover, .blog-index__post-content h3 a:visited, .blog-more-posts__post-content h3 a:hover, .blog-more-posts__post-content h3 a:visited {
  color: ;
}

.blog-index__post-preheader, .blog-more-posts__post-preheader {
  font-family: , sans-serif;
  font-size: ;
  font-weight: bold;
  color: ;
  display: block;
  margin: 0 0 .75rem;
}

.blog-index__post-meta, .blog-more-posts__post-meta {
  display: flex;
  margin: 32px 0 0;
  color: #C6C6C6;
  font-size: .75rem;
  text-transform: uppercase;
}

.blog-index__post-meta span, .blog-more-posts__post-meta span {
  display: inline-block;
}

.blog-index__post-date, .blog-more-posts__post-date {
  margin-left: 54px;
}

.blog-index__post-image, .blog-more-posts__post-image {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-index__author h2, .blog-more-posts__author h2 {
  margin: 32px 0 1.5rem;
}

.blog-index__author hr, .blog-more-posts__author hr {
  height: 2px;
  background-color: #DCDCDC;
}

/* Blog pagination */
.blog-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3rem;
}

.blog-pagination__link {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 16px;
  color: #0E5DAB;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;  
  text-decoration: none;
}

.blog-pagination__link--active {
  width: 40px;
  height: 40px;
  background-color: #0E5DAB;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  text-decoration: none;
}

.blog-pagination__ellipsis {
  color: ;
  font-size: 1rem;
  line-height: 1;
}

.mini-widget-title h4 a{
  text-decoration: none;
  line-height: 1.2;

}



@media (max-width: 1200px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 3);
  }
}


/* Tablet仕様（1200px以下） */
@media (max-width: 1199px) {
  .blogpost-fv-title
  {
    margin:0px 10px 0px 10px;
  }

  .blogpost-fv{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height:100%;
  }

  .blogpost-fv-left{
    width:100%;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    height:100%;
  }

  .blogpost-fv-right{
    width:100%;
    height:250px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
  }

  .blogpost-fv-right img {
    border-radius: 0px 0px 0px 0px;
    object-fit: cover;
    max-height:70%;

  }

  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 2);
  }
}




/* SP仕様（768px以下） */
@media (max-width: 767px) {
  .blogpost-fv-title
  {
    margin:0px 0px 0px 10px;
  }

  .blogpost-fv{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height:100%;
  }

  .blogpost-fv-left{
    width:100%;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    height:100%;
  }

  .blogpost-fv-right{
    width:100%;
    height:100%;
    padding: 0px 0px 0px 0px;
  }

  .blogpost-fv-right img {
    border-radius: 0px 0px 0px 0px;
  }

  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 2);
  }
}

.main-section_blog {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 10px auto 10px auto;
  width:100%;
  max-width:1200px;
  background-color:#ffffff;
}



.rcc_blog {
  width: 370px;
  margin: 10px 0px 0px 30px; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius:10px;
}

.lcc_blog{
  width:100%;
  max-width:800px;
  height: auto;
  background-color: #ffffff;
  margin:0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  overflow: hidden;
}


@media (max-width: 1199px) {

  .main-section_blog{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 10px 10px 10px 10px;
    width:calc(100% - 20px);
    max-width:1199px;
    background-color:#ffffff;
  }
  .lcc_blog{
    width:70%;
    background-color: #ffffff;
  }
  .rcc_blog {
    width: calc(30% - 20px);
    margin: 10px 0px 0px 30px; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius:10px;
  }

}


@media (max-width: 767px) {
  .main-section_blog{
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 10px 5px 0px 5px;
    width:calc(100% - 10px);
  }
  .lcc_blog{
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .rcc_blog {
    display:none;

  }

}
/*****************************************/
/* お知らせ  */
/*****************************************/
.news-bg{
  width:1170px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}

/* タブレット仕様（1200px以下） */
@media (max-width: 1200) {
  .news-bg{
    width:100%;
    margin: 0 auto;
  }
}
/* SP仕様（768px以下） */
@media (max-width: 767px) {
  .news-bg{
    width: calc(100% - 50px);
    margin: 0 25px;
  }
}

.news-body{
  background-color:#FFFFFF;
  width:800px;
  margin:75px auto 0px auto;
  padding:50px;
  border-radius:10px;
  border:none;
}

/* タブレット仕様（1200px以下） */
@media (max-width: 1200) {
  .news-body{
    width:90%;
    margin:75px auto 0px auto;
    padding:30px;
    border-radius:10px;
    border:none;
  }
}
/* SP仕様（768px以下） */
@media (max-width: 767px) {
  .news-body{
    width:90%;
    margin:25px auto 0px auto;
    padding:15px;
  }
}

.news-time{
  color:#000000;
  font-weight:500;
  text-align: left;
  font-size:14px;
  margin:0px 0px 10px 0px;
  padding:0px;
}

.news-title h1{
  font-size:26px;
  font-weight:700;
  color:#000000;
  padding: 0px;
  margin: 0px;
}

.news-content p{
  font-size:16px;
  font-weight:500;
  line-height: 2.0;
  color:#333333;;
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 15px 0px;
}
.news-content blockquote {
  font-size:16px;
  font-weight:500;
  line-height: 1.5;
  color:#333333;
  padding: 15px 15px 15px 15px;
  margin: 15px 0px 15px 0px;
  background-color:#f7f7f7;
  border-radius: 10px;
  border: 10px soloid #f7f7f7;
}
.news-content h2{
  font-size:22px;
  font-weight:700;
  color:#333333;
  border-bottom:1px solid #666666;
  padding: 0px 0px 10px 0px;
  margin: 30px 0px 30px 0px;
}
.news-content h3{
  font-size:20px;
  font-weight:700;
  color:#333333;
  text-align:left;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left:5px solid #0E5DAB;
  padding: 0px 0px 0px 15px;
  margin: 30px 0px 30px 0px;
}
.news-content h4{
  font-size:18px;
  font-weight:700;
  color:#333333;
  padding: 0px 0px 0px 0px;
  margin: 30px 0px 30px 0px;
}
.news-content ul,.blogpost-content ol{
  padding: 0px 0px 0px 0px;
  margin: 50px 50px 50px 50px;
}
.news-content ul li,.blogpost-content ol li{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.news-backtolists{
  font-size:12px;
  font-weight:500;
  justify-content:right;
  text-align:right;
  width:800px;
  margin:10px 0px 75px 0px;
}

/* SP仕様（1200px以下） */
@media (max-width: 1200px) {
  .news-backtolists{
    width:90%;
  }
}



.news-list h2{
  color:#333333;
  font-weight:700;
  text-align: center;
  font-size:24px;
  margin:50px auto 25px auto;
}
.news-list-body{
  background-color:#FFFFFF;
  width:800px;
  margin:25px auto 75px auto;
  padding:50px;
  border-radius:10px;
  border:none;
  min-height:500px;
}


/* タブレット仕様（1200px以下） */
@media (max-width: 1200) {
  .news-list-body{
    width:100%;
    margin:25px auto 50px auto;
    padding:30px;
  min-height:200px;
  }

}
/* SP仕様（768px以下） */
@media (max-width: 767px) {
  .news-list-body{
    width: calc(100% - 30px);
    margin:25px 15px 50px 15px;
    padding:20px;
    
  }
}


.news-list-repeat{
  display: flex;
  flex-direction: row;
  background-color:#f7f7f7;
  margin:10px 0 10px 0;
  padding:10px;
  border-bottom:1px dotted #666666;
  border-radius:5px;
}


/* SP仕様（768px以下） */
@media (max-width: 767px) {
  .news-list-repeat{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 30px);
    padding: 5px 15px 5px 15px;
  }
}
.news-list-date{
  width:150px;
  color:#333333;
  font-weight:500;
  text-align: left;
  font-size:14px;
  margin:0px;
  padding:0px;
}
.news-list-title h3{
  width:650px;
  color:#333333;
  font-weight:500;
  text-align: left;
  font-size:14px;
  margin:0px;
  padding:0px;
}
.news-list-title h3 a{
  text-decoration: none;
  color:#333333;
}


/* SP仕様（768px以下） */
@media (max-width: 767px) {
  .news-list-date {
    width: 100%;
    white-space: break-word;
  }
}
/* SP仕様（768px以下） */
@media (max-width: 767px) {
  .news-list-title h3{
    width: 100%;
    white-space: break-word;
  }
}
.shozailists{
  width: 1170px;
  margin: 0px auto;
  flex: 1;
  padding: 0px 0px 10px 0px;
}

.shozailists h1{
  color:#e57000;
  font-size:28px;
  font-weight:700;
  text-align:center;
}

.home_shozailists_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: calc(100% - 40px);
  margin: 40px 20px 0px 20px;
}

.home_shozailists_contents__listpage {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 40px;  
}
.hl_shozailists_card,
.hl_shozailists_card__listpage {
  width: calc(33% - 20px);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
  margin: 0px 20px 30px 0px;
  align-self: stretch;
  background-color:#ffffff;
}

.hl_shozailists_card_img {
  background-color: #0E5DAB;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  flex-direction: row;
}

.hl_free_shozailists_card_img {
  background-color: #6FA8DC;
  width: 200px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  flex-direction: row;
}

.hl_shozailists_card_img .img_l,
.hl_shozailists_card_img .img_r,
.hl_free_shozailists_card_img .img_l,
.hl_free_shozailists_card_img .img_r{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hl_shozailists_card_img .img_l,
.hl_free_shozailists_card_img .img_l{
  padding: 20px;
  overflow: hidden; /* 追加 */  
}

.hl_shozailists_card_img .img_r, 
.hl_free_shozailists_card_img .img_r{
  padding: 10px;
  overflow: hidden; /* 追加 */
}

.hl_shozailists_card_img .img_l img,
.hl_shozailists_card_img .img_r img,
.hl_free_shozailists_card_img .img_l img,
.hl_free_shozailists_card_img .img_r img{
  width: 100px;
  height:100px;
  object-fit: contain;
}

.hl_shozailists_card_img .img_l .pl_logo_bg,
.hl_free_shozailists_card_img .img_l .pl_logo_bg{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:10px;
  width: 120px;
  height: 120px;
}

.hl_shozailists_card_img .img_l .pl_logo_bg2,
.hl_free_shozailists_card_img .img_l .pl_logo_bg2{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:10px;
  width: 120px;
  height: 120px;
}

.hl_shozailists_card_title {
  margin: 10px 10px 10px 10px;
}

.hl_shozailists_card_title a {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  color: #333333;
}

.hl_shozailists_card_tag {
  margin: 0px;
  padding: 0px 10px 10px 10px;
}

.hl_shozailists_card_tag ul {
  justify-content: left;
  display: flex;
  margin: 0px;
  padding: 0px;
}
.hl_shozailists_card_tag ul li {
  color: #0E5DAB;
  background-color: #FFFFFF;
  list-style: none;
  border: 1px solid #0E5DAB;
  font-size: 9px;
  margin: 0px 5px 0px 0px;
  padding: 3px 5px 3px 5px;
}

.hl_shozailists_card_gyoshu {
  position: relative;
  top: -5px;
  z-index: 100;
  color: #0E5DAB;
  background-color: #ccc;
  border: #0E5DAB;
  border-radius: 24px;
  font-size: 9px;
  margin: 0px 0px 0px 10px;
  padding: 3px 5px 3px 5px;
}


/* タブレット仕様（1200px以下） */
@media (max-width: 1199px) {

  .shozailists {
    width: calc(100% - 40px);
    margin: 0px 20px 0px 20px;
    padding: 50px 0px 50px 0px;
    overflow: hidden;
  }

  .hl_shozailists_card_img .img_l,
  .hl_free_shozailists_card_img .img_l {
    padding: 10px;
  }

  .hl_shozailists_card_img .img_r,
  .hl_free_shozailists_card_img .img_r {
    padding: 5px;
  }

  .hl_shozailists_card_img .img_l img,
  .hl_shozailists_card_img .img_r img,
  .hl_free_shozailists_card_img .img_l img,
  .hl_free_shozailists_card_img .img_r img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }

  .hl_shozailists_card_title a {
    font-size: 1rem;
  }
}

/* SP仕様（768px以下） */
@media (max-width: 767px) {
  .shozailists {
    width: calc(100% - 40px);
    max-width: 727px;
    margin: 0px 20px;
    padding: 25px 0px;
  }

  .home_shozailists_contents,
  .home_shozailists_contents__listpage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    margin: 40px 0px 0px 0px;
  }

  .hl_shozailists_card,
  .hl_shozailists_card__listpage {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }

  .hl_shozailists_card_img .img_l img,
  .hl_shozailists_card_img .img_r img,
  .hl_free_shozailists_card_img .img_l img,
  .hl_free_shozailists_card_img .img_r img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }

  .hl_shozailists_card_img .img_l .pl_logo_bg,
  .hl_free_shozailists_card_img .pl_logo_bg {
    width: 120px;
    height: 120px;
  }

  .hl_shozailists_card_img .img_l .pl_logo_bg2,
  .hl_free_shozailists_card_img .pl_logo_bg2 {
    width: 120px;
    height: 120px;
  }

  .hl_shozailists_card_title a {
    font-size: 18px;
  }

  .hl_shozailists_card_tag ul li {
    font-size: 12px;
  }
}
/* @import url('http://example.com/example_style.css'); */
.main-section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  background-color: #ffffff;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0 0 10px 0;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.9em; /* 文字サイズを小さくする */
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-title {
  font-size: 1em; /* タイトルの文字サイズを小さくする */
  font-weight: bold;
  margin: 10px 0;
}

.card-text {
  font-size: 0.8em; /* テキストの文字サイズを小さくする */
  color: #666;
  margin: 0 10px 10px;
}

.lcc {
  width: 100%;
  max-width: 800px;
  background-color: #ffffff;
}

.rcc, .rcc_s {
  background-color: #ffffff;
  margin: 10px 0 0 30px;
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.rcc:hover, .rcc_s:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.rcc {
  height: 900px;
  width: 370px;
}

.rcc_s {
  height: 900px;
  width: 370px;
}

.cta-yohaku {
  display: none;
}

.hl_free_shozailists_card_img {
  background-color: #6FA8DC;
  width: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 130px;
}

@media (max-width: 1199px) {
  .main-section {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .lcc {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    overflow: hidden;
  }

  .rcc, .rcc_s {
    width: calc(100% - 40px);
    height: auto;
    position: relative;
    top: auto;
    z-index: auto;
    margin: 20px 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .cta-yohaku {
    background-color: #0E5DAB;
    display: block;
    height: 71px;
  }
}

@media (max-width: 380px) {
  .rcc, .rcc_s {
    width: calc(100% - 10px);
    height: auto;
    position: relative;
    top: auto;
    z-index: auto;
    margin: 20px 5px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .rcc_s {
    width: calc(100% - 20px);
    margin: 10px 0 0 30px;
    padding: 10px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


section.lp_general_purpose {
  max-width: 1170px; /* セクションの最大幅を設定 */
  margin: 0 auto; /* 左右のマージンを自動調整して中央に配置 */
  flex: 1; /* flexプロパティを設定 */
}

section.lp_FV{
  max-width: 100%; /* セクションの最大幅を設定 */
  background-color: #FAFAF0;
  flex: 1; /* flexプロパティを設定 */
}

.form_width {
  max-width: 100%; /* フォームの最大幅を100%に設定 */
  margin: 0 10 0 10; /* 左右のマージンを自動調整して中央に配置 */
  text-align: center; /* div内のテキストを中央に配置 */
  padding: 20px; /* 必要に応じてパディングを設定 */
  background-color: #f2f2f2; /* 背景色を設定 */
}

.LP-FV {
  text-align: center;
  max-width: 100%; /* LP-FVセクションの最大幅を100%に設定 */
  display: flex; /* flexコンテナとして表示 */
  justify-content: center; /* 子要素を水平方向に中央に配置 */
  align-items: center; /* 子要素を垂直方向に中央に配置 */
  height: auto; /* 高さを自動調整 */
}

.LP-FV img {
  max-width: 100%; /* 画像の最大幅を100%に設定 */
  height: auto; /* 高さを自動調整 */
}

.LP-FV-h1{
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
}



/* SP仕様（768px以下） */
@media (max-width: 1200px) {
  section.lp_general_purpose {
    max-width: 100%; /* モバイル表示時に最大幅を100%に設定 */
    margin: 0px 0px 0px 0px; /* マージンの調整（不要な0px） */
  }
}
/*****************************************/
/* HOMEのみ  */
/*****************************************/
#content-body {
  display: flex;
  justify-content: center;
}

section.home_osusume2,
section.home_service-sagasu2,
section.home_blog-lists2,
section.home_oshirase-lists2  {
  max-width:1200px;
  margin: 0 auto;
  flex: 1;
}

section.home_oshirase-lists2 {
  margin: 50px auto 100px auto;
}

.tolist-btn2 {
  width: 220px;
  padding: 5px 15px 5px 15px;
  margin: 50px auto 50px auto;
  background-color: #ffffff;
  border-radius: 50px;
  border: 2px solid #0E5DAB;
  text-align: center !important;
  position: relative;
}

.tolist-btn2 a {
  font-size: 16px;
  font-weight: 700;
  color: #0E5DAB;
  border: none;
  text-decoration: none;
}

.material-symbols-rounded2 {
  font-variation-settings:
    'FILL' 0,
    'wght' 600,
    'GRAD' 0,
    'opsz' 24;
  color: #0E5DAB;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top:5px;
  transform: translateY(-50%);
  height: 100%;
}

div.home_border2 {
  margin: 0px 0px 50px 0px;
  padding: 0px;
  border-bottom: 1px solid #CCCCCC;
}

.Category_list_h1{
  font-size:28px;
  text-align: center;
  font-weight:700;
  color:#333333;
  border-bottom:1px solid #666666;
  padding: 0px 0px 40px 0px;
  margin: 30px 0px 30px 0px;
}

.Category_list_h2{
  text-align: left;
  font-size:22px;
  font-weight:700;
  color:#333333;
  padding: 0px;
  margin: 30px 0px 30px 0px;
  display:flex;
  align-items:center;
}

.Category_list_h2::before {
  content: "■"; /* 表示するコンテンツ（ブロック要素） */
  font-size: 22px; /* ■のフォントサイズ */
  margin-right: 5px; /* ■とテキストの間の間隔（適宜調整） */
  color: #333333; /* ■のカラー */
}


.Category_list_h3{
  text-align:left;
  font-size:20px;
  font-weight:700;
  color:#333333;
  padding: 0px;
  margin: 30px 0px 15px 10px;
  display:flex;
  align-items:center;
}

.Category_list_h4{
  text-align: left;
  font-size:18px;
  font-weight:500;
  color:#333333;
  padding: 0px;
  margin: 10px 0px 10px 25px;
  display:flex;
  align-items:center;
}

.Category_list_h4:after {
  margin-left:10px;
  margin-right:20px;
  border-top:3px dotted #ccc; 
  content:""; 
  flex-grow:1;
}

.lead_sentence{
  font-size:16px;  
  font-weight:500;
  color:#333333;
}  

.category_list a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 18px;
  border-radius: 0px;
  font-weight: 500;
  margin-right: 20px;
  margin-bottom: 9px;
  color: #FFFFFF;
  background: #0E5DAB;
  line-height: 24px;
  border:1px solid #0E5DAB;
  text-decoration: none;
}
.category_list a:hover {
  text-decoration: underline;
  background: #FFFFFF;
  color: #0E5DAB;
}

.tagcloud_category_list a {
  display: inline-block;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 0px;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 9px;
  color: #0E5DAB;
  background: #ffffff;
  line-height: 20px;
  border:1px solid #0E5DAB;
  text-decoration: none;
}
.tagcloud_category_list a:hover {
  text-decoration: underline;
  background: #fce88c;
}

.tagcloud_category_list_all{
  margin: 0px 0px 0px 35px;  
}

.home_section_title2 {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  padding: 0px 0px 0px 10px;
  margin: 20px auto 30px auto;
}

.home_blog_contents-body2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: calc(100% - 40px);
  margin: 40px 20px 0px 20px;
}

.hl_blog_card2 {
  display: flex;
  flex-direction: column;
  width: 260px;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
  float: left;
  margin: 0px 11.25px 30px 11.25px;
}

.hl_blog_card_img2 {
  background-color: #ed9b4c;
  width: 260px;
  height: 150px;
  margin: 0px;
  padding: 0px;
  box-shadow: 0 0 0px rgba(0, 0, 0, .16);
  text-decoration: none;
  border-radius: 8px 8px 0px 0px;
}

.hl_blog_card_img2 img {
  width: 260px;
  height: 150px;
  margin: 0px;
  padding: 0px;
  border-radius: 8px 8px 0px 0px;
  object-fit: cover;
}

.hl_blog_card_title2 {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  height: 70px;
  margin: 3px 10px 3px 10px;
}

.hl_blog_card_title2 a {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
}

.hl_blog_card_tag2 {
  font-size: 10px;
  font-weight: 500;
  color: #333333;
  width: auto;
  border: 1px solid #0E5DAB;
  padding: 3px 5px 3px 5px;
  margin: 0px 10px 3px 10px;
}

.hl_blog_card_date2 {
  font-size: 10px;
  font-weight: 500;
  color: #333333;
  padding: 3px 5px 3px 5px;
  margin: 0px 10px 3px 10px;
}

.home_shozailists_contents2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: calc(100% - 40px);
  margin: 40px 20px 0px 20px;
}

.hl_shozailists_card2,
.hl_shozailists_card__listpage2 {
  width: calc(33% - 20px);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
  margin: 0px 30px 30px 0px;
  align-self: stretch;
  background-color:#ffffff;
}

.hl_shozailists_card2:nth-child(3n),
.hl_shozailists_card__listpage2:nth-child(3n) {
  width: calc(33% - 20px);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
  margin: 0px 0px 30px 0px;
}

.hl_shozailists_card_img2 {
  background-color: #0E5DAB;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  flex-direction: row;
}

.hl_free_shozailists_card_img2 {
  background-color: #6FA8DC;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  flex-direction: row;
}

.hl_shozailists_card_img2 .img_l2,
.hl_shozailists_card_img2 .img_r2, 
.hl_free_shozailists_card_img2 .img_l2,
.hl_free_shozailists_card_img2 .img_r2{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hl_shozailists_card_img2 .img_l2, 
.hl_free_shozailists_card_img2 .img_l2{
  padding: 20px;
  overflow: hidden;
}

.hl_shozailists_card_img2 .img_r2, 
.hl_free_shozailists_card_img2 .img_r2{
  padding: 10px;
  overflow: hidden;
}

.hl_shozailists_card_img2 .img_l2 img,
.hl_shozailists_card_img2 .img_r2 img, 
.hl_free_shozailists_card_img2 .img_l2 img,
.hl_free_shozailists_card_img2 .img_r2 img{
  width: 100px;
  height:100px;
  object-fit: contain;
}

.hl_shozailists_card_img2 .img_l2 .pl_logo_bg2,
.hl_free_shozailists_card_img2 .img_l2 .pl_logo_bg2{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:10px;
  width: 120px;
  height: 120px;
}

.hl_shozailists_card_title2 {
  margin: 10px 10px 10px 10px;
}

.hl_shozailists_card_title2 a {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  color: #333333;
}

.hl_shozailists_card_tag2 {
  margin: 0px;
  padding: 0px 10px 10px 10px;
}

.hl_shozailists_card_tag2 ul {
  justify-content: left;
  display: flex;
  margin: 0px;
  padding: 0px;
}
.hl_shozailists_card_tag2 ul li {
  color: #0E5DAB;
  background-color: #FFFFFF;
  list-style: none;
  border: 1px solid #0E5DAB;
  font-size: 9px;
  margin: 0px 5px 0px 0px;
  padding: 3px 5px 3px 5px;
}

.hl_shozailists_card_gyoshu2 {
  position: relative;
  top: -5px;
  z-index: 100;
  color: #0E5DAB;
  background-color: #ccc;
  border: #0E5DAB;
  border-radius: 24px;
  font-size: 9px;
  margin: 0px 0px 0px 10px;
  padding: 3px 5px 3px 5px;
}


/* タブレット仕様（1200px以下） */
@media (max-width: 1200px) {
  section.home_osusume2,
  section.home_service-sagasu2,
  section.home_blog-lists2,
  section.home_oshirase-lists2 {
    width: 100%;
    margin: 0 auto;
    flex: 1;
    overflow: hidden;
  }

  section.home_cc2 {
    width: 90%;
  }

  .home-news-list-repeat2 {
    width: 90%;
    padding: 5px 50px 5px 50px;
  }

  .home_blog_contents2 {
    width:calc(100% - 90px);
    margin: 0px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    overflow: hidden;
  }

  .hl_blog_card2 {
    display: flex;
    flex-direction: column;
    width: calc(50% - 60px);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    float: left;
    margin: 0px 30px 30px 30px;
    overflow: hidden;
  }

  .hl_blog_card2:nth-child(2),.hl_blog_card2:nth-child(4) {
    margin: 0px 30px 30px 0px;
  }

  .hl_blog_card_img2 {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }

  .hl_blog_card_img2 img {
    width: 100%;
    height: 200px;
    margin: 0px;
    padding: 0px;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
  }

  .shozailists2 {
    width: calc(100% - 40px);
    margin: 0px 20px 0px 20px;
    padding: 50px 0px 50px 0px;
    overflow: hidden;
  }

  .hl_shozailists_card_img .img_l2 {
    padding:10px;
  }

  .hl_shozailists_card_img .img_r2 {
    padding: 5px;
  }

  .hl_shozailists_card_img2 .img_l2 img,
  .hl_shozailists_card_img2 .img_r2 img {
    width: 70px;
    height:70px;
    object-fit: contain;
  }

  .hl_shozailists_card_title2 a {
    font-size: 1rem;
  }
}

/* SP仕様（768px以下） */
@media (max-width: 767px) {

  section.home_osusume2 {
    max-width:100%;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    overflow: visible;
  }

  div.home_site-cc2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 0px 25px 0px;
  }
  .ccopyl2 {
    width: 100%;

  },
  .ccopyl2 br {
    display: none;
  }

  .home-news-list-repeat2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(90% - 50px);
    padding: 5px 25px 5px 25px;
  }

  .home-news-list-date2 {
    width: 100%;
  }
  .home-news-list-title2 {
    width: 100%;
  }
  .home_blog_contents2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .hl_blog_card2 {
    width: calc(100% - 36px);
    margin: 0px 18px 20px 18px;
  }

  .hl_blog_card2:nth-child(2),.hl_blog_card2:nth-child(4) {
    width: calc(100% - 36px);
    margin: 0px 18px 20px 18px;
  }

  .hl_blog_card_img2 {
    width: 100%;

  }
  .hl_blog_card_img2 img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
  }

  .hl_blog_card_title2 {
    height: 100%;
  }
  .hl_blog_card_title2 a {
    font-size:18px;
  }

  .hl_blog_card_date2 {
    font-size: 14px;
  }


  .ccopyl2 {
    width: 100%;
  }

  .ccopyl2 br {
    display: none;
  }

    .shozailists2{
    width:calc(100% - 40px);
    max-width:727px;
    margin: 0px 20px 0px 20px;
    padding: 25px 0px 25px 0px;
    overflow: visible;
  }
  
  .home_shozailists_contents2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  margin: 40px 0px 0px 0px;
  overflow: hidden;
}
  .home_shozailists_contents2,
  .home_shozailists_contents__listpage2 {
    justify-content: center;
    overflow: visible;
  }
  .hl_shozailists_card2,
  .hl_shozailists_card2:nth-child(3n),
  .hl_shozailists_card2:first-child,
  .hl_shozailists_card2:last-child,
  .hl_shozailists_card__listpage2,
  .hl_shozailists_card__listpage2:nth-child(3n),
  .hl_shozailists_card__listpage2:first-child,
  .hl_shozailists_card__listpage2:last-child,
  {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }

  
    .hl_shozailists_card_img2 .img_l2 img,
    .hl_shozailists_card_img2 .img_r2 img,
    .hl_free_shozailists_card_img2 .img_l2 img,
    .hl_free_shozailists_card_img2 .img_r2 img{
    width: 90px;
    height: 90px;
    min-width: 70px;
    min-height:70px;
    object-fit: contain;
  }
  .hl_shozailists_card_img2 .img_l2 .pl_logo_bg2,
  .hl_free_shozailists_card_img2 .img_l2 .pl_logo_bg2{
    width: 80px;
    height: 80px;
    padding:10px;
  }
    .hl_shozailists_card_img2 .img_l2 .pl_logo_bg2,
  .hl_free_shozailists_card_img2 .img_l2 .pl_logo_bg2{
    width: 80px;
    height: 80px;
    padding:10px;
  }
  .hl_shozailists_card_title2 a,
  .hl_free_shozailists_card_title2 a{
    font-size: 18px;
  }
  .hl_shozailists_card_tag2 ul li {
    font-size: 12px;
  }
  
  
}


/*==ヘッダーの設定*/

header {
    width: 100%;
    background-color: #333; /* ヘッダーの背景色を指定 */
    padding: 10px; /* 必要に応じて余白を設定 */
    display: flex; /* ヘッダー内の要素を水平に配置 */
    justify-content: space-between; /* ロゴとメニューを左右に配置 */
    align-items: center; /* 垂直方向の中央寄せ */
    position: fixed; /* ヘッダーを固定位置に配置 */
    top: 0; /* 上端に配置 */
    left: 0; /* 左端に配置 */
    right: 0; /* 右端に配置 */
    z-index: 1000; /* 必要に応じてz-indexを設定（他の要素より前面に表示されるように） */

}

.common-head {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bizsol-logo img {
    max-height: 100px; /* ロゴの高さを指定 */
    max-width: auto; /* ロゴの幅を指定 */
    position: fixed; /* ヘッダーを固定位置に配置 */
    top: 0; /* 上端に配置 */
    left: 0; /* 左端に配置 */
    right: 0; /* 右端に配置 */
  }

.menu {
    display: flex;
    flex-direction: row;
  }

/* メニューのスタイル */
.menu ul {
    list-style: none; /* メニューのリストスタイルを削除 */
    display: flex; /* メニュー項目を水平に配置 */
    margin: 0;
    padding: 0;
}

.menu > li a {
  margin-right: 10px;
  text-align: right;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #072A24;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

/* サイトマップ */

.sitemap a {
    display: block; /* リンクをブロック要素として表示 */
    margin-bottom: 10px; /* リンクの下に余白を追加 */
    color: #000; /* リンクのテキスト色を設定 */
    /* 他のスタイリングオプションを追加 */
}

/* もっと見るボタン */
.see-more-btn {
  width: 250px;
  padding: 5px 15px;
  margin: 50px auto 100px auto;
  background-color: #ffffff;
  border-radius: 50px;
  border: 2px solid #0E5DAB;
  text-align: center;
  position: relative;
}

.see-more-btn a {
  display: block; /* リンクをボタン全体に広げる */
  text-decoration: none; /* リンクの下線を非表示にする */
  color: #0E5DAB;
  font-weight: 700;
}

.btn-content {
  font-size: 16px;
  font-weight: 700;
  color: #0E5DAB;
  text-decoration: none;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* 基本設定 */
html {
    font-size: 16px; /* デフォルトのルートフォントサイズ */
}

@media (max-width: 768px) {
    html {
        font-size: 14px; /* 画面幅900px以下では14pxに */
    }
}

.claris-lp {
    font-family: 'BIZ UDPゴシック', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color:  #f3feff;
}

/* ヘッダー */
.claris-lp--header {
    background:#0DACDC;
    height:15px;
}

/* ファーストビュー */
.claris-lp--fv {
    max-width:1200px;
    width:100%;
    margin:0 auto;
}

.claris-lp--back-white {
  width:100%;
  margin:0 auto;
  background:#FFF;

}


.claris-lp--fv-pc,
.claris-lp--fv-sp {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.claris-lp--fv-sp {
    display: none;
}

@media (max-width: 430px) {
  .claris-lp--fv-sp {
    display: block;
  }
  
  .claris-lp--fv-pc {
    display: none;
  }
}

/* 帯セクション */
.claris-lp--obi {
    background-color: #004aad;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 1.2rem;
}

.claris-lp--obi-text {
    margin-bottom: 20px;
}

.claris-lp--obi-text-strong {
    background-color: white;
    color: #004aad;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
}

.claris-lp--cta-btn a {
    background-color: #FF6600;
    color: white;
    padding: 15px 30px;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #FF6600;
    border-radius: 15px;
    display: inline-block;
    margin-top: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.claris-lp--cta-btn a:hover {
    background-color: white;
    color: #FF6600;
}

/* タブレット用スタイル（768px以下） */
@media (max-width: 768px) {
  .claris-lp--obi {
    padding: 15px 0;
    font-size: 1.1rem;
    }

  .claris-lp--cta-btn a {
    padding: 12px 25px;
    font-size: 1.3rem;
  }
}

/* スマートフォン用スタイル（430px以下） */
@media (max-width: 430px) {
    .claris-lp--obi {
      display:none;
      padding: 10px 0;
      font-size: 1rem;
    }

    .claris-lp--obi-text {
        margin-bottom: 15px;
    }

    .claris-lp--cta-btn a {
        padding: 10px 20px;
        font-size: 1.2rem;
        border-radius: 10px;
    }
}


/* サービスセクション */
.claris-lp--sv {
    width: 100%;
    margin: 0 auto;
    background-image: url('https://39696526.fs1.hubspotusercontent-na1.net/hubfs/39696526/%E3%82%AF%E3%83%A9%E3%83%AA%E3%82%B9LP/%E3%82%AF%E3%83%A9%E3%83%AA%E3%82%B9LP2/%E3%82%AF%E3%83%A9%E3%83%AA%E3%82%B9LP_Ver.24-1.png');
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
}

.claris-lp--h2-container {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 1rem;
  padding-top: 20px;
}

.claris-lp--h2 {
  font-size: 2.5rem;
  color: #004aad;
  text-align: center;
  line-height: 1;
  margin: 30px 0 0 0;
}

.claris-lp--h2 + span {
  font-size: 1.5rem;
  margin-left: 5px;
}

.claris-lp--content-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  justify-content: space-between;
}

.claris-lp--image {
  flex: 0 0 30%;
}

.claris-lp--image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 30px;
}

.claris-lp--text {
  flex: 0 0 60%;
}

.claris-lp--heading {
  font-size: 1.5rem;
  color:#004aad;
  padding: 0 30px;
  font-weight: 700;
}

.claris-lp--description {
  font-size: 1.2rem;
  padding: 0 30px;
}


/* スマートフォン用スタイル（768px以下） */
@media (max-width: 768px) {
  .claris-lp--content-wrapper {
    flex-direction: column; /* 画像とテキストを縦並びに */
  }

  .claris-lp--image {
    display: flex; /* 中央揃えのためにflexを追加 */
    justify-content: center; /* 画像を中央に配置 */
    margin: 0 auto;
    padding: 0;
    margin-bottom: 20px;
  }

  .claris-lp--text {
    padding: 0;
    text-align: center;
  }

  .claris-lp--heading {
    font-size: 1.3rem;
    padding: 0;
  }

  .claris-lp--description {
    font-size: 1rem;
    padding: 0 10px;
  }

  .claris-lp--image img {
    padding: 0;
    max-width: 70%;
  }
}



.claris-lp--image-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding:30px 40px;
}

.claris-lp--image-container img {
  width: 30%; /* 3つの画像を均等に並べるために32%に設定 */
  height: auto; /* アスペクト比を維持 */
}

/* 解決セクション */
.claris-lp--solution {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; /* 画像を縦に並べる */
  align-items: center; /* 画像を中央揃え */
}

.claris-lp--solution-img1 {
  width: 80%; /* 画面幅いっぱいにする */
  height: auto; /* アスペクト比を維持して高さを自動調整 */
  margin: 0 auto; /* マージンをなしにする */
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.claris-lp--solution-img2 {
  max-width: 100%;
}


/* スマートフォン用スタイル（768px以下） */
@media (max-width: 768px) {
  .claris-lp--image-container {
    padding:20px 10px;
  }
  
  .claris-lp--image-container img {
    width: 32%; /* 3つの画像を均等に並べるために32%に設定 */
    height: auto; /* アスペクト比を維持 */    
    }
  }

/* 交互表示セクション */
.claris-lp--alternating-section {
  max-width: 1000px; /* 最大幅を1000pxに設定 */
  margin: 0 auto;
  padding: 20px;
}

.claris-lp--alternating-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 20px;
    background-color: transparent; /* 背景を透過 */
}

.claris-lp--alternating-text {
    flex: 0 0 45%;
    padding: 20px;
    text-align: left; /* テキストを左寄せ */
}

.claris-lp--point {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #0084ff;
    border-radius: 20px;
    position: relative;
    text-align: left; /* ポイントのテキストを左寄せ */
}

.claris-lp--point::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 20px; /* 吹き出しの角を調整 */
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #0084ff; /* 吹き出しの色と同じにする */
}

.claris-lp--alternating-heading {
    font-size: 1.8rem;
    color: #004aad;
    margin-bottom: 10px;
    text-align: left; /* 見出しを左寄せ */
}

.claris-lp--alternating-description {
    font-size: 1.2rem;
    color: #333;
    text-align: left; /* 説明文を左寄せ */
}

.claris-lp--alternating-image {
    flex: 0 0 45%;
    padding: 20px;
    text-align: center;
}

.claris-lp--alternating-image img {
    max-width: 100%;
    height: auto;
}

.claris-lp--reversed {
    flex-direction: row-reverse;
}

.claris-lp--reversed .claris-lp--point::before {
    left: auto;
    right: 20px; /* 逆向きの吹き出しの場合の位置調整 */
    border-top-color: #0084ff;
}

/* タブレット用スタイル（768px以下） */
@media (max-width: 768px) {
    .claris-lp--alternating-item {
        flex-direction: column;
        text-align: left;
    }

    .claris-lp--reversed {
        flex-direction: column;
    }

    .claris-lp--alternating-text,
    .claris-lp--alternating-image {
        flex: 0 0 auto;
        width: 100%;
        padding: 10px;
    }

    .claris-lp--alternating-heading {
        font-size: 1.6rem;
    }

    .claris-lp--alternating-description {
        font-size: 1.1rem;
    }
}

/* スマートフォン用スタイル（430px以下） */
@media (max-width: 430px) {
  .claris-lp--alternating-heading {
    font-size: 1.4rem;
  }

  .claris-lp--alternating-description {
    font-size: 1rem;
  }

  .claris-lp--alternating-item {
    margin-bottom: 30px;
  }
}

.claris-lp--sns-qr {
  display: flex;
  justify-content: center; /* 画像を中央に配置 */
  align-items: center;
  gap: 20px; /* 画像間のスペースを設定 */
  margin: 50px 0; /* 上下に余白を追加 */
}

.claris-lp--sns-qr img {
  max-width: 250px; /* 画像のサイズを調整（必要に応じて変更） */
  height: auto;
}

/* スマートフォン表示時のスタイル */
@media (max-width: 768px) {
  .claris-lp--sns-qr {
    flex-direction: column; /* 縦並びに変更 */
  }

  .claris-lp--sns-qr img {
    max-width: 100%; /* 画像の幅を画面幅に合わせる */
  }
}


/* フッター */
.claris-lp--footer {
    background-color: #004aad;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-top: 40px;
}

.claris-lp--footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.claris-lp--footer-content {
    margin-bottom: 10px;
}

.claris-lp--footer-links {
    font-size: 1rem;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 20px;
}

.claris-lp--footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.claris-lp--footer-links a:hover {
    text-decoration: underline;
}

.claris-lp--footer-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.claris-lp--footer-sns a img {
    width: 30px;
    height: auto;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .claris-lp--footer-links {
        display: none;
    }
}

.clear {
    clear: both;
}

/*****************************************/
/* Cross_Contents共通  */
/*****************************************/
.shozai-cc-table {
    width: 100%;
    margin: 0px 0px 25px 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
}

.shozai-cc-gazo {
    width: 360px !important;
    height: 240px !important;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
}

.shozai-cc-gazo img {
    max-width: 320px;
    max-height: 200px;
    object-fit: contain;
    margin: 20px;
}

.shozai-cc-space {
    min-width: 20px;
    margin: 0px;
    padding: 0px;
}

.shozai-cc-cont {
    width: calc(100% - 380px);
    margin: 0px;
    padding: 0px;
}

.cc-label {
    background-color: #0E5DAB;
    max-width: 80px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    padding: 3px 7px;
}

.cc-title {
    color: #0E5DAB;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0px;
    padding: 0px;
}

.cc-setsumei {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    margin: 0px;
    padding: 0px;
}

.widget {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.widget-title {
    position: relative;
    margin-bottom: 10px;
    border-top: 1px solid var(--border-color-one);
    border-bottom: 1px solid var(--border-color-one);
}

.widget-title::before {
    position: absolute;
    width: calc(100% - 85%);
    height: 3px;
    background: var(--primary-color-one);
    border-radius: 5px;
    bottom: -1px;
    left: 0;
    content: '';
}

.tagcloud a {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 25px;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 9px;
    color: #0E5DAB;
    background: #ffffff;
    line-height: 20px;
    border: 1px solid #0E5DAB;
    text-decoration: none;
}

.tagcloud a:hover {
    text-decoration: underline;
    background: #fce88c;
}

.categories a {
    display: inline-block;
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 0px;
    font-weight: 700;
    margin-right: 8px;
    margin-bottom: 10px;
    color: #ffffff;
    background: #0E5DAB;
    line-height: 20px;
    border: 1px solid #0E5DAB;
    text-decoration: none;
}

.categories a:hover {
    text-decoration: underline;
    background: #ffffff;
    color: #0E5DAB;
}

.popular-post {
    position: relative;
    padding-left: 95px;
    margin-bottom: 50px;
}

.popular-post .widget-thumb {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    top: 0;
    left: 0;
}

.popular-post .widget-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.popular-post .mini-widget-title {
    position: relative;
}

.popular-post .mini-widget-title h4 {
    margin: 0;
    line-height: unset;
    font-size: unset;
    position: relative;
    top: -6px;
}

.popular-post .mini-widget-title h4 a {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    font-weight: 700;
    display: block;
}

.popular-post .mini-widget-title .date_box {
    font-size: 12px;
}

.popular-post .mini-widget-title .date_box i {
    font-size: 12px;
    margin-right: 5px;
    color: var(--primary-color-one);
}

.rank-post {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}

.rank-post:last-child {
    margin-bottom: 0px;
}

.rank-widget-thumb {
    position: absolute;
    width: 30px;
    height: 45px;
    border-radius: 5px;
    overflow: hidden;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5px;
}

#rank-label_1 {
    background-image: url('https://biz-solution-dx.com/hubfs/siteImg/rank01.png');
}

#rank-label_2 {
    background-image: url('https://biz-solution-dx.com/hubfs/siteImg/rank02.png');
}

#rank-label_3 {
    background-image: url('https://biz-solution-dx.com/hubfs/siteImg/rank03.png');
}

#rank-label_4 {
    background-image: url('https://biz-solution-dx.com/hubfs/siteImg/rank04.png');
}

#rank-label_5 {
    background-image: url('https://biz-solution-dx.com/hubfs/siteImg/rank05.png');
}

.rank-post .mini-widget-title {
    position: relative;
}

.rank-post .mini-widget-title h4 {
    margin: 0;
    line-height: unset;
    font-size: unset;
    position: relative;
    top: -6px;
}

.rank-post .mini-widget-title h4 a {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    font-weight: 700;
    display: block;
}

.navigation {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.navigation .pagination {
    position: relative;
    justify-content: center;
}

.navigation .pagination li {
    list-style: none;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.navigation .pagination li:first-child {
    padding-left: 0px;
}

.navigation .pagination li:last-child {
    padding-right: 0px;
}

.navigation .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    background: var(--primary-color-one);
    color: #fff;
    border: 1px solid var(--primary-color-one);
    transition: 0.5s ease-in-out;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.navigation .pagination li a:hover,
.navigation .pagination li a.current {
    background: var(--primary-color-three);
    color: var(--heading-dark);
    border-color: var(--primary-color-three);
}

/* SP仕様（768px以下） */
@media (max-width: 767px) {
    .shozai-cc-table {
        width: calc(100% - 40px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 0px 20px;
        padding: 0px;
    }

    .cc-label {
        background-color: #0E5DAB;
        max-width: 80px;
        text-align: center;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 700;
        color: white;
        padding: 3px 7px;
    }

    .cc-title {
        font-size: 21px;
    }

    .cc-setsumei {
        font-size: 18px;
    }

    .shozai-cc-gazo {
        width: calc(100% - 30px);
        height: 100px;
        padding: 10px;
        margin: 0px;
        overflow: hidden;
    }

    .shozai-cc-gazo img {
        object-fit: contain;
        overflow: hidden;
    }

    .shozai-cc-space {
        min-width: 10px;
    }

    .shozai-cc-cont {
        width: 100%;
    }

    .shozai-cc-table .narabekae1 {
        order: 1;
    }

    .shozai-cc-table .narabekae2 {
        order: 2;
    }

    .shozai-cc-table .narabekae3 {
        order: 3;
    }
}

.rcc_jirei {
    width: 370px;
    margin: 10px 0px 0px 30px;
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.jirei-fv-title {
    font-size: 18px;
    color: #0E5DAB;
    font-weight: 700;
    margin-bottom: 10px;
}

.jirei_img {
    border-radius: 10px;
    height: 460px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.jirei_img img {
    object-fit: contain;
}

/* SP仕様（768px以下） */
@media (max-width: 767px) {
    .rcc_jirei {
        width: 100%;
        margin: 10px 0px;
        position: sticky;
        top: 0;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .jirei-fv-title {
        font-size: 18px;
        color: #0E5DAB;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .jirei_img {
        border-radius: 10px;
        height: auto;
        width: 100%;
        overflow: hidden;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    }

    .jirei_img img {
        object-fit: contain;
        width: 100%;
    }
}

/* Add the newly learned CSS styles */
.recommended-services {
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px;
}

.recommended-services h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.service-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0 0 10px 0;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0E5DAB;
    border-radius: 8px 8px 0 0;
    padding: 10px;
    height: 130px;
}

.recommended-services--logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100px;
    height: 100px;
    margin: 10px;
    border-radius: 8px;
    padding: 10px;
}

.recommended-services--logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.recommended-services--image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 70%;
    overflow: hidden;
}

.recommended-services--image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.recommended-services--title {
    font-size: 1.2em;
    color: #333;
    text-align: left;
    padding: 10px 20px 10px;
    font-weight: 600;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.recommended-services--tags {
    display: flex;
    justify-content: left;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 20px;
}

.recommended-services--tags span {
    border: 1px solid #0E5DAB;
    color: #0E5DAB;
    border-radius: 1px;
    padding: 2px 5px;
    font-size: 0.7em;
    background-color: #fff;
}

.service_lineup_button {
    text-align: center;
    margin: 60px;
}

.service_lineup_button a {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #0E5DAB;
    width: 40%;
    border-radius: 25px;
    color: #0E5DAB;
    text-decoration: none;
    font-size: 1.0em;
    position: relative;
    transition: background-color 0.3s, color 0.3s;
    font-weight: 600;
}

.service_lineup_button a::after {
    content: '>';
    position: absolute;
    right: 10px;
    font-size: 1.0em;
    color: #0E5DAB;
    font-weight: 900;
}

.service_lineup_button a:hover {
    background-color: #0E5DAB;
    color: #fff;
}

.service_lineup_button a:hover::after {
    color: #fff;
}

@media (max-width: 800px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service_lineup_button a {
        width: 70%;
    }
}

@media (max-width: 425px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}