/*font設定*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(/entry/assets/fonts/NotoSans_Thin.woff2) format('woff2'), url(/entry/assets/fonts/NotoSans_Thin.woff) format('woff'), url(/entry/assets/fonts/NotoSans_Thin.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  src: url(/entry/assets/fonts/NotoSans_Light.woff2) format('woff2'), url(/entry/assets/fonts/NotoSans_Light.woff) format('woff'), url(/entry/assets/fonts/NotoSans_Light.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(/entry/assets/fonts/NotoSans_DemiLight.woff2) format('woff2'), url(/entry/assets/fonts/NotoSans_DemiLight.woff) format('woff'), url(/entry/assets/fonts/NotoSans_DemiLight.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSans_Regular.otf'), url(/entry/assets/fonts/NotoSans_Regular.woff2) format('woff2'), url(/entry/assets/fonts/NotoSans_Regular.woff) format('woff'), url(/entry/assets/fonts/NotoSans_Regular.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(/entry/assets/fonts/NotoSans_Medium.woff2) format('woff2'), url(/entry/assets/fonts/NotoSans_Medium.woff) format('woff'), url(/entry/assets/fonts/NotoSans_Medium.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(/entry/assets/fonts/NotoSans_Bold.woff2) format('woff2'), url(/entry/assets/fonts/NotoSans_Bold.woff) format('woff'), url(/entry/assets/fonts/NotoSans_Bold.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(/entry/assets/fonts/NotoSans_black.woff2) format('woff2'), url(/entry/assets/fonts/NotoSans_black.woff) format('woff'), url(/entry/assets/fonts/NotoSans_black.otf) format('opentype')
}

/*END===font設定*/
/*共通*/
body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
}
.bold {
	font-weight: bold;
}
.general-table {
	margin-bottom: 0;
}
.left {
	text-align: left;
}
.flex-wrapper {
	padding: 0;
}
.inner.general figure {
  margin: 0;
}
.general-list {
	text-align: left;
}


.content_warapper .content{
	background-color: #fffbd5;
	padding: 2rem 3rem 3rem;
	border-radius: 10px;
	text-align: center;
}
.content_warapper .content + .content {
	margin-top: 3rem;
}
.content .img {
	margin-bottom: 2rem;
}
.content .detail {
	text-align: left;
}
.content .accordion {
	margin-top: 3rem;
}
.content .accordion .accordion_inner {
	display: none;
}
/*accordion*/
.content .accordion section {
  margin-top: 0;
}
.content .accordion h3 {
	font-size: 2rem;
	font-weight: bold;
	background: linear-gradient(transparent 60%,#fef7fa 60%);
	width: fit-content;
	margin: 0 auto 1.5rem;
}

.accordion {
	color: #1a1d1e;
  background-color: #f9788c;
  padding: 1rem 2rem;
	max-width: 944px;
	margin: 3.5rem auto 0;
	cursor: pointer;
}
.accordion:nth-of-type(1) {
	background-color: #e8534b;
}
.accordion dt {
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
}
.accordion .title {
	position: relative;
	text-align: center;
    display: block;
}
.accordion .title::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 2rem;  
  width: 8px;
  height: 7px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(135deg);
	transition: .2s;
}
.accordion dt.active .title::before {
  content: "";
  position: absolute;
  top: 45%;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-45deg);
  transition: .2s;
}
.accordion dt.active.title::before {
  content: "";
  position: absolute;
  top: 45%;
  width: 8px;
  height: 7px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-45deg);
	transition: .2s;
}
.accordion_inner {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
/*電バスあこーでぃおん*/
.phone_flow ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.phone_flow ol.spOnly {
	display: none;
}
.phone_flow ol li {
width: calc(90%/4);
  text-align: center;
  background-color: revert;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 0;
}
.phone_flow ol li p {
	text-align: left;
  margin-top: 1rem;
	font-weight: normal;
	line-height: 1.5;
}
.phone_flow ol li::after {
  content: "";
  background-image: url(/common/images/icon/ic_arrow-r-rd03.png);
  background-size: contain;
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 30px;
  background-repeat: no-repeat;
  right: -11%;
	bottom: 65%;
}
.phone_flow ol .last::after {
  display: none;
}

/*END===電バスあこーでぃおん*/
/*PASMOオートチャージサービス登録方法*/

.content:nth-of-type(2) .accordion {
	background-color: #808c91;
}
.content:nth-of-type(2) .accordion h3 {
  font-size: 2.2rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%,#edfaff 60%);
  width: fit-content;
  margin: 0 auto 1.5rem 0;
}
.content_title {
	font-size: 2.1rem;
  font-weight: bold;
  margin-top: 1.5rem;
}
.bg_bottom {
	background-color: #f7f7f7;
  padding-top: .5rem;
  padding-bottom: 2rem;
}
.content_img {
	max-width: 160px;
    margin: 1rem auto;
}
.content_img.last {
	max-width: 200px;
}
.content_title.last {
	margin-top: 2.5rem;
}
.wrapper_in {
	counter-reset: my-counter;
}
.wrapper_in + .wrapper_in {
margin-top: 1.5rem;
  border-top: 2px dotted #ccc;
  padding-top: 1.5rem;
}

.wrapper_in h4 {
	margin-bottom: 0.75em;
  position: relative;
  text-indent: -4rem;
  margin-left: 4rem;
} 
.wrapper_in h4::before {
  background-color: #282828;
  border-radius: 50%;
  color: #fff;
  content: counter(my-counter, decimal);
  counter-increment: my-counter;
  display: inline-block;
  font-family: helvetica,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  height: 1.4em;
  line-height: 1.4em;
  margin-right: 0.5em;
  text-align: center;
  width: 1.4em;
  text-indent: 0;
}
.wrapper_in .content_title:last-of-type {
	margin-top: 5.5rem;
}
.bgGray {
	background-color: none;
	padding: 2rem;
	counter-reset: my-counter;
}
.bgGray .title_caption {
	display: block;
  line-height: 1.5;
  margin-top: .5rem;
  color: #eb2f4c;
	font-size: 1.4rem;
}
.bgGray>.general-p {
	font-size: 1.6rem;
}
.bgGray .flex-wrapper {
	padding: 0;
	margin-top: 1.5rem;
}
.bgGray .flex-wrapper .title_caption {
	display: block;
  font-size: 1.3rem;
  color: #eb2f4c;
}
.bgGray .flex-wrapper li {
	width: 35%;
}
.bgGray .flex-wrapper li img {
	max-height: 100px;
}
.bgGray h4 {
	font-size: 2rem;
    margin-bottom: 1rem;
}
.bgGray .btn.btn-primary {
	margin-top: .5rem;
}
.bgGray .btn.btn-primary a {
	color: #fff;
  padding: .8rem 2rem;
  height: auto;
  display: block;
  font-size: 1.6rem;
}
.sub_content_title {
	font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2.5rem;
	margin-bottom: 1rem;
}
.content:nth-of-type(2) .accordion .accordion_inner .accordion {
	background-color: #fff;
  border: 1px solid #cacaca;
  padding: .5rem;
  border-radius: 10px;
	margin-bottom: 1rem;
}

.content:nth-of-type(2) .accordion .accordion_inner .accordion .title {
	color: #1a1d1e;
  font-weight: normal;
  font-size: 1.6rem;
	padding: .5rem;
}.content:nth-of-type(2) .accordion .accordion_inner .accordion .title::before {
	border-top: 4px solid #282828;
  border-right: 4px solid #282828;
}
.content:nth-of-type(2) .accordion .accordion_inner .accordion .accordion_inner {
	margin-bottom: 0;
	padding-bottom: .5rem;
}
.content:nth-of-type(2) .accordion .accordion_inner .accordion .alter_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	counter-reset: my-counter;
	gap: 2rem;
}
.content:nth-of-type(2) .accordion .accordion_inner .accordion .alter_list li {
  width: 46%;
	display: flex;
	flex-direction: column;
}
.content:nth-of-type(2) .accordion .accordion_inner .accordion .alter_list .title {
  margin: 0 0 1em 2.4em;
  text-align: left;
  font-size: 1.4rem;
	flex-grow: 1;
}
.content:nth-of-type(2) .accordion .accordion_inner .accordion .alter_list .title::before {
	content: none;
}
.content:nth-of-type(2) .accordion .accordion_inner .accordion .alter_list .title::after {
  background-color: #282828;
  border-radius: 50%;
  color: #fff;
  content: counter(my-counter, decimal);
  counter-increment: my-counter;
  display: inline-block;
  font-family: helvetica,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  height: 1.4em;
  line-height: 1.4em;
  margin-right: 0.5em;
  text-align: center;
  width: 1.4em;
  text-indent: 0;
}
.content:nth-of-type(2) .accordion .accordion_inner .accordion .alter_list .title::after {
  margin-left: -1.8em;
	left: 0;
  position: absolute;
  top: 0;
}

.flex2 .text {
	width: 71%;
	text-align: left;
}
.flex2 .icon {
	width: 20%;
}
.float {
	clear: both;
}
.float h4 {
	float: right;
	width: 70%;
	text-align: left;
	font-size: 1.8rem;
	margin-bottom: 1rem;
	
}
.float .text {
	float: right;
	width: 71%;
	text-align: left;
}
.float .img {
	float: left;
	width: 20%;
}
.float .img p:nth-of-type(2) {
	max-width: 60%;
	margin: auto;
}

/*END===PASMOオートチャージサービス登録方法*/

/*btn*/
/*btn_bg*/
.btn_wrapper {
	margin: 4rem auto 0;
}
.button a {
  max-width: 800px;
  margin: 0 auto;
	background-color: #ffeb27;
	color: #009de1;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	display: block;
	padding: 1.5rem 2rem;
	box-shadow: 3px 3px #e5d216;
	line-height: 1;
	border-radius: 50px;
}
.button + .button {
    margin: 2rem auto 0;
}
.button + .button a {
  background-color: #009de1;
  box-shadow: 3px 3px #068ac4;
  color: #fff;
}

.button a::after {
content: "";
  position: absolute;
  top: 48%;
  right: 2.5rem;
  width: 8px;
  height: 8px;
  border-top: 4px solid #009de1;
  border-right: 4px solid #009de1;
  transform: rotate(45deg);
  margin-top: -4px;
}
.button + .button a::after
{
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
}
.button.btn02 a {
	background-color: #fff;
	color: #d52468;
	border: 2px solid #d52468;
}
/*END===btn_bg*/
/*END===btn*/
.wrapper_in + .wrapper_in {
  margin-top: 2.5rem;
  border-top: 2px dotted #ccc;
  padding-top: 2.5rem;
}

@media screen and (max-width:659px) {
		  .content .accordion h3 span {
	background: linear-gradient(transparent 60%,#ffeff1 60%);
		text-align: center;
	}

	  .accordion:nth-of-type(1) section h3 span {
    background: linear-gradient(transparent 60%,#ffeff1 60%);
    text-align: center;
  }
	.content_warapper .content {
		padding: 1rem 1rem 2rem;
		border-radius: 5px;
	}
	.content .accordion {
	  margin-top: 1.5rem;
	}
	.accordion {
		padding: 1rem;
	}
	.accordion dt {
		font-size: 1.4rem;
		
	}
	.accordion .title::before {
		width: 4px;
	  height: 4px;
	  border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
		right: 0rem;
		top: 1rem;
	}
	
	.accordion dt.active.title::before {
		width: 4px;
	  height: 4px;
	  border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
	}
	.content .accordion h3 {
		font-size: 1.4rem;
	}
	.accordion_inner {
		padding: 1rem;
  margin-top: 1rem;
	}
	  .accordion:nth-of-type(1) section h3 {
    background: none;
  }
	  .accordion:nth-of-type(1) section h3 span {
    background: linear-gradient(transparent 60%,#ffeff1 60%);
    text-align: center;
  }
	
	
	  .phone_flow ol li {
    width: calc(100%/2);
    flex-direction: column;
    margin: 0;
  }
	  .phone_flow ol li::after {
    content: "";
    background-image: url(/common/images/icon/ic_arrow-r-rd03.png);
    background-size: contain;
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 30px;
    background-repeat: no-repeat;
    right: -4%;
    bottom: 65%;
  }
	
	  .content .accordion h3 {
    font-size: 1.3rem;
		  background: none;
  }
	.float h4 {
		padding-left: 4rem;
		width: 100%;
		font-size: 1.3rem;
	}
	.float:nth-of-type(1) img {
		max-width: 15rem;
	}
	.float .img {
	  width: 90%;
	  margin: auto;
		float: none;
		display: flex;
    justify-content: space-around;
    align-items: end;
	}
	.float .text {
		width: 100%;
	}
	.float:nth-of-type(2) {
		margin-top: 2rem;
	}
	.float .img p:nth-of-type(1) img {
		max-width: 12rem;
	}
	.float .img p:nth-of-type(2) img {
		max-width: 7rem;
	}
	.content:nth-of-type(2) .accordion h3 {
		font-size: 1.7rem;
		text-align: center;
		margin-left: auto;
	}
	.bg_bottom {
		padding-top: .1rem;
	}
	.content_title {
		font-size: 1.5rem;
	}
	.bgGray {
		padding: 1rem;
	}
	.bgGray > .general-p {
  font-size: 1.4rem;
}
	.bgGray .flex-wrapper li {
	  width: 100%;
	}
	.bgGray .flex-wrapper li + li {
		margin-top: 2.5rem;
	}
	.bgGray h4 {
		font-size: 1.4rem;
	}
	.bgGray .btn.btn-primary {
		width: 100%;
	}
	.bgGray .btn.btn-primary a {
		padding: 0;
		font-size: 1.4rem;
      width: 100%;
	}
	.sub_content_title {
		font-size: 1.4rem;
	}
	.flex2 .text {
		width: 100%;
	}
	.bg_bottom .flex2 .text {
		padding: 0 1rem
	}
	.flex2 .icon {
		width: 100%;
		max-width: 160px;
    margin: 1rem auto 0;
	}
	.content:nth-of-type(2) .accordion .accordion_inner .accordion .alter_list {
		column-gap: 1rem;
	}
	
	.content:nth-of-type(2) .accordion .accordion_inner .accordion .alter_list li {
		width: 100%;
	}
	.content:nth-of-type(2) .accordion .accordion_inner .accordion .accordion_inner {
		padding: .5rem;
	}
	.button a {
		font-size: 1.6rem;
    line-height: 1.25;
		padding: 1rem;
	}
	.button a::after {
		right: 1rem;
	}
	.button + .button a::after {
	  border-right: 3px solid #fff;
	  border-top: 3px solid #fff;
	}
	.content:nth-of-type(2) .accordion .accordion_inner .accordion .alter_list .title {
		padding-top: 0;
	}
	.content:nth-of-type(2) .accordion .accordion_inner .accordion .alter_list .title::after {
		top: .2rem;
	}
	.content:nth-of-type(2) .accordion .accordion_inner .accordion .title {
		font-size: 1.4rem;
	}
	  .general-table.scroll img {
    max-width: 50rem;
    display: block;
  }
	.content:nth-of-type(2) .accordion .accordion_inner .accordion .title::before {
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
		top: 1.5rem;
}
	.wrapper_in + .wrapper_in {
  margin-top: 1.5rem;
  border-top: 2px dotted #ccc;
  padding-top: 1.5rem;
}
	  .content .accordion .wrapper_in h3 span {
    background: linear-gradient(transparent 60%,#edfaff 60%);
    text-align: center;
  }
}