@charset "utf-8";
/* ==========================================================

title : 東建多度カントリークラブ・名古屋
scope : 企業案内

last modify : 2016/12/07 041_ooba
memo  : 

========================================================== */

#main-contents .second-lead-txt {
	text-align:center;
}

/* ----------------------------------------------------------
	[id$="_area"]
---------------------------------------------------------- */
#main-contents section[id$="_area"] {
	width: 1000px;
	margin: 0 auto 30px;
	overflow: hidden;
}

#main-contents section[id$="_area"] h2 {
	margin-bottom: 28px;
}

#main-contents section[id$="_area"] .area_inner_box {
	clear: both;
	width: 950px;
	margin: 0 auto 50px;
	overflow:hidden;
	padding: 0px;
}


/*----- リスト -----*/
#main-contents section[id$="_area"] [class^="txt_list"] > li {
	margin:0 0 7px;
	text-align:left;
	line-height:1.3;
}

#main-contents section[id$="_area"] [class^="txt_list"] > li:last-of-type {
	margin-bottom:0px;
}

#main-contents section[id$="_area"] [class^="txt_list_s"] > li {
	font-size:14px;
	margin:0 0 5px;
}


/*----- table -----*/
#main-contents section[id$="_area"] .outline {
	border: 2px solid #499840;
}

#main-contents section[id$="_area"] .outline th {
	background: #f1ffef;
	border: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	padding:10px;
	text-align: center;
	vertical-align: middle;
}

#main-contents section[id$="_area"] .outline td {
	border: 1px solid #5ba753;
	color: #000;
	font-weight: normal;
	padding: 10px 15px;
	vertical-align: middle;
}

#main-contents section[id$="_area"] .outline .top th {
	background: #5ba753;
	color: #fff;
}


/*----- spacing -----*/
.spacing_c {
	letter-spacing:1em;
	text-indent:1em;
}

.spacing {
	letter-spacing:1em;
}


/* ----------------------------------------------------------
	corporate_area
---------------------------------------------------------- */
#main-contents #corporate_area {
	margin-top:50px;
}

#main-contents #corporate_area .area_inner_box {
	margin: 0 auto;
}

/*----- table -----*/
#corporate_area .outline {
	width: 950px;
}

#corporate_area .outline th {
	width: 168px;
}

#btn_kenshou{
	float: right;
	margin: 20px 0 0 0;
}


/* ----------------------------------------------------------
	council_area
---------------------------------------------------------- */
#main-contents #council_area .area_inner_box {
	margin: 0 auto;
}
#council_area #director {
	overflow:hidden;
	width: 860px;
	margin: 0 auto;
}

#council_area #director ul{
	display:flex;
}

#council_area #director li {
	background:url(../image/bg_director.png) no-repeat right bottom;
	border:#000 solid 1px;
	float:left;
	margin:0 15px 15px 0;
	padding:0 0 15px;
	width:420px;
}

#council_area #director li:last-of-type {
	margin:0;
}

#council_area .title {
	background: -webkit-linear-gradient(left, #365482 0%,#3c7793 50%,#365482 100%);
	background: -moz-linear-gradient(left, #365482 0%, #3c7793 50%, #365482 100%);
	background: linear-gradient(to right, #365482 0%,#3c7793 50%,#365482 100%);
	border-bottom:#000 solid 1px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
}

#council_area .title.chief {
	background: -webkit-linear-gradient(left, #746001 0%,#917e16 50%,#746001 100%);
	background: -moz-linear-gradient(left, #746001 0%, #917e16 50%, #746001 100%);
	background: linear-gradient(to right, #746001 0%,#917e16 50%,#746001 100%);
}

#council_area dt span {
	display:block;
}

#council_area .title2 {
	font-weight:bold;
	padding:10px 0;
	text-align:center;
}
#council_area .title3 {
	font-weight:bold;
	padding:10px 0 14px;
	text-align:center;
	font-size:.95rem;
}


#council_area .name {
	background:#dbe5c8;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin:0 20px 10px 140px;
	text-align:center;
	width:157px;
}

#council_area .face {
	float:left;
	margin:-40px 15px 10px;
}

#council_area .txt {
	margin:0 15px;
}


.flex{
	display: flex;
}


/* 四角で囲う*/
.btn_site{
  color:#fff;
  background: #03A9F4;
  position: relative;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  border-radius: 30px;
  margin:10px 0 0 130px;
}

.btn_site a,
.btn_site02 a,
.btn_site03 a{
	color:#fff;
	font-weight:bold;
}

.btn_site a:hover,
.btn_site02 a:hover,
.btn_site03 a:hover{
  opacity: 0.7;
}

.btn_site02{
  color:#fff;
  background: #03A9F4;
  position: relative;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  border-radius: 30px;
  margin:10px 0 0 15px;
}
.btn_site03{
  color:#fff;
  background: #1976D2;
  position: relative;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  border-radius: 30px;
  margin:10px 0 0 10px;
}




/*----- table -----*/
#council_area .outline {
	width: 750px;
    margin:20px auto;
}

#council_area .outline th {
	width: 168px;
}


/* ----------------------------------------------------------
	group_box
---------------------------------------------------------- */
#group_box {
	background:url(../image/bg_group_box.png) no-repeat center bottom;
	margin: 0 auto 70px;
	padding:0 0 40px;
}

#group_box h2 {
	margin:0 0 30px;
	text-align:center;
}

#group_box ul {
	margin: 0 auto;
	overflow:hidden;
	width:600px;
}

#group_box li {
	float:left;
	margin:0 20px;
	width:260px;
}

#group_box li figcaption {
	font-size:14px;
	line-height:1.3;
	margin:8px 0 0;
}

/* ----------------------------------------------------------
	glocal
---------------------------------------------------------- */


#glocal_company{
	width:800px;
	margin:auto;
	border:1px solid #00897b;
	padding:1.5rem;
	position:relative;
}

#glocal_company .block{
	display: block;
	width:600px;
	padding-right:1rem;
}
#glocal_company h2{
	font-size:2rem;
	font-weight:bold;
	color:#00897B;
	line-height:1.5;
	text-align:center;
	margin-top:-1rem;
}
#glocal_company h2 span{
	font-size:1.5rem;
	font-weight:bold;
}
#glocal_company p{
	line-height: 1.5;
	margin: 1rem;
}

#glocal_company figure img{
	width:250px;
	margin-top:15px;
}

#glocal_company figcaption{
	font-size:.9rem;
	text-align:center;
}

#glocal_company.about_glocal{
	width:850px;
	padding:1rem;
}
#glocal_company .about_glocal h3{
	font-size:1.3rem;
	font-weight: bold;
	background: #00897b;
	padding:.5rem 1rem;
	text-align: center;
	color:#fff;
}

#glocal_company .about_glocal p{
	margin:1.5rem 1rem;
	letter-spacing:.09rem;
	line-height:1.5;
}
#glocal_company .about_glocal .glocal_note{
	background: #fcf7e8;
	padding: 1rem 1rem 0.5rem;
}

#glocal_company .about_glocal .glocal_note ul{
	margin:1rem;
	font-size:.95rem;
}

#glocal_company h4{
    color: #444;
    font-size: 20px;
    position: relative;
    padding: 10px 0 2px 28px;
    border-bottom: 2px solid #d14;
    }
#glocal_company h4:before{
	content:"";
        width: 12px;
        height: 12px;
        top: 10px;
        left: 0;
        background: #d14;
        transform: rotate(50deg);
        position:absolute;
    }
#glocal_company h4:after{
	content:"";
        width: 8px;
        height: 8px;
        top: 25px;
        left: 10px;
        background: #d14;
        transform: rotate(20deg);
        position:absolute;
    }

.mt40{
	margin-top:40px!important;
}

/*============================
#evacuation_site
============================*/
#evacuation_site {
	width: 845px;
	margin: 3.5em auto;
	/* border: 2.5px solid #00736d; */
  }
  #evacuation_site h2 {
	font-size: 22px;
	background: #00736d;
	color:#fff;
	padding:.5em 0;
	text-align: center;
  }
  #evacuation_site p{
	padding:1em;
  }

 .landslide,.police-function{
	width:780px;
	margin:auto;
	position:relative;
 }

 .landslide h3,
 .police-function h3{
	margin: 0 auto;
	font-size: 21px;
	position: relative;
	background: #deeddf;
	padding: 0.25em 0.5em;
	border-left: solid 2em #388e3c;
  }
  .landslide h3 b {
	color: #ee1c1c;
  }
  .landslide h3:before {
	font-family: "Font Awesome 6 Free";
	content: "\f70c";
	position: absolute;
	padding: 0em;
	color: white;
	font-size:30px;
	font-weight: 900;
	left: -1.1em;
	top: 0;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
  }
  .landslide p {
	font-size:17px;
	line-height: 1.5;
  }
  .landslide figure.agreement {
  position: absolute;
  top: 127px;
  right: -5px;
  width: 285px;
}
.landslide figure.agreement img {
  display: block;
  width: 285px;
  margin: 0 0 4px;
}
.landslide figure.agreement figcaption {
  text-align: center;
  font-size: 12.5px;
}
#evacuation_site dl {
	width: 480px;
	margin: 0 0 50px;
  }
  #evacuation_site dl dt {
	background: #f4c125;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
	  padding:.1em 0;
  }
  
  #evacuation_site dl dd {
	margin: 1em 0 0;
  }
  #evacuation_site dl dd p:first-child {
	margin-right: -1em;
  }
  #evacuation_site dl dd b {
	color: #ee1c1c;
  }
#evacuation_site figure.hazard_map {
  width: 604px;
  margin: 0 auto;
  text-align: right;
}
#evacuation_site figure.hazard_map img {
  display: block;
  width: 604px;
  margin: 0 0 6px;
}

#evacuation_site a.link_map {
  position: relative;
  display: block;
  width: 320px;
  margin: -1.2em 0 2em 5em;
  padding: 5px 21px;
  font-size: 17.5px;
  font-weight: 600;
  color: #fff;
  line-height: 1.43;
  background: #800;
  border-radius: 5px;
}
#evacuation_site a.link_map::after {
  content: "▲";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  transform-origin: 50% 50%;
  transform: rotate(90deg) scale(1,0.9);
  font-size: 80%;
  line-height: 1;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto 0;
}
#evacuation_site a.link_map:hover {
  opacity: 0.75;
}
.police-function h3:before {
	font-family: "Font Awesome 6 Free";
	content: "\f1ad";
	position: absolute;
	padding: 0em;
	color: white;
	font-size:30px;
	font-weight: 900;
	left: -1.1em;
	top: 0;
  }
  .police-function a.article {
	position: relative;
	display: block;
	width: 275px;
	margin: 0 auto;
	padding: 5px 21px;
	font-size: 17.5px;
	font-weight: 600;
	color: #fff;
	line-height: 1.43;
	background: #009688;
	border-radius:5px;
  }
  .police-function a.article::after {
	content: "▲";
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	transform-origin: 50% 50%;
	transform: rotate(90deg) scale(1,0.9);
	font-size: 80%;
	line-height: 1;
	display: block;
	width: 1em;
	height: 1em;
	margin: auto 0;
  }
  #evacuation_site a.article:hover {
	opacity: 0.75;
  }
  .police{
	width:625px;
	margin:2em auto 1em;
	border-top:1px solid #000;
	  padding-top:2em;
  }
.police ul{
	display: flex;
	margin:auto;
	justify-content: space-between;
}
.police li{
	margin-left:.5em;
	width:300px;
}
.police li:first-child{
	margin-left:0;
}
.police li a:hover{
	opacity: 0.75;
}
.mt1{
	margin-top:1em!important;
}
.mt2{
	margin-top:2em!important;
}
.mt3{
	margin-top:3em!important;
}
.mt4{
	margin-top:4em!important;
}
.mt5{
	margin-top:5em!important;
}
.mb1{
	margin-bottom:1em!important;
}
.mb2{
	margin-bottom:2em!important;
}
.mb3{
	margin-bottom:3em!important;
}