@charset "utf-8";
.fmin{font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.fadeup{
	padding-top: 0 !important;
}
@media screen and (max-width: 768px){
	.reqTtl{
		font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 30px;
		margin-top: 65px;
		margin-bottom: 50px;
	}
	.catalogArea{
		width: 100%;
		margin: 0 auto 0px;
	}
	.catalogDl{
		border: 5px solid #FFFFFF;
		padding: 25px;
		text-align: center;
		font-size: 16px;
		line-height: 180%;
		margin-bottom: 35px;
	}
	.catalogDl .afbtn{
		margin: 30px auto 0px;
	}
	.formArea .afbtn{
		margin-top: 40px;
	}
	.afbtn{
		text-align: center;
	}
	.afbtn a{
		display: inline-block;
		color: #FFF;
		background: -moz-linear-gradient(left, #D5281D, #75120F);
		background: -webkit-linear-gradient(left, #D5281D, #75120F);
		background: linear-gradient(to right, #D5281D, #75120F);
		padding: 12px 20px;
		border-radius: 50px;
		margin-top: 0px;
		transition: 0.3s;
		font-size: 16px;
		width: 90%;
	}
	.afbtn a:hover {
		opacity: 0.8;
	}
	.formArea .afbtn button{
		display: inline-block;
		color: #FFF;
		background: -moz-linear-gradient(left, #D5281D, #75120F);
		background: -webkit-linear-gradient(left, #D5281D, #75120F);
		background: linear-gradient(to right, #D5281D, #75120F);
		padding: 12px 20px;
		border-radius: 50px;
		margin-top: 0px;
		transition: 0.3s;
		font-size: 16px;
		border: none;
		margin-bottom: 20px;
		width: 68%;
	}
	.afbtn button:hover {
		opacity: 0.8;
	}
	.catalogText{
		line-height: 180%;
	}
	.catalogText ul li{
		font-size: 12px;
	}
	#contactForm{
		background: #FFF;
		padding: 0;
	}
	#contactForm .sInner{
		background: #FFF;
		width: 100%;
		padding: 0px 15px 10px;
	}
	.formArea th,.formArea td{
		padding: 10px 0px;
		width: 100%;
		display: block;
	}
	.formArea th span.content{
		font-size: 16px;
	}
	.formArea th{
		padding: 15px 0 0;
	}
	
	.formArea form td input[type="text"],.formArea form td input[type="tel"],.formArea form td input[type="email"],.formArea form td select{
		padding: 10px;
		background: #F6F7F7;
		border-radius: 5px;
		border: 1px solid #BFBFBF;
		font-size: 14px;
		width: 100% !important;
	}
	.formArea form td select.selectsmall{
		width: 95px !important;
		
	}
	.formArea th span.requiredLabel{
		margin-left: 10px;
		padding: 1px 6px;
		background: #E5221A;
		border-radius: 5px;
		text-align: center;
		color: #FFF;
		display: inline-block;
	}
	.formArea th span.anyLabel{
		margin-left: 10px;
		padding: 1px 6px;
		background: #656363;
		border-radius: 5px;
		text-align: center;
		color: #FFF;
		display: inline-block;
	}
	.formFooterlink{
		margin: 0px auto 70px;
		text-align: center;
	}
	.formFooterlink a{
		text-decoration: underline;
	}
	.formFooterlink a:hover{
		text-decoration: none;
	}
	.formArea form td{
		font-size: 14px;
	}
	.formArea form label.mfp_not_checked {
		padding: 3px;
		border:none;
		margin-bottom: 5px;
	}
	.formArea form label.mfp_checked {
		padding: 3px;
		border: none;
		background-color: #FFF;
		margin-bottom: 5px;
	}
	
	.formArea form td select {
    	-webkit-appearance: none;
    	-moz-appearance: none;
    	appearance: none;
    	color: #000;
    }
    
    .thankstext{
	padding-bottom: 50px;
	}
}

@media screen and (min-width: 769px) and (max-width: 999px) {
	.reqTtl{
		font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 30px;
		margin-top: 230px;
		margin-bottom: 150px;
	}
	.catalogArea{
		max-width: 620px;
		width: 100%;
		margin: 0 auto 100px;
	}
	.catalogDl{
		border: 10px solid #FFFFFF;
		padding: 35px;
		text-align: center;
		font-size: 16px;
		line-height: 180%;
		margin-bottom: 70px;
	}
	.catalogDl .afbtn{
		margin: 30px auto 0px;
	}
	.afbtn{
		text-align: center;
	}
	.afbtn a{
		display: inline-block;
		color: #FFF;
		background: -moz-linear-gradient(left, #D5281D, #75120F);
		background: -webkit-linear-gradient(left, #D5281D, #75120F);
		background: linear-gradient(to right, #D5281D, #75120F);
		padding: 18px 58px;
		border-radius: 50px;
		margin-top: 0px;
		transition: 0.3s;
		font-size: 18px;	
	}
	.afbtn a:hover {
		opacity: 0.8;
	}
	.afbtn button{
		display: inline-block;
		color: #FFF;
		background: -moz-linear-gradient(left, #D5281D, #75120F);
		background: -webkit-linear-gradient(left, #D5281D, #75120F);
		background: linear-gradient(to right, #D5281D, #75120F);
		padding: 18px 58px;
		border-radius: 50px;
		margin-top: 0px;
		transition: 0.3s;
		font-size: 18px;
		border: none;
		margin-bottom: 30px;
	}
	.afbtn button:hover {
		opacity: 0.8;
	}
	.catalogText{
		line-height: 230%;
	}
	.catalogText ul li{
		font-size: 12px;
	}
	#contactForm{
		background: #EFEFEF;
		padding: 70px 0;
	}
	#contactForm .sInner{
		background: #FFF;
		width: 100%;
		max-width: 1090px;
		padding: 10px 35px;
	}
	.formArea th,.formArea td{
		padding: 25px 20px;
	}
	.formArea th span.content{
		font-size: 16px;
	}
	.formArea th{
		width: 330px;
	}
	
	.formArea form td input[type="text"],.formArea form td input[type="tel"],.formArea form td input[type="email"],.formArea form td select{
		padding: 20px;
		background: #F6F7F7;
		border-radius: 10px;
		border: 1px solid #BFBFBF;
		font-size: 14px;
		max-width: 360px;
		width: 100% !important;
	}
	.formArea form td select.selectsmall{
		width: 115px !important;
		
	}
	.formArea th span.requiredLabel{
		margin-left: 10px;
		padding: 1px 6px;
		background: #E5221A;
		border-radius: 5px;
		text-align: center;
		color: #FFF;
		display: inline-block;
	}
	.formArea th span.anyLabel{
		margin-left: 10px;
		padding: 1px 6px;
		background: #656363;
		border-radius: 5px;
		text-align: center;
		color: #FFF;
		display: inline-block;
	}
	.formFooterlink{
		margin: 0px auto 70px;
		text-align: center;
	}
	.formFooterlink a{
		text-decoration: underline;
	}
	.formFooterlink a:hover{
		text-decoration: none;
	}
	.formArea form td{
		font-size: 16px;
	}
	.formArea form label.mfp_not_checked {
		padding: 3px;
		border:none;
		margin-bottom: 10px;
	}
	.formArea form label.mfp_checked {
		padding: 3px;
		border: none;
		background-color: #FFF;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 1000px)  {
	.reqTtl{
		font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 30px;
		margin-top: 230px;
		margin-bottom: 150px;
	}
	.catalogArea{
		max-width: 620px;
		width: 100%;
		margin: 0 auto 100px;
	}
	.catalogDl{
		border: 10px solid #FFFFFF;
		padding: 35px;
		text-align: center;
		font-size: 16px;
		line-height: 180%;
		margin-bottom: 70px;
	}
	.catalogDl .afbtn{
		margin: 30px auto 0px;
	}
	.afbtn{
		text-align: center;
	}
	.afbtn a{
		display: inline-block;
		color: #FFF;
		background: -moz-linear-gradient(left, #D5281D, #75120F);
		background: -webkit-linear-gradient(left, #D5281D, #75120F);
		background: linear-gradient(to right, #D5281D, #75120F);
		padding: 18px 58px;
		border-radius: 50px;
		margin-top: 0px;
		transition: 0.3s;
		font-size: 18px;	
	}
	.afbtn a:hover {
		opacity: 0.8;
	}
	.afbtn button{
		display: inline-block;
		color: #FFF;
		background: -moz-linear-gradient(left, #D5281D, #75120F);
		background: -webkit-linear-gradient(left, #D5281D, #75120F);
		background: linear-gradient(to right, #D5281D, #75120F);
		padding: 18px 75px;
		border-radius: 50px;
		margin-top: 0px;
		transition: 0.3s;
		font-size: 18px;
		border: none;
		margin-bottom: 30px;
	}
	.afbtn button:hover {
		opacity: 0.8;
	}
	.catalogText{
		line-height: 230%;
	}
	.catalogText ul li{
		font-size: 12px;
	}
	#contactForm{
		background: #EFEFEF;
		padding: 70px 0;
	}
	#contactForm .sInner{
		background: #FFF;
		width: 100%;
		max-width: 1090px;
		padding: 10px 35px;
	}
	.formArea th,.formArea td{
		padding: 35px 20px;
	}
	.formArea th span.content{
		font-size: 16px;
	}
	.formArea th{
		width: 330px;
	}
	
	.formArea form td input[type="text"],.formArea form td input[type="tel"],.formArea form td input[type="email"],.formArea form td select{
		padding: 20px;
		background: #F6F7F7;
		border-radius: 10px;
		border: 1px solid #BFBFBF;
		font-size: 14px;
		max-width: 360px;
		width: 100% !important;
	}
	.formArea form td select.selectsmall{
		width: 115px !important;
		
	}
	.formArea th span.requiredLabel{
		margin-left: 10px;
		padding: 1px 6px;
		background: #E5221A;
		border-radius: 5px;
		text-align: center;
		color: #FFF;
		display: inline-block;
	}
	.formArea th span.anyLabel{
		margin-left: 10px;
		padding: 1px 6px;
		background: #656363;
		border-radius: 5px;
		text-align: center;
		color: #FFF;
		display: inline-block;
	}
	.formFooterlink{
		margin: 0px auto 70px;
		text-align: center;
	}
	.formFooterlink a{
		text-decoration: underline;
	}
	.formFooterlink a:hover{
		text-decoration: none;
	}
	.formArea form td{
		font-size: 16px;
	}
	.formArea form label.mfp_not_checked {
		padding: 3px;
		border:none;
		margin-bottom: 10px;
	}
	.formArea form label.mfp_checked {
		padding: 3px;
		border: none;
		background-color: #FFF;
		margin-bottom: 10px;
	}
}

input[type=checkbox],input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.8rem;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%;
}
/* Checkbox */
input[type=checkbox]:before,input[type=checkbox]:after {
    position: absolute;
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
}
input[type=checkbox]:before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
input[type=checkbox]:after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transition-delay: .2s;
}
input[type=checkbox]:checked:before {
    left: 1px;
    top: 10px;
    width: 6px;
    height: 2px;
}
input[type=checkbox]:checked:after {
    right: 5px;
    bottom: 1px;
    width: 2px;
    height: 14px;
}
input[type=checkbox]:indeterminate:before,input[type=checkbox]:indeterminate:after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
    left: 1px;
    top: 7px;
}
input[type=checkbox]:indeterminate:after {
    right: 1px;
    bottom: 7px;
}
/* Radio */
input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:checked:before {
    transform: scale(1);
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px;
    transform: scale(0);
    transition: all ease-out 250ms;
}
/* 色はピンク */
input[type=checkbox].pink,input[type=radio].pink {
    border: 2px solid #FF7373 !important;
    padding: 0 !important;
    border-radius:15px;
}
input[type=checkbox].pink:checked,input[type=checkbox].pink:indeterminate,input[type=radio].pink:checked:before {
    background-color: #FF7373 !important;
}