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

.pcNavi li.sf {
	font-size:clamp(0.7em, 0.9vw, 0.9em); /* 調整 */
	line-height: 1.6998em;
}
.pcNavi li.sf span {
	display:block;
	font-size:80%;
}
@media screen and (max-width: 1280px) {
.pcNavi li.sf a {
	font-size:0.9em;
	padding:0 1vw; /* 調整 */
}

}
@media screen and (max-width: 768px) {
nav.NavMenu ul li.sf {
	font-size: 16px;
	width: 100%;
	height:auto;
	line-height:1.2em;
	border-bottom:#dadada 1px solid;
	border-left:none;
	background-color:rgba(255,255,255,.95);
}
.pcNavi li.sf a {
	display:block;
	height:auto;
	padding:20px 10px;

}
}

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: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,ul.check-2col-w {
    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:44%;
    margin-right:1%;
    position: relative;
}
ul.check-2col li.lg {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:70%;
    margin-right:1%;
    position: relative;
}
ul.check-2col-w li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:42%;
	font-size:1.2em;
    margin-right:1%;
    position: relative;
	color:#fff;
}
ul.check-2col li::before {
    position: absolute;
	color:var(--basic-color);
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
ul.check-2col-w li::before {
    position: absolute;
	color:#fff;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
	top:0.1em;
    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,ul.check-2col li.lg,ul.check-2col-w li  {
    padding: 0 0 0.5em 1.6em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
	width:100%;
	margin-right:0%;
	display:inline-block;
}
ul.check-2col-w li  {
    padding: 0 0 0.5em 2.0em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
	font-size:1.0em;
	width:100%;
	margin-right:0%;
	display:inline-block;
}

}
.p-ttl {
	font-size:1.2em;
	text-align: center;
	font-weight: 800;
}
.ceo {
	font-size:1.1em;
	text-align: right;
	font-weight: 800;	
}
.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.0em;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 1.6;
	font-size:1.0em;
}
}
.box-wrap {
    background: #fcfaf5;
    box-sizing: border-box;
}
.box-ttl {
	text-align:center !important;
	background:var(--basic-color);
	padding:0.6em;
	font-size: 1.1em;
	font-weight: bold;
	color:#fff;
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:0.5em 0.5em 0.5em 0.5em;
	box-sizing:border-box;
}
.cl_w {
	color:#fff;
}
.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,0.1);
    border: 1px solid #fff;
    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;
}

}
.h2-ttl {
	text-shadow: none;
	color:#fff;
	margin-bottom: 1.0em;	
}
.h2-ttl:after {
	width:0px;
	height:0px;
}
.tx-flex {
	text-align: center;
}
@media screen and (max-width: 768px) {
.tx-flex {
	text-align: left;
	}
}
}
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.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
	font-size: 0.98em;;
    width:45%;
    margin-right:0.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:flex-start;
    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:29%;
    margin-right:1%;
    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;
}
}
.tbl-1 td {
	text-align: center;
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 5px solid #ccc;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#999;
}
.table-scroll table {
    table-layout: fixed;
    min-width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
}
.table-scroll table th {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:1%;
    border: 1px #ccc solid;
}
.table-scroll table td {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    word-wrap: break-word;
    white-space:normal;
}
.table-scroll table th.th-01 {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:1%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td.td-01 {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}

}

.f-item1-3-fc {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}
.features_circle {
  width: 70%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color:#B19C8E;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.3vw;
  margin: 0 auto;
  color:#fff;
}

@media only screen and (max-width: 1000px) {
.features_circle {
  font-size: 1.8vw;
}
}
@media only screen and (max-width: 600px) {
.f-item1-3-fc {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
}

.features_circle {
  width: 80%;
  font-size: 1.6em;	
  line-height: 1.7;
}
}
@media only screen and (max-width: 400px) {
.f-item1-3-fc {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
}

.features_circle {
  width: 80%;
  font-size: 1.2em;	
  line-height: 1.7;
}
}

.txtBold {
	font-weight:bold;
}
.imgF img {
	display:block;
	width:90%;
	height:auto;
	margin:auto;
}
.d-m {
	color:#a73333;
	font-size:1.1em;
	font-weight:bold;
}