@charset "utf-8";
/* フォームページ共通 (.exam-guide) */
.caution {
    font-weight: bold;
}
.line_u{
  text-decoration: underline;
}
.exam-guide {
  padding-top: 120px;
}
.exam-guide .wrap_lead{
  background: #F0F0F0;
  border-radius: 20px;
  width: 100%;
  padding: 40px;
  text-align: left;
  font-size: 13px;
  margin-bottom: 60px;
}
.exam-guide .ttl_guide{
  color: var(--c-blue01);
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  letter-spacing: 0.024em;
  line-height: 1;
}
.exam-guide .p_lead{
  letter-spacing: 0.07em;
  line-height: 1.58;
}
.exam-guide .p_lead:last-of-type{
  margin-top: 20px;
}
.exam-guide .a_link_lead {
    position: relative;
    color: var(--c-blue01);
    text-decoration: underline;
}
.exam-guide .a_link_lead.q_mark{
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  background: #fff;
  border-radius: 40px;
  padding: 10px 20px 10px 40px;
  display: inline-block;
  line-height: 1;
  margin: 10px 0 20px;
  text-decoration: none;
}
.exam-guide .a_link_lead.q_mark::before{
  position: absolute;
  content: "";
  background: url(../images/examinations/ico_q.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.exam-guide table{
  font-size: 14px;
  margin-bottom: 40px;
}
.exam-guide table th,
.exam-guide table td {
  font-size: 14px;
  text-align: left;
  padding-bottom: 30px;
}
.exam-guide table tr:last-child th,
.exam-guide table tr:last-child td {
  padding-bottom: 0;
}
.exam-guide table th{
  font-weight: bold;
  padding-left: 40px;
  min-width: 255px;
  vertical-align: middle;
}
.exam-guide table th .sub_th,
.exam-guide table td .msg{
  font-size: 12px;
  font-weight: 500;
}
.exam-guide table th.align_top{
    vertical-align: top;
    padding-top: 0.25em;
}
.exam-guide table .name ul{
display: flex;
}
.exam-guide table .name ul > li + li{
margin-left: 20px;
}
.exam-guide table .small{
  display: block;
  font-size: 12px;
  color: #f46f6f;
}
.exam-guide th .hissu {
  font-size: 11px;
  color: #fff;
  background: #F46F6F;
  border-radius: 2px;
  margin-left: 10px;
  padding: 1px;
}
.exam-guide form .hyphen{
  margin: 0 10px;
}
.exam-guide form .ymd{
  margin: 0 10px 0 5px;
}
.exam-guide .wrap_hosoku{
  border: 1px solid var(--c-blue01);
  border-radius: 20px;
  width: 100%;
  padding: 40px;
  text-align: left;
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1.58;
}
.exam-guide .item_hosoku{
  position: relative;
  padding-left: 14px;
}
.exam-guide li.item_hosoku + li{
  margin-top: 10px;
}
.exam-guide .item_hosoku::before{
  position: absolute;
  content: "";
  background: url(../images/examinations/nakaguro.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 0.2em;
  left: 0;
}
.exam-guide .pc_nowrap{
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
.exam-guide {
  padding-top: 40px;
}
.exam-guide .ttl_guide{
  line-height: 1.58;
}
.exam-guide table th,
.exam-guide table td {
  display: block;
}
.exam-guide table th{
  padding-left: 0;
  padding-bottom: 4px;
}
.exam-guide table tr:last-child th{
  padding-bottom: 4px;
}
.exam-guide .number .hyphen{
  margin: 0 5px;
}
.exam-guide .pc_nowrap{
  white-space: unset;
}
}
/* //フォームページ共通 (.exam-guide) */

/* フォーム部品 */
.exam-guide .name label {
  padding-right: 24px;
  white-space: nowrap;
  text-align: right;
}
.exam-guide .name.kana label{
  padding-right: 10px;
}
.exam-guide table .name .form_2annotation li{
  padding-left: 38px;
}
.exam-guide table .name.kana .form_2annotation li:nth-of-type(2){
  padding-left: 48px;
  margin: 0;
}
.exam-guide input[type="text"],
.exam-guide input[type="email"],
.exam-guide select{
  padding: 5px 8px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  margin: 0;
  font-family: inherit;
  color: #7B7B7B;
}
.exam-guide select{
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/examinations/arrow_select01.svg) no-repeat;
  background-size: 8px 5px;
  background-position: 95% 50%;
  cursor: pointer;
  &::-ms-expand {
  display: none;
}
}
.exam-guide .name input {
  width: 120px;
  box-sizing: border-box;
}
.exam-guide input.singleLine {
  width: 435px;
}
.exam-guide input[id=phone1],
.exam-guide input[id=phone2],
.exam-guide input[id=phone3]{
width: 100px;
}
.exam-guide input[type="checkbox"]{
  position: relative;
  margin: 0 10px 0 0;
  width: 19px;
  height: 19px;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: #D9D9D9 1px solid;
  vertical-align: -0.25em;
  cursor: pointer;
}
.exam-guide input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/examinations/checked.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  content: '';
}
ul.checkbox li + li{
  margin-top: 5px;
}
.exam-guide input[type="radio"] {
  position: relative;
  width: 19px;
  height: 19px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 10px 0 0;
}

.exam-guide input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/examinations/checked_radio.svg) no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
    content: '';
    transform: translate(-50%, -50%);
}
.exam-guide ul.radio{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.exam-guide select.year,
.exam-guide select.examYear,
.exam-guide select[id="pref"]{
  width: 140px;
}
.exam-guide select.month,
.exam-guide select.day,
.exam-guide select.examMonth,
.exam-guide .postal input[id="postal1"]{
  width: 100px;
}
.exam-guide select[id="exam_subject"]{
background-position: 98% 50%;
}
.exam-guide .postal input[id="postal2"]{
  width: 100px;
}
.exam-guide textarea {
  width: 435px;
  padding: 10px 5px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-appearance: none;
  font-family: inherit;
}
.exam-guide .submit.confirm{
  margin-bottom: 100px;
}
.exam-guide .submit.confirm button{
  background: var(--c-blue01);
  display: block;
  color: #fff;
  padding: 12px;
  padding-left: 20px;
  max-width: 320px;
  width: 100%;
  border-radius: 50px;
  position: relative;
  border: none;
  margin: auto;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.exam-guide .submit button:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1024px) {
.exam-guide input.singleLine,
.exam-guide textarea{
  width: 330px;
}
.exam-guide table .name .form_2annotation li{
  padding-left: 0;
}
.exam-guide select[id="exam_subject"]{
  width: 100%;
}
.exam-guide form .ymd{
  margin: 0 4px 0 2px;
}
.exam-guide select.year,
.exam-guide select.examYear{
  width: 90px;
}
.exam-guide select.month,
.exam-guide select.day,
.exam-guide select.examMonth{
  width: 80px;
}
.exam-guide table .name .form_2annotation li:nth-of-type(2){
    margin: 0;
    padding-left: 60px;
}
.exam-guide table .name.kana .form_2annotation li:nth-of-type(2){
    padding-left: 48px;
    margin: 0;
}
}
/* //フォーム部品 */

/* ラジオボタン挙動 */


@media screen and (max-width: 1024px) {

}
/* //ラジオボタン挙動 */

/* registration.php */
#registration .p_lead + .p_lead{
  margin-top: 20px;
}
#registration .exemCheck,
#registration .exemRadio{
  margin-bottom: 15px;
}

/* request.php */
#request.exam-guide .p_lead:last-of-type{
  margin-top: 0;
}
