@charset "utf-8";
#wrapper.contactform{
padding:80px 0 0;
}
#contact h1{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
	font-size:2em;
	padding:20px;
	color: #00A73C;
	max-width:980px;
	margin:auto;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#contact h1:before,
#contact h1:after {
	border-top: 1px solid;
	content: "";
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}
#contact h1:before {
	margin-right: 1em;
}
#contact h1:after {
	margin-left: 1em;
}
#contact h2{
	letter-spacing: 0.1em;
	margin: 0 0 25px;
	font-size:1.8em;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#contact .inner{
	max-width: 980px;
  margin: 0 auto;
	padding:30px 0 5%;
}
#contact .mandatory{
	color: #ff0064;
	border: 1px solid #ff0064;
	font-size: 0.6em;
	padding:3px 5px;
	margin-left:5px;
	white-space: nowrap;
}
#contact .optional{
	color: #999;
	border: 1px solid #999;
	font-size: 0.6em;
	padding:3px 5px;
	margin-left:5px;
	white-space: nowrap;
}
#contact .mBtm10{
	margin-bottom: 1%;
}
#contact .mBtm20{
	margin-bottom: 2%;
}
#contact .mBtm30{
	margin-bottom: 3%;
}
#contact .inputField{
	border-top: 1px solid #CCCCCC;
}
#contact dl {
	background-color:#FFFFFF;
	width:100%;
	box-sizing: border-box;
}
#contact dt {
	padding:10px 20px;
	font-weight: 700;
	box-sizing: border-box;
	line-height: 160%;
}
#contact dt .sub{
	margin:5px 0 0;
	display: inline-block;
}
#contact dd {
	padding:10px 20px 10px 0;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
}
#contact dd p{
	margin:0 0 5px;
}
#contact dd .choicerank li{
	list-style-position:inside;
}
@media (min-width: 768px) {
#contact h4{
	font-size:1.2em;
	font-weight: 700;
	padding: 5px 0 5px 10px;
	margin: 30px 0 15px;
	border-left:5px solid #00A73C;
}
#contact h4 span{
	font-size:0.8em;
	font-weight: 400;
	margin-left:20px;
}
#contact dl {
	display: table;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#contact dt {
	display: table-cell;
	vertical-align: middle;
	width:40%;
	border-bottom: 1px solid #CCCCCC;
}
#contact dd {
	display: table-cell;
	vertical-align: middle;
	width:60%;
}
#contact dd #currentsituation4text {
	margin: 20px 0 10px 15px;
}
#contact p.note{
	margin: 10px 0 0;
	font-size:0.9em;
}
}
@media (max-width: 767px) {
#wrapper.contactform{
padding:10px 0 0;
}
#contact h1:before {
	margin-right: 0.5em;
}
#contact h1:after {
	margin-left: 0.5em;
}
#contact h2{
	font-size:1.6em;
	margin: 0 0 15px;
}
#contact {
  width:100%;
	margin:0 auto;
	text-align:left;
	padding-bottom:20px;
}
#contact .inner{
	margin:0;
	padding: 10px 0 5%;
}
#contact p{
	line-height:160%;
}
#contact .formArea{
	margin: 0;
}
#contact h4{
	font-size:1.2em;
	font-weight: 700;
	padding: 5px 0 5px 10px;
	margin: 20px 15px 10px;
	border-left:3px solid #00A73C;
}
#contact h4 span{
	font-size:0.8em;
	font-weight: 400;
	margin-top:10px;
	display: inline-block;
}
#contact dt {
	padding:10px 15px 5px;
}
#contact dd {
	padding:0 15px 5px;
}
#contact p.note{
	margin: 10px 15px 0;
	font-size:0.9em;
}
}
/* Form
--------------------------------------------------*/
@media screen and (min-width: 768px) {
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"]{
	display: inline-block;
	margin: 10px 0;
	font-size:16px;
	vertical-align: middle;
	border: 1px solid #999999;
	border-radius: 4px;
    min-height: 44px;
    padding: 6px 16px;
    box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input#zipcode{
	margin-right: 10px;
}
input[type="file"]{
	margin: 10px 0;
	font-size:16px;
}
textarea {
	display: inline-block;
	margin: 10px 0;
	font-size:16px;
	border: 1px solid #999999;
    border-radius: 4px;
    padding: 6px 16px;
    box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:100%;
	height:200px;
}
select {
    border: 1px solid #999999;
    border-radius: 4px;
	margin: 10px 0;
	min-height: 44px;
    padding: 6px 30px 6px 16px;
    box-sizing: border;
	font-size:16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../contactform/images/select_arrow.svg) no-repeat right center;
}
select::-ms-expand {
	display: none;
}
select option{
    padding: 6px 16px;
}
button{
  cursor: pointer;
}
.w50{
width:50px;
}
.w100{
width:100px;
}
.w200{
width:200px;
}
.w400{
width:400px;
}
.wmax{
width:100%;
}
.h5em{
height: 5em;
}
.h15em{
height: 15em;
}
}
@media screen and (max-width: 767px) {
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"]{
	display: inline-block;
	margin: 10px 0;
	font-size:14px;
	vertical-align: middle;
	border: 1px solid #999999;
	border-radius: 4px;
    min-height: 44px;
    padding: 6px 16px;
    box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="file"]{
	margin: 10px 0;
	font-size:14px;
}
textarea {
	display: inline-block;
	width:100%;
	height: 10em;
	margin: 10px 0;
	font-size:14px;
	border: 1px solid #999999;
    border-radius: 4px;
    padding: 6px 16px;
    box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select {
    border: 1px solid #999999;
    border-radius: 4px;
	min-height: 44px;
    padding: 6px 30px 6px 16px;
    box-sizing: border;
	font-size:14px;
	margin: 10px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../contactform/images/select_arrow.svg) no-repeat right center;
}
select option{
    padding: 6px 16px;
}
.w50{
width:50px;
}
.w100{
width:100px;
}
.w200{
width:100%;
}
.w400{
width:100%;
}
.wmax{
width:100%;
}
.h5em{
height: 5em;
}
.h15em{
height: 15em;
}
}
@media screen and (max-width: 320px) {
select {
    border: 1px solid #999999;
    border-radius: 4px;
    min-height: 40px;
    padding: 4px 26px 4px 14px;
    box-sizing: border;
	font-size:14px;
	margin: 10px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../contactform/images/select_arrow.svg) no-repeat right center;
}
}
:placeholder-shown {
    color: #CCCCCC; 
		}
::-webkit-input-placeholder {
    color: #CCCCCC; 
		}
:-moz-placeholder {
    color: #CCCCCC; 
		opacity: 1; 
		}
::-moz-placeholder {
    color: #CCCCCC; 
		opacity: 1;
		}
:-ms-input-placeholder {
    color: #CCCCCC; 
		}
		
/* radio button
--------------------------------------------------*/
#contact ul.single li{
	list-style: none;
	margin-right:2em;
}
#contact ul.single li input{
	margin: 0 0.5em 0 0;
}
@media (min-width: 1px) {
#contact ul.single.mhidden{
	margin:0 0 -16px;
}
#contact ul.single li{
	padding: 0;
}
#contact ul.single li input{
	display: none;
}
#contact ul.single li label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 10px 0 10px 34px;
	line-height: 1;
}
#contact ul.single li label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top:-10px;
	border-radius: 50%;
	border: 2px solid #cccccc;
	background: #FFFFFF;
}
#contact ul.single li input[type="radio"]:checked + label:before{
	border: 2px solid #ff0064;
}
#contact ul.single li input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-left: 5px;
	border-radius: 50%;
	background: #ff0064;
}
}
@media (max-width: 767px){
#contact ul.single li label{
	line-height: 140%;
}
}
/* check box
--------------------------------------------------*/
#contact ul.multiple li{
	list-style: none;
	cursor: pointer;
	margin:10px 0;
}
#contact ul.multiple li a{
	color: #ff0064;
}
#contact ul.multiple input{
	margin: 0 10px 0 5px;
}
@media (min-width: 1px) {
#contact ul.multiple.mhidden{
	margin:0 0 -20px;
}
#contact ul.multiple li{
	padding:0;
	line-height: 1;
	margin:0;
}
#contact ul.multiple li.borderBtm{
	border-bottom: 1px dashed #CCCCCC;
	padding:0 0 10px;
	margin:0 0 10px;
}
#contact ul.multiple li input{
	display: none;
}
#contact ul.multiple li input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
#contact ul.multiple li input[type=checkbox] {
    display: none;
    margin: 0;
}
#contact ul.multiple li input[type=checkbox] + label {
    padding: 10px 0 10px 30px;
}
#contact ul.multiple li input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    width: 12px;
    height: 12px;
	margin-top: -9px;
    background: #FFF;
}
#contact ul.multiple li input[type=checkbox] + label::before {
    border: 2px solid #cccccc;
}
#contact ul.multiple li input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
#contact ul.multiple li input[type=checkbox]:checked + label::after {
    left: 6px;
    width: 20px;
    height: 10px;
    margin-top: -12px;
    border-left: 3px solid #ff0064;
    border-bottom: 3px solid #ff0064;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media (max-width: 767px){
#contact ul.multiple li label{
	line-height: 140%;
}
}
@media (min-width: 376px) {
#contact ul.multiple li label .multipleName .multipleNote{
	display:inline-block;
}
}


/* Button
--------------------------------------------------*/
#contact .button {
    text-align:center;
		margin:50px 0 0;
}
@media screen and (min-width: 768px) {
#contact .button button {
    min-width:180px;
	_width:180px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", "Myriad Web", "Myriad Pro", Verdana, sans-serif;
	font-size: 20px;
	letter-spacing: 0.1em;
	margin:0 10px 20px;
	padding:15px 40px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	cursor:pointer;
	border-style: none;
	background-color:#969696;
	color: #FFFFFF;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
	font-weight:bold;
}
#contact .button button:hover{
    background-color:#787878;
}
#contact .button button#contactSubmit:hover {
    background-color: rgba(0,140,50,1.0);
}
}
@media screen and (max-width: 767px) {
#contact .button {
		margin:20px 0 0;
}
#contact .button button {
    width:80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", "Myriad Web", "Myriad Pro", Verdana, sans-serif;
	font-size: 20px;
	letter-spacing: 0.1em;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
	font-weight:bold;
}
#contact button[type],
#contact button[id]{
	margin:10px 0px 15px;
	padding:10px 20px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	cursor:pointer;
	border-style: none;
	background-color:#969696;
	color: #FFFFFF;
}
}
#contact .button button#contactSubmit {
    background-color: rgba(0,167,60,1.0);
}

/* 確認・エラー画面(check,error)
--------------------------------------------------*/
#contact #confirm{
	width:100%;
	border-top: 1px solid #CCC;
}
#contact #confirm th  {
	line-height:160%;
	border-bottom: 1px solid #CCC;
	padding:10px;
	font-weight:700;
	box-sizing: border-box;
	text-align: left;
}
#contact #confirm td  {
	line-height:160%;
	border-bottom: 1px solid #CCC;
	padding:10px;
	box-sizing: border-box;
	text-align: left;
}

/*入力エラー*/
#contact strong.error {
	color:#FF0000;
}

/* Message()のメッセージ */
.message {
	text-align:center;
}

/*エラー*/
#contact span.error{ 
	color:#FF0000;
}

/*エラーなし*/
#contact span.confirm{

}
@media screen and (min-width: 768px) {
#contact #confirm th  {
	width:40%;
}
#contact #confirm td  {
	width:60%;
}
#contact span.confirm br{
    display:none
}
}
@media screen and (max-width: 767px) {
#contact #confirm th  {
	border-bottom: none;
	padding:10px 15px 0;
	display: block;
}
#contact #confirm td  {
	padding:10px 15px;
	display: block;
}
}
/* 送信完了(completion.html)
--------------------------------------------------*/
@media screen and (min-width: 768px) {
#completion .success {
	line-height: 200%;
	text-align: center;
	font-size:1.2em;
}
}
@media screen and (max-width: 767px) {
#completion {
	padding-top:10px;
}
#completion .success {
	line-height: 200%;
	text-align: center;
	font-size:1.1em;
}
}