@charset "UTF-8";

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


}
@media screen and (min-width: 1000px){

html{
	min-width:1200px;
  }
  body {
  background-image: url(../../images/sample1.jpeg)!important;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color:rgba(230,230,230,0.6);/*全体の背景色-----------------*/
  text-align: center;
  font-size:medium;
  line-height:100%;
  color:#555555;/*基本の文字色-----------------*/
  /*margin-top:25px;/*コンテンツボックスを上から少し離しています-----------------
  margin-bottom:0px;
  padding-left:10px;
  padding-right:10px;*/
  }

  .htitle {
	font-size: 200%;
	color: white;
	font-weight: bold;
	padding-top: 1%;
	padding-bottom: 31px;
	line-height: normal;
  }
  .third_contents{
	border-top:1px white solid;
	background-color:#18181880
  }
  
  .service_card2_container{
	display:flex;
	flex-wrap:wrap;
	margin-left:10%;
  }
  .service_card2 img{
	width:95%;
  }
  .service_card2{
  width: 21%;
  color: #FFF;
  background: #00000000;
  }
  .service_card2_btn a{
	width: 30%;
	/*height:4vh;*/
	color: #fff;
	display: block;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	margin-top:1%;
	padding:1% 1% 1% 1%;
	position: relative;
	left: 0%;
	border-radius:4%;
  }
  
  .service_card2_btn a:hover {
	background-color: #ffffff;
	color: rgb(255, 0, 0);
	}
  
	.service_card2 p {
	  padding: 0 10% 0 10%;
	  /*line-height: normal;*/
	  text-align:center;
	}
	/*
	.service_card2 h4{
	  line-height:normal;
	}
	*/
  
	.vertical_pic img{
		padding-left:0%;
		height:23vw;
	  }
	  .vertical{
		margin-top:3%;
		margin-right:0;
		font-size:1.4vw;
		font-weight:100;
		color:white;
		line-height:normal;
		/*height:20vw;*/
		text-align:left;
		background:#00000063;
		padding: 4% 4% 4% 4%;
	  }
	  .vertical_btn a{
		width: 30%;
		height:4vh;
		color: #fff;
		display: block;
		text-decoration: none;
		border: 1px solid #fff;
		text-align: center;
		margin-top:1%;
		padding:1% 1% 1% 1%;
		position: relative;
		left: 0%;
		border-radius:4%;
	  }
	  
	  .vertical_btn a:hover {
		background-color: #ffffff;
		color: rgb(212, 14, 14);
		}
	  
		.vertical_name{
		  text-align:left;
		  font-size:large;
		  color:white;
		  font-weight:bold;
		  line-height:normal;
		  
		}
	  
		.vertical_attribute{
		  text-align:left;
		  line-height:normal;
		  color:white;
		  text-decoration:underline;
		}

li {
	list-style-type: none;
	margin-bottom: 1em;
}

ol > li {
	list-style-type: decimal;
	margin-bottom: 0;
}

a{
	color: #5e78c1;
	text-decoration: none;
}
a:hover{
	color: #b04188;
	text-decoration: underline;
}

.error {
	color: #FF0000;
}
}