@charset "UTF-8";
/* --------------------------------
	style_sp.css
--------------------------------
anshinページ用のcssです。
-------------------------------- */

#anshin_top {
	background: url(../images/bg_anshin.jpg) no-repeat;
	background-position: center center;
	background-size: 150% auto;
	height: 120px;
	width: 100%;
	text-align: center;
}
#anshin_top h1 {
	padding-top: 23px;
	box-sizing: border-box;
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
}

#anshin_top p {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.anshin ul {
    margin: 10px auto 30px;
	
}

.anshin li a {
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	background: linear-gradient(to bottom, #f8f8f8, #efefef);
	box-shadow: 0 0 4px gray;
	font-size: 1.4rem;
	padding: 10px;
	text-align: left;
	margin: 10px 10px 0;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
	line-height: 1.5;
	background-color: #fdeef2;
	color: #4d4d4d;
}

.anshin li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.img_left {
	float: left;
	margin-right: 10px;
	width:70px;
}

.img_left_b {
	float: left;
	margin-right: 10px;
	width:130px;
}

.text_area{
	box-sizing: border-box;
	display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
	background-color: #fff;
	padding: 10px;
}

.img_r{
	float: right;
	width: 120px;
}

img.img_c {
	max-width: 397px;
	width: 100%;
	margin: 5px auto 0;
	text-align:center;
	border: 1px solid #ccc;
}

.text_inner{
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}

ul.info {
    margin: 0;
	
}

 ul.info li {
	float: none;
	margin-top: 8px;
	padding-top: 6px;
	border: none!important;
	font-size: 1.0rem;
	 line-height: 1;
}

.info img {
margin-top:-39px;
}

.f_jata {
	background: url("../images/bt_jata.jpg") no-repeat;
	padding-left: 30px;
	padding-bottom: 6px;
}

.f_iata {
	background: url("../images/bt_iata.jpg") no-repeat;
	padding-left: 30px;
	padding-bottom: 6px;
}

span.supText {
font-size: 100%;
vertical-align: top;
position: relative;
top: -0.1em;
}

span.subText {
font-size: 100%;
vertical-align: bottom;
position: relative;
top: 0.1em;
}

span.subText2 {
font-size: 70%;
}