/* カスタマイズ用CSS */

.ec-productRole__btn	{
	margin-left:15px;
	margin-top:30px;	
	}
	
.ec-blockBtn--favorite	{
	margin-left:15px;
	margin-top:30px;	
	}
	


/***タブ内CSS***/

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
	width:80%;
	margin:0 auto;
	}

.tab-label {
    color: White;
    background: LightGray;
    margin-right: 5px;
    padding: 15px 20px;
    order: -1;
	width:20%;
	}

.tab-content {
    width: 100%;
    display: none;
	}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #000;
	}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
	}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
	}




/***タブ内CSS 2***/

.intro_title1	{
	font-size:1.5em;
	}

.intro_title2	{
	font-size:1.5em;
	}
	
.sozai img{
	width:20%;
	margin:0 0 0 20px;
	}
	
.sozai{
	clear:both;
	padding:0 0 30px 0;
	}