.entry-intro {
	font-size: 16px;
	margin-bottom: 50px;
}

.custom-field { 
    border: 1px solid #b5b5b5; 
    border-top: none; 
    margin: 32px 2px; 
    padding: 8px; 
} 

.custom-field h5 { 
    font: 16px normal; 
    margin: -16px -8px 0; 
} 

.custom-field h5 span { 
    float: left; 
    font-size: 14px;
	font-style: italic;
} 

.custom-field h5:before { 
    border-top: 1px solid #b5b5b5; 
    content: ' '; 
    float: left; 
    margin: 8px 2px 0 -1px; 
    width: 12px; 
} 

.custom-field h5:after { 
    border-top: 1px solid #b5b5b5; 
    content: ' '; 
    display: block; 
    height: 24px; 
    left: 2px; 
    margin: 0 1px 0 0; 
    overflow: hidden; 
    position: relative; 
    top: 8px; 
} 

.eyecatch {
	text-align: center;
}

.eyecatch img {
	margin-top: -6px;
}

.eyecatch-text {
	font-size: 22px;
    letter-spacing: 2px;
    margin: 10px;
    display: inline-block;
    color: #009935;
    font-weight: 600;
}

.top-img {
	text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
}

.big-title {
	text-align: center;
    font-size: 24px;
    color: #808080;
    font-weight: bold;
    margin-bottom: 30px;
}

.content-text {
	width: 80%;
    margin-left: 17%;
}

.content-text div {
	font-size: 17px;
	margin-bottom: 5px;
}

.guide-block {
	margin-top: 40px;
    text-align: center;
    margin-bottom: 60px;
}

.subtitle {
	color: #808080;
	font-size: 15px;
	margin-bottom: 10px;
	text-align: center;
}

.inquiry-block {
	display: block;
    width: 400px;
    margin: auto;
    text-align: center;
    background-color: #F1F1F1;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.inquiry-block .inquiry-block-title {
	margin-bottom: 5px;
}

.inquiry-block .inquiry-block-link {
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

#fitem_id_submitbutton {
	margin-top: 20px;
}

#id_submitbutton, #id_cancel {
	font-size: 24px;
	padding: 15px !important;
	height: auto;
}

.col-form-label.d-inline {
	margin-top: 6px;
}

.entry_btn_wrapper {
    display: none;
}

.privacy_policy_wrapper a {
    display: block;
    font-size: 22px;
    margin-left: 17%;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #3737ff;
    text-decoration: underline;
}

.privacy_policy_wrapper a:hover,
.privacy_policy_wrapper a:active {
    color: #1a1adb;
}

.privacy_policy_wrapper .checkbox {
    font-size: 16px;
}

@media (min-width: 1024px) {
	#page-content {
		padding-left: 10%;
		padding-right: 10%;
	}

	.form-wrapper {
		width: 80%;
		margin-left: 15%;
		margin-top: 70px;
	}

	#id_submitbutton, #id_cancel {		
		width: 210px;
	}

	#id_cancel {
		margin-left: -70px;
		margin-right: 75px;
	}

}

@media (max-width: 570px) {
    .privacy_policy_wrapper a {
        margin-left: 0%;
    }
}