@charset "utf-8";
p,
div,
span,
dl,
dt,
dd,
body,
html,
input[type="text"],
textarea {
	padding:0;
	margin:0;
}

body {
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

.pc_hidden {
	display:none;
}

.float_none {
	float:none;
}

.clearfix:after	{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

h2 {
	font-weight:bold;
	font-size:16px;
	letter-spacing:0.1em;
	color:#fff;
	background-color:#FF8144;
	padding:10px;
	margin:0;
	}
h3 {
	font-size:20px;
	margin:20px 0;
	padding:0;
	border-bottom: 2px dotted #767676;
}

h4 {
	font-size:130%;
	margin:20px 0;
	padding:0;
}

#wrapper {
	height: auto;
	width: 100%;
}

.coment2 {
		display:block;
		padding-left:5px;
	}

/*ヘッダー*/
#headerArea {
	height: auto;
	width: 100%;
	border-bottom: 2px solid #D7C9AB;
}
#header {
	margin: 0px auto;
	height: auto;
	width: 700px;
	text-align: left;
}

#header img {
	padding: 10px 0;
	margin-right:20px;
}


#header h1 {
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-align: right;
	position: relative;
	margin-left: 0px;
	top: 50%;
	-webkit-transform: translateY(110%);
	-ms-transform: translateY(110%);
	transform: translateY(110%);
	padding-top: 5px;
}

h1.h1_title {
	margin:0;
	padding:0;
}


/*メインイメージ*/
#teaserArea {
	height: auto;
	width: 100%;
}
#teaser {
	height: auto;
	width: 700px;
	margin:0 auto;
	padding:20px 0;
}

/*コンテンツ*/
#contentsArea {
	height: auto;
	width: 100%;
}
#contents {
	margin: 0px auto;
	height: auto;
	width: 700px;
}

.tel {
	font-weight:bold;
	color:#D72225;
	text-decoration:none;
}
#step {
	height: auto;
	width: auto;
	margin:20px 0 40px 0;
}
#formBlock {
	height: auto;
	width: auto;
	background:url(../images/form_bk.jpg) repeat;
	padding:10px;
	margin-bottom:20px;
}

#formBlock dl {
	background:#fff;
	width:auto;
	height:auto;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

#formBlock dl dt {
	height:auto;
	padding: 9px 0 0 9px;
	width:189px;
	float:left;
}

#formBlock dl dd {
	background:#fff;
	padding: 5px;
	height: auto;
	width:468px;
	float:right;
	border-left:solid 1px #ccc;
}

#formBlock dl dd textarea {
    width: 378px;
    height: 198px;
	margin-left:5px;
	padding:5px;
	border:#ccc 1px solid;
}

#formBlock dl dd textarea:focus {
    width: 378px;
    height: 198px;
}

#formBlock dl dd br {
	display: none;
}

/*#formBlock dl dd p {
	float:left;
    line-height: 20px;
}*/

#formBlock dl.formend {
	border-bottom:solid 1px #ccc;
}

input[type="text"] {
	border:#ccc 1px solid;
	height:20px;
	padding: 4px 5px;
	margin:0 5px;
}

input[type="text"]:focus {
	height:18px;
}

.form_box {
	margin:0;
	padding:0;
}

.input_text:focus {
	background:#FCF9D5;
	border:#ccc 2px solid;
}

input[type="radio"] {
	margin: 5px 0 5px 10px;
}

.input_rdo {
	padding:5px;
}

.input_rdo:valid,
input[type="checkbox"] .valid {
	background:none;
}

textarea {
	padding:2px;
}

#formBlock dl dd select {
	float:left;
	margin:0 5px 5px 5px;
	border:#ccc 1px solid;
	padding: 4px 5px;
}

#formBlock dl dd select:focus {
	background:#FCF9D5;
}

.hissu {
	font-size:12px;
	padding:0 3px;
	color:#fff;
	background:#E30C10;
	border-radius:3px;
	float:right;
	margin: 1px 10px 0 0;
}

.nini {
	font-size:12px;
	padding:0 3px;
	color:#fff;
	background:#777;
	border-radius:3px;
	float:right;
	margin: 1px 10px 0 0;
}

.hissu_2 {
	font-size:12px;
	padding:0 3px;
	color:#fff;
	background:#E30C10;
	border-radius:3px;
}

#privacy {
	margin-top: 10px;
	padding:10px 0;
	width: auto;
	border: solid 1px #ccc;
	text-align:center;
	background: #fff;
}

#privacy i.fa-files-o {
	font-size:12px;
}

#form_btn {
	text-align:center;
	height: auto;
	width: auto;
	padding:10px 0 0 0;
}

.w100 {
	width:100px;
}


.w100:focus {
	width:98px;
	padding: 4px 6px 4px 4px;
}

.w200 {
	width:200px;
}


.w200:focus {
	width:198px;
	padding: 4px 6px 4px 4px;
}

.w250 {
	width:250px;
}

.w250:focus {
	width:248px;
	padding: 4px 6px 4px 4px;
}

.w400 {
	width:400px;
}

.w400:focus {
	width:398px;
	padding: 4px 6px 4px 4px;
}

button {
	margin: 0;
    border: none;
    background: none;
}


label.error {
	font-weight:bold;
	margin:5px 0 0 5px;
	float:left;
	font-size:12px;
	color:#E30C10;
	background:#F7E8DC;
    padding: 1px 5px;
	border-radius:3px;
}
#privacy label.error {
	float:none;
}
input.error {
    background:#FCE5E6;
}

input[type="text"].valid {
	background:#E7F0FC;
}

#privacy label.message {
	float:none;
}
#ssl_block {
	height: auto;
	width: auto;
	margin-bottom: 90px;
	text-align:center;
	padding: 0 40px;
}

#ssl_block img {
	margin-bottom:10px;
	margin-right: 20px;
	float:left;
}

.input_sample {
	color:#777;
	font-size:11px;
	padding: 5px 5px 0;
}

/*フッター*/
#footerArea {
	height: auto;
	width: 100%;
	background-color: #D7C9AB;
}
#footer {
	font-size:12px;
	color:#000;
	margin: 0px auto;
	height: auto;
	width: 700px;
	text-align:center;
	padding:20px 0 80px;
}

/*セカンド*/
blockquote {
    margin: 0 0 20px 0;
    padding: 10px 30px;
    background: url(../images/form_bk.jpg) repeat;
}

blockquote.thanks_box {
	padding:60px;
}

blockquote p {
	color:#4E4E4E;
	text-align:center;
	margin:0 0 20px;
}

table.form {
	border:none;
}

table.form th {
	background:#fff;
}

#second_h2 {
	padding:0;
}


/*確認ページ*/
.submit_area {
	height:auto;
	width:400px;
	margin:0 auto;
}

.button_boxL {
	float:left;
	margin-top:10px;
}

.button_boxR {
	float:right;
	margin-top:10px;
}

.button_back {
    height: 45px;
    width: 157px;
    background:url(/form_efo/images/check_back.jpg) no-repeat;
	border:0;
	margin-right:20px;
}

.button_submit {
    height: 45px;
    width: 221px;
    background:url(/form_efo/images/check_submit.jpg) no-repeat;
	border:0;
	text-indent:-9999px;
	margin:0;
}

input[type="submit"] {
	margin:0;
}

/*サンクスページ*/
#contents p.msg,
#contents p.msg2 {
	color:#4E4E4E;
	margin:0 0 20px;
	text-align:left;
	line-height:50px;
}

#contents p.msg_top {
	color:#4E4E4E;
	margin:0 0 20px;
	text-align:left;
}

#contents p.msg a{
	text-decoration:none;
	color:#D70003;
}

.tel a{
	text-decoration:none;
	color:#D70003;
}

.submit_area2 {
	height:auto;
	width:157px;
	margin: 40px auto 0;
}
.top_back {
    height: 45px;
    width: 157px;
    background:url(/form_efo/images/top_back.jpg) no-repeat;
	border:0;
}

.vlineM{
	vertical-align:middle;
}

.lineh28{
	line-height:28px;
}

.lineh35{
	line-height:35px;
}

.pl40{
	padding-left:40px;
}
.pb40{
	padding-bottom:40px;
}

.ml40{
	margin-left:40;
}

.mb5{
	margin-bottom:5px;
}

.mt5{
	margin-top:5px;
}


.form-control.error{
    background: #FCE2E2;
}



/*///////////テーブル//////////////////*/
/* テーブル
------------------------------ */
.styled table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 20px;
}
.styled .table {
	margin: 10px 20px;
}

.styled .table th,
.styled .table td {
	padding: 8px 10px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #CCCCCC;
}

.styled .table th {
	font-weight: bold;
	background: #EEE;
}

.styled .table thead th {
  vertical-align: bottom;
}

.styled .table caption + thead tr:first-child th,
.styled .table caption + thead tr:first-child td,
.styled .table colgroup + thead tr:first-child th,
.styled .table colgroup + thead tr:first-child td,
.styled .table thead:first-child tr:first-child th,
.styled .table thead:first-child tr:first-child td {
  border-top: 0;
}

.styled .table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.styled .table-condensed th,
.styled .table-condensed td {
  padding: 4px 5px;
}

.styled .table-bordered {
	border-collapse: separate;

  *border-collapse: collapse;
	border-left: 0 solid #CCCCCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.styled .table-bordered th,
.styled .table-bordered td {
	border-left: 1px solid #CCCCCC;
}

.styled .table-bordered caption + thead tr:first-child th,
.styled .table-bordered caption + tbody tr:first-child th,
.styled .table-bordered caption + tbody tr:first-child td,
.styled .table-bordered colgroup + thead tr:first-child th,
.styled .table-bordered colgroup + tbody tr:first-child th,
.styled .table-bordered colgroup + tbody tr:first-child td,
.styled .table-bordered thead:first-child tr:first-child th,
.styled .table-bordered tbody:first-child tr:first-child th,
.styled .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.styled .table-bordered thead:first-child tr:first-child th:first-child,
.styled .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.styled .table-bordered thead:first-child tr:first-child th:last-child,
.styled .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.styled .table-bordered thead:last-child tr:last-child th:first-child,
.styled .table-bordered tbody:last-child tr:last-child td:first-child,
.styled .table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.styled .table-bordered thead:last-child tr:last-child th:last-child,
.styled .table-bordered tbody:last-child tr:last-child td:last-child,
.styled .table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.styled .table-bordered caption + thead tr:first-child th:first-child,
.styled .table-bordered caption + tbody tr:first-child td:first-child,
.styled .table-bordered colgroup + thead tr:first-child th:first-child,
.styled .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.styled .table-bordered caption + thead tr:first-child th:last-child,
.styled .table-bordered caption + tbody tr:first-child td:last-child,
.styled .table-bordered colgroup + thead tr:first-child th:last-child,
.styled .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.styled .table-striped tbody tr:nth-child(odd) td,
.styled .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.styled .table-hover tbody tr:hover td,
.styled .table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

.cluster-event {
	margin-top:3em;
}

.cluster-form {
	margin-top:2em;
}

.big {
	font-size:150%;
}
.morebig {
	font-size:200%;
}
.event-title {
	margin:1em auto;
	text-align: center;
	line-height:250%;
}
.event-point {
	margin-top:3em;
	border: 1px solid #969696;
	border-radius: 5px;
	padding: 1em;
}
.event-point li {
	font-size:115%;
	list-style-type: none;
}
.event-point li strong {
	color:#c00;
}
@media (min-width: 640px) {
	/*.event-point li+li {
		border-top:2px dashed #e0e0e0;
		margin-top:5px;
		padding-top:5px;
	}*/
}

.event-point-footer {
	margin:3em auto;
	text-align:center;
}
.morepoint {
	color:#fff;
	background:#D70003;
	border-radius:3em;
	margin-top:2em;
	padding:2em;
}


#contents {
	padding:0 15px;
}

h3 {
	color:#3371c4;
	margin:0 0 10px;
}

.event-data-date {
	border:1px solid #ccc;
	border-radius:20px;
	padding:2em;
	text-align:center;
}
.event-data-date ul {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	list-style:none;
	margin:0 0 2em;
	padding:0;
}
.event-data-date li {
	box-sizing:border-box;
	width:100%;
	border:1px solid #ccc;
	border-radius:20px;
	padding:2em;
	margin:0;
}
	.event-data-date li+li {
		margin-top:1em;
	}
@media (min-width: 640px) {
	.event-data-date li {
		width:45%;
	}
	.event-data-date li+li {
		margin-top:0;
	}
}
.event-data-date li:nth-child(1) {
    background:#b7dfff;
}
.event-data-date li:nth-child(2) {
    background:#ffb1b1;
}
.event-data-date li:nth-child(3) {
	background:#e0e0e0;
}

.event-data-list {
	margin-top:1em;
	border:1px solid #ccc;
	border-radius:20px;
	padding:2em;
}
.event-data-list h3 {
	margin:0 0 5px;
	text-align:center;
}
.event-data-list iframe {
	width:100%;
	height:250px;
	margin-bottom:10px;
}
@media (min-width: 640px) {
	.event-data-list {
		text-align:center;
	}
}

.event-image img {
	width:100%;
	height:auto;
	border-radius:20px;
	margin:1em auto;
}

	

.event-data-koushi {
	width:45%;
	text-align:center;
	margin:0.5em;
	float:left;
	text-align:center;
}
.event-data-koushi p img {
	width:100%;
	border-radius:100%;
	margin-bottom:10px;
}
.event-koushi {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0;
	padding:0;
}
.event-koushi * {
	box-sizing: border-box;
}
.event-koushi-item {
	width:50%;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	padding:1em;
}
@media (max-width: 640px) {
	.event-koushi {
		flex-direction: column;
	}
	.event-koushi-item {
		width:100%;
	}
}

.event-koushi-image {
	width:100px;
	margin-right:1em;
}
.event-koushi-image img {
	width:100%;
}

.tel-button {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.tel-button a {
	display:block;
	width:45%;
	background:#3371c4;
	border-radius:10px;
	color:#fff;
	border:1px solid #e0e0e0;
	padding:1%;
	margin-bottom:10px;
	text-decoration: none;
}
@media (max-width: 640px) {
	.tel-button {
		display:block;
	}
	.tel-button a {
		width:95%;
		margin:10px auto 0;
	}
}