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

/* 基本カラー  */

.fcBasic {
	color:#1a9962;
}

.p-ttl02 {
    font-weight: 800;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.6;
    color: #333;
    margin-top: 1em;
    margin-bottom: 1em;
    letter-spacing: 0.2em;
	  font-family: 'Noto Serif JP', serif;
}
.p-ttl03 {
    font-weight: 800;
    font-size: 2.3em;
    text-align: center;
    line-height: 1.6;
    color: #333;
    margin-top: 1em;
    margin-bottom: 1em;
    letter-spacing: 0.2em;
	  font-family: 'Noto Serif JP', serif;
}

.col_01 {
	/*
	 color:#cdef82; */
	 color:#009edd;
	display: block;
}
.col_02 {
	/*
	 color:#8d9eba; */
	 color:#b893b6;
	display: block;
}
.col_03 {
	/*
	 color:#dcac98; */
	 color:#96c73a;
	display: block;
}
.catch-copy-inb {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'Noto Serif JP', serif;
}
.tx-flex {
	 text-align: center;
}
@media only screen and (max-width: 768px) {
.p-ttl02 {
    font-size: 1.1em;
    text-align: center;
    line-height: 1.3;
}
.p-ttl03 {
    font-size: 1.3em;
    line-height: 1.3;
    margin-top: 1em;
    margin-bottom: 1em;
	}
.catch-copy-inb {
	display: block;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'Noto Serif JP', serif;
}

.tx-flex {
	 text-align: left;
}
}
.box-sd {
    padding: 3em;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 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-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;
}
.boxSimple3 {
    border: solid 1px #CCC;
    padding: 2.5em;
    background: rgba(255, 255, 255, .9);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03,.boxSimple3 {
    padding: 1.2em;
    box-sizing: border-box;
}

}

.tbl-1 {
	 background: #fff;
}
table.tbl-1 th,table.tbl-1 td {
	 padding:0.5em 0.5em 0.5em 1em ;
}
@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:2%;
    font-size:12px;
    border: 0px #ccc solid;
}
.table-scroll table td {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}
.table-scroll table th.th-01 {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    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;
}

}
/**************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;
}
.txtBnr a {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    padding: 0.2em 1.5em 0.3em;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: var(--basic-color);
    color: #FFF !important;
}
@media screen and (max-width: 600px) {
    .txtBnr a {
        padding: 0.2em 0.5em;
        margin: 0;
    }
}

.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;  
}
}
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%;
	  font-size:1.1em;
    position: relative;
}
ul.circle > li:last-child {
	margin-bottom:0px;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.3em;
    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;
}
div.flex-2col {
    display: flex;
	justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
}
div.flex-list-v02-brk {
    width: 58.5% !important;
    margin-top: 0px !important;
    margin-right: 0% !important;
    z-index: 10;
}
div.flex-list4-brk {
    width: 39.5% !important;
    margin: 0 0 0 0%;
    margin-top: 70px !important;
    margin-left: -10% !important;
    z-index: 9;
}
.img-frame {
	position:relative;
}
.img-frame:before {
    content: "";
    position: absolute;
    width: 95%;
    height: 14rem;
    background: #eaeaea;
	border-bottom: 1px solid var(--basic-color);
	border-right: 1px solid var(--basic-color);
	border-radius: 10px;
    z-index: -1;
    left: 40px;
    top: 110%;
    margin-top: -13rem;
}
.boxSimple03 {
    border: solid 1px #CCC;
	  border-top: 1px solid var(--basic-color);
	  border-left: 3px solid var(--basic-color);
    padding: 2.0em 1.5em;
    background: rgba(255, 255, 255, .6);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.catch-div p {
	font-size:17px;
	line-height: 2.0;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
 .flex-2col > div {
        width: 100% !important;
        margin: 2% auto !important;
  }
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 {
    width:90%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
.img-frame:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 0em;
    background: #e2e2e2;
    z-index: 0;
    left: 0%;
    top: 0%;
    margin-top: 0rem;
}
.catch-div p {
	font-size:16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
}
.backWater02 {
    background: rgba(255, 255, 255, .8);
    padding: 2em;
	  border:1px solid #f4f4f4;
    box-shadow: 0px 0px 1px #ccc;
    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;
}
.txtbold {
	font-weight:bold;
}