/*---------
tesoro_top
-----------*/



/*reset*/
.contentsInner{
	padding-bottom:0;
}
.ff{
	font-family: "Futo Min A101", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) and (min-width: 767px){
.sp {
    display: none !important;
}
}
.tesoro_top img, .tesoro_lineup img,.tesoro_detail img{
	display: block;
	max-width: 100%;
	height: auto;
}
.category_title{
	font-size:4.8rem;
	text-align: center;
	padding:10px 0 30px;
}
@media screen and (max-width: 767px){
	h1.category_title {
    	font-size: 3rem;
    	line-height: 1.2;
    	padding:2% 0 3%;
		}
	}


/*tesoro_main*/
.tesoro_main{
	background:url("../images/webp/tesoro_mainImg.webp") no-repeat center center;
	background-size: cover;
	padding:74px 0;
}
.tesoro_logo {
	margin: 0 auto;
	max-width: 393px;
	padding: 3% 0;
}
.tesoro_logo img{
	width: 100%;
}

.tesoro_main h2,.tesoro_main p{
	text-align: center;
	color:#fff;
}
.tesoro_main h2{
	font-size:3.6rem;
	font-weight: bold;
}
.tesoro_main p{
	font-size:3rem;
}
@media screen and (max-width: 767px){
	.tesoro_main{
		padding:8% 0;
}
.tesoro_logo {
    margin: 0 auto;
    width: 60%;
}

.tesoro_main h2{
	font-size:2.6rem;
}
.tesoro_main p{
	font-size:2.2rem;
}

	}
/*tesoro_catch_copy*/
.tesoro_inner{
	max-width: 960px;
	margin:0 auto;
}
.tesoro_catch_copy {
    margin: 30px auto 50px;
}
.tesoro_catch_copy h3{
	text-align: center;
  	margin-bottom:20px;
}
.tesoro_catch_copy h3 span{
	color:#816162;
	font-weight: bold;
	border-bottom:1px solid #b1adae;
  	padding-bottom:5px;
  	display:inline;
  	line-height:2;
	}
@media screen and (max-width: 767px){
	.tesoro_catch_copy {
    margin: 0 auto 10%;
	}
.tesoro_catch_copy h3 span{
  	padding-bottom:1%;
  	line-height:1.6;
	}
}
/*rollscreen*/
.rollscreen{
	background: #eee;
	padding: 40px 0 0;
}
h4{
	font-size:3rem;
	font-weight: bold;
}
h4 span{
	display: block;
	font-size:1.8rem;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.rs{
	position: relative;
	padding-left:120px;
	line-height: 1.7;
}
.rs:before {
    position: absolute;
    content: "NEW ITEM";
    box-sizing: border-box;
    width: 84px;
    height: 80px;
    color: #f24e02;
    border: 1px solid #f24e02;
    top: 0;
    left: 20px;
    line-height: 1.25;
    text-align: center;
    display: flex;
    align-items: center;
    padding:10px;
    font-size:2.4rem;

    }
 .rollscreen .rs_catch{
 	padding:30px 2%;
 }
 .rollscreen ul{
    display: flex;
    flex-wrap: wrap;
 }
 .rollscreen ul li{
 	position: relative;
 	background: #fff;
 	width: 32.333%;
 	margin-right:1.5%;
 	margin-bottom:20px;
 	padding:15px 2%;
 }
  .rollscreen ul li:nth-child(3n){
  	margin-right:0;
  }
   .rollscreen ul li a{
   	display: block;
   }
  .r_ttl{
  	font-size:1.4rem;
  	font-weight: bold;
  	position: relative;
  	padding-left:60px;
  }
  .r_ttl:before{
  	position: absolute;
  	content:"【NEW】";
  	top:0;
  	left:0;
  	color:#f24e02;
  }
  .r_img {
    padding-top: 12px;
}
.r_txt {
    padding-top: 20px;
}
p.r_more {
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
    text-align: right;
    color: #f24e02;
    font-size: 1.4rem;
    text-decoration: underline;
}
.related_items p.r_more {
	margin-bottom: 1em;
}
.btn_long {
    padding: 20px 0 40px 0;
    }

@media screen and (max-width: 767px){
.rollscreen{
	background: #eee;
	padding: 8% 0 0;
}
h4{
	font-size:2.4rem;
	}
h4 span{
	font-size:1.4rem;
}
.rs{
	position: relative;
	padding-left:85px;
	line-height: 1.4;
}
.rs:before {
	left:2%;
    width: 60px;
    height: 60px;
    padding:0.5%;
    font-size:2rem;
    }
.rollscreen .rs_catch{
 	padding:6% 2%;
 }

 .rollscreen ul li{
 	width: 48%;
 	margin-right:2%;
 	margin-bottom:2%;
 	padding: 2% 2% 6% 2%;
 }
  .rollscreen ul li:nth-child(3n){
  	margin-right:2%;
  }
  .rollscreen ul li:nth-child(2n){
  	margin-right:0;
  }
  .r_ttl{
  	font-size:1.2rem;
  	padding-left:50px;
  }
  .r_img {
    padding-top: 1%;
}
  .r_img img {
    width: 100%;
}
.r_txt {
    padding-top: 1%;
    font-size:1.2rem;
}
p.r_more {
    font-size: 1.2rem;
}
.btn_long {
    padding: 4% 0 8% 0;
}
}
/*tesoro_recommend*/
.tesoro_recommend{
	padding:30px 0 45px;
}
.sec_inner{
	display: flex;
}
.sec_left {
    margin-right: 2%;
}
.sub_ttl{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.sub_ttl p{
	font-size:1.4rem;
	text-decoration: underline;
}
.sub_ttl span{
	font-size:1.4rem;
	font-weight: bold;
	text-align: right;
    width: 22%;
}
@media screen and (max-width: 767px){
.tesoro_recommend{
	padding:6% 0 4%;
}
.tesoro_recommend img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.sec_inner{
	display: block;
}
.sec_left {
    margin-right: 0;
}
.sub_ttl{
	padding: 2% 0;
}
.sub_ttl p{
	font-size:1.2rem;
	text-decoration: underline;
}
.sub_ttl span{
	font-size:1.2rem;
	font-weight: bold;
	width: 16%;
}

}
/*icon_list*/
.icon_list{
	background: #eee;
	padding: 50px 0;
}
.icon_list ul{
	display: flex;
}
.icon_list ul li{
	margin-right:1%;
	width: 13.4%;
}
.icon_list ul li:last-child{
	margin-right:0;
}
.icon_list ul li span{
	display: block;
}
.icon_ttl{
	font-size:1.3rem;
	font-weight: bold;
	padding: 8% 0 6%;
	text-align: left;
}
.icon_txt{
	font-size:1.4rem;
}
.icon_list .tesoro_inner,.tesoro_curtain_gray .tesoro_inner{
	width: 95%;
}
@media screen and (max-width: 767px){
.icon_list{
	padding: 6% 0;
}
.icon_list ul{
	flex-wrap: wrap;
}
.icon_list ul li{
	margin-right:2%;
	margin-bottom:4%;
	width: 23.5%;
}
.icon_list ul li:last-child{
	margin-right:1%;
}
.icon_list ul li:nth-child(4n){
	margin-right:0;
}
.icon_ttl{
	font-size:1.2rem;
	padding: 8% 0 6%;
}
.icon_txt{
	font-size:1.2rem;
}
}

/*masa_sec*/
.masa_sec{
	margin-bottom:30px;
}
.masa_sec h4{
	font-size: 3.6rem;
	font-weight: bold;
	color:#876661;
	border-bottom: double 3px #876661;
	margin:16px 0 20px;
	padding-bottom:0.5%;

}
.masa_sec .masa_catch{
	margin-bottom:60px;
}
.masa_sec .sec_ttl{
	font-size:1.7rem;
	color:#7e6059;
	margin-bottom: 4%;
    border-bottom: #b3acac 1px solid;
    padding-bottom: 2%;
    font-weight: bold;
}
.masa_sec .sec_left {
    margin-right: 3%;
}
.masa_sec .sec_right {
    margin-left: 3%;
}
.masa_sec .sec_txt{
	margin-top:2%;
}
@media screen and (max-width: 767px){
.masa_sec{
	margin-bottom:0;
}
.masa_sec h4{
	font-size: 3rem;
	margin:3% 0 4%;
}
.masa_sec .masa_catch{
	margin-bottom:6%;
}
.masa_sec .sec_ttl{
	font-size:1.8rem;
	color:#7e6059;
	margin-bottom: 4%;
    border-bottom: #b3acac 1px solid;
    padding-bottom: 2%;
    font-weight: bold;
}
.masa_sec .sec_left {
    margin-right: 0;
    margin-bottom:6%;
}
.masa_sec .sec_right {
    margin-left: 0;
}
.masa_sec img{
	width: 100%;
}
}

/*tesoro_curtain_gray*/
.tesoro_curtain_gray{
	background: #eee;
	padding:40px 0 60px;
}
.tesoro_curtain_gray h2{
	font-size: 3.4rem;
	font-weight: bold;
	padding-bottom: 35px;
}

@media screen and (max-width: 767px){
.tesoro_curtain_gray{
	padding:8% 0;
}
.tesoro_curtain_gray h2{
	font-size: 2.8rem;
	line-height: 1.2;
	padding-bottom: 4%;
}

}
/*detail_sec*/
.detail_sec h3{
	text-align: left;
	color:#806063;
	font-size:3rem;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 1px solid #b1adae;
	padding: 1% 0;
	margin:6% 0 4%;
}
.detail_sec .sec_left{
	width: 61%;
}
.detail_sec .sec_right{
	width: 37%;
}
.detail_sec .sec_left p a,
.underline{
	text-decoration: underline;
}
.detail_sec .sec_left .fb{
	font-weight:bold;
	padding:6% 0 4%;
}
@media screen and (max-width: 767px){
.detail_sec h3{
	text-align: left;
	font-size:2.4rem;
	padding: 1% 0;
    line-height: 1.6;
}
.detail_sec .sec_left{
	width: 100%;
	margin-bottom:4%;
}
.detail_sec .sec_right{
	width: 100%;
}
.detail_sec .sec_left p a{
	text-decoration: underline;
}
.detail_sec .sec_left .fb{
	font-weight:bold;
	padding:6% 0 4%;
}

	}
/*eco*/
.eco{
	background: #eee;
	padding:3% 2%;
	margin:50px 0 17px;
}
.eco_ttl{
	font-weight: bold;
	font-size:1.8rem;
	padding-bottom:3%;
}
.eco .sec_left{
	width: 65.8%;
}
.eco .sec_right{
	width: 34.2%;
}
.eco img{
	padding:2% 0;
	margin:0 auto;
}

.eco_list{
	display: flex;
	margin-bottom:30px;
}
.eco_list li{
	background: #eee;
	width: 25%;
	margin-right:2%;
	padding:22px 2%;
}
.eco_list li:last-child{
	margin-right:0;
	}
.eco_list_ttl{
	font-weight: bold;
	font-size:1.7rem;
	text-align: center;
}
.eco_list_ttl.text-left {
	text-align: left;
}
.eco_list img{
	padding:6% 0;
	margin:0 auto;
}
@media screen and (max-width: 767px){
.eco{
	margin:8% 0 4%;
	padding:6% 2%;
}
.eco_ttl{
	font-weight: bold;
	font-size:1.8rem;
}
.eco .sec_left{
	width: 100%;
}
.eco .sec_right{
	width: 100%;
}

.eco_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.eco_list li{
	background: #eee;
	width: 48%;
	margin-right:2%;
	padding:4% 2%;
}

.eco_list li:nth-child(2n){
	margin-right:0;
}
.eco_list li:nth-child(3),.eco_list li:nth-child(4){
	margin-top:2%;
	}
}


/*
functionality_items
------------------------------*/
.functionality_items{
	padding-top: 40px;
}

.column3{
	padding:0;
	display: flex;
	flex-wrap: wrap;

}
.column3 li{
	background: #f7f7f7;
	box-shadow: 2px 2px 4px #eeeded;
  	position: relative;
  	width: 31.333%;
  	margin-bottom:28px;
}
.column3 li:not(:nth-of-type(3n)) {
    margin-right: 3%;
}
.column3 li:nth-of-type(3n) {
    margin-right:0;
}
.column3 li .ttl_block{
    padding: 2%;
    text-align:center;
  }
.column3 li .ttl_block .ttl {
    padding: 2% 0;
    }
.column3 li .ttl:after{
    content:none;
}
.column3 li .ttl_block .ttl_txt {
    padding: 2% 0;
}

.column3 li a{
	display: block;
}
.column3 li .img_block img{
	width: 100%;
}
@media screen and (max-width: 767px) {
.functionality_items{
	padding-top: 0;
}

.column3 {
    display: flex;
    flex-wrap: wrap;
}
.column3 li{
	width: 49%;
	margin-bottom:0;
}
.column3 li:not(:first-child) {
    margin-top: 2%;
}
.column3 li:first-child {
    margin-top: 2%;
}
.column3 li:nth-child(1),.column3 li:nth-child(2){
	margin-top:0;
}

.column3 li:not(:nth-of-type(2n)) {
    margin-right: 2%;
}
.column3 li:nth-of-type(2n) {
    margin-right:0;
}
.column3 li .ttl_block .ttl{
	font-size: 1.3rem;
}
.column3 li .ttl_block .ttl_txt {
	display: none;
}
.ttl_block:after {
    top: calc(50% - 0.4em);
    right: 3%;
}
}

/*contact_us*/

.contact_us h4,.functionality_items h4{
	text-align: center;
	font-size:3rem;
	font-weight: 500;
	margin:0;
	padding:40px 0 30px;
}
.contact_us {
    margin-top: 20px;
    padding:0 0 60px;
    border-bottom:none;
}
.contact_us_inner{
	background: #fff;
	border: 1px solid #b5b5b5;
	padding: 25px 0 36px;
	text-align: center;
	box-shadow: 2px 2px 4px #eeeded;
}
.contact_us_inner p{
	padding:30px 0;
}
.contact_us_inner .btn_long{
	padding:0;
}
.contact_us_inner .btn_long a {
    background: #f24e02;
    color: #fff;
    border: none;
    letter-spacing: 0;
    padding-right:1em;
}
@media screen and (max-width: 768px){
	.contact_us h4,.functionality_items h4{
		font-size:2.4rem;
		padding:8% 0 6%;
	}
	.functionality_items ul{
		padding-bottom: 4%;
	}

	.contact_us {
    	margin-top: 2%;
    	padding: 5% 0;
}
	.contact_us_inner{
		padding: 5% 0;
}
	.contact_us_inner p{
		padding: 5% 0;
	}
}

/*------------
tesoro_lineup
--------------*/
/*sub_menu*/
.tesoro_lineup .sub_menu{
	background:#eee;
	padding:30px 0;
	margin:0 0 30px;
}
.tesoro_lineup .sub_menu .tesoro_inner{
	width: 95%;
}
.tesoro_lineup .sub_menu ul {
    display: flex;
    flex-wrap: wrap;
}
.tesoro_lineup .sub_menu ul li{
	width: 48%;
    margin-right: 4%;

}
.tesoro_lineup .sub_menu ul li:nth-child(2n){
	margin-right:0;
	}

.tesoro_lineup .sub_menu ul li a{
	display: block;
	font-size:1.8rem;
	color:#7e6059;
	font-weight: bold;
	position: relative;
	line-height: 1.4;
	padding:20px 0 20px 30px;
}
.tesoro_lineup .sub_menu ul li a:before{
	position: absolute;
	content:"";
	border-style: solid;
	border-width: 8.7px 5px 0 5px;
	border-color: #afabaa transparent transparent transparent;
	left:0;
	top:calc(50% - 4.4px);
}
@media screen and (max-width: 767px){
.tesoro_lineup .sub_menu{
	padding:5% 0;
	margin:0 0 5%;
}
.tesoro_lineup .sub_menu ul {
    display: block;
}
.tesoro_lineup .sub_menu ul li{
	width: 100%;
    margin-right:0;
}
.tesoro_lineup .sub_menu ul li:nth-child(2n){
	margin-right:0;
	}
.tesoro_lineup .sub_menu ul li a{
	font-size:1.7rem;
	padding:4% 0 4% 6%;
}
}
/*lineup*/
.tesoro_lineup .lineup .masa_catch {
    margin-bottom: 20px;
}
.tesoro_lineup .lineup h4 span{
	display: inline;
	padding-left:1%;
}
.tesoro_lineup .lineup ul{
	display: flex;
	flex-wrap: wrap;
}
.tesoro_lineup .lineup li{
	position: relative;
    width: 47%;
    margin-right: 3%;
    padding: 15px 0 35px;
}
.tesoro_lineup .lineup li:nth-child(2n){
	margin-right:0;
	margin-left:3%;
	}

.tesoro_lineup .lineup .r_ttl {
    font-size: 1.79rem;
    padding-left: 0;
    color:#7e6059;
    padding:12px 0;
    border-bottom: 1px solid #796155;
}
.tesoro_lineup .lineup .r_ttl:before{
	content:none;
}

.tesoro_lineup .lineup .r_img {
    padding-top: 20px;
}
.tesoro_lineup .catalog_dl{
	text-align: center;
}
.tesoro_lineup .catalog_dl span{
	display:inline;
	color:#e96304;
	text-decoration: underline;
}
.tesoro_lineup .lineup01 li:last-child a{
	height: 100%;
	display: block;
}


@media screen and (max-width: 767px){

.tesoro_lineup .lineup .masa_catch {
    margin-bottom: 2%;
}
.tesoro_lineup .lineup h4 span{
	display: inline-block;
	padding-left:1%;
	padding-bottom: 1%;
}
.tesoro_lineup .lineup ul{
	display: block;
}
.tesoro_lineup .lineup li{
    width: 100%;
    margin-right:0;
    padding: 2% 0 8%;
}
.tesoro_lineup .lineup li:nth-child(2n){
	margin-left:0;
	}

.tesoro_lineup .lineup .r_ttl {
    font-size: 1.6rem;
    padding:1% 0;
}

.tesoro_lineup .lineup .r_ttl:before{
	content:none;
}

.tesoro_lineup .lineup .r_img {
    padding-top: 2%;
}

}


/*-----------
.tesoro_detail
-------------*/
.tesoro_detail .rollscreen_main {
    margin-top: 20px;
}
 .tesoro_detail .masa_sec {
    font-weight: bold;
    color: #876661;
    border-bottom: double 3px #876661;
    margin: 16px 0 24px;
    padding-bottom: 0.5%;
    line-height: 1.2;
    }

.tesoro_detail .masa_sec span{
	font-size:2rem;
	display: inline;
	padding-left:1%;
	font-weight: bold;
}
.tesoro_detail h1{
	font-size:4rem;
}
.tesoro_detail h1 span{
	font-size:2rem;
	}
.tesoro_detail .r_subttl {
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    padding-left: 75px;
    }
.tesoro_detail .r_subttl:before{
  	position: absolute;
  	display: block;
  	content:"NEW";
  	top:0;
  	left:0;
  	padding:0 0.6%;
  	background: #f24e02;
  	color:#fff;
  }
.tesoro_detail .r_main_img{
	margin:10px 0;
}
.tesoro_detail .r_main_img span{
	font-weight: 500;
	font-size: 1.8rem;
	display: block;
    margin-top: 0.5%;
}
.tesoro_detail .r_main_txt{
	margin-top:28px;
}

@media screen and (max-width: 767px){
.tesoro_detail .rollscreen_main {
    margin-top: 4%;
}
.tesoro_detail .masa_sec {
    margin: 3% 0 4%;
    padding-bottom: 0.5%;
}
 .tesoro_detail .masa_sec span {
    display: inline-block;
    padding-left: 1%;
    padding-bottom: 1%;
    font-size:1.8rem;
}
.tesoro_detail h1{
	 font-size: 3.2rem;
}
.tesoro_detail h1 span{
	font-size:2rem;
	}
.tesoro_detail .r_subttl {
    font-size: 2rem;
    padding-left: 60px;
    }

.tesoro_detail .r_main_img span{
	font-size: 1.6rem;
}
.tesoro_detail .r_main_txt{
	margin-top:2%;
}
}

/*spec_color*/
.tesoro_detail h2.masa_sec{
	font-size: 3rem;
	text-align: left;
	margin-bottom:0;
}
.tesoro_detail h2.masa_sec span{
	font-size:1.4rem;
	}

.tesoro_detail .sec_left{
	width: 43.8%;
	margin-right: 6.2%;
}
.tesoro_detail .sec_left span{
	font-size:1.8rem;
	font-weight: 500;
}
.tesoro_detail .sec_left h2.masa_sec {
    margin-top:40px;
}
.tesoro_detail .sec_right{
	width: 50%;
}
.tesoro_detail .icon_list {
    background:none;
    padding: 30px 0;
    border-bottom: 1px solid #796155;
    margin-bottom: 26px;
}
.tesoro_detail .icon_list ul li {
    margin-right: 5.6%;
    width: 12%;
}
.tesoro_detail .icon_list ul li:last-child{
	margin-right:0;
}
.tesoro_detail .spec_color{
	margin:100px 0 50px;
}
.tesoro_detail .sec_right h2.masa_sec{
	margin: 0 0 24px;
}
.tesoro_detail ul.color{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.tesoro_detail ul.color li{
	width: 30.3%;
	margin-right: 4.5%;
	margin-bottom: 30px;
}
.tesoro_detail ul.color li:nth-child(3n){
	margin-right: 0
}
.tesoro_detail ul.color li span{
	font-size:1.8rem;
	font-weight: 500;
	}

@media screen and (max-width: 767px){
.tesoro_detail h2.masa_sec{
	font-size: 2.4rem;
	margin:0 0 4%;
}
.tesoro_detail h2.masa_sec span{
	font-size:1.2rem;
	}
.tesoro_detail .sec_left{
	width: 100%;
	margin-right:0;
}
.tesoro_detail .sec_left span{
	font-size:1.6rem;
}
.tesoro_detail .sec_left h2.masa_sec {
    margin-top:0;
}
.tesoro_detail .sec_right{
	width: 100%;
	margin-top:6%;
}
.tesoro_detail .sec_right h2.masa_sec {
    margin: 0 0 4%;
}
.tesoro_detail .icon_list {
    padding: 6% 0;
    margin-bottom: 0;
}
.tesoro_detail .icon_list ul li {
    margin-right: 2%;
    width: 31.333%;
}
.tesoro_detail .icon_list ul li:nth-child(3n){
	margin-right:0;
}
.tesoro_detail .spec_color{
	margin:6% 0 0;
}
.tesoro_detail ul.color{
	display: flex;
	flex-wrap: wrap;
	margin-top: 2%;
}
.tesoro_detail ul.color li{
	width: 23.5%;
    margin-right: 2%;
	margin-bottom: 4%;
}
.tesoro_detail ul.color li:nth-child(3n){
	margin-right: 2%
}
.tesoro_detail ul.color li:nth-child(4n){
	margin-right:0;
	}
.tesoro_detail ul.color li span{
	font-size:1.6rem;
	}
.tesoro_detail .sp_inner {
    display: flex;
    margin-bottom:3%;
}
.tesoro_detail .sp_left {
    width: 50%;
}
.tesoro_detail .sp_right {
    width: 48%;
    margin-left: 2%;
}

}
/*catalog_download*/
.catalog_download{
	background: #f8f8f8;
	display: flex;
	padding:22px 4%;
	margin:14px auto 0;
}
.dl_ttl{
    border-bottom: solid 1px #a0988e;
   	line-height: 1.2;
    padding-bottom: 3%;
    padding-top:2%;
}
.dl_left,.dl_right{
	width: 50%;
}
.dl_left p{
	padding:2% 0 0;
}
.dl_left .btn_long{
	width: 100%;
    padding: 20px 0 24px 0;
}
.dl_right{
	padding-left:7%;
}
.tesoro_detail .dl_right{
	padding-left: 5%;
}
.dl_right img{
	margin:0 auto;
}
.btn_long span.dl_btn{
    width: 100%;
    max-width: 600px;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    background:#e55000;
    color: #ffffff;
    padding: 15px 0;
    font-size: 1.8rem;
}
@media screen and (max-width: 767px){

.catalog_download{
	display: block;
	padding:4% 6%;
}
.tesoro_detail .catalog_download{
	padding: 4% 6%;
}

.dl_left, .dl_right{
	width: 100%;
}
.dl_left .btn_long{
	width: 100%;
	max-width: 500px;
    padding: 20px 0 24px 0;
}
.dl_right{
	padding-left:0;
	padding-top:2%;
}
.btn_long span.dl_btn{
	font-size: 1.4rem;
    padding: 8px;
	}


}

/*related_items*/
.related_items{
	background: #eee;
	padding: 6px 0 8px;
	margin-top:70px;
}
.related_items h3{
	font-size:3rem;
	line-height: 1.2;
}
.related_items h3 span{
	display: block;
	font-size:1.4rem;
}
.related_items ul{
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}
.related_items ul li{
	width: 48%;
	margin-right:4%;
	background: #fff;
	position: relative;
    margin-bottom: 40px;
    padding: 15px 2% 45px;
}
.related_items ul li:nth-child(2n){
	margin-right:0;
}
.related_items .r_txt{
	font-size:1.4rem;
	padding-top: 10px;
}
@media screen and (max-width: 767px){
.related_items{
	padding: 0 0 4%;
	margin-top:10%;
}
.related_items h3{
	font-size:2.4rem;
}
.related_items h3 span{
	font-size:1.2rem;
}
.related_items ul{
	padding-top:3%;
}
.related_items ul li{
	width: 100%;
	margin-right:0;
    margin-bottom: 8%;
    padding: 4% 2% 12%;
}
.related_items .r_ttl {
    font-size: 1.4rem;
    padding-left: 60px;
}
.related_items .r_txt{
	font-size:1.4rem;
	padding-top: 10px;
}

	}

/*tr102.html*/

.tesoro_detail .second_img{
	margin-top:30px;
}
@media screen and (max-width: 767px){
.tesoro_detail .second_img{
	margin-top:4%;
	}
}
/*tr104.html*/

.tesoro_detail.tr104 ul.color li {
    width: 100%;
    margin-right:0;
}

.tesoro_detail.tr104 .sec_left h2.masa_sec {
    margin: 100px 0 0;
}
@media screen and (max-width: 767px){
.tesoro_detail.tr104 ul.color li img {
    width: 100%;
}
.tesoro_detail.tr104 .sec_left h2.masa_sec {
    margin: 0;
}

	}
