/* Responsive */
.resp-view {
  display: none;
}

.resp-none {
  display: block;
}

@media (max-width: 425px) {
  .resp-view {
    display: block;
  }

  .resp-none {
    display: none;
  }
}

/* Layout */
.container {
  width: 100%;
}

.row {
  margin: 0 auto;
  width: 90%;
}

.header2{
	  margin: 0px;
  width: 100%;
  background:#FFF;
  padding:0px
}

@media (max-width: 425px) {
  .column {
    float: left;
  }

  .column.full { width: 100%; }
  .column.two-thirds { width: 66.7%; }
  .column.half { width: 50%; }
  .column.third { width: 33.3%; }
  .kp1{padding:0 0 0 75px;font-size:28px; color:#F60; font-weight:bold; font-family: 'mb';}
}

/* Image */
.resp-view img {
  width: 100%;
}

.links img {
  width: 32%;
}


.resp-view * {
  text-align: left;
  line-height: 1.8em;
}

/* Anchor */
a {
  color: #144BA8;
}

a:hover {
  color: #144BA8;
}

a:visited {
  color: #144BA8;
}

/* Banner */
.l-banner,
.r-banner {
  padding: 0.7em;
  background-color: #144BA8;
  color: #fff;
  text-align: left;
}

.l-banner {
  border-bottom: 1px dashed #fff;
}

/* Header */
header {
  padding: 1em;
  text-align: center;
}

header .logo img {
  width: 100%;
  max-width: 360px;
}

header .tel img {
  width: 100%;
  max-width: 360px;
  background:#FFF
}

.kodawari{padding:5px 10px; font-size:105%; font-weight:normal; line-height:1.6em; color:#FFF;}
.mitsumori{color:#144BA8; font-weight:bold; padding:10px; margin:5px auto;letter-spacing:1px; font-size:16px; border:2px solid #144BA8;width:90%;}

/* Top Navigation */
.resp-view #navi {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.navi {    
  margin: 1em 0;
  border-top: 1px solid #144BA8;
  border-bottom: 1px solid #144BA8;
}

ul.topnav {
  list-style-type: none;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.topnav li {
  padding: 1.5em;
  display: inline-block;
  float: left;
  width: auto;
  letter-spacing: 0.16em;
  text-align: left;
}


ul.topnav li:not(:first-child) {
  display: none;
}

ul.topnav li.ic {
  float: right;
  display: inline-block;
}

ul.topnav.responsive {
  position: relative;
}

ul.topnav.responsive li.ic {
  position: absolute;
  right: 0;
  top: 0;
}

ul.topnav.responsive li {
  float: none;
  display: block;
  border-bottom: 1px dashed #144AA8;
}

ul.topnav.responsive li:nth-child(7),
ul.topnav.responsive li:last-child {
  border: none;
}

/* Step */
.step01,
.step02,
.step03,
.step04 {
  margin: 1em 0;
  padding: 1em;
  background-color: #fff;
  border-radius: 8px;
}


/* Bottom Navigation */
.b-navi {    
  margin: 1em 0;
  border-top: 1px solid #144BA8;
  border-bottom: 1px solid #144BA8;
}

ul.bottomnav {
  list-style-type: none;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.bottomnav li {
  padding: 1.5em;
  display: inline-block;
  float: left;
  width: auto;
  letter-spacing: 0.16em;
  text-align: left;
}


ul.bottomnav li:not(:first-child) {
  display: none;
}

ul.bottomnav li.ic {
  float: right;
  display: inline-block;
}

ul.bottomnav.responsive {
  position: relative;
}

ul.bottomnav.responsive li.ic {
  position: absolute;
  right: 0;
  top: 0;
}

ul.bottomnav.responsive li {
  float: none;
  display: block;
  border-bottom: 1px dashed #144AA8;
}

ul.bottomnav.responsive li:nth-child(7),
ul.bottomnav.responsive li:last-child {
  border: none;
}

/* Facebook etc... */
.links {
  padding: 0 1em;
}

/* Footer */
footer {
  padding: 1em 0;
}

footer .contact img {
  width: 100%;
  max-width: 360px;
}

/* Copyright */
.resp-view h6 {
  margin: 0;
  padding: 2em 0;
  font-weight: normal;
  font-size: 85%;
  background-color: #144BA8;
  color: #fff;
  text-align: center;
}
