@charset "UTF-8";


@media print,screen and (min-width: 769px) {

    .sp{
        display: none !important;
    }
#contents #box2 {
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 0px;
}

#contents .column_bar {
	background-image: url(../../common/img/column_bar.gif);
	background-position: 0px;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	padding-left: 17px;
	padding-top: 4px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
#box2 .finding {
	font-size: 95%;
	line-height: 1em;
	font-weight: bold;
}
#box2 #mapArea {
	margin: 20px;
}
#box2 #mapArea #mapImg {
	padding-top: 40px;
	padding-bottom: 40px;
}
#mapArea #mapImg iframe {
    width: 650px;
    height: 350px;
}

#read .textL {
	font-weight: bold;
}
#box2 .finding {
    font-size: 95%;
    line-height: 1em;
    font-weight: bold;
    background-image: url(../../common/img/square.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 12px 12px;
    padding-left: 15px;
    margin-left: 15px;
    margin-top: 30px;
    border-bottom: 1px dotted #C6ACCD;
    padding-bottom: 5px;
}
}




@media only screen and (max-width: 768px) {

    .pc{
        display: none!important;
    }
	
#contents #box2 {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}

#contents .column_bar {
	background-image: url(../../common/img/column_bar.gif);
	background-position: 0px;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	padding-left: 17px;
	padding-top: 4px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
#box2 .finding {
	font-size: 95%;
	line-height: 1em;
	font-weight: bold;
}
#box2 #mapArea {
	margin: 20px;
}
#box2 #mapArea #mapImg {
	padding-top: 40px;
	padding-bottom: 40px;
}
#mapArea #mapImg iframe {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    height: 80vw;
}

#read .textL {
	font-weight: bold;
}
#box2 .finding {
    font-size: 95%;
    line-height: 1em;
    font-weight: bold;
    background-image: url(../../common/img/square.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 12px 12px;
    padding-left: 15px;
    margin-left: 15px;
    margin-top: 30px;
    border-bottom: 1px dotted #C6ACCD;
    padding-bottom: 5px;
}
}
