@charset "utf-8";
/* CSS Document */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: lighter;
	width: 100%;
	zoom:85%;
	
} 







/*タイトル*/
h1 {   text-align: left;
       font-size: 22px;
       border-bottom: solid 3px #5D99FF;
       border-left: solid 20px #5D99FF;
       width: 1000px;  
       }






/*内容*/

.container {
  display: block;
  width: 1100px;
  margin: 0 auto;
}


.container img{
	width: 500px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.container dt{
	margin-top: -10px;
	margin-bottom: 8px;
}

.new{
	text-align: left;
    font-size: 16px;
	line-height: 30px;
}
.new img{
	width: 400px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: -1px;
}

.new dt daimei{
	color: darkblue;
}

img.GHG{
	width: 80%;
}

img.GHG2{
	width: 70%;
}

img.GHG3{
	width: 100%;
}

a.ghg-santeikohyo{
	color: blue;
}

.img{max-width: 100%;
    height: auto;
}


.btn{
	text-align: center;
}

.btn p{
	background: #5D99FF;
	color: #FFFFFF;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13pt;
	transition: .5s ease-in-out;
}


.btn p:hover{
	border-radius: 50px;
	background:#003AB0;
	transition: .5s ease-in-out;
}


.kizibtn{
	width: 100%;
	height: 30px;
	margin-top: 70px;
    margin-bottom: 70px;
}


.kizibtn ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 1px;
}

.kizibtn li{
	display: inline-block;
}


/*発表内容ボタン*/
.btn-circle-stitch {
  display: inline-block;
  text-decoration: none;
  background: #3a922e;
  color: #ffffff;
  font-weight: bold;
  font-size: 20pt;
  width: 180px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #3a922e;
  border: dashed 1px #FFF;
  transition: .4s;
}

.btn-circle-stitch:hover {
  background: #60da88;
  box-shadow: 0px 0px 0px 5px #60da88;
}



/*四国新聞用*/
.tb img{
    width: 70%;
	object-fit: cover;
	margin: 0 auto;
	padding: 0;}

/*取組み内容ボタン*/
.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #ff7c5c;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}


/*診断結果用*/
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  font-weight: bold;
  color: #004FFF;
  border: solid 2px #004FFF;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #1F00FF;
  color: white;
}


/*共創チャレンジ事例集ボタン*/
.btn-flat-double-border {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: double 4px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-double-border:hover {
  background: #fffbef;
}


/*戻るボタン*/
.previous{
	
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 2pt gray;
	border-radius: 10px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

.previous a{color: gray;}


/*TOPへ戻るボタン*/
.returnTOP {
	width: 120px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #5D99FF;
	border-radius: 10px;
	font-size: 12pt;
	font-weight: bold;
	border: solid 2pt #5D99FF;
}


.returnTOP a{color: #FFFFFF;}

.returnTOP a:hover{
	background: #072598;
}


/*進むボタン*/
.next{
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 2pt gray;
	border-radius: 10px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}


.next a{color: gray;}






@media (max-width : 714px ){
	
.new img{
	width: 400px;
	margin-left: 0px;}
	
.container{
	height: 850px;
	}
	
.next{
	width: 100px;
	font-size: 10pt;
}
	
.returnTOP {
	width: 100px;
	font-size: 10pt;
}
	
	
.previous{
	width: 100px;
	font-size: 10pt;
}	

	

}




@media (max-width : 480px ){
	
.box1{
	background:#9BE5B8;
    box-shadow: 0px 0px 0px 10px #9BE5B8;
    border: dashed 2px #ffffff;
    border-radius: 8px;
	width: 250px;
	font-weight: bold;
	margin-bottom: 30px;
    }
	
.box2{
	background:#9BE5B8;
    box-shadow: 0px 0px 0px 10px #9BE5B8;
    border: dashed 2px #ffffff;
    border-radius: 8px;
	width: 360px;
	font-weight: bold;
	margin-bottom: 30px;
    }
}
