article,
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
 {
  display: block;
}

.article-header {
  position: relative;
  width: 100%;
  padding: 48px 0;
  background-color: rgba(0, 0, 0, 0.06);
  overflow: hidden;
  background-image: url("/assets/img/heading_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.logo {
    max-width: 75%; 
    
}

.contents__media{
max-width: 30%;
}

@media (max-width: 480px) {
  .contents__media{
    max-width: 100%;
   }
}

.contents__media_center {
    max-width: 100%;
    margin-left: 17px;
}


.contents__caption {
  font-size: 13px;
  line-height: 1.6;
  padding-top: 10px;
  text-align: center;
}

section.article__introduction p, .company_infomation__caution {
font-size: 16px;
margin-bottom: 20px;
font-weight: 400;
line-height: 1.6;
}

.inner_text {
    width: calc(100% - 40px);
    max-width: 900px;
}

.inner_text h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 40px;
}

.inner_text p{
    color: #333333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "メイリオ", Meiryo, 'Yu Gothic', YuGothic;
    font-weight: 400;
    line-height: 1.6;
    box-sizing: border-box;
    font-size: 16px;
}

.block_center .block_inner {
    width: calc(100% - 40px);
    max-width: 1250px;
    
}

.block_center .block_inner h2 {
    text-align: center;
}
.block_inner h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
.block_inner p.center_tx {
    text-align: center;
}
.block_inner p {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.link-btn a {
    display: block;
    height: 70px;
    max-height: 70px;
    width: 515px;
    padding-right: 30px;
    line-height: 70px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-indent: -4vw;
    background-size: 20px;
    background-color: rgb(182, 0, 5);
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    margin: 0px auto;
    border-radius: 10px;
}

.link-bdash-document {
    display: inline-block;
    width: 130px;
    position: absolute;
    transform: translate(238px, -114px);
    z-index: 2;
}
@media (max-width: 768px) {
  .block_center .block_inner {
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 0px 12px; 
 }

  .link-btn a {
    width:100%;
    font-size: 16px;
 }

  .link-bdash-document{
    width: 60px;
    transform: translate(138px, -95px);
 }
  .article-header {
    padding: 40px 0;
    background-image: url("/assets/img/heading_bg_sp.png");
  }
}
.article-header--white {
  background-color: var(--color-white);
}
.article-header__container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .article-header__container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .article-header__container {
    padding: 0 20px;
    gap: 14px;
  }
}
.article-header__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .article-header__label {
    gap: 16px;
  }
}
.article-header__label__title {
  flex-grow: 0;
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #bc1217;
  color: var(--color-white);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.26px;
  text-align: center;
  padding: 2px 20px;
  border-radius: 31.689px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .article-header__label__title {
    font-size: 12px;
    padding: 2px 16px;
  }
}
.article-header__label__sub-title {
  font-size: 36px;
  line-height: 1.55;
  letter-spacing: 3.6px;
  color: var(--color-black-light);
  text-align: center;
}
@media (max-width: 768px) {
  .article-header__label__sub-title {
    font-size: 24px;
    letter-spacing: 2.8px;
    text-align: left;
  }
}
.article-header__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.55;
  letter-spacing: 2.8px;
  color: var(--color-black-light);
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .article-header__title {
    font-size: 20px;
    letter-spacing: 2.24px;
  }
}
@media (max-width: 640px) {
  .article-header__title {
    letter-spacing: 1.96px;
  }
}
.article-header__underline {
  width: 94px;
  height: 2px;
  background-color: var(--color-black-light);
}
@media (max-width: 768px) {
  .article-header__underline {
    width: 80px;
  }
}
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-black-light: #333333;
  --color-gray-light: #f2f2f2;
  --color-gray-mid-light: #e9e9e9;
  --color-gray-mid: #bcbcbc;
  --color-gray-dark: #4f4f4f;
  --color-red: #a71717;
  --color-red-light: #d74f4f;
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
.sp-tb-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-tb-only {
    display: block !important;
  }
}
.sp-only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}
.article-section-header {
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 1000px;
  margin: 40px auto 0;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 210%;
  letter-spacing: 0.32px;
}
.article-section-header > div {
  flex: 1;
}
@media (max-width: 768px) {
  .article-section-header {
    padding-inline: 24px;
    flex-direction: column;
    flex: none;
  }
}
.article-section-header.-left {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .article-section-header.-left {
    flex-direction: column;
  }
}
.article-section-header.-bottom {
  flex-direction: column;
  align-items: center;
}
.article-section-header.-bottom > div {
  width: 100%;
}
.article-section-header.-bottom img {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .article-section-header.-sp-top {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .article-section-header {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 20px auto 0;
  }
}
.article-section-header__text {
  display: grid;
  align-content: start;
  gap: 22px;
}
.article-section-header h2,
.article-section-header h3,
.article-section-header h4 {
  font-size: 30px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .article-section-header h2,
  .article-section-header h3,
  .article-section-header h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .article-section-header__text p {
    text-align: center;
  }
}
.article-section-header__caption {
 font-size: 13px;
 line-height: 1.6;
 padding-top: 10px;
 text-align: center;
}

}
@media (max-width: 768px) {
  .article-section-header__caption {
    font-size: 13px;
  }
}



.article {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .article__introduction {
    padding-inline: 24px;
  }
}
.article__introduction .text {
  font-size: 16px;
  line-height: 1.7;
}
.article__introduction .comment_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.article__introduction .comment_box .text {
  font-size: 16px;
  line-height: 1.7;
}
.article__introduction .comment_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.article__introduction .comment_box .text {
  font-size: 16px;
  line-height: 1.7;
}
.article__toc {
  line-height: 1.7;
}
@media (max-width: 768px) {
  .article__toc {
    padding-inline: 24px;
  }
}
.article__toc .text {
  font-size: 16px;
  line-height: 1.7;
}
.article__toc .lightGrayBox {
  background-color: var(--color-gray);
  padding: 20px;
  border-radius: 8px;
}
.article__toc .lightGrayBox .mokuji_title h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.article__toc .lightGrayBox .mokuji_list {
  list-style: none;
  padding-left: 0;
}
.article__toc .lightGrayBox .mokuji_list li {
  margin-bottom: 8px;
}
.article__toc .lightGrayBox .mokuji_list li a {
  color: var(--color-primary);
  text-decoration: none;
}
.article__toc .lightGrayBox .mokuji_list li a:hover {
  text-decoration: underline;
}
.lightGrayBox {
  border: 10px solid #f4f4f4;
  padding: 32px 26px;
  margin-bottom: 22px;
}
.link_down {
  display: flex;
  align-items: flex-start;
}
.link_down::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  background: url("/assets/img/s_title01_ic-cms.png") no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
  width: 12px;
  height: 1lh;
  line-height: 1.7;
}
.article__content {
  display: grid;
  row-gap: 110px;
  max-width: 1000px;
  margin: auto 0;
  line-height: 1.7;
  text-align: justify;
}
.article__content .contents__text{
    gap: 15px;
}
@media (max-width: 768px) {
  .article__content {
    display: block;
    row-gap: 60px;
  }
}
.block_tit {
  display: flex;
  font-size: 24px;
}
@media (max-width: 768px) {
  .block_tit {
    font-size: 20px;
    padding-inline: 24px;
  }
}
.block_tit::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  background: url("/assets/img/s_title01_ic-cms.png") no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
  width: 12px;
  height: 1lh;
  line-height: 1.7;
}
.check_list_ex {
  display: grid;
  row-gap: 1em;
}
.tit-red {
  font-size: 20px;
  color: var(--color-red);
}
.tit-bold {
  font-weight: bold;
}
.f_w_b {
  font-weight: bold;
}
@media (max-width: 768px) {
  .company_infomation {
    padding-inline: 24px;
  }
}
.contents_blur__text {
    margin: 0px;
}
.company_infomation .tit-heading10 {
  border-left: var(--color-red) 3px solid;
  padding-left: 1em;
  font-size: 20px;
  font-weight: bold;
}
.company_infomation__contents dt {
  display: flex;
  justify-content: space-between;
  clear: both;
  float: left;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
}
.company_infomation__contents dd {
  padding-top: 20px;
  padding-left: 202px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .company_infomation__contents dd {
    padding-left: 0px;
  }
}
.company_infomation__contents dd::before {
  content: "：";
}
.inner.ban {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 12px;
  padding-block: 20px;
  padding-inline: 24px;
}
.inner .ban_logo03 {
  width: 15%;
  flex-shrink: 0;
}
.link {
  color: var(--color-red);
}
.link:after {
  display: inline-block;
  position: relative;
  content: "";
  width: 0;
  height: 0;
  margin-top: -5px;
  margin-left: 7px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid var(--color-red);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-black-light: #333333;
  --color-gray-light: #f2f2f2;
  --color-gray-mid-light: #e9e9e9;
  --color-gray-mid: #bcbcbc;
  --color-gray-dark: #4f4f4f;
  --color-red: #a71717;
  --color-red-light: #d74f4f;
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
.sp-tb-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-tb-only {
    display: block !important;
  }
}
.sp-only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.about_cx.cx_success {
    text-align: center;     
    padding: 40px 20px;    
    display: flex;
    flex-direction: column;
    align-items: center;    
  }

  .inner_text {
    width: 100%;
    max-width: 800px;       
    margin: 0 auto;        
  }

  .about_cx iframe {
    display: block;
    margin: 20px auto 0;    
    max-width: 100%;        
  }

@media (max-width: 480px) {
    .article__introduction {
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "メイリオ", Meiryo, 'Yu Gothic', YuGothic;
        box-sizing: border-box ; 
        width: 100% ;
        padding-inline: 24px ;

        display: block;
        overflow: visible ;
    }

    .article__toc {
       
        box-sizing: border-box; 
        width: 100%;
        padding-inline: 24px;
        
  
        display: block;
        overflow: hidden;
    }

    .article__toc ul, 
    .article__toc ol {
        margin-left: 0;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .article__content {
        row-gap: 0px;
    }
   .block_inner {
        margin: 0 20px;
    }
   .contents_blur__text{
        margin: 30px;
    }
}


