a:hover {
	opacity: .7;
}
* {
	box-sizing: border-box;
	list-style: none;
}
img {
	width: 100%;
}
a {
	text-decoration: none;
}

/* Hタグ */
h2 {
	font-size: 26px;
    font-weight: bold;
}
#p_products.p_design #intro_design .bg_pink span.normal,
#p_products.p_design #intro_design .bg_light_blue h2 span.normal {
	font-size: 20px;
	font-weight: normal;
}
h3.pink {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #FF456B;
}
h3.blue {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #1E50AF;
}
/* 共通 */
#p_products.p_design #contents .cbox {
	width: 95%;
    margin: 0 auto;
	margin-bottom: 100px;
}
#p_products.p_design #contents .cbox_m30 {
	margin-bottom: 30px;
}
#p_products.p_design #contents .cbox_m80 {
	margin-bottom: 80px;
}
#p_products.p_design #contents .wrap {
	padding: 40px 30px;
	border: 6px solid #FF456B;
}
#p_products.p_design #contents .deep_blue {
	padding: 40px 30px;
	border: 6px solid #1E50AF;
}
#p_products.p_design #contents .light_blue {
	border: 3px solid #00A0E9;
	border-radius: 10px;
}
#p_products.p_design h3.pink span {
	margin: 0 10px;
	font-size: 14px;
	font-weight: normal;
	color: #111;
}
#p_products.p_design h3.blue span {
	margin: 0 10px;
	font-size: 14px;
	font-weight: normal;
	color: #111;
}
#p_products.p_design ul.list li::before {
	content: "";
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-top: 10px;
    display: inline-block;
    background: #333;
    border-radius: 50%;
}
#p_products.p_design ul.list.style_blue li::before {
	content: "";
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-top: 10px;
    display: inline-block;
    background: #1E50AF;
    border-radius: 50%;
}
br.sp {
	display: none;
}
/* 伝わるチラシデザインします----------------------------*/
/* トップ */
#p_products.p_design #intro_design .bg_pink {
	padding: 0 30px;
	color: #fff;
	background:#FF456B;
	position: relative;
}
#p_products.p_design #intro_design .bg_pink ul.illust {
	position: absolute;
    top: 20px;
    right: 30px;
}
#p_products.p_design #intro_design .bg_pink ul.illust li {
	max-width: 260px;
}
#p_products.p_design #intro_design .bg_pink h2 {
	padding: 20px 0;
	line-height: 2.5rem;
}
#p_products.p_design #intro_design .bg_pink span.midashi {
	font-size: 50px;
}
#p_products.p_design #intro_design .bg_pink span {
	font-size: 36px;
}
#p_products.p_design #intro_design .bg_pink p {
    padding: 5px 30px;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
    font-weight: bold;
    color: #FF456B;
    background: #fff;
	display: inline-block;
}
#p_products.p_design #intro_design .bg_pink dl {
	display: flex;
	align-items: center;
}
#p_products.p_design #intro_design .bg_pink dl dt {
	width: 120px;
}
#p_products.p_design #intro_design .bg_pink dl dd {
	padding: 20px;
    color: #000;
	font-size: 18px;
    background: #fff;
    border-radius: 10px;
}
/* タイトル下 */
#p_products.p_design #intro_design .sub_text {
	margin: 20px 0;
	margin-bottom: 40px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#p_products.p_design #intro_design .sub_text h3 {
	width: 70%;
	padding: 20px;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	border-top: 5px solid #FF9900;
	border-bottom: 5px solid #FF9900;
}
#p_products.p_design #intro_design ul.flex {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}
#p_products.p_design #intro_design ul.flex li {
	width: 18%;
}
#p_products.p_design #intro_design ul.flex li img {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
}
#p_products.p_design #intro_design ul.flex.meishi li {
	width: 23%;
}
#p_products.p_design #contents #intro_design .mb30 {
	margin-bottom: 30px;
}
/* ご注文の流れ----------------------------- */
#p_products.p_design #flow .wrap dl {
	margin-bottom: 30px;
}
#p_products.p_design #flow .wrap dl:last-of-type {
	margin-bottom: 0;
}
#p_products.p_design #flow .wrap dl dt {
	margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
#p_products.p_design #flow .wrap dl dt span {
    width: 30px;
    height: 30px;
	margin-right: 10px;
    background: #FF456B;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    text-align: center;
	display: inline-block;
}
#p_products.p_design #flow .wrap dl dd {
	padding-left: 40px;
	font-size: 16px;
}
/* ヒアリングリスト */
#p_products.p_design #flow .wrap dl dd.hearing_list {
	margin: 30px 40px;
	padding: 30px 30px;
	background: #FFFAEE;
}
#p_products.p_design #flow .wrap dl dd.hearing_list h4 {
	margin: 0 40px;
	margin-bottom: 20px;
	color: #FF456B;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	
}
#p_products.p_design #flow .wrap dl dd.hearing_list h4::after {
	width: 100px;
    height: 10px;
    margin: 0 auto;
    margin-top: 6px;
    background: radial-gradient(circle farthest-side, #707070, #707070 30%, transparent 30%, transparent);
    background-size: 6px;
    content: '';
    display: block;
}
#p_products.p_design #flow .wrap dl dd.hearing_list ul li {
	margin-bottom: 5px;
	font-size: 14px;
}
#p_products.p_design #flow .wrap dl dd.hearing_list ul li span {
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
}
#p_products.p_design #flow .wrap dl dd.hearing_list ul li span::before {
	content: "";
    width: 3px;
    height: 3px;
    margin-right: 5px;
    margin-bottom: 4px;
    display: inline-block;
    background: #333;
    border-radius: 50%;
}

/* ご用意いただくデータ------------------------ */
#p_products.p_design #prep_data .cbox .wrap dl dt {
	padding: 10px 20px;
	border: 1px solid #FF456B;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FF456B;
}
#p_products.p_design #prep_data .cbox .wrap dl dt.title {
	margin-bottom: 10px;
}
#p_products.p_design #prep_data .cbox .wrap dl dd ul.list {
	margin-bottom: 40px;
}
#p_products.p_design #prep_data .cbox .wrap {
	position: relative;
}
#p_products.p_design #prep_data .cbox .wrap dl dd ul.illust {
	position: absolute;
    top: 210px;
    right: 30px;
}
#p_products.p_design #prep_data .cbox .wrap dl.flex {
	margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#p_products.p_design #prep_data .cbox .wrap dl.flex dt {
	width: 30%;
	padding: 30px 0;
	text-align: center;
	display: block;
}
#p_products.p_design #prep_data .cbox .wrap dl.flex dd {
    width: 70%;
	padding: 0 30px;
	font-size: 14px;
}
#p_products.p_design #prep_data .cbox .wrap dl.flex:last-of-type {
	margin-bottom: 0px;
}

/* 参考料金------------------------------ */
/* デザインプラン */
#p_products.p_design #design_plan .cbox .wrap {
	position: relative;
}
#p_products.p_design #design_plan .cbox .wrap dl dt {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
#p_products.p_design #design_plan .cbox .wrap dl dd span {
    margin-bottom: 10px;
	font-size: 20px;
    font-weight: bold;
    color: #FF456B;
    display: inline-block;
}
#p_products.p_design #design_plan .cbox .wrap dl dd {
	font-size: 16px;
}
#p_products.p_design #design_plan .cbox .wrap ul.illust {
	position: absolute;
    top: 50px;
    right: 30px;
}
#p_products.p_design #design_plan .cbox .wrap .plan_inbox {
    margin-bottom: 40px;
}
#p_products.p_design #design_plan .cbox .wrap .table_wrap {
	margin: 0 50px;
}
/* 料金表 上 */
#p_products.p_design #design_plan .cbox .wrap table.d_price1 {
	margin-bottom: 20px;
	background-color: #fff;
	border-collapse: collapse;
	font-weight: bold;
	color: #333;
	text-align: center;
}
#p_products.p_design #design_plan .cbox .wrap table.d_price1 th,
#p_products.p_design #design_plan .cbox .wrap table.d_price1 td {
	border: 1px solid #BDC0C1;
}
#p_products.p_design #design_plan .cbox .wrap table.d_price1 th {
	height: 30px;
	background: #FF456B;
	color: #fff;
}
#p_products.p_design #design_plan .cbox .wrap table.d_price1 td {
	width: 180px;
	height: 60px;
}
#p_products.p_design #design_plan .cbox .wrap table.d_price1 td span {
	font-size: 14px;
	font-weight: normal;
	color: #707070;
	display: block;
}
/* 料金表 下 */
#p_products.p_design #design_plan .cbox .wrap table.d_price2 {
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	border-collapse: collapse;
	font-size: 16px;
	color: #333;
}
#p_products.p_design #design_plan .cbox .wrap table.d_price2 th,
#p_products.p_design #design_plan .cbox .wrap table.d_price2 td {
	padding: 2px 5px;
	border: 1px solid #BDC0C1;
}
/* 注意書き */
#p_products.p_design #design_plan .cbox .wrap ul li {
	font-size: 14px;
}
/* レイアウトプラン-------------------------------- */
#p_products.p_design #layout_plan .wrap {
	position: relative;
}
#p_products.p_design #layout_plan .wrap dl dt {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
#p_products.p_design #layout_plan .wrap dl dd span {
    margin-bottom: 10px;
	font-size: 20px;
    font-weight: bold;
    color: #FF456B;
    display: inline-block;
}
#p_products.p_design #layout_plan .wrap dl dd {
	font-size: 16px;
}
#p_products.p_design #layout_plan .wrap ul.illust {
	position: absolute;
    top: 70px;
    right: 30px;
}
#p_products.p_design #layout_plan .wrap ul.illust li {
	width: 100px;
	transform: scale(-1, 1);
}
#p_products.p_design #layout_plan .wrap .plan_inbox {
    margin-bottom: 40px;
}
#p_products.p_design #layout_plan .wrap .table_wrap {
	width: 480px;
	margin: 0 auto;
}
/* 料金表 上 */
#p_products.p_design #layout_plan .wrap table.r_price {
	margin-bottom: 20px;
	background-color: #fff;
	border-collapse: collapse;
	font-weight: bold;
	color: #333;
	text-align: center;
}
#p_products.p_design #layout_plan .wrap table.r_price th,
#p_products.p_design #layout_plan .wrap table.r_price td {
	border: 1px solid #BDC0C1;
}
#p_products.p_design #layout_plan .wrap table.r_price th {
	height: 30px;
	background: #DFB02F;
	color: #fff;
}
#p_products.p_design #layout_plan .wrap table.r_price td {
	width: 160px;
	height: 60px;
}
#p_products.p_design #layout_plan .wrap table.r_price td span {
	font-size: 14px;
	font-weight: normal;
	color: #707070;
	display: block;
}
/* 注意書き */
#p_products.p_design #layout_plan .wrap ul {
	font-size: 14px;
}
/* その他の参考料金--------------------------- */
#p_products #other_price h4 {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
}
#p_products #other_price dl {
	border: #CCC 1px solid;
	border-bottom: none;
	display: flex;
}
#p_products #other_price dl:last-of-type {
	border-bottom: #CCC 1px solid;
}
#p_products #other_price dl dt,
#p_products #other_price dl dd {
	padding: 15px;
	flex: 1;
}
#p_products #other_price dl dt {
	background: #F2F2F2;
	border-right: #CCC 1px solid;
	font-size: 14px;
}
#p_products #other_price dl dt span {
	font-size: 16px;
	font-weight: bold;
}
#p_products #other_price dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 印刷用データ作成します--------------------------- */
#p_products.p_design #intro_print .cbox .wrap {
	position: relative
}
#p_products.p_design #intro_print .cbox .wrap h3 {
    padding: 20px 0;
    background: #00A0E9;
	font-size: 18px;
    color: #fff;
	text-align: center;
}
#p_products.p_design #intro_print .cbox .wrap h3 span {
	font-size: 28px;
    font-weight: bold;
}
#p_products.p_design #intro_print .cbox .wrap h3 span.yellow {
	font-size: 18px;
	font-weight: bold;
	color: #FFF100;
}
#p_products.p_design #intro_print .cbox .wrap .flex {
	margin: 20px 10px;
	margin-bottom: 60px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
}
#p_products.p_design #intro_print .cbox .wrap .flex::after {
	content: "";
    width: 40px;
    height: 40px;
    border-left: 5px #FF456B solid;
    border-bottom: 5px #FF456B solid;
    display: block;
    position: absolute;
    bottom: -35px;
    left: calc( 50% - 25px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: rotate(-45deg);
}
/* ボタン */
#p_products.p_design #intro_print .cbox .wrap ul.illust.btn li {
    max-width: 80px;
}
#p_products.p_design #intro_print .cbox .wrap ul.illust.btn li {
    position: absolute;
    bottom: 25px;
    left: 100px;
}
#p_products.p_design #intro_print .cbox .wrap ul.btn_tsukurimasu {
	position: relative;
}
#p_products.p_design #intro_print .cbox .wrap ul.btn_tsukurimasu .btn_illust {
	max-width: 100px;
    position: absolute;
    top: 10px;
    left: 65px;
}
#p_products.p_design #intro_print .cbox .wrap ul.btn_tsukurimasu li {
    text-align: center;
}
#p_products.p_design #intro_print .cbox .wrap ul.btn_tsukurimasu li a {
	margin-bottom: 10px;
	padding: 10px 50px;
	font-size: 16px;
    font-weight: bold;
	color: #333;
	background: #F5F5F5;
	border-radius: 50px;
	display: inline-block;
}
#p_products.p_design #intro_print .cbox .wrap ul.btn_tsukurimasu li a span {
	font-size: 14px;
	font-weight: normal;
	color: #0057AA;
}
/* 写真撮影------------------------ */
#p_products.p_design #photo_shoot .cbox .wrap h3 {
	padding: 20px 0;
    background: #00A0E9;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
    text-align: center;
}
#p_products.p_design #photo_shoot .cbox .wrap .text_box {
    margin: 20px 0;
}
#p_products.p_design #photo_shoot .cbox .wrap dl {
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#p_products.p_design #photo_shoot .cbox .wrap dl:first-of-type {
	margin-bottom: 30px;
}
#p_products.p_design #photo_shoot .cbox .wrap dl dt {
	margin-right: 20px;
}
#p_products.p_design #photo_shoot .cbox .wrap dl dt img {
	width: 130px;
}
#p_products.p_design #photo_shoot .cbox .wrap dl.photo_price dt {
	color: #595757;
}
#p_products.p_design #photo_shoot .cbox .wrap dl.photo_price dt span {
    margin-bottom: 10px;
    padding: 10px 60px;
    background: #1E50AF;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}
#p_products.p_design #photo_shoot .cbox .wrap dl.photo_price dd img {
	width: 230px;
}


/* デザインデータ作成します----------------------------- */
/* トップ */
#p_products.p_design #intro_design .bg_light_blue {
	padding: 40px 30px;
    color: #fff;
    background: #00A0E9;
    position: relative;
}
#p_products.p_design #intro_design .bg_light_blue h2 {
	margin-bottom: 30px;
	font-size: 30px;
}
#p_products.p_design #intro_design .bg_light_blue h2 span {
	font-size: 40px;
}
#p_products.p_design #intro_design .bg_light_blue h2 span.yellow {
	font-size: 30px;
	color: #FFF719;
}
#p_products.p_design #intro_design .bg_light_blue p {
	margin-bottom: 0;
    padding: 5px 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
    font-weight: bold;
    color: #00A0E9;
    background: #fff;
	display: inline-block;
}
#p_products.p_design #intro_design .bg_light_blue ul.illust {
	position: absolute;
    top: 25px;
    right: 30px;
}
#p_products.p_design #intro_design .bg_light_blue ul.illust li {
	max-width: 210px;
}
/* トップ下 */
#p_products.p_design #intro_design .cbox .list_box {
	margin: 20px 0;
	margin-bottom: 60px;
	position: relative;
}
#p_products.p_design #intro_design .cbox .list_box::after {
    content: "";
    width: 30px;
    height: 30px;
    border-left: 5px #1E50AF solid;
    border-bottom: 5px #1E50AF solid;
    display: block;
    position: absolute;
    bottom: -40px;
    left: calc( 50% - 25px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: rotate(-45deg);
}
#p_products.p_design #intro_design .cbox .list_box ul.list li {
	font-weight: bold;
}
#p_products.p_design #intro_design .cbox .list_box ul.illust {
    position: absolute;
    top: 0;
    right: 60px;
}
#p_products.p_design #intro_design .cbox .sub_text_yellow {
	width: 580px;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 20px 40px;
	background: #FFE100;
	border-radius: 10px;
	position: relative;
}
#p_products.p_design #intro_design .cbox .sub_text_yellow h3 {
	font-size: 26px;
	font-weight: bold;
	color: #6A2222;
}
#p_products.p_design #intro_design .cbox .sub_text_yellow ul.illust {
	position: absolute;
    bottom: 20px;
    right: 40px;
}
#p_products.p_design #intro_design .cbox .sub_text_yellow ul.illust li {
	width: 110px;
	transform: scale(-1, 1);
}
/* 商品別参考料金 */
#p_products.p_design #design_plan .cbox .wrap.deep_blue table.d_price2 {
	margin-bottom: 0;
}
#p_products.p_design #design_plan .cbox .wrap.deep_blue .sub_title {
	font-size: 16px;
	text-align: center;
}
/* ご注文の流れ */
#p_products.p_design #flow .wrap.deep_blue dl dt span {
    background: #00A0E9;
}
/* ご用意いただくデータ */
#p_products.p_design #prep_data .cbox .wrap.deep_blue dl dt {
    border: 1px solid #1E50AF;
    color: #1E50AF;
}
#p_products.p_design #flow .cbox .wrap.deep_blue {
	margin-bottom: 30px;
}
/* zoomへのボタン */
#p_products.p_design #flow .cbox ul.btn_zoom li {
    text-align: center;
	position: relative;
}
#p_products.p_design #flow .cbox ul.btn_zoom li span.diagonal_line {
	margin-bottom: 10px;
	display: inline-block;
}
#p_products.p_design #flow .cbox ul.btn_zoom li span.diagonal_line::before,
#p_products.p_design #flow .cbox ul.btn_zoom li span.diagonal_line::after {
	content: "";
    width: 1px;
    height: 30px;
    background: #333;
    position: absolute;
    bottom: 5px;
}
#p_products.p_design #flow .cbox ul.btn_zoom li span.diagonal_line::before {
	transform: rotate(-40deg);
    left: 165px;
}
#p_products.p_design #flow .cbox ul.btn_zoom li span.diagonal_line::after {
	transform: rotate(40deg);
    right: 165px;
}
#p_products.p_design .cbox ul li a.right_arrow {
	margin-bottom: 10px;
	padding: 15px 60px;
	font-size: 18px;
    font-weight: bold;
	color: #fff;
	background: #00920A;
	border-radius: 50px;
	line-height: 1;
	display: inline-block;
	position: relative;
}
#p_products.p_design .cbox ul li a.right_arrow::after{
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
	transform: rotate(45deg);
}
#p_products.p_design #flow .cbox ul.btn_zoom li a span {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
/* 印刷用データ作成のご注文はこちら */
#p_products.p_design #prep_data .cbox .wrap.deep_blue {
	margin-bottom: 30px;
}
#p_products.p_design #prep_data .cbox ul.btn_order li {
    text-align: center;
	position: relative;
}
#p_products.p_design #prep_data .cbox ul.btn_order li a {
	margin-bottom: 10px;
	padding: 15px 90px;
	font-size: 20px;
    font-weight: bold;
	color: #fff;
	background: #F69021;
	border-radius: 50px;
	display: inline-block;
}
#p_products.p_design #prep_data .cbox ul.btn_order li span.diagonal_line {
	margin-bottom: 10px;
	display: inline-block;
}
#p_products.p_design #prep_data .cbox ul.btn_order li span.diagonal_line::before,
#p_products.p_design #prep_data .cbox ul.btn_order li span.diagonal_line::after {
	content: "";
    width: 1px;
    height: 30px;
    background: #333;
    position: absolute;
    bottom: 5px;
}
#p_products.p_design #prep_data .cbox ul.btn_order li span.diagonal_line::before {
	transform: rotate(-40deg);
    left: 165px;
}
#p_products.p_design #prep_data .cbox ul.btn_order li span.diagonal_line::after {
	transform: rotate(40deg);
    right: 165px;
}
/* こんな悩みはありませんか？ */
#p_products.p_design #date_nayami .cbox .inbox_blue {
	margin-bottom: 80px;
	padding: 30px 30px;
	background: #EFFAFF;
	border-radius: 20px;
	position: relative;
}
#p_products.p_design #date_nayami .cbox .inbox_blue::after {
    content: "";
    width: 40px;
    height: 40px;
    border-left: 5px #FF456B solid;
    border-bottom: 5px #FF456B solid;
    display: block;
    position: absolute;
    bottom: -50px;
    left: calc( 50% - 25px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: rotate(-45deg);
}
#p_products.p_design #date_nayami .cbox .inbox_blue h4 {
	margin: 0 auto;
    margin-bottom: 20px;
    color: #1E50AF;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#p_products.p_design #date_nayami .cbox .inbox_blue h4::after {
	width: 150px;
    height: 10px;
    margin: 0 auto;
    margin-top: 6px;
    background: radial-gradient(circle farthest-side, #707070, #707070 30%, transparent 30%, transparent);
    background-size: 6px;
    content: '';
    display: block;
}
#p_products.p_design #date_nayami .cbox .inbox_blue .flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#p_products.p_design #date_nayami .cbox .inbox_blue .flex dl dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
/* オレンジ背景 */
#p_products.p_design #date_nayami .cbox .inbox_orenge {
	margin-bottom: 40px;
	padding: 30px 30px;
	background: #FCF5E8;
	border-radius: 20px;
	position: relative;
}
#p_products.p_design #date_nayami .cbox .inbox_orenge p.bg_orange {
	margin-bottom: 10px;
	padding: 10px 30px;
	background: #FF9900;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}
#p_products.p_design #date_nayami .cbox .inbox_orenge ul.illust li {
	position: absolute;
	top: -40px;
	right: 40px;
}
/* あなたの作ったデータリスト */
#p_products.p_design #date_nayami .cbox .inbox_orenge ul.list {
    margin-bottom: 10px;
}
#p_products.p_design #date_nayami .cbox .inbox_orenge ul.list:last-of-type {
	margin-bottom: 0;
}
#p_products.p_design #date_nayami .cbox .inbox_orenge ul.list li {
    font-size: 22px;
    font-weight: bold;
}
#p_products.p_design #date_nayami .cbox .inbox_orenge ul li.size_change {
	font-size: 18px;
}
#p_products.p_design #date_nayami .cbox .inbox_orenge ul li.size_change span {
	font-size: 26px;
}
#p_products.p_design #date_nayami .cbox .inbox_orenge ul.list li p {
	font-size: 12px;
	color: #707070;
}
#p_products.p_design #date_nayami .cbox .inbox_orenge ul.list li:before {
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: #FF9900;
    border-radius: 50px;
    display: inline-block;
}
#p_products.p_design #date_nayami .cbox .inbox_orenge ul.list li.style_none:before {
	display: none;
}
/* データの検証調整と印刷発注の代行を申し込む */
#p_products.p_design #date_nayami .cbox ul.btn_agency li {
	text-align: center;
}
#p_products.p_design #date_nayami .cbox ul.btn_agency li a {
    padding: 20px 60px;
    background: #1E50AF;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}