@charset "UTF-8";
/* font */
/*  coler  */
/*  other  */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-align: center;
  line-height: 1.7;
}

h2 {
  font-size: 26px;
  font-weight: bold;
}

p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 1px;
  letter-spacing: 0.5px;
}

img {
  width: 100%;
}

dl, ol, ul {
  line-height: 1.7;
}

table {
  font-size: 18px;
  line-height: 1.7;
}

strong {
  font-weight: bold;
}

a {
  color: #333;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: .6s;
  transition: .6s;
  cursor: pointer;
}

a:hover {
  opacity: .6;
}

section {
  padding: 120px 0 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_hd {
  width: 100%;
}

.main_hd h1 {
  font-size: 36px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.main_hd h1::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background: #66d94c;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn_og {
  width: 260px;
}

.btn_og a {
  display: inline-block;
  width: 100%;
  background: #ff6633;
  padding: 20px 0 20px 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-radius: 32px;
  position: relative;
}

.btn_og a::before {
  position: absolute;
  content: '';
  background: url(../img/common/mail.png) no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_og a::after {
  position: absolute;
  content: '';
  background: url(../img/top/arrow.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_og a:hover {
  background: #fff;
  color: #ff6633;
  -webkit-box-shadow: 0 0 0 2px #ff6633 inset;
          box-shadow: 0 0 0 2px #ff6633 inset;
}

.btn_og a:hover a::after {
  position: absolute;
  content: '';
  background: url(../img/top/arrow02.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn01 {
  width: 145px;
}

.btn01 a {
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding: 2px 10px 2px 0;
  border: solid 1px #444;
  position: relative;
}

.btn01 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: .5em;
  height: .5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .6s;
  transition: .6s;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
}

.about_btn {
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
  border-top: solid 1px #ddd;
}

.hidePc {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    padding-top: 60px !important;
  }
  .inner {
    width: 100%;
    padding: 0 10px;
  }
  section {
    padding: 40px 0 35px;
  }
  .hidePc {
    display: block;
  }
  .hideSp {
    display: none;
  }
}
