/* original */

#message_top{
  background-image:
  url('../images/company/message/message_top_back.jpg');
  background-position: center;
  background-repeat: no-repeat;
  width:1164px;
  height:532px;
  margin:auto;
 }

 #message_top_cover{
   background-image:
   url('../images/company/message/message_top_back_02.jpg');
   width:100%;
   margin:auto;
   display:block;
  }

.top_message{
  width:500px; /* width:400px; */
  padding: 105px 0 0 200px; /* padding: 105px 0 0 221px; */
}

.top_message h2.sectTit{
  font-size:3.8rem; /* font-size:4rem; */
  font-weight:bold;
}

.top_message p.profile{
  padding-top:70px;
  font-size:18px;
}

.top_message p.position{
  font-size:18px;
}

.top_message p.name{
  padding-top:20px;
}

.top_sp{
  display:none;
}

.top_sp_img{
  width:100%;
}

.top_sp_copy{
  padding:20px 0 0 20px;
}

.top_sp .sectTit
{
    font-weight: bold;
    line-height: 1.5;
    font-size:2.5rem;
}

.top_sp p.profile
{
  padding-top:15px;
}

.top_sp p.name
{
  padding-top:15px;
}

/*
****************************/
#Contents .inner .contWrap .messageSect .sectMain .thumb
{
    background-color: #f3f3f5;
}

#Contents .inner .contWrap .messageSect .sectMain .sectTit
{
    font-weight: bold;
    line-height: 1.5;
}


/* Update 2019/5/29, Added to 2019/5/16 */
.pr_contents {
    
    }

.pr_detail {
    margin-top: 5em;
    margin-left: auto;
    margin-right:auto;
    
    }

.pr_detail a img {
    border:1px solid #dcdcdc;
    box-sizing:border-box;
    }

.pr_detail a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    }

.pr_detail p {
    text-align: left;
    margin-top: 1em;
    font-size: 1em;
    }




@media all and (min-width: 769px), print
{
    #Contents .inner .contWrap .messageSect
    {
        min-height: 390px;

        background: url('../images/company/message/message_img01-pc.jpg') no-repeat #f3f3f5;
    }
    #Contents .inner .contWrap .messageSect .sectMain
    {
        padding: 100px 30px 10px 470px;
    }
    #Contents .inner .contWrap .messageSect .sectMain .sectTit
    {
        font-size: 30px;
        font-size: 3rem;
    }
    #Contents .inner .contWrap .messageSect .sectMain .profile
    {
        font-size: 16px;
        font-size: 1.6rem;

        margin-top: 55px;
    }
    #Contents .inner .contWrap .messageSect .sectMain .position
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #Contents .inner .contWrap .messageSect .sectMain .name img
    {
        width: 135px;
    }
}

@media only screen and (max-width: 768px)
{

    #message_top_cover{
      display:none;
    }

    .top_sp{
      display:block;
      padding:0;
    }

    #Contents .inner .contWrap .messageSect
    {
        padding-bottom: 25px;
    }
    #Contents .inner .contWrap .messageSect .sectMain .thumb
    {
        text-align: center;
    }
    #Contents .inner .contWrap .messageSect .sectMain .sectTit
    {
        font-size: 20px;
        font-size: 2rem;

        margin-top: 20px;
    }
    #Contents .inner .contWrap .messageSect .sectMain .profile
    {
        font-size: 15px;
        font-size: 1.5rem;

        margin-top: 20px;
    }
    #Contents .inner .contWrap .messageSect .sectMain .position
    {
        font-size: 12px;
        font-size: 1.2rem;
    }
    #Contents .inner .contWrap .messageSect .sectMain .name
    {
        margin-top: 5px;
    }
}

/*
****************************/

#Contents .inner .contWrap .contComSect_top .sectMain .txt + .txt
{
    margin-top: 20px;
}

#Contents .inner .contWrap .contComSect .sectMain .txt + .txt
{
    margin-top: 20px;
}

@media all and (min-width: 769px), print
{
    #Contents .inner .contWrap .contComSect
    {
        margin-top: 57px;
    }
    #Contents .inner .contWrap .contComSect .sectMain
    {
        margin-top: 35px;
    }
    #Contents .inner .contWrap .contComSect .sectMain .txt
    {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.9;
    }

    #Contents .inner .contWrap .contComSect_top
    {
        margin-top: 17px;
    }
    #Contents .inner .contWrap .contComSect_top .sectMain
    {
        margin-top: 35px;
    }
    #Contents .inner .contWrap .contComSect_top .sectMain .txt
    {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.9;
    }



/* Update 2019/5/29, Added to 2019/5/16 */
.pr_contents {
    display: flex;
    }

    .pr_detail {
        width:48%;
    }
  
    .pr_detail img {
        width: auto;
        height: 45%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

    .pr_detail p {
        
        }



}

@media only screen and (max-width: 768px)
{
    #Contents .inner .contWrap .contComSect
    {
        margin-top: 40px;
    }
    #Contents .inner .contWrap .contComSect .sectMain
    {
        margin-top: 20px;
    }
    #Contents .inner .contWrap .contComSect .sectMain .txt
    {
        font-size: 15px;
        font-size: 1.5rem;
    }

    #Contents .inner .contWrap .contComSect_top
    {
        margin-top: 10px;
    }
    #Contents .inner .contWrap .contComSect_top .sectMain
    {
        margin-top: 20px;
    }
    #Contents .inner .contWrap .contComSect_top .sectMain .txt
    {
        font-size: 15px;
        font-size: 1.5rem;
    }


    /* Added to 2019/5/16 */
    .pr_detail {
        width:99%;
    }

    .pr_detail .noS {
        display: none;
        }

    .pr_detail img {
        max-width: 40%;
        min-width: 328px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        }

}
