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



/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media print,screen and (min-width: 769px) {
	
.naire_base h2 img{
	width: 100%;
	height: auto;
}	
	
.naire_base h3 {
    width: 90%;	
    font-size:25px;
	padding:0.6rem 0.5rem;
	border-left: 15px solid #3246D2;
	color: #3246D2;
	margin:40px 0px 10px 0px; 
  }
	
.naire_base h4{
	width: 95%;
	background-color: #E6E6E6;
	padding: 10px ;
	margin: 15px auto 5px auto;
	font-size: 16px;
}	
	
.naire_base h5{
	width: 95%;
	color: #3246D2;
	padding: 5px;
	margin: 15px auto -10px auto;
	font-size: 16px;
	letter-spacing: 0.05em;
}	
	
	
	
/*　ナビボタン　*/	
.navi_btn{
	display: flex;
	width:800px;
	margin: 1% auto 5% auto;
	flex-wrap:wrap;
	}	
	
.navi_btn a{
	position: relative;
   	display: block;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	width: 25%;
	border: solid 1px #3246D2;
	color: #3246D2;
	border-radius: 10px;
	padding: 1.5% 2%;
	text-decoration: none;	
	margin: 0.5% auto;
	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;		
}		
/*　大きめボタン　*/
	
/*　特徴　*/
.point{
	display: flex;
	width:95%;
	margin: 1% auto;
	flex-wrap: wrap;
	}	
	
.point-box {
    margin: 1% auto;
    background: #eff4f4;
	justify-content:space-between;
	width: 280px;
	border-radius: 5px;
}
.point-box .point-title {
    font-size: 18px;
    background: #27b3b1;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-weight: bold;
	border-radius: 5px 5px 0px 0px;
}
	
.point-box img{	
	width: 250;
	height: auto;
	margin: 10px 14px;
	}	

.point-box p {
    font-size: 14px;
	line-height: 1.5em;
	padding:10px 15px;
}	
/*　特徴　*/	
	
/*　名入れ実績　*/	
.ex_naire{
	margin: 5px auto ;
	width: 95%;
	}
	
.ex_naire table{
	}	
	
.ex_naire td{
	width: 220px;
	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;
	}		
	

/*　名入れ実績　*/		
	
/*　印刷の流れ　*/	
.naire_flow{
	margin: 5px auto;
	width: 95%;
	}
	
.naire_flow table{
	margin: 0 auto;
	}	
	
.naire_flow td{
	width: 220px;
	
	vertical-align:top;
	border: solid 1px #f2f2f2;
	}
	
.naire_flow td img{
	width: 100%;
	height: auto;
	}	
	
.naire_flow p{
	padding: 5px; 
	line-height: 1.5em;
	font-size: 1.1em;
	}		
	
.naire_flow span{
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #3246D2;
	line-height: 2em;
	}	
/*　印刷の流れ　*/			

/*　見出し文・画像　*/		
.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: 15px;
	line-height: 1.8em;
	display: block;
    margin: 0% auto;
}		
/*　見出し文・画像　*/		
	
/*　文字＋画像　*/	
.about{
	display: flex;
	width:95%;
	margin: 1% auto;
	flex-wrap: wrap;
	}
	
.about &gt; .about_text{
	position: relative;
	justify-content: space-around;	
	width: 570px;
	font-size: 15px;
	line-height: 1.8em;
	padding:10px 5px 10px 0px;
	}		
	
.about &gt; .about_image{
	position: relative;
	justify-content: space-around;	
	width: 300px;
	height: auto;
	margin: 0 auto;
	}
/*　文字＋画像　*/		
	
	
/*　印刷形式（3列ver）　*/	
.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: 31%;
	background: #fff;
	margin: 1% auto;
	transition: 0.3s;
	line-height: 1.5em;
	box-shadow: 0px 0px 10px #ccc;
	}	

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

.printtype strong{	
	font-size: 16px;
	line-height: 1.5em;
	}	
	
.printtype p{
	font-size: 13px;
	line-height: 1.5em;
	padding:10px;
}
	
.printtype .link{
	margin: 10px auto 5px auto;
	width: 95%;
	text-align: center;
	}
	
.link a{
	padding: 8px 30px;
	align-items: center;
	border: solid 1px #0056DC;
	background:#fff;
	color:#0056DC;
	text-decoration: none;
}
	
.link a:hover{
	color:#7588CD;
	border: solid 1px #7588CD;
}	
/*　印刷形式（3列ver）　*/		
	
}

/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {
.naire_base h2 img{
	width: 100%;
	height: auto;
}	
	
.naire_base 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_base h4{
	width: 93%;
	background-color: #E6E6E6;
	padding: 10px ;
	margin: 15px auto 5px auto;
	font-size: 14px;
}
	
.naire_base h5{
	width: 95%;
	color: #3246D2;
	padding: 5px;
	margin: 15px auto -15px auto;
	font-size: 14px;
	letter-spacing: 0.05em;
}		
	
/*　ナビボタン　*/
.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;  
}		
/*　大きめボタン　*/	
	
/*　特徴　*/
.point{
	display: flex;
	width:95%;
	margin: 1% auto;
	flex-wrap: wrap;
	}	
	
.point-box {
	position: relative;
   	display: block;
	justify-content: space-around;
	align-items: center;	
	width: 95%;
    line-height: 1.3em;
    background: #eff4f4;
	border-radius: 10px;
	margin: 5px auto;
}
.point-box .point-title {
    font-size: 14px;
    background: #27b3b1;
    padding: 8px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	border-radius: 5px 5px 0px 0px;
}
	
.point-box img{	
	width:50%;
	height: auto;
	margin: 5px auto;
	display: block;
	justify-content: space-around;
	align-items: center;	
	}	

.point-box p {
    font-size: 12px;
	line-height: 1.5em;
	padding:5px 15px;
}	
/*　特徴　*/	
			

	
/*　名入れ実績　*/	
.ex_naire{
	margin: 5px auto;
	width: 98%;
	}
	
.ex_naire table{
	}
	
.ex_naire tr{	
	display: inline;
}
	
.ex_naire td{
	width: 48%;
	padding: 0.5%;
	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;
	}	
/*　名入れ実績　*/	
	
/*　印刷の流れ　*/	
.naire_flow{
	margin: 5px auto;
	width: 98%;
	}
	
.naire_flow table{
	}
	
.naire_flow tr{	
	display: inline;
}
	
.naire_flow td{
	width: 47%;
	padding: 1%;
	vertical-align:top;
	display: inline-block;
	}
	
.naire_flow td img{
	width: 100%;
	height: auto;
	border: solid 1px #f2f2f2;
	margin-top: 5%;
	}	
	
.naire_flow p{
	line-height: 1.5em;
	font-size: 12px;
	}		
	
.naire_flow span{
	font-weight: bold;
	font-size: 1.1em;
	color: #3246D2;
	padding: 1% 3% 1% 0%;
	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;
}		
	
/*　文字＋画像　*/	
.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;	
	margin: 0 auto;
	
	}
.about_image img{
	width: 100%;
	height: auto;
	
	}
/*　文字＋画像　*/		
	
 /*　印刷形式（3列ver）　*/		
.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;
}
	
.printtype .link{
	margin: 10px auto 5px auto;
	width: 100%;
	text-align: center;
	}	
	
.link a{
	padding: 2% 10%;
	align-items: center;
	border: solid 1px #0056DC;
	background:#fff;
	color:#0056DC;
	text-decoration: none;
}
	
.link a:hover{
	color:#7588CD;
	border: solid 1px #7588CD;
}		
/*　印刷形式（3列ver）　*/	 
}</pre></body></html>