body{
	font-family:"Helvetica","Arial","Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ" ,sans-serif;
	font-size:16px;
	line-height:24px;
	color:#000;
	margin:0px;
	position:relative;
}
/* フォントセット　Serif */
.fs{
	font-family:'YuMincho','Yu Mincho',serif;
}
.top_image_font{
  font-family: "M PLUS 1 Code", monospace;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.red{	color:#F00;	}
.small{	padding-left:10px;font-size:0.8em;}

/* 自力リセット div img a */
div,img{box-sizing:border-box;font-size:0;line-height:0;margin:0;padding:0;}
a{transition:0.2s linear;box-sizing:border-box;}

/* 日付選択時の回避 */
#ui-datepicker-div *{
	font-size:15px;
	line-height:24px;
}

/* テキスト水平寄せ */
.txtc{text-align:center;}
.txtl{text-align:left;}
.txtr{text-align:right;}
.txtb{font-weight:bold;}
.txtatt{color:#c71575;}

/* 幅指定％ */
.tw05{width:5%;}
.tw10{width:10%;}
.tw15{width:15%;}
.tw20{width:20%;}
.tw25{width:25%;}
.tw30{width:30%;}
.tw35{width:35%;}
.tw40{width:40%;}
.tw45{width:45%;}
.tw50{width:50%;}
.tw55{width:55%;}
.tw60{width:60%;}
.tw65{width:65%;}
.tw70{width:70%;}
.tw75{width:75%;}
.tw80{width:80%;}
.tw85{width:85%;}
.tw90{width:90%;}
.tw95{width:95%;}

:root{
	--max_w:1100px;
	--max_wh:550px;
	--max_w60:660px;
	--max_w40:440px;
}

/* reCAPTCHA */
.grecaptcha-badge{
	display:none;
}


/* メディアスクリーン　PC版 */
@media screen and (min-width:768px){

/* br切替 */
.pc_br{	display:inline;}
.sp_br{	display:none;}

/* ページ内の特定ブロックをフワッと表示 */
/* translate(横→＋,縦↓＋) */
	.fefup{
		opacity:0;
		transform:translate(0px,50px);
		transition:all 1s ease-in-out;
	}
	.fefl2r{
		opacity:0;
		transform:translate(50px,0px);
		transition:all 0.2s ease-in-out;
	}
	.fefr2l{
		opacity:0;
		transform:translate(-50px,0px);
		transition:all 0.2s ease-in-out;
	}
	
	.fefup.fes , .fefl2r.fes , .fefr2l.fes{
		opacity:1;
		transform:translate(0,0);
	}


/* ヘッダー */
.header_wrap{
	display:block;
	position:fixed;
	top:0px;
	left:0;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	z-index:99;
	transition:0.2s linear;
}
.phw , #page_header{
	background-color:rgba(60,100,160,0.7);
}
.global_header{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content:space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;

	align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;

	width:100%;
	height:80px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	transition:0.2s linear;
}
.gh_shadow{
	top:0;
}
.logo_wrap{
	display:block;
	height:80px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:15px
}
.logo_wrap img{
	display:block;
	height:100%;
}
.sp_header_box{
	display:none;
}

.menu_nav{
	display:block;
	max-width:60%;
	height:80px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_nav ul{
	display:flex;
	height:100%;
	align-items:center;
}
.menu_nav ul li a{
	letter-spacing:0.15em;
	padding:0px 25px;
}
.menu_a{
	display:block;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_a a{
	display:block;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-decoration:none;
	color:#FFF;
	text-align:center;
	transition:0.2s linear;
}
.menu_a a:hover{
/*	color:#1d30b3; */
/*	color:#b5ff7a; */
	color:#9cff1a;
}



.menu_c{
	display:inline-block;
	height:80px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_c a{
	display:block;
	height:80px;
	font-size:16px;
	line-height:80px;
	box-sizing:border-box;
	text-decoration:none;
	color:#FFF;
	background-color:#C00;
	text-align:center;
	transition:0.2s linear;

}
.menu_c a:hover{
	opacity:0.5;
}




/* フッター */
.global_footer{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-top:80px;
/*	background-color:#06348a; */
	background-color:#d6e2f7;
}
.footer_wrap{
	display:flex;
	width:100%;
	max-width:1120px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
	padding:40px 0px;
}

.footer_info_box{
	display:block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.footer_com_info{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:20px;
}
.footer_com_info img{
	display:block;
	width:100%;
	max-width:403px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.footer_com_info p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	color:#333;
	padding-top:10px;
	letter-spacing:0.1em;
}
.footer_contat_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.footer_contat_box a{
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 40px;
	background-color: #06348b;
	color: #FFF;
	text-decoration: none;
	width: 250px;
	border-radius: 20px;
	text-align: center;
	transition: 0.2s linear;
}
.footer_contat_box a:hover{
	background-color:#e83617;
}


.footer_menu_box{
	display:block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-left:20px;
}

.fm01{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_f{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_f a{
	display:inline-block;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	text-decoration:none;
	color:#06348b;
	letter-spacing:0.1em;
	transition:0.2s linear;
	font-weight:700;
}
.menu_f a:hover{
	color:#6ab82c;
}



.footer_copy{
	display:block;
	width:100%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	color:#FFF;
	background-color:#06348b;
	text-align:center;
}

/* 戻る */
#ptop{
	display:block;
	position:fixed;
	z-index:99;
	bottom:40px;
	right:0px;
	width:60px;
	height:60px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	background-color:#06348a;
}
#ptop a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
#ptop a img{
	display:block;
	width:36px;
	height:36px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}


/* インスタフローティングバナー */
/* 2025/04/08 廃止 */
/*
.instagram_float{
	display:flex;
	justify-content:center;
	align-items:center;
	position:fixed;
	bottom:100px;
	right:-190px;
	width:250px;
	height:60px;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
	transition:0.2s linear;
	background-color:#6ab82c;
}
.instagram_float a{
	display:block;
	width:100%;
	height:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
}
.instagram_float:hover{
	right:0px;
}
.instagram_float img{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
}
*/


/* コンテンツ共通 */

.content_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
}

.page_cw{
	padding-top:80px;
}

/* トップページ */
/* トップページ　メイン画像　202503 */
.main_screen{
	display:block;
	position:relative;
	width:100%;
	max-height:600px;
	overflow:hidden;
}
.slide_screen{
	display:flex;
	justify-content:center;
	width:100%;
	max-height:600px;
}
.slide_screen img{
	display:block;
	height:600px;
}

.top_cbox{
	display:block;
	position:relative;
	z-index:90;
	color:#FFF;
	text-shadow:0px 0px 10px #999;
	width: 60%;
	top: -340px;
	margin: 0 auto;
	font-family: "M PLUS 1 Code", monospace;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;

}
.top_c1{
	display:block;
	font-size:38px;
	line-height:58px;
	letter-spacing:0.1em;
}
.top_c2{
	display:block;
	font-size:18px;
	line-height:30px;
	letter-spacing:0.1em;
}


/* トップ　装飾 */
.top_work_wrap::before{
	content: "";
	display: block;
	position: absolute;
	height: 1000px;
	width: 1000px;
	top: -500px;
	left: -500px;
	border-radius: 500px;
	background-color: rgba(6, 52, 136, 0.1);
}
.top_company_wrap::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	right: -500px;
	width: 1000px;
	height: 400px;
	background-color: rgba(106, 184, 44, 0.1);
}


/* トップ　事業案内エリア　202503 */
.top_work_wrap{
	display:block;
	position:relative;
	width:100%;
	margin:0;
	padding:100px 0px;
	box-sizing:border-box;
	overflow:hidden;
}
.top_work_box{
	display:flex;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	padding:0px;
	box-sizing:border-box;
}
.top_work_title{
	display:block;
	width:50%;
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.top_work_title p{
	display:block;
	font-size:24px;
	line-height:40px;
	margin-bottom:15px;
	font-weight:700;
	color:#999;
	letter-spacing:0.15em;
}
.top_work_title h2{
	display:block;
	font-size:42px;
	line-height:60px;
	margin-bottom:50px;
	font-weight:700;
	color:#000;
	letter-spacing:0.15em;
}
.top_border_box{
	display:block;
	position:relative;
	height:2px;
	width:20%;
	background:linear-gradient(to right, #06348b 0%, #06348b 30%, #EEE 30%, #EEE 100%);
}

.top_work_text{
	display:block;
	width:50%;
	margin:0;
	padding-top:55px;
	box-sizing:border-box;
}
.top_work_text p{
	display:block;
	font-size:18px;
	line-height:30px;
	margin-bottom:15px;
	font-weight:700;
	color:#333;
	letter-spacing:0.15em;
}

.top_btn{
	display:block;
	position:relative;
	font-size:18px;
	line-height:60px;
	background-color:#06348b;
	color: #FFF;
	text-decoration:none;
	width:250px;
	border-radius:30px;
	text-align:center;
	margin:0 0 0 auto;
	transition:0.2s linear;
}
.top_btn:hover{
	background-color:#6ab82c;
}
.top_btn:after{
	content:"";
	display:block;
	position: absolute;
	top:50%;
	right:25px;
	width:8px;
	height:8px;
	margin-top:-5px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	transform:rotate(45deg);
}

.top_work_banner_box{
	display:flex;
	width:100%;
	max-width:1120px;
	margin:60px auto;
	padding:0px;
	box-sizing:border-box;
}

.top_work_banner_one{
	display:block;
	width:32%;
	margin:0 auto;
	padding:0px;
	box-sizing:border-box;
}
.top_work_banner_one a{
	display:block;
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0px;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
}

.top_work_banner_one a:hover > .top_work_banner_img img{
	filter:brightness(100%);
}


.top_work_banner_img{
	display:flex;
	width:100%;
	padding:0px;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border-radius:10px;
}
.top_work_banner_img img{
	display:block;
	width:100%;
	padding:0px;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
	filter:brightness(75%);
	transition:0.2s linear;
}
.top_work_banner_text{
	display:block;
	position:absolute;
	bottom:40px;
	right:20px;
	box-sizing:border-box;
	font-size:24px;
	line-height:35px;
	color:#FFF;
	font-weight:700;
	text-shadow:1px 1px 4px #000;
}

/* トップ　寺泊交通らしさエリア　202503 */
.top_about_wrap{
	display:block;
	position:relative;
	width:100%;
	margin:0;
	padding:100px 0px;
	box-sizing:border-box;
	background-image: url(/img2/top_about_back.jpg);
	background-position: center;
	background-size: cover;
	background-blend-mode: color;
	background-color: rgba(0, 0, 0, 0.2);
}
.top_about_box{
	display:flex;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	padding:0px;
	box-sizing:border-box;
	flex-direction:row-reverse;
}
.top_about_expbox{
	display:block;
	width:50%;
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.top_about_subtitle{
	display: block;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.15em;
}
.top_about_title{
	display: block;
	font-size: 42px;
	line-height: 60px;
	margin-bottom: 50px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.15em;
}
.top_about_exp{
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.15em;
}

/* トップ　会社案内エリア　202503 */

.top_company_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}
.top_company_inner_wrap{
	display:flex;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	padding:100px 0px;
	box-sizing:border-box;
}
.top_company_box{
	display:block;
	width:50%;
	margin:0;
	padding:0 20px 0 0;
	box-sizing:border-box;
}
.top_company_title{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.top_company_title p{
	display:block;
	font-size:24px;
	line-height:40px;
	margin-bottom:15px;
	font-weight:700;
	color:#999;
	letter-spacing:0.15em;
}
.top_company_title h2{
	display:block;
	font-size:42px;
	line-height:60px;
	margin-bottom:50px;
	font-weight:700;
	color:#000;
	letter-spacing:0.15em;
}
.top_company_text{
	display:block;
	width:100%;
	margin-top:60px;
	padding:0;
	box-sizing:border-box;
}
.top_company_text p{
	display:block;
	font-size:18px;
	line-height:30px;
	margin-bottom:15px;
	font-weight:700;
	color:#333;
	letter-spacing:0.15em;
}

.top_company_img{
	display:flex;
	align-items: center;
	width:50%;
	margin:0;
	padding:0 0 0 20px;
	box-sizing:border-box;
}
.top_company_img img{
	display:block;
	width:100%;
	padding:0px;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
}

/* トップ　採用情報全画面バナーエリア　202503 */
.top_recruit_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.top_recruit_wrap a{
	display:block;
	width:100%;
	box-sizing:border-box;
	text-decoration:none;
	background-image:url("/img2/top_recruit.jpg");
	background-position: left center;
	background-size: cover;
}
.top_recruit_wrap a:hover > .top_recruit_box{
	background-color:rgba(37,59,210,0.5);
}

.top_recruit_wrap a:hover #top_recruit_hover{
	font-size:50px;
}
#top_recruit_hover{
	transition:0.2s linear;
}
.top_recruit_box{
	display:flex;
	width:100%;
	min-height:500px;
	box-sizing:border-box;
	align-items: center;
	transition:0.2s linear;
}

.top_recruit_title{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	box-sizing:border-box;
}
.top_recruit_title p{
	display:block;
	font-size:24px;
	line-height:40px;
	margin-bottom:15px;
	font-weight:700;
	color:#FFF;
	letter-spacing:0.15em;
}
.top_recruit_title h2{
	display:block;
	font-size:42px;
	line-height:60px;
	margin-bottom:50px;
	font-weight:700;
	color:#FFF;
	letter-spacing:0.15em;
}

.top_recruit_title:after{
	content:"";
	display:block;
	position: absolute;
	top:50%;
	right:25px;
	width:25px;
	height:25px;
	margin-top:-5px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	transform:rotate(45deg);
	transition:0.2s linear;
}

/* トップ　お知らせ・バナーエリア　202503 */
.top_info_wrap{
	display:flex;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	padding:100px 0px;
	box-sizing:border-box;
}
/* トップ　お知らせ　202503 */
.top_news_wrap{
	display:block;
	width:70%;
	padding:0px;
	box-sizing:border-box;
}
.top_news_header{
	display:block;
	width:100%;
	padding:0px;
	box-sizing:border-box;
	margin-bottom:15px;
}
.top_news_header h3{
	display: block;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #999;
	letter-spacing: 0.15em;
}
.top_news_inner{
	display:block;
	width:100%;
	padding:0px;
	box-sizing:border-box;
	margin-bottom:15px;
	border-top:1px solid #EEE;
}

.top_news_one{
	display:flex;
	width:100%;
	padding:10px 0px;
	box-sizing:border-box;
	border-bottom:1px solid #EEE;
}
.tno_date{
	display:block;
	width:25%;
	font-size:16px;
	line-height:30px;
	font-weight:700;
	color:#333;
	letter-spacing:0.15em;
}
.tno_title{
	display:block;
	width:75%;
	letter-spacing:0.15em;
	padding-left:10px;
}
.tno_title a{
	font-size:16px;
	line-height:30px;
	font-weight:700;
	color:#333;
	text-decoration:none;
	letter-spacing:0.1em;
	transition:0.2s linear;
}
.tno_title a:hover{
	color:#6ab82c;
	text-decoration:underline;
}

.top_news_more{
	display:flex;
	width:100%;
	padding:10px 0px;
	box-sizing:border-box;
	flex-direction:row-reverse;
}

/* トップ　バナー　202503 */
.top_banners_wrap{
	display:block;
	width:30%;
	padding:55px 0 0 25px;
	box-sizing:border-box;
}
.top_banners_one{
	display:block;
	width:100%;
	padding:5px;
	box-sizing:border-box;
	margin-bottom:15px;
	border:1px solid #EEE;
}
.top_banners_one img{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
	transition:0.2s linear;
}
.top_banners_one a{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
	transition:0.2s linear;
}
.top_banners_one a:hover > img{
	opacity:0.5;
}


/* 下層ページヘッダー　共通　202504寺泊交通 */
.page_header{
display:block;
width:100%;
box-sizing:border-box;
padding-top:80px;
}
.page_header h2{
font-size:40px;
line-height:300px;
text-align:center;
color:#FFF;
letter-spacing:0.1em;
text-shadow:1px 1px 2px #000;
}
/* 下層ページヘッダー　各ページ用　202504寺泊交通 */
.recruit_header{
	background-image: url(/img2/recruit_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.business_header{
	background-image: url(/img2/business_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.about_header{
	background-image: url(/img2/about_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.company_header{
	background-image: url(/img2/company_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.drt_header{
	background-image: url(/img2/drt_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contact_header{
	background-image: url(/img2/contact_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.news_header{
	background-image: url(/img2/news_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}



/* 下層ページ共通タグ */
/* 標準セクションヘッダー　採用情報ページのような形 */
.common_section_header{
	display:block;
	margin:0 auto;
	box-sizing:border-box;
	padding-top:120px;
	padding-bottom:80px;
}
.common_section_header_box{
	display:block;
	max-width:var(--max_w);
	margin:0 auto;
	box-sizing:border-box;
}

.common_section_header_box h3{
	display:block;
	width:70%;
	font-size:36px;
	line-height:50px;
	letter-spacing:0.1em;
	box-sizing:border-box;
	margin-bottom:40px;
}


/* 採用情報ページ　202504寺泊交通 */
.recruit_number_wrap{
	display:block;
	margin:0 auto;
	box-sizing:border-box;
	padding-bottom:40px;
}

.recruit_section_header{
	display:block;
	margin:0 auto;
	box-sizing:border-box;
	padding-top:120px;
	padding-bottom:80px;
}
.recruit_section_header_box{
	display:block;
	max-width:var(--max_w);
	margin:0 auto;
	box-sizing:border-box;
}

.recruit_section_header_box h3{
	display:block;
	width:70%;
	font-size:36px;
	line-height:50px;
	letter-spacing:0.1em;
	box-sizing:border-box;
	margin-bottom:40px;
/*	color:#06348a; */
}


.recruit_number_box{
display:flex;
box-sizing:border-box;
margin:0 auto;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;
flex-direction:row;
}

.recruit_number_one{
display:block;
width:33.33333%;
box-sizing:border-box;
}
.rf01_box{
display:block;
width:100%;
padding:40px 10px;
background-color:#06348a;
color:#FFF;
}
.rf01_img{
display:block;
width:100%;
}
.rf01_img img{
display:block;
width:100%;
}
.rf01_text{
display:block;
width:100%;
margin-top:20px;
}
.rf01_text h4{
display:block;
width:100%;
font-size:18px;
line-height:30px;
letter-spacing:0.1em;
text-align:center;
}
.rf01_text p{
font-size:60px;
line-height:100px;
letter-spacing:0.1em;
text-align:center;
font-weight:bold;
}
.rf01_text p span{
font-size:20px;
line-height:100px;
letter-spacing:0.1em;
padding:0 5px;
}
.rf01_com{
font-size:16px !important;
line-height:20px !important;
font-weight:normal !important;
}

.rf02_box{
display:block;
width:100%;
padding:40px 10px;
color:#06348a;
}
.rf02_img{
display:block;
width:100%;

}
.rf02_img img{
display:block;
width:100%;

}
.rf02_text{
display:block;
width:100%;
margin-top:20px;

}
.rf02_text h4{
display:block;
width:100%;
font-size:18px;
line-height:30px;
letter-spacing:0.1em;
text-align:center;

}
.rf02_text p{
font-size:60px;
line-height:100px;
letter-spacing:0.1em;
text-align:center;
font-weight:bold;

}
.rf02_text p span{
font-size:20px;
line-height:100px;
letter-spacing:0.1em;
padding:0 5px;

}
.rf02_com{
font-size:16px !important;
line-height:20px !important;
font-weight:normal !important;
}

.recruit_number_onew{
display:block;
width:100%;
box-sizing:border-box;
}
.rf03_box{
display:flex;
width:100%;
padding:40px 10px;
background-color: #d6e2f7;
color: #06348b;
}
.rf03_img{
display:block;
width:33.3333%;
}
.rf03_img img{
display:block;
width:100%;
}
.rf03_text{
display:block;
width:66.66666%;
}
.rf03_text h4{
display:block;
width:100%;
font-size:18px;
line-height:30px;
letter-spacing:0.1em;
text-align:left;
}
.rf03_block{
display:flex;
width:100%;
flex-wrap: wrap;
flex-direction: row;
margin:20px 0px;
}
.rf03_block p{
display:block;
width:50%;
font-size:16px;
line-height:24px;
}
.rf03_com{
font-size:16px !important;
line-height:20px !important;

}

.recruit_interview_wrap{
	display:block;
	box-sizing:border-box;
	margin:0 auto;
	padding-bottom:80px;
}

.recruit_interview_box{
	display:flex;
/*	justify-content:space-between; */
	justify-content:center;
	max-width:var(--max_w);
	margin:0 auto;
	box-sizing:border-box;
}
.recruit_interview_one{
	display:block;
	width:33%;
	padding:0px 10px;
	box-sizing:border-box;
}
.recruit_interview_one a{
	display:block;
	width:100%;
	text-decoration:none;
	transition:0.2s linear;
	position:relative;
	border:5px solid rgba(6, 52, 138 , 0);
}
.recruit_interview_one a:hover{
	border-color:rgba(6, 52, 138 , 1);
}

.recruit_interview_one p{
	display:block;
	padding:20px;
	color:#06348a;
	font-weight:bold;
	transition:0.2s linear;
}
.recruit_interview_one img{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.rio_roll{
	display:block;
	width:100%;
	font-size:18px;
	line-height:25px;
}
.rio_name{
	display:block;
	width:100%;
	font-size:18px;
	line-height:25px;
	font-weight:900;
}


.recruit_qa_wrap{
	display:block;
	box-sizing:border-box;
	margin:0 auto;
	padding-bottom:80px;
}

.recruit_qa_box{
	display:flex;
	margin:0 auto;
	box-sizing:border-box;
	max-width:var(--max_w);

	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.recruit_qa_one{
	display:flex;
	width:48%;
	box-sizing:border-box;
	flex-direction:row;
	padding-bottom:60px;
}

.qa_first_one{

}
.ti_rev{
	margin-top:60px;
	flex-direction:row-reverse !important;
}


.qa_icon{
	display:flex;
	width:20%;
	box-sizing:border-box;
	align-items: flex-end;
}
.qa_icon img{
	display:block;
	width:90%;
	box-sizing:border-box;
}

.qa_inner{
	display:block;
	width:80%;
	box-sizing:border-box;
}
.qa_title{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.qa_title h5{
	display:flex;
	width:100%;
	box-sizing:border-box;
	align-items:center;
}
.qa_q{
	display:block;
	font-size:56px;
	line-height:80px;
	font-family: "Roboto Flex", sans-serif;
	font-weight:200;
	color: #E83617;
}
.qa_num{
	display:block;
	font-size:56px;
	line-height:80px;
	font-family: "Roboto Flex", sans-serif;
	font-weight: 200;
	color: #06348a;
}
.qa_tt{
	display:block;
	font-size:22px;
	line-height:1em;
	padding-left:10px;
	font-weight:normal;
	color: #06348a;
}
.qa_inner p{
	display:block;
	font-size:16px;
	line-height:1.5em;
	padding-top:20px;
}


/* 事業案内ページ　202504　寺泊交通 */
.business_concept_wrap{
	display: block;
	width: 100%;
	font-size: 0;
	line-height: 0;
	box-sizing: border-box;
}
.business_concept_box{
	display: block;
	max-width: var(--max_w);
	margin: 0 auto;
	padding: 80px 0px;
}
.business_concept_box h3{
	display: block;
	font-size: 50px;
	text-align: center;
	line-height: 80px;
	letter-spacing: 0.1em;
	color:#06348b;
}
.business_concept_box p{
	font-size: 22px;
	line-height: 50px;
	display: block;
	margin-top: 40px;
	text-align: center;
	letter-spacing: 0.1em;
}
/* 区切り画像 */
.business_concept_kugiri_wrap{
	display:block;
	position:relative;
	width: 100%;
	height: 120px;
	animation: bg-slider_bump 2s linear infinite;
	padding-top:10px;
	padding-bottom:10px;
}
.business_concept_kugiri{
	width: 100%;
	height: 120px;
	background: url("/img2/tktx.png") repeat-x 0 0;
	background-size: auto 100%;
	animation: bg-slider 10s linear infinite; /* 背景画像の約数 */
	padding: 0;
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -430px 0; } /* 使用した背景画像の長さ */
}
@keyframes bg-slider_bump {
	0% {padding-top:10px;padding-bottom:10px;}
	45% {padding-top:10px;padding-bottom:10px;}
	50% {padding-top:8px;padding-bottom:12px;}
	55% {padding-top:10px;padding-bottom:10px;}
    100% {padding-top:10px;padding-bottom:10px;}
}
/* 輸送・配送事業 */
.bs_tk_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding-top:120px;
	padding-bottom:100px;
	position:relative;
	overflow:hidden;
}
.bs_tk_box{
	display:block;
	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
}
.bs_tk_box::before{
	content:"";
	height:100%;
	width:500px;
	position:absolute;
	top:0;
	left:-500px;
	background-color:rgba(60, 100, 160, 0.8);
}
.bs_tk_exp{
	display:block;
	position:relative;
	width:100%;
	padding:80px 0px 150px 80px;
	box-sizing:border-box;
	background:linear-gradient(90deg, rgba(60, 100, 160, 0.8), rgba(60, 100, 160, 1));
/* 	background-color:rgba(60, 100, 160, 0.9); */
	z-index:40;
}
.bs_tk_exp h3{
	display:block;
	font-size:50px;
	line-height:80px;
	letter-spacing:0.1em;
	color:#FFF;
	text-shadow:0.08em 0.08em 0.3em rgba(0, 0, 0, 0.4);
}
.bs_tk_exp p{
	display:block;
	width:60%;
	font-size:18px;
	line-height:1.5em;
	letter-spacing:0.1em;
	margin-top:40px;
	color:#FFF;
	text-shadow:0.08em 0.08em 0.3em rgba(0, 0, 0, 0.4);
}

.bs_tk_img{
	display:block;
	position:absolute;
	right:-200px;
	bottom:-100px;
	width:500px;
	height:500px;
	z-index:40;
}
.bs_tk_img img{
	display:block;
	width:100%;
}
/* タクシー事業 */
.bs_tx_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding-top:120px;
	position:relative;
	overflow:hidden;
}
.bs_tx_box{
	display:block;
	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
}
.bs_tx_box::after{
	content:"";
	height:100%;
	width:500px;
	position:absolute;
	top:0;
	right:-500px;
	background-color:rgba(60, 100, 160, 1);
}
.bs_tx_exp{
	display:block;
	position:relative;
	width:100%;
	padding:80px 0px 150px 80px;
	box-sizing:border-box;
	background:linear-gradient(90deg, rgba(60, 100, 160, 0.8), rgba(60, 100, 160, 1));
	z-index:40;
}
.bs_tx_exp h3{
	display:block;
	width:60%;
	margin:0 0 0 auto;
	font-size:50px;
	line-height:80px;
	letter-spacing:0.1em;
	color:#FFF;
	text-shadow:0.08em 0.08em 0.3em rgba(0, 0, 0, 0.4);

}
.bs_tx_exp p{
	display:block;
	width:60%;
	margin:40px 0 0 auto;
	font-size:18px;
	line-height:1.5em;
	letter-spacing:0.1em;
	color:#FFF;
	text-shadow:0.08em 0.08em 0.3em rgba(0, 0, 0, 0.4);

}
/* 乗合バナー */
.bs_tx_noriai{
	display:block;
	position:relative;
	width:100%;
	padding:0px 0px 150px 80px;
	box-sizing:border-box;
	background:linear-gradient(90deg, rgba(60, 100, 160, 0.8), rgba(60, 100, 160, 1));
	z-index:40;
}
.bs_tx_noriai h4{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	color:#FFF;
	text-shadow:0.08em 0.08em 0.3em rgba(0, 0, 0, 0.4);
	padding-bottom:20px;
	max-width:800px;
	margin:0 auto;
	letter-spacing:0.1em;
}
.bs_tx_noriai p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	color:#FFF;
	text-shadow:0.08em 0.08em 0.3em rgba(0, 0, 0, 0.4);
	max-width:800px;
	margin:0 auto;
	letter-spacing:0.1em;
}

.bs_tx_noriai a{
	display:block;
	width:100%;
	max-width:800px;
	margin:40px auto 0px;
}
.bs_tx_noriai img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	transition:0.2s linear;
}
.bs_tx_noriai a:hover img{
	opacity:0.8;
}
.bs_tx_img{
	display:block;
	position:absolute;
	left:-200px;
	top:-100px;
	width:500px;
	height:500px;
	z-index:40;
}
.bs_tx_img img{
	display:block;
	width:100%;
}

/* 安全対策 */
.bsafe_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.bsafe_sixbox{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto;
}
.bsafe_sixbox h4{
	display:block;
	width:100%;
	font-size:36px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	margin-bottom:60px;
	color:#06348a;
}

.bsafe_sixbox ul{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	flex-wrap:wrap;
	justify-content:space-between;
}
.bsafe_sixbox ul li{
	display:block;
	width:32%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:40px;
}
.bsafe_sixbox ul li h5{
	display:block;
	width:100%;
	font-size:20px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	margin-bottom:20px;
}
.bsafe_sixbox ul li h5 span{
	font-size:36px;
	padding-right:10px;
	color:#06348a;
	font-weight:bold;
}
.bsafe_sixbox ul li img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:10px 0px;
}
.bsafe_sixbox ul li p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}

.bsafe_plusone{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	flex-wrap:wrap;
	max-width:var(--max_w);
	margin:40px auto 0;
}
.bsafe_plusone img{
	display:block;
	width:40%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-right:20px;
}
.bsafe_plusone_text{
	display:block;
	width:60%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.bsafe_plusone_text h5{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	margin-bottom:15px;
}
.bsafe_plusone_text p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	padding-bottom:10px;
}
#bsafe_cr{
	display:block;
	width:100%;
	font-size:15px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	color:#666;
	margin-top:20px;
}






/* 会社案内ページ　202504　寺泊交通 */
/* 代表あいさつ */
.company_greeting_wrap{
	display:block;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_greeting_box{
	display:block;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_greeting_box img{
	display: block;
	min-width: 100%;
	font-size: 0;
	line-height: 0;
	box-sizing: border-box;
	max-height: 700px;
	object-fit: cover;
}
#greeting_img_cover{
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#024;
	opacity:0.45;
}
.greeting_text_wrap{
	display:flex;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:700px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	align-items:center;
	justify-content:flex-end;
	padding-right:10%;
}
.greeting_text_box{
	display: block;
	width:55%;
	box-sizing: border-box;
	font-size: 0;
	line-height: 0;
}
.company_greeting_box h3{
	display:block;
	width:100%;
	font-size:30px;
	line-height:1.8em;
	box-sizing:border-box;
	padding-bottom:20px;
	color:#FFF;
	text-shadow:0.08em 0.08em 0.3em rgba(0, 0, 0, 0.4);
}
.company_greeting_box p{
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.8em;
	box-sizing: border-box;
	color:#FFF;
	text-shadow:0.08em 0.08em 0.3em rgba(0, 0, 0, 0.4);
}
.sign{
	display:block;
	text-align:right;
	margin-top:20px;
}

/* 経営理念 */
.company_philosophy_wrap{
	display:block;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	overflow:hidden;
	padding-bottom:80px;
}
.company_philosophy_box{
	display:block;
	position:relative;
	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_philosophy_box p{
	display:block;
	position:relative;
	width:100%;
	font-size:36px;
	line-height:60px;
	box-sizing:border-box;
	text-align:center;
	padding-bottom:20px;
}

/* コーポレートロゴ */
.company_logo_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	overflow:hidden;
	background-color:#f5f9ff;
}
.company_logo_box{
	display:block;
	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:120px 0px;
}
.company_logo_img{
	display:block;
	width:20%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_logo_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_logo_exp{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_logo_exp p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	text-align:center;
	margin-top:40px;
}

/* 基本情報 */
.company_info_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:120px;
}
.company_info_box{
	display:block;
	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;

}
.company_info_table{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_info_table tr{
	width:100%;
	position:relative;
}
.company_info_table tr::after{
	content: "";
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
	box-sizing: border-box;
	background-color: #d6e2f7;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.company_info_table th{
	width:30%;
	font-size:18px;
	line-height:1.8em;
	box-sizing:border-box;
	padding:20px;
	box-sizing:border-box;
}
.company_info_table td{
	width:70%;
	font-size:18px;
	line-height:1.8em;
	box-sizing:border-box;
/*	border-bottom:1px solid #d6e2f7; */
	padding:10px;
	box-sizing:border-box;
}
.gmap_box{
	display:block;
	width:100%;
	margin-top:20px;
}
.gmap_box iframe{
	display:block;
	width:100%;
}

/* 沿革 */
.company_history_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:120px;
	background-color:#f5f9ff;
}
.company_history_box{
	display:flex;
	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	flex-direction: row-reverse;
}
.company_history_img{
	display:block;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_history_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:20px;
}

.company_history_timeline{
	display:block;
	width:70%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-right:40px;
}


/* 寺泊交通らしさページ　202504 寺泊交通 */
.about_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.about_exp_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.about_exp_box p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	text-align:center;
}

.about_one_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.about_one_box{
	display:flex;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:80px;
	overflow:hidden;
}
.rowrev{
	flex-direction:row-reverse;
}


.about_one_img{
	display:flex;
	width:40%;
	max-width:var(--max_w40);
	margin:0 0 0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:0px;
	align-items:flex-start;
	clip-path:polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}
.rowrev > .about_one_img{
	margin:0 auto 0 0;
	clip-path:polygon(0 0, 100% 0, 100% 100%, 20px 100%);
}
.about_one_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.about_one_text{
	display:block;
	position:relative;
	width:60%;
	max-width:var(--max_w60);
	margin:0 auto 0 0;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:60px;
/*	background-color:#06348b; */
	clip-path:polygon(20px 0, 300% 0, 100% 300%, 0 100%);
}
.rowrev > .about_one_text{
	margin:0 0 0 auto;
	padding-right:60px;
	padding-left:0px;
	clip-path:polygon(-300% 0, calc(100% - 20px) 0, 100% 100%, 0 300%);
}

.about_one_text h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
	padding-bottom:10px;
	margin-bottom:20px;
	color:#fff;
	border-bottom:1px solid #fff;
}
.about_one_text p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	padding-bottom:30px;
	color:#fff;
}

.aot_before{
	background: linear-gradient(90deg, rgb(60, 100, 160) , rgba(60, 100, 160, 0.8));
}
.aot_after{
	background: linear-gradient(90deg, rgba(60, 100, 160, 0.8), rgb(60, 100, 160));
}

.aot_before::before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:-1000px;
	width:1000px;
	height:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
/*	background-color:#06348b; */
	background-color:rgba(60, 100, 160 ,1);
}
.aot_after::after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:-1000px;
	width:1000px;
	height:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
/*	background-color:#06348b; */
	background-color:rgba(60, 100, 160 ,1);
}


/* DRT　202504　寺泊交通 */
.drt_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

/* DRTアイキャッチ */
.drt_image_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:1000px;
	margin:40px auto 0;
}
.drt_image_wrap img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
/* DRT 説明エリア */
.drt_exp_wrap{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:80px auto 0px;
	justify-content:space-between;
}
/* DRT 乗合タクシーとは？ */
.drt_info_wrap{
	display:block;
	width:62%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	background-color:#fd951a;
	border-radius:10px;
	box-shadow: 2px 2px 5px #999;
}
.drt_info_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
}
.drt_info_box h3{
	display:block;
	width:100%;
	font-size:32px;
	line-height:60px;
	box-sizing:border-box;
	padding-bottom:5px;
	margin-bottom:15px;
	color:#FFF;
	border-bottom:1px solid #c76d04;
}
.drt_info_box img{
	display:block;
	width:80%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}
.drt_info_box p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:1.5em;
	box-sizing:border-box;
	margin-bottom:20px;
	color:#FFF;
}
/* DRT 運行日 */
.drt_date_wrap{
	display:block;
	width:36%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	background-color:#fd951a;
	border-radius:10px;
	box-shadow: 2px 2px 5px #999;
}
.drt_date_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
}
.drt_date_box h3{
	display:block;
	width:100%;
	font-size:32px;
	line-height:60px;
	box-sizing:border-box;
	padding-bottom:5px;
	margin-bottom:15px;
	color:#FFF;
	border-bottom:1px solid #c76d04;
}
.drt_date_day{
	display:block;
	width:100%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	color:#FFF;
}
.drt_date_day span{
	font-size:24px;
	padding-left:10px;
	font-weight:bold;
}
.drt_date_dayex{
	font-size:16px;
	line-height:1.5em;
	color:#FFF;
	margin-bottom:40px;
}

.drt_date_table{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.drt_date_table p{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	color:#FFF;
}
.drt_date_d1{
	display:block;
	width:20%;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
}
.drt_date_d2{
	display:block;
	width:25%;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
	text-align:right;
}
.drt_date_d3{
	display:block;
	width:20%;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
}
.drt_date_d4{
	display:block;
	width:25%;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
	text-align:right;
}

/* DRT　エリアと料金 */
.drt_area_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.drt_area_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto;
}

.drt_area_box table{
	display:table;
	width:100%;
	border-collapse:collapse;
	table-layout: fixed;
}
.drt_area_box table tr{

}
.drt_area_box table th{
	font-size:18px;
	line-height:30px;
	padding:10px;
	box-sizing:border-box;
	border:1px solid #666;
	font-weight:bold;
	vertical-align:middle;
}
.drt_area_box table td{
	font-size:32px;
	line-height:40px;
	padding:10px;
	box-sizing:border-box;
	border:1px solid #666;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.stoparea{
	display:block;
	font-size:14px;
	line-height:1.2em;
	font-weight:normal;
}

.drt_bb{	background-color:#06348a;color:#FFF;height:100px;	}
.drt_gb{	background-color:#298f2c;color:#FFF;height:100px;	}
.drt_pb{	background-color:#FC4480;color:#FFF;height:100px;	}
.drt_ob{	background-color:#fd951a;color:#FFF;height:100px;	}


/* DRT ご利用方法 */
.drt_howto_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.drt_howto_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto;
}

.drt_howto_one{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border:4px solid #d6e2f7;
	border-radius:20px;
}
.drt_howto_title{
	display:block;
	position:relative;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
	border-right: 4px solid #d6e2f7;
}
.drt_howto_num{
	display:block;
	font-size:100px;
	line-height:200px;
	color:#06348a;
	font-weight:bold;
	text-align:center;
}
.drt_howto_title h4{
	display:block;
	width:100%;
	font-size:32px;
	line-height:50px;
	box-sizing:border-box;
	text-align:center;
}

.drt_howto_title h4 span{
	font-size:24px;
}

.drt_howto_exp{
	display:block;
	width:70%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
}

/* DRT 予約期間 */
.drt_howto_kikan{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border:1px solid #06348a;
}
.drt_howto_kikan_title{
	display:flex;
	width:25%;
	background-color:#06348a;
	align-items: center;
}
.drt_howto_kikan h5{
	display:block;
	width:100%;
	font-size:24px;
	line-height:30px;
	box-sizing:border-box;
	text-align:center;
	color:#FFF;
}
.drt_howto_kikan_exp{
	display:block;
	width:75%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding: 20px 0;
}
.drt_howto_kikan p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
}
.drt_strong{
	font-size:32px;
	font-weight:bold;
}

/* DRT 予約TEL */
.drt_howto_tel{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border:1px solid #06348a;
	margin-top:40px;
}

.drt_howto_tel_title{
	display:flex;
	width:25%;
	background-color:#06348a;
	align-items: center;

}
.drt_howto_tel_title h5{
	display:block;
	width:100%;
	font-size:24px;
	line-height:30px;
	box-sizing:border-box;
	text-align:center;
	color:#FFF;
}

.drt_howto_tel_exp{
	display:block;
	width:75%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding: 20px 0;
}
.drt_howto_tel_number{
	display:block;
	width:100%;
	font-size:36px;
	line-height:60px;
	box-sizing:border-box;
	text-align:center;
	color:#F00;
	font-weight:900;
}
.drt_howto_tel_time{
	display:block;
	width:100%;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#F00;
	font-weight:bold;
}
.drt_howto_tel_ext{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	text-align:center;
}

/* DRT flow */
.drt_howto_flow{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-top:40px;
}

.drt_howto_flow_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
	background-color:#d6e2f7;
	color:#06348a;
	border-radius:10px;
}
.drt_howto_flow_one p{
	font-size:18px;
	line-height:40px;
}
.drt_howto_flow_one p span{
	font-size:24px;
}

.drt_howto_flow_arrow{
	display:block;
	width:40px;
	height:20px;
	margin:20px auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color:#06348a;
}

.drt_howto_flow_flex{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	flex-wrap: wrap;
	padding:10px 0px;
}
.drt_howto_flow_flex span{
	display:block;
	width:25%;
	font-size:16px !important;
	line-height:25px !important;
	font-weight:normal !important;
}

.drt_howto_arrow{
	display:block;
	width:80px;
	height:40px;
	margin:-1px auto 20px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color:#d6e2f7;
}


/* DRT　Flow2 */
.drt_howto_two{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.drt_howto_info{
	display: block;
	width: 100%;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	box-sizing: border-box;
	padding:20px;
	background-color: #d6e2f7;
	color: #06348a;
	border-radius: 10px;
}
.drt_howto_att{
	display:block;
	width:100%;
	font-size:24px;
	line-height:30px;
	box-sizing:border-box;
	padding:20px;
	color:#F00;
	font-weight:bold;
}
.drt_howto_att_hosoku{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	color:#333;
	padding-left:20px;
}

.drt_howto_infoflex{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-top:20px;
}

.drt_howto_use{
	display:block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.drt_howto_use span{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	box-sizing:border-box;
	font-weight:bold;
	color:#06348a;
}

.drt_howto_ticket{
	display:block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
	border:6px solid #fd951a;
	border-radius: 15px;
}
.drt_howto_ticket h5{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	box-sizing:border-box;
	font-weight:bold;
	color:#fd951a;
	text-align:center;
}
.ticket_info{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	box-sizing:border-box;
	font-weight:bold;
	color:#06348a;
	text-align:center;
}
.ticket_info span{
	font-size:24px;
}
.ticket_att{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	color:#F00;
	text-align:center;
}


/* DRT　注意事項 */
.drt_att_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.drt_att_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto;
}
.drt_att_info{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.drt_att_info p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	text-align:center;
}
.drt_att_info img{
	display:block;
	width:80%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:20px auto;
}

.drt_att_flex{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	flex-wrap: wrap;
	justify-content: space-between;
}
.drt_att_one{
	display:block;
	width:49%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
	margin-bottom: 2%;
	border: 1px solid #d6e2f7;
	border-radius:15px;
}
.drt_att_one_text{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:center;
}
.drt_att_one_text h4{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	padding-bottom:20px;
}
.drt_att_one_text p{
	display:inline-block;
	width:auto;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	border-bottom:1px solid #fd951b;
}
.drt_att_one_textp{
	display:block;
	width:100%;
	height:25px;
}
.drt_att_one img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-top:20px;
}

.drt_att_sub{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:40px 0px 60px;
	text-align:center;
}
.drt_att_sub p{
	display:inline-block;
	width:auto;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	border-bottom:1px solid #fd951b;
	margin-bottom:20px;
}


/* コンタクトフォーム　202504　寺泊交通 */
.contact_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.contact_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto;
}


.contact_tel{
	display:flex;
	width:80%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	align-items:center;
	border-bottom:1px solid #DDD;
	padding:20px 0px;
	margin:0 auto;
}
.contact_tel_text{
	display:block;
	width:70%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.contact_tel_text p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	letter-spacing:0.1em;
}

.contact_tel_btn{
	display:block;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.contact_tel_btn a{
	display:block;
	min-width:80%;
	font-size:18px;
	line-height:50px;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background-color:#06348a;
	border-radius:5px;
	letter-spacing:0.1em;
	transition:0.2s linear;

}
.contact_tel_btn a:hover{
	background-color:#E51636;
}

.contact_text{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto 40px;
}
.contact_text p{
	display:block;
	width:80%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	letter-spacing:0.1em;
	margin:0 auto;
}


.wpcf7{
	display:block;
	width:100%;
}

#form_wrap{
	display:block;
	width:80%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}
#form_wrap table{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
#form_wrap table tr{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border-bottom:1px solid #EEE;
}
#form_wrap table th{
	width:40%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	padding:10px;
	vertical-align:top;
	background-color:#06348a;
	color:#FFF;
}
#form_wrap table td{
	width:60%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	padding:10px;
	vertical-align:top;
}
#form_wrap table td input{
	display:inline-block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
}
#form_wrap table td textarea{
	display:inline-block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
}
#pp_btn{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	margin-top:40px;
	text-align:center;
}
#pp_btn a{
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	color:#06348a;
	transition:0.2s linear;
}
#pp_btn a:hover{
	color:#E51636;
}
.contact_btn_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:80px;
}
.btn_bg{
	display:block;
	width:300px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}
.btn_bg input{
	display:block;
	width:100%;
	font-size:18px;
	color:#FFF;
	padding:15px 0px;
	text-align:center;
	background-color:#06348a;
	border:1px solid rgba(255,255,255,0);
	border-radius:5px;
	text-decoration:none;
	cursor:pointer;
	transition:0.2s linear;
}
.btn_bg input:hover{
	background-color:#E51636;
}

.wpcf7-response-output{
	font-size:16px;
	line-height:25px;
	text-align:center;
}


/* 採用情報 インタビュー個別　202504　寺泊交通 */
.interview_header{
	display:block;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:600px;
}
.iv_img_box{
	display:block;
	position:absolute;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:600px;
	overflow:hidden;
	top:0;
	z-index:1;
}
.iv_img_box img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}

.iv_prop_box{
	display:flex;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	z-index:80;
	padding-top:160px;
	max-width:var(--max_w);
	margin:0 auto;
	flex-wrap:wrap;
	flex-direction:column;
}
.iv_prop_box h2{
	display:block;
	font-size:36px;
	line-height:60px;
	color:#06348a;
	width:60%;
}
.iv_prop_box h2 span{
	display:inline-block;
	padding:0px 10px;
	background-color:#FFF;
	box-sizing:border-box;
	height:60px;
	margin-bottom: 5px;
}

.iv_prop_box p{
	display: block;
	width: 35%;
	color: #FFF;
	margin-top: 40px;
	padding: 20px;
	background-color: #06348a;
}
.iv_class{
	display: block;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}
.iv_name{
	display: block;
	font-size: 28px;
	line-height: 50px;
	font-weight: bold
}
.iv_section{
	display: block;
	font-size: 16px;
	line-height: 30px;
}

.iv_qa_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:80px;
}

.iv_qa_one{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:80px;
	justify-content:space-between;
}

.iv_qa_text_area{
	display:block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.iv_qa_text{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.iv_qa_title{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:20px;
	align-items:flex-end;
}

.iv_qa_title_noimg{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:20px;
	align-items:flex-end;
}
.iv_qa_title_noimg > .iv_qa_icon{
	width:10% !important;
}

.iv_qa_icon{
	display:block;
	width:20%;
	font-size:56px;
	line-height:50px;
	box-sizing:border-box;
	font-weight:bold;
	color:#6ab82c;
	letter-spacing:0.08em;
}
.iv_qa_text h4{
	display:block;
	width:80%;
	font-size:24px;
	line-height:30px;
	box-sizing:border-box;
	padding-left:10px;
	letter-spacing:0.08em;
}
.iv_qa_text p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	letter-spacing:0.08em;
}
.iv_qa_img{
	display:block;
	width:45%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.iv_qa_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.iv_qt1 , .iv_qt3 , .ivt_right{
	padding-left:calc((100vw - 1100px) / 2);
}
.iv_qt2 , .iv_qt4 , .ivt_left{
	padding-right:calc((100vw - 1100px) / 2);
}
.iv_q1 , .iv_q3 , .iv_right{
	flex-direction:row;
}
.iv_q2 , .iv_q4 , .iv_left{
	flex-direction:row-reverse;
}
.iv_qa_one_noimg{
	background-color:#d6e2f7;
}
.iv_noimg{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:80px 0px;
}

/* お知らせ一覧ページ　202404　寺泊交通 */
.news_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.news_box{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:flex-start;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto;
}

.nws_one{
	display:block;
	width:32%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:40px;
	margin-right:2%;
}

.nws_one:nth-of-type(3n){
	margin-right:0 !important;
}

.nws_one a{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
	text-decoration:none;
	transition:0.2s linear;
	border:1px solid #EEE;
}
.nws_one a:hover{
	border-radius:10px;
	border-color:#06348b;
}


.nws_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:200px;
	max-height:200px;
	overflow:hidden;
	
}
.nws_img img{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	transition:0.2s linear;
}
.nws_date{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	color:#333;
	margin-top:10px;
}
.nws_title{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	color:#333;
	min-height:50px;
	font-weight:bold;
}

/* お知らせ　個別ページ　202404　寺泊交通 */
.nws_single_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:120px 0px 80px;
}
.nwss_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-width:var(--max_w);
	margin:0 auto 40px;
	padding-bottom:20px;
	border-bottom:1px solid #333;
}
.nwss_header_img{
	display:inline-block;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
}
.nwss_header_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
}
.nwss_header_text{
	display:inline-block;
	width:70%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:bottom;
	padding-left:40px;
}
.nwss_date{
	display:block;
	font-size:16px;
	line-height:30px;
	color:#333;
	box-sizing:border-box;
	margin-bottom:10px;
}
.nwss_title{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.nwss_title h2{
	display:block;
	font-size:20px;
	line-height:40px;
	box-sizing:border-box;
}

.nwss_content{
	display:block;
	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	padding-bottom:80px;
}
/* 投稿内の要素に対して */
.nwss_content img.aligncenter{
	display:block;
	margin:0 auto;
	max-width:1100px;
}

.nwss_content img.alignright{
	float:right;
	max-width:1100px;
}
.nwss_content img.alignleft{
	float:left;
	max-width:1100px;
}

.nwss_content p , .nwss_content h5{
	font-size:16px;
	line-height:1.5em;
	margin-bottom:1.5em;
}


/* ページナビゲーション　202504　寺泊交通 */
.post_navi{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:center;
}
.wp-pagenavi{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0px;
}
.wp-pagenavi span{
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	padding:5px;
	vertical-align:top;
	margin:0 3px;
	min-width:40px;
}
.wp-pagenavi a{
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	box-sizing:border-box;
	padding:5px;
	vertical-align:top;
	margin:0 3px;
	min-width:40px;
}

.pages{
	color:#000;
	border:1px solid #EEE;
	padding:5px 10px !important;
}
.current{
	color:#FFF;
	background-color:#333;
	border:1px solid #333;
}
.larger , .smaller{
	color:#000;
	border:1px solid #EEE;
}
.nextpostslink , .previouspostslink{
	color:#000;
	border:1px solid #EEE;
}

.sg_navi_box{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content:space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;

	align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;

	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.sg_navi_left , .sg_navi_right , .sg_navi_center{
	display:block;
	width:20%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.sg_navi_left a , .sg_navi_right a , .sg_navi_center a{
	display:block;
	width:100%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#000;
	background-color:#EEE;
	text-decoration:none;
	transition:0.2s linear;
}
.sg_navi_left a:hover , .sg_navi_right a:hover , .sg_navi_center a:hover{
	color:#FFF;
	background-color:#000;
}

.cat_navi{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content:space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;

	align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;

	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:40px;
}
.cat_navi a{
	display:block;
	width:20%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#000;
	background-color:#EEE;
	text-decoration:none;
	transition:0.2s linear;
}
.cat_navi a:hover{
	color:#FFF;
	background-color:#000;
}
.cat_navi p{
	display:block;
	width:20%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#FFF;
	background-color:#000;
}

/* プライバシーポリシー　202504　寺泊交通 */
.pp_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
	max-width:var(--max_w);
	margin:0 auto;
}
.pp_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0px;
}
.pp_header p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	letter-spacing:0.1em;
	color:#333;
}

.pp_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
	margin-top:40px;
}
.pp_box h3{
	display:flex;
	width:100%;
	font-size:24px;
	line-height:60px;
	box-sizing:border-box;
	padding-bottom:10px;
	margin-bottom:20px;
	color:#06348b;
	border-bottom:1px solid #DDD;
}
.pp_box h3 span{
	display:block;
	font-size:24px;
	line-height:80px;
	box-sizing:border-box;
	color:#06348b;
	letter-spacing:0.1em;
	font-weight:normal;
}
.pp_num{
	font-size:60px !important;
	width:10%;
	font-family:"Roboto Flex", sans-serif;
	font-weight:200 !important;
}

.pp_box p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	margin-top:10px;
	color:#333;
	letter-spacing:0.1em;
}



}


/* スマホ用 spcss -------------------------------------------------------------------------*/
@media screen and ( max-width:767px){

/* br切替 */
.pc_br{	display:none;}
.sp_br{	display:inline;}

/* ページ内の特定ブロックをフワッと表示 */
/* translate(横→＋,縦↓＋) */
	.fefup{
		opacity:0;
		transform:translate(0px,50px);
		transition:all 1s ease-in-out;
	}
	.fefl2r{
		opacity:0;
		transform:translate(50px,0px);
		transition:all 0.2s ease-in-out;
	}
	.fefr2l{
		opacity:0;
		transform:translate(-50px,0px);
		transition:all 0.2s ease-in-out;
	}
	
	.fefup.fes , .fefl2r.fes , .fefr2l.fes{
		opacity:1;
		transform:translate(0,0);
	}


/* ヘッダー */
.header_wrap{
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	z-index:99;
	background-color:#FFF;
	transition:0.2s linear;
}
.global_header{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height:65px;
	font-size:0;
	line-height:0;
	padding:10px;
	box-sizing:border-box;
	transition:0.2s linear;
}
.logo_wrap{
	display:flex;
	width:80%;
	height:65px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	align-items:center;
}
.logo_wrap img{
	display:block;
	width:100%;
}
.sp_header_box{
	display:flex;
	width:20%;
	height:65px;
	font-size:0;
	line-height:0;
	justify-content:flex-end;
	align-items:center;
}
#hm{
	display:block;
	width:35px;
	padding-top:5px;
}
.sm{

}
.sm img{
	width:100%;
}

.menu_nav{
	display:block;
	position:fixed;
	width:100vw;
	top:0;
	right:-100vw;
	background-color:rgba(0,0,0,0.8);;
	height:100vh;
	z-index:80;
	margin-top:65px;
}
.menu_nav ul{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_nav ul li{
	display:block;
	width:100%;

	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border-bottom:1px solid #666;
}
.menu_nav ul li a{
	letter-spacing:0.15em;
	padding:0px 25px;
	font-weight:bold;
	color:#FFF;
}
.menu_a{
	display:inline-block;
	height:65px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_a a{
	display:block;
	height:65px;
	font-size:16px;
	line-height:65px;
	box-sizing:border-box;
	text-decoration:none;
	color:#000;
	text-align:center;
	transition:0.2s linear;
}
.menu_a a:hover{
	color:#AAA;
}
.menu_c{
	display:inline-block;
	height:65px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_c a{
	display:block;
	height:65px;
	font-size:16px;
	line-height:65px;
	box-sizing:border-box;
	text-decoration:none;
	color:#FFF;
	background-color:#C00;
	text-align:center;
	transition:0.2s linear;

}
.menu_c a:hover{
	opacity:0.5;
}




/* フッター */
.global_footer{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-top:80px;
	border-top:20px solid #06348a;
}
.footer_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
	padding:40px 0px;
}

.footer_menu_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:center;
	margin-top:40px;
}

.fm01{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:top;
}
.menu_f{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_f a{
	display:inline-block;
	width:auto;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	color:#333;
	text-decoration:none;
	transition:0.2s linear;
	margin-bottom:10px;
}
.menu_f a:hover{
	color:#C00;
}
.sub-menu{
	padding-left:5px;
}
.sub-menu li a:before{
	content:"- ";
}

.footer_info_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.footer_com_info{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px 0px;
}
.footer_com_info img{
	display:block;
	width:80%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}
.footer_com_info p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	color:#333;
	padding-top:10px;
	text-align:center;
}
.footer_contat_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.footer_contat_box a{
	display:block;
	width:200px;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background-color:#333;
	border-radius:10px;
	transition:0.2s linear;
	margin:0 auto;
}
.footer_contat_box a:hover{
	background-color:#C00;
}

.footer_sns_box{
	display:none;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:20px;
}
.footer_sns_box ul{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:right;
}
.ftm_sns{
	display:inline-block;
	width:40px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 10px;
}
.ftm_sns a{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	transition:0.2s linear;
}
.ftm_sns a:hover{
	opacity:0.5;
}
.ftm_sns img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.footer_copy{
	display:block;
	width:100%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	color:#FFF;
	background-color:#06348a;
	text-align:center;
}

/* 戻る */
#ptop{
	display:block;
	position:fixed;
	z-index:99;
	bottom:80px;
	right:10px;
	width:48px;
	height:48px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border-radius:5px;
	background-color:#06348a;
}
#ptop a{
	display:block;
	width:100%;
	height:100%;
	font-size:0;
	line-height:0;
}
#ptop a img{
	display:block;
	width:30px;
	height:30px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:middle;
	margin:9px auto;
}


/* コンテンツ共通 202504 寺泊交通　SP */

.content_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
}


/* トップページ　202504　寺泊交通　SP */
/* トップページ　メイン画像　202503 */
.main_screen{
	display:block;
	position:relative;
	width:100%;
	max-height:400px;
	overflow:hidden;
	padding-top:65px;
}
.slide_screen{
	display:flex;
	justify-content:center;
	width:100%;
	max-height:335px;
}
.slide_screen img{
	display:block;
	height:335px;
}

.top_cbox{
	display:block;
	position:relative;
	z-index:90;
	color:#FFF;
	text-shadow:0px 0px 10px #999;
	width:100%;
	top:-310px;
	margin:0;
	font-family: "M PLUS 1 Code", monospace;
	font-optical-sizing: auto;
	font-weight:300;
	font-style:normal;
	padding-left:5%;
}
.top_c1{
	display:block;
	font-size:24px;
	line-height:35px;
	letter-spacing:0.1em;
}
.top_c2{
	display:block;
	font-size:15px;
	line-height:25px;
	letter-spacing:0.1em;
}


/* トップ　装飾 */
.top_work_wrap::before{
	content: "";
	display: block;
	position: absolute;
	height: 1000px;
	width: 1000px;
	top: -500px;
	left: -500px;
	border-radius: 500px;
	background-color: rgba(6, 52, 136, 0.1);
}
.top_company_wrap::before {
	content: "";
	display: block;
	position: absolute;
	bottom:0px;
	left:40%;
	width:60%;
	height:400px;
	background-color: rgba(106, 184, 44, 0.1);
}


/* トップ　事業案内エリア　202503 */
.top_work_wrap{
	display:block;
	position:relative;
	width:100%;
	margin:0;
	padding:80px 0px;
	box-sizing:border-box;
	overflow:hidden;
}
.top_work_box{
	display:block;
	width:96%;
	margin:0 auto;
	padding:0px;
	box-sizing:border-box;
}
.top_work_title{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.top_work_title p{
	display:block;
	font-size:22px;
	line-height:40px;
	margin-bottom:15px;
	font-weight:700;
	color:#999;
	letter-spacing:0.15em;
}
.top_work_title h2{
	display:block;
	font-size:30px;
	line-height:50px;
	margin-bottom:50px;
	font-weight:700;
	color:#000;
	letter-spacing:0.15em;
}
.top_border_box{
	display:block;
	position:relative;
	height:2px;
	width:20%;
	background:linear-gradient(to right, #06348b 0%, #06348b 30%, #EEE 30%, #EEE 100%);
}

.top_work_text{
	display:block;
	width:100%;
	margin:0;
	padding-top:40px;
	box-sizing:border-box;
}
.top_work_text p{
	display:block;
	font-size:16px;
	line-height:30px;
	margin-bottom:40px;
	font-weight:700;
	color:#333;
	letter-spacing:0.1em;
}

.top_btn{
	display:block;
	position:relative;
	font-size:18px;
	line-height:60px;
	background-color:#06348b;
	color: #FFF;
	text-decoration:none;
	width:60%;
	border-radius:30px;
	text-align:center;
	margin:0 auto;
	transition:0.2s linear;
}
.top_btn:hover{
	background-color:#6ab82c;
}
.top_btn:after{
	content:"";
	display:block;
	position: absolute;
	top:50%;
	right:25px;
	width:8px;
	height:8px;
	margin-top:-5px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	transform:rotate(45deg);
}

.top_work_banner_box{
	display:block;
	width:96%;
	margin:40px auto;
	padding:0px;
	box-sizing:border-box;
}

.top_work_banner_one{
	display:block;
	width:100%;
	margin:0 auto;
	padding:0px;
	box-sizing:border-box;
	margin-bottom:20px;
}
.top_work_banner_one a{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0px;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
}

.top_work_banner_one a:hover > .top_work_banner_img img{
	filter:brightness(100%);
}


.top_work_banner_img{
	display:flex;
	width:100%;
	padding:0px;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border-radius:10px;
}
.top_work_banner_img img{
	display:block;
	width:100%;
	padding:0px;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
	filter:brightness(75%);
	transition:0.2s linear;
}
.top_work_banner_text{
	display:block;
	position:absolute;
	box-sizing:border-box;
	font-size:24px;
	line-height:35px;
	color:#FFF;
	font-weight:700;
	text-shadow:1px 1px 4px #000;
}

/* トップ　寺泊交通らしさエリア　202503 */
.top_about_wrap{
	display:block;
	position:relative;
	width:100%;
	margin:0;
	padding:80px 0px;
	box-sizing:border-box;
	background-image: url(/img2/top_about_back.jpg);
	background-position: top left;
	background-size: cover;
	background-blend-mode: color;
	background-color: rgba(0, 0, 0, 0.2);
}
.top_about_box{
	display:flex;
	width:96%;
	margin:0 auto;
	padding:0px;
	box-sizing:border-box;
	flex-direction:row-reverse;
}
.top_about_expbox{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.top_about_subtitle{
	display: block;
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.15em;
}
.top_about_title{
	display:block;
	font-size:30px;
	line-height:50px;
	margin-bottom:50px;
	font-weight:700;
	color:#FFF;
	letter-spacing:0.15em;
}
.top_about_exp{
	display: block;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 40px;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.1em;
}

/* トップ　会社案内エリア　202503 */

.top_company_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	padding:80px 0px;
}
.top_company_inner_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.top_company_box{
	display:block;
	width:96%;
	margin:0 auto;
	box-sizing:border-box;
}
.top_company_title{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.top_company_title p{
	display:block;
	font-size:22px;
	line-height:40px;
	margin-bottom:15px;
	font-weight:700;
	color:#999;
	letter-spacing:0.15em;
}
.top_company_title h2{
	display:block;
	font-size:30px;
	line-height:50px;
	margin-bottom:50px;
	font-weight:700;
	color:#000;
	letter-spacing:0.15em;
}
.top_company_text{
	display:block;
	width:100%;
	margin-top:60px;
	padding:0;
	box-sizing:border-box;
}
.top_company_text p{
	display:block;
	font-size:16px;
	line-height:30px;
	margin-bottom:20px;
	font-weight:700;
	color:#333;
	letter-spacing:0.15em;
}

.top_company_img{
	display:block;
	width:100%;
	margin-top:40px;
	box-sizing:border-box;
}
.top_company_img img{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
}

/* トップ　採用情報全画面バナーエリア　202503 */
.top_recruit_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.top_recruit_wrap a{
	display:block;
	width:100%;
	box-sizing:border-box;
	text-decoration:none;
	background-image:url("/img2/top_recruit.jpg");
	background-position: left center;
	background-size: cover;
}
.top_recruit_wrap a:hover > .top_recruit_box{
	background-color:rgba(37,59,210,0.5);
}
#top_recruit_hover{
	transition:0.2s linear;
}
.top_recruit_box{
	display:flex;
	width:100%;
	min-height:300px;
	box-sizing:border-box;
	align-items: center;
	transition:0.2s linear;
}

.top_recruit_title{
	display:block;
	width:96%;
	margin:0 auto;
	box-sizing:border-box;
}
.top_recruit_title p{
	display:block;
	font-size:22px;
	line-height:40px;
	margin-bottom:15px;
	font-weight:700;
	color:#FFF;
	letter-spacing:0.15em;
}
.top_recruit_title h2{
	display:block;
	font-size:26px;
	line-height:50px;
	margin-bottom:50px;
	font-weight:700;
	color:#FFF;
	letter-spacing:0.15em;
}

.top_recruit_title:after{
	content:"";
	display:block;
	position: absolute;
	top:50%;
	right:2%;
	width:20px;
	height:20px;
	margin-top:-5px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	transform:rotate(45deg);
	transition:0.2s linear;
}

/* トップ　お知らせ・バナーエリア　202503 */
.top_info_wrap{
	display:block;
	width:96%;
	margin:0 auto;
	padding-top:100px;
	box-sizing:border-box;
}
/* トップ　お知らせ　202503 */
.top_news_wrap{
	display:block;
	width:100%;
	padding:0px;
	box-sizing:border-box;
	margin-bottom:40px;
}
.top_news_header{
	display:block;
	width:100%;
	padding:0px;
	box-sizing:border-box;
	margin-bottom:15px;
}
.top_news_header h3{
	display: block;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #999;
	letter-spacing: 0.15em;
}
.top_news_inner{
	display:block;
	width:100%;
	padding:0px;
	box-sizing:border-box;
	margin-bottom:15px;
	border-top:1px solid #EEE;
}

.top_news_one{
	display:block;
	width:100%;
	padding:10px 0px;
	box-sizing:border-box;
	border-bottom:1px solid #EEE;
}
.tno_date{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	font-weight:700;
	color:#333;
	letter-spacing:0.15em;
}
.tno_title{
	display:block;
	width:100%;
	letter-spacing:0.15em;
}
.tno_title a{
	font-size:16px;
	line-height:30px;
	font-weight:700;
	color:#333;
	text-decoration:none;
	letter-spacing:0.1em;
	transition:0.2s linear;
}
.tno_title a:hover{
	color:#6ab82c;
	text-decoration:underline;
}

.top_news_more{
	display:flex;
	width:100%;
	padding:10px 0px;
	box-sizing:border-box;
	flex-direction:row-reverse;
}

/* トップ　バナー　202503 */
.top_banners_wrap{
	display:block;
	width:80%;
	margin:0 auto;
	box-sizing:border-box;
}
.top_banners_one{
	display:block;
	width:100%;
	padding:5px;
	box-sizing:border-box;
	margin-bottom:10px;
	border:1px solid #EEE;
}
.top_banners_one img{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
	transition:0.2s linear;
}
.top_banners_one a{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
	transition:0.2s linear;
}
.top_banners_one a:hover > img{
	opacity:0.5;
}


/* 下層ページヘッダー　共通　202504寺泊交通 */
.page_header{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	box-sizing:border-box;
	padding-top:65px;
	height:200px;
}
.page_header h2{
	font-size:24px;
	line-height:1.2em;
	text-align:center;
	color:#FFF;
	letter-spacing:0.1em;
	text-shadow:1px 1px 2px #000;
}
/* 下層ページヘッダー　各ページ用　202504寺泊交通 */
.recruit_header{
	background-image: url(/img2/recruit_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.business_header{
	background-image: url(/img2/business_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.about_header{
	background-image: url(/img2/about_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.company_header{
	background-image: url(/img2/company_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.drt_header{
	background-image: url(/img2/drt_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contact_header{
	background-image: url(/img2/contact_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.news_header{
	background-image: url(/img2/news_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/* 下層ページ共通タグ */
/* 標準セクションヘッダー　採用情報ページのような形 */
.common_section_header{
	display:block;
	margin:0 auto;
	box-sizing:border-box;
	padding-top:40px;
	padding-bottom:40px;
}
.common_section_header_box{
	display:block;
	width:96%;
	margin:0 auto;
	box-sizing:border-box;
}

.common_section_header_box h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:40px;
	letter-spacing:0.1em;
	box-sizing:border-box;
	margin-bottom:20px;
}


/* 採用情報ページ　202504寺泊交通 */
.recruit_number_wrap{
	display:block;
	margin:0 auto;
	box-sizing:border-box;
	padding-bottom:40px;
}

.recruit_section_header{
	display:block;
	margin:0 auto;
	box-sizing:border-box;
	padding-top:40px;
	padding-bottom:40px;
}
.recruit_section_header_box{
	display:block;
	width:96%;
	margin:0 auto;
	box-sizing:border-box;
}

.recruit_section_header_box h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:40px;
	letter-spacing:0.1em;
	box-sizing:border-box;
	margin-bottom:20px;
}


.recruit_number_box{
	display:flex;
	box-sizing:border-box;
	margin:0 auto;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	flex-direction:row;
}

.recruit_number_one{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.rf01_box{
	display:block;
	width:100%;
	padding:20px 10px;
	background-color:#06348a;
	color:#FFF;
}
.rf01_img{
	display:block;
	width:100%;
}
.rf01_img img{
	display:block;
	width:100%;
}
.rf01_text{
	display:block;
	width:100%;
	margin-top:10px;
}
.rf01_text h4{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	letter-spacing:0.1em;
	text-align:center;
}
.rf01_text p{
	display:inline-block;
	width:100%;
	font-size:60px;
	line-height:100px;
	letter-spacing:0.1em;
	text-align:center;
	font-weight:bold;
}
.rf01_text p span{
	font-size:20px;
	line-height:100px;
	letter-spacing:0.1em;
	padding:0 5px;
}
.rf01_com{
	font-size:16px !important;
	line-height:25px !important;
	font-weight:normal !important;
}

.rf02_box{
	display:block;
	width:100%;
	padding:20px 10px;
	color:#06348a;
}
.rf02_img{
	display:block;
	width:100%;

}
.rf02_img img{
	display:block;
	width:100%;

}
.rf02_text{
	display:block;
	width:100%;
	margin-top:10px;
}
.rf02_text h4{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	letter-spacing:0.1em;
	text-align:center;

}
.rf02_text p{
	display:inline-block;
	width:100%;
	font-size:60px;
	line-height:100px;
	letter-spacing:0.1em;
	text-align:center;
	font-weight:bold;
}
.rf02_text p span{
	font-size:20px;
	line-height:100px;
	letter-spacing:0.1em;
	padding:0 5px;
}
.rf02_com{
	font-size:16px !important;
	line-height:25px !important;
	font-weight:normal !important;
}

.recruit_number_onew{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.rf03_box{
	display:flex;
	width:100%;
	padding:40px 10px;
	background-color: #d6e2f7;
	color: #06348b;
}
.rf03_img{
	display:none;
}
.rf03_img img{
	display:block;
	width:100%;
}
.rf03_text{
	display:block;
	width:100%;
}
.rf03_text h4{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	letter-spacing:0.1em;
	text-align:left;
	border-bottom:1px solid #06348a;
	padding-bottom:5px;
}
.rf03_block{
	display:block;
	width:100%;
	margin:20px 0px;
}
.rf03_block p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	letter-spacing:0.1em;
}
.rf03_com{
	font-size:16px !important;
	line-height:25px !important;

}

.recruit_interview_wrap{
	display:block;
	box-sizing:border-box;
	margin:0 auto;
	padding-bottom:40px;
}

.recruit_interview_box{
	display:block;
	width:96%;
	margin:0 auto;
	box-sizing:border-box;
}
.recruit_interview_one{
	display:block;
	position:relative;
	width:100%;
	box-sizing:border-box;
	margin-bottom:20px;
}
.recruit_interview_one a{
	display:block;
	width:100%;
	text-decoration:none;
	transition:0.2s linear;
	position:relative;
	border:5px solid rgba(6, 52, 138 , 0);
}
.recruit_interview_one a:hover{
	border-color:rgba(6, 52, 138 , 1);
}

.recruit_interview_one p{
	display:block;
	width:100%;
	position:absolute;
	bottom:0;
	padding:10px;
	color:#FFF;
	background-color:#06348a;
	font-weight:bold;
	box-sizing:border-box;
	transition:0.2s linear;
}
.recruit_interview_one p::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg);
}

.recruit_interview_one img{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.rio_roll{
	display:block;
	width:100%;
	font-size:18px;
	line-height:25px;
}
.rio_name{
	display:block;
	width:100%;
	font-size:18px;
	line-height:25px;
	font-weight:900;
}


.recruit_qa_wrap{
	display:block;
	box-sizing:border-box;
	margin:0 auto;
	padding-bottom:40px;
}

.recruit_qa_box{
	display:block;
	width:96%;
	margin:0 auto;
	box-sizing:border-box;
}

.recruit_qa_one{
	display:flex;
	width:100%;
	box-sizing:border-box;
	flex-direction:row;
	padding-bottom:60px;
}

.qa_first_one{

}
.ti_rev{
	margin-top:0px;
/*	flex-direction:row-reverse !important; */
}


.qa_icon{
	display:flex;
	width:20%;
	box-sizing:border-box;
	align-items: flex-end;
}
.qa_icon img{
	display:block;
	width:90%;
	box-sizing:border-box;
}

.qa_inner{
	display:block;
	width:80%;
	box-sizing:border-box;
}
.qa_title{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.qa_title h5{
	display:flex;
	width:100%;
	box-sizing:border-box;
	align-items:center;
}
.qa_q{
	display:block;
	font-size:56px;
	line-height:80px;
	font-family: "Roboto Flex", sans-serif;
	font-weight:200;
	color: #E83617;
}
.qa_num{
	display:block;
	font-size:56px;
	line-height:80px;
	font-family: "Roboto Flex", sans-serif;
	font-weight: 200;
	color: #06348a;
}
.qa_tt{
	display:block;
	font-size:22px;
	line-height:1em;
	padding-left:10px;
	font-weight:normal;
	color: #06348a;
}
.qa_inner p{
	display:block;
	font-size:16px;
	line-height:1.5em;
	padding-top:20px;
}


/* 事業案内ページ　202504　寺泊交通 SP */
.business_concept_wrap{
	display: block;
	width: 100%;
	font-size: 0;
	line-height: 0;
	box-sizing: border-box;
}
.business_concept_box{
	display: block;
	width:96%;
	margin: 0 auto;
	padding: 40px 0px;
}
.business_concept_box h3{
	display: block;
	font-size: 38px;
	text-align: center;
	line-height: 60px;
	letter-spacing: 0.1em;
	color:#06348b;
}
.business_concept_box p{
	font-size: 18px;
	line-height: 40px;
	display: block;
	margin-top: 40px;
	text-align: center;
	letter-spacing: 0.1em;
}
/* 区切り画像 */
.business_concept_kugiri_wrap{
	display:block;
	position:relative;
	width: 100%;
	height: 120px;
	animation: bg-slider_bump 2s linear infinite;
	padding-top:10px;
	padding-bottom:10px;
}
.business_concept_kugiri{
	width: 100%;
	height: 120px;
	background: url("/img2/tktx.png") repeat-x 0 0;
	background-size: auto 100%;
	animation: bg-slider 10s linear infinite; /* 背景画像の約数 */
	padding: 0;
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -430px 0; } /* 使用した背景画像の長さ */
}
@keyframes bg-slider_bump {
	0% {padding-top:10px;padding-bottom:10px;}
	45% {padding-top:10px;padding-bottom:10px;}
	50% {padding-top:8px;padding-bottom:12px;}
	55% {padding-top:10px;padding-bottom:10px;}
    100% {padding-top:10px;padding-bottom:10px;}
}
/* 輸送・配送事業 */
.bs_tk_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding-top:80px;
	position:relative;
	overflow:hidden;
}
.bs_tk_box{
	display:block;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
}
.bs_tk_exp{
	display:block;
	position:relative;
	width:100%;
	padding:20px 2%;
	box-sizing:border-box;
	background:linear-gradient(90deg, rgba(60, 100, 160, 0.8), rgba(60, 100, 160, 1));
/* 	background-color:rgba(60, 100, 160, 0.9); */
	z-index:40;
}
.bs_tk_exp h3{
	display:block;
	font-size:30px;
	line-height:60px;
	letter-spacing:0.1em;
	color:#FFF;
	text-shadow:0.08em 0.08em 0.3em rgba(0, 0, 0, 0.4);
}
.bs_tk_exp p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	letter-spacing:0.1em;
	margin-top:20px;
	color:#FFF;
	text-shadow:0.08em 0.08em 0.3em rgba(0, 0, 0, 0.4);
}

.bs_tk_img{
	display:block;
	width:100%;
	z-index:40;
}
.bs_tk_img img{
	display:block;
	width:100%;
}
/* タクシー事業 */
.bs_tx_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding-top:80px;
	position:relative;
	overflow:hidden;
}
.bs_tx_box{
	display:block;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
}
.bs_tx_exp{
	display:block;
	position:relative;
	width:100%;
	padding:20px 2%;
	box-sizing:border-box;
	background:linear-gradient(90deg, rgba(60, 100, 160, 0.8), rgba(60, 100, 160, 1));
	z-index:40;
}
.bs_tx_exp h3{
	display:block;
	width:100%;
	margin:0 auto;
	font-size:30px;
	line-height:60px;
	letter-spacing:0.1em;
	color:#FFF;
	text-shadow:0.08em 0.08em 0.3em rgba(0, 0, 0, 0.4);

}
.bs_tx_exp p{
	display:block;
	width:100%;
	margin-top:20px;
	font-size:16px;
	line-height:25px;
	letter-spacing:0.1em;
	color:#FFF;
	text-shadow:0.08em 0.08em 0.3em rgba(0, 0, 0, 0.4);

}
/* 乗合バナー */
.bs_tx_noriai{
	display:block;
	position:relative;
	width:100%;
	padding:20px 2% 40px;
	box-sizing:border-box;
	background:linear-gradient(90deg, rgba(60, 100, 160, 0.8), rgba(60, 100, 160, 1));
	z-index:40;
}
.bs_tx_noriai h4{
	display:block;
	width:100%;
	font-size:22px;
	line-height:60px;
	color:#FFF;
	text-shadow:0.08em 0.08em 0.3em rgba(0, 0, 0, 0.4);
	padding-bottom:10px;
	margin:0 auto;
	letter-spacing:0.1em;
}
.bs_tx_noriai p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	color:#FFF;
	text-shadow:0.08em 0.08em 0.3em rgba(0, 0, 0, 0.4);
	margin:0 auto;
	letter-spacing:0.1em;
}

.bs_tx_noriai a{
	display:block;
	width:100%;
	max-width:800px;
	margin:40px auto 0px;
}
.bs_tx_noriai img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	transition:0.2s linear;
}
.bs_tx_noriai a:hover img{
	opacity:0.8;
}
.bs_tx_img{
	display:block;
	width:100%;
}
.bs_tx_img img{
	display:block;
	width:100%;
}


/* 安全対策 */
.bsafe_wrap{
	margin-top:40px;
}
.bsafe_box{
	display:block;
	width:96%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}
.bsafe_sixbox{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.bsafe_sixbox h4{
	display:block;
	width:100%;
	font-size:36px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	margin-bottom:60px;
	color:#06348a;
}

.bsafe_sixbox ul{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	flex-wrap:wrap;
	justify-content:space-between;
}
.bsafe_sixbox ul li{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:40px;
}
.bsafe_sixbox ul li h5{
	display:block;
	width:100%;
	font-size:20px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	margin-bottom:20px;
}
.bsafe_sixbox ul li h5 span{
	font-size:36px;
	padding-right:10px;
	color:#06348a;
	font-weight:bold;
	vertical-align: bottom;
}
.bsafe_sixbox ul li img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:10px 0px;
}
.bsafe_sixbox ul li p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}

.bsafe_plusone{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.bsafe_plusone img{
	display:block;
	width:80%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.bsafe_plusone_text{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.bsafe_plusone_text h5{
	display:block;
	width:100%;
	font-size:20px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	margin-bottom:15px;
}
.bsafe_plusone_text p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	padding-bottom:10px;
}
#bsafe_cr{
	display:block;
	width:100%;
	font-size:15px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	color:#666;
	margin-top:20px;
}


/* 会社案内ページ　202504　寺泊交通　SP */
/* 代表あいさつ */
.company_greeting_wrap{
	display:block;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_greeting_box{
	display:block;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_greeting_box img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
#greeting_img_cover{
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#024;
	opacity:0;
}

.company_greeting_box h3{
	display:block;
	width:96%;
	margin:20px auto;
	font-size:22px;
	line-height:30px;
	box-sizing:border-box;
	color:#333;
}
.company_greeting_box p{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	color:#333;
	padding-bottom:20px;
}
.sign{
	display:block;
	text-align:right;
	margin-top:20px;
}

/* 経営理念 */
.company_philosophy_wrap{
	display:block;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	overflow:hidden;
	padding-bottom:40px;
}
.company_philosophy_box{
	display:block;
	position:relative;
	width:100%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_philosophy_box p{
	display:block;
	position:relative;
	width:100%;
	font-size:20px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	padding-bottom:20px;
}

/* コーポレートロゴ */
.company_logo_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	overflow:hidden;
	background-color:#f5f9ff;
}
.company_logo_box{
	display:block;
	width:100%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:60px 0px;
}
.company_logo_img{
	display:block;
	width:40%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_logo_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_logo_exp{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_logo_exp p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	text-align:center;
	margin-top:40px;
}

/* 基本情報 */
.company_info_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:40px;
}
.company_info_box{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_info_table{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_info_table tr{
	display:block;
	width:100%;
	position:relative;
	border-bottom:1px solid #EEE;
}
.company_info_table th{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	padding:10px;
	box-sizing:border-box;
	color:#06348a;
}
.company_info_table td{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	padding:10px;
	box-sizing:border-box;
}
.gmap_box{
	display:block;
	width:100%;
	margin-top:20px;
}
.gmap_box iframe{
	display:block;
	width:100%;
}

/* 沿革 */
.company_history_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:40px;
	background-color:#f5f9ff;
}
.company_history_box{
	display:block;
	width:100%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_history_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.company_history_img img{
	display:block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.company_history_timeline{
	display:block;
	width:96%;
	margin:10px auto 0;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}


/* 寺泊交通らしさページ　202504 寺泊交通　SP */
.about_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.about_exp_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0px;
}
.about_exp_box p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	text-align:center;
}

.about_one_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.about_one_box{
	display:block;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:40px;
	overflow:hidden;
}
/*
.rowrev{
	flex-direction:row-reverse;
}
*/

.about_one_img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.about_one_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.about_one_text{
	display:block;
	position:relative;
	width:100%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px 2%;
	background-color:#06348b;
}

.about_one_text h3{
	display:block;
	width:100%;
	font-size:20px;
	line-height:35px;
	box-sizing:border-box;
	padding-bottom:10px;
	margin-bottom:20px;
	color:#fff;
	border-bottom:1px solid #fff;
}
.about_one_text p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	padding-bottom:30px;
	color:#fff;
}



/* DRT　202504　寺泊交通　SP */
.drt_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

/* DRTアイキャッチ */
.drt_image_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:40px auto 0;
}
.drt_image_wrap img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
/* DRT 説明エリア */
.drt_exp_wrap{
	display:block;
	width:96%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:40px auto 0px;
	justify-content:space-between;
}
/* DRT 乗合タクシーとは？ */
.drt_info_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	background-color:#fd951a;
	border-radius:10px;
	box-shadow: 2px 2px 5px #999;
}
.drt_info_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
}
.drt_info_box h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:50px;
	box-sizing:border-box;
	padding-bottom:5px;
	margin-bottom:15px;
	color:#FFF;
	border-bottom:1px solid #c76d04;
}
.drt_info_box img{
	display:block;
	width:80%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}
.drt_info_box p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	margin-bottom:20px;
	color:#FFF;
}
/* DRT 運行日 */
.drt_date_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	background-color:#fd951a;
	border-radius:10px;
	box-shadow: 2px 2px 5px #999;
	margin-top:20px;
}
.drt_date_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
}
.drt_date_box h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
	padding-bottom:5px;
	margin-bottom:15px;
	color:#FFF;
	border-bottom:1px solid #c76d04;
}
.drt_date_day{
	display:block;
	width:100%;
	font-size:20px;
	line-height:40px;
	box-sizing:border-box;
	color:#FFF;
	text-align:center;
}
.drt_date_day span{
	font-size:32px;
	padding-left:10px;
	font-weight:bold;
	text-align:center;
}
.drt_date_dayex{
	font-size:16px;
	line-height:1.5em;
	color:#FFF;
	margin-bottom:40px;
	text-align:center;
}

.drt_date_table{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.drt_date_table p{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	color:#FFF;
}
.drt_date_d1{
	display:block;
	width:20%;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
}
.drt_date_d2{
	display:block;
	width:25%;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
	text-align:right;
}
.drt_date_d3{
	display:block;
	width:20%;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
}
.drt_date_d4{
	display:block;
	width:25%;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
	text-align:right;
}

/* DRT　エリアと料金 */
.drt_area_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.drt_area_box{
	display:block;
	width:96%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}

.drt_area_box table{
	display:table;
	width:100%;
	border-collapse:collapse;
	table-layout: fixed;
}
.drt_area_box table tr{

}
.drt_area_box table th{
	font-size:16px;
	line-height:1.5em;
	padding:10px;
	box-sizing:border-box;
	border:1px solid #666;
	font-weight:bold;
	vertical-align:middle;
}
.drt_area_box table td{
	font-size:20px;
	line-height:30px;
	padding:10px;
	box-sizing:border-box;
	border:1px solid #666;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.stoparea{
	display:block;
	font-size:14px;
	line-height:1.2em;
	font-weight:normal;
	padding-bottom:5px;
}

.drt_bb{	background-color:#06348a;color:#FFF;height:100px;	}
.drt_gb{	background-color:#298f2c;color:#FFF;height:100px;	}
.drt_pb{	background-color:#FC4480;color:#FFF;height:100px;	}
.drt_ob{	background-color:#fd951a;color:#FFF;height:100px;	}


/* DRT ご利用方法 */
.drt_howto_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.drt_howto_box{
	display:block;
	width:96%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}

.drt_howto_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border:4px solid #d6e2f7;
	border-radius:20px;
}
.drt_howto_title{
	display:block;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
}
.drt_howto_num{
	display:block;
	font-size:60px;
	line-height:100px;
	color:#06348a;
	font-weight:bold;
	text-align:center;
}
.drt_howto_title h4{
	display:block;
	width:100%;
	font-size:32px;
	line-height:50px;
	box-sizing:border-box;
	text-align:center;
}

.drt_howto_title h4 span{
	font-size:24px;
}

.drt_howto_exp{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
}

/* DRT 予約期間 */
.drt_howto_kikan{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border:1px solid #06348a;
}
.drt_howto_kikan_title{
	display:block;
	width:100%;
	background-color:#06348a;
}
.drt_howto_kikan h5{
	display:block;
	width:100%;
	font-size:24px;
	line-height:60px;
	box-sizing:border-box;
	text-align:center;
	color:#FFF;
}
.drt_howto_kikan_exp{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding: 20px 0;
}
.drt_howto_kikan p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
}
.drt_strong{
	font-size:24px;
	font-weight:bold;
}

/* DRT 予約TEL */
.drt_howto_tel{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border:1px solid #06348a;
	margin-top:40px;
}

.drt_howto_tel_title{
	display:block;
	width:100%;
	background-color:#06348a;

}
.drt_howto_tel_title h5{
	display:block;
	width:100%;
	font-size:24px;
	line-height:60px;
	box-sizing:border-box;
	text-align:center;
	color:#FFF;
}

.drt_howto_tel_exp{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding: 20px 0;
}
.drt_howto_tel_number{
	display:block;
	width:100%;
	font-size:36px;
	line-height:60px;
	box-sizing:border-box;
	text-align:center;
	color:#F00;
	font-weight:900;
}
.drt_howto_tel_time{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#F00;
	font-weight:bold;
}
.drt_howto_tel_ext{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	text-align:center;
}

/* DRT flow */
.drt_howto_flow{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-top:40px;
}

.drt_howto_flow_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
	background-color:#d6e2f7;
	color:#06348a;
	border-radius:10px;
}
.drt_howto_flow_one p{
	font-size:18px;
	line-height:40px;
}
.drt_howto_flow_one p span{
	font-size:24px;
}

.drt_howto_flow_arrow{
	display:block;
	width:40px;
	height:20px;
	margin:20px auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color:#06348a;
}

.drt_howto_flow_flex{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	flex-wrap: wrap;
	padding:10px 0px;
}
.drt_howto_flow_flex span{
	display:block;
	width:50%;
	font-size:16px !important;
	line-height:25px !important;
	font-weight:normal !important;
}

.drt_howto_arrow{
	display:block;
	width:80px;
	height:40px;
	margin:-1px auto 20px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color:#d6e2f7;
}


/* DRT　Flow2 */
.drt_howto_two{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.drt_howto_info{
	display: block;
	width: 100%;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	box-sizing: border-box;
	padding:20px;
	background-color: #d6e2f7;
	color: #06348a;
	border-radius: 10px;
}
.drt_howto_att{
	display:block;
	width:100%;
	font-size:24px;
	line-height:30px;
	box-sizing:border-box;
	padding:20px;
	color:#F00;
	font-weight:bold;
}
.drt_howto_att_hosoku{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	color:#333;
	padding-left:20px;
}

.drt_howto_infoflex{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-top:20px;
}

.drt_howto_use{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:center;
}
.drt_howto_use span{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	box-sizing:border-box;
	font-weight:bold;
	color:#06348a;
}

.drt_howto_ticket{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
	border:6px solid #fd951a;
	border-radius: 15px;
	margin-top:20px;
}
.drt_howto_ticket h5{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	box-sizing:border-box;
	font-weight:bold;
	color:#fd951a;
	text-align:center;
}
.ticket_info{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	box-sizing:border-box;
	font-weight:bold;
	color:#06348a;
	text-align:center;
}
.ticket_info span{
	font-size:24px;
}
.ticket_att{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	color:#F00;
	text-align:center;
}


/* DRT　注意事項 */
.drt_att_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.drt_att_box{
	display:block;
	width:96%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}
.drt_att_info{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.drt_att_info p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	text-align:center;
}
.drt_att_info img{
	display:block;
	width:80%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:20px auto;
}

.drt_att_flex{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	flex-wrap: wrap;
	justify-content: space-between;
}
.drt_att_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
	margin-bottom:20px;
	border: 1px solid #d6e2f7;
	border-radius:15px;
}
.drt_att_one_text{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:center;
}
.drt_att_one_text h4{
	display:block;
	width:100%;
	font-size:18px;
	line-height:30px;
	box-sizing:border-box;
	padding-bottom:20px;
}
.drt_att_one_text p{
	display:inline-block;
	width:auto;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	border-bottom:1px solid #fd951b;
}
.drt_att_one_textp{
	display:block;
	width:100%;
	height:25px;
}
.drt_att_one img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-top:20px;
}

.drt_att_sub{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:40px 0px 60px;
	text-align:center;
}
.drt_att_sub p{
	display:inline-block;
	width:auto;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	border-bottom:1px solid #fd951b;
	margin-bottom:20px;
}


/* コンタクトフォーム　202504　寺泊交通　SP */
.contact_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.contact_box{
	display:block;
	width:96%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto 20px;
}


.contact_tel{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border-bottom:1px solid #DDD;
	padding:20px 0px;
	margin:0 auto;
}
.contact_tel_text{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:center;
}
.contact_tel_text p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	letter-spacing:0.1em;
}

.contact_tel_btn{
	display:block;
	width:80%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:20px auto 0;
}
.contact_tel_btn a{
	display:block;
	width:100%;
	font-size:18px;
	line-height:50px;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background-color:#06348a;
	border-radius:5px;
	letter-spacing:0.1em;
	transition:0.2s linear;

}
.contact_tel_btn a:hover{
	background-color:#E51636;
}

.contact_text{
	display:block;
	width:96%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto 40px;
}
.contact_text p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	letter-spacing:0.1em;
	margin:0 auto;
}


.wpcf7{
	display:block;
	width:100%;
}

#form_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}
#form_wrap table{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
#form_wrap table tr{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border-bottom:1px solid #EEE;
}
#form_wrap table th{
	width:40%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	padding:10px;
	vertical-align:top;
	background-color:#06348a;
	color:#FFF;
}
#form_wrap table td{
	width:60%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	padding:10px;
	vertical-align:top;
}
#form_wrap table td input{
	display:inline-block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
}
#form_wrap table td textarea{
	display:inline-block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
}
#pp_btn{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	margin-top:40px;
	text-align:center;
}
#pp_btn a{
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	color:#06348a;
	transition:0.2s linear;
}
#pp_btn a:hover{
	color:#E51636;
}
.contact_btn_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:80px;
}
.btn_bg{
	display:block;
	width:80%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}
.btn_bg input{
	display:block;
	width:100%;
	font-size:18px;
	color:#FFF;
	padding:15px 0px;
	text-align:center;
	background-color:#06348a;
	border:1px solid rgba(255,255,255,0);
	border-radius:5px;
	text-decoration:none;
	cursor:pointer;
	transition:0.2s linear;
}
.btn_bg input:hover{
	background-color:#E51636;
}

.wpcf7-response-output{
	font-size:16px;
	line-height:25px;
	text-align:center;
}



/* 採用情報 インタビュー個別　202504　寺泊交通　SP */
.interview_header{
	display:block;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:65px;
	margin-bottom:90px;
}
.iv_img_box{
	display:block;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	z-index:1;
}
.iv_img_box img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.iv_prop_box{
	display:flex;
	position:absolute;
	bottom:-90px;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	z-index:80;
	margin:0 auto;
	flex-wrap:wrap;
	flex-direction:column;
}
.iv_prop_box h2{
	display:block;
	font-size:20px;
	line-height:34px;
	color:#06348a;
	width:100%;
}
.iv_prop_box h2 span{
	display:inline-block;
	background-color:#FFF;
	box-sizing:border-box;
	margin-bottom:4px;
	padding-left:2%;
}

.iv_prop_box p{
	display: block;
	width: 100%;
	color: #FFF;
	padding-left: 2%;
	background-color: #06348a;
	box-sizing:border-box;
}
.iv_class{
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.iv_name{
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold
}
.iv_section{
	display: block;
	font-size: 16px;
	line-height: 30px;
}

.iv_qa_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:40px;
}

.iv_qa_one{
	display:block;
	width:96%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto 60px;
}

.iv_qa_text_area{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.iv_qa_text{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.iv_qa_title{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:20px;
	border-bottom: 1px solid #6ab82c;
	align-items:flex-end;
}
.iv_qa_icon{
	display:block;
	width:20%;
	font-size:40px;
	line-height:50px;
	box-sizing:border-box;
	font-weight:bold;
	color:#6ab82c;
	letter-spacing:0.08em;
}
.iv_qa_text h4{
	display:block;
	width:80%;
	font-size:18px;
	line-height:50px;
	box-sizing:border-box;
	letter-spacing:0.08em;
}
.iv_qa_text p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	letter-spacing:0.08em;
}
.iv_qa_img{
	display:block;
	width:80%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:20px auto 0;
}
.iv_qa_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}


/* お知らせ一覧ページ　202404　寺泊交通　SP */
.news_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0px;
}
.news_box{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:flex-start;
	width:96%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}

.nws_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:20px;
}

.nws_one a{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:10px;
	text-decoration:none;
	transition:0.2s linear;
	border:1px solid #EEE;
}
.nws_one a:hover{
	border-radius:10px;
	border-color:#06348b;
}


.nws_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	overflow:hidden;
}
.nws_img img{
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	transition:0.2s linear;
}
.nws_date{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	color:#333;
	margin-top:10px;
}
.nws_title{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	color:#333;
	min-height:50px;
	font-weight:bold;
}


/* お知らせ　個別ページ　202404　寺泊交通　SP */
.nws_single_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.nwss_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
	padding-bottom:20px;
}
.nwss_header_img{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.nwss_header_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.nwss_header_text{
	display:block;
	width:96%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:20px auto 0;
}
.nwss_date{
	display:block;
	font-size:16px;
	line-height:30px;
	color:#333;
	box-sizing:border-box;
}
.nwss_title{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.nwss_title h2{
	display:block;
	font-size:20px;
	line-height:1.2em;
	box-sizing:border-box;
}

.nwss_content{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	padding:20px 0;
}
/* 投稿内の要素に対して */
.nwss_content img.aligncenter{
	display:block;
	margin:0 auto;
	max-width:96%;
}

.nwss_content img.alignright{
	float:right;
	max-width:96%;
}
.nwss_content img.alignleft{
	float:left;
	max-width:96%;
}

.nwss_content p , .nwss_content h5{
	font-size:16px;
	line-height:1.5em;
	margin-bottom:1.5em;
}


/* ページナビゲーション　202504　寺泊交通　SP */
.post_navi{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:center;
}
.wp-pagenavi{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0px;
}
.wp-pagenavi span{
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	padding:5px;
	vertical-align:top;
	margin:0 3px;
	min-width:40px;
}
.wp-pagenavi a{
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	box-sizing:border-box;
	padding:5px;
	vertical-align:top;
	margin:0 3px;
	min-width:40px;
}

.pages{
	color:#000;
	border:1px solid #EEE;
	padding:5px 10px !important;
}
.current{
	color:#FFF;
	background-color:#333;
	border:1px solid #333;
}
.larger , .smaller{
	color:#000;
	border:1px solid #EEE;
}
.nextpostslink , .previouspostslink{
	color:#000;
	border:1px solid #EEE;
}

.sg_navi_box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.sg_navi_left , .sg_navi_right , .sg_navi_center{
	display:block;
	width:26%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.sg_navi_left a , .sg_navi_right a , .sg_navi_center a{
	display:block;
	width:100%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#000;
	background-color:#EEE;
	text-decoration:none;
	transition:0.2s linear;
}
.sg_navi_left a:hover , .sg_navi_right a:hover , .sg_navi_center a:hover{
	color:#FFF;
	background-color:#000;
}

.cat_navi{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content:space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;

	align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;

	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:40px;
}
.cat_navi a{
	display:block;
	width:20%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#000;
	background-color:#EEE;
	text-decoration:none;
	transition:0.2s linear;
}
.cat_navi a:hover{
	color:#FFF;
	background-color:#000;
}
.cat_navi p{
	display:block;
	width:20%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#FFF;
	background-color:#000;
}


/* プライバシーポリシー　202504　寺泊交通　SP */
.pp_wrap{
	display:block;
	width:96%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:0px 0px 40px;
	margin:0 auto;
}
.pp_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0px;
}
.pp_header p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	letter-spacing:0.1em;
	color:#333;
}

.pp_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-top:40px;
}
.pp_box h3{
	display:flex;
	width:100%;
	font-size:22px;
	line-height:40px;
	box-sizing:border-box;
	padding-bottom:10px;
	margin-bottom:20px;
	color:#06348b;
	border-bottom:1px solid #DDD;
	align-items:center;
}
.pp_box h3 span{
	display:block;
	font-size:18px;
	line-height:1.2em;
	box-sizing:border-box;
	color:#06348b;
	font-weight:normal;
	padding-left:10px;
}
.pp_num{
	font-size:32px !important;
	font-family:"Roboto Flex", sans-serif;
	font-weight:200 !important;
	padding-left:0px;
}

.pp_box p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	box-sizing:border-box;
	margin-top:10px;
	color:#333;
	letter-spacing:0.1em;
}



}
