

@font-face {
 font-family: phenomena;
 src: url('/company_data_php/font/Phenomena-ExtraBold.eot');
 src: url('/company_data_php/font/Phenomena-ExtraBold.eot?#iefix') format('embedded-opentype'),
 url('/company_data_php/font/Phenomena-ExtraBold.woff2') format('woff2'),
 url('/company_data_php/font/Phenomena-ExtraBold.woff') format('woff'),
 url('/company_data_php/font/Phenomena-ExtraBold.ttf') format('truetype');
}



@font-face {
   font-family: 'gokuboso';
   src: url('webfonts/chogokubosogothic_5.ttf') format("opentype");}

   * {
margin: 0px;
padding: 0px;
}


   body{
  font-size: 16px;
font-family:   sans-serif,"Meiryo", "Noto Sans JP";
 /* font-family: Verdana,sans-serif;*/
  width: 100%;


}
@media screen and (max-width: 768px) {
  body {
    font-family:'Roboto', sans-serif;
  }
}

main{

  height:100%;
   display: flex;
  flex-direction: column;
  


/* height: 500px; */

}

main h1{

font-size:25px;
  display: block;
 text-align:center;

font-weight: bold;
font-family: "BIZ UDゴシック","BIZ UDGothic";

}



form{
text-align:center;
margin-left:auto;
margin-right:auto;


font-size:25px;
margin-bottom:20px;
}

.form-control{

	background-color:-internal-light-dark;
}



.explain {
	text-align:center;
	margin-left:auto;
margin-right:auto;




}
.logo{
	font-family: phenomena;
	font-size:200%;

}

h3{
	font-size:1.5em;
    text-decoration:underline solid 3px black;
    margin-top:5px;
}

p{
	font-size:1.1em;
	line-height: 1.5em;
  color: #2f354f;
}



.blue{
	text-decoration:underline solid 3px rgb(47, 226, 249);
	font-size:18px;
	font-weight:bold;

}

.search{
  margin-top:40px;
  box-sizing: border-box;
  position: relative;
  border: solid 2px black;

  display: block;
  padding: 3px 10px;
  border-radius: 10px;
  height: 2.3em;
  width: 350px;
  overflow: hidden;
  background-color:#FBFBFB;

}
.search input[type="text"]{
  border: none;
  height: 2.0em;
  background-color:#FBFBFB;
}
.search input[type="text"]:focus {
  outline: 0;
}
.search input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: black;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}

.table_contents{
text-align:center;
margin-left:auto;
margin-right:auto;
width:50%;


}

.company_search{
	display: block;
	margin:0 auto;
	margin-bottom:50px;
	margin-top:100px;
}

.complist{

	text-align:center;
}
.complist a{
	text-align:center;
}



table{
	border-collapse: collapse ;
	text-align:center;
margin-left:auto;
margin-right:auto;
}

.table_contents>table>thead>tr{
	border-bottom:solid 0.1em;
	background-color:black;
	color:white;
	}



.price{
	text-align:center;
	margin-left:auto;
margin-right:auto;

	 line-height: 150%;
	 width:50%;
	font-size:1.15em;
}

.bold{
	font-weight:bold;
}


div.content {
	margin: auto 0;
   padding: 10px 250px 20px 250px;




   text-align: center;
}

@media only screen and (max-width: 690px){
div.content {
	margin: auto 0;

padding: 30px  20px ;



   text-align: center;
}





}

.contents_table_div{
	margin: auto 0;
	text-align:center;


}

.contents_table{
 width:80%;
 border:solid 1px black;
}

.contents_table thead{
	 background-color:black;
	 color:white;


}

.contents_table td{
	border:solid 1px black;


}

.phenomena_moji{
	 font-family: phenomena;
	 letter-spacing: 10px;
	 font-size:150%;


}

a:link {
 color: #131312;
 text-decoration: underline;
}

/* a:visited {
 color: gray;
 text-decoration: underline;
} */



a:active {
 color: #FF0000;
 text-decoration: underline;
}

p.chuki{
	font-size:0.8em;
	line-height:1em;
}

a#bold{
	font-weight:bold;
  color: hsl(219, 89%, 15%);
}


div#aboutcom{
	margin-top:15px;
	background-color:#EEEEEE;
	 border-radius: 20px;
	 text-align:left;
	 padding: 20px;



}
div#examplecom{
	text-align:center;
	margin-top:5px;


}

#animated-text {
	display: inline-block;
	border-right: 2px solid black;
	animation: blink 0.8s steps(1) infinite;
	white-space: pre; /* 空白をそのまま表示 */
	font-size: 2rem;
	max-width: 100%;
	font-family: "sans-serif","Noto Sans JP";
	font-weight:bold;
	margin-top:40px;
	text-align:center;
	height: calc(1em * 2 * 1.2);
  }
  @media (max-width: 600px) {
	#animated-text {
	  font-size: 1.4rem;
	  margin-top:40px;
	  text-align:center;
	  height: calc(1em * 2 * 1.2);
	}
  }

  #animated-text.finished {
	border-right: none;
	animation: none;
  }


  @keyframes blink {
	50% { border-color: transparent; }
  }



