@charset "UTF-8";
/* CSS Document */
/*ボタンのcolor*/
/*ボタンの文字*/
/*ボタンのhover背景*/
/* CSS Document */
@media screen and (min-width: 1367px) {
  section:first-of-type {
    border-top: 3px solid #1d1963;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section:first-of-type {
    border-top: 2px solid #1d1963;
  }
}
@media screen and (max-width: 930px) {
  section:first-of-type {
    border-top: 2px solid #1d1963;
  }
}

@media screen and (min-width: 1367px) {
  section:last-of-type {
    border-bottom: 3px solid #1d1963;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section:last-of-type {
    border-bottom: 2px solid #1d1963;
  }
}
@media screen and (max-width: 930px) {
  section:last-of-type {
    border-bottom: 2px solid #1d1963;
  }
}

section {
  border-bottom: 1px solid #1d1963;
}
@media screen and (min-width: 1367px) {
  section {
    padding: 0px;
    width: 1150px;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section {
    padding: 0px;
    width: 800px;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (max-width: 930px) {
  section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 931px) {
  section .fileup_flex {
    display: flex;
  }
}
@media screen and (min-width: 1367px) {
  section .left_box {
    min-width: 360px;
    background-color: #fcfcfc;
    color: #000;
    position: relative;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .left_box {
    min-width: 250px;
    background-color: #fcfcfc;
    color: #000;
    position: relative;
  }
}
@media screen and (max-width: 930px) {
  section .left_box {
    width: 95%;
    margin: 0 auto;
  }
}
section .left_box .title_flex {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1367px) {
  section .left_box .title_flex {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 50px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .left_box .title_flex {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 35px;
  }
}
@media screen and (max-width: 930px) {
  section .left_box .title_flex {
    position: relative;
    border-left: 5px solid #1d1963;
    padding-left: 5px;
  }
}
section .left_box .title_flex .title_flex_box {
  font-weight: 500;
}
@media screen and (min-width: 1367px) {
  section .left_box .title_flex .title_flex_box {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .left_box .title_flex .title_flex_box {
    font-size: 10px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 930px) {
  section .left_box .title_flex .title_flex_box {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 930px) {
  section .left_box .title_flex .pc_opt {
    display: none;
  }
}
@media screen and (min-width: 931px) {
  section .left_box .title_flex .sp_opt {
    display: none;
  }
}
section .left_box .title_flex .required_box {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1367px) {
  section .left_box .title_flex .required_box:empty {
    width: 60px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .left_box .title_flex .required_box:empty {
    width: 40px;
  }
}
@media screen and (max-width: 930px) {
  section .left_box .title_flex .required_box {
    width: 50px;
  }
  section .left_box .title_flex .required_box:empty {
    width: 10px;
  }
}
section .right_box {
  position: relative;
}
@media screen and (min-width: 1367px) {
  section .right_box {
    width: 790px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box {
    width: 550px;
  }
}
section .right_box .opt_invent_box {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1367px) {
  section .right_box .opt_invent_box {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .opt_invent_box {
    margin-right: 7px;
  }
}
section .right_box .opt_invent_box .invent_num {
  letter-spacing: 1px;
}
@media screen and (min-width: 1367px) {
  section .right_box .opt_invent_box .invent_num {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .opt_invent_box .invent_num {
    font-size: 9px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .opt_invent_box .invent_num {
    font-size: 13px;
  }
}
section .right_box .opt_invent_box .opt_invent {
  font-weight: 500;
}
@media screen and (min-width: 1367px) {
  section .right_box .opt_invent_box .opt_invent {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .opt_invent_box .opt_invent {
    font-size: 9px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .opt_invent_box .opt_invent {
    font-size: 13px;
  }
}
section .right_box .text_box_set {
  /*プルダウンの三角を設定*/
}
@media screen and (min-width: 931px) {
  section .right_box .text_box_set {
    display: flex;
  }
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .sub_ti {
    min-width: 225px;
    text-align: left;
    letter-spacing: 2px;
    padding: 3px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .sub_ti {
    min-width: 160px;
    text-align: left;
    letter-spacing: 2px;
    padding: 3px 10px;
    font-size: 9px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .sub_ti {
    font-weight: 500;
    font-size: 13px;
    margin-left: 15px;
    min-height: 20px;
  }
  section .right_box .text_box_set .sub_ti:empty {
    padding: 0;
    min-height: 10px;
  }
}
section .right_box .text_box_set input[type=text]:focus, section .right_box .text_box_set input[type=date]:focus {
  background-color: #F4F4F4;
  border: 1px solid #000;
  transition: color 0.6s ease, background 0.4s ease;
}
section .right_box .text_box_set input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #F4F4F4 inset;
}
section .right_box .text_box_set .input_control {
  background-color: #F4F4F4;
}
section .right_box .text_box_set .input_control:-moz-placeholder-shown {
  background-color: #F4F4F4;
}
section .right_box .text_box_set .input_control:placeholder-shown {
  background-color: #F4F4F4;
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .input_control {
    width: 350px;
    min-width: 350px;
    height: 32px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .input_control {
    width: 250px;
    min-width: 250px;
    height: 21px;
    font-size: 9px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .input_control {
    width: 95%;
    display: block;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 16px;
  }
}
section .right_box .text_box_set textarea {
  display: block;
  background-color: #F4F4F4;
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set textarea {
    padding: 10px;
    width: 350px;
    height: 180px;
    line-height: 1.5;
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set textarea {
    padding: 7px;
    width: 250px;
    height: 140px;
    line-height: 1.5;
    font-size: 9px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set textarea {
    width: 95%;
    height: 150px;
    margin: 3px auto;
    line-height: 1.5;
    padding: 10px;
    font-size: 16px;
  }
}
section .right_box .text_box_set textarea:-moz-placeholder-shown {
  background-color: #F4F4F4;
}
section .right_box .text_box_set textarea:placeholder-shown {
  background-color: #F4F4F4;
}
section .right_box .text_box_set textarea:focus {
  outline: 0;
  background: #F4F4F4;
  border: 1px solid #000;
  transition: color 0.6s ease, background 0.4s ease;
}
section .right_box .text_box_set + .text_box_set {
  margin-top: 10px;
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .radio_btn_vertical {
    text-align: left;
    min-width: 350px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .radio_btn_vertical {
    text-align: left;
    min-width: 250px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .radio_btn_vertical {
    width: 100%;
    text-align: left;
  }
}
section .right_box .text_box_set .radio_btn_vertical .flex_rdio {
  display: flex;
  align-items: flex-start;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio {
    line-height: 1.9;
  }
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio + .flex_rdio {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio {
    line-height: 1.7;
  }
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio + .flex_rdio {
    margin-top: 10px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio {
    margin: 0 auto;
    padding: 10px 0;
    width: 95%;
    line-height: 1.8;
  }
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio + .flex_rdio {
    border-top: 1px solid #999;
  }
}
section .right_box .text_box_set .radio_btn_vertical .flex_rdio .radio_control {
  accent-color: #0274a8;
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio .radio_control {
    min-width: 18px;
    min-height: 18px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio .radio_control {
    min-width: 13px;
    min-height: 13px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio .radio_control {
    min-width: 20px;
    min-height: 20px;
  }
}
section .right_box .text_box_set .radio_btn_vertical .flex_rdio input.home_input_control, section .right_box .text_box_set .radio_btn_vertical .flex_rdio input.workplace_input_control {
  accent-color: #0274a8;
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio input.home_input_control, section .right_box .text_box_set .radio_btn_vertical .flex_rdio input.workplace_input_control {
    min-width: 18px;
    min-height: 18px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio input.home_input_control, section .right_box .text_box_set .radio_btn_vertical .flex_rdio input.workplace_input_control {
    min-width: 13px;
    min-height: 13px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio input.home_input_control, section .right_box .text_box_set .radio_btn_vertical .flex_rdio input.workplace_input_control {
    min-width: 20px;
    min-height: 20px;
  }
}
section .right_box .text_box_set .radio_btn_vertical .flex_rdio label {
  cursor: pointer;
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio label {
    padding-left: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio label {
    padding-left: 7px;
    font-size: 10px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .radio_btn_vertical .flex_rdio label {
    width: 100%;
    padding-left: 7px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .check_btn_vertical {
    min-width: 300px;
    text-align: left;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .check_btn_vertical {
    min-width: 210px;
    text-align: left;
  }
}
section .right_box .text_box_set .check_btn_vertical .flex_check {
  display: flex;
  align-items: flex-start;
  /* チェックボックスデザイン */
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check {
    min-height: 21px;
    text-align: left;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check {
    width: 95%;
    margin: 0 auto;
  }
}
section .right_box .text_box_set .check_btn_vertical .flex_check input[type=checkbox] {
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check input[type=checkbox] {
    margin: 3px 0 0 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check input[type=checkbox] {
    margin: 3px 0 0 0;
  }
}
section .right_box .text_box_set .check_btn_vertical .flex_check input[type=checkbox]::before,
section .right_box .text_box_set .check_btn_vertical .flex_check input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
section .right_box .text_box_set .check_btn_vertical .flex_check input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #9f9f9f;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check input[type=checkbox]::before {
    width: 18px; /*チェックボックスの横幅*/
    height: 18px; /*チェックボックスの縦幅*/
    left: 0px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check input[type=checkbox]::before {
    width: 13px; /*チェックボックスの横幅*/
    height: 13px; /*チェックボックスの縦幅*/
    left: 0px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check input[type=checkbox]::before {
    width: 20px; /*チェックボックスの横幅*/
    height: 20px; /*チェックボックスの縦幅*/
    left: -1px;
  }
}
section .right_box .text_box_set .check_btn_vertical .flex_check .disab:before {
  background-color: #ccc !important;
  border-radius: 0%;
  border: 1px solid #ccc !important;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check .disab:before {
    width: 18px; /*チェックボックスの横幅*/
    height: 18px; /*チェックボックスの縦幅*/
    left: 0px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check .disab:before {
    width: 13px; /*チェックボックスの横幅*/
    height: 13px; /*チェックボックスの縦幅*/
    left: 0px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check .disab:before {
    width: 20px; /*チェックボックスの横幅*/
    height: 20px; /*チェックボックスの縦幅*/
    left: -1px;
  }
}
section .right_box .text_box_set .check_btn_vertical .flex_check input[type=checkbox]::after {
  border-bottom: solid #0274a8; /*チェックの太さ*/
  border-left: solid #0274a8; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  transform: rotate(-45deg);
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check input[type=checkbox]::after {
    height: 8px; /*チェックの高さ*/
    width: 15px; /*チェックの横幅*/
    top: 0px; /*チェック時の位置調整*/
    left: 2px; /*チェック時の位置調整*/
    border-bottom-width: 3px;
    border-left-width: 3px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check input[type=checkbox]::after {
    height: 6px; /*チェックの高さ*/
    width: 12px; /*チェックの横幅*/
    top: 1px; /*チェック時の位置調整*/
    left: 1px; /*チェック時の位置調整*/
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check input[type=checkbox]::after {
    height: 7px; /*チェックの高さ*/
    width: 15px; /*チェックの横幅*/
    top: 0px; /*チェック時の位置調整*/
    left: 2px; /*チェック時の位置調整*/
  }
}
section .right_box .text_box_set .check_btn_vertical .flex_check input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}
section .right_box .text_box_set .check_btn_vertical .flex_check label {
  display: block;
  padding: 0;
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check label {
    font-size: 13px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check label {
    font-size: 10px;
    margin-left: 10px;
    min-height: 21px;
    line-height: 19px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .check_btn_vertical .flex_check label {
    font-size: 14px;
    margin-left: 10px;
  }
}
section .right_box .text_box_set .cp_ipselect01 {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #bbbbbb;
  border-radius: 0px;
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .cp_ipselect01 {
    width: 95%;
    min-height: 20px;
    padding-left: 7px;
    font-size: 9px;
    margin: 0 auto;
    text-overflow: ellipsis; /*テキストがオーバーしたら'...'で省略*/
  }
}
section .right_box .text_box_set .cp_ipselect01 select {
  color: #000;
  cursor: pointer;
  z-index: 1;
  /* 標準のスタイルを無効にする */
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: transparent;
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .cp_ipselect01 select {
    min-width: 350px;
    min-height: 30px;
    padding-left: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .cp_ipselect01 select {
    min-width: 250px;
    min-height: 20px;
    padding-left: 7px;
    font-size: 9px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .cp_ipselect01 select {
    min-width: 100%;
    min-height: 32px;
    padding-left: 7px;
    font-size: 16px;
    text-overflow: ellipsis; /*テキストがオーバーしたら'...'で省略*/
  }
}
section .right_box .text_box_set .cp_ipselect01 select option:first-of-type {
  color: #999;
}
section .right_box .text_box_set .cp_ipselect01::before {
  position: absolute;
  content: "";
  background: #666666;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 1367px) {
  section .right_box .text_box_set .cp_ipselect01::before {
    right: 15px;
    width: 13px;
    height: 8px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .text_box_set .cp_ipselect01::before {
    right: 10px;
    width: 10px;
    height: 6px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .text_box_set .cp_ipselect01::before {
    right: 10px;
    width: 10px;
    height: 6px;
  }
}
section .right_box .anser {
  overflow-wrap: break-word;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 1367px) {
  section .right_box .anser {
    width: 750px;
    text-align: left;
    font-size: 13px;
    padding: 20px 50px 20px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .anser {
    width: 550px;
    font-size: 9px;
    padding: 12px 35px 12px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .anser {
    margin: 10px 0 0 20px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1367px) {
  section .right_box .anser .jusyo {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .anser .jusyo {
    margin: 0 0 7px 0;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .anser .jusyo {
    margin: 10px 0;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .img_center {
    width: 200px;
    margin: 10px auto 0;
  }
}
section .right_box .img_center img {
  border: 1px solid #ccc;
  display: block;
}
@media screen and (min-width: 1367px) {
  section .right_box .img_center img {
    width: 300px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .img_center img {
    width: 210px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .img_center img {
    width: 95%;
    margin: 0 auto;
  }
}
section .right_box .tax {
  text-align: right;
}
@media screen and (min-width: 1367px) {
  section .right_box .tax {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .right_box .tax {
    font-size: 9px;
  }
}
@media screen and (max-width: 930px) {
  section .right_box .tax {
    font-size: 13px;
    width: 95%;
    margin: 0 auto;
  }
}
section .rei_center {
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid #1d1963;
  border-bottom: 2px solid #1d1963;
  background-color: #fff;
}
@media screen and (min-width: 1367px) {
  section .rei_center {
    width: 720px;
    margin: 0px auto 10px;
    padding: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  section .rei_center {
    width: 500px;
    margin: 0px auto 7px;
    padding: 10px;
    font-size: 9px;
  }
}
@media screen and (max-width: 930px) {
  section .rei_center {
    margin: 20px auto 0px;
    padding: 10px;
    width: 98%;
    font-size: 11px;
  }
}

.opt_section {
  border-bottom: 0px solid;
}
@media screen and (max-width: 930px) {
  .opt_section {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 930px) {
  .opt_section > .right_box > .text_box_set > .sub_ti {
    display: none;
  }
}

.opt_section_p {
  border-top: 1px solid #1d1963;
}

.opt_section_f {
  border-bottom: 1px solid #1d1963;
}

.example {
  color: #3d3d3d;
  letter-spacing: 1px;
}
@media screen and (min-width: 1367px) {
  .example {
    margin: 0 0 0 225px;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 400;
  }
  .example:empty {
    padding: 0;
    min-height: 12px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .example {
    margin: 0 0 0 160px;
    padding: 3px 0;
    font-size: 9px;
    font-weight: 500;
  }
  .example:empty {
    padding: 0;
    min-height: 8px;
  }
}
@media screen and (max-width: 930px) {
  .example {
    display: none;
  }
}

@media screen and (min-width: 931px) {
  .example_sp {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  .example_sp {
    font-size: 13px;
    width: 95%;
    margin: 0 auto;
  }
}

.err_msg {
  color: #E83817;
  font-weight: 500;
}
@media screen and (min-width: 1367px) {
  .err_msg {
    text-align: left;
    font-size: 13px;
    padding: 5px;
    margin-left: 225px;
    min-height: 29px;
  }
  .err_msg:empty {
    padding: 0;
    min-height: 12px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .err_msg {
    text-align: left;
    font-size: 10px;
    padding: 3px;
    margin-left: 160px;
    min-height: 26px;
  }
  .err_msg:empty {
    padding: 0;
    min-height: 8px;
  }
}
@media screen and (max-width: 930px) {
  .err_msg {
    width: 97%;
    text-align: right;
    margin: 2px 0;
    font-size: 13px;
    min-height: 20px;
  }
}

@media screen and (min-width: 1367px) {
  .err_img_p {
    padding: 3px 4px 2px 5px;
    float: left;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .err_img_p {
    padding: 1px 4px 2px 5px;
    width: 20px;
    float: left;
  }
}
@media screen and (max-width: 930px) {
  .err_img_p {
    float: right;
    margin: -7px 0px 0px 5px;
  }
  .err_img_p:empty {
    padding: 10px 0;
  }
}

.border_in {
  border-bottom: 1px solid #999;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 930px) {
  .border_in {
    width: 90%;
  }
}

.required_arert {
  background: #b02828;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  align-self: flex-start;
  font-weight: 500;
}
@media screen and (min-width: 1367px) {
  .required_arert {
    width: 35px;
    letter-spacing: 2px;
    font-size: 9px;
    padding: 1px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .required_arert {
    width: 28px;
    letter-spacing: 2px;
    font-size: 7px;
    padding: 1px;
  }
}
@media screen and (max-width: 930px) {
  .required_arert {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 5px;
    font-size: 10px;
    letter-spacing: 2px;
  }
}

.nini_arert {
  background: #13ac1b;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  align-self: flex-start;
  font-weight: 500;
}
@media screen and (min-width: 1367px) {
  .nini_arert {
    width: 35px;
    letter-spacing: 2px;
    font-size: 9px;
    padding: 1px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .nini_arert {
    width: 28px;
    letter-spacing: 2px;
    font-size: 7px;
    padding: 1px;
  }
}
@media screen and (max-width: 930px) {
  .nini_arert {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 5px;
    font-size: 10px;
    letter-spacing: 2px;
  }
}

.mark_maru {
  color: #13ac1b;
  font-weight: 500;
}
@media screen and (min-width: 1367px) {
  .mark_maru {
    font-size: 15px;
    line-height: 5px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .mark_maru {
    font-size: 11px;
    line-height: 10px;
  }
}

.mark_sankaku {
  font-weight: 700;
  color: #13ac1b;
}
@media screen and (min-width: 1367px) {
  .mark_sankaku {
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .mark_sankaku {
    font-size: 10px;
  }
}

.mark_batsu {
  font-weight: 500;
  color: #e71a25;
}
@media screen and (min-width: 1367px) {
  .mark_batsu {
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .mark_batsu {
    font-size: 10px;
  }
}

.back_error {
  color: #f3ecec;
  font-weight: bold;
  background-color: #E83817;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 1367px) {
  .back_error {
    width: 1300px;
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .back_error {
    width: 910px;
    font-size: 12px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 930px) {
  .back_error {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    padding: 10px;
  }
}

input[type=file] {
  color: #000;
  cursor: pointer;
}
@media screen and (min-width: 1367px) {
  input[type=file] {
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  input[type=file] {
    width: 420px;
    font-size: 9px;
  }
}
@media screen and (max-width: 930px) {
  input[type=file] {
    width: 95%;
    font-size: 13px;
    margin: 0 auto;
    display: block;
  }
}

::-webkit-file-upload-button {
  color: #000;
  border: none;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-transition: color 0.4s ease, background 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease;
}

::file-selector-button,
::-webkit-file-upload-button {
  color: #000;
  border: none;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-transition: color 0.4s ease, background 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease;
}
@media screen and (min-width: 1367px) {
  ::-webkit-file-upload-button {
    padding: 3px 10px;
    margin-right: 20px;
    font-size: 14px;
  }
  ::file-selector-button,
::-webkit-file-upload-button {
    padding: 3px 10px;
    margin-right: 20px;
    font-size: 14px;
  }
  ::-webkit-file-upload-button:hover {
    opacity: 0.9;
    background-color: #f3f3f3;
  }
  ::file-selector-button:hover,
::-webkit-file-upload-button:hover {
    opacity: 0.9;
    background-color: #f3f3f3;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  ::-webkit-file-upload-button {
    padding: 3px 10px;
    margin-right: 15px;
    font-size: 9px;
    width: 90px;
  }
  ::file-selector-button,
::-webkit-file-upload-button {
    padding: 3px 10px;
    margin-right: 15px;
    font-size: 9px;
    width: 90px;
  }
  ::-webkit-file-upload-button:hover {
    opacity: 0.9;
    background-color: #f3f3f3;
  }
  ::file-selector-button:hover,
::-webkit-file-upload-button:hover {
    opacity: 0.9;
    background-color: #f3f3f3;
  }
}
@media screen and (max-width: 930px) {
  ::-webkit-file-upload-button {
    font-size: 15px;
    border-radius: 0;
    padding: 7px 15px;
    margin-right: 20px;
  }
  ::file-selector-button,
::-webkit-file-upload-button {
    font-size: 15px;
    border-radius: 0;
    padding: 7px 15px;
    margin-right: 20px;
  }
}

.pdf_check_btn {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #961f01;
  border-radius: 5px;
  transition: color 0.4s ease, background 0.4s ease;
}
@media screen and (min-width: 1367px) {
  .pdf_check_btn {
    width: 150px;
    font-size: 15px;
    padding: 7px 10px;
    border: 2px solid #961f01;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .pdf_check_btn {
    width: 100px;
    font-size: 10px;
    padding: 5px 7px;
    border: 1px solid #961f01;
  }
}
@media screen and (min-width: 931px) {
  .pdf_check_btn:hover {
    color: #961f01;
    background: #fff;
  }
}
@media screen and (max-width: 930px) {
  .pdf_check_btn {
    width: 150px;
    font-size: 15px;
    padding: 7px 10px;
    border: 2px solid #961f01;
  }
}

.rei_center_kubun {
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (min-width: 1367px) {
  .rei_center_kubun {
    width: 720px;
    margin: 0px auto 10px;
    padding: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .rei_center_kubun {
    width: 500px;
    margin: 0px auto 7px;
    padding: 10px;
    font-size: 9px;
  }
}
@media screen and (max-width: 930px) {
  .rei_center_kubun {
    margin: 0px auto 0px;
    padding: 0px 10px;
    width: 98%;
    font-size: 11px;
  }
}

.kubun_tbl {
  border: 2px solid #0d30a3;
  width: 100%;
}

.kubun_cl1 {
  width: 30%;
  height: 2rem;
  padding-left: 1rem;
  background-color: #a3d2f8;
  border-bottom: 1px solid #999;
}

.kubun_cl2 {
  width: 70%;
  padding-left: 1rem;
  border-bottom: 1px solid #999;
}