*{
	margin: 2;
}

html{
 	overflow-y: scroll;
}

body{
	margin: 0 auto;
	padding: 0;
	color: #000000;
	font-size: 85%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}

a{
	color:#004080;
}
a:hover{
	color:#009999;
}

a img{
	border:0;
}

img{
	vertical-align: middle;
}

a.hv_alpha,
.hv_alpha a img{
	transition: opacity 0.3s;
}

a.hv_alpha:hover img,
.hv_alpha a:hover img{
	opacity: 0.7;
}

.inner{
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: left;
}
.inner:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#header{
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 0;
}

#logo{
	float: left;
	padding-left: 42px;
}

#gr_navi{
	float: right;
	display: table;
	box-sizing: border-box;
	margin-top: 20px;
	text-align: center;
}
#gr_navi a{
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	height: 30px;
	border-left: solid 1px #B2B2B2;
	transition: background-color 0.3s;
}
#gr_navi a:last-of-type{
	border-right: solid 1px #B2B2B2;
}
#gr_navi a:hover{
	background: #F5F5F5;
	background: rgba(255, 255, 255, 0.5);
}

.ft_gothic{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* === Main === */
.page_title{
	height: 260px;
	position: relative;
}
.page_title h2{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: table;
	margin: 0 auto;
	padding: 15px;
	min-width: 350px;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 30px;
	font-family: '游明朝',serif;
}
/* IE10~ */
@media all and (-ms-high-contrast:none){
	.page_title h2{
		padding: 28px 20px 12px;
	}
}

.subtitle{
	margin-top: 40px;
	padding: 9px 10px;
	background: #166C93;
	background-image: -webkit-gradient(linear, left top, right bottom, from(#74BBCC), color-stop(0.5, #166C93), to(#74BBCC));
	background-image: linear-gradient(to right, #74BBCC 0%, #166C93 50%, #74BBCC);
	color: #FFFFFF;
	text-align: center;
	line-height:36px;
	font-size: 24px;
	font-family: '游ゴシック';
}
/* IE10~ */
@media all and (-ms-high-contrast:none){
	.subtitle{
		padding-top: 17px;
		line-height: 28px;
	}
}

.line_space{
	padding-top: 40px;
}

.article_1{
	padding: 30px 40px 40px;
}
.article_1:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.article_1 p{
	line-height: 1.8em;
}

.navi_btn a{
	display: inline-block;
	padding: 12px 27px 12px 24px;
	text-align: center;
	background: #00A3B2;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	font-family: '游ゴシック';
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
/* IE10~ */
@media all and (-ms-high-contrast:none){
	.navi_btn a{
		padding-top: 18px;
		line-height: 10px;
	}
}
.navi_btn a:hover{
	background: #00C2CC;
}
.navi_btn a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	width: 7px;
	height: 12px;
	background: url(../img/arrow.png) no-repeat;
	background-size: cover;
}

table.tbl_1{
	border-collapse: collapse;
	width: 100%;
	border-top: solid 1px #CCCCCC;
}
.tbl_1 th,
.tbl_1 td{
	vertical-align: top;
	padding: 15px 20px;
	border-bottom: solid 1px #CCCCCC;
}
.tbl_1 th{
	background: #F2F2F2;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

.align_c{
	text-align: center;
}

.float_r{
	float: right;
	margin-left: 20px;
}

.clear_fix:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


/* === Footer === */
#footer{
	background: #166C93;
	color: #FFFFFF;
}
#footer .inner{
	text-align: center;
}

.ft_navi ul{
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 20px 0;
}
.ft_navi li{
	display: table-cell;
	padding-left: 20px;
	padding-right: 14px;
	background: url(../img/slash.png) no-repeat left center;
}
.ft_navi li:first-of-type{
	padding-left: 14px;
	background: none;
}
.ft_navi a{
	color: #FFFFFF;
	text-decoration: none;
}
.ft_navi a:hover{
	text-decoration: underline;
}

#copyright{
	padding-bottom: 10px;
	font-size: 12px;
}

#pagetop{
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#pagetop a img{
	opacity: 0.7;
}
#pagetop a:hover img{
	opacity: 1;
}

.flex-container {
	display: flex;
	align-content: space-around;
  width: 1080px;

}

/* 親要素(コンテナ) */
.flex-container {
	<!--background-color: #343434;-->
	display: flex;
}
/* 子要素(アイテム) */
.flex-item {
	margin: 10px auto;
	padding: 5px 10px;
	box-sizing: border-box;
	<!--background-color: #343434;-->
	<!--color: #fff;-->
}



<div class="container">
    <div class="leftmap">
      <!-- 左カラム -->
    </div>
    <div class="rightmap">
      <!-- 右カラム -->
    </div>
</div>

.container{
    display: flex;
}
.leftmap{
    width: 425px;
}
.rightmap{
    width: 425px;
}


@charset "UTF-8";
/* MAP 親要素(コンテナ) */
.flex-container {
	display: flex;
}
/* MAP 子要素(アイテム) */
.flex-item {
	margin: 10px auto;
	padding: 5px 10px;
	box-sizing: border-box;
}

.flex-item1 {
	margin: 10px 5px;
	padding: 5px 10px;
	box-sizing: border-box;
}

.flex-item2 {
	margin: 10px 5px;
	padding: 5px 10px;
	box-sizing: border-box;
}


.flex-container {
	display: flex;
	justify-content: flex-start;
	margin: 10px 40px;
	padding: 5px 10px;
}

.companybox {
  display:flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.companytext {
  width: 100%;
  text-align: center;
}


.pict {
  width: 100%;
  text-align: center;
  min-height: 0%;
}

.pict img {
  max-width: 300px;
  height:auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.newspc { display: block !important; }
.newssp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .newspc { display: none !important; }
    .newssp { display: block !important; }
}

.resizeimage img { width: 80%; }

