body{
	font-family: "Lucida Sans",arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
	line-height: 1.8em;
	font-size:15px;
	min-width: 1200px;
}

#movie{
	padding: 40px 0;
}

#movie .common-ttl-1{
	color:red;
	line-height: 1.8em;
}

.movie-area video{
	width: 100%;
	max-width: 600px;
	display: block;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.kiyaku{}
.kiyaku h1{
	font-weight: bold;
	margin-top: 60px;
	padding-top: 20px;
	font-size: 20px;
}
.kiyaku h2{
	margin-top: 40px;
	font-size: 18px;
	margin-bottom: 20px;
}
.news-content{
	width: 100%;
	max-width: 600px;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.news-content a{
	color: #1da1f2;
	text-decoration: underline;

}
.only-sp-inline{
	display: none;
}
/* ----------------------------------------

コンテンツ最大幅の設定

---------------------------------------- */
.content-wrap{
	max-width:960px;
	margin:0 auto;
	padding:0 16px;
}

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

/*共通パディング*/

/*.box-pd{
	padding-top: 160px;
	padding-bottom: 100px
}*/


/* ----------------------------------------

各ページ共通要素

---------------------------------------- */
/*各共通タイトル*/

/*.common-ttl {
	font-size: 30px;
}*/
.mail-nav{
	position: relative;
}
p.new-nav {
    position: absolute;
    font-size: 12px;
    color: rgb(253, 0, 0);
    top: -1px;
    left: 6px;
    line-height: 1.5;
}

.common-ttl-1{
	font-size: 16px;
	text-align: center;
}

.common-ttl-1>span{
	display: block;
	margin: 20px 0 0 0;
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-size: 32px;
}

.common-ttl-1:after{
	content: "";
	display: block;
	margin: 28px auto 0 auto;
	border-bottom: 2px solid #707070;
	width: 90px;
}

.common-ttl-2{
	position: relative;
	text-align: center;
}

.common-ttl-2:after{
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 350px;
	border-bottom: 1px solid #000;
}

.common-ttl-2 span{
	position: relative;
	z-index: 2;
	padding: 0 12px;
	background-color: #fff;
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-size: 32px;
}

.common-ttl-3{
	border-left: 6px solid #0c1f5e;
	font-weight: 600;
	font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*.lower-ttl{

}*/

.marker_y{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}


#sidebar_area{
	position:fixed;
	top:0;
	right: 0;
	float: right;
	box-sizing: border-box;
	width: 280px;
	z-index:99;
	-webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
}

#sidebar_area .img-box-logo img{
	width: 56%;
}



#main_content_area{
	float: left;
	padding-right: 295px;
	box-sizing: border-box;
	width:100%;
	min-width:920px;
	-webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
}

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

#sidebar_area{
	display:none;
}
#main_content_area{
	width:100%;
	padding: 0 0 0 0;
}

}



/* ヘッダー------------------------------- */
#header_area{
	float: left;
	/* overflow: hidden; */
	padding: 20px;
	width: 85%;
	background-color: #fff;
}

#header_area #logo_area{
	float: left;
	padding: 30px 10px 0px 10px;
	box-sizing: border-box;
	width: 15%;
}

#header_area #logo_area>a{
	display: block;
}

#header_area .nav_block{
	float: left;
	padding: 0 20px 0 40px;
	box-sizing: border-box;
	min-width: 85%;
	margin-top:24px;
	-webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
}

#header_area .nav-fixed{
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.9);
	z-index:98;
	margin-top:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	width:100%;
	border-bottom:2px solid #ccc;
	}


#header_area h1{
	font-size: 12px;
	padding-left:40px;
	float:left;
}

#header_area .nav_block nav>ul{

	overflow: hidden;
}


#header_area .nav_block nav>ul li{
	display: inline-block;

	border-left: 1px solid #000;

	text-align: center;
}
#header_area .nav_block nav>ul li a{
	display:block;
    padding: 11px 7px;
	font-size: 12px;
}

#header_area .nav_block nav>ul li:last-of-type{
	border-right: 1px solid #000;
}

.nav_sp{
	text-align: center;
	background-color: #e6e6e6;
	color: #000;
	font-size: 11px;
}
.nav_sp a{
display:block;
}

.nav_sp a.active{
background-color: #ccc;
}

.nav_a1{
	width: 33%;
	float: left;
	border: 1px solid #d8d8d8;
  padding: 4px 2px;
}
.nav_a2{
	width: 34%;
	float: left;
	border: 1px solid #d8d8d8;
  padding: 4px 2px;
	position: relative;
}
.nav_a2 p.new-nav{
	position: absolute;
	font-size: 11px;
	color: rgb(253, 0, 0);
	top: -2px;
	left: 2px;
	line-height: 1.5;
}
.nav_b1{
	width: 33%;
	float: left;
	border: 1px solid #d8d8d8;
  padding: 4px 2px;
}

#header_area .drawer-hamburger{
	display: none;
}
.drawer-p{
	display: none;
}
@media (max-width: 1400px) {
#header_area{
	width: 100%;
}
}
@media (max-width: 768px) {
#header_area .drawer-hamburger{
		padding: 6px .75rem 30px;
	}
	.drawer-p{
		display: block;
		}
	#header_area h1{
		margin-top: 5px;
	}

	#header_area #logo_area {
		float: none;
		padding: 8px 0;
		width: 100%;
		text-align: center;
	}

	#header_area #logo_area img{
		margin-top: 0;
	}

	#header_area .drawer-hamburger{
		display: block;
		width: 2.8rem;
	}
	#header_area{
		position: fixed;
		z-index: 10;
	}

	#header_area .drawer-hamburger-icon{
		height: 3px;
	}

	#header_area .drawer-hamburger-icon:after, #header_area .drawer-hamburger-icon:before {
		height: 3px;
		top: -8px;
	}

	#header_area .drawer-hamburger-icon:after {
		top: 8px;
	}

	.drawer-open #header_area .drawer-hamburger-icon:after, .drawer-open #header_area .drawer-hamburger-icon:before {
		top: -10px;
	}

	.drawer-open #header_area .drawer-hamburger-icon:after{
		top: -10px;
	}

	#header_area .drawer--right .drawer-hamburger{
		right: 10px;
	}

	.drawer-open #header_area .drawer-hamburger{
		display: none;
	}

	.drawer-open #header_area nav.drawer-nav.only-sp {
		box-shadow: -5px 1px 20px 0px #00000024;
		background-color: #e8e8e8;
	}

	.drawer--right #header_area .drawer-nav{
		right: -28.25rem;
	}

	.drawer--right.drawer-open #header_area .drawer-nav{
		right: 0;
	}

	.drawer-open .drawer-overlay{
		background-color: rgba(0, 0, 0, 0.32);
	}

	#header_area .drawer-nav{
		width: 28.25rem;
	}

	#main_content_area{
		margin-top: 74px;
	}

	ul.drawer-menu li {
		padding: 10px 10px;
		font-weight: 600;
		border-bottom: 1px solid #afafaf;
		position: relative;
	}

	/*ul.drawer-menu li a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}*/

	p.new-nav{
		top: 0px;
		right: 10px;
		left: inherit;
	}

	.drawer-p{
		position: absolute;
		top: 25px;
		right: 5px;
		font-size: 11px;
		font-weight: bold;
	}
}


/* フッター------------------------------- */
#footer_area{
	padding: 80px 0;
	background-color: #0c1f5e;
	background-image: url(../img/footer_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
}

#footer_area>.img-box{
	margin: 0 auto;
	max-width: 230px;
	width: 16.666666%;
}

#footer_area .footer_nav_area ul{
	overflow: hidden;
}

#footer_area .footer_nav_area ul li{
	display: block;
	float: left;
	width: 16.666666%;
}

#footer_area .footer_media_area h2{
	font-weight: bold;
	font-size: 14px;
}

#footer_area .footer_media_area ul{
	overflow: hidden;
}

#footer_area .footer_media_area ul li{
	display: block;
	float: left;
	width: 16.666666%;
}

#footer_area .footer_keyward_area h2{
	font-weight: bold;
	font-size: 14px;
}

#footer_area .footer_keyward_area>div{
	overflow: hidden;
}

#footer_area .footer_keyward_area>div ul{
	display: block;
	float: left;
	width: 16.666666%;
}

#footer_area .footer_bnr_area img{
	display: block;
	width: 100%;
	max-width: 240px;
}

.footer_tweet_area{
padding-right: 20px;
}

.footer_tweet_area h2{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

footer>small{
	display: block;
	padding: 40px 0;
	text-align: center;
}

.footer_nav_area{

}

/* サイドバー------------------------------- */
#sidebar_area{
	height: 100%;
	background-color: #281c3e;
}

#sidebar_area .online_area{
	position: relative;
	padding: 12px 10px 12px 10px;
	width: 100%;
	background-color: #eeeeee;
}

#sidebar_area .online_area>h2{
	padding: 0 0 12px 0;
	border-bottom: 1px solid #90067b;
	text-align: center;
	font-size: 18px;
	color: #90067b;
}

#sidebar_area .online_area>h2 i{
	margin: 0 12px 0 0;
}

#sidebar_area .online_area>.answers{
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	color: #202020;
}

#sidebar_area .online_area>.answers>.num1{
	display: block;
	float: left;
	width: 40%;
	line-height: 1.5;
	font-size: 14px;
}
#sidebar_area .online_area>.answers>.num2{
	display: block;
	float: left;
	width: 60%;
	line-height: 1.5;
	font-size: 12px;
	padding-top: 2px;
}

#sidebar_area .online_area>.answers #number{
	margin: 0 4px;
	line-height: 1;
	font-weight: bold;
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-size: 38px;
}

#sidebar_area .online_area>#signal_w{
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding: 4px 14px 4px 34px;
	border-radius: 20px;
	background-image: url(../img/ico_smp.svg);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 10px center;
	background-color: #e84444;
	color: #fff;
}

#sidebar_area .online_area .triangle_01{
	position: absolute;
	bottom: -15px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #eeeeee transparent transparent transparent;
}

#sidebar_area #staff_area{
	padding: 0 10px;
}

#sidebar_area #staff_area article{
	padding: 16px 0;
	border-bottom: 1px solid #fff;
}

#sidebar_area #staff_area article .staff_wrap{
	overflow: hidden;
	color: #fff;
}

#sidebar_area #staff_area article .staff_wrap .img-box{
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	position:relative;


	overflow:hidden;
}
#sidebar_area #staff_area article .staff_wrap .img-box .bg{
background-size:cover;
	background-position:center center;
	width: 64px;
	height:64px;
	border-radius:50%;
}

.login-mark{
	height: 15px;
	width: 15px;
  background-color: #C00;
  position: absolute;
  left: 7px;
  top: 0;
  border-radius: 50%;
}

.logoff-mark{
	height: 15px;
  width: 15px;
  background-color: #9c0836;
  position: absolute;
  left: 7px;
  top: 0;
  border-radius: 50%;
}

#sidebar_area #staff_area article .staff_wrap p{
	float: left;
	padding: 0 0 0 0px;
	width: 176px;
	font-size: 12px;
	line-height: 1.2em;
}

#sidebar_area #staff_area article .staff_wrap p>span{
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 1em;
}

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

.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-image: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%);
}
.valu{
	font-size: 10px;
	line-height: 1.6em;
}

.valu a{
	text-decoration: underline;
}

#sidebar_area #staff_area article .staff_wrap>#platinum>img{
	position: absolute;
	top: -10px;
	width: 25px;
}

#sidebar_area #staff_area article .staff_wrap>#gold{
	display: table;
	padding: 0px 8px;
	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%);
	font-weight: bold;
	font-size: 12px;
}

#sidebar_area #staff_area article .detail_wrap{
	display:none;
	/*opacity:0;
	overflow:hidden;
	-webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;

transform-origin:left top;*/
}

#sidebar_area #staff_area article:hover .detail_wrap{

	/*opacity:1;
	-webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
	  moz-transform: scaleY(1);
-webkit-transform: scaleY(1);
-o-transform: scaleY(1);
-ms-transform: scaleY(1);
	*/
}

#sidebar_area #staff_area article .detail_wrap dl{
	overflow: hidden;
	margin: 0;
}

#sidebar_area #staff_area article .detail_wrap dl:first-of-type{
	border-bottom: 1px solid #fff;
}

#sidebar_area #staff_area article .detail_wrap dl dt{
	float: left;
	padding: 8px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	width: 15%;
}

#sidebar_area #staff_area article .detail_wrap dl dd{
	float: left;
	padding: 8px;
	width: 85%;
	font-size: 14px;
	color: #fff;
}

#sidebar_area #staff_area article .detail_wrap dl dd i{
	color: #ffce00;
}

#sidebar_area #staff_area .btn{
	display: block;
	position: relative;
	border-radius: 0;
	padding: 8px 12px;
	background-color: #62a2e3;
	text-align: start;
	font-size: 12px;
	color: #fff;
}

#sidebar_area #staff_area .btn i{
	position: absolute;
	top: 4px;
	right: 20px;
}

#sidebar_area #staff_area #members_btn{
	padding: 8px 12px 8px 40px;
	background-image: url(../img/ico_members.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 10px center;
}

#twitter_area_pc{
	width: 94%;
	margin: 20px auto;
}

#twitter_area_pc p{
    color: #fff;
}

#twitter_area_pc .fab {
    color: #1da1f2;
    font-size: 26px;
}

.tweet {
    padding: 6px 6px 0;
    background-color: #1da1f2;
}

/* 下層メインヴィジュアル */
#under_visual_area{
	background-color: #efefef;
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#under_visual_area h2{
	position: relative;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

#under_visual_area h2>span{
	display: block;
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}

#under_visual_area h2>span:after{
	content: "";
	display: block;
	margin: 20px auto 0 auto;
	border-bottom: 2px solid #ccc;
	width: 100px;
}

#under_visual_area h2>span>span{
	display: block;
	margin: 0 0 18px 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-family: "Lucida Sans",arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}



.answers-banner{
	display:none;
	width:250px;
	position:fixed;
	bottom:0;
	right:20px;
	z-index:100;
	    background: #951b55;
    background: -moz-linear-gradient(top, #951b55 0%, #131e5d 96%);
    background: -webkit-linear-gradient(top, #951b55 0%,#131e5d 96%);
    background: linear-gradient(to bottom, #951b55 0%,#131e5d 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951b55', endColorstr='#131e5d',GradientType=0 );
	padding:16px;
	text-align:center;

  animation-name: goUp;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;

	}

.answers-banner .txt{
	color:#fff;
	font-size:20px;
	margin-top:20px;
}
.answers-banner .img-box img{
	max-width:150px;
}
.answers-banner .txt span{
	color:#fff;
	display:inline-block;
	padding:0 8px;
	font-size:35px;

}

.answers-banner .stuation{
	background-color:#fff;
	padding:16px;
	border-radius:8px;
font-weight:bold;
	line-height:1em;
	margin-top:24px;
	font-size:20px;
	}

@media screen and (max-width: 1500px) {
	.answers-banner{
		display:block;
		}

}

@-webkit-keyframes goUp {
  0% {
    opacity:0;
	bottom:-120px;
  }
  100% {
    opacity:1;
	bottom:0px;
  }
}

@keyframes goUp {
  0% {
    opacity:0;
	bottom:-120px;
  }
  100% {
    opacity:1;
	bottom:0px;
  }
}

.answers-banner2{
	color:#fff;
	width:360px;
	margin: 30px auto;
	  background: #951b55;
    background: -moz-linear-gradient(top, #951b55 0%, #131e5d 96%);
    background: -webkit-linear-gradient(top, #951b55 0%,#131e5d 96%);
    background: linear-gradient(to bottom, #951b55 0%,#131e5d 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951b55', endColorstr='#131e5d',GradientType=0 );
	padding:6px;
	text-align:center;

  animation-name: goUp;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;

	}


.answers-banner2 img{
	max-width: 100px;
}

.answers-banner2 span{
	font-size: 22px;
	vertical-align: middle;
}
.tag-list li,
li.bg-color-1,li.bg-color-2,li.bg-color-11,li.bg-color-12,li.bg-color-21,li.bg-color-99{
	background-color: #ccc;
}

.cam img{
	width: 100%;
}

ul.cam-list{
	padding: 4px 10px 10px 20px;
}

ul.cam-list li{
	line-height: 1.4;
	list-style: disc;
	margin-top: 6px;
	color: #8d1434;
	font-size: 12px;
}

.cam-m{
  max-width: 400px;
  margin: 0 auto 40px;
}
.cam-m img{
	width: 100%;
}

/* ----------------------------------------

共通フォントスタイル

---------------------------------------- */
/*.color-1{
	color:#a88220;
}
.color-2{
	color:#ffdf03;
}

.color-3{
	color:#1d1106;
}

.bg-color-1{
	background-color: :#a88220;
}
.bg-color-2{
	background-color:#ae7430;
}

.bg-color-3{
	background-color:#1d1106;
}

.font-1{
	font-family: 'Anton', sans-serif;
}

.mincho{
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}

.mincho2{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}*/



/* ----------------------------------------

パンくず

---------------------------------------- */

/*.bread-wrap{
	position:relative;
}

.breadcrumb{
	margin-top: 35px;
	font-size: 16px;
	font-weight: normal;
	font-family: -webkit-body;
}

.breadcrumb li{
	display:inline-block;
}

.breadcrumb li a{
	color:#666;
}

.breadcrumb li a:hover{
	text-decoration:underline;
}

.breadcrumb li a:after{
	content:">";
	padding:0 8px;
	text-decoration:none !important;
	display: inline-block;
}*/

/* ----------------------------------------

上部に戻るボタン

---------------------------------------- */
/*.to-top-btn{
	position: fixed;
	right: 0px;
	bottom: 0px;
	border: double #3ec8fb 1px;
	background: #000000;
	color: #3ec8fb;
	padding: 16px;
	text-align: center;
	cursor: pointer;
	line-height: 1.5em;
}*/
.pt-1{
	padding-top: 12px;
}
.pt-2{
	padding-top: 20px;
}

.regi-box{
	background-color: #523f61;
	color: #fff;
	padding: 20px 10px;
}
.regi-box .ttl{
	text-align: center;
	margin-bottom: 24px;
	font-size: 18px;
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}
.about-regi-box{
	background-color: #fff;
	color: #000;
}
.regi-box .ttl{

}
.top-mem{
	display: flex;
	justify-content: space-between;
}

.top-mem-btn{
	width: 45%;
	position: relative;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 4px auto;
	padding: 6px;
	border-radius: 6px;
}
.top-mem-btn span{
	display: block;
	font-size: 16px;
}

.top-mem-reg{
	background: linear-gradient(rgb(255, 142, 0) 0%, rgb(251, 93, 0) 100%);
	margin-left: 15px;
	margin-right: 5px;
}

.top-mem-in{
	background: linear-gradient(rgb(101, 184, 255) 0%, rgb(0, 103, 177) 100%);
	margin-right: 15px;
	margin-left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-mem-btn a{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top:0;
	left:0;
}

.about-regi-box
.top-mem-btn{
	width: 95%;
}

.h-line {
	width: 34px;
	position: fixed;
	right: 295px;
	top: 3px;
}
@media screen and (max-width: 1500px) {
	.h-line {

		width: 34px;
		position: fixed;
		right: 45px;
		top: 3px;


	}
}



.h-line img{
	width: 100%;
}

.footer_top_bnr{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.footer_top_bnr img{
	width: 100%;
}

.cmt-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.cmt-item .cmt{
	font-weight: bold;
	line-height: 1.8em;
	font-size: 18px;
	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;
	margin-top: 20px;
	width: 32%;
	padding: 20px;
	box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
	position: relative;
	padding-right: 120px;
}

.cmt-item .cmt img{
	display: block;
	width: 80px;
	position: absolute;
	right:0;
	top:0;
}

.cmt::before{
	position: absolute;
	font-size: 12px;
	content:"ご相談OK";
	color:red;
	font-weight: bold;
	transform: rotate(-20deg);
	left:-10px;
	top: -10px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.regi-btn {
	position: relative;
	width: 100%;
	max-width: 320px;
	margin: 20px auto;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: linear-gradient(to bottom, #ff8e00 0%,#fb5d00 100%);
	border-radius: 6px;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.regi-btn:hover{
	background: linear-gradient(to bottom, #e88100 0%,#bb4600 100%);
}
.regi-btn i{
	font-size: 24px;
}
.regi-btn span{
	display: block;
	font-size: 16px;
}
.regi-btn a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
}

.movie-area{
	padding: 80px 0;
}
.movie-area .ttl{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 32px;
	font-weight: bold;

}
.movie-area .catch-ttl{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}
.movie-area .movie{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 40px;
}


.tab-ttl {
	background-color: #999999;
	color: white;
	padding: 10px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.tab-menu {
	display: flex;
flex-wrap: wrap;
	justify-content: space-between;
}
.tab-menu .item {
	border: 1px solid #ccc;
margin-top: 10px;
	width: 100%;
}
.tab-menu .item a:hover,
.tab-menu .item.cur a{
	background-color: #efefef;
	border: 3px solid #ccc;
}
.tab-menu .item a{
	display: flex;
	height: 100%;
	padding: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab-menu .item  .img {
width: 50px;
}
.tab-menu .item  .img img{
	width: 100%;
}
.tab-menu .item  .info {
	width: calc(100% - 70px);
}
.tab-menu .item  .info .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;
	font-size: 18px;
	font-weight: bold;
}
.tab-menu .item  .info .txt {
	margin-top: 10px;
}
.tab-menu .item.cur {
}
.tab-menu .item.cur  .img {
}
.tab-menu .item.cur  .info {
}
.tab-menu .item.cur  .info .ttl {
}
.tab-menu .item.cur  .info .txt {
}

.recommend_style{
	border: 10px solid;
	border-image: linear-gradient(to right bottom,#e0d9b6,#b4983a) 1 / 10px;
	outline: 3px outset #efe9cc;
	padding: 0px;
	background: #FFF;
	box-shadow: 1px 3px 10px #999;
	position: relative;
}
.recommend_style:after{
	position: absolute;
	content: "";
	right: -35%;
	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;
}

.media-list{
 display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.media-list li{
	width: 24%;
	margin-bottom: 20px;
}

.media-list .logo img{
	height: 150px;
	width: 100%;
	object-fit: cover;
}

.media-list{

}

.news-area{
	background-color: #efefef;
	padding: 20px;
}
.news-area ul{

}
.news-area ul li{
	display: flex;
	margin-bottom: 10px;
}
.news-area ul li .date{
	margin-right: 20px;
	padding: 5px;
	background-color: #666;
	color: #fff;
	font-size: 13px;
	line-height: 1em;
}
.news-area ul li a{
	text-decoration: underline;
}
/* 以下タブレット(col-md)の設定 */
@media screen and (max-width: 992px) {

	.media-list li{
		width: 49%;
		margin-bottom: 20px;
	}
	.media-list .logo img{
		height: 100px;
	}
}
