@charset "utf-8";


/*----------------------------------
  appimg
------------------------------------*/

.appimg {
    background: #fffaa3;
}

.appimg a {
    border: 2px solid #FFF;
    color: #FFF;
    background-color: #009FE8;
    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;
}

#wrap_item .item01{
	margin: -1vw auto 0;
	padding: 2.6vw;
	width: 93%;
}

#wrap_item .item01 img{
	position: relative;
}

#wrap_item .item01 p{
	margin-top: 1em;
	font-weight: bold;
	text-align: center;
}


#wrap_item .item01 a:hover{
	text-decoration: none !important;
}

#wrap_item .item01 a {
    border-radius: 40px;
    background-color: #fff000;
    border: 4px solid #FFF;
    background-image: url("../../../common_v13/img/icon/svg/arrow/ar_red3.svg");
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 18px auto;	
	display: block;
    font-size: 1.6rem;
    font-weight: bold;
	margin: 1rem auto 0;
    line-height: 1;
    padding: 15px 10px;
    text-align: center;
    color: #e4004f;
    width: calc(100% - 10%);
}





/* 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){


}