@charset "UTF-8";
/* 会社概要ページCSS Document */

/* h2とh3の指定はbase.css Document */
.companyBox h4{
	color: #20b2aa;
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.companyBox img{
	width:100%;
	max-width:700px;
}
.philosophy{
	font-size: 1.5rem;
	line-height: 3rem;
}
.companyBox .flexBox_four{
	margin-top:30px;
}

.companyBox .flexBox_four div img{
	width: 100%;
}
.companyBox .flexBox_four div a:hover img{
	filter: brightness(70%);
}
.companyBox .flexBox_four div a{
	text-decoration: none;
}
.companyBox .flexBox_four div p:hover{
	color:#708090;
}
.companyBox .googlemap{
	text-align: center;
}
.companyBox .googlemap iframe{
	width:100%;
	max-width: 864px;
	height: 400px;
}
.philosophy{
	font-size: 1.3rem;
	line-height: 2.6rem;
	margin: 50px 0;
}

/*表*/
table.company-01 {
    border-collapse:  collapse; /* セルの線を重ねる */
	margin: 10px auto;
	width: 80%;
}
table.company-01 th,td {
    border: solid 1px #ccc;  /* 枠線指定 */
    padding: 10px;      /* 余白指定 */
}
table.company-01 th{
	background-color: #fffaf0;
}
table.company-01 td{
	text-align: left;
}

/*沿革*/
.timeline {
    width: 80%;
    margin: 0 auto;
}

.timeline-list {
    padding: 40px 0;
}

.timeline-list-item {
    display: flex;
    line-height: 1.5;
    font-size: 16px;
}
.timeline-list-item .date {
    width: 15%;
    color: #888888;
    font-weight: bold;
}

.timeline-list-item .content {
    position: relative;
    width: 80%;
    padding: 0 20px 30px 30px;
    border-left: 1px solid #aaaaaa;
	text-align: left;
}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px; 
    width: 20px;
    height: 20px;
    background-color: #AB886D;
    border-radius: 10px;
}
/*編集基本方針*/
.policyBox{
	text-align: left;
	line-height: 2rem;
	margin-bottom: 50px;
}
.policyBox h4.policy-title-02{
	font-size: 1.2rem;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
.policyBox .big-text{
	font-size: 1.1rem;
}
.policyBox .disc{
	margin-left: 2.5rem;
}

/*ご注文について*/
.orderBox{
	text-align: left;
}
.orderBox h4{
	border-left:5px solid #AB886D;
	margin: 20px 0 10px;
	padding: 5px 10px;
	font-size: 1.2rem;
}
.orderBox ol li{
	padding-left: 2em;
}
.orderBox ol {
  list-style: none;
  padding-left: 0;
  display: table;
}
.orderBox ol li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
 
.orderBox ol li {
  display: table-row;
  counter-increment: table-ol;
  margin-bottom: 0.5em;
}
.orderBox ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
}
.orderBox a{
	color:#1e90ff;
	text-decoration: none;
}
.orderBox a:hover{
	color:#f08080;
}
table.order-fax {
    border-collapse:  collapse; /* セルの線を重ねる */
	margin: 10px auto;
	width: 85%;
}
table.order-fax th,td {
    border: solid 1px #ccc;  /* 枠線指定 */
    padding: 8px;      /* 余白指定 */
}
table.order-fax th{
	background-color: #fffaf0;
	text-align: center;
}
table.order-fax th.pdf-size{
	width:40%
}
table.order-fax td a:before {
    content: "\f1c1";
    font-family: "FontAwesome";
    margin-right: 10px;
}
/*サイトマップ*/
.sitemapBox {
	text-align: left;
}
.sitemapBox h3{
	font-size: 1.1rem;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.sitemapBox h4{
	font-size: 1.1rem;
	margin: 20px 0 5px;
}
.sitemapBox ul li{
	line-height: 2rem;
	list-style: none;
}
.sitemapBox ul li:before,
.sitemapBox h3:before{
	content: "\f0da";
    font-family: "FontAwesome";
  	color: #AB886D; /*アイコン色*/
	margin-right: 0.5rem;
}
.sitemapBox a{
	text-decoration: none;
}
.sitemapBox a:hover{
	color:#708090;
}
/*スマホ設定*/
@media screen and (max-width:767px) {
	table.company-01,
	table.order-fax{
		width: 100%;
	}
	.timeline{
		width: 100%;
	}
	.timeline-list-item .date {
		width: 25%;
	}
	.companyBox .philosophy{
		font-size: 1.3rem;
	}
}