@charset "utf-8";


/* 背景 */
.bg-radio-post {
	background-image: url("../../images/bg_radio_post2.jpg");
	background-position: 50% 0%;
	background-color:#c7f682;
/*
	background-image: url("../images/bg_radio_post.jpg");
	background-position: 50% 0%;
	background-repeat: repeat-x;
	background-color:#fcfff2;
*/
}
.bg-tv-post {
	background-image: url("../../images/bg_radio_r01.jpg");
	background-position: 50% 0%;
	background-color:#f8b0a4;
}
#page-head img {
	width: 100%;
}
.tleft {
	text-align: left;
}

/* メッセージフォーム */
#form-area {
	width: 100%;
	margin: 0 auto 20px auto;
	background-color:#ffffff;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
	overflow: hidden;
}
#form-area-in {
	padding: 5px;
}
.form-comment1 {
	width: 100%;
	background-color:#eeeeee;
	margin: 10px auto 20px auto;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.form-comment1 p {
	padding: 12px 20px;
}
.form-radio {
	padding: 20px 0px 10px 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.form-radio:before,
.form-radio:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
.form-radio .box {
	width: 90%;
	---margin: 2em auto;
	text-align: left;
}
.form-radio input[type=radio] {
	display: none;
}
.form-radio label:focus,
.form-radio label:hover,
.form-radio label:active,
.form-radio input:checked + label {
	color: #125fd2; /*フォーカステキスト*/
}
.form-radio label:focus:before,
.form-radio label:hover:before,
.form-radio label:active:before,
.form-radio input:checked + label:before {
	border-color: #125fd2; /*フォーカスポイント*/
	background: #ffffff;
}
.form-radio label {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	position: relative;
	/* display: block; */
	overflow: hidden;
	padding: 1em 1em 1em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	        transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.form-radio label:before {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #cccccc;
	border-radius: 50%;
}
.form-radio input:checked + label:before {
	border-color: #125fd2;
	background: #125fd2;
}
.form-radio input:disabled + label {
	cursor: not-allowed;
	color: rgba(0, 0, 0, 0.5);
	background: #efefef;
}
.form-radio input:disabled + label:hover {
	border-color: rgba(0, 0, 0, 0.1);
}
.form-radio input:disabled + label:before {
	border-color: #ffffff;
	background: #ffffff;
}

/* チェックボックス */
.form-checkbox input[type=checkbox] {
	display: none;
}
.form-checkbox label:focus,
.form-checkbox label:hover,
.form-checkbox label:active,
.form-checkbox input:checked + label {
	color: #125fd2; /*フォーカステキスト*/
}
.form-checkbox label:focus:before,
.form-checkbox label:hover:before,
.form-checkbox label:active:before,
.form-checkbox input:checked + label:before {
	border-color: #125fd2; /*フォーカスポイント*/
	background: #ffffff;
}
.form-checkbox label {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	position: relative;
	/* display: block; */
	overflow: hidden;
	padding: 1em 1em 1em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	        transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.form-checkbox label:before {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #cccccc;
}
.form-checkbox input:checked + label:before {
	border-color: #125fd2;
	background: #125fd2;
}

.form-design1 {
	/*font: 15px/24px sans-serif;*/
	font-size:1.1em;
	width: 85%;
	box-sizing: border-box;
	padding: 0.5em 0.8em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #333333;
	border: 2px solid #cccccc;
	background: #e3f8ff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.historyback {
	display: block;
	width: 150px;
	padding: 15px 0px;
	margin: 0 auto;
	font-size: 1.2em;
	border-style: none;
	background-color: #eea82f;
	color: #ffffff !important;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-decoration: none;
	text-align: center;
}
.historyback:hover {
	background-color: #e98f2f;
}
.sendmsg {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 30px;
	color: #FF0000;
	margin-top: 20px;
	text-align: center;
}
.radio_rtn_btn {
	display: block;
	padding: 15px 40px;
	margin: 0 auto;
	font-size: 1.2em;
	border-style: none;
	background-color: #dc4c48;
	color: #ffffff !important;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-decoration: none;
	text-align: center;
}
.tv_rtn_btn {
	display: block;
	padding: 15px 40px;
	margin: 0 auto;
	font-size: 1.2em;
	border-style: none;
	background-color: #dc4c48;
	color: #ffffff !important;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-decoration: none;
	text-align: center;
}
.form-radio-errmsg-area {
	margin: 0 auto 20px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #dddddd;
}
.form-radio-errmsg-area-in {
    padding: 10px;
}
.errmsg-radio {
	color: #ff0000;
	font-size: 90%;
	text-align: left;
}

/* 撮レダガ！応募フォーム */
.toredaga-title {
	color: #1886e4;
	margin: 20px 0 10px;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	line-height: 160%;
}
.form-toredaga-submit-area {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 15px 0;
	text-align: center;
}
.form-toredaga-errmsg-area {
	width: 95%;
	margin: 0 auto 10px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #dddddd;
}
.form-toredaga-errmsg-area-in {
    padding: 10px 20px 10px 20px;
}
.errmsg-toredaga {
	color: #ff0000;
	font-size: 90%;
	text-align: left;
}

.form-window-in {
	padding: 10px 20px 10px 20px;
}
.form-h3-01 {
	border-left: 3px solid #5dbaeb;
	padding: 2px 4px 2px 15px;
	clear: both;
}
.form-h3-01 h3 {
	font-size: 120%;
	font-weight: bold;
	display: inline;
	margin-right: 30px;
}
.form-h3-01 .hissu {
	border: 1px solid #ff0000;
	color: #ff0000;
	font-size: 80%;
	display: inline;
	margin-right: 20px;
	padding: 3px;
}
.form-h3-01 .hissu2 {
	color: #125fd2;
	display: inline;
	margin-right: 20px;
	padding: 2px;
}
.form-input {
	padding: 25px 0px 10px 15px;

}
hr {
	border: 0 none;
	height: 2px;
	color: #eeeeee;
	background-color: #eeeeee;
	margin: 10px 0 20px 0;
	overflow: hidden;
}

input#submit_button {
	width: 50%;
	height: 50px;
	padding: 15px 40px;
	font-size: 1.2em;
	border-style: none;
	background-color: #2eabd3;
	color: #ffffff;
	font-weight: bold;
	border-radius: 8px;
  	-webkit-border-radius: 8px;
  	-moz-border-radius: 8px;
}

.clf {
border-bottom: solid 2px;
border-bottom-color: #eeeeee;
margin: 0px 0px 20px 0px;
}

.clf:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}

/*\*/
* html .clf {
height: 1px;
overflow: visible;
}
/**/

p.contact-form-information {
font-size: 14px;
line-height: 1.5em;
/* 20181227 修正 */
width: 100%;
margin: 0;
}

/* 20181227追記 */
#contactform {
	width: 100%;
    border: 2px solid #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: left;
    border-radius: 10px;
    margin-bottom: 20px;
}

div.contact-form {
/* 20181227 修正 */
/*
	border-top: 1px solid #C1C1C1;
	text-align: left;
*/
	width: 100%;
	margin-top: 30px;
}

/* 20181227 修正 */
div.contact-form div.contact-form-field{
	/*
padding: 20px 0 20px 0;
border-left: 1px solid #C1C1C1;
border-right: 1px solid #C1C1C1;
border-bottom: 1px solid #C1C1C1;
width: auto;
*/
	padding: 2px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

div.contact-form div.contact-form-submit {
	text-align: center;
	padding: 20px 0 20px 0;
	/*
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	*/
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: auto;
}

div.contact-form div.contact-form-field.highlight {
background: url(../images/cf-field-bg.gif) repeat;
}

div.contact-form div.contact-form-submit input {
	-webkit-appearance: none;
	/* �p�ۂ̎w�� */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 25px;
	background-color: #2eabd3;
	color: #FFFFFF;
	width: 150px;
	font-size: 130%;
	font-weight: bold;

}

div.contact-form div.contact-form-submit input:hover {
background-color: #259fa3;
}
div.contact-form-submit {
	background-color: #dddddd;
}
div.contact-form div.contact-form-field p.form-label {
display: block;
margin: 0;
padding: 0 0 0 10px;
font-weight: bold;
line-height: 1.2em;
color: #333333;
width: 100%;
font-size: 100%;
text-align: left;
border-left: 3px solid #5dbaeb;
clear: both;
/* 20181227 修正 */
/*
text-align: left;
font-size: 14px;
*/
}

div.contact-form div.contact-form-field p.form-label span.must {
/* 20181227 修正 */
/*
display: block;
margin: 3px 0 0 0;
font-size: 10px;
color: #FF3333;
*/
	border: 1px solid #ff0000;
	color: #ff0000;
	font-size: 90%;
	display: inline;
	margin-right: 20px;
	padding: 3px;
	margin-left: 10px;
}
div.contact-form div.contact-form-field p.form-label span.hissu2 {
	color: #125fd2;
	font-size: 90%;
	display: inline;
	margin-right: 20px;
	padding: 2px;
}

div.contact-form div.contact-form-field p.form-label span.description {
display: block;
padding: 3px 0 0 0;
font-weight: normal;
font-size: 12px;
color: #646464;
}

div.contact-form div.contact-form-field .form-element {
display: block;
padding:5px;
margin: 0 0 0 0;
/* 20181227 修正 */
width: 95%;
}

div.contact-form div.contact-form-field .form-element input.contact-form-text-full,
div.contact-form div.contact-form-field .form-element input.contact-form-text-middle,
div.contact-form div.contact-form-field .form-element input.contact-form-text-date,
div.contact-form div.contact-form-field .form-element input.contact-form-text-time {
padding: 7px;
border: 1px solid #C1C1C1;
}

div.contact-form div.contact-form-field .form-element input.contact-form-text-full {
	/* border: 2px solid #cccccc; */
	background: #e3f8ff;
	width: 90%;
	/*padding: 12px 10px;*/
	padding: 5px;
	color: #555555;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#form_tel, #form_tel_must {
	width: 40%;
}

div.contact-form div.contact-form-field .form-element input.contact-form-text-middle {
width: 60%;
}

div.contact-form div.contact-form-field .form-element input.contact-form-text-date {
width: 60%;
/* 20190107 */
	/* border: 2px solid #cccccc; */
	background: #e3f8ff;
	/*padding: 12px 10px;*/
	padding: 5px;
	color: #555555;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.contact-form div.contact-form-field .form-element input.contact-form-text-time {
width: 60%;
/* 20190107 */
	/* border: 2px solid #cccccc; */
	background: #e3f8ff;
	/*padding: 12px 10px;*/
	padding: 5px;
	color: #555555;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.contact-form div.contact-form-field .form-element textarea.contact-form-textarea {
padding: 7px;
width: 90%;
height: 10em;
border: 1px solid #C1C1C1;
line-height: 1.5em;
box-sizing: border-box;
transition: 0.3s;
letter-spacing: 1px;
color: #333333;
background: #e3f8ff;
border-radius: 5px;
}

div.contact-form div.contact-form-field ul.form-element li {
float: left;
/*margin-right: 8px;*/
margin-bottom: 4px;
list-style-type: none;
}

div.contact-form div.contact-form-field div.form-element ul {
float: left;
margin-left: 0;
margin-bottom: 4px;
list-style-type: none;
padding: 0px;
}

div.contact-form div.contact-form-field div.form-element ul li {
float: left;
margin-right: 8px;
margin-bottom: 5px;
margin-top: 1em;
list-style-type: none;
}

div.contact-form div.contact-form-field div.form-element p {
clear: left;
}

div.contact-form div.contact-form-field .form-element table {
width:100%;
}


div.contact-form div.contact-form-field .field_error {
display: block;
margin: 3px 0 0 0;
font-size: 12px;
color: #FF3333;
}
/* 20181228追記 */
select {
	-webkit-appearance: button;
    /*appearance: button;*/
	/* border: 2px solid #cccccc; */
	background: #e3f8ff;
	max-width: 90%;
	min-width: 20%;
	/*padding: 12px 10px;*/
	padding: 5px;
	color: #555555;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#form_postcode_address, #form_postcode_address_must, #form_postcode_address_opinion_must, #form_postcode_address_plan_must {
	width: 50%;
}
#form_postcode_address2,#form_postcode_address_must2, #form_postcode_address_opinion_must2, #form_postcode_address_plan_must2 {
	width: 90%;
}
#form_mail, #form_mail_must {
	width: 80%;
}

.form-table {
	width: 100%;
	border: 2px solid #dddddd;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	border-radius: 10px;
	/* -webkit-border-radius: 10px; */
	margin-bottom: 20px;
	display: block;
}
.form-table tbody {
	display: block;
}
.form-table tr {
	display: block;
	padding: 2px 0 10px;
	margin-left: auto;
	margin-right: auto;
	min-height: 1px;
	border-bottom: solid 2px;
	border-bottom-color: #eeeeee;
	margin: 0px 2% 20px;
}
.cell-form-question, .cell-form-input {
	display: block;
}
.form-control-label {
	display: block;
    margin: 0;
    padding: 0 0 0 10px;
    font-weight: bold;
    line-height: 1.2em;
    color: #333333;
    width: 100%;
    font-size: 100%;
    text-align: left;
    border-left: 3px solid #5dbaeb;
    clear: both;
}
.form-control-label .hint {
	display: block;
	padding: 3px 0 0 0;
	font-weight: normal;
	font-size: 12px;
	color: #646464;
}
.sr-only {
	border: 1px solid #ff0000;
    color: #ff0000;
    font-size: 90%;
    display: inline;
    margin-right: 20px;
    padding: 3px;
    margin-left: 10px;
}
.cell-form-input {
	display: block;
	margin: 0 0 0 0;
	width: 90%;
	padding: 5px 0 10px 0;
}

.form-table select {
	border: 2px solid #cccccc;
	background: #e3f8ff;
	max-width: 90%;
	min-width: 20%;
	padding: 5px;
	color: #555555;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.form-table input[type=text] {
	box-sizing: border-box;
	width: 90%;
	padding: 0.5em 0.8em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #333333;
	border: 2px solid #cccccc;
	background: #e3f8ff;
	border-radius: 8px;
}
.form-table input[type=text].form_postcode {
    width: 50%;
}

.form-table input[type=text].form_address {
    width: 90%;
}

.form-table input[type=text].form_tel {
    width: 40%;
}
.form-table textarea {
	box-sizing: border-box;
	width: 90%;
	padding: 0.5em 0.8em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #333333;
	border: 2px solid #cccccc;
	background: #e3f8ff;
	border-radius: 8px;
}
.text-muted {
/*	color: #ff0000;*/
}

.text-muted .sr-only {
	display: none;
}

.form-element tr {
	border:none;
	margin-bottom:0;
	padding-bottom: 0;
	display: table-row;
}

.custom-radio {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	position: relative;
	/* display: block; */
	overflow: hidden;
	padding: 1em 1em 1em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.custom-radio input[type=radio] {
	display: none;
}

.custom-radio .custom-control-description:before {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #cccccc;
	border-radius: 50%;
}
.custom-radio .custom-control-description:focus,
.custom-radio .custom-control-description:hover,
.custom-radio .custom-control-description:hover:before,
.custom-radio .custom-control-description:active,
.custom-radio input:checked {
	color: #125fd2;
	border-color: #125fd2;
}

.custom-radio input:checked ~ .custom-control-description {
	color: #125fd2;
}

.custom-radio input:checked ~ .custom-control-description:before {
	border-color: #125fd2;
	background: #125fd2;	
}
.custom-radio input:disabled + span {
	cursor: not-allowed;
	color: rgba(0, 0, 0, 0.5);
	background: #efefef;
}
.custom-radio input:disabled + span:hover {
	border-color: rgba(0, 0, 0, 0.1);
}
.custom-radio input:disabled + span:before {
	border-color: #ffffff;
	background: #ffffff;
}

.custom-checkbox {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	position: relative;
	/* display: block; */
	overflow: hidden;
	padding: 1em 1em 1em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.custom-checkbox input[type=checkbox] {
	display: none;
}

.custom-checkbox .custom-control-description:before {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #cccccc;
}
.custom-checkbox .custom-control-description:focus,
.custom-checkbox .custom-control-description:hover,
.custom-checkbox .custom-control-description:hover:before,
.custom-checkbox .custom-control-description:active,
.custom-checkbox input:checked {
	color: #125fd2;
	border-color: #125fd2;
}

.custom-checkbox input:checked ~ .custom-control-description {
	color: #125fd2;
}

.custom-checkbox input:checked ~ .custom-control-description:before {
	border-color: #125fd2;
	background: #125fd2;	
}
.custom-checkbox input:disabled + span {
	cursor: not-allowed;
	color: rgba(0, 0, 0, 0.5);
	background: #efefef;
}
.custom-checkbox input:disabled + span:hover {
	border-color: rgba(0, 0, 0, 0.1);
}
.custom-checkbox input:disabled + span:before {
	border-color: #ffffff;
	background: #ffffff;
}

.text-center {
	text-align: center;
}
button.contact-form-submit {
	-webkit-appearance: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 25px;
	background-color: #2eabd3;
	color: #FFFFFF;
	width: 150px;
	font-size: 130%;
	font-weight: bold;
	border-style: none;
	margin: 0 65%
}

button.contact-form-submit:hover {
	background-color: #259fa3;
	cursor : pointer;
}

.submit-tr {
	border: none;
	padding: 0;
}
.form-element .form-text01 {
	white-space: nowrap;
	font-size: 100%;
	font-weight: normal;
}
.form-element #question_form_address {
	width: 50%;
}
.form-element #question_form_address2 {
	width: 90%;
}
.form-control-feedback {
	display: block;
	margin: 3px 0 0 0;
	font-size: 12px;
	color: #FF3333;
}
.contents_area form {
	text-align: center;
}
button.event-kobetsu-btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	margin: auto;
	text-align: center;
}