@charset "utf-8";

/* -- add -------------------------------------------------------------------------------------------- */
form#mail_form div.headline {
  width: 90%;
  margin: 25px auto 0;
  padding: 10px;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background: #fcfcfc;
  box-sizing: border-box;
  /* align-items: center; */
  text-align: center;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(230, 230, 230, 1)
  );
}

form#mail_form div.headline > ul {
  margin: 0;
  padding: 0;
}

form#mail_form div.headline > ul > li:first-child {
  font-weight: 700;
  font-size: 1.1rem;
}

form#mail_form div.headline > ul > li:first-child::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-size: 1.1rem;
  margin-right: 5px;
}

form#mail_form div.headline > ul > li:nth-child(2) {
  font-size: 0.95rem;
  padding-left: 0.1rem;
}

.delimiter {
  border-bottom: 1px solid #dcdcdc !important;
}

form#mail_form div.member-info-area {
  width: 90%;
  margin: 0 auto 0;
  padding: 5px;
  border: 3px solid #dcdcdc;
  box-sizing: border-box;
}

form#mail_form div.member-info-area > p {
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 10px 0 15px;
}

form#mail_form div.member-info-area > p > span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

form#mail_form div.member-info-section {
  width: 96%;
  margin: 0 auto 15px;
  padding: 25px 5px 0;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}

form#mail_form dl.member-info {
  width: calc(100% - 50px);
  display: block;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
}

form#mail_form dl.member-info dt {
  width: auto;
  /* float: none; */
  padding: 0;
  text-align: left;
  font-weight: bold;
  /* background-color: #ffffff; */
  margin-bottom: 8px;
  padding-left: 3em;
  text-indent: -3em;
}

form#mail_form dl.member-info dd {
  width: auto;
  /* float: none; */
  padding: 0 0 8px;
  border-left: none;
}

form#mail_form dl.member-info dt i {
  float: none;
  position: static;
  font-weight: normal;
}

form#mail_form dl.member-info dt span.required,
form#mail_form dl.member-info dt span.optional {
  margin: 0 15px 0 0;
}

form#mail_form dl.member-info dt span.required,
form#mail_form dl.member-info dt span.optional {
  margin-right: 6px;
  text-indent: 0;
}

form#mail_form dl.member-info dt > br {
  display: none !important;
}


/* 参加費 */

form#mail_form div.way > ul {
  margin: 0 0 25px;
  padding: 0;
}

form#mail_form div.way > ul > li:first-child {
  font-weight: 700;
  color: #008080;
  margin-bottom: 5px;
  font-size: 1rem !important;
  padding-left: 0;
  text-indent: 0;
}

form#mail_form div.way > ul > li {
  color: #ce0202;
  font-weight: 500;
  font-size: 0.9rem;
  padding-left: 1em;
  text-indent: -1em;
}

form#mail_form div.way > .breakdown-hed {
  margin: 25px 0 0;
  padding: 3px 0;
  font-weight: 700;
  color: #fff;
  background: #666;
  text-align: center;
}

form#mail_form div.breakdown {
  width: 100%;
  margin: 0 auto 15px;
  padding: 15px 15px 25px;
  box-sizing: border-box;
  border: solid 1px #ccc;
  overflow-y: auto;
}

form#mail_form div.breakdown > table {
  border-collapse: collapse;
  width: calc(100% - 1px);
  white-space: nowrap;
}
form#mail_form div.breakdown > table td {
  border: gray solid 1px;
  padding: 5px 15px;
  text-align: center;
  white-space: nowrap !important;
}
form#mail_form div.breakdown > table th {
  font-weight: 700;
}
form#mail_form div.breakdown > table th:first-child{
  padding-right: 20px;
}
form#mail_form div.breakdown > table tr > th.aaa {
  width: 5rem !important;
  padding: 0 !important;
}


/* .slide-down */

form#mail_form div.sticky-container {
  margin: 25px auto 0;
  padding: 0;
}

form#mail_form p.slide-down {
  width: 90%;
  margin: 0 auto 0;
  padding: 15px 10px;
  border: 1px solid #dcdcdc;
  background: #fcfcfc;
  box-sizing: border-box;
  font-size: 1.1rem;
  font-weight: 700;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  text-align: center;
  z-index: 1;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(230, 230, 230, 1)
  );
}

form#mail_form p.slide-down::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-size: 1.1rem;
  margin-right: 5px;
}

form#mail_form p.slide-down::after {
  content: "表示する ▼";
  font-size: 1rem;
  font-weight: 400;
  background: #2275c4;
  color: #fff;
  padding: 7px 32px;
  cursor: pointer;
  margin-left: 15px;
}

form#mail_form p.slide-down::after:hover {
  cursor: pointer;
}

form#mail_form p.active:after {
  content: " 非表示にする ▲";
  font-size: 1rem;
  font-weight: 400;
  background: #333;
  color: #fff;
  padding: 7px 22px;
  cursor: pointer;
  margin-left: 15px;
}

/* div.slide- */

form#mail_form div.slide-1,
form#mail_form div.slide-2,
form#mail_form div.slide-3,
form#mail_form div.slide-4,
form#mail_form div.slide-5,
form#mail_form div.slide-6,
form#mail_form div.slide-7,
form#mail_form div.slide-8,
form#mail_form div.slide-9,
form#mail_form div.slide-10,
form#mail_form div.slide-11 {
  display: none;
}

.linetop-none {
  border-top: none !important;
}

.pt-05rem {
  padding-top: 0.5rem !important;
}

.pt-1rem {
  padding-top: 1rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.paytable-top {
  width: calc(100% - 50px) !important;
  margin: 15px 25px !important;
  padding: 0!important;
  /* overflow-x: auto; */
}
form#mail_form div.payment > table{
  width: calc(100% - 2px)!important;
}

.txt-blue{
  color:#2275c4 !important;
  font-weight: 500;
}


/* -- confirm -------------------------------------------------------------------------------------------- */

form#confirm_form dl.lastitem{
  border-bottom: 1px solid #dcdcdc !important;
}


form#confirm_form div.headline {
  width: 90%;
  margin: 25px auto 0;
  padding: 10px;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background: #fcfcfc;
  box-sizing: border-box;
  /* align-items: center; */
  text-align: center;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(230, 230, 230, 1)
  );
}

form#confirm_form div.headline > ul {
  margin: 0;
  padding: 0;
}

form#confirm_form div.headline > ul > li:first-child {
  font-weight: 700;
  font-size: 1.1rem;
}

form#confirm_form div.headline > ul > li:first-child::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-size: 1.1rem;
  margin-right: 5px;
}

form#confirm_form div.headline > ul > li:nth-child(2) {
  font-size: 0.95rem;
  padding-left: 0.1rem;
}


form#confirm_form div.member-info-area {
  width: 90%;
  margin: 0 auto 0;
  padding: 15px 0;
  border: 3px solid #dcdcdc;
  box-sizing: border-box;
}

form#confirm_form div.member-info-area > p > span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}


form#confirm_form div.member-info-section {
  width: 96%;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  box-sizing: border-box;
}

form#confirm_form div.member-info-section.lastitem{
  border-bottom: 1px solid #dcdcdc !important;
}


form#confirm_form dl.member-info {
  width: 100%;
  display: block;
  border-top: none;
  border-left: none;
  border-right: none;
}

form#confirm_form dl.member-info dt {
  width: auto;
  /* float: none; */
  padding: 0;
  text-align: left;
  /* background-color: #ffffff; */
  margin-bottom: 8px;
}

form#confirm_form dl.member-info dd {
  width: auto;
  /* float: none; */
  padding: 0 0 8px;
  border-left: none;
  display: flex;
}

form#confirm_form dl.member-info dd > div{
  margin-left: 1rem;
}

form#confirm_form dl.member-info dt i {
  float: none;
  position: static;
  font-weight: normal;
}

form#confirm_form dl.member-info dt span.required,
form#confirm_form dl.member-info dt span.optional {
  margin: 0 15px 0 0;
}

form#confirm_form dl.member-info dt span.required,
form#confirm_form dl.member-info dt span.optional {
  margin-right: 6px;
}

form#confirm_form dl.member-info dt > br {
  display: none !important;
}


form#confirm_form div.sticky-container {
  margin: 25px auto 0;
  padding: 0;
}

form#confirm_form p.slide-down {
  width: 90%;
  margin: 0 auto 0;
  padding: 15px 10px;
  border: 1px solid #dcdcdc;
  background: #fcfcfc;
  box-sizing: border-box;
  font-size: 1.1rem;
  font-weight: 700;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  text-align: center;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(230, 230, 230, 1)
  );
}
form#mail_form p.slide-down span.sp_only,
form#confirm_form p.slide-down span.sp_only{
  height: 0.5rem;
}

form#confirm_form p.slide-down::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-size: 1.1rem;
  margin-right: 5px;
}

form#confirm_form p.slide-down::after {
  content: "表示する ▼";
  font-size: 1rem;
  font-weight: 400;
  background: #2275c4;
  color: #fff;
  padding: 7px 32px;
  cursor: pointer;
  margin-left: 15px;
}

form#confirm_form p.slide-down::after:hover {
  cursor: pointer;
}

form#confirm_form p.active:after {
  content: " 非表示にする ▲";
  font-size: 1rem;
  font-weight: 400;
  background: #333;
  color: #fff;
  padding: 7px 22px;
  cursor: pointer;
  margin-left: 15px;
}

form#confirm_form div.slide-1,
form#confirm_form div.slide-2,
form#confirm_form div.slide-3,
form#confirm_form div.slide-4,
form#confirm_form div.slide-5,
form#confirm_form div.slide-6,
form#confirm_form div.slide-7,
form#confirm_form div.slide-8,
form#confirm_form div.slide-9,
form#confirm_form div.slide-10,
form#confirm_form div.slide-11 {
  display: none;
}

form#confirm_form div.way{
	width: 90%;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 15px 25px;
	background-color: #fff;
	border: solid 1px #dcdcdc;
	font-weight: 400;
	box-sizing: border-box;
}

form#confirm_form div.way > ul {
  margin: 0 0 25px;
  padding: 0;
}

form#confirm_form div.way > ul > li:first-child {
  font-weight: 700;
  color: #008080;
  margin-bottom: 5px;
  font-size: 1rem !important;
}

form#confirm_form div.way > ul > li {
  color: #ce0202;
  font-weight: 500;
  font-size: 0.9rem;
}

form#confirm_form div.way > .breakdown-hed {
  margin: 25px 0 0;
  padding: 3px 0;
  font-weight: 700;
  color: #fff;
  background: #666;
  text-align: center;
}

form#confirm_form div.pay {
	width: 100%;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 15px 25px;
	background-color: #fff;
	border: solid 1px #dcdcdc;
	font-weight: 400;
	box-sizing: border-box;
  }
  
  /* form#confirm_form div.pay {
	  width: 100%;
	  margin: 0 auto;
	  overflow: hidden;
  } */
  
  form#confirm_form div.pay > ul{
	  margin: 0;
	  padding: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  
  form#confirm_form div.pay > ul > li:first-child{
  width: 10rem;
  text-align: center;
  font-weight: 600;
  background-color: #008080;
  color: #fff;
  /* margin-right: 1.5rem; */
  padding: 0.2rem 0 0.15rem;
  }
  
  form#confirm_form div.pay > ul > li:nth-child(2){
	  font-size: 1.25rem !important;
}

form#confirm_form div.pay > ul > li:nth-child(2)::after{
	content: "円";
}

  
form#confirm_form div.pay p.payment01 {
  padding: 0;
  line-height: 2.45;
}

form#confirm_form div.pay p.payment02 {
  line-height: 2.45;
  padding: 0 25px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  display: none;
}



form#confirm_form div.breakdown {
  width: 100%;
  margin: 0 auto 15px;
  padding: 15px 15px 25px;
  box-sizing: border-box;
  border: solid 1px #ccc;
  overflow-y: auto;
}

form#confirm_form div.breakdown > table {
  border-collapse: collapse;
  width: calc(100% - 1px);
  white-space: nowrap;
}
form#confirm_form div.breakdown > table td {
  border: gray solid 1px;
  padding: 5px 15px;
  text-align: center;
  white-space: nowrap !important;
}
form#confirm_form div.breakdown > table th {
  font-weight: 700;
}
form#confirm_form div.breakdown > table th:first-child{
  padding-right: 20px;
}
form#confirm_form div.breakdown > table tr > th.aaa {
  width: 5rem !important;
  padding: 0 !important;
}



.credit_note{
  text-align: left;
  /* border-top: solid 1px #ccc; */
  width: 90%;
  margin:0 auto!important;
  border-bottom:none;
  padding:15px 0!important;
  color:red;
}


/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */



@media screen and (min-width:768px){
	form#confirm_form div.pay > ul{
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	form#confirm_form div.pay > ul > li:first-child{
		margin-right: 1.5rem;
	}

  .credit_note{
    text-align: center;
  }
}





/* モーダル */
#return_btn_wrap .button_cancel_mypage{
  text-align: center;
}
#return_btn_wrap .return_modal{
  display: none;
  background-color: #000000bb;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
#return_btn_wrap .return_modal_inner{
  background-color: #FFFFFF;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: auto;
  width: calc(100% - 130px);
  max-width: 460px;
  height: fit-content;
  text-align: center;
  z-index: 110;
  padding: 40px 20px 20px;
  font-size: 15px;
}
#return_btn_wrap .btn_wrap{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  max-width: 26rem;
  margin: 2rem auto;
}
#return_btn_wrap .btn_wrap>a,
#return_btn_wrap .btn_wrap>span{
  display: block;
  width: 45%;
  text-align: center;
  border-radius: 2px;
  color: #FFFFFF;
  text-decoration: none;
  /* padding: 1rem 0; */
}
#return_btn_wrap .btn_wrap>a{
  border: 1px solid #4cae4c;
  background: #5cb85c;
}
#return_btn_wrap .btn_wrap>span{
  border: 1px solid #ae4c4c !important;
  background: #b85c5c !important;
}
#return_btn_wrap .btn_wrap>a:hover,
#return_btn_wrap .btn_wrap>span:hover{
  opacity: 0.7;
}

.data2_submit_btn{
  border:1px solid #4cae4c;
  background:#5cb85c;
  color:#FFFFFF; width:45%;
}
.data2_submit_btn.noclick{
  border: 1px solid #dcdcdc;
  background: #dcdcdc;
  pointer-events: none;
}



/* 後から決済を振込変更　隠しボタン */
.nyuryoku .modal-ginko__wrap{
  margin: 0 !important;
  text-align: left !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.nyuryoku .modal-ginko__open-label{
  font-size: 14px !important;
}
.nyuryoku .modal-ginko__content{
  text-align: center;
}
.nyuryoku .modal-ginko ul li:last-child{
  font-weight: normal;
}
.nyuryoku #ginko_button{
  display: block!important;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .nyuryoku .modal-ginko__open-label {
    display: inline-block !important;
  }
}

#paytable caption {
  text-align: center !important;
  font-weight: bold !important;
  font-size: 1.25em !important;
  padding-bottom: 0 !important;
  margin-bottom: 5px !important;
  line-height: 1 !important;
  color:  #454545 !important;
}

#paytable td{

}
#paytable td span{
  display: inline-block;
  width: 10rem;
  text-align: right;
}

.paytable_note{
  margin-top: 15px!important;
  font-size: 14px;
  line-height: 1.65em;
  color:#454545 !important;
}
.paytable_note p{
  text-indent: -3.1em;
  padding-left: 3.1em !important;
  /* text-indent: -2.7rem;
  padding-left: 2.7rem !important; */
}
.paytable_note p span{
  /* font-size: 0.8em; */
  vertical-align: top;
  margin-right: 5px!important;
}




.modal-content ul li label {
	display: block;
	margin-top: 10px;
	padding: 7px 2%;
	border-radius: 3px;
	background: #f0f0f0;
	padding-left: 3em;
	/* text-indent: -2em; */
	text-indent: -1.7em;
}
.modal-content ul li:first-child label {
	margin-top: 0px;
}
.modal-content ul li label:hover {
	cursor: pointer;
	background: #e0e0e0;
}
.modal-content input[type="submit"],
.modal-cancel,
#return_btn_wrap .btn_wrap>a,
#return_btn_wrap .btn_wrap>span{
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
}