@charset "UTF-8";

.page_biz{
  width: 1024px;
  margin: 0 auto 100px auto;
 text-align: center;
}

.page_biz a{
 color: #60c5dd;
 text-decoration:underline;
}

.page_biz a:visited{
  color: #60c5dd;
 text-decoration:underline;
}

.page_biz p{
 line-height: 1.8;
 text-align: left;
 padding:5px 0;
}

.page_biz h2{
 font-size: 1.8rem;
 padding: 2rem 0;
}

.page_biz h3{
     background: #E3F7F7;
    padding: 1rem 0;
    font-size: 1.2rem;
    width: 100%;
    color: #1992d5;
    margin: 2rem 0;
}

.page_biz .mtb10{
 margin: 10px 0;
}

.business_link{
 line-height: 1.8;
}

.page_biz .business_pic{
display: flex;
justify-content:space-around;
 margin: 0 0 50px 0;
}

.business_pic .group{
 width: 35%;
}


.business_pic .group a{
 border: 1px solid #EBEBEB;
 display: block;
 padding: 10px;
}


.business_pic .group .title{
 padding: 0.5rem 0;
 font-weight: bold;
    font-size: 1.1rem;
    color: #1e8097;
}

#main_img{
 display: flex;
justify-content:center;
 margin: 10px 0 20px 0;
}

#business_more_sub_title{
    font-size: 1.1rem;
    border: 1px dotted #C0C0C0;
    margin: 40px 0 20px 0;
    padding: 10px 0;
}

#main_img_sentence_business_more{
 text-align: left;
 line-height: 1.8;
 padding: 0 0 0 40px;
}
#main_img_sentence_business_more .bol_bol{
 font-weight: bold;
 font-size: 1.1rem;
 padding: 0 0 0.5rem 0;
 display: block;
 color: #1e8097;
}

#more_photo{
 display: flex;
 justify-content: center;
 flex-wrap:wrap;
}

#more_photo img{
 margin: 10px 5px;
}

.page_biz .print{
    display: flex;
    justify-content: center;
    align-items: center;
 margin: 20px 0 0 0;
}

.page_biz .print img{
 margin: 0 10px 0 0;
}

#table2,#table{
 width: 100%; 
 border-collapse:collapse;
 margin: 10px 0;
}

#table2 th,#table th{
 background:#E7E7E7;
 border: 1px solid #A2A2A2;
 padding: 5px;
 text-align: center;
}

#table2 td,#table td{
 border: 1px solid #A2A2A2;
 padding: 5px;
 text-align: center;
}

.page_biz #text_frame{
   text-align: left;
 padding: 1rem 0;
 color: rgba(243,0,4,1.00);
 line-height: 1.8;
}

