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

@import url('https://fonts.googleapis.com/css?family=Oswald');

.section#sec1{
width: 100%;
background-image: url(../images/visual.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
}
.section#sec1 .visual{
width: 1000px;
height: 200px;
margin: 0 auto;
position: relative;
}
.section#sec1 .visual h3{
width: 160px;
margin: -30px 0 0 0;
position: absolute;
left: 0px;
top: 50%;
}
.section#sec1 .visual h3 span{
background-image: url(../images/title.png);
height: 60px;
}


/* //#sec1 */

.section#sec2{
width: 100%;
padding: 40px 0;
margin: 0;
background-image: url(../../common/images/bg_stripe.png);
}
.section#sec2 .inner{
text-align: left;
width: 1000px;
margin: 0 auto;
position: relative;
}
.section#sec2 .inner .box-content{
width: 100%;
}
.section#sec2 .inner .box-content .prof{
padding-bottom: 40px;
margin-bottom: 40px;
border-bottom: solid 1px #CCC;
}
.prof .prof-l{
	width: 231px;
	float: left;
}
.prof .prof-l h4{
text-indent: 100%;
white-space: nowrap;
width: 231px;
height: 24px;
background-image: url(../images/name.png);
background-repeat: no-repeat;
background-position: left top;
margin-bottom: 10px;
display: block;
overflow: hidden;
}
.prof .prof-r{
width: 709px;
float: right;
}
.prof .prof-r p{ margin-bottom: 10px; }
.prof .prof-r p:last-child{ margin-bottom: 0px; }
.prof .prof-r p a{ text-decoration: underline; }


.box-content h5{
color: #666;
font-family: 'Oswald', sans-serif;
font-size: 1.6em;
margin: 0 0 20px 0;
}
.box-content table{
width: 100%;
margin: 0px;
border-collapse: collapse;
}
.box-content table:lasr-child{ margin-bottom: 0px; }

.box-content table tr{
}
.box-content table tr th{
color: #999;
font-family: 'Oswald', sans-serif;
font-size: 1.8em;
width: 150px;
background-color: #FFF;
padding: 15px 0 15px 20px;
box-sizing: border-box;
}
.box-content table tr td{
background-color: #FFF;
padding: 15px;
box-sizing: border-box;
}
.box-content table tr:nth-child(even) th,.box-content table tr:nth-child(even) td{
background-color: #F0F0F0;
background-color: rgba(245,245,245,0.5);
}
.box-content table tr td dl{ margin-bottom: 10px; }
.box-content table tr td dl:last-child{ margin-bottom: 0px; }
.box-content table tr td dl dt{
font-weight: bold;
width: 20%;
float: left;
display: block;
}
.box-content table tr td dl dd{
width: 80%;
float: left;
display: block;
}





/* for SP-----------------------------------------------------
------------------------------------------------------------ */
@media only screen and (max-width: 736px) {
}

@media all and (orientation: landscape) {
}

