@media screen and (min-width: 769px) {
	/*　2-1　購入の流れ ここから　*/
	.gu2_1_main {
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.gu2_1_list {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		>li.guide_art_bg_box {
			width: calc((100% - 15px)/2);
			box-sizing: border-box;
			padding: 20px 20px 25px 20px !important;
			>div {
				display: flex;
				align-items: center;
				gap: 0 12px;
				margin: 0 0 10px 0;
				>p {
					flex-shrink: 0;
					width: 90px;
					height: 50px;
					display: flex;
					align-items: center;
					justify-content: center;
					box-sizing: border-box;
					clip-path: polygon(83% 0%, 100% 50%, 83% 100%, 0% 100%, 17% 50%, 0% 0%);
					background-color: #88ba42;
					font-size: 36px;
					line-height: 1;
					font-weight: bold;
					position: relative;
					z-index: 2;
					&:before {
						content: "";
						display: block;
						width: 83px;
						height: 46px;
						clip-path: polygon(83% 0%, 100% 50%, 83% 100%, 0% 100%, 17% 50%, 0% 0%);
						margin: auto;
						position: absolute;
						top: 0;
						bottom: 0;
						left: 4px;
						z-index: -1;
					}
				}
				>h4 {
					font-size: 24px;
					line-height: 27px;
				}
			}
			&:nth-child(2n+1) {
				>div {
					>p {
						color: #FFF;
						&:before {
							background-color: #88ba42;
						}
					}
				}
			}
			&:nth-child(2n) {
				>div {
					>p {
						color: #88ba42;
						&:before {
							background-color: #FFF;
						}
					}
				}
			}
			>img {
				display: block;
				width: 220px;
				margin: 0 auto 15px auto;
			}
			>p {
				padding: 0 12px;
			}
		}
	}
	/*　2-1　購入の流れ ここまで　*/

	/*---- 2-2 ----*/
	.gu2_2_flow_img {
		width: 100%;
	}
	.gu2_2_sp {
		display: none;
	}
	.gu2_2_flow_flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 20px 0;
		padding: 30px 0;
	}
	.gu2_2_flow_flex li {
		width: 370px;
		height: 460px;
		background: #edf4e2;
		box-sizing: border-box;
		border-radius: 10px;
		display: block;
	}
	.gu2_2_flow_top {
		display: flex;
		justify-content: left;
		align-items: center;
		gap: 10px;
		padding: 10px;
	}
	.gu2_2_flow_num_g {
		width: 110px;
		height: 61px;
		display: grid;
		place-content: center;
		background: url(/guide_img/2-2/flow_green.png);
		background-repeat: no-repeat;
		background-position: center;
		font-size: 40px;
		font-weight: bold;
		color: #fff;
	}
	.gu2_2_flow_num_w {
		width: 110px;
		height: 61px;
		display: grid;
		place-content: center;
		background: url(/guide_img/2-2/flow_white.png);
		background-repeat: no-repeat;
		background-position: center;
		font-size: 40px;
		font-weight: bold;
		color: #88ba42;
	}
	.gu2_2_flow_top p {
		font-size: 25px;
		font-weight: bold;
		line-height: 1.2;
	}
	.gu2_2_hakase_point {
		display: block;
		margin: auto;
	}
	.gu2_2_flow_flex li img {
		margin: auto;
		display: block;
	}
	.gu2_2_flow_txt {
		padding: 10px 40px 0;
	}
	.gu2_2_point_box {
		width: 100%;
		position: relative;
		background: url(/guide_img/2-2/point_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		padding: 35px 70px 30px;
		box-sizing: border-box;
	}
	.gu2_2_point_box img {
		position: absolute;
		top: -45px;
		left: 5px;
	}
	.gu2_2_point_tit {
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.gu2_2_point_tit div{
		display: flex;
	}
	.gu2_2_point_tit_g {
		color: #88ba42;
		display: inline-flex;
		padding-right: 5px;
	}
	.gu2_2_point_tit_g span {
		font-size: 40px;
	}
	.gu2_2_point_box li {
		display: flex;
		justify-content: left;
		align-items: center;
		gap: 10px;
	}
	.gu2_2_point_box li:not(:last-of-type) {
		padding-bottom: 20px;
	}
	.gu2_2_point_num {
		width: 30px;
		height: 30px;
		border-radius: 99px;
		background: #88ba42;
		display: grid;
		place-content: center;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
	}
	.gu2_2_point_txt {
		font-size: 20px;
		font-weight: 600;
	}
	.gu2_2_flow_flex_mini {
		display: flex;
		justify-content: space-between;
	}
	.gu2_2_flow_flex_mini li {
		width: 245px;
		background: #edf4e2;
		box-sizing: border-box;
		border-radius: 10px;
		padding: 10px 10px 15px;
	}
	.gu2_2_flow_num_g_mini {
		width: 80px;
		height: 46px;
		display: grid;
		place-content: center;
		background: url(/guide_img/2-2/flow_green.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		font-size: 30px;
		font-weight: bold;
		color: #fff;
	}
	.gu2_2_flow_num_w_mini {
		width: 80px;
		height: 46px;
		display: grid;
		place-content: center;
		background: url(/guide_img/2-2/flow_white.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		font-size: 30px;
		font-weight: bold;
		color: #88ba42;
	}
	.gu2_2_flow_flex_mini p {
		font-size: 25px;
		font-weight: bold;
		padding-top: 15px;
		text-align: center;
	}
	.gu2_2_note {
		font-size: 15px;
		text-align: right;
		padding: 10px 10px 0;
	}
	.gu2_2_point_box02 {
		margin-top: 30px;
	}
	/*---- /2-2 ----*/

	/*---- 2-3 ----*/
	.gu2-3_box{
		margin-top: 20px;
	}
	.gu3-2_art_border_box{
		box-sizing: border-box;
		border-radius: 8px;
		border: 3px solid #8dbf47;
	}
	.gu3-2_pd_box{
		padding: 20px 15px;
	}
	.gu2-3_flex{
		margin-top: 20px;
		display: flex;
	}
	.gu2-3_tl_s{
		color: #ffffff;
        font-size: 19px;
        line-height: 1;
        font-weight: 600;
        background-color: #8dbf47;
        padding: 7px 30px 8px 32px;
        border-radius: 20px;
        width: fit-content;
        margin: 10px 0 10px 10px;
        display: block;
	}
	.gu2-3_flex_l{
		width: 566px;
		.gu2-3_fukidashi{
			width: 430px;
			border: 2px solid #8dbf47;
			box-sizing: border-box;
			background-color: #ffffff;
			padding: 15px;
			border-radius: 8px;
			margin: 0 auto 30px;
			font-size: 21px;
			line-height: 1.5;
			text-align: center;
			& span{
				font-size: 22px;
				font-weight: bold;
			}
		}
		.gu2-3_fee-list{
			display: flex;
			align-items: center;
			height: 120px;
			.gu2-3_fee-l{
				width: 400px;
				background-color: #41abb4;
				color: #ffffff;
				font-size: 20px;
				font-weight: 600;
				height: 124px;
                display: flex;
                align-items: center;
                gap: 0 20px;
				& img{
					margin: -5px 0 0 7px;
				}
			}
			.gu2-3_fee-r{
				width: 168px;
				background-color: #4c8eb8;
				color: #ffffff;
				font-size: 20px;
				font-weight: 600;
				text-align: center;
				height: 124px;
				padding: 15px 30px;
				box-sizing: border-box;
				.guide_art_txt{
					color: #ffffff;
					text-align: left;
					margin-top: 6px;
				}
			}
		}
	}
	.gu2-3_flex_fee_r{
		margin-left: -20px;
	}
	.gu2-3_tl_l{
		color: #ffffff;
        font-size: 20px;
        line-height: 1;
		text-align: center;
        font-weight: 600;
        background-color: #8dbf47;
        padding: 10px 30px 10px 32px;
        display: block;
	}
	.gu2-3_gray_2{
		margin-top: 20px;
	}
	.gu2-3_gray_box{
		position: relative;
		padding: 20px 15px 25px;
		background-color: #e9e9eb;
		box-sizing: border-box;
		border-radius: 8px;
		& ul{
			display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px 20px;
            width: 660px;
            margin: 20px auto 0;
			& li{
				color: #ffffff;
				font-size: 15px;
                line-height: 1;
				letter-spacing: 0.05em;
				font-weight: 600;
				padding: 10px 55px;
				background-color: #649d43;
				box-sizing: border-box;
				border-radius: 8px;
				border: 2px solid #ffffff;
				box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
			}
		}
	}
	.gu2-3_shohiyo{
		font-size: 19px;
		font-weight: 600;
		text-align: center;
	}
	.gu2-3_hiyou_img1{
		position: absolute;
        top: -57px;
        right: 0;
        width: 100px;
	}
	.gu2-3_hiyou_img2{
		position: absolute;
        bottom: -11px;
        left: 6px;
        width: 73px;
	}
	







	/*---- /2-3 ----*/


}
/* media screen fin */