@charset "utf-8";

/*--- reset */
* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}

li {
	padding:0;
}

table {
  border-collapse: collapse;
}


input, select {
    vertical-align:middle;
}

a{
	color: #f83595;
	color:#fff;
    -webkit-tap-highlight-color:transparent;
}

/*
a:hover{
	color: #999;
	color:#fff;
	text-decoration:none;
}
*/
a img {
    border-style:none;
}

.center{
	text-align: center;
	margin: 0 auto;
}

.pink{
	color: #ea65a1;
	font-weight: bold;
}

.red{
	color: #ff0000;
	font-weight: bold;
}

.blue{
	color: #1732D3;
	font-weight: bold;
}

.green{
	color: #2A901A;
	font-weight: bold;
}

.yline {
    background: linear-gradient(transparent 74%, #ff0 0%);
    font-weight: bold;
}

.b {
	font-size:18px;
    font-weight: bold;
}

.txt34{
	font-size: 34px;
	line-height: 44px;
}


.txt18{
	font-size: 18px;
	line-height: 28px;
}

.txt20{
	font-size: 20px;
	line-height: 30px;
}

.txt24{
	font-size: 24px;
	line-height: 34px;
}
html,body {
  -webkit-text-size-adjust: none;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}


body {
	width:100%; 
	height: auto;
	margin: 0 auto;
	font-family:"メイリオ",meiryo,Arial,san-serif;
	color:#333;
	font-size:14px;
	line-height: 24px; 
	background:#fff;
}



img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}


#container {
	overflow:hidden;
	text-align:left;
	margin: 0 auto;
	padding: 52px 0 80px;
}

#container-top {
	overflow:hidden;
	text-align:left;
	margin: 0 auto;
	padding: 0 0 80px;
}

#header{
	background: #333;
	border-bottom: 1px solid #666;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #d2b48c;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	margin: 0 auto;
}

.header_talk{
	position:absolute;
	right:10px;
	top:5px;
	font-size:24px;
	line-height: 18px;
	color: #333;
}
.header_talk p{
	font-size:12px;
	/*position:absolute;
	right:0px;
	top:20px;*/
	
}
.header_rank{
	position:absolute;
	right:10px;
	top:0;
	width: 50px;
}
.refresh{
	position: absolute;
	top:0;
	left: 10px;
	font-size: 24px;
}


.post{
	position: absolute;
	top:-2px;
	right: 10px;
}
	
	
.d-btn{
}

.d-btn li{
	background: #666;
	font-size: 14px;
	color: #fff;
	float: left;
	width: 48%;
	margin: 1%;
	border-radius: 20px;
	text-align: center;
	padding: 9px 0;

}

.d-link{
	background:#390843!important;
}

.ph-list{
	margin: 10px auto;
}
.ph-list{
	margin-bottom:0;
}

.ph-list2{
	margin: 15px 10px;
}



.ph-list li{
	width: 25%;
	float: left;
	box-sizing:border-box;
	padding: 2%;
	font-size: 12px;
	padding-bottom:0;
}

.ph-list2 li{
	width: 20%;
	float: left;
	box-sizing:border-box;
	font-size: 12px;
	padding: 2% 0;
}

.ph-list3 li{
	width: 32.3%;
	float: left;
	box-sizing:border-box;
	padding:  2%;
	font-size: 12px;
}

.ph-list a,
.ph-list2 a,
.ph-list3 a{
	color: #333;
}

.ph-list li img,
.ph-list2 li img,
.ph-list3 li img{
	width: 100%;
}

.area{
	width: 75px;
	height: 75px;
	overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
	border-radius: 50%;
	margin: 0 auto;
}

.area2{
	width: 65px;
	height: 65px;
	overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
	border-radius: 50%;
	margin: 0 auto;
}

.area3{
	width: 90px;
	height: 90px;
	overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
	border-radius: 50%;
}



.prof-ab{
	width: 75px;
	height: 75px;
	position: relative;
	margin: 0 auto;

}

.pr-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 12px;
	text-align: center;
}

.pr-name3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
}

.new-m{
	background: #df0000;
	color: #fff;
	font-size: 10px;
	border-radius: 10px;
	padding: 2px 4px;
	position: absolute;
	top:-4px;
	left:-4px;
	line-height: 10px;
	text-align: center;
	z-index: 10;

}

.page{
	margin: 10px 0
}

.page li{
	font-size: 14px;
	color: #fff;
	float: left;
	width: 48%;
	margin: 0 1%;
	border-radius: 20px;
	text-align: center;
	padding: 9px 0;

}

.back{
    background: url(../images/back.svg) 3% center no-repeat #390843;
	background-size: 8px;
}

.next{
    background: url(../images/next.svg) 97% center no-repeat #390843;
	background-size: 8px;
}

.t-list li{
	padding: 15px 30px 15px 5px;
    font-size: 14px;
	position: relative;
	line-height: 16px;
}

.t-list a{
	color: #333!important;
	text-decoration: none!important;
}


.myicon{
	border-radius: 50%;
	background:#000;
	height: 50px;
	width: 50px;
	overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
	float:left;
	position:absolute;
	left:10px;
	top:130px;
}

.top-new{
	float: left;
	height: 75px;
	width: 75px;
	top:0;
	overflow: hidden;
	border-radius: 50%;
	margin-top: 0px;
	margin: 10px;
	text-align: center;
    align-items: center;
    justify-content: center;
}

.t-list01{
	float: left;
	height: 50px;
	width: 50px;
	top:0;
	overflow: hidden;
	border-radius: 50%;
	margin-top: 0px;
	margin-left: 10px;
	text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}



.t-list02{
	margin: 0px 0 0 70px;
}

.t-list03{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
}


.t-list04{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-size: 12px;
}

.t-list05{
    font-size: 10px;
	position: absolute;
	top:0;
	right: 5px;
	color: #999;
}




.midoku{
	background: #df0000;
	color: #fff;
	font-size: 10px;
	border-radius: 10px;
	padding: 2px 0;
	position: absolute;
	top:8px;
	left: 34px;
	line-height: 10px;
	text-align: center;
	width:30px;
	z-index: 10;
}

.name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 80%;
	margin: 0 auto;
}

.m-list a{
	color: #333!important;
	text-decoration: none!important;
}

.m-list li{
	border-bottom:1px solid #c6c6c6; 
	padding: 5px 30px 5px 5px;
	font-size: 14px;
}

.lbl_1w{
	color: #888;
	padding-right: 12px;
	font-size: 10px;
	text-align:right;
}

.selcat{
	background: #aaaaaa;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
	text-align:center;
	font-size:14px;
}

.title{
	background: #5cacde;
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
}


.title2{
	background: #f2f2f2;
	color:#888;
	font-weight: bold;
	padding: 3px 6px;
	margin:0px;
}

.title3{
	background: #b0c4de;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 3px 6px;
	margin:0px;
}

.title4{
	font-weight: bold;
	padding: 6px 6px 3px;
	margin:0px;
}

.title5{
	background: #5cacde;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 3px 6px;
	margin:0px;
}

.txt-area{
	/*background: #000000;*/
	/*color:#dddddd;*/
	padding: 10px 20px 10px;
	font-size:14px;
}


.pr-title{
	font-weight: bold;
	font-size: 16px;
	padding: 6px 10px;
	margin:5px 0;
	text-align:left;
	width:100%;
	box-sizing: border-box;
}


.pr-img{
	margin-left:60px;
	margin-right:20px;
	
}
.pr-comment{
	color:#666;
	padding: 10px 20px 10px;
	font-size:14px;
	text-align:left;
	width:100%;
	box-sizing: border-box;
	/*border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);*/
}

.pr-new{
	padding:20px;
	color:#666;
	outline: 1px dotted #666;
	outline-offset: -10px;
}


.pr-new:active{
	font-weight:bold;
	font-size:16px;
}

.txt-area2{
	padding: 10px 20px 10px;
	font-size:14px;
}


.user-img{
	width: 100%;
	margin: 0px;
	padding:10px;
	text-align:center;
	background-color:#000;
	position: relative;
}

.user-img2{
	margin: 10px auto;
	text-align: center;
}

.prof{
	width: 100%;
}

.profnick{
	width: 100%;
	border-top:5px dotted #fff;
	padding: 16px;
	font-weight:bold;
	color:#333;
	font-size:16px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}



.prof tr{
	border-bottom:1px solid #c6c6c6; 
	border-top:1px solid #c6c6c6; 
}

.prof th{
	padding: 10px 10px 10px 30px;
	width: 30%;
	font-weight: normal;
	vertical-align: middle;
}

.prof td{
	padding: 10px 0px;
	font-weight:bold;
	font-size:16px;
}


.comment{
	padding: 0.5em 1em;
    margin: 2em 2em;
    color: #333;

    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
    
.form01{
	width: 90%;
	padding: 3%;
	margin: 2%;
	font-size: 16px;
}

.form02{
	width: 90%;
	padding: 3%;
	margin: 2%;
	font-size: 16px;
}

.form03{
	margin: 2%;
}

.check{
	margin: 0  0 0 2%;
}

.checkt{
	font-size: 16px;
}


.form04{
	font-size: 14px;
	color: #fff;
	width: 98%;
	margin: 1%;
	border: none;
	border-radius: 20px;
	text-align: center;
	padding: 9px 0;
    background: url(../images/next.svg) 97% center no-repeat #f83595;
	background-size: 8px;
}

.form05{
	width: 96%;
	padding: 3%;
	margin: 2%;
	font-size: 16px;
}

.form06{
	padding: 3%;
	margin: 2%;
	font-size: 16px;
}

.form07{
	position: absolute;
	right: 5px;
	top:5px;
}

.bankname{
    width: 60%;
    margin-left:20%;
    margin-top:10px;
    margin-bottom:10px;
    
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px;
    border: 2px solid #ddd;
    box-sizing: border-box;
}



#files {display: none;}
#pr_file{display: none;}
.file {
    display: inline-block;
    overflow: hidden;
    position: absolute;
	top:12px;
	left: 10px;
}
 
.file input[type="file"] {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
}

.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


@keyframes vertical {
0%, 100% { -webkit-transform: scale(0.8) }
  50% { -webkit-transform: scale(1.0) }
}


.pt{
	border: 1px solid #c6c6c6;
	border-radius: 8px;
	margin: 8px;
	padding: 6px;
	position: relative;
}


.pt-l{
	float: left;
	width: 50%;
}

.pt-r{
	float: right;
	width: 50%;
	text-align: right;
}

.ptr{
	color: #df0000;
	font-weight: bold;
	font-size: 18px;
}

.pt-ph{
	float: left;
	width: 55px;
}

.pt-ph-area{
	width: 55px;
	height: 55px;
	overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
	border-radius: 50%;
	margin: 0 auto;
}



.pt-area{
	float: left;
	width: 57%;
	margin-left: 10px;
	line-height: 16px;
}

.pt-area2{
	float: right;
	line-height: 16px;
	text-align: right;
}

.pt-txt{
	font-size: 12px;
	margin-bottom: 5px;
}



.pt-btn  {
	margin: 0 auto;
	text-align:center;
	display: block;
	padding: 5px;
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	text-decoration: none; 
	border-radius: 6px;
	position: absolute;
	bottom:5px;
	right: 5px;
	width: 100px;
}

.btn-message {
  width:55px;
  height: 47px;
  padding-top: 8px;
  text-align:center;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
   border-radius: 4px;
  font-size: 12px;
  line-height: 19px;
  position: fixed;
  bottom: 60px;
  right: 5px;
  z-index: 1000;
}

btn-message:active{
	color: #fff;
	background: #999;
	border-top: solid 2px #fff;
	border-bottom: none;
}


.nb{
	border-bottom: solid 2px #cd853f;	
	background: #f4a460;
}

.nb:active{
	background:#999;
	border-top: 2px solid #999;
	border-bottom: none;
}

.btn-messagefm {
  width:30px;
  height: 24px;
  padding: 3px;
  text-align:center;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
   border-radius: 4px;
  font-size: 26px;
  line-height: 19px;
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 1000;
}

btn-messagefm:active{
	color: #fff;
	background: #999;
	border-top: solid 2px #fff;
	border-bottom: none;
}

.btn-key {
  width:35px;
  height: 35px;
  padding: 0px;
  line-height: 19px;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 1000;
}

.nbfm{
	border-bottom: solid 2px #cd853f;	
	background: #f4a460;
}

.nbfm:active{
	background:#999;
	border-top: 2px solid #999;
	border-bottom: none;
}


.nb2{

	background: url(../images/arrow2.svg) 98% center no-repeat #f4a460;
	background-size: 8px auto;
	border-bottom: solid 2px #cd853f;	
}

.nb2:active{
	background: url(../images/arrow2.svg) 98% center no-repeat #999;
	background-size: 8px auto;
	border-top: 2px solid #999;
	border-bottom: none;
}

.bank{
	margin: 1%;
}

.bank table{
	width:100%;
	border:#bababa 1px solid;
	background-color:#fff;
	margin:0 auto;
	color: #000;
}

.bank th{
	text-align:center;
	padding:5px;
	border:#bababa 1px solid;
	font-weight:normal;
	background:#ddd;
	width: 30%;
	vertical-align: middle;
}

.bank td{
	padding:5px;
	height:22px;
	text-align:left;
	border:#bababa 1px solid;
	vertical-align:middle;
}

.arr{
	text-align: center;
	color: #ea65a1;
	font-weight: bold;
}


.menu {
  display: table;
  table-layout: fixed;
  text-align: center;
  max-width: 100%;
  box-sizing:border-box;
  border-right: 1px solid #92969d;
  margin: 0 auto;
}

.menu li {
  display: table-cell;
  vertical-align: middle;
  background: #f9f9f9;
  border-bottom: 1px solid #92969d;
  border-left: 1px solid #92969d;
  box-sizing:border-box;
}


.help li {
	height:40px;
	border-bottom: 1px dotted #c9c9c9;
	font-size:12px;
}


.help li a {
	text-align:left;
	height:40px;
	display:block;
	line-height:42px;
	text-decoration:none;
	text-indent:5px;
	color:#999;
	font-weight:bold;
    background: url(../images/arrow.svg) 99% center no-repeat #fff;
    background-size: 8px;
}




/*--- LINE */
#mail{
	margin: 20px 0px;
	line-height: 10px;
}

.m-title{
	font-weight: bold;
}

.m-icon{
	height: 36px;
	width: 36px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	margin-top: 2px;
	text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    
}


.m-time {
   bottom:0px;
   right: -64px;
   width: 60px;
   font-size: 10px;
   position: absolute;
   text-align: left;
   color:#999;
}

.m-time2 {
   bottom:0px;
  left: -64px;
   width: 60px;
   font-size: 10px;
   position: absolute;
   text-align: right;
   color:#999;
}

.speech-bubble {
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  top:40;
  margin:0;

}

.m-body{
  margin: 0;
  font-size:14px;
  line-height:18px;
}

.m-body a{
	color:#666;
}
.imgtoright{
	text-align:right;
}

.speech-bubble:after {
  clear: both;
  content: "";
  display: table;
}

.speech-bubble:before {
  content: "";
  display: table;
}

.sb-bubble:after,
.sb-bubble:before {
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 1.2em;
  width: 0;
}

.sb-left {
  float: left;
  margin-left: 10px;
}

.sb-right {
  float: right;
  margin-right: 10px;
}


/* 蟾ｦ蛛ｴ */

.sb-line1.sb-left {
  background: linear-gradient(
    to bottom,
    #f7ffff 0%,
    #f4f5f7 20%,
    #f4f5f7 80%,
    #d5d8dd 100% );
}

.sb-line1.sb-left:after {
  background: #ffffff;
  border: solid #f7ffff;
  border-radius: 1.6em 0 0 1.6em;
  border-width: 0 0 1px 1px;
  height: 1.6em;
  margin: -2.3em -1px 0 0;
  right: 100%;
  width: .8em;
}

.sb-line1.sb-left:before {
  background: #f4f5f7;
  border: solid #f7ffff;
  border-radius: 1.6em 0 0 1.6em;
  border-width: 0 0 1px 1px;
  height: 1.6em;
  margin: -1.8em -1px 0 0;
  right: 100%;
  width: .8em;
}

/* 蜿ｳ蛛ｴ */


.sb-line2 {
  border-radius: 1em;
  max-width: 60%;
  padding: 0.8em;
  position: relative;
}

/*
.sb-line2.sb-left {

  background: #e4e8eb;
}
*/

.sb-line2.sb-left:after {
  background: #FFFAFA;
  border-radius: 1.6em 0 0 1.6em;
  border-width: 0 0 1px 1px;
  height: 1.6em;
  margin: -2.3em -1px 0 0;
  right: 100%;
  width: .8em;
}

.sb-line2.sb-left:before {
  background: #e4e8eb;
  border-radius: 1.6em 0 0 1.6em;
  border-width: 0 0 1px 1px;
  height: 1.6em;
  margin: -1.8em -1px 0 0;
  right: 100%;
  width: .8em;
}

.sb-line2.sb-left.female-l:before {
  background: #fff0f5;
}
.sb-line2.sb-left.male-l:before {
  background: #EEF9FF;
}

/*
.sb-line2.sb-right {
  background: #bef18c;
}
*/

.sb-line2.sb-right:after {
  background: #FFFAFA;
  border-radius: 0 1.6em 1.6em 0;
  border-width: 0 1px 1px 0;
  height: 1.6em;
  left: 100%;
  margin: -2.3em 0 0 -1px;
  width: .8em;
}

.sb-line2.sb-right:before {
  border-radius: 0 1.6em 1.6em 0;
  border-width: 0 1px 1px 0;
  height: 1.6em;
  left: 100%;
  margin: -1.8em 0 0 -1px;
  width: .8em;
}

.sb-line2.sb-right.male-r:before {
  background: #B4DAED;
}
.sb-line2.sb-right.female-r:before {
  background: #ffb6c1;
}

.female-l{
  background: #fff0f5;
}
.female-r{
  background: #ffb6c1;
}
.male-r{
  background: #B4DAED;
}
.male-l{
  background: #EEF9FF ;
}
 
.sup-l{
	background: #e4e8eb;
}

input {
    background: none;
    box-shadow: none;
    border: none;
}

#mesage{
	height: 50px;
	text-align: left;
	position: fixed;
	bottom: 50px;
	width: 100%;
	z-index: 101;
}

nav{
	position: absolute;
	bottom: 51px;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 100;	
	 background:#fff;
	 padding-left: 44px;
	box-sizing: border-box;
	border-top:solid 1px #c9c9c9;
}

.form08{
	width: 78%;
	padding: 10px;
	max-height: 92px;
	font-size: 16px;
	line-height: 18px;
	background: #fff;
	border: none;
	box-sizing:border-box;
	background: #f1f1f3;
	border-radius: 10px;
	-webkit-appearance: none; 
	margin: 10px 0 0 0;
}
	
.filebtn {
	height: 28px;
	width: 32px;
    color: #fff;
	font-size:20px;
    font-weight: bold;
	background: #ddd;
    border-radius: 50%;
	text-align: center;
    display: inline-block;
	padding-top: 4px;
	position: absolute;
	bottom:10px;
	left:5px;
	
}

.filebtn:active {
  /*謚ｼ縺励◆縺ｨ縺�*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  color:#dddddd;
}

.filebtn_pv {
	position: absolute;
	height: 40px;
	width: 30px;
	bottom:4px;
	left:6px;
	background: #000;
	border:dotted 1px #c9c9c9;
	
}

#preview{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.mailsend_m{
  width:17%;
  height:26px;
  font-size:20px;
  text-align:center;
  position: relative;
  display: inline-block;
	padding-top: 6px;
  text-decoration: none;
  color: #FFF;
	border-radius: 6px;
	border-bottom: solid 2px #b0c4de;
  	background:#B4DAED;
  font-weight: bold;
	position: absolute;
	bottom:9px;
	right:3px;
}


.mailsend_m:active {
	color: #fff;
	background: #999;
	border-top: solid 2px #fff;
	border-bottom: none;
}

.mailsend{
  width:17%;
  height:26px;
  font-size:20px;
  text-align:center;
  position: relative;
  display: inline-block;
	padding-top: 6px;
  text-decoration: none;
  color: #FFF;
	border-radius: 6px;
/*	border-bottom: solid 2px #db7093;
  	background:#ffb6c1;*/
  font-weight: bold;
	position: absolute;
	bottom:9px;
	right:3px;
}

/*
.mailsend_f:active {
	color: #fff;
	background: #999;
	border-top: solid 2px #fff;
	border-bottom: none;
}
*/
/*--- Footer */
#footer-menu {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

#footer-menu li {
  display: table-cell;
  vertical-align: middle;
}


#footer-menu li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 20px 0;
}


#footer{
	background: #333;
	border-top: 1px solid #666;
	text-align: center;
	position: fixed;
	bottom: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	z-index: 100;
	height: 50px;
}

#footer a{
	color: #d2b48c;;
}

#footer a:hover{
	color: #9f9f9f;
}

#footer p{
	font-size: 10px;
}

#footer .f-act{
	color: #9f9f9f;
}

#footer li{
	font-size: 20px;
	padding-top: 5px;
	display: table-cell;
	vertical-align: middle;
}

#footer li a {
  display: block;
  text-decoration: none;
}

.btnarea{
	text-align:left;
}

.btnarea a{
	margin-bottom:10px;
}

input[type="submit"]{
-webkit-appearance: none;
-webkit-border-radius: 4px;
 border-radius: 4px;
}

.btn-square-so-pop {
	margin: 0 auto;
	width:40%;
	text-align:center;
	position: relative;
	display: block;
	padding: 0.6em;/*.8em 0.5em;*/
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	text-decoration: none; 
	background: #36a8f1;
	border-radius: 60px;
	border:none;
		border-bottom: solid 4px #036eb4;
}

.btn-square-so-pop:active{
	background: #999;
		color: #FFF;
			border-top: solid 4px #fff;
	border-bottom: none;
}

.okini_add {
	margin: 0 auto;
	width:45%;
	text-align:center;
	position: relative;
	display: block;
	padding: 0.6em;/*.8em 0.5em;*/
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-decoration: none; 
	background: #63a800;
	border-radius: 20px;
	border:none;
	border-bottom: solid 3px #2e8b57;
}

.okini_add:active{
	background: #999;
		color: #FFF;
			border-top: solid 4px #fff;
	border-bottom: none;
}

.btn_normal {
	margin: 0 auto;
	width:45%;
	text-align:center;
	position: relative;
	display: block;
	padding: 0.6em;/*.8em 0.5em;*/
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-decoration: none; 
	border-radius: 20px;
	border:none;
}

.gb{
	background: #63a800;
	border-bottom: solid 3px #2e8b57;
}
.gb:active{
	background:#999;
	border-top: 2px solid #999;
	border-bottom: none;
}

.yb{
	background: #ffd700;
	border-bottom: solid 3px #d2b48c;
}
.yb:active{
	background:#999;
	border-top: 2px solid #999;
	border-bottom: none;
}


#line1{
	display:none;
}
#pagemax{
	display:none;
}


.btn-pay {
	margin: 0 auto;
	width:80%;
	text-align:center;
	position: relative;
	display: block;
	padding: 0.6em;/*.8em 0.5em;*/
	color: #FFF;
	font-size:18px;
	font-weight: bold;
	text-decoration: none; 
/*	background: url(../images/arrow2.svg) 98% center no-repeat #36a8f1;
	background-size: 8px auto;
	border-bottom: solid 4px #036eb4;
	*/
	border-radius: 0.5em;
}


.btn-pay2 {
	margin:5px 8px;
	color: #fff;
	text-align:left;
	position: relative;
	display: block;
	padding:10px 30px 10px 70px;
	font-size:16px;
	font-weight: bold;
	text-decoration: none; 
	border-radius: 6px;
	line-height: 18px;
	box-sizing:border-box;
}

.pay_s{
	font-size: 12px;
	font-weight: normal;
}
/*
.btn-pay:active {
	background: url(../images/arrow2.svg) 98% center no-repeat #999;
	background-size: 8px auto;
	color: #fff;
	border-top: solid 4px #fff;
	border-bottom: none;
}
*/
/*

.btn-pay:active {
  background: #36a8f1;
}

.btn-pay a{
	color: #fff;
	text-decoration: none;
}
*/


.goregist {
	margin: 0 auto;
	width:80%;
	text-align:center;
	position: relative;
	display: block;
	padding: 0.6em;/*.8em 0.5em;*/
	color: #FFF;
	font-size:18px;
	font-weight: bold;
	text-decoration: none; 
	#background: url(../images/arrow2.svg) 98% center no-repeat #36a8f1;
	background: #36a8f1;
	background-size: 8px auto;
	border-bottom: solid 4px #036eb4;
	border-radius: 0.5em;
}


.goregist:hover {
	background: url(../images/arrow2.svg) 98% center no-repeat #999;
	background-size: 8px auto;
	color: #fff;
	border-top: solid 4px #fff;
	border-bottom: none;
}

.goregist:active {
  background: #36a8f1;
}

.goregist a{
	color: #fff;
	text-decoration: none;
}

.pai-icon{
	position: absolute;
	top:8px;
	left: 5px;
	width: 30px;
}

.pai-icon2{
	position: absolute;
	top:8px;
	left: 5px;
	width: 60px;
}

.pay-area{
	margin: 6px;
	box-sizing: border-box;
	padding: 2px;
	color: #fff;
	border-radius: 10px;
	height: 63px;
} 
.pay-sp{
	font-size: 12px;
}

.pay-l{
	float: left;
	font-size: 23px;
	font-weight: bold;
	padding: 10px 10px 0 50px;
	position: relative;
	width: 55%;
	box-sizing: border-box;
}

.pay-l2{
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 10px 0 50px;
	position: relative;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	width: 55%;
	box-sizing: border-box;
}


.pay-point{
	position: absolute;
	top:12px;
	left: 7px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pay-r{
	background: #fff;
	color: #4a4a4a;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 45%;
	text-align: center;
	float: right;
	font-size: 22px;
	font-weight: bold;
	padding: 8px 5px;
	height: 100%;
	box-sizing: border-box;
}

.pay-r2{
	background: #fff;
	color: #4a4a4a;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 40%;
	text-align: center;
	float: right;
	font-size: 22px;
	font-weight: bold;
	padding: 8px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
}


.pay-r01{
	font-size: 12px;
}

.pay-r02{
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}


.pay-area:active{background: #fd9535;
	 box-shadow: 0 0 10px rgba(251, 152, 11, .5);
	margin: 6px 2px;
}

.pay-area:active .pay01,
.pay-area:active .pay02,
.pay-area:active .pay03,
.pay-area:active .pay04,
.pay-area:active .pay05,
.pay-area:active .pay06,
.pay-area:active .pay07,
.pay-area:active .pay08,
.pay-area:active .pay09,
.pay-area:active .pay10
{background: #fd9535;
}

.pay01{	background: #a4a4a4;}
.pay02{	background: #c7e18f;}
.pay03{	background: #80cca2;}
.pay04{	background: #80cfcb;}
.pay05{	background: #80b4db;}
.pay06{	background: #8e90c4;}
.pay07{	background: #c983c1;}
.pay08{	background: #f280a7;}
.pay09{	background: #f38089;}
.pay10{	background: #333;}

.select {
    position: relative;
    width: 90%;
	margin: 10px auto;
    border: #ccc solid 2px;
    border-radius: 3px;
}
.select::after {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -12px;
    content: "\f0d7";
    color: #92969d;
    font-size: 16px;
    font-family: fontAwesome;
    z-index: -1;
}
.select > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 8px;
    border: none;
    background-color: transparent;
    border-radius: 0;
    outline: none;
}

.select2 {
    position: relative;
    width: 100%;
	
    }
.select2::after {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -12px;
    content: "\f054";
    color: #92969d;
    font-size: 16px;
    font-family: fontAwesome;
    z-index: -1;
}
.select2 > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight:bold;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    border-radius: 0;
    outline: none;
}





.overlay {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.sms_content {
    top: 50%;
    left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);    
   padding: 0px;
    position: absolute;
    width: 80%;
    
}

.comment_content {
    background: #f2f2f6;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-80%);
    width: 80%;
    height:170px;
    border:solid 1px #939295;
    border-radius:1em;
    
}

.comment_content2 {
    background: #f2f2f6;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-80%);
    width: 80%;
    height:300px;
    border:solid 1px #939295;
    border-radius:1em;
    
}

.pr_content {
    background: #f2f2f6;
    left: 50%;
    top:50%;
    padding: 20px;
    position: absolute;
    transform: translate(-50%,-80%);
    width: 80%;
    height:200px;
    border:solid 1px #939295;
    border-radius:1em;    
}

.maddr_content {
    background: #f2f2f6;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-80%);
    width: 80%;
    height:170px;
    border:solid 1px #939295;
    border-radius:1em;
    
}

.pop-form{
	width: 100%;
	height:8em;
	padding: 10px;
	font-size: 16px;
	line-height: 18px;
	border: none;
	box-sizing:border-box;
	background: #f2f2f6;
	border-radius: 4px;
	-webkit-appearance: none; 
}

.pr-body{
	width: 100%;
	height:8em;
	padding: 10px;
	font-size: 16px;
	line-height: 18px;
	border: none;
	box-sizing:border-box;
    background: #f2f2f6;
	border-radius: 10px;
	-webkit-appearance: none; 
}

.pr-inputtitle{
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	border: none;
	box-sizing:border-box;
	-webkit-appearance: none; 
}


#maddr_input{
	width: 100%;
	color:#000;
	background: #f2f2f6;
	padding: 10px;
	font-size: 16px;
	line-height: 18px;
	border: none;
	box-sizing:border-box;
	-webkit-appearance: none; 
	margin-top: 25px;
}

#maddr2_input{
	width: 100%;
	color:#000;
	background: #f2f2f6;
	padding: 10px;
	font-size: 20px;
	font-weight:bold;
	line-height: 30px;
	border: none;
	box-sizing:border-box;
	-webkit-appearance: none; 
	margin-top: 25px;
}

.prof_span{
	color:#666;
	position:absolute;
	right:10px;
}


#maddr_sel{
	/*appearance: none;
	-webkit-appearance: none;*/
	background: #f2f2f6;
	color:#000;
	padding: 4px;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	/*border: none;
	box-sizing:border-box;*/
	margin-left: 5px;
}

.b_sel{
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
	color:#666;
	padding: 0;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	border: none;
	box-sizing:border-box;
	margin-left: 5px;
}

.select-ad{
	color: #000;
	font-weight:bold;
	margin-top: 5px;
	text-align: right;
}

/*#comment_ok{
	color:#1e90ff;
	font-size:16px;
	position:absolute;
	right:40px;
}
#comment_ok:active{
	color:#fff;
}
*/
/*
#pr_ok{
	color:#1e90ff;
	font-size:16px;
	position:absolute;
	right:40px;
}
#pr_ok:active{
	color:#fff;
}
*/
.pop_ok{
	font-size:20px;
	position:absolute;
	right:20px;
	bottom:20px;
	color:#666;
}
.pop_ok:active{
	font-size:16px;
	color:#aaa;
}
.pop_cancel{
	position:absolute;
	right:0.2em;
	top:0.2em;
	color:#666;
	font-size:32px;
}

.pop_cancel:active{
	font-size:28px;
	color:#aaa;
}


#pr_preview{
    position: absolute;
    bottom: 1em;
    left: 1em;
    height: auto;
    width: auto;
    max-width: 40%;
    max-height: 50px;
}

#pr_photoid{
	display:none;
}
.mpr-photoid{
	display:none;
}


.pr-box{
	margin: 0px;
	padding:10px;
	text-align:center;
	position: relative;
}

.mc0{
	background:#deb887;
}
.fc0{
	background:#deb887;

}

.mc1{
	background:#4682b4;
}
.fc1{
	/*background:#ffb6c1;*/
	background:#db7093;
}

.mc2{
    background: #87cefa;
}
.fc2{
    background: #ffb6c1;

}

.mc3{
	color:#4169e1;
}
.fc3{
	color:#db7093;

}
.pr-menu-edit{
	position:absolute;
	left:10px;
	top:0px;
	border-radius: 6px;
	color:#fff;
	width:50px;
	margin-top:10px;
	padding: 4px 0;
	display: block;
}


.pr-menu-down{
	position:absolute;
	left:10px;
	top:40px;
	border-radius: 6px;
	color:#fff;
	width:50px;
	margin-top:10px;
	padding: 4px 0;
	display: block;
}


.pr-menu-del{
	position:absolute;
	left:10px;
	top:80px;
	border-radius: 6px;
	color:#fff;
	width:50px;
	margin-top:10px;
	padding: 4px 0;
	display: block;
}


.mb1{
	background:#B4DAED;
	border-bottom: solid 2px #b0c4de;
}


.mb1:active{
	background:#999;
	border-top: 2px solid #999;
	border-bottom: none;
}
.fb1{
	background:#ffb6c1;
	border-bottom: solid 2px #db7093;
}


.fb1:active{
	background:#999;
	border-top: 2px solid #999;
	border-bottom: none;
}


.mb2{
    background: #87cefa;
	border-bottom: solid 2px #036eb4;
}


.mb2:active{
	background:#999;
	border-top: 2px solid #999;
	border-bottom: none;
}

.fb2{
    background: #ffb6c1;
	border-bottom: solid 2px #db7093;
}


.fb2:active{
	background:#999;
	border-top: 2px solid #999;
	border-bottom: none;
}


.retire{
	text-align:right;
	margin-right:10px;
}



.login-page {
  width: 90%;
  padding: 8% 0 0;
  margin: auto;
}

.login-form {
  position: relative;
  z-index: 1;
  background: #fff;
  max-width: 360px;
  margin: 0 auto 30px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.login-form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 7px 7px 7px 10px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 10px;
}

.login-form input::placeholder {
 color: #000000;
}

.login-form textarea {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  line-height:1.5;
  height:7.5em;
  border: 0;
  margin: 0 0 15px;
  padding: 7px 7px 7px 10px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 10px;
}

.login-form textarea::placeholder {
 color: #999;
}

.login-form p {
 color: #000;
 font-size:16px;
 margin:0 0 16px 0;
 text-align:left;
}

.login {
	position: relative;
}
  
 .login-icon{
  	position: absolute;	
	top:18px;
	left: 10px;
	font-size: 16px;
	color: #ccc;	
  }

.login-form button {
  cursor: pointer;
}

.login-help{
	margin: 15px auto;
}
.login-help a{
	color:#666;
}

.site-icon{
	margin: 0 auto;
	padding-top: 14px;
	width: 200px;
}


#cat{
	margin:0;
	padding: 5px;
}


#cat ul li{
	width:98%;
	padding:2%;
	margin:1%;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	box-sizing: border-box;
}


#cat a{
	color: #fff;
	text-decoration: none;
}


.cat-name{
	background-color: rgba( 0, 0, 0, 0.2 );
	display: inline-block;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 20px 6px 6px;
	margin: 5px 0;
}

.ca0{
	background: url(../images/arrow2.svg) 98% center no-repeat #9163b6;
	background-size: 8px auto;
}

.ca1{
	background: url(../images/arrow2.svg) 98% center no-repeat #9163b6;
	background-size: 8px auto;
}

.ca2{
	background: url(../images/arrow2.svg) 98% center no-repeat #e0598b;
	background-size: 8px auto;
}

.ca3{
	background: url(../images/arrow2.svg) 98% center no-repeat #e0598b;
	background-size: 8px auto;
}
.ca4{
	background: url(../images/arrow2.svg) 98% center no-repeat #e2975d;
	background-size: 8px auto;
}
.ca5{
	background: url(../images/arrow2.svg) 98% center no-repeat #e2975d;
	background-size: 8px auto;
}
.ca6{
	background: url(../images/arrow2.svg) 98% center no-repeat #e16552;
	background-size: 8px auto;
}
.ca7{
	background: url(../images/arrow2.svg) 98% center no-repeat #e16552;
	background-size: 8px auto;
}

.ca-none{
	background-image: none;
}

.ca-img{
	float: left;
	width: 75px
}

.ca-img img{
	border-radius: 8px;
}

.ca-txt{
	margin:0 20px 0 85px;
}

.r-area {
	appearance: none;
	-webkit-appearance: none;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 7px 7px 7px 10px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 10px;
}

.regist {
	position: relative;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 7px 7px 7px 10px;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 10px;
	text-align: left;
}

.regist select{
	appearance: none;
	-webkit-appearance: none;
	outline: 0;
	background: #f2f2f2;
	border: 0;
	margin: 0 ;
	padding: 0px 2px 4px 0px;
	box-sizing: border-box;
	font-size: 16px;
	direction: rtl;
 
}

.radiobox{
	margin-bottom: 20px;
	width: 100%;
}
.male,.female{
  display: none;
}

label {
  background: #f2f2f2;
  	border-radius: 100px;
  font-size: 16px;
  padding: 10px 17%;
}

.male:checked + label {
  background: #426fba;
  color: #fff;
}

.female:checked + label {
  background: #fb7cac;
  color: #fff;
}


.form-prof{
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
 
}

.form-prof tr{
	border-bottom:1px solid #c6c6c6; 
}

.form-prof th{
	padding: 10px 0px;
	width: 40%;
	font-weight: normal;
}

.form-prof td{
	padding: 10px 0px;
	font-weight:bold;
	font-size:16px;
}

.form-red{
	color: #ff0000;
}

.form-conf{
	text-align: left;
	border: 1px solid #4D648D;
	margin: 10px auto;
	padding: 10px;
}

.stepBar {
  display: flex;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #D0E1F9;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #D0E1F9;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #4D648D;
}
.stepBar .visited span {
  background: #4D648D;
}


.ms-txt{
	font-size: 26px;
}

.cam-area01{
	margin: 10px;
	padding: 10px 20px 10px;
	font-size:14px;
	background: #f9f9f9;
    border: 1px solid #e5e5e5;
}


.uncer{
	background: #f8f6f4;
	margin: 0 20px;
	padding: 10px;
}

.uncer li{
	font-size: 14px;
}

.uncer li:before {
	content: " \f14a";
	font-family:'Font Awesome 5 Free';
	font-weight: 900;
	color: #ed6655;
	margin-right: 4px;
  }

#container2 {
	overflow:hidden;
	text-align:left;
	margin: 0 auto;
	padding: 52px 0 0;
}


.top-heder{
	margin-bottom: 30px;
}

.k18{
	text-align: center;
	margin: 10px auto;
}  
  

#top-footer{
	background:#5cacde;
	padding:10px 0 0;
	text-align:center;
	color: #fff;
	font-size: 12px;
}

address {
	border-top:1px dotted #fff; 
	margin-top: 10px;
	padding:10px 0;
	font-size: 12px;
	font-style: normal;
}



.ca-list li{
	padding: 15px 10px 15px 0;
    font-size: 14px;
	position: relative;
	line-height: 16px;
	font-size: 12px;
	/*border-bottom: 1px solid #aeaeae;*/
}

.ca-list a{
	color: #333!important;
	text-decoration: none!important;
}

.ca-list01{
	float: left;
	height: 80px;
	width: 80px;
	top:0;
	overflow: hidden;
	border-radius: 50%;
	margin-top: 0px;
	margin-left: 10px;
	text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}


.cap-txt{
    position: relative;
    padding: 1rem;
    border: 1px solid #e94e33;
    background-image:
        linear-gradient(#fff 0 100%),
        repeating-linear-gradient(135deg, #e94e33 0 5px, transparent 5px 10px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 10px) calc(100% - 10px), 100%;
    color: #353535;
    font-size: 14px;
    text-align: left;
}

.ca-list02{
	margin: 0px 0 0 100px;
}

.ca-list03{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: bold;
	margin-top: 4px;
}


.ca-list04{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: bold;
}

.ca-list05{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.l-ca0{
	background: #9163b6;
	color: #fff;
	border-radius: 4px;
	padding: 0 5px;
}

.l-ca1{
	background: #9163b6;
	color: #fff;
	border-radius: 4px;
	padding: 0 5px;
}

.l-ca2{
	background: #e0598b;
	color: #fff;
	border-radius: 4px;
	padding: 0 5px;
}

.l-ca3{
	background: #e0598b;
	color: #fff;
	border-radius: 4px;
	padding: 0 5px;
}
.l-ca4{
	background: #e2975d;
	color: #fff;
	border-radius: 4px;
	padding: 0 5px;
}
.l-ca5{
	background: #e2975d;
	color: #fff;
	border-radius: 4px;
	padding: 0 5px;
}
.l-ca6{
	background: #e16552;
	color: #fff;
	border-radius: 4px;
	padding: 0 5px;
}
.l-ca7{
	background: #e16552;
	color: #fff;
	border-radius: 4px;
	padding: 0 5px;
}

.ca-no{
	opacity: 0.3;
}

.mypage-ca{
	margin:1% 1% 30px; 
}

.mypage-ca li{
	width:48%;
	padding:20px 0;
	margin:1%;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	background-image: none;
	font-weight: bold;
}

.ca-no2{
	font-weight: normal!important;
	background: #999;
	border-bottom: 4px solid #666;
}

.cam-btn{
	background: url(../images/arrow2.svg) 98% center no-repeat #008080;
	background-size: 8px auto;
	margin: 10px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.cam-btn a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
	box-sizing: border-box;
}

.cam-name{
	background: #63a800;
	margin:0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px
}

.pay_img_box{
	width:100%;
	text-align:center;
}
/*
.pay_img_box img{
	width:60%;
}
*/
.home-banner{
	margin-top:20px;
}
.errmsg{
color:red;
padding:0 0 20px 0;
}
.ntr_introduced {
    position: relative;
    padding: 14px;
    margin:5%;
    width: 82%;
    background: -webkit-repeating-linear-gradient(135deg, #d43 0px, #d43 20px, #fec 20px, #fec 40px, #226 40px, #226 60px, #fec 60px, #fec 80px);
    background: repeating-linear-gradient(135deg, #d43 0px, #d43 20px, #fec 20px, #fec 40px, #226 40px, #226 60px, #fec 60px, #fec 80px);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.6);
    box-shadow: 0 0 6px rgba(0,0,0,0.6);
}
.ntr_introduced section{
    padding: 20px;
    background: #fec;
    color: #430;
    font-size:14px;
}
.ntr_introduced h2{
    margin: 0;
    font-size: 16px;
}
.ntr_introduced h2 a{
    margin: 0;
    color: #430;
    font-size: 19px;
}
.ntr_introduced section p{
    margin: 16px 0 0;
    line-height: 1.61;
}
.ntr_introduced section p a{
    display: block;
    margin: 6px 0 0;
    color: #27c;
}
.ntr_introduced .stamp{
	width:50%;
    float: right;
    margin:0 0 20px 20px;
    padding: 10px;
    background: #fff;
    background: radial-gradient(at center, transparent, transparent 5px, #fff 6px);
    background: -webkit-gradient(radial, center center, 5, center center, 6, from(#fff), color-stop(100%,#fff), color-stop(0%,rgba(255,255,255,0)));
    background-position: -10px -10px;
    background-size: 20px 20px;
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,0.4));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.4));
}
.ntrid time{
    position: absolute;
    top: 130px;
    right: 6px;
    display: inline-block;
    padding: 10px;
    width: 100px;
    height: 100px;
    border: 5px double #f00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #f00;
    text-align: center;
    font-size: 20px;
    font-family: 'Bree Serif', serif;
    line-height: 100px;
    -webkit-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);
}
.ntrid time:before{
    position: absolute;
    top: 14%;
    display: block;
    padding: 0 0 8px;
    width: 82%;
    border-bottom:1px solid #f00;
    content: 'Introduced';
    font-size: 16px;
    line-height: 1;
}
.ntrid time:after{
    position: absolute;
    bottom: 16%;
    display: block;
    padding: 6px 0 0;
    width: 82%;
    border-top: 1px solid #f00;
    content: 'from NTRoom';
    font-size: 13px;
    line-height: 1;
}

.ntrpo time{
    position: absolute;
    top: 130px;
    right: 6px;
    display: inline-block;
    padding: 10px;
    width: 100px;
    height: 100px;
    border: 5px double #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-family: 'Bree Serif', serif;
    line-height: 100px;
    -webkit-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);
}
.ntrpo time:before{
    position: absolute;
    top: 14%;
    display: block;
    padding: 0 0 8px;
    width: 82%;
    border-bottom:1px solid #000;
    content: 'Post at';
    font-size: 16px;
    line-height: 1;
}
.ntrpo time:after{
    position: absolute;
    bottom: 16%;
    display: block;
    padding: 6px 0 0;
    width: 82%;
    border-top: 1px solid #000;
    content: 'from NTRoom';
    font-size: 13px;
    line-height: 1;
}

.polaroid {
  position: relative;
  width: 60%;/*画像の幅*/
  margin: 30px auto;
  max-width:90%;
  background-color:#eee;
  border: 10px solid #eee;
  border-bottom-width: 0px;/*下のフチ幅*/
  transform:rotate(-5deg);
  box-shadow: 3px 3px 3px #777;
  text-align:right;
font-family: 'Bree Serif', serif;
font-weight:bold;
    }

.scroll_list{
  margin: 0 auto;
  padding: 0;
  width: 100%;  /* コンテンツが見切れて見えるようにする */
  overflow-x: auto;  /* 横スクロールの指定 */
  white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
}
.scroll_list li{
  display: inline-block;  /* 横並びにする指定 */
  list-style: none;
  height: 450px;  /* 横スクロールする範囲の高さを指定 */
}
.list1{
  margin-left: 0;
}
.list2{
  margin-left: 30px;
}


.uesita{
    padding: 8px 19px;
    margin: 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
    display:none;
}
.uesita p {
    margin: 0; 
    padding: 0;
}

.uesita2{
    padding: 8px 19px;
    margin: 0;
    color: #2c2c2f;
    background: #eee8aa;
    border-top: solid 5px #63a800;
    border-bottom: solid 5px #63a800;
    display:none;
}

.ntrtoha{
  position: relative;
}
.ntrtoha{
  padding: 1em;
}
.ntrtoha:before,
.ntrtoha:after{
  content: "";
  width: 4em;
  height: 4em;
  position: absolute;
}
.ntrtoha::before{
  border-top: 2px solid #0094D6;
  border-left: 2px solid #0094D6;
}
.ntrtoha::after{
  border-bottom: 2px solid #0094D6;
  border-right: 2px solid #0094D6;
  right: 0;
  bottom: 0;
}
.ntrkoukango {
    padding: 0.5em 1em;
    margin: 30px 10% 100px;
    color: #fff;
    background: #db7093;/*背景色*/
    text-align:center;
}
.ntrkoukango p {
    margin: 0; 
    padding: 0;
}

.ntr_toha{
	margin:0;
	padding:10px;
}

.ntr{
  background-color: #333;
  background-image:
    repeating-linear-gradient( 60deg,
      rgba(100, 100, 100, 1) 0px 1px,
      rgba(150, 150, 150, .5) 1px 21px,
      rgba(40, 40, 40, .5) 21px 61px,
      rgba(30, 30, 30, .5) 61px 81px
    ),
    repeating-linear-gradient( -60deg,
      rgba(100, 100, 100, 1) 0px 1px,
      rgba(150, 150, 150, .5) 1px 21px,
      rgba(40, 40, 40, .5) 21px 61px,
      rgba(30, 30, 30, .5) 61px 81px
    );
	color:#fff;
}
.ntr_menu{
	display: flex;
	font-weight:bold;
}
.moji{
	color:#666666;
}
.ntr_now{
	color:#f00;
	text-align:center;
	font-weight:bold;
	font-size:22px;
	text-shadow: #fff 10px 0 20px;
	margin:0;
	padding-top:20px;
  animation: blinkAnime 1s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: #ffff00 }
 100% { color: #c71585 }
}

#paidy input::placeholder {
	color: #aaa;
}

#paidy{
    padding: 24px 24px 0;
    margin: 0 0 24px;
    color: #404042;
	font-size: 16px;
}

.paidy01{
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}

.pf01{
	width: 100%;
	margin: 5px 0;
	padding: 8px 0;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px solid #e1e1e1;
}

.pb01{
    background: linear-gradient(90deg, #e5258c, #863bd4);
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
    height: 48px;
	font-weight: bold;
    border-radius: 5.0em!important;
    color: #fff;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    width: 100%;
    padding: 0;
	margin: 15px 0;
	
}
.pb02{
	background: #aaa;
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
    height: 48px;
	font-weight: bold;
    border-radius: 5.0em!important;
    color: #fff;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    width: 60%;
    padding: 0;
	margin: 15px 20%;
}