@charset "utf-8";
/* CSS Document */


/* 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, p, 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;
	font-size: 100%;
	font: inherit;
	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.6;
}
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;
}



.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
body {
-webkit-text-size-adjust: 100%;
}
/* ------------------------------
SDGCページ
------------------------------ */
#theme #sdgs #fp-l{
    background: #fff;
    -webkit-box-shadow: 0;
    box-shadow: 0;
	
}

#theme #sdgs #fp-l header{
	width: 600px;
	margin: 0 auto 30px;
}
#theme #sdgs #fp-l header img:hover{
	opacity: 0.4;
	transition: 0.5s;
}

#theme #sdgs #fp-l #wrap1{
	padding: 0 20px;
}

#theme #sdgs #fp-l #wrap1 h2{
	background: #ffffff;
	border-left: 5px solid #ff8f00;
	border-bottom: 1px solid #ff8f00;
	padding: 3px 12px;
	margin-bottom: 20px;
}

#theme #sdgs #fp-l #wrap1 h2 img{
	width: 261px;
	height: 39px;
}

#theme #sdgs #fp-l #wrap2{
	padding: 0 20px;
	margin-top: 20px;
}
#theme #sdgs #fp-l #wrap2 ul li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#theme #sdgs #fp-l #wrap2 ul li:last-child{
	border-bottom: none;
}


#theme #sdgs #fp-l #wrap2 ul li img{
	float: left;
	margin-right: 20px;
	padding-top: 4px;

}

#theme #sdgs #fp-l #wrap2 ul li dl{
   float: right;
	width: 475px;
}

#theme #sdgs #fp-l #wrap2 ul li dl dt{
 font-weight: bold;
font-size: 110%;

}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t1{
	color:#e5243b;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t2{
	color:#dda63a;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t3{
	color:#4c9f38;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t4{
	color:#c5192d;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t5{
	color:#ff3a21;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t6{
	color:#26bde2;
}

#theme #sdgs #fp-l #wrap2 ul li dl dt.t7{
	color:#fcc30b;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t8{
	color:#a21942;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t9{
	color:#fd6925;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t10{
	color:#dd1367;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t11{
	color:#fd9d24;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t12{
	color:#bf8b2e;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t13{
	color:#3f7e44;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t14{
	color:#0a97d9;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t15{
	color:#56c02b;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t16{
	color:#00689d;
}
#theme #sdgs #fp-l #wrap2 ul li dl dt.t17{
	color:#19486a;
}

#theme #sdgs #fp-l #wrap2 ul li dl .textsmall{
	font-size: 85%;
}

.cx_smartphoneview #theme #sdgs #fp-l #wrap1{
	margin-bottom: 40px;
}

.cx_smartphoneview #theme #sdgs #fp-l #wrap1 h2 img{
	width: 401px;
	height: 60px;
}

.cx_smartphoneview #theme #sdgs #fp-l #wrap2 ul li dl{

	width: 470px
}

.cx_smartphoneview #theme #sdgs #fp-l #wrap2 ul li img{
	margin-top: 8px;
	padding-top:0;
	width: 104px!important;
	height: 104px!important;
background-size: 104px 104px!important ;
}