@charset "UTF-8";

img{
image-rendering: -webkit-optimize-contrast;	
}

.indent1{
	margin: 10px 0 20px 0;
}

.indent1 li{
  padding-left: 1em;
  text-indent: -1em;
  font-size:16px;
  line-height: 1.5em;
	margin: 1em 0;
}

.indent2{
	margin: 10px 0 20px 0;
}

.indent2 li{
  padding-left: 1em;
  text-indent: -1em;
  font-size:14px;
  line-height: 1.5em;
}


.stepbox{
 width: 90%;
 margin: 20px auto;
 font-size: 1.2em;
 line-height: 1.5em;
}


.stepbox div{
 margin: 10px auto;

}
.step1 blockquote:before{
 content: "1";
}

.step2 blockquote:before{
 content: "2";
}

blockquote {
    position: relative;
    /*paddingはPCSPごとに設定*/
    box-sizing: border-box;
    color: #464646;
    background: #f0f7ff;
    border-top: solid 3px #a5d7ff;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 30px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #a5d7ff;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}



.toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
 z-index: 9999; /* 追加 */	
}
.toast.show {
  opacity: 1;
}



/*Q＆Aボタン*/
* {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.q-con {
  margin: 30px auto 0;
  max-width: 900px;
  width: 100%;
  line-height: 1.7em;	
}

.q-list:not(:first-child) {
  margin-top: 10px;
}


.q-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 #333;
    border-right: 2px solid #333;
}

.q-title {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #EDF2F2;
    color: #333;	
	font-size: 14px;

}

.q-title:before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 18px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3285bf;
}

.q-title:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}

.q-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.a-text {
  border-left: 1px solid #EDF2F2;
  border-right: 1px solid #EDF2F2;
  border-bottom: 1px solid #EDF2F2;
  display: none;
  padding: 20px 30px 20px 60px;
  position: relative;
  font-size:1.1em;	
}

.a-text:before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #e52c74;
}

.a-text img {
    width: 95px;
}





/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */

@media print,screen and (min-width: 769px) {
	
	
/*　ナビボタン　*/	
.navi_btn{
	display: flex;
	width:800px;
	margin: 1% auto;
	flex-wrap:wrap;
	}	
	
.navi_btn a{
	position: relative;
   	display: block;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	width: 30%;
	border: solid 1px #dcdcdc;
	color: #696969;
	border-radius: 8px;
	padding: 1.5% 2%;
	text-decoration: none;	
	margin: 0.5% auto;
	font-size: 14px;
	font-weight: bold;
	transition: 0.3s ease-in-out;
	}	

.navi_btn a:hover{
	background: #696969;
	color: #fff;
}
	
.navi_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #696969;
    border-right: 3px solid #696969;
    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;
}
/*　ナビボタン　*/			

.rapping_box{
width: 90%;
padding-left:2%;
}
	
.rapping_box p{	
line-height: 1.5em;	
	font-size: 14px;
	color: #333333;
	margin: 1% auto 2% auto;
}
	
.kakaku{
width: 830px;
height: 235px;
background-image:url("/novelty-rapping/images/kakaku_new3.png");
background-repeat: no-repeat;
margin:0% auto;
padding-bottom: 280px;
}
	
.kakaku_p{
margin:3% auto;
}	
	
.kakaku_img{
width: 830px;
height: 45px;
}	
	
.kakaku_table{
width: 700px;
margin:0% auto;
}
	
.kakaku_table td{
width: 230px;
padding:6.5% 2% 0% 3%;	
}
	
.kakaku_table p{
padding-top: 138px;
}
	
.rapping_menu{
width: 95%;	
margin:7% 0% 1% 4%;
}
	
.rapping_menu li{
display: inline-block;
margin: 1% 2%;
padding: 0; 
}
	
.rapping_menu_btn {
display: inline-block;
padding: 0.4em 1em 0.2em 1em;
text-decoration: none;
color: #696969;
border: solid 2px #dcdcdc;
background: #f5f5f5;
border-radius: 8px;
transition: .4s;
font-size: 1.1em;
font-weight: bold;
text-align:center;
}
	
.rapping_menu_btn:hover {
background: #ffffff;
text-decoration: none;
}
	
.rapping_menu_btn a{
text-decoration: none;
color: #696969;
}	
	
.rapping_menu_btn a:visited {
text-decoration: none;
color: #696969;
}	

.h3_01 {
background: #dcdcdc;
color: #696969;
font-size: 1.5em;
font-weight: bold;
padding: 1.5% 2% 1% 2%;
margin:2% auto;
}	
	
/* 包装見本 */
.housou_kakaku{
width: 460px;
margin:2% 0% 2% 28%;
}
	
.housou_menu{
width: 100%;
margin:0% auto 5% auto; 
}
	
.housou_menu li{
display: inline-block;
margin: 1% auto;
padding: 0%;
width: 19%;
vertical-align: top;	
}
	
.housou_menu p{
margin-top: 5%;
text-align:center;
font-size: 0.9em;
}
	
/* 箱入れ見本 */
.hakoire_midashi {
  font-size: 1.2em;
  font-weight: bold;
  color:#0099CC;
  margin:10px 0px -15px 30px;
}
	
.hakoire_midashi_t {
  margin:-10px 0px 40px 30px;
}	
	
.hakoire_img {
  width: 900px;
  margin:20px auto;
  margin-bottom:40px;
}	
	
.hakoire_img_up {
  position: relative;
  }

.hakoire_img_up p {
  position: absolute;
  top: 80%;/*画像の左上に配置*/
  left: 68%;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: gray;/*背景色*/
  font-size: 1.2em;
  line-height: 1;/*行高は1に*/
  padding: 6px 10px 4px 10px;/*文字周りの余白*/
  }
	
.hakoire_img_p{
  font-size: 1.1em;
  color:gray;
  margin:0px 0px -2px 12px;
  }
	
	
/* メッセージカード見本 */
.card_midashi {
  font-size: 1.2em;
  font-weight: bold;
  color:#0099CC;
  margin:40px 0px 0px 50px;
}	
	
.card_img {
  width: 600px;
  margin:20px auto;
  margin-bottom:50px;
}	
	
.card_img_up {
  position: relative;
  }

.card_img_up p {
  position: absolute;
  top: 80%;/*画像の左上に配置*/
  left: 68%;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: gray;/*背景色*/
  font-size: 1.2em;
  line-height: 1;/*行高は1に*/
  padding: 6px 10px 4px 10px;/*文字周りの余白*/
  }
	
.card_img_p{
  font-size: 1.1em;
  color:gray;
  margin:0px 0px -2px 12px;
  }	
	
	
.card_subtext p{
  margin: 5px auto 10px 50px;
}	
	
/* メッセージカード 例文 */
.card_area {
  margin: 1% auto 3% auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}

.card_01 {
  margin: 1.5%;
  width:46%;	
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  color: #786446;
  text-decoration: none;
  padding:0.5%;
}

.card_header {
}

.card_title {
  padding: 1rem 1.5rem 0;
  font-size: 1.2rem;
  order: 1;
  margin-bottom: 0.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.card_body {
  padding: 0 .8rem;
}

.card_text {
  font-size: .8rem;
  line-height: 1.8rem;
  margin: 0;
}

.card_text2 {
  font-size: .8rem;
  line-height: 1.2rem;
  margin-top: .7rem;
  margin-bottom: .7rem;
  text-align: end;
}

.card_box {
	width: 80%;
    padding: 2em;
    margin: 2em auto;
    background: #fff8e8;
    border: dashed 2px #ffc06e;
}
	
.card_box_title{
	margin-top: -1%;
	font-size: 1.4em;
	text-align: center;	
	font-weight: bold;
	color: #737373;
	letter-spacing: 0.1em;
}	
		
.card_box p {
    line-height: 1.5em;
	font-size: 13px;
	color: #383838;
	margin-top: 10px;
}
	
.card_box strong{
	font-size: 1.2em;
	padding: 5px 0;
	color: #EB6167;
	letter-spacing: 0.05em;
}	
	
	
	
/* 紙バッグ */
.kamibag{
width: 98%;
margin:3% auto; 
}
	
.kamibag ul{
width: 100%;
display:table;
margin: 1% auto;
}
	
.kamibag li{
display:table-cell;
margin: 0.5%;
padding: 0.5%;
width: 12%;
border: solid 1px #dcdcdc;
}
	
.kamibag_img{
  width: 100%;
}
	
/* リンクボタン */
.kamibag_example {
  width: 70%;
  text-align:center;
  font-size: 1.5em;
  font-weight: bold;
  margin:5% 0% 5% 15%;
}	
	
.kamibag_btn {
  padding: 0.5em 7em 0.3em 7em;
  text-decoration: none;
  color: #696969;
  background: #dcdcdc;
  border: solid 2px #a9a9a9;
  border-radius: 10px;
  transition: .4s;
}

.kamibag_btn:hover {
  background: white;
  color: #696969;
}
	
.kamibag_btn a{
  text-decoration: none;
  color: #696969;
}
	
.kamibag_btn a:visited{
  text-decoration: none;
  color: #696969;
}
	
	
/* 包装作業 */
.sagyo{
width: 90%;
margin:3% auto; 
text-align: center;
}
	
.sagyo ul{
margin:2% 0%; 
}	
	
.sagyo li{
display: inline-block;
vertical-align: top;
margin-top: 0.5%;
padding: 0% 0.5%;
width: 24%;
}
	
.sagyo img{
  width: 100%;
}

.sagyo_p2{
  font-size: 1.1em;
  font-weight: bold;
}
	
.sagyo p{
  font-size: 0.8em;
  padding-top: 2%;
  line-height:1.3em;
}
	
	
/* コロナ対策 */	
.corona{
width: 90%;
margin:3% 0% 4% 0%; 
padding-left: 8%;
}
	
.corona_title{
width: 95%;
margin-left: 20%;
letter-spacing: 0.05em;
font-size: 1.5em;
color: #4169e1;
}	
 
.corona_title span{
font-size: 1.5em;
font-weight: bold;
margin: 0% 0.5% 0% 0.5%;
}
	
.corona ul{
margin:2% 0%;
}
	
.corona li{
display: inline-block;
vertical-align: top;
margin-top: 0.5%;
padding: 0% 1%;
}
	
.corona1{
width: 22%;
}
	
.corona2{
width: 44%;
}
	
.corona img{
  width: 100%;
}	

.corona_p2{
  font-size: 1.1em;
  font-weight: bold;
}
	
.corona_p{
  padding: 3% 0%;
}
	
	
/* 再利用 */	
.sairiyou{
width: 830px;
height: 280px;	
background-image:url("/novelty-rapping/images/sairiyou_back.png");
background-repeat: no-repeat;
margin: 0% 0% 3% 6%; 
}	
	
.sairiyou ul{
margin:2% 0%;
padding: 6% 0% 1% 5%;
}
	
.sairiyou li{
width: 47%;
display: inline-block;
vertical-align: top;
padding: 1% 0%;
}
	
.sairiyou img{
  width: 95%;
  padding-left: 3%;
}
	
.sairiyou_p{
padding: 10% 0% 3% 0%;
font-size: 15px;
line-height:1.5em;
}
	
.sairiyou_p2{
padding-bottom: 3%;
font-size: 13px;
line-height:1.5em;
}
	
.banner{
width: 100%;
margin: 0 auto;
}
	
.banner p{
width: 100%;
text-align: center;
font-size: 13px;
font-weight: bold;
color: #FF3B78;	
margin:5px 0 5px 0;	
}
	
.banner img{
width: 40%;
border: #FF3B78 solid 1px;
}
		
.douga{
text-align: center;
margin-bottom: 20px;	
}	
	
.douga_title{
width: 100%;
text-align: center;
font-size: 13px;
font-weight: bold;
color: #696969;	
margin:50px 0 10px 0;
}	
	
	
	
/* シールテンプレート　PC */
.seal_template{
 width: 90%;
 margin: 20px auto;	
 font-size: 1.2em;
}

.seal_template textarea{
width:810px;
height:250px;
padding:10px;
margin: -2% auto 0 auto;
line-height: 1.5em;
}
	
.seal_template button{
	padding:1% 2%;
	}	
	
blockquote {
    padding: 0px 40px 5px 40px;/*paddingはPCSPで設定*/
}	
		
	
/* シール見本 */
.seal_img {
  width: 100%;
  margin:0px auto 50px auto;
}	
	
.seal_img td{
	margin: auto;
	text-align: center;
	}	
	
.seal_img_up {
  position: relative;
  text-align: center;
  }
	
.seal_img_up img{
  width:230px;
	margin: 2%;
  }
	
.seal_img_up p {
  position: absolute;
  top: 75%;/*画像の左上に配置*/
  left: 67%;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: gray;/*背景色*/
  font-size: 1.2em;
  line-height: 1;/*行高は1に*/
  padding: 6px 8px 2px 8px;/*文字周りの余白*/
  }	
	
.seal_img span{
	font-size: 14px;
	color:white;
	padding:0.2em 3em;
	margin: 1% auto;
	border-radius: 14px;
	text-align: center;
	font-weight: bold;
	}		

}
	
/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */

@media screen and (max-width: 768px) {	

/*　ナビボタン　*/
.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: 46%;
	border: solid 1px #dcdcdc;
	color: #696969;
	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: #696969;
	color: #fff;
}
	
.navi_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #696969;
    border-right: 3px solid #696969;
    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;
}	
/*　ナビボタン　*/		

.rapping_box{
width: 95%;
margin: 1% auto 2% auto;
font-size: 1em;
line-height: 1.5em; 
}	
	
.kakaku{
width: 90%;
margin:0% auto;
}
	
.kakaku img{
width: 100%;
}
	
.rapping_menu_btn{
width: 95%;
margin:0% auto;
margin-bottom:5%;
}
	
.rapping_menu_btn img{
width: 100%;
}	

.h3_01 {
background: #dcdcdc;
color: #696969;
font-size: 1.2em;
font-weight: bold;
padding: 3% 0% 2% 3%;
margin:7% auto 3% auto;
}	
	
/* 包装見本 */
.housou_kakaku{
width: 100%;
margin:5% auto;
}
	
.housou_about {
  font-size: 0.9em;
}	
	
.housou_menu{
width: 98%;
margin: 3% auto;
text-align: center;
}
	
.housou_menu ul{
width: 100%;
margin:3% auto;
}
	
.housou_menu li{
display: inline-block;
margin: 1%;
width: 30%;
}
	
.housou_menu li img{
	width: 100%;
	height: auto;
}	
	
.housou_menu p{
margin-top: 5%;
text-align:center;
font-size: 0.7em;	
}
	
.banner{
width: 95%;
margin:5% 0% 10% 2%;
}
	
.banner p{
text-align: center;
color: #FF3B78;
font-weight: bold;
font-size: 1em;
margin-bottom: 1%;
}
	
.banner img{
width: 95%;
border: #B15050 solid 1px;
}
	
/* 箱入れ見本 */
.hakoire_midashi {
  font-size: 0.9em;
  font-weight: bold;
  color:#0099CC;
  margin:0% 0% -4% 4%;
}
	
.hakoire_midashi_t {
  font-size: 0.9em;
  margin:0% 0% -4% 4%;
  margin-bottom:5%;
}	
	
.hakoire_img {
  width: 95%;
  margin:5% auto;
  margin-bottom:5%;
}
	
.hakoire_img img{
  width: 100%;
}	
	
.hakoire_img_up {
  position: relative;
  }

.hakoire_img_up p {
  position: absolute;
  top: 85%;/*画像の左上に配置*/
  left: 55%;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: gray;/*背景色*/
  font-size: 0.8em;
  line-height: 1;/*行高は1に*/
  padding: 2% 5% 2% 5%;/*文字周りの余白*/
  }
	
.hakoire_img_p{
  font-size: 1em;
  color:gray;
  margin:0px 0px -2px 12px;
  }
	
	
/* メッセージカード見本 */
.card_midashi {
  font-size: 1em;
  font-weight: bold;
  color:#0099CC;
  margin-left: 4%;
}
	
.card_img {
  width: 95%;
  margin:2% auto 5% auto;
  margin-bottom:10%;
}
	
.card_img img{
  width: 100%;
}	
	
.card_img_up {
  position: relative;
  }

.card_img_up p {
  position: absolute;
  top: 85%;/*画像の左上に配置*/
  left: 65%;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: gray;/*背景色*/
  font-size: 0.8em;
  line-height: 1;/*行高は1に*/
  padding: 2% 5% 2% 5%;/*文字周りの余白*/
  }
	
.card_img_p{
  font-size: 1em;
  color:gray;
  margin:0px 0px -2px 12px;
  }	
	
/* メッセージカード 例文 */
.card_area {
  margin: 1% auto 3% auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card_01 {
  margin: 3% auto;
  width:85%;	
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  color: #786446;
  text-decoration: none;
  padding:0.5%;
}

.card_header {
}

.card_title {
  padding: 1rem 1.5rem 0;
  font-size: 1rem;
  order: 1;
  margin-bottom: 0.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.card_body {
  padding: 0 .8rem;
}

.card_text {
  font-size: .75rem;
  line-height: 1.5rem;
  margin: 0;
}

.card_text2 {
  font-size: .6rem;
  line-height: 1.2rem;
  margin-top: .7rem;
  margin-bottom: .7rem;
  text-align: end;
}	
	
.card_box {
	width: 85%;
    padding: 2em 1em;
    margin: 2em auto;
    background: #fff8e8;
    border: dashed 2px #ffc06e;
}
	
.card_box_title{
	margin-top: -1%;
	font-size: 1.2em;
	text-align: center;	
	font-weight: bold;
	color: #737373;
}	
		
.card_box p {
    line-height: 1.6em;
	font-size: 13px;
	color: #383838;
	margin-top: 10px;
}
	
.card_box strong{
	font-size: 1.1em;
	padding: 5px 0;
	color: #EB6167;
	letter-spacing: 0.03em;
}		
	
.card_subtext p{
  margin:  10px 20px;
}		
	
	
/* 紙バッグ */	
.kamibag{
text-align: center;
}
	
.kamibag ul{
width: 95%;
margin:3% auto;
}	
	
.kamibag li{
display: inline-block;
vertical-align: top;
margin: 1% 0%;
padding: 0.5%;
width: 30%;
text-align: left;
}	
	
.kamibag_img{
  width: 100%;
  border: solid 1px #dcdcdc;
  padding: 1%;
  margin-bottom: 6%;
}
	
/* リンクボタン */
.kamibag_example {
  width: 90%;
  text-align:center;
  font-size: 1.1em;
  font-weight: bold;
  margin:5% auto;
  margin-bottom: 8%;
}	
	
.kamibag_btn {
  padding: 0.8em 5em 0.6em 5em;
  text-decoration: none;
  color: #696969;
  background: #dcdcdc;
  border: solid 2px #a9a9a9;
  border-radius: 10px;
  transition: .4s;
}

.kamibag_btn:hover {
  background: white;
  color: #696969;
}
	
.kamibag_btn a{
  text-decoration: none;
}
	
.kamibag_btn a:visited{
  text-decoration: none;
  color: #696969;
}
	
	
/* 包装作業 */
.sagyo{
width: 95%;
margin:3% auto; 
margin-bottom:7%; 
text-align: center;
}
	
.sagyo ul{
margin:2% 0%; 
}	
	
.sagyo li{
display: inline-block;
vertical-align: top;
margin-top: 0.5%;
padding: 1%;
width: 47%;
text-align: left;
}
	
.sagyo img{
  width: 100%;
}

.sagyo_p2{
  font-size: 1.1em;
  font-weight: bold;
}
	
.sagyo p{
  font-size: 0.8em;
  padding-top: 2%;
}
	
/* コロナ対策 */	
.corona_title{
width: 95%;
margin:0% auto;
text-align: center;
letter-spacing: 0.05em;
font-size: 0.9em;
color: #4169e1;
}
 
.corona_title span{
font-size: 1.2em;
font-weight: bold;
}
	
.corona_title img{
width: 100%;
}	
	
.corona{
width: 98%;
margin:3% 0% 10% 0%; 
padding-left: 0.5%;
text-align:center;
}	
	
.corona ul{
margin:2% 0%;
}
	
.corona li{
display: inline-block;
vertical-align: top;
margin-top: 0.5%;
padding: 0% 0.5%;
}
	
.corona1{
width: 44%;
}
	
.corona2{
width: 90%;
}
	
.corona img{
  width: 100%;
}	

.corona_p2{
  font-size: 0.9em;
  font-weight: bold;
  padding: 1% 0.2% 1% 0.2%;
}
	
.corona_p{
  padding: 3% 0.2% 3% 0.2%;
  font-size: 0.8em;
}
	
	
/* 再利用 */
.corona_title{
width: 95%;
margin:0% auto;
margin-top: -3%;
}
	
.corona_title img{
width: 100%;
}	
	
.sairiyou{
width: 90%;
margin: 0% auto; 
}	
	
.sairiyou ul{
padding: 2% 0% 5% 0%;
}
	
.sairiyou li{
width: 100%;
vertical-align: top;
padding: 1% 0%;
}
	
.sairiyou img{
  width: 95%;
  margin: -5% 0% 5% 4%; 
}
	
.sairiyou_p{
padding-bottom: 3%;
font-size: 0.9em;
line-height:1.5em;
}
	
.sairiyou_p2{
padding: 1% 0%;
font-size: 0.9em;
line-height:1.5em;
}
	
	
.douga_title{
text-align: center;
color: #696969;	
font-weight: bold;
font-size: 1em;
margin-bottom: 1%;	
}		
	
	
.douga{
text-align:center;
margin:0 auto;	
}	

	
.iframe-css {
  position: relative;
  width: 90%;
  padding-top:56.25%;/* 16:9の動画を埋め込んだ場合は56.25% */
  margin:0 auto;	
  margin-bottom:5%;	
}

.iframe-css iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
	
	
/* シールテンプレート　SP */
.seal_template{
 width: 98%;
 margin: 5% auto;	
}

.seal_template textarea{
width:100%;
height:300px;
padding:5px;
margin: auto;
font-size: 0.9em;
line-height: 1.7em;
}	
	
.seal_template button{
	padding:1% 2%;
}		
	
blockquote {
    padding: 30px 10px 5px 10px;/*paddingはPCSPで設定*/
}		
	
/* シール見本 */
.seal_img {
  width: 95%;
  margin:2% auto 10% auto;
  display: block;
}
 .seal_img tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }	
	
.seal_img td{
    display: inline-block;		
  width: 48%;
	margin:2% auto 5% auto;
	text-align: center;	
	}	
	

.seal_img img{
  width: 100%;
	margin: 3% auto;	
}	
	
.seal_img_up {
  position: relative;
  }

.seal_img_up p {
  position: absolute;
  top: 85%;/*画像の左上に配置*/
  left: 65%;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: gray;/*背景色*/
  font-size: 0.8em;
  line-height: 1;/*行高は1に*/
  padding: 2% 5% 2% 5%;/*文字周りの余白*/
  }	
	
.seal_img span{
	font-size: 11px;
	color:white;
	padding:0.2em 1em;
	margin: 1% auto;
	border-radius: 14px;
	text-align: center;
	font-weight: bold;
	}		
	
	
}	
	