@charset "utf-8";

body {
    background: lightblue;
}

body::before {
    background-size: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 80px 0 0;
    padding: 0;
    content: "";
    z-index: -1;
}


.surveyTitle h1,
.studentsurvey-template-default h2,
.companysurvey-template-default h2 {
     font-weight: bold; 
    color: #1E2A5D;
    font-size: 20px;
    text-align: center;
}

.studentsurvey-template-default h2,
.companysurvey-template-default h2 {
    margin:25px 0;
}

.surveyTitle {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
    margin-top: 0;
    /* margin-right: 50px; */
    margin-bottom: 0;
    /* margin-left: 50px; */
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;	
}

.studentsurveyBox,
.companysurveyBox {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin: 3px 0;
    padding: 40px;
    background-color: #fff;	
}

.surveyTitle,
.studentsurveyBox,
.companysurveyBox {
	margin-top: 1em;
}

.questionTitle {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    margin-left:-8px;
    padding-top: 11px;
}

h2.questionTitle div {
    display: inline-block;
}

.questionTitle .headNumber, .uiMatrix .announceTitle {
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold;
}

.headNumber {
    display: table-cell;
    vertical-align: top;
    padding-right: 5px;
}

.redTheme .announceTitle, .redTheme .questionTitle div.headNumber, .redTheme .pageEditArea .editAreaA td.txt p.colortxt, .redTheme .questionTitle span.q {
    color: #ec302e;
}

#enqueteEdit h2.questionTitle div.questionTitle-txt {
    width: 90%;
    display: inline-block;
    font-size: 16px;
}

.questionTitle-txt {
    font-size: 16px;
    line-height: 1.5;
    display: table-cell;
}

#enqueteEdit h3.questionTitle .q-view-title-editable {
    width: auto;
    max-width: 87%;
}

#enqueteEdit h3.questionTitle div {
    display: inline-block;
}

.q-view-title-editable {
    margin-right: 0px;
    display: inline-block;
    margin-top: 3px;
}

.q-view-title-editable ul li {
    list-style-type: none;
}

.q-view-title-editable ul {
    padding: 0;
}

#enqueteEdit h3.questionTitle div.questionTitle-txt p {
    display: block;
}

/*css radio02*/
.q_check_input,.q_radio_input{
  display: none;
}
.q_radio_input + label,
.q_check_input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}

.q_radio_input + label {
    display: flex;
}

.q_radio_input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: -7px;
    width: 21px;
    height: 21px;
    border: 5px solid #999;
    border-radius: 50%;
}

.q_check_input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: -7px;
    width: 21px;
    height: 21px;
    border: 2px solid #999;
}

.studenthyouka-template-default .q_radio_input + label::before,
.studenthyouka-template-default .q_radio_input:checked  + label::before {
    top: -7px;
}

.q_radio_input:checked  + label::before{
  border: 5px solid #1E2A5D;
}

.q_check_input:checked  + label::before{
  border: 2px solid #1E2A5D;
}

.q_radio_input:checked + label{
  color: #1E2A5D;
}

.q_check_input:checked + label{
  color: #1E2A5D;
}
.q_radio_input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 1px;
    width: 5px;
    height: 5px;
    background: #1E2A5D;
    border-radius: 50%;
}
.q_check_input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -1px;
    width: 11px;
    height: 19px;
    transform: rotate(40deg);
    border-bottom: 3px solid #1E2A5D;
    border-right: 3px solid #1E2A5D;  
}

.q-view-title-editable span {
    display: block;
    font-size: 73%;
}

.studenthyouka-template-default .q_radio_input:checked + label::after {
    top: 1px;
}

.studentsurveyBox textarea,
.companysurveyBox textarea {
    width: 100%;
    height: 105px;    
}

#thanx-content {
    margin-top: 14em;
}


/***************************************************************************************************************************** 
*学生用アンケートCSS
*
***************************************************************************************************************************** */
.surveyTitle h1, .studentsurvey-template-default h2, .companysurvey-template-default h2 {
    font-size: 16px;
}

#studentsurvey input, #studentsurvey textarea {
    border:1px solid #999;
} 

/***************************************************************************************************************************** 
*ここから企業アンケートのタブレット対応をします。
*
***************************************************************************************************************************** */

#evaluation .table td,#evaluation  .table th {
    padding: 0.55rem;
    font-size: 73%;
}

#evaluation table button,#evaluation table  input {
    border:1px solid #999;
}

.toCompanysurvey {
    display: inline-table;
    text-decoration: underline;
    font-size: 135%;
    /* border: 1px solid; */
    color: red;
}


tr.retired {
   /* background-image: url(../img/retired.jpg);
    background-size: 8% 55%;
    background-repeat: no-repeat;
    background-position: 4% 17%;*/
    background: gray;
}

/*三田追加*/
@media screen and (max-width: 576px) {
    .studentsurveyBox, .companysurveyBox{
        padding:10px;
        display: inline-block;
        width: 100%;
    }
    #evaluation .table td {
    width: auto;
    font-size: 50%;
}
#evaluation table input {
    width: 4em;
    display: inline-block;
}
#evaluation .table td, #evaluation .table th{
    padding:1em, 0, 1em, 0; 
    }
    .table td, .table th:nth-child(2){
        width: 1em;
    }
#evaluation .table td, #evaluation .table th {
    margin-left: 0.5em;
    font-size: 60%;
}
.questionTitle-txt{
    display: inline-block;
    width: 100%;
}
.questionTitle-txt, #q_title, .studentsurveyBox h3 + p{
    vertical-align: middle;
    font-size: 14px;
}
.q-view-title-editable p{
    margin-bottom: 0px;
}
.studentsurveyBox h3 + p, .studentsurveyBox input{
    margin-top: 0.5em;
}
.studentsurveyBox input{
    width: 100%;
}
.q_radio_input + label{
    display: inline-block;
    width: 100%;
    font-size: 14px;
}
.questionTitle{
    margin-left: 0px;
}
.q_radio_input + label, .q_check_input + label, .q_check_input + label{
    font-size: 12px;
}
.companysurvey-template-default .text-center button{
    width: 90%;
}
}
/*三田追加*/
/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 30px;
  margin:10px auto;
  color: #fff;
  background:#0c0d62;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;

}
.open_btn:hover{
    background:#000;
    color:#fff;
    transition: .3s ease;
}
.rules {
    height: 350px;
    overflow-y: auto;
}
/*ポップアップココまで*/



/*企業名入力画面*/

.companyname-write-area {
    height: 50px;
    border: 1px solid;
    margin: auto auto 29px auto;
}

.survey-per li {
    list-style-type: none;
}

.survey-per ul {
    padding: 0;
}

div#secondquesiton {
    display: grid;
}

.question2-row .survey-per {
  float: left;
}

img#logo {
    width: 200px;
    height: auto;
}

 #inLine label {
    display: block;
    float: left;
    width: auto;
    margin-bottom: 15px;
  }


  #companysurveyBox-2.style {
    display: grid;
}

p {
    margin-top: 10px;
    margin-bottom: 1rem;
    padding-left: 20px;
    font-size: x-large;
}

.companysurveyBox {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin: 3px ;
    padding: 1px;
    background-color: #fff;
}

.questionTitle {
    background-color: #202C5C;
    color: #ffff;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    margin-left: 0px;
    padding-top: 0px;
}

.form-group {
    margin-top: 5px;
    margin-bottom: 1rem;
    padding-top: 12px;
    padding-left: 2.3em;
    padding-right: 2.3em;
}

.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: auto;
    max-width: initial;
}


body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    margin-top: 10em;
    background-color: #DDE7FF;
}

.mt-3, .my-3 {
    margin-top: 3rem!important;
}

.text-center {
    text-align: center!important;
    margin-top: 10px;
}

.send {
    background-color: #202C5C;
    color: #ffff;
}

.markings{
    padding-left: 0.2em;
    font-size: 22px;
}

.testloading {
    z-index: 999;
    width: 100%;
    position: fixed;
    background: azure;
    height: 1000px;
    top: 0;
    text-align: center; 
    display: none;
}

.hide {
    display: none;
  }

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* content: "送信しています"; */
    background: rgba(0,0,0,.5);
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    /* background-size: 150px 150px; */
    background-size: 10% 10%;
    z-index: 999;

    color: #fff;
    text-align: center;
}
.loading p {
    margin: 65% 0;
}