@charset "UTF-8";
.white{
  color:#fff;
}
/*ヘッターフッター*/
header{
  background-color: #043956;
  text-align: center;
}
footer{
  background-color: #043956;
  text-align: center;
}
.footer{
  text-align: center;
}
/*----------------------------*/
body{
  background: #e5deca;
}
.text3{
  text-align: center;
  color:#fff;
}
/*画像*/
.img{
  width: 500px;
  height: auto;
}
main{
  display: flex;
}
/*メインメニュー*/
p{
  text-align: left;
}
.text{
  font-size: 17px;
  width:80%;
line-height: 1.7;
}
/*サイドメニュー*/
.text2{
  width: 20%;
  height: 90%;
  background-color: #22558a;
  margin-right:50px;
}
button{
  width:250px;
  height: 80px;
}
.btntext{
  display: inline-block;
  font-size: 20px;
  margin:0 auto;

}
/*非表示*/
.res1{
  display:none;
}
/*ｽﾏﾎ設定*/
@media (max-width:767px){
.text2{
display: none;
}
.text{
  width: 90%;
  margin: 0 auto;
}
.img{
  width: 350px;
  height: auto;
}
.res1{
  display:block;
  display: flex;
  justify-content:center;
  background-color: #22558a
}
.res2{
  margin: 0 15px 0 15px;
  background-color: #22558a
}
}
