@charset "UTF-8";
/*body*/
body {
    background-color: rgb(106, 158, 76);
}

p,
.ps,
.like,
.table,
.title{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.ps,
.like,
.table,
.center,
.black{
    color: black;
}
p,
.ps,
.like,
.table{
    line-height: 1.7;
}
p,
.ps,
.like{
    text-align: justify;
}

.midasi {
    font-size: 4rem;
    color:rgb(1, 111, 131);
    background-color: rgb(233, 206, 174);
    padding-left: 10px;
    border-width: 4px;
    border-style: outset;
    width:fit-content;
    margin: auto;
}

p {
    font-size: 18px;
    color: white;
}
.ps{
    font-size: 14px;
}
.like{
    font-size: 17px;
}
table{
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
}
td{
    padding: 5px 3px 5px 3px;

}
ul{
    list-style-type: square;
}
.title{
    font-size: 2rem;
    color: rgb(212, 98, 41);
}
.container1{
    display: flex;
    justify-content: space-around;
    background-color: rgb(215, 196, 255);
}
.container2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background-color: rgb(215, 196, 255);
}
.center{
    text-align: center;
    font-size: 15px;
}

.intro,
.camera,
.question{
    margin: 10px 10px 10px 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-width: 3px;
    border-style: dotted;
    border-radius: 24px 24px 24px 24px;
}
.intro,
.question {
    background-color: bisque;
}
.camera{
    background-color: rgb(215, 196, 255);
}
.question form {
    display: flex;
    flex-direction: column;
    width: 300px;
    padding: 20px;
  }
  
.question form label {
    font-weight: bold;
  }
.questionnaire{
    justify-content: left;
}
/*見出し*/
.font-english{
    font-family:'Times New Roman', Times, serif ;
}

/*header*/
.align-center{
    text-align: center;
}
.font-english{
    font-family: 'Philosopher',sans-serif;
    font-weight: normal;
}
.page-header{
    padding-top: .5rem;
}
.logo{
    width: 80px;
    border-radius: 24px 24px 24px 24px;
}
.logo:hover{
    transform: scale(1.1);
    transition-timing-function: ease-in-out;
}
.main-nav{
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    font-size: 1.5rem;
    list-style: none;
}
.link,
.main-nav a {
    color: #432;
}
.link,
.main-nav a:hover{
    color: #0bd;
}
.heading-large{
    font-size: 3rem;
    text-align: center;
}
/*footer*/
.info{
    width: 100%;
    max-width: 544px;
    margin: auto;
    padding: 0 1.5rem;
    border-spacing: 0;
}
.info th,
.info td{
    border-bottom: 1px solid #c9c2bc;
}
.info th{
    text-align: left;
    font-weight: normal;
    padding: 1rem;
}
.info td{
    padding: 1rem ;
}
/*desktop ver*/
@media(min-width:800px){
    .page-title{
        font-size: 5rem;
    }
    .heading-large{
        font-size: 4rem;
    }
    .main-nav{
        font-size: 2rem;
    }
}
/*ヘッダー*/
.page-header{
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
}
/*レイアウト*/
.wrapper{
    max-width: 1120px;
    margin: auto;
    padding: 0 1.5rem;
}