@charset "utf-8";
/*---------------------- Main Title ------------------------*/
#contact .mainTitle, #contact .subTitle{
	position:relative;
}
#contact .mainTitle h1, #contact .subTitle h1{
	position: absolute;
	top: 50%;
	left: 0;
	right:0;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	color: #FFFFFF;
}
@media (min-width: 768px) {
#contact .mainTitle{
	padding: 20% 0 0;
	background: url(../images/pc_main_banner.jpg) no-repeat center center;
	background-size:cover;
}
#contact .mainTitle h1, #contact .subTitle h1{
	margin-top:-20px;
	font-size:3em;
}
#contact .subTitle{
	padding: 8% 0 0;
	background: url(../images/pc_main_banner.jpg) no-repeat center center;
	background-size:cover;
}
}
@media (max-width: 767px){
#contact .mainTitle{
	padding: 40% 0 0;
	background: url(../images/sp_main_banner.jpg) no-repeat center center;
	background-size:cover;
}
#contact .mainTitle h1, #contact .subTitle h1{
	margin-top:-10px;
	font-size:2em;
}
#contact .subTitle{
	padding: 25% 0 0;
	background: url(../images/sp_main_banner.jpg) no-repeat center center;
	background-size:cover;
}
}

/*---------------------- Main Contents ------------------------*/

#contact h1.sub{
	padding: 50px 0px 40px;
}
#contact h2{
	letter-spacing: 0.1em;
	margin: 0 0 25px;
	font-size:2em;
	text-align: center;
}
#contents .inner{
	max-width: 980px;
    margin: 0 auto;
	padding:40px 40px 5%;
}
#contents p{
	line-height:180%;
}
#contents .mandatory{
	color: #FF0000;
	border: 1px solid #FF0000;
	line-height:16px;
	display:inline-block;
	font-size:0.8em;
	padding:0.2em 0.4em;
	margin-right: 1em;
}
#contents .mBtm10{
	margin-bottom: 10px;
}
#contents .mBtm20{
	margin-bottom: 20px;
}
#contents .mBtm30{
	margin-bottom: 30px;
}
#contents .center{
	text-align:center;
}
#contents .small{
	font-size:0.8em;
	line-height: 160%;
	margin-top:10px;
	display: inline-block;
}
#contents .explain{
	margin-bottom: 40px;
	text-align:center;
}
#contents .explain p{
	margin: 0 0px 30px;
	font-size:1.1em;
	line-height:180%;
}
#contents table {
	width:100%;
	margin-bottom:40px;
	border-bottom: 1px solid #CCCCCC;
}
#contents th {
	padding:20px 15px;
	text-align:left;
	border-top: 1px solid #CCCCCC;
	vertical-align: middle;
	font-weight: 700;
	white-space: nowrap;
}
#contents td {
	padding:20px 0 20px 20px;
	text-align:left;
	border-top: 1px solid #CCCCCC;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
}
#contents td .error{
	color:#FF0000;
	font-weight: 700;
}
#contents p.success, #contents p.message{
	line-height: 180%;
	text-align: center;
}
#contents p.message .error, #error p.message{
	color:#FF0000;
	font-weight: 700;
}
@media (max-width: 767px) {

#contact h1.sub{
	font-size:2em;
	padding: 30px 0px 20px;
	margin-bottom:10px;
}
#contents .explain p {
    margin: 0 0px 0;
    font-size: 1.1em;
    line-height: 180%;
}
#contact .inner{
	padding:20px 20px 10%;
}
#contents .explain{
	margin-bottom: 20px;
	text-align:left;
}
#contact h2{
	letter-spacing: 0.1em;
	margin: 0 0 25px;
	text-align: center;
}
#completion h2{
	letter-spacing: 0.1em;
	margin: 15px 0 25px;
	text-align: center;
}
#contents table {
	width:100%;
	margin-bottom:30px;
	border-bottom: 1px solid #CCCCCC;
}
#contents th {
	display: block;
	text-align: left;
	padding:15px 0 5px;
}
#contents td {
	display: block;
	padding:0 0 10px;
	text-align:left;
	border-top: none;
	vertical-align: middle;
}
}
/* 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;
}
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;
}
.w300{
width:300px;
}
.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: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[type="file"]{
	margin: 10px 0;
	font-size:16px;
}
textarea {
	display: inline-block;
	height: 20em;
	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;
}
select {
    border: 1px solid #999999;
    border-radius: 4px;
	min-height: 44px;
    padding: 6px 30px 6px 16px;
    box-sizing: border;
	font-size:16px;
	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:calc(33% - 1em);
}
.w200{
width:calc(80% - 2em);
}
.w300{
width:100%;
}
.w400{
width:100%;
}
.w600{
width:100%;
}
.h5em{
height: 5em;
}
.h15em{
height: 15em;
}
}

: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;
	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;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
}
ul.single li input[type=radio]:checked + label {
    border: 1px solid #fa3200;
		color:#fa3200;
		background-color: #FFFFFF;
		box-shadow: none;
}
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 #fa3200;
    border-bottom: 3px solid #fa3200;
    -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:last-child{
	margin-right:0;
}
ul.single li label{
	cursor: pointer;
}
}
@media (max-width: 767px){
ul.single li{
	width:calc((100% - 20px) / 2);
	margin:10px 20px 10px 0;
}
ul.single li:nth-child(2n){
	margin-right:0;
}
ul.single li input[type=radio]:checked + label::after {
    left: 15px;
}
}
/* check box
--------------------------------------------------*/
ul.multiple li{
	list-style: none;
	cursor: pointer;
	margin:10px 0;
}
ul.multiple li a{
	color: #fa3200;
}
ul.multiple input{
	margin: 0 10px 0 5px;
}
ul.multiple input[type="text"]{
	display: inline-block;
	margin: 5px 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;
}
@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 #fa3200;
    border-bottom: 3px solid #fa3200;
    -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;
}
#contents .button.cookieBtn {
    margin:0 0 5%;
}
#contents .button.cookieBtn p.notice{
    font-size:0.8em;
	margin-top:1em;
}
@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;
	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.cookieBtn p.notice br{
    display:none;
}
}
@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.cookieBtn button{
	font-size: 14px;
	width:90%;
}
#contents button[type],
#contents button[id]{
	margin:10px 0px;
	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.cookieBtn p.notice{
    font-size:0.6em;
	margin-top:0;
}
}
#contents .button.cookieBtn button{
	background-color:#96c864;
}
#contents .button button#submit {
    background-color:#fa3200;
		color: #FFFFFF;
}

/* 確認・エラー画面(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:50px;
}
#completion .success {
	line-height: 200%;
	text-align: center;
	font-size:1.1em;
}
}