@charset "UTF-8";
/* --------------------------------
	style_pc.css
--------------------------------
systemページ用のcssです。
-------------------------------- */
#PageNav {
	margin: 10px 0;
}
/*#system_contents a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}*/
#system_contents {
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 1.3em;
	line-height: 1;
	color: #4d4d4d;
}
#system_contents p {
	line-height: 1.8;
}
.system_contents01 {
	background-color: #e4f2f6;
	padding: 80px 0px 60px;
	margin: 0 auto;
	margin-top: 15px;
	position: relative;
	text-align: center;
}
.system_contents01 h1 {
	font-size: 30px;
	color: #1a2e5d;
	position: absolute;
	top: -20px;
	left: 19%;
}

.system_contents01 ul {
	counter-reset: number 0;
}
.system_contents01 li {
	padding: 20px 15px 20px 17px;
	color: #4d4d4d;
	max-width: 500px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}
.system_contents01 li.posi01 {
	background-color: #fff;
}

.s_inner {
	width: 960px;
	margin: 0px auto 0;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}
.img_posi01 {
	position: absolute;
	top: -110px;
	right: -480px;
	max-width: 100%;
}

#title_contents {
	background: #2896b0 url(/air/support/system/images/back.png) repeat;
	/*background-color: #2896b0;*/
	text-align:center;
	padding: 12px;
	 color: #ffffff;
	font-size: 22px;
	font-weight: bolder;
}
#sponser_contents {
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1;
	color: #4d4d4d;
	background-dolor: #fff;
}

.sponser_inner {
	width: 960px;
	padding: 17px 30px 17px;
	margin: 0 auto;
	text-align:center;
	box-sizing: border-box;
}

.sponser_inner p {
	line-height: 1.5;
	text-align: left;
}

#menu_contents {
	background: #2896b0 url(/air/support/system/images/back.png) repeat;
	text-align:center;
	 color: #ffffff;
	font-size: 22px;
	font-weight: bolder;
}

#menu_contents ul {
	width: 960px;
	/*text-align: center;*/
	margin: auto;
}
ul#Recommend_menu {
	overflow: hidden;
	padding: 0px;
}
ul#Recommend_menu li {
	float: left;
	box-sizing: border-box;
	width: -moz-calc(100%/2);
	width: -webkit-calc(100%/2);
	width: calc(100%/2);
	list-style-type: none;
	position: relative;
	display: inline-block;
	text-align: center;
	border-left: 3px solid #1b7c91;
}
ul#Recommend_menu li a {
	color: #4d4d4d;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none!important;
}
ul#Recommend_menu li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
ul#Recommend_menu li p {
	padding: 0px;
}
ul#Recommend_menu li:last-child {
	border-right: 3px solid #1b7c91;
}
ul#Recommend_menu li p.item {
	padding-top: 10px;
	padding-bottom: 4px;
	font-size: 30px;
	color: #ffffff;
}
ul#Recommend_menu li p img {
	vertical-align: middle;
}
ul#Recommend_menu li p.p_dep {
	font-weight: bold;
}

#japan_contents {
	padding-top: 40px;
	padding-bottom: 20px;
}
#world_contents {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #e4f2f6;
}

.japan_inner,.world_inner {
	width: 960px;
	margin: auto;
}
.japan_inner h1,.world_inner h1 {
	font-size: 36px;
	color: #34a5be;
	margin: 0px 5px 20px;
}

.japan_inner h2 {
	margin-top: 20px;
	margin-bottom: 35px;
	margin-left: 175px;
}
.world_inner h2 {
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 225px;
}
.float-right{
	float: right;
	width : -moz-calc(100% - 630px);
	width : -webkit-calc(100% - 630px);
	width : calc(100% - 630px);
}
.float-left{
	float:left;
	width: 630px;
	text-align: left;
	padding-right: 20px;
	box-sizing: border-box;
}
.japan_inner .float-right img{
	margin-top: -22px;
}
.world_inner .float-right img{
	margin-top: -80px;
}
.float-left p{
	font-size: 16px;
	padding: 0px 20px 0px 40px;
	line-height: 1.6;
}
.wrap {
	margin-top: 15px;
}
.wrap ul {
	margin: 4px 0px 20px 0;
	overflow: hidden;
}
.wrap ul li {
	float: left;
	margin: 5px;
	box-sizing: border-box;
	width: -moz-calc((100% / 4) - 10px);
	width: -webkit-calc((100% / 4) - 10px);
	width: calc((100% / 4) - 10px);
	list-style-type: none;
	position: relative;
	display: inline-block;
	text-align: center;
	border: 1px solid #c4d1d9;
	font-size:16px;
}
.japan_inner h3 {
	font-size: 20px;
}
.world_inner h3 {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #34a5be;
}
.basic {
	height: 160px;
	background-color: #a29aaf;
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5;
}
.economy {
	height: 160px;
	background-color: #b54653;
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5;
}
.pro {
	height: 160px;
	background:linear-gradient(to bottom, #a36e07, #f9f1a8);
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5;
}
.btm {
	height: 160px;
	background-color: #000000;
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5;
}
.basic p,.economy p,.pro p,.btm p {
	margin-top: 15px;
	text-align: left;
	height: 100px;
}
.taisho {
	height: 60px;
	padding-top: 25px;
	text-align: left;
	padding-left: 10px;
}
.wrap ul.box01 {
	margin: 4px 0px 20px 0;
	overflow: hidden;
}
.wrap ul.box01 li {
	float: left;
	background-color:#ffffff;
	margin: 5px;
	box-sizing: border-box;
	width: -moz-calc((100% / 2) - 10px);
	width: -webkit-calc((100% / 2) - 10px);
	width: calc((100% / 2) - 10px);
	list-style-type: none;
	position: relative;
	display: inline-block;
	text-align: center;
	border: 1px solid #c4d1d9;
	font-size:16px;
}
.box_inner {
    margin: 5px;
    padding: 3px 10px 3px 8px;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
}
.box_inner img {
	max-width: 100%;
	height: auto;
	margin-right: 10px
}
.box_inner p {
	width: 380px;
	line-height: 1.4;
}
.box_inner p span {
	font-size: 12px;
}

.wrap:after{
	display: block;
 	clear: both;
	content: "";
 }


.Btn_A a {
    background:linear-gradient(to bottom, #fdd661, #fdbd4c);
    background-repeat: no-repeat;
    background-position: right center, left center;
    margin: 0;
    border: solid 1px #d7922d;
    box-shadow: inset 0 1px 5px rgba(227, 168, 52, 0.8);
    font-size: 40px;
	letter-spacing: 8px;
    text-decoration: none;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    display: block;
    font-weight: bold;
    padding: 23px 0px 23px 0px;
    color: #000;
    box-sizing: border-box;
    width: 684px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.Btn_A_waku a {
    margin: 30px auto 30px;
    border: solid 4px #e8e8e8;
    display: block;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    z-index: 1000;
    text-align: center;
}
.Btn_A_waku a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}

.text_day {
    width: 960px;
    margin: 10px auto 20px;
    text-align: right;
}

/*form*/
.Area_D {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #34a5be;
}
.inner_box2 {
	margin: 0 auto;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	max-width: 1200px;
	overflow: hidden;
	padding-bottom: 30px;
}
.Area_D h1 {
	color: #fff;
	font-size: 32px;
	margin: 30px 0 20px;
}
.Area_D dl {
	width: 70%;
	margin: 0 auto;
	text-align: left;
}
.Area_D dl dt {
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
}
.Area_D dl dd {
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	width : -moz-calc(100% + 10px);
	width : -webkit-calc(100% + 10px);
	width : calc(100% + 10px);
	margin-right: -10px;
}
.inputform_item01 {
	border: 1px solid #ccc;
	width : -moz-calc(100% - 10px);
	width : -webkit-calc(100% - 10px);
	width : calc(100% - 10px);
	height: 44px;
	margin: 5px auto;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.inputform_item02 {
	float: left;
	border: 1px solid #ccc;
	width : -moz-calc(50% - 10px);
	width : -webkit-calc(50% - 10px);
	width : calc(50% - 10px);
	height: 44px;
	margin: 5px 10px 5px 0;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.textarea_itemA {
	border: 1px solid #ccc;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: auto;
	font-size: 18px;
	width : -moz-calc(100% - 10px);
	width : -webkit-calc(100% - 10px);
	width : calc(100% - 10px);
	height: 100px;
	margin: 5px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.inputform_item01:focus,.inputform_item02:focus,.textarea_itemA:focus {
	background-color: #eee;  /* 背景色 */
}
.indispensable {
	background-color: #fff;
	color: #34a5be;
	padding: 0px 4px;
	font-size: 14px;
	margin: 0 0 0 10px;
}
.Area_D .notes {
	width: 70%;
	text-align: left;
	color: #fff;
	font-size: 12px;
	margin: 16px auto 0;
}
.Area_D h2 {
	font-size: 14px;
	margin: 20px 0 10px;
	border-left: 3px solid #fff;
	padding: 2px 0 2px 10px;
}
.Area_D .notes a {
	text-decoration: underline;
	color: #fff;
}
.Area_D .notes a:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
.BtnArea2 {
	text-align: center;
	margin: 40px auto;
}
.ftsml2 {
	margin-top: 20px;
	display: -webkit-flex;
	display: flex; 
	-webkit-justify-content: center;
	justify-content: center;
}
