@charset "UTF-8";

/*-----トップイメージ-----*/
.contents_img{
	margin-top: 100px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 30px;
	display: block;
	position:relative;/*---画像の上に文字を重ねる要素の範囲指定指示---*/
	width: 952px;
}
.contents_img p{
	font-size: 28px;
	position: absolute;
	top: 145px;
	left: 25px;
}
.contents_img span{
	font-size: 20px;
	font-family:"Noto Sans JP";
}
.contents{
	margin-top: 30px;
	margin: 0 auto;
	text-align: center;
	width: 952px;
}

/*-----取扱商品 ラベル-----*/

.label_box01 p{
	text-align: justify;
}
.label_box01 h1 {
	font-size: 2.5rem;
	color: #00a1e9;
	text-align: left;
}
.example_box .left_box{
	margin-left: 40px;
	text-align: left;
	width: 300px;
}
.example_box .right_box{
	margin-right: 40px;
	margin-bottom: 20px;
}

 h2{
	color: #00a1e9;
}

.example_box .left_box h2{
	color: #000;
	font-size: 2.2rem;
}
.left_box01 h2{
	margin-top: 20px;
	font-size: 2.2rem;
}
#list_blue {
	color: #00a1e9;
}
.example_box{
	display: flex;
	justify-content: space-between;
	padding: 30px 140px 0 140px;
}
.contents_box02 p {
	margin-top: 10px;
}
.otherlabel_box{
	display: flex;
	flex-wrap: wrap;
}
.otherlabel_box .left_box{
	margin-left: 80px;
	margin-right: 15px;
	text-align: left;
	width: 380px;
}
.otherlabel_box h3{
	margin-top: 20px;
	font-size: 2.2rem;
	width: 100%;
}
.otherlabel_box .right_box{
	margin-left: 15px;
	margin-right: 45px;
	text-align: left;
	width: 380px;
}
.left_box h4, .right_box h4{
	color: #00a1e9;
	font-weight: bold;
	font-size: 1.7rem;
	margin-top: 10px;
}
.otherlabel_box .left_box #inner_text, .otherlabel_box .right_box #inner_text{
	color: #000;
	margin: 0 auto;
	padding: 2px 16px;  /* 一字落とし */
	font-weight: normal;
	text-align: justify;
}

/*-------表全体-------*/
#processing_table{
margin:auto;
border-collapse: collapse;  /* 表の線を1本化 */
border: solid 2px #00a1e9;/*表全体を線で囲う*/
}

.contents .table h3{
	margin-top: 20px;
	color: #00a1e9;
	font-size: 2.0rem;
}
.contents .table #processing_table th{
	width: 175px;
	padding: 6px;
	font-weight: normal;
	font-size: 1.6rem;
	text-align: left;
	border: solid 1px #00a1e9;
	background: #DFF2FC;
	border: dashed 1px #00a1e9;  /*破線 1px */
}
.contents .table #processing_table td{
	width: 476px;
	padding: 6px;
	text-align: left;
	font-size: 1.6rem;
	border: solid 1px #00a1e9;
	border: dashed 1px #00a1e9;  /*破線 1px */
}


/*-----メディアクエリ-----*/


/*-----タブレット版-----*/
/* 画面サイズが768px〜1024pxまではここを読み込む */
@media screen and (min-width: 768px) and (max-width: 1024px){
.contents_img {
	width: 100%;
}
.contents_img img{
	width: 100%;
	height: auto;
}
.contents_img p {
	top: 63%;
	left: 3.5%;
}
.contents {
	width: 100%;
}
.label_box01 h1 {
	padding: 0 15px;
}
.label_box01 p {
	padding: 0 15px;
}
.label_box02 p {
	padding: 0 15px;
}
.example_box {
	display: flex;
	justify-content: space-between;
	padding: 30px 50px 0 50px;
}
.otherlabel_box {
	justify-content: center;
}
.otherlabel_box .left_box {
	margin-left: 0;
	margin-right: 15px;
	text-align: left;
	width: 340px;
}
.otherlabel_box .right_box {
	margin-left: 15px;
	margin-right: 0;
	text-align: left;
	width: 340px;
}
}



/*-----モバイル版-----*/
/* 画面サイズが0〜600pxまではここを読み込む */
@media screen and (max-width: 600px){
.contents_img {
	margin-top: 115px;
	margin-bottom: 10px;
	width: 100%;
}
.contents_img p{
	font-size: 14px;
	position: absolute;
	top: 58%;
	left: 5%;
}
.contents_img span{
	font-size: 10px;
	font-family:"Noto Sans JP";
}
.contents {
	width: 100%;
	padding: 0 15px;
}
.example_box {
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
}
.label_box02 h2 {
	font-size: 1.8rem;
	line-height: 1.5;
}
.label_box02 p {
	text-align: justify;
}
.otherlabel_box .left_box #inner_text, .otherlabel_box .right_box #inner_text {
    color: #000;
    margin: 0 auto;
    padding: 2px 0 2px 16px;
    font-weight: normal;
    text-align: justify;
}
.otherlabel_box h3 {
	margin-top: 20px;
	font-size: 2.0rem;
	width: 100%;
}
.example_box .left_box {
	margin-top: 20px;
	margin-left: 0;
}
/*SPでは有効（改行する）*/
.mobile01{
	display: block;
}
.example_box .right_box {
	margin: 10px 0 20px 0;
}
.otherlabel_box .left_box{
	margin: 0;
	width: 100%;
	text-align: justify;
}
.contents .label_box .otherlabel_box .left_box #inner_text, .contents .label_box .otherlabel_box .right_box #inner_text {
	color: #000;
	margin: 0 auto;
	padding: 0 0 0 16px;
	font-weight: normal;
	text-align: justify;
}
.otherlabel_box .right_box {
	margin: 0;
	width: 100%;
	text-align: justify;
}
#processing_table {
	margin: auto;
	border-collapse: collapse;
	border: solid 2px #00a1e9;
	width: 100%;
}
.contents .table #processing_table th {
	width: 220px;
	line-height: 1.4;
	text-align: center;
}
.contents .table #processing_table td {
	width: 476px;
	padding: 6px;
	line-height: 1.4;
	text-align: justify;





}
