@charset "UTF-8";



label,
input[type="radio"],
input[type="checkbox"],
input[type="submit"]{
	cursor: pointer;
}

.confirmation {
	font-size: 20px;
}

.material_group {
   margin: 6px 0px 6px 28px;
   line-height: 25px;
   width: 800px;
}

label.material_all {
    font-weight: bold;
}

div#wrap {
    padding-left: 40px;
    margin: 0 auto;
    width: 950px;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

.btn-send {
    margin: 30px;
    text-align: center;
}

.btns{
    width: 107px;
    margin: 0 10px;
    padding: 8px 18px;
    border: none;
    font-size: 18px;
    height: 45px;
    background-color: #e16f00;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
    font-weight: bold;
}
#back{
	height: 43px;
	margin-bottom: 4px;
	width: 107px;
}
/*ボタンにマウスが乗った時*/
.btns:hover {
	opacity: 0.7;
}
/*ボタンを押した瞬間*/
.btns:active {
	color: #fff;
}

#wrap > h1 {
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.question1{
	margin-left: 5px;
}

.privacypolicy{
	border: 2px solid #BBBBBB;
	width: 775px;
    padding: 10px;
    margin: 20px auto 40px auto;
}

.privacypolicy p:first-child{
	font-weight: bold;
}

textarea {
    width: 600px;
}

.sub {
	padding-left: 30px;
}

#errors {
	list-style-type: none;
	padding-left: 30px;
	color: red;
}

#resultMsg {
    margin: 40px 170px 25px;
    font-size: 16px;
    line-height: 1.5em;
}
#resultDownload {
	margin: 0 170px 25px;
    font-size: 16px;
    line-height: 1.5em;
}

h1 > span {
    margin-left: 1em;
}

h2 {
    font-size: 28px;
    margin: 10px 10px 10px 10px;
}

.questionnaire {
	border: 2px solid #e16f00;
}

.question_group {
	margin-top: 15px;	
}

.question_group h3{
	background-color: #e16f00;
    color: #FFFFFF;
    vertical-align: middle;
    height: 37px;
    padding-left: 5px;
    padding-top: 7px;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 15px;
}

#wrap > div.questionnaire > p{
	font-size: 18px;
	color: #e16f00;
	margin-left: 10px;
	font-weight: bold;
}

h4{
	padding: 15px 10px 7px 40px;
    color: #e16f00;
    text-indent: -2em;
}

.question_group .item{
	margin-left: 40px;
}

.question_group > .sub > .item{
	margin-left: 55px;
}

span.required {
	color: #ff0000;
}

.survey_end {
	margin-top: 15px;
	display: none;	
}

.questionnaire > .question_group > div:nth-child(2) > div {
	width: 790px;
}

questionnaire > .question_group > div:nth-child(2) > div > div {
	width: 790px;
}

label.check1[class^="q"],label.check1[class*=" q"] {
	width: 822px;
    display: inline-block;
}

.itemq1sub {
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: 6px;
}

.itemq1sub input[type="checkbox"] {
  grid-column: 1;
  margin-top: 4px;
}

label.check1.q6sub {
    width: 826px;
    display: inline-block;
}

.last_question_ja {
    margin-left: 35px;
    width: 860px;
}
.last_question_ja label{
    width: 255px;
    display: inline-flex;
}

.last_question_en {
    margin-left: 35px;
    width: 400px;
}
.last_question_en label {
    width: 370px;
    display: inline-flex;
}
ul {
    list-style: none;
    margin-top: 15px;
}
.required_item {
	margin-top: 10px;
}

.complete_kyozai_url {
	margin-left: 235px;
}

.text_move {
	margin-left: 68px;
}