@charset "utf-8";

/*----------------------------------------

基本設定

----------------------------------------*/
img { vertical-align: bottom; }
* { box-sizing: border-box; }
a:link,
a:visited,
a:hover,
a:active { text-decoration: none; }

/*----------------------------------------

main

----------------------------------------*/
.mainWrap p {
	margin: 0 0 20px;
	text-align: center;
}
.mainWrap h1 {
	width: 813px;
	margin: 0 auto 72px;
}

.mainLead {
	margin: 0 50px;
	padding: 20px 0;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.8);
}
.mainLead:after {
	content: '';
	width: 246px;
	height: 70px;
	top: -37px;
	right: -69px;
	position: absolute;
	background: url(https://imgfp.hotp.jp/doc/jmb/pc/images/img_airplane.png) no-repeat;
}
.mainLead p {
	text-align: center;
}

/* mainItem
-------------------------------------*/
.mainItem {	
	margin-top: 117px;
	position: relative;
}
.mainItem ul {
	width: 920px;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.mainItem ul li {
	width: 440px;
	padding-bottom: 11px;
	float: left;
	position: relative;
	border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
	box-shadow: 0px 0px 37px -5px #3e3e3e;
	-webkit-box-shadow: 0px 0px 37px -5px #3e3e3e;
	-moz-box-shadow: 0px 0px 37px -5px #3e3e3e;
	-ms-box-shadow: 0px 0px 37px -5px #3e3e3e;
	-o-box-shadow: 0px 0px 37px -5px #3e3e3e;
	background: #fff;
}
.mainItem ul li:first-child {	margin-right: 40px; }
.mainItem ul li.pickup01:before,
.mainItem ul li.pickup02:before {
	content: '';
	width: 440px;
	height: 37px;
	top: -37px;
	position: absolute;
}
.mainItem ul li.pickup01:before {	background: url(https://imgfp.hotp.jp/doc/jmb/pc/images/img_pickup_red.png) no-repeat; }
.mainItem ul li.pickup02:before {	background: url(https://imgfp.hotp.jp/doc/jmb/pc/images/img_pickup_blue.png) no-repeat; }

.mainItem ul li h2 {
	padding: 26px 0 40px;
	line-height: 1.3;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
.mainItem ul li.pickup01 h2 {	color: #cc0000; }
.mainItem ul li.pickup02 h2 {	color: #003989; padding-top: 31px; }

.mainItem ul li .photo01 { margin-bottom: 20px; }
.mainItem ul li .cardImg {
	margin: 0 12px 8px 20px;
	float: left;
}
.mainItem ul li .textBox { height: 83px; margin: 0 16px 98px 176px; }
.mainItem ul li .textBox p { font-size: 12px; }
.mainItem ul li .textBox p:nth-child(1) {
	margin-bottom: 15px;
	font-weight: bold;
}
.mainItem ul li .textBox p:nth-child(3) {
	margin-top: 30px;
	font-size: 10px;
}
.mainItem ul li.pickup01 .textBox p:nth-child(1) { color: #cc0000; font-size: 13px; }
.mainItem ul li.pickup02 .textBox p:nth-child(1) { color: #003989; font-size: 13px; }



/* main>ボタン
------------------------------------------------*/
.mainItem ul li .btn01,
.mainItem ul li .btn02 {
	margin: 0 10px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	clear: both;
	position: relative;
	box-shadow: 0px 3px 7px -3px;
	-webkit-box-shadow: 0px 3px 7px -3px;
	-moz-box-shadow: 0px 3px 7px -3px;
	-ms-box-shadow: 0px 3px 7px -3px;
	-o-box-shadow: 0px 3px 7px -3px;
}
.mainItem ul li .btn01:before,
.mainItem ul li .btn02:before {
	content: '';
	width: 244px;
	height: 44px;
	top: -33px;
	right: -33px;
	position: absolute;
	z-index: 1;
}
.mainItem ul li .btn01:before {	background: url(https://imgfp.hotp.jp/doc/jmb/pc/images/img_fukidashi_blue.png) no-repeat; }
.mainItem ul li .btn02:before {	background: url(https://imgfp.hotp.jp/doc/jmb/pc/images/img_fukidashi_red.png) no-repeat; }

.mainItem ul li .btn01 a,
.mainItem ul li .btn02 a {
	padding: 20px 0;
	color: #fff;
	display: block;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.mainItem ul li .btn01 a {
	background: -moz-linear-gradient(top, #0057a8 0%, #00195e 100%);
	background: -webkit-linear-gradient(top, #0057a8 0%,#00195e 100%);
	background: linear-gradient(to bottom, #0057a8 0%,#00195e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057a8', endColorstr='#00195e',GradientType=0 );
}
.mainItem ul li .btn02 a {
	background: -moz-linear-gradient(top, #cc0000 0%, #b20000 100%); 
	background: -webkit-linear-gradient(top, #cc0000 0%,#b20000 100%);
	background: linear-gradient(to bottom, #cc0000 0%,#b20000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#b20000',GradientType=0 );
}
.mainItem ul li .btn01 a:after,
.mainItem ul li .btn02 a:after {
	content: '';
	width: 9px;
	height: 17px;
	margin: -10px 0 0 9px;
	top: 50%;
	position: absolute;
	background: url(https://imgfp.hotp.jp/doc/jmb/pc/images/icn_arrow01.png) no-repeat;
}
.mainItem ul li .btn01 a:hover,
.mainItem ul li .btn02 a:hover{
	box-shadow: 0px 0px 8px -2px  #000 inset;
	-webkit-box-shadow: 0px 0px 8px -2px #000 inset;
	-moz-box-shadow: 0px 0px 8px -2px #000 inset;
	-ms-box-shadow: 0px 0px 8px -2px #000 inset;
	-o-box-shadow: 0px 0px 8px -2px #000 inset;
}
.mainItem ul li .btn01 a:hover {
	background: -moz-linear-gradient(top, #00195e 0%, #0057a8 100%);
	background: -webkit-linear-gradient(top, #00195e 0%, #0057a8 100%);
	background: linear-gradient(to bottom, #00195e 0%, #0057a8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00195e', endColorstr='#0057a8',GradientType=0 );
}
.mainItem ul li .btn02 a:hover {
	background: -moz-linear-gradient(top, #b20000 0%, #cc0000 100%); 
	background: -webkit-linear-gradient(top, #b20000 0%, #cc0000 100%);
	background: linear-gradient(to bottom, #b20000 0%, #cc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20000', endColorstr='#cc0000',GradientType=0 );
}