@charset "UTF-8";
/********************************
DEFAULT
*********************************/
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,
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: 0px;
    padding: 0px;
    outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
caption,
address,
th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}
img,
iframe {
    vertical-align: middle;
    border: 0px;
}
img {
    line-height: 0;
    font-size: 0;
    -webkit-backface-visibility: hidden;
}
table {
    border-collapse: collapse;
}
th {
    font-weight: normal;
    text-align: left;
}
button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
select {
    padding: 2px;
}
input,
select {
    font-size: 100%;
    vertical-align: middle;
    line-height: normal;
}
input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}
textarea {
    font-size: 100%;
}
input {
    vertical-align: middle;
}
::-webkit-input-placeholder {
    color: #999;
}
label {
    padding: 0 0 0 2px;
}
hr {
    display: none;
}
a {
    transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
}
a[href^="tel:"] {
    cursor: default;
}
a,
a:link {
    color: #1d50a3;
    text-decoration: none;
    word-break: break-all;
}
a:visited {
    color: #1d50a3;
}
a:hover,
a:active {
    color: #1d50a3;
    text-decoration: underline;
}
a[href^="tel:"] {
    cursor: default;
}
.c_fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: .01em;
    height: 0;
    overflow: hidden;
}
.c_fix {
    min-height: 1px;
}
html {
    height: 100%;
}
body {
    text-align: left;
    min-height: 100%;
    height: auto !important;
    position: relative;
    min-width: 1000px;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', Meiryo, "メイリオ", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
}
/********************************
HEADER
*********************************/
.header {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    display: table;
}
.header_ttl {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.header-ttl {
    width: 105px;
    height: 40px;
}
.header_txtimg {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.header_kaiteki {
    width: 310px;
    display: table-cell;
    vertical-align: middle;
}
.header-kaiteki {
    width: 310px;
    height: 42px;
}
.header-kaiteki span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 42px 0 0 0;
    background: url(../img/kaiteki_logo.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.c-hdbtn a {
    width: 164px;
    display: table;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 40px;
    -ms-border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.c-hdbtn a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.c-hdbtn span {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding: 0 0 0 26px;
}
.c-hdbtn.is-tel a {
    background: #e9eaf4 url(../img/hd_icn01.png) no-repeat left 20px center;
}
.c-hdbtn.is-fm a {
    background: #fff200 url(../img/hd_icn02.png) no-repeat left 20px center;
}
.nav_warp {
    display: flex;
    flex-diretion: row;
    justify-content: center;
    width: 1100px;
    margin: 0 auto 20px auto;
    background: url(../img/nav_dot.png) no-repeat right top;
    padding-right: 2.5px;
}
.nav_warp.ver2 {
    /*margin: 0 auto;*/
}
.nav_warp li {
    width: 25%;
    text-align: center;
    background: url(../img/nav_dot.png) no-repeat left top;
}
.nav_warp a {
    display: block;
    font-size: 18px;
    line-height: 1;
    padding: 13px 0;
    position: relative;
    display: block;
    color: #595757;
    margin: 0 -1.5px 0 1.5px;
}
.nav_warp.ver2 li a {
    margin: 0 12px 0 15px;
}
.nav_warp a span {
    display: block;
}
.nav_warp a:hover {
    color: #fff;
    background: #c71628;
    text-decoration: none;
}
.nav_warp.ver2 li a:hover {
    color: #fff;
    background-color: #c71628;
}
.path {
    padding: 45px 0 60px 0;
}
.path ul {
    width: 1100px;
    margin: 0 auto;
}
.path ul li {
    float: left;
    font-size: 16px;
    /*font-size: 12px;*/
    padding: 0 10px 0 0;
}
.path.wh ul li {
    color: #fff;
}
.path ul li:before {
    content: " > ";
    /*padding: 0 5px 0 0;*/
}
.path ul li:first-child:before {
    content: none;
}
.path ul li a {
    color: #333333;
}
.path.wh ul li a {
    color: #fff;
}
.header.is-ver2 .header_ttl {
    display: flex;
    align-items: end;
    gap: 0 20px;
    width: 100%;
}
.chemi-txt {
    font-size: 14px;
    background: #c71628;
    color: #fff;
    border: 1px solid #c71628;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
/********************************
FOOTER
*********************************/
.footer_warp {
    padding: 100px 0 50px;
}
.footer {
    width: 1100px;
    margin: 0 auto;
}
.foot_links li {
    float: left;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    line-height: 1.6;
    border-left: 1px solid #333333;
}
.foot_links li {
    border-left: 1px solid #333333;
}
.foot_links li:first-child {
    margin: 0;
}
.foot_links li:last-child {
    padding: 0 20px;
    border-right: 1px solid #333333;
}
.foot_links li a {
    font-size: 14px;
    color: #333333;
}
.foot_links li a {
    color: #333333;
}
.foot_btm_warp {
    border-top: 3px #c71628 solid;
    padding: 20px 0 40px;
    margin-top: 35px;
}
.foot_btm {
    width: 1100px;
    margin: 0 auto;
    display: table;
}
.ae_logo {
    text-align: center;
}
.btm_logo {
    display: table-cell;
    text-align: left;
}
.copy {
    display: table-cell;
    text-align: right;
    font-size: 12px;
    line-height: 1;
    padding: 0 0;
    vertical-align: middle;
}
/********************************
C系CSS
*********************************/
#Contents {
    text-align: left;
}
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}
/*c-btn*/
.c_btn {
    width: 225px;
    margin: 0 auto;
}
.c-btn a {
    display: table;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #1d50a3;
    color: #1d50a3;
    background: #fff url(../img/icn_arw.png) no-repeat right 26px center;
    background-size: 12px auto;
    -ms-background-size: 12px auto;
    -moz-background-size: 12px auto;
    -webkit-background-size: 12px auto;
}
.c-btn a:hover {
    background-color: #e9ebf4;
    text-decoration: none;
}
.c-btn a span {
    height: 58px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.c-btn.is-ver2 a {
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #d9007f;
    color: #fff;
    background: #d9007f url(../img/icn_arw2.png) no-repeat right 26px center;
    background-size: 14px auto;
    -ms-background-size: 14px auto;
    -moz-background-size: 14px auto;
    -webkit-background-size: 14px auto;
}
.c-btn.is-ver2 a:hover {
    opacity: 0.8;
}
.c-btn.is-ver2 a span {
    height: 55px;
    font-size: 20px;
}
.c-btn.is-ver3 a {
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #1d50a3;
    color: #fff;
    background: #1d50a3 url(../img/icn_arw2.png) no-repeat right 26px center;
    background-size: 14px auto;
    -ms-background-size: 14px auto;
    -moz-background-size: 14px auto;
    -webkit-background-size: 14px auto;
}
.c-btn.is-ver3 a:hover {
    opacity: 0.8;
}
.c-btn.is-ver3 a span {
    height: 80px;
    font-size: 20px;
}
.c-btn.is-red a {
    border: 1px solid #c71628;
    color: #fff;
    background: #c71628 url(../img/arw_white.png) no-repeat center right 20px;
}
.c-btn.is-red a span,
.c-btn.is-blu a span,
.c-btn.is-gly a span {
    font-size: 20px;
    font-weight: normal;
}
.c-btn.is-blu a {
    border: 1px solid #1d50a3;
    color: #fff;
    background: #1d50a3 url(../img/arw_white.png) no-repeat center right 20px;
}
.c-btn.is-gly {
    margin: 25px 0 0 0;
}
.c-btn.is-gly a {
    border: 1px solid #595757;
    color: #fff;
    background: #595757 url(../img/arw_white.png) no-repeat center right 20px;
}
.c-btn.is-red a:hover,
.c-btn.is-blu a:hover,
.c-btn.is-gly a:hover {
    opacity: 0.8;
}
.c-btn2 a {
    display: table;
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 56px;
    -ms-border-radius: 56px;
    -moz-border-radius: 56px;
    -webkit-border-radius: 56px;
    border: 2px solid #ff7e27;
    color: #fff;
    background: #ff7e27 url(../img/icn_arw3.png) no-repeat right 26px center;
}
.c-btn2 a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.c-btn2 a span {
    height: 52px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}
.c-btn2.is-ver2 a {
    background: #fff url(../img/icn_arw4.png) no-repeat right 26px center;
    color: #ff7e27;
}
.c-btn2.is-ver3 a {
    border: 2px solid #aaaaab;
    background: #aaaaab url(../img/icn_arw3.png) no-repeat right 26px center;
}
.c-btn2.is-idx1 a {
    border: 2px solid #ff6699;
    background: #ff6699 url(../img/icn_arw3.png) no-repeat right 26px center;
}
.c-btn2.is-idx2 a {
    border: 2px solid #00b4e0;
    background: #00b4e0 url(../img/icn_arw3.png) no-repeat right 26px center;
}
.c-btn2.is-idx2b a {
    background: #fff url(../img/icn_arw_idx2.png) no-repeat right 26px center;
    color: #00b4e0;
    border: 2px solid #00b4e0;
}
.c-btn2.is-idx4 a {
    border: 2px solid #437bd4;
    background: #437bd4 url(../img/icn_arw3.png) no-repeat right 26px center;
}
.c-btn2.is-idx4b a {
    background: #fff url(../img/icn_arw_idx4.png) no-repeat right 26px center;
    color: #437bd4;
    border: 2px solid #437bd4;
}
.c-btn2.is-idx5 a {
    border: 2px solid #26a552;
    background: #26a552 url(../img/icn_arw3.png) no-repeat right 26px center;
}
.c-btn2.is-idx5b a {
    background: #fff url(../img/icn_arw_idx5.png) no-repeat right 26px center;
    color: #26a552;
    border: 2px solid #26a552;
}
.c-btn2.is-idx6 a {
    border: 2px solid #e54754;
    background: #e54754 url(../img/icn_arw3.png) no-repeat right 26px center;
}
.c-btn2.is-idx6b a {
    background: #fff url(../img/icn_arw_idx6.png) no-repeat right 26px center;
    color: #e54754;
    border: 2px solid #e54754;
}
.c-btn2.is-idx7 a {
    border: 2px solid #ff9933;
    background: #ff9933 url(../img/icn_arw3.png) no-repeat right 26px center;
}
.c-btn2.is-idx7b a {
    background: #fff url(../img/icn_arw_idx7.png) no-repeat right 26px center;
    color: #ff9933;
    border: 2px solid #ff9933;
}
/*top_scroll*/
.top_scroll {
    display: block;
    position: fixed;
    right: 60px;
    bottom: 60px;
}
.top_scroll a {
    display: block;
    width: 50px;
    height: 50px;
}
.top_scroll a:hover {
    opacity: 0.8;
}
.top_scroll span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 50px 0 0 0;
    background: url(../img/top_scroll.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.flex_bnr {
    position: fixed;
    right: 0;
    bottom: 130px;
    z-index: 99;
}
/********************************
CONTETS
*********************************/
/*form*/
.form-error {
    margin: 5px 0 0 0;
    color: #ff0000;
}
.input-error {
    background: #ffeaea !important;
    border: 1px solid #ff0000 !important;
}
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label {
    background: url(../img/icn_rdo_of.png) no-repeat left center;
    background-size: 28px auto;
    -ms-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -webkit-background-size: 28px auto;
    padding: 0 0 0 40px;
    display: block;
    word-break: break-all;
    cursor: pointer;
}
input[type=checkbox]:checked + label {
    background: url(../img/icn_rdo_on.png) no-repeat left center;
    background-size: 28px auto;
    -ms-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -webkit-background-size: 28px auto;
}
input[type=radio] {
    display: none;
}
input[type=radio] + label {
    background: url(../img/icn_rdo_of.png) no-repeat left center;
    background-size: 28px auto;
    -ms-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -webkit-background-size: 28px auto;
    padding: 0 0 0 40px;
    display: block;
    word-break: break-all;
    cursor: pointer;
}
input[type=radio]:checked + label {
    background: url(../img/icn_rdo_on.png) no-repeat left center;
    background-size: 28px auto;
    -ms-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -webkit-background-size: 28px auto;
}
.slct-bg {
    width: 364px;
    overflow: hidden;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    height: 38px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #d8d8d7;
    font-size: 16px;
    padding: 0 0 0 15px;
    width: 384px;
    background: #ffffff url(../img/bg_select.png) no-repeat right 20px center;
}
select::-ms-expand {
    display: none;
}
.form_in {
    margin: 0 0 35px 0;
}
.form_in:first-child {
    margin: 0 0 30px 0;
}
.form_table table {
    width: 100%;
}
.form_table table tr th {
    width: 295px;
    border-bottom: 1px solid #b2b2b2;
    padding: 35px 40px 35px 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    font-size: 19px;
}
.form_table table tr th.is-his .fm-ttl {
    background: url(../img/icn_his.png) no-repeat right center;
    background-size: 38px auto;
    -ms-background-size: 38px auto;
    -moz-background-size: 38px auto;
    -webkit-background-size: 38px auto;
}
body.conf .form_table table tr th.is-his .fm-ttl {
    background: none;
}
.form_table table tr th.is-nini .fm-ttl {
    background: url(../img/icn_nini.png) no-repeat right center;
    background-size: 38px auto;
    -ms-background-size: 38px auto;
    -moz-background-size: 38px auto;
    -webkit-background-size: 38px auto;
}
body.conf .form_table table tr th.is-nini .fm-ttl {
    background: none;
}
.form_table.is-last table tr th {
    border: none;
    width: 320px;
}
.form_table table tr th span {
    font-size: 16px;
}
.fm_list {
    padding: 10px 0 0 0;
}
.fm_list li {
    position: relative;
    margin: 0 0 10px 0;
    line-height: 1.6;
    font-size: 15px;
}
.fm_list li img {
    padding: 0 3px 0 3px;
}
.fm-pre {
    margin: 10px 0 0 0;
    font-size: 13px;
    padding: 0 0 0 30px;
    background: url(../img/icn_present.png) no-repeat 0 0;
    letter-spacing: -0.07em;
}
.fm-pht {
    margin: 10px 0 0 0;
    font-size: 13px;
    padding: 0 0 0 30px;
    background: url(../img/icn_photo.png) no-repeat 0 0;
}
.fm-tx {
    margin: 0 0 30px 0;
    font-size: 18px;
}
.fm-tx span {
    color: #ff0000;
}
.form_table table tr td {
    border-bottom: 1px solid #b2b2b2;
    background: #ffffff;
    padding: 35px 0;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    font-size: 19px;
}
.form_table table tr td .fm-txt {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 1;
}
.form_table table tr td .is-sei,
.form_table table tr td .is-mei {
    display: inline-block;
    font-size: 19px;
    width: 48px;
    text-align: center;
}
.form_table table tr td .is-post,
.form_table table tr td .is-hifn {
    display: inline-block;
    font-size: 19px;
    width: 30px;
    text-align: center;
}
.form_table.is-last table tr td {
    border-bottom: none;
}
.form_table input[type=text],
.form_table input[type=tel],
.form_table input[type=email] {
    padding: 5px 10px;
    height: 43px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    border-radius: 0;
    line-height: normal;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.form_table input[type=file] {
    display: none;
}
.form_table textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 10px;
    height: 220px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    resize: vertical;
}
::placeholder {
    color: #999;
    font-size: 17px;
}
.form_table .is-wid01 {
    width: 100%;
}
.form_table .is-wid02 {
    width: 178px;
}
.form_table .is-wid03 {
    width: 133px;
}
.form_table .is-wid04 {
    width: 90px;
}
.rdo_in {
    padding: 0 0 40px 25px;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #b2b2b2;
}
.rdo_in:last-child {
    padding: 0 0 0 25px;
    margin: 0;
    border-bottom: none;
}
.form_table.is-last .rdo_in:last-child {
    padding: 0;
}
.rdo_in ul:last-child {
    margin: 0 0 0 0;
}
.rdo_in ul li {
    float: left;
}
.rdo_in ul li:first-child {
    width: 150px;
}
.rdo_input {
    padding: 24px 0 0 0;
}
.rdo_input dt {
    font-size: 18px;
    line-height: 1;
    padding: 0 0 15px 0;
}
.rdo-tx {
    font-size: 14px;
    padding: 0 0 0 10px;
}
.chk_in {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #d8d8d8;
}
.chk_in:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 0;
}
.chk_tbl {
    padding: 0 0 40px 25px;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #b2b2b2;
}
.chk_tbl:last-child {
    padding: 0 0 0 25px;
    margin: 0;
    border-bottom: none;
}
.chk-ttl {
    font-size: 18px;
    line-height: 1;
    padding: 0 0 20px 0;
}
.chk_in ul {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
}
.chk_in ul li {
    margin: 0 0 16px 0;
    font-size: 18px;
}
.chk_in ul li:last-child {
    margin: 0 0 0 0;
}
.add_in {
    margin: 0 0 20px 0;
}
.add_in:last-child {
    margin: 0 0 0 0;
}
.question_in {
    margin: 0 0 20px 0;
}
.question_in:last-child {
    margin: 0 0 0 0;
}
.question_wrap dl {
    display: table;
    letter-spacing: -.40em;
    width: 100%;
}
.question_wrap dl dt {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: top;
    text-align: left;
    width: 65px;
}
.question_wrap dl dd {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: top;
    text-align: left;
}
.qtn-ttl {
    margin: 0 0 5px 0;
}
.qtn-txt {
    font-size: 12px;
    position: relative;
    padding: 0 0 0 1em;
    margin: 0 0 10px 0;
}
.qtn-txt span {
    position: absolute;
    top: 0;
    left: 0;
}
.up_wrap ul li {
    margin: 0 0 20px 0;
}
.up_wrap ul li:last-child {
    margin: 0 0 0 0;
}
.up_in {
    display: table;
    letter-spacing: -.40em;
    width: 100%;
}
.up-inp {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
    padding: 0 10px 0 0;
}
.up-btn {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
    width: 90px;
}
.is-pd {
    padding: 0 0 0 10px;
}
.up-btn label {
    border: 2px solid #808182;
    background: #fff;
    color: #808182;
    cursor: pointer;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-align: center;
    width: 79px;
    display: inline-block;
    line-height: 1;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
}
.up-btn label:hover {
    opacity: 0.8;
}
.up-load {
    margin: 10px 0 0 0;
    line-height: 1;
    text-align: center;
    width: 130px;
}
.up-load a {
    display: block;
    padding: 7px 0;
    color: #ffffff;
    font-size: 16px;
    background: #38698c;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration: none;
    font-weight: bold;
}
.up-load a:hover {
    opacity: 0.8;
}
.form-txt {
    font-size: 14px;
}
.form-ttl {
    font-size: 19px;
    line-height: 1;
    margin: 0 0 20px 0;
}
.formBtn_wrap {
    position: relative;
}
.formBtn_clear {
    position: absolute;
    left: 10px;
    top: 0;
}
.formBtn-clear {
    width: 166px;
    display: table;
}
.formBtn-clear a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 70px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #949495;
}
.formBtn-clear a:hover {
    opacity: 0.8;
}
.formBtn-onl {
    margin: 0 auto;
}
.formBtn {
    width: 350px;
    display: table;
}
.formBtn a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 70px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #c61529;
}
.formBtn a:hover {
    opacity: 0.8;
}
.topjs {
    display: none;
}
.btm_bnr {
    display: none;
}
.btm_bnr .addhome {
    display: none;
}
.btm_bnr .btn_top {
    display: none;
}
/*Info*/
.Info_warp {
    margin: 0 0 50px;
    display: table;
    position: relative;
}
.New_warp {
    margin: 0 0 0;
    display: table;
    position: relative;
}
.top_ttl2 {
    display: table-cell;
    border-right: 1px solid #c71628;
    width: 170px;
    padding-right: 50px;
    font-size: 18px;
    color: #666464;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.Info_warp .top_ttl2 span {
    display: block;
    overflow: hidden;
    width: 161px;
    height: 0;
    padding-top: 34px;
    background: url(../img/top_information.png) no-repeat 0 top;
    background-size: 161px auto;
    -ms-background-size: 161px auto;
    -moz-background-size: 161px auto;
    -webkit-background-size: 161px auto;
}
.New_warp .top_ttl2 span {
    display: block;
    overflow: hidden;
    width: 161px;
    height: 0;
    padding-top: 34px;
    background: url(../img/top_update.png) no-repeat 0 top;
    background-size: 96px auto;
    -ms-background-size: 96px auto;
    -moz-background-size: 96px auto;
    -webkit-background-size: 96px auto;
}
.top-ttl2 {
    margin-bottom: 30px;
}
.Info_warp .list a {
    position: absolute;
    left: 0;
    top: 100px;
    background: url(../img/dec_red-arrow.png) no-repeat left;
    padding-left: 25px;
    color: #666464;
    font-size: 14px;
}
.New_warp .list a {
    position: absolute;
    left: 0;
    top: 100px;
    background: url(../img/dec_red-arrow.png) no-repeat left;
    padding-left: 25px;
    color: #666464;
    font-size: 14px;
}
.topInfo_warp {
    display: table-cell;
    padding: 0 0 20px 50px;
    vertical-align: top;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.topInfo_in {
    max-height: 230px;
    overflow-y: scroll;
}
.topInfo_warp li {
    padding: 10px 0;
    border-bottom: 1px dotted #000;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.topInfo_dtl {
    display: table;
    letter-spacing: -.4em;
    width: 100%;
}
.topInfo_dtl dt {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
    width: 175px;
    font-size: 16px;
    padding: 0 0 0 20px;
    position: relative;
}
.topInfo_dtl dd {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    padding: 0;
    width: 700px;
}
.topInfo_dtl dd a {
    color: #000;
}
.topInfo_dtl dd a:hover {
    text-decoration: underline;
}
.topInfo_dtl dt span {
    display: block;
    background: #253494;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 90px;
}
@media (min-width: 768px) {
    .chemi_txt {
        width: 300px;
        height: 36px;
    }
    .nav_warp.is-itm5 li {
        width: 20%;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 12px;
        min-width: auto;
    }
    /********************************
    HEADER
    *********************************/
    header {
        position: relative;
    }
    .header {
        width: 100%;
        padding: 10px 0;
    }
    .header_ttl {
        padding: 0 0 0 20px;
        width: auto;
    }
    .header-ttl {
        width: 66px;
        height: 25px;
    }
    .header_kaiteki {
        display: none;
    }
    .navMenu_warp {
        float: right;
        padding: 0 4px 0 0;
    }
    .navMenu_warp a {
        display: block;
        width: 50px;
        height: 50px;
    }
    .navMenu_warp span {
        width: 100%;
        height: 0;
        display: block;
        overflow: hidden;
        padding: 50px 0 0 0;
        background: url(../img/sp/hd_icn4.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .navMenu_warp.on span {
        background: url(../img/sp/hd_icn5.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .navBtm_warp {
        float: none;
        width: 100%;
        text-align: center;
    }
    .navBtm_warp li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #c71628;
        background: none;
    }
    .navBtm_warp li a {
        display: block;
        line-height: 1;
        padding: 25px 0x;
    }
    .c-hdbtn a {
        width: 100%;
    }
    .c-hdbtn span {
        height: 40px;
        padding: 0 0 0 20px;
    }
    .c-hdbtn.is-tel a {
        background: #e9eaf4 url(../img/sp/hd_icn01.jpg) no-repeat left 18px center;
        background-size: 13px auto;
        -ms-background-size: 13px auto;
        -moz-background-size: 13px auto;
        -webkit-background-size: 13px auto;
    }
    .c-hdbtn.is-fm a {
        background: #fff200 url(../img/sp/hd_icn02.jpg) no-repeat left 18px center;
        background-size: 18px auto;
        -ms-background-size: 18px auto;
        -moz-background-size: 18px auto;
        -webkit-background-size: 18px auto;
    }
    .header_nav {
        background: #fff;
    }
    .nav_warp {
        display: block;
        width: 100%;
        margin: 0 auto;
        background: none;
        padding-right: 0;
    }
    .nav_warp li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #c71628;
        background: none;
    }
    .nav_warp a {
        display: block;
        color: #000;
        font-size: 16px;
        line-height: 1;
        padding: 25px 45px;
        background: url(../img/sp/hd_icn3.png) no-repeat right 30px center;
        background-size: 15px auto;
        -ms-background-size: 15px auto;
        -moz-background-size: 15px auto;
        -webkit-background-size: 15px auto;
    }
    .nav_warp a {
        transform: none;
    }
    .nav_warp.ver2 li a {
        margin: 0;
        color: #000;
        background-color: #fff;
    }
    .nav_warp a span {
        transform: none;
    }
    .header_navi {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .hd-kitk {
        width: 250px;
        height: 34px;
        margin: 20px auto 15px;
    }
    .hd-kitk span {
        width: 100%;
        height: 0;
        display: block;
        overflow: hidden;
        padding: 34px 0 0 0;
        background: url(../img/sp/hd_kitk_logo.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .path {
        display: none;
    }
    .header.is-ver2 {
        display: flex;
        align-items: center;
    }
    .header.is-ver2 .header_ttl {
        align-items: center;
        box-sizing: border-box;
        width: calc(100% - 54px);
    }
    .header.is-ver2 .header-ttl {
        width: 66px;
    }
    .chemi_txt {
        width: 45%;
        height: 34px;
    }
    .chemi-txt {
        font-size: 11px;
        line-height: 1.3;
    }
    .header_navi.is-ver2 {
        top: 60px;
    }
    /********************************
    FOOTER
    *********************************/
    .footer_warp {
        background: #fff;
        padding: 0 0 15px;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
    }
    .foot_nav {
        width: 100%;
        padding: 0;
    }
    .foot_nav li {
        float: left;
        width: 50%;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        line-height: 1.2;
        padding: 0 8px 0 0;
        margin: 5px 0;
        text-align: center;
    }
    .foot_nav li:nth-child(2n) {
        border-right: 0;
        padding: 0 0 0 8px;
        margin: 5px 0;
    }
    .foot_nav li a {
        font-size: 12px;
    }
    .foot_btm {
        width: 100%;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 20px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .foot_links {
        border-top: 1px solid #999;
    }
    .foot_links li {
        box-sizing: border-box;
        float: left;
        text-align: center;
        padding: 10px 0;
        margin: 0;
        line-height: 1.6;
        width: 50%;
        border-left: 1px solid #999;
    }
    .foot_links li {
        border-left: 1px solid #999;
        border-bottom: 1px solid #999;
    }
    .foot_links li:first-child {
        margin: 0;
        border-left: none;
    }
    .foot_links li:nth-child(odd) {
        margin: 0;
        border-left: none;
    }
    .foot_links li:last-child {
        padding: 10px 0;
        width: 100%;
        border-right: none;
    }
    .foot_links li a {
        font-size: 14px;
        color: #333333;
        display: block;
    }
    .foot_links li a {
        color: #333333;
    }
    .foot_btm_warp {
        border-top: 3px #c71628 solid;
        padding: 20px 0 0;
        margin-top: 15px;
    }
    .ae_logo {
        text-align: center;
    }
    .ae_logo img {
        width: 165px;
    }
    .btm_logo {
        display: block;
        text-align: left;
        margin-bottom: 0;
    }
    .copy {
        display: block;
        text-align: left;
        font-size: 12px;
        line-height: 1;
        padding: 0 0 0;
        vertical-align: middle;
    }
    /********************************
    C系CSS
    *********************************/
    .c-pc {
        display: none;
    }
    .c-pc-in {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-in {
        display: inline;
    }
    /*c-btn*/
    .c-btn a span {
        font-size: 18px;
        height: 48px;
    }
    .c-btn.is-ver2 a:hover {
        opacity: 0.8;
    }
    .c-btn.is-ver2 a span {
        height: 65px;
        font-size: 18px;
    }
    .c-btn.is-ver3 a {
        border: 1px solid #1d50a3;
        color: #fff;
        background: #1d50a3 url(../img/icn_arw2.png) no-repeat right 26px center;
        background-size: 12px auto;
        -ms-background-size: 12px auto;
        -moz-background-size: 12px auto;
        -webkit-background-size: 12px auto;
    }
    .c-btn.is-ver3 a:hover {
        opacity: 0.8;
    }
    .c-btn.is-ver3 a span {
        height: 60px;
        font-size: 20px;
    }
    .c-btn.is-red a {
        background: #c71628 url(../img/sp/arw_white.png) no-repeat center right 13px;
        background-size: 8px auto;
        -ms-background-size: 8px auto;
        -moz-background-size: 8px auto;
        -webkit-background-size: 8px auto;
    }
    .c-btn.is-red a span,
    .c-btn.is-blu a span,
    .c-btn.is-gly a span {
        font-size: 15px;
    }
    .c-btn.is-blu a {
        background: #1d50a3 url(../img/sp/arw_white.png) no-repeat center right 13px;
        background-size: 8px auto;
        -ms-background-size: 8px auto;
        -moz-background-size: 8px auto;
        -webkit-background-size: 8px auto;
    }
    .c-btn.is-gly {
        margin: 20px 0 0 0;
    }
    .c-btn.is-gly a {
        background: #595757 url(../img/sp/arw_white.png) no-repeat center right 13px;
        background-size: 8px auto;
        -ms-background-size: 8px auto;
        -moz-background-size: 8px auto;
        -webkit-background-size: 8px auto;
    }
    .c-btn2 a {
        background: #ff7e27 url(../img/icn_arw2.png) no-repeat right 26px center;
        background-size: 12px auto;
        -ms-background-size: 12px auto;
        -moz-background-size: 12px auto;
        -webkit-background-size: 12px auto;
    }
    .c-btn2 a span {
        height: 48px;
        font-size: 20px;
    }
    .c-btn2.is-ver2 a {
        background: #fff url(../img/sp/icn_arw4.png) no-repeat right 26px center;
        background-size: 12px auto;
        -ms-background-size: 12px auto;
        -moz-background-size: 12px auto;
        -webkit-background-size: 12px auto;
    }
    .c-btn2.is-ver3 a {
        background: #aaaaab url(../img/icn_arw2.png) no-repeat right 26px center;
        background-size: 12px auto;
        -ms-background-size: 12px auto;
        -moz-background-size: 12px auto;
        -webkit-background-size: 12px auto;
    }
    .c-btn2.is-ver4 a {
        border: 2px solid #aaaaab;
        color: #aaaaab;
        background: #fff url(../img/sp/icn_arw5.png) no-repeat right 26px center;
        background-size: 12px auto;
        -ms-background-size: 12px auto;
        -moz-background-size: 12px auto;
        -webkit-background-size: 12px auto;
    }
    /*top_scroll*/
    .top_scroll {
        display: none;
    }
    .top_scroll a {
        display: none;
    }
    .top_scroll span {
        display: none;
    }
    .flex_bnr {
        bottom: 70px;
    }
    /********************************
    CONTETS
    *********************************/
    /*form*/
    input[type=checkbox] + label {
        background: url(../img/icn_rdo_of.png) no-repeat left center;
        background-size: 25px auto;
        -ms-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -webkit-background-size: 25px auto;
        padding: 0 0 0 35px;
    }
    input[type=checkbox]:checked + label {
        background: url(../img/icn_rdo_on.png) no-repeat left center;
        background-size: 25px auto;
        -ms-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -webkit-background-size: 25px auto;
    }
    input[type=radio] {
        display: none;
    }
    input[type=radio] + label {
        background: url(../img/icn_rdo_of.png) no-repeat left center;
        background-size: 25px auto;
        -ms-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -webkit-background-size: 25px auto;
        padding: 0 0 0 35px;
    }
    input[type=radio]:checked + label {
        background: url(../img/icn_rdo_on.png) no-repeat left center;
        background-size: 25px auto;
        -ms-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -webkit-background-size: 25px auto;
    }
    .slct-bg {
        width: auto;
        overflow: hidden;
    }
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 45px;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 1px solid #d8d8d7;
        font-size: 16px;
        padding: 0 40px 0 15px;
        width: 100%;
        background: #ffffff url(../img/sp/bg_select.png) no-repeat right center;
        background-size: 32px auto;
        -ms-background-size: 32px auto;
        -moz-background-size: 32px auto;
        -webkit-background-size: 32px auto;
    }
    .form_in {
        padding: 0 5px;
        margin: 0 0 25px 0;
    }
    .form_in:first-child {
        margin: 0 0 25px 0;
    }
    .form_table table {
        width: 100%;
    }
    .form_table table tr th {
        width: auto;
        display: inline-block;
        padding: 25px 0 0 0;
        font-size: 16px;
        line-height: 1;
        border-bottom: none;
        font-weight: bold;
    }
    .form_table table tr th.is-his .fm-ttl {
        background: url(../img/icn_his.png) no-repeat right center;
        background-size: 32px auto;
        -ms-background-size: 32px auto;
        -moz-background-size: 32px auto;
        -webkit-background-size: 32px auto;
        padding: 2px 66px 2px 0;
    }
    body.conf .form_table table tr th.is-his .fm-ttl {
        background: none;
    }
    .form_table table tr th.is-nini .fm-ttl {
        background: url(../img/icn_nini.png) no-repeat right center;
        background-size: 32px auto;
        -ms-background-size: 32px auto;
        -moz-background-size: 32px auto;
        -webkit-background-size: 32px auto;
        padding: 2px 66px 2px 0;
    }
    body.conf .form_table table tr th.is-nini .fm-ttl {
        background: none;
    }
    .form_table.is-last table tr th {
        width: auto;
    }
    .form_table table tr th span {
        font-weight: normal;
        display: inline-block;
        padding: 0 0 0 10px;
    }
    .fm_list li {
        margin: 0 0 0 0;
        line-height: 1.4;
        font-size: 13px;
    }
    .fm-pre {
        font-size: 13px;
        padding: 0 0 0 32px;
        background: url(../img/sp/icn_present.png) no-repeat 0 0;
        background-size: 23px auto;
        -ms-background-size: 23px auto;
        -moz-background-size: 23px auto;
        -webkit-background-size: 23px auto;
        line-height: 1.4;
        letter-spacing: 0;
    }
    .fm-tx {
        margin: 0 0 0 0;
        font-size: 15px;
        margin: 0 0 10px 0;
    }
    .form_table.is-last {
        border-bottom: 1px solid #b2b2b2;
    }
    .form_table table tr td {
        display: block;
        padding: 20px 0 25px 0;
        font-size: 16px;
    }
    .form_table table tr td .fm-txt {
        margin: 0 0 10px 0;
        font-size: 12px;
        line-height: 1.4;
    }
    .form_table table tr td .is-sei,
    .form_table table tr td .is-mei {
        font-size: 16px;
        width: 40px;
    }
    .form_table table tr td .is-post,
    .form_table table tr td .is-hifn {
        font-size: 16px;
        width: 40px;
    }
    .form_table input[type=text],
    .form_table input[type=tel],
    .form_table input[type=email] {
        height: 39px;
        font-size: 17px;
        padding: 5px;
    }
    .form_table input[type=file] {
        display: none;
    }
    .form_table textarea {
        height: 180px;
        font-size: 17px;
    }
    .form_table .is-wid01 {
        width: 100%;
    }
    .form_table .is-wid02 {
        width: 35%;
    }
    .form_table .is-wid03 {
        width: 35%;
    }
    .form_table .is-wid04 {
        width: 35%;
    }
    .rdo_in {
        padding: 0;
        margin: 0 0 30px 0;
        border-bottom: none;
    }
    .rdo_in:last-child {
        padding: 0;
    }
    .rdo_in ul li {
        float: left;
        width: 60%;
    }
    .rdo_in ul li:first-child {
        width: 40%;
    }
    .rdo_input {
        display: block;
        letter-spacing: normal;
        padding: 0 0 0 0;
    }
    .rdo_input dt {
        display: block;
        font-size: 16px;
        padding: 20px 0 10px 0;
        width: auto;
    }
    .rdo_input dd {
        display: block;
    }
    .rdo-tx {
        font-size: 11px;
    }
    .chk_wrap {
        padding: 8px 0 8px 0;
    }
    .chk_in {
        padding: 0 0 0 0;
        border-bottom: 0;
        margin: 0 0 25px 0;
    }
    .chk_tbl {
        display: block;
        letter-spacing: normal;
    }
    .chk_tbl {
        padding: 0;
        margin: 0;
    }
    .chk_tbl:last-child {
        padding: 0;
        margin: 0;
    }
    .chk-ttl {
        font-size: 16px;
        line-height: 1.4;
        color: #c61529;
        font-weight: bold;
        padding: 0 0 15px 0;
    }
    .chk_in ul {
        display: block;
    }
    .chk_in ul li {
        margin: 0 0 15px 0;
        font-size: 16px;
    }
    .add_in {
        margin: 0 0 15px 0;
    }
    .question_wrap {
        padding: 8px 0;
    }
    .question_wrap dl {
        display: block;
        letter-spacing: normal;
    }
    .question_wrap dl dt {
        display: block;
        width: auto;
        line-height: 1;
        font-size: 15px;
    }
    .question_wrap dl dd {
        display: block;
    }
    .qtn-ttl {
        margin: 0 0 5px 0;
        font-size: 15px;
    }
    .qtn-txt {
        font-size: 11px;
        margin: 0 0 5px 0;
    }
    .up_wrap {
        padding: 8px 0;
    }
    .up_wrap ul li {
        margin: 0 0 16px 0;
    }
    .up_wrap ul li label {
        border: 1px solid #c3c4c4;
        background: #f4f5f5;
        background: -moz-linear-gradient(top, #f4f5f5 0%, #bebfbf 100%);
        background: -webkit-linear-gradient(top, #f4f5f5 0%, #bebfbf 100%);
        background: linear-gradient(to bottom, #f4f5f5 0%, #bebfbf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f5f5', endColorstr='#bebfbf', GradientType=0);
        cursor: pointer;
        border-radius: 30px;
        -ms-border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        text-align: center;
        width: 130px;
        display: inline-block;
        line-height: 1;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 7px 0;
        font-size: 13px;
        font-weight: bold;
    }
    .up_wrap ul li .is-non {
        display: none;
    }
    .file-txt {
        font-size: 11px;
    }
    .form-txt {
        font-size: 13px;
        line-height: 1.4;
    }
    .form-ttl {
        font-size: 13px;
        line-height: 1.4;
        margin: 0;
    }
    .formBtn-onl {
        margin: 0 auto;
    }
    .formBtn_clear {
        position: relative;
        left: 0;
        padding: 20px 0 0 0;
    }
    .formBtn-clear {
        width: 100%;
    }
    .formBtn-clear a {
        font-size: 18px;
        height: 66px;
    }
    .formBtn {
        width: 100%;
    }
    .formBtn a {
        font-size: 18px;
        height: 66px;
    }
    .btm_bnr {
        background: #666464;
        width: 100%;
        padding: 0 0;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        box-sizing: border-box;
        display: table;
    }
    .btm_bnr .addhome {
        width: 50%;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        height: 50px;
        border-right: 1px solid #fff;
    }
    .btm_bnr .btn_top {
        width: 50%;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        height: 50px;
    }
    .btm_bnr a {
        display: block;
        color: #fff;
        padding: 15px 0;
    }
    .btm_bnr .addhome span.is-icn {
        background: url(../img/sp/dec_add.png) no-repeat left;
        background-size: 20px auto;
        -ms-background-size: 20px auto;
        -moz-background-size: 20px auto;
        -webkit-background-size: 20px auto;
        padding: 2px 0 2px 23px ;
    }
    .btm_bnr .addhome span.is-lt {
        font-size: 10px;
    }
    .btm_bnr .btn_top span.is-icn {
        background: url(../img/sp/dec_top.png) no-repeat left;
        background-size: 15px auto;
        -ms-background-size: 15px auto;
        -moz-background-size: 15px auto;
        -webkit-background-size: 15px auto;
        padding-left: 20px;
    }
    /*Info*/
    
    .Info_warp {
        margin: 0 0 50px;
        display: block;
        position: relative;
    }
    .New_warp {
        margin: 0 0 50px;
        display: block;
        position: relative;
    }
    .top_ttl2 {
        display: block;
        border-right: none;
        border-bottom: 2px solid #c71628;
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
        color: #666464;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }
    .Info_warp .top_ttl2 span {
        display: block;
        overflow: hidden;
        float: left;
        width: 128px;
        height: 0;
        line-height: 1;
        padding-top: 19px;
        padding-right: 20px;
        background: url(../img/sp/top_information.png) no-repeat 0 top;
        background-size: 128px auto;
        -ms-background-size: 128px auto;
        -moz-background-size: 128px auto;
        -webkit-background-size: 128px auto;
    }
    .New_warp .top_ttl2 span {
        display: block;
        overflow: hidden;
        float: left;
        width: 77px;
        height: 0;
        line-height: 1;
        padding-top: 28px;
        padding-right: 20px;
        background: url(../img/sp/top_update.png) no-repeat 0 top -2px;
        background-size: 77px auto;
        -ms-background-size: 77px auto;
        -moz-background-size: 77px auto;
        -webkit-background-size: 77px auto;
    }
    .top-ttl2 {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 1.6;
    }
    .Info_warp .list {
        text-align: right;
    }
    .Info_warp .list a {
        position: static;
        left: 0;
        top: 100px;
        background: url(../img/sp/dec_red-arrow.png) no-repeat left;
        background-size: 15px auto;
        -ms-background-size: 15px auto;
        -moz-background-size: 15px auto;
        -webkit-background-size: 15px auto;
        padding-left: 20px;
        color: #666464;
        font-size: 14px;
    }
    .New_warp .list {
        text-align: right;
    }
    .New_warp .list a {
        position: static;
        left: 0;
        top: 100px;
        background: url(../img/sp/dec_red-arrow.png) no-repeat left;
        background-size: 15px auto;
        -ms-background-size: 15px auto;
        -moz-background-size: 15px auto;
        -webkit-background-size: 15px auto;
        padding-left: 20px;
        color: #666464;
        font-size: 14px;
    }
    .topInfo_warp {
        display: block;
        padding: 0 0 20px 0;
    }
    .topInfo_in {
        max-height: 200px;
    }
    .topInfo_dtl {
        display: block;
    }
    .topInfo_dtl dt {
        display: block;
        width: auto;
        font-size: 14px;
        padding: 0 0 0;
    }
    .topInfo_dtl dd {
        display: block;
        font-size: 14px;
        padding: 0;
        width: 100%;
    }
    .topInfo_dtl dt span {
        display: inline-block;
        text-align: center;
        position: relative;
        left: auto;
        margin: 0 0 0 1em;
    }
    .topInfo_btn {
        padding: 25px 0 0;
        width: 100%;
        float: none;
    }
}
/*@media*/
@media (max-width: 374px) {
    .header-ttl {
        width: 94px;
    }
    .c-hdbtn span {
        font-size: 12px;
        padding: 0 0 0 20px;
    }
    .form_table .is-wid04 {
        width: 33%;
    }
    .br-non {
        display: none;
    }
    .up_wrap ul li .is-non {
        display: block;
    }
    input[type=radio] + label {
        font-size: 82%;
    }
    .chk_wrap li input[type=checkbox] + label {
        font-size: 75%;
    }
    input[type=radio] + label {
        padding: 3px 0 3px 35px;
    }
    input[type=checkbox] + label {
        padding: 3px 0 3px 35px;
    }
    .foot-tl {
        font-size: 11px;
    }
    .form_table table tr th span {
        font-size: 12px;
    }
    .c-btn.is-red a span,
    .c-btn.is-blu a span,
    .c-btn.is-gly a span {
        font-size: 12px;
    }
    .chemi_txt {
        width: 50%;
        height: 32px;
    }
    .chemi-txt {
        font-size: 10px;
    }
}
/*@media*/
