@charset "utf-8";


*{
	font-family: 'Noto Sans JP', sans-serif;
}

body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}
.article{
	background: #fff;
}
#contents{
	width: unset;
	padding: unset;
}
.header-top {
	z-index: 991;
} 
/*-----------------------------------------------------------

●●●●●●●●●●●●●●●●●

-----------------------------------------------------------*/


/*/////////////メイリオにする場合////////////////
#header * {
	font-family: Helvetica, "hiragino kaku gothic pro","メイリオ","ms pgothic",sans-serif;
}
*/
.h1_section{
	display: none;
}
/*////////////////////// お問い合わせはこちらから //////////////////////*/
.contact_wrap{
	padding-bottom: 100px;
}
.contact_ttl{
	color: #B60081;
    font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding: 19px 0 24px;
}
.form_wrap{
	width: 950px;
	margin: 0 auto;
}
#orgFormTable {
	width: 950px;
	border: solid 1px #CCCCCC;
    border-collapse: collapse;
}
.required_mark {
    background-color: #F02727;
    border-radius: 4px;
    padding: 4px 0;
	margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    width: 34px;
	float: right;
    text-align: center;
}
.optional_mark {
    background-color: #79B2D9;
    border-radius: 4px;
    padding: 4px 0;
	margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    width: 34px;
    text-align: center;
	float: right;
}
.form_wrap tr {
	border-bottom: solid 1px #CCCCCC;
}
.form_wrap th {
	background-color: #eeeeee;
    width: 237px;
    text-align: right;
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
}
.form_wrap th p{
    text-align: left;
}
.form_wrap td{
	font-size: 16px;
	padding: 10px 0 10px 10px;
}
.form_border input {
    padding: 10px;
    width: 240px;
    border: solid 1px #CCCCCC;
	border-radius: 4px;
}
.form_border.company_name {
	padding: 15px 0 15px 10px;
}
.input-table.plan .form_border input {
	width: 640px;
}
.input-table.plan .form_border select {
	width: 530px;
}
.choice_select {
	margin-top: 10px;
}
input[type="radio"] {
    height: 17px;
    width: 17px;
    box-shadow: none;
}
select {
    padding: 10px;
    width: 140px;
    border: solid 1px #CCCCCC;
    border-radius: 4px;
}
.property_list li,
.catalog_list li {
	margin: 5px 0;
}
.catalog_list label,
.catalog_list label {
	display: flex;
    align-items: center;
	font-size: 14px;
}
.plan_text {
	margin: 30px 0 14px;
}
.plan_site {
	font-size: 14px;
}
.agreement {
    text-align: center;
	margin-top: 30px;
}
.consent-text {
	display: block;
    text-align: center;
	margin-top: 10px;
}
.bt.center {
	text-align: center;
	padding: 10px 0 20px;
}
td.form_border.bulidingplace {
    display: flex;
    gap: 15px;
	height: 41px;
}
.bulidingplace label {
	display: flex;
	align-items: center;
}
.form_border textarea {
	width: 640px;
    height: 19px;
	padding: 10px;
}
select {
	-webkit-appearance: none;
	appearance: none; /* デフォルトの矢印を非表示 */
}
select::-ms-expand {
	display: none; /* デフォルトの矢印を非表示(IE用) */
}
select {
	background: url(/images/img_select-arrow.png) no-repeat center;
	background-size: 10px 9px;
	background-position: 118px 15px;
}
.status_select select {
	background-position: 508px 15px;
}
.radio_list {
	display: flex;
    flex-direction: column;
}
.radio_list br {
	display: none;
}
.radio_list label {
	display: flex;
	align-items: center;
}

.form_border.radio_list.catalog input {
	width: 13px;
}