@charset "UTF-8";

/* -------------- 概要・役員リスト -------------- */
.profile__list > li{ margin-bottom: 1em;}
.profile__list > li > dl{
	display: flex;
	flex-wrap: wrap;
	padding: 0.6em 0 0.6em 0.6em;
	border-bottom:solid 1px #ddd;
    border-left: solid 0.4em #7d0000;
	line-height: 1.4;
}
.profile__list__ttl{ 
	min-width: 12em;
	margin-right: 1em;
    font-weight: bold;
}
.profile__list__info{
    flex-grow: 1;
}
.profile__list__info__office li{
    border-bottom:solid 1px #ddd;
    margin-bottom: 1.2em;
    padding-bottom: 0.6em;
    width: 100%;
}
.profile__list__info__office li:nth-last-of-type(1){ border-bottom: none;}
.profile__list__info__office__name{
    font-weight: bold;
    margin-bottom: 0.3em;
}
.profile__list__info__office__name::before{
    content: "■";
    color: #7d0000;
}
.profile__list__info__office__adress{
    margin-bottom: 0.6em;
}
.profile__list__info__office__link.btn_more-view{
    position: relative;
    right: auto;
    margin-bottom: 0.6em;
}
.profile__list__info__office__link.btn_more-view a{
    width: 20em;
    margin: 0;
}
.profile__list__info__map{
  width: 100%;
  line-height: 0;
  font-size: 0;
  margin-top:20px;
  margin-bottom: 20px;

}
.profile__list__info__map iframe {
  width: 100%!important;
  height: 400px;
   -webkit-filter: grayscale(.4);
    filter: grayscale(.4);
}
@media screen and (max-width: 950px) {
    .profile__list__ttl{ width: 100%;}
    .yakuin .profile__list__ttl{ min-width: 10em; width: 10em;}
    .profile__list__info__office{ margin-top: 1em;}
    .profile__list__info__office__link.btn_more-view a{ width: 100%;}
}

/* -------------- 組織図 -------------- */
.soshiki__main{ text-align: center;}
.soshiki__main img{
    width: 595px; height: auto;
}
@media screen and (max-width: 690px) {
    .soshiki__main img{ width: 100%;}
}

/* -------------- 沿革 -------------- */
.history__list > li{ margin-bottom: 1em;}
.history__list > li > dl{
	display: flex;
	/* flex-wrap: wrap; */
	padding: 0.6em 0 0.6em 0.6em;
	border-bottom:solid 1px #ddd;
    border-left: solid 0.4em #7d0000;
	line-height: 1.4;
}
.history__list__year{
    min-width: 4.0em;
    margin-right: 0.5em;
    font-weight: bold;
}
/* .history__list__info{
    flex-grow: 1;
} */
.history__list__info > div{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.8em;
}
.history__list__info > div:nth-last-of-type(1){ margin-bottom: 0;}
.history__list__info__month{
    min-width: 3em;
	margin-right: 1em;
    font-weight: bold;
}
@media screen and (max-width: 950px) {
    .history__list__info__main{ width: 100%;}
}

/* -------------- 財務 -------------- */
.zaimu__list li{
    margin-bottom: 1.4em;
    position: relative;
}
.zaimu__list li::before{
    background: -moz-linear-gradient(left,  rgba(125,0,0,0) 0%, rgba(125,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(125,0,0,0)), color-stop(100%,rgba(125,0,0,1)));
    background: -webkit-linear-gradient(left,  rgba(125,0,0,0) 0%,rgba(125,0,0,1) 100%);
    background: -o-linear-gradient(left,  rgba(125,0,0,0) 0%,rgba(125,0,0,1) 100%);
    background: -ms-linear-gradient(left,  rgba(125,0,0,0) 0%,rgba(125,0,0,1) 100%);
    background: linear-gradient(to right,  rgba(125,0,0,0) 0%,rgba(125,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007d0000', endColorstr='#7d0000',GradientType=1 );
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    /* transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 400ms; */
}
.zaimu__list li::after{
	content: "";
	display: block;
	position: absolute;
    bottom: 2px; right: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 1.3em 0.6em 0;
	border-color: transparent transparent #7d0000 transparent;
    /* transform: translate(-100%, 0);
    transition: transform 400ms; */
}
.zaimu__list li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0.5em;
}
.zaimu__list li a .sub{
    font-size: 88%;
    line-height: 1.4;
    color: #555;
}
.zaimu__list li a::before{
    content: "";
    display: block;
    width: 1.8em;
    height: 1.8em;
    background: url("../../img/icn_pdf.svg") no-repeat 0 center;
    background-size: contain;
    margin-right: 0.5em;
}
.zaimu__list li a:hover,
.zaimu__list li a:hover .sub{ color: #888;}
.zaimu__list li a dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc( 100% - 4em);
}
/* -------------- 国内ネットワーク -------------- */
.fns__main,
.overseas__main{ text-align: center;}
.fns__main img,
.overseas__main img{
    width: 690px; height: auto;
}
@media screen and (max-width: 830px) {
    .fns__main img,
    .overseas__main img{ width: 100%;}
}
.fns__main__link.btn_more-view{
    position: relative;
    right: auto;
    margin-top: 1em;
    margin-bottom: 0.6em;
}
.fns__main__link.btn_more-view a{
    width: 20em;
    margin: 0 auto;
}
/* -------------- 海外ネットワーク -------------- */
.overseas__list{
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.5em;
    line-height: 1.4;
}
.overseas__list li{
    flex-shrink: 0;
    width: 48%;
    border-bottom: solid 1px #aaa;
    padding-bottom: 1.5em;
    margin-bottom: 1.6em;
}
.overseas__list__info__ttl{
    font-weight: bold;
    margin-bottom: 0.4em;
    border-left: solid 0.4em #7d0000;
    padding: 0 0 0 0.6em;
}
.overseas__list__info__adress{ margin-bottom: 0.4em;}
.overseas__list__info__tel,
.overseas__list__info__fax{
    display: flex;
    align-items: center;
    margin-bottom: 0.2em;
}
.overseas__list__info__tel::before,
.overseas__list__info__fax::before{
    content: "TEL";
    background-color: #7d0000;
    color: #fff;
    padding: 0 0.3em;
    margin-right: 0.3em;
}
.overseas__list__info__fax::before{ content: "FAX";}
@media screen and (max-width: 768px) {
    .overseas__list li{ width: 100%;}
}
