@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#policy {
	padding-top: 50px;
	margin-bottom: 120px;
}
#policy h2.ttl {
	margin-bottom: 55px;
	font-size: 40px;
	line-height: 1.4em;
	font-family: 'Noto Sans JP', sans-serif;
}
#policy .box {
	width: 750px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	margin-bottom: 70px;
}
#policy .box h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
#policy .box h3 span {
	color: #1F8D3A;
	font-size: 16px;
	position: relative;
	top: -2px;
}
#policy .box p {
	line-height: 2.2em;
}
#policy .box h4 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}
#policy .box h4 span {
	color: #1F8D3A;
	font-size: 16px;
	position: relative;
	top: 0px;
	margin-right: 5px;
}
#policy .box h5 {
	margin-top: 20px;
}
#policy .box li {
	text-indent: -2em;
	padding-left: 2em;
}
#policy .box iframe {
	height: 700px;
}
#policy .box a {
	color: #000;
}
#policy table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
#policy table th {
	background-color: #CCCCCC;
	text-align: center;
	width: 50%;
	font-size: 14px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#policy table td {
	text-align: center;
	font-size: 12px;
	width: 50%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#policy table.table2 th {
	width: 33%;
}
#policy table.table2 td {
	width: 31%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: left;
	vertical-align: top;
	line-height: 1.7em;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#policy {
	padding-top: 9%;
	margin-bottom: 15%;
	width: 94%;
	margin-left: auto;
    margin-right: auto;
}
#policy h2.ttl {
	margin-bottom: 6%;
	font-size: 7vw;
	font-family: 'Noto Sans JP', sans-serif;
}
#policy .box {
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	margin-bottom: 10%;
}
#policy .box h3 {
	font-size: 5vw;
	margin-bottom: 5px;
}
#policy .box h3 span {
	color: #1F8D3A;
	font-size: 3vw;
	position: relative;
	top: -0.7vw;
}
#policy .box p {
	line-height: 2.2em;
}
#policy .box h4 {
	font-size: 5vw;
	margin-top: 20px;
	margin-bottom: 5px;
}
#policy .box h4 span {
	color: #1F8D3A;
	font-size: 16px;
	position: relative;
	top: 0px;
	margin-right: 5px;
}
#policy .box h5 {
	margin-top: 20px;
}
#policy .box li {
	text-indent: -2em;
	padding-left: 2em;
}
#policy .box iframe {
	height: 700px;
}
#policy .box a {
	color: #000;
}

#policy iframe {
	height: 60vh!important;
	border: 1px solid #ccc;
}
#policy table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
#policy table th {
	background-color: #CCCCCC;
	text-align: center;
	width: 50%;
	font-size: 14px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#policy table td {
	text-align: center;
	font-size: 12px;
	width: 50%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	word-break: break-all;
	line-height: 1.6em;
	padding: 3%;
}
#policy table.table2 th {
	width: 33%;
}
#policy table.table2 td {
	width: 31%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: left;
	vertical-align: top;
	line-height: 1.7em;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}