@charset "UTF-8";
/* CSS Document */


table {
width: 100%;
}
.tbl-r02 {
padding-top: 0%;
padding-bottom: 10%;
}


.tbl-r02 tr {
}

.tbl-r02 th {
width: 20%;
text-align: left;
border-bottom: #D9D0C6 1px dotted;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
margin-bottom: 3%;
 line-height: 1.8;
color: rgb(181, 144, 51);
}
.tbl-r02 td {
padding-top: 5%;
padding-bottom: 5%;
margin-bottom: 5%;
width: 80%;
 line-height: 2;
border-bottom: #D9D0C6 1px dotted;
}
 
@media screen and (max-width:768px){
  .last td:last-child {
 width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
	padding-bottom: 5%;  
	 margin-bottom: 5%; 
  }
.tbl-r02 td {
font-size: 100%;
padding-top: 1%;
padding-bottom: 10%;
margin-bottom: 10%;
width: 100%;
border-bottom: #D9D0C6 1px dotted;
}	
	
}







.interviews {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0%;
}

.interviews:after {
  content: "";
  display: block;
  width: 25%;
  height: 0;
}

.interview {
  width: 25%;
  margin-bottom: 10%;
}


.interview_copy{
z-index: 30;
top: 70px;
right: -70px;
position: relative;
text-align: right;
}



.interview_img {
  margin-bottom: 5%;
}

/*
.interview img {
  width: 100%;
}
*/

@media screen and (max-width: 768px) {
	
	
.interviews {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
.interviews:after {
    content: "";
    display: block;
    width: 49%;
    height: 0;
  }
.interview {
    width: 49%;
    margin-bottom: 10%;
  }
.interview_img {
    margin-bottom: 5%;
  }	
		
	
}


.profile_txt{
clear: both;
line-height: 1.6;
letter-spacing: 0.08em;
font-size: 85%;
}	


/* ==========================================================================
   
btn_style

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

.btnbox3 {
  display: block;
	margin-top: 10px;
}
.btnbox3 .btn {
  display: inline-block;
  padding: 0;
  font-size: 90%;
  text-decoration: none;
  padding: 0;
  line-height: 30px;
  position: relative;
  color: #B59033;
  margin-bottom: 1%;
  margin-right: 1%;
vertical-align: baseline;
}
.btnbox3 .btn:after {
  font-family: 'themify';
  content: "\e628";
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  z-index: 1;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
padding-left: 10px;
}

.btnbox3 .btnSmall {
  line-height: 29px;
}

.btnbox3 .btnSmall:after {
  line-height: 29px;
}

.btnbox3 .btn:hover {
  color: #d3c4b6;
}

.btnbox3 .btn:hover:after {
  color: #d3c4b6;
padding-left: 15px;
}
@media screen and (max-width: 738px) {
  .btnbox3 {
    margin-top: 2%;
    padding-bottom: 2%;
    display: block;
	width: 100%!important;
	  
  }
  .btnbox3 .btn {
    display: inline-block;
    padding: 0;
    font-size: 12px;
    text-decoration: none;
    padding: 0;
    line-height: 1.8;
    position: relative;
    color: #B59033;
    font-weight: normal;
    margin-bottom: 1%;
    margin-right: 1%;
    margin-bottom: 0;
	width: 100%!important;
  }
  .btnbox3 .btn:after {
    font-family: 'themify';
    content: "\e628";
    font-size: 9px;
    font-style: normal;
     font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 1;
    line-height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btnbox3 .btnSmall {
    line-height: 25px;
  }
  .btnbox3 .btnSmall:after {
    line-height: 25px;
  }
  .btnbox3 .btn:hover {
    color: #d3c4b6;
  }
  .btnbox3 .btn:hover:after {
    color: #d3c4b6;
    right: 10px;
  }
}


