@charset "utf-8";
#contact h1{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
	font-size:2.6em;
	padding:20px;
	color: #FFFFFF;
	background: rgba(244,133,161,0.5);
}
#contact h2{
	letter-spacing: 0.1em;
	margin: 0 0 25px;
	font-size:2em;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#contents .inner{
	max-width: 980px;
  margin: 0 auto;
	padding:40px 0 5%;
}
#contents .mandatory{
	color: #f485a1;
	border: 1px solid #f485a1;
	font-size: 0.8em;
	padding:5px 10px;
	margin-left:1em;
}
#contents .center{
	text-align:center;
}
#contents .explain{
	margin-bottom: 2em;
	text-align:center;
}
#contents .explain p{
	margin: 0 0px 30px;
	font-size:1.1em;
	line-height:180%;
}
#contents .explain .tel{
		font-size:2.8em;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		margin:0 0 20px;
		color: #f485a1;
}
#contents .explain .tel a{
		color: #f485a1;
		text-decoration: none;
}
#contents .mBtm10{
	margin-bottom: 1%;
}
#contents .mBtm20{
	margin-bottom: 2%;
}
#contents .mBtm30{
	margin-bottom: 3%;
}
#contents table {
	width:100%;
	margin-bottom:40px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color:#FFFFFF; 
}
#contents 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%;
}
#contents 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 h1{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
	font-size:2em;
	padding:15px;
	color: #FFFFFF;
	background: rgba(244,133,161,0.5);
}
#contents h2{
	font-size:1.6em;
	margin: 0 0 15px;
}
#contents {
  width:100%;
	margin:0 auto;
	text-align:left;
	padding-bottom:150px;
}
#contents .inner{
	margin:0;
	padding: 20px 0 5%;
}
#contents .explain{
	margin-bottom: 15px;
}
#contents .explain p {
    margin: 0 0px 15px;
    font-size: 1.1em;
    line-height: 180%;
}
#contents .explain .tel{
		font-size:1.8em;
		margin:0 0 15px;
}
#contents p{
	line-height:160%;
}
#contents table {
	width:100%;
	margin-bottom:15px;
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-left: none;
}
#contents 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;
}
#contents 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"]{
	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"]{
	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;
	margin-right:2em;
}
ul.single li input{
	margin: 0 0.5em 0 0;
}
@media (min-width: 1px) {
ul.single.mhidden{
	margin:0 0 -16px;
}
ul.single li{
	padding: 0;
}
ul.single li input{
	display: none;
}
ul.single li label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 10px 0 10px 34px;
	line-height: 1;
}
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;
}
ul.single li input[type="radio"]:checked + label:before{
	border: 2px solid #f485a1;
}
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: #f485a1;
}
}
@media (max-width: 767px){
ul.single li label{
	line-height: 140%;
}
}
/* check box
--------------------------------------------------*/
ul.multiple li{
	list-style: none;
	cursor: pointer;
	margin:10px 0;
}
ul.multiple li a{
	color: #f485a1;
}
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;
}
ul.multiple li input[type=checkbox] + label::before {
    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;
}
ul.multiple li input[type=checkbox]:checked + label::after {
    left: 6px;
    width: 20px;
    height: 10px;
    margin-top: -12px;
    border-left: 3px solid #f485a1;
    border-bottom: 3px solid #f485a1;
    -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
--------------------------------------------------*/
#contents .button {
    text-align:center;
}
@media screen and (min-width: 768px) {
#contents .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;
}
#contents .button button:hover{
    background-color:#787878;
}
#contents .button button#submit:hover {
    background-color: rgba(244,133,161,1.0);
}
}
@media screen and (max-width: 767px) {
#contents .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;
}
#contents button[type],
#contents 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;
}
}
#contents .button button#submit {
    background-color: rgba(244,133,161,0.8);
}

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

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

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

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

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

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

/* 送信完了(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;
}
}