@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}

/* Mobile Layout: 480px and below. */
#スマートフォン {
}
#top {
    background-image: url(../images/bess_image/05.jpg);
    margin-top: 0px;
    background-size: cover;
    background-position: 0% 70%;
}
#top .con1200 h2 {
    margin-top: 0px;
    margin-left: 2%;
    color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
    text-shadow: 1px 1px 5px #8A0037;
}

#philosophy .con1200 h2 {
    margin-left: 2%;
}
#philosophy .con1200 h3 {
    margin-left: 2%;
}
#philosophy .con1200 p {
    margin-left: 3%;
    margin-bottom: 30px;
}
#philosophy .con1200 ol li {
    margin-bottom: 20px;
}
#summary {
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 50px;
}

#summary .con1200 h3 {
    margin-left: 2%;
    font-size: 1.4em;
}
#summary .con1200 dl {
    margin-left: 2%;
    margin-right: 2%;
}
#summary .con1200 dl dt {
    font-size: 0.9em;
    border-bottom: 1px solid #DCDCDC;
}
#summary .con1200 .con1200 dl dd {

}
#summary iframe {
    margin-top: 50px;
}

dl dd ul {
    padding-left: 0px;
}

dd ul li {
    list-style-type: none;
}


























































/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

	
#タブレット {
}
#top .con1200 h2 {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 2em;
}

#summary .con1200 dl {
    border-bottom: 1px solid #DCDCDC;
    clear: both;
}
#summary .con1200 dl dt {
    border-bottom-style: none;
    float: left;
}
.con1200 dl dd {
    padding-left: 120px;
}





	
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

	
#パソコン {
}




}	
/* WideDesktop Layout: 1233px to a max of 2000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1233px) {
#ワイドパソコン {
}





	




		
}
