@charset "utf-8";

/* 作成例 */
.ex_box {
    display: flex;
    justify-content: space-between;
}
#ex dl {
	width:286px;
	border:#DFE7EE solid 1px;
}
#ex dl dt {
	margin-bottom:20px;
	text-align:center;
	font-weight:bold;
}
#ex dl dt span {
	margin-bottom:20px;
	line-height:3em;
	display:block;
	background-color:#DFE7EE;
}
#ex dl dt a {
	cursor: url(/comment/img/zoomin.cur), url(/comment/img/zoomin.gif), pointer;
	display:block;
}
#ex dl dt img {
	margin-top:5px;
}
#ex dl dd {
    font-size: 16px;
	padding:0 15px 10px;
}
#zoom {
	cursor: url(/comment/img/zoomout.cur), url(/comment/img/zoomout.gif), pointer;
	outline: none;
	z-index:100;
}
/* 写真挿入追加料金 */
#add_price .price {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    background: #009900;
    margin: 20px 0;
    padding: 0.2em 1em;
    color: #FFFFFF;
}
#add_price .box_att {
	background:#FFEEEE;
	padding:16px 20px;
	margin: 20px 0 30px;
}
#add_price .box_att dt {
	font-weight:bold;
	margin-bottom:6px;
}
.photo_price {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#main table .-price {
    font-size: 18px;
    font-weight: bold;
}
.color_price table {
    width: 580px !important;
}
.color_price table caption {
    font-weight: bold;
    text-align: left;
}
.ex_price table {
    width: 300px;
}
.ex_price tbody {
    background: #EEE;
}
.ex_price td {
    text-align: right;
}
.ex_price tr.sum th,
.ex_price tr.sum td {
	padding-top:8px;
	border-top:#AAA solid 1px;
}
.ex_price th,
.ex_price td {
	padding:3px 20px;
}
/* 写真データについて */
#photo_data .data li {
	list-style:outside disc;
	margin: 0 0 10px 20px;
}
/* 注文方法 */
.how_upload{
    display: flex;
    flex-wrap: nowrap;
}
#order img {
	width:440px;
    height: auto;
}
.commentary {
    position: relative;
}
.commentary p {
    position: relative;
    background-color:#EEE;
    margin-left: 30px;
    padding:15px 15px 15px 2.2em;
    line-height:1.4em;
    text-indent: -1.2em;
}
.commentary p::before {
    content: "";
    background-color: #EEE;
    width: 16px;
    height: 20px;
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    position: absolute;
    top: 4px;
    left: -14px;
}
.commentary p.how_logo {
    top: 16px;
    left: 0;
}
.commentary p.how_color {
    top: 66px;
    left: 0;
}
/* 共通 */
.f_line {
    margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
/* 作成例 */
.ex_box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
#ex dl {
	width:100%;
    margin-bottom: calc(40*100vw/750);
}
#ex dt img {
	width:90%;
    height: auto;
}
#ex dt a {
    pointer-events: none;
    cursor: default;
}
#ex dl dt {
	margin-bottom:calc(40*100vw/750);
}
#ex dl dt span {
	margin-bottom:calc(40*100vw/750);
}
#ex dl dt img {
	margin-top:0;
}
#ex dl dd {
    font-size: calc(28*100vw/750);
	padding:0 calc(30*100vw/750) calc(20*100vw/750);
}
/* 写真挿入追加料金 */
#add_price .price {
    font-size: calc(36*100vw/750);
    margin: calc(36*100vw/750) 0;
}
#add_price .box_att {
	padding:calc(20*100vw/750) calc(30*100vw/750);
	margin: calc(40*100vw/750) 0 calc(30*100vw/750);
}
#add_price .box_att dt {
	margin-bottom: calc(12*100vw/750);
}
#main table .-price {
    font-size: calc(36*100vw/750);
}    
.photo_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    gap:calc(60*100vw/750);
}
.color_price table {
    width: 100% !important;
}
.ex_price table {
    width: 100%;
}
.ex_price tr.sum th,
.ex_price tr.sum td {
	padding-top:calc(16*100vw/750);
}
.ex_price th,
.ex_price td {
	padding:calc(6*100vw/750) calc(40*100vw/750);
}    
/* 写真データについて */
#photo_data .data li {
	margin: 0 0 calc(16*100vw/750) calc(36*100vw/750);
}
/* 注文方法 */
.how_upload{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap:calc(60*100vw/750);
}
#order img {
	width:100%;
    height: auto;
}
.commentary {
    position: relative;
}
.commentary p {
    margin-left: 0;
    padding:calc(30*100vw/750) calc(30*100vw/750) calc(30*100vw/750) 2.2em;
}
.commentary p::before {
    content: none;
}
.commentary p.how_logo {
    top: 0;
    margin-bottom: calc(40*100vw/750)
}
.commentary p.how_color {
    top: 0;
}
}
/*.tbox {
    width:430px;
    padding-left:8px;
    background:url(../img/img_arrow.gif) 0 6px no-repeat;
    position: absolute;
    left: 454px;
}
.how_logo{
    top: 20px;
}
.how_color{
    bottom: 30px;
}
.tbox p {
    background-color:#EEE;
    padding:15px;
    line-height:1.4em;
}*/
