@charset "UTF-8";


@media screen and (max-width:1023px){


.pc{

  display: none;
}

.word{
padding-bottom: 77%;

}


.icon{

	width: 30%;
	
float: left;
margin-left: -5%;
}

.titletext{

  float: right;
  margin-right: 10%;
 
}


#box-copyright {
    
    bottom: 0;
    width: 100%;
    background-color: white;
    
}





body::before {
  background:url("../../img/butaisppp.jpg") no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}   





/* 共通 */
.title{
position: relative;
padding: 0.2em 0.5em;
margin: 0 auto;  
background: -moz-linear-gradient(to right, rgb(153, 255, 153), #009966);
background: -webkit-linear-gradient(to right, rgb(153, 255, 153), #009966);
background: linear-gradient(to right, rgb(153, 255, 153), #009966);
color: white;
font-weight: lighter;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
font-size: 23px;
width: 80%;
height: 100px;
margin-top: 5%;
border-radius: 10px;



}

.ftitle{
position: relative;
padding: 0.2em 0.5em;
margin: 0 auto;  
background: -moz-linear-gradient(to right, rgb(153, 255, 153), #009966);
background: -webkit-linear-gradient(to right, rgb(153, 255, 153), #009966);
background: linear-gradient(to right, rgb(255, 153, 0),#ff6666);
color: white;
font-weight: lighter;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
font-size: 23px;
width: 80%;
height: 105px;
margin-top: 5%;
border-radius: 10px;



}


.ptitle{
position: relative;
padding: 0.2em 0.5em;
margin: 0 auto;  
background: -moz-linear-gradient(to right, rgb(153, 255, 153), #009966);
background: -webkit-linear-gradient(to right, rgb(153, 255, 153), #009966);
background: linear-gradient(to right, rgb(255,51,102),#ff99cc);
color: white;
font-weight: lighter;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
font-size: 20px;
width: 80%;
height: 100px;
margin-top: 5%;
border-radius: 10px;



}












.notouch{


padding-top: 5%;
}




/* 共通 */






body{
   /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;

 background-image: url("../../img/butai.jpg");
 
 height:100%;
   
}

body
    {
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
    }















.hako{
background-color: #404040;
border-radius: 10px;
width: 80%;
margin: 0 auto;
line-height: 200%;
padding: 3%;
color: white;
margin-bottom: 5%;


}
.tyui{
background-color: #404040;
border-radius: 10px;
width: 80%;
margin: 0 auto;
line-height: 210%;
color: white;
padding: 3%;
margin-bottom: 3%;
text-align: left;
}












.suisyo{/*リンクされた文字*/
    color: yellow;
    font-style:normal;
    text-decoration:underline;
}

.search{

  color: white;
    font-style:normal;
    text-decoration:underline;
}



}


