.c-btn {
	display: inline-block;
	background: #135DBC;
	color: #fff;
}
.c-btn--large {
	width: 400px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	border-radius: 32px;
	background: #135DBC;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.c-btn--large {
		width: 100%;
	}
}
/*heading*/
.p-heading {
	position: relative;
}
.p-heaidng--primary {
	position: relative;
	padding-left: 10px;
	border-left: 4px solid #135DBC;
	font-size: 3rem;
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: .1em;
}
.p-heading--primary .txt-sm {
	font-size: .5em;
}
.p-heaidng--secondary {
	position: relative;
	font-size: 1.5rem;
	font-weight: 100;
}
.c-text-l {
	font-size: 3rem;
	line-height: 1.4;
}
.c-text-m {
	font-size: 1.5rem;
	line-height: 1.8;
}
.c-text-r {
	font-size: 1rem;
	line-height: 2;
}

.c-color--primary {
	color: #135DBC;
}
.settlement-url .c-btn {
	background: #135DBC;
	color: #fff;
	border-radius: 20px;
	color: #fff;
	padding: .5em;
}


/*section*/
.section {
	padding: 5rem 0;
}
.l-section {
	padding: 5rem 0;
}
.l-section--minus-mg {
	margin-top: -5rem;
}
.l-section__inner {
	max-width: 1136px;
	margin: 0 auto;
	padding: 0;
}
.l-section__inner--taxi {
	width: 78.9vw;
	margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
	.l-section__inner--taxi {
		margin: 40px 0 0 0;
		/* padding: 0 2.5%; */
	}
}

.p-section__head {
	margin-bottom: 2rem;
}
.p-section__lead {
	font-size: 1.5rem;
	line-height: 1.8;
}

/*下層メインビジュアル*/
.heroLow {}
.p-heroLow__inner {}
.p-heroLow__ttl {
	text-align: center;
	z-index: 22;
}
.p-heroLow__ttl--en {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: .15em;
}
.p-heroLow__ttl--jp {}


.c-wrap {
	padding: 1rem 0;
}
.c-wrap--center {
	text-align: center;
}
.c-wrap--mid {
	padding: 2rem 0;
}
.u-space {
	padding: 1em 0;
}
.p-topCTA {
	z-index: 100;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*max-height: 288px;*/
	/* padding: 1rem 2rem 1.5rem; */
/* 	padding: 5.25rem 2rem 1rem; */
	padding: 1rem 2rem 0;
	background-color: rgba(134,182,245,0.6);
}
.p-topCTA__wrap {
	position: relative;
/* 	top: -2.5rem; */
	top: -0.5rem;
}
@media screen and (max-width: 768px) {
	.p-topCTA {
		position: inherit;
		max-height: initial;
		background-color: rgba(134,182,245,0.7);
		padding: 1.5rem 2rem 1.5rem;
	}
	.p-topCTA__wrap {
		top: 0;
	}
}
.p-topCTA__list {
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	max-width: 1440px;
	min-width: 960px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.p-topCTA__list {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
}
.p-topCTA__item {
	width: 24%;
	padding: .5rem .5rem 1rem;
	border: 2px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}



.taxi-kind {
    width: 100%;
    max-width: 1136px;
/*     margin: auto; */
/*     display: flex; */
/*     justify-content: space-between; */
/*     flex-wrap: wrap; */
/*     margin-bottom: 70px; */
}

.taxi-type {
    width: 100%;
    max-width: 1136px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.type {
    position: relative;
    width: 33%;
    padding-bottom: 80px;
}

.type img {
    width: 100%;
}

.type__title {
  position: absolute;
  top: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: #FFFFFF;
  padding: 20px 0;
  color: #135DBC;
}

.type__title h4 {
    font-weight: 100;
    font-size: 22px;
    color: #004098;
}

@media screen and (max-width: 768px) {
	.taxi-kind {
		width: 100%;
		max-width: initial;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding: 0 1rem;
	}

	.taxi-type {
		width: 100%;
		max-width: initial;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding: 0 1rem;
	}
	.type {
		width: 100%;
	}
	.p-topCTA__item {
		width: 100%;
		margin-bottom: 1rem;
	}
}
.p-topCTA__head {
	margin-bottom: 1rem;
	text-align: center;
	color: #fff;
}
.p-topCTA__ttl {
	font-size: 1.2em;
	margin-bottom: .5rem;
}
.p-topCTA__bottom {
	margin-top: 1rem;
	text-align: center;
}
.p-topCTA__bottom > a {
	padding: .25em 1em;
	color: #FFF;
	text-decoration: underline;
	/*background: #ff0;*/
	/*font-weight: bold;*/
	/*border-radius: 2px;*/
}
.p-topCTA__area {
	font-size: 14px;
	letter-spacing: .1em;
	text-align: center;
}
.p-topCTA__number {
	font-family: 'icomoon', sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-topCTA__number {
		font-size: 3.5vh;
	}
}
/* .p-topCTA__number::before {
	position: relative;
	content: '';
	height: 48px;
	width: 60px;
	background-repeat: no-repeat;
	background-size: 48px;
} */
/* .p-topCTA__number.navi::before {
	top: 5px;
	background-image: url(../images/common/navidial.svg);
} */

@media screen and (min-width: 768px) {
	.p-topCTA__item .p-topCTA__number a {
		pointer-events: none;
		cursor:default;
	}
}

.p-topCTA__number.navi a::before  {
  content: '';
  position: relative;
  top: 13px;
  background-image: url(../images/common/navidial.svg);
  height: 41px;
  width: 61px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 52px;
}

/* .p-topCTA__number.ip::before {
	background-image: url(../images/common/tel.svg);
} */

.p-topCTA__number.ip a::before {
  content: '';
  position: relative;
  top: 15px;
  background-image: url(../images/common/tel.svg);
  display: inline-block;
  height: 46px;
  width: 61px;
  background-size: 46px;
  background-repeat: no-repeat;
}

@media all and (-ms-high-contrast: none){
  .p-topCTA__number.ip a::before{
    top:18px;
	 height: 47px;
	 background-size: 49px;
  }
}


@media screen and (max-width: 768px) {
	.p-topCTA__list {
		max-width: initial;
		min-width: initial;
		width: 100%;
	}
	.u-sp-dn {
		display: none;
	}
	.p-heaidng--primary {
		font-size: 1.75rem;
	}
	.p-heroLow__ttl--en {
		font-size: 2rem;
	}
	.l-section {
		padding: 2.5rem 1rem;
	}
	.p-section__head {
		margin-bottom: 2rem;
	}
	.p-section__lead {
		font-size: 1rem;
	}
	.p-support__body {
		padding-top: 1rem;
	}
	.footer_subnav {
		padding-left: 1rem;
		border-left: 1px solid #ccc;
	}
	.footer_subnav li {
		padding: .25rem 0;
	}
}

#faq .tips-posts {
    margin: 32px 0;
}

#faq .post_wrap {
    margin-bottom: 3rem;
    position: relative;
}

#faq .post_wrap dt {
    font-size: 1.5rem;
    color: #135DBC;
    margin-bottom: 16px;
    /*padding-left: 40px;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

#faq .post_wrap dt:before {
    /*content: url(images/faqicon.png);
    position: absolute;
    left: 0;*/

}

#faq .post_wrap dd {
    padding-left: 40px;
}
.faq__number {

}
.faq__ttl {
	display: inline-block;
	/*font-size: 2rem;*/
}
@media screen and (min-width: 768px) {

    #faq {
        /*margin: 50px 0;*/
    }

    #faq .tips-posts {
        margin: 60px 0;
    }

    #faq h3 {
        font-size: 48px;
    }
}
.profile-table a {
	color: #135DBC;
	text-decoration: underline;
}


.post_wrap dt {
	display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    justify-content: center;
	    align-items: center;
}
.faq__number {
	position: relative;
	z-index: 100;
	display: block;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 3rem;
	text-align: center;
	color: #fff;
	background: #135DBC;
}
.faq__ttl {
	display: block;
	    padding-left: .5rem;
	    font-weight: bold;
	    width: calc(100% - 48px);
	}
#faq .post_wrap dd {
	padding-left: 56px;
}
@media screen and (max-width: 768px) {
	.faq__ttl {
		font-size: 1rem;
	}
}

