@charset "utf-8";
/* CSS Document */
/*page topImge*/
.topImg01, .topImg02, .topImg03 {
  width: 100%;
  margin: 0 auto 0;
  background-color: #ebf2c5;
  text-align: center;
}
.topImg01 img, .topImg02 img, .topImg03 img {
  width: min(1100px, 100%);
  height: auto;
  margin: 0 auto;
}
.topImg01 {
  background-color: #ebf2c5;
}
.topImg02 {
  background-color: #fbd952;
}
.topImg03 {
  background-color: #d1ecfb;
}
.page-intro {
  width: min(920px, 96%);
  margin: 50px auto 70px;
}
.page-intro .intro_ttl {
  width: fit-content;
  margin: 0 auto 40px;
  padding: 0 10px 10px 10px;
  font-size: 2.2em;
  font-weight: 700;
  border-bottom: 5px solid #f15a24;
}
.intro_ttl span {
  font-size: .5em;
}
.page-intro .intro_txt {
  font-size: 1.1em;
  line-height: 1.8;
}
/*持ち込み*/
.print-item {
  width: min(980px, 96%);
  margin: 50px auto 60px;
}
.print-item .ttlBox {
	display: flex;
	align-items: center;
}
.print-item h3{
  margin: 0 0 0 0;
  padding: 10px 0 10px 40px;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1.3;
  color: #009245;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 39px 35px;
}
.print-item .ttlItem {
  padding: 10px 0 0 0;
	color:initial;
	font-size: 1.1em;
}
.print-item .ttlImg1 {
  background-image: url(../img/mochikomi/img01.png);
}
.print-item .ttlImg2 {
  background-image: url(../img/mochikomi/img02.png);
}
.print-item .ttlImg3 {
  background-image: url(../img/mochikomi/img03.png);
}
.print-item .ttlImg4 {
  background-image: url(../img/mochikomi/img04.png);
}
.print-item .ttlImg5 {
  background-image: url(../img/mochikomi/img05.png);
}
.print-item p {
  margin: 20px 15px 20px 2.5em;
  font-size: 1.1em;
  line-height: 1.8;
}
.item_img {
	margin: 30px 30px 20px 30px; 
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  column-gap: 30px;
}
.item_img img {
  width: 270px;
  height: 210px;
  margin: 0 0 20px 0;
  object-fit: cover;
}
/*オリジナルTシャツ*/
.original-menu {
  width: min(950px, 96%);
  margin: 30px auto 0;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
}
.original-menu a {
  width: 23%;
  padding: 1em .35em 1em .35em;
  font-size: 1.3em;
  font-weight: 700;
  color: white;
  background-color: #3fa9f5;
  border-radius: 10px;
}
.original-menu a:hover {
  opacity: .8;
}
.print-menu {
  width: min(980px, 96%);
  margin: 50px auto 60px;
}
.print-menu h2 {
  padding: 0 0 0 5px;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 3px solid #8cd069;
}
.print-menu_item {
  width: 100%;
  margin: 0 0 40px 0;
}
.print-menu h3 {
  width: fit-content;
  margin: 30px 0 0 0;
  padding: .5em 2em .4em 5px;
  font-size: 1.8em;
  font-weight: 700;
  border-bottom: 3px solid #8cd069;
  position: relative;
}
.print-menu h3::before, .print-menu h3::after {
  width: 31px;
  height: 15px;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 31px;
  bottom: -15px;
}
.print-menu h3::before {
  background-color: #8cd069;
}
.print-menu h3::after {
  bottom: -11px;
  background-color: #fff;
}
.menu_item_cont {
  width: 98%;
  margin: 30px auto 0;
}
.menu_item_Txt {
  margin: 0 auto 30px;
  display: flex;
  gap: 30px;
}
.menu_item_Txt img {
  width: 200px;
  height: auto;
}
.menu_item_Txt p {
  padding: 10px 1em 0 0;
  font-size: 1.1em;
  line-height: 2;
}
.menu_item_cont .priceImg {
  width: min(960px, 100%);
  height: auto;
}
.priceImg img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.price-detail {
  margin: 30px auto 0;
}
.price-detail .price_txt {
  margin: 0 0 20px 0;
}
.price-detail .detailTtl {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 2;
}
.price-detail .detailTtl::before {
  content: "●";
  margin-right: .25em;
}
.price-detail .detailTxt {
  margin: 0 0 0 30px;
  font-size: 1.3em;
  line-height: 1.6;
}
.price-detail .detailTxt2 {
  margin: 0 0 0 10px;
  font-size: 1rem;
  line-height: 1.6;
}
.price-detail .detailTxt-s {
  margin: 15px 0 0 35px;
  font-size: 1rem;
  line-height: 1.4;
  display: block;
}
.priceTBL-ttl {
  margin: -10px 0 10px 30px !important;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.6;
}
.table_Box {
  max-width: 95%;
  margin: 0 0 40px 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.priceTBL {
  border: 1px solid #333;
  font-size: 1.1em;
}
.priceTBL th {
  padding: .5em 1em;
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #7C7C7C;
  border-right: 1px solid #7C7C7C;
  white-space: nowrap;
}
.priceTBL td {
  padding: .5em .75em;
  text-align: center;
  border-bottom: 1px solid #7C7C7C;
  border-right: 1px solid #7C7C7C;
  white-space: nowrap;
}
.sticky_row {
  background-color: #f5f5f5;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.sticky_row::before {
  content: "";
  width: 100%;
  height: 100%;
  border-right: 1px solid #7C7C7C;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sticky_cross {
  background-color: #f5f5f5;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}
.sticky_cross::before {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #7C7C7C;
  border-right: 1px solid #7C7C7C;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.price_txt_come {
  margin: 0 auto 30px;
  line-height: 1.3;
	display: table;
}
.price_txt_color {
  margin: 15px auto 40px;
  padding: .5em 1em;
  border: 2px solid #7C7C7C;
  display: table;
}
.price_txt_color p{
  line-height: 2;
}
.wearImg {
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
}
.wearImg img {
  width: min(1100px, 100%);
  height: auto;
  margin: 0 auto;
}
.print-menu_item .h3_box {
  display: flex;
  align-items: flex-end;
}
.print-menu_item .h3_box .come {
  margin-left: 2em;
  font-size: 1.3em;
  font-weight: 700;
  color: red;
}
/*おすすめBODY*/
.osusumeItem {
  width: min(900px, 95%);
  margin: 60px auto 0;
}
.osusumeItem2 {
  width: min(900px, 95%);
  margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
}

.itemTtl {
  width: 100%;
  padding: 0 0 30px;
	color:#009245;
  font-size: 1.8em;
  font-weight: 700;
}
.itemTtl2 {
  width: 100%;
  padding: 0 0 30px;
	color:#009245;
  font-size: 1.8em;
  font-weight: 700;
}

.itemTtl::before,
.itemTtl2::before{
  content: "★";
  margin-right: .2em;
}
.itemTtl::after,
.itemTtl2::after{
  content: "★";
  margin-left: .2em;
}

.itemImg {
  width: 100%;
  margin: 15px auto 0;
	text-align: center;
  display: flex;
  justify-content: space-around;
}
.itemBox, .itemBox2 {
	width: 50%;
}
.itemImg2 {
  width: 100%;
  margin: 15px auto 0;
	text-align: center;
  display: flex;
  justify-content:space-around;
}
.itemImg a{
	width: 50%;
}

.itemImg2 a{
	width: 100%;
}
.itemImg a:hover,
.itemImg2 a:hover{
	opacity: .8;
}
.osusumeLogo {
  padding-bottom: 10px;
  text-align: center;
}
.osusumeTxt {
  padding: 0 6em 30px 6em;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
  text-indent: -1em;
}
.osusumeCome {
  font-size: 1.2em;
  font-weight: bold;
  color: red;
  text-align: center;
	line-height: 2;
}
.osusumeCome span{
}


/*流れ・QA・送料*/
.flow h2, .Qa h2, .cost h2 {
	margin: 0 0 50px 0;
  padding: 0 0 0 8px;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 5px solid #8cd069;
}
.flow h2::before,
.Qa h2::before,
.cost h2::before{
	content: "";
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	display: inline-block;
}
.flow h2::before{
	background-image: url(../img/nagare/flow02.png);
}
.Qa h2::before{
	background-image: url(../img/nagare/flow04.png);
}
.cost h2::before{
	background-image: url(../img/nagare/flow03.png);
}
#anc-flow, #anc-Qa, #anc-cost{
	scroll-margin-top: 100px; /* 上に欲しい余白を調整 */
}



.flow, .Qa, .cost {
  width: min(900px, 95%);
  margin: 60px auto 0;
}
.flow p{
	width: 98%;
	margin: 0 auto;
	padding:15px 10px 15px;	
	font-size: 1.1em; 
	display: flex;
}
.flow p:nth-child(odd){
	background-color: #F8FBE8;
}
.flowTtl{
	width: 200px;
	letter-spacing: .1em;
	line-height: 1.4;
}
.flowTtl::before{
	content:"◇";
	margin-right: 3px;
}
.flowTxt{
	width: calc(100% - 200px);
	line-height: 1.4;
}
.Qa_Box{
	width: 98%;
	margin: 0 auto ;
	padding:15px 10px 15px;
	border-bottom: 1px solid #E2F1E5;
}
.Qa_Box .Q{
	margin-bottom: 1em;
	padding:0 0 0 35px;
	font-size: 1.1em;
	line-height: 1.6;
	position: relative;
}
.Qa_Box .A{
	margin: 0 0 .5em .75em;
	margin-bottom: .5em;
	padding:0 0 0 35px;
	font-size: 1.1em;
	line-height: 1.6;
	
	position: relative;
}
.Qa_Box .Q img,
.Qa_Box .A img{
	width: 30px;
	height: auto;
	position: absolute;
	left:0;
	top:0;
}
.cost img{
	width: 100%;
	height: auto;
	padding:5px 10px 10px;
}
.cost .pdf_show{
	display: none;
}
.cost .come{
	margin-bottom: 30px;
	padding:10px 10px 10px;
}


@media screen and (max-width:834px) {
  .topImg01 {
    width: 100%;
    margin: 0 auto 0;
    background-color: #ebf2c5;
    text-align: center;
  }
  .topImg01 img {
    width: min(1100px, 100%);
    height: auto;
    object-fit: contain;
    object-position: top;
  }
  .intro_ttl span {
    margin-top: 12px;
    font-size: .5em;
    text-align: right;
    display: block;
  }
  .page-intro .intro_txt {
    width: 92%;
    margin: 0 auto;
    font-size: 1.05em;
    line-height: 1.6;
  }
  /*持ち込み*/
	.print-item .ttlBox {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
  .print-item h3 {
    margin: 0 0 0 0;
    padding: 10px 0 10px 40px;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.3;
    color: #009245;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 39px 35px;
  }
.print-item .ttlItem {
  padding: 5px 0 0 30px;
	color:initial;
	font-size: 1.1em;
}
  .print-item .ttlImg3 {
    background-image: url(../img/mochikomi/img03.png);
    background-position: 0% 18px;
  }
  .print-item .ttlImg4 {
    background-image: url(../img/mochikomi/img04.png);
    background-position: 0% 12px;
  }
  /*オリジナル*/
  .original-menu a {
    width: 23%;
    padding: 1em .35em 1em .35em;
    font-size: 1.2em;
    font-weight: 700;
    color: white;
    background-color: #3fa9f5;
    border-radius: 10px;
  }
  .print-menu h2 {
    padding: 0 0 0 5px;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.4;
    border-bottom: 3px solid #8cd069;
  }
  .print-menu h3 {
    width: fit-content;
    margin: 30px 0 0 0;
    padding: .5em 2em .4em 5px;
    font-size: 1.8em;
    font-weight: 700;
    border-bottom: 3px solid #8cd069;
    position: relative;
  }
  .menu_item_Txt img {
    width: 180px;
    height: auto;
  }
  .menu_item_Txt p {
    padding: 10px 1em 0 0;
    font-size: 1.05em;
    line-height: 1.8;
  }
  .price-detail {
    margin: 20px auto 0;
  }
  .price-detail .detailTtl {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 2;
  }
  .price-detail .detailTxt {
    margin: 0 0 0 25px;
    font-size: 1.2em;
    line-height: 1.6;
  }
  .priceTBL-ttl {
    margin: -10px 0 10px 20px !important;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.6;
  }
.table_Box {
  max-width: 95%;
  margin: 0 0 40px 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
  .priceTBL {
    border: 1px solid #333;
    font-size: 1.05em;
  }
  .priceTBL th {
    padding: .5em .5em;
    text-align: center;
    background-color: #f5f5f5;
    border-bottom: 1px solid #7C7C7C;
    border-right: 1px solid #7C7C7C;
    white-space: nowrap;
  }
  .priceTBL td {
    padding: .5em .5em;
    text-align: center;
    border-bottom: 1px solid #7C7C7C;
    border-right: 1px solid #7C7C7C;
    white-space: nowrap;
  }
  /*おすすめBODY*/
.osusumeItem {
  width: min(900px, 95%);
  margin: 50px auto 0;
}
.itemTtl {
  padding: 0 0 20px;
	color:#009245;
  font-size: 1.55em;
  font-weight: 700;
  text-align: left;
  display: flex;
}
.itemTtl2 {
  width: 100%;
  padding: 0 0 30px;
	color:#009245;
  font-size: 1.55em;
  font-weight: 700;
}
.itemTtl span::before {
  content: "★";
  margin-right: .1em;
}
.itemTtl span::after {
  content: "★";
  margin-left: .1em;
}
.itemImg a {
	width: 45%;
  text-align: center;
}
.itemImg a img{
	width: 100%;
	height: auto;
}
.itemImg2 a{
	width: 100%;
	padding:0 20px;
}
.itemImg2 a img{
	width: 100%;
	height: auto;
}
.osusumeTxt {
  padding: 0 6em 30px 6em;
  font-size: 1.05em;
  line-height: 1.4;
  text-align: left;
  text-indent: -1em;
}
.osusumeCome {
  font-size: 1.1em;
  font-weight: bold;
  color: red;
  text-align: center;
}	
.osusumeCome span{
	display: block;
}

	
/*流れ・QA・送料*/
.flow h2, .Qa h2, .cost h2 {
	margin: 0 0 30px 0;
  padding: 0 0 0 5px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 5px solid #8cd069;
}
.flow h2::before,
.Qa h2::before,
.cost h2::before{
	content: "";
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	display: inline-block;
}
.flow p{
	width: 98%;
	margin: 0 auto;
	padding:10px 10px 10px;	
	font-size: 1.05em; 
	display: flex;
}
.Qa_Box{
	width: 98%;
	margin: 0 auto ;
	padding:15px 10px 10px;
	border-bottom: 1px solid #E2F1E5;
}
.Qa_Box .Q{
	margin-bottom: .5em;
	padding:0 0 0 35px;
	font-size: 1.05em;
	line-height: 1.6;
	position: relative;
}
.Qa_Box .A{
	margin: 0 0 .5em .75em;
	margin-bottom: .5em;
	padding:0 0 0 35px;
	font-size: 1.05em;
	line-height: 1.6;
	position: relative;
}

}
@media screen and (max-width:480px) {
  .page-intro {
    width: min(920px, 96%);
    margin: 50px auto 50px;
  }
  .page-intro .intro_ttl {
    width: fit-content;
    margin: 0 auto 30px;
    padding: 0 5px 10px 5px;
    font-size: 1.6em;
    line-height: 1.3;
    font-weight: 700;
    border-bottom: 5px solid #f15a24;
  }
  .intro_ttl span {
    margin-top: 12px;
    font-size: .5em;
    text-align: right;
    display: inline-block;
  }
  .page-intro .intro_txt {
    width: 95%;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.6;
  }
  /*持ち込み*/
  .print-item {
    width: min(980px, 96%);
    margin: 30px auto 0;
  }
  .print-item h3 {
    margin: -20px 0 0 0;
    padding: 10px 0 10px 36px;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.25;
    color: #009245;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px 30px;
  }
.print-item .ttlItem {
	margin-bottom: 20px;
  padding: 5px 0 0 40px;
	color:initial;
	font-size: 1em;
	line-height: 1.4;
	text-indent: -1em;
}
  .print-item .ttlImg3 {
    background-image: url(../img/mochikomi/img03.png);
    background-position: 0% 18px;
  }
  .print-item .ttlImg4 {
    background-image: url(../img/mochikomi/img04.png);
    background-position: 0% 12px;
  }
  .print-item p {
    width: 95%;
    margin: 0 auto 20px auto;
    font-size: 1em;
    line-height: 1.6;
  }
  .item_img {
		margin: 15px 30px 20px 30px; 
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    column-gap: normal;
  }
  .item_img img {
    width: 47%;
    height: auto;
    margin: 0 0 10px 0;
    object-fit: cover;
  }
  /*オリジナル*/
  .original-menu {
    width: min(950px, 96%);
    margin: 30px auto 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
  }
  .original-menu a {
    width: 45%;
    padding: 1em .35em 1em .35em;
    font-size: 1.15em;
    font-weight: 700;
    color: white;
    background-color: #3fa9f5;
    border-radius: 10px;
  }
.print-menu {
  width: min(980px, 96%);
  margin: 50px auto 40px;
}
  .print-menu h2 {
    padding: 0 0 0 5px;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.4;
    border-bottom: 3px solid #8cd069;
  }
  .print-menu h3 {
    width: fit-content;
    margin: 20px 0 0 0;
    padding: .5em 2em .4em 5px;
    font-size: 1.6em;
    font-weight: 700;
    border-bottom: 3px solid #8cd069;
    position: relative;
  }
  .menu_item_Txt {
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .menu_item_Txt img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  .menu_item_Txt p {
    padding: 10px 0 0 0;
    font-size: 1em;
    line-height: 1.6;
  }
  .price-detail .detailTtl {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 2;
  }
  .price-detail .detailTtl::before {
    content: "●";
    margin-right: .15em;
  }
  .price-detail .detailTxt {
    margin: 0 0 0 20px;
    font-size: 1.1em;
    line-height: 1.6;
  }
  .price-detail .detailTxt2 {
    margin: 0 0 0 25px;
    font-size: 1rem;
    line-height: 1.6;
    display: block;
  }
  .price-detail .detailTxt-s {
    margin: 10px 0 0 25px;
    padding: 0 0 0 1em;
    font-size: 1rem;
    line-height: 1.4;
    text-indent: -1em;
    display: block;
  }
  .detailTxt_price {
    text-align: right;
    line-height: 1.6;
    display: block;
  }
.price_txt_color {
  margin: 15px auto 40px;
  padding: .3em .75em;
  border: 2px solid #7C7C7C;
  display: table;
}
.price_txt_color p{
  line-height: 2;
}
  .price_txt_color span {
		margin-bottom: .5em;
    display: block;
    text-align: right;
  }
  .price_txt_come {
    margin: -15px 1em 0 20px;
    line-height: 1.3;
  }
  .print-menu_item .h3_box {
		margin: 0 0 30px 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .print-menu_item .h3_box .come {
    margin: 1.5em 0 0 0;
    font-size: 1em;
    font-weight: 700;
    color: red;
  }
  /*おすすめBODY*/
.osusumeItem {
  width: min(900px, 95%);
  margin: 15px auto 0;
}
.osusumeItem2 {
  width: min(900px, 95%);
  margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.itemBox{
	width: 100%;
  margin: 30px auto 0;
}
.itemBox2{
	width: 100%;
  margin: 50px auto 0;
}
.itemTtl {
  padding: 0 0 10px;
	color:#009245;
  font-size: 1.4em;
  font-weight: 700;
	text-align: left;
  display: flex;
}

.itemTtl2 {
  width: 100%;
  padding: 0 0 10px;
	color:#009245;
  font-size: 1.4em;
  font-weight: 700;
	text-align: left;
}
.itemImg {
  width: 100%;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-around;
	flex-direction: column;
}
.itemImg a{
	width: 100%;
	margin-bottom: 25px;
	padding:0 10px ;
}
.osusumeTxt {
	margin-top: -10px;
  padding: 0 1em 30px 1.5em;
  font-size: 1em;
  line-height: 1.4;
  text-align: left;
  text-indent: -1em;
}
.osusumeCome {
  font-size: 1em;
  font-weight: bold;
  color: red;
  text-align: center;
}
	
/*流れ・QA・送料*/
.flow h2, .Qa h2, .cost h2 {
	margin: 0 0 30px 0;
  padding: 0 0 0 5px;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 5px solid #8cd069;
}	
.flow h2::before,
.Qa h2::before,
.cost h2::before{
	content: "";
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	display: inline-block;
}	
.flow p{
	width: 98%;
	margin: 0 auto;
	padding:10px 10px 10px;	
	font-size: 1em; 
	display: flex;
	flex-direction: column;
}	
.flowTtl{
	width: 100%;
	margin-bottom: 5px;
	letter-spacing: .1em;
	line-height: 1.6;
	font-size: 1.05rem;
	font-weight: 700;
	border-bottom: 1px dotted #8cd069;
}	
.flowTtl::before{
	content:"◆";
	margin-right: 3px;
	color:#009245;
}
.flowTxt{
	width: 100%;
	line-height: 1.4;
}	
.Qa_Box .Q{
	margin-bottom: .5em;
	padding:0 0 0 35px;
	font-size: 1em;
	line-height: 1.6;
	position: relative;
}
.Qa_Box .A{
	margin: 0 0 .5em .75em;
	margin-bottom: .75em;
	padding:0 0 0 35px;
	font-size: 1em;
	line-height: 1.5;
	position: relative;
}
	.cost a{
		opacity: .8;
	}
.cost .pdf_show{
	margin: 0 auto;
	padding:10px 10px 10px;
	font-size: .8em;
	text-align: center;
	background-color: #F8FBE8;
	display: table;
}
.cost .come{
	margin-bottom: 30px;
	padding:10px 10px 10px 2em;
	font-size: .9em;
	line-height: 1.4;
	text-indent: -1em;
}
	
}