@charset "Shift_JIS";
.body {
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 15px;
	line-height: 1.54;
	letter-spacing: 0.06em;
}
.areaEst {}
.areaEst_inner {
	max-width: 970px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
}
.areaEst_message {
	font-size: 13px;
	text-align: center;
	color: #f200a5;
	border: 1px solid #f200a5;
	padding: 16px 20px;
	margin-bottom: 40px;
	letter-spacing: -0.03em;
}
.est {
	margin-bottom: 60px;
}
.est:last-child {
	margin-bottom: 0;
}
.est_title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #595959;
	padding: 13px 16px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.est_title::before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	background-color: #acacac;
	margin-right: 9px;
}
.est_box {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 25px;
}
.est_oList {
	display: flex;
}
.est_oList > li {
	width: 32%;
	margin-left: 2%;
	background-color: #ebf2f7;
	padding: 20px 18px 39px;
	box-sizing: border-box;
}
.est_oList > li:first-child {
	margin-left: 0;
}
.est_oList > li:last-child {}
.est_oList > li:nth-child(2n+1) {}
.est_oList > li:nth-child(n+3) {}
.flow {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.flow_title {
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.flow_title > b {
	display: flex;
	color: #fff;
	background-color: #0088cd;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-right: 11px;
}
.flow_text {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.05em;
}
.flow_image {
	margin-top: auto;
}
.flow_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.est_listNote {
	font-size: 11px;
	text-align: right;
	margin-top: 7px;
}
.est_link {
	max-width: 400px;
	margin: 30px auto 19px;
}
.est_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #0068bd;
	height: 60px;
	box-sizing: border-box;
	border-radius: 30px;
	transition-duration: .3s;
	transition-property: opacity;
}
.est_link > a::before {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12' fill='%23fff'%3E%3Cpolygon class='cls-1' points='1.67 0 0.47 1.35 5.01 6 0.47 10.65 1.67 12 7.53 6 1.67 0'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	width: 8px;
	height: 12px;
	margin-right: 5px;
}
.est_link > a::after {
	content: "";
}
.est_link > a > .icon {}
.est_note {
	font-size: 11px;
	text-align: center;
	letter-spacing: -0.01em;
}
.meritWrap {
	display: flex;
	flex-wrap: wrap;
}
.merit {
	width: 49%;
	margin-left: 2%;
	display: flex;
	flex-direction: column;
}
.merit:nth-child(2n + 1) {
	margin-left: 0;
}
.merit:nth-child(n + 3) {
	margin-top: 20px;
}
.merit_title {
	color: #28557a;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	border: 2px solid #28557a;
	box-sizing: border-box;
	background-color: #fff;
}
.merit_title > b {
	display: flex;
	color: #fff;
	background-color: #28557a;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	margin-right: 18px;
}
.merit_box {
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
	padding: 18px;
	flex-grow: 1;
	box-sizing: border-box;
}
.merit_text {
	letter-spacing: -0.05em;
}
.merit_image {
	margin-top: 20px;
}
.merit_image > img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}
.merit_list {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 13px;
}
.merit_list > li {
	color: #28557a;
	background-color: #ebf2f7;
	width: 31%;
	margin-left: 3.5%;
	text-align: center;
	padding: 7px 10px;
	box-sizing: border-box;
}
.merit_list > li:first-child {}
.merit_list > li:last-child {}
.merit_list > li:nth-child(3n + 1) {
	margin-left: 0;
}
.merit_list > li:nth-child(n + 4) {
	margin-top: 10px;
}
.est_text {
	letter-spacing: -0.1em;
}
.est_lineupList {
	display: flex;
	margin-top: 15px;
}
.est_lineupList > li {
	width: 23.5%;
	margin-left: 2%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: #fff;
}
.est_lineupList > li:first-child {
	margin-left: 0;
}
.est_lineupList > li:last-child {}
.est_lineupList > li:nth-child(2n + 1) {}
.est_lineupList > li:nth-child(n + 3) {}
.est_fig {
	margin: 0;
	/*border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: #fff;*/
}
.est_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.est_fig > figcaption {
	margin-top: 13px;
	padding: 0 11px 20px;
	padding-right: 5px;
	display: flex;
	align-items: flex-start;
	font-size: 13px;
	font-weight: bold;
}
.est_fig > figcaption > small {
	display: block;
	font-size: 10px;
	color: #fff;
	background-color: #ff3300;
	padding: 2px 7px;
	margin-right: 5px;
	white-space: nowrap;
}
.est_movie {
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-bottom: 41.26%;
	margin-bottom: 60px;
}
.est_movie > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: none;
}





.est_sublineup {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 23px 23px;
	margin-top: 30px;
}
.est_sublineup .est_subtitle {
    background-color: #ebf2f7;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 17px;
    margin-bottom: 12px;
}
.est_sublineup .est_boxlist{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	padding: 0 17px;
}
.est_sublineup .est_boxlist + .est_subtitle{ margin-top: 30px;}
.est_sublineup .est_boxlist .mt20{ margin-top: 20px;}
.est_sublineup .est_boxlist .est_box_co1{ width: 25%;}
.est_sublineup .est_boxlist .est_box_co2{ width: 50%;}
.est_sublineup .est_boxlist .est_box_co3{ width: 75%;}
.est_sublineup .est_subtitle2 {
    font-size: 16px;
    font-weight: bold;
}
.est_sublineup .est_sublist{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.est_sublineup .est_sublist li{ 
	line-height: 1.6;
	font-size: 14px;
}
.est_sublineup .est_sublist li .small_text{ font-size: 13px;}
.est_sublineup .est_boxlist .est_box_co1 .est_sublist li{ width: 100%;}
.est_sublineup .est_boxlist .est_box_co2 .est_sublist li{ width: calc(100% / 2);}
.est_sublineup .est_boxlist .est_box_co3 .est_sublist li{ width: calc(100% / 3);}

.visual {
	height: 500px;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	font-size: 0;
}
.visual_box {
	position: absolute;
	z-index: 10;
	background-color: rgba(0, 95, 175, 0.95);
	padding: 30px 35px 35px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: -312px;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .3s;
}
.visual_box.isShow {
	opacity: 1;
}
.visual_title {
	text-align: center;
	margin-bottom: 15px;
}
.visual_title > small {
	display: block;
	font-weight: inherit;
	font-size: 73.3%;
	margin-bottom: 5px;
}
.visual_title > b {
	display: block;
	font-weight: inherit;
	font-size: inherit;
}
.visual_text {
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}
.visual_link {}
.visual_link > a {
	text-decoration: none;
	color: inherit;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #005FAF;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.visual_link > a::before {
	content: "";
}
.visual_link > a::after {
	content: "";
}
.visual_link > a > img {
	display: block;
	margin-right: 11px;
}
.visual_caution {
	font-size: 10px;
	margin-top: 16px;
	color: #fff;
}
.visual_slide {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.visual_slide.slick-initialized {
	opacity: 1;
}
.visual_slide_item {
	position: relative;
	z-index: 1;
}
.visual_slide_image {
	position: relative;
	z-index: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 500px;
	width: 960px;
}
.visual_slide_image-no1 {
	background-image: url(../images/pt-slide05@2x.jpg);
}
.visual_slide_dList {
	list-style: none;
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 10px 17px;
}
.visual_slide_dList > dt {
	display: flex;
	border: 1px solid #FF3300;
	box-sizing: border-box;
	height: 16px;
	width: 38px;
	justify-content: center;
	color: #FF3300;
	align-items: center;
	line-height: 1;
	white-space: nowrap;
	font-size: 10px;
	margin-right: 10px;
	letter-spacing: 0;
	padding-top: 1px;
}
.visual_slide_dList > dd {
	font-size: 12px;
}
.visual_slide_image-no2 {
	background-image: url(../images/pt-slide06@2x.jpg);
}
.visual_slide_image-no3 {
	background-image: url(../images/pt-slide07@2x.jpg);
}
.visual_slide_image-no4 {
	background-image: url(../images/pt-slide08@2x.jpg);
}
.movie {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 23px 23px;
}
.movie_title {
	background-color: #ebf2f7;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 17px;
	margin-bottom: 12px;
}
.movie_list {
	list-style: none;
	font-size: 13px;
}
.movie_list > li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	letter-spacing: -0.07em;
}
.movie_list > li:nth-child(2) {
	margin-bottom: 23px;
}
.movie_list > li:first-child {}
.movie_list > li:last-child {
	display: block;
}
.movie_list > li:nth-child(2n + 1) {}
.movie_list > li:nth-child(n + 3) {}
.movie_areaTxt {
	width: 100%;
}
.movie_areaTxt-hasBnr {
	width: calc(100% - 199px);
}
.movie_headline {
	display: flex;
	font-size: inherit;
	margin-bottom: 5px;
}
.movie_headline::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: currentColor;
	margin-right: 10px;
	transform: translateY(50%);
}
.movie_text {
	padding-left: 1.5em;
}
.movie_banner {
	width: 159px;
}
.movie_banner > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.movie_banner > a::before,
.movie_banner > a::after { content: "";}
.movie_banner > a > img { display: block;}
.bnr_voltagedrop{ margin-bottom: 60px;}
.bnr_voltagedrop a{ 
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
@media screen and (min-width: 641px) {
	.est_link > a:hover {
		opacity: 0.8;
	}
	.visual_link > a:hover {
		background-color: #CFEDF9;
	}
	.movie_banner > a:hover {
		opacity: .8;
	}
	.bnr_voltagedrop a:hover{ opacity: .8;}
}
@media screen and (max-width: 640px) {
	body.pro #pan_area {
		margin-bottom: 0;
	}
	.body {
		padding-bottom: 30px;
	}
	.visual {
		height: auto;
		margin-bottom: 20px;
	}
	.visual_box {
		position: static;
		opacity: 1;
		transform: none;
		margin: 0;
		padding: 25px 10px 18px;
	}
	.visual_box.isShow {}
	.visual_title {
		width: 280px;
		margin:0 auto 9px;
	}
	.visual_title img{
		width: 100%;
		height: auto;
	}
	.visual_title > small {}
	.visual_title > b {}
	.visual_text {
		font-size: 14px;
	}
	.visual_link {
		padding: 0 10px;
	}
	.visual_link > a {
		height: 62px;
		font-size: 13px;
	}
	.visual_link > a::before {}
	.visual_link > a::after {}
	.visual_link > a > img {
		width: 50px;
		height: auto;
	}
	.visual_caution {
		font-size: 10px;
		text-indent: -1em;
		padding-left: 1em;
	}
	.visual_slide {}
	.visual_slide.slick-initialized {}
	.visual_slide_item {}
	.visual_slide_image {
		width: 100vw;
		height: 52.08vw;
	}
	.visual_slide_image-no1 {}
	.visual_slide_dList {}
	.visual_slide_dList > dt {}
	.visual_slide_dList > dd {}
	.visual_slide_image-no2 {}
	.visual_slide_image-no3 {}
	.visual_slide_image-no4 {}
	.visual_box_inner {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.areaEst {}
	.areaEst_inner {}
	.areaEst_message {
		padding: 6px 10px;
		text-align: left;
		margin-bottom: 20px;
	}
	.est {
		margin-bottom: 30px;
	}
	.est:last-child {}
	.est_title {
		font-size: 15px;
		padding: 13px 13px;
		margin-bottom: 9px;
	}
	.est_title::before {
		width: 6px;
		height: 6px;
	}
	.est_box {
		padding: 10px 10px 25px;
	}
	.est_oList {
		display: block;
	}
	.est_oList > li {
		width: auto;
		margin-left: 0;
		margin-top: 10px;
		padding: 22px 22px;
	}
	.est_oList > li:first-child {
		margin-top: 0;
	}
	.est_oList > li:last-child {}
	.est_oList > li:nth-child(2n + 1) {}
	.est_oList > li:nth-child(n + 3) {}
	.flow {}
	.flow_title {
		font-size: 19px;
		margin-bottom: 17px;
	}
	.flow_title > b {
		width: 30px;
		height: 30px;
		font-size: 15px;
	}
	.flow_text {
		margin-bottom: 26px;
	}
	.flow_image {}
	.flow_image > img {
		margin: 0 auto;
	}
	.est_listNote {
		max-width: 250px;
		margin: 7px auto 0;
	}
	.est_link {
		max-width: 300px;
		margin-bottom: 28px;
	}
	.est_link > a {
		font-size: 14px;
	}
	.est_link > a::before {}
	.est_link > a::after {}
	.est_link > a > .icon {}
	.est_note {
		letter-spacing: -0.08em;
		text-align: left;
		display: flex;
		justify-content: center;
	}
	.meritWrap {
		display: block;
	}
	.merit {
		width: auto;
		margin-left: 0;
		display: block;
	}
	.merit:first-child {}
	.merit:nth-child(2n + 1) {}
	.merit:nth-child(n + 2) {
		margin-top: 10px;
	}
	.merit_title {
		font-size: 15px;
	}
	.merit_title > b {
		width: 44px;
		height: 44px;
		margin-right: 16px;
	}
	.merit_box {
		padding: 18px 18px 10px;
	}
	.merit_text {
		line-height: 1.5;
	}
	.merit_image {
		margin-top: 12px;
	}
	.merit_image > img {}
	.merit_list {
		font-size: 12px;
		letter-spacing: -0.05em;
	}
	.merit_list > li {
		padding: 3px 5px;
	}
	.merit_list > li:first-child {}
	.merit_list > li:last-child {}
	.merit_list > li:nth-child(3n + 1) {}
	.merit_list > li:nth-child(n + 4) {}
	.est_text {
		font-size: 14px;
		letter-spacing: -0.15em;
	}
	.est_lineupList {
		flex-wrap: wrap;
		max-width: 480px;
		margin: 15px auto 0;
	}
	.est_lineupList > li {
		width: 48%;
		margin-left: 4%;
	}
	.est_lineupList > li:first-child {}
	.est_lineupList > li:last-child {}
	.est_lineupList > li:nth-child(2n + 1) {
		margin-left: 0;
	}
	.est_lineupList > li:nth-child(n + 3) {
		margin-top: 13px;
	}
	.est_fig {}
	.est_fig > img {}
	.est_fig > figcaption {
		font-size: 12px;
		padding: 0 8px 8px;
		display: block;
	}
	.est_fig > figcaption > small {
		padding: 2px 3px;
		margin-right: 3px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		box-sizing: border-box;
	}
	.est_movie {
		padding-bottom: 55.37%;
		margin-bottom: 30px;
	}
	.est_movie > iframe {}
	
	
	
	
	
	
	
	
	
	
	.est_sublineup {
		padding: 12px 10px;
		margin-top: 15px;
	}
	.est_sublineup .est_boxlist{ display: block;}
	.est_sublineup .est_boxlist .spmt20{ margin-top: 20px;}
	.est_sublineup .est_boxlist .est_box_co1{ width: 100%;}
	.est_sublineup .est_boxlist .est_box_co2{ width: 100%;}
	.est_sublineup .est_boxlist .est_box_co3{ width: 100%;}
.est_sublineup .est_subtitle2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
	.est_sublineup .est_sublist{ display: block;}
	.est_sublineup .est_boxlist .est_box_co2 .est_sublist li{ width: 100%;}
	.est_sublineup .est_boxlist .est_box_co3 .est_sublist li{ width: 100%;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.movie {
		padding: 12px 10px;
	}
	.movie_title {}
	.movie_list {}
	.movie_list > li {
		display: block;
		margin-bottom: 15px;
	}
	.movie_list > li:nth-child(2) {}
	.movie_list > li:first-child {}
	.movie_list > li:last-child {
		margin-bottom: 0;
	}
	.movie_list > li:nth-child(2n + 1) {}
	.movie_list > li:nth-child(n + 3) {}
	.movie_areaTxt {
		width: auto;
	}
	.movie_areaTxt-hasBnr {}
	.movie_headline {}
	.movie_headline::before {}
	.movie_text {
		line-height: 1.4;
	}
	.movie_banner {
		margin: 15px auto 0;
	}
	.movie_banner > a {}
	.movie_banner > a::before {}
	.movie_banner > a::after {}
	.bnr_voltagedrop{ margin-bottom: 30px;}
}
@media screen and (max-width: 374px) {
	.visual_title {
		font-size: 22px;
	}
	.merit_list > li {
		font-size: 10px;
	}
	.est_fig > figcaption {
		font-size: 10px;
	}
}
