@charset "UTF-8";

/*
theme Name: medicalook
Author: EPARK
Description: medicalook
version: 1.0.0
*/
* {
  line-height: 150%;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

body {
  background: #fff;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

input[type="text"], input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-size: 16px;
}

header, section, article, footer, nav {
  display: block !important;
}

h1 {
  font-size: 140%;
  margin: 0;
}

h2 {
  font-size: 120%;
  margin: 0;
}

h3 {
  font-size: 110%;
  margin: 0;
  text-align: left;
}

h4 {
  font-size: 100%;
  margin: 0;
}

a img {
  border: none;
}

li {
  list-style-type: none;
}

a {
  color: #036eb5;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

a:hover {
  -khtml-opacity: 0.9;
  color: #626262;
  opacity: 0.9;
  transition: 0.3s;
}

a img:hover {
  -khtml-opacity: 0.7;
  opacity: 0.7;
  transition: 0.3s;
}

.clear {
  clear: both;
  float: none;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.wrapper {
  margin: 0 auto !important;
  max-width: 1100px !important;
  padding: 0 10px !important;
  position: relative !important;
}

/* ------------ BUTTON ------------ */
.btn {
  border: solid #000 2px;
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: bolder;
  margin: 0 auto 40px;
  padding: 9px 0 7px;
  position: relative;
  text-align: center;
  width: 400px;
}

@media screen and (max-width: 767px) {
  .btn {
    margin: 15px auto;
    width: 85%;
  }
}

/* ------------ 装飾 ------------ */
/* For modern browsers */
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

/* 文字サイズ */
.txt-small {
  font-size: 80%;
}

/*---------------------------------------------
 
 TABLET SIZE 
 
 ----------------------------------------------*/
@media screen and (max-width: 980px) {
  body {
    font-size: 18px;
  }

  /* ------------ HEADER ------------ */
  #header {
    background: #fff;
    border-bottom: #ccc 1px solid;
    border-top: #76ae25 4px solid;
    height: 63px;
  }

  #header h1 {
    display: block;
    float: left;
    width: 140px;
  }

  #header h1 a {
    display: block;
    width: 100%;
  }

  #header h1 img {
    display: block;
    width: 100%;
  }

  #header #head_nav {
    display: block;
    float: right;
    margin-top: 10px;
    text-align: center;
    width: 50px;
  }

  #header #head_nav img {
    display: block;
    margin: 0 auto;
    width: 26px;
  }

  #header #head_nav a {
    font-size: 75%;
    letter-spacing: -0.1em;
    text-decoration: none;
  }
}

/*---------------------------------------------
 
SMARTPHONES SIZE
 
 ----------------------------------------------*/
@media screen and (max-width: 700px) {
  body {
    font-size: 14px;
  }

  .ifPc {
    display: none !important;
  }

  .ifSp {
    display: block !important;
  }

  #main {
    padding-bottom: 20px;
  }

  .wrapper {
    background: #e6e6e6;
    padding: 0 0 !important;
  }

  /* ------------ HEADER ------------ */
  #header {
    height: 60px;
  }

  #header h1 {
    margin-left: 0;
    margin-top: 6px;
    width: 106px;
  }

  #header #head_nav {
    margin-top: 10px;
    width: 50px;
  }

  #header #head_nav img {
    width: 22px;
  }

  #header #head_nav a {
    font-size: 50%;
  }
}

@media screen and (max-width: 320px) {
  /* ------------ HEADER ------------ */
  .ifPc {
    display: none !important;
  }

  #header {
    height: 50px;
  }

  #header h1 {
    margin-left: 0;
    margin-top: 0;
    width: 106px;
  }

  #header #head_nav {
    margin-top: 5px;
    width: 50px;
  }

  #header #head_nav img {
    width: 22px;
  }

  #header #head_nav a {
    font-size: 50%;
  }

  /* ------------ FOOTER ------------ */
  #footer #copyright {
    font-size: 80%;
  }
}
