@media screen and (min-width: 481px) and (max-width: 536px){
body{
  margin:0px;
  padding:0px 20px 0px 0px;
  text-align:center;  
  font-size:80%;
  line-height:170%;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif, "メイリオ", Meiryo;
  color:#333;
  background-color:#fff;
  <!--background-image:url(../img/body_back.jpg);-->
  background-repeat:repeat-x;
  }
body a:link{
  color:#333333;
  text-decoration:none;
  }
body a:visited{
  color:#333333;
  text-decoration:none;
  }
body a:hover{
	color:#EE6600;
	text-decoration:underline;
  }
body a:active{
	color:#EE6600;
	text-decoration:underline;
  }
body a img{
  border:0px;
  }
table{
  border-collapse:collapse;
  }
table p{
  margin:0px;
  padding:0px;
  }
p strong{
  font-weight:normal;
  }
div{
  margin:0px;
  padding:0px;
  }
.align_right{
  text-align:right;
  }
.align_center{
  text-align:center;
  }
.float_right{
  float:right;
  }
.float_left{
  float:left;
  }
.float_clear{
  clear:both;
  }
.margin_bottom5{
  margin-bottom:5px;
  }
.margin_bottom7{
  margin-bottom:7px;
  }
.border_bottom_grey{
  border-bottom:1px solid #D8D8D8;
  }
/* -------------------------------------------------------------------------------------------- */
/* container                                                                                    */
/* -------------------------------------------------------------------------------------------- */
#container{
  margin:0px;
  padding:0px 10px 10px 10px;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  text-align:left;
  }
/* -------------------------------------------------------------------------------------------- */
/* header                                                                                       */
/* -------------------------------------------------------------------------------------------- */
#header{
  margin:0px;
  padding:0px;
  width:100%;
  }
#header a{
  border-bottom-style:none;
  }
h1{
  margin:0px;
  padding:0px;
  float:left;
  width:295px;
  }
#contact{
  margin:0px;
  padding:0px;
  width:230px;
  height:55px;
  float:right;
  }

.hamburger-menu{
    max-width:100%
    height:auto;
}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #005EBC;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #005EBC;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: 005EBC;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

#contact{
  margin:0px;
  padding:0px;
  width:180px;
  height:30px;
  float:right;
  display:none;
  }


#header_navi{
  margin:0px;
  padding:15px 10px 3px 0px;
  width:405px;
  float:right;
  text-align:right;
  display:none;
  }
#header_navi ul{
  margin:0px;
  padding:0px;
  list-style:none;
  display:none;
  }
#header_navi li{
  display:inline;
  list-style:none;
  font-size:13px;
  display:none;
  }
  
#header_navi li .header_navi_active{
  color:#EE6600;
  display:none;
  }
  
  
/* -------------------------------------------------------------------------------------------- */
/* global navigation                                                                            */
/* -------------------------------------------------------------------------------------------- */
#global_navigation{
  margin:0px 0px 10px 0px;
  padding:0px;
  height:49px;
  width:910px;
  clear:both;
  display:none;
  }
#global_navigation td{
  margin:0px;
  padding:0px;
  display:none;
  }
#global_navigation td a{
  border:0;
  display:none;
  }
/* .global_navi td a:link{
  border:0;
  }   
.global_navi td a:visited{
  border:0;
  }  
.global_navi td a:active{
  border:0;
  }  
.global_navi td a:hover{
  border:0;
  }     */ 
/* -------------------------------------------------------------------------------------------- */
/* blocking                                                                                     */
/* -------------------------------------------------------------------------------------------- */
div#plus {
    margin-left: 20px;
}
#left_block3{
  display:none;
  }

#right_block3{
  display:none;
  }
#left_block{
  margin:0px;
  padding:0px 0px 15px 0px;
  width:210px;
  float:left;
  }
#left_block_top{
  display:none;
  }
#center_block{
  margin:0px;
  padding:0px 12px 15px 12px;
  float:left;
  }
#right_block{
  margin:0px;
  padding:0px 0px 15px 30px;
  width:210px;
  float:left;
  }
#right_block_top{
  display:none;
  }
#left_center_block{
  margin:0px;
  padding:0px 0px 15px 0px;
  width:100%;
  float:left;
  }
#right_center_block{
  margin:0px;
  padding:0px 0px 15px 0px;
  width:688px;
  float:right;
  }
/* -------------------------------------------------------------------------------------------- */
/* side block                                                                                   */
/* -------------------------------------------------------------------------------------------- */
#right_family{
  margin:0px 0px 10px 0px;
  padding:13px 0px 0px 5px;
  width:205px;
  height:114px;
  text-align:left;
  background-image:url(../img/right_family_back.jpg);
  background-repeat:no-repeat;
  }
#right_family h2{
  margin:0px 0px 17px 0px;
  padding:0px;
  }
#right_family p{
  margin:0px 0px 8px 0px;
  padding:0px;
  }
/* --------------------------------- */
#right_manager{
  margin:0px 0px 10px 0px;
  padding:0px;
  width:210px;
  height:65px;
  }
#right_manager p{
  margin:0px;
  padding:0px;
  }
/* --------------------------------- */
#right_fukushi{
  margin:0px 0px 10px 0px;
  padding:0px;
  width:210px;
  text-align:left;
  }
#right_fukushi2{
  margin:0px 0px 10px 0px;
  padding:0px;
  width:210px;
  text-align:left;
  display:none;
  }
#right_fukushi3{
  margin:0px 0px 10px 0px;
  padding:0px;
  width:210px;
  text-align:left;
  display:none;
  }
#right_fukushi h2{
  margin:0px;
  padding:0px;
  }
#right_fukushi h3{
  margin:0px 0px 8px 0px;
  padding:0px;
  }

#right_fukushi p{
  margin:0px 0px 10px 0px;
  padding:0px;
  }
#right_fukushi2 h2{
  margin:0px;
  padding:0px;
  }
#right_fukushi2 h3{
  margin:0px 0px 8px 0px;
  padding:0px;
  }

#right_fukushi2 p{
  margin:0px 0px 10px 0px;
  padding:0px;
  }
#right_fukushi3 h2{
  margin:0px;
  padding:0px;
  }
#right_fukushi3 h3{
  margin:0px 0px 8px 0px;
  padding:0px;
  }

#right_fukushi3 p{
  margin:0px 0px 10px 0px;
  padding:0px;
  }

/* --------------------------------- */
#left_item{
  margin:0px 0px 10px 0px;
  padding:0px;
  width:210px;
  text-align:left;
  }
#left_item h2{
  margin:0px;
  padding:0px;
  }
#left_item h3{
  margin:0px;
  padding:0px;
  }

#left_item ul{
  margin:0px 0px 10px 0px;
  padding:3px 3px 5px 5px;
  width:182px;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
  border-bottom:1px solid #ccc;
  list-style-type:none;
  }
  
#left_item li{
  margin:0px;
  padding:3px 0px 1px 20px;
  background-image:url(../img/left_item_li_back.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
  }

  
#left_item li .item_active{
  color:#EE6600;
  }


/* -------------------------------------------------------------------------------------------- */
/* topic path                                                                                   */
/* -------------------------------------------------------------------------------------------- */
#topic_path{
  margin:0px 0px 10px 0px;
  padding:0px 20px 0px 0px;
  text-align:right;
  font-size:95%;
  }
#topic_path a:link{
	text-decoration:underline;
  }
#topic_path a:visited{
	text-decoration:underline;
  }
#topic_path a:hover{
	color:#EE6600;
	text-decoration:underline;
  }
#topic_path a:active{
	color:#EE6600;
	text-decoration:underline;
  }

/* -------------------------------------------------------------------------------------------- */
/* go to pagetop                                                                                */
/* -------------------------------------------------------------------------------------------- */
#link_pagetop{
  margin:0px;
  padding:0px 15px 0px 0px;
  text-align:right;
  }
.pagetop{
  margin:0px;
  padding:0px 15px 0px 0px;
  text-align:right;
  }
p#link_pagetop2 {
    float: right;
}
/* -------------------------------------------------------------------------------------------- */
/* footer                                                                                       */
/* -------------------------------------------------------------------------------------------- */
#footer_area{
  clear:both;
  margin:0px;
  padding:0px 0px 10px 0px;
  width:100%;
  border-top:1px solid #ccc;
  background-image:url(../img/footer_back.jpg);
  background-repeat:repeat-x;
  text-align:left;
  font-size:95%;
  }
#footer{
  margin:0px;
  padding:0px 10px 20px 10px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  text-align:left;
  /*\*//*/
  overflow:hidden;
  /**/
  }
#footer:after{
  height:0;
  visibility:hidden;
  content:".";
  display:block;
  clear:both;

  }

#footer_left{
  margin:0px;
  padding:10px 0px 20px 20px;
  float:left;
  }
#footer_left p{
  margin:0px 0px 5px 0px;
  padding:0px;
  line-height:120%;
  text-align:left;
  }
#footer_left p strong{
  font-size:100%;
  }
#footer_right{
  margin:0px;
  padding:30px 20px 0px 0px;
  width:100%;
  float:right;
  font-size:60%;
  }
#footer_right p{
  margin:0px;
  padding:0px 0px 0px 0px;
  text-align:right;
  line-height:100%;
  }
#footer_right ul{
  margin:0px;
  padding:0px;
  list-style:none;
  }
#footer_right li{
  display:inline;
  list-style:none;
  font-size:12px;
  }
#footer_copyright{
  clear:both;
  margin:0px;
  padding:15px 0px 3px 20px;
  text-align:left;
  }
#footer_copyright p{
  margin:0px;
  padding:0px;
  line-height:100%;
  }
}

