.page-ph {
	background-image: url("../images/contact/page-ph.jpg");
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1250px;
	width: 95%;
	margin: 0 auto;
	border: #1E44A3 1px solid;
	padding: 50px;
	border-radius: 4px;
}
#sec01 .block1 {
	display: flex;
	justify-content: center;
	background-color: #f5f5f5;
	padding: 40px 10px;
	margin-bottom: 50px;
}
#sec01 .block1 dt {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 0 15px;
}
#sec01 .block1 dd {
	text-align: center;
	padding: 0 15px;
}
#sec01 .block1 dd a {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	font-size: 3em;
	line-height: 30px;
	pointer-events: none;
}
#sec01 .block1 dd a img {
	display: inline-block;
	text-align: center;
	width: 30px;
	margin-right: 10px;
	transform: rotate(10deg);
}
#sec01 .block1 dd span {
	display: block;
	font-size: 12px;
}
#sec01 .title {
	font-size: 1.4em;
	font-weight: 500;
	text-align: center;
	color: #1E44A3;
	margin-bottom: 10px;
}
#sec01 form {
}
#sec01 .outer {
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	margin-bottom: 50px;
}
#sec01 .outer dl {
	width: 100%;
	display: table;
}
#sec01 .outer dt,
#sec01 .outer dd {
	display: table-cell;
	vertical-align: top;
	padding: 30px;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
#sec01 .outer dt {
	background-color: #F6F9FE;
	width: 250px;
	padding-left: 20px;
	border-right: #ccc 1px dotted;
	position: relative;
}
#sec01 .outer dt span {
	display: inline-block;
	font-size: 11px;
	margin-right: 10px;
	background-color: #1E44A3;
	color: #fff;
	line-height: 16px;
	padding: 0 2px 2px;
	position: absolute;
	top: 0;
	left: 0;
}
#sec01 .outer dd {
}
#sec01 .outer dd textarea,
#sec01 .outer dd input,
#sec01 .outer dd select {
	width: 100%;
	padding: 13px;
	border-radius:3px;
	background-color: #F9F8F6;
	box-shadow:2px 2px 6px -6px #333 inset;
	margin: 5px 0;
}
#sec01 .outer dd textarea::placeholder,
#sec01 .outer dd input::placeholder {
	color: #ccc;
}
#sec01 .outer dd input.siz-m,
#sec01 .outer dd select.siz-m {
	max-width: 200px;
	width: 40%;
	display: inline-block;
	margin: 5px;
}
#sec01 .outer dd select.siz-m {
	padding: 10px;
}
#sec01 .outer dd input.siz-s,
#sec01 .outer dd select.siz-s {
	max-width: 100px;
}
#sec01 .outer dd textarea:hover,
#sec01 .outer dd input:hover,
#sec01 .outer dd select:hover {
}
#sec01 .outer dd .list li label input {
	width: auto;
	display: inline-block;
	margin-right: 5px;
	box-shadow: none;
}
#sec01 .outer dd .list li label:hover {
	cursor: pointer;
	color: #ccc;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	display: block;
	max-width: 350px;
	width: 90%;
	margin: 0px auto;
	background-color: #1E44A3;
	text-align: center;
	border: none;
	font-size: 110%;
	line-height: 100%;
	padding: 25px 0 28px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	border-radius:6px;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: #eee;
	color: #1E44A3;
}
#privacy {
	border: #ccc 1px solid;
	padding: 20px 20px 10px;
	line-height: 170%;
	font-size: 90%;
	height: 200px;
	overflow: auto;
	margin: 0px 0 30px;
	border-radius:3px;
}
#privacy li {
	margin-bottom: 15px;
}
#privacy li strong {
	display: block;
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#privacy li ol {
	list-style: outside disc;
	margin-left: 25px;
}
#privacy li ol li {
	margin-bottom: 0;
}
.thanks {
	max-width: 600px;
	width: 90%;
	margin: 0px auto;
}
.thanks h6 {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.thanks p {
	margin-bottom: 20px;
}
.thanks .btn-style01 {
	max-width: 300px;
	width: 90%;
	margin: 30px auto;
	padding: 15px 0;
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
	#sec01 {
		padding: 20px 20px 30px;
	}
	#sec01 .outer {
        margin-bottom: 20px;
    }
	#sec01 .block1 {
		display: block;
		padding: 30px 10px;
		margin-bottom: 40px;
    }
	#sec01 .block1 dt {
		text-align: center;
	}
	#sec01 .block1 dd span {
		text-align: center;
	}
	#sec01 .outer dt {
        width: 180px;
        padding: 25px 0px 25px 15px;
    }
}
@media screen and (max-width: 680px) {
	#sec01 {
		padding: 10px 10px 20px;
	}
	#sec01 .block1 dd a {
        font-size: 2.6em;
        line-height: 30px;
        pointer-events: auto;
    }
    #sec01 .block1 dd a img {
        width: 25px;
        margin-right: 10px;
    }
	#sec01 .block1 dd span {
        font-size: 10px;
    }
	#sec01 .title {
        font-size: 1.2em;
        font-weight: 600;
        margin-bottom: 10px;
    }
	#sec01 .outer {
        margin-bottom: 10px;
    }
	#sec01 .outer dl,
    #sec01 .outer dt,
    #sec01 .outer dd {
		display: block;
	}
	#sec01 .outer dt {
		width: 100%;
		padding: 7px 0px 7px 15px;
		border-right: #ccc 1px solid;
		border-bottom: #aaa 1px dotted;
		font-weight: 500;
	}
	#sec01 .outer dt span {
		top: 50%;
		left: auto;
		right: 7px;
		transform: translate(0%, -50%);
		padding: 0 2px 2px 3px;
	}
	#sec01 .outer dd {
		padding: 15px;
	}
	input.form_btn {
	}
	#privacy {
        padding: 10px 10px 5px;
        margin: 0px 0 20px;
    }
	#privacy li {
        margin-bottom: 10px;
    }
}
/* --------------------------------------------------- */
#sec02 {
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


