@charset "utf-8";

.prdct_naire {
	font-size: 13px!important;
	width: 648px;
	margin-bottom: 30px;
}

#pi_sub1 .prdct_naire {
	margin-left: 0;
	margin-right: 0;
}
.prdct_naire .red {
	color: #f4510c;
}
.prdct_naire img {
	display: block;
	width: 100%;
}
.prdct_naire p {
	margin: 15px 0 0!important;
	line-height: 1.6;
	font-size: 13px!important;
	padding: 0!important;
}
.prdct_naire a {
	text-decoration: underline;
	font-size: 13px!important;
	color: #333 !important;
}
.prdct_naire a.type2 {
	text-decoration: none;
	color: #53a928 !important;
}

.prdct_naire  ul {
	overflow: hidden;
	margin: 20px 0 0;
	padding: 0!important;
}
.prdct_naire  ul:after {
	clear: both;
}
.prdct_naire ul.indent { /* インデント付きリスト */
	text-indent: -1em;
	margin-top: 10px;
}
.prdct_naire ul.indent li {
	margin-left: 1em;
}
.prdct_naire ul.indent li:nth-child(n+2) {
	margin-top: 10px;
}
.prdct_naire ul.indent li img {
	margin-right: 1em;
	margin-top: 1em;
}

.prdct_naire div.bar {
	font-size: 15px;
	font-weight: bold;
	/*color: #333;
	background-color: #eee;*/
	padding:10px 14px;
	margin-bottom: 20px;
	border: 1px solid #333;
}
.prdct_naire div.sub_ttl {
	font-size: 15px;
	font-weight: bold;
	margin: 30px 0 0;
}
.prdct_naire .box {
	margin-top: 50px
}

/* 導入部分 */
.prdct_naire p.ttl {
	font-size: 15px!important;
	font-weight: bold;
	margin: 25px 0 20px!important;
}

/* step1 */
.prdct_naire .step1 ul.inbox {
	margin-right: 15px;
	margin-left: 15px;
}
.prdct_naire .step1 ul.inbox .sub_ttl {
	text-align: center;
	margin: 0 0 5px;
}
.prdct_naire .step1 ul.inbox li {
	width: 293px;
  float: left;
  margin-right: 30px;
}
.prdct_naire .step1 ul.inbox li:nth-child(even) {
	margin-right: 0;
}

/* step2 */
.prdct_naire .step2 .sub_ttl_2 {
	font-size: 13px;
  margin-top: 2em;
  text-indent: 0;
  font-weight: bold;
  /* text-align: center;*/
}
.prdct_naire .step2 .character_wrap { /* 刻印可能な文字一覧 */
	padding: 20px 15px;
	margin-top: .5em;
	text-indent: 0;
	background-color: #fbf9ef;
}
.prdct_naire .step2 .character_wrap .character {
	overflow: hidden;
}
.prdct_naire .step2 .character_wrap .character div {
	float: left;
	width: 100%;
}
.prdct_naire .step2 .character > div:nth-child(odd) {
	font-size: 12px;
	color: #999;
	font-weight: bold;
	width: 21%;
	text-align: right;
	margin-right: 3%;
}
.prdct_naire .step2 .character > div:nth-child(even) {
	font-size: 14px;
	letter-spacing: .15em;
	font-weight: bold;
	width: 100%;
	width: 76%;
}
.prdct_naire .step2 .character > div:nth-child(even) > span {
	display: inline-block;
	margin-right: .5em;
}
.prdct_naire .step2 .character > div:nth-child(even) span span {
	font-size: 11px;
	letter-spacing: normal;
}
.prdct_naire .step2 .character_wrap > div.character:nth-child(n+2) {
	margin-top: 15px;
}
.prdct_naire .step2 ul.stamp_position img { /* 刻印位置画像 */
	width: 40%;
  margin: 1.5em auto 0 20px;
}

/* ご注文の流れ */
.prdct_naire .orderflow  ul.indent {
	margin-top: 25px;
}
.prdct_naire .orderflow .triangle { /* 三角矢印 */
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 18px 0 18px;
	border-color: #e6e6e6 transparent transparent transparent;
	margin: .5em;
}

/* 注意事項 */
.prdct_naire .box.caution {
	color: #333;
	font-weight: normal;
}
.prdct_naire .box.caution > div:first-child {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.prdct_naire .box.caution > p:first-of-type {
	margin-bottom: 25px!important;
}
.prdct_naire .box.caution div.bar {
	background-color: #333;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.prdct_naire .caution_inbox {
	padding: 20px 15px 30px;;
	border: 1px solid #333;
}
.prdct_naire .caution_inbox img {
	width: 280px;
	margin-top: 12px!important;
	display: inline-block;
}
.prdct_naire .caution_inbox .sub_ttl {
	font-size: 14px;
}
.prdct_naire div.dotted {
	border-bottom: 3px dotted #eee;
	margin-top: 30px;
}


/* =====================
　　GALLERY
===================== */
.my-gallery {
	width: 100%;
	margin-top: 20px;
}
.my-gallery figure {
	opacity: 1;
	transition: all 0.5s ease 0s;
	transition: all 0s ease 0s;
	width: 150px;
	margin: 0 16px 16px 0;
	float:left;
}
.my-gallery figure:nth-child(4n) {
	margin-right: 0;
}
/*
.my-gallery figure:nth-last-child(n+3){
	margin-bottom: 50px;
}
*/
.my-gallery figure img {
	width: 100%;
	/*margin-bottom: 5px;*/
}
.my-gallery figure.is-hidden {
	opacity: 0;
	height: 0;
	margin: 0;
	margin-bottom: 0px;
	cursor: none;
}
.my-gallery figure.is-hidden a {
	cursor: default;
}
.my-gallery figcaption {
	display:none;
}
.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff!important;
	opacity: 0.5;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}
.pswp__button.pswp__button--share {
	display:none!important;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
	background-color: #fff!important;
}
.pswp__caption__center {
	text-align: center!important;
	max-width: 900px!important;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background-color: #fff!important;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 41px!important;
    height: 37px!important;
    position: absolute;
}
.pswp__counter {
	color: #333!important;
}
.pswp__caption__center {
	color: #333!important;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.box.gallery .more {
	position: relative;
	text-align: center;
	line-height: 4em;
	margin: 10px auto 50px;
}
.box.gallery .more a {
	width: 40%;
	margin: 0 auto;
	display: block;
	background-color: #eee;
	font-size: 15px;
	box-sizing: border-box;
	letter-spacing: 1.5!important;
	/* border-radius: 6px; */
	color: #444!important;
	text-decoration: none;
}
.box.gallery .more a:hover {
	color: #999!important;
}
