@charset "UTF-8";
/* CSS Document */
@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 400;
src: local("Noto Sans CJK JP"),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');}
html{
font-size: 62.5%;
}
body{
color: #333333;
font-family: 'Noto+Serif','Noto Sans JP',sans-serif;
font-size: 1.6rem;
font-feature-settings: "palt";
-webkid-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
img {
width: 100%;
max-width: 100%;
height: auto;
}
a{
color: #020202;
}
#hero img {
width: 40%;
max-width: 140px;
display: block;
margin: 0 auto;
}
.text-red{
color: red;
}
.company-info{
padding-top: 50px;
}
@media screen and (max-width:480px){
/*--------------------
header
--------------------*/
header{
	box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 40%);
	width: 100%; /* 幅いっぱいを指定 */
    background: #fff; /* 背景色にグレーを指定 */
    position: fixed; /* ウィンドウを基準に画面に固定 */
    top: 0; /* 上下の固定位置を上から0pxにする */
    left: 0; /* 左右の固定位置を左から0pxにする */
}
h1{
	width: 30%;
	padding: 10px;
}
/*--------------------
common
--------------------*/
.inner-box{
	width: 80%;
	max-width: 1000px;
    margin: 40px auto 30px;
    padding: 20px 10px;
    box-shadow: 0 0 15px -5px #333333;
    border-radius: 15px;
	line-height: 2.2rem;
	letter-spacing: 0.1rem;
}

h2{
	text-align: center;
	font-size: 1.7rem;
	padding-bottom: 10px;
}
h3{
	margin: 20px 0 10px;
    text-align: left;
    font-size: 16px;
	font-weight: bold;
}
p,ul{
	font-size: 12px;
}
ul{
	text-indent: -1em;
	padding-left: 2em;
}
.text-indent{
	text-indent: -1em;
  	padding-left: 2em;
}
p{
	text-indent: 0em;
	padding-left: 1em;
}
li{	
}
/*--------------------
footer
--------------------*/
footer p{
	font-size: 10px;
	padding: 20px 0;
	text-align: center;
}
.f_link {
	text-align: center;
}
footer .f_link span {
	display: block;
    margin: 0 20px;
}
footer .f_link a {
	color: #333;
    font-size: 10px;
}	
}
@media screen and (max-width:320px){
}
@media (min-width:321px) and (max-width:443px){
}
@media (min-width:321px) and (max-width:333px){
}
@media screen and (max-width:443px){	
}
@media screen and (min-width:481px){	
/*--------------------
header
--------------------*/
header{
	box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 40%);
	width: 100%; /* 幅いっぱいを指定 */
    background: #fff; /* 背景色にグレーを指定 */
    position: fixed; /* ウィンドウを基準に画面に固定 */
    top: 0; /* 上下の固定位置を上から0pxにする */
    left: 0; /* 左右の固定位置を左から0pxにする */
}
	
h1{
	width: 20%;
	padding: 10px;
}
/*--------------------
common
--------------------*/
.inner-box{
	width: 70%;
	max-width: 1000px;
    margin: 80px auto 50px;
    padding: 30px 50px;
    box-shadow: 0 0 15px -5px #333333;
    border-radius: 15px;
	line-height: 3rem;
	letter-spacing: 0.1rem;
}
h2{
	text-align: center;
	font-size: 3rem;
	padding-bottom: 20px;
}
h3{
	margin: 20px 0 10px;
    text-align: left;
    font-size: 20px;
	font-weight: bold;
}
p,ul{
	font-size: 16px;
}
ul{
	text-indent: -1em;
	padding-left: 2em;
}
.text-indent{
	text-indent: -1em;
  	padding-left: 2em;
}
p{
	padding-left: 1em;
}
li{	
}
/*--------------------
footer
--------------------*/
footer p{
	font-size: 10px;
	padding: 20px 0;
	text-align: center;
}
.f_link {
    padding-top: 20px;
	text-align: center;
}
footer .f_link span {
    margin: 0 20px;
}
footer .f_link a {
	color: #333;
    font-size: 16px;
}
}
@media (min-width:481px) and (max-width:768px){
}
@media (min-width:481px) and (max-width:679px){
}
@media (min-width:481px) and (max-width:768px){
}
@media screen and (min-width:769px) {
}
@media (min-width:769px) and (max-width:1024px){
}
@media (min-width:481px) and (max-width:870px){
}
@media (min-width:870px) and (max-width:1280px){
}
@media screen and (min-width:1025px) {
}
@media screen and (min-width:1281px){
	
/*--------------------
header
--------------------*/
header{
	box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 40%);
	width: 100%; /* 幅いっぱいを指定 */
    background: #fff; /* 背景色にグレーを指定 */
    position: fixed; /* ウィンドウを基準に画面に固定 */
    top: 0; /* 上下の固定位置を上から0pxにする */
    left: 0; /* 左右の固定位置を左から0pxにする */
}	
h1{
	width: 20%;
	padding: 10px;
}
/*--------------------
common
--------------------*/
.inner-box{
	width: 70%;
	max-width: 1000px;
    margin: 80px auto 50px;
    padding: 30px 50px;
    box-shadow: 0 0 15px -5px #333333;
    border-radius: 15px;
	line-height: 3rem;
	letter-spacing: 0.1rem;
}
h2{
	text-align: center;
	font-size: 3rem;
	padding-bottom: 20px;
}
h3{
	margin: 20px 0 10px;
    text-align: left;
    font-size: 20px;
	font-weight: bold;
}
p,ul{
	font-size: 16px;
}
ul{
	text-indent: -1em;
	padding-left: 2em;
}
.text-indent{
	text-indent: -1em;
  	padding-left: 3em;
}
p{
	padding-left: 1em;
}
/*--------------------
footer
--------------------*/
footer p{
	font-size: 10px;
	padding: 20px 0;
	text-align: center;
}
.f_link {
    padding-top: 20px;
	text-align: center;
}
footer .f_link span {
    margin: 0 20px;
}
footer .f_link a {
	color: #333;
    font-size: 14px;
}	
}