form {
	font-size: 16px;
	letter-spacing: 0;
}
.ctrg{
	display:flex;
	flex-direction: column;
	/* border-bottom:1px solid #ccc; */
	margin-bottom: .5em;
	color: #455A64;
}
.ctrg > label{
	display:block;
	width: 100%;
	padding:10px 10px 0;
	font-size: 16px;
}
.ctrg.number {
    width: 59%;
	min-width: 200px;
}
.inp{
	/* background:#f6f6f6; */
	padding:10px 0 10px 10px;
	line-height:240%;
	width: 100%;
	box-sizing: border-box;
	/* width:calc(100% - 250px); */
}
.inp > label {
	border: 1px solid #d5d5d5;
    display: block;
    margin: 0 0 -1em;
    padding: 7px 7px 7px 1.5em;
    text-indent: -1em;
    border-radius: 4px;
}
.inp > small{
	margin-left: .5em;
	font-size: 100%;
	color: #666;
}
.inp input {
	height: 2.2em;
}
div.theme > label {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 0.7em;
    line-height: 2em;
    text-indent: 0;
    margin-bottom: 0.5em;
}
select{
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 0;
    border-color: #d5d5d5;
	text-align: center;
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 0;
    color: inherit;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
}
div.ctrg.w100 input {
	width: 100%;
} 
div.ctrg input,
div.ctrg textarea {
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	padding: 6px 0 3px 4px;
	box-sizing: border-box;
	line-height: 1.5em;
}
div.ctrg textarea {
    line-height: 1.5em;
}
div.ctrg.sdw input,
div.ctrg.sdw textarea {
	-webkit-appearance: none; 
}
/* _::-webkit-full-page-media, _:future, :root div.ctrg.number select {
	-webkit-appearance: button;
	padding: 0 10px;
	position: relative;
} */
/* _::-webkit-full-page-media, _:future, :root div.ctrg.number select:after {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    margin: 0 10px;
} */

input[name="shi"],
input[name="mei"],
input[name="shi_kana"],
input[name="mei_kana"]{
	width:150px;
}

input[name="city"]{
	width: 100%
}
input[name="street"]{
	width: 100%;
}
input[name="zip3"]{
	width:50px;
}
input[name="zip4"]{
	width:60px;
}
textarea{
	width: 100%;
	height:70px;
}

.err{
	display:block;
	background:#fa5f49;
	color:#fff;
	font-size:14px;
	line-height:100%;
	padding:4px 8px;
}

.req{
	display:inline-block;
	background:#fa5f49;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	line-height:100%;
	padding: 4px 5px;
    margin-left: 5px;
    border-radius: 3px;
}
.agree{
	/* background:#f6f6f6; */
	padding:10px 4px 10px 10px;
	line-height:200%;
	font-size:14px;
}
.agree p{
	text-align:center;
	/* margin:6px; */
}
.agree small {
	font-size: 12px !important;
    margin: 1em 0;
    display: block;
    color: #455A64;
}
.choice{
	line-height:140%;
	font-size:14px;
}

.theme{
	line-height:160%;
}
.theme > span {
    font-size: 80%;
    line-height: 1.5;
    display: block;
}

.theme_shikin{
	line-height:140%;
	font-size:15px;
}

.thanks_msg{
	text-align:center;
	font-size: 28px;
    color: #607d8b;
    /* background: url(/lp-online-seminar/makuhari/images/bg_thanks.jpg) center center no-repeat; */
    background-size: cover;
    padding: 3em 0;
}
.thanks_stxt {
    color: #607d8b;
	font-size: 13px;
    line-height: 1.2em;
}
.attention{
	margin:6px 10px;
	font-size:14px;
}

.middle_lbl{
	font-size:14px;
}

.small_lbl{
	font-size:13px;
}

button[name="confirm"],
button[name="thanks"]{
	/* background:#9cc813; */
	color:#fff;
	border:1px solid rgb(0, 188, 212);
	padding: 7px 40px;
    font-size: 17px;
    background-color: rgb(0, 188, 212);
    width: 100%;
    border-radius: 4px;
	max-height: 44px;
	font-weight: 600;
}
button[name="thanks"] img{
	max-height: 28px;
	max-width: 28px;
}
button[name="edit"]{
	background:#fff;
	color: rgb(0, 188, 212);
    border: 1px solid rgb(0, 188, 212);
    padding: 7px 40px;
    font-size: 1.3rem;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
}
[type="submit"]:hover {
	background-color: #9cc715;
}
#privacy{
	width:100%;
	height:100px;
	border:1px solid #ccc;
}
#privacy_policy{
	height: 100px;
	overflow: scroll;
	border: solid 1px #f0f0f0;
	background: white;
	padding: 15px;
}
#hyas_privacy_policy *{
	text-align: left !important;
}
#hyas_privacy_policy h1{
	font-size: 1.5rem;
}
#hyas_privacy_policy h2{
	font-size: 1.4rem;
	margin-top: 20px;
}
#hyas_privacy_policy ol li {
	list-style: inherit;
	margin-left: 1em;
}
#hyas_privacy_policy ol li ul li{
	list-style: initial;
	margin-left: 0em;
}
#hyas_privacy_policy address{
	line-height: 28px;
	margin: 20px 0 40px 0;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-style: normal;
}
#hyas_privacy_policy address a{
	color: #9cc813;
}
@media screen and (max-width: 767px) {
	select{
		padding: 6px 0;
	}
	div#lp_form main {
		margin: 0 auto;
		background: #fff;
		padding: 0 2%;
		box-sizing: border-box;
	}
	.ctrg{
		display:block;
		padding:0;
	}
	/* .ctrg label:first-child,.inp{
		width:100%;
	} */
	.thanks_msg {
		font-size: 23px;
	}
}

.confirm.ctrg:not(.ta) .inp {
    /* border-bottom: 1px solid #00bcd4; */
    /* border-left: 4px solid #00bcd4; */
    /* line-height: 140%; */
    /* margin-bottom: 1em; */
	color: #00bcd4;
}
.confirm.ctrg.number {
    width: 100%;
}
.lp-form .ctt_contents{
	max-width: 960px;
	margin:0 auto;
	text-align: left;
}
.lp-form .ctt_contents h1{
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 3px;
	padding: 30px 0;
}
.lp-form #hyas_privacy_policy h3{
	font-size: 1rem;
	font-weight: bold;
}

/* 211028追加調整分 */
section.application>h2 {
	width: 100%;
	text-align: center;
	color: rgb(96, 125, 139);
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 1em 0;
	position: relative;

}
form.appli {
	max-width: 620px;
	margin: 0 auto;
}

/*------------------------
SP
------------------------*/

@media screen and (max-width: 959px) {

.lp-form .ctt_contents h1{
	font-size: 1.5rem;
}

/*------------------------
959 END
------------------------*/
}

@media screen and (max-width: 767px) {
	.lp-form .ctt_contents h1{
		font-size: 1rem;
	}
	section.application>h2 {
    	font-size: 20px;
	}
	/*------------------------
	767 END
	------------------------*/
}
@media screen and (max-width: 330px) {
	section.application>h2 {
    	font-size: 18px;
	}
}
/* .ctrg.number {
	display: none;
} */
.ctrg.number.active {
	display: flex;
}

/* add20220706 */
.ctt_contents {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", San Francisco, Helvetica, "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	text-align: left;
}
.one-detail {
	padding-bottom: 0.8em;
}
#lp_form {
	background:#fff;
	margin:0 auto 1.5em auto;
}
@media (max-width: 48em) {
	#lp_form {
		width: calc(322/375*100vw);
	}
	.inp {
		padding: 10px;
	}
}
@media (min-width: 48em) {
	#lp_form {
		padding:10px;
	}
}
#lp_form+p {
	font-size:1.125em;
}

.num_group {
	display: flex;
}
.num_group select {
	text-align: left;
	font-size: 16px;
}
.num_group > .ctrg {
	flex-direction: row;
	width: 50%;
}
.num_group > .ctrg > label {
	width: 40%;
}

/* address placeholder */
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

