@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 160px; 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 200px;}
.titimage{left:0; bottom: -60px;}
p.pagetit_sp{display: block;}
}

.ac14layout{display:flex; justify-content:space-between; align-items:center; flex-direction: row-reverse; }
.ac14layout ul{z-index: 1; }
.ac14layout img{width: 200px; z-index: 2; margin-left: 20px;}
#ac28 .ac14layout,#ac29 .ac14layout{justify-content:center;}
#ac28 .ac14layout img{width: 360px; max-width: 100%;}
#ac29 .ac14layout img{width:150px; margin: 40px;}
#ac20 .ac14layout img,#ac21 .ac14layout img{width:200px; margin: 40px 0 40px 20px;}
#ac22 .ac14layout img{width:200px; margin: 40px 0;}
#ac22 .ac14layout ul{margin-right: 20px; width: calc(100% - 220px);}
#ac14 dl dt{font-weight: bold; position: relative; padding-left: 1em;}
#ac14 dl dt::before{content: "・"; margin: 0; position: absolute; left: 0; top: 0; width:1em;}
#ac14 dl dd{padding-left: 1em;}
#ac29 dl{display:flex; justify-content:flex-start; align-items:stretch; flex-wrap: wrap; width: auto;}
#ac29 dl dt{width: 7em; border: 1px solid #ccc; border-top: none; padding: 0.2em 1em;  }
#ac29 dl dd{width: calc(100% - 7em); border: 1px solid #ccc; border-left: none; border-top: none; padding: 0.2em 1em; }
#ac29 dl .bg_yellow{background-color: var(--lightyellow); font-weight: bold; border-top: 1px solid #ccc; }

#ac12 .centerimg{width: 500px;}
#ac13 .rightimg,#ac15 .leftimg,#ac16 .rightimg,#ac18 .leftimg,#ac18 .ac14layout img,#ac20 .leftimg,#ac26 .rightimg,#ac27 .leftimg{width: 200px;}
#ac19 .rightimg,#ac24 .rightimg{width: 240px;}
#ac23 .centerimg{width: 300px;}
#ac25 .leftimg{width: 180px;}

/***********************************/
/* タブレット縦 **********************/
@media screen and (max-width:840px)  {
p.pagetit_sp{display: block;}
#ac12 .centerimg{width: 501px;}
#ac18 .leftimg{width: 300px;}
#ac18 .ac14layout img{width: 200px;}
.ac14layout{display:block; }
#ac29 .ac14layout img,#ac28 .ac14layout img,.ac14layout img,#ac27 .leftimg{margin: 20px auto;}
#ac27 .leftimg{width: 300px;}
#ac20 .ac14layout img{width:200px; margin: 0 auto 20px auto;}
#ac21 .ac14layout img,#ac22 .ac14layout img{width:200px; margin:20px auto;}
#ac22 .ac14layout ul{margin-right: 0; width: 100%;}
#ac14 .ac14layout img{width:300px; margin: 0 auto 20px auto;}
}

/***********************************/
/* スマホ縦 **********************/
@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;}	

#ac12 .centerimg{width: 334px;}
.ac14layout img{width: 300px;}
#ac27 .leftimg{width: 200px;}
}






