@charset "utf-8";


/*----------------------------------
  appimg
------------------------------------*/

.appimg {
    background: #fffaa3;
}

.appimg a {
    border: 2px solid #FFF;
    color: #FFF;
    background-color: #ef8200;
    background-image: url("../../../common_v13/img/icon/svg/arrow/ar_white.svg");
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 18px auto;
}


#wrap_item{
	/*
	background: #e96076 url("../img/bg.png");
    padding: 0 0 2em;
	*/
    line-height: 0;
}

#wrap_item img{
	display: inline !important;
	max-width:100% !important;
	height: auto !important;
	width: auto !important;
}


/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
    
    .pc_none{
		display: none;
	}
    #wrap_item .item01{
        width: 80%;
	}
    #wrap_item .item01 img{
		margin-top:0;
	}
}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){
    
    .appimg a {
    border: 4px solid #FFF !important;
    background-position: center right 28px !important;
    background-size: 28px auto !important;
}
    
    #wrap_item .item01{
		margin:0 auto;
		padding: 20px;
        width: 80%;
	}
	
	#wrap_item .item01 a {
		background-position: center right 28px !important;
		background-size: 28px auto !important;
		font-size: 2.2rem;
		max-width: none;
		margin-top: 1rem;
		padding: 24px 0;
		transition: all ease 0.3s;
	}
	
	#wrap_item .item01 a:hover{
		opacity: 0.6;
	}
    


}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){


}