

@charset "utf-8";


.cfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cfix {display: inline-zone;}
/* Hides from IE-mac \*/
* html .cfix {height: 1%;}
*+html .cfix {min-height: 1%;}
.cfix {display: block;}
/* End hide from IE-mac */


body {
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

input[type="image"],
img {
	border: none;
	vertical-align: bottom;
    height: auto;
}


.sp{
    display: none;
}
.pc{
    display: inline;
}
header{
    margin-top:25px;
}
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
    background-color:#afaaa5;
    margin-top:20px;
    color:#fff;
}

footer p{
    font-size:105%;
}

footer small{
    font-size:105%;
}

#wrapper{
    width:960px;
    margin:0 auto;
    padding: 0;
    background-color:#fff;
}

p{
    margin:10px 0 0 0;
}



/* form */
button,
textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"]{
  -webkit-appearance:none;
  border-style: none;
}

textarea,
select,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"]{
  padding: 0.4em 0.4em;
  background: #fff;
  border-top:2px solid #444;
  border-left:2px solid #444;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;

  font-size:24px;
  line-height: 1;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
}

textarea:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus{
  transition:all 800ms;
  background: #fff;
}


input[type="radio"],
input[type="checkbox"]{
  display: none;
}
input.display{
  display: inline-block;
}

#Phone1{
    width:3em;
}
#Phone2,#Phone3{
    width:4em;
}

#area_input{
    padding:0px 15px 20px 15px;
    background: #FAFAFA;
    border:2px solid #D3D3D3;
    width:92%;
    margin:0 auto;
}

#area_input dl{
    margin:0 auto;
    width: 500px;
}
#area_input dl:after{
    content: '';
    clear:both;
}
#form_input dt{
    margin-top:30px;
    font-size: 20px;
    font-weight: bold;
    float:left;
    clear:both;
    width:180px;
}
#form_input dd{
    margin-top:20px;
    float:left;
}

.button{
    text-align:center;
}

/*ボタンPC・SP共通
---------------------------------------------------------------------------*/




/*ここからスマートフォン用（480px以下）
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 640px){

.pc{
    display: none;
}
.sp{
    display: inline;
}

body{
    background:none;
}
header{
    margin-top:0;
}
#wrapper{
    width:100%;
    margin:0 auto;
}

footer small{
    font-size:100%;
}
#area_input dl{
    padding-top:5px;
    width: auto;
}
#area_input dt{
    margin-top:5px;
    float: none;
    clear: none;
    font-size: 16px;
    width: auto;
}
#area_input dd{
    padding-bottom:5px;
    margin-top:0;
    clear: none;
    font-size: 16px; 
    width: auto;
    float: none;
}
#Email{
    width: auto;
    box-sizing: border-box;
    width: 100%;
}

input[type="image"],
img {
	border: none;
	vertical-align: bottom;
    height: auto;
    width:100%;
}


}