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

.p-ttl {
	font-size:1.3em;
	text-align: center;
	font-weight: 800;
}
.p-ttl-b {
	font-size:1.3em;
	text-align: center;
	font-weight: 800;
	background: var(--basic-color);
	color:#fff;
	padding: 0.5em;
}
.p-ttl-l {
	font-size:1.2em;
	display: inline-block;
	text-align: center;
	font-weight: 800;
	border-bottom:1px solid #dbd928;
	padding-bottom: 0.5em;
}
.p-ttl-lc {
	font-size:1.2em;
	text-align: center;
	font-weight: 800;
	border-bottom:1px solid var(--basic-color);
	padding-bottom: 0.5em;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 2.0;
	font-size:1.1em;
    font-weight: 600;
}
	
@media screen and (max-width: 768px) {
.p-ttl {
	font-size:1.0em;
}
.p-ttl-b {
	font-size:1.2em;
		padding: 0.2em;
}
.p-ttl-l {
	font-size:1.0em;
	padding-bottom: 0.2em;
}
.p-ttl-lc {
    font-size:1.0em;
	padding-bottom: 0.2em;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 1.6;
	font-size:1.0em;
}
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.tx-flex {
	text-align: center;
}
@media screen and (max-width: 768px) {
.tx-flex {
	text-align: left;
	}
}
.box-sd {
    padding: 3em 3em 2.6em;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #999;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
	border-radius:10px;
}
.box-sd02 {
    padding: 3em;
    background-color: rgba(255,255,255,0.8);
    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%);
	border-radius:10px;
}
.box-sd03 {
    padding: 4em 4em 3em 3em;
    background-color: rgba(255,255,255,0.6);
    color: #333;
    border: 3px solid var(--basic-color);
	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;
	border-radius:10px;
}

@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03 {
    padding: 1.2em;
    box-sizing: border-box;
}

}
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:42%;
    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:100%;
    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,ul.check-2col li.lg  {
    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;
}

}

.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: grid;
  place-items: center;
}
.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:0.5em 1.0em 0.5em 1.0em;
	box-sizing:border-box;
}
.flow-wrap {
	position: relative;
    margin-top: 8em;
}
.flow-wrap::before {
    content: "";
    width: 0.2em;
    height: 100%;
    display: block;
    position: absolute;
    left: 8em;
    top: 0;
    background: url(../img/content/flow-arrow.svg) repeat-y center left / 0.1em auto;
}
.flow-step {
	position: relative;
    padding: 4rem 5rem;
    border-radius: 1.6rem;
    background: #fff;
}
.stepNum {
	    font-weight: bold;
    background: var(--basic-color);
    display: block;
    width: 11em;
    text-align: center;
    color: #fff;
    border-radius: 3em;
    font-size: 1.2em;
    position: absolute;
    top: -0.5em;
    left: 0.5em;
    padding: 0.2em 0 0.1em;
}
.flow-step-wrap {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flow-step:not(:first-child) {
	margin-top: 5em;
}
.flow-step-ttl {
	width: calc(100% - 50%);
	margin: 0em 0;
    font-size: 1.52em;
    font-weight: bold;
	
}
.flow-step-cnt {
	    width: 50%;
}
@media only screen and (max-width: 768px) {
.flow-wrap::before {
    left: 2em;
}
.stepNum {
    width: 8em;
    border-radius: 1em;
    font-size: 1.0em;
    top: -0.5em;
    left: 0.5em;
    padding: 0.2em 0 0.1em;
}
.flow-step {
    padding: 2em 2em;
    border-radius: 1.2em;
}
.flow-step-ttl {
	width: 100%;
	margin: 1em 0;
	line-height: 1.2;
    font-size: 1.1em;
}
.flow-step-cnt {
	line-height: 1.2;
	width: 100%;
}	
	
}
.tbl-1 th {
	width:50%;
} 
.tbl-1 td {
	text-align: center;
}
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 solid #CCC;
    width:100%;
    margin-right:0%;
    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.9em;
    border-bottom: 1px solid #CCC;
    width:45%;
    margin-right:1%;
    position: relative;
	font-weight: 600;
}
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.8em;
}


@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;
}
}
dl.dl-flex {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing:border-box;
}
dl.dl-flex dt {
  flex-basis: 56%;
  padding: 0.3em;
  font-size: 1.00em;
  box-sizing:border-box;
  border-bottom: 1px dotted #ccc;
  text-align: center;
  font-weight: 800;
}
dl.dl-flex dt.lft {
  text-align: left;
}
dl.dl-flex dd {
  flex-basis: 44%;
  font-size: 1.00em;
  padding: 0.3em;
  box-sizing:border-box;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
dl.dl-flex dd.cnt {
	 text-align: center;
}
dl.dl-flex dd.cnt.lg {
	 text-align: center;
	 flex-basis: 100%;
}
@media screen and (max-width: 768px) {
 dl.dl-flex {
   flex-flow: column;
 }
}
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:42%;
    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 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,ul.check-2col li.lg  {
    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;
}
.txtBnrAr {
	width: 90%;
	margin: auto;
}
.txtBnrAr a {
    font-size: 0.9em;
    padding: 0.5em 4em 0.5em 1em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    transition: 0.5s;
}
.txtBnrAr a:hover::before {
    top: calc(50% - 2px);
    right: 1px;
    width: 1px;
    height: 1px;
}
.txtBnrAr a::after {
    top: 50%;
    right: 1em;
    width: 20px;
}
.txtBnrAr a:hover::before {
	top: calc(50% - 2px);
	right: 10px;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 5px;
}
.txtBnrAr a:hover::after{
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 30px;
}
}
@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;
	vertical-align: middle;
}
.table-scroll table td {
    width: 200px;
    min-width: 200px;
	text-align: center;
	vertical-align: middle;
    display:table-cell;
    word-wrap: break-word;
    white-space:normal;
}
.table-scroll table.table3 td {		
    border-bottom: 1px #cacaca solid;
    border-right: 1px #cacaca solid;
}
	
.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: 200px;
    min-width: 200px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}

}