body {
  width: 100%;
  margin: 0 auto;
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
}

a {
  color: #1f7ea7;
}

p {
  color: #555;
  font-size: 0.8em;
}

p#h4_description {
  color: #555;
  font-size: 0.8em;
  margin: -25px 0 10px 0;
  padding-bottom: 20px;
  padding-left: 5px;
}

hr {
  border-top: 1px dotted #666;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  padding: 5px 0;
}

h2 {
  width: 100%;
  color: #fff;
  background-color: #56bfed;
  font-size: 1.3em;
  padding: 5px 0px 5px 10px;
}

h3 {
  width: 75px;
  padding: 5px 10px;
  margin: 20px 0 0 0;
  font-size: 1em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #56bfed;
  color: #fff;
  text-align: center;
}

h4 {
  width: 100%;
  font-size: 1.2em;
  color: #1493c9;
  padding: 3px;
  margin-top: 50px;
  border-bottom: 2px solid #56bfed;
}

h5 {
  text-align: left;
  font-size: 1em;
  color: #1f7ea7;
  margin: -10px 0;
}

h6 {
  text-align: left;
  font-size: 1.8em;
  line-height: 1.2;
  color: #1f7ea7;
  margin-left: -300px;
  font-family: 'HG行書体' , 'HGP行書体' ,sans-serif;
}

ul {
  text-align: left;
  list-style-type: none;
}

ul li {
}

dl {
  width: 800px;
  text-align: left;
  line-height: 1.6em;
  color: #000;
}

dt {
  width: 150px;
  font-size: 0.8em;
  float: left;
  clear: left;
  color: #000;
  padding: 2px 0 2px 40px;
}

dd {
  width: 900px;
  font-size: 0.8em;
  padding: 2px 0 2px 10px;
}


/* ---------------+
|   Header  CSS   |
+--------------- */

header {
  width: 100%;
  height: 43px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

header #header {
  width: 900px;
  height: 43px;
  margin: 0 auto;
}

header #logo {
  width: 237px;
  height: 43px;
  float: left;
  margin-right: auto;
  background-image: url("../img/logo.png");
}

header #logo a {
  display: block;
  width: 237px;
  height: 43px;
  margin-top: -20px;
  z-index: 101;
}


/* ---------------+
|  Main menu CSS  |
+--------------- */

header nav.pcMenu {
  width: 660px;
  height: 43px;
  margin-top: -20px;
  color: #333;
  float: left;
}

header nav.pcMenu ul {
  margin-bottom: -14px;
}

header nav.pcMenu li {
  widht: 90px;
  height: 40px;
  display: inline;
  float: left;
  text-align: center;
}

header nav.pcMenu li a {
  display: block;
  width: 90px;
  height: 29px;
  font-size: 10pt;
  display: block;
  padding-top: 14px;
  color: #333;
  text-decoration: none;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

header nav.pcMenu li a:after {
  height: 1px;
  width: 60%;
  display: block;
  content: "";
  margin: 0px auto 0;
  text-decoration: none;
  background-color: #333;
  
  transition: .25s ease-out;
  -webkit-transition: .25s ease-out;
  -moz-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  -ms-transition: .25s ease-out;
}

header nav.pcMenu li a:hover {
  color: #1493c9;
}

header nav.pcMenu li a:hover:after {
  width: 100%;
  background-color: #1493c9;
}




/* ---------------+
|  Top Image CSS  |
+--------------- */

#switch {
  width: 100%;
  height: 220px;
  margin-top: 43px;
  background: linear-gradient(180deg, #1493c9, #57c0ee);
}

#switch #top_img {
  width: 900px;
  height: 220px;
  margin: 0 auto;
}

#switch #top_img #content_message {
  width: 400px;
  height: 220px;
  float: left;
  list-style: none;
}

#switch #top_img #content_message p {
  color: #fff;
  font-size: 1.3em;
  margin: 50px 0 -45px 0;
}

#switch #top_img .slider-pro {
  width: 480px;
  height: 220px;
  float: left;
  list-style: none;
}

#switch .menu_content {
  width: 473px;
  height: 220px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}







/* ---------------+
|    Main  CSS    |
+--------------- */

#main {
  width: 900px;
  margin: 0 auto;
}





/* ---------------+
|  Contents  CSS  |
+--------------- */

#contents {
  margin: 20px 0px;
}






/* ---------------+
|   Footer  CSS   |
+--------------- */


footer {
  width: 100%;
  height: 1px;
  background-color: #56bfed;
  margin-top: 50px;
  margin-bottom: 100px;
}

#page-top {
  position: fixed;
  width: 60px;
  bottom: 20px;
  right: 100px;
  font-size: 1em;
}

#page-top a {
  background-color: #56bfed;
  text-decoration: none;
  color: #fff;
  width: 200%;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  bottom: 5px;
  position: relative;
}


/* --------------------------+
|  スマートフォン用スタイル  |
+-------------------------- */
@media only screen and (max-width: 640px) {
  header {
    position: fixed;
  }
  
  #header {
    width: 100%;
    height: 43px;
    margin: 0 auto;
  }

  #header_logo {
    width: 237px;
    margin-right: auto;
    background-image: url("../img/logo.png");
  }

  #header_logo a {
    display: block;
    width: 237px;
    height: 43px;
  }
  
  /* ---------------+
  |  Main menu CSS  |
  +--------------- */
  
  /* ---------------------+
  |  「≡」or「×」設定   |
  +--------------------- */
  
  
  
  
  /* -----------------------------+
  |  ドロップダウンメニュー設定   |
  +----------------------------- */
  
  
  
  
  
  #page-top {
    position: fixed;
    width: 20px;
    height: 10px;
    bottom: 20px;
    right: 20px;
    font-size: 1em;
  }

  #page-top a {
    background-color: #56bfed;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 5px;
  }
  
  #page-top a:before {
    content: "▲";
    color: #fff;
    padding: 3px 3px;
  }
}