@charset "UTF-8";
/* ======================================
   section
====================================== */

#pageBody > #point {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 32px;
}
#pageBody > #merit_img {
  width: 100%;
  margin: 0 auto 120px;
}
#pageBody > #merit_img img {
  width: 100%;
}

#pageBody > #attention {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 32px 30px;
}
#pageBody > #attention h2 {
  font-size: 1.875rem;
  text-align : center;
  line-height: 1.875;
  font-weight: 600;
}
#pageBody > #attention p {
  text-align : center;
}
/* ======================================
   point
====================================== */
#iroiro {
	width: 100%;
	margin: 0;
	padding: 0;
}
#iroiro table {
	width: 100%;
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	line-height: 1.6;
	font-size: 1em;
	margin: 0px;
}
#iroiro table tr th {
	background-color: #ffff33;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 75px;
}
#iroiro table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#iroiro table tr #width83 {
	width: 90px;
	background-color: #ffe168;
}
#iroiro table tr .ffe168 {
	background-color: #ffe168;
	font-weight: bold;
}
#iroiro table tr .99ff00 {
	background-color: #9F6;
	font-weight: bold;
}

#iroiro table tr .d7ff84 {
	font-weight: bold;
	background-color: #d7ff84;
}
#iroiro table tr .d7ff84_2 {
	font-weight: bold;
	background-color: #9F0;
}

#iroiro table tr .ffb380 {
	font-weight: bold;
	background-color: #ffb380;
}
#iroiro table tr .ceebf7 {
	font-weight: bold;
	background-color: #ceebf7;
}
@media screen and (min-width: 1025px) and (max-width: 1220px) {
  #pageBody > #point {
    padding: 0 30px 70px;
  }
  #pageBody > #attention {
    margin: 0 20px;
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  #pageBody > #features {
    padding: 80px 30px 70px;
  }
  #pageBody > #point {
    padding: 0 30px 70px;
  }
  #pageBody > #attention {
    margin: 0 20px;
  }
  #pageBody > #merit_img {
    margin: 0 auto 40px;
  }
  #point .pointBox {
    flex-direction: column;
  }
  #point .pointBox > div:first-of-type {
    flex-basis: auto;
    max-width: 100%;
    padding: 0;
  }
  #point .pointBox:nth-of-type(even) > div:first-of-type {
    padding: 0;
  }
  #point .pointBox > div:nth-of-type(2) {
    margin-top: 40px;
  }
  #point .pointBox:nth-of-type(even) {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {


  #pageBody > #point {
    padding: 0 0 0 32px;
     width: 100%;
  }
  #pageBody > #attention {
    margin: 0 0;
  }
	#pageBody > #attention h2 {
  font-size: 1.4rem;
  text-align : left;
}
#pageBody > #attention p {
  text-align : left;
}
  #iroiro {
	  overflow-x: auto;
	  margin: 0px;
	  width: 100%;
    padding: 0 32px 0 0 ;
  }
#iroiro table {
	width: 900px;
}
	
   #iroiro::-webkit-scrollbar-thumb {
    background: #ffff33;
    border-radius: 5px;
  }
}
