@charset "utf-8";/*アートメイク用*/
@media screen and (min-width: 768px) {
	#page-artmake .bloc {
		margin: 0px auto 70px auto;
	}
}

/* ------------------------------------------------ */
.artmake-ban {
	margin-bottom: 30px;
}
/* ------------------------------------------------ */
.artmake-about {
}
.artmake-about-tex {
	margin-bottom: 30px;
}
.artmake-about-tex::after {
	content: "";
	display: block;
	clear: both;
}
.artmake-about-tex p {
}
.artmake-about-tex p small {
	display: inline-block;
	font-size: 0.7em;
	line-height: 1.6em;
}
.artmake-about-tex img {
}
@media screen and (max-width: 767px) {
	.artmake-about-tex img {
		width: 250px;
		margin: 0px auto 10px auto;
	}
}
@media screen and (min-width: 768px) {
	.artmake-about-tex img {
		float: right;
		width: 250px;
		margin: 0px 0px 0px 20px;
	}
}
/* ------------------------------------------------ */
.artmake-about-ba {
	text-align: center;
}
.artmake-about-ba h3 {
	color: #ff7b80;
	font-size: 1.4em;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.artmake-about-ba ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 20px 0px;
}
.artmake-about-ba ul li {
	display: table-cell;
	vertical-align: middle;
}
.artmake-about-ba ul li b {
}
/* ------------------------------------------------ */
.artmake-about-nayami {
	text-align: center;
	margin-bottom: 30px;
}
.artmake-about-nayami h3 {
	color: #ff7b80;
	font-size: 1.4em;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.artmake-about-nayami ul {
}
.artmake-about-nayami ul li {
	margin: 10px 10px;
}
.artmake-about-nayami ul li p {
	font-size: 1.1em;
	border: 4px solid #ffdbe7;
}
@media screen and (min-width: 768px) {
	.artmake-about-nayami ul li {
		display: inline-block;
		vertical-align: middle;
		table-layout: fixed;
		border-spacing: 0px;
		margin: 0px 10px;
	}
	.artmake-about-nayami ul li p {
		display: table-cell;
		width: 175px;
		height: 175px;
		vertical-align: middle;
		border: 10px solid #ffdbe7;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
	}
}
.artmake-about-nayami ul li p b {
	display: block;
	font-size: 1.1em;
}
/* ------------------------------------------------ */
.artmake-about-nayami-ossm {
	position: relative;
	margin-bottom: 30px;
}
.artmake-about-nayami-ossm img {
}
.artmake-about-nayami-ossm h3 {
	margin-bottom: 30px;
}
.artmake-about-nayami-ossm h3 b {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	font-size: 22px;
	font-size: clamp(20px, 2.2vw, 22px);
	font-weight: 700;
	line-height: 1em;
	padding: 0px 20px;
}
.artmake-about-nayami-ossm h3 b::before,
.artmake-about-nayami-ossm h3 b::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0px;
	width: 2px;
	height: 100%;
	background-color: #f8c1c2;
}
.artmake-about-nayami-ossm h3 b::before {
	left: 0px;
	transform: rotate(-15deg);
}
.artmake-about-nayami-ossm h3 b::after {
	right: 0px;
	transform: rotate(15deg);
}
.artmake-about-nayami-ossm ul {
}
.artmake-about-nayami-ossm ul li {
	font-size: 20px;
	font-size: clamp(16px, 2vw, 20px);
	border-bottom: 1px dashed #f8c1c2;
	margin-bottom: 10px;
}
.artmake-about-nayami-ossm ul li p {
	position: relative;
	padding: 5px 5px 5px 20px;
}
.artmake-about-nayami-ossm ul li p::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border: 1px solid #000;
}
.artmake-about-nayami-ossm ul li p b {
}
@media screen and (min-width: 768px) {
	.artmake-about-nayami-ossm {
		padding: 0px 0px 0px 350px;
	}
	.artmake-about-nayami-ossm img {
		position: absolute;
		z-index: 0;
		left: 0;
		top: 0;
	}
	.artmake-about-nayami-ossm ul {
		padding: 0px 0px 0px 20px;
	}
}
@media screen and (max-width: 767px) {
	.artmake-about-nayami-ossm img {
		max-width: 250px;
		margin: 0px auto;
	}
	.artmake-about-nayami-ossm h3 {
		text-align: center;
	}
	.artmake-about-nayami-ossm ul {
		padding: 0px 20px 0px 20px;
	}
}
/* ------------------------------------------------ */
.artmake-price {
}
.artmake-price-tex {
	margin-bottom: 30px;
}
.artmake-price-tex p {
}
.artmake-price-tex p b {
}
.artmake-price-list {
	margin-bottom: 40px;
}
.artmake-price-list dl {
	border: 1px solid #666;
	margin-bottom: 10px;
}
.artmake-price-list dl dt {
	text-align: center;
	background-color: #ff7b80;
	padding: 5px;
}
.artmake-price-list dl dd {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.artmake-price-list dl {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.artmake-price-list dl dt {
		display: table-cell;
		width: 25%;
		vertical-align: middle;
		border-right: 1px solid #666;
	}
	.artmake-price-list dl dd {
		display: table-cell;
		vertical-align: middle;
	}
}
.artmake-price-list dl dt h3 {
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
	padding: 5px;
}
.artmake-price-list dl dt h3 b {
	display: inline-block;
	vertical-align: middle;
}
.artmake-price-list dl dt h3 small {
	display: inline-block;
	vertical-align: middle;
}
.artmake-price-list dl dd em {
	display: inline-block;
	padding: 5px;
}
@media screen and (min-width: 768px) {
	.artmake-price-list dl dd em {
		padding: 15px 5px;
	}
}
.artmake-price-list dl dd em b {
	font-size: 1.5em;
}
.artmake-price-list dl dd em small {
}
.artmake-price-list dl dd div.artmake-price-list-bloc {
}
.artmake-price-list dl dd ul {
}
.artmake-price-list dl dd ul li {
	color: #f3797f;
}
.artmake-price-list dl dd ul li h4 {
}
.artmake-price-list dl dd ul li h4 small {
}
.artmake-price-list dl dd ul li h4 small span {
}
@media screen and (min-width: 768px) {
	.artmake-price-list dl dd ul li {
		text-align: left;
		border-bottom: 1px solid #666;
		padding: 15px 5px 15px 15px;
	}
	.artmake-price-list dl dd ul li:last-child {
		border-bottom: none;
	}
	.artmake-price-list dl dd ul li h4 {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.artmake-price-list dl dd ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
		border-bottom: 1px solid #666;
	}
	.artmake-price-list dl dd ul li {
		display: table-cell;
		vertical-align: middle;
		border-right: 1px dashed #666;
		padding: 10px 0px;
	}
	.artmake-price-list dl dd ul li:last-child {
		border-right: none;
	}
	.artmake-price-list dl dd ul li h4 {
		font-size: 20px;
	}
	.artmake-price-list dl dd ul li h4 small {
		display: block;
		font-size: 12px;
		line-height: 1.3em;
	}
	.artmake-price-list dl dd ul li h4 small span {
		display: none;
	}
}
.artmake-price-list dl dd div.artmake-price-list-box {
}
@media screen and (min-width: 768px) {
	.artmake-price-list dl dd div.artmake-price-list-bloc {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.artmake-price-list dl dd ul,
	.artmake-price-list dl dd div.artmake-price-list-box {
		display: table-cell;
		vertical-align: middle;
	}
	.artmake-price-list dl dd ul {
		border-right: 1px solid #666;
	}
}
.artmake-price-list dl dd div.artmake-price-list-box em {
	color: #f3797f;
	border-bottom: 3px solid #f3797f;
}
.artmake-price-list dl dd div.artmake-price-list-box em span {
	display: block;
	color: #333;
	text-align: left;
}
@media screen and (min-width: 768px) {
	.artmake-price-list dl dd div.artmake-price-list-box em {
		padding: 15px 5px 5px 5px;
	}
}
@media screen and (max-width: 767px) {
	.artmake-price-list dl dd div.artmake-price-list-box em {
	margin-bottom: 10px;
	}
}
.artmake-price-list dl dd div.artmake-price-list-box em b {
	font-size: 2em;
}
.artmake-price-list strong {
	display: block;
	color: #f3797f;
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	text-align: center;
	border: 1px solid #666;
	padding: 20px 10px;
}

.artmake-price-tester {
	text-align: center;
}
.artmake-price-tester h3 {
	margin-bottom: 30px;
}
.artmake-price-tester h3 b {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	font-size: 22px;
	font-size: clamp(20px, 2.2vw, 22px);
	font-weight: 700;
	line-height: 1em;
	padding: 0px 25px;
}
.artmake-price-tester h3 b::before,
.artmake-price-tester h3 b::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center top;
}
.artmake-price-tester h3 b::before {
	left: 0px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="100%" height="100%" viewBox="0 0 16 36" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="%23f2787f" d="M4.603,1.52C4.222,1.358 4.045,0.917 4.207,0.536C4.369,0.155 4.81,-0.022 5.191,0.14L15.161,4.39C15.542,4.553 15.719,4.994 15.557,5.374C15.394,5.755 14.953,5.933 14.573,5.77L4.603,1.52Z"/><path fill="%23f2787f" d="M0.898,18.609C0.485,18.587 0.167,18.233 0.19,17.82C0.212,17.407 0.565,17.089 0.979,17.112L11.802,17.695C12.215,17.717 12.533,18.07 12.51,18.484C12.488,18.897 12.134,19.215 11.721,19.192L0.898,18.609Z"/><path fill="%23f2787f" d="M3.262,35.936C2.866,36.056 2.446,35.832 2.326,35.436C2.206,35.04 2.429,34.621 2.825,34.5L13.194,31.347C13.59,31.227 14.01,31.451 14.13,31.847C14.251,32.243 14.027,32.662 13.631,32.783L3.262,35.936Z"/></svg>');
}
.artmake-price-tester h3 b::after {
	right: 0px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="100%" height="100%" viewBox="0 0 16 36" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="%23f2787f" d="M11.586,1.52C11.967,1.358 12.144,0.917 11.982,0.536C11.819,0.155 11.378,-0.022 10.998,0.14L1.028,4.39C0.647,4.553 0.469,4.994 0.632,5.374C0.794,5.755 1.235,5.933 1.616,5.77L11.586,1.52Z"/><path fill="%23f2787f" d="M15.29,18.609C15.704,18.587 16.021,18.233 15.999,17.82C15.977,17.407 15.623,17.089 15.21,17.112L4.387,17.695C3.973,17.717 3.656,18.07 3.678,18.484C3.7,18.897 4.054,19.215 4.467,19.192L15.29,18.609Z"/><path fill="%23f2787f" d="M12.927,35.936C13.323,36.056 13.742,35.832 13.862,35.436C13.983,35.04 13.759,34.621 13.363,34.5L2.994,31.347C2.598,31.227 2.179,31.451 2.058,31.847C1.938,32.243 2.162,32.662 2.558,32.783L12.927,35.936Z"/></svg>');
}
.artmake-price-tester span {
	display: inline-block;
	border-bottom: 4px solid #f3797f;
	margin-bottom: 30px;
}
.artmake-price-tester span b {
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
}
.artmake-price-tester span strong {
	color: #f3797f;
	font-size: 50px;
	font-size: clamp(36px, 5vw, 50px);
	font-weight: 700;
	line-height: 1em;
}
.artmake-price-tester span strong small {
	font-size: 40px;
	font-size: clamp(32px, 4vw, 40px);
}
.artmake-price-tester p {
}

/* ------------------------------------------------ */
#artmake-subcli .title h2 {
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	#artmake-subcli .title h2 {
		text-align: center;
	}
}
#artmake-subcli .title h2 img {
	display: inline-block;
	vertical-align: middle;
}
#artmake-subcli .title h2 em {
	display: inline-block;
	vertical-align: middle;
}
#artmake-subcli .title h2 b {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-size: clamp(13px, 1.5vw, 15px);
	font-weight: 500;
	line-height: 1em;
	background-color: #f3797f;
	vertical-align: middle;
	border-radius: 3px;
	padding: 3px 5px 4px 5px;
}
#artmake-subcli .title h2 b span {
	display: inline-block;
	color: #f3797f;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1em;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 3px;
	margin-right: 10px;
	padding: 2px 5px;
}
#artmake-subcli .title h2 b strong {
	display: inline-block;
	font-weight: 500;
	line-height: 1em;
	vertical-align: middle;
}
.artmake-subcli-tex {
	margin-bottom: 30px;
}
.artmake-subcli-tex dl {
}
.artmake-subcli-tex dl dt {
	margin-bottom: 10px;
}
.artmake-subcli-tex dl dt b {
	font-size: 1.5em;
}
.artmake-subcli-tex dl dd {
}
.artmake-subcli-tex dl dd p {
}
.artmake-subcli-price {
}
.artmake-subcli-price dl {
	border: 1px solid #666;
	margin-bottom: 10px;
}
.artmake-subcli-price dl dt {
	text-align: center;
	background-color: #ff7b80;
	padding: 5px;
}
.artmake-subcli-price dl dd {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.artmake-subcli-price dl {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.artmake-subcli-price dl dt {
		display: table-cell;
		vertical-align: middle;
		border-right: 1px solid #666;
	}
	.artmake-subcli-price dl:nth-child(1) dt {
		width: 50%;
	}
	.artmake-subcli-price dl:nth-child(2) dt {
		width: 20%;
	}
	.artmake-subcli-price dl dd {
		display: table-cell;
		vertical-align: middle;
	}
}
	@media screen and (max-width: 767px) {
	.artmake-subcli-price dl dd {
		padding: 10px 10px;
	}
}
.artmake-subcli-price dl dt h3 {
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
	padding: 5px;
}
.artmake-subcli-price dl dt h3 b {
	display: block;
}
.artmake-subcli-price dl dt h3 small {
	display: block;
}
.artmake-subcli-price dl dd span small {
}
.artmake-subcli-price dl dd em {
	display: inline-block;
	font-size: 1.2em;
	font-weight: 500;
	padding: 5px;
}
.artmake-subcli-price dl:nth-child(1) dd em {
	border-bottom: 4px solid #f3797f;
}
.artmake-subcli-price dl dd em span {
	display: block;
	font-size: 1.5rem;
}
.artmake-subcli-price dl dd em b {
	color: #f3797f;
	font-size: 1.5em;
}
.artmake-subcli-price dl dd em small {
	color: #f3797f;
}
.artmake-subcli-price dl dd p {
}
.artmake-subcli-price dl dd p small {
}
/* ------------------------------------------------ */
.artmake-menu {
	text-align: center;
}
#artmake-tester .artmake-tester-tex {
	margin-bottom: 10px;
	text-align: center;
}
#artmake-tester .artmake-tester-tex p b {
	color: #ff5963;
	border-bottom: 2px solid #ff5963;
}
dl.artmake-menu1 {
	border: 1px solid #666;
	margin-bottom: 10px;
}
dl.artmake-menu1:last-child {
	margin-bottom: 0px;
}
dl.artmake-menu1 dt.artmake-menu1 {
	background-color: #ff7b80;
}
dl.artmake-menu1 dt.artmake-menu1 h3 {
	color: #fff;
	font-size: 1.1em;
	font-weight: 500;
	padding: 5px;
}
dl.artmake-menu1 dd.artmake-menu1 {
}
@media screen and (max-width: 767px) {
	dl.artmake-menu1 dt.artmake-menu1 {
	}
}
@media screen and (min-width: 768px) {
	dl.artmake-menu1 {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	dl.artmake-menu1 dt.artmake-menu1 {
		display: table-cell;
		width: 20%;
		vertical-align: middle;
		border-right: 1px solid #666;
	}
	dl.artmake-menu1 dd.artmake-menu1 {
		display: table-cell;
		vertical-align: middle;
	}
}
dl.artmake-menu2 {
	border-bottom: 1px solid #666;
}
dl.artmake-menu2:last-child {
	border-bottom: none;
}
dl.artmake-menu2 dt.artmake-menu2 {
	text-align: center;
}
dl.artmake-menu2 dt.artmake-menu2 h4 {
	color: #ff606b;
	font-weight: 500;
}
dl.artmake-menu2 dt.artmake-menu2 h4 span {
	color: #333;
	font-size: 0.85em;
	font-weight: 500;
}
dl.artmake-menu2 dt.artmake-menu2 h4 span {
	display: block;
}

dl.artmake-menu2 dd.artmake-menu2 {
}
#artmake-tester dl.artmake-menu2 dt.artmake-menu2 {
	background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
	dl.artmake-menu2 dt.artmake-menu2 h4 {
		font-size: 1.1em;
		border-bottom: 1px solid #666;
		padding: 5px;
	}
}
@media screen and (min-width: 768px) {
	dl.artmake-menu2 {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	dl.artmake-menu2 dt.artmake-menu2 {
		display: table-cell;
		width: 30%;
		vertical-align: middle;
		border-right: 1px solid #666;
	}
	dl.artmake-menu2 dd.artmake-menu2 {
		display: table-cell;
		vertical-align: middle;
	}
}
dl.artmake-menu2 dd.artmake-menu2 ul {
}
dl.artmake-menu2 dd.artmake-menu2 ul li {
}
dl.artmake-menu2 dd.artmake-menu2 ul li {
	border-bottom: 1px solid #666;
}
dl.artmake-menu2 dd.artmake-menu2 ul li:last-child {
	border-bottom: none;
}
dl.artmake-menu2 dd.artmake-menu2 ul li dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
dl.artmake-menu2 dd.artmake-menu2 ul li dl dt {
	display: table-cell;
	font-weight: 500;
	vertical-align: middle;
	background-color: #f6f6f6;
	padding: 5px;
}
#artmake-tester dl.artmake-menu2 dd.artmake-menu2 ul li dl dt {
	display: none;
	padding: 0px;
}
dl.artmake-menu2 dd.artmake-menu2 ul li dl dd {
	display: table-cell;
	font-weight: 700;
	vertical-align: middle;
	padding: 5px;
}
dl.artmake-menu2 dd.artmake-menu2 ul li dl dd span {
	font-size: 0.7em;
	font-weight: 500;
}
dl.artmake-menu2 dd.artmake-menu2 ul li dl dd p {
	font-size: 0.8em;
	line-height: 1.4em;
}
dl.artmake-menu2 dd.artmake-menu2 ul li dl dd p em {
	color: #ff7b80;
	font-size: 1.2em;
	font-weight: 700;
}
#artmake-tester dl.artmake-menu2 dd.artmake-menu2 ul li dl dd i {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	background-color: #ff7b80;
	margin-right: 10px;
	padding: 3px;
}
#artmake-tester dl.artmake-menu2 dd.artmake-menu2 ul li dl dd strong {
}
@media screen and (max-width:767px) {
	#artmake-tester dl.artmake-menu2 dd.artmake-menu2 ul li dl dd strong {
		display: block;
	}
}
#artmake-tester dl.artmake-menu2 dd.artmake-menu2 ul li dl dd b {
	color: #ff5963;
	font-size: 1.2em;
	font-weight: 700;
}
#artmake-tester dl.artmake-menu2 dd.artmake-menu2 ul li dl dd p {
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: 400;
}
#artmake-tester dl.artmake-menu2 dd.artmake-menu2 ul li dl dd p span {
	font-size: 0.75em;
	font-weight: 400;
}
/* ------------------------------------------------ */
.artmake-hikaku {
}
@media screen and (max-width: 767px) {
	.artmake-hikaku-top {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.artmake-hikaku-top {
		margin-bottom: 0px;
	}
	.artmake-hikaku-top ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
		border: 1px solid #666;
		border-bottom: none;
	}
	.artmake-hikaku-top ul li {
		display: table-cell;
		color: #fff;
		font-size: 1.1em;
		font-weight: 500;
		text-align: center;
		vertical-align: middle;
		background-color: #ff7b80;
		border-right: 1px dashed #666;
		padding: 5px 0px;
	}
	.artmake-hikaku-top ul li:first-child {
		width: 30%;
	}
	.artmake-hikaku-top ul li:last-child {
		border-right: none;
	}
}
@media screen and (max-width: 767px) {
	.artmake-hikaku-box {
		border: 1px solid #666;
		margin-bottom: 5px;
	}
	.artmake-hikaku-box dl {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
		border-bottom: 1px solid #666;
	}
	.artmake-hikaku-box dl:last-child {
		border-bottom: none;
	}
	.artmake-hikaku-box dl dt {
		display: table-cell;
		width: 30%;
		color: #fff;
		font-weight: 500;
		text-align: center;
		background-color: #ff7b80;
		vertical-align: middle;
		padding: 5px 2px;
	}
	.artmake-hikaku-box dl dd {
		display: table-cell;
		vertical-align: middle;
		padding: 5px 5px;
	}
}
@media screen and (min-width: 768px) {
	.artmake-hikaku-box {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
		margin-bottom: 0px;
		border-left: 1px solid #666;
		border-right: 1px solid #666;
		border-bottom: 2px solid #666;
	}
	.artmake-hikaku-box:last-child {
		border-bottom: 1px solid #666;
	}
	.artmake-hikaku-box dl {
		display: table-cell;
		vertical-align: middle;
		border-right: 1px dashed #666;
	}
	.artmake-hikaku-box dl:first-child {
		width: 30%;
	}
	.artmake-hikaku-box dl:last-child {
		border-right: none;
	}
	.artmake-hikaku-box dl dt {
		display: none
	}
	.artmake-hikaku-box dl dd {
		padding: 5px 10px;
	}
}
.artmake-hikaku-box dl dd h3 {
	color: #ff7b80;
	font-size: 1.3em;
	text-align: center;
}
.artmake-hikaku-box dl dd img {
	width: 180px;
	margin: 0px auto 10px auto;
}
.artmake-hikaku-box dl dd p {
	line-height: 1.4em;
}
.artmake-hikaku-box dl dd ul {
}
.artmake-hikaku-box dl dd ul li {
	position: relative;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding-left: 20px;
}
.artmake-hikaku-box dl dd ul li:last-child {
	margin-bottom: 0px;
}
.artmake-hikaku-box dl dd ul li::before {
	content: "●";
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ff7b80;
}
/* ------------------------------------------------ */
.artmake-flow {
}
.artmake-flow ul {
}
.artmake-flow ul li {
	position: relative;
	padding-bottom: 30px;
}
.artmake-flow ul li::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ff7b80 transparent transparent transparent;
}
.artmake-flow ul li:last-child::after {
	display: none;
}
.artmake-flow ul li dl {
}
.artmake-flow ul li dl dt {
}
.artmake-flow ul li dl dt h3 {
	color: #ff7b80;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
}
.artmake-flow ul li dl dd {
	position: relative;
	padding: 10px;
}
.artmake-flow ul li dl dd p {
}
.artmake-flow ul li dl dd img {
}
/*
@media screen and (min-width: 768px) {
	.artmake-flow ul li:nth-child(1) dl dd,
	.artmake-flow ul li:nth-child(2) dl dd,
	.artmake-flow ul li:nth-child(4) dl dd {
		min-height: 180px;
		padding-right: 320px;
	}
	.artmake-flow ul li dl dd img {
		position: absolute;
		right: 0px;
		top: 10px;
		height: 180px;
	}
}
*/
/* ------------------------------------------------ */
.artmake-yakusoku {
}
.artmake-yakusoku ul li {
	position: relative;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding-left: 20px;
}
.artmake-yakusoku ul li:last-child {
	margin-bottom: 0px;
}
.artmake-yakusoku ul li::before {
	content: "●";
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ff7b80;
}
/* ------------------------------------------------ */
.artmake-profile {
}
.artmake-profile h3 {
	color: #ff8c8f;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
}
.artmake-profile img {
}
.artmake-profile::after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 767px) {
	.artmake-profile h3 {
		text-align: center;
	}
	.artmake-profile img {
		width: 250px;
		margin: 0px auto 10px auto;
	}
}
@media screen and (min-width: 768px) {
	.artmake-profile img {
		float: right;
		width: 250px;
		margin: 0px 0px 0px 20px;
	}
}
.artmake-profile-tex {
	margin-bottom: 20px;
}
.artmake-profile-tex p {
}
.artmake-profile-mess {
	background-color: #ffdbe7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.artmake-profile-mess {
		width: 520px;
	}
}
.artmake-profile-mess h4 {
	color: #bf1e79;
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 10px;
}
.artmake-profile-mess p {
	font-size: 0.95em;
	line-height: 1.6em;
}



.artmake-profile-bloc {
}
.artmake-profile-box {
}
.artmake-profile-photo {
}
@media screen and (min-width: 768px) {
	.artmake-profile-bloc {
		position: relative;
	}
	.artmake-profile-box {
	padding: 0px 10px;
	}
	.artmake-profile-bloc:nth-child(1) {
	margin-bottom: 30px;
	}
	.artmake-profile-bloc:nth-child(1) .artmake-profile-box {
		width: 50%;
	}
	.artmake-profile-bloc:nth-child(1) .artmake-profile-photo {
		position: absolute;
		z-index: 0;
		right: 0px;
		top: 0px;
	}
	.artmake-profile-bloc:nth-child(1) .artmake-profile-photo img {

	}
	.artmake-profile-bloc:nth-child(2) {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.artmake-profile-bloc:nth-child(2) .artmake-profile-box {
		display: table-cell;
		vertical-align: top;
	}
}
@media screen and (max-width: 767px) {
	.artmake-profile-bloc:nth-child(1) .artmake-profile-photo img {
		max-width: 250px;
		margin: 0px auto 20px auto;
	}
}
.artmake-profile-box h3 {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.artmake-profile-box h3 {
		text-align: center;
	}
}
.artmake-profile-box h3 span {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.artmake-profile-box h3 b {
	display: block;
	color: #ff8c8f;
	font-size: 30px;
	font-weight: 500;
}
.artmake-profile-mess-tex {
	margin-bottom: 40px;
}
.artmake-profile-mess-tex p {
	font-size: 15px;
	line-height: 1.6em;
}
@media screen and (max-width: 767px) {
	.artmake-profile-mess-tex img {
		margin: 0px auto;
	}
}
.artmake-profile-list {
}
.artmake-profile-list dl {
}
.artmake-profile-list dl dt {
	color: #fff;
	background-color: #ff7b80;
	padding: 3px 5px;
}
.artmake-profile-list dl dd {
	padding: 5px 5px;
}
@media screen and (max-width: 767px) {
	.artmake-profile-list dl dd {
		padding: 10px 5px 20px 5px;
	}
}
.artmake-profile-list dl dd ul {
}
.artmake-profile-list dl dd ul li {
	position: relative;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 4px;
	padding-left: 10px;
}
.artmake-profile-list dl dd ul li::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background-color: #ff7b80;
	border-radius: 10px;
}
.artmake-profile-list dl dd p {
	font-size: 15px;
	line-height: 1.4em;
	padding-top: 10px;
}

.artmake-profile-aisatsu {
	padding-top: 20px;
}
.artmake-profile-aisatsu dl {
}
.artmake-profile-aisatsu dl dt {
	color: #ff7b80;
	font-size: 1.3em;
	font-weight: 500;
	padding: 3px 5px;
}
.artmake-profile-aisatsu dl dd {
	padding: 5px 5px;
}

/* ------------------------------------------------ */
.artmake-con {
	text-align: center;
}
.artmake-con-btn {
	margin-bottom: 20px;
}
.artmake-con-btn2 {
	margin-bottom: 0px;
	padding-top: 20px;
}
.artmake-con-btn a {
}
.artmake-con-btn2 .link.col_subcli a {
	background-color: #df8695;
	border: 1px solid #df8695;
}
.artmake-con-btn a span {
}
.artmake-con-tel {
	background-color: #ffe0ea;
	padding: 10px;
}
.artmake-con-tel em {
	position: relative;
	font-size: 1.2em;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.artmake-con-tel em {
		display: block;
		border-bottom: 1px solid #ccc;
	}
}
@media screen and (min-width: 768px) {
	.artmake-con-tel em {
		display: inline-block;
		vertical-align: middle;
		margin-right: 20px;
		padding: 0px 20px 0px 0px;
	}
	.artmake-con-tel em::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		right: 0px;
		top: 50%;
		border-width: 8px 0 8px 10px;
		border-color: transparent transparent transparent #ff7b80;
		margin-top: -8px;
	}
}
.artmake-con-tel b {
	position: relative;
	color: #f2787f;
	font-size: 1.2em;
	font-weight: 700;
	text-align: left;
	background-color: #fff;
	padding: 10px 10px 10px 20px;
}
.artmake-con-tel b::after {
}
@media screen and (min-width: 768px) {
	.artmake-con-tel b::after {
		content: "";
		position: absolute;
		z-index: 0;
		right: -20px;
		top: 0px;
		width: 20px;
		height: 100%;
		background-color: #fff;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
	}
}
@media screen and (max-width: 767px) {
	.artmake-con-tel b {
		padding: 5px 10px;
	}
}
.artmake-con-tel dl {
	padding: 5px 10px;
}
@media screen and (min-width: 768px) {
	.artmake-con-tel dl {
		padding: 10px 10px;
	}
}

@media screen and (min-width: 768px) {
	.artmake-con-tel2 {
		display: flex;
		flex-wrap: nowrap;
		gap: 3px;
		align-items: stretch;
		justify-content: center;
	}
	.artmake-con-tel2 b,
	.artmake-con-tel2 dl {
		flex: 1;
		box-sizing: border-box;
	}
	.artmake-con-tel2 b {
		flex: 0 0 calc(22% - 3px);
	}
}
@media screen and (max-width: 767px) {
	.artmake-con-tel b {
		display: inline-block;
		vertical-align: middle;
	}
	.artmake-con-tel dl {
		display: inline-block;
		vertical-align: middle;
	}
}

.artmake-con-tel dl dt {
	font-size: 1.1em;
	font-weight: 700;
}
.artmake-con-tel dl dd {
}
.artmake-con-tel dl dd a {
	color: #ff7b80;
	font-size: 1.2em;
	font-weight: 700;
}
.artmake-con-tel2 dl dd a {
	font-size: 1.4em;
}
.artmake-con-tel dl dd a span {
	font-size: 1.2em;
}
@media screen and (max-width: 767px) {
	.artmake-con-tel dl dd a span {
		font-size: 1.4em;
	}
}
/* ------------------------------------------------ */
.bloc#artmake-insta {
	margin-bottom: 30px;
}
/* ------------------------------------------------ */