/*----------------------------------------------------
    共通css
----------------------------------------------------*/
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 {
    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 a:before,
footer .copyright .left a:before,
.footer a:before,
.bottom-area a:before,
.copyright p a:before,
.copyright a:before,
.Footer a:before {
    content: "【PR】";
}
.date p{
    color: #949494;
    margin: 10px auto;
    text-align: right;
}
.top-slider button.slick-next::before {
    color: #333;
}

.top-slider .slick-prev:before {
    color: #333;
}

.kanren{
	    border: 1px solid #ccc;
    padding: 20px;
    margin: 50px auto;
    font-size: 90%;
    text-align: left;
    width: 500px;
}

/*2022.04.13*/
.top-toc{
	width:100%;
	margin:1em auto;
	padding:1em;
	border: 1px solid #1b1b1b;
}
.top-toc p{
	font-size: 2rem;
    text-align: center;
    color: #646464;
	font-weight:bold;
}
.top-toc a{
	text-decoration:underline;
}
/*20220620pki*/
.kanren {
    position: relative;
    box-sizing: border-box;
    margin: 3rem auto;
    padding: 1rem;
    border: solid 1px #000;
    background: #fff;
    clear: both;
}
.readmore-content{
    position: relative;
    overflow: hidden;
height: 120px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, #fff 100%);
    z-index: 1;
}

.readmore-label{
    display: table;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 10px 20px;
    background-color: #39af6f;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:hover{
    opacity:0.7;
}
.readmore-check{
    display: none;
}
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.readmore-label:before{
    content: "\7D9A\304D\3092\8AAD\3080";
}
.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;
}
#main .listbox a, #lower-main .listbox a {
    color: #555;display: block;
}
.kanren .listbox li {
    padding-left: 15px;
    margin-bottom: 8px;
}
.kanren .midashi {
    padding: 0 0 10px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}
.kanren a {
    display: block;
    padding-left: 1rem;
}

.ravel {
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    color: #ff981f;
    margin: -1.5rem 0 0.5rem 0;
}

.ravel1 {
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    color: #ff981f;
    margin: 0.6rem 0 0.5rem 0;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
    .text-marker-1 {
    font-size: 2rem;
    font-weight: bold;
    color: #0c4e98;
    }

.table-layout {
    width: 100%;
    margin: 15px 0;
    color: #333;
}

.lower_bottom .cmn-parts-box .cmn01-catch-copy {
    margin: 0 0 2rem;
    padding: 0 0 1rem;
    margin-top: 1rem;
    color: #0c4e98;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.7rem;
    position: relative;
    text-align: center;
}

.contents_top .title-viral-area .catch-copy {
    background: none;
    font-size: 2rem;
    text-align: center;
    padding: .2rem 0 1rem;
    color: #646464;
    padding-top: 0.2rem;
    margin-top: 0;
    border: none;
}

.slider-area .slider img {
    max-width: 86%;
    height: auto;
}

.compare-table-group .slider-area .slider .slick-initialized .slick-slide {
    text-align: center;
    max-width: 595px;
}

.slider-area .slider .slider-for button.slick-next {
    right: 3rem;
}

.slider-area .slider .slider-for button.slick-prev {
    left: 1.5rem;
}

 ul.tag-list-area {
    margin: 1rem auto;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px 20px 3px;
    border-radius: 0.5rem;
}

.contents_top ul.tag-list-area {
    margin: 1rem auto;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: none;
    padding: 15px 20px 3px;
    border-radius: 0.5rem;
}

.icon-title {
    position: relative;
    margin: 3rem auto;
    color: #4c4c4c;
    border-radius: 0;
    padding: 2rem 1.5rem 2rem 11rem;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    background: #f9f9f9;
}

.mv .mv_inner .mv_title p {
    margin: 1rem 0 1.5rem 0;
    font-size: 2.8rem;
    padding: 0 4rem;
    line-height: 1.6;
    color: #0c4e98;
    font-weight: bold;
    text-align: center;
}

.official{

}
.official li{

}
.official h3,.official h4{
}
.official .partTtl{

}
.official .partTtl{

}
.official .partTtl:before{

}
.center{
    text-align:center!important;
}
.right{
    text-align:right!important;
}
     .heading{

}

ul.column_record {}
ul.column_record li {}
ul.column_record li::before {}
ul.column_record li span.day {}

.mini{
    font-size:10px;
}

.column_record {

}

.column_record ul li {

}
 .column_record li span {font-size: 11px;}
.heading {font-weight: bold;font-size: 14px;}
ul.column_record li {

}
 .column_record li:before {

 }
.center {
    text-align: center;
}
.insta {
    height: 600px;
    width: 500px;
    margin: 0 auto;
    overflow: scroll;
    overflow-x: hidden;
    border: solid 1px #ddd;
}






@media screen and (min-width: 481px) {
.top-slider.slick-initialized.slick-slider {
    height: 222px;
}
	
.top-slider .slick-slide img
{
    display: block;
    max-height: 184px;
    margin: 0 auto;
}
	.kanren-a{
	margin:2rem auto;
}


.kanren{
	border:1px solid #ccc;
	padding:20px;
	margin:50px auto;
	font-size:90%;
	text-align:left;
	width:500px;
}

.kanren-p{
	font-size: 125%;
	font-weight:bold;
	color: black;
	padding: 0 0 2px 7px;
	border-left: 5px solid black;
	line-height: 1;
	margin: 0 0 15px 0;
}
	
}






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

@media screen and (max-width: 480px) {
    
    .contents-left .catch-copy, .contents-right .catch-copy {
    margin: 3rem 0 1.5rem;
    padding: 0 0 2rem;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}
    
    .table-layout {
    margin: 15px 0;
    padding: 0 0 10px 0;
    width: 100%;
}
    
.lower_bottom .mainttl {
    font-size: 1.9rem;} 

.btn-internal a, .btn-web a, .btn-link a, .btn-tel a {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 3rem auto;
}

.lower_bottom .cmn-parts-box .btn-web a {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 16px;
}

.btn-internal a, .btn-web a, .btn-link a, .btn-tel a {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 2rem auto;
}
    
.image-text__image.image-left, .image-text__image.image-right {
    width: 95%;
}
    
.mv .mv_inner .mv_title {
    margin: 1rem 0 2.5rem 0;
    font-size: 2.2rem;
    padding: 0 1.5rem;
    line-height: 1.3;
    text-align: center;
}   

    .icon-title {
    position: relative;
    margin: 3rem auto;
    color: #4c4c4c;
    border-radius: 0;
    padding: 2rem 1.5rem 2rem 6rem;
    font-size: 17.5px;
    text-align: left;
    font-weight: bold;
    background: #f9f9f9;
}
    
.mv .mv_inner .mv_title p {
    margin: 1rem 0 2.5rem 0;
    font-size: 2.2rem;
    padding: 0 1.5rem;
    line-height: 1.3;
    text-align: center;
}   
   

.center {
    text-align: center;
}
.insta {
    width: 100%;
    height: 400px;
}
.date p{
	font-size:12px;
	width: 94%;
}
		.kanren{
		width:95%;
	}
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 {
    float: left;
    margin-bottom: 1rem;
    margin-right: 5px;
    padding: 0 5px;
}


.l-header__sitename {
    font-size: 16px;
}
    
}
