@charset "UTF-8";
/* CSS Document */

.titleimg{
background-image:url("../shinryou/images/titleimg_gairai.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}
.main a:link	{
	text-decoration:underline;
	color:#5283db;
}
.main a:visited	{
	text-decoration:underline;
	color:#9E3BBA;
}

h4 {
  position: relative;
  background: #efefef;
  padding: 2px 5px 2px 25px;
  font-size: 20px;
  color: #1c4081;
  border-radius: 0 10px 10px 0;
  margin:2em 0 1em 20px;
}

h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0f1";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #94caef;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}
h5 {
  position: relative;
  padding: 0.6em;
  background: #d9e6ee;
  margin:2em 0 0 0;
  font-weight: 500;
}

h5:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #d9e6ee;
  width: 0;
  height: 0;
}
.shinryouhyou {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.shinryouhyou th {
 padding: 10px;
 background: #efefef;
 border: solid 1px #999;
 text-align: center;
}
.shinryouhyou td {
 padding: 10px;
 border: solid 1px #999;
 text-align: center;
}

.phone{
font-size:2.8rem;
color:#005fa7;
font-weight: 500;
}


.shinryou_title_4{
text-align: left;
width:100%;
margin:0 auto;
font-size:0.9em;
}
.shinryou_title_b_4{
font-size:1.2em;
font-weight: 500;
}
.top_shinryoulist_4 {
  width: 100%;
  margin:0.4em auto 2em;
  border-collapse: collapse;
  white-space: nowrap;
}
.top_shinryoulist_4 th{
border: 1px solid #cdcdcd;
  padding: 5px ;
  text-align: center;
  font-weight: 400;
  font-size:0.9em;
  background: #efefef;
}
.top_shinryoulist_4 td {
border: 1px solid #cdcdcd;
  padding: 5px;
  text-align: center;
  font-size:0.9em;
}
@media screen and (min-width:960px) {
.top_shinryoulist_4 th{
  padding: 10px 5px ;
}
.top_shinryoulist_4 td {
  padding: 10px 5px;
}
}
.table-wrap {
  overflow-x: scroll;
}

.shinryoujikan {
 width: 100%;
 text-align: left;
 border-collapse: collapse;
 border-spacing: 0;
 border-bottom: solid 1px #999;
 margin:2em 0 5em;
}
.shinryoujikan th {
 padding: 10px;
 border-top: solid 1px #999;
 text-align: left;
 width:9em;
}
.shinryoujikan td {
 padding: 10px;
 border-top: solid 1px #999;
 text-align: left;
}
