@charset "utf-8";

/* エリア */
#nenga2014_support .nav1 {
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align:center;
gap:10px;
}

#nenga2014_support .nav1.last {
padding-bottom:36px;border-bottom:5px solid #ea2215;
}

#nenga2014_support .faq h3.typeb {
background: rgb(197,232,250);
background: linear-gradient(180deg, rgba(197,232,250,1) 0%, rgba(212,238,251,1) 50%, rgba(231,246,253,1) 100%);
border: 1px solid #3bb2ed;
line-height: 1.5;
padding: 8px 15px;
font-size: 16px;
}

#nenga2014_support .faq h3.typep,
#nenga2014_support .contents02 h3.typep {
background: rgb(248,209,218);
background: linear-gradient(180deg, rgba(248,209,218,1) 0%, rgba(250,222,228,1) 50%, rgba(253,237,241,1) 100%);
border:1px solid #eb7892;
line-height: 1.5;
padding: 8px 15px;
font-size: 16px;
}

#nenga2014_support .faq h3 span {font-size:12px;margin-left:24px;line-height: 100%;}

#nenga2014_support .faq dt {font-weight:bold;}

.tblMod01 {
    border-collapse: collapse;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    width: 100%;
}
.tblMod01 th {
    background-color: #FAFAFA;
}
.tblMod01 th, .tblMod01 td {
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding: 15px;
}

#nenga2014_support .faq .lsDt li {
    list-style: disc outside none;
    margin-left: 20px;
}
html > body #nenga2014_support .faq .lsDt li {
    margin-left: 18px;
}

/* 3ボックス用 */
.colHeadBlockWrap3col {
	background:url("/products/ad/cm/img/bg_3col_mdl.gif") repeat-y left top;
}
.colHeadBlock3col {
	background:url("/products/ad/cm/img/bg_3col_top.gif") no-repeat left top;
	padding-top:11px;
	overflow:hidden;
	zoom:1;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/* table.tblMod01 tr th ul.type {
    width: 400px;
}
 */
 
table.tblMod01 ul.type li {
    float: left;
    line-height: 150%;
    list-style: none outside none;
    white-space: nowrap;
}
table.tblMod01 ul.type:after {
    clear: both;
    content: "";
    display: block;
}

#nenga2014_support .madeBtArea {
    background: url("/katsuyou/nenga/support/images/bg_nenga2015.jpg") no-repeat scroll 0 0 transparent;
    clear: both;
    height: 102px;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    width: 930px;
}
#nenga2014_support .madeBtArea p {
    margin-top: 20px;
}
#nenga2014_support .topLink {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 18px;
    text-align: center;
}

/* 202411追記
================================================== */

@media screen and (max-width:767px) {
#nenga2014_support .nav1 {
        flex-wrap: wrap;
  }

#nenga2014_support .faq h3 span {
    margin-left: 0;
  }
  
#nenga2014_support .topLink {
    flex-direction: column;
  }
}
