@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;
  padding: 15px 25px !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;
  }
}