@import url("/css/base_new.css"); /*header-footer*/

.navi_text{
	margin: -20px 0px 0px;
	padding: 0px;
	text-align: right;
}

/* ------------------------------------------- */
/* all CSS */
/* ------------------------------------------- */
.contents{
	margin: 0px;
	padding: 0px;
	height: auto;
}
/* ------------------------------------------- */
/* top_area CSS */
/* ------------------------------------------- */
.top_area {
	position: relative;
}
.top_area h2 {
	width: 986px;
	height: 390px;
	margin: 0 0 25px;
	padding: 0px;
}
.top_area p {
	position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Meiryo", sans-serif;
    font-size: 14px;
    line-height: 163%;
    width: 799px;
	font-weight: bold;
}
/* ------------------------------------------- */
/* main_area CSS */
/* ------------------------------------------- */
.main_area{
	padding: 0px;
	width: 986px;
	border: 1px solid #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.contents_main{
	margin: 0px;
	padding-top: 0px;
	padding-right: 29px;
	padding-bottom: 0px;
	padding-left: 29px;
	width: 930px;
}
.contents_main p{
    font-family: "Meiryo", sans-serif;
    font-size: 16px;
    line-height: 163%;
    height: auto;
	margin: 0 auto;
	max-width: 824px;
    padding: 8px 0;
}
.contents_main a:link {
	color: #000;
}
/*--------- title ----------*/
/* .main_title_top,
.main_title{
	padding-bottom: 15px;
} */
.main_title_top{
	padding-top: 0px;
}
.main_title{
	padding-top: 20px;
	/* margin-top: 40px; */
}

/*--------- photo ----------*/
.photo {
	margin: 20px 0;
}

/* ------------------------------------------- */

/* section03 */

/* ------------------------------------------- */

.bold {
	font-weight: bold;
}

.step_wrap {
	background-color: #d6e3ed;
	padding: 10px 0;
	margin: 10px 52px;
}
.step_wrap p {
	padding: 0 25px;
	line-height: 180%;
}
.step_wrap p.step_title {
	color: #1556e8;
	text-decoration: underline;
	margin-bottom: 0;
	font-weight: 500;
}

/* ------------------------------------------- */

/* section05 */

/* ------------------------------------------- */

table {
	padding: 0 52px 16px;
	font-family: "Meiryo", sans-serif;
}
th {
	color: #1556e8;
	background-color: #f0efef;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	text-align: center;
	width: 180px;
	padding-top: 12px;
	line-height: 200%;
}
.img-wrap,
.img-wrap-end,
.img-wrap-flex {
    margin-bottom: 16px;
}
.img-wrap {
	text-align: center;
}
td {
	background-color: #b8e3fb;
	padding: 12px 30px;
	line-height: 160%;
	font-size: 14px;
}
.contents_main td p {
	padding: 0;
	font-size: 14px;
	padding: 6px 0;
}
.contents_main td p.cell-head {
	margin: 0;
	color: #1556e8;
}
.cell-head {
	color: #1556e8;
}
.table a {
	color: #000;
}



.flex {
	display: flex;
	width: 457px;
	justify-content: space-between;
}
.img-wrap-end {
	width: 315px;
	margin: 0 auto;
	text-align: end;
}
table a:link {
	text-decoration: underline;
}

/* ------------------------------------------- */

/* section06 */
.section06 {
	margin: 30px 0 23px;
}
/* ------------------------------------------- */


/* ------------------------------------------- */

/* ApplyArea CSS */

/* ------------------------------------------- */

.area{
	font-family: "Meiryo", sans-serif;
	height: auto;
	width: 678px;
	font-size: 16px;
	line-height: 180%;
	color: #282828;
	background-color: #ebefd9;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 250px;
	margin: 0 0 30px 0;
}

.otoiawase_area p{
	font-family: "Meiryo", sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.applyarea p span{
	font-family: "Meiryo", sans-serif;
		font-weight: bold;
}
.otoiawase_area{
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 180%;
	color: #282828;
}

.otoiawase_area h3 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	background-color: #9fc4f9;
	padding: 15px 20px;
	text-align: center;
}

.address_area{
	background-color: #e8ebfa;
	padding-bottom: 30px;
}
.address_area h4{
	font-size: 16px;
	font-weight: 600;
	width: 460px;
	margin: 0 auto;
}
.address_area p{
	margin: 0px;
	padding: 0px;
	width: 460px;
	margin: 0 auto;
}
.button_box{
	padding: 0px;
	margin: 30px 0 0 0;
}
.button_area{
	text-align: center;
	margin: 10px 0 0 0;
}
.button_area a {
	display: inline-block;
}
.button_area a:hover img{
	visibility: hidden;
	background-image: url(img/button_hover.png);
	background-repeat: no-repeat;
	width: 320px;
	height: 55px;
}
.button_area a:hover{
	margin: 0px auto;
	padding: 0px;
	width: 320px;
	height: 55px;
	background-image: url(img/button_hover.png);
	background-repeat: no-repeat;
}
	
