@charset "utf-8";

/* service.css */



/* -- main_hd ----------------------*/
#main_hd {
	background: url(../img/main_bg.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#main_hd .inner {
	background: url(../img/main_ico00.png) no-repeat 855px top;
	-webkit-background-size: auto 36px;
	background-size: auto 36px;

}
#main_hd p.catch {
	text-align: center;
	background: url(../img/main_bg_sub.png) no-repeat top center;
	-webkit-background-size: auto 52px;
	background-size: auto 52px;
	padding: 0;
}


/* -- 画像固定 -------------------------*/

.contents .img {
	position: absolute;
	top: 17px;
	right: 40px;
}
.contents p{
	padding:5px 0;
	font-size:15px;
}

.contents p.normal {
	margin-top: -9px;
	padding: 5px 0 0;
}

.contents p.text{
	
	padding:5px 0 10px;
}
.service {
	margin-top: 35px;
}
.service ul {
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.service li {
	display: inline-block;
	margin-right: 20px;
	vertical-align: bottom;
}
.service li:nth-of-type(4) {
	margin-right: 0;
}
.service li a {
	text-decoration: none;
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 20px;
	width: 210px;
	height: 124px;
	border-radius: 3px;
	display: block;
	line-height: 1.2;
	padding-top: 23px;
	background: no-repeat center 54px #d82e37;
	-webkit-background-size: auto 58px;
	background-size: auto 58px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.service span {
	background: url(../../img/ico_arrow05.png) no-repeat right center;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
	padding-right: 14px;
}
.service li:nth-of-type(1) a {
	background-image: url(../img/jal_ico01.png);
}
.service li:nth-of-type(2) a {
	background-image: url(../img/jal_ico02.png);
}
.service li:nth-of-type(3) a {
	background-image: url(../img/jal_ico03.png);
}
.service li:nth-of-type(4) a {
	background-image: url(../img/jal_ico04.png);
	padding-top: 16px;
}

.jtriplogo{
	width:80%;
	max-width:480px;
	margin:0 auto;
	padding:25px 0;
}
.jtriplogo img{
	width:100%;
}

.center{
	text-align: center;
}
.t_right{
	text-align: right;
}
.b-link{
	color:#d80c18;
	border-bottom: 1px solid #d80c18;
}

.s110{
	font-size:110%!important;
}


@media all and (-ms-high-contrast: none) {
#service ul li a {
	display: table; /* IE10以上 */
	width: 100%;
}
}

/* -- point ------------------------*/
#top_main #point .h2p {
	margin-bottom: 15px;
}
#top_main #point .h2p span {
	font-size: 16px;
	vertical-align: unset;
}

	/* -- TOPのアンカー -- */
	#main_hd ol li{
		margin: 0 auto 10px;
		float:none;
		border:none;
		border-bottom:1px solid #efefef;
		text-align: center;
	}
	#main_hd ol li:nth-of-type(2n){
		margin: 0 auto 10px;
	}
	#main_hd ol li a{
		padding: 10px 25px 10px 25px;
	}

/* -- flexbox ----------------------*/
.flexbox{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin:0 auto 25px;
}
.fleximg{
	width:100%;
	max-width:300px;
	object-fit: cover;
}
.flexbox img{
	width:100%;
	height:auto;
}
.flexinner{
	width:100%;
	max-width:450px;
	padding:35px 0;
}
.flexinner p{
	padding-bottom:15px;
}

/* -- jal -------------------------- */
p.fukidashi{
	font-size:25px;	
}


/* タブレット・スマホ
----------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	
	/* -- main_hd ----------------------*/
	#main_hd {
		background-position: top center;
		background-color: #f2fbfd;
		-webkit-background-size: 280% auto;
		background-size: 280% auto;
	}
	#main_hd .inner {
		background-position: 97% 15px;
		-webkit-background-size: auto 16px;
		background-size: auto 16px;
	}
	#main_hd p.catch {
		-webkit-background-size: auto 36px;
		background-size: auto 36px;
	}
	/* -- top_main ---------------------*/
	#top_main .tag {
		-webkit-background-size: auto 57px;
		background-size: auto 57px;
		width: 45px;
		height: 57px;
		font-weight: bold;
		font-size: 15px;
		padding-top: 11px;
	}
	#top_main .tag span {
		font-size: 9px;
	}
	/* -- h2枠 サービスアイコンあり　不要時削除 -- */
	/*
	#top_main .h2 h2 {
		float: none;
		font-size: 18px;
		border-bottom: none;
		padding: 10px 0 8px 57px;
		width: 100%;
	}
	*/
	/* -- TOPアンカー サービスアイコンあり　不要時削除 -----*/
	/*
	#top_main #main_hd .tag {
		-webkit-background-size: auto 45px;
		background-size: auto 45px;
		width: 36px;
		height: 45px;
		font-size: 14px;
		padding-top: 8px;
	}
	#top_main #main_hd .tag span {
		font-size: 10px;
		transform: scale(0.7);
		transform-origin: left top;
		-webkit-transform: scale(0.7);
		-webkit-transform-origin: left top;
		width: 50px;
		line-height: 1.0;
		margin-bottom: -3px;
		font-weight: bold;
	}
	#main_hd ol li a {
		background-position: 98% center;
		-webkit-background-size: auto 36px;
		background-size: auto 36px;
		padding: 8px 56px;
		min-height: 31px;
	}
	*/
	/* -- TOPアンカーのサービスアイコン　ここまで不要時削除 --*/

	/* -- 赤枠のリンク --------------------------*/
	.service ul {
		margin: 0 -3px;
	}
	.service li {
		display: inline-block;
		margin-right: 0;
		width: 50%;
		padding: 0 3px;
		margin-bottom: 6px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.service li a {
		font-size: 16px;
		width: 100%;
		height: 100px;
		padding: 18px 5px 0 5px;
		background-position: center 47px;
		-webkit-background-size: auto 43px;
		background-size: auto 43px;
	}
	.service li:nth-of-type(4) a {
		padding-top: 13px;
	}
	/* -- 画像固定 -------------------------*/
	.contents .img {
		position: static;
	}
	/* -- point ------------------------*/
	#point .block:last-of-type {
		margin-bottom: 0;
	}
	#top_main #point .h2p span {
		font-size: 11px;
	}

	/* -- flexbox ----------------------*/
.flexbox{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin:0 auto;
}
.flexbox img{
	width:100%;
	max-width:300px;
	height:auto;
}
.flexinner{
	width:100%;
	max-width:450px;
	padding:15px 0;
}
	
}
