/* Home page styles */

@media (min-width:768px) {

	.sponly {
		display: none;
	}

	.checktitle {
		font-size: 25px;
	}

	.tmidashi {
		width: 15%;
	}

	legend {
		font-size: 20px;
		border: solid 3px #364e96;
		/*線色*/
		padding: 0.5em;
		/*文字周りの余白*/
		border-radius: 0.5em;
		/*角丸*/
		margin-bottom: 2rem;
		width: 100%;
	}

	.comm {
		font-size: 17px;
		font-weight: bold;
		border-left: solid 5px #7db4e6;
		padding-left: 10px;
		margin-bottom: 1rem;
	}

	.comm img {
		width: 4%;
		padding-left: 10px;
	}

	.comm2 {
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 1rem;
	}

	.comm2 img {
		width: 4%;
		padding-left: 10px;
	}

	.ans>label {
		display: inline-block;
		font-weight: normal;
		padding-right: 20px;
	}

	.shok {
		top: -10px;
	}

	.midashi {
		padding: 0.2em;
		color: #010101;
		background: #eaf3ff;
		border-bottom: solid 3px #516ab6;
		font-size: 4rem;
		margin-bottom: 20px;
	}

	.maegaki {
		width: 90%;
		margin-left: 50px;
	}

	.kanshu {
		text-align: right;
	}

	.sprofile table {}

	.sprofile table td {
		font-size: 12px;
		border: 1px #808080 solid;
	}

	.sprofile table td img {
		width: 50%;
	}

	.userinfo dl {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.userinfo dt {
		width: 30%;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}

	.userinfo dd {
		width: 70%;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}

	table tr td {
		text-align: left;
	}
}

.endjump {
	width: 100%;
	text-align: right;
}

.endjump a {
	position: fixed;
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #fff;
	border: solid 2px #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.dli-chevron-down {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 0.6em;
	height: 0.6em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	font-size: 3rem;

	/* height: 10px;
    width: 10px; */
	/* border-top: 3px solid #000;
    border-right: 3px solid #000; */
	/* transform: translateY(20%) rotate(-45deg); */
}


a.btn_05 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;


}



a.btn_05:hover {
	color: #27acd9;
	background: #fff;
}

a.btn_05d {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 230px;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #a9a9a9;
	background: #a9a9a9;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}

a.btn_05sp {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 130px;
	margin-left: auto;
	margin-right: 2px;
	margin-bottom: 20px;
	padding: 1rem 1rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;


}



a.btn_05sp:hover {
	color: #27acd9;
	background: #fff;
}

a.btn_05spd {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 130px;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #a9a9a9;
	background: #a9a9a9;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}

.is-sp {
	display: none;
}

.is-pc {
	display: block;
}

.addback {
	width: 210px;
	margin-left: 0;
	float: left;
}

@media (max-width:767px) {
	.is-sp {
		display: block !important;
	}

	.is-pc {
		display: none !important;
	}

	.pconly {
		display: none;
	}

	.checktitle {
		font-size: 25px;
	}

	.ans {
		width: 100%;
	}

	.ansoption {}

	legend {
		font-size: 17px;
		border: solid 3px #364e96;
		/*線色*/
		padding: 0.5em;
		/*文字周りの余白*/
		border-radius: 0.5em;
		/*角丸*/
		margin-bottom: 2rem;
	}

	.comm {
		font-size: 17px;
		font-weight: bold;
		border-left: solid 5px #7db4e6;
		padding-left: 10px;
		margin-bottom: 1rem;
	}

	.comm img {
		width: 10%;
		padding-left: 10px;
	}

	.comm2 {
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 1rem;
	}

	.comm2 img {
		width: 10%;
		padding-left: 10px;
	}

	.ans>label {
		display: inline-block;
		font-weight: normal;
		padding-right: 10px;
	}

	.shok {
		top: -10px;
	}

	.midashi {
		padding: 0.2em;
		color: #010101;
		background: #eaf3ff;
		border-bottom: solid 3px #516ab6;
		font-size: 2.5rem;
		margin-bottom: 20px;

	}

	.kanshu {
		text-align: right;
	}

	.resulttitle h2 {
		font-size: 3rem;
	}

	.tmidashi {
		width: 31%;
	}

	.sprofile table td {
		font-size: 12px;
		border: 1px #808080 solid;
	}

	.sprofile table td img {}

	.maru {}

	.baseinfo {
		font-size: 1.5rem;
	}

	.shoken-text {
		text-align: left;
		padding: 20px 0;
		display: inline-block;
		width: 100%;
	}

	.shoken-text td {
		padding: 30px 0;
	}

	a.btn_05 {
		margin: 0 auto 20px;
	}
	
	a.btn_05sp {
		
	}

	table tr td.sp-kaitouday {
		text-align: left;
		font-weight: 700;
		font-size: 1.6rem;
	}

	.sp-tabletitle td {
		background-color: #e4e4e4;
	}

	.sp-tabletitle td.actions {
		background-color: #ffffff00;
	}

	table tr td {
		font-size: 1.3rem;
	}

	td,
	th {
		padding: 0.3rem 0.3rem;
	}
}


.result-btn {
	text-align: center;
	margin: 0 auto;
	width: 200px;
}

/*ベース*/
.accordion .toggle {
	display: none;
}

.accordion .Label {
	/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background: #019ac6;
}

.accordion .Label::before {
	/*タイトル横の矢印*/
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
	transform: rotate(135deg);
}

.accordion .Label,
.accordion .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.accordion .content {
	/*本文*/
	height: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
}

.accordion .toggle:checked+.Label+.content {
	/*開閉時*/
	height: auto;
	padding: 20px;
	transition: all .3s;
}

.accordion .toggle:checked+.Label::before {
	transform: rotate(-45deg) !important;
}

@media (max-width:400px) {
	.res400 {
		display: block !important;
	}
}

.res400 {
	display: none;
}

form fieldset p {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: .5rem;
}

.mailadd-text {
	font-size: 1.3rem;
	color: red;
}

table tr td {
	text-align: center;
}

#myRadarChart {
	width: 100%;
}

.passinput {
	position: relative;
}

.passinput .fa {
	position: absolute;
	top: 11px;
	right: 11px;
}

.sei {
	width: 40%;
	display: inline-block;
	margin-right: 5%;
}

.sei2 {
	width: 40%;
	display: inline-block;
	margin-right: 5%;
}

.byear {
	width: 30%;
	display: inline-block;
}

.monday {
	width: 30%;
	display: inline-block;
}

.custom-calendar-saturday a.ui-state-default {
	background-color: #c1e0ff;
}

a.btn_09 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 80px;
	margin-left: auto;
	margin-right: 10px;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;

	margin: 0 auto;
	padding: 5px 0.4rem;
}

a.btn_09.return {
	width: 180px;
}

a.btn_09:hover {
	color: #27acd9;
	background: #fff;
}

/* .listback {
	z-index: 100;
	position: fixed;
	bottom: 0px;
	right: 0px;
} */


span.loading {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid #222;

	border-radius: 17px;

	-webkit-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

/*輪の区切り*/
span.loading:before {
	position: absolute;
	display: inline-block;
	content: " ";
	left: 100%;
	top: 50%;
	margin-top: -5px;
	margin-left: -3.5px;
	width: 7px;
	height: 10px;
	background-color: #fff;
}

/*矢印*/
span.loading:after {
	position: absolute;
	display: inline-block;
	content: " ";
	left: 100%;
	top: 50%;
	margin-top: -5px;
	margin-left: -3.5px;
	border: 4px solid transparent;
	border: 4px solid rgba(0, 0, 0, 0);
	border-top: 7px solid #222;
}

/*回転*/
@-webkit-keyframes rotating {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotating {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#loading {
	display: none;
}

.thank {
	margin: 0 auto;
	margin-top: 10%;
}

.kaishamei {
	font-weight: bold;
}

.btn_05lgout {
	font-weight: normal;
}