@charset "utf-8";
/* Hagumu */
/* 2023-07-12  */

html{
    /* ルートの文字サイズを10pxに設定 */
    font-size:62.5%; /* 10px */
}
body{
    color: #24292e;
    font-size: 1.6rem;
    /* 16px */
    /* font selection */
    font-family: 'Zen Kaku Gothic New', sans-serif;
    -webkit-text-size-adjust: 100%;
	/* font-feature-settings: "palt"; */
   	font-feature-settings: "pkna";
	}
a{text-decoration: none;}
li{list-style: none;}
*{box-sizing: border-box;} 
*{margin: 0;}

/* header */
#header {
    width: 100%;
    height: auto;
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:center;
    border-bottom: 1.5px solid #979797;
    position: sticky; top: 0; 
    background-color: white;
 }
 .company {
    font-style: normal;
    font-weight: 500;
    font-size: 2.6rem;
    color: #24292e;
    } 
strong{
    color: #24292e;
    } 
 .company img,icon {
    height: 36px;
    padding-top: 10px;
    }   

.category ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around; 
    margin-right: 10px;
    }
.category ul li a{
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem; 
    color: #24292e;
    transition: all 0.3s;
    margin-right: 10px;
    padding: 0 5px;
     }
.category ul li a:hover {
    color: #d7003a;
    opacity:0.5;
}
#main {
 box-sizing: border-box;
/*  background-color: gold; */
 justify-content: center;
 display:flex;
 flex-wrap: wrap;
}

.contact-form {
    /* height: 88vh; */
    /*  background-color:aqua; */
    /* border:1.5px solid gainsboro; */
    padding: 10px 80px;
/*     display:flex;
    flex-wrap: wrap; */
}
/* .contact-form img,logo {
    height: 50px;
    margin-left: 20%;
} */
.toiawase {
    text-align:center;
    width: auto;
    font-size:2.4rem;
    margin-top: 10%;
    margin-bottom:60px;  
}
.form{
    margin: 0 auto;
    text-align:center;
}
.item {
    margin-bottom:20px;
}
.label {
    float:left;
    margin-right: 20px;
    padding-left: 15px;
    width:140px;
    border-left: 5px solid #d7003a;
}
.inputs{
    width:320px;
    border: solid 1.8px dimgray;
    border-radius: 6px; 
    cursor: pointer;
}
.message{
    width:350px;
    height:300px;
    border: solid 1.8px dimgray;
    border-radius: 6px;  
    cursor: pointer;
    margin-bottom: 30px;
}
.button-area{
    width:100%;
    text-align:center;
}    
input[type="submit"]{
    width: 100px;
    color: #24292e;
    background-color: rgb(238, 237, 237);
    border: solid 1.8px dimgray;
    border-radius: 6px;  
    padding: 1px 10px;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 20px;
}
/* input[type="reset"]{
    width: 100px;
    background-color:blanchedalmond;
    border: solid 1.8px dimgray;
    border-radius: 6px;  
    padding: 1px 10px;
    cursor: pointer;
    font-size: 2rem;
} */
/* footer */
#footer{
    margin-top: 80px;
    box-sizing:border-box;
    width: 100%;
    height: 8rem;
    display:flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items:center;
    border-top: 1.5px solid #979797;
}

.sns-icon img,icon {
    width: 30px;
    height: 30px;
}

/* SP */
/* SP */
@media screen and (max-width:600px) {
 .site-title {
    margin-top: 1%;
    margin-bottom: 10px;
 }   
/* SP header */
#header {
    justify-content:space-around;
    margin:0;
    padding: 0;
}
.company {
    font-weight: 400;
    font-size: 2.0rem;
    } 
 .company img,icon {
    height: 32px;
    padding-top: 10px;
    }  
.category ul li a{
    font-size: 1.2rem; 
    margin-right: 0;
    padding: 0 5px;
 }

/* SP footer */
#footer {
    justify-content:space-around;
}
p.copyright {
    font-size: 1.2rem;
}
}
