@charset "UTF-8";
/* ------------------------------------
	* normalize
* ------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
  max-width: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input.text {
  border: 0;
  padding: 10px;
  font-size: 16px;
  color: #444;
  border: solid 1px #ccc;
  margin: 0 0 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input.text:-ms-input-placeholder {
  color: #aaa;
}

.pc {
  display: none;
}

header {
  background: rgba(204, 0, 51, 0.9);
}

.header-inner {
  height: 56px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 980px;
  text-align: center;
}

.header-logo {
  width: 138px;
}

.footCopy {
  color: #fff;
  background: #333;
  font-size: 10px;
  padding: 10px;
  text-align: center;
}

/* add base */
body {
  overflow-x: hidden;
  background: #fff;
  margin: 0;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
}

ul, ol {
  list-style: none;
}

ul, ol, dl, p {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover, a:active {
  color: #333;
  text-decoration: none;
}

/* general
----------------------------------- */
/* clearfix */
.cfx {
  *zoom: 1;
}

.cfx:before, .cfx:after {
  content: "";
  display: table;
}

.cfx:after {
  clear: both;
}

/* 共通 */
.txt_center {
  text-align: center;
}

.wsnw {
  white-space: nowrap;
}

.pdb_10 {
  padding-bottom: 10px;
}

.mgt_10 {
  margin-top: 10px;
}

.mgt_20 {
  margin-top: 20px;
}

.mgb_10 {
  margin-bottom: 10px;
}

.mgb_20 {
  margin-bottom: 20px;
}

.mgb_25 {
  margin-bottom: 25px;
}

.txt_size_22 {
  font-size: 22px !important;
}

.txt_size_30 {
  font-size: 30px;
}

.red {
  color: red;
}

a.a_deco {
  text-decoration: underline;
  color: #1c11db;
  font-size: 17px;
}

/* ------------------------------------
	/* footer
----------------------------------- */
footer {
  width: 100%;
  background-color: #333;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a.footer_link {
  color: #fff;
}

.customerSupport {
  background-color: #333;
  padding: 30px 20px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.customerSupport_item {
  padding: 0 0 20px 0;
  font-size: 14px;
}

.customerSupport_item:last-child {
  padding: 0;
}

a.customerSupport_link {
  position: relative;
  display: block;
  margin: 0 20px 0 0;
  color: #fff;
}

a.customerSupport_link:hover {
  text-decoration: underline;
}

.footCopy {
  text-align: center;
  color: #bbb;
  padding: 10px 20px 20px;
  background-color: #333;
  font-size: 0.8rem;
}

/* ------------------------------------
	* メインコンテンツ
* ------------------------------------ */
#wrapper {
  background: #fff0db;
  /* background-size: contain; */
  /*max-width: 800px;*/
  margin: 0 auto;
}

.main {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
}

.contents {
  padding: 15px;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.textArea {
  width: 100%;
  padding: 40px 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainV {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
}

/* フォーム */
button {
  display: block;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

/* ------------------------------------
	* btn
* ------------------------------------ */
.btn_input {
  display: block;
  border-style: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #a9a9a9;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 30px auto;
  width: 92%;
}

.btn_input::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 16px;
  right: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid transparent;
  border-left: 10px solid #FFF;
}

a.btn_input {
  color: #fff;
}

/* キャンペーンページに戻る */
.mod-btn-main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 92%;
  margin: 20px auto;
}

.mod-btn-main a {
  display: table-cell !important;
  height: 45px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 0 !important;
  background-color: #3e2b23;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.mod-btn-regist a {
  background-color: #cc0033;
}

.mod-btn-close input[type=button] {
  background-color: #a9a9a9;
  display: table-cell !important;
  height: 45px;
  width: 100%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 0 !important;
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mod-btn-main a:after {
  content: "";
  display: inline-block;
  background: url(../img/up_arrow.png) no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5%;
  top: 35%;
}

.mod-btn-main .btn-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-table;
  position: relative;
  padding: 3% 11%;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}

.btn-innerSpan {
  display: table-cell;
  text-align: center;
}

.btn-innerTxt {
  display: inline-block;
}

.mod-btn-main .btn-inner::after {
  margin-top: -4px !important;
  right: 10px !important;
}

.mod-btn-notes {
  padding: 0 10px 20px;
  text-align: center;
}

/* 戻る */
ul.btn_link {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

ul.btn_link li {
  display: table-cell;
  width: 50%;
  text-align: center;
}

ul.btn_link .change_btn {
  -moz-box-shadow: inset 0px 39px 0px -24px #90b5e1;
  -webkit-box-shadow: inset 0px 39px 0px -24px #90b5e1;
  box-shadow: inset 0px 47px 0px -24px #90b5e1;
  background-color: #7face2;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  padding: 14px 15px;
  display: block;
  width: 100%;
  text-align: center;
  border-style: none;
}

ul.btn_link .change_btn:hover {
  background-color: #82b7f7;
}

ul.btn_link .change_btn:active {
  position: relative;
  top: 1px;
}

/* OK */
ul.btn_link .ok_btn {
  -moz-box-shadow: inset 0px 39px 0px -24px #e67a73;
  -webkit-box-shadow: inset 0px 39px 0px -24px #e67a73;
  box-shadow: inset 0px 47px 0px -24px #e67a73;
  background-color: #e26d66;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  padding: 14px 15px;
  display: block;
  width: 100%;
  text-align: center;
  border-style: none;
}

ul.btn_link .ok_btn:hover {
  background-color: #ef7b75;
}

ul.btn_link .ok_btn:active {
  position: relative;
  top: 1px;
}

.checkTtl {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px 0px 3px 10px;
  background-color: #f6f7f8;
  vertical-align: middle;
  font-size: 22px;
  background-color: #fff0b1;
  border-top: 2px dotted #ffd93a;
  border-bottom: 2px dotted #ffd93a;
  color: #ff4500;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

#get_campaign {
  height: 80px;
  display: table;
  width: 100%;
  outline: 1px solid #f11717;
  outline-offset: -5px;
  box-sizing: border-box;
  border: 2px solid #f11717;
  -webkit-box-shadow: 2px 2px 2px #f3f1f1;
  -moz-box-shadow: 2px 2px 2px #f3f1f1;
  box-shadow: 3px 3px 2px #eae8e8;
  margin: 0px auto 20px;
  text-align: center;
}

#get_campaign p {
  font-size: 18px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  color: #f11717;
}

h2.main-text {
  background-color: #006cb7;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ttlTxt {
  font-size: 1.6rem;
  text-align: center;
  padding: 0px 10px 30px;
}

.redirectTxt {
  color: #ccc;
  text-align: center;
  padding: 10px 10px 30px;
  font-size: 16px;
}

.entryTxtLink {
  color: #ccc !important;
  text-align: center;
  padding: 0px 10px;
  text-decoration: underline !important;
  font-size: 16px;
}

.input_checkBox {
  width: 24px;
  height: 16px;
}

/*-----------------------クエリ---------------------*/
@media screen and (min-width: 769px) {
  .totop {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 641px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .customerSupport {
    height: 114px;
    padding: 30px 20px 0;
  }
  .customerSupport:after {
    content: "";
    display: block;
    clear: both;
  }
  .customerSupport_item {
    float: left;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 12px;
  }
  a.customerSupport_link {
    display: block;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    border-right: 1px solid #fff;
    line-height: 1;
  }
  a.customerSupport_link_last {
    border-right: none;
  }
  .ttlTxt {
    font-size: 2.4rem;
  }
  .redirectTxt {
    text-align: left;
  }
  .redirectTxt br {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  #get_campaign p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  #get_campaign p {
    font-size: 14px;
  }
  h2.main-text {
    font-size: 15px;
  }
  .txt_size_22 {
    font-size: 16px !important;
  }
  .txt_size_30 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 360px) {
  #courses #select_course {
    width: 303px;
  }
  input.text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  #courses #select_course {
    width: 260px;
  }
  input.text {
    font-size: 13px;
  }
}
.error_box {
  text-align: center;
  color: red;
}

.error_box ul {
  padding: 0 10px 10px;
}

.txt_size_23 {
  font-size: 23px;
}

.imageNote {
  font-size: 10px;
  padding: 5px 16px;
  text-align: right;
}

.imageNote2 {
  text-align: right;
}

.notesIndent {
  text-indent: -1em;
  padding: 2px 0px 2px 1em;
}

.bottomBtnArea {
  padding: 10px 10px 30px;
}

.br440 {
  display: none;
}

.no_script {
  display: block;
  color: red;
  text-align: center;
  padding: 0 10px 10px;
}

@media only screen and (max-width: 440px) {
  .br440 {
    display: block;
  }
}
/*-----------------------dアカウント---------------------*/
.mainArea {
  padding: 5.85%;
}

.mainFrame {
  border: 2px solid #cc0033;
  box-sizing: border-box;
  max-width: 706px;
}

.entryArea {
  padding: 7.7% 0 1.65%;
}

.accountArea {
  padding-top: 11%;
}

.accountBox {
  box-sizing: border-box;
  max-width: 92%;
  border: 2px solid #000000;
  margin: 2.6% auto;
  padding: 0.55% 0;
}

.textStyle {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.entryImg {
  padding-top: 2%;
}

.dateText,
.endText {
  color: #ff0000;
  font-size: 14px;
}

.titleStyle {
  padding: 6.1% 6% 3.1%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (min-width: 361px) {
  .titleStyle {
    font-size: 18px;
  }
  .mainFrame {
    border: 3px solid #cc0033;
  }
  .textStyle {
    font-size: 14px;
  }
  .positionDup {
    top: 78.4%;
  }
  .dateArea {
    top: 11.5%;
  }
  .spBr {
    display: none;
  }
}
@media only screen and (min-width: 481px) {
  .textStyle {
    font-size: 16px;
  }
  .titleStyle {
    font-size: 24px;
  }
  .dateText,
  .endText {
    font-size: 18px;
  }
  .mainFrame {
    border: 4px solid #cc0033;
  }
}
@media only screen and (min-width: 681px) {
  .textStyle {
    font-size: 18px;
  }
  .titleStyle {
    font-size: 28px;
  }
  .dateText {
    font-size: 26px;
  }
  .endText {
    font-size: 23px;
  }
  .mainFrame {
    border: 5px solid #cc0033;
  }
}
@media only screen and (min-width: 769px) {
  .textStyle {
    font-size: 20px;
  }
  .dateText {
    font-size: 28px;
  }
  .endText {
    font-size: 25px;
  }
  .mainFrame {
    border: 6px solid #cc0033;
  }
}
/* デバイス表示切り分け */
.pcView {
  display: none;
}

.spView {
  display: block;
}

@media only screen and (min-width: 641px) {
  .pcView {
    display: block;
  }
  .spView {
    display: none;
  }
}
.poR {
  position: relative;
}

.poA {
  position: absolute;
  top: 29.5%;
  left: 50%;
  max-width: 630px;
  width: 78.75%;
  transform: translateX(-50%);
}

.invisibleTxt {
  display: none;
}

.contsTxt {
  font-size: 24px;
  text-align: center;
}

.cooperationBtn {
  margin-top: 4.1664%;
}

.dBlock {
  display: block;
}

@media only screen and (max-width: 640px) {
  .poA {
    top: 43vw;
  }
  .contsTxt {
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  .contsTxt {
    font-size: 12.6px;
    text-align: center;
  }
}
