@charset "utf-8";

/*========================= common =========================*/

html,body {
	height: 100%;
	background: #e4f1f5;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, 'Yu Gothic Std-TT M', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	color: #191D1F;
	line-height: 1.6;
}
html {
	background: #e4f1f5;
	font-size: 62.5%;
}
body {
	font-size: 1.5rem;
}
a {
	color: #20AFEF;
	text-decoration: underline;
	cursor: pointer;
}
img {
	display: block;
}
strong {
	font-weight: bold;
}
.mb32 {
	margin-bottom: 32px !important;
}

/*---------- header ----------*/

#header {
	margin: 0 auto 28px;
	padding: 14px 0;
	max-width: 1360px;
	min-width: 1080px;
	border-bottom: 1px solid #E0E2E3;
	overflow: hidden;
}
#header .logo {
	float: left;
	margin-left: 8px;
}
#header .logo a {
	display: block;
	width: 226px; height: 32px;
	background: url("../img_brandnew/common/logo1.png") left no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	text-indent: -9999px;
}
#header .gnav {
	float: right;
	margin-right: 8px;
}
#header .gnav ul li {
	display: inline-block;
	margin-left: 32px;
}
#header .gnav ul li a {
	display: block;
	position: relative;
	font-weight: bold;
	font-size: 1.5rem;
	color: #191D1F;
	text-decoration: none;
	line-height: 32px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
#header .gnav ul li a:hover {
	color: #20AFEF;
}
#header .gnav ul .gnav_mv a {
	padding-left: 21px;
}
#header .gnav ul .gnav_qa a {
	padding-left: 19px;
}
#header .gnav ul .gnav_mp a {
	padding-left: 20px;
}
#header .gnav ul .gnav_test a {
	padding-left: 20px;
}
#header .gnav ul .gnav_mv a:after,
#header .gnav ul .gnav_qa a:after,
#header .gnav ul .gnav_mp a:after,
#header .gnav ul .gnav_test a:after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	height: 100%;
}
#header .gnav ul .gnav_mv a:after {
	width: 15px;
	background: url("../img_brandnew/common/ico_mv.png") left no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
#header .gnav ul .gnav_qa a:after {
	width: 13px;
	background: url("../img_brandnew/common/ico_qa.png") left no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
#header .gnav ul .gnav_mp a:after {
	width: 14px;
	background: url("../img_brandnew/common/ico_mp.png") left no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
#header .gnav ul .gnav_test a:after {
	width: 14px;
	background: url("../img_brandnew/common/ico_test.png") left no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
#header .gnav ul .gnav_ps a {
	padding: 0 24px;
	background: #20AFEF;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color: #fff;
}
#header .gnav ul .gnav_ps a:hover {
	color: #fff;
	opacity: .66;
}

/*---------- footer ----------*/

#footer {
	margin: 0 auto;
	padding: 24px 8px;
	max-width: 1360px;
	min-width: 1080px;
	border-top: 1px solid #E0E2E3;
	font-size: 1.2rem;
	overflow: hidden;
}
#footer ul {
	float: left;
}
#footer ul li {
	display: inline-block;
	padding-right: 16px;
}
#footer ul li a {
	color: #191D1F;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #20AFEF;
}
#footer .copyright {
	float: right;
}

/*---------- main ----------*/

.slide_corner {
	margin-bottom: 32px;
	overflow: hidden;
}
.slide_corner .wrap_ttl {
	margin: 0 auto;
	max-width: 1360px;
	min-width: 1080px;
}
.slide_corner.qa .wrap_ttl {
	margin-bottom: 8px;
}
.slide_corner .wrap_ttl .ttl {
	display: inline-block;
	margin-right: 16px;
	margin-left: 8px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
}
.slide_corner .wrap_ttl .more {
	display: inline-block;
	padding-right: 12px;
	background: url("../img_brandnew/common/arrow1.png") right no-repeat;
	-webkit-background-size: auto 11px;
	background-size: auto 11px;
	font-size: 1.3rem;
	text-decoration: none;
}
.slide_corner .wrap_slide {
	margin: 0 auto;
	max-width: 1360px;
	min-width: 1080px;
}
.slide_corner .wrap_slide li {
	padding-top: 8px;
	padding-left: 8px;
}
.slide_corner.noslide .wrap_slide li {
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slide_corner .wrap_slide li a {
	display: block;
	position: relative;
	height: 210px;
	background: #191D1F;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}
.slide_corner .wrap_slide li a .ico_nw {
	position: absolute;
	top: 0; right: 0;
	width: 72px; height: auto;
	z-index: 3;
}
.slide_corner .wrap_slide li a .cont {
	position: absolute;
	right: 24px; bottom: 16px; left: 24px;
	z-index: 1;
}
.slide_corner .wrap_slide li a .cont .sttl {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: -.1em;
	line-height: 1;
	text-shadow: 0 0 3px rgba(25,29,31,1);
}
.slide_corner .wrap_slide li a .cont .ssttl {
	margin-bottom: 8px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #20AFEF;
	line-height: 1;
	text-shadow: 0 0 3px rgba(25,29,31,1);
}
.slide_corner .wrap_slide li a .cont .desc {
	margin-bottom: 4px;
	font-size: 1.2rem;
	line-height: 1.4;
	text-shadow: 0 0 3px rgba(25,29,31,1);
}
.slide_corner .wrap_slide li a .cont .desc:after {
	content: "...";
}
.slide_corner .wrap_slide li a .cont .num {
	padding: 0 6px;
	background: #fff;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #20AFEF;
	line-height: 18px;
}
.slide_corner.mov .wrap_slide li a:before,
.slide_corner.qa .wrap_slide li a:before {
	content: "";
	position: absolute;
	top: 16px; left: 24px;
	z-index: 1;
}
.slide_corner.mov .wrap_slide li a:before {
	width: 20px; height: 24px;
	background: url("../img_brandnew/common/ico_mv_white.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.slide_corner.qa .wrap_slide li a:before {
	width: 18px; height: 18px;
	background: url("../img_brandnew/common/ico_qa_white.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.slide_corner .wrap_slide li a .bg {
	position: absolute;
	top: -2%; left: -2%;
	width: 104%; height: 104%;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 0;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.slide_corner .wrap_slide li a .bg:before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #191D1F;
	opacity: .6;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.slide_corner .wrap_slide li a:hover .bg {
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.slide_corner .wrap_slide li a:hover .bg:before {
	opacity: .9;
}
.slide_corner .wrap_slide .slick-list {
	overflow: visible;
}
.slide_corner .wrap_slide .slick-arrow {
	top: 4px;
	margin-top: 0;
	width: 60px; height: 100%;
	background: url("../img_brandnew/common/arrow7.png") center no-repeat;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 0;
}
.slide_corner .wrap_slide .slick-prev {
	left: 8px;
}
.slide_corner .wrap_slide .slick-next {
	right: 0;
}
.slide_corner .wrap_slide:hover .slick-arrow {
	opacity: 1;
}
.cont_search {
	margin: 0 auto;
	padding: 12px 8px 32px;
	max-width: 1360px;
	min-width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.cont_search .inner {
	float: left;
	width: 49.4%;
}
.cont_search .inner:nth-child(2) {
	float: right;
}
.cont_search .inner input[type="text"] {
	padding: 0 24px 0 60px;
	width: 100%; height: 48px;
	background: #fff url("../img_brandnew/common/ico_sh.png") 24px no-repeat;
	-webkit-background-size: 20px;
	background-size: 20px;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-size: 2rem;
}
.cont_search .inner input[type="text"]:focus {
	box-shadow: 0 0 1px 0 rgba(25,29,31,.8);
}
.cont_search .inner input[type="submit"] {
	display: none;
}
.slide_cont {
	margin-bottom: 20px;
	overflow: hidden;
}
.slide_cont .wrap_ttl {
	margin: 0 auto;
	max-width: 1360px;
	min-width: 1080px;
}
.slide_cont .wrap_ttl .ttl {
	display: inline-block;
	margin-right: 16px;
	margin-left: 8px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
}
.slide_cont .wrap_ttl .more {
	display: inline-block;
	padding-right: 12px;
	background: url("../img_brandnew/common/arrow1.png") right no-repeat;
	-webkit-background-size: auto 11px;
	background-size: auto 11px;
	font-size: 1.3rem;
	text-decoration: none;
}
.slide_cont .wrap_tab {
	margin: 0 auto;
	padding: 12px 8px 0;
	max-width: 1360px;
	min-width: 1080px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slide_cont .wrap_tab a {
	display: inline-block;
	margin-right: 8px;
	padding: 0 20px;
	background: #fff;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #191D1F;
	text-decoration: none;
	line-height: 24px;
}
.slide_cont .wrap_tab .cur {
	background: #20AFEF;
	color: #fff;
}
.slide_cont .wrap_slide {
	margin: 0 auto;
	padding-bottom: 12px;
	max-width: 1360px;
	min-width: 1080px;
}
.slide_cont .wrap_slide li {
	position: relative;
	padding-top: 12px;
	padding-left: 8px;
}
.slide_cont .wrap_slide .cont_qa {
	display: table;
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slide_cont .wrap_slide li a {
	display: block;
	position: relative;
	height: 288px;
	background: #fff;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #191D1F;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.slide_cont .wrap_slide .cont_qa a {
	width: 100%;
}
.slide_cont .wrap_slide li a:hover {
	box-shadow: 0 0 1px 0 rgba(25,29,31,.8);
}
.slide_cont .wrap_slide li a .ico_nw {
	position: absolute;
	top: 0; right: 0;
	width: 72px; height: auto;
	z-index: 3;
}
.slide_cont.rk .wrap_slide {
	padding-bottom: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.slide_cont.rk .wrap_slide.show {
	padding-bottom: 12px;
	height: auto;
	overflow: visible;
	opacity: 1;
}
.slide_cont.rk .wrap_slide li a:after {
	position: absolute;
	top: 6px; left: 6px;
	width: 20px; height: 20px;
	background: #fff;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	z-index: 4;
}
.slide_cont.rk .wrap_slide li:nth-child(1) a:after {
	content: "1";
}
.slide_cont.rk .wrap_slide li:nth-child(2) a:after {
	content: "2";
}
.slide_cont.rk .wrap_slide li:nth-child(3) a:after {
	content: "3";
}
.slide_cont.rk .wrap_slide li:nth-child(4) a:after {
	content: "4";
}
.slide_cont.rk .wrap_slide li:nth-child(5) a:after {
	content: "5";
}
.slide_cont .wrap_slide .cont_mov a .wrap_thumb {
	position: relative;
	margin-bottom: 12px;
}
.slide_cont .wrap_slide .cont_mov a .wrap_thumb:before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #191D1F;
	opacity: .3;
	z-index: 1;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.slide_cont .wrap_slide .cont_mov a:hover .wrap_thumb:before {
	opacity: .5;
}
.slide_cont .wrap_slide .cont_mov a .wrap_thumb:after {
	content: "";
	position: absolute;
	top: 50%; left: 50%;
	margin: -30px 0 0 -30px;
	width: 60px; height: 60px;
	background: url("../img_brandnew/common/ico_py.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 2;
}
.slide_cont .wrap_slide .cont_mov a .wrap_thumb .thumb {
	width: 100%; height: auto;
}
.slide_cont .wrap_slide .cont_mov a .sttl {
	margin: 0 24px 4px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #20AFEF;
	line-height: 1;
}
.slide_cont .wrap_slide .cont_mov a .ssttl {
	margin: 0 24px;
	font-size: 1.5rem;
	line-height: 1.4;
}
.slide_cont .wrap_slide .cont_mov a .ssttl .icon.ico_viewd {
	padding: 0;
	border: none;
	color: #5E7E8C;
	font-size: 1rem;
}
.slide_cont .wrap_slide .cont_qa a {
	display: table-cell;
	vertical-align: middle;
}
.slide_cont .wrap_slide .cont_qa a:before {
	content: "";
	position: absolute;
	top: 28px; left: 24px;
	width: 25px; height: 32px;
	background: url("../img_brandnew/common/ico_qa2.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.slide_cont .wrap_slide .cont_qa a .sttl {
	margin: 0 24px 8px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #20AFEF;
	line-height: 1;
}
.slide_cont .wrap_slide .cont_qa a .ssttl {
	margin: 0 24px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.slide_cont .wrap_slide li a .date {
	position: absolute;
	bottom: 16px; left: 24px;
	font-size: 1rem;
	line-height: 1;
	color: #5E7E8C;
}
.slide_cont .wrap_slide li .btn_fav {
	position: absolute;
	bottom: 16px; right: 24px;
	width: 20px; height: 20px;
	background: url("../img_brandnew/common/ico_fv.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	border: none;
	outline: none;
	cursor: pointer;
}
.slide_cont .wrap_slide li .btn_fav.act {
	background-image: url("../img_brandnew/common/ico_fv_blue.png");
}
.slide_cont .wrap_slide .slick-list {
	overflow: visible;
}
.slide_cont .wrap_slide .slick-arrow {
	top: 4px;
	margin-top: 0;
	width: 60px; height: 100%;
	background: url("../img_brandnew/common/arrow7.png") center no-repeat;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 0;
}
.slide_cont .wrap_slide .slick-prev {
	left: 8px;
}
.slide_cont .wrap_slide .slick-next {
	right: 0;
}
.slide_cont .wrap_slide:hover .slick-arrow {
	opacity: 1;
}
.wrap_btn_bottom {
	margin: 0 auto 44px;
	max-width: 1360px;
	min-width: 1080px;
}
.wrap_btn_bottom .btn {
	display: inline-block;
	margin-left: 8px;
	padding: 0 24px;
	background: #fff;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #191D1F;
	text-decoration: none;
	line-height: 40px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.wrap_btn_bottom .btn:hover {
	color: #20AFEF;
}
.pankuzu {
	margin: -24px	 auto 28px;
	max-width: 1360px;
	min-width: 1080px;
}
.pankuzu li {
	display: inline-block;
	margin-left: 8px;
	font-size: 1.2rem;
	line-height: 1;
}
.pankuzu li a {
	position: relative;
	padding-right: 8px;
	color: #191D1F;
	text-decoration: none;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.pankuzu li a:hover {
	color: #20AFEF;
}
.pankuzu li a:after {
	content: "";
	position: absolute;
	top: 50%; right: -3px;
	margin-top: -3px;
	width: 6px; height: 6px;
	background: url("../img_brandnew/common/arrow4.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.caption_cornersingle {
	padding: 0 8px;
}
.caption_cornersingle .inner {
	position: relative;
	margin: 0 auto 20px;
	/*padding: 44px 48px 40px;*/
	padding: 48px 48px 40px;
	max-width: 1360px;
	min-width: 1080px;
	background: #191D1F;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color: #fff;
	overflow: hidden;
}
.caption_cornersingle .num {
	display: inline-block;
	position: relative;
	margin-bottom: 26px;
	padding: 0 6px;
	background: #fff;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #20AFEF;
	line-height: 18px;
	z-index: 2;
}
.caption_cornersingle .ttl {
	position: relative;
	margin-bottom: 16px;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: -.03em;
	line-height: 1;
	text-shadow: 0 0 3px rgba(25,29,31,1);
	z-index: 2;
}
.caption_cornersingle .ssttl {
	position: relative;
	margin-bottom: 16px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #20AFEF;
	line-height: 1;
	text-shadow: 0 0 3px rgba(25,29,31,1);
	z-index: 2;
}
.caption_cornersingle .desc {
	position: relative;
	width: 50%;
	font-size: 1.6rem;
	z-index: 2;
}
.caption_cornersingle .bg {
	position: absolute;
	top: 0; right: 0;
	width: 33.333%; height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	opacity: .5;
	z-index: 0;
	text-indent: -9999px;
}
.caption_cornersingle .bg:after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 25%; height: 100%;
	background-image: linear-gradient(270deg, rgba(25,29,31,0.00) 0%, #191D1F 100%);
	z-index: 1;
}
.num_cont {
	padding: 0 8px;
}
.num_cont .inner {
	margin: 0 auto;
	max-width: 1360px;
	min-width: 1080px;
	font-size: 1.6rem;
	line-height: 1;
}
.list_cornersingle ul {
	margin: 0 auto 12px;
	padding-top: 20px;
	max-width: 1360px;
	min-width: 1080px;
	font-size: 1.6rem;
	line-height: 1;
	overflow: hidden;
}
.list_cornersingle ul li {
	float: left;
	margin-bottom: 16px;
	padding: 0 8px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list_cornersingle ul li a {
	display: table;
	position: relative;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #191D1F;
	text-decoration: none;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.list_cornersingle ul li a:hover {
	box-shadow: 0 0 1px 0 rgba(25,29,31,.8);
}
.list_cornersingle ul li a:after {
	content: "";
	position: absolute;
	top: 50%; right: 24px;
	margin-top: -6px;
	width: 16px; height: 12px;
	background: url("../img_brandnew/common/arrow5.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.list_cornersingle ul li a .wrap_thumb2,
.list_cornersingle ul li a .wrap_txt2 {
	display: table-cell;
	vertical-align: middle;
}
.list_cornersingle ul li a .wrap_thumb2 {
	width: 60px;
}
.list_cornersingle ul li a .wrap_thumb2 .inner {
	width: 60px; height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.list_cornersingle ul li a .wrap_thumb2 .inner img {
	margin-left: -23px;
	width: auto; height: 60px;
}
.list_cornersingle ul li a .wrap_thumb2 {
	padding: 32px 24px;
}
.list_cornersingle ul li a .wrap_txt2 {
	padding-right: 64px;
}
.list_cornersingle ul li a .wrap_txt2 .ttl {
	margin-bottom: 8px;
	font-size: 1.8rem;
	font-weight: bold;
}
.list_cornersingle ul li a .wrap_txt2 .sttl {
	font-size: 1.3rem;
	line-height: 1.4;
}
.caption_cornerseason {
	padding: 0 8px;
}
.caption_cornerseason .inner {
	position: relative;
	margin: 0 auto 20px;
	padding: 44px 48px 40px;
	max-width: 1360px;
	min-width: 1080px;
	background: #191D1F;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color: #fff;
	overflow: hidden;
}
.caption_cornerseason .ttl {
	position: relative;
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #20AFEF;
	line-height: 1;
	text-shadow: 0 0 3px rgba(25,29,31,1);
	z-index: 2;
}
.caption_cornerseason .ssttl {
	position: relative;
	margin-bottom: 20px;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: -.03em;
	line-height: 1;
	text-shadow: 0 0 3px rgba(25,29,31,1);
	z-index: 2;
}
.caption_cornerseason .desc {
	position: relative;
	width: 50%;
	font-size: 1.6rem;
	z-index: 2;
}
.caption_cornerseason .bg {
	position: absolute;
	top: 0; right: 0;
	width: 33.333%; height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	opacity: .5;
	z-index: 0;
}
.caption_cornerseason .bg:after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 25%; height: 100%;
	background-image: linear-gradient(270deg, rgba(25,29,31,0.00) 0%, #191D1F 100%);
	z-index: 1;
}
.list_cornerseason ul {
	margin: 0 auto 20px;
	padding-top: 20px;
	max-width: 1360px;
	min-width: 1080px;
	font-size: 1.6rem;
	line-height: 1;
	overflow: hidden;
}
.list_cornerseason ul li {
	position: relative;
	margin-bottom: 8px;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list_cornerseason ul li a {
	display: table;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #191D1F;
	text-decoration: none;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	overflow: hidden;
}
.list_cornerseason ul li a:hover {
	box-shadow: 0 0 1px 0 rgba(25,29,31,.8);
}
.list_cornerseason ul li a .ico_nw {
	display: none;
}
.list_cornerseason ul li a .wrap_thumb {
	float: left;
	position: relative;
	width: 160px;
}
.list_cornerseason ul li a .wrap_thumb:before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #191D1F;
	opacity: .3;
	z-index: 1;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.list_cornerseason ul li a:hover .wrap_thumb:before {
	opacity: .5;
}
.list_cornerseason ul li a .wrap_thumb:after {
	content: "";
	position: absolute;
	top: 50%; left: 50%;
	margin: -18px 0 0 -18px;
	width: 36px; height: 36px;
	background: url("../img_brandnew/common/ico_py.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 2;
}
.list_cornerseason ul li a .wrap_thumb .thumb {
	width: 100%; height: auto;
}
.list_cornerseason ul li a .sttl {
	margin: 16px 92px 8px 208px !important;
	font-size: 1.2rem;
	font-weight: bold;
	color: #20AFEF;
	line-height: 1;
}
.list_cornerseason ul li a .ssttl {
	margin: 0 92px 8px 208px !important;
	font-size: 1.8rem;
}
.list_cornerseason ul li a .ssttl .icon.ico_viewd {
	padding: 0;
	border: none;
	color: #5E7E8C;
	font-size: 1rem;
}
.list_cornerseason ul li a .date {
	display: block;
	margin: 0 92px 0 208px !important;
	font-size: 1rem;
	line-height: 1;
	color: #5E7E8C;
}
.list_cornerseason ul li .btn_fav {
	position: absolute;
	top: 50%; right: 36px;
	margin-top: -10px;
	width: 20px; height: 20px;
	background: url("../img_brandnew/common/ico_fv.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	border: none;
	outline: none;
	cursor: pointer;
}
.list_cornerseason ul li .btn_fav.act {
	background-image: url("../img_brandnew/common/ico_fv_blue.png");
}
.list_cornerseason ul li a .sttl,
.list_cornerseason ul .cont_qa a .ssttl,
.list_cornerseason ul li a .date {
	margin-left: 80px;
}
.list_cornerseason ul li a .date {
	margin-bottom: 16px;
}

/*---------- overwrite ----------*/

.nav_my ul .cur a:after {
	background: #20AFEF;
}
.form_contact h3 {
	color: #20AFEF;
}

/*========================= test =========================*/

.info_test {
	margin: 0 auto 32px;
	max-width: 1360px;
	min-width: 1080px;
}
.slide_corner.qa .info_test {
	margin-bottom: 16px;
}
.info_test .wrap_ttl {
	margin-bottom: 8px;
}
.info_test .wrap_ttl .ttl {
	display: inline-block;
	margin-right: 16px;
	margin-left: 8px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
}
.info_test ul {
	margin: 0 8px;
	padding: 8px 24px;
	background: #fff;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.slide_corner.mov .info_test ul,
.slide_corner.qa .info_test ul {
	max-height: 128px;
	overflow: auto;
}
.info_test ul li {
	padding: 8px 0;
	font-size: 1.8rem;
}
.info_test ul li a {
	display: block;
	padding-right: 24px;
	background: url(../img_brandnew/common/arrow5.png) right no-repeat;
	-webkit-background-size: 16px 12px;
	background-size: 16px 12px;
	color: #191D1F;
	text-decoration: none;
}
.list_test {
	margin-bottom: 16px;
}
.list_test .wrap_ttl {
	margin: 0 auto 8px;
	max-width: 1360px;
	min-width: 1080px;
}
.list_test .wrap_ttl .ttl {
	display: inline-block;
	margin-right: 16px;
	margin-left: 8px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
}
.list_test ul {
	margin: 0 auto;
	max-width: 1360px;
	min-width: 1080px;
}
.list_test ul li {
	margin: 0 8px 12px;
}
.list_test ul li a {
	display: block;
	position: relative;
	padding: 28px 48px 28px 160px;
	background: #fff;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #191D1F;
	text-decoration: none;
}
.list_test ul li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -6px;
	width: 16px;
	height: 12px;
	background: url(../img_brandnew/common/arrow5.png) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.list_test ul li a .request {
	display: block;
	position: absolute;
	top: 50%; left: 24px;
	margin-top: -12px;
	width: 112px;
	border: 1px solid #20AFEF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #20AFEF;
	text-align: center;
	line-height: 22px;
}
.list_test ul li a .sttl {
	font-size: 1.8rem;
	font-weight: bold;
}
.list_test ul li a .desc {
	font-size: 1.3rem;
}
.wrap_test {
	margin: 0 auto 28px;
	padding: 80px 24px;
	max-width: 1344px;
	min-width: 1064px;
	background: #fff;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.wrap_test .wrap_ttl .ttl {
	margin-bottom: 28px;
	font-size: 2.4rem;
	font-weight: bold;
}
.wrap_test .wrap_cont p {
	margin-bottom: 28px;
	font-size: 1.6rem;
}
.wrap_test .wrap_cont button,
.wrap_test_detail .wrap_cont .btn_start {
	width: 280px; height: 68px;
	background: #20AFEF;
	border: none;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	outline: none;
	cursor: pointer;
}
.wrap_test .wrap_cont button:hover {
	opacity: .66;
}
.wrap_test_detail {
	margin: 0 auto 48px;
	max-width: 1344px;
	min-width: 1064px;
	background: #fff;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap_test_detail.mypage {
	width: 1080px;
}
.wrap_test_detail .wrap_ttl {
	padding: 16px 24px;
	border-bottom: 1px solid #E0E2E3;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.wrap_test_detail .wrap_cont {
	margin: 0 auto;
	width: 600px;
	padding: 36px 0 72px;
}
.wrap_test_detail .wrap_cont h3 {
	margin-bottom: 16px;
	font-size: 3.2rem;
	font-weight: bold;
	color: #20AFEF;
	text-align: center;
}
.wrap_test_detail .wrap_cont p {
	margin: 0 0 32px;
	font-size: 2rem;
}
.wrap_test_detail .wrap_cont .small {
	font-size: 1.6rem;
}
.wrap_test_detail .wrap_cont label {
	display: block;
	position: relative;
	margin-bottom: 8px;
	padding: 16px 24px 16px 48px;
	border: 1px solid #E9EAEA;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 1.8rem;
	font-weight: bold;
}
.wrap_test_detail .wrap_cont label input[type="radio"] {
	position: absolute;
	top: 50%; left: 24px;
	margin: -8px 0 0 0;
	width: 16px; height: 16px;
}
.wrap_test_detail .wrap_cont .time {
	padding: 24px 0 32px;
}
.wrap_test_detail .wrap_cont .time .wrap {
	position: relative;
	margin: 0 32px;
	height: 16px;
	border-right: 1px solid #E0E2E3;
	border-left: 1px solid #E0E2E3;
}
.wrap_test_detail .wrap_cont .time .wrap .scale {
	position: absolute;
	top: 0;
	width: 1px; height: 16px;
	background: #E0E2E3;
}
.wrap_test_detail .wrap_cont .time .wrap .scale1 {
	left: 16.666%;
}
.wrap_test_detail .wrap_cont .time .wrap .scale2 {
	left: 33.333%;
}
.wrap_test_detail .wrap_cont .time .wrap .scale3 {
	left: 50%;
}
.wrap_test_detail .wrap_cont .time .wrap .scale4 {
	left: 66.666%;
}
.wrap_test_detail .wrap_cont .time .wrap .scale5 {
	left: 83.333%;
}
.wrap_test_detail .wrap_cont .time .wrap .bar {
	position: absolute;
	top: 5px; left: 0;
	height: 6px;
	background: #20AFEF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 10;
}
.wrap_test_detail .wrap_cont .time .wrap .bar span {
	position: absolute;
	right: -24px; top: 0;
	margin-top: -6px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #20AFEF;
	line-height: 18px;
}
.wrap_test_detail .wrap_cont input[type="submit"],
.wrap_test_detail .wrap_cont button {
	display: block;
	margin: 0 auto;
	width: 280px; height: 68px;
	background: #fff;
	border: 1px solid #E0E2E3;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #20AFEF;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	outline: none;
	cursor: pointer;
}
.wrap_test_detail .wrap_cont input[type="submit"]:hover,
.wrap_test_detail .wrap_cont button:hover {
	opacity: .66;
}
.wrap_test_detail .wrap_cont .wrap_icon {
	position: relative;
	margin: 0 auto 28px;
	width: 96px; height: 96px;
	text-indent: -9999px;
}
.wrap_test_detail .wrap_cont .wrap_icon.correct:after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	border: 12px solid #20AFEF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap_test_detail .wrap_cont .wrap_icon.incorrect:before,
.wrap_test_detail .wrap_cont .wrap_icon.incorrect:after {
	content: "";
	position: absolute;
	top: 50%; left: 50%;
	margin: -48px 0 0 -6px;
	width: 12px; height: 96px;
	background: #EF2074;
}
.wrap_test_detail .wrap_cont .wrap_icon.incorrect:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wrap_test_detail .wrap_cont .wrap_icon.incorrect:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.wrap_test_detail .wrap_cont .score {
	position: relative;
	margin: 0 auto 60px;
	width: 360px; height: 108px;
	border: 1px solid #191D1F;
	text-align: center;
}
.wrap_test_detail .wrap_cont .score h4 {
	position: absolute;
	top: 0; left: 0;
	padding: 4px 16px;
	border-right: 1px solid #191D1F;
	border-bottom: 1px solid #191D1F;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}
.wrap_test_detail .wrap_cont .score .score1 {
	display: block;
	font-size: 8.8rem;
	font-weight: bold;
	color: #20AFEF;
	line-height: 108px;
}
.wrap_test_detail .wrap_cont .score .score1 small {
	font-size: 2.8rem;
}
.wrap_test_detail .wrap_cont .score .score2 {
	position: absolute;
	bottom: 12px; right: 12px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1;
}
.wrap_test_detail .wrap_cont ul li {
	position: relative;
	padding: 20px 8px 48px;
	border-top: 1px solid #E0E2E3;
}
.wrap_test_detail .wrap_cont ul li h5 {
	margin-bottom: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #20AFEF;
	line-height: 1;
}
.wrap_test_detail .wrap_cont ul li p {
	margin: 0 60px 0 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.wrap_test_detail .wrap_cont ul li .small {
	font-size: 1.4rem;
	font-weight: normal;
}
.wrap_test_detail .wrap_cont ul li .correct,
.wrap_test_detail .wrap_cont ul li .incorrect {
	position: absolute;
	top: 48px; right: 8px;
	width: 36px; height: 36px;
}
.wrap_test_detail .wrap_cont ul li .wrap_icon.correct:after {
	border: 6px solid #20AFEF;
}
.wrap_test_detail .wrap_cont ul li .wrap_icon.incorrect:before,
.wrap_test_detail .wrap_cont ul li .wrap_icon.incorrect:after {
	margin: -18px 0 0 -3px;
	width: 6px; height: 36px;
}
.wrap_test_detail .wrap_cont ul li .wrap_movie {
	display: block;
	margin-top: 24px;
	padding: 12px 20px;
	border: 1px solid #E0E2E3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #191D1F;
	text-decoration: none;
	overflow: hidden;
}
.wrap_test_detail .wrap_cont ul li .wrap_movie .wrap_thumb {
	position: relative;
	float: right;
	margin-left: 12px;
	width: 90px;
}
.wrap_test_detail .wrap_cont ul li .wrap_movie .wrap_thumb:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -14px;
	width: 28px;
	height: 28px;
	background: url(../img_brandnew/common/ico_py.png) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 2;
}
.wrap_test_detail .wrap_cont ul li .wrap_movie span {
	margin-bottom: 4px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #20AFEF;
	line-height: 1;
}

/*========================= my =========================*/

.nav_my {
	margin: 0 auto 8px;
	width: 1080px;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.nav_my ul li {
	width: 20%;
}
.wrap_txt {
	width: 1080px;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.my_quiz_history {
	margin: 0 auto 28px;
	width: 1080px;
}
.my_quiz_history li {
	margin-bottom: 8px;
	background: #fff;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.my_quiz_history li a {
	display: block;
	position: relative;
	padding: 24px 52px 24px 36px;
	color: #191D1F;
	text-decoration: none;
}
.my_quiz_history li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -6px;
	width: 16px;
	height: 12px;
	background: url(../img_brandnew/common/arrow5.png) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.my_quiz_history li a h2 {
	margin-bottom: 4px;
	font-size: 1.8rem;
	font-weight: bold;
}

/*========================= login =========================*/

#wrap_login {
	position: absolute;
	top: 50%; left: 50%;
	margin: -200px 0 0 -240px;
	width: 480px; height: 390px;
	text-align: center;
}
#wrap_login .logo {
	margin: 0 auto 24px;
	width: 480px; height: 32px;
	background: url("../img_brandnew/common/logo1.png") left no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	text-indent: -9999px;
}
#wrap_login .inner {
	margin: 0 auto 20px;
	padding: 32px 24px;
	width: 480px;
	background: #fff;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrap_login .inner h2 {
	margin-bottom: 12px;
	font-size: 1.8rem;
	font-weight: bold;
}
#wrap_login .inner input[type="text"],
#wrap_login .inner input[type="password"] {
	margin-bottom: 12px;
	padding: 0 16px;
	width: 100%; height: 40px;
	background: #fff;
	-webkit-background-size: 20px;
	background-size: 20px;
	box-shadow: 0 0 1px 0 rgba(25,29,31,.3);
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-size: 1.8rem;
}
#wrap_login .inner input[type="text"]:focus,
#wrap_login .inner input[type="password"]:focus {
	box-shadow: 0 0 1px 0 rgba(25,29,31,.8);
}
#wrap_login .inner input[type="submit"] {
	display: block;
	margin-bottom: 4px;
	height: 50px;
	width: 100%;
	background: #20AFEF;
	border: none;
	outline: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
}
#wrap_login .inner input[type="submit"]:hover {
	color: #fff;
	opacity: .66;
}
#wrap_login .inner .wrap_about {
	margin-bottom: 16px;
	margin-right: -24px;
	margin-left: -24px;
	padding: 0 24px 28px;
	border-bottom: 1px solid #E0E2E3;
}
#wrap_login .inner .btn_about {
	display: block;
	height: 50px;
	width: 100%;
	background: #20AFEF;
	border: none;
	outline: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
	line-height: 50px;
	text-decoration: none;
}
#wrap_login .inner .btn_about:hover {
	color: #fff;
	opacity: .66;
}
#wrap_login .inner .pw {
	display: inline-block;
	margin-bottom: 0;
	font-size: 1.3rem;
}
#wrap_login ul {
	display: inline-block;
	text-align: center;
}
#wrap_login ul li,
#wrap_login p {
	display: inline-block;
	margin: 0 12px;
}
#wrap_login ul li a {
	color: #191D1F;
}
















