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

/* 基本カラー  */

.fcBasic {
	color:#1a9962;
}
.box-sd {
    padding: 2em;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 2em;
    background-color: #fff;
    border: 0px solid #999;
    box-sizing: border-box;
	  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-sd03 {
    padding: 3em 3em 2em 3em;
    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.2em;
    box-sizing: border-box;
}

}
.p-ttl {
	 text-align: center;
	 font-size:1.2em;
	 font-weight: 700;
	 font-size:1.2em;
	 line-height:1.0;
}
.p-ttl02 {
	 text-align: center;
	 font-size:1.2em;
	 font-weight: 700;
	 padding-bottom:10px;
	 border-bottom:1px solid #999;
}
.ceo {
	 text-align: right;
	 font-size:1.1em;
	 font-weight: 700;	
}
@media only screen and (max-width: 768px) {
.p-ttl {
	 text-align: center;
	 font-size:1.1em;
	 line-height:1.3;
}
.p-ttl02 {
	 text-align: center;
	 font-size:1.0em;
}
.ceo {
	 font-size:1.0em;
	}
}
.tx-flex {
	 text-align: center;
}
@media only screen and (max-width: 768px) {
.tx-flex {
	 text-align: left;
}
}
.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-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:1.2em 1.8em 1.8em 1.8em;
	box-sizing:border-box;
}


.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;
}
@media screen and (max-width: 768px) {
	.txtBnrAr.txtBnrAr-a a{
	padding: 0.7em 5em 0.7em 2em;	
}
    .txtBnrAr a.tel {
        pointer-events: auto;
    }
	.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;
    }
	    .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;
    }
}
@media screen and (max-width: 600px) {
	    .txtBnrAr {
        display: block;
    }
    .txtBnrAr.noPclnk a {
        display: inline-block;
        padding: 1vw 3vw 1vw 1vw !important;
        max-width: inherit;
        text-align: center;
        width: 98%;
        font-size: 1.0em;
    }
	 .txtBnrAr a, .txtBnrAr.noPclnk a {
        display: inline-block;
        padding: 1vw 3vw 1vw 1vw !important;
        max-width: inherit;
        text-align: center;
        width: 98%;
        font-size: 1.0em;
    }
}
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
ul.circle-1col,ul.circle-no-1col  {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-pl-1col  {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-1col > li {
    padding: 0 0 0.3em 1.2em;
    margin-bottom: 0.5em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    margin-right:0%;
    position: relative;
}
ul.circle-no-1col > li {
    padding: 0 0 0.5em 0.5em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
	font-size:1.1em;
    width:100%;
    margin-right:0%;
    position: relative;
}
ul.circle-no-1col > li span {
	display: block;
	font-size:90%;
	padding-left:40px;
}
}
ul.circle-pl-1col  > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:auto;
    margin-right:0%;
    position: relative;
}
ul.circle-1col > li:last-child,ul.circle-no-1col > li:last-child {
	margin-bottom:0px;
}
ul.circle-1col > li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-pl-1col > li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.3em;
}
ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.1em 1.4em;
    margin-bottom: 0.3em;
    border-bottom: 0px dashed #CCC;
    width:45%;
    margin-right:2%;
    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: 8px;
    height: 8px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.5em;
}

ul.circle-3col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.3em 1.2em;
    margin-bottom: 0.5em;
    border-bottom: 1px dashed #CCC;
    width:28%;
    margin-right:1%;
    position: relative;
}
ul.circle-3col > li.long {
    width:35%;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.8em;
}
ul.circle-4col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-4col > li {
    padding: 0 0 0.3em 1.4em;
    margin-bottom: 0.5em;
    border-bottom: 0px dashed #CCC;
    width:18%;
    margin-right:2%;
    position: relative;
}
ul.circle-4col > li.long {
    width:36%;	
}
ul.circle-4col > li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-5col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-5col > li {
    padding: 0 0 0.5em 1.4em;
    margin-bottom: 0.7em;
    border-bottom: 0px dashed #CCC;
    width:15%;
    margin-right:2%;
    position: relative;
}
ul.circle-5col > li.long {
    width:30%;	
}
ul.circle-5col > li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.7em;
}
.boxSimple6 {
	border: solid 1px #CCC;	
	padding:3.5em 3.5em 3.0em;
	background: rgba(255,255,255,.9);
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
}
.boxSimple8 {
	border: solid 1px #CCC;	
	padding:2.5em 2.5em 2.0em;
	background: var(--basic-color-sb02);
	color:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
}
@media only screen and (max-width: 768px) {
.res-mb0 {
	margin-bottom:10px !important;
}
.boxSimple6 {
	padding:1.5em 1.5em 1.0em;
}
.boxSimple8 {
	padding:1.5em 1.5em 1.0em;
}
	
ul.circle-no-1col > li {
	font-size:1.05em;
}
ul.circle-no-1col > li span {
	display: block;
	font-size:90%;
	padding-left:40px;
}
ul.circle > li:before,ul.circle-2col > li:before,ul.circle-3col > li:before {
    left: 0.5em;
    margin-top: 0.8em;
}
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li,ul.circle-3col > li.long,ul.circle-4col > li,ul.circle-4col > li.long {
    width:45%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
}
@media only screen and (max-width: 500px) {
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li,ul.circle-3col > li.long,ul.circle-4col > li,ul.circle-4col > li.long {
    width:90%;
}
}

.p-img img{
	    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}
.h2-ttl {
	position:relative;
	margin-top:1em;
	margin-bottom:1em;
}
.h2-ttl:after {
	bottom: 0px;
	width: 0px;
	height: 0px;
	left: 0%;
	transform: translateX(-50%);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.p-t {
	letter-spacing:0.0 !important;
	font-size:0.95em;
}
.tbl-1 th {
    width:12%;
	text-align:center !important;
}