@charset "utf-8";
/****************************
BASE CSS READING (NOT IE 4)
****************************/

/* ---------------------------------------------
　elements initialization 
------------------------------------------------ */

* {
	box-sizing: border-box;
}
	

body{
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	line-height:1.7;
	overflow-x:hidden;
}

a img, fieldset, img{
	border:0;
	vertical-align:top;
}

blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul{
	margin:0;
	padding:0;
}

abbr, acronym{
	border:0;
}

address, caption, cite, code, dfn, em, th, strong, var{
	font-style:normal;
	font-weight:normal;
}

caption, th{
	text-align:left;
}

code, kbd, pre, samp, tt{
	font-family:monospace;
	line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt{
		font-size:108%;
	}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}

input, select, textarea{
	font-size:100%;
}

ul li{
	list-style:none;
}

ol {
	margin-left: 23px;
}

q:before, q:after{
	content:'';
}

table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

hr{
	display: none;
}

strong{
	font-weight: bold;
}

em{
	font-weight: bold;
	font-style: italic;
}

/* ------ font --------------------------------- */

body{
	font-size:14px;
	color: #333;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
}


/* ------ links color -------------------------- */

a:link,
a:visited,
a:hover,
a:active{
	text-decoration:underline;
}
a:link          { color:#2563a8; }
a:visited       { color:#6b4967; }
a:hover,a:active{ color:#1d8c73; }


/* ------ clearfix scheme ---------------------- */

div:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

/**************************************************
------------------------------------------------

　base modules

------------------------------------------------
***************************************************/




/* ---------------------------------------------
　container
------------------------------------------------ */

.container h2,
.container h3,
.container h4,
.container h5,
.container p,
.container ul,
.container ol,
.container dl,
.container table {
	margin-top: 30px;
}

.banner li {
	margin-bottom:13px;
}

.banner.twocolum,
.banner.twocolum ul {
	margin-top: 0px;
}
/* ---------------------------------------------
　bx-slider
------------------------------------------------ */

.bx-wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.bx-wrapper img {
    display: block;
    max-width: 100%;
}
.bx-wrapper .bx-viewport {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    transform: translateZ(0px);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-pager {
    color: #666;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding-top: 0;
    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #bdbeb9;
    border-radius: 7px;
    display: block;
    height: 14px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 14px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #84ae60;
}
.bx-wrapper .bx-prev {
    left: 20px;
}
.bx-wrapper .bx-next {
    right: 20px;
}
/*.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
	background:url(/themes/kagawa_sdgs/images/icon_prev.png) no-repeat 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
	background:url(/themes/kagawa_sdgs/images/icon_next.png) no-repeat 0 0;
}*/

.bx-wrapper .bx-prev {
    background-position: 0 0;
background:url(/themes/kagawa_sdgs/images/icon_prev.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
    background-position: -43px 0;
background:url(/themes/kagawa_sdgs/images/icon_next.png) no-repeat 0 0;
}

.bx-wrapper .bx-controls-direction a {
    height: 46px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    width: 30px;
    z-index: 3;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.pickup .bx-wrapper .bx-controls-direction a {
    height: 42px;
    margin-top: -20px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 40%;
    width: 24px;
    z-index: 3;
}
.pickup .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.pickup .bx-wrapper .bx-prev {
    background-position: 0 0;
	background:url(/themes/kagawa_sdgs/images/icon_box_prev.png) no-repeat 0 0;
    left: -45px;
}
.pickup .bx-wrapper .bx-next {
    background-position: -43px 0;
	background:url(/themes/kagawa_sdgs/images/icon_box_next.png) no-repeat 0 0;
    right: -45px;
}


/* ---------------------------------------------
　content幅
------------------------------------------------ */

.container {
	width:980px;
	margin: 0 auto;
	text-align:left;
}

.content {
	width:100%;
}

.left-content {
	width:19.89%;
	float:left;
}

.right-content {
	width:19.89%;
	float:right;
}

.main-content {
	width:55.1%;
	float:left;
	margin-left:25px;
}

/*　キービジュアル　*/

.keyvisual {
	margin-top:20px;
}

.keyvisual ul {
	margin-top:0;
	z-index:1;
}

/*　SNS追従ボタン　*/
.fixed_btn
{
  position: fixed;
  top: 179px; 
  right: 0px;
  padding: 6px 0px;
}

.fixed_btn li {
	padding-bottom: 15px;
}

/* ---------------------------------------------
　slide-box
------------------------------------------------ */

.pickup {
	margin-top:30px;
}

.pickup h2 {
	margin-top:0;
}

.pickup .bx-wrapper {
	margin-left:-33px;
	width:100%;
}

.slide-area {
	margin-top:20px;
}

.slide-area dl {
	margin-top:0;
}

.slide-box {
	float:left;
}

.slide-box dd {
	line-height:1.2em;
	padding-top:10px;
}

.slide-box a {
	color:#666;
	text-decoration:none;
}

.slide-box a:hover {
	text-decoration:underline;
}

.slide-area01 {
	margin-left:0px;
	width:106%;
}

.slide-box01{
	float: left;
	list-style: none;
	position: relative;
	width: 220px;
	margin-right: 33px;
}

.slide-box01 dl {
	margin-top: 15px;
}

.slide-box01 dd {
	line-height:1.2em;
	padding-top:10px;
	display: none;
}

.slide-box01 a {
	color:#666;
	text-decoration:none;
}

.slide-box01 a:hover {
	text-decoration:underline;
}


/* title */

.pickup-title {
	font-size:128%;
	font-weight:bold;
}

.main-content h2 {
	font-size:114%;
	font-weight:bold;
}


/* top-important */

.top-important{
	margin-top:55px;
	padding: 0 130px;
}

.top-important a:link, 
.top-important a:active, 
.top-important a:visited{
	text-decoration:none;
	color:#333;
}

.top-important a:hover{
	text-decoration:underline;
	color:#D54345;
}

.top-important h2{
	margin:0;
	padding:5px 20px;
	display:inline-block;
	color:#fff;
	font-size:100%;
	text-align:left;
	border-bottom:none;
	background:#ca2323;
}

.top-important dl{
	padding:10px 10px 0;
	margin:0;
	border:1px solid #ca2323;
}

.top-important dt{
	float:left;
	clear:left;
	width:9em;
	color:#cb2626;
}

.top-important dd{
	padding:0 0 10px 11em;
	color:#333;
}


/* tab */

.tabs {
	padding:0 5px;
	margin-top:10px!important;
}

.tabs > .tab {
	display: inline-block;
	padding:5px 10px;
	background:#fbfbfb;
	border:1px solid #b0b0b0;
	border-bottom:none;
	margin-left:5px;
}

.tabs > .tab a {
	color:#333;
	text-decoration:none;
}

.tabs > .tab.active a {
	text-decoration:none;
	color:#fff;
}


.tab-contents {
	border-top:1px solid #c4c4c4;
	background:#fff;
}

.tab-contents > .tab-content {
  display: none;
}

.tab-contents > .tab-content dl {
	margin-top:10px;
}

.tab-contents > .tab-content.active {
  display: block;
}

.tab-content dt {
	color:#5e8c36;
	font-size:78%;
	padding-top:5px;
}

.tab-content dd {
	border-bottom:1px solid #ececec;
	padding-bottom:5px;
}

.tab-content dd a {
	color:#333;
	text-decoration:none;
}

.tab-content dd a:hover {
	color:#666;
	text-decoration:underline;
}

.event-area {
	width:100%;
	position:relative;
}

.tab-event-btn {
	position:absolute;
	top:48px;
	right:0;
	line-height:1.2em;
}

.tab-event-btn ul {
	margin:0;
}

.tab-event-btn li {
	float:left;
}

/*.tab-event-btn .list a {
	color:#000;
	font-size:78%;
	text-decoration:none;
	background:url(/themes/kagawa_sdgs/images/icon_arrow_orange.png) no-repeat 0 0.3em;
	padding-left:10px;
	margin-right:10px;
}*/

.news-area .tabs > .tab {
	padding:2px 6px;
	font-size:92%;
	margin-left:1px;
}

.news-area {
	width:100%;
	position:relative;
}

.tab-news-btn {
	position:absolute;
	top:5px;
	right:0;
	line-height:1.2em;
}

.tab-news-btn ul {
	margin:0;
}

.tab-news-btn li {
	float:left;
}

/*.tab-news-btn .list a {
	color:#000;
	font-size:78%;
	text-decoration:none;
	background:url(/themes/kagawa_sdgs/images/icon_arrow_blue.png) no-repeat 0 0.3em;
	padding-left:10px;
	margin-right:10px;
}*/

.event-area .tabs > .tab:hover a,
.news-area .tabs > .tab:hover a {
	color:#fff;
}

.event-area .tabs > .tab.active,
.event-area .tabs > .tab:hover {
  	color:#fff;
	background: #df9655; /* Old browsers */
	background: -moz-linear-gradient(top,  #df9655 0%, #d4721b 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df9655), color-stop(99%,#d4721b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #df9655 0%,#d4721b 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #df9655 0%,#d4721b 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #df9655 0%,#d4721b 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #df9655 0%,#d4721b 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df9655', endColorstr='#d4721b',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab01.active,
.news-area .tabs > .tab01:hover {
  	color:#fff;
	background: #5876ac; /* Old browsers */
	background: -moz-linear-gradient(top,  #5876ac 0%, #3e609f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5876ac), color-stop(100%,#3e609f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5876ac 0%,#3e609f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5876ac 0%,#3e609f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5876ac 0%,#3e609f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5876ac 0%,#3e609f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5876ac', endColorstr='#3e609f',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab02.active,
.news-area .tabs > .tab02:hover {
  	color:#fff;
	background: #d44949; /* Old browsers */
	background: -moz-linear-gradient(top,  #d44949 0%, #c24343 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d44949), color-stop(100%,#c24343)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d44949 0%,#c24343 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d44949 0%,#c24343 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d44949 0%,#c24343 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d44949 0%,#c24343 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d44949', endColorstr='#c24343',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab03.active,
.news-area .tabs > .tab03:hover {
  	color:#fff;
	background: #ca5d1c; /* Old browsers */
	background: -moz-linear-gradient(top,  #ca5d1c 0%, #b9551a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ca5d1c), color-stop(100%,#b9551a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ca5d1c 0%,#b9551a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ca5d1c 0%,#b9551a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ca5d1c 0%,#b9551a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ca5d1c 0%,#b9551a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca5d1c', endColorstr='#b9551a',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab04.active,
.news-area .tabs > .tab04:hover {
  	color:#fff;
	background: #84ae60; /* Old browsers */
	background: -moz-linear-gradient(top,  #84ae60 0%, #799f58 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84ae60), color-stop(100%,#799f58)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #84ae60 0%,#799f58 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #84ae60 0%,#799f58 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #84ae60 0%,#799f58 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #84ae60 0%,#799f58 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84ae60', endColorstr='#799f58',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab05.active,
.news-area .tabs > .tab05:hover {
  	color:#fff;
	background: #286f97; /* Old browsers */
	background: -moz-linear-gradient(top,  #286f97 0%, #25658a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#286f97), color-stop(100%,#25658a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #286f97 0%,#25658a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #286f97 0%,#25658a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #286f97 0%,#25658a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #286f97 0%,#25658a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286f97', endColorstr='#25658a',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab06.active,
.news-area .tabs > .tab06:hover {
  	color:#fff;
	background: #574a7c; /* Old browsers */
	background: -moz-linear-gradient(top,  #574a7c 0%, #4f4471 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#574a7c), color-stop(100%,#4f4471)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #574a7c 0%,#4f4471 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #574a7c 0%,#4f4471 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #574a7c 0%,#4f4471 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #574a7c 0%,#4f4471 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#574a7c', endColorstr='#4f4471',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab07.active,
.news-area .tabs > .tab07:hover {
  	color:#fff;
	background: #e26e8e; /* Old browsers */
	background: -moz-linear-gradient(top,  #e26e8e 0%, #cf6582 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e26e8e), color-stop(100%,#cf6582)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e26e8e 0%,#cf6582 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e26e8e 0%,#cf6582 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e26e8e 0%,#cf6582 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e26e8e 0%,#cf6582 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e26e8e', endColorstr='#cf6582',GradientType=0 ); /* IE6-9 */
}

.news-area .tabs > .tab08.active,
.news-area .tabs > .tab08:hover {
  	color:#fff;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #5e5e5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%,#5e5e5e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%,#5e5e5e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 0%,#5e5e5e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#5e5e5e',GradientType=0 ); /* IE6-9 */
}

.tag02 {
	background:#d44949;
	color:#fff;
	display:inline-block;
	width:8em;
	padding:1px 0 0;
	text-align:center;
	margin-left:15px;
}

.tag03 {
	background:#ca5d1c;
	color:#fff;
	display:inline-block;
	width:8em;
	padding:1px 0 0;
	text-align:center;
	margin-left:15px;
}

.tag04 {
	background:#799f58;
	color:#fff;
	display:inline-block;
	width:8em;
	padding:1px 0 0;
	text-align:center;
	margin-left:15px;
}

.tag05 {
	background:#286f97;
	color:#fff;
	display:inline-block;
	width:8em;
	padding:1px 0 0;
	text-align:center;
	margin-left:15px;
}

.tag06 {
	background:#574a7c;
	color:#fff;
	display:inline-block;
	width:8em;
	padding:1px 0 0;
	text-align:center;
	margin-left:15px;
}

.tag07 {
	background:#de597e;
	color:#fff;
	display:inline-block;
	width:8em;
	padding:1px 0 0;
	text-align:center;
	margin-left:15px;
}

.tag08 {
	background:#666;
	color:#fff;
	display:inline-block;
	width:8em;
	padding:1px 0 0;
	text-align:center;
	margin-left:15px;
}


/* PC非表示 */

.sp{ display:none;}


/* ------------------------------------------------------
 sp設定
-------------------------------------------------------*/

@media only screen and (max-width:1024px) {

	body{
		margin:0;
		padding:0;
		text-align:center;
		width:100%;
		height:auto;
		line-height:1.5;
		overflow-x:hidden;
		-webkit-text-size-adjust: 100%;
	}


	.sp{ display:block;}
	
	.pc{ display:none;}

	/* ---------------------------------------------
	　header
	------------------------------------------------ */

	
	/* -------------------------------------
	　menu
	------------------------------------- */
	
	
	/* title */
	
	.pickup-title {
		font-size:128%;
		font-weight:bold;
		text-align:center;
		margin:0;
	}
	
	/* ---------------------------------------------
	　bx-slider
	------------------------------------------------ */
	
	.bx-wrapper img {
		display: block;
		width: 100%;
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a {
		background: #bdbeb9;
		border-radius: 7px;
		display: block;
		height: 10px;
		margin: 0 5px;
		outline: 0 none;
		text-indent: -9999px;
		width: 10px;
	}
	
	.pickup .bx-wrapper{
		width:85%;
		font-size:12px;
	}
	
	.pickup .bx-wrapper .bx-controls-direction a {
		height: 42px;
		margin-top: -20px;
		outline: 0 none;
		position: absolute;
		text-indent: -9999px;
		top: 40%;
		width: 24px;
		z-index: 3;
	}
	.pickup .bx-wrapper .bx-controls-direction a.disabled {
		display: none;
	}
	
	.pickup .bx-wrapper .bx-prev {
		background-position: 0 0;
		background:url(/themes/kagawa_sdgs/images/icon_box_prev.png) no-repeat 0 0;
		background-size:15px 25px;
		left: -20px;
	}
	.pickup .bx-wrapper .bx-next {
		background-position: -43px 0;
		background:url(/themes/kagawa_sdgs/images/icon_box_next.png) no-repeat 0 0;
		background-size:15px 25px;
		right: -30px;
	}
	
	.slide-area {
		margin-top:15px;
	}

		.slide-area01 {
		margin-top:15px;
			margin-left: 2%;
	width: 100%;
	}

	.slide-content01{
		/* margin:0 auto; */
		/* padding-left: 5%; */
	}

	.slide-box01{
	float: left;
	list-style: none;
	position: relative;
	width: 45%;
	margin-right: 5%;
}

.slide-box01 dd {
	line-height:1.2em;
	padding-top:10px;
}

.slide-box01 a {
	color:#666;
	text-decoration:none;
}

.slide-box01 a img{
	width:100%;
	}

.slide-box01 a:hover {
	text-decoration:underline;
}
	
	
	/* ---------------------------------------------
	　content幅
	------------------------------------------------ */
	
	.container {
		width:100%;
		margin: 0 auto;
		text-align:left;
		overflow:hidden;
	}
	
	.content {
		width:100%;
	}
	
	.left-content {
		width:100%;
		float:none;
	}
	
	.right-content {
		width:100%;
		float:none;
	}
	
	.main-content {
		width:100%;
		float:none;
		margin-left:0px;
	}
	
	/*　キービジュアル　*/
	
	.keyvisual {
		margin-top:20px;
	}
	
	.keyvisual ul {
		margin-top:0;
		z-index:1;
	}
	
	.banner{ margin:10px auto;}
	
	.banner li{
		margin:0 20px 13px;
		text-align:center;
	}
	
	.banner li img{
		max-width:100%;
	}

	.banner.twocolum,
	.banner.twocolum ul {
		margin-top: 0px;
		display: flex;
    flex-wrap: wrap;
	}
	.banner.twocolum li{
		width: 43%;
		/*float: left;*/
		margin: 0 10px 13px;
	}

	
	/* top-important */
	
	.top-important{
		margin-right:10px;
		margin-left:10px;
		padding: 0 0;
	}
	
	.top-important dt{
		float:none;
		font-size:87%;
		width:auto;
	}
	
	.top-important dd{
		padding:0 0 10px 0;
	}
	
	/* tab */
	
	.tab-content dt {
		color:#5e8c36;
		font-size:78%;
		padding:5px 0 0 10px;
	}
	
	.tab-content dd {
		border-bottom:1px solid #ececec;
		padding-bottom:5px;
		min-height:3em;
	}
	
	.tab-content dd a {
		display:block;
		color:#333;
		text-decoration:none;
		padding:0 35px 0 10px;
		background:url(/themes/kagawa_sdgs/images/icon_arrow03.png) no-repeat 96% 0;
		background-size:15px 20px;
	}
	
	.tab-content dd a:hover {
		color:#666;
		text-decoration:underline;
	}
	
	.news-area h2,
	.event-area h2{
		padding-left:15px;
		padding-right:15px;
	}
	
	.news-area .tabs {
		padding:0 0 60px;
		width:100%;
		margin-top:10px!important;
		margin-left:-1px;
		border-top:1px solid #b0b0b0;
	}
	
	.news-area .tabs > .tab {
		width:25%;
		display:block;
		float:left;
		padding:10px 0;
		font-size:10px;
		margin-left:0;
		text-align:center;
		border:none;
		border-left:1px solid #b0b0b0;
		border-bottom:1px solid #b0b0b0;
	}
	
	.news-area .tab-content dt{
		padding:10px 0 0 110px;
		position:relative;
	}
	
	.news-area .tab-content dt span{
		position:absolute;
		top:10px;
		left:10px;
		margin:0;
		padding:3px 5px;
	}
	
	.news-area .tab-content dd{
		padding-left:100px;
	}
	
	/* 一覧 */
	
	p.list-btn{ margin:0;}
	.list-btn a{
		display: block;
		position: relative;
		padding:10px 0;
		margin:0;
		background:#eaeaea;
		text-align:center;
		text-decoration:none;
		font-size:15px;
		color:#666;
	}
	
	.list-btn a:after {
		display: block;
		content: "";
		position: absolute;
		top: 45%;
		right: 20px;
		width: 10px;
		height: 10px;
		margin: -4px 0 0 0;
		border-top: solid 1px #979797;
		border-right: solid 1px #979797;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	
	/* SNSボタン */
	.fixed_btn {
		bottom: 0px;
		top: auto;
		left: 0px;
		padding: 0px;
		background: #fff;
		z-index: 999;
		width: 100%;
	}

	.fixed_btn ul {
		display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 10px;
	}

	.fixed_btn li {
		padding-bottom: 10px;
		width: 25%;
    text-align: center;
	}
	
	/* ページトップ */
	
	.pagetop a{
		display:block;
		margin: 10px auto 0;
		height:44px;
		line-height:44px;
		text-align:center;
		background:#efefef;
	}
	
	.pagetop a img{
		vertical-align:middle;
		padding-right:5px;
	}
	
	.pagetop a:link,
	.pagetop a:hover,
	.pagetop a:visited,
	.pagetop a:active {
		text-decoration:none;
		color:#666;
		padding:0;
	}
	

}