
#page .toc_parts .ttl {
  cursor: pointer;
  font-weight: bold;
  padding: 2rem;
  position: relative;
}
#page #toc {
  display: none; /* 初期状態では非表示 */
  margin: 0;
  padding: 0 3rem 3rem;
}
#page .toc_parts {
    padding: 0;
}
#page .toc_icon {
  font-size: 18px;
  transition: transform 0.2s;
  color: #33a5ca;
  font-weight: normal;
  position: absolute;
  right: 2rem;
  font-size: 3rem;
}
#page .toc_parts .ttl:hover {
    opacity: 0.5;
}
mini{
    font-size: 1.0rem;	
	color:gray;
}	


p span.title
{    font-weight: bold;
    color: #35a6ca;
    font-size: 1.8rem;
}

.category_links{
  position: relative;
  margin: 8rem 10px 20px;
  padding: 16px 30px 16px;
  font-size: 2.6rem;
  line-height: 4rem;
  background: #7ecddb;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
}
.category_links::before {
  content: "";
  width: 32px;
  height: 47px;
  position: absolute;
  background: url(img/low_h3_01.png) left center no-repeat;
  background-size: contain;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.category_links::after {
  content: "";
  width: 34px;
  height: 29px;
  position: absolute;
  background: url(img/low_h3_02.png) left center no-repeat;
  background-size: auto 29px;
  bottom: -10px;
  right: -10px;
}

#category .box__h2::before, #page .box__h2::before {
  background: none;
}

.hutoi_moji {
	text-align: center;
	font-weight: bold;
	margin-top: 35px;
	font-size: 1.8rem;
}

#contents ul.txt li span,
#contents ol.txt li span {
	font-weight: bold;
}

/* 2024.02.21 */

#contents ul.txt_box {
	margin: 25px 0 20px;
	padding: 0 10px;
}
#contents ul.txt_box li span {
	font-weight: bold;
	color: #0a82a8;
	background: linear-gradient(transparent 70%, #ffff66 0%);
	margin: 0 0.2rem;
	font-size: 1.6rem;
}

#contents ul.txt_box li span.sup {
	font-weight: normal;
	color: #333;
	background: none;
	margin: 0 0.2rem;
	font-size: 1.1rem;
	vertical-align: text-bottom;
	margin: 0 0;
}

#contents .blueBox .subBox .pointArea p.hutoi_moji {
	margin: 1.5rem auto 0 !important;
}

#contents .blueBox .subBox .pointArea p.caption {
	margin-top: 8px !important;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 481px) {	
	/*/////////////画像左寄せ/////////////*/	
.wr_img_left{
    position: relative;
    margin-bottom: 40px;
}
.wr_img_left:after{
    content: '';
    display: block;
    clear: both;
}
.wr_img_left .wr_img.fl{
    float: left;
    margin-right: 25px;
    width: 320px;
}
.wr_img_left .wr_img.fl img{
    max-width: 100%;
    margin-bottom: 5px;
}
.wr_img_left .wr_img .wr_caption{
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.4em;
}	
	
	
	/*/////////////必ず中括弧の中に作成してください。/////////////*/
	 
.faq {
 align-items: center;
 justify-content: space-between;
 padding: 30px 0;
 display: flex;
 display: -webkit-flex;
}
.faq.f_l {
 padding: 30px 0 30px 150px;
}
.faq.f_r {
 padding: 30px 150px 30px 0;
}


.faq .faq-img img {
 max-width: 100%;
}

.faq.f_l .faq-txt {
 background: #fff;
 border: 2px solid #555;
 border-radius: 10px;
 float: right;
 width: 100%;
 padding: 20px 30px;
 position: relative;
  box-sizing: border-box;
}

.faq.f_l .faq-txt:before {
 content: "";
 width: 21px;
 height: 21px;
 position: absolute;
 top: 56px;
 border-left: 2px solid #555;
 border-top: 2px solid #555;
 transform: rotate(-45deg);
 background: #fff;
 left: -13px;
 margin-top: -13px;
}
.faq.f_l .faq-txt .float-img.fl{
 position: absolute;
 top: 0;
 left: -160px;
}
.faq.f_l .faq-txt .faq-img.fr{
 position: absolute;
 top: 0;
 right: -160px;
}
.faq.f_l .faq-txt .faq-img.fl .faq-flame{
 width: 120px;
 height: 120px;
 background: #fff;
 border-radius: 100px;
}
.faq.f_l .faq-txt .faq-img.fl .faq-flame img{
 border-radius: 100px;
}
.faq.f_r .faq-txt {
 background: #fff;
 border: 2px solid #555;
 border-radius: 10px;
 float: left;
 width: 100%;
 padding: 20px 30px;
 position: relative;
}

.faq.f_r .faq-txt:before {
 content: "";
 width: 21px;
 height: 21px;
 position: absolute;
 top: 56px;
 border-right: 2px solid #555;
 border-top: 2px solid #555;
 transform: rotate(45deg);
 background: #fff;
 right: -13px;
 margin-top: -13px;
}
.faq.f_l .faq-txt .faq-img.fl{
 position: absolute;
 top: 0;
 left: -150px;
 margin: 0!important;
}
.faq.f_r .faq-txt .faq-img.fl{
 position: absolute;
 top: 0;
 right: -150px;
 margin: 0!important;
}
.faq.f_r .faq-txt .faq-img.fl .faq-flame,
.faq.f_l .faq-txt .faq-img.fl .faq-flame{
 width: 120px;
 height: 120px;
 background: #eaeaea;
 border-radius: 100px;
}
.faq.f_r .faq-txt .faq-img.fl .faq-flame img{
 border-radius: 100px;
}	

	
	
.keyArea .inner p {
    padding: 0 3rem 2rem;
    box-sizing: border-box;
    font-size: 1.45rem;
    background: rgb(255 255 255 / 75%);
    margin: 0;
    width: 690px;
}


	
}


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/

	/*/////////////画像左寄せ/////////////*/	
.wr_img_left{
    position: relative;
    margin-bottom: 20px;
}
.wr_img_left:after{
    content: '';
    display: block;
    clear: both;
}
.wr_img_left .wr_img.fl{
    float: none;
    margin-right: 0;
    width: 100%;
}
.wr_img_left .wr_img.fl img{
    width: 80%;
    max-width:100%;
    display: block;
    margin: 0 auto 5px;
}
.wr_img_left .wr_img .wr_caption{
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.3em;
}	
	
.faq {
 padding: 5% 0;
 width: 100%;
}
.faq.flex {
 align-items: center;
 display: flex;
 display: -webkit-flex;
 justify-content: space-between;
}
.faq.f_r {
 flex-flow: row-reverse;
}
.faq .faq-img .faq-flame {
 border-radius: 100px;
}
.faq .faq-img .faq-flame img {
 border-radius: 100px;
}	 
.faq .faq-img {
 width: 80px;
 float: left;
 margin: 0 10px 10px 0;
 border-radius: 80px;
 background: #eee;
 height: 80px;
}
.faq.f_l .faq-txt {
 background: #fff;
 border: 1px solid #555;
 border-radius: 5px;
 padding: 4%;
 position: relative;
 text-align: justify;
}
#index-bottom .faq .faq-txt p,
#page-bottom .faq .faq-txt p {
 margin: 0;
}
.faq.f_r .faq-txt {
 background: #fff;
 border: 1px solid #555;
 border-radius: 5px;
 padding: 4%;
 position: relative;
 text-align: justify;
}	
.category_links{
    margin: 3.5rem 1rem 2rem;
    padding: 1.5rem 2rem 1.5rem 2rem;
    font-size: 2.3rem;
    line-height: 1.4;
  }
.category_links::before {
    width: 24px;
  }

#contents .blueBox .subBox .pointArea .point {
  line-height: 1.4;
  text-align: center;
}

#contents ul.txt_box li {
	padding-bottom:  10px;
}
	
#contents .blueBox .subBox .pointArea .btn-web {
	margin-top: 15px !important;
}

#contents .blueBox .subBox .pointArea p.hutoi_moji {
	font-size: 1.7rem;
	margin-top: 2.2rem !important;
}

#contents .blueBox .subBox {
	margin-top: 3rem !important;
}

		/*/埋め込んだmp4をスマホできれいにみるために/*/
video{
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
}	
	
	
	/*/////////////必ず中括弧の中に作成してください。/////////////*/
}