@charset "UTF-8";

/* ---------------------------------------------------------------------
*
*	ホーム
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	追加220819_文字サイズ変更機能
* ------------------------------------------------------------------- */

.pcOn {
	display: inline;
}
.spOn {
	display: none;
}

/* fontsize
-----------------------------------------*/
/*.fontS { font-size: 50% }*/
.fontM { font-size: 65% }
.fontL { font-size: 80% }
.fontChange {
	font-size: 60%;
}
 
/* mod_headerbox_size
-----------------------------------------*/
.mod_headerbox_size {
	width: 130px;
	position: absolute;
	z-index: 1000;
	display: flex;
	top: 140px;
	left: 37px;
	justify-content: space-between;
}
.mod_headerbox_size .textChangeTitle {
	text-align: justify;
	display: inline-block;
	margin: 2px 0 0;
	line-height: 1.5;
	font-size: 9.5px;
}
.mod_headerbox_size ul {
  	display: flex;
	border: solid 1px #74b749;
	border-radius: 20px;
	height: 30px;
}
.mod_headerbox_size ul li {
	font-size: 13px;
}
.mod_headerbox_size ul li span {
	display: block;
	cursor: pointer;
	padding: 4px;
	text-align: center;
	background: #fff;
	font-size: 13px;
	/*font-weight: bold;*/
	width: 44px;
	transition: all 0.3s;
}
.mod_headerbox_size ul li:first-of-type span {
	padding: 4px 3px 4px 6px;
	border-top-left-radius : 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-bottom-left-radius : 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
}
.mod_headerbox_size ul li:last-of-type span {
	border-top-right-radius : 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-bottom-right-radius : 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
}
.mod_headerbox_size ul li.active span {
  background: #b4d79c;
}
.mod_headerbox_size ul li span:hover{
  background: #b4d79c;
}

/* 文字サイズ大　レイアウト調整
-----------------------------------------*/

.fontL #headerGlobalNavi {
  width: 840px;
}
.fontL .article {
  width: 1100px;
  margin: 0 auto;
}
.fontL .subNavi ul {
	height: 260px;
	width: 605px;
	top: 20px;
	padding: 25px 0 0 20px;
	font-size: 1.6rem;
}
.fontL #navi3 .subNavi ul {
  height: 280px;
}
.fontL #navi4 .subNavi ul {
  height: 280px;
}
.fontL .subNavi li {
  width: 290px;
}
.fontL #footerGlobalNavi {
  left: 527px;
  top: 200px;
  width: 500px;
}
.fontL #footerGlobalNavi a {
  font-size: 1.2rem;
}
.fontL #homeFlightInformation {
  width: 980px;
}
.fontL #homeFlightInformation ul {
  width: 770px;
  }
.fontL #homeInformation {
  height: auto;
  }
.fontL #homeNews {
  padding: 50px 60px;
}
.fontL #homeInstagram h2 img {
  left: -560px;
}
.fontL#downloadApplication #section1 .applicationContainer .applicationBox .applicationIcon {
  width: 60px;
  }
.fontL .InPageLink a {
  width: 270px;
}
.fontL #accessMain #section2 .button a {
  width: 450px;
  padding: 10px 0 0 35px;
}
.fontL #facilitiesMain #section1 .button a {
  width: 450px;
  padding: 10px 0 0 65px;
}
.fontL #facilitiesMain #section5 > .sectionInner:nth-of-type(4) {
  width: 910px;
  }
.fontL #facilitiesMain #section5 > .sectionInner:nth-of-type(4) li {
  width: 170px;
}
.fontL #knowMain #section1 p:nth-of-type(1) {
  width: 530px;
}
.fontL #reservationLink a {
  width: 440px;
  padding: 10px 0 0 100px;
}
.fontL #companyMain #certificates .externallinkButton {
  width: 150px;
}

.fontL #companyMain #certificates .externallinkButton::before {
    top: 10px;
}
.fontL #facilitiesMain #section3 .amountBox .amountTitle {
  width: 200px;
}

/* ---------------------------------------------------------------------
*	追加210510_重要なお知らせ
* ------------------------------------------------------------------- */
#importantTopics{
	display:flex;
	align-items: center;
	width: 100%;
	background: #FF7D6E;
}
#importantTopics .importantTopicsIcon {
	display:flex;
	align-items: center;
	height: 100%;
	position: relative;
	padding: 0 16px;
	display: block;
}
#importantTopics .importantTopicsIcon img {
	display: block;
}
#importantTopics .importantTopicsList {
	background: #FEE3E1;
	/*padding: 18px 16px 16px;*/
	padding: 12px 16px 8px;
	width: 100%;
	position: relative;
}
#importantTopics .importantTopicsList li {
	margin: 0 0 4px 40px;
	font-size: 1.5rem;
	position: relative;
	line-height: 1.4;
	transition: all .25s ease-in-out;
}
#importantTopics .importantTopicsList li:hover {
	color: #101010;
	opacity: 0.6;
}
#importantTopics .importantTopicsList li a:hover {
	color: #101010;
}
#importantTopics .importantTopicsList li::before {
	content: ">";
	color: #101010;
	font-size: 2.4rem;
	font-weight: 300;
	position: absolute;
	left: -27px;
	top: -8px;
	height: 20px;
	z-index: 30;
}
/* ---------------------------------------------------------------------
*	メインイメージ
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#mainImage {
	position: relative;
	height: 480px;
	margin: 0 0 30px;
}


/* ---------------------------------
*	slick arrows
*/
#mainImage .slick-arrow {
	position: absolute;
	background: #fff;
	width: 77px;
	height: 65px;
	z-index: 2;
	bottom: 0;
	text-align: center;
	color: #5f5f5f;
	padding: 22px 0 0;
	font-size: 1.2rem;
	cursor: pointer;
	transition: all .25s ease-in-out;
}
#mainImage .slick-arrow:hover {
	background: #f6f6f6;
	color: #57b7d8;
}
#mainImage .slick-arrow span {
	display: block;
	transform: scaleX(0.7);
}
#mainImage .prev-arrow {
	left: 20px;
}
#mainImage .prev-arrow::after {
	content: "";
	position: absolute;
	border-left: 1px solid #eaeaea;
	right: 0;
	top: 11px;
	height: 45px;
}
#mainImage .next-arrow {
	left: 97px;
}


/* ---------------------------------
*	slick dots
*/
#mainImage .slick-dots {
	position: absolute;
	display: flex;
	align-items: center;
	bottom: 20px;
	right: 20px;
}
#mainImage .slick-dots li {
	background: #fff;
	border-radius: 10px;
	width: 8px;
	height: 8px;
	cursor: pointer;
	margin: 0 12px 0 0;
}
#mainImage .slick-dots li:last-of-type {
	margin: 0;
}
#mainImage li.slick-active {
	background: transparent;
	border: 2px solid #fff;
	width: 12px;
	height: 12px;
}
#mainImage .slick-dots button {
	display: none;
}


/* ---------------------------------
*	キャッチフレーズ
*/
#catchPhrase {
	position: absolute;
	background: rgba(255,255,255,0.78);
	height: 115px;
	width: 330px;
	bottom: 50px;
	right: 20px;
	padding: 28px 0 0;
	text-align: center;
}
#catchPhrase img {
	width: 296px;
}



/* ---------------------------------------------------------------------
*	フライト情報
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#homeFlightInformation {
	display: flex;
	background: #fff;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	margin: 0 auto 85px;
	font-size: 1.6rem;
	width: 900px;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#homeFlightInformation h2 {
	background: #74b749;
	text-align: center;
	color: #000;
	width: 190px;
	padding: 55px 0 15px;
}
#homeFlightInformation ul {
	display: flex;
	justify-content: flex-start;
	width: 690px;
}
#homeFlightInformation li {
	padding: 10px 0 10px;
	margin: 0 12px;
}
/* #homeFlightInformation li:last-of-type {
	margin: 0 26px;
} */
#homeFlightInformation .FlightInformationDeparture {
	border-bottom: 1px solid #b2b2b2;
}
/* #homeFlightInformation li:first-of-type {
	padding: 10px 40px;
	margin: 0;
	font-weight: 700;
	border-right: 1px solid #b2b2b2;
	background: #ebf3e6;
	font-size: 1.4rem;
} */
/* #homeFlightInformation li:nth-of-type(2) {
	margin: 0 12px 0 28px;
} */

/* ---------------------------------
*	240119_嶋 追加
*/
#homeFlightInformation .FlightInformationInner li a img {
	width: 300px;
}
#homeFlightInformation .FlightInformationInner ul {
	background-color: none;
}
#homeFlightInformation .FlightInformationInner ul li {
	margin: 5px 0 0 38px;
	text-align: center;
	letter-spacing: -0.01rem;
}
.text-tel {
	font-size: 1.1rem;
	font-weight: bold;
}
.text-time {
	font-size: 1.3rem;
	color: #959595;
}
#homeFlightInformation .FlightInformationInner ul li p {
	font-weight: bold;
}
#homeFlightInformation .FlightInformationInner ul li .sp-on {
	display: none;
}

/* ---------------------------------------------------------------------
*	新着情報・Twitter
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#homeInformation {
	position: relative;
	display: flex;
	height: 545px;
	margin: 0 auto 80px;
}
#homeInformation:after {
	content: "";
	position: absolute;
	transform: skewY(3deg);
	background: #e1edce;
	height: 460px;
	width: 100vw;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}


/* ---------------------------------
*	新着情報
*/
#homeNews {
	background: #fff;
	border: 1px solid #ddd;
	width: 760px;
	padding: 50px 135px 30px;
}
#homeNews .sectionTitle img {
	position: absolute;
	width: 228px;
	right: -240px;
	top: -75px;
}
#homeNews ul {
	text-align: left;
}
#homeNews li {
	font-size: 1.6rem;
	border-bottom: 1px solid #6a6a6a;
}
#homeNews li a {
	padding: 10px;
}
#homeNews li a,
#homeNews li span {
	display: block;
}
#homeNews .date {
	transition: all .25s ease-in-out;
	font-size: 1.2rem;
	color: #6a6a6a;
}
#homeNews a:hover .date {
	color: #a3dff4;
}

#homeInfoRight {
	background: #b4d79c;
	width: 440px;
	padding: 50px 45px 0;
}

/*#homeNews .news-pin {
	margin: 0 8px 0 0;
}*/
#homeNews .news-pin
 {
	position: relative;
	padding: 0 0 0 18px;
}
#homeNews .news-pin::before {
	content: "";
	background: url(../images/common/icon-pin-blue.png) no-repeat center top;
	background-size: cover;
  display: block;
  width: 13px;
  height: 19px;
  position: absolute;
  top: 0.2em;
  left: -0.2em;
  }
/* ---------------------------------
*	Twitter
*/
#homeInfoRight aside {
	/* margin: 20px 0 0; */
}
#homeTwitter {
	margin: 12px 0 0;
}
#homeTwitter .sectionTitle {
	padding: 0;
	margin: 0 0 14px;
	font-size: 2rem;
}
#homeTwitter .sectionTitle :hover{
	color: #fff;
}
#ie_on {
	display: none;
}
#homeTwitter .x-logo {
	text-align: center;
	margin: 30px 0 12px;
}
#homeTwitter .x-logo img {
	width: 25px;
}
	@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #homeTwitter .twitter-timeline { 
  display: none; 
  }
  *::-ms-backdrop, #ie_on {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.8;
}
*::-ms-backdrop, #ie_on a {
	border-bottom: solid 1px #000;	
}
*::-ms-backdrop, #ie_on a:hover {
	color: #fff;
	border-bottom: solid 1px #fff;	
}
*::-ms-backdrop,#homeInfoRight {
	padding: 60px 45px 0;
}
*::-ms-backdrop,#homeInfoRight #homeTwitter {
	margin: 70px 0 0;
}
}
/*200304 はなっぴー削除
 #homeTwitter .sectionTitle img {
	position: absolute;
	width: 38px;
	top: 0px;
	left: -50px;
} */

/* ---------------------------------
* youtube
*/


#homeYoutube {
	text-align: center;
}
/* #homeYoutube h2 {
	position: relative;
	margin: 0 0 14px;
	font-size: 2rem;
} */
#homeYoutube h2 {
	position: relative;
	margin: 0 0 80px;
	/* font-size: 2rem; */
}
#homeYoutube h2 :hover{
	color: #fff;
}
/* #homeYoutube .iframeWrap {
    position: relative;
    width: 249px;
    height: 0;
    padding-top: 140px;
    margin: 0 auto;
} */
#homeYoutube .iframeWrap {
    position: relative;
    width: initial;
    height: 198px;
    margin: 0 auto;
}
#homeYoutube iframe {
  position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#homeYoutube .sectionTitleLine1 {
    display: block;
    border-bottom: 1px solid 
    #000;
    height: 1px;
    width: 100%;
    margin: 2px 0 2px;
}
/* ---------------------------------------------------------------------
*	Instagram
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#homeInstagram {
	background: #ededed;
	margin: 0 calc(50% - 50vw) 100px;
	padding: 40px 10px;
	text-align: center;
}
#homeInstagram h2 {
	position: relative;
	margin: 0 0 30px;
	font-size: 1.6rem;
}
#homeInstagram h2 img {
	position: absolute;
	left: -450px;
	right: 0;
	top: 0;
	bottom: -2px;
	margin: auto;
	width: 32px;
}
#homeInstagram ul {
	display: flex;
	justify-content: space-around;
	max-width: 1500px;
	margin: 0 auto;
}
#homeInstagram ul:first-of-type {
	margin: 0 auto 10px;
}
#homeInstagram li {
	margin: 0 5px;
}
/*
#homeInstagram li img {
	max-width: 163px;
}
*/
#homeInstagram li img {
	width: 163px;
	height: 122px;
	object-fit: cover; /* 画像トリミング処理 */
}
#homeInstagram li a:hover img {
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
#homeInstagram .button {
	margin: 25px 0 0;
}



/* ---------------------------------------------------------------------
*	広告枠
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#homeAds {
	margin: 0 calc(50% - 50vw) 50px;
	padding: 40px 0;
	background: #f4f4f4;
}
#homeAds ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 1100px;
	margin: 0 auto;
}
#homeAds li {
	margin: 0 8px 15px;
}
#homeAds img {
	border: 1px solid #c6c6c6;
}
#homeAds a:hover img {
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}



/* ---------------------------------------------------------------------
*	バナー枠
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
/*#homeBanner {
	width: 1200px;
	margin: 0 auto;
	background: #f4f4f4;
	padding: 55px;
}
#homeBanner li {
	margin: 0 auto;
    width: 550px;
}
#homeBanner li.list-movie {
	margin: 0 auto 60px;
}
#homeBanner li.list-movie {
	text-align: center;
}
#homeBanner li.list-banner {
	margin: 0 auto 15px;
}
#homeBanner li.list-banner a {
	display: flex;
}
#homeBanner li.list-banner p {
	padding: 20px 0 0 18px;
}
#homeBanner img {
	border: 1px solid #c6c6c6;
	display: inline-block;
	width: 230px;
}
#homeBanner a:hover img {
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
#homeBanner video {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 10px ;
}*/
/* ---------------------------------
*	220819_スライドバナーに変更
*/

#homeBanner {
	position: relative;
	width: 930px;
	height: auto;
	margin: 80px auto;
}
#homeBanner .slick-initialized .slick-slide {
  display: block;
  margin: 0 8px;
  /*width: auto !important;*/
}
.slick-slide img {
  width: 215px;
	height: 55px;
	border: 1px solid #c6c6c6;
	object-fit: cover;
}
.slick-slide img:hover {
  transform: none;
}
/* ---------------------------------
*	slick arrows
*/
#homeBanner .slick-arrow {
	position: absolute;
	background: #57B7D8;
	width: 50px;
	height: 50px;
	z-index: 2;
	bottom: 2px;
	text-align: center;
	color: #fff;
	padding: 13px 0 0;
	font-size: 1.4rem;
	cursor: pointer;
	transition: all .25s ease-in-out;
	border: solid 1px #57B7D8;
}
#homeBanner .slick-arrow:hover {
	background: #fff;
	color: #57B7D8;
	border: solid 1px #57B7D8;
}
#homeBanner .slick-arrow span {
	display: block;
	transform: scaleX(0.7);
}
#homeBanner .prev-arrow {
	left: -70px;
}
#homeBanner .next-arrow {
	right: -70px;
}


/* ---------------------------------
*	slick dots
*/
#homeBanner .slick-dots {
	position: absolute;
	display: flex;
	align-items: center;
	bottom: -40px;
	right: 0;
	justify-content: center;
	left: 0;
}
#homeBanner .slick-dots li {
	background: #cfcfcf;
	border-radius: 10px;
	width: 8px;
	height: 8px;
	cursor: pointer;
	margin: 0 12px 0 0;
}
#homeBanner .slick-dots li:last-of-type {
	margin: 0;
}
#homeBanner .slick-dots li.slick-active {
	background: transparent;
	border: 2px solid #cfcfcf;
	width: 12px;
	height: 12px;
}
#homeBanner .slick-dots button {
	display: none;
}



/* ---------------------------------------------------------------------
*
*	会社情報
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#companyMain #pageTitleInner {
	background: #d3eef7 url(../images/common/icon-flight-white.svg) no-repeat left center;
	background-size: 254px 254px;
}
#companyMain .section > div.sectionInner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
}
#companyMain .section > div.sectionInner .sectionInner {
	width: 400px;
	margin: 0 0 60px;
}
#companyMain .section > div.sectionInner .sectionInner:nth-of-type(even) {
	margin: 0 0 0 100px;
}

#companyMain  .sectionInner .sectionInner {
  padding: 0;
}
#companyMain  .sectionInner .sectionInner .sectionInner {
  padding: 0 10px;
}
/* ---------------------------------
*	230929追加_会社スローガン
*/
#companyMain .sloganList {
	font-weight: 500;
  list-style-type: none;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto 15px;
}
#companyMain .sloganList li {
	line-height: 1.4;
  list-style-type: none;
  text-indent: -1.4em;
  margin: 0 0 12px 2em;
  position: relative;
}
#companyMain .sloganList li:before {
	position: relative;
    content: '一、';
    left: -10px;
}
/* ---------------------------------
*	各種認定証等
*/
#companyMain #certificates {
	margin: 0 0 120px;
}
#companyMain #certificates ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#companyMain #certificates li {
	margin: 10px 2.5% 40px;
	width: 45%;
}
#companyMain #certificates p {
	margin: 10px 0;
	line-height: 1.8;
}
#companyMain #certificates .certificatesTitle {
	font-size: 1.6rem;
	font-weight: bold;
}
#companyMain #certificates .externallinkButton {
	text-decoration: none;
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	padding: 3px 26px 3px 16px;
	margin: 0 0 0 10px;
	font-size: 1.3rem;
	position: relative;
}
#companyMain #certificates .externallinkButton::before {
	content: "";
	background: url(../images/common/icon-external-link.svg) no-repeat center top;
	  background-size: auto;
	background-size: contain;
	position: absolute;
	top: 6px;
	right: 12px;
	width: 11px;
	height: 11px;
	transition: all 0.3s;
  }
#companyMain #certificates .externallinkButton:hover {
	border-color: #57b7d8;
	color: #57b7d8;
}
#companyMain #certificates a {
	margin: 0 20px 0 0;
}

/* ---------------------------------------------------------------------
*
*	Q&A
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#qandaMain #pageTitleInner {
	background: #d3eef7 url(../images/common/icon-qanda-white.svg) no-repeat 50px center;
	background-size: 200px 154px;
}
#qandaMain {
	letter-spacing: 0.1rem;
}
#qandaMain .section > .sectionInner {
	margin: 0 0 60px;
}
#qandaMain #section1 > .sectionInner:nth-of-type(3) th {
	letter-spacing: 0rem;
}
#qandaMain #section1 > .sectionInner:nth-of-type(5) {
	margin: 0 0 32px;
}
#qandaMain #section1 > .sectionInner:last-of-type {
	background: #e7e7e7;
	padding: 20px 0 20px 170px;
	font-size: 1.8rem;
}
#qandaMain #section2 > .sectionInner:last-of-type dt {
	/*padding: 40px 0 0;  200328 コメントアウト */
}
#qandaMain dl div {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

#qandaMain dl > dt {
	clear: left;
  	float: left;
	width: 20%;
}
#qandaMain dl > dd {
	margin: 0 0 10px 20%;
}

#qandaMain div > dt {
	width: 20%;
	margin: 0 0 12px;
}
#qandaMain div > dd {
	margin: 0 0 12px;
}
#qandaMain div > dd:first-of-type {
	width: 19%;
}
#qandaMain div > dd:nth-of-type(2) {
	width: 60%;
}
#qandaMain div > dd.dd-long {
	width: auto;
}
#qandaMain div > dl.verticalTop div  {
	align-items: flex-start;
}
/* ---------------------------------------------------------------------
*
*	新着情報　一覧／詳細
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#newsMain #pageTitleInner,
#newsDetailMain #pageTitleInner {
	background: #d3eef7 url(../images/common/icon-flight-white.svg) no-repeat left center;
	background-size: 254px 254px;
}



/* ---------------------------------------------------------------------
*	一覧ページ
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#newsMain .sectionTitle img {
	position: absolute;
	width: 228px;
	right: -240px;
	top: -75px;
}
#newsMain .sectionInner {
	width: 700px;
	margin: 0 auto;
}
#newsMain .section ul {
	margin: 0 0 70px;
}
#newsMain .section li {
	font-size: 1.6rem;
	border-bottom: 1px solid #6a6a6a;
	list-style: none;
}
#newsMain .section li a {
	padding: 10px;
	text-decoration: none;
}
#newsMain .section li a,
#newsMain .section li span {
	display: block;
}
#newsMain .section .date {
	transition: all .25s ease-in-out;
	font-size: 1.2rem;
	color: #6a6a6a;
}
#newsMain .section a:hover .date {
	color: #a3dff4;
}


/* ---------------------------------
*	ページャー
*/
#pager {
	text-align: center;
	margin: 0 0 80px;
	letter-spacing: 0.5rem;
	font-weight: bold;
	color: #57b7d8;
}
#pager a {
	font-weight: normal;
	color: #000;
}



/* ---------------------------------------------------------------------
*	詳細ページ
* ------------------------------------------------------------------- */
/* ---------------------------------
*	本文
*/
#newsDetailText {
	width: 700px;
	margin: 0 auto 80px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.2rem;
}
#newsDetailText hr {
	border-bottom: 1px solid #666;
	margin: 30px 0;
}


/* ---------------------------------
*	写真
*/
#newsDetailPhotos {
	display: flex;
	justify-content: center;
	margin: 0 0 45px;
}
#newsDetailPhotos figure {
	width: 200px;
	margin: 0 5px;
}
#newsDetailPhotos img {
	height: auto;
	width: 200px;
	cursor: pointer;
}


/* ---------------------------------
*	添付ファイル
*/
#newsDetailAttachment {
	text-align: center;
	margin: 0 0 65px;
	font-size: 1.5rem;
}
#newsDetailAttachment li {
	list-style: none;
	margin: 0 0 5px;
}
#newsDetailAttachment a {
	text-decoration: underline;
	padding: 0 25px 0 0;
}
#newsDetailAttachment a[href$=".pdf"] {
	background: url(../images/news/icon-pdf.svg) no-repeat right center;
}
#newsDetailAttachment a[href$=".xls"],
#newsDetailAttachment a[href$=".xlsx"] {
	background: url(../images/news/icon-xls.svg) no-repeat right center;
}
#newsDetailAttachment a[href$=".doc"],
#newsDetailAttachment a[href$=".docx"] {
	background: url(../images/news/icon-doc.svg) no-repeat right center;
}


/* ---------------------------------
*	ボタン
*/
#newsDetailAttachment + .button a {
	text-decoration: none;
}




/* ---------------------------------------------------------------------
*
*	航空ダイヤ（国内定期便）
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#domesticFlightMain #pageTitleInner {
	background: #d3eef7 url(../images/common/icon-flight-white.svg) no-repeat left center;
	background-size: 254px 254px;
}
.domesticFlightTerm {
	text-align: left;
	margin: 0 0 10px;
	position: relative;
	display: block;
	width: 100%;
	padding: 6px 0 6px 15px;
	text-decoration: none;
	background: #34a138;
	color: #fff;
	font-size: 1.8rem;
}
.term h3 .small {
	font-size: 1.2rem;
}
.term > .sectionInner {
	margin: 0 0 100px;
}
/*.term .sectionInner .sectionInner {
	display: flex;
}*/
.term table {
	width: 100%;
	border: none;
}
.term table + table {
	margin: 30px 0 0 0;
}
.term thead td {
	position: relative;
	text-align: left;
}
.term thead th {
	position: relative;
	text-align: left;
}
.term th {
	width: 15%;
}
.term th.remarks {
	width: 40%;
}
.departure {
	margin: 0 54px 0 0;
	position: relative;
}
.departure::before {
	content: "";
	position: absolute;
	right: -38px;
	top: 13px;
	height: 30px;
	width: 6px;
	border-bottom: #000 1px solid;
	transform: rotate(190deg) skewY(-50deg);
}
.departure::after {
	content: "";
	position: absolute;
	right: -26px;
	top: -7px;
	height: 30px;
	width: 6px;
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	transform: rotate(90deg) skewY(-50deg);
}
.term thead th a {
	position: absolute;
	right: 0;
	font-size: 1.3rem;
	background: #fff;
	padding: 3px 20px 2px;
	text-decoration: none;
	border: #f7ab03 1px solid;
}
.term thead th a:hover {
	background: #f7ab03;
	color: #fff;
}
.term thead th a::after {
	content: "";
	position: absolute;
	right: -5px;
	top: -1px;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #f7ab03 transparent;
	transform: rotate(45deg);
}
.term td {
	text-align: center;
	border-top: 1px solid #a9ce99;

}
.term td:first-of-type {
	white-space: nowrap;
}
.flightNumber {
	/*height: 36px;*/
	display: block;
	line-height: 1.8;
	/*margin: 15px 0 0;*/
}
.term .airlinesIcon {
	width: 80px;
	display: block;
	margin: 0 auto;
}
.term .airlinesIcon img {
	width: 100%;
}
.term .airlinesIcon:nth-of-type(2) {
	margin: 0;
}
.term thead th {
	background: none;
	border: 0 none;
}
.term thead th {
	border: 0 none;
	padding: 10px 0;
}
.term tbody th {
	background: #b9dba4;
	color: #000;
	font-size: 1.5rem;
	padding: 6px 0;
	border-top: 1px solid #34a138;
	border-bottom: none;
}
.term tbody {
	border: 1px solid #34a138;
}
.term tbody tr {
	border-top: 1px solid #a9ce99;
}
.term th {
	border-left: 1px solid #a9ce99;
	border-right: 1px solid #a9ce99;
}
.term td {
	border-left: 1px solid #a9ce99;
	border-right: 1px solid #a9ce99;
	font-size: 1.6rem;
}
.term tr:nth-of-type(even) td {
	background: #fff;
}
.term tbody tr:nth-of-type(odd) td {
	background: #fff;
}
.term tbody tr:nth-of-type(odd) td {
	background: #fff;
}
.term tbody tr td.remarks {
	text-align: left;
}

/* ---------------------------------------------------------------------
*	タブ
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#flightPlaceTab {
	display: flex;
	justify-content: center;
	margin: 0 0 60px;
	text-align: center;
	font-size: 1.5rem;
}
#flightPlaceTab a {
	position :relative;
	text-decoration: none;
	width: 210px;
	margin: 0 7px;
	padding: 10px 0;
	font-size: 1.4rem;
}
#flightPlaceTab a:hover {
	opacity: 0.6;
	color: #000;
}
#flightPlaceTab .active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0 auto;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	width: 19px;
	height: 15px;
}

#flightPlaceTab a {
	background: #C9C2A6;
	letter-spacing: 0.15rem;
	font-size: 1.4rem;
}
#flightPlaceTab a::after {
	border-color: #C9C2A6 transparent transparent transparent;
}




/*
/* ---------------------------------
*	タブ
*/
/*
#domesticFlightTab {
	text-align: center;
	margin: 0 0 20px;
	display: flex;
}
#domesticFlightTab a {
	position: relative;
	display: block;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	text-decoration: none;
}
#domesticFlightTab a:hover {
	opacity: 0.6;
}
#domesticFlightTab .active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0 auto;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	width: 19px;
	height: 15px;
}
.domesticFlightTab:nth-of-type(1) {
	background: #34a138;
}
.domesticFlightTab:nth-of-type(1)::after {
	border-color: #34a138 transparent transparent transparent;
}
.domesticFlightTab:nth-of-type(2) {
	background: #57b7d8;
	margin: 0 0 0 10px;
}
.domesticFlightTab:nth-of-type(2)::after {
	border-color: #57b7d8 transparent transparent transparent;
}
.domesticFlightTab:nth-of-type(3) {
	background: #f7ab03;
	margin: 0 0 0 10px;
}
.domesticFlightTab:nth-of-type(3)::after {
	border-color: #f7ab03 transparent transparent transparent;
}
*/

/* ---------------------------------
*	シーズン1
*/
/*
.term:nth-of-type(2) thead th {
	background: #74b749;
	border: 0 none;
}
.term:nth-of-type(2) th {
	background: #b9dba4;
	border: 0 none;
}
.term:nth-of-type(2) th {
	border-left: 1px solid #a9ce99;
	border-right: 1px solid #a9ce99;
}
.term:nth-of-type(2) td {
	border-left: 1px solid #bdd8b4;
	border-right: 1px solid #bdd8b4;
}
.term:nth-of-type(2) tr:nth-of-type(even) td {
	background: #ebf3e6;
}
.term:nth-of-type(2) tbody tr:nth-of-type(odd) td {
	background: #fafcf7;
}
*/

/* ---------------------------------
*	シーズン2
*/
/*
.term:nth-of-type(3) {
	display: none;
}
.term:nth-of-type(3) thead th {
	background: #57b7d8;
	border: 0 none;
}
.term:nth-of-type(3) th {
	background: #99d8ed;
	border: 0 none;
}
.term:nth-of-type(3) td {
	background: #d3f3fe;
}
.term:nth-of-type(3) th {
	border-left: 1px solid #95c6d6;
	border-right: 1px solid #95c6d6;
}
.term:nth-of-type(3) td {
	border-left: 1px solid #acd1dc;
	border-right: 1px solid #acd1dc;
}
.term:nth-of-type(3) tbody tr:nth-of-type(odd) td {
	background: #d3f3fe;
}
.term:nth-of-type(3) tbody tr:nth-of-type(odd) td {
	background: #f2fcff;
}
*/

/* ---------------------------------
*	シーズン3
*/
/*
.term:nth-of-type(4) {
	display: none;
}
.term:nth-of-type(4) thead th {
	background: #f7ab03;
	border: 0 none;
}
.term:nth-of-type(4) th {
	background: #f7d893;
	border: 0 none;
}
.term:nth-of-type(4) th {
	border-left: 1px solid #e2c584;
	border-right: 1px solid #e2c584;
}
.term:nth-of-type(4) td {
	border-left: 1px solid #edd399;
	border-right: 1px solid #edd399;
}
.term:nth-of-type(4) tbody tr:nth-of-type(even) td {
	background: #f6e9cc;
}
.term:nth-of-type(4) tbody tr:nth-of-type(odd) td {
	background: #f8f3e8;
}
*/

/* ---------------------------------
*	シーズン共通ボーダー削除
*/
.term th:first-of-type,
.term td:first-of-type {
	border-left: 0 none;
}
.term th:last-of-type,
.term td:last-of-type {
	border-right: 0 none;
}


/* ---------------------------------
*	航空会社へのリンク
*/
#reservationLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #e7e7e7;
	padding: 20px 0;
}
#reservationLink h3 {
	border: 0 none;
	padding: 0;
	margin: 0 0 25px;
	width: 100%;
	text-align: center;
}
#reservationLink div {
	font-size: 1.7rem;
}
#reservationLink a {
	background: #fff;
	position: relative;
	display: block;
	text-decoration: none;
	height: 70px;
	width: 410px;
	padding: 14px 0 0 100px;
}
#reservationLink a:hover {
	transform: scale(1.02);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
#reservationLink img {
	position: absolute;
}
#reservationLink .small {
	transition: all .25s ease-in-out;
	display: block;
	font-size: 1rem;
	color: #717171;
}
#reservationLink a:hover .small {
	color: #57b7d8;
}
#jalReservation a {
	background: #fff url(../images/domestic-flight/jal-photo.jpg) no-repeat right top;
}
#jalReservation img {
	height: 45px;
	width: 41px;
	top: 13px;
	left: 30px;
}
#fdaReservation {
	margin: 0 0 0 20px;
}
#fdaReservation a {
	background: #fff url(../images/domestic-flight/fda-photo.jpg) no-repeat right top;
}
#fdaReservation img {
	height: 24px;
	width: 73px;
	top: 24px;
	left: 10px;
}
#codeshare {
	font-size: 1.3rem;
	margin: 10px 0 0 10px;
}

/* ---------------------------------------------------------------------
*
*	航空ダイヤ（国際定期便）（国内定期便から一部継承）
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#internationalFlightMain #pageTitleInner {
	background: #d3eef7 url(../images/common/icon-flight-white.svg) no-repeat left center;
	background-size: 254px 254px;
}


/* ---------------------------------
*	タブ
*/
#internationalFlightTab,
#internationalFlightTab2 {
	text-align: center;
	margin: 0 0 20px;
	display: flex;
}
#internationalFlightTab2 {
	margin: 150px 0 20px;
}
#internationalFlightTab a,
#internationalFlightTab2 a {
	position: relative;
	display: block;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	text-decoration: none;
}
#internationalFlightTab a:hover,
#internationalFlightTab2 a:hover {
	opacity: 0.6;
}
#internationalFlightTab .active::after,
#internationalFlightTab2 .active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0 auto;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	width: 19px;
	height: 15px;
}
.internationalFlightTab:nth-of-type(1) {
	background: #34a138;
}
.internationalFlightTab:nth-of-type(1)::after {
	border-color: #34a138 transparent transparent transparent;
}
.internationalFlightTab:nth-of-type(2) {
	background: #57b7d8;
	margin: 0 0 0 10px;
}
.internationalFlightTab:nth-of-type(2)::after {
	border-color: #57b7d8 transparent transparent transparent;
}
.internationalFlightTab:nth-of-type(3) {
	background: #f7ab03;
	margin: 0 0 0 10px;
}
.internationalFlightTab:nth-of-type(3)::after {
	border-color: #f7ab03 transparent transparent transparent;
}



/* ---------------------------------------------------------------------
*	メイン
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
/*
#internationalFlightMain h3 .small {
	font-size: 1.2rem;
}
#internationalFlightMain > .sectionInner {
	margin: 0 0 70px;
}
#internationalFlightMain .sectionInner .sectionInner {
	display: flex;
	flex-wrap: wrap;
}
#internationalFlightMain table {
	width: 420px;
}
#internationalFlightMain table + table {
	margin: 0 0 0 38px;
}
#internationalFlightMain thead th {
	position: relative;
	text-align: left;
}
#internationalFlightMain thead th a {
	position: absolute;
	right: 7px;
	font-size: 1.3rem;
	background: #fff;
	padding: 3px 20px;
	text-decoration: none;
}
#internationalFlightMain thead th a:hover {
	background: #f7ab03;
	color: #fff;
}
#internationalFlightMain thead th a::after {
	content: "";
	position: absolute;
	right: -5px;
	top: -1px;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #f7ab03 transparent;
	transform: rotate(45deg);
}
#internationalFlightMain td {
	text-align: center;
}
#internationalFlightMain td:first-of-type {
	white-space: nowrap;
}
#internationalFlightMain thead th {
	background: #74b749;
	border: 0 none;
}
#internationalFlightMain th {
	background: #b9dba4;
	border: 0 none;
}
#internationalFlightMain th {
	border-left: 1px solid #a9ce99;
	border-right: 1px solid #a9ce99;
}
#internationalFlightMain td {
	border-left: 1px solid #bdd8b4;
	border-right: 1px solid #bdd8b4;
}
#internationalFlightMain tr:nth-of-type(even) td {
	background: #ebf3e6;
}
#internationalFlightMain tbody tr:nth-of-type(odd) td {
	background: #fafcf7;
}
#internationalFlightMain th:first-of-type,
#internationalFlightMain td:first-of-type {
	border-left: 0 none;
}
#internationalFlightMain th:last-of-type,
#internationalFlightMain td:last-of-type {
	border-right: 0 none;
}
#internationalFlightMain #section1 .sectionInner:nth-of-type(1) table + p {
	width: 100%;
	margin: 5px 0 0;
}
#internationalFlightMain #section1 {
	margin: 0;
}
*/

#internationalFlightTerm {
  text-align: left;
  margin: 0 0 10px;
  position: relative;
  display: block;
  width: 100%;
  padding: 6px 0 6px 15px;
  text-decoration: none;
  background: #34a138;
  color: #fff;
  font-size: 1.8rem;
  height: 40px;
}
.term h3 .small {
	font-size: 1.2rem;
}
.term > .sectionInner {
	margin: 0 0 100px;
}
/*.term .sectionInner .sectionInner {
	display: flex;
}*/
.term table {
	width: 100%;
	border: none;
}
.term table + table {
	margin: 30px 0 0 0;
}
.term thead td {
	position: relative;
	text-align: left;
}
.term thead th {
	position: relative;
	text-align: left;
}
.term th {
	width: 15%;
}
.term th.remarks {
	width: 40%;
}
.departure {
	margin: 0 54px 0 0;
	position: relative;
}
.departure::before {
	content: "";
	position: absolute;
	right: -38px;
	top: 13px;
	height: 30px;
	width: 6px;
	border-bottom: #000 1px solid;
	transform: rotate(190deg) skewY(-50deg);
}
.departure::after {
	content: "";
	position: absolute;
	right: -26px;
	top: -7px;
	height: 30px;
	width: 6px;
	border-top: #000 1px solid;
	border-right: #000 1px solid;
	transform: rotate(90deg) skewY(-50deg);
}
.term thead th a {
	position: absolute;
	right: 0;
	font-size: 1.3rem;
	background: #fff;
	padding: 3px 20px 2px;
	text-decoration: none;
	border: #f7ab03 1px solid;
}
.term thead th a:hover {
	background: #f7ab03;
	color: #fff;
}
.term thead th a::after {
	content: "";
	position: absolute;
	right: -5px;
	top: -1px;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #f7ab03 transparent;
	transform: rotate(45deg);
}
.term td {
	text-align: center;
	border-top: 1px solid #34a138;

}
.term td:first-of-type {
	white-space: nowrap;
}
.flightNumber {
	/*height: 36px;*/
	display: block;
	line-height: 1.8;
	/*margin: 15px 0 0;*/
}
.term .airlinesIcon {
	width: 70px;
	display: block;
	margin: 0 auto;
}
.term .airlinesIcon img {
	width: 100%;
}
.term .airlinesIcon:nth-of-type(2) {
	margin: 0;
}
.term thead th {
	background: none;
	border: 0 none;
}
.term thead th {
	border: 0 none;
	padding: 10px 0;
}
.term tbody th {
	background: #b9dba4;
	color: #000;
	font-size: 1.5rem;
	padding: 6px 0;
	border-top: 1px solid #34a138
	border-bottom: none;
}
.term tbody {
	border: 2px solid #34a138;
}
.term tbody tr {
	border-top: 1px solid #a9ce99;
}
.term th {
	border-left: 1px solid #34a138;
	border-right: 1px solid #34a138;
}
.term td {
	border-left: 1px solid #34a138;
	border-right: 1px solid #34a138;
	font-size: 1.6rem;
	line-height: 1.62;
}
.term tr:nth-of-type(even) td {
	background: #fff;
}
.term tbody tr:nth-of-type(odd) td {
	background: #fff;
}
.term tbody tr:nth-of-type(odd) td {
	background: #fff;
}
.term tbody tr td.remarks {
	text-align: left;
}


/* ---------------------------------------------------------------------
*	航空会社へのリンク
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#internationalFlightMain .reservationLink {
	display: block;
	margin: 0 0 120px;
	flex-wrap: wrap;
	justify-content: center;
	background: #e7e7e7;
	padding: 20px 0;
}
#internationalFlightMain .reservationLink h3 {
	border: 0 none;
	padding: 0;
	margin: 0 0 25px;
	width: 100%;
	text-align: center;
}
#internationalFlightMain .reservationLink a {
	position: relative;
	display: block;
	text-decoration: none;
	height: 70px;
	width: 410px;
	padding: 14px 0 0 100px;
}
#internationalFlightMain .reservationLink a:hover {
	transform: scale(1.02);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
#internationalFlightMain .reservationLink img {
	position: absolute;
}
#internationalFlightMain .reservationLink .small {
	transition: all .25s ease-in-out;
	display: block;
	font-size: 1rem;
	color: #717171;
}
#internationalFlightMain .reservationLink a:hover .small {
	color: #57b7d8;
}
#internationalFlightMain .reservationLink p {
	font-size: 1.3rem;
	text-align: left;
	padding: 0 0 0 137px;
}
#internationalFlightMain .reservationLink p:nth-of-type(1) {
	font-size: 1.6rem;
	margin: 0 0 10px;
	text-align: center;
	padding: 0;
}
#internationalFlightMain .reservationLink p:nth-of-type(1) span {
	font-size: 1.3rem;
}
#internationalFlightMain .reservationLink p:nth-of-type(3) {
	padding: 0 0 0 calc(1em + 137px);
	text-indent: -1em;
	width: 740px;
}
#tigerairReservation {
	margin: 0 auto 10px;
	width: 410px;
}
#tigerairReservation a {
	background: #fff url(../images/international-flight/tigerair-photo.jpg) no-repeat right top;
}
#tigerairReservation img {
	height: 28px;
	width: 73px;
	top: 22px;
	left: 10px;
}
#chinaEasternReservation {
	margin: 0 auto 10px;
	width: 410px;
}
#chinaEasternReservation a {
	background: #fff url(../images/international-flight/chinaeastern-photo.jpg) no-repeat right top;
}
#chinaEasternReservation img {
	width: 73px;
	top: 25px;
	left: 10px;
}




/* ---------------------------------------------------------------------
*
*	航空ダイヤ（チャーター便）
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
.article#charterFlightMain td {
  border-top: none;
}
#charterFlightMain #pageTitleInner {
	background: #d3eef7 url(../images/common/icon-flight-white.svg) no-repeat left center;
	background-size: 254px 254px;
}

#charterFlightMain .section > .sectionInner {
	margin: 0 0 40px;
}

#charterFlightMain table {
	width: 100%;
	border: none;
}

#charterFlightMain table + table {
	margin: 30px 0 0 0;
}
#charterFlightMain th {
	width: 14%;
}
#charterFlightMain th.remarks {
	width: 20%;
}
#charterFlightMain td {
	text-align: center;
}

#charterFlightMain td:first-of-type {
	white-space: nowrap;
}
.flightNumber {
	/*height: 36px;*/
	display: block;
	line-height: 1.8;
	/*margin: 15px 0 0;*/
}
#charterFlightMain .airlinesIcon {
	width: 80px;
	display: block;
	margin: 0 auto;
}
#charterFlightMain .airlinesIcon img {
	width: 100%;
}
#charterFlightMain .airlinesIcon:nth-of-type(2) {
	margin: 0;
}
#charterFlightMain th {
	color: #000;
	font-size: 1.5rem;
	padding: 6px 0;
	border-bottom: none;
}

#charterFlightMain td {
	font-size: 1.6rem;
	padding: 4px;
}
#charterFlightMain td.time {
	font-size: 1.8rem;
}
#charterFlightMain tr:nth-of-type(even) td {
	background: #fff;
}
#charterFlightMain tbody tr:nth-of-type(odd) td {
	background: #fff;
}
#charterFlightMain tbody tr:nth-of-type(odd) td {
	background: #fff;
}
#charterFlightMain tbody tr td.remarks {
	text-align: left;
}

#charterFlightMain #section1 thead tr th:first-of-type,
#charterFlightMain #section1 tbody tr td:first-of-type,
#charterFlightMain #section2 thead tr th:first-of-type,
#charterFlightMain #section2 tbody tr td:first-of-type {
	border-left: none;
	width: 8%;
}
#charterFlightMain #section1 thead tr th.remarks,
#charterFlightMain #section1 tbody tr td.remarks,
#charterFlightMain #section2 thead tr th.remarks,
#charterFlightMain #section2 tbody tr td.remarks {
	border-right: none;
	width: 18%;
}
#charterFlightMain #section1 tbody tr td.place,
#charterFlightMain #section2 tbody tr td.place {
	width: 8%;
}
#charterFlightMain .time {
	width: 6%;
}
#charterFlightMain .date {
	width: 8%;
}
#charterFlightMain .flightNumber {
	width: 10%;
	display: table-cell;
	line-height: normal;
}
#charterFlightMain .flightName {
	width: 6%;
}
#charterFlightMain .model {
	width: 6%;
}
#charterFlightMain .company {
	width: 10%;
}
#charterFlightMain #section1 .date,
#charterFlightMain #section1 .company,
#charterFlightMain #section1 .model,
#charterFlightMain #section1 tbody tr td.remarks
 {
	border-bottom: 1px solid #0C7EA5;
}
#charterFlightMain #section2 .date,
#charterFlightMain #section2 .company,
#charterFlightMain #section2 .model,
#charterFlightMain #section2 tbody tr td.remarks
 {
	border-bottom: 1px solid #34a138;
}


#charterFlightMain #section1 table{
	border: 2px solid #0C7EA5;
}
#charterFlightMain #section1 th {
	background: #ABDAEA;
	border-bottom: 1px solid #0C7EA5;
}
#charterFlightMain #section1 th {
	border-left: 1px solid #0C7EA5;
	border-right: 1px solid #0C7EA5;
}
#charterFlightMain #section1 td {
	border-left: 1px solid #0C7EA5;
	border-right: 1px solid #0C7EA5;
	border-bottom: 1px solid #0C7EA5;
}
#charterFlightMain #section1 tbody tr:last-of-type td,
#charterFlightMain #section2 tbody tr:last-of-type td {
	border-bottom: none;
}

#charterFlightMain #section2 table{
	border: 2px solid #34a138;
}
#charterFlightMain #section2 th {
	background: #b9dba4;
	border-top: 1px solid #34a138;
	border-bottom: 1px solid #34a138;
}
#charterFlightMain #section2 tbody {
	border: 1px solid #34a138;
}
#charterFlightMain #section2 th {
	border-left: 1px solid #34a138;
	border-right: 1px solid #34a138;
}
#charterFlightMain #section2 td {
	border-left: 1px solid #34a138;
	border-right: 1px solid #34a138;
	border-bottom: 1px solid #34a138;
}
#charterFlightMain #section1 tbody {
	border-bottom: 1px solid #0C7EA5;
}
#charterFlightMain #section2 tbody {
	border-bottom: 1px solid #34a138;
}
/*
#charterFlightMain .section > .sectionInner th,
#charterFlightMain .section > .sectionInner td {
	padding: 5px;
	text-align: center;
}
#charterFlightMain .section > .sectionInner th {
	border-bottom: 0 none;
	font-size: 1.5rem;
	width: auto;
}
#charterFlightMain .section > .sectionInner th:first-of-type,
#charterFlightMain .section > .sectionInner td:first-of-type {
	border-left: 0 none;
}
#charterFlightMain .section > .sectionInner th:last-of-type,
#charterFlightMain .section > .sectionInner td:last-of-type {
	border-right: 0 none;
}
.remarks td {
	text-align: left!important;
	font-size: 1.2rem;
	padding: 5px 10px!important;
	white-space: normal!important;
}
*/


/* ---------------------------------------------------------------------
*	国際チャーター便
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
/*
#charterFlightMain #section1 > .sectionInner th {
	border-left: 1px solid #53aac8;
	border-right: 1px solid #53aac8;
}
#charterFlightMain #section1 > .sectionInner td {
	border-left: 1px solid #75b8cf;
	border-right: 1px solid #75b8cf;
	background: #abdbeb;
}
#charterFlightMain #section1 > .sectionInner tr:nth-of-type(2) td {
	border-top: 1px solid #75b8cf;
}
#charterFlightMain #section1 tbody:nth-of-type(even) td {
	background: #def0f6;
}
#charterFlightMain #section1 tbody tr:first-of-type td:first-of-type {
	white-space: nowrap;
}
#charterFlightMain #section1 > .sectionInner th:first-of-type,
#charterFlightMain #section1 > .sectionInner th:last-of-type,
#charterFlightMain #section1 > .sectionInner td:first-of-type,
#charterFlightMain #section1 > .sectionInner td:last-of-type {
	border: 0 none;
}
#charterFlightMain #section1 .remarks td {
	border-top: 1px solid #75b8cf!important;
}
#charterFlightMain #section1 > .sectionInner:first-of-type {
	margin: 0 0 40px;
}*/
#charterFlightMain #section1 > .sectionInner:nth-of-type(2) {
	background: #e7e7e7;
	text-align: center;
	padding: 30px 0;
}
#charterFlightMain #section1 > .sectionInner:nth-of-type(2) p {
	margin: 0 0 20px;
}



/* ---------------------------------------------------------------------
*	国内チャーター便
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
/*
#charterFlightMain #section2 > .sectionInner th {
	border-left: 1px solid #54a64a;
	border-right: 1px solid #54a64a;
	background: #74b749;
}
#charterFlightMain #section2 > .sectionInner td {
	border-left: 1px solid #83be89;
	border-right: 1px solid #83be89;
	background: #ebf3e6;
}
#charterFlightMain #section2 > .sectionInner tr:nth-of-type(2) td {
	border-top: 1px solid #83be89;
}
#charterFlightMain #section2 tbody:nth-of-type(even) td {
	background: #f9fcf7;
}
#charterFlightMain #section2 tbody tr:first-of-type td:first-of-type {
	white-space: nowrap;
}
#charterFlightMain #section2 > .sectionInner th:first-of-type,
#charterFlightMain #section2 > .sectionInner th:last-of-type,
#charterFlightMain #section2 > .sectionInner td:first-of-type,
#charterFlightMain #section2 > .sectionInner td:last-of-type {
	border: 0 none;
}
#charterFlightMain #section2 .remarks td {
	border-top: 1px solid #83be89!important;
}

*/


/* ---------------------------------------------------------------------
*
*	アクセス
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#accessMain #pageTitleInner {
	background: #d3eef7 url(../images/common/icon-access-white.svg) no-repeat 60px center;
	background-size: 240px 240px;
}



/* ---------------------------------------------------------------------
*	タブ
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#accsessTab {
	display: flex;
	justify-content: center;
	margin: 0 0 50px;
	text-align: center;
	font-size: 1.5rem;
}
#accsessTab a {
	position :relative;
	text-decoration: none;
	width: 210px;
	margin: 0 7px;
	padding: 10px 0;
	font-size: 1.5rem;
}
#accsessTab a:hover {
	opacity: 0.6;
	color: #000;
}
#accsessTab .active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0 auto;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	width: 19px;
	height: 15px;
}
#accsessTab a {
	background: #74b749;
	letter-spacing: 0.1rem;
}
#accsessTab a::after {
	border-color: #74b749 transparent transparent transparent;
}
/*
#accsessTab a:nth-of-type(1) {
	background: #f7ab03;
}
#accsessTab a:nth-of-type(1)::after {
	border-color: #f7ab03 transparent transparent transparent;
}
#accsessTab a:nth-of-type(2) {
	background: #74b749;
	letter-spacing: 0.1rem;
}
#accsessTab a:nth-of-type(2)::after {
	border-color: #74b749 transparent transparent transparent;
}
#accsessTab a:nth-of-type(3) {
	background: #C9C2A6;
	letter-spacing: 0.02rem;
	font-size: 1.4rem;
}
#accsessTab a:nth-of-type(3)::after {
	border-color: #C9C2A6 transparent transparent transparent;
}
#accsessTab a:nth-of-type(4) {
	background: #57b7d8;
}
#accsessTab a:nth-of-type(4)::after {
	border-color: #57b7d8 transparent transparent transparent;
}

*/


/* ---------------------------------------------------------------------
*	周辺マップ
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#accessMain #section1 {
	text-align: center;
}
#accessMain #section1 p {
	width: 820px;
	margin: 0 auto;
	text-align: left;
}


#accessMain .caution {
    padding: 0.5em 1em;
    margin: 2em 0;
    /*color: #ff7d6e;*/
    background: #ffebe9;
    border-top: solid 10px #ff7d6e;
}
#accessMain .caution p {
    margin: 0; 
    padding: 0;
    font-size: 1.6rem;
	text-align: center;
}


/* ---------------------------------------------------------------------
*	アクセスバス
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#accessMain .spOn {
	display: none;
}
#accessMain #section2 > h3 {
	text-align: center;
	border: 0 none;
	padding: 0;
	font-size: 2.2rem;
}

#accessMain #section2 .remarks td {
	text-align: left!important;
	font-size: 1.2rem;
	padding: 10px 10px!important;
	white-space: normal!important;
}
.section div > .sectionInner {
  margin: 0 0 100px;
}
#accessMain #section2 div > h3 {
  text-align: center;
  border: 0 none;
  padding: 0;
  font-size: 2.2rem;
}

.InPageLink {
	display: flex;
	width: 100%;
	margin: 40px auto 60px;
	justify-content: center;
}
.InPageLink a {
	padding: 10px 20px;
	margin: 0 8px;
	border-radius: 30px;
	font-weight: bold;
	border: 1px solid #E7E7E7;
	text-decoration: none;
	display: block;
	background: #E7E7E7;
	color: #000000;
	text-align: center;
	white-space: nowrap;
}
.InPageLink a:hover {
	background: #fff;
	color: #41a9cd;
	border: 1px solid #41a9cd;
}
#morioka-station,
#kitakami-station,
#appi-airport-liner
 {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
#accessMain td {
	font-size: 1.5rem;
}
#accessMain td.time {
	font-size: 1.8rem;
}
#accessMain #section2 .section-remarks {
	margin: 40px 0 0;
}
/*
#accessMain thead th {
	background: none;
	border: 0 none;
}
#accessMain thead th {
	border: 0 none;
	padding: 10px 0;
}
#accessMain tbody th {
	background: #b9dba4;
	color: #000;
	font-size: 1.5rem;
	padding: 6px 0;
	border-top: 1px solid #34a138;
	border-bottom: none;
}
#accessMain tbody {
	border: 1px solid #34a138;
}
#accessMain tbody tr {
	border-top: 1px solid #a9ce99;
}
#accessMain th {
	border-left: 1px solid #a9ce99;
	border-right: 1px solid #a9ce99;
}
#accessMain td {
	font-size: 1.6rem;
}
#accessMain tr:nth-of-type(even) td {
	background: #fff;
}
#accessMain tbody tr:nth-of-type(odd) td {
	background: #fff;
}
#accessMain tbody tr:nth-of-type(odd) td {
	background: #fff;
}
#accessMain tbody tr td.remarks {
	text-align: left;
}
*/



/* ---------------------------------
*	ボタン
*/
#accessMain #section2 .button {
	background: #e7e7e7;
	padding: 30px 0;
}
#accessMain #section2 .button p {
	margin: 0 0 30px;
	font-size: 1.6rem;
}
#accessMain #section2 .button a {
	background: #fff url(../images/access/illust3.png) no-repeat right center;
	border: 0 none;
	position: relative;
	display: block;
	text-decoration: none;
	height: 70px;
	width: 410px;
	padding: 14px 0 0 35px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.7rem;
}
#accessMain #section2 .button a:hover {
	transform: scale(1.02);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
#accessMain #section2 .button .small {
	transition: all .25s ease-in-out;
	display: block;
	font-size: 1rem;
	color: #717171;
}
#accessMain #section2 .button a:hover .small {
	color: #57b7d8;
}

#accessMain table td span {
	color: #a2a2a2;
}
#accessMain table .toggleBtn{
    position: relative;
    top: 0;
    right: 0;
    display: none;
}
#accessMain table .toggleBtn.show{
    display: inline;
}

#accessMain table .detail{
    display: none;
}
#accessMain table .detail.show{
    display: table-row;
}
#accessMain table .detail table{
    border: none;
}

/* ---------------------------------------------------------------------
*	いわて花巻空港⇔盛岡（バス）
* ------------------------------------------------------------------- */
/* ---------------------------------
*	料金
*/

#accessMain #section2 .tablePrice {
	border: 2px solid #34a138;
	text-align: center;
	margin: 0 0 10px;
}
#accessMain #section2 .tablePrice tr th:first-of-type,
#accessMain #section2 .tablePrice tr td:first-of-type {
	width: 40%;
}
#accessMain #section2 .tablePrice tr th:nth-of-type(2),
#accessMain #section2 .tablePrice tr td:first-of-type(2),
#accessMain #section2 .tablePrice tr th:nth-of-type(3),
#accessMain #section2 .tablePrice tr td:first-of-type(3) {
	width: 30%;
}
#accessMain #section2 .tablePrice th {
	background: #b9dba4;
	border-bottom: 1px solid #34a138;
	border-left: 1px solid #34a138;
}
#accessMain #section2 .tablePrice tr td .fareCaution {
	font-size: 12px;
	letter-spacing: 0.08rem;
	font-weight: 400;
	display: block;
	line-height: 1.4;
	margin: 4px 0 0;
	color: #000;
}
#accessMain #section2 .tablePrice tr:last-of-type th {
	border-bottom: none;
}
#accessMain #section2 .tablePrice td {
	border-bottom: 1px solid #34a138;
	border-right: 1px solid #34a138;
	background: #fff;
}
#accessMain #section2 .tablePrice td:last-of-type {
	border-right: none;
}
#accessMain #section2 .tablePrice tr:first-of-type td {
	background: #b9dba4;
}
#accessMain #section2 .tablePrice tr:last-of-type td {
	border-bottom: none;
}

/* ---------------------------------
*	時刻表
*/
#accessMain #section2  #morioka-station > .sectionInner:nth-of-type(3) .sectionInner:nth-of-type(n+2) {
	margin: 40px 0 0;
}
#accessMain #section2 .tableTime {
	text-align: center;
	margin: 0 0 30px;
	border: none;

}
#accessMain #section2 .tableTime th {
	width: auto;
}
#accessMain #section2 .tableTime thead th {
	text-align: left;
	padding: 10px 0;
}
#accessMain #section2 .tableTime thead th {
	background: #fff;
}
#accessMain #section2 .tableTime tbody th {
	background: #b9dba4;
	border: 0 none;
	border-left: 1px solid #34a138;
	border-right: 1px solid #34a138;
}
#accessMain #section2 .tableTime tbody {
	border: 2px solid #34a138;
}
#accessMain #section2 .tableTime tbody tr:first-of-type th:first-of-type {
	border: 0 none;
}
#accessMain #section2 .tableTime tbody th:last-of-type {
	border: 0 none;
}
#accessMain #section2 .tableTime tbody tr:first-of-type th:last-of-type {
	border-bottom: 1px solid #34a138;
}
#accessMain #section2 .tableTime tbody td {
	background: #fff;
	border-top: 1px solid #34a138;
	border-bottom: none;
	border-right: 1px solid #34a138;
}
#accessMain #section2 #morioka-station .tableTime tbody td {
	width: 25%;
}
#accessMain #section2 #morioka-station .tableTime tbody .detail td.remarks {
	width: 60%;
}
#accessMain #section2 #morioka-station .tableTime th.connectingFlight {
	background: #d9d9d9;
}
#accessMain #section2 #morioka-station .tableTime th.connectingFlight span {
	font-size: 12px;
	letter-spacing: 0.08rem;
	font-weight: 400;
	display: block;
	line-height: 1.4;
	margin: 4px 0 0;
}
#accessMain #section2 #morioka-station .tableTime td.connectingFlight {
	background: #f5f5f5;
}
#accessMain #section2 .tableTime tbody td:last-of-type {
	border-right: none;
}

#accessMain #section2 .tableTime tbody tr:nth-of-type(even) td {
	background: #fff;
}
#accessMain #section2 .tableTime thead th {
	background: #fff;
}
#accessMain #section2 .tableTime tbody th {
	background: #b9dba4;
	border-left: 1px solid #34a138;
}
#accessMain #section2 .tableTime tbody tr:first-of-type th:first-of-type {
	border: 0 none;
}
#accessMain #section2 .tableTime tbody th:first-of-type {
	border: 0 none;
}
#accessMain #section2 .tableTime tbody tr:first-of-type th:first-of-type {
	border-bottom: 1px solid #34a138;
}
#accessMain #section2 .tableTime tbody tr:last-of-type td {
	border-bottom: none;
}
#accessMain #section2 .tableTime tbody tr:last-of-type td {
	border-top: 1px solid #34a138;
}
#accessMain #section2 .tableTime tbody tr:nth-last-child(2) td {
	border-bottom: none;
}
#accessMain #section2 .tableTime tbody td:first-of-type {
	border-left: 0 none;
}
#accessMain #section2 #morioka-station hr {
	border-bottom: 1px solid #bdd8b4;
	margin: 5px 0;
}

#accessMain #section2 .tableTime .detail  > td {
 	padding: 0;
 	border-top: none;
}
#accessMain #section2 .tableTime .detail table tbody {
 	border: none;
}
#accessMain #section2 .tableTime .detail table tbody th {
	padding: 4px;
	font-size: 1.4rem;
	border-right: none;
	border-left: none;
	border: 1px solid #aaa;
	background: #d9d9d9;
}
#accessMain #section2 .tableTime .detail table tbody td {
	border-bottom: 0;
	font-size: 1.4rem;
}
#accessMain #section2 .tableTime .detail table tbody tr:first-of-type th:last-of-type {
	border: 1px solid #aaa;
	border-right: none;
	width: 440px;
}
#accessMain #section2 .tableTime .detail table tbody tr:first-of-type th:first-of-type {
	border: 1px solid #aaa;
	border-left: none;
}
#accessMain #section2 .tableTime .detail table tbody td {
	background: #f5f5f5;
	border-right: 1px solid #cacaca;
	border-left: none;
	border-bottom: 1px solid #cacaca;
}
#accessMain #section2 .tableTime .detail table tbody td.remarks {
	text-align: left;
}

.tableTime .remarksGuide{
	display: block;
	margin: 6px 0;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 500;
}
.tableTime .textRed{
	display: block;
	margin: 6px 0;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 500;
	color: #e74c3c;
}
 #accessMain .tableTime td span .remarksIcon {
	font-size:small;
	font-weight: bold;
	color: #000;
}

/* ---------------------------------------------------------------------
*	いわて花巻空港⇔北上（バス）
* ------------------------------------------------------------------- */
/* ---------------------------------
*	料金
*/
/* ---------------------------------
*	時刻表
*/

.article #kitakami-station table .time {
  width: 16%;
}
#accessMain #section2 #kitakami-station .tableTimeWrap {
	margin: 0 0 40px;
}
#accessMain #section2 #kitakami-station .tableTimeWrap h4 {
	margin: 15px 0;
}
#accessMain #section2 #kitakami-station .tableTime th {
  border-right: 1px solid #34a138;
}
#accessMain #section2 #kitakami-station .tableTime tbody tr:not(:first-of-type) th {
	background: #ebf3e6;
	border-top: 1px solid #34a138;
}
#accessMain #section2 #kitakami-station .tableTime tbody tr:first-of-type th:last-of-type {
	border-right: none;
}
#accessMain #section2 #kitakami-station .tableTime thead tr th {
	border: none;
}
#accessMain #section2 #kitakami-station .tableTime tbody td {
	position: relative;
	background-clip: padding-box;
}
#accessMain #section2 #kitakami-station .tableTime tr:not(:nth-of-type(4)) .time::before{
    content: "▼";
	position: absolute;
	display: block;
	font-size: 1.3rem;
	top: 33px;
	left: 0;
	color: #f7ab03;
	border: 6px solid transparent;
	right: 0;
	z-index: 20;
}
#accessMain #section2 #kitakami-station .tableTime tbody tr:not(:first-of-type) th {
	background: #ebf3e6;
	border-top: 1px solid #34a138;
}
/* ---------------------------------------------------------------------
*	新花巻駅⇔いわて花巻空港⇔花巻駅前
* ------------------------------------------------------------------- */
/* ---------------------------------
*	料金
*/
/* ---------------------------------
*	時刻表
*/

.article #hanamaki-station table .time {
  width: 16%;
}
#accessMain #section2 #hanamaki-station .tableTimeWrap {
	margin: 0 0 40px;
}
#accessMain #section2 #hanamaki-station .tableTimeWrap h4 {
	margin: 15px 0;
}
#accessMain #section2 #hanamaki-station .tableTime th {
  border-right: 1px solid #34a138;
}
#accessMain #section2 #hanamaki-station .tableTime tbody tr:not(:first-of-type) th {
	background: #fff;
	border-top: 1px solid #34a138;
}
#accessMain #section2 #hanamaki-station .tableTime tbody tr:first-of-type th:last-of-type {
	border-right: none;
}
#accessMain #section2 #hanamaki-station .tableTime thead tr th {
	border: none;
}
#accessMain #section2 #hanamaki-station .tableTime tbody td {
	position: relative;
	background-clip: padding-box;
}
#accessMain #section2 #hanamaki-station .tableTime tr:not(:nth-of-type(2),:nth-of-type(5)) .time::before{
    content: "▼";
	position: absolute;
	display: block;
	font-size: 1.3rem;
	top: 33px;
	left: 0;
	color: #f7ab03;
	border: 6px solid transparent;
	right: 0;
	z-index: 20;
}
#accessMain #section2 #hanamaki-station .tableTime tbody tr:not(:first-of-type) th {
	background: #fff;
	border-top: 1px solid #34a138;
}
#accessMain #section2 #hanamaki-station .tableTime tbody tr:nth-of-type(2) td {
	font-size: 1.5rem;
}
#accessMain #section2 #hanamaki-station .tableTime tbody td.backYellow {
	background: #fff7e4;
	border-right: 2px solid #34a138;
}
#accessMain #section2 #hanamaki-station .tableTime tbody td.backGreen {
	background: #ebf3e6;
}
#accessMain #section2 #hanamaki-station .tableTime tbody td.colorRed {
	color: red;
}
#accessMain #section2 #hanamaki-station .w120 tbody th {
	width: 200px;
}
#accessMain #section2 #hanamaki-station .w120 tbody td {
	width: 120px;
}
/* ---------------------------------------------------------------------
*	いわて花巻空港⇔安比エアポートライナー（バス）
* ------------------------------------------------------------------- */
/* ---------------------------------
*	料金
*/
/* ---------------------------------
*	時刻表
*/
.article #appi-airport-liner table .time {
  width: 50%;
}
#accessMain #section2 #appi-airport-liner .tableTime th {
  border-right: 1px solid #34a138;
}
#accessMain #section2 #appi-airport-liner .tableTime tbody tr:not(:first-of-type) th {
	background: #ebf3e6;
	border-top: 1px solid #34a138;
}
#accessMain #section2 #appi-airport-liner .tableTime tbody tr:first-of-type th:last-of-type {
	border-right: none;
}
#accessMain #section2 #appi-airport-liner .tableTime thead tr th {
	border: none;
}
#accessMain #section2 #appi-airport-liner .tableTime tbody td {
	position: relative;
	background-clip: padding-box;
}
#accessMain #section2 #appi-airport-liner .tableTime tr:not(:last-of-type) .time::before{
    content: "▼";
	position: absolute;
	display: block;
	font-size: 1.3rem;
	top: 33px;
	left: 0;
	color: #f7ab03;
	border: 6px solid transparent;
	right: 0;
	z-index: 20;
}

/* ---------------------------------------------------------------------
*	タクシー
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#accessMain #section3 p {
	text-align: center;
	margin: 0 0 20px;
}
#accessMain #section3 th {
	border: 0 none;
	border-left: 1px solid #0C7EA5;
	border-right: 1px solid #0C7EA5;
}
#accessMain #section3 th:first-of-type,
#accessMain #section3 th:last-of-type {
	border: 0 none;
}
#accessMain #section3 td {
	border-left: 1px solid #0C7EA5;
	border-right: 1px solid #0C7EA5;
}
#accessMain #section3 td:first-of-type {
	border-left: none;
}
#accessMain #section3 td:last-of-type {
	border-right: none;
}
/*
#accessMain #section3 td:first-of-type,
#accessMain #section3 td:last-of-type {
	border: 0 none;
}
#accessMain #section3 tr:nth-of-type(even) td {
	background: #abdbeb;
}
#accessMain #section3 tr:nth-of-type(odd) td {
	background: #def0f6;
}
*/




/* ---------------------------------------------------------------------
*	エアポートライナー
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#accessMain #section4 {
	text-align: center;
}
#accessMain #section4 p:first-of-type {
	margin: 0 0 20px;
}
#accessMain #section4 p:last-of-type {
	margin: 0 0 40px;
}
#airportLinerCourse {
	display: flex;
	justify-content: center;
	text-align: left;
	margin: 0 0 30px;
}
#airportLinerCourse > div h4 {
	text-align: center;
	margin: 0 0 5px 0;
}
#airportLinerCourse > div:last-of-type {
	margin: 0 0 0 50px;
}
#airportLinerCourse li {
	list-style: none;
	padding: 0 0 0 1rem;
	text-indent: -1rem;
}
#airportLinerCourse li::before {
	content: "■";
	color: #f7ab03;
}


/* ---------------------------------
*	ボタン
*/
#accessMain #section4 .button {
	background: #e7e7e7;
	padding: 30px 0;
}
#accessMain #section4 .button p {
	margin: 0 0 30px;
	font-size: 1.6rem;
}
#accessMain #section4 .button a {
	background: #fff url(../images/access/illust4.png) no-repeat right center;
	border: 0 none;
	position: relative;
	display: block;
	text-decoration: none;
	height: 70px;
	width: 410px;
	padding: 16px 0 0 20px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.45rem;
	letter-spacing: 0.06rem;
}
#accessMain #section4 .button a:hover {
	transform: scale(1.02);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
#accessMain #section4 .button .small {
	transition: all .25s ease-in-out;
	display: block;
	font-size: 1rem;
	letter-spacing: 0.2rem;
	color: #717171;
}
#accessMain #section4 .button a:hover .small {
	color: #57b7d8;
}



/* ---------------------------------------------------------------------
*	レンタカー
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#accessMain #section5 {
	text-align: center;
}
#accessMain #section5 p {
	margin: 0 0 20px;
}
#accessMain #section5 dl {
	margin: 40px auto 0;
	width: 400px;
	text-align: left;
}
#accessMain #section5 dt {
	clear: left;
	float: left;
	width: 55%;
}
#accessMain #section5 dd {
	margin: 0 0 10px 55%;
}


/* ---------------------------------------------------------------------
*
*	もっと知る
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#knowMain #pageTitleInner {
	background: #d3eef7 url(../images/common/icon-know-white.svg) no-repeat 80px center;
	background-size: 160px 160px;
}



/* ---------------------------------------------------------------------
*	イメージキャラクター
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#knowMain #section1 .sectionInner {
	position: relative;
	padding: 30px 0 0 60px;
}
#knowMain #section1 img:nth-of-type(1) {
	animation: hanappy1 2s ease-in-out infinite alternate;
	position: absolute;
	right: 100px;
	top: 0;
	z-index: -1;
}
#knowMain #section1 img:nth-of-type(2) {
	animation: hanappy2 3s ease-in-out infinite alternate;
	position: absolute;
	right: 50px;
	top: 0;
	z-index: -2;
}
@keyframes hanappy1 {
	0% { transform: scale(1); }
	50% { transform: scale(1.02); }
	100% { transform: scale(1); }
}
@keyframes hanappy2 {
	0% { right: 50px; }
	50% { right: 60px; }
	100% { right: 50px; }
}
#knowMain #section1 img:nth-of-type(3) {
	position: absolute;
	right: 350px;
	top: 130px;
	z-index: 2;
}
#knowMain #section1 p:nth-of-type(1) {
	font-size: 1.6rem;
	margin: 0 0 50px;
	width: 460px;
	letter-spacing: 0.1rem;
	line-height: 2;
}
#knowMain #section1 p:nth-of-type(1) > span {
	display: block;
	background: url(../images/know/illust3.png) repeat-x bottom center;
}
#knowMain #section1 p:nth-of-type(1) > span span {
	font-weight: bold;
	color: #d8518b;
}
#knowMain #section1 p:nth-of-type(2) {
	font-size: 1.3rem;
}



/* ---------------------------------------------------------------------
*	イメージソング
* ------------------------------------------------------------------- */
/* ---------------------------------
*	『緑の町に舞い降りて』
*/
#knowMain #section2 .sectionInner:nth-of-type(1) .sectionInner:nth-of-type(1) {
	position: relative;
	margin: 0 0 60px;
	min-height: 260px;
}
#knowMain #section2 .sectionInner:nth-of-type(1) .sectionInner:nth-of-type(1) img {
	position: absolute;
	left: 20px;
	top: 0;
}
#knowMain #section2 .sectionInner:nth-of-type(1) .sectionInner:nth-of-type(1) p {
	padding: 0 0 0 450px;
}
#knowMain #section2 .sectionInner:nth-of-type(1) .sectionInner:nth-of-type(1) p:nth-of-type(1) {
	margin: 0 0 50px;
	line-height: 2;
}
#knowMain #section2 .sectionInner:nth-of-type(1) .sectionInner:nth-of-type(1) p:nth-of-type(1) span {
	font-weight: bold;
}
#knowMain #section2 .sectionInner:nth-of-type(1) .sectionInner:nth-of-type(1) p:nth-of-type(2) {
	font-size: 1.2rem;
}
#knowMain #section2 .sectionInner:nth-of-type(1) .sectionInner:nth-of-type(1) p:nth-of-type(2) span {
	display: block;
	border-left: 1px solid #000;
	padding: 0 0 0 20px;
	letter-spacing: 0.1rem;
}
#knowMain #section2 .sectionInner:nth-of-type(1) .sectionInner:nth-of-type(2) {
	display: flex;
	justify-content: center;
}
#knowMain #section2 .sectionInner:nth-of-type(1) .sectionInner:nth-of-type(2) div {
	transition: all .25s ease-in-out;
	position: relative;
	overflow: hidden;
	height: 180px;
	width: 200px;
	margin: 0 10px;
	cursor: pointer;
}
#knowMain #section2 .sectionInner:nth-of-type(1) .sectionInner:nth-of-type(2) div:hover {
	opacity: 0.6;
	transform: scale(1.04);
}
#knowMain #section2 .sectionInner:nth-of-type(1) .sectionInner:nth-of-type(2) img {
	position: absolute;
	clip: rect(0,200px,180px,0);
	width: 250px;
}


/* ---------------------------------
*	『ユーミンのりんごの樹』
*/
#knowMain #section2 .sectionInner:nth-of-type(2) {
	margin: 0 0 20px;
}
#knowMain #section2 .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(1) {
	position: relative;
	margin: 0 0 60px;
	min-height: 260px;
}
#knowMain #section2 .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(1) img {
	position: absolute;
	left: 20px;
	top: 0;
}
#knowMain #section2 .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(1) p {
	padding: 0 0 0 450px;
}
#knowMain #section2 .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(1) p:nth-of-type(1) {
	margin: 0 0 50px;
	line-height: 2;
}
#knowMain #section2 .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(1) p:nth-of-type(1) span {
	font-weight: bold;
}
#knowMain #section2 .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(1) p:nth-of-type(2) {
	font-size: 1.2rem;
}
#knowMain #section2 .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(1) p:nth-of-type(2) span {
	display: block;
	border-left: 1px solid #000;
	padding: 0 0 0 20px;
	letter-spacing: 0.1rem;
}
#knowMain #section2 .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(2) {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#knowMain #section2 .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(2) div {
	transition: all .25s ease-in-out;
	position: relative;
	overflow: hidden;
	height: 180px;
	width: 200px;
	margin: 0 10px;
	cursor: pointer;
}
#knowMain #section2 .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(2) div:nth-of-type(-n+3) {
	width: 275px;
	margin: 0 0 20px 20px;
}
#knowMain #section2 .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(2) div:nth-of-type(1) {
	margin: 0 0 20px;
}
#knowMain #section2 .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(2) div:hover {
	opacity: 0.6;
	transform: scale(1.04);
}
#knowMain #section2 .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(2) img {
	position: absolute;
	clip: rect(0,200px,180px,0);
	width: 250px;
}
#knowMain #section2 .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(2) div:nth-of-type(-n+3) img {
	clip: rect(0,275px,180px,0);
	width: 300px;
}


/* ---------------------------------
*	ユーミンのバナー
*/
#knowMain #section2 .sectionInner:nth-of-type(3) {
	position: relative;
	font-size: 1.2rem;
	padding: 0 0 0 20px;
}
#knowMain #section2 .sectionInner:nth-of-type(3) img {
	position: absolute;
	right: 20px;
	top: 0;
}



/* ---------------------------------------------------------------------
*	空港見学について
* ------------------------------------------------------------------- */

.green {
	color: #74b749;
}

/* ---------------------------------
*	共通設定
*/
#knowMain #section3 {
	width: 620px;
	margin: 0 auto;
}
#knowMain #section3 p {
	margin: 0 0 20px;
}
/*
#knowMain #section3 li {
	list-style: none;
	padding: 0 0 0 1rem;
	text-indent: -1rem;
	line-height: 2;
}

#knowMain #section3 li::before {
	content: "■";
	color: #74b749;
}
*/

#knowMain #section3 p.bottomShort,
#knowMain #section4 p.bottomShort {
	margin: 0;
}
/* ---------------------------------------------------------------------
*	催事について
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#knowMain #section4 .sectionInner {
		position: relative;
		/*min-height: 260px;*/
		padding: 2px 0 0; /* 200824 コメントアウト */
}
#knowMain #section4 img {
		position: absolute;
		left: 20px;
		top: 0px;
		z-index: 2;
					}
#knowMain #section4 p {
		padding: 0 0 0 420px;
		margin: 0 0 20px; /* 200824 追加 */
}
#knowMain #section4 p:first-of-type {
		margin: 0 0 20px;
}
#knowMain #section4 .gatherRight ul {
		padding: 0 0 0 420px;
}
#knowMain #section4 img {
		 width: 250px;
		position: absolute;
		display: block;
		 z-index: 2;
		margin: 0 10px;
		left: 120px;
}
#knowMain #section4 img:last-of-type {
			width: 250px;
			top: 190px;
}

/* ---------------------------------------------------------------------
*	入館される方へ
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#knowMain #section5 {
	width: 620px;
	margin: 0 auto;
}
#knowMain #section5 p {
	margin: 0 0 20px;
}
/*
#knowMain #section5 li {
	list-style: none;
	padding: 0 0 0 1rem;
	text-indent: -1rem;
	line-height: 2;
}
#knowMain #section5 li::before {
	content: "■";
	color: #74b749;
}
*/

/* ---------------------------------------------------------------------
*	リンク集
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#knowMain #section6 .sectionInner {
	display: flex;
	justify-content: center;
}
#knowMain #section6 ul {
	margin: 0 0 0 50px;
}
#knowMain #section6 ul:first-of-type {
	margin: 0;
}
#knowMain #section6 li {
	list-style: none;
	padding: 0 0 0 1rem;
	text-indent: -1rem;
	line-height: 2;
}
#knowMain #section6 li::before {
	content: "■";
	color: #f7ab03;
}




/* ---------------------------------------------------------------------
*
*	施設情報
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#facilitiesMain #pageTitleInner {
	background: #d3eef7 url(../images/common/icon-facilities-white.svg) no-repeat 50px center;
	background-size: 220px 220px;
}



/* ---------------------------------------------------------------------
*	タブ
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#facilitiesTab {
	display: flex;
	justify-content: center;
	margin: 0 0 50px;
	text-align: center;
	font-size: 1.5rem;
}
#facilitiesTab a {
	position :relative;
	text-decoration: none;
	width: 210px;
	margin: 0 7px;
	padding: 10px 0;
	font-size: 1.4rem;
}
#facilitiesTab a:hover {
	opacity: 0.6;
	color: #000;
}
#facilitiesTab .active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0 auto;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	width: 19px;
	height: 15px;
}
#facilitiesTab a {
	background: #74b749;
}
#facilitiesTab a::after {
	border-color: #74b749 transparent transparent transparent;
}
/*
#facilitiesTab a:nth-of-type(1) {
	background: #f7ab03;
}
#facilitiesTab a:nth-of-type(1)::after {
	border-color: #f7ab03 transparent transparent transparent;
}
#facilitiesTab a:nth-of-type(2) {
	background: #34a138;
	letter-spacing: 0.1rem;
}
#facilitiesTab a:nth-of-type(2)::after {
	border-color: #34a138 transparent transparent transparent;
}
#facilitiesTab a:nth-of-type(3) {
	background: #C9C2A6;
	letter-spacing: 0.02rem;
	font-size: 1.4rem;
}
#facilitiesTab a:nth-of-type(3)::after {
	border-color: #C9C2A6 transparent transparent transparent;
}
#facilitiesTab a:nth-of-type(4) {
	background: #74b749;
}
#facilitiesTab a:nth-of-type(4)::after {
	border-color: #74b749 transparent transparent transparent;
}

#facilitiesTab a:nth-of-type(5) {
	background: #57b7d8;
}
#facilitiesTab a:nth-of-type(5)::after {
	border-color: #57b7d8 transparent transparent transparent;
}
*/


/* ---------------------------------------------------------------------
*	221011_追加　バリアフリー・サービス
* ------------------------------------------------------------------- */
/* ---------------------------------
*	お身体の不自由な方
*/
#facilitiesMain #section1 > .sectionInner:nth-of-type(1) > p:first-of-type {
	font-size: 1.8rem;
	text-align: center;
	margin: 0 0 40px;
}
#facilitiesMain #section1 .barrierFreeBox p {
	margin: 0 0 40px;
	line-height: 2;
}

#facilitiesMain #section1 .barrierFreeBox > .flexContainer {
	display: flex;
	border-bottom: 1px solid #CFCFCF;
	padding: 0 0 25px;
	margin: 0 0 25px;
}
#facilitiesMain #section1 .barrierFreeBox > .flexContainer:last-of-type {
	border: none;
	margin: 0 0 70px ;
}
#facilitiesMain #section1 .barrierFreeBox .lineNone {
	border: none;
}
#facilitiesMain #section1 .barrierFreeBox .flexContainer .imageBox {
	width: 370px;
	margin: 0 25px 0 0;
}
 #facilitiesMain #section1 .barrierFreeBox .flexContainer .textBox {
 	width: 570px;
 }
#facilitiesMain #section1 .barrierFreeBox .flexContainer .imageBox img {
 	width: 100%;
 }
#facilitiesMain #section1 .barrierFreeBox .flexContainer .textBox h4 {
 	font-size: 1.7rem;
 	margin: 0 0 15px;
 }
#facilitiesMain #section1 .barrierFreeBox .flexContainer .textBox h4 .smallText {
 font-size: 1.4rem;
 }
 #facilitiesMain #section1 .barrierFreeBox .flexContainer .textBox p {
 	line-height: 2;
 	letter-spacing: 0.1rem;
 	margin: 0 0 10px;
 }
#facilitiesMain #section1 .barrierFreeBox .flexContainer .textBox h4 .yellowGreen {
 	color: #74b749;
 }
 #facilitiesMain #section1 .barrierFreeBox .flexContainer .textBox .supplementText h5 {
 	font-size: 1.4rem;
 	font-weight: 700;
 	margin: 0 0 6px;
 }
#facilitiesMain #section1 .barrierFreeBox .flexContainer .textBox .supplementText p {
  display: block;
  border-left: 1px solid #000;
  padding: 0 0 0 15px;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-size: 1.2rem;
  margin: 0 0 15px;
}

/* ---------------------------------
*	ボタン
*/
#facilitiesMain #section1 .button {
	background: #e7e7e7;
	padding: 30px 0;
	margin: 0 0 80px;
}
#facilitiesMain #section1 .button img {
	width: 56px;
	position: absolute;
	left: 7px;
	top: 7px;
}
#facilitiesMain #section1 .button p {
	margin: 0 0 30px;
	font-size: 1.6rem;
}
#facilitiesMain #section1 .button a {
	background: #fff url(../images/access/illust3.png) no-repeat right center;
	border: 0 none;
	position: relative;
	display: block;
	text-decoration: none;
	height: 70px;
	width: 410px;
	padding: 14px 0 0 70px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.7rem;
}
#facilitiesMain #section1 .button a:hover {
	transform: scale(1.02);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
#facilitiesMain #section1 .button .small {
	transition: all .25s ease-in-out;
	display: block;
	font-size: 1rem;
	color: #717171;
}
#facilitiesMain #section1 .button a:hover .small {
	color: #57b7d8;
}
/* ---------------------------------------------------------------------
*	コンセプト
* ------------------------------------------------------------------- */
/* ---------------------------------
*	誰にでもやさしい施設
*/
/*
#facilitiesMain #section1 > .sectionInner:nth-of-type(1) {
	text-align: center;
}
#facilitiesMain #section1 > .sectionInner:nth-of-type(1) img {
	margin: 0 0 40px;
}
#facilitiesMain #section1 > .sectionInner:nth-of-type(1) h3,
#facilitiesMain #section1 > .sectionInner:nth-of-type(1) p {
	text-align: left;
}
#facilitiesMain #section1 > .sectionInner:nth-of-type(1) > p:first-of-type {
	font-size: 2.2rem;
	text-align: center;
	margin: 0 0 40px;
}
#facilitiesMain #section1 > .sectionInner:nth-of-type(1) .sectionInner p {
	line-height: 2;
	margin: 0 0 40px;
}
#facilitiesMain #section1 > .sectionInner:nth-of-type(1) ul {
	text-align: left;
	line-height: 2;
}*/


/* ---------------------------------
*	国際線施設を充実させ、利便性が向上
*/
/*
#facilitiesMain #section1 > .sectionInner:nth-of-type(2) .sectionInner {
	position: relative;
	min-height: 260px;
}
#facilitiesMain #section1 > .sectionInner:nth-of-type(2) .sectionInner img {
	position: absolute;
	left: 10px;
	top: 0;
}
#facilitiesMain #section1 > .sectionInner:nth-of-type(2) .sectionInner p {
	padding: 0 0 0 430px;
	line-height: 2;
}
*/

/* ---------------------------------
*	味自慢のレストラン、豊富な品揃えのギフトショップ
*/
/*
#facilitiesMain #section1 > .sectionInner:nth-of-type(4) .button {
	background: #e7e7e7;
	padding: 30px 0;
	margin: 50px 0 0;
}
#facilitiesMain #section1 > .sectionInner:nth-of-type(4) .button p {
	margin: 0 0 30px;
	font-size: 1.6rem;
}
#facilitiesMain #section1 > .sectionInner:nth-of-type(4) .button a {
	background: #fff url(../images/facilities/illust1.png) no-repeat right center;
	border: 0 none;
	position: relative;
	display: block;
	text-decoration: none;
	height: 70px;
	width: 410px;
	padding: 14px 0 0 35px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.7rem;
}
#facilitiesMain #section1 > .sectionInner:nth-of-type(4) .button a:hover {
	transform: scale(1.02);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
#facilitiesMain #section1 > .sectionInner:nth-of-type(4) .button .small {
	transition: all .25s ease-in-out;
	display: block;
	font-size: 1rem;
	color: #717171;
}
#facilitiesMain #section1 > .sectionInner:nth-of-type(4) .button a:hover .small {
	color: #57b7d8;
}
*/


/* ---------------------------------------------------------------------
*	レストラン・ショップ
* ------------------------------------------------------------------- */
/* ---------------------------------
*	レストラン 安比高原（2F）
*/
#facilitiesMain #section2 #restaurantEnd.sectionInner:nth-of-type(1) .sectionInner:nth-of-type(1) {
	position: relative;
	min-height: 260px;
	margin: 0 0 30px;
}
#facilitiesMain #section2 #restaurantEnd.sectionInner:nth-of-type(1) .sectionInner:nth-of-type(1) img {
	position: relative;
	margin: 0 auto 15px;
	display: block;
}
#facilitiesMain #section2 #restaurantEnd.sectionInner:nth-of-type(1) .sectionInner:nth-of-type(1) p {
	line-height: 2;
	letter-spacing: 0.1rem;
}
#facilitiesMain #section2 #restaurantEnd.sectionInner:nth-of-type(1) .sectionInner:nth-of-type(1) p:first-of-type {
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	color: #c0392b;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.08rem;
	line-height: 1.8;
}
#facilitiesMain #section2 #restaurantEnd.sectionInner:nth-of-type(1) .sectionInner:nth-of-type(1) img {
	position: relative;
	left: initial;
	top: 0;
}


#facilitiesMain #section2 #shop-daisyokudo .sectionInner:nth-of-type(1) {
	position: relative;
	min-height: 260px;
	margin: 0 0 30px;
}
#facilitiesMain #section2 #shop-daisyokudo .sectionInner:nth-of-type(1) > img {
	position: absolute;
	left: 20px;
	top: 0;
}
#facilitiesMain #section2 #shop-daisyokudo .sectionInner:nth-of-type(1) p {
	line-height: 2;
	padding: 0 0 0 420px;
	letter-spacing: 0.1rem;
}
#facilitiesMain #section2 #shop-daisyokudo .sectionInner:nth-of-type(1) p:first-of-type {
	/* margin: 0 0 30px; */
	padding: 10px 0 0 420px;
}
#facilitiesMain #section2 #shop-daisyokudo .sectionInner:nth-of-type(2) {
	display: flex;
	justify-content: center;
}
#facilitiesMain #section2 #shop-daisyokudo .sectionInner:nth-of-type(2) div {
	transition: all .25s ease-in-out;
	position: relative;
	overflow: hidden;
	height: 180px;
	width: 200px;
	margin: 0 10px;
	cursor: pointer;
}
#facilitiesMain #section2 #shop-daisyokudo .sectionInner:nth-of-type(2) div:hover {
	opacity: 0.6;
	transform: scale(1.04);
}
#facilitiesMain #section2 #shop-daisyokudo .sectionInner:nth-of-type(2) img {
	position: absolute;
	clip: rect(0,200px,180px,0);
	width: 250px;
}


/* ---------------------------------
*	宮澤商店（2F）
*/
#facilitiesMain #section2  #shop-miyazawa .sectionInner:nth-of-type(1) {
	position: relative;
	min-height: 260px;
	margin: 0 0 30px;
}
#facilitiesMain #section2  #shop-miyazawa .sectionInner:nth-of-type(1) > img {
	position: absolute;
	left: 20px;
	top: 0;
}
#facilitiesMain #section2  #shop-miyazawa .sectionInner:nth-of-type(1) p {
	line-height: 2;
	padding: 0 0 0 420px;
	letter-spacing: 0.1rem;
}
#facilitiesMain #section2  #shop-miyazawa .sectionInner:nth-of-type(1) p:first-of-type {
	margin: 0 0 30px;
	padding: 40px 0 0 420px;
}

/* ---------------------------------
*	宮澤商店ゲート内ショップ（2F）
*/
#facilitiesMain #section2  #shop-miyazawa-gate .sectionInner:nth-of-type(1) {
	position: relative;
	min-height: 260px;
	margin: 0 0 30px;
}
#facilitiesMain #section2  #shop-miyazawa-gate .sectionInner:nth-of-type(1) > img {
	position: absolute;
	left: 20px;
	top: 0;
}
#facilitiesMain #section2  #shop-miyazawa-gate .sectionInner:nth-of-type(1) p {
	line-height: 2;
	padding: 0 0 0 420px;
	letter-spacing: 0.1rem;
}
#facilitiesMain #section2  #shop-miyazawa-gate .sectionInner:nth-of-type(1) p:first-of-type {
	margin: 0 0 30px;
	padding: 40px 0 0 420px;
}

/* ---------------------------------
*	赤沼商店（2F）
*/
#facilitiesMain #section2 #shop-akanuma .sectionInner:nth-of-type(1) {
	position: relative;
	min-height: 260px;
	margin: 0 0 30px;
}
#facilitiesMain #section2 #shop-akanuma .sectionInner:nth-of-type(1) > img {
	position: absolute;
	left: 20px;
	top: 0;
}
#facilitiesMain #section2 #shop-akanuma .sectionInner:nth-of-type(1) p {
	line-height: 2;
	padding: 0 0 0 420px;
	letter-spacing: 0.1rem;
}
#facilitiesMain #section2 #shop-akanuma .sectionInner:nth-of-type(1) p:first-of-type {
	margin: 0 0 30px;
	padding: 50px 0 0 420px;
}


/* ---------------------------------
*	空港ビル直営店　hana AIRPORT SHOP&CAFÉ（1F）
*/
#facilitiesMain #section2 #shop-hana .sectionInner:nth-of-type(1) {
	position: relative;
	min-height: 260px;
	margin: 0 0 30px;
}
#facilitiesMain #section2 #shop-hana .sectionInner:nth-of-type(1) > img {
	position: absolute;
	left: 20px;
	top: 0;
}
#facilitiesMain #section2 #shop-hana .sectionInner:nth-of-type(1) p {
	line-height: 2;
	padding: 0 0 0 420px;
	letter-spacing: 0.1rem;
}
#facilitiesMain #section2 #shop-hana .sectionInner:nth-of-type(1) p:first-of-type {
	padding: 30px 0 0 420px;
}


/* ---------------------------------
*	宮澤商店 Tax-free Shop
*/
#facilitiesMain #section2 #shop-dutyfree .sectionInner:nth-of-type(1) {
	position: relative;
	min-height: 260px;
	margin: 0 0 30px;
}
#facilitiesMain #section2 #shop-dutyfree .sectionInner:nth-of-type(1) > img {
	position: absolute;
	left: 20px;
	top: 0;
}
#facilitiesMain #section2 #shop-dutyfree .sectionInner:nth-of-type(1) p {
	line-height: 2;
	padding: 50px 0 0 420px;
	letter-spacing: 0.1rem;
}

/* ---------------------------------
*	241113_追加SNSアイコン
*/
#facilitiesMain #section2 .title-sns {
	margin: 15px 0 0;
}
#facilitiesMain #section2 .sns-list {
	list-style: none;
	margin: 0 0 30px;
  	padding: 5px 0 0 420px;
}
#facilitiesMain #section2 .sns-list {
	display: flex;
}
#facilitiesMain #section2 .sns-list li {
	list-style: none;
	margin: 0 15px 0 0;
}
#facilitiesMain #section2 .sectionInner .sectionInner .sns-list img.img-sns {
	position: relative;
	left: 0;
	width: 25px;
}

/* ---------------------------------------------------------------------
*	応接室(銀河ルーム)・会議室
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#facilitiesMain #section3 #priceTableSp th,
#facilitiesMain #section3 #priceTableSp td {
	display: none;
}
 #facilitiesMain #section3 .roomTable {
 	width: auto;
 	margin: 20px 0 0;
 	border: none;
 }
 #facilitiesMain #section3 .roomTable td {
 	background: #fff;
 	padding: 3px 10px;
 	border: none;
 }
  #facilitiesMain #section3 .roomTable td:nth-of-type(1) {
 	background: #fff;
 	padding: 3px 20px 3px 0;
 }
 #facilitiesMain #section3 > .sectionInner:nth-of-type(1) .sectionInner:nth-of-type(1) > div,
  #facilitiesMain #section3 > .sectionInner:nth-of-type(2) .sectionInner:nth-of-type(1) > div {
	padding: 0 0 0 430px;
}
/* ---------------------------------
*	応接室(銀河ルーム)
*/

#facilitiesMain #section3 > .sectionInner:nth-of-type(1) .sectionInner {
	position: relative;
	min-height: 200px;
}
#facilitiesMain #section3 > .sectionInner:nth-of-type(1) .sectionInner img {
	position: absolute;
	left: 10px;
	top: 0;
}
#facilitiesMain #section3 > .sectionInner:nth-of-type(1) .sectionInner p {
	line-height: 2;
}


/* ---------------------------------
*	会議室
*/
#facilitiesMain #section3 > .sectionInner:nth-of-type(2) {
	margin: 0 0 170px;
}
#facilitiesMain #section3 > .sectionInner:nth-of-type(2) .sectionInner {
	position: relative;
	min-height: 200px;
}
#facilitiesMain #section3 > .sectionInner:nth-of-type(2) .sectionInner img {
	position: absolute;
	left: 10px;
	top: 0;
}
#facilitiesMain #section3 > .sectionInner:nth-of-type(2) .sectionInner p {
	line-height: 2;
}
#facilitiesMain #section3 > .sectionInner:nth-of-type(3) li {
	line-height: 2;
}
#facilitiesMain #section3 > .sectionInner:nth-of-type(3) p {
	line-height: 1.8;
}
#facilitiesMain #section3 .orange {
	color: #f7ab03;
}

#facilitiesMain #section3 .yellowGreen {
	color: #74b749;
}

/* ---------------------------------
*	料金表
*/
#facilitiesMain #section3 > .sectionInner:nth-of-type(4) table th {
	border-right: 1px solid #0C7EA5;
}
#facilitiesMain #section3 > .sectionInner:nth-of-type(4) table td {
	text-align: center;
	border-right: 1px solid #0C7EA5;
}
#facilitiesMain #section3 > .sectionInner:nth-of-type(4) table tr:nth-of-type(1) th:last-of-type,
#facilitiesMain #section3 > .sectionInner:nth-of-type(4) table tr:nth-of-type(2) td:last-of-type {
	border-right: none;
}
#facilitiesMain #section3 > .sectionInner:nth-of-type(4) .sectionInner > p {
	text-align: right;
}


#facilitiesMain #section3 > .sectionInner:nth-of-type(4) table td:nth-of-type(1) {
	background: #e6f3f9;
	border-top: solid #0C7EA5 1px;
}
/*
#facilitiesMain #section3 > .sectionInner:nth-of-type(4) table th {
	border-right: solid #3ea1c3 1px;
}
#facilitiesMain #section3 > .sectionInner:nth-of-type(4) table td {
	text-align: center;
	background: #e6f3f9;
	border-top: solid #abdaea 1px;
	border-right: solid #abdaea 1px;
}
#facilitiesMain #section3 > .sectionInner:nth-of-type(4) table td:nth-of-type(4),
#facilitiesMain #section3 > .sectionInner:nth-of-type(4) table th:nth-of-type(4) {
	border-right: none;
}
*/


/* ---------------------------------
*	利用申込書 221102_ご利用案内追加
*/
#facilitiesMain #section3 > .sectionInner:nth-of-type(5) ul,
#facilitiesMain #section3 > .sectionInner:nth-of-type(6) ul {
    margin: 10px 0 0;
}
#facilitiesMain #section3 > .sectionInner:nth-of-type(5) ul li,
#facilitiesMain #section3 > .sectionInner:nth-of-type(6) ul li {
    margin: 3px 0 0;
}

/* ---------------------------------
*	230721_レンタサイクル追加
*/
#facilitiesMain #section3 .amountBox {
	display: list-item;
	margin: 5px 0 0;
}
#facilitiesMain #section3 .amountBox dl {
	display: flex;
}
#facilitiesMain #section3 .amountBox .amountTitle {
	//width: 160px;
	width: 300px; // 240731変更
}
#facilitiesMain #section3 .amountContainer {
	padding: 0 0 0 25px;
}
#facilitiesMain #section3 .amountContainer p {
  text-indent: -1.4rem;
  margin: 20px 0 0;
}
#facilitiesMain #section3 .amountBox dl .text-indent {
	text-indent: 1.5rem;
	display: inherit;
}
/* ---------------------------------------------------------------------
*	駐車場
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#facilitiesMain #section4 > .sectionInner:nth-of-type(1) {
	text-align: center;
}
#facilitiesMain #section4 > .sectionInner:nth-of-type(1) > p:first-of-type {
	font-size: 1.8rem;
	margin: 0 0 40px;
}
#facilitiesMain #section4 > .sectionInner:nth-of-type(1) table {
	margin: 0 0 30px;
}
#facilitiesMain #section4 > .sectionInner:nth-of-type(1) td {
	text-align: left;
}
#facilitiesMain #section4 > .sectionInner:nth-of-type(1) > p:nth-of-type(n+2) {
	width: 670px;
	margin: 0 auto 30px;
	text-align: left;
}



/* ---------------------------------------------------------------------
*	フロアマップ
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通
*/
#facilitiesMain #section5 > .sectionInner:nth-of-type(-n+3) .sectionInner {
	position: relative;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(-n+3) ul {
	position: absolute;
	left: 0;
	top: 0;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(-n+3) li {
	list-style: none;
	position: absolute;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(-n+3) a {
	display: block;
	border: 3px solid rgba(247,171,3,1);
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(-n+3) a:hover {
	background: rgba(247,171,3,0.8);
	border: 3px solid rgba(247,171,3,0);
	color: #fff;
}
.floorMapPopup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 420px;
	margin: 20px auto;
}
.floorMapPopup img {
	margin: 0 0 5px;
}
.floorMapPopup h3 {
	font-size: 1.7rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.floorMapPopup p,
.floorMapPopup ul {
	font-size: 1.2rem;
}
.floorMapPopup a {
	text-decoration: underline;
}
.floorMapPopup a:hover {
	text-decoration: none;
}
.mfp-close {
	transform: scale(1.3);
}


/* ---------------------------------
*	OPEN/CLOSE
*/
#facilitiesMain table.openingHours {
  border: none;
}
#facilitiesMain #section5 .openingHours {
	margin: 0 0 100px;
}
#facilitiesMain #section5 .openingHours tr td {
	border-left: 1px solid #000;
  	border-right: 1px solid #000;
  	border-top: 1px solid #000;
  	border-bottom: 1px solid #000;
  	text-align: left;
  	width: 33.3%;
  	line-height: 1.6;
  	padding: 10px 15px;
}
#facilitiesMain #section5 .openingHours .openingTitle {
	letter-spacing: 0.1rem;
	font-weight: 600;
	letter-spacing: 0.07rem;
}
#facilitiesMain #section5 .openingHours tr td{
	letter-spacing: 0.05rem;
}
#facilitiesMain #section5 .openingHours tr td {
	background: #fff;
}
#facilitiesMain #section5 .openingHours .shopName {
	letter-spacing: 0.1rem;
	font-weight: 600;
	display: block;
	padding: 10px 0;
	background-color: #ABDAEA;
  	border-bottom: 1px solid #0C7EA5;
}
#facilitiesMain #section5 .openingHours .shopHours {
	font-size: 1.6rem;
	letter-spacing: 0.03rem;
	display: block;
	padding: 15px 0;
}
/* ---------------------------------
*	1F　チェックインロビー・到着ロビー・売店
*/
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) img {
	margin: 0 0 0 -10px;
	width: 902px;
}

/* 授乳室 */
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#jyunyu {
	left: 453px;
	top: 299px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#jyunyu a {
	width: 28px;
	height: 28px;
}

/* 救護室 */
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#kyugo {
	left: 485px;
	top: 299px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#kyugo a {
	width: 28px;
	height: 28px;
}

/* コピーFAXサービス */
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#copy {
	left: 202px;
	top: 434px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#copy a {
	width: 70px;
	height: 32px;
}

/* AED */
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#aed {
	left: 487px;
	top: 333px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#aed a {
	width: 28px;
	height: 28px;
}

/* コインロッカー */
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#locker {
	left: 416px;
	top: 432px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#locker a {
	width: 28px;
	height: 28px;
}

/* 空港ビル直営店　hana AIRPORT SHOP&CAFE */
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#hana {
	left: 430px;
	top: 474px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#hana a {
	width: 146px;
	height: 36px;
}

/* レンタカー */
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#car {
	left: 557px;
	top: 442px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#car a {
	width: 75px;
	height: 26px;
}

/* 多機能トイレ */
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#toilet {
	left: 386px;
	top: 317px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#toilet a {
	width: 28px;
	height: 28px;
}

/* オストメイト設備 */
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#ostomate {
	left: 424px;
	top: 317px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(1) li#ostomate a {
	width: 28px;
	height: 28px;
}


/* ---------------------------------
*	2F　出発ロビー・レストラン・売店
*/
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) img {
	margin: 0 0 0 -20px;
	width: 922px;
}

/* 待合室 */
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#pc {
	left: 668px;
	top: 170px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#pc a {
	width: 30px;
	height: 30px;
}

/* 銀河ルーム */
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#ginga {
	left: 285px;
	top: 198px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#ginga a {
	width: 74px;
	height: 66px;
}

/* 会議室 */
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#kaigi {
	left: 410px;
	top: 240px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#kaigi a {
	width: 47px;
	height: 41px;
}

/* いわて花巻大食堂 */

#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#restaurant {
	left: 597px;
	top: 394px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#restaurant a {
	width: 98px;
	height: 97px;
}

/* 赤沼商店 */
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#akanuma {
	left: 433px;
	top: 284px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#akanuma a {
	width: 31px;
	height: 58px;
}

/* 宮澤商店 */
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#miyazawa {
	left: 599px;
	top: 286px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#miyazawa a {
	width: 156px;
	height: 88px;
}

/* 宮澤商店 コーヒーショップ */
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#miyazawa-coffee {
	left: 418px;
	top: 166px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#miyazawa-coffee a {
	width: 97px;
	height: 29px;
}

/* 永山 Tax-free Shop */
/*#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#tax {
	left: 695px;
	top: 200px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#tax a {
	width: 52px;
	height: 63px;
}*/
/* 240821追加　JAPAN DUTY FREE */
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#tax {
	left: 674px;
  	top: 132px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#tax a {
	width: 126px;
  	height: 40px;
}


/* AED */
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#aed {
	left: 457px;
	top: 348px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#aed a {
	width: 28px;
	height: 28px;
}

/* 多機能トイレ1 */
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#toilet1 {
	left: 747px;
	top: 206px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#toilet1 a {
	width: 28px;
	height: 28px;
}

/* 多機能トイレ2 */
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#toilet2 {
	left: 632px;
	top: 203px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#toilet2 a {
	width: 28px;
	height: 28px;
}

/* 多機能トイレ3 */
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#toilet3 {
	left: 374px;
	top: 217px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#toilet3 a {
	width: 28px;
	height: 28px;
}

/* 多機能トイレ4 */
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#toilet4 {
	left: 361px;
	top: 331px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#toilet4 a {
	width: 28px;
	height: 28px;
}

/* オストメイト設備 */
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#ostomate {
	left: 395px;
	top: 331px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#ostomate a {
	width: 28px;
	height: 28px;
}

/* 待合室 */
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#waiting {
	left: 525px;
	top: 158px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(2) li#waiting a {
	width: 60px;
	height: 24px;
}

/* ---------------------------------
*	3F　送迎デッキ
*/
#facilitiesMain #section5 > .sectionInner:nth-of-type(3) img {
	margin: 0 0 0 -20px;
	width: 916px;
}

/* 送迎デッキ */
#facilitiesMain #section5 > .sectionInner:nth-of-type(3) li#deck {
	left: 454px;
	top: 92px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(3) li#deck a {
	width: 320px;
	height: 116px;
}

/* 多機能トイレ */
#facilitiesMain #section5 > .sectionInner:nth-of-type(3) li#toilet {
	left: 600px;
	top: 268px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(3) li#toilet a {
	width: 28px;
	height: 28px;
}


/* ---------------------------------
*	アイコン説明
*/
#facilitiesMain #section5 > .sectionInner:nth-of-type(4) {
	border: 1px solid #c6c6c6;
	width: 860px;
	margin: 0 auto;
	padding: 20px 0 10px 20px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(4) ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */ /* 20210301　コメントアウト */
	justify-content: start;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(4) li {
	list-style: none;
	letter-spacing: 0.1rem;
	margin: 0 0 10px 6px;
	width: 156px;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(4) li:nth-last-of-type(2) {
	letter-spacing: 0rem;
}
#facilitiesMain #section5 > .sectionInner:nth-of-type(4) img {
	width: 22px;
	margin: 0 5px 0 0;
}


/* ---------------------------------------------------------------------
*
*	220930_追加_ウェブアクセシビリティについて
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#webAccessibility #pageTitleInner {
	background: #d3eef7 url(../images/common/icon-flight-white.svg) no-repeat left center;
	background-size: 254px 254px;
}
#webAccessibility .section > div.sectionInner {
	display: flex;
	flex-wrap: wrap;
}
#webAccessibility .section > div.sectionInner .sectionInner {
	width: 400px;
	margin: 0 0 40px;
}
#webAccessibility .section > div.sectionInner .sectionInner:nth-of-type(even) {
	margin: 0 0 0 100px;
}

#webAccessibility #section1 .sectionInner p {
	font-size: 1.8rem;
	text-align: center;
	margin: 0 0 60px;
	line-height: 1.6;
}

#webAccessibility #section1 table ul li {
	margin-left: 1.4em;
	text-indent: -1.4em;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* ---------------------------------------------------------------------
*
*	220930_追加_申請書ダウンロード
*
* ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
*	共通設定
* ------------------------------------------------------------------- */
/* ---------------------------------
*	共通設定
*/
#downloadApplication #pageTitleInner {
	background: #d3eef7 url(../images/common/icon-flight-white.svg) no-repeat left center;
	background-size: 254px 254px;
}
#downloadApplication .section > div.sectionInner {
	display: flex;
	flex-wrap: wrap;
}
#downloadApplication .section > div.sectionInner .sectionInner {
	width: 400px;
	margin: 0 0 40px;
}
#downloadApplication .section > div.sectionInner .sectionInner:nth-of-type(even) {
	margin: 0 0 0 100px;
}

#downloadApplication #section1 .sectionInner > p {
	font-size: 1.8rem;
	text-align: center;
	margin: 0 0 60px;
	line-height: 1.6;
}
#downloadApplication #section1 .applicationContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 0 20px;
	margin: 0 0 35px;
	border-bottom: 1px solid #CFCFCF;
}
#downloadApplication #section1 .applicationContainer .applicationBox {
	position: relative;
	width: 49%;
	border: 1px solid #57B7D8;
	padding: 30px 15px 30px 20px;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	text-decoration: none;
}
#downloadApplication #section1 .applicationContainer .applicationBox:nth-of-type(odd) {
	margin: 0 2% 20px 0;
}
#downloadApplication #section1 .applicationContainer .applicationBox h4 {
	font-size: 1.68rem;
	letter-spacing: 0.15rem;
	font-weight: 500;
	margin: 0 0 4px;
}
#downloadApplication #section1 .applicationContainer .applicationBox p {
	color: #939393;
	font-size: 1.25rem;
	font-size: 1.3rem;
	letter-spacing: 0.04rem;
	margin: 0;
}
#downloadApplication #section1 .applicationContainer .applicationBox .applicationIcon img {
	width: 20px;
	margin: 0 1px;
}
#downloadApplication #section1 .applicationContainer .applicationBox .applicationIcon {
	width: 50px;
	position: absolute;
	top: 39%;
	right: 15px;
	display: inline;
}
#downloadApplication #section1 .applicationContainer a:hover img {
	opacity: 0.6;
	transform: none;
}
#downloadApplication #section1 .applicationInfo {
	line-height: 1.8;
}

