<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

	
.naire ul{
	border-bottom:none;	
}

.space{
	height: 300px;
}


.caution li{
	color: #da3c41;
	line-height: 1.5em;
	font-size: 1em;
	text-indent: -1em;
   padding-left: 1em;
}

.caution li::before{
	content: "※";
	color: #da3c41;
}

.box_point li{
	margin: 5px 10px;
	color: #2E2E2E;
	line-height: 1.5em;
	font-size: 13px;
	text-indent: -1em;
    padding-left: 1em;
}


/*FAQ*/
.qa-list{
	width: 95%;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.5em;
}

.qa-list dl {
    position: relative;
    margin: 10px 0 0 0;
    cursor: pointer;
    border: 1px solid #e6e6e6;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #e6e6e6;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3290ff;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #ff505a;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
/*FAQ*/





/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media print,screen and (min-width: 769px) {
	
.naire h2 img{
	width: 100%;
	height: auto;
}	
	
.naire_h3 {
    width: 90%;	
    font-size:25px;
	padding:0.6rem 0.5rem;
	border-left: 15px solid #3246D2;
	color: #3246D2;
	margin:40px 0px 10px 0px; 
  }
	
.naire_h4{
	width: 95%;
	background-color: #D4E4FB;
	padding: 10px ;
	margin: 15px auto 5px auto;
	font-size: 16px;
}	
	
.naire_h5{
	width: 95%;
	color: #3246D2;
	padding: 5px;
	margin: 15px auto -10px auto;
	font-size: 16px;
	border-bottom:dotted 1px #3246D2;
	letter-spacing: 0.05em;
}	

/*　バナー　*/
.bn_area{
	width: 95%;
	margin: 1% auto 3% auto;
}	
	
.bn_area img{
	width: 700px;
	height: auto;
	margin: 1% auto 3% auto;
}		
/*　バナー　*/		
	
/*　赤枠のボックス　*/		
.box_point {
	width: 70%;
    position: relative;
    margin: 5% auto;
    padding: 0.5em 1em;
    border: solid 2px #da3c41;
	background-color: #f9f0f1;
}
.box_point .box_title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -2px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background: #da3c41;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box_point p {
    margin: 0; 
    padding: 10px;
	font-size: 14px;
	line-height: 1.3em;
}	
	
.box_point img {
	position: relative;
	display: block;
    margin: 10px auto;
}		
/*　赤枠のボックス　*/
	
/*　赤枠のボックス2列　*/
.box-area{
	width: 95%;
	display: flex;
	margin: -3% auto 0 auto;
}	
	
.box_point2 {
	width: 45%;
    position: relative;
    margin: 5% auto;
    padding: 0.5em 1em;
    border: solid 2px #da3c41;
	background-color: #f9f0f1;
}
.box_point2 .box_title2 {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -2px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background: #da3c41;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box_point2 p {
    margin: 0; 
    padding: 10px;
	font-size: 14px;
	line-height: 1.3em;
}	
	
.box_point2 img {
	position: relative;
	display: block;
    margin: 10px auto;
}		
/*　赤枠のボックス2列　*/	
	
	
/*　ナビボタン　*/	
.navi_btn{
	display: flex;
	width:800px;
	margin: 1% auto 5% auto;
	flex-wrap:wrap;
	}	
	
.navi_btn a{
	position: relative;
   	display: block;
	justify-content: flex-start;
	text-align: center;
	width: 25%;
	border: solid 1px #3246D2;
	color: #3246D2;
	border-radius: 6px;
	padding: 1.5% 2%;
	text-decoration: none;	
	margin: 1% 2%;
	font-size: 14px;
	font-weight: bold;
	transition: 0.3s;
	}	

.navi_btn a:hover{
	background: #3246D2;
	color: #fff;
}
	
.navi_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #3246D2;
    border-right: 3px solid #3246D2;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 33%;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}	
	
.navi_btn a:hover:after {
    border-color: #FFF;
}
/*　ナビボタン　*/		
	
/*　大きめボタン　*/	
.big_btn a{
  margin: 2% auto;	
  width: 50%;
  position: relative;
  display: block;
  justify-content: space-around;		
  padding: 1.4% 3% 1.2% 3%;
  background: #3246D2;	
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;	
  text-decoration: none;
  border: 1px solid #3246D2;	
  border-radius: 50px;
}	
	
.big_btn a span{
  font-size: 1.6em;
  padding: 0% 1%;	
}
	
.big_btn a:hover{
  background-color: transparent;
  color: #3246D2;
  transition: 0.3s;		
}
	
.big_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 20px;
    border-radius: 1px;  
}	
	
.big_btn a:hover:after{
  border-color: #3246D2;	
  transition: 0.3s;		
}		
/*　大きめボタン　*/
	
	
	
.base_format{
	width: 100%;
	margin: 2% auto;
	flex-wrap:wrap;
}
	
.base_format img{
	width: auto;
	height: auto;
	display: block;
    margin: 1% auto;
}	
	
.base_format p{
	width: 95%;
	font-size: 14px;
	line-height: 1.5em;
	display: block;
    margin: 0% auto;
}	
	
	
	
/*　印刷形式（リンクあり）　*/	
.printtype{
	display: flex;
	width:95%;
	margin: 1% auto;
	flex-wrap: wrap;
	}
	
.printtype li{
	position: relative;
   	display: block;
	justify-content: space-around;
	align-items: center;	
	width: 48%;
	background: #fff;
	margin: 1%;
	transition: 0.3s;
	line-height: 1.5em;
	box-shadow: 0px 0px 10px #ccc;
	}	

.printtype img{	
	width: 100%;
	height: auto;
	}	
	
	
.printtype a{	
	color: #333;
	text-decoration: none;
	}
	
.printtype strong{	
	font-size: 16px;
	line-height: 1.5em;
	}	
	
.printtype a:hover{
	color: #9fa0a0;
}	
	
.printtype p{
	font-size: 13px;
	padding:10px;
}		
/*　印刷形式（リンクあり）　*/	
	
/*　印刷形式（リンクなし）　*/	
.printtype2{
	display: flex;
	width:100%;
	margin: 1% auto;
	flex-wrap: wrap;
	}
	
.printtype2 li{
	display:flex;
    flex-direction: row;
    justify-content: space-between;
	width: 100%;
	margin: 0 1%;
	transition: 0.3s;
	line-height: 1.5em;
	}	

.printtype2 img{	
	width:48%;
	height: auto;
	margin:0.7%;
	}	

.printtype2 strong{	
	font-size: 16px;
	line-height: 1.5em;
	}	
	
.printtype2 p{
	width: 100%;
	flex-wrap: nowrap;
	font-size: 13px;
	padding:10px;
}		
	
.printtype2 span{
	display: block;
	color: #da3c41;
	line-height: 1.5em;
	font-size: 1em;
	text-indent:-1em;
	padding-left: 1em
}	
	
.printtype2 span::before{
	content: "※";
	color: #da3c41;
}	
	
/*　印刷形式（リンクなし）　*/		

/*　印刷形式（リンクなし）アコーディオン　*/		
.accordion {
margin: 1em auto;
width: 65%;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
border: solid 1px #E8E8E8;
}
.printtitle,
.content {
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
	
.printtitle {
margin-top: 0;	
padding: 0.5em;
display: block;
color: #4D4D4D;
font-size: 16px;	
font-weight: bold;
background: #E8E8E8;
}
	
.printtitle::after,
.printtitle::before {
content: "";
position: absolute;
right: 1.25em;
top: .8em;
width: 3px;
height: 0.75em;
background-color: #3246D2;
transition: all 0.3s;
}
	
.printtitle::after {
transform: rotate(90deg);
}
	
.content {
max-height: 0;
overflow: hidden;
}
	
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 13px;
line-height: 1.5;
}
	
.toggle:checked + .printtitle + .content {
max-height: 500px;
transition: all 1.5s;
}
	
.toggle:checked + .printtitle::before {
transform: rotate(90deg) !important;
}	
/*　印刷形式（リンクなし）アコーディオン　*/	
	
/*　名入れ実績　*/	
.ex_naire{
	margin: 5px auto ;
	width: 90%;
	}
	
.ex_naire table{
	}	
	
.ex_naire td{
	width: 23%;
	padding: 1%;
	vertical-align:top;
	}
	
.ex_naire td img{
	width: 100%;
	height: auto;
	border: solid 1px #f2f2f2;
	}	
	
.ex_naire p{
	margin: 2% auto 3% 0%; 
	line-height: 1.5em;
	font-size: 1.1em;
	border-bottom: solid 1px #e6e6e6;
	}		
	
.ex_naire p span{
	font-weight: bold;
	font-size: 0.9em;
	color: #6dbaed;
	padding: 1% 4% 1% 0%;
	border: solid 1px #fff;
	margin-right: 2%;
	line-height: 2em;
	}	
/*　名入れ実績　*/		
	
	
	
/*フォントリスト*/
.fontlist{
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fontlist dl {
  width: 50%;
  margin-bottom: 10px;	
}

.fontlist dt {
  background-color: #fff;
  width: 95%;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  align-self: center;
}	
	
.fontlist dd {
  padding: 5px 0;
  width: 98%;
  margin: 0 auto;	
}

.font-j {
  background-color: #96dcff;
  padding: 3px 10px;
  color:#fff;	
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px;
}

.font-e {
  background-color: #ffa0d2;
  padding: 3px 10px;
  color:#fff;	
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px;
}

.font-c {
  background-color: #aad496;
  padding: 3px 10px;
  color:#fff;		
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px;
}
/*フォントリスト*/

/*　刷色一覧　*/	
  .printing_box&gt;p {
    margin-bottom: 0;
  }
	
  .printing_box&gt;table {
    width: 850px;
    table-layout: fixed;
	text-align: center;
	font-size: 12px;
	font-weight:500;
	margin: 10px auto 30px auto;
  }
	.printing_box td{
	  height: 40px;
	  border-radius:10px;
	  font-size: 12px;
	  padding:5px auto;
	  color:white;
	  border: 1px solid #eeefef;
	}
/*　刷色一覧　*/		
	

  .right_list {
    border-bottom: none;
  }
  .name_landscape {
    width: 820px;
    border: 0;
    text-align: left;
    border-collapse: separate;
    border-spacing: 10px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 50px;
    table-layout: fixed;
  }
  .name_landscape img {
    width: calc(820px / 3 - 20px);
    height: auto;
  }
  .name_landscape_img {
    margin: 20px 0 0 0;
  }
  .print_text {
    font-size: 10px;
    line-height: 1.3em;
    margin: 0 auto;
    padding: 0;
  }
  .name_landscape_title {
    font-size: 1.5vw;
    font-weight: bold;
  }
  .name_operation {
    text-align: center;
  }
  .name_operation&gt;img {
    margin: 0 auto;
    text-align: center;
    width: 80%;
    height: auto;
  }
	
/*　about　*/	
.about{
	display: flex;
	width:95%;
	margin: 1% auto;
	flex-wrap: wrap;
	}
	
.about &gt; .about_text{
	position: relative;
	justify-content: space-around;	
	width: 62%;
	font-size: 14px;
	line-height: 1.5em;
	padding:10px;
	}		
	
.about &gt; .about_image{
	position: relative;
	justify-content: space-around;	
	width: 35%;
	height: auto;
	margin:0 auto;
	}
	
.about_image img{
	width:300px;	
	height:187.5px;	
	}
/*　about　*/		
	

/*　名入れとは　*/	
.nairetoha{
	width: 100%;
	margin: 0 auto;
}	

.tb_right{
	width: 68%;
	font-size: 14px;
	line-height: 1.7em;
	padding: 0 5px;
}

.tb_left{
	width: 30%;
	vertical-align: top;
	text-align: center;
}	
	
.list-001 {
	width: 600px;
	column-count:3;
	margin:5px auto;
	padding:7px 10px;
	background: #F2F2F2;
}

.list-001 li {
	color:#666666;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	padding:4px;
	margin: 1px;
	
}
/*　名入れとは　*/	

/*　1ヵ所印刷、複数ヵ所印刷について　*/		
.howmany{
	width: 90%;
	margin: 5px auto;
	display: flex;
	flex-wrap: wrap;
}	
	
.howmany li{
	width: 48%;
	margin: 0 auto;
	position: relative;
   	display: block;
	justify-content: center;
}
/*　1ヵ所印刷、複数ヵ所印刷について　*/	

	
/*　データ注意点アコーディオン　*/	
.accordion2{
	margin: -1% auto 5% auto;
}	
	
.accordion-001 {
	margin: 1em auto;
    width: 90%;
    background-color: #f9f0f1;
}


.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	font-size: 16px;
    padding: 0.5em 1em;
    background-color: #da595e;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
    width: 3px;
    height: .9em;
    background-color: #fff;
    content: '';
}

.accordion-001 summary::before {
    position: absolute;
    right: 1em;
    rotate: 90deg;
}

.accordion-001 summary::after {
    transition: rotate .3s;
}

.accordion-001[open] summary::after {
    rotate: 90deg;
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
	font-size: 14px;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
	transition: all 0.3s;
}	
/*　データ注意点アコーディオン　*/		
	
}	
	


/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {
.naire h2 img{
	width: 100%;
	height: auto;
}	
	
.naire_h3 {
    width: 90%;	
	font-size: 1.2em;
	padding:0.5rem 0.4rem;
	border-left: 10px solid #3246D2;
	color: #3246D2;
	margin-bottom: 3%;
	margin-left: 1%;
	margin-top: 10%;
  }
	
.naire_h4{
	width: 96%;
	background-color: #D4E4FB;
	padding: 10px 0 10px 10px;
	margin: 15px auto 5px auto;
	font-size: 14px;
}
	
.naire_h5{
	width: 95%;
	color: #3246D2;
	padding: 5px;
	margin: 15px auto 0 auto;
	font-size: 14px;
	border-bottom:dotted 1px #3246D2;
	letter-spacing: 0.05em;
}		
	
/*　バナー　*/
.bn_area{
	width: 95%;
	margin: 1% auto 30% auto;
}	
	
.bn_area img{
	width: 100%;
	height: auto;
	margin: 1% auto 3% auto;
}		
/*　バナー　*/		
	
/*　赤枠のボックス　*/		
.box_point {
	width: 95%;
    position: relative;
    margin: 50px auto 30px auto;
    border: solid 2px #da3c41;
	background-color: #f9f0f1;
}
.box_point .box_title {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: -2px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    background: #da3c41;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box_point p {
    margin: 0; 
    padding: 10px;
	font-size: 12px;
}	
	
.box_point img {
    width: 95%;
	height: auto;	
	margin: 0px auto 10px auto; 
	position: relative;
   	display: block;
	justify-content: space-around;
}		
/*　赤枠のボックス　*/
/*　赤枠のボックス2　*/		
.box_point2 {
	width: 95%;
    position: relative;
    margin: 10px auto 40px auto;
    border: solid 2px #da3c41;
	background-color: #f9f0f1;
}
.box_point2 .box_title2 {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: -2px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    background: #da3c41;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box_point2 p {
    margin: 0; 
    padding: 10px;
	font-size: 12px;
}	
	
.box_point2 img {
    width: 95%;
	height: auto;	
	margin: 0px auto 10px auto; 
	position: relative;
   	display: block;
	justify-content: space-around;
}		
/*　赤枠のボックス2　*/	
	
	
/*　ナビボタン　*/	
.navi_btn{
	display: flex;
	flex-wrap:wrap;	
	width:95%;
	margin: 1% auto;	
	}	
	
.navi_btn a{
	position: relative;
   	display: block;
	justify-content: space-around;
	align-items: center;	
	width: 44%;
	border: solid 1px #3246D2;
	color: #3246D2;
	border-radius: 5px;
	padding: 3% 1% 3% 2%;
	text-decoration: none;	
	margin: 1% auto;
	font-weight: bold;
	font-size: 0.9em;
	transition: 0.3s;
	}
	
.navi_btn a span{
  font-size: 1.3em;
  padding: 0px 3px;	
}		

.navi_btn a:hover{
	background: #3246D2;
	color: #fff;
}
	
.navi_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #3246D2;
    border-right: 3px solid #3246D2;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 33%;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}	
	
.navi_btn a:hover:after {
    border-color: #FFF;
}	
	
	
/*　大きめボタン　*/	
.big_btn a{
  margin: 2% auto;	
  width: 80%;
  position: relative;
  display: block;
  justify-content: space-around;		
  padding: 2.2% 3% 2.4% 3%;
  background: #3246D2;	
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;	
  text-decoration: none;
  border: 1px solid #3246D2;	
  border-radius: 50px;
}	
	
.big_btn a span{
  font-size: 1.3em;
  padding: 0% 1%;	
}
	

.big_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 20px;
    border-radius: 1px;  
}		
	
/*　印刷形式（リンクあり）　*/		
.printtype{
	display: flex;
    flex-wrap: wrap;
	width:95%;
	margin: 1% auto;
	}		

.printtype li{
    justify-content:space-around;
	align-items: center;	
	position: relative;
	width: 95%;
	background: #fff;
	border: solid 1px #e8e8e8;
	margin: 1% auto;
	}	
	
.printtype img{	
	width: 100%;
	height: auto;
}

.printtype a{	
	color: #333;
}
	
.printtype strong{	
	font-size: 14px;
	line-height: 1.5em;
	}	
	
.printtype p{
	padding:10px;
	font-size: 12px;
}		
/*　印刷形式（リンクあり）　*/	
		
	
/*　印刷形式（リンクなし）　*/	
.printtype2{
	display: flex;
	width:95%;
	margin: 1% auto;
	flex-wrap: wrap;
	}
	
.printtype2 li{
	position: relative;
   	display: block;
	justify-content: space-around;
	align-items: center;	
	width: 100%;
	margin: 1% auto;
	transition: 0.3s;
	line-height: 1.5em;
	
	}	

.printtype2 img{	
	width: 100%;
	height: auto;
	}	

.printtype2 span{
	display: block;
	color: #da3c41;
	line-height: 1.5em;
	font-size: 1em;
	text-indent:-1em;
	padding-left: 1em
}	
	
.printtype2 span::before{
	content: "※";
	color: #da3c41;
}		
/*　印刷形式（リンクなし）　*/	
	
	
/*　印刷形式（リンクなし）アコーディオン　*/		
.accordion {
margin: 1em auto;
width: 90%;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
border: solid 1px #E8E8E8;
}
.printtitle,
.content {
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
	
.printtitle {
margin-top: 0;	
padding: 0.5em;
display: block;
color: #4D4D4D;
font-size: 14px;	
font-weight: bold;
background: #E8E8E8;
}
	
.printtitle::after,
.printtitle::before {
content: "";
position: absolute;
right: 1.25em;
top: .8em;
width: 2px;
height: 0.75em;
background-color: #3246D2;
transition: all 0.3s;
}
	
.printtitle::after {
transform: rotate(90deg);
}
	
.content {
max-height: 0;
overflow: hidden;
}
	
.content p {
margin-top: 5px;
padding: 10px auto;
font-size: 13px;
line-height: 1.5;
}
	
.toggle:checked + .printtitle + .content {
max-height: 500px;
transition: all 1.5s;
}
	
.toggle:checked + .printtitle::before {
transform: rotate(90deg) !important;
}	
/*　印刷形式（リンクなし）アコーディオン　*/	
	
	
	
.ex_naire{
	margin: 5px auto;
	width: 90%;
	}
	
.ex_naire table{
	}
	
.ex_naire tr{	
	display: inline;
}
	
.ex_naire td{
	width: 47%;
	padding: 1%;
	vertical-align:top;
	display: inline-block;
	}
	
.ex_naire td img{
	width: 100%;
	height: auto;
	border: solid 1px #f2f2f2;
	margin-top: 5%;
	}	
	

.ex_naire p{
	margin: 2% auto 3% 0%; 
	line-height: 1.5em;
	font-size: 0.9em;
	border-bottom: solid 1px #e6e6e6;
	}		
	
.ex_naire p span{
	font-weight: bold;
	font-size: 0.7em;
	color: #6dbaed;
	padding: 1% 3% 2% 0%;
	border: solid 1px #fff;
	margin-right: 1%;
	line-height: 2em;
	}	
	
	
.base_format{
	width: 100%;
	margin: 2% auto;
}
	
.base_format img{
	width: 100%;
	height: auto;
	display: block;
    margin: 1% auto;
}	
	
.base_format p{
	width: 95%;
	font-size: 12px;
	line-height: 1.5em;
	display: block;
    margin: 0% auto;
}		
	
	
/*FAQ*/
.qa-list dl {
    margin: 10px 0 0;
}
.qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 16px 40px 16px 50px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
}
.qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
/*FAQ*/	
					
	
/*フォントリスト*/
.fontlist{
	width: 95%;
	margin: 0 auto;
}	

.fontlist dl {
  display: flex;
  flex-direction: column;	
  justify-content: space-between;
  margin-bottom: 15px;	
}

.fontlist dd {
  width: 100%;	
  
}

.fontlist dt {
  width: 100%;	
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
  align-self: center;
}

.font-j {
  background-color: #96dcff;
  padding: 2px 10px;
  color:#fff;	
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}

.font-e {
  background-color: #ffa0d2;
  padding: 2px 10px;
  color:#fff;	
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}

.font-c {
  background-color: #aad496;
  padding: 2px 10px;
  color:#fff;		
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}
	
/*フォントリスト*/		
	
	
  .printing_box&gt;p {
    font-size: 3vw;
    margin-bottom: 0;
  }
	
  .printing_box&gt;table {
    width: 98%;
    table-layout: fixed;
	text-align: center;
	font-size: 10px;
	font-weight:500;
	margin: 10px auto 30px auto;
  }
	
  .printing_box td{
	height: 40px;
	border-radius:10px;
	padding:5px auto;
	color:white;
	border: 1px solid #eeefef;
  }
	
/*　文字＋画像　*/	
.about{
	display: flex;
	width:95%;
	margin: 1% auto;
	flex-wrap: wrap;
	}
	
.about &gt; .about_text{
	position: relative;
	justify-content: space-around;	
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
	padding:10px 5px 10px 0px;
	}		
	
.about &gt; .about_image{
	order: -1;
	position: relative;
	justify-content: space-around;	
	width: 100%;
	height: auto;
	text-align: center;
	}
/*　文字＋画像　*/	
	
/*　名入れとは　*/	
.nairetoha{
	width: 98%;
	margin: 0 auto;
}	

.tb_right{
	display: block;
	width: 95%;
	font-size: 12px;
	line-height: 1.5em;
	margin: 2px auto;
}

.tb_left{
	display: block;
	margin: 0px auto;
	text-align: center;
}
	
.tb_left img{
	width: 40%;
	height: auto;
}
	
.list-001 {
	width: 95%;
	column-count:2;
	background: #F2F2F2;
	margin: 5px auto;
	padding:10px;
}

.list-001 li {
	color:#666666;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	padding:5px 3px;
}
/*　名入れとは　*/		
	
/*　1ヵ所印刷、複数ヵ所印刷について　*/		
.howmany{
	width: 98%;
	margin: 5px auto;
	display: flex;
	flex-wrap: wrap;
}	
	
.howmany li{
	width: 95%;
	margin: 10px auto;
	position: relative;
   	display: block;
	justify-content: center;
}
	
.howmany img{
	width: 100%;
	height:auto;
}	
/*　1ヵ所印刷、複数ヵ所印刷について　*/	
	
	
/*　データ注意点アコーディオン　*/	
.accordion2{
	margin: -10% auto 5% auto;
}	
	
.accordion-001 {
	margin: 1em auto;
    width: 93%;
    background-color: #f9f0f1;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	font-size: 14px;
    padding: 0.5em 1em;
    background-color: #da3c41;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
    width: 3px;
    height: .9em;
    background-color: #fff;
    content: '';
}

.accordion-001 summary::before {
    position: absolute;
    right: 1em;
    rotate: 90deg;
}

.accordion-001 summary::after {
    transition: rotate .3s;
}

.accordion-001[open] summary::after {
    rotate: 90deg;
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
	font-size: 12px;
    line-height: 1.5em;
	padding-bottom: 3%;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
	transition: all 0.3s;
}	
/*　データ注意点アコーディオン　*/		
	
  
}</pre></body></html>