@charset "UTF-8";
/* 全体 */
.content_area {
	padding: 40px 20px 50px;
}
.content_area_in{
	position: relative;
	padding-left: 460px;
	min-height: 500px;
}
.content_area_in::after {
	content: '';
	display: block;
	clear: both;
}
.pradio_box.box_2{
	position: absolute;
	left: 0;
	top: 0;
	width: 410px;
}
h2{
	font-size: 1.8rem;
	letter-spacing: 0.9px;
	padding: 0 0 10px 14px;
	line-height: 2rem;
}
h2::before {
	width: 4px;
	height: 18px;
	top: 36%;
}
.pradio_box.box_3 h2{
	margin: 36px 0 10px;
}

table{
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}
tr{border-bottom: 1px solid #E0E0E0;}
th{
	width: 29%;
	background: #EFF3F6;
	border-right: 1px solid #E0E0E0;
	font-size: 1.4rem;
	padding: 8px 9px 12px;
}
td{
	border-right: 1px solid #E0E0E0;
	padding: 8px 11px 12px;
	font-size: 1.4rem;
}
td::before{display: none;}
p{font-size: 1.4rem;}
/*　.pradio_box.box_1 */
.page_title_area{
	display: flex;
	flex-direction: column-reverse;
	background: none;
	margin-bottom: 0;
}
.page_title {
	max-width: none;
	padding: 0;
	font-size: 3.2rem;
	letter-spacing: 1.6px;
	line-height: 4.6rem;
	font-weight: bold;
	color: #333;
	margin: 0 0 15px;
}
.page_title_area p{
	background: #E0E7ED;
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 2.8rem;
	padding: 6px 10px 4px;
	margin-bottom: 12px;
}
.title_distance{
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}
.title_distance::after{
	position: absolute;
	content: '';
	width: 1px;
	height: 15px;
	background: #333;
	top: 0;
	bottom:0;
	right: 0;
	margin: auto;
}

.pradio_info{
	font-size: 2rem;
	letter-spacing: 1px;
	line-height: 3rem;
}

.pradio_maker{
	width: 120px;
	margin-top: 18px;
}

/*　.pradio_box.box_2 */
.slider_thumb{
	border: 1px solid #E0E0E0;
	margin-bottom: 12px;
	padding: 25px;
	width: 410px;
	border-radius: 4px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.slider_thumb .slick-list,
.slider_thumb .slick-track {
	height: 100%;
}
.slider_thumb .slick-slide {
	height: 100%;
}

.slider_thumb .slick-slide > div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider_thumb .slider_item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.slick-slide img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.slider_thumb .slider_item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.thumb{
	position: relative;
	margin: 0 auto;
	width: 240px;
}
/* .slick-list {aspect-ratio: 1 / 1;} */
.thumb .thumb_item{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:4px;
	width: 60px !important;
	height: 60px;
	border: 1px solid #E0E0E0;
	margin: 0 10px;
	border-radius: 4px;
}
.thumb .thumb_item.slick-current{border-color: #194191;}
.thumb_arrow,.connection_arrow{
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: none;
	background: #fff;
	cursor: pointer;
	z-index: 2;
}
.thumb_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.thumb_prev{
	left: -20px;
}
.thumb_next{
	right: -30px;
}
.thumb_arrow::before, .connection_arrow::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin: 8px auto 0;
	border-top: 2px solid #194191;
	border-right: 2px solid #194191;
}

.thumb_prev::before, .connection_prev::before{
	transform: rotate(-135deg);
}

.thumb_next::before, .connection_next::before{
	transform: rotate(45deg);
}

.thumb_arrow.slick-disabled,.connection_arrow.slick-disabled{
	cursor: default;
}

.official_list{
	margin-top: 33px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.official_list div{width: calc(50% - 5px);}
.official_list a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #194191 url(/img/common/icon_popup_white.svg) no-repeat right 17px center / 13px;
	border-radius: 4px;
	padding: 6px 30px 6px 15px;
	color: #fff;
	text-decoration: none;
	height: 49px;
	font-size: 1.5rem;
	border: 1px solid #194191;
	transition: background-color 0.3s, color 0.3s;
}
.official_list .c_download{
	background: #194191 url(/img/common/icon_download_white.svg) no-repeat right 16px center / 14px;
}
.official_list a:hover{
	background: #fff url(/img/common/icon_popup_blue.svg) no-repeat right 17px center / 13px;
	color: #194191;
}
.official_list .c_download:hover{
	background: #fff url(/img/common/icon_download_blue.svg) no-repeat right 16px center / 14px;
	color: #194191;
}
.official_list a span{
	display: block;
	font-size: 1.1rem;
	letter-spacing: 0;
	line-height: 1.58rem;
	font-weight: 400;
}

.cta_box{
	background: #E0E7ED;
	border-radius: 4px;
	padding: 24px;
	text-align: center;
	margin-top: 30px;
}
.pradio_box.box_3 .cta_box h2{
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 3px;
}
.cta_box h2::before{display: none;}
.cta_box p{
	font-size: 1.4rem;
	margin-bottom: 8px;
}
.cta_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	max-width: 550px;
	margin: auto;
	padding: 0;
}
.cta_list li{list-style: none;}
.cta_list li a{
	display: block;
	border-radius: 4px;
	text-decoration: none;
	padding: 5px;
}
.cta_list li.cta_tel a{
	background: #fff;
	border: 1px solid #fff;
}
.cta_list li.cta_form a{
	background: #194191;
	color: #fff;
	border: 1px solid #194191;
	transition: background-color 0.3s, color 0.3s;
}
.cta_list li.cta_form a:hover{
	background: #fff;
	color: #194191;
}
.cta_box p.cta_ttl{
	display: inline-block;
	font-weight: bold;
	margin-bottom: 0;
	padding-left: 30px;
	position: relative;
}
.cta_box li.cta_tel p.cta_ttl{
	font-size: 2.1rem;
	font-family: 'roboto', sans-serif;
}
.cta_box li.cta_form p.cta_ttl{font-size: 1.6rem;}
.cta_list li.cta_tel p.cta_ttl::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url(/img/common/icon_tel_blue.svg) no-repeat left center / contain;
}
.cta_list li.cta_form p.cta_ttl::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url(/img/common/icon_mail_white.svg) no-repeat left center / contain;
}
.cta_box p.cta_time{
	font-size: 1.1rem;
	line-height: 1.6rem;
	margin-bottom: 0;
}
.related_item_area {
	padding: 40px 0;
}
.related_item_area h2 {
	font-size: 2.8rem;
	letter-spacing: 0;
	margin: 46px 0 30px;
	padding: 0 0 14px 25px;
	line-height: 4rem;
}
.related_item_area h2::before {
	width: 6px;
	height: 26px;
	top: 42%;
}
.connection_slide {
	margin: 0 40px;
}
.connection_item {
	padding: 0 10px;
	text-align: center;
}
.connection_item img {
	width: 150px;
	height: 150px;
	object-fit: contain;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	padding: 15px;
	transition: border-color 0.3s;
}
.connection_item p {
	font-size: 1.5rem;
	margin-top: 8px;
	transition: color 0.3s;
}
.connection_item a:hover p {
	color: #194191;
}
.connection_item a:hover img {
	border-color: #194191;
}
.guide_btn_wrap .guide_btn{
	margin: 24px auto 0;
}
.connection_prev{
	left: -34px;
	top: 44%;
}
.connection_next{
	right: -33px;
	top: 44%;
}
.cta_area {
	margin-top: 38px;
	border-radius: 8px;
}
.cta_area_in {
	margin: 30px auto;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	padding: 0 30px;
	max-width: 100%;
}
.cta_wrap {
	border-radius: 8px;
	padding: 18px 18px 28px;
	overflow: hidden;
}
.cta_head {
	margin: 14px 0 7px !important;
	font-size: 1.6rem;
	padding: 15px 0 0;
}
.cta_txt {
	font-size: 1.1rem;
	line-height: 1.9rem;
}
.cta_tel_btn, .cta_btn {
	margin-top: 26px;
	padding: 2px 18px 1px;
	overflow: hidden;
	width: auto;
}
.cta_tel_btn p, .cta_btn p{
	font-size: 1.3rem;
}


@media screen and (max-width:1024px){
.content_area {
	padding: 40px 20px 24px;
}
.content_area_in {
	max-width: 640px;
	padding: 0;
	margin: auto;
}

.pradio_box.box_2 {
	position: static;
}
.page_title {
	font-size: 2.6rem;
	margin: 0 0 9px;
}
.page_title_area p {
	font-size: 1.6rem;
	padding: 2px 10px 4px;
}
.pradio_info {
	font-size: 1.8rem;
}
.pradio_box.box_2 {
	width: auto;
	margin: 18px auto 64px;
	max-width: 410px;
}
.slider_thumb {
	width: auto;
	max-width: 100%;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
.cta_wrap {
	text-align: left;
}
.cta_head::before {
	left: 6px;
}
.cta_tel_btn, .cta_btn {
	padding: 2px 18px 1px;
	font-size: 1.3rem;
}
.related_item_area {
	padding: 30px 0;
}




}

@media screen and (max-width:767px){
.content_area {
	padding: 40px 20px 0;
}
.page_title {
	font-size: 2.3rem;
	margin: 0 0 7px;
}
.page_title_area p {
	font-size: 1.2rem;
	line-height: 1.6em;
	padding: 7px 10px 5px;
}
.pradio_info {
	font-size: 1.6rem;
	line-height: 2.5rem;
}
.thumb_arrow, .connection_arrow {
	top: 45%;
}
.thumb_prev {
	left: -24px;
}
.thumb_next {
	right: -24px;
}
.official_list {
	display: block;
	margin: 33px auto 0;
}
.official_list div {
	width: auto;
}
.official_list a {
	padding: 6px 30px 6px 15px;
	margin: 0 auto 10px;
	max-width: 200px;
}
.related_item_area h2 {
	font-size: 1.8rem;
	margin: 29px 0 21px;
	padding: 0 0 6px 15px;
	line-height: 2.8rem;
}
.related_item_area h2::before {
	width: 4px;
	height: 18px;
	top: 47%;
}
.connection_slide {
	margin: 0 13px;
}
.connection_item {
	padding: 0;
	margin: 0 5px;
}
.connection_item p {
	font-size: 1.3rem;
	line-height: 1.9rem;
}






}
@media screen and (max-width:610px){
.cta_area_in {
	margin: 19px auto;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	padding: 0 20px;
}
.cta_wrap {
	padding: 16px 24px 29px;
}
.cta_tel_btn, .cta_btn {
	margin-top: 28px;
}
}