@charset "UTF-8";
/* CSS Document */
/* ---------------------------------------------------------
 #話題の〇〇を解説タイトル
--------------------------------------------------------- */
.pink .heading .mid1 {
	line-height: 6.2rem;
}

/* ---------------------------------------------------------
 リード文
--------------------------------------------------------- */
.introduction {
	background: rgba(229, 70, 161, 0.1);
	padding: 30px 30px 5px;
	margin: 0 0 60px;
	outline : 2px solid #FFFFFF;
	outline-offset : -10px;
}

.introduction p {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------
 目次
--------------------------------------------------------- */
section.tableOfcontents {
  -webkit-box-sizing: border-box;
  -ms-flexbox: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.tableOfcontents {
  border: 1px solid #ddd;
}

section.tableOfcontents .dot-none {
  list-style: none;
  padding: 0 0 0 3px;
}

section.tableOfcontents {
  position: relative;
}

section.tableOfcontents ul {
  padding: 0;
}

section.tableOfcontents img {
	margin-bottom: 18px;
}

section.tableOfcontents ul {
  margin: 0 !important;
  /*text-align: justify;*/
  letter-spacing: 0.1em;
}

section.tableOfcontents ul li a {
  font-size: 1.5rem;
  color: #555 !important;
  text-decoration: none;
}

section.tableOfcontents ul li a:hover {
  text-decoration: underline !important;
}

section.tableOfcontents {
  width: 680px;
  border: 1px solid #ddd;
  padding: 18px 40px 30px;
  margin: 0 auto;
}
.spView section.tableOfcontents {
  display: none;
}

section.tableOfcontents ul li.list-h2 {
	list-style: disc!important;
}

section.tableOfcontents ul li.indent-2 {
	padding: 0 0 2px .75rem!important;
}

section.tableOfcontents ul li.indent-2 a {
	font-size: 1.4rem;
}

section.tableOfcontents ul li.list-h2 {
	color: #666;
}

section.tableOfcontents ul li.list-h2:not(:first-child){
	margin-top: 2px;
}

li.list-h2 {
	list-style: disc!important;
}

li.list-h2::marker {
  color: #e546a1;
}

.list-h4 {
	margin-left: 1em;
	padding-left: 0!important;
}

/* ---------------------------------------------------------
 コンテンツ
--------------------------------------------------------- */
.pink h3,
.pink h4{
	color: #444;
	margin: 40px 0 20px;
	padding: 0 0 5px 5px;
	font-weight: bold;
	font-size: 1.70rem;
	background: linear-gradient(transparent 50%, #e546a138 50%);
	border: none;
}

.pink p {
	padding: 0;
	margin-bottom: 20px;
	line-height: 3.2rem;
	font-size: 1.6rem;
}

.pink ul.list {
	padding: 0 0 0 40px;
	margin: 13px 0;
	line-height: 3.2rem;
	font-size: 1.6rem;
}

.pink ul.list li {
	padding: 0;
	list-style-type: disc;
}


/* ---------------------------------------------------------
 モバイル表示
--------------------------------------------------------- */

/* ---------------------------------------------------------
 #話題の〇〇を解説タイトル
--------------------------------------------------------- */
.spView .pink .heading .mid1 {
	line-height: 3rem;
}

/* ---------------------------------------------------------
 30秒で解説すると・・・
--------------------------------------------------------- */
.spView .basics p {
	line-height: 2.6rem;
}

/* ---------------------------------------------------------
 リード文
--------------------------------------------------------- */
.spView .introduction {
	margin: 60px 0 0;
}

.spView .introduction P {
	font-size: 1.5rem;
	line-height: 2.6rem;
}

/* ---------------------------------------------------------
 コンテンツ
--------------------------------------------------------- */
.spView .pink h3,
.spView .pink h4 {
	font-size: 1.6rem;
	line-height: 2rem;
	background: linear-gradient(transparent 80%, #e546a138 50%);
}

.spView .pink p {
	line-height: 2.6rem;
	font-size: 1.5rem;
}

.spView .pink ul.list {
	padding: 0 0 0 20px;
	line-height: 2.6rem;
	font-size: 1.5rem;
}