@charset "UTF-8";
/*
===== 0: bace ===========================
*/
a:link {
  color: #245ff2;
  text-decoration: none;
}

a:visited {
  color: #245ff2;
  text-decoration: none;
}

a:hover {
  color: #f2ae24;
  text-decoration: none;
}

a:active {
  color: #245ff2;
  text-decoration: none;
}

.cf, .content,.fee-box {
  zoom: 1;
}

.cf:after, .content:after,.fee-box:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/*
===== 1: style ===========================
*/
h1, h2 {
  font-family: "ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN","HGP創英角ｺﾞｼｯｸUB","HGPSoeiKakugothicUB","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: 0;
}

.header {
  padding: 30px 0;
}

.main-catch {
  font-size: 300%;
  line-height: 130%;
  margin: 0 auto;
}

h2 {
  font-size: 250%;
  margin: 0 auto 50px auto;
  line-height: 1.4;
}

h3 {
  font-size: 120%;
}

.item--pos {
  margin: 0 auto;
}

p {
  font-size: 120%;
  line-height: 1.8;
  margin-bottom: 2em;
}

.content {
  width: 650px;
  text-align: left;
  margin-bottom: 50px;
}

.txt_120 {
  font-size: 120%;
  line-height: 1.8;
}

.txt_red {
  color: #cc0000;
  font-weight: bold;
}

.txt-bg_yellow {
  background: #ffff01;
  font-weight: bold;
}

.txt_bold {
  font-weight: bold;
}

.txt_uline {
  text-decoration: underline;
}

.dot:before {
  content: "・";
  margin-left: 5px;
  vertical-align: text-top;
}

.info--table {
  width: 100%;
  margin-bottom: 2em;
}

.info--table td, .info--table th {
  padding: 8px 10px;
  vertical-align: middle;
  border: #d9d9d9 1px solid;
}

.info--table th {
  background: #eeeceb;
  width: 150px;
}

.info--table td {
  background: #fff;
}

.profile--title {
  font-size: 160%;
  font-weight: bold;
  margin: 0 auto 30px auto;
}

.info--table td input {
  padding: 7px 10px;
  width: 70%;
}

.profile--pic {
  float: right;
  margin: 0 0 20px 20px;
}

hr {
  border: none;
  height: 1px;
  border-top: #d9d9d9 1px solid;
  margin: 50px 0;
}

.seminer {
  background: #f8f6f6;
  padding: 50px 0;
  margin-bottom: 50px;
}

.sign {
  float: right;
}

.btn {
  width: 300px;
}
.form--title {
  font-weight: bold;
  padding: 7px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #00bf51;
  color: #fff;
}
.payment--box {
  background: #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 2em;
  padding: 30px 60px 20px 60px;
}
.payment--item {
  margin-bottom: 1em;
}
.payment--txt {
  font-size: 100%;
  line-height: 1.4;
}
.fee-box {
  margin:0 auto 2em auto;
  background: #f8ede6;
  padding: 35px 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fee-line {
  margin: 1em 0;
}
.fee-sum_left {
  font-weight: bold;
  font-size: 130%;
  float: left;
}
.fee-sum_right {
  float: right;
  font-size: 130%;
  font-weight: bold;
}
.fee-sum_right span {
  font-size: 12px;
}
.img-right {
  float: right;
  margin: 0 0 2em 2em;
}
.btn a, .btn input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ff4b4b;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.7);
  border: solid 1px #1e479b;
  background-image: -webkit-linear-gradient(bottom, #0568d7, #6990ff);
  background-image: -moz-linear-gradient(bottom, #0568d7, #6990ff);
  background-image: -o-linear-gradient(bottom, #0568d7, #6990ff);
  background-image: linear-gradient(to top, #0568d7, #6990ff);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 5px;
  display: block;
  cursor: pointer;
  text-align: center;
}

.btn a:hover, .btn input:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ff4b4b;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.7);
  border: solid 1px #1e479b;
  background-image: -webkit-linear-gradient(top, #0568d7, #6990ff);
  background-image: -moz-linear-gradient(top, #0568d7, #6990ff);
  background-image: -o-linear-gradient(top, #0568d7, #6990ff);
  background-image: linear-gradient(to bottom, #0568d7, #6990ff);
}

.w-300 {
  width: 300px;
}

.ps {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 600px;
  text-align: left;
  border: #888 3px dashed;
  padding: 20px 25px;
  margin-bottom: 50px;
}

.footer p {
  font-size: 12px;
  margin-bottom: 10px;
}

.ft--link {
  margin-bottom: 10px;
}

.ft--link li {
  display: inline;
  margin-right: 7px;
}

.ft--link li:after {
  content: "|";
  margin-left: 10px;
}

.ft--link li:nth-last-of-type(1):after {
  content: "";
  margin-left: 0;
}


.error {
  margin: 0 auto 15px auto;
  list-style: disc;
}
.error li {
  color: #d70000;
  font-weight: bold;
  margin: 0 auto 10px auto;
}

#countDownTimer {
  font-family: "ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN","HGP創英角ｺﾞｼｯｸUB","HGPSoeiKakugothicUB","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 60px;
  margin: 0 auto 30px auto;
}
/*
#countDownTimer .cdt_bef {
  font-size: 30px;
}
#countDownTimer .cdt_txt {
  color: #cc0000;
  font-size: 40px;
}
*/
#countDownText {
  font-family: "ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN","HGP創英角ｺﾞｼｯｸUB","HGPSoeiKakugothicUB","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 45px;
}

.read-content {
  font-family: "ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN","HGP創英角ｺﾞｼｯｸUB","HGPSoeiKakugothicUB","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 25px;
  text-align: left;
  width: 730px;
}
