#main {
	max-width: 1300px;
	width: 90%;
	margin: 150px auto 0;
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#main {
		margin: 100px auto 0;
	}
}
.ttl_style04 span.mini {
	display: block;
	text-align: center;
	font-size: .6em;
}
.ttl_style04 span.mini > span {
	display: inline-block;
	margin: 0 10px;
}
.ttl_style04 span.mini br {
	display: none;
}
@media screen and (max-width: 680px) {
	.ttl_style04 span.mini {
        font-size: .4em;
    }
	.ttl_style04 span.mini > span {
		display: none;
	}
	.ttl_style04 span.mini br {
		display: block;
	}
}
/* --------------------------------------------------- */
#sec01 {
	margin-bottom: 100px;
}
#sec01 .txt {
	margin-bottom: 30px;
}
#sec01 .flow{
	max-width: 900px;
	width: 100%;
  list-style:none;
  padding:0;
  margin:0 auto 30px;

  display:flex;
  gap:18px;
  align-items:stretch;
}
#sec01 .flow__item{
  flex:1;
  border:1px solid #B2B2B2;
  border-radius:6px;
  padding:16px 14px;
  position:relative;
  background:#fff;
}
#sec01 .flow__ttl{
  margin:0 0 6px;
  font-size:1.05em;
  font-weight:700;
	text-align: center;
}
#sec01 .flow__txt{
  margin:0;
  line-height:1.6;
  opacity:.85;
	text-align: center;
}
#sec01 .flow__item:not(:last-child)::after{
  content:"";
  position:absolute;
  top:50%;
  right:-6px;
  transform:translate(50%,-50%);
  width:0;
  height:0;
  border-style:solid;
  border-width:10px 0 10px 12px;
  border-color:transparent transparent transparent #B2B2B2;
}

#sec01 .flow2 {
	margin-bottom: 30px;
}
#sec01 .flow2 dl {
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 20px;
}
#sec01 .flow2 dl::after {
	content: "";
	width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #555555;
    border-bottom: 0;
	position: absolute;
	left: 90px;
	top: 100%;
}
#sec01 .flow2 dl:last-child::after {
	display: none;
}
#sec01 .flow2 dt,
#sec01 .flow2 dd {
	display: table-cell;
	vertical-align: middle;
}
#sec01 .flow2 dt {
	width: 200px;
	text-align: center;
	border:1px solid #B2B2B2;
	border-radius: 4px;
	padding: 15px 0;
	font-weight: 600;
}
#sec01 .flow2 dt br {
	display: none;
}
#sec01 .flow2 dd {
	line-height: 1.5;
	padding: 10px 0 10px 20px;
}
#sec01 .flow2 dd .cap {
	display: block;
	font-size: 12px;
}

#sec01 .ph-list1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
#sec01 .ph-list1 li {
	width: 19%;
	margin-bottom: 1.25%;
}
#sec01 .ph-list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
#sec01 .ph-list2 li {
	width: 24%;
	margin-bottom: 1.33%;
}
#sec01 .list1 {
	list-style: outside disc;
	margin-left: 20px;
	margin-bottom: 30px;
}
#sec01 .list1 li {
	margin-bottom: 10px;
	line-height: 1.5em;
}
#sec01 .banner {
	max-width: 540px;
	width: 90%;
	margin: 0 auto 30px;
}
@media screen and (max-width: 910px) {
	#sec01 .flow__txt{
		font-size: 12px;
	}
}
@media screen and (max-width: 680px) {
	#sec01 {
        margin-bottom: 50px;
    }
	#sec01 .txt {
        margin-bottom: 20px;
    }
	#sec01 .flow{
        flex-direction:column;
        gap:14px;
		margin-bottom: 20px;
    }
    #sec01 .flow__item:not(:last-child)::after{
        top:auto;
        right:50%;
        bottom:-7px;
        transform:translate(50%,50%);
        border-width:12px 10px 0 10px;
        border-color:#B2B2B2 transparent transparent transparent;
    }
	#sec01 .ph-list1 {
		justify-content: flex-start;
    }
    #sec01 .ph-list1 li {
        width: 24%;
		margin-bottom: 1.33%;
		margin-right: 1.33%;
    }
	#sec01 .ph-list1 li:nth-child(4n) {
		margin-right: 0;
    }
	
	#sec01 .flow2 dl::after {
		left: 35px;
	}	
	#sec01 .flow2 dt {
		width: 90px;
	}
	#sec01 .flow2 dt br {
		display: block;	
	}
	#sec01 .flow2 dt .dot {
		display: none;	
	}
	#sec01 .flow2 dd {
        padding: 5px 0 5px 15px;
    }
}
/* --------------------------------------------------- */
#sec02 {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


