p.bnr a {
    position: fixed;
    width: 35rem;
    height: auto;
    right: 0;
    background-color: #fff;
    background-image: url(https://www.reliableskills-exteriorpainting.net/wp/wp-content/themes/va118/img/mv_01.png);
    background-size: 120%;
    background-position: 0px 0;
    bottom: 15rem;
    font-weight: bold;
    padding: 2rem 1rem;
    border: solid 4px #0f3063;
    z-index: 100;
    text-decoration: none;
    line-height: 1.4;
    font-size: 24px;
    text-align: left;
    text-shadow: 2px 2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, -2px -2px 0px #fff;
}

p.bnr a span {
    text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
    font-size: 1.6rem;
    color: #0f3063;
    text-shadow: 0 0 BLACK;
}
p.bnr a:hover {
    opacity: 0.5;
}
/*--------------------------------------
toc
---------------------------------------*/
#toc {
	width: 89%;
	margin: 0 auto 5rem auto;
	padding: 3rem 4rem;
	background: #f1f3f4;
	border-radius: 0.5rem;
}
#toc .ttl {
	position: relative;
	padding: 3rem 0 0 0;
	color: #000;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#toc .ttl::before {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	padding: 0.5rem 2rem 0.3rem 2rem;
	background: #191748;
	border-radius: 5rem;
	color: #fff;
	font-family: "Roboto Condensed";
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0.05rem;
	line-height: 1.1;
	text-align: center;
	content: "Index";
}
.l-main-area ol.chapter {
	margin: 0;
}
.l-main-area ol.chapter li {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.l-main-area ol.chapter li:before {
	position: absolute;
	left: 0.7rem;
	top: 0.7rem;
	width: 10px;
	height: 10px;
	background: #a0adb0;
	border-radius: 50%;
	content: "";
}
.l-main-area ol.chapter li > ol.chapter li:before {
	position: absolute;
	left: 3.5rem;
	top: 0.5rem;
	width: 8px;
	height: 8px;
	background: none;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-radius: 0;
	content: "";
}
.l-main-area ol.chapter li a {
	display: block;
	margin: 2rem 0 0 0;
	padding: 0 4rem 0.8rem 3rem;
	background: url(img/arrow01_navy.svg) no-repeat right 2rem center;
	background-size: 9px auto;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.l-main-area ol.chapter li a:hover {
	text-decoration: none;
	opacity: 0.6;
	transition: all 0.4s ease;
}
.l-main-area ol.chapter li > ol.chapter li a {
	padding: 0 4rem 0.8rem 5rem;
}

.toc-full-open {
  display: inline-block;
  width: 100%;
}
.toc-full-open .accordion_btn {
  position: relative;
  display: block;
  margin: 5rem auto 1rem;
  padding: 2rem 5rem 2rem 3rem;
  max-width: 360px;
  width: 80%;
  background: #006dcc;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  cursor: pointer;
  transition: .2s;
  border-radius: 75pt;
}

.toc-full-open .accordion_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: .2s;
  right: 20px;
  width: 20px;
  height: 2px;
}
.toc-full-open .accordion_btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: .2s;
  right: 29px;
  width: 2px;
  height: 20px;
}
.toc-full-open .accordion_btn.is-open:after {
  transform: rotate(90deg);
}
.toc-full-open .accordion-item {
  max-height: 0;
  overflow: hidden;
  transition: .3s;
  opacity: 0;
}
.toc-full-open .accordion-item.is-open {
  max-height: 100%;
  opacity: 1;
}
.toc-full-open #toc {
  width: 100%;
  max-width: 700px;
  font-size: 14px;
}



/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
iframe.gmap {
    margin: 3rem auto 6rem;
    display: block;
}
.official {
    padding: 0;
    background: #f5f5f559;
    border-radius: 30px 30px 30px 30px;
}

.official li {
    text-align: left;
}

.official .partTtl {
    display: inline-block;
    font-size: 20px;
    margin: 0px;
    font-weight: bold;
    color: #333;
    padding: 20px 0 0;
}

.official .partTtl:before {
    display: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.heading {
    padding: 2px 0 2px 6px;
    border-left: 6px double #7e9cc9;
    font-weight: bold;
    margin: 0 0 8px;
}

ul.column_record {
    display: block;
    width: 96%;
    margin: 10px auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    border: solid 4px #e6effd;
    margin-bottom: 15px;
}

ul.column_record li {
    display: block;
    background: none;
    border-bottom: solid 1px #e6effd;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
}

ul.column_record li::before {
    content: none;
}

ul.column_record li span.day {
    font-size: small;
    display: block;
    background: none;
    color: #000;
    margin: 0px;
}

.mini {
    font-size: 10px;
    text-align: right;
}

.official h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px;
}

.official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 0;
}

.top-title h2,
.underlayer-page-title {
    margin: 2rem auto 3rem
}

.text_internal {
    text-align: right;
}

.inyoumoto {
    font-size: 12px;
    color:
        #a0a0a0;
    word-break: break-all;
}

.official {
    background: #f5f5f559;
    border-radius: 30px 30px 30px 30px;
    padding: 0;
}

.official .partTtl:before {
    display: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}


.fb-container {
    width: 500px;
}

.official h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px;
}

/*20220615oki*/
.kanren {
    position: relative;
    box-sizing: border-box;
    margin: 3rem auto;
    /* border: solid 10px #000; */
    background: #fff;
    clear: both;
    background-color: #e6effd;
    outline: 3px solid #ffffff;
    outline-offset: -10px;
}

.readmore-content {
    position: relative;
    overflow: hidden;
    height: 202px;
}

.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    width: 97%;
    margin: auto;
    content: "";
    height: 100px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(230 239 253) 80%, #e6effd 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: #1e4279;
    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: 2rem;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    font-family: "Noto Sans CJK JP", serif;
    text-align: center;
}

.kanren a {
    display: block;
    padding-left: 1rem;
}

.kanren ul {
    padding: 2rem;
}


.box-img {
    text-align: center;
    padding-bottom: 10px;
}

p.caption-new {
    text-align: center;
    font-size: 10px;
    color: #888888;
    line-height: 1.4;
    word-wrap: break-word;
    display: block;
}

.review {
    font-weight: bold;
    font-size:17px;
}

p.contents_btn {
    position: relative;
    width: 200px;
    min-height: 60px;
    line-height: 60px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #3d3c3c 0%, #131313 100%);
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

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

@media screen and (max-width: 480px) {

    #contents,
    .contents_top {
        padding-top: 5px;
        margin: 0px auto 50px;
    }

    .contents-left {
        margin: 0px 0 15px;
    }

    .date {
        margin: 6px 0px;
        font-size: 12px;
    }

    .mv .mv_inner {
        max-width: 100%;
        margin: 0px auto;
        padding: 0.5rem 1.5rem;
    }

    /*20210827*/
    .contents-left p.mt50 {
        margin-top: 50px;
    }

    .readmore-content {
        height: 198px;
    }


    .box-img {
        text-align: center;
        padding-bottom: 10px;
    }

    p.caption-new {
        text-align: center;
        font-size: 10px;
        color: #888888;
        line-height: 1.4;
        word-wrap: break-word;
        display: block;
    }


    .review {
        font-weight: bold;
        font-size:17px;
    }
    
	
#index .slider-area .slider .slider-nav .slick-slide {
    width: 16% !important;
}
.slider-area .slider .slider-nav-wrap {
    padding: 0;
    height: 7rem;
    overflow: hidden;
    vertical-align: middle;
    display: block;
}

.slider-area .slider .slider-nav-wrap .slider-nav {
    margin-top: -6rem;
}
.slider-area.sa2 .slider .slider-nav-wrap .slider-nav {
    margin: 0;
}
iframe.gmap {
    max-width: 100%;
    height: 30rem;
}
p.bnr a {
    width: 100%;
    font-size: 16px;
    padding: 1rem;
    bottom: 0;
}

.l-footer-area {
    padding-bottom: 6rem;
}

.l-pagetop {
    bottom: 9rem;
}

p.bnr a span {
    font-size: 14px;
}	

}