@charset "UTF-8";

.link_btn {
	display: flex;
	justify-content: center;
}
.link_btn a {
	display: inline-block;
	padding: 15px 30px;
	text-align: center;
	background-color: #a70048;/*赤*/
	color: #fff;
	border-radius: 30px;
	font-size: 1.5rem;
}
.t-contents {
	padding: 40px 0;
}
.contents {
	padding: 40px 0;
}
#page-privacy-policy .contents {
	padding-top: 0;
}
.bg-beige {
	background-color: #f5f4f0;
	overflow: hidden;
}
.contents-title h2 {
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	margin-bottom: 1.0em;
}
.box_white {
	width: 100%;
	padding: 20px 20px 30px;
	box-sizing: border-box;
	background-color: #fff;
}
@media screen and (min-width: 850px) {
	.t-contents {
		padding: 120px 0;
	}
	.contents {
		padding: 120px 0 150px;
	}
	.contents-title h2 {
		font-size: 3.0rem;
	}
	.link_btn a:hover {
		background-color: #000;
	}
	#t-news .box_white {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
	}
}
#page-title {
	position: relative;
}
#page-title .text {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 0 50px;
}
#page-title .text h1 {
	color: #a70048;/*赤*/
	font-size: 2.2rem;
	margin-bottom: 0.3em;
	letter-spacing: 0.08em;
}
#page-title .text h3 {
	position: relative;
	color: #a70048;/*赤*/
	font-weight: 400;
	font-size: 1.3rem;
	padding-left: 45px;
	letter-spacing: 0.08em;
}
#page-title .text h3::after {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 35px;
	height: 1px;
	background-color: #a70048;/*赤*/
}
#page-title .image {
	width: 100%;
	height: 150px;
}
@media screen and (max-width: 850px) {
	#page-ieyasu_news #page-title .image,
	#page-system_news #page-title .image,
	#single #page-title .image,
	#page-privacy-policy #page-title .image {
		display: none;
	}
}
@media screen and (min-width: 850px) {
	#page-title .text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}
	#page-title .text h1 {
		width: 40%;
	}
	#page-title .image {
		width: 60%;
		height: 330px;
		margin:  0 0 0 auto;
	}
}
/*---------------------------
　　　メインビジュアル
--------------------------- */
#main-visual {
	position: relative;
	width: 100%;
	height: calc(100% - 60px);
	min-height: 500px;
	overflow: hidden;
}
#main-visual .text {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 15;
}
#main-visual .text .box {
	text-align: right;
}
#main-visual .text .box1 {
	transform-origin: right center;
	margin-bottom: 0.5em;
}
#main-visual .text .box1 .bg {
	transform: translateX(100%);
}
#main-visual .text .box2 {
	transform-origin: right center;
}
#main-visual .text .box2 .bg {
	transform: translateX(100%);
}
#main-visual .text .box .bg {
	display: inline-block;
	background-color: #a70048;/*赤*/
	padding: 0.4em 2em;
	box-sizing: border-box;
	color: #fff;
	font-size: 4vw;
	letter-spacing: 0.05;
}
#main-visual .text .box span {

}
#main-visual ul {
	width: 100%;
	height: 50%;
}
#main-visual ul li {
	width: 100%;
	height: 100%;
}
#main-visual ul.slider_re {
	opacity: 0;
	transform: translateY(100%);
}
#main-visual ul.slider {
	opacity: 0;
	transform: translateY(-100%);
}
#main-visual ul.slider_re li.image01 {
	background: url("../img/top/slide01.jpg") center / cover no-repeat;
}
#main-visual ul.slider_re li.image02 {
	background: url("../img/top/slide01_2.jpg") center / cover no-repeat;
}
#main-visual ul.slider_re li.image03 {
	background: url("../img/top/slide01_3.jpg") center / cover no-repeat;
}
#main-visual ul.slider_re li.image04 {
	background: url("../img/top/slide01_4.jpg") center / cover no-repeat;
}
#main-visual ul.slider_re li.image04 {
	background: url("../img/top/slide01_5.jpg") center / cover no-repeat;
}
#main-visual ul.slider li.image01 {
	background: url("../img/top/slide02.jpg") center / cover no-repeat;
}
#main-visual ul.slider li.image02 {
	background: url("../img/top/slide02_3.jpg") center / cover no-repeat;
}
#main-visual ul.slider li.image03 {
	background: url("../img/top/slide02_5.jpg") center / cover no-repeat;
}


@media screen and (min-width: 850px) {
	#main-visual {
		display: flex;
		height: calc(100% - 120px);
	}
	#main-visual .text .box .bg {
		font-size: 2.6rem;
	}
	#main-visual ul {
		width: 50%;
		height: 100%;
	}
	#main-visual::before {
		width: 50%;
		height: 100%;
	}
	#main-visual::after {
		width: 50%;
		height: 100%;
	}
}
/*---------------------------
　　　システム
--------------------------- */
.border_blue {
	border: solid 2px #1978b7;/*青*/
	border-radius: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}
.border_blue a ,
.border_blue div {
	color: #1978b7;/*青*/
}
.border_blue p{
	margin: 20px auto 10px;
	color: #1978b7;
	font-weight: bold;
}
.border_blue img {
	width: 30px;
	margin-right: 10px;
}
.border_blue .tel,
.border_blue .mail {
	display: flex;
	align-items: center;
	margin: 0 auto 10px;
	width: 100%;
	max-width: 240px;
}
.border_blue .tel {
	font-size: 2.0rem;
	font-weight: 600;
}

@media screen and (min-width: 850px) {
	#t-system p {
		font-size: 2.2rem;
	}
	#t-system p.sentence {
		margin-bottom: 40px;
	}
	.border_blue {
		max-width: 550px;
		margin: 20px auto 0;
		padding: 30px;
	}
	.border_blue .tel {
		font-size: 3.4rem;
		max-width: 330px;
	}
	.border_blue .mail {
		font-size: 2.4rem;
		max-width: 330px;
	}
	.border_blue a:hover {
		opacity: .6;
	}
}

/*---------------------------
　　　お知らせ
--------------------------- */
#t-news,
#t-news_sp {
	position: relative;
}
#t-news_sp {
	overflow: hidden;
}
#t-news::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: url("../img/top/news_bg_ieyasu.jpg") right center / cover no-repeat;
	z-index: -1;
}
#t-news::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50%;
	background: url("../img/top/news_bg_system.jpg") left center / cover no-repeat;
	z-index: -1;
}
#t-news h3,
#t-news_sp h3 {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
#t-news .ieyasu_news h3,
#t-news_sp .ieyasu_news h3 {
	color: #a70048;/*赤*/
}
#t-news .system_news h3,
#t-news_sp .system_news h3 {
	color: #1978b7;/*青*/
}
#t-news .more_btn,
#t-news_sp .more_btn {
	margin-top: 20px;
	text-align: right;
}
#t-news .more_btn a,
#t-news_sp .more_btn a {
	position: relative;
	font-size: 1.4rem;
	padding-left: 40px;
}
#t-news .more_btn a::before,
#t-news_sp .more_btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	transform: translateY(-50%);
	transition: .3s ease;
}
#t-news .more_btn.ieyasu a::before,
#t-news_sp .more_btn.ieyasu a::before {
	background: url("../img/top/more_btn_ieyasu.svg") center / contain no-repeat;
}
#t-news .more_btn.system a::before,
#t-news_sp .more_btn.system a::before {
	background: url("../img/top/more_btn_system.svg") center / contain no-repeat;
}
#t-news_sp .inner {
	padding: 40px 0;
	background-color: #ddd;
	background: url("../img/top/news_bg_ieyasu.jpg") right center / cover no-repeat;
}
#t-news_sp .inner.system {
	background: url("../img/top/news_bg_system.jpg") right center / cover no-repeat;
}
.ieyasu_news .news_list time {
	display: inline-block;
	color: #a70048;/*赤*/
	font-size: 1.4rem;
	padding-bottom: 0.4em;
}
.system_news .news_list time {
	display: inline-block;
	color: #1978b7;/*青*/
	font-size: 1.4rem;
	padding-bottom: 0.4em;
}
.news_list li {
	padding: 10px 0;
	border-bottom: solid 1px #cfcfcf;
}
.news_list li:first-child {
	border-top: solid 1px #cfcfcf;
}
.news_list li p {
	line-height: 1.5;
	transition: .3s ease;
}
@media screen and (max-width: 850px) {

}
@media screen and (min-width: 850px) {
	#t-news::before {
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		z-index: -1;
	}
	#t-news::after {
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
		z-index: -1;
	}
	#t-news h3 {
		font-size: 1.8rem;
		margin-bottom: 50px;
	}
	#t-news .container {
		display: flex;
		justify-content: space-between;
	}
	.box_white {
		padding: 50px 40px;
	}
	#t-news .box_white{
		width: 46%;
	}
	.news_list li {
		padding: 20px 0;
	}
	.ieyasu_news .news_list a:hover p {
		color: #a70048;/*赤*/
	}
	.system_news .news_list a:hover p {
		color: #1978b7;/*青*/
	}
	#t-news .more_btn {
		margin-top: 40px;
		text-align: left;
	}
	#t-news .more_btn a {
		padding-left: 50px;
	}
	#t-news .more_btn.ieyasu a:hover {
		color: #a70048;/*赤*/
	}
	#t-news .more_btn.ieyasu a:hover::before {
		height: 30px;
	}
	#t-news .more_btn.system a:hover {
		color: #1978b7;/*青*/
	}
	#t-news .more_btn.system a:hover::before {
		height: 30px;
	}
	#t-news .more_btn a::before {
		width: 40px;
		height: 40px;
	}
}
#tab_news ul {
	display: flex;
	justify-content: space-between;
	width: 85%;
	max-width: 1000px;
	margin: 0 auto;
}
#tab_news ul li {
	width: 48%;
}
#tab_news ul li:first-child a {
	border: solid 2px #a70048;/*赤*/
}
#tab_news ul li:first-child a:hover,
#tab_news ul li:first-child a.current {
	background-color: #a70048;/*赤*/
	color: #fff;
}
#tab_news ul li:last-child a {
	border: solid 2px #1978b7;/*青*/
}
#tab_news ul li:last-child a:hover,
#tab_news ul li:last-child a.current {
	background-color: #1978b7;/*青*/
	color: #fff;
}
#tab_news ul li a {
	display: flex;
	align-items: center;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	justify-content: center;
	text-align: center;
	padding: 1.5em 0.5em;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
#page-ieyasu_news .news_list li:first-child,
#page-system_news .news_list li:first-child {
	border-top: none;
}

/*詳細*/

#single .contents {
	padding-top: 0;
}
article time.ieyasu {
	display: inline-block;
	color: #a70048;/*赤*/
	font-size: 1.2rem;
	margin-bottom: 0.8em;
}
article time.system {
	display: inline-block;
	color: #1978b7;/*青*/
	font-size: 1.2rem;
	margin-bottom: 0.8em;
}
article h2.title {
	font-size: 1.8rem;
	margin-bottom: 1em;
}
article p {
	line-height: 1.5;
	margin-bottom: 1em;
}
.link_btn_back {
	margin-top: 20px;
}
.link_btn_back.ieyasu a {
	font-size: 1.2rem;
	color: #a70048;/*赤*/
	text-decoration: underline;
}
.link_btn_back.ieyasu a:hover {
	text-decoration: none;
	opacity: .6;
}
.link_btn_back.system a {
	font-size: 1.2rem;
	color: #1978b7;/*青*/
	text-decoration: underline;
}
.link_btn_back.system a:hover {
	text-decoration: none;
	opacity: .6;
}
@media screen and (min-width: 850px) {
	#tab_news ul li {
		width: 45%;
	}
	#tab_news ul li a {
		font-size: 1.3rem;
	}
	.link_btn_back.ieyasu a,
	.link_btn_back.system a {
		font-size: 1.4rem;
	}
	#page-ieyasu_news .news_list li a,
	#page-system_news .news_list li a {
		display: flex;
		align-items: center;
	}
	#page-ieyasu_news .news_list li a time,
	#page-system_news .news_list li a time {
		padding-bottom: 0;
		padding-right: 15px;
	}
	article h2.title {
		font-size: 2.0rem;
		margin-bottom: 1.5em;
	}
	article p {
		font-size: 1.4rem;
	}
}

/*---------------------------
　　　動画
--------------------------- */

#t-movie {
	background-color: #a70048;/*赤*/
	box-sizing: border-box;
	overflow: hidden;
}
.movie_list {
	padding: 80px 0 0;
}

iframe {
	width: 100%;
	height: auto;
}
.movie_list li {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.movie_list li .inner {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
	box-sizing: border-box;
	border: solid 4px #fff;
}
.movie_list li .inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	outline: none;
}
.movie_list li .inner a {
	position: absolute;
	width: 100%;
	height: 100%;
    left: 0;
    top: 0;
	outline: none;
}

@media screen and (min-width: 850px) {
	.movie_list {
		display: flex;
		justify-content: space-between;
	}
	.movie_list li {
		width: 25%;
		padding: 0 10px;
	}

}

/*ページナビ*/
.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	padding: 0;
	border-radius: 25px;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: center;
	color: #a70048;/*赤*/
	background-color: #fff;
	border: solid 1px #a70048;/*赤*/
	line-height: 2.2;
}
.wp-pagenavi .current {
	color: #fff;
	background-color: #a70048;/*赤*/
}
.wp-pagenavi .page:hover {
	background-color: #a70048;/*赤*/
	color: #fff;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	border-radius: 25px;
	color: #a70048;/*赤*/
	font-size: 1.6rem;
	font-weight: 300;
	text-align: center;
	background-color: #fff;
	border: solid 1px #a70048;/*赤*/
	line-height: 1.8;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover{
	background-color: #a70048;/*赤*/
	color: #fff;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
	height: 25px;
	color: #a70048;/*赤*/
}
#page-system_news .wp-pagenavi .page,
#page-system_news .wp-pagenavi .current{
	color: #1978b7;/*青*/
	border: solid 1px #1978b7;/*青*/
}
#page-system_news .wp-pagenavi .current {
	color: #fff;
	background-color: #1978b7;/*青*/
}
#page-system_news .wp-pagenavi .page:hover {
	background-color: #1978b7;/*青*/
	color: #fff;
}
#page-system_news .wp-pagenavi .nextpostslink,
#page-system_news .wp-pagenavi .previouspostslink {
	color: #1978b7;/*青*/
	border: solid 1px #1978b7;/*青*/
}
#page-system_news .wp-pagenavi .nextpostslink:hover,
#page-system_news .wp-pagenavi .previouspostslink:hover{
	background-color: #1978b7;/*青*/
	color: #fff;
}
#page-system_news .wp-pagenavi .extend {
	color: #1978b7;/*青*/
}

@media screen and (min-width: 850px) {
	.wp-pagenavi {
		margin-top: 40px;
	}
	.wp-pagenavi .page,
	.wp-pagenavi .current {
		width: 40px;
		height: 40px;
		font-size: 1.6rem;
		line-height: 2.2;
	}
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		width: 40px;
		height: 40px;
		font-size: 2.0rem;
		line-height: 1.9;
	}
}

/*---------------------------
　　　プライバシーポリシー
--------------------------- */
#page-privacy-policy h4 {
	font-weight: 400;
	color: #a70048;/*赤*/
}

/* お問い合わせフォーム */
.ieyasu_main .page_ttl,.ieyasu_main .form_ttl,.ieyasu_main .search,.ieyasu_main .search h2,.ieyasu_main .attend_txt a {
	color: #a70048;
}
.ieyasu_main .page_ttl p::before,.ieyasu_main .icon:before, .ieyasu_main .icon:after,.ieyasu_main .confirm button,.ieyasu_main .first_confirm button{
	background: #a70048;
}
.ieyasu_main .online_inner{
	background: #fff;
	margin-top: 120px;
	margin-bottom: 150px;
}
.ieyasu_main .search,.ieyasu_main .contact_form{
	margin: 0;
}
.ieyasu_main .ac-content {
	padding: 30px;
}
.ieyasu_main .ac-label{
	background: #F5E6EC;
}
.ieyasu_main .search .ac-content ul li{
	align-items: baseline;
	color: #444;
	display: flex;
	margin-bottom: 15px;
}
.ieyasu_main .search .ac-content ul li p{
	line-height: 1.8;
	width: calc(100% - 35px);
}
.ieyasu_main .search .ac-content ul li:nth-child(odd)::before,
.ieyasu_main .search .ac-content ul li:nth-child(even)::before{
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	width: 20px;
	text-align: center;
	margin-right: 16px;
}
.ieyasu_main .search .ac-content ul li:nth-child(odd)::before{
	content: "Q";
	background: #a70048;
}
.ieyasu_main .search .ac-content ul li:nth-child(even)::before{
	content: "A";
	background: #808080;
}
.ieyasu_main .search .ac-content ul li:nth-child(even){
	margin-bottom: 30px;
}
.ieyasu_main .search .ac-content ul li:last-of-type{
	margin-bottom: 0;
}
.ieyasu_main .form_table .must{
	background: #F5E6EC;
	color: #a70048;
}

.page_ieyasu .box_white{
	margin: 120px auto 150px;
	padding: 40px 50px;
}
.guide .container .box_white ul li{
	font-size: 1.5rem;
	margin-bottom: 40px;
}
.guide .container .box_white ul li p{
	line-height: 1.8;
}
.guide .container .box_white h2{
	color: #a70048;
	display: flex;
	font-size: 20px;
	margin-bottom: 40px;
}
.guide .container .box_white h2::before{
	content: "";
	background: url(../img/ieyasu/guide/guide-img02.png) no-repeat center / contain;
	display: block;
	margin-right: 20px;
	height: 28px;
	width: 36px;
}
.guide .red_ttl{
	color: #a70048;
	margin-bottom: 20px;
}
.guide .container .box_white section{
	margin-bottom: 50px;
}
.guide .container .box_white section:last-child {
	margin-bottom: 0;
}
.guide .container .box_white ul li ul{
	margin-top: 30px;
}
.guide .container .box_white ul li ul li{
	margin-bottom: 10px;
}
.guide .container .box_white ul li ul li span{
}
.guide .container .box_white ul li ul li{
	align-items: center;
	display: flex;
}
.guide .container .box_white ul li ul li .line {
  background: radial-gradient(#ccc 10%, transparent 30%) center/ 7px 7px;
  background: -ms-radial-gradient(#ccc 10%, transparent 30%) center/ 7px 7px;
  content: '';
  display: flex;
  flex: 1 1 auto;
  height: 7px;
  margin: 0 10px;
}
.guide .container .box_white ul li ul li hr {
  padding: 0;
  border: 0;
  outline: 0;
}
.guide .container .box_white ul li ul li .list_txt01 {
}
.guide .container .box_white ul li ul li .list_txt01::before ,
.guide .container .box_white ul li .guide_list02 li::before{
	content: "◆";
	color: #F6AD3C;margin-right: 10px;
}
.guide .container .box_white ul li ul li .list_txt02 {
	width: calc(100% - 280px);
}
.guide .container .box_white ul li .guide_list02 li{
	line-height: 1.8;
	align-items: baseline;
}
.guide_flow_list li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.guide_flow_list li .guide_flow_list_img{
	width: 24%;
}
.guide_flow_list li .guide_flow_list_txt{
	width: 70%;
}
.guide_flow_list_ttl{
	font-size: 18px;
}
.guide_flow_list_ttl span{
	color: #a70048;
	font-weight: bold;
}
.guide_flow_list_ttl span::after{
	content: "｜";
	color: #ccc;
	margin: 0 10px;
}
.guide_info_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.guide_info_list li{
	margin-bottom: 10px;
	width: 32%;
}
.guide_info_list li img{
	margin: 10px auto;
}
.guide_info_list li .red_ttl{
	align-items: center;
	display: flex;
	font-size: 15px;
	margin-bottom: 0;
}
.guide_info_list li .red_ttl::before{
	background: #a70048;
	content: "";
	display: inline-block;
	margin-right: 10px;
	height: 20px;
	width: 3px;
}
.guide_info_list li p{
	text-align: justify;
}
@media screen and (max-width: 850px) {
	.guide_info_list li{
		width: 48%;
	}
	.guide .container .box_white ul li{
		font-size: 1.3rem;
	}
	.guide .container .box_white ul li ul li{
		flex-wrap: wrap;
	}
	.guide .container .box_white ul li ul li .list_txt02 {
    display: block;
		margin-top: 10px;
    width: 100%;
	}
	.guide .container .box_white ul li .guide_list02 li {
    flex-wrap: inherit;
	}
}
@media screen and (max-width: 540px) {
	.page_ieyasu .box_white {
		margin: 60px auto;
		padding: 20px;
	}
	.guide .container .box_white h2{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.guide .container .box_white h2::before{
		margin-right: 10px;
		height: 20px;
		width: 24px;
	}
	.guide .container .box_white ul li{
		margin-bottom: 20px;
	}
	.guide .red_ttl{
		margin-bottom: 10px;
	}
	.guide_flow_list li .guide_flow_list_img ,.guide_flow_list li .guide_flow_list_txt,.guide_info_list li{
    width: 100%;
	}
	.guide_flow_list li .guide_flow_list_img{
		margin-bottom: 10px;
	}
}

/* 保有車両 */
.variety .box_white section h3{
	align-items: center;
	display: flex;
	color: #A50049;
	font-size: 20px;
	margin-bottom: 40px;
}
.variety .box_white section h3::before{
	content: "";
	background: url(../img/ieyasu/variety/bus.png) no-repeat center / contain;
	display: block;
	margin-right: 10px;
	height: 24px;
	width: 50px;
}
.variety .box_white section h3 span{
	font-size: 1.5rem;
	color: #444;
	margin-left: 20px;
}
.variety_detail{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.variety_detail .bx-wrapper{
	width: 50%;
}
.variety_detail .variety_detail_txt{
	width: 46%;
}
.bx-wrapper .bx-controls-direction a {
  background: #fff;
	border-radius: 50%;
  position: absolute;
  height: 30px !important;
  width: 30px !important;
}
.bx-prev {
	left: 10px;
}
.bx-next {
	right: 10px;
}
.bx-wrapper .bx-controls-direction .bx-prev::after,
.bx-wrapper .bx-controls-direction .bx-next::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #A50049;
  border-right: 1px solid #A50049;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}
.bx-wrapper .bx-controls-direction .bx-next::after {
    left: 30%;
    transform: rotate(45deg);
}
.bx-wrapper .bx-controls-direction .bx-prev::after {
    left: 42%;
    transform: rotate(-135deg);
}
.variety_detail_txt .red_ttl{
	color: #A50049;
}
.variety_detail_txt img{
	margin: 20px auto;
	max-width: 400px;
	width: 100%;
}
.variety_detail_txt a{
	display: block;
	margin-top: 10px;
	text-decoration: underline;
}
.variety_detail_txt a:hover{
	color: #A50049;
}
.bus_num_list{
	margin-bottom: 50px;
}
.bus_num_list h2{
	font-size: 20px;
	margin-bottom: 30px;
}
.bus_num_list h2 span{
	color: #A50049;
}
.bus_num_list table{
	border-collapse: collapse;
	margin-bottom: 10px;
	max-width: 780px;
	width: 100%;
}
.bus_num_list table th,.bus_num_list table td{
	border: solid 1px #ccc;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: calc(100% / 6);
}
.bus_num_list table th{
	background: #d67ea2;
	color: #fff;
}
.bus_num_list .list_none{
	border: none;
	background: #fff;
}
.table-scroll {
	display: none;
}
@media screen and (max-width: 850px) {
	.variety_detail .bx-wrapper,.variety_detail .variety_detail_txt {
    width: 100%;
	}
	.variety_detail .variety_detail_txt{
		margin-top: 10px;
	}
	.variety .box_white section{
	}
	.variety .box_white section h3{
		flex-wrap: wrap;
		margin-bottom: 20px;
		font-size: 18px;
	}
	.variety .box_white section h3 span{
		display: inline-block;
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
	.bx-next {
    right: 5px;
	}
	.bx-prev {
    left: 5px;
	}
	.bus_num_list h2 {
    font-size: 16px;
    margin-bottom: 20px;
	}
	.bus_num_list .bus_num_table{
		overflow-x: scroll;
		white-space: nowrap;
	}
	.bus_num_list table th, .bus_num_list table td{
		font-size: 1.2rem;
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
	}
	.table-scroll {
		display: block;
    box-sizing: border-box;
    font-size: 12px;
    padding: 4px 20px;
    position: relative;
    text-align: right;
    margin-bottom: 20px;
    width: 100%;
	}
.table-scroll::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #00132E;
    right: 0;
    bottom: 0;
	}
.table-scroll::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #00132E;
    transform: rotate(-45deg);
    right: 0;
    bottom: 1px;
    transform-origin: right bottom;
	}
}

/* 安全管理 */
.safety .container .box_white section{
	margin-bottom: 50px;
}
.safety .red_ttl {
	color: #a70048;
	margin-bottom: 20px;
	font-size: 20px;
}
.safety .container .box_white ol{
	margin-top: 30px;
}
.safety .container .box_white ol li {
	font-size: 1.5rem;
}
.safety .container .box_white ol li p{
	line-height: 1.8;
}
.safety .container .box_white ol li ul li{
	margin-bottom: 0px;
	padding-left: 10px;
	line-height: 1.8;
}
.safety .container .box_white ol li table{
	border-collapse: collapse;
	margin: 10px auto 10px 0;
	max-width: 780px;
	width: 100%;
}
.safety .container .box_white ol li table th,.safety .container .box_white ol li table td{
	border: solid 1px #ccc;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
}
.safety .container .box_white ol li table th{
	background: #e6e6e6;
}
.safety .container .box_white ol li table .list_none{
	border: none;
	background: #fff;
}
.safety .container .box_white ol li table tr td:last-child{
	width: 250px;
}
.safety .container .box_white ol li table td.breakdown{
	vertical-align: middle;
}
.safety .container .box_white ol > li:first-child{
	margin-bottom: 30px;
}
.safety .container .box_white ol li div{
	margin-top: 30px;
}
@media screen and (max-width: 850px) {
	.safety .red_ttl {
    font-size: 18px;
	}
	.safety .container .box_white ol li ul li{
		font-size: 1.2rem;
	}
	.safety .safety_table_item{
		overflow-x: scroll;
		white-space: nowrap;
	}
}

/* 採用情報 */
.recruit.page_ieyasu .box_white {
	margin: 80px auto 150px;
}
.tab-area {
  display: flex;
  justify-content: space-around;
	flex-wrap: wrap;
  max-width: 900px;
  margin: 120px auto 0;
}
.recruit .tab {
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
  height: 60px;
  line-height: 58px;
	margin: 0 auto;
  text-align: center;
	width: 45%;
}
.recruit .tab.tab_ieyasu {
	border: solid 2px #a70048;
}
.recruit .tab.is-active.tab_ieyasu {
  background-color: #a70048;
  color: #fff;
}
.recruit .tab.tab_system {
	border: solid 2px #1978b6;
}
.recruit .tab.is-active.tab_system {
  background-color: #1978b6;
  color: #fff;
}
.recruit .content {
  display: none;
}
.recruit .content.is-show {
  display: block;
}
.recruit .content_item01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recruit .content_item01_img{
	width: 50%;
}
.recruit .content_item01_txt{
	width: 45%;
}
.recruit .content .content_item01_txt p:last-of-type{
	margin-top: 30px;
}
.recruit .content_ieyasu .content_item01_txt p:last-of-type{
	color: #a70048;
}
.recruit .content_system .content_item01_txt p:last-of-type {
	color: #1978b6;
}
.recruit .partner_contact {
	background: #F5E6EC;
	padding: 40px 20px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.recruit .content_system .partner_contact {
	background: #E3EFF7;
}
.recruit .partner_contact h2 ,.recruit .partner_contact ul .tel_link_item{
	color: #a70048;
}
.recruit .content_system .partner_contact h2 ,.recruit .content_system .partner_contact ul .tel_link_item{
	color: #1978b6;
}
.recruit .partner_contact ul{
	margin-bottom: 40px;
}
.recruit .partner_contact ul .meil_link {
	background: #a70048;
}
.recruit .content_system .partner_contact ul .meil_link {
	background: #1978b6;
}
.recruit .partner_contact ul .tel_link {
	border: solid 2px #a70048;
}
.recruit .content_system .partner_contact ul .tel_link {
	border: solid 2px #1978b6;
}
.content_item02 .mamber_ttl{
	align-items: center;
	display: flex;
	margin-bottom: 40px;
}
.content_item02 .mamber_ttl p{
	color: #a70048;
	font-size: 20px;
}
 .content_system .content_item02 .mamber_ttl p{
	color: #1978b6;
}
.content_item02 .person_icon{
	margin-right: 10px;
	display: block;
	width: 35px;
}
.member_list{
	margin-top: 30px;
}
.member_list li{
	border: solid 1px #a70048;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px;
	margin-bottom: 40px;
}
 .content_system .member_list li{
	border: solid 1px #1978b6;
}
.member_list li .member_list_img{
	max-width: 270px;
	width: 32.5%;
}
.member_list li .member_list_txt{
	width: 62%;
}
.member_list li table th,.member_list li table td{
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.6;
}
.member_list li table th{
	width: 90px;
}
.member_list li table td{
	width: calc(100% - 90px);
}

@media screen and (max-width: 850px) {
	.member_list li table th, .member_list li table td{
		font-size: 1.2rem;
	}
	.recruit.page_ieyasu .box_white {
    margin: 20px auto 80px;
	}
	.member_list li .member_list_img,.member_list li .member_list_txt,
	.recruit .content_item01_img,	.recruit .content_item01_txt,
	.recruit .tab {
		width: 100%;
	}
	.member_list li .member_list_txt,.content_item01_txt{
		margin-top: 10px;
	}
	.tab-area {
		margin-top: 60px;
	}
	.recruit .tab{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 540px) {
	.recruit .content .content_item01_txt p:last-of-type {
    margin-top: 10px;
	}
	.recruit .partner_contact ul {
    margin-bottom: 0;
	}
	.recruit .partner_contact{
		padding: 30px 20px 10px;
	}
	.recruit .partner_contact h2 {
    font-size: 18px;
	}
	.content_item02 .mamber_ttl{
		margin-bottom: 20px;
	}
	.member_list li{
		padding: 20px;
    margin-bottom: 20px;
	}
}

/* 会社概要 */
.corporate{

}
.corporate_item01{
	margin: 40px auto 80px;
	font-size: 15px;
	text-align: center;
}
.corporate_item01 span{
	color: #a70048;
	font-size: 15px;
}
.corporate .container .box_white li p{
	line-height: 1.6;
}
.corporate .container .box_white h2 {
	align-items: baseline;
	color: #a70048;
	display: flex;
	font-size: 20px;
	margin-bottom: 40px;
}
.corporate .container .box_white h2::before {
  content: "";
  background: url(../img/ieyasu/corporate/corporate-icon.png) no-repeat center / contain;
  display: block;
  margin-right: 10px;
  height: 29px;
  width: 18px;
}
.corporate .red_ttl {
	color: #a70048;
	margin-bottom: 20px;
}
.corporate_item02{
	margin-left: auto;
	margin-top: 30px;
	max-width: 240px;
	text-align: right;
}
.corporate_item02 p{
	display: inline-block;
	text-align: left;
}
.corporate_img02{
	margin-top: 10px;
	margin-left: 10px;
	max-width: 180px;
	width: 100%;
}
.corporate section table{
	margin-bottom: 20px;
	width: 100%;
}
.corporate section table th,.corporate section table td{
	font-size: 1.5rem;
	line-height: 1.6;
	padding-bottom: 20px;
}
.corporate section table th{
	text-align: left;
	width: 100px;
}
.corporate section table td{
	width: calc(100% - 100px);
}
.corporate section table .map{
	margin-top: 30px;
}
.corporate section table .map iframe{
	margin-top: 10px;
	height: 260px;
	width: 100%;
}
.corporate section table .map p span{
	color: #a70048;
	margin-right: 10px;
}
.corporate_link_list{
	margin-bottom: 60px;
}
.corporate_link_list li{
	margin-bottom: 24px;
}
.corporate_link_list li a{
	font-size: 1.5rem;
	text-decoration: underline;
}
@media screen and (max-width: 850px) {
	.corporate_item01 {
    margin: 20px auto 40px;
	}
	.corporate_item02{
		max-width: 200px;
		margin-bottom: 20px;
	}
	.corporate section table th,.corporate section table td,
	.corporate_link_list li a{
		font-size: 1.2rem;
	}
	.corporate section table th,.corporate section table td{
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 540px) {
	.corporate .container .box_white h2{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.corporate_img02{
		max-width: 120px;
	}
	.corporate section table th,.corporate section table td{
		display: block;
		width: 100%;
	}
	.corporate section table th{
		padding-bottom: 0;
	}
	.corporate section table .map iframe {
    height: 140px;
	}
}

/* ブログ */
.blog .container{
	margin-bottom: 150px;
}
@media screen and (max-width: 850px) {
	.blog .container{
		margin-bottom: 80px;
	}
}
