/* ----------------------------------------
sitemap（サイトマップLP）
/sitemap/用cssのため消さないこと。
---------------------------------------- */

.sitemap_ti h2 {
    font-size: 30px;
    margin: 60px auto 30px;
    font-weight: 500;
    line-height: 1;
    font-weight: bold;
    width: 1100px;
    padding-top: 60px;
    text-align: left;
    border-bottom: none;
}

.sitemap_wrap {
    margin: 0 auto 60px;
    background: #f8f8f8;
    padding: 50px 50px 10px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.sitemap_inner {
    width: 430px;
    margin-bottom: 50px;
}

.sitemap_inner:nth-child(odd) {
    margin-right: 40px;
}

.sitemap_inner h3 {
    font-size: 25px;
    margin: 0 0 30px;
    font-weight: 500;
    line-height: 1;
}

.sitemap_inner ul {
    background: #fff;
    padding: 30px;
    height: calc(100% - 60px);
    box-sizing: border-box;
}

.sitemap_inner ul li {}

.sitemap_inner ul li a {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    display: block;
}

.sitemap_inner ul li a:hover {
    text-decoration: underline;
}

.sitemap_inner ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #042455;
    border-right: 1px solid #042455;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 8px;
}

.sitemap_group {
    padding-left: 50px !important;
}

.sitemap_group_ti {
    margin-left: -20px;
}

.sitemap_flex ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.sitemap_flex ul li {
    width: 50%;
}

.sitemap_flex ul li:first-child {
    width: 100%;
}

/* ----------------------------------------
recruit(サイドバーなし)
/recruit/用cssのため消さないこと。
---------------------------------------- */
.recruit{
    width:1000px;
    text-align:left;
    line-height:24px;
    margin:20px auto;
    padding:0px 0px 0px 0px;
}

.recruit h2{
    width: 1000px;
    font-size: 16px;
    line-height: 51px;
    margin: 0px auto 20px auto;
    padding: 0px 0px 0px 0px;
    text-indent: 15px;
    background: #F0F0F0;
    border-top: solid 5px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #666;
    display: block;
    clear: both;
}

.recruit_tb{
    font-weight:bold;
    font-size:18px;
} 

.recruit1 img{
    max-width:100%;
    height:auto;
}

.recruit2 p{
    margin:0;
}

.recruit2 ul{
    margin:20px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit2 ul li{
    margin:0px 0px 0px 20px;
    padding:4px;
    border:solid 1px #CCC;
    float:left;
}

.recruit2 ul li img{
    max-width:300px;
    height:auto;
}

.recruit3{
    width:370px;
    overflow:hidden;
    float:left;
    margin:0px 20px 20px 0px;
    padding:0px 0px 0px 0px;
}

.recruit3 img{
    max-width:370px;
    max-height:400px;
}

.recruit4{
    width:600px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.recruit4 p{
    margin:0;
}

.recruit5{
    line-height:28px;
    margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit5 dt{
    width:150px;
    display: block;
    clear: left;
    float: left;
    background:#EEE;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    font-weight:bold;
    line-height: 35px;
}

.recruit5 dd{
    display: block;
    float: left;
    margin:10px 0px 0px 20px;
    padding:0px 0px 0px 0px;
    line-height: 35px;
    width: 820px;
}


/* ----------------------------------------
recruit(サイドバーあり)
/recruit/用cssのため消さないこと。
---------------------------------------- */

.recruit_side{
    width:780px;
    text-align:left;
    line-height:24px;
    margin:0px auto;
    padding:0px 0px 0px 0px;
}

.recruit_side h2{
    width: 100%;
    font-size: 16px;
    line-height: 51px;
    margin: 0px auto 20px auto;
    padding: 0px 0px 0px 0px;
    text-indent: 15px;
    background: #F0F0F0;
    border-top: solid 5px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #666;
    display: block;
    clear: both;
}

.recruit_tb{
    font-weight:bold;
    font-size:18px;
} 

.recruit1_side img{
    max-width:100%;
    height:auto;
}

.recruit2_side p{
    margin:0;
}

.recruit2_side ul{
    margin:20px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit2_side ul li{
    margin:0px 0px 0px 20px;
    padding:4px;
    border:solid 1px #CCC;
    float:left;
}

.recruit2_side ul li img{
    max-width:226px;
    height:auto;
}

.recruit3_side{
    width:350px;
    overflow:hidden;
    float:left;
    margin:0px 20px 20px 0px;
    padding:0px 0px 0px 0px;
}

.recruit3_side img{
    max-width:350px;
    max-height:400px;
}

.recruit4_side{
    width:410px;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.recruit4_side p{
    margin:0;
}

.recruit5_side{
    line-height:28px;
    margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit5_side dt{
    width:150px;
    display: block;
    clear: left;
    float: left;
    background:#EEE;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    font-weight:bold;
    line-height: 35px;
}

.recruit5_side dd{
    display: block;
    float: left;
    margin:10px 0px 0px 20px;
    padding:0px 0px 0px 0px;
    line-height: 35px;
    width: 600px;
}



/* ----------------------------------------
other（例）
---------------------------------------- */



/* other（例）
---------------------------------------- */