
/*----------------------------------------------------------------------*/
/*モーダル--------------------------------------------------------------*/
/*----------------------------------------------------------------------*/

/*--基本設定----------------------------------------------*/

/*
カンプから変更
url(../img/*******
↓
url(/img/www/wa/img/*******
*/

.modal_webPushBonusEntryDialog,/* システム追加 */
.modal_announcement,/* システム追加 */
.modal_followButton,/* システム追加 */
.modal_mapsend, /* システム追加 */
.modal_common, /* システム追加 */
.modal_albumComment, /* システム追加 */
.modal_entryPhotoPost, /* カンプから変更 */
.modal_takeover,
.modal_albumList,
.modal_albumPost,
.modal_albumDetail,
.modal_albumViewer,
.modal_matching,
.modal_result,
.modal_block,
.modal_post_photo,
.modal_photoViewer,
.modal_imagePlay,
.modal_moviePlay,
.modal_voicePlay,
.modal_template,
.modal_map,
.modal_photoSelect,
.modal_good,
.modal_billing,
.modal_present,
.modal_presentLimit,
.modal_lack,
.modal_quit,
.modal_photoMessage,
.modal_pointerror,
.modal_exit,
.modal_free,
.modal_freeResult,
.modal_caching,
.modal_random, .modal_flow_1, .modal_flow_2, .modal_flow_3, .modal_help,.modal_notice{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	visibility: hidden;
	transition: .3s linear;
}

.modal_albumRegister{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	visibility: hidden;
	transition: .3s linear;
}

.modal_search,
.modal_shooting{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(27,27,27,1.0);
	opacity: 0;
	visibility: hidden;
	transition: .3s linear;
}

/* カンプから削除 お知らせにモーダル使わないので。
/* コメントアウトはずさないで。お知らせメッセージ一覧に表示されなくなるので。
.modal_newsList{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(27,27,27,1.0);
	opacity: 0;
	visibility: hidden;
	transition: .3s linear;
}
*/
/* カンプ編集 .modal_mission追加 */
.modal_mission,
.modal_mission_1,
.modal_mission_2,
.modal_mission_3,
.modal_mission_4,
.modal_mission_5,
.modal_mission_6,
.modal_mission_7,
.modal_mission_8,
.modal_mission_9{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	visibility: hidden;
	transition: .3s linear;
}

/* PWA用 */
/* カンプ編集 .modal_fcmpayload追加 */
.modal_fcmpayload{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(27,27,27,0.8);
	opacity: 0;
	visibility: hidden;
	transition: .3s linear;
}
.mod-title{
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #acacac;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	color: #000;
}
.mod-body{
	margin: 0;
	padding: 20px;
}
.fcmpayloadButton{
	margin: 20px 20% 10px 20%;
	padding: 10px 0 10px 0;
	border: none;
	border-radius: 8px;		/* CSS3闕画｡� */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome逕ｨ */
	-moz-border-radius: 8px;	/* Firefox逕ｨ */
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	background: #818181;
}
/* PWA用 */

.searchList_editor{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(183,183,183,0.5);
	opacity: 0;
	visibility: hidden;
	transition: .3s linear;
}


.talkList_editor{
	position: fixed;
	bottom: 15px;
	left: 0;
	z-index: 10000;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s linear;
}


.is-open{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.dialogBox{
	overflow: hidden;
	position: absolute;
	/*left: calc(50% - 150px);*/
	/*top: calc(45% - 100px);*/
	top: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 80%;
	margin: 0;
	padding: 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	background: #222222;
}

.dialogEditor{
	overflow: hidden;
	position: absolute;
	top: 10%; /* カンプから変更 top: 25%;*/
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 80%;
	margin: 0;
	padding: 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	background: #222222;
}



.goodBox{
	overflow: hidden;	
	position: absolute;
	top: 10%; /* カンプから変更 top: 25%;*/
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 80%;
	margin: 0;
	padding: 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	background: #222222;
}


.dialogTitle{
	/* カンプ編集 margin: 0 0 15px 0;*/
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #333;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.dialogContent{
	margin: 0;
	padding: 0;
}

.dialogContent p{
	margin: 0;
	padding: 0 40px;
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
}

.dialogHeart{
	width: 120px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}


.dialogPhoto{
	overflow: hidden;
	width: 120px;
	margin: 0 auto 0 auto;
	padding: 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	text-align: center;
}

.dialogContent ul{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 10px 0 15px 10px;
}

.dialogContent ul li{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}


.dialogContent dl{
	box-sizing: border-box;
	margin: 0 10px 15px 10px;
	padding: 0;
}

.dialogContent dl dt{
	width: 50%;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
	border: 1px solid #454545;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	text-align: center;
	color: #fff;
}


.dialogContent dl dd{
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	font-size: 0.8rem;
	text-align: left;
	color: #fff;
	word-wrap: break-word;
}



.dialogViewer{
	overflow: hidden;
 	position: relative;
	top: 50px; /* カンプから変更 top: 70px;*/
	box-sizing: border-box;
	width: 300px;
	height: 450px; /* カンプから変更 height: 533px;*/
	margin: 0 auto 0 auto;
	padding: 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	background: #222222;
}

.dialogViewer_inner{
	overflow: hidden;	
	position: absolute;
	left: calc(50% - 150px);
	top: calc(45% - 155px); /* カンプから変更 top: calc(45% - 100px);*/
	margin: 0;
	padding: 10px;
}



.dialogButton{
	list-style: none;
	overflow: hidden;
	width: 80%;
	margin: 15px auto 15px auto;
	padding: 0 0 0 0;
	font-size: 0.8rem;
}


.dialogButton .cancel,
.dialogButton .reset,
.dialogButton .permit,
.dialogButton .skip{
	float: left;
	box-sizing: border-box;
	width: 45%;
	height: 40px;
	margin: 0;
	padding: 10px 0 10px 0;
	border: none;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	background: #818181;
}

/* カンプ変更 .ok追加 */
.dialogButton .yes,
.dialogButton .ok,
.dialogButton .go,
.dialogButton .decision,
.dialogButton .match,
.dialogButton .stop,
.dialogButton .exchange,
.dialogButton .register{
	float: right;
	box-sizing: border-box;
	width: 45%;
	margin: 0;
	height: 40px;
	padding: 10px 0 10px 0;
	border: none;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	background: #ff0586;
}

.dialogButton .setting{
	float: right;
	box-sizing: border-box;
	width: 45%;
	margin: 0;
	height: 40px;
	padding: 10px 0 0 0;
	border: none;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	background: #ff98b8;
}

.dialogButton .ok{
	display: block;
	width: 45%;
	margin: 0 auto 10px auto;
	padding: 10px 0 10px 0;
	border: none;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	background: #ff98b8;
}



.dialogButton .exit{
	display: block;
	width: 45%;
	margin: 0 auto 10px auto;
	padding: 10px 0 10px 0;
	border: none;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	background: #ff98b8;
}

.dialogButton .yes a{
	text-decoration: none;
	color: #fff;
}


/* カンプに追加 */
.dialogCenterButton{
	margin: 20px 20% 10px 20%;
	padding: 10px 0 10px 0;
	border: none;
	border-radius: 8px;		/* CSS3闕画｡� */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome逕ｨ */
	-moz-border-radius: 8px;	/* Firefox逕ｨ */
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	background: none;
}


.dialogButton .match,
.dialogButton .renew{
	float: right;
	box-sizing: border-box;
	width: 45%;
	margin: 0;
	height: 40px;
	padding: 10px 0 0 0;
	border: none;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	background: #818181;
}

.shut{
	width: 45%;
	margin: 0 auto 10px auto;
	padding: 10px 0 10px 0;
	border: none;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	background: #818181;
}

.modal_btn_close{
        position:fixed;
	top: 30px;
	right: 30px;
	width: 30px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.modal_btn_close_2{
  	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	box-sizing: border-box;
	margin: 0;
	padding: 0 3px 3px 3px;
	border: 3px solid #fff;
	border-radius: 50%;		/* CSS3草案 */
	-webkit-border-radius: 50%;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50%;	/* Firefox用 */
	text-align: center;
}


.modal_btn_bottom{
	width: 30px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

.decideButton{
	display: block;
	width: 40%;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	border: none;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	background: #f7738a;
}


.form_kit{
	margin: 0;
	padding: 0;

}

.form_kit table{
	box-sizing: border-box;
	width: 100%;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	border-collapse: collapse;
	border-spacing: 0;
	/* カンプ変更	margin: 0 0 30px 0;  */
	margin: 30px 0 10px 0; 
	padding: 0;
}

.form_kit tr{ border-bottom: 1px solid #333;}

.form_kit td{ 
	box-sizing: border-box;
	margin: 0;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
}

.form_kit select{
	-webkit-appearance:none;
}

input[type="text"]{
	position:relative; 
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	border: none; 
	font-size: 0.8rem;
	color: #fff;
	background: #333;
}

input[type="email"]{
	position:relative; 
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	border: none; 
	font-size: 0.8rem;
	color: #000;
	background: #f0f0f0;
}

input[type="password"]{
	position:relative; 
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	border: none; 
	font-size: 0.8rem;
	color: #000;
	background: #f0f0f0;
}

.selectBox{
	position:relative; 
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	border: none; 
	font-size: 0.8rem;
	color: #fff;
	background: #333;
}	

.selectBox_min{
	position:relative; 
	box-sizing: border-box;
	width: 48%;
	margin: 0;
	padding: 10px;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	border: none; 
	font-size: 0.8rem;
	color: #000;
	background: #fff;
}

.item{ color: #fff; }



.input-range[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  height: 5px;
  width: 90%;
  border-radius: 6px;

  &:focus,
  &:active {
    outline: none;
  }

  &::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    border: 2px solid rgba(0, 0, 0, .7);
    width: 22px;
    height: 22px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }

  &:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .6);
    transition: .4s;
  }
}


.form_kit .saveButton{
	display: block;
	width: 40%;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	border: none;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	background: #ff0586;
}

.form_kit .headline{

	font-size: 0.8rem;
	text-align: center;
	color: #fff;

}

.form_kit .textbox{
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
}


/*--アルバム 画像投稿----------------------------------------------*/


.postPhoto{
	overflow: hidden;
	position: absolute;
	/*left: calc(50% - 150px);*/
	/*top: calc(45% - 100px);*/
	top: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 80%;
	margin: 0;
	padding: 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	background: #222222;
}


.postPhoto_inner{
	overflow-y:scroll;
	height: 350px;
	margin: 0;
	padding: 15px;
}

.postPhoto_Title{
	margin: 0 0 15px 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #333;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.postPhoto p{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	
}

.postPhoto_viewer{
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

.postPhoto .send{
	margin: 0 auto 15px auto;
	padding: 0;
	font-size: 0.8rem;
	text-align: center;
	color: #000;

}

.postPhoto .upfiles{ width: 100%; color: #fff; }

.postPhoto .cancel{
	width: 45%;
	margin: 10px auto 10px auto;
	padding: 5px 0 5px 0;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
}


/*--マッチング----------------------------------------------*/


.modal_macthing .dialogContent p{
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
}


.modal_macthing .dialogContent ul{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 10px 0 15px 10px;
}

.modal_macthing .dialogContent ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}


.modal_result .dialogContent p{
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;

}

.modal_result .dialogPhoto{
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 0;
}


.modal_result .dialogPhoto_matching{
	display: block;
	box-sizing: border-box;
	width: 50%;
	margin: 0 auto 0 auto;
	padding: 5px;

}

.modal_result .dialogPhoto_matching img{
	display: block;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */

}


.modal_result .yes{ padding: 11px 0 13px !important;}


/*--検索条件----------------------------------------------*/

.modal_search_inner{
	margin: 0;
	padding: 20px 0 0 0;
}


/*--ご案内----------------------------------------------*/

.newsList{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #454545;
}

.newsList li{
  	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #454545;
	font-size: 1.0rem;
	text-align: left;
	color: #fff;
}


.newsList li a{
	display: block;
	margin: 0;
	padding: 10px;
  	text-decoration: none;
	color: #fff;
}


.newsList li:after{
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border: 0;
	border-top: solid 2px #454545;
	border-right: solid 2px #454545;
	transform: rotate(45deg);
	content: '';
}

.newsList .status{
	box-sizing: border-box;
	margin: 0 10px 0 0;
	padding: 3px 10px 3px 10px;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
	background: #fd0dab;
}


/*--プロフィール画像登録----------------------------------------------*/

.postPhoto_inner{
	margin: 0;
	padding: 0;
}

.photo_viewer{
	width: 80%;
	margin: 50px auto 15px auto;
	padding: 0;
	text-align: center;
}


.photo_sub{
	list-style: none;
	display: flex;
	margin: 0 5px 0 5px;
	padding: 0;
}

.photo_sub li{
	margin: 5px;
	padding: 0;
	border: 3px solid #454545;
}

.photo_uploader{
	width: 30%;
	margin: 0 auto 0 auto;
	padding: 0;
}

.photo_uploader_icon{
	width: 30%;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}


.exit_btn{
	display: block;
	width: 40%;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	border: none;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	background: #ff0586;
}

/*--ナイス----------------------------------------------*/


.modal_good p{ text-align: center; color: #fff;}


/*--ナイス課金画面----------------------------------------------*/


.modal_billing p{
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	font-size: 0.8rem;
	text-align: left;
	color: #fff;

}

.modal_billing .billingIcon{
	list-style: none;
	display: table;
	margin: 0 0 10px 0;
	padding: 0 5px 0 5px;	
}

.modal_billing .billingIcon li{
	display: table-cell;
	position: relative;
	width: 33.3%;
	margin: 0;
	padding: 0;
	text-align: center;	
}

.modal_billing .billingIcon li img{
	width: 90%;
	margin: 0;
	padding: 0;
	border-radius: 8%;		/* CSS3草案 */
	-webkit-border-radius: 8%;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8%;	/* Firefox用 */
}

.modal_billing .billingIcon li .goodNumber{
	position: absolute;
	top: 35%; /* カンプから変更 top: 40%;*/
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin: 0;
	padding: 0;	
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

.modal_billing .billingIcon li .goodCount{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
}

.modal_billing dl{
	display: table;
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 0;
}


.modal_billing dt{
	display: table-cell;
	width: 70%;
	margin: 0;
	padding: 0;	
	font-size: 0.8rem;
	text-align: right;
	color: #fff;
}

.modal_billing dd{
	display: table-cell;
	width: 30%;
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
	text-align: left;
	color: #fff;	
}

.modal_present .commtent_inner{
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	border: 1px solid #333;
	border-radius: 8%;		/* CSS3草案 */
	-webkit-border-radius: 8%;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8%;	/* Firefox用 */
	font-size: 1rem;
	text-align: center;
	color: #fff;
	background: #434343;
}

.modal_present .icon_present{
	width: 30%;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

.modal_present .timeLimit{
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	border-top: 1px solid #333;
	font-size: 0.8rem;
	text-align: center;
	color: #fff;

}

.modal_present .comment p{

	font-size: 1.0rem;
	text-align: center;
	color: #fff;
}



/*--クーポン----------------------------------------------*/

.modal_free .coupon_icon{
	width: 120px;
	margin: 0 auto 0 auto;
	padding: 10px 0 15px 0;
}

.modal_free .coupon_name{
	clear: both;
	width: 90%;
	margin: 0 auto 15px auto;
	padding: 5px 0 5px 0;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	font-size: 1.0rem;
	text-align: center;
	color: #fff;
	background: #ab0aff;
}


/*--トークプレゼント----------------------------------------------*/

.modal_presentLimit .dialogContent p{
	margin: 0;
	padding: 15px  0 15px 0 !important;
	
}

/*--キャッシング----------------------------------------------*/

.modal_caching_inner .dialogTitle{
	margin: 0;
}

.modal_caching_inner .dialogContent{
	margin: 0;
	padding: 5px 0 5px 0;
	background: #f0f0f0;
}

.modal_caching_inner .dialogContent p{
	padding: 0;
	color: #000;
}

.modal_caching_inner{
    overflow: hidden;
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
    margin: 0;
    padding: 0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    background: #222222;
}


.modal_caching_inner .caching_list{
	list-style: none;
	overflow-y: scroll; 
	height: 40vh;
	margin: 0;
	padding: 0;
}

.modal_caching_inner .caching_plan{
	overflow: hidden;
	width: 96%;
	margin: 0 auto 5px auto;
	padding: 0;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	background: #fff;
}

.modal_caching_inner  .caching_list .plan a{
	text-decoration: none;
	color: #fff;
}

.modal_caching_inner .plan_name{
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 1.0rem;
	color: #fff;
	text-align: center;
}

.modal_caching_inner .plan_name a{
	text-decoration: none;
	color: #fff;
}

.modal_caching_inner .cachingSlider_1,
.modal_caching_inner .cachingSlider_2,
.modal_caching_inner .cachingSlider_3,
.modal_caching_inner .cachingSlider_4,
.modal_caching_inner .cachingSlider_5,
.modal_caching_inner .cachingSlider_6{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.modal_caching_inner .caching_list .plan{
	display: table !important;
	overflow: hidden;
	width: 80% !important;
	margin: 15px auto 15px auto;
	padding: 0;
	border: 1px solid #e6e6e6;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	vertical-align: middle;
}


.modal_caching_inner .caching_list .plan_point{
	display: table-cell;
	box-sizing: border-box;
	width: 38%;
	margin: 0 0 0 2%;
	padding: 10px 0 10px 0;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: linear-gradient(0deg, rgba(255,50,119,1) 0%, rgba(252,123,176,1) 100%);
}

.modal_caching_inner .caching_list .plan_price{
	display: table-cell;
	box-sizing: border-box;
	width: 58%;
	margin: 0 2% 0 0;
	padding: 10px 10px 10px 0;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: right;
	color: #000;
	background: #f0f0f0;
}

.modal_caching_inner .caching_list .plan_banner{
	box-sizing: border-box;
	margin: 0 auto 0 auto;
	padding: 5px 5% 5px 5%;
	text-align: center;
}


.modal_caching_inner .caching_other{
	width: 96%;
	margin: 15px auto 10px auto;
	padding: 0;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	font-size: 1.2rem;
	text-align: center;
	color: #000;
	background: #f0f0f0;
}


.modal_caching_inner .caching_other a{
	display: block;
	margin: 0;
	padding: 15px 0 15px 0;
	text-decoration: none;
	color: #000;
}

.modal_caching .close{
	width: 30%;
	margin: 10px auto 10px auto;
	padding: 5px 0 5px 0;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	font-size: 0.8rem;
	text-align: center;
	color: #000;
	background: #e6e6e6;
}


/*--一斉送信----------------------------------------------*/


.talkList_editor_inner{
	width: 90%;
	margin: 0 auto 10px auto;
	padding: 0 0 3px 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	text-align: center;
	background: #fff;
}

.talkList_editor_inner p{
	margin: 0;
	padding: 0;
	color: #ff0000;
}

.talkList_editor_inner .dialogTitle{
	margin: 0;
	padding: 5px 0 5px 0;
}

.talkList_editor_inner .flexta{
	position: relative;
	font-size: 12px;
	margin:2% 0;
}

.talkList_editor_inner .flexta_waku {
	overflow: hidden;
  	visibility: hidden;
  	box-sizing: border-box;
	min-height: 40px;
  	padding: 5px;
  	border: 1px solid;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	overflow-wrap: break-word;
}

.talkList_editor_inner .flexta_ta {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	box-sizing: border-box;
  	width: 90%;
  	height: 100%;
	margin: 0 auto 0 auto;
	padding: 5px;
  	border: 1px solid #b6c3c6;
  	border-radius: 4px;
  	color: inherit;
 	font: inherit;
  	letter-spacing: inherit;
  	background-color: transparent;
	resize: none;
}


.talkList_editor_inner .dialogButton{
	margin: 5px auto 5px auto;
}

/*--ランダム送信----------------------------------------------*/

.searchList_editor_inner{
	overflow: hidden;
	position: fixed;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto 10px auto;
	padding: 0 0 3px 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	text-align: center;
	background: #fff;
}


.searchList_editor_inner .dialogTitle{
	margin: 0;
	padding: 5px 0 5px 0;
	background: #fff;
}

.searchList_editor_inner p{
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 0.8rem;
	text-align: center;
}

.searchList_editor_inner .note{
	font-size: 0.8rem;
	color: #ff0000;
}

.searchList_editor_inner .flexta{
	position: relative;
	font-size: 12px;
	margin:2% 0;
}

.searchList_editor_inner .flexta_waku {
	overflow: hidden;
  	visibility: hidden;
  	box-sizing: border-box;
	min-height: 40px;
  	padding: 5px;
  	border: 1px solid;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	overflow-wrap: break-word;
}

.searchList_editor_inner .flexta_ta {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	box-sizing: border-box;
  	width: 90%;
  	height: 100%;
	margin: 0 auto 0 auto;
	padding: 5px;
  	border: 1px solid #b6c3c6;
  	border-radius: 4px;
  	color: inherit;
 	font: inherit;
  	letter-spacing: inherit;
  	background-color: transparent;
	resize: none;
}

.searchList_editor_inner .dialogButton{
	margin: 5px auto 5px auto;
}

/*--ランダム送信済----------------------------------------------*/

.modal_random_inner{
	position: absolute;
	top: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 90%;
	margin: 0 auto 10px auto;
	padding: 0 0 3px 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	text-align: center;
	background: #fff;
}

.random_inner .dialogContent p{
	font-size: 0.8rem;
}

.random_inner .dialogContent .note{
	font-size: 0.8rem;
	color: #ff0000;
}

/*--狙い撃ち設定----------------------------------------------*/

.modal_shooting{
	overflow-y: scroll;
}

.modal_shooting .dialogTitle{
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
	background: #fff;
}

.modal_shooting .about{
	box-sizing: border-box;
	width: 96%;
	margin: 0 auto 10px auto;
	padding: 0;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	background: rgba(255,255,255,0.3);
}

.modal_shooting .headline{
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e6e6e6;
	font-size: 0.8rem;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.modal_shooting .about p{
	margin: 0;
	padding: 5px;
	font-size: 0.8rem;
	text-align: left;
}

.modal_shooting .about .note{color: #ff0000;}

.modal_shooting .modal_shooting_inner .count{
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	font-size: 0.8rem;
	text-align: center;
	color: #ff0000;
	background: #fff;
}

.modal_shooting .form_col{
	box-sizing: border-box;
	width: 96%;
	margin: 0 auto 5px auto;
	padding: 10px 0 10px 0;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	background: rgba(255,255,255,0.3);
}

.modal_shooting .form_col p{
	margin: 0 0 5px 10px;
	padding: 0;
	color: #898989;
}


.modal_shooting .range{
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 0;
}


.modal_shooting .range .meter{
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 0.8rem;
	text-align: center;
}

.modal_shooting .form_kit {margin: -12px 0 0 0;}

.modal_shooting .form_kit table{ margin: 0;}

.modal_shooting .shooting_editor{
	box-sizing: border-box;
	width: 96%;
	margin: -15px auto 0 auto;
	padding: 0;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	background: #fff;
}

.modal_shooting .shooting_editor p{
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e6e6e6;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	color: #f7738a;
}

.modal_shooting .flexta{
	position: relative;
	font-size: 12px;
	margin:2% 0;
}

.modal_shooting .flexta_waku {
	overflow: hidden;
  	visibility: hidden;
  	box-sizing: border-box;
	min-height: 40px;
  	padding: 5px;
  	border: 1px solid;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	overflow-wrap: break-word;
}

.modal_shooting .flexta_ta {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	box-sizing: border-box;
  	width: 90%;
  	height: 100%;
	margin: 0 auto 0 auto;
	padding: 5px;
  	border: 1px solid #b6c3c6;
  	border-radius: 4px;
  	color: inherit;
 	font: inherit;
  	letter-spacing: inherit;
  	background-color: transparent;
	resize: none;
}

.modal_shooting .dialogButton {margin: 0 auto 0 auto;}


@media screen and (min-width: 681px){


.dialogBox{
	overflow: hidden;	
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 480px;
	margin: 0;
	padding: 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	background: #222222;
}

.dialogEditor{
	overflow: hidden;	
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 480px;
	margin: 0;
	padding: 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	background: #222222;
}


.goodBox{
	overflow: hidden;	
	position: absolute;
	top: 10%; /* カンプから変更 top: 25%;*/
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 480px;
	margin: 0;
	padding: 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	background: #222222;
}


.modal_billing p{
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
}

.modal_billing dl{
	width: 50%;
}

.modal_present .commtent_inner{
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	border: 1px solid #333;
	border-radius: 32px;		/* CSS3草案 */
	-webkit-border-radius: 32px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 32px;	/* Firefox用 */
	font-size: 1rem;
	text-align: center;
	color: #fff;
	background: #434343;
}

/*--年齢認証 画像登録----------------------------------------------*/

.modal_entryPhoto_inner{
	overflow: hidden;
	position: absolute;
	/*left: calc(50% - 150px);*/
	/*top: calc(45% - 100px);*/
	top: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 430px;
	margin: 0;
	padding: 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	background: #222222;
}

/*--アルバム 画像投稿----------------------------------------------*/

.postPhoto{
	overflow: hidden;
	position: absolute;
	/*left: calc(50% - 150px);*/
	/*top: calc(45% - 100px);*/
	top: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 430px;
	margin: 0;
	padding: 0;
	border-radius: 16px;		/* CSS3草案 */
	-webkit-border-radius: 16px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 16px;	/* Firefox用 */
	background: #222222;
}


/*--プロフィール画像----------------------------------------------*/

.photo_viewer{
	width: 50%;
	margin: 50px auto 15px auto;
	padding: 0;
	text-align: center;
}


.photo_sub{
	list-style: none;
	display: flex;
	width: 30%;
	margin: 0 auto 0 auto;
	padding: 0;
}

.photo_sub li{
	margin: 5px;
	padding: 0;
	border: 3px solid #454545;
}

.photo_uploader{
	width: 150px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.photo_uploader_icon{
	width: 150px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}


.exit_btn{
	display: block;
	width: 15%;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	border: none;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	background: #f7738a;
}

/*--ご案内----------------------------------------------*/

.newsList{
	list-style: none;
	width: 100%;
	margin: 165px 0 0 0;
	padding: 0;
}

/*年齢認証 写真登録--------------------------*/

#entryAge .modal_entryPhoto_inner{
	margin: 54px 0 0 0;
	padding: 0;
}

#entryAge .entryPhoto_thumnail{
	position:relative; 
	width: 30%;
	margin: 15px auto 15px auto;
	padding: 0;
	border-radius: 50%;		/* CSS3草案 */
	-webkit-border-radius: 50%;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50%;	/* Firefox用 */
}

#entryAge .entryPhoto_thumnail img{
	border-radius: 50%;		/* CSS3草案 */
	-webkit-border-radius: 50%;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50%;	/* Firefox用 */
}

#entryAge .upload{
	overflow: hidden;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	right: -5%;
	width: 40%;
	margin: 0 auto 0 auto;
	padding: 5px;
	border: 3px solid #fff;
	border-radius: 50%;		/* CSS3草案 */
	-webkit-border-radius: 50%;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50%;
	background: #ff0586;
}

#entryAge .about{
	width: 85%;
	margin: 0 auto 0 auto;
	padding: 15px;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;
	background: #333;
}

#entryAge .about p{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 0.8rem;
	color: #fff;
}

#entryAge .about .note{
	font-size: 0.8rem;
	color: #ff0000;
}


/*--キャッシング----------------------------------------------*/

.modal_caching_inner{
    overflow: hidden;
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 480px;
    margin: 0 auto 0 auto;
    padding: 0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    background: #222222;
}


}/*END*/


/*---20230912 PWA追加---*/

.flowSlider{
	margin: 10px 10px 0 10px;
	padding: 0;
}

.flow{
	position:relative;
	box-sizing: border-box;
	width: 90%;
	margin: 30px auto 5px auto;
	padding: 10px;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
  	-moz-border-radius: 8px;	/* Firefox用 */
	background: #fff;
}

.flow::after{
	position: absolute;
	box-sizing: border-box;
	top:-15px;
	left:50%;
	transform: translateX(-50%);
	width: 40%;
	margin: 0 auto 30px auto;
	padding: 10px;
	border: 3px solid #fff;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
  	-moz-border-radius: 50px;	/* Firefox用 */
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #02b6fa;
}

.step_1::after{ content:"step1";}
.step_2::after{ content:"step2";}
.step_3::after{ content:"step3";}
.step_4::after{ content:"step4";}
.step_5::after{ content:"step5";}

.flow img{
	margin: 0 0 10px 0;
	border: 1px solid #acacac;
}

.flow p{
	margin: 0;
	padding: 0 0 0 0;
	font-size: 1.2rem;
	text-align: left;
	line-height: 110%;
	color: #000;
}


.modal_flow_1 .next-arrow,
.modal_flow_2 .next-arrow,
.modal_flow_3 .next-arrow{width: 25px;}

.modal_flow_1 .prev-arrow,
.modal_flow_2 .prev-arrow,
.modal_flow_3 .prev-arrow{width: 25px;}


.modal_flow_1 .close,
.modal_flow_2 .close,
.modal_flow_3 .close{
    width: 60%;
    margin: 10px auto 10px auto;
    padding: 10px 0 10px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    background: #e6e6e6;
}

.modal_help .helpSlider{
	margin: 10px 10px 0 10px;
	padding: 0;
}

.modal_help .help{
	position:relative;
	box-sizing: border-box;
	width: 90%;
	margin: 30px auto 5px auto;
	padding: 10px;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
  	-moz-border-radius: 8px;	/* Firefox用 */
	background: #fff;
}

.modal_help .help img{
	margin: 0 0 10px 0;
	border: 1px solid #acacac;
}

.modal_help .help p{
	color: #000;
}

.modal_help .help::after{
	position: absolute;
	box-sizing: border-box;
	top:-15px;
	left:50%;
	transform: translateX(-50%);
	width: 40%;
	margin: 0 auto 30px auto;
	padding: 10px;
	border: 3px solid #fff;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
  	-moz-border-radius: 50px;	/* Firefox用 */
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #02b6fa;
}

.modal_help .h_step_1::after{ content:"ヘルプ1";}
.modal_help .h_step_2::after{ content:"ヘルプ2";}
.modal_help .h_step_3::after{ content:"ヘルプ3";}
.modal_help .h_step_4::after{ content:"ヘルプ4";}
.modal_help .h_step_5::after{ content:"ヘルプ5";}
.modal_help .h_step_6::after{ content:"ヘルプ6";}

.modal_help .close {
    width: 60%;
    margin: 10px auto 10px auto;
    padding: 10px 0 10px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    background: #e6e6e6;
}

.modal_video_viewer{
	overflow: hidden;
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 45px 0 0 0;
}


.modal_video_1 .modal_btn_close{
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 9999;
	width: 30px;
	margin: 0;
	padding: 0;
}


/*--20231005 PWA 許可表示追加----------------------------------------------*/

.modal_notice .close{
    width: 60%;
    margin: 10px auto 10px auto;
    padding: 10px 0 10px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    background: #e6e6e6;
}

.noticeSlider{
	margin: 10px 10px 0 10px;
	padding: 0;
}

.modal_notice .help{
	position:relative;
	box-sizing: border-box;
	width: 90%;
	margin: 30px auto 5px auto;
	padding: 10px;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
  	-moz-border-radius: 8px;	/* Firefox用 */
	color: #000;
	background: #fff;
}

.modal_notice .help::after{
	position: absolute;
	box-sizing: border-box;
	top:-15px;
	left:50%;
	transform: translateX(-50%);
	width: 40%;
	margin: 0 auto 30px auto;
	padding: 10px;
	border: 3px solid #fff;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
  	-moz-border-radius: 50px;	/* Firefox用 */
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #02b6fa;
}

.modal_notice .h_step_1::after{ content:"ヘルプ1";}
.modal_notice .h_step_2::after{ content:"ヘルプ2";}
.modal_notice .h_step_3::after{ content:"ヘルプ3";}
.modal_notice .h_step_4::after{ content:"ヘルプ4";}
.modal_notice .h_step_5::after{ content:"ヘルプ5";}
.modal_notice .h_step_6::after{ content:"ヘルプ6";}

.modal_notice .help img{
	margin: 0 0 10px 0;
	border: 1px solid #acacac;
}

.modal_notice .help p{
	margin: 0;
	padding: 0 0 0 0;
	font-size: 1.2rem;
	text-align: left;
	line-height: 110%;
	color: #000;
}

.modal_help .next-arrow,
.modal_notice .next-arrow{width: 25px;}

.modal_help .prev-arrow,
.modal_notice .prev-arrow{width: 25px;}

