.flexbox{
    display: flex;
    justify-content: space-between;
}
.flexbox02{
    display: flex;
    }
.flexbox03{
    display: flex;
}
.strong{
    font-weight: bold;
}
.f-c{
    color: #B0207F;
}
.f-c02{
    color:#F3D1EA;
}
.f-s16{
    font-size: 1.6rem;
}
.f-s18{
    font-size: 1.8rem;
}
.f-s20{
    font-size: 2.0rem;
}
.shift-center {
    text-align: center
}


.mn_in #dir_img{
    background-image:url(https://cdn2.hubspot.net/hubfs/2684654/obc_remodel/hanbai/model/images/page_visual.png);
    background-position:center center;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
}


.casepage{
    width:85%;
    margin: 0 auto;
    padding-top: 4.0rem
}

/*--------------------head--------------------*/

.case__con-head {
    margin-bottom: 4.0rem;
}
.case__con-head__txarea {
    width: 70%;
}
.case__con-head__imgarea {
    width: 25%;
    text-align: right
}

.case__con-head__b01 {
    margin-bottom: 2.0rem;
    
}
.case__con-head__name {
    font-size: 1.1rem;
}
.case__con-head__cate {
    font-size: 0.9rem;
    color: #B0207F;
    padding: 5px;
    border: solid 1px #B0207F;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
h2.case__con-head__h2 {
    font-size: 2.0rem;
    line-height:1.6;
    font-weight: bold;
    margin-bottom: 2.5rem;
}
.case__con-head__b02-detail{
    font-size: 0.9rem;
    border-right: solid 1px #cccccc;
    padding-right: 3.0rem;
    margin-right: 3.0rem;
    text-align: center;
}
.case__con-head__b02-detail:last-child{
    border-right: none;
}
.case__con-head__detail {
}
.case__con-lead{
    line-height:2.0;
    margin-bottom: 4.0rem;
}
    
/*--------------------problem--------------------*/  

.case__con-problem {
    margin-bottom: 1.0rem;
}
.case__con-problem__title {
    font-size: 1.4rem;
    padding:1.0rem 0 1.0rem 2.5rem;
    background: url(https://cdn2.hubspot.net/hubfs/2684654/obc_remodel/hanbai/model/images/page_ico01.png) 1.0rem center no-repeat #eeeeee;
    margin-bottom: 3px;
}

.case__con-problem__list {
    background: #eeeeee;
    padding: 2.5rem 2.5rem 0.5rem 2.5rem;
}
.case__con-problem__list li {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 2.0rem;
    padding: 0.5rem 0 0.5rem 3.0rem;
    background-repeat: no-repeat;
    background-position: left center;
}
.list01 {
    background: url(https://cdn2.hubspot.net/hubfs/2684654/obc_remodel/hanbai/model/images/page_ico02.png);
}
.list02 {
    background: url(https://cdn2.hubspot.net/hubfs/2684654/obc_remodel/hanbai/model/images/page_ico03.png);
}
.list03 {
    background: url(https://cdn2.hubspot.net/hubfs/2684654/obc_remodel/hanbai/model/images/page_ico04.png);
}


/*--------------------effect--------------------*/ 

.case__con-effect {
    margin-bottom: 4.0rem;
}
.title_cover{
    padding-bottom: 1.0rem;
    border-bottom: solid 3px #eeeeee;
    margin-bottom: 2.0rem;
}

.case__con-effect__title {
    font-size: 1.4rem;
    font-weight: bold;
    padding:0 0 0rem 2.0rem;
    border-left: solid 8px #B0207F;
    margin-bottom: 3px;
}

.case__con-effect__list {
}
.case__con-effect__list-d {
    padding-bottom: 2.0rem;
    margin-bottom: 2.0rem;
    background: url(https://cdn2.hubspot.net/hubfs/2684654/obc_remodel/hanbai/model/images//page_dot01.gif)left bottom repeat-x;
}
.case__con-effect__detail {

}
.no {
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */

    text-align: center;
    color: #ffffff;
    width:10%;
    background: #B0207F;

}
.case__con-effect__detail-tx {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
     /* -webkit-justify-content: center;横方向中央揃え（Safari用）
    justify-content: center; /* 横方向中央揃え */
    
    text-align: left;
    font-size: 2.0rem;
    line-height: 1.5;
    width: 55%;
}
.case__con-effect__detail-img {
    width: 30%;
    text-align: right;
}

/*--------------------download form--------------------*/ 

.case__con-dl {
    border: solid 3px #B0207F;
    padding: 0;
}
.case__con-dl__title {
    color:#ffffff;
    text-align: center;
    font-size: 1.6em;
    background: #B0207F;
    font-weight: bold;
    padding:0.8rem 0 0.8rem 0;
}
.case__con-dl__contents {
    padding: 3.0rem 2.5rem 3.0rem 2.5rem;
}
.case__con-dl__info {
    line-height: 2.0;
    font-size: 1.4rem;
    width: 40%;
}
.case__con-dl p {
    margin-bottom: 1.5rem;
}
.case__con-dl__formarea {
    width: 53%;
    background: #f8f8f8;
    padding: 2%;
    
}






.privacycheck-text_re{
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.ex-richtext .h-m-dl {
}
.ex-richtext span {
}
.ex-richtext-body_re {
    margin: 0;
    padding: 0;
}

p.footer__btn{
    margin: 5.0rem 0 5.0rem 0;
    text-align: center;
    display: block;
}
a.back_btn {
    margin: 0 auto;
    width:13em;
    font-size:1.0rem
    font-weight:bold;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:12px 0 10px;
    background-color:#ffffff;
    border: solid 1px #333333;
    border-radius:25px;
}