@charset "UTF-8";

body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
	font-feature-settings: "palt";
}


.bg-inverse{

	border-top:3px solid #E60000;
}


.wrapper{
	overflow : hidden ;
}



@media only screen and (min-width: 768px) {

	.view-sp {
		display: none;
	}
	
}
	
@media only screen and (max-width: 767px) {
	
	.view-pc {
		display: none;
	}
	
}


/********************/
/*　ヘッダー　　　　*/
/********************/

#header{
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	/*border-bottom: 2px solid #c60000;*/
	border-bottom: 3px solid #ff8000;
}


#header-in{
	margin: 0px auto 5px auto;
	width: 1000px;
	padding: 0px 10px;
	color: #000000;
}


#header-left{
	width: 400px;
	padding: 0;
	text-align:left;
	float: left;
}


#header-right{
	width: 600px;
	padding: 0;
	text-align:right;
	float: right;
}


.CommentArea{
	border-top: 1px solid #C0C0C0;
	margin: 5px 0;
	font-size:100%;
	width:100%;
	text-align:left;
}

.CommentArea p{
	margin:15px 5px;
}

.CommentArea textarea{
	width: 80%;
	height: 80px;
	font-size: 14px;
}


.CommentList{
	width: 95%;
	margin: 0 auto 0 auto;
	border-bottom:1px dotted #808080;
}

.CommentList p{
	margin:10px;
}

.Comment-NameArea{
	width: 15%;
	text-align:left;
	/*background:#0000FF;*/
	float:left;
}

.Comment-MessageArea{
	width: 70%;
	text-align:left;
	float:left;
}


.CommentSNS{
	clear: both;
	width: 50%;
	float:left;
	text-align:left;
	padding: 5px 0;
}

.CommentLikeButton{
	float:left;
	width: 50%;
	text-align:right;
	padding: 5px 0;
}


.CommentSNS img{
	vertical-align:middle;
}



/********************/
/*　メイン　　　　  */
/********************/

#content{
	position: relative;
	margin: 0px auto;
	width: 1000px;
	background-color: #FFFFFF;
	padding: 0px 10px;
}


#main{
	margin-left: 210px;
	margin-right: 210px;
	background-color: #FFFFFF;
	padding: 10px 0;
}



td{
/*	border-top: 1px solid #C0C0C0;*/
	font-size:14px;

}


#CommentFormArea{
	width: 95%;
	margin: 10px auto 10px auto;
}

td div{
	margin: 3px 0px;
	font-size: 90%;
}



.UserImgArea{
	width: 100%;
	margin: 20px 5px;
}


.UserImg{
	width: 10%;
	float: left;
	height:70px;
}

.UserImg img{
	max-width: 90%;
	margin: 10px auto;
	max-height:65px;
}





.DetailsImg{
	max-width:825px;
}


.DetailsTitle{
	margin:20px 0 10px 0;
	background-color:#EEF0F3;
	border:1px solid #c0c0c0;
	padding:8px;
	font-size:90%;
	font-weight:900;
}




/********************/
/****** 掲示板 *****/
/********************/
.ThreadList{
	width: 100%;
	font-size:130%;
}

.TleadTitle{
	clear: both;
	float: left;
	width: 45%;
}

.TreadCommentCNT{
	float: left;
	width: 15%;
	text-align:center;
}

.TreadUserName{
	float: left;
	width: 22%;
}
.TreadDate{
	float: left;
	width: 18%;
	text-align:center;
}


.TreadHeadLine{
	background-color: #17BED2;
	color: #FFFFFF;
	width: 100%;
	padding: 5px;
	font-size:120%;
}

.TreadTitle{
	font-size:140%;
	padding: 5px 8px;
}

.TreadEXP{
	padding: 20px;
	font-size:110%;
	padding: 20px;
}

.TreadSNS{
	clear: both;
	width: 50%;
	float:left;
	text-align:right;
	padding:40px 0 0 20px;
}

.TreadLikeButton{
	float:left;
	width: 25%;
	text-align:right;
	padding: 40px 20px 20px 0;
}

.TreadCommentButton{
	float:left;
	width: 100%;
	text-align:right;
	padding:24px 20px 16px 0;
}

.TreadArea{
	width: 95%;
	text-align: left;
	margin-top: 10px;
	padding: 0px;
	/*background: #EEF4FB;
	border: 1px solid #c0c0c0;*/
	border-radius: 7px;         /* CSS3 */
	-moz-border-radius: 7px;    /* Firefox */
	-webkit-border-radius: 7px; /* Safari,Chrome */
	border: 1px solid #C0C0C0;     /* 枠線の装飾 */
	background-color: #FFFFFF;   /* 背景色 */
	height: auto;
}

.TreadArea2{
	width: 100%;
	text-align: left;
	margin-top: 10px;
	padding: 0px;
	border: 1px solid #C0C0C0;     /* 枠線の装飾 */
	background-color: #FFFFFF;   /* 背景色 */
	height: auto;
}



.HeadLine{
	background-color: #008cff;
	color: #FFFFFF;
	border-left:1px solid #FFFFFF;
	font-size:13px;
	padding: 5px;
	text-align:center;
}




.CommentHeadLine{
	background-color: #C0C0C0;
	color: #262424;
	width: 100%;
	padding: 5px;
	font-size:120%;
}





.clear{
	clear: both;
}


/********************/
/***** リスト ******/
/********************/

.List{
	list-style-type: decomal;
}

.List1{
	list-style-type: decomal-leading-zero;
	margin-left:10px;
}

.List2{
	list-style-type: disc;
	margin-left:10px;
}

/********************/
/*　フッター　　　　*/
/********************/
#footer{
	clear:both;
	width: 100%;
	/*position: absolute;*/
	background-color: #808080;
	/*bottom: 0;*/
}


#footer-in{
	margin: 0px auto 0 auto;
	width: 1000px;
	padding: 10px 10px 25px 10px;
}


#footer-left{
	width: 600px;
	padding: 0;
	text-align:left;
	float: left;
}


#footer-right{
	width: 400px;
	padding: 0;
	text-align:right;
	float: right;
}


img{
	border: 0;
}




table{
	margin:30px auto;
	border:0;
}

td{
	padding:8px;
	text-align:left;
}




a img .linkimg{
	background:none!important;
}

a:hover img.linkimg{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}




/**** ビデオのレスポンシブ化 ***/
.video{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-top: 25px;
}


.video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
/**** ビデオのレスポンシブ化 ***/




.exp-area{
	width: 95%;
	margin: 0 auto 10px auto;
}



.paging{
	/*border-top: 1px solid #808080;*/
/*	background-color: #fcfbed;
	padding-top: 0;
	text-align:center;
	width:100%;
	color: #0f0e0e;*/
}

.paging div{
/*	float: left;*/
/*	color: #0f0e0e;*/
}




.pager{
	/*display: inline-block;*/
	margin:0 auto;
	width:auto;
	display: inline-block;
	text-align: left;
}



.header{
	background:#FFFFFF;
	margin-bottom:100px;
}


.img-responsive{
	max-width: 100%;
}


A:link {color:#0066CC; text-decoration: none; }
A:visited {color:#0066CC; text-decoration: none; }
A:active {color:#E60000; text-decoration: none; }
A:hover {color:#E60000; text-decoration: underline; }


h1{
	/*border-left:4px solid #E1E1E1;*/
	margin-left:-15px;
	color:#463F2D;
}




.title-area{
	border-bottom:1px solid #E1E1E1;
	margin-bottom:10px;
}


footer{
	width:100%;
	margin-top:50px;
	border-top: 1px solid rgba(0,0,0,.25);
}

footer p{
	margin:10px;
}

footer div{
	
}


.row h4{
	margin: 0;
	padding:0;
	font-size:16px;
}



.col-xl-12 p{
	margin-bottom: 20px;
	font-size: 93%;
}


.NotopPage{
	margin-top: 60px;
}

.NotopPage h3{
	margin-top: 10px;
	margin-bottom: 20px;
}


.NotopPage2{
	margin-top: 30px;
}

.NotopPage2 h3{
	margin-top: 10px;
	margin-bottom: 10px;
}


.margintop20{
	margin-top: 20px;
}

.margintop30{
	margin-top: 30px;
}

.margintop40{
	margin-top: 40px;
}


.margin5{
	margin: 5px;
}

.margin10{
	margin: 10px;
}

.margin20{
	margin: 20px;
}

.margin30{
	margin: 30px;
}

.margin40{
	margin: 40px;
}


.margin-b10{
	margin-bottom:10px;
}


.border-dotted{
	border-bottom: 1px dotted #C0C0C0;
}


nav{
	border-bottom:1px solid #C0C0C0;
}

.PanList{
	font-size:100%;
	margin:5px 0px;
	font-weight:bold;
}



.footer-list-item{
	margin:10px;
}








/*
.paging {
  overflow: auto;
  margin-top:50px;
}

.paging ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.paging ul li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}


.paging ul li a {
  margin: 0 6px 0 0;
  padding: 3px 6px 6px 6px;
  display: block;
  float: left;
  width: auto;
  color: #ffffff;
  background-color: #FF8530;
  border:1px solid #FF8530;
}

.paging ul li em{
  margin: 0 6px 0 0;
  padding: 3px 6px 6px 6px;
  display: block;
  float: left;
  width: auto;
  color: #FF8530;
  background-color: #FFFFFF;
  border:1px solid #FF8530;
}

.centered {
  position: relative;
  overflow: hidden;
}

.centered ul {
  position: relative;
  left: 50%;
  float: left;
}

.centered ul li {
  position: relative;
  left: -50%;
  float: left;
}


.centered {
  position: relative;
  overflow: hidden;
}

.centered ul {
  position: relative;
  left: 50%;
  float: left;
}

.centered ul li {
  position: relative;
  left: -50%;
  float: left;
}
*/




.fontsize93{/*12px*/
	font-size:93%;
}

.fontsize108{/*14px*/
	font-size:108%;
}






/*index（一覧）時、画像上にLikeの値を表示するため*/




.Index-up-LikeView{
	border:1px solid #808080;
	margin-bottom:10px;
}



.PaddingSet5{
        padding-right: 5px;
        padding-left: 5px;
}

.PaddingSet{
        padding-right: 0px;
        padding-left: 5px;
}





h2{
/*	font-size: 24px;	*/
/*	padding: 4px 0;	*/
/*	border-bottom: 2px solid #FF8000;	*/
}



hr{
	border-top: 1px solid #bbb;
}



.InformationArea{
	margin: 20px 0;
	border-bottom:1px solid #C0C0C0;

}

.LeftArea50{
	float:left;
	width:50%;
	margin:0;
	text-align: left;
}

.RightArea50{
	float:right;
	text-align: right;
	margin-right:0;
}




.resizeimage {

}

.resizeimage .relative {
	position: relative;
}

.resizeimage .relative::before {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.resizeimage .relative figcaption{
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 100;
}

.ListData .relative figcaption{
	top: 30%;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 100;
}



.resizeimage .absolute {
	position: absolute;
	color: #fff;
/*
	left: 30px;
	top: 35%;
*/
}

.resizeimage .absolute h2{
	margin: 0 0 30px 0;
/*
	padding: 0.2em 0.5em;
*/
	text-align: center;
	font-size:2.8vw;
}

.resizeimage .absolute p{
	margin: 0;
/*
	padding: 0.2em 0.5em;
*/
	text-align: center;
	font-size: 1.6vw;
}

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

	.resizeimage .absolute h2 {
		line-height: 130%;
		font-size: 6.4vw;
	}

	.resizeimage .absolute p {
		font-size: 3.4vw;
	}
	
}

.resizeimage .absolute div{
/*
	background: rgba(0,0,0,.2);
*/
}



.toph2{
/*
	background: rgba(0,0,0,.2);
*/
}



.CategoryView{
	border:1px solid #0000FF;
	padding:1px 10px;
	border-radius: 8px;
	color:#0000FF;
	/*font-size:11px;*/
}

.CategoryView2{
	border:1px solid #4169e1;
	padding:1px 6px;
	border-radius: 4px;
	color:#4169e1;
	/*font-size:11px;*/
}

.ListCategoryView{
	border:1px solid #0000FF;
	padding:1px 3px;
	border-radius: 8px;
	color:#0000FF;
	font-size:11px;
}


.ListOkiniriView{
	color: #FF0000;
	font-size:10px;
	padding:1px;
	background-color:#F6D8CE;
}


.RegDateView{
	font-size:110%;
}


.BusinessData p{
	margin: 30px 10px 50px 10px;
}

.BusinessData h2{
	margin:20px 0 30px;
	padding: 5px 5px 5px 10px;
	position: relative;
	border-left: 4px solid #E60000;
	font-size: 20px;
	font-weight: bold;
}

.BusinessData h2::before{
	width: 4px;
	height: 50%;
	content: '';
	position: absolute;
	left: -4px;
	bottom: 0;
	background: #ccc;
}

.BusinessData h3{
	margin:20px 0;
	padding: 5px 5px 5px 10px;
	position: relative;
	border-left: 4px solid #E60000;
	font-size: 20px;
}

.BusinessData h3::before{
	width: 4px;
	height: 50%;
	content: '';
	position: absolute;
	left: -4px;
	bottom: 0;
	background: #ccc;
}



.ListEXP{
	clear:both;
	margin-top:10px;
	margin-bottom:30px;
}


.nav-link{
	font-size:15px;
	font-weight:bold;
}


.welcome-message{
	padding-top: 13px;
	display: inline-block;
}



/*
.paging{
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #808080;
	font-size: 1rem;
}

.pagingTop{
	margin-top:20px;
	padding-top:10px;
	font-size: 1rem;
}
*/



/**/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #0061BC;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/**/

#loginform{
	border: 1px solid #C0C0C0;
	margin: 50px auto 30px auto;
	width: 90%;
	background: #FFFFFF;
	text-align: center;
	max-width:600px;
	padding:10px;
}



#page-top{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 80px;
  padding: 20px 10px;
  background: rgba(0,0,0,.7);
  color: #fff;
  text-align: center;
  text-decoration: none; 
}
#page-top:hover{
  background: rgba(0,0,0,.8);
}




.resizeimage img{
	margin-top:10px;
	width:100%;
	height: calc(100vh - 3rem);
	object-fit: cover;
}






.ListTitle{
	/*height:50px;*/
	/*background-color:#FBF8EF;*/
	margin:5px 0;
}







.SideList{
	margin-bottom: 30px;
}


.SideList h3, h4{
	font-size: 14px;
	padding: 4px 0 0 0;
	margin:0px;
	border:none;
	text-align:left;
}



.row div{
	text-align:left;
}



.SideListTitle{
	font-size: 16px;
	padding:4px 0 0 0;
	border:none;
	text-align:left;
}



.almost{
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
}



.almost h3{
/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
*/
}

.TopTitle h3{

}
.TopTitle{
	border-left:initial;
	font-size:24px;
	padding:4px;
	border-bottom: 4px solid #CCCCCC;
	padding-bottom: 8px; position: relative;
	/*background-image: url(/img/coo30-circle.png);*/
	/*background-repeat: no-repeat;*/
	/*padding-left: 10px;*/
}


.TopTitle:after{
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -4px;
	left: 0px;
	width: 25%;
	border-bottom: 4px solid #E60000;

}



.UserInfo{
	margin-bottom:30px;
}


.UserInfo p{
	margin:5px 0;
}


.PlanListData{
	margin-bottom:30px;
}

.PlanListData h5{
	margin:15px 0 5px 0;
	padding-left: 6px;
	border-left: 4px solid #EC5700;
}


.ListData{
	position: relative;
	width: 100%;
/*	height: 171px;		*/
	overflow: hidden;
	text-align:center;
}

.ListData:before {
	content:"";
	display: block;
	padding-top: 67%; /* 高さを幅の75%に固定 */

}

.ListImg{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


.ListData img{
	width:95%;
	height: 100%;
	margin-left: 15px;
    object-fit: cover;
    object-position: top;
}

.ListTitleView .row{
	padding: 20px 0;
}

.ListTitleView h4{
	margin:5px 0 20px 0;
	padding: 5px 5px 5px 10px;
	line-height: 120%;
	position: relative;
	border-left: 4px solid #E60000;
	font-size: 20px;
}

.ListTitleView h4::before{
	width: 4px;
	height: 50%;
	content: '';
	position: absolute;
	left: -4px;
	bottom: 0;
	background: #ccc;
}


.ListTitleView h4 a{
	color: #000;
}

.ListTitleView h2{
	font-size: 24px;
	padding: 4px 8px;
	border-left: 5px solid #FF8000;
	border-bottom: 2px solid #FF8000;
	margin:20px 0;
}

.ListTitleView h3{
	font-size: 24px;
	padding: 4px 8px;
/*	border-left: 5px solid #FF8000;		*/
/*	border-bottom: 2px solid #FF8000;	*/
	margin:20px 0;
}

.ListTitleView h3{

}




.MypageMessageList{

	width:100%;
	margin-bottom:10px;
}




.image-round1{
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
}

.image-round1 .img{
  position: absolute;
  top: -100%;
  bottom: -100%;
  margin: auto;
}



.image-round2{
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
}

.image-round2 .img{
  position: absolute;
  top: -100%;
  bottom: -100%;
  margin: auto;
}



.image-round3{
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.image-round3 .img{
  position: absolute;
  top: -100%;
  bottom: -100%;
  margin: auto;
}




/*
.balloon{
	background-color:#F2F2F2;
	border-radius:5px;
	position:relative;
}
 
.balloon:after{
	border:10px solid transparent;
	border-right-color:#F2F2F2;
	border-left-width:0;
	left:-10px;
	content:"";
	display:block;
	top:30px;
	position:absolute;
	width:0;
}
*/



.balloon{
	background-color:#FFF;
	border:1px solid #848484;
	border-radius:5px;
	position:relative;
	margin-bottom: 40px;
/*	width: 50%;	*/
	width: 100%;
	min-height:200px;
	padding:10px;
}
 
.balloon:before {
	border:10px solid transparent;
	border-right-color:#FFF;
	border-left-width:0;
	left:-9px;
	content:"";
	display:block;
	top:30px;
	position:absolute;
	width:0;
	z-index:1;
}
 
.balloon:after {
	border:10px solid transparent;
	border-right-color:#848484;
	border-left-width:0;
	left:-10px;
	content:"";
	display:block;
	top:30px;
	position:absolute;
	width:0;
}




.balloon img{
	
}

.ItemList{
	/*list-style-image: url("/images/icon/y-gre-test.gif");*/
	list-style-type: none;
	margin: 0;
	padding:0;
}


.balloon li{
	padding: 0.5em 0 0.5em 1em;
	margin: 1em 0;
	font-weight: nomal;
	color: #6091d3;/*文字色*/
	background: #FFF;
	border: solid 1px #6091d3;/*線*/
	border-radius: 6px;/*角の丸み*/
}



.ItemListMypage{
	/*list-style-image: url("/images/icon/y-gre-test.gif");*/
	list-style-type: none;
	margin: 0;
	padding:0;
}


.initial{
	padding: 0.5em 0 0.5em 1em;
	margin: 1em 0;
	font-weight: nomal;
	color: initial;
	background: initial;
	border: none;
	border-radius: none;
}


.MyPageSide li{
	padding: 0.5em 0 0.5em 1em;
	margin: 0.5em 0;
	font-weight: nomal;
	color: #EC5700;/*文字色*/
	background: #FFF;
	border: solid 1px #EC5700;/*線*/
	border-radius: 6px;/*角の丸み*/
}


.MyPageSide .MyPageAd {
	margin-bottom: 20px;
}

.MyPageSide .MyPageAd img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}


.ServiceTypeBox li{
	padding: 0.5em 0 0.5em 1em;
	margin: 0.5em 0;
	font-weight: nomal;
	color: #000000;/*文字色*/
	background: #FFF;
	border: solid 1px #000000;/*線*/
	border-radius: 6px;/*角の丸み*/
}




.SearchArea{
	margin:20px 0;
}

.ColumnName{
	margin:10px 0 1px 0;
	font-weight: bold;
}

.form{
	margin:1px 0 10px 0;
}

.floatL{
	float:left;
	margin-bottom:4px;
	margin-left:5px;
}



/*** ページング ***/
.paging A:link {color:#FFFFFF; text-decoration: none;}
.paging A:visited {color:#FFFFFF; text-decoration: none;}
.paging A:active {color:#FFFFFF; text-decoration: none;}
.paging A:hover {color:#FFFFFF; text-decoration: none;}




.paging {
	overflow: auto;
	margin-top: 40px;
}

.paging ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.paging ul li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}


.paging ul li a {
  margin: 0 10px 0 0;
  padding: 5px 8px 3px 8px;
  display: inline-block;
  float: left;
  width: auto;
  color: #333 !important;
  background-color: #eee;
  border:1px solid #ccc;
  transition: .3s;
}

.paging ul li em{
  width: auto;
  margin: 0 10px 0 0;
  padding: 5px 8px 3px 8px;
  display: block;
  float: left;
  background-color: #333;
  border:1px solid #ccc;
  font-style: normal;
  color: #fff;
}

.paging ul li a:hover {
	opacity: .7;
}

.centered {
  position: relative;
  overflow: hidden;
}

.centered ul {
  position: relative;
  left: 50%;
  float: left;
}

.centered ul li {
  position: relative;
  left: -50%;
  float: left;
}


.centered {
  position: relative;
  overflow: hidden;
}

.centered ul {
  position: relative;
  left: 50%;
  float: left;
}

.centered ul li {
  position: relative;
  left: -50%;
  float: left;
}
/*** ページング ****/



.TableSpace{
	widht:90%;
	margin:10px auto;
	border-bottom:1px dotted #808080;
}




.que{
	background:url(/images/que.gif) left no-repeat;
	width:40px;
}


.ans{
	background:url(/images/ans.gif) left no-repeat;
	padding: 5px 20xp 5px 20px;
}



.ListTitleView table{
	width: 95%;
	margin: 20px 10px;
	border-bottom:1px dotted #808080;
}

.ListTitleView td{
	padding-bottom:20px;
}



.question{
/*	list-style-image: url(/images/que.gif);	*/
	background:url(/images/que.gif) left no-repeat;
}

.answer{
/*	list-style-image: url(/images/ans.gif);	*/
	background:url(/images/ans.gif) left no-repeat;
/*	background-position: 0;	*/

}


.AnswerArea ul{
	list-style-type:none;
/*	text-indent: 0em;	*/
	list-style-position: inside;
	padding:5px;
	margin:0;
	border-bottom: 1px dotted #808080;
}

.AnswerArea li{
/*	padding-left: 1em;	*/
/*	text-indent: -1.5em;	*/
	list-style-type:none;
	background-repeat:no-repeat;
	background-position:left 0em;
	padding-left:25px;
	margin: 15px 0;}


.QuestionArea ul{
	margin: 0 0 0 1.2em;
	padding: 0;
}


.CategoryNenu{
	padding: 0.5em 1em;
	margin: 0.5em 0.5em;
	font-weight: bold;
	color: #6091d3;/*文字色*/
	background: #FFF;
	border: solid 2px #C0C0C0;/*線*/
	border-radius: 20px;/*角の丸み*/
	float: left;
}

.CategoryNenu p{
	margin: 0; 
	padding: 0;
}






/*高さを表示制限　～　ellipsis　～*/
.ellipsis {
	position: relative;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
}

.ellipsis:before, .ellipsis:after {
	position: absolute;
	background: #fff;
}

.ellipsis:before {
/*	content: "...";*/
	content: "";
	bottom: 0;
	right: 0;
}

.ellipsis:after {
	content: "";
	width: 100%;
	height: 100%;
}
/*高さを表示制限*/






.topinfo{
/*	background-color:#c0c0c0;*/
	margin-top:20px;
}

.topinfo .inline{
/*
	width:98%;
*/
	height: 90%;
	margin-left:0;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#f9f9f9;
	border: 1px dotted #ccc;
}

.topinfo h3{
	padding: 5px 5px 5px 10px;
	position: relative;
	border-left: 4px solid #E60000;
	font-size: 20px;
}

.topinfo h3::before{
	width: 4px;
	height: 50%;
	content: '';
	position: absolute;
	left: -4px;
	bottom: 0;
	background: #ccc;
}

.inline ol{
	margin-top:15px;
	margin-left:10px;
	padding-left:10px;
	list-style-type: decimal;
}

.topinfo li{
	margin:10px;
	font-size:110%;
}


.top40{
	margin-top:40px;
}


.topinfo ol{
	margin-top:15px;
	margin-left:10px;
	padding-left:10px;
	list-style-type: decimal;
}

.topinfo li{
	margin:10px;
	font-size:110%;
}

.topinfo ul{
	margin-top:10px;
	margin-left:0;
	margin-bottom:15px;
	padding-left:0;
	list-style-type: none;
}



/*index（一覧）時、画像上にLikeの値を表示するため*/

.absolute2 {
	position: absolute;
	color: #fff;
	background: rgba(0,0,0,.2);
	padding: 0.2em 0;
	right: 0px;
	top: 0px;
	border: 1px solid #FFFFFF;
	margin-right:0;
}


.absolute2 p {
    margin: 0;
    padding: 2px;
    font-size: 100%;
    text-align: center;
font-weight:bold;
}
/*index（一覧）時、画像上にLikeの値を表示するため*/





.link-button {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	padding: 10px 0 8px;
	display: inline-block;
	background: #FF9900;
	border-radius: 5px;
	transition: .3s;
	cursor: pointer;
	font-size: 16px;;
	color: #ffffff !important;
}

.link-button:hover {
	text-decoration: none;
	opacity: .7;
    color: #ffffff !important;
}

input.link-button,
button.link-button {
    padding: 10px 0 !important;
	appearance: none;
	border: none;
}

.link-button-menu {
	width: 100%;
	max-width: 120px;
	height: fit-content;
	margin-top: 6px;
	padding: 6px 0 4px;
	display: inline-block;
	background: #FF9900;
	border-radius: 5px;
	transition: .3s;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	color: #ffffff !important;
}

.link-button-menu:hover {
	text-decoration: none;
	opacity: .7;
    color: #ffffff !important;
}

.link-button-menu.menu-topic {
	background: #1CA6B0 !important;
}

.submit-button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px;   /* 余白       */
  width		: 70%;
  background    : #ff8200;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 2px 2px 3px #666666;  /* 影の設定 */
  border        : 1px solid #ff8200;    /* 枠の指定 */
}
.submit-button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #ff7f00;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}


.submit-button2 {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px;   /* 余白       */
  width		: 40%;
  background    : #ffa64d;     /* 背景色     */
  color         : #000000;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 2px 2px 3px #666666;  /* 影の設定 */
  border        : 1px solid #ffa64d;    /* 枠の指定 */
}
.submit-button2:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000000;     /* 文字色     */
  background    : #FFFFFF;     /* 背景色     */
}

.submit-button3 {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px;   /* 余白       */
  width:50%;
  background    : #ff8200;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 2px 2px 3px #666666;  /* 影の設定 */
  border        : 1px solid #ff8200;    /* 枠の指定 */
}
.submit-button3:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #ff7f00;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}




.clearfix:after{
	content: "";
	clear: both;
	display: block;
}




.SearchConditions{
	margin-bottom: 10px;
	padding: 10px;
	line-height: 110%;
	border: 1px dotted #ccc;
	background: #f5f5f5;
}

.SearchConditions p{
	margin: 0;
	display: inline-block;
	font-size: 12px;
	color: #666;
}

.SearchConditions p+p{
	margin-left: 30px;
}

.SearchConditions span {
	font-weight: bold;
	color: #333;
}









.form_contact{
}

.form_contact .row{
	margin-top: 35px;
}

.form_contact input[type="text"],
.form_contact select,
.form_contact textarea{
	width: 100%;
	padding: 10px;
}

.form_contact textarea{
	height: 200px;
}

.form_contact sup{
	color: #E1135D;
}

.form_contact .submit{
	padding: 40px 0 0;
	text-align: center;
}
.form_contact .submit input[type="submit"]{
	padding: 15px 100px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #FF8000;
	background: #FF8000;
	border-radius: 5px;
	cursor: pointer;
	color: #fefefe;
}

.form_contact .submit input[type="submit"]:hover{
	opacity: .7;
}

.form_contact .submit span{
	display: inline-block;
	position: relative;
}

.form_contact .back{
	padding: 40px 0 0;
	text-align: center;
}
.form_contact .back input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	border-radius: 0;
	cursor: pointer;
}

.form_contact .message{
	margin: 0 auto 20px;
	padding: 10px;
	background: #f6f6f6;
}

.form_contact .message p {
	margin: 0;
}

.form_contact .message p+p {
	margin-top: 10px;
}

.form_contact .message span{
	color: #E1135D;
}

.form_contact .error{
	margin: 0 auto 20px;
	line-height: 150%;
	color: #E1135D;
}

.form_contact .message_done{
	padding: 50px 0 100px;
	line-height: 300%;
	text-align: center;
}

.form_contact .button{
	text-align: center;
}

.form_contact .button a{
	padding: 15px 100px;
	position: relative;
	border: 1px solid #FF8000;
	background: #FF8000;
	border-radius: 5px;
	cursor: pointer;
	color: #fefefe;
}

.form_contact .button a:hover{
	opacity: .7;
	text-decoration: none;
}


.post-title {

}

.post-title a img {
	max-width: 100%;
	height: auto;
}





.top_message {
	margin: 20px 0 10px;
	padding: 20px 20px 0;
	background: #ffe;
	border: 1px dotted #EEDDAB;
}

.top_message .top_message_title {
}

.top_message .top_message_title p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #EEDDAB;
	font-weight: bold;
	color: #000;
}

.top_message .top_message_title .top_message_title_date {
	margin-right: 20px;
	display: inline-block;
}

.top_message .top_message_text {

}











.report-message {
	padding: 40px 0;
}

.report-message p {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #d9534f;
}

.report-description {
	margin: 0 auto 20px;
	padding: 20px 20px 20px 0;
	background: #f0f0f0;
}

.report-description ul {
	margin: 0;
}

.report_form {
	padding: 20px 0;
	position: relative;
}

.report_form.disabled::before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
}

.report_form +.report_form {
	border-top: 1px solid #ccc;
}

.report_form .report_form_wrapper {
	display: flex;
}

.report_form .report_form_image {
	width: calc(10% - 10px);
	margin-right: 10px;
	padding: 0 10px;
}

.report_form .report_form_image img {
	width: 100%;
    height: auto;
	aspect-ratio: 1;
}

.report_form .report_form_id {
	width: calc(20% - 10px);
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.report_form .report_form_shikin {
	width: calc(25% - 10px);
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.report_form .report_form_price {
	width: calc(35% - 10px);
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.report_form .report_form_price input {
	width: calc(100% - 40px);
	margin-right: 10px;
}

.report_form .report_form_submit {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 922px) {
	.report_form .report_form_wrapper {
		flex-wrap: wrap;
	}

	.report_form .report_form_image {
		width: calc(20% - 10px);
	}
	
	.report_form .report_form_id {
		width: calc(80% - 10px);
	}
	
	.report_form .report_form_shikin {
		width: calc(35% - 10px);
		margin-top: 20px;
		padding-left: 10px;
	}
	
	.report_form .report_form_price {
		width: calc(50% - 10px);
		margin-top: 20px;
	}
	
	.report_form .report_form_submit {
		width: 15%;
		margin-top: 20px;
	}
}






@keyframes shine {
	0% {
		background-position: -200% center;
	}
	100% {
		background-position: 200% center;
	}
}

.contract_badge {
	background: linear-gradient(90deg, #d9534f 60%, #ffdd88, #d9534f);
	background-size: 200% auto;
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	animation: shine 8s linear infinite;
/*
	display: inline-block;
	font-weight: bold;
	font-size: 90%;
	color: #d9534f;
	animation: soft-blink 2s ease-in-out infinite;


	padding: 3px 12px 1px;
	border-radius: 33px;
	background: #d9534f;
	color: #fff;
*/
}

.contract_badge::before {
	content: '★';
}










.hr_wide {
	margin: 3rem 0;
}








@media only screen and (min-width: 992px) {

.navbar-brand img {
	width: 200px;
}

}

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

.navbar-brand img {
	width: 150px;
}

}





.top_list {
	padding-right: 15px;
}

