
@media screen and (max-width: 640px) {
.cc_grid_helf01  dl.flex_pricelist {
	border-bottom: none;
}
}



.googlemap {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
 
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.flex_access {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_access_txt {
display: block;
width: 48%;
}
.flex_access_pic {
display: block;
width: 48%;
}
.flex_access_map {
display: block;
width: 48%;
}

@media only screen and (max-width: 640px) {
.flex_access {
display: block;
}
.flex_access_txt {
width: auto;
margin-bottom: 20px;
}
.flex_access_pic {
display: block;
width: auto;
margin-bottom: 20px;
}
.flex_access_map {
width: auto;
}
}
.googlemap_access {
position: relative;
display: block;
min-height: calc(100%  - 50px);
height: calc(100%  - 50px);
overflow: hidden;
}
@media screen and (max-width: 640px){
.googlemap_access {
padding-bottom: 100%;
height: 0;
min-height: inherit;
}
}

.googlemap_access iframe {
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



table.table_access {
table-layout: auto;
width: 100%;
border: none;
background: none;
margin: 0 0;
padding: 0;
}
table.table_access tr {
margin: 0;
padding: 0;
border: none;
background: none;
}
table.table_access th,
table.table_access td {
margin: 0;
padding: 1em;
border: none;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background: none;
text-align: left;
    height: 6em;
	vertical-align: middle;
}
table.table_access th {
width: 170px;
font-weight: 700;
border-right: 1px solid #CCC;
padding-left: 0;
}
table.table_access.last {
border-bottom: 1px solid #CCC;
}
table.table_access.last_sp {
border-bottom: 1px solid #CCC;
}

@media only screen and (max-width: 1380px) {
table.table_access th {
padding-right: 0.5em;
}
table.table_access td {
padding-right: 0.5em;
}
table.table_access th {
width: 140px;
}
}
@media only screen and (max-width: 1280px) {
table.table_access th {
width: 140px;
}
}
@media only screen and (max-width: 1080px) {
table.table_access th {
width: 130px;
}
}
@media only screen and (max-width: 980px) {
table.table_access th {
width: 110px;
}
}

table.table_access td {
vertical-align: middle;
}
table.table_access td p {
display: block;
margin: 0;
}

@media only screen and (max-width: 640px) {
table.table_access {
margin: 0 0;
}
table.table_access th,
table.table_access td {
display: block;
padding: 0.25em 1em;
border: none;
border-top: none;
border-bottom: 1px solid #CCC;
background: none;
text-align: left;
    height: auto;
padding-left: 0;
}
table.table_access th {
width: auto;
border-right: none;
border-bottom: 1px dotted #CCC;
}
table.table_access td {
 display: flex;
  flex-direction: column;
width: 100%;
vertical-align: middle;
text-align: left;
align-content: flex-start;
align-items: left;
padding-left: 0;
margin-bottom: 1em;
    height: auto;
	min-height: 4em;
}


table.table_access.last_sp {
border: none;
}
}


.box_manager {
display: block;
padding-bottom: 32px;
border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 640px){
.box_manager {
padding-bottom: 24px;
}
}




.manager_box_half {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
}

.manager_pic_half {
    grid-column: span 6 / span 6;
}

.manager_txt_half {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
}


@media screen and (max-width: 640px){
.manager_box_half {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
.manager_pic_half {
    grid-column: span 12 / span 12;
}

.manager_txt_half {
    grid-column: span 12 / span 12;
}
}







.manager_box {
  display: grid;
  gap: 32px;
  grid-template-columns: [m_pic] 32% [m_txt] 1fr;
}

.manager_box > .manager_pic {
  grid-column: m_pic;
}

.manager_box > .manager_txt {
  grid-column: m_txt;
}


@media screen and (max-width: 640px){
.manager_box {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
.manager_box > .manager_pic {
  grid-column: 1 / -1;
  width: 64%;
  margin: 0 auto;
}

.manager_box > .manager_txt {
  grid-column: 1 / -1;
}
}

ul.list_manager_name {
margin: 0;
padding: 0;
margin-bottom: 16px;
}
@media screen and (max-width: 640px){
ul.list_manager_name {
margin-bottom: 8px;
}
}

ul.list_manager_name li {
position: relative;
text-box-trim: trim-both;
list-style: none;
margin: 0;
padding: 0.1em 0;
padding-bottom: 0.05em;
line-height: 1.2;
padding-left: 7px;
font-weight: 700;
border-left: 7px solid #0236df;
background: transparent;
}


ul.list_manager_name li:nth-child(n+2) {
margin-top: 4px;
}


h5.point_title {
    position: relative;
    padding: 0 0;
	padding-left: 14px;
	line-height: 1.0;
  font-weight: 400;
	margin-bottom: 16px;
}
h5.point_title::before {
position: absolute;
	content: "";
	display: block;
	margin: 0;
    padding: 0 0;
    border-left: 7px solid #2589d0;
left: 0;
	width: 1em;
	height: 0.9em;
	letter-spacing: 0;
	line-height: 1.0;
}


.manager_history {
  display: grid;
  gap: 16px;
  grid-template-columns: [year] 9em [cont] 1fr;
}

.manager_history > .manager_history_year {
  grid-column: year;
  font-weight: 700;
}

.manager_history > .manager_history_txt {
  grid-column: cont;
}

@media screen and (max-width: 640px){
.manager_history {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
}
.manager_history > .manager_history_year {
  grid-column: 1 / -1;
  border-bottom: 1px dotted #CCC;
  padding: 0;
}

.manager_history > .manager_history_txt {
  grid-column: 1 / -1;
}
}


/************************************
** ボックス
************************************/
.flex_manager {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_manager_txt {
width: calc(100% / 2 - 8px);
display: block;
}
.flex_manager_pic {
width: calc(100% / 2 - 8px);
display: block;
}
.flex_manager_pic.order2 {
order: 2;
}
.flex_manager_pic img {
display: block;
max-width: 100%;
}

@media screen and (max-width: 640px) {
.flex_two {
display: block;
}
.flex_manager_txt,
.flex_manager_pic {
width: auto;
min-height: 286px;
}
.flex_two_box:nth-child(n+2) {
margin-top: 8px;
}
}





/************************************
** 沿革
************************************/


.timeline {
  position: relative;
  margin-left: 8px;
  border-left: 2px solid orange;
  padding-left: 1rem;
  padding-top: 0;
  margin-top: -10px;
  text-box-trim: trim-both;
}

.timeline-item {
  position: relative;
  margin-block: 2rem;
  text-box-trim: trim-both;
}

.timeline-date {
  font-weight: bold;
  color: #555;
}

.timeline-content {
  margin-top: 0.5rem;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -1.55rem;
  top: 0rem;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid orange;
  border-radius: 50%;
}



.history {
    position: relative;
    margin: 0 auto;
    padding: 0 0;
	padding-left: 8px;
}


.history:before {
    content: "";
    width: 1px;
    height: 100%;
    background: orange;
    position: absolute;
    transform: translateX(-50%);
}

.history .history__item {
    position: relative;
    display: flex;
    padding: 0 0 16px 16px;
}


.history .history__item:before {
    content: "";
    width: 8px;
    height: 8px;
    background: orange;
    position: absolute;
    border-radius: 50%;
    left: 0;
    transform: translateX(-50%);
}

.history .history__item:last-child {
    padding-bottom: 15px;
}

.history .history__item:last-child:after {
    content: "";
    width: 6px;
    height: 6px;
    background: none;
    position: absolute;
    transform: translateX(-50%) rotate(-45deg);
    border-left: 1px solid orange;
    border-bottom: 1px solid orange;
    bottom: 0;
    left: 0;
}

.history .history__inner {
    max-width: inherit;
}

.history .history__text {
    padding-top: 8px;
}