p {
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo,"Sawarabi Mincho", serif;
    font-weight: normal;
    line-height: 2;
}

.top_subtitle { 
	font-size: 20px;
  font-weight:bold;
}

.tel_text { 
	font-size: 25px;
  font-weight:bold;
}

.post_content p {
    line-height: 2.0;
    margin: 0 0 0.5em 0;
}

.color_navy {
    color:#004c66;
}

.redius10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.wpcf7 {
    width: auto !important;
    margin: 0 0 2.5em !important;
    padding: 0;
    border: 1px solid #ddd;
    background: #fafafa;
    font-size: 14px;
}

.tel_header {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #FFF;/*文字色*/
    letter-spacing: .5px;
    font-size: 24px;
	  font-weight:bold;
}

@media screen and (max-width: 1024px){
.tel_header {display:none}
}

#side_col {
display: none;
}