@charset "utf-8";
/* CSS Document */
select ,select option {
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
/***********************************************

header記述

***********************************************/
#top_visual {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../img/contact.jpg)no-repeat;
  background-position: center center;
  background-size: cover;
}
/***********************************************

contents記述

***********************************************/
#contents #intro, #contents #intro2 {
  width: 100%;
  height: auto;
  text-align: center;
}
#contents #intro .wrapper {
  padding: 5% 0 0 0;
}
#contents #intro .wrapper h2, #contents #intro2 .wrapper h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #29ABE2;
}
#contents #intro2 .wrapper span.h2_sub {
  display: inline-block;
  font-weight: bold;
  color: #666;
  font-size: 0.8rem;
  margin-bottom: 3%;
}
#contents #intro2 .wrapper .error_icon {
  display: block;
  margin: 0 auto;
  max-width: 250px;
  width: 20%;
  margin-bottom: 3%;
}
#contents #intro2 .wrapper a.link01 {
  background-color: #29ABE2;
  color: #fff;
}
#contents #intro .wrapper span.h2_sub {
  display: inline-block;
  font-weight: bold;
  color: #666;
  font-size: 0.8rem;
  margin-bottom: 30px;
}
#contents #policy {
  box-sizing: border-box;
  padding: 2%;
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3%;
  height: 250px;
  overflow-y: scroll;
}
#contents #policy p {
  text-align: left;
}
#contents #policy p:last-child {
  margin-bottom: 0;
}
#contents #policy h3 {
  font-weight: bold;
  font-size: 0.8rem;
  text-align: left;
}
#contents #policy ol {
  font-size: 0.8rem;
  margin: -2% 0 2% 2%;
}
#contents #policy ol li::before {
  content: "・";
}

@media screen and ( max-width : 1050px ) {
#contents #intro2 .wrapper .error_icon {
  width: 40%;
}
}

@media screen and ( max-width : 768px ) {
#contents #policy {
  height: 150px;
}
}
