@charset "UTF-8";
/*
メインカラー文化緑：#5CAB4C
ピンク ：#E06180
青　 　：#1391DC
黄色　 ：#EAC83F
オレンジ：#FB8F28
紫　　　：#B590AB
紺　　　：#1551A3



*/
#information .sub-h2 {
  background: url(../img/information/bg_information.png) center center; }
  @media screen and (max-width: 805px) {
    #information .sub-h2 {
      background-size: cover; } }
#information h4 {
  color: #FB8F28;
  font-weight: bold;
  font-size: 140%;
  margin: 10px 0; }
#information .meritList {
  text-align: center; }
  #information .meritList li {
    text-align: left;
    display: inline-block;
    width: 32%;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top; }
    @media screen and (max-width: 480px) {
      #information .meritList li {
        width: 100%;
        font-size: 85%;
        text-align: center;
        padding: 0; } }
#information .commonTable tr {
  border-bottom: 2px solid #ccc; }
#information .commonTable th, #information .commonTable td {
  padding: 10px; }
  @media screen and (max-width: 600px) {
    #information .commonTable th, #information .commonTable td {
      display: block; } }
#information .commonTable th {
  background: #FFE1C8;
  white-space: nowrap; }
