@charset "UTF-8";
/* 初期設定 */
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, tt, var, b, u, i, center, 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;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
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=&quot;0&quot;' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
/* クリアフィックス */
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ベースhtml */
html {
    margin: 0 auto;
    font-size: 62.5%;
}
body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
    margin: 0;
    color: #333;
    line-height: 2em;
    background:  url(../images/bg01.gif) top left repeat;
    font-size: 1.8rem;
}
table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
}
a img {
    border-style: none;
}
a {
    text-decoration: none;
	color:#3EE480;
}
a:hover {
    text-decoration: none;
	color:#17D473;
}
/* ### 画像 ### */
img {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: bottom;/*	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
*/
}
/* ### タイトル ### */
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 2rem;
}
h4 {
    font-size: 2rem;
}
h5 {
    font-size: 1.5rem;
}
/* ### フッター ### */
#footerWrap {
    text-align: center;
    background-size: 100% auto;
    padding-top: 3em;
}
#footer {
    color: #666;
    padding: 2em 10px 0 10px;
    clear: both;

    background-size: cover;
}
#footer h3 {
    margin-top: 1em;
    text-align: center;
    font-size: 2em;
}
a.footertel {
    color: #FFF;
    text-decoration: none;
}
#footer p {
    color: #333;
    margin: 15px 0;
}
#footer a {
    font-weight: bold;
    color: #ee8100;
    text-decoration: none;
    margin: 10px 0 0 0;
}
#footer a:hover {
    color: #333;
    text-decoration: none;
    margin: 10px 0 0 0;
}
#footer small {
    padding: 10px 0 20px 0;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
}
/* フォーム */
.formnumber01 {
    width: 10% !important;
}
.formnumber02 {
    width: 25% !important;
}
.formname {
    width: 40% !important;
}
.form100 {
    width: 100% !important;
}
.form80 {
    width: 80% !important;
}
.form93 {
    width: 90% !important;
    font-size: 1.2em;
}
.tbl-common01 {
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
}
.tbl-common01 dt {
    font-weight: bold;
    font-size: 1.4em;
}
input {
    padding: 0.2em !important;
    font-size: 1.2em;
}
select {
    padding: 0.1em 0.3em 0.3em 0.3em !important;
    font-size: 1.4em;
}
textarea {
    padding: 0.3em 0.3em 0.2em 0.5em !important;
    font-size: 1.1em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    resize: none;
    overflow: auto;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    vertical-align: sub;
    margin-right: 5px;
    border-radius: 3px;
    border: 1px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    -moz-transform: scale( 2, 2 );
    width: 25px;
    height: 25px;
    background: -webkit-gradient( linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1) );
}
/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
    background: -webkit-gradient( linear, left top, left bottom, from(#353535), to(#8f8f8f) );
}
/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 15px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    content: "";
    width: 10px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 15px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    width: 19px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
input {
    vertical-align: bottom;
}

/* PC */
@media only screen and (min-width: 690px) {
.tbl-common01 {
/*background: #e2f3ff url(bg.png) repeat-y -150px 0;  dlで背景画像をyリピートし、dtの背景色のように見せる。positionはdtの幅に応じて調整 */
}
.tbl-common01 dd {
    font-weight: bold;
    padding: 1% 0;
}
.tbl-common01 dt {
    clear: both;
    float: left;
    text-align: right;
    width: 27%; /* 幅を指定 */
    padding: 1.55% 0 0 15px;
    line-height: 30px;
    color: #666;
}
.tbl-common01 dd {
    padding-left: 25%; /* dtの分、左にpaddingを取る */
    color: #666;
}
}
.formBox01 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 5px;
}
.formBox01 .text, textarea, .dropdown {
    border: 1px solid #666;
    padding: 5px 0 5px 0;
    color: #333;
    background: #fff;
    border-radius: 5px;
    vertical-align: central;
}
.formBox01 .textsentaku {
    border: 1px solid #666;
    padding: 4px 0 4px 0;
    color: #666;
    background: #fff;
    border-radius: 5px;
    vertical-align: central;
}
.submit {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.8em;
    padding: 20px 10px !important;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background: #ee8100;
    border: #ee8100 solid 2px;
    border-radius: 5px;
    width: 50%;
    margin-top: 10px;/* Webkit */
}

/* スマホフォーム */
@media only screen and (max-width:690px) {
.tbl-common01 {
/*background: #e2f3ff url(bg.png) repeat-y -150px 0;  dlで背景画像をyリピートし、dtの背景色のように見せる。positionはdtの幅に応じて調整 */
}
.tbl-common01 dt, .tbl-common01 dd {
    color: #666;
}
.tbl-common01 dt {
    float: none;
    padding: 10px 10px 0px 15px;
}
.tbl-common01 dd {
    padding: 5px 10px 10px 0px;
}
}

/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ff99c9e5, endColorstr=#ff428ec9);
 zoom: 1;
}
