@charset "UTF-8";
.drawer-hamburger-icon {
  height: 4px;
  background-color: #b3b3b3;
  border-radius: 5px;
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  height: 4px;
  background-color: #b3b3b3;
  border-radius: 5px;
}
.drawer-hamburger {
  /*margin: 3% 2%;*/
  padding: 15px 12px 25px;
  background-color: #fff;
}
.drawer-hamburger:hover {
  background-color: #fff;
}
.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.drawer-menu-item:hover {
  text-decoration: none;
}
.drawer-nav {
  background-color: #f2f2f2;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5em;
  color: #333;
  font-size: 13px;
}
.master {
  width: 92%;
}
img {
  width: 100%;
  vertical-align: bottom;
}
h2 {
  margin: 30px auto 10px;
  color: #62bfb3;
  font-size: 18px;
  line-height: 1.5em;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
h3 {
  padding: 20px 0 20px 65px;
  color: #fff;
  background: url("../images/icon.png") 10px 50% no-repeat;
  background-size: 42px;
  background-color: #62bfb3;
  font-size: 18px;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
h3 a {
  width: 30%;
  max-width: 116px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
h4 {
  margin: 0;
  padding: 7px 10px;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h4 span {
  font-size: 13px;
}
h5 {
  margin: 5px 0 10px;
  padding: 10px 3%;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
#header {
  padding: 10px 0;
  border-bottom: 1px solid #808080;
}
#header h1 {
  width: 42%;
  margin: 0 4% 0 1%;
  float: left;
}
#header .btn {
  width: 23%;
  margin: 0 4% 0 0;
  float: left;
}
#header .login {
  width: 8%;
  margin-top: 3px;
  float: left;
}
#header .drawer-menu li {
  border-bottom: 1px solid #808080;
}
#header .drawer-menu li a {
  padding: 1.4rem 0.75rem;
}
#header .gnavPagetop a {
  padding: 1rem 0.75rem !important;
  background-color: #62bfb3;
  color: #fff;
}
#footer {
  text-align: center;
  font-size: 10px;
}
.caseOdd, .caseEven {
  position: relative;
}
.caseOdd .caseTitle {
  position: absolute;
  top: 50px;
  left: 40px;
}
.caseOdd .caseText {
  width: 550px;
  position: absolute;
  top: 170px;
  left: 45px;
  text-align: left;
}
.caseOdd .caseBtn {
  width: 100%;
  position: absolute;
  top: 285px;
}
.caseEven .caseTitle {
  position: absolute;
  top: 50px;
  left: 250px;
}
.caseEven .caseText {
  width: 550px;
  position: absolute;
  top: 170px;
  right: 45px;
  text-align: left;
}
.caseEven .caseBtn {
  width: 100%;
  position: absolute;
  top: 285px;
}
#main p {
  margin: 0 auto 30px;
}
.contents {
  padding-bottom: 30px;
}
.text, #contents1 ul {
  margin: 0 auto;
}
#contents2 ul {
  margin: 0 auto 20px;
}
#contents2 ul li:nth-child(2n+1) {
  clear: both;
}
#contents2 article {
  margin: 0 auto;
  background-color: #f9dbe8;
}
#contents2 article div {
  padding: 20px 20px 20px 0;
}
#contents2 h4 {
  background-color: #ed848d;
  border-left: 5px solid #e3007f;
}
#contents3 ul {
  margin: 0 auto 20px;
}
#contents3 ul li {
  margin-bottom: 10px;
}
#contents3 .image {
  margin: 0 auto;
}
#contents3 article {
  margin: 50px auto 0;
  padding-bottom: 20px;
  background-color: #e0ecbf;
}
#contents3 article h4 {
  background-color: #9fc812;
  border-left: 5px solid #81be25;
}
#contents3 article p {
  width: 45%;
  margin: 0 0 0 3%;
  float: left;
}
#contents3 article div {
  width: 45%;
  margin: 0 3% 0 0;
  float: right;
}
#contents4 ul {
  margin: 0 auto 20px;
}
#contents4 article {
  margin: 20px auto 0;
  padding-bottom: 20px;
  background-color: #c6e8f9;
}
#contents4 article h4 {
  background-color: #55ade1;
  border-left: 5px solid #5183c3;
}
#contents4 article p {
  width: 45%;
  margin: 0 0 0 3%;
  float: left;
}
#contents4 article div {
  width: 45%;
  margin: 0 3% 0 0;
  float: right;
}
#contents4 .bottomText {
  margin: 20px auto 0;
  /*font-size: 10px;*/
}
#contents5 p {
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px dotted #000;
}
#contents6 p, #contents7 p, #contents8 p {
  margin: 0 auto 30px;
}
#contents6 .contact, #contents7 .contact, #contents8 .contact {
  width: 85%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #717171;
}
#contents6 .contact p, #contents7 .contact p, #contents8 .contact p {
  margin: 0;
  font-size: 14px;
}
#contents6 .contact p a, #contents7 .contact p a, #contents8 .contact p a {
  color: #717171;
}
#mailForm {
  padding: 50px 0;
  background: url("../images/diagonal.png") 0 0 repeat;
}
#mailForm article {
  width: 95%;
  margin: 60px auto 0;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 10px;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date {
  margin: 0;
}
.price_01 {
  width: 90%;
  border-collapse: collapse;
  margin: 0 auto 10%;
}
.price_01 th {
  padding: 6px;
  text-align: left;
  vertical-align: top;
  color: #333;
  background-color: #eee;
  border: 1px solid #b9b9b9;
}
.price_01 td {
  padding: 1px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}
/*----------------------------------*/
.introduction {
  width: 670px;
  margin: 0 auto;
  font-size: 14px;
}
.introduction h2 {
  font-size: 28px;
}
.introduction h3 {
  font-size: 22px;
}
.introduction h4 {
  font-size: 18px;
}
.introduction h5 {
  font-size: 20px;
}
.introduction img {
  vertical-align: bottom;
}
.introduction a:hover {
  opacity: 0.5;
}
.introduction #header {
  padding: 0;
  border-bottom: 0;
}
.introduction #header ul {
  width: 640px;
  margin: 0 auto 50px;
}
.introduction #header ul li {
  width: 159px;
  height: 44px;
  margin: 0 1px 1px 0;
  line-height: 44px;
  text-align: center;
  background-color: #62bfb3;
  float: left;
}
.introduction #header ul li.red {
  width: 159px;
  height: 44px;
  margin: 0 1px 1px 0;
  line-height: 44px;
  text-align: center;
  background-color: #ff0000;
  float: left;
}
.introduction #header ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
}
.introduction #header ul li:hover {
  opacity: 0.5;
}
.introduction #header ul li a:hover {
  opacity: 1;
}
.introduction #contents4 .bottomText {
  font-size: 100%;
}
/*----------------------------------*/
@media screen and (max-width: 768px) {
  .introduction {
    width: 100%;
    max-width: 670px;
  }
  .introduction #header ul {
    width: 100%;
    max-width: 640px;
  }
  .introduction #header ul li {
    width: 49.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .introduction #header ul li.red {
    width: 49.5%;
  }
}
/*# sourceMappingURL=./common.css.map */