@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media print, screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/trouble/m_bg.png");
}



#trouble {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
}
#trouble h2 {
	color: #003399;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
#trouble h2+p {
	text-align: left;
	line-height: 1.8em;
}
#trouble .box {
	margin-top: 60px;
	background-color: #E9F4F9;
	border-radius: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#trouble .box h3 {
	font-size: 21px;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 20px;
}
#trouble .box ul {
	text-align: left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8em;
}
#trouble .box2 {
	margin-top: 60px;
	background-color: #E9F4F9;
	border-radius: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#trouble .box2 h3 {
	font-size: 21px;
	color: #003399;
	font-weight: bold;
	margin-bottom: 20px;
}
#trouble .box2 h3+p {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.8em;
	margin-bottom: 40px;
}
#trouble .box2 h4 {
	font-weight: 500;
	font-size: 20px;
}
#trouble .box2 div {
	background-color: #fff;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	margin-top: 25px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#trouble .box2 div h5 {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#trouble .box2 div h5+p a {
	color: #330000;
	text-decoration: none;
	font-size: 43px;
	font-weight: bold;
	margin-top: 20px;
	display: block;
	padding-bottom: 20px;
}
#trouble .box2 div h5+p+p {
	font-size: 18px;
	font-weight: 500;
}
#trouble .box2 div+p a {
	background-color: #96D0E8;
	width: 366px;
	height: 58px;
	line-height: 58px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #003399;
	text-decoration: none;
	font-weight: 500;
	font-size: 23px;
	border-radius: 100px;
	margin-top: 40px;
	transition: 0.7s;
}
#trouble .box2 div+p a:hover {
	opacity: 0.7;
	transition: 0.7s;
}
#trouble .box2 div+p a img {
	width: 15px;
	position: relative;
	top: 22px;
	margin-left: 8px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/trouble/m_bg.png");
}



#trouble {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15vw;
}
#trouble h2 {
	color: #003399;
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 3vw;
}
#trouble h2+p {
	text-align: left;
	line-height: 1.8em;
}
#trouble .box {
	margin-top: 10vw;
	background-color: #E9F4F9;
	border-radius: 5vw;
	padding-top: 10vw;
	padding-bottom: 10vw;
}
#trouble .box h3 {
	font-size: 4vw;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 3vw;
}
#trouble .box ul {
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6em;
}
#trouble .box ul li {
	text-indent: -1em;
	padding-left: 1em;
}
#trouble .box ul li+li {
	margin-top: 1vw;
}
#trouble .box2 {
	margin-top: 60px;
	background-color: #E9F4F9;
	border-radius: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#trouble .box2 h3 {
	font-size: 4vw;
	color: #003399;
	font-weight: bold;
	margin-bottom: 3vw;
}
#trouble .box2 h3+p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.8em;
	margin-bottom: 40px;
}
#trouble .box2 h4 {
	font-weight: 500;
	font-size: 4vw;
}
#trouble .box2 div {
	background-color: #fff;
	width: 80%;
	padding-left: 5vw;
	padding-right: 5vw;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	margin-top: 5vw;
	padding-top: 5vw;
	padding-bottom: 5vw;
}
#trouble .box2 div h5 {
	margin-left: auto;
	margin-right: auto;
}
#trouble .box2 div h5+p a {
	color: #330000;
	text-decoration: none;
	font-size: 6vw;
	font-weight: bold;
	margin-top: 3vw;
	display: block;
	padding-bottom: 3vw;
}
#trouble .box2 div h5+p+p {
	font-size: 3.5vw;
	font-weight: 500;
}
#trouble .box2 div+p a {
	background-color: #96D0E8;
	width: 80%;
	height: 12vw;
	line-height: 12vw;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #003399;
	text-decoration: none;
	font-weight: 500;
	font-size: 4vw;
	border-radius: 100px;
	margin-top: 5vw;
	transition: 0.7s;
}
#trouble .box2 div+p a:hover {
	opacity: 0.7;
	transition: 0.7s;
}
#trouble .box2 div+p a img {
	width: 2vw;
	position: relative;
	top: 5vw;
	margin-left: 5px;
}
}



/*===============================================
●画面の横幅が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------------------------------------------- {
}
}