@charset "UTF-8";
.mb1{
    margin-bottom: 1rem;
}
.mv_lp {
	margin: 0 0 2em 0;
}
.nav-type.nav-type-txt ul {
    flex-wrap: wrap;
}
.nav-type.nav-type-txt ul:after {
	content: "";
	display:block;
	width: calc((100% - 80px) / 3 );
}
.nav-type.nav-type-txt .item {
	width: calc((100% - 80px) / 3 );
    margin-bottom: 20px;
}

.dr_block {
	margin-bottom: 1em;
}
.dr_block dd {
	margin-left: 1em;
}
.dr_block .tbl-text {
    max-width: 740px;
	margin-right: auto;
    margin-left: auto;
}
@media only screen and (max-width: 741px) {
	.tbl-wrap2 table {
		width: 100%;
	}
}
ul.flow {
  padding: 0;
}
.flow li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}

.flow {
  border: 3px solid #0571ce;
}
.flow > li {
  padding: 30px;
}
.flow > li:not(:last-child) {
  border-bottom: 3px solid #0571ce;
  position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #0571ce;
}
.flow > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}
.flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow > li dl dt {
  /*font-size: 20px;*/
  font-weight: bold;
  color: rgb(107,144,219);
  -ms-flex-preferred-size: 20%;
  /*flex-basis: 20%;*/
  margin-right: 1vw;
  text-align: center;
}
.flow > li dl dt .icon {
  /*font-size: 12px;*/
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  /*padding: 5px 10px;
  margin-bottom: 10px;*/
  display: block;
  border-radius: 50%;
  width: 100px;
  line-height: 100px;
}


@media only screen and (max-width: 767px) {
.nav-type.nav-type-txt ul:after {
	width: 48%;
}
.flow > li {
  padding: 25px 20px 20px;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  left: 50%;
}
.flow > li dl {
  display: block;
}
.flow > li dl dt {
  margin-right: 0;
  margin-bottom: 1em;
}
.flow > li dl dt .icon {
  display: block;
  border-radius: 5px;
  width: 100%;
  line-height: 2.5;
}	
	
}

.triangle{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #0571ce;
  margin: 0 auto;
}
.boxTit {
	margin: 1em auto;
	border: 3px solid #0571ce;
	padding: 1em;
	font-size: 2.0rem;
	line-height: 1.4;
    font-weight: bold;
	color: #0571ce;
}
.tableBgGrey {
	background-color: #666666;
}

.tableBgpink {
	background-color: #ff8484;
}
@media only screen and (max-width: 610px) {
.spBlock {
	display: block
}
}
@media only screen and (max-width: 610px) {
.spBlock {
	display: block
}
}
.pcBlock {
	display: none;
}
@media only screen and (max-width: 900px) {
.pcBlock {
	display: block;
}
}
@media only screen and (max-width: 767px) {
.pcBlock {
	display: none;
}
}
@media only screen and (max-width: 610px) {
.pcBlock {
	display: block;
}
}


.del_line {
  background-image: linear-gradient(transparent 0.5em, #333333 0, #333333 calc(0.5em + 1px), transparent 0, transparent calc(0.5em + 3px), #333333 0, #333333 calc(0.5em + 4px), transparent 0);
  text-decoration: none;
  padding: 0 2px;
}
