@charset "UTF-8";


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

.plinks_area {
	padding: 0px;
	display: flex;
	justify-content: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.plinks_area_inner {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1.5%;
	margin-bottom: 0px;
	margin-left: 1.5%;
	height: auto;
	width: 30%;
}
.plinks_area_inner a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #009ace;
	border-radius: 5px;
	box-shadow: 3px 3px #116784;
	margin: 0px;
	background-image: url(../images/shita.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 15px;
	padding: 7px;
	font-size: 90%;
}
.plinks_area_inner a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #006d92;
}
.subtitle_b {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}

.subtitle_b dt{
	font-weight: bold;
	font-size: 140%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding-top: 150px;
	margin-top: -150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.subtitle_b dd {
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#risk {
	background-color: #e8f4fb;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 100px;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#risk dl {
	margin: 0px;
	padding-top: 1%;
	padding-right: 0px;
	padding-bottom: 1%;
	padding-left: 0px;
}
#risk dl dt {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
}
#risk dl dd {
	font-size: 90%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.btm_none{
	margin-bottom: 0px !important;
}
}



/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

.plinks_area {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.plinks_area_inner {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.plinks_area_inner a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #009ace;
	border-radius: 5px;
	box-shadow: 3px 3px #116784;
	margin: 0px;
	background-image: url(../images/shita.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 15px;
	padding: 7px;
	font-size: 90%;
}
.subtitle_b {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.subtitle_b dt{
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.1em;
	padding: 0px;
	line-height: 1.5em;
	margin: 0px;
}
.subtitle_b dd {
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#risk {
	background-color: #e8f4fb;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
}
#risk dl {
	margin: 0px;
	padding-top: 1.5%;
	padding-right: 0px;
	padding-bottom: 1.5%;
	padding-left: 0px;
}
#risk dl dt {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
}
#risk dl dd {
	font-size: 90%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.btm_none{
	margin-bottom: 0px !important;
}
}
