/*================================================================================================
    共通スタイル
================================================================================================*/

/*-----------------------------------------------------------
    Reset
-----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* remember to define focus styles! */
:focus {
  outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*---------------------------------------------------------*/


*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    word-break: break-all;
}

html {
    font-size: 12px;
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;    
    background-color: #fff;
    color: #333;
    font-family: "Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
}

input {
    color: #555;
    font-family: "Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	box-sizing:content-box;
}

input[type="radio"] {
    border: 0px !important;
}

input[type="checkbox"] {
    border: 0px !important;
}


.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

label {
    display: inline-block;
    cursor: pointer;
}

.n_red {
    color: #c51733;
}

.t-red {
    color: #e43f29;
}

.t-blue {
    color: #1645a1;
}

.read-txt {
    font-size: 1.08333333em;
    line-height: 1.4em;
}


small {
    display: inline-block;
    padding-top: .5em;
    font-size: .85em;
}


.t-center {
    text-align: center;
}


/*margin padding*/
.mt0 {margin-top: 0!important;}

.mt05em {margin-top: .5em!important;}
.mt1em {margin-top: 1em!important;}
.mt2em {margin-top: 2em!important;}

.mb1em {margin-bottom: 1em;}

.pr0{padding-right: 0!important}

/*width*/
.w70 {width: 70px;}
.w80 {width: 80px;}
.w150 {width: 150px;}
.w400 {width: 400px;}
.h150 {height: 150px;}
.h250 {height: 250px;}

a.link02:link {/*171208*/
  color: #1645a1;
  text-decoration: underline;
  display: inline;
}
a.link02:visited {/*171208*/
  color: #1645a1;
  text-decoration: underline;
  display: inline;
}
a.link02:hover {/*171208*/
  color: #1645a1;
  text-decoration: none;
  display: inline;
}
a.link02:active {/*171208*/
  color: #1645a1;
  text-decoration: none;
  display: inline;
}

textarea {
  resize: none;
  height: 150px;
}

.inline-field {
  margin-right: 1em;
}

@media screen and (max-width: 640px) {
    /*===========================
        spスタイル
    =============================*/
    #formArea .name-field {
        width: 45%;
        margin-right: 0;
    }
    
    #formArea .name-field .w150 {
        width: 90%;
    }
    
    .sp-tr {text-align: right}
    .sp-tc {text-align: center}
    
    /*width*/
    .w70 {width: 20%;}
    .w80 {width: 24%;}
    .w150 {width: 61%;}
    .w400 {width: 96%;}
    
}