/* common */
#containerOther{
	margin: 0 auto;
	padding:40px 0 100px;
	width:1000px;
}

.head03{
    font-family: "Josefin Slab",serif;
    font-size: 45px;
    font-weight: normal;
    line-height: 60% !important;
    margin: 20px 0 55px;
    text-align: center;
}

.head03 span {
    font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic";
    font-size: 12px;
}

.mv{
	margin-bottom:30px;
}

.section {
    padding: 40px 0 40px;
}


/*----------------------------------------------------
	☆form
----------------------------------------------------*/
.formTbl{
	margin-bottom: 40px;
}
.formTbl table{
	border-collapse:collapse;
	border-left:2px solid #FFF;
	border-top:2px solid #FFF;
	width:100%;
}

.formTbl table th,
.formTbl table td{
	background-color:#FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right:2px solid #FFF;
	border-bottom:5px solid #FFF;
	line-height:1.4;
	padding:10px 10px 7px;
	text-align:left;
	vertical-align: top;
}
.formTbl table td{
	padding:0 10px;
}
.formTbl table th{
	background-color:#EBEBEB;
	text-align: center;
	width: 30%;
}



p.subscribeBtn{
	text-align: center;
}

p.subscribeBtn input{
	background-color:#30B69E;
	border:1px solid #30B69E;
	color:#FFF;
	display:inline-block;
	padding:15px 100px 13px;
	line-height:140%;
	font-size: 16px;
	cursor: pointer;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 20px;
}

p.subscribeBtn input:hover{
	background-color:#FFF;
	color:#30B69E;
}

p.subscribeBtn input.gray{
	background-color: #666;
	border:1px solid #666;
	color:#FFF;
}

p.subscribeBtn input.gray:hover{
	background-color:#ddd;
	color:#000;
}

input {
	font-family: Avenir,"Open Sans","Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

input.textFocus {
	color:#333;
}

input.wSS,
input.wS,
input.wM,
input.wL,
input.wLL {
	background-color:#FCFBF8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #CCC;
	line-height: 140%;
	padding:8px 10px;
}

input {
	vertical-align:middle;
}

.wSS { width: 85px;}
.wS { width: 170px;}
.wM { width: 270px;}
.wL { width: 470px;}
.wLL { width: 340px;}
.imeOn { ime-mode: active;}
.imeOff { ime-mode: disabled;}

textarea.txtarea {
	background-color:#FCFBF8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #CCC;
	height: 200px;
	padding:10px;
	width: 100%;
}

option {
	font-size:14px!important;
}

label {
	cursor: pointer;
}

label:hover {
	color:#999;
}

input[type="checkbox"], input[type="radio"] {
	margin-right:3px;
}

.formErr {
	color:#E54E52;
	font-weight:bold;
}

select.slctArea{
	background-color:#FCFBF8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #CCC;
	margin-bottom: 5px;
	padding:8px;
}

input.inputErr,
textarea.inputErr {
	background-color:#FADFDE;
}

input:focus,
select:focus,
textarea:focus{
	background-color: #EEE;

}


.req {
	color:#FE797A;
	margin-left:3px;
	font-weight: bold;
	padding:2px 5px;
	margin-right: 3px;
	vertical-align:middle;
}

.errText{
	background-color: #fee8e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    color: #db584b;
    font-size: 11px;
    padding: 1%;
    margin-top: 5px;
}

.cauText{
	color: #db584b;
    font-size: 11px;
	line-height: 1.4!important;
	margin-top: 5px;
}

.formBox{
	border: 1px solid #C0E3DC;
	box-sizing: border-box;
	padding: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.formBox .link{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
}
.formBox .link a{
	text-decoration: underline;
}


/*contact*/
#tab{
	margin-bottom: 40px;
	overflow: hidden;
	zoom: 1;
}
#tab li{
	float: left;
	width: 49%;
}
#tab li+li{
	float: right;
}
#tab li a{
	background-color: #FFF;
	border: 2px solid #30B69E;
	border-radius: 5px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding: 12px 0;
	letter-spacing: 5px;
}
#tab li:hover a,
#tab li.current a{
	background-color: #C8F6E9;
	text-decoration: none;
}
.pamph{
	background-color: #EEE;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.formHead{
	font-size: 16px;
	margin-bottom: 10px;
}
.marulist{
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	padding: 20px 0;
}
.marulist li::before{
	content: '・';
}
.marulist li{
	margin-bottom: 5px;
	font-size: 16px;
	text-indent: -1em;
	padding-left: 1em;
}

.formBtn a{
	background-color:#30B69E;
	border:1px solid #30B69E;
	color:#FFF;
	display:inline-block;
	padding:15px 100px 13px;
	line-height:140%;
	font-size: 16px;
	cursor: pointer;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 20px;
}

.formBtn a:hover{
	background-color:#FFF;
	color:#30B69E;
}
.fltList li{
	display: inline;
	margin-right: 20px;
}

.link{
	text-decoration: underline !important;	
}

.inr{
	box-sizing: border-box;
	padding: 0 30px;	
}