@charset "UTF-8";
/* CSS Document */
/* ************************************************************
会社概要
************************************************************ */
#company{
	width: 100%;
	margin: 0 auto;
	padding: 5% ;
}

table{
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 700px;
}

table th,table td{
  padding: 20px 0;
  text-align: center;
  border-top: solid 1px #171c61;
  border-bottom: solid 1px #171c61;
  font-size: 15px;
}
table th{
  width: 25%;
  text-align: center;
}
table td{
  text-align: left;
  line-height: 1.6;
}
/* ▼▼▼▼▼▼▼▼MaxWidth1400(pc)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1400px) {
 /* ************** */
#company{
	padding: 10% 5% ;
}
 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth1024(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1024px) {
 /* ************** */

 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth758(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 768px) {
 /* ************** */
table{
  width: 90%;
  margin: 0 auto;
}
table th,table td{
  font-size: 14px;
}
 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth550(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 550px) {
 /* ************** */
table th{
  width: 20%;
}
 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 480px) {
 /* ************** */
#company{
	padding: 15% 5% ;
}
table tr{
  border-top: solid 1px #171C61;
  border-bottom: solid 1px #171C61;
}

table th,table td{
  display: block;
  border-top: none;
  border-bottom: none;
}
	
table th{
  width: 100%;
  text-align: center;
  padding: 15px 0 0;
}
table td{
  padding: 0 1% 15px;
  text-align: center;
}

 /* *************** */
}


/* ************************************************************
access
************************************************************ */
#access{
	margin:0 auto ;
	width:100%;
	padding: 5%;
	background-color: #F2F2F2;
	}
#access .title{
	margin:0 auto ;
	width:100%;
	}
#access .title p:nth-child(1){
	margin:0 auto ;
	width:100%;
	font-family: 'Crimson Text', serif;
	font-size: 50px;
	}
#access .title p:nth-child(2){
	margin:0 auto ;
	width:100%;
	padding-top: 10px;
	font-size: 20px;
	border-top: 2px solid #171c61;
	max-width: 100px;
	}
#access .p01{
	margin:0 auto ;
	width:100%;
	padding-top: 20px;
	font-size: 14px;
	}
#access ul{
	width: 100%;
	margin: 0 auto;
	padding: 5% 0;
	max-width: 1300px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
#access ul li{
	width: 30%;
}

/* ▼▼▼▼▼▼▼▼MaxWidth1024(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1024px) {
 /* ************** */
#access{
	padding: 10% 5%;
	}

 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth900(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 900px) {
 /* ************** */

 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth768(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 768px) {
 /* ************** */
#access .title p:nth-child(1){
	font-size: 40px;
	}
#access .title p:nth-child(2){
	padding-top: 10px;
	font-size: 14px;
    border-top: 1px solid #171c61;
	max-width: 80px;
	}
#access ul li{
	width: 100%;
	padding: 5%;
}
 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 480px) {
 /* ************** */


 /* *************** */
}
