<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.abtest i{
	margin-left: 10px;
}
/* ==========================================================
	PC閲覧用 481px以上
========================================================== */

@media print, screen and (min-width: 481px) {
	.abtest .pcNone{
			display: none;
		}
/*----------------------------------------
box1
-----------------------------------------*/
	.abtest #box1 {
		margin-top: 30px;
	}
	.abtest #box1 h3 {
		margin-bottom: 10px;
	}
	.abtest #box1 dl {
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		position: relative;
		float: left;
		width: 350px;
		height: auto;
		margin: -1px -1px 0 0;
		padding: 16px 19px 15px 19px;
		border: solid 1px #b7b7b7;
	}
	*+html .abtest  #box1 dl { /*IE7*/
		width: 310px;
		height: 210px;
	}
	.abtest #box1 dl.hover {
		z-index: 500;
		border: solid 1px #37acd4;
		background-color: #e4f6ff;
		cursor: pointer;
	}
	.abtest #box1 dl dt {
		background: url(../../img/top_course_arrow.gif) no-repeat;
		text-indent: 28px;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.3;
		color: #333333;	
	}
	.abtest #box1 dl dt sup {
		font-size: 0.8rem;
		top: -1.0em;
	}
	.abtest #box1 dl dt a,
	.abtest #box1 dl dt a:hover {
		color: #333333;
	}
	.abtest #box1 dl dd {
		margin-top: 10px;
		line-height: 1.4;
	}
	.abtest #box1 dl dd img {
		width: 310px;
	}
	.abtest #box1 dl dd ul {
		margin: 4px 0 6px;
	}
	.abtest #box1 dl dd li {
		float: left;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.0;
		color: #FFFFFF;
		background: #3eb2d4;
		padding: 4px 6px 3px;
	}
	.abtest #box1 dl dd li.margin {
		margin-left: 1px;
	}
	.abtest #box1 dl dd p {
		clear: both;
	}
/*-----------------------------------------
#step
-----------------------------------------*/
	.abtest #step{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.abtest #step li img{
		width:123px;
		height: auto;
	}
	.abtest #step h2{
		margin-top: 15px;
		background-color: #000066;
		color: #fff;
		font-weight: bold;
		font-size: 17px;
		padding: 5px 0 4px 14px;
		border-left: solid 4px #3eb2d4;
	}
	.abtest #step ul{
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.abtest #step ul li{
		float: left;
		padding-left: 20px;
		background: url(../img/step_ya.gif)  no-repeat 7px 43px;
	}
	.abtest #step li.first{
		padding-left: 0px;
		background: none;
		margin-top: -5px;
	}
	.abtest #step .step{
		color:#000066;
		display: inline-block;
		font-size: 0.8em;
	}
	.abtest #step .flow{
		display: block;
		font-size:0.8em;
		font-weight: bold;
	}
	.abtest #step h3{
		color: #000066;
	}
	.abtest #step .clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	.abtest #step .clearfix {
		zoom: 1;
		position: relative;
	}
	.abtest #step .caution{
		clear:both;
		text-align: right;
		font-size:small;
		margin-bottom: 20px;
		margin-top: 0;
	}
	/*220602/box2:画像なしのため修正*/
	.abtest #box2 dl {
		box-sizing:border-box;
		position: relative;
		float: left;
		width: 350px;
		height: auto;
		margin: -1px -1px 0 0;
		padding: 16px 19px;
		border: solid 1px #b7b7b7;
	}
	*+html .abtest #box2 dl { /*IE7*/
		width: 310px;
		height: 210px;
	}
	.abtest #box2 dl:hover {
		z-index: 500;
		border: solid 1px #37acd4;
		background-color: #e4f6ff;
		cursor: pointer;
	}
	.abtest #box2 dl dt {
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.3;
		padding-bottom: 0;
	}
	.abtest #box2 dl dt a,
	.abtest #box2 dl dt a:hover {
		color: #333333;
		padding-top: 2px;
	}
	.abtest #box2 .online dl dd{
		display: none;
	}
	.abtest .c_box.mg_left{
	margin-left: 15px;
}
}
/*------------------------------------------------------
c_box*/
.abtest .c_flex{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.c_flex + .c_flex{
	margin-right: 1%;
}
.abtest .c_flex.between{
	justify-content: space-between;
}
.abtest .c_box{
	width: 48.5%;
	margin: 0 0 35px;
}
.abtest .c_head{
	font-size: 1.8rem;
	font-weight: bold;
}
.abtest .cmnbox h3.c_head{
	margin-top: 0;
	font-size: 1.8rem;
}
.abtest .c_img{
	width: 40%;
}
.abtest .c_img img{
	width: 100%;
	height: auto;
}
.abtest .c_cnt{
	width: 55%;
	margin-left: 10px;
}
.abtest .c_txt{
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
.abtest .c_link,
.abtest .c_link:link,
.abtest .c_link:visited{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #06c;
	background: #06c;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
}
.abtest .c_link:hover,
.abtest .c_link:active{
	background: #fff;
	color: #06c;
}

/*-------------------------------------------------------
lesson*/
.abtest .lesson_wrapper{
	padding: 10px 0;
	background: #e4f6ff;
	margin-bottom: 45px;
}
.abtest .lesson_container{
	margin: 30px auto 0px;
	width: 90%;
	max-width: 950px;
}
.abtest .lesson_head{
	color: #06c;
	text-align: center;
	font-size: 1.75rem;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 2px solid #06c;
	margin-bottom: 15px;
}
.abtest .lesson_box{
	box-sizing: border-box;
	width: 49%;
	border: 2px solid #06c;
	border-radius: 10px;
	margin-bottom: 20px;
}
.abtest .lesson_box:hover,
.abtest .lesson_box:active{
	border: 2px solid #06c;
	background: #fff;
}
.abtest .lesson_box a:hover,
.abtest .lesson_box a:active{
	text-decoration: none;
}
.abtest .lesson_box_img{
	text-align: center;
	margin-bottom: 5px;
}
.abtest .lesson_box_head{
	margin-bottom: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.abtest .lesson_box_txt{
	margin-bottom: 5px;
	color: #333;
	font-size: 1.6rem;
	text-align: center;
}
.abtest .lesson_ftf{
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	background: #84be29;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: .75rem;
}
.abtest .lesson_onl{
	display: inline-block;
	padding: 5px 10px;
	background: #3eb2d4;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: .75rem;
}
.abtest .lesson_link,
.abtest .lesson_link:link,
.abtest .lesson_link:visited{
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-top: 1rem;
	background: #06c;
	color: #fff;
	border-radius: 0 0 6px 6px;
}
.abtest .lesson_box:hover .lesson_link,
.abtest .lesson_box:active .lesson_link{
	background: #e4f6ff;
	color: #06c;
}
/*----------------------------------------
cmnbox
-----------------------------------------*/

.abtest .cmnbox dl {
position: relative;
float: left;
width: 310px;
margin: -1px -1px 0 0;
padding: 15px 19px;
border: solid 1px #d5d5d5;
}
.abtest .cmnbox dt {
padding-bottom: 9px;
}

.abtest .cmnbox dt a {
display: inline-block;
padding-left: 34px;
background: url(../../../img/cmn_main_ya_b3.gif) no-repeat 0 0.1em;
color: #333333;
text-decoration: none;
font-weight: bold;
font-size: 20px;
font-size: 1.7rem;
}

/*220602/box6:画像なしのため修正*/
.abtest #box06.cmnbox dl,
.abtest #box07.cmnbox dl{
padding: 15px 19px;
}

.abtest #box06.cmnbox dt,
.abtest #box07.cmnbox dt{
padding-bottom: 0;
}

.abtest #box06.cmnbox dt a,
.abtest #box07.cmnbox dt a{
padding-top: 2px;
}
.abtest .cmnbox dt sup {
font-size: 0.8rem;
top: -1.2em;
}

.abtest .cmnbox dd ul {
padding: 4px 0 8px 0;
}

.abtest .cmnbox dd li {
float: left;
margin: 1px 1px 0 0;
padding: 4px 10px 3px 10px;
background-color: #0fa1cc;
color: #ffffff;
font-size: 12px;
font-size: 1.2rem;
font-weight: bold;
line-height: 1;
white-space: nowrap;
}

.abtest .cmnbox dd li sup {
font-size: 0.7rem;
}

/* odd */
.abtest .cmnbox dl.odd {
padding-right: 20px;
}

/* hover */
.abtest .cmnbox dl.hover {
z-index: 500;
border: solid 1px #37acd4;
background-color: #e4f6ff;
cursor: pointer;
}

.abtest .cmnbox dl.hover dt a {
background-position: -700px 0.2em;
}

/* box01 */
.abtest #box01 {
margin-top: 0;
padding-top: 0;
}
.abtest #box01,
.abtest #box03,
.abtest #box04{
	margin-bottom: 25px;
}
.abtest .lesson_wrapper img,
.abtest #class img {
max-width: 100%;
width: 100%;
height: auto;
}
.abtest .lesson_wrapper img{
	border-radius: 10px;
}
.abtest #class img{
	margin: 30px 0;
}
.abtest .online dt {
padding-bottom: 0;
}



/* ==========================================================
	SP閲覧用 480px以下
========================================================== */

@media screen and (max-width: 480px) {
	body {
		overflow-x: hidden;
	}

	.abtest .spNone{
		display: none;
	}	
/*----------------------------------------
box1
-----------------------------------------*/
	.abtest #box1 {
		border-top: 1px solid #b7b7b7;
	}
	.abtest #box1 {
		margin-top: 30px;
	}
	#box1 dl {
		width: 100%;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #b7b7b7;
		padding: 0;
	}
	.abtest #box1 dl.no-leftmargin {
		border-left: none;
	}
	.abtest #box1 dl.no-topmargin {
		border-top: none;
	}
	.abtest #box1 dl dt {
		background: url(../../img/top_course_arrow.gif) no-repeat;
		text-indent: 28px;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.3;
		color: #333333;
		margin: 10px;
	}
	.abtest #box1 dl dt sup {
		font-size: 0.8rem;
		top: -1.0em;
	}
	.abtest #box1 dl dt a,
	.abtest #box1 dl dt a:hover {
		color: #333333;
	}
	.abtest #box1 dl dd {
		margin: 10px;
	}
	.abtest #box1 dl dd img {
		width: 100%;
	}
	.abtest #box1 dl dd ul {
		margin: 4px 0 6px;
	}
	.abtest #box1 dl dd li {
		float: left;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.0;
		color: #FFFFFF;
		background: #3eb2d4;
		padding: 4px 6px 3px;
	}
	.abtest #box1 dl dd li.margin {
		margin-left: 1px;
	}
/*-----------------------------------------
#step
-----------------------------------------*/	
	.abtest #step h2{
		margin-top: 15px;
		background-color: #000066;
		color: #fff;
		font-weight: bold;
		font-size: 17px;
		padding: 2px 0 0 10px;
	}	
	.abtest #step ul li.first{
		background: none;
	}
	.abtest #step ul li{
		float: none;
		width:100%;
		background:none;
		padding-left: 0;
	}
	.abtest #step dt:after{
		content: url("../img/step_ya_sp.gif");
		position: absolute;
		left: 50%;
		margin-left: -45px;
		bottom: 0px; 
	}
	.abtest #step dt.last:after{
		content: none;
	}
	.abtest #step li img{
		width:40%;
		height: suto;
		display: block;
		margin: 5px auto 5px;
		padding-bottom: 16px;
	}		
	.abtest #step .caution{
		text-align: left;
		font-size: 12px;
		margin: 0 0 20px;
	}
	.abtest #step .step{
		color:#000066;
		display: inline-block;
		font-size: 1.1em;
	}
	.abtest #step .flow{
		display: inline-block;
		margin-left: 10px;
		font-size:1.1em;
		font-weight: bold;
	}
	.abtest #step h3{
		text-align: center;
		color: #000066;
	}
	/*220602/box6:画像なしのため修正*/
	.abtest #box2 dl {
		width: 100%;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #b7b7b7;
		padding: 0;
	}
	.abtest #box2 dl dt {
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.3;
		color: #333333;
		margin: 10px;
	}
	.abtest #box2 dl dt sup {
		font-size: 0.8rem;
		top: -1.0em;
	}
	.abtest #box2 dl dt a,
	.abtest #box2 dl dt a:hover {
		color: #333333;
		padding-top: 2px;
	}
	.abtest #box2 .online dl dd{
		display: none;
	}
/*220602/box6:画像なしのため修正ここまで*/

	/*----------------------------------------
2409CRO施策ABテスト用
-----------------------------------------*/
.abtest #box02{
	padding: 0 10px;
}
/*------------------------------------------------------
c_box*/
	.abtest .c_box{
		width: 100%;
		margin: 0 auto 25px;
	}
	.abtest .cmnbox{
		padding: 0 10px;
	}
.abtest .cmnbox h3 {
		background: #e4f6ff url(../img/cmn_main_h3_bg_sp.png) no-repeat 10px .5em;
		-webkit-background-size: 4px 21px;
		background-size: 4px 21px;
		position: relative;
		font-size: 15px;
		height: auto;
		padding: 9px 5px 8px 22px;
		margin: 20px 0 10px;
		line-height: 1.3;
	}
  .cmnbox h2 +div h3 {
		margin-top: 10px;
	}
/*------------------------------------------------------
lesson*/
	.abtest .lesson_link{
		width: 100%;
	}
	.abtest .lesson_box_img img{
		border-radius: 10px;
	}
     /*#wrapper img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }*/
	.abtest .cmnbox dl {
		float: none;
		width: auto;
		height: auto!important;
		margin-bottom: 10px;
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;
	}

	.abtest .boxlink dd p{
		display: block;
	}
	.abtest .boxlink dd p,
	.abtest .boxlink dd p img {
		width: 310px;
		height: auto;
		margin: 0 auto;
	}

	.abtest .cmnbox dd ul {
		margin-top: 8px;
	}

	.abtest .cmnbox dt  {
		font-size: 1.8rem;
		background: url(../../../img/cmn_main_ya_b3.gif) no-repeat 0 .15em;
	}

	.abtest .cmnbox dl.hover dt a {
		background-position: -700px 0.15em;
	}
	.abtest .cmnlink a{
		margin: 20px 0 0 30px;
	}
	.abtest #class{
		width: 100vw;
		padding: 0 10px;
	}
	.abtest #class img{
		width: 95%;
	}
	.abtest #box2 .cmnbox dt {
		font-size: 1.8rem;
		background: none;
	}


/*----------------------------------------
cmnbox
-----------------------------------------*/
	.cmnbox {
		margin-top: 30px;
	}
	.cmnbox dl {
		width: 100%;
		border-bottom: 1px solid #b7b7b7;
		float: left;
	}
	.abtest #box07.cmnbox dl{
		padding: 15px 19px 15px 0;
	}
	.cmnbox dl dt {
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.3;
		color: #333333;	
		margin: 10px;
	}
	.cmnbox dl dt a,
	.cmnbox dl dt a:hover {
		color: #333333;
	}
	.cmnbox dl dd {
		margin: 10px;
	}
	.cmnbox dl dd img {
		width: 100%;
	}
	.cmnbox dl dd ul {
		margin: 4px 0 6px;
	}
	.cmnbox dl dd li {
		float: left;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.0;
		color: #FFFFFF;
		background: #3eb2d4;
		padding: 4px 6px 3px;
	}
	.cmnbox dl dd li.margin {
		margin-left: 1px;
	}
	#box1 dl dt sup {
		font-size: 0.8rem;
		top: -1.0em;
	}
/*-----------------------------------------
#step
-----------------------------------------*/
	#step h2{
		margin-top: 15px;
		margin-bottom: 15px;
		background-color: #000066;
		color: #fff;
		font-weight: bold;
		font-size: 17px;
		padding: 2px 0 0 10px;
	}
	#step ul li.first{
		background: none;
	}
	#step ul li{
		float: none;
		width:100%;
		background:none;
		padding-left: 0;
	}
	#step dt:after{
		content: url("../img/step_ya_sp.gif");
		position: absolute;
		left: 50%;
		margin-left: -45px;
		bottom: 0px; 
	}
	#step dt.last:after{
		content: none;
	}
	#step li img{
		width:40%;
		height: auto;
		display: block;
		margin: 5px auto 5px;
		padding-bottom: 3px;
	}
	#step .caution{
		text-align: left;
		font-size: 12px;
		margin: 5px 0 20px;
	}
	#step .step{
		color:#000066;
		display: inline-block;
		font-size: 0.85em;
	}
	#step .flow{
		display: inline-block;
		margin-left: 10px;
		font-size:0.85em;
		font-weight: bold;
	}
	#step h3{
		text-align: center;
		color: #000066;
	}
	/*220602/box6:画像なしのため修正*/
	#box3 dl {
		width: 100%;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #b7b7b7;
		padding: 0;
	}
	#box3 dl dt {
		background: url(../../img/top_course_arrow.gif) no-repeat;
		text-indent: 28px;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.3;
		color: #333333;
		margin: 10px;
	}
	#box3 dl dt sup {
		font-size: 0.8rem;
		top: -1.0em;
	}
	#box3 dl dt a,
	#box3 dl dt a:hover {
		color: #333333;
		padding-top: 2px;
	}
	#box3 .online dl dd{
		display: none;
	}
/*220602/box6:画像なしのため修正ここまで*/
}</pre></body></html>