.main {
    width: 100%;
}

.con_lower_construction .box_title img {
    width: 100%;
    max-height: 300px;
}

.con_lower_construction .box_title {
	position: relative;
}

.con_lower_construction .tit_lower {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
    transform: translateY(-50%);
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.tit h2 span {
    padding-left: 10px;
}

.con_form {
    margin-bottom: 50px;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .con_lower_construction .tit_lower {
        max-width: 50%;
    }   
}

.con_lower_construction .tit_lower h1 {
	font-size: 35px;
	text-align: center;
    padding-bottom: .5em;
    border-bottom: 3px solid #23B69B;
}

.con_lower_construction .title_s {
    color: #23B69B;
    font-size: 14px;
    font-weight: bold;
}

.con_lower_news .tit_lower p {
	display: none;
}

.con_page_construction {
    max-width: 1200px;
    width: 90%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
}

.con_page_construction .tit h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.con_page_construction .tit h2 {
    color: #fff;
    background-color: #009277;
}

.con_page_construction .tit h2 .en {
    margin-left: 15px;
    font-size: 14px;
}

.con_form {
    margin-bottom: 50px;
}

.con_page_construction .box_items {
    margin-top: 150px;
}

.con_page_construction .box_items:last-child {
    margin-bottom: 100px;
}

.con_page_construction .box_items:first-child {
    margin-top: 0;
}

.con_page_construction .box_items .contents {
    margin-top: 60px;
}

.con_page_construction .box_items .contents:first-child {
    margin-top: 0;
}

.con_page_construction .name {
    position: relative;
    margin-bottom: 0;
    padding-left: 30px;
    border: 0;
}

.con_page_construction .name::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: #23B69B;
    border: 0;
    border-radius: 50%;
}

.con_page_construction .contents .box_flex {
    display: flex;
    flex-wrap: wrap;
}

.con_page_construction .contents .box_flex .box_left {
    width: 30%;
}

.con_page_construction .contents .box_flex .box_right {
    width: 65%;
    margin-left: 5%;
}

.con_page_construction .year , .add {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #23B69B;
}

.con_page_construction p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.con_page_construction .message {
    margin-bottom: 0;
    font-size: 20px;
    color: #30917F;
}

.con_page_construction .txt {
    font-weight: normal;
}

.con_page_construction .btnarea {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.con_page_construction .btnarea .box_btn {
    max-width: 240px;
    width: 100%;
}

.con_page_construction .btnarea .box_btn {
    margin-left: 20px;
}

.con_page_construction .btnarea .box_btn:first-child {
    margin-left: 0;
}

.con_page_construction .btnarea .box_btn a {
    display: block;
    padding: 14px 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background-color: #CAC94D;
    border-radius: 10px;
}

.con_page_construction .btnarea .box_btn:nth-child(2) a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #CAC94D;
    background-color: #fff;
    border: 2px solid #CAC94D;
}

.con_page_construction .btnarea .box_btn:nth-child(2) a span {
    display: block;
    margin-left: 10px;
}

.con_page_construction .btnarea .box_btn:nth-child(2) a img {
    max-width: 25px;
}

.con_page_construction .btnarea .box_btn:nth-child(3) a {
    background-color: #23B69B;
}

@media screen and (min-width:981px) and (max-width:1366px) {
    .con_page_construction .btnarea .box_btn {
        max-width: 174px;
        width: 100%;
    }
    .con_page_construction .btnarea .box_btn a {
        padding: 14px 15px;
    }
    .con_page_construction .btnarea .box_btn {
        margin-left: 10px;
    }
    .con_page_construction .btnarea .box_btn:first-child {
        margin-left: 0;
    }
}

@media screen and (min-width:768px) and (max-width:980px) {
    .con_page_construction .btnarea .box_btn {
        max-width: 141px;
        width: 100%;
    }
    .con_page_construction .btnarea .box_btn a {
        padding: 12px 6px;
        font-size: 13px;
    }
    .con_page_construction .btnarea .box_btn {
        margin-left: 10px;
    }
    .con_page_construction .btnarea .box_btn:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width:767px) {
    .con_page_construction .contents .box_flex .box_left {
        width: 100%;
    }
    .con_page_construction .contents .box_flex .box_right {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }
    .con_page_construction .contents .box_flex .box_right .ya p {
        margin-bottom: 0;
    }
    .con_page_construction .contents .box_flex .box_right .ya p:nth-child(2) {
        margin-top: 15px;
    }
    .con_page_construction .message {
        margin-top: 20px;
    }
    .con_page_construction .btnarea .box_btn {
        max-width: 285px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .con_page_construction .btnarea .box_btn {
        margin-top: 20px;

    }
    .con_page_construction .btnarea .box_btn:first-child {
        margin-top: 0;
        margin-left: auto;
    }
    .con_page_construction .btnarea .box_btn a {
        padding: 14px 45px;
        font-size: 18px;
        border-radius: 10px;
    }
    .con_page_construction .btnarea .box_btn:nth-child(1) a {
        box-shadow: 0px 5px 0px 0px #d4d452;
    }
    .con_page_construction .btnarea .box_btn:nth-child(2) a {
        box-shadow: 0px 5px 0px 0px #e4e476;
    }
    .con_page_construction .btnarea .box_btn:nth-child(3) a {
        box-shadow: 0px 5px 0px 0px #E2F0EA;
    }
    .con_page_construction .box_items .contents {
        margin-top: 30px;
    }
}

.con_form {
	max-width: 1410px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	padding: 70px 0;
	background-color: #23B69B;
	border-radius: 15px;
}

.con_form .inn_title {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.con_form .inn_title .title {
	font-size: 35px;
	color: #fff;
	border-bottom: 3px solid #fff;
}

.con_form .inn_title .title_s {
	color: #fff;
}

.con_form .box_form {
	max-width: 950px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.con_form .box_form input {
	margin-top: 10px;
}

.con_form .box_form textarea {
	margin-top: 10px;
}

.con_form .box_form label {
	display: block;
	font-size: 16px;
	color: #fff;
}

.con_form .box_form .wpcf7-not-valid-tip {
	text-align: left;
}

.con_form .box_form label .required {
    margin-left: 12px;
    font-weight: bold;
    padding: 0px 9px;
    font-size: 13px;
	color: #CD0000;
	background-color: #fff;
}

.con_form .box_form .box_btn {
	text-align: center;
}

.con_form .box_form .box_btn .wpcf7-spinner {
	display: none;
}

.con_form .box_form .wpcf7-submit {
	max-width: 331px;
	margin-right: auto;
	margin-left: auto;
	color: #23B69B;
}

.con_form .box_form .wpcf7-response-output {
	color: #fff;
	border-color: #CD0000;
}

.con_form .box_form .wpcf7-form-control-wrap {
	display: block;
    text-align: center;
}

.con_form .box_form .wpcf7-form-control-wrap input::placeholder {
	color: #dbdbdb;
}

.con_form .box_form .wpcf7-form-control-wrap textarea::placeholder {
	color: #dbdbdb;
}

.con_form .box_form .policy label {
	padding: 12px 8px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.con_form .box_form .policy .wpcf7-not-valid-tip {
	text-align: center;
}

@media screen and (max-width:767px) {
	.con_form {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
}