@charset "UTF-8";

.contents_bottom {

  background: #FFF;

  padding: 0;

  clear: both;

  position: relative;

}



.form_box {

  box-sizing: border-box;

  background: #02abdf;

  /*background: linear-gradient(100deg, #12b2dc, #77c17e);*/

  color: #ffffff;

  clear: both;

  padding: 25px;

  margin: auto;

  text-align: left;

}



.form_registration {

  margin-bottom: 20px;

  font-size: 150%;

  font-weight: bold;

  text-align: center;

}



.form_input {

  width: 100%;

  padding: 0;

  margin: 0 0 10px;

  clear: both;

  overflow: hidden;

}



.form_input dt {

  box-sizing: border-box;

  width: 25%;

  height: 60px;

  margin: 0;

  background: #1f2e57;

  color: #ffffff;

  float: left;

}



.form_input label {

  box-sizing: border-box;

  display: inline-block;

  color: #ffffff !important;

  font-size: 120%;

  font-weight: 600;

  padding: 0 0 0 20px;

  letter-spacing: 2px;

  line-height: 57px;

  height: 60px;

  width: 100%;

}



.form_input dd {

  box-sizing: border-box;

  background: #fff;

  /*border-bottom: solid 1px #e9ebfd;*/

  width: 75%;

  height: 60px;

  margin: 0;

  padding: 0 10px;

  float: left;

}



.form_input input[type="text"] {

  box-sizing: border-box;

  border: solid 1px #ddd;

  width: 100%;

  line-height: 1.5;

  margin-top: 10px;

  padding: 8px 10px;

  -webkit-appearance: none;

  outline: none;

}



.form_input .checkb {

  width: 100%;

  float: none;

  clear: both;

  padding: 10px;

}



.form_input input[type="checkbox"] {

  float: left;

  margin: 5px;

  margin-top: 6px;

}



.form_input input[type="checkbox"] p {

  margin-top: 15px;

}



.form_input label {

  color: #111;

}



::-placeholder {

  color: #aaa;

}



::-webkit-input-placeholder {

  color: #aaa;

}



::-moz-placeholder {

  color: #aaa;

}



.form_subbox {

  box-sizing: border-box;

}



.submit {

  display: block;

  border: none;

	border-radius: 0 !important;

  background: #e10480;

  color: #fff;

  font-weight: bold;

  font-size: 160%;

  text-align: center;

  width: 100%;

  margin: auto auto 20px;

  padding: 20px;

  -webkit-transition: all 0.3s;

  -webkit-font-smoothing: antialiased;

  -webkit-appearance: none;

}



.submit:hover {

  opacity: 0.8;

  transition: 0.3s;

  cursor: pointer;

}



input:focus {

  background: rgba(255, 255, 238, 1)

}



input:focus::-webkit-input-placeholder {

  color: transparent;

}



input:focus::-moz-placeholder {

  color: transparent;

}



input:focus::-ms-input-placeholder {

  color: transparent;

}



input:focus::placeholder {

  color: transparent;

}



.f_color {

  color: #f00;

}



.form_attention {

  font-size: 80%;

  margin: 0 0 5px;

  clear: both;

  list-style: none;

}



.form_attention li {

  margin: 0 0 3px 1em;

  text-indent: -1em;

}





/* 角四角カケボックス*/



.my-parts_all {

  background: #003f72;

  padding: 10px;

}



.my-parts {

  box-sizing: border-box;

  display: inline-block;

  width: 100%;

  height: auto;

  background: #fff;

  background: linear-gradient(135deg, transparent 10px, #fff 0) top left, linear-gradient(-135deg, transparent 10px, #fff 0) top right, linear-gradient(-45deg, transparent 10px, #fff 0) bottom right, linear-gradient(45deg, transparent 10px, #fff 0) bottom left;

  background-size: 50% 50%;

  background-repeat: no-repeat;

  padding: 20px;

}



@media print, screen and (max-width: 800px) {

.contents_bottom {

  padding: 0;

}



.form_box {

  padding: 4%;

}



.form_input {

  margin-bottom: 5px;

}



.form_input dt {

  width: 100%;

  height: auto;

  margin-bottom: 0;

  float: none;

  background: none;

}



.form_input label {

  height: auto;

  width: 100%;

  line-height: 1;

  font-size: 100%;

  padding: 0;

  color: #0d3245 !important;

}



.form_input dd {

  box-sizing: border-box;

  border-bottom: none;

  width: 100%;

  height: auto;

  margin: auto auto 10px;

  padding: 0;

  float: none;

  background: none;

}



.form_input input {

  border-radius: 0;

}



.form_input input[type="text"] {

  border: none;

  line-height: 1;

  padding: 10px;

}



.form_registration {

  font-size: 120%;

  margin: auto auto 20px;

  text-align: center;

}



.submit {

  font-size: 150%;

}



.form_attention {

  font-size: 70%;

}

}