@charset "utf-8";
header .rightTxt:before, 
.l-header__sitename: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;
    width: fit-content;
    margin-right: 1rem;
    font-size: 1.5rem;
    padding: 0 1rem;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before  {
    content: "【PR】";
}

.lp2 .contents-left {
    max-width: 1100px;
    width: 100%;
}

.lp2 .column3 .basic-column-box {
    width: calc((100% - 20px) / 2);
}

.lp2 .btn-web a {
    margin-bottom: 60px;
}

.lp2 .viral-box-wrap.column1, .lp2 .viral-box-wrap.column2, .lp2 .viral-box-wrap.column3 {
    margin-bottom: 0rem;
}

.lp2 .contents_top .top-title h4:first-child {
    margin-bottom: 2rem;
}

.lp2 .column3 .basic-title span {
    font-size: 2.6rem;
    color: #e44920;
}
.lp2 .l-header__sitename {
    font-size: 2.4rem;
    width: 100%;
    max-width: 600px;
}
.lp2 .contents_top .top-title h3 span {
    font-size: 3rem;
    display: block;
    margin-bottom: 10px;
}
.lp2 .main-visual-white-box .catch {
    padding: 30px 30px 0;
}

/*oki_20250630　*/
.cta-block {
  border: 2px solid #e64521;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  max-width: 80%;
  margin: 15px auto;
}

.cta-lead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.btn-cta a {
	display: inline-block;
    background-color: #e64521;
    color: #fff;
    padding: 15px 10%;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}

.cta-note {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

.btn-cta a:hover {
    background: linear-gradient(to bottom, #3ca7be 0%, #3ca7be 50%, #399eb4 50%, #399eb4 100%);
    border: 2px solid #297080;
    opacity: 1;
}



.accordion-box input:checked + label:after {
    content: "閉じる";
    bottom: 30%;
}
.accordion-box input:checked + label:before {
    content: "↑";
    top: 38px;
}

.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -ms-transition: all 1.0s;
    -o-transition: all 1.0s;
    transition: all 1.0s;
}  /* 閉じるボタンのbottomからの位置 */

.accordion-box {
    position: relative;
  margin-bottom: 40px;
}
.accordion-box label {
    height: 100px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.95) 90%);
}   /* グラデーションの高さ、以下グラデーションは「背景が白」に併せて設定 */
.accordion-box input:checked + label {
    background: inherit;
} /*---- 開いた時には背景グラデーションを消す ----*/

.accordion-box label:after {
    content: "続きをよむ";
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 36%;
    left: 50%;
    font-size: 18px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #7f5c43;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 1rem;
}
.accordion-box label:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    top: 32px;
    left: 51%;
    -webkit-transform: translate(-90px, 0);
    transform: translate(-90px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 200px;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -ms-transition: all 1.0s;
    -o-transition: all 1.0s;
    transition: all 1.0s;
} /* --- 開く前に見えている部分の高さ ---*/
























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

@media screen and (max-width: 480px) {
.l-header {
    padding-right: 0;
}

header .rightTxt:before, .l-header__sitename:before, .l-header-sitename:before, .sitename:before, .siteName:before, .l-siteinfo__sitename:before {
    float: left;
    margin-bottom: 1rem;
}
.lp2 .l-header__sitename {
    font-size: 1.5rem;
}

.lp2 .main-visual-white-box .catch {
    font-size: 2.2rem;
    padding: 10px;
}

.lp2 .column3 .basic-column-box {
    width: 100%;
}

.lp2 .column3 .basic-title span {
    font-size: 2.1rem;
}


.lp2 .btn-tel a {
    margin-top: 10px;
}

.lp2 .btn-web a {
    margin-bottom: 20px;
}

.lp2 .contents_top .top-title h3:first-child {
    font-size: 2.2rem;
}

.lp2 .contents_top .top-title h3 span {
    font-size: 2.6rem;
    margin: 0;
}
	
.accordion-box .accordion-container {
    height: 200px;
} /* --- 開く前に見えている部分の高さ ---*/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

}