/* #PC ========================================================================================================== */
.plate1 {
	width: 94%;
	height: auto;
	position: relative;
	float: left;
	margin: 100px 0 50px 3%;
	background-color: #ffffff;
	border-radius: 15px;
    box-shadow: 0px 0px 15px 0px rgba(159, 179, 211, 1);
}
.textbox {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin: 70px 0 70px 0;
	text-align: center;
}
.list {
	height: auto;
	width: 86%;
	position : relative;
	float: left;
	padding: 0 0 0 7%;
	margin: 0 0 50px 0;
}
.list ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.list li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.list li.hn1 {
	width: 100%;
	color: #2965af;
	padding: 0 0 15px 0;
    font-weight: bold;
}
.list li.hn2 {
	width: 100%;
	padding: 0 0 0 20px;
	margin-bottom: 30px;
    float: right;
}
.list li.hn3 {
	width : calc(100% - 40px);
	padding: 20px;
	margin-bottom: 30px;
	float: right;
	border: 1px solid #2965af;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.plate1 {
	border-radius: 25px;
}
.list {

}

.list li.hn1 {
	width: 100%;
	color: #2965af;
    font-weight: bold;
}
.list li.hn2 {
	width: 100%;
	padding: 0 0 0 20px;
	margin-bottom: 40px;
    float: right;
}

}/* @media only screen and (max-width: 750px) */