@charset "UTF-8";

button,
option,
	/* select,*/
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
	/* input[type="select"], */
input[type="option"] {
/* input[type="checkbox"] { */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
}

/* デフォルトのradio、checkboxは非表示

input[type=radio],
input[type=checkbox] {
    display: none;
}
*/
/* for firefox */

select {
    text-indent: 0.01px;
    text-overflow: '';
}

/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */

select::-ms-expand {
    display: none;
}


/* -----------------------------
*  基本情報
* -----------------------------*/

html,body{ height:100%; }
body{
	background-color: #FFFFFF;
}
html{
    overflow-x: hidden;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "Noto Sans Japanese","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",'Lato',Arial,Verdana,sans-serif;
	text-align: left;
	color: #444444;
	font-size: 1rem;
}

body a {
	text-decoration:none;
	color: #000000;
}

*,*:after,*:before{
	box-sizing: border-box;
}

/* -----------------------------
*  共通
* -----------------------------*/

#wrapper {
	margin: 0 auto;
	width: 720px;
	overflow : hidden;
}

#wrapper a {
	color: #3d62a2;
	text-decoration: underline;
}
#wrapper a:hover {
	color: #ff6100;
	text-decoration: none;
}

.header h1 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFF;
	letter-spacing:normal;
	background-color: #3d62a2;
	margin:30px 0 15px 0;
	//margin-top: 30px;
	padding: 10px 10px 10px 20px;
	position:relative;
	top:auto;
	left:auto;
}
.header h1.c-entry {
	background-color: #ED7A9B;
}

.title h2 {
	font-size: 1.1rem;
	font-weight: bold;
	//border-top: 1px solid #3d62a2;
	border-bottom: 1px solid #3d62a2;
	width: 100%;
	margin-bottom: 10px;
	height: 35px;
	padding: 10px 0 10px 10px;
	letter-spacing:0;
}
.title h2.c-entry {
	border-bottom: 1px solid #ED7A9B;
}

.message {
	font-size: 0.9rem;
	line-height: 1.3rem;
    margin: 0 20px 10px 20px;
}

.item-consent {
	font-size: 0.9rem;
	line-height: 1.3rem;
	margin: 0 20px 20px 20px;

}
.item-consent p {
	text-align: center;
	padding: 6px 0;
}
div.notes {
    width: 98%;
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin: 0 auto 20px auto;
    padding: 10px;
    border: #cfd058 solid 2px;
}
div.notes td {
	line-height: 1.8rem;
	padding: 0 10px;
}
div.notes img {
	height: 120px;
	vertical-align: bottom;
}
div.form-contents {
	width: 98%;
	background-color: #e6efff;
	border-radius: 10px;
	border: #3d62a2 solid 3px;
	margin: 0 auto 30px auto;
}
div.form-contents.c-entry {
	background-color: #FCEEEB;
	border: #ED7A9B solid 3px;
}

div.vsign {
	width: 98%;
	line-height: 1.3rem;
	margin: 0 auto 10px auto;
	padding: 0;
}
div.vsign td {
	color: #a94442;
	font-size: 0.9rem;
	line-height: 1.8rem;
	padding: 0 10px;
}
div.vsign img {
	border: 1px solid #333333;
	padding: 5px 10px;
}

.required {
	background: #ee7e78;
	color: #FFF;
	font-size: 0.7rem;
	font-weight: normal;
	margin-left: 5px;
	padding: 1px 6px;
	vertical-align: middle;
}
.attention {
	color: #c33937;
}
/*
img.vsign {
	border: 1px solid #333333;
	padding: 5px 10px;
	margin-top: 10px;
}
*/

div.area-button {
	margin: 10px 0 10px 0;
	text-align: center;
}

/* */

.txt-error {
	font-size: 0.9rem;
	text-align: left;
	color: #ea1504;
}

.info {
	padding: 10px 0 10px 10px;
	text-align: left;
	font-size: 1rem;
	line-height: 1.1rem;
	margin: 10px 5px;
	border-radius: 4px;
}
.info-warning {
	color: #a94442;
	background-color: #f2dede;
}
.info-caution {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
.info-success {
	color: #3c763d;
	background-color: #dff0d8;
}

.mgt-s {
	margin-top: 5px;
}
.mgb-s {
	margin-bottom: 5px;
}

.w-name {
	width: 45% !important;
	margin-right: 10px !important;
}

.p-clear {
    clear: both;
}



/* list */

#questionnaire-list {
	padding: 0;
	width: 98%;
	margin: 0 auto;
}
#questionnaire-list dl {
//margin-top: 15px;
	padding-bottom: 20px;
}
#questionnaire-list dt {
	font-weight: bold;
	margin-bottom: 8px;
}
#questionnaire-list dt:nth-of-type(n+2) {
	//margin-top: 15px;
//margin-bottom: 10px;
}
#questionnaire-list dd {
	display:flex;
	flex-wrap: nowrap;
//align-items: flex-end;
	align-items: center;
	width: 100%;
	padding-bottom: 10px;
//border-bottom-width: 1px;
//border-bottom-style: dotted;
}
#questionnaire-list dd span {
	line-height: 1.4rem;
	width: 85%;
}
#questionnaire-list dd p {
//font-weight: bold;
	margin: 10px 0 5px 0;
}
#questionnaire-list dd span:first-of-type {
//padding: 1rem;
}
#questionnaire-list dd span:nth-of-type(2) {
	width: 14em;
	padding-left: 1rem;
	padding-right: 1rem;
}
#questionnaire-list dd span input[type="submit"] {
	padding-right: 0;
	padding-left: 0;
	width: 170px;
	margin-top: 10px;
}

/* btn */

#main input[type="button"],
#main input[type="submit"] {
	//display: block;
	font-size: 1.1rem;
	width: 150px;
	height: 40px;
	line-height: 40px;
	position: relative;
	color: #FFF;
	background-color: #4585d0;
	text-align: center;
	margin: 10px auto 0 auto;
	//padding: 7px 20px;
	border-style: none;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	-moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#main input[type="button"]:hover,
#main input[type="submit"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#main input[type="submit"].back {
	color: #000;
//background-color: #F6F6F6;
	background-color: #fff;
	border: #ccc 1px solid;
}
#main input[type="submit"].back:hover {
	background-color: #fcfcfc;
}

#main input[type="button"].c-entry,
#main input[type="submit"].c-entry {
	background-color: #F3A0AA;
}
#main input[type="button"].closed,
#main input[type="submit"].closed {
	background-color: #CCCCCC;
}


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

	#wrapper {
		width: 100%;
	}

	.header h1 {
		font-size: 1.2rem;
		background: #3d62a2;
		color: #FFF;
		margin: 0;
		padding: 15px 5px;
	}

	.title h2 {
		background:#FFF;
		color: #333;
	}

	.message {
		margin-right: 15px;
	}
	div.notes td {
		line-height: 1.5rem;
		padding: 0;
	}
	div.vsign td {
		line-height: 1.5rem;
		padding: 0 0 0 10px;
	}
	/* btn */

	#main input[type="button"],
	#main input[type="submit"] {
		font-size: 1.1rem;
		color: #FFF;
		background-color: #4585d0;
		text-align: center;
		border-style: none;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		-moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
		box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}


}
/* -----------------------------
*
* -----------------------------*/
@media screen and (min-width: 768px) {
    .sp-br{
        display: none;
    }
}
/* -----------------------------
*  
* -----------------------------*/

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

	body, h1, h2, h3, h4, h5, h6, p, address,
	ul, ol, li, dl, dt, dd,
	table, th, td, img, form {
		color: #444444;
	}
	body{
		background:#FFFFFF;
		min-width: inherit;
	}

}

/* ------------------------------
------------------------------ */

#item-number table {
	width: 95%;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
}
#item-number table th {
	width: 140px;
	background-color: #FCEEEB;
}
#item-number table th,
#item-number table td {
	border: #ED7A9B solid 1px;
	font-size: 1rem;
	line-height: 1.8;
	vertical-align: top;
	padding: 5px 0 5px 15px;
}

/*
#recruitment-list {
	padding: 0px;
	width: 100%;
}
#recruitment-list > p {
	margin-top: 1em;
}
#recruitment-list > p:first-of-type {
	margin-top: 0px;
}

#recruitment-list dl {
	//margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
}
#recruitment-list dt:nth-of-type(n+2) {
	margin-top: 15px;
	//margin-bottom: 10px;
}
#recruitment-list dd {
	display: table;
	width: 100%;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#recruitment-list dd span {
	vertical-align: bottom;
	line-height: 1.8rem;
	display: table-cell;
}
#recruitment-list dd span:nth-of-type(2) {
	width: 11em;
}
#recruitment-list dd span input[type="button"] {
	width: 100% !important;
	padding-right: 0;
	padding-left: 0;
}
*/


/* ------------------------------
    form
------------------------------ */

#form {
	padding: 10px 0 30px;
}
#form table {
	width: 660px;
	margin: 0 auto;
	//border-bottom: #bebebe 1px solid;
	//border-collapse: collapse;
}
#form table th,
#form table td {
	//border-top: #bebebe 1px solid;
	font-size: 1rem;
	line-height: 1.8;
	vertical-align: top;
	padding: 10px 0;
}
#form table th {
	//font-weight: bold;
	width: 230px;
}
#form table th span {
	//color: #ff1f1f;
	//margin-left: 6px;
}
#form table td.trigger {
	padding: 10px 0 15px;
}
#form table td div {
	font-size: 0;
	line-height: 2.5;
}
#form table td .note-b {
	margin-top: 5px;
	font-size: 0.9rem;
	line-height: 1.2;
	margin-bottom: -2px;
}
#form table td .note-t {
	margin-top: 5px;
	font-size: 0.9rem;
	line-height: 1.2;
	margin-bottom: 2px;
}
#form table td div.c-entry {
	 font-size: 0.9rem;
	 line-height: 1.3rem;
	 background-color: #FFFFFF;
	 border: #ED7A9B solid 2px;
	 padding: 5px;
	 margin-bottom: 10px;
 }
#form table td p.title {
	display:inline-block;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
	margin-bottom: 5px;
}

div.item-agreement {
	width:80%;
	font-size: 0.9rem;
	line-height: 1.3rem;
	background-color: #FFFFFF;
	//border: #f99246 solid 2px;
	padding:5px;
	//margin: 1rem auto 0 auto;
	margin: 0 auto 0 auto;
}
div.item-agreement p.title {
	display:inline-block;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #ffd79e 70%);
	margin-bottom: 5px;
}
div.item-agreement p.consent {
	text-align: center;
	padding: 6px 0;

}


table.item-list {
	width: 80% !important;
	margin: 15px auto 15px auto;
	border-collapse: collapse;
}
table.item-list th,table.item-list td {
	font-size: 1rem;
	border: #000000 1px solid;
	padding: 8px 10px;
}

table.item-list th {
	background-color: #88aff5;
	text-align: center;
}
table.item-list th > span {
	font-size: 0.8rem;
}
table.item-list th:first-child {
	width:80px !important;
}
table.item-list th:nth-child(3) {
	width:160px !important;
}
table.item-list td:first-child {
	text-align: center;
}
table.item-list td {
	background-color: #FFFFFF;
}
table.item-list td:nth-child(3) {
	text-align: right;
}


input[type="text"],
input[type="password"],
textarea {
	width: 100%;
	//background: #f2f2f2;
	border: 1px #CCCCCC solid;
	outline: none;
	font-size: 1rem;
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
	padding: 2px 5px;
	font-family: "Noto Sans Japanese","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",'Lato',Arial,Verdana,sans-serif;
}
input[type="text"].num-value {
	width: 80px;
}
input[type="text"].short,
input[type="password"].short {
	width: 200px;
}
input[type="text"].other,
input[type="password"].other {
	width: 440px;
}

.selectWrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
.selectWrap label {
  padding-left: 2px;
  padding-right: 5px;
}
select {
  //-webkit-appearance: none;
  //-moz-appearance: none;
  //appearance: none;
  font-size: 1rem;
  border:1px #cccccc solid;
  width: 100%;
  height: 30px;
  //background: transparent;
  background: #FFF;
  position: relative;
  z-index: 1;
  padding: 0 5px 0 5px;
  //border: 1px solid #b4b3b3;
  border-radius: 2px;
}

select::after {
  content: '';
  width: 6px;
  height: 6px;
  //border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
select::-ms-expand {
    display: none;
}
select.w-year {
  width: 80px;
}
select.w-month {
  width: 60px;
}
select.w-day {
  width: 60px;
}
select.w-hour {
  width: 60px;
}

input[type="radio"] {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25,1.25);
	margin-right: 0.5rem;
}
input[type="radio"] + label {
	padding-right: 1rem;
}
input[type="radio"]:checked + label {
	font-weight: bold;
}

input[type="checkbox"] {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25,1.25);
	margin-right: 0.5rem;
}
input[type="checkbox"]:checked + label {
	font-weight: bold;
}

textarea {
  resize: vertical;
	min-height: 190px;
}
button[type="submit"] {
	border: 0;
	outline: none;
	cursor: pointer;
	margin-top: 48px;
}



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



	/* ------------------------------
		message
	------------------------------ */

	#message h2 {
		margin-top: 20px;
		font-size: 1.5rem;
	}
	#message .txt {
		width: 89.5%;
		margin: 15px auto 0;
		font-size: 1rem;
		line-height: 1.7;
	}
	#message .attention {
		width: 89.5%;
		margin: 0 auto;
		font-size: 1.1rem;
		line-height: 2;
	}

	/* ------------------------------
	    list
	------------------------------ */

	#questionnaire-list dl {
		border: none;
		width: 95%;
		margin: 0 auto 15px auto;
	}
	#questionnaire-list dd {
		display: inline;
		flex-wrap: nowrap;
	}
	#questionnaire-list dd span:nth-of-type(2) {
		padding-left: 0;
		padding-right: 0;
	}
	#questionnaire-list dd span input[type="submit"] {
		width: 100% !important;
	}

	/* ------------------------------
		form
	------------------------------ */

	#form {
		padding: 20px 0 20px;
	}
	#form table {
		width: 95%;
		margin: 0 auto;
	}
	#form table th,
	#form table td {
		display: block;
		width: 100%;
		border-top: none;
		font-size: 1.1rem;
		color: #444444;
		line-height: 1.8;
		padding: 6px 2.5% 10px;
	}
	#form table th {
		//border-top: #FFF 1px solid;
		padding: 10px 2.5% 0;
	}
	#form table td {
		border-bottom: 1px #adaed6 solid;
	}
    #form table td.c-entry {
        border-bottom: 1px #c7999d solid;
    }
	#form table td.trigger {
		padding: 0 2.5% 15px;
	}
	#form table td div > * {
		//display: block;
		//font-size: 1.1rem;
	}
	#form table td div > label {
		width: 47.5%;
	}
	#form table td div > label:nth-of-type(odd) {
		float: left;
	}
	#form table td div > label:nth-of-type(even) {
		float: right;
	}
	#form table td div > .other {
		clear: both;
	}
	#form table td div > label + label {
		margin-left: 0;
	}
	#form table td div > label.other {
		margin-left: 0;
		margin-right: auto;
		float: none;
	}

	#item-number table {
		width: 95%;
		margin: 0 auto 15px auto;
		border-collapse: collapse;
	}
	#item-number table th {
		background-color: #FCEEEB;
	}
	#item-number table th,
	#item-number table td {
		display: block;
		width: 100%;
		border: #ED7A9B solid 1px;
		font-size: 1rem;
		line-height: 1.8;
		vertical-align: top;
		padding: 5px 0 5px 10px;
	}


	input[type="text"],
	input[type="password"],
	textarea {
		font-size: 1rem;
		padding: 5px !important;

	}
	input[type="text"].short,
	input[type="password"].short {
		width: 100%;
	}
	input[type="text"].other,
	input[type="password"].other {
		width: 100%;
	}
	label span::before {
		top: 3px;
	}
	button[type="submit"] {
		margin-top: 25px;

	}

}