/*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;
}
img {
	vertical-align: bottom;
}
.general-table {
  margin-bottom: 0;
}
h2 {
	text-align: center;
}
.text-red {
	color: #d23939;
	font-weight: bold;
}
.li-detail > ul > li .pre {
	padding: 0;
}
/*END===共通*/
main{
  background-image: -moz-linear-gradient( -50deg, rgb(0,176,236) 37%, rgb(128,206,138) 50%, rgb(255,235,39) 66%);
  background-image: -webkit-linear-gradient( -50deg, rgb(0,176,236) 37%, rgb(128,206,138) 50%, rgb(255,235,39) 66%);
  background-image: -ms-linear-gradient( -50deg, rgb(0,176,236) 37%, rgb(128,206,138) 50%, rgb(255,235,39) 66%);
}
/*main_vs*/
.main_visu_area {
	padding: 2rem 1rem 8rem;
}
/*END===main_vs*/
/*btn_bg*/
.btn_wrapper {
	margin: 4rem auto 0;
}
.button a {
  max-width: 700px;
  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: #fff;
	box-shadow: 3px 3px #078cb9;
}

.button a::after {
content: "";
  position: absolute;
  top: 48%;
  right: 2.5rem;
  width: 8px;
  height: 7px;
  border-top: 4px solid #009de1;
  border-right: 4px solid #009de1;
  transform: rotate(45deg);
  margin-top: -4px;
}
.button.btn02 a {
	background-color: #fff;
	color: #d52468;
	border: 2px solid #d52468;
}
/*END===btn_bg*/
/*contents_wrapper*/
.contents_wrapper h2 {
	text-align: center;
	margin-bottom: 2rem;
}
.contents_wrapper .inner.general:nth-of-type(2) {
	margin-top: 6rem;
	margin-bottom: 4rem;
}
.contents_wrapper h3 {
	text-align: center;
}
.contents_wrapper .contents {
  background-color: #fffbd5;
  border-radius: 15px;
  padding: 3rem;
}
.contents_wrapper .contents  .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}
.contents_wrapper .contents  .flex > li:first-child {
	border-right: 2px dotted #aaaaaa;
}
.contents_wrapper .contents .detail {
	margin-top: 1rem;
}
.contents_wrapper .inner.general:nth-of-type(2) .contents > h3 {
	padding-bottom: 1.5rem;
}
.contents_wrapper .inner.general:nth-of-type(3) .contents > h3 {
	padding-bottom: 3rem;
}
.tumitate_content{
	display: flex;
  margin: 1.5rem auto 0;
  max-width: 840px;
 justify-content: space-between;
}
.tumitate .detail {
	width: 65%;
	text-align: left;
	 color: #282828;
	 margin-top: 0;
}
.tumitate_content .text-small {
	display: block;	
	margin-top: -.2rem;
}
.tokuten_btn {
  text-align: right;
  margin-bottom: 3rem;
	width: 33%;
}
.tokuten_btn a {
	display: inline-block;
  background-color: #00b0ec;
  padding: 1rem 1.5rem 1rem 1rem;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
	position: relative;
}
.tokuten_btn a::before {
	content: "";
  position: absolute;
  top: 48%;
  right: 1.3rem;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: -3px;
}

/*END===contents_wrapper*/
/*accordion*/
.tokuten_wrapper .accordion section {
  margin-top: 0;
}
.tokuten_wrapper .accordion section h3 {
	background: linear-gradient(transparent 60%,#fef7fa 60%);
}
.accordion {
	color: #1a1d1e;
  background-color: #00b0ec;
  padding: 1rem 2rem;
	max-width: 944px;
	margin: 3.5rem auto 0;
	cursor: pointer;
}
.accordion:nth-of-type(1) {
	background-color: #f9788c;
}
.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 #ffea21;
  border-right: 4px solid #ffea21;
  transform: rotate(-45deg);
	transition: .2s;
}
/*電バスあこーでぃおん*/
.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===電バスあこーでぃおん*/
.bottom .accordion {
	background-color: #e8534b;
	padding: 2rem;
}
.bottom .accordion:nth-of-type(2) {
	background-color: #fff;
}
.bottom .accordion dt .title {
	color: #fff;
}
.bottom .accordion:nth-of-type(2) dt .title {
	color: #1a1d1e;
}
.bottom .accordion dt .title::before {
	border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
.bottom .accordion dt.active .title::before {
	border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
.bottom .accordion:nth-of-type(2) dt .title::before {
	border-top: 4px solid #1a1d1e;
  border-right: 4px solid #1a1d1e;
}
.bottom .accordion:nth-of-type(2) dt.active .title::before {
	border-top: 4px solid #1a1d1e;
  border-right: 4px solid #1a1d1e;
}
.bottom .accordion .accordion_inner {
	margin-bottom: 0;
}
.accordion_inner {
	background-color: #fff;
	padding: 2rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
	display: none;
}
.bottom .accordion:nth-of-type(2) .accordion_inner {
	background-color: #fff;
	padding: 0;
  margin-top: .8rem;
}
.bottom .accordion section h3 {
 background: linear-gradient(transparent 60%,#ffe4e3 60%);
}
.accordion section+section {
	margin-top: 3.5rem;
}
.accordion section h3 {
	font-size: 2rem;
	font-weight: bold;
	background: linear-gradient(transparent 60%,#e8f9ff 60%);
	width: fit-content;
	margin: 0 auto 1.5rem;
}
.accordion:nth-of-type(1) section h3 {
	background: linear-gradient(transparent 60%,#ffeff1 60%);
}
.accordion .text-big {
	font-size: 1.6rem;
	font-weight: bold;
}
/*table内*/
.taStyle02 th:nth-of-type(2) {
	width: 31rem;
}
.taStyle02 th:nth-of-type(3) {
	width: 17rem;
}
.general-table .taStyle02 td,
.general-table .taStyle02 th {
	background-color: #fffbfb;
	border: 2px solid #ccc;
	color: #45313a;
}
.general-table .taStyle02 thead th {
	background-color: #ffe4e3;
	text-align: center;
}
/*END===table内*/
/*2つ目accordion*/
.accordion dt .important {
display: inline-block;
  font-size: 1.4rem;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  text-align: left;
  margin-top: 2rem;
  font-weight: normal;
  line-height: 1.5;
  color: #d23939;
}
.accordion dt .important:nth-last-of-type(1) {
	margin-top: 0;
	margin-bottom: 0;
}
/*END===2つ目accordion*/

/*END===accordion*/
.bottom {
	margin-top: 7rem;
}
.bottom .btn_wrapper {
	margin: 7rem auto 0;
}
.bottom .accordion .title::before {
	top: 10%;
}
.bottom .button a {
	background-color: #009de1;
    color: #ffeb27;
}
.bottom .button a::after {
	border-top: 4px solid #ffeb27;
  border-right: 4px solid #ffeb27;
}
.bottom .button:nth-of-type(2) a {
	background-color: #fff;
  color: #01a7df;
}
.bottom .button:nth-of-type(2) a::after {
  border-top: 4px solid #01a7df;
	border-right: 4px solid #01a7df;
}
.btn-back {
	margin: 5rem auto 0;
  padding-bottom: 4rem;
}
/*fp*/
.fp {
	text-align: center;
	max-width: 800px;
  margin: 7rem auto 0;
}
/*END===fp*/


/*sp表示*/
@media screen and (max-width:659px) {
	  .general-list li {
    margin: 0 0 .2em;
  }
	.text-small {
  font-size: .9rem;
  line-height: 1.5;
}
/*main_vs*/
.main_visu_area {
	padding: 1.5rem 1rem 2.5rem;
}
	.inner.general {
		padding: 0;
	}
.btn_wrapper {
  margin: 1.5rem auto 0;
}
/*END===main_vs*/
/*btn_bg*/
.button a {
  margin: 0 auto 0;
  font-size: 1.6rem;
  padding: 1rem;
}
.button + .button {
    margin: 1rem auto 0;
}
	.button a::after {
content: "";
  right: 1.2rem;
}
/*END===btn_bg*/
/*contents_wrapper*/
	.contents_wrapper {
		padding: 0 1rem;
	}
	.contents_wrapper .inner.general:nth-of-type(2) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
	.contents_wrapper h2 {
		max-width: 80%;
        margin: 0 auto 1rem;
	}
	.contents_wrapper .contents {
		padding: 1rem;
	}
	.contents_wrapper .contents .flex {
		flex-direction: column;
		margin-top: 1.5rem;
	}
	.contents_wrapper .contents .flex > li:first-child {
		border-bottom: 2px dotted #aaaaaa;
		border-right: none;
		padding-bottom: 1.5rem;
		padding-top: 0;
		padding-right: 0;
	}
	.contents_wrapper .contents .flex > li:nth-of-type(2) {
		padding-top: 1.5rem;
	}
	.contents_wrapper .contents .detail {
		font-size: 1rem;
		line-height: 1.75;
	}
	.contents_wrapper .inner.general:nth-of-type(3) .contents > h3 {
  padding-bottom: .5rem;
}
	.tokuten_wrapper .more {
	padding: 0;
	margin-top: 1.5rem;
}
	.tumitate .detail {
		margin: 1.5rem auto 0;
        width: 100%;
	}
	.tumitate_content {
		display: flex;
	    margin: 0 auto 0;
		flex-direction: column-reverse;
	}

	.tumitate .detail {
		margin: 1.5rem auto 0;
        width: 100%;
	}
		.tokuten_btn {
		text-align: center;
		margin-top: 1rem;
		margin-bottom: 0;
		width: 100%;
	}

		.tokuten_btn a {
		width: 70%;
		font-size: 1.2rem;
		padding: .5rem 1rem .5rem .5rem;
    line-height: 1.5;
	}
	.tokuten_btn a::before {
		width: 4px;
     height: 4px;
     border-top: 2px solid #fff;
     border-right: 2px solid #fff;
		margin-top: -2px;
		right: 1rem;
	}


/*END===contents_wrapper*/
/*accordion*/
.accordion {
  padding: 1rem 1rem;
  margin-top: 1.5rem;
}
.accordion dt {
	font-size: 1.4rem;
	line-height: 1.3;
}
.accordion dt .title::before {
	content: "";
  position: absolute;
  top: 24%;
  right: 2rem;  
width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  transform: rotate(135deg);
	transition: .2s;
}
.contents .accordion dt .title::before {
		right: 0;
	}
	.bottom .accordion:nth-of-type(1) .title::before {
  top: 40%;
}
.accordion_inner {
	margin-top: 1.5rem;
    padding: 1rem;
	margin-bottom: 0;
}
.accordion section+section {
	margin-top: 2rem;
}
.accordion section h3 {
	font-size: 1.4rem;
	text-align: center;
	background: none;
	margin-bottom: .5rem;
}
	.accordion:nth-of-type(1) section h3 {
		background: none;
		}
	.bottom .accordion section h3 {
		background: none;
		text-align: center;
	}
.accordion section h3 span {
	background: linear-gradient(transparent 60%,#e8f9ff 60%);
	text-align: center;
}
	.accordion:nth-of-type(1) section h3 span {
			background: linear-gradient(transparent 60%,#ffeff1 60%);
		text-align: center;

	}
.accordion .text-big {
	font-size: 1rem;
}
	.bottom {
  margin-top: 4rem;
  padding: 0 1rem;
}
	.bottom .accordion {
		padding: 1rem 0;
		margin-top: 2.5rem;
	}
	.bottom .btn_wrapper {
		margin: 4rem auto 0;
	}
/*table内*/
.general-table.scroll .ma_right {
	margin-left: 0;
}
.taStyle02 th:nth-of-type(4) {
	width: 10rem;
}
.general-table .taStyle02 td,
.general-table .taStyle02 th {
	padding: .5rem;
}
.general-table.scroll img {
	max-width: 50rem;
	display: block;
}
/*END===table内*/
/*2つ目accordion*/
.accordion dt .important {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 1rem;
    margin-right: 1rem;
	text-indent: -1rem;
  padding-left: 1rem;
}
.accordion dt .important:nth-last-of-type(1) {
	margin-bottom: .5rem
}
	.accordion:nth-of-type(2) .accordion_inner {
  padding: 1rem;
	margin-top: 1rem;
}
	.bottom .accordion .accordion_inner {
  margin-bottom: 0;
  margin: 1rem 1rem 0;
  font-size: 1rem;
}
	.bottom .accordion:nth-of-type(2) .accordion_inner {
		margin-top: 0;
	}
/*END===2つ目accordion*/
	.general-table .taStyle02 thead th:nth-of-type(3) {
		max-width: 12rem;
	}
/*END===accordion*/
	/*電バスあこーでぃおん*/
	.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%;
  }
	.phone_flow ol li:nth-of-type(3)::after {
		bottom: 55%;
	}
	.phone_flow ol li p {
		font-size: 1rem;
		line-height: 1.5;
	}
	/*END==電バスあこーでぃおん*/
	.fp {
		max-width: 100%;
	    margin: 4rem auto 0;
	}
}
/*END===sp表示*/


