@charset "utf-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
  font-size: 16px;
	width:560px;
	margin: 0 auto;
  line-height:1;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: 100%;/*SPでの見え方を調整*/
	color:#333;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

img{
     display:block;
}

/*メイン*/

#formWrap{
  padding: 30px 0 20px 0;
}
.txt{
  float: left;
  height: 34px;
  padding-top: 12px;
}

.hissu{
  font-size: 14px;
	background-color:#f00;
	color:#fff;
  padding: 3px 4px;
  margin: 0 18px 0 7px;
}

.nimni{
  font-size: 14px;
	background-color:#0093f0;
	color:#fff;
  padding: 3px 4px;
  margin: 0 18px 0 7px;
}

input[type=text]{
  width: 310px;
  height:34px;
}

input[type=tel]{
  width: 310px;
  height:34px;
}

input[type=email]{
  width: 310px;
  height:34px;
}

input[type=number]{
  width: 180px;
  height:34px;
}

input[type=date]{
  width: 180px;
  height:34px;
  margin: 4px 0 4px 0;;
}

select{
  width: 185px;
  height:34px;
}

textarea{
  width: 305px;
}
.box{
  margin: 0 0 10px 0;
}

.box_name{
  margin: 0 0 10px 112px;
}

.box_tel{
  margin: 0 0 10px 96px;
}

.box_email{
  margin: 0 0 10px 119px;
}

.box_old{
  margin: 0 0 10px 128px;
}

.box_date{
  margin: 0 0 10px 64px;
  float: left;
}

.box_others{
  margin: 0 0 10px 128px;
}

/* 202101  from */

.box_interview_type{
  margin: 0 0 10px 32px;
}

.box_online_tool{
  margin: 0 0 10px 32px;
}

.box_online_tool_id{
  margin: 0 0 10px 63px;
}

/* 202101  to */

#submit_btn{
  background-image: url(../img/button.jpg);
  background-repeat: no-repeat;
  width: 300px;
  height: 80px;
  border: 0px;
  margin: 16px 130px 0 130px;
}