@charset "utf-8";
p.pagetit_sp{display: block; font-size: 1.4em; font-weight: bold; color: var(--green); background-color: #fff; border: 2px solid var(--green); border-radius: 10px; padding: 15px 15px 15px 170px; width: 100%; position: relative; margin-bottom: 40px;}
p.pagetit_sp span{display:inline-block;}
p.pagetit_sp{display: none;}
.titimage{position: absolute; width: 200px; height: auto; bottom: -70px; left:-30px;}

@media print {
p.pagetit_sp{padding: 15px 15px 15px 210px;}
.titimage{left:0; bottom: -60px;}
p.pagetit_sp{display: block;}
}

#ac80 .leftimg,#ac81 .rightimg,#ac82 .leftimg,#ac83 .rightimg{width: 200px;}
#ac84 .centerimg{width: 420px;}
#ac86 .rightimg{width: 300px;}
#ac87 .leftimg{width: 200px;}
#ac86 .centerimg{width: 510px;}
#ac88 .centerimg{width: 550px;}


/***********************************/
/* タブレット縦 **********************/
@media screen and (max-width:840px)  {
p.pagetit_sp{display: block;}
#ac84 .centerimg{width: 420px;}
#ac86 .centerimg{width: 600px;}
#ac87 .leftimg{width: 300px;}
#ac88 .centerimg{width: 420px;}
}

/***********************************/
/* スマホ縦 **********************/
@media screen and (max-width:440px) {	
p.pagetit_sp{font-size: 1.4em; padding: 15px; text-align: center;}
.titimage{position: relative; width: 170px; display: block; margin: 0 auto; left:auto; bottom: auto;}	
	
#ac84 .centerimg{width: 360px;}
#ac86 .centerimg{width: 400px;}
#ac88 .centerimg{width: 366px;}
}






