@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#maker{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	padding: 5rem 0;
	background-image: url("../images/maker_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maker_wrap{
	width: 100%;
	max-width: 1080px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.maker_title{
	width: 717px;
	height: auto;
	margin: 0 0 2rem 0;
}
.maker_title img{
	width: 100%;
	height: auto;
}
.maker_box{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: white;
}
.maker_box_title{
	width: 100%;
	height: auto;
	background: #00a0e5;
	padding:1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maker_box_title p{
	color: white;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1em;
}
.maker_box_contents{
	width: calc(100% - 8rem);
	height: auto;
	padding: 1rem 4rem;
	margin: 1em 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.maker_box_contents_renga{
	width: calc(100% - 8rem);
	height: auto;
	padding: 1rem 4rem;
	margin: 1em 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.maker_box_logo{
	width: 16%;
	height: auto;
}
.maker_box_logo_renga{
	width: 16%;
	height: auto;
	margin: 0 .5rem;
}
.maker_box_logo img{
	width: 100%;
	height: auto;
	margin: 0 0 .75rem 0;
}
.maker_box_logo_renga img{
	width: 100%;
	height: auto;
	margin: 0 0 .75rem;
}
.maker_text{
	width: auto;
	height: auto;
	margin: 0 0 1.5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maker_text p{
	font-size: 1.1rem;
	text-align: center;
	line-height: 1em;
}
}

@media screen and (min-width: 751px) and (max-width: 1080px){
#maker{
	width: 100vw;
	height: auto;
	padding: 5rem 0;
	background-image: url("../images/maker_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maker_wrap{
	width: calc(100% - 4rem);
	height: auto;
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.maker_title{
	width: 70vw;
	height: auto;
	margin: 0 0 2rem 0;
}
.maker_title img{
	width: 100%;
	height: auto;
}
.maker_box{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: white;
}
.maker_box_title{
	width: 100%;
	height: auto;
	background: #00a0e5;
	padding:1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maker_box_title p{
	color: white;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1em;
}
.maker_box_contents{
	width: calc(100% - 4rem);
	height: auto;
	padding: 1rem 2rem;
	margin: 1em 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.maker_box_contents_renga{
	width: calc(100% - 8rem);
	height: auto;
	padding: 1rem 4rem;
	margin: 1em 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.maker_box_logo{
	width: 16%;
	height: auto;
}
.maker_box_logo_renga{
	width: 16%;
	height: auto;
	margin: 0 .5rem;
}
.maker_box_logo img{
	width: 100%;
	height: auto;
	margin: 0 0 .75rem 0;
}
.maker_box_logo_renga img{
	width: 100%;
	height: auto;
	margin: 0 0 .75rem;
}
.maker_text{
	width: auto;
	height: auto;
	margin: 0 0 1.5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maker_text p{
	font-size: 1.1rem;
	text-align: center;
	line-height: 1em;
}
}

@media screen and (max-width: 750px){
#maker{
	width: 100vw;
	height: auto;
	padding: 3rem 0;
	background-image: url("../images/maker_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maker_wrap{
	width: calc(100% - 8vw);
	height: auto;
	padding: 0 4vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.maker_title{
	width: 90vw;
	height: auto;
	margin: 0 0 2rem 0;
}
.maker_title img{
	width: 100%;
	height: auto;
}
.maker_box{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: white;
}
.maker_box_title{
	width: 100%;
	height: auto;
	background: #00a0e5;
	padding:1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maker_box_title p{
	color: white;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1em;
}
.maker_box_contents{
	width: calc(100% - 12vw);
	height: auto;
	padding: 0rem 6vw;
	margin: 1em 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.maker_box_contents_renga{
	width: calc(100% - 8vw);
	height: auto;
	padding: 0rem 4vw;
	margin: 1em 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.maker_box_logo{
	width: 24%;
	height: auto;
}
.maker_box_logo_renga{
	width: 16%;
	height: auto;
	margin: 0 .5rem;
}
.maker_box_logo img{
	width: 100%;
	height: auto;
	margin: 0 0 0vw 0;
}
.maker_box_logo_renga img{
	width: 100%;
	height: auto;
	margin: 0 0 .75rem;
}
.maker_text{
	width: auto;
	height: auto;
	margin: 0 0 1.5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maker_text p{
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.5em;
}
}