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

.p-cnt {
	line-height: 2.4;
	letter-spacing: 0.1vw;
	font-size:1.05em;
	font-weight: 500;
}
.p-cnt-02 {
	
	line-height:2.6;
	letter-spacing: 0.2vw;
	font-size:1.4em;
	font-weight: 600;
}
@media only screen and (max-width: 768px) {
.p-cnt,.p-cnt-02 {
	line-height: 1.8;
	letter-spacing: 0.2vw;
	font-size:1.0em;	
}
}
ul.circle-1col,ul.circle-1col-n {
    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:100%;
    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-1col-n > li {
    padding: 0 0 0.5em 0.5em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    position: relative;
}
ul.circle-1col-n > li:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.0em;
    margin-top: 0.0em;
}

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.4em;
    margin-bottom: 0.6em;
    border-bottom: 1px dashed #CCC;
    width:46%;
    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: 8px;
    height: 8px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-3col,ul.circle-3col-n {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li,ul.circle-3col-n > 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;
}
ul.circle-4col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-4col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:20%;
    margin-right:2%;
    position: relative;
}
ul.circle-4col > 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-at {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-at > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:auto;
    position: relative;
}
ul.circle-at > li:last-child {
	margin-bottom:0px;
}
ul.circle-at > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.8em;
}

@media only screen and (max-width: 768px) {
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li,ul.circle-4col > li  {
    width:90%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
}
.tbl-1 td {
	text-align: center;
	vertical-align: middle;
}
.tbl-2 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;
    display:table-cell;
	padding:0.5em;
    border: 1px #ccc solid;
	white-space: nowrap;
}
.table-scroll table td {
    width: 200px;
    min-width: 200px;
    display:table-cell;
    word-wrap: break-word;
    white-space: nowrap;
	padding:0.5em;
	line-height:1.2;
}
.table-scroll table.tbl-1 th {
    width:auto !important;
	min-width:auto !important;
    display:table-cell;
	padding:0.5em;
    border: 1px #ccc solid;
	white-space: nowrap;
}
.table-scroll table .td-01 {
    width: 250px;
    min-width: 250px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}
.table-scroll table.tbl-1 td {
    width: auto;
    min-width: auto;
	text-align: center;
	vertical-align: middle;
    display:table-cell;
    word-wrap: break-word;
    white-space:normal;
}
}
.tbl-3 td {
	 text-align:center;
	 vertical-align:middle;
}
.tbl-3 td.td-col {
     background:#f3f3f3;	
}
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 {
    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;
}

}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.box-wrap {
    background: #fcfaf5;
    box-sizing: border-box;
}
.box-ttl {
	text-align:center !important;
	background:var(--basic-color);
	padding:0.3em;
	font-size:1.2em;
	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 1.0em 1.0em 1.6em;
	box-sizing:border-box;
}
.h3-ttl-l {
	text-align:left;
	padding-left:0.1em;
	padding-bottom:0.5em;
	border-bottom:1px solid #999;
}
.h3-ttl {
	text-shadow:none;
}
.h3-ttl:after,.h3-ttl-l:after {
	content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(0%);
    background-color: #acacac;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.p-ttl {
	font-size:1.6em;
	color:var(--basic-color);
	letter-spacing:0.1vw;
	text-align: center;
	font-weight: 800;
}
@media screen and (max-width: 768px) {
.p-ttl {
	font-size:1.3em;
	text-align: center;
}
.box-ttl {
	display:block;
}
}
.catch01 {
   font-size:1.2em;
   font-weight:800;
   text-align:center;
   line-height:1.6;
   margin:1em auto;
   color:#C03;
}
.box-sd {
    padding: 3em;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 3em 3em 3em;
    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-sd02-2 {
    padding: 3em 3em 3em;
    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%);
}
.box-sd02-6 {
    padding: 4em 4em 3em;
    background-color: rgba(255,255,255,0.6);
    border: 0px 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-sd02-7 {
    padding: 5em 5em 4em;
    background-color: rgba(255,255,255,0.5);
    border: 0px solid #999;
	border-radius:20px;
    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: 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;
}
.res-img-f {
	width:80%;
	height:auto;
}
.line-b {
	line-height:2.6;
}
@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03  {
    padding: 1.2em;
    box-sizing: border-box;
}
.box-sd02-2,.box-sd02-6,.box-sd02-7  {
    padding: 1.6em;
    box-sizing: border-box;
}
.line-b {
	line-height:2;
}
.res-img-f {
	width:100%;
	height:auto;
}
.txtBnr {
	display:block;
}
.txtBnr a {
	width:90% !important;
}
}
.noulink {
	text-decoration: none;
}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.txtbold {
	font-weight:bold;
}

.dl-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dl-flex dt {
  border-bottom:1px solid var(--basic-color);
  width: 29%;
  font-size:1.1em;
  font-weight: 600;
  padding-left:5px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.dl-flex dt.dt-02 {
	text-align: right;
	  border-bottom:1px solid var(--basic-color);
  width: 20%;
  font-size:1.1em;
  font-weight: 600;
  padding-left:5px;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.dl-flex dd {
  border-bottom:1px solid var(--basic-color);
  width: 70%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.dl-flex dd.dd-02 {
  border-bottom:1px solid var(--basic-color);
  width: 65%;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
.dl-flex dt {
  width: 100%;
  font-size:1.0em;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
.dl-flex dt.dt-02 {
  width: 100%;
  text-align: center;
  padding-left:0px;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
.dl-flex dd {
  width: 100%;
  padding-left:3px;
  padding-bottom: 4px;
  margin-bottom: 10px;
  line-height:1.4;
}
.dl-flex dd.dd-02 {
  width: 100%;
  text-align: center;
  padding-left:0px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}	
}
ol.num_order {
 padding-left:20px;
 	box-sizing: border-box;
}
ol.num_order li {
    padding: 5px 0 0px 0;
	margin-bottom:1.0em;
	letter-spacing: 0.1vw;
	font-weight:400;
	line-height:2.0;
    list-style-type: decimal;
	box-sizing: border-box;
}
ol.num_order li::marker{
    font-size: 120%;
    font-weight: bold;
    line-height: 1;
    color: var(--basic-color);
}
.catch-s {
	font-size:120%;
	color:var(--basic-color);
	font-weight: bold;
}
.no-border {
	
}

ol.circle_num {
    counter-reset: number;
    list-style-type: none !important;
    padding: 0em 1em 0em 0em;
		box-sizing: border-box;

}
ol.circle_num li {
	/*
    border-bottom: dashed 1px #69A35A;
    position: relative;
    padding: 5px 0 0px 0;
	margin-bottom:1.0em;
	letter-spacing: 0.1vw;
    line-height: 1.3em;
    font-size: 1.1em;
    width: 95%;
    display:inline-block;
    margin-right: 10px;
    margin-left: 10px;
	margin-bottom: 0.7em;
		box-sizing: border-box;
	*/
	    position: relative;
	    width: 95%;
    display:inline-block;
	    padding: 5px 0 0px 40px;
	margin-bottom:1.0em;
	letter-spacing: 0.1vw;
	    font-size: 1.1em;
	font-weight:400;
	line-height:2.0;
	box-sizing: border-box;
}
ol.circle_num li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: var(--basic-color);
    color: white;
	/*
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	*/
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
ol.circle_num li {
    width: 100%;
	font-size:1.0em;
	line-height: 1.8;
}
}
.h2-ttl {
	position:relative;
	margin-bottom:1em;
}
.h2-ttl:after {
    width:0px;
	height:0px;	
}
.col_01 {
	color: var(--basic-color);
}