.genre-headline-h{
	margin-top: 10px;
	margin-bottom: 15px;
}

.genre-headline-h img{
	width: 100%;
	display: block;
	margin:auto;
}

.content-wrap .genre-headline-h.photo01 img{
	width: 50%;
	overflow-x: hidden;
}

.genre-headline-h1{
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 30px;
	padding: 0 20px;
	text-align: left;
}


.photo-chice-text{
	margin-top: 20px;
	font-size: 15px;
	padding:0 30px;
	word-break: break-word;
	line-break: strict;
}

.photo-chice-btn{
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	margin:10px auto 25px;
}

.photo-chice-btn a{
	display:flex;
	align-items: center;
	position:relative;
	box-sizing:content-box;
	width:280px;
	height:50px;
	line-height:25px;
	padding-left:30px;
	border: 2px solid #FF5E95;
	border-radius:38px;
	font-size:15px;
	color: #FF5E95;
	font-weight:700;
	background: #fff;
}

.photo-chice-btn a:after{
	display:block;
	content:"";
	position:absolute;
	width:18px;
	height:18px;
	right:7px;
	background-image:url('/img/arrow-icon-pink.png');
	background-size:contain;
	background-repeat:no-repeat;
}


.genre-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	background: #FFFAF3;
	padding:25px 15px 30px;
	margin-top: 15px;
}

.genre-wrap-h{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 18px; 
	font-weight: bold;
	margin-bottom: 35px;

}

.genre-wrap-h span{
	line-height: 1.6;
}

.genre-wrap-h img{
	width: 48px;
	height: 48px;
	transform: rotate(-15deg);
	margin-right: 15px;
}


.genre-balloon{
	background: #CCA3C5;
	position: relative;
	padding: 10px 15px 10px 20px;
	border-radius: 10px;
	width: 200px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	top:-6px;
	right: 0;
	left: 0;
	margin:auto;
	box-shadow: 0 2px 5px rgb(0 0 0 / 16%);
	z-index: 1;
}

.genre-balloon:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 154, 38, 0);
	border-top-color: #CCA3C5;
	border-width: 10px;
	margin-left: -10px;
}

.genre-balloon-white {
	display: flex;
	justify-content: center;
	box-sizing:border-box;
	width:calc(100% - 40px);
	height:140px;
	margin:20px 20px 0;
	padding:20px 48px 0;
	border-top:1px solid #DCDCDC;
	background-image:url('/img/icon_genre_balloon.png');
	background-size:266px auto;
	background-repeat:no-repeat;
	background-position:center 20px;
}

.genre-balloon-white span {
	display:block;
	margin-top:24px;
	font-size:15px;
	font-weight:900;
}

.genre-info-text {
	margin: 10px 15px 30px 15px;
	font-size: 15px;
	line-height: 1.6;
}


.genre-about{
	background: #FFF;
	border-radius: 20px;
	position: relative;
	padding-bottom: 50px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}

.genre-about img{
	width: 100%;
	border-radius: 20px 20px 0 0;
}

.genre-about-h{
	font-size: 20px;
	margin: 8px 0;
	font-weight: bold;
	padding: 0 16px;
}

.genre-about-text{
	font-size: 15px;
	padding: 0 16px;
}

.genre-link-btn{
	width: 160px;
	height: 48px;
	background: #FFF;
	border-radius: 100px;
	border: 1px solid #333;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom:-23px;
	left:0;
	right: 0;
	margin:auto;
}

.genre-link-btn span{
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}

.genre-link-btn::after{
	content:'';
	background-image: url('/img/icon_arrow_black.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width:22px;
	height:22px;
	position: absolute;
	right:10px;
}

.genre-link-orange-btn{
	display: flex;
	justify-content: center;
	width:100%;
	margin:20px auto 30px;
}

.genre-link-orange-btn a{
	display: flex;
	justify-content: space-around;
	align-items: center;
	box-sizing:border-box;
	width: 284px;
	height: 76px;
	padding:0 30px;
	background-color: #FF9A26;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
	border-radius: 38px;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}
.genre-link-orange-btn a:before{
	display:block;
	content:"";
	width:44px;
	height:44px;
	background-image:url('/img/icon_genre_logo.svg');
	background-size:contain;
	background-repeat:no-repeat;
}

.genre-table-container{
	margin-bottom: 35px;
	background: #FFF;
	box-shadow: 0 4px 7px rgb(0 0 0 / 20%);
	padding: 15px 10px 0;
	border-radius: 20px;
	width: 93%;
}

.genre-table01 li{
	border-bottom: 1px solid #ddd;
	padding: 18px 0;
	display: flex;
}


.genre-table01 li > span:nth-child(1){
	color: #333;
	font-weight: bold;
	width: 40%;
	padding-left: 5px;
}

.genre-table01 li > span:nth-child(2){
	color: #333;
	width: 55%;
	padding-left: 5px;
}

.genre-table02{
	padding-top: 10px;
	padding-left: 5px;
}

.genre-table-title{
	display: inline-block;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
	padding-left: 7px;
	height: 30px;
	text-align: left;
}


.genre-table02 li{
	padding-bottom: 20px;
	display: flex;
	font-size:15px;
}

.genre-table02 li > span:nth-child(1){
	position:relative;
	color: #333;
	width: 43%;
	margin-right:40px;
	font-weight: 700;
}

.genre-table02 li > span:nth-child(1):after{
	display:block;
	position:absolute;
	content:"";
	width:0;
	height:0;
	top:4px;
	right:-20px;
	border-color:transparent transparent transparent #A5A5A5;
	border-style:solid;
	border-width:5px 8px;
}

.genre-table02 li:nth-of-type(4) > span:nth-child(1):after{
	top:12px;
}

.genre-table02 li > span:nth-child(2){
	font-weight:500;
	padding-left: 5px;
}

.genre-table-sale{
	display: flex;
	flex-direction: column;
}

.genre-table-sale > span:nth-child(1){
	font-weight: 500;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}

.genre-table-sale > span:nth-child(2){
	font-weight: bold;
	position: relative;
	display: inline-block;
	color: #FF9A26;
	font-size: 15px;
}

.genre-table-sale > span:nth-child(1):after{
	content: "";
	display: block;
	position: absolute;
	width: 60%;
	height: 1px;
	bottom:10px;
	left:0;
	margin:auto;
	background: #333
}

.genre-table-free{
	display: flex;
	align-items: center;
	color:#FF9A26;
}

.genre-table03 {
	border-top: 1px solid #ddd;
	padding: 0 5px;
}

.genre-table03 li {
	padding: 20px 0;
	display: flex;
}

.genre-table03 li > span:nth-child(1){
color: #333;
	font-weight: bold;
	min-width: 60px;
	margin-right: 20px;
}

.genre-table03 li.caption {
	color: #FF9A26;
	padding-bottom:25px;
}

.genre-gray-container{
	display: flex;
	justify-content: center;
	box-sizing:border-box;
	margin:20px;
	padding:10px 0;
	background-color:#F3F3F3;
	border-radius:30px;
}

.genre-gray-container .container-img-box{

}

.genre-gray-container .container-img-box img{
	display:block;
	height:auto;
	margin:0 auto;
}

.genre-gray-container .container-img-box img.img_genre_top{
	width:63%;
}

.genre-gray-container .container-img-box img.img_genre_talk{
	width:53%;
}

.orange-word{
	font-weight: bold;
	color: #FF9A26;
}




@media screen and (max-width:350px) {

	.genre-table02 li{
		font-size:14px;
	}

	.genre-table02 li > span:nth-child(1){
		margin-right:30px;
	}

	.genre-table-sale > span:nth-child(2){
		font-size: 15px;
	}
}


/******追加******/



/****コンテンツ枠（白）****/
.genre-wrap-white,.genre-side-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	background: #FFFFFF;
	padding: 25px 15px 30px;
	margin-top: 15px;
}


.genre-wrap-white.genre-side-wrap h2 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

.genre-side-wrap h3{
	font-size: 20px;
	font-weight: 700;
}

.genre-wrap-white h3 {
	font-size: 18px;
	font-weight: 700;
}


.photo-concerning-img {
	width: 100%;
	display: block;
	margin: -8px auto 25px;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}



/**** 吹き出し****/
.dialogue-block-right {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 15px;
	margin-left: -1em;
}

.dialogue-block-right img{
	flex-grow: 1;
	float: left;
	width: 75px;
	max-width: 180px;
	height: auto;
	margin: auto;
}

.dialogue-block-right-txt{
	width:7em;
	height: auto;
	font-size:14px;
	background-color: #efefef;
	flex-grow: 2;
	margin-left: 1em;
	padding: 15px 20px;
	border-radius:0.5em;
}


.dialogue-block-left {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 365px;
	height: auto;
	padding: 15px 0 15px 0;
}

.dialogue-block-left img {
  flex-grow: 1;
  float: right;
  width: 75px;
  max-width: 180px;
  height: auto;
  margin: auto;
  padding: 0 5px;
}

.dialogue-block-left-txt {
  width:7em;
  height: auto;
  font-size:14px;
  background-color: #efefef;
  flex-grow: 2;
  margin: 3px 8px;
  padding: 15px 20px;
  border-radius:0.5em;
}



/****画像用****/
.photo-concerning-img3 {
	width: 100%;
	display: block;
	margin: 5px auto 30px;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}



/****h3引用****/
.site-h3-arrows {
	position: relative;
	background: #FFFAF3;
	padding: 5px;
	border-bottom: 1px solid #a3a3a3;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.site-h3-arrows:after, .site-h3-arrows:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.site-h3-arrows:before {
	border-color: rgba(163, 163, 163, 0);
	border-top-color: #aaa;
	border-width: 9px;
	margin-left: -9px;
}

.site-h3-arrows:after {
	border-color: rgba(163, 163, 163, 0);
	border-top-color: #FFFAF3;
	border-width: 8px;
	margin-left: -8px;
}




/****h3引用(白)****/
.site-h3-arrows-white {
	position: relative;
	background: #FFF;
	padding: 5px;
	border-bottom: 1px solid #a3a3a3;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

.site-h3-arrows-white:after, .site-h3-arrows-white:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.site-h3-arrows-white:before {
	border-color: rgba(163, 163, 163, 0);
	border-top-color: #aaa;
	border-width: 9px;
	margin-left: -9px;
}

.site-h3-arrows-white:after {
	border-color: rgba(163, 163, 163, 0);
	border-top-color: #FFF;
	border-width: 8px;
	margin-left: -8px;
}




/****会話コンテンツボックス****/
.talk-content-table {
	width: 93%;
	margin: 18px 0 30px 0;
	background: #fff;
	box-shadow: 0 4px 7px rgb(0 0 0 / 22%);
	padding: 15px 10px 0;
	border-radius: 10px;
}

.talk-content-table ul{
	margin-top: -10px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 15px;
}

.talk-content-table li{
	display: flex;
	padding: 5px 0;
	font-size: 15px;
	border-bottom: solid 1px #ddd;
}

.talk-content-table li > span:nth-child(2n+1){
	color: #333;
	font-weight: 700;
	width: 40%;
	padding-left: 5px;
}

.talk-content-table li > span:nth-child(2n+0){
	color: #333;
	width: 55%;
	padding-left: 5px;
}



/****評価ボックス****/
.talk-evaluation-table {
	width: 93%;
	margin: -10px 0 30px 0;
	background: #fff;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
	padding-bottom: 10px;
	border-radius: 10px;
}

.talk-evaluation-table img{
	width: 100%;
	display: block;
	margin: 0 auto 5px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.talk-evaluation-table ul{
	margin-top: -10px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 15px;
}

.talk-evaluation-table li{
	display: flex;
	padding: 5px 0;
	font-size: 15px;
	border-bottom: solid 1px #ddd;
}

.talk-evaluation-table li > span:nth-child(2n+1){
	color: #333;
	font-weight: 700;
	width: 55%;
	padding-left: 5px;
}

.talk-evaluation-table li > span:nth-child(2n+0){
	color: #FF9A26;
	width: 45%;
	padding-left: 5px;
}


/****データボックス****/
.talk-date-table {
	width: 93%;
	margin: -20px 0 30px 0;
	background: #fff;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
	padding-bottom: 10px;
	border-radius: 10px;
}

.talk-date-table img{
	width: 100%;
	display: block;
	margin: 0 auto 5px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.talk-date-table ul{
	margin-top: -10px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 20px;
}

.talk-date-table li{
	display: flex;
	padding: 10px 0;
	font-size: 15px;
	border-bottom: solid 1px #ddd;
}

.talk-date-table li > span:nth-child(2n+1){
	color: #333;
	font-weight: 700;
	width: 40%;
	padding-left: 5px;
}

.talk-date-table li > span:nth-child(2n+0){
	width: 60%;
	padding-left: 5px;
	font-size: 14px;
}

.talk-date-side {
	padding-top: 10px;
	padding-left: 5px;
}

.talk-date-side li{
	padding-bottom: 20px;
	display: flex;
	font-size:15px;
	border-bottom: solid 1px #fff;
}

.talk-date-side ul {
	padding: 10px;
}

.talk-date-side li > span:nth-child(2){
	font-weight:500;
	width: 56%;
	padding-left: 20px;
}

.talk-date-side-sale {
	display: flex;
	flex-direction: column;
	padding-left: 10px;
}

.talk-date-side-sale > span:nth-child(1){
	font-weight: 500;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}

.talk-date-side-sale > span:nth-child(2){
	font-weight: bold;
	position: relative;
	display: inline-block;
	color: #FF9A26;
	font-size: 15px;
}

.talk-date-side-sale > span:nth-child(1):after{
	content: "";
	display: block;
	position: absolute;
	width: 60%;
	height: 1px;
	bottom:10px;
	left:0;
	margin:auto;
	background: #333
}

/**** menuアコーディオン ****/
.menu-accordion-box{
	display: flex;
	flex-direction: column;
	align-items: center;
}


.menu-accordion-check{
	display: none;
}

.menu-accordion-label{
	position: relative;
	background: #FF5E95;
	box-shadow: 1px 3px 3px rgba(212,212,212,0.8);
	color: #fff;
	display: block;
	width: 80%;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-radius: 6px;
	font-size: 17px;
	font-weight: 700;
}

.menu-accordion-label:after{
	position: absolute;
	display: inline-block;
	content: '';
	background-image: url('../img/arrow-white-icon.png');
	background-repeat: no-repeat;
  vertical-align: middle;
  background-size: contain;
	height: 18px;
	width: 18px;
	padding-right: 10px;
	right: 10px;
	top: 18px;
}

.menu-accordion-content{
	border: 2px solid #d4d4d4;
	display: block;
	height: 10px;
	opacity: 0;
	width: 80%;
	padding: 10px 10px;
	transition: .5s;
	visibility: hidden;
	border-radius: 6px;
}

.menu-accordion-check:checked + .menu-accordion-label:after{
	content: '';
  background-image: url('../img/arrow-white-icon.png');
  background-repeat: no-repeat;
  transform: rotateX(180deg);
  vertical-align: middle;
  background-size: contain;
}


.menu-accordion-check:checked + .menu-accordion-label + .menu-accordion-content{
	width: 80%;
	height: fit-content;
	opacity: 1;
	padding: 10px 10px 10px 15px;
	border-radius: 6px;
	visibility: visible;
}


.menu-accordion-content ul {
font-size: 15px;
font-weight: 700;
line-height: 30px;
padding: 5px 0 10px 5px;
}

.menu-accordion-content ol {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 3px 10px 12px;
}

.menu-accordion-content li {
	line-height: 2.3;
}

.menu-accordion-content dt{
	font-size: 17px;
    font-weight: 700;
    border-bottom: solid 2px #FF5E95;
    width: fit-content;
    margin: 8px;
    padding: 0 8px;
}

.menu-accordion-content dd{
	margin: 0 10px 25px 20px;
}

.menu-accordion-content a{
	color: #4f99ff;
	font-weight: 700;
}

/****id表示位置****/
.id-postion {
	height: 50px;
	margin-top: -50px;
}



/****おすすめリスト****/
.advice-text-ol {
	margin: 10px 5px 15px -30px;
	font-size: 16px;
	font-weight: 700;
	line-height: 27px;
}


/****総合評価テキスト****/
.genre-recommendation-text {
	margin: 0 15px 15px 15px;
	font-size: 15px;
}



/****サイト比較表****/
.evaluation-comparison {
	overflow-x: scroll;
	margin: -26px 10px 20px 10px;
	color: #fff;
}

.evaluation-comparison::-webkit-scrollbar{
	display: none;
}

.evaluation-comparison-table {
	width: 100%;
	min-width: 800px;
	border-collapse: collapse;
	white-space: nowrap;
	border: solid 2px #FF9A26;
}

.evaluation-comparison-table th {
 text-align: center;
 background: #FF9A26;
 font-size: 14px;
 font-weight: 700;
 color: #fff;
 text-decoration: none;
 letter-spacing: 1px;
 padding: 5px;
}

.evaluation-comparison-table td {
	text-align: center;
	width: 800px;
	padding: 5px;
	font-size: 14px;
	color: #FF9A26;
	border: solid 1px #c7c7c7;
	text-decoration: none;
}

.evaluation-comparison-table img{
	width: 100px;
	height: auto;
}



/****ポイントリストボックス****/

.location-point-block {
  position: relative;
  width: 100%;
  padding: 5px 5px 5px 0;
	margin-bottom: 20px;
  border: solid 2.5px #FF5E95;
  border-radius: 10px;
  color: #333333;
  font-size: 1em;
  font-weight: 700;
}

.location-point-block-title{
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 20px;
  padding: 0 10px;
  line-height: 1;
  font-size: 1.1em;
  background: #fff;
  color: #FF5E95;
  font-weight: 700;
}

.location-point-block ol{
	line-height: 25px;
}

.location-point-block li{
	color:#333;
	font-weight: 700;
	margin-left: -7px;
	list-style-type: decimal !important;
}


/**重要ポイント**/
.use-point-list{
	padding: 7px 5px 7px 35px;
  line-height: 1.8;
  list-style-position: outside;
  background-color: #f0f0f0;
	border-radius: 5px;
}

.use-point-list li{
  list-style-type: square;
}


/**紹介サイトテーブル**/
.picsite-table{
	width: 100%;
	margin: 0 10px 20px;
	border: 2px solid #FF5E95;
	border-collapse: collapse;
}

.picsite-table th{
	font-size: 17px;
  font-weight: bold;
  text-align: center;
  background: #FF5E95;
	color: #fff;
  padding: 8px;
  border-bottom: 1px solid #FF5E95;
}

.picsite-table td:nth-child(odd){
	width: 40%;
  font-weight: bold;
  padding: 8px 5px 8px 10px;
  border-bottom: 1px solid #FF5E95;
  border-right: 1px solid #FF5E95;
}
.picsite-table td:nth-child(even){
	width: 65%;
  line-height: 1.45;
  padding: 8px 3px 8px 7px;
  border-bottom: 1px solid #FF5E95;
}



/**著者ブロック**/
.author-block{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-top: solid 1px #dded;
	border-bottom: solid 1px #dded;
	padding: 10px 0 13px;
}

.author-block img{
	width: 80px;
	height: 80px;
	border-radius: 50vw;
}

.author-block-text{
	font-size: 14px;
	line-height: 1.5;
	padding-left: 13px;
}

.author-block-text b{
	font-size: 16px;
}


/**関連記事**/
.pick-article{
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}

.pick-article th{
	font-size: 18px;
	padding-bottom: 7px;
	text-align: left;
	padding-left: 10px;
}

.pick-article td:nth-child(odd){
	width: 40%;
	height: auto;
	padding: 10px 7px 5px;
  border-top: solid 1px #dded;
}

.pick-article img{
	width: 100%;
}

.pick-article td:nth-child(even){
	vertical-align: top;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 7px 5px;
  border-top: solid 1px #dded;
}

.pick-article h2{
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}


/**記事間の参考記事**/
.reference-article{
	width: 100%;
	margin-bottom: 25px;
	border-collapse: collapse;
}

.reference-article th{
	font-size: 16px;
	padding-bottom: 7px;
	text-align: left;
	padding-left: 10px;
}

.reference-article td:nth-child(odd){
	width: 40%;
	height: auto;
	padding: 10px 7px 5px;
  border-top: solid 1px #dded;
	border-bottom: solid 1px #dded;
}

.reference-article img{
	width: 100%;
}

.reference-article td:nth-child(even){
	vertical-align: top;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 7px 5px;
  border-top: solid 1px #dded;
	border-bottom: solid 1px #dded;
}

.reference-article a{
	color: #4f99ff;
}


/**アコーディオン内料金表**/
.dd-payment-table{
	width: 90%;
	border-collapse: collapse;
	margin-bottom: 7px;
}

.dd-payment-table td:nth-child(odd){
	border-bottom: solid 1px #dded;
	padding: 5px 0;
}
.dd-payment-table td:nth-child(even){
	border-bottom: solid 1px #dded;
	padding: 5px 0 5px 7px;
}
.dd-notes{
	font-size: 13px; 
	padding: 5px;
}


/**まとめリスト**/
.summary-list{
  border: solid 1px #FF5E95;
  border-radius: 5px;
	line-height: 1.8;
	padding: 12px;
	margin: 20px 0;
}

.summary-list li{
	list-style-type: square;
  list-style-position: inside;
	padding-left: 10px;
}

.summary-list a{
	color: #4f99ff;
	font-weight: 700;
}


/**TOPボタン**/
#totop-btn{
	position: fixed;
	width: 20px;
	height: 20px;
  right: 20px;
 	bottom: 30px;
	background-color: rgba(255,94,149,0.6);
  padding: 15px;
  border-radius: 50%;
  z-index: 4;
}

#totop-btn-wide{
	position: fixed;
	width: 20px;
	height: 20px;
  right: 400px;
  bottom: 30px;
	background-color: rgba(255,94,149,0.6);
  padding: 15px;
  border-radius: 50%;
  z-index: 4;
}

.totop-btn-img{
	width: 20px;
	height: 20px;
	transform: rotate(180deg);
}


/**目次**/
.menu-contents{
	position: relative;
  width: 90%;
  height: fit-content;
  padding: 10px 10px 10px 30px;
  margin: 20px 10px;
  border-top: dashed 2px #FF5E95;
  border-bottom: dashed 2px #FF5E95;
}

.menu-contents-titile{
	position: absolute;
  display: inline-block;
  top: -10px;
  left: 40px;
  padding: 0 8px;
  line-height: 1em;
  font-size: 20px;
  background: #ffffff;
  color: #FF5E95;
  font-weight: 700;
}

ul.big-contents{
	counter-reset: num_f;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0 5px 5px;
}

.big-contents li{
	counter-increment: num_f;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	padding: 7px 0;
}

.big-contents li:before{
  display: inline-block;
  content: counter(num_f)". ";
	padding-right: 5px;
}

ol.side-contents {
	counter-reset: num_s;
	font-size: 15px;
	font-weight: 400;
	padding: 5px 0 5px 20px;
}

.side-contents li{
	counter-increment: num_s;
	line-height: 1.6;
	font-size: 15px;
  font-weight: 400;
}

.side-contents li:before{
  display: inline-block;
  content: counter(num_f)'-' counter(num_s)". ";
	padding-right: 5px;
}


/**発信ダイアログ**/
.no_scroll {
  overflow: hidden;
}

.modal-content {
	display: none ;
	position: fixed ;
	background: #fff;
	width: 80%;
	max-width: 530px;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	z-index: 6;
}

.modal-content02 {
	display: none ;
	position: fixed ;
	background: #fff;
	width: 80%;
	height: 80%;
	max-width: 530px;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	z-index: 6;
	overflow-x: hidden;
	overflow-y: scroll;
}

.modal-content-bannar{
	width: 100%;
	border-radius: 5px;
	margin-top: 13px;
}

#modal-overlay {
	z-index: 5;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.content-link{
	margin: 0 auto 30px;
}

/**ダイアログボタン**/
.content-link a {
	display: block;
	width: 280px;
	line-height: 20px;
	padding: 15px 7px;
	border: 2px solid #FF5E95;
	border-radius: 38px;
	font-size: 15px;
	color: #FF5E95;
	font-weight: 700;
	background: #fff;
	text-align: center;
}

.content-link a:hover {
	cursor: pointer ;
	color: #f00 ;
}

.content-link02{
	margin: 0 auto 30px;
}


.content-link02 a {
	display: block;
	width: 280px;
	line-height: 20px;
	padding: 15px 7px;
	border: 2px solid #FF5E95;
	border-radius: 38px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	background: #FF5E95;
	text-align: center;
}

.content-link02 a:hover {
	cursor: pointer ;
	color: #f00 ;
}


/** ダイアログのテキスト **/
.content-clor-text{
	font-size: 30px;
	font-weight: 700;
	color: #FF5E95;
	margin: 0;
}

/**ダイアログを閉じるアイコン**/
.content-link-btn{
	display: inline-block;
	width: 80%;
	padding: 10px;
	margin: 0 auto 15px;
	border-radius: 38px;
	background: #FF5E95;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

.midel-close-btn{
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	right: -10px;
	top: -10px;
	background: #fff;
	padding: 3px;
	border: solid 2px #333;
	border-radius: 50%;
}

.modal-close-btn02{
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 5px;
	top: 5px;
	background: #fff;
	padding: 3px;
	border: solid 2px #333;
	border-radius: 50%;
}

.luky_code-description{
	text-align: left;
	margin: 10px auto 20px;
}

.luky_code-description span{
	font-size: 17px;
	font-weight: 700;
}
.luky_code-display{
	font-size: 20px;
	font-weight: 700;
	margin: 10px auto;
}


.luky_code-description{
	text-align: left;
	margin: 10px auto 20px;
}

.luky_code-description span{
	font-size: 17px;
	font-weight: 700;
}
.luky_code-display{
	font-size: 20px;
	font-weight: 700;
	margin: 10px auto;
}


/**ダイヤル先のサイト名下線**/
.text-arrows-line{
	position: relative;
	background: #FFF;
	padding: 5px;
	margin: 10px auto 20px;
	border-bottom: 1px solid #a3a3a3;
	width: fit-content;
	font-size: 16px;
	text-align: center;
}

.text-arrows-line:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	position: absolute;
	pointer-events: none;
	border-color: rgba(163, 163, 163, 0);
	border-top-color: #aaa;
	border-width: 9px;
	margin-left: -9px;
}

.text-arrows-line:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	position: absolute;
	pointer-events: none;
	border-color: rgba(163, 163, 163, 0);
	border-top-color: #FFF;
	border-width: 8px;
	margin-left: -8px;
}

.site-introduction-notes{
	display: inline-block;
	text-align: left;
	font-size: 12px;
	width: 80%;
	margin-block-start: 0;
	margin-block-end: 0;
}

a.dial-link{
	width: calc(90% - 70px);
	height: 50px;
	border: 1px solid #707070;
	display: block;
	margin: 10px auto 40px;
	line-height: 18px;
	text-align: center;
	font-size: 17px;
	color: #2a2a2a;
	font-weight: bold;
	border-radius: 26px;
}