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

/* 基本カラー  */

.fcBasic {
	color:#1a9962;
}

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

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: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.7em;
}

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:28%;
    margin-right:2%;
    position: relative;
}
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.7em;
}
ul.circle-3col > li.lg {
    width:70%;
}

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.2em;
    margin-bottom: 0.5em;
    border-bottom: 1px dashed #CCC;
    width:20%;
    margin-right:2%;
    position: relative;
}
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.7em;
}
ul.circle-4col > li.lg {
    width:46%;
}

@media only screen and (max-width: 768px) {
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.lg,ul.circle-4col > li,ul.circle-4col > li.lg {
    width:90%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
}

.res-img90 {
    width:90% !important;
	height:auto !important;
}
.res-img80 {
    width:80% !important;
	height:auto !important;
}
.res-img70 {
    width:70% !important;
	height:auto !important;
}
.res-img60 {
    width:60% !important;
	height:auto !important;
}
.res-img50 {
    width:50% !important;
	height:auto !important;
}
.res-img40 {
    width:40% !important;
	height:auto !important;
}
.res-img30 {
    width:30% !important;
	height:auto !important;
}
.res-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60{
     width:100% !important;
	height:auto !important;  
}
}
.tx-flex {
	 text-align: center;
}
@media only screen and (max-width: 768px) {
.tx-flex {
	 text-align: left;
}
}

/**************FLOW**************/
.flow_content section {
  background-color: #FFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 0 0 80px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .flow_content section {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 640px) {
  .flow_content section {
    display: block;
    margin: 0 0 40px;
  }
}
.flow_content section:last-of-type {
  margin: 0;
}
.flow_content section:last-of-type::after {
  content: none;
}
.flow_content section::after {
  content: "";
  width: 30px;
  height: 30px;
  border-right: 2px var(--basic-color) solid;
  border-bottom: 2px var(--basic-color) solid;
  display: block;
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .flow_content section::after {
    bottom: -37px;
  }
}
@media only screen and (max-width: 640px) {
  .flow_content section::after {
    width: 20px;
    height: 20px;
    bottom: -24px;
  }
}
.flow_content section .flow_num {
  background-color: var(--basic-color);
  flex: 0 1 20%;
  padding: 25px 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_num {
    border-radius: 10px 10px 0 0;
    padding: 5px 20px 5px 20px;
  }
}
.flow_content section .flow_num p {
  text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
  margin: 0;
}
.flow_content section .flow_num p span {
  display: inline-block;
  color: #fff;
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom:0.0em;
}
.flow_content section .flow_num p span.step_num {
	display: inline-block;
  font-size: 2.6em;
	margin:0 20px 0 5px;
}
@media only screen and (max-width: 768px) {
  .flow_content section .flow_num p span {
    font-size: 2em;
  }
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_num p span {
    display: inline-block;
    margin-right: 0.0em;
    line-height: 1.2em;
    font-size: 1.3em;
	  padding-top:0.3em;
  }
	.flow_content section .flow_num p span.step_num {
    display: inline-block;
    font-size: 1.2em;
    margin: 0 10px 0 5px;
}
	
}
.flow_content section .flow_num p img {
  width: 60px;
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_num p img {
    width: 30px;
    vertical-align: top;
		margin-top:5px;
  }
}
.flow_content section .flow_txt {
  flex: 0 1 80%;
  padding: 20px 25px;
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_txt {
    padding: 10px 20px 20px 20px;
  }
}
.flow_content section .flow_txt h3 {
  font-size:1.6em;
  text-align:left;
  color: var(--basic-color);
  font-weight: 500;
  border-bottom: 1px #dbdbdb solid;
  padding: 0 0 0.6em ;
  margin: 0 0 0.7em;
}

.flow_content section .flow_txt h3:after {
	content:none;
}
@media only screen and (max-width: 768px) {
  .flow_content section .flow_txt h3 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_txt h3 {
    font-size: 1.2em;
    text-align: center;
  }
}
.flow_content section .flow_txt p {
  margin: 0;
}
.flow_content section .flow_txt .tel_num {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0 2em;
}
@media only screen and (max-width: 1000px) {
  .flow_content section .flow_txt .tel_num {
    flex-wrap: wrap;
		justify-content: center;
    margin: 5px 0 0;
  }
}
.flow_content section .flow_txt .tel_num p {
  color: var(--basic-color);
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.2em;
}
.flow_content section .flow_txt .tel_num p a {
  color: var(--basic-color);
}
.telNoDeco a {
    text-decoration: none !important;
    color: var(--basic-color) !important;
}
@media only screen and (max-width: 900px) {
  .flow_content section .flow_txt .tel_num p {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_txt .tel_num p {
	  font-size: 1.4em;
		text-align: center;
  }
}
.flow_content section .flow_txt .tel_num p:last-child {
  flex: 1 1 auto;
  min-width: 120px;
}
@media only screen and (max-width: 1000px) {
  .flow_content section .flow_txt .tel_num p:last-child {
    margin: 5px 0 0;
  }
}
.flow_content section .flow_txt .tel_num p span {
  font-size: 0.6em;
}
.flow_content section .flow_txt .tel_num p span + a:hover {
  text-decoration: none;
  color: var(--basic-color-sb02);
}

.flow_content section .flow_txt .tel_num p .btn_contact {
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
}
ol.list_parentheses {
  padding:0 0 0 1.6em;
  margin:0;
  position: relative;
} 
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  margin-bottom:8px;
  padding-left:0px;
  font-size:1.05em;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
	font-weight: 600;
	font-size:1.2em;
	position: absolute;
	left:-10px;
}

ul.check2,ul.check-2col,.check-1col  {
    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;
    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;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}

@media only screen and (max-width: 768px) {
ol.list_parentheses {
    padding: 0 0 0 1.0em;
}
ol.list_parentheses li{
	font-size:1.0em;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
  font-weight: 600;
  font-size:1.0em;
  position: absolute;
  left:-10px;
}

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

}
ol.order_cm {
	counter-reset: li;
}
ol.order_cm li{
	position: relative;
	font-size: 1.2em;
	padding-left: 30px;
	margin: 0 0 20px;
	list-style: none;
	line-height:1.6;
}
ol.order_cm li:before{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	color: var(--basic-color);
	counter-increment: li;
	content: counter(li)'.';
}
ol.order_cm li span {
   font-weight:bold;
   font-size:1,1em;
}
.boxFrameDouble02 {
    padding: 3em 3em 2em;
    border: 4px double var(--basic-color);
    margin-bottom: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgba(255, 255, 255, .85);
}
.wd-f {
	width:70%;
	margin:auto;
}
@media only screen and (max-width: 768px) {
ol.order_cm li{
	position: relative;
	font-size: 1.0em;
	padding-left: 20px;
	margin: 0 0 10px;
	list-style: none;
	line-height:1.6;
}
.boxFrameDouble02 {
        box-sizing: border-box;
        width: 100%;
        padding: 2em 2em;
}
.res-mb0 {
	margin-bottom:0px;
}
.res-mb30 {
	margin-bottom:30px;
}
.wd-f {
	width:90%;
	margin:auto;
}
}



.no-shadow {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3) !important;
}
.line-f {
	line-height:2;
	letter-spacing:0.1em;
}
.waterMright.w-a {
    box-sizing: border-box;
    background: rgba(253, 253, 253, .9);
    z-index: 2;
    padding: 2em 1.6em;
    margin-left: -15%;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
    border: 1px solid #f0f0f0;
}
.tx-left {
	text-align:left;
}
