
.contentsBody{

width: 80%;
max-width: 1200px;
text-align: center;

margin: 30px auto;


}

.entryBlock{
background: #F9F0FF;
padding: 5px;

}


.article{
text-align:left;
margin-left: 4em;
background: #eff;
padding: 20px;

border-bottom: 10px dotted #ff008c;
margin-top: 30px;

}

p.notes{
font-size: 12px;
color:#999;
}



.caution{
color: #fef200;
background: #ff008c;
}

.mention{
color: #813EC9;
font-style: italic;
}


h1{
	font-size: 0.86em;
}

img.rm {
	border: 10px solid #ff008c;
}


ul.benefit li{
list-style-type:none;
}

ul.step li{
list-style-type:none;
display: inline-block;
width: 200px;
/* border: 1px solid #f00; */
}

ul.step li.arrow{
width: 50px;
vertical-align:top;
padding-top: 65px;
}

ul.toc {
text-align:left;
width: 30em;
	background:#ffd;
}


p.entry{
width: 50%;
text-align: center;
margin: 10px auto;
}

.entry a{
  display:block;
  height:50px;
  margin:1em 0;
  line-height:50px;
  background: #ff008c;
  color:#fff;
  border-radius:25px;
  box-shadow:0 5px 0 gold;
  text-decoration:none;
  text-align:center;
}

section.accordion{
margin-left: 30px;
text-align: left;
}

section.accordion .content{

  background: #ffc;

}



/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #333;
	background:#ddf;
width: 50%;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #ff008c;
	border-right: 2px solid #ff008c;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}



caption{
font-size: 1.2em;
padding-bottom:1em;
font-weight:bold;
display:block;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

col.ref{
width: 20em; 
}
col.standard{
width: 20em; 
}

col.head {
width: 20em; 
}


col.head th {
background: #cc0;
}


table tr:last-child{
  border-bottom:solid 1px #ddd;
}

table th{
  text-align: center;
  padding: 10px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
}

table th:nth-child(1){
  background-color:#cfe;
}

table th:nth-child(3){
  background-color:#f5b932;
  color: white;
}

table tr:nth-child(2) td{
  font-size: 30px;
}

table td{
  font-size: 30px;

  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
background: #fff;
}

table td a{
  background-color: #25b327;
  color: white;
  padding:5px 20px;
  border-radius: 30px;
  font-weight: bold;
}

table .popular{
/*  width: 250px; */
}

table th.popular{
  position: relative;
}

table th.popular span.no1{
  position: absolute;
  top: -10px;
  left:calc(50% - 30px);
  background: #bdcc28;
  width: 60px;
  font-size: 10px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}

table th.popular span.inner{
  position: absolute;
  color:white;
  background-color: #f34955;
  left: 0;
  bottom: 0;
  display: block;
  width: 300px;
  padding: 10px 0;
}



section.Utils_Mt-56__YtQjT h2 {


}

section.Utils_Mt-56__YtQjT dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
text-align:left;
}




section.Utils_Mt-56__YtQjT dt {
  width: 30%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  background-color: #DADADA;
}

section.Utils_Mt-56__YtQjT dd {
  width: 98%;
  padding-bottom: 20px;
  background-color: #F3F3F3;
  margin-bottom: 10px;
}