@charset "UTF-8";
 #page_symptoms .contents{
padding: 123px 0 94px;
}
#page_symptoms .contents ul{
display: flex;
flex-wrap: wrap;
gap: 10px 20px;
}
#page_symptoms .contents li{
padding-left: 1.2em;
position: relative;
}
#page_symptoms .contents li::before{
content: "";
position: absolute;
left: 0;
top: 0.5em;
background-color: #C20064;
width: 8px;
height: 8px;
border-radius: 50%;
}
#page_symptoms .sec02{
margin-top: 190px;
}
#page_symptoms .tab-container{
max-width: 1320px;
margin: 0 auto;
}
#page_symptoms .symptoms-wrapper{
display: flex;
flex-wrap: wrap;
gap: 30px 1.25%;
}
#page_symptoms .symptoms-box{
width: 32.5%;
}
#page_symptoms .symptoms-box ul{
display:none
}
#page_symptoms .symptoms-box.is-open ul{
display:flex
}
#page_symptoms .symptoms-box .title{
cursor:pointer
}
#page_symptoms .symptoms-box .title{
background: #C20064;
color: #fff;
height: 80px;
padding: 26px 26px 26px 100px;
position: relative;
flex-shrink: 0;
border-radius: 5px;
}
#page_symptoms .symptoms-box .title:after{
position: absolute;
content: "";
background: url(//curepro.jp/wp-content/themes/curepro/assets/images/common/icon-plus-white.svg) no-repeat center center;
background-size: contain;
width: 22px;
height: 22px;
top: 0;
bottom: 0;
margin: auto;
right: 26px;
}
#page_symptoms .symptoms-box.is-open .title:after{
background: url(//curepro.jp/wp-content/themes/curepro/assets/images/common/icon-minus-white.svg) no-repeat center center;
background-size: contain;
}
#page_symptoms .symptoms-box .title p{
font-size: 20px;
font-weight: 600;
}
#page_symptoms .symptoms-box .title img{
vertical-align: bottom;
position: absolute;
top: 0;
bottom: 0;
left: 30px;
margin: auto;
max-height: 50px;
width: auto;
object-fit: contain;
}
#page_symptoms .symptoms-box a{
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
}
#page_symptoms .symptoms-box ul{
background: #fff;
border-radius: 0 0 5px 5px;
padding: 20px;
flex-grow: 1;
flex-shrink: 0;
margin-top: 0;
margin-bottom: 0;
}
#page_symptoms .tab-list {
display: flex;
justify-content: center;
margin-bottom: 40px;
}
#page_symptoms .tab-button {
font-size: 18px;
color: #0A0A0A;
padding: 10px 20px;
border: 1px solid #0A0A0A;
border-radius: 23px;
cursor: pointer;
margin-right: 10px;
transition: background 0.3s, color 0.3s;
outline: none;
}
#page_symptoms .tab-button:hover,
#page_symptoms .tab-button.active{
background: #0A0A0A;
color: #fff;
}
#page_symptoms .tab-content-wrapper {
width: 1320px;
background: #fff;
padding: 30px;
position: relative;
border-radius: 5px;
}
#page_symptoms .tab-content {
display: none;
}
#page_symptoms .tab-content.active {
display: block;
}
#page_symptoms .tab-content-wrapper::before {
content: '';
position: absolute;
top: -27px;
left: 20px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 27px solid #fff;
}
#page_symptoms .tab-content-wrapper::before {
left: var(--triangle-left, 20px);
} .single-symptoms_list .lower-heading{ padding: 0;
min-height: 267px;
}
.single-symptoms_list .lower-heading .inner{
display: none;
}
.single-symptoms_list .title_area{
max-width: 1320px;
margin: auto;
margin-bottom: 50px;
}
.single-symptoms_list .title_area > div{
position: relative; }
.single-symptoms_list .title_area > div div{
position: absolute;
top: 153px;
display: grid;
gap: 11px;
}
.single-symptoms_list .title_area > div div p{
background: linear-gradient(45deg, #C20064, #D0155B, #DB2852, #E53B47, #EB4D3C, #F0602F, #F1721E, #F08500);
color: #fff;
font-size: 50px;
font-weight: bold;
letter-spacing: 0.05rem;
padding: 0 20px;
}
.single-symptoms_list .title_area > div img{
display: block;
width: 899px;
margin: 0 0 0 auto;
}
.single-symptoms_list #toc_container{
display: none;
}
#symptoms_list{
padding: 0;
}
#symptoms_list .inner{
display: flex;
gap: 20px 50px;
margin: 0 auto 50px;
max-width: 1320px;
}
#symptoms_list .inner h1 + h2 span{
margin-top: 0px;
}
#symptoms_list .menu-left,
.single-owned .menu-left{
min-width: 370px;
max-width: 370px;
position: relative;
align-self: flex-start;
}
#symptoms_list .menu-left .ml-title,
.single-owned .menu-left .ml-title{
font-size: 18px;
font-weight: bold;
line-height: 1.6;
color: #C20064;
}
#symptoms_list .menu-left .ml-title{
margin: 20px 0 10px;
}
.single-owned .menu-left
#symptoms_list .menu-left .accordion-list-wrapper,
.single-owned .menu-left .accordion-list-wrapper{
margin: 20px 0 0;
}
#symptoms_list .menu-left .accordion-list-wrapper .accordion-item,
.single-owned .menu-left .accordion-list-wrapper .accordion-item{
border-bottom: none;
}
#symptoms_list .menu-left .accordion-list-wrapper .accordion-item:not(:first-child),
.single-owned .menu-left .accordion-list-wrapper .accordion-item:not(:first-child){
margin: 10px 0 0;
}
#symptoms_list .menu-left .accordion-list-wrapper .accordion-header,
.single-owned .menu-left .accordion-list-wrapper .accordion-header{
position: relative;
display: flex;
align-items: center;
gap: 20px;
padding: 13px 20px 12px;
background-color: #C20064;
border-radius: 5px;
color: #fff;
font-weight: bold;
}
#symptoms_list .menu-left .accordion-list-wrapper .accordion-header::after,
.single-owned .menu-left .accordion-list-wrapper .accordion-header::after{
position: absolute;
content: "";
background: url(//curepro.jp/wp-content/themes/curepro/assets/images/common/icon-plus-white.svg) no-repeat center center;
background-size: cover;
width: 24px;
height: 24px;
top: 0;
bottom: 0;
margin: auto;
right: 30px;
transition: .3s;
}
#symptoms_list .menu-left .accordion-list-wrapper .accordion-item.active .accordion-header::after,
.single-owned .menu-left .accordion-list-wrapper .accordion-item.active .accordion-header::after{
background: url(//curepro.jp/wp-content/themes/curepro/assets/images/common/icon-minus-white.svg) no-repeat center center;
background-size: cover;
width: 24px;
height: 4px;
transition: .3s;
}
#symptoms_list .menu-left .accordion-list-wrapper .accordion-header img,
.single-owned .menu-left .accordion-list-wrapper .accordion-header img{
height: 35px;
}
#symptoms_list .menu-left .accordion-content,
.single-owned .menu-left .accordion-content{
height:0;
overflow:hidden;
background:#fff;
transition:height .3s ease;
padding:0 30px;
}
.accordion-inner{
padding:20px 30px;
}
#symptoms_list .menu-left .accordion-item.active .icon,
.single-owned .menu-left .accordion-item.active .icon{
transform: rotate(180deg);
transition: transform 0.3s;
}
#symptoms_list .menu-left .symptoms-link-area,
.single-owned .menu-left .symptoms-link-area
{
display: block;
text-decoration: none;
color: inherit;
}
#symptoms_list .menu-left .accordion-content ul,
.single-owned .menu-left .accordion-content ul
{
list-style: none;
margin: 0; 
padding: 0; 
}
#symptoms_list .menu-left .accordion-item.active .accordion-content,
.single-owned .menu-left .accordion-item.active .accordion-content{
background-color: #fff;
}
#symptoms_list .menu-left li,
.single-owned .menu-left li
{
position: relative;
}
#symptoms_list .menu-left li:nth-child(n+1),
.single-owned .menu-left li:nth-child(n+1){
margin: 10px 0 0;
}
#symptoms_list .menu-left li:last-child,
.single-owned .menu-left li:last-child{
margin-bottom: 20px;
}
#symptoms_list .menu-left li a:last-child,
.single-owned .menu-left li a:last-child
{
padding: 0 0 0 18px;
}
.single-owned .menu-left li a:last-child{
display: block;
}
#symptoms_list .menu-left li::before,
.single-owned .menu-left li::before
{
content: "";
position: absolute;
background-color: #C20064;
width: 8px;
height: 8px;
border-radius: 10px;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
#symptoms_list .main-box{
margin: 20px 20px 0;
}
#symptoms_list .main-box.has-image img {
width: 100%;
margin: 0 0 30px;
}
#symptoms_list .button-wrapper span.additional-link-wrap a{
display: block;
width: fit-content;
margin: 50px 0 0;
background-color: #C20064;
color: #fff;
border-radius: 30px;
padding: 17px 49px;
font-weight: bold;
letter-spacing: -0.05rem;
}
#symptoms_list .topics p{
font-size: 18px;
font-weight: 400;
line-height: 1.8;
}
#symptoms_list .sec01{
width: 100%;
}
.sec01 > div.search{
display: none!important;
}
#symptoms_list .sec01 .wrapper{
background-color: #FEFEFE;
padding: 30px 30px 100px;
border-radius: 5px;
}
#symptoms_list .sec01 .wrapper .topics:not(:first-child){
margin: 50px 0 0;
}
#symptoms_list .sec01 .title{
background-color: #C20064;
border-radius: 5px;
color: #fff;
padding: 22px 30px;
font-size: 20px;
font-weight: bold;
letter-spacing: 0.05rem;
line-height: 1.95;
}
#symptoms_list .user-voice{
background: #C20064;
text-align: center;
padding: 50px 0 80px;
}
#symptoms_list .faq{
background: #fff;
padding: 120px 0 80px;
}
#symptoms_list .faq .accordion{
max-width: 1320px;
margin: 0 auto;
}
#symptoms_list .faq .title{
margin: 0 auto 40px;
}
#symptoms_list .user-voice .title,
#symptoms_list .faq .title,
#symptoms_list .group .title{
position: relative;
}
#symptoms_list .user-voice .title p,
#symptoms_list .faq .title p,
#symptoms_list .group .title p{
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 0;
}
#symptoms_list .user-voice .title p:first-child,
#symptoms_list .faq .title p:first-child,
#symptoms_list .group .title p:first-child{
color: #f5f5f552;
font-size: 80px;
font-weight: bold;
letter-spacing: -0.05rem;
line-height: 0.9;
}
#symptoms_list .user-voice .title p:last-child,
#symptoms_list .faq .title p:last-child,
#symptoms_list .group .title p:last-child{
color: #FEFEFE;
font-size: 30px;
font-weight: bold;
letter-spacing: 0.05rem;
line-height: 0.6;
}
#symptoms_list .user-voice .title{
margin: 98px auto 56px;
}
#symptoms_list .faq .title{
text-align: center;
}
#symptoms_list .faq .title p:nth-child(1){
color: #F5F5F5;
position: absolute;
letter-spacing: -0.05rem;
line-height: 1.1;
left: 0;
right: 0;
font-size: 80px;
}
#symptoms_list .faq .title p:nth-child(2){
color: #C20064;
font-size: 30px;
letter-spacing: 0.05rem;
position: relative;
}
#symptoms_list .faq .accordion .accordion-item{
border: none!important;
}
#symptoms_list .group{
padding: 105px 110px 170px;
}
#symptoms_list .group .title p:nth-child(1){
color: #fff;
position: absolute;
letter-spacing: -0.05rem;
line-height: 1.1;
left: 0;
right: 0;
font-size: 80px;
}
#symptoms_list .group .title p:nth-child(2){
color: #C20064;
font-size: 30px;
letter-spacing: 0.05rem;
position: relative;
}
#symptoms_list .group .title{
position: absolute;
letter-spacing: -0.05rem;
line-height: 1.1;
left: 0;
right: 0;
font-size: 80px;
display: flex;
align-items: flex-end;
position: relative;
width: fit-content;
margin: 0 auto;
text-align: center;
}
#symptoms_list .group > div:nth-child(2){
display: flex;
align-items: center;
justify-content: space-evenly;
margin: 40px 0 30px;
}
#symptoms_list .group > div:nth-child(2) div p{
font-size: 30px;
letter-spacing: 0.05rem;
margin: 15px 0 0;
color: #C20064;
}
#symptoms_list .group > div:nth-child(2) > img{
width: 398px;
}
#symptoms_list .accordion{
width: 100%;
}
#symptoms_list .accordion .accordion-item:nth-child(1){
border-top: solid 1px #ccc;
}
#symptoms_list .menu-left  .accordion-header .toggle img{
width: 24px;
height: 24px;
}
#symptoms_list .menu-left  .accordion-header div a:nth-child(2){
padding: 3px 10px 3px 27px;
letter-spacing: -0.05rem;
}
#symptoms_list .menu-left  .accordion-header div a{
color: #fff;
font-size: 13px;
background-color: #C20064;
border-radius: 19px;
height: fit-content;
line-height: 2;
position: relative;
}
#symptoms_list .menu-left  .accordion-header div a:before{
position: absolute;
content: "";
background-size: cover;
top: 0;
bottom: 0;
left: 10px;
margin: auto;
}
#symptoms_list .menu-left  .accordion-header div a:nth-child(2):before{
background: url(//curepro.jp/wp-content/themes/curepro/assets/images/common/icon-website-white.svg) no-repeat center center;
width: 12px;
height: 11px;
}
#symptoms_list .menu-left  .accordion-header div > a:last-child{
display: block;
margin: 0 0 0 -10px;
padding: 4px 12px 4px 24px;
}
#symptoms_list .menu-left  .accordion-header div > a:last-child:before{
background: url(//curepro.jp/wp-content/themes/curepro/assets/images/common/icon-pin-white.svg) no-repeat center center;
width: 9px;
height: 12px;
}
#symptoms_list .menu-left  .accordion-content > div{
display: flex;
justify-content: space-between;
margin: 0 0 36px;
}
#symptoms_list .menu-left  .accordion-content > div > ul{
display: flex;
gap: 10px;
}
#symptoms_list .menu-left  .accordion-content > div > ul li{
height: fit-content;
color: #C20064;
border: solid 1px;
padding: 8px 10px;
border-radius: 5px;
line-height: 1;
}
#symptoms_list .menu-left  .accordion-content > div > div{
display: flex;
gap: 30px;
}
#symptoms_list .menu-left  .accordion-content > div > div ul li a{
display: block;
color: #fff;
background-color: #C20064;
padding: 17px 41px 17px 73px;
border-radius: 30px;
font-weight: bold;
letter-spacing: -0.05rem;
position: relative;
}
#symptoms_list .menu-left  .accordion-content > div > div ul li a:before{
position: absolute;
content: "";
background-size: cover;
top: 0;
bottom: 0;
margin: auto;
}
#symptoms_list .menu-left  .accordion-content > div > div ul li.mail a:before{
background: url(//curepro.jp/wp-content/themes/curepro/assets/images/common/icon-mail-white.svg) no-repeat center center;
width: 22px;
height: 16px;
left: 41px;
}
#symptoms_list .menu-left  .accordion-content > div > div ul li.phone a:before{
background: url(//curepro.jp/wp-content/themes/curepro/assets/css/images/common/icon-phone-white.svg) no-repeat center center;
width: 20px;
height: 20px;
left: 49px;
}
#symptoms_list .menu-left  .accordion-content > div > div img{
width: 210px;
}
#symptoms_list .faq .accordion-header{
width: 100%;
text-align: left;
cursor: pointer;
color: #fff;
background: #C20064;
border: none;
padding: 18px 21px 15px;
border-radius: 5px;
letter-spacing: 0.05rem;
position: relative;
display: flex;
align-items: center;
gap: 10px;
font-size: 20px;
font-weight: bold;
line-height: 1.2;
transition: .3s;
}
#symptoms_list .faq .accordion-header::after{
position: absolute;
content: "";
background: url(//curepro.jp/wp-content/themes/curepro/assets/images/common/icon-plus-white.svg) no-repeat center center;
background-size: cover;
top: 0;
bottom: 0;
margin: auto;
right: 25px;
transition: .3s;
width: 14px;
height: 14px;
}
#symptoms_list .faq .accordion-item.active .accordion-header::after{
background: url(//curepro.jp/wp-content/themes/curepro/assets/images/common/icon-minus-black.svg) no-repeat center center;
transition: .3s;
}
#symptoms_list .faq .accordion-header span{
font-family: "Outfit", sans-serif;
font-size: 50px;
letter-spacing: -0.05rem;
line-height: 1.4;
}
#symptoms_list .faq .accordion-body{
height:0;
overflow:hidden;
transition:height .35s ease;
background:#F5F5F5;
border-radius:5px;
padding:0 21px;
}
#symptoms_list .faq .accordion-body > div{
margin: 37px;
font-size: 18px;
line-height: 1.6;
}
#symptoms_list .faq .accordion-item.active .accordion-body{
padding:18px 21px 15px;
font-size: 18px;
line-height: 1.8;
transition: .3s;
}
#symptoms_list .faq .accordion{
margin: 40px auto 0;
}
#symptoms_list .faq .accordion .accordion-item:not(:first-child){
margin: 28px 0 0;
}
#symptoms_list .center-slider.js-center-slider.slick-initialized.slick-slider{
margin: 160px 0 0;
} .single-owned header{
top: 65px;
transition:top .2s;
}
.single-owned header.is-scrolled{
top:20px;
}
.single-owned .lower-heading{
min-height: 267px;
}
.single-owned .lower-heading .inner{
display: none;
}
.single-owned .title_area > div{
width: 100%;
position: relative;
max-width: 1320px;
margin: -90px auto 50px;
top: 0;
}
.single-owned .title_area > div > div:first-child{
position: absolute;
bottom: 12.4%;
top: unset;
left: 0;
display: grid;
gap: 20px;
}
.single-owned .title_area > div > div:first-child p{
width: fit-content;
font-size: 45px;
font-weight: bold;
color: #fff;
line-height: 1.28;
letter-spacing: 0.05rem;
background: linear-gradient(45deg, #C20064, #D0155B, #DB2852, #E53B47, #EB4D3C, #F0602F, #F1721E, #F08500);
padding: 0 19px 0 18px;
}
.single-owned .title_area > div > div:nth-child(2),
.single-owned .title_area > div > div:nth-child(3){
width: 900px;
height: 561px;
margin: 0 0 0 auto;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.single-owned .page-navi{
display: flex;
gap: 15px;
margin: 0 0 -20px;
}
.single-owned .page-navi li:not(:last-child){
position: relative;
padding-right: 15px;
}
.single-owned .page-navi li:not(:last-child):after{
position: absolute;
content: "";
width: 1px;
height: 9px;
transform: rotate(45deg);
right: 0;
top: 0;
bottom: 0;
margin: auto;
background-color: #000;
}
.single-owned .page-navi li,
.single-owned .page-navi li a{
font-size: 13px;
}
.single-owned .contents{
display: flex;
gap: 50px;
width: 100%;
max-width: 1320px;
margin: 0 auto;
padding: 0;
}
.single-owned .contents .inner{
display: grid!important;
gap: 20px;
background: #fff;
padding: 40px;
border-radius: 5px;
}
.single-owned .contents .inner p{
font-size: 18px;
line-height: 1.8;
}
.single-owned .contents .inner p strong{
font-size: 18px;
font-weight: bold;
}
.single-owned .contents .inner figure:not(.lkc-thumbnail){
position: relative;
width: fit-content!important;
margin-top: 10px;
margin-bottom: 10px;
}
.single-owned .contents .inner figure img{
vertical-align: bottom;
width: 100%;
}
.single-owned .contents .inner figure figcaption{
width: 100%;
bottom: 0;
background: #C20064;
padding: 11px 18px;
font-size: 25px;
font-weight: bold;
letter-spacing: 0.05rem;
line-height: 1.56;
color: #fff;
text-align: center;
max-width: 600px;
margin: 0 auto;
}
.single-owned .contents .inner h1{
position: absolute;
top: 16.5px;
color: #fff;
font-size: 18px;
letter-spacing: 0.05rem;
width: 1320px;
margin: 0 auto;
left: 0;
right: 0;
text-align: left!important;
}
.single-owned .contents .inner h2,
.single-owned .contents .inner h3,
.single-owned .contents .inner h4,
.single-owned .contents .inner h5,
.single-owned .contents .inner h6{
width: fit-content;
margin: 0 auto;
}
.single-owned .contents .inner h2 span,
#page_index .single-owned .contents .inner h3,
.single-owned .contents .inner h3 span,
.single-owned .contents .inner h4 span,
.single-owned .contents .inner h5 span,
.single-owned .contents .inner h6 span{
display: block;
width: 100%;
}
.single-owned .contents .inner h2 span{
color: #c20064;
line-height: 1.25;
margin: 5px;
padding: 5px;
text-align: center;
font-size: 28px;
font-weight: 600;
}
.single-owned .contents .inner h3{
width: 100%;
}
#page_index .single-owned .contents .inner h3,
.single-owned .contents .inner h3 span{
color: #ffffff;
line-height: 1.25;
text-align: center;
margin: 5px;
padding: 5px;
font-size: 24px;
background-color: #c20064;
}
.single-owned .contents .inner h4 span{
color: #c20064;
font-size: 22px;
line-height: 1.25;
margin: 5px;
padding: 5px;
text-align: center;
font-weight: 600;
}
.single-owned .contents .inner h5 span{
font-size: 25px;
font-weight: bold;
letter-spacing: 0.05rem;
line-height: 1.56;
color: #fff;
background: #9D9D9D;
border-radius: 5px;
padding: 4px 25px 5px;
margin: 0;
}
.single-owned .contents .inner h6 span{
font-size: 25px;
font-weight: bold;
padding: 0 25px;
letter-spacing: 0.05rem;
line-height: 1.56;
margin-top: 60px;
margin-bottom: 0;
}
.single-owned .contents .inner #toc_container{
width: 100%;
border-radius: 5px;
background: #F2F2F2;
border: none;
padding: 23px 30px 26px;
margin: 20px 0 0;
}
.single-owned .contents .inner #toc_container p.toc_title{
position: relative;
font-size: 25px;
font-weight: bold;
letter-spacing: 0.05rem;
line-height: 1.56;
text-align: left;
}
.single-owned .contents .inner #toc_container p.toc_title:after{
position: absolute;
content: "/INDEX";
font-size: 15px;
letter-spacing: 0.05rem;
line-height: 2.6;
left: 60px;
}
.single-owned .contents .inner #toc_container p.toc_title+ul.toc_list{
margin-top: 30px;
}
.single-owned .contents .inner #toc_container.no_bullets li,
.single-owned .contents .inner #toc_container.no_bullets ul:not(.toc_list),
.single-owned .contents .inner #toc_container.no_bullets ul:not(.toc_list) li,
.single-owned .contents .inner .toc_widget_list.no_bullets,
.single-owned .contents .inner .toc_widget_list.no_bullets li{
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05rem;
margin: 0 0 10px;
}
.single-owned .contents .inner #toc_container.no_bullets ul.toc_list ul,
.single-owned .contents .inner #toc_container.no_bullets ul.toc_list ul{
border: none;
margin: 1em;
margin-left: 1.5em;
}
.single-owned .contents .inner #toc_container.no_bullets ul.toc_list ul li:before{
position: unset;
}
.single-owned .contents .inner #toc_container a{
display: block;
padding: 0 0 5px;
border-bottom: dashed 2px #707070;
font-size: 14px;
}
.single-owned .contents .inner .post-summary-title{
background: #C20064;
width: fit-content;
border-radius: 5px 5px 0 0;
font-size: 18px;
font-weight: bold;
color: #fff;
padding: 19px 33px 15px;
line-height: 1.27;
}
.single-owned .contents .inner ul:not(.toc_list, .page-navi){
border: solid 5px #C20064;
padding: 25.8px 38px 26.2px;
margin: 10px 0;
}
.single-owned .contents .inner ul:not(.toc_list, .page-navi) li{
position: relative;
padding: 0 0 0 44px;
}
.single-owned .contents .inner ul:not(.toc_list, .page-navi) li,
.single-owned .contents .inner ul:not(.toc_list, .page-navi) li strong{
font-size: 18px;
letter-spacing: 0.05rem;
line-height: 2.16;
}
.single-owned .contents .inner ul:not(.toc_list, .page-navi) li strong{
font-weight: bold;
}
.single-owned .contents .inner ul:not(.toc_list, .page-navi) li:before{
position: absolute;
content: "";
width: 34.31px;
height: 34.31px;
background: url(//curepro.jp/wp-content/themes/curepro/assets/images/common/icon-check-circle.svg) no-repeat center center;
background-size: cover;
top: 0;
bottom: 0;
left: 0;
margin: auto;
}
.single-owned .contents .inner ul:not(.toc_list, .page-navi) li:not(:first-child){
margin: 12.7px 0 0;
}
.single-owned .contents .inner ul.post-summary{
border: solid 4px #C20064;
border-radius: 0 5px 5px 5px;
padding: 25px 30px 20px;
margin-top: 0px;
}
.single-owned .contents .inner ul.post-summary li{
position: relative;
padding: 0 0 10px 20px;
margin: 0 0 10px;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05rem;
border-bottom: dashed 2px #707070;
}
.single-owned .contents .inner ul.post-summary li:before{
position: absolute;
content: "";
background: #0A0A0A;
width: 12px;
height: 12px;
border-radius: 100px;
left: 0;
top: 0;
bottom: 10px;
margin: auto;
}
.single-owned .contents .inner .balloon{
width: 100%;
display: flex;
align-items: flex-start;
gap: 57px;
}
.single-owned .contents .inner .balloon .balloon-meta img{
width: 121px;
height: 121px;
border-radius: 100px;
object-fit: cover;
}
.single-owned .contents .inner .balloon .balloon-meta .balloon-name{
color: #C20064;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05rem;
text-align: center;
}
.single-owned .contents .inner .balloon .balloon-text{
position: relative;
width: 100%;
background: #FFF4F4;
padding: 37px 35px 34px;
border-radius: 20px;
}
.single-owned .contents .inner .balloon .balloon-text:before{
content: "";
position: absolute;
left: -29px;
top: 35.8%;
width: 0;
height: 0;
border-top: 21px solid transparent;
border-bottom: 21px solid transparent;
border-right: 39px solid #FFF4F4;
}
.single-owned .contents .inner .profile{
display: flex;
padding: 24px 27px 25px;
border: solid 5px #e8e8e8;
border-radius: 5px;
}
.single-owned .contents .inner .profile .profile-img img{
width: 121px;
height: 121px;
border-radius: 100px;
margin: 0 25px 0 0;
object-fit: cover;
}
.single-owned .contents .inner .profile .profile-main{
min-width: 116px;
margin: 0 61px 0 0;
}
.single-owned .contents .inner .profile .profile-main .profile-role{
font-size: 16px;
letter-spacing: 0.05rem;
}
.single-owned .contents .inner .profile .profile-main .profile-name{
font-size: 28px;
font-weight: bold;
letter-spacing: 0.05rem;
}
.single-owned .contents .inner .profile .profile-text{
width: 100%;
max-width: 615px;
color: #6C6C6C;
letter-spacing: 0.05rem;
line-height: 1.56;
}
.single-symptoms_list header{
top: 62px;
transition: top .2s;
}
.single-symptoms_list header.is-scrolled{
top: 20px;
}
.single-symptoms_list .single-owned .title_area{
padding: 0;
}
.single-symptoms_list .single-owned .title_area > div div:nth-child(2),
.single-symptoms_list .single-owned .title_area > div div:nth-child(3){
position: unset;
}
.single-symptoms_list .single-owned .contents{
width: 100%;
}
.single-symptoms_list .single-owned .contents .inner{
}
.post-type-archive-owned .owned-cat-list,
.tax-owned_cat .owned-cat-list{
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 1320px;
margin: 50px auto 30px;
}
.post-type-archive-owned .owned-cat-list li,
.tax-owned_cat .owned-cat-list li{
width: calc(100% / 4);
text-align: center;
padding: 10px;
border-bottom: solid 1px #e8e8e8;
}
.post-type-archive-owned .owned-cat-list li a,
.tax-owned_cat .owned-cat-list li a{
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05rem;
line-height: 1.56;
display: block;
width: 100%;
height: 100%;
}
.post-type-archive-owned .owned-cat-list li:hover,
.post-type-archive-owned .owned-cat-list li.is-current,
.tax-owned_cat .owned-cat-list li:hover,
.tax-owned_cat .owned-cat-list li.is-current{
border-bottom: solid 3px #C20064;
}
.post-type-archive-owned .owned-cat-list li:hover a,
.tax-owned_cat .owned-cat-list li:hover a{
opacity: 1;
}
.post-type-archive-owned .owned-cat-list li.is-current a,
.tax-owned_cat .owned-cat-list li.is-current a{
color: #C20064;
}
.post-type-archive-owned .contents .inner h1,
.tax-owned_cat .contents .inner h1{
display: none;
}
.post-type-archive-owned .contents .inner h2,
.post-type-archive-owned .contents .inner h3,
.post-type-archive-owned .contents .inner h4,
.post-type-archive-owned .contents .inner h5,
.tax-owned_cat .contents .inner h2,
.tax-owned_cat .contents .inner h3,
.tax-owned_cat .contents .inner h4,
.tax-owned_cat .contents .inner h5{
display: block;
width: 100%;
}
.post-type-archive-owned .contents .inner h2,
.tax-owned_cat .contents .inner h2{
font-size: 32px;
font-weight: bold;
letter-spacing: 0.05rem;
line-height: 1.21;
padding: 0 25px;
}
.post-type-archive-owned .contents h3,
.tax-owned_cat .contents h3{
margin: 0;
}
.post-type-archive-owned .contents h3,
.tax-owned_cat .contents h3{
position: relative;
font-size: 25px;
font-weight: bold;
text-align: left;
letter-spacing: 0.05rem;
line-height: 1.56;
padding: 0 0 0 14px;
margin: 0 30px;
}
.post-type-archive-owned .contents .inner h3:before,
.tax-owned_cat .contents .inner h3:before{
position: absolute;
content: "";
width: 5px;
height: 43px;
background: #C20064;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.post-type-archive-owned .contents .inner h4,
.tax-owned_cat .contents .inner h4{
margin: 0;
}
.post-type-archive-owned .contents .inner h4 span,
.tax-owned_cat .contents .inner h4 span{
font-size: 20px;
font-weight: bold;
letter-spacing: 0.05rem;
line-height: 1.95;
background: #C20064;
color: #fff;
border-radius: 5px;
padding: 22px 30px;
}
.post-type-archive-owned .contents .inner h5,
.tax-owned_cat .contents .inner h5{
margin: 0;
}
.post-type-archive-owned .contents .inner h5 span,
.tax-owned_cat .contents .inner h5 span{
font-size: 25px;
font-weight: bold;
letter-spacing: 0.05rem;
line-height: 1.56;
color: #fff;
background: #9D9D9D;
border-radius: 5px;
padding: 4px 25px 5px;
margin: 0;
}
.post-type-archive-owned .contents .inner h6 span,
.tax-owned_cat .contents .inner h6 span{
font-size: 25px;
font-weight: bold;
padding: 0 25px;
margin: 0;
letter-spacing: 0.05rem;
line-height: 1.56;
}
.post-type-archive-owned .single-owned .contents,
.tax-owned_cat .single-owned .contents{
margin: 50px auto 100px;
display: grid;
gap: 50px;
max-width: 1320px;
}
.post-type-archive-owned .single-owned .contents{
margin: 50px auto 80px;
}
.post-type-archive .single-owned .title_area > div,
.tax-owned_cat .single-owned .title_area > div{
top: 0;
margin: 0 auto -20px;
}
#page_hypersomnia-symptoms .search-btn{
margin: 50px auto 0;
}
@media (max-width: 768px){
#page_symptoms .contents{
padding: 50px 0;
}
#page_symptoms .symptoms-box .title{
padding: 20px 20px 20px 90px;
height: fit-content;
}
#page_symptoms .symptoms-box .title p{
font-size: 18px;
}
#page_symptoms .symptoms-box .title img{
max-height: 40px;
}
#page_symptoms .symptoms-box .title:after{
width: 20px;
height: 20px;
}
.post-type-archive-owned .owned-cat-list li, .tax-owned_cat .owned-cat-list li{
width: calc(100% / 2);
}
.single-symptoms_list .lower-heading{
padding: 104px 0 136px;
}
.single-symptoms_list .lower-heading .inner{
padding: 0 20px;
}
.single-symptoms_list .title_area{
padding: 0 20px;
}
.single-symptoms_list .title_area > div{
display: grid;
margin: -110px 0 60px;
}
.single-symptoms_list .title_area > div div{
position: inherit;
order: 2;
gap: 5px;
top: -17px;
left: -10px;
}
.single-symptoms_list .title_area > div div p{
font-size: 24px;
padding: 0 10px;
}
.single-symptoms_list .title_area > div img{
width: 100%;
}
#symptoms_list > .inner{
display: grid;
margin: 10px 0 0;
padding: 0;
gap: 30px;
}
#symptoms_list .menu-left{
order: 2;
padding: 0 20px;
margin: 0 0 30px;
min-width: unset;
max-width: unset;
width: 100%;
}
#symptoms_list .menu-left .fix-menu, .single-owned .menu-left .fix-menu{
max-height: unset;
}
#symptoms_list .sec01 .wrapper{
padding: 20px;
margin: 0 20px;
}
#symptoms_list .sec01 .title{
padding: 20px;
font-size: 18px;
line-height: 1.8;
}
#symptoms_list .main-box{
margin: 20px 10px 0;
}
#symptoms_list .main-box p{
font-size: 16px;
}
#symptoms_list .main-box .additional-link-wrap{
display: block;
width: fit-content;
margin: 30px auto 0;
}
#symptoms_list .sec01 .wrapper .topics:not(:first-child){
margin: 30px 0 0;
}
#symptoms_list .menu-left .accordion-item.active .accordion-content,
.single-owned .menu-left .accordion-item.active .accordion-content {
height:auto;
max-height:none;
background:#fff;
padding:20px;
}
#page_symptoms .symptoms-wrapper{
flex-flow: column;
}
#page_symptoms .symptoms-box{
width: 100%;
}
#page_symptoms .tab-content-wrapper{
width: 100%;
}
#page_symptoms .tab-content-wrapper::before{
display: none;
}
#page_symptoms .tab-list{
flex-wrap: wrap;
gap: 15px 10px;
}
#page_symptoms .tab-button{
font-size: 17px;
padding: 10px 20px;
margin: 0;
}
#page_symptoms .tab-content-wrapper{
padding: 20px;
}
#page_symptoms .sec02{
margin-top: 120px;
}
#symptoms_list .group > div:nth-child(2){
flex-flow: column;
}
#symptoms_list .group > div:nth-child(2) img{
width: 100%;
}
#symptoms_list .group{
padding: 70px 30px 50px;
}
#symptoms_list .faq{
padding: 50px 30px 30px;
}
#symptoms_list .faq .accordion{
margin-top: 0;
padding-top: 0px;
}
#symptoms_list .faq .accordion-body{
font-size: 15px;
line-height: 1.7;
text-align: left;
padding: 0 20px;
}
#symptoms_list .faq .accordion-body > div{
margin: 20px 0 0;
font-size: 17px;
line-height: 1.7;
}
#symptoms_list .faq .accordion-item.active .accordion-body{
padding: 20px;
font-size: 17px;
}
#symptoms_list .faq .accordion-header{
gap: 10px;
padding: 15px 30px 15px 20px;
font-size: 17px;
align-items: flex-start;
}
#symptoms_list .user-voice{
padding: 30px 0 50px;
}
#symptoms_list .user-voice .title{
margin: 50px auto 30px;
}
#symptoms_list .user-voice .title p:first-child,
#symptoms_list .faq .title p:first-child,
#symptoms_list .group .title p:first-child{
font-size: 40px;
}
#symptoms_list .user-voice .title p:last-child,
#symptoms_list .faq .title p:last-child,
#symptoms_list .group .title p:last-child{
font-size: 18px;
}
#page_about .group > div:nth-child(2){
display: block;
margin: 30px 0;
}
#symptoms_list .group > div:nth-child(2) img{
width: 100%;
margin: 20px 0 0;
}
#symptoms_list .group > div:nth-child(2) div p{
font-size: 18px;
margin: 10px 0 0;
}
#symptoms_list .menu-left  .accordion-header{
align-items: flex-start;
padding: 20px;
}
#symptoms_list .menu-left  .accordion-header .toggle img{
margin: 3px 0 0;
}
#symptoms_list .menu-left  .accordion-header div{
display: block;
}
#symptoms_list .menu-left  .accordion-header div p:nth-child(1){
display: inline;
float: left;
font-size: 18px;
}
#symptoms_list .menu-left  .accordion-header div a:nth-child(2){
height: 25px;
float: left;
display: block;
margin: 0 0 0 20px;
}
#symptoms_list .menu-left  .accordion-header div p:nth-child(3){
clear: both;
margin: 10px 0 5px;
}
#symptoms_list .menu-left  .accordion-header div > a:last-child{
width: fit-content;
}
#symptoms_list .menu-left  .accordion-header div a:nth-child(2):before{
left: 0;
right: 0;
}
#symptoms_list .menu-left  .accordion-header div a:nth-child(2) span{
display: none;
}
#symptoms_list .group .accordion-item.active .accordion-content{
background: none;
padding: 0 0 0 55px;
}
#symptoms_list .menu-left  .accordion-content > div{
flex-flow: column;
}
#symptoms_list .menu-left  .accordion-content li{
padding: 0;
}
#symptoms_list .menu-left  .accordion-content > div ul li:not(:first-child){
margin: 10px 0 0;
}
#symptoms_list .menu-left  .accordion-content > div > ul{
display: grid;
gap: 0;
}
#symptoms_list .menu-left  .accordion-content > div > div{
display: grid;
gap: 20px;
}
#symptoms_list .menu-left  .accordion-content > div > ul li{
width: fit-content!important;
}
#symptoms_list .menu-left  .accordion-content > div > div img{
order: 1;
width: 100%;
}
#symptoms_list .group .accordion-item.active .accordion-content > div > div ul{
order: 2;
}
#searchform input{
width: 70%;
font-size: 16px;
padding: 10px 15px!important;
border-radius: 0 5px 5px 0;
} .single-owned .lower-heading{
min-height: 240px;
}
.single-owned .title_area > div{
width: 100%;
padding: 0 20px;
}
.single-owned .title_area > div{
display: grid;
width: 100%;
padding: 0 10px;
}
.single-owned .title_area > div > div:first-child{
position: inherit;
order: 2;
left: 0;
right: unset;
top: -20px;
gap: 10px;
margin: 0 10px;
}
.single-owned .title_area > div > div:first-child p{
padding: 0 10px;
font-size: 24px;
}
.single-owned .title_area > div > div:nth-child(2),
.single-owned .title_area > div > div:nth-child(3){
width: 100%;
height: 50vh;
order: 1;
}
.single-owned .page-navi{
order: 3;
margin: 0;
}
#symptoms_list .inner{
margin: 0 auto;
gap: 10px;
}
.single-owned .contents{
width: 100%;
padding: 0 20px;
margin: -50px 0 0;
flex-wrap: wrap;
gap: 0;
}
.single-owned .menu-left{
order: 2;
min-width: unset;
}
.single-owned .menu-left .fix-menu{
margin: 30px 0 0;
max-height: unset;
}
.single-owned .menu-left h4{
text-align: center;
}
.single-owned .contents .inner{
padding: 20px;
gap: 10px;
}
.single-owned .contents .inner > *{
min-width: 0;
}
.single-owned .contents .inner #toc_container{
padding: 20px;
margin-top: 90px;
}
.single-owned .contents .inner #toc_container p.toc_title+ul.toc_list{
margin-top: 20px;
}
.single-owned .contents .inner #toc_container p.toc_title{
font-size: 20px;
}
.single-owned .contents .inner #toc_container p.toc_title:after{
font-size: 14px;
line-height: 2.3;
left: 50px;
}
.single-owned .contents .inner #toc_container a{
font-size: 14px;
}
.single-owned .contents .inner p,
.single-owned .contents .inner p strong{
font-size: 16px;
}
.single-owned .contents .inner h2 span{
font-size: 24px;
}
#page_index .single-owned .contents .inner h3,
.single-owned .contents .inner h3 span{
font-size: 22px;
}
.single-owned .contents .inner h4 span{
font-size: 18px;
}
.single-owned .contents .inner h5 span{
padding: 5px 10px;
font-size: 18px;
}
.single-owned .contents .inner .post-summary-title{
padding: 10px 15px;
font-size: 16px;
}
.single-owned .contents .inner ul.post-summary{
padding: 15px 20px 20px;
}
.single-owned .contents .inner ul.post-summary li{
font-size: 16px;
line-height: 1.6;
}
.single-owned .contents .inner ul:not(.toc_list, .page-navi){
padding: 15px 20px;
}
.single-owned .contents .inner ul:not(.toc_list, .page-navi) li{
padding-left: 34px;
}
.single-owned .contents .inner ul:not(.toc_list, .page-navi) li:before{
width: 25px;
height: 25px;
background-size: cover;
}
.single-owned .contents .inner ul:not(.toc_list, .page-navi) li,
.single-owned .contents .inner ul:not(.toc_list, .page-navi) li strong{
font-size: 16px;
line-height: 1.6;
}
.single-owned .contents .inner ul.post-summary li:before{
width: 15px;
height: 15px;
}
.single-owned .contents .inner .balloon{
gap: 20px;
align-items: center;
}
.single-owned .contents .inner .balloon .balloon-meta img{
width: 94px;
min-width: 94px;
height: 94px;;
}
.single-owned .contents .inner .balloon .balloon-meta .balloon-name{
font-size: 16px;
}
.single-owned .contents .inner .balloon .balloon-text{
padding: 20px;
}
.single-owned .contents .inner .balloon .balloon-text:before{
left: -19px;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
border-right: 19px solid #FFF4F4;
}
.single-owned .contents .inner figure figcaption{
font-size: 16px;
}
.single-owned .contents .inner figure figcaption{
position: unset;
font-size: 17px;
padding: 7px 10px 5px;
line-height: 1.6;
}
.single-owned .contents .inner .profile{
display: block;
padding: 20px;
}
.single-owned .contents .inner .profile .profile-img{
float: left;
}
.single-owned .contents .inner .profile .profile-img img{
width: 94px;
height: 94px;
margin: 0 15px 0 0;
}
.single-owned .contents .inner .profile .profile-main{
margin: 0;
min-width: unset;
}
.single-owned .contents .inner .profile .profile-main .profile-name{
font-size: 22px;
line-height: 1.3;
}
.single-owned .contents .inner .profile .profile-text{
clear: both;
margin: 20px 0 0;
font-size: 15px;
line-height: 1.6;
}
.post-type-archive-owned .owned-cat-list,
.tax-owned_cat .owned-cat-list{
width: 90%;
max-width: 90%;
margin: 20px auto;
}
.post-type-archive-owned .owned-cat-list li a,
.tax-owned_cat .owned-cat-list li a{
font-size: 16px;
}
.post-type-archive-owned .single-owned .contents,
.tax-owned_cat .single-owned .contents{
gap: 30px;
margin: 30px auto 50px;
}
.post-type-archive-owned .contents .inner h2,
.post-type-archive-owned .contents .inner h3,
.post-type-archive-owned .contents .inner h4,
.post-type-archive-owned .contents .inner h5,
.post-type-archive-owned .contents .inner h6,
.tax-owned_cat .contents .inner h2,
.tax-owned_cat .contents .inner h3,
.tax-owned_cat .contents .inner h4,
.tax-owned_cat .contents .inner h5,
.tax-owned_cat .contents .inner h6{
line-height: 1.6;
}
.post-type-archive-owned .contents .inner h2,
.tax-owned_cat .contents .inner h2{
font-size: 22px;
padding: 0 0 0 10px;
}
.post-type-archive-owned .contents .inner h3,
.tax-owned_cat .contents .inner h3{
font-size: 20px;
margin: 0 0 0 10px;
}
.post-type-archive-owned .contents .inner h4,
.tax-owned_cat .contents .inner h4{
padding: 11px 15px;
font-size: 18px;
}
.post-type-archive-owned .contents .inner h5,
.tax-owned_cat .contents .inner h5{
padding: 5px 10px;
font-size: 18px;
}
}
.single-owned .contents .inner img{
max-width: 600px;
display: block;
margin: auto;
}
.o-list{
display: flex;
flex-wrap: wrap;
gap: 30px 20px;
}
.o-list li{
width: calc((100% - 60px) / 4);
}
.o-list li a{
display: block;
width: 100%;
height: 100%;
}
.o-list li a div{
width: 100%;
height: 177px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.o-list li a .date{
font-size: 16px;
font-weight: 400;
color: #C20064;
line-height: 1;
margin: 10px 0 0;
}
.o-list li a .title{
font-size: 18px;
font-weight: bold;
margin: 5px 0 0;
}
.pagination{
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 30px;
}
.pagination span,
.pagination a{
font-size: 20px;
font-weight: bold;
padding: 11px 13px 10px;
line-height: 1.8;
border-radius: 5px;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
color: #7E7E7E;
background-color: #fff;
}
.pagination .current,
.pagination a:hover{
background: #C20064;
color: #fff;
opacity: 1;
}
.pagination .next,
.pagination .prev{
position: relative;
}
.pagination .next:after,
.pagination .prev:after{
position: absolute;
content: "";
width: 14px;
height: 14px;
background-size: cover;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background: url(//curepro.jp/wp-content/themes/curepro/assets/images/common/icon-arrow-right-pink.svg) no-repeat center center;
}
.pagination .next:hover:after,
.pagination .prev:hover:after{
background: url(//curepro.jp/wp-content/themes/curepro/assets/images/common/icon-arrow-right-white2.svg) no-repeat center center;
background-size: cover;
}
.pagination .prev{
transform: rotate(180deg);
}
.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap{
max-width: 100%!important;
}
.lkc-content{
overflow: unset!important;
}
.lkc-url,
.lkc-excerpt{
margin-top: .5rem!important;
}
@media (max-width: 768px){
.o-list{
display: grid;
gap: 20px;
}
.o-list li{
width: 100%;
}
.pagination{
flex-wrap: wrap;
gap: 15px;
margin-bottom: 0;
}
.single-owned .contents .inner #toc_container.no_bullets ul.toc_list ul, .single-owned .contents .inner #toc_container.no_bullets ul.toc_list ul{
margin: 0.5em;
margin-left: 0.7em;
}
.single-owned .contents .inner h1{
width: auto;
top: 15px;
left: 0;
margin: 0 10px;
font-size: 1rem;
line-height: 1;
}
.single-owned .contents .inner h1 span{
font-size: 14px;
}
.single-owned .contents .inner figure img{
width: 100%;
object-fit: cover;
}
.lkc-content{
height: fit-content!important;
}
.lkc-thumbnail{
width: 100%!important;
float: unset!important;
display: block!important;
margin: 0 auto!important;
}
.lkc-title{
margin-top: .5rem;
}
.lkc-card{
margin: 10px!important;
}
.lkc-url,
.lkc-excerpt{
font-size: 13px!important;
}
.single-owned .page-navi{
position: absolute;
display: block;
width: 80%;
}
.single-owned .page-navi li{
width: fit-content;
}
#symptoms_list .center-slider.js-center-slider.slick-initialized.slick-slider{
margin: 100px 0 0;
}
#symptoms_list .faq .accordion-header span{
font-size: 25px;
line-height: 1;
}
#symptoms_list .faq .accordion-header::after{
right: 10px;
}
#symptoms_list .menu-left li:nth-child(n+1), .single-owned .menu-left li:nth-child(n+1){
margin: 10px 0;
}
.single-owned .contents .inner img{
max-width: 100%;
}
.single-owned .contents .inner figure:not(.lkc-thumbnail){
margin-top: 20px;
margin-bottom: 20px;
}
#symptoms_list .faq .accordion .accordion-item:not(:first-child){
margin: 20px 0 0;
}
.single-owned .contents .inner h6 span{
font-size: 16px;
margin-top: 20px;
}
}
.single-owned .free-area .inner h1{
position: unset;
color: #C20064;
width: 100%;
}
.alignright,
.single-owned .contents .inner img.alignright{
display: block;
margin-left: auto!important;
margin-right: 0;
}
.aligncenter,
.single-owned .contents .inner img.aligncenter{
display: block;
margin-left: auto!important;
margin-right: auto!important;
}
.alignleft,
.single-owned .contents .inner img.alignleft{
display: block;
margin-left: 0!important;
}
@media (max-width: 768px) {
.single-owned .free-area.contents{
width: 90%;
margin: 0 auto;
}
.single-owned .free-area.contents .inner{
padding: 20px 0;
}
.single-owned .free-area .inner h1{
margin: 0;
}
} body.post-type-archive-owned .o-list,
body.tax-owned_cat .o-list,
body.single-owned .related-owned-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 30px 24px;
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
list-style: none;
box-sizing: border-box;
}
body.single-owned .contents .inner ul.related-owned-list {
border: 0;
margin: 0;
padding: 0;
}
body.post-type-archive-owned .o-list > li,
body.tax-owned_cat .o-list > li,
body.single-owned .related-owned-list > li {
width: auto;
min-width: 0;
max-width: 100%;
margin: 0;
box-sizing: border-box;
}
body.single-owned .contents .inner ul.related-owned-list > li,
body.single-owned .contents .inner ul.related-owned-list > li:not(:first-child) {
margin: 0;
padding: 0;
}
body.single-owned .contents .inner ul.related-owned-list > li::before {
content: none;
}
body.post-type-archive-owned .o-list > li > a,
body.tax-owned_cat .o-list > li > a,
body.single-owned .related-owned-list > li > a {
display: block;
width: 100%;
max-width: 100%;
height: 100%;
box-sizing: border-box;
}
body.post-type-archive-owned .o-list__img,
body.tax-owned_cat .o-list__img,
body.single-owned .related-owned-image {
width: 100%;
max-width: 100%;
height: auto;
aspect-ratio: 16 / 9;
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
box-sizing: border-box;
}
body.single-owned .related-owned-image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
body.single-owned .related-owned-date {
display: block;
margin: 10px 0 0;
}
body.single-owned .related-owned-title {
max-width: 100%;
margin: 5px 0 0;
overflow-wrap: anywhere;
word-break: break-all;
}
body.post-type-archive-owned .o-list .title,
body.tax-owned_cat .o-list .title {
max-width: 100%;
overflow-wrap: anywhere;
word-break: break-all;
}
@media (max-width: 767.98px) {
body.post-type-archive-owned .o-list,
body.tax-owned_cat .o-list,
body.single-owned .related-owned-list {
grid-template-columns: minmax(0, 1fr);
gap: 22px;
}
}
@media (max-width: 359.98px) {
body.post-type-archive-owned .o-list .title,
body.tax-owned_cat .o-list .title,
body.single-owned .related-owned-title {
padding-inline-end: .35em;
}
} body.post-type-archive-owned .o-list .title,
body.tax-owned_cat .o-list .title,
body.single-owned .related-owned-title {
box-sizing: border-box;
padding-inline-end: .35em;
}
@media (min-width: 768.02px) {
body.single-owned .contents .inner h1 {
max-width: 100%;
box-sizing: border-box;
overflow-wrap: anywhere;
}
body.single-owned .title_area > div > div:nth-child(2),
body.single-owned .title_area > div > div:nth-child(3) {
max-width: 100%;
height: auto;
aspect-ratio: 900 / 561;
box-sizing: border-box;
}
}
@media (max-width: 767.98px) {
body.post-type-archive-owned header.header,
body.tax-owned_cat header.header,
body.single-owned header.header {
gap: 12px;
}
body.post-type-archive-owned header.header > div:first-child,
body.tax-owned_cat header.header > div:first-child,
body.single-owned header.header > div:first-child {
flex: 1 1 auto;
min-width: 0;
}
body.post-type-archive-owned header.header > div:first-child > a,
body.tax-owned_cat header.header > div:first-child > a,
body.single-owned header.header > div:first-child > a {
display: block;
width: 100%;
max-width: 100%;
min-width: 0;
}
body.post-type-archive-owned header.header > div:first-child > a img,
body.tax-owned_cat header.header > div:first-child > a img,
body.single-owned header.header > div:first-child > a img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
}
body.post-type-archive-owned header.header > div:last-child,
body.tax-owned_cat header.header > div:last-child,
body.single-owned header.header > div:last-child {
flex: 0 0 40px;
min-width: 40px;
}
body.post-type-archive-owned footer .inner img,
body.tax-owned_cat footer .inner img,
body.single-owned footer .inner img {
max-width: 100%;
height: auto;
}
} body.single-owned .owned-single-main,
body.single-owned .owned-single-sidebar {
min-width: 0;
max-width: 100%;
box-sizing: border-box;
}
body.single-owned .contents .inner .owned-sidebar-posts > h2 {
width: 100%;
margin: 0 0 12px;
padding: 0 0 10px;
border-bottom: 4px solid #c20064;
color: #c20064;
font-size: 25px;
line-height: 1.35;
text-align: left;
box-sizing: border-box;
}
body.single-owned .owned-sidebar-list {
display: grid;
gap: 22px;
}
body.single-owned .owned-sidebar-card,
body.single-owned .owned-sidebar-card h3 {
margin: 0;
}
body.single-owned .owned-sidebar-card > a {
display: grid;
grid-template-columns: 112px minmax(0, 1fr);
gap: 12px;
align-items: start;
color: inherit;
text-decoration: none;
}
body.single-owned .owned-sidebar-image {
width: 112px;
aspect-ratio: 16 / 9;
overflow: hidden;
}
body.single-owned .contents .owned-sidebar-image img {
display: block;
width: 100%;
height: 100%;
margin: 0;
object-fit: cover;
}
body.single-owned .owned-sidebar-text {
min-width: 0;
}
body.single-owned .owned-sidebar-text time {
display: block;
margin: 0 0 4px;
color: #c20064;
font-size: 15px;
line-height: 1.3;
}
body.single-owned .owned-sidebar-text h3 {
color: #111;
font-size: 15px;
font-weight: 700;
line-height: 1.5;
overflow-wrap: anywhere;
}
@media (min-width: 1024px) {
body.single-owned .contents > .owned-single-layout {
display: grid;
grid-template-columns: minmax(300px, 360px) minmax(0, 860px);
grid-template-areas: "sidebar main";
justify-content: center;
gap: 20px;
align-items: start;
}
body.single-owned .owned-single-main {
grid-area: main;
}
body.single-owned .owned-single-sidebar {
grid-area: sidebar;
}
}
@media (max-width: 1023.98px) {
body.single-owned .contents > .owned-single-layout {
display: block;
}
body.single-owned .owned-single-sidebar {
margin-top: 44px;
}
}
@media (max-width: 767.98px) {
body.single-owned .owned-sidebar-posts > h2 {
font-size: 22px;
}
body.single-owned .owned-sidebar-card > a {
grid-template-columns: 120px minmax(0, 1fr);
}
body.single-owned .owned-sidebar-image {
width: 120px;
}
}
@media (max-width: 359.98px) {
body.single-owned .owned-sidebar-card > a {
grid-template-columns: 104px minmax(0, 1fr);
gap: 10px;
}
body.single-owned .owned-sidebar-image {
width: 104px;
}
} body.single-owned .related-owned > h2 {
font-size: 42px;
line-height: 1.3;
margin: 0 0 24px;
}
@media (max-width: 767.98px) {
body.single-owned .related-owned > h2 {
font-size: 28px;
margin-bottom: 20px;
}
} body.single-owned .related-owned + p {
margin: 32px 0 0;
text-align: center;
}
body.single-owned .related-owned + p a {
display: block;
width: max-content;
max-width: 100%;
box-sizing: border-box;
padding: 14px 48px;
margin: 0 auto;
background: #c20064;
border-radius: 30px;
color: #fff;
font-size: 20px;
font-weight: 700;
line-height: 1.5;
text-align: center;
}
@media (max-width: 767.98px) {
body.single-owned .related-owned + p {
margin-top: 24px;
}
body.single-owned .related-owned + p a {
padding: 12px 20px;
font-size: 16px;
}
} @media (min-width: 1024px) {
body.single-owned .contents .inner .owned-single-main #toc_container {
width: 90%;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
} @media (min-width: 1024px) {
body.post-type-archive-owned .o-list,
body.tax-owned_cat .o-list {
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 30px 20px;
}
} body.post-type-archive-owned .curepro-owned-breadcrumbs-container,
body.tax-owned_cat .curepro-owned-breadcrumbs-container,
body.single-owned .curepro-owned-breadcrumbs-container {
width: 100%;
max-width: 1320px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
body.post-type-archive-owned .curepro-owned-breadcrumbs-nav,
body.tax-owned_cat .curepro-owned-breadcrumbs-nav,
body.single-owned .curepro-owned-breadcrumbs-nav {
margin: 0 0 24px;
}
body.post-type-archive-owned .curepro-owned-breadcrumbs,
body.tax-owned_cat .curepro-owned-breadcrumbs,
body.single-owned .curepro-owned-breadcrumbs {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px 0;
margin: 0;
padding: 0;
list-style: none;
}
body.post-type-archive-owned .curepro-owned-breadcrumbs li,
body.tax-owned_cat .curepro-owned-breadcrumbs li,
body.single-owned .curepro-owned-breadcrumbs li {
display: flex;
align-items: center;
min-width: 0;
font-size: 13px;
line-height: 1.6;
overflow-wrap: anywhere;
}
body.post-type-archive-owned .curepro-owned-breadcrumbs li:not(:last-child)::after,
body.tax-owned_cat .curepro-owned-breadcrumbs li:not(:last-child)::after,
body.single-owned .curepro-owned-breadcrumbs li:not(:last-child)::after {
content: ">";
flex: 0 0 auto;
margin: 0 8px;
color: #667085;
}
body.post-type-archive-owned .curepro-owned-breadcrumbs a,
body.tax-owned_cat .curepro-owned-breadcrumbs a,
body.single-owned .curepro-owned-breadcrumbs a {
color: inherit;
text-decoration: underline;
text-underline-offset: 2px;
}
body.post-type-archive-owned .curepro-owned-breadcrumbs [aria-current="page"],
body.tax-owned_cat .curepro-owned-breadcrumbs [aria-current="page"],
body.single-owned .curepro-owned-breadcrumbs [aria-current="page"] {
color: #667085;
}
@media (max-width: 768px) {
body.post-type-archive-owned .curepro-owned-breadcrumbs-nav,
body.tax-owned_cat .curepro-owned-breadcrumbs-nav,
body.single-owned .curepro-owned-breadcrumbs-nav {
margin-bottom: 18px;
}
body.post-type-archive-owned .curepro-owned-breadcrumbs li,
body.tax-owned_cat .curepro-owned-breadcrumbs li,
body.single-owned .curepro-owned-breadcrumbs li {
font-size: 12px;
}
}
@media screen and (max-width: 767px) {
body.single-owned .curepro-owned-breadcrumbs-container {
margin-top: -30px;
}
body.post-type-archive-owned .curepro-owned-breadcrumbs-nav,
body.tax-owned_cat .curepro-owned-breadcrumbs-nav,
body.single-owned .curepro-owned-breadcrumbs-nav {
margin-bottom: 10px;
}
body.post-type-archive-owned .curepro-owned-breadcrumbs li,
body.tax-owned_cat .curepro-owned-breadcrumbs li,
body.single-owned .curepro-owned-breadcrumbs li {
font-size: 10px;
line-height: 1.45;
}
body.post-type-archive-owned .curepro-owned-breadcrumbs li:not(:last-child)::after,
body.tax-owned_cat .curepro-owned-breadcrumbs li:not(:last-child)::after,
body.single-owned .curepro-owned-breadcrumbs li:not(:last-child)::after {
margin-right: 4px;
margin-left: 4px;
}
}
@media (min-width: 600px) and (max-width: 900px) {
body.single-owned .curepro-owned-breadcrumbs-container {
padding-right: 90px;
}
} @media screen and (max-width: 767px) {
body.single-owned .contents {
margin-top: 0;
}
}