@charset "utf-8";
/*****************************************************
	
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
	
*****************************************************/
html {overflow-y: scroll; scroll-behavior: smooth;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;outline:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}


/*--- default ---*/
body {
	color: #111;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	line-height:2em;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	/* font-family: "Hannari", serif; */
}

table{
	border-collapse:collapse;
}
.float_left {
	display: block;
	float: left;
}
.float_right {
	display: block;
	float: right;
}
.float_left_space {
	display: block;
	float: left;
	margin-right:30px;
}
.float_right_space {
	display: block;
	float: right;
	margin-left:30px;
}
.clear{
	clear:both;}
.w90{
	width:90%;margin:0 auto;
}
@media screen and (max-width:640px){
.w90{
	width:100%;
}
}
.min{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.yellow_line{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
@media (max-width: 800px) {
.table_scroll table{
  border-collapse: collapse;
  max-width: 100%;
  margin:0 auto 10px;
}

.table_scroll th,
.table_scroll td{
 padding-left:1.5%!important;
 padding-right:1.5%!important;
 white-space: nowrap!important;
}
.table_scroll {
  overflow-x: auto;
  margin-bottom: 2%;
  max-width: 880px;
}
}

.ggmap {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;background-color:#fff;border: 10px solid #fff;margin:0px auto;}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*****************************************************
	
	コンテンツ
	
*****************************************************/
#wrap{
	width: 100%;
	height: auto;
	margin:0 auto;
	overflow:hidden;
}
a:link {
	color:#333;
	text-decoration:none;
}

a:visited{
	color:#333;
	text-decoration:none;
}

a:hover{
 color:#ad0003;
	text-decoration: none;
}

a:active{
	text-decoration:none;
}
.clear:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */
a,a img {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
a img:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
} 
.sp{
	display:none;
}

/*****************************************************
	
	メインヘッダー
	
*****************************************************/
header{
	width:100%;
	margin:0 auto;
	position:relative;
}
#header-logo{
 width: 100%;
 max-width: 250px;
 margin: 0 auto;
}
#header-logo a{
 display: block;
 padding: 13px 0 10px;
}
#header-logo a img{
 width: 100%;
}
header .h-base {
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
}

header .nh1 {width: 100%;}
header .nh2 {width: 100%;}

nav .inner ul {
 width: 100%;
 max-width: 600px;
 margin:0 auto;
 display: flex;
 justify-content: space-around;
 align-items: center;
 padding: 1.5rem 0;
}

nav .inner ul li {
 width: 25%;
 align-self: center;
 text-align: center;
 font-size: 90%;
 line-height: 1.5em;
}
nav .inner ul li:last-child {
 display:none;
}
nav .inner ul li a {
	display: block;
}
.member-bt{
	position:absolute;
	top:5%;right:2%;
	font-size:0.6em;
}
.member-bt a:before{
	content:"";
	display:block;
	background:url(../image/common/ic-key.svg)no-repeat center;
	background-size: 50px;
	padding: 25px 25px;
}
.member-bt a{
	display:block;
}

@media screen and (max-width: 1100px) {
#header-logo{
 margin: 0 auto 1vw;
}
 .member-bt{
	display:none;
}
nav .inner ul li:last-child {
 display:block;
}
header .tophead ul{
 width: 70%;
 margin-left: 0%;
} 

header .tophead span{
 display:block;
}
header .tophead ul{
 width:100%;
 margin-left:0%;
}
header .tophead ul li{
 width: 100%;
}
header .tophead ul li:nth-child(2),
header .tophead ul li:nth-child(3),
header .tophead ul li:nth-child(4){
 display:none;
}
nav .inner ul li a {
	display: block;
	padding: 10px 0;
}
header .h-nav {
 width: 100%;
 margin: 0 auto;
}

#navArea {
  width: 100%;
}
nav .inner ul {
  width: 100%;
  display: block;
  -webkit-flex-direction: column;
  flex-direction: column;
}
nav .inner ul li {
  width: 100%;
  float: none;
  display: block;
  text-align: center;
}
@media screen and (max-width: 480px) {
#header-logo{
 max-width:150px;
}
}


/*============ toggle_btn =============*/
.toggle_btn {
  display: block;
  position: absolute;
  top: 0px;
  right: 00px;
   transition: all .5s;
  cursor: pointer;
  z-index: 100;
  background-color: #eee;
}
.toggle_btn:hover {
  width: 80px;
}
.toggle_btn:after {
  content: 'メニュー';
  font-size: 50%;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0%;
	letter-spacing:-0.1em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.open .toggle_btn:after {
 content: '閉じる';
	letter-spacing:0em;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  width: 25px;
  height: 2px;
  background-color: #444;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 18%;
}
.toggle_btn span:nth-child(2) {
  top: 35%;
  margin-top: -2px;
}
.toggle_btn span:nth-child(3) {
  bottom: 52%;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
   transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
   opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
   -webkit-transform: translateY(-7px) rotate(315deg);
   transform: translateY(-7px) rotate(315deg);
}
.toggle_btn {
   width: 60px;
   height: 60px;
}
/*============ mask =============*/
#mask {
 display: none;
 transition: all .5s;
 }
.open #mask {
 display: block;
 position: fixed;
 top: 0;left: 0;
 width: 100%;
 height: 100%;
 background: #11111163;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 opacity: 1.0;
 z-index: 1;
 cursor: pointer;
}

/*============ nav =============*/
nav {
 display: block;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 background-color: #fff;
 overflow-x: hidden;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
 transition: all 1.0s;
 z-index: -1;
 opacity: 0;
}
.open nav {
 opacity: 1;
 z-index: 50;
}
nav .inner {
 width: 90%;
 margin: 15vh auto 0;
}
}
@media screen and (max-width: 600px) {
 #header-rogo{
 max-width: 100px;
   margin:0 0 0 2%;
}
}
@media screen and (max-width: 480px) {

header .tophead{
 width: 100%;
 margin:0 0 0 5%;
 display:block;
}
header .tophead .top-heads{
 width: 50%;
}
header .tophead ul{
 width:50%;
 margin-left:0%;
}
header .tophead ul li{
 width: 100%;
}
}


/*****************************************************
	
	フッター
	
*****************************************************/

footer{
 width:100%;
 font-size:85%;
 color:#fff;
 padding: 0px 0;
 text-align:center;
 margin: 0px auto;
}
.ft-inner{
 width:100%;
 background:#417a0b;
 background-size:100%;
 padding: 120px 0;
 }
.ft-inner ul li{
	font-size:0.8em;
	 line-height:1.8;
}
.ft-inner ul li:first-child {
	font-size:1.8em;
	line-height:1.5;
	padding:0 0 2rem;
}
.ft-inner ul li:last-child{
 width:100%;
 max-width: 250px;
 margin: 0px auto 0;
}
.ft-inner ul li:last-child a{
 padding:5%;
 background: #fff;
 display:block;
  color:#333;
}
.ft-inner ul li:last-child a:hover{
 color:#ad0003;
}
.ft-inner ul li .ft-title span{
	font-size: 0.3em;
	display:block;
}
.ft-inner ul li:nth-child(2) span{
	display:block;
	text-align:left;
}

.copyright{
 font-size:0.8em;
 line-height:1.5;
 padding: 2rem 0;
 color:#fff;
}
.copyright p{
 text-align:center;
 padding:0 0 5px;
}
@media screen and (max-width:800px){
.ft-inner{
 width:100%;
 background-size:cover;
 padding:80px 0;
 }
}
@media screen and (max-width: 480px) {
.ft-inner ul li:last-child{width:90%;/* max-width: 300px; */}
}

/*****************************************************
	
	フロントページコンテンツ
	
*****************************************************/
.content{
	width: 100%;
}
 h2{
 font-size:1.5em;
line-height:1.5;
 text-align:center;
 font-weight:normal;
}

@media screen and (max-width:480px){
 h2{
 font-size:1.3em;
}	
}

/***　greeting　***/
.greeting .inner{
	width:100%;
	margin:0 auto;
	padding:5vw;
	box-sizing:border-box;
	background:url(../image/front/gree-bg.jpg)no-repeat;
	background-size:cover;
}
.greeting .inner .wbox{
	width: 100%;
	max-width: 800px;
	margin:0 auto;
	background:#fff;
	padding:3rem 5rem;
	box-sizing:border-box;
}
.greeting .inner .wbox h2{
	margin: 0 0 1vw;
}
.greeting .inner .wbox .text p{
	text-align:left;
	line-height:1.5;
}
@media screen and (max-width:1200px){
.greeting .inner .wbox{padding: 5vw;}
}
@media screen and (max-width:600px){
.greeting .inner .wbox{padding: 1.5rem;}
}


/*****************************************************
	
	新着情報
	
*****************************************************/



.news{
	width:100%;
}
.news .inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	width:100%;
	margin:0 auto;
}
.news .inner .lbox{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	width:50%;
	background:#e5f1e2;
	padding: 3rem;
	box-sizing:border-box;
}
.news .inner .rbox{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	width:50%;
	background:#fcfae2;
	padding: 3rem;
	box-sizing:border-box;
}
.news .inner .lbox .llbox,
.news .inner .rbox .rrbox{
	width: 60%;
	max-width: 500px;
}
.news .inner .lbox .kara,
.news .inner .rbox .kara{
	width: 40%;
	height: 30vh;
}
.news .inner .lbox .llbox{
 -webkit-order: 2;
	order: 2;	
}
.news .inner .lbox .kara{
	 -webkit-order: 1;
	order: 1;
}
.news .inner .lbox .title,
.news .inner .rbox .title{
	text-align:center;
	line-height:1.5;
	margin:0 auto 1rem;
	font-size:1.2em;
}
.news .inner .lbox .title:before,
.news .inner .rbox .title:before{
	content:"";
	display:block;
	background:url(../image/common/ic-topics.svg)no-repeat center;
	background-size: 60px;
	padding: 25px 25px;
	margin:0 auto 0.5rem;
}
.news .inner .rbox .title:before{
	background:url(../image/common/ic-member.svg)no-repeat center;
	background-size: 80px;
}
.news .inner .lbox .title span,
.news .inner .rbox .title span{
	display:block;
	font-size:0.6em;
}
.news .inner .lbox dl,
.news .inner .rbox dl{
	width:100%;
}
.news .inner .lbox dl dd,
.news .inner .rbox dl dd{
	border-bottom:0.5px solid #000;
	padding:0 0 0.75rem;
	margin:0 0 0.75rem;
	line-height: 1.5;
}
.news .inner .lbox dl dd a,
.news .inner .rbox dl dd a{
	display:block;
}
.news .inner .lbox dl dt .date,
.news .inner .rbox dl dt .date{
	font-size:0.8em;
}

.bt a{
	display:block;
	width:100%;
	max-width:250px;
	background:#417a0b;
	color:#fff;
	padding:0.8rem 0.5vw;
	margin:3rem auto 2rem;
	border-radius:25vh;
	text-align:center;
	line-height:1.5;
}
.bt a:hover{
	background:#8BC34A;
}

@media screen and (max-width:1000px){
.news .inner .lbox .llbox,
.news .inner .rbox .rrbox{
	width: 100%;
	max-width: 500px;
}
.news .inner .lbox .kara,
.news .inner .rbox .kara{
	width: 0;
	height: 0vh;
}
}
@media screen and (max-width:750px){
.news .inner .lbox,
.news .inner .rbox{
	width:100%;
}
.news .inner .lbox,
.news .inner .rbox{
	padding:2rem 1rem;
	box-sizing:border-box;
}
.news .inner .lbox .llbox,
.news .inner .rbox .rrbox{
	width: 100%;
	max-width: unset;
}
}
/***　news一覧　***/
#news{
 width:100%;
 overflow: hidden;
}
#news .newsbox{
 width:90%;
 max-width: 822px;
 margin: 0 auto;
 padding:3rem 0 0;
 box-sizing:border-box;
}
#news .newsbox dl{
 margin:0 auto;
	line-height:1.7;
}
#news .newsbox dl {
 border-bottom:0.5px solid #000;
 display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-around;justify-content: flex-start;-webkit-align-items: stretch;align-items: stretch;
 padding:15px 0;
}
#news .newsbox dl dt{
 display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing:border-box;
	padding-right:5px;
}
#news .newsbox dl a:hover{
 border-bottom:0px solid #000;
}
#news .newsbox dl dt{
 width: 300px;
}
#news .newsbox dl dd{
 width: calc(100% - 300px);
	box-sizing:border-box;
	padding-left:20px;
	
}
#news .cat{
	background:#cfe5d3;
	border-radius:3px;
	width:130px;
	text-align:center;
	margin-left: 10px;
	font-size:80%;
	padding:0px ;
	box-sizing:border-box;
	display:inline-block;
	line-height:2em;
}
#news .membernews dl .cat,
#member-hako .cat{
	background:#bfd9f1!important;	
}
@media screen and (max-width:800px){
#news .newsbox{
 width: 100%;
 max-width:900px;
 padding: 5vw;
}
	
}

@media screen and (max-width:700px){
#news .cat{
	margin-left: 0px;
}
#news .newsbox dl dt{
 display: block;
	padding-right:0;
}
#news .newsbox dl dt{
 width: 100%;
 text-align:left;
 padding-left:1%;
	padding-bottom:5px;
	font-size:0.9rem;
}
	#news .newsbox dl .date{
margin-right:0.5rem;
}
#news .newsbox dl dd{
 width: 100%;
 padding-left:1%;
}

}
/***　お知らせ記事　***/
#news-content{
 width:95%;
 max-width:900px;
 margin:2% auto 5%;
 box-sizing:border-box;
}
.hiduke{
 padding:10px 0;
 margin-bottom: 1rem;
 border-bottom:1px dashed #cccc;
 text-align:right;
}
#news-content article h2{
	font-size:1.5em;
	line-height:1.5;
	text-align:left;
	font-weight:normal;
	color:#417a0b;
	border-bottom:1px solid #417a0b;
	padding:0 0 0.8rem;
	margin:0 0 1.5rem;
}
#news-content article h3{
	font-size:1.1em;
	line-height:1.5;
	text-align:left;
	font-weight:normal;
	color:#417a0b;
	border-left:4px solid #417a0b;
	padding:0 0 0 1rem;
	margin:2rem 0 0.5rem;
}
#news-content article p{
	line-height:1.5;
	text-align:left;
	font-size: 1.0em;
	padding:0 0 1rem;
}
#news-content article ul li{
	list-style-type:disc;
	margin-left:1rem;
	line-height:1.5;
	font-size:1em;
}
#news-content article ul li a{
	color:#001fb5;
}
#news-content article ul li a:hover{
	color:#ad0003;
}

.page-link{
 padding:10px 0;
 margin-top:10px;
 border-top:1px dashed #cccc;
 display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;
}
@media screen and (max-width:1100px){
#news-content{
 margin:2% auto 150px;
}	
}
@media screen and (max-width:800px){
#news-content{
 margin:2% auto 250px;
}	
}

/***　active　***/
.active .inner{
	width:100%;
	margin:0 auto;
	padding:5vw;
	box-sizing:border-box;
	background:url(../image/front/act-bg.jpg)no-repeat center;
	background-size:cover;
}

.active ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	width:100%;
	max-width: 800px;
	margin: 5rem auto;
	justify-content: flex-start;
}
.active ul li{
	width: 23%;
	margin:0 auto;
}

.active ul li .text{
	text-align:center;
	line-height:1.5;
}
.active ul li .text span{
	display:block;
}
.active ul li .ph{
	display:block;
	background:url(../image/front/act-01.jpg)no-repeat center;
	background-size: cover;
	width:100%;
	padding: 88px 0;
	margin: 0 auto 0.8rem;
	border-radius:25vh;
}

.active ul li:nth-child(2) .ph{
	background:url(../image/front/act-02.jpg)no-repeat center;
	background-size: 100%;	
}
.active ul li:nth-child(3) .ph{
	background:url(../image/front/act-03.jpg)no-repeat center;
	background-size: 100%;	
}
.active ul li:last-child .ph{
	background:url(../image/front/act-04.jpg)no-repeat center;
	background-size: 100%;	
}

@media screen and (max-width:800px){
.active ul{
	width:100%;
	max-width:600px;
	margin: 5vw auto 0;
}
.active ul li{
	width: 48%;
	margin:0 auto 5vw;
}
.active ul li .ph{
	width:100%;
	max-width:180px;
	padding: 88px 0;
}
}
@media screen and (max-width:480px){
.active ul{
	width:100%;
	margin: 5vw auto 0;
}
.active ul li{
	width: 48%;
	margin:0 auto 5vw;
}
.active ul li .text{
	font-size:0.8em;
}
.active ul li .ph{
	width:100%;
	max-width:100px;
	padding: 50px 0;
}
}

/***　link　***/

.link .inner{
	width:100%;
	margin:0 auto;
	padding:5vw 0;
}

.link .inner ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	width:95%;
	max-width:800px;
	margin:0 auto;
}

.link .inner ul li{
	width:30%;
	margin:0 1.66%;
}
.link .inner ul li a{
	display:block;
}
.link .inner ul li a img{
	width:100%;
}
@media screen and (max-width:600px){
.link .inner ul li{
	width:100%;
	max-width:280px;
	margin:0.7rem auto;
}
}

/*****************************************************
	
	佐賀県経営者協会の活動
	
*****************************************************/
.obi{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width:100%;
	margin:0 auto;
	background:url(../image/front/gree-bg.jpg)no-repeat;
	background-size:cover;
	position:relative;
	height:13vh;
}
.obi:before{
	content:"";
	background:#00000061;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
}
.obi h1{
	width:100%;
	text-align:center;
	font-size:1.8em;
	font-weight:300;
	line-height:1.5;
	color:#fff;
	position:relative;
	z-index:1;	
}
.obi h1 span{
	font-size:0.6em;
	display:block;
}
.page-inner{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.page-inner h2{
	font-size:1.5em;
	line-height:1.5;
	text-align:left;
	font-weight:normal;
	color:#417a0b;
	border-bottom:1px solid #417a0b;
	padding:0 0 0.8rem;
	margin:0 0 1.5rem;
}
.page-inner h3{
	font-size:1.1em;
	line-height:1.5;
	text-align:left;
	font-weight:normal;
	color:#417a0b;
	border-left:4px solid #417a0b;
	padding:0 0 0 1rem;
	margin:2rem 0 0.5rem;
}
.sen{
	padding: 3rem 0;
}
@media screen and (max-width:600px){
.obi h1{
	width:90%;
	font-size:1.3em;
}
.sen{
	padding: 5vw 0;
}
}

.page-inner{
	width:90%;
	max-width:1200px;
	margin:5rem auto;
}
.page-inner .box{
	margin:0 auto 2rem;
}
.page-inner p{
	line-height:1.5;
	text-align:left;
	font-size: 1.0em;
	padding:0 0 1rem;
}
.page-inner ul{
	margin:1rem auto 2rem;
}
.page-inner ul li{
	list-style-type:disc;
	margin-left:1rem;
	line-height:1.5;
}
.page-inner ul li a{
	color:#001fb5;
}
.page-inner ul li a:hover{
	color:#ad0003;
}

ul.gallery{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: stretch;
	width:100%;
}
ul.gallery li{
	width: 32%;
	list-style-type:none;
	margin: 0 2% 0 0;
}
ul.gallery li:last-child{
	margin:0 0 0 0;
}
ul.gallery li .ph{
	width:100%;
}
ul.gallery li .sen{
	border:1px solid#ececec;
	padding:0;
}
ul.gallery li img{
	width:100%;
}
ul.gallery li .text{
	width:100%;
	text-align:center;
	line-height:1.5;
	margin:0.5rem 0 0;
}

@media screen and (max-width:700px){
ul.gallery li{
	width:100%;
	margin:0 auto 1rem;
}
ul.gallery li:nth-child(2){
	margin:0 auto 1rem;
}
}


.wp-block-image{
	text-align:center;
	margin:30px auto ;
}
.wp-block-image img {
    max-width: 90%!important;
	border:1px solid #ccc;
	
}

.single-content a{
	text-decoration:underline;
	color:#3383c3;
}
.single-content a:hover{
	text-decoration:none;
	color:#3383c3;
	opacity:0.7;
}

.single-content .wp-block-file:not(.wp-element-button) {
    font-size: 1rem!important;
}

