@charset "utf-8";
 
 
 h2 img{
	 width:90%;
	 max-width:1000px;
 }
 

section.container{
	width:90%;
	max-width:1000px;
	padding-top:150px;
	margin:0 auto;
	padding-bottom:100px;
}

section.container h2{
	margin-bottom:50px;

}


section.container dl{
width:100%;
margin:0 auto;
}

section.container dl dt{
float:left;
  clear:left;
  width:150px;
  text-align:right;
}

section.container  dd{
	float:left;
  width:80%;
   margin-bottom:20px;
   margin-left:10px;
}

dl.article{
}

dl.article dt{
width:50px !important;
text-align:left !important;
margin-left:-5px;
}

dl.article dt dd{

	
}


table.company {
	float:left;
    width: 100%;;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
	margin-bottom:30px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #F19C82;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
	font-weight:bold;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #F19C82;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}



#greeting {
	width:90%;
	max-width:820px;
	font-size:1.2em;
	line-height:2em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:0 auto;
}

#greeting  span{
	font-size:0.8em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#access{
	width:90%;
	max-width:1000px;
	margin:0 auto;
}

#access h3{
	font-size:1.5em;
	line-height:2em;
	text-align:center;
	margin-bottom:30px;
}

#access dl{
width:100%;
}

#access dl dt{
float:left;
  clear:left;
  width:60px;
  text-align:left;
}

#access  dd{
	float:left;
  width:80%;
   margin-bottom:-20px;
   margin-left:10px;
}

#map{
	width:100%;
	margin-top:40px;
}

#map p{
	font-weight:bold;
}

ul.btn_box{
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	width: 100%;
	display: table;
	text-align: center;
	}
ul.btn_box li{
	display:table-cell;


}


#nyukai{
	margin-top:50px;
	
}

#nyukai p{
	margin-top:20px;
	margin-bottom:30px;
}

#nyukai h3{
	position: relative;
	color: #fff;
	background: #F19C82;
	font-size: 1.2em;
	line-height: 1.5em;
	border : 2px solid #F19C82;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 12px;
	border-radius: 3px;
	text-align: center;
}
#nyukai h3:after,#nyukai h3:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
}
#nyukai h3:after {
  left: 50%;
  border: 11px solid transparent;
  border-top: 11px solid #F19C82;
  margin-left:-15px;
}
#nyukai h3:before {
  left: 50%;
  border: 14px solid transparent;
  border-top: 14px solid #F19C82;
    margin-left:-15px;
}


.fw {
	-webkit-animation-name:fw; /* fwっていうアニメーションをしてね！ */
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fw;
	-moz-animation-duration:3s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
/* fwっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fw {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -5px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fw {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -5px);}
	100% {-moz-transform:translate(0, 0);}
}


p.contact_btn_s{
	text-align:center;
}

.contact_btn_s a{
	position: relative;
	background-color: #f7d034;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #f7ba59;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	margin:0 auto;
}
.contact_btn_s a:hover {
	top: -4px;
	box-shadow: 0 7px 0 #f7ba59;
}
.contact_btn_s a:active {
	top: 3px;
	box-shadow: none;
}




@media screen and (max-width: 768px) {


section.container dl dt{
float:left;
  clear:left;
  width:150px;
  text-align:left;
}
}