﻿
/*  --------------PC--------------    */

@media screen and (min-width:767px) {

.pc { display: block !important; }
.sp { display: none !important; }


main {
margin-right: auto;
margin-left : auto;
margin-top:0px;
background:#ffffff;
}

#top_title img ,#main_title img,#spritual_kantei img,.gakusei img,#message img,#footer{
display: block;
margin:0 auto;
width:550px;
text-align:center;
}

a:link,active,visited{
color:#361204;
text-decoration:none;
}

a:hover{
color:#361204;
text-decoration:none;
}


.spritual_kantei_button_haikei{
background-image: url("./images/button_haikei.png");
background-repeat: no-repeat;
background-size:100% 100%;
width:550px;
height:180px;
margin:0 auto;
}

.spritual_kantei_button{
padding-top:35px;
padding-bottom:50px;
width:100%;
text-align:center;
}

.tokusho{
width:550px;
margin:0 auto;
}


.gakusei_kantei_button_haikei{
background-image: url("./images/gakusei_button_haikei.png");
background-repeat: no-repeat;
background-size:100% 100%;
width:550px;
margin:0 auto;
height:380px;
}

.gakusei_kantei_button01{
padding-top:0px;
margin:0 auto;
text-align:center;
width:350px;
}

.gakusei_kantei_button02{
padding-top:40px;
margin:0 auto;
text-align:center;
width:350px;
}

.gakusei_kantei_button03{
padding-top:40px;
text-align:center;
margin:0 auto;
width:350px;
}


#footer{
background:#ffd8dd;
height:90px;
  position:relative;
width:550px;
}

#footer_contents{
font-size:14px;
padding-top:30px;
text-align:center;
margin:0 auto;
}

#footer_copy{
font-size:10px;
padding-top:20px;
text-align:center;
margin:0 auto;
}

}


}