html {
    scroll-behavior: smooth;
}

 /* 固定ヘッダー */
header {
  width: 100%;
  height: 70px;
  border-width:5px;
  border-color: #e3f6f5;
  border-bottom-style: solid;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  padding : 1rem 0;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
   background-image:url("img/kyoutu/hanamomohd.jpg");
   background-repeat: no-repeat;
}

 /* ロゴ */
.rogo {
   margin: 0 auto 0 0;
   display: flex;
}
.rogo h1 {
  padding-left: 20px;
  text-align: left;
  font-size: 22px;
}
.rogo.rogoicon {
  padding-left: 10px;
  width: 80px;
　overflow: hidden;
}
.m02{
   width: 90vw;
   max-width: 40px;
   border-radius: 40px; 
   display: block;
   margin-top:20px;
   margin-left:10px;
   box-shadow: inset 0 0 3px 3px #FFF;
}


 /* メニューバー */
.nav {
   margin: 0 0 0 auto;
   display: flex;
}

/*ヘッダーボタン */

.hdbtn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #0686b2;
  width: 60px;
  height: 50px;
  padding-top: 8px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#ffe4e1 0%, #fff0f5 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.hdbtn:hover{
  color: #333;
}



.hdbtn:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#ffe4e1 0%, #bc8f8f 100%);/*グラデーションを明るく*/
}



/*注目 */
.saisinn{
   width: 80vw;
   height: 100px;
   max-width: 600px;
   display: block;
   margin: 0 auto;
   margin-left: 0;
   text-align: left;
   background-image:url("img/kyoutu/hanamomonew.jpg");
   background-repeat: no-repeat;
}

.saisinn p {
   padding-top: 10px;
   padding-left: 50px;
   font-size: 20px;
}

.saisinn-end{
   max-height: 20px;
   max-width: 600px;
   display: block;
   margin: 0 auto;
   background-image:url("img/kyoutu/hanamomonew2.jpg");
   background-repeat: no-repeat;
}


/*目次タイトル */
.mokuji-title{
   height: 50px;
   display: block;
   margin-bottom:-30px;
   padding-left: 20px;
   text-align: left;
   background-image:url("img/mokujiaikon.jpg");
   background-repeat: no-repeat;

}



 /*ホーム本文ヘッダー画像 */
.m01{
   width: 90vw;
   max-width: 600px;
   border-radius: 30px; 
   display: block;
   margin: 0 auto;
}

 /*各パージヘッダー */
.hd{
   height: 80px;
   background-image:url("img/kyoutu/rogo.jpg");
   background-repeat: no-repeat;
}


 /*花桃ライン画像 */
.m03{
   width: 80vw;
   height: 100px;
   max-width: 600px;
   display: block;
   margin: 0 auto;

}

 
 /* 本文 */
.honbun{
   margin:80px auto 0px auto;
   padding:30px 0px 0px 0px;
   display: block;
   width:95vw;
   max-width: 768px;
   word-break:break-all;
   letter-spacing: 0.1em;
}
.honbun p {
  text-align: left;
  line-height: 2.0;
}

/*見出しバック */
.j01 {
  height: 100px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  border-left: 5px solid #000;
  background: #e3f6f5;
}
/*トップ見出しバック */
.j02 {
  height: 100px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #000;
  background: #e3f6f5;
}
/*h3見出しバック */
.j03 {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  padding-left: 10px;
  border-left: 5px solid #000;
  background: #fff;
}
/*ネット投稿見出しバック */
.j04 {
  text-align: left;
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #ffffff;
}
/*中見出しバック */
.j05 {
  text-align: left;
  font-size: 15pt;
  padding: 1rem 2rem;
  border-left: 5px double #000;
  background: #ffffff;
}



/*ホーム目次 */
.mokuji01>ul {
  padding-left:0px;
  padding-top:0px;
  padding-bottom:0px;
}


.mokuji01>ul>li {
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:-5px;
}

.ao {
  color: #2d8fdd;
  border-left: solid 5px #000;/*左側の線*/
  background:#eFFFFF;/*背景色*/
  list-style-type: none;
  text-decoration: none;
}
.ao>a {
	font-size: 15pt;
	font-weight:bold;
	color: #0000cc;
	text-decoration: none;
}

.ao>a:hover {
	color: #333;
}


/*ホーム目次 神慈秀明会とは 折りたたみ*/
.oritatami01 {
  padding-left:10px;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:10px;
  margin-bottom:-10px;/*訂正はしないで*/
}
.oritatami01:hover {
	color: #333;
}




/*ホーム目次 折りたたみ　文字*/
.otext {
  line-height: 2;
  padding-left:20px;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:-10px;
  margin-bottom:-40px;
}

.otext>a {
	font-size: 13pt;
	font-weight:bold;
	color: #0686b2;
	text-decoration: none;
}

.otext>a:hover {
	color: #333;
}

/*ホーム目次 神慈秀明会とは サブメニュー　文字*/
.stext {
  padding-left:20px;
  padding-top:3px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:-30px;
}

.stext>a {
	font-size: 13pt;
	font-weight:bold;
	color: #0686b2;
	text-decoration: none;
}

.stext>a:hover {
	color: #333;
}



/*ホーム目次 秀明の闇サブ*/
.yami-text {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:-50px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:-10px;
}
.yami-text>a {
	font-size: 13pt;
	font-weight:bold;
	color: #0686b2;
	text-decoration: none;
}
.yami-text>a:hover {
	color: #333;
}


/*ホーム目次 違法になった入信・献金勧誘サブ*/
.kanyuu-sabu {
  padding-left:10px;
  padding-top:10px;
  padding-bottom:-50px;
  margin-top:10px;
  text-decoration: none;
}

.kanyuu-sabu>li {
  list-style-type: none;
}


/*ホーム目次 違法になった入信・献金勧誘折りたたみ*/
.kanyuu-oritatami {
  padding-left:10px;
  padding-top:0px;
  padding-bottom:10px;
  margin-top:10px;
  margin-bottom:0px;
}
.kanyuu-oritatami:hover {
	color: #333;
}



/* 勧誘サブメニュー内リスト*/
.kanyuu-jirei-sabu {
  margin-top:-10px;/**/
  margin-bottom:10px;
  padding-left:30px;
  text-decoration: none;
}

.kanyuu-jirei-sabu>li {
  margin-top:0px;
  padding-top:0px;
}

.kanyuu-jirei-sabu>li>a {
	font-size: 13pt;
	font-weight:bold;
	color: #0686b2;
	text-decoration: none;
        line-height: 1;
}

.kanyuu-jirei-sabu>li>a:hover {
	color: #333;
}


/* 勧誘ネットサブメニュー*/
.kanyuu-netto-oritatami {
  padding-left:15px;
  padding-top:-10px;
  padding-bottom:0px;
  margin-top:5px;
  margin-bottom:10px;
}
.kanyuu-netto-oritatami:hover {
	color: #333;
}


/* 勧誘ネットサブメニュー内リスト*/
.kanyuu-netto-sabu {
  margin-top:-10px;
  margin-bottom:-10px;
  padding-left:40x;
  padding-bottom:-10px;
  text-decoration: none;

}




/*困った時 対応サブメニュー内リスト*/
/* 対応サブメニュー*/
.taiou-oritatami {
  padding-left:10px;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:10px;
  margin-bottom:10px;
}
.taiou-oritatami:hover {
	color: #333;
}


/*困った時の対応サブ*/
.taiou-sabu {
  padding-left:10px;
  margin-top:20px;
  margin-bottom:10px;
  text-decoration: none;
}
.taiou-sabu>li {
  list-style-type: none;

}

.taiou-jirei-sabu {
  margin-top:-10px;
  padding-left:30px;
  padding-top:0px;
  text-decoration: none;
}

.taiou-text {
  margin-top:-10px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
}

.taiou-text>a {
	font-size: 13pt;
	font-weight:bold;
	color: #0686b2;
	text-decoration: none;
}

.taiou-text>a:hover {
	color: #333;
}



/*相談・ありえる問題サブメニュー内リスト*/
/*相談・ありえる問題別事例サブ*/
.arieru-sabu {
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:10px;
  margin-bottom:-10px;
  text-decoration: none;

}
.arieru-sabu>li {
  list-style-type: none;
}

.arieru-jirei-sabu {
  margin-top:-10px;
  padding-left:30px;
  text-decoration: none;
}
.arieru-text {
  padding-top:10px;
  padding-bottom:10px;
  margin-top:10px;
  margin-bottom:-20px;

}

.arieru-text>a {
	font-size: 13pt;
	font-weight:bold;
	color: #0686b2;
	text-decoration: none;
}

.arieru-text>a:hover {
	color: #333;
}

.arieru-ptext {
  padding-left:20px;
  padding-top:3px;
  margin-top:0px;
  margin-bottom:0px;

}

.arieru-ptext>a {
	font-size: 13pt;
	font-weight:bold;
	color: #0686b2;
	text-decoration: none;
}

.arieru-ptext>a:hover {
	color: #333;
}


.arieru-oritatami {
  padding-left:10px;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:10px;
  margin-bottom:10px;
}
.arieru-oritatami:hover {
	color: #333;
}


/*相談サブメニュー内リスト*/

.soudan-sabu {
  margin-top:-10px;
  margin-bottom:10px;
  padding-bottom:10px;
  padding-left:30px;
  text-decoration: none;
}
.soudan-sabu>li {
  list-style-type: circle;
}



/*ホーム目次折りたたみ子サブ文字*/
.kosabu {
  padding-left:10px;
  margin-top:10px;
  text-decoration: none;
  line-height: 1.5;

}

.kosabu>li {
  list-style-type: none;
}

.kotext {
  margin-top:-20px;
}

.kotext>a {
	font-size: 13pt;
	font-weight:bold;
	color: #0686b2;
	text-decoration: none;
        line-height: 1;
}

.kotext>a:hover {
	color: #333;
}

/*ホーム目次折りたたみ2 */
/*
  padding-top:0px;
  padding-bottom:0px;
  margin-top:-40px;
  margin-bottom:0px;
  margin-left:5px;
  padding-left:10px;
        line-height: 0.5;
*/

.oritatami02 {
  padding-left:10px;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:-20px;
}
.oritatami02:hover {
	color: #333;
}


/*ホーム目次折りたたみ孫サブ文字*/
.magotext {
  margin-top:-10px;
  margin-bottom:-20px;
  padding-left:10px;
  padding-bottom:-10px;

}

.magotext>a {
  font-size: 13pt;
  font-weight:bold;
  color: #0686b2;
  line-height: 1.5;
  text-decoration: none;
}

.magotext>a:hover {
	color: #333;
}


/*ホーム目次折りたたみ3 */
.oritatami03 {
  padding-left:30px;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:10px;
  margin-bottom:10px;
}
.oritatami03:hover {
	color: #333;
}


/*ホーム目次折りたたみひ孫サブ文字*/
.himagotext {
  padding-top:0px;
  padding-bottom:10px;
  margin-top:-10px;
  margin-bottom:-10px;
  margin-left:-5px;
}

.himagotext>a {
  font-size: 13pt;
  font-weight:bold;
  color: #0686b2;
  text-decoration: none;
  line-height: 1.5;
  padding-top:-10px;
  padding-bottom:0px;
  margin-top:-10px;
  margin-bottom:-50px;

}

.himagotext>a:hover {
  color: #333;
}


 /* リスト */
.mokuji02 {
  border: solid 2px skyblue;
  border-radius: 5px;
}
 
.mokuji02 li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.mokuji02 a {
    color: #166c9d;
}




/*文字装飾*/
span.aka { 
    background:none;
    color:red
}
span.midori { 
    background:linear-gradient(transparent 60%, #6f6 60%);
}
span.kiro { 
    background:linear-gradient(transparent 60%, #ffff7f 60%);
}
span.laka { 
    background:linear-gradient(transparent 60%, #ff7f50 60%);
}



/*リンク点消す*/
.lstyle {
	list-style: none;
	padding-left: 5;
}


/*リンク文字*/
.ltext a {
	font-size: 15pt;
	font-weight:bold;
	color: #0686b2;
	text-decoration: none;
}

.ltext a:hover {
	color: #333;
}

/*追加リンク文字*/
.ttext>a {
	font-size: 10pt;
	font-weight:bold;
	color: #ff0000;
	text-decoration: none;
}

.ttext>a:hover {
	color: #333;
}



/*戻るボタン*/
.center{
  height: 100px;
  text-align: center;
  margin-inline: auto;
}

a.modori {
    display: flex;
    text-decoration: none;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 200px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
a.modori:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    background: rgba(0,0,0,.1);  
}
a.modori:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    background: #000;
}
a.modori:hover {
	opacity: 0.7;
}

/*ボタン*/
a.btn01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
        max-width: 200px;
	margin: auto;
	padding: 1rem 1rem;
	font-weight: bold;
	border-radius: 100vh;
	border-bottom: 7px solid #0686b2;
	background: #27acd9;
	color: #fff;
}
a.btn01:hover {
	margin-top: 2px;
	border-bottom: 1px solid #0686b2;
	color: #fff;
}

/*参考元リスト */
.moto {
  margin-top: -15px;
  margin-bottom: -30px;
}
.moto li{
  padding-top:-10px;
  padding-bottom:10px;

}
.moto li a {
  text-decoration: none;
}
.moto li a:hover {
  text-decoration-line: underline;
}

/*参考元サブリスト */
.moto-sub {
  margin-top: 5px;
}
.moto-sub li{
  padding-top:5px;
  padding-bottom:5px;
  list-style-type: circle;
}
.moto-sub li a {
  text-decoration: none;
}
.moto li a:hover {
  text-decoration-line: underline;
}

/*おひかり画像テーブル */
.t-hikari {
    margin-right: auto;
    max-width: 500px;
    display: block;
}
.t-hikari td {
    border: none 3px ;
}

/*離脱関係者おりたたみ */
/*親・離脱関係者おりたたみ */
.oritatami-oya-ridatu {
  text-align: left;
  padding-left:20px;
  padding-top:15px;
  padding-bottom:10px;
  margin-top:-60px;
  margin-bottom:10px;
  color: #333;
}
.oritatami-oya-ridatu:hover {
  color: #0000cc;
}

.oritatami-oya-ridatu-koumoku {
  text-align: left;
  padding-left:10px;
  margin-bottom:10px;
  margin-top:-30px;
}
/*子・離脱関係者おりたたみ */
.oritatami-ko-ridatu {
  text-align: left;
  padding-left:30px;
  padding-top:15px;
  padding-bottom:10px;
  margin-top:-40px;
  margin-bottom:10px;
  color: #333;
}
.oritatami-ko-ridatu:hover {
  color: #0000cc;
}

.oritatami-ko-ridatu-koumoku {
  text-align: left;
  padding-left:40px;
  margin-bottom:10px;
  margin-top:-40px;
}
.oritatami-ko-ridatu-koumoku2 {
  text-align: left;
  padding-left:40px;
  margin-bottom:10px;
  margin-top:-10px;
}



/*勧誘行為テーブル */
.t01 {
    margin-right: auto;
    border-collapse:separate;
}
.t01, th, td{
   padding: 2px 0px;
   margin: 2px 0px;
   border: 0px none;
}
.t01 th a{
	display: block;
        text-align: center;
	text-decoration: none;
        width: 100px;
        padding: 8px;
	margin: auto;
	font-weight: bold;
	border-radius: 0.3rem;
	border-bottom: 7px solid #0686b2;
	background: #27acd9;
	color: #fff;
}
.t01 th a:hover {
	margin-top: 6px;
	border-bottom: 1px solid #0686b2;
	color: #fff;
}


/*例文バック */
.bgcl {
  padding: 2px 10px;
  background: #e3f6f5;
  border-radius: 0.3rem;
}



/*左向き三角 */
.triangle-left {
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-right: 20px solid #e3f6f5;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  font-size: 10px;
}

 /* 説明枠 */
.box1{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f0f8ff;
    border-top: solid 5px #b0c4de;
    border-bottom: solid 5px #b0c4de;
}

/*取消権枠*/
.box2{
    margin: 2em auto;
    border: solid 3px #27acd9;
    align-items:center;
}
.box2 img{
   width: 80vw;
   max-width: 600px;
   display: block;
   margin: 0 auto;
}

 /* お金実態時代枠 */
.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
    background: #f0f8ff;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

/* アコーディオンお金 */
.accordion-okane {
    max-width: 500px;
    margin-bottom: 3px;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
}

.accordion-okane summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-okane summary::-webkit-details-marker {
    display: none;
}

.accordion-okane[open] summary::after {
    transform: rotate(225deg);
}

.accordion-okane p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-okane[open] p {
    transform: none;
    opacity: 1;
}



/*相談先*/
/*囲み横並び*/
.flexbox1{
  /*display: flex;*/
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 1rem;
  width: fit-content;
}

/*相談先枠*/
.box3{
  margin: 2px;
  padding:  5px 2px 5px 5px;
  background-color: #e1eef5;
  box-shadow: 7px -7px #4c9ac0;
}
.box3 h3 {
  text-align: center;
}
.box3 p {
    margin: 0; 
    padding: 5px 2px 5px 2px;
}

/*相談先上の枠*/
.box4 {
  display: inline-block;
  margin: 20px 2px;
  padding: 7px 2px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  border: solid 3px #4c9ac0;
  box-sizing: border-box;
}
.box4 p {
  margin: 0;
  padding: 0;
}

/*下向き三角 */
.triangle-bottom {
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-top: 30px solid #4c9ac0;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

/*事例信仰２世自伝抜粋項目 */
.oritatami-jiden {
  text-align: left;
  padding-left:10px;
  padding-top:15px;
  padding-bottom:10px;
  margin-top:-40px;
  margin-bottom:10px;
  color: #333;
}
.oritatami-jiden:hover {
  color: #0000cc;
}

.oritatami-jiden-koumoku {
  text-align: left;
  padding-left:10px;
  margin-bottom:-40px;
  margin-top:-50px;
}

/*ネットお金の事例 */
.oritatami-okane {
  text-align: left;
  padding-left:10px;
  padding-top:15px;
  padding-bottom:10px;
  margin-top:-40px;
  margin-bottom:10px;
  color: #333;
}
.oritatami-okane:hover {
  color: #0000cc;
}

.oritatami-okane-koumoku {
  text-align: left;
  padding-left:10px;
  margin-bottom:10px;
  margin-top:-10px;
}


/*パラミタ、発動す項目 */
.oritatami-prmt {
  text-align: left;
  padding-left:10px;
  padding-top:15px;
  padding-bottom:10px;
  margin-top:-40px;
  margin-bottom:10px;
  color: #333;
}
.oritatami-prmt:hover {
  color: #0000cc;
}

.oritatami-prmt-koumoku {
  text-align: left;
  padding-left:10px;
  margin-bottom:10px;
  margin-top:-10px;
}


