@charset "utf-8";


/* =============================== 
スマホで見たとき画像の横スライドが効く */
.mimg img {
	width:100%;
	height:auto;
}

.flexbox10 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left;
  /*  align-items: center; */
  margin: auto 30px;
  max-width: 100%;
  height: auto;
}

.flexbox10-left {
  width: 120px;
  align-items: center;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  margin: 0;
height: 100px;
  border-bottom: 1px solid #ccc;
}

.flexbox10-right {
  flex: 1;
text-align:left;
  background-color: #fff;
  padding: 10px;
  margin: 0;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}

/* =============================== */
@media all and (max-width: 768px) {
  .flexbox10-left {
  /* width: 8.5em; */
  width: 80px;
    text-align: center;
    padding: 5px;
    margin: 0px 0 0px 0;
    border-bottom: 1px solid #fff;
  }
  .flexbox10.flexbox10-right {
    width: 100%;
    padding: 5px;
    margin: 0px 0 10px 0;
  }
}


/* =============================== */
/* =============================== */
/*フッター
-------------------------------------*/
footer {
  font-size: 0.8rem;
}

footer h4 {
  border-bottom: 3px solid #ccc;
  text-align: center;
}

.foot-wrap {
  background-color: #f4f4f4; 
  color: #404040;
  text-align: center;
}

.foot-menu {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 50px auto;
  text-align: center;
}

.foot-wrap ul {
  padding: 0;
  line-height: 30px;
  list-style: none;
}

.foot-wrap h3 {
  padding: 8px;
  border-bottom: 1px solid #404040;
}

.foot-wrap a {
  color: #404040;
  text-decoration: none;
}

.foot-wrap a:hover {
  color: gray;
}

.foot-wrap .sns_block {
  display: block;
  width: 80%;
  padding: 10px;
  margin: 0 auto;
  color: gray;
}

.foot-wrap .copymark {
  display: block;
  width: 80%;
  padding: 10px;
  margin: 0 auto;
  border-top: 1px solid gray;
  color: gray;
}

/* =============================== */
@media all and (max-width: 768px) {
.foot-menu {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin: 30px 5px;
}
}
/* =============================== */
/* =============================== */









.entry_box {
	border-radius :8px;/*角の丸み*/
	font-weight: normal;
	font-size: 15px;
	color: #000000;
	border: solid 1px #C0C0C0;
	margin: 10px 10px 10px 0px;
	background-color: #F7F7E1;
	padding: 0px 16px 20px 20px;
}

.circle-o {color: #00C494;}

.marker_yellow {
	font-size: 16px;
	font-weight: bold;
	background: linear-gradient(transparent 50%, #ffff66 50%);
	line-height: 2.0;
}

blockquote{
	width: 100%;
  display:block;
  background: #fff;
  padding: 5px;
  margin: 0px;
  position: relative;
  
  /*Font*/
	font-family: -apple-system, BlinkMacSystemFont, Avenir, "Helvetica Neue", Helvetica, Arial, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 0px solid #3da28d;
  border-right: 0px solid #3da28d;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}



html {
/*	font-size: 14px; */
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%; /* 文字の巨大化を防ぐ */
	font-family: -apple-system, BlinkMacSystemFont, Avenir, "Helvetica Neue", Helvetica, Arial, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #555555;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}
*, *::before, *::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
a:link, a:visited, a:hover, a:active {
	color: #3da28d;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	color: #000000;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
ul,ol {
	list-style: none;
	margin-left: 12px;
}
li {
	line-height: 2;
}
select {
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}





.pankuzu {
	width: 98%;
	text-align: left;
	margin: 0px;
	background-color: #ffffff;
	padding: 1px;
	font-size: 12px;
	overflow: hidden;
	color: #74debb;
}
.pankuzu a:hover, a:active {
	text-decoration: underline;
}

.article {
	width: 98%;
	text-align: left;
	margin: 1px;
	background-color: #ffffff;
	padding: 1px;
	font-size: 13px;
	overflow=auto;
	color: #666;
}


/*--------------------
	レイアウト
--------------------*/
#container {
	width: 100%;
	float: center;
	overflow: hidden;
font-size:1.4rem; /* 新さんのcss-new/common.cssの基本フォントサイズが「font-size: 62.5%;」なので小さい。それを改良する */
}
#contents{
	width: 98%;
	float: left;
	position: relative;
	margin: 15px 0px 30px 10px;
	padding: 0px;
	text-align: left;
}




#bx201 {
	display: block;
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
#bx201:after {
	content: "";
	display: block;
	clear: both;
}

#bx101 {
	display: block;
	width:30%;
	float:right;
	text-align:left;/* (*変更*) */
	margin: 20px 0px;
	padding: 0px 4px;
}
#bx102 {
	display: block;
	width:70%;
	float:left;
	text-align:left;
	margin: 20px 0px;
	padding: 15px;
	/* background-color: #F0F0D2; */
	background-color: #fff;
	border-style: solid;
	border-width: 0px 0px 0px 6px;
	border-color: #3DA28D;
}

#bx103 {
	width:60%;
	float:right;
	text-align:left;
	margin: 20px 0px;
	padding: 15px;
	background-color: #fff;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #3DA28D;
}
#bx102 h2 {
	font-size:20px;
	font-style:normal;
	line-height:21px;
	color:#3DA28D;
	font-weight: bold;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
}
#bx102 h3 {
	font-size:16px;
	color:#3DA28D;
	font-style:normal;
	line-height:21px;
	font-weight: bold;

	margin: 5px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #cccccc;
}
.bx102-font12 {
	font-size:12px;
	line-height: 18px;

	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
.bx102-font9 {
	font-size:9px;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#bx102 ul{
	list-style-type: none;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}
#bx102 li {
	display: inline;
	float: left;
}






#item-title {
	width:100%;
	height:100px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #4cbba2;
	background-color:#fff;
}
#item-title-left {
	width:70%;/* (*変更*) */
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-align:left;
}
#item-title-right {
	width:30%;/* (*変更*) */
	float:right;
	margin: 13px 0px 0px 0px;
	font-size:10px;
	text-align:center;
}
@media all and (max-width: 640px) {
#item-title {
	height:120px;
}
#item-title-left {
	width:100%;
}
#item-title-right {
	width:100%;
	float:left;
	text-align:left;
}

}

#item-title h2 {
	font-size:24px;
	font-style:normal;
	color:#3DA28D;
	padding: 10px 0px 10px 0px;
	margin: 0;
	line-height: 100%;
	font-weight: bold;
}



.list-table {
	display: table;
	border-collapse: collapse;
	margin: 5px 0;
	width:100%;
}
.list-table tr {
	vertical-align: middle;
	padding: 10px;
	font-size: 12px;
}
.list-table tr.caption {
	font-size: 10px;
	color: #808080;
	background-color: #DCDCAA;

}

.list-table td {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	border: 1px solid #C0C0C0;
	text-align: center;
}



/* ########### 640px以下 ########### */
@media all and (max-width: 640px) {
#container {
	width: 640px;
}

#bx101 {
	float: none;
	alet-align: center;
	width: 100%;
}
#bx102 {
	float: none;
	alet-align: center;
	width: 100%;
	border: 0;
}
#bx103 {
	float: none;
	alet-align: center;
	width: 100%;
	border: 0;
}

img {float: none;}

.td {
	display: block;
	width: 100%;
	padding: 5px;
	margin: 10px;
	min-height: 15px;
}

#headerArea {
	width: 98%;
	height: 320px;
}
#gNav ul{
	width: 98%;
}
.pankuzu, .article {
	width: 98%;
}

#container {
	width: 98%;
}
#contents{
	width: 98%;
}

}

/* ########### 1280px以下 ########### */
@media all and (min-width: 1280px) {
#container {
	width: 1280px;
}
