@charset "utf-8";
/*===========================
add
===========================*/
.wrapper-b {
	overflow-x: hidden !important;
}

.box-wrap {
    background: #fcfaf5;
    box-sizing: border-box;
}
.box-ttl {
	text-align:center !important;
	background:var(--basic-color);
	padding:0.6em;
	color:#fff;
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.box-ttl-u {
	text-align:center !important;
	background:var(--basic-color);
	padding:0.6em;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
div.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:0.7em 1.8em 0.7em 1.8em;
	box-sizing:border-box;
}
.cdp-lnk {
	text-decoration: none;
}
/*
.box-img01 {
	background-image:url(../img/top/cd-001.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
	width:100%;
	height: 255px;
	position: relative;
	overflow: hidden;
		
}
.box-img01:hover {
	z-index: 100;
	transition:1s all;
	transform:scale(1.2,1.2);
}
*/
.box-img01,.box-img02,.box-img03,.box-img04,.box-img05 {
	position: relative;
    overflow: hidden;
    width: 100%;
	height: 255px;
}
.box-img01:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../img/top/cd-001.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.box-img02:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../img/top/cd-002.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.box-img03:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../img/top/cd-003.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}

.box-img04:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../img/top/cd-004.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}

.box-img05:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../img/top/cd-005.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.box-img01:hover:after,.box-img02:hover:after,.box-img03:hover:after,.box-img04:hover:after,.box-img05:hover:after {
	opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.box-ttl-cdp {
	background: rgba(115, 204, 189, 0.8);
	padding-top: 22px;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    position: absolute;
	z-index: 100;
    top: 195px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.box-cnt-cdp {
   transition: all .3s ease-out;
    overflow: hidden;
	position: relative;
    padding: 1.5vw 2.5vw 0px 2vw;
    height: 80px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    line-height: 1.4;
	background-image: url(../img/top/arrow01_blue.png);
    background-repeat: no-repeat;
    background-position: right 0.5vw center;
    background-color: #fff;
}
.box-cnt-cdp:hover {
	background-position: right 5px center;	
}

@media only screen and (max-width: 768px) {
.box-img01 {
	height: 255px;
}

}
@media only screen and (max-width: 600px) {
	.cdp-lnk {
    width:100%;
    box-sizing: border-box;
	
}
	.box-img01, .box-img02, .box-img03, .box-img04, .box-img05 {
    position: relative;
    overflow: hidden;
	margin: auto;
    width: 90%;
    height: 255px;
}
	.box-cnt-cdp {
   transition: all .3s ease-out;
    overflow: hidden;
	position: relative;
			margin: 0px auto;
    width: 90%;
    padding: 20px 30px 20px 20px;
		height: 80px;
	}
}
.p-ttl {
	font-size:1.3em;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
.p-ttl-u {
	font-size:1.3em;
	padding-bottom:0.1em;
	border-bottom:2px solid var(--basic-color);
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
.p-ttl-w {
  	font-size:1.3em;
	line-height: 1.6;
	background:var(--basic-color);
	color:#fff;
	text-align:center;
	padding:0.5em;
	font-weight:bold;
}

@media only screen and (max-width: 768px) {
.p-ttl,.p-ttl-u,.p-ttl-w {
	font-size:1.0em;
	font-weight: bold;
	text-align: center;
}	
}
.tbl-1 th,.tbl-2 th {
	    background-color: #f8fffe !important;
}
.tbl-1 td,.tbl-3 td {
	text-align: center;
	vertical-align: middle;
}
.tbl-2 td {
	text-align: left;
	vertical-align: middle;
}
.tbl-3 th {
	    background-color: #f8fffe !important;
		width:18%;
}
.box-sd {
    padding: 3em;
    background-color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 8px 0px rgb(0 0 0 / 8%);
}
.box-sd02 {
    padding: 3rem 3rem 2rem 3rem;
    background-color: #f2f2f2;
    color: #333;
    border: 0px solid #999;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
}
.box-sd03 {
    padding: 3rem 3rem 2rem 3rem;
    background-color: #f2f2f2;
    color: #333;
    border: 0px solid #999;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03 {
    padding: 1.2rem;
    box-sizing: border-box;
}

}
ul.circle-1col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-1col > li {
    padding: 0 0 0.3em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.circle-1col > li:last-child {
	margin-bottom:0px;
}
ul.circle-1col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-no-1col > li {
    padding: 0 0 0.3em 0.8em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.9em;
    border-bottom: 1px dashed #CCC;
    width:46%;
    margin-right:%;
    position: relative;
}
ul.circle-2col > li.line {
	margin-bottom:0px;
}


ul.circle-2col > li.long {
    width:70%;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-3col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:28%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}


@media only screen and (max-width: 768px) {
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li {
    width:90%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
}

ul.check-1col,ul.check2,ul.check-2col  {
    position: relative;
}
ul.check-1col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-1col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    position: relative;
}
ul.check-1col li::before {
    position: absolute;
	color:var(--basic-color);
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
ul.check2 li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width:43%;
    margin-right:0%;
    display:inline-block;
}
ul.check2 li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}


ul.check-2col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:41%;
    margin-right:0%;
    position: relative;
}
ul.check-2col li::before {
    position: absolute;
	color:var(--basic-color);
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
.tx-flex {
	text-align:center;
}
@media only screen and (max-width: 768px) {
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.check2 li {
    padding: 0 0 0.5em 1.6em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
	width:90%;
	margin-right:2%;
	display:inline-block;
}
.tx-flex {
	text-align:left;
}
}
.h3-ttl {
	margin-bottom: 30px;
}
.h3-ttl:after {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(0%);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

dl.dl-flex,dl.dl-flex02 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing:border-box;
}
dl.dl-flex dt {
  flex-basis: 35%;
  color:#C30;
	font-size:1.05em;
	font-weight: 800;
	text-align: left;
	padding:0.2em;
	border-bottom:1px dotted #999;
	box-sizing:border-box;
	
}
dl.dl-flex dd {
  flex-basis: 65%;
	font-size:1.05em;
	border-bottom:1px dotted #999;
	padding:0.2em;
	box-sizing:border-box;
}
dl.dl-flex02 dt {
  flex-basis: 35%;
	font-size:1.05em;
	font-weight: 800;
	padding:0.2em;
	margin-bottom:0.3em;
	text-align:center;
		border-bottom:1px dotted #999;
	box-sizing:border-box;
	
}
dl.dl-flex02 dd {
  flex-basis: 65%;
	font-size:1.05em;
	padding:0.2em;
	margin-bottom:0.3em;
	text-align:center;
		border-bottom:1px dotted #999;
	box-sizing:border-box;
}

@media screen and (max-width: 768px) {
 dl.dl-flex,dl.dl-flex02 {
   flex-flow: column;
 }
}
.price {
	font-size:120%;
	color:#F03;
	font-weight:bold;
}
.tx-right {
	text-align:right;
}
.effect {
	font-size:1.2em;
	font-weight:bold;
	color:#F00;
		display: inline-block;
}
.effct-cnt {
	display: inline-block;
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.effect {
	font-size:1.0em;
	display: block;
	}
	.effct-cnt {
			display: block;
	}

.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.txtBnrAr.noPclnk a {
    padding: 1em 2em 1em 2em;
}
.txtBnrAr a.tel::before {
    content: '';
    position: static;
    top: 0px;
    right: 0em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 0px;
    height: 0px;
}
.txtBnrAr a.tel::after {
    content: '';
    position: static;
    top: 0px;
    right: 0em;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
}
.fa-phone-square {
	position: relative;
}
.fa-phone-square:before {
	position: absolute;
	top:-10px;
}
@media screen and (max-width: 768px) {
	.txtBnrAr.noPclnk a {
        padding: 2vw 3vw 2vw 2vw;
    }
	/*
	.txtBnrAr.noPclnk a::before {
        position: absolute;
        top: calc(50% - 1px) !important;
        right: 0.5em;
        transform: translateY(calc(-50% - 1px)) rotate(45deg);
        width: 5px;
        height: 1px;
    }
    .txtBnrAr.noPclnk a::after {
        position: absolute;
        top: 50%;
        right: 0.5em;
        transform: translateY(-50%);
        width: 10px;
        height: 1px;
    }
	*/
	.fa-phone-square:before {
	top:-10px;
}
}
@media screen and (max-width: 600px) {
    .txtBnrAr a, .txtBnrAr.noPclnk a {
        display: inline-block;
        padding: 2vw 3vw 2vw 2vw;
        max-width: inherit;
        text-align: center;
        width: 98%;
        font-size: 1.0em;
    }
	.fa-phone-square:before {
	top:-15px;
}

}

media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
