
body{
    font-size: 94%;
}
#prof{
    border-bottom: #28a860 2px solid;
}
.wrapper {
    overflow: visible;
}
#cn_02 a{
    opacity: 1;
    border-bottom: #28a860 2px solid;
}
.midashi {
    padding-top: 70px;
    margin: 0 0 70px;
    text-align: center;
    position: relative;
}
/* CSS Document */
.mt_15{
    margin-top: 15px;
}
.pankuzu {
    width: 980px;
    margin: auto;
}
.main_visual{
    min-height: 280px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    background: url("../image/main_bg14.png") center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.main_visual h2{
    font-size: 320%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.main_visual p{
    font-size: 120%;
}
.main_area{
    max-width: 980px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.main_contents{
    max-width: 740px;
    width: 100%;
}
.table_box {
    width: 100%;
    padding: 30px;
    background: #eaf6ef;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.motto_box {
    width: 100%;
    padding: 30px;
    text-align: center;
    background: url("../image/motto_bg.png");
    background-size: cover;
    margin-bottom: 50px;
    box-shadow:  5px 5px 10px 0px #b9b8b8;
    box-sizing: border-box;
}
.motto_inner{
    background: #fff;
    padding: 30px;
}
.t_margin{
    padding: 50px;
    background: #fff;
}
.table_box table {
    width: 100%;
    background: #fff;
}
.table_box table.profile th{
    padding: 15px 0 ;
    width: 30%;
    border-bottom: #c4c4c4 2px solid;
    vertical-align: baseline;
    line-height: 30px;
}
.table_box table.profile td{
    padding: 15px;
    border-bottom: #e1e1e1 1px solid;
    line-height: 30px;
}
p.sup{
    text-indent: -1em;
    padding-left: 1em;
    margin-left: 2em;
}
dt {
    float: left;
}
dd {
    margin-left: 9em;
}
.profile ul {
    /*margin-bottom: 30px;*/
}

.table_box table.history th{
    padding: 15px 0 ;
    width: 90px;
    vertical-align: baseline;
    padding-right: 25px
}
.table_box table.history td{
    position: relative;
    padding: 15px;
    padding-left: 25px;
}
.table_box table.history td span {
    position: absolute;
    border-left: #c4c4c4 3px solid;
    height: 60px;
    left: 0;
}
.table_box table.history td.first span {
    top: 20px;
}
.table_box table.history td.end span {
    top: -30px;
}
.table_box table.history td.double span {
    height: 100px;
}
.table_box table.history td::before {
    content: url(../image/dot.png);
    position: absolute;
    left: -5px;
    z-index: 3;
}
@media screen and ( max-width: 767px ){
.wrapper {
    overflow: hidden;
}
.pankuzu{
    margin: 0 5%;
}
.main_area {
    padding: 0 5%;
}

.table_box, .t_margin {
    padding: 5%;
    box-sizing: border-box;
}
    
.table_box table.profile th,
.table_box table.profile td{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.table_box table.profile th{
    border-bottom: #e1e1e1 1px solid;
}
.table_box table.profile td{
    border-bottom: #c4c4c4 2px solid;
    padding: 15px 5px;
}
    
.table_box table.history th,
.table_box table.history td{
    display: block;
    padding: 0 0 15px 15px;
}
.table_box table.history td{
    padding-bottom: 30px;
}
.table_box table.history td::before {
    content: url(../image/dot.png);
    position: absolute;
    left: -5px;
    z-index: 3;
    top: -36px;
}
.table_box table.history td span {
    height: 115px;
}
.table_box table.history td.first span {
    top: -20px;
}
.table_box table.history td.end span {
    border: none;
}
.table_box table.history td.sp_end span {
    top: -50px;
}
.table_box table.history td.double span {
    height: 200px;
}
    
.motto_box, .motto_inner {
    padding: 5%;
    box-sizing: border-box;
}
    .sp_inline{
        display: inline;
    }
}