/* Common CSS */
/* _setting CSS */
/* ___________________PC layout */
@media print, screen and (min-width: 781px) {
  #content #greeting .greeting_inner {
    margin: 0 auto;
    padding: 15px 0 65px;
    width: 1000px;
  }
  #content #greeting .greeting_inner h2 {
    color: #1A1A1A;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  #content #greeting .greeting_inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
  }
  #content #greeting .greeting_inner .content .person {
    padding: 0 35px;
  }
  #content #greeting .greeting_inner .content .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #content #greeting .greeting_inner .content .text p {
    color: #3E3A39;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 30px;
  }
  #content #greeting .greeting_inner .content .text .name {
    margin-top: 50px;
    text-align: right;
  }
  #content #overview {
    margin: 0 auto;
    padding-bottom: 125px;
    width: 1000px;
  }
  #content #overview table {
    width: 100%;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 2;
  }
  #content #overview table tr {
    border-bottom: 1px solid #1A1A1A;
  }
  #content #overview table tr:nth-child(1) {
    border-top: 1px solid #1A1A1A;
  }
  #content #overview table tr th {
    background-color: #B51C07;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    width: 220px;
  }
  #content #overview table tr td {
    padding: 15px;
  }
  #content #overview table tr td a {
    color: #1A1A1A;
  }
  #content #overview table tr td.clients {
    padding-right: 0;
  }
  #content #overview table tr td .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content #overview table tr td .flex .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content #overview table tr td .flex .column .image img {
    vertical-align: bottom;
  }
  #content #overview table tr td .flex .column .text {
    color: #3E3A39;
    font-size: 13px;
    line-height: 1;
  }
}
/* ___________________SP layout */
@media screen and (max-width: 780px) {
  #content {
    padding-bottom: 25.64103vw;
  }
  #content #title.company {
    background-color: #B51C07;
    padding: 40px 0;
    text-align: center;
  }
  #content #title.company img {
    width: 28%;
  }
  #content #greeting .greeting_inner {
    padding: 40px 6%;
  }
  #content #greeting .greeting_inner h2 {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  #content #greeting .greeting_inner .content {
    margin-top: 30px;
  }
  #content #greeting .greeting_inner .content .person {
    text-align: center;
  }
  #content #greeting .greeting_inner .content .person img {
    margin-left: 30px;
    width: 40%;
  }
  #content #greeting .greeting_inner .content .text {
    margin-top: 30px;
  }
  #content #greeting .greeting_inner .content .text p {
    color: #3E3A39;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  #content #greeting .greeting_inner .content .text .name {
    text-align: right;
  }
  #content #overview {
    padding: 0 4.5%;
  }
  #content #overview table tr {
    display: block;
    padding: 10px 1.5%;
    border-bottom: 1px dotted #A0A0A0;
  }
  #content #overview table tr:first-child {
    border-top: 1px dotted #A0A0A0;
  }
  #content #overview table th {
    background-color: #B51C07;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    display: inline-block;
    padding: 3px 10px;
    text-align: left;
  }
  #content #overview table td,
  #content #overview table a {
    color: #3E3A39;
    font-size: 14px;
    line-height: 1.6;
  }
  #content #overview table td {
    display: block;
    margin: 10px 0 0 30px;
  }
  #content #overview table td.clients {
    margin: 20px 0 0;
  }
  #content #overview table td.clients .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content #overview table td.clients .flex .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #content #overview table td.clients .flex .column .text {
    color: #3E3A39;
    font-size: 12px;
    line-height: 1.5;
  }
  #content #overview table td.clients .flex .saison {
    width: 38%;
  }
  #content #overview table td.clients .flex .saison .image {
    width: 47%;
  }
  #content #overview table td.clients .flex .jcb {
    width: 25%;
  }
  #content #overview table td.clients .flex .jcb .image {
    width: 63%;
  }
  #content #overview table td.clients .flex .cedyna {
    width: 37%;
  }
  #content #overview table td.clients .flex .cedyna .image {
    width: 66%;
  }
  #content #overview table td.clients .flex .life_card {
    margin-top: 20px;
    width: 34%;
  }
  #content #overview table td.clients .flex .life_card .image {
    width: 35%;
  }
  #content #overview table td.clients .flex .mitsuisumitomo {
    margin-top: 20px;
    width: 44%;
  }
  #content #overview table td.clients .flex .mitsuisumitomo .image {
    width: 100%;
  }
  #content #overview table td.clients .flex .mitsuisumitomo .image img {
    height: 30px;
  }
  #content #overview table td.clients .flex .persona_card {
    margin-top: 20px;
  }
  #content #overview table td.clients .flex .persona_card .image {
    text-align: center;
  }
  #content #overview table td.clients .flex .persona_card .image img {
    width: 70%;
  }
}
