/* ----------------------------------------------
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126 License: none (public domain)
---------------------------------------------- */
#wrappar {
  width: 100%;
  min-width: 100%;
  height: auto;
  overflow-x: hidden;
  font-size: 1.3rem;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1280px) {
  #wrappar {
    padding: 0;
  }
}
#wrappar a:hover {
  opacity: 0.5;
}

header {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 4px solid #000066;
  background: #fff;
  position: inherit;
}
@media (max-width: 1000px) {
  header {
    padding: 15px 10px;
    border-width: 2px;
  }
}
header a {
  display: block;
}
@media (max-width: 1000px) {
  header a {
    width: 152px;
  }
}

#contents {
  width: 100%;
  height: auto;
}
#contents div.info {
  width: 100%;
  height: auto;
  background: #f4f4f4;
}
#contents div.info > div {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 1000px) {
  #contents div.info > div {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contents div.info > div:after {
  content: " ";
  width: 100%;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
#contents div.info > div > img {
  width: 440px;
  float: left;
}
@media (max-width: 1000px) {
  #contents div.info > div > img {
    width: 100%;
    padding: 0 0 15px 0;
    float: none;
    clear: both;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#contents div.info > div h1 {
  margin: 0 0 0 465px;
  font-size: 2rem;
  line-height: 30px;
}
@media (max-width: 1000px) {
  #contents div.info > div h1 {
    margin: 0 0 15px 0;
    font-size: 1.8rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
#contents div.info > div p {
  margin: 0 0 0 465px;
  padding: 10px 0 20px;
  font-size: 1.2rem;
  line-height: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 1000px) {
  #contents div.info > div p {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.5em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#contents div.info > div dl {
  margin: 0 0 0 465px;
  font-size: 1.3rem;
}
@media (max-width: 1000px) {
  #contents div.info > div dl {
    margin: 20px 0 0 0;
    font-size: 1.2rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#contents div.info > div dl dt {
  width: 8em;
  margin: 0 0 15px 0;
  padding: 2px 0;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  float: left;
  background: #000066;
}
@media (max-width: 1000px) {
  #contents div.info > div dl dt {
    font-size: 1.1rem;
  }
}
#contents div.info > div dl dd {
  margin: 0 0 15px 9em;
  padding: 2px 0;
}
@media (max-width: 640px) {
  #contents div.info > div dl dd {
    margin: 0 0 15px 8em;
  }
}
#contents div.info > div dl dd a {
  margin: 5px 0 0 0;
  padding: 2px 20px 2px 10px;
  display: inline-block;
  font-size: 1rem;
  background: #e8e9f2;
  border-radius: 3px;
  position: relative;
}
#contents div.info > div dl dd a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000066;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contents div.outline {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 1000px) {
  #contents div.outline {
    width: 90%;
    padding: 30px 0;
  }
}
#contents div.outline table {
  width: 100%;
  font-size: 1.5rem;
  text-align: left;
}
@media (max-width: 1000px) {
  #contents div.outline table {
    font-size: 1.3rem;
  }
}
#contents div.outline table th {
  white-space: nowrap;
  padding: 10px 25px;
  background: #f4f4f4;
  border: #e0e0e0 solid 1px;
  border-right: none;
}
@media (max-width: 1000px) {
  #contents div.outline table th {
    white-space: normal;
    border-top: none;
    border-bottom: none;
    border-right: #e0e0e0 solid 1px;
  }
}
#contents div.outline table td {
  padding: 10px 25px;
  border: #e0e0e0 solid 1px;
}
@media (max-width: 1000px) {
  #contents div.outline table td {
    border-top: none;
  }
}
#contents div.outline table tr.info_terms td {
  border: none;
  padding: 60px 0 20px 0;
}
@media (max-width: 1000px) {
  #contents div.outline table tr.info_terms td {
    padding: 30px 0 15px 0;
    border-bottom: #e0e0e0 solid 1px;
  }
}
#contents div.outline table tr.info_terms td h3 {
  font-size: 2rem;
}
@media (max-width: 1000px) {
  #contents div.outline table tr.info_terms td h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1000px) {
  #contents div.outline table col,
  #contents div.outline table th,
  #contents div.outline table td {
    width: 100%;
    display: list-item;
    padding: 10px 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
  }
}
#contents div.outline #time_publish {
  display: block;
  font-size: 1.2rem;
}
@media (max-width: 1000px) {
  #contents div.outline #time_publish {
    font-size: 1.1rem;
  }
}
#contents div.entry {
  width: 100%;
  padding: 0 0 60px 0;
  background: #000066;
}
@media (max-width: 1000px) {
  #contents div.entry {
    padding: 0 0 30px 0;
  }
}
#contents div.entry h2 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 20px 0;
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 1000px) {
  #contents div.entry h2 {
    padding: 30px 0 15px 0;
    font-size: 1.8rem;
  }
}
#contents div.entry > ul {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1000px) {
  #contents div.entry > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contents div.entry > ul li {
  width: 49%;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #fff;
}
@media (max-width: 1000px) {
  #contents div.entry > ul li {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 20px 5%;
  }
}
#contents div.entry > ul li h3 {
  padding: 0 0 10px 0;
  font-size: 1.6rem;
  color: #000066;
}
#contents div.entry > ul li a.phone {
  display: block;
  padding: 5px 0 10px 0;
  font-size: 3.6rem;
}
@media (max-width: 1000px) {
  #contents div.entry > ul li a.phone {
    font-size: 3rem;
  }
}
#contents div.entry > ul li p {
  display: block;
  padding: 10px 0;
  font-size: 1.2rem;
  line-height: 1.5em;
}
#contents div.entry > ul li small {
  display: block;
  font-size: 1rem;
}
#contents div.entry > ul li a.link {
  width: 100%;
  display: block;
  margin: 10px auto 0 auto;
  font-size: 1.5rem;
  line-height: 40px;
  color: #fff;
  background: #000066;
  border-radius: 3px;
  position: relative;
}
@media (max-width: 1000px) {
  #contents div.entry > ul li a.link {
    margin: 10px auto 0 auto;
  }
}
#contents div.entry > ul li a.link:after {
  content: " ";
  display: block;
  width: 12px;
  height: 10px;
  background: url("../outline/img/blank_icon_white.png") center center no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1000px) {
  #contents div.entry > ul li a.link:after {
    width: 9px;
    height: 8px;
    background: url("../outline/img/blank_icon_white_sp.png") center center no-repeat;
    background-size: 100% auto;
  }
}

footer {
  width: 100%;
  height: auto;
  background: #f4f4f4;
  border-top: #e0e0e0 solid 1px;
}
footer ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 1000px) {
  footer ul {
    width: 90%;
    padding: 30px 0 20px 0;
    text-align: left;
  }
}
footer ul li {
  margin: 0 0 20px 0;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  border-left: #e0e0e0 solid 1px;
}
@media (max-width: 1000px) {
  footer ul li {
    width: 50%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
    display: block;
    border: none;
  }
}
footer ul li:first-child {
  border: none;
}
footer ul li a {
  font-size: 1.3rem;
}
@media (max-width: 1000px) {
  footer ul li a {
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  footer ul li a img {
    width: 9px;
  }
}
footer ul li img {
  display: inline-block;
  padding: 0 0 0 5px;
}
@media (max-width: 1000px) {
  footer ul::after {
    content: " ";
    width: 100%;
    height: 0;
    display: block;
    float: none;
    clear: both;
  }
}
footer > div {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  color: #888;
}
@media (max-width: 1000px) {
  footer > div {
    padding: 0 0 20px 0;
  }
}
footer > div a {
  margin: -10px 0 0 0;
  display: block;
  float: right;
}
@media (max-width: 1000px) {
  footer > div a {
    margin: 0;
    padding: 0 0 10px 0;
    float: none;
    clear: both;
  }
}
@media (max-width: 1000px) {
  footer > div a img {
    width: 110px;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  footer > div p,
  footer > div small {
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    clear: both;
  }
}
footer > div p {
  font-size: 1rem;
  float: left;
}
footer > div small {
  padding: 30px 0 0 0;
  display: block;
  float: none;
  clear: both;
  font-size: 1rem;
}
@media (max-width: 1000px) {
  footer > div small {
    padding: 20px 0 0 0;
  }
}

h1,
h2,
h3,
#contents div.outline table th,
#contents div.entry > ul li a.phone {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}/*# sourceMappingURL=outline.css.map */