@charset "utf-8";


/* 表示領域が640以下*/

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

div#header {
  position: fixed !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:auto;
  margin:0;
  padding:0;
  background-color: #004aaa;
  border-bottom: solid 1px #afa778;
  text-align:center;
}

a.head_home{
  width: 100%;
  height: auto;
  margin:0;
  padding: 2% 0% 1% 0%;
  transition: 0.3s ;
  background-color: #004aaa;
  font-size:1em;font-weight: 800;color: #ffffff;font-family:"メイリオ", "Osaka", "sans-serif","ＭＳ Ｐゴシック";letter-spacing:0.1em;
  text-align:center;
}

a:visited.head_home{
  background-color: #004aaa;
  font-size:1em;font-weight: 800;color: #ffffff;font-family:"メイリオ", "Osaka", "sans-serif","ＭＳ Ｐゴシック";letter-spacing:0.1em;
}

a:hover.head_home{
  background-color: #013171;
  font-size:1em;font-weight: 800;color: #4cb5e8;font-family:"メイリオ", "Osaka", "sans-serif","ＭＳ Ｐゴシック";letter-spacing:0.1em;
}


#head_menu2{
  width: 100%;
  height: auto;
  margin: 0% 0% 0% 0%;
  padding: 0;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  margin:0;
  padding: 0% 0% 2% 0%;
}
.dropmenu:before, .dropmenu:after{content: "";display: table;}
.dropmenu:after{ clear: both;}

.dropmenu li{
  position: relative;
  width:100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 0;
  background-color: #004aaa;
  color: #4cb5e8;
  font-size: 0.9em;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{width: 100%;}

.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #cccccc;
  background-color: #004aaa;
  text-align: left;
}
.dropmenu li:hover > a{background-color: #004aaa;}
.dropmenu li a:hover{
  background-color: #004aaa;
  color: #ffffff;
}

#fade-in li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#fade-in li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

h1{
  width: 96%;
  margin:2% 0% 0% 0%;
  padding: 2% 2% 0.8% 2% ;
  background-color: #b4c7e5;
  border-bottom: solid 1px #cccccc;
  font-size:0.6em;font-weight: 500;color:#008000;font-family:"メイリオ", "Osaka", "sans-serif","ＭＳ Ｐゴシック";letter-spacing:0.1em;
  overflow:hidden;
  }

h2{
  width: auto;
  margin: 12% 0% 3% 0%;
  padding: 2% 0% 2% 0%;
  border-top: dotted 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  font-size: 1.4em ;color: #000000;font-family:メイリオ,Meiryo,Verdana, Arial, sans-serif,ＭＳ Ｐゴシック,Osaka;letter-spacing:0.2em;
}

h3{
  width: auto;
  margin: 12% 0% 3% 0%;
  padding: 2% 0% 2% 0%;
  border-top: dotted 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  font-size: 1.2em ;color: #000000;font-family:メイリオ,Meiryo,Verdana, Arial, sans-serif,ＭＳ Ｐゴシック,Osaka;letter-spacing:0.2em;
}

h4{
  width: auto;
  margin: 3% 0% 1.8% 0%;
  padding: 0% 0% 0% 0%;
  font-size: 1.1em ;color: #000000;font-family:メイリオ,Meiryo,Verdana, Arial, sans-serif,ＭＳ Ｐゴシック,Osaka;letter-spacing:0.2em;
}

.main_content{
  width: 98%;
  margin:0% 0% 0% 0%;
  padding: 0% 1% 1% 1% ;
}
  img.w_60 {
  width:100%;
  max-width: 100%;
  padding: 0% 0% 0% 0%;
  height: auto;
  border-radius:4px;
}

  img.w_40 {
  width:100%;
  max-width: 100%;
  padding: 0% 0% 0% 0%;
  height: auto;
  border-radius:4px;
}

}

