@charset "utf-8";

/*フォーム関連
---------------------------------------------------------------------------*/

.m-form-select {
	position: relative;
	margin-bottom: 15px;	
}
.m-form-select:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    pointer-events: none;
}
.m-form-select select {
	height: 40px;
	width: 100%;
	padding: 10;
	border-radius: 4px;
	box-shadowx: 0 0 0 1px #ccc inset;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #eee;
	font-size: 16px;
	color: #333;
	text-indent: 3mm;
	border: 0.5px solid #ddd;
}
.m-form-select select::-ms-expand {
    display: none;
}
.m-form-select select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.formcss-input {
	border: 1px solid #ddd;
	border-radius: 6px;
	flex: 1;
	width: 50%;
	background: #eee;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.formcss-input2 {
	border: 1px solid #ddd;
	border-radius: 6px;
	flex: 1;
	width: 60%;
	background: #eee;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.formcss-textarea {
	border: 1px solid #ddd;
	border-radius: 6px;
	flex: 1;
	width: 100%;
	background: #eee;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 150px;
	vertical-align: middle;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.formcss-textarea2 {
	border: 1px solid #ddd;
	border-radius: 6px;
	flex: 1;
	width: 60%;
	background: #eee;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 150px;
	vertical-align: middle;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.formcss-required {
	border-radius: 6px;
	width: 48px;
	text-align: center;
	background: #9CC1DE;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.formcss-any {
	border-radius: 6px;
	width: 48px;
	text-align: center;
	background: #ccc;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.formtext-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000;	
}
.formtext-title2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	height: 50px;
	line-height: 20px;
}
.formtext-title3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	height: 50px;
}
.formtext-title4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	height: 50px;
	line-height: 15px;
}
.formtext-title5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	color: #000;
}
.formtext-error {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	color: #F00;
}
.form-select1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	margin: 10px;
	padding: 0px;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #ddd;
	border-radius: 6px;
	flex: 1;
	background: #eaedf2;
}
.formcss-td1 {
	border-bottom-widthx: 1px;
	border-bottom-stylex: dotted;
	border-bottom-colorx: #999;
	padding-bottom: 15px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: normal;
}
.formcss-td2 {
	padding-bottom: 10px;
	height: 50px;
}
.formcss-td3 {
	padding-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	
}
.formcss-checkbox {
	flex: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: block;
}
.formcss-check {
	border: 1px solid #ddd;
	border-radius: 6px;
	flex: 1;
	transform: scale(1.4);
}
.formcss-check2 {
	border: 1px solid #ddd;
	border-radius: 6px;
	flex: 1;
	transform: scale(1.4);
	margin-top: 15px;
	margin-left: 20px;
}

.formcss-box1 {
	padding: 0px;
	margin-bottom: 20px;
}
.formtext-errormsg {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-align: center;
	padding-bottom: 20px;
}
.formcss-btn1 {
	border-radius: 6px;
	width: 280px;
	display: block;
	letter-spacing: 0.05em;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	background-color: #9CC1DE;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #9CC1DE;
	cursor: pointer;
}
.formcss-btn1 a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	display: block;
	cursor: pointer;
}
.formcss-btn2 {
	border-radius: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 280px;
	display: block;
	letter-spacing: 0.05em;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #999999;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
}
.formtext-comf {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	margin: 10px;
	padding: 10px;
	color: #9CC1DE;
}
.formtext-comp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	margin: 10px;
	padding: 10px;
	color: #000;
}
.formtext-kome {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin: 10px;
	padding: 10px;
	line-height: 25px;
}
.formtext-mail {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	border: 1px dotted #999;
	padding: 30px;
	display: block;
	line-height: 40px;
	background-color: #eee;
	clear: both;
	margin: 20px;
}
.thanks_msg {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	line-height: 60px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}
.titlelogo {
	width: 100%;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	margin-top: 0px;
}
.titleinfo {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #962259;
	text-align: left;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 50px;
	font-weight: normal;
	padding: 20px;
	text-align: justify;
}
.titleinfo2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	color: #962259;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	margin-bottom: 50px;
	font-weight: bold;
	font-variant: normal;

}
.privacy_area {
	padding: 10px;
	border: 1px solid #CCC;
	overflow-y: scroll;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	text-align: left;
	display: block;
	background-color: #F2F2F2;
	line-height: 25px;
	height: 100px;
	border-radius: 6px;
	width: auto;
	max-width: 990px;
}
.privacy_area h2 {
	background: none;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.privacy_area h3 {
	margin: 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	background: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.privacy_area p,
.privacy_area ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.textcenter {
	text-align: center;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	width: 100%;
}
.textcenter2 {
	text-align: center;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
.textcenter3 {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF0;
}
.textcenter3-td {
	text-align: center;
	display: block;
}
.tablebox {
	margin: 0px;
	padding: 0px;
}

@media (max-width: 999px) {

.formcss-input {
	border: 1px solid #ddd;
	border-radius: 6px;
	flex: 1;
	width: 100%;
	background: #eee;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

}