@charset "utf-8";
/* CSS Document */

/* #main h3 {
	height:36px;
	margin-bottom:20px;
	padding-left:10px;
	position:relative;
	line-height:36px;
	font-size:113%;
	font-weight:bold;
	background:#EEE;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#main h4 {
	font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #CCC;
} */

/* 注文のながれ --------------------------------------------- */
#main .flow_list {
	position: relative;
}
#main .flow_list li {
    box-sizing: border-box;
	float: left;
	margin-right: 65px;
    position: relative;
	text-align: center;
    width: 170px;
}

#main .flow_list li::after {
	content: "";
	display: inline-block;
    width: 16px;
    height: 24px;
    background-color:var(--color-sub-base);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 55px;
    right: -40px;
    z-index: 4;
}

#main .flow_list li.step04, #main .flow_list li.baloon {
	margin-right: 0;
}

#main .flow_list li.step04::after, #main .flow_list li.baloon::after {
	content: none;
}

#main .flow_list li .title {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .12rem;
	margin-top: 10px;
	text-align: center;
}

#main .flow_list li.baloon {
	background: #f9f8f8 url("https://nenga.aisatsujo.jp/group_common/images/icon/ico_bulb.webp") no-repeat left 20px center;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 30px;
	bottom: -105px;
	padding: 15px 10px 15px 65px;
	text-align: left;
	width: 395px;
	height: 80px;
}

#main .flow_list li.baloon::before {
	content: "";
	display: block;
	width: 1px;
	height: 1px;
    border-bottom: 25px solid #f9f8f8;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    width: 1px;
    height: 1px;
	position: absolute;
	top: -25px;
	right: 65px;
}



/* /注文のながれ --------------------------------------------- */



/* 住所録の作成方法 */

#main .make_list li {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}
#main .make_list li + li {
	margin-top: 80px;
}
#main .make_list li.make_arrow .capture::after {
    content: "";
	display: inline-block;
    position: absolute;
	z-index: 4;
    width: 30px;
    height: 80px;
    background-color: var(--color-sub-base);
    clip-path:polygon(0 0, 0% 100%, 100% 50%);
	transform: rotate(90deg);
	left: 150px;
    bottom: -80px;
}
#main .make_list li .capture {
	position: relative;
	width: 350px;
}
#main .make_list li .text {
	width: 460px;
}
#main .make_list li .capture img {
	box-shadow: 2px 5px 4px #BBB;
    -moz-box-shadow: 2px 2px 10px #BBB;
    -webkit-box-shadow: 2px 2px 10px #BBB;
	width: 100%;
}
