
.main_bk {
	background-color: #fff;
}

/* mainvisual */
/* --------------------------------------------------- */

#mv {
	padding:0;
	background: url(../images/mv_bk.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
	height: 678px;
	margin-bottom: 150px;
	position: relative;
}

#mv .lay_lqd {
	max-width: 1180px;
	padding: 0;
	position: relative;
}
#mv .lay_lqd::before {
	content: "";
    background: url(../images/p_mv.png) no-repeat;
    position: absolute;
    width: 526px;
    height: 431px;
    top: 70px;
    left: 0;
}


.mv_text {
	width:590px;
	margin: 0 auto 0 0;
	padding: 90px 0 20px 0;
	color: #000;
	position: relative;
}
.mv_text .mtitle {
	font-family: "SnellRoundhand"; 
    font-size: 48px;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	margin: 0 0 20px 0;
	position: relative;
	text-align: left;
	letter-spacing: 8px;
}

.mv_text .mtitle .ycolor{
	color: #ea933c;
}
.mv_text .mtitle .gcolor{
	color: #00afb8;
}

.mv_text .stitle {
    font-size: 18px;
	line-height: 1;
	color: #404456;
}
.mv_text .stitle span {
	color: #ea933c;
    font-size: 24px;
	font-weight: bold;
}

.mv_form {
	width:590px;
	padding: 18px 0;
	text-align:center;
	margin: 0 auto 0 0;
	position: relative;
}
.mv_form form {
    width: 590px;
    margin: 0;
	color: #000;
}

.mv_form_input,
.mv_form_submit { vertical-align:middle; }

.mv_form_input {
	width:65%;
	height: 53px;
	font-size: 18px;
}
.mv_form_submit { 
	width:25%;
	letter-spacing: 1px;
	font-size: 15px;
	height: 55px;
	line-height: 1;
}

.top_search_form {
	width: 100%;
    display: flex;
    margin: 0 auto 10px auto;
	color: #000;
}
.mv_form_input {
    height: 54px;
    width: 34%;
    font-size: 15px;
    background-color: #fff;
	border: 1px solid #000;
    color: #000000;
	border-radius: 5px;
    opacity: 0.9;
    line-height: 2.5;
    padding: 0 12px;
    opacity: 1;
	outline: none;
}
.top_search_title {
	font-size: 48px	;
    line-height: 54px;
}
.btn_img_css {
	color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: #ea933c;
    border-radius: 50px;
    width: 130px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-left: 20px;
    font-size: 18px;
	padding: 15px 5px !important
}

.btn_img_css img {
	margin-right: 5px;
}

.top_title {
	width: 100%;
}
.top_slide_div {
    z-index: 195;
	background-color: #f8f5eb;
	padding-bottom: 50px;
}

.top_slide_div .ctitle_pt {
	margin: -220px 0 20px 0;
}

.ctitle_pt {
	margin-bottom: 40px;
	position: relative;
	color: #00afb8;
	font-size: 18px;
	text-align: center;
	font-family: "Chillax-Medium";
}
.ctitle_pt .search_title {
	font-size: 28px;
	line-height: 1;
	font-family: "SnellRoundhand";
	letter-spacing: 3px;
	color: #000;
}
.ctitle_pt img {
	margin-right: 10px;
}


.btn {
	display: table;
    border: 1px solid #fff;
    padding: 15px 100px;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
}
.btn_detail {
    display: table;
    background-color: #3a4855;
    padding: 24px 100px;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
	line-height: 1;
	font-weight: bold;
    margin: 0 auto;
}
.flex_pc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bk_color_na {
	background-color: #fff;
	padding: 70px 0;
}
.bk_color_sc {
	background-color: #f8f5eb;
	padding: 50px 0;
}
.list_mt {
	margin-top: 50px;
}

.list_mt li {
	position: relative;
}


.flex {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.flex li {
    width: 30%;
    text-align: center;
    margin-bottom: 3em;
	margin-right:5%;
}
.flex li:nth-child(3n) {
	margin-right:0%;
}
.flex li a {
    display: block;
	padding-bottom: 10px;
	height: 100%;
}
.flex li img {
	width: 100%;
    height: 230px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 20px;
}

.bk_color_sc .flex .taglist {
    text-align: left;
}
.bk_color_sc .flex .taglist span {
    font-size: 14px;
	color: #fff;
	margin: 0 5px 5px 0;
	position: relative;
	display: inline-block;
}

.bk_color_sc .flex p {
    text-align: left;
	color: #434343;
    font-size: 16px;
	font-weight: bold;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.bk_color_na .flex li a {
	position: relative;
}
.bk_color_na .flex li a .newtag {
	width: auto;
    height: auto;
    border-radius: 0;
    position: absolute;
    left: 20px;
    top: 0;
}
.bk_color_na .flex .taglist {
	display: flex;
	flex-wrap: wrap;
}
.bk_color_na .flex .taglist span {
    font-size: 14px;
	line-height: 1;
	color: #fff;
	border-radius: 20px;
	padding: 8px 15px 6px 15px;
	margin: 0 5px 5px 0;
	position: relative;
	display: inline-block;
}
.bk_color_na .flex .taglist .tag01 {
    background-color: #3bc2c8;
}
.bk_color_na .flex .taglist .tag02 {
    background-color: #b0cf00;
}
.bk_color_na .flex .sub_title {
	font-size: 18px;
    margin: 10px 0;
	color: #000;
	font-weight: bold;
}
.bk_color_na .flex div {
    text-align: left;
	font-weight: bold;
    overflow: hidden;
    word-break: break-all;
	line-height: 28px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #404456;
}

.bk_color_na .flex dl {
    display: flex;
	align-items: center;
    width: 100%;
    text-align: left;
    color: #434343;
}
.bk_color_na .flex dl dt {
    width: 25px;
}
.bk_color_na .flex dl dt img {
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 3px 0 0 0;
}
.bk_color_na .flex dl dd {
    width: calc(100% - 25px);
	font-size: 14px;
	font-weight: 500;
	-webkit-line-clamp: 1 !important;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.bk_color_na .flex dl dd span {
	color: #f68310;
	font-size: 18px;
}

.btn_view_part {
    display: inline-flex;
    width: 100%;
    padding: 0px 35% 20px 35%;
	justify-content: center;
}
.btn_view {
    display: inline-block;
    background-color: #000;
    padding: 15px 50px;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
}

.other_part {
	margin-bottom: 30px;
}

.line_pt {
	padding: 50px 0;
}
.line_dt {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.line_dt img {
	width: 100%;
}
.line_pt .sns_pt {
	display: flex;
	align-items: center;
	justify-content: center;
}

.line_pt .sns_pt a {
	display: inline-block;
	margin: 0 10px;
}


.info {
	padding: 50px 0;
	background-color: #fff;
}
.info_list {
	width: 100%;
    margin: 0 auto;
	margin-top: 50px;
}
.info_content {
	display: flex;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-size: 16px;
}
.info_content_date {
    width: 120px;
    min-width: 120px;
	font-weight: bold;
}
.info_content_date label {
    margin-right: 20px;
}

.role {
    padding: 50px 0;
    text-align: center;
    color: #000;
	background: #f8f5eb;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.role .lay_lqd {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}

.role .role_dt img {
	margin-bottom: 30px;
}
.role .role_dt {
	text-align: left;
	width: 94%;
	margin: 0 auto 0 0;
}

.role .title {
	color: #3a4855;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	display: table;
}
.role .role_dt .desc {
    font-size: 14px;
	line-height: 28px;
	color: #3a4855;
	margin: 30px 0;
}
.btn_role {
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: table;
	margin: 0 auto 0 0;
	color: #404456;
	border: 2px solid #404456;
	border-radius: 50px;
	padding: 15px 30px;

}

.strong_pt {
	padding: 80px 0;
    position: relative;
	background-color: #efac69;
}

.strong_pt .title_pt {
	text-align: center;
}

.strong_pt .strong_dt {
	margin-top: 30px;
}

.strong_pt .item_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;

}
.strong_pt .item_list li {
	width: 30%;
	text-align: center;
}
.strong_pt .item_list li figure {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 20px 0;
	position: relative;
}

.strong_pt .item_list li figure img {
	width: 90%;
}
	
.strong_pt .item_list li .stitle {
	font-size: 22px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: left;
	color: #333;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.strong_pt .item_list li .stitle .num {
	font-family: "Chillax-Medium"; 
	font-size: 64px;
    line-height: 1em;
	color: #333;
	margin-right: 10px;
}

.strong_pt .item_list li .desc {
	font-size: 16px;
	text-align: left;
	color: #333;
}



/* new_list */
/* --------------------------------------------------- */
.new_list {
    max-width: 1200px;
    z-index: 200;
}
.new_list li {
	margin: 0 1rem 0.5rem 1rem;
	background-color: #fff;
	position: relative;
	border-radius: 20px;
}
.new_list li a {
	display: block;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 8px 0 #5553;
    border-radius: 20px;
}

.new_list_image {
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
    position: relative;
	border-radius: 20px 20px 0 0;
}
.new_list_image img {	
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
}

.new_list_item {
	padding: 5px 10px;
}

.new_list_data {
	padding:0.5em 0 0;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.new_list_data > p {
    color: #00afb8;
    -webkit-line-clamp: 1;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
	font-size: 13px;
	font-weight: bold;
}

.new_list_text {
	font-size: 16px;
    padding: 0.2em 0 0.5em;
}
.new_list_text p {
	font-size: 14px;
	color: #313131;
    -webkit-line-clamp: 2 !important;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
	line-height: 24px;
}
.new_list_btn {
	padding:0.5em 1em 1em;
	border-left:solid 1px #e2e2e2;
	border-bottom:solid 1px #e2e2e2;
	border-right:solid 1px #e2e2e2;
	
	text-align:right;
}

.area_search_pt {
	padding: 50px 0;
	background-color: #f8f5eb;
}
.area_search_pt .area_search_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.area_search_pt .area_search_list li {
	width: 48%;
	margin-bottom: 30px;
}

.area_search_pt .area_search_list li .title_pt {
	display: flex;
	align-items: center;
}
.area_search_pt .area_search_list li .title_pt img {
	margin-right: 20px;
}
.area_search_pt .area_search_list li .title_pt .search_title {
	font-size: 28px;
	font-weight: bold;
	color: #404456;
}
.area_search_pt .area_search_list li .title_pt .search_title span {
	font-size: 18px;
	color: #00afb8;
	margin-left: 10px;	
}
.search_area {
    background: url(../images/map.png) no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
	width: 100%;
	height: 374px;
	margin-top: 20px;
}

.search_area a {
    text-align: center;
    background: #fff;
    border-radius: 100px;
	border: 2px solid #ea933c;
    width: 95px;
    height: 95px;
	line-height: 1;
    display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
    position: absolute;
}
.search_area a .atitle { 
	width: 100%;
    font-size: 18px;
	font-weight: bold;
    color: #ea933c;
	margin-bottom: 10px;
}
.search_area a .aetitle { 
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.search_area a.area_1 {
	top: 0;
    left: 48%;
}
.search_area a.area_2 {
	top: 46%;
    left: 3%;
}
.search_area a.area_3 {
	top: 32%;
    left: 70%;
}

.search_area a.disabled {
    background: #ddd;
    border: 2px solid #555;
    pointer-events: none;
}
.search_area a.disabled .atitle {
    color: #555;
    margin-bottom: 5px;
}
.search_area a.disabled span {
    color: #555;
    font-weight: bold;
    font-size: 12px;
    margin-top: 9px;
}


.job_pt .job_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.job_pt .job_list li {
	width: 48%;
	margin-bottom: 15px;
}
.job_pt .job_list li a {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 2px solid #ea933c;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 10px;
	color: #ea933c;
}
.job_pt .job_list li a img {
	margin-right: 10px;
}

.area_search_pt .area_search_list li.koda_pt {
	width: 100%;
}
.koda_pt .koda_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.koda_pt .koda_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16%;
	margin: 0 0.66% 20px 0;
	background-color: #fff;
	border: 2px solid #00afb8;
	border-radius: 50px;
	padding: 5px 10px;
	min-height: 50px;
}
.koda_pt .koda_list li a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
    text-align: center;
	color: #00afb8;
}



.banner-img {
	display: table;
	margin: 0 auto;
}



.top_item_head {
	background-color: #f3f7e6;
	padding: 25px 0 15px 0;
	text-align: left;
	color: #000;
	font-size: 48px;
	font-family: "Helvetica-Bold";
	letter-spacing: 15px;
	margin-bottom: 20px;
}
.top_item_head span {
	color: #6abe83;
}


.flex_sp {
	display: block;
}
.title_sp {
	display: none;
}

.flex li figure {
    text-align: center;
    overflow: hidden;
	
    width: 100%;
    padding-top: 75%;
    position: relative;
}
.flex li figure img {	
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
}



/* spview */
@media screen and (max-width:767px) {	
	#mv {
		height: 58vw;
        padding-bottom: 0;
	}
	
	#mv .lay_lqd {
		max-width: initial;
		padding: 0 15px;
	}
	#mv .lay_lqd::before {
		display: none;
	}
	.mv_text {
		padding: 2vw 0 0 0;
		width: 100%;
		margin: 0;
	}
	.mv_text .mtitle {
		font-size: 4.5vw;
        margin-bottom: 1vw;
		line-height: 6vw;
	}
	.mv_text .stitle {
		font-size: 2.8vw;
	}
	.mv_text .stitle span {
		font-size: 5vw;
	}
	.mv_text .sdesc {
		font-size: 12vw;
		line-height: 1.3em;
		color: #404456;
	}
	
	.top_search_title {
		margin: 0;
        font-size: 2em;
		line-height: 9vw;
	}

	.mv_form { width: 100%; }

	.top_search_form {
		/* flex-direction: column; */
		flex-wrap: wrap;
		justify-content: center;
	}
	.mv_form_input {
		height: 40px;
		width: 30% !important;
		padding: 0 0.5em;
		font-size: 3vw;
	}
	.btn_img_css {
		width: 25%;
		height: 40px;    
		font-size: 14px;
	}
	.btn_img_css img {
		width: 5vw;
	}

	.mv_form form {
		width: 100%;
		margin: 0;
	}

	.top_slide_div {
		margin: 0;
		padding: 50px 15px;
	}
	.title_tab {
		font-size: 20px;
	}
	
	.ctitle_pt {
		align-items: center;
		flex-wrap: wrap;
		font-size: 3.5vw;
	}
	.ctitle_pt .search_title {
		font-size: 5vw;
		line-height: 1.4em;
	}
	.ctitle_pt .search_stitle {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.area_search_pt {
		padding: 0 15px;
	}
	.area_search_pt .area_search_list li {
		width: 100%;
		margin-bottom: 20px;
	}
	.area_search_pt .area_search_list .area_pt {
		width: 100%;
	}
	.area_search_pt .area_search_list li .title_pt img {
		margin-right: 10px;
		width: 30px;
	}
	.area_search_pt .area_search_list li .title_pt .search_title span {
		font-size: 4vw;
        padding: 3px 6px;
	}
	.area_search_pt .area_search_list li .title_pt .search_title {
		font-size: 5vw;
	}
	.search_area {
		width: 100%;
		height: 85vw;
		margin-top: 20px;
	}
	.search_area a {
		width: 20vw;
    	height: 20vw;
	}
	.search_area a .atitle {
		font-size: 3.5vw;
		margin-bottom: 2vw;
	}
	.search_area a .aetitle {
		font-size: 2.5vw;
	}
	.job_pt .job_list {
		margin-top: 0px;
	}
	.job_pt .job_list li {
		width: 48%;
	}
	.job_pt .job_list li a {
		font-size: 3.5vw;
		padding: 2vw 2vw;
		border-radius: 10px;
		color: #ea933c;
	}
	.job_pt .job_list li a img {
		width: 10vw;
		margin-right: 2vw;
	}

	.koda_pt .koda_list {
		justify-content: space-between;
	}
	.koda_pt .koda_list li {
		width: 48%;
		margin: 0 0 20px 0;
		padding: 5px 10px;
		min-height: 50px;
	}
	.koda_pt .koda_list li a {
		font-size: 3.5vw;
	}

	.ctitle_pt img {
		margin-right: 0;
		width: 70%;
	}

	.strong_pt {
		padding: 50px 15px;
		height: auto;
	}
	.strong_pt .strong_dt {
		flex-wrap: wrap;
	}
	.strong_pt .p_mark {
		width: 150px;
		margin: 0 auto;
	}
	.strong_pt .p_mark img {
		width: 100%;
	}
	.strong_pt .item_list {
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.strong_pt .item_list li {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.strong_pt .item_list li figure {
		width: 27%;
		margin: 0;
	}
	.strong_pt .item_list li figure img {
		width: 80%;
	}
	.strong_pt .item_list li div {
		width: 70%;
	}
	.strong_pt .item_list li .stitle {
		font-size: 4vw;
	}
	.strong_pt .item_list li .stitle .num {
		font-size: 10vw;
	}
	.strong_pt .item_list li .desc {
		font-size: 3vw;
	}

	.btn {
		padding: 10px;
		font-size: 15px;
	}

	.line_pt {
		padding: 50px 15px;
	}
	.line_pt .sns_pt {
		margin-bottom: 0;
	}
	.bk_color_na {
		padding: 50px 15px 50px 15px;

	}
	.bk_color_na .flex div {
		line-height: 24px;
		margin-bottom: 5px;
		font-size: 16px;
	}
	.bk_color_na .flex .sub_title {
		font-size: 15px;
	}
	
	.bk_color_na .flex dl dd  {
		font-size: 3vw;
	}
	.bk_color_na .flex dl dd span {
		color: #f68310;
		font-size: 4vw;
	}
	.bk_color_na .flex .taglist span {
		font-size: 3vw;
		padding: 1vw 2vw;
		margin: 0 5px 5px 0;
	}

	.flex {
		justify-content: space-between;
	}
	.flex li {
		width: 48%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.flex li img {
        height: 33.33vw;
        border-radius: 8px;
    }

	
	.bk_color_sc {
		padding: 50px 15px;
	}
	.bk_color_sc .flex .taglist span {
		font-size: 3.0vw;
		padding-left: 20px;
	}
	.bk_color_sc .flex .taglist span::before {
		width: 15px;
		height: 15px;
	}

	.btn_detail {
		display: table;
		padding: 15px 80px;
		font-size: 15px;
	}

	.info {
		padding: 50px 15px 0 15px;
	}
	.info_content {
		flex-wrap: wrap;
		font-size: 14px;
	}
	.info_content_date {
		width: 100%;
		min-width: 100%;
	}

	.role {
		padding: 50px 15px;
		height: auto;
		background-position: top left;
	}
	.role .role_dt {
		width: 100%;
		margin: 0;
	}
	.role .role_dt img {
		width: 137%;
		margin: 0 0 30px 0;
	}
	.role .title {
		font-size: 4.5vw;
	}
	.role .role_dt .desc {
		font-size: 3vw;
		line-height: 26px;
		color: #3a4855;
		margin: 20px 0;
	}
	.btn_role {
		font-size: 14px;
		padding: 10px 20px;
		margin: 0 auto;
	}

	.new_list li {
		margin: 0.5rem;
	}
	.new_list_text p {
		font-size: 14px;
		line-height: 20px;
	}
	.new_list_data > p {
		font-size: 12px;
	}

	.bk_color_na .flex li a .newtag {
		width: 7vw;
        height: 8vw;
		left: 3vw;
	}
}




/* spview */
@media screen and (max-width:329px) {
	.modal_content {
		transform: translate(-50%,-55%);
	}
}


.modal_content .wrap {
    padding: 2rem 2rem 1.5rem 2rem;
    position: relative;
}
.modal_content .wrap h3 {
	font-size:20px;
	margin-bottom:1rem;
	padding-bottom:0.5rem;
	border-bottom:1px solid #0f7dc2;
}

.modal_content .wrap ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.modal_content .wrap ul li {
	width:49%;
	margin-bottom: 1rem;
}
.modal_content .wrap ul li a {
	display: block;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	color: inherit;
	position: relative;
	border: solid 1px #0f7dc2;
	background-color: #fff;
	color: #000;
	padding:1rem;
}
.modal_content .wrap ul li a:before {
	content: '\25B6';
    vertical-align: middle;
    font-size: 6px;
    line-height: 1;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #0f7dc2;
    color: #fff;
    margin: 0 1em 0 0;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.modal_content .section_type01 {
    margin-bottom: 20px;
    padding: 0;
    background: #fff;
    box-shadow: inherit;
}
/*
.modal_content .section_type01:nth-child(3) {
    margin-bottom: 0;
}
*/
.modal_content .page_head03 {
    font-size: 24px;
	margin: 0 0 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.modal_content #syoku_2 .page_head03:before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 28px;
	background: url(../images/icon_occu.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
}
.modal_content #area_2 .page_head03:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 37px;
	background: url(../images/icon_area.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
}
.modal_content #koyou_2 .page_head03:before {
	content: "";
	display: inline-block;
	width: 39px;
	height: 39px;
	background: url(../images/icon_status.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
}
/* spview */
@media screen and (max-width:767px) {
	.modal_content .wrap {
		padding: 0;
	}
	.modal_content .section_type01 {
		margin-bottom: 10px;
	}
	.modal_content .page_head03 {
		font-size: 18px;
	}
	.modal_content #syoku_2 .page_head03:before {
		width: 24px;
		height: 17px;
	}
	.modal_content #area_2 .page_head03:before {
		width: 18px;
		height: 25px;
	}
	.modal_content #koyou_2 .page_head03:before {
		width: 20px;
		height: 20px;
	}
}