@charset "UTF-8";
/*------------------------------------------------------
　header
-------------------------------------------------------*/
h1 {
  text-align: center;
  margin-bottom: 30px; }
  h1 img {
    width: 90%; }

/*------------------------------------------------------
　コンテンツ
-------------------------------------------------------*/
.page_content {
  padding-left: 20px; }

@media screen and (max-width: 768px) {
  .page_content {
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 40px; } }
h1 img {
  width: 96%;
  max-width: 900px;
  margin: 1.2rem auto 0; }

/*------------------------------------------------------
　Page
-------------------------------------------------------*/
.title01 {
  background: #8BC53F;
  color: #FFF;
  padding: 20px 15px;
  border-radius: 10px;
  font-weight: bold; }

.title02 {
  border-bottom: solid 3px #CCC;
  padding: 10px; }

dd {
  margin-left: 1em; }

/*--TOP--*/
.main-v {
  background: url("../img/cloud.png") no-repeat center bottom;
  line-height: 0; }

.program-box {
  border-bottom: dotted 2px #65D5DB; }

/*------------------------------------------------------
　フォームメール
-------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="number"], input[type="email"] {
  -webkit-appearance: none;
  padding: 1em;
  background: #eeeeee;
  border: none;
  font-size: 16px; }

button {
  padding: 0.8em 1.5em;
  background: #f90;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-size: 20px; }

button:hover {
  opacity: 0.8; }

textarea {
  width: 100%;
  padding: 1em;
  background: #eeeeee;
  border: none;
  font-size: 16px; }

.required-label {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 5px;
  background: #f55;
  color: #fff;
  font-size: 12px; }

input[type="submit"], input[type="reset"], input[type="button"] {
  -webkit-appearance: none;
  padding: 0.8em 1.5em;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-size: 16px; }

input[type="reset"] {
  background: #82CDDB;
  font-weight: bold; }

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  background: #F19DB5;
  font-weight: bold; }

input[type="submit"]:hover {
  opacity: 0.8; }

placeholder {
  color: #AAA; }

@media screen and (max-width: 648px) {
  input[type="text"], input[type="tel"], input[type="number"], input[type="email"] {
    width: 100%;
    padding: 0.5em; }

  textarea {
    padding: 0.5em; }

  input.radio {
    display: inline-block;
    width: 40%;
    height: 2em;
    vertical-align: top; }

  label.radiolabel {
    display: inline-block;
    width: 90%;
    height: 2em;
    line-height: 2em;
    background: #EEF;
    border: 1px solid #CCC;
    padding-left: 1em;
    margin: 0 auto; } }
.select-wrap {
  display: inline-block;
  position: relative; }
  .select-wrap select {
    padding: 1em 2.8em 1.1em 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #eee;
    font-size: 1em; }
    .select-wrap select option {
      background: #fff; }
  .select-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.4em;
    margin-top: -0.35em;
    border: 0.6em solid transparent;
    border-top: 0.7em solid #aaa; }

.confirm .select-wrap:before {
  display: none; }

p.error {
  background: #ffdbdc;
  color: #ee0003;
  padding: 1em;
  margin: 2em 0; }

p.confirm {
  background: #d3eaff;
  color: #101790;
  padding: 1em;
  margin: 2em 0; }

span.error {
  color: #ee0003;
  font-weight: bold; }
  span.error + input, span.error + textarea, span.error + span input {
    border: solid 2px #FF2E2E; }

td.qu-label01 label {
  min-width: 250px;
  display: inline-block;
  margin-right: 1em; }
  td.qu-label01 label.label-size0 {
    min-width: 100px;
    margin-right: 0; }

input[type="text"].text-width01 {
  width: 70%; }

@media screen and (max-width: 648px) {
  input[type="text"].text-width01 {
    width: 100%; }

  .sp_none {
    display: none; } }
td.qa01 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa02 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa03 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa04 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa05 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa06 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa07 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa08 label .locked {
  opacity: 0.75;
  color: #aaa; }

td.qa09 label .locked {
  opacity: 0.75;
  color: #aaa; }
