@charset "utf-8";

@media screen and (max-width:768px){
	.align-center {
	max-width: 100%;
	margin: 0 auto;
}
}

@media screen and (max-width:1080px) and (min-width:768px){
	.align-center {
	max-width: 80%;
	margin: 0 auto;
}
}

@media screen and (min-width:1080px){
	.align-center {
	max-width: 60%;
	margin: 0 auto;
}
}

body{
	background: #FFFFFF;
}

h1{
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #295890;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
	font-size: 3vw;
}

h2{
    padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
    color: #494949;/*文字色*/
    background: #f4f4f4;/*背景色*/
    border-left: solid 5px #295890;/*左線*/
    border-bottom: solid 3px #d7d7d7;/*下線*/
    font-size: 1.5vw;
}

table.company {
width: 90%;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 12px;
}

table.company th,
table.company td {
padding: 10px;
}

table.company th {
background: #295890;
vertical-align: middle;
text-align: left;
width: 150px;
overflow: visible;
position: relative;
color: #fff;
font-weight: normal;
font-size: 15px;
}

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: #295890;
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;
}


footer{
    width: 100%;
    height: 100px;
    background-color: #295890;
    color: white;
    text-align: center;
}
ul.footer-menu li {
display: inline;
}

