@charset "utf-8";
span.point {
	color: #E5134A;
}

@media screen and (max-width: 767px) {
	#mainAreaCont .breadcrumb {
		z-index: 30;
	}
	.lesson.driver #contents {
		padding: 0;
	}
	#contents .inner {
		width: 94%;
		padding: 1% 3% 1%;
	}
	.lesson.driver .breadcrumb {
		z-index: 10;
	}
	.lesson.driver #mainAreaCont .logo {
		left: -56px;
		position: absolute;
		top: 10px;
		z-index: 20;
	}
	.lesson.driver #mainAreaCont .mainMv {
		margin: 0 auto;
		position: relative;
		width: 100%;
	}
	.lesson.driver #mainAreaCont .mainIn {
		left: 40px;
		margin: 0 auto;
		width: 100%;
		top: 0;
	}
	.lesson.driver #mainAreaCont .mainIn .ttl {
		left: auto;
		padding: 86px 10px 0 108px;
		position: relative;
		top: auto;
	}
	.lesson.driver #mainAreaCont .mainIn .ttl img {
    max-height: 48px;
    width: auto;
	}
	.lesson.driver #mainAreaCont {
		background: #e3d8e0 none repeat scroll 0 0;
		height: 200px;
		position: relative;
		overflow: hidden;
	}
	.lesson.driver #mainAreaCont .cover {
		background: url("/kiso/files/img/common/bg_main_bottom.png") repeat-x scroll center bottom, rgba(0, 0, 0, 0) url("/kiso/files/img/lesson/bg_main_op.png") repeat scroll 0 0;
		background-size: 25px auto, 6px 6px;
		height: 200px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.lesson.driver #mainAreaCont .mainMv .mv {
		display: none;
	}
	.lesson.driver #mainAreaCont .mainMv .mvsp {
		background: url("/kiso/files/img/lesson/socket_wrench/L13_TOP.gif") no-repeat center 20px;
		height: 200px;
		width: 100%;
	}
	.driver .ktImg {
    	width: 100px;
   	 	display: inline-block;
    	vertical-align: middle;
    	position: relative;
	}
	.driver .ktImg img{
    	width: 80px;
	}
	.driver .ktArea .ktImg img{
    	width: 100px;
	}
	.ktLecture02 .ktImg,
	.ktLecture04 .ktImg,
	.ktLecture05 .ktImg,
	.ktLecture07 .ktImg,
	.ktLecture09 .ktImg {
		width: 100px;
		text-align: right;
	}
	.driver .ktText01, .driver [class^="lectureText0"] {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 131px);
		padding: 1em;
		position: relative;
	}
	.driver [class^="ktLecture0"]{
		position: relative;
	}
	.driver [class^="lectureText0"] {
		background: #fff;
		border: #666 2px solid;
		border-radius: 12px;
		box-sizing: border-box;
		position: relative;
	}
	
	.driver [class^="lectureText0"]:before {
		content: '';
		display: block;
		width: 15px;
		height: 15px;
		border-top: #666 2px solid;
		border-left: #666 2px solid;
		background: #fff;
		position: absolute;
		top: 50%;
		margin-top: -8px;
		left: -10px;
		transform: rotate(-45deg);
	}
	.driver .lectureText01 {
		color: #333;
		width: calc(100% - 125px);
	}
	.driver .lectureText02 {
		left: 7px;
		width: calc(100% - 110px);
		text-align:  left;
	}
	.driver .lectureText03 {
		right: 4px;
		width: calc(100% - 125px);
		text-align:  left;
	}
	.driver .lectureText04 {
		width: calc(100% - 108px);
		text-align:  left;
		left: 9px;
	}
	.driver .lectureText05 {
		color: #333;
		width: calc(100% - 110px);
		left: 7px;
	}
	.driver .lectureText06 {
		left: 12px;
		width: calc(100% - 125px);
		text-align:  left;
	}
	.driver .lectureText07 {
		left: 8px;
		width: calc(100% - 110px);
		text-align:  left;
	}
	.driver .lectureText08 {
		width: calc(100% - 125px);
		text-align:  left;
	}
	.driver .lectureText09 {
		left: 7px;
		width: calc(100% - 110px);
		text-align:  left;
	}
	.driver .lectureText010 {
		width: calc(100% - 206px);
		text-align:  left;
	}
	.driver .lectureText02:before {
	 	left: calc(100% + -7px);
		transform: rotate(135deg);
	}
	.driver .lectureText04:before {
	 	left: calc(100% + -7px);
		transform: rotate(135deg);
	}
	.driver .lectureText05:before {
	 	left: calc(100% + -7px);
		transform: rotate(135deg);
	}
	.driver .lectureText07:before {
	 	left: calc(100% + -7px);
		transform: rotate(135deg);
	}
	.driver .lectureText09:before {
	 	left: calc(100% + -7px);
		transform: rotate(135deg);
	}
	.driver [class^="lectureText0"] p {
		font-size: 93%;
		line-height: 1.5;
	}
	.driver [class^="lectureText0"] p strong {
		color: #E5134A;
	}
	.driver .pickupArea {
		background: #4EB09C;
		overflow: hidden;
		padding: 0 0 40px;
	}
	.driver .qaBox {
		background: none;
		padding: 40px 0 10px;
	}
	.driver .qaBox .qaImg {
		text-align: center;
		padding: 10px 0 20px;
	}
	.driver .qaBox .qaImg img {
		width: 75%;
		margin: 10px auto;
		display: block;
	}
	.driver .exampleBox .example ul{
		margin: 20px auto 25px;
	}
	.driver .exampleBox .example ul li{
		margin: 0 auto 16px;
		font-size: 115%;
		padding: 0 2%;
	}
	.driver .exampleBox .example ul li a {
		color: #fff;
		text-decoration: none;
		border-bottom: #fff solid 1px;
		font-weight:  600;
	}
	.driver .exampleBox img {
		width: 95%;
		display: block;
		margin: 0 auto;
	}
	.driver .qaBox h2.qaTtl {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_socket_wrench_qattl01.png") no-repeat left top;
		background-size: 60px 60px;
		color: #FFF;
		min-height: 70px;
		padding: 2px 0 0 70px;
		font-size: 170%;
		font-weight: bold;
	}
	.driver .qaBox p {
		color: #fff;
		font-size: 124%;
		margin: 20px 0 13px;
		padding: 0 2%;
	}
	.driver .qaBox02 p {
		margin: 20px 0;
	}
	.driver .qaBox02 img {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.driver .ktLecture {
		margin: 33px 0;
	}
	.driver .ktLecture05 {
		margin: 10px 0 20px;
	}
	.driver .qaBox .ktLecture01 {
		margin: 7px 0 22px;
	}
	.driver .qaBox .lectureText01 p {
		color: #333;
		font-size: 93%;
	}
	.driver .qaBox .banner {
		text-align: center;
	}
	.driver .qaBox .qaBtn {
		margin: 25px auto;
		max-width: 590px;
		width: 100%;
	}
	.driver .qaBox .qaBtn a {
		display: inline-block;
		margin: 1%;
		max-width: 280px;
		width: 48%;
		padding: 0;
		float: left;
	}
	.driver .useBox {
		padding: 35px 0px 0 0px;
	}
	.driver .useBox h2.useTtl {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_socket_wrench_usettl.png") no-repeat left top;
		background-size: 60px 60px;
		min-height: 75px;
		padding: 14px 0 0 65px;
		font-size: 170%;
		font-weight: bold;
	}
	.driver .useContents {
		padding: 30px 0 0;
		margin: 0 0 35px;
	}
	.driver .ratchetImg{
	    margin: 40px 0 20px;
	    text-align: center;
	}
	.driver .ratchetImg img{
		width: 100%;
	}
	.driver .ratchetImg li{
		margin: 0 0 14px;
		width: 47.5%;
		float:  left;
	}
	.driver .ratchetImg li{
		text-decoration: none;
	}
	.driver .ratchetImg li:first-child{
		padding: 0 5% 0 0;
	}
	.driver .ratchetImg li p{
		margin: 10px 0 0;
		font-weight: 600;
		color: #333;
	}
	.driver .conclusionArea {
		background: #4EB09C;
		padding: 20px 0 20px;
	}
	.driver .highlighter {
		background: linear-gradient(transparent 70%, #fff100 70%);
	}
	/*----------------------------*/
	.driver .confirmationArea {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_socket_wrench_confirmation.png") repeat-x left 50px;
		height: auto;
		padding-top: 40px;
		overflow: hidden;
		min-height: 400px;
	}
	.driver .confirmationArea h3 {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		padding: 15px 4% 0;
	}
	.driver .confirmationArea h3 span {
		font-size: 13px;
		font-weight: normal;
		display: inline-block;
		vertical-align: middle;
	}
	.driver .confirmationArea .inner {
		padding: 30px 0 45px !important;
	}
	.driver .confirmationArea .confirmationImg {
		width: 100px;
		display: inline-block;
		vertical-align: middle;
	}
	.driver .confirmationArea .confirmationImg > div {
		display: none;
	}
	.driver .confirmationArea .confirmationImg .default {
		display: block
	}
	.driver .confirmationArea .confirmationAnser {
		width: calc(100% - 120px);
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: -10px;
		max-height: 250px;
	}
	.driver .confirmationArea .confirmationAnser .confirmation,  .driver .confirmationArea .confirmationAnser .confirmationOn {
		background: #fff;
		color: #666;
		width: 100%;
		display: inline-block;
		margin: 30px 0 10px;
		padding: 0;
		font-size: 93%;
		border: #666 2px solid;
		border-radius: 10px;
		box-sizing: border-box;
		padding: 1em;
		position: relative;
	}

	.driver .confirmationArea .confirmationAnser .confirmationOn {
		opacity: 0;
	}
	.driver .confirmationArea .confirmationAnser .confirmation a:not([href$=".html"]),  .driver .confirmationArea .confirmationAnser .confirmationOn a:not([href$=".html"]) {
		margin: 70px 0 0;
	}
	.driver .confirmationArea .confirmationAnser .confirmation a[target="_blank"],  .driver .confirmationArea .confirmationAnser .confirmationOn a[target="_blank"] {
		position: absolute;
		left: 0;
		bottom: -70px;
	}
	.driver .confirmationArea .confirmationAnser .confirmation a[href="#"],  .driver .confirmationArea .confirmationAnser .confirmationOn a[href="#"] {
		position: absolute;
		left: 0;
		bottom: -136px;
	}
	.driver .confirmationArea .confirmationAnser img {
		height: 57px;
	}
	.driver .confirmationArea .confirmationAnser .confirmation:before,  .driver .confirmationArea .confirmationAnser .confirmationOn:before {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		background: #fff;
		border-top: #666 2px solid;
		border-left: #666 2px solid;
		position: absolute;
		top: 50%;
		left: 0;
		margin: -6px 0 0 -7px;
		transform: rotate(315deg);
	}
	.driver .confirmationArea .confirmationAnser .anser {
		background: none;
		color: #666;
		width: 100%;
		height: auto;
		margin: 0;
		float: none;
		position: relative;
	}
	.driver #btn {
		margin: 0 auto;
		background-position: left top;
		background-repeat: no-repeat;
		position: relative;
	}
	.driver #btn a {
		display: block;
		vertical-align: top;
		box-sizing: border-box;
		font-size: 12px;
		font-weight: bold;
		color: #EA0B46;
		margin: 0 0 10px;
		text-align: left;
		padding: 9px 10px;
		background-color: #FEEDF1;
		border: #FAB4C5 2px solid;
		border-radius: 10px;
		box-shadow: 3px 3px 0 #ddd;
		animation: moveBtn 2s infinite 2s normal ease-out;
	}
	.driver #btn a:hover {
		text-decoration: none;
	}
	 @keyframes moveBtn {
		 0% {
		 top: 26px;
		}
		 20% {
		 top: 32px;
		}
		 25% {
		 top: 32px;
		}
		 30% {
		 top: 16px;
		}
		 38% {
		 top: 26px;
		}
		 42% {
		 top: 20px;
		}
		 48% {
		 top: 26px;
		}
	}
	#btn a:hover {
		background-color: #FAB4C5;
		border: #ED6A89 5px solid;
		top: 30px;
		left: 40px;
		box-shadow: 1px 1px 0 #ddd;
		animation: none;
	}
	/*----------------------------*/
	.driver .twitterQuestion {
		max-width: 280px;
		width: 50%;
		margin: 0 auto;
		float: none;
	}
	.driver .snsSet {
		float: none;
	}
	.driverBottom {
		width: 100%;
		margin: 30px auto 0;
	}
	#contents .driverBottom .snsSet {
		padding-top: 30px;
		text-align: center;
	}
	.tipsBox {
		background: #FFF;
		border: 2px solid #4EB09C;
		border-radius: 15px;
		margin: 50px auto 0;
		position: relative;
		padding: 20px 0 220px;
	}
	.tipsBox img {
		width: 120px;
		position: absolute;
		bottom: 0;
		left: calc(50% - 60px);
	}
	.tipsBox .tips p{
		margin: 0 0 13px;
	}
	.tipsBox .tips {
		font-size: 108%;
		font-weight: 600;
		color: #333;
		padding: 0 6%;
	}
	.tipsBox .tips ul li{
		font-size: 15px;
		margin: 0 auto 12px;
		color: #333;
	}
	.tipsBox .tips ul li a{
		color: #000;
		display: inline-block;
		line-height: 1.4;
		text-decoration: none;
		border-bottom: #797979 1px solid;
		padding:  0;
		text-indent: -1.5em;
		padding-left: 1.5em;
	}
}


@media screen and (min-width: 768px) {
	#contents .inner {
		width: 940px;
	}
	.lesson.driver .breadcrumb {
		z-index: 10;
	}
	.driver #mainAreaCont .logo {
    	width: 341px;
    	position: absolute;
    	top: 0;
    	left: -56px;
}
	.driver .ktArea {
		padding: 42px 0 0px;
	}
	.driver .ktArea .ktImg {
		float: left;
		margin-bottom: 0;
		position: relative;
		left: -2px;
		top: 0;
	}
	.driver .ktArea .ktText {
		float: left;
		padding-top: 57px;
		margin-left: 40px;
	}
	.driver .ktArea .ktText p {
		font-size: 139%;
	}
	.driver .ktArea .ktText h2 {

		font-size: 170%;
		font-weight: bold;
	}
	.driver .ktArea .ktText h2 span:first-child {
		font-size: 87%;
	}
	.driver .ktImg, .driver .ktText01 p {
		margin: 0 0 5px 0;
	}
	.driver .pickupArea {
		background: #4EB09C;
		overflow: hidden;
		padding: 0;
	}
	.driver .qaBox h2.qaTtl {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_socket_wrench_qattl01.png") no-repeat left top;
		color: #FFF;
		margin-bottom: 20px;
		min-height: 75px;
		padding: 42px 0 0 90px;
		font-size: 231%;
		font-weight: bold;
	}
	.driver .qaBox01 {
		padding: 82px 0 0;
	}
	.driver .qaBox02 {
		padding: 13px 0 84px;
	}
	.driver .qaBox01 {
		background: url("/kiso/files/img/lesson/socket_wrench/img_socket_wrench_qaimg01.png") no-repeat right top 142px;
	}
	.driver .qaBox01 img{
		width: 945px;
		display: block;
		margin: 0 auto;
	}
	.driver .qaBox p {
		color: #FFF;
		font-size: 139%;
		margin: 30px 0 41px;
		line-height: 1.8;
	}
	.driver .qaBox .qaText {
		width: 510px;
	}
	.driver .exampleBox {
		margin: 41px auto 30px;
	}
	.driver .exampleBox .example {
		width: 510px;
		float: left;
	}
	.driver .exampleBox .example p {
		margin: 0 0 37px;
	}
	.driver .exampleBox .example ul li{
		width: 305px;
		margin: 0 auto 13px;
	}
	.driver .exampleBox .example ul li a {
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		border-bottom: #fff solid 1px;
		font-weight:  600;
	}
	.driver .exampleBox img {
		float: right;
		width: 391px;
	}
	.driver .qaBox02 .qaText {
		float: left;
		margin: 1px 0 10px;
	}
	.driver .qaBox02 img {
		float: right;
	}
	.driver p.emphasis {
		font-size: 22px;
		font-weight: 600;
		color: #666666;
	}
	.driver .useContents {
		padding: 3px 0 48px;
	}
	.driver .ktLecture01 {
		margin: 45px 0 27px;
	}
	.driver .ktLecture02 {
		margin: 16px 0 39px;
	}
	.driver .ktLecture03 {
		margin: 62px 0 39px;
	}
	.driver .ktLecture04 {
		margin: 43px 0 50px;
	}
	.driver .ktLecture05 {
		margin: 57px 0 4px;
	}
	.driver .ktLecture06 {
		margin: 0px 0 23px;
	}
	.driver .ktLecture07 {
		margin: 28px 0 39px;
	}
	.driver .ktLecture08 {
		margin: 55px 0 27px;
	}
	.driver .ktLecture09 {
		margin: 24px 0 39px;
	}
	.driver .ktLecture10 {
		margin: 55px 0 23px;
	}
	.driver .ktLecture01 .ktImg {
		width: 146px;
		float: left;
		margin: 0 0 0 30px;
	}
	.driver .ktLecture01 .lectureTextInner01 {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_kttext01.png") no-repeat right 13px top 0px;
		padding: 31px 45px 0 134px;
		width: 731px;
		height: 100px;
		margin: 27px 0 0;
		float: left;
		line-height: 1.6;
		box-sizing: border-box;
		opacity: 0;
	}
	.driver .ktLecture02 .ktImg {
		width: 146px;
		float: right;
	}
	.driver .ktLecture02 .lectureTextInner02 {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_kttext02.png") no-repeat right 13px top 0px;
		padding: 31px 80px 0 72px;
		width: 758px;
		height: 125px;
		margin: 15px 0 0 0;
		float: left;
		line-height: 1.6;
		box-sizing: border-box;
		opacity: 0;
	}
	.driver .ktLecture03 .ktImg {
		width: 146px;
		float: left;
		margin: 0 0 0 30px;
	}
	.driver .ktLecture03 .lectureTextInner03 {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_kttext02_201.png") no-repeat right 13px top 0px;
		padding: 42px 55px 0 115px;
		width: 736px;
		height: 153px;
		margin: -2px 0 0;
		float: left;
		line-height: 1.6;
		box-sizing: border-box;
		opacity: 0;
	}
	.driver .ktLecture04 .ktImg {
		width: 146px;
		float: right;
	}
	.driver .ktLecture04 .lectureTextInner04 {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_kttext03.png") no-repeat right 13px top 0px;
		padding: 31px 50px 0 160px;
		width: 760px;
		height: 153px;
		margin: 15px 0 0;
		float: left;
		line-height: 1.6;
		box-sizing: border-box;
		opacity: 0;
	}
	.driver .ratchetImg ul {
		width: 642px;
		margin: 0 auto;
	}
	.driver .ratchetImg ul li{
		width: 300px;
		float: left;
		margin: 0 42px 0 0;
		font-size: 20px;
		text-align: center;
	}
	.driver .ratchetImg ul li a{
		text-decoration: none;
	}
	.driver .ratchetImg ul li:last-child{
		margin: 0;
	}
	.driver .ratchetImg ul li p{
		margin: 14px 0 0;
		font-weight: 600;
		color: #333;
	}
	.driver .ktLecture05 .ktImg {
		width: 146px;
		float: right;
	}
	.driver .ktLecture05 .lectureTextInner05 {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_kttext04.png") no-repeat right 13px top 0px;
		padding: 37px 80px 0 325px;
		width: 757px;
		height: 120px;
		margin: 15px 0 0;
		float: left;
		line-height: 1.6;
		box-sizing: border-box;
		opacity: 0;
	}
	.driver .ktLecture06 .ktImg {
		width: 146px;
		float: left;
		margin: 0 0 0 30px;
	}
	.driver .ktLecture06 .lectureTextInner06 {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_kttext05.png") no-repeat right 13px top 17px;
		padding: 50px 38px 0 98px;
		width: 544px;
		height: 153px;
		margin: 15px 0 0;
		float: left;
		line-height: 1.6;
		box-sizing: border-box;
		opacity: 0;
	}
	.driver .ktLecture07 .ktImg {
		width: 146px;
		float: right;
	}
	.driver .ktLecture07 .lectureTextInner07 {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_kttext06.png") no-repeat right 13px top 0px;
		padding: 44px 60px 0 77px;
		width: 760px;
		height: 157px;
		margin: 4px 0 0;
		float: left;
		line-height: 1.6;
		box-sizing: border-box;
		opacity: 0;
	}
	.driver .ktLecture08 .ktImg {
		width: 146px;
		float: left;
		margin: 0 0 0 30px;
	}
	.driver .ktLecture08 .lectureTextInner08 {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_kttext07.png") no-repeat right 13px top 0px;
		padding: 25px 50px 0 113px;
		width: 609px;
		height: 153px;
		margin: 15px 0 0;
		float: left;
		line-height: 1.6;
		box-sizing: border-box;
		opacity: 0;
	}
	.driver .ktLecture09 .ktImg {
		width: 146px;
		float: right;
	}
	.driver .ktLecture09 .lectureTextInner09 {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_kttext08.png") no-repeat right 13px top 0px;
		padding: 35px 80px 0 85px;
		width: 757px;
		height: 242px;
		margin: 0;
		float: left;
		line-height: 1.6;
		box-sizing: border-box;
		opacity: 0;
	}
	.driver .ktLecture10 .ktImg {
		width: 146px;
		float: left;
		margin: 0 0 0 30px;
	}
	.driver .ktLecture10 .lectureTextInner10 {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_kttext09.png") no-repeat right 13px top 9px;
		padding: 42px 50px 0 94px;
		width: 247px;
		height: 140px;
		margin: 26px 0 0;
		float: left;
		opacity: 0;
		line-height: 1.6;
		box-sizing: border-box;
		opacity: 0;
	}

	.driver .conclusionArea {
		background: #4EB09C;
		padding: 20px 0 20px;
	}
	.driver .highlighter {
		background: linear-gradient(transparent 55%, #fff100 56%);
	}

	/*----------------------------*/
	.driver .confirmationArea {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_socket_wrench_confirmation.png") repeat-x left 50px;
		height: 520px;
		padding-top: 80px;
		overflow: hidden;
		margin: 40px 0 0;
	}
	.driver .confirmationArea h3 {
		font-size: 30px;
		font-weight: bold;
		color: #fff;
		margin: 20px 0 25px 60px;
	}
	.driver .confirmationArea h3 span {
		font-size: 18px;
		font-weight: normal;
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 40px;
	}
	.driver .confirmationArea .confirmationImg {
		width: 245px;
		float: left;
	}
	.driver .confirmationArea .confirmationImg > div {
		display: none;
	}
	.driver .confirmationArea .confirmationImg .default {
		display: block;
	}
	.driver .confirmationArea .confirmationAnser {
		width: 680px;
		float: left;
	}
	.driver .confirmationArea .confirmationAnser a {
		color: #666;
		text-decoration: underline;
	}
	.driver .confirmationArea .confirmationAnser .confirmation,  .driver .confirmationArea .confirmationAnser .confirmationOn {
		color: #666;
		margin-top: 30px;
		font-size: 130%;
		font-weight: bold;
		width: 323px;
		background: url("/kiso/files/img/lesson/socket_wrench/bg_socket_wrench_confirmation.gif") no-repeat left top;
	}
	.driver .confirmationArea .confirmationAnser .confirmation {
		height: 105px;
		width: 400px;
		padding: 55px 0 0 104px;
	}
	.driver .confirmationArea .confirmationAnser .confirmationOn {
		opacity: 0;
		height: 125px;
		padding: 35px 50px 0 105px;
	}
	.driver .confirmationArea .confirmationAnser .confirmationOn#ans_a {
		padding: 5px 50px 0 104px;
	}
	.driver .confirmationArea .confirmationAnser .confirmationOn#ans_a .text{
		padding: 0;
	}
	.driver .confirmationArea .confirmationAnser .confirmation img,  .driver .confirmationArea .confirmationAnser .confirmationOn img {
		margin: 85px 0 -70px;
	}
	.driver .confirmationArea .confirmationAnser .anser {
		color: #666;
		margin: 25px 0 0 40px;
		position: relative;
	}
	.driver #btn {
		margin: 0 auto;
		background-position: left top;
		background-repeat: no-repeat;
		position: relative;
	}
	.driver #btn a {
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		font-size: 20px;
		font-weight: bold;
		color: #EA0B46;
		margin: 0 12px 20px;
		text-align: center;
		padding: 20px 20px;
		background-color: #FEEDF1;
		border: #FAB4C5 5px solid;
		border-radius: 10px;
		box-shadow: 5px 5px 0 #ddd;
		animation: moveBtn 2s infinite 2s normal ease-out;
		text-decoration: none;
	}
		 @keyframes moveBtn {
			 0% {
			 top: 26px;
			}
			 20% {
			 top: 32px;
			}
			 25% {
			 top: 32px;
			}
			 30% {
			 top: 16px;
			}
			 38% {
			 top: 26px;
			}
			 42% {
			 top: 20px;
			}
			 48% {
			 top: 26px;

			}
		}
	#btn a:hover {
		background-color: #FAB4C5;
		border: #ED6A89 5px solid;
		top: 30px;
		left: 40px;
		box-shadow: 1px 1px 0 #ddd;
		animation: none;
		text-decoration: none;
	}
	.driver .twitterQuestion {
		width: 280px;
		float: left;
	}
	.driver .snsSet {
		float: right;
	}
	.ratchet_meganeBottom {
		width: 670px;
		margin: 30px auto 0;
	}
	/* 上級編 */
	.level {
		padding: 55px 0 0;
	}
	.level h2.levelTtl {
		background: url("/kiso/files/img/lesson/socket_wrench/bg_socket_wrench_usettl01.png") no-repeat left top;
		margin-bottom: 20px;
		min-height: 75px;
		padding: 45px 0 0 90px;
		font-size: 231%;
		font-weight: bold;
	}
	/* Question */
	.level .qa-q {
		width: 920px;
		border-radius: 10px;
		border: #FFA742 5px solid;
		background: #fff;
		margin: 0 auto;
		overflow: hidden;
		box-sizing: border-box;
		padding: 15px;
		position: relative;
	}
	.level .qa-q h3 {
		font-size: 30px;
		font-weight: bold;
		color: #FFA742;
		margin: 0 0 30px;
	}
	.level .qa-q h3 img {
		margin: 0 7px 0 0;
	}
	.level .qa-q .img01 {
		width: 204px;
		float: left;
		margin: 25px 22px 7px -17px;
	}
	.level .qa-q > div {
		width: 650px;
		float: left;
	}
	.level .qa-q p.txt01 {
		font-size: 18px;
	}
	.level .qa-q p.txt02 {
		font-size: 26px;
	}
	.level .qa-q p.txt02 strong {
		color: #E5134A;
	}
	.level .qa-q p.txt03 {
		font-size: 18px;
		font-weight: bold;
		color: #D86C00;
		margin: 60px 0 0;
	}
	.level .qa-q p.txt03 img {
		position: absolute;
		bottom: 20px;
		right: 30px;
	}
	/* Answer */
	.level .qa-a {
		width: 920px;
		background: #fff;
		margin: 30px auto;
		overflow: hidden;
		box-sizing: border-box;
		padding: 30px 20px;
		position: relative;
	}
	.level .qa-a h3 {
		font-size: 30px;
		font-weight: bold;
		color: #fff;
		margin: 0 0 30px;
		display: inline-block;
		background: #FFA64D;
		border-radius: 25px;
		padding: 5px 30px 5px 16px;
	}
	.level .qa-a h3 img {
		margin: 0 7px 0 0;
		position: relative;
		top: -8px;
	}
	.level .qa-a .txt01 {
		font-size: 18px;
		padding: 0 10px;
		margin: 0 0 70px;
	}
	.level .qa-a .txt01 strong {
		color: #E5134A;
	}
	.level .qa-a dl {
		display: table;
		width: 866px;
		box-sizing: border-box;
		margin: 0 auto 55px;
		padding: 0 10px;
	}
	.level .qa-a dl:nth-of-type(1) {
		border-bottom: #ccc 2px solid;
		padding: 0 0 50px;
	}
	.level .qa-a dt,  .level .qa-a dd {
		display: table-cell;


		vertical-align: top;
	}
	.level .qa-a dt {
		width: 265px;
		font-size: 18px;
		color: #111;
		letter-spacing: -.05em;
		padding: 0 0 0 30px;
		box-sizing: border-box;
	}
	.level .qa-a dt img {
		margin: 30px 0 0;
	}
	.level .qa-a dd {
		width: 540px;
		box-sizing: border-box;
		padding: 0 0 0 5px;
	}
	.level .qa-a dd span {
		display: block;
		font-size: 12px;
		margin: 20px 0 0 80px;
		width: 440px;
	}
	.level .qa-a dd span strong {
		color: #E5134A;
	}
	.lineupContents .txt {
		color: #FFF;
		margin: 0 0 0 96px;
		padding: 0 0 30px;
		width: 905px;
		font-size: 18px;
		line-height: 1.7;
		letter-spacing: 0.05rem;
	}
	.driver .noteArea .noteList .txt01 {
		font-size: 138%;
		font-weight: bold;
		margin: 5px 0 13px;
	}
	/*-----*/
	.tipsBox {
		background: #FFF;
		border: 2px solid #4EB09C;
		border-radius: 15px;
		margin: 133px auto 25px;
		position: relative;
		padding: 29px 0;
	}
	.tipsBox img {
		position: absolute;
		top: -101px;
		left: 20px;
	}
	.tipsBox .tips p{
		margin: 0 0 10px;;
	}
	.tipsBox .tips {
		width: 726px;
		float: right;
		font-size: 23px;
		font-weight: 600;
		color: #333;
	}
	.tipsBox .tips ul li{
		font-size: 25px;
		margin: 0 0 10px;
	}
	.tipsBox .tips ul li a{
		color: #333;
		display: inline-block;
		line-height: 1.2;
		text-decoration: none;
		border-bottom: #adadad 2px solid;
		padding:  0;
	}

}

