@charset "utf-8";
/*----------------------------------------------
	.class name
---------------------------------------------*/
/*----------------------------------------------
  	.c_ttl_type01
  ---------------------------------------------*/
.c_ttl_type01 {}
/*----------------------------------------------
    .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
  padding: 20px 0;
  font-size: 2.8rem;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
  background: #006CBA;
}
/*----------------------------------------------
    .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  font-size: 2.8rem;
  font-weight: 900;
}
.c_ttl_type03:before, .c_ttl_type03:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #313131;
}
.c_ttl_type03:before {
  margin-right: 5rem;
}
.c_ttl_type03:after {
  margin-left: 5rem;
}
/*----------------------------------------------
  	.c_kome_type01
---------------------------------------------*/
.c_kome_type01 {
  text-indent: -1em;
  padding-left: 1em;
}
/*----------------------------------------------
	.c_btn_blue
---------------------------------------------*/
.c_btn_blue {
  display: inline-block;
  padding: 15px 20px;
  min-width: 220px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  background: #006CBA;
  border-radius: 5px;
}
a.c_btn_blue:hover {
  color: #FFFFFF;
  opacity: 0.6;
}
/*----------------------------------------------
	.c_btn_red
---------------------------------------------*/
.c_btn_red {
  display: inline-block;
  padding: 15px 20px;
  min-width: 220px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  background: #C50000;
  border-radius: 5px;
}
a.c_btn_red:hover {
  color: #FFFFFF;
  opacity: 0.6;
}
/*----------------------------------------------
	.c_btn_white
---------------------------------------------*/
.c_btn_white {
  display: inline-block;
  padding: 15px 20px;
  min-width: 220px;
  text-align: center;
  text-decoration: none;
  color: #006CBA;
  font-weight: bold;
  background: #FFFFFF;
  border: 2px solid #006CBA;
  border-radius: 5px;
}
a.c_btn_white:hover {
  color: #FFFFFF !important;
  background: #006CBA !important;
}
/*----------------------------------------------
	.c_box
---------------------------------------------*/
.c_box {
  padding: 15px;
  color: #C50000;
	font-size: 2.0rem;
  font-weight: bold;
  background: #FAF2F2;
  border: 1px solid #B52519;
}
/*----------------------------------------------
	.c_table_type01
---------------------------------------------*/
.c_table_type01 {
  width: 100%;
  font-size: 1.4rem;
}
.c_table_type01 th {
  font-weight: normal;
  background: #F6F6F6;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.c_table_type01 th, .c_table_type01 td {
  padding: 15px;
  border: 1px solid #CCCCCC;
}
.c_table_type01 a {
  color: #006CBA;
}
.c_table_type01 a:hover {
  color: #C50000;
}
/*----------------------------------------------
	.c_register_form
---------------------------------------------*/

.c_register_form{
  margin-bottom: 40px;
}

.c_register_form .c_table_type01 {
  margin-bottom: 40px;
}
.c_register_form a {
  color: #006CBA;
}
.c_register_form a:hover {
  color: #C50000;
}
.c_register_form .c_table_type01 th {
  width: 250px;
  font-weight: bold;
  text-align: left;
}
.c_register_form .c_table_type01 th span {
  margin-left: 10px;
  padding: 2px 8px 3px 8px;
  font-size: 1.2rem;
  color: #FFFFFF;
  font-weight: normal;
  background: #C50000;
  border-radius: 3px;
}
.c_register_form .c_table_type01 input {
  width: 100%;
  padding: 10px;
  background: #F9F9FB;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
.c_register_form .c_table_type01 input#consent{
  width:auto;
}

.c_register_form .c_table_type01 input::placeholder {
  color: #AAAAAA;
  opacity: 1;
}
.c_register_form .btn_submit {
  border: none;
  outline: none;
  cursor: pointer;
}
.c_register_form .btn_submit:hover {
  opacity: 0.6;
}
.c_register_form .is_error {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #C50000;
}

.c_register_form .is_error02{
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #C50000;
}


.is_form_text {
	margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.is_notes {
	text-align: center;
  font-size: 1.4rem;
}



