
header {
	color: #444;
}
/*--------------------------------
ページ
---------------------------------*/

.pageTitle {
	padding: 135px 0 0 0;
	height: 245px;
}

.pageTitle h1 {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 800;
	position: relative;
}

.PageWrap {
	margin-top: 0px;
}

/*--------------------------------
entry
---------------------------------*/

.entry {
}
.entry .pageTitle {
	margin-top: -40px;
	margin-bottom: 0px;
}

.entry .pageTitle h1 {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: none;
	color: #444;
	padding-bottom: 25px;
	font-size: 2.8rem;
}
.entry .pageTitle h1::after {
	content: "";
	display: block;
	width: 100px;
	margin: 30px auto 0 auto;
	height: 7px;
	background-color: #F2A75B;
}

.entryWrap {
	width: 100%;
	padding: 0;
	margin: 40px auto 50px auto;
}

.entry p {
	text-align: center;
}


/*--------------------------------
inputform
---------------------------------*/

.form {
	width: 85%;
	margin: 30px auto;
}

.form table {
	width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}

.form table tr {
	width: 100%;
}
.form table th, .form table td {
    vertical-align: middle;
	padding: 30px 10px 30px 10px;
	text-align: left;
}
.form table th {
    width: 40%;
	font-weight: 700;
	border-bottom: 1px solid #D3D3D3;
}

.form table td{
    line-height: 2;
    width: 60%;
	border-bottom: 1px solid #D3D3D3;
}

.form table td p.comment{
	display: block;
	text-align: left;
    font-size: 1.4rem;
    margin-top: 3px;
    color: #444;
}
.form table td .error{
	font-size: 1.2rem;
    margin-top: 5px;
    color: #f00;
}

.form select {
	appearance: menulist;
}

.form ul.group1 {
	display: flex;
	justify-content: left;
}

.form ul.group1 li {
	display: block;
	margin-right: 5px;
}

.form ul.group2 {
	display: block;
}

.form ul.group2 li + li {
	margin-top: 10px;
}

.form .shortTxt {
	width: 120px !important;
}


.form .group label {
    display: inline-block;
	margin-right: 10px;
}

.form .group label input {
    margin: 0;
}




.form select,
.form textarea,
.form input[type='text'],
.form input[type='email'],
.form input[type='tel']
{
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #ccc;
	border-radius: 5px;
}

.form select::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
.form input[type='text']::-webkit-input-placeholder,
.form input[type='email']::-webkit-input-placeholder,
.form input[type='tel']::-webkit-input-placeholder
{
    color: #aaa;
}

.form select::-moz-placeholder,
.form textarea::-moz-placeholder,
.form input[type='text']::-moz-placeholder,
.form input[type='email']::-moz-placeholder,
.form input[type='tel']::-moz-placeholder
{
    color: #aaa;
}

.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form input[type='text']:-ms-input-placeholder,
.form input[type='email']:-ms-input-placeholder,
.form input[type='tel']:-ms-input-placeholder
{
    color: #aaa;
}

.form select::-ms-input-placeholder,
.form textarea::-ms-input-placeholder,
.form input[type='text']::-ms-input-placeholder,
.form input[type='email']::-ms-input-placeholder,
.form input[type='tel']::-ms-input-placeholder
{
    color: #aaa;
}

.form select::placeholder,
.form textarea::placeholder,
.form input[type='text']::placeholder,
.form input[type='email']::placeholder,
.form input[type='tel']::placeholder
{
    color: #aaa;
}

.form textarea
{
    width: 100%;
}

.form p {
	margin: 0;
	padding: 0;
	text-align: left;
}

form [type='submit']
{
	display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 70px;
    display: block;
    width: 100%;
    height: 70px;
    margin: 40px auto 80px auto;
    cursor: pointer;
	text-align: center;
	border-radius: 5px;
    color: #fff;
}

.entryBtn1 {
	background-color: #454545;
	border-radius: 5px;
	transition: .3s all;
}


.entryBtn1:hover
{
	opacity: .7;
	transition: .3s all;
}

.form select {
	width: 100px;
}

.form select + select {
	margin-left: 20px;
}

/*--------------------------------
confirm
---------------------------------*/
.confirm {
	width: 100%;
}
.confirm h3 {
    font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}

  .confirm p
{
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 26px;
}

.confirm .form table th {
    vertical-align: middle;
	padding: 15px 10px 15px 10px;
	text-align: left;
}
.confirm .form table td {
    vertical-align: middle;
	padding: 15px 10px 15px 10px;
	text-align: left;
}

  .confirm .btns
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.confirm .btns form {
	display: block;
	width: 45%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 70px;
    display: block;
    height: 70px;
    margin: 20px auto 50px auto;
    cursor: pointer;
	text-align: center;
	border-radius: 5px;
    color: #fff;
}

.prev {
	background-color: #CCC;
}

.entryBtn2 {
	background-color: #f6ab00;
}

.prev:hover ,.entryBtn2:hover
{
	opacity: .7;
	transition: .3s all;
}



/*--------------------------------
error
---------------------------------*/

  .error-page h3
{
    font-size: 2.4rem;
    line-height: 1.41667;

    margin-bottom: 2vw;
    padding: 0;

    text-align: center;
}

  .error-page p
{
    font-size: 1.4rem;
    line-height: 2;

    margin-bottom: 2.66667vw;

    text-align: center;
}

  .error-page .btns
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 24px;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

  .error-page .btns .btn01
{
    font-weight: 500;

    width: 240px;
    height: 46px;
}

/*--------------------------------
finish
---------------------------------*/

  .finish
{
    padding: 60px;
}

  .finish h3
{
    font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 30px;
    padding: 0;

    text-align: center;
}

  .finish h3:after
{
    display: none;
}

  .finish p
{
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
}

  .finish p strong
{
    font-size: 2.4rem;
}

  .finish .btns
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

  .finish .btns a
{
    font-weight: 500;

    width: 180px;
    height: 46px;
}

/*--------------------------------
error
---------------------------------*/

.error h3 {
	margin: 0 auto 20px auto;
	text-align: center;
}

.error p {
	margin: 0 auto 40px auto;
}

.error .errors, .error .backtoform {
	text-align: center;
	font-size: 1.4rem;
}

.error .backtoform a {
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
	.pageTitle {
		padding-top: 110px;
		height: 190px;
	}

	.pageTitle h1 {
		font-size: 2.4rem;
	}

	.pageTitle h1::after {
		height: 50px;
		bottom: -65px;
	}

	.form {
		width: 100%;
	}


}

@media screen and (max-width: 540px) {
	.pageTitle {
		padding-top: 90px;
		height: 150px;
	}
	
	.pageTitle h1 {
		font-size: 2.0rem;
	}

	.pageTitle h1::after {
		height: 40px;
		bottom: -55px;
	}

	.form table th {
		display:block;
		width: 100%;
		font-weight: 700;
		padding: 15px 0 0 0;
		border-bottom: none;
	}
	
	.form table td{
		display:block;
		line-height: 2;
		width: 100%;
		padding: 10px 0 20px;
		border-bottom: 1px solid #D3D3D3;
	}

	.confirm .btns form {
		width: 48%;
		font-size: 1.4rem;
	}
}