@charset "utf-8";
/*　モバイル用 css  */

/* ヘッダー */
.logo_title img{
  width: 20%;
}
h1.nagaike_title{
  margin: 30px 0 0 15%;
  font-size: 20px;
  text-align: center;
  color: #fff;
}


/* ul class="nav" index.html only */
ul.nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px 0 0 0;
  padding: 10px 0;
  background-color: #666666;
  border-bottom: solid 1.5px red;
  box-shadow: 10px 10px 15px -10px;
}
ul.nav li{
  width: auto;
  margin: 0;
  padding: 8px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  letter-spacing: ;
  vertical-align: ;
  text-align: ;
  line-height: ;
  text-shadow: 1px 2px 3px #808080;
}
.nav li a{
  color: #fff;
}
.nav li a:hover{
  opacity: 0.5;
}
ul.nav li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0px;
  margin-left: 3px;
  border: transparent solid 7px;
  border-left-color: #f00;
  vertical-align: 0px;
}


/* コンテンツ始まり */
/*   */
h4{
  background-color: #505050;
  padding: 12px 10px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
}
.lila{
  width: 100%;
  background-color: #eaeaff;
}
p.text{
  width: 90%;
  margin:;
  padding: 15px 20px;
  background-color: ;
  font-size: 16px;
  color: #663300;
  font-weight: bold;
  line-height: 1.5;
}
img.photo{
  width: 50%;
  display: block;
  margin: 0 auto;
}
p.question{
  width: 83%;
  padding: 10px 20px 10px 45px;
  text-indent: -30px;
}
p.answer{
  background-color: #eaeaff;
  width: 83%;
  padding: 10px 30px 10px 45px;
  text-indent: -30px;
  border-bottom: solid 2px #7f7fff;
}
/*　終わり　*/


/* ページ先頭へもどる　*/
.return_to_top{
  margin: 0px 0 10px 0;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.5px;
  text-align: center;
  background-color: #000;
  border-bottom: solid 1.5px red;
  box-shadow: 10px 10px 15px -10px;
}
.return_to_top a{
  color: #fff;
}

/* メイン・コンテンツ　終わり　*/
