@charset "utf-8";
/* CSS Document */






.melmaga ul {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.melmaga ul li {
  line-height: 1.2;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.melmaga ul li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: skyblue;/*アイコン色*/
}

.melmaga ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: #f5faff;
}
.melmaga ol li{
  position: relative;
  padding-left: 30px;
  line-height: 1.0em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.melmaga ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}

.hilightTr {
	background-color: #FFFFCC;
	border: solid 1px #cccccc;
	padding: 4px;
	margin: 2px 0;
}



/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
.baseBox img {
	width: 100%;	
}
.hilightTr2 img {
	width: 15%;	
}

.melmaga {
	margin: 0 6%;
}

.melmaga li {
	line-height: 1.0;
}

.melmaga img {
    max-width: 100%;
}

.hilightTr {
	background-color: #FFFFCC;
	border: solid 1px #cccccc;
	padding: 4px;
	margin: 4px 0;
}

.hilightTr2 {
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	padding: 4px;
	margin: 6px 0;
}
.midashi{
background: #c2edff;
box-shadow: 0px 0px 0px 5px #dfefff;
padding: 0.5em 0.5em;
color: #454545;
font-weight:bold;
font-size:16px;
}

.midashi1{
background: #48c3c0;
box-shadow: 0px 0px 0px 5px #dfefff;
padding: 0.5em 0.5em;
color: #ffffff;
font-weight:bold;
font-size:18px;
}

.melmaga p { font-size:12px;
             line-height:1.8;
}

/*左に画像右にテキストを配列 */

.imgtxtBox {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0;
}
.imgtxtBox h4 {
	font-size: 16px;
	margin: 0;
	padding: 5px 0;
	font-weight:bold;
}
.imgtxtBox .imgBox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.imgtxtBox .imgBox img {
	width: 100%;
	margin-top:5px;
}
.imgtxtBox .txtBox {
	width: 100%;
	margin: 0;
}
.imgtxtBox .txtBox p {
	font-size: 14px;
	padding: 5px;
	line-height:1.9;
	margin: 0;
}

/* 1行に2画像を配列 */
.imgimgBox {
	clear: both;
	margin-bottom: 24px;
	overflow: hidden;
}
.imgimgBox .imgBox {
	width: 100%;
	margin: 4px;
	overflow: hidden;
}
.imgimgBox .imgBox img {
	width: 98%;
}
.imgimgBox .imgBox p {
	padding: 0;
	font-size: 14px;
}


.hilightTr {
	background-color: #FFFFCC;
	border: solid 1px #cccccc;
	padding: 12px;
	margin: 10px 0;
}

table.tiTable {
	width:%;
	border: solid 1px #d4d4d4;
	margin: 15px 0px 20px 0px;
}
table.tiTable th {
	width:;
	border: solid 1px #d4d4d4;
	background-color: #f4f4f4;
	text-align: center;
	padding: 4px 2px;
}
table.tiTable td {
	border: solid 1px #d4d4d4;
	line-height: 1.6;
	text-align: left;
	padding: 5px 5px 5px 10px;
}




}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

.melmaga li {
	line-height: 1.5;
}

.hilightTr {
	background-color: #FFFFCC;
	border: solid 1px #cccccc;
	padding: 12px;
	margin: 20px 0px 30px 0px;
	width:75%;
}

.hilightTr2 {
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	padding: 12px;
	margin: 20px 0px 30px 0px;
	width:75%;
}

.midashi{
background: #c2edff;
box-shadow: 0px 0px 0px 5px #dfefff;
padding: 0.5em 0.5em;
color: #454545;
font-weight:bold;
font-size:16px;
width:75%;
}

.midashi1{
background: #48c3c0;
box-shadow: 0px 0px 0px 5px #dfefff;
padding: 0.5em 0.5em;
color: #ffffff;
font-weight:bold;
font-size:20px;
width:75%;
}



.melmaga p { font-size:12px;
             line-height:1.8;
}

/* 左に画像右にテキストを配列 */
.imgtxtBox {
	margin-bottom: 10px;
	overflow: hidden;
}
.imgtxtBox .imgBox {
	width: 35%;
	float: left;
	overflow: hidden;
	padding: 5px;
}
.imgtxtBox .txtBox {
	width: 60%;
	float: left;
	margin-top: 2px;
}
.imgtxtBox .txtBox h4 {
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 2px;
	font-weight: bold;
}

.imgtxtBox .imgBox img {
	width: 100%;
}

.imgtxtBox .txtBox p {
	float: left;
	padding: 5px;
	line-height:2;
	margin-bottom: 14px;
	font-size: 14px;
}

/* 1行に2画像を配列 */
.imgimgBox {
	clear: both;
	overflow: hidden;
	margin-bottom: 18px;
	padding: 0;
}
.imgimgBox .imgBox {
	width: 48%;
	float: left;
	overflow: hidden;
	padding-right: 5px;
}

.imgimgBox .imgBox img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.imgimgBox .imgBox p {
	padding: 0 6px;
}




}


/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

}
/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

}
/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

}
/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

}
/* #### width 1248px 以上の場合の設定 #### */
@media (min-width: 1248px) {

}
