<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 {
	margin: 20px auto 30px auto;
	width: 960px;
}
.tleft {
	text-align: left;
}

/* メッセージフォーム */
#form-area {
	width: 960px;
	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: 20px;
}
.form-comment1 {
	width: 880px;
	background-color:#eeeeee;
	margin: 0 auto 20px auto;
	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}
.form-comment1 p {
	padding: 12px 20px;
}
.form-window {
	width: 880px;
	border: 2px solid #dddddd;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}
.form-window-in {
	padding: 30px 40px 30px 40px;
}
.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;
}
.form-design1 {
	font: 15px/24px sans-serif;
	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;
}
.form-design1:focus {
	border: 2px solid #5dbaeb;
	background: #ffffff;
	outline: none;
}
/* Chrome *//* placeholder属性 */
::-webkit-input-placeholder {
  color: #89abb6;
}
/* Firefox */
::-moz-placeholder {
  color: #888888;
}
/* IE */
:-ms-input-placeholder {
  color: #888888;
}


/* ラジオボタン　https://copypet.jp/749/ */
.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: list-item;
	overflow: hidden;
	padding: 1em 1em 0em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	        transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
}
.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: list-item;
	overflow: hidden;
	padding: 1em 1em 0.5em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	        transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
}
.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-input select {
	border: 2px solid #cccccc;/* ボックスの境界線を実線で指定する */
	background: #e3f8ff;
	width: 250px;	/* ボックスの高さを指定する */
	padding: 12px 10px;	/* ボックス内側の余白を指定する */
	color: #555555;	/* フォントの色を指定 */
	font-weight: bold;
	border-radius: 8px;
  	-webkit-border-radius: 8px;
  	-moz-border-radius: 8px;
}
.form-input select:focus {
	border: 2px solid #5dbaeb;
	background: #ffffff;
	outline: none;
}
.form-text01 {
	font-size: 110%;
	font-weight: bold;
	margin-right: 10px;
}

/* 送信 */
.form-submit-area {
	width: 880px;
	border: 2px solid #dddddd;
	background-color: #dddddd;
	margin: 0 auto 20px auto;
	padding: 15px 0;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
input#submit_button {
	width: 250px;
	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;
}
input#historyback {
	width: 250px;
	height: 50px;
	padding: 15px 40px;
	margin: 0 30px;
	font-size: 1.2em;
	border-style: none;
	background-color: #eea82f;
	color: #ffffff;
	font-weight: bold;
	border-radius: 8px;
  	-webkit-border-radius: 8px;
  	-moz-border-radius: 8px;
}
input#submit_button:hover {
	background-color: #259fa3;
}
.historyback:hover {
	background-color: #e98f2f;
}
.historyback {
	display: block;
	width: 250px;
	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;
}

/* Apple Birth Campaign */
.abc-title, .movie-form-title {
	margin: 20px 0 20px;
	text-align: center;
	font-size: 200%;
	line-height: 160%;
}
.form-abc-window, .form-movie-window, .form-toredaga-window {
	width: 880px;
	border: 2px solid #dddddd;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 12px;
}
.form-abc-info  {
	width: 880px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0px 12px 0px;
}
.form-abc-submit-area, .form-movie-submit-area, .form-toredaga-submit-area {
	width: 880px;
	margin: 0 auto 20px auto;
	padding: 15px 0;
}
.form-abc-errmsg-area, .form-movie-errmsg-area, .form-radio-errmsg-area, .form-toredaga-errmsg-area {
	width: 420px;
	margin: 0 auto 20px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #dddddd;
}
.form-abc-errmsg-area-in, .form-movie-errmsg-area-in, .form-radio-errmsg-area-in, .form-toredaga-errmsg-area-in {
    padding: 30px 40px 30px 40px;
}
.errmsg-abc, .errmsg-movie, .errmsg-radio, .errmsg-toredaga {
	color: #ff0000;
	font-size: 90%;
	text-align: left;
}
.sendmsg {
	font-size: 120%;
	font-weight: bold;
	padding-bottom:30px;
	color:#FF0000;"
}
.return-abc-top {
	width: 380px;
	height: 50px;
	padding: 15px 40px;
	margin: 0 30px;
	font-size: 1.2em;
	border-style: none;
	background-color: #eea82f;
 	color: #ffffff;
 	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
}
.return-abc-top:hover {
	background-color: #e98f2f;
}
td {
	padding: 3px;
}
/* 赤ちゃん写真大募集！ */
.baby-photo-title {
	color: #f93;
	margin: 20px 0 10px;
	text-align: center;
	font-size: 240%;
	line-height: 160%;
}
.form-comment-text {

}
/* 撮レダガ！応募フォーム */
.toredaga-title {
	color: #1886e4;
	margin: 20px 0 10px;
	text-align: center;
	font-size: 240%;
	font-weight: bold;
	line-height: 160%;
}

/* ラジオ番組投稿フォーム */
.radio_rtn_btn {
	display: block;
	width: 250px;
	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;
}
.radio_rtn_btn:hover {
	background-color: #db3a35;
}

/* テレビ番組投稿フォーム */
.tv_rtn_btn {
	display: block;
	width: 250px;
	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:hover {
	background-color: #db3a35;
}

.clf {
min-height: 1px;
	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 {
	width: 800px;
	margin: 40px auto 0px auto;
	font-size: 14px;
	line-height: 1.5em;
}
/* 20181225�ǋL */
#contactform {
	width: 880px;
	border: 2px solid #dddddd;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	border-radius: 10px;
	margin-bottom: 20px;
}

div.contact-form {
	margin-top: 30px;
/*
border-top: 1px solid #C1C1C1;
width: 520px;
text-align: left;
*/
}

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: 518px;
*/
	padding: 2px 0px 10px 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
div.contact-form div.contact-form-submit {
	width: 880px;
	text-align: center;
}

div.contact-form div.contact-form-field.highlight {
/*background: url(../images/cf-field-bg.gif) repeat;*/
}

div.contact-form div.contact-form-submit input {
/*
margin-left: 190px;
padding: 5px 25px;
border: 1px solid #CCCCCC;
background-color: #656565;
color: #FFFFFF;
*/
	width: 250px;
	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;
}

div.contact-form div.contact-form-submit input:hover {
/*background-color: #999999;*/
background-color: #259fa3;
}
/* 20181225�ǋL */
div.contact-form-submit {
	width: 800px;
	padding: 15px 0;
}
div.contact-form div.contact-form-field p.form-label {
display: block;
/*float: left;*/
margin: 0;
padding: 0 25px 0 10px;
/*width: 155px;*/
/*text-align: right;*/
font-weight: bold;
/*font-size: 14px;*/
line-height: 1.2em;
color: #333333;
	font-size: 120%;
	text-align: left;
	border-left: 3px solid #5dbaeb;
	padding: 2px 4px 2px 15px;
	clear: both;
}

div.contact-form div.contact-form-field p.form-label span.must {
/*
display: block;
margin: 3px 0 0 0;
font-size: 10px;
color: #FF3333;
*/
	border: 1px solid #ff0000;
	color: #ff0000;
	font-size: 65%;
	display: inline;
	margin-right: 20px;
	padding: 3px;
	margin-left: 30px;
}

/* 20181226�ǋL */
div.contact-form div.contact-form-field p.form-label span.hissu2 {
	color: #125fd2;
	font-size: 80%;
	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;
/*float: left;*/
margin: 0 0 0 0;
/*width: 290px;*/
	width: 800px;
	padding: 25px 0px 10px 15px;
}

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 {
/*	width: 292px;*/
	width: 300px;
	font: 15px/24px sans-serif;
	box-sizing: border-box;
/*	width: 100%;*/
	padding: 0.5em 0.8em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #333333;
	border: 2px solid #cccccc;
	background: #e3f8ff;
	border-radius: 8px;
}

div.contact-form div.contact-form-field .form-element input.contact-form-text-full:focus {
	border: 2px solid #5dbaeb;
	background: #ffffff;
	outline: none;
}

div.contact-form div.contact-form-field .form-element input.contact-form-text-middle {
width: 150px;
}

div.contact-form div.contact-form-field .form-element input.contact-form-text-date {
width: 90px;
/* 20190107追記 */
	border: 2px solid #cccccc;
	background: #e3f8ff;
	padding: 12px 10px;
	color: #555555;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.contact-form div.contact-form-field .form-element input.contact-form-text-time {
width: 90px;
/* 20190107追記 */
	border: 2px solid #cccccc;
	background: #e3f8ff;
	padding: 12px 10px;
	color: #555555;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.contact-form div.contact-form-field .form-element textarea.contact-form-textarea {
/*
padding: 7px;
width: 292px;
height: 10em;
border: 1px solid #C1C1C1;
line-height: 1.5em;
*/
	font: 15px/24px sans-serif;
	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;
}

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;
}

div.contact-form div.contact-form-field div.form-element ul li {
float: left;
margin-right: 8px;
margin-bottom: 4px;
list-style-type: none;
/* 20181225�ǋL */
	font-weight: bold;
	margin-right: 10px;
}

div.contact-form div.contact-form-field div.form-element p {
clear: left;
}

div.contact-form div.contact-form-field .field_error {
display: block;
margin: 3px 0 0 0;
font-size: 12px;
color: #FF3333;
}
/* �ȉ�20181225�ǋL */
select {
	border: 2px solid #cccccc;
	background: #e3f8ff;
	max-width: 780px;
	min-width: 80px;
	padding: 12px 10px;
	color: #555555;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

select:focus {
	border: 2px solid #5dbaeb;
	background: #ffffff;
	outline: none;
}

/* 20181228追記 */
/*
#form_radioname_must {
	width: 300px;
}
#form_name, #form_name_must, #form_keyword_must {
	width: 300px;
}
#form_mail, #form_mail_must {
	width: 300px;
}
*/
#form_postcode_address, #form_postcode_address_must, #form_postcode_address_opinion_must, #form_postcode_address_plan_must {
	width: 150px;
}
#form_postcode_address2, #form_postcode_address_must2, #form_postcode_address_opinion_must2, #form_postcode_address_plan_must2 {
	width: 600px;
}
#form_tel, #form_tel_must {
	width: 200px;
}




.form-table {
	width: 880px;
	border: 2px solid #dddddd;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 30px 0 0;
}
.form-table tr {
	display: block;
	padding: 2px 0px 10px 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	min-height: 1px;
	border-bottom: solid 2px;
	border-bottom-color: #eeeeee;
	margin: 0px auto 20px;
}
.cell-form-question, .cell-form-input {
	display: block;
}
.form-control-label {
	display: block;
	/* float: left; */
	margin: 0;
	padding: 0 25px 0 10px;
	/* width: 155px; */
	/* text-align: right; */
	font-weight: bold;
	/* font-size: 14px; */
	line-height: 1.2em;
	color: #333333;
	font-size: 120%;
	text-align: left;
	border-left: 3px solid #5dbaeb;
	padding: 2px 4px 2px 15px;
	clear: both;
}
.form-control-label .hint {
	display: block;
	padding: 3px 0 0 0;
	font-weight: normal;
	font-size: 12px;
	color: #646464;
}
.cell-form-input {
	display: block;
	/* float: left; */
	margin: 0 0 0 0;
	/* width: 290px; */
	width: 800px;
	padding: 25px 0px 10px 15px;
}

.form-table select {
	border: 2px solid #cccccc;
	background: #e3f8ff;
	max-width: 780px;
	min-width: 80px;
	padding: 12px 10px;
	color: #555555;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.form-table input[type=text] {
	font: 15px / 24px sans-serif;
	box-sizing: border-box;
	width: 300px;
	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: 150px;
}

.form-table input[type=text].form_address {
    width: 600px;
}

.form-table input[type=text].form_tel {
    width: 200px;
}

.form-table textarea {
	font: 15px / 24px sans-serif;
	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 #question_form_address {
	width: 150px;
}
.form-table #question_form_address2 {
	width: 600px;
}

.sr-only {
	border: 1px solid #ff0000;
	color: #ff0000;
	font-size: 80%;
	display: inline;
	margin-right: 20px;
	padding: 3px;
	margin-left: 30px;
}

.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;
	position: relative;
	display: inline-flex;
	overflow: hidden;
	padding: 1em 1em 0em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
	list-style-type: none;
}

.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: inline-flex;
	overflow: hidden;
	padding: 1em 1em 0em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
	list-style-type: none;
}

.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 {
	width: 250px;
	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;
	margin: 0 275px;
}
button.contact-form-submit:hover {
	background-color: #259fa3;
	cursor : pointer;
}

.submit-tr {
	border: none;
	padding: 0;
}
.form-control-feedback {
	display: block;
	margin: 3px 0 0 0;
	font-size: 12px;
	color: #FF3333;
}
button.event-kobetsu-btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}</pre></body></html>