
@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/

.OUTLINE {width: 1000px;margin: 0 auto;margin-top: 80px;margin-bottom: 100px;}
.OUTLINE_WRAP{padding: 40px 0;}
dl{width: 680px;display: flex;flex-direction: row;margin: 0 auto;border-bottom: 1px solid #ccc;letter-spacing: 1px;padding: 10px 25px;font-size: 15px;}
dt{width: 160px;}

/*PC・SP*/
.pc{display: block;}
.sp{display: none;}
/*PC・SP*/


@media screen and (max-width: 740px){

.OUTLINE{width: 95vw;background: none;margin: 0 auto;margin-top: 50px;margin-bottom: 80px;}
dl{width: 95vw;padding: 10px 0;font-size: 14px;margin-left: 0;}
dt {width: 30vw;}
dd {width: 65vw;}

/*PC・SP*/
.pc{display: none;}
.sp{display: block;}
#footer span.pc{display: none;}
#footer span.sp{display: block;}
#footer strong a{display: flex;justify-content: center;align-items: center;}
#footer strong a img{height: 24px;}

}
