@charset "UTF-8";
/* CSS Document */
header img.formlogo {
    width:250px;
    height:31px;
}
footer .footerlogo {
    border-bottom: 1px solid #999;
}
.copyright {
    border-bottom: none!important;
}
.forstudent {
font-size: 0.8em;
    margin: -3px auto 3px -8px;
    
}
main .form .form_table {
  width: 860px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 979px) {	
  main .form .form_table {
    width: calc(960/1000 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  main .form .form_table {
    width: calc(650/750 * 100vw);
  }
}
main .form .form_table table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .form .form_table table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main .form .form_table table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main .form .form_table table tr {
    display: block;
      margin-bottom: 20px
  }
}
main .form .form_table table th, main .form .form_table table td {
  padding: 6px 16px;
}
@media screen and (max-width: 767px) {
  main .form .form_table table th, main .form .form_table table td {
    display: block;
  }
  main .form .form_table table .spflex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin: 15px;
  }
}
main .form .form_table table th.wfix {
  background: #DFF0FB;
    width: 220px!important;
 text-align: left;
  font-weight: 600;
  font-size: 16px;
  padding: 15px;
}
main .form .form_table table td.kakunin {
 text-align: left;
  font-weight: 600;
  font-size: 16px;
  padding: 15px;
}
main .form .form_table table td.kakunin div:first-child {

  padding: 0 0 20px 0 ;
}
main .form .form_table table th p:last-child {
  padding-top: 13px;
}
.kakunin_red {
    color: #E95C0C;
    font-weight: 300;
        ;
}
@media screen and (max-width: 767px) {

      main .form .form_table table th.wfix {
    width: calc(615/750 * 100vw)!important;
  }
  main .form .form_table table th p:last-child {
    padding-top: 0 !important;
  }
      main .form .form_table table td.w70 {
    width: calc(750/750 * 100vw);
  }
}
main .form .form_table table td {
    max-width: 600px;
  font-size: 16px;
}
main .form .form_table table td .job_category_l, main .form .form_table table td .job_category_r {
    width: 30%;
  font-size: 18px;
}
        main .form .form_table table td .mr_h25 {
margin: 25px 0  ;
} 
main .form .form_table table td .with_btn {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
}
main .form .form_table table td .with_btn p {
width:160px;
    font-size: 0.9em;
    height: 40px;
  background: #FFFDE6;
    border: 1px solid #ccc;
    padding: 8px 0 8px 28px;
    position: relative;
    margin: 3px 0 0 3px;
    border-radius: 20px;
    line-height: 20px
        
}main .form .form_table table td .with_btn p:hover {
opacity: 0.6;
    transition: 0.4s;
        
}
main .form .form_table table td .with_btn p:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -0.4em;
  display: inline-block;
  width: 0.7em;
    height: 0.6em;
  border: 0.4em solid transparent;
  border-left: 0.5em solid #E12533;
}

@media screen and (max-width: 767px) {
  main .form .form_table table td {
    padding: 10px 0;
  }
    main .form .form_table table td .job_category_l {
    width: 65%;
  font-size: 18px;
}
       main .form .form_table table td .job_category_r {
    width: 35%;
  font-size: 18px;
}
        main .form .form_table table td .mr_h25 {
margin: 25px 0 15px ;
}   
}
@media screen and (max-width: 767px) {
  main .form .form_table table td table tr {
    margin-bottom: 1em;
  }
}
main .form .form_table table td table th {
  background: transparent;
  border: 0;
}
main .form .form_table table .span2 {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  main .form .form_table table .span2 {
    font-size: 0.6em;
  }
}
main .form .form_table table div {
  margin: 4px 0;
}
main .form .form_table table div span {
  display: block;
}
@media screen and (max-width: 767px) {
  main .form .form_table table div span {
    display: block;
  }
}
main .form .form_table table div.radio {
  display: inline-block;
}
main .form .form_table table .w40 {
  width: 35% !important;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
     main .form .form_table table .w80 {
    width: 100% !important;
    font-size: 18px;
  }
  main .form .form_table table .w40 {
    width: 100% !important;
    font-size: 18px;
  }
      main .form .form_table table .wzip {
    width: 45% !important;
    font-size: 18px;
  }
}
main .form .form_table table div.text {
  display: inline-block;
}
main .form .form_table table div.text input {
  padding: 6px;
  width: 100%;
}
main .form .form_table table input[type="text"] {
  padding: 10px;
  font-size: 20px;
  border: 1px solid #bbb;
}
main .form .form_table table input[type="text"]::-webkit-input-placeholder {
  color: #bbb;
}
main .form .form_table table input[type="text"]::-moz-placeholder {
  color: #bbb;
}
main .form .form_table table input[type="text"]:-ms-input-placeholder {
  color: #bbb;
}
main .form .form_table table input[type="radio"] {
  vertical-align: text-bottom;
  margin-right: 2px;
}
main .form .form_table table textarea {
  padding: 10px;
  font-size: 18px;
  width: 100%;
  border: 1px solid #bbb;
}
main .form .form_table table textarea::-webkit-input-placeholder {
  color: #bbb;
}
main .form .form_table table textarea::-moz-placeholder {
  color: #bbb;
}
main .form .form_table table textarea:-ms-input-placeholder {
  color: #bbb;
}
main .form p.attention {
  margin-top: 1em;
  text-align: center;
}
main .form p.attention a {
  text-decoration: underline;
}
main .form p.attention a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  main .form p.attention {
    text-align: center;
  }
}
main .form .error_text {
  width: 800px;
  margin: 0 auto;
  color: red;
  padding-left: 1.5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main .form .error_text {
    width: auto;
  }
}
main .form .error_text ul li {
  list-style: disc;
}
main .form .submit {
  text-align: center;
  margin-top: 2em;
}
main .form .submit input {
  background: #DA4567;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 60px;
  cursor: pointer;
  opacity: 1.0;
  transition: 0.4s;
}
main .form .return {
  background: #E95C0C;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 60px;
  cursor: pointer;
  opacity: 1.0;
  transition: 0.4s;
}
main .form .submit input:hover, main .form .return:hover {
  opacity: 0.6;
  transition: 0.4s;
}
main .form .form_kanryou {
  text-align: center;
  padding: 30px 0;
}
main .form .form_kanryou p {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  main .form .form_kanryou {
    text-align: left;
  }
}
main .form .form_table_kakunin {
  width: 800px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #bbb;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  main .form .form_table_kakunin {
    width: auto;
  }
}
main .form .form_table_kakunin table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
@media screen and (max-width: 767px) {
  main .form .form_table_kakunin table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main .form .form_table_kakunin table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main .form .form_table_kakunin table tr {
    display: block;
  }
}
main .form .form_table_kakunin table th, main .form .form_table_kakunin table td {
  padding: 6px 16px;
}
@media screen and (max-width: 767px) {
  main .form .form_table_kakunin table th, main .form .form_table_kakunin table td {
    display: block;
  }
}
main .form .form_table_kakunin table th {
  background: #FFFDE6;
  width: 20%;
  border-left: 1px solid #bbb;
  border-bottom: 3px solid #bbb;
}
@media screen and (max-width: 767px) {
  main .form .form_table_kakunin table th {
    width: auto;
  }
}
main .form .form_table_kakunin table td {
  font-size: 18px;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  main .form .form_table_kakunin table td {
    padding: 10px 0;
  }
}
main .form .check {
  text-align: center;
  margin: 40px 0;
}
main .form .check input {
  display: none;
}
main .form .check span {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
main .form .check span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
main .form .check input:checked + span {
  color: #0069B0;
}
main .form .check input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #0069B0;
  border-right: 3px solid #0069B0;
}
.red {
  color: #DA4567;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w37 {
  width: 37%;
}
.w38 {
  width: 38%;
}
.w39 {
  width: 39%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 44.5%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
@media(max-width:767px) {
  .w40 {
    width: calc(390/1000 * 100vw) !important;
  }
  .w100, textarea {
    width: calc(624/750 * 100vw) !important;
  }
}
.smallest {
  font-size: 12px;
  font-weight: 100;
  margin: 5px;
  vertical-align: middle;
  line-height: 25px;
}
td.oneline {
  display: -webkit-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  justify-content: flex-start !important;
}
.preface1 {
  margin: 20px 0 10px;
}
.preface2 {
  margin: 5px 0 10px;
}
.mr3 {
  margin-right: 3px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr_l20 {
  margin-left: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr_l30 {
  margin-left: 30px;
}
.mr40 {
  margin-right: 40px;
}
@media(max-width:767px) {
  td.oneline {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
  }
  .preface1 {
    margin: 20px 0 10px;
  }
  .preface2 {
    margin: 10px 0 20px;
  }
  .mr3 {
    margin: 0 0 10px 0;
  }
  .mr10 {
    margin: 0 0 10px 0;
  }
}
main .code-featured {
  border: 5px solid red;
}
main .math-featured {
  padding: 20px;
  box-shadow: 0 0 2px #c80000;
  background-color: rgba(255, 0, 0, 0.05);
  margin: 10px;
}
main .image-clean {
  border: 0;
  background: none;
  padding: 0;
}
main .image-clean > figcaption {
  font-size: .9em;
  text-align: right;
}
main .image-grayscale {
  background-color: white;
  color: #666;
}
main .image-grayscale img, main img.image-grayscale {
  filter: grayscale(100%);
}
main .embed-240p {
  max-width: 426px;
  max-height: 240px;
  margin: 0 auto;
}
main .embed-360p {
  max-width: 640px;
  max-height: 360px;
  margin: 0 auto;
}
main .embed-480p {
  max-width: 854px;
  max-height: 480px;
  margin: 0 auto;
}
main .embed-720p {
  max-width: 1280px;
  max-height: 720px;
  margin: 0 auto;
}
main .embed-1080p {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
}