@charset "utf-8";

header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before,
header .site_ttl a:before,
header .site_ttl h1:before,
#contents_header h1:before, 
#contents_header .title:before, 
.title-area h1:before, 
.title-maintext:before,
.headline h1:before, 
.headname:before,
.keyvisual h1:before, 
.keyvisual-txt:before,
.header_area_box h1:before, 
.header_area_box .texts a:before,
.H1Area h1:before, 
.H1Area_title:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 16px;
    padding: 0 1rem;
    line-height: 1.5;
    text-shadow: none;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy p:first-child a:before,
footer .copyright .left a:before,
.footer a:before,
.bottom-area a:before,
.copyright p a:before,
.copyright a:before,
#copyright a:before, 
.Footer a:before,
.foot a:before {
    content: "【PR】";
}

#toc {
  width: fit-content;
  margin: 0rem auto 3rem;
  display: block;
  padding: 2rem 3rem 2rem;
  border: solid 4px #2c62ba;
  max-width: 80%;
}
.center.imglnk a img {
    width: 320px;
    height: auto;
}

.center.imglnk a:hover {
    opacity: 0.5;
}
#toc:before {
  content: "目次";
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 16px;
}

#toc ul {
  margin: 5px;
}

#toc ul li {
  margin: 0;
}

#toc ul li a {
  margin: 10px 0;
  display: block;
}

.grad-wrap {
  position: relative;
  margin-bottom: 5rem;
}

.grad-wrap+.grad-wrap {
  margin-top: 40px;
}

.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #2c62ba;
  color: #fff;
  /* font-size: 1.3rem; */
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.grad-btn::after {
  content: "もっと見る"
}

.grad-btn:hover {
  background: #fff;
  color: #41413f;
}

.grad-btn .fa {
  /* margin-right: .5em; */
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 28rem;
}

.grad-item p+p {
  margin-top: 1em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(247 249 253) 50%, rgb(247 249 253) 50%, #f7f9fd 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  z-index: 1;
}

.grad-trigger {
  display: none;
}

.grad-trigger:checked~.grad-btn {
  bottom: -2em;
}

.grad-trigger:checked~.grad-btn::after {
  content: "閉じる"
}

.grad-trigger:checked~.grad-btn .fa {
  transform: rotate(180deg);
}

.grad-trigger:checked~.grad-item {
  height: auto;
}

.grad-trigger:checked~.grad-item::before {
  display: none;
}

img.igrp {
  width: 600px;
  margin: 0 auto;
  display: block;
  height: auto;
}

p.imagearea.caption {
  text-align: center;
}

p.imagearea.caption img {
  display: block;
  margin: 1rem auto;
}

/* oki_20220509 */
.kanren {
  border: 2px solid #305aa2;
  padding: 20px 30px;
  margin: 30px 0;
  position: relative;
  box-sizing: border-box;
}

.midasi {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  color: #305aa2;
}

.kanren br {
  display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
  position: relative;
  overflow: hidden;
  height: 100px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(247, 249, 253, 0) 0%, rgba(247, 249, 253, 0.8) 50%, rgba(247, 249, 253, 0.8) 50%, #f7f9fd 100%);
  background: linear-gradient(top, rgba(247, 249, 253, 0) 0%, rgba(247, 249, 253, 0.8) 50%, rgba(247, 249, 253, 0.8) 50%, #f7f9fd 100%);
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 5px auto;
  z-index: 2;
  padding: 6px 15px;
  /* background-color: #ff7777; */
  background-color: #305aa2;
  border-radius: 10px;
  color: #FFF;
  font-weight: bold;
}

.readmore-label:before {
  content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: "\9589\3058\308B";
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}

/* oki_20220509 */

.centering {
  text-align: center;
}

.l-parts01-column3__box table td span.small2 {
  color: #333;
  font-size: 1.1rem;
  font-weight: normal;
}

/*2023.01.12*/
.img-area img {
  display: block;
  margin: 0 auto;
}

.l-main-area .l-parts02-white table.table-info td span.small-letter {
  color: #333;
  font-weight: inherit;
  font-size: 1.2rem;
}

.flex {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto 30px;
}

.l-parts02-white__column2.additional {
    display: block;
}

.additional .l-parts02-white__column2__box {
    width: 100%;
}

.works-ttl {
    color: #439c00;
    font-size: 2.2rem;
    font-weight: bold;
}	
.work-box {
    margin-bottom: 2rem;
}

.main-features {
    margin-top: 2rem;
}

.youtube__aspect-ratio {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%;
}

section.l-parts05.additional {
    margin: 0;
}

img {
    display: block;
    margin: 0 auto;
}

body .l-main-area .caption {
    color: #999;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .03em;
    margin: 1rem 0 3rem;
    line-height: 1em;
    text-align: center;
}
.l-parts01-column3__box .main-features ul li{
	font-size:15px;
	font-weight: 700;
}

.l-main-area .btn-internal a {
    background: #DE5F3C;
}
.l-main-area .btn-internal a:hover {
    background: #DE3C86;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .sp {
    display: none;
  }

  .fixBan {
    position: fixed;
    bottom: 16rem;
    right: 10px;
    z-index: 50;
    display: none;
  }

  .fixBan img {
    width: 300px;
  }

  /*2023.02.24*/
  .tab_container {
    padding-bottom: 1em;
    background-color: #fff;
    border: 1px solid #ececec;
    margin: 0 auto 3rem;
  }

  .tab_item {
    width: calc(100%/3);
    padding: 15px 0;
    border-bottom: 3px solid #f29400;
    background-color: #ececec;
    text-align: center;
    color: #f29400;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }

  .tab_item:hover {
    opacity: 0.75;
  }

  input[name="tab_item"] {
    display: none;
  }

  .tab_content {
    display: none;
    padding: 1em 1em 0;
    clear: both;
    overflow: hidden;
  }

  #tab1:checked~#tab1_content,
  #tab2:checked~#tab2_content,
  #tab3:checked~#tab3_content,
  #tab4:checked~#tab4_content {
    display: block;
  }

  .tab_container input:checked+.tab_item {
    background-color: #f29400;
    color: #fff;
  }

  .tab_container img {
    width: 100%;
  }

  .c-txt {
    font-weight: bold;

  }

  .l-mv-box p {
    width: 92%;
    margin: 0 0 0 1.7rem;
    padding-top: 5px;
  }

  .l-mv-title {
    width: 92%;
    margin: 1rem 0 0 1.7rem;
    background: #f8f9fd;
    color: #333;
    line-height: 4rem;
  }

  .l-mv-title span {
    color: #333;
  }

  .l-mv {
    padding: 0;
  }

  .l-main-area .btn-internal.sp {
    display: none;
  }

  /*2023.05.15*/
  .l-main-area .gnavi-list-custom,
  .l-contents-area .gnavi-list-custom {
    background: #fff;
    padding: 10px 0;
  }

  .l-contents-area .gnavi-list-custom {
    margin-bottom: 3rem;
  }

  .l-main-area .gnavi-list-custom-inn,
  .l-contents-area .gnavi-list-custom-inn {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    text-align: center;
  }

  .l-main-area .gnavi-list-custom-inn li,
  .l-contents-area .gnavi-list-custom-inn li {
    border-left: 1px dashed #666;
    margin: 0;
    padding: 0;
    width: 250px;

  }

  .l-main-area .gnavi-list-custom-inn li::before,
  .l-contents-area .gnavi-list-custom-inn li::before {
    content: none;
  }


  .l-main-area .gnavi-list-custom-inn li:last-child,
  .l-contents-area .gnavi-list-custom-inn li:last-child {
    border-right: 1px dashed #666;
  }

  .l-main-area .gnavi-list-custom-inn li a,
  .l-contents-area .gnavi-list-custom-inn li a {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px;
    width: 100%;
    text-decoration: none;
  }

  .l-main-area .gnavi-list-custom-inn li a:hover,
  .l-contents-area .gnavi-list-custom-inn li a:hover {
    opacity: 0.7;
  }

  .additional-example {
    background: #f3f6f9;
    padding: 2rem 3rem;
    border: solid 1px #9dc4f2;
    border-radius: 4rem;
    margin-bottom: 4rem;
  }


  .l-main-area--low .additional-example h3 {
    margin-top: 0;
  }

.l-parts01-column3__box {
    width: calc((100% - 100px) / 2);
}	

.l-parts01-column3__box .catch_box .title {
    font-size: 2rem;
}

.l-main-area .title span {
    color: #fff;
    font-size: 2.6rem;
}	

.l-parts02-white__column2__box {
    margin: 0 0 3rem 0;
}	
.l-parts02-white__column2__box.additional {
    width: 100%;
}

.l-main-area .pr .float-wrap .flame img.image1 {
  box-shadow: unset;
  border: solid 1px #2196F3;
}

.main-features {
    margin-top: 2rem;
}	
	
.youtube__aspect-ratio {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%;
}	
	
	
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  #toc {
    padding: 2rem 1.5rem;
    width: 100%;
    max-width: 90%;
    margin: 0 auto 3rem;
  }

  #toc a {
    font-size: 14px;
  }

  #toc li {
    line-height: 1.2;
    margin: 10px 0;
  }

  .grad-item {
    height: 25rem;
  }

 .fixBansp.active {
    display: none;
  }

  .fixBansp {
    position: fixed;
    bottom: 50px;
    z-index: 10;
  }

  .l-footer-bottom__copy {
    padding-bottom: 128px;
  }

  .fixBan img {
    display: none;
  }

  /*2023.02.24*/
  .tab_container,
  .sp-none {
    display: none;
  }

  .l-main-area .btn-internal.pc {
    display: none;
  }

  .flex {
    display: block;
  }

  .flex img {
    margin-bottom: 20px;
  }

  /*2023.05.15*/
  .gnavi-list-custom {
    display: none !important;
  }

  .additional-example {
    background: #f3f6f9;
    padding: 2rem 1rem;
    border: solid 1px #9dc4f2;
    border-radius: 4rem;
    margin-bottom: 4rem;
  }
span.pc {
    color: unset;
}

.l-main-area .pr .float-wrap .flame img.image1 {
  box-shadow: unset;
  border: solid 1px #2196F3;
}
	
.main-features {
    margin-top: 2rem;
}
	
.youtube__aspect-ratio {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%;
}
.center.imglnk a img {
    width: 80%;
}
.l-header-sitename:before {
    float: left;
    margin: 0;
    padding: 0 6px;
}	
}