@charset "utf-8";
@media (max-width: 641px) {
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  fieldset,
  input,
  textarea,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
  }

.f-left {
    width: auto;
    float: left;
}

  .f-l, .f-right {
    float: none;
    display: block;
    width: 100%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin: 7px;
  }

  .content {
    padding: 0px 0;
  }

  .tel a img {
    z-index: 30;
    position: fixed;
    top: 10px;
    right: 115px;
    display: block;
  }

  #footer_btn {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
  }

  #footer_btn img {
    max-width: 100%;
  }
  .kiran-img {
    position: relative;
    overflow: hidden;
  }
  .kiran {
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 5s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 5s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 5s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 5s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 5s ease-in-out infinite;
  }
  @keyframes reflection {
    0% {
      transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    30% {
      transform: scale(0) rotate(45deg);
      opacity: 0.1;
    }
    31% {
      transform: scale(4) rotate(45deg);
      opacity: 0.2;
    }
    100% {
      transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  @-webkit-keyframes reflection {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    30% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.1;
    }
    31% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 0.2;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  @-moz-keyframes reflection {
    0% {
      -moz-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    30% {
      -moz-transform: scale(0) rotate(45deg);
      opacity: 0.1;
    }
    31% {
      -moz-transform: scale(4) rotate(45deg);
      opacity: 0.2;
    }
    100% {
      -moz-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  
    #wrap {
      overflow: hidden;
    }

    div#wrap {
      margin-top: 51px;
    }
  

  div#summary {
    display: none;
  }
  ul.main {
    margin: 2%;
  }

  

  body div#wrapper div#mainContent dl dt,
  body div#wrapper div#mainContent dl dd {
    font-size: medium;
  }

  div#topicPath {
    padding: 10px;
    background: #fff;
  }
  body {
    box-sizing: border-box;
    width: 100%;
  }

  p {
    line-height: 1.4em;
    font-size: 15px;
  }

  div#wrapper div#topicPath p a,
  div#wrapper div#topicPath p {
    font-size: 15px;
  }
  div#summary,
  div#wrap-h,
  div#header,
  div#secondly,
  div#footwrap,
  div#mainContent,
  div#wrapper,
  div.footerInner,
  div#footer {
    width: 100%;
  }
  /*div#summary{
		background:#ACACAC;
		left: 0;
		color: white;
		text-align: center;
		padding: 2px;
		display: block;	
	}*/
  div#header {
    display: none;
    height: 70px;
  }
  #h-sub-nav {
    max-width: 968px;
    text-align: right;
    display: block;
    margin: 0 auto;
  }
  div#header h1 a {
    float: none;
    display: inline-block;
    margin-top: 5px;
  }
  div#mainContent img {
    width: 96%;
    max-width: 968px;
    height: auto;
    margin: 2%;
  }
  #h_navi,
  div#wrap-nav,
  div#news {
    display: none;
  }
  .pc {
    display: none;
  }
  #image,
  #wrap-f {
    display: none;
  }
  div#secondly {
    margin: 0;
  }
  div#secondly h2 img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  p.side-image {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  p.side {
    height: auto;
    margin: 5px 20px;
  }
  div#secondly a img {
    width: 95%;
  }
  div#secondly ul {
    margin: 0;
    padding: 0;
  }
  body div#secondly ul li,
  body.listPage div#secondly ul li {
    margin: 0px;
    padding: 0px;
    text-indent: 0;
    background: none;
  }
  div#secondly ul li a {
    display: inline-block;
    width: 96%;
    padding: 2%;
    margin-left: auto;
    margin-right: auto;
    font-size: initial;
    /* margin: 0; */
    text-decoration: none;
  }
  div#secondly ul li a:hover {
    background: #2176bc;
    color: white;
  }
  div#footwrap,
  div#footer {
    float: left;
  }
  div.footerInner a {
    float: left;
    width: 100vw;
    height: 30px;
  }
  div.footerInner p {
    margin: 0 auto;
    padding-top: 10px;
    height: auto;
    box-sizing: border-box;
    padding: 2% 4% 2% 4%;
  }

  #secondly img {
    width: auto;
  }
  .footerInner {
    text-align: center;
  }
  div#footer span {
    display: block;
  }
  div.footerInner img {
    width: 70%;
  }
  div#copyright img {
    padding: 10px;
  }
  div#secondly h2 {
    padding: 2%;
    border-left: #00597f solid 5px;
    background: #28447b;
    color: white;
  }

  div#mainContent h2 {
    margin: 10px;
    padding: 10px;
    color: white;
    font-size: large;
    line-height: 1.4em;
    text-align: center;
    text-indent: 0px;
  }

  table th,
  table td {
    display: block;
    padding: 2px;
    margin-left: 3%;
    margin-right: 3%;
  }

  table {
    width: 100%;
  }

  td.EasyRightTd {
    width: 100%;
    font-size: 15px;
    line-height: 120%;
  }
  div#mainContent h3 {
    padding: 7px;
    color: #fe1f25;
    font-size: large;
    line-height: 1.4em;
    border-radius: 8px;
    margin: 1%;
    text-align: center;
    text-indent: initial;
    border-bottom: 1px solid #ddd;
  }
  div#mainContent h3#big_title_01 {
    background: none;
    border: navajowhite;
    font-size: xx-large;
    line-height: 1.4em;
    color: initial;
    margin-bottom: inherit;
    text-align: left;
  }
  div#mainContent h4.big_title {
    background: none;
    font-size: x-large;
    /* text-align: center; */
    padding: 7px 0px 0px 0px;
    margin: 2%;
  }
  .pc {
    display: none;
  }
  .sp_footer_btn {
    width: 100%;
    height: 35px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
  }

  .sp_footer_btn ul li {
    width: 33.3%;
    float: left;
    font-weight: bold;
    font-size: 15px;
  }

  .sp_footer_btn ul li a {
    padding: 9px;
  }

  .sp_footer_btn ul li.i01 a {
    display: block;
    height: 35px;
    color: white;
    border-right: #ffffff 1px solid;
    background: #f39d00;
  }
  .sp_footer_btn ul li.i02 a {
    display: block;
    height: 35px;
    color: #f7f7f7;
    border-right: #ffffff 1px solid;
    background: #f36500;
  }
  .sp_footer_btn ul li.i03 a {
    display: block;
    height: 35px;
    color: #ffffff;
    border-right: #ffffff 1px solid;
    background: #f39d00;
  }
  .sp_footer_btn ul li a:hover {
    text-decoration: none;
    background: #e24f00;
    color: #ffffff;
  }

  .cf {
    zoom: 1;
  }
  .cf:before,
  .cf:after {
    content: "";
    display: table;
  }
  .cf:after {
    clear: both;
  }

  body div#wrapper div#mainContent dl dd a {
    background: none;
  }
  div#mainContent {
    margin: 0px;
  }
  div#mainContent p {
    margin: 5px 5px;
  }
  #link dt a {
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    text-decoration: underline;
  }
  #link dt a:hover {
    text-decoration: none;
  }
  #link dd {
    padding: 10px;
    width: auto;
    margin-bottom: 10px;
    background: #fdfcf7;
    float: left;
    margin-right: 10px;
    height: auto;
    border: thick solid #eae9c2;
    border-radius: 10px;
  }
  #link dd p {
    /* float: left; */
    font-size: 14px;
    /* float: left; */
    width: 70%;
    /* float: left; */
    margin: 0;
  }

#mainContent p.f-left {
    padding: 5px;
    float: left;
    margin: 0;
}
  .w25p {
    width: 25%;
  }

  /* リンク　アイコン　*/
  .arrow:before {
    content: url(images/icon_link_01.gif);
    line-height: 13px;
    position: relative;
    margin: 0 5px 0 0;
    top: 1px;
  }
  /* ポップアップ　アイコン　*/
  .Popup {
    margin-right: 3px;
    padding-right: 14px;
    background: url(images/icon_popup.gif) 100% 0.35em no-repeat;
  }

  #inner_attention {
    width: 100%;
    position: relative;
    margin-left: 20px;
  }
  #inner_attention p a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    width: 19px;
    height: 17px;
    margin-top: -10px;
    background: url("../../images/common/icon_attention.jpg") top left no-repeat;
  }

  #Graybox {
    margin: 15px;
  }
  .flexslider {
    margin: 60px 0 20px;
    width: 98%;
  }
  table.stdt1 {
 
    margin-top: 0;
    margin-top: 10px;
 
  }

  #wrap {
    overflow: hidden;
  }

  .sp_h1 a img {
    top: 12px;
    left: 10px;
    position: fixed;
    display: block;
    z-index: 15;
    height:35px;
  }
.slicknav_menu {
		display:inherit;}

  table.stdt1 th {
    font-size: small;
    white-space: nowrap;
    background-attachment: scroll;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background-color: #f00e52;
    color: #ffffff;
	width: auto;
  }
}
