@charset "utf-8";
/* --------------------------------------------------------
 * フォーム関連ページ
 * ----------------------------------------------------- */
.form-default {
  margin-bottom: 5vh;
}
.form-default h1 {
  padding-bottom: 10px;
  margin: 7vh 0 ;
  font-weight: 700;
  color: #004EA2;
  border-bottom: solid 1px #333;
}
.form-default iframe {
  height: 800px;
}
/* ----------------------------------------
 * form 
 * ------------------------------------- */
.form-default dt.r::after {
  content: "必須";
  padding-left: 3px;
  font-size: 12px;
  color: #e00;
}
.form-default dl input, .form-default textarea {
  display: block;
  width: 100%;
  padding: 7px;
}
.form-default dl input:focus, .form-default textarea:focus {
  background-color: #FCF7DF;
}
.pcom { 
  margin-bottom: 3vh;
  text-align: center;
}
.pcom a{
  text-decoration: underline;
}
.pcom a:hover{
  text-decoration: none;
}
.btn {
  margin-bottom: 10px;
}
.btn input {
  display: block;
  cursor: pointer;
  color: #fff !important;
}
.btn .back {
  height: 90%;
  background-color: #888;
}
.btn .back:hover {
  background-color: #666;
}
@media (max-width: 768px) {
  .form-default dl input, .form-default textarea {
    border: solid 1px #ddd;
  }
}
/* ----------------------------------------
 * 1カラム 
 * ------------------------------------- */
.single-contents dl div {
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-wrap: nowrap;
  padding: 15px 0;
  border-bottom: solid 1px #ddd;
}
.single-contents dt {
  flex: 0 0 13em;
}
.single-contents dd {
  flex: 0 1 100%;
}
.single-contents input:not([type="submit"]), .single-contents textarea {
  background-color: #f6f6f6;
}
.movie-msg {
  margin: -3vh auto 5vh;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .single-contents dl div {
    display: block;
    border-bottom: none;
  }
  .single-contents dt {
    border-right: none;
  }
}

/* ----------------------------------------
 * ２カラム 
 * ------------------------------------- */

@media (min-width: 901px) {
  .column-contents {
    display: flex;
    column-gap: 6%;
  }
  .content, .form {
    flex: 0 0 47%;
  }
}
@media (max-width: 900px) {
  .content {
    margin-bottom: 5vh;
  }
}
.cont-header {
  text-align: center;
}
.thumb {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 3vh;
}
.thumb img {
  width: 100%;
  height: auto;
}
.column-contents h2 {
  margin: 0 auto 10px;
  font-size: 1.8rem;
  text-align: center;
  color: #004DA0;
}
.read {
  display: inline-block;
  width: auto;
  margin: 0 auto 2vh;
  font-weight: 500;
  color: #004DA0;
}
.txt {
  margin-bottom: 3vh;
}

.column-contents h3 {
  margin-bottom: 2vh;
  font-size: 1.6rem;
  text-align: center;
}
.movie .txt, .column-contents .movie h3 {
  color: #004DA0;
}



.toc > div {
  margin-bottom: 3vh;
  padding: 1em;
  color: #004DA0;
  background-color: #D8E5F5;
  border-radius: 5px;
}
/* form ------ */
.column-contents dl input, .column-contents textarea {
  border: solid 1px #ddd;
}
.column-contents dl div {
  margin-bottom: 10px;
}

/* ----------------------------------------
 * 完了画面 
 * ------------------------------------- */
.thanks {
  margin-bottom: 7vh;
}
.thanks h1 {
  margin: 3vh auto 7vh;
  padding: 1em 0;
  text-align: center;
  border-top: solid 3px #ddd;
  border-bottom: solid 3px #ddd;
}
.thanks .single-contents {
  max-width: 650px;
  margin: 0 auto 5vh;
}
