@charset "utf-8";
/*===========================
add
===========================*/


.ft_sns{
    width: 100%;
}
.ft_sns li{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    font-size: 140%;
}
span.fs80p{
    line-height: 1.5;
    display: block;
}

.liDef.li_WrapType li{
    display: inline-block;
    width: auto;
}
.tdLeft{
    text-align: left;
}
ul.check-1col,ul.check2,ul.check-2col  {
    position: relative;
}
ul.check-1col,ul.check-1col-2 {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-1col li {
    padding: 0 0 0.1em 2em;
    margin-bottom: 0.2em;
    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.check-1col-2 li {
    padding: 0 0 0.3em 2em;
    margin-bottom: 0.5em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    position: relative;
}
ul.check-1col-2 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:40%;
    margin-right:2%;
    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:40%;
    margin-right:2%;
    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;
}

@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;
}

}
ul.circle-1col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-1col > li {
    padding: 0 0 0.5em 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.8em;
}

ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.2em 1.2em;
    margin-bottom: 0.4em;
    border-bottom: 1px dashed #CCC;
    width:45%;
    margin-right:1%;
    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.8em;
}

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;
}
}
.p-ttl {
	font-size:1.6em;
	text-align: center;
	font-weight: 800;
	line-height: 1.8;
}
.p-ttl02 {
	font-size:1.1em;
	text-align: center;
	font-weight: 800;
	line-height: 1.8;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 2.0;
	font-size:1.1em;
    font-weight: 500;
}
	
@media screen and (max-width: 768px) {
.p-ttl  {
	font-size:1.1em;
	text-align: center;
}
.p-ttl02  {
	font-size:1.0em;
	text-align: left;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 1.6;
	font-size:1.0em;
}
}

.mk > li {
    position: relative;
	font-size:1.1em;
    padding: 0px 0px 10px 1em;
    list-style: none;
}
.mk > li::before {
    position: absolute;
    top: 25%;
    left: 0px;
    transform: translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    background-color: #333;
    content: "";
}
.mk > li span {
	display: block;
	font-size:90%;
}
@media only screen and (max-width: 768px) {
	.mk > li {
    font-size: 1.0em;
    padding: 0px 0px 10px 1em;
}
	.line-a {
		line-height: 1.6;
	}
	
}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
.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;
}
.res-mb-f {
	 margin-bottom:1.0em !important;
}
.res-contPad60p {
    width: 60%;
    margin: 0 auto;
}
@media only screen and (max-width: 1350px) {
.res-contPad60p {
    width: 100%;
    margin: 0 auto;
}

}
@media screen and (max-width: 768px) {
     .res-mb-f {
	    margin-bottom:1em !important;
    }
	

	  .txtBnrAr a {
        padding: 1vw 4vw 1vw 1vw;
        max-width: 250px;
        font-size: 2vw;
    }
	  .txtBnrAr.noPclnk a {
        padding: 1vw 4vw 1vw 1vw;
    }
	  .txtBnrAr a.tel {
        pointer-events: auto;
    }
	  .txtBnrAr a.tel::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        width: 50px;
        height: 1px;
        background: #fff;
    }
	  .txtBnrAr a::before {
        position: absolute;
        top: calc(50% - 1px) !important;
        right: 0.5em;
        transform: translateY(calc(-50% - 1px)) rotate(45deg);
        width: 6px;
        height: 1px;
        background: #fff;
    }
	  .txtBnrAr a::after {
        top: 50%;
        right: 0.5em;
        transform: translateY(-50%);
        width: 8px;
        height: 1px;
    }
	  .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;
    }
}
@media screen and (max-width: 600px) {
	  	  .txtBnrAr {
        display: block;
    }
    .txtBnrAr a, .txtBnrAr.noPclnk a {
        display: inline-block;
        padding: 1vw 3vw 1vw 1vw;
        max-width: inherit;
        text-align: center;
        width: 98%;
        font-size: 1.0em;
    }
}
.box-sd {
    padding: 3em;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 3em;
     background-color: rgba(255,255,255,1.0);
    border: 1px solid #999;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%), 0px 3px 14px 0px rgb(0 0 0 / 6%);
}
.box-sd03 {
    padding: 4em 4em 3em 3em;
    background-color: rgba(255,255,255,0.6);
    color: #333;
    border: 0px solid #999;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%), 0px 3px 14px 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.2em;
    box-sizing: border-box;
}

}
dl.dl-flex {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing:border-box;
}
dl.dl-flex dt {
  flex-basis: 30%;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #999;
}
dl.dl-flex dd {
  flex-basis: 70%;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
 dl.dl-flex {
   flex-flow: colum;
 }
}