@charset "UTF-8";
/* TVSV basic11.css */

#contents *{
    font-size: 1rem;
}

/* red_circle */
#contents ol.red_circle {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin-left: 1.3em;
}

#contents ol.red_circle > li {
  position: relative;
  line-height: 1.5em;
  padding: 0 0 0 2.5em;
  font-size: 1rem;
}

#contents ol.red_circle > li::before{
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: #C00000;
  color: #FFF;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 28px;
  text-align: center;
}

#contents .red_circle > li:not(:first-child){
    margin-top: 2em;
}

#contents ol.red_circle.seven {
    counter-reset: num 6; 
}

#contents ol.red_circle.ten {
    counter-reset: num 9; 
}

#contents ol.red_circle.seven > li::before,
#contents ol.red_circle.ten > li::before{
    counter-increment: num;
    content: counter(num) "";
}


#contents dt{
    font-weight: bold;
}

#contents dd{
    margin-bottom: 1.5em;
}

#contents .d_flex {
    margin-top: 1em;
}

#contents p.anchorBtnA,
#contents p.anchorBtnB{
    margin: 0.5em 0 1em;
}

#contents p.anchorBtnA a,
#contents p.anchorBtnB a{
    width: 100%;
}

#contents ul.anchorBtnB{
    margin: 0.5em 0 1em;
}

#contents ul.anchorBtnB li{
    margin: 0.5em 0;
}

#contents ul.anchorBtnB a{
    width: 100%;
}

#contents p.annotation {
    margin: 0.5em 0;
}

#contents p.item{
    margin: 2em 0 0 1em;
}

#contents p.item + .m_style {
    margin-top: 0.3em;
}

#contents .w57{
    width: 57%;
}

#show_hide {
    padding: 0 0 0 1em;
}

@media (max-width: 640px){ 
    #contents ol.red_circle {
        margin-top: 1em;
        margin-left: 0;
    }
    
    #contents p.item{
        margin-top: 1em;
        margin-left: 0;
    }
        
    #contents p.anchorBtnA a,
    #contents p.anchorBtnB a,
    #contents ul.anchorBtnB a{
        width: 100%;
    }
    
    #contents ul.anchorBtnB li{
        width: 100%;
    }
    
    #contents .d_flex img {
        margin-left: 0;
    }
    
    #contents .no_maxw {
        max-width: 100%;
    }
    
    #contents .w57{
        width: auto;
    }
    
    #show_hide {
        padding: 0;
    }
}


/* 2023/09/29追記 */
#contents dl.explanation {
	margin: 0 0 1em 1em;
}

#contents dl.explanation dt {
	margin: 1em 0;
	padding-top: 2em;
	border-top: 1px dotted #000000;
}

#contents dl.explanation dt:first-child {
	border-top: none;
	padding-top: 1em;
}

#contents dl.explanation dd {
	display: list-item;
	list-style-type: disc;
	margin-top: 0.5em;
	margin-left: 1.5em;
	padding-bottom: 1em;
}

#contents span.annotation {
	display: block;
    text-indent: -1em;
    padding-left: 1em;
}

#contents .pct.left {
	text-align: left;
	margin: 1.5em 1em;
	padding-bottom: 0;
}

@media (max-width: 640px) {
	#contents dl.explanation {
		margin: 1em 0 1em;
	}
	
	#contents p {
		margin: 0 0 1em 0;
	}
	
	#contents .pct.left {
		text-align: center;
		margin: 1.5em auto;
	}
	
	#contents .icon_h40{
		height: 40px;
		padding: 0 0.5em;
	}
}