@charset "utf-8";
.title_illust {
	font-size: 1.35em;
	font-weight: 700;
	margin-bottom: 1.5rem;
	margin-top: -0.5rem;
		color: #474747;
}
.title-bg-yellow {
	background: #ffff00;
	font-weight: 700;
	display: inline-block;
	padding: 0 8px;
}
.title02 .title-bg-yellow {
		background: none;
	color: #ffff00;
	display: inline;
}
.barcodemeister_illust-icon {
	width: 13rem;
	margin: 0 2rem 0 0;
	vertical-align: middle;
}
.barcode-meister .btn_contact_white {
	width: 212px;
    height: 40px;
    display: block;
    background-color: white;
    color: black;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin: 1.75rem auto .5rem;
}
.barcode-meister .btn_contact_white::before {
    content: "";
    display: inline-block;
    background-image: url(../img_renewal/mail-icon-bl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    position: relative;
    top: 7px;
    left: -8px;
}
.barcode-meister .barcode-meister-contact {
	font-weight: 700;
	text-decoration: underline !important;
	color: rgb(255, 125, 40);
	display: inline;
	cursor: pointer;
	    background: #ffff00;
}
.barcode-meister .barcode-meister-privacy {
	color: rgb(255, 125, 40);
	cursor: pointer;
	text-decoration: underline !important;
}
.barcode-meister > .back_circle02 {
	margin: 1.5rem auto;
}
.barcode_box_inner .addtoany_share_save_container {
	display: none;
}
.barcode_box_inner .btn_article_small {
	width: 212px;
    height: 40px;
    display: block;
    background-color: #505050;
	color: #fff !important;
    color: black;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    margin: 2rem auto .5rem;
	border: 2px solid #fff;
	box-sizing: border-box;
}
.barcode_box_inner .btn_article_small:hover {
	border: 2px solid #c7c7c7;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
	.barcodemeister_illust-icon {
		width: 9rem;
		display: block;
		margin: 0 auto 1rem;
	}
	.title_illust {
		text-align: center;
	}
		.barcode-meister .btn_contact_white {
    /*height: 32px;
    line-height: 32px;*/
    margin: 1.5rem auto .25rem;
	}
		.barcode-meister.back_circle02 {
		margin-top: 48px;
	}
	.title02 .barcodemeister_illust-icon {
        width: 6rem;
        display: block;
        margin: 0 1rem 0 0;	
}
	.title02 .title_illust {
	display: flex;
        align-items: center;
		text-align: left;
        font-size: 1.2rem;
}
	#back_gradation, #page_big_title02 {
		background: #505050;
	}
}
@media screen and (min-width: 600px) and (max-width: 979px) {
	.pc-none {
		display: none;
	}
	.title02 .title_illust {
        font-size: 1em;		
	}
	.barcode_box_inner .btn_article_small {
    height: 37px;
    line-height: 33px;
	}
}
@media screen and (min-width: 980px) {
	.pc-none {
		display: none;
	}
	.title-bg-yellow { font-size: 1.15em; }
}
