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

/* 基本カラー  */

.fcBasic {
	color:#1a9962;
}
.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;
}
.box-cnt02 {
	width:100%;
	margin:0px auto 0em;
	padding:0.0em 0.8em 0.2em 0.8em;
	box-sizing:border-box;
}
.p-ttl {
	 text-align: center;
	 font-size:1.2em;
	 font-weight: 700;
}
.p-ttl02 {
	 font-size:1.3em;
	 font-weight: 700;
}
.p-ttl03 {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
	width:100%;
	box-sizing: border-box;
	color:#FFF;
	line-height:normal;
	font-size:1.1em;
	padding:0.2em 1em;
	background-color:var(--basic-color);
	margin:0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

.res-mt20 {
	margin-top:20px;
}
@media only screen and (max-width: 768px) {
.p-ttl {
	 text-align: left;
	 font-size:1.05em;
}
.p-ttl02 {
	 font-size:1.1em;
}
.p-ttl03 {
	font-size:1.0em;
	padding:0.1em 0.5em;
}
.res-mt20 {
	margin-top:0px;
}
}
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:90%;
    margin-right:2%;
    position: relative;
}
ul.circle > li:last-child {
	margin-bottom:0px;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

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: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

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: #222;
    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;
}
}
.f-wrap-flow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.stepNum-wrap {
	background: var(--basic-color);
	color:var(--wt);
	padding:80px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing:border-box;
}
.stepNum {
	font-size:1.2em;
	font-weight: 800;
	
}
.txtWrap {
	padding:10px 30px;
}
.flow_cnt {
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 1em;
    background: rgba(255, 255, 255, .7);
}
@media only screen and (max-width: 768px) {

.stepNum {
	font-size:1.2em;
	
}
.txtWrap {
    padding: 0px 20px;
}
}
@media only screen and (max-width: 600px) {
.stepNum-wrap {
    padding: 20px 20px;
}

}
table.tbl-1 th {
	color:#333;
}

.tbl-1 td:nth-of-type(1) {
	text-align: center;
	background-color: rgba(var(--basic-color-rgb), 0.01);
}
.box-sd {
    padding: 2em;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 2em 3em 3em;
    background-color: #fff;
    border: 0px solid #999;
    box-sizing: border-box;
	  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%), 0px 2px 6px 0px rgb(0 0 0 / 8%);
}
.box-sd03 {
    padding: 3em 3em 2em 3em;
    background-color: #f2f2f2;
    color: #333;
    border: 0px solid #999;
	  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%), 0px 2px 6px 0px rgb(0 0 0 / 8%);
    box-sizing: border-box;
}
.line-cnt {
	line-height: 2.0;
	letter-spacing: 0.1em;
	font-size:1.05em;
}
@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03 {
    padding: 1.2em;
    box-sizing: border-box;
}

}
.h4-ttl {
	position: relative;
	font-size:1.5em;
}
.h4-ttl:after {
	content: '';
    position: absolute;
    bottom: 0px;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(0%);
    background-color: #ccc;
}
@media only screen and (max-width: 768px) {
.h4-ttl {
    font-size: 1.1em;
}
}