@charset "utf-8";
.low .wr_two-box .wr_box .wr_box-body .in_link_btn {
    display: none;
}
.inyo a {
    pointer-events: none;
    text-decoration: none;
}

#toc {
    width: fit-content;
    margin: 3rem auto 4rem;
    display: block;
    padding: 2rem 3rem 3rem;
    /* border: solid 4px #fdefec; */
    max-width: 80%;
    background: #eff5fa;
    background: #fff;
    box-shadow: 0 10px 15px #00000014;
}
#toc:before {
    content: "目次";
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
}
#toc ul {
    margin: 5px;
}
#toc ul li {padding-bottom: 0;}
.main-visual p.btn-internal a {
    background-color: #eeb028;
}
/*静的目次*/
#toceed {
  width: fit-content;
  margin: 3rem auto 4rem;
  display: block;
  padding: 2rem 3rem 3rem;
  /* border: solid 4px #fdefec; */
  max-width: 80%;
  background: #eff5fa;
  background: #fff;
  box-shadow: 0 10px 15px #00000014;
}

#toceed:before {
  content: "目次";
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 16px;
}

#toceed ul {
  margin: 5px;
}

#toceed ul li {
  padding-bottom: 0;
}
.ao, .bigao, .add-parts02 .block .box-body .price .data span {
  color: #222;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #fffac4 60%);
}

.inyo {
    font-size: 12px;
    color: #767676;
}

.sansyo {
    margin: 0 20px;
    font-size: 11px;
    color: #767676;
}

.caption_scroll {
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;/*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
/* for chrome, safari */
.caption_scroll::-webkit-scrollbar {
    height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.caption_scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}

.add-parts05 .block .box-body .catch {
    text-align: center;
}

.txtbold {
    font-weight: 700;
    color: #0000b2;
}

.midashi {
    font-size: 19px;
    font-weight: bold;
    color: #2bb38b;
    background: #eee;
}

.aka {
    color: #f00;
}

.goodstop {
    background: #eee;
	padding: 0 15px;
}
.site-title:before, .l-header-sitename:before, .sitename:before, .siteName:before, .l-siteinfo__sitename:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 0 1rem;
    margin: 0 1rem 0 5rem;
}
.site-name .txt-1 {
    padding-left: 0;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .card {
    width: 30%;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
    text-align: center;
  }
  
  .card-header {
    background-color: #032416;
    color: #fff;
    padding: 10px 10px;
    font-size: 1.2em;
  }
  
  .card-title {
    font-size: 1.6em;
    margin: 30px 0;
    font-weight: bold;
  }
  
  .card img {
    height: auto;
  }
  
  .features {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    text-align: left;
  }
  
  .features-title {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0.5rem;
    background: #2bb57f;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  
  .features ul {
    padding-left: 10px;
    margin: 1rem 0;
  }
  
  .features ul li {
    margin: 5px 0;
    padding: 0px 0px 0px 25px;
  }
  
  .three_sc {
    margin: 20px 0;
  }
  
  .three_sc table {
    width: 95%;
    border-collapse: collapse;
    margin: 20px 8px;
  }
  
  .three_sc table, .three_sc th, .three_sc td {
    border: 1px solid #ddd;
    padding: 0.5rem;
  }
  
  .three_sc th, .three_sc td {
    padding: 8px;
    text-align: center;
  }
  
  .three_sc tr.highlight td {
    background-color: #f4f4f4;
  }
  
  .three_sc .btn-container {
    margin: 20px 0;
  }
  
  .three_sc .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff4343;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin: 5px;
    transition: background-color 0.3s;
  }
  
  .three_sc .btn:hover {
    background-color: #ff6347;
  }

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

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

#header-wrapper .logo {
    top: -7px;
}
	
/*続きを読むボタン*/
.read-more-003 {
    position: relative;
}

.read-more-003 section {
    position: relative;
    max-height: 150px; /* 開く前に見せたい高さを指定 */
    margin-bottom: 10px;
    overflow: hidden;
    transition: max-height 1s;
}

.read-more-003:has(:checked) section {
    max-height: 110vh;
}

.read-more-003 section::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}

.read-more-003:has(:checked) section::after {
    content: none;
}

.read-more-003 label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: .4em 1.2em;
    border-radius: 25px;
    background-color: #fffac4;
    color: #000;
    font-size: 1em;
}

.read-more-003 label:hover {
    border:1px solid #fffac4;
    background-color: #fff;
    color: #fffac4;
    cursor: pointer;
}

.read-more-003:has(:checked) label {
    display: none;
}

.read-more-003 label::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #000;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.read-more-003 label:hover::after{
    background-color: #fffac4;
}

.read-more-003 input {
    display: none;
}
.wr_two-box{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.wr_two-box .wr_box{
	border: 2px solid #2bb586;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 10px;
    float: left;
    margin-right: 10px;
    background: #fff;
}
.wr_two-box .wr_box.wr_left_box{
    float: left;
    margin-right: 10px;
}
.wr_two-box .wr_box.wr_right_box{
    float: right;
    margin-left: 10px;
}
.wr_two-box .wr_box .wr_box-head{
font-size: 18px;
    font-weight: bold;
    color: #112448;
    text-align: center;
    border-bottom: 1px solid #00a461;
    padding: 10px;
}
.wr_two-box .wr_box .wr_box-body{
    color: #333;
    text-align: left;
    padding: 10px;
}
.wr_two-box .wr_box .wr_box-body .in_link_btn{
    display: none;
}

.human {
	width: 15%;
    display: inline-block;
    padding: 0.8rem;
    background: #2bb57f;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.sp-br {
    display: none;
}

.wr_two-box .wr_box .wr_box-body .in_link_btn {
    display: block;
    width: 60%;
    margin: 15px auto 0;
    background: #1997d7;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    padding: 10px 45px;
    text-decoration: none !important;
    position: relative;
    line-height: 1.8;
}

.wr_two-box .wr_box .wr_box-body .in_link_btn:after {
    content: '';
    position: absolute;
    top: 34px;
    right: 20px;
    padding: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(
-45deg
);
    -webkit-transform: rotate(
-45deg
);
    -ms-transform: rotate(-45deg);
}

.notspace {
    width: 115%;
}

.main-visual__img img{
	height: 476px;
}
	}

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

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

/*続きを読むボタン*/
.read-more-003 {
    position: relative;
}

.read-more-003 section {
    position: relative;
    max-height: 150px; /* 開く前に見せたい高さを指定 */
    margin-bottom: 10px;
    overflow: hidden;
    transition: max-height 1s;
}

.read-more-003:has(:checked) section {
    max-height: 330vh;
}

.read-more-003 section::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}

.read-more-003:has(:checked) section::after {
    content: none;
}

.read-more-003 label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: .4em 1.2em;
    border-radius: 25px;
    background-color: #fffac4;
    color: #000;
    font-size: 1em;
}

.read-more-003 label:hover {
    border:1px solid #fffac4;
    background-color: #fff;
    color: #fffac4;
    cursor: pointer;
}

.read-more-003:has(:checked) label {
    display: none;
}

.read-more-003 label::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #000;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.read-more-003 label:hover::after{
    background-color: #fffac4;
}

.read-more-003 input {
    display: none;
}
	
	.wr_two-box{
    display: block;
    flex-wrap:nowrap;
}
.wr_two-box .wr_box{
	border: 2px solid #2bb586;
    position: relative;
    width: auto;
    vertical-align: middle;
    padding: 10px;
    background: #fff;
}
.wr_two-box .wr_box.wr_left_box,
.wr_two-box .wr_box.wr_right_box{
    float: none;
    margin: 0 0 20px 0;
}
.wr_two-box .wr_box .wr_box-head{
    font-size: 17px;
    font-weight: bold;
    color: #112448;
    text-align: center;
    border-bottom: 1px solid #00a461;
    padding: 10px;
}
.wr_two-box .wr_box .wr_box-body{
    color: #333;
    text-align: left;
    padding: 10px;
}
.wr_two-box .wr_box .wr_box-body .in_link_btn{
    display: block;
    width: auto;
    margin: 15px auto 0;
	background: #1997d7;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    padding: 10px 45px;
    text-decoration: none !important;
    position: relative;
}
.wr_two-box .wr_box .wr_box-body .in_link_btn:after{
    content: '';
    position: absolute;
    top: 34px;
    right: 20px;
    padding: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.human {
    width: auto;
    display: inline-block;
    padding: 0.8rem;
    background: #2bb57f;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.goodstop {
    margin: 0 15px;
}

.main-visual__text {
    font-size: 15px;
}

.main-visual__box {
    padding: 0 2rem 2rem 2rem;
}

.add-parts01 .title .txt-1 {
    font-size: 2rem;
}

.add-parts01 .title .txt-2 {
    font-size: 2.2rem;
}

p.lead {
    font-size: 15px;
}

.contents {
    padding: 0 2rem;
}

.pc-br {
    display: none;
}

.add-parts01 p:not([class]) {
    font-size: 15px;
}

.add-parts02 .block .box-body .price .label {
	width: 125px;
}

.btn-internal a {
    font-size: 1.5rem;
	}

.float-wrap p {
    font-size: 15px;
}


.box-fig {
    display: none;
}

.notspace {
    text-align: center;
}
.main-visual__img img{
	height:auto;
}
.site-title:before, .l-header-sitename:before, .sitename:before, .siteName:before, .l-siteinfo__sitename:before {
    margin-left: 0;
}	
.site-name {
    padding-right: 4rem;
}	
#copyright {
    padding-bottom: 80px;
}	
	
#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;
}	
	
.contents .low {
    padding-top: 5rem;
}	
	
.contents table.tbl2 th, .contents table.tbl2 td {
    display: table-cell;
    width: auto;
    padding: 6px;
    line-height: 1.4;
    font-size: 13px;
}

.contents table.tbl2 td {
    width: 25%;
}	
	
  .card {
    width: 90%;
}  
	
	
}