@charset "utf-8";
#contact .inner{
	max-width: 980px;
  margin: 0 auto;
	padding:0 0 50px;
}
#contact .mandatory{
	color: #fa6496;
	border: 1px solid #fa6496;
	font-size: 0.8em;
	padding:5px 10px;
	margin-left:1em;
}
#contact .mBtm10{
	margin-bottom: 1%;
}
#contact .mBtm20{
	margin-bottom: 2%;
}
#contact .mBtm30{
	margin-bottom: 3%;
}
#contact table {
	width:100%;
	margin-bottom:40px;
}
#contact table#confirm{
	border-top: 1px solid #CCCCCC;
}
#contact th {
	padding:1em 1.5em;
	text-align:center;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: middle;
	font-weight: bold;
	white-space: nowrap;
	line-height:180%;
}
#contact td {
	padding:1em 1.5em 1em 1.5em;
	text-align:left;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: middle;
	width:100%;
}
@media (max-width: 767px) {
#contact .inner{
	margin:0;
	padding: 0 0 20px;
}
#contact table {
	width:100%;
	margin-bottom:15px;
	border-right: none;
	border-left: none;
}
#contact table#confirm{
	border-top: 1px solid #CCCCCC;
}
#contact th {
	padding:15px 15px 0 15px;
	text-align:left;
	vertical-align: middle;
	font-weight: bold;
	white-space: normal;
	display:block;
	line-height:150%;
	box-sizing: border-box;
	border-bottom: none;
}
#contact td {
	padding:10px 15px 15px;
	text-align:left;
	border-bottom: 1px solid #CCCCCC;
	display:block;
	vertical-align: middle;
	font-size:0.9em;
	box-sizing: border-box;
}
}
/* Form
--------------------------------------------------*/
@media screen and (min-width: 768px) {
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"]{
	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(../images/select_arrow.svg) no-repeat right center;
}
select::-ms-expand {
	display: none;
}
select option{
    padding: 6px 16px;
}
button{
  cursor: pointer;
}
.w100{
width:100px;
}
.w200{
width:200px;
}
.w400{
width:400px;
}
.w600{
width:600px;
}
.h5em{
height: 5em;
}
.h15em{
height: 15em;
}
}
@media screen and (max-width: 767px) {
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"]{
	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(../images/select_arrow.svg) no-repeat right center;
}
select option{
    padding: 6px 16px;
}
.w100{
width:100px;
}
.w200{
width:100%;
}
.w400{
width:100%;
}
.w600{
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(../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
--------------------------------------------------*/
ul.single li{
	list-style: none;
}
ul.single li input{
	margin: 0 0.5em 0 0;
}
@media (min-width: 1px) {
ul.single.mhidden{
	margin:0 0 -16px;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.single li{
	padding: 0;
}
ul.single li input{
	display: none;
}
ul.single li label{
	display: block;
	position: relative;
	padding: 15px 0;
	line-height: 1;
	border: 1px solid #999999;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
	background-color: #FFFFFF;
	text-align: center;
	font-size:1.2em;
}
ul.single li input[type=radio]:checked + label {
    border: 1px solid #fa6496;
		color:#fa6496;
}
ul.single li input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 20px;
    width: 20px;
    height: 10px;
    margin-top: -8px;
    border-left: 3px solid #fa6496;
    border-bottom: 3px solid #fa6496;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media (min-width: 768px) {
ul.single li{
	width:calc((100% - 40px) / 3);
	margin:10px 20px 10px 0;
}
ul.single li:nth-child(3n){
	margin-right:0;
}
ul.single li label{
	cursor: pointer;
}
}
@media (max-width: 767px){
ul.single li{
	width:calc((100% - 15px) / 2);
	margin:10px 15px 5px 0;
}
ul.single li:nth-child(2n){
	margin-right:0;
}
ul.single li input[type=radio]:checked + label::after {
    left: 14px;
		margin-top: -9px;
}
}
/* check box
--------------------------------------------------*/
ul.multiple li{
	list-style: none;
	cursor: pointer;
	margin:10px 0;
}
ul.multiple li a{
	color: #fa6496;
}
ul.multiple input{
	margin: 0 10px 0 5px;
}
@media (min-width: 1px) {
ul.multiple.mhidden{
	margin:0 0 -20px;
}
ul.multiple li{
	padding:0;
	line-height: 1;
	margin:0;
}
ul.multiple li.borderBtm{
	border-bottom: 1px dashed #CCCCCC;
	padding:0 0 10px;
	margin:0 0 10px;
}
ul.multiple li input{
	display: none;
}
ul.multiple li input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
ul.multiple li input[type=checkbox] {
    display: none;
    margin: 0;
}
ul.multiple li input[type=checkbox] + label {
    padding: 10px 0 10px 30px;
}
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;
    border: 2px solid #cccccc;
}
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;
    left: 6px;
    width: 20px;
    height: 10px;
    margin-top: -12px;
    border-left: 3px solid #fa6496;
    border-bottom: 3px solid #fa6496;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media (max-width: 767px){
ul.multiple li label{
	line-height: 140%;
}
}
@media (min-width: 376px) {
ul.multiple li label .multipleName .multipleNote{
	display:inline-block;
}
}


/* Button
--------------------------------------------------*/
#contact .button {
    text-align:center;
}
@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;
	padding:15px 40px\9; /* IE8 以下 */
	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#submit:hover {
    background-color: rgba(250,100,150,0.8);
}
}
@media screen and (max-width: 767px) {
#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:15px 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#submit {
    background-color: rgba(250,100,150,1.0);
}

/* 確認・エラー画面(check,error)
--------------------------------------------------*/
#contact #confirm td  {
	line-height:160%;
}

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

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

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

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

}
@media screen and (min-width: 768px) {
#contact span.confirm br{
    display:none
}
}

/* 送信完了(completion.html)
--------------------------------------------------*/
@media screen and (min-width: 768px) {
#completion .success {
	line-height: 180%;
	text-align: center;
	font-size:1.2em;
}
}
@media screen and (max-width: 767px) {
#completion .success {
	line-height: 180%;
	text-align: center;
	font-size:1em;
	margin:0 20px;
}
}