@charset "Shift_JIS";


#regist h2 {
  max-width: 900px;
  margin: 0 auto;
}

#regist>.info {
  margin: 15px auto 0;
  width: 900px;
}

#regist>.info form {
  margin: 0 auto 50px;
  border: solid 1px #818181;
  border-radius: 5px;
  padding: 20px 0;
  background: #efefef;
  box-sizing: border-box;
  text-align: center;
}




#regist form fieldset {
  border: none;
  display: inline-flex;
  text-align: left;
  flex-direction: column;
  margin: 0 auto;
  /* background: #eee; */
}

#regist form dl.form {
  /* margin: 25px;
  padding: 15px 50px; */
  /* border: 1px solid #CCCCCC;
  background: #FFFFFF; */
  box-sizing: border-box;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; */
}

.info>table.form {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 5px 0 35px;
}

.info>table.form th,
.info>table.form td {
  padding: 16px;
  border: 1px solid #CCCCCC;
}

.info>table.form th {
  width: 180px;
  background: #eee;
}

.info>table.form td {
  background: #FFFFFF;
}


.info .warning {
  font-weight: bold;
  color: red;
}

.attention-list * {
  line-height: 1.6;
}

.attention-list .bottom10 {
  padding-bottom: 10px;
}

.attention-list p.bottom10 {
  padding-bottom: 10px;
}



/*2023/07/18_追記*/
#wrapper .syosai_link::before{
  font-family: 'Material Icons';
  content: "chevron_right";
  font-size: 20px;
  vertical-align: middle;
  color: #a7a7a7;
  font-weight: bold;
}
#wrapper .syosai_link{
  text-align: right;
  margin-bottom: 5px;
}
#wrapper .syosai_link a,
#regist .attention-list > dd > p > a{
  color: #cb6767;
  font-weight: bold;
  border-bottom: 1px solid;
}
#regist form dl.form > dt:nth-of-type(n+2){
  margin-top: 10px;
} 
/* 
#regist form dl.form > dt:nth-of-type(n+2),
#regist form dl.form > dd:nth-of-type(n+2){
  margin-top: 15px;
} 
#regist form dl.form > dt{
  width: 30%;
}
#regist form dl.form > dd{
  width: 70%;
} */

#regist form dl.form input{
  box-sizing: border-box;
  padding: 3px 5px;
}


#regist #button{
  margin-top: 15px;
}
#regist #button button{
  text-decoration: none;
  display: inline-block;
  padding: 15px 100px;
  background-color: #222;
  color: #fff;
  border: 1px solid #222;
  border-radius: 5px;
  text-decoration: none!important;
  cursor: pointer;
  transition: 0.5s;
}
#regist #button button:hover{
  color: #222!important;
  background-color: #fff;
}

/*注意事項*/
#regist .attention-list h6{
  border-bottom: 2px solid;
  font-size: 18px;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
#regist .attention-list h6::before{
  content: "■";
  margin-right: 3px;
}
#regist .attention-list > dd:nth-of-type(1) p{
  box-sizing: border-box;
  padding: 10px;
}
#regist .attention-list > dd:nth-of-type(2){
  background-color: #f6eee3;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 5px;
}
#regist .attention-list > dd:nth-of-type(2) > p:nth-child(n+2){
  margin-top: 10px;
}
#regist .attention-list > dd:nth-of-type(2) > p:nth-child(9){
  margin-top: 0;
}

#regist .attention-list > dd > p > a{
  margin: 0 3px;
}

#regist .attention-list .red{
  font-weight: bold;
  color: #b10e1b;
}


/*お申込み内容確認画面*/
#regist #edit-form{
  display: none;
}
#regist .lastcheck_button{
  text-align: center;
}
#regist .lastcheck_button button{
  display: block !important;
  margin: 0 auto;
}
#regist .lastcheck_button button:nth-child(1){
  background-color: #E50012 !important;
  border-color: #E50012 !important;
}
#regist .lastcheck_button button:nth-child(1):hover{
  background-color: #fff !important;
  color: #222!important;
  border: 1px solid #222!important;
}
#regist .lastcheck_button button:nth-child(2){
  margin-top: 10px;
  background-color: #fff !important;
  color: #222 !important;
}

#regist #confirm-form dl.form dt{
  background-color: #383838;
  color: #fff;
  font-size: 13px;
  box-sizing: border-box;
  padding-left: 3px;
  /* border-bottom: 2px solid #aeaeae; */
}


/*お申込み完了画面*/
#regist .print_message{
  margin-top: 30px;
  color: #cb6767;
}

#regist .return_entry_form{
  margin: 30px auto 0;
  text-align: center;
}
#regist .return_entry_form a{
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 15px 100px;
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
  border-radius: 5px;
}
#regist .return_entry_form a:hover{
  color: #222!important;
}