@charset "UTF-8";
body {
    margin: 0;
}

.contWrap{
	background: #FFFFFF;
	box-shadow:0px 0px 6px 3px #ebebeb;
	border-radius:5px;
	padding: 30px;
	margin-bottom: 45px;
}

h2{
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #006dbe;
	text-align: center;
	display: block;
	margin-bottom: 25px;
}

h2 small{
	font-size: 1.0rem;
	display: inline-block;
	background: #ffffff;
	color: #006dbe;
	padding: 5px 15px;
	border-radius: 5px;
	white-space: nowrap;	
}

h2 span{
	display: block;
}


h3{
	font-size: 1.2rem;
	letter-spacing: 0.15;
	line-height: 1.4;
	display: block;
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
}

h3 span {
	display: inline-block;
	margin-right: 10px;
	padding: 0px 15px;
	border-radius: 5px;
	font-size: 1.0rem;
	font-weight: normal;
}

h3 span.hissu  {
	background: #006dbe;
	color: #FBFF96;
}

h3 span.ninni {
	background: #9B9B9B;
	color: #FFFFFF;
}

.sampleChk{
	border-top: 3px solid #f0f0f0;
	padding-top: 25px;
}

.sampleChk li{
	display: block;
	width: 32%;
	float:left;
	margin-right: 2%;
	margin-bottom: 25px;
}

.sampleChk li:nth-child(3n){
	margin-right: 0;
}

.sampleChk li label{
	position: relative;
	display: block;
	cursor: pointer;
	padding: 15px;
	border:1px solid #f0f0f0;
	border-radius: 5px;
	transition: all 0.3s;
}

.sampleChk li .labelWrap{
	padding: 15px;
	border:1px solid #f0f0f0;
	border-radius: 5px;
	position: relative;
}

.sampleChk li .labelWrap .att{
	position: absolute;
	top: 20px;
	left: 20px;
	right:20px;
	height: 129px;
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	padding-top: 60px;
	background: rgba(255,255,255,0.8);
	color: #E73D40;
	font-weight: bold;
}

.sampleChk li label:hover{
	background: #DBE8F2;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

/*.sampleChk li:first-child label:hover,
.sampleChk li:nth-child(2) label:hover{
	background: #FDE9E3;
}*/


.sampleChk li label.hoverChk{
	background: #DBE8F2;
}

.sampleChk li .checkbox {
	display: none;
}

.sampleChk li .checkbox-icon{
	position: absolute;
	left: 20px;
	top: 20px;
	z-index:10;
}

.checkbox-icon:before{
	
}

.sampleChk li .checkbox + .checkbox-icon {
	position: absolute;
	vertical-align: middle;
}

.sampleChk li .checkbox + .checkbox-icon:before {
	content: "\f372";
	font-family: "Ionicons";
	color: #FFFFFF;
	font-size: 22px;
	padding: 10px;
	display: inline-block;
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
	transition: all 0.3s;
}

.sampleChk li label:hover .checkbox-icon:before {
	background: rgba(255,255,255,1);
	color: #CCC;
}

.sampleChk li .checkbox:checked + .checkbox-icon:before {
	content: "\f374";
	color: #006dbe;
	background: #FFFFFF;
	box-shadow:0px 0px 6px 3px #ebebeb;
}

.sampleChk li p{
	z-index:1;
	position: relative;
}

.sampleChk li p.ph img{
	width: 100%;
}

.sampleChk li p.zoom{
	position: absolute;
	left: 50%;
	top: 70px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.sampleChk li p.zoom:nth-child(4){
	z-index: 10;
}

.sampleChk li p.zoom a{
	display: block;
	position: relative;
	color: #373333;
	font-size: 4.0rem;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border:1px solid #373333;
	padding:20px;
	transition: background 0.3s;
}

.sampleChk li p.zoom a:hover{
	color: #FFFFFF;
	background: #373333;
}

.sampleChk li p.ttl{
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 0.15em;
	margin-bottom: 15px;
	font-weight: bold;
}

.sampleChk li p.comment,
.note {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.sampleChk li .icon{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: #D95F41;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top:-10px;
	right:-10px;
	z-index: 100;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	transition: all 1.0s;
}

.sampleChk li:hover .icon{
	-webkit-transform: rotate(375deg);
	-ms-transform: rotate(375deg);
	transform: rotate(375deg);
}

.sampleChk li .icon .date{
	font-size: 1.2rem;
	padding-top: 10px;
}

.sampleChk li.ondemand .icon .date{
	padding-top: 25px;
}

.sampleChk li .icon h4{
	font-size: 1.9rem;
	margin: 5px 15px;
}

.sampleChk li.ondemand .icon h4{
	margin: 5px 20px;
}

.sampleChk li .icon h4 span{
	display: block;
	text-align: left;
	margin-bottom: 5px;
	color: #FFDC00;
}

.sampleChk li .icon h4 span:nth-child(2){
	text-align: right;
	margin-bottom: 0;
}

.sampleChk li .icon .sub{
	font-size: 1.0rem;
}

.formBtns{
	text-align: center;
	border-top: 3px solid #f0f0f0;
	padding-top: 25px;
}

.formBtns button{
	display: inline-block;
	background: #006dbe;
	border: none;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	padding: 20px 60px;
	border-radius: 5px;
}

.formBtns button.grayBtn{
	background: #999;
}

.formBtns button:hover{
	background: #FFFFFF;
	color: #006dbe;
	transition: color 0.3s;
}

.questChk{
	padding: 0;
	margin-bottom: 30px;
}

.questChk li{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.questChk li:last-child{
	margin-right: 0;
}

.questChk li label{
	display: block;
	font-size: 1.0rem;
	padding: 10px !important;
	background: #f0f0f0;
	cursor: pointer;
	position: relative;
	border-radius: 5px;
	border:1px solid #e4e4e4;
}

.questChk li label input{
	vertical-align: middle;
}

.questChk li label.otherWrap{
	padding-right: 240px;
}

.questChk li label:hover{
	background: #F9F9F9;
	transition: all 0.3s;
	
}

.questChk li label .otherTxt{
	font-size: 1.6rem;
	border:1px solid #DDD;
	border-radius: 5px;
	width: 200px;
	padding: 5px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.questChkDl{
	padding-top: 20px;
	border-top: 3px solid #f0f0f0;
}

.questChkDl dt{
	font-size: 1.6rem;
	font-weight: bold;
	color: #006dbe;
	position: relative;
	padding-left: 30px;
}
.questChkDl dt::after{
	content:"\f3d6";
	font-family: "Ionicons";
	font-size: 2.4rem;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #006dbe;	
}

.questChkDl .questChk{
	margin-bottom:10px;
	border: 0;
}

.tArea{
	margin-top: 20px;
}

textarea{
	padding: 20px;
	font-size: 1.2rem;
	line-height: 1.7;
	width: 100% !important;
	border-radius: 5px;
	border: 1px solid #E4E4E4;
	margin-bottom: 20px !important;
	min-height:100px;
}

input[type=text],input[type=email] {
	padding: 5px;
	font-size: 1.2rem;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #E4E4E4;
	margin-bottom: 20px;
}

select {
	padding: 5px!important;
	font-size: 1.2rem;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #E4E4E4;
	margin-bottom: 20px!important;
}

.user01 h3,
.user02 h3,
.userType h3{
	position: relative;
	padding: 20px 0 20px 50px;
	color: #006dbe;	
}

.user01 h3::before,
.user02 h3::before,
.userType h3::before{
	content:"\f445";
	font-family: "Ionicons";
	font-size: 4.8rem;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #006dbe;	
}


.user01,
.user02{
	display: none;
}


.inputTxt{
	font-size: 1.6rem;
	padding: 10px 0 20px 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	line-height: 1.7;
}


/*/// ////////////////////////////////
 posts------ sp
///////////////////////////////////*/
@media screen and (max-width: 1000px){
	.contWrap{
		padding: 15px;
	}
}
@media screen and (max-width:640px){
	.sampleChk li{
		display: block;
		width: 100%;
		float:left;
		margin-right: 0;
		margin-bottom: 45px;
	}

	.sampleChk li label{
		min-height: auto!important;
	}

	.sampleChk li p.ph{
		margin-bottom: 15px;
	}

	.sampleChk li p.zoom{
		display: none;
	}

	.sampleChk li p.comment br{
		display: none;
	}

	.user01 h3,
	.user02 h3,
	.userType h3{
		position: relative;
		padding: 10px 0 20px 50px;
		color: #006dbe;	
	}

	.user01 h3::before,
	.user02 h3::before,
	.userType h3::before{
		content:"\f445";
		font-family: "Ionicons";
		font-size: 4.8rem;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		color: #006dbe;	
	}

	.formBtns button{
		display: inline-block;
		background: #006dbe;
		border: none;
		font-size: 1.6rem;
		font-weight: bold;
		color: #FFFFFF;
		cursor: pointer;
		padding: 20px 0;
		border-radius: 5px;
		box-shadow:0px 0px 6px 3px #ebebeb;
		width: 80%;
		margin-right: 0;
	}

	.questChk li{
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.questChk li label{
		padding: 10px;
		font-size: 0.9rem;
		white-space: normal !important;
	}

	.sampleChk li .labelWrap .att{
		height: 148px;
	}

		.questChk li.otherWrap{
			display: block;
		}

	.questChk li label.otherWrap{
		padding-right: 10px;
	}

	.questChk li label:hover{
		background: #F9F9F9;
		transition: all 0.3s;
	}

	.questChk li label .otherTxt{
		position: relative;
		top:inherit;
		right:inherit;
		transform: none;
		width: 90%;
	}

	textarea{
		padding: 5%;
		width: 90%;
		height: 150px;
	}
}


.attCont{
	background: #FFF0B7;
}

.attCont h4{
	display: block;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	margin-bottom: 15px;
	color: #D95F41;
}

.attCont .txt{
	font-size: 1.4rem;
	line-height: 1.7;
}







