@charset "UTF-8";
/*---------- ページ全体の指定 ----------*/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #333;
	background-color: #ffffff;
}
a:link {
	color: #004080;
}
a:hover {
	color: #005ebb;
}
a:visited {
	color: #004080;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
p {
	margin: 18px 0 18px 0;
	line-height: 180%;
	letter-spacing: 1px;
}
.mojitume {
  font-feature-settings: "palt";
}
/*---------- メイン ----------*/

#main {
	width: 900px;
	background-color: #ffffff;
	border-top: 5px solid #005ebb;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main img.head_photo {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.mainimg {
	width: 100%;
	height:auto;
}
/*---------- ヘッダー ----------*/

#header {
	margin: 0;
	width: 900px;
	height: 80px;
	border-bottom: solid 3px #005ebb;
	background-color: #ffffff;
	background-repeat: no-repeat;
}
/* 
#header h1 {
  margin: 0;
  padding: 3px 0 4px 12px;
  border-bottom: solid 1px #cccccc;
  text-align: left;
  font-size: 10px;
  color: #ffffff;
  background-image: url(img/h_back.gif);
}

#header h2 {
  margin: 0;
  padding: 25px 10px 10px 15px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #666666;
}

 */
#table-left {
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 130%;
	text-decoration: none;
}
#table-left a {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
#table-left a:hover {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}
#table-right {
	text-align: right;
	margin: 0;
	padding: 2px 14px 2px 0;
	font-size: 16px;
	color: #c9171e;
	line-height: 150%;
	text-decoration: none;
}
#table-right a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#table-right a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#search {
	/* float:left; */
	width: 400px;
	margin-top: 3px;
	margin-right: 0px;/* margin-left:30px; */
}
#header-menu {
	width: 885px;
	height: 20px;
	background-color: #333333;
	margin: 0 auto;
	padding: 7px 0 12px 0;
	background-repeat: repeat-x;
	text-align: left;
	width: auto;
	background-image: url(../img/head_menu_back.gif);
}
#header-menu ul {
    text-align: center;
    padding-bottom: 1px;
    margin: 0px;
    padding: 0px 0.5em;
    
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    list-style: none;
}
#header-menu ul li {
    color: #FFFFFF;
	/*display: inline;*/
    padding-left: 1.5em;
    padding-right: 1.5em;
    background-position: right center;
    background-image: url(../img/l_icon.gif);
    background-repeat: no-repeat;
    
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    
    font-size:12px;
    position:relative;
}
#header-menu ul li.last {
	color: #FFFFFF;
	display: inline;
	/*padding-left: 30px;
	padding-right: 24px;*/
	background-image: none;
}
#header-menu a {
	font-size: 1.3em;
	color: #ffffff;
	text-decoration: none;
}
#header-menu a:hover {
	color: #cccccc;
}
#header-menu ul li span {
	position: absolute;
	opacity: 0;
	top: -50px;
	left: -20px;
	width: 60px;
	padding: 10px;
	border-radius: 2px;
	background-color: rgba(255,0,0,0.90);
	color: #fff;
	font-size: 12px;
	line-height: 1;
	transition: .3s;
	text-align: center;
}
#header-menu ul li span:after{
  position: absolute;
  top: 100%;
  left: 34px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-top: 6px solid rgba(255,0,0,0.90);
  content: "";
}
#header-menu ul li:hover span {
	opacity: 1;
	top: -40px;
}

/*---------- コンテンツ ----------*/

#container {
	width: 900px;
	margin: 0px;
	padding: 6px 0 6px 0;
	background-color: #ffffff;
}
/*---------- メインコンテンツ ----------*/

#contents {
	float: left;
	margin: 0;
	padding: 5px 4px 0 0;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1px;
	width: 640px;
}
body#product1 #contents {
	margin: 0;
	padding: 0 ;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1px;
	width: 100%;
}
#contents h2 {
	/*line-height: 110%;
	font-size: 12px;*/
	font-size: 15px;
	font-family: "Noto Sans Japanese" sans-serif;
	line-height: 2;
	margin-bottom: 1em;
	color: #004080;
	background-image: url(../img/titlebar.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	/*margin-bottom: 5px;*/
	margin-left: 0;
	/*padding-top: 12px;*/
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 20px;
}
body#product1 #contents h2 {
	/*line-height: 110%;
	font-size: 12px;*/
	font-size: 15px;
	font-family: "Noto Sans Japanese" sans-serif;
	line-height: 2;
	margin-bottom: 1em;
	color: #004080;
	background-image: url(../img/titlebarL.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	/*margin-bottom: 5px;*/
	margin-left: 0;
	/*padding-top: 12px;*/
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 20px;
}
#contents p {
	margin: 18px 0 18px 0;
	padding: 0 5px 0 0;
	line-height: 190%;
	letter-spacing: 1px;
}
#contents a {}
#contents a:hover {}
#contents img.head_photo {
	margin: 0 0 10px 0;
}
#contents img.photo {
	float: left;
	margin: 10px 20px 0 0;
}
#contents img.picture {
	margin: 0 10px 10px 0;
	float: left;
}
#contents p.photo {
	margin: 0 0 20px 0;
	padding: 0;
}
#contents ul, ul.selector {
	padding-left: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

/* コロナ対策 */
.corona {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    text-align: center;
}
.corona img {
    width: 100%;
    height: auto;
    margin: 0 auto 0.5em;
}
.corona p {
    font-size: 14px!important;
    line-height: 1.2!important;
    color: #ff0000;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"!important;
    margin: 0!important;
    padding: 0!important;
}

/* 事前申し込み */
.moushikomi-box {
    border: 2px solid #da4033;
    border-radius: 4px;
    margin: 2em 0;
    padding: 1em 0;
    position: relative;
    text-align: center;
}
.moushikomi-box::before {
    background-color: #fff;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: #da4033;
    content: "来場者は、必ずWebによる事前申込を！（受付期間:2020年10月1日～10月20日）";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
    font-feature-settings: "palt";
}
.btn-push {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  background-color: #ffa300;
  font-size: 18px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #FFF!important;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #d37800;
}
.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}
.moushikomi-box p {
    font-size: 14px!important;
    line-height: 1.6!important;
    color: #ff0000;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"!important;
    margin: 1em auto 0;
    padding: 0!important;
}
.moushikomi-box h4 {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto!important;
    padding: 0!important;
}

ul.selector {
	list-style:none;
}
#contents ul li {
}
#contents ul.listA {
	padding-left: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents ul.listA p {
	margin:0;
	padding:0;
	font-weight:bold;
}
#contents ul.listA li {
	margin-left:16px;
	margin-bottom:0.5em;
}
ul.selector li {
	line-height:2;
}
table#t01 {
	border: solid 1px #999999;
	border-collapse: collapse;
}
td#t01 {
	border: solid 1px #999999;
	border-collapse: collapse;
}
td#head {
	padding: 6px;
	border: solid 1px #999999;
	border-collapse: collapse;
}
.koukoku {
	margin: 2em 0 1em;
	padding: 0;
}
.koukoku img {
	width: 100%;
	height: auto;
}

/* パンくずリスト */
#pankuzu {
    margin: 0.2em 0;
    padding: 5px 0;
}
#pankuzu li {
	display: inline;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	font-size:14px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 300;
}
#pankuzu li a {
	background-image: url(../img/li_01.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 16px;
	font-size:14px;
}
/*---------- メニュー ----------*/
#menu {
	float: right;
	margin: 3px 0 15px 0;
	padding: 0;
	width: 230px;
	letter-spacing: 1px;
	text-align: left;
	background-image: url(../img/menu_back.gif);
}
#menu h2 {
	margin: 0 0 2px 0;
	padding: 6px 0 6px 12px;
	line-height: 110%;
	font-size: 12px;
	color: #fffffc;
	background-image: url(../img/sidebar.gif);
	background-repeat: no-repeat;
}
.menulist {
	margin: 0 0 14px 0;
	padding: 5px 2px 0px 8px;
	width: 215px;
	text-align: left;
	background-image: url(../img/menu_back.gif);
}
.menulist h2 {
	margin: 0;
	padding: 6px 0 6px 12px;
	line-height: 110%;
	font-size: 12px;
	color: #fffffc;
	background-image: url(../img/sidebar.gif);
	background-repeat: no-repeat;
}
.menulist a {
	color: #004080;
	display: block;
	border-bottom: solid 1px #999999;
	padding: 11px 0 8px 24px;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../img/side_menu_bg.gif);
	background-repeat: no-repeat;
	line-height: 1.6;
	background-position: 0px 3px;
    
    font-family: sans-serif;
    font-feature-settings: "palt";
}
.menulist a:hover {
	text-decoration: underline;
	background-image: url(../img/side_menu_bg_hover.gif);
	background-repeat: no-repeat;
}
.menu_free {
	margin: 0 0 14px 0;
	padding: 5px 2px 0px 8px;
	width: 215px;
	text-align: left;
	letter-spacing: 1px;
	background-image: url(../img/menu_back.gif);
}
.menu_free h2 {
	margin: 0;
	padding: 6px 0 6px 12px;
	line-height: 110%;
	font-size: 12px;
	color: #fffffc;
	background-image: url(../img/sidebar.gif);
	background-repeat: no-repeat;
}
.menu_free a {
	color: #004080;
	width: 203px;
	padding: 6px 0 5px 0;
	font-size: 12px;
    
    font-family: sans-serif;
    font-feature-settings: "palt";
}
.menu_free a:hover {
	color: #004080;
}
.menu_free p {
	margin: 10px 4px 0 4px;
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 1px;
}
.menu_free ul {
	padding-left: 16px;
}
#menu p {
	margin: 10px 4px 0 4px;
	line-height: 180%;
}
/*---------- フッター ----------*/

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 15px 0 5px 0;
	text-align: center;
	font-size: 12px;
	color: #333333;
	border-top: solid 4px;
	border-top-color: #005ebb;
	background-color: #ffffff;
}
#footer a {
	color: #333333;
	font-size: 12px;
}
#footer a:hover {
	color: #ff0000;
	text-decoration: none;
}
/* 過去のフォーラム一覧 */
#past_area {
	padding: 0px 20px 10px 0px;
	width: 650px;/* background-color: #99ff99; */
}
#past_area ul {
	border-bottom: 1px dotted #c0c0c0;
	margin: 10px 0;
	padding-bottom: 8px;/* margin:0;
	padding:0; */
}
#past_area li {
	display: inline;
	padding: 3px 8px;
	margin-right: 30px;
}
#past_area li a {
	background-image: url('file:///Macintosh HD/Users/hide_sasa/Dropbox/進行中/プラ松/九州建設技術フォーラムWeb/img/list1.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}
.year {
	color: #fff;
	background-color: #666;
}
#viewer {
	margin: 0 auto;
	width: 900px;
	height: 300px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}
/* 開催プログラム */

#t_pro1 {
	/* width: 700px; */
	width: 640px;
	margin: 0 auto;
	font-size: 0.9em;
}
#t_pro1 h4 {
	padding: 0;
	margin: 1em;
	font-size:120%;
}
#t_pro1 table {
	background-color: #c0c0c0;
}
#t_pro1 td {
	background-color: #fff;
}
#t_pro1 .time {
	background-color: #097eb3;
	color: #fff;
	width: 13%;
	padding: 0.5em;
}
#t_pro1 .place {
	width: 14%;
	padding: 0.5em;
	background-color: #f0f0ff;
}
#t_pro1 .koumoku {
	width: 73%;
}
#t_pro1 .jouhou2 {
	width: 27%;
	padding: 1.0em 0.5em 2.0em 0.5em;
}
#t_pro1 .jouhou4 {
	width: 21%;
	padding: 1.0em 0.5em 2.0em 0.5em;
}
#t_pro1 .jouhou2 .gijutu li, #t_pro1 .jouhou4 .gijutu li {
	margin-left: 0;
	list-style: none;
}
#t_pro1 .jouhou2 .gijutu li a, #t_pro1 .jouhou4 .gijutu li a {
	padding: 3px 5px;
	color: #333;
}
#t_pro1 td p {
	font-size: 1.0em;
}
#t_pro1 .jouhou3 {
	width: 75%;
	padding: 1.0em 0.5em 2.0em 0.5em;
}
#t_pro1 .jouhou2 .gijutu li span, #t_pro1 .jouhou4 .gijutu li span {
	padding: 4px 5px 2px;
	color: #333;
}
#t_pro1 .jouhou3 .gijutu2 li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#t_pro1 .jouhou3 .gijutu2 li span {
	padding: 4px 9px 2px;
	color: #333;
	float: left;
	margin-right: 5px;
}

/* テーブル02装飾　*/
.table_02 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
}
.table_02 th {
	width: 25%;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	background-color: #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
.table_02 td {
	padding: 40px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

/* リクルーティングプレゼンテーション */
body#presentation .table_02 td {
    padding: 20px;
    vertical-align: bottom;
}
body#presentation .table_02 td h5 {
    font-size: 14px;
    line-height: 1.6;
    margin: 1em 0;
    padding: 0 0 0.5em 0;
    color: #6594e0;
    border-bottom: dashed 2px #6594e0;
    text-align: left;
    font-feature-settings: "palt";
}
body#presentation .table_02 td p {
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    font-feature-settings: "palt";
}
body#presentation .table_02 td p.leed {
    font-family: "メイリオ", Meiryo, "sans-serif";
    font-weight: normal;
    color: #000;
    text-align: justify;
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}
body#presentation .table_02 td img {
    width: 260px;
    height: auto;
    margin: 1em auto 0;
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
}

/* テーブル03装飾　*/
/* テーブルに行番号を振る */
table.table_03 {
  counter-reset: rowCount;
}
table.table_03 > tbody > tr {
  counter-increment: rowCount;
}
table.table_03 > tbody > tr > td:first-child {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
table.table_03 > tbody > tr > td:first-child::before {
  content: counter(rowCount);
}
table.table_03 tr th.title {
	text-align: center;
	white-space: nowrap;
}

/* テーブル03＆04装飾　*/
.table_03, .table_04 {
	width: 100%;
	font-size: 14px;
	margin-bottom: 15px;
}
.table_03 p, .table_04 p {
	font-size: 14px;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 10px;
}
.table_03, .table_04 {
	/* width: 10px; */
	border-spacing: 0;
	font-size: 14px;
}
.table_03 th, .table_04 th {
	color: #fff;
	padding: 8px 15px;
	background: #258;
	background: -moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
	font-weight: bold;
	border-left: 1px solid #258;
	border-top: 1px solid #258;
	border-bottom: 1px solid #258;
	line-height: 120%;
	text-align: left;
	text-shadow: 0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.table_03 th:first-child, .table_04 th:first-child {
	border-radius: 5px 0 0 0;
}
.table_03 th:last-child, .table_04 th:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #258;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.table_03 tr td, .table_04 tr td {
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: left;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.table_03 tr td.title, .table_04 tr td.title {
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: center;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-color: #9FD3FF;
	color: #FFF;
	
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table_04 tr td.number {
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: center;
	padding: 8px 0;
	width: 80px;
	
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table_03 tr td:last-child, .table_04 tr td:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table_03 tr, .table_04 tr {
	background: #fff;
}
.table_03 tr:nth-child(2n+1), .table_04 tr:nth-child(2n+1) {
	background: #f1f6fc;
}
.table_03 tr:last-child td, .table_04 tr:last-child td {
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table_03 tr:last-child td:first-child, .table_04 tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
.table_03 tr:last-child td:last-child, .table_04 tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
.table_03 tr:hover {
	background: #bbd4ee;
	cursor: pointer;
}

/*　出展技術の紹介　*/
.box1 {
	margin-bottom: 10px;
}
.box1 h4 {
    position: relative;
    padding: .75em 1em .75em 1.5em;
    border: 1px solid #ccc;
    margin: 0 auto 1em;
    font-family: "Hiragino Sans",sans-serif;
    src: local(HiraginoSans-W6);
    font-weight: 700;
}
.box1 h4::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #3498db;
    border-radius: 4px;
}
.box1 h4 span {
    font-size: 12px;
    font-weight: normal;
    color: brown;
}

/*　出展者等の紹介　*/
.box2 {
	margin-bottom: 2em;
}

/*　写真配置　*/
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* その他装飾 */
.lefttxt2 img {
	padding: 7px;
	border: 1px solid #ccc;
	background: #fff;
	moz-box-shadow: 1px 1px 5px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
	-webkit-box-shadow: 1px 1px 5px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
	box-shadow: 1px 1px 5px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
}
address {
	font-style: normal;
	line-height: 1.6;
}
.block {
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 50px #add8e6 inset, 5px 5px 0 #cecece;
	-moz-box-shadow: 0 0 50px #add8e6 inset, 5px 5px 0 #cecece;
	-webkit-box-shadow: 0 0 50px #add8e6 inset, 5px 5px 0 #cecece;
}
.block2 {
	padding: 10px;
	background: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #315687;
	border-right-color: #315687;
	border-bottom-color: #315687;
	border-left-color: #315687;
}
/* 基礎＆特別講演 */
.kouen dl {
	font-size:16px;
}
.kouen dt {
	font-weight: bold;
	border-bottom: dotted 1px #087EB3;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	padding-bottom:0.5em;
}
.kouen dt:before {
	content:" ■ ";
	color:#087EB3;
}
.kouen dd {
	margin-left: 0.5em;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 /* Googleマップ */
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Font Awesome */
.fa-fwL {
	margin-left: 0.5em;
}

/* ボタン */
button {
    margin: 0 auto;
    padding: 1em 2em;
    border: none;
    display: inline-block;
    background-color: #5A7AB3;
    box-shadow: 0 6px #4063A4;
    font-size: 114%;
    line-height: 1;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.buttonF {
  border-radius: .5em;
  box-shadow: 0 6px #4063A4;
  top: 0;
  transition: .2s box-shadow,.2s top,.4s background;
}
.buttonF:hover {
    box-shadow: 0 5px #4063A4;
    top: 1px;
}
.buttonF:active {
  background-color: #4163A7;
    box-shadow: 0 0 #4063A4;
    top: 6px;
}

/* お問い合わせボタン */
.btn-push2 {
  display: inline-block;
  max-width: 230px;
  text-align: left;
  background-color: #ffa300;
  font-size: 16px;
  color: #FFF!important;
  text-decoration: none!important;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #d37800;
    margin: 1em auto;
}
.btn-push2:active {
    transform: translateY(4px);
    border-bottom: none;
}

.presentaion  {
    width: 230px;
    margin: 0 0 1em;
}
.presentaion img {
    width: 100%;
    height: auto;
}
