@charset "UTF-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

.subtitle {
	margin: 0px;
	padding: 0px;
}
.subtitle dt {
	font-size: 220%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
.subtitle dd {
	color: #55b4d9;
	margin: 0px;
	letter-spacing: 0.1em;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 2.2em;
}
.subline {
	height: 2px;
	width: 10%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-color: #55b4d9;
	padding: 0px;
}
.submain {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.submain dl {
	height: auto;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
}
.submain dl dt {
	text-align: center;
	font-weight: bold;
	font-size: 180%;
	margin: 0px;
	color: #55b4d9;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	letter-spacing: 0.1em;
}
.submain dl dd {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 2em;
	font-weight: bold;
}
#com {
	border-collapse: collapse;
	width: 100%;
	height: auto;
	padding: 0px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
}
#com th,
#com td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#com th {
	height: auto;
	width: 30%;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	vertical-align: top;
	margin: 0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: #F0F0F0;
}
#com td {
	font-size: 90%;
	line-height: 1.5em;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;

}
.acc {
	font-size: 90%;
	line-height: 1.7em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#map {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#map iframe {
	padding: 0px;
	height: 550px;
	width: 100%;
	margin: 0px;
}

	
.privacy_txbox01 {
	margin: 0px 10% 15px;
	}
.privacy_txbox01 .stit01 {
	font-size: 110%;
	font-weight: 600;
	color: #55b4d9;
	padding-top: 24px;
	}
.privacy_txbox01 .tx01 {
	font-size: 90%;
	padding-bottom: 4px;
	}
	
}





/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

.submain {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center;
}
.submain dl {
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
}
.submain dl dt {
	text-align: center;
	font-weight: bold;
	font-size: 160%;
	margin: 0px;
	color: #55b4d9;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	letter-spacing: 0.1em;
}
.submain dl dt br {
	display:none;
}
.submain dl dd {
	text-align: center;
	padding: 0px;
	line-height: 2em;
	font-weight: bold;
	margin: 0px;
	font-size: 90%;
}
.subtitle {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.subtitle dt {
	font-size: 190%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
.subtitle dd {
	color: #55b4d9;
	margin: 0px;
	letter-spacing: 0.1em;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 2.2em;
}
.subline {
	height: 2px;
	width: 30%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-color: #55b4d9;
	padding: 0px;
}
#com {
	border-collapse: collapse;
	width: 100% !important;
	height: auto;
	padding: 0px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#com th,
#com td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 90%;
	line-height: 1.5em;
}
#com th {
	height: auto;
	width: 30%;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	vertical-align: top;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #F0F0F0;
}
#com td {
	padding: 20px;

}
.acc {
	font-size: 80%;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#map {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#map iframe {
	padding: 0px;
	height: 470px;
	width: 100%;
	margin: 0px;
}

.privacy_txbox01 {
	margin: 0px 3% 15px;
	}
.privacy_txbox01 .stit01 {
	font-size: 110%;
	font-weight: 600;
	color: #55b4d9;
	padding-top: 24px;
	}
.privacy_txbox01 .tx01 {
	font-size: 90%;
	padding-bottom: 4px;
	}
}
