@charset "UTF-8";

/*--1810追記--*/

.cm dl,
.cm dt,
.cm dd{
    margin: 0;
    padding: 0;
}

body.cm #contents_title h1 {
  background-image: url(../img/cm/bg_contents_title_cm.png); }
  @media (max-width: 768px) {
    body.cm #contents_title h1 {
      background-image: url(../img/cm/bg_contents_title_cm_sp.png); 
      background-position: center center;} }

/*body.cm #container h2.page_title span {
  background-image: url(../img/cm/page_title_en_cm.png); }*/

.cm .intro{
    padding: 40px 0;
    text-align: center;
    font-size: 24px;
}

.cm .cm_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cm .cm_list:after{
    content: "";
    display: block;
    width: 30%;
    height: 1px;
}

.cm .cm_list .article{
    width: 30%;
    margin-bottom: 30px;
}

.cm .cm_list .article .photo img{
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: .2em;
}

.cm .cm_list .article h3{
    margin: 10px 0;
    font-size: 1.1em;
}

.cm .cm_list .article .inner:after{
    content: "";
    display: block;
    clear: both;
}

.cm .cm_list .article .inner dt{
    float: left;
    clear: both;
    width: 80px;
}

.cm .cm_list .article .inner dt:after{
    content: ":";
}

.cm .cm_list .article .inner dd{
    float: left;
}

@media only screen and (max-width: 768px){
    
    .cm .intro{
        padding: 47px 15px 30px;
        font-size: 18px;
    }
    
    .cm .cm_list{
        margin: 0 15px;
    }
    
    .cm .cm_list .article{
        width: 48%;
        margin-bottom: 30px;
    }

    .cm .cm_list .article h3{
        font-size: 1em;
    }
}