/* #PC ========================================================================================================== */
.honbun {
	width: 90%;
    max-width: 1000px;
	height: auto;
	position: relative;
	float: left;
	margin: 0 0 30px 5%;
}
.midashi {
	font-size: 1.2em;
	margin-bottom: -15px;
	color: #2965AF;
	font-weight: 600;
}
.kome {
	font-size: 0.8em;
    margin-top: 10px;
}
.plate1 {
	width: 90%;
	height: auto;
	position: relative;
	float: left;
	margin: 0 0 70px 5%;
	background-color: #ffffff;
	border-radius: 15px;
    box-shadow: 0px 0px 15px 0px rgba(159, 179, 211, 1);
    padding: 25px 25px;
}
.plate_area {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
    padding-top: 70px;
}
.obi1 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background-color: #2965af;
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	padding: 25px 0;
	border-radius: 15px;
    margin-bottom: 35px;
}
.honbun2 {
	width: 48%;
	height: auto;
	position: relative;
	float: left;
	margin: 0 0 30px 2%;
	font-size: 18px;
	line-height: 45px;
	text-align: justify;
}
.ph2 {
	width: 44%;
	height: auto;
	position: relative;
	float: left;
	margin: 0 0 30px 4%;
}
.text_obi {
	color: #2965af;
	font-weight: 600;
	background-color: #d7ecd5;
}
.obi2 {
	width: 96%;
	height: auto;
	position: relative;
	float: left;
	background-color: #f2f6fa;
	color: #2965af;
	font-size: 20px;
	font-weight: 600;
	padding: 20px 0;
	border-radius: 15px;
    margin-left: 2%;
	margin-bottom: 20px;
	border: 1px solid #2965AF;
}
.obi2 ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.obi2 li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.obi2 li.hn1 {
	width: 55px;
	text-align: center;
    font-size: 33px;
}
.obi2 li.hn2 {
	width : calc(100% - 70px);
	border-left: 1px solid #2965AF;
    padding-left: 10px;
}
.honbun3 {
	width: 96%;
	height: auto;
	position: relative;
	float: left;
	margin: 0 0 50px 2%;
	font-size: 18px;
	line-height: 45px;
	text-align: justify;
}
.matome {
	width: 96%;
	height: auto;
	position: relative;
	float: left;
	background-color: #f2f6fa;
	padding: 30px 0;
	border-radius: 15px;
    margin-left: 2%;
	margin-bottom: 30px;
}
.matome ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.matome li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.matome li.hn1 {
	width: 140px;
	text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #2965af;
}
.matome li.hn2 {
	width : calc(100% - 170px);
    padding-left: 10px;
}
.ba_link {
	height: 290px;
	width : 480px;
	position: relative;
	float: left;
	border-radius: 15px;
    overflow: hidden;
    margin-left: 10px;
}
.ba_link a {
	display: block;
	width: 100%;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
}
.ba_link a .image {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 68%;
}
.ba_link a .image img {
    width: 100%;
    height: auto;
    transition: .3s;
    object-fit: cover;
}
.ba_link a:hover .image img {
    transform: scale(1.2);
}
.ba_link1 {
    margin-right: 10px;
}
.ba_title1 {
	width : 100%;
	height: 52px;
	padding-top: 28px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #2965AF;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
.ba_title2 {
	background-color: #88c684;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {

.plate1 {
	width : calc(90% - 50px);
	margin: 0 0 50px 5%;
	border-radius: 25px;
}
.obi1 {
	font-size: 30px;
	padding: 15px 0;
    margin-bottom: 35px;
}
.honbun2 {
	width: 96%;
	margin: 0 0 30px 2%;
	font-size: 26px;
	line-height: 50px;
}
.ph2 {
	width: 96%;
	margin: 20px 0 15px 2%;
}
.text_obi {
	color: #2965af;
	font-weight: 600;
	background-color: #d7ecd5;
}
.obi2 {
	width: 96%;
	font-size: 20px;
	padding: 20px 0;
	border-radius: 20px;
    margin-left: 2%;
	margin-bottom: 20px;
	border: 1px solid #2965AF;
}
.obi2 ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.obi2 li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.obi2 li.hn1 {
	width: 65px;
    font-size: 38px;
}
.obi2 li.hn2 {
	width : calc(100% - 85px);
    padding-left: 15px;
    font-size: 26px;
    line-height: 40px;
}
.honbun3 {
	width: 96%;
	margin: 0 0 50px 2%;
	font-size: 26px;
	line-height: 50px;
}
.matome {
	border-radius: 20px;
}
.matome li.hn1 {
	width : 86%;
	padding-left: 7%;
	text-align: left;
    font-size: 30px;
    margin-bottom: 15px;
}
.matome li.hn2 {
	width : 86%;
	padding-left: 7%;
	text-align: justify;
    line-height: 40px;
}
.plate1 {
	border-radius: 25px;
}


.ba_link {
	height: 390px;
	width : 650px;
    margin-left: 50px;
    margin-bottom: 30px;
}
.ba_title1 {
	height: 70px;
	padding-top: 36px;
	font-size: 28px;
	line-height: 28px;
}



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