@charset "utf-8";
/* CSS Document */


/* ==========================
main
============================= */

.bg_all{
	background: url( "../../../common/img/bg.png") top;
	background-repeat: repeat-y;
	background-size: cover;
	font-family: "Hiragino Kaku Gothic ProN",'Noto Sans JP',sans-serif;
}

/* ==========================
pr_category
============================= */
.pr_category{
	background: url("../../../common/img/category_bg.png") no-repeat right top;
}
.cate_name span {
    font-size: 40%;
}
/* ==========================
menu-list
============================= */
.menu-list{
	background: url("../img/menu_bg.png") no-repeat center bottom;
	background-size: cover;
	font-family: 'Noto Sans JP';
}
.menu-list a:link {
    text-decoration: none;
    color: #9b5ea3;
}
.menu-list a:visited {
    text-decoration: none;
    color: #9b5ea3;
}
.menu-list li:after {
    content: " > ";
    color: #9b5ea3;
}
.menu-list a:hover {
    color: #fff;
    background: #9b5ea3;
}

/* ==========================
pr_title
============================= */
p.pr_title {
    text-align: center;
    padding: 70px 0;
    font-size: 200%;
    color: #9b5ea3;
}
p.main_text {
    max-width: 720px;
    margin: auto;
}
/* ==========================
.main_visual
============================= */
.main_visual {
    text-align: center;
}
.main_img p {
    margin-bottom: 60px;
}

.pc_img {
	display: block;
	margin: 0 auto;
	}
.sp_img {
	display: none;
	}

/* ==========================
.contents_box
============================= */

.contents_box {
    max-width: 1024px;
    margin: 90px auto 0;
}
.box_title {
    background: #000;
    color: #fff;
    padding: 20px 50px;
}
.purpose {
    margin-top: 40px;
    padding: 13px 50px;
    background: #ebdfed;
}
.case_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-around;
}

.case {
    position: relative;
    margin-bottom: 30px;
}
p.p_tape {
    position: absolute;
    top: 20px;
}

p.p_tape {
    padding: 8px 12px;
    background: #9b5ea3;
    color: #fff;
    width: 50px;
    text-align: center;
}
.case_box dl {
    background: #f4f4f4;
    max-width: 280px;
    margin-left: 10px;
}
.case_box dd {
    padding: 30px 15px;
    height: 60px;
}
p.con_text {
    margin: 35px auto 5px;
}
.item_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: auto;
}
.item_block {
    margin: 30px 4%;
}
.box_flex {
    display: flex;
    flex-wrap: wrap;
}
.box_flex p {
    margin-left: 60px;
}
/* ==========================
table
============================= */
table, td {
    border: none;
}
.contents_box table {
    width: 410px;
     height: 250px;
}
.contents_box th {
    color: #fff;
    background: #9b5ea3;
    text-align: center;
}
.contents_box th,.contents_box td {
    padding: 10px 15px;
}
tr td {
    background: #efefef;
}
td.td_right {
    background: #d8d8d8;
}

.contents_box th {
    width: 315px;
    color: #fff;
    background: #9b5ea3;
    text-align: left;
}
.contents_box td {
    border-right: solid #fff 4px;
    border-bottom: solid #fff 2px;
}
.contents_box td:last-of-type {
    border-right: none;
}
.mgb50{
	margin-bottom: 50px;
}


/* ==========================
非粘着とローラー
============================= */

.title {
    color: #000;
    text-align: left;
    font-size: 147%;
}

.nr_about {
	display: flex;
	justify-content: space-between;
}

.non_stick {
	border: 1px solid #9b5ea3;
	padding:30px;
	margin-bottom: 80px;
}

.non_stick span {
    color: #9b5ea3;
    text-align: left;
    font-size: 130%;
}

.n_margin {
	margin: 20px;
}
.non_stick_inner p {
    text-align: center;
}
p.non_stick_text {
    text-align: left;
    max-width: 590px;
}
.non_stick_inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.item_block--txt {
	display: inline-block;
	position: relative;
	
	span {
		position: absolute;
		font-size: 13px;
		right: 8px;
		bottom: 8px;
	}
}









@media screen and ( max-width: 1000px ){

}
@media screen and ( max-width: 767px ){
	
.menu-list ul {
    justify-content: center;
}
li.arrow-bottom:last-of-type {
    margin-bottom: 10px;
}
	
	
	
.main_visual {
    max-width: 90%;
    margin: auto;
}
	.main_text{
		text-align: left;
	}
.contents_box {
    max-width: 90%;
}
.case_box {
    display: flex;
    flex-wrap: wrap;
}
.case_box dl {
    margin-left: 10px;
}
.box_title {
    padding: 20px 20px;
}
.purpose {
    padding: 13px 20px;
}

table {
    display: block;
    overflow-x: auto;
    white-space: none;
}
.contents_box table {
    width: 100%;
    max-width: 400px;
    height: auto;
}
td.td_right {
    display: block;
}
td {
    display:block;
}
.contents_box td {
    border-right: none;
}
.pc_img {
	display: none;
	}
.sp_img {
	display: block;
	}
	
	
.nr_about {
	display: block;
}
.non_stick {
	margin-bottom:20px;
}
.n_margin {
    margin: 20px auto;
}
	
}
	
@media print {


}