html[lang="ja"] body, html[lang="ja"] button, html[lang="ja"] input, html[lang="ja"] select, html[lang="ja"] textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

}
.console{
	display: block;
	color: red;
	font-weight: bold;
	font-size: 14px;
}
.hide {
	/* visibility: hidden; */
	display: none;
}
body{
	background-color: #F3F3EF;
/*font-family: "Lucida Sans","arial","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka","sans-serif";*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.8em;
	font-size:15px;
	min-width: 1200px;
	margin:0;
	color:#666666;

	}

	body#top{

		background-repeat:no-repeat;
	}

	.media-area img{
		display: block;
		max-width: 800px;
		margin: 20px auto;
	}

.mincho {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.common-sec{
	padding:80px 0;
}
.text-box{
	background-color: #fff;
	padding: 60px;
	box-shadow: 0 6px 10px rgba(0,0,0,.2);
	margin-top: 80px;
}

.ellipsis{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	position:relative;
}
/*
.ellipsis::after {
    content: "続きを読む";
    position: absolute;
    right: 16px;
    bottom: 15px;
    background-color: #ccc;
    color: #fff;
    display: inline-block;
    padding: 0 .5rem;
}*/

.content-wrap{
	position: relative;
	max-width:1200px;
	margin:0 auto;
	padding:0 16px;
	}

.content-wrap-l{
	position: relative;
	max-width:1200px;
	margin:0 auto;
	padding:0 16px;
	}

.site-font{
	font-family: 'Tangerine', cursive;
}

.lower-visual{
	background-color:rgba(255,255,255,0.7);
	color:#fff;
	padding:2rem;
	font-family: 'Tangerine', cursive;

}
.lower-visual h1 {
	color: #FF0E6D;
	font-weight:normal !important;
	line-height: 1.5rem;
margin-bottom: 0;
}
.lower-visual span{
	font-weight: bold;
	color: #FF0E6D;
	font-size:16px;
	margin-top: 20px;
	display: block;

}
.overray{
	position: relative;
}
.overray::after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height:200px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3f3ef+0,f3f3ef+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(243,243,239,0) 0%, rgba(243,243,239,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(243,243,239,0) 0%,rgba(243,243,239,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(243,243,239,0) 0%,rgba(243,243,239,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f3ef', endColorstr='#f3f3ef',GradientType=0 ); /* IE6-9 */

}

	/*============================
	#main-header
	============================*/
	#nav-drawer{
		display:none;
	}
	#main-header {
		padding:1rem;
		background-color: #2d2a23;
	}


	h1.top-info {
		color:#9a9282;
		line-height: 1em;
		margin: 0;
		padding: 10px;
		font-size:12px;
		text-align:left;
		font-weight:normal;
		background-color: #fff;
		font-weight: normal!important;
	}
	#main-header .menu-wrap {
		display:flex;
		justify-content:space-between;
		align-items: center;
	}
	#main-header .menu-wrap .logo {

	}
	#main-header .menu-wrap .logo img{
		width: 180px;
	}
	#main-header .menu-wrap  nav {
		display:flex;
    margin-top: 0rem;
    display: flex;

	}
	#main-header .menu-wrap  .item {
		color:#fff;
		text-align:center;
		display:block;
		margin:0 1rem;
		cursor: pointer;
		font-size: 12px;
	}



	#main-header .menu-wrap  .item .txt {
		margin-bottom:0rem;
		font-size:15px;
	}
	#main-header .menu-wrap  .item .eng {
		font-family: 'Amatic SC', cursive;
		font-size:18px;
	}
	#main-header .menu-wrap .login {
		font-size:12px;
/*margin-top: 1.5rem;*/
	}
	#main-header .menu-wrap .login .login-btn {
		display:block;
		padding:.3rem;
		background-color:#f7e4b1;
		text-align:center;
		min-width:150px;
	}
	#main-header .menu-wrap .login .register-btn {
		display:block;
		padding:.2rem;
		background-color:none;
		color:#fff;
		text-align:center;
		border:1px solid #fff;
		min-width:150px;
	}

	.nav-sp li.login-sp{
	    display: flex;
			padding:.5rem;
	}

	.nav-sp li.login-sp .login-btn {
		font-size:12px;
		display:block;
		padding:1rem;
		color:#000;
		background-color: #f7e4b1;
		text-align:center;
		width:50%;
	}
	.nav-sp li.login-sp .register-btn {
		font-size:12px;
		display:block;
		padding:1rem;
		background-color:#e41313;
		color:#fff;
		text-align:center;

		width:50%;
	}
.post-q-btn{
	padding:0 .5rem;
}
	.post-q-btn a{
		font-size:12px;
		display:block;
		padding:1rem;
		background-color:#fff;
		color:#ff6b88;
		text-align:center;
		border:1px solid #ff6b88;
	}


#outer{
	display:flex;
}
	#main{
		width:100%;
		margin-right: 0%;
		padding:3rem;
		background-color: rgba(255,255,255,0.8);
		border-radius: 8px;
		margin-bottom: 100px;
	}
	#aside{
		width:100%;
	}
#main.size-s{
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
@media (max-width: 576px) {
	#main.size-s {
		width: 100%;
	}
}

.common-btn{
	border: none;
	outline: none;
	font: inherit;

	background: rgb(252,108,110);
	background: linear-gradient(90deg, rgba(252,108,110,1) 0%, rgba(255,0,108,1) 100%);
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 390px;
}

.common-ttl{
	font-weight:bold;
	color:#707070;
	padding:.5rem !important;
	position: relative;
	border-bottom:1px solid #ccc;
	font-size:20px;
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: center;
}

.common-sub-ttl{
	background-color: #352650;
	border-radius: 10px;
	color: #fff;
	font-weight:normal !important;
	padding:.5rem !important;
	position: relative;
	font-size:15px;
	margin-bottom: 20px;
	margin-top: 40px;
}


.common-ttl2{
	font-weight:normal !important;
	color:#5e5646;
	margin:80px 0 40px 0;
	font-size:24px;
}
.common-ttl2 span{
	font-size:13px;
	display:block;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.history-list{
	padding: 10px;
	border: 1px solid #ccc;
	overflow: scroll;
	max-height: 200px;
}
.history-list li{
	border-bottom: 1px solid #ccc;
	padding: 5px;
	font-size: 13px;
}

.link{
	color:#9a9282;
	text-decoration:underline;
}



.common-ttl3::before{
	width: 54px;
    margin: 0px auto 20px;
    height: 4px;
    color: #fff;
    content: "";
    /* position: relative; */
    /* z-index: 1; */
    display: block;

}

.common-ttl3::before{
	background:linear-gradient(90deg,#ddd 0%,#ddd 50%,#ffb1b1 50%,#ffb1b1 100%);
}

#symposium .common-ttl3::before{
	background:linear-gradient(90deg,white 0%,white 50%,#ffb1b1 50%,#ffb1b1 100%);
}

#namiyumi .common-ttl3::before{
	background:linear-gradient(90deg,white 0%,white 50%,#4bb4ff 50%,#4bb4ff 100%);
}

#makeup .common-ttl3::before{
	background:linear-gradient(90deg,white 0%,white 50%,#ff7d4b 50%,#ff7d4b 100%);
}

.common-ttl3{
	font-weight:bold !important;
	color:#000;
	margin:0 !important;
	text-align:center;
	font-size:20px;

}
.common-ttl3 span{
	display: block;
margin-bottom: 10px;
font-size: 22px;
font-weight:bold;
font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}



/*============================
#question
============================*/
#question {
}
#question .common-ttl {
}
#question .item {
	border-bottom: 1px dashed #fba7a7;
    padding-bottom: 2rem;
}
#question .item .parent,
#question .item .child
 {
	display:flex;
	justify-content:space-between;
	align-items: baseline;
}



#question .item .child{
	margin-left:64px;
	margin-top:.5rem;
	position:relative;
}
#question .item .child::before{
	content:"";
	height:32px;
	width:20px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	position:absolute;
	left:-32px;
	top:0;
}
#question .item .parent .comment{
	position:relative;
}
#question .item .parent .comment .badge{
	position:absolute;
	left: 0;
top: -7px;
}
#question .item .answers{
	background-color: #6f42c1;
	color: #fff;
	text-align: center;
	width: 64px;
	border-radius: 5px;
	font-size: 9px;
	line-height: 1em;
	padding: 2px;
	margin-top: 5px;
}

#question .item .parent .img-wrap,
#question .item .child .img-wrap
{
	width:64px;
	height:64px;
	background-color:#ccc;
	background-image:url(../img/logo-sample.png);
	background-size:cover;
	background-position:center center;
	margin-bottom:.3rem;
	border-radius:50%;
}
#question .item .child .img-wrap{
	background-image:url(../img/logo-sample.png);
}
#question .item .parent .txt,
#question .item .child .txt
{
	width:64px;
	font-size:9px;
	text-align:center;
	line-height:1.3em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#question .item .parent .img,
#question .item .child .img
{
width:80px;
}

#question .item .parent .comment,
#question .item .child .comment
{
	background:#f3e6cb;
	padding:1rem;
	width:calc(100% - 80px);
	border-radius:30px;
	position:relative;
	align-self:center;
	font-weight: bold;
}
#question .item .child .comment{
	background-color:#FFCCD6;

}
.data-wrap{
	text-align:right;
	color: #949494;
	font-size: 12px;
}
.data-wrap span{
	margin-left: 10px;

}
.comment .like-btn{
	text-align:right;
	color: #949494;
	font-size: 12px;
}
.comment .like-btn i{
	margin-left: 5px;
}
#question .item .parent .comment::before,
#question .item .child .comment::before
{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent #f3e6cb transparent transparent;
	position:absolute;
	left:-10px;
	top:20px;

}
#question .item .child .comment::before{
	border-color: transparent #FFCCD6 transparent transparent;
}


#question .item .parent .comment.q{
}
#question .item .parent .comment.q a{
	text-decoration:underline;
	color: #000;
	font-weight: bold;
}
#question .item .parent .comment.q a:hover{
	text-decoration:none;
}
#question .item .child {
}
#question .item .child .img {
}
#question .item .child .img .batch {
	color:#009F0A;
	font-weight:bold;
}
#question .item .child .img .batch .far.fa-check-circle {
}
#question .item .child .comment.afp {
}

#question .item .info {
	display:flex;
	justify-content:space-between;
}
#question .item .info .tag {
	display:flex;
	flex-wrap: wrap;
}
#question .item .info .tag .tag1 {
	display:block;
  color:#fff;
  background-color:#FA9999;
  text-align:center;
  font-size: 13px;
	padding:0 1rem;
	border-radius: 15px;
	margin-bottom: 10px;
	margin-right:.5rem;
}
#question .item .info .tag .tag2 {
	display:block;
  color:#333;
  background-color:#fff;
  text-align:center;
  font-size: 13px;
	margin-right:.5rem;

	padding:0 1rem;
	border-radius: 15px;
	margin-bottom: 10px;
}
#question .item .info .time {
	font-size:13px;
	color:#aaa;

}
#question .item .info .time .far.fa-clock {
}

/*============================
#reply
============================*/
#reply {
}
#reply .item-wrap{
	display: flex;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1rem;
}
#reply .item-wrap .question{
	width:50%;
	overflow: hidden;
  height: 3.6em; /* 2em（行）x line-heightの1.8 */
  font-size: 16px;
  line-height: 1.8;
	position:relative;
}

#reply .item-wrap .question::after{
	content:"…";
	background-color:#fff;
	position:absolute;
	right:0;
	top: 28px;

}

#reply .item {
	width:50%;
	display:flex;
	justify-content:space-between;
	align-items: baseline;
	padding-left:20px;
}
#reply .item .img {
	width:64px;
	height:64px;
	background-color:#ccc;
	background-image:url(../img/logo-sample.png);
	background-size:cover;
	background-position:center center;
	margin-bottom:.3rem;
	border-radius:50%;
}
#reply .item .info {
	/*background:#FFECF0;
	padding:1rem;*/
	width:calc(100% - 80px);
	border-radius:30px;
	position:relative;
	align-self:center;
}
#reply .item .info .name {
}

#reply .item .info .name span{
	font-size:1.3rem;
	font-weight:bold;
}

#reply .item .info .date {
	font-size: 13px;
    color: #aaa;
}
#reply .item .info .question {
}
/*
#reply .item .info::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #ffecf0 transparent transparent;
    position: absolute;
    left: -10px;
    top: 20px;
}*/



/*============================
#aside
============================*/
#aside {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}

/*============================
#ranking
============================*/
#aside #ranking {
}
#aside #ranking h2{
	/*background-color:#333;*/
	color: #c5c4af;
	font-size:56px;
	font-family: 'Tangerine', cursive;
	line-height: 1.8em;
	/*font-family: 'Amatic SC', cursive;*/
	padding:1rem;
	font-weight:normal !important;
}
#aside #ranking h2 img{
	width:50px;
	margin-right:1rem;
}
#aside #ranking h3{
font-weight: bold;
	border-bottom:1px solid #5e5646;
	color:#5e5646;

	padding:.5rem !important;

	font-size:15px;
}

#aside #ranking h3 img{

	margin-right:1rem;
	object-fit: contain;
	height: 30px;
	width: 30px;
}
#aside #ranking .list {

}
#aside #ranking .list .item {
	display: flex;
justify-content: space-between;
align-items: baseline;
}
#aside #ranking .list .item .img {
	width: 64px;
height: 64px;
background-color:#ccc;
background-image:url(../img/logo-sample.png);
background-size:cover;
background-position:center center;
border-radius: 50%;
align-self: center;
position:relative;

}
#aside #ranking .list .item .img .rank1,
#aside #ranking .list .item .img .rank2,
#aside #ranking .list .item .img .rank3
{
	position:absolute;
	right:0;
	top:0;
	font-weight:bold;
	color:#fff;
	height:20px;
	width:20px;
	text-align:center;
	line-height:20px;
}

#aside #ranking .list .item .img .rank1{
	background-color:#EBCC2D;
}
#aside #ranking .list .item .img .rank2{
	background-color:#CACACA;
}
#aside #ranking .list .item .img .rank3{
	background-color:#D79017;
}


#aside #ranking .list .item .txt {
	font-weight:bold;
    padding: 1rem;
    width: calc(100% - 70px);
    position: relative;

}

/*============================
#sponser
============================*/
#aside #sponsor {
}
#aside #sponsor h2{
	background-color:#98cbff;
	color:#fff;
	font-size:13px;
	text-align:center;
	padding:.5rem;
	border-radius:20px;
}
#aside #sponsor .list {
display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
#aside #sponsor .list .item {
	width:50%;
	align-self:center;
}
#aside #sponsor .list .item img{
	width:100%;
}

/*============================
#register
============================*/
#aside #register {
	color:#fff;
  /*background-color:#ff6b88;*/
	padding:1rem;
}
#aside #register h2{
border-bottom:1px solid #fff;
padding-bottom:.5rem;
font-size:22px;
font-weight:normal;
text-align:center;
}
#aside #register h2 img{
	width:80px;
	margin-bottom:1rem;
}
#aside #register .item {
	margin-top:1rem;
	background-color:#fff;
	color:#ff6b88;
	border-radius:20px;

	padding:1rem;
}
#aside #register .item span{
	font-size:47px;
	vertical-align:middle;
	margin-right:1rem;
	font-family: 'Amatic SC', cursive;

}
#aside #register .register-btn {
	margin-top:1rem;
	background-color:#98cbff;
	color:#fff;
	font-size:13px;
	text-align:center;
	padding:2rem;
	border-radius:20px;
	display:block;
	border:3px solid #fff;
	font-size:20px;
}

/*============================
#main-footer
============================*/
#main-footer {
margin-top:3rem;
	background-color: #5e5646;
}
#main-footer>.link {
	color:#fff;
	background-color: #BCB4A2;
	padding:2rem;
	text-align:center;
}

#main-footer>.link a{
	margin:0 .5rem;
	cursor: pointer;
}
#main-footer .logo-area{
	padding:1rem;

}
#main-footer .logo-area .logo img{
	width: 239px;
}

#main-footer .logo-area .content-wrap {
	display:flex;
	justify-content:space-between;

}

#main-footer .login {
	font-size:12px;
}
#main-footer .login .login-btn {
	display:block;
	padding:.3rem;
	background-color:#f7e4b1;
	text-align:center;
	min-width:150px;
}

#main-footer .login .register-btn {
	display:block;
	padding:.2rem;
	background-color:none;
	color:#fff;
	text-align:center;
	border:1px solid #fff;
	min-width:150px;
}




#main-footer .copyright {
	color:#fff;
	text-align:center;
	font-size:12px;
}
.copyright a{
	display: block;
}

/*============================
#category
============================*/
#category {
}

#category .list{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
#category .list a{
  width:23%;
  display:block;
  padding:.3rem;
  color:#fff;
	background-color: #FA9999;

  text-align:center;
  font-size: 13px;
}
#category .list a img{
  width:80px;
}

#category .pickup-bnr a{
  width:100%;
  display:block;
  padding:.5rem;
  color:#fff;
  background-color:#57c8da;
  text-align:center;
  font-size: 13px;
}

.breadcrumb-wrap{
background-color:rgba(238,238,238,0.8);
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .5rem .5rem;
	color: #8f8853;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    font-size: 12px;
}

.post-question{}
.post-question a.post-btn{
	display:block;
	text-align:center;
  padding:1em;
  text-decoration: none;
  color: #ff6b88;
  border: solid 2px #ff6b88;
  border-radius: 3px;
  transition: .4s;
	background-color:#fff;
}
.post-question a.post-btn:hover{
	background: #ff6b88;
  color: white;
}
.post-question a .ttl{
	font-size:1.5rem;
	line-height:1em;
}
.post-question a .eng{
	font-size:1.3rem;
	font-family: 'Amatic SC', cursive;
}
.post-question .txt{
	font-size:.8rem;
	line-height:1.3em;
}
.post-question .login{
line-height:1.3em;
}




.scroll-list{
white-space:nowrap;
	display: block;

	overflow-x: auto;
	overflow-y: hidden;

	-webkit-overflow-scrolling: auto;
	overflow-scrolling: auto;
	overflow: auto;
	padding: 10px;

	-ms-overflow-style: none;
	scrollbar-width: none;
}
.scroll-list::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
.item-list{
	display: flex;
	margin-left:-2%;
	margin-right:-2%;


}
.item-list .item{
	white-space:normal;
	flex-shrink: 0;
	flex-basis: 200px;
	margin-left:2%;
	margin-right:2%;
	border-radius: 12px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.25);
	padding: 15px;
	background-color: #fff;
}

.item-list .item .img{
	width: 100%;
	height:150px;
	background-color: #efefef;
	margin-bottom: 10px;
}
.item-list .item
.img-talk{

	width: 80px;
	height: 80px;
	margin: 35px auto 45px;
	background-color: #efefef;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
}



.item-list .item .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;

}.item-list .item .ttl{
	overflow: hidden;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
}
.tab-menu{}
.tab-menu a{
	display: inline-block;
	padding: 20px;
	border-radius: 15px 15px 0 0;
	background-color: #BCB4A2;
	color:#fff;
	min-width: 150px;
	text-align: center;
}
.tab-menu a.cur{
	color:#D60D0D;
	background-color: #fff;
	font-weight: bold;
}
.tab-body{
	padding: 20px;
	background-color: #fff;
}
.inline-list .item{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom:20px;
}
.inline-list .item .img{
	width: 50px;
	height: 50px;
	/*background-color: #efefef;*/
}
.inline-list .item .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.inline-list .item .info{
	width: calc(100% - 50px);
	padding-left: 20px;
}





.inline-list .item .info .level{
	font-size: 16px;
	color: #a08318;
}
.inline-list .item .info .level small{
	font-size: 13px;
	margin-right:5px;

}

.inline-list .item .info .txt{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.inline-list .item .info .date {
font-weight: bold;
	font-size: 12px;
}
.common-btn{
	cursor: pointer;
	border:1px solid #ccc;
	padding: 10px;
	text-align: center;
	min-width: 200px;
	display: inline-block;
	margin-top: 20px;
	font-size: 15px;
}

.common-btn2{
	color: #FFF;
	background-color: #dc3545;
	padding: 10px;
	text-align: center;
	min-width: 200px;
	display: inline-block;
	margin-top: 20px;
	font-size: 15px;
}
.common-btn2:hover{
	color: #fff;
			 }

.readed-icon{}
.readed-icon .badge{
	font-size: 17px;
}

.media-list{
	display: flex;
	margin-left:-2%;
	margin-right:-2%;

}
.media-list .item{
	position: relative;
	white-space:normal;
	flex-shrink: 0;
	flex-basis: 200px;
	margin-left:2%;
	margin-right:2%;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.25);
	background-color: #fff;
}

.media-list .item .img{
	width: 100%;
	/*height:150px;*/
	background-color: #efefef;
	margin-bottom: 10px;
}
.media-list .item .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}
.media-list .item .ttl{
	margin: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
font-size: 14px;
}

.media-list .item .price{
	font-size: 18px;
	font-weight: bold;
	color: #9c0836;
	border-top: 1px solid #ccc;
	margin: 15px;
	padding-top: 10px;
}
.media-list .item .price span{
	font-size: 13px;
}
.media-list .item .new_com{
	position: absolute;
	color: #fff;
	font-size: 11px;
	padding: 5px;
	border-radius: 5px;
	line-height: 1em;
	font-weight: bold;
	top:10px;
	background-color:#c10842;
	left: 10px;
	z-index: 2;
}


.media-list .item .level{
	font-size: 16px;
	color: #a08318;
	margin: 0 15px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.media-list .item .level small{
	font-size: 13px;
	margin-right:5px;

}


#answers{}
#answers .explain{
	color: #707070;
	border-radius: 15px;
	padding: 15px;
	background-color: #D0CABD;
	margin-bottom: 40px;
}

.answers-list{

	display: flex;
	margin-left:-2%;
	margin-right:-2%;
}

.answers-list .item{
	white-space:normal;
	flex-shrink: 0;
	flex-basis: 100px;
	margin-left:2%;
	text-align: center;
	position: relative;
	/*background-color: #fff;
	border: 1px solid #ddd;*/

}
.answers-list .price{
	font-weight: bold;
	font-size: 13px;
}
.answers-list .img{
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	border-radius: 50%;
}
.answers-list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.answers-list .log-mark, .answers-list .log-mark2 {
	position: absolute;
	top: 84px;
	left: 50%;
	width: 90%;
	margin-left: -45%;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	line-height: 1em;
	font-size: 11px;
}
.answers-list .log-mark{

	background-color: #f63e3e;
}

.answers-list .log-mark2{
	background-color: #4e83f2;
}

#card-element{
	border: 2px solid #333;
	border-radius: 10px;
	padding: 10px;
	background-color: #fff;
}
#card-errors{
	color: red;
	font-weight: bold;
}


.answers-list .name{
	font-weight: bold;
	margin-top: 10px;
}
.answers-list .ttl{
	font-size: 14px;
}

#foot-nav{
}
.nav-item{
}
.nav-item{
	display: flex;
	background-color: #fff;
}
.nav-item .item{
	white-space:normal;
	flex-shrink: 0;
	flex-basis: 80px;
	font-size: 12px;
}
.nav-item .item a{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.nav-item .item a span {
	line-height: 1.3em;
	display: block;
}
.progress-wrap{
	background-color: #D0CABD;
	border-radius: 15px;
	color: #fff;
	padding: 20px;
}
.progress-wrap .ttl{
margin-bottom: 10px;
}
.progress-wrap .bar{
background-color: #fff;
	padding: 5px;
	margin-bottom: 10px;
}
.progress-wrap .bar .value{
background-color: #FE8686;
	padding: 10px 0;
	transform-origin:left top;
	animation:show 3s both;
}

.user-name{}
.user-name span{
	font-size:20px;
	font-weight:bold;
}
/* 以下タブレット(col-md)の設定 */
@media screen and (max-width: 992px) {


}

@keyframes anime{
	0%{transform:scale(.95); opacity:1}
	90%{opacity:.1}to{transform:scale(1.2,1.5); opacity:0}
}

.btn01 {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	display: inline-block;
	padding: 30px 30px;
	background-image: linear-gradient(45deg, #e41313 0%, #d47676 100%);
	border-radius: 80px;
	color: #ffffff;
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	-webkit-transition: .8s;
	transition: .8s;
	width: 647px;
	text-align: center;
}

.btn01.cl2 {
	background-image: linear-gradient(
			45deg, #3368ff 0%, #a59dff 100%);
}

.btn01:hover {
	color: #ffffff;
	background-image: linear-gradient(45deg, #e41313 100%, #d47676 100%);
}
.btn01.cl2:hover {
	color: #ffffff;
	background-image: linear-gradient(45deg, #3368ff 100%, #3368ff 100%);
}
.btn01.small{
	padding: 20px 20px;
	font-size: 17px;
	width: 300px;
}
.center-ttl-eng{
	  text-align: center;
	  color: #c5c4af;
	  font-size:100px;
	  font-family: 'Tangerine', cursive;
	  line-height: 1em;
  }
.center-ttl{
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
	font-size:40px;
	line-height: 1.5em;
}

.archive-list{
display: flex;
	flex-wrap: wrap;
}

.archive-list .item{
	flex-basis: calc(33% - 4%);
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 60px;
	position: relative;
}

.personal-list .item{
	flex-basis: calc(50% - 4%);
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 60px;
	position: relative;

	background-size: cover;
	background-position: center center;
	color: #fff;
	padding: 20px;
	transition: all 0.5s 0s ease;
}

.personal-list .item .mask {
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: background .1s linear;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPâ€¦dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.64)));
	background-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.64));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.64));
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.64));
}

.personal-list .item .ttl{
	padding-top: 100px;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;

}
.personal-list .item a {
	position: relative;
	display: block;
	z-index: 2;

}
.personal-list .item:hover{
	opacity: 0.6;
}
.media-list .badge{
	position: absolute;
	right:10px;
	top:10px;
	z-index: 2;
}

main .wp-pagenavi{
	margin: 20px 0 0;
	text-align: center;
}
main .wp-pagenavi a, main .wp-pagenavi span{
	display: inline-block;
	border: 1px solid #f1f1f1;
	border-right: none;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	width: 45px;
	color: #999d9c;
}
main .wp-pagenavi .current{

}
main .wp-pagenavi .current,
main .wp-pagenavi a:hover{
	background: #202626;
}
main .wp-pagenavi a.previouspostslink{
	width: 64px;
}
main .wp-pagenavi a.nextpostslink{
	width: 64px;
	border: 1px solid #f1f1f1;
}


.media-ttl{
	font-weight: normal !important;
	color: #000;
	padding: 10px;
	position: relative;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	margin-bottom: 40px;
	line-height: 1.5em;
	font-weight: bold;
}
.media-area p{
	margin: 20px 0;
}
.media-area h2  {
	text-align:left;
	color: #000;
	padding: 0.5em 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font-size: 20px;
	line-height: 1.5em;
	margin: 20px 0;
}

.media-area h3 {
	text-align:left;
	background: #ccc;
	padding: 0.5em;
	font-size: 1.2rem;
}

.media-area h4 {
	text-align:left;
	padding: 0.25em 0.5em;
	color: #000;
	background: transparent;
	border-left: solid 5px #000;
	font-size: 1.1rem;
}

.media-area h5 {
	text-align:left;
	background: linear-gradient(transparent 70%, #ccc 70%);
	color: #000;
	font-size: 1.1rem;
}
.media-area iframe{
	width: 100% !important;
}

@keyframes show {
	0% {
		transform: scaleX(0);
	}
	50% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}

.rank {
	display: inline-block;
	position: relative;
	padding: 0px 8px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 8px;
	color: #fff;
	margin-bottom: 10px;
}

.rank1{
	background-image:linear-gradient(-72deg, #d6c601 50%, #a88e00 50%); /* -45deg で45度マイナス回転するので斜めになる */
	background-image:-webkit-linear-gradient(-72deg, #d6c601 50%, #a88e00 50%);
	background-image:-moz-linear-gradient(-72deg, #d6c601 50%, #a88e00 50%);
	background-image:-ms-linear-gradient(-72deg, #d6c601 50%, #a88e00 50%);
}

.rank2{
	background-image:linear-gradient(-72deg, #b9c1c3 50%, #87919c 50%); /* -45deg で45度マイナス回転するので斜めになる */
	background-image:-webkit-linear-gradient(-72deg, #b9c1c3 50%, #87919c 50%);
	background-image:-moz-linear-gradient(-72deg, #b9c1c3 50%, #87919c 50%);
	background-image:-ms-linear-gradient(-72deg, #b9c1c3 50%, #87919c 50%);
}

.rank3{
	background-image:linear-gradient(-72deg, #d66e01 50%, #a25505 50%); /* -45deg で45度マイナス回転するので斜めになる */
	background-image:-webkit-linear-gradient(-72deg, #d66e01 50%, #a25505 50%);
	background-image:-moz-linear-gradient(-72deg, #d66e01 50%, #a25505 50%);
	background-image:-ms-linear-gradient(-72deg, #d66e01 50%, #a25505 50%);
}

.rank4{
	background-image:linear-gradient(-72deg, #a346a5 50%, #631555 50%); /* -45deg で45度マイナス回転するので斜めになる */
	background-image:-webkit-linear-gradient(-72deg, #a346a5 50%, #631555 50%);
	background-image:-moz-linear-gradient(-72deg, #a346a5 50%, #631555 50%);
	background-image:-ms-linear-gradient(-72deg, #a346a5 50%, #631555 50%);
}

.rank5{
	background-image:linear-gradient(-72deg, #f17b13 50%, #e43703 50%); /* -45deg で45度マイナス回転するので斜めになる */
	background-image: -webkit-linear-gradient(-72deg, #f17b13 50%, #e43703 50%);
	background-image:-moz-linear-gradient(-72deg, #f17b13 50%, #e43703 50%);
	background-image:-ms-linear-gradient(-72deg, #f17b13 50%, #e43703 50%);
}
.rank6{
	background-image:linear-gradient(-72deg, #e40c47 50%, #b3000f 50%); /* -45deg で45度マイナス回転するので斜めになる */
	background-image: -webkit-linear-gradient(-72deg, #e40c47 50%, #b3000f 50%);
	background-image:-moz-linear-gradient(-72deg, #e40c47 50%, #b3000f 50%);
	background-image:-ms-linear-gradient(-72deg, #e40c47 50%, #b3000f 50%);
}
.rank7{
	background-ipayjs-outermage:linear-gradient(-72deg, #60b4ca 50%, #367c84 50%); /* -45deg で45度マイナス回転するので斜めになる */
	background-image: -webkit-linear-gradient(-72deg, #60b4ca 50%, #367c84 50%);
	background-image:-moz-linear-gradient(-72deg, #60b4ca 50%, #367c84 50%);
	background-image:-ms-linear-gradient(-72deg, #60b4ca 50%, #367c84 50%);
}

.news-block{
	background: #fff;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.25);
	padding: 10px;
	border-radius: 20px;
}

.payjs-outer{
	padding: 8px;
	border-radius: 8px;
	background-color:#fff;
	border: 2px solid #333;
}
.card-wrap{
	max-width: 500px;
	margin: 0 auto;
}
.pay-wrap-register{
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
.pay-wrap-register .ttl{
	font-size: 24px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pay-wrap-register .price{
	font-size: 30px;
	font-weight: 700;
}
.pay-wrap-register .price span {
	font-size: 24px;
}
.pay-wrap-register .txt{}

.login-btn-l{
	display: inline-block;
	padding: 20px;
	font-size: 18px;
	color: #fff;
	background-color: #e0a800;
	border-radius: 20px;
	margin-bottom: 20px;
}
.login-btn-l:hover{
	color: #fff;
	background-color: #f5ce4d;
}
.loader-wrap{
	display: inline-block;
	width: 30px;
	font-size: 2px;
	position: relative;
}
.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loader {
	color: #ffffff;
	font-size: 2px;
	margin: 0px auto;
	position: absolute;
	top: -10px;
	left: 10px;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}
.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}



.loader2,
.loader2:before,
.loader2:after {
	border-radius: 50%;
}
.loader2 {
	color: #ffffff;
	font-size: 11px;
	text-indent: -99999em;
	margin: 0px auto;
	position: relative;
	width: 10em;
	height: 10em;
	box-shadow: inset 0 0 0 1em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loader2:before,
.loader2:after {
	position: absolute;
	content: '';
}
.loader2:before {
	width: 5.2em;
	height: 10.2em;
	background: #0dc5c1;
	border-radius: 10.2em 0 0 10.2em;
	top: -0.1em;
	left: -0.1em;
	-webkit-transform-origin: 5.1em 5.1em;
	transform-origin: 5.1em 5.1em;
	-webkit-animation: load2 2s infinite ease 1.5s;
	animation: load2 2s infinite ease 1.5s;
}
.loader2:after {
	width: 5.2em;
	height: 10.2em;
	background: #0dc5c1;
	border-radius: 0 10.2em 10.2em 0;
	top: -0.1em;
	left: 4.9em;
	-webkit-transform-origin: 0.1em 5.1em;
	transform-origin: 0.1em 5.1em;
	-webkit-animation: load2 2s infinite ease;
	animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.loading-area{
	font-size: 12px;
	display: none;
}
.loading-area img{
	width: 20px;
}
.check-area{
	display: none;
}
.check-area img{
	width: 50px;

}

.pay-wrap{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 6px 10px rgba(0,0,0,.2);
	margin-top: 20px;
}
.pay-wrap .ttl{
	font-size: 24px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pay-wrap .price{
	font-size: 30px;
	font-weight: 700;
}
.pay-wrap .price span {
	font-size: 24px;
}
.pay-wrap .txt{}

.pay-wrap .manual-ttl{
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	letter-spacing: .1em;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}
.pay-wrap .price{
	font-weight: bold;
	text-align: center;
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}
.pay-wrap .price span{
	font-size: 18px;
}

.pay-wrap a{
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	max-width: 400px;
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #8c0d0a;
	border-radius: 5px;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	cursor: pointer;
}

.pay-wrap button {
	margin-left: 0;
	margin-right: 0;
	max-width: 400px;
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #8c0d0a;
	border-radius: 5px;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	cursor: pointer;
}

#foot-nav{
	display: none;
}

.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.8);
}

.modal-nav{

}
.modal-header {
border-bottom:none;
}

.modal-footer {

	border-top: none;
}
.modal-nav a{
display: block;
padding: 10px;
border-bottom: 1px solid #eee;
text-align: center;
font-weight: bold;
}

.form-check.form-check-inline{
	flex-wrap: wrap;
}
.form-check.form-check-inline label{
	
}

.answers-nav{
	margin-top: 40px;
}
.answers-nav li{}
.answers-nav li a{
	font-size: 18px;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 20px 0px;
}
.answers-nav li a svg{
	margin-right: 10px;
	display: inline-block;
	color: #8287f6;
}


.fadein{opacity:0;transform:translate(0, 200px);transition:all 1000ms}
.fadein2{opacity:0;transform:translate(100px, 0px);transition:all 1000ms}
.fadein3{opacity:0;transform:translate(0px, -200px);transition:all 1000ms}
.scrollin{opacity:1;transform:translate(0, 0)}

.zoomin{
	transform: scale(0.6);
	opacity: 0
}
.zoomin.is-animated {
	animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.media-area a{
	text-decoration: underline;
}

@keyframes zoomIn {
	0% {
		transform: scale(0.6);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.text-outer{
	background-color: #fff;
	padding: 40px 20px;
}
.text-outer h2{
	font-size: 20px;
	margin-bottom: 20px;
}
.text-outer h3{
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.up-txt{
	color: red;
	font-size: 12px;
}

/*
label.file_photo {
	display: block;
	margin: 0 auto;
	padding: 20px;
	max-width: 300px;
	height: 100px;
	width: 100%;
	background-color: #fff;
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url("https://fcc-froom.com/wp-content/themes/wap/common/img/photo-upload.svg");
}
*/
label.file_photo {
background-color: #fff;
	padding: 20px;
	width: 100%;
}
.photo-box{
	display: flex;
	flex-wrap: wrap;
	}

.photo-box .item{
	width: 33.333%;
}
.photos-slide.photo-box .item{
	width: inherit;
}
.photo-box .item>.img{
	height: 15vw;
	cursor: pointer;
	position: relative;
}

.photo-box .item .img .icon-reader{
	position: absolute;
	bottom:10px;
	right: 10px;
	color: #fff;
	font-size: 18px;
}

.photo-box .item>.img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.photo-box .item .img:hover img{
	opacity: 0.8;
	transition: all .5s ease-out;

}
.photo-box .modal-body img{
	width: 100%;
}

.modal-footer{
	text-align: left;
}
.photo-btn{
	width: 100%;
	margin-bottom: 20px;
}

.photo-post{
padding: 20px 20px 40px;
}

.photo-date{
	color: #c3c3c3;
	font-style: italic;
}
.photo-date .link{
	font-style: initial;
}

.froom-message{
	display: flex;
	align-items:center;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	cursor: pointer;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.25);
	border-radius: 20px;
}
.froom-message .img{

	width: 50px;
	/* border-radius: 50%;*/
	overflow:hidden;
}

.froom-message .img img{
	width: 100%;

}

.froom-message .txt{
	width: calc(100% - 50px);
	margin-left: 10px;
	font-size: 13px;
	line-height: 1.5em;
}
.froom-message .txt a{
	text-decoration: underline;
	font-weight: bold;
}

.whisper-box .froom-message{
	display: flex;
	align-items:center;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	cursor: pointer;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.25);
	border-radius: 20px;
}
.whisper-box .froom-message .img{
	height: 30px;
	width: 30px;
	border-radius: 50%;
	overflow:hidden;
}

.whisper-box .froom-message .img img{
	height: 100%;
	width: 100%;
	object-fit: cover;

}

.whisper-box .froom-message .txt{
	padding-left: 5px;
	width: calc(100% - 30px);
	font-size: 12px;
}

.prof-bg{
	padding: 20px;
	margin-bottom: 20px;
	background-size: cover;
	background-color: #e0a800;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

.prof-bg-glass{
	position: absolute;
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: -20px;
	z-index: 1;
}
.prof-box{
	display: flex;
}

.prof-box .img{
	width: 100px;
	height: 100px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
.prof-box .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.prof-box .text{
	width: calc(100% - 100px);
	padding-left: 10px;
}
.prof-box .text a{
	font-weight: bold;
	text-decoration: underline;
}
.like-whisper{
	color:#aaa;
}

.ct-sub-ttl{
	font-size: 13px;
	font-weight: bold;
}

.trial-box{
	background-color: #f6f7ff;
	padding: 35px 20px 20px;
	margin-top: 30px;
}

.trial-ttl{
	font-size: 40px;
	color: red;
	font-weight: bold;


}
.review-form-box label{
	display: block;

}
.review-form-box .ttl{
	margin-bottom: 40px;
}

.wpcf7-textarea{
	width: 100%!important;
	height: 200px;
}

.review-list {
	border: 1px solid #ccc;
	padding: 20px;
	/*overflow: auto;
	max-height: 400px;*/
	margin-top: 40px;
	background-color: #fff;
}
.review-list .item {
	border-bottom: 1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	display: flex;
align-items: center;
}
.review-list .item .mark-box {
	margin-bottom: 10px;
	width: 64px;
}
.review-list .item .mark-box .info {

}
.review-list .item .mark-box .info .ttl {
	font-weight: bold;
	margin-right: 10px;
	font-size: 12px;
	text-align: center;
}
.review-list .item .mark-box .info .star {
	color: #fdaf11;
}
.review-list .item .text {
	width: calc(100% - 64px);
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.review-list .item .date {
	text-align: right;
}

.review-list .item .mark-box .info .img {
	width: 64px;
	height: 64px;
	background-color: #ccc;
	background-image: url(../img/logo-sample.png);
	background-size: cover;
	background-position: center center;
	margin-bottom: .3rem;
	border-radius: 50%;
}

.review-list .item .mark-box .info .answers {
	background-color: #6f42c1;
	color: #fff;
	text-align: center;
	width: 64px;
	border-radius: 5px;
	font-size: 9px;
	line-height: 1em;
	padding: 2px;
	margin-top: 5px;
}

.p_head{
	padding: 10px;
	color: #4d4624;
	font-size: 13px;
	background-color: #e5e3d9;
	margin-bottom: 20px;
	font-weight: bold;
}
#offer
.offer-box{
	padding: 20px;
}

#offer{

}

#offer ul {
	list-style-type: none;
	padding: 20px 20px 20px 45px;
	background-color: #f3f3f3;
	font-size: 14px;
}
#offer li b{
	color: #ff7676;
}
#offer li {
	position: relative;
	line-height: 1.8;
margin-bottom: 10px;
}
#offer li::after {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: -1.5em;
	width: 10px;
	height: 5px;
	border-left: 3px solid #ff7676;
	border-bottom: 3px solid #ff7676;
	transform: rotate(-45deg);
}


.price-table{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.price-table th{
	width: 157px;
	font-size: 20px;
	vertical-align: top;
	padding: 20px 0;
}

.price-table td{
	font-size: 40px;
}

.price-table td span{
	font-size: 20px;
	color: red;
	margin-left:30px;
}

.ttl-to{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.year-pay{
	font-size: 14px;
	margin-top: 10px;
	padding: 10px;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

}
.year-pay b{
	color: red;

}

#offer .btn01{
	width: 100%;
}


.article-list .item {
	flex-basis: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 20px;
	position: relative;
	padding: 20px;

}

.article-list .item a{
	display: flex;
	flex-wrap: wrap;
}
.article-list .item a .ttl{
	width: 100%;
	font-weight: bold;
	font-size: 19px;
	margin: 0;
}
.article-list .item a .img{
	width: 200px;
}
.article-list .item a .info{
	width:calc(100% - 200px);
}
.article-list .item a .date{
	width: 100%;
	font-size: 12px;
	margin-bottom: 10px;
}
.article-list .item a .date svg{
	margin-right: 5px;
}

.article-list .item a .txt{
	margin: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
}
.article-list .item .level {
	text-align: left;
}

.article-list .item .ttl {

	display: block;
}


.article-list {

	margin-left: 0%;
	margin-right: 0%;
}
.demo-area .item-list .item .img-talk,
.demo-area #question .item .parent .img-wrap,
.demo-area #question .item .child .img-wrap,
.demo-area #aside #ranking .list .item .img{
	-ms-filter: blur(2px);
	filter: blur(2px);
}

.user-blog .img-box{
	max-width: 400px;

}

.recommend_style{
	border: 10px solid;
	border-image: linear-gradient(to right bottom,#e0d9b6,#b4983a) 1 / 10px;
	outline: 3px outset #efe9cc;
	padding: 15px;
	background: #FFF;
	box-shadow: 1px 3px 10px #999;
	position: relative;
}
.recommend_style:after{
	position: absolute;
	content: "";
	right: -7%;
	top: -7%;
	background-image: url(https://fcc-froom.com/wp-content/themes/wap/common/img/reco.png);
	width: 100%;
	height: 10%;
	background-repeat: no-repeat;
	background-size: contain;
}
.pro-menu{}
.pro-menu .item{
	color: #fff;
	padding: 20px;
	background-color: #fd92ae;
	height: 100%;
}
.pro-menu .item .img{}
.pro-menu .item .img img{
	width: 100%;
}
.pro-menu .item .ttl{
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.pro-menu .item .txt{
	margin-top: 20px;
}
.pro-menu .item .btn{
	width: 100%;
	border: none;
}

.pro-menu .item .btn-default{
	background-color: #fff;
}
.pro-menu .item .modal{
	color: #333;
}

#member_area .btn svg{
	position: absolute;
	right: 10px;
	top:8px;
}
.member-option{
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	margin-top: 5px;
	color: #f54242;
}

.sidebar-more{
	display: block;
	color: #999;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 8px;
	line-height: 1em;
	text-align: center;
}

#question.overray .item .child{
	/*
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);

	 */
}

.copyright
.link-wrap a{
	text-decoration: underline;
	display: inline-block;
}

.talk-nav{
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
}

.talk-nav a{
	font-weight: bold;
	background-color: white;
	padding: 10px;
	text-align: center;
	width: 49%;
	color: #FA9999;
	border-radius: 10px;
}

.search-type{
	padding:10px;
	width: 100%;
	background-color:#fff;
}
.search-type>.ttl{
	background-color: #666;
	color: #fff;
	font-size: 16px;
	padding:10px;
	border-radius: 5px;
}

.search-type>div>.item{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: 10px;
	font-size: 13px;
}
.search-type>div>.item>.ttl{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
}
.search-type>div>.item>.wrap{

}
.radio-item
.psnt{
	position: absolute;
	left: -10px;
	top: 2px;
}

.radio-item .price{
	position: relative;
}
.radio-item .price img{

	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;

}
.sample-area{
	padding: 10px;
	background: #fff;
}
.sample-area .ttl{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.sample-area .img img{
	width: 100%;
}
.radio_option_wrap{
	padding: 10px;
}
.radio_option_ttl{
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.radio_option{
	display: inline-block;
	width: 20%;
	margin-top:5px;
}
.radio_option_wrap input{
	display: inline-block;
	width: 80%;
	margin-top:5px;
}
.radio_option_wrap input::placeholder {
	color: #ccc;
}

.sold-out{
	display: inline-block;
	background-color: #c7254e;
	color:#fff;
	border-radius: 5px;
	font-size: 11px;
	padding: 5px;
	line-height: 1em;
}
.scroll-box {
	width: 100%;
	text-align: left;
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	background: #efefef;
	padding: 2%;
}

.mgn-menu{
	margin-top: 100px;
}

body {
	background: url(../../assets/images/mv-bg.png) no-repeat;
	background-size: 100%;

}

.table-expensive{
	border: 1px solid #ccc;
}
.table-expensive th,
.table-expensive td{
	border: 1px solid #ccc;
}
.table-expensive td{
	background-color:#fff;
}
.bold{
	font-weight: bold;
	color: #FF0E6D;
}
.table-expensive th{
	width: 150px;
}
.table-expensive .bold{
	font-size: 18px;
}
.login_explain{
	margin-top: 20px;
}
.card-item__text {
	position: relative;
}
.card-item__text i{
	position: absolute;
	right: -15px;
	top:-30px!important;
	background-color: #e02f2f;
	color: #fff;
	line-height: 1em;
	padding: 5px;
	font-size: 13px;
}