@charset "utf-8";

/* -----------------------------
		commonArea
----------------------------- */
.l-content img {
	vertical-align: bottom;
}
.l-content a:link {
	text-decoration: none;
}
.l-content .txt_att{
	font-size:13px;
	color:#dd0000;
	padding:0 0 15px;
	font-weight:bold;
}
.l-content .normalList > li {
	padding-left: 0.5em;
	padding-bottom: 3px;
	text-indent: -0.5em;
}
.l-content h3 {
	clear: both;
}
.l-content .buttonArea li a {
	clear: both;
	display: block;
	margin: 0 auto;
}
.l-content .makerArea li.pdfBtn a {
	width: 320px;
	padding: 12px 30px 12px 40px;
	background: url("/service/monogramming/images/icon_btn_pdf.png") no-repeat 15px center;
}
.l-content .contactArea p.contactLead {
	color: #304278;
	font-size: 19px;
}
.l-content .contactArea p.contactLead::before,
.l-content .contactArea p.contactLead::after {
	display: inline-block;
	width: 12px;
	height: 29px;
	vertical-align: middle;
}
.l-content .contactArea p.contactLead::before {
	width: 13px;
	margin-right: 16px;
	content: url("/service/monogramming/images/icon_slash_left.png");
}
.l-content .contactArea p.contactLead::after {
	margin-left: 16px;
	content: url("/service/monogramming/images/icon_slash_right.png");
}

/* -----------------------------
		mainVisualArea
----------------------------- */
.l-content .mainVisualArea { 
	width: 950px;
	height: 220px;
	background: url(/service/monogramming/images/mainVisual_20180615.png) no-repeat;
 }
.l-content .mainVisualArea h1,
.l-content .mainVisualArea p {
	overflow: hidden;
	height: 0;
}
.l-content .stepLead {
	margin: 10px auto 30px;
	text-align: center;
}
.l-content .stepLead dt {
	border-bottom: 1px dotted #333;
	font-size: 23px;
}
.l-content .stepLead dd {
	color: #dd0000;
	font-size: 29px;
	line-height: 1.5;
}
.l-content .stepLead .txt_bb {
	font-size: 33px;
}
/* lead */
.l-content .leadTxt {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 16px;
}

/* anchorNavi */
.l-content .anchorNavi {
  margin: 0 0 54px;
}
.l-content .anchorNavi li {
  float: left;
  margin-left: 10px;
}
.l-content .anchorNavi .m-btn--down {
  width: 225px;
}

/* anchorNavi 2*/
.l-content .anchorNavi_sec {
  margin: 0 0 50px 10px;
}
.l-content .anchorNavi_sec li {
  float: left;
  margin-left: 10px;
}
.l-content .anchorNavi_sec .m-btn--down {
  width: 300px;
}

/* -----------------------------
		stepArea
----------------------------- */
.l-content .stepArea .stepContent {
	display: flex;
	justify-content: space-between;
}
.l-content .stepArea .stepBox {
	width: 306px;
	border: 5px solid #304278;
	border-top: none;
	box-sizing: border-box;
}
.l-content .stepArea .stepBox .stepBox__title {
	padding-top: 2px;
	background-color: #304278;
	color: #e1b92f;
	font-size: 19px;
}
.l-content .stepArea .stepBox .stepBox__title span {
	font-size: 32px;
}
.l-content .stepArea .stepBox .stepBox__inner {
	padding: 15px 15px 20px;
}
.l-content .stepArea .stepBox .stepBox__inner p {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #192e69;
}

/* -----------------------------
		serviceArea
----------------------------- */
.l-content .serviceArea .serviceContent {
	margin-left: -25px;
}
.l-content .serviceArea .serviceBox {
	float: left;
	width: 298px;
	border: 1px solid #d2d2d2;
	margin: 0 0 15px 25px;
	padding-top: 1px;
	background-color: #e1b92f;
}
.l-content .serviceArea .serviceBox .serviceBox__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px 8px 10px;
	border-top: 4px solid #192e69;
	border-bottom: 1px solid #d2d2d2;
	background-color: #fff;
}
.l-content .serviceArea .serviceBox .serviceBox__head h3 {
	color: #192e69;
	font-size: 16px;
}
.l-content .serviceArea .serviceBox .serviceBox__head p {
	font-size: 12px;
}
.l-content .serviceArea .serviceBox .serviceBox__content {
	padding: 15px 0;
	background-color: #fff;
}
.l-content .serviceArea .serviceBox .serviceBox__content .serviceCap {
	width: 240px;
	margin: 0 auto 5px;
}
.l-content .serviceArea .serviceBox .serviceBox__content .serviceImg {
	text-align: center;
	margin-bottom: 10px;
}
.l-content .serviceArea .serviceBox .serviceBox__content .serviceBrand a {
	display: block;
	width: 245px;
	margin: 0 auto 10px;
}
.l-content .serviceArea .serviceBox .serviceBox__content .serviceBtn a {
	display: block;
	width: 245px;
	margin: 0 auto;
	padding: 8px 40px;
	background: url("/service/monogramming/images/icon_btn_pdf.png") no-repeat 15px center;
}

/* -----------------------------
		qandaArea
----------------------------- */
.l-content .qandaArea .notice .normalList li  {
	margin-bottom: 10px;
}
.l-content .faqArea .know dl.question dt,
.l-content .faqArea .know dl.question dd {
	padding: 10px 0;
}
.l-content .faqArea .know dl.answer dt,
.l-content .faqArea .know dl.answer dd {
	padding: 10px 0 15px;
}
.l-content .faqArea .know dl.question dt,
.l-content .faqArea .know dl.answer dt {
	float: left;
	clear: both;
	width: 40px;
	text-align: right;
}
.l-content .faqArea .know dl.question dd,
.l-content .faqArea .know dl.answer dd {
	margin-left: 40px;
	
}
.l-content .faqArea .know dl.question dt,
.l-content .faqArea .know dl.question dd {
	background: #f5f5f5;
	color: #192e69;	
}

.l-content .faqArea .know dl.answer dt strong {
	color: #dd0000;
}

/* -----------------------------
		makerArea
----------------------------- */
.l-content .makerArea .brandContent {
	padding: 20px 0 0;
	background: #eee;
}
.l-content .makerArea .brand01,
.l-content .makerArea .brand02,
.l-content .makerArea .brand03,
.l-content .makerArea .brand04 {
	border-top: 5px solid #304278;
}
.l-content .makerArea .brand01,
.l-content .makerArea .brand02 {
	width: 910px;
	margin: 0 auto 20px;
	background: #fff;
}
.l-content .makerArea .brand03,
.l-content .makerArea .brand04{
	float: left;
	width: 445px;
	margin: 0 auto 20px;
	margin-left: 20px;
	background: #fff;
}
.l-content .makerArea h3.brand_ttl {
	position: relative;
	padding: 10px 0 8px 65px;
	border-top: 2px solid #e1b92f;
	color: #192e69;
}
.l-content .makerArea h3.brand_ttl::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	display: block;
	width: 13px;
	height: 13px;
	margin: auto;
	border: 3px solid #304278;
	border-radius: 50%;
	content: "";
}
.l-content .makerArea .inner {
	width: 870px;
	margin: 0 auto;
	padding: 15px 0 20px;
	border-top: 1px dashed #192e69;
}
.l-content .makerArea .brand03 .inner,
.l-content .makerArea .brand04 .inner {
	width: 405px;
}
.l-content .makerArea dl.brandBox {
	float: left;
	margin-right: 20px;
}
.l-content .makerArea dl.brandBox:nth-child(4n) {
	margin-right: 0;
}
.l-content .makerArea .brand03 dl.brandBox:nth-child(2n) {
	margin-right: 0;
}
.l-content .makerArea dt.brandLogo {
	margin-bottom: 10px;
    height: 70px;
	text-align:center;
}
.l-content .makerArea dt.brandLogoNone {
	margin-bottom: 10px;
    height: 70px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.l-content .makerArea dd.brandLink {
	text-align: center;
	margin-bottom: 30px;
}
.l-content .makerArea dd.brandLink02 {
	text-align: center;
	margin-bottom: 10px;
}

.l-content .makerArea .brand01 dl.box01 { width: 165px; }
.l-content .makerArea .brand01 dl.box02 { width: 265px; }
.l-content .makerArea .brand01 dl.box03 { width: 200px; }
.l-content .makerArea .brand01 dl.box04 { width: 170px; }
.l-content .makerArea .brand01 dl.box05 { width: 200px; }

.l-content .makerArea .brand02 dl.box01 { width: 210px; }
.l-content .makerArea .brand02 dl.box02 { width: 160px; }
.l-content .makerArea .brand02 dl.box03 { width: 210px; }
.l-content .makerArea .brand02 dl.box04 { width: 220px; }
.l-content .makerArea .brand02 dl.box05 { width: 230px; }
.l-content .makerArea .brand02 dl.box06 { width: 180px; }

.l-content .makerArea .brand03 dl.box01 { width: 185px; }
.l-content .makerArea .brand03 dl.box02 { width: 185px; }
.l-content .makerArea .brand04 dl.box01 { width: 145px; }

.l-content .makerArea dd ul li{
	padding-bottom: 5px;
	margin: 0;
}
.l-content .makerArea dd ul li.txt_min{
	font-size:10px;
	line-height:14px;
	text-align:left;
}
.l-content .makerArea .brand01 dl.box04 dd ul li.txt_min{ width: 140px; margin-left:40px; }
.l-content .makerArea dd ul li.u-block {
	display: block;
}
