
/* head_bg
----------------------------------*/

.head_area {    
    background-image: url(../img/head_wave.svg),url(../img/com/head_bg.jpg);
    background-repeat: no-repeat,no-repeat;
    background-size: contain,cover;
    background-position: center bottom,right 0%;
}
@media (max-width: 575px) {
.head_area {    
    background-image: url(../img/head_wave_s.svg),url(../img/com/head_bg_s.jpg);
    background-repeat: no-repeat,no-repeat;
    background-size: contain,cover;
    background-position: center bottom,center top;
}
}



/* com_area
------------------------------------------------------------*/
.com_area {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 5%;
    padding-top: 5%;
    color: #727171;
}
.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;	
}
.n_table th {
    width: 25%;
    font-weight: bold;
}
.n_table td {
	width: 75%;
	background-color: #fff;
}
.n_table th,.n_table td {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
	padding: 15px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #929292;
	font-feature-settings: "palt";
	
}
.news_ttl {
    font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5%;
    font-weight: bold;    
}	
.news_datails_area p {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
	margin-bottom: 2%;
}
.map_box iframe {
    width: 100%;
    height: 400px;
}

.map_read {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 2%;
    text-align: center;
}
@media (max-width: 575px) {
.map_read {
    font-size: 15px;    
    text-align: left;
}
}
