@charset "UTF-8";

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

	- makecaro

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

/* Arrows */
#makecaro .slick-prev,
#makecaro .slick-next {
	position: absolute;
	/* z-index: 200; */
	z-index: 97;
	top: calc(50% + 120px - (108px/2));
	width: 60px;
	height: 108px;
	padding: 0;
	outline: none;
	color: transparent;
	cursor: pointer;
}

#makecaro .slick-prev {
	left: 31px;
	background-image: url(../img/i_arrow04.png);
	background-repeat: no-repeat;
	background-size: 60px 108px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#makecaro .slick-prev:hover {
	background-image: url(../img/i_arrow04_on.png);
	background-repeat: no-repeat;
	background-size: 60px 108px;
}

#makecaro .slick-next {
	right: 31px;
	background-image: url(../img/i_arrow03.png);
	background-repeat: no-repeat;
	background-size: 60px 108px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#makecaro .slick-next:hover {
	background-image: url(../img/i_arrow03_on.png);
	background-repeat: no-repeat;
	background-size: 60px 108px;
}

#makecaro .slick-disabled {
	display: none !important;
	opacity: 0.3;
}

@media screen and (max-width:767px) {

	#makecaro .slick-prev,
	#makecaro .slick-next {
		top: 202px;
		width: 34px;
		height: 50px;
		width: 50px;
		background-color: #333;
	}

	#makecaro .slick-prev {
		left: 0;
		background-image: url(../img/i_arrow04.png);
		background-repeat: no-repeat;
		background-position: 15px 12px;
		background-size: 15px 27px;
		-webkit-transition: none;
		transition: none;
	}

	#makecaro .slick-prev:hover {
		background-image: url(../img/i_arrow04_on.png);
		background-repeat: no-repeat;
		background-repeat: no-repeat;
		background-size: 15px 27px;
	}

	#makecaro .slick-next {
		right: 0;
		background-image: url(../img/i_arrow03.png);
		background-repeat: no-repeat;
		background-position: 19px 12px;
		background-size: 15px 27px;
		-webkit-transition: none;
		transition: none;
	}

	#makecaro .slick-next:hover {
		background-image: url(../img/i_arrow03_on.png);
		background-repeat: no-repeat;
		background-size: 15px 27px;
	}
}

/*----------------------------------------
	makecaro
-----------------------------------------*/

#makecaro {
	position: relative;
	padding-bottom: 50px;
}

#makecaro>#makecaro_01 {
	position: relative;
	padding: 90px 0 78px;
	background: url(../img/i_03_bg01.png) no-repeat center top;
	background-size: cover;
	text-align: center;
}

#makecaro>#makecaro_01>h1 {
	position: relative;
	z-index: 1;
	padding-bottom: 23px;
	letter-spacing: 0.08em;
}

#makecaro>#makecaro_01>p:first-of-type {
	position: absolute;
	top: 60px;
	left: calc(50% - 500px);
	color: rgba(255, 255, 255, 0.5);
	user-select: none;
}

#makecaro>#makecaro_01>p:nth-of-type(2) span {
	display: block;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_01 {
		padding: 31px 0 21px;
	}

	#makecaro>#makecaro_01>h1 {
		padding-bottom: 14px;
	}

	#makecaro>#makecaro_01>h1 span {
		display: block;
	}

	#makecaro>#makecaro_01>p:first-of-type {
		position: absolute;
		top: 18px;
		right: 0;
		left: 0;
		margin: 0 auto;
		text-align: center;
	}

	#makecaro>#makecaro_01>p:first-of-type span {
		display: block;
	}
}

@media only screen and (max-width:320px) {
	#makecaro>#makecaro_01 {
		padding: 31px 10px 21px;
	}

	#makecaro>#makecaro_01>h1 {
		width: calc(100vw);
		margin-left: -10px;
		letter-spacing: 0.04em;
	}

	#makecaro>#makecaro_01>p:nth-of-type(2) {
		text-align: left;
	}

	#makecaro>#makecaro_01>p:nth-of-type(2) span {
		display: inline;
	}
}

#makecaro>#makecaro_02 {
	position: relative;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 .slick-track {
		overflow: hidden;
	}
}

#makecaro>#makecaro_02 #step01 {
	position: relative;
	min-height: 635px;
	width: 100vw;
	background: linear-gradient(45deg, #f18909 0%, #ffc664 100%);
}

#makecaro>#makecaro_02 #step01::before {
	content: "";
	position: absolute;
	top: 21px;
	left: calc(50% + 277px);
	width: calc(100% - (50% + 277px));
	height: 1px;
	background: #fff;
}

#makecaro>#makecaro_02 #step01>section {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step01::before {
		top: 68px;
		left: calc(50% - (170px/2));
		width: calc(100% - (50% - (170px/2)));
		height: 1px;
		background: #fff;
	}

	#makecaro>#makecaro_02 #step01>section {
		width: calc(100% - 30px);
	}
}

@media only screen and (max-width:320px) {
	#makecaro>#makecaro_02 #step01>section {
		width: calc(100vw - 20px);
	}
}

#makecaro>#makecaro_02 #step01>section>h1 {
	position: absolute;
	top: -61px;
	right: 0;
	width: 371px;
	height: 150px;
}

#makecaro>#makecaro_02 #step01>section>h1 img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step01>section>h1 {
		position: relative;
		top: 10px;
		left: 0;
		width: calc(558px/2);
		height: calc(225px/2);
	}
}

#makecaro>#makecaro_02 #step01>section>p {
	padding: 42px 0 32px;
}

#makecaro>#makecaro_02 #step01>section>dl {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	padding-bottom: 35px;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step01>section>p {
		padding: 27px 0 11px;
	}

	#makecaro>#makecaro_02 #step01>section>dl {
		display: block;
		width: auto;
		padding-bottom: 24px;
	}
}

@media only screen and (max-width:320px) {
	#makecaro>#makecaro_02 #step01>section>p {
		margin-right: -10px;
	}
}

#makecaro>#makecaro_02 #step01>section>dl>dt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 180px;
	box-sizing: border-box;
	border: 1px solid #fff;
	text-align: center;
}

#makecaro>#makecaro_02 #step01>section>dl>dt>span:nth-child(2) {
	letter-spacing: 0.08em;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step01>section>dl>dt {
		flex-direction: row;
		width: auto;
		min-height: 24px;
	}

	#makecaro>#makecaro_02 #step01>section>dl>dt>span:nth-child(2) {
		padding-left: 10px;
	}
}

#makecaro>#makecaro_02 #step01>section>dl>dd {
	width: 776px;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step01>section>dl>dd {
		width: 100%;
	}
}

@media only screen and (max-width:320px) {
	#makecaro>#makecaro_02 #step01>section>dl dd {
		width: 100vw;
		margin-left: -10px;
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
	}
}

#makecaro>#makecaro_02 #step01>section>dl>dd ul {
	display: flex;
	flex-wrap: wrap;
}

#makecaro>#makecaro_02 #step01>section>dl>dd ul li {
	/* width: 96px; */
	padding-left: 15px;
}

/* #makecaro>#makecaro_02 #step01>section>dl>dd ul li:nth-child(7n+1) {
	padding-left: 0;
} */

/* #makecaro>#makecaro_02 #step01>section>dl>dd ul li:nth-child(n+8) {
	padding-top: 22px;
} */

#makecaro>#makecaro_02 #step01>section>dl>dd ul li a {
	display: block;
	position: relative;
}

#makecaro>#makecaro_02 #step01>section>dl>dd ul li a::before {
	content: "";
	position: absolute;
	right: -2px;
	bottom: -1px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #333 url(../img/i_03_plus01.png) no-repeat center;
	background-size: 11px 11px;
	z-index: 1;
}

#makecaro>#makecaro_02 #step01>section>dl>dd ul li a:hover::before,
#makecaro>#makecaro_02 #step01>section>dl>dd ul li a:active::before {
	width: calc(32px - 6px);
	height: calc(32px - 6px);
	border: 3px solid #333;
	background: #fff url(../img/i_03_plus01_on.png) no-repeat center;
	background-size: 11px 11px;
}

#makecaro>#makecaro_02 #step01>section>dl>dd ul li a img {
	/* width: 96px;
	height: 96px; */
	width: 80px;
    height: 80px;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step01>section>dl>dd ul li {
		width: 58px;
		padding: 15px 0 0 7px;
	}

	/* #makecaro>#makecaro_02 #step01>section>dl>dd ul li:nth-child(7n+1) {
		padding-left: 7px;
	}

	#makecaro>#makecaro_02 #step01>section>dl>dd ul li:nth-child(5n+1) {
		padding-left: 0;
	}

	#makecaro>#makecaro_02 #step01>section>dl>dd ul li:nth-child(n+6),
	#makecaro>#makecaro_02 #step01>section>dl>dd ul li:nth-child(n+8) {
		padding-top: 12px;
	} */

	#makecaro>#makecaro_02 #step01>section>dl>dd ul li a::before {
		width: calc(37px/2);
		height: calc(37px/2);
		background: #333 url(../img/i_03_plus01.png) no-repeat center;
		background-size: 8px 8px;
	}

	#makecaro>#makecaro_02 #step01>section>dl>dd ul li a:hover::before,
	#makecaro>#makecaro_02 #step01>section>dl>dd ul li a:active::before {
		width: calc(37px/2);
		height: calc(37px/2);
		border: none;
		background: #333 url(../img/i_03_plus01.png) no-repeat center;
		background-size: 8px 8px;
	}

	#makecaro>#makecaro_02 #step01>section>dl>dd ul li a img {
		width: 58px;
		height: 58px;
	}
}

#makecaro>#makecaro_02 #step01>section>dl>dd ul li>span {
	display: block;
	padding-top: 11px;
	text-align: center;
}

#makecaro>#makecaro_02 #step01>section>dl>dd ul li:nth-child(7)>span {
	margin-right: -1em;
}

@media only screen and (max-width:767px) {
	/* #makecaro>#makecaro_02 #step01>section>dl>dd ul li>span {
		padding-top: 8px;
	}

	#makecaro>#makecaro_02 #step01>section>dl>dd ul li:nth-child(7)>span {
		margin-right: 0;
	} */

	#makecaro>#makecaro_02 #step01>section>dl>dd ul li>span>span {
		display: block;
	}
}

#makecaro>#makecaro_02 #step01>section>section {
	display: flex;
	justify-content: space-between;
	padding-bottom: 37px;
}

#makecaro>#makecaro_02 #step01>section>section>div {
	width: 630px;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step01>section>section {
		flex-direction: column;
		justify-content: flex-start;
		padding-bottom: 40px;
	}

	#makecaro>#makecaro_02 #step01>section>section>div {
		width: 100%;
	}
}

#makecaro>#makecaro_02 #step01>section>section>div>p:first-of-type {
	padding: 13px 0 12px;
}

#makecaro>#makecaro_02 #step01>section>section>p {
	width: 300px;
	padding-top: 9px;
	text-align: center;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step01>section>section>div>h1>span:first-child {
		display: block;
	}

	#makecaro>#makecaro_02 #step01>section>section>p {
		display: block;
		margin: 0 auto;
		padding-top: 15px;
	}
}

#makecaro>#makecaro_02 #step01>section>section>p a {
	display: block;
	position: relative;
	padding: 19px 0 14px;
	border-radius: 30px;
	background: #333;
	color: #fff;
}

#makecaro>#makecaro_02 #step01>section>section>p a:hover,
#makecaro>#makecaro_02 #step01>section>section>p a:active {
	background: #fff;
	color: #333;
	text-decoration: none;
}

#makecaro>#makecaro_02 #step01>section>section>p a:link::before,
#makecaro>#makecaro_02 #step01>section>section>p a:visited::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	border: 0 solid transparent;
	box-sizing: border-box;
	transition: border 0.2s linear;
	z-index: 1;
}

#makecaro>#makecaro_02 #step01>section>section>p a:hover::before,
#makecaro>#makecaro_02 #step01>section>section>p a:active::before {
	border: 3px solid #333;
}

@media only screen and (max-width:767px) {

	#makecaro>#makecaro_02 #step01>section>section>p a:hover,
	#makecaro>#makecaro_02 #step01>section>section>p a:active {
		background: #333;
		color: #fff;
	}
}

#makecaro>#makecaro_02 #step02 {
	position: relative;
	min-height: 635px;
	width: 100vw;
	background: linear-gradient(45deg, #9bca50 0%, #b6e965 100%);
}

#makecaro>#makecaro_02 #step02::before {
	content: "";
	position: absolute;
	top: 21px;
	left: calc(50% + 131px);
	width: calc(100% - (50% + 131px));
	height: 1px;
	background: #fff;
}

#makecaro>#makecaro_02 #step02>section {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step02::before {
		top: 68px;
		left: calc(50% - (315px/2));
		width: calc(100% - (50% - (315px/2)));
		height: 1px;
		background: #fff;
	}

	#makecaro>#makecaro_02 #step02>section {
		width: calc(100% - 30px);
	}
}

@media only screen and (max-width:320px) {
	#makecaro>#makecaro_02 #step02::before {
		left: calc(50% - (300px/2));
		width: calc(100% - (50% - (300px/2)));
	}

	#makecaro>#makecaro_02 #step02>section {
		width: calc(100vw - 20px);
	}
}

#makecaro>#makecaro_02 #step02>section>h1 {
	position: absolute;
	top: -61px;
	right: 0;
	width: 371px;
	height: 150px;
}

#makecaro>#makecaro_02 #step02>section>h1 img {
	width: 100%;
	height: auto;
}

#makecaro>#makecaro_02 #step02>section>p {
	padding: 42px 0 21px;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step02>section>h1 {
		position: relative;
		top: 10px;
		left: 0;
		width: calc(556px/2);
		height: calc(225px/2);
	}

	#makecaro>#makecaro_02 #step02>section>p {
		padding: 27px 0 12px;
	}
}

@media only screen and (max-width:320px) {
	#makecaro>#makecaro_02 #step02>section>p {
		margin-right: -10px;
	}
}

#makecaro>#makecaro_02 #step02>section>figure {
	margin-top: -76px;
	padding-bottom: 1px;
}

#makecaro>#makecaro_02 #step02>section>figure>img:first-child {
	float: left;
	width: 601px;
	height: 388px;
	margin: 0 0 0 28px;
}

#makecaro>#makecaro_02 #step02>section>figure>img:nth-child(2) {
	float: left;
	width: 375px;
	height: 366px;
	margin: 18px -5px 0 -4px;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step02>section>figure {
		width: 100%;
		margin-top: 0;
		padding-bottom: 0;
	}

	#makecaro>#makecaro_02 #step02>section>figure>img:first-child {
		float: none;
		width: calc(632px/2);
		height: calc(408px/2);
		margin: 0 auto;
	}

	#makecaro>#makecaro_02 #step02>section>figure>img:nth-child(2) {
		float: right;
		width: calc(466px/2);
		height: calc(440px/2);
		margin: -15px 10px 0 0;
	}
}

@media only screen and (max-width:320px) {
	#makecaro>#makecaro_02 #step02>section>figure>img:first-child {
		width: 300px;
		height: auto;
	}

	#makecaro>#makecaro_02 #step02>section>figure>img:nth-child(2) {
		width: 220px;
		height: auto;
	}
}

#makecaro>#makecaro_02 #step02>section>section {
	display: table;
	padding-bottom: 36px;
}

#makecaro>#makecaro_02 #step02>section>section>div {
	display: table-cell;
	width: 630px;
	padding-right: 70px;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step02>section>section {
		display: block;
		padding-bottom: 40px;
	}

	#makecaro>#makecaro_02 #step02>section>section>div {
		display: block;
		width: auto;
		padding-right: 0;
	}
}

#makecaro>#makecaro_02 #step02>section>section>div>h1>span {
	display: block;
}

#makecaro>#makecaro_02 #step02>section>section>div>p {
	padding-top: 10px;
}

#makecaro>#makecaro_02 #step02>section>section>div>p>span {
	display: block;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step02>section>section>div>h1>span {
		display: inline;
	}

	#makecaro>#makecaro_02 #step02>section>section>div>h1>span>span {
		display: block;
	}

	#makecaro>#makecaro_02 #step02>section>section>div>p>span {
		display: inline;
	}

	#makecaro>#makecaro_02 #step02>section>section>div>p>span:nth-of-type(3) {
		display: block;
	}
}

#makecaro>#makecaro_02 #step02>section>section>p {
	display: table-cell;
	width: 300px;
	padding-top: 15px;
	vertical-align: top;
	text-align: center;
}

#makecaro>#makecaro_02 #step02>section>section>p a {
	display: block;
	position: relative;
	padding: 19px 0 14px;
	border-radius: 30px;
	background: #333;
	color: #fff;
}

#makecaro>#makecaro_02 #step02>section>section>p a:hover,
#makecaro>#makecaro_02 #step02>section>section>p a:active {
	background: #fff;
	color: #333;
	text-decoration: none;
}

#makecaro>#makecaro_02 #step02>section>section>p a:link::before,
#makecaro>#makecaro_02 #step02>section>section>p a:visited::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	border: 0 solid transparent;
	box-sizing: border-box;
	transition: border 0.2s linear;
	z-index: 1;
}

#makecaro>#makecaro_02 #step02>section>section>p a:hover::before,
#makecaro>#makecaro_02 #step02>section>section>p a:active::before {
	border: 3px solid #333;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step02>section>section>p {
		display: block;
		margin: 0 auto;
	}

	#makecaro>#makecaro_02 #step02>section>section>p a:hover,
	#makecaro>#makecaro_02 #step02>section>section>p a:active {
		background: #333;
		color: #fff;
	}

	#makecaro>#makecaro_02 #step02>section>section>p a:hover::before,
	#makecaro>#makecaro_02 #step02>section>section>p a:active::before {
		border: none;
	}
}

#makecaro>#makecaro_02 #step03 {
	position: relative;
	min-height: 635px;
	width: 100vw;
	background: linear-gradient(45deg, #70b4e7 0%, #99d3ff 100%);
}

#makecaro>#makecaro_02 #step03::before {
	content: "";
	position: absolute;
	top: 21px;
	left: calc(50% + 130px);
	width: calc(100% - (50% + 130px));
	height: 1px;
	background: #fff;
}

#makecaro>#makecaro_02 #step03>section {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step03::before {
		top: 68px;
		left: calc(50% - (315px/2));
		width: calc(100% - (50% - (315px/2)));
		height: 1px;
		background: #fff;
	}

	#makecaro>#makecaro_02 #step03>section {
		width: calc(100% - 30px);
	}
}

@media only screen and (max-width:320px) {
	#makecaro>#makecaro_02 #step03::before {
		left: calc(50% - (300px/2));
		width: calc(100% - (50% - (300px/2)));
	}

	#makecaro>#makecaro_02 #step03>section {
		width: calc(100vw - 20px);
	}
}

#makecaro>#makecaro_02 #step03>section>h1 {
	position: absolute;
	top: -61px;
	right: 0;
	width: 371px;
	height: 150px;
}

#makecaro>#makecaro_02 #step03>section>h1 img {
	width: 100%;
	height: auto;
}

#makecaro>#makecaro_02 #step03>section>p {
	padding: 42px 0 51px;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step03>section>h1 {
		position: relative;
		top: 10px;
		left: 0;
		width: calc(556px/2);
		height: calc(225px/2);
	}

	#makecaro>#makecaro_02 #step03>section>p {
		padding: 25px 0 22px;
	}
}

@media only screen and (max-width:320px) {
	#makecaro>#makecaro_02 #step03>section>p {
		margin-right: -10px;
	}
}

#makecaro>#makecaro_02 #step03>section>figure {
	position: relative;
	margin-bottom: 20px;
}

#makecaro>#makecaro_02 #step03>section>figure>img {
	width: 570px;
	height: 275px;
	margin: 0 0 0 217px;
}

#makecaro>#makecaro_02 #step03>section>figure>ul>li:first-child {
	position: absolute;
	top: -4px;
	left: 0;
	width: 215px;
	height: 120px;
}

#makecaro>#makecaro_02 #step03>section>figure>ul>li:first-child::after {
	content: "";
	position: absolute;
	top: 0;
	right: -43px;
	width: 64px;
	height: 66px;
	background: url(../img/i_03_step03_arrow03.png) no-repeat left top;
}

#makecaro>#makecaro_02 #step03>section>figure>ul>li:nth-child(2) {
	position: absolute;
	top: -85px;
	right: 108px;
	width: 215px;
	height: 120px;
}

#makecaro>#makecaro_02 #step03>section>figure>ul>li:nth-child(2)::after {
	content: "";
	position: absolute;
	top: 0;
	left: -213px;
	width: 248px;
	height: 209px;
	background: url(../img/i_03_step03_arrow02.png) no-repeat left top;
}

#makecaro>#makecaro_02 #step03>section>figure>ul>li:nth-child(3) {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 270px;
	height: 93px;
}

#makecaro>#makecaro_02 #step03>section>figure>ul>li:nth-child(3)::after {
	content: "";
	position: absolute;
	top: -119px;
	left: 62px;
	width: 171px;
	height: 119px;
	background: url(../img/i_03_step03_arrow01.png) no-repeat left top;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step03>section>figure {
		display: inline-block;
	}

	#makecaro>#makecaro_02 #step03>section>figure>img {
		width: calc(638px/2);
		height: calc(307px/2);
		margin: calc(198px/2) 0 calc(159px/2);
	}

	#makecaro>#makecaro_02 #step03>section>figure>ul>li:first-child {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(301px/2);
		height: calc(168px/2);
	}

	#makecaro>#makecaro_02 #step03>section>figure>ul>li:nth-child(2) {
		position: absolute;
		top: 0;
		right: 0;
		width: calc(301px/2);
		height: calc(168px/2);
	}

	#makecaro>#makecaro_02 #step03>section>figure>ul>li:nth-child(3) {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: calc(378px/2);
		height: calc(130px/2);
		margin: 0 auto;
	}

	#makecaro>#makecaro_02 #step03>section>figure>ul>li:first-child::after,
	#makecaro>#makecaro_02 #step03>section>figure>ul>li:nth-child(2)::after,
	#makecaro>#makecaro_02 #step03>section>figure>ul>li:nth-child(3)::after {
		display: none;
	}
}

@media only screen and (max-width:320px) {
	#makecaro>#makecaro_02 #step03>section>figure {
		width: 300px;
	}

	#makecaro>#makecaro_02 #step03>section>figure>img {
		width: 100%;
		height: auto;
	}

	#makecaro>#makecaro_02 #step03>section>figure>ul>li:first-child {
		width: 140px;
		height: auto;
	}

	#makecaro>#makecaro_02 #step03>section>figure>ul>li:nth-child(2) {
		width: 140px;
		height: auto;
	}

	#makecaro>#makecaro_02 #step03>section>figure>ul>li:nth-child(3) {
		width: 179px;
		height: auto;
	}
}

#makecaro>#makecaro_02 #step03>section>figure>ul>li img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

#makecaro>#makecaro_02 #step03>section>section {
	display: table;
	padding-bottom: 36px;
}

#makecaro>#makecaro_02 #step03>section>section>div {
	display: table-cell;
	width: 630px;
	padding: 12px 70px 0 0;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step03>section>section {
		display: block;
		padding-bottom: 40px;
	}

	#makecaro>#makecaro_02 #step03>section>section>div {
		display: block;
		width: auto;
		padding: 3px 0 10px;
	}
}

#makecaro>#makecaro_02 #step03>section>section>div>p {
	padding-top: 11px;
}

#makecaro>#makecaro_02 #step03>section>section>div>p>span {
	display: block;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step03>section>section>div>h1>span {
		display: block;
	}

	#makecaro>#makecaro_02 #step03>section>section>div>p>span {
		display: inline;
	}

	#makecaro>#makecaro_02 #step03>section>section>div>p>span:nth-of-type(3) {
		display: block;
	}
}

#makecaro>#makecaro_02 #step03>section>section>p {
	display: table-cell;
	width: 300px;
	vertical-align: top;
	text-align: center;
}

#makecaro>#makecaro_02 #step03>section>section>p a {
	display: block;
	position: relative;
	padding: 19px 0 14px;
	border-radius: 30px;
	background: #333;
	color: #fff;
}

#makecaro>#makecaro_02 #step03>section>section>p a:hover,
#makecaro>#makecaro_02 #step03>section>section>p a:active {
	background: #fff;
	color: #333;
	text-decoration: none;
}

#makecaro>#makecaro_02 #step03>section>section>p a:link::before,
#makecaro>#makecaro_02 #step03>section>section>p a:visited::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	border: 0 solid transparent;
	box-sizing: border-box;
	transition: border 0.2s linear;
	z-index: 1;
}

#makecaro>#makecaro_02 #step03>section>section>p a:hover::before,
#makecaro>#makecaro_02 #step03>section>section>p a:active::before {
	border: 3px solid #333;
}

@media only screen and (max-width:767px) {
	#makecaro>#makecaro_02 #step03>section>section>p {
		display: block;
		margin: 0 auto;
	}

	#makecaro>#makecaro_02 #step03>section>section>p a:hover,
	#makecaro>#makecaro_02 #step03>section>section>p a:active {
		background: #333;
		color: #fff;
	}
}

#makecaro>#makecaro_02 #step01:focus,
#makecaro>#makecaro_02 #step02:focus,
#makecaro>#makecaro_02 #step03:focus {
	outline: none;
}