@charset "utf-8";

/* ========================================
profile.css
------------------------------------------

======================================== */

/* ---------------------------------------- 

 - body
 
---------------------------------------- */

/* ---------------------------------------- 

 - #container
 
---------------------------------------- */

/* ---------------------------------------- 

 - #Contents
 
---------------------------------------- */

/* ---------------------------------------- 

 - #Main
 
---------------------------------------- */
#Contents #Main {
    background: #fff url("../images/profile_main_bg.jpg") top center no-repeat;
    background-size: auto;
}
#Contents #Main .wrapper {
    overflow: visible; 
}
@media screen and (max-width: 768px) {
#Contents #Main {
    background-image: none;
    background-size: 100%;
}
}
/* ---------------------------------------- 

 - .section共通
 
---------------------------------------- */
#Contents .section {
    width: 100%;
    margin-top: 0;
    /*margin-bottom: 190px;*/
    
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
#Contents .section img {
    width: 100%;
    height: auto;
}

/*table*/
#Contents .section .wrapper .table > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#Contents .section .wrapper .table > dl > dt {
    /*width: 4em;*/
    width: 5em;
    margin-right: 1em;
    /*padding-bottom: 1em;*/
    text-align-last: justify;
}
#Contents .section .wrapper .table > dl > dd {
    padding-left: 1em;
    /*padding-bottom: 1em;*/
    border-left: #000 solid 1px;
}
#Contents .section .wrapper .table > dl dl.child {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#Contents .section .wrapper .table > dl dl.child dt {
    width: 5em;
    margin-right: 1em;
}
#Contents .section .wrapper .table > dl > dd ul li {
    padding-left: 1em;
    margin-left: -1em;
    margin-bottom: 0.5em;
}
#Contents .section .wrapper .table > dl > dd ul li::before {
    content: "・";
}
#Contents .section .wrapper .table > dl > dd > span.icon {
    display: inline-block;
    position: relative;
}
#Contents .section .wrapper .table > dl > dd > a.icon {
    display: inline-block;
    line-height: 1.5;
    margin-left: 1rem;
    vertical-align: top;
    width: 68px;
}

@media screen and (max-width: 768px) {
#Contents .section .wrapper .table > dl {
    display: block;
    margin-bottom: 50px;
}
#Contents .section .wrapper .table > dl > dt {
    width: 100%;
    margin-right: 0;
    padding-bottom: 1em;
    font-weight: bold;
    text-align-last: left;
}
#Contents .section .wrapper .table > dl > dd {
    padding-left: 0;
    padding-bottom: 0;
    border-left: none;
    display: block;
}
#Contents #CompanyProfile.section .wrapper .table > dl > dt {
    border-bottom: solid 1px #000;
}
#Contents .section .wrapper .table > dl > dd ul li {
    font-size: 1.4rem;
}
#Contents .section .wrapper .table > dl > dd ul li {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0.5em;
}
}
/* ---------------------------------------- 

 - #CompanyProfile
 
---------------------------------------- */
/*.table.profile*/
#Contents #CompanyProfile .wrapper .profile {
    margin-top: 4rem;
    font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
#Contents #CompanyProfile .wrapper .profile > dl > dt {
    border-bottom: solid 1px #000;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}
}
/* ---------------------------------------- 

 - #CompanyHistory
 
---------------------------------------- */
#Contents #CompanyHistory {
    margin: 4rem 0 0;
}
#Contents #CompanyHistory .wrapper {
    
}
/*.history.table*/
#Contents #CompanyHistory .wrapper .history.table {
    font-size: 2.1rem;
    margin-top: 1.5em;
}
#Contents #CompanyHistory .wrapper .history.table > dl > dt {
    width: 8em;
    margin-right: 1em;
}
@media screen and (max-width: 768px) {
#Contents #CompanyHistory {
    margin: 3rem 0 0;
}
#Contents #CompanyHistory .wrapper .history.table > dl > dt {
    width: 100%;
    margin-right: 0;
    border-bottom: solid 1px #000;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
}
/* ---------------------------------------- 

 - #CompanyPermission
 
---------------------------------------- */
#Contents #CompanyPermission {
    margin: 4rem 0 10rem;
}
#Contents #CompanyPermission .wrapper {
    
}
/*.history.table*/
#Contents #CompanyPermission .wrapper .history.table {
    font-size: 2.1rem;
    margin-top: 1.5em;
}
#Contents #CompanyPermission .wrapper .history.table > dl > dt {
    width: 13em;
    margin-right: 1em;
    text-align-last: left;
}
@media screen and (max-width: 768px) {
#Contents #CompanyPermission {
    margin: 3rem 0 5rem;
}
#Contents #CompanyPermission .wrapper .history.table > dl > dt {
    width: 100%;
    margin-right: 0;
    border-bottom: solid 1px #000;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
}




