@charset "UTF-8";

.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

.photo img{
width: auto;
max-width: 100%;
}

.img_box .photo{
max-width: 280px;
margin: auto;
}

.p-director_general .global-main{
padding-top: 0px;
}

.p-director_general .message-section{
margin-top: 44px;
}

.p-director_general .message-section + .message-section{
border-top: solid 1px #1d1d1d;
margin-top: 50px;
padding-top: 40px;
}


.p-director_general .common-title .-lv1{
	padding-bottom: 10px;
    border-bottom: 1px solid #b80606;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}


.p-director_general .-syomei {
	font-size:22px;
  font-weight: bold;
}




.p-director_general .lead {
	font-size:22px;
	margin:44px 0 40px;
	line-height:32px;
	font-weight:bold;
}

.p-director_general .common-paragraph + .common-paragraph {
	margin-top: 20px;
}

.p-director_general .signaturebox {
	margin-left:auto;
	/*margin-top:3em;*/
    font-weight: bold;
    line-height: 1.8;
    font-size: 14px;
}

.p-director_general .profile {
    clear: both;
    margin-top: 50px;
    border-top: 1px dotted #c5c0b4;
}

.p-director_general .profile_box {
    margin-top: 30px;
}

.p-director_general .profile_text {
	font-size:14px;
	line-height:26px;
}

.p-director_general .profile_text .title {
  padding-bottom: 1em;
}

.p-director_general .section.flex {
    display: flex;
    justify-content: space-between;
  flex-flow: row-reverse;
}

.p-director_general .box-text{
  flex: 1;
  margin-right: 2em;
}



@media screen and (max-width: 639px) {


.p-director_general .lead {
    font-size: 18px;
    margin: 15px 0 21px;
    line-height: 20px;
    font-weight: bold;
}

.p-director_general .common-paragraph + .common-paragraph {
	margin-top: 20px;
	line-height: 1.6;
}
.p-director_general .signaturebox {
    font-size: 11px;
}

.p-director_general .profile {
border-top: 1px dotted #c5c0b4;
float: none;
width: auto;
margin-top: 2em;
}

.p-director_general .profile_box {
	margin-top:16px;
}

.p-director_general .profile_image img {
	width:100%;
}

.p-director_general .profile_text {
	font-size:11px;
	line-height:15px;
	width:auto;
}

.p-director_general .profile_text .title {
	font-size:10px;
	font-weight:bold;
	padding-bottom:16px;
}

.p-director_general .message-section {
    width: auto;
}

.p-director_general .section.flex {
    display: block;
    margin-bottom: 45px;
}

.p-director_general .box-text {
width: 100%;
margin:1em auto auto;
}

}