/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption/*, footer, header*/, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {
	line-height: 1.4;
	-webkit-text-size-adjust: 110%;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ////////// common ////////////////////////////// */

.sp-page * {
font-family: "-apple-system", 'Helvetica Neue','Helvetica','Arial','Hiragino Sans', sans-serif;
font-feature-settings : "palt";
}

.onlyPC {display: none !important;}

.sns {display: none;}

.fb100 {flex-basis: 100% !important;}

/***************************************************************/
/*LP*/
/***************************************************************/

#sp-top .h1-area {
background: url('./img/h1_bg.png');
padding: 5px;
text-align: center;
}

#sp-top .head-lp {
background: url(/common/special/2020spring/img/title_thin_bg.png) no-repeat 0 0;
background-size:cover;
position: relative;
margin-bottom: 1rem;
}

#sp-top .lp {
margin: 10px;
}

.head-lp {
background: url('/common/special/2020spring/img/title_thin_bg.png');
background-size: cover;
padding: 5px;
text-align: center;
}

ul.cont-list,
ul.cont-list-row {
text-align: left;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: column;
margin-bottom: 20px;
}

ul.cont-list li,
ul.cont-list-row li{
background: #fff;
margin-bottom: 1rem;
}

ul.cont-list li:last-of-type,
ul.cont-list-row li:last-of-type{
margin-bottom: 0;
}

ul.cont-list li a,
ul.cont-list-row li a{
display: block;
font-size: 1.1rem;
padding: 6px;
text-decoration: none;
border: 1px solid #ddd;
background: #eee;
}

ul.cont-list li a img,
ul.cont-list-row li a img{
margin-bottom: 5px;
width:100%;
}

ul.cont-list-row li a p {
margin-bottom: 0;
}

#sp-top .media-icon {
font-size: 10px;
}

#sp-top .media-icon {
margin-bottom: 1rem;
}

#sp-top .media-icon img {
width: 120px;
}