 /* CSS Document */

.stratBody {
    font-size: 1.2rem;
}

.stratTitle {
    margin-left: 1.25rem;
    border-left: 7px solid #094b83
}

.stratTitle span {
    display: inline-block;
}


.stratTitle h3 {
    padding-left: 0.6rem;
    margin-right: 20px;
    font-size: 1.8rem;
    color: #094b83;
    text-align: left;      
}


@media (max-width: 992px) {
 .stratTitle h3  {
    font-size: 1.6rem;
  }
}


@media (max-width: 768px) {
           .stratTitle h3{
        font-size: 1.4rem;
    }
}

@media (max-width: 580px) {
           .stratTitle h3{
        font-size: 1.3rem;
    }
    .stratTitle {
        margin-left: 0.5rem;
    }
}

@media (max-width: 512px) {
        .stratTitle h3{
        font-size: 1.25rem;
    }
    .stratTitle {
        margin-left: 0.4rem;
    }
 .stratBody {
    font-size: 1rem;
}
}

@media (max-width: 414px) {
     .stratTitle h3{
        font-size: 1.15rem;
    }
}


@media (max-width: 375px) {
     .stratTitle h3{
        font-size: 1rem;
    }
    .stratBody {
    font-size: 0.95rem;
}
}



@media (max-width: 320px) {
    .stratTitle h3{
        font-size: 0.9rem;
        margin-left: 0rem;
    }
    .stratTitle {
        margin-left: 0rem;
    }

.stratBody {
    font-size: 0.9rem;
}
}

/* イントロコピーのサイズ調整 */

.corpoIntro-h {
    display: inline-block    
}

.corporateIntro {
    font-size: 1.8rem;
    line-height: 1.4;
    padding-bottom: 0;
}


@media (max-width: 1040px) {
  .corporateIntro {
    font-size: 1.7rem;
    }
}

@media (max-width: 840px) {
  .corporateIntro {
    font-size: 1.6rem;
    }
}

@media (max-width: 662px) {
  .corporateIntro {
    font-size: 1.5rem;
    }
}

@media (max-width: 624px) {
  .corporateIntro {
    font-size: 1.3rem;
    }
}

@media (max-width: 561px) {
  .corporateIntro {
    font-size: 1.2rem;
    line-height: 1.3;
    }
}

@media (max-width: 375px) {
  .corporateIntro {
    font-size: 1.1rem;
    line-height: 1.4;
    } 
}

@media (max-width: 320px) {
  .corporateIntro {
    font-size: 0.93rem;
    line-height: 1.4;
    }
}



.historyIntro {
    font-size: 1.2rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
  .historyIntro {
    font-size: 1.15rem;
    line-height: 1.4;
    }
}

@media (max-width: 568px) {
  .historyIntro {
    font-size: 1.1rem;
    line-height: 1.4;
    }
}

@media (max-width: 375px) {
  .historyIntro {
    font-size: 1rem;
    line-height: 1.4;
    }
}

@media (max-width: 320px) {
  .historyIntro {
    font-size: 0.9rem;
    line-height: 1.4;
    }
}

/* 沿革のテーブル関連 */


.tab-title {
    font-weight: 600;
    font-size: 1.2rem;
    padding: 0.5rem
    border: 3px solid #094b83;
}

.tab-title a:link { color: #078e01; }
.tab-title a:visited { color: #078e01; }
.tab-title a:hover { color: #05d16a; text-decoration: none; }
.tab-title a:active { color: #00ff62; }

@media (max-width: 630px) {
	.tab-title {
		font-size: 0.9rem;
	}
    .tab-content {
        font-size: 0.9rem;
    }
    .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (max-width: 360px) {
	.tab-title {
		font-size: 0.8rem;
	}
    .tab-content {
        font-size: 0.9rem;
    }
    .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.fiscal-year {
    display: inline-block;
}

.fiscal-year span {
    display: inline-block;
}

.historyTable {
    padding: 1rem 1rem 0 1rem;
}

.historyTable th {
    width: 180px;
}


.historyPhoto p {
    margin-top: 3px;
    text-align: left;
    line-height: 1.2rem;
    border-top: 1px;
}

@media (max-width: 675px) {
	.tab-content .gengo-year {
		font-size: 0.8rem;
	}
    .historyTable th {
    width: 110px;
    }
}

@media (max-width: 575px) {
	.tab-content .gengo-year {
		font-size: 0.65rem;
	}
   .historyTable th {
    width: 94px;
    }
    .historyTable h4 {
        font-size: 1.3rem;
    }
}

@media (max-width: 360px) {
   .historyTable th {
    width: 87px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    }
    .historyTable td {
    width: 230px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    }
    .historyTable h4 {
        font-size: 1.2rem;
    }
}

/* 沿革の写真関連調整 */


@media (max-width: 575px) {
	.figure-img {
        padding: 4px 10px 4px 10px;
    }
}

@media (max-width: 360px) {
   .figure-img {
        font-size: 1.2rem;
    }
}

/* 国内事業所紹介 */



.locationTitle h3 {
    border-left: 5px solid #0a9825;
    padding-left: 0.6rem;
    font-size: 1.8rem;
    color: #2f8800;
    text-align: left;      
}


.domestic h3 {
    font-size: 1.9rem;
        color: #2f8800;
}

.domestic th, td {
    font-size: 1.1rem;
    border: none;
}

.domestic span {
    display: inline-block;
}

.domestic .table td {
    border: none;
}


.domestic .table th {
    border-bottom: 1px solid #7fe24b;
}

tr.tblMid {
    border-top: 3px dotted #2f8800;
}

.domestic .table {
    border-top: 2px solid #2f8800;
    border-bottom: 2px solid #2f8800;
}

p.localAdd {
    padding-left: 3.5rem;
    text-indent: -3.5rem;
    margin-bottom: 0;
}

th.locName {
    width: 18%;
     background-color: #dffde4;
}

td.locItem {
    padding-right: 0;
    text-align: right;
    white-space: nowrap;
    width: 10%;
}

td.locContents {
    padding-left: 0;
    padding-right: 0;
}

td.locMap { 
    text-align: center;
    vertical-align: middle;
    background-color: #c7f7d0;
    width: 16%; 
}


@media (max-width: 568px) {
.locationTitle h3 {
     font-size: 1.4rem;  
    } 
.domestic h3 {
    font-size: 1.4rem;
}
.domestic th, td {
    font-size: 0.9rem;
}
th.locName {
    padding-right: 0;
    padding-left: 8px;
    width: 23%;
}
td.locMap {
    padding-right: 5px;
    padding-left: 5px;
    width:9%;   
    }
    
}

@media (max-width: 358px) {
.locationTitle h3 {
     font-size: 1.2rem;  
    } 
.domestic h3 {
    font-size: 1.4rem;
}
.domestic th, td {
    font-size: 0.6rem;
}
th.locName {
    padding-right: 0;
    padding-left: 0;
    width: 6%;
}
td.locMap {
    padding-right: 5px;
    padding-left: 5px;
    width:9%;   
    }
    
}

/* 海外事業所紹介 */

.overseas h3 {
    font-size: 1.4rem;
        color: #2f8800;
}

.countryName {
    border-bottom: 2px solid #2f8800;
    margin-bottom: 10px;
}

.eName {
    font-weight: 700;
    margin-bottom: 1rem;
}

.locBlock {
    border-bottom: 2px solid #2f8800;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.addBlock {
    padding-left: 3rem;
    text-indent: -3rem;
    padding-bottom: 2rem;
}

.bizLines {
    color: #2f8800;
}

.isoCf {
    color: #0c9627
}

/* GoogleMaps 長生*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ボディコピーの※マーク補足説明 */
p.bodyExplain {
    color: #be4a16;
    font-size: 1rem;
    line-height: 1.4rem;
}

p.bodyExplain  {
    text-indent: -0.65rem;
    padding-left: 1rem;
}

@media (max-width: 414px) {
p.bodyExplain {
    font-size: 0.9rem;
    text-indent: -0.5rem;
    padding-left: 1rem;
}
}
