body{
	width:100%;
background: linear-gradient(0deg, rgb(255, 255, 255), rgb(211, 235, 217), RGB(141, 227, 188));
	margin:0 0 0 0;
	padding:0 0 0 0;
}


main{
 	display:flex;
  	flex-direction:column;
 	min-height: 100vh;

}
#sp{
	width:100%;
	max-width:400px;
background: linear-gradient(0deg, rgb(255, 255, 255), rgb(211, 235, 217), RGB(141, 227, 188));


	margin:0 auto;
}

img{
	width:100%;

}
.logo{
		width:35px;

	display:block;
}
.search{
	margin:0 auto;
	width:80%;
	display:block;
}

.header_link{
	display:block;
	width:40px;
	height:40px;
	background-color:#fff;
	border:solid 1px;
	border-radius:3px;
	margin:5px 5px 0 0;
}
.header2{
	width:100%;
	background-color: #fff;
	background-size: cover;
    	display: -webkit-flex;
    	display: flex;
    	-webkit-justify-content: space-between;
    	justify-content: space-between;
}
.header_top2{
	display:flex;
	max-width:200px;
}
.logo{
	width:100%;
	align-items: flex-end;;
}

footer{
	padding-top:5px;
	position: fixed;
	bottom: 0; 
	z-index:100;
	height:70px;
	width:400px;
	background-color:#fff;
}

.ftmenu{
	width:100%;
	padding:5px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.ftmenua{
	display:block;
	width:45px;
	text-align:center;
}
.footerMenuImg{
	width:35px;
}
.footerMenuSpan{
	display:block;
	width:45px;
	font-size:10px;
	text-align:center;
	 font-weight: bold;
  	text-decoration: none;

}
#footer{
	max-width:400px;
	background-color:#000;
	color:#fff;
	text-align:center;
	bottom:0;

}
.config p{
	text-align:center;
}
.config a{
	text-align:center;
	text-decoration:none;
}
#footer a{
	display:block;
	color: #fff;
  	text-decoration: none;
	border-bottom:solid 1px  #333333;
	padding:1.5px 0;
}
.copyright{
	font-size:10px;
}
.h2_tag{
	text-align:center;
}
.hako{
	margin:30px 15px;
	padding:15px 15px;
	background-color:#F0FFFA;
	border:solid 3px  #2F977C;
	border-radius:10px;
     	flex: 1;

}
.modoru{
	text-align:center;
}
.center_text{
	text-align:center;	
}
.menu_sita{
	height:70px;
}
.new_mail{
	margin:0 5px 5px 20px;
}
.mail_massage{
	text-align:center;
	 font-weight: bold;
}
.my{
	margin:10px 0 2px 0;
	padding:2px;
	background-color:#a3ccb1;
	border:solid 1.5px  #2F977C;
	height:100%;
}
.my h3{
	text-align:center;
	
}
.mypage{
	display:flex;
	background-color:#ccbea3
	font-size:10px;
}
.mypage th{
	padding-top:10px;
	font-size:15px;
}
.mypage td{
	padding-top:10px;
	font-size:15px;
}
.myphoto{
	max-width:30%;
}
.myphoto img{
	max-width:100%;
}
.work_title{
	display:block;
	text-align:center;
	 font-weight: bold;
}
.mail_list{
	display:flex;
}
.list_1 a{
	display:flex;
}
.sub222{
	dosplay:block;
}
.list_1_prof{
	color:#000;

	text-align:center;
}
.img333{
	height:30px;
}
.list_1_prof a{
	color:#000;
	display:block;
	padding:25px 0 15px 0;
	display:block;
	font-size:120%;
	border-bottom:solid 1px #000;
	text-align:center;
  	text-decoration: none;
	font-weight:bold;

}
.list_2{
	display:block;
  	text-decoration: none;
	width:70%;
  	border: none;
  	border-left: 1px dotted #999;
}
.aka{
	color:red;
}
.tenmetu {
    display: inline-block;
    animation: animation_tenmetu 1.5s linear 0s infinite normal both;
}
.page_num{
	color:#b37700;
	margin:0 auto;
	display:flex;
}
.prev{
	color:#b37700;
	text-decoration: none;
	padding:1px 5px; 

}
.next{
	color:#b37700;

	text-decoration: none;
	padding:1px 5px; 
}
.dli-chevron-round-left {
  display: inline-block;
  vertical-align: middle;
  color: #b37700;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(25%) rotate(-135deg);
}

.dli-chevron-round-left::before, .dli-chevron-round-left::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-left::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-left::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #b37700;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.index_form form{

text-align: center;
}
.index_form_text{
	margin:0 auto;
	width:90%;

}
.index_span{
	font-size:10px;

}
.mail_img{
	display:flex;

}
.mail_img a{
	display:block;
	width:60px;
}
.mail_img img{
	width:100%;
}
.mail_img_span{
	display:block;
	font-weight:bold;
}
.article_pay{
	margin:15px 0;
}
.flame-center{
	width:100%;
}
.flame-center-div{
	text-align:center;
	
}
.flame-center-div-a{
	display:block;
	text-decoration: none;
	width:80%;
	font-size:20px;
	box-shadow: 5px 5px 0 0  rgba(0,0,0,0.5);
	color:#000;
	font-weight: bold;
	line-height:2;
	margin:50px auto;
	border:2px solid #000;
	background-color:#fff;
}

.flame-center-div-div{
	position: relative;
	color:#000;
	box-shadow: 0 0 0 0  rgba(0,0,0,0.5);
	border:2px solid #000;
	background-color:#666666;
}
.flame-center-div-div::before{
  content: "";
  position: absolute;
  border-top: 3px double red;
  width: 120px;
  left:25%;
  top: 40%;
}

@keyframes animation_tenmetu {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.sub{
width:100%;        text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.reply_form{
	text-align:center;
}
.form_table{
	width:100%;
}
.form_table_sub{
	background-color:#fff;
    	border: solid 1px ;
    	outline: none;
    	margin:0 10%;
}
.form_table_main{
	background-color:#fff;
    	border: solid 1px ;
    	outline: none;
}
.btnA{
  display       : inline-block;
  border-radius : 20%;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
 margin       : 7px 0;   /* 余白       */

  padding       : 7px 19px;   /* 余白       */
  background    : #87cefa;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 2px 2px 4px #666666;  /* 影の設定 */
  border        : 2px solid #87cefa;    /* 枠の指定 */
}
.btnA:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #87cefa;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
.error{
    width: fit-content;
    margin: auto;
	list-style: none;
	color:red;
    	display: inline-block;
    	animation: animation_tenmetu 1.5s linear 0s infinite normal both;
}
.selectbox-001 {
    position: relative;
}

.selectbox-001::before,
.selectbox-001::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-001::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 25px 25px 0;
    background-color: #2589d0;
}

.selectbox-001::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.selectbox-001 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 25px;
    background-color: #e6edf3;
    color: #333;
    font-size: 1em;
    cursor: pointer;
}

.selectbox-001 select:focus {
    outline: 2px solid #2589d0;
}

@keyframes animation_error {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.j_gr_img{
	margin-right:15px;
	height:100px;
        display: grid;
        align-items: center;
}
.j_gr_img a {
}
.j_gr_img a img{
	width:80px;
	height:auto;
	border-radius: 45px;
	

}
.s_gr{
	padding:20px 15px 20px 0px ;
	min-height:50px;
	display:flex;
 	justify-content: flex-end;
 }
.j_gr{
	padding:15px 0;
	width:100%;
	display:flex;
}
.s_gr_text{
	  position: relative;
	width:60%;
	min-height:50px;
	display:block;
	border-radius: 30px;
	background-color:rgba(204,143,143,0.5);
	font-size:80%;
	padding:10px;
}
.s_gr_text:after{
  content: "";
  position: absolute;
  top:50%;
  right: -5%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color:  transparent transparent #E4C6C7 transparent;
  border-width: 0 15px 15px 0;
  }
.j_gr_text{
	  position: relative;

	width:60%;
	height:100%;
	display:block;
	border-radius: 30px;
	background-color:rgba(143,143,204,0.5);
	font-size:80%;
	padding:10px;

}
.j_gr_text:after{
  content: "";
  position: absolute;
  top:50%;
  left: -5%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color:  transparent #C6C7E5 transparent  transparent;
  border-width: 0 15px 15px 0;
  }

.s_gr_text_sub{
	margin:0.5px;
	border-bottom: dashed 0.5px #cc0000;
}
.j_gr_text_sub{
	margin:0.5px;
	border-bottom: dashed 0.5px #0000cd;
}
.s_gr_text_honbun{
	text-align:left;
	height: fit-content;

}
.j_gr_text_honbun{
	text-align:left;

}
.s_gr_con{
	font-size:70%;
}
.j_gr_con{
	font-size:70%;
}
.user_icon_name img{
    display: block;
    margin: auto 0;
    width: 50px;
    height: 50px;
    border-radius: 45px;
}
}
.user_icon_name{
	display:flex;
}
.flame-topfooter{
	width:100%;
	margin:20px 0;

}
.receive_text{
	padding:2% ;
	 background-color: rgba(0,0,0,.1);
}
.receive_btm{
	display:block;
	margin:10% 25%;
	padding:2% ;
	color:#ff7f50;
	border: 2px solid #000;
	text-align:center;
	background-color: #666666;
}
.receive_btm:hover{
	color:#ff7f50;
	border: 2px solid #000;
	background-color: #666666;
}
.heads_up{
	margin: 5px 15px;
	padding: 15px 15px;
	background-color: #fff;
	border: solid 1px #000;
	border-radius: 10px;
	font-size:80%;
	line-height: 1.5;
	
}
.heads_up span{
	color:red;
}
.heads_up_btn{
    display: none;
    background: #b6beff;
    padding: 10px 10px;
    text-align:center;
    cursor: pointer;
}
.heads_up_btn span{
	font-weight: bold;
	color:red;
     	animation: blinking 1.5s ease infinite alternate;
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opens{
    display: block;
}
@media screen and (max-width: 400px) {
	#sp{
		max-width:400px;
		margin:0 0 0 0;
	}
	footer{
		width:100%;
	}

}
