@charset "utf-8";
.topArea {
	width: 100%;
	padding-top: 117px;
}
.mainV {
	margin:0 auto 90px;
	width: 960px;
}
.topTitle {
	color: #1069C4;
	font-size: 34px;
}

.topSectione {
	margin:40px 0 80px;
	font-size: 16px;
}
.sectionTitleArea {
	height: 55px;
	background-color: #7DCDF4;
	margin-bottom: 47px;
}
.sectionTitle {
	color: #fff;
	font-size: 24px;
	line-height: 2.3;
	padding-left: 65px;
	position: relative;
}
.sectionTitle::before {
	content: " ";
	display: block;
	width: 55px;
	height: 55px;
	background-color: #17A1E6;
	position: absolute;
	top: 0;
	left:0;
}
.sectionTitle_01::after {
	content:url(../img/icon_book_pc.svg);
	width: 35px;
	height: 28px;
	font-size: 0;
	position: absolute;
	top: 50%;
	left:10px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
.sectionTitle_02::after {
	content:url(../img/icon_school.svg);
	width: 35px;
	height: 30px;
	font-size: 0;
	position: absolute;
	top: 50%;
	left:10px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
.topHowTo {
	margin: 0 44px;
}
.howToFaq {
	margin-bottom: 75px;
}
.howToQuestion {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 1.16em;
	position: relative;
}
.howToQuestion::before {
	content: "Q";
	display: block;
	width: 34px;
	height: 27px;
	background-color: #17A1E6;
	color:#fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	border-radius: 17px;
	padding-top: 7px;
	position: absolute;
	top: 0;
	left: -44px;
}
.howToAnswer::before {
	content: "A";
	display: block;
	width: 34px;
	height: 27px;
	background-color: #FF5555;
	color:#fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	border-radius: 17px;
	padding-top: 7px;
	position: absolute;
	top: -4px;
	left: -44px;
}
.howToAnswer {
	line-height: 1.7;
	position: relative;
}
.howToBtnArea {
	margin: 20px 0 4px;
	display: flex;
	justify-content: space-between;
}
.howToCaseArea {
	margin: 20px 0 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.howToBtnLink {
	display: block;
	width: 280px;
	height: 48px;
	border-radius: 24px;
	background-color: #7DCDF4;
	color:#fff;
	font-weight: 700;
	text-align: center;
	line-height: 3;
	position: relative;
}
.howToBtnLink:last-child {
	margin-right: 0;
}
.howToBtnLink:hover,
.howToCaceLink:hover {
	opacity: 0.7;
}
.howToBtnLink::after,
.howToCaceLink::after {
	content: url(../../common/img/icon_arrow_w.svg);
	position: absolute;
	top: 50%;
	right:1em;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	margin-top: 3px;
}
.howToCaceLink {
	display: block;
	width: 49%;
	height: 48px;
	margin-top: 20px;
	border-radius: 24px;
	background-color: #7DCDF4;
	color:#fff;
	font-weight: 700;
	text-align: center;
	line-height: 3;
	position: relative;
}
.topHowToSampleLink {
	margin: 10px 0 4px 18px;
}
.topNotes {
	margin-top: 1.4em;
	font-size: 14px;
}
.howToAExample {
	margin-top:40px;
	display: flex;
}
.howToAExampleTitle {
	width: 88px;
	font-weight: 700;
}
.howToAExampleDetails .topNotes {
	margin-top:7px;
}
/*SLIDE*/
/* Slider */
.slick-loading .slick-list {
		background: #fff url('../../top/img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		display: block;
		top: 50%;
		width: 50px;
		height: 50px;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		background: transparent;
		z-index: 1;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
		color: transparent;
		outline: none;
		background: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before {
		opacity: 0.7;
}
.slick-prev:before,
.slick-next:before {
		content: url(../../top/img/slide_arr.svg);
		display: block;
		width: 100%;
}
.slick-prev:before {
		transform: rotate(180deg);
}
.slick-prev,
.slick-prev:hover {
}
.slick-next,
.slick-next:hover {
}
.slick-prev {
	left: 0;
}
.slick-next {
	right:0;
}
.slick-dots {
		position: absolute;
		/*bottom: -25px;*/
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
}
.slick-dots li {
		position: relative;
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		padding: 0;
		cursor: pointer;
		border-radius: 5px;
}
.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 10px;
		height: 10px;
		padding: 5px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		/*background: transparent;*/
		background-color: #C8C8C8;
		border-radius: 5px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
		outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
		opacity: 1;
}
.slick-dots li button:before {
		/*font-family: 'slick';*/
		font-size: 6px;
		line-height: 20px;
		position: absolute;
		top: 0;
		left: 0;
		width: 10px;
		height: 10px;
		content: ' ';
		text-align: center;
		background-color: #7DCDF4;
		opacity: .1;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		border-radius: 10px;
}
.slick-dots li.slick-active button:before {
		opacity: 1;
		color: black;
}
/* Slider */
.slick-slider {
		position: relative;
		display: block;
		box-sizing: border-box;
		-webkit-user-select: none;
			 -moz-user-select: none;
				-ms-user-select: none;
						user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-ms-touch-action: pan-y;
				touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
}
.slick-list {
		position: relative;
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0;
}
.slick-list:focus {
		outline: none;
}
.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
			 -moz-transform: translate3d(0, 0, 0);
				-ms-transform: translate3d(0, 0, 0);
				 -o-transform: translate3d(0, 0, 0);
						transform: translate3d(0, 0, 0);
}

.slick-track {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
}
.slick-track:before,
.slick-track:after {
		display: table;
		content: '';
}
.slick-track:after {
		clear: both;
}
.slick-loading .slick-track {
		visibility: hidden;
}

.slick-slide {
		display: none;
		float: left;

		height: 100%;
		min-height: 1px;
}
[dir='rtl'] .slick-slide {
		float: right;
}
.slick-slide img {
		display: block;
}
.slick-slide.slick-loading img {
		display: none;
}
.slick-slide.dragging img {
		pointer-events: none;
}
.slick-initialized .slick-slide {
		display: block;
}
.slick-track .slick-slide a:hover {
	opacity: 0.7;
}
.slick-loading .slick-slide {
		visibility: hidden;
}
.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
		display: none;
}

.introduceListFilterArea {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.introduceListFilterL,
.introduceListFilterR {
	width: 48%;
	position: relative;
}
.introduceListFilterL::after,
.introduceListFilterR::after {
	content: '▼';
	font-size:16px;
	color: #1E1E1E;
	right: 11px;
	top: 20px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}

.introduceListFilter::-ms-expand {
display: none;
}
.introduceListFilter {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	float: right;
	margin: 5px 0px;
	padding: 0px 24px;
	font-size: 16px;
	line-height: 1.75;
	color: #1E1E1E;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #DCDCDC;
	-ms-word-break: normal;
	word-break: normal;
	border-radius:10px;
}

.introduceList {
	width: 100%;
}
.introduceList th,
.introduceList td {
	border:1px solid #17A1E6;
	line-height: 1.4;
	vertical-align: middle;
	padding: 0.6em 1em;
}
.introduceList .introduceListThead th {
	background-color: #7DCDF4;
	padding: 1em;
	color:#ffffff;
}
.introduceList .introduceListInnerTitle {
	display: none;
}
.introduceDate {
	margin-bottom: 10px;
	text-align: right;
}

/*************************************************************/
@media screen and (min-width: 960px) {
	.mvSp {
		display: none;
	}
/*	.slick01 img {
		transform-origin: center top;
		transform: scale(1.2);
		transition: 12s ease-out;
	}
	.slick01 .slick-active img {
		transform: scale(1.0);
	}
*/
}
/*************************************************************/
@media screen and (max-width: 959px) {
	.topArea {
		padding-top: 131px;
	}
	.mainV {
		width: 100%;
	}
	.mvPc {
		display: none;
	}
	.mvSp img {
		width: 100%;
	}
	.topTitle {
		font-size: 26px;
		line-height: 1.3;
	}
	.topSectione {
		font-size: 15px;
	}
	.sectionTitleArea {
		height: auto;
	}
	.sectionTitle {
		font-size: 18px;
		padding-top: 3px;
		line-height: 1.7;
	}
	.sectionTitle_01 {
		height: 40px;
		padding-top: 7px;
	}
	.sectionTitle_01::before {
		width: 40px;
		height: 40px;
	}
	.sectionTitle_01::after {
		content:url(../img/icon_book_sp.svg);
		left:5px;
		margin-top: 0;
	}
	.sectionTitle_02 {
		height: 78px;
		padding-top: 12px;
	}
	.sectionTitle_02::before {
		width: 50px;
		height: 78px;
	}
	.sectionTitle_02::after {
		left:8px;
		margin-top: 0;
	}
	.topHowTo {
		margin: 0;
	}
	.howToFaq {
		margin-bottom: 44px;
	}
	.howToQuestion,
	.howToAnswer {
		width: 100%;
		padding-left: 38px;
		margin-left: 0;
	}
	.howToQuestion {
		font-size: 18px;
	}
	.howToAnswer {
		font-weight: 500;
	}
	.howToQuestion::before,
	.howToAnswer::before {
		width: 28px;
		height: 22px;
		font-size: 15px;
		padding-top:6px;
		top: 0;
		left: 0;
	}
	.howToBtnArea {
		flex-wrap:wrap;
	}
	.howToBtnAreaFirst .howToBtnLink {
		margin-bottom: 0;
	}
	.howToBtnAreaList .howToBtnLink {
		margin-bottom: 24px;
	}
	.howToBtnAreaList .howToBtnLink:last-child {
		margin-bottom: 0;
	}
	.howToCaceLink {
		width: 280px;
		height: auto;
		min-height: 48px;
		padding: 1em 0;
		line-height: 1.4;
		margin: 20px auto 0px;
	}
	.howToAExample {
		width: 100%;
	}
	.howToAExampleTitle,
	.howToAExampleDetails {
		display: block;
	}
	.howToAExampleTitle {
		width: 70px;
	}
	.howToAExampleDetails {
		width: 265px;
		padding-left: 1em;
		font-weight: 500;
	}
	.topNotes {
		font-weight: 400;
	}
/*slider*/
	.slick-prev,
	.slick-next {
			top: 107%;
			width: 10%;
			height: auto;
	}
	button.slick-prev {
			left: 17px;
	}
	button.slick-next {
			right: 17px;
	}
	.slick-list {
			margin-bottom: 10px;
	}
	.slick-dots {
			bottom: -35px;
	}
	.introduceListFilterArea {
		flex-wrap: wrap;
	}
	.introduceListFilterL,
	.introduceListFilterR {
		width: 100%;
	}
	.introduceListFilterR {
		margin-top: 1em;
	}
	.introduceList .introduceListThead {
		display: none;
	}
	.introduceList tr {
		display: block;
		margin-bottom: 1em;
		border-top: 1px solid #17A1E6;
	}
	.introduceList .introduceListTbody td {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0;
		border-top: none;
	}
	.introduceList .introduceListInnerTitle {
		display: block;
		width: 100%;
		padding: 0.6em 1em;
		background-color: #7DCDF4;
		color:#ffffff;
	}
	.introduceListInnerDetail {
		display: block;
		width: 100%;
		padding: 0.6em 1em;
	}
	.hide {
		display: none !important;
	}
}
