﻿@charset "UTF-8";
/* 日分帮助页改版，新增样式 */
/*reset start*/

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	line-height: 1.0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}

html {
	font-size: 62.5%;
}

body {
	background: #f7f7f7;
	color: #333 !important;
	font-size: 15px !important;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button,
select,
textarea {
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

hr {
	visibility: hidden;
	height: 30px;
}


/*reset end*/


/*header start*/

#headerbox {
	background-color: #fff;
}

#headerbox .container {
	display: flex;
	align-items: center;
}

#headerbox h1 img {
	width: 265px;
	height: auto;
	display: inline-block;
}

#headerbox ul {
	width: 640px;
	height: auto;
	display: flex;
}

#headerbox ul li {
	flex-grow: 1;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

#headerbox ul li+li {
	border-left: 1px solid #333;
}

#headerbox ul li a:hover {
	color: #008856;
	text-decoration: underline;
}

#headerbox p {
	display: inline-block;
}

.bottom-line {
	height: 5px;
	width: 100%;
	font-size: 0;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
}

.inner-line {
	display: inline-block;
	width: 20%;
	height: 5px;
}

.inner-line.color1 {
	background: #008856;
}

.inner-line.color2 {
	background: #44b400;
}

.inner-line.color3 {
	background: #aad200;
}

.inner-line.color4 {
	background: #e9ed00;
}

.inner-line.color5 {
	background: #fff100;
}

/*header end*/


/*pankuzu start*/

ul#panbox {
	width: 1200px;
	height: auto;
	margin: 30px auto;
}

ul#panbox li {
	display: inline;
	font-size: 14px;
}

ul#panbox li::after {
	content: '＞';
	padding: 0 5px;
}

ul#panbox li:last-child::after {
	content: '';
}

ul#panbox li a {
	display: inline-block;
	color: #008856;
	text-decoration: underline;
}

ul#panbox li a:hover {
	text-decoration: none;
}


/*pankuzu end*/


/*title start*/

h2 {
	padding: 30px 0 10px 0;
	font-size: 36px;
	color: #008856;
}


/*title end*/


/*tab start*/

#tabbox {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
}

#tabbox-only {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 50px 0;
}

.tablabel {
	flex: 1;
	order: -1;
	padding-bottom: 30px;
	text-align: center;
	font-size: 24px;
	color: #333;
	border-bottom: 10px solid #ccc;
	border-right: 1px solid #ccc;
}
.tablabel a {
	display: block;
    width: 100%;
    height: 100%;
}

.ijor9c-tab-box.new-change-style .tablabel {
	padding-bottom: 0;
}
.ijor9c-tab-box.new-change-style .tablabel a {
	display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.tablabel-disable {
	flex: 1;
	order: -1;
	padding-bottom: 30px;
	text-align: center;
	font-size: 24px;
	color: #333;
	border-bottom: 10px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	opacity: 0.5;
}

.tablabel-wing {
	order: -1;
	opacity: 0.5;
	cursor: pointer;
}

#tabbox-wing input:checked+.tablabel-wing {
	opacity: 1;
}

.tablabel:nth-last-of-type(1) {
	border-right: none;
}

.tablabel:hover {
	color: #008856;
	cursor: pointer;
}

#tabbox>input,
#tabbox-only>input,
#tabbox-wing>input {
	display: none;
}

#tabbox .content,
#tabbox-wing .content-wing {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

#tabbox .ijor9c-tab-box {
	width: 100%;
    display: flex;
}

#tabbox .tablabel.active {
	position: relative;
	color: #008856;
	font-weight: bold;
	border-bottom: 10px solid #008856;
	flex: 1;
}

#tabbox .tablabel.active:after {
	top: 104%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #008856;
	border-width: 22px;
	margin-left: -26px;
}

#tabbox .content,
#tabbox-only .content {
	width: 100%;
	padding: 50px 0;
	height: auto;
	overflow: auto;
	opacity: 1;
}

.tabbox-title {
	font-size: 4.4rem;
	font-weight: bold;
	padding: 0 0 30px 45px;
}

.tabbox-ij9c {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tabbox-wingij {
	background-color: #fff;
	display: flex;
}

.tabbox-wing9c {
	margin: 0 0 0 70px;
	background-color: #fff;
	display: flex;
}

.tabbox-wingij.tabbox-two,
.tabbox-wing9c.tabbox-two {
	opacity: 0.5;
}
.tabbox-wingij.tabbox-two.active,
.tabbox-wing9c.tabbox-two.active {
	opacity: 1;
}

.tabbox-wingij img,
.tabbox-wing9c img,
.tabbox-wingij .new-svg-icon,
.tabbox-wingij .new-svg-icon image,
.tabbox-wing9c .new-svg-icon,
.tabbox-wing9c .new-svg-icon image {
	width: 90px;
	height: 83px;
	margin: 0 0 0 -70px;
}

.tabbox-wingij div,
.tabbox-wing9c div {
	width: 300px;
	height: auto;
	text-align: center;
	font-size: 20px !important;
	color: #444;
}

.tabbox-wingij div p:nth-of-type(1),
.tabbox-wing9c div p:nth-of-type(1) {
	font-weight: bold;
	margin: 20px 0 10px 0;
}
.tabbox-wingij div p:nth-of-type(2),
.tabbox-wing9c div p:nth-of-type(2) {
	font-weight: 100 !important;
}

#tabbox #tabbox-wing {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-top: -70px;
}
#tabbox #tabbox-wing.new {
	margin-top: -50px;
}

#tabbox-only #tabbox-wing {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

#tabbox-wing .content-wing {
	height: auto;
	overflow: auto;
	opacity: 1;
}

.notab {
	margin: 30px 0;
}


/*tab end*/


/*contents start*/

.contentsbox {
	width: 1100px;
	padding: 50px;
	background-color: #fff;
}

.contentsbox .subtitle-1 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 3px 10px;
	border-left: 6px solid #008856;
	color: #008856;
}

.contentsbox .subtitle-1:nth-child(n + 2) {
	margin-top: 50px;
}

.contentsbox .subtitle-2 {
	font-weight: bold;
	margin: 20px 0;
}

.contentsbox p {
	line-height: 2;
}
.int-ij-change-charge .contentsbox p {
	white-space: nowrap;
}

ol.normal-list {
	margin-left: -2px;
}

ol.normal-list li {
	line-height: 2;
}

.container {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.container.new-notice-detail {
	padding-bottom: 50px;
}

dl.introduction {
	margin: 0 0 40px 0;
}

dl.introduction dt {
	float: left;
}

dl.introduction dd.introij {
	width: 938px;
	height: 41px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	background-color: rgba(233, 237, 0, 0.1);
}

/* 日文IJ国际线正文新增logo样式 */
.new-ij-int .introdtimg { 
	width: 220px; 
	padding: 5px; 
	border: 1px solid #e9e9e9; 
}
.new-ij-int dl.introduction dd.introij { 
	width: 820px; 
}

dl.introduction dd.intro9c {
	width: 938px;
	height: 41px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	background-color: rgba(0, 136, 86, 0.1);
}


/*table start*/

/*ご妊娠中のお客さま start*/
#ninshin-weeks{
	width: 70px;
}

#ninshin-days{
	width: 100px;
}

#ninshin-boarding{
	width: 150px;
}

.list-ninshin p {
	text-align: left;
}
.assist-pregnant-ij-dom ul li,
.assist-pregnant-ij-int ul li,
.assist-pregnant-9c-int ul li {
	list-style: unset;
}
/*ご妊娠中のお客さま end */

table.table-basic {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

table.table-basic th,
table.table-basic td {
	padding: 10px;
	border: solid 1px #ccc;
	font-weight: normal;
}

#normal-list-help {
    margin-top: 0px;
    text-align: left;
}

#normal-list-help li {
	list-style: disc;
}

.seat-domestic-ij table.table-basic th.tokuchou {
    text-align: left;
    padding: 10px 0 10px 30px;
}

table.table-basic th p {
	line-height: 1.4;
	word-break: break-word;
}

.fixwidth {
	table-layout: fixed;
}

.result-text td p {
	font-weight: bold;
}

.bgcolor {
	background-color: #ddf4d3;
}

.table-basic ul {
	margin-left: 20px;
	list-style-type: disc;
}

.table-basic ul li {
	line-height: 2;
}

.width15per {
	width: 15%;
}


/*table end*/


/*text color link start*/
.jp-body .jp-pc-new .content p a,
.jp-body .jp-pc-new .content li a,
.jp-body .jp-pc-new .notab p a,
.jp-body .jp-pc-new .notab .notice li a,
.jp-body .jp-pc-new label a {
	color: #008856;
	text-decoration: underline;
}

.jp-body .jp-pc-new .content p a:hover,
.jp-body .jp-pc-new .content li a:hover,
.jp-body .jp-pc-new .notab p a:hover,
.jp-body .jp-pc-new .notab .notice li a:hover,
.jp-body .jp-pc-new label a:hover {
	text-decoration: none;
}
.jp-body .new-rules-Refund .arrowlink a:hover{
	text-decoration: underline!important;
}
/* 3种舱位页面 */
.jp-body .jp-pc-new .new-rules-Refund .tab-content li a {
	color: #333;
	text-decoration: none;
}
.jp-body .jp-pc-new .new-rules-Refund .content li:hover a,
/*.jp-body .jp-pc-new .new-rules-Refund .content li:hover,*/
.jp-body .jp-pc-new .new-rules-Refund .content li a:hover {
	color: #008856 !important;
	text-decoration: underline;
}
.jp-body .new-rules-Refund .arrowlink a.table-lt-list {
	color: #008856!important;
	text-decoration: underline;
}
.jp-body .new-rules-Refund .arrowlink a.table-lt-list:hover {
	text-decoration: none!important;
}

/*.jp-body .jp-pc-new .new-rules-Refund .content li:last-child:hover,*/
/*.jp-body .jp-pc-new .new-rules-Refund .content li:last-child a:hover {*/
	/*color: #333 !important;*/
	/*text-decoration: none;*/
/*}*/

.jp-body .jp-pc-new .new-service-guide-customer-new-ij .ijor9c #tabbox-wing.guide p a:hover {
	color: #008856;
	text-decoration: none;
}

.jp-body .jp-pc-new .new-service-guide-customer-new-ij .ijor9c #tabbox-wing.guide a.hover-tab:hover {
	color: #333;
	text-decoration: none;
}

.attention {
	color: #f00;
}
.jp-body .jp-pc-new .dom-estic-ij-change .attention,
.jp-body .jp-pc-new .dom-estic-ij-change .attention li{
	list-style: none!important;
}
/* .jp-body .jp-pc-new .dom-estic-ij-change .attention li:before{
	content:'※'
} */
.jp-body .jp-pc-new .dom-estic-ij-change .content p a.hover-000:hover{
	color: #444;
	text-decoration: none;
}
.notice.attention {
	font-weight: bold;
}

.kome p {
	margin-left: 1rem;
	padding-left: 1rem;
	text-indent: -20px;
}
.seat-domestic-ij .kome p {
    margin-left: 10px;
    padding-left: 5px;
    text-indent: -20px;
}

.kome p:before {
	content: "※";
	padding-right: 0.5rem;
}

.kome li {
	margin-left: 2rem;
	padding-left: 1rem;
	text-indent: -3rem;
	line-height: 2;
}

.kome li:first-child:before {
	content: "※1";
	padding-right: 0.5rem;
}

.kome li:nth-child(2):before {
	content: "※2";
	padding-right: 0.5rem;
}

.kome li:nth-child(3):before {
	content: "※3";
	padding-right: 0.5rem;
}

.kome li:nth-child(4):before {
	content: "※4";
	padding-right: 0.5rem;
}

.kome li:nth-child(5):before {
	content: "※5";
	padding-right: 0.5rem;
}

.cnt {
	text-align: center;
}

.arrowlink::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/linkarrow.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.externallink::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/icon_externallink.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0 5px 2px 5px;
}


/*text color link end*/


/*font size start*/

.size15 {
	font-size: 1.4rem;
}

.size20 {
	font-size: 2rem;
}


/*font size end*/


/*list style start*/

.nocircle {
	list-style-type: none;
}

.normal-list-disc {
	list-style-type: disc;
	margin: 10px 0 10px 1em;
}

.normal-list-disc li {
	line-height: 2;
	list-style: disc;
}
.new-luggage-portable-ij-int .normal-list-disc li{
	list-style-type: disc;
}

/*list style end*/


/*位置調整 start*/

.topimg {
	margin-bottom: 30px;
}

.left-j {
	text-align: left;
}

.right-j {
	text-align: right;
}

.top-j {
	vertical-align: top;
}

.center-j {
	text-align: center;
}


/*位置調整 end*/


/*button start*/

.button-basic {
	margin: 50px 0;
	text-align: center;
}

.jp-body .jp-pc-new .button-basic,
.jp-body .jp-pc-new .button-basic.my-btn
 {
	position: relative;
	display: block;
    margin: 50px auto;
	width: 500px;
	height: auto;
	padding: 20px 0;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #fff !important;
	background-color: #008856;
	border-radius: 5px;
}
.jp-body .jp-pc-new .button-basic.flight-info-btn {
	padding: 0;
}
.jp-body .jp-pc-new .new-emal-subscribe .button-basic a,
.jp-body .jp-pc-new .new-emal-subscribe .button-basic.my-btn
 {
	position: relative;
    display: inline-block;
    width: 500px;
    height: auto;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff !important;
    background-color: #008856;
	border-radius: 5px;
	cursor: pointer;
}
.jp-body .jp-pc-new .new-emal-subscribe .button-basic.my-btn {
	padding: 20px 0;
}

.jp-body .jp-pc-new .button-basic a:after,
.jp-body .jp-pc-new .button-basic.my-btn:after
 {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right .3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}

.jp-body .jp-pc-new .button-basic a:hover,
.jp-body .jp-pc-new .button-basic.my-btn:hover
 {
	opacity: 0.9;
}

.jp-body .jp-pc-new .button-basic a:hover:after,
.jp-body .jp-pc-new .button-basic.my-btn:hover:after
 {
	right: 2rem;
}

.jp-body .jp-pc-new .button-formside {
	margin-top: -2.4rem;
}

.jp-body .jp-pc-new .button-formside a,
.jp-body .jp-pc-new .button-confirm a {
	width: 10%;
	display: inline;
	padding: 1.6rem 10px;
	text-align: center;
	color: #fff;
	background-color: #008856;
	border-radius: 10px;
}
.jp-body .new-show-check-ticket .sear-btn{
	width: 10%;
	display: inline;
	padding: 18px 50px;
	text-align: center;
	color: #fff;
	background-color: #008856;
	border-radius: 10px;
	cursor: pointer;
}
.jp-body .jp-pc-new .button-formside a:hover,
.jp-body .jp-pc-new .button-confirm a:hover {
	opacity: 0.9;
}

.jp-body .jp-pc-new .button-option a {
	width: 10%;
	display: inline;
	padding: 1.6rem 10px;
	text-align: center;
	color: #333;
	background-color: #fff;
	border: 1px solid #008856;
	border-radius: 10px;
}

.jp-body .jp-pc-new .button-option a:hover {
	opacity: 0.9;
	background-color: #ddf4d3;
}

.jp-body .jp-pc-new .button-form {
	margin: 30px 0;
	text-align: center;
}

.jp-body .jp-pc-new .button-form a {
	display: inline;
	padding: 1.6rem 10rem;
	text-align: center;
	color: #fff;
	background-color: #008856;
	border-radius: 10px;
}

.jp-body .jp-pc-new .button-form a:hover {
	opacity: 0.9;
}

.jp-body .jp-pc-new .button-result {
	text-align: center;
	margin: 10px 0;
}

.jp-body .jp-pc-new .button-result a {
	width: 90px;
	display: inline-block;
	padding: 10px;
	text-align: center;
	color: #fff;
	background-color: #008856;
	border-radius: 10px;
}

.jp-body .jp-pc-new .button-result a:hover {
	opacity: 0.9;
}
.jp-body .jp-pc-new .time_table h2.new-time-table-int-9C-title {
	text-align: left;
}

/*button end*/


/*注意事項 start*/

.notice {
	margin: 20px 0;
	padding: 30px;
	background-color: #fff2f2;
}

.notice h3 {
	margin: 0 0 20px 0;
	font-size: 2.4rem;
	color: #f00;
}

.notice h3::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 27px;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/icon_notice.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0 5px 5px 0;
}

.notice ul {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

.notice ul li,
.notice ol li {
	line-height: 2;
}

.notice .arrowlink a {
	color: #008856;
	text-decoration: underline;
}

.notice .arrowlink a:hover {
	color: #008856;
	text-decoration: none;
}


/*注意事項 end*/


/*よくあるご質問 start*/

.faq-box {
	margin: 30px 0;
	padding: 30px;
	background-color: #ddf4d3;
}

.faq-box h3 {
	margin: 0 0 20px 0;
	font-size: 2.4rem;
	color: #008856;
}

.faq-box h3::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/icon_faq.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0 5px 5px 0;
}

.faq-box dl dt {
	font-weight: bold;
	line-height: 1;
}

.faq-box dl dd {
	margin-bottom: 2rem;
	padding: 1rem 0;
	line-height: 1;
	border-bottom: 2px dotted #008856;
}

.faq-box dl dd span {
	font-weight: bold;
}

dl.faq-accordion {
	margin: 0 auto 20px auto;
	padding-top: 10px;
	border-bottom: 2px dotted #008856;
}

dl.faq-accordion dt {
	padding: 20px 0;
	background: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/icon_open.png) 97% center no-repeat;
	cursor: pointer;
}

dl.faq-accordion dt:nth-child(n+2) {
	border-top: 2px dotted #008856;
}

dl.faq-accordion dt.open {
	background: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/icon_close.png) 97% center no-repeat;
}

dl.faq-accordion dd {
	padding: 20px;
	margin-bottom: 5px;
	color: #333;
	display: none;
	border: none;
}


/*よくあるご質問 end*/


/*各インフォメーション start*/

.informationbox {
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: #f7f7f7;
	text-align: center;
}

.informationbox .button-basic {
	margin: 30px 0 0 0;
}

.informationbox p {
	margin: 0 30px;
}


/*各インフォメーション end*/


/*popup start*/

.modal_wrap input {
	display: none;
}

.modal_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(0);
}

.modal_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}

.popup-ij {
	position: relative;
	align-self: center;
	width: 550px;
	max-height: 500px;
	overflow-y: auto;
	padding: 30px 30px 15px 30px;
	box-sizing: border-box;
	background: #fff;
	border-left: 5px solid #44b400;
	line-height: 1.4em;
	transition: 0.5s;
}

.popup-ij h3,
.popup-9c h3 {
	padding: 0 0 5px 0;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.popup-ij h4 {
	font-size: 2rem;
	padding: 20px 0;
}

.popup-ij ul,
.popup-9c ul {
	display: flex;
	flex-wrap: wrap;
}

.popup-ij ul li,
.popup-9c ul li {
	width: 47%;
	margin: 5px;
	font-weight: bold;
	border: 1px solid #ccc;
	text-align: center;
}

.popup-ij ul li h5,
.popup-9c ul li h5 {
	margin: 20px;
	font-size: 2.4rem;
}

.popup-ij ul li a {
	width: 80%;
	display: inline-block;
	margin: 0 auto 10px auto;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	background-color: #44b400;
	border-radius: 5px;
}

.popup-ij ul li a:hover,
.popup-9c ul li a:hover {
	width: 80%;
	display: inline-block;
	margin: 0 auto 10px auto;
	padding: 10px;
	opacity: 0.8;
	border-radius: 5px;
}

.popup-9c {
	position: relative;
	align-self: center;
	width: 550px;
	max-height: 500px;
	overflow-y: auto;
	padding: 30px 30px 15px 30px;
	box-sizing: border-box;
	background: #fff;
	border-left: 5px solid #008856;
	line-height: 1.4em;
	transition: 0.5s;
}

.popup-9c ul li a {
	width: 80%;
	display: inline-block;
	margin: 0 auto 10px auto;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	background-color: #008856;
	border-radius: 5px;
}

.close_button {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 24px;
	cursor: pointer;
}

.modal_wrap input:checked~.modal_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}

.jp-body .jp-pc-new .popup-ij.change-style a,
.jp-body .jp-pc-new .popup-9c.change-style a {
	color: #fff;
    text-decoration: none;
}
.jp-body .jp-pc-new .ijor9c #tabbox-wing .popup-ij.change-style a:hover,
.jp-body .jp-pc-new .ijor9c #tabbox-wing .popup-9c.change-style a:hover {
	color: #fff;
    text-decoration: none;
}
.jp-body .jp-pc-new  #tabbox-wing .tabbox-two div p:hover{
	color: #444;
}

/*popup end*/


/*お知らせ一覧 start*/

.news-all {
	margin-top: 30px;
	margin-bottom: 50px;
	border: 1px solid #008856;
}

.news-all .tab-wrap {
	display: flex;
	flex-wrap: wrap;
}

.tab-news-all {
	width: 100%;
	display: none;
}

.news-all #TAB-01:checked+.tab-label {
	color: #ffffff;
	background: #44b400;
}

.news-all #TAB-02:checked+.tab-label {
	color: #008856;
	background: #e9ed00;
}

.news-all #TAB-03:checked+.tab-label {
	color: #ffffff;
	background: #008856;
}

.news-all .tab-switch:checked+.tab-label+.tab-news-all {
	display: block;
}

.news-all .tab-label {
	background: LightGray;
	width: 150px;
	display: inline-block;
	height: 15px;
	line-height: 35px;
	border-radius: 20px;
	text-align: center;
}

.news-all .tab-news-all {
	width: 100%;
	padding-top: 30px;
}

.news-all .tab-news-all .news-link {
	width: 100%;
	padding-top: 30px;
}

.news-all .tab-news-all a.news-link:hover {
	color: #008856;
	text-decoration: underline;
}

.news-all .news-genre-urgent {
	color: #fff000;
	background-color: rgba(255,0,0,0.8);
	padding: 3px 10px 3px 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 40px;
	text-align: center;
	display: inline-block;
    width: 34px;
	white-space: nowrap;
}

.news-all .news-genre-important {
	color: #ffffff;
	background-color: rgba(255,0,0,0.8);
	padding: 3px 10px 3px 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 40px;
	text-align: center;
	display: inline-block;
    width: 34px;
	white-space: nowrap;
}

.news-all .news-genre-ij {
	color: #008856;
	background-color: #e9ed00;
	padding: 3px 10px 3px 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 40px;
	text-align: center;
	display: inline-block;
    width: 34px;
	white-space: nowrap;
}

.news-all .news-genre-9C {
	color: #ffffff;
	background-color: #008856;
	padding: 3px 10px 3px 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 40px;
	text-align: center;
	display: inline-block;
    width: 34px;
	white-space: nowrap;
}

.news-all p {
	margin: 10px;
	padding: 10px;
	height: 15px;
}
.new-notice-detail .news-all p {
	margin: 0;
	padding: 0;
	height: auto;
}
.new-notice-detail .news-all p.notice-begin-time {
	line-height: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
}

.new-notice-list .news-all p {
	display: inline-block;
}

.new-notice-list .news-all a:hover p {
	color: #008856;
	text-decoration: underline !important;
}

.news-all ul.pagebutton {
	text-align: center;
	padding-top: 40px;
	width: 100%;
}

.news-all ul.pagebutton li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}

.news-all ul.pagebutton li div {
	display: inline-block;
}

.news-all ul.pagebutton li span,
.news-all ul.pagebutton li a {
	color: #008856;
	display: inline-block;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #008856;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 3px;
}

.news-all ul.pagebutton li.active a{
	background-color: #008856;
    color: #fff;
}

.news-all ul.pagebutton li a:hover {
	background: #efefef;
}

.news-all ul.pagebutton li a:checked {
	background: #008856;
}

.news-all ul.pagebutton li.pagebutton-on a {
	background-color: #008856;
	color: #fff;
}

.news-all img {
	width: 13px;
	height: 13px;
	padding-bottom: 2px;
}


/*お知らせ一覧* end/


    /*お知らせ詳細 start*/

.news {
	margin-top: 30px;
	border: 1px solid #008856;
}

.news h3 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 4rem;
	padding: 1rem 0;
	line-height: 1;
	border-bottom: 2px solid #cccccc;
}

.news .h5-ij {
	margin-top: auto;
	margin-bottom: 2rem;
	display: inline-block;
	padding: 5px;
	line-height: 20px;
	border-radius: 10px;
	text-align: center;
	background-color: #e9ed00;
	color: #008856;
}

.news .h5-c9 {
	margin-top: auto;
	margin-bottom: 2rem;
	display: inline-block;
	padding: 5px;
	line-height: 20px;
	border-radius: 10px;
	text-align: center;
	background-color: #008856;
	color: #ffffff;
}

.news a {
	color: #008856;
	text-decoration: underline;
}

.news .arrowlink a {
	color: #008856;
	text-decoration: underline;
}

.news-footer {
	margin-top: 3rem;
}

.news-footer p {
	margin-bottom: 15px;
}

.news-footer a {
	color: #008856;
	text-decoration: underline;
}
.news-footer a:hover {
	text-decoration: none;
}
.news-footer i.iconfont {
	color: #008856;
	font-size: 14px;
	margin-right: 5px;
}
.news-footer .m-reply.f-cb {
	margin-bottom: 15px;
}


/*お知らせ詳細 end*/


/*3つの運賃タイプ start*/

.types-box {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}

.types-box:after {
	content: '';
	width: 100%;
	height: 5px;
	display: block;
	order: -1;
}

.types-box label:first-of-type {
	border: 3px solid #fff100;
}

.types-box label:first-of-type .type-bg {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #fff100;
}

.types-box label:first-of-type .type-title {
	background-color: #fff100;
}

.types-box label:nth-of-type(2) {
	border: 3px solid #e9ed00;
}

.types-box label:nth-of-type(2) .type-bg {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #e9ed00;
}

.types-box label:nth-of-type(2) .type-title {
	background-color: #e9ed00;
}

.types-box label:nth-of-type(3) {
	border: 3px solid #aad200;
}

.types-box label:nth-of-type(3) .type-bg {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #aad200;
}

.types-box label:nth-of-type(3) .type-title {
	background-color: #aad200;
}

.osusume {
	position: absolute;
	top: -30px;
	left: 5px;
}

.tab-label,
.tab-label-int {
	color: #333;
	padding: 0 0 20px 0;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	flex: 1;
	width: 30%;
	background-color: #fff;
}

.tab-label img.catchimg,
.tab-label-int img.catchimg {
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.type-catch {
	display: block;
	padding: 5px 0;
	background-color: #fff;
	font-weight: bold;
	text-align: center;
}

.type-title {
	display: block;
	padding: 13px 0 10px 0;
	margin: 0 0 20px 0;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}


/*.new-rules-Refund .tab-content-text{*/
	/*cursor: pointer;*/
/*}*/
/*.new-rules-Refund .tab-content-text:hover{*/
	/*color: #008856;*/
	/*text-decoration: underline;*/
/*}*/

.type-merit {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	margin: 0 10px 5px 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	background-color: #fff;
}

.tab-label:not(:last-of-type),
.tab-label-int:not(:last-of-type) {
	margin-right: 5px;
}

.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.tab-switch:checked+.tab-label,
.tab-switch:checked+.tab-label-int {
	margin-bottom: -8px;
	border-bottom: 3px solid #fff;
}

.tab-switch:checked+.tab-label:first-of-type+.tab-content,
.tab-switch:checked+.tab-label-int:first-of-type+.tab-content {
	height: auto;
	overflow: auto;
	padding: 25px 15px 10px 15px;
	opacity: 1;
	transition: .5s opacity;
	border: 3px solid #fff100;
}

.tab-switch:checked+.tab-label:nth-of-type(2)+.tab-content,
.tab-switch:checked+.tab-label-int:nth-of-type(2)+.tab-content {
	height: auto;
	overflow: auto;
	padding: 25px 15px 10px 15px;
	opacity: 1;
	transition: .5s opacity;
	border: 3px solid #e9ed00;
}

.tab-switch:checked+.tab-label:nth-of-type(3)+.tab-content,
.tab-switch:checked+.tab-label-int:nth-of-type(3)+.tab-content {
	height: auto;
	overflow: auto;
	padding: 25px 15px 10px 15px;
	opacity: 1;
	transition: .5s opacity;
	border: 3px solid #aad200;
}

.tab-switch {
	display: none;
}

.tab-content ul {
	display: flex;
	flex-wrap: wrap;
}

.tab-content ul li {
	width: 48%;
	padding: 30px 0;
	margin: 0 10px 20px 10px;
	border-radius: 10px;
	text-align: center;
	background-color: #ddf4d3;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/bg_safe_arrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: bold;
	font-size: 2.4rem;
	cursor: pointer;
}

.tab-content ul li a {
	display: flex;
	margin: 0 10px;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
	vertical-align: middle;
	color: #333;
	text-decoration: none;
}

.tab-content ul li.ticket {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
	vertical-align: middle;
	color: #333;
	text-decoration: none;
	background-image: none;
	cursor: auto;
}

.tab-content-img {
	margin: 0 auto;
	min-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-content-img img {
	width: 100%;
}

.tab-content-text {
	margin: 10px auto 0 auto;
}

.tab-content-text-btn {
	margin: 10px auto;
	padding: 5px 20px;
	background-color: #008856;
	color: #fff;
	border-radius: 20px;
}

.type-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
	text-align: center;
}

.type-table th {
	padding: 10px;
	background-color: #f7f7f7;
}

.type-table th p {
	font-size: 2rem;
}

.type-table td {
	width: 28%;
	padding: 10px;
}

.type-table td p {
	font-size: 30px;
	font-weight: bold;
}

.type-table .arrowlink a {
	font-size: 1.6rem;
	color: #008856;
	text-decoration: underline;
	line-height: 1.5;
}

.type-table .arrowlink a:hover {
	text-decoration: none;
}

.bg_luckyspring {
	position: relative;
	background-color: #fff100;
}

.bg_spring {
	position: relative;
	background-color: #e9ed00;
}

.bg_springplus {
	position: relative;
	background-color: #aad200;
	box-shadow: 0 0 10px 0 #999;
}

.bg_luckyspring span img {
	position: absolute;
	top: -5px;
	left: 42px;
}

.bg_spring span img {
	position: absolute;
	top: -5px;
	left: 12px;
}

.bg_springplus span img {
	position: absolute;
	top: -5px;
	left: 12px;
}

.crown {
	position: absolute;
	top: -35px;
	left: 40%;
}

.type-table-catch {
	position: relative;
	display: inline-block;
	margin: 1em 0 1.5em 70px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
}

.type-table-catch:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -25px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
}

.type-table-catch p {
	margin: 0;
	padding: 0;
}

.type-table-strong {
	border: 10px solid #44b400;
}

.plusheight {
	border-top: 10px solid #fff;
}

dl.btn-accordion {
	margin: 20px auto;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}

dl.btn-accordion dt {
	padding: 20px;
	background: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/icon_btn_open.png) 97% center no-repeat;
	cursor: pointer;
	font-weight: bold;
}

dl.btn-accordion dt.open {
	background: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/icon_btn_close.png) 97% center no-repeat;
}

dl.btn-accordion dd {
	padding: 20px;
	margin-bottom: 5px;
	color: #333;
	display: none;
	border: none;
}


/*3つの運賃タイプ end*/


/*時刻表 start*/

.jp-body .jp-pc-new ul.schedule {
	margin: 20px 0;
	font-size: 2rem;
}

.jp-body .jp-pc-new ul.schedule li {
	line-height: 2;
}

.jp-body .jp-pc-new ul.schedule li a {
	color: #008856;
	text-decoration: underline;
}

.jp-body .jp-pc-new ul.schedule li a:hover {
	text-decoration: none;
}

.jp-body .jp-pc-new ul.schedule li a::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/linkarrow.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}

.jp-body .jp-pc-new .schedule-title img {
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}


/*時刻表 end*/


/*変更・払い戻し・各種手数料 start*/

.henkobox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.henkobox dl {
	width: 32%;
	padding: 0 0 30px 0;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
}

.henkobox dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 160px;
	background-color: #ddf4d3;
	border-radius: 10px 10px 0 0;
}

.henkobox dl dd {
	margin: 20px 30px 0 30px;
	font-weight: bold;
}

.henkobox::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

.henkobox dl a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.henkobox dl:hover {
	opacity: 0.8;
	background-color: #fff;
}


/*変更・払い戻し・各種手数料 end*/


/*予約の変更・払い戻しオンライン手続き start*/

.form-result {
	width: 900px;
	background-color: #fff;
	padding: 50px;
	margin: 50px auto 20px auto;
}

.flightno::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/icon_plane.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0 5px 5px 0;
}


/*予約の変更・払い戻しオンライン手続き end*/


/*変更・払戻手数料について start*/

table.table-fee {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

table.table-fee th,
table.table-fee td {
	font-weight: normal;
}

.table-fee-border {
	padding: 10px;
	border: 1px solid #ccc;
}

.table-fee td.left-j {
	padding-top: 10px;
	vertical-align: top;
	font-weight: bold;
}

.time-top {
	position: relative;
	vertical-align: top;
}

.time-top p {
	line-height: 1.2;
}

.time-top .time-right {
	position: absolute;
	top: 0;
	right: 0;
}


/*変更・払戻手数料について end*/


/*手荷物について start*/

.baggagebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.baggagebox dl {
	width: 32%;
	padding: 0 0 30px 0;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
}

.baggagebox dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 160px;
	background-color: #ddf4d3;
	border-radius: 10px 10px 0 0;
}

.baggagebox dl dt img {
	padding: 15px 0 0 0;
}

.baggagebox dl dd {
	margin: 20px 30px 0 30px;
	font-weight: bold;
}

.baggagebox::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

.baggagebox dl a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.baggagebox dl:hover {
	opacity: 0.8;
	background-color: #fff;
}


/*手荷物について end*/


/*超過手荷物 start*/

.tsuuka {
	text-align: right;
}


/*超過手荷物 end*/


/*座席指定 start*/

.table-top-zasekiretsu {
	background-color: #ddf4d3;
	width: 100px;
}

.table-top-zasekiname {
	background-color: #ddf4d3;
	width: 180px;
}

.table-top-netcall {
	background-color: #ddf4d3;
	width: 300px;
}

.table-top-tojo {
	background-color: #ddf4d3;
	width: 180px;
}

.tokuchou {
	text-align: left;
}

.tokuchou li {
	margin-bottom: 5px;
	margin-left: -15px;
	line-height: 1.4;
}

.tokuchou p {
	color: #ff0000;
	background: #fff2f2;
	display: inline-block;
	margin-bottom: 5px;
}

.tokuchou p:before {
	content: "※";
	padding-right: 0.5rem;
}

.normal-list .notice-use {
	list-style-type: none;
	margin-left: -40px;
}


/*座席指定 end*/


/*支払方法 start*/

.creditcard-box {
	background-color: #f7f7f7;
	height: 80px;
	margin-bottom: 10px;
}

.creditcard-box img,
.creditcard-text {
	margin: 20px 20px 20px 50px;
	display: inline-block;
}

.creditcard-link {
	display: block;
	text-align: right;
	margin: -55px 30px 0 0;
}


/*支払方法 end*/


/*ご搭乗までの流れ start*/

.flow-step {
	display: flex;
	margin-bottom: 20px;
	padding: 50px;
	border: 1px solid #ccc;
}

ul.flow-step-image {
	margin-right: 20px;
}

ul.flow-step-image li {
	width: 160px;
	margin-bottom: 10px;
}

ul.flow-step-image li img {
	width: 160px;
	vertical-align: top;
}

ol.notice {
	padding: 20px 50px;
	color: #f00;
	font-weight: bold;
}

ol.notice li,
.flow-step-text ul li {
	line-height: 2;
}

.flow-step-text {
	flex: 1;
}

.flow-step-text ul {
	margin-left: 20px;
	;
	list-style-type: disc;
}


/*ご搭乗までの流れ end*/


/*自動チェックイン機のご利用方法 start*/

.ckeckin-image {
	display: inline-block;
	width: 410px;
	padding-right: 30px;
}

.ckeckin-image img {
	width: 380px;
	padding-right: 30px;
	border-right: 1px solid #ccc;
}


/*自動チェックイン機のご利用方法 end*/


/*運航状況 start*/

.flightsearch {
	width: 970px;
	display: flex;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
}

.flightsearch input {
	width: 180px;
	height: 2em;
	padding: 10px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.flightsearch select {
	width: 180px;
	height: 3.5em;
	padding: 10px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.flightsearch select::-ms-expand {
	display: none;
}

.flightsearch::before {
	position: absolute;
	top: 3em;
	left: 370px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #008856;
	pointer-events: none;
}

.flightsearch a {
	background-color: #008856;
	border-radius: 10px;
	width: 100px;
	height: 2.3em;
	color: #fff;
	margin: auto;
	padding: 1em 10px 0 10px;
	vertical-align: middle;
}

.details_distance {
	width: 670px;
	height: 20px;
	position: relative;
}

.circle_l {
	background-color: #008856;
	top: 4px;
	left: 0;
	width: 12px;
	height: 12px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
}

.details_distance .plan {
	height: 2px;
	width: 646px;
	position: absolute;
	top: 9px;
	left: 12px;
	background-color: #ccc;
}

.details_distance .green_plan {
	height: 2px;
	width: 0px;
	position: absolute;
	top: 9px;
	left: 12px;
	background-color: #008856;
}

.details_distance i {
	height: 23px;
	width: 23px;
	position: absolute;
	top: 0px;
	left: 12px;
	display: inline-block;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/icon_schedule_plane.png);
	z-index: 1;
}

.details_distance .circle_r {
	width: 11px;
	height: 11px;
	background-color: #fff;
	top: 4px;
	right: 0;
	border: 1px solid #ccc;
}

.details_distance .circle_r {
	width: 11px;
	height: 11px;
	background-color: #fff;
	top: 4px;
	right: 0;
	border: 1px solid #ccc;
}

.details_distance .circle_r {
	display: inline-block;
	position: absolute;
	border-radius: 50%;
}

.result-time {
	font-weight: bold;
	font-size: 2rem;
}


/*運航状況 end*/


/*空港ガイド・アクセス start*/

ul.airport-list {
	display: flex;
	height: 50px;
}

ul.airport-list li {
	margin: 0 10px 10px 0;
	font-weight: bold;
}

ul.airport-list li a {
	display: inline-block;
	padding: 1em;
	background: #ddf4d3;
	border: 3px solid #ddf4d3;
	border-radius: 10px;
}

ul.airport-list li a:hover {
	display: inline-block;
	padding: 1em;
	background: #ddf4d3;
	border: 3px solid #88DBa3;
	border-radius: 10px;
	/* position: relative;
	top: -4px; */
}
ul.airport-list li a img {
	margin-left: 10px;
	vertical-align: inherit;
}

/*空港ガイド・アクセス end*/


/*安全運航へのお願い start*/

.safebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.safebox dl {
	width: 32%;
	padding: 30px 0;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
	background: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/bg_safe_arrow.png) no-repeat right bottom;
}

.safebox dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
}

.safebox dl dd {
	margin: 20px 30px 0 30px;
	color: #008856;
	font-weight: bold;
}

.safebox::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

.safebox dl a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.safebox dl a:hover {
	opacity: 0.1;
	background-color: #fff;
}

.safe-article {
	display: flex;
	padding: 50px;
	border: 1px solid #ccc;
}

.safe-article>p {
	width: 200px;
	margin-right: 20px;
	padding-right: 20px;
	vertical-align: top;
	text-align: center;
	border-right: 1px solid #ccc;
}

.safe-article>div {
	flex: 1;
}

.safe-article ol li {
	line-height: 2;
}

.trouble-example {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.trouble-example dl {
	width: 32%;
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #ddf4d3;
}

.trouble-example dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
	padding-top: 30px;
	background: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/bg_safe_ng.jpg) no-repeat left top;
	background-color: #fff;
}

.trouble-example dl dd {
	padding: 20px 10px;
}

.trouble-example::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}


/*安全運航へのお願い end*/


/*予約確認書印刷 start*/

.go-way::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/icon_schedule_plane.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0 5px 2px 5px;
	position: relative;
	top: -2px;
}


.back-way::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/icon_schedule_plane2.png);
	/*transform: rotate(180deg);*/
	/*-webkit-transform: rotate(180deg);*/
	background-size: contain;
	vertical-align: middle;
	margin: 0 5px 2px 5px;
	position: relative;
	top: -2px;
}

.fukuro::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/icon_schedule_plane2.png);
	/*transform: rotateZ(180deg);*/
	background-size: contain;
	vertical-align: middle;
	margin: 0 5px 2px 5px;
}


/*予約確認書印刷 end*/


/*お問い合わせ窓口 start*/

.contactform-box {
	width: 100%;
	margin: 50px auto;
	background-color: #f7f7f7;
	text-align: center;
}

.form-tab-label {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 50px 5px 0 5px;
	padding: 20px 20px 20px 50px;
	color: #333;
	background: #fff;
	text-align: center;
	font-size: 1.6rem;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 10px;
	transition: ease 0.2s opacity;
}
.new-emal-subscribe .form-tab-label {
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 50px 5px 0 5px;
    padding: 4px 20px 4px 50px;
    color: #333;
    background: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: ease 0.2s opacity;
}

label.form-tab-label:hover {
	opacity: 0.8;
}

.form-tab-panel {
	width: 100%;
	padding: 50px 0;
	display: none;
}

.form-tab-panel p {
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
}

#form-tab1:checked~.form-panel #form-tab1-content,
#form-tab2:checked~.form-panel #form-tab2-content,
#form-tab3:checked~.form-panel #form-tab3-content,
#form-tab4:checked~.form-panel #form-tab4-content {
	display: block;
}

.form-tab-label::before {
	background: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	content: '';
	display: block;
	height: 16px;
	left: 20px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.form-tab-label::after {
	background: #008856;
	border-radius: 50%;
	content: '';
	display: block;
	height: 10px;
	left: 24px;
	margin-top: -4px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 10px;
}

input[type=radio]:checked+.form-tab-label::after {
	opacity: 1;
}

.table-form {
	width: 100%;
	margin: 0 auto;
}

.table-form th {
	padding: 10px 20px;
	text-align: right;
	font-size: 16px;
	vertical-align: middle;
}

.table-form td {
	padding: 10px 0 10px 20px;
	text-align: left;
}

.table-form td p {
	margin-left: 10px;
	font-size: 16px
}

input.form-size-max {
	width: 90%;
	height: 2em;
	padding: 10px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}

input.form-size-half {
	width: 40%;
	height: 2em;
	padding: 10px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}

input.form-size-small {
	width: 20%;
	height: 2em;
	padding: 10px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}

input.form-size-full {
	width: 500px;
	height: 2em;
	padding: 10px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.formspace {
	padding: 50px 0;
}

.table-result {
	width: 100%;
	margin: 0 auto 50px;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.table-result th:first-of-type,
.table-result td:first-of-type {
	border-left: 1px solid #ccc;
}

.table-result th:last-of-type,
.table-result td:last-of-type {
	border-right: 1px solid #ccc;
}

.table-result th {
	background-color: #ddf4d3;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.table-result td {
	padding: 20px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.contact-select select {
	width: 700px;
	height: 3.5em;
	padding: 10px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.contact-select select::-ms-expand {
	display: none;
}

.contact-select.subjects {
	position: relative;
}

.contact-select.subjects::before {
	position: absolute;
	top: 2.2em;
	left: 680px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #008856;
	pointer-events: none;
}

.table-form textarea {
	width: 700px;
	padding: 10px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.privacy-checkbox {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 20px 30px;
	position: relative;
	width: auto;
}

.privacy-checkbox::before {
	background: #fff;
	border: 1px solid #333;
	content: '';
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.privacy-checkbox::after {
	border-right: 3px solid #008856;
	border-bottom: 3px solid #008856;
	content: '';
	display: block;
	height: 9px;
	left: 10px;
	margin-top: -7px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 5px;
}

input[type=checkbox]:checked+.privacy-checkbox::after {
	opacity: 1;
}

.callcenter {
	margin: 30px 0;
	padding: 30px;
	border: 1px solid #ccc;
}

.callcenter h4 {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: bold;
}

.callcenter-ij::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 28px;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/wingij.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0 7px 2px 0;
}

.callcenter-9c::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 28px;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/wing9c.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0 7px 2px 0;
}

.callcenter h5 {
	padding-bottom: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}

.callcenter .telfax {
	line-height: 0;
	padding: 20px 0;
	font-weight: bold;
}

.callcenter .telfax img {
	vertical-align: middle;
	margin-right: 10px;
}

.callcenter .telfax span {
	font-size: 3.6rem;
}

.callcenter .kome {
	margin: 0 0 10px 0;
}

.button_contentcheck {
	margin: 50px 0;
	text-align: center;
}

.button_contentcheck input {
	display: none;
}

.jp-body .jp-pc-new .new-service-guide-customer-new-ij .button_contentcheck a,
.jp-body .jp-pc-new .new-service-guide-customer-new-9c .button_contentcheck a
 {
	position: relative;
	display: inline-block;
	width: 500px;
	height: auto;
	padding: 2rem 0;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	background-color: #008856;
	border-radius: 5px;
	font-style: normal;
	text-decoration: none;
}

.jp-body .jp-pc-new .new-service-guide-customer-new-ij .button_contentcheck a:after,
.jp-body .jp-pc-new .new-service-guide-customer-new-9c .button_contentcheck a:after
 {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right .3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.jp-body .jp-pc-new .new-emal-subscribe .btn-submit {
	position: relative;
	display: inline-block;
	width: 500px;
	height: auto;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff !important;
	background-color: #008856;
	border-radius: 5px;
}
.jp-body .jp-pc-new .new-service-guide-customer-new-ij .button_contentcheck a:hover,
.jp-body .jp-pc-new .new-service-guide-customer-new-9c .button_contentcheck a:hover
 {
	opacity: 0.9;
}

.jp-body .jp-pc-new .new-service-guide-customer-new-ij .button_contentcheck a:hover:after,
.jp-body .jp-pc-new .new-service-guide-customer-new-9c .button_contentcheck a:hover:after
 {
	right: 2rem;
}

#content_reserved,
#content_nonreserved,
#content_reserved9c,
#content_nonreserved9c {
	display: none;
}

.popup_content_reserved,
.popup_content_nonreserved,
.popup_content_reserved9c,
.popup_content_nonreserved9c {
	display: none;
	position: fixed;
	top: 15%;
	left: 15%;
	align-self: center;
	width: 70%;
	max-height: 70%;
	overflow-y: auto;
	padding: 30px 30px 15px 30px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	border: 1px solid #999;
}

/* 解决默认空值提交的时候出现弹出空白表单提示框 */
#content_reserved.active .popup_content_reserved,
#content_nonreserved.active .popup_content_nonreserved,
#content_reserved9c.active .popup_content_reserved9c,
#content_nonreserved9c.active .popup_content_nonreserved9c {
	display: block;
}
/* 原逻辑 */
/* #content_reserved:checked~.popup_content_reserved,
#content_nonreserved:checked~.popup_content_nonreserved,
#content_reserved9c:checked~.popup_content_reserved9c,
#content_nonreserved9c:checked~.popup_content_nonreserved9c {
	display: block;
} */

.popup_content_reserved h3,
.popup_content_nonreserved h3,
.popup_content_reserved9c h3,
.popup_content_nonreserved9c h3 {
	padding: 0 0 5px 0;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.popup_content_reserved h4,
.popup_content_nonreserved h4,
.popup_content_reserved9c h4,
.popup_content_nonreserved9c h4 {
	margin: 10px 0 20px 0;
}

.popup_content_reserved h5,
.popup_content_nonreserved h5,
.popup_content_reserved9c h5,
.popup_content_nonreserved9c h5 {
	margin: 5px 0 10px 0;
}

.popup_content_reserved p,
.popup_content_nonreserved p,
.popup_content_reserved9c p,
.popup_content_nonreserved9c p {
	text-align: left;
}

.table_content_reserved {
	width: 35%;
}

.table_content_nonreserved {
	width: 30%;
}

.table_content_reserved p,
.table_content_nonreserved p {
	text-align: right;
}

.syuusei {
	margin-top: -20px;
	margin-bottom: -30px;
}


/*お問い合わせ窓口 end*/


/*パスワードを忘れた方 start*/

.table-password-flow th {
	width: 175px;
}

.table-password-flow td {
	padding: 10px 0;
}

.table-password-flow p {
	line-height: 1.4;
}

.bg-password {
	background: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/bg_password_flow.jpg) no-repeat center;
}
/* https://jp.ch.com/service/GetLostPassport 页面兼容IE浏览器*/
.new-get-lost-passport .table-password-flow th div,
.new-modify-new-password .table-password-flow th div
 {
	width: 175px;
}

.new-get-lost-passport .table-password-flow td.zan div,
.new-modify-new-password .table-password-flow td.zan div
 {
	width: 133px;
	padding: 10px 0;
}

.new-get-lost-passport .bg-password,
.new-modify-new-password .bg-password
 {
	background: none;
}
.new-get-lost-passport .notab,
.new-get-lost-passport .table-password-flow,
.new-modify-new-password .notab,
.new-modify-new-password .table-password-flow
 {
	position: relative;
}

.new-get-lost-passport .notab .bg,
.new-modify-new-password .notab .bg
 {
	position: absolute;
	top: 88px;
    left: 0;
    width: 100%;
    z-index: 0;
}

/*パスワードを忘れた方 end*/


/*メールマガジン設定 start*/

.edm-flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/*メールマガジン設定 end*/


/*よくあるご質問 start*/

.faq-search {
	width: 700px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}

.faq-search-input {
	border: 3px solid #008856;
	border-radius: 5px;
	width: 100%;
	height: 55px;
	letter-spacing: 0.1em;
	padding-left: 20px;
	padding-right: 55px;
	background: #fff;
	color: #333;
}

.faq-search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 55px;
	line-height: 55px;
	padding: 0;
	border: none;
	border-radius: 0 5px 5px 0;
	background: #008856;
	color: #fff;
}

.faq-search-icon {
	margin: 0 10px 0 auto;
	width: 30px;
	height: auto;
	vertical-align: middle;
}

.faq-select {
	width: 700px;
	height: 3.5em;
	margin: 0 auto;
}

.faq-select select {
	width: 700px;
	height: 3.5em;
	padding: 10px;
	font-size: 16px;
	background-color: #fff;
	border: 3px solid #008856;
	border-radius: 5px;
	font-family: meiryo, MS UI Gothic, MS Gothic;
}

.faq-select select::-ms-expand {
	display: none;
}

.faq-select.subjects {
	position: relative;
}

.faq-select.subjects::before {
	position: absolute;
	top: 24px;
	right: 30px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #008856;
	pointer-events: none;
}
/* 日文新版问题list页面 */
select { /*这个设置不支持IE*/
    border: 1px solid #CCCCCC;
    height: 27px;
    width: 116px;
    -webkit-border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 26px;
    padding-left:17px;
    /* background: url('图片路径') no-repeat scroll 95px center transparent; */
    background: none;
}
select::-ms-expand {/*这个是隐藏IE的*/
    display:none;
}

.jp-body .jp-pc-new .p-bg.new-jp-list,
.jp-body .jp-pc-new .new-jp-list,
.jp-body .jp-pc-new .new-jp-list-detail {
	margin: 50px 0;
}
.jp-body .jp-pc-new .new-jp-list .p-head {
	background: #fff;
	border-bottom: 0;
	box-shadow: none;
	height: auto;
}
.jp-body .jp-pc-new .new-jp-list .p-head .m-content {
	width: 100%;
}
.jp-body .jp-pc-new .new-jp-list .p-head .m-search {
	background-color: #ddf4d3;
	margin: 30px 0;
	padding: 30px;
	width: auto;
	text-align: center;
}
.jp-body .jp-pc-new .new-jp-list .p-head .m-search .c-search {
    padding-top: 30px;
}
.jp-body .jp-pc-new .new-jp-list .p-head .m-search .c-search .c-btn,
.jp-body .jp-pc-new .new-jp-list .p-head .m-search .c-search .c-inp {
	float: none;
	box-shadow: none;
}
.jp-body .jp-pc-new .new-jp-list .p-head .m-search .c-search .c-inp {
	margin-right: -5px;
	border: 3px solid #008856;
	height: 55px;
	line-height: 55px;
	border-radius: 5px 0 0 5px;
	font-family: meiryo, MS UI Gothic, MS Gothic;
}
.jp-body .jp-pc-new .new-jp-list .p-head .m-search .c-search .c-btn {
	background: #008856;
	border-radius: 0 5px 5px 0;
	margin-bottom: 0;
	height: 61px;
    vertical-align: top;
	font-size: 15px;
	width: 120px;
}
.jp-body .jp-pc-new .new-select-box {
	margin: 60px 0;
}
.jp-body .jp-pc-new .new-jp-list .p-notice {
	width: auto;
	border: none;
	padding: 0;
}
.jp-body .jp-pc-new .new-jp-list .p-notice h5 {
	border-bottom: 0;
}
.jp-body .jp-pc-new .new-jp-list .p-notice h5#listtitle {
	font-weight: 700;
}
.jp-body .jp-pc-new .new-jp-list .p-notice .c-list {
	background-color: #ddf4d3;
    margin: 30px 0;
    padding: 30px;
	width: auto;
	border-bottom: 0;
}
.jp-body .jp-pc-new .new-jp-list .p-notice .c-list li {
	font-size: 16px;
	margin-top: 15px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.jp-body .jp-pc-new .new-jp-list .p-notice .c-list li a {
	float: none;
	color: #008856;
	text-decoration: underline;
	margin-left: 5px;
}
.jp-body .jp-pc-new .new-jp-list .p-notice .c-list li a:hover {
	text-decoration: none;
}
/* 日文新版问题list页面,分页上级标签不再展示，功能保持，仅隐藏 2021.7.5 */
.jp-body .jp-pc-new .new-jp-list .p-notice .m-page {
	display: none;
}
/* 日文新版问题list，详情页面 */
.jp-body .jp-pc-new .new-jp-list-detail .c-title h5 {
	font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 3px 10px;
    border-left: 6px solid #008856;
    color: #008856;
}
.jp-body .jp-pc-new .new-jp-list-detail .m-answer {
	margin: 30px 0;
    padding: 30px;
	background-color: #ddf4d3;
	line-height: 2;
}
.jp-body .jp-pc-new .new-jp-list-detail .m-more .c-list li {
	color: #008856;
	text-decoration: underline;
	line-height: 2;
}
.jp-body .jp-pc-new .new-jp-list-detail .m-more .c-list li::before {
	content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url('//media.springairlines.com/cache/style/site5/img/newJP/pc/linkarrow.png');
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}
.jp-body .jp-pc-new .new-jp-list-detail .m-more .c-list li span {
	display: none;
}
.jp-body .jp-pc-new .new-jp-list-detail .m-more .c-list li:hover,
.jp-body .jp-pc-new .new-jp-list-detail .m-more .c-list li a:hover {
	color: #008856;
	text-decoration: none;
}
/* 日文新版问题list，详情页面,满意度功能不再展示 */
.jp-body .jp-pc-new .new-jp-list-detail .m-reply.f-cb {
	display: none;
}

/*よくあるご質問 end*/

/*ご搭乗サポート start*/

.subtitle-support{
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0px 10px 0px;
}

.helpbox {
  display: flex;
  flex-wrap: wrap;
}

.helpbox dl {
  width: 240px;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
}

.helpbox dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  background-color: #ddf4d3;
  border-radius: 10px 10px 0 0;
}

.helpbox dl dt img {
  padding: 15px 0 0 0;
}

.helpbox dl dd {
  margin: 20px 30px 0 30px;
  font-weight: bold;
}

.helpbox::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

.helpbox dl a {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
}

.helpbox dl:hover {
  opacity: 0.8;
  background-color: #fff;
}

#normal-list-help{
  margin-top: 0px;
  text-align: left;
}

table.table-help {
  width: 90%;
  text-align: center;
  margin-bottom: 60px;
}

.table-help td {
  padding: 10px;
}

.table-help td p{
  text-align: left;
}
.jp-body .jp-pc-new .new-advanced-apply-ij-dom ol li,
.normal-list-new-li-zcp {
  display: list-item;
  list-style: decimal !important;
  text-align: -webkit-match-parent;
}

.normal-list-new-zcp p {
  display: inline; 
}

/*ご搭乗サポート end */

/*contents end*/


/*footer start*/

#footer-box {
	width: 100%;
	height: auto;
	border-top: 5px solid #008856;
}

#footer-box-menu {
	width: 1200px;
	height: auto;
	margin: 40px auto;
	display: flex;
	align-items: flex-start;
}

#footer-box-menu dl {
	width: 100%;
	margin-right: 10px;
}

#footer-box-menu dl dt {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #008856;
	font-weight: bold;
	border-bottom: 2px solid #008856;
}

#footer-box-menu dl dd {
	font-size: 13px;
}

#footer-box-menu dl dd ul li {
	margin-left: 5px;
	line-height: 2.5;
}

#footer-box-menu dl dd ul.icon-internal li a::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/linkarrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 0 7px 2px 0;
}
helpお問い合わせ窓口
#footer-box-menu dl dd ul.icon-external li a::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(//media.springairlines.com/cache/style/site5/img/newJP/pc/linkexternal.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 0 0 2px 7px;
}

#footer-box-menu dl dd ul li a:hover {
	color: #008856;
}

#footer-box-info {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #008856;
	text-align: center;
}

#footer-box-info img {
	width: 400px;
	height: auto;
}

#footer-box-copyright {
	width: 100%;
	height: auto;
	background-color: #008856;
	padding-top: 15px;
	padding-bottom: 30px;
}

#footer-box-copyright ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer-box-copyright ul li {
	padding: 0 25px;
}

#footer-box-copyright p {
	margin-top: 30px;
	text-align: center;
	color: #fff;
}

.input3_birthday, .input3_flightdate, .input4_flightdate,.input4_birthday{
	position: relative;
}
.new-service-guide-customer-new-ij #m-calendar{
	left: 30px;
}
.new-service-guide-customer-new-ij .input3_flightdate  #m-calendar, .new-service-guide-customer-new-ij .input4_flightdate  #m-calendar{
	left: 76px;
}
.new-service-guide-customer-new-ij #m-calendar table{
	border:none;
	margin-bottom:initial;

}
.new-service-guide-customer-new-ij #m-calendar .c-channel tr td{
	padding:initial;
	text-align:center;

}
.new-service-guide-customer-new-ij #m-calendar .c-scroll .c-date td{
	padding: initial;
	text-align: center;
}
.new-service-guide-customer-new-ij .table-form .po-re-td{
	position: relative;
	margin-bottom: 20px;
}
.new-service-guide-customer-new-ij .table-form .po-ab-p{
	position: absolute;
	float: left;
}
.new-service-guide-customer-new-ij .table-form .pd-td-has-text{
	padding: 10px 20px 30px 20px;
}
.new-emal-subscribe a.hover-000:hover{
	color: #333!important;
	text-decoration: none;
}

/*footer end*/

/* 日文二次辅收购买 */
.notice-ul li {
	list-style: disc;
}

.ac-td input[type="checkbox"]+label::before,
.ac-td-ter input[type="checkbox"]+label::before{
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 50%;
	border: 1px solid;
	border-color: #585753;
	background-color: #FFF;
}

.ac-agree {
	width: 20px;
	height: 20px;
	/* border: 1px solid; */
}

.ac-tr {
	position: relative;
	height: 40px;
}

.ac-td, .ac-td-ter {
	display: flex;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.ac-td-ter input,
.ac-td input{
	opacity: 0;
}

.ac-td input[type="checkbox"]:checked+label::after,
.ac-td-ter input[type="checkbox"]:checked+label::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 18px;
	height: 9px;
	margin-top: -9px;
	top: 50%;
	left: 3px;
	transform: rotate(-45deg);
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-color: #585753;
}

.ac-send {
	margin: 0 !important;
}
.ac-send a:hover{
	color: #fff;
}

.ac-send-tr{
	position: relative;
    /* top: 45px; */
}

.ac-showSearch {
	display: flex;
	background: #ddf4d3;
	height: 48px;
	line-height: 40px;
	/* border-radius: 15px; */
	text-align: center;
	align-items: center;
	justify-content: space-evenly;
	font-size: 20px;
    font-weight: bold;
	margin: 10px 0 0 0;
}

.ac-showSearch-msg{
	background: #fff;
    height: 70px;
    border: 1px solid #ddf4d3;
	margin: 0;
}

.ac-showSearch-img{
	width: 50px;
	/* height: 50px; */
}
.ac-showSearch-btn{
	background: #ff9000;
    border-radius: 15px;
    height: 85px;
    padding: 0 20px;
	color: #fff;
	width: 490px;
    line-height: 20px;
    font-size: 20px;
	font-weight: bold;
}
.ac-showSearch-btn-part {
	text-align: left;
    margin: 30px 0;
}

.ac-ftdate span{
	margin: 0 0 0 10px;
}
.ac-showSearch div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ac-showSearch div:first-child {
	width: 20%;
	height: 100%;
}

.ac-showSearch div:nth-child(2) {
	width: 15%;
	height: 100%;
}

.ac-showSearch div:nth-child(3) {
	width: 30%;
	height: 100%;
}

.ac-showSearch div:nth-child(4) {
	width: 35%;
	height: 100%;
}

.ac-showSearch div:nth-child(5) {
	width: 19%;
	height: 100%;
}

.ac-showSearch div:nth-child(6) {
	width: 19%;
	height: 100%;
}

.ac-tab-switch input[type="radio"]+label::before {
	content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color: #585753;
    background-color: #FFF;
    border-radius: 50%;
	margin-left: -30px;
}

.ac-tab-switch input[type="radio"]:checked+label::after {
	content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    left: 4px;
    top: 72%;
    background-color: green;
    border-radius: 50%;
	margin-left: -30px;
}

.ac-tab-switch{
	left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.ac-tab{
	width: 100%;
    position: relative;
    height: 50px;
}

.ac-tab-span{
	height: 50px;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    width: 150px;
    text-align: center;
    margin: 0px 20px 0 0;
    border: 1px solid #dadada;
    border-radius: 10px;
    align-items: center;
}

.ac-tab-span input{
	opacity: 0;
}

.ac-tab-label{
	padding: 0;
    top: 15px;
}

.ac-show-search{
	display: none;
}
.ac-show-search .ac-show-title{
	text-align: left;
    display: flex;
    align-items: center;
}
.ac-show-search .ac-show-title span{
	color: #aad200;
    font-size: 25px;
    font-weight: bold;
    margin-left: 15px;
}
.ac-tip{
	color: #4f4e4e;
}

#jp-domestic .jpBirthDateDom,
#jp-domestic .jpBirthDateDom1{
	position: relative;
}

#jp-domestic .jpBirthDateDom #m-calendar{
	margin-left: 10px;
}

#jp-domestic .jpBirthDateDom td,
#jp-domestic .jpBirthDateDom1 td{
	text-align: center;
	padding: 0;
}

#jp-international .jpBirthDateDom2{
	position: relative;
}

#jp-international .jpBirthDateDom2 #m-calendar,
#jp-domestic .jpBirthDateDom1 #m-calendar{
	margin-left: 67px;
}

#jp-international .jpBirthDateDom2 td{
	text-align: center;
	padding: 0;
}

.ac-select select{
	width: 362px;
    height: 50px;
    padding: 10px;
    margin-left: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
	color: #ccc;
}

.ac-select select option{
	color: #000;
}

#jpSend:hover{
	color: #fff;
}

.ac-action-tnter{
	display: none;
	font-size: 20px;
    font-weight: bold;
    color: red;
}
.ac-show-income {
	display: flex;
}
.ac-show-income > p{
	width: 50%;
    border: 1px solid #ddf4d3;
    height: 70px;
    display: flex;
    align-items: center;
    margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.ac-show-income > p:first-child{
	justify-content: flex-start;
	background-color: #ddf4d3;
	box-sizing: border-box;
    padding: 0 0 0 50px;
}
.ac-show-income > p:last-child{
	justify-content: center;
}

/* 2023.12.25 客票验真，日文增加9C客票验真 */
.jp-body .jp-pc-new #J_CheckTicketNew .content {
	margin-top: 0;
}
.jp-body .jp-pc-new #J_CheckTicketNew .contentsbox {
	margin-top: 0;
    border: none;
}
.jp-body .jp-pc-new #J_CheckTicketNew #tabbox #tabbox-wing {
	padding-top: 30px;
}
/* 日文新增9C客票验真页面 start */
.jp-body .jp-pc-new #J_CheckTicketNew.check-ticket-from-9C .table-form .c-jp-code {
	position: relative;
}
.jp-body .jp-pc-new #J_CheckTicketNew.check-ticket-from-9C .table-form .c-jp-code .inp-wp {
	position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
    /* padding: 12px 15px; */
    background: #008856;
    border-radius: 8px;
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
	cursor: pointer;
	z-index: 1;
}
.jp-body .jp-pc-new #J_CheckTicketNew.check-ticket-from-9C .table-form .c-jp-code .inp-wp a {
	color: #fff;
    padding: 12px 15px;
    height: 40px;
    box-sizing: border-box;
	display: block;
}
.jp-body .jp-pc-new #J_CheckTicketNew.check-ticket-from-9C .table-form .c-jp-code .inp-wp a#getDynamicPwdTip {
	display: none;
}

.jp-body .jp-pc-new #J_CheckTicketNew.check-ticket-from-9C .table-form .c-jp-code .sign-tips {
	width: 550px;
    right: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.jp-body .jp-pc-new #J_CheckTicketNew.check-ticket-from-9C .table-form .c-jp-code .sign-tips a#getDynamicPwdTip {
	display: none;
}
.jp-body .jp-pc-new #J_CheckTicketNew.check-ticket-from-9C .table-form td {
	position: relative;
	width: 380px;
	box-sizing: border-box;
	display: table-cell;
    vertical-align: top;
}
.jp-body .jp-pc-new #J_CheckTicketNew.check-ticket-from-9C .table-form td.c-search-box {
	vertical-align: middle;
}
.jp-body .jp-pc-new #J_CheckTicketNew.check-ticket-from-9C .table-form td .c-jp-phoneno-tips,
.jp-body .jp-pc-new #J_CheckTicketNew.check-ticket-from-9C .table-form td .c-jp-cardno-tips {
	line-height: 1.5;
    font-size: 13px;
    color: #c1c1c1;
    margin-top: 10px;
}
.jp-body .jp-pc-new #J_CheckTicketNew.check-ticket-from-9C .table-form td input.form-size-max {
    margin-left: 5px;
    display: inline-block;
	margin-bottom: 30px;
}
.jp-body .jp-pc-new #J_CheckTicketNew.check-ticket-from-9C .table-form td input.form-size-max.c-has-tips,
.jp-body .jp-pc-new #J_CheckTicketNew.check-ticket-from-9C .table-form td.c-jp-code input.form-size-max {
	margin-bottom: 0;
}
.jp-body .jp-pc-new #J_CheckTicketNew.new-show-check-ticket .sear-btn {
	margin-left: 10px;
}
/* 9C预约确认书按钮 */
.jp-body .jp-pc-new #J_CheckTicketNew.new-show-check-ticket .link-to-print-div {
	width: 170px;
    color: #fff;
    margin: 50px auto;
    background: #008856;
    border-radius: 5px;
	display: none;
}
.jp-body .jp-pc-new #J_CheckTicketNew.new-show-check-ticket .link-to-print-div a.link-to-print {
	width: 100%;
    height: 100%;
    color: #fff;
    background: #008856;
    border: 1px solid #008856;
    border-radius: 5px;
	font-size: 16px;
}
/* 日文新增9C客票验真页面 end */

/* 2024.01.04 解决日文客票验真页面，PC没空值校验提示，历史遗留问题 */
.jp-body .jp-pc-new #J_CheckTicketNew td.error  input.form-size-max {
	border: 1px solid #f00;
}/* 中文日分选座/客规/汇总样式 */
.chIjHelp .content p a,
.chIjHelp .content li a, 
.chIjHelp .notab p a, 
.chIjHelp .notab .notice li a, 
.chIjHelp label a{
	color: #008856;
    text-decoration: underline;
}
.chIjHelp .dom-9c-change-charge li,
.chIjHelp.seat-domestic-ij .tokuchou li,
.chIjHelp .airport-traffic-new-ij-dom ol li,
.chIjHelp .new-safe ol li,
.chIjHelp .rules-children-new-ij-dom ol li,
.chIjHelp .rules-children-new-ij-int ol li,
.chIjHelp .new-advanced-apply-ij-dom ol li,
.chIjHelp .new-advanced-apply-ij-int ol li,
.chIjHelp .new-get-lost-passport ol li,
.chIjHelp .new-emal-subscribe ol li,
.chIjHelp .airport-traffic-new-9c-dom ol li,
.chIjHelp ol.normal-list li{
	list-style: decimal inside !important;
}
.chIjHelp.seat-domestic-ij .normal-list .normal-list-disc li{
	margin-left: 20px;
	list-style: disc!important;
}
.QrCodeList{
	margin-top: 40px;
	text-align: center;
}
.QrCodeList li{
	display: inline-block;
	margin: 0 20px;
}
  .QrCodeList li img{
	width: 150px;
	display: block;
	margin-bottom: 20px;
}
.videoBox{
	display: flex;
	justify-content: space-between;
}
.videoBox video{
	max-width: 530px;
	flex: 1;
}
