@charset "utf-8";
@media print, screen and (min-width: 1200px) ;
body {
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
}
.boxsize *{
	box-sizing:border-box;
	line-height:160%;
}
.sp{
	display:none !important;
}
figure{
	margin:0;
	position:relative;
}
figure img{
	width:100%;
}
.k_contents{
	width: 960px;
	margin: 0 auto;
}
.notice_top{
	text-align: center;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: red;
	padding: 5px;
	margin: 0 auto;
}
.notice_top_blue{
	text-align: center;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: #0000cd;
	padding: 5px;
	margin: 0 auto;
}

.mb{
	margin-bottom: 5px;
}


/*title*/
.title_wrap{
	display: block;
	width:960px;
    margin: 0 auto 0;
}
.title_wrap h2{
	color: #283593;
	text-align: center;
}

.title_wrap h2 .title_wrap_upper{
	background:#e5ffe5;
	font-size: 15px;
	margin: 25px 0 0;
}

.title_wrap h2 .title_wrap_bottom{
	background:#ffffe0;
	font-size: 14px;
	margin: 0 0 10px;
}
.title_wrap h2 .tour_name{
	font-size:32px;
	margin: 0;
	display: block;
}
.title_wrap h2 .tour_namesub{
	font-size:24px;
	margin: 0 0 5px;
	display: block;
}

.title_wrap h2 .tour_period{
	font-size: 20px;
	display: block;
}

.title_wrap h2 .tour_periodsub{
	font-size: 16px;
	display: block;
}

.title_wrap h2 .page_title{
	font-size: 24px;
	margin: 5px 0 5px;
	display: block;
}
.main_img figcaption{
	font-size: 10px;
	text-align: right;
	margin: 5px;
}

.slider{
	position: relative;
}
.slick-prev{
	position: absolute;
	left:10px;
	z-index: 10;
}
.slick-next{
	position: absolute;
	right: 10px;
	z-index: 10;
}
.slick-dots{
	bottom: -15px;
}
.topslider_wrap{
	position: relative;
}
.topslider_wrap .main_cap{
	color: #FFF;
	position: absolute;
	bottom: 30px;
	right:10px;
}
.topslider_wrap .main_cap2{
	color: #FFF;
	position: absolute;
	bottom: 5px;
	right:10px;
}
.topslider_wrap .slider{
	margin-bottom: 15px;
}

.l_navi{
	display: flex;
	justify-content: center;
	margin: 0 0 60px;
}
.l_navi li + li{
	border-left:1px solid #757575;
}
.l_navi li a{
	color: #757575;
	font-size: 14px;
	padding: 0 40px;
}
.plan_lead{
	font-size: 16px;
	background-color: #f5f5f5;
	padding: 20px;
	margin: 0 0 30px;
}
.tour_report_link a{
	display: block;
	width:600px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border: solid 2px #00b2df;
	border-radius: 30px;
	padding:8px;
	margin: 0 auto 40px;
}
.tour_report_link a:hover{
	opacity: 1;
	color: #FFF;
	background-color: #00b2df;
}

/*about_tour*/
.about_tour{
	border: double 6px #f89174;
	padding: 0 0 15px;
	margin: 40px 0 60px;
}
.about_tour h3{
	font-size: 20px;
	color: #FFF;
	text-align: center;
	background-color:#f89174;
	padding: 5px 10px;
	margin: 0 0 25px;
}
.about_tour .p01{
	font-size: 15px;
	margin: 0 25px 10px;
}
.about_tour .midashi{
	font-size: 16px;
	color:#f89174;
	font-weight: bold;
	margin:5px 0 0;
	display: block;
}
.strong01{
	color:#f89174;
	font-weight: bold;
}
.strong02{
	font-weight: bold;
}


.about_tour02{
    background: #deebec;
	border: dotted 2px #0097A7;
	border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding:30px 15px 10px;
	margin: 20px 0 60px;	
	position: relative;
}
.about_tour02 h3{
	font-size: 15px;
    color:#FFF;
	text-align: center;
	background-color: #0097A7;
	border-radius: 20px;
	padding: 5px 30px;
	margin: 0 auto;
	width: fit-content;
	position: absolute;
	top: -18px;
	left:0;
	right:0;
}
.feature_ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 10px;
}
.feature_ul li{
	font-size: 15px;
    color: #0097A7;
	text-align: center;
	font-weight: bold;
	background-color:#FFF;
	border: solid 2px;
	border-radius: 20px;
	padding: 15px;
	margin: 0 3px 5px;
}
/*about_tour03*/
.about_tour03{
	border: double 6px #00bfff;
	padding: 0 0 15px;
	margin: 40px 50px 60px;
}
.about_tour03 h3{
	font-size: 20px;
	color: #FFF;
	text-align: center;
	background-color:#00bfff;
	padding: 5px 10px;
	margin: 0 0 25px;
}
.about_tour03 .p01{
	font-size: 15px;
	margin: 0 25px 10px;
}
.about_tour03 .p02{
	font-size: 15px;
	margin: 20px 25px 10px;
	padding-left:50px;
}
.about_tour03 .midashi{
	font-size: 16px;
	color:#1e90ff;
	font-weight: bold;
	margin:5px 0 0;
	display: block;
}



/*list*/
.kome_li{
	font-size: 14px;
	padding: 0 0 0 20px;
	position:relative;
	list-style: none; 
}
.kome_li:before{
	content: '※';
	position: absolute;
	left:0;
}
.dot_li{
	font-size: 14px;
	padding: 0 0 0 20px;
	position:relative;
}
.dot_li:before{
	content: '・';
	position: absolute;
	left:0;
}
.kuromaru_li{
	font-size: 14px;
	padding: 0 0 0 20px;
	position:relative;
}
.kuromaru_li:before{
	content: '●';
	position: absolute;
	left:0;
}
.nijyumaru_li{
	font-size: 14px;
	padding: 0 0 0 20px;
	position:relative;
}
.nijyumaru_li:before{
	content: '◎';
	position: absolute;
	left:0;
}

/*section01*/
.section01{
	margin: 0 0 80px;
}
.section01 .inner{
	margin: 0 10px;
}
.ttl01 {
	font-size: 22px; 
	text-align: center;
	position: relative;
	margin: 0 auto 40px;
}
.ttl01:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#283593;
  border-radius: 2px;
}
.info_dl{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
.info_dt{
	font-size: 14px;
	color: #FFF;
	text-align: center;
	width: 190px;
	background-color: #5a83be;
	padding:7px 3px;
	margin: 0 0 3px;
}
.info_dd{
	font-size: 14px;
	width: 700px;
	background-color: #f5f5f5;
	padding: 7px 10px;
	margin: 0 0 3px;
}

/*tourpoint_section*/
.tourpoint_ul{
	margin: 0 0 20px;
}
.tourpoint_li{
	font-size: 16px;
	color: #283593;
	font-weight: bold;
	background-color: #e8eaf6;
	border-radius: 20px 0 0 20px;
	padding: 7px 20px;
	margin: 0 0 5px;
}
.img_3col{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 20px;
}
.img_3col figure{
	width: 300px;
	margin: 0 5px 10px;
}
.img_3col figcaption{
	font-size: 14px;
	text-align: center;
	margin: 5px 0 0;
}
.marathon_link{
	font-size: 16px;
	margin: 0 0 10px;
}

/*tourschedule_section*/
#tourschedule_section h4{
	font-size: 18px;
	border-left: solid 5px;
	padding: 0 0 0 10px;
	margin: 0 0 15px;
}

.port_navi{
	display: flex;
	justify-content: center;
	margin: 0 0 30px;
}
.port_navi li + li{
	border-left:1px solid #757575;
}
.port_navi li a{
	color: #757575;
	font-size: 12px;
	padding: 0 40px;
}
.sch_table01{
	width: 100%;
	font-size: 14px;
	border: solid 1px #424242;
	margin: 0 0 20px;
}
table .daily, table .date{
	width:65px;
	background-color:#f5f5f5;
	border: solid 1px #424242;
}
table .daily_plan1{
	width:40px;
	border: solid 1px #424242;
}
table .daily_plan2{
	width:40px;
	border: solid 1px #424242;
}
table .schedule_th{
	background-color:#f5f5f5;
	border: solid 1px #424242;
	padding: 5px 0;
}
table .time{
	width: 100px;
	vertical-align: top;
	padding: 5px 20px;
}
table .program{
	vertical-align: top;
	padding: 5px 20px 5px 0;
}
table .meal{
	text-align: right;
	border: solid 1px #424242;
	padding: 10px 20px;
}
.cyan-text{
	color:#00ACC1;
	font-weight: bold;
	background-color: #E0F2F1;
	display: inline-block;
	margin: 3px 0;
}
.darkcyan-text{
	font-size: 12px;
	color:#FFF;
	font-weight: bold;
	background-color: #006064;
	display: inline-block;
	padding: 0 5px;
	margin:0 2px 0 0;;
}
.blue-text{
	font-size: 16px;
	color:#0288D1;
	font-weight: bold;
	background-color: #FFF9C4;
	display: inline-block;
	margin: 3px 5px 3px 0;
	
}
.blue-text02{
	color:#0288D1;
	font-weight: bold;
}


table .border-bottom01{
	border-bottom: solid 1px #424242;
}
table .port01{
	background-color: #FCE4EC;
}
table .port01.program{
	border-right:solid 1px #424242;
}
table .port01 .port_name{
	font-size: 15px;
	color: #EC407A;
	font-weight: bold;
	padding-left: 15px
}
table .port02{
	background-color: #F1F8E9;
}
table .port02 .port_name{
	font-size: 15px;
	color: #8BC34A;
	font-weight: bold;
	padding-left: 15px
}

.sche_note{
	font-size: 14px;
}
.chu_num{
	display: flex;
	font-size: 14px;
}
.chu_num .num{
	color: red;
	font-weight: bold;
	width: 40px;
	margin: 0 5px 0 0;
}
.chu_num .cnt{
	width:895px;
}

/*tourprice_section*/
.price_table{
	width: 100%;
	font-size: 14px;
	margin: 0 0 10px;
	
}.price_table th{
	border: solid 1px #424242;
	background-color: #f5f5f5;
	padding: 10px;
}
.price_table td{
	text-align: center;
	border: solid 1px #424242;
	padding: 10px;
}
.price_table .price01{
	color: red;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.about_price{
	width: 100%;
	font-size: 14px;
	margin: 0 0 30px;
}

.ditail_dl{
	display: flex;
	flex-wrap: wrap;
}
.ditail_dt{
	width:210px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	padding: 20px 5px;
}
.ditail_dd{
	width:730px;
	font-size: 14px;
	border-bottom: solid 1px #ccc;
	padding: 20px 5px;
}



/*tourapplication_section*/
#tourapplication_section{
	margin:  0 0 40px;
}
#tourapplication_section .ditail_dl{
	margin: 0 0 60px;
}
#application_box{
	margin: 0 auto;
	
}
#application_box a{
	font-size: 24px;
	color:#fff;
	text-align: center;
	font-weight: bolder;
	background-color: #E91E63;
	border-bottom: 3px solid #880E4F;
	padding: 15px;
	margin: 0 auto;
	width:600px;
	display: block;
}
#application_box a:hover{
	opacity: 1;
	background-color: #C51162;
}

#application_box .btn-off{
	font-size: 24px;
	color:#fff;
	text-align: center;
	font-weight: bolder;
	background-color: #ccc;
	padding: 15px;
	margin: 0 auto 10px;
	width:600px;
	display: block;
}
#application_box .cancel{
	font-size:20px;
	font-weight: bold;
	color: red;
	text-align: center;
}
	

.cancel_note{
	font-size: 20px;
	color: red;
	font-weight: bold;
	margin:0 auto 20px;
	width: fit-content;
}
.yakkan_link{
	font-size: 14px;
	font-weight: bold;
	margin:0 auto 20px;
	width: fit-content;
}
.mail_entry{
	background-color: #eee;
	padding:25px 40px;
	margin: 0 auto 60px;
	width:900px;
}
.mail_entry2{
	background-color: #fff;
	padding:25px 40px;
	margin: 0 auto 60px;
	width:900px;
}
.mail_entry h3{
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px;
}
.mail_entry .p01{
	font-size: 14px;
	margin: 0 0 15px;
}
.adventure{
	background-color: #e6e6fa;
	padding:25px 40px;
	margin: 0 auto 60px;
	width:900px;
}
.adventure .p01{
	font-size: 14px;
	margin: 0 0 15px;
}
.adventure h3{
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px;
}
.adventure h3 span{
	color: #f00;
	text-heght: bold;
}
.youth_project{
	background-color: #eaffea;
	padding:25px 40px;
	margin: 0 auto 60px;
	width:900px;
}
.youth_project .p01{
	font-size: 14px;
	margin: 0 0 15px;
}
.youth_project h3{
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px;
}
.youth_project h3 span{
	color: #f00;
	text-heght: bold;
}



.prrq_link a{
	font-size: 20px;
	color:#fff;
	text-align: center;
	font-weight: bolder;
	background-color: #00b2df;
	border-radius: 30px;
	padding: 10px;
	margin: 0 auto;
	width:400px;
	display: block;
}
.prrq_link a:hover{
	opacity: 1;
	background-color: #037794;
}


/*shop_info*/
.shop_info{
	display: flex;
	justify-content: center;
	margin: 0 0 60px;
}
.shop_info .shop01{
	border: double 4px #ccc;
	padding: 20px;
	margin: 0 10px;
}
.shop_info .shop01 h3{
	margin: 0 0 10px;
}
.shop_info .shop01 p{
	font-size: 14px;
}

/*yakkan_contents*/
#yakkan_contents{
	width: 960px;
	margin: 0 auto;
}
#yakkan_contents .plan_name{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #000080;
    background: #e6e6fa;
    padding: 15px;
	margin: 0 0 20px;
}
.must-read {
	font-size: 14px;
	margin: 0 0 20px;
}
.must-read .sp01{
	color: red;
	border: solid 1px;
	display: block;
	width: fit-content;
	padding: 5px 10px;
	margin: 0 0 10px;
}
.yakkan_box{
	font-size: 14px;
    border: 2px solid #a9a9a9;
    padding: 20px 40px;
	margin: 0 0 20px;
}
.yakkan_box h2{
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background: #efefff;
    border: 1px solid #b7b7ff;
	margin: 0 0 20px;
}

.yakkan_ul01{
	margin: 0 0 20px;
}
.acrobat-ic{
	vertical-align: top;
}
.y_sec01{
	margin: 0 0 25px;
}
.y_sec01 h3{
	margin: 0 0 15px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    background: #dcdcdc;
}

.cancell-fee_table{
	width: 100%;
	margin: 0 0 20px;
}
.cancell-fee_table td{
	border: 1px solid #ccc;
	padding: 10px;
}
.cancell-fee_table .midashi_th{
	text-align: left;
	padding:0 10px 5px;
}
.cancell-fee_table .gray_th{
	background-color: #eee;
	border: 1px solid #ccc;
	padding:5px 10px;
}

.y_dl dt{
	font-weight: bold;
	margin: 0 0 5px;
}
.y_dl dd{
	margin: 0 0 10px;
}
.y_check{
	text-align: center;
	margin: 0 0 40px;
}
.y_check .p01{
	font-size: 16px;
	margin: 0 0 10px;
}
.y_check_btn{
	font-size: 20px;
	font-weight: bold;
	padding: 10px 30px;
	margin: 0 0 20px;
}




/*prrq_contents*/
.gray_back{
	background-color: #E0E0E0;
	padding: 20px 0 40px;
}
#prrq_contents{
	width: 500px;
	background-color: #FFF;
	padding: 30px;
	margin: 0 auto
}
#prrq_contents h2{
	font-size: 20px;
	text-align: center;
	margin: 0 0 20px;
}
.prrq_lead{
	font-size: 14px;
	color: red;
	margin: 0 0 20px;
}
#prrq_contents .p_box{
	border: solid 3px #757575;
	padding: 20px 20px 10px;
	margin: 0 0 30px;
}
#prrq_contents .p_box .p01{
	font-size: 14px;
	margin: 0 0 20px;
}
#prrq_contents .agree{
	font-size: 14px;
	margin: 0 0 10px;
}

/*top_navi*/
.top_navi{
	display: flex;
	justify-content: center;
	margin: 15px auto 0;
	width: 960px;
	/*width: 1292px;*/
}
.top_navi li{
	text-align: center;
	/*width: 160px;*/
	/*width: 400px;*/
	width: 250px;
	height: 55px;
	margin: 0 2px;
	display: table;
}
.top_navi li a .TourTitle{
	color: #ea5549;
}

.top_navi .current{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
	background-color: #283593;
}
.top_navi .current .TourTitle{
	color: #ffa3a3;
}

.top_navi a{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #283593;
	font-weight: bold;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
	background-color:#e8eaf6;
}
.top_navi a .TourTitle{
	color: #ffa3a3;
}

.top_navi a:hover{
	opacity: 1;
	color:#FFF;
	background-color: #283593;
}
.top_navi a:hover .TourTitle{
	color: #ffa3a3;
}

.top_navi .air{
	display: block;
	color: #00bcd4;
	line-height: 130%;
}
.top_navi .current .air{
	color: #FFF;
}

/*tour_report*/
#tour_report h2{
	text-align: center;
	margin: 30px 0 40px;
}
#tour_report h2 .sp01{
	display: block;
	font-size: 26px;
	color: #5f4a21;
	margin: 0 0 20px;
}
#tour_report h2 .sp02{
	display: block;
	font-size: 16px;
	color: #FFF;
	background-color: #5f4a21;
	padding: 5px;
}

.tour_report_dt{
	font-size: 20px;
	font-weight: bold;
	color: #5f4a21;
	border-left:solid 10px #fd930a;
	padding:0 0 0 10px; 
	margin: 0 0 10px
}
.tour_report_dd{
	border:solid 10px #eee;
	margin: 0 0 40px;
}
.tour_report_dd .flex01{
	display: flex;
}
.tour_report_dd .flex01 .left_p{
	width: 460px;
	font-size: 15px;
	padding: 20px;
	margin: 0 10px 0 0;
}
.tour_report_dd .flex01 figure{
	width: 470px;
}

/*movie_wrap*/
.movie_wrap .p01{
	text-align: center;
	margin: 0 0 20px;
}
.movie_wrap .p01 img{
	width: 600px;
	display:block;
	margin: auto;
}
.movie_wrap .fig01{
	margin: 0 0 50px;
}
.movie_wrap .p02{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #FFDFEF 0%) repeat scroll 0 0;
	line-height: 110%;
	margin: 0 auto 20px;
	width: fit-content;
}

.frame-wrapper_video {
  position: relative;
  width:800px;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin:0 auto 60px;
}

.frame-wrapper_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*highlight*/
.highlight_dl{
	padding: 20px;
    background-color: #fdeff2;
	margin: 0 0 60px;
}
.highlight_dt{
	font-size: 20px;
	font-weight: bold;
	color: #5f4a21;
	border-left:solid 10px #3f51b5;
	padding:0 0 0 10px; 
	margin: 0 0 10px
}
.highlight_dd{
	background-color: #FFF;
	margin: 0 0 40px;
}
.highlight_dd:last-child{
	margin: 0;
}
.highlight_dd .flex01{
	display: flex;
}
.highlight_dd .flex01 .left_p{
	width: 460px;
	font-size: 14px;
	padding: 20px;
	margin: 0 10px 0 0;
}
.highlight_dd .detail_box{
	display: block;
	font-size: 13px;
	background-color:#efefef;
	padding: 10px;
	margin: 15px 0;
}
.highlight_dd .smalltxt{
	font-size: 12px;
	display: block;
	margin: 10px 0 0;
}
.highlight_dd .mb10{
	display: block;
}
.highlight_dd .flex01 figure{
	width: 470px;
}
.highlight_dd .flex01 figure .medoc-pack{
	width: 300px;
	padding:20px 0;
}
.highlight_dd .flex01 figure .sub_cap{
	color: #FFF;
	position: absolute;
	bottom: 1px;
	right:10px;
}

.highlight_dd2{
	margin: 0 0 10px;
}

.highlight_dd2 .flex01{
	font-size: 14px;
	padding: 20px;
	margin: 0 10px 0 0;
}

/*lineup*/
.ribbon11-wrapper {  
  display: block;
  position: relative;
  margin: 0 auto 60px;
  padding: 10px 0;
  background: #FFF;
	border:solid 3px #00bcd4;
	width: 800px;
}
.ribbon11 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px 30px;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  font-size: 20px;
  color: white;
  background: #00bcd4;
}
.ribbon11:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #008c9e;
}
.lineup_lead{
	font-size: 15px;
	margin: 20px 25px 15px;
}
.lineup_dl{
	margin: 0 25px 10px;
}
.lineup_dt{
	margin: 0 0 3px;
}
.lineup_dt a{
	font-size: 16px;
	color:#008c9e; 
	font-weight: bold;
	text-decoration: underline;
}
.lineup_dd{
	font-size: 14px;
	margin: 0 0 10px 20px !important;
}


/*clearfix*/
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}


div.tit_list { 
	margin:40px auto 10px auto; 
	padding-bottom:30px; 
	width:940px; 
	height:20px; 
	border-bottom:1px solid #009ae1; 
	background:url(../img/icon_01.gif) no-repeat; 
	background-position:0 0 10px; 
}
div.tit_list h5 { 
	padding:1px 0 0 25px; 
	color:#3e321e; 
	font-size:16px; 
	font-weight:bold; 
} 

table.t01 { 
	margin:7px 0 0 12px; 
	background:#FFF; 
	border:2px solid #CCC; 
 	font-size: 14px;
}
table.t01 th { 
	padding:6px 0 6px 0; 
	background:#FFC; 
	border-bottom:2px solid #CCC; 
}
table.t01 td { 
	padding:6px 0 6px 10px; 
	width:200px; 
	border-bottom:1px solid #CCC; 
}
table.t01 td.bold { 
	font-weight:bold; 
	text-align:center; 
	border-left:1px solid #CCC; 
}
table.t02 { 
	margin:7px 0 0 12px; 
	width:550px; 
	background:#FFF; 
	border:2px solid #CCC;
}
table.t02 th { 
	padding:5px 0 5px 10px; 
	width:300px; 
	font-weight:normal; 
	line-height:1.3; 
	text-align:left; 
	background:#fddcf3; 
	border-right:1px solid #CCC; 
	border-bottom:1px solid #CCC; 
}
table.t02 td { 
	padding:5px 0 5px 10px; 
	width:200px; 
	vertical-align:middle; 
	border-bottom:1px solid #CCC; 
}
table.t02 td.bold { 
	font-weight:bold; 
	text-align:center; 
}

.sampleprice_table{
	border: none;
	font-size: 14px;
	margin: 0 0 10px 50px;
	
}
.sampleprice_lead{
	font-size: 15px;
	font-weight:bold;
	margin: 20px 25px 10px;
}



#prrq_contents_form{
	width: 700px;
	background-color: #FFF;
	padding: 30px;
	margin: 0 auto
}


/* slick 矢印を黒丸＋白矢印にする */
.slick-prev,
.slick-next {
    width: 44px;
    height: 44px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    z-index: 20;
}

/* 矢印アイコン（beforeで制御） */
.slick-prev:before,
.slick-next:before {
    color: #fff;
    font-size: 28px;
    opacity: 1;
}

/* ホバー時に少し強調 */
.slick-prev:hover,
.slick-next:hover {
    background: rgba(0,0,0,0.85);
}




/*　step-container　*/	

.step-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 40px auto;
  padding: 0;
  list-style: none;
  counter-reset: step; /* ← ここでカウンターを初期化 */
  position: relative;
}

/* 各ステップ要素（番号＋ラベル） */
.step {
  position: relative;
  text-align: center;
  flex: 1;
  counter-increment: step; /* ← ここでカウンター進める */
  z-index: 1;
}

/* 丸の中の番号（::beforeで表示） */
.step::before {
  content: counter(step); /* カウンターの数字を表示 */
  display: block;
  background-color: #ccc;
  color: white;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  margin: 0 auto 12px; /* 丸とラベルの間に余白 */
  font-weight: bold;
  font-size: 14px;
  z-index: 1;
  position: relative;
}

/* 各ステップの横線 */
.step::after {
  content: "";
  position: absolute;
  top: 18px; /* 丸の中央と揃える（36px ÷ 2） */
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: 0;
}

/* 最後のステップには線を描かない */
.step:last-child::after {
  content: none;
}

/* アクティブ（現在地） */
.step.active {
  color: #0b79d0;
  font-weight: bold;
}

.step.active::before {
  background-color: #0b79d0;
}

/* 完了済みステップ（緑色） */
.step.completed {
  color: #4caf50;
}

.step.completed::before {
  background-color: #4caf50;
}






