/* reset.css
--------------------------------------------------------------*/
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, 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;
    font-weight: normal;
}
body {
    line-height:1;
}
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;
}

img.bgmaximage{
  position:fixed !important;
}

Blockquote{
  padding: 10px;
  border-left: 5px solid #ddd;
}





/* デバイスサイズ1601px以上
--------------------------------------------------------------*/
@media all and (min-width: 1601px)
{


/*--------------------------------------------------------------
    body
--------------------------------------------------------------*/
body {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    max-width: 2000px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    wrap
--------------------------------------------------------------*/
#wrap {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    contact
--------------------------------------------------------------*/
#wrap #contact {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    form
--------------------------------------------------------------*/
/* form
--------------------------------------------------------------*/
#wrap #contact form {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
/* title note
--------------------------------------------------------------*/
#wrap #contact form p.title {
    margin: 50px 0 0 0;
    padding: 20px;
    border-bottom: 5px solid #ffc0cb;
    box-shadow: 0 5px 20px -5px rgba(51,51,51,0.1) inset, 0 -10px 20px -5px rgba(51,51,51,0.2) inset;
    box-sizing: border-box;
    color: #424242;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 6px;
    text-align: center;
}
#wrap #contact form p.note {
    margin: 50px 0 0 0;
    color: #424242;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 4px;
    text-align: center;
    line-height: 30px;
}
#wrap #contact form p.note span {
    color: #ff0000;
}
#wrap #contact > p.title {
    display: none;
}
#wrap #contact p:nth-of-type(3) {
    width: 50%;
    margin: 50px auto;
    padding: 0;
    box-sizing: border-box;
    color: #424242;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
    text-align: left;
}
#wrap #contact p:nth-of-type(4) {
    display: none;
}
/* table
--------------------------------------------------------------*/
/*table*/
#wrap #contact form table {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
    box-sizing: border-box;
}
/*tbody*/
#wrap #contact form table tbody {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*tr*/
#wrap #contact form table tbody tr {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
}
/*th*/
#wrap #contact form table tbody tr th {
    display: table-cell;
    width: 30%;
    vertical-align: top !important;
    padding: 20px;
    background: #f8f9f8;
    border-width: 1px;
    border-color: #d3d3d3;
    border-style: solid;
    color: #424242;
    font-size: 20px;
    letter-spacing: 4px;
    text-align: left;
}
#wrap #contact form table tbody tr:nth-of-type(n+2) th {
    border-width: 0 1px 1px 1px;
}
#wrap #contact form table tbody tr th span {
    color: #ff0000;
}
/*td*/
#wrap #contact form table tbody tr td {
    display: table-cell;
    width: 70%;
    vertical-align: middle !important;
    padding: 20px;
    border-width: 1px;
    border-color: #d3d3d3;
    border-style: solid;
    color: #424242;
    font-size: 20px;
    letter-spacing: 4px;
}
#wrap #contact form table tbody tr:nth-of-type(n+2) td {
    border-width: 0 1px 1px 1px;
}
/*入力スペース（1行入力スペース）*/
#wrap #contact form table tbody tr td input {
    display: block;
    width: 60%;
    height: 25px;
    box-sizing: border-box;
}
/*入力スペース（複数改行入力スペース）*/
#wrap #contact form table tbody tr:nth-of-type(6) td textarea {
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
}
#wrap #contact form table tbody tr:nth-of-type(7) td textarea {
    display: block;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
}
#wrap #contact form table tbody tr:nth-of-type(11) td textarea {
    display: block;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
}
/*セレクト*/
#wrap #contact form table tbody tr td select {
    display: block;
    width: 60%;
    height: 25px;
    box-sizing: border-box;
}
/*複数選択*/
#wrap #contact form table tbody tr td input[type="checkbox"] {
    display: inline-block;
    width: 10%;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}
#wrap #contact form table tbody tr td label {
    display: inline-block;
    width: 80%;
    box-sizing: border-box;
}
/* submit
--------------------------------------------------------------*/
#wrap #contact form .submit {
    margin: 50px 0 50px 0;
    text-align: center;
}
#wrap #contact form .submit button {
    display: inline-block;
    width: 200px;
    padding: 10px 0;
    background: none;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 1px;
    border-radius: 5px;
    color: #424242;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
}
#wrap #contact form .submit button:hover {
    background: linear-gradient(to bottom,#fff,#F2F2F2 90%);
    background: -moz-linear-gradient(to bottom,#fff,#F2F2F2 90%);
    background: -webkit-gradient(linear,top,bottom,from(#fff),to(#F2F2F2));
}


}





/* デバイスサイズ1201px～1600px
--------------------------------------------------------------*/
@media all and (min-width: 1201px) and (max-width: 1600px)
{


/*--------------------------------------------------------------
    body
--------------------------------------------------------------*/
body {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    wrap
--------------------------------------------------------------*/
#wrap {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    contact
--------------------------------------------------------------*/
#wrap #contact {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    form
--------------------------------------------------------------*/
/* form
--------------------------------------------------------------*/
#wrap #contact form {
    width: 70%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
/* title note
--------------------------------------------------------------*/
#wrap #contact form p.title {
    margin: 50px 0 0 0;
    padding: 20px;
    border-bottom: 5px solid #ffc0cb;
    box-shadow: 0 5px 20px -5px rgba(51,51,51,0.1) inset, 0 -10px 20px -5px rgba(51,51,51,0.2) inset;
    box-sizing: border-box;
    color: #424242;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
}
#wrap #contact form p.note {
    margin: 50px 0 0 0;
    color: #424242;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
    line-height: 20px;
}
#wrap #contact form p.note span {
    color: #ff0000;
}
#wrap #contact > p.title {
    display: none;
}
#wrap #contact p:nth-of-type(3) {
    width: 50%;
    margin: 50px auto;
    padding: 0;
    box-sizing: border-box;
    color: #424242;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    text-align: left;
}
#wrap #contact p:nth-of-type(4) {
    display: none;
}
/* table
--------------------------------------------------------------*/
/*table*/
#wrap #contact form table {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
    box-sizing: border-box;
}
/*tbody*/
#wrap #contact form table tbody {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*tr*/
#wrap #contact form table tbody tr {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
}
/*th*/
#wrap #contact form table tbody tr th {
    display: table-cell;
    width: 30%;
    vertical-align: top !important;
    padding: 20px;
    background: #f8f9f8;
    border-width: 1px;
    border-color: #d3d3d3;
    border-style: solid;
    color: #424242;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: left;
}
#wrap #contact form table tbody tr:nth-of-type(n+2) th {
    border-width: 0 1px 1px 1px;
}
#wrap #contact form table tbody tr th span {
    color: #ff0000;
}
/*td*/
#wrap #contact form table tbody tr td {
    display: table-cell;
    width: 70%;
    vertical-align: middle !important;
    padding: 20px;
    border-width: 1px;
    border-color: #d3d3d3;
    border-style: solid;
    color: #424242;
    font-size: 14px;
    letter-spacing: 2px;
}
#wrap #contact form table tbody tr:nth-of-type(n+2) td {
    border-width: 0 1px 1px 1px;
}
/*入力スペース（1行入力スペース）*/
#wrap #contact form table tbody tr td input {
    display: block;
    width: 60%;
    height: 25px;
    box-sizing: border-box;
}
/*入力スペース（複数改行入力スペース）*/
#wrap #contact form table tbody tr:nth-of-type(6) td textarea {
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
}
#wrap #contact form table tbody tr:nth-of-type(7) td textarea {
    display: block;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
}
#wrap #contact form table tbody tr:nth-of-type(11) td textarea {
    display: block;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
}
/*セレクト*/
#wrap #contact form table tbody tr td select {
    display: block;
    width: 60%;
    height: 25px;
    box-sizing: border-box;
}
/*複数選択*/
#wrap #contact form table tbody tr td input[type="checkbox"] {
    display: inline-block;
    width: 10%;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}
#wrap #contact form table tbody tr td label {
    display: inline-block;
    width: 80%;
    box-sizing: border-box;
}
/* submit
--------------------------------------------------------------*/
#wrap #contact form .submit {
    margin: 50px 0 50px 0;
    text-align: center;
}
#wrap #contact form .submit button {
    display: inline-block;
    width: 200px;
    padding: 10px 0;
    background: none;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 1px;
    border-radius: 5px;
    color: #424242;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}
#wrap #contact form .submit button:hover {
    background: linear-gradient(to bottom,#fff,#F2F2F2 90%);
    background: -moz-linear-gradient(to bottom,#fff,#F2F2F2 90%);
    background: -webkit-gradient(linear,top,bottom,from(#fff),to(#F2F2F2));
}


}





/* デバイスサイズ737px～1200px
--------------------------------------------------------------*/
@media all and (min-width: 737px) and (max-width: 1200px)
{


/*--------------------------------------------------------------
    body
--------------------------------------------------------------*/
body {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    wrap
--------------------------------------------------------------*/
#wrap {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    contact
--------------------------------------------------------------*/
#wrap #contact {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    form
--------------------------------------------------------------*/
/* form
--------------------------------------------------------------*/
#wrap #contact form {
    width: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
/* title note
--------------------------------------------------------------*/
#wrap #contact form p.title {
    width: 90%;
    margin: 50px auto 0 auto;
    padding: 20px;
    border-bottom: 5px solid #ffc0cb;
    box-shadow: 0 5px 20px -5px rgba(51,51,51,0.1) inset, 0 -10px 20px -5px rgba(51,51,51,0.2) inset;
    box-sizing: border-box;
    color: #424242;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 6px;
    text-align: center;
}
#wrap #contact form p.note {
    margin: 50px 0 0 0;
    color: #424242;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 4px;
    text-align: center;
    line-height: 30px;
}
#wrap #contact form p.note span {
    color: #ff0000;
}
#wrap #contact > p.title {
    display: none;
}
#wrap #contact p:nth-of-type(3) {
    width: 90%;
    margin: 50px auto;
    padding: 0;
    box-sizing: border-box;
    color: #424242;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
    text-align: left;
}
#wrap #contact p:nth-of-type(4) {
    display: none;
}
/* table
--------------------------------------------------------------*/
/*table*/
#wrap #contact form table {
    width: 90%;
    margin: 50px auto 0 auto;
    padding: 0;
    box-sizing: border-box;
}
/*tbody*/
#wrap #contact form table tbody {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*tr*/
#wrap #contact form table tbody tr {
    display: block;
    width: auto;
    box-sizing: border-box;
    border-collapse: collapse;
}
/*th*/
#wrap #contact form table tbody tr th {
    display: block;
    width: auto;
    vertical-align: top !important;
    padding: 20px;
    background: #f8f9f8;
    border-width: 1px;
    border-color: #d3d3d3;
    border-style: solid;
    color: #424242;
    font-size: 20px;
    letter-spacing: 4px;
    text-align: left;
}
#wrap #contact form table tbody tr:nth-of-type(n+2) th {
    border-width: 0 1px 1px 1px;
}
#wrap #contact form table tbody tr th span {
    color: #ff0000;
}
/*td*/
#wrap #contact form table tbody tr td {
    display: block;
    width: auto;
    vertical-align: middle !important;
    padding: 20px;
    border-width: 1px;
    border-color: #d3d3d3;
    border-style: solid;
    color: #424242;
    font-size: 20px;
    letter-spacing: 4px;
}
#wrap #contact form table tbody tr:nth-of-type(n+2) td {
    border-width: 0 1px 1px 1px;
}
/*入力スペース（1行入力スペース）*/
#wrap #contact form table tbody tr td input {
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    font-size: 20px;
}
/*入力スペース（複数改行入力スペース）*/
#wrap #contact form table tbody tr:nth-of-type(6) td textarea {
    display: block;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    font-size: 20px;
}
#wrap #contact form table tbody tr:nth-of-type(7) td textarea {
    display: block;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    font-size: 20px;
}
#wrap #contact form table tbody tr:nth-of-type(11) td textarea {
    display: block;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    font-size: 20px;
}
/*セレクト*/
#wrap #contact form table tbody tr td select {
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    font-size: 20px;
}
/*複数選択*/
#wrap #contact form table tbody tr td input[type="checkbox"] {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}
#wrap #contact form table tbody tr td label {
    display: inline-block;
    width: 70%;
    box-sizing: border-box;
}
/* submit
--------------------------------------------------------------*/
#wrap #contact form .submit {
    margin: 50px 0 50px 0;
    text-align: center;
}
#wrap #contact form .submit button {
    display: inline-block;
    width: 200px;
    padding: 10px 0;
    background: none;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 1px;
    border-radius: 5px;
    color: #424242;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
}
#wrap #contact form .submit button:hover {
    background: linear-gradient(to bottom,#fff,#F2F2F2 90%);
    background: -moz-linear-gradient(to bottom,#fff,#F2F2F2 90%);
    background: -webkit-gradient(linear,top,bottom,from(#fff),to(#F2F2F2));
}


}





/* デバイスサイズ0px～736px
--------------------------------------------------------------*/
@media all and (min-width: 0px) and (max-width: 736px)
{


/*--------------------------------------------------------------
    body
--------------------------------------------------------------*/
body {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    max-width: 736px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    wrap
--------------------------------------------------------------*/
#wrap {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    contact
--------------------------------------------------------------*/
#wrap #contact {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
    form
--------------------------------------------------------------*/
/* form
--------------------------------------------------------------*/
#wrap #contact form {
    width: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
/* title note
--------------------------------------------------------------*/
#wrap #contact form p.title {
    width: 95%;
    margin: 20px auto 0 auto;
    padding: 20px;
    border-bottom: 5px solid #ffc0cb;
    box-shadow: 0 5px 20px -5px rgba(51,51,51,0.1) inset, 0 -10px 20px -5px rgba(51,51,51,0.2) inset;
    box-sizing: border-box;
    color: #424242;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
}
#wrap #contact form p.note {
    margin: 40px 0 0 0;
    color: #424242;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
    line-height: 20px;
}
#wrap #contact form p.note span {
    color: #ff0000;
}
#wrap #contact > p.title {
    display: none;
}
#wrap #contact p:nth-of-type(3) {
    width: 95%;
    margin: 20px auto;
    padding: 0;
    box-sizing: border-box;
    color: #424242;
    font-size: 14px;;
    letter-spacing: 2px;
    line-height: 20px;
    text-align: left;
}
#wrap #contact p:nth-of-type(4) {
    display: none;
}
/* table
--------------------------------------------------------------*/
/*table*/
#wrap #contact form table {
    width: 95%;
    margin: 40px auto 0 auto;
    padding: 0;
    box-sizing: border-box;
}
/*tbody*/
#wrap #contact form table tbody {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*tr*/
#wrap #contact form table tbody tr {
    display: block;
    width: auto;
    box-sizing: border-box;
    border-collapse: collapse;
}
/*th*/
#wrap #contact form table tbody tr th {
    display: block;
    width: auto;
    vertical-align: top !important;
    padding: 20px;
    background: #f8f9f8;
    border-width: 1px;
    border-color: #d3d3d3;
    border-style: solid;
    color: #424242;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: left;
}
#wrap #contact form table tbody tr:nth-of-type(n+2) th {
    border-width: 0 1px 1px 1px;
}
#wrap #contact form table tbody tr th span {
    color: #ff0000;
}
/*td*/
#wrap #contact form table tbody tr td {
    display: block;
    width: auto;
    vertical-align: middle !important;
    padding: 20px;
    border-width: 1px;
    border-color: #d3d3d3;
    border-style: solid;
    color: #424242;
    font-size: 14px;
    letter-spacing: 2px;
}
#wrap #contact form table tbody tr:nth-of-type(n+2) td {
    border-width: 0 1px 1px 1px;
}
/*入力スペース（1行入力スペース）*/
#wrap #contact form table tbody tr td input {
    display: block;
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    font-size: 14px;
}
/*入力スペース（複数改行入力スペース）*/
#wrap #contact form table tbody tr:nth-of-type(6) td textarea {
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    font-size: 14px;
}
#wrap #contact form table tbody tr:nth-of-type(7) td textarea {
    display: block;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    font-size: 14px;
}
#wrap #contact form table tbody tr:nth-of-type(11) td textarea {
    display: block;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    font-size: 14px;
}
/*セレクト*/
#wrap #contact form table tbody tr td select {
    display: block;
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    font-size: 14px;
}
/*複数選択*/
#wrap #contact form table tbody tr td input[type="checkbox"] {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}
#wrap #contact form table tbody tr td label {
    display: inline-block;
    width: 70%;
    box-sizing: border-box;
}
/* submit
--------------------------------------------------------------*/
#wrap #contact form .submit {
    margin: 40px 0 20px 0;
    text-align: center;
}
#wrap #contact form .submit button {
    display: inline-block;
    width: 100px;
    padding: 10px 0;
    background: none;
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 1px;
    border-radius: 5px;
    color: #424242;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}
#wrap #contact form .submit button:hover {
    background: linear-gradient(to bottom,#fff,#F2F2F2 90%);
    background: -moz-linear-gradient(to bottom,#fff,#F2F2F2 90%);
    background: -webkit-gradient(linear,top,bottom,from(#fff),to(#F2F2F2));
}


}