@charset "UTF-8";
h1.mnp_text {
	margin: 32px 0;
}

body {
	min-width: auto;
}

h1.mnp_text {
	color: var(--black);
	font-size: 34px;
	margin: 45px 0;
	line-height: 1.3;
}
h2 {
	font-size: 22px;
	background-color: var(--background-gray);
	padding: 10px 0 10px 20px;
	line-height: 1.3;
}
h3 {
	font-size: 18px;
	margin-bottom: 16px;
	line-height: 1.3;
}

hr {
	margin-bottom: 0 ;
}

.fullwide {
	line-height: 2;
}

.container-fluid p {
	color: var(--black);
	line-height: 1.8em;
}

span {
	display: inline-block;
}

.row-fluid ul li {
	text-indent: -1em;
	padding-left: 1em;
}

span.small {
	font-size: 11px;
}

.red {
	color: var(--secondary);
}

/*----------メインビジュアル----------*/
.Main_block {
	display: flex;
	gap: 32px;
	align-items: end;
}
.Main_block p {
	font-size: 14px;
	font-weight: bold;
}

.main_Text {
	float: left;
	width: 450px;
}

.Main_v {
	text-align: right;
}

/*----------メインビジュアルend----------*/

.mnp_note {
	font-weight: normal;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.8;
	list-style: none;
	margin-top: 4px;
}

.attention_link:hover {
	opacity: 0.65;
}

/*----------乗り換え方法----------*/
#transfer{
	margin: 56px 0 0;
}
.content {
	margin-bottom: 32px;
}

#content h3 {
	font-size: 20px;
}

h4,
.web_entry {
	/* color:var(--primary); */
	font-weight: bold;
	margin-bottom: 16px;
	font-size: 14px;
}

#content h4 {
	font-size: 16px;
}

#content h1,
#content h2,
#content h3 {
	line-height: 1.3;
}

.text-note {
	font-weight: bold;
	margin: 24px 0;
}

.under_line {
	text-decoration: underline;
}

p.red {
	color: var(--secondary) !important;
	font-size: 13px;
}

.content_wrap {
	font-size: 14px;
}

.content_wrap .mt16 {
	margin-top: 16px;
}

/* .blue{
color:var(--primary);
} */
.content_wrap a {
	text-decoration: underline;
}

/*--申し込みテーブル--*/
.entry_table {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	text-align: center;
	margin: 10px 0 32px;
	width: 100%;
}

.entry_table thead {
	font-weight: bold;
}

.entry_table th {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background-color: var(--background-gray);
	padding: 10px 0;
}

.entry_table td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px 0;
}

p.entry_note {
	margin-top: 5px;
	color: var(--black);
}

.mt16 {
	margin-top: 16px !important;
}

.mnp_btn {
	display: flex;
	justify-content: center;
	gap: 32px
}

.mnp_btn .cvButton {
	margin: 0;
}

.mnp_tenpo_btn {
	margin-left: 10px;
}

/*--申し込みテーブルend--*/
.web_entryimg {
	margin-top: 16px;
}

.third_headline {
	font-weight: bold;
	font-size: 14px;
}

.third_headline:nth-of-type(2) {
	margin-top: 16px;
}

/*----------乗り換え方法end----------*/

/*----------MNP予約受付窓口----------*/
#mnp_madoguchi{
	margin: 56px 0;
}
.TerminalList {
	border-top: 0;
	margin-top: 29px;
	padding-top: 0;
	line-height: 1;
}

.TerminalList ul {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 50px;
}

.TerminalList>h2 {
	margin-bottom: 40px;
	font-size: 23px;
}

.TerminalList h3 {
	/* color: var(--primary) !important; */
	padding: 32px 0 16px;
	text-align: left;
	font-size: 20px;
}

.TerminalList h3:first-of-type {
	padding: 0 0 16px;
}

.TerminalList li {
	border-bottom: 1px solid #f4f4f4;
}

.table_content_wrap {
	overflow-x: auto;
}

.table_content {
	width: 100%;
	min-width: 550px;
}

.table_content th {
	background-color: var(--background-blue);
}

.table_content th,
.table_content td {
	width: 33%;
	padding: 16px;
	border: 1px solid var(--neutral-300);
	line-height: 1.5;
}

.table_content th:first-of-type {
	width: 22%;
}

.ListTtl {
	font-size: 13px;
	font-weight: bold;
}

.ListHeader,
.ListHeader2 {
	font-size: 11px;
	font-weight: bold;
	margin: 12px 0;
}

.ListContent {
	font-size: 13px;
	line-height: 1.4;
}

.TerminalList li>div {
	padding: 16px 0;
}

.TerminalList li>div div a {
	color: var(--black);
	text-decoration: none;
}

.TerminalList li:last-child {
	border-bottom: 0;
}

.TerminalList li>div.TwoRow {
	padding: 0;
}

.TwoRow>div>p:last-child {
	border-top: 1px solid #f4f4f4;
}

.TwoRow>div>p {
	padding: 16px 0;
}

.TerminalList li>div.TwoRow>div:first-child {
	padding-right: 0;
}

.TerminalList li>div.TwoRow>div:nth-child(2) {
	padding-right: 40px;
}

.TwoRow>div>p.pd15 {
	padding-top: 15px;
}

.buy_kotirakara_btn {
	display: block;
	text-align: center;
	height: 100px;
	line-height: 100px;
	font-size: 40px;
	font-weight: bold;
	color: var(--primary);
	text-decoration: none;
	padding-left: 75px;
	background: url(/assets/img/commons/blue_btn_big.png) no-repeat #fff30d;
	background-position: 270px 54%;
	border: 4px solid #fff30d;
	box-sizing: border-box;
}

.buy_kotirakara_btn:hover {
	color: #fff;
	text-decoration: none;
	border: 4px solid var(--primary);
	background: url(/assets/img/commons/white_btn_big.png) no-repeat var(--primary);
	background-position: 270px 54%;
}

.cv_btn {
	margin-bottom: 74px;
}

@media not screen and (max-width:869px) {

	.ListHeader,
	.ListHeader2 {
		display: none;
	}

	.SpOnly {
		display: none !important;
	}

	.TerminalList li>div {
		display: table;
	}

	.TerminalList li>div>div {
		display: table-cell;
		vertical-align: middle;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.TerminalList li>div>div:first-child {
		width: 200px;
	}

	.TerminalList li>div>div:nth-child(2) {
		width: 340px;
	}

	.TerminalList li>div>div:last-child {
		width: 380px;
	}

	.md35SmallFont {
		font-size: 13px;
		margin-bottom: 5px;
		line-height: 20px;
	}

	.HeaderTtl {
		font-size: 14px;
		color: var(--black);
		font-weight: bold;
	}

	.ListTtl {
		font-size: 14px;
		color: var(--black);
		line-height: 22px;
		font-weight: bold;
	}

	.ListContent {
		font-size: 14px;
		color: var(--black);
	}
}

/*----------MNP予約受付窓口end----------*/
.mb_5 {
	margin-bottom: 5px;
}

#web_entry {
	margin: 56px auto 32px;
}

#content #web_entry h3 {
	margin: 32px auto 16px;
}

/*----------ご注意事項----------*/
#attention{
	margin: 56px 0 0;
}
#attention .mnp_note a {
	color: var(--black);
}

#attention .mnp_note a:hover {
	color: #becee5;
	color: rgba(0, 64, 152, 0.3);
}
.mnp_attention {
	margin-top: 29px;
	margin-bottom: 74px;
	list-style: circle;
}

/*----------ご注意事項end----------*/


/*----------SP----------*/
@media screen and (max-width: 869px) {
	.mnp_btn {
		margin: 32px 0;
		flex-direction: column;
	}

	.PcOnly {
		display: none !important;
	}

	.fullwide {
		width: 100%;
		overflow-x: scroll;
	}

	#breadCrumb_style {
		display: inline-flex;
		word-break: keep-all;
		white-space: nowrap;
	}

	#breadCrumb_style li {
		font-size: 12px;
	}

	.contents_title span {
		font-size: 14px;
		margin-left: 0;
	}

	/*----------メインビジュアル----------*/
	.Main_block {
		flex-direction: column;
		align-items: center;
	}

	/* h2{
font-size: 18px !important;
margin: 0 0 30px 0 !important;
text-align: left !important;
} */
	.Main_block p {
		font-weight: bold;
	}

	.main_Text {
		float: none;
		width: auto;
	}

	/*----------メインビジュアルend----------*/

	/*----------乗り換え方法----------*/
	.content {
		margin-bottom: 20px;
	}

	h4,
	.web_entry {
		margin-bottom: 16px;
		font-size: 14px;
	}

	.text-note {
		font-size: 14px;
		margin: 20px 0;
	}

	.content_wrap .mt16 {
		margin-top: 10px;
	}

	/*--申し込みテーブル--*/
	table {
		display: table;
	}

	tbody {
		display: table-row-group;
	}

	thead {
		display: table-header-group;
	}

	tr {
		display: table-row;
	}

	th {
		display: table-cell;
	}

	td {
		display: table-cell;
	}

	.Sp_entryTtl {
		color: var(--black);
		margin: 10px 0 5px;
	}

	.entry_table {
		font-size: 12px;
		margin: 10px 0 16px;
	}

	.entry_table thead {
		font-weight: normal;
	}

	.entry_table th {
		border-top: solid 1px #ccc;
		border-left: solid 1px #ccc;
		padding: 10px 0;
	}

	.entry_table td {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		padding: 10px 0;
	}

	.mnp_tenpo_btn {
		margin-left: 0;
	}

	/*--申し込みテーブルend--*/
	.web_entryimg {
		margin-top: 16px;
	}

	.third_headline {
		font-weight: bold;
		font-size: 14px;
	}

	.third_headline:nth-of-type(2) {
		margin-top: 16px;
	}

	.mnp_tenpo_btn {
		margin-top: 10px;
	}

	/*----------乗り換え方法end----------*/
	h1.mnp_text {
		font-size: 26px;
		margin:40px 0 30px 0;
		text-align: left;
		color: var(--black);
	}

	.buy_kotirakara_btn {
		line-height: 88px;
		height: auto;
		font-size: 22px;
		font-weight: bold;
		padding-left: 45px;
		background-position: 14% 50%;
		background-size: 12px;
	}

	.buy_kotirakara_btn:hover {
		color: var(--primary);
		text-decoration: none;
		border: 4px solid #fff30d;
		background: url(/assets/img/commons/blue_btn_big.png) no-repeat #fff30d;
		background-position: 14% 50%;
		background-size: 12px;
	}

	.mnp_attention {
		margin-top: 24px;
		margin-bottom: 24px;
	}

	.cv_btn {
		margin-bottom: 45px;
	}

	/*----------メンテナンス----------*/
	.mainte {
		padding: 12px 8px;
		margin-bottom: 30px;
	}

	.mainte p.red {
		font-size: 14px;
	}
}
