@charset "UTF-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,body {
	margin: 0;
	padding: 0;
}

body{
    font-size: 1.8em;
    font-family: serif,'arial unicode ms' ,"Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体","メイリオ", "Meiryo",sans-serif;
	background: white;
	color:#464646;
	font-weight: 500;
	line-height: 1.6;
}

header,section,footer{display: block;}

h1,h2,a,p,em,ul,li,
div,section,header,hgroup,
footer,img,table,
tbody,tfoot,thead,tr,th,td
 {
	border: 0;
	margin: 0;
	padding: 0;
}

img {vertical-align: top;}

ul{list-style: none;}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

th,td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;}


.inner {
	margin: 0 auto;
	max-width: 100%;
	padding: 80px 0;
	padding-top: 50px;
	width: 1083px;
}

.title {
    color: #494949;
     background: #f4f4f4;
     border-left: solid 8px #7db4e6;
     border-right: solid 8px #7db4e6;
     border-bottom: solid 3px #d7d7d7;
     padding: 10px 5px;
	font-size: 60px;
	font-weight: 700;
	position: relative;
    text-align: center;
    width:90%;
    margin: auto;
     margin-bottom:40px;
}

.title2{
	font-size: 3rem;
	font-weight: 700;
	padding-bottom:10px;
	position: relative;
    text-align: center;}
    

.title2::after {
	-webkit-transform: translate(-50%);
	background:#464ada;
	bottom: 0;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
    width: 80px;}
   


.headerlogo{text-align: center;}

  #company{
        font-size: 1.5rem;
        margin: auto;
        margin-top:2rem;
        width:95%;}

#company tr{
  border-bottom: solid 2px white;
}

#company tr:last-child{
  border-bottom: none;
}

#company th{
  position: relative;
  width: 30%;
  background-color: skyblue;
  color: white;
  text-align: center;
  padding: 10px 0;

}

#company th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid skyblue;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#company td{
  text-align: left;
  width: 80%;
  background-color: #eee;
  padding: 10px;
  padding-left: 25px;
}



.list{   
    list-style: none;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0px;
    padding: 0px;
    width: 100%;
}


.list li{
     color: #2d8fdd;
     color:black; 
     border-left: solid 6px #2d8fdd;/*左側の線*/
     background: #f1f8ff;/*背景色*/    
     margin: 1px;
     padding: 5px;
     text-align: center;
     width: 80%;
}


#capacity {
    border-collapse: collapse;
    width: 95%;
    padding-left: 20px;
    margin-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
     }


#capacity th.t_top {
    border-top: #1032c9 4px solid;
    padding-top: 10px;}

#capacity td.t_top {
    border-top: #b3b3b3 4px solid;}

#capacity th {
border-bottom-color: #e3e3e3 1px dotted;
    text-align: left;
    font-weight: normal;}
    
#capacity td {
border-bottom-color: #e3e3e3 1px dotted;
text-align-last: left;
    padding: 10px;}
    
#capacity tr:hover {
    background: #3D80DF;
    color: #FFFFFF;}




.contents-wrap {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin:2rem;
}

.reform {
	margin-bottom: 5px;
	padding: 2px;
	width: 32%;
    background-color:#fefefe;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);   
}

.reform img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
    height: auto;
}


.reform h2 {    
     font-size: 1.5rem;
     color: #494949;
     text-align: center;
     padding: 10px 0;
     margin-bottom: 10px;}


footer{height: 60px;
       margin: 0;
       text-align:center;
       font-size:15px;
       }



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

       body{font-size: 16px;}

       #company,#capacity {
    font-size: 1rem;}


    	.inner, .inner2 {
        padding-top: 36px;}
 
        
        .title2,.title{font-size:2rem;}
    
        .title2::after{height: 3px;}

        #pr{padding-bottom: 10px;}
    
       .contents-wrap {flex-direction: column;
        margin: 2rem;}

    .reform {
       margin: auto;
       width: 80%;
       margin-bottom: 30px;}

      .reform h2{
        padding: 20px 0;}

}


@media (max-width:680px) {

    body{font-size: 14px;}

     .listpic-img {display: none;}

     .list{width:90%;
    margin: auto;}

    #capacity{margin:auto;}
}


@media (max-width:480px) { 

     body{font-size: 14px;}

     #company{width:90%}

    #company,#capacity {
    font-size: 1em;}

.reform{width:100%}
 
.reform h2{font-size:1.2rem;
    padding: 10px 0;}


.reform img {
	margin-bottom: 10px;
}
}







